/* Personalize CSS */
@import 'cleaning.css';

html,body, {
font-family:Roboto;
font-weight:400;
font-size:16px;
line-height:27px;
}

.vp-content{
  max-width:1280px;margin:auto;
}

a,a:hover,a:focus{outline: none;text-decoration: none;}

h1{
font-family:Poppins;
font-weight:600;
font-size:36px;
line-height:56px;
}

h2{
font-family:Poppins;
font-weight:600;
font-size:36px;
line-height:40px;
}

h3{
font-family:Poppins;
font-weight:600;
font-size:24px;
line-height:24px;
}

h4{
font-family:Poppins;
font-weight:600;
font-size:20px;
line-height:30px;
}

h5{
font-family:Poppins;
font-weight:600;
font-size:18px;
line-height:28px;
}

h6{
font-family:Poppins;
font-weight:600;
font-size:16px;
line-height:22px;
}

input,textarea,button,select{outline: none}

.font-poppins {
  font-family: 'Poppins', sans-serif;
}

.font-roboto {
  font-family: 'Roboto', sans-serif;
}

.vp-text_right {
  float: right;
}

#myTop {
  display: none;
  position: fixed;
  bottom: 10px;
  right: 10px;
  z-index: 2;
  cursor: pointer;
}

#myTop:hover {
  background-color: #555;
}

.vp-margin-left8{margin-left:8px!important}

.vp-img-gallery{cursor: pointer}
.vp-img-gallery:hover{opacity: 0.6; transition: 0.3s}

/* Chats Buttons */
.vp-whatsapp-btn {
  position:fixed;
  width:46px;
  height:46px;
  bottom:80px;
  right:11px;
  background-color:#25d366;
  color:#FFF;
  border-radius:30px;
  text-align:center;
  font-size:30px;
  z-index:100;
}
.vp-whatsapp-icon {
  margin-top:1px;
}
.vp-messenger-btn {
  position:fixed;
  width:46px;
  height:46px;
  bottom:135px;
  right:11px;
  background-image: linear-gradient(-140deg,deeppink, blue);
  color:#FFF;
  border-radius:30px;
  text-align:center;
  font-size:28px;
  z-index:100;
}
.vp-messenger-icon {
  margin-top:10px;
}

/* Breadcrumb */
  .vp-breadcrumb {
    background-color: #f1f1f1;
    color: #757575;
    box-shadow: inset -1px 7px 12px -12px rgba(0,0,0,0.5);
  }

  .vp-breadcrumb ul{
    max-width:1280px;
    margin:auto;
    padding: 10px 16px;
    list-style: none;
  }

  .vp-breadcrumb ul li {
    display: inline;
    font-size: 13px;
  }

  .vp-breadcrumb ul li+li:before {
    padding: 8px;
    font-family: "Font Awesome 6 Pro";
    font-weight: light;
    font-size: 8px;
    content: "\f101";
  }

  /* End Breadcrumb */

/* vp-card-6 and dropdown */

