/* Copy Animation */
.base-color {
  color: hsl(var(--main)) !important;
}

.copyInput {
  display: inline-block;
  line-height: 50px;
  position: absolute;
  top: 0;
  right: 0;
  width: 40px;
  text-align: center;
  font-size: 14px;
  cursor: pointer;
  -webkit-transition: all .3s;
  -o-transition: all .3s;
  transition: all .3s;
}

.copied::after {
  position: absolute;
  top: 8px;
  right: 12%;
  width: 100px;
  display: block;
  content: "COPIED";
  font-size: 1em;
  padding: 5px 5px;
  color: #fff;
  background-color: #FF7000;
  border-radius: 3px;
  opacity: 0;
  will-change: opacity, transform;
  animation: showcopied 1.5s ease;
}

@keyframes showcopied {
  0% {
    opacity: 0;
    transform: translateX(100%);
  }

  50% {
    opacity: 0.7;
    transform: translateX(40%);
  }

  70% {
    opacity: 1;
    transform: translateX(0);
  }

  100% {
    opacity: 0;
  }
}




.cookies-card {
  width: 520px;
  padding: 30px;
  color: #1E2337;
  position: fixed;
  bottom: 15px;
  left: 15px;
  z-index: 999999;
  transition: all .5s;
  background: #d1d1d1;
  border-radius: 5px;
}

.cookies-card.hide {
  bottom: -500px !important;
}

.radius--10px {
  border-radius: 10px;
}

.cookies-card__icon {
  width: 55px;
  height: 55px;
  border-radius: 50%;
  background-color: #6e6f70;
  color: #fff;
  font-size: 32px;
  display: inline-flex;
  justify-content: center;
  align-items: center;
}

.cookies-card__content {
  margin-bottom: 0;
}

.cookies-btn {
  color: #363636;
  text-decoration: none;
  padding: 10px 35px;
  margin: 3px 5px;
  display: inline-block;
  border-radius: 999px;
}

.cookies-btn:hover {
  color: #363636;
}


@media (max-width: 767px) {
  .cookies-card {
    width: 100%;
    left: 0;
    bottom: 0;
    font-size: 14px;
    padding: 15px;
  }
}




.hover-input-popup {
  position: relative;
}

.input-popup {
  display: none;
}

.hover-input-popup .input-popup {
  display: block;
  position: absolute;
  bottom: 130%;
  left: 50%;
  width: 280px;
  background-color: #1a1a1a;
  color: #fff;
  padding: 20px;
  border-radius: 5px;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  -ms-border-radius: 5px;
  -o-border-radius: 5px;
  -webkit-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  transform: translateX(-50%);
  -webkit-transition: all 0.3s;
  -o-transition: all 0.3s;
  transition: all 0.3s;
}

.input-popup::after {
  position: absolute;
  content: '';
  bottom: -19px;
  left: 50%;
  margin-left: -5px;
  border-width: 10px 10px 10px 10px;
  border-style: solid;
  border-color: transparent transparent #1a1a1a transparent;
  -webkit-transform: rotate(180deg);
  -ms-transform: rotate(180deg);
  transform: rotate(180deg);
}

.input-popup p {
  padding-left: 20px;
  position: relative;
}

.input-popup p::before {
  position: absolute;
  content: '';
  font-family: 'Line Awesome Free';
  font-weight: 900;
  left: 0;
  top: 4px;
  line-height: 1;
  font-size: 18px;
}

.input-popup p.error {
  text-decoration: line-through;
}

.input-popup p.error::before {
  content: "\f057";
  color: #ea5455;
}

.input-popup p.success::before {
  content: "\f058";
  color: #28c76f;
}



.show-filter {
  display: none;
}

@media(max-width:767px) {
  .responsive-filter-card {
    display: none;
    transition: none;
  }

  .show-filter {
    display: block;
  }
}

#confirmationModal .modal-footer .btn {
  padding: 10px 15px;
  font-size: 15px !important;
}

#confirmationModal .modal-footer .btn.btn--primary {
  background-color: hsl(var(--base)/0.1) !important;
  color: hsl(var(--base)) !important;
}

#confirmationModal .modal-footer .btn.btn--primary:hover,
#confirmationModal .modal-footer .btn.btn--primary:focus #confirmationModal .modal-footer .btn.btn--primary:focus-visible {
  background-color: hsl(var(--base-d-200)) !important;
  border: 1px solid hsl(var(--base-d-200)) !important;
  color: hsl(var(--white)) !important;
}

