@import url('https://fonts.googleapis.com/css2?family=Montserrat:wght@200;300;400;500;600;700;800;900&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Poppins:wght@100;200;300;400;500;600;700;800;900&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Playfair+Display:ital,wght@0,400..900;1,400..900&family=Roboto:ital,wght@0,100;0,300;0,400;0,500;0,700;0,900;1,100;1,300;1,400;1,500;1,700;1,900&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Mukta:wght@200;300;400;500;600;700;800&family=Playfair+Display:ital,wght@0,400..900;1,400..900&family=Roboto:ital,wght@0,100;0,300;0,400;0,500;0,700;0,900;1,100;1,300;1,400;1,500;1,700;1,900&display=swap');

@import url('https://fonts.googleapis.com/css2?family=Arsenal+SC:ital,wght@0,400;0,700;1,400;1,700&family=Mukta:wght@200;300;400;500;600;700;800&family=Playfair+Display:ital,wght@0,400..900;1,400..900&family=Roboto:ital,wght@0,100;0,300;0,400;0,500;0,700;0,900;1,100;1,300;1,400;1,500;1,700;1,900&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Arsenal+SC:ital,wght@0,400;0,700;1,400;1,700&family=Mukta:wght@200;300;400;500;600;700;800&family=Playfair+Display:ital,wght@0,400..900;1,400..900&family=Playwrite+BE+VLG:wght@100..400&family=Roboto:ital,wght@0,100;0,300;0,400;0,500;0,700;0,900;1,100;1,300;1,400;1,500;1,700;1,900&display=swap');

@import url('https://fonts.googleapis.com/css2?family=Arsenal+SC:ital,wght@0,400;0,700;1,400;1,700&family=Gupter:wght@400;500;700&family=Mukta:wght@200;300;400;500;600;700;800&family=Playfair+Display:ital,wght@0,400..900;1,400..900&family=Playwrite+BE+VLG:wght@100..400&family=Roboto:ital,wght@0,100;0,300;0,400;0,500;0,700;0,900;1,100;1,300;1,400;1,500;1,700;1,900&display=swap');
:root {
    --primary-color: #0B242F;
    --primary-font: 'Roboto', sans-serif;
    --secondary-font: 'Poppins', sans-serif;



    --border-color: hsl(220, 68%, 97%);
    --body-color: hsl(220, 100%, 99%);
    --main-color: #418e61;

    --primary-shadow: 0 2px 8px hsla(220, 68%, 12%, .1);
}
* {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
}

body {
   font-family: "Mukta", sans-serif;
    position: relative;
    overflow-x: hidden;
    background-color: var(--body-color);
}




.large-device-only {
    display: block;
}

.small-device-only {
    display: none;
}

html {
    scroll-behavior: smooth;
}

ul {
    list-style: none;
    padding-left: 0;
}

a {
    text-decoration: none;
}
h3{
    font-size: 25px;
    font-weight: 600;
    margin-bottom: 10px;
}
p{
    font-size: 14px;
    line-height: 1.8;
    text-align:justify;
}
.nav_link {
    font-size: 16px!important;
}
.main-btn {
    display: inline-flex;
    align-items: center;
    column-gap: 5px;
   background:#0B242F!important;
    padding: 7px 36px !important;
    color: #fff !important;
    /* border-radius: 15px!important; */
    font-weight: 500;
    transition: all 0.3s;
    position: relative;
    overflow: hidden;
    z-index: 1;
    border-radius: 3px;
    font-size: 16px;
    line-height: 28px;
    /* margin-top: 10px; */
    /* border: 2px solid transparent; */
     transition: transform 0.3s ease, border-color 0.3s ease, color 0.3s ease; /* Smooth transition for the scale effect and other styles */
}

.main-btn i {
    font-size: 18px;
    transition: transform .3s;
}

.main-btn:hover {
    transform: scale(1.05); /* Slightly increases the size of the button */
   
}

.section_heading {
    text-align: start;
    font-size: 36px;
    font-weight: 800;
    letter-spacing: 1px;
    font-family: var(--primary-font);

    margin-bottom: 10px;
    /* padding: 30px 0 0; */
    position: relative;
}
/* .section_heading::after{
    position: absolute;
    bottom: -10px;
    left: 50%;
    transform: translateX(-50%);
    width: 100px;
    height: 3px;
    background-color: var(--primary-color);
    content: '';
} */

