body {
    margin: 0;
    padding: 0;
    overflow: hidden;
    overflow-x: hidden;
    position: relative;
    box-sizing: border-box;
    scroll-behavior: smooth;
    font-family: 'Poppins', sans-serif;
}


/* ROOT */

:root {
    --white: #fff;
    --black: #000;
    --theme-color: #010030;
}

img {
    -webkit-user-select: none;
    -khtml-user-select: none;
    -moz-user-select: none;
    -o-user-select: none;
    user-select: none;
}

img {
    -drag: none;
    user-select: none;
    -moz-user-select: none;
    -webkit-user-drag: none;
    -webkit-user-select: none;
    -ms-user-select: none;
}

::-webkit-scrollbar {
    width: 0;
    background: transparent;
}

::-webkit-scrollbar-thumb {
    background: var(--white);
}

::-moz-selection {
    color: var(--white);
    background: var(--theme-color);
}

::selection {
    color: var(--white);
    background: var(--theme-color);
}

h1,
h2,
h3,
h4,
h5,
h6 {
    padding: 0;
    margin: 0;
}

a {
    text-decoration: none;
}

#landingPage .list ul {
    padding: 0;
    margin: 0;
    margin-bottom: 20px;
}

#landingPage .list ul li {
    list-style: none;
    color: var(--white);
    font-family: 'Poppins';
    font-style: normal;
    font-weight: 400;
    font-size: 19px;
    line-height: 42px;
    position: relative;
    padding-left: 40px;
}

#landingPage .list ul li::before {
    content: '';
    position: absolute;
    background-image: url('../images/checkbox.png');
    background-repeat: no-repeat;
    background-position: center;
    width: 24px;
    height: 24px;
    left: 0;
    top: 8px;
    bottom: 0;
}

#landingPage {
    background: url('../images/banner.png');
    background-color: var(--theme-color);
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
    position: relative;
    padding-top: 20px;
    width: 100vw;
    height: 100vh;
    min-height: 555px;
}

#landingPage::after {
    content: '';
    position: absolute;
    inset: 0;
    margin: auto;
    background-image: url('../images/overlay.png');
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
}

.content_container {
    position: relative;
    z-index: 99;
    max-width: 1015px;
    width: 100%;
    margin: auto;
}

.content_container .title h1 {
    color: var(--white);
    font-family: 'Poppins';
    font-style: normal;
    font-weight: 700;
    font-size: 80px;
    line-height: 75px;
    margin-bottom: 40px;
    margin-top: 25px;
}

#landingPage .need_domain_wrapper,
#landingPage .button_wrapper,
#landingPage .mail_btn,
#landingPage .contact_btn {
    display: flex;
    align-items: center;
    justify-content: space-between;
}

#landingPage .need_domain_wrapper {
    border-top: 0.5px solid var(--white);
    padding-top: 20px;
}

#landingPage .need_domain_wrapper .title {
    max-width: 470px;
    width: 100%;
}

#landingPage .need_domain_wrapper .title h2 {
    font-family: 'Poppins';
    font-style: normal;
    font-weight: 400;
    font-size: 25px;
    line-height: 38px;
    color: var(--white);
    max-width: 467px;
    width: 100%;
}

#landingPage .mail_btn,
#landingPage .contact_btn {
    border: 1px solid var(--white);
    border-radius: 30px;
    padding: 16px 25px;
    justify-content: center;
}

#landingPage .mail_btn {
    margin-right: 28px;
}

#landingPage .mail_btn h6,
#landingPage .contact_btn h6 {
    color: var(--white);
    margin-left: 12px;
    font-family: 'Poppins';
    font-style: normal;
    font-weight: 300;
    font-size: 16px;
    line-height: 24px;
}

#landingPage footer .footer_content p {
    color: var(--black);
    font-family: 'Poppins';
    font-style: normal;
    font-weight: 400;
    font-size: 12px;
    line-height: 24px;
    max-width: 1015px;
    margin: auto;
    margin-top: 70px;
    position: relative;
    z-index: 9;
    padding-bottom: 15px;
}

#landingPage footer .footer_content p a {
    font-weight: 600;
    color: var(--black);
}

#landingPage footer .footer_content {
    position: relative;
}

#landingPage footer .footer_content::before {
    content: '';
    position: absolute;
    inset: 0;
    bottom: 0;
    top: auto;
    background-image: url('../images/bottom.png');
    background-repeat: no-repeat;
    background-position: top;
    background-size: cover;
    width: 100%;
    height: 103px;
    z-index: 9;
}

footer {
    position: absolute;
    bottom: 0;
    width: 100%;
}


/* RESPONSIVE */

@media only screen and (max-width:1028px) {
    .content_container .title h1,
    #landingPage .list,
    #landingPage .need_domain_wrapper .title h2,
    #landingPage footer .footer_content p {
        padding-left: 15px;
    }
}

