@import url('https://fonts.googleapis.com/css2?family=Bree+Serif&family=Roboto&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Bree+Serif&family=Cabin:ital,wght@0,400..700;1,400..700&family=Roboto&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Anek+Tamil:wght@100..800&family=Baloo+Thambi+2:wght@400..800&family=Bree+Serif&family=Cabin:ital,wght@0,400..700;1,400..700&family=Hind+Madurai:wght@300;400;500;600;700&family=Kavivanar&family=Pavanam&family=Roboto&family=Tiro+Tamil:ital@0;1&display=swap');
body {
    box-sizing: border-box;
    padding: 0px;
    margin: 0px;
    font-family: "Cabin", sans-serif !important;
    font-size: 20px !important;
    line-height: 35.88px;
}

.reveal {
    position: relative;
    transform: translateY(40px);
    opacity: 0;
    transition: all 2s ease;
}

.reveal.active {
    transform: translateY(0px);
    opacity: 1
}

body {
    box-sizing: border-box;
    padding: 0px;
    font-family: "Cabin", sans-serif !important;
    font-size: 20px !important;
    line-height: 35.88px;
    padding-bottom: 0px !important;
}

/* navbar */
.navbar,
.navbar-brand,
.img {
    height: 80px;
}

.navbar-brand {
    /* width: 150px; */
    justify-content: center;
}

.register-button {
    background-color: #0C2860;
    color: #fff;
    font-size: 14px;
    padding: 8px 20px;
    border-radius: 50px;
    text-decoration: none;
    transition: 0.3s background-color;
}

.register-button:hover {
    background-color: #0C2860;
}

.navbar-toggler {
    border: none !important;
    font-size: 1.25rem !important;
}

.navbar-toggler:focus,
.btn-close:focus {
    box-shadow: none !important;
    outline: none !important;
}

.navbar-nav,
.nav-link {
    /* color: #0000; */
    font-weight: 500;
    position: relative;
    font-family: "Bree Serif", serif;
}

.nav-link.active, 
.nav-link.active:focus, 
.nav-link.active:hover {
  color: white !important;
}

.imglogo{
    display: flex;
    justify-content: center;
    align-items: center;
}

@media (min-width:991px) {
    .navbar-brand {
        position: absolute;
        top: 10px;
    }

    .imglogo {
        background-color: white;
        border-radius: 50%;
        width: 100% !important;
    }

}

@media (min-width: 600px) {

    .imglogo {
        width: 100%;
        height: 60px;
    }
}

@media (max-width: 600px) {

    .imglogo {
        /* width: 100%; */
        height: 60px;
        padding: 5px;

    }

    .font {
        font-size: 60px !important;
        padding: 0px;
    }
}

@media (min-width: 768px) {
    .imglogo {
        width: 60%;
        height: 60px;

    }
}

@media (min-width: 992px) {
    .imglogo {
        width: 100px !important;
        height: 100px;

    }
}


/* @media (min-width:991px) {
    .nav-link::before {
        content: "";
        position: absolute;
        bottom: 0;
        left: 50%;
        transform: translate(-50%);
        width: 0;
        height: 2px;
        background-color: #EC9134;
        visibility: hidden;
        transition: 0.3s ease-in-out;
    }

    .navbar-nav,
    .nav-link:hover::before,
    .nav-link.active::before {
        width: 100%;
        visibility: visible;
    }
} */

.nav-item.dropdown .dropdown-item:active {
    background-color: #0C2860;
}

.ul,
.dropdown-menu {
    border: none !important;
    box-shadow: 0 3px 6px rgba(0, 0, 0, .23);

}

@media screen and (max-width:992px) {
    .dropdown-menu.show {
        max-height: 60vh;
        overflow-y: hidden;
    }
}

/* End navbar */
/* carousel  */
/* .bgmainimg {
    background: url(img/a.jpg) no-repeat center;
    background-size: cover;
   
} */
.bgcolormain {
    background: linear-gradient(to right, rgb(207,97,161), rgb(98,84,160)) !important;
}
.fontcolor {
    color: #090056;
}
.highltext {
    color: #fc6f09 !important;
}

.topbutton {
    background-color: #ffff !important;
    border: 0px !important;
    padding: 10px !important;
    font-family: "Bree Serif", serif;
    color: #080149 !important;
}