section {
    padding: 50px 0;
}

.grid {
    display: grid;
    margin-bottom: 0px;
}

/* Custom Css end */




nav {
  width: 100%;
    height: 75px;
    box-shadow: 0 4px 6px rgba(0, 0, 0, 0.1), 
                0 1px 3px rgba(0, 0, 0, 0.08);
}

nav .wrapper {
    position: relative;
    /*margin: auto;*/
    display: flex;
    align-items: center;
    justify-content: space-between;
     padding-top:10px;
}

.wrapper .logo{
   width: 164px;
    
}

.wrapper .nav-links {
    display: inline-flex;
    margin-bottom: 0;
}

.nav_link {
     font-size: 14px;
     padding:0px 20px;
   color: var(--primary-color);
    cursor: pointer;
    text-decoration: none;
    transition: all 1s;
    /*display: inline-block;*/
    position: relative;
    font-weight:bold;

}

.nav_link::after {
    position: absolute;
    content: '';
    width: 100%;
    transform: scaleX(0);
    height: 2px;
    bottom: -3px;
    left: 0;
    background-color:var(--primary-color);
    transform-origin: bottom center;
    transition: transform 0.25s ease-out;
}

.nav_link:hover {
    color:#000;
}

.nav_link:hover::after {
    transform: scaleX(1);
    transform-origin: bottom center;
}





.nav-links .drop-menu {
    background-color: #fff;
    width: 200px;
    top: 85px;
    line-height: 45px;
    position: absolute;
    opacity: 0;
    visibility: hidden;
    box-shadow: var(--primary-shadow);
    /* border-bottom-left-radius: 10px;
    border-bottom-right-radius: 10px; */
}
.nav-links .administration-menu{
    width: 250px !important;
}
.nav-links li:hover .drop-menu,
.nav-links li:hover .mega-box {
    z-index: 9999;
    top: 100px;
    opacity: 1;
    visibility: visible;
    transition: all .3s ease;
}
header .submenu{
    background-color: #fff;
    width: 200px;
    left: 250px;
    line-height: 45px;
    position: absolute;
    opacity: 0;
    visibility: hidden;
    box-shadow: var(--primary-shadow);
}
.nav-links .submenu_link:hover .submenu{
    z-index: 9999;
    top: 0px;
    right: -200px;
    opacity: 1;
    visibility: visible;
    transition: all .3s ease;
}

header li .desktop-item i,
header li .mobile-item i{
    float: right;
    /* margin-right: 15px; */
}
.drop-menu li:last-child{
    border-bottom-left-radius: 10px;
    border-bottom-right-radius: 10px;
}
.drop-menu li:hover{
    background-color: #f7f7f7;
}
.drop-menu li a {
    width: 100%;
    display: block;
    padding: 0 0 0 15px;
    font-weight: 400;
}

/* .mega-box .content .row{
    width: calc(25% - 30px);
    line-height: 45px;
} */
.nav-links .mobile-item{
    display: none;
}
.nav-links a{
    display: inline-flex;
    gap: 3px;
}

.wrapper .btn{
    color: var(--primary-color);
    font-size: 26px;
    cursor: pointer;
    display: none;
}
.wrapper .btn.cancel-btn{
    position: absolute;
    right: 5px;
    top: 12px;
}


