body{
  font-family: 'Geologica', sans-serif;
font-family: 'Ubuntu', sans-serif;
}

.nav1{
    display: flex;
    background-color: black;
    color: white;
    width: 100%;
    height: 40px;
    align-items: center;
    justify-content: end;
   
}
.nav1 a:hover{
  text-decoration: underline;
}
.nav1 a{
    color: white;
    padding: 15px;    
    text-decoration: none;
   
}

.nav2{
    display: flex;
    width: 100%;
    height: 70px;
    padding: 10px;
    align-items: center;
    margin: 20px;
}
.nav2>img{
    height: 70px;
    width: 20%;
    padding: 20px;
}
.nav2>input{
    width: 20%;
    padding: 20px;
    align-items: center;
    margin-left: 200px;
    height: 10px;
}
.nav2 div{
    display: flex;
    height: 50px;
    align-items: center;
    padding: 10px;
}
.nav2 div img{
    height: 60px;
    margin-left: 300px;
    width: 20%;
}
.nav3{
    display: flex;
   align-items: center;
      
}
.nav3 a{
    margin: 6px;
    text-decoration: none;
    color: black;
}
.nav3 a:hover{
    background-color: black;
    color: white;
}

* {box-sizing:border-box}

/* Slideshow container */
.slideshow-container {
  max-width: 100%;
  position: relative;
  margin: auto;
}

/* Hide the images by default */
.mySlides {
  display: none;
}

/* Next & previous buttons */
.prev, .next {
  cursor: pointer;
  position: absolute;
  top: 50%;
  width: auto;
  margin-top: -22px;
  padding: 16px;
  color: white;
  font-weight: bold;
  font-size: 18px;
  transition: 0.6s ease;
  border-radius: 0 3px 3px 0;
  user-select: none;
}

/* Position the "next button" to the right */
.next {
  right: 0;
  border-radius: 3px 0 0 3px;
}

/* On hover, add a black background color with a little bit see-through */
.prev:hover, .next:hover {
  background-color: rgba(0,0,0,0.8);
}

.images1{
  display: flex;
  width: 100%;
  margin: auto;
  
}
.images1 div{
  margin: 10px;
  box-shadow: rgba(0, 0, 0, 0.35) 0px 5px 15px;
}
.images1 div img{
  width: 100%;
 
}
.images1 div div{
  font-size: 20px;
  text-align: center;
  height: 30px;
}
.main h1{
  text-align: center;
  color: grey;
}
.container{
  display: flex;
  padding: 20px;
 justify-content: space-around;
 
}
.container div{
  margin: 15px;
}

.container img{
  width: 600px;
}
.container a{
text-decoration: none;
color: black;
margin: 5px;
font-size: 14px;
}
.container p{
  text-align: justify;
}
.container button{
  justify-content: left;
}
.container a:hover{
  background-color: black;
  color: white;
}


.images2{
  display: flex;
  width: 100%;
  text-align: center;
  font-size: 20px;
}

.images2 div img{
  width: 100%;
}
.images2 div{
  margin: 10px;
}

.smalldiv img{
  height: 475px;
}

.logo{
  display: grid;
  grid-template-columns: repeat(8, 1fr);
  gap: 20px;
  margin-top: 30px;
}
.logo img{
  width: 60%;
  margin: auto;
}

.main2{
  display: flex;
  margin-top: 80px;
}
.main2 img{
  width: 600px;
}
.main2 div{
  margin: 20px;
}

.main2 button{
  color: white;
  background-color: black;
  height: 50px;
}
.main2 button:hover{
  background-color: red;
}

.testimonials{
  text-align: center;
}

.testimonials button{
  color: black;
  height: 40px;
  width: 150px;
  font-size: 20px;
}
.testimonials button:hover{
  color: red;
}


.rewards{
  display: grid;
  grid-template-columns: repeat(6, 1fr);
  margin-top: 50px;
  text-align: center;
  background-color: rgb(169, 175, 183);
}
.rewards img{
  width: 40%;
  height: 60px;
  margin-top: 30px;
}

.one{
  width: 40%;
  height: 60px;
  margin-left: 200px;
}

.footer{
  display: flex;
  font-size: 12px;
  background-color: rgb(58, 56, 56);
  color: white;
  height: 500px;
}

.footer div{
  margin: 60px;
}
.footer div a{
  text-decoration: none;
  color: white;
  margin: 10px;
}
.footer div a:hover{
  color: red;
}
.div4 h2{
  margin-top: 160px;
}
.div4 img{
  margin-top: 20px;
}