.sideimg {
    background-color: transparent !important;
    padding: 0px !important;
    border: 0px !important;
}



.info2 {
    /* margin-top: 58px; */
    /* padding: 0px 0px 100px 0px !important; */
    font-size: 18px;
    justify-content: center;
    display: flex;
    flex-direction: column;
    text-align: left;
}

@media ((max-width: 768px)) {
    .size3.col-sm-10 {
        text-align: center;
    }
}


.font {
    font-weight: 700 !important;
    font-size: 50px;
    font-family: "Baloo Thambi 2", system-ui;
  font-optical-sizing: auto;
    padding-bottom: 20px;
    
}
.font2{
    font-weight: 700 !important;
    font-size: 70px;
    
}
.scroll-container {
    overflow: auto; /* Allows scrolling */
    overflow-x: hidden; /* Hide horizontal scrollbar */
    overflow-y: hidden; /* Hide vertical scrollbar */
}

/* For webkit browsers */
.scroll-container::-webkit-scrollbar {
    display: none; /* Hide scrollbar */
}

/* For other browsers */
.scroll-container {
    -ms-overflow-style: none; /* IE and Edge */
    scrollbar-width: none; /* Firefox */
}
.bgmainimg {
    background: url('img/Rectangle 35.png') no-repeat center;
    background-size: cover;
}



/* folder */
/* Folder styles */
.folder {
    padding: 10px;
    border: 0.25px solid grey;
    background-color: #fff;
    text-align: center;
    cursor: pointer;
    margin-bottom: 30px;
    position: relative;
    overflow: hidden;
    transition: transform 0.3s ease;
}

/* Folder content wrapper */
.folder-content-wrapper {
    position: relative;
    width: 100%;
    overflow: hidden; /* Ensure zoom effect does not overflow */
}

/* Folder content */
.folder-content {
    position: relative;
    width: 100%;
    padding-top: 100%; /* 1:1 Aspect Ratio (height = width) */
    background-size: cover;
    background-position: center;
    background-color: rgba(22, 19, 19, 0.7); /* Default grey background */
    transition: transform 0.3s ease; /* Smooth zoom effect */
    margin-bottom: 10px; /* Space between the image and text */
    max-width: 500px; /* Maximum width */
    max-height: 500px; /* Maximum height */
    margin: 0 auto; /* Center horizontally */
}
.coverimg1{
    background-image: url('img/IMG-20240930-WA0039.jpg');
  background-size: cover;
  background-position: center;
}
.coverimg2{
    background-image: url('img/2nd\ meeting.jpg');
  background-size: cover;
  background-position: center;
}
.coverimg3{
    background-image: url('img/IMG-20240930-WA0021.jpg');
  background-size: cover;
  background-position: center;
}
.coverimg4{
    background-image: url('img/IMG-20240930-WA0026.jpg');
  background-size: cover;
  background-position: center;
}
.coverimg5{
    background-image: url('img/img0002.jpg');
  background-size: cover;
  background-position: center;
}
.coverimg6{
    background-image: url('img/IMG-20240930-WA0055.jpg');
  background-size: cover;
  background-position: center;
}
/* Zoom effect on hover */
.folder:hover .folder-content {
    transform: scale(1.1); /* Zoom-in effect on hover */
}

/* Arrow background */
.arrow-background {
    position: absolute;
    bottom: -10px; /* Position the arrow with a margin from the bottom edge */
    right: -10px; /* Position the arrow with a margin from the right edge */
    width: 90px; /* Width of the arrow background */
    height: 90px; /* Height of the arrow background */
    background-color: rgb(202, 60, 143); /* Orange background for the arrow */
    clip-path: polygon(100% 0%, 100% 100%, 0% 100%); /* Create a triangle shape */
    z-index: 1; /* Ensure it stays behind the arrow icon */
}

/* Arrow icon */
.arrow-icon {
    position: absolute;
    bottom: -10px; /* Position the arrow with a margin from the bottom edge */
    right: -10px; /* Position the arrow with a margin from the right edge */
    width: 70px; /* Width of the arrow icon */
    height: 60px; /* Height of the arrow icon */
    display: flex; /* Flexbox to center the text */
    justify-content: center;
    align-items: center; /* Center the text vertically */
    font-size: 30px; /* Size of the text inside the arrow */
    color: white; /* White text color */
    font-weight: bold; /* Bold text */
    transition: transform 0.3s ease, color 0.3s ease; /* Smooth transitions */
    z-index: 2; /* Ensure it stays above the arrow background */
}

