@import url('./base.css');

.header-section {
    width: 100%;
    position: absolute;
    top: 0px;
    padding-top: 36px;
    z-index: 999;
}

#header-sidebar {
    width: 320px;
    position: fixed;
    background: var(--white);
    top: 0px;
    z-index: 888;
    left: -380px;
    height: 100vh;
    transition: 0.3s all ease-in-out;
    box-shadow: rgba(0, 0, 0, 0.15) 0px 5px 15px 0px;
}

#header-sidebar.show {
    left: 0;
}

.banner-section {
    width: 100%;
    height: 800px;
    background: url('../images/banner.png')no-repeat;
    background-size: cover;
    padding: 98px 0px;
}

.banner-section .content-wrapper h1 {
    font-size: 70px;
    font-weight: 800;
    line-height: 90px;
    color: var(--white);
}

.join-today-section {
    padding: 74px 0px;
}

.join-today-section .content-wrapper h2 {
    font-family: Playfair Display;
    font-weight: 700;
    font-size: 64px;
    line-height: 85px;
}

.tired-section {
    position: relative;
    padding-bottom: 64px;
}

.tired-img-wrapper {
    position: absolute;
}

.tired-section .content-wrapper {
    padding: 331px 0px 94px 0px;
}

.tired-section .content-wrapper h2 {
    font-size: 74px;
    font-weight: 700;
    line-height: 98px;
    color: var(--primary);
    font-family: Playfair Display;
}

