@media (min-width: 1441px) {
    .heading1 {
        font-size: 50px;
    }
    .heading2 {
        font-size: 32px;
    }
    .heading4 {
        font-size: 24px;
    }
}

@media (min-width: 1201px) {
    .ar-vr-differ p {
        padding-left: 65px;
        height: 23%;
    }
    .ar-vr-differ p::before {
        width: 50px;
        left: 0;
    }
    .heading2 {
        font-size: 32px;
    }
    .heading1 {
        font-size: 40px;
    }
    .metaverse-swiper .swiper .swiper-slide .swiper-card .swiper-img{
        width: 250px !important;
        height: 300px !important;
    }
}

@media (min-width: 1201px) and (max-width: 1399px) {
    .swiper.main_swiper {
        height: 350px;
        margin-top: 25px;
    }
    .swiper.main_swiper h2 {
        font-size: 35px !important;
        line-height: 50px !important;
    }
    .ar-tools .arrow-bg {
        position: relative;
        padding-top: 100px;
    }
    .ar-tools .arrow-bg img {
        position: absolute;
        height: 1050px;
    }
    /* .ul__tech-list {
        margin-left: 100px;
    } */
}


/* @media (min-width: 1400px) {
    .ul__tech-list {
        & li {
            &:nth-last-child(6) {
                grid-column-start: 4 !important;
                grid-row: 7 / span 4 !important;
            }
            &:nth-last-child(5) {
                grid-column-start: 4 !important;
                grid-row: 3 / span 4 !important;
            }
        }
    }
} */