/* Increase size of the arrow on hover */
.folder:hover .arrow-icon {
    transform: scale(1.2); /* Increase size of the arrow on hover */
    color: rgb(255, 255, 255); /* Lighter color on hover */
}

/* Folder text */
.folder-text {
    margin: 0; /* Reset margin */
    color: #000; /* Black text color */
    font-weight: bold; /* Bold text */
    margin-top: 10px; /* Space between the image and the text */
    font-size: 16px; /* Adjust text size for readability */
}

/* Responsive adjustments */
@media (max-width: 1200px) {
    .folder {
        max-width: 180px; /* Adjust max width for larger screens */
    }
}

@media (max-width: 992px) {
    .folder {
        max-width: 150px; /* Adjust max width for medium screens */
        margin-bottom: 20px; /* Space between folders on medium screens */
        margin-right: 15px; /* Right margin on medium screens */
    }
}

@media (max-width: 768px) {
    .folder {
        flex: 0 0 45%;
        max-width: 45%; /* Adjust for tablet screens */
        margin-bottom: 20px; /* Space between folders on medium screens */
        margin-right: 15px; /* Right margin on medium screens */
    }
    .arrow-background {
        width: 70px; /* Adjust for smaller screens */
        height: 70px;
    }
    .arrow-icon {
        font-size: 24px; /* Adjust font size for smaller screens */
        width: 50px; /* Adjust size */
        height: 40px;
    }
    .folder-text {
        font-size: 14px; /* Adjust text size for readability */
    }
}

@media (max-width: 576px) {
    .folder {
        flex: 0 0 100%;
        max-width: 100%; /* Full-width on smaller screens */
        margin-bottom: 20px; /* Space between folders on medium screens */
        margin-right: 15px; /* Right margin on medium screens */
    }
    .arrow-background {
        width: 50px; /* Further adjust size */
        height: 50px;
    }
    .arrow-icon {
        font-size: 20px; /* Further adjust font size */
        width: 40px; /* Adjust size */
        height: 30px;
    }
    .folder-text {
        font-size: 12px; /* Further adjust text size */
    }
}
.gallery-container {
    margin: 60px 0px;
    max-width: 1500px;
}

.thumb {
   
    padding: 0;
    position: relative; /* Ensure position for the aspect ratio box */
    overflow: hidden; /* Hide overflow to maintain square shape */
}

.thumb::before {
    content: "";
    display: block;
    padding-top: 100%; /* This creates a square aspect ratio */
}

.thumb img {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    object-fit: cover; /* Ensure the image covers the box without distortion */
}

/* Larger screens */
@media (min-width: 992px) {
    .thumb {
        flex: 0 0 25%; /* Adjust for large screens */
        max-width: 25%;
    }
}

/* Tablets */
@media (max-width: 992px) {
    .thumb {
        flex: 0 0 50%; /* Adjust for tablet screens */
        max-width: 50%;
    }
}

/* Mobile */
@media (max-width: 576px) {
    .thumb {
        flex: 0 0 100%; /* Full-width for mobile screens */
        max-width: 100%;
    }
}

.back-arrow {
    display: inline-block;
    color: #000;
}

.back-arrow:hover {
    color: #FC6F09; /* Hover color for the back arrow */
}

 /* footer */
 .footeer {
    background: linear-gradient(to right, rgb(207,97,161), rgb(98,84,160)) !important;
    padding: 80px 0px 80px 0px;
}

.foothead {
    color: #98A2B3;
}
.footfont{
    font-family: "Bree Serif", serif;
}
footer {
    color: #E5E8EC;
}

.footer,
ul {
    padding-left: 0px !important;

}

.footer,
ul li {
    padding-left: 0px !important;

}

.footer,
li a {
    text-decoration: none;
    color: #E5E8EC;
}

.imgsize {
    width: 50px !important;
    margin: 5px;
}

.footdown {
    background: linear-gradient(to right, rgb(207,97,161), rgb(98,84,160)) !important;
    color: #ffff;
}

.scroll-container::-webkit-scrollbar {
    display: none;
}




