@import url('https://fonts.googleapis.com/css2?family=Poppins:wght@400;500;600;700;800&display=swap');

:root {
  --main-black: #16283E;
  --main-dark-blue: #205A5E;
  --text-size-title1: 60px;
  --text-size-title2: 22px;
  --text-weight-bolder: 800;
  --fancy-button-fill:rgb(244, 36, 52);
  --fancy-button-bg: url('data:image/svg+xml;charset=UTF-8, <svg xmlns="http://www.w3.org/2000/svg" viewBox="50.3963 34.7269 175.7 86.79"><path d="M58.7051 55.766C59.9587 48.4614 66.0646 42.9738 73.4612 42.5044L195.495 34.7593C202.587 34.3093 209.125 38.5895 211.549 45.2686L225.131 82.69C228.643 92.3688 222.232 102.798 212.01 104.033L68.3215 121.396C57.6894 122.681 48.8211 113.361 50.6325 102.806L58.7051 55.766Z" fill="var(--fancy-button-fill)"/></svg>');
}

@media (max-width: 767px) {
  :root {
    --text-size-title1: 28px; 
    --text-size-title2: 22px;  
  }
}
@media (768px <= width <= 1399px) {
  :root {
    --text-size-title1: 48px; 
    --text-size-title2: 22px;  
  }
}


body {
  font-size: 16px;
  line-height: normal;
  color: var(--main-black);
  font-family: 'Poppins', sans-serif;
  overflow-x: hidden;
}

.section-mt {
    margin-top: 100px;
}
/* header */

.logo-block {
    display: flex;
    font-size: 12px;
    align-items: center;
}

.main-menu .nav-item {
  position: relative;
}

.main-menu .nav-item:not(.nav-book):before {
    content: '';
    width: 5px;
    aspect-ratio: 1;
    background: red;
    display: block;
    border-radius: 50em;
    position: absolute;
    bottom: 0;
    left: 50%;
    transform: translate(-50%);
    -webkit-transition: all 0.5s;
    -moz-transition: all 0.5s;
    -ms-transition: all 0.5s;
    -o-transition: all 0.5s;
    transition: all 0.5s;
    opacity: 0;
}
.main-menu .nav-item:not(.book-button):hover:before, .main-menu .nav-item a:not(.book-button):hover {
  opacity: 1;
  color: red;
}

header#dude:before {
    content: '';
    background: url(/assets/lib/img/big-wave-ark.png);
    width: 100%;
    height: 300px;
    position: absolute;
    bottom: 0;
    background-repeat: no-repeat;
    background-size: 100% 300px;
    z-index: 1;
}
/* header */

.title-1 {
  font-size: var(--text-size-title1);
  font-weight: var(--text-weight-bolder);
  line-height: 1.2;
}
.title-2 {
  font-size: var(--text-size-title2);
  font-weight: var(--text-weight-bolder);
}

.color-dark {
  color: var(--main-dark-blue);
}

.fancy-button {
  -webkit-mask:  url(/assets/lib/img/fancy-button-bg.svg) no-repeat 50% 50%;
  mask: url(/assets/lib/img/fancy-button-bg.svg) no-repeat 50% 50%;
  background-repeat: no-repeat;
  color: white;
  background-size: contain;
  padding: 30px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  text-decoration: none;
}

.menu-button {
    background-image: url(/assets/lib/img/menu-button-new.png);
    background-repeat: no-repeat;
    color: #ccc;
    width: 50px;
    height: 46px;
    display: inline-flex;
    justify-content: center;
    align-items: center;
    background-size: contain;
    filter: drop-shadow(2px 4px 6px red);
    margin-right: 20px;
    padding: 8px;
}

.button-red {
  background-color: #F42434;  
}

.button-blue {
  background-color: #205A5E;  
}

