@import url('https://fonts.googleapis.com/css2?family=Montserrat: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&family=Roboto:ital,wght@0,100;0,300;0,400;0,500;0,700;0,900;1,100;1,300;1,400;1,500;1,700;1,900&display=swap');

*{
  padding: 0px;
  margin: 0px;
  box-sizing: border-box;
  scroll-behavior: smooth;
}

body::-webkit-scrollbar {
  width: 0px;
}

img {
  -webkit-touch-callout: none;
    -webkit-user-select: none;
     -khtml-user-select: none;
       -moz-user-select: none;
        -ms-user-select: none;
            user-select: none;
}

.container{
  max-width: 1600px;
  margin: 0px auto;
  padding: 0px 0px;
}
.absolute{
  position: absolute;
}

p{
  font-family: "Roboto", sans-serif;
}

body{
  background: #19191B;
}

h1{
  font-size: 48px;
  font-family: "Montserrat", sans-serif;
  font-weight: 700;
  text-transform: uppercase;
  color: #f0f0f0;
}

#progressbar{
  z-index: 1000;
  height: 3px;
  position: absolute;
  top: 0;
  left: 0;
  background: #0E9AD6;
  /* box-shadow: 0px 10px 35px 1px #ffffff3f; */
}

#scrollPath{
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  background: #0E9AD6;
}

nav{
  position: fixed;
  z-index: 99;
  display: flex;
  justify-content: space-between;
  background: #19191B;
  height: 102px;
  width: 100%;
  border-bottom: 1px solid #5E5E5F;
}
  nav .logo{
    max-width: 200px;
    min-width: 200px;
    height: 100%;
    border-right: 1px solid #5E5E5F;
    display: flex;
    justify-content: center;
    align-items: center;
  }
  .navBox1{
    height: 100%;
    display: flex;
  }
  .links{
    display: flex;
    margin-left: 40px;
    z-index: 3;
  }
  .links a{
    padding: 0px 20px;
    height: 102px;
    display: flex;
    align-items: center;
    color: rgb(221, 221, 221);
    text-decoration: none;
    font-family: "Roboto", sans-serif;
    font-size: 15px;
    font-weight: 400;
    border-bottom: 2px solid #f0f0f000;
    transition: 0.5s all;
  }
  .links .active{
    border-bottom: 3px solid #0E9AD6;
  }
  .links a:hover{
    border-bottom: 2px solid #f0f0f0;
    transition: 0.6s all;
  }
.navBox2{
  display: flex;
  align-items: center;
}
  .navBox2 .phoneNumber{
    font-family: "Montserrat", sans-serif;
    font-size: 16px;
    color: #bebebe;
    font-weight: 500;
    margin-right: 40px;
    transition: 1s all;
  }
  .navBox2 .phoneNumber:hover{
    color: #01b3ff;
    transition: 0.4s all;
  }
    .languages{
      width: 100px;
      height: 102px;
      overflow: hidden;
      transition: 0.2s all;
      border-left: 1px solid #5E5E5F;
      border-bottom: 1px solid #5E5E5F;
    }
      .langBox{
        height: 101px;
        display: flex;
        justify-content: center;
        align-items: center;
        background: #19191B;
        cursor: pointer;
      }
      .langBox:hover{
        background: #0E9AD6;
        transition: 1s all;
      }
      .langBox:nth-child(even){
        border-bottom: 1px solid #5E5E5F;
        border-top: 1px solid #5E5E5F;
      }
      .languages:hover{
        height: 304px;
        transition: 0.3s all;
      }

