@import url("https://fonts.googleapis.com/css2?family=Montserrat:ital,wght@0,100..900;1,100..900&display=swap");
body {
    margin: 0;
    padding: 0;
    font-family: "Montserrat", sans-serif;
}
.hm-banner {
    position: relative;
    height: 100vh;
    overflow: hidden;
}

.hm-banner video {
    position: absolute;
    top: 50%;
    left: 40%;
    min-width: 100%;
    min-height: 100%;
    transform: translate(-50%, -50%);
    object-fit: cover;
    z-index: -1;
}

.hm-text img {
    margin-top: 20px;
    border-radius: 5px;
    height: 62px;
}
.hv-100 {
    height: 100vh;
    display: flex
;
    align-items: center;
}
.hm-text h1 {
    font-size: 70px;
    font-weight: 700;
    color: #bbfb2e;
    margin-top: 16vh;
}

.hm-text h1 span {
    color: white;
    font-size: 45px;
    display: block;
}

.hm-text h2 {
    position: relative;
    margin-top: 2vw;
    z-index: 3;
    font-size: 32px;
    font-weight: 700;
    background: linear-gradient(90deg, #89ff0f 10%, #f6821f 40%, #ffffff 90%, #89ff0f);
    background-size: 200% auto;
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    background-clip: text;
    font-style: normal;
    text-transform: capitalize;
    animation: first_gradientChange__Q12yI 7s ease-in infinite;
}

@keyframes first_gradientChange__Q12yI {
    0% {
        background-position: 200%;
    }
}
.about-sec {
    padding: 50px 0;
    text-align: center;
}
.sec-head span {
    font-weight: 400;
}
.sec-head {
    font-size: 44px;
    background: -webkit-linear-gradient(#acd94c, #407c34);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    font-weight: 700;
    letter-spacing: -2px;
    margin-bottom: 20px;
}
.ab-content p {
    font-size: 24px;
    font-weight: 500;
    color: #344d35;
}
.bg-light {
    --bs-bg-opacity: 1;
    background-color: rgb(117 169 64 / 6%) !important;
    /*border-bottom: 5px solid #7cb04126;*/
    border-radius: 64px;
}
.sec-space {
    margin-top: 40px;
}
.sec-box:hover {
    box-shadow: -5px -4px 5px 0px #8cbe45 inset;
    transition: all 0.3s ease-out 0s;
}
.sec-box {
    padding: 12px;
    margin: 0.5%;
    transition: all 0.3s ease-out 0s;
    position: relative;
    border: 2px solid #dceee1;
    border-radius: 25px;
    box-shadow: 2px 2px 25px 4px #d2e2c45c inset;
}
p.head-s {
    font-size: 20px !important;
    font-weight: 600 !important;
    line-height: 33.93px;
    letter-spacing: -0.04em;
}
.ob-des {
    font-size: 16px !important;
    font-weight: 400 !important;
    margin: 0;
    height: 0;
    opacity: 0;
}
.sec-box img {
    height: 100px;
    margin-bottom: 21px;
}
.sec-box:hover img {
    animation: icon-bounce 0.8s 1;
    transition: all 0.3s ease-out 0s;
}
@keyframes icon-bounce {
    0%,
    20%,
    50%,
    80%,
    to {
        transform: translateY(0);
    }
    40% {
        transform: translateY(-10px);
    }
    60% {
        transform: translateY(-5px);
    }
}
.sec-box:hover .ob-des {
    height: auto;
    opacity: 1;
}
.speaker-sec .col-md-3 {
    border-radius: 32px;
    background: #ffffff;
    box-shadow: 2px 2px 13px 4px #00000030 inset;
    padding: 18px;
    /* animation: hero-dot-1 5s linear 0s infinite alternate; */
    position: relative;
    width: 23%;
    border: 1px solid #57903966;
    transition: all 0.3s ease-out 0s;
    overflow: hidden;
    margin: 1%;
    height: 378px;
}
.speaker-bx img {
    width: 200px;
    height: 200px;
    object-fit: cover;
    border-radius: 50%;
    background: #eff5e7;
    padding: 10px;
    object-position: top;
    border: 1px solid #8bc34a;
}
.speaker-bx h3 {
    font-size: 22px;
    font-weight: 600;
    margin: 13px 0 14px 0;
    color: #5a9339;
}
.speaker-bx p {
    font-size: 15px;
    color: #404839;
    margin: 0;
    font-weight: 500;
}
.over-content {
    position: absolute;
    background: #00000091;
    height: 100%;
    top: 0;
    left: 0;
    border-radius: 32px;
    display: flex;
    align-items: center;
    color: white;
    width: 100%;
    justify-content: center;
}
.over-content span {
    color: #f6821f;
}
.over-content {
    position: absolute;
    background: #000000c2;
    height: 100%;
    top: 100%;
    left: 0;
    border-radius: 32px;
    display: flex;
    align-items: center;
    color: white;
    font-size: 18px;
    font-weight: 600;
    padding: 20px;
    transition: all 0.2s ease-out 0s;
}
.speaker-sec .col-md-3:hover .over-content {
    top: 0;
    transition: all 0.2s ease-out 0s;
}
.speaker-sec {
    padding-top: 50px;
}
.speaker-sec .col-md-3:hover img {
    height: 378px;
    border-radius: inherit;
    width: 100%;
    padding: 0;
}
.speaker-sec .col-md-3:hover h3,
.speaker-sec .col-md-3:hover p {
    display: none;
}
.speaker-sec .col-md-3:hover {
    padding: 0;
}
img.ev {
    width: 100%;
    border-radius: 36px;
}
.en-content p {
    font-size: 24px;
    font-weight: 500;
    color: #344d35;
    text-align: justify;
}
.highlight-span {
    display: block;
    font-size: 25px;
    color: #ec8423;
    font-weight: 600;
}
.en-content {
    text-align: left;
    margin-bottom: 50px;
}
.slider-container {
    display: flex;
    gap: 50px;
    align-items: center;
}

.card-stack {
    position: relative;
    width: 40%;
    height: 320px;
}

.card-img {
    position: absolute;
    width: 100%;
    height: 100%;
    background: white;
    border-radius: 12px;
    border: 2px solid #abff5f;
    overflow: hidden;
    transform-origin: bottom center;
    box-shadow: 0 4px 20px rgba(0, 0, 0, 0.3);
    transition: all 0.5s ease;
}

.card-img img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.content {
    max-width: 60%;
    text-align: left;
    padding-left: 50px;
}
.content .title {
    font-size: 30px;
    font-weight: bold;
    color: #ec8423;
}
.content .description {
    margin-top: 10px;
    font-size: 18px;
    font-weight: 500;
    color: #344d35;
    text-align: justify;
    height: 270px;
    overflow-y: auto;
    padding-right: 15px;
}

.buttons {
    margin-top: 20px;
    user-select: none;
}

.buttons button {
    background: #e4efd9;
    color: black;
    border: none;
    padding: 10px 15px;
    border-radius: 50%;
    font-size: 18px;
    margin-right: 10px;
    cursor: pointer;
    transition: 0.3s;
}

.buttons button:hover {
    background: #77ab40;
    color: white;
}
.receive .col-md-3 {
    width: 19%;
    margin: 0.5%;
    border: 2px solid #1b562b;
    border-radius: 25px;
    box-shadow: 2px 2px 25px 4px #d2e2c45c inset;
    transition: all 0.3s ease-out;
}
.re-box img {
    height: 94px;
    width: 100%;
    object-fit: contain;
    margin: 7px 0;
}
.highlight-re {
    font-size: 20px;
    background: -webkit-linear-gradient(#acd94c, #407c34);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    font-weight: 700;
    letter-spacing: -2px;
    margin-bottom: 5px;
    line-height: 1.2;
}
.re-box h4 {
    font-weight: 700;
}
.receive:hover .col-md-3 {
    -webkit-filter: blur(5px);
    -moz-filter: blur(5px);
    -o-filter: blur(5px);
    -ms-filter: blur(5px);
    filter: blur(5px);
}
.receive:hover .col-md-3:hover {
    filter: none;
}
.re-box p {
    font-weight: 600;
    font-size: 14px;
    margin-bottom: 5px;
}
.hover-show{
    display: none;
}
.receive .col-md-3:hover .hover-show{
    display: block;
}
.re-box small {
    line-height: 16px;
    display: block;
}
.faculty .speaker-bx {
    background-image: linear-gradient(#063a1c, #4a8224, #0e4828);
    border-radius: 32px;
    padding: 18px;
    position: relative;
    border: 1px solid #57903966;
    transition: all 0.3s ease-out 0s;
    overflow: visible;
}
.faculty .speaker-bx img {
    border-radius: 10px;
    padding: 4px;
    width: 93%;
    height: 373px;
    object-fit: cover;
}
.faculty .speaker-bx h3,
.faculty .speaker-bx:hover p {
    display: block !important;
}
.faculty .col-md-4:hover .speaker-bx {
    transform: rotateX(25deg) scale(0.8);
    transition: transform 0.5s ease;
    transform-style: preserve-3d;
    padding: 18px;
    overflow: visible;
}
.faculty .speaker-bx h3,
.faculty .speaker-bx p {
    color: white;
}

.social-top:after {
    content: "";
    position: absolute;
    left: 48.4%;
    bottom: -140%;
    height: 5px;
    width: 5px;
    background: #fcfffd;
    border-radius: 50%;
}
.video-bg {
    position: relative;
    height: 100vh;
    overflow: hidden;
}
.video-bg video {
    position: absolute;
    top: 50%;
    left: 50%;
    min-width: 100%;
    min-height: 100%;
    transform: translate(-50%, -50%);
    object-fit: cover;
    z-index: -1;
    background: transparent;
    opacity: .8;
}
.social-top:before {
    content: "";
    position: absolute;
    left: 50%;
    top: 37px;
    height: 50px;
    width: 1px;
    background: #154f28;
}
.social-top a {
    text-decoration: none;
}
.social-top svg {
    width: 26px;
    margin: 0 5px;
    fill: #3e7424;
}
.social-top {
    position: absolute;
    top: 0;
    width: 26%;
    left: 37%;
    border: 2px solid #154f28;
    border-radius: 25px;
    padding: 5px 15px;
    background: white;
    opacity: 0;
    transition: all 0.1s ease-out;
}
.faculty .col-md-4:hover .social-top {
    opacity: 1;
}
.faculty .col-md-4 {
    position: relative;
    perspective: 1000px;
}
.faculty .speaker-bx h3 {
    font-size: 25px;
    margin: 12px 0 7px 0;
}
.over-content svg {
    width: 60px;
    fill: white;
}
.student .col-md-3 {
    background-image: linear-gradient(#063a1c, #4a8224, #0e4828);
    border-radius: 0px 50px 0px 50px;
    height: auto;
    padding: 0;
}
.student .col-md-3 h3 {
    font-size: 19px;
    margin: 11px 0 4px 0;
}
.student .col-md-3 h3,
.student .col-md-3 p {
    color: white;
}
.student .col-md-3:hover h3,
.student .col-md-3:hover p {
    display: block;
}
.student .col-md-3 img,
.student .col-md-3:hover img {
    border-radius: inherit;
    border: none;
    padding: inherit;
    width: 100%;
    height: 250px;
}
.student .col-md-3 p {
    padding-bottom: 14px;
}
.student .col-md-3:hover .over-content {
    border-radius: 0px 50px 0px 50px;
}
.logos-container {
    overflow: hidden;
    white-space: nowrap;
    width: 100%;
}

.logos-list {
    display: flex;
    animation: scroll-logos 25s linear infinite;
}

.logos-list img {
    height: 70px; /* adjust */
    margin: 0 20px;
}

@keyframes scroll-logos {
    0% {
        transform: translateX(0);
    }
    100% {
        transform: translateX(-50%);
    }
}

.activitie .carousel-control-next,
.activitie .carousel-control-prev {
    width: 40px;
    height: 40px;
    color: #fff;
    background: #787878;
    opacity: 1;
    border-radius: 50%;
    padding: 8px;
    top: 45%;
}
.activitie #carouselExampleCaptions .carousel-item img,
.activitie .carousel-inner {
    border-radius: 15px;
}
.activitie .carousel-indicators [data-bs-target] {
    background-color: #669d3c;
}
.activitie .carousel-indicators {
    bottom: -47px;
}
.activitie .carousel-caption {
    position: absolute;
    right: inherit;
    bottom: inherit;
    left: 50%;
    height: 100%;
    color: var(--bs-carousel-caption-color);
    width: 100%;
    transform: translateX(-50%) translateY(-50%);
    background: #0a0a0adb;
    top: 50%;
    border-radius: 16px;
    font-size: 24px;
    font-weight: 500;
    text-align: justify;
    padding: 40px;
}
.activitie .carousel-caption p {
    height: 100%;
    display: flex;
    align-items: center;
    text-align: center;
    font-size: 21px;
    justify-content: center;
}
.activitie .carousel-control-next {
    right: -48px;
}
.activitie .carousel-control-prev {
    left: -48px;
}
.activitie .carousel-inner:hover .carousel-caption {
    opacity: 0;
}
.inspirational .col-md-3.item {
    width: 100%;
    margin: 0;
}
 #flags-slider .owl-nav [class*='owl-'] {
   -webkit-transition: all 0.3s ease;
   transition: all 0.3s ease;
}
 #flags-slider .owl-nav [class*='owl-'].disabled:hover {
   background-color: #d6d6d6;
}
 #flags-slider {
   position: relative;
}
 #flags-slider .owl-next, .owl-carousel .owl-prev {
   width: 50px;
   height: 50px;
   line-height: 46px;
   border-radius: 50%;
   position: absolute;
   top: 50%;
   font-size: 20px;
   border: 1px solid #ddd;
   text-align: center;
   background: #e4efd9;
}
 #flags-slider .owl-prev {
   left: -30px;
}
 #flags-slider .owl-next {
   right: -30px;
}
.owl-prev:hover, .owl-next:hover {
    background: #77ab40 !important;
    color: white;
}


















