/*---------------------------------------------"
Template Name: Barber TRIM & STYLE
Template URL: https://techpedia.co.uk/template/barber
Description: Barber TRIM & STYLE Saloon
Version: 1.0.0

===============================================   
STYLE SHEET INDEXING
|
|___ Fonts
|___ Variables
|___ Reset Styles
|___ Responsive
|___ Spacing
|___ Helper Classes
|___ Buttons
|___ Headings
|___ Layout Styles
|___ END STYLE SHEET INDEXING

--------------------------------------------*/
/*-------------------------
    Fonts
-------------------------*/
@import url("https://fonts.googleapis.com/css2?family=Exo:wght@200;300;400;500;600;700;800&family=Montserrat:wght@200;300;400;500;600;700;800&display=swap");
/*-------------------------
    Variables
-------------------------*/
.img {
  background: url(../media/bg/inner-bg.png);
}

/*-------------------------
    Responsive
-------------------------*/
/*-------------------------
    Reset Styles
-------------------------*/
img {
  max-width: 100%;
  height: auto;
  vertical-align: middle;
}

ul.list-style,
ol.list-style {
  padding: 0;
}

ul.list-style li::marker,
ol.list-style li::marker {
  color: #AFB1B6;
}

.unstyled {
  padding-left: 0;
  list-style: none;
  margin-bottom: 0;
}

section:after {
  content: "";
  display: block;
  clear: both;
}

.form-group {
  position: relative;
}

.input-group {
  position: relative;
  background: transparent;
  box-shadow: none;
  padding: 12px 24px;
  border-radius: 10px;
  background: #FAFAFA;
  border: 0;
}

.form-selector,
.form-control {
  background: #0D0D0D;
  border: 0;
  border-radius: 0;
  padding: 0;
  font-size: 16px;
  font-weight: 400;
  font-family: "Exo", sans-serif;
  position: relative;
  margin-bottom: 0;
  color: #AFB1B6;
}
.form-selector:focus,
.form-control:focus {
  color: #AFB1B6;
  outline: 0;
  box-shadow: none;
  background: #0D0D0D;
}
.form-selector::placeholder,
.form-control::placeholder {
  color: #AFB1B6;
  opacity: 1;
}

.form-group .form-selector {
  width: 100%;
}
.form-group .form-selector,
.form-group .form-control {
  background: #0D0D0D;
  padding: 12px 16px;
  border-radius: 0;
  border-bottom: 1px solid #AFB1B6;
}

textarea {
  height: 240px;
}

.input-group button {
  background: transparent;
  border: 0;
  border-radius: 0;
  font-weight: 700;
  font-size: 24px;
  color: #2C2D2F;
}

label.error {
  color: #bc0f0f;
  margin-top: 10px;
}

.alert-message {
  display: none;
}

.pagination-cus {
  display: inline-flex;
}
.pagination-cus li {
  margin-right: 10px;
}
.pagination-cus li i {
  font-size: 60px;
  color: #fff;
}
.pagination-cus li a {
  display: block;
}
.pagination-cus li .link {
  background: linear-gradient(282.51deg, rgba(148, 158, 155, 0.2) -4.31%, rgba(148, 158, 155, 0) 126.79%);
  backdrop-filter: blur(2.5px);
  border-radius: 10px;
  padding: 10px 20px;
  text-align: center;
  font-size: 27px;
  color: #fff;
}
.pagination-cus li .link.active {
  color: #AFB1B6;
}
.pagination-cus li .link:hover {
  color: #AFB1B6;
}

.dark .pagination-cus li i {
  color: #F0F2F4;
}
.dark .pagination-cus li .link {
  color: #F0F2F4;
}
.dark .pagination-cus li .link.active {
  color: #AFB1B6;
}
.dark .pagination-cus li .link:hover {
  color: #AFB1B6;
}

.points li {
  margin-bottom: 10px;
  position: relative;
  padding-left: 25px;
}
.points li::before {
  content: "";
  width: 8px;
  height: 8px;
  position: absolute;
  left: 0;
  top: 10px;
  background: #AFB1B6;
  transform: rotate(45deg);
}

/*-------------------------
    Typography
-------------------------*/
html {
  scroll-behavior: smooth;
}

body {
  font-family: "Montserrat", sans-serif;
  color: #79553d;
  font-weight: 400;
  background-color: #f1e8d7;
  height: 100%;
  vertical-align: baseline;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  text-rendering: optimizeLegibility;
  

}

.grayscale {
  filter: grayscale(100%);
}

.grayscale:hover {
  filter: grayscale(0%);
}

.day-box {
  width: 150px;
  height: 150px;
  border-radius: 50%;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  margin-bottom: 20px;
}

body.dark {
  background: #fff;
}

h1,
h2,
h3,
h4,
h5,
h6,
.h1,
.h2,
.h3,
.h4,
.h5,
.h6,
address,
p,
pre,
blockquote,
table,
hr {
  margin: 0 0 20px 0;
}

h1 a,
h2 a,
h3 a,
h4 a,
h5 a,
h6 a {
  color: inherit;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  font-weight: 750;
  color: #79553d;
}

p {
  font-size: 16px;
  font-weight: 400;
  margin: 0 0 16px 0;
  line-height: 150%;
  letter-spacing: 0.03em;
}

a {
  display: inline-block;
  text-decoration: none;
  color: unset;
}
a:hover {
  color: #AFB1B6;
}

span {
  display: inline-block;
  font-size: 16px;
  line-height: 150%;
  letter-spacing: 0.03em;
}

b,
strong {
  font-family: "Montserrat", sans-serif;
}

@media (max-width: 380px) {
  .social-icon {
    justify-content: center !important;
  }
}

/*-------------------------
    Spacing
-------------------------*/
/*----------------------------------------*/
/*  03. SPACE CSS START
/*----------------------------------------*/
.mb-200 {
  margin-bottom: 250px;
}

.mt-150 {
  margin-top: 150px;
}
@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .mt-150 {
    margin-top: 110px;
  }
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .mt-150 {
    margin-top: 90px;
  }
}
@media (max-width: 767px) {
  .mt-150 {
    margin-top: 80px;
  }
}

