@charset "UTF-8";
/*---------------------------------------------"
Template Name: DriveLux
Template URL: https://uiparadox.co.uk/templates/drivelux/
Description: DriveLux - Car Rental HTML5 Bootstrap website Template
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=Lato:wght@300;400;700;900&family=Playfair+Display:wght@400;500;600;700;800&display=swap");
/*-------------------------
    Variables
-------------------------*/
.img {
  background: url(../media/heading/left-arrow-shape.png);
}

/*-------------------------
    Responsive
-------------------------*/
/*-------------------------
    Reset Styles
-------------------------*/


.banner {
  background: url(../media/bg/banner-bg.png);
  background-repeat: no-repeat;
  background-position: left bottom;
  padding: 140px 0 100px 0;
  height: 1330px;
  position: relative;
}
@media (max-width: 992px) {
  .banner {
    background: url(../media/bg/banner-bg-2.png);
    background-repeat: no-repeat;
    background-position: center;
    height: 1300px;
  }
}
@media (max-width: 768px) {
  .banner {
    height: 1150px;
  }
}
@media (max-width: 580px) {
  .banner {
    height: 1050px;
  }
}
@media (max-width: 490px) {
  .banner {
    height: 890px;
  }
}
.banner h2 {
  font-weight: 700;
  line-height: 120%;
  text-align: center;
  color: #2C2D2F;
  margin-bottom: 10px;
}
.banner h2 b {
  color: #2CB9AD;
}
.banner p {
  font-weight: 400;
  font-size: 20px;
  line-height: 160%;
  letter-spacing: 0.05em;
  color: #2C2D2F;
  margin-bottom: 30px;
}
@media (max-width: 768px) {
  .banner p {
    font-size: 18px;
  }
}
@media (max-width: 580px) {
  .banner p {
    font-size: 18px;
  }
}
@media (max-width: 490px) {
  .banner p {
    font-size: 14px;
  }
}
@media (max-width: 768px) {
  .banner p br {
    display: none;
  }
}
.banner p.light-text {
  color: #FAFAFA;
  margin-bottom: 28px;
}
@media (max-width: 992px) {
  .banner p.light-text {
    color: #2C2D2F;
  }
}
.banner .btn-block {
  display: flex;
  align-items: center;
}
.banner .btn-block a {
  margin: 0 15px;
  margin-bottom: 16px;
}
.banner .content {
  display: inline-block;
  position: relative;
  z-index: 999;
}
@media (max-width: 992px) {
  .banner .content {
    display: block;
  }
}
.banner .content h4 {
  font-weight: 700;
  line-height: 120%;
  color: #FAFAFA;
  margin-bottom: 10px;
}
@media (max-width: 992px) {
  .banner .content h4 {
    color: #2C2D2F;
  }
}
.banner .content a {
  margin-left: auto;
}
.banner .btn-block {
  display: flex;
  align-items: center;
  justify-content: center;
}
.banner .ferrary-image {
  position: absolute;
  bottom: 0;
  width: 100%;
  text-align: center;
  left: 0;
}

.inner-banner {
  background: url(../media/bg/inner-banner.png);
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  padding: 140px 0;
}
@media (max-width: 1399px) {
  .inner-banner {
    background-position: left center;
    padding: 100px 0;
  }
}
@media (max-width: 992px) {
  .inner-banner {
    padding: 80px 0;
  }
}
@media (max-width: 768px) {
  .inner-banner {
    padding: 60px 0;
  }
}
@media (max-width: 575px) {
  .inner-banner {
    margin-top: 30px;
    padding: 24px 0;
  }
}
.inner-banner h2 {
  font-weight: 900;
  font-size: 101px;
  line-height: 120%;
  color: #FAFAFA;
  margin: 0;
}
@media (max-width: 1199px) {
  .inner-banner h2 {
    font-size: 78px;
  }
}
@media (max-width: 992px) {
  .inner-banner h2 {
    font-size: 58px;
  }
}
@media (max-width: 768px) {
  .inner-banner h2 {
    font-size: 48px;
  }
}
@media (max-width: 575px) {
  .inner-banner h2 {
    font-size: 28px;
  }
}