.why-bdates-section {
    padding: 54px 0px 74px 0px;
    background: linear-gradient(#000 65%, #fff 35%);
}

.why-bdates-section .heading-wrapper h2 {
    font-size: 84px;
    font-weight: 700;
    line-height: 111px;
    margin-bottom: 54px;
    font-family: Playfair Display;
    color: var(--white);
}

.why-bdates-section .tailored-match-column,
.why-bdates-section .driven-match-column {
    padding: 285px 0px 64px 0px;
}

.why-bdates-section .tailored-img-wrapper {
    position: absolute;
    top: 0px;
    right: 0px;
}

.why-bdates-section .driven-img-wrapper {
    position: absolute;
    bottom: 0px;
    left: 0px;
}

.meaningful-section .conversation-column {
    padding: 240px 0px 64px 0px;
}

.meaningful-section .meaningful-img-wrapper {
    /* width: 40%; */
    position: absolute;
    top: 0px;
    right: 0px;
}

.meaningful-section .safe-secure-column {
    padding: 384px 0px 80px 0px;
}

.meaningful-section .safe-secure-img-wrapper {
    position: absolute;
    top: 0px;
    left: 0px;
}

.ghost-mode-section {
    padding: 80px 0px 0px 0px;
}

.ghost-mode-section .inner-wrapper {
    background: linear-gradient(#000 70%, #fff 30%);
}

.ghost-mode-column {
    padding: 290px 0px 80px 0px;
}

.ghost-mode-img-wrapper {
    position: absolute;
    top: -80px;
    left: 0px;
}

.conversation-limit-column {
    padding: 285px 0px 48px 0px;
}

.conversation-limit-img-wrapper {
    position: absolute;
    right: 0px;
    top: 0px;
}

.crush-feature-section {
    padding: 20px 0px 74px 0px;
}

.crush-feature-column {
    padding: 21px 0px 80px 0px;
}

.crush-feature-section .feature-img-wrapper {
    position: absolute;
    right: 0px;
    top: 0px;
}

.how-it-works-section {
    padding: 0px 0px 75px 0px;
}

.how-it-works-section .heading-wrapper h2 {
    font-size: 84px;
    font-weight: 700;
    line-height: 111px;
    margin-bottom: 46px;
    font-family: Playfair Display;
    color: var(--primary);
}

.how-it-works-section ul {
    padding-top: 60px;
}

.contactus-section {
    padding: 65px 0px;
}

.contactus-section .heading-wrapper h2 {
    font-size: 54px;
    font-weight: 700;
    line-height: 71px;
    font-family: Playfair Display;
}

.contact-form-group label {
    top: 12px;
    left: 70px;
}

.contact-form-group input {
    height: 84px;
    padding-top: 25px;
    padding-left: 70px;
}

.contact-form-group .email-icon {
    left: 22px;
    transform: translateY(-50%);
}

.contact-form-group textarea {
    height: 312px;
    padding-top: 25px;
    padding-left: 70px;
    resize: unset;
    padding: 22px;
}

.contact-form-group textarea::placeholder {
    color: var(--dark);
    font-weight: 500;
}

.contactus-img-wrapper {
    position: absolute;
    top: -120px;
    right: 0px;
}

.footer-section {
    padding: 90px 0px 54px 0px;
}

.breadcrumb-section {
    padding: 148px 0px 29px 0px;
    height: 280px;
    background: url('../images/banner.png')no-repeat;
    background-size: cover;
}

.cms-content-section {
    padding: 41px 0px;
}

.cms-content-section p {
    color: var(--dark);
    font-size: 14px;
    font-weight: 400;
    line-height: 21px;
}

.cms-content-section p:last-child {
    margin-bottom: 0px;
}

@media (min-width: 991px) and (max-width: 1400px) {
    .header-section {
        padding-top: 28px;
    }

    .banner-section {
        height: 600px;
        background-position: center;
    }

    .banner-section .content-wrapper span {
        font-size: 20px;
    }

    .banner-section .content-wrapper h1 span {
        font-size: 60px;
        line-height: 80px;
    }

    .join-today-section {
        padding: 40px 0px;
    }

    .join-today-section .content-wrapper h2 {
        font-size: 44px;
    }

    .tired-img-wrapper,
    .tired-img-wrapper img {
        width: 480px;
        height: 500px;
    }

    .tired-section .content-wrapper {
        padding: 180px 0px 70px 0px;
    }

    .tired-section .content-wrapper h2 {
        font-size: 64px;
        line-height: 88px;
    }

    .why-bdates-section {
        padding: 30px 0px;
    }

    .why-bdates-section .heading-wrapper h2 {
        font-size: 54px;
        line-height: 70px;
        margin-bottom: 40px;
    }

    .why-bdates-section .tailored-match-column,
    .why-bdates-section .driven-match-column {
        padding: 185px 0px 64px 0px;
    }

    .why-bdates-section .tailored-img-wrapper,
    .why-bdates-section .tailored-img-wrapper img,
    .why-bdates-section .driven-img-wrapper,
    .why-bdates-section .driven-img-wrapper img {
        width: 480px;
        height: 480px;
    }
    
    .meaningful-section .meaningful-img-wrapper {
        width: 500px;
    }
    .meaningful-section .meaningful-img-wrapper img {
        height: 520px;
    }
    .meaningful-section .safe-secure-img-wrapper, .meaningful-section .safe-secure-img-wrapper img {
        width: 480px;
        height: 500px;
    }

    .meaningful-section .conversation-column {
        padding: 200px 0px 64px 0px;
    }
    
    .meaningful-section .safe-secure-column {
        padding: 300px 0px 70px 0px;
    }

    .ghost-mode-section .inner-wrapper {
        background: linear-gradient(#000 60%, #fff 40%);
    }
    
    .ghost-mode-column {
        padding: 120px 0px 50px 0px;
    }
    
    .ghost-mode-img-wrapper {
       width: 500px;
    }
    .ghost-mode-img-wrapper img {
        height: 450px;
    }

    .conversation-limit-img-wrapper, .conversation-limit-img-wrapper img {
        width: 500px;
        height: 500px;
    }

    .conversation-limit-column {
        padding: 200px 0px 80px 0px;
    }

    .crush-feature-section {
        padding: 20px 0px 74px 0px;
    }
    
    .crush-feature-column {
        padding: 21px 0px 0px 0px;
    }
    
    .crush-feature-section .crush-feature-img-wrapper, .feature-img-wrapper {
        width: 500px;
    }

    .crush-feature-section .feature-img-wrapper img {
        width: 100%;
    }

    .how-it-works-section {
        padding: 0px 0px 20px 0px;
    }
    
    .how-it-works-section .heading-wrapper h2 {
        font-size: 44px;
        line-height: 60px;
        margin-bottom: 40px;
    }

    .how-it-works-img-wrapper {
        width: 50%;
    }

    .small-works-img-wrapper img {
        width: 100%;
    }
    
    .how-it-works-section ul {
        padding-left: 40px !important;
        padding-top: 40px;
    }
    .how-it-works-section ul li {
        margin-bottom: 36px;
    }
    .how-it-works-section ul li span img {
        width: 30px;
        height: 30px;
    }
    .how-it-works-section ul li h4 {
        font-size: 25px;
        line-height: 30px;
    }

    .how-it-works-section ul li p {
        font-size: 15px;
        line-height: 27px;
    }

    .contactus-section .contactus-img-wrapper {
        width: 48%;
        top: -80px;
    }

    .contactus-section .heading-wrapper h2 {
        font-size: 38px;
        line-height: 60px;
    }

    .contactus-section .heading-wrapper p {
        font-size: 15px;
        line-height: 25px;
    }

    .contact-form-group input {
        height: 70px;
    }

    .contact-form-group textarea {
        height: 250px;
    }


    .section-heading {
        font-size: 48px;
        line-height: 60px;
    }
}

@media (max-width: 991px) {
    .banner-section {
        width: 100%;
        height: 500px;
        background-size: cover;
        background-position: center;
        padding: 78px 0px;
    }

    .banner-section .content-wrapper span {
        font-size: 20px;
        line-height: 40px;
    }

    .banner-section .content-wrapper h1 span {
        font-size: 38px;
        line-height: 60px;
    }

    .join-today-section {
        padding: 40px 0px;
    }

    .join-today-section .content-wrapper h2 {
        font-size: 35px;
        line-height: 60px;
    }

    .join-today-section .content-wrapper p {
        font-size: 14px;
        line-height: 27px;
    }

    .join-today-section .download-img {
        width: 140px;
        height: 50px;
    }

    .tired-section {
        padding-bottom: 20px;
    }

    .tired-section .tired-img-wrapper,
    .tired-section .tired-img-wrapper img {
        width: 300px;
        height: 300px;
        border-radius: 100%;
        text-align: center;
        position: relative;
        margin: auto;
    }

    .tired-section .content-wrapper {
        padding: 25px 0px;
    }

    .tired-section .content-wrapper h2 {
        font-size: 40px;
        line-height: 60px;
    }

    .tired-section .content-wrapper p {
        font-size: 14px;
        line-height: 28px;
    }

    .why-bdates-section {
        padding: 30px 0px;
    }

    .why-bdates-section .heading-wrapper h2 {
        font-size: 44px;
        line-height: 60px;
        margin-bottom: 20px;
    }

    .why-bdates-section .driven-match-column p,
    .why-bdates-section .tailored-match-column p {
        font-size: 16px;
    }

    .why-bdates-section .tailored-img-wrapper,
    .why-bdates-section .tailored-img-wrapper img,
    .why-bdates-section .driven-img-wrapper,
    .why-bdates-section .driven-img-wrapper img {
        width: 300px;
        height: 300px;
        border-radius: 100%;
        position: static;
        margin: auto;
        margin-bottom: 20px;
    }

    .why-bdates-section .tailored-match-column,
    .why-bdates-section .driven-match-column {
        padding: 20px 0px;
    }

    .meaningful-section .meaningful-img-wrapper,
    .meaningful-section .meaningful-img-wrapper img,
    .ghost-mode-section .ghost-mode-img-wrapper,
    .ghost-mode-section .ghost-mode-img-wrapper img {
        width: 500px;
        height: 450px;
        position: static;
        border-radius: 10px;
        margin: auto;
    }

    .meaningful-section .safe-secure-img-wrapper,
    .meaningful-section .safe-secure-img-wrapper img,
    .conversation-limit-img-wrapper,
    .conversation-limit-img-wrapper img {
        width: 300px;
        height: 300px;
        border-radius: 100%;
        position: static;
        margin: auto;
    }

    .meaningful-section .conversation-column,
    .meaningful-section .safe-secure-column {
        padding: 50px 0px;
    }

    .meaningful-section .conversation-column p {
        font-size: 16px;
    }

    .ghost-mode-section {
        padding: 40px 0px;
    }

    .ghost-mode-section .ghost-mode-img-wrapper {
        transform: translateY(-60px);
    }

    .ghost-mode-column,
    .conversation-limit-column {
        padding: 50px 0px;
    }

    .crush-feature-section {
        padding: 20px 0px;
    }

    .crush-feature-section .feature-img-wrapper,
    .crush-feature-section .feature-img-wrapper img {
        width: 300px;
        height: 300px;
        position: static;
        margin: auto;
        border-radius: 10px;
    }

    .crush-feature-column {
        padding: 50px 0px;
    }

    .how-it-works-section {
        padding: 20px 0px;
    }

    .how-it-works-section .heading-wrapper h2,
    .contactus-section .heading-wrapper h2 {
        font-size: 40px;
        line-height: 70px;
        margin-bottom: 28px;
    }

    .how-it-works-section ul {
        padding-top: 0px;
    }

    .how-it-works-section ul li img {
        width: 24px;
        height: 24px;
    }

    .how-it-works-section ul li h4 {
        font-size: 20px;
        line-height: 30px;
    }

    .how-it-works-section ul li p {
        font-size: 14px;
        line-height: 27px;
    }

    .footer-section {
        padding: 40px 0px;
    }
}

@media (max-width: 575px) {
    #header-sidebar {
        width: 280px;
    }

    .join-today-section .content-wrapper h2 {
        font-size: 28px;
        line-height: 55px;
    }

    .meaningful-section .meaningful-img-wrapper,
    .meaningful-section .meaningful-img-wrapper img,
    .ghost-mode-section .ghost-mode-img-wrapper,
    .ghost-mode-section .ghost-mode-img-wrapper img,
    .crush-feature-section .feature-img-wrapper,
    .crush-feature-section .feature-img-wrapper img {
        width: auto;
        height: auto;
    }
}