@import url('https://fonts.googleapis.com/css2?family=Manrope:wght@200..800&display=swap');

* {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
}

html,
body {
    width: 100%;
    height: 100%;
    font-family: manrope;
}


:root {
    --primary-color: #A12DFF;
    --secondary-color: #3C0076;
    --dark-text: #333333;
    --light-text: #fff;
    --secondary-background: #E8D6FF;
    --body-color: #F9F9F9;
    --border: #D7CECB;
    --gradient-background: linear-gradient(148deg, #A12DFF 17%, #3C0076 84%);
}

body {
    background-color: var(--body-color);
    overflow-x: hidden;
    color: var(--dark-text);
}

/* Lennis Css  */

html.lenis,
html.lenis body {
    height: auto;
}

.lenis.lenis-smooth {
    scroll-behavior: auto !important;
}

.lenis.lenis-smooth [data-lenis-prevent] {
    overscroll-behavior: contain;
}

.lenis.lenis-stopped {
    overflow: hidden;
}

.lenis.lenis-smooth iframe {
    pointer-events: none;
}

/* ======Utilities====== */

h1 {
    font-size: 76px;
    font-weight: 700;
}

h2 {
    font-size: 48px;
    font-weight: 600;
}

h3 {
    font-size: 28px;
    font-weight: 600;
}

h4 {
    font-size: 18px;
}

a {
    text-decoration: none;
}

p {
    font-size: 18px;
    margin: 0;
}

img {
    width: 100%;
}

ul {
    list-style: none;
    margin: 0;
    padding: 0;
}

.section-gap {
    padding: 120px 0;
}

@media (min-width:1400px) {
    .container {
        max-width: 1380px !important;
    }
}

/* header style */
.navbar-nav,
.nav-item {
    gap: 10px;
    font-weight: 500;
}

.nav-link {
    color: var(--dark-text);
    transform: .3s;
}


.nav-link:hover {
    color: var(--primary-color);
}

.active {
    color: var(--primary-color);
}

.dropdown-item {
    color: var(--dark-text);
    padding: 10px 20px;
}

.dropdown-menu.show {
    border: 1px solid var(--primary-color);
}

.dropdown-item:focus,
.dropdown-item:hover {
    color: var(--secondary-color);
    background-color: var(--body-color);
}

.prmr-btn {
    padding: 8px 20px;
    color: var(--light-text);
    background-color: var(--primary-color);
    font-family: manrope;
    border-radius: 50px;
    border: 1px solid var(--primary-color);
    font-size: 18px;
    transition: .3s;
}


.prmr-btn:hover {
    background-color: transparent;
    color: var(--dark-text);
}

.scdr-btn {
    padding: 8px 0px;
    border-radius: 50px;
    border: none;
    display: inline-flex;
    gap: 5px;
    align-items: center;
    font-size: 18px;
    color: var(--dark-text);
    transition: .3s;
}

.scdr-btn i {
    font-size: 22px;
}

.scdr-btn:hover {
    gap: 10px;
    color: var(--primary-color);
}


/* banner section */

.banner-section {
    padding: 180px 0 120px 0;
}

.highlight {
    display: inline-block;
    position: relative;
    border: 1px dashed var(--primary-color);
    transform: rotate(3deg);
}

.s-revealed {
    display: inline-block;
    overflow: hidden;
    margin-top: -20px;
}

.s-revealed span {
    display: inline-block;
}

.circle {
    position: absolute;
    width: 13px;
    height: 13px;
    background-color: var(--primary-color);
    border-radius: 50%;
    z-index: 1;
}

.circle:nth-child(1) {
    top: -7px;
    left: -7px;
}

.circle:nth-child(2) {
    top: -7px;
    right: -7px;
}

.circle:nth-child(3) {
    bottom: -7px;
    right: -7px;
}

.circle:nth-child(4) {
    bottom: -7px;
    left: -7px;
}

.banner-section h1 {
    margin-bottom: 20px;
}

.card-section {
    padding: 0 50px;
}

.card {
    border: none;
    background: transparent;
}

.card-wrapper {
    display: flex;
    justify-content: space-between;
    align-items: start;
    gap: 30px;
}

.card-wrapper .card:nth-child(1) {
    width: 15%;
    height: 200px;
    background: var(--gradient-background);
    border-radius: 30px;
    padding: 30px 25px 30px;
    display: flex;
    justify-content: center;
    align-items: center;
}

.card-wrapper .card:nth-child(1) img {
    width: 80%;
}

.card-wrapper .card:nth-child(2) {
    width: 20%;
    /* background-color: #9B7BEA; */
}

.card-wrapper .card1 {
    padding: 30px 25px 50px 25px;
    text-align: center;
    background-color: #9B7BEA;
    color: var(--body-color);
    border-radius: 30px;

}

.card-wrapper .card2 {
    padding: 30px 25px 50px 25px;
    text-align: center;
    background-color: #F3E6FF;
    color: var(--dark-text);
    border-radius: 30px;
    margin-top: -40px;
}

.card-wrapper .card:nth-child(3) {
    width: 30%;
    height: 550px;
    background-color: #D7CECB;
    border-radius: 50px;
    overflow: hidden;
    background-image: url(assets/images/card3-bg.webp);
    background-position: center;
    background-size: cover;
    background-repeat: no-repeat;
    display: flex;
    justify-content: end;
}

.card-wrapper .card:nth-child(3) span {
    color: var(--secondary-color);
    padding: 20px 30px;
    background-color: var(--body-color);
    border-radius: 55px;
    z-index: 1;
    font-size: 22px;
    font-weight: 600;
    display: inline-block;
    margin: 15px;
    text-align: center;
}

.card-wrapper .card:nth-child(4) {
    width: 20%;
    height: 400px;
    background-color: #a39995;
    border-radius: 30px;
    background-image: url(assets/images/card4-bg.webp);
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    position: relative;
    overflow: hidden;
    display: flex;
    align-items: center;
    justify-content: end;
}

.card-wrapper .card:nth-child(4) span {
    color: var(--body-color);
    padding: 20px 30px;
    z-index: 1;
    font-size: 22px;
    font-weight: 600;
    margin: 15px;
}

.card-wrapper .card:nth-child(4):after {
    content: '';
    background-color: var(--secondary-color);
    position: absolute;
    top: 0;
    bottom: 0;
    right: 0;
    left: 0;
    height: 100%;
    width: 100%;
    background: linear-gradient(180deg, rgba(60, 0, 118, 0) 0%, rgba(60, 0, 118, 100) 100%);
}

.card-wrapper .card:nth-child(5) {
    width: 15%;
    height: 200px;
    background-image: url(assets/images/card5-bg.webp);
    border-radius: 30px;
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    position: relative;
    overflow: hidden;
    display: flex;
    align-items: center;
    justify-content: end;
    padding: 10px 7px 20px 7px;
}

.arrow {
    height: 35px;
    width: 35px;
    font-size: 40px;
    rotate: 35deg;
    background-color: var(--body-color);
    color: var(--dark-text);
    border-radius: 50%;
    position: absolute;
    top: 15px;
    right: 15px;
    display: flex;
    justify-content: center;
    align-items: center;
}

.card-wrapper .card:nth-child(5) a {
    color: var(--body-color);
    z-index: 1;
    font-size: 22px;
    font-weight: 600;
}

.copyright {
    text-align: center;
    padding: 20px 0;
    background-color: var(--secondary-color);
    color: var(--body-color);
    border-top: 0.5px solid #520094;
}

/* about us */
.solution-section .container {
    margin-bottom: 70px;
}

.cta {
    margin-top: 32px;
    gap: 34px;
}

.hiden-lg {
    display: none;
}

.abt-section {
    padding-top: 200px;
    padding-bottom: 80px;
}

.abt-para {
    padding-top: 10px;
    padding-right: 35px;
}

/* solutions */
.swiper {
    width: 100%;
    height: 100%;
}

.swiper-slide {
    color: var(--body-color);
    height: 450px !important;
    padding: 20px 30px;
    background: var(--gradient-background);
    border-radius: 30px;;
    border-radius: 55px;
    z-index: 1;
    font-size: 22px;
    font-weight: 600;
    display: inline-block;
    margin: 15px;
    text-align: center;
    position: relative;
    overflow: hidden;
    transition: .5s;
}

@media (min-width: 800px) {
    .swiper-slide {
        width: 500px !important;
    }

    .swiper-slide:first-child {
        margin-left: calc((100% - 1380px) / 2);
    }
}



.swiper-slide h3 {
    padding: 20px 25px;
    background-color: var(--body-color);
    color: var(--dark-text);
    border-radius: 55px;
}

.swiper-slide .arrow {
    top: inherit;
    position: absolute;
    bottom: 40px;
    right: 40px;
}

.sphere {
    position: absolute !important;
    z-index: 2;
}

.swiper-slide .sphere:nth-child(1) {
    width: 216.52px;
    height: 216.52px;
    border-radius: 50%;
    background-color: var(--secondary-background);
    bottom: -50px;
    left: -5px;
}

.swiper-slide .sphere:nth-child(2) {
    width: 103.99px;
    height: 103.99px;
    border-radius: 50%;
    background-color: var(--secondary-background);
    opacity: 65%;
    bottom: 107px;
    left: 125px;
}

.swiper-slide-active {
    width: 700px !important;
}

.swiper-slide-active .arrow {
    display: none
}

.swiper-slide-active .scdr-btn {
    color: var(--body-color);
}

.swiper-slide img {
    aspect-ratio: 2.9/4.4;
    border-radius: 30px;
    height: 0;
    object-fit: cover;
    object-position: center;
}

.swiper-slide-active .card-content-wrapper {
    display: flex;
    justify-content: space-between;
}

.swiper-slide-active .card-content {
    display: flex;
    flex-direction: column;
    align-items: start;
    justify-content: space-between;
    text-align: left;
    position: relative;
    z-index: 2;
    width: 140%;
}

.card-content p,
.card-content a {
    display: none;
}

.swiper-slide-active p {
    transition: none;
}

.swiper-slide-active h3 {
    background-color: transparent;
    padding: 30px 0;
    color: var(--body-color);
}

.swiper-slide-active .sphere {
    display: none;
}

.swiper-slide-active p,
.swiper-slide-active a {
    display: block;
}

.swiper-slide-active img {
    height: auto;
}


/* scroll section */

.pin-spacer {
    overflow: hidden !important;
}

.scroll-section {
    position: sticky;
    background: var(--gradient-background);
}

.text-wrapper {
    height: 100vh;
    width: fit-content;
}

.img-wrapper {
    width: 800px;
    object-fit: cover;
    object-position: top;
    height: 100vh;
    /* border-radius: 50%; */
    display: inline-block;
}

.scroll-text {
    display: flex;
    flex-wrap: nowrap;

    font-size: 200px;
    color: var(--light-text);
    white-space: nowrap;
    /* transform: translateX(10%);  */
    align-items: center;
    gap: 20px;
}



/* industries */

.ind-title {
    margin-bottom: 70px;
}

.indus-item {
    margin-bottom: 120px;
}

.accordion-item {
    margin: 25px 0;
    border-radius: 20px !important;
    border: none;
    overflow: hidden;
}

.accordion-item h3 {
    margin: 0;
}

.accordion-header {
    border-top-left-radius: 30px;
    border-top-right-radius: 30px;
}

.accordion-item .accordion-button {
    background-color: var(--secondary-background);
    color: var(--dark-text);
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.accordion-item .collapsed {
    background-color: var(--secondary-background);
    color: var(--dark-text);
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.accordion-item:hover .accordion-button:hover {
    background-color: var(--secondary-color);
    color: var(--body-color);
}

.accordion-button:focus-visible {
    border: none;
    outline: none;
}

.accordion-button:focus {
    box-shadow: none;
}

.accordion-body {
    padding: 15px 15px 30px 15px;
    background-color: var(--secondary-color);
    color: var(--body-color);
}

.accordion-button {
    padding: 30px 20px;
}

.ind-list li i {
    font-size: 8px;
}

.ind-list li {
    display: flex;
    gap: 12px;
    align-items: center;
    font-size: 16px;
}

.accordion-button::after {
    display: none;
}

.plus i {
    font-size: 33px;
}

.accordion-button:not(.collapsed) {
    background-color: var(--secondary-color);
    /* Red background when active */
    color: var(--body-color);
    /* Change text color if needed */
}

.accordion-button:not(.collapsed) .plus i {
    rotate: -40deg;
}

.accordion-button:not(.collapsed) .plus i:before {
    transform: rotate(-90deg);
    transition: .5s;
}

.bi::before {
    transition: .5s;
}

/* blogs */

.blog-section {
    background-color: #d7cecb3d;
}

.news {
    margin-top: 70px;
}

.date {
    display: inline-block;
    padding: 15px 0;
}

.date p {
    padding: 5px 10px;
    font-size: 10px;
    color: var(--primary-color);
    border: 1px solid var(--primary-color);
    border-radius: 20px;
}

.h-blog-card h3 {
    color: var(--dark-text);
}

.h-blog-card img {
    aspect-ratio: 4/3;
    object-fit: cover;
    object-position: center;
    border-radius: 30px;
}


/* footer */

.footer-section {
    background-color: var(--secondary-color);
    position: relative;
    overflow: hidden;
}

.logo-icon {
    width: 350px;
}



.contact ul {
    font-size: 22px;
}

.social-icon {
    display: flex;
    justify-content: center;
    font-size: 27px;
    gap: 30px;
}

.footer-links {
    margin-top: 90px;
}

.footer-desc {
    font-weight: 600;
    color: white;
    font-size: 18px;
    margin-bottom: 27px;
}

.footer-section a {
    color: var(--body-color);
}

.links {
    display: flex;
    gap: 40px;
    font-weight: 600;
    font-size: 18px;
}



.footer-section h3 {
    font-size: 15px;
    font-weight: 100;
    color: var(--body-color);
    text-align: center;
    padding-top: 12px;
}

.oval {
    position: absolute;
    z-index: 2;
}

.footer-section .oval:nth-child(1) {
    width: 350px;
    height: 350px;
    border-radius: 50%;
    background-color: #CDB6F8;
    opacity: 20%;
    bottom: -114px;
    right: -25px;
}

.footer-section .oval:nth-child(2) {
    width: 120px;
    height: 120px;
    border-radius: 50%;
    background-color: #CDB6F8;
    opacity: 10%;
    bottom: 189px;
    right: 159px;
}

.blog-details-banner {
    padding: 200px 0 120px 0;
}

/* about page */

.stand-by-section {
    background-color: #d7cecb3d;
}

.hero-section {
    background-image: url('assets/images/about-us.webp');
    background-size: cover;
    background-position: center;
    height: 100vh;
    display: flex;
    justify-content: center;
    align-items: center;
    color: #fff;
    position: relative;
}

.hero-section::after {
    content: '';
    background-color: var(--secondary-color);
    position: absolute;
    top: 0;
    bottom: 0;
    right: 0;
    left: 0;
    height: 100%;
    width: 100%;
    background: linear-gradient(180deg, rgba(51, 51, 51, 0.3) 0%, rgba(51, 51, 51, 1) 100%);
    z-index: 1;
}

.content-section p {
    font-size: 22px;
    font-weight: 600;
    padding: 20px 120px;
}

.abt-text {
    padding-top: 297px;
    position: relative;
    z-index: 2;
}



.abt-text-2 {
    display: none;
}

.content-section a {
    padding: 20px;
}

.card-abt {
    width: 419.64px;
    height: 420px;
    margin: 20px;
    padding: 50px 50px;
    display: flex;
    background-color: var(--secondary-color);
    color: var(--body-color);
    flex-direction: column;
    justify-content: space-between;
}



.card-1 h3 {
    font-size: 44px;
    color: var(--dark-text);
}



.icon-fill {
    fill: var(--body-color);
}


.card-abt:nth-child(5) .srvc-card {
    padding-bottom: 10px;
}

.card-1 {
    background-color: transparent;
    padding: 50px 50px;
}

.card img {
    width: 82px;
    height: 83.12px;
}

/* industries */

.industry-section {
    background-position: center !important;
    background-size: cover !important;
    height: 100vh;
    display: flex;
    justify-content: center;
    align-items: center;
    color: #fff;
    position: relative;
    background-repeat: no-repeat !important;
}

.industry-section::after {
    content: '';
    background-color: var(--secondary-color);
    position: absolute;
    top: 0;
    bottom: 0;
    right: 0;
    left: 0;
    height: 100%;
    width: 100%;
    background: linear-gradient(180deg, rgba(51, 51, 51, 0.3) 0%, rgba(51, 51, 51, 1) 100%);
    z-index: 1;
}

.indus-text {
    padding-top: 297px;
    position: relative;
    z-index: 2;
}

/* My CSS */

.header {
    position: fixed;
    top: 0;
    width: 100%;
    z-index: 999;
    background-color: #fff;
    padding: 5px 10px;
}

.ind-img {
    aspect-ratio: 4/3.5;
    object-fit: cover;
    object-position: center;
    border-radius: 30px;
    transform: rotate(-10deg);
}

.indus-wrapper {
    overflow: hidden;
}

.indus-wrapper h3 {
    font-size: 52px;
    margin-bottom: 35px;
    color: var(--primary-color);
}

.ind-conten-list li {
    padding-bottom: 20px;
    color: var(--dark-text);
}

.ind-conten-list span {
    font-size: 20px;
    display: block;
    font-weight: 600;
    margin-bottom: 12px;
}

.tab-content {
    margin-top: 50px;
}

.nav-tabs {
    background-color: transparent;
    border-radius: 50PX;
    padding: 10px 15px;
    gap: 5px;
    border: 1px solid var(--border);
}


.nav-tabs .nav-item .nav-link {
    border-radius: 50px;
    border: none;
}

.nav-tabs .nav-item .nav-link:hover {
    background-color: var(--primary-color);
    border: none;
    color: var(--light-text);
}

.nav-tabs .nav-item .active {
    background-color: var(--primary-color);
    color: var(--light-text);
}


/* scroll industries */

.spacer {
    width: 100%;
    height: 10vh;
    background: #ddd;
}


.gallery h1 {
    font-size: clamp(2em, 4vw, 6em);
}

.gallery p {
    font-size: clamp(1.4em, 2.5vw, 3.5em);
    line-height: 1.4;
}


.gallery {
    display: flex;
    /* outline:1px solid red; */
}

.left {
    width: 50%;
}

.right {
    height: 100vh;
    /* outline:1px solid purple; */
    width: 50%;
    display: flex;
    flex-direction: column;
    justify-content: center;
}

.desktopContent {
    margin: auto;
    width: 80%;
}

.desktopContentSection {
    min-height: 100vh;
    /* outline:1px solid green; */
    display: flex;
    flex-direction: column;
    justify-content: center;
}


.desktopPhotos {
    width: 40vw;
    height: 40vw;
    border-radius: 20px;
    position: relative;
    overflow: hidden;
    box-shadow: 4px 4px 4px rgba(0, 0, 0, 0.4);
}

.desktopPhoto {
    position: absolute;
    width: 100%;
    height: 100%;
}




.red {
    background: crimson;
}

.green {
    background: MediumSeaGreen;
}

.blue {
    background: dodgerblue;
}

.pink {
    background: deepPink;
}

.yellow {
    background-color: yellow;
}


/* small screen / mobile layout */
.mobileContent {
    display: none;
    width: 80vw;
}

.mobilePhoto {
    width: 80vw;
    height: 80vw;
    margin-top: 5em;
    border-radius: 6vw;
}



.content {
    height: 100vh;
    background-color: black;
}


/* defines styles for screens up to 599px wide */
@media screen and (max-width: 599px) {
    .left {
        display: none;
    }

    .right {
        height: auto;
        width: 100%;
        align-items: center;
    }

    .desktopPhotos {
        display: none;
    }

    .mobileContent {
        display: block;
    }

}




/* Blogs page */
.insights-section {

    background-position: top;
    background-size: cover;
    height: 100vh;
    display: flex;
    justify-content: center;
    background-repeat: no-repeat;
    align-items: center;
    color: #fff;
    position: relative;
}

.insights-section::after {
    content: '';
    background-color: var(--secondary-color);
    position: absolute;
    top: 0;
    bottom: 0;
    right: 0;
    left: 0;
    height: 100%;
    width: 100%;
    background: linear-gradient(180deg, rgba(51, 51, 51, 0.3) 0%, rgba(51, 51, 51, 1) 100%);
    z-index: 1;
}

.insights {
    padding-top: 297px;
    position: relative;
    z-index: 2;
}

/* service page */
.service-section {
    background-image: url(assets/images/card3-bg.webp);
    background-position: center;
    background-size: cover;
    height: 100vh;
    display: flex;
    justify-content: center;
    align-items: center;
    color: #fff;
    position: relative;
}

.service-section::after {
    content: '';
    background-color: var(--secondary-color);
    position: absolute;
    top: 0;
    bottom: 0;
    right: 0;
    left: 0;
    height: 100%;
    width: 100%;
    background: linear-gradient(180deg, rgba(51, 51, 51, 0.3) 0%, rgba(51, 51, 51, 1) 100%);
    z-index: 1;
}

.service {
    padding-top: 297px;
    position: relative;
    z-index: 2;
}

/* services */

.cost-section {
    padding-top: 180px;
}

.cost-section h1{
    width: 80%;
}

.cost-section .cost-text{
    font-size: 22px;
    font-weight: 600;
    color: #747474;
    padding-top: 45px;
}

.cost-section .focus-text{
    color: var(--dark-text);
}

.cost-section .go-down{
    font-size: 16px;
    color: #747474;
    padding-top: 80px;
}

 .cost-img img{
    aspect-ratio: 16/7;
    object-fit: cover;
    object-position: center;
    width: 90%;
    margin: auto;
    display: block;
    border-radius: 30px;
}

.cost-head-text{
    margin-bottom: 70px;
}

.srvc-content .cost-circle{
    width: 30px;
    height: 30px;
    border-radius: 50%;
    background: var(--secondary-color);
    margin-bottom: 55px;
    
}

.srvc-content{
    padding: 50px 50px;
    display: flex;
    background-color: var(--secondary-background);
    color: var(--dark-text);
    flex-direction: column;
    justify-content: space-between;
    border-radius: 30px;
    margin-top: 25px;
    height: 95%;
}
/* .sec-banner .banner-2-wrapper{
    background-image: url(assets/images/blog-img-1.webp);
    border-radius: 0px;
    width: 100%;
    height: 600px;
    background-position: center;
    background-size: cover;
} */

.srvc-content h3 {
    margin-bottom: 35px;
}

.blog-details-title {
    font-size: 46px;
    width: 80%;
}

.blog-content-wrapper h2 {
    font-size: 38px;
    padding-bottom: 7px;
}


.blog-content-wrapper ul {
    list-style-type: disc;
}

.bl-higlight {
    font-weight: 600;
}

.blog-content-wrapper p {
    margin-bottom: 20px;
    font-size: 18px;
}

.blog-content-wrapper .last-para {
    margin-bottom: 100px;
}

.blog-content-wrapper .s-last-para {
    margin-bottom: 50px;
}

.high-icon {
    padding-right: 20px;
    color: var(--secondary-color);
}

/* Responsive Design for about*/

.srvc-c {
    border: 1px solid var(--secondary-color);
    background-color: var(--secondary-background);
    color: var(--dark-text);
}

/* contact page */

.contact-banner {
    height: 100vh;
    padding: 150px 50px 50px 50px;
    background-position: bottom;
    background-size: cover;
    background-repeat: no-repeat;
}

.form-input-field {
    border-style: none none solid;
    border-width: 1px 1px 1px;
    border-color: var(--border);
    color: var(--primary-color);
    background-color: #0000;
    border-radius: 0;
    height: 44px;
    margin-bottom: 5px;
    padding-left: 0;
    font-size: 14px;
    line-height: 32px;
    padding: 8px 0px;
    width: 100%;
}

.form-group {
    margin-bottom: 20px;
}

.form-message-input-field {
    min-height: 80px;
    margin-bottom: 30px;
    padding-top: 0;
}

.contact-form-label {
    color: var(--secondary-color);
}

.sbmt-btn {
    display: block;
    overflow: hidden;
    transform: translateZ(0);
    transition: transform .3s;
    font-weight: 500;
    padding: 12px 30px;
    border-radius: 50px;
    text-decoration: none;
    color: #fff;
    cursor: pointer;
    border: none;
    background: var(--primary-color);
}

.form-input-field:focus {
    border-color: var(--primary-color);
    outline: 0;
}

.error-message {
    color: red;
    font-size: 12px;
}

.form-section h2 {
    margin-bottom: 70px;
}

@media (min-width: 992px) {
    .navbar-expand-lg .navbar-nav .dropdown-menu {
        position: absolute;
        top: 61px;
        padding: 20px 0;
        background: var(--gradient-background);
        border: none;
        border-radius: 0;
    }

    .navbar-expand-lg .navbar-nav .dropdown-menu a {
        transition: .3s;
        color: var(--light-text);
    }

    .navbar-expand-lg .navbar-nav .dropdown-menu a:hover {
        color: var(--dark-text);
    }
}

@media(max-width:1024px) {

    .card-wrapper {
        gap: 10px;

    }

    .card-wrapper .card1,
    .card2 {
        padding: 25px 12px 50px 12px;
    }

    .card-wrapper h3 {
        font-size: 18px;
    }

    .card-wrapper p {
        font-size: 16px;
    }

    .card-wrapper .card:nth-child(4) span {
        padding: 20px 10px;
    }

    .card-wrapper .card:nth-child(3) span {
        padding: 10px 5px;
    }

    .card-wrapper .card:nth-child(3) {
        height: 466px;
    }

    .card-wrapper .card:nth-child(4) {
        height: 340px;
    }

    .card-wrapper .card:nth-child(5) a {
        font-size: 16px;
    }

    h2 {
        font-size: 36px;
    }

    p {
        font-size: 16px;
    }

    .h-blog-card img {
        aspect-ratio: 1/1;
    }

    .h-blog-card h3 {
        font-size: 16px;
    }

    h3 {
        font-size: 28px;
    }

    section {
        padding: 70px 0px;
    }

    .scroll-section {
        padding: 0 !important;
    }

    .scroll-text {
        font-size: 110px;
    }

    .card-abt-text {
        height: 180px;
        padding: 30px 30px;
    }

    h1 {
        font-size: 60px;
    }

    .const-img {
        margin-top: 25px;
    }

    .const-p-text {
        padding: 25px 0px;
    }

    .const-high {
        padding-top: 10px;
    }
}

@media (max-width: 992px) {
    .ind-img {
        margin-bottom: 50px;
        display: block;
    }

    .navbar-collapse {
        padding: 30px 20px;
        border-radius: 20px;
        background-color: var(--body-color);
        border: 1px solid #dddddd;
        margin-top: 20px;
    }

    .navbar-toggler i {
        font-size: 26px;
    }
}

@media(max-width:768px) {

    .hero-section {
        height: 600px;
    }

    .banner-section {
        padding: 150px 0 100px 0;
    }

    .hero-section h1 {
        font-size: 2rem;
    }

    .stand-by-section .card {
        margin-bottom: 30px;
    }

    .scroll-text {
        font-size: 34px;
    }

    .section-gap {
        padding: 70px 0px;
    }

    .card-wrapper {
        flex-wrap: wrap;
        gap: 10px;
    }

    .card-wrapper .card:nth-child(1) {
        width: 49%;
        height: 246px;
    }

    .card-wrapper .card:nth-child(2) {
        width: 49%;
        height: 100%;
    }

    .card-wrapper .card2 {
        padding: 12px 25px 46px 12px;
    }

    .card-wrapper .card:nth-child(3) {
        width: 100%;
    }

    .card-wrapper .card:nth-child(1) img {
        width: 57%;
    }


    .card-wrapper .card:nth-child(4) {
        width: 49%;
        height: 200px;
    }

    .card-wrapper .card:nth-child(5) {
        width: 49%;
    }

    .social-icon {
        font-size: 24px;
        padding: 20px;
        display: flex;
        justify-content: start;
    }

    .hiden-sm {
        display: none;
    }

    .hiden-lg {
        display: block;
    }

    .scroll-section {
        padding: 0 !important;
    }

    .scroll-text {
        font-size: 76px;
    }

    h3 {
        font-size: 24px;
    }

    .news {
        margin-top: 50px;
        display: flex;
        gap: 30px;
    }

    .abt-text {
        padding-top: 175px;
    }

    .content-section p {
        padding: 20px;
    }

    .contact {
        display: flex;
        justify-content: start;
        margin-top: 23px;
    }

    .const-p-text {
        padding: 25px 0px;
    }

    .const-img {
        margin-top: 25px;
    }

    .const-high {
        padding-top: 10px;
    }

    .card-section {
        padding: 0 16px;
    }

    .cost-section{
        padding-top: 120px;
    }

    .do-down{
        font: 14px;
    }

    .cost-section h1{
        font-size: 52px;
        width: 100%;
    }

    .cost-img img {
        aspect-ratio: 4/3;
        width: 95%;
    }

    .cost-section .go-down {
        display: none;
    }

}

@media(max-width:600px) {

    h1 {
        font-size: 45px;
    }

    .card-wrapper .card:nth-child(1) {
        height: 290px;
    }

    .scroll-text .img-wrapper {
        width: 400px;
    }

    .scroll-section {
        padding: 0;
    }

    .scroll-text {
        font-size: 50px;
    }

    .swiper-slide {
        width: 80% !important;
    }

    .swiper-slide h3 {
        font-size: 22px;
        padding: 10px 12px;
    }

    .swiper-slide-active {
        width: 350px !important;
    }

    .swiper-slide-active h3 {
        padding: 20px 0;
    }

    .card-img {
        display: none;
    }

    .hiden-sm {
        display: none;
    }

    .hiden-lg {
        display: block;
    }

    .card-wrapper .card:nth-child(1) {
        width: 100%;
        height: 200px;
    }

    .card-wrapper .card:nth-child(2) {
        width: 100%;
    }

    .card-wrapper .card:nth-child(4) {
        width: 100%;
    }

    .card-wrapper .card:nth-child(5) {
        width: 100%;
    }

    .h-blog-card h3 {
        font-size: 24px;
    }

    .const-high {
        padding-top: 10px;
    }

    .const-p-text {
        padding: 25px 0px;
    }

    .indus-item {
        margin-bottom: 70px;
    }
    .dropdown-item{
        white-space: wrap !important;
    }
}




@media(max-width:425px) {
    .card-wrapper .card:nth-child(1) {
        width: 100%;
        height: 200px;
    }

    .card-wrapper .card:nth-child(2) {
        width: 100%;
    }

    .card-wrapper .card:nth-child(4) {
        width: 100%;
    }

    .card-wrapper .card:nth-child(5) {
        width: 100%;
    }

    .links {
        padding-top: 20px;
    }

    .scroll-text .img-wrapper {
        width: 400px;
    }

    .scroll-section {
        padding: 0;
    }

    .scroll-text {
        font-size: 50px;
    }
}