@import url('https://fonts.googleapis.com/css2?family=Caudex&family=Caveat+Brush&family=Caveat:wght@400;500;600&family=Chelsea+Market&family=Lexend+Mega&family=PT+Sans+Narrow&family=Poppins:ital,wght@0,200;0,400;0,600;1,400&family=Questrial&family=Quicksand&family=Schoolbell&family=Zen+Antique+Soft&display=swap');

* {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
}

.hero {
    width: 100%;
    height: 100vh;
    font-family: 'Poppins', sans-serif;
    background-image: linear-gradient(#98d173,#f5f299);
    position: relative;
    padding: 0 5%;
    display: flex;
    align-items: center;
    justify-content: center;
    z-index: 1;
    background-color: transparent;
}

.container-fluid .logo img{
    width: 70px;
    height: 70px;
    padding: 3px 0px;
    margin: 3px;
  }
  
  .navbar {
      /* background-color: #17794b; */
      padding: 0 5px ;
      position: fixed;
      width: 100%;
      align-items: center;
      justify-content: center;
      z-index: 5;
      text-shadow: 3px 3px 10px #0101017c;
  }

  .navbar-toggler , .navbar-toggler-icon {
    background-color: #064326;
  }

  .navbar-collapse {
    flex-basis: 100%;
    flex-grow: 1;
    align-items: center;
    padding-bottom: 5px;
}

  #MYNAV ul li a{
    color: white;
    margin-left: 30px;
    vertical-align: middle;
    font-family: Poppins, sans-serif;
    font-weight: bold;
   
  }
  
  #MYNAV ul li a:hover{
      background-color: #f2e38f;
      color:#08331f;
      text-transform: uppercase;
      width:120x;
      transition: 0.5s;
      font-size: 18px;
      /* border-bottom: 4px solid #d3b400; */
      vertical-align: middle;
      font-weight: bold;
      border-radius: 5px;
      padding-left: 10px;
  }
  
  #MYNAV .active {
    text-transform: uppercase;
    background-color: #f2e38f;
    border-bottom: 6px solid #d3b400;
    color:#08331f;
    border-radius: 5px;
  }

  .dropdownn {
    overflow: hidden;
  }

  .dropdownn .btn1 {
    border: none;
    outline: none;
    color: white;
    background-color: inherit;
    font-family: inherit;
  }

  .dropdown-cont {
    display: none;
    position: absolute;
    min-width: 150px;
    box-shadow: 0px 8px 16px 10px #00000033;
    background-color:#072d1bb8;
    text-decoration: none;
    list-style-type:none;
    padding-inline-start: 5px;
    margin-left: 50px;
    border-radius: 5px;
  }

  .dropdown-cont a {
    float: none;
    padding: 5px 0px;
    text-decoration: none;
    text-align: left;
  }

  .dropdownn:hover .dropdown-cont {
    display: block;
  }

  #LogIn-btn {  
    width:fit-content; 
    border-radius: 50px;
    border: 1px solid white;
  }
  
  #LogIn-btn a{
     text-decoration: none;
     color: white;
     font-weight: bold;
    
  }
  
  #LogIn-btn:hover {
    color: white;
    text-transform: uppercase;
    width:auto;
    transition: 0.25s;
    background-color: #08331f;
    border: 1px solid white;
  }



#sub-headd {
    text-align: center;  
}

#sub-headd .col-12 h1 {
    font-family: 'Zen Antique Soft', serif;
    font-size: 70px; 
    font-weight: bold;
    color: #ffffff;
    text-shadow: 5px 8px 5px #010101;
    transition: 0.5s;
    background-color: transparent;
    letter-spacing: 1px;

    -webkit-text-stroke: 1px #fffffe;
     text-transform:uppercase;
    letter-spacing: 1px;
}

#sub-headd  h2 {
    font-family: 'Lexend Mega', sans-serif;
    text-shadow: 3px 3px 8px black;
    font-size:25px;
    color: #ffffff;
    letter-spacing: 8px;
}

#sub-headd a {
    text-decoration: none;
    color: white;
    text-shadow: 5px 5px 5px 5px #0a0a0a;
    font-size:medium;
    border: 3px solid #115f3a ;
    padding: 10px 30px;
    border-radius: 10px;
    margin-top: 20px;
    box-shadow: 5px 5px 5px #424242;
    background-color: #1b1b1b47;
    letter-spacing: 0.5px;
    font-weight: 300;
}