.button-container {
    filter: drop-shadow(2px 4px 6px red);
    display: inline-block;
}
.button-container-dark {
    filter: drop-shadow(2px 4px 6px #205A5E);
    display: inline-block;
}

.intro-content {
  min-height: 700px;
  display: flex;
  flex-direction: column;
  justify-content: center;  
}
.rating-link {
    background: white;
    padding: 10px;
    display: block;
    margin: 14px 0;
    border-radius: 16px;
    text-align: center;
    text-decoration: none;
    box-shadow: 5px 5px 16px #00000080;
}
.rating-link .rating {
    color: red;
    text-decoration: none;
    font-weight: 500;
    background: #FFCEC7;
    padding: 0 5px;
    border-radius: 5px;
}
/* main background  */     
.big-wave {
  position: absolute;
  width: 100%;
  bottom: 0;
  z-index: 1;
}      
.fixer-group {
  position: absolute;
  bottom: 0;
  left: 75px;
}
img.fixer-case {
  position: absolute;
  bottom: 0;
  right: 0;
  z-index: 1;
}
section.bg_lap {
  background: radial-gradient( farthest-side at center left, rgb(39 75 78 / 50%), transparent 1800px ), radial-gradient( farthest-corner at bottom right, rgb(39 75 78 / 50%), transparent 900px );
}
/* main background  */    

section.contact_us, section.choose_us {
    margin-top: 100px;
}
section.contact_us{
    background: radial-gradient( farthest-corner at bottom right, rgb(39 75 78 / 50%), transparent 900px );
}
.choose_card {
    box-shadow: 16px 16px 50px #205A5E;
    border-radius: 16px;
    background: white;
}
.bg-items {
    position: absolute;
    width: initial;
    inset: 0;
    margin: auto;
    z-index: -1;
}

.lap_form_design .form-control {
  background-color: #FFF5EE;
}
.lap_form_design .form-select, .form-floating>.form-select~label::after {
  background-color: #FFF5EE;
}
.lap_form_design .form-control:focus {
    background-color: white;
}
.lap_form_design .form-select:focus, .form-floating>.form-select:focus~label::after{
    background-color: white;
}


.big_num {
    font-size: 100px;
    font-weight: 800;
    color: rgba(255, 149, 124, 1);
}

.card-stats {
    background: #DFECED;
    border-radius: 16px;
    padding: 20px;
    height: 100%;
}
.stats-icon-wrapper {
    background: white;
    display: inline-block;
    padding: 10px;
    border-radius: 12px;
    box-shadow: 0px 16px 40px #5a5a5a;
}

.appliance_serviced {
    background-color: #205A5E;
    color: white;
    position: relative;
    margin: 200px 0 100px 0;
}
.appliance_serviced:before, .appliance_serviced:after {
    background-repeat: no-repeat, no-repeat;
    -webkit-background-size: 100% 200px;
    background-size: 100% 200px;
    background-color: #ffffff;
    content: '';
    position: absolute;
    display: block;
    width: 100%;
    height: 200px;
}

.appliance_serviced:before {
  background-image: url('/assets/lib/img/wave-green-top.png');
  top: -200px;
}
.appliance_serviced:after {
  background-image: url('/assets/lib/img/wave-green-bottom.png');
  bottom: -200px;
}
.repair_card {
    color: white;
}
.appliance-image-wrapper {
    position: relative;
    display: inline-block;
    z-index: 0;
}

.image-frame {
    position: absolute;
    width: 75%;
    aspect-ratio: 1;
    background: #DFECED;
    border: 4px solid;
    border-color: white;
    border-radius: 16px;
    inset: 0;
    margin-top: auto;
    margin-inline: auto;
    z-index: -1;
    transition: all 0.5s ease-in-out;
}
.appliance-image {
    padding-bottom: 16px;
    transition: all 0.5s ease-in-out;
}
.repair_card:hover .image-frame {
  border-radius: 50em;
}
.repair_card:hover .appliance-image {
    transform: translateY(-12%);
}
.repair_card:hover .title-2 {
    color: #FF957C;
}

.call_us {
  position: relative;
}
.call_us:after {
    content: '';
    background: url(/assets/lib/img/pink-wave-top.png);
    width: 100%;
    height: 200px;
    display: block;
    position: absolute;
    background-repeat:no-repeat;
    background-size: 100% 200px;
    bottom: 0;
}

.brands {
    background-color: #FFF5EE;
}

.vendor_wrapper {
    min-height: 120px;
    display: flex;
    justify-content: center;
    align-items: center;
    filter: grayscale(0.9);
    transition: 0.3s all ease;
    padding: 0 10px;
}
.vendor_wrapper:hover {
    filter: grayscale(0);
}

.bg-pink {
  background-color: #FFF5EE;
}
.text-bubble {
    background-color: white;
    padding: 20px;
    border-radius: 16px;
    box-shadow: 5px 5px 40px #626262;
}
.repair_problems {
    background: url(/assets/lib/img/pink-wave-bottom.png) no-repeat, linear-gradient(0deg, #ffffff 50%, #fff5ee 50%);
    background-position: bottom center, top center;
    background-size: 100% 50%, 100% auto;
}

.item.review_card {
    background: #DFECED;
    padding: 30px;
    margin: 0 20px;
    height: 450px;
    display: flex;
    flex-direction: column;
    border-radius: 16px;
}
.review_text {
    height: 100%;
    line-height: 1.7rem;
}
.rating img {
    display: inline!important;
    width: auto!important;
}

.new-carousel .owl-next svg, .new-carousel .owl-prev svg {
    fill: transparent;
    stroke: #205A5E;
}
.new-carousel .owl-next svg {
    transform: scaleX(-1);
}
.owl-theme.new-carousel .owl-nav [class*='owl-']:hover {
    background: unset;
    color: unset;
}

.new-carousel .owl-nav [class*='owl-']:hover svg {
  fill:#F42434;
  stroke: white;
}
.new-carousel .owl-nav [class*='owl-']:hover .nav_button {
  filter: drop-shadow(2px 4px 6px black);
}
.new-carousel .owl-prev, .new-carousel .owl-next  {
    position: absolute;
    top: 50%;
}
.new-carousel .owl-next {
    right: 0;
    transform: translate( 50%, -50%);
}
.new-carousel .owl-prev {
    left: 0;
    transform: translate( -50%, -50%);
}
.card-social {
    padding: 20px;
    border: 1px solid #FF957C;
    border-radius: 16px;
}
.areas {
    background: url(/assets/lib/img/map-bg-new.png) no-repeat top;
    min-height: 600px;
    background-size: auto;
}
.payment_methods {
    display: flex;
    justify-content: center;
}
footer {
    background-color: #16283E;
    color: white;
    position: relative;
}
footer:before {
    content: '';
    background-image: url(/assets/lib/img/footer-wave-bg.png);
    position: absolute;
    top: -100px;
    width: 100%;
    height: 100px;
    background-repeat: no-repeat;
    background-size: 100% 100px;
}
.section-pb {
    padding-bottom: 100px;
}
.manager {
    position: absolute;
    bottom: 0;
    max-width: 100%;
    right: unset;
    left: 0;
    max-height: 550px;
}
.white_figure {
  min-height: 500px;
}
@media (max-width: 767px)  {
  section.bg_lap {
      background: radial-gradient( farthest-side at bottom left, rgb(39 75 78 / 50%), transparent 600px ), radial-gradient( farthest-corner at bottom right, rgb(39 75 78 / 50%), transparent 400px );
  }  
  body {
    font-size: 14px;
  }  
  .intro-content {
    min-height: unset;
  }  
  #dude:after {
      content: '';
      background: url(/assets/lib/img/fixer-full-reverse.png);
      width: 100%;
      height: 450px;
      position: absolute;
      bottom: 0;
      background-repeat: no-repeat;
      background-size: auto 450px;
      z-index: 0;
      background-position: right bottom;
  }
  .main-rating-stats {
      min-height: 450px;
  }
  header#dude:before {
    height: 150px;
    background-size: 100% 150px;
  }  
  .menu-button {
    margin-right: 0;
  } 
  .choose_card {
    box-shadow: unset;
    border-radius: 0;
    background: transparent;
  } 
  section.choose_us {
    margin-top: 100px;
    background: radial-gradient( farthest-side at bottom left, rgb(39 75 78 / 50%), transparent 200px ), radial-gradient( farthest-side at bottom right, rgb(39 75 78 / 50%), transparent 300px );
  } 
  .bg-items {
    position: relative;
    margin-top: 40px;
    order: 6;
    padding-bottom: 60px;
  }  
  section.contact_us {
    background: radial-gradient( farthest-corner at bottom right, rgb(39 75 78 / 50%), transparent 400px );
  }  
  .appliance_serviced:after {
    bottom: -100px;
  }  
  .appliance_serviced:before, .appliance_serviced:after {
    background-repeat: no-repeat, no-repeat;
    -webkit-background-size: 100% 100px;
    background-size: 100% 100px;
    height: 100px;
  }  
  .appliance_serviced:before {
    top: -100px;
  }  
  .call_us:after {
    height: 100px;
    background-size: 100% 100px;
  }  
  .img-fluid.mykola {
    transform: scaleX(-1);
    width: 80%;
  }
  .areas {
    background-size: contain;
  }  
  .white_figure {
    min-height: unset;
  }
  .manager {
    position: relative;
  }  
  footer:before {
    top: -50px;
    height: 50px;
    background-size: 100% 50px;
  }  
}

