@import url('https://fonts.googleapis.com/css2?family=Fira+Sans:wght@100&display=swap');

:root {
    --kain-color:linear-gradient(to right, rgb(0, 89, 255),#0c77f2c5,#4097fad5 );

}
*{
    padding: 0;
    margin: 0;
    font-family: 'Fira Sans', sans-serif;
}

.map{
    margin: 3.1vw 0 0 0vw;
    
}.S-Head{
    margin: 5vw 0 0 0vw;
}


.navbar {
    display: flex;
    overflow: hidden;
    top: 0; 
    width: 100%;
   background-image: var(--kain-color);
    transition: 0.3s;
    position: fixed;
 
    z-index: 1;






  transition: 0.3s;
  position: fixed;
  width: 100vw;
  height: 60px;
  z-index: 1;

}




.logo img {
  width: 75px;
  margin: 1px 0 0 10vw;
  cursor: pointer;
}

.lists {
  display: flex;
  text-decoration: none;
  align-items: center;
  margin-left: 40px;
  
 
}

.lists li {
  list-style: none;
  font-size: 1em;
  font-family: 'Quicksand', sans-ser;
  transform: scale(1);
  transition: all 0.1s ease-in-out 0.1s;
  padding: 10.5px 0.5vw;
  border-bottom:1px solid rgb(182, 220, 231) ;
  margin: 0 10px;
  cursor: pointer;
}
.lists .active{
border-bottom:1px solid rgb(255, 217, 0) ;
}
.active a{
color: rgb(255, 217, 0) ;

}
.lists li a {
  text-decoration: none;
  color: white;

    
}

.lists li:hover:not(.active) {

transform: scale(1.03);
transition: all 0.1s ease-in-out 0.1s;
border-bottom:4px solid rgb(229, 255, 0) ;

animation: borderb 1s ease-in ;

}




#content {
  position: absolute;
     margin-left: 30vw;
  margin-top: 41px;

  transform: translate(-22%, -30%);
}
  
  #content.on {
    -webkit-animation-name: in-out;
    animation-name: in-out;
    -webkit-animation-duration: 0.7s;
    animation-duration: 0.7s;
    -webkit-animation-timing-function: linear;
    animation-timing-function: linear;
    -webkit-animation-iteration-count: 1;
    animation-iteration-count: 1;
  }
  
  .inpu {
    box-sizing: border-box;
    width: 30px;
    height: 30px;
    border: 4px solid #ffffff;
    border-radius: 50%;
    background: none;
    color: #fff;
    font-size: 16px;
    font-weight: 400;
    font-family: Roboto;
    outline: 0;
    -webkit-transition: width 0.4s ease-in-out, border-radius 0.8s ease-in-out,
      padding 0.2s;
    transition: width 0.4s ease-in-out, border-radius 0.8s ease-in-out,
      padding 0.2s;
    -webkit-transition-delay: 0.4s;
    transition-delay: 0.4s;
    -webkit-transform: translate(-100%, -50%);
    -ms-transform: translate(-100%, -50%);
    transform: translate(-100%, -50%);
  }
  
  .search {
    background: none;
    position: absolute;
    top: 0px;
    left: 0;
    height: 50px;
    width: 33px;
    padding: 0;
    border-radius: 100%;
    outline: 0;
    border: 0;
    color: inherit;
    cursor: pointer;
    -webkit-transition: 0.2s ease-in-out;
    transition: 0.2s ease-in-out;
    -webkit-transform: translate(-100%, -50%);
    -ms-transform: translate(-100%, -50%);
    transform: translate(-100%, -50%);
  }
  
  .search:before {
    content: "";
    position: absolute;
height: 5px;
width: 11px;
    background-color: #fff;
    -webkit-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    transform: rotate(45deg);
    margin-top: 11px;
    margin-left: 10px;
    -webkit-transition: 0.2s ease-in-out;
    transition: 0.2s ease-in-out;
  }
  
  .close {
    -webkit-transition: 0.4s ease-in-out;
    transition: 0.4s ease-in-out;
    -webkit-transition-delay: 0.4s;
    transition-delay: 0.4s;
  }
  
  .close:before {
    content: "";
    position: absolute;
    width: 27px;
    height: 4px;
    margin-top: -1px;
    margin-left: -13px;
    background-color: #fff;
    -webkit-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    transform: rotate(45deg);
    -webkit-transition: 0.2s ease-in-out;
    transition: 0.2s ease-in-out;
  }
  
  .close:after {
    content: "";
    position: absolute;
    width: 27px;
    height: 4px;
    background-color: #fff;
    margin-top: -1px;
    margin-left: -13px;
    cursor: pointer;
    -webkit-transform: rotate(-45deg);
    -ms-transform: rotate(-45deg);
    transform: rotate(-45deg);
  }
  
  .square {
    box-sizing: border-box;
    padding: 0 40px 0 10px;
    width: 300px;
    height: 3vw;
    border: 4px solid #ffffff;
    border-radius: 0;
    background: none;
    color: #fff;
    font-family: Roboto;
    font-size: 16px;
    font-weight: 400;
    outline: 0;
    -webkit-transition: width 0.4s ease-in-out, border-radius 0.4s ease-in-out,
      padding 0.2s;
    transition: width 0.4s ease-in-out, border-radius 0.4s ease-in-out,
      padding 0.2s;
    -webkit-transition-delay: 0.4s, 0s, 0.4s;
    transition-delay: 0.4s, 0s, 0.4s;
    -webkit-transform: translate(-100%, -50%);
    -ms-transform: translate(-100%, -50%);
    transform: translate(-100%, -50%);
  }
  




  /* section */
  .side-1,.side-3{
    margin-left: 10vw;
  }
  .side-2 {
    margin-right:5vw ;
   height: 30vw;
  }
  .s-all{
    width: 40vw;

}
.res-p{
 margin-top: 10vw;
text-align: center;
}

