html,
body,
div,
span,
applet,
object,
iframe,
h1,
h2,
h3,
h4,
h5,
h6,
p,
blockquote,
pre,
a,
abbr,
acronym,
address,
big,
cite,
code,
del,
dfn,
em,
img,
ins,
kbd,
q,
s,
samp,
small,
strike,
strong,
sub,
sup,
tt,
var,
b,
u,
i,
center,
dl,
dt,
dd,
ol,
ul,
li,
fieldset,
form,
label,
legend,
table,
caption,
tbody,
tfoot,
thead,
tr,
th,
td,
article,
aside,
canvas,
details,
embed,
figure,
figcaption,
footer,
header,
hgroup,
menu,
nav,
output,
ruby,
section,
summary,
time,
mark,
audio,
video {
    margin: 0;
    padding: 0;
    border: 0;
    font-size: 100%;
    font: inherit;
    vertical-align: baseline;
}

article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
menu,
nav,
section {
    display: block;
}

body {
    line-height: 1;
    overflow-x: hidden;
}

ol,
ul {
    list-style: none;
}

blockquote,
q {
    quotes: none;
}

blockquote:before,
blockquote:after,
q:before,
q:after {
    content: "";
    content: none;
}

table {
    border-collapse: collapse;
    border-spacing: 0;
}

* {
    box-sizing: border-box;
}

html {
    width: 100%;
    height: 100%;
}

body {
    width: 100%;
    position: relative;
    margin: 0;
    padding: 0;
    font-family: 'Roboto', 'Segoe UI', sans-serif;
    font-weight: 300;
}

.outer-body {
    width: 100%;
    min-height: 100vh;
    display: flex;
    background: linear-gradient(90deg, #f0ff0040, #ff825238, #ff81006e);
}

.inner-body {
    width: 100%;
}

.inner-cover {
    width: 100%;
    /* position: relative; */
    /* padding-top: 10px; */
}

#Layer_1 {
    position: absolute;
    z-index: -1;
    height: 100vh;
    right: 0;
}

.cls-1 {
    opacity: 0.2;
}

header {
    width: 100%;
    padding: 20px 30px;
}

.domain {
    font-size: 20px;
    text-align: center;
    font-family: 'Bungee', sans-serif;
    color: #000000;
    padding: 40px 20px;
    background: #eee;
}

.yellow {
    color: #f5445b;
    font-weight: bold;
    margin-right: 10px;
}

.context {
    width: 100%;
    /* padding: 20px 90px; */
    display: flex;
    align-items: stretch;
    justify-content: flex-start;
}

.intro {
    font-size: 34px;
    margin-top: 30px;
    color: black;
    font-family: 'Bungee', sans-serif;
    line-height: 1.1;
}

.caption {
    font-size: 18px;
    margin-top: 10px;
    margin-bottom: 15px;
}

.domain-form {
    padding: 0px 0;
}

