*{
  padding: 0;
  margin: 0;
  box-sizing: border-box;
}
html{
  scroll-behavior: smooth;
}
body {
background-color: #e5e5f7;
background-image:  linear-gradient(135deg, #b1b2ce 25%, transparent 25%), linear-gradient(225deg, #aaacd4 25%, transparent 25%), linear-gradient(45deg, #444cf7 25%, transparent 25%), linear-gradient(315deg, #444cf7 25%, #e5e5f7 25%);
background-position:  4px 0, 4px 0, 0 0, 0 0;
background-size: 4px 4px;
background-repeat: repeat;
}
.contact{
  background-color: black;
}
.contact-wrapper ul{
  display: flex;
  justify-content: space-around;
  
}
a:hover{
  text-decoration: none;
}
.contact-wrapper ul li{
  list-style: none;
  color: #e5e5f7;
  padding: 5px;
  border: 1px solid #e5e5f7;
  margin: 5px;
}
.contact-wrapper ul .otoiwase:hover{
  background-color: turquoise;
}
.contact-wrapper ul a{
  text-decoration: none;
  color: #e5e5f7;
  font-size: 1rem;
}
.contact-wrapper ul .otoiwase a:hover{
  color: rgb(14, 15, 15);
}
.container{
  background: white;
  position: relative;
  top: -18px;
}
.nav-setting{
  background-image: linear-gradient(to top, #f3e7e9 0%, #e3eeff 99%, #e3eeff 100%);
    opacity: 1;
    justify-content: space-around;
    align-items: center;
    padding: 1rem 0;
    position: relative;
    top: -18px;
    z-index: 100;
}
li{
  list-style: none;
}
li:hover{
  text-decoration: none;
}
a{
  text-decoration: none;
}
nav .menu ul{
  display: flex;
}
nav .menu ul li{
  list-style-type: none;
    border: 1px solid rgba(95, 95, 206, 0.185);
    margin: 1px;
    background-image: linear-gradient(to top, #dfe9f3 0%, white 100%);
    border-radius: 5px;
    box-shadow: rgba(0, 0, 0, 0.16) 0px 3px 6px, rgba(0, 0, 0, 0.23) 0px 3px 6px;
    padding: 5px;
}
.home-color{
  background-image: linear-gradient(120deg, #5b6475 0%, #5a636d 100%)!important; 
}
.homea-color{
  color: rgb(255, 255, 255) !important;
}
nav .menu ul li:hover{
  background-image: linear-gradient(120deg, #5b6475 0%, #5a636d 100%);
}
nav .menu ul li a{
    color: rgb(43, 43, 138);
    font-size: 1rem;
    font-weight: 600;
    padding:15px ;
}
nav .menu ul li a:hover{
  color: rgb(255, 255, 255);
  text-decoration: none;
}
/* hamburger */
.nav-menu {
  display: flex;
  justify-content: center;
  align-items: center;
}

.nav-item{
  font-size: 1.2rem;
  font-weight: 700;
  color: #475569;
  border-bottom: 1px thick black;
}

.nav-link:hover{
  color: #482ff7;
}
.hamburger-menu {
  display: none;
}

.hamburger .bar {
  display: block;
  width: 25px;
  height: 3px;
  margin: 5px auto;
  -webkit-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
  background-color: #101010;
}
.slider-img{
  margin-bottom: 55px;
}
.img-slider{
    position: relative;
    height: 470px;
    width: 100%;
    background: #1D212B;
  }
  
  .img-slider .slide{
    z-index: 1;
    position: absolute;
    width: 100%;
    clip-path: circle(0% at 0 50%);
  }
  .img-slider .slide.active{
    clip-path: circle(150% at 0 50%);
    transition: 2s;
    transition-property: clip-path;
  }
  
  .img-slider .slide img{
    z-index: 1;
    width: 100%;
    height: 470px;
  }
  
  .img-slider .slide .info{
    position: absolute;
    top: 1rem;
    padding: 15px 15px;
  }
  
  .img-slider .slide .info h3{
    color: #fff;
    font-size: 45px;
    text-transform: uppercase;
    font-weight: 800;
    letter-spacing: 2px;
  }
  
  .img-slider .slide .info p{
    color: #fff;
    background: rgba(0, 0, 0, 0.1);
    font-size: 16px;
    width: 60%;
    padding: 10px;
  }
  
  .img-slider .navigation{
    z-index: 2;
    position: absolute;
    display:-webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    bottom: 30px;
    left: 50%;
    transform: translateX(-50%);
  }
  
  .img-slider .navigation .btn{
    background: rgba(255, 255, 255, 0.5);
    width: 12px;
    height: 25px;
    margin: 10px;
    border-radius: 50%;
    cursor: pointer;
  }
  
  .img-slider .navigation .btn.active{
    background: #2696E9;
    box-shadow: 0 0 2px rgba(0, 0, 0, 0.5);
  }

  /* button */

  .multi-button {
    filter: drop-shadow(3px 10px 15px rgba(0, 0, 0, 0.45));
    width: 100%;
    margin: 2rem 0;
    display: -moz-boxs;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    margin-top: -25px;
  }
  .multi-button a{
    text-decoration:none;
    width: 100%;
  }
  .multi-button a button{
    height: 90px;
    width: 99.9%;
    /* background: rgb(90,105,147);
    background: linear-gradient(351deg, rgba(90,105,147,1) 0%, rgba(116,163,226,1) 11%, rgba(218,229,235,1) 37%); */
    font-weight: bold;
    color: white;
    font-size: 1.2rem;
    border: none;
    margin: auto; 
    padding: 0;
    stroke: black;
    outline: none;
    text-align: center;
  }
  .multi-button a.a button{
    border-radius: 20px 0 0 20px;
  }
  .multi-button a.b button{
    border-radius: 0 20px 20px 0;
  }
  .multi-button a.c button{
    border-radius: 0 20px 20px 0;
  }
  button.right{
      display: flex;
      align-items: center;
      justify-content: space-around;
      background-image: linear-gradient(to top, #cd9cf2 0%, #f6f3ff 100%);
  }
  
  button.left{
    display: flex;
    align-items: center;
    justify-content: space-around;
    background-image: linear-gradient(to top, #cd9cf2 0%, #f6f3ff 100%);
}
.multi-button div .rightt{
  width: 100%;
  display: flex;
    align-items: center;
    justify-content: space-around;
    background-image: linear-gradient(to top, #cd9cf2 0%, #f6f3ff 100%);
}
.multi-button div{
  display: none;
}
button img{
    width: 15%;
}
button h3{
    color: rgb(79, 40, 116);
    font-weight: 800;
}
  button:hover{
    cursor: pointer;
    filter: drop-shadow(3px 5px 5px rgba(0, 0, 0, 0.45));
  }
  button:active{
    filter: none;
    transform: scale(.95);
  }

  /* product card */
section {
    padding: 2rem 0;
}
section.top-products .head1 {
    display: flex;
    justify-content: center;
}
section.top-products .head1 h3{
    position: relative;
    border: 4px double black;
    padding:2px 15px;  
}
section.top-products h3 {
    text-align: center;
    color: #232B38;
    font-size: 2rem;
    font-weight: 800;
}
section.top-products .material-slider{
  width: 99%
}
section.top-products .material-slider .material-card {
    padding: 1.5rem 0;
    border: 1px solid black;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    -ms-border-radius: 4px;
    -o-border-radius: 4px;
    border-radius:4px;
}
section.top-products .material-slider .material-card .product-image img {
    width: 75%;
    height: 200px;
    object-fit: contain;
    padding-bottom: 1rem;
}

hr {
    border: 1px solid #f0f0f0;
    opacity: 0.8;
    margin: 1rem 0;
}
section.top-products .material-slider .material-card h3 {
    font-family: 'Raleway', sans-serif;
    font-size: 1.3rem;
    margin-bottom: 0.25rem;
}
section.top-products .material-slider .material-card .price {
    font-family: 'Roboto', sans-serif;
    color: var(--danger);
    color: #FE4545;
    margin: 1rem;
}
section.top-products .material-slider .material-card button {
    color: #232B38;
    background: var(--heaven);
    background-color: #FFFFFF;
    border: 2px solid #62b998;
    -webkit-border-radius:4px;
    -moz-border-radius:4px;
    -ms-border-radius:4px;
    -o-border-radius:4px;
    border-radius: 4px;
    display: flex;
    align-items: center;
    width: 40%;
    font-size: 1rem;
    cursor: pointer;
    -webkit-transition: all 0.3 ease;
    -moz-transition: all 0.3 ease;
    -ms-transition: all 0.3 ease;
    -o-transition: all 0.3 ease;
    transition: all 0.3 ease;
}
section.top-products .material-slider .material-card button:hover {
    background: var(--primary);
    background-color: #62b998;
    color: var(--heaven);
    color: #FFFFFF;
}
.material-slider .material-card button img {
  background: rgba(238, 130, 238, 0.514);
    border: 1px solid rgba(169, 169, 184, 0.014);
    height: 32px;
    margin-right: 1.2rem ;
    width: 30%;
}
.flex{
  display: flex;
}
.just-center{
  justify-content: center;
}
.slick-slide{
    margin: 0 27px;
}
.slick-list{
    margin:0 -27px
}
.slick-track{
    padding: 1rem 0;
}
.top-products .slider-btn {
    width: 30px;
    height: 30px;
    border: none;
    background: var(--primary);
    background-color:#42f88ead ;
    -webkit-border-radius:4px;
    -moz-border-radius:4px;
    -ms-border-radius:4px;
    -o-border-radius:4px;
    border-radius: 4px;
    cursor: pointer;
    outline: none;
}
.prev-btn {
    position: absolute;
    top: 46%;
    left: -1rem;
    z-index: 1;
}
.next-btn {
    position: absolute;
    top: 46%;
    right: -1rem;
    z-index: 1;
}
.top-products .slider {
    position: relative;
}
.top-products .btn-wrapper{
    margin-top: 2rem;
}

/* service */

.service .head1{
  display: -moz-boxs;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  justify-content: center;
}
.service .head1 h3{
  font-weight: 800;
  position: relative;
  border: 4px double black;
  padding:2px 15px;
}
.service .service-content{
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.service .service-content .service-img{
  border: 2px solid rgba(0, 0, 255, 0.274);
  border-radius: 7px;
}
.service .service-content .service-img img{
  width: 100%;
}
.service .service-content .service-details{
  margin: 0 50px;
}
.service .service-content .service-details p{
  font-size: 1.1rem;
  font-weight: 700;
  padding: 1rem;
}

/* access */

section.access .access-content{
  display: -moz-boxs;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  /* background-image: linear-gradient(to top, #e6e9f0 0%, #eef1f5 100%); */
  background-color: rgba(255, 255, 2, 0.473);
}
section.access .access-content .contact-us{
flex: 1;
}
section .contact-us .head1 {
  display: flex;
  justify-content: center;
  margin:25px 0;
}
section .contact-us .head1 h3{
  position: relative;
  border: 4px double black;
  padding:5px 15px; 
}
section.access .access-content .contact-us img{
  width: 25px;
  height: 20px;
}
section.access .access-content .contact-us div{
  padding-left: 25px;
}
section.access .access-content .contact-us > div>div{
  display: -moz-boxs;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  margin-bottom: 2rem;
  align-items: center;
}
section.access .access-content .contact-us >div >div> div{
  display: -moz-boxs;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  flex-direction: column;
  margin-left: 1rem;
}
section.access .access-content .contact-us >div >div span{
  margin-bottom: .5rem;
  font-weight: 700;
}
section.access .access-content .site-map{
  flex: 1;
  width: 100%;
}

/* footer */

footer{
  position: relative;
  top: -25px;
  background-image: linear-gradient(to top, #dad4ec 0%, #dad4ec 1%, #f3e7e9 100%);

}
footer .footer-content{
  justify-content: center;
  text-align: center;
}

.footer-content .footer-wrapper ul li{
  list-style-type: none;
  border-bottom: 1px solid rgba(27, 27, 143, 0.233);
  padding: .5rem 0;
}
.footer-content .footer-wrapper ul li a{
  text-decoration: none;
  color: #232B38;
  font-weight: 700;
  
}

/* ============================== */

@media screen and (max-width: 1100px) {
  nav > div{
    display: none;
  }
  /* hamburger */
  .nav-menu {
    position: fixed;
    left: -100%;
    top: 5rem;
    flex-direction: column;
    background-color: #fff;
    width: 80%;
    border-radius: 10px;
    text-align: center;
    transition: 0.3s;
    box-shadow:
        0 10px 27px rgba(0, 0, 0, 0.05);
}

.nav-menu.active {
    left: 0;
}

.nav-li {
    margin: .5rem 0;
}
.hamburger-menu{
  display: block;
}
  .hamburger{
    cursor: pointer;
  }
  .hamburger.active .bar:nth-child(2) {
    opacity: 0;
  }

  .hamburger.active .bar:nth-child(1) {
    transform: translateY(8px) rotate(45deg);
  }

  .hamburger.active .bar:nth-child(3) {
    transform: translateY(-8px) rotate(-45deg);
  }
}
@media screen and (max-width: 991px){
  .img-slider{
    height: 370px;
  }
  .img-slider .slide img{
    height: 370px;
  }
}
@media screen and (max-width: 767px){
  .img-slider{
    height: 270px;
  }
  .img-slider .slide img{
    height: 270px;
  }
  .multi-button{
    display: flex;
    flex-direction: column;
  }
  .multi-button button{
    width: 99%;
  }
  .multi-button a.a button{
    border-radius: 20px;
    margin-bottom: 5px;
  }
  .multi-button a.c button{
    border-radius: 20px;
  }
  button.right {
    display: none;
  }
  .multi-button div{
    display: block;
  }
  .service .service-content .service-img{
    display: none;
  }
  section.access .access-content{
    display: flex;
    flex-direction: column;
  }
  section.access .access-content .contact-us div{
     padding-left: 10%;
  }
  section.access .access-content .site-map{
    height: 800px;
  }

}
@media screen and (max-width:575px) {
  .contact-wrapper ul :nth-child(2), .contact-wrapper ul :nth-child(0){
    display: none;
  } 
}
@media screen and (max-width:467px){
  .img-slider{
    height: 270px;
  }
  .img-slider .slide img{
    height: 270px;
  }
}
@media screen and (max-width:380px){
  .img-slider{
    height: 220px;
  }
  .img-slider .slide img{
    height: 220px;
  }
}