.mt-100 {
  margin-top: 100px;
}
@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .mt-100 {
    margin-top: 80px;
  }
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .mt-100 {
    margin-top: 70px;
  }
}
@media (max-width: 767px) {
  .mt-100 {
    margin-top: 50px;
  }
}

.mb-100 {
  margin-bottom: 100px;
}
@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .mb-100 {
    margin-bottom: 80px;
  }
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .mb-100 {
    margin-bottom: 70px;
  }
}
@media (max-width: 767px) {
  .mb-100 {
    margin-bottom: 50px;
  }
}

.ms-80 {
  margin-left: 80px;
  margin-right: 80px;
}
@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .ms-80 {
    margin-left: 60px;
    margin-right: 60px;
  }
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .ms-80 {
    margin-left: 48px;
    margin-right: 48px;
  }
}
@media (max-width: 767px) {
  .ms-80 {
    margin-left: 32px;
    margin-right: 32px;
  }
}

.mb-80 {
  margin-bottom: 80px;
}
@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .mb-80 {
    margin-bottom: 60px;
  }
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .mb-80 {
    margin-bottom: 48px;
  }
}
@media (max-width: 767px) {
  .mb-80 {
    margin-bottom: 32px;
  }
}

.mt-64 {
  margin-top: 64px;
}
@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .mt-64 {
    margin-top: 48px;
  }
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .mt-64 {
    margin-top: 42px;
  }
}
@media (max-width: 767px) {
  .mt-64 {
    margin-top: 32px;
  }
}

.mb-64 {
  margin-bottom: 64px;
}
@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .mb-64 {
    margin-bottom: 48px;
  }
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .mb-64 {
    margin-bottom: 42px;
  }
}
@media (max-width: 767px) {
  .mb-64 {
    margin-bottom: 32px;
  }
}

.mb-56 {
  margin-bottom: 56px;
}

.mt-48 {
  margin-top: 48px;
}
@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .mt-48 {
    margin-top: 42px;
  }
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .mt-48 {
    margin-top: 32px;
  }
}
@media (max-width: 767px) {
  .mt-48 {
    margin-top: 24px;
  }
}

.mb-48 {
  margin-bottom: 48px;
}
@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .mb-48 {
    margin-bottom: 42px;
  }
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .mb-48 {
    margin-bottom: 32px;
  }
}
@media (max-width: 767px) {
  .mb-48 {
    margin-bottom: 24px;
  }
}

.mb-40 {
  margin-bottom: 40px;
}
@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .mb-40 {
    margin-bottom: 33px;
  }
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .mb-40 {
    margin-bottom: 28px;
  }
}
@media (max-width: 767px) {
  .mb-40 {
    margin-bottom: 21px;
  }
}

.mb-32 {
  margin-bottom: 32px;
}
@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .mb-32 {
    margin-bottom: 26px;
  }
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .mb-32 {
    margin-bottom: 22px;
  }
}
@media (max-width: 767px) {
  .mb-32 {
    margin-bottom: 18px;
  }
}

.mb-24 {
  margin-bottom: 24px;
}

.mb-16 {
  margin-bottom: 16px;
}
@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .mb-16 {
    margin-bottom: 15px;
  }
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .mb-16 {
    margin-bottom: 12px;
  }
}
@media (max-width: 767px) {
  .mb-16 {
    margin-bottom: 10px;
  }
}

.m-12 {
  margin: 12px 0;
}

.ms-15 {
  margin: 0 15px;
}

.mb-12 {
  margin-bottom: 12px;
}

.mb-8 {
  margin-bottom: 8px;
}

.space-mar {
  margin-top: -50px;
}

.spacer-mar {
  margin-top: -24px;
}
@media (max-width: 1199px) {
  .spacer-mar {
    margin: 0;
  }
}

.sec-pt {
  padding-top: 235px;
}

.pt-200 {
  padding-top: 280px;
}
@media (max-width: 992px) {
  .pt-200 {
    padding-top: 220px;
  }
}

.ps-170 {
  padding: 170px 0;
}
@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .ps-170 {
    padding: 140px 0;
  }
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .ps-170 {
    padding: 120px 0;
  }
}
@media (max-width: 767px) {
  .ps-170 {
    padding: 100px 0;
  }
}

.p-100 {
  padding: 100px 0;
}
@media (max-width: 992px) {
  .p-100 {
    padding: 80px 0;
  }
}
@media (max-width: 768px) {
  .p-100 {
    padding: 60px 0;
  }
}
@media (max-width: 490px) {
  .p-100 {
    padding: 40px 0;
  }
}

.pt-100 {
  padding-top: 100px;
}

.pb-100 {
  padding-bottom: 100px;
}
@media (max-width: 992px) {
  .pb-100 {
    padding-top: 0;
  }
}

.mt-78 {
  margin-top: 78px;
}
@media (max-width: 992px) {
  .mt-78 {
    margin-top: 48px;
  }
}
@media (max-width: 767px) {
  .mt-78 {
    margin-top: 38px;
  }
}
@media (max-width: 490px) {
  .mt-78 {
    margin-top: 32px;
  }
}

.pt-72 {
  padding-top: 72px !important;
}
@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .pt-72 {
    padding-top: 62px;
  }
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .pt-72 {
    padding-top: 52px;
  }
}
@media (max-width: 767px) {
  .pt-72 {
    padding-top: 48px;
  }
}
@media (max-width: 490px) {
  .pt-72 {
    padding-top: 32px;
  }
}

.pt-62 {
  padding-top: 62px;
}
@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .pt-62 {
    padding-top: 52px;
  }
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .pt-62 {
    padding-top: 42px;
  }
}
@media (max-width: 767px) {
  .pt-62 {
    padding-top: 32px;
  }
}
@media (max-width: 490px) {
  .pt-62 {
    padding-top: 22px;
  }
}

.pb-62 {
  padding-bottom: 62px;
}
@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .pb-62 {
    padding-bottom: 52px;
  }
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .pb-62 {
    padding-bottom: 42px;
  }
}
@media (max-width: 767px) {
  .pb-62 {
    padding-bottom: 32px;
  }
}
@media (max-width: 490px) {
  .pb-62 {
    padding-bottom: 22px;
  }
}

