@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;
}

body {
    /* background-color:#118951; */
    background-image: linear-gradient(#99d17360,#f5f29977);
    background: url(bg2.webp);
    background-size: cover;
    background-repeat: repeat;
}

.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;
  }



.backvid img{
    position:absolute;
    z-index: -2; 
    width: 100%;
    height: 100vh;
    background-size: cover;
    /* margin-top: 4%; */
}


@media (min-aspect-ratio: 16/9) {
    .container {
        margin-top: -100px;
    }
}

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

    .wrap-hero{
        padding-top: 5%;
        margin: 15% 0% 10% 0%;
    }

    .container {
        margin-top: 50px;
    }
   

}

@media screen and (min-width: 280px)  and (max-device-width: 670px) {
 * {
        font-size: 14px;
    }
    .wrap-hero{
        padding-top: 5%;
        margin: 20% 0% 10% 0%;
    }
}

@media screen and (min-width: 768px)  and (max-device-width: 1180px) {
    * {
           font-size: 14px;
       }
       .wrap-hero {
        padding-top: 5%;
        margin: 0%;
    }
}

@media screen and (min-width: 540px) {
    * {
           font-size: 14px;
       }
       .wrap-hero{
           padding-top: 5%;
           margin: 5%;
       }
   }

   @media screen and (min-width: 1024px) {
    * {
           font-size: 14px;
       }
       .wrap-hero {
           padding-top: 5%;
           margin: -5% 0% 0% 0%;
       }
   }



.hero {
    width: 100%;
    height: auto;
    padding:8%;
    font-family: 'Poppins', sans-serif;
    background-image: linear-gradient(#57c21075,#f5f299a7);
    position: relative;
    display: flex;
    /* align-items: center;
    justify-content: center;*/ 
    z-index: -2;
    background-color: transparent;
}

.hero .wrap-hero {
    margin-left: -2%;
}

.hero h1 {
    margin: 0;
    line-height: 54px;
    text-transform: uppercase;
    font-size: 48px;
    padding-left: 25px;
    position: relative;
    letter-spacing: 5px;
    color:  #17794b;
    font-weight: 600;
    text-shadow: 3px 3px 3px #0a0a0a55;
    font-family: 'Questrial', sans-serif;
    
}

.hero h1::before {
    content: '';
    width: 8px;
    line-height: 55px;
    bottom: 0;
    height: auto;
    position: absolute;
    left: 0;
    top: 0;
    /* margin-right: 22px; */
    background-color:#085f36fa;
    box-shadow: 3px 3px 3px #0a0a0a55;
}

.wrapper {
    margin-top: -100px;
    width: 100%;
    height:auto;
}

#wrap-cont {
    background-color: white;
    width: 100%;
    height:auto;
}

.abt-top {
    font-family: 'Quicksand', sans-serif;
    font-size: 24px;
    font-weight: bold;
    color:#064326;
    text-shadow: 3px 3px 3px #0a0a0a3a;
    margin-left: 5px;
}

.abt-cont {
    font-family: 'Poppins', sans-serif;
    font-size: 15px;
    margin-left: 30px;
}



.cont-ft {
    z-index: 5;
}

.footer {
    background-color: #e9ecef;
    margin:0;
    padding: 0;
	box-sizing: border-box;
    color: black;
    width: 100%;
    font-family: 'Poppins', sans-serif;
    text-decoration: none;
    z-index: 5;
}

.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;
    padding: 10px;
}

#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%;
}
}