@media (768px <= width <= 1399px) {
  .fixer-group {
    transform: scaleX(-1);
    right: 0;
    left: unset;
  }
  img.fixer-case {
    left: 0;
    right: unset;
  }
  .bg-items {
      position: relative;
      margin-top: 40px;
  }  
  .choose_card {
      box-shadow: unset;
      border-radius: 0;
      background: transparent;
  } 
  section.choose_us {
      margin-top: 100px;
      background: radial-gradient( farthest-side at left, rgb(39 75 78 / 50%), transparent 700px ), radial-gradient( farthest-corner at center right, rgb(39 75 78 / 50%), transparent 800px );
  }  
  section.contact_us {
      background: radial-gradient( farthest-corner at bottom right, rgb(39 75 78 / 50%), transparent 600px );
  }  
  .call_us:after {
      height: 100px;
      background-size: 100% 100px;
  }  
  .manager {
    width: 370px;
    right: 0;
    left: unset;
  }
  .item.review_card {
      padding: 20px;
      margin: 0 10px;
  }
  .appliance_serviced:after {
    bottom: -150px;
  }
  .appliance_serviced:before, .appliance_serviced:after {
    -webkit-background-size: 100% 150px;
    background-size: 100% 150px;
    height: 150px;
  }
}
.as-5 {
  animation: 5s;
}

img.logo {
    max-width: 125px;
}
.container {
    padding: 0 15px;
}
footer a {
  color: #ffffff !important;
}






.test {}
