html{
  scroll-behavior: smooth;
}
body {
  font-family: "Lato", sans-serif;
  background-color: whitesmoke !important;  

}

.sidenav {
  height: 100%;
  width: 0;
  position: fixed;
  z-index: 1;
  top: 0;
  left: 0;
  background-color: #111;
  overflow-x: hidden;
  transition: 0.5s;
  padding-top: 60px;

}

.sidenav a {
  padding: 8px 8px 8px 32px;
  text-decoration: none;
  font-size: 25px;
  color: #818181;
  display: block;
  transition: 0.3s;
}

.sidenav button a{
  font-size: 15px;
  padding: 0;
}
.sidenav a:hover {
  color: #f1f1f1;
  text-decoration: none;
}
#menurev{
  padding-top: 50px;
  visibility: hidden;
  float: right;
  
}
@media (max-width:1000px) {
  .affliate{
    margin-bottom: 50px;
  }
  .vendor-img{
    margin-top: 50px;
  }
}
@media (max-width:769px) {
  
  .affliate-img{
    display: none;
  }
  .vendor-img{
    display: none;
  }
}
@media (max-width:469px) {
  .vendor{
    margin-bottom: 80px;
  }
  .affliate{
    margin-bottom: 80px;
  }
}
@media (max-width:355px) {
  .vendor{
    margin-bottom: 120px;
  }
  .affliate{
    margin-bottom: 180px;
  }
}
@media (max-width:600px) {
  #menurev{visibility: visible;}
  header ul{
    display: none;
  }
 
  .account{
    display: none !important;
    }
 
}
.sidenav .closebtn {
  position: absolute;
  top: 0;
  right: 25px;
  font-size: 36px;
  margin-left: 50px;
}

#main {
  transition: margin-left .5s;
  padding: 16px;
}
@media (max-height: 450px) {
  .sidenav {padding-top: 15px;}
  .sidenav a {font-size: 18px;}
}
#mySearch {
  width: 100%;
  font-size: 18px;
  padding: 11px;
  border: 1px solid #ddd;
}
li{
  list-style: none;
}
header{
  width: 100%;
  height: 100px;
  box-shadow: 0px 0px 30px ;
  background-color: white;
}
header ul{
  float: right;
  margin-top: 70px;
  margin-right: 20%;
  
}
header ul li{
  margin-left:50px;
  text-align: center;
  display: inline;
  font-size: 17px;
}
header ul li a{
  color: rgb(39, 39, 39);
}
header ul li a:hover{
  text-decoration: none;
  color:rgb(39, 39, 39);
 font-weight: bold;  
}
.box-cover{
  height: 650px;
  background-size: cover;
  background-image: url(img/business-young-successful-male-entrepreneur-showing-thumb-up-while-working-laptop-standing.jpg);
}
@media (max-width:800px){
  .box-cover{
  height: 700px;
  background-size:cover;
  background-position: -300px;
  position: relative;

 }
 }
.box{
width: 500px;
height: 350px;
border-radius:1rem;
box-shadow: 0px 0px 10px ;
margin: 0% 10% 0px 10%;
background-color: whitesmoke;
}
.box h1{
  font-family:geneva;
  padding: 30px 30px 20px 30px ;
  
}
.box h5{
  padding: 10px 0px 0px 30px ;
  line-height: 2rem;
  font-family: Cambria;
}
.account{
margin: -370px 0px 0px 65%;
width: 200px;
height: 70px;
background-color: whitesmoke !important;
}
.account:hover{
background-color: rgb(61, 60, 60)!important;

}

@media(max-width:900px){
  .box{
    margin: 200px 0 0 10px -0px;
    width: 300px;
    height: auto;
    padding-bottom: 20px;
    
    }
.account{
  margin: -370px 0px 0px 65%;

      }
}
@media (max-width:600px) {
  .box{
    width: 80%;
    height: 350px;
    margin-top: 100px;
    padding-right: 10px;
    }
}
@media (max-width:400px) {
  .box{
    width: 80%;
    height: auto;
    padding-bottom: 20px;
    }  
}
.card-deck a{
  text-decoration: none;
  color:#111;
}
.card-deck a:hover{
  text-decoration: none;
  color:#111;
}
.card-deck img{
  width: 100%;
  height: 250px;
}
.card-deck{
  width: 100% !important;
}
.card-deck h2{
font-size: 20px;
}
.card-deck h4{
  font-size: 16px;
  }
  .card-deck .card{
    height: 520px ;
    width: 100%;
   }
   .card-deck .ded{
    margin-right: -20px !important;
  }
   @media(max-width:1600px){
    .card-deck .card{
      height:550px !important;
     }
   }
   @media(max-width:1430px){
    .card-deck .card{
      height:600px !important;
     }
     .card-deck .ded{
      margin-right: 10px !important;
           }
     
   }
   @media(max-width:1200px){
    .card-deck .card{
      height:500px !important;
     }
   }

   @media(max-width:900px){
    .card-deck .card{
      height:550px !important;
     }
    
   }
   @media(max-width:750px){
    .card-deck .card{
      height:600px !important;
     }
    
   }
   @media(max-width:600px){
    .card-deck .ded{
      margin-right: 0px !important;
           }
   } 
   @media(max-width:570px){
    .card-deck .card{
      height:auto !important;
     }
   }
