@import url('https://fonts.googleapis.com/css2?family=Poppins:ital,wght@0,100;0,200;0,300;0,400;0,500;0,600;0,700;0,800;0,900;1,100;1,200;1,300;1,400;1,500;1,600;1,700;1,800;1,900&display=swap');





* {font-family: poppins, Arial, Verdana;
  scroll-behavior: smooth;
 margin:0;
  box-sizing: border-box;
}

body {
}

#svgcontainer {padding:0vw 0vw 0vw 2vw;}

nav {top:20px;
  line-height: .7;
  z-index: 3;
    position: fixed;

      padding: 1.5vw 3vw 1.5vw 3vw;
  right:30px;
background:white;
}

a {padding: 1.5vw;
  color:black;
  font-size:16px;
}

.fade {
  animation-name: fade;
  animation-duration: 1.5s;
}

@keyframes fade {
  from {opacity: .4} 
  to {opacity: 1}
}

.contact-background {background: orange;}

.mySlides {display: none;
}

.dot {
  height: 15px;
  width: 15px;
  margin: 0 2px;
  background-color: #bbb;
  border-radius: 50%;
  display: inline-block;
  transition: background-color 0.6s ease;
}

.slideshow-container {background:black;
  overflow: hidden;
  width:100%;
  height:550px;
  
}

img {opacity:.5;
}

.product-images {opacity:1;}



.intro {position:absolute;
 top: 60%;
    left: 60%;
    transform: translate(-50%, -50%);
  font-size:3vw;
  color:white;
  z-index:1;
}



.vanish {display:none;
}



#svgcontainerr {scale:.3;}

#close-button {display: none;}


#menu-button {visibility:hidden;}

#mobilenav {visibility: hidden;
    position:fixed;
  z-indez:2;
  background:white;
  width:100%;
  height:100%;
   top: 0;
  left: 0;}

.intro-mobile {display:none;}

p{font-size:16px;

  }

.paragraph {max-width:400px;
margin:20px;}

h2 {
margin:20px;}

.border {color:white;
 position:absolute;
  top:30vh;
left:3vw;}

.whiteBack {background:white;
  margin:-50px 0px 0px 0px;
}

.video-section {position:relative;
}

video {
 display: block;
  margin: auto;
width:400px;
z-index:1;}

.video-text {position:absolute;
   left: 50%;
  bottom: 9%;
  transform: translate(-50%, 20%);
  bottom:0px;
  text-align:center;

}

.client-image {width:100%;
opacity:1;}

.productsFlex {display: flex;
flex-wrap: wrap;
justify-content: space-evenly;
  background:white;
gap:20px;}


.headlineMargin {margin:40px;}
.imageCard {
  width: 20%;
  background-color: white;
  box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.2), 0 6px 20px 0 rgba(0, 0, 0, 0.19);
  
 
}

.imageText {
  text-align: center;
}


.address {max-width:300px;
color: black;
margin:19px;}

.listofservices {
padding: 0 0vw 0vw 4vw;
width:200px;
}

contact-c{width:200px;}

#contact-d {width: 280px;
}

.flex {display: flex;
flex-wrap: wrap;}





@media only screen and (max-width: 490px) {
  nav {display:none;
  line-height:1;
  margin:30vw 10vw 10vw 10vw;
  font-size: 55px;
  background:white;
    text-decoration:none;
  }
  
  
  
  .intro {display:none;}
  
  a {text-decoration:none;
  color:black;
  font-weight:bold;}
  
  .border {
    position:static;
    margin-top: -5px;}
  
  #close-button {position:fixed;
  top:4vw;
  right:4vw;}
  
  .vanish {display:block;}
  
  
  
  #menu-button {position:fixed;
    visibility:visible;
    z-index:2;
  top:9px;
  left:9px;}
  
  .imageCard {
  width: 40%;
  }
  
  #svgcontainer {
  scale: .5;
    display: grid;
  place-items: center;
  }
  
  video {width:100%;
  }
  
  .border {display:none;}
  
.slideshow-container {height:200px;
  background:white;}
  
  img {opacity:1;}
  
  .intro-mobile {
    margin:9px;
    padding-bottom:20px;
    display:block;
     }
  
  .video-text {
   left: 45%;
}
  
}
 