@import url("https://fonts.googleapis.com/css2?family=Montserrat:wght@100;200;300;400;500;600&display=swap");
* {
  font-family: 'Montserrat', sans-serif;
  margin: 0;
  padding: 0;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  outline: none;
  border: none;
  text-decoration: none;

}

html {
  font-size: 62.5%;
  overflow-x: hidden;
  scroll-behavior: smooth;
  scroll-padding-top: 6rem;
}
body{
  /* background: url(../images/body.jpg) no-repeat;
  background-size: cover;
  background-position: center; */
}
.data {

  margin-top:50px;

  

  padding:4rem;

  font-size:1.4rem;

  min-height:62vh;

  

}



section {
  padding: 5rem 8%;
}

.heading {
  text-align: center;
    margin-bottom: 1rem;
    font-size: 2.5rem;
    text-transform: capitalize;
    color: #444;
    font-weight: 600;
}

.heading span {
  color: #8565c2;
}
.head-banner{
  display: flex;
    justify-content: space-between;
    align-items: center;
    margin-bottom: 4rem;
}
.add-btn{
  display: block;
    background: #8565c2;
    color: #fff;
    width: 100%;
    padding: 1rem;
    font-weight: 600;
    margin-bottom: 1rem;
    border-radius: .5rem;
    text-transform: capitalize;
}
.add-btn.border{
  
  background: none;
  color: #8565c2;
  /* border: 1px solid rgba(0,0,0,.2); */
  width: 100%;
  padding: 1rem;
  text-transform: capitalize;
}


 .btn-2.light{
  background: #E2EAF8!important;
    padding: 1rem 3rem!important;
    font-size: 1.6rem!important;
    color: #2182fa !important;
    font-weight: 500!important;
    text-align: center!important;
}
.btn-2.dark{
 color: #fff !important;;
    padding: 1rem 3rem!important;
    font-size: 1.6rem!important;
    text-align: center!important;
    
    font-weight: 500!important;
}


.btn-2{
    display: inline-block;
    /* margin-top: 1rem; */
    padding: 1.2rem 3rem;
    cursor: pointer;
    text-align: center;
    background:#0248c4;
    border-radius: 1rem;
    font-size: 1.7rem;
    text-transform: capitalize;
    color: #fff;
}

.btn-2:hover {
 color:#fff;
 text-decoration: none;
}


.header .main-navbar {
  padding: 2rem 6%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;

  border-bottom: 1px solid rgb(0 0 0 / 9%);
  position: relative;
  z-index: 1000;
  background: #F9F7FB;
  /* box-shadow: 0 0.5rem 1rem rgba(0, 0, 0, 0.1); */
  
}

.header .main-navbar.active {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  border-bottom: none;
  -webkit-box-shadow: 0 0.5rem 1rem rgba(0, 0, 0, 0.1);
          box-shadow: 0 0.5rem 1rem rgba(0, 0, 0, 0.1);
}

.header .main-navbar .logo {
  font-size: 2.5rem;
  text-transform: capitalize;
  color: #444;
  font-weight: bolder;
}

.header .main-navbar .logo i {
  color: #2597f4;
}
.header .main-navbar .links {
  display:flex;
  align-items: center;
}

.header .main-navbar .links a {
  margin-left: 2rem;
  font-size: 1.8rem;
  text-transform: capitalize;
  color: #444;
}

.header .main-navbar .links a:hover {
  text-decoration: underline;
  color: #2597f4;
}
/* Search Bar Styling */
.search-bar {
display: flex
;
    align-items: center;
    background: #fff;
    padding: 0.5rem 1rem;
    border-radius: 38px;
    margin-left: 1rem;
    border: 1px solid #e2e8f0;}

.search-bar input {
  border: none;
  outline: none;
  font-size: 1.6rem;
  padding: 0.5rem;
  width: 250px;
}

.search-bar button {
  background: none;
  border: none;
  cursor: pointer;
  font-size: 1.6rem;
  color: #2597f4;
}


.header #menu-btn {
  font-size: 3rem;
  cursor: pointer;
  color: #444;
  display: none;
}
.swiper-button-next, .swiper-button-prev {
  color: #fff; 

  font-size: 20px;
}

.swiper-button-next:hover, .swiper-button-prev:hover {
  color: #ff6600; 
}


.home {
    /* background: url(../images/bg-2.jpg) no-repeat; */
    background-position: center;
    background-size: cover;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  gap: 3rem;
  /* min-height: 100vh; */
  padding-top: 2rem;
  /* padding: 2rem 6rem; */
  background: #F4F7FC;
  padding-bottom: 0;
  /* margin-top: -10rem; */
  /* background: #fff; */
  /* padding-right: 0; */
}

