@media screen and (max-width: 600px) {
    header .custom-navbar {
        padding: 0 0.5rem !important;
    }
    header .custom-navbar a img {
        width:30%;
    }
    .partnership-section {
    padding: 8rem 0.5rem 2rem 0.5rem!important;
    
}
.our-clients-container .img-box {
    padding: 0 0.5rem;
}
.our-clients-container .img-box img {
    width: 90px;
}
.partnership-container {
    flex-direction: column;
}
.partnership-content-container {
    padding: 0;
    margin-top: 2rem;
}
.about-us-img-box {
    width: 100%;
    padding: 0 1rem 2rem 1rem;
}
.about-us-content-box {
    text-align: center;
}
.about-us-img-box img {
    height: 400px;
}


    .header-slider-right li a{
        text-align: center;
    }
    .header-slider-right li {
        list-style-type: none;
        padding-bottom: 1rem;
        text-align: center;
        
      }
      .header-slider-right li a {
        font: 400 1.5rem var(--primary-font);
        color: var(--black-color);
        text-decoration: none;
      }
      .menu-side-btn{
        font-size: 1.5rem;
        color: white;
      }


    .navbar-brand {
    width:50%;
    }
    .custom-nav{
        padding-left:0.5rem;
    }
    header {
        backdrop-filter: blur(10px);
    }
    .custom-nav .enquire-now-btn{
        margin:1rem 0;
    }
    .navbar-toggler{
        color:#ffff;
        padding-right:0.5rem;
        border: none;
    }
    .home-banner-section{
        height:100%;
    }
    .home-banner-content-box h1 {
        font: 900 4rem "Inter Black";
        letter-spacing: 0.1rem;
    }
    .home-banner-content-box p {
        font: 300 1.5rem "DM Sans Regular";
        margin-top:5rem;
    }
    .introduction-section {
        flex-direction: column;
        padding: 5rem 0.5rem 1rem 0.5rem !important;
        height:auto;
    }
    .introduction-content p{
        padding-top: 1rem!important;
        text-align: center;
        letter-spacing:0;
    }
    .introduction-content{
        padding-right: 0 !important;
        padding-left: 0 !important;
    }
    .heading-content h1 {
        font: 900 2.5rem "Inter Black";
        padding-top: 1rem;
    }
    .about-us-section {
        flex-direction: column;
        padding: 0.5rem 0.5rem !important;
        height:auto
    }
    .about-us-section .heading-content h1 {
        font: 900 2.5rem "Inter Black";
        color: var(--black-color);
        margin-bottom: 0.75rem;
        line-height: 2.2rem;
    }
    .about-us-para-1{
        padding-top: 1rem!important;
    }
    .about-us-content{
        padding-right: 0 !important;
        padding-left: 0 !important;
        flex-direction: column;
    }
    .about-us-section .heading-content p {
        text-align:left;
        letter-spacing:0!important;
        padding: 0 0.5rem;
    }
    .why-we-exist-box-big .read-more-btn {
    padding: 0.75rem 2rem;
    border: 1px solid var(--black-color);
    border-radius: 30px;
    width: fit-content;
    /* text-align: center; */
    margin-inline: auto;
}
    .highlights-section {
        height:auto;
        padding:2rem 0.5rem;
    }
    .why-us-section{
        padding:0 0 1.5rem 0.5rem;
    }
    .why-us-heading-box h2 {
        font: 900 2.5rem "Inter Black";
        text-align: center;
    }
    .event-heading-container {
        padding: 10rem 0;
    }
    .why-us-heading-box{
        padding:1rem 0 1rem 0!important;
    }
    .for-mobile {
        display:block;
    }
    .for-desktop {
        display:none;
    }
    /*-----------------------------------our clients section-----------------------------------*/
    .our-clients-section{
        padding:2rem 0.5rem 0 0.5rem;
    }
    .our-clients-heading-box {
        padding:0;
    }
    .our-clients-container {
        padding: 0rem 1rem 1rem 1rem !important;
}
    .our-clients-section {
        height: auto; /* Adjust height dynamically */
        padding: 2rem 1rem; /* Reduce padding for smaller screens */
        text-align: center;
    }
    .our-clients-heading-box h2 {
        font: 900 2.5rem "Inter Black";
        text-align: center;
        margin-bottom: 2rem;
    }

    .our-clients-container,
    .our-clients-container-2{
        display: flex;
        flex-direction: row; /* Stack logos in a single column */
        align-items: center; /* Center align logos */
        gap: 0; /* Space between logos */
        padding: 0; /* Remove extra padding */
        overflow: auto;
    }

    .img-box {
        width: 100%; /* Full width */
        display: flex;
        justify-content: center; /* Center logos */
        padding: 0.5rem 0; /* Adjust spacing */
    }

    .our-clients-container .img-box img {
        width:100px; /* Adjust image size */
        height: auto;
    }
    .our-clients-container-2 .img-box img {
        width:100px; /* Adjust image size */
        height: auto;
    }
    /*----------------------footer--------------------------------*/
    .footer-section {
        padding: 2rem 0.5rem 2rem 0.5rem;
    }
    .mail-box a {
        font: 900 1rem "Inter Black";
        padding-left: 0.5rem!important;
    }
    .contact-container {
        padding-left:0.5rem;
        text-align: left;
    }
    .footer-custom-container-2 {
        float: left;
    }
    .footer-copyright-box {
        margin-right:0;
    }
    .footer-copyright-box p {
        font: 300 0.6rem "Alexandria";
        padding-top: 1rem;
    }
    .footer-btn {
        bottom: 60px;
        right: 0;
    }
    .footer-btn a {
        font: 300 0.6rem "Alexandria";
    }
    
    /*------------------------form-----------------------------------*/
    .fixed-button {
        bottom:13%;
        right: 10px;
        width: 50px;
        height: 50px;    
    }
    .form-content {
        width: 80%;
        padding: 50px 10px;
    }
    .home-banner-section .row, .home-banner-video-box {
        height: 90vh;
        }
    /*----------------------event section---------------------------*/
    .events-section {
        height: 70vh;
    }
    .events-section .event-slide::before {
        height: 100%;
    }
    .events-slider img.for-desktop{
        display:none;
    }
    .events-slider img.for-mobile{
        display:block;
        width: 100%;
    }
    .event-heading-slide {
        margin-top: 30px;
    }
    .event-navs-box {
        left: 20%;
        padding-bottom: 2rem;
    }
    .event-heading-slider .slick-slide h2 {
        scale: 0.65;
    }
    .event-heading-slide h2 {
        font: 900 3rem "Inter Black";
    }
    .events-section .event-slide {
        height: auto;
    }
}
/* @media screen and (min-width: 1440px){
    .introduction-section {
        padding: 0 20rem !important;
    }
    .heading-content p {
        font: 400 1.8rem "Inter Light";
        line-height: 3rem;
    }
    .about-us-section .heading-content p {
        font: 400 1.8rem "Inter Light";
        line-height: 3rem;
    }
    .about-us-section{
        padding: 0 20rem !important;
    }
} */
@media (max-width: 1400px) and (min-width: 1000px) {
    
    .navbar-expand-lg .navbar-collapse {
        display: flex !important;
        margin: auto;
        justify-content: space-between;
    }

    .navbar-expand-lg .navbar-nav {
        flex-direction: row;
        text-align: center;
        margin: auto;
    }
}

    .highlights-section {
        display: flex;
        align-items: center;
    }
    .events-section .event-slide {
        height: auto;
    }
    .events-section {
        height: auto;
    }
    .event-navs-box {
        bottom: 1rem;
    }
    .highlights-custom-carousel-class .owl-nav {
        width: 100%;
        padding-left: 0;
        padding-top: 2rem;
    }
    .our-clients-heading-box {
        /* text-align: center; */
    }
    .our-clients-section {
        padding: 0rem 5rem 0 5rem;
        display: flex;
        align-items: center;
    }
    .our-clients-container-3 {
        display: flex;
        justify-content: center;
        padding: 0 0;
    }
    
    .our-clients-container .img-box img {
        max-width: 80%; /* Adjust image size */
        height: auto;
    }
    .our-clients-container-2 .img-box img {
        max-width: 60%; /* Adjust image size */
        height: auto;
    }

    /* .about-us-section {
        margin: 5rem 0;
    } */
    .break-tag{
        display: none;
    }
    .our-clients-container-2 {
        justify-content: center;
        padding: 0 0;
    }
    .our-clients-container-2 .img-box {
        display: flex;
    }
    .our-clients-container {
        justify-content: center;
        padding: 0 0;
    }

    .contact-container {
         padding-left: 0;
    }
    .contact-container img{
        width: 1.5rem;
    }










}