@media only screen and (max-width:964px) {
    #landingPage .need_domain_wrapper {
        flex-direction: column;
        justify-content: flex-start;
        align-items: flex-start;
    }
    #landingPage .need_domain_wrapper {
        padding-top: 20px;
    }
    #landingPage .need_domain_wrapper .title h2 {
        margin-bottom: 30px;
    }
    .content_container .title h1 {
        font-size: 57px;
    }
    #landingPage .list ul {
        margin-bottom: 40px;
    }
    #landingPage {
        min-height: 775px;
    }
    #landingPage .need_domain_wrapper {
        margin-left: 15px;
        margin-right: 15px;
    }
    .need_domain_wrapper .title h2 {
        padding-left: 0px !important;
    }
}

@media only screen and (max-width:767px) {
    .content_container .title h1 {
        font-size: 29px;
        max-width: 325px;
        line-height: 44px;
        margin-bottom: 10px;
    }
    #landingPage .list ul {
        margin-bottom: 10px;
    }
    #landingPage .need_domain_wrapper {
        padding-top: 10px;
    }
    #landingPage .need_domain_wrapper .title h2 {
        margin-bottom: 10px;
    }
    #landingPage .button_wrapper {
        flex-direction: column-reverse;
        justify-content: flex-start;
        align-items: flex-start;
    }
    #landingPage .list ul li::before {
        width: 16px;
        height: 16px;
        background-size: contain;
        top: 13px;
    }
    #landingPage .list ul li {
        padding-left: 26px;
        font-size: 14px;
        line-height: 40px;
    }
    #landingPage .contact_btn {
        margin-bottom: 10px;
    }
    #landingPage {
        min-height: unset !important;
    }
    #landingPage .need_domain_wrapper .title h2 {
        font-size: 17px;
        line-height: 26px;
        max-width: 326px;
    }
    #landingPage footer .footer_content p {
        max-width: 222px;
        width: 100%;
        /* margin: auto; */
        font-weight: 400;
        font-size: 10px;
        line-height: 18px;
        text-align: center;
    }
    #landingPage footer .footer_content::before {
        background-position: center;
        width: 100%;
        height: 167px;
        z-index: 9;
    }
}

@media only screen and (max-width:600px) {
    #landingPage footer .footer_content::before {
        background-size: 600px 100%;
        height: 167px;
        max-width: 600px;
    }
    body {
        overflow: scroll !important;
    }
    footer {
        position: unset;
        bottom: 0;
        z-index: 9;
        width: 100%;
    }
    #landingPage {
        height: 100%;
        padding-top: 1px !important;
    }
    .content_container .title h1 {
        padding-top: 40px !important;
        margin-top: 0px !important;
        margin-bottom: 20px;
    }
    .need_domain_wrapper .title h2 {
        margin-bottom: 10px;
    }
    #landingPage .need_domain_wrapper .title h2,
    #landingPage .list {
        margin-bottom: 20px;
    }
    .need_domain_wrapper {
        padding-top: 20px !important;
    }
    #landingPage .contact_btn {
        margin-bottom: 20px;
    }
    #landingPage footer .footer_content::before {
        content: none;
    }
    footer {
        margin-top: 40px;
        background-image: url('../images/bottom.png');
        background-size: 600px 100%;
        height: 140px;
        position: relative;
        z-index: 10;
    }
    #landingPage footer .footer_content p {
        position: absolute;
        inset: 0;
        bottom: 0px;
        /* margin: unset !important; */
    }
    #landingPage .list ul li {
        line-height: 40px !important;
    }
    #landingPage .need_domain_wrapper {
        padding-top: 25px !important;
        padding-bottom: 20px !important;
    }
    #landingPage .need_domain_wrapper .title h2 {
        margin-bottom: 20px !important;
    }
}

@media only screen and (max-width:495px) {
    footer {
        margin-top: 60px;
    }
    #landingPage {
        background: url('../images/mobile_bg.png');
        background-repeat: no-repeat;
        background-position: center;
        background-size: cover;
    }
    #landingPage::after {
        content: none;
    }
}

@media only screen and (max-width:475px) {
    #landingPage footer .footer_content::before {
        background-size: 515px 100%;
        height: 170px;
        max-width: 475px;
    }
}

@media only screen and (max-width:384px) {
    #landingPage footer .footer_content p {
        max-width: 286px;
    }
}

@media only screen and (max-width:375px) {
    #landingPage {
        background-position: 56%;
    }
    /* #landingPage::after {
        background-position: -653px -173px;
    } */
}

@media only screen and (max-width:340px) {
    .content_container .title h1 {
        font-size: 25px;
    }
    #landingPage .list ul li {
        font-size: 12px;
    }
    #landingPage .list ul li::before {
        width: 14px;
        height: 14px;
    }
}