.btn--sm {
  padding: 8px 8px !important;
  font-size: 14px !important;
}
.home-slides {
  min-height: calc(100vh - 50px);
  position: absolute;
  inset: 0;
}
.home-slides .carousel-inner,
.home-slides .carousel-item{
height:100%;
}
.home-slides .carousel-item .slide-banner{
position:absolute;
inset:0;
overflow:hidden;
}
.home-slides .carousel-item .slide-banner img{
width:100%; height:100%;
}
.home-slides .slide-first{
position:absolute;
inset:0;
}

.home-slides .slide-first img{
  position: absolute;
-webkit-animation-fill-mode: both;
animation-fill-mode: both;
}
.home-slides .slide-first .cook-img {
top:27%;
  left: 34.5%;
-webkit-animation-name: slideInLeft;
animation-name: slideInLeft;
-webkit-animation-duration: 4s;
animation-duration: 4s;
}
.home-slides .slide-first .maid-img {
  top: 23%;
  left: 21%;
-webkit-animation-name: slideInLeft;
animation-name: slideInLeft;
-webkit-animation-duration: 2s;
animation-duration: 2s;
}
.home-slides .slide-first .const-img {
  top: 19%;
  left: 11%;
-webkit-animation-name: slideInLeft;
animation-name: slideInLeft;
-webkit-animation-duration: 1s;
animation-duration: 1s;
}
.home-slides .slide-first .plumber-img {
  top: 23%;
  right: 34%;
-webkit-animation-name: slideInRight;
animation-name: slideInRight;
-webkit-animation-duration: 4s;
animation-duration: 4s;
}
.home-slides .slide-first .lawyer-img {
  top: 23%;
  right: 22%;
-webkit-animation-name: slideInRight;
animation-name: slideInRight;
-webkit-animation-duration: 2s;
animation-duration: 2s;
}
.home-slides .slide-first .doctor-img {
  top: 19%;
  right: 9%;
-webkit-animation-name: slideInRight;
animation-name: slideInRight;
-webkit-animation-duration: 1s;
animation-duration: 1s;
}
.home-slides .slide-second{
position:absolute;
inset:0;
}
.home-slides .slide-second .left {
  position: absolute;
  top: 30%;
}
.home-slides .slide-second .left h2{
color:#ffffff;
text-transform:uppercase;
font-weight:bold;
font-size:4rem;
margin-bottom:0;
-webkit-animation-name: slideInUp;
animation-name: slideInUp;
-webkit-animation-duration: 2s;
animation-duration: 2s;
-webkit-animation-fill-mode: both;
animation-fill-mode: both;
}
.home-slides .slide-second .left p{
color:#ffffff;
font-weight:normal;
font-size:2rem;
margin-top:0;
margin-bottom:1rem;
-webkit-animation-name: slideInUp;
animation-name: slideInUp;
-webkit-animation-duration: 2s;
animation-duration: 2s;
-webkit-animation-fill-mode: both;
animation-fill-mode: both;
}

.home-slides .slide-second .right {
  position: absolute;
  bottom: 0;
  right: 0;
-webkit-animation-name: slideInUp;
animation-name: slideInUp;
-webkit-animation-duration: 1s;
animation-duration: 1s;
-webkit-animation-fill-mode: both;
animation-fill-mode: both;
}
.home-slides .slide-second .right .think-img {
  position: absolute;
  top: -10%;
  right: 6%;
 -webkit-animation-name: fadeIn;
animation-name: fadeIn;
-webkit-animation-duration: 5s;
animation-duration: 5s;
-webkit-animation-fill-mode: both;
animation-fill-mode: both;
}
.carousel-control-next-icon, .carousel-control-prev-icon{
background-color:rgba(0,0,0,0.3);
border-radius:50%;
width:4rem;height:4rem; background-size: 30%;
}
@-webkit-keyframes slideInLeft {
0% {
left: -100%;
visibility: visible;
}
50%{
  left: -50%;
  visibility: visible;
}
100% {
-webkit-transform: translateX(0);
transform: translateX(0);
}
}
@-webkit-keyframes slideInRight {
0% {
  right:-100%;
  visibility: visible;
}
100% {
  -webkit-transform: translateX(0);
  transform: translateX(0);
}
}
@-webkit-keyframes slideInUp {
0% {
-webkit-transform: translateY(100%);
transform: translateY(100%);
visibility: visible;
}
100% {
-webkit-transform: translateY(0);
transform: translateY(0);
}
}
@-webkit-keyframes fadeIn {
0% {opacity: 0;}
100% {opacity: 1;}
}
@keyframes fadeIn {
0% {opacity: 0;}
100% {opacity: 1;}
} 