  @import url('https://fonts.googleapis.com/css2?family=Poppins:wght@400&display=swap');
  @import url('https://fonts.googleapis.com/css2?family=Nunito+Sans:opsz,wght@6..12,300&family=Roboto:wght@700&display=swap');
  @import url('https://fonts.googleapis.com/css2?family=Raleway:ital,wght@0,100..900;1,100..900&family=Ubuntu:ital,wght@0,300;0,400;0,500;0,700;1,300;1,400;1,500;1,700&display=swap');

  p {font-family: 'Ubuntu', sans-serif;
  }

  h1, h2, h3, h4, h5, a, label, table, li, .options {
    font-family: 'Poppins', sans-serif;
  }
  h3 {
    font-size: 1.5em;
  }
  html {
    height: 100vh;
  }
 body {
    min-height: 100vh;
    color: #6e6e6e;
    display: flex;
    flex-direction: column;
    margin-bottom: 0;
  }    
  .about-moderntech, .contacts-page, .products-page, .product-item {
      padding-left: 15vh;
      padding-right: 15vh;
      padding-top: 5vh;
      padding-bottom: 5vh;
      font-size: 1.2em;
    }

    @media screen and (max-width: 700px) {
      .about-moderntech, .contacts-page, .products-page, .product-item {
        padding-left: 5vh;
        padding-right: 5vh;
        padding-top: 5vh;
        padding-bottom: 5vh;
        font-size: 1em;
      }
    }

/* Header Items */
  #moderntech-logo {
    /* border-radius: 4px; */
    height: 50px;
  }  
    @media screen and (max-width: 600px) {
      #moderntech-logo {
        margin-top: 5%;
        height: 35px;
      }

  }
  .header-div {
      display: flex;
      flex-direction: row;
      flex-wrap: wrap;
      justify-content: space-between;
      padding-left: 4%;    
      padding-right: 4%;  
      margin-top: 15px;
      margin-left: 2%;  
      margin-right: 2%;  
      padding-bottom: 15px;
      border-bottom: 2px solid grey;
      position: relative;

      }
    .navbar{
      margin-top: 15px;
      float: right;
      font-weight: 300;
      font-size: 1.1em; 
      font-family: 'Poppins', sans-serif;
    }
.sidebar {
      position: fixed;
      top: 0;
      right: 0%;
      text-indent: 10px;
      height: 100vh;
      width: 250px;
      z-index: 999;  
      color: #ffffff;
      background-color: #38b6ffbe;
      backdrop-filter: blur(5px);
      display: none;
      flex-direction: column;
      align-items: flex-start;
      justify-content: flex-start;
      transition: all 0.5s linear;
    }

    .sidebar a{
      color: #ffffff;
      width: 100%;
    }
    .sidebar a:hover{
      background-color: #8d9ef038;
    }
    .sidebar i {
      position: fixed;
      top: 20px;
      right: 20px;
    }
    .sidebar i:hover {
      color: rgb(255, 255, 255);
      cursor: pointer;
    }
    @media screen and (max-width: 600px) {
      .sidebar{
        width: 100%;
        text-indent: 40px;
      }

  }
    .logo {
    float: left;
    }
    .nav-item{
    text-decoration: none;
    color:#3b3b3b;
    padding: 3px 8px;
    text-transform: uppercase;
    
    }

    .navbar a:hover{
     color: #ffffff;
     background-color:#38b6ff;
     border-radius: 20px;
     opacity: 95%;
     /* font-size: 1.02em; */
     transition: 0.3s linear
    }
    .navbar .icon {
      display: none;
    }

    @media screen and (max-width: 765px) {
      .navbar a:not(:last-child) {display: none;}
      .navbar a.icon {
        float: right;
        display: block;
        /* margin-top: 50px; */
      }
    }
    
    @media screen and (max-width: 700px) {
      .navbar.responsive {position: relative;}
      .navbar.responsive .icon {
        position: absolute;
        right: 0;
        top: 0;
      }
      .navbar.responsive a {
        float: none;
        display: block;
        text-align: left;
      }
    }