@media screen and (min-width: 1430px) {
    header .custom-navbar a img {
        width: 8rem;
    }
    header .custom-navbar ul a, header .custom-navbar ul a:hover {
        font: 500 1.5rem "Inter Regular";
    }
    .highlights-section {
        display: flex;
        align-items: center;
    }
    .highlights-custom-carousel-class .owl-nav {
        margin-top: 0;
        padding: 0 0;
        padding-top: 4rem;
    }
    .events-section .event-slide {
        height: auto;
    }
    .events-section {
        height: auto;
    }
    
.event-navs-box {
    bottom: 2rem;
}


.our-clients-section {
    padding: 0rem 5rem 0 5rem;
    display: flex;
    align-items: center;
}
.our-clients-container-2 {
    justify-content: center;
    padding: 1rem 0;
}
.our-clients-container-2 .img-box {
    display: flex;
}
.our-clients-container {
    justify-content: center;
    padding: 0 0;
}
.our-clients-container-3 {
    display: flex;
    justify-content: center;
    padding: 0 0;
}
.break-tag{
    display: none;
}

.heading-content h1 {
    font: 900 5rem "Inter Black";
}
.heading-content p {
    font: 400 1.3rem "Inter Light";
    line-height: 2rem;
}
.about-us-section .heading-content h1 {
    font: 900 5rem "Inter Black";
}
.about-us-section .heading-content p {
    font: 500 1.3rem "Inter Light";
    line-height: 2rem;
}
.highlights-custom-carousel-class .owl-nav button img {
    width: 5rem;
}
.event-navs-box .event-btn {
    width: 6rem;
    height: 6rem;
}
.why-us-carousel-class .owl-nav button img {
    width: 5rem;
}

.footer-nav-links p a {
    font: 300 1.2rem "DM Sans Regular";
}
.contact-container a {
    font: 300 1.2rem "DM Sans Regular";
}
.contact-container {
    padding-left: 0;
}
.contact-container img{
    width: 2rem;
}



    
}



    