.domain-search-wrapper {
    width: 80%;
    max-width: 300px;
    background: white;
    padding: 10px 10px;
    box-shadow: 0 0 2px rgba(0, 0, 0, 0.4);
    border-radius: 50px;
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.domain-search {
    width: 80%;
    border: none;
    font-size: 15px;
    padding: 0px;
    outline: none;
    color: #222;
    padding-left: 15px;
}

.arrow {
    width: 20px;
}

.go-search {
    background: none;
    border: none;
    outline: none;
    margin-right: 5px;
    cursor: pointer;
    padding: 3px 0 0 0;
    transition: all 0.3s ease;
}

.go-search:hover {
    transform: translateX(4px);
}

.left-section {
    width: 70%;
    background: white;
}

.right-section {
    width: 40%;
    display: flex;
    overflow: hidden;
    justify-content: flex-end;
}

.right-section img {
    width: 40vw;
    display: block;
}

.special-button {
    padding: 19px 20px;
    border-radius: 5px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    text-decoration: none;
}

.hosting-plans {
    color: black;
    background: white;
}

.margin-right {
    margin-right: 20px;
}

.action-buttons a {
    text-decoration: none;
}

.other-services {
    background: -webkit-linear-gradient( 63deg, rgb(250, 50, 111) 0%, rgb(246, 66, 94) 53%, rgb(242, 81, 76) 100%, rgb(242, 80, 77) 100%);
    color: white;
}

.action-buttons {
    width: 90%;
    max-width: 500px;
    display: flex;
    align-items: flex-start;
    justify-content: space-around;
}

.super-small {
    font-size: 10px;
    font-weight: 600;
    text-transform: uppercase
}

.hr {
    width: 80%;
    margin: 5px auto;
    display: block;
    opacity: 0.8;
}

.info-box {}

.spacer {
    height: 30px;
    width: 100%;
    display: block;
}

.caption {
    color: black;
    display: flex;
    align-items: center;
}

.info-number {
    display: inline-flex;
    width: 25px;
    height: 25px;
    color: white;
    background: #f44658;
    border-radius: 50%;
    align-items: center;
    justify-content: center;
    font-size: 13px;
    font-weight: bold;
    margin-right: 10px;
}

.indent {
    padding-left: 40px;
}

.action-link {
    display: inline-block;
}

a.action-button {
    color: red;
    background: white;
    padding: 15px 25px;
    border-radius: 6px;
    width: 80%;
    max-width: 300px;
    box-shadow: 0 0 2px rgba(0, 0, 0, 0.12);
    font-size: 17px;
    display: flex;
    align-items: center;
    justify-content: space-between;
}

img.chilli-logo {
    width: 100%;
}

.bubble.girl {
    width: 230px;
    height: 230px;
    overflow: hidden;
    border-radius: 50%;
    border: 6px solid white;
    box-shadow: 0 0 3px rgba(0, 0, 0, 0.1);
}

.girl img {
    display: block;
    position: relative;
    width: 260px;
    top: -20px;
}

body:after {
    content: '';
    display: block;
    width: 50vw;
    height: 50vw;
    background: #ffffdf44;
    position: absolute;
    right: -25vw;
    top: -5vw;
    border-radius: 50%;
    z-index: -1;
}

body:before {
    content: '';
    display: block;
    width: 40vw;
    height: 40vw;
    background: #fff9df36;
    position: absolute;
    left: -15vw;
    top: -15vw;
    border-radius: 50%;
    z-index: -1;
}

.explain-box {
    display: flex;
    align-items: center;
    width: 100%;
    background: #efefef;
    border-top-right-radius: 8px;
    border-top-left-radius: 8px;
    padding: 10px;
    font-size: 14px;
    color: #333;
    line-height: 1.4;
    position: fixed;
    bottom: 0;
    left: 0;
    right: 0;
    margin: 0 auto;
    justify-content: center;
}

.info-icon {
    margin-right: 20px;
}

.explain-box a {
    color: black;
}

.link-footer {
    display: flex;
    align-items: center;
    justify-content: center;
}

.special-link {
    padding: 15px 20px;
    background: #eee;
    margin: 0px 2%;
    display: inline-flex;
    justify-content: center;
    align-items: center;
    border-top-left-radius: 35px;
    border-bottom-left-radius: 35px;
    border-top-right-radius: 35px;
    border-bottom-right-radius: 35px;
    color: black;
    text-decoration: none;
}

.special-link img {
    width: 26px;
    margin-right: 15px;
}

@media screen and (max-width: 800px) {
    .right-section {
        display: none;
    }
    .context {
        flex-direction: column !important;
        align-items: center;
        justify-content: center;
    }
    .left-section {
        width: 100%;
        margin: 0 auto;
        text-align: center;
        align-items: center;
        min-height: 100vh;
    }
    .link-footer {
        flex-wrap: wrap;
    }
    .special-link {
        margin-top: 20px;
    }
    .indent {
        display: flex;
        align-items: center;
        flex-direction: column;
        margin: 10px 0;
        padding: 0;
    }
    .action-buttons {
        flex-wrap: wrap;
    }
    .special-button {
        margin: 20px auto;
    }
    .domain-search-wrapper,
    .action-buttons {
        margin: 0 auto;
        width: 100%;
    }
    .inner-body {
        max-width: 100000px;
        max-height: 100000px;
        width: 100%;
        height: 100vh;
    }
}