.home .image {
    /* margin-top: 8rem; */
  -webkit-box-flex: 1;
      -ms-flex: 1 1 42rem;
          flex: 1 1 42rem;
          position: relative;
          
}
.home .image .info-box{
  position: absolute;
  top:160px;
  padding: 1rem 2rem;
    /* min-height: 90px; */
    /* min-width: 260px; */
    flex-direction: column;
    background: #fff;
    box-shadow: 0 40px 30px rgba(25,25,46,.04);
    border-radius: 8px;
}
.home .image .info-box .fa-envelope{
  color: #F9B010;
    padding: 1rem;
    border-radius: 50%;
    background: rgba(249,171,0,.15);
    font-size: 2rem;
    margin-right: 1rem;

}
.home .image .info-box p{
  font-weight: 500;
}
.home .image .info-box2 p{
  font-weight: 500;
}
.home .image .info-box2{
position: absolute;
    right: -20px;
    padding: 2rem;
    top: 270px;
    background: #fff;
    box-shadow: 0 40px 30px rgba(25,25,46,.04);
    border-radius: 8px;
    text-align: center;
}
.home .image .info-box2 img{
/* width: 50px;
    border-radius: 50px; */
  

}
.home .image img {
  width: 100%;
}

.home .content {
  -webkit-box-flex: 1;
      -ms-flex: 1 1 52rem;
          flex: 1 1 52rem;
}

.home .content h3 {
  font-size: 5rem;
  text-transform: capitalize;
  color: #444;
  font-weight: 700;
  line-height: 1.6;
}

.home .content h3 span{
  color: #8565c2;
    font-size: 5rem;
}
.home .content p {
  font-size: 1.5rem;
  line-height: 2;
  color: #777;
  padding: 1rem 0;
}

.book-form {
  width: 100%;
  margin: 2rem auto;
  /* margin-top: -5rem; */
  background: #fff;
  border: 1px solid #ecedf2;
  box-shadow: 0 7px 18px rgba(64,79,104,.05);
  padding: 3rem 2rem;
  border-radius: 1rem;
}

.book-form form {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: end;
      -ms-flex-align: end;
          align-items: flex-end;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  gap: 1.5rem;
}

.book-form form .inputBox {
  -webkit-box-flex: 1;
      -ms-flex: 1 1 25rem;
          flex: 1 1 25rem;
}

.book-form form .inputBox span {
  font-size: 1.5rem;
  color: #030713;
}

.book-form form .inputBox input, select {
  width: 100%;
  padding: 1.2rem 1.4rem;
  border-radius: 1rem;
  border: 0.2rem solid #d8d5d573;
  font-size: 1.6rem;
  color: #777;
  background:#fff;
  text-transform: none;
  /* background: none; */
  margin-top: 1rem;
}
.book-form form .inputBox  select {
  width: 100%;
  padding: 1.2rem 1.4rem;
  border-radius: 1rem;
  border: 0.2rem solid #d8d5d573;
  font-size: 1.6rem;
  color: #777;
  background:#fff;
  text-transform: none;
  /* background: none; */
  margin-top: 1rem;
}