@media screen and (max-width: 970px){
.wrapper .nav-links {
    position: fixed;
    height: 67vh;
    width: 100%;
    max-width: 350px;
    background-color: #fff;
    display: block;
    top: 0;
    left: 0%;
    line-height: 50px;
    overflow-y: auto;
    padding: 50px 10px;
    box-shadow: 0 15px 15px rgb(0 0 0 / 15%);
    transition: all .3s ease-in;
    z-index: 99999;
}

    #menu-btn:checked ~ .nav-links{
        left: 0%;
    }
    #menu-btn:checked ~ .btn.menu-btn{
        display: none;
    }

    .nav-links::-webkit-scrollbar{
        width: 0px;
    }
    .nav-links li{
        margin: 5px;
    }
    .nav-links li a{
        padding: 0 20px;
        display: block;
        font-size: 16px;
    }
    .nav-links .drop-menu{
        position: static;
        opacity: 1;
        visibility: visible;
        top: 65px;
        padding-left: 10px;
        width: 100%;
        max-height: 0px;
        overflow: hidden;
        transition: all .5s ease-in;
        box-shadow: none;
    }
    .nav-links  .submenu{
        position: static;
        opacity: 1;
        visibility: visible;
        top: 65px;
        padding-left: 10px;
        width: 100%;
        max-height: 0px;
        overflow: hidden;
        transition: all .5s ease-in;
    }
    #showDrop:checked ~ .drop-menu,
    #showAcademics:checked ~ .drop-menu,
    #showAdministration:checked ~ .drop-menu,
    #showNews:checked ~ .drop-menu,
    #showConference:checked ~ .submenu{
        max-height: 100%;
    }
    
    .nav-links .drop-menu li{
        margin: 0;
    }
    .nav-links .drop-menu li a{
        font-size: 16px;
        border-radius: 5px;
    }
    .nav-links .desktop-item{
        display: none;
    }
    .nav-links .mobile-item{
        display: block;
        font-size: 16px;
        color: #000;
        padding-left: 5px;
        cursor: pointer;
        border-radius: 5px;
        transition: all .3s ease;
    }
    .top_menu.mobile-item{
        padding-left: 0;
    }

}
.wrapper input{
    display: none;
}







/* Header top css Start*/


/* Main Header css end */




/* Main wrapper css start */
.main_wrapper .swiper-wrapper {
    height: 75vh;
    
}
.main_wrapper .swiper-slider{
    width: 100%;
    height: 100%;
}




.notification {
    background-color: var(--primary-color);
    color: #fff;
}

.notification .container-fluid {
    height: 40px;
    /* padding: 10px 0; */
    display: flex;
    align-items: center;
}

.notification .container-fluid span {
    padding: 0 10px;
    border-right: 2px solid #fff;
}


/* .about_wrapper .grid_row{
    gap: 30px;
} */

.about_wrapper{
    background-color: #fff;

}
.testimonial {
    text-align: center;
  
}

.testimonial p {
    font-style: italic;
    position: relative;
    margin-bottom: 20px;
}

.testimonial-details {
    display: flex;
    align-items: center;
    margin-top: 15px;
}

.testimonial-image {
    width: 80px;
    height: 80px;
    border-radius: 50%;
    object-fit: cover;
    margin-right: 15px;
}

.client-info h4 {
    margin: 0;
    font-size: 1.1em;
}

.client-info p {
    margin: 0;
    font-size: 0.9em;
    color: #666;
}

.authority_message{
    padding:20px 0;
}
.authority_message img{
    max-width:100%;
}
.about_us{
    background:linear-gradient(rgba(0, 0, 0, 0.5), rgba(0, 0, 0, .6), rgba(0, 0, 0, 0.6)),url(../images/bggg.jpg);
    background-size: cover;
    background-position: center;
    background-repeat:none;
        padding: 70px 0px;
        padding-top:20px;
      color:#fff;
        border-radius:5px;
        
}
.about_wrapper_2{
    box-shadow: var(--primary-shadow);
    padding:0 20px;
}
.programes_wrapper {
  background:#fff;
}

.about_wrapper .section_heading{
    text-align: start;
}

.about_wrapper .chairman_message img{
    width: 120px;
    height: 120px;
}

.about_wrapper .grid_row{
    display: grid;
    /* grid-template-columns: 30% 65%; */
    gap: 20px;
}
.about_wrapper .grid_row_two{
    margin-top: 30px;
    display: grid;
    grid-template-columns: 65% 30%;
    gap: 20px;
    align-items: center;
}
.about_wrapper .vision .icon{
    width: 50px;
    height: 50px;
    display: flex;
    align-items: center;
}
.about_wrapper .vision .icon img{
    height: 100%;
    width: 100%;
    /* object-fit: cover; */
}


.message_news {
    background-color: #f6f6f6;
    padding: 50px 0;
}

.message_news .section_heading {
    text-align: center;
    margin-bottom: 30px;
    font-size: 2rem; /* Adjust size as needed */
}