.burgerMenu{
  border-left: 1px solid #5E5E5F;
  display: none;
  justify-content: center;
  width: 150px;
  height: 100%;
  align-items: center;
  cursor: pointer;
}
.burgerMenu p{
  margin-right: 15px;
  font-size: 15px;
  color: #7c7c7c;
}
  .burger{
    display: flex;
    height: 35%;
    flex-direction: column;
    justify-content: space-evenly;
    align-items: center;
    transition: 0.3s all;
  }
    .burger :nth-child(odd){
      width: 34px;
      height: 3px;
      background: #0E9AD6;
      transition: 0.3s all;
    }
    .burger :nth-child(even){
      width: 34px;
      height: 3px;
      background: #0E9AD6;
      transition: 0.3s all; 
    }
    
  .burgerCenter{
    justify-content: center;
  }
  .burgerBread1{
    transform: rotateZ(-138deg);
  }
  .burgerBread2{
    transform: rotateZ(138deg);
    margin-top: -3px;
  }

  .sideNav{
    background: #19191B;
    height: 0vh;
    padding-top: 0px;
    width: 100%;
    position: fixed;
    z-index: 49;
    top: 0;
    left: 0;
    opacity: 0;
    transition: 0.7s all;
    overflow: hidden;
    border-bottom: 0px solid #ffffff;
  }
  .sideNavToggle{
    height: 100vh;
    padding-top: 140px;
    opacity: 1;
    border-bottom: 4px solid #0E9AD6;
  }

  .sideNav ul{
    padding: 25px;
    width: 100%;
    height: 90%;
    display: flex;
    flex-direction: column;
    align-items: flex-end;
    justify-content: flex-end;
  }
  .sideNav li{
    list-style: none;
    margin-top: 20px;
    text-align: right;
  }
  .sideNav li .active{
    color: #0E9AD6;
  }
  .sideNav li a{
    color: white;
    font-size: 32px;
    font-weight: 500;
    font-family: "Montserrat", sans-serif;
    text-decoration: none;
  }


/* 1st section */

#section1{
  padding-top: 100px;
  height: 600px;
  position: relative;
  overflow: hidden;
}
  #section1 #abs1{
    max-width: 850px;
    width: 100%;
    opacity: 50%;
  }
  #section1 #abs2{
    right: 6%;
    top: 5%;
    opacity: 80%;
    z-index: 2;
  }
  #abs3{
    right: 0%;
    top: 25%;
    opacity: 30%;
    z-index: -1;
  } 

/* text rotate */
.header{
  margin: 160px;
  width: 100%;
  z-index: 4;
}
main p{
  font-size: 60px;
  height: 70px;
  float: left;
  margin-right: 0.3em;
  text-transform: uppercase;
  font-family: "Montserrat", sans-serif;
  font-weight: 700;
  color: white;
  z-index: 5;
}
main b{
  font-size: 60px;
  float: left;
  overflow: hidden;
  position: relative;
  height: 70px;
  text-transform: uppercase;
  font-family: "Montserrat", sans-serif;
  font-weight: 700;
  color: white;
}
span1{
  display: inline-block;
  color: #01b3ff;
  position: relative;
  white-space: nowrap;
  top: 0;
  left: 0;
  animation: move 10s;
  animation-iteration-count: infinite;
  animation-delay: 1s;
}

@keyframes move {
  0%  { top: 0px; }
  10% { top: 0px; }
  20% { top: 0px; }
  30% { top: -72px; }
  40% { top: -72px; }
  50% { top: -72px; }
  60% { top: -145px; }
  70% { top: -145px; }
  80% { top: -145px; }
}

.heroimg{
  width: 1600px;
  max-width: 97%;
  height: 600px;
  margin: -110px auto 0px auto;
  border-radius: 270px 270px 0px 0px;
  background: url('../images/bg.jpg') center center no-repeat;
  background-size: cover;
}


#section2{
  /* background: rgba(57, 61, 85, 0.199); */
  padding: 140px 0px;
  overflow: hidden;
  position: relative;
}
.abs4{
  top: -15%;
  right: -20%;
}
.aboutUs{
  display: flex;
  justify-content: space-evenly;
  flex-wrap: wrap;
  width: 100%;
}
.aboutPanel1{
  width: 50%;
  max-width: 750px;
  min-width: 500px;
  padding: 20px 50px 50px 50px;
  /* border: 1px solid #0d5270; */
}
  .aboutPanel1 p{
    margin-top: 30px;
    color: #cacaca;
    font-size: 18px;
    font-weight: 300;
    line-height: 140%;
  }