.book-form form .btn-1 {
  -webkit-box-flex: 1;
      -ms-flex: 1 1 15rem;
          flex: 1 1 15rem;
}
.find{
    position: relative;
}
.main{
  border: var(--border);
  box-shadow: var(--box-shadow);
  margin-top: 2rem;
  margin-bottom: 2rem;
  padding: 2rem;
}

  .search{
    /* margin-top: 10px; */
    width: 100%;
    outline: none;
    background-color: #ffffff;
    border: 1px solid rgb(0 137 209);
    box-shadow: 0 24px 13px rgb(46 56 58 / 20%);
    color: #59546A;
   
    border-radius: 45px;
   
    padding: 1.2rem 4rem;
  }
  
  #submit {
    background-color: #FDC800;
    border-radius: 0 45px 45px 0;
    padding: 1rem 4rem;
      color: #444;
      position: absolute;
      top: 0;
      bottom: 0;
      right: 0;
      font-size: 1.6rem;
  }


  .about {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -ms-flex-wrap: wrap-reverse;
        flex-wrap: wrap-reverse;
    gap: 5rem;
    
    min-height: 100vh;
    /* background: linear-gradient(45deg, #6154f8, #6d45fb); */
    background:url(../images/about-bg.jpg);
    background-position:center;
    background-size: cover;
    
      
  
  }
 
  
  .about.bottom-end{
    background:url(../images/about-bg-3.jpg);
    background-position:center;
    background-size: cover;
  }
  .about.bottom-end .content ul{
    list-style-type: none;
    margin-top: 2rem;
    margin-bottom: 2rem;
  }
  .about.bottom-end .content ul li{
    font-size: 1.5rem;
    line-height: 2;
    color: #777;
   
  }
  .about.bottom-end .content .box{
  
  display: flex;
  align-items: flex-start;
  justify-content: center;
  }
 
  .about .image {
    -webkit-box-flex: 1;
        -ms-flex: 1 1 42rem;
            flex: 1 1 42rem;
  }
  
  .about .image img {
    width: 100%;
  }
  
  .about .content {
    -webkit-box-flex: 1;
        -ms-flex: 1 1 42rem;
            flex: 1 1 42rem;
  }
  .about .content span
  {
    font-size: 16px;
      font-weight: 700;
      color: #a5b7d2;
      letter-spacing: 1px;
  
    text-transform: uppercase;
    
  }
  
  .about .content h3 {
    font-size: 3rem;
    text-transform: capitalize;
    color: #444;
    line-height: 1.5;
    padding-bottom: 0.5rem;
    font-weight: 600;

  }
  
  .about .content p {
    font-size: 1.5rem;
    line-height: 2;
    color: #777;
    padding: 1rem 0;
  }
  .about .content-box {
    -webkit-box-flex: 1;
    -ms-flex: 1 1 20rem;
        flex: 1 1 20rem;
  
  }
  
  .about .content-box.two {
    /* margin-top: -10rem; */
  }
  .about .content-box .box-container {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
        flex-direction: column;
    gap: 2rem;
    margin-top: 1rem;
  }
  
  .about .content-box .box-container .box {
    -webkit-box-flex: 1;
        -ms-flex: 1 1 25rem;
            flex: 1 1 25rem;
            background: #fff;
            border-radius: 1rem;
    padding:   3rem;
    text-align: center;
   
  }
  .about .content-box .box-container .box .icon i{
    background: #fef2d9;
    font-size: 3rem;
    /* box-shadow: 0 2px 16px rgb(179 208 248); */
    width: 8rem;
    height: 8rem;
    line-height: 8rem;
    color: #f9b010;
    border-radius: 50%;
    margin-bottom: 2rem;
  
  }
  
 
  
  
  .about .content-box .box-container .box h3 {
    font-size: 2.2rem;
    color: #444;
    /* background: linear-gradient(45deg, #ff93c0, #f7637a); */
   
    margin:0;
  }
  .about .content-box .box-container .box p {
    font-size: 1.5rem;
    line-height: 2;
    color: #777;
    padding: 1rem 0;
  }
  .about .icons-container .icons{
    display: flex;
    align-items: center;

  }
  .about .icons-container .icons i{
    color: #f2be78;
    background: antiquewhite;
    border-radius: 50%;
    height: 30px;
    width: 30px;
    line-height: 30px;
    text-align: center;
    margin-right: 1rem;

  }
  .about .icons-container .icons p{
 padding: 0;
margin-bottom: 1rem;


  }
  
  .about .content-box .box-container .box h3 i {
    padding-right: 1.5rem;
    color: #333;
  }
  .brand img{
    filter: grayscale(1);
    width: 80%;
    opacity: 0.8;
    
    
  }
  .brand img:hover{
    filter: inherit;
    opacity: 1;
    
    
  }
  
  .newsletter{
    background: url(../images/map.jpg) no-repeat;
    /* background-blend-mode: multiply; */
    background-size: cover;
    background-position: center;
    /* background-attachment: fixed; */
    /* padding: 4rem 1rem; */
    text-align: center;
    width: 80%;
    margin: auto;
    justify-content: center;
    display: flex;
    align-items: center;
    min-height: 60vh;
    
  }
  .newsletter .heading{
    /* text-align: left; */
    margin-top: 0;
      margin-bottom: 16px;
      font-size: 35px;
      font-weight: 700;
      line-height: 1.6;
  }
  
  /* .newsletter h1{
    color:#fff;
    font-size: 4rem;
  } */
  
  .newsletter p{
    color:#444;
    font-size: 1.6rem;
    width: 50%;
    margin: auto;
    line-height: 1.7;
    padding:1rem 0;
  }
  
  .newsletter form{
    height:5.5rem;
    max-width: 60rem;
    margin:0 auto;
    padding:0 1rem;
   
    /* display: flex;
    align-items: center;
    justify-content: space-between; */
    border-radius: 5rem;
    
  }
  
  .newsletter form input[type="email"]{
    height: 100%;
    width: 80%;
    padding:0 2rem;
    outline: none;
    border:none;
    /* border-radius: 5rem; */
    font-size: 2rem;
    color:#fff;
    margin-bottom: 1rem;
    background: rgb(4 4 4 / 75%);;
  }
  .newsletter form input[type="text"]{
    background: rgb(4 4 4 / 75%);
    height: 100%;
    width: 80%;
    padding:0 2rem;
    outline: none;
    border:none;
    margin-bottom: 1rem;
    /* border-radius: 5rem; */
    font-size: 2rem;
    color:#fff;
  }
  
  
  

  .product{
    min-height: 50vh;
  }
  .product .head-text{
    font-size: 1.5rem;
    color: #777;
    line-height: 1.6;
    text-align: center;
    margin-bottom: 7rem;

  }
  .product .heading{
margin-bottom:0 ;
  }
  
  .product .box-container{
    display: grid;
    -ms-grid-columns: (minmax(33rem, 1fr))[auto-fit];
        grid-template-columns: repeat(auto-fit, minmax(33rem, 1fr));
    gap:3rem;
  }
  

  .product .box-container .box{
   
border:.1rem solid rgba(227, 227, 227, 0.3);
box-shadow: 0 .5rem 1rem rgba(0,0,0,.1);
/* text-align: center; */
position: relative;
overflow: hidden;
background: #fff;
  }
  .product .box-container .box .content{
    padding: 2rem;
  }
  .product .box-container .box .content p{
    font-size: 1.4rem;
    color: #555;
    padding: .5rem 0;

   
    
  }
  .product .box-container .box .content .text{
    font-size: 1.4rem;
    color: #555;
    /* padding: .5rem 0; */
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden;
    text-overflow: ellipsis;
    

   
    
  }
  .product .box-container .box .content p i{
    FONT-WEIGHT: 100;
    padding-right: 1rem;

  }
  
  
  .product .box-container .box img{
    height: 25rem;
    width:100%;
    border-bottom:.1rem solid rgba(0,0,0,.3);
    object-fit: cover;
  }
  
  .product .box-container .box .seller{
    position: absolute;
    top: 1rem;
    left: 1rem;
    background: rgb(0 0 0 / 54%);
    border-radius: 1rem;
    color: #ffffff;
    /* border: 1px solid #ffad42; */
    font-size: 1.4rem;
    padding: 0.5rem 2rem;

  
  }
  .off{
    width: 8rem;
    background: #D0FCB4;
    text-align: center;
    padding: 0.5rem;
    color: green;
    font-size: 1.4rem;
    margin: 0 1rem;
    border-radius: 2rem;
  
  }
  .price{
    display: flex;
    align-items: center;
    padding: 1rem 0;

  }
  
  
  .product .box-container .box h3{
    font-size: 2rem;
    color: #444;
    line-height: 1.5;
    text-transform: capitalize;

  }
  .product .box-container .box h4{
    font-size: 2rem;
    color: #444;
    line-height: 1.5;
    text-transform: capitalize;


  }
  .product .box-container .box .stars {
    padding-bottom: .5rem;
    display: flex;
    align-items: center;
  }
  .product .box-container .box .stars p{
    padding: 0 1rem ;
  }
  
  .product .box-container .box .stars i{
    color:gold;
    font-size: 1.4rem;
  }
  .product .box-container .box .stars span{
    font-size: 1.4rem;
      font-weight: 600;
      padding-right:1rem;
      color: orange;
  
  
  }
  
  .product .box-container .box .quantity{
    padding:1rem 0;
  }
  
  .product .box-container .box .quantity span{
    font-size: 1.7rem;
  }
  
  /* .product .box-container .box .quantity input{
    font-size: 2rem;
    padding:.5rem;
    text-align: center;
    background:rgba(0,0,0,.1);
  } */
  
  .product .box-container .box .price{
    font-weight: bolder;
    color:var(--green);
    font-size: 2rem;
  }
  
  
  .product .box-container .box .price span{
    text-decoration: line-through;
    color:#999;
    font-size: 1.5rem;
  }
  
  .product .box-container .box .btn{
    display: block;
    margin:1rem 2rem;
    text-align: center;
  }