.message_news .grid_row {
    display: grid;
    grid-template-columns: 30% 70%; /* Default to two-column layout */
    gap: 20px;
    margin-bottom: 30px;
    background: #fff; /* Background color for items */
    border-radius: 5px; /* Rounded corners */
    padding: 35px;
        /*max-height: 230px;*/
        transition: all 0.5s ease;
}
.message_news .grid_row:hover {
    box-shadow: 0 4px 8px rgba(0, 0, 0, 0.1), 0 6px 20px rgba(0, 0, 0, 0.1);
}
.message_news .grid_row .event_image {
    width: 100%;
    height: 150px; /* Fixed height for images */
}

.message_news .grid_row .event_image img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    border-radius: 5px;
}

.message_news .grid_row .event_title {
    color: #000;
    font-size: 1.125rem; /* Adjust size as needed */
    font-weight: 600;
    margin-bottom: 10px;
}

.message_news .grid_row .event_desc {
    color: #000;
    font-size: 0.875rem; /* Adjust size as needed */
    font-weight: 300;
    margin-bottom: 10px;
    overflow: hidden;
    text-overflow: ellipsis;
    height: 50px; /* Fixed height to maintain layout */
}

.message_news .grid_row .text-muted {
    font-size: 0.875rem; /* Adjust size as needed */
    font-weight: 300;
}

.message_news .events_registration {
    display: inline-block;
    padding: 10px 20px;
    color: #fff;
    text-decoration: none;
    border-radius: 5px;
    font-size: 0.875rem; /* Adjust size as needed */
}

.message_news .events_registration:hover {
   
}

/* Responsive adjustments */
@media (max-width: 767.98px) {
    .message_news .grid_row {
        grid-template-columns: 1fr; /* Single column layout for smaller screens */
    }
}

.activity_wrapper{
    padding: 50px 0;
}
.activity_details{
    padding:10px;
}
.activity_wrapper .box{
    max-height:450px;
    border: 1px solid #0000002e;
    border-radius: 10px;
    text-align: center;
      box-shadow: 0 4px 8px rgba(0, 0, 0, 0.1), 0 8px 16px rgba(0, 0, 0, 0.1);
  
}
.activity_wrapper .activity_image{
    margin-bottom: 5px;
}

.activity_wrapper .box h3{
    font-size: 18px;
    text-transform: uppercase;
    color:#0B242F;
}



.publications {
    background: #f7f7f7;
    padding: 70px 0;
}

.publications .publicationSwiper {
    padding: 100px 10px;
}

.publications .publication_image {
    width: 100%;
    background-color: #fff;
    box-shadow: var(--primary-shadow);
    /* padding: 10px 30px; */
    border-radius: 5px;
    overflow: hidden;
}

.publications .publication_image img {
    width: 100%;
}

/* .publications .swiper-wrappper {
    position: relative !important;
    height: fit-content !important;
} */

.publications .swiper-button-next {
    position: absolute;
    top: 30px;
    right: 10px;
    background-color: var(--primary-color);
    box-shadow: 0 0 3px rgba(0, 0, 0, 0.169);
    padding: 10px;
    width: 40px;
    height: 40px;
    border-radius: 50px;
    color: #fff;
}

.publications .swiper-button-prev {
    background-color: var(--primary-color);
    box-shadow: 0 0 3px rgba(0, 0, 0, 0.169);
    padding: 10px;
    width: 40px;
    height: 40px;
    border-radius: 50px;
    position: absolute;
    top: 30px;
    left: 92%;
    color: #fff;
}

.publications .swiper-button-next:after,
.publications .swiper-button-prev:after {
    font-size: 20px !important;
    font-weight: 900 !important;
}




footer {
    background-color: #0B242F;
    padding: 50px 0 0;
}

footer .footer_logo {
    filter: brightness(0) invert(1);
    width: 100%; /* Adjust width to be responsive */
    max-width: 200px; /* Ensure it doesn't exceed its original size */
    margin-bottom: 30px;
}

footer .footer_desc {
    color: #fff;
    font-size: 16px; /* Adjust font size for better readability */
}

/* Responsive layout for footer link details */
.footer_link_details .container {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(250px, 1fr)); /* Responsive grid */
    gap: 20px; /* Adjust gap for smaller screens */
}

.footer_col {
    margin-bottom: 30px; /* Space between columns */
}