.p-62 {
  padding: 62px;
}
@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .p-62 {
    padding: 52px;
  }
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .p-62 {
    padding: 42px;
  }
}
@media (max-width: 767px) {
  .p-62 {
    padding: 32px;
  }
}
@media (max-width: 490px) {
  .p-62 {
    padding: 22px;
  }
}

.p-55 {
  padding: 55px 0;
}

.pt-50 {
  padding-top: 50px;
}

.pb-50 {
  padding-bottom: 50px;
}

.p-50 {
  padding: 50px 0;
}

.pt-48 {
  padding-top: 48px;
}

.p-34 {
  padding: 34px;
}
@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .p-34 {
    padding: 24px;
  }
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .p-34 {
    padding: 18px;
  }
}

.p-32 {
  padding: 32px;
}

.pb-24 {
  padding-bottom: 24px;
}

.p-16 {
  padding: 16px;
}
@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .p-16 {
    padding: 15px;
  }
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .p-16 {
    padding: 13px;
  }
}
@media (max-width: 767px) {
  .p-16 {
    padding: 10px;
  }
}
@media (max-width: 490px) {
  .p-16 {
    padding: 10px;
  }
}

.p-30 {
  padding: 30px;
}

.pt-32 {
  padding: 30px 0;
}

.p-20 {
  padding: 20px;
}

.ps-20 {
  padding: 0 20px;
}

.ps-18 {
  padding-left: 18px;
  padding-right: 18px;
}

.pt-12 {
  padding: 12px 0;
}

.p-12 {
  padding: 12px;
}

.p-10 {
  padding: 10px;
}

/*-------------------------
    Helper Classes
-------------------------*/
.color-primary {
  color: #AFB1B6;
}

.bg-white {
  background-color: #FAFAFA !important;
}

.bg-primary {
  background-color: #AFB1B6 !important;
}

.color-dark {
  color: #2C2D2F;
}

.bg-dark {
  background-color: #2C2D2F !important;
}

.color-dark-2 {
  color: #fff;
}

.bg-dark-2 {
  background-color: #fff;
}

.color-dark-3 {
  color: #0D0D0D;
}

.bg-dark-3 {
  background-color: #0D0D0D;
}

.color-white {
  color: #FAFAFA;
}

.color-gray {
  color: #F0F2F4;
}

.bg-gray {
  background-color: #F0F2F4;
}

.color-gray-2 {
  color: #D6D8DB;
}

.bg-gray-2 {
  background-color: #D6D8DB;
}

.color-gray-3 {
  color: #AFB1B6;
}

.bg-gray-3 {
  background-color: #AFB1B6;
}

.color-gray-4 {
  color: #797D86;
}

.bg-gray-4 {
  background-color: #797D86;
}

.primary-hover:hover {
  color: #fff;
}

.secondery-hover:hover {
  color: #FAFAFA;
}

.fs-137 {
  font-size: 137px;
}
@media (max-width: 1200px) {
  .fs-137 {
    font-size: 128px;
  }
}
@media (max-width: 768px) {
  .fs-137 {
    font-size: 98px;
  }
}
@media (max-width: 768px) {
  .fs-137 {
    font-size: 72px;
  }
}
@media (max-width: 490px) {
  .fs-137 {
    font-size: 48px;
  }
}

.fs-105 {
  font-size: 105px;
}
@media (max-width: 1200px) {
  .fs-105 {
    font-size: 72px;
  }
}
@media (max-width: 992px) {
  .fs-105 {
    font-size: 58px;
  }
}
@media (max-width: 768px) {
  .fs-105 {
    font-size: 49px;
  }
}
@media (max-width: 490px) {
  .fs-105 {
    font-size: 38px;
  }
}

.fs-80 {
  font-size: 80px;
}
@media (max-width: 1200px) {
  .fs-80 {
    font-size: 59px;
  }
}
@media (max-width: 900px) {
  .fs-80 {
    font-size: 49px;
  }
}
@media (max-width: 490px) {
  .fs-80 {
    font-size: 38px;
  }
}

.fs-61 {
  font-size: 61px;
}
@media (max-width: 1200px) {
  .fs-61 {
    font-size: 52px;
  }
}
@media (max-width: 768px) {
  .fs-61 {
    font-size: 42px;
  }
}
@media (max-width: 490px) {
  .fs-61 {
    font-size: 28px;
  }
}

.fs-47 {
  font-size: 47px;
}
@media (max-width: 1250px) {
  .fs-47 {
    font-size: 42px;
  }
}
@media (max-width: 768px) {
  .fs-47 {
    font-size: 38px;
  }
}
@media (max-width: 490px) {
  .fs-47 {
    font-size: 32px;
  }
}

.fs-36 {
  font-size: 36px;
}
@media (max-width: 992px) {
  .fs-36 {
    font-size: 28px;
  }
}
@media (max-width: 580px) {
  .fs-36 {
    font-size: 21px;
  }
}

.fs-27 {
  font-size: 27px;
}
@media (max-width: 1200px) {
  .fs-27 {
    font-size: 18px;
  }
}

.fs-21 {
  font-size: 21px;
}
@media (max-width: 1200px) {
  .fs-21 {
    font-size: 18px;
  }
}

.fs-16 {
  font-size: 16px;
}
@media (max-width: 490px) {
  .fs-16 {
    font-size: 14px;
  }
}

.fs-12 {
  font-size: 12px;
}

.fw-3 {
  font-weight: 300;
}

.fw-4 {
  font-weight: 400;
}

.fw-5 {
  font-weight: 500;
}

.fw-6 {
  font-weight: 600;
}

.fw-7 {
  font-weight: 700;
}

.lh-100 {
  line-height: 100%;
}

.lh-110 {
  line-height: 110%;
}

.lh-120 {
  line-height: 120%;
}

.lh-130 {
  line-height: 130%;
}

.lh-140 {
  line-height: 140%;
}

.lh-150 {
  line-height: 150%;
}

.lh-160 {
  line-height: 160%;
}

.lh-180 {
  line-height: 180%;
}

.ls-1 {
  letter-spacing: -0.01em;
}

.ls-0 {
  letter-spacing: 0em;
}

.ls-2 {
  letter-spacing: -0.02em;
}

.ls-3 {
  letter-spacing: -0.03em;
}

.ls-4 {
  letter-spacing: -0.04em;
}