.review {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  gap: 2rem;
  background: #f6f8fa;
}

.review .information {
  -webkit-box-flex: 1;
      -ms-flex: 1 1 35rem;
          flex: 1 1 35rem;
}

.review .information span {
  font-size: 2rem;
  color: #8565c2;
  text-transform: capitalize;
}

.review .information h3 {
  font-size: 3rem;
  color:#444;
  padding-top: 1rem;
  margin: 0;
}

.review .information p {
  font-size: 1.5rem;
  line-height: 2;
  color: #666;
  padding: 1rem 0;
}

.review .review-slider {
  -webkit-box-flex: 1;
      -ms-flex: 1 1 60rem;
          flex: 1 1 60rem;
}

.review .review-slider .slide {

     box-shadow: 0 10px 10px rgb(0 0 0 / 20%);
     border: 1px solid rgba(0,0,0,0.2);
  padding: 2rem 3rem;
  background: #fff;
}

.review .review-slider .slide p {
  font-size: 1.5rem;
  line-height: 2;
  color: var(--light-black);
}

.review .review-slider .slide .user {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin-top: 1.5rem;
}

.review .review-slider .slide .user img {
  height: 5rem;
  width: 5rem;
  -o-object-fit: cover;
     object-fit: cover;
  border-radius: 50%;
  margin-right: 1rem;
}

.review .review-slider .slide .user h3 {
  font-size: 2rem;
  color: #8565c2;
  margin: 0;
  
}

.review .review-slider .slide .user span {
  color: #999;
  font-size: 1.5rem;
}

.review .review-slider .slide .user i {
  font-size: 5rem;
  margin-left: auto;
  margin-right: 2rem;
  color: #ddd;
}

.feature {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  gap: 8rem;
  text-align: left;
  min-height: 100vh;
 margin-top:7rem;
 background:url(../images/bg.jpg);
 background-position:center;
 background-size: cover;
  

  

 
}




.feature .image {
  -webkit-box-flex: 1;
  -ms-flex: 1 1 35rem;
      flex: 1 1 35rem;
  position: relative;
  
}
.feature .image img{
  width: 100%;
}



.feature .content {
  -webkit-box-flex: 1;
      -ms-flex: 1 1 42rem;
          flex: 1 1 42rem;
}

.feature .content span {
  font-size: 2rem;
  color: var(--orange);
  
}

.feature .content .title {
  font-size: 4rem;
  color: #333;
  margin-top: .5rem;
  line-height: 1.7;
 
}

.feature .content p {
  font-size: 1.5rem;
  color: #777;
  
  line-height: 1.6;
}

.feature .content .box-container {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  gap: 2rem;
  margin-top: 1rem;
}

.feature .content .box-container .box {
  -webkit-box-flex: 1;
      -ms-flex: 1 1 25rem;
          flex: 1 1 25rem;
          background:#fff;
  padding:   2.4rem;
  box-shadow: 0 1px 9px rgb(0 0 0 / 20%);


}


.feature .content .box-container .box:hover .fa-solid{
    color:#fff;
}