.footer_title {
    font-size: 22px;
    color: #fff;
    font-weight: 600;
    margin-bottom: 20px;
}

.footer_link {
    margin-bottom: 10px;
}

.footer_link a {
    color: #fff;
    font-weight: 300;
    font-size: 15px;
    text-transform: capitalize;
    display: block;
}

.footer_col h4 {
    color: #fff;
    font-size: 16px;
    font-weight: 600;
}

.footer .address_col li {
    margin-bottom: 15px;
}

.footer .address_col li a {
    display: flex;
    gap: 10px;
    color: #fff;
    font-size: 16px; /* Adjust font size for better readability */
}

.footer .address_col li a i {
    margin-top: 5px;
}

/* Social icons */
.footer .social_icons {
    display: flex;
    gap: 20px;
    margin-top: 20px; /* Add margin for spacing */
}

.footer .social_icons a {
    font-size: 20px;
    border: 1px solid var(--border-color);
    width: 40px;
    height: 40px;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 50px;
}

.footer .social_icons a i {
    margin-top: 0 !important;
}

/* Footer copyright */
footer .copy_right {
    background-color: #fff;
    height: 70px;
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 0;
}

footer .copy_right p {
    margin: 0;
    color: #0B242F;
    font-size: 16px; /* Adjust font size for better readability */
}

/* Media queries for responsiveness */
@media (max-width: 768px) {
    .footer .footer_title {
        font-size: 20px;
    }

    .footer .footer_link a {
        font-size: 14px;
    }

    .footer .address_col li a {
        font-size: 14px;
    }
}

@media (max-width: 576px) {
    footer {
        padding: 30px 0 0; /* Adjust padding for smaller screens */
    }

    .footer .footer_logo {
        width: 100%;
        max-width: 150px; /* Adjust logo size */
    }

    .footer .footer_desc {
        font-size: 14px; /* Adjust font size */
    }

    .footer .footer_link_details .container {
        grid-template-columns: 1fr; /* Single column layout */
    }
}




.blog_page{
    background-color: #f6f6f6;
}
.blog_page .blog_box {
    border: 1px solid var(--border-color);
    background-color: #fff;
}
.blog_page .blog_box .blog_details{
    padding: 10px;
}

.blog_page .blog_box .blog_name{
    font-size: 18px;
    color: #000;
    font-weight: 600;
    line-height: 1.2;
}


.detail-section{
    text-align: center;
}
.detail-section h1{
    padding:50px;
    font-family: 'Nunito', sans-serif;
    line-height: 1.5;
    padding-bottom: 10px;
}
.detail-section p{
    padding:0px 90px;
    text-align:justify;
}
.detail-section h4{
    text-align: justify;
    padding-left:90px;
    
}

.contact_page_wrapper {
    padding-bottom: 0;
    padding:140px 0;
}

.contact_page_wrapper .grid_row2 {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 50px;
    margin-bottom: 100px;
}

.contact_page_wrapper .item {
    text-align: center;
    box-shadow: var(--primary-shadow);
    padding: 30px;
    border-radius: 20px;
}

.contact_page_wrapper .icon {
    width: 60px;
    height: 60px;
    margin: 15px auto 20px auto;
}

.contact_page_wrapper .grid_row2 h6 {
    font-size: 22px;
    font-weight: 600;
}

.contact_page_wrapper .grid_row2 p {
    font-size: 14px;
}

.contact_page_wrapper .grid_row2 a {
    font-size: 18px;
    color: #000;
    font-weight: 600;
}


.contact_page_wrapper .grid_row {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 20px;
    padding-bottom: 50px;
}

.contact_page_wrapper .box {
    display: flex;
    gap: 20px;
    box-shadow: var(--primary-shadow);
    padding: 10px 10px 30px;
    border-radius: 10px;
}

.contact_page_wrapper .box .member_image {
    max-width: 100px;
    max-height: 100px;
    border: 1px solid var(--border-color);
}

.contact_page_wrapper .box .member_image img {
    /* width: 100%;
    height: 100%; */
    object-fit: cover;
}

.contact_page_wrapper .member_name {
    margin-bottom: 5px;
}

/* .contact_page_wrapper .phone a, .mail a {
    color: #000;
    font-size: 14px;
}

.contact_page_wrapper .phone, .mail {
    margin-bottom: 10px;
    display: inline-flex;
    gap: 5px;
} */


