*{
   scroll-behavior: smooth;
   font-family: "Urbanist", sans-serif;
   font-size: 18px;
}
body{
   background-repeat: no-repeat;
   margin: 0px auto;
   background: linear-gradient( 150deg, #323637,#080D0F, #0F1416 , #323637);
   /* background-image: url(img/bg-logo.png); */
}
.sides{
   margin-left: 5%;
   margin-right: 5%;
}
.nav{
   background-color: #FEFEFE;
   /* background: linear-gradient(20deg, #FEFEFE, #0A0F11); */
}
.nav-box{
   display: flex;
   flex-direction: row;
   justify-content: space-between;
   align-items: center;
}
.nav-box .img-box{
   /* background: green; */
   width: 90px;
}
.nav-box .img-box img{
   width: 100%;
}
.nav-box .list-box{
   background: #FEFEFE;
}
.list-box ul{
   padding: 0px;
   list-style-type: none;
   display: flex; 

   li{
      margin: 5px;
   }
}
.list-box a{
   text-decoration: none;
   color: black;
   padding: 10px 15px;
   display: block;
   font-weight: 600;
}
.list-box .cla{
   border: 1px solid black;
}

/* HERO SECTION  */
.hero{
   /* background: red; */
   margin-top: 10px;
   margin-bottom: 10px;
   height: 600px;
   display: flex;
   flex-direction: row;
   justify-content: space-between;
   align-items: center;
}
.hero-text{
   width: 50%;
   /* margin: 0px auto;
   text-align: center; */
}
.hero-text h1{
   color: #FEFEFE;
   margin: 20px 0px;
   line-height: 1;
   font-size: 75px;
   font-family: "Exo", sans-serif;
}
.hero-text p{
   color: #FEFEFE;
}
.hero-text button{
   margin: 10px 0px;
   font-size: 18px;
   color: #FEFEFE;
   font-weight: 900;
   padding: 20px 25px;
   border: none;
   border-radius: 12px;
   background: linear-gradient(90deg, #27314A, #1C84B4);
   transition: all 2s ease-in-out 0s ;
}
.hero-text button:hover{
   background: #27314A;
}

/* SERVICES SECTION */
.serv{
   padding: 20px 0px 50px 0px; 
   /* background: red; */
}

.serv h1{
   font-family: "Exo", sans-serif;
   width: fit-content;
   font-size: 40px;
   text-align: center;
   color: #FEFEFE;
   margin: 50px auto;
}
.serv h1::before{
   content: "";
   display: block;
   height: 4px;
   background: #1C84B4;
   width: 100px;
   margin: 10px 0px;
}
.ser-sec{
   display: flex;
   flex-direction: row;
   justify-content: space-between;
}
.ser-sec div {
   width: 30%;
   border-radius: 20px 20px 0px 0px;
   margin: 10px;
   background: rgba(255, 255, 255, 0.1);
   backdrop-filter: blur(10px);
   padding: 40px;
   border: 2px solid rgba(255, 255, 255, 0.642);
}
.ser-sec div i{
   font-size: 50px;
   color: #1C84B4;
}
.ser-sec div h2{
   margin-top: 50px;
}
.ser-sec div h2,p{
   color: #FEFEFE;
}
.ser-sec div h2::after{
   content: "";
   display: block;
   height: 3px;
   background: #1C84B4;
   width: 50px;
   margin: 10px 0px;
}

/* testimonial */
.testi>h1{
   margin-bottom: 20px;
}
.testi>p{
   text-align: center;
   margin: 0px 0px 50px 0px;
}
.testi .test-box{
   display: flex;
   flex-direction: row;
   justify-content: center;
   flex-wrap: wrap;
}
.test-box .test-each{
   box-shadow: inset 0px 0px 50px #ffffff38;
   margin: 10px;
   border-radius: 15px;
   background: linear-gradient(90deg, #27314a24, #1c85b524);
   padding: 40px;
   backdrop-filter: blur(20px);
   width: 320px;
}
.test-each>div{
   margin-top: 30px;
   display: flex;
   flex-direction: row;
   justify-content: flex-start;
   align-items: center; 
}
.test-each .test-img{
   box-sizing: border-box;
   width: 80px;
   margin-right: 10px;
}
.test-each img{
   border-radius: 100%;
   width: 100%;
}
.test-each h3{
   font-size: 20px;
   color: #FEFEFE;
}
/* scroll down button */

.arr{
   text-align: center;
   line-height: 20px;
   width: fit-content;
   border-radius: 100%;
   background-color: #1D7DAB;
   color: white;
   font-size: 50px;
   position: fixed;
   right: 15px;
   bottom: 50px;
   cursor: pointer;
   z-index: 50;
}
#down-form{
   scroll-behavior: smooth;
}

/* Complaint */
.comp {
   margin-top: 50px;
   margin-bottom: 50px;
   display: flex;
   flex-direction: row;
   justify-content: space-between;
   align-items: center;
}
.comp .comp-text{
   width: 45%;
}
.comp .comp-text h1{
   font-family: "Exo", sans-serif;
   font-size: 50px;
   color: #FEFEFE;
}
.comp-text h3{
   color: #FEFEFE;
   font-size: 30px;
   margin: 5px 0px;
}
.comp-text img{
   width: 100px;
}
.comp .comp-form{
   width: 45%;
}
.comp-form form{
   display: flex;
   flex-direction: column;
   margin: 40px 0px;
}
.comp-form form>div{
   border-radius: 20px;
   margin: 10px 0px;
   background: #ffffff1a;
   padding: 15px;
   box-shadow: inset 0px 0px 2px 1px #1D7DAB;
}
.comp-form label{
   color: #FEFEFE;
   font-size: 16px;
}
.comp-form .inpt-box{
   display: flex;
   justify-content: space-between;
   align-items: center;
}
.inpt-box i{
   color: #A5AAB6;
   font-size: 30px;
}
.comp-form .tex{
   background: transparent;
   border: none;
   outline: none;
   width: 80%;
   box-sizing: border-box;
   padding: 10px 0px;
   color: #FEFEFE;
   font-weight: 600;
}
.comp-form .chatbox-box{
   margin: 10px 0px;
   display: flex;
   align-items: center;

   input{
      height: 20px;
      width: 20px;
      margin-right: 5px;
   }
   label{
      margin-right: 10px;
   }
}
.comp-form textarea{
   background: transparent;
   font-weight: 600;
   border: none;
   outline: none;
   width: 100%;
   box-sizing: border-box;
   padding: 10px 0px;
   color: #FEFEFE;
   resize: vertical;
}
.comp-form button{
   padding: 20px;
   border-radius: 50px;
   margin: 20px 0px;
   background: #1D7DAB;
   border: none;
   color: #FEFEFE;
   font-weight: 600;
   cursor: pointer;
}

/* footer */
footer{
   padding: 15px;
   background: #1E1F20;
   /* position: fixed; */
   bottom: 0px;
   width: 100%;
   margin: 0px;
   box-sizing: border-box;
}
footer ul{
   box-sizing: border-box;
   list-style-type: none;
   display: flex;
   padding: 0px;
   justify-content: center;
   align-items: center;
   flex-wrap: wrap;
   height: inherit;
}

footer li{
   margin: 0px 8px;
   font-size: 12px;
   color: gray;
}

@media screen and (max-width: 768px) {

   .sides{
      margin-left: 3%;
      margin-right: 3%;
   }
   /* nav */
   .nav-box .img-box{
      width: 90px;
   }
   .nav-box .list-box{
      background: #FEFEFE;
      display: none;
   }
   /* hero */
   .hero{
      height: fit-content;
   }
   .hero-text{
      width: fit-content;
      padding: 50px 0px;
   }
   .hero-text h1{
      font-size: 60px;
   }

   /* service */
   .ser-sec{
      display: flex;
      flex-direction: column;
      justify-content: center;
      align-items: center;
   }
   .ser-sec>div{
      width: fit-content;
   }

   /* testimonial */
   .test-box .test-each{
      width: fit-content;
   }
   .test-each .test-img{
      width: 60px;
   }

   /* complaint */
   .comp{
      display: flex;
      flex-direction: column;
   }
   .comp .comp-text{
      width: 100%;
      box-sizing: border-box;

      h1{

      }
      p{
         text-align: center;
      }
   }
   .comp .comp-text h1{
      text-align: center;
   }
   .comp-text h3{
      text-align: center;
   }
   .comp-text>div{
      width: 100px;
      text-align: center;
      margin: 0px auto;
   }
   .comp .comp-form{
      width: 100%;
      box-sizing: border-box;
   }
}