#sub-headd a:hover {
	color: white;
	background-color: #115f3a; 
    text-transform: uppercase;
    letter-spacing: 1px;
    font-weight: 400;
}

.backvid{
    position:absolute;
    right:0;
    bottom:0;
    z-index: -1; 
    width: 100%;
    height: 100vh;
    justify-content: center;
    align-items: center;
    background-size: cover;
 
}

.pausebtn img {
    position: absolute;
    color: red;
    cursor: pointer;
    height: 30px;
    /* margin-left:35%; */
    /* margin-right: 0%; */
    margin-top: 10%;
    filter: invert(1);
    transition: transform 0.5s;
}

.pausebtn img:hover{
    transform: scale(1.2);
    filter:saturate(1);
}

.my-controls {
    display: flex;
    list-style: none;
    justify-content:center;  
}

.my-controls li {
    width: 40px;
    margin: 5px;
}

/* .backvid video{ 
    min-height: 100%;
    position: fixed;
    top: 0;
    z-index: -999;
} */

.parav {
    width: 100%;
    height: 400px;
    background-attachment: fixed;
    background-size: 100% 100%;
    padding: 100% 0px;
}

@media (min-aspect-ratio: 16/9) {
    .backvid {
        width:100%;
        height: auto;
    }

    /* #sub-headd .col-12 h1 {
        font-size: 70px;
    } */

     #features2 {
        width:100%;
        height: auto;
    }

    #feats1 .col-12 h1 {
        font-size: 40px;
        letter-spacing: 0.2px;
     }

     .carousel-caption p{
        font-size: 30px;
        margin: 0;
        padding: 0;
    }

}

@media (max-aspect-ratio: 16/9) {
   * {
        font-size: 15px;
    }

    .backvid {
        width:auto;
        height: 100%;
    }

    #sub-headd .col-12 h1 {
        font-size: 60px;
    }

    #sub-headd h2 {
        font-size: 18px;
    }

     #features2 {
        width: auto;
        height: 100%;
    }

    #feats1 .col-12 h1 {
        font-size: 40px;
        letter-spacing: 0.2px;
     }

    .carousel-caption p{
        font-size: 30px;
        justify-content: center;
    }
}

@media screen and (min-width: 280px)  and (max-device-width: 670px) {
 * {
        font-size: 14px;
    }

    .backvid {
        width:auto;
        height: 100%;
    }
    #sub-headd .col-12 h1 {
        font-size: 30px;
    }

    #sub-headd h2 {
        font-size: 15px;
    }

    #feats1 .col-12 h1 {
        font-size: 30px;
        letter-spacing: 0.2px;
     }

     .carousel-item {
        height: 300px;
    }
     .carousel-caption p{
        font-size: 20px;
        text-align: center;
    }
}

.row .col-12 .strip1 {
    font-family: 'Poppins', sans-serif;
    font-size: 22px;
    text-align: center;
    color: green;
    padding: 10px 50px 10px 50px ;
    justify-content: center;
    font-weight: 350;
    text-shadow: 3px 3px 10px #01010197;
}

/**levels**/
.feature2-row2 {
    width: 100%;
    margin: auto;
    display: flex;
    align-items: center;
    justify-content: space-around;
    flex-wrap: wrap;
     /* border: 1px solid rgb(156, 41, 41);  */
}

.feature2-col {
    flex-basis: 25%;
    text-align: center;
    Color: white;
    position: relative;
    /* background-color: #fdde51; */
}

.feature2-col img{
    width: 320px;
    padding: 2px;
    height: 310px;
   
}

.feature2-col h4{
    margin-bottom: 15px;
    font-size: 20px;
    font-weight: bold;
   font-family: 'Quicksand', sans-serif;
    letter-spacing: 0.5px;
}

.feature2-row2 .feature2-col p{
    font-size: 12px;
    margin: 0 5px;
    font-family: 'Poppins';
}

.feature2-col .overlay{
    position: absolute;
    bottom: 0;
    margin: 0px 40px 2px 35px;
    background-color: #00390aa9;
    overflow: hidden;
    width: 80%;
    height: 40px;
    padding-top: 5px;
    transition: 0.5s ease;
}