@media only screen and (max-width: 767px) {
.receive .col-md-3, .speaker-sec .col-md-3 {
    width: 90%;
    margin: 3%;
}
.hm-text h1 span {
    font-size: 35px;
}
.hm-text h1 {
    font-size: 37px;
    margin-top: 5vh;
}
.hm-text {
    text-align: center;
}
.hm-text h2 {
    font-size: 26px;
}
.hm-banner video {
    top: 74%;
    left: 50%;
    object-fit: cover;
    width: 100%;
    object-position: 92%;
}
.hm-banner .row {
    background: #000201;
    padding-bottom: 10px;
}
.slider-container {
    display: block;
}
.sec-head {
    font-size: 30px;
        margin-bottom: 14px;
}
.content .title {
    font-size: 20px;
}
.sec-head span {
    font-size: 30px;
}
.activitie .carousel-control-next {
    right: 0;
}
.activitie .carousel-control-prev {
    left: 0;
}
.ab-content p {
    font-size: 16px;
}
.about-sec {
    padding: 30px 0;
}
.speaker-sec {
    padding-top: 0;
}
.card-stack {
    width: 82%;
    height: 150px;
    margin: 0 auto 67px auto;
}
.content {
    max-width: 100%;
    text-align: center;
    padding-left: 0;
}
.content .description {
    text-align: center;
}
.faculty .speaker-bx img {
    height: 304px;
}
.faculty .speaker-bx {
    margin-bottom: 30px;
}
.bg-light {
    background-color: rgb(117 169 64 / 19%) !important;
}
.activitie .carousel-control-next, .activitie .carousel-control-prev {
    width: 28px;
    height: 28px;
}
.carousel-caption {
    display: block !important;
}
.activitie .carousel-caption p {
    font-size: 12px;
}
.student .col-md-3 img, .student .col-md-3:hover img {
    height: 160px;
}
.student .col-md-3 {
    width: 48%;
    margin: 1%;
}
.student .col-md-3 h3 {
    font-size: 14px;
    margin: 8px 0 2px 0;
}
.student .col-md-3 p {
    padding-bottom: 14px;
    font-size: 12px;
}
 #flags-slider .owl-prev {
   left: 10px;
}
 #flags-slider .owl-next {
   right: 10px;
}
.hm-text img {
    height: 50px;
}
























}