.hover-animation {
  transition: all 0.5s ease-in-out;
}
.hover-animation:hover {
  transform: translateY(-10px);
}

.transition {
  transition: all 0.5s ease-in-out;
}

.w-150 {
  width: 150px;
}
@media (max-width: 768px) {
  .w-150 {
    width: 100%;
  }
}

.h-220 {
  height: 220px;
}

@media (max-width: 900px) {
  .mt-30-m {
    margin-top: 30px;
  }
}

@media (max-width: 490px) {
  .mt-30-sm {
    margin-top: 30px;
  }
}

.br-25 {
  border-radius: 25px;
}

.br-15 {
  border-radius: 15px;
}

.border-bottom {
  border-bottom: 2px solid #AFB1B6 !important;
}

.border-bottom-dd {
  border-bottom: 2px solid #79553d !important;
}

.social-icon {
  display: flex;
  align-items: center;
  justify-content: center;
}
.social-icon li a {
  margin: 0 16px;
}
.social-icon li a i {
  font-size: 32px;
  color: #AFB1B6;
}
.social-icon li a:hover i {
  color: #AFB1B6;
}
.social-icon li a:hover svg {
  stroke: #AFB1B6;
  fill: #AFB1B6;
}

.border-white {
  border: 1px solid #FAFAFA;
}

.font-sec {
  color: #79553d;
}

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

.color-hover:hover {
  color: #AFB1B6;
}

/*-------------------------
  Buttons
-------------------------*/
.back-to-top {
  position: fixed;
  bottom: 0px;
  right: 20px;
  display: block;
  width: 150px;
  height: 150px;
  line-height: 50px;
  font-size: 100px;
  padding: 20px 0;
  background: #AFB1B6;
  color: #FAFAFA;
  text-align: center;
  opacity: 0;
  text-decoration: none;
  border-radius: 50%;
  -webkit-transform: scale(0.3);
  -ms-transform: scale(0.3);
  transform: scale(0.3);
  box-shadow: 4px 4px 10px rgba(0, 0, 0, 0.2);
  z-index: 999;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}
.back-to-top.show {
  opacity: 1;
}
@media (max-width: 490px) {
  .back-to-top {
    right: -32px;
    bottom: -40px;
  }
}

.barber-btn {
  text-transform: capitalize;
  padding: 6px 16px;
  background: #ffffff;
  border: 2px solid #a38b63;
  border-radius: 12px;
  font-weight: 700;
  #font-size: 18px;
  transition: all 0.5s ease-in-out;
  color: #79553d;
}
@media (max-width: 490px) {
  .barber-btn {
    font-size: 16x;
    padding: 8px 16px;
  }
}
.barber-btn:hover {
  background: #a38b63;
  color: #ffffff;
}

.social-link {
  font-weight: 400;
  font-size: 21px;
  line-height: 140%;
  color: #FAFAFA;
  display: flex;
  align-items: center;
}
@media (max-width: 490px) {
  .social-link {
    font-size: 16px;
  }
}
.social-link i {
  font-size: 32px;
  margin-right: 8px;
}
@media (max-width: 490px) {
  .social-link i {
    font-size: 24px;
  }
}
.social-link:hover {
  color: #AFB1B6;
  transition: all 0.5s ease-in-out;
}

.form-btn {
  width: 100%;
  padding: 20px 0;
  background: #AFB1B6;
  font-family: "Exo", sans-serif;
  text-transform: capitalize;
  border: 2px solid #AFB1B6;
  border-radius: 5px;
  font-weight: 400;
  font-size: 19px;
  line-height: 130%;
  color: #FAFAFA;
  cursor: pointer;
}
.form-btn:hover {
  color: #AFB1B6;
  background: #FAFAFA;
}

.close {
  text-align: end;
  font-size: 32px;
  color: white;
  background: none;
  border: none;
  box-shadow: none;
  padding: 0 16px;
}
.close:hover {
  color: #AFB1B6;
}

/*-------------------------
  Headings
-------------------------*/
/*-------------------------
  Preloader Styles
-------------------------*/
#preloader {
  position: fixed;
  width: 100%;
  height: 100vh;
  text-align: center;
  background-color: #FAFAFA;
  z-index: 9999999;
  padding-top: 20%;
  -webkit-transition: all 500ms linear;
  transition: all 500ms linear;
}
#preloader .spinner {
  position: relative;
  width: 56px;
  height: 56px;
  margin: 0 auto;
}
#preloader .spinner div {
  width: 100%;
  height: 100%;
  border-radius: 50%;
  border: 13px solid rgba(155, 108, 39, 0.196);
  position: absolute;
  top: 0;
  left: 0;
  animation: spinner-g7vlvwmd 0.65s linear infinite;
  z-index: 0;
}
#preloader .spinner div::before {
  content: "";
  height: 13px;
  width: 13px;
  border-radius: 50%;
  background: #AFB1B6;
  position: absolute;
  top: 50%;
  animation: spinner-h1vps1md 1.3s infinite reverse steps(1);
  transform: translate(calc(2 * var(--translate-2)), calc(var(--translate) * 1%));
  z-index: 1;
}
#preloader .spinner div:nth-of-type(1) {
  --translate: -50;
  --translate-2: calc(56px / 8);
}
#preloader .spinner div:nth-of-type(1)::before {
  right: 0;
}
#preloader .spinner div:nth-of-type(2) {
  --translate: 50;
  --translate-2: calc(-56px / 8);
  animation-delay: 0.65s;
  animation-direction: reverse;
  transform: translate(21.5px, 0);
}
#preloader .spinner div:nth-of-type(2)::before {
  left: 0;
  transform: translate(-14px, -50%);
  animation-direction: normal;
}

