* {
    margin: 0;
    box-sizing: border-box;
    padding: 0;
    font-family: "Poppins", serif;
    color: #000;
    scroll-behavior: smooth;
}
/* 
body {
    scroll-behavior: smooth;
} */

h1, h2, h3 {
    font-family: "Montserrat", sans-serif;
}

.hero {
    z-index: 1;
    padding: 30px;
    position: fixed;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    background-image: url(assets/imgs/hero-background.jpg);
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    overflow: hidden;
    max-width: 100vw;
}

.container {
    max-width: 1320px;
    width: 100%;
    margin: 0 auto;
}

.nav-bar {
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 30px;
    padding: 12px 12px 12px 25px;
    border-radius: 60px;
    background-color: rgba(255, 255, 255, 0.45);
    backdrop-filter: blur(30px);
}

.nav-bar .links {
    display: flex;
    align-items: center;
    gap: 30px;
}

.nav-bar .links a {
    font-size: 14px;
    line-height: 22px;
    font-weight: 400;
    color: rgba(0, 0, 0, 0.7);
    text-decoration: none;
    transition: all ease-in 200ms;
}

.nav-bar .links a:hover {
    color: rgba(0, 0, 0, 0.9);
}

.nav-bar button {
    background-color: #000;
    border: none;
    outline: none;
    padding: 12px 30px;
    border-radius: 30px;
    cursor: pointer;
    transition: all ease-in 200ms;
    font-size: 16px;
    line-height: 22px;
    color: #fff;
    font-weight: 500;
}

.nav-bar button:hover {
    background-color: #fff;
    color: #000;
}

.hero .content {
    text-align: center;
    margin: 100px auto 180px;
}

.hero .content h1 {
    color: #fff;
    max-width: 947px;
    margin: 0 auto 15px;
    font-size: 70px;
    line-height: 85px;
    font-weight: 600;
}

.hero .content p {
    max-width: 649px;
    margin: 0 auto 35px;
    font-size: 20px;
    line-height: 30px;
    color: #fff;
    font-weight: 300;
}

.hero .content .options {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 15px;
}

.hero .content .options button {
    width: 188px;
    padding: 12px;
    border-radius: 50px;
    background-color: #6B93CF;
    color: #fff;
    font-size: 18px;
    line-height: 27px;
    font-weight: 400;
    transition: all ease-in 250ms;
    cursor: pointer;
    border: none;
    outline: none;
}

.hero .content .options button:hover {
    background-color: #fff;
    color: #000;
}

.hero .content .options .ghost {
    background-color: rgba(255, 255, 255, 0.4);
    backdrop-filter: blur(4px);
    font-weight: 300;
}

.move {
    width: 100%;
    position: relative;
    z-index: 9;
    background-color: #fff;
    margin-top: 740px;
    border-top-left-radius: 60px;
    border-top-right-radius: 60px;
    padding: 100px 60px 160px;
}

.move .static {
    position: sticky;
    top: 0;
    left: 0;
    right: 0;
    z-index: 99;
}

h2 {
    font-size: 50px;
    line-height: 61px;
    font-weight: 600;
}

.p-flex {
    display: flex;
    justify-content: space-between;
    gap: 40px;
    margin-top: 60px;
}

.p-flex .box {
    width: 100%;
}

.p-flex .box h4 {
    margin: 0 0 15px;
    font-size: 24px;
    line-height: 26px;
    font-weight: 500;
    color: #6B93CF;
    opacity: 15%;
}

.p-flex .box p {
    font-size: 20px;
    line-height: 30px;
    font-weight: 300;
    color: rgba(0, 0, 0, 0.8);
}

.benefits {
    margin-top: 60px;
    width: 100%;
}

.benefits h4 {
    margin: 0 0 20px;
    font-size: 24px;
    line-height: 26px;
    font-weight: 500;
    color: #6B93CF;
    opacity: 20%;
}