.feature2-col:hover .overlay {
    height: 90%;
}

/*ECS EXCELLENCE*/

 #feats1 h1{
    font-family: 'Lexend Mega', sans-serif;
    font-size: 45px;
    letter-spacing: 0.3rem;
    color:  #17794b;
    font-weight: bold;
    text-shadow: 3px 3px 3px rgba(10, 10, 10, 0.283);
    width: 100%;
    text-align: center;
}

#feats1 h1 hr {
   width:5%;
   display:inline-flex;
   border-width: 3px ;
   color:#022514;

}

.carousel {
    /* width:500px;
    height:500px; */
    margin: 0 10px;
  }

.carousel-item {
    width:100%;
    height:450px;
    background-color: #1d3d08db;
}

.carousel-item img {
    mix-blend-mode: multiply;
    height: 100%;
    width: 100%;
}

.carousel-caption {
    top: 100px;
    left: 50;
    padding: 50px;
    font-size: 50px;
    font-weight: bolder ;
    font-family: 'Questrial', sans-serif;
    color: white;
    text-shadow: 3px 3px 8px black;
    letter-spacing: 2px;
}

/*  CALENDAR + NEWS */
/* 
.hero2 {
    width: 100%;
    height: 50vh;
    /* background-image: linear-gradient(#98d173,#f5f299); 
    position: relative;
    padding: 5% 5%;
    display: flex;
    align-items: center;
    justify-content: center;
    position: absolute;
}
*/
/*
#event-calendar-cont , #latest-news-cont {
    font-family: 'Poppins', sans-serif;
    /* border: 2px solid red;
} 
*/

/* .two-col .row {
    border: 2px solid red;
}  */

.row .col-md-6 .lef {
    padding-top: 10px ;
    text-rendering: optimizeLegibility;
    /* border: 2px solid red; */
  }
  
.row .col-md-6 .ryt {
    padding-top: 10px ;
    /* border: 2px solid red; */
}

.col-md-6 h5 {
    text-align: center;
    padding: 5px 0px ;
    letter-spacing: 2px;
    font-weight: bold;
    color:#064326;
    text-shadow: 3px 3px 5px rgba(132, 132, 132, 0.437);
    font-family: 'Poppins', sans-serif;
}

.s-top {
    font-size: 28px;
    font-weight: bold;
    font-family: 'Lexend Mega', sans-serif;
    letter-spacing: 1px;
    text-align: center;
    line-height: 30px;
    text-shadow: 3px 3px 3px rgba(10, 10, 10, 0.283);
    color:#17794b;
}

.swiper {
    width: 500px;
    height: 200px;
    /* border: 2px solid #022514; */
    margin: 5px;
    /* padding: 5px; */
}

.swiper .swiper-slide {
    /* border: 2px solid #697b10; */
    cursor:pointer;
    margin: 0px 5px;
  }

  .swiper .swiper-slide:after {
    content: '';
    position: absolute;
 
    width: 100%;
    height: 100%;
    opacity: 0;
 }

  
 .swiper .swiper-slide img {
    width: 110px;
    height: 100px;
    /* border: 2px solid #697b10; */
    margin: 5px;
    padding-right: 10px;
  }
  
  .swiper .swiper-slide .s-cont {
    /* border: 2px solid red; */
    padding: 10px;
    height: 200px;
    padding-right: 35px;
    font-family: 'Poppins', sans-serif;
    font-weight: 350;
  }
 
  .swiper .swiper-slide p {
    /* border: 2px solid yellowgreen; */
    font-size: 20px;
    font-weight: bold;
    font-family: 'Questrial', sans-serif;
   /* margin-left: 25%; */

}

.swiper .swiper-container-horizontal > .swiper-pagination-bullets, .swiper .swiper-pagination-custom, .swiper  {
    bottom: 10px;
    left: 0;
    width: 100%;
 }

.swiper .swiper-pagination {
    position: absolute;
    z-index:10;
    right: 10px;
    text-align: center;
    left: auto !important;
    top: 50%;
    bottom: auto !important;
    /* transform: translateY(-50%); */
 }