@keyframes spinner-h1vps1md {
  0% {
    opacity: 0;
  }
  50% {
    opacity: 1;
  }
}
@keyframes spinner-g7vlvwmd {
  from {
    transform: translate(calc(var(--translate) * 1%), 0) translate(calc(var(--translate-2)), 0) rotate(0deg);
  }
  to {
    transform: translate(calc(var(--translate) * 1%), 0) translate(calc(var(--translate-2)), 0) rotate(360deg);
  }
}
nav a.active {
  color: #AFB1B6;
}
@media (max-width: 1199px) {
  nav .navbar-brand {
    display: block;
  }
}
nav .navbar-toggler {
  color: #2C2D2F;
  border: none;
  outline: 0;
}
nav .menu-item {
  margin-right: 30px;
}
@media (max-width: 1199px) {
  nav .menu-item {
    margin: 0 0 10px 0;
  }
}
nav .menu-item-has-children {
  position: relative;
  margin-right: 30px;
}
@media (max-width: 1199px) {
  nav .menu-item-has-children {
    margin: 0 0 10px 0;
  }
}
nav .menu-item-has-children .submenu {
  position: absolute;
  top: 19px;
  left: 0;
  background: #FAFAFA;
  box-shadow: rgba(0, 0, 0, 0.24) 0px 3px 8px;
  z-index: 999999;
  opacity: 0;
  visibility: hidden;
  min-width: 250px;
  padding: 20px 10px;
  border-radius: 4px;
  list-style: none;
  margin: 0;
}
nav .menu-item-has-children .submenu a:after {
  display: none;
}
nav .menu-item-has-children .submenu li {
  margin: 0;
  opacity: 0;
  -webkit-transform: translateX(20px);
  -ms-transform: translateX(20px);
  transform: translateX(20px);
}
nav .menu-item-has-children .submenu li a {
  position: relative;
  font-weight: 600;
  font-size: 16px;
  letter-spacing: 0.02em;
  color: #fff;
  padding: 10px;
  display: block;
}
nav .menu-item-has-children .submenu li a.active {
  color: #AFB1B6;
}
nav .menu-item-has-children .submenu li a:hover {
  color: #AFB1B6;
}
nav .menu-item-has-children.st-2 .submenu {
  left: unset;
  right: 0;
  top: 38px;
  min-width: 180px;
  background: #2C2D2F;
}
nav .menu-item-has-children.st-2 .submenu li a {
  width: 100%;
  padding: 14px 28px;
  text-align: center;
  transform: all 0.5s ease-in-out;
}
nav .menu-item-has-children.st-2 .submenu li a.info-btn {
  color: #FAFAFA !important;
}
nav .menu-item-has-children.st-2 .submenu li a.info-btn:hover {
  color: #AFB1B6 !important;
}
nav .menu-item-has-children:hover .submenu {
  opacity: 1;
  visibility: visible;
  z-index: 99999;
  right: 0;
}
@media (max-width: 790px) {
  nav .menu-item-has-children:hover .submenu {
    left: 0;
  }
}
nav .menu-item-has-children:hover .submenu li {
  opacity: 1;
  -webkit-transform: translateX(0);
  -ms-transform: translateX(0);
  transform: translateX(0);
}
nav .navbar-toggler {
  padding: 10px;
  font-size: 24px;
  color: #79553d;
  margin-top: 10px;
}
nav .navbar-toggler:focus {
  outline: 0;
  box-shadow: none;
}
@media (max-width: 1199px) {
  nav .navbar-collapse {
    background: #f1e8d7;
    padding: 15px 20px;
    position: absolute;
	top: 66px;
    right: 9px;
    z-index: 9999;
    border-radius: 8px;
    width: 200px;
	opacity: 0.98;
  }
}

.header {
  width: 100%;
  height: 100px;
  padding: 20px 0;
  margin: 32px;
  background-color: #e9ddc3;
  position: fixed;
  z-index: 9999;
}
.header nav .dark-logo {
  display: none;
}
.header nav .navbar-nav {
  margin-left: 48px;
}
@media (max-width: 1199px) {
  .header nav .navbar-nav {
    margin: 0;
  }
}
.header nav .navbar-nav .menu-item a {
  font-weight: 400;
  font-size: 25px;
  display: flex;
  align-items: center;
}
.header nav .navbar-nav .menu-item a i {
  font-size: 32px;
  color: #F0F2F4;
  padding-right: 12px;
}
.header nav .navbar-nav .menu-item-has-children a {
  color: #79553d;
  font-weight: 400;
  font-size: 18px;
}
@media only screen and (min-width: 1199px) and (max-width: 1399px) {
  .header nav .navbar-nav .menu-item-has-children a {
    font-size: 16px;
  }
}
.header nav .navbar-nav .menu-item-has-children a.active {
  font-weight: 700;
  color: #000;
}
.header nav .navbar-nav .menu-item-has-children a:hover {
  color: #000;
}
.header nav .navbar-nav .menu-item-has-children a:hover svg {
  stroke: #000;
}
.header nav .navbar-nav .menu-item-has-children .submenu li a {
  color: #2C2D2F;
  font-weight: 400;
  font-size: 21px;
}
.header nav .navbar-nav .menu-item-has-children .submenu li a.active {
  color: #000;
}
.header nav .navbar-nav .menu-item-has-children .submenu li a:hover {
  color: #000;
}
.header.st-1 {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 999;
}
.header.st-1 nav .navbar-collapse {
  align-items: center;
  justify-content: space-between;
}
.header.top-set {
  position: absolute;
  left: 0;
  top: 0;
  z-index: 999;
}
.header.top-set nav .navbar-toggler {
  color: #FAFAFA;
}
@media screen and (min-width: 992px) {
  .header.top-set nav .navbar-collapse {
    display: flex;
    align-items: center;
    justify-content: center;
  }
}
@media (max-width: 1199px) {
  .header.top-set nav .navbar-collapse {
    background: rgba(237, 243, 244, 0.3);
  }
}
@media screen and (min-width: 992px) {
  .header.top-set nav .navbar-collapse .navbar-nav {
    align-items: center;
  }
}
.header.top-set nav .navbar-collapse .navbar-nav .active {
  color: #FAFAFA;
}
.header.top-set nav .navbar-collapse .navbar-nav .menu-item-has-children .submenu {
  background: rgba(237, 243, 244, 0.3);
}
.header.top-set nav .navbar-collapse .navbar-nav .menu-item-has-children .submenu li a {
  color: #FAFAFA;
}
.header.top-set nav .navbar-collapse .navbar-nav .menu-item-has-children .submenu li a:hover {
  color: #AFB1B6;
}
.header.top-set nav .navbar-collapse .navbar-nav .menu-item-has-children .submenu li a.active {
  color: #AFB1B6;
}