/* HOMEPAGE */
.product-slideshow {
      margin-left: 20px;
      margin-right: 20px;
      margin-top: 15px;
      padding-top: 3vh;
      padding-bottom: 3vh;
      min-height: 300px;
      background-image: url("/img/background2.jpg");
      background-size: fill;
      text-align: center;
      justify-content: center;
      border-radius: 5px;
    }
  .mySlides {
    text-align: center;
    justify-content: center;
    margin: auto;
    max-width: 700px;
    width: auto;
  }
  #product-img {
    max-height: 400px;

  }

/* Our Vendors*/
@keyframes slide {
  from {
    transform: translateX(0);
  }
  to {
    transform: translateX(-100%);
  }
}
    #vendor-logo {
      height: 65px;
      padding: 0 30px;
    }
    .vendors-brand-slider {
      margin-top: 0px;
      margin-bottom: 40px;
      white-space: nowrap;
      position: relative;
      overflow-x: hidden;
    }
    .vendors-brand-slider:before, 
    .vendors-brand-slider:after {
      position: absolute;
      top: 0;
      width: 350px;
      height: 100%;
      content: "";
      z-index: 2;
    }
    /* .vendors-brand-slider:before {
      left: 0;
      background: linear-gradient(to left, rgba(255, 255, 255, 0), white);
    }
    .vendors-brand-slider:after {
      right: 0;
      background: linear-gradient(to right, rgba(255, 255, 255, 0), white);
    } */
    /* .vendors-brand-slider:hover .brands {
      animation-play-state: paused;
    } */
    .brands {
      display: inline-block;
      animation: 40s slide infinite linear;
      overflow: hidden;
    }
  @media screen and (max-width: 600px) {
    .vendors-brand-slider:before {
      left: 0;
      background: none;
      }
    .vendors-brand-slider:after {
      right: 0;
      background: none;
    }
    .about-moderntech {
      padding-left: 10px;
      padding-right: 10px;
    }
    #vendor-logo {
      height: 40px;
      padding: 0 15px;
    }
    .brands {
      animation: 25s slide infinite linear;
    }
    }
    

/* PRODUCTS PAGE */




  
/* OUR SOLUTIONS PAGE */
 .solutions-page {
  margin-top: 20px;
  margin-bottom: 20px;
  margin-right: 100px;
  margin-left: 100px;
  text-align: center;
  font-size: 1em;
  /* border: solid;
  border-color:aquamarine; */
  }  
  .solutions-title {
    margin-bottom: -5px;
  }
  .solutions-wrapper-left, .solutions-wrapper-right {
    display: flex;
    justify-content: center;
    align-items: center;
    margin-top: 20px;
    margin-bottom: 20px;
    /* border: solid;
    border-color:rgb(158, 16, 223); */
  }
  .solutions-wrapper-left {
    padding-left: 80px;
    flex-direction: row;
    text-align: left;
  }
  .solutions-wrapper-right {
    padding-right: 80px;
    flex-direction: row-reverse;
    text-align: right;
  }
  .solutions-content {
    display: flex;
    flex-direction: column;
    padding: 50px;
    min-width: 300px;
    width:fit-content;
    /* border: solid;
  border-color:rgb(52, 2, 168); */
  }
  #solutions-img {
    width: 100%; 
    height: 100%;
    object-fit: fill;
    max-width:600px;
    max-height: 200px;
    min-width: 400px;
    box-shadow: 0 20px 40px rgba(0, 0, 0, 0.411);
    border-radius: 3px;

    /* border-style: dashed;
    border-color: red; */
    /* min-width: 300px;
    min-height: 100px; */
  }
  .solutions-img {
    display: flex;
    height: 100%;
    width: 90%;
    /* min-width: 400px; */
    position: relative;  
    text-align: center;
    justify-content: center ;
    }
  /* [2] Transition property for smooth transformation of images */