.swiper .swiper-pagination .swiper-pagination-bullet {
    width: 11px;
    height: 11px;
    display: block;
    border-radius: 10px;
    background: #b19f15;
    opacity: 0.5;
    transition: all 0.3s;
 }

 .swiper .swiper-pagination .swiper-pagination-bullet-active {
    opacity: 1;
    background:#023d21;
    height: 30px;
    box-shadow: 0px 0px 20px #0000004d;
 }

 .swiper .swiper-pagination.swiper-pagination-bullets .swiper-pagination-bullet {
    margin: 8px 0;
 }

 .swiper-button {
    display: inline-flex;
    background-image: linear-gradient(#29550bd7,#d9d562dd); 
    box-shadow: 0px 14px 60px #2e262648;
    border-radius: 20px;
    color: rgb(255, 255, 255);
    text-decoration: none;
    text-align: center;
    letter-spacing: 1px;
    font-weight: 300;
    font-size: 12px;
    justify-content: center;
    margin-left: 80%;
    padding: 5px 5px;
    
 }

 .swiper .swiper-button:hover {
   opacity: 0.5;
 }

 @media  (max-aspect-ratio: 16 / 9) {
    .swiper-button {
        margin-left: 70%;
    }
    /* .s-cont {
        font-size: 13px;
    } */
    .swiper {
        max-width: 490px;
        height: 290px;
    }
    #feat5 {
        width: 100%;
        font-size: 14px;
    }

 }

 @media screen and (max-width: 992px) {
    .swiper {
      max-width: 480px;
      /* height: 500px; */
   }
   .swiper-button {
    margin-left: 60%;
    }
    #feat5 {
        width: 100%;
        font-size: 14px;
    }
 }
 
 @media screen and (max-height: 500px) and (min-width: 992px) {
    .swiper {
      height: 350px;
   }
   .swiper-slide img {
    height: 270px;
 }
    .swiper-slide {
    display: flex;
    align-items: center;
 }
}

@media screen and (max-width: 576px) {
    .swiper-slide img {
      width: 95%;
   }
   .s-cont {
    padding: 0;
    }
    .swiper-button {
        width: 100%;
    }
 }

 @media screen and (min-width: 280px)  and (max-device-width: 670px) {
    .swiper {
        max-width: 480px;
        height: 500px;
     }
    .swiper-slide img {
    height: 100px;
    width: 100px;
 }
    .swiper-button { 
        margin-left: 0%;
        margin-top: 10px;
    }
    .swiper-slide {
        margin-top: -10px
    }

    #feat5 {
        width: 100%;
        font-size: 14px;
    }

}

#feat5 {
    background: linear-gradient(#265b03ae,#eeb62a82); 
    box-shadow: 0px 14px 80px rgba(46, 38, 38, 0.4);
    width: 100%;
    border: none;
    letter-spacing: 1px;
    font-weight: 400;
    font-size: 16px;
    justify-content: center;
    font-family: 'Poppins', sans-serif;
    margin: 10px;
}

#feat5:hover {
    color: white;
    text-transform: uppercase;
    transition: 0.3s;
    background-color: #08331ff1;
    border: 1px solid white;
}



 .footer {
    background-color: #e9ecef;
    margin:0;
    padding: 0;
	box-sizing: border-box;
    color: black;
    width: 100%;
    font-family: 'Poppins', sans-serif;
    text-decoration: none;
    /* position: absolute; */
    /* background: url(p1.jpg); 
    background-size: cover;
    background: opacity(0.3);
    background: blur(4px); */
}

/* .cont-ft #bg-footer{
    background-image: url("p1.jpg");
    height: 50%;
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    position: relative;
    filter: opacity(50%);
    background: blur(4px);
}
  */

.foot {
    padding-top: 20px;
    padding-bottom: 12px;
    width: 100%;
    margin: 0;
}

.container #footer-cont{
	max-width: 1170px;
	margin:auto;
    ;
}

.row #footer-cont{
	display: flex;
	flex-wrap: wrap;
}

 #footer-ul{
	list-style: none;
}

.footer-col{
   width: 25%;
   padding: 0 15px;
   /* background-color: red; */
}

.footer-col h4{
	font-size: 18px;
	text-transform: capitalize;
	margin-bottom: 20px;
	font-weight: 500;
	position: relative;
    margin-top: 20px;
}