@media (min-width: 1200px) {
    .section__bg-image .div__parallaxed-image {
        width: 100%;
        height: 100vh;
    }
    /* & li {
            &:nth-child(-1n + 3) {
                grid-row: span 4 !important;
                grid-column-start: 1 !important;
            }
            &:nth-last-child(6) {
                grid-column-start: 2;
                grid-row: span 5;
            }
            &:nth-last-child(5) {
                grid-column-start: 3;
                grid-row: 11 / span 5;
            }
            &:nth-last-child(4) {
                grid-column-start: 3;
                grid-row: 3 / span 4;
            }
            &:nth-last-child(3) {
                grid-column-start: 3;
                grid-row: 7 / span 4;
            }
            &:nth-last-child(2) {
                grid-column-start: 2;
                grid-row: 3 / span 4;
            }
            &:nth-last-child(1) {
                grid-column-start: 2;
                grid-row: 7 / span 4;
            }
        } */
    .ul__tech-list li:nth-child(-n+3) {
        grid-row: span 4 !important;
        grid-column-start: 1 !important;
    }
    .ul__tech-list li:nth-child(4) {
        grid-column-start: 2;
        grid-row: 3 / span 4;
    }
    .ul__tech-list li:nth-child(5) {
        grid-column-start: 2;
        grid-row: 7 / span 4;
    }
    .ul__tech-list li:nth-child(6) {
        grid-column-start: 3;
        grid-row: 3 / span 4;
    }
    .ul__tech-list li:nth-child(7) {
        grid-column-start: 3;
        grid-row: 7 / span 4;
    }
    .ul__tech-list li:nth-child(8) {
        grid-column-start: 4;
        grid-row: 3 / span 4;
    }
    .ul__tech-list li:nth-child(9) {
        grid-column-start: 4;
        grid-row: 7 / span 4;
    }
    /* .smart-tech{
        & .ul__tech-list{
            & li{
                &:nth-last-child(2){
                    grid-column-start: 2;
                    grid-row: 1 / span 4;
                }
                &:nth-last-child(1) {
                    grid-column-start: 2;
                    grid-row: 5 / span 4;
                }
                &:nth-last-child(4){
                    grid-column-start: 3;
                    grid-row: 1 / span 4;
                }
                &:nth-last-child(3) {
                    grid-column-start: 3;
                    grid-row: 5 / span 4;
                }
                &:nth-last-child(7) {
                    grid-column-start: 2;
                    grid-row: 9 / span 4;
                }
                &:nth-last-child(8) {
                    grid-column-start: 3;
                    grid-row: 9 / span 4;
                }
                &:nth-last-child(9) {
                    grid-column-start: 4;
                    grid-row: 1 / span 4;
                }
                &:nth-last-child(6) {
                    grid-column-start: 4;
                    grid-row: 9 / span 4;
                }
                &:nth-last-child(5) {
                    grid-column-start: 4;
                    grid-row: 5 / span 4;
                }
            }
        }
    } */
    /* .ul__tech-list_11 {
        & li:nth-child(4) {
            grid-row: 9 / span 4;
            grid-column-start: 2;
        }
        
        & li:nth-child(5) {
            grid-row: 9 / span 4;
            grid-column-start: 3;
        }
    
        & li:nth-last-child(1) {
            grid-column-start: 2;
            grid-row: 5 / span 4;
        }
    
        & li:nth-last-child(2) {
            grid-column-start: 2;
            grid-row: 1 / span 4;
        }
    
        & li:nth-last-child(3) {
            grid-column-start: 3;
            grid-row: 5 / span 4;
        }
    
        & li:nth-last-child(4) {
            grid-column-start: 3;
            grid-row: 1 / span 4;
        }
    } */
    .leashing-solution .grid-row {
        grid-template-columns: 33.33% 33.33% 33.33%;
    }
    .leashing-solution .grid-row .card-container:nth-child(1),
    .leashing-solution .grid-row .card-container:nth-child(3),
    .leashing-solution .grid-row .card-container:nth-child(5) {
        background-color: rgb(255, 85, 0);
    }
    .leashing-solution .grid-row .card-container:nth-child(2),
    .leashing-solution .grid-row .card-container:nth-child(4),
    .leashing-solution .grid-row .card-container:nth-child(6) {
        background-color: #110d27;
    }
    .ar-immersive .card-container:nth-child(1),
    .ar-immersiv .card-container:nth-child(3),
    .ar-immersiv .card-container:nth-child(6),
    .ar-immersiv .card-container:nth-child(8),
    .ar-immersiv .card-container:nth-child(9),
    .ar-immersiv .card-container:nth-child(11) {
        background-color: #ff5500;
    }
    .ar-immersive .card-container:nth-child(2),
    .ar-immersiv .card-container:nth-child(4),
    .ar-immersiv .card-container:nth-child(5),
    .ar-immersiv .card-container:nth-child(7),
    .ar-immersiv .card-container:nth-child(10),
    .ar-immersiv .card-container:nth-child(12) {
        background-color: #110d27;
    }

    @media (min-width: 1200px) {
    .ar-immersive .grid-row {
        grid-template-columns: 31% 31% 31% !important;
    }
}
}

@media (min-width: 1200px) and (max-width: 1399px) {
    .div__tech-stack .nav-link img {
        width: 87%;
    }
    .ul__tech-list li:nth-child(4) {
        grid-column-start: 2;
        grid-row: 1 / span 4;
    }
    .ul__tech-list li:nth-child(5) {
        grid-column-start: 2;
        grid-row: 5 / span 4;
    }
    .ul__tech-list li:nth-child(6) {
        grid-column-start: 2;
        grid-row: 9 / span 4;
    }
    .ul__tech-list li:nth-child(7) {
        grid-column-start: 3;
        grid-row: 1 / span 4;
    }
    .ul__tech-list li:nth-child(8) {
        grid-column-start: 3;
        grid-row: 5 / span 4;
    }
    .ul__tech-list li:nth-child(9) {
        grid-column-start: 3;
        grid-row: 9 / span 4;
    }
    .ul__tech-list.ul__tech-list_11 li:nth-child(10) {
        grid-row: span 4;
        grid-column-start: 1;
    }
    .ul__tech-list.ul__tech-list_11 li:nth-child(11) {
        grid-row: 13 / span 4;
        grid-column-start: 2;
    }
    .ul__tech-list.ul__tech-list_12 li:nth-last-child(1) {
        grid-row: 13 / span 4;
        grid-column-start: 3;
    }
    .metaverse-swiper .swiper .swiper-slide .swiper-card .swiper-img {
        width: 270px;
        height: 270px;
    }
}