.benefits .flex {
    display: flex;
    justify-content: space-between;
    align-items: stretch;
    gap: 20px;
}

.benefits .flex .card {
    width: 100%;
    padding: 30px;
    border-radius: 20px;
    background-color: #f7f7f7;
}

.benefits .flex .card .icon-wrap {
    margin-bottom: 25px;
    width: 70px;
    height: 70px;
    border-radius: 8px;
    background-color: #fff;
    display: flex;
    align-items: center;
    justify-content: center;
}

.benefits .flex .card h6 {
    margin: 0 0 15px;
    font-size: 26px;
    line-height: 39px;
    font-weight: 500;
}

.benefits .flex .card p {
    font-size: 20px;
    line-height: 30px;
    font-weight: 300;
    color: rgba(0, 0, 0, 0.8);
}

.horizontal-divider {
    width: 100%;
    margin: 100px auto;
    background-color: #6B93CF;
    opacity: 10%;
    height: 2px;
}

.heading-flex {
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 30px;
}

.heading-flex button {
    width: 188px;
    padding: 12px;
    border-radius: 50px;
    background-color: #6B93CF;
    color: #fff;
    font-size: 18px;
    line-height: 27px;
    font-weight: 400;
    transition: all ease-in 250ms;
    cursor: pointer;
    border: none;
    outline: none;
}

.heading-flex button:hover {
    background-color: #000;
    color: #fff;
}

.service-flex {
    margin-top: 60px;
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    /*justify-content: space-between;*/
    gap: 20px;
    align-items: stretch;
}

.service-flex .card {
    width: 100%;
    padding: 30px;
    border-radius: 20px;
    background-color: #f7f7f7;
}

.service-flex .icon-wrap {
    margin-bottom: 25px;
    width: 70px;
    height: 70px;
    border-radius: 8px;
    background-color: #fff;
    display: flex;
    align-items: center;
    justify-content: center;
}

.service-flex h6 {
    margin: 0 0 15px;
    font-size: 26px;
    line-height: 39px;
    font-weight: 500;
}

.service-flex p {
    font-size: 20px;
    line-height: 30px;
    font-weight: 300;
    color: rgba(0, 0, 0, 0.8);
}

.move-2 {
    width: 100%;
    position: relative;
    z-index: 999;
    background-color: #6B93CF;
    border-top-left-radius: 60px;
    border-top-right-radius: 60px;
    padding: 100px 60px 160px;
}

.move-2 h2 {
    color: #fff;
}

.move-2 .p-flex {
    margin-top: 40px;
    margin-bottom: 60px;
}

.move-2 .p-flex p {
    color: #fff;
}


.move-2 .case-studies {
    width: 100%;
    display: flex;
    align-items: center;
    flex-direction: column;
    gap: 60px;   
}

.move-2 .case-studies .study {
    display: flex;
    align-items: stretch;
    justify-content: space-between;
    gap: 20px;
}

.move-2 .case-studies .study .img {
    width: 40%;
    min-width: 40%;

}

.move-2 .case-studies .study .img img {
    width: 100%;
    border-radius: 20px;
    height: 100%;
    object-fit: cover;
}

.move-2 .case-studies .study .content {
    padding: 35px 30px;
    border-radius: 20px;
    background-color: #fff;
}

.move-2 .case-studies .study .content h3 {
    margin: 0 0 10px;
    font-size: 34px;
    font-weight: 500;
    line-height: 41px;
    color: #000;
}

.move-2 .case-studies .study .content .caption {
    margin: 0 0 30px;
    font-size: 20px;
    line-height: 25px;
    font-weight: 400;
    color: rgba(0, 0, 0, 0.4);
}

.move-2 .case-studies .study .content .item label {
    display: block;
    margin: 0 0 5px;
    font-size: 20px;
    font-weight: 500;
    line-height: 30px;
}