.logo-slider .slick-track {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.logo-slider .slick-track .item {
  display: inline-block;
  text-align: center;
}
.logo-slider .slick-track .item img {
  display: inline-block;
}
@media (max-width: 820px) {
  .logo-slider .slick-track .item img {
    width: 45%;
  }
}
@media (max-width: 490px) {
  .logo-slider .slick-track .item img {
    width: 35%;
  }
}

.card-slider .item-list {
  margin: 0 12px;
}
@media (max-width: 767px) {
  .card-slider .item-list {
    margin: 0;
  }
}

.item-list {
  background: #c9c8c8;
  border-radius: 30px;
  padding: 30px;
}

.item-list2 {
  background: #c9c8c8;
  border-radius: 30px;
}

@media only screen and (min-width: 1199px) and (max-width: 1900px) {
  .item-list {
    padding: 15px;
  }
}
@media (max-width: 490px) {
  .item-list {
    padding: 15px;
  }
}
.item-list img {
  margin-bottom: 30px;
  width: 100%;
  border-radius: 30px;
}
.item-list .detail-block {
  padding: 30px;
  background: #FAFAFA;
  border-radius: 30px;
}
@media only screen and (min-width: 1199px) and (max-width: 1900px) {
  .item-list .detail-block {
    padding: 15px;
  }
}
@media (max-width: 490px) {
  .item-list .detail-block {
    padding: 15px;
  }
}
.item-list .detail-block .detail {
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin-bottom: 10px;
}
.item-list .detail-block .detail h5 {
  font-weight: 700;
  font-size: 24px;
  line-height: 120%;
  color: #1B1C1E;
  margin: 0;
}
@media only screen and (min-width: 1199px) and (max-width: 1900px) {
  .item-list .detail-block .detail h5 {
    font-size: 21px;
  }
}
@media (max-width: 490px) {
  .item-list .detail-block .detail h5 {
    font-size: 21px;
  }
}
.item-list .detail-block .detail p {
  font-weight: 400;
  font-size: 20px;
  line-height: 160%;
  letter-spacing: 0.05em;
  color: #1B1C1E;
  margin: 0;
}
@media only screen and (min-width: 1199px) and (max-width: 1900px) {
  .item-list .detail-block .detail p {
    font-size: 18px;
  }
}
@media (max-width: 490px) {
  .item-list .detail-block .detail p {
    font-size: 18px;
  }
}
.item-list .detail-block .detail p b {
  color: #2CB9AD;
}
.item-list .detail-block .detail p i {
  font-size: 28px;
  padding: 0 4px;
  color: #2CB9AD;
}
@media only screen and (min-width: 1199px) and (max-width: 1900px) {
  .item-list .detail-block .detail p i {
    font-size: 21px;
  }
}
@media (max-width: 490px) {
  .item-list .detail-block .detail p i {
    font-size: 21px;
  }
}
.item-list .detail-block .detail:nth-child(6) {
  margin-bottom: 32px;
}
.item-list .detail-block a {
  text-align: center;
}

.rent .search-block {
  padding: 20px;
  background: #F0F2F4;
  border-radius: 30px;
  margin-bottom: 50px;
}
.rent .choosing-area {
  padding: 20px;
  background: #F0F2F4;
  border-radius: 30px;
  margin-bottom: 30px;
}
.rent .choosing-area .selector {
  width: 100%;
  background: #FAFAFA;
  border: none;
  box-shadow: -42px 42px 24px rgba(0, 0, 0, 0.01), -24px 24px 20px rgba(0, 0, 0, 0.03), -11px 11px 15px rgba(0, 0, 0, 0.04), -3px 3px 8px rgba(0, 0, 0, 0.05), 0px 0px 0px rgba(0, 0, 0, 0.05);
  border-radius: 15px;
  padding: 15px;
  font-weight: 400;
  font-size: 20px;
  line-height: 160%;
  letter-spacing: 0.05em;
  color: #1B1C1E;
  margin-bottom: 30px;
}
.rent .choosing-area .selector.mb-50 {
  margin-bottom: 50px;
}
.rent .choosing-area .form-group {
  display: block;
  margin-bottom: 30px;
}
.rent .choosing-area .form-group input {
  padding: 0;
  height: initial;
  width: initial;
  margin-bottom: 0;
  display: none;
  cursor: pointer;
}
.rent .choosing-area .form-group label {
  position: relative;
  cursor: pointer;
  font-weight: 400;
  font-size: 20px;
  line-height: 160%;
  color: #797D86;
  letter-spacing: 0.05em;
}
@media only screen and (min-width: 1199px) and (max-width: 1399px) {
  .rent .choosing-area .form-group label {
    font-size: 14px;
  }
}
@media (max-width: 490px) {
  .rent .choosing-area .form-group label {
    font-size: 14px;
  }
}
.rent .choosing-area .form-group label:before {
  content: "";
  -webkit-appearance: none;
  border: none;
  background: transparent;
  padding: 6px;
  display: inline-block;
  position: relative;
  vertical-align: middle;
  cursor: pointer;
  margin-right: 12px;
  margin-top: -6px;
  border: 2px solid #797D86;
  border-radius: 5px;
}
.rent .choosing-area .form-group input:checked + label {
  font-weight: 700;
  font-size: 24px;
  line-height: 120%;
  color: #1B1C1E;
}
.rent .choosing-area .form-group input:checked + label:before {
  background: #1B1C1E;
  border-color: #1B1C1E;
}

@media (max-width: 768px) {
  .book .book-area-sec {
    background: #2CB9AD;
  }
}
@media screen and (min-width: 768px) {
  .book .book-area-sec .container {
    padding: 0 0;
    max-width: 100%;
  }
}
.book .book-area-sec .book-area {
  background: #2CB9AD;
  display: flex;
  align-items: center;
}
@media (max-width: 768px) {
  .book .book-area-sec .book-area {
    background: transparent;
    flex-direction: column;
  }
}
.book .book-area-sec .book-area .area-block {
  width: 530px;
  padding: 62px 0 48px 96px;
}
@media (max-width: 1900px) {
  .book .book-area-sec .book-area .area-block {
    width: 500px;
    padding: 50px 0 48px 96px;
  }
}
@media (max-width: 1399px) {
  .book .book-area-sec .book-area .area-block {
    width: 500px;
    padding: 50px 0 48px 40px;
  }
}
@media (max-width: 900px) {
  .book .book-area-sec .book-area .area-block {
    padding: 50px 0 48px 30px;
  }
}
@media (max-width: 768px) {
  .book .book-area-sec .book-area .area-block {
    width: auto;
    margin-right: auto;
    padding: 24px 0;
  }
}
@media (max-width: 490px) {
  .book .book-area-sec .book-area .area-block {
    margin: 0;
    width: 100%;
  }
}
.book .book-area-sec .book-area .area-block h5 {
  font-weight: 700;
  font-size: 24px;
  line-height: 120%;
  color: #FAFAFA;
  margin-bottom: 10px;
}
@media (max-width: 900px) {
  .book .book-area-sec .book-area .area-block h5 {
    font-size: 21px;
  }
}
.book .book-area-sec .book-area .area-block a {
  font-weight: 700;
  font-size: 43px;
  line-height: 120%;
  text-align: right;
  color: #FAFAFA;
  margin: 0;
}
@media (max-width: 1900px) {
  .book .book-area-sec .book-area .area-block a {
    font-size: 32px;
  }
}
@media (max-width: 1399px) {
  .book .book-area-sec .book-area .area-block a {
    font-size: 28px;
  }
}
@media (max-width: 900px) {
  .book .book-area-sec .book-area .area-block a {
    font-size: 26px;
  }
}
.book .book-area-sec .book-area .area-block a:hover {
  color: #797D86;
}
.book .book-area-sec .book-area .area-block.st-2 {
  margin-left: -130px;
  padding: 62px 0 48px 128px;
  width: 540px;
  position: relative;
}
@media (max-width: 1900px) {
  .book .book-area-sec .book-area .area-block.st-2 {
    padding: 50px 0 48px 110px;
    width: 500px;
  }
}
@media (max-width: 1399px) {
  .book .book-area-sec .book-area .area-block.st-2 {
    margin-left: -90px;
    width: 570px;
  }
}
@media (max-width: 1199px) {
  .book .book-area-sec .book-area .area-block.st-2 {
    margin-left: -120px;
    width: 570px;
  }
}
@media (max-width: 900px) {
  .book .book-area-sec .book-area .area-block.st-2 {
    padding: 50px 0 48px 90px;
  }
}
@media (max-width: 768px) {
  .book .book-area-sec .book-area .area-block.st-2 {
    margin-left: 0;
    padding: 24px 0;
    width: auto;
  }
}
@media (max-width: 768px) {
  .book .book-area-sec .book-area .area-block.st-2:nth-child(2) {
    margin: 0 auto;
  }
}
@media (max-width: 490px) {
  .book .book-area-sec .book-area .area-block.st-2:nth-child(2) {
    margin: 0;
    width: 100%;
  }
}
.book .book-area-sec .book-area .area-block.st-2 img {
  object-fit: fill;
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  z-index: 10;
}
@media (max-width: 768px) {
  .book .book-area-sec .book-area .area-block.st-2 img {
    display: none;
  }
}
.book .book-area-sec .book-area .area-block.st-2 h5 {
  color: #2CB9AD;
  z-index: 50;
  position: relative;
}
@media (max-width: 768px) {
  .book .book-area-sec .book-area .area-block.st-2 h5 {
    color: #FAFAFA;
  }
}
.book .book-area-sec .book-area .area-block.st-2 a {
  color: #797D86;
  z-index: 50;
  position: relative;
}
@media (max-width: 768px) {
  .book .book-area-sec .book-area .area-block.st-2 a {
    color: #FAFAFA;
  }
}
.book .book-area-sec .book-area .area-block.st-2 a:hover {
  color: #2CB9AD;
}
@media (max-width: 768px) {
  .book .book-area-sec .book-area .area-block:nth-child(3).st-2 {
    margin-left: auto;
    margin-right: 0;
    width: auto;
  }
}
@media (max-width: 490px) {
  .book .book-area-sec .book-area .area-block:nth-child(3).st-2 {
    margin: 0;
    width: 100%;
  }
}
@media (max-width: 1199px) {
  .book .book-area-sec .book-area .area-block.car-block {
    display: none;
  }
}
@media (max-width: 768px) {
  .book .book-area-sec .book-area .area-block.car-block {
    display: block;
    width: 100%;
  }
}

.booking-area .booking-detail {
  padding: 30px;
  background: #F0F2F4;
  border-radius: 30px;
}
@media (max-width: 490px) {
  .booking-area .booking-detail {
    padding: 15px;
  }
}
.booking-area .booking-detail .booking-slider-nav, .booking-area .booking-detail .booking-slider {
  margin-bottom: 10px;
}
.booking-area .booking-detail .booking-slider-nav img, .booking-area .booking-detail .booking-slider img {
  display: block;
  width: 100%;
  border-radius: 30px;
}
.booking-area .booking-detail .booking-slider-nav .slick-track {
  display: flex;
  align-items: center;
}
.booking-area .booking-detail .booking-slider-nav .item {
  padding-left: 10px;
}
.booking-area .booking-detail .booking-slider-nav .item:first-child {
  padding: 0;
}
.booking-area .booking-detail .booking-slider-nav .item img:hover {
  cursor: pointer;
}
.booking-area .booking-detail .detail {
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin-bottom: 30px;
}
.booking-area .booking-detail .detail.st-2 {
  margin-bottom: 50px;
}
.booking-area .booking-detail .detail.st-2 h5 {
  font-weight: 700;
  font-size: 43px;
  line-height: 120%;
  color: #1B1C1E;
  margin: 0;
}
@media only screen and (min-width: 1199px) and (max-width: 1900px) {
  .booking-area .booking-detail .detail.st-2 h5 {
    font-size: 32px;
  }
}
@media (max-width: 992px) {
  .booking-area .booking-detail .detail.st-2 h5 {
    font-size: 32px;
  }
}
@media (max-width: 768px) {
  .booking-area .booking-detail .detail.st-2 h5 {
    font-size: 24px;
  }
}
@media (max-width: 490px) {
  .booking-area .booking-detail .detail.st-2 h5 {
    font-size: 20px;
  }
}
.booking-area .booking-detail .detail.st-2 p {
  font-weight: 700;
  font-size: 43px;
  line-height: 120%;
  color: #797D86;
}
@media only screen and (min-width: 1199px) and (max-width: 1900px) {
  .booking-area .booking-detail .detail.st-2 p {
    font-size: 28px;
  }
}
@media (max-width: 992px) {
  .booking-area .booking-detail .detail.st-2 p {
    font-size: 32px;
  }
}
@media (max-width: 768px) {
  .booking-area .booking-detail .detail.st-2 p {
    font-size: 24px;
  }
}
@media (max-width: 490px) {
  .booking-area .booking-detail .detail.st-2 p {
    font-size: 20px;
  }
}
.booking-area .booking-detail .detail.st-2 p b {
  color: #2CB9AD;
}
.booking-area .booking-detail .detail h6 {
  font-weight: 400;
  font-size: 32px;
  line-height: 120%;
  color: #1B1C1E;
  margin: 0;
}
@media only screen and (min-width: 1199px) and (max-width: 1900px) {
  .booking-area .booking-detail .detail h6 {
    font-size: 26px;
  }
}
@media (max-width: 992px) {
  .booking-area .booking-detail .detail h6 {
    font-size: 26px;
  }
}
@media (max-width: 768px) {
  .booking-area .booking-detail .detail h6 {
    font-size: 21px;
  }
}
@media (max-width: 490px) {
  .booking-area .booking-detail .detail h6 {
    font-size: 18px;
  }
}
.booking-area .booking-detail .detail p {
  font-weight: 600;
  font-size: 32px;
  line-height: 120%;
  color: #1B1C1E;
  margin: 0;
}
@media only screen and (min-width: 1199px) and (max-width: 1900px) {
  .booking-area .booking-detail .detail p {
    font-size: 26px;
  }
}
@media (max-width: 992px) {
  .booking-area .booking-detail .detail p {
    font-size: 26px;
  }
}
@media (max-width: 768px) {
  .booking-area .booking-detail .detail p {
    font-size: 21px;
  }
}
@media (max-width: 490px) {
  .booking-area .booking-detail .detail p {
    font-size: 18px;
  }
}
.booking-area .booking-detail .detail span i {
  font-size: 38px;
  color: #2CB9AD;
  padding-left: 10px;
}
@media only screen and (min-width: 1199px) and (max-width: 1900px) {
  .booking-area .booking-detail .detail span i {
    font-size: 28px;
  }
}
@media (max-width: 992px) {
  .booking-area .booking-detail .detail span i {
    font-size: 28px;
  }
}
@media (max-width: 768px) {
  .booking-area .booking-detail .detail span i {
    font-size: 23px;
  }
}
@media (max-width: 490px) {
  .booking-area .booking-detail .detail span i {
    font-size: 20px;
  }
}
.booking-area .booking-detail .detail span i:last-child {
  color: #AFB1B6;
}

.booking-total .detail-block {
  padding: 30px;
  background: #F0F2F4;
  border-radius: 30px;
}
@media (max-width: 490px) {
  .booking-total .detail-block {
    padding: 15px;
  }
}
.booking-total .detail-block textarea {
  height: 286px;
}
@media (max-width: 768px) {
  .booking-total .detail-block textarea {
    height: 220px;
  }
}
@media (max-width: 490px) {
  .booking-total .detail-block textarea {
    height: 180px;
  }
}
.booking-total .detail-block .total-area {
  background: #FAFAFA;
  padding: 30px;
  border-radius: 30px;
}
.booking-total .detail-block .total-area h2 {
  font-weight: 700;
  line-height: 120%;
  text-align: center;
  color: #1B1C1E;
  margin-bottom: 50px;
}
@media (max-width: 1199px) {
  .booking-total .detail-block .total-area h2 {
    margin-bottom: 30px;
  }
}
@media (max-width: 490px) {
  .booking-total .detail-block .total-area h2 {
    margin-bottom: 20px;
  }
}
.booking-total .detail-block .total-area .detail {
  padding: 15px;
  margin-bottom: 30px;
  display: flex;
  align-items: center;
  justify-content: space-between;
}
@media (max-width: 1199px) {
  .booking-total .detail-block .total-area .detail {
    margin-bottom: 15px;
  }
}
.booking-total .detail-block .total-area .detail p {
  font-weight: 400;
  font-size: 32px;
  line-height: 120%;
  color: #2C2D2F;
  margin: 0;
}
@media only screen and (min-width: 992px) and (max-width: 1399px) {
  .booking-total .detail-block .total-area .detail p {
    font-size: 24px;
  }
}
@media (max-width: 992px) {
  .booking-total .detail-block .total-area .detail p {
    font-size: 24px;
  }
}
@media (max-width: 768px) {
  .booking-total .detail-block .total-area .detail p {
    font-size: 21px;
  }
}
@media (max-width: 490px) {
  .booking-total .detail-block .total-area .detail p {
    font-size: 18px;
  }
}
.booking-total .detail-block .total-area .detail .form-group {
  display: block;
}
.booking-total .detail-block .total-area .detail .form-group input {
  padding: 0;
  height: initial;
  width: initial;
  margin-bottom: 0;
  display: none;
  cursor: pointer;
}
.booking-total .detail-block .total-area .detail .form-group label {
  position: relative;
  cursor: pointer;
  font-weight: 400;
  font-size: 32px;
  line-height: 120%;
  color: #797D86;
  letter-spacing: 0.05em;
}
@media only screen and (min-width: 992px) and (max-width: 1399px) {
  .booking-total .detail-block .total-area .detail .form-group label {
    font-size: 24px;
  }
}
@media (max-width: 992px) {
  .booking-total .detail-block .total-area .detail .form-group label {
    font-size: 24px;
  }
}
@media (max-width: 768px) {
  .booking-total .detail-block .total-area .detail .form-group label {
    font-size: 21px;
  }
}
@media (max-width: 490px) {
  .booking-total .detail-block .total-area .detail .form-group label {
    font-size: 18px;
  }
}
.booking-total .detail-block .total-area .detail .form-group label:before {
  content: "";
  -webkit-appearance: none;
  border: none;
  background: transparent;
  padding: 6px;
  display: inline-block;
  position: relative;
  vertical-align: middle;
  cursor: pointer;
  margin-right: 12px;
  margin-top: -6px;
  border: 2px solid #797D86;
  border-radius: 5px;
}
.booking-total .detail-block .total-area .detail .form-group input:checked + label {
  color: #1B1C1E;
}
.booking-total .detail-block .total-area .detail .form-group input:checked + label:before {
  background: #1B1C1E;
  border-color: #1B1C1E;
}
.booking-total .detail-block .total-area a {
  text-align: center;
  margin-top: 20px;
}

.categories .categorie-block {
  width: 100%;
  text-align: center;
}
.categories .categorie-block .screw-image {
  display: inline-block;
  transform: skewX(-11deg) skewY(0deg);
  border-radius: 30px;
  box-shadow: 42px 42px 24px rgba(0, 0, 0, 0.01), 24px 24px 20px rgba(0, 0, 0, 0.03), 11px 11px 15px rgba(0, 0, 0, 0.04), 3px 3px 8px rgba(0, 0, 0, 0.05), 0px 0px 0px rgba(0, 0, 0, 0.05);
  position: relative;
  width: 410px;
  height: 752px;
  transition: all 0.5s ease-in-out;
  z-index: 500;
}
@media only screen and (min-width: 1399px) and (max-width: 1900px) {
  .categories .categorie-block .screw-image {
    width: 300px;
    height: 600px;
  }
}
@media (max-width: 490px) {
  .categories .categorie-block .screw-image {
    width: 300px;
    height: 500px;
  }
}
@media (max-width: 400px) {
  .categories .categorie-block .screw-image {
    width: 220px;
    height: 450px;
  }
}
.categories .categorie-block .screw-image.st-2 img {
  object-position: -9cqw;
}
.categories .categorie-block .screw-image img {
  border-radius: 30px;
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: -14cqw;
  position: relative;
  z-index: 100;
  transition: all 0.5s ease-in-out;
}
@media (max-width: 992px) {
  .categories .categorie-block .screw-image img {
    object-position: -25cqw;
  }
}
@media (max-width: 768px) {
  .categories .categorie-block .screw-image img {
    object-position: -32cqw;
  }
}
@media (max-width: 490px) {
  .categories .categorie-block .screw-image img {
    object-position: -48cqw;
  }
}
.categories .categorie-block .screw-image::before {
  border-radius: 30px;
  position: absolute;
  top: 0;
  left: 0;
  content: "";
  width: 100%;
  height: 100%;
  border-radius: 30px;
  background: #F0F2F4;
  z-index: 50;
  transform: skewX(0deg) skewY(0deg);
  transition: all 0.5s ease-in-out;
}
.categories .categorie-block .screw-image::after {
  border-radius: 30px;
  position: absolute;
  top: 2px;
  left: 2px;
  content: "";
  width: calc(100% - 4px);
  height: calc(100% - 4px);
  border-radius: 30px;
  z-index: 200;
  opacity: 0;
  background: linear-gradient(0deg, rgba(27, 28, 30, 0.6), rgba(27, 28, 30, 0.6));
  transform: skewX(0deg) skewY(0deg);
  transition: all 0.5s ease-in-out;
}
.categories .categorie-block .screw-image a {
  padding: 12px 23px;
  background: #FAFAFA;
  border-radius: 40px;
  border: 2px solid #FAFAFA;
  position: absolute;
  top: 50%;
  left: 50%;
  z-index: 600;
  font-weight: 700;
  font-size: 21px;
  line-height: 140%;
  color: #1B1C1E;
  transition: all 0.5s ease-in-out;
  transform: translate(-50%, -50%);
  opacity: 0;
}
.categories .categorie-block .screw-image a:hover {
  background: transparent;
  color: #FAFAFA;
  transition: all 0.5s ease-in-out;
}
.categories .categorie-block .screw-image:hover {
  box-shadow: none;
  transition: all 0.5s ease-in-out;
}
.categories .categorie-block .screw-image:hover img {
  border: 4px solid #2CB9AD;
  transition: all 0.5s ease-in-out;
}
.categories .categorie-block .screw-image:hover::before {
  transform: skewX(22deg) skewY(0deg);
  transition: all 0.5s ease-in-out;
}
.categories .categorie-block .screw-image:hover::after {
  opacity: 1;
  transition: all 0.5s ease-in-out;
}
.categories .categorie-block .screw-image:hover a {
  transition: all 0.5s ease-in-out;
  opacity: 1;
}

.choose .choose-block {
  padding: 30px;
  border-radius: 30px;
  background: #F0F2F4;
}
@media only screen and (min-width: 1399px) and (max-width: 1900px) {
  .choose .choose-block {
    padding: 20px;
  }
}
.choose .choose-block .icon {
  background: #FAFAFA;
  box-shadow: 42px 42px 24px rgba(0, 0, 0, 0.01), 24px 24px 20px rgba(0, 0, 0, 0.03), 11px 11px 15px rgba(0, 0, 0, 0.04), 3px 3px 8px rgba(0, 0, 0, 0.05), 0px 0px 0px rgba(0, 0, 0, 0.05);
  border-radius: 100px;
  padding: 20px;
  display: inline-block;
  margin-bottom: 10px;
}
.choose .choose-block h4 {
  font-weight: 600;
  font-size: 32px;
  line-height: 120%;
  color: #2C2D2F;
  margin: 0;
}
@media only screen and (min-width: 1399px) and (max-width: 1900px) {
  .choose .choose-block h4 {
    font-size: 24px;
  }
}
@media (max-width: 1399px) {
  .choose .choose-block h4 {
    font-size: 28px;
  }
}
@media (max-width: 1199px) {
  .choose .choose-block h4 {
    font-size: 24px;
  }
}

.newsletter {
  background: url(../media/bg/newsletter-bg.png);
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat;
  padding: 78px 0;
  margin: 50px 0;
}
@media only screen and (min-width: 992px) and (max-width: 1900px) {
  .newsletter {
    padding: 45px 0;
  }
}
@media (max-width: 1199px) {
  .newsletter {
    background-position: left;
  }
}
.newsletter .detail a {
  font-weight: 900;
  font-size: 57px;
  line-height: 120%;
  color: #FAFAFA;
}
@media only screen and (min-width: 992px) and (max-width: 1900px) {
  .newsletter .detail a {
    font-size: 38px;
  }
}
@media (max-width: 768px) {
  .newsletter .detail a {
    font-size: 38px;
  }
}
@media (max-width: 490px) {
  .newsletter .detail a {
    font-size: 28px;
  }
}
.newsletter .detail a i {
  font-size: 48px;
  color: #FAFAFA;
}
@media (max-width: 768px) {
  .newsletter .detail a i {
    font-size: 34px;
  }
}
@media (max-width: 490px) {
  .newsletter .detail a i {
    font-size: 24px;
  }
}
.newsletter .detail h4 {
  font-weight: 400;
  font-size: 57px;
  line-height: 120%;
  display: flex;
  align-items: flex-end;
  color: #FAFAFA;
  margin-bottom: 22px;
}
@media only screen and (min-width: 992px) and (max-width: 1900px) {
  .newsletter .detail h4 {
    font-size: 38px;
  }
}
@media (max-width: 768px) {
  .newsletter .detail h4 {
    font-size: 38px;
  }
}
@media (max-width: 490px) {
  .newsletter .detail h4 {
    font-size: 28px;
  }
}
.newsletter .detail p {
  font-weight: 400;
  font-size: 24px;
  line-height: 120%;
  color: #F0F2F4;
  margin: 0;
}
@media (max-width: 768px) {
  .newsletter .detail p {
    font-size: 20px;
  }
}
@media (max-width: 490px) {
  .newsletter .detail p {
    font-size: 18px;
  }
}

.register-block {
  padding: 20px;
  background: #F0F2F4;
  border-radius: 30px;
}
.register-block h5 {
  font-weight: 700;
  font-size: 24px;
  line-height: 120%;
  text-align: center;
  color: #2C2D2F;
}
@media only screen and (min-width: 1399px) and (max-width: 1900px) {
  .register-block h5 {
    font-size: 18px;
  }
}
.register-block .form-group {
  margin-bottom: 30px;
}

.review .heading {
  display: inline-block;
}
.review .heading h2 {
  margin-bottom: 45px;
}
@media only screen and (min-width: 1399px) and (max-width: 1900px) {
  .review .heading h2 {
    font-size: 44px;
  }
}
.review .heading p {
  text-align: end;
  padding: 0;
}
@media only screen and (min-width: 1399px) and (max-width: 1900px) {
  .review .heading p {
    font-size: 18px;
  }
}
.review .review-slider-nav .item img {
  border-radius: 10px;
  margin: 0 auto;
}
@media only screen and (min-width: 1399px) and (max-width: 1900px) {
  .review .review-slider-nav .item {
    padding: 0 5px;
  }
}
.review .review-slider-nav .slick-prev {
  display: none !important;
}
.review .review-slider .item {
  display: flex;
  align-items: center;
  justify-content: center;
}
@media (max-width: 992px) {
  .review .review-slider .item {
    flex-direction: column;
  }
}
.review .review-slider .item .review-block {
  width: 50%;
  padding: 30px;
  padding-right: 0;
  background: #F0F2F4;
  border-radius: 30px 0px 0px 30px;
}
@media only screen and (min-width: 1399px) and (max-width: 1900px) {
  .review .review-slider .item .review-block {
    padding: 15px;
  }
}
@media (max-width: 992px) {
  .review .review-slider .item .review-block {
    order: 2;
    width: 60%;
    padding: 20px;
    border-radius: 0 0px 30px 30px;
  }
}
@media (max-width: 768px) {
  .review .review-slider .item .review-block {
    width: 90%;
  }
}
.review .review-slider .item .review-block .review-detail {
  background: #FAFAFA;
  box-shadow: -42px 42px 24px rgba(0, 0, 0, 0.01), -24px 24px 20px rgba(0, 0, 0, 0.03), -11px 11px 15px rgba(0, 0, 0, 0.04), -3px 3px 8px rgba(0, 0, 0, 0.05), 0px 0px 0px rgba(0, 0, 0, 0.05);
  border-radius: 30px;
  padding: 30px;
}
.review .review-slider .item .review-block .review-detail h5 {
  font-weight: 800;
  font-size: 24px;
  line-height: 120%;
  color: #1B1C1E;
  margin-bottom: 10px;
}
.review .review-slider .item .review-block .review-detail .stars {
  margin-bottom: 30px;
}
.review .review-slider .item .review-block .review-detail .stars i {
  font-size: 30px;
  color: #2CB9AD;
  margin-right: 10px;
}
@media (max-width: 490px) {
  .review .review-slider .item .review-block .review-detail .stars i {
    font-size: 21px;
  }
}
.review .review-slider .item .review-block .review-detail p {
  font-weight: 400;
  font-size: 20px;
  line-height: 160%;
  letter-spacing: 0.05em;
  color: #1B1C1E;
  margin: 0;
  overflow: hidden;
  display: -webkit-box;
  -webkit-line-clamp: 7;
  line-clamp: 7;
  -webkit-box-orient: vertical;
}
@media only screen and (min-width: 1399px) and (max-width: 1900px) {
  .review .review-slider .item .review-block .review-detail p {
    font-size: 18px;
    -webkit-line-clamp: 6;
    line-clamp: 6;
  }
}
@media (max-width: 992px) {
  .review .review-slider .item .review-block .review-detail p {
    font-size: 18px;
    -webkit-line-clamp: 3;
    line-clamp: 3;
  }
}
@media (max-width: 768px) {
  .review .review-slider .item .review-block .review-detail p {
    font-size: 16px;
  }
}
.review .review-slider .item img {
  border-radius: 30px;
}
@media only screen and (min-width: 1399px) and (max-width: 1900px) {
  .review .review-slider .item img {
    width: 450px;
  }
}
@media (max-width: 1199px) {
  .review .review-slider .item img {
    width: 450px;
  }
}
@media (max-width: 992px) {
  .review .review-slider .item img {
    order: 1;
    width: 70%;
    height: 450px;
    object-fit: fill;
  }
}
@media (max-width: 768px) {
  .review .review-slider .item img {
    width: 100%;
    height: auto;
  }
}
.review .review-slider .slick-prev {
  display: none !important;
}

.about .img-block {
  background: #F0F2F4;
  border-radius: 30px;
  padding: 30px;
  height: 100%;
}
@media (max-width: 490px) {
  .about .img-block {
    padding: 15px;
  }
}
.about .img-block img {
  width: 100%;
  height: 100%;
  filter: drop-shadow(-42px 42px 24px rgba(0, 0, 0, 0.01)) drop-shadow(-24px 24px 20px rgba(0, 0, 0, 0.03)) drop-shadow(-11px 11px 15px rgba(0, 0, 0, 0.04)) drop-shadow(-3px 3px 8px rgba(0, 0, 0, 0.05)) drop-shadow(0px 0px 0px rgba(0, 0, 0, 0.05));
  border-radius: 30px;
}
.about .card {
  background: transparent;
  box-shadow: none;
  border-radius: 0;
  border: 0;
  padding: 0;
  margin-bottom: 0;
}
@media (max-width: 1399px) {
  .about .card {
    margin-top: 30px;
  }
}
.about .card .card-header {
  border-bottom: 1px solid #797D86;
  padding: 0;
  background: transparent;
}
.about .card .card-header .nav {
  margin: 0;
  display: flex;
  align-items: center;
  gap: clamp(48px, 5.208vw, 120px);
}
.about .card .card-header .nav .nav-item a {
  font-weight: 400;
  font-size: 32px;
  line-height: 120%;
  margin-bottom: 10px;
  padding-left: 11px;
  position: relative;
  color: #797D86;
}
@media (max-width: 1399px) {
  .about .card .card-header .nav .nav-item a {
    padding-right: 40px;
  }
}
@media (max-width: 490px) {
  .about .card .card-header .nav .nav-item a {
    padding-right: 16px;
    font-size: 21px;
  }
}
.about .card .card-header .nav .nav-item a::after {
  content: "";
  position: absolute;
  left: 0;
  bottom: -12px;
  width: 0;
  height: 2px;
  background: #2CB9AD;
  transition: all 0.5s ease-in-out;
}
.about .card .card-header .nav .nav-item a.active, .about .card .card-header .nav .nav-item a:hover {
  color: #2CB9AD;
}
.about .card .card-header .nav .nav-item a.active::after, .about .card .card-header .nav .nav-item a:hover::after {
  transition: all 0.5s ease-in-out;
  width: 100%;
}
.about .card .card-header .nav .nav-item:last-child a {
  padding: 0;
}
.about .card .card-body {
  padding: 31px 0 50px;
}
.about .card .card-body .tab-pane p {
  font-weight: 400;
  font-size: 20px;
  line-height: 160%;
  letter-spacing: 0.05em;
  color: #2C2D2F;
  overflow: hidden;
  display: -webkit-box;
  -webkit-line-clamp: 6;
  line-clamp: 6;
  -webkit-box-orient: vertical;
}
@media only screen and (min-width: 1440px) and (max-width: 1900px) {
  .about .card .card-body .tab-pane p {
    -webkit-line-clamp: 4;
    line-clamp: 4;
  }
}
@media (max-width: 768px) {
  .about .card .card-body .tab-pane p {
    font-size: 18px;
  }
}
@media (max-width: 490px) {
  .about .card .card-body .tab-pane p {
    font-size: 16px;
  }
}
.about .choose .choose-block {
  padding: 30px 30px 46px 30px;
}
@media (max-width: 1399px) {
  .about .choose .choose-block h4 {
    font-size: 21px;
  }
}

.contact .contact-block {
  background: #F0F2F4;
  border-radius: 30px;
  padding: 30px;
}
.contact .contact-block h2 {
  font-weight: 600;
  font-size: 32px;
  line-height: 120%;
  color: #2C2D2F;
  margin-bottom: 10px;
}
.contact .contact-block p {
  font-weight: 400;
  font-size: 20px;
  line-height: 160%;
  letter-spacing: 0.05em;
  color: #797D86;
  margin-bottom: 50px;
}
.contact .info-block {
  position: relative;
}
.contact .info-block img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  border-radius: 30px;
}
@media (max-width: 768px) {
  .contact .info-block img {
    display: none;
  }
}
.contact .info-block .information-section {
  padding: 0 57px;
  width: 100%;
  height: 100%;
  display: grid;
  place-content: center;
  position: absolute;
  top: 0;
  left: 0;
}
@media only screen and (min-width: 1399px) and (max-width: 1900px) {
  .contact .info-block .information-section {
    padding: 0 15px;
  }
}
@media (max-width: 1199px) {
  .contact .info-block .information-section {
    padding: 0 15px;
  }
}
@media (max-width: 768px) {
  .contact .info-block .information-section {
    display: block;
    position: relative;
    top: unset;
    left: unset;
  }
}
.contact .info-block .information-section .information-block {
  background: #F0F2F4;
  border-radius: 30px;
  padding: 30px;
  height: 100%;
}
@media only screen and (min-width: 1399px) and (max-width: 1900px) {
  .contact .info-block .information-section .information-block {
    padding: 15px;
  }
}
@media (max-width: 992px) {
  .contact .info-block .information-section .information-block {
    margin-bottom: 20px;
  }
}
.contact .info-block .information-section .information-block .icon {
  width: 72px;
  height: 72px;
  background: #FAFAFA;
  box-shadow: 42px 42px 24px rgba(0, 0, 0, 0.01), 24px 24px 20px rgba(0, 0, 0, 0.03), 11px 11px 15px rgba(0, 0, 0, 0.04), 3px 3px 8px rgba(0, 0, 0, 0.05), 0px 0px 0px rgba(0, 0, 0, 0.05);
  border-radius: 100px;
  display: grid;
  place-items: center;
  margin-bottom: 10px;
}
.contact .info-block .information-section .information-block .icon i {
  font-size: 32px;
  color: #AFB1B6;
}
.contact .info-block .information-section .information-block a {
  font-weight: 700;
  font-size: 24px;
  line-height: 120%;
  color: #2C2D2F;
  margin-bottom: 0;
}
@media only screen and (min-width: 1399px) and (max-width: 1900px) {
  .contact .info-block .information-section .information-block a {
    font-size: 16px;
  }
}
.contact .info-block .information-section .information-block a:hover {
  color: #2CB9AD;
}

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