@media (max-width: 1199px) {
    .div__tech-stack .nav-link img {
        width: 80%;
    }
    .ul__tech-list {
        grid-template-rows: unset;
        gap: 25px;
    }
    .ul__tech-list li {
        min-height: 125px;
    }
    .ul__tech-list li:nth-child(6) {
        grid-row: span 4;
        grid-column-start: 1;
    }
    .ul__tech-list li:nth-child(7) {
        grid-row: 11 / span 4;
        grid-column-start: 2;
    }
    .ul__tech-list li:nth-child(8) {
        grid-row: span 4;
        grid-column-start: 1;
    }
    .ul__tech-list li:nth-child(9) {
        grid-row: 15 / span 4;
        grid-column-start: 2;
    }
    .ul__tech-list.ul__tech-list_11 li:nth-child(7) {
        grid-row: span 4;
        grid-column-start: 1;
    }
    .ul__tech-list.ul__tech-list_11 li:nth-child(8) {
        grid-row: 13 / span 4;
        grid-column-start: 2;
    }
    .ul__tech-list.ul__tech-list_11 li:nth-child(9) {
        grid-row: span 4;
        grid-column-start: 1;
    }
    .ul__tech-list.ul__tech-list_11 li:nth-child(10) {
        grid-row: 17 / span 4;
        grid-column-start: 2;
    }
    .ul__tech-list.ul__tech-list_11 li:nth-child(11) {
        grid-row: span 4;
        grid-column-start: 1;
    }
    .ul__tech-list.ul__tech-list_12 li:nth-child(12) {
        grid-row: 21 / span 4;
        grid-column-start: 2;
    }
}

@media (min-width: 992px) and (max-width: 1024px) {
    .div__box-bg {
        width: 200px;
    }
    .section__intersection-bg {
        background-size: 100% 70%;
    }
    .section__intersection-bg h4 {
        font-size: 20px;
    }
    .div__margin-bottom {
        margin-bottom: 2rem;
    }
    .section___dimension-bg {
        background-size: 100% 100% !important;
    }
    .div__approach-list li {
        max-width: 75px;
    }
}

@media (min-width: 1024px) and (max-width: 1200px) {
    #section_banner .swiper {
        height: 385px;
    }
    .img__banner-image {
        right: 4rem;
        max-width: 38%;
    }
    .div__achievement-bg {
        max-width: calc(100% - 4rem);
    }
    .div__box-bg {
        width: 200px;
    }
    .div__box-bg span:first-child {
        font-size: calc(1.425rem + 2.1vw);
    }
    .section___dimension-bg {
        background-size: 100% 80%;
    }
    .section__intersection-bg {
        background-size: 100% 65%;
    }
    .div__margin-bottom {
        margin-bottom: 1rem;
    }
    .section__margin-x {
        margin-left: 2rem;
        margin-right: 2rem;
    }
    .section__approach-height {
        min-height: calc((300px * 2) + 100px);
    }
    .div__approach-list li {
        max-width: 80px;
    }
    .section__margin-y {
        margin-top: 2rem;
        margin-bottom: 2rem;
    }
    .section__testimonial-bg .swiper {
        min-height: 490px;
    }
    .ul__social-icons li {
        width: 32px;
        height: 32px;
    }
}

