body,h1,h2,h3,h4,h5,h6 {font-family: "Raleway", sans-serif}

body, html {
  height: 100%;
  line-height: 1.8;
  background-repeat: no-repeat;
  background-attachment: fixed;
  background-size: cover;
  background-image: url("img/pump.jpg");

}

.w3-bar .w3-button {
  padding: 16px;
}

.transparent-container {
  background: linear-gradient(90deg, rgba(0,0,0,1) 0%, rgba(0,0,0,0.8) 25%, rgba(0,0,0,0.6) 50%, rgba(0,0,0,0.8) 75%, rgba(0,0,0,1) 100%);
  
}

.company-name {
  padding:8px 16px;
  float:left;
  width:auto;
  border:none;
  display:block;
  outline:0;
  letter-spacing:3px;
  color: rgb(255, 255, 255);
  font-size: 25px;
  display: inline; /* Display by default */
  font-family:Audio;
}
.desktopview{
  display: flex;
}

/* slideshow */
.slideshow-container {
  max-width: 100%;
  position: relative;
  margin: auto;
}

#slideshot{
  max-width: 300px;
  position: relative;
  margin: auto;
}

.logo-img{
  float: left;
  position: relative;
  padding: 5px 5px;
}
    
/* Next & previous buttons */
.prev, .next {
  cursor: pointer;
  position: absolute;
  top: 50%;
  width: auto;
  padding: 16px;
  margin-top: -22px;
  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);
}

/* Caption text */
.text {
  color: #f2f2f2;
  font-size: 15px;
  padding: 8px 12px;
  position: absolute;
  bottom: 8px;
  width: 100%;
  text-align: center;
  /* <div class="text">Caption Text</div> */
}

/* The dots/bullets/indicators */
.dot {
  cursor: pointer;
  height: 15px;
  width: 15px;
  margin: 0 2px;
  background-color: #bbb;
  border-radius: 50%;
  display: inline-block;
  transition: background-color 0.6s ease;
}
.active, .dot:hover {
  background-color: #717171;
}
/* Fading animation */
.fade {
  -webkit-animation-name: fade;
  -webkit-animation-duration: 1.5s;
  animation-name: fade;
  animation-duration: 1.5s;
}
@-webkit-keyframes fade {
  from {opacity: .4} 
  to {opacity: 1}
}
@keyframes fade {
  from {opacity: .4} 
  to {opacity: 1}
}

.theight{
  height: 270px;
  font-weight:bolder;
}

#contact{
  position: fixed;
  right: 0%;
  padding-top: 20px;
}

.popslide-container{
  height: auto;
  width: 200px;
  margin-left: 50%;
  transform:translate(-50%,0);-ms-transform:translate(-50%,0)
}

/* On smaller screens, decrease text size */
@media only screen and (max-width: 450px) {
  .prev, .next, .text{font-size: 11px}
  .dot{
    height: 10px;
     width: 10px;
   }
  }
@media screen and (max-width: 600px) {
  #contact{
    position:relative;
  }
  .popoverlay{
    z-index: 999;
  }
}
@media screen and (max-width: 769px) {
  .company-name{
    display: none;
  }
  .desktopview{
    display: none;
  }
  .theight{
    height: 300px;
    width: auto;
  }
  #mvtext{
    font-size: 13px;
  }
  .popup{
    width: 330px;
  }
}
@media screen and (max-width: 1024px) {
  .company-name{
    display: none;
  }
}

@media screen and (min-width: 1024px) {
    .theight{
    width: 500px;
  }
}

@media screen and (min-width: 1440px) {
  .theight{
    width: 700px;
  }
}

@media screen and (min-width: 2560px) {
  .theight{
    width: 1200px;
  }
}

.popup {
  display: none;
  position: fixed;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  background-color: #f9f9f9;
  border: 2px solid #333;
  padding: 20px;
  border-radius: 5px;
  z-index: 9999;
}
/* Style for the overlay */
.popoverlay {
  display: none;
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.5);
  
}

.w3-card:hover .button-flip{
  transition: transform 1s;
  transform-style: preserve-3d;
  transform: rotateY(360deg);
}

.zoom:hover{
transform: scale(1.02);
box-shadow:0 4px 10px 0 rgb(49, 154, 0),0 4px 20px 0 rgba(49, 154, 0);
transition: transform 0.3s ease-in-out;
}

.zoom:hover img{
  transform: scale(1.04);
  transition: transform 0.8s ease-in-out;
}

.dropbtn {
  background-color: #000000;
  color: white;
  padding: 10px;
  font-size: 16px;
  border: none;
  cursor: pointer;
}

.dropbtn:hover, .dropbtn:focus {
  background-color: #0eae00;
}

.dropdown {
  position: relative;
  display: inline-block;
}

.dropdown-content {
  display: none;
  position: absolute;
  background-color: #f1f1f1;
  min-width: 200px;
  overflow: auto;
  box-shadow: 0px 8px 16px 0px rgba(0,0,0,0.2);
  z-index: 1;
}

.dropdown-content a {
  color: black;
  padding: 12px 16px;
  text-decoration: none;
  display: block;
}

.dropdown a:hover {background-color: #ddd;}

.show {display: block;}

.gradient-green{color:#000!important;background: linear-gradient(90deg, rgb(0, 166, 0, 1) 0%, rgb(24, 229, 24,1) 25%, rgb(79, 255, 79,1) 50%, rgba(24, 229, 24,1) 75%, rgba(0, 166, 0, 1) 100%)!important}
.gradient-gray{color:#000!important;background: linear-gradient(90deg, rgba(214,214,214,1) 0%, rgba(241,241,241,1) 25%, rgba(255,255,255,1) 50%, rgba(241,241,241,1) 75%, rgba(214,214,214,1) 100%)!important}

#mySidenav a {
  
  transition: 0.3s;
  padding: 5px;
  text-decoration: none;
  font-size: 20px;
  color: white;
  border-radius: 0px 50px 150px 0px;
  text-align: left;
}

#mySidenav a:hover {
  left: 0;
}

#whatsapp {
  top: 380px;
  background-color: #25D366;
  width: 170px;
  left: -110px;
  position: fixed;
}

#gmail {
  top: 435px;
  background-color: #DB4437;
  width: 130px;
  left: -70px;
  position: fixed;
}

/* for customer logo slider */
@keyframes slide {
  from {
    transform: translateX(0);
  }
  to {
    transform: translateX(-100%);
  }
}

.logos {
  overflow: hidden;
  white-space: nowrap;
  position: relative;
  padding: 40px 0;
}

.logos:before,
.logos:after {
  position: absolute;
  top: 0;
  width: 250px;
  height: 100%;
  content: "";
  z-index: 2;
}

.logos:before {
  left: 0;
  
}

.logos:after {
  right: 0;
  
}

.logos:hover .logos-slide {
  animation-play-state: paused;
}

.logos-slide {
  display: inline-block;
  animation: 25s slide infinite linear;
}

.logos-slide img {
  height: 50px;
  margin: 0 40px;
}