@media(max-width:1400px){
    .contact-map iframe{
        height: 352px;
    }

    
}

@media(min-width:1350px){

    .container {
        width: 1300px;
    }
    .navbar-custom .navbar-nav > li > a{
        font-size: 17px;
    }
    .theme-container.local-attraction li.grid-item.grid-item-sm-3 img {
        height: 212px;
    }
}
@media(min-width:991px){

    .theme-box.theme-box-xl{
        min-height: 601px;
      }
}

@media(max-width:480px){
     .bannerSpeaker .row{
        display: flex;
    }
    .bannerSpeaker .row .col-md-3{
        margin-bottom: 20px
    }
    .bannerSpeaker .image-card img{
        object-fit:unset !important;
    }

    .marquee-container{
        width: 90vw;
    }

}
@media(max-width:768px){
   
    .theme-box.theme-box-lg {
        min-height: auto !important;
    }
    .theme-box.theme-box-sm {
        min-height: auto !important;
    }
    .theme-container .theme-box .theme-icon-wrapper {
        text-align: center !important;
    }

    .theme-box.theme-box.theme-box-xxl {
        min-height: auto;
    }
    .section {
        padding: 20px 0;
    }
    table {
        overflow: auto;
        /* height: 100vh; */
        width: 100%;
        display: block;
    }
    .row.organizing-committee .col {
        width: 100%;
    margin: 0px !important;
    flex-grow: 1;
    }
    .site-header .intro h1 {
        font-size: 22px;
    }
    .site-header .intro h2 {
        font-size: 18px;
    }

    .intro .btn {
       font-size: 22px;
    }
    .marquee-container p {
        font-size: 20px;
    }

    .row:has(.s2-team_img_text){
        /* display: block; */
        margin: 0px !important;
    }

    #gallery {
        padding: 30px 10px;
    }
    .gallery-slider img{
        height: 300px;
        object-fit: cover;
    }

    .saas_two_team_section.contact-us .contactUsFirstCard .s2-team_img_text .s2_tean_text {
        width: 70%;
        word-wrap: break-word;
    }
    
    .bannerBtn {
        display: flex;
        align-items: baseline;
        justify-content: center;
        flex-direction: column;
        gap: 20px;
    }
 
}


@media (max-width: 850px){
.col-md-3, .col-md-4{
    flex-grow: 1;
    width: 100%;
}
.theme-container.local-attraction li.grid-item.grid-item-sm-3 img {
    height: auto;
}
.row.organizing-committee {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    gap: 20px;
}
}
@media (max-width: 1400px){
    .gallery-slider.swiper.swiper-initialized.swiper-horizontal.swiper-pointer-events img {
        width: 100%;
        height: 200px;
        object-fit: cover;
    }
    .gallery-slider.swiper.swiper-initialized.swiper-horizontal.swiper-pointer-events img {
        height: 200px;
        object-fit: cover;
    }
    .saas_two_team_section .s2-team_img_text{
        margin-bottom: 15px;
        width: 100%;
    }
   
}


@media(max-width:899px) and (min-width:769px){
    .row.themeRow .col-md-3,.row.themeRow .col-md-4{
        width: 50% !important;
    }

    .theme-box.theme-box-sm {
        min-height: 351px;
    }

    .theme-box.theme-box-lg {
        min-height: 374px !important;
    }

    .grid-item-sm-3 {
        width: 50%;
        min-height: 253px;
    }
    .row.organizing-committee .col {
        width: auto;
        float: left;
        margin-left: 16px;
        flex-grow: 1;
    }

    .swiper-slide img {
        vertical-align: middle;
        height: 199px;
        width: 100%;
    }
}

@media (min-width: 1300px) and (max-width: 1600px)
#hero .image-card img {
    height: 200px !important;
}