.aboutPanel2{
  width: 50%;
  max-width: 450px;
  margin-top: 50px;
}
  .aboutPanel2 .info{
    border: 1px solid #0d5270;
    display: flex;
    justify-content: space-evenly;
    align-items: center;
    height: 150px;
  }
    .aboutPanel2 .info .digit{
      color: #ffffff;
      font-size: 64px;
      font-weight: 700;
      font-family: "Montserrat", sans-serif;
    }
    .aboutPanel2 .info .text{
      color: #ffffff;
      font-size: 23px;
      font-weight: 700;
      font-family: "Montserrat", sans-serif;
      font-style: italic;
      text-transform: uppercase;
    }
  .aboutPanel2 .image{
    background: url('../images/about.jpg') center center no-repeat;
    width: 100%;
    height: 500px;
    margin-top: -20px;
    position: relative;
  }
    .aboutPanel2 .image img{
      position: absolute;
      top: -60px;
      left: -10.5px;
    }

#section3{
  /* height: 700px; */
  background: url('../images/bg2.jpg') center center no-repeat;
  background-size: cover;
  padding: 50px 0px;
}
.aboutUs2{
  display: flex;
  justify-content: space-evenly;
}
  .aboutUs2 .image{
    display: flex;
    justify-content: center;
    align-items: center;
    max-width: 600px;
    width: 50%;
    min-width: 200px;
  }
  .aboutUs2 img{
    width: 250px;
  }
  .aboutPanel3{
    max-width: 600px;
    background: #0000007a;
    backdrop-filter: blur(20px);
    padding: 50px 50px;
  }
  .aboutPanel3 h1{
    margin-bottom: 25px;
  }
  .aboutPanel3 p{
    color: #d6d6d6;
    font-size: 16px;
    font-weight: 400;
    line-height: 140%;
  }

#section4{
  padding: 140px 0px;
  overflow: hidden;
  position: relative;
}
#section4 .glow{
  z-index: -1;
  top: 0;
  right: -10%;
}
#section4 .line{
  z-index: -1;
  top: 0;
}
.productPanel{
  margin-top: 50px;
  width: 100%;
  display: flex;
}
  .xPanel{
    position: relative;
    width: 100%;
    max-width: 40%;
    height: 500px;
    background: rgb(170,238,161);
    background: linear-gradient(42deg, rgba(170,238,161,1) 0%, rgba(42,191,255,1) 100%);
    overflow: hidden;
    transition: 0.3s all;
    border-radius: 5px;
  }
    .xPanel img{
      position: absolute;
      top: 5%;
      right: -100%;
      transition: 0.4s ease-in;
      z-index: 10;
    }
    .xPanel #product4img{
      position: absolute;
      top: 5%;
      right: -200%;
      transition: 0.4s ease-in;
      z-index: 10;
      opacity: 80%                                                                                                         ;
    }
    .xPanel h1{
      color: #000000;
      font-size: 44px;
      padding: 20px;
      opacity: 0;
    }
    .xPanel p{
      font-family: "Montserrat", sans-serif;
      position: absolute;
      bottom: -20%;
      color: #00000048;
      font-size: 288px;
      font-weight: 700;
      font-style: italic;
      padding: 30px;
      opacity: 0;
    }
  .products{
    width: 60%;
    /* border: 1px solid #f0f0f00e; */
  }
    .product{
      margin-top: 40px;
      display: flex;
      align-items: center;
      transition: 0.3s all;
      cursor: pointer;
    }
      .product div{
        /* margin-right: 100px; */
        width: 80px;
        height: 2px;
        background: #353535;
        transition: 0.3s all;
      }
      .product p{
        color: #d6d6d6;
        font-size: 24px;
        font-family: "Montserrat";
        font-weight: 700;
        max-width: 700px;
        transition: 0.3s all;
        border: 1px solid #353535;
        padding: 20px 20px;
        border-radius: 10px;
      }