.solutions-img img {
  transition: transform .5s ease;
}
/* [3] Finally, transforming the image when container gets hovered */
.solutions-img:hover img {
  transform: scale(1.03);
}
  @media screen and (max-width: 1000px){
    .solutions-page {
      display: flex;
      flex-direction: column;
      margin-right: 2%;
      margin-left: 2%;
      }  
    .solutions-wrapper-left, .solutions-wrapper-right {
      display: flex;
      flex-direction: column;
      flex-wrap: wrap;
      justify-content: center;
      align-items: center;
      text-align: center;
      padding-left: 0px;
      padding-right:0px;
      margin-top: 10px;
      margin-bottom: 10px;
    }
  }

/* CONTACT US PAGE */
.contact-card {
  display: flex;
  flex-direction: row;
  justify-content: space-around;
}

.contacts-page {
  margin: 20px 15% 40px;
  font-size: 0.9em;
  font-family: Arial, Helvetica, sans-serif;
}
.contact-form {
  display: flex;
  flex-direction: column;
  /* margin: 10px; */
}
input::-webkit-outer-spin-button,
input::-webkit-inner-spin-button {
    -webkit-appearance: none;
    margin: 0;
}
#address, #message {
  resize: none;
}
/* #address {
  padding-bottom: 40px;
}
#message {
  padding-bottom: 70px;
} */
@media screen and (max-width: 1000px){
  .contacts-page {
    margin: 20px 0px 30px;
  }
}
@media screen and (max-width: 700px){
  .contacts-page {
    padding: 10px 30px 30px;
  }
  
  
}


/* ABOUT US PAGE */
.hk-skyline {
  margin-top: 15px;
  min-width: 100%;
  align-items: center;
  justify-content: center;
  /* max-height: 200px; */
}
#hk-img {
    width: 100%; 
    height: 100%;
    object-fit: cover;
    max-height: 220px;
    opacity: 75%;
}
.about-us-page {
  margin: 10px 15vh 30px;
  justify-content: center;
  align-items: center;
  text-align: left ;
}
#submit {
  /* text-align: left; */
  margin-top: 10px;
  height: 40px;
  width: 120px;
  padding: 5px;
  font-size: 1.2em;
  font-family: 'Poppins', sans-serif;
  color: white;
  background-color: #38b6ff;
  border-radius: 20px;
  opacity: 90%;
}

#submit:hover{
  height: 40px;
  opacity: 100%;
  /* font-size: 1.3em; */
  cursor: pointer;
  /* background-color: aquamarine; */
}





  /* Footer items*/
  .footer{
    width: 100%;
    margin-top:auto;
    font-family: 'Poppins', sans-serif;
    font-size: 1.1em;
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    /* background-image: linear-gradient( #38b6ffc4 , #22a2ec); */
    color: #38b6ff;
    justify-content: space-evenly;
      /* border-style: solid;
      border-color: red; */
  }

  footer a {
    text-decoration: none;
    color: white;
  }

  footer a:hover {
    text-decoration: underline;
  }
  .footer-address {
    /* text-transform: uppercase; */
    text-decoration: none;
    padding-right: 20px;
    padding-top: 20px;
  }
  #footer-address{
    font-size: 14px;
    text-decoration: none;
    color: white;
  }
  #footer-address:hover {
    color: white;
    text-decoration: underline;
  }

  /* .our-location {
    object-fit: stretch;
    border-style: solid;
    border-color: red;
    margin-top: -16px;
  } */
  .iso-9001 {
    display: flex;
    text-align: center;
    justify-content: center;
    align-items: center;
    /* padding-top: 5%; */
    /* border-style: solid;
      border-color: red; */
  }

  @media screen and (max-width: 700px){
    .iso-9001 {
      position: relative;
      margin-bottom:15px;
      /* border-style: solid;
      border-color: red; */
    }
    .footer {
      flex-direction: column;
      text-align: center;
      justify-content: center;
      align-items: center;
    }
    
  }

  @media screen and (max-width: 1000px){
    .iso-9001 {
      margin-top:-10px;
    }
    
  }