.move-2 .case-studies .study .content .item p {
    margin: 0;
    font-size: 18px;
    line-height: 27px;
    font-weight: 300;
    color: rgba(0, 0, 0, 0.8);
}

.move-2 .case-studies .study .content .divider {
    width: 100%;
    height: 1px;
    margin: 20px 0;
    background-color: #6B93CF;
    opacity: 10%;
}

.move-2 .case-studies .study .content .item ul {
    padding-left: 20px;
}

.move-2 .case-studies .study .content .item ul li {
    margin: 0;
    font-size: 18px;
    line-height: 27px;
    font-weight: 300;
    color: rgba(0, 0, 0, 0.8);
}

.move-3 {
    width: 100%;
    position: relative;
    z-index: 999;
    background-color: #fff;
    border-top-left-radius: 60px;
    border-top-right-radius: 60px;
    padding: 100px 60px 160px;
}

.move-3 p {
    margin: 40px 0 60px;
    font-size: 20px;
    line-height: 30px;
    font-weight: 300;
    color: rgba(0, 0, 0, 0.8);
    max-width: 640px;
}

.move-3 .testimonial-wrap {
    width: 100%;
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 20px;
}

.move-3 .testimonial-wrap .card {
    width: 100%;
    padding: 30px;
    border-radius: 20px;
    background-color: rgba(0, 0, 0, 0.03);
}

.move-3 .testimonial-wrap .card p {
    margin: 0 0 50px;
}

.move-3 .testimonial-wrap .card .author {
    display: flex;
    align-items: center;
    gap: 20px;
}

.move-3 .testimonial-wrap .card .author .avatar {
    width: 70px;
    min-width: 70px;
    height: 70px;
    border-radius: 40px;
    background-color: #fff;
}

.move-3 .testimonial-wrap .card .author h5 {
    margin: 0 0 1px;
    font-size: 20px;
    line-height: 30px;
    font-weight: 400;
    color: rgba(0, 0, 0, 0.8);
}

.move-3 .testimonial-wrap .card .author p {
    margin: 0;
    font-size: 18px;
    line-height: 27px;
    font-weight: 300;
    color: rgba(0, 0, 0, 0.2);
}

.move-3 .contact-flex {
    display: flex;
    align-items: stretch;
    gap: 60px;
    margin-top: 60px;
}

.move-3 .contact-flex form {
    width: 40%;
    min-width: 40%;
    margin: 0;
    padding: 40px;
    border-radius: 20px;
    background-color: #6B93CF;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    gap: 20px;
}

.move-3 .contact-flex form input {
    padding: 19px 20px;
    border: none;
    outline: none;
    background-color: #fff;
    border-radius: 8px;
    font-size: 16px;
    line-height: 26px;
    font-weight: 400;
    color: rgba(0, 0, 0, 0.8);
}

::placeholder {
    color: rgba(0, 0, 0, 0.2);
}

.move-3 .contact-flex form textarea {
    padding: 19px 20px;
    border: none;
    outline: none;
    background-color: #fff;
    border-radius: 8px;
    font-size: 16px;
    line-height: 26px;
    font-weight: 400;
    color: rgba(0, 0, 0, 0.8);
    resize: none;
    height: 156px;
}

.move-3 .contact-flex form button {
    padding: 19px;
    outline: none;
    border: none;
    background-color: #000;
    border-radius: 8px;
    cursor: pointer;
    transition: all ease-in 250ms;
    font-size: 20px;
    line-height: 30px;
    color: #fff;
}

.move-3 .contact-flex form button:hover {
    background-color: #fff;
    color: #000;
}

.move-3 .contact-flex .info {
    width: 60%;
    padding: 10px 0;
}

.move-3 .contact-flex .info h5 {
    margin: 0 0 20px;
    font-size: 34px;
    line-height: 41px;
    font-weight: 500;
    font-family: "Montserrat", sans-serif;
    color: #000;
}