.feature .content .box-container .box h3 {
  font-size: 2rem;
  padding-top: 2rem;
  padding-bottom: 2rem;
  color:#444;
 
 
  margin:0;
}

.feature .content .box-container .box  .fa-solid {
  
 
  color: rgb(107 73 251);
  border-radius: 1rem;
  /* padding: 1rem; */
  font-size: 2rem;
  padding-right: 1rem;
}
.feature .content .heading{
 
    text-align: center;
    margin-bottom: 5rem;
    font-size: 3rem;
    text-transform: capitalize;
    color: #334;
    line-height: 1.6;
    padding: 0 4rem;
  
  }
  
  .feature .content .heading span {
    color: var(--brown);
    font-size: inherit;
    font-weight: inherit;
  }


.services {
  background: #fff;
 
   

}
.services .heading{
  text-align: center;
    margin-bottom: 1rem;
    font-size: 3.5rem;
    text-transform: capitalize;
    color: #444;
    font-weight: 600;
}
.services p{
  color:#777;
}

.services .box-container {
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: (minmax(33rem, 1fr))[auto-fit];
      grid-template-columns: repeat(auto-fit, minmax(33rem, 1fr));
  gap: 1rem;
}

.services .box-container .box {
  /* text-align: center; */
  padding: 1rem;
 background: #fff;
  /* border: 1px solid rgba(0,0,0,0.2);
    box-shadow: 0 3px 6px rgb(0 0 0 / 20%); */
    /* min-height: 190px; */
}
.services .box-container .box .box-top{
    display:flex;
    
}

.services .box-container .box:hover img {
  -webkit-transform: translateY(-1rem);
          transform: translateY(-1rem);
}


.services .box-container .box .content{
    text-align: left;
   margin-left: 1rem;
}

.services .box-container .box h3 {
  font-size: 1.8rem;
  color: #444;
  text-transform: capitalize;
 /* padding-bottom: 1rem; */
 margin: 0;
 
}

.services .box-container .box {
  background: #fff;
  display: flex;
  /* align-items: center; */
    border: 1px solid #ecedf2;
    box-sizing: border-box;
    border-radius: 10px;
    padding: 19px;
    transition: all .3s ease;
}
.services .box-container .box p {
  font-size: 1.4rem;
  color: #777;
  line-height: 2;
}

.services .box-container .box .icon{
  height: 70px;
  width: 70px;
  padding: 1rem;
  background: #ecedf2;
  display: flex;
  justify-content: center;
  align-items: center;
  color: var(--primary-color);
  font-size: 36px;
  border-radius: 10px;
  transition: all .3s ease;;
}
.services .box-container .box .icon img{
  width: 100%;

}
.services .box-container .box .fa-solid{

  color: #8565c2;
    font-size: 3rem;
    

}





.facilities {
   background: #f1eeff;

}

.facilities .box-container {
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: (minmax(30rem, 1fr))[auto-fit];
      grid-template-columns: repeat(auto-fit, minmax(30rem, 1fr));
  gap: 2rem;
}

.facilities .box-container .box {
  background: #fff;
  padding: 3rem;
  text-align: center;
  
  -webkit-box-shadow: 0 0.5rem 1rem rgba(0, 0, 0, 0.1);
          box-shadow: 0 0.5rem 1rem rgba(0, 0, 0, 0.1);
}





.facilities .box-container .box img {
  height: 10rem;
  margin-bottom: .5rem;
}

.facilities .box-container .box h3 {
  padding: 1rem 0;
  font-size: 2rem;
  text-transform: capitalize;
  color: #334;
}

.facilities .box-container .box p {
  font-size: 1.4rem;
  line-height: 2;
  color: #777;
}
.team {
  background: #fff;
}

.team .box-container {
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: (minmax(25rem, 1fr))[auto-fit];
      grid-template-columns: repeat(auto-fit, minmax(25rem, 1fr));
  gap: 2rem;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
}

.team .box-container .box {
  overflow: hidden;
  text-align: center;
}

.team .box-container .box:hover .content {
  margin-bottom: 0;
}

.team .box-container .box img {
  width: 65%;
  border-radius: 50%;
}

.team .box-container .box .content {
  padding: 2rem;
 
}

.team .box-container .box .content h3 {
  font-size: 2rem;
  text-transform: capitalize;
  color: #334;
}

.team .box-container .box .content p {
  font-size: 1.4rem;
  line-height: 2;
  color: #777;
  padding: .5rem 0;
}

.team .box-container .box .content .share {
  margin-top: 1.5rem;
}

.team .box-container .box .content .share a {
  height: 4.5rem;
  width: 4.5rem;
  line-height: 4.5rem;
  font-size: 1.7rem;
  margin: 0 .3rem;
  background: #334;
  color: #fff;
}

.team .box-container .box .content .share a:hover {
  background: #2597f4;
}




.blogs .heading {
  margin: 0;
  text-align: center;
  font-size: 2.5rem;
  font-weight: bold;
}

.blogs-container {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(300px, 1fr));
  gap: 2rem;

}

.box-shadow {
  border: 1px solid rgba(0, 0, 0, 0.2);

  box-shadow: 0 10px 10px 0 rgb(189 187 187 / 14%);
  transition: transform 0.3s ease-in-out;
}

.box-shadow:hover {
  transform: scale(1.05);
}