footer{
  height: auto;
 background-color:white;
 padding-top: 30px;
}
footer i{
  font-size:xx-large;
  cursor: pointer;
}
footer ul{
  padding:20px 5% ;
  text-align: center;

}
footer ul a{
  color: black;
}
footer ul a:hover{
  text-decoration: none;
  color:black;
  margin-left: 5px;
  transition: 0.3s;
}
footer input{
  outline: none;
}
iframe{
  width: 100%;
  height: 700px;
}
#about{
  font-size: 20px;
  line-height: 40px;
  font-family: Arial, Helvetica, sans-serif ;
  background-color: whitesmoke !important;
}
.affliate{
  height: 300px;
}

.affliate-img button{
 margin: 180px 0px 0px 250px;
 padding: 10px;
}
.vendor{
  height: 350px;
}

.vendor-img button{
  margin: 160px 0px 0px 220px;
  padding: 10px;
 }
 .bob{
  margin-left: 0px !important;
 }
.h3{
  background-color:gray !important;
  border-radius: 6px;
  color: white !important;
  padding: 12px;
  height: auto;
}

/* The snackbar - position it at the bottom and in the middle of the screen */
#snackbar {
  visibility: hidden; /* Hidden by default. Visible on click */
  min-width: 250px; /* Set a default minimum width */
  margin-left: -125px; /* Divide value of min-width by 2 */
  background-color: green; /* Black background color */
  color: #fff; /* White text color */
  text-align: center; /* Centered text */
  border-radius: 2px; /* Rounded borders */
  padding: 16px; /* Padding */
  position: fixed; /* Sit on top of the screen */
  z-index: 1; /* Add a z-index if needed */
  left: 50%; /* Center the snackbar */
  bottom: 30px; /* 30px from the bottom */
}

/* Show the snackbar when clicking on a button (class added with JavaScript) */
#snackbar.show {
  visibility: visible; /* Show the snackbar */
  /* Add animation: Take 0.5 seconds to fade in and out the snackbar.
  However, delay the fade out process for 2 seconds */
  -webkit-animation: fadein 0.5s, fadeout 2s;
  animation: fadein 0.5s, fadeout 2s;
}

/* Animations to fade the snackbar in and out */
@-webkit-keyframes fadein {
  from {bottom: 0; opacity: 0;}
  to {bottom: 30px; opacity: 1;}
}

@keyframes fadein {
  from {bottom: 0; opacity: 0;}
  to {bottom: 30px; opacity: 1;}
}

@-webkit-keyframes fadeout {
  from {bottom: 30px; opacity: 1;}
  to {bottom: 0; opacity: 0;}
}

@keyframes fadeout {
  from {bottom: 30px; opacity: 1;}
  to {bottom: 0; opacity: 0;}
}
#good a{
  color:black;
  font-weight: 600;

}
#good a:hover{
  text-decoration: none;
  font-weight: 100;
}
#good .card-header{
  background-color: rgba(255, 255, 255, 0.349);
}
footer{
  border-top: 1px solid gray;
}
header{
  border-bottom: 1px solid gray;
}

/* Float four columns side by side */
.kolumn {
  float: left;
  width: 25%;
  padding: 0 5px;
}

.rhow {margin: 0 -5px;}

/* Clear floats after the columns */
.rhow:after {
  content: "";
  display: table;
  clear: both;
}

/* Responsive columns */
@media screen and (max-width: 600px) {
  .kolumn {
    width: 100%;
    display: block;
    margin-bottom: 10px;
  }
}

/* Style the counter cards */
.kard {
  box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.2);
  padding: 16px;
  text-align: center;
  background-color: #444;
  color: white;
}

 .kard .fa {font-size:50px;}