.contact_page_wrapper .box .flex_row{
    margin-top: 30px;
    display: flex;
    align-items: center;
    gap: 10px;
}
.contact_page_wrapper .flex_row .phone{
    background-color: #000;
    color: #fff;
    padding: 2px 10px;
    border-radius: 50px;
    font-size: 14px;
}

.contact_page_wrapper .flex_row .whatsapp{
    background-color: #1CD03F;
    color: #fff;
    padding: 2px 10px;
    border-radius: 50px;
    font-size: 14px;
}
.contact_page_wrapper .flex_row .email{
    background-color: var(--primary-color);
    color: #fff;
    padding: 2px 10px;
    border-radius: 50px;
    font-size: 14px;
}

.board_members img{
    width:20%;
}

.contact_form{
    padding:70px;
}

.contact_form{
    background-color: #ffffff;
    
    border-radius: 20px;
    box-shadow: var(--primary-shadow);
    padding: 30px;
}
.contact_form h6{
    font-size: 25px;
    margin-bottom: 30px;
}

.contact_form .input_row{
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 30px;
}

.contact_form input{
    height: 50px;
}

.main-btn{
    padding: 10px 25px;
}

.contact_page .left{
    padding: 100px 0 50px;
}


.about_wrapper h3{
  
    font-size:24px;
}

/*.authority_details{*/
/*    padding:20px;*/
/*}*/
.authority_details h6{
    font-size:14px;
    text-align:center;
    margin-top:10px;
}

.authority_details p{
    font-size:12px;
    text-align:center;
}


.programes_wrapper {
    background-color: #f8f8f8;
    padding: 40px 0; /* Adjust padding as needed */
}

.programes_wrapper .grid_row {
    display: flex;
    flex-wrap: wrap;
    gap: 0px;
    justify-content: center; /* Centers items horizontally */
}

.programes_wrapper .item {
    background: #fff;
    padding: 20px;
    text-align: center;
    border-radius: 10px;
    transition: transform 0.3s ease;
}

.programes_wrapper .item:hover {
    transform: scale(1.05); /* Scales the item to 105% of its original size */
}

.programes_wrapper .program_icon {
    width: 60px;
    height: 60px;
    margin: 0 auto;
}

.programes_wrapper .program_icon img {
    width: 100%;
    height: 100%;
}

.programes_wrapper .program_name {
    margin-top: 15px;
    font-size: 1.2rem; /* Adjust size as needed */
}

.programes_wrapper .program_desc {
    margin-top: 10px;
    font-size: 0.875rem; /* Adjust size as needed */
}

.main-btn {
    padding: 10px 20px;
    background-color: #007bff;
    color: #fff;
    text-decoration: none;
    border-radius: 5px;
}

.main-btn:hover {
    background-color: #0056b3;
}

.upcoming-event-section {
   
    border-radius: 10px;
    padding: 20px;
    box-shadow: 0 4px 8px rgba(0, 0, 0, 0.1);
}

.upcoming-event-section h3 {
    font-size: 30px;
    color: #fff;
    font-weight: bold;
    margin-bottom: 20px;
    text-transform: uppercase;
    letter-spacing: 2px;
}

.event-name h4 {
    font-size: 22px;
    color: #fff;
    font-weight: bold;
    font-style:italic;
    margin-bottom: 20px;
}

.timer {
    display: flex;
    justify-content: space-around;
    align-items: center;
}

#countdown {
    display: flex;
    gap: 15px;
}

#countdown div {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
 background-image: url(../images/islam-fon-dlja-prezentacii-1204.jpg);
 background-size: cover;
    background-position: center;
    background-repeat:none;
    border-radius: 5px;
    padding: 15px;
    box-shadow: 0 2px 4px rgba(0, 0, 0, 0.1);
    min-width: 110px;
}

#countdown span {
    font-size: 40px;
    color: #0B242F;
   font-family: "Gupter", serif;
    font-weight: bold;
}

#countdown div {
    font-size: 16px;
    color: #555;
    text-transform: uppercase;
    margin-top: 5px;
}

