*{
    margin: 0px;
    padding: 0px;
    box-sizing: border-box;
}
/* navigation bar */
.back{
    background-color: rgb(0, 0, 0);
}
.menu{
    padding-left: 50px;
    font-size: 20px;
    font-family: 'Almendra SC', serif;
    color: rgb(255, 0, 0) !important;
}


.menu:hover{
   
    background-color: rgb(255, 253, 137);
}



/*mid*/
.mid{
  width: 100%;
  height: 150vh;
  background-color: rgb(0, 0, 0) ;
  background-size: cover;
  background-repeat:no-repeat;
}
.midrap{
  width: 100%;
  height: 150vh;
  background-color: rgb(0, 0, 0);
  
}

.midrap h1{
  color: #ffffff;
}

.pro-container{
  margin-top: 10px;
  display: grid;
  padding-left: 4px;
  grid-template-columns: auto auto auto  auto auto auto auto auto auto auto auto;
  
}


.pro{
  width: 10%;
 
  min-width: 150px;
  padding: 10px 12px;

  cursor: pointer;
  margin: 6px 0;


}

.pro h4{
  color: rgb(255, 5, 5);
}

.pro h5{
  color: rgb(246, 79, 168);
}

.pro h3{
  color: aliceblue;
}

.pro:hover{
  box-shadow: 20px 20px 30px #ffe8e8;


}
.pro img{
  width: 100%;
  border-radius: 2vh;
 
}



/* banner */
.ban{
  height: 80vh;
}


/*mid1*/
.mid1{
  width: 100%;
  height: 550vh;
  background-color: rgb(0, 0, 0) ;
  background-size: cover;
  background-repeat:no-repeat;
}
.midrap1{
  width: 100%;
  height: 550vh;
  background-color: rgb(0, 0, 0);
  
}

.midrap1 h1{
  color: #ffffff;
}

.pro-container1{
  margin-top: 20px;
  display: grid;
  padding-left: 4px;
  grid-template-columns: auto auto auto auto auto auto  auto auto;
  
}


.pro1{
  width: 10%;
 
  min-width: 180px;
  padding: 10px 12px;
  border: 2px solid #ededed;
  border-radius: 10px;
  cursor: pointer;
  margin: 6px 0;


}



.pro1 h4{
  color: rgb(255, 5, 5);
}

.pro1 h5{
  color: rgb(246, 79, 168);
}

.pro1 h3{
  color: aliceblue;
}


.pro1:hover{
  box-shadow: 20px 20px 30px #000000;


}
.pro1 img{
  width: 100%;
  border-radius: 2vh;
 
}

/*banner*/
.ban1
{
    width: 100%;
    height: 110vh;
    background-image:url(ban90.jpg) ;
    background-size: cover;
    background-repeat:no-repeat;
}
.banrap1{
    width: 100%;
   
    background-color: rgba(5, 11, 11, 0.4);
}


/*footer*/

.mid99{
  width: 100%;
  height: 60vh;

  background-size: cover;
  background-repeat:no-repeat;
}
.midrap99{
  width: 100%;
  height: 60vh;
  
}


footer{
    color: #fff;
    background-image: linear-gradient(90deg, rgba(39,27,111,1) 0%, rgba(87,25,45,1) 100%);
    position: relative;
    width: 100%;
    height: 100%;
   
    border-top-left-radius: 70px;
    font-size: 0.8rem;
  }
  
  
  
  @media (max-width:90px) {
    footer{
      width: 100%;
      top: 120px;
    }
    
    .main{
    margin: 50px;
   display: grid;
      grid-template-columns: repeat(2, 1fr);
      grid-template-rows: 1fr 1fr;
  }
    
    .logo{
      grid-column: 1/3;
    }
    
    .office{
      grid-column: 3/5;
    }
    .link{
      grid-column: 1/3;
    }
    
      
  }
  
  
  
  
  
  @media (max-width:660px){
    .main{
      gap:10px;
      margin: 0;
  
    }
    
    .icons{
      display: flex;
    }
    
   
    
    .row{
      grid-column: 1/4;
    }
  }
  

  .manik{
    width: 100px;
  }
  .main{
    margin: 50px;
    
    gap:100px;
    display: grid;
   
    grid-template-columns: repeat(4, 1fr );
  }
  .row{
   margin-top: 50px;
  }
  .footer-header{
    font-size: 1.5rem;
   
  }
  
  .office-des{
    display: flex;
    flex-direction: column;
    gap:120px;
  }
  
  .office a{
    text-decoration: none;
    color: #98A8F8;
    
  }
  .office a:hover{
    color: #fff;
  }
  .num{
    font-size: 1rem;
    gap:20px;
  }
  
  .link-des{
    display: flex;
    flex-direction: column;
    gap:20px;
  }
  .link-des a{
    color: #fff;
    text-decoration: none;
    font-size: 1rem;
    gap:20px;
  }
  
  .link-des a:hover{
    color: #ff0000;
    transition: linear 0.3s;
  }
  
  .btn-know{
    text-decoration: none;
    background-color: #fff;
    padding: 10px;
    position: relative;
    top: 30px;
    background-color: transparent;
    border: 1px solid #98A8F8;
    color: #98A8F8;
    text-transform: uppercase;
    border-radius:10px;
    
  }
  
  
  .btn-know:hover{
    color: white; 
    background-color: #98A8F8;
    transition: linear 0.3s;
  }
  .subcribe{
    display: flex;
  }
  input[type=mail]{
    border: none;
    padding-bottom: 5px;
    border-bottom: 1px solid #fff;
    background-color: transparent;
    font-size: 0.8rem;
  }
  .sub-icon{
    margin: 7px;
    margin-right: 15px;
    margin-left: 0;
    font-size: 1.5rem;
  }
  .ri-arrow-right-line{
    margin-left: 0;
    
  }
  
  .icons a{
    text-decoration: none;
    color: #fff;
    border: 1px solid #fff;
    justify-content: center;
    padding: 10px;
    border-radius: 50%;
    align-items: center;
    font-size: 1.1rem;
    margin: 2%;
  }
  
  
  .social-icon{
    position: relative;
    top:2px;
  }
  .icons a:hover{
    color: #fff;
    background-color: #73ecff;
    border-color: #f6ef22;
  }
  .newsletter-des{
    display: flex;
    flex-direction: column;
   
  }

  
  hr{
    width: 90%;
    margin: 2px auto;
    opacity: 40%;
    border: 0.01px solid white;
    
  }
  