.vp-dropdown-hover:first-child,.vp-dropdown-click:hover{background-color:#fff;color:#4b5b68;}
.vp-dropdown-hover:hover > .vp-button:first-child,.vp-dropdown-click:hover > .vp-button:first-child{background-color:#fff;color:#4b5b68}

.vp-card-6 {
  min-width:300px;
  box-shadow:0 4px 10px 0 rgba(0,0,0,0.1),0 4px 10px 0 rgba(0,0,0,0.2)
  }

.vp-hover-animate-left{
  padding: 20px;
  width: 250px;
  transition: all 0.4s;
  cursor: pointer;
  margin-left: 0px;
  }

.vp-hover-animate-left span{
  cursor: pointer;
  display: inline-block;
  position: relative;
  transition: 0.4s;
  }

.vp-hover-animate-left span:after {
  position: absolute;
  opacity: 0;
  top: 0;
  right: 0px;
  transition: 0.5s;
  }

.vp-hover-animate-left:hover span {
  padding-left: 15px;
  }

.vp-hover-animate-left:hover span:after {
  opacity: 1;
  right: 0;
  }

.vp-hide2{display:none!important}

.vp-border-2{border:2px solid #ccc;}

.vp-rest{padding:15px 0 15px 15px;}

.vp-button-slider{
  padding:12px 24px;
  font-size:18px;
}

.vp-card-services{
  border:1px solid #dbe0e4;
  border-radius: 10px;
  -webkit-box-shadow: 0 15px 30px rgba(85, 85, 85, 0.16);
  -moz-box-shadow: 0 15px 30px rgba(85, 85, 85, 0.16);
  box-shadow: 0 15px 30px rgba(85, 85, 85, 0.16);
}

/* end vp-card6 */

@media (max-width: 992px) {
  h1{
  font-size:26px;
  line-height:30px;
  }

 .vp-border-left, .vp-border-right{
    border:none!important;
  }

/* Show NavBar Mobile */
  #show,#NavBar{display:none;}
  #show:checked~#NavBar{display:block;}

  .vp-rest{padding:5px 0 5px 5px;}

}

@media (max-width:600px){
  h1{
  font-size:22px;
  line-height:30px;
  }

  .vp-button.vp-mobile, .vp-dropdown-hover.vp-mobile{
    padding: 12px;
    border-top: 1px solid #f1f1f1;
    text-align:left;
    }

  .vp-button.vp-buttonleft{
    padding: 2px;
    text-align:left;
    }

  .vp-card-6 {
    width: 90%!important;
    border: 1px solid #f1f1f1;
    box-shadow:none!important;
    }

  .vp-hide2{display:none!important}

  .mySlides h3{
    font-size:16px;
    line-height:22px;
  }

  .mySlides h1{
    font-size:22px;
    line-height:30px;
  }
  .vp-button-slider{
    padding:8px 16px;
    font-size:15px;
  }

}

.bg-cover {
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    overflow: hidden;
 }

@media (max-width: 767px) {

.bg-cover {
    background-size: 100%;
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    align-self: normal;
  }
}

.marker-list {
    margin: 0 0 25px;
    padding: 0;
    list-style: none;
}

@media (max-width: 767px) {
    .marker-list {
        margin-bottom: 10px;
    }
}

.vp-badge {
  display: inline-block;
  width: 110px;
  height: 110px;
  border-radius: 50%;
  background-color: #6fbf52;
  -webkit-box-shadow: 0 5px 10px rgba(0, 0, 0, 0.1);
  -moz-box-shadow: 0 5px 10px rgba(0, 0, 0, 0.1);
  box-shadow: 0 5px 10px rgba(0, 0, 0, 0.1);
  font-size: 40px;
  line-height: 110px;
  font-weight: bold;
  text-align: center;
  color: #fff;
}

/* Cards Carousel*/
.vp-content-carousel {
  display: flex;
  padding: 0 35px;
  align-items: center;
  justify-content: center;
  min-height: 50vh;
  /*background: linear-gradient(to left top, #fff, #333);*/
}

.vp-wrapper {
  max-width: 1200px;
  width: 100%;
  position: relative;
}

.vp-wrapper i.vp-arrow{
  top: 50%;
  height: 50px;
  width: 50px;
  cursor: pointer;
  font-size: 1.25rem;
  position: absolute;
  text-align: center;
  line-height: 50px;
  background: #fff;
  border-radius: 50%;
  box-shadow: 0 3px 6px rgba(0,0,0,0.23);
  transform: translateY(-50%);
  transition: transform 0.1s linear;
}
.vp-wrapper i.vp-arrow:active{
  transform: translateY(-50%) scale(0.85);
}
.vp-wrapper i.vp-arrow:first-child{
  left: -22px;
}
.vp-wrapper i.vp-arrow:last-child{
  right: -22px;
}
.vp-wrapper .vp-carousel{
  display: grid;
  grid-auto-flow: column;
  grid-auto-columns: calc((100% / 3) - 24px);
  overflow-x: auto;
  scroll-snap-type: x mandatory;
  gap: 32px;
  border-radius: 8px;
  scroll-behavior: smooth;
  scrollbar-width: none;
}

@media screen and (max-width: 992px) {
  .vp-wrapper .vp-carousel {
    grid-auto-columns: calc((100% / 2) - 16px);
  }
}

@media screen and (max-width: 767px) {
  .vp-wrapper .vp-carousel {
    grid-auto-columns: calc((100%) + 40px);
  }
}

.vp-carousel::-webkit-scrollbar {
  display: none;
}
.vp-carousel.no-transition {
  scroll-behavior: auto;
}
.vp-carousel.dragging {
  scroll-snap-type: none;
  scroll-behavior: auto;
}
.vp-carousel.dragging .vp-card {
  cursor: grab;
  user-select: none;
}
.vp-carousel :where(.vp-card, .img) {
  display: flex;
  justify-content: center;
  align-items: center;
}

.vp-carousel .vp-card {
  scroll-snap-align: start;
  list-style: none;
  cursor: pointer;
  flex-direction: column;
  text-align: center;
  padding: 40px 50px 45px;
  background-color: #fff;
  border-radius: 10px;
  -webkit-box-shadow: 0 15px 30px rgba(85, 85, 85, 0.16);
  -moz-box-shadow: 0 15px 30px rgba(85, 85, 85, 0.16);
  box-shadow: 0 15px 30px rgba(85, 85, 85, 0.16);
  }

  @media (max-width: 1199px) {
      .vp-carousel .vp-card {
          padding: 30px 25px 35px;
      }
  }

  @media (max-width: 767px) {
      .vp-carousel .vp-card {
          padding: 20px 25px 25px;
      }
  }

.vp-service-card-icon {
    font-size: 70px;
    line-height: 1em;
    color: #02aacf;
    -webkit-transition: 0.2s;
    -moz-transition: 0.2s;
    -ms-transition: 0.2s;
    -o-transition: 0.2s;
}

@media (max-width: 767px) {
    .vp-service-card-icon {
        font-size: 56px;
    }
}

.vp-card:hover .vp-service-card-icon {
    transform: scale(1.2);
    -webkit-transition: 0.25s;
    -moz-transition: 0.25s;
    -ms-transition: 0.25s;
    -o-transition: 0.25s;
}

.vp-card-list {
    padding: 0;
    list-style: none;
    margin-bottom: 10px;
}

.vp-card-list:not(:first-child) {
    margin-top: 22px;
}

@media (max-width: 991px) {
    .vp-card-list:not(:first-child) {
        margin-top: 15px;
    }
}

.vp-card-list>li {
    font-size: 16px;
    line-height: 26px;
    position: relative;
    margin-bottom: 7px;
    margin-top: 0;
}

.vp-card-list>li:last-child {
    margin-bottom: 0;
}

.vp-card-list>li:before {
    position: relative;
    top: -1px;
    padding: 0 10px;
    display: inline-block;
    font-family: 'cleaning';
    content: "\e907";
    font-size: 11px;
    color: #02aacf;
}

@media (max-width: 991px) {
    .vp-card-list>li {
        font-size: 15px;
        line-height: 26px;
    }
}

@media (max-width: 991px) {
    .vp-card-list>li {
        font-size: 14px;
        line-height: 20px;
    }
}

.vp-carousel .vp-card .img {
  background: #8B53FF;
  height: 148px;
  width: 148px;
  border-radius: 50%;
}
.vp-card .img img {
  width: 140px;
  height: 140px;
  border-radius: 50%;
  object-fit: cover;
  border: 4px solid #fff;
}
.vp-carousel .vp-card h2 {
  font-weight: 500;
  font-size: 1.56rem;
  margin: 30px 0 5px;
}
.vp-carousel .vp-card span {
  color: #6A6D78;
  font-size: 1.31rem;
}

/* End Cards Carousel*/

/* Marker-box*/
.marker-box {
     position: relative;
     padding: 0 40px 0 37px;
 }

 @media (max-width: 991px) {
     .marker-box {
         padding: 0 0 0 27px;
     }
 }

 .marker-box-title {
     font-size: 20px;
     margin-bottom: 15px;
 }

 @media (max-width: 991px) {
     .marker-box-title {
         font-size: 18px;
         margin-bottom: 4px;
     }
 }

 .marker-box-marker {
     position: absolute;
     left: 0;
     top: 4px;
     font-size: 16px;
     font-weight: bold;
     color: #02aacf;
 }

 @media (max-width: 991px) {
     .marker-box-marker {
         top: 6px;
     }
 }

 .marker-box p:last-child {
     margin-bottom: 0;
 }

 .p-lg+.marker-box {
     margin-top: 35px;
 }

 @media (max-width: 991px) {
     .p-lg+.marker-box {
         margin-top: 25px;
     }
 }

 @media (max-width: 767px) {
     .p-lg+.marker-box {
         margin-top: 10px;
     }
 }

 .marker-box+.marker-box {
     margin-top: 35px;
 }

 @media (max-width: 991px) {
     .marker-box+.marker-box {
         margin-top: 25px;
     }
 }

 @media (max-width: 767px) {
     .marker-box+.marker-box {
         margin-top: 10px;
     }
 }

.marker-box-marker:before {
    font-family: 'fontawesome';
    content: "\f043";
    font-weight: normal;
}