.header-1 {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100px;
  padding-top: 20px;
  z-index: 999;
}
.header-1 .logo-light {
  display: none;
}
.header-1 nav a {
  margin-right: 30px;
  line-height: 140%;
  letter-spacing: 0.02em;
  color: #FAFAFA;
}
@media (max-width: 991px) {
  .header-1 nav a {
    color: #2C2D2F;
  }
}
.header-1 nav a.nexatech-btn {
  color: #fff;
  margin: 0;
}
.header-1 nav a.nexatech-btn.light {
  color: #FAFAFA;
}
.header-1 nav a.active {
  color: #AFB1B6;
}
@media (max-width: 991px) {
  .header-1 nav .logo {
    display: none;
  }
}
.header-1.light nav a {
  color: #2C2D2F;
}
@media (max-width: 991px) {
  .header-1.light nav a {
    color: #2C2D2F;
  }
}
.header-1.light nav a.active {
  color: #AFB1B6;
}
.header-1.light nav a:hover {
  color: #AFB1B6;
}
.header-1.light nav .navbar-toggler {
  color: #2C2D2F;
}
.header-1.light nav .menu-item-has-children .submenu {
  background: #FAFAFA;
}
.header-1.light nav .menu-item-has-children .submenu li a {
  color: #fff;
}
.header-1.light nav .menu-item-has-children .submenu li a.active {
  color: #AFB1B6;
}
.header-1.light nav .menu-item-has-children .submenu li a:hover {
  color: #AFB1B6;
}

@font-face {
  font-display: swap; /* Überprüfe https://developer.mozilla.org/en-US/docs/Web/CSS/@font-face/font-display für andere Optionen. */
  font-family: 'Bonheur Royale';
  font-style: normal;
  font-weight: 400;
  src: url('/fonts/bonheur-royale-v13-latin-regular.woff2') format('woff2'); /* Chrome 36+, Opera 23+, Firefox 39+, Safari 12+, iOS 10+ */
}

.handwrite {
  font-family: 'Bonheur Royale', sans-serif; /* Fallback-Schriftart hinzugefügt */
  color: #79553d;
  font-size: 50px;
}

.handwrite:hover {
	color: #ffffff;
}

.footer {
  background: #e9ddc3;
  padding: 64px 0 32px;
  text-align: center;
}
.footer span {
  font-weight: 400;
  font-size: 21px;
  line-height: 140%;
  color: #FAFAFA;
  margin-bottom: 64px;
}
.footer .footer-link {
  display: flex;
  align-items: center;
  justify-content: center;
  margin-bottom: 48px;
}
@media (max-width: 490px) {
  .footer .footer-link {
    flex-wrap: wrap;
  }
}
@media (max-width: 490px) {
  .footer .footer-link li {
    width: 50%;
    margin-bottom: 16px;
  }
}
.footer .footer-link li a {
  font-weight: 400;
  font-size: 21px;
  line-height: 140%;
  color: #AFB1B6;
  margin: 0 16px;
}
.footer .footer-link li a.active, .footer .footer-link li a:hover {
  transition: all 0.5s ease-in-out;
  color: #AFB1B6;
}

.banner {
  #background: url(../media/bg/banner-bg.png);
  #background-repeat: no-repeat;
  #background-size: cover;
  #background-position: center;
  
  #background: rgb(9,15,17);
  #background: -moz-linear-gradient(90deg, rgba(9,15,17,1) 0%, rgba(53,59,61,1) 35%, rgba(27,37,40,1) 100%);
  #background: -webkit-linear-gradient(90deg, rgba(9,15,17,1) 0%, rgba(53,59,61,1) 35%, rgba(27,37,40,1) 100%);
  #background: linear-gradient(90deg, rgba(9,15,17,1) 0%, rgba(53,59,61,1) 35%, rgba(27,37,40,1) 100%);
  #filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#090f11",endColorstr="#1b2528",GradientType=1);

  #padding: 120px 0 120px;
  padding: 120px 0 0;
}
@media (max-width: 992px) {
  .banner {
    background-position: left;
    padding: 100px 0;
  }
}
@media (max-width: 490px) {
  .banner {
    padding: 50px 0;
  }
}
.banner h4 {
  letter-spacing: -0.02em;
}
.banner p {
  letter-spacing: 0.5px;
}

.inner-banner {
  background: url(../media/bg/inner-bg.png);
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
  padding: 147px 0 142px;
}
@media (max-width: 992px) {
  .inner-banner {
    padding: 120px 0 90px;
  }
}
@media (max-width: 490px) {
  .inner-banner {
    padding: 80px 0 58px;
  }
}
.inner-banner .breadcrumb {
  display: flex;
  align-items: center;
  justify-content: center;
}
.inner-banner .breadcrumb li {
  position: relative;
  padding: 0 16px;
}
.inner-banner .breadcrumb li a {
  font-weight: 400;
  font-size: 21px;
  line-height: 140%;
  text-align: center;
  color: #AFB1B6;
}
.inner-banner .breadcrumb li a.active {
  font-weight: 700;
  color: #AFB1B6;
  transition: all 0.5s ease-in-out;
}
.inner-banner .breadcrumb li a:hover {
  color: #AFB1B6;
  transition: all 0.5s ease-in-out;
}
.inner-banner .breadcrumb li::before {
  content: "/";
  position: absolute;
  right: -4px;
  top: 2px;
  font-weight: 400;
  font-size: 21px;
  line-height: 140%;
  color: #AFB1B6;
}
.inner-banner .breadcrumb li:last-child::before {
  display: none;
}

.cnt-section-first {
  padding: 144px 0 0 0;
}

@media (max-width: 992px) {
  .cnt-section-first {
    padding: 0;
  }
}
@media (max-width: 768px) {
  .cnt-section-first {
    #padding-top: 24px;
    #padding-bottom: 72px;
  }
}

.cnt-section {
  #padding: 144px 0 48px;
  padding: 32px 0 0 0;
}

@media (max-width: 992px) {
  .cnt-section {
    #padding-top: 48px;
    #padding-bottom: 80px;
	padding: 16px 0 0 0;
  }
}
@media (max-width: 768px) {
  .cnt-section {
    #padding-top: 24px;
    #padding-bottom: 72px;
	padding: 16px 0 0 0;
  }
}

