@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;
    padding:6%;;
    font-family: 'Poppins', sans-serif;
    /* background-image: linear-gradient(#98d173,#f5f299); */
    position: relative;
    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;
  }



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



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


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

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

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

}

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

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

.row .col .strip1 {
    font-family: 'Poppins', sans-serif;
    text-align: center;
    color: green;
    padding: 10px 50px 10px 50px ;
    justify-content: center;
    text-shadow: 3px 3px 10px #01010197;
    margin-top: -100px;
    z-index: 5;
    /* width: 100%; */
}

.strip1 #sfirst {
    font-size: 20px;
    letter-spacing: 1.2px;
    font-weight: 600;
    text-shadow: 3px 3px 10px #010101bb;
}

.strip1 #ssec {
    font-size: 15px;
    font-weight: 400;
}