@media (min-width: 992px) and (max-width: 1199px) {
    .popular-ar .text {
        /* font-size: 14px;
        left: 40%;
        transform: translate(-34%, -50%); */
        padding: 10px;
        width: inherit;
    }
    .ar-vr-differ p {
        padding-left: 65px;
    }
    .ar-vr-differ p::before {
        width: 50px;
        left: -26px !important;
    }
    .ar-tools .right-border {
        height: 20%;
    }
    .ar-tools .right-border ol li {
        font-size: 15px;
        padding-left: 10px;
    }
    .ar-tools .left-border {
        height: 20%;
    }
    .ar-tools .left-border ol li {
        font-size: 15px;
        padding-left: 10px;
    }
    .ar-tools .heading3 {
        font-size: 20px;
    }
    .ar-tools .green-bottom {
        margin-top: 100px;
    }
    .ar-tools .arrow-bg {
        position: relative;
        padding-top: 150px;
    }
    .ar-tools .arrow-bg img {
        position: absolute;
        height: 1150px;
    }
    .ar-immersive .grid-row {
        display: grid;
        gap: 10px;
        grid-template-columns: 31% 31% 31% !important;
        justify-content: center;
    }
    .ar-immersive .grid-row .card-container:nth-child(1),
    .card-container:nth-child(3),
    .card-container:nth-child(5),
    .card-container:nth-child(7),
    .card-container:nth-child(9),
    .card-container:nth-child(11) {
        background-color: #ff5500;
    }
    .ar-immersive .grid-row .card-container:nth-child(2),
    .card-container:nth-child(4),
    .card-container:nth-child(6),
    .card-container:nth-child(8),
    .card-container:nth-child(10),
    .card-container:nth-child(12) {
        background-color: #110d27;
    }
    .ar-choose h5 {
        font-size: 17px;
    }
    .faq-sec .accordion .accordion-header br {
        display: none;
    }
    .ul__services-li li {
        width: calc((100% / 2) - 40px);
    }
    .ul__services-li li:nth-child(4n + 2) {
        background-color: #9874c5;
    }
    .ul__services-li li:nth-child(4n + 2) h3 {
        color: #2f184d;
    }
    .ul__services-li li:nth-child(4n + 3) {
        background-color: #D68760;
    }
    .ul__services-li li:nth-child(4n + 3) h3 {
        color: #752802;
    }
    .heading2 {
        font-size: 30px;
    }
    .heading1 {
        font-size: 40px;
    }
}