@media (max-width: 768px) {
    #countdown {
        flex-direction: column;
        gap: 10px;
    }
}
.upcomimg_event{
        background-image: url(../images/bg-4.jpg);
 background-size: cover;
    background-position: center;
    background-repeat:none;
    padding:70px 0;
}
.programes_wrapper .program_name {
    font-size: 30px;
    margin-bottom: 10px;
    color:#0B242F;
      font-family: "Gupter", serif;
}

.programes_wrapper .program_desc {
    font-size: 14px;
    height: 140px;
    margin-bottom:0;
      font-family: "Arsenal SC", sans-serif;
      text-align:justify;
}

.programes_wrapper .item a{
    color:#fff;
    display: inline-flex;
    gap: 5px;
    align-items: center;
    margin-top:0;
}

.activity_grid{
    display:grid;
    grid-template-columns:1fr 1fr;
    gap:30px;
}

.about-page .sidebar{
    background-color: #f6f6f6;
    height: auto;
}
.about-page .sidebar a h4{
    font-size: 14px;
    font-weight: 500;
    padding: 10px;
    transition: all 0.2s ease;
    text-transform: uppercase;
}
.about-page .sidebar a h4.active,
.about-page .sidebar a h4:hover{
    background-color: var(--success-color) !important;
    color: #fff;
}

.about-page .grid{
    display:grid;
    grid-template-columns: 20% 80%;
    gap:20px;
}
.about-page .principal-img {
    width:200px;
    height:200px;
    object-fit:cover;
}
.register_form_wrapper{
    padding:140px 0;
}
.about-page{
    padding:140px 0;
}
.gallery_page{
    padding:140px 0;
}
.gallery_page img{
    border-radius: 10px;
}
.gallery_page .gallery-images img{
    border-radius: 5px;
    overflow: hidden;
    width: 100%;
    height: 200px;
    position: relative;
}
.gallery-images .play-icon{
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translateX(-50%  -50%);
    width: 40px;
    height: 40px;
    text-align: center;
}


.open-button {
    background-color: #25D366;
    box-shadow: 0 0 3px rgba(0, 0, 0, 0.5);
    color: white;
    padding: 10px 20px;
    border: none;
    cursor: pointer;
    opacity: 1;
    position: fixed;
    bottom: 23px;
    right: 28px;
    width: 50px;
    height: 50px;
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 10px;
    z-index: 999;
    border-radius: 5px;
    transition: all .4s;
}




footer a{
    color: #f5f5f5;
    transition: all .3s;
    font-size: 14px;
    font-family: var(--primary-font);
    font-weight: 300;
}
footer a:hover{
    color:#25D366;
}
.activity_wrapper{
    
}

.activity_wrapper .box .activity_image{
    overflow:hidden;
    position:relative;
   
}

.activity_wrapper .box .activity_image img{
    transition:all .5s;
     width:100%;
    height:200px;
    object-fit:cover;
    overflow:hidden;
}
.activity_wrapper .box:hover .activity_image img{
    scale:1.2;
}

.grid_row a{
     color: #f5f5f5;
    transition: all .3s;
    font-size: 14px;
    font-family: var(--primary-font);
    font-weight: 300;
}

.grid_row a:hover{
      color:#000;
}


.register{
    border:1px solid #c3c6c9;
    border-radius:5px;
    padding:40px;
    margin-bottom:50px;
    
}

@media screen and (max-width: 768px) {
    /* Styles for tablets and small devices */
    .nav-links {
        width: 100%;
        max-width: 100%;
        /* Add other styles as needed */
    }

    .about_wrapper .grid_row {
        grid-template-columns: 1fr;
    }

    .contact_page_wrapper .grid_row2 {
        grid-template-columns: 1fr;
    }

    .contact_page_wrapper .box {
        flex-direction: column;
    }

    /* Adjust font sizes if necessary */
    h3 {
        font-size: 20px;
    }
    
    .main-btn {
        padding: 10px 20px;
    }
}

.grid {
    display: grid;
    grid-template-columns: repeat(auto-fill, minmax(200px, 1fr));
    gap: 20px;
}

@media screen and (max-width: 768px) {
    .large-device-only {
        display: none;
    }

    .small-device-only {
        display: block;
    }
}


.events_registration {
    color:#0B242F!important;
    display:flex;
    flex-direction:column;
    justify-content:center;
    margin-top:10px;
    font-weight:bold!important;
}








