*{
    overflow-x: hidden;
    letter-spacing: 1px;
    font-family: Verdana, Geneva, Tahoma, sans-serif;
}
.contain{
    margin: 0px!important;
    padding: 0px!important;
}
.header{
    justify-content: space-around; 
    align-items: center;
    height: 80px;
    font-size: 18px;
    background-color: hsl(220, 16%, 96%);
    font-family: 'Lucida Sans', 'Lucida Sans Regular', 'Lucida Grande', 'Lucida Sans Unicode', Geneva, Verdana, sans-serif;
}
.footer{
    background-image: url(../images/Logos.jpeg);
}
li{
    list-style: none;
    margin:0px 20px;
    color: gray;
}
a{
    text-decoration: none;
    font-weight: bold;
    color: #ccc;
}

button{
    border-radius: 20px!important;
    width: 150px;
    font-size: 15px!important;
}
.toggle{
    width: 10px!important;
}
#logo-head{
    width: 20vh;
}
.switch{
    width: 60px;
    position: relative;
    display: block!important;
}
.check{
    position: relative;
    width: 80px;
}
img .han{
    font: 100px!important;
}
.icon{
    margin-right: 20px;
    position: absolute;
    bottom: 2;
    right: 0;
}
.slider{
    background-color: #ccc;
    height: 26px;
    position: absolute;
    border-radius: 30px;
    top: 0;
    right: 0;
    left: 0;
    bottom: 0;
}
.slider:before{
    background-color: white;
    content: "";
    position: absolute;
    height: 26px;
    left: 6px;
    width: 26px;
    border-radius: 30px;
    transition: 1s;
}
input:checked + .slider{
    background-color: #2196F3;
}
input:checked + .slider:before{
    transform: translateX(26px);
}
.image2 img{
    height: 500px;
    position: absolute;
    width: 40%;
    margin-left: 100px;
}
.image1 img{
    position: absolute;
    height: 420px;
    width: 50%;
}
.row{
    width: 105%;
    padding-left: 110px;
    padding-right: 50px;
}
.margin{
    margin-top: 100px;
    margin-bottom: 100px;
    letter-spacing: 2px;
}

.head{
    padding-left: 110px;
}
.light{
    background-color: hsl(220, 16%, 96%);
    display: none;
    position: fixed;
    z-index: 1;
    margin-top: 0px!important;
    width: 100%!important;
    margin-left: 0px!important;
    height: 10vh;
}
a button{
    color: black;
}
a button:hover{
    color: black!important;
}
.img{
    height: 4.2vh!important;
}
.top-space{
    margin-top: 40px!important;
}
.contain2{
    padding-top: 20px!important;
}
h6{
    font-weight: bold;
    letter-spacing: 2px;
}
.why{
    font-size: 40px!important;
}
.header{
    position: fixed;
    width: 100%;
    z-index: 1!important;
}
#check{
    display: none;
}
/* input:checked  + .menu-resp{
    background-color: black!important;
    color: red;
} */
.resp-menu{
    margin-top: 10vh;
    display: none;
    margin-bottom: 0px!important;
    position: fixed;
    z-index: 1;
    background-color: hsl(220, 16%, 96%);
    text-align: center;
    padding: 0px;
    width: 39%;
    margin: 10vh;
    border-radius: 30px;
}
.resp-menu li{
    padding: 20px!important;
    font-size: 23px;
}
.resp-menu li a:hover{
    color: black;
}
.menu-resp ul{
    background-color: #2196F3;
    position: absolute;
    transition: 3s;
    left: -370px;
}
.last{
    display: none;
}
#check{
    position: absolute;
    top: 0;
    right: 0;
}
.men-bar{
    position: absolute;
    font-size: 40px;
    left:100%;
    color: white;
    top: 65px;
    background-color: gray;
}
/* #checker:checked +.men ul{
    background-color: #2196F3;
} */
.men{
    margin-top: 10vh;
    height: 50vh;
    
}
input[type="checkbox"]:checked ~ .men{
    left: 10%;
    background-color: yellow!important;
}
#head{
    display: block!important;
    background-color: #2196F3!important;
}
.menu-icon{
    display: none!important;
}
.men ul{
    line-height: 50px;
    position: absolute;
    left: -20%;
    right:20%;
    width:50%;
    top: 10%;
    border-radius: 20px;
    transition: 1s;
    background-color: grey;
}  
.menu-icon {
    font-size: 30px;
    cursor: pointer;
    display: inline-block;
    padding: 10px;
    position: absolute;
    top: 10px;
    right: 10px;
}
  
  .menu {
    height: 40%;
    background-color: #333;
    position: fixed;
    top: 0;
    right: -100%; 
    transition: right 0.3s ;
    z-index: 1000;
    border-radius: 25px;
    margin-top: 80px;
    transition: 1s;
    width: 100%!important;
  }
  #menu-toggle{
    display: none;
  }
  .menu ul {
    list-style-type: none;
    padding: 0;
    margin: 0;
    padding-top: 25px;
  }
  
  .menu li {
    padding: 15px;
    text-align: center;
    display: flex;
  }
  
  .menu li a {
    color: white;
    text-decoration: none;
  }
  
  .close-menu {
    font-size: 30px;
    cursor: pointer;
    display: inline-block;
    padding: 10px;
    position: absolute;
    top: 10px;
    left: 10px;
    color: white;
    
  }
  
  .cancel-button {
    display: block;
    width: 100%;
    text-align: center;
    padding: 15px;
    background-color: #444;
    color: white;
    cursor: pointer;
    position: absolute;
    bottom: 0;
  }  
  input[type="checkbox"]:checked ~ .menu {
    right: 0; /* Slides the menu into view */
    height: 50vh!important;
  }
  #myTopnav{
    display: none;
  }
  @media screen and (max-width: 800px) {
    .topnav a:not(:first-child) {display: none;}
    .topnav a.icon {
      float: right;
      display: block;
    }
    #myTopnav{
        display: block;
      }
    .topnav.responsive {position: relative;}
    .topnav.responsive .icon {
    position: absolute;
    right: 0;
    top: 0;
    }
    .topnav.responsive a {
        float: none;
        display: block;
        text-align: left;
    }
}
#myTopnav{
    margin-top: 10vh;
    margin-bottom: 0px!important;
    border-radius: 20px;
}
.dark-mode{
    display: flex;
    width: 100%;
}
.dark-mode h5{
    margin-right: 30px!important;
}