.box-shadow .image {
  height: 25rem;
  width: 100%;
  overflow: hidden;

}

.box-shadow .image img {
  height: 100%;
  width: 100%;
  object-fit: cover;
  transition: transform 0.3s ease-in-out;
}

.box-shadow:hover .image img {
  transform: scale(1.1);
}

.box-shadow .content {
  padding: 1rem;
  background: #fff;

}

.box-shadow .content h3 {
  font-size: 2rem;
  color: #444;
  line-height: 1.5;
  margin: 0;
  text-transform: capitalize;
}

.box-shadow .content p {
  font-size: 1.5rem;
  color: #555;
  line-height: 1.4;
  padding: 0.5rem 0;
}


.footer {
 background: #1b2026;
 padding-bottom: 1rem;
}

.footer .box-container {
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: (minmax(25rem, 1fr))[auto-fit];
      grid-template-columns: repeat(auto-fit, minmax(25rem, 1fr));
  gap: 2rem;
}

.footer .box-container .box h3 {
  font-size: 2.2rem;
  text-transform: capitalize;
  color: #fff;
  padding: 1rem 0;
}

.footer .box-container .box .link {
  display: block;
  padding: .5rem 0;
  font-size: 1.5rem;
  line-height: 2;
  color: #f5f5f5;
}

.footer .box-container .box .link i {
  padding-right: .5rem;
  color: #8565c2;
}

.footer .box-container .box .link:hover {
  color: #8565c2;
}

.footer .box-container .box .link:hover i {
  padding-right: 2rem;
}

.footer .box-container .box p {
  padding: .5rem 0;
  font-size: 1.5rem;
  line-height: 2;
  color: #777;
}

.footer .box-container .box p span {
  color: #8565c2;
}



.footer .box-container .box .share {
  margin-top: 2rem;
}

.footer .box-container .box .share a {
  height: 4.5rem;
  width: 4.5rem;
  line-height: 4.5rem;
  font-size: 1.7rem;
  background: #8565c2;
  color: #fff;
  border-radius: 50%;
  margin-right: 0.3rem;
  text-align: center;
}

.footer .box-container .box .share a:hover {
  background: #8565c2;
}

.footer .credit {
  font-size: 1rem;
    text-transform: capitalize;
    color: #999;
    margin-top: 3rem;
    padding-top: 1rem;
    border-top: 0.2rem solid #334;
    text-align: center;
}

.footer .credit span {
  color: #2597f4;
}
 /* signup page */

 .signup-wrapper{

  padding: 4rem; 

  height: 100%;

  display: flex;

  justify-content: center;

  align-items: center;



 }

 .signup-form{

      margin-top:60px;

  position: relative;

  width: 100%;

  max-width: 600px;

  padding: 60px 40px 40px;
  

  /* background: rgba(0,0,0,0.7); */

  border:2px solid #1b91ff;;

  border-radius: 10px;

  color: #fff;

  box-shadow: 0 15px 25px rgba(0,0,0,0.5);

 }



.signup-form h2 {

  text-align: center;

  letter-spacing: 4px;

  margin-bottom: 2rem;

  font-size: 2.4rem;

  color: #1b91ff;;
  word-break: break-word;

}

.signup-form .input-group {

  position: relative;

  width:100%;

}

.signup-form .input-group input,textarea,select {

  width: 100%;

  padding: 10px 0;

  font-size: 1.4rem;

  color:#333;

  letter-spacing: 1px;

  margin-bottom: 30px;

  border: none;

  border-bottom: 1px solid rgba(0,0,0,0.2);

  outline: none;

  background-color: transparent;

  resize: none;

}

.signup-form .input-group label{

    color: #444;

    font-size: 1.4rem;

}

.submit-btn {

   display: block;

   margin-left: auto;

   border: none;

   outline: none;

   background: #1b91ff;;

   font-size: 1.4rem;

   text-transform: uppercase;

   letter-spacing: 1px;

   padding: 10px 20px;

   border-radius: 5px;

   color: #fff;

   cursor: pointer;

   margin-bottom: 1.2rem;

 }

  /* login-form */

.login-wrapper {

    padding:7rem ;

  

   display: flex;

   justify-content: center;

   align-items: center;

 }

 .form {

     margin-top:40px;

   position: relative;

   width: 100%;

   max-width: 380px;

   padding: 80px 40px 40px;

   /* background: rgba(0,0,0,0.7); */

   border:2px solid #1b91ff;;

   border-radius: 10px;

   color: #fff;

   box-shadow: 0 15px 25px rgba(0,0,0,0.5);

 }

 

 .form img {

   position: absolute;

   top: -50px;

   left: calc(50% - 50px);

   width: 100px;

   background: rgba(255,255,255, 0.8);

   border-radius: 50%;

 }

 .form h2 {

   text-align: center;

   letter-spacing: 4px;

   margin-bottom: 2rem;

   font-size: 2.4rem;

   color: #1b91ff;;

 }

 .form .input-group {

   position: relative;

 }

 .form .input-group input {

   width: 100%;

   padding: 10px 0;

   font-size: 1.4rem;

   color:#111;

   letter-spacing: 1px;

   margin-bottom: 30px;

   border: none;

   border-bottom: 1px solid #777;

   outline: none;

   background-color: transparent;

 }

 .form .input-group label{

     color: #333;

     font-size: 1.4rem;

 }