@media (min-width: 768px) and (max-width: 991px) {
    .ul__services-li li {
        width: calc((100% / 2) - 40px);
        padding: 35px 25px;
    }
    .section__bg-image {
        background-position: center;
        background-size: cover;
        overflow: hidden;
    }
    .img__banner-image {
        max-width: 100%;
        inset: 80px 0 0;
        filter: brightness(0.3);
    }
    #section_banner .swiper {
        height: 375px;
    }
    .section__testimonial-bg .swiper {
        min-height: 515px;
    }
    .section__margin-y {
        margin-top: 2rem;
        margin-bottom: 2rem;
    }
    .section__padding-y {
        padding-top: 2rem;
        padding-bottom: 2rem;
    }
    .span__left-indent {
        left: 0;
    }
    .div__achievement-bg {
        background-size: cover;
        border-radius: 4rem;
        margin-top: 6rem;
    }
    .div__margin-minus_top {
        margin-top: -50px;
    }
    .div__box-bg {
        width: 250px !important;
    }
    .ul__tech-list {
        width: 100%;
        margin-left: 0px;
    }
    .div__tech-stack .nav-link img {
        display: none !important;
    }
    .section__margin-x {
        margin-left: 2rem;
        margin-right: 2rem;
    }
    .section__approach-height {
        min-height: auto;
    }
    .div__approach-list ul {
        overflow: hidden;
    }
    .div__approach-list::before {
        top: 0;
        left: 50%;
        width: 10px;
        height: 100%;
        transform: translateX(-50%);
    }
    .div__approach-list li {
        left: calc((50% * (-1)) + 5px);
        text-align: end;
    }
    .div__approach-list li span::before {
        top: 50%;
        right: 0;
        left: auto;
        transform: translateY(-50%);
    }
    .div__approach-list li div {
        width: calc(100% / 2);
        margin-left: auto;
        margin-right: 15px;
    }
    .div__approach-list li:nth-child(even) {
        left: 50%;
        text-align: start;
        transform: none;
    }
    .div__approach-list li:nth-child(even) span::before {
        left: -5px;
    }
    .div__approach-list li:nth-child(even) div {
        margin-left: 10px;
    }
    .section__intersection-bg {
        background-size: 100% 75%;
    }
    .section__intersection-bg h4 {
        font-size: 18px;
    }
    .div__margin-bottom {
        margin-bottom: 2rem;
    }
    .section___dimension-bg {
        background-size: cover;
        border-radius: 4rem;
        /* margin-top: 14rem; */
    }
    .section___dimension-bg .section__padding-x {
        padding: 0;
    }
    /* .section___dimension-bg img {
        width: 55%;
        margin-top: -11rem;
    } */
    .section__footer-form {
        margin-top: -15rem;
    }
    .div__contact-form {
        position: relative;
        margin-bottom: 3rem;
    }
    /* .popular-ar .text {
        font-size: 14px;
        left: 40%;
        transform: translate(-34%, -50%);
    } */
    .ar-vr-differ p {
        padding-left: 65px;
        height: auto;
    }
    .ar-vr-differ p::before {
        width: 50px;
        left: 0;
    }
    .ar-tools .right-border,
    .ar-tools .left-border {
        height: auto;
    }
    .ar-tools .green-bottom {
        margin-top: 0px;
    }
    .ar-immersive .grid-row {
        display: grid;
        grid-template-columns: 50% 50%;
        gap: 10px;
    }
    .ar-immersive .grid-row .card-container:nth-child(1),
    .card-container:nth-child(4),
    .card-container:nth-child(5),
    .card-container:nth-child(8),
    .card-container:nth-child(9),
    .card-container:nth-child(12) {
        background-color: #ff5500;
    }
    .ar-immersive .grid-row .card-container:nth-child(2),
    .card-container:nth-child(3),
    .card-container:nth-child(6),
    .card-container:nth-child(7),
    .card-container:nth-child(10),
    .card-container:nth-child(11) {
        background-color: #110d27;
    }
    .ar-choose .bottom-border {
        height: auto;
    }
    .heading2 {
        font-size: 28px;
    }
    .heading1 {
        font-size: 35px;
    }
    .section___dimension-bg .swiper-wrapper .div__slide-bg {
        height: 75%;
    }
}
@media screen and (max-width:1199px){
    .navbar-nav .nav-item .nav-link{color:#222;}
}
@media (max-width: 991px) {
    .section__bg-image {
        background-position: center;
        background-size: cover;
        overflow: hidden;
    }
    .img__banner-image {
        max-width: 100%;
        inset: 80px 0 0;
        filter: brightness(0.3);
    }
    #section_banner .swiper {
        height: 375px;
    }
    .section__testimonial-bg .swiper {
        min-height: 450px;
    }
    .section__margin-y {
        margin-top: 2rem;
        margin-bottom: 2rem;
    }
    .section__padding-y {
        padding-top: 2rem;
        padding-bottom: 2rem;
    }
    .section___dimension-bg .section__padding-x {
        padding: 0 1rem;
    }
    .span__left-indent {
        left: 0;
    }
    .div__achievement-bg {
        background-size: cover;
        max-width: calc(100% - 3rem);
        border-radius: 4rem;
        margin-top: 6rem;
    }
    .div__margin-minus_top {
        margin-top: -50px;
    }
    .div__box-bg {
        width: 250px !important;
    }
    .ul__tech-list {
        width: 100%;
        margin-left: 0px;
    }
    .div__tech-stack .nav-link img {
        display: none !important;
    }
    .section__margin-x {
        margin-left: 2rem;
        margin-right: 2rem;
    }
    .section__approach-height {
        min-height: auto;
    }
    .div__approach-list ul {
        overflow: hidden;
    }
    .div__approach-list::before {
        top: 0;
        left: 50%;
        width: 10px;
        height: 100%;
        transform: translateX(-50%);
    }
    .div__approach-list li {
        left: calc((50% * (-1)) + 5px);
        text-align: end;
    }
    .div__approach-list li span::before {
        top: 50%;
        right: 0;
        left: auto;
        transform: translateY(-50%);
    }
    .div__approach-list li div {
        width: calc(100% / 2);
        margin-left: auto;
        margin-right: 15px;
    }
    .div__approach-list li:nth-child(even) {
        left: 50%;
        text-align: start;
        transform: none;
    }
    .div__approach-list li:nth-child(even) span::before {
        left: -5px;
    }
    .div__approach-list li:nth-child(even) div {
        margin-left: 10px;
    }
    .div__approach-list li span {
        width: 160px;
        height: 2px;
        background-color: #000;
        transition: all .45s cubic-bezier(0.65, 0, 0.076, 1);
    }
    .div__approach-list li span::after {
        content: "";
        position: absolute;
        top: -4px;
        left: -8px;
        border-top: 5px solid transparent;
        border-bottom: 5px solid transparent;
        border-right: 9px solid #000;
        border-left: unset;
    }
    .div__approach-list li:nth-child(even) span::after {
        top: auto;
        left: auto;
        right: -13px;
        bottom: -4px;
        border-top: 5px solid transparent;
        border-left: 9px solid #000;
        border-right: 5px solid transparent;
        border-bottom: 5px solid transparent;
    }
    .div__approach-list li:nth-child(even):hover span::after {
        border-left: 9px solid var(--primary-color);
        border-top: 5px solid transparent;
        border-right: 5px solid transparent;
    }
    .div__approach-list li:hover span {
        width: 90px;
        height: 2px;
    }
    .div__approach-list li:hover span::after {
        border-right: 9px solid var(--primary-color);
        border-left: 5px solid transparent;
        border-bottom: 5px solid transparent;
    }
    .div__approach-list li:nth-child(4n + 2) span,
    .div__approach-list li:nth-child(4n + 3) span {
        width: 90px;
        height: 2px;
    }
    .div__approach-list li:nth-child(4n + 2):hover span,
    .div__approach-list li:nth-child(4n + 3):hover span {
        width: 160px;
        height: 2px;
    }
    .section___dimension-bg {
        background-size: cover;
        border-radius: 3rem;
        /* margin-top: 14rem; */
    }
    .section__footer-form {
        margin-top: -15rem;
    }
    .div__contact-form {
        position: relative;
        margin-bottom: 3rem;
    }
    .section__subscribe-newsletter {
        background-size: cover;
    }
    .ul__services-li {
        gap: 25px;
    }
    h4.font__medium {
        font-size: 15px;
    }
}