.about {
  padding: 144px 0 48px;
}
@media (max-width: 992px) {
  .about {
    padding-top: 100px;
  }
}
@media (max-width: 768px) {
  .about {
    padding-top: 72px;
  }
}
.about .mb-96 {
  margin-bottom: 96px;
}
.about .text-rotate {
  position: relative;
  margin-bottom: 47px;
}
.about .text-rotate h6 {
  display: inline-block;
  transform: rotate(-90deg);
  font-weight: 700;
  font-size: 36px;
  line-height: 110%;
  letter-spacing: 0.6em;
  color: #FAFAFA;
  margin: 0;
  margin: 0;
  position: absolute;
  bottom: 61px;
  left: -69px;
}
@media (max-width: 1399px) {
  .about .text-rotate h6 {
    bottom: 80px;
  }
}
@media (max-width: 1199px) {
  .about .text-rotate h6 {
    bottom: 66px;
    left: -62px;
    font-size: 32px;
  }
}
@media (max-width: 490px) {
  .about .text-rotate h6 {
    bottom: unset;
    left: unset;
    position: relative;
    transform: rotate(0);
    font-size: 21px;
    margin-bottom: 8px;
  }
}
.about .text-rotate .light-text {
  font-weight: 400;
  font-size: 16px;
  line-height: 150%;
  letter-spacing: 0.03em;
  color: #AFB1B6;
  margin: 0 0 0 56px;
}
@media (max-width: 490px) {
  .about .text-rotate .light-text {
    margin: 0;
    overflow: hidden;
    display: -webkit-box;
    -webkit-line-clamp: 3;
    line-clamp: 3;
    -webkit-box-orient: vertical;
  }
}
.about .img-block {
  text-align: end;
  position: relative;
}
.about .img-block img {
  object-fit: contain;
}
.about .img-block .timing {
  width: 420px;
  padding: 24px;
  position: absolute;
  left: 0;
  top: 0;
  text-align: left;
}
@media (max-width: 768px) {
  .about .img-block .timing {
    width: 100%;
    position: relative;
    top: unset;
    left: unset;
  }
}
.about .img-block .timing .line::before {
  content: "";
  width: 100%;
  border: 1px dashed #AFB1B6;
  transform: matrix(1, 0, 0, 1, 0, 0);
  position: absolute;
  left: 0;
  top: calc(50% - 1px);
}
.about .img-block .timing .line h5 {
  font-weight: 400;
  font-size: 21px;
  line-height: 140%;
  color: #FAFAFA;
  margin: 0;
  background-color: #fff;
  position: relative;
  z-index: 50;
  padding-right: 4px;
}
.about .img-block .timing .line p {
  font-weight: 700;
  font-size: 21px;
  line-height: 140%;
  color: #AFB1B6;
  margin: 0;
  background-color: #fff;
  position: relative;
  z-index: 50;
  padding-left: 4px;
}

.service {
  padding: 72px 0 48px;
}
@media (max-width: 992px) {
  .service {
    padding-top: 48px;
  }
}
@media (max-width: 768px) {
  .service {
    padding-top: 24px;
  }
}
.service .service-block {
  display: flex;
  align-items: flex-end;
}
.service .service-block .text-rotate h4 {
  font-family: "Exo", sans-serif;
  font-weight: 700;
  font-size: 36px;
  line-height: 110%;
  color: #AFB1B6;
  transform: rotate(-90deg);
  display: inline-block;
  width: 300px;
  height: 44px;
  margin: -60px -125px 127px -126px;
}
@media (max-width: 490px) {
  .service .service-block .text-rotate h4 {
    font-size: 28px;
  }
}
.service .service-block .img-block {
  text-align: end;
  cursor: pointer;
}
.service .service-block .img-block img {
  object-fit: contain;
}
.service .service-block .img-block .content {
  position: absolute;
  transition: all 0.5s ease-in-out;
  left: -500px;
  top: 0;
  width: 100%;
  height: 100%;
  background: linear-gradient(0deg, rgba(0, 0, 0, 0.8), rgba(0, 0, 0, 0.8));
  padding: 24px;
}
@media (max-width: 992px) {
  .service .service-block .img-block .content img {
    margin-bottom: 24px;
  }
}
@media (max-width: 768px) {
  .service .service-block .img-block .content img {
    margin-bottom: 64px;
  }
}
@media (max-width: 490px) {
  .service .service-block .img-block .content img {
    margin-bottom: 24px;
  }
}
.service .service-block .img-block .content p {
  font-weight: 400;
  font-size: 16px;
  line-height: 150%;
  letter-spacing: 0.03em;
  color: #AFB1B6;
  overflow: hidden;
  display: -webkit-box;
  -webkit-line-clamp: 4;
  line-clamp: 4;
  -webkit-box-orient: vertical;
}
@media (max-width: 992px) {
  .service .service-block .img-block .content p {
    -webkit-line-clamp: 3;
    line-clamp: 3;
    margin-bottom: 16px;
  }
}
@media (max-width: 768px) {
  .service .service-block .img-block .content p {
    -webkit-line-clamp: 6;
    line-clamp: 6;
    margin-bottom: 64px;
  }
}
@media (max-width: 490px) {
  .service .service-block .img-block .content p {
    -webkit-line-clamp: 3;
    line-clamp: 3;
    margin-bottom: 24px;
  }
}
.service .service-block:hover .text-rotate h4 {
  color: #FAFAFA;
}
.service .service-block:hover .img-block .content {
  left: 0;
  transition: all 0.5s ease-in-out;
}
.service .service-detail p {
  overflow: hidden;
  display: -webkit-box;
  -webkit-line-clamp: 5;
  line-clamp: 5;
  -webkit-box-orient: vertical;
}
@media (max-width: 992px) {
  .service .service-detail p {
    -webkit-line-clamp: 3;
    line-clamp: 3;
    margin-bottom: 16px;
  }
}
@media (max-width: 768px) {
  .service .service-detail p {
    -webkit-line-clamp: 5;
    line-clamp: 5;
  }
}
@media (max-width: 490px) {
  .service .service-detail p {
    -webkit-line-clamp: 3;
    line-clamp: 3;
    margin-bottom: 24px;
  }
}
.service .service-detail .list li {
  font-weight: 700;
  font-size: 21px;
  line-height: 140%;
  color: #FAFAFA;
}

