
@media (min-width: 300px) and (max-width: 685px) {
    .top {
        padding: 0 0 80px 0;
        background-color: #101010;
        margin-bottom: 130px;
    }
    .top nav {
        display: flex;
        align-items: center;
        justify-content: space-between;
        padding: 15px 20px;
        font-family: Inter;
    }
    .top nav .logo{
        display: flex;
        cursor: pointer;
    }
    .top nav .logo p {
        font-size: 25px;
        font-weight: 700;
        color: white;
        letter-spacing: -0.5px;
    }
    .top nav .links {
        display: flex;
        align-items: center;
        gap: 45px;
        margin-right: 40px;
        display: none;
    }
    .top nav .links a {
        color: white;
        text-decoration: none;
        font-size: 13.5px;
        font-weight: 400;
        display: flex;
        align-items: center;
    }
    .top nav .links li {
        list-style: none;
        color: white;
        font-size: 13.5px;
        cursor: pointer;
        padding: 15px 0;
        display: flex;
        justify-content: center;
        align-items: center;
        gap: 8px;
    }
    .top nav .links li img {
        width: 12px;
        filter: invert(1);
        transition: 400ms;
    }
    .top nav .links li:hover img {
        transform: rotate(-180deg);
    }
    
    .top nav .contact-btn {
        display: flex;
        align-items: center;
        gap: 20px;
        /* display: none; */
    }
    .top nav .contact-btn a {
        font-size: 14px;
        color: white;
        text-decoration: none;
        display: flex;
        align-items: center;
    }
    .top nav .contact-btn .btn {
        height: 40px;
        width: 110px;
        background-color: white;
        font-size: 14px;
        font-weight: 600;
        display: flex;
        justify-content: center;
        align-items: center;
        position: relative;
        overflow: hidden;
        cursor: pointer;
    }
    .top nav .contact-btn a:nth-child(2) {
        display: none;
    }
    .top nav .contact-btn .btn p img {
        width: 12px;
        background-color: transparent;
        transition: 400ms;
    }
    .top nav .contact-btn .btn p {
        position: relative;
        z-index: 2;
        display: flex;
        align-items: center;
        gap: 10px;
        transition: 400ms ease-in-out;
    }
    .top nav .contact-btn .btn p i {
        width: 15px;
        height: 12px;
        overflow: hidden;
    }
    .top nav .contact-btn .btn p i span {
        display: flex;
        align-items: center;
        justify-content: left;
        gap: 5px;
        transition: 300ms;
        transform: translateX(-15px);
    }
    .top nav .contact-btn .btn .top {
        height: 70px !important;
        width: 150px !important;
        position: absolute;
        background-color: #4c4c4c;
        left: -100px;
        top: -100px;
        border-radius: 50%;
        scale: 0;
        z-index: 1;
        transition: 400ms ease-in-out;
    }
    .top nav .contact-btn .btn .bottom {
        height: 150px;
        width: 150px;
        position: absolute;
        background-color: #4c4c4c;
        right: -100px;
        bottom: -100px;
        border-radius: 50%;
        scale: 0;
        z-index: 1;
        transition: 400ms ease-in-out;
    }
    .top nav .contact-btn .btn:hover>span {
        scale: 1.3;
    } 
    .top nav .contact-btn .btn:hover p {
        color: white;
    } 
    .top nav .contact-btn .btn:hover img {
        filter: invert(1);
    } 
    .top nav .contact-btn .btn:hover p i span {
        transform: translateX(0px);
    }
    .top nav .links .drop-btn {
        position: relative;
    }
    .top nav  .extra-nav {
        position: absolute;
        z-index: 10;
        background-color: white;
        padding: 10px 10px 10px 10px;
        transform: translateY(100px);
        margin-left: 78px;
        opacity: 0;
        transition: 400ms;
    }
    .top nav  .extra-nav a {
        color: black;
        padding: 5px;
        width: 100px;
        transition: 300ms;
    }
    .top nav .extra-nav a:hover {
        background-color: #f0f0f0;
    }
    .top nav .drop-btn:hover .extra-nav {
        opacity: 1;
        transform: translateY(60px);
    }
    .menu {
        z-index: 100; 
        display: block;
    }
    .menu .menu-btn {
        background-color: white;
        display: flex;
        justify-content: center;
        align-items: center;
        height: 40px;
        width: 40px;
    } 
    .menu .menu-btn img {
        width: 25px;
    }
    .menu .menu-links {
        position: absolute;
        width: 100%;
        background-color: #0C0504;
        left: 0;
        top: 75px;
        padding: 30px 20px 30px 20px;   
        z-index: 99;
        border-top: 1px solid white;
        transform: translateY(100px);
        opacity: 0;
        /* display: none; */
        transition: 600ms;
    }
    .menu-links a {
        padding: 15px 0px;
        font-size: 16px !important;
    }
    .menu-links.active {
        opacity: 1;
        transform: translateY(0px);
    }
    .hero {
        margin: 0px 20px;
        margin-top: -30px;
    }
    .hero h1:nth-child(1) {
        font-size: 50px;
        text-align: left;
        color: white;
        font-family: Poppins;
        font-weight: 450;
        letter-spacing: -4px;
        margin-top: 50px;
        margin-bottom: 120px;
        /* margin: 0 180px; */
        position: relative;
        z-index: 1;
        line-height: 90px;
    }
    .hero h1:nth-child(2) {
        font-size: 50px;
        margin-top: -115px;
        text-align: right;
        color: white;
        font-family: Poppins;
        letter-spacing: -4px;
        font-weight: 450;
        line-height: 20px;
        /* margin: 0 180px; */
    }
    .hero .more {
        display: flex;
        justify-content: space-between;
        align-items: center;
        /* margin: 0 180px; */
        width: 100%;
        margin-top: 300px;
    }
    .hero .image {
        width: 100%;
        height: 250px;
        overflow: hidden;
        margin-bottom: 5px;
        position: absolute;
        top: -270px;
    }
    .hero .image img {
        width: 700px;
    }
    .hero p {
        font-size: 14px;
        text-transform: uppercase;
        color: white;
        font-family: Poppins;
        font-weight: 700;
        /* width: 120px; */
        line-height: 16px;
    }
    .hero p span {
        color: #9E9E9E;
    }
    .hero h1:nth-child(4) {
        font-size: 50px;
        color: white;
        text-align: center;
        font-family: Poppins;
        letter-spacing: -4px;
        font-weight: 500;
        line-height: 20px;
        margin-top: 40px;
        /* margin: 0 180px; */
    }
    .about-us {
        margin: 0 20px 20px 20px;
    }
    .about-us .header {
        text-align: center;
        width: 90%;
        margin-left: 50%;
        transform: translateX(-50%);
    }
    .about-us .header h4 {
        font-size: 15px;
        font-weight: 600;
        padding-bottom: 20px;
    }
    .about-us .header h2 {
        font-size: 25px;
        font-weight: 550;
        padding-bottom: 20px;
        font-family: Inter;
        letter-spacing: -1.5px;
        line-height: 30px;
    }
    .about-us .header h2 span {
        background: linear-gradient(
            to bottom,
            #9E9E9E,
            #6c6c6c
        );
        -webkit-background-clip: text;
        -webkit-text-fill-color: transparent;
    }
    .about-content {
        display: flex;
        flex-direction: column;
        /* justify-content: space-between; */
        gap: 0px;
        align-items: start;
        margin: 50px 0;
        justify-content: center;
    }
    .about-content .image {
        width: 100%;
        height: 100%;
        overflow: hidden;
    }
    .about-content .image img{
        width: 100%;
    }
    .about-content .content {
        height: 100%;
        width: 90%;
        overflow: hidden;
        position: relative;
        margin-top: 20px;
    }
    .about-content .content>p {
        font-size: 16px;
        font-family: Inter;
        color: #4c4c4c;
        font-weight: 400;
        letter-spacing: -0.5px;
        line-height: 24px;
    }
    .about-content .stats {
        display: flex;
        margin-top: 50px;
        align-items: center;
        gap: 40px;
        flex-wrap: wrap;
        justify-content: space-between;
    }
    .about-content .stats h3 {
        font-size: 35px;
        font-weight: 600;
        font-family: Inter;
        letter-spacing: -1px;
    }
    .about-content .stats p {
        font-size: 16px;
        padding-top: 5px;
        font-family: Inter;
        letter-spacing: -0.4px;
        color: #4c4c4c;
        font-weight: 400;
        line-height: 28px;
    }
    
    .about-content .btn {
        height: 40px;
        width: 120px;
        background-color: black;
        font-size: 14px;
        font-weight: 600;
        display: flex;
        justify-content: center;
        align-items: center;
        position: relative;
        bottom: 1px;
        margin-top: 50px;
        overflow: hidden;
        /* bottom: 28px; */
        cursor: pointer;
    }
    .about-content .btn p i span img {
        width: 12px !important;
        background-color: transparent;
        transition: 400ms;
        filter: invert(1);
    }
    .about-content .btn p {
        position: relative;
        z-index: 2;
        display: flex;
        align-items: center;
        gap: 10px;
        font-size: 14px;
        color: white;
        transition: 400ms ease-in-out;
    }
    .about-content .btn p i {
        width: 15px;
        height: 12px;
        overflow: hidden;
    }
    .about-content .btn p i span {
        display: flex;
        align-items: center;
        justify-content: left;
        gap: 5px;
        transition: 300ms;
        transform: translateX(-15px);
    }
    .about-content .btn .top {
        height: 70px !important;
        width: 150px !important;
        position: absolute;
        background-color: #4c4c4c;
        left: -100px;
        top: -100px;
        border-radius: 50%;
        scale: 0;
        z-index: 1;
        transition: 400ms ease-in-out;
    }
    .about-content .btn .bottom {
        height: 150px;
        width: 150px;
        position: absolute;
        background-color: #4c4c4c;
        right: -100px;
        bottom: -100px;
        border-radius: 50%;
        scale: 0;
        z-index: 1;
        transition: 400ms ease-in-out;
    }
    .about-content .btn:hover>span {
        scale: 1.4;
    } 
    .about-content .btn:hover p {
        color: whitesmoke;
    } 
    .about-content .btn:hover img {
        filter: invert(1);
    } 
    .about-content .btn:hover p i span {
        transform: translateX(0px);
    }
    
    
    .about-us .header2 {
        display: flex;
        justify-content: center;
        align-items: center;
        text-transform: uppercase;
        padding-top: 0px;
    }
    .about-us .header2 h2 {
        font-weight: 400;
        line-height: 35px;
        font-weight: 500;
        font-size: 40px;
        letter-spacing: -3.4px;
        text-align: center;
        width: 100%;
    }
    .about-us .header2 h2 span {
        background: linear-gradient(
            to bottom,
            #9E9E9E,
            #6c6c6c
        );
        -webkit-background-clip: text;
        -webkit-text-fill-color: transparent;
    }
    .about-us .more-content {
        display: flex;
        justify-content: center;
        gap: 20px;
        align-items: center;
        margin: 50px 0px 0px 0px;
        position: relative;
    }
    .about-content .more-content .video-wrapper {
        margin-bottom: 20px;
        padding-bottom: 20px;
        position: relative;
        width: 100%;
    }
    .about-us .more-content .bg-video {
        width: 100%;
        /* height: 250px; */
        display: block;
        margin-bottom: 0px;
        left: 20px;
        /* transform: translateX(50%, -50%); */
        position: relative;
        z-index: 55;
        margin-top: 70px;
        /* margin-right: 20px; */
        position: absolute;
    }
    .about-us .more-content p {
        font-size: 14px;
        text-transform: uppercase;
        color: black;
        font-family: Poppins;
        font-weight: 600;
        width: 200px;
        line-height: 18px;
        letter-spacing: -0.5px;
        position: relative;
        z-index: -1;
    }
    .about-us .more-content p span {
        color: #9E9E9E;
    }
    
    .services-section {
        height: fit-content;
        margin-top: 350px;
        background-color: #101010;
        display: flex;
        flex-direction: column;
        padding: 70px 20px 0px 20px;
        justify-content: space-between;
        /* position: relative; */
    }
    .services-section .header {
        padding: 20px 0px;
        position: relative;
        top: 0px;
        width: 100%;
        height: fit-content;
    }
    .services-section .header h3 {
        font-size: 15px;
        letter-spacing: -0.4px;
        color: white;
        padding-bottom: 20px;
        font-weight: 600;
    }
    .services-section .header h2 {
        font-weight: 400;
        line-height: 35px;
        font-weight: 500;
        font-size: 40px;
        letter-spacing: -3.4px;
        text-align: left;
        text-transform: uppercase;
        color: white;
        width: 100%;
        padding-bottom: 20px;
    }
    .services-section .header h2 span {
        background: linear-gradient(
            to bottom,
            #9E9E9E,
            #6c6c6c
        );
        -webkit-background-clip: text;
        -webkit-text-fill-color: transparent;
    }
    .services-section .header p {
        font-family: Inter;
        color: #9E9E9E;
        letter-spacing: -0.4px;
        font-size: 13px;
        width: 100%;
        font-weight: 500;
        line-height: 20px;
    }
    .services-section .services {
        padding: 30px 0;
        font-family: Inter;
        position: relative;
        margin-top: -12px;
        height: 100%;
    }
    .services .post {
        width: 100%;
        border-bottom: 1px solid #313131;
        padding-bottom: 35px;
        margin-bottom: 30px;
        background-color: #101010;
        position: relative;
        padding-top: 5px;
        right: 0;
        top: 10px;
    }
    .services .post .head {
        display: flex;
        align-items: center;
        gap: 20px;
    }
    .services .post .head span {
        height: 40px;
        width: 40px;
        display: flex;
        justify-content: center;
        align-items: center;
        background-color: #272727;
        border-radius: 50%;
        padding: 4px;
    }
    .services .post .head h3 {
        font-size: 30px;
        color: white;
        letter-spacing: -1.8px;
        font-weight: 600;
    }
    .services .post p {
        padding-left: 0px;
        padding-top: 20px;
        font-size: 14px;
        letter-spacing: -0.6px;
        color: #a1a1a1;
        font-weight: 500;
        line-height: 18px;
        width: 100%;
    }
    
    .projects .header {
        padding: 20px 0px;
        text-align: center;
        margin-top: 100px;
    }
    .projects .header h3 {
        font-size: 15px;
        letter-spacing: -0.4px;
        color: black;
        padding-bottom: 20px;
        font-weight: 600;
    }
    .projects .header h2 {
        font-weight: 400;
        line-height: 35px;
        font-weight: 500;
        font-size: 40px;
        letter-spacing: -3.4px;
        text-align: center;
        text-transform: uppercase;
        color: black;
        width: 100%;
        padding-bottom: 20px;
        margin-left: 50%;
        transform: translateX(-50%);
    }
    .projects .header h2 span {
        background: linear-gradient(
            to bottom,
            #9E9E9E,
            #6c6c6c
        );
        -webkit-background-clip: text;
        -webkit-text-fill-color: transparent;
    }
    .projects .header p {
        font-family: Inter;
        color: #6c6c6c;
        letter-spacing: -0.3px;
        font-size: 13px;
        width: 90%;
        font-weight: 500;
        line-height: 20px;
        margin-left: 50%;
        transform: translateX(-50%);
    }
    
    .projects .project-grid {
        display: flex;
        place-items: center;
        justify-content: center;
        margin: 20px 20px 120px 20px;
        flex-wrap: wrap;
        gap: 20px;
    }
    .project-grid .card {
        margin-bottom: 20px;
        width: 100%;
    }
    .project-grid .card .image {
        width:  100%;
        height: 255px;
        position: relative;
        overflow: hidden;
        margin-bottom: 10px;
        transition: 300ms;
    }
    .project-grid .card .image>img {
        width: 850px;
        margin-left: -150px;
        margin-top: -20px;
        transition: 500ms;
    }
    .project-grid .card .image .cont {
        position: absolute;
        top: 50%;
        left: 50%;
        transform: translate(-50%, -50%);
    }
    .project-grid .card h3 {
        font-size: 30px;
        font-weight: 500;
        letter-spacing: -2.0px;
    }
    .project-grid .card>p {
        color: #4c4c4c;
        font-family: Inter;
        letter-spacing: -0.2px;
        font-size: 13px;
        font-weight: 500;
        width: 95%;
        line-height: 20px;
    }
    .project-grid .card .image {
        background-color: #101010;
    }
    .project-grid .image .btn {
        height: 40px;
        width: 130px;
        background-color: white;
        font-size: 14px;
        font-weight: 600;
        display: flex;
        justify-content: center;
        align-items: center;
        position: relative;
        overflow: hidden;
        opacity: 0;
        cursor: pointer;
        transition: 300ms;
    }
    .project-grid .image .btn p img {
        width: 12px;
        background-color: transparent;
        transition: 400ms;
    }
    .project-grid .image .btn p {
        position: relative;
        z-index: 2;
        display: flex;
        align-items: center;
        gap: 5px;
        font-size: 13px;
        color: black;
        font-weight: 600;
        transition: 400ms ease-in-out;
        justify-content: center;
    }
    .project-grid .image .btn p i {
        width: 15px;
        height: 12px;
        overflow: hidden;
    }
    .project-grid .image .btn p i span {
        display: flex;
        align-items: center;
        justify-content: left;
        gap: 5px;
        transition: 300ms;
        transform: translateX(-15px);
    }
    .project-grid .image .btn .top {
        height: 70px !important;
        width: 150px !important;
        position: absolute;
        background-color: black;
        left: -100px;
        top: -100px;
        border-radius: 50%;
        scale: 0;
        z-index: 1;
        transition: 400ms ease-in-out;
    }
    .project-grid .image .btn .bottom {
        height: 150px;
        width: 180px;
        position: absolute;
        background-color: black;
        bottom: -100px;
        right: -100px;
        border-radius: 50%;
        scale: 0;
        z-index: 1;
        transition: 400ms ease-in-out;
    }
    .project-grid .image .btn:hover>span {
        scale: 1.4;
    } 
    .project-grid .image .btn:hover p {
        color: whitesmoke;
    } 
    .project-grid .image .btn:hover img {
        filter: invert(1);
    } 
    .project-grid .image .btn:hover p i span {
        transform: translateX(0px);
    }
    .project-grid .image:hover .btn {
        opacity: 1;
    }
    .project-grid .card:hover .image>img {
        scale: 1.2;
        opacity: 0.8;
    }
    
    .testimonials {
        padding: 50px 20px 120px 20px;    
        background-color: #101010;
        position: relative;
    }
    .testimonials>.header {
        padding: 20px 0px;
        text-align: left;
        display: flex;
        align-items: end;
        justify-content: space-between;
    }
    .testimonials>.header h3 {
        font-size: 15px;
        letter-spacing: -0.4px;
        color: white;
        padding-bottom: 20px;
        font-weight: 600;
    }
    .testimonials>.header h2 {
        font-weight: 400;
        line-height: 35px;
        font-weight: 500;
        font-size: 40px;
        letter-spacing: -3.4px;
        text-transform: uppercase;
        color: white;
        width: 80%;
    }
    .testimonials>.header h2 span {
        background: linear-gradient(
            to bottom,
            #9E9E9E,
            #6c6c6c
        );
        -webkit-background-clip: text;
        -webkit-text-fill-color: transparent;
    }
    .testimonials>.header .controls {
        display: flex;
        gap: 20px;
        position: absolute;
        top: 670px;
        z-index: 100;
    }
    .testimonials>.header .controls span {
        height: 45px;
        width: 45px;
        display: flex;
        justify-content: center;
        align-items: center;
        background-color: #272727;
        transition: 300ms;
    }
    .testimonials>.header .controls span img{
        width: 15px;
        filter: invert(1);
        transition: 300ms;
    }
    .testimonials>.header .controls span:nth-child(1) img{
        transform: scaleX(-1);
    }
    .testimonials>.header .controls span:hover {
        background-color: white;
    }
    .testimonials>.header .controls span:hover img {
        filter: invert(0);
    }
    .clients {
        display: flex;
        align-items: center;
        margin-top: 30px;
        gap: 25px;
        animation: slide 25s infinite;
        transition: transform 0.5s ease-in-out; /* smooth animation */
    }
    .clients .review {
        padding: 30px 20px 20px 20px;
        width: 82%;
        background-color: #252525;
    }
    .clients .review h3{
        font-size: 24px;
        letter-spacing: -1.5px;
        font-family: Inter;
        line-height: 34px;
        color: #f2f2f2;
        font-weight: 600;
        padding-bottom: 20px;
        width: 230px;
    }
    .clients .review>p{
        color: #b6b6b6;
        font-family: Inter;
        font-size: 13.5px;
        line-height: 25px;
        font-weight: 500;
        width: 230px;
    }
    .clients .review .info {
        display: flex;
        align-items: center;
        gap: 10px;
        margin-top: 20px;
    }
    .clients .review .info span:nth-child(1) {
        display: flex;
        justify-content: center;
        align-items: center;
    }
    .clients .review .info img {
        width: 65px;
    }
    .clients .review .info h4 {
        color: #f2f2f2;
        font-family: Inter;
        font-size: 20px;
        font-weight: 600;
        letter-spacing: -0.2px;
        padding-bottom: 5px;
    }
    .clients .review .info p {
        font-size: 16px;
        letter-spacing: -0.2px;
        color: #f2f2f2;
        font-family: Inter;
    }
    .pricing {
        margin-left: 50%;
        transform: translateX(-50%);
        width: 100%;
        margin-top: 0px;
    }
    .pricing .header {
        padding: 20px 0px;
        text-align: center;
    }
    .pricing .header h3 {
        font-size: 15px;
        letter-spacing: -0.4px;
        color: white;
        padding-bottom: 20px;
        font-weight: 600;
    }
    .pricing .header h2 {
        font-weight: 400;
        line-height: 35px;
        font-weight: 500;
        font-size: 40px;
        letter-spacing: -3.4px;
        text-align: center;
        text-transform: uppercase;
        color: white;
        width: 100%;
        padding-bottom: 20px;
        margin-left: 50%;
        transform: translateX(-50%);
    }
    .pricing .header h2 span {
        background: linear-gradient(
            to bottom,
            #9E9E9E,
            #6c6c6c
        );
        -webkit-background-clip: text;
        -webkit-text-fill-color: transparent;
    }
    .pricing .header p {
        font-family: Inter;
        color: #a1a1a1;
        letter-spacing: -0.4px;
        font-size: 13.5px;
        width: 100%;
        font-weight: 500;
        line-height: 20px;
        margin-left: 50%;
        transform: translateX(-50%);
    }
    
    .pricing .prices {
        display: flex;
        justify-content: left;
        margin-top: 30px;
        font-family: Inter;
        gap: 20px;
        flex-wrap: wrap;
        grid-template-columns: repeat(2, 1fr);
    }
    .prices .card {
        padding: 30px 0;
        background-color: #272727;
        /* width: 370px; */
        width: 100%;
        transition: 400ms;
    }
    .prices .card .package {
        display: flex;
        gap: 10px;
        align-items: center;
        padding-bottom: 50px;
        padding: 0 30px 50px 30px;
    }
    .prices .card .package h3{
        font-size: 16px;
        color: white;
    }
    .prices .card .package span{
        background-color: #404040;
        padding: 5px 10px;
        color: white;
        font-weight: 500;
        border-radius: 20px;
        text-align: center;
        font-size: 14px;
    }
    .prices .card>h2 {
        font-size: 20px;
        color: white;
        width: 80%;
        line-height: 25px;
        padding-bottom: 40px;
        padding: 0 30px 20px 30px;
    }
    .prices .card>h2 span {
        color: #9E9E9E;
    }
    .prices .card .price {
        display: block;
        padding-bottom: 20px;
        border-bottom: 1px solid #4c4c4c;
    }
    .prices .card .price h3{
        font-size: 27px;
        color: white;
        padding-bottom: 15px;
        padding: 0px 30px 15px 30px;
    }
    
    .prices .card .price .btn {
        height: 40px;
        width: 120px;
        background-color: #6c6c6c;
        font-size: 14px;
        font-weight: 600;
        display: flex;
        justify-content: center;
        align-items: center;
        position: relative;
        overflow: hidden;
        border: 1px solid #4c4c4c;
        margin: 0px 30px;
        cursor: pointer;
    }
    .prices .card .price .btn p img {
        width: 12px;
        background-color: transparent;
        transition: 400ms;
        filter: invert(1);
    }
    .prices .card .price .btn p {
        position: relative;
        z-index: 2;
        display: flex;
        align-items: center;
        gap: 5px;
        font-size: 13px;
        color: white;
        font-weight: 500;
        transition: 400ms ease-in-out;
        justify-content: center;
    }
    .prices .card .price .btn p i {
        width: 15px;
        height: 12px;
        overflow: hidden;
    }
    .prices .card .price .btn p i span {
        display: flex;
        align-items: center;
        justify-content: left;
        gap: 5px;
        transition: 300ms;
        transform: translateX(-15px);
    }
    .prices .card .price .btn .top {
        height: 70px !important;
        width: 150px !important;
        position: absolute;
        background-color: white;
        left: -90px;
        top: -100px;
        border-radius: 50%;
        scale: 0;
        z-index: 1;
        transition: 400ms ease-in-out;
    }
    .prices .card .price .btn .bottom {
        height: 150px;
        width: 180px;
        position: absolute;
        background-color: white;
        bottom: -100px;
        right: -100px;
        border-radius: 50%;
        scale: 0;
        z-index: 1;
        transition: 400ms ease-in-out;
    }
    .prices .card .price .btn:hover>span {
        scale: 1.4;
    } 
    .prices .card .price .btn:hover p {
        color: black;
    } 
    .prices .card .price .btn:hover img {
        filter: invert(0);
    } 
    .prices .card .price .btn:hover p i span {
        transform: translateX(0px);
    }
    .prices .card ul {
        padding: 10px 30px 0px 30px;
        list-style: none;
    }
    .prices .card ul li {
        display: flex;
        align-items: center;
        color: #9E9E9E;
        padding-top: 10px;
        font-weight: 600;
        gap: 10px;
        font-size: 12px;
        width: 100%;
    }
    .prices .card ul li img {
        width: 16px;
    }
    .prices .card:hover {
        background-color: #404040;
    }
    .prices .hmu {
        display: block;
        padding: 30px;
        /* width: 1090px; */
        width: 100%;
        background-color: #272727;
    }
    .prices .hmu h3 {
        font-size: 23px;
        color: white;
        margin-bottom: 20px;
    }
    
    .hmu .cta-btns {
        display: flex;
        gap: 10px;
        align-items: center;
    }
    .hmu .btn {
        height: 40px;
        width: 120px;
        background-color: #6c6c6c;
        font-size: 14px;
        font-weight: 600;
        display: flex;
        justify-content: center;
        align-items: center;
        position: relative;
        overflow: hidden;
        cursor: pointer;
        border: 1px solid #4c4c4c;
    }
    .hmu .btn p img {
        width: 12px;
        background-color: transparent;
        transition: 400ms;
        filter: invert(1);
    }
    .hmu .btn p {
        position: relative;
        z-index: 2;
        display: flex;
        align-items: center;
        gap: 5px;
        font-size: 13px;
        color: white;
        font-weight: 500;
        transition: 400ms ease-in-out;
        justify-content: center;
    }
    .hmu .btn p i {
        width: 15px;
        height: 12px;
        overflow: hidden;
    }
    .hmu .btn p i span {
        display: flex;
        align-items: center;
        justify-content: left;
        gap: 5px;
        transition: 300ms;
        transform: translateX(-15px);
    }
    .hmu .btn .top {
        height: 70px !important;
        width: 150px !important;
        position: absolute;
        background-color: white;
        left: -100px;
        top: -100px;
        border-radius: 50%;
        scale: 0;
        z-index: 1;
        transition: 400ms ease-in-out;
    }
    .hmu .btn .bottom {
        height: 150px;
        width: 180px;
        position: absolute;
        background-color: white;
        bottom: -100px;
        right: -100px;
        border-radius: 50%;
        scale: 0;
        z-index: 1;
        transition: 400ms ease-in-out;
    }
    .hmu .btn:hover>span {
        scale: 1.4;
    } 
    .hmu .btn:hover p {
        color: black;
    } 
    .hmu .btn:hover img {
        filter: invert(0);
    } 
    .hmu .btn:hover p i span {
        transform: translateX(0px);
    }
    
    .hmu .cta-btns .btn:nth-child(1) {
        background-color: white;
        border: none;
        width: 120px;
        transition: 300ms;
    }
    .hmu .cta-btns .btn:nth-child(1) p {
        gap: 8px;
        color: black;
        font-weight: 700;
    }
    .hmu .cta-btns .btn:nth-child(1) img {
        filter: invert(0);
    }
    .hmu .cta-btns .btn:nth-child(1):hover p{
        color: white;
    }
    .hmu .cta-btns .btn:nth-child(1):hover img{
        filter: invert(1);
    }
    .hmu .cta-btns .btn:nth-child(1) .top {
        background-color: black;
    }
    .hmu .cta-btns .btn:nth-child(1) .bottom {
        background-color: black;
    }
    
    .prev-clients {
        margin: 0px 20px;
    }
    .prev-clients .header {
        padding: 20px 0px;
        text-align: center;
        margin-top: 100px;
    }
    .prev-clients .header h3 {
        font-size: 15px;
        letter-spacing: -0.4px;
        color: black;
        padding-bottom: 20px;
        font-weight: 600;
    }
    .prev-clients .header h2 {
        font-weight: 400;
        line-height: 35px;
        font-weight: 500;
        font-size: 40px;
        letter-spacing: -3.4px;
        text-align: center;
        text-transform: uppercase;
        color: black;
        padding-bottom: 20px;
    }
    .prev-clients .header h2 span {
        background: linear-gradient(
            to bottom,
            #9E9E9E,
            #6c6c6c
        );
        -webkit-background-clip: text;
        -webkit-text-fill-color: transparent;
    }
    .prev-clients .header p {
        font-family: Inter;
        color: #a1a1a1;
        letter-spacing: -0.4px;
        font-size: 14px;
        width: 500px;
        font-weight: 500;
        line-height: 20px;
        margin-left: 50%;
        transform: translateX(-50%);
    }
    .prev-clients .partners {
        display: flex;
        flex-wrap: wrap;
        margin-top: 0px;
        gap: 20px;
        justify-content: center;
    }
    .prev-clients .partners .partner {
        width: 46%;
        height: 80px;
        display: flex;
        justify-content: center;
        align-items: center;
        border: 1px solid #a1a1a16b;
    }
    .prev-clients .partners .partner img{
        width: 70px;
    }
    
    .faq {
        margin: 100px 20px;
        display: flex;
        flex-direction: column;
    }
    .faq .header {
        padding: 20px 0px;
        text-align: center;
    }
    .faq .header h3 {
        font-size: 15px;
        letter-spacing: -0.4px;
        color: black;
        padding-bottom: 20px;
        font-weight: 600;
        text-align: left;
    }
    .faq .header h2 {
        font-weight: 400;
        line-height: 35px;
        font-weight: 500;
        font-size: 40px;
        letter-spacing: -3.4px;
        text-align: left;
        text-transform: uppercase;
        color: black;
        width: 80%;
        padding-bottom: 20px;
    }
    .faq .header h2 span {
        background: linear-gradient(
            to bottom,
            #9E9E9E,
            #6c6c6c
        );
        -webkit-background-clip: text;
        -webkit-text-fill-color: transparent;
    }
    .faq .header p {
        font-family: Inter;
        color: #4c4c4c;
        letter-spacing: -0.4px;
        font-size: 13.5px;
        width: 80%;
        font-weight: 500;
        line-height: 20px;
        text-align: left;
    }
    .faq .accordion {
        display: block;
        font-family: Inter;
        width: 100%;
        margin-top: 0px;
    }
    .faq .accordion .question {
        padding: 20px 0px 15px 0;
        border-bottom: 1px solid #a1a1a16b;
        position: relative;
        margin-bottom: 0px;
    }
    .faq .accordion .question .head {
        display: flex;
        justify-content: space-between;
        align-items: center;
    }
    .faq .accordion .question .head img {
        width: 16px;
        opacity: 0.9;
        cursor: pointer;
        transition: 300ms;
        margin-bottom: 20px;
    }
    .faq .accordion .question h3{
        font-size: 18px;
        padding-bottom: 10px;
        color: #101010;
        font-weight: 600;
    }
    .faq .accordion .question p{
        font-size: 16px;
        padding-bottom: 0px;
        color: #4c4c4c;
        line-height: 25px;
        width: 100%;
        max-height: 0;
        overflow: hidden;
        transition: max-height 600ms ease-in-out;
    }
    .faq .accordion .question p.active {
        max-height: 150px;
    }
    .faq .accordion .question img.active {
        transform: rotate(-45deg);
    }
    
    footer {
        padding: 80px 20px 30px 20px;
        background-color: rgb(12, 5, 4);
        height: 100%;
    }
    footer .header{
        display: flex;
        flex-direction: column;
        align-items: center;
        justify-content: center;
        margin-bottom: 40px;
    }
    footer .header h2 {
        font-size: 50px;
        letter-spacing: -3px;
        line-height: 40px;
        font-weight: 500;
        color: white;
        width: 70%;
        text-align: center;
    }
    footer .header a {
        position: relative;
        right: 0px;
    }
    footer .header .btn {
        height: 150px;
        width: 150px;
        background-color: #313131;
        font-size: 14px;
        font-weight: 600;
        display: flex;
        justify-content: center;
        align-items: center;
        right: 0px;
        position: relative;
        overflow: hidden;
        cursor: pointer;
        border-radius: 50%;
        margin-top: 30px;
    }
    footer .header .btn p i span img {
        width: 15px;
        background-color: transparent;
        transition: 600ms;
        filter: invert(1);
    }
    footer .header .btn p {
        position: relative;
        z-index: 2;
        display: flex;
        align-items: center;
        gap: 5px;
        font-size: 13px;
        color: white;
        font-weight: 500;
        transition: 500ms ease-in-out;
        justify-content: center;
    }
    footer .header .btn p i {
        width: 16px;
        height: 12px;
        overflow: hidden;
    }
    footer .header .btn p i span {
        display: flex;
        align-items: center;
        justify-content: left;
        gap: 5px;
        transition: 300ms;
        transform: translateX(-16px);
    }
    footer .header .btn .top {
        height: 150px;
        width: 150px;
        position: absolute;
        background-color: white;
        bottom: 100px;
        left: 0px;
        border-radius: 50%;
        scale: 0;
        z-index: 1;
        transition: 500ms ease-in-out;
    }
    footer .header .btn .bottom {
        height: 300px;
        width: 300px;
        position: absolute;
        background-color: white;
        bottom: 0px;
        right: 80px;
        border-radius: 20%;
        scale: 0;
        z-index: 3;
        transition: 600ms ease-in-out;
        border: none !important;
    }
    footer .header .btn:hover>span {
        scale: 2.3;
    } 
    footer .header .btn:hover p {
        color: black;
    } 
    footer .header .btn:hover img {
        filter: invert(0);
    } 
    footer .header .btn:hover p i span {
        transform: translateX(2px);
    }
    
    footer .mid {
        display: grid;
        flex-direction: column;
        justify-content: center;
        align-items: start;
        place-items: center;
    }
    footer .left .logo {
        justify-content: center;
    }
    footer .left .logo p {
        color: white;
        font-size: 25px;
        font-weight: 600;
        letter-spacing: -1px;
        font-family: Inter;
        text-align: center;
    }
    footer .left>p {
        color: #9E9E9E;
        font-size: 15px;
        font-weight: 500;
        letter-spacing: -0.4px;
        font-family: Inter;
        width: 100%;
        line-height: 20px;
        text-align: center;
    }
    footer .left .socials {
        display: flex;
        gap: 20px;
        margin-top: 20px;
        margin-bottom: 30px;
        justify-content: center;
    }
    footer .left .socials img {
        height: 18px;
        filter: invert(1);
        opacity: 0.7;
        transition: 400ms;
        cursor: pointer;
    }
    footer .left .socials img:hover {
        scale: 1.2;
        opacity: 1;
    }
    footer .right {
        display: flex;
        gap: 50px;
    }
    footer .right ul{
        list-style: none;
    }
    footer .right ul li {
        color: white;
        padding: 10px 0;
        font-family: Inter;
        font-weight: 600;
        color: #f1f1f1;
        cursor: pointer;
        text-align: center;
    }
    footer .right ul li:hover {
        text-decoration: underline;
        text-decoration-color: #f1f1f1;
    }
    footer .bottom {
        display: flex;
        flex-direction: column;
        margin-top: 40px;
        padding-top: 25px;
        border-top: 1px solid #313131;
        justify-content: center;
        text-align: center;
        gap: 10px;
    }
    footer .bottom p {
        color: #f1f1f1;
        font-family: Inter;
        font-weight: 500;
        letter-spacing: -0.6px;
    }
 
}
@media (min-width: 686px) and (max-width: 985px) {
    .top {
        padding: 0 0 80px 0;
        background-color: #101010;
        margin-bottom: 150px;
    }
    .top nav {
        display: flex;
        align-items: center;
        justify-content: space-between;
        padding: 15px 20px;
        font-family: Inter;
    }
    .top nav .logo{
        display: flex;
        cursor: pointer;
    }
    .top nav .logo p {
        font-size: 25px;
        font-weight: 700;
        color: white;
        letter-spacing: -0.5px;
    }
    .top nav .links {
        display: flex;
        align-items: center;
        gap: 45px;
        margin-right: 40px;
        display: none;
    }
    .top nav .links a {
        color: white;
        text-decoration: none;
        font-size: 13.5px;
        font-weight: 400;
        display: flex;
        align-items: center;
    }
    .top nav .links li {
        list-style: none;
        color: white;
        font-size: 13.5px;
        cursor: pointer;
        padding: 15px 0;
        display: flex;
        justify-content: center;
        align-items: center;
        gap: 8px;
    }
    .top nav .links li img {
        width: 12px;
        filter: invert(1);
        transition: 400ms;
    }
    .top nav .links li:hover img {
        transform: rotate(-180deg);
    }
    
    .top nav .contact-btn {
        display: flex;
        align-items: center;
        gap: 20px;
        /* display: none; */
    }
    .top nav .contact-btn a {
        font-size: 14px;
        color: white;
        text-decoration: none;
        display: flex;
        align-items: center;
    }
    .top nav .contact-btn .btn {
        height: 40px;
        width: 110px;
        background-color: white;
        font-size: 14px;
        font-weight: 600;
        display: flex;
        justify-content: center;
        align-items: center;
        position: relative;
        overflow: hidden;
        cursor: pointer;
    }
    .top nav .contact-btn a:nth-child(2) {
        display: none;
    }
    .top nav .contact-btn .btn p img {
        width: 12px;
        background-color: transparent;
        transition: 400ms;
    }
    .top nav .contact-btn .btn p {
        position: relative;
        z-index: 2;
        display: flex;
        align-items: center;
        gap: 10px;
        transition: 400ms ease-in-out;
    }
    .top nav .contact-btn .btn p i {
        width: 15px;
        height: 12px;
        overflow: hidden;
    }
    .top nav .contact-btn .btn p i span {
        display: flex;
        align-items: center;
        justify-content: left;
        gap: 5px;
        transition: 300ms;
        transform: translateX(-15px);
    }
    .top nav .contact-btn .btn .top {
        height: 70px !important;
        width: 150px !important;
        position: absolute;
        background-color: #4c4c4c;
        left: -100px;
        top: -100px;
        border-radius: 50%;
        scale: 0;
        z-index: 1;
        transition: 400ms ease-in-out;
    }
    .top nav .contact-btn .btn .bottom {
        height: 150px;
        width: 150px;
        position: absolute;
        background-color: #4c4c4c;
        right: -100px;
        bottom: -100px;
        border-radius: 50%;
        scale: 0;
        z-index: 1;
        transition: 400ms ease-in-out;
    }
    .top nav .contact-btn .btn:hover>span {
        scale: 1.3;
    } 
    .top nav .contact-btn .btn:hover p {
        color: white;
    } 
    .top nav .contact-btn .btn:hover img {
        filter: invert(1);
    } 
    .top nav .contact-btn .btn:hover p i span {
        transform: translateX(0px);
    }
    .top nav .links .drop-btn {
        position: relative;
    }
    .top nav  .extra-nav {
        position: absolute;
        z-index: 10;
        background-color: white;
        padding: 10px 10px 10px 10px;
        transform: translateY(100px);
        margin-left: 78px;
        opacity: 0;
        transition: 400ms;
    }
    .top nav  .extra-nav a {
        color: black;
        padding: 5px;
        width: 100px;
        transition: 300ms;
    }
    .top nav .extra-nav a:hover {
        background-color: #f0f0f0;
    }
    .top nav .drop-btn:hover .extra-nav {
        opacity: 1;
        transform: translateY(60px);
    }
    .menu {
        z-index: 100; 
        display: block;
    }
    .menu .menu-btn {
        background-color: white;
        display: flex;
        justify-content: center;
        align-items: center;
        height: 40px;
        width: 40px;
    } 
    .menu .menu-btn img {
        width: 25px;
    }
    .menu .menu-links {
        position: absolute;
        width: 100%;
        background-color: #0C0504;
        left: 0;
        top: 75px;
        padding: 30px 20px 30px 20px;   
        z-index: 99;
        border-top: 1px solid white;
        transform: translateY(100px);
        opacity: 0;
        /* display: none; */
        transition: 600ms;
    }
    .menu-links a {
        padding: 15px 0px;
        font-size: 16px !important;
    }
    .menu-links.active {
        opacity: 1;
        transform: translateY(0px);
    }
    .hero {
        margin: 0px 20px;
        margin-top: -30px;
    }
    .hero h1:nth-child(1) {
        font-size: 120px;
        text-align: left;
        color: white;
        font-family: Poppins;
        font-weight: 450;
        letter-spacing: -13px;
        margin-top: 80px;
        margin-bottom: 120px;
        /* margin: 0 180px; */
        position: relative;
        z-index: 1;
        line-height: 100px;
    }
    .hero h1:nth-child(2) {
        font-size: 120px;
        margin-top: -115px;
        text-align: right;
        color: white;
        font-family: Poppins;
        letter-spacing: -13px;
        font-weight: 450;
        line-height: 120px;
        /* margin: 0 180px; */
    }
    .hero .more {
        display: flex;
        justify-content: space-between;
        align-items: center;
        /* margin: 0 180px; */
        width: 100%;
        margin-top: 20px;
    }
    .hero .image {
        width: 65%;
        height: 320px;
        overflow: hidden;
        margin-bottom: 5px;
    }
    .hero .image img {
        width: 700px;
    }
    .hero p {
        font-size: 14px;
        text-transform: uppercase;
        color: white;
        font-family: Poppins;
        font-weight: 700;
        /* width: 120px; */
        line-height: 16px;
    }
    .hero p span {
        color: #9E9E9E;
    }
    .hero h1:nth-child(4) {
        font-size: 120px;
        color: white;
        text-align: center;
        font-family: Poppins;
        letter-spacing: -12px;
        font-weight: 500;
        line-height: 110px;
        margin-top: 20px;
        /* margin: 0 180px; */
    }
    .about-us {
        margin: 0 20px 20px 20px;
    }
    .about-us .header {
        text-align: center;
        width: 650px;
        margin-left: 50%;
        transform: translateX(-50%);
    }
    .about-us .header h4 {
        font-size: 15px;
        font-weight: 600;
        padding-bottom: 20px;
    }
    .about-us .header h2 {
        font-size: 40px;
        font-weight: 550;
        padding-bottom: 20px;
        font-family: Inter;
        letter-spacing: -1.5px;
        line-height: 45px;
    }
    .about-us .header h2 span {
        background: linear-gradient(
            to bottom,
            #9E9E9E,
            #6c6c6c
        );
        -webkit-background-clip: text;
        -webkit-text-fill-color: transparent;
    }
    .about-content {
        display: flex;
        flex-direction: column;
        /* justify-content: space-between; */
        gap: 0px;
        align-items: start;
        margin: 50px 0;
        justify-content: center;
    }
    .about-content .image {
        width: 100%;
        height: 485px;
        overflow: hidden;
    }
    .about-content .image img{
        width: 100%;
    }
    .about-content .content {
        height: 458px;
        width: 90%;
        overflow: hidden;
        position: relative;
        margin-top: 20px;
    }
    .about-content .content>p {
        font-size: 20px;
        font-family: Inter;
        color: #4c4c4c;
        font-weight: 400;
        letter-spacing: -0.6px;
        line-height: 28px;
    }
    .about-content .stats {
        display: flex;
        margin-top: 50px;
        align-items: center;
        gap: 50px;
        justify-content: space-between;
    }
    .about-content .stats h3 {
        font-size: 45px;
        font-weight: 600;
        font-family: Inter;
        letter-spacing: -1px;
    }
    .about-content .stats p {
        font-size: 16px;
        padding-top: 5px;
        font-family: Inter;
        letter-spacing: -0.4px;
        color: #4c4c4c;
        font-weight: 400;
        line-height: 28px;
    }
    
    .about-content .btn {
        height: 40px;
        width: 120px;
        background-color: black;
        font-size: 14px;
        font-weight: 600;
        display: flex;
        justify-content: center;
        align-items: center;
        position: relative;
        bottom: 1px;
        margin-top: 50px;
        overflow: hidden;
        /* bottom: 28px; */
        cursor: pointer;
    }
    .about-content .btn p i span img {
        width: 12px !important;
        background-color: transparent;
        transition: 400ms;
        filter: invert(1);
    }
    .about-content .btn p {
        position: relative;
        z-index: 2;
        display: flex;
        align-items: center;
        gap: 10px;
        font-size: 14px;
        color: white;
        transition: 400ms ease-in-out;
    }
    .about-content .btn p i {
        width: 15px;
        height: 12px;
        overflow: hidden;
    }
    .about-content .btn p i span {
        display: flex;
        align-items: center;
        justify-content: left;
        gap: 5px;
        transition: 300ms;
        transform: translateX(-15px);
    }
    .about-content .btn .top {
        height: 70px !important;
        width: 150px !important;
        position: absolute;
        background-color: #4c4c4c;
        left: -100px;
        top: -100px;
        border-radius: 50%;
        scale: 0;
        z-index: 1;
        transition: 400ms ease-in-out;
    }
    .about-content .btn .bottom {
        height: 150px;
        width: 150px;
        position: absolute;
        background-color: #4c4c4c;
        right: -100px;
        bottom: -100px;
        border-radius: 50%;
        scale: 0;
        z-index: 1;
        transition: 400ms ease-in-out;
    }
    .about-content .btn:hover>span {
        scale: 1.4;
    } 
    .about-content .btn:hover p {
        color: whitesmoke;
    } 
    .about-content .btn:hover img {
        filter: invert(1);
    } 
    .about-content .btn:hover p i span {
        transform: translateX(0px);
    }
    
    
    .about-us .header2 {
        display: flex;
        justify-content: center;
        align-items: center;
        text-transform: uppercase;
        padding-top: 0px;
    }
    .about-us .header2 h2 {
        font-weight: 400;
        line-height: 52px;
        font-weight: 500;
        font-size: 60px;
        letter-spacing: -6.4px;
        text-align: center;
        width: 100%;
    }
    .about-us .header2 h2 span {
        background: linear-gradient(
            to bottom,
            #9E9E9E,
            #6c6c6c
        );
        -webkit-background-clip: text;
        -webkit-text-fill-color: transparent;
    }
    .about-us .more-content {
        display: flex;
        justify-content: center;
        gap: 30px;
        align-items: center;
        margin: 70px 30px 300px 30px;
        position: relative;
    }
    .about-content .more-content .video-wrapper {
        margin-bottom: 20px;
        padding-bottom: 20px;
    }
    .about-us .more-content .bg-video {
        width: 320px;
        /* height: 250px; */
        display: block;
        margin-bottom: 0px;
        margin-left: -10px;
        transform: translateX(50%, -50%);
        position: relative;
        z-index: 55;
        /* margin-right: 20px; */
    }
    .about-us .more-content p {
        font-size: 14px;
        text-transform: uppercase;
        color: black;
        font-family: Poppins;
        font-weight: 600;
        width: 150px;
        line-height: 18px;
        letter-spacing: -0.5px;
        position: relative;
        z-index: -1;
    }
    .about-us .more-content p span {
        color: #9E9E9E;
    }
    
    .services-section {
        height: fit-content;
        margin-top: 650px;
        background-color: #101010;
        display: flex;
        flex-direction: column;
        padding: 100px 20px 0px 20px;
        justify-content: space-between;
        /* position: relative; */
    }
    .services-section .header {
        padding: 20px 0px;
        position: relative;
        top: 0px;
        width: 100%;
        height: fit-content;
    }
    .services-section .header h3 {
        font-size: 15px;
        letter-spacing: -0.4px;
        color: white;
        padding-bottom: 20px;
        font-weight: 600;
    }
    .services-section .header h2 {
        font-weight: 400;
        line-height: 52px;
        font-weight: 500;
        font-size: 60px;
        letter-spacing: -6.4px;
        text-align: left;
        text-transform: uppercase;
        color: white;
        width: 130%;
        padding-bottom: 20px;
    }
    .services-section .header h2 span {
        background: linear-gradient(
            to bottom,
            #9E9E9E,
            #6c6c6c
        );
        -webkit-background-clip: text;
        -webkit-text-fill-color: transparent;
    }
    .services-section .header p {
        font-family: Inter;
        color: #9E9E9E;
        letter-spacing: -0.4px;
        font-size: 14px;
        width: 80%;
        font-weight: 500;
        line-height: 22px;
    }
    .services-section .services {
        padding: 30px 0;
        font-family: Inter;
        position: relative;
        margin-top: -12px;
        height: 100%;
    }
    .services .post {
        width: 100%;
        border-bottom: 1px solid #313131;
        padding-bottom: 35px;
        margin-bottom: 30px;
        background-color: #101010;
        position: relative;
        padding-top: 5px;
        right: 0;
        top: 10px;
    }
    .services .post .head {
        display: flex;
        align-items: center;
        gap: 20px;
    }
    .services .post .head span {
        height: 40px;
        width: 40px;
        display: flex;
        justify-content: center;
        align-items: center;
        background-color: #272727;
        border-radius: 50%;
        padding: 4px;
    }
    .services .post .head h3 {
        font-size: 30px;
        color: white;
        letter-spacing: -1.8px;
        font-weight: 600;
    }
    .services .post p {
        padding-left: 70px;
        padding-top: 20px;
        font-size: 15px;
        letter-spacing: -0.8px;
        color: #a1a1a1;
        font-weight: 500;
        line-height: 20px;
        width: 80%;
    }
    
    .projects .header {
        padding: 20px 0px;
        text-align: center;
        margin-top: 100px;
    }
    .projects .header h3 {
        font-size: 15px;
        letter-spacing: -0.4px;
        color: black;
        padding-bottom: 20px;
        font-weight: 600;
    }
    .projects .header h2 {
        font-weight: 400;
        line-height: 52px;
        font-weight: 500;
        font-size: 60px;
        letter-spacing: -6.4px;
        text-align: center;
        text-transform: uppercase;
        color: black;
        width: 600px;
        padding-bottom: 20px;
        margin-left: 50%;
        transform: translateX(-50%);
    }
    .projects .header h2 span {
        background: linear-gradient(
            to bottom,
            #9E9E9E,
            #6c6c6c
        );
        -webkit-background-clip: text;
        -webkit-text-fill-color: transparent;
    }
    .projects .header p {
        font-family: Inter;
        color: #6c6c6c;
        letter-spacing: -0.3px;
        font-size: 13.5px;
        width: 500px;
        font-weight: 500;
        line-height: 20px;
        margin-left: 50%;
        transform: translateX(-50%);
    }
    
    .projects .project-grid {
        display: flex;
        place-items: center;
        justify-content: center;
        margin: 20px 20px 120px 20px;
        flex-wrap: wrap;
        gap: 20px;
    }
    .project-grid .card {
        margin-bottom: 20px;
        width: 48%;
    }
    .project-grid .card .image {
        width:  100%;
        height: 255px;
        position: relative;
        overflow: hidden;
        margin-bottom: 10px;
        transition: 300ms;
    }
    .project-grid .card .image>img {
        width: 850px;
        margin-left: -150px;
        margin-top: -20px;
        transition: 500ms;
    }
    .project-grid .card .image .cont {
        position: absolute;
        top: 50%;
        left: 50%;
        transform: translate(-50%, -50%);
    }
    .project-grid .card h3 {
        font-size: 30px;
        font-weight: 500;
        letter-spacing: -2.0px;
    }
    .project-grid .card>p {
        color: #4c4c4c;
        font-family: Inter;
        letter-spacing: -0.2px;
        font-size: 13.5px;
        font-weight: 500;
        width: 95%;
        line-height: 20px;
    }
    .project-grid .card .image {
        background-color: #101010;
    }
    .project-grid .image .btn {
        height: 40px;
        width: 130px;
        background-color: white;
        font-size: 14px;
        font-weight: 600;
        display: flex;
        justify-content: center;
        align-items: center;
        position: relative;
        overflow: hidden;
        opacity: 0;
        cursor: pointer;
        transition: 300ms;
    }
    .project-grid .image .btn p img {
        width: 12px;
        background-color: transparent;
        transition: 400ms;
    }
    .project-grid .image .btn p {
        position: relative;
        z-index: 2;
        display: flex;
        align-items: center;
        gap: 5px;
        font-size: 13px;
        color: black;
        font-weight: 600;
        transition: 400ms ease-in-out;
        justify-content: center;
    }
    .project-grid .image .btn p i {
        width: 15px;
        height: 12px;
        overflow: hidden;
    }
    .project-grid .image .btn p i span {
        display: flex;
        align-items: center;
        justify-content: left;
        gap: 5px;
        transition: 300ms;
        transform: translateX(-15px);
    }
    .project-grid .image .btn .top {
        height: 70px !important;
        width: 150px !important;
        position: absolute;
        background-color: black;
        left: -100px;
        top: -100px;
        border-radius: 50%;
        scale: 0;
        z-index: 1;
        transition: 400ms ease-in-out;
    }
    .project-grid .image .btn .bottom {
        height: 150px;
        width: 180px;
        position: absolute;
        background-color: black;
        bottom: -100px;
        right: -100px;
        border-radius: 50%;
        scale: 0;
        z-index: 1;
        transition: 400ms ease-in-out;
    }
    .project-grid .image .btn:hover>span {
        scale: 1.4;
    } 
    .project-grid .image .btn:hover p {
        color: whitesmoke;
    } 
    .project-grid .image .btn:hover img {
        filter: invert(1);
    } 
    .project-grid .image .btn:hover p i span {
        transform: translateX(0px);
    }
    .project-grid .image:hover .btn {
        opacity: 1;
    }
    .project-grid .card:hover .image>img {
        scale: 1.2;
        opacity: 0.8;
    }
    
    .testimonials {
        padding: 100px 20px 100px 20px;    
        background-color: #101010;
    }
    .testimonials>.header {
        padding: 20px 0px;
        text-align: left;
        display: flex;
        align-items: end;
        justify-content: space-between;
    }
    .testimonials>.header h3 {
        font-size: 15px;
        letter-spacing: -0.4px;
        color: white;
        padding-bottom: 20px;
        font-weight: 600;
    }
    .testimonials>.header h2 {
        font-weight: 400;
        line-height: 52px;
        font-weight: 500;
        font-size: 60px;
        letter-spacing: -6.4px;
        text-transform: uppercase;
        color: white;
        width: 450px;
    }
    .testimonials>.header h2 span {
        background: linear-gradient(
            to bottom,
            #9E9E9E,
            #6c6c6c
        );
        -webkit-background-clip: text;
        -webkit-text-fill-color: transparent;
    }
    .testimonials>.header .controls {
        display: flex;
        gap: 20px;
    }
    .testimonials>.header .controls span {
        height: 60px;
        width: 60px;
        display: flex;
        justify-content: center;
        align-items: center;
        background-color: #272727;
        transition: 300ms;
    }
    .testimonials>.header .controls span img{
        width: 15px;
        filter: invert(1);
        transition: 300ms;
    }
    .testimonials>.header .controls span:nth-child(1) img{
        transform: scaleX(-1);
    }
    .testimonials>.header .controls span:hover {
        background-color: white;
    }
    .testimonials>.header .controls span:hover img {
        filter: invert(0);
    }
    .clients {
        display: flex;
        align-items: center;
        margin-top: 30px;
        gap: 30px;
        animation: slide 25s infinite;
        transition: transform 0.5s ease-in-out; /* smooth animation */
    }
    .clients .review {
        padding: 30px 30px 20px 30px;
        width: 480px;
        background-color: #252525;
    }
    .clients .review h3{
        font-size: 30px;
        letter-spacing: -1.5px;
        font-family: Inter;
        line-height: 40px;
        color: #f2f2f2;
        font-weight: 600;
        padding-bottom: 20px;
        width: 450px;
    }
    .clients .review>p{
        color: #b6b6b6;
        font-family: Inter;
        font-size: 15px;
        line-height: 25px;
        font-weight: 500;
        width: 400px;
    }
    .clients .review .info {
        display: flex;
        align-items: center;
        gap: 10px;
        margin-top: 20px;
    }
    .clients .review .info span:nth-child(1) {
        display: flex;
        justify-content: center;
        align-items: center;
    }
    .clients .review .info img {
        width: 65px;
    }
    .clients .review .info h4 {
        color: #f2f2f2;
        font-family: Inter;
        font-size: 20px;
        font-weight: 600;
        letter-spacing: -0.2px;
        padding-bottom: 5px;
    }
    .clients .review .info p {
        font-size: 16px;
        letter-spacing: -0.2px;
        color: #f2f2f2;
        font-family: Inter;
    }
    .pricing {
        margin-left: 50%;
        transform: translateX(-50%);
        width: 100%;
        margin-top: -100px;
    }
    .pricing .header {
        padding: 20px 0px;
        text-align: center;
    }
    .pricing .header h3 {
        font-size: 15px;
        letter-spacing: -0.4px;
        color: white;
        padding-bottom: 20px;
        font-weight: 600;
    }
    .pricing .header h2 {
        font-weight: 400;
        line-height: 52px;
        font-weight: 500;
        font-size: 60px;
        letter-spacing: -6.4px;
        text-align: center;
        text-transform: uppercase;
        color: white;
        width: 600px;
        padding-bottom: 20px;
        margin-left: 50%;
        transform: translateX(-50%);
    }
    .pricing .header h2 span {
        background: linear-gradient(
            to bottom,
            #9E9E9E,
            #6c6c6c
        );
        -webkit-background-clip: text;
        -webkit-text-fill-color: transparent;
    }
    .pricing .header p {
        font-family: Inter;
        color: #a1a1a1;
        letter-spacing: -0.4px;
        font-size: 14px;
        width: 500px;
        font-weight: 500;
        line-height: 20px;
        margin-left: 50%;
        transform: translateX(-50%);
    }
    
    .pricing .prices {
        display: flex;
        justify-content: left;
        margin-top: 30px;
        font-family: Inter;
        gap: 20px;
        flex-wrap: wrap;
        grid-template-columns: repeat(2, 1fr);
    }
    .prices .card {
        padding: 30px 0;
        background-color: #272727;
        /* width: 370px; */
        width: 48.5%;
        transition: 400ms;
    }
    .prices .card .package {
        display: flex;
        gap: 10px;
        align-items: center;
        padding-bottom: 50px;
        padding: 0 30px 50px 30px;
    }
    .prices .card .package h3{
        font-size: 20px;
        color: white;
    }
    .prices .card .package span{
        background-color: #404040;
        padding: 5px 10px;
        color: white;
        font-weight: 500;
        border-radius: 20px;
        text-align: center;
        font-size: 14px;
    }
    .prices .card>h2 {
        font-size: 25px;
        color: white;
        width: 80%;
        line-height: 30px;
        padding-bottom: 40px;
        padding: 0 30px 40px 30px;
    }
    .prices .card>h2 span {
        color: #9E9E9E;
    }
    .prices .card .price {
        display: block;
        padding-bottom: 20px;
        border-bottom: 1px solid #4c4c4c;
    }
    .prices .card .price h3{
        font-size: 27px;
        color: white;
        padding-bottom: 15px;
        padding: 0px 30px 15px 30px;
    }
    
    .prices .card .price .btn {
        height: 40px;
        width: 120px;
        background-color: #6c6c6c;
        font-size: 14px;
        font-weight: 600;
        display: flex;
        justify-content: center;
        align-items: center;
        position: relative;
        overflow: hidden;
        border: 1px solid #4c4c4c;
        margin: 0px 30px;
        cursor: pointer;
    }
    .prices .card .price .btn p img {
        width: 12px;
        background-color: transparent;
        transition: 400ms;
        filter: invert(1);
    }
    .prices .card .price .btn p {
        position: relative;
        z-index: 2;
        display: flex;
        align-items: center;
        gap: 5px;
        font-size: 13px;
        color: white;
        font-weight: 500;
        transition: 400ms ease-in-out;
        justify-content: center;
    }
    .prices .card .price .btn p i {
        width: 15px;
        height: 12px;
        overflow: hidden;
    }
    .prices .card .price .btn p i span {
        display: flex;
        align-items: center;
        justify-content: left;
        gap: 5px;
        transition: 300ms;
        transform: translateX(-15px);
    }
    .prices .card .price .btn .top {
        height: 70px !important;
        width: 150px !important;
        position: absolute;
        background-color: white;
        left: -90px;
        top: -100px;
        border-radius: 50%;
        scale: 0;
        z-index: 1;
        transition: 400ms ease-in-out;
    }
    .prices .card .price .btn .bottom {
        height: 150px;
        width: 180px;
        position: absolute;
        background-color: white;
        bottom: -100px;
        right: -100px;
        border-radius: 50%;
        scale: 0;
        z-index: 1;
        transition: 400ms ease-in-out;
    }
    .prices .card .price .btn:hover>span {
        scale: 1.4;
    } 
    .prices .card .price .btn:hover p {
        color: black;
    } 
    .prices .card .price .btn:hover img {
        filter: invert(0);
    } 
    .prices .card .price .btn:hover p i span {
        transform: translateX(0px);
    }
    .prices .card ul {
        padding: 20px 30px 0px 30px;
        list-style: none;
    }
    .prices .card ul li {
        display: flex;
        align-items: center;
        color: #9E9E9E;
        padding-top: 10px;
        font-weight: 600;
        gap: 10px;
        font-size: 15px;
        width: 100%;
    }
    .prices .card ul li img {
        width: 16px;
    }
    .prices .card:hover {
        background-color: #404040;
    }
    .prices .hmu {
        display: block;
        padding: 30px;
        /* width: 1090px; */
        width: 91%;
        background-color: #272727;
    }
    .prices .hmu h3 {
        font-size: 25px;
        color: white;
        margin-bottom: 20px;
    }
    
    .hmu .cta-btns {
        display: flex;
        gap: 10px;
        align-items: center;
    }
    .hmu .btn {
        height: 40px;
        width: 120px;
        background-color: #6c6c6c;
        font-size: 14px;
        font-weight: 600;
        display: flex;
        justify-content: center;
        align-items: center;
        position: relative;
        overflow: hidden;
        cursor: pointer;
        border: 1px solid #4c4c4c;
    }
    .hmu .btn p img {
        width: 12px;
        background-color: transparent;
        transition: 400ms;
        filter: invert(1);
    }
    .hmu .btn p {
        position: relative;
        z-index: 2;
        display: flex;
        align-items: center;
        gap: 5px;
        font-size: 13px;
        color: white;
        font-weight: 500;
        transition: 400ms ease-in-out;
        justify-content: center;
    }
    .hmu .btn p i {
        width: 15px;
        height: 12px;
        overflow: hidden;
    }
    .hmu .btn p i span {
        display: flex;
        align-items: center;
        justify-content: left;
        gap: 5px;
        transition: 300ms;
        transform: translateX(-15px);
    }
    .hmu .btn .top {
        height: 70px !important;
        width: 150px !important;
        position: absolute;
        background-color: white;
        left: -100px;
        top: -100px;
        border-radius: 50%;
        scale: 0;
        z-index: 1;
        transition: 400ms ease-in-out;
    }
    .hmu .btn .bottom {
        height: 150px;
        width: 180px;
        position: absolute;
        background-color: white;
        bottom: -100px;
        right: -100px;
        border-radius: 50%;
        scale: 0;
        z-index: 1;
        transition: 400ms ease-in-out;
    }
    .hmu .btn:hover>span {
        scale: 1.4;
    } 
    .hmu .btn:hover p {
        color: black;
    } 
    .hmu .btn:hover img {
        filter: invert(0);
    } 
    .hmu .btn:hover p i span {
        transform: translateX(0px);
    }
    
    .hmu .cta-btns .btn:nth-child(1) {
        background-color: white;
        border: none;
        width: 120px;
        transition: 300ms;
    }
    .hmu .cta-btns .btn:nth-child(1) p {
        gap: 8px;
        color: black;
        font-weight: 700;
    }
    .hmu .cta-btns .btn:nth-child(1) img {
        filter: invert(0);
    }
    .hmu .cta-btns .btn:nth-child(1):hover p{
        color: white;
    }
    .hmu .cta-btns .btn:nth-child(1):hover img{
        filter: invert(1);
    }
    .hmu .cta-btns .btn:nth-child(1) .top {
        background-color: black;
    }
    .hmu .cta-btns .btn:nth-child(1) .bottom {
        background-color: black;
    }
    
    .prev-clients {
        margin: 0px 20px;
    }
    .prev-clients .header {
        padding: 20px 0px;
        text-align: center;
        margin-top: 100px;
    }
    .prev-clients .header h3 {
        font-size: 15px;
        letter-spacing: -0.4px;
        color: black;
        padding-bottom: 20px;
        font-weight: 600;
    }
    .prev-clients .header h2 {
        font-weight: 400;
        line-height: 52px;
        font-weight: 500;
        font-size: 60px;
        letter-spacing: -6.4px;
        text-align: center;
        text-transform: uppercase;
        color: black;
        padding-bottom: 20px;
    }
    .prev-clients .header h2 span {
        background: linear-gradient(
            to bottom,
            #9E9E9E,
            #6c6c6c
        );
        -webkit-background-clip: text;
        -webkit-text-fill-color: transparent;
    }
    .prev-clients .header p {
        font-family: Inter;
        color: #a1a1a1;
        letter-spacing: -0.4px;
        font-size: 14px;
        width: 500px;
        font-weight: 500;
        line-height: 20px;
        margin-left: 50%;
        transform: translateX(-50%);
    }
    .prev-clients .partners {
        display: flex;
        flex-wrap: wrap;
        margin-top: 0px;
        gap: 20px;
        justify-content: left;
    }
    .prev-clients .partners .partner {
        width: 31.2%;
        height: 90px;
        display: flex;
        justify-content: center;
        align-items: center;
        border: 1px solid #a1a1a16b;
    }
    .prev-clients .partners .partner img{
        width: 90px;
    }
    
    .faq {
        margin: 100px 20px;
        display: flex;
        flex-direction: column;
    }
    .faq .header {
        padding: 20px 0px;
        text-align: center;
    }
    .faq .header h3 {
        font-size: 15px;
        letter-spacing: -0.4px;
        color: black;
        padding-bottom: 20px;
        font-weight: 600;
        text-align: left;
    }
    .faq .header h2 {
        font-weight: 400;
        line-height: 52px;
        font-weight: 500;
        font-size: 60px;
        letter-spacing: -6.4px;
        text-align: left;
        text-transform: uppercase;
        color: black;
        width: 80%;
        padding-bottom: 20px;
    }
    .faq .header h2 span {
        background: linear-gradient(
            to bottom,
            #9E9E9E,
            #6c6c6c
        );
        -webkit-background-clip: text;
        -webkit-text-fill-color: transparent;
    }
    .faq .header p {
        font-family: Inter;
        color: #4c4c4c;
        letter-spacing: -0.4px;
        font-size: 14px;
        width: 80%;
        font-weight: 500;
        line-height: 20px;
        text-align: left;
    }
    .faq .accordion {
        display: block;
        font-family: Inter;
        width: 100%;
        margin-top: 0px;
    }
    .faq .accordion .question {
        padding: 20px 0px 15px 0;
        border-bottom: 1px solid #a1a1a16b;
        position: relative;
        margin-bottom: 0px;
    }
    .faq .accordion .question .head {
        display: flex;
        justify-content: space-between;
        align-items: center;
    }
    .faq .accordion .question .head img {
        width: 16px;
        opacity: 0.9;
        cursor: pointer;
        transition: 300ms;
        margin-bottom: 20px;
    }
    .faq .accordion .question h3{
        font-size: 20px;
        padding-bottom: 10px;
        color: #101010;
        font-weight: 600;
    }
    .faq .accordion .question p{
        font-size: 16px;
        padding-bottom: 0px;
        color: #4c4c4c;
        line-height: 25px;
        width: 100%;
        max-height: 0;
        overflow: hidden;
        transition: max-height 600ms ease-in-out;
    }
    .faq .accordion .question p.active {
        max-height: 150px;
    }
    .faq .accordion .question img.active {
        transform: rotate(-45deg);
    }
    
    footer {
        padding: 80px 20px 30px 20px;
        background-color: rgb(12, 5, 4);
        height: 100%;
    }
    footer .header{
        display: flex;
        align-items: center;
        /* justify-content: space-between; */
        margin-bottom: 40px;
    }
    footer .header h2 {
        font-size: 110px;
        letter-spacing: -15px;
        line-height: 100px;
        font-weight: 500;
        color: white;
        width: 70%;
    }
    footer .header a {
        position: absolute;
        right: 0px;
    }
    footer .header .btn {
        height: 220px;
        width: 220px;
        background-color: #313131;
        font-size: 14px;
        font-weight: 600;
        display: flex;
        justify-content: center;
        align-items: center;
        right: 0px;
        overflow: hidden;
        cursor: pointer;
        border-radius: 50%;
    }
    footer .header .btn p i span img {
        width: 15px;
        background-color: transparent;
        transition: 600ms;
        filter: invert(1);
    }
    footer .header .btn p {
        position: relative;
        z-index: 2;
        display: flex;
        align-items: center;
        gap: 5px;
        font-size: 13px;
        color: white;
        font-weight: 500;
        transition: 400ms ease-in-out;
        justify-content: center;
    }
    footer .header .btn p i {
        width: 16px;
        height: 12px;
        overflow: hidden;
    }
    footer .header .btn p i span {
        display: flex;
        align-items: center;
        justify-content: left;
        gap: 5px;
        transition: 300ms;
        transform: translateX(-16px);
    }
    footer .header .btn .top {
        height: 300px;
        width: 300px;
        position: absolute;
        background-color: white;
        top: -225px;
        left: -150px;
        border-radius: 20%;
        scale: 0;
        z-index: 1;
        transition: 600ms ease-in-out;
    }
    footer .header .btn .bottom {
        height: 300px;
        width: 300px;
        position: absolute;
        background-color: white;
        bottom: -150px;
        right: -150px;
        border-radius: 20%;
        scale: 0;
        z-index: 1;
        transition: 600ms ease-in-out;
        border: none !important;
    }
    footer .header .btn:hover>span {
        scale: 1.8;
    } 
    footer .header .btn:hover p {
        color: black;
    } 
    footer .header .btn:hover img {
        filter: invert(0);
    } 
    footer .header .btn:hover p i span {
        transform: translateX(2px);
    }
    
    footer .mid {
        display: flex;
        justify-content: space-between;
        align-items: start;
    }
    footer .left .logo p {
        color: white;
        font-size: 25px;
        font-weight: 600;
        letter-spacing: -1px;
        font-family: Inter;
    }
    footer .left>p {
        color: #9E9E9E;
        font-size: 16px;
        font-weight: 500;
        letter-spacing: -0.4px;
        font-family: Inter;
        width: 350px;
        line-height: 22px;
    }
    footer .left .socials {
        display: flex;
        gap: 20px;
        margin-top: 50px;
    }
    footer .left .socials img {
        height: 18px;
        filter: invert(1);
        opacity: 0.7;
        transition: 400ms;
        cursor: pointer;
    }
    footer .left .socials img:hover {
        scale: 1.2;
        opacity: 1;
    }
    footer .right {
        display: flex;
        gap: 130px;
    }
    footer .right ul{
        list-style: none;
    }
    footer .right ul li {
        color: white;
        padding: 10px 0;
        font-family: Inter;
        font-weight: 600;
        color: #f1f1f1;
        cursor: pointer;
    }
    footer .right ul li:hover {
        text-decoration: underline;
        text-decoration-color: #f1f1f1;
    }
    footer .bottom {
        display: flex;
        margin-top: 40px;
        padding-top: 25px;
        border-top: 1px solid #313131;
        justify-content: space-between;
    }
    footer .bottom p {
        color: #f1f1f1;
        font-family: Inter;
        font-weight: 500;
        letter-spacing: -0.6px;
    }
 
}
@media (min-width: 986px) and (max-width: 1279px) {
    .top {
        padding: 0 0 80px 0;
        background-color: #101010;
        margin-bottom: 150px;
    }
    .top nav {
        display: flex;
        align-items: center;
        justify-content: space-between;
        padding: 15px 20px;
        font-family: Inter;
    }
    .top nav .logo{
        display: flex;
        cursor: pointer;
    }
    .top nav .logo p {
        font-size: 25px;
        font-weight: 700;
        color: white;
        letter-spacing: -0.5px;
    }
    .top nav .links {
        display: flex;
        align-items: center;
        gap: 45px;
        margin-right: 40px;
    }
    .top nav .links a {
        color: white;
        text-decoration: none;
        font-size: 13.5px;
        font-weight: 400;
        display: flex;
        align-items: center;
    }
    .top nav .links li {
        list-style: none;
        color: white;
        font-size: 13.5px;
        cursor: pointer;
        padding: 15px 0;
        display: flex;
        justify-content: center;
        align-items: center;
        gap: 8px;
    }
    .top nav .links li img {
        width: 12px;
        filter: invert(1);
        transition: 400ms;
    }
    .top nav .links li:hover img {
        transform: rotate(-180deg);
    }
    
    .top nav .contact-btn {
        display: flex;
        align-items: center;
        gap: 20px;
        /* display: none; */
    }
    .top nav .contact-btn a {
        font-size: 14px;
        color: white;
        text-decoration: none;
        display: flex;
        align-items: center;
    }
    .top nav .contact-btn .btn {
        height: 40px;
        width: 110px;
        background-color: white;
        font-size: 14px;
        font-weight: 600;
        display: flex;
        justify-content: center;
        align-items: center;
        position: relative;
        overflow: hidden;
        cursor: pointer;
    }
    /* .top nav .contact-btn .btn:nth-child(2) {
        display: flex;
    } */
    .top nav .contact-btn .btn p img {
        width: 12px;
        background-color: transparent;
        transition: 400ms;
    }
    .top nav .contact-btn .btn p {
        position: relative;
        z-index: 2;
        display: flex;
        align-items: center;
        gap: 10px;
        transition: 400ms ease-in-out;
    }
    .top nav .contact-btn .btn p i {
        width: 15px;
        height: 12px;
        overflow: hidden;
    }
    .top nav .contact-btn .btn p i span {
        display: flex;
        align-items: center;
        justify-content: left;
        gap: 5px;
        transition: 300ms;
        transform: translateX(-15px);
    }
    .top nav .contact-btn .btn .top {
        height: 70px !important;
        width: 150px !important;
        position: absolute;
        background-color: #4c4c4c;
        left: -100px;
        top: -100px;
        border-radius: 50%;
        scale: 0;
        z-index: 1;
        transition: 400ms ease-in-out;
    }
    .top nav .contact-btn .btn .bottom {
        height: 150px;
        width: 150px;
        position: absolute;
        background-color: #4c4c4c;
        right: -100px;
        bottom: -100px;
        border-radius: 50%;
        scale: 0;
        z-index: 1;
        transition: 400ms ease-in-out;
    }
    .top nav .contact-btn .btn:hover>span {
        scale: 1.3;
    } 
    .top nav .contact-btn .btn:hover p {
        color: white;
    } 
    .top nav .contact-btn .btn:hover img {
        filter: invert(1);
    } 
    .top nav .contact-btn .btn:hover p i span {
        transform: translateX(0px);
    }
    .top nav .links .drop-btn {
        position: relative;
    }
    .top nav  .extra-nav {
        position: absolute;
        z-index: 10;
        background-color: white;
        padding: 10px 10px 10px 10px;
        transform: translateY(100px);
        margin-left: 78px;
        opacity: 0;
        transition: 400ms;
    }
    .top nav  .extra-nav a {
        color: black;
        padding: 5px;
        width: 100px;
        transition: 300ms;
    }
    .top nav .extra-nav a:hover {
        background-color: #f0f0f0;
    }
    .top nav .drop-btn:hover .extra-nav {
        opacity: 1;
        transform: translateY(60px);
    }
    .menu {
        z-index: 100; 
        display: none;
    }
    .menu .menu-btn {
        background-color: white;
        display: flex;
        justify-content: center;
        align-items: center;
        height: 40px;
        width: 40px;
    } 
    .menu .menu-btn img {
        width: 25px;
    }
    .menu .menu-links {
        position: absolute;
        width: 100%;
        background-color: #0C0504;
        left: 0;
        top: 75px;
        padding: 30px 20px 30px 20px;   
        z-index: 99;
        border-top: 1px solid white;
        transform: translateY(100px);
        opacity: 0;
        /* display: none; */
        transition: 400ms;
    }
    .menu-links a {
        padding: 15px 0px;
        font-size: 16px !important;
    }
    .menu-links.active {
        opacity: 1;
        transform: translateY(0px);
    }
    .hero {
        margin: 0px 20px;
    }
    .hero h1:nth-child(1) {
        font-size: 210px;
        text-align: left;
        color: white;
        font-family: Poppins;
        font-weight: 500;
        letter-spacing: -20px;
        margin-top: 80px;
        margin-bottom: 120px;
        /* margin: 0 180px; */
        position: relative;
        z-index: 1;
        line-height: 100px;
    }
    .hero h1:nth-child(2) {
        font-size: 210px;
        margin-top: -85px;
        text-align: right;
        color: white;
        font-family: Poppins;
        letter-spacing: -20px;
        font-weight: 500;
        line-height: 220px;
        /* margin: 0 180px; */
    }
    .hero .more {
        display: flex;
        justify-content: space-between;
        align-items: center;
        /* margin: 0 180px; */
        width: 100%;
    }
    .hero .image {
        width: 640px;
        height: 430px;
        overflow: hidden;
        margin-bottom: 5px;
    }
    .hero .image img {
        width: 700px;
    }
    .hero p {
        font-size: 14px;
        text-transform: uppercase;
        color: white;
        font-family: Poppins;
        font-weight: 700;
        /* width: 120px; */
        line-height: 16px;
    }
    .hero p span {
        color: #9E9E9E;
    }
    .hero h1:nth-child(4) {
        font-size: 185px;
        color: white;
        text-align: center;
        font-family: Poppins;
        letter-spacing: -18px;
        font-weight: 500;
        line-height: 220px;
        /* margin: 0 180px; */
    }
    .about-us {
        margin: 0 20px 20px 20px;
    }
    .about-us .header {
        text-align: center;
        width: 650px;
        margin-left: 50%;
        transform: translateX(-50%);
    }
    .about-us .header h4 {
        font-size: 15px;
        font-weight: 600;
        padding-bottom: 20px;
    }
    .about-us .header h2 {
        font-size: 40px;
        font-weight: 550;
        padding-bottom: 20px;
        font-family: Inter;
        letter-spacing: -1.5px;
        line-height: 45px;
    }
    .about-us .header h2 span {
        background: linear-gradient(
            to bottom,
            #9E9E9E,
            #6c6c6c
        );
        -webkit-background-clip: text;
        -webkit-text-fill-color: transparent;
    }
    .about-content {
        display: flex;
        /* justify-content: space-between; */
        gap: 50px;
        align-items: start;
        margin: 50px 0;
        justify-content: center;
    }
    .about-content .image {
        width: 585px;
        height: 485px;
        overflow: hidden;
    }
    .about-content .image img{
        width: 685px;
    }
    .about-content .content {
        height: 458px;
        width: 550px;
        overflow: hidden;
        position: relative;
    }
    .about-content .content>p {
        font-size: 20px;
        font-family: Inter;
        color: #4c4c4c;
        font-weight: 400;
        letter-spacing: -0.6px;
        line-height: 28px;
    }
    .about-content .stats {
        display: flex;
        margin-top: 80px;
        align-items: center;
        gap: 50px;
    }
    .about-content .stats h3 {
        font-size: 35px;
        font-weight: 600;
        font-family: Inter;
    }
    .about-content .stats p {
        font-size: 16px;
        padding-top: 5px;
        font-family: Inter;
        letter-spacing: -0.4px;
        color: #4c4c4c;
        font-weight: 400;
        line-height: 28px;
    }
    
    .about-content .btn {
        height: 40px;
        width: 120px;
        background-color: black;
        font-size: 14px;
        font-weight: 600;
        display: flex;
        justify-content: center;
        align-items: center;
        position: absolute;
        bottom: 1px;
        overflow: hidden;
        /* bottom: 28px; */
        cursor: pointer;
    }
    .about-content .btn p i span img {
        width: 12px !important;
        background-color: transparent;
        transition: 400ms;
        filter: invert(1);
    }
    .about-content .btn p {
        position: relative;
        z-index: 2;
        display: flex;
        align-items: center;
        gap: 10px;
        font-size: 14px;
        color: white;
        transition: 400ms ease-in-out;
    }
    .about-content .btn p i {
        width: 15px;
        height: 12px;
        overflow: hidden;
    }
    .about-content .btn p i span {
        display: flex;
        align-items: center;
        justify-content: left;
        gap: 5px;
        transition: 300ms;
        transform: translateX(-15px);
    }
    .about-content .btn .top {
        height: 70px !important;
        width: 150px !important;
        position: absolute;
        background-color: #4c4c4c;
        left: -100px;
        top: -100px;
        border-radius: 50%;
        scale: 0;
        z-index: 1;
        transition: 400ms ease-in-out;
    }
    .about-content .btn .bottom {
        height: 150px;
        width: 150px;
        position: absolute;
        background-color: #4c4c4c;
        right: -100px;
        bottom: -100px;
        border-radius: 50%;
        scale: 0;
        z-index: 1;
        transition: 400ms ease-in-out;
    }
    .about-content .btn:hover>span {
        scale: 1.4;
    } 
    .about-content .btn:hover p {
        color: whitesmoke;
    } 
    .about-content .btn:hover img {
        filter: invert(1);
    } 
    .about-content .btn:hover p i span {
        transform: translateX(0px);
    }
    
    
    .about-us .header2 {
        display: flex;
        justify-content: center;
        align-items: center;
        text-transform: uppercase;
        padding-top: 90px;
    }
    .about-us .header2 h2 {
        font-weight: 400;
        line-height: 72px;
        font-weight: 500;
        font-size: 80px;
        letter-spacing: -6.4px;
        text-align: center;
        width: 900px;
    }
    .about-us .header2 h2 span {
        background: linear-gradient(
            to bottom,
            #9E9E9E,
            #6c6c6c
        );
        -webkit-background-clip: text;
        -webkit-text-fill-color: transparent;
    }
    .about-us .more-content {
        display: flex;
        justify-content: space-between;
        align-items: center;
        margin: 70px 100px 300px 100px;
        position: relative;
    }
    .about-content .more-content .video-wrapper {
        margin-bottom: 20px;
        padding-bottom: 20px;
    }
    .about-us .more-content .bg-video {
        width: 350px;
        /* height: 320px; */
        display: block;
        margin-bottom: 0px;
        margin-left: 0px;
        transform: translateX(50%, -50%);
        position: relative;
        z-index: 55;
    }
    .about-us .more-content p {
        font-size: 14px;
        text-transform: uppercase;
        color: black;
        font-family: Poppins;
        font-weight: 600;
        width: 170px;
        line-height: 18px;
        letter-spacing: -0.5px;
        position: relative;
        z-index: -1;
    }
    .about-us .more-content p span {
        color: #9E9E9E;
    }
    
    .services-section {
        height: 150vh;
        margin-top: 750px;
        background-color: #101010;
        display: flex;
        padding: 100px 20px 0px 20px;
        justify-content: space-between;
        /* position: relative; */
    }
    .services-section .header {
        padding: 20px 0px;
        position: sticky;
        top: 0px;
        width: 80%;
        height: 60vh;
        margin-right: 10%;
    }
    .services-section .header h3 {
        font-size: 15px;
        letter-spacing: -0.4px;
        color: white;
        padding-bottom: 20px;
        font-weight: 600;
    }
    .services-section .header h2 {
        font-weight: 400;
        line-height: 62px;
        font-weight: 500;
        font-size: 70px;
        letter-spacing: -6.4px;
        text-align: left;
        text-transform: uppercase;
        color: white;
        width: 400px;
        padding-bottom: 20px;
    }
    .services-section .header h2 span {
        background: linear-gradient(
            to bottom,
            #9E9E9E,
            #6c6c6c
        );
        -webkit-background-clip: text;
        -webkit-text-fill-color: transparent;
    }
    .services-section .header p {
        font-family: Inter;
        color: #9E9E9E;
        letter-spacing: -0.4px;
        font-size: 14px;
        width: 450px;
        font-weight: 500;
        line-height: 22px;
    }
    .services-section .services {
        padding: 30px 0;
        font-family: Inter;
        position: relative;
        margin-top: -12px;
        height: 124vh;
    }
    .services .post {
        width: 90%;
        border-bottom: 1px solid #313131;
        padding-bottom: 35px;
        margin-bottom: 40px;
        background-color: #101010;
        position: sticky;
        padding-top: 5px;
        right: 0;
        top: 10px;
    }
    .services .post .head {
        display: flex;
        align-items: center;
        gap: 20px;
    }
    .services .post .head span {
        height: 40px;
        width: 40px;
        display: flex;
        justify-content: center;
        align-items: center;
        background-color: #272727;
        border-radius: 50%;
        padding: 4px;
    }
    .services .post .head h3 {
        font-size: 30px;
        color: white;
        letter-spacing: -1.8px;
        font-weight: 600;
    }
    .services .post p {
        padding-left: 70px;
        padding-top: 20px;
        font-size: 15px;
        letter-spacing: -0.8px;
        color: #a1a1a1;
        font-weight: 500;
        line-height: 20px;
        width: 80%;
    }
    
    .projects .header {
        padding: 20px 0px;
        text-align: center;
        margin-top: 100px;
    }
    .projects .header h3 {
        font-size: 15px;
        letter-spacing: -0.4px;
        color: black;
        padding-bottom: 20px;
        font-weight: 600;
    }
    .projects .header h2 {
        font-weight: 400;
        line-height: 72px;
        font-weight: 500;
        font-size: 80px;
        letter-spacing: -6.4px;
        text-align: center;
        text-transform: uppercase;
        color: black;
        width: 600px;
        padding-bottom: 20px;
        margin-left: 50%;
        transform: translateX(-50%);
    }
    .projects .header h2 span {
        background: linear-gradient(
            to bottom,
            #9E9E9E,
            #6c6c6c
        );
        -webkit-background-clip: text;
        -webkit-text-fill-color: transparent;
    }
    .projects .header p {
        font-family: Inter;
        color: #6c6c6c;
        letter-spacing: -0.4px;
        font-size: 14px;
        width: 500px;
        font-weight: 500;
        line-height: 20px;
        margin-left: 50%;
        transform: translateX(-50%);
    }
    
    .projects .project-grid {
        display: flex;
        place-items: center;
        justify-content: center;
        margin: 20px 20px 120px 20px;
        flex-wrap: wrap;
        gap: 20px;
    }
    .project-grid .card {
        margin-bottom: 20px;
        width: 48%;
    }
    .project-grid .card .image {
        width:  100%;
        height: 405px;
        position: relative;
        overflow: hidden;
        margin-bottom: 10px;
        transition: 300ms;
    }
    .project-grid .card .image>img {
        width: 850px;
        margin-left: -150px;
        margin-top: -20px;
        transition: 500ms;
    }
    .project-grid .card .image .cont {
        position: absolute;
        top: 50%;
        left: 50%;
        transform: translate(-50%, -50%);
    }
    .project-grid .card h3 {
        font-size: 35px;
        font-weight: 500;
        letter-spacing: -2.4px;
    }
    .project-grid .card>p {
        color: #4c4c4c;
        font-family: Inter;
        letter-spacing: -0.4px;
        font-size: 14px;
        font-weight: 500;
        width: 90%;
        line-height: 22px;
    }
    .project-grid .card .image {
        background-color: #101010;
    }
    .project-grid .image .btn {
        height: 40px;
        width: 130px;
        background-color: white;
        font-size: 14px;
        font-weight: 600;
        display: flex;
        justify-content: center;
        align-items: center;
        position: relative;
        overflow: hidden;
        opacity: 0;
        cursor: pointer;
        transition: 300ms;
    }
    .project-grid .image .btn p img {
        width: 12px;
        background-color: transparent;
        transition: 400ms;
    }
    .project-grid .image .btn p {
        position: relative;
        z-index: 2;
        display: flex;
        align-items: center;
        gap: 5px;
        font-size: 13px;
        color: black;
        font-weight: 600;
        transition: 400ms ease-in-out;
        justify-content: center;
    }
    .project-grid .image .btn p i {
        width: 15px;
        height: 12px;
        overflow: hidden;
    }
    .project-grid .image .btn p i span {
        display: flex;
        align-items: center;
        justify-content: left;
        gap: 5px;
        transition: 300ms;
        transform: translateX(-15px);
    }
    .project-grid .image .btn .top {
        height: 70px !important;
        width: 150px !important;
        position: absolute;
        background-color: black;
        left: -100px;
        top: -100px;
        border-radius: 50%;
        scale: 0;
        z-index: 1;
        transition: 400ms ease-in-out;
    }
    .project-grid .image .btn .bottom {
        height: 150px;
        width: 180px;
        position: absolute;
        background-color: black;
        bottom: -100px;
        right: -100px;
        border-radius: 50%;
        scale: 0;
        z-index: 1;
        transition: 400ms ease-in-out;
    }
    .project-grid .image .btn:hover>span {
        scale: 1.4;
    } 
    .project-grid .image .btn:hover p {
        color: whitesmoke;
    } 
    .project-grid .image .btn:hover img {
        filter: invert(1);
    } 
    .project-grid .image .btn:hover p i span {
        transform: translateX(0px);
    }
    .project-grid .image:hover .btn {
        opacity: 1;
    }
    .project-grid .card:hover .image>img {
        scale: 1.2;
        opacity: 0.8;
    }
    
    .testimonials {
        padding: 100px 20px;    
        background-color: #101010;
    }
    .testimonials>.header {
        padding: 20px 0px;
        text-align: left;
        display: flex;
        align-items: end;
        justify-content: space-between;
    }
    .testimonials>.header h3 {
        font-size: 15px;
        letter-spacing: -0.4px;
        color: white;
        padding-bottom: 20px;
        font-weight: 600;
    }
    .testimonials>.header h2 {
        font-weight: 400;
        line-height: 62px;
        font-weight: 500;
        font-size: 70px;
        letter-spacing: -6.4px;
        text-transform: uppercase;
        color: white;
        width: 500px;
    }
    .testimonials>.header h2 span {
        background: linear-gradient(
            to bottom,
            #9E9E9E,
            #6c6c6c
        );
        -webkit-background-clip: text;
        -webkit-text-fill-color: transparent;
    }
    .testimonials>.header .controls {
        display: flex;
        gap: 20px;
    }
    .testimonials>.header .controls span {
        height: 50px;
        width: 50px;
        display: flex;
        justify-content: center;
        align-items: center;
        background-color: #272727;
        transition: 300ms;
    }
    .testimonials>.header .controls span img{
        width: 15px;
        filter: invert(1);
        transition: 300ms;
    }
    .testimonials>.header .controls span:nth-child(1) img{
        transform: scaleX(-1);
    }
    .testimonials>.header .controls span:hover {
        background-color: white;
    }
    .testimonials>.header .controls span:hover img {
        filter: invert(0);
    }
    .clients {
        display: flex;
        align-items: center;
        margin-top: 50px;
        gap: 30px;
        animation: slide 25s infinite;
        transition: transform 0.5s ease-in-out; /* smooth animation */
    }
    .clients .review {
        padding: 30px 30px 20px 30px;
        width: 480px;
        background-color: #252525;
    }
    .clients .review h3{
        font-size: 32px;
        letter-spacing: -1.5px;
        font-family: Inter;
        line-height: 40px;
        color: #f2f2f2;
        font-weight: 600;
        padding-bottom: 20px;
        width: 450px;
    }
    .clients .review>p{
        color: #b6b6b6;
        font-family: Inter;
        font-size: 16px;
        line-height: 25px;
        font-weight: 500;
        width: 450px;
    }
    .clients .review .info {
        display: flex;
        align-items: center;
        gap: 10px;
        margin-top: 40px;
    }
    .clients .review .info span:nth-child(1) {
        display: flex;
        justify-content: center;
        align-items: center;
    }
    .clients .review .info img {
        width: 65px;
    }
    .clients .review .info h4 {
        color: #f2f2f2;
        font-family: Inter;
        font-size: 20px;
        font-weight: 600;
        letter-spacing: -0.2px;
        padding-bottom: 5px;
    }
    .clients .review .info p {
        font-size: 16px;
        letter-spacing: -0.2px;
        color: #f2f2f2;
        font-family: Inter;
    }
    
    .pricing .header {
        padding: 20px 0px;
        text-align: center;
        margin-top: 150px;
    }
    .pricing .header h3 {
        font-size: 15px;
        letter-spacing: -0.4px;
        color: white;
        padding-bottom: 20px;
        font-weight: 600;
    }
    .pricing .header h2 {
        font-weight: 400;
        line-height: 72px;
        font-weight: 500;
        font-size: 80px;
        letter-spacing: -6.4px;
        text-align: center;
        text-transform: uppercase;
        color: white;
        width: 600px;
        padding-bottom: 20px;
        margin-left: 50%;
        transform: translateX(-50%);
    }
    .pricing .header h2 span {
        background: linear-gradient(
            to bottom,
            #9E9E9E,
            #6c6c6c
        );
        -webkit-background-clip: text;
        -webkit-text-fill-color: transparent;
    }
    .pricing .header p {
        font-family: Inter;
        color: #a1a1a1;
        letter-spacing: -0.4px;
        font-size: 14px;
        width: 500px;
        font-weight: 500;
        line-height: 20px;
        margin-left: 50%;
        transform: translateX(-50%);
    }
    
    .pricing .prices {
        display: flex;
        justify-content: center;
        margin-top: 30px;
        font-family: Inter;
        gap: 20px;
        flex-wrap: wrap;
    }
    .prices .card {
        padding: 30px 0;
        background-color: #272727;
        /* width: 370px; */
        width: 31%;
        transition: 400ms;
    }
    .prices .card .package {
        display: flex;
        gap: 10px;
        align-items: center;
        padding-bottom: 50px;
        padding: 0 30px 50px 30px;
    }
    .prices .card .package h3{
        font-size: 20px;
        color: white;
    }
    .prices .card .package span{
        background-color: #404040;
        padding: 5px 10px;
        color: white;
        font-weight: 500;
        border-radius: 20px;
        text-align: center;
        font-size: 14px;
    }
    .prices .card>h2 {
        font-size: 25px;
        color: white;
        width: 80%;
        line-height: 30px;
        padding-bottom: 40px;
        padding: 0 30px 40px 30px;
    }
    .prices .card>h2 span {
        color: #9E9E9E;
    }
    .prices .card .price {
        display: block;
        padding-bottom: 20px;
        border-bottom: 1px solid #4c4c4c;
    }
    .prices .card .price h3{
        font-size: 27px;
        color: white;
        padding-bottom: 15px;
        padding: 0px 30px 15px 30px;
    }
    
    .prices .card .price .btn {
        height: 40px;
        width: 120px;
        background-color: #6c6c6c;
        font-size: 14px;
        font-weight: 600;
        display: flex;
        justify-content: center;
        align-items: center;
        position: relative;
        overflow: hidden;
        border: 1px solid #4c4c4c;
        margin: 0px 30px;
        cursor: pointer;
    }
    .prices .card .price .btn p img {
        width: 12px;
        background-color: transparent;
        transition: 400ms;
        filter: invert(1);
    }
    .prices .card .price .btn p {
        position: relative;
        z-index: 2;
        display: flex;
        align-items: center;
        gap: 5px;
        font-size: 13px;
        color: white;
        font-weight: 500;
        transition: 400ms ease-in-out;
        justify-content: center;
    }
    .prices .card .price .btn p i {
        width: 15px;
        height: 12px;
        overflow: hidden;
    }
    .prices .card .price .btn p i span {
        display: flex;
        align-items: center;
        justify-content: left;
        gap: 5px;
        transition: 300ms;
        transform: translateX(-15px);
    }
    .prices .card .price .btn .top {
        height: 70px !important;
        width: 150px !important;
        position: absolute;
        background-color: white;
        left: -90px;
        top: -100px;
        border-radius: 50%;
        scale: 0;
        z-index: 1;
        transition: 400ms ease-in-out;
    }
    .prices .card .price .btn .bottom {
        height: 150px;
        width: 180px;
        position: absolute;
        background-color: white;
        bottom: -100px;
        right: -100px;
        border-radius: 50%;
        scale: 0;
        z-index: 1;
        transition: 400ms ease-in-out;
    }
    .prices .card .price .btn:hover>span {
        scale: 1.4;
    } 
    .prices .card .price .btn:hover p {
        color: black;
    } 
    .prices .card .price .btn:hover img {
        filter: invert(0);
    } 
    .prices .card .price .btn:hover p i span {
        transform: translateX(0px);
    }
    .prices .card ul {
        padding: 20px 30px 0px 30px;
        list-style: none;
    }
    .prices .card ul li {
        display: flex;
        align-items: center;
        color: #9E9E9E;
        padding-top: 10px;
        font-weight: 600;
        gap: 10px;
        font-size: 15px;
        width: 100%;
    }
    .prices .card ul li img {
        width: 16px;
    }
    .prices .card:hover {
        background-color: #404040;
    }
    .prices .hmu {
        display: flex;
        justify-content: space-between;
        padding: 30px;
        /* width: 1090px; */
        width: 91%;
        align-items: center;
        background-color: #272727;
    }
    .prices .hmu h3 {
        font-size: 25px;
        color: white;
    }
    
    .hmu .cta-btns {
        display: flex;
        gap: 10px;
        align-items: center;
    }
    .hmu .btn {
        height: 40px;
        width: 120px;
        background-color: #6c6c6c;
        font-size: 14px;
        font-weight: 600;
        display: flex;
        justify-content: center;
        align-items: center;
        position: relative;
        overflow: hidden;
        cursor: pointer;
        border: 1px solid #4c4c4c;
    }
    .hmu .btn p img {
        width: 12px;
        background-color: transparent;
        transition: 400ms;
        filter: invert(1);
    }
    .hmu .btn p {
        position: relative;
        z-index: 2;
        display: flex;
        align-items: center;
        gap: 5px;
        font-size: 13px;
        color: white;
        font-weight: 500;
        transition: 400ms ease-in-out;
        justify-content: center;
    }
    .hmu .btn p i {
        width: 15px;
        height: 12px;
        overflow: hidden;
    }
    .hmu .btn p i span {
        display: flex;
        align-items: center;
        justify-content: left;
        gap: 5px;
        transition: 300ms;
        transform: translateX(-15px);
    }
    .hmu .btn .top {
        height: 70px !important;
        width: 150px !important;
        position: absolute;
        background-color: white;
        left: -100px;
        top: -100px;
        border-radius: 50%;
        scale: 0;
        z-index: 1;
        transition: 400ms ease-in-out;
    }
    .hmu .btn .bottom {
        height: 150px;
        width: 180px;
        position: absolute;
        background-color: white;
        bottom: -100px;
        right: -100px;
        border-radius: 50%;
        scale: 0;
        z-index: 1;
        transition: 400ms ease-in-out;
    }
    .hmu .btn:hover>span {
        scale: 1.4;
    } 
    .hmu .btn:hover p {
        color: black;
    } 
    .hmu .btn:hover img {
        filter: invert(0);
    } 
    .hmu .btn:hover p i span {
        transform: translateX(0px);
    }
    
    .hmu .cta-btns .btn:nth-child(1) {
        background-color: white;
        border: none;
        width: 120px;
        transition: 300ms;
    }
    .hmu .cta-btns .btn:nth-child(1) p {
        gap: 8px;
        color: black;
        font-weight: 700;
    }
    .hmu .cta-btns .btn:nth-child(1) img {
        filter: invert(0);
    }
    .hmu .cta-btns .btn:nth-child(1):hover p{
        color: white;
    }
    .hmu .cta-btns .btn:nth-child(1):hover img{
        filter: invert(1);
    }
    .hmu .cta-btns .btn:nth-child(1) .top {
        background-color: black;
    }
    .hmu .cta-btns .btn:nth-child(1) .bottom {
        background-color: black;
    }
    
    .prev-clients {
        margin: 150px 20px;
    }
    .prev-clients .header {
        padding: 20px 0px;
        text-align: center;
        margin-top: 100px;
    }
    .prev-clients .header h3 {
        font-size: 15px;
        letter-spacing: -0.4px;
        color: black;
        padding-bottom: 20px;
        font-weight: 600;
    }
    .prev-clients .header h2 {
        font-weight: 400;
        line-height: 72px;
        font-weight: 500;
        font-size: 80px;
        letter-spacing: -6.4px;
        text-align: center;
        text-transform: uppercase;
        color: black;
        padding-bottom: 20px;
    }
    .prev-clients .header h2 span {
        background: linear-gradient(
            to bottom,
            #9E9E9E,
            #6c6c6c
        );
        -webkit-background-clip: text;
        -webkit-text-fill-color: transparent;
    }
    .prev-clients .header p {
        font-family: Inter;
        color: #a1a1a1;
        letter-spacing: -0.4px;
        font-size: 14px;
        width: 500px;
        font-weight: 500;
        line-height: 20px;
        margin-left: 50%;
        transform: translateX(-50%);
    }
    .prev-clients .partners {
        display: flex;
        flex-wrap: wrap;
        margin-top: 40px;
        gap: 20px;
        justify-content: center;
    }
    .prev-clients .partners .partner {
        width: 20%;
        height: 190px;
        display: flex;
        justify-content: center;
        align-items: center;
        border: 1px solid #a1a1a16b;
    }
    .prev-clients .partners .partner img{
        width: 90px;
    }
    
    .faq {
        margin: 100px 20px;
        display: flex;
    }
    .faq .header {
        padding: 20px 0px;
        text-align: center;
    }
    .faq .header h3 {
        font-size: 15px;
        letter-spacing: -0.4px;
        color: black;
        padding-bottom: 20px;
        font-weight: 600;
        text-align: left;
    }
    .faq .header h2 {
        font-weight: 400;
        line-height: 62px;
        font-weight: 500;
        font-size: 70px;
        letter-spacing: -6.4px;
        text-align: left;
        text-transform: uppercase;
        color: black;
        width: 56%;
        padding-bottom: 20px;
    }
    .faq .header h2 span {
        background: linear-gradient(
            to bottom,
            #9E9E9E,
            #6c6c6c
        );
        -webkit-background-clip: text;
        -webkit-text-fill-color: transparent;
    }
    .faq .header p {
        font-family: Inter;
        color: #4c4c4c;
        letter-spacing: -0.4px;
        font-size: 14px;
        width: 80%;
        font-weight: 500;
        line-height: 20px;
        text-align: left;
    }
    .faq .accordion {
        display: block;
        font-family: Inter;
        width: 100%;
        margin-top: 35px;
    }
    .faq .accordion .question {
        padding: 30px 0px 25px 0;
        border-bottom: 1px solid #a1a1a16b;
        position: relative;
        margin-bottom: 15px;
    }
    .faq .accordion .question .head {
        display: flex;
        justify-content: space-between;
        align-items: center;
    }
    .faq .accordion .question .head img {
        width: 16px;
        opacity: 0.9;
        cursor: pointer;
        transition: 300ms;
        margin-bottom: 20px;
    }
    .faq .accordion .question h3{
        font-size: 18px;
        padding-bottom: 10px;
        color: #101010;
        font-weight: 600;
    }
    .faq .accordion .question p{
        font-size: 16px;
        padding-bottom: 0px;
        color: #4c4c4c;
        line-height: 25px;
        width: 500px;
        max-height: 0;
        overflow: hidden;
        transition: max-height 600ms ease-in-out;
    }
    .faq .accordion .question p.active {
        max-height: 150px;
    }
    .faq .accordion .question img.active {
        transform: rotate(-45deg);
    }
    
    footer {
        padding: 100px 20px 30px 20px;
        background-color: rgb(12, 5, 4);
        height: 100%;
    }
    footer .header{
        display: flex;
        align-items: center;
        /* justify-content: space-between; */
        margin-bottom: 100px;
    }
    footer .header h2 {
        font-size: 150px;
        letter-spacing: -19px;
        line-height: 130px;
        font-weight: 500;
        color: white;
        width: 70%;
    }
    footer .header a {
        position: absolute;
        right: 0px;
    }
    footer .header .btn {
        height: 300px;
        width: 300px;
        background-color: #313131;
        font-size: 14px;
        font-weight: 600;
        display: flex;
        justify-content: center;
        align-items: center;
        right: 0px;
        overflow: hidden;
        cursor: pointer;
        border-radius: 50%;
    }
    footer .header .btn p i span img {
        width: 15px;
        background-color: transparent;
        transition: 600ms;
        filter: invert(1);
    }
    footer .header .btn p {
        position: relative;
        z-index: 2;
        display: flex;
        align-items: center;
        gap: 5px;
        font-size: 13px;
        color: white;
        font-weight: 500;
        transition: 400ms ease-in-out;
        justify-content: center;
    }
    footer .header .btn p i {
        width: 16px;
        height: 12px;
        overflow: hidden;
    }
    footer .header .btn p i span {
        display: flex;
        align-items: center;
        justify-content: left;
        gap: 5px;
        transition: 300ms;
        transform: translateX(-16px);
    }
    footer .header .btn .top {
        height: 300px;
        width: 300px;
        position: absolute;
        background-color: white;
        top: -225px;
        left: -150px;
        border-radius: 20%;
        scale: 0;
        z-index: 1;
        transition: 600ms ease-in-out;
    }
    footer .header .btn .bottom {
        height: 300px;
        width: 300px;
        position: absolute;
        background-color: white;
        bottom: -150px;
        right: -150px;
        border-radius: 20%;
        scale: 0;
        z-index: 1;
        transition: 600ms ease-in-out;
        border: none !important;
    }
    footer .header .btn:hover>span {
        scale: 1.8;
    } 
    footer .header .btn:hover p {
        color: black;
    } 
    footer .header .btn:hover img {
        filter: invert(0);
    } 
    footer .header .btn:hover p i span {
        transform: translateX(2px);
    }
    
    footer .mid {
        display: flex;
        justify-content: space-between;
        align-items: start;
    }
    footer .left .logo p {
        color: white;
        font-size: 25px;
        font-weight: 600;
        letter-spacing: -1px;
        font-family: Inter;
    }
    footer .left>p {
        color: #9E9E9E;
        font-size: 16px;
        font-weight: 500;
        letter-spacing: -0.4px;
        font-family: Inter;
        width: 350px;
        line-height: 22px;
    }
    footer .left .socials {
        display: flex;
        gap: 20px;
        margin-top: 60px;
    }
    footer .left .socials img {
        height: 18px;
        filter: invert(1);
        opacity: 0.7;
        transition: 400ms;
        cursor: pointer;
    }
    footer .left .socials img:hover {
        scale: 1.2;
        opacity: 1;
    }
    footer .right {
        display: flex;
        gap: 130px;
    }
    footer .right ul{
        list-style: none;
    }
    footer .right ul li {
        color: white;
        padding: 10px 0;
        font-family: Inter;
        font-weight: 600;
        color: #f1f1f1;
        cursor: pointer;
    }
    footer .right ul li:hover {
        text-decoration: underline;
        text-decoration-color: #f1f1f1;
    }
    footer .bottom {
        display: flex;
        margin-top: 120px;
        padding-top: 25px;
        border-top: 1px solid #313131;
        justify-content: space-between;
    }
    footer .bottom p {
        color: #f1f1f1;
        font-family: Inter;
        font-weight: 500;
        letter-spacing: -0.6px;
    }
 
}
@media (min-width: 1280px) and (max-width: 1441px) {
    .top {
        padding: 0 0 80px 0;
        background-color: #101010;
        margin-bottom: 150px;
    }
    .top nav {
        display: flex;
        align-items: center;
        justify-content: space-between;
        padding: 15px 70px;
        font-family: Inter;
    }
    .top nav .logo{
        display: flex;
        cursor: pointer;
    }
    .top nav .logo p {
        font-size: 25px;
        font-weight: 700;
        color: white;
        letter-spacing: -0.5px;
    }
    .top nav .links {
        display: flex;
        align-items: center;
        gap: 45px;
        margin-right: 40px;
    }
    .top nav .links a {
        color: white;
        text-decoration: none;
        font-size: 13.5px;
        font-weight: 400;
        display: flex;
        align-items: center;
    }
    .top nav .links li {
        list-style: none;
        color: white;
        font-size: 13.5px;
        cursor: pointer;
        padding: 15px 0;
        display: flex;
        justify-content: center;
        align-items: center;
        gap: 8px;
    }
    .top nav .links li img {
        width: 12px;
        filter: invert(1);
        transition: 400ms;
    }
    .top nav .links li:hover img {
        transform: rotate(-180deg);
    }
    
    .top nav .contact-btn {
        display: flex;
        align-items: center;
        gap: 20px;
    }
    .top nav .contact-btn a {
        font-size: 14px;
        color: white;
        text-decoration: none;
        display: flex;
        align-items: center;
    }
    .top nav .contact-btn .btn {
        height: 40px;
        width: 110px;
        background-color: white;
        font-size: 14px;
        font-weight: 600;
        display: flex;
        justify-content: center;
        align-items: center;
        position: relative;
        overflow: hidden;
        cursor: pointer;
    }
    .top nav .contact-btn .btn p img {
        width: 12px;
        background-color: transparent;
        transition: 400ms;
    }
    .top nav .contact-btn .btn p {
        position: relative;
        z-index: 2;
        display: flex;
        align-items: center;
        gap: 10px;
        transition: 400ms ease-in-out;
    }
    .top nav .contact-btn .btn p i {
        width: 15px;
        height: 12px;
        overflow: hidden;
    }
    .top nav .contact-btn .btn p i span {
        display: flex;
        align-items: center;
        justify-content: left;
        gap: 5px;
        transition: 300ms;
        transform: translateX(-15px);
    }
    .top nav .contact-btn .btn .top {
        height: 70px !important;
        width: 150px !important;
        position: absolute;
        background-color: #4c4c4c;
        left: -100px;
        top: -100px;
        border-radius: 50%;
        scale: 0;
        z-index: 1;
        transition: 400ms ease-in-out;
    }
    .top nav .contact-btn .btn .bottom {
        height: 150px;
        width: 150px;
        position: absolute;
        background-color: #4c4c4c;
        right: -100px;
        bottom: -100px;
        border-radius: 50%;
        scale: 0;
        z-index: 1;
        transition: 400ms ease-in-out;
    }
    .top nav .contact-btn .btn:hover>span {
        scale: 1.3;
    } 
    .top nav .contact-btn .btn:hover p {
        color: white;
    } 
    .top nav .contact-btn .btn:hover img {
        filter: invert(1);
    } 
    .top nav .contact-btn .btn:hover p i span {
        transform: translateX(0px);
    }
    .top nav .links .drop-btn {
        position: relative;
    }
    .top nav  .extra-nav {
        position: absolute;
        z-index: 10;
        background-color: white;
        padding: 10px 10px 10px 10px;
        transform: translateY(100px);
        margin-left: 78px;
        opacity: 0;
        transition: 400ms;
    }
    .top nav  .extra-nav a {
        color: black;
        padding: 5px;
        width: 100px;
        transition: 300ms;
    }
    .top nav .extra-nav a:hover {
        background-color: #f0f0f0;
    }
    .top nav .drop-btn:hover .extra-nav {
        opacity: 1;
        transform: translateY(60px);
    }
    .menu {
        z-index: 100; 
        display: none;
    }
    .menu .menu-btn {
        background-color: white;
        display: flex;
        justify-content: center;
        align-items: center;
        height: 40px;
        width: 40px;
    } 
    .menu .menu-btn img {
        width: 25px;
    }
    .menu .menu-links {
        position: absolute;
        width: 100%;
        background-color: #0C0504;
        left: 0;
        top: 75px;
        padding: 30px 20px 30px 20px;   
        z-index: 99;
        border-top: 1px solid white;
        transform: translateY(100px);
        opacity: 0;
        /* display: none; */
        transition: 400ms;
    }
    .menu-links a {
        padding: 15px 0px;
        font-size: 16px !important;
    }
    .menu-links.active {
        opacity: 1;
        transform: translateY(0px);
    }
    .hero {
        margin: 0px 70px;
    }
    .hero h1:nth-child(1) {
        font-size: 210px;
        text-align: left;
        color: white;
        font-family: Poppins;
        font-weight: 500;
        letter-spacing: -20px;
        margin-top: 80px;
        margin-bottom: 120px;
        /* margin: 0 180px; */
        position: relative;
        z-index: 1;
        line-height: 100px;
    }
    .hero h1:nth-child(2) {
        font-size: 210px;
        margin-top: -85px;
        text-align: right;
        color: white;
        font-family: Poppins;
        letter-spacing: -20px;
        font-weight: 500;
        line-height: 220px;
        /* margin: 0 180px; */
    }
    .hero .more {
        display: flex;
        justify-content: space-between;
        align-items: center;
        /* margin: 0 180px; */
        width: 100%;
    }
    .hero .image {
        width: 640px;
        height: 430px;
        overflow: hidden;
        margin-bottom: 5px;
    }
    .hero .image img {
        width: 700px;
    }
    .hero p {
        font-size: 14px;
        text-transform: uppercase;
        color: white;
        font-family: Poppins;
        font-weight: 700;
        /* width: 120px; */
        line-height: 16px;
    }
    .hero p span {
        color: #9E9E9E;
    }
    .hero h1:nth-child(4) {
        font-size: 185px;
        color: white;
        text-align: center;
        font-family: Poppins;
        letter-spacing: -18px;
        font-weight: 500;
        line-height: 220px;
        /* margin: 0 180px; */
    }
    .about-us {
        margin: 0 70px 20px 70px;
    }
    .about-us .header {
        text-align: center;
        width: 780px;
        margin-left: 50%;
        transform: translateX(-50%);
    }
    .about-us .header h4 {
        font-size: 15px;
        font-weight: 600;
        padding-bottom: 20px;
    }
    .about-us .header h2 {
        font-size: 50px;
        font-weight: 550;
        padding-bottom: 20px;
        font-family: Inter;
        letter-spacing: -1.5px;
        line-height: 55px;
    }
    .about-us .header h2 span {
        background: linear-gradient(
            to bottom,
            #9E9E9E,
            #6c6c6c
        );
        -webkit-background-clip: text;
        -webkit-text-fill-color: transparent;
    }
    .about-content {
        display: flex;
        /* justify-content: space-between; */
        gap: 80px;
        align-items: start;
        margin: 50px 0;
        justify-content: center;
    }
    .about-content .image {
        width: 585px;
        height: 485px;
        overflow: hidden;
    }
    .about-content .image img{
        width: 685px;
    }
    .about-content .content {
        height: 458px;
        width: 550px;
        overflow: hidden;
        position: relative;
    }
    .about-content .content>p {
        font-size: 20px;
        font-family: Inter;
        color: #4c4c4c;
        font-weight: 400;
        letter-spacing: -0.6px;
        line-height: 28px;
    }
    .about-content .stats {
        display: flex;
        margin-top: 80px;
        align-items: center;
        gap: 100px;
    }
    .about-content .stats h3 {
        font-size: 40px;
        font-weight: 600;
        font-family: Inter;
    }
    .about-content .stats p {
        font-size: 16px;
        padding-top: 5px;
        font-family: Inter;
        letter-spacing: -0.4px;
        color: #4c4c4c;
        font-weight: 400;
        line-height: 28px;
    }
    
    .about-content .btn {
        height: 40px;
        width: 120px;
        background-color: black;
        font-size: 14px;
        font-weight: 600;
        display: flex;
        justify-content: center;
        align-items: center;
        position: absolute;
        bottom: 0px;
        overflow: hidden;
        /* bottom: 28px; */
        cursor: pointer;
    }
    .about-content .btn p i span img {
        width: 12px !important;
        background-color: transparent;
        transition: 400ms;
        filter: invert(1);
    }
    .about-content .btn p {
        position: relative;
        z-index: 2;
        display: flex;
        align-items: center;
        gap: 10px;
        font-size: 14px;
        color: white;
        transition: 400ms ease-in-out;
    }
    .about-content .btn p i {
        width: 15px;
        height: 12px;
        overflow: hidden;
    }
    .about-content .btn p i span {
        display: flex;
        align-items: center;
        justify-content: left;
        gap: 5px;
        transition: 300ms;
        transform: translateX(-15px);
    }
    .about-content .btn .top {
        height: 70px !important;
        width: 150px !important;
        position: absolute;
        background-color: #4c4c4c;
        left: -100px;
        top: -100px;
        border-radius: 50%;
        scale: 0;
        z-index: 1;
        transition: 400ms ease-in-out;
    }
    .about-content .btn .bottom {
        height: 150px;
        width: 150px;
        position: absolute;
        background-color: #4c4c4c;
        right: -100px;
        bottom: -100px;
        border-radius: 50%;
        scale: 0;
        z-index: 1;
        transition: 400ms ease-in-out;
    }
    .about-content .btn:hover>span {
        scale: 1.4;
    } 
    .about-content .btn:hover p {
        color: whitesmoke;
    } 
    .about-content .btn:hover img {
        filter: invert(1);
    } 
    .about-content .btn:hover p i span {
        transform: translateX(0px);
    }
    
    
    .about-us .header2 {
        display: flex;
        justify-content: center;
        align-items: center;
        text-transform: uppercase;
        padding-top: 90px;
    }
    .about-us .header2 h2 {
        font-weight: 400;
        line-height: 72px;
        font-weight: 500;
        font-size: 80px;
        letter-spacing: -6.4px;
        text-align: center;
        width: 900px;
    }
    .about-us .header2 h2 span {
        background: linear-gradient(
            to bottom,
            #9E9E9E,
            #6c6c6c
        );
        -webkit-background-clip: text;
        -webkit-text-fill-color: transparent;
    }
    .about-us .more-content {
        display: flex;
        justify-content: space-between;
        align-items: center;
        margin: 70px 125px 500px 125px;
        position: relative;
    }
    .about-content .more-content .video-wrapper {
        margin-bottom: 20px;
        padding-bottom: 20px;
    }
    .about-us .more-content .bg-video {
        width: 500px;
        /* height: 320px; */
        display: block;
        margin-bottom: 0px;
        margin-left: -20px;
        position: relative;
        z-index: 55;
    }
    .about-us .more-content p {
        font-size: 14px;
        text-transform: uppercase;
        color: black;
        font-family: Poppins;
        font-weight: 600;
        width: 170px;
        line-height: 18px;
        letter-spacing: -0.5px;
        position: relative;
        z-index: -1;
    }
    .about-us .more-content p span {
        color: #9E9E9E;
    }
    
    .services-section {
        height: 150vh;
        margin-top: 750px;
        background-color: #101010;
        display: flex;
        padding: 100px 70px 0px 70px;
        justify-content: space-between;
        /* position: relative; */
    }
    .services-section .header {
        padding: 20px 0px;
        position: sticky;
        top: 0px;
        width: 100%;
        height: 60vh;
    }
    .services-section .header h3 {
        font-size: 15px;
        letter-spacing: -0.4px;
        color: white;
        padding-bottom: 20px;
        font-weight: 600;
    }
    .services-section .header h2 {
        font-weight: 400;
        line-height: 72px;
        font-weight: 500;
        font-size: 80px;
        letter-spacing: -6.4px;
        text-align: left;
        text-transform: uppercase;
        color: white;
        width: 600px;
        padding-bottom: 20px;
    }
    .services-section .header h2 span {
        background: linear-gradient(
            to bottom,
            #9E9E9E,
            #6c6c6c
        );
        -webkit-background-clip: text;
        -webkit-text-fill-color: transparent;
    }
    .services-section .header p {
        font-family: Inter;
        color: #9E9E9E;
        letter-spacing: -0.4px;
        font-size: 14px;
        width: 500px;
        font-weight: 500;
        line-height: 22px;
    }
    .services-section .services {
        padding: 30px 0;
        font-family: Inter;
        position: relative;
        margin-top: -12px;
        height: 124vh;
    }
    .services .post {
        width: 500px;
        border-bottom: 1px solid #313131;
        padding-bottom: 35px;
        margin-bottom: 40px;
        background-color: #101010;
        position: sticky;
        padding-top: 5px;
        right: 0;
        top: 10px;
    }
    .services .post .head {
        display: flex;
        align-items: center;
        gap: 50px;
    }
    .services .post .head span {
        height: 40px;
        width: 40px;
        display: flex;
        justify-content: center;
        align-items: center;
        background-color: #272727;
        border-radius: 50%;
        padding: 4px;
    }
    .services .post .head h3 {
        font-size: 40px;
        color: white;
        letter-spacing: -1.8px;
        font-weight: 600;
    }
    .services .post p {
        padding-left: 100px;
        padding-top: 20px;
        font-size: 15px;
        letter-spacing: -0.8px;
        color: #a1a1a1;
        font-weight: 500;
        line-height: 20px;
        width: 350px;
    }
    
    .projects .header {
        padding: 20px 0px;
        text-align: center;
        margin-top: 100px;
    }
    .projects .header h3 {
        font-size: 15px;
        letter-spacing: -0.4px;
        color: black;
        padding-bottom: 20px;
        font-weight: 600;
    }
    .projects .header h2 {
        font-weight: 400;
        line-height: 72px;
        font-weight: 500;
        font-size: 80px;
        letter-spacing: -6.4px;
        text-align: center;
        text-transform: uppercase;
        color: black;
        width: 600px;
        padding-bottom: 20px;
        margin-left: 50%;
        transform: translateX(-50%);
    }
    .projects .header h2 span {
        background: linear-gradient(
            to bottom,
            #9E9E9E,
            #6c6c6c
        );
        -webkit-background-clip: text;
        -webkit-text-fill-color: transparent;
    }
    .projects .header p {
        font-family: Inter;
        color: #6c6c6c;
        letter-spacing: -0.4px;
        font-size: 14px;
        width: 500px;
        font-weight: 500;
        line-height: 20px;
        margin-left: 50%;
        transform: translateX(-50%);
    }
    
    .projects .project-grid {
        display: flex;
        place-items: center;
        justify-content: center;
        margin: 20px 50px 120px 50px;
        flex-wrap: wrap;
        gap: 30px;
    }
    .project-grid .card {
        margin-bottom: 20px;
    }
    .project-grid .card .image {
        width:  550px;
        height: 455px;
        position: relative;
        overflow: hidden;
        margin-bottom: 10px;
        transition: 300ms;
    }
    .project-grid .card .image>img {
        width: 850px;
        margin-left: -150px;
        margin-top: -20px;
        transition: 500ms;
    }
    .project-grid .card .image .cont {
        position: absolute;
        top: 50%;
        left: 50%;
        transform: translate(-50%, -50%);
    }
    .project-grid .card h3 {
        font-size: 35px;
        font-weight: 500;
        letter-spacing: -2.4px;
    }
    .project-grid .card>p {
        color: #4c4c4c;
        font-family: Inter;
        letter-spacing: -0.4px;
        font-size: 14px;
        font-weight: 500;
        width: 480px;
        line-height: 22px;
    }
    .project-grid .card .image {
        background-color: #101010;
    }
    .project-grid .image .btn {
        height: 40px;
        width: 130px;
        background-color: white;
        font-size: 14px;
        font-weight: 600;
        display: flex;
        justify-content: center;
        align-items: center;
        position: relative;
        overflow: hidden;
        opacity: 0;
        cursor: pointer;
        transition: 300ms;
    }
    .project-grid .image .btn p img {
        width: 12px;
        background-color: transparent;
        transition: 400ms;
    }
    .project-grid .image .btn p {
        position: relative;
        z-index: 2;
        display: flex;
        align-items: center;
        gap: 5px;
        font-size: 13px;
        color: black;
        font-weight: 600;
        transition: 400ms ease-in-out;
        justify-content: center;
    }
    .project-grid .image .btn p i {
        width: 15px;
        height: 12px;
        overflow: hidden;
    }
    .project-grid .image .btn p i span {
        display: flex;
        align-items: center;
        justify-content: left;
        gap: 5px;
        transition: 300ms;
        transform: translateX(-15px);
    }
    .project-grid .image .btn .top {
        height: 70px !important;
        width: 150px !important;
        position: absolute;
        background-color: black;
        left: -100px;
        top: -100px;
        border-radius: 50%;
        scale: 0;
        z-index: 1;
        transition: 400ms ease-in-out;
    }
    .project-grid .image .btn .bottom {
        height: 150px;
        width: 180px;
        position: absolute;
        background-color: black;
        bottom: -100px;
        right: -100px;
        border-radius: 50%;
        scale: 0;
        z-index: 1;
        transition: 400ms ease-in-out;
    }
    .project-grid .image .btn:hover>span {
        scale: 1.4;
    } 
    .project-grid .image .btn:hover p {
        color: whitesmoke;
    } 
    .project-grid .image .btn:hover img {
        filter: invert(1);
    } 
    .project-grid .image .btn:hover p i span {
        transform: translateX(0px);
    }
    .project-grid .image:hover .btn {
        opacity: 1;
    }
    .project-grid .card:hover .image>img {
        scale: 1.2;
        opacity: 0.8;
    }
    
    .testimonials {
        padding: 100px 70px;    
        background-color: #101010;
    }
    .testimonials>.header {
        padding: 20px 0px;
        text-align: left;
        display: flex;
        align-items: end;
        justify-content: space-between;
    }
    .testimonials>.header h3 {
        font-size: 15px;
        letter-spacing: -0.4px;
        color: white;
        padding-bottom: 20px;
        font-weight: 600;
    }
    .testimonials>.header h2 {
        font-weight: 400;
        line-height: 72px;
        font-weight: 500;
        font-size: 80px;
        letter-spacing: -6.4px;
        text-transform: uppercase;
        color: white;
        width: 500px;
    }
    .testimonials>.header h2 span {
        background: linear-gradient(
            to bottom,
            #9E9E9E,
            #6c6c6c
        );
        -webkit-background-clip: text;
        -webkit-text-fill-color: transparent;
    }
    .testimonials>.header .controls {
        display: flex;
        gap: 20px;
    }
    .testimonials>.header .controls span {
        height: 60px;
        width: 60px;
        display: flex;
        justify-content: center;
        align-items: center;
        background-color: #272727;
        transition: 300ms;
    }
    .testimonials>.header .controls span img{
        width: 15px;
        filter: invert(1);
        transition: 300ms;
    }
    .testimonials>.header .controls span:nth-child(1) img{
        transform: scaleX(-1);
    }
    .testimonials>.header .controls span:hover {
        background-color: white;
    }
    .testimonials>.header .controls span:hover img {
        filter: invert(0);
    }
    .clients {
        display: flex;
        align-items: center;
        margin-top: 50px;
        gap: 30px;
        animation: slide 25s infinite;
        transition: transform 0.5s ease-in-out; /* smooth animation */
    }
    .clients .review {
        padding: 30px 30px 20px 30px;
        width: 480px;
        background-color: #252525;
    }
    .clients .review h3{
        font-size: 32px;
        letter-spacing: -1.5px;
        font-family: Inter;
        line-height: 40px;
        color: #f2f2f2;
        font-weight: 600;
        padding-bottom: 20px;
        width: 450px;
    }
    .clients .review>p{
        color: #b6b6b6;
        font-family: Inter;
        font-size: 16px;
        line-height: 25px;
        font-weight: 500;
        width: 450px;
    }
    .clients .review .info {
        display: flex;
        align-items: center;
        gap: 10px;
        margin-top: 40px;
    }
    .clients .review .info span:nth-child(1) {
        display: flex;
        justify-content: center;
        align-items: center;
    }
    .clients .review .info img {
        width: 65px;
    }
    .clients .review .info h4 {
        color: #f2f2f2;
        font-family: Inter;
        font-size: 20px;
        font-weight: 600;
        letter-spacing: -0.2px;
        padding-bottom: 5px;
    }
    .clients .review .info p {
        font-size: 16px;
        letter-spacing: -0.2px;
        color: #f2f2f2;
        font-family: Inter;
    }
    
    .pricing .header {
        padding: 20px 0px;
        text-align: center;
        margin-top: 150px;
    }
    .pricing .header h3 {
        font-size: 15px;
        letter-spacing: -0.4px;
        color: white;
        padding-bottom: 20px;
        font-weight: 600;
    }
    .pricing .header h2 {
        font-weight: 400;
        line-height: 72px;
        font-weight: 500;
        font-size: 80px;
        letter-spacing: -6.4px;
        text-align: center;
        text-transform: uppercase;
        color: white;
        width: 600px;
        padding-bottom: 20px;
        margin-left: 50%;
        transform: translateX(-50%);
    }
    .pricing .header h2 span {
        background: linear-gradient(
            to bottom,
            #9E9E9E,
            #6c6c6c
        );
        -webkit-background-clip: text;
        -webkit-text-fill-color: transparent;
    }
    .pricing .header p {
        font-family: Inter;
        color: #a1a1a1;
        letter-spacing: -0.4px;
        font-size: 14px;
        width: 500px;
        font-weight: 500;
        line-height: 20px;
        margin-left: 50%;
        transform: translateX(-50%);
    }
    
    .pricing .prices {
        display: flex;
        justify-content: center;
        margin-top: 30px;
        font-family: Inter;
        gap: 20px;
        flex-wrap: wrap;
    }
    .prices .card {
        padding: 30px 0;
        background-color: #272727;
        /* width: 370px; */
        width: 32%;
        transition: 400ms;
    }
    .prices .card .package {
        display: flex;
        gap: 10px;
        align-items: center;
        padding-bottom: 50px;
        padding: 0 30px 50px 30px;
    }
    .prices .card .package h3{
        font-size: 25px;
        color: white;
    }
    .prices .card .package span{
        background-color: #404040;
        padding: 5px 15px;
        color: white;
        font-weight: 500;
        border-radius: 20px;
    }
    .prices .card>h2 {
        font-size: 25px;
        color: white;
        width: 300px;
        line-height: 30px;
        padding-bottom: 40px;
        padding: 0 30px 40px 30px;
    }
    .prices .card>h2 span {
        color: #9E9E9E;
    }
    .prices .card .price {
        display: block;
        padding-bottom: 20px;
        border-bottom: 1px solid #4c4c4c;
    }
    .prices .card .price h3{
        font-size: 27px;
        color: white;
        padding-bottom: 15px;
        padding: 0px 30px 15px 30px;
    }
    
    .prices .card .price .btn {
        height: 40px;
        width: 120px;
        background-color: #6c6c6c;
        font-size: 14px;
        font-weight: 600;
        display: flex;
        justify-content: center;
        align-items: center;
        position: relative;
        overflow: hidden;
        border: 1px solid #4c4c4c;
        margin: 0px 30px;
        cursor: pointer;
    }
    .prices .card .price .btn p img {
        width: 12px;
        background-color: transparent;
        transition: 400ms;
        filter: invert(1);
    }
    .prices .card .price .btn p {
        position: relative;
        z-index: 2;
        display: flex;
        align-items: center;
        gap: 5px;
        font-size: 13px;
        color: white;
        font-weight: 500;
        transition: 400ms ease-in-out;
        justify-content: center;
    }
    .prices .card .price .btn p i {
        width: 15px;
        height: 12px;
        overflow: hidden;
    }
    .prices .card .price .btn p i span {
        display: flex;
        align-items: center;
        justify-content: left;
        gap: 5px;
        transition: 300ms;
        transform: translateX(-15px);
    }
    .prices .card .price .btn .top {
        height: 70px !important;
        width: 150px !important;
        position: absolute;
        background-color: white;
        left: -90px;
        top: -100px;
        border-radius: 50%;
        scale: 0;
        z-index: 1;
        transition: 400ms ease-in-out;
    }
    .prices .card .price .btn .bottom {
        height: 150px;
        width: 180px;
        position: absolute;
        background-color: white;
        bottom: -100px;
        right: -100px;
        border-radius: 50%;
        scale: 0;
        z-index: 1;
        transition: 400ms ease-in-out;
    }
    .prices .card .price .btn:hover>span {
        scale: 1.4;
    } 
    .prices .card .price .btn:hover p {
        color: black;
    } 
    .prices .card .price .btn:hover img {
        filter: invert(0);
    } 
    .prices .card .price .btn:hover p i span {
        transform: translateX(0px);
    }
    .prices .card ul {
        padding: 20px 30px 0px 30px;
        list-style: none;
    }
    .prices .card ul li {
        display: flex;
        align-items: center;
        color: #9E9E9E;
        padding-top: 10px;
        font-weight: 600;
        gap: 10px;
    }
    .prices .card ul li img {
        width: 16px;
    }
    .prices .card:hover {
        background-color: #404040;
    }
    .prices .hmu {
        display: flex;
        justify-content: space-between;
        padding: 30px;
        /* width: 1090px; */
        width: 100%;
        align-items: center;
        background-color: #272727;
    }
    .prices .hmu h3 {
        font-size: 25px;
        color: white;
    }
    
    .hmu .cta-btns {
        display: flex;
        gap: 10px;
        align-items: center;
    }
    .hmu .btn {
        height: 40px;
        width: 120px;
        background-color: #6c6c6c;
        font-size: 14px;
        font-weight: 600;
        display: flex;
        justify-content: center;
        align-items: center;
        position: relative;
        overflow: hidden;
        cursor: pointer;
        border: 1px solid #4c4c4c;
    }
    .hmu .btn p img {
        width: 12px;
        background-color: transparent;
        transition: 400ms;
        filter: invert(1);
    }
    .hmu .btn p {
        position: relative;
        z-index: 2;
        display: flex;
        align-items: center;
        gap: 5px;
        font-size: 13px;
        color: white;
        font-weight: 500;
        transition: 400ms ease-in-out;
        justify-content: center;
    }
    .hmu .btn p i {
        width: 15px;
        height: 12px;
        overflow: hidden;
    }
    .hmu .btn p i span {
        display: flex;
        align-items: center;
        justify-content: left;
        gap: 5px;
        transition: 300ms;
        transform: translateX(-15px);
    }
    .hmu .btn .top {
        height: 70px !important;
        width: 150px !important;
        position: absolute;
        background-color: white;
        left: -100px;
        top: -100px;
        border-radius: 50%;
        scale: 0;
        z-index: 1;
        transition: 400ms ease-in-out;
    }
    .hmu .btn .bottom {
        height: 150px;
        width: 180px;
        position: absolute;
        background-color: white;
        bottom: -100px;
        right: -100px;
        border-radius: 50%;
        scale: 0;
        z-index: 1;
        transition: 400ms ease-in-out;
    }
    .hmu .btn:hover>span {
        scale: 1.4;
    } 
    .hmu .btn:hover p {
        color: black;
    } 
    .hmu .btn:hover img {
        filter: invert(0);
    } 
    .hmu .btn:hover p i span {
        transform: translateX(0px);
    }
    
    .hmu .cta-btns .btn:nth-child(1) {
        background-color: white;
        border: none;
        width: 120px;
        transition: 300ms;
    }
    .hmu .cta-btns .btn:nth-child(1) p {
        gap: 8px;
        color: black;
        font-weight: 700;
    }
    .hmu .cta-btns .btn:nth-child(1) img {
        filter: invert(0);
    }
    .hmu .cta-btns .btn:nth-child(1):hover p{
        color: white;
    }
    .hmu .cta-btns .btn:nth-child(1):hover img{
        filter: invert(1);
    }
    .hmu .cta-btns .btn:nth-child(1) .top {
        background-color: black;
    }
    .hmu .cta-btns .btn:nth-child(1) .bottom {
        background-color: black;
    }
    
    .prev-clients {
        margin: 150px 70px;
    }
    .prev-clients .header {
        padding: 20px 0px;
        text-align: center;
        margin-top: 100px;
    }
    .prev-clients .header h3 {
        font-size: 15px;
        letter-spacing: -0.4px;
        color: black;
        padding-bottom: 20px;
        font-weight: 600;
    }
    .prev-clients .header h2 {
        font-weight: 400;
        line-height: 72px;
        font-weight: 500;
        font-size: 80px;
        letter-spacing: -6.4px;
        text-align: center;
        text-transform: uppercase;
        color: black;
        padding-bottom: 20px;
    }
    .prev-clients .header h2 span {
        background: linear-gradient(
            to bottom,
            #9E9E9E,
            #6c6c6c
        );
        -webkit-background-clip: text;
        -webkit-text-fill-color: transparent;
    }
    .prev-clients .header p {
        font-family: Inter;
        color: #a1a1a1;
        letter-spacing: -0.4px;
        font-size: 14px;
        width: 500px;
        font-weight: 500;
        line-height: 20px;
        margin-left: 50%;
        transform: translateX(-50%);
    }
    .prev-clients .partners {
        display: flex;
        flex-wrap: wrap;
        margin-top: 40px;
        gap: 20px;
        justify-content: center;
    }
    .prev-clients .partners .partner {
        width: 210px;
        height: 207px;
        display: flex;
        justify-content: center;
        align-items: center;
        border: 1px solid #a1a1a16b;
    }
    .prev-clients .partners .partner img{
        width: 90px;
    }
    
    .faq {
        margin: 100px 70px;
        display: flex;
    }
    .faq .header {
        padding: 20px 0px;
        text-align: center;
    }
    .faq .header h3 {
        font-size: 15px;
        letter-spacing: -0.4px;
        color: black;
        padding-bottom: 20px;
        font-weight: 600;
        text-align: left;
    }
    .faq .header h2 {
        font-weight: 400;
        line-height: 72px;
        font-weight: 500;
        font-size: 80px;
        letter-spacing: -6.4px;
        text-align: left;
        text-transform: uppercase;
        color: black;
        width: 600px;
        padding-bottom: 20px;
    }
    .faq .header h2 span {
        background: linear-gradient(
            to bottom,
            #9E9E9E,
            #6c6c6c
        );
        -webkit-background-clip: text;
        -webkit-text-fill-color: transparent;
    }
    .faq .header p {
        font-family: Inter;
        color: #4c4c4c;
        letter-spacing: -0.4px;
        font-size: 14px;
        width: 500px;
        font-weight: 500;
        line-height: 20px;
        text-align: left;
    }
    .faq .accordion {
        display: block;
        font-family: Inter;
        width: 100%;
    }
    .faq .accordion .question {
        padding: 30px 0px 25px 0;
        border-bottom: 1px solid #a1a1a16b;
        position: relative;
        margin-bottom: 20px;
    }
    .faq .accordion .question .head {
        display: flex;
        justify-content: space-between;
        align-items: center;
    }
    .faq .accordion .question .head img {
        width: 16px;
        opacity: 0.9;
        cursor: pointer;
        transition: 300ms;
        margin-bottom: 20px;
    }
    .faq .accordion .question h3{
        font-size: 18px;
        padding-bottom: 15px;
        color: #101010;
        font-weight: 600;
    }
    .faq .accordion .question p{
        font-size: 16px;
        padding-bottom: 0px;
        color: #4c4c4c;
        line-height: 25px;
        width: 500px;
        max-height: 0;
        overflow: hidden;
        transition: max-height 600ms ease-in-out;
    }
    .faq .accordion .question p.active {
        max-height: 150px;
    }
    .faq .accordion .question img.active {
        transform: rotate(-45deg);
    }
    
    footer {
        padding: 100px 70px 30px 70px;
        background-color: rgb(12, 5, 4);
        height: 100%;
    }
    footer .header{
        display: flex;
        align-items: center;
        /* justify-content: space-between; */
        margin-bottom: 100px;
    }
    footer .header h2 {
        font-size: 180px;
        letter-spacing: -19px;
        line-height: 160px;
        font-weight: 500;
        color: white;
    }
    footer .header a {
        position: absolute;
        right: 0px;
    }
    footer .header .btn {
        height: 300px;
        width: 300px;
        background-color: #313131;
        font-size: 14px;
        font-weight: 600;
        display: flex;
        justify-content: center;
        align-items: center;
        right: 0px;
        overflow: hidden;
        cursor: pointer;
        border-radius: 50%;
    }
    footer .header .btn p i span img {
        width: 15px;
        background-color: transparent;
        transition: 600ms;
        filter: invert(1);
    }
    footer .header .btn p {
        position: relative;
        z-index: 2;
        display: flex;
        align-items: center;
        gap: 5px;
        font-size: 13px;
        color: white;
        font-weight: 500;
        transition: 400ms ease-in-out;
        justify-content: center;
    }
    footer .header .btn p i {
        width: 16px;
        height: 12px;
        overflow: hidden;
    }
    footer .header .btn p i span {
        display: flex;
        align-items: center;
        justify-content: left;
        gap: 5px;
        transition: 300ms;
        transform: translateX(-16px);
    }
    footer .header .btn .top {
        height: 300px;
        width: 300px;
        position: absolute;
        background-color: white;
        top: -225px;
        left: -150px;
        border-radius: 20%;
        scale: 0;
        z-index: 1;
        transition: 600ms ease-in-out;
    }
    footer .header .btn .bottom {
        height: 300px;
        width: 300px;
        position: absolute;
        background-color: white;
        bottom: -150px;
        right: -150px;
        border-radius: 20%;
        scale: 0;
        z-index: 1;
        transition: 600ms ease-in-out;
        border: none !important;
    }
    footer .header .btn:hover>span {
        scale: 1.8;
    } 
    footer .header .btn:hover p {
        color: black;
    } 
    footer .header .btn:hover img {
        filter: invert(0);
    } 
    footer .header .btn:hover p i span {
        transform: translateX(2px);
    }
    
    footer .mid {
        display: flex;
        justify-content: space-between;
        align-items: start;
    }
    footer .left .logo p {
        color: white;
        font-size: 25px;
        font-weight: 600;
        letter-spacing: -1px;
        font-family: Inter;
    }
    footer .left>p {
        color: #9E9E9E;
        font-size: 16px;
        font-weight: 500;
        letter-spacing: -0.4px;
        font-family: Inter;
        width: 350px;
        line-height: 22px;
    }
    footer .left .socials {
        display: flex;
        gap: 20px;
        margin-top: 60px;
    }
    footer .left .socials img {
        height: 18px;
        filter: invert(1);
        opacity: 0.7;
        transition: 400ms;
        cursor: pointer;
    }
    footer .left .socials img:hover {
        scale: 1.2;
        opacity: 1;
    }
    footer .right {
        display: flex;
        gap: 130px;
    }
    footer .right ul{
        list-style: none;
    }
    footer .right ul li {
        color: white;
        padding: 10px 0;
        font-family: Inter;
        font-weight: 600;
        color: #f1f1f1;
        cursor: pointer;
    }
    footer .right ul li:hover {
        text-decoration: underline;
        text-decoration-color: #f1f1f1;
    }
    footer .bottom {
        display: flex;
        margin-top: 120px;
        padding-top: 25px;
        border-top: 1px solid #313131;
        justify-content: space-between;
    }
    footer .bottom p {
        color: #f1f1f1;
        font-family: Inter;
        font-weight: 500;
        letter-spacing: -0.6px;
    }
}
@media (min-width: 1442px) and (max-width: 1570px) {
    .top {
        padding: 0 0 80px 0;
        background-color: #101010;
        margin-bottom: 150px;
    }
    .top nav {
        display: flex;
        align-items: center;
        justify-content: space-between;
        padding: 15px 120px;
        font-family: Inter;
    }
    .hero {
        margin: 0px 120px;
    }
    .hero h1:nth-child(1) {
        font-size: 210px;
        text-align: left;
        color: white;
        font-family: Poppins;
        font-weight: 500;
        letter-spacing: -20px;
        margin-top: 80px;
        margin-bottom: 120px;
        /* margin: 0 180px; */
        position: relative;
        z-index: 1;
        line-height: 100px;
    }
    .hero h1:nth-child(2) {
        font-size: 210px;
        margin-top: -85px;
        text-align: right;
        color: white;
        font-family: Poppins;
        letter-spacing: -20px;
        font-weight: 500;
        line-height: 220px;
        /* margin: 0 180px; */
        margin-bottom: 20px;
    }
 
    .hero h1:nth-child(4) {
        font-size: 210px;
        color: white;
        text-align: center;
        font-family: Poppins;
        letter-spacing: -18px;
        font-weight: 500;
        line-height: 220px;
        /* margin: 0 180px; */
    }
    .about-us {
        margin: 0 120px 20px 120px;
    }
    .about-content {
        display: flex;
        /* justify-content: space-between; */
        gap: 80px;
        align-items: start;
        margin: 50px 0;
        justify-content: center;
    }
    .about-content .image {
        width: 605px;
        height: 485px;
        overflow: hidden;
    }
    .about-content .content {
        height: 458px;
        width: 550px;
        overflow: hidden;
        position: relative;
    }
    
    .about-content .btn {
        height: 40px;
        width: 120px;
        background-color: black;
        font-size: 14px;
        font-weight: 600;
        display: flex;
        justify-content: center;
        align-items: center;
        position: absolute;
        bottom: 0px;
        overflow: hidden;
        /* bottom: 28px; */
        cursor: pointer;
    }
    
    
    
    .about-us .more-content {
        display: flex;
        justify-content: space-between;
        align-items: center;
        margin: 70px 135px 500px 135px;
        position: relative;
    }
    
    .about-us .more-content .bg-video {
        transform: translateX(50%, -50%);
    }
    
    .services-section {
        height: 150vh;
        margin-top: 750px;
        background-color: #101010;
        display: flex;
        padding: 100px 120px 0px 120px;
        justify-content: space-between;
        /* position: relative; */
    }
    
    .services-section .services {
        padding: 30px 0;
        font-family: Inter;
        position: relative;
        margin-top: -12px;
        height: 110vh;
    }
    
    
    .projects .project-grid {
        display: flex;
        place-items: center;
        justify-content: center;
        margin: 20px 50px 120px 50px;
        flex-wrap: wrap;
        gap: 30px;
    }
    .project-grid .card .image {
        width:  620px;
        height: 455px;
        position: relative;
        overflow: hidden;
        margin-bottom: 10px;
        transition: 300ms;
    }
    .project-grid .card .image>img {
        width: 850px;
        margin-left: -150px;
        margin-top: -20px;
        transition: 500ms;
    }
    .project-grid .card .image .cont {
        position: absolute;
        top: 50%;
        left: 50%;
        transform: translate(-50%, -50%);
    }

    .project-grid .card>p {
        color: #4c4c4c;
        font-family: Inter;
        letter-spacing: -0.4px;
        font-size: 14px;
        font-weight: 500;
        width: 480px;
        line-height: 22px;
    }
    
    
    .testimonials {
        padding: 100px 120px;    
        background-color: #101010;
    }
    
    
    
    
    .prices .card {
        padding: 30px 0;
        background-color: #272727;
        /* width: 370px; */
        width: 32.1%;
        transition: 400ms;
    }
    
    .prices .hmu {
        display: flex;
        justify-content: space-between;
        padding: 30px;
        /* width: 1090px; */
        width: 100%;
        align-items: center;
        background-color: #272727;
    }
    
 
    
    
    .prev-clients {
        margin: 150px 120px;
    }
    .prev-clients .partners {
        display: flex;
        flex-wrap: wrap;
        margin-top: 40px;
        gap: 20px;
        justify-content: center;
    }
    .prev-clients .partners .partner {
        width: 222px;
        height: 217px;
        display: flex;
        justify-content: center;
        align-items: center;
        border: 1px solid #a1a1a16b;
    }
    .prev-clients .partners .partner img{
        width: 100px;
    }
    
    .faq {
        margin: 100px 120px;
        display: flex;
    }
    
    footer {
        padding: 100px 120px 30px 120px;
        background-color: rgb(12, 5, 4);
        height: 100%;
    }
    footer .header h2 {
        font-size: 180px;
        letter-spacing: -19px;
        line-height: 160px;
        font-weight: 500;
        color: white;
    }
    footer .header a {
        position: absolute;
        right: 0px;
    }
    footer .header .btn {
        height: 300px;
        width: 300px;
        background-color: #313131;
        font-size: 14px;
        font-weight: 600;
        display: flex;
        justify-content: center;
        align-items: center;
        right: 0px;
        overflow: hidden;
        cursor: pointer;
        border-radius: 50%;
    }
    footer .header .btn p i span img {
        width: 15px;
        background-color: transparent;
        transition: 600ms;
        filter: invert(1);
    }
    footer .header .btn p {
        position: relative;
        z-index: 2;
        display: flex;
        align-items: center;
        gap: 5px;
        font-size: 13px;
        color: white;
        font-weight: 500;
        transition: 400ms ease-in-out;
        justify-content: center;
    }
    footer .header .btn p i {
        width: 16px;
        height: 12px;
        overflow: hidden;
    }
    footer .header .btn p i span {
        display: flex;
        align-items: center;
        justify-content: left;
        gap: 5px;
        transition: 300ms;
        transform: translateX(-16px);
    }
    footer .header .btn .top {
        height: 300px;
        width: 300px;
        position: absolute;
        background-color: white;
        top: -225px;
        left: -150px;
        border-radius: 20%;
        scale: 0;
        z-index: 1;
        transition: 600ms ease-in-out;
    }
    footer .header .btn .bottom {
        height: 300px;
        width: 300px;
        position: absolute;
        background-color: white;
        bottom: -150px;
        right: -150px;
        border-radius: 20%;
        scale: 0;
        z-index: 1;
        transition: 600ms ease-in-out;
        border: none !important;
    }
    footer .header .btn:hover>span {
        scale: 1.8;
    } 
    footer .header .btn:hover p {
        color: black;
    } 
    footer .header .btn:hover img {
        filter: invert(0);
    } 
    footer .header .btn:hover p i span {
        transform: translateX(2px);
    }
    
    
}