.productPanelMobile{
  position: relative;
  overflow: hidden;
  margin: 60px auto;
  width: 100%;
  max-width: 900px;
  display: none;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  transition: 0.3s all;
}
.productMobile{
  margin-top: 1px;
  width: 100%;
  max-width: 900px;
  height: 180px;
  background: rgb(0, 0, 0);
  position: relative;
  overflow: hidden;
  transition: 0.3s all;
}
  .productMobile .productNameMobile{
    font-size: 30px;
    font-family: "Montserrat", sans-serif;
    font-weight: 400;
    color: #909090;
    padding: 40px;
  }
  .productMobile .productNumberMobile{
    position: absolute;
    right: 0;
    top: 20%;
    font-size: 250px;
    font-weight: 500;
    color: rgb(255, 255, 255);
    opacity: 10%;
    font-family: "Montserrat", sans-serif;
    font-style: italic;
  }
  .productMobile:hover{
    background: rgb(42, 191, 255);
    background: linear-gradient(208deg, rgb(42, 191, 255) 0%, rgb(215, 255, 130) 100%);
    transition: 0.3s all;
  }
  .productMobile:hover .productNameMobile{
    color: #000000;
    font-weight: 700;
    max-width: 90%;
  }
  .productMobile:hover .productNumberMobile{
    color: #000000;
    font-weight: 700;
    top: -30%;
    right: 5%;
  }

#sectionGallery{
  overflow: hidden;
}
.slider3 {
  align-items: flex-start;
  justify-content: flex-start;
  width:100%;
  overflow:hidden;
  padding-top: 30px;
}
.slider3 p{
  color: #dddddd;
  font-size: 16px;
  font-weight: 400;
  margin: 0px 0px 20px 0px;
}
.card {
  width: 500px;
  min-width: 500px;
  height: 330px;
  background: transparent;
  position: relative;
  z-index:1;
  margin:0px 20px 0px 0px;
  transition: all .25s ease;
  box-shadow: 0px 0px 0px 0px rgba(0,0,0, .08);
  overflow: hidden;
  box-sizing: border-box;
  border-radius: 2px;
  cursor: zoom-in;
}
.card img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.card-content {
  display:flex;
  align-items:center;
  justify-content:flex-start;
  width:100%;
  overflow:auto;
  scroll-behavior:smooth;
}
.card-content button{
  width: 90%;
  margin-top: 10px;
  position: absolute;
  bottom: 20px;
  margin: auto;
  right: 0;
  left: 0;
}
.card-content::-webkit-scrollbar {
   height:0px;
}
.card-content:after {
  content:'';
  display:block;
  min-width:20px;
  height:100px;
  position:relative;
}
.buttons{
  width: 100%;
  display: flex;
  justify-content: flex-end;
  margin: 10px auto;
}
.btn2{
  min-width:60px;
  margin:auto 10px;
  height:60px;
  border:0px;
  outline:none;
  cursor:pointer;
  z-index: 2;
  transition: all .25s ease;
  display: flex;
  align-items: center;
  justify-content: center;
  background-color: transparent;
}
.btn3{
  min-width:60px;
  margin:auto 10px;
  height:60px;
  border:0px;
  outline:none;
  cursor:pointer;
  z-index:1;
  transition: all .25s ease;
  display: flex;
  align-items: center;
  justify-content: center;
  background-color: transparent;
}
#sectionCert{
  padding: 120px 0px 200px 0px;
  position: relative;
  overflow: hidden;
  width: 100%;
  height: auto;
}
#sectionCert h1{
  margin-bottom: 100px;
}
.certificateBox{
  display: flex;
  justify-content: space-evenly;
}
  .cert {
    width: 450px;
    height: 650px;
    border: 1px solid #01b3ff;
    background: #252523;
    position: relative;
  }
  .cert1 img{
    position: absolute;
    top: 5%;
    left: 5%;
    max-width: 470px;
  }
  .cert2{
    margin-top: 100px;
  }
  .cert2 img{
    position: absolute;
    top: 5%;
    right: 5%;
    height: 700px;
    max-width: 470px;
  }