.move-3 .contact-flex .info p {
    margin: 0 0 30px;
    font-size: 20px;
    line-height: 30px;
    font-weight: 300;
    color: rgba(0, 0, 0, 0.8);
}

.move-3 .contact-flex .info .info-grid {
    display: grid;
    gap: 20px;
    grid-template-columns: repeat(2, 1fr);
}

.move-3 .contact-flex .info .info-grid .card {
    display: flex;
    align-items: center;
    gap: 20px;
    padding: 20px;
    border-radius: 10px;
    border: 1px solid rgba(0, 0, 0, 0.2);
    cursor: pointer;
    transition: all linear 250ms;
}

.move-3 .contact-flex .info .info-grid .card:hover {
    background-color: rgba(0, 0, 0, 0.03);
}

.move-3 .contact-flex .info .info-grid .card .icon {
    width: 55px;
    height: 55px;
    min-width: 55px;
    display: flex;
    align-items: center;
    justify-content: center;
    background-color: #000;
    border-radius: 5px;
}

.move-3 .contact-flex .info .info-grid .card label {
    display: block;
    margin: 0 0 4px;
    font-size: 22px;
    line-height: 27px;
    font-weight: 500;
    color: #000;
}

.move-3 .contact-flex .info .info-grid .card p {
    margin: 0;
    font-size: 16px;
    line-height: 24px;
    color: rgba(0, 0, 0, 0.8);
}

.move-3 .contact-flex .info .divider {
    margin: 50px 0 40px;
    width: 100%;
    height: 1px;
    background-color: rgba(0, 0, 0, 0.1);

}

.move-3 .contact-flex .info .book-call {
    margin: 0;
    font-size: 26px;
    line-height: 32px;
    font-weight: 500;
    color: #000;
}

.move-3 .contact-flex .info .book-call a {
    transition: all ease-in 200ms;
    color: #6B93CF;
}

.move-3 .contact-flex .info .book-call a:hover {
    color: #000;
}

.move-4 {
    width: 100%;
    position: relative;
    z-index: 999;
    background-color: #000;
    border-top-left-radius: 60px;
    border-top-right-radius: 60px;
    padding: 100px 60px 60px;
}