@media (max-width: 767px) {

    .div__tech-stack .nav-link {
        width:227px !important ;
    }
    .navbar-brand img {
        max-width: 90px;
    }
    .section__bg-image {
        height: 100%;
        padding: 4rem 0;
    }
    .img__banner-image {
        top: auto;
        bottom: 0;
    }
    .main_swiper,
    .div__btn-padding {
        padding-left: 10px !important;
        margin-top: 25px;
    }
    .ul__tech-list {
        grid-auto-columns: 100px;
        gap: 25px;
    }
     .ul__tech-list li img{
        width: 45px;
        height:45px;
        object-fit: contain;
     }
    .ul__tech-list h5 {
        font-size: 15px;
    }
    .div__tech-stack {
        overflow: auto;
    }
    .div__tech-stack .nav-link {
        font-size: 14px;
        padding: 8px 13px;
        white-space: nowrap;
    }
    .ul__services-li {
        /* overflow: unset; */
        min-height: 980px;
    }
    .ul__services-li li {
        width: 100%;
        padding: 15px;
    }

    .ul__services-lis li {
           width: 100%;
    }
    .ul__service-list li {
        width: 100%;
    }
    .section___dimension-bg {
        border-radius: 2rem;
        margin-top: 4rem;
    }
    .section__intersection-bg {
        background-size: cover;
        border-radius: 2rem;
    }
    .div__approach-list {
        margin: 0;
    }
    .div__approach-list li div {
        width: calc((100% / 2) - 10px);
    }
    .div__approach-list li span {
        width: 130px;
    }
    .div__approach-list li:nth-child(4n + 2):hover span,
    .div__approach-list li:nth-child(4n + 3):hover span {
        width: 130px;
    }
    .section__testimonial-bg .swiper {
        min-height: 560px;
    }
    .div__margin-bottom {
        margin-bottom: 2rem;
    }
    .div__contact-form {
        width: 100%;
        padding: 2rem;
        top: 6rem;
    }
    .popular-ar .text {
        /* font-size: 14px;
        left: 40%;
        transform: translate(-34%, -50%); */
        padding: 10px;
        width: inherit;
    }
    .ar-vr-differ p {
        padding-left: 65px;
        font-size: 16px;
        height: auto;
    }
    .ar-vr-differ p::before {
        width: 50px;
        left: -17px !important;
    }
    .ar-tools .right-border,
    .ar-tools .left-border {
        height: auto;
    }
    .ar-tools .green-bottom {
        margin-top: 0px;
    }
    .ar-immersive .grid-row {
        display: grid;
        /* grid-template-columns: 100%; */
        gap: 10px;
    }
    .ar-immersive .grid-row .card-container:nth-child(odd) {
        background-color: #ff5500;
    }
    .ar-immersive .grid-row .card-container:nth-child(even) {
        background-color: #110d27;
    }
    .ar-choose .bottom-border {
        height: auto;
    }
    .ar-choose br {
        display: none;
    }
    .ar-choose h5 {
        margin-bottom: 20px !important;
    }
    .faq-sec br {
        display: none;
    }
    .faq-sec .accordion-button {
        font-size: 16px;
    }
    .metaverse-realestate-banner h2 {
        font-size: 35px;
    }
    .ar-banner .banner-secribtion {
        font-size: 15px;
    }
    .heading2 {
        font-size: 24px;
    }
    .heading1 {
        font-size: 21px;
        padding-top: 100px;
    }
    .heading3 {
        font-size: 20px;
    }
    br {
        display: none;
    }
    .div__wrap-mob>div {
        width: 100%;
    }
    #services-menu .offcanvas-header img{max-width: 145px !important;}
    
}