@media (max-width: 1200px) {
  .header .contact-info {
    padding: 2rem 5%;
  }
  .header .main-navbar {
    padding: 2rem 5%;
  }
  section {
    padding: 3rem 5%;
  }
}

@media (max-width: 991px) {
  html {
    font-size: 55%;
  }
  .header .contact-info {
    padding: 2rem;
  }
  .header .main-navbar {
    padding: 2rem;
  }
  section {
    padding: 3rem 2rem;
  }
}

@media (max-width: 768px) {
  .header .main-navbar .links {
    flex-direction: column;
  }
 

  .header .contact-info {
    display: none;
  }
  .header #menu-btn {
    display: inline-block;
  }
  .header #menu-btn.fa-times {
    -webkit-transform: rotate(180deg);
            transform: rotate(180deg);
  }
  .header .main-navbar .links {
    position: absolute;
    top: 99%;
    left: 0;
    right: 0;
    background: #fff;
    border-top: 0.2rem solid #334;
    border-bottom: 0.2rem solid #334;
    -webkit-clip-path: polygon(0 0, 100% 0, 100% 0, 0 0);
            clip-path: polygon(0 0, 100% 0, 100% 0, 0 0);
  }
  .header .main-navbar .links.active {
    -webkit-clip-path: polygon(0 0, 100% 0, 100% 100%, 0 100%);
            clip-path: polygon(0 0, 100% 0, 100% 100%, 0 100%);
  }
  .header .main-navbar .links a {
    display: block;
    margin: 1rem;
    color:#444;
    font-size: 2rem;
  }
  .search-bar{
    border: 1px solid rgba(0, 0, 0, 0.2);
    margin-top: 1rem;
  }
  .home{

    flex-direction: column;
    margin-top: 0;
    padding: 1rem;
  }
  .home .content{
    flex:1;
    text-align: center;
  }
  .home .image{
    margin-top:0;
  }
  .newsletter{
    width: 100%;
  }
  .about{
    flex-direction: column;
    gap:1rem;
    
  }
  .about .image{
    flex:1;
  }
  .brand img{
    width: 100%;
  }
  
  .about-2 {
    gap: 3rem;
   
  }
  .about-2 .image {
    margin-top: 5rem;
  }
  .about-2 .content .title {
    font-size: 3rem;
  }
  .book-form .btn-2{
    margin: auto;
  }
  .home .image .info-box2{
    right:0;
   
  }
  .product-page .box-container .box .image-container .big-image{
 width: 100%!important;
  }
  .product-page .box-container .box .rating {
    flex-direction: column;
    align-items: end!important;
    margin-bottom: 1rem;

}
}

@media (max-width: 450px) {
  html {
    font-size: 50%;
  }
  .home .content h3 {
    font-size: 3rem;
  }
  .contact .row form .inputBox input {
    width: 100%;
  }
  .heading {
    font-size: 3rem;
  }
  .home .content h3 span {
    font-size: 3rem;
  }
}
/* Button used to open the chat form - fixed at the bottom of the page */
.open-button {
  background-color: #8565c2;
    color: white;
    /* padding: 16px 20px; */
    border-radius: 1rem;
    border: none;
    cursor: pointer;
    /* opacity: 0.8; */
    position: fixed;
    bottom: 23px;
    right: 28px;
    padding: 2rem 1.5rem;
  
}
.open-button i{
  font-size: 2.7rem;
}


/* The popup chat - hidden by default */
.chat-popup {
  display: none;
  position: fixed;
  bottom: 0;
  right: 15px;
  text-align: end;
  border: 3px solid #f1f1f1;
  z-index: 9;
}
.chat-popup label{
  padding: 1rem;
}

/* Add styles to the form container */
.form-container {
  max-width: 300px;
  padding: 10px;
  background-color: white;
}

/* Full-width textarea */
.form-container textarea {
  width: 100%;
  padding: 15px;
  margin: 5px 0 22px 0;
  border: none;
  background: #f1f1f1;
  resize: none;
  min-height: 200px;
  margin-bottom: 1rem;
    margin-top: 1rem;
}

/* When the textarea gets focus, do something */
.form-container textarea:focus {
  background-color: #ddd;
  outline: none;
}

/* Set a style for the submit/send button */
.form-container .btn {
  background-color: #04AA6D;
  color: white;
  padding: 16px 20px;
  border: none;
  cursor: pointer;

  margin-bottom:10px;
  opacity: 0.8;
}

/* Add a red background color to the cancel button */
.form-container .cancel {
  padding: 1rem;
  position: absolute;
  top: 0;
  right: 5px;
  background: #fff;
  color: #111;
  font-size: 2.7rem;

}

/* Add some hover effects to buttons */
.form-container .btn:hover, .open-button:hover {
  opacity: 1;
}

/* product page */
.product-page .box-container{

}

.product-page .box-container .box{
  display: flex;
  /* align-items: center; */
  justify-content: center;
  background:#fff;
  /* width: 90rem; */
  padding:1rem;
  /* margin:2rem; */
  /* box-shadow: 0 .3rem .5rem #3337; */
}
.product-page .top-content{
  border-bottom: 1px solid rgba(0,0,0,0.2);
    padding-bottom: 1rem;
}
.product-page .bottom-content h3{
  font-size:2rem;

}
.product-page .bottom-content p{
padding: 0 !important;
}