.move-4 .main {
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.move-4 .main .links {
    display: flex;
    gap: 30px;
    align-items: center;
}


.move-4 .main .links a {
    transition: all ease-in 200ms;
    font-size: 18px;
    line-height: 22px;
    font-weight: 300;
    color: #fff;
    text-decoration: none;
}

.move-4 .main .links a:hover {
   opacity: 60%;
}

.move-4 .divider {
    width: 100%;
    height: 1px;
    background-color: rgba(255, 255, 255, 0.5); 
    margin: 80px 0;   
}

.move-4 .copy {
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.move-4 .copy p {
    font-size: 14px;
    line-height: 20px;
    font-weight: 300;
    color: #fff;
    margin: 0;
}

.move-4 .copy .legal {
    display: flex;
    align-items: center;
    gap: 30px;
}

.move-4 .copy .legal a {
    font-size: 14px;
    line-height: 20px;
    font-weight: 300;
    color: #fff;
    margin: 0;
    text-decoration: none;
    transition: all ease-in 200ms;
}

.move-4 .copy .legal a:hover {
    opacity: 50%;
}

.responsive-navbar {
    display: none;
}

.responsive-menu {
    display: none;
}

.popup {
    position: fixed;
    z-index: 99999999;
    padding: 18px 28px;
    border-radius: 6px;
    background-color: #000;
    color: #fff;
    bottom: 30px;
    right: 50%;
    transform: translateX(50%);
    border: 1px solid #000;
    transition: all linear 250ms;
    opacity: 0;
    cursor: pointer;
}

.popup:hover {
    background-color: rgba(0, 0, 0, 0.8);
}


@media screen and (max-width: 1400px) {
    .move-3 .contact-flex {
        gap: 40px;
    }

    .move-3 .contact-flex form textarea {
        height: 220px;
    }
}

@media screen and (max-width: 1200px) {
    .move {
        border-top-left-radius: 35px;
        border-top-right-radius: 35px;
    }

    .hero {
        bottom:unset;
        height: auto;
        position: absolute;
    }

    .move-3 .testimonial-wrap {
        grid-template-columns: repeat(1, 1fr);
    }

    .service-flex {
        grid-template-columns: repeat(1, 1fr);
    }

    .benefits .flex {
        gap: 20px;
        flex-direction: column;
    }

    .move, .move-2, .move-3, .move-4 {
        border-top-left-radius: 35px;
        border-top-right-radius: 35px;
    }

    .testimonial-wrap .card p {
        max-width: none;
    }

    .move-3 .contact-flex {
        flex-direction: column;
        gap: 30px;
    }

    .move-3 .contact-flex form {
        width: 100%;
        min-width: 100%;
    }

    .move-3 .contact-flex .info {
        width: 100%;
    }
}

@media screen and (max-width: 1150px) {
    .move-2 .case-studies .study {
        flex-direction: column;
    }

    .move-2 .case-studies .study .img {
        width: 100%;
        height: 320px;
        order: 0;
    }

    .move-2 .case-studies .study .content {
        order: 2;
    }

    .p-flex {
        flex-direction: column;
        gap: 30px;
    }
}

@media screen and (max-width: 900px) {
    .hero .content h1 {
        font-size: 60px;
        line-height: 75px;
    }

    .hero .content {
        text-align: center;
        margin: 80px auto 120px;
    }

    .move {
        margin-top: 660px;
        border-top-left-radius: 60px;
        border-top-right-radius: 60px;
        padding: 100px 60px 160px;
    }
}

@media screen and (max-width: 800px) {
    .hero {
        padding: 20px;
    }

    .move, .move-2, .move-3, .move-4 {
        padding-left: 20px;
        padding-right: 20px;
    }

    .move, .move-2, .move-3, .move-4 {
        border-top-left-radius: 25px;
        border-top-right-radius: 25px;
        padding: 70px 20px 120px;
    }

    .nav-bar .links {
        display: none;
    }

    .responsive-navbar {
        display: flex;
        align-items: center;
        justify-content: space-between;
        padding: 20px;
        background-color: #fff;
        position: fixed;
        z-index: 99999999;
        top: 0;
        left: 0;
        right: 0;
    }

    .responsive-navbar .menu-icon {
        width: 46px;
        height: 46px;
        min-height: 46px;
        border-radius: 30px;
        display: flex;
        align-items: center;
        justify-content: center;
        background-color: #000;
        transition: all linear 250ms;
    }

    .nav-bar {
        opacity: 0;
    }

    .responsive-menu {
        display: flex;
        align-items: start;
        gap: 40px;
        padding: 40px 20px;
        left: 0;
        right: 0;
        top: 86px;
        position: fixed;
        background-color: #fff;
        z-index: 9999999;
        flex-direction: column;
        transform: translateY(-100%);
        transition: all linear 250ms;
    }

    .responsive-menu .links {
        display: flex;
        flex-direction: column;
        align-items: start;
        gap: 20px;
    }

    .responsive-menu .links a {
        text-decoration: none;
        font-size: 20px;
        font-weight: 400;
        color: rgba(0, 0, 0, 0.8);
    }

    .responsive-menu .btns {
        display: flex;
        flex-direction: column;
        gap: 10px;
    }

    .responsive-menu .btns button {
        width: 188px;
        padding: 12px;
        border-radius: 50px;
        background-color: #6B93CF;
        color: #fff;
        font-size: 18px;
        line-height: 27px;
        font-weight: 400;
        transition: all ease-in 250ms;
        cursor: pointer;
        border: none;
        outline: none;
    }

    .responsive-menu .btns .ghost {
        background-color: #000;
        font-weight: 300;
    }
}

@media screen and (max-width: 750px) {
    .hero .content h1 {
        font-size: 50px;
        line-height: 62px;
    }

    .hero .content p {
        margin: 0 auto 30px;
        font-size: 18px;
        line-height: 26px;
    }

    .move {
        margin-top: 620px;
    }
}


@media screen and (max-width: 700px) {
    h2 {
        font-size: 38px;
        line-height: 44px;
    }

    .p-flex {
        margin-top: 40px;
    }

    .p-flex .box h4 {
        margin-bottom: 10px;
        font-size: 20px;
        line-height: 26px;
    }

    .p-flex .box p {
        font-size: 18px;
        line-height: 26px;
    }

    .benefits h4 {
        margin-bottom: 15px;
        font-size: 20px;
        line-height: 26px;
    }

    .benefits .flex .card {
        width: 100%;
        padding: 25px;
        border-radius: 12px;
        background-color: #f7f7f7;
    }

    .benefits .flex .card p {
        font-size: 18px;
        line-height: 26px;
        font-weight: 300;
        color: rgba(0, 0, 0, 0.8);
    }

    .benefits .flex .card h6 {
        margin: 0 0 10px;
        font-size: 22px;
        line-height: 30px;
    }

    .horizontal-divider {
        margin: 70px auto;
    }

    .service-flex .card {
        width: 100%;
        padding: 25px;
        border-radius: 12px;
        background-color: #f7f7f7;
    }

    .service-flex h6 {
        margin: 0 0 10px;
        font-size: 22px;
        line-height: 30px;
    }

    .service-flex p {
        font-size: 18px;
        line-height: 26px;
        font-weight: 300;
        color: rgba(0, 0, 0, 0.8);
    }

    .move-2 .case-studies {
        gap: 40px;
    }

    .move-2 .case-studies .study .img img {
        border-radius: 12px;
        object-position: center;
    }

    .move-2 .case-studies .study .img {
        height: 260px;
    }

    .move-2 .case-studies .study .content {
        padding: 25px;
        border-radius: 12px;
        background-color: #fff;
    }

    .move-2 .case-studies .study {
        gap: 12px;
    }

    .move-2 .case-studies .study .content h3 {
        margin: 0 0 6px;
        font-size: 28px;
        line-height: 36px;
    }

    .move-2 .case-studies .study .content .caption {
        margin: 0 0 25px;
        font-size: 20px;
        line-height: 26px;
        font-weight: 400;
        color: rgba(0, 0, 0, 0.4);
    }

    .move-2 .case-studies .study .content .item label {
        display: block;
        margin: 0 0 5px;
        font-size: 18px;
        font-weight: 500;
        line-height: 26px;
    }

    .move-2 .case-studies .study .content .item p {
        font-size: 15px;
        line-height: 24px;
    }

    .move-3 p {
        margin: 30px 0 40px;
        font-size: 18px;
        line-height: 26px;
    }

    .move-3 .testimonial-wrap .card {
        width: 100%;
        padding: 25px;
        border-radius: 12px;
        background-color: rgba(0, 0, 0, 0.03);
    }

    .move-3 .testimonial-wrap .card p {
        margin: 0 0 35px;
    }

    .move-3 .testimonial-wrap .card .author .avatar {
        width: 55px;
        min-width: 55px;
        height: 55px;
        border-radius: 40px;
        background-color: #fff;
    }

    .move-3 .testimonial-wrap .card .author h5 {
        margin: 0 0 1px;
        font-size: 18px;
        line-height: 26px;
        font-weight: 400;
        color: rgba(0, 0, 0, 0.8);
    }

    .move-3 .testimonial-wrap .card .author p {
        margin: 0;
        font-size: 15px;
        line-height: 22px;
        font-weight: 300;
        color: rgba(0, 0, 0, 0.2);
    }

    .move-3 .testimonial-wrap .card .author {
        gap: 12px;
    }

    .move-3 .contact-flex {
        margin-top: 40px;
    }  
    
    .move-3 .contact-flex form {
       padding: 25px;
        gap: 15px;
        border-radius: 12px;
    }    

    .move-3 .contact-flex .info p {
        margin: 0 0 20px;
        font-size: 18px;
        line-height: 26px;
        font-weight: 300;
        color: rgba(0, 0, 0, 0.8);
    }

    .move-3 .contact-flex .info .info-grid .card {
        padding: 15px;
        gap: 15px;
    }

    .move-3 .contact-flex .info .book-call {
        margin: 0;
        font-size: 22px;
        line-height: 28px;
        font-weight: 500;
        color: #000;
    }

    .move, .move-2, .move-3, .move-4 {
        padding-bottom: 60px;
    }

    .move-4 .divider {
       margin: 55px 0;
    }

    .move-4 .main {
        flex-direction: column;
        align-items: start;
        gap: 30px;
    }

    .move-4 .main .links {
        gap: 25px;
    }

    .move-4 .main .links a {
        transition: all ease-in 200ms;
        font-size: 16px;
        line-height: 22px;
        font-weight: 300;
        color: #fff;
        text-decoration: none;
    }
}

@media screen and (max-width: 630px) {
    .hero .content h1 {
        font-size: 44px;
        line-height: 58px;
    }

    .hero .content p {
        margin: 0 auto 30px;
        font-size: 16px;
        line-height: 22px;
    }
}

@media screen and (max-width: 600px) {
    .move-3 .contact-flex .info .info-grid {
        display: grid;
        gap: 15px;
        grid-template-columns: repeat(1, 1fr);
    }

    .move {
        position: relative;
    }
}

@media screen and (max-width: 570px) {
    .move {
        margin-top: 700px;
    }

    .popup {
        left: 20px;
        right: 20px;
        bottom: 20px;
        transform: none;
        text-align: center;
    }
}

@media screen and (max-width: 510px) {
    .hero .content h1 {
        font-size: 38px;
        line-height: 48px;
    }

    .popup {
        left: 15px;
        right: 15px;
        bottom: 15px;
        transform: none;
        text-align: center;
    }

    .options {
        flex-direction: column;
    }

    .hero {
        padding: 15px;
    }

    .responsive-menu {
        padding: 40px 15px;
    }

    .responsive-navbar {
        padding: 20px 15px;
    }

    .move, .move-2, .move-3, .move-4 {
        padding-left: 15px;
        padding-right: 15px;
    }

    .service-flex .card {
        padding: 18px;
    }

    .move-2 .case-studies .study .content {
        padding: 18px;
    }

    .move-2 .case-studies .study .content .caption {
        margin: 0 0 25px;
        font-size: 18px;
        line-height: 24px;
        font-weight: 400;
        color: rgba(0, 0, 0, 0.4);
    }

    .move-3 .testimonial-wrap .card {
        padding: 18px;
    }

    .move-3 .contact-flex form {
        padding: 18px;
        gap: 12px;
        border-radius: 12px;
    }

    .move-4 .main .links {
       flex-direction: column;
       align-items: start;
    }

    .move-4 .main {
        gap: 50px;
    }

    .move-4 .copy {
        flex-direction: column;
        align-items: center;
        gap: 20px;
    }

    .heading-flex {
        gap: 20px;
    }
}

@media screen and (max-width: 450px) {
    .hero .content h1 {
        font-size: 34px;
        line-height: 44px;
    }

    .responsive-menu .btns {
        width: 100%;
    }

    .responsive-menu .btns button {
        width: 100%;
    }
}

@media screen and (max-width: 395px) {
    .hero .content h1 {
        font-size: 30px;
        line-height: 38px;
    }

    .heading-flex {
        flex-direction: column;
        align-items: start;
    }
}