@media (max-width: 360px) {
    .navbar .navbar-brand img {
        max-width: 110px;
    }
}

@media (max-width: 576px) {
    .vh-sm-100 {
        height: 0% !important;
        padding: 100px 0px;
    }
    .section__fixed-icons {
        position: fixed;
        right: 0px;
        top: 20%;
        width: auto;
        height: auto;
        z-index: 2;
    }
    .home-heading{
        font-size: 20px !important;
        padding-top: 20px;
    }
    .custom-fs {
        font-size: 0.8rem !important; /* Example */
      }
}

@media (max-width: 425px) {
    .metaverse-swiper .swiper .swiper-button-next {
        right: 30%;
        top: 96%;
        left: 60%;
        background-image: url('https://firebee.sgp1.cdn.digitaloceanspaces.com/bidbits_laraval10/assets1/images/down-arrow.webp');
        background-position: center;
        background-repeat: no-repeat;
        background-size: cover;
        transform: rotate(-90deg);
        }
    .metaverse-swiper .swiper .swiper-button-prev {
        right: 59%;
        top: 91%;
        left: auto;
        background-image: url('https://firebee.sgp1.cdn.digitaloceanspaces.com/bidbits_laraval10/assets1/images/down-arrow.webp');
        background-position: center;
        background-repeat: no-repeat;
        background-size: cover;
        transform: rotate(90deg);
    }
}


@media (min-width: 426px) and (max-width: 768px) {
    .metaverse-swiper .swiper .swiper-button-next {
        right: 30%;
        top: 91%;
        left:62%;
        background-image: url('https://firebee.sgp1.cdn.digitaloceanspaces.com/bidbits_laraval10/assets1/images/down-arrow.webp');
        background-position: center;
        background-repeat: no-repeat;
        background-size: cover;
        transform: rotate(-90deg);
        }
    .metaverse-swiper .swiper .swiper-button-prev {
        right: 59%;
        top: 91%;
        left: auto;
        background-image: url('https://firebee.sgp1.cdn.digitaloceanspaces.com/bidbits_laraval10/assets1/images/down-arrow.webp');
        background-position: center;
        background-repeat: no-repeat;
        background-size: cover;
        transform: rotate(90deg);
    }
}