footer{
  padding: 20px 10px;
  background: #1F243F;
  position: relative;
}
.footerFlex{
  display: flex;
  justify-content: space-between;
  width: 100%;
}
  .footerLeft{
    width: 49%;
  }
  .footerRight{
    width: 49%;
  }
  .gpsBox{
    border: rgba(155, 155, 155, 0.336) 1px solid;
    padding: 10px 40px 40px 40px;
    margin-top: 30px;
  }
    .gpsBox span{
      font-size: 22px;
      font-weight: 500;
      color: #0E9AD6;
      font-family: "Montserrat", sans-serif;
    }
    .gpsBox p{
      font-size: 16px;
      font-weight: 300;
      line-height: 190%;
      color: #ececec;
      font-family: "Roboto", sans-serif;
      margin-left: 20px;
    }
    .gpsBox div{
      display: flex;
      align-items: flex-start;
      margin-top: 30px;
    }
      .gpsBox div img{
        width: 25px;
      }
  .copyright{
    width: 100%;
    position: absolute;
    bottom: 0;
    display: flex;
    justify-content: center;
    background: #181e3d;
    padding: 5px;
  }
  .copyright p{
    font-size: 12px;
    color: #5E5E5F;
  }


#overlayBox{
  width: 100%;
  height: 100%;
  position: fixed;
  display: none;
  justify-content: center;
  align-items: center;
  top: 0;
  left: 0;
  background: rgba(0, 0, 0, 0.788);
  backdrop-filter: blur(10px);
  z-index: 1000;
}
  #fullImage{
    width: 80%;
    height: 80%;
    /* background: white; */
    position: relative;
    display: flex;
    justify-content: center;
    align-items: center;
  }
  #fullImage #popupImg{
    width: 100%;
    height: 100%;
    max-height: 800px;
    object-fit: cover;
    border-radius: 7px;
  }
  #closeBtn{
    position: absolute;
    right: 0;
    top: 0;
    width: 45px;
    padding: 10px;
    border-radius: 8px;
    cursor: pointer;
  }

.formBox{
  width: 100%;
  padding: 100px 0px;
}
  form{
    margin: auto auto;
    width: 100%;
    max-width: 800px;
  }
  form h1{
    margin-bottom: 30px;
  }
  form div{
    display: flex;
    justify-content: space-between;
  }
    input{
      width: 49%;
      font-size: 15px;
      padding: 15px;
      border: 1px solid #535353;
      outline: none;
      background: transparent;
      margin: 0;
      color: white;
      transition: 0.3s all;
    }
    input:focus{
      border: 1px solid #01b3ff;
    }
    textarea{
      margin-top: 20px;
      width: 100%;
      max-width: 100%;
      min-width: 100%;
      height: 200px;
      min-height: 100px;
      max-height: 200px;
      font-size: 15px;
      padding: 15px;
      border: 1px solid #535353;
      outline: none;
      background: transparent;
      transition: 0.3s all;
    }
    textarea:focus{
      border: 1px solid #01b3ff;
    }
    ::placeholder{
      font-family: "Montserrat", sans-serif;
    }
    form button{
      margin-top: 20px;
      width: 100%;
      outline: none;
      background: #01b3ff;
      font-size: 16px;
      font-weight: 600;
      font-family: "Montserrat", sans-serif;
      color: white;
      padding: 16px;
      border: none;
      cursor: pointer;
      transition: 1s all;
    }
    form button:hover{
      background: #e6e6e6;
      transition: 0.2s all;
      color: black;
    }