.milestone {
  padding: 72px 0 48px;
  position: relative;
}
@media (max-width: 992px) {
  .milestone {
    padding-top: 48px;
  }
}
@media (max-width: 768px) {
  .milestone {
    padding-top: 24px;
  }
}
.milestone h4 {
  font-family: "Exo", sans-serif;
  padding: 38.5px 32px;
  top: 72px;
  font-weight: 700;
  font-size: 105px;
  line-height: 100%;
  text-align: center;
  letter-spacing: -0.01em;
  margin: 0;
  z-index: 40;
}
@media (max-width: 1199px) {
  .milestone h4 {
    font-size: 74px;
  }
}
@media (max-width: 992px) {
  .milestone h4 {
    position: relative !important;
    top: unset;
    color: #FAFAFA;
    left: unset !important;
  }
}
@media (max-width: 580px) {
  .milestone h4 {
    font-size: 58px;
  }
}
@media (max-width: 490px) {
  .milestone h4 {
    font-size: 38px;
    padding: 24PX;
  }
}
.milestone .content {
  padding: 24px;
  text-align: center;
  width: 25%;
  position: relative;
  z-index: 50;
}
@media (max-width: 992px) {
  .milestone .content {
    width: 50%;
  }
}
@media (max-width: 580px) {
  .milestone .content {
    width: 100%;
  }
}
@media (max-width: 992px) {
  .milestone .content:nth-child(2) {
    order: -1;
  }
}
@media (max-width: 580px) {
  .milestone .content:nth-child(2) {
    order: 2;
  }
}
@media (max-width: 580px) {
  .milestone .content:nth-child(3) {
    order: 3;
  }
}
@media (max-width: 580px) {
  .milestone .content:nth-child(4) {
    order: 4;
  }
}
.milestone .content h2 {
  font-family: "Exo", sans-serif;
  font-weight: 700;
  font-size: 80px;
  line-height: 110%;
  text-align: center;
  color: #FAFAFA;
  margin-bottom: 16px;
}
@media (max-width: 1199px) {
  .milestone .content h2 {
    font-size: 58px;
  }
}
@media (max-width: 580px) {
  .milestone .content h2 {
    font-size: 38px;
  }
}
.milestone .content p {
  font-size: 21px;
  line-height: 140%;
  text-align: center;
  color: #AFB1B6;
  margin: 0;
}
@media (max-width: 1199px) {
  .milestone .content p {
    font-size: 16px;
  }
}
@media (max-width: 580px) {
  .milestone .content p {
    font-size: 14px;
  }
}

.team {
  #padding: 72px 0 120px;
}
@media (max-width: 992px) {
  .team {
    #padding-top: 48px;
    #padding-bottom: 80px;
  }
}
@media (max-width: 768px) {
  .team {
    #padding-top: 24px;
    #padding-bottom: 72px;
  }
}
.team .img-block .content {
  position: absolute;
  transition: all 0.5s ease-in-out;
  left: -400px;
  top: 0;
  width: 100%;
  height: 100%;
  background: linear-gradient(0deg, rgba(0, 0, 0, 0.8), rgba(0, 0, 0, 0.8));
  padding: 24px;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
  cursor: pointer;
}
@media (max-width: 1199px) {
  .team .img-block .content {
    left: -520px;
  }
}
.team .img-block:hover {
  cursor: pointer;
}
.team .img-block:hover .content {
  left: 0;
  transition: all 0.5s ease-in-out;
}

.appoinment {
  padding: 48px 0 88px;
}
@media (max-width: 992px) {
  .appoinment {
    padding: 48px 0;
  }
}

.appoinment-form {
  width: 100%;
  height: 100vh;
  position: fixed;
  opacity: 0;
  top: 0;
  left: 0;
  display: grid;
  place-content: center;
  background: rgba(0, 0, 0, 0.8);
  z-index: -10;
}
.appoinment-form .content {
  padding: 48px 24px;
}

.feedback {
  padding: 144px 0 112px;
}
@media (max-width: 992px) {
  .feedback {
    padding-top: 48px;
    padding-bottom: 80px;
  }
}
@media (max-width: 768px) {
  .feedback {
    padding-top: 24px;
    padding-bottom: 72px;
  }
}
.feedback .space-bootom {
  padding-bottom: 144px;
}
@media (max-width: 992px) {
  .feedback .space-bootom {
    padding-bottom: 100px;
  }
}
@media (max-width: 768px) {
  .feedback .space-bootom {
    padding-bottom: 72px;
  }
}
.feedback .img-block {
  position: relative;
  overflow: hidden;
  cursor: pointer;
  width: 33%;
}
@media (max-width: 768px) {
  .feedback .img-block {
    width: 50%;
  }
}
@media (max-width: 490px) {
  .feedback .img-block {
    width: 100%;
  }
}
.feedback .img-block .content {
  position: absolute;
  transition: all 0.5s ease-in-out;
  left: 0px;
  top: 0;
  width: 100%;
  height: 100%;
  background: linear-gradient(0deg, rgba(0, 0, 0, 0.8), rgba(0, 0, 0, 0.8));
  padding: 24px;
  display: grid;
  place-content: center;
  opacity: 0;
}
.feedback .img-block .content a:hover svg {
  stroke: #AFB1B6;
}
.feedback .img-block:hover .content {
  opacity: 1;
  transition: all 0.5s ease-in-out;
}
.feedback .customer-feed {
  padding: 25px;
  position: relative;
}
.feedback .customer-feed img {
  position: absolute;
}
.feedback .customer-feed .content {
  padding: 24px 56px;
  background: #fff;
}
.feedback .customer-feed .content p {
  overflow: hidden;
  display: -webkit-box;
  -webkit-line-clamp: 3;
  line-clamp: 3;
  -webkit-box-orient: vertical;
}
.feedback .customer-feed .costumer-logo {
  left: 0;
  top: 0;
}
.feedback .customer-feed .quite-icon {
  bottom: 0;
  right: 0;
}

.contact {
  padding: 144px 0;
}
.contact .form-control {
  background: transparent;
}
.contact .form-group textarea.form-control {
  height: 96px;
}

/*# sourceMappingURL=app.css.map */