.footer-col h4::before{
	content: '';
	position: absolute;
	left:0;
	bottom: -10px;
	background-color:#17794b;
	height: 2px;
	box-sizing: border-box;
	width: 50px;
}

.footer-col ul li:not(:last-child){
	margin-bottom: 10px;
}

.footer-col ul li {
	font-size: 14px;
	display: block;
	transition: all 0.3s ease;
    list-style: none;
    color: black;
}

.footer-col ul li a {
    text-decoration: none;
    color: black;
}

.footer-col ul li a:hover{
	padding-left: 25px;
}

.footer-col .social-links a{
	display: inline-block;
	height: 40px;
	width: 40px;
	/* background-color: #ffffff33; */
	margin:0 10px 10px 0;
	text-align: center;
	line-height: 50px;
	border-radius: 50%;
	transition: all 0.5s ease;
    color: black;
}

.footer-col .social-links a:hover{
	color: #24262b;
	/* background-color: #ffffff;*/
} 

.logo-ft {
    max-width: 100%;
    height:auto;
    /* transform: rotateY(20deg); */
    filter: drop-shadow(18px 15px 12px rgba(2, 80, 2, 0.597));
    align-content: center;
    
}

#bottom-ft{
    text-align: center!important;
    text-decoration: underline lightgray;
    background-color: lightgray;
    color:black;
}

/*responsive*/
@media(max-width: 767px){
  .footer-col{
    width: 50%;
    margin-bottom: 30px;
}
}
@media(max-width: 574px){
  .footer-col{
    width: 100%;
}
}


/**CALENDAR**/
.event .event-section {
    /* padding: 0px 10px 10px 10px; */
    display: flex;
    align-items: center;
    justify-content: space-around; 
    flex-flow: wrap;
    /* flex-basis: 25%; */
    /* border: 2px solid red; */
    /* width:100%; */
}

.event .event-content {
    width: 100%;
    position: relative;
    /* height: 100%; */
}

 .content-text {
    width:100%;
    padding: 0px 10px 10px 15px;
    /* box-shadow: 2px 4px 4px 2px grey; */
    background: transparent;
        position:relative;
        margin: 0px;
    flex-basis: 30%;
    /* border: 2px solid green; */
    /* overflow: hidden; */
}

.content-text .event-menu h4 {
    font-size: 14px;
    font-weight:600;
    text-transform: uppercase;
    color:#022514;
    line-height: 2;
    font-family: 'Lexend Mega', sans-serif;
    
}

.content-text .event-menu h4::after {
    content: " ";
    display: block;
    width: 80%;
    height: 3px;
    background:#02462697 ;
    /* overflow: hidden; */
}

.content-text .event-text h4 {
    font-size: 12px;
    font-weight: 500;
    color:black;
    line-height: 1.5;
    text-align: right;
    font-family: 'Poppins', sans-serif;
}

@media screen and (max-width:767px) {
    .event .event-section {
        margin: auto;
    }

    .content-text {
        padding: 5px;
        margin: 2%;
    }

    .content-text .event-menu h4{
        font-size: 12px;
    }

    .content-text .event-menu::after {
        width: 10rem;
    }

    .content-text .event-text h4 {
        font-size: 10px;
    }

}


.mySwiper .swiper {
    width: 500px;
    height: 200px;
    /* border: 2px solid #022514; */
    margin: 5px;
    /* padding: 5px; */
}

.mySwiper .swiper-slide {
    /* border: 2px solid #697b10; */
    cursor:pointer;
    margin: 0px 5px;
    top:0;
  }

.mySwiper .swiper-slide:after {
    content: '';
    position: absolute;
 
    width: 100%;
    height: 100%;
    opacity: 0;
 }

.mySwiper .swiper-button-next, .swiper-button-prev {
    position: absolute;
    /* top: 50%; */
    /* width: calc(var(--swiper-navigation-size)/ 44 * 27);
    margin-top: calc(0px - (var(--swiper-navigation-size)/ 2)); */
    height: var(--swiper-navigation-size);
    z-index: 10;
    cursor: pointer;
    display: flex;
    align-items: center;
    justify-content: center;
    color:#17794b;
    /* color: var(--swiper-navigation-color,var(--swiper-theme-color)); */
}