@media only screen and (max-width: 600px) {}

@media only screen and (min-width: 601px) and (max-width: 766px) {}

@media only screen and (max-width: 767px) {

    .slider-section {
        background-image: url(../images/slider1-mobile.avif);
    }
    .banner-section{
        background-image: url(../images/contact-bg.avif);
        height: 220px;

    }
    .event-section {
        background-size: contain; /* Adjusts background image for smaller screens */
    }
    .text-2x-large {
        font-size: 40px;
        line-height: 40px;

    }

    .slider-caption {
        margin-bottom: -60%;
    }


    .slider-caption-inner{
        margin-bottom: -10%;
    }

    .text-large {
        font-size: 24px;
        line-height: 35px;

    }

.event-div {
    margin-top: -8em;
    margin-bottom: 4em;
}

.event-scroll {

    max-height: 350px;

}
.regular {

    font-size: 15px;
    line-height: 25px;

}
.text-x-large {
    font-size: 36px;
    line-height: 40px;

}
.parallex-section {
    min-height: 300px;

}
.mt-15px {
    margin-top: -5px;
}
.owlCarousel3 .owl-dots {
    display: block !important;

    text-align: center;
}
.owlCarousel3 .owl-dot {
    height: 8px;
    width: 20px;
    margin: 10px 4px;
    background-color: #25a8e1!important;
    border: 1px solid #25a8e1!important;
    border-radius: 30px;
    transition: .5s ease-in-out
}

.owlCarousel3 .owl-dot.active {
    height: 8px;
    width: 30px;
    margin: 10px 4px;
    background-color: #4cc89f!important;
    border: 1px solid #4cc89f!important;
    border-radius: 30px;
    transition: .5s ease-in-out
}
.large-40 {
    font-size: 30px;
    line-height: 30px;

}
#zoom-button {

    bottom: 40%;
}

.sidenav {
    height: 100%;
    width: 0;
    position: fixed;
    z-index: 1;
    top: 0;
    left: 0;
    background-color: #eeeeee;
    overflow-x: hidden;
    transition: 0.5s;
    padding-top: 60px;
  }

  .sidenav a {
    padding: 5px 30px 5px 30px;
    text-decoration: none;
    /* font-size: 25px; */
    color: #818181;
    display: block;
    transition: 0.3s;
    text-align: center;
}

.sidenav .closebtn {
    position: absolute;
    top: 0;
    right: -1.5em;
    margin-left: 0;
}

  #zoom-button {
    right: -215px;
   }

   .map {
    height: 300px;
}
.text-3x-large {
    font-size: 40px;
    line-height: 40px;

}
.mt-75 {
    margin-bottom: 0em;
}
.about-page2 {

    margin-bottom: 10px;
}
.list-dontaion .card-body .text-medium {
    font-size: 13px;

}


.text-medium {
    font-size: 20px;
    line-height: 27px;

}



  .event-title{
    display: none !important;
  }
  .fc-view-container * {
    height: auto !important;
  }

  .owlCarousel2 .owl-prev {

         left: unset;
        right: 1.3em;
        top: -0.6em;

}
.owlCarousel2 .owl-next {

   left: unset;
        right: 0.2em;
        top: -0.6em;

}

.event-times {

    display: none;
}


.fc-day-grid-event {
    display: block;
    height: 100%;
    width: 100%;
    margin: 0;
    border-width: 0px 0px 0px 4px;
    box-sizing: border-box;
    background-color: unset !important;
    padding: 5px !important;
    width: 12px !important;
    height: 12px !important;
    border-width: unset !important;
    border-radius: 50% !important;
}

.list-dontaion ul{
    display: inline !important;
}

}

@media screen and (min-width: 768px) and (max-width: 991px) {

    .slider-section {
        background-image: url(../images/slider1-tab.avif);
    }
    .banner-section{
        background-image: url(../images/contact-bg.avif);
        height: 375px;

    }

    .d-tab-none{
        display: none !important;
    }

    .d-tab-block{
        display: block !important;
    }
    .event-div {
        margin-top: -12em;
        margin-bottom: 5em;
    }
    .slider-caption {
        margin-bottom: -35%;


    }

    .owlCarousel2 .owl-prev {

        left: -3%;

    }
    .owlCarousel2 .owl-next {

        right: -3%;

    }
    .parallex-section {
        min-height: 400px;

    }
    #zoom-button {
        right: -218px;
       }

       .map {
        height: 400px;
    }


.sidenav {
    height: 100%;
    width: 0;
    position: fixed;
    z-index: 1;
    top: 0;
    left: 0;
    background-color: #eeeeee;
    overflow-x: hidden;
    transition: 0.5s;
    padding-top: 60px;
  }

  .sidenav a {
    padding: 8px 8px 8px 32px;
    text-decoration: none;
    font-size: 25px;
    color: #818181;
    display: block;
    transition: 0.3s;
  }

  .sidenav a:hover {
    color: #f1f1f1;
  }

  .sidenav .closebtn {
    position: absolute;
    top: 0;
    right: 25px;

    margin-left: 50px;
  }
  .text-medium {
    font-size:20px;
    line-height: 32px;

}

.mt-75 {
    margin-bottom: -5.75em;
}

.about-page2 {

    margin-bottom: 80px;
}


.event-section {

    height: auto;
    min-height: auto;
}




}



@media (min-width: 992px) and (max-width: 1199px) {

    .base {

        font-size: 15px;

    }
    .text-medium {
        font-size: 20px;

    }

    .regular {

        font-size: 14px;
        line-height: 25px;

    }
    .small-m {

        font-size: 12px;

    }

.large-40 {
    font-size: 36px;

}

.parallex-section {
    min-height: 400px;

}
.text-large {
    font-size: 30px;
    line-height: 40px;

}

.owlCarousel2 .owl-prev {

    left: -3%;

}
.owlCarousel2 .owl-next {

    right: -3%;

}

.map {
    height: 500px;
}

.about-page2 {
    min-height: 440px;

}


}






@media (min-width: 1400px) {


}