.product-page .box-container .box .image-container{
  text-align: center;
  
  
}
.product-page .box-container .box .image-container .title{
  text-align: left;
  margin-bottom: 1rem;
  
  
}

.product-page .box-container .box .image-container .big-image{
  box-shadow: 0 .3rem .5rem #3337;
  border:.5rem solid #fff;
  padding:2rem 1rem;
  background: #eee;
  width: 75rem;
  height: 42rem;

}

.product-page .box-container .box .image-container .big-image img{
  height:100%;
  width: 100%;
  
}

.product-page .box-container .box .image-container .small-image{
  padding:1rem 0;
}

.product-page .box-container .box .image-container .small-image img{
  box-shadow: 0 0.3rem 0.5rem #3337;
  border: 0.5rem solid #fff;
  /* padding: 1rem; */
  background: #eee;
  margin: 1rem;
  height: 10rem;
  width: 10rem;
  cursor: pointer;
}
.right-box{
  padding:2rem;
  border-radius: 5px;

  border:1px solid rgba(0,0,0,.2);
}
.right-box h3
{
  border-bottom: 1px solid rgba(0,0,0,0.2);
    padding-bottom: 1rem;
    margin-bottom: 2rem;
}
.product-form select{
  margin-bottom: 2rem;

}
.product-form span{
  font-weight: 600;
  text-transform: capitalize;

}

.product-page .box-container .box .image-container .small-image img.active,
.product-page .box-container .box .image-container .small-image img:hover{
  background:#ccc;
}

.product-page .box-container .box .content{
  padding:1rem 2rem;
}

.product-page .box-container .box .content .title{
  font-size: 3rem;
  color:var(--blue);
  padding: 1rem 0;
  text-transform: capitalize;
  margin: 0;
  line-height: 1.4;
}

.product-page .box-container .box .content .price{
  color:var(--pink);
 
  font-size: 2.5rem;
  padding: .5rem;
  display: flex;
  align-items: baseline;
}
.product-page .box-container .box  .rating{
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.product-page .box-container .box .icon{
  display: flex;
  align-items: center;
 
}
.product-page .box-container .box  .rating span{
  background: #122349;
  color: #ffd60a;
    padding: 0.6rem;
    border-radius: 0.2rem;
}
.right-box .flex{
  display: flex;
    justify-content: space-between;
    align-items: center;
}
.number {
  width: 100%;
  padding: 1.2rem 1.4rem;
  border-radius: 0.5rem;
  border: 0.2rem solid #d8d5d573;
  font-size: 1.6rem;
  color: #777;
  background: #fff;
  text-transform: none;
  /* background: none; */
  margin-top: 1rem;
}
.py-box{
  padding: 0.5rem;
  border: 2px solid #cac6c6;
  border-radius: 6px;
  margin-bottom: 0.2rem;
  text-align: center;
  color: #c0bdbd;
}
.py-box.active{
  color: #0a0a0a;
  background: #f6fcf7;
  border-color: #7dc855;
}
.py-box h4{
  font-size: 1.2rem;
}

.product-page .box-container .box  .rating .fa-star{
  color: #FFB33E;
  padding: 0 0.2rem;


}

.product-page .box-container .box .content .price .discount
{
  background: #c7f2d9;
  font-size: 1.4rem;
  padding: 0.2rem 1rem;
  color: #1f5b38;
  margin: 0;
  

}
.product-page .box-container .box .content .price .strike{
  font-size: 2rem;
  padding: 0;
 margin: 0 1rem;
  
  color: #aeadad;
  text-decoration: line-through;
  
}
.product-page .box-container .box .content .rating i{
  color:#ECC601;
  
 
}
.product-page .box-container .box .content p{
  font-size: 1.5rem;
    color: #a1a0a0;
    line-height: 1.8;
}

.product-page .box-container .box .content form .dropDown span{
  font-size: 2rem;
  display: block;
  color:var(--blue);
  padding:1rem 0;
}

.product-page .box-container .box .content form .dropDown select{
  width: 100%;
  height:3rem;
  font-size: 1.5rem;
  color:#666;
  border:none;
  outline: none;
}

.product-page .box-container .box .content form .quantity{
  padding:2rem 0;
}

.product-page .box-container .box .content form .quantity span{
  font-size: 2rem;
  color:var(--blue);
}

.product-page .box-container .box .content form .quantity input{
  height: 3rem;
  width: 6rem;
  text-align: center;
  font-size: 2rem;
  color:#666;
  margin:0 1rem;
  border: none;
  outline: none;
}

.product-page .box-container .box .content .btn{
  height: 4rem;
  width: 18rem;
  background:var(--pink);
  color:#fff;
  border-radius: 2rem;
  margin-right: 1rem;
  border:none;
  cursor: pointer;
  font-size: 1.7rem;
}

.product-page .box-container .box .content .btn:hover{
  background: var(--blue);
}

.product-page .box-container .box .content .stock{
  color:#666;
  font-size: 2rem;
}

.product-page .box-container .box .content .stock i{
  color:#14e014;
}