.A1{
    background-color:#dc6e23;
    color: #fff;
 
}
.A2{
    background-color: #7bb7ff;
    color: #fff;
 
}

/* footer */
footer {
    background-image: var(--kain-color);
   
      display: flex;
      padding: 1vw;
  overflow: hidden;
  
  }
  
  .portion1 {
      padding: 0 4vw;
      color: white;
      width: 23vw;
  
  }
  
  .portion2 {
      margin-top: 6vw;
      color: white;
      width: 28vw;
      margin-left: 10vw;
      transform: scale(1);
      transition: all 0.1s ease-in-out 0.1s;
  
  }
  
  .portion3 {
     
      color: white;
      width: 23vw;
      margin-top: 6vw;
      transform: scale(1);
      transition: all 0.1s ease-in-out 0.1s;
  }
  .pall ul li:hover {
  color: rgb(255, 250, 250);
    transform: scale(1.02);
    transition: all 0.1s ease-in-out 0.1s;
  
  }
  
  .portion1 img {
      width: 25vw;
  }
  .pall ul li{
    padding: 1vw 0;
  }
  
  .pall ul a{
    text-decoration: none;
    list-style: none;
  
    color: white;
  }
  
  .linklogo{
    list-style: none;
     margin-left: auto;
  }

  
 
  
/* help section */
.h-p-1{
    padding: 3vw 30vw 3vw 10vw;
    text-align: left;
   background-color: burlywood;
  
}

.h-p-2{
    padding: 3vw 10vw 3vw 30vw;
    text-align:right;
    background-color: #dc6e23;
    color: #fff;
}





  @media only screen and (max-width:480px){
    .logo img {
        width: 47px;
        margin: 3px 0 0 13vw;
    }
    .lists{
        display: none;
    }
  .inpu{
    width: 20px;
    height: 20px;
    border: 2px solid #ffffff;
  }
  #content{
    margin-left: 71vw;
    margin-top: 30px;
}
  .search:before{
    margin-top: 7px;
    margin-left: 12px;
    height: 2px;
width: 8px;
  }
.square{
    width: 53vw;
    height: 9vw;
    border: 1px solid #ffffff;
}
.close:before{
    width: 10px;
    height: 2px;
    margin-top: -1px;
    margin-left: -1px;
}
.close:after{
    width: 10px;
    height: 2px;
    margin-top: -1px;
    margin-left: -1px;
}
.moboption img{
width: 30px;
}
.moboption{
    margin-left: 3vw;
    margin-top: 14px;
    position: fixed;}
  
   .A1 section,.A2 section,.A3 section{
        display: inline-block;
    }

    .res-p{
        font-size: 4vw;
    }
    .s-all{
      width: 83vw;
      margin: 5vw 0 0 -2vw;
    }
  .side-2{
    height: 80vw;
  } 
   .res-at{
    font-size: 10vw;
  }
  .S-Head{
    margin-top: 60px;
  }
  }
  @media (min-width: 480px) {
    .moboption{
        display: none;
    }
    .mobimg{
        display: none;
    }
}
.moboption{
    background: transparent;
    border: transparent;
  
}
