@import url("https://fonts.googleapis.com/css2?family=Montserrat:ital,wght@0,100..900;1,100..900&family=Roboto:ital,wght@0,100;0,300;0,400;0,500;0,700;0,900;1,100;1,300;1,400;1,500;1,700;1,900&display=swap");
:root {
  --thmColor: #72943e;
  --borderColor: #a1c653;
  --textColor: #505050;

  --f18: 18px;
  --f19: 19px;
  --f20: 20px;
  --f22: 22px;
  --f24: 24px;
  --f28: 28px;
  --f30: 30px;
  --f35: 35px;
}

* {
  font-family: "Montserrat", sans-serif;
  box-sizing: border-box;
}
body {
  font-family: "Montserrat", sans-serif;
  font-weight: 400;
  font-size: 16px;
  margin: 0;
  padding: 0;
}
a,
button {
  transition: all 0.2s ease;
  -webkit-transition: all 0.2s ease;
  -moz-transition: all 0.2s ease;
  border: none;
}

a,
a:hover {
  text-decoration: none;
}

ul {
  list-style-type: none;
  padding: 0;
  margin: 0;
}

p {
  margin-bottom: 0;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  margin-bottom: 0;
}
button:focus,
input:focus,
input:focus,
textarea,
textarea:focus {
  outline: 0;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  margin-top: 0px;
  font-weight: 700;
}

h1 a,
h2 a,
h3 a,
h4 a,
h5 a,
h6 a {
  color: inherit;
}

h1 {
  font-size: var(--f40);
}

h2 {
  font-size: 35px;
}

h3 {
  font-size: 28px;
}

h4 {
  font-size: 22px;
}

h5 {
  font-size: 18px;
}

h6 {
  font-size: 16px;
}

ul {
  margin: 0px;
  padding: 0px;
}

li {
  list-style: none;
}

.pb_150 {
  padding-bottom: 150px;
}
.pb_100 {
  padding-bottom: 100px;
}
.pb_50 {
  padding-bottom: 50px;
}
.pt_150 {
  padding-top: 150px;
}
.pt_100 {
  padding-top: 100px;
}
.pt_50 {
  padding-top: 50px;
}

.mb_150 {
  margin-bottom: 150px;
}
.mb_100 {
  margin-bottom: 100px;
}
.mb_50 {
  margin-bottom: 50px;
}
.mb-30 {
  margin-bottom: 30px;
}
.mt_150 {
  margin-top: 150px;
}
.mt_100 {
  margin-top: 100px;
}
.mt_50 {
  margin-top: 50px;
}

.mt-30 {
  margin-top: 30px;
}
label {
  margin-bottom: 0;
}

.container {
  max-width: 1200px;
  padding: 0rem 1rem;
  margin: 0 auto;
}

.scrolltotop {
  width: 40px;
  height: 40px;
  border-radius: 20px 20px 0 0;
  background: rgba(0, 0, 0, 0.5);
  display: block;
  text-align: center;
  padding-top: 8px;
  font-size: var(--f22);
  color: #ffffff;
  position: fixed;
  right: 5px;
  bottom: 5px;
  display: none;
  transition: 0.2s all ease;
  -webkit-transition: 0.2s all ease;
  -moz-transition: 0.2s all ease;
}

.scrolltotop:hover {
  background: #000;
  color: #fff;
  box-shadow: 0px 0px 5px rgba(0, 0, 0, 0.5);
  -webkit-box-shadow: 0px 0px 5px rgba(0, 0, 0, 0.5);
  -moz-box-shadow: 0px 0px 5px rgba(0, 0, 0, 0.5);
}
main {
  overflow-x: hidden;
}
/*==== header area start===== */
.header__top {
  background: var(--thmColor);
  padding: 1rem 0rem;
}

.header__contact ul {
  display: flex;
  align-items: center;
  gap: 12px;
}

.header__contact.header__contact__right ul {
  gap: 24px;
  justify-content: end;
}

.header__contact.header__contact__right ul li i {
  margin-left: 5px;
  display: inline-block;
}

.header__contact.header__contact__right ul li a {
  color: #fff;
  display: flex;
  align-items: center;
  gap: 3px;
}
.header__contact.header__contact__right ul li a span {
  font-size: 14px;
}
a.phone span:first-child {
  width: 15px;
  height: 15px;
  display: grid;
  place-items: center;
  background: #fff;
  border-radius: 50%;
  color: #000;
  font-size: 8px;
}

a.phone span:first-child svg {
  width: 8px;
  color: var(--thmColor);
}

.logo {
  width: 200px;
  display: flex;
  justify-content: start;
  margin-left: -51px;
  padding: 4px 0px;
}

img {
  width: 100%;
  height: auto;
}

.header__contact.header__contact__right {
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: end;
}

.header__nav {
  display: flex;
  align-items: center;
  justify-content: end;
  gap: 30px;
  height: 100%;
}

.search__btn button {
  background: transparent;
}

.header__nav ul {
  display: flex;
  align-items: center;
  font-weight: 600;
}

.header__nav ul li a {
  color: #000;
  padding: 25px 15px 10px;
  border-bottom-left-radius: 10px;
  border-bottom-right-radius: 10px;
}

.header__nav ul li a:hover,
.header__nav ul li a.active {
  background: var(--thmColor);
  color: #fff;
}
header.header__area {
  overflow-x: hidden;
}
.header__bar a {
  font-size: 25px;
  color: #505050;
}
/*==== header area end===== */

/*===================== OFFCANVAS CSS AREA START =====================*/
.menu-close {
  font-size: 18px;
  color: #000;
  position: absolute;
  top: 20px;
  right: 18px;
  cursor: pointer;
  transition: 0.4s;
  border: 1px solid #fff;
  width: 32px;
  height: 32px;
  display: flex;
  align-items: center;
  justify-content: center;
}

.menu-close:hover {
  color: #000;
  background: #fff;
}

.offcanvas-area {
  position: fixed;
  left: -100%;
  height: 100%;
  width: 318px;
  z-index: 9999999;
  padding-top: 70px;
  background: #ffffff;
  -webkit-transition: 0.4s;
  transition: 0.4s;
  visibility: hidden;
  top: 0;
  overflow-y: scroll;
}

.offcanvas-area.active {
  left: 0;
  visibility: visible;
}

.offcanvas-area .main-menu ul li a {
  font-size: 14px;
  font-weight: 600;
  text-transform: uppercase;
  color: #000;
  display: block;
  transition: 0.3s;
  padding: 16px 22px;
  border-bottom: 1px solid #80808059;
  text-decoration: none;
  font-family: "Montserrat", sans-serif;
}

.offcanvas-area .main-menu ul li:last-child a {
  border-bottom: none;
}

.aside_ul li a {
  position: relative;
}

.offcanvas-area .main-menu ul li:first-child a {
  border-top: 1px solid #fff;
}

.offcanvas-area .main-menu ul li a:hover,
.offcanvas-area .main-menu ul li a[aria-expanded="true"] {
  color: #d5d5d5;
}

.offcanvas-menu .main-menu ul {
  display: block;
  padding-left: 0;
  margin-bottom: 35px;
  list-style: none;
}

.offcanvas-overlay {
  position: fixed;
  inset: 0;
  width: 100%;
  height: 100%;
  background-color: #000;
  opacity: 0;
  visibility: hidden;
  -webkit-transition: 0.4s;
  transition: 0.4s;
  z-index: 999;
}

.offcanvas-overlay.active {
  opacity: 0.4;
  visibility: visible;
}

.offcanvas-area {
  -ms-overflow-style: none;
  scrollbar-width: none;
}

.offcanvas-area::-webkit-scrollbar {
  display: none;
}
.offcanvas-menu {
  border-top: 2px solid #80808059;
}
.offcanvas__contact {
  padding: 0px 22px;
}

.offcanvas__contact ul {
  display: flex;
  flex-direction: column;
  gap: 8px;
}

.offcanvas__contact ul li a {
  display: flex;
  align-items: center;
  gap: 6px;
  color: #000;
  font-size: 17px !important;
}

/*===================== OFFCANVAS CSS AREA END =====================*/

/* =====service-area-start===== */
video.vidbacking {
  width: 100%;
  max-height: 545px;
  object-fit: cover;
}

section.service-area,
section.product-carpet-area,
.project-hero-area {
  height: 320px;
  background-color: #505050;
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
  display: grid;
  place-content: center;
}

.service__title h2 {
  color: #fff;
}

.aboutus__left {
  background: #505050;
  height: 100%;
  position: relative;
  border-top-right-radius: 24px;
  border-bottom-right-radius: 24px;
  display: grid;
  place-items: center;
  color: #fff;
}

.aboutus__left:before {
  content: "";
  position: absolute;
  top: 0px;
  left: -800px;
  height: 100%;
  width: 1000px;
  background: #505050;
  z-index: -1;
}
.aboutus__img img {
  height: 100%;
  object-fit: cover;
}

.aboutus__img {
  position: absolute;
  top: 0px;
  left: -641px;
  width: 1000px;
  height: 100%;
  border-top-right-radius: 24px;
  border-bottom-right-radius: 24px;
  overflow: hidden;
}

.aboutus__img:after {
  content: "";
  position: absolute;
  top: 0px;
  left: 0px;
  width: 100%;
  height: 100%;
  background: #72943e75;
}

.title__aboutus {
  z-index: 1;
}
.btn__aboutus {
  position: absolute;
  right: 20px;
  bottom: 20px;
  display: flex;
  align-items: center;
  gap: 14px;
  color: #fff;
}

.btn__aboutus > span {
  text-align: end;
}

.btn__aboutus a {
  width: 60px;
  height: 60px;
  border: 2px solid #fff;
  border-radius: 50%;
  display: grid;
  place-items: center;
  font-size: 30px;
  color: #fff;
}

.title__aboutus h2 {
  font-weight: 400;
  border-left: 2px solid #fff;
  padding-left: 12px;
  line-height: 50px;
}

.aboutus__right {
  position: relative;
  background: var(--thmColor);
  border-top-left-radius: 24px;
  border-bottom-left-radius: 24px;
  padding: 25px 0px 25px 46px;
}

.aboutus__right__content {
  padding-left: 40px;
  border-left-width: 16px;
  position: relative;
  color: #fff;
  text-align: justify;
}

.aboutus__right__content:before {
  content: "";
  position: absolute;
  top: 0px;
  left: 0px;
  width: 16px;
  height: 100%;
  border-radius: 10px;
  background: var(--borderColor);
}

.aboutus__right__content > p {
  font-size: var(--f18);
  line-height: 26px;
}

.aboutus__commitment {
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin-top: 45px;
  gap: 10px;
}

.aboutus__commitment span {
  width: 12px;
  height: 12px;
  background: #fff;
  border-radius: 50%;
}

.aboutus__right:after {
  content: "";
  position: absolute;
  top: 0px;
  right: -860px;
  width: 1000px;
  height: 100%;
  background: var(--thmColor);
  z-index: -1;
}
/* =====service-area-end===== */

/* =====service-details-area-start===== */
.service__details__card {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 30px;
}

.service__details__card p {
  font-size: var(--f22);
  text-align: center;
}
.service__details__card img {
  width: auto;
  height: 170px;
}
.exellent__service {
  border-radius: 40px;
  background: var(--thmColor);
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 4px;
  margin-top: 30px;
}

.exellent__service h3 {
  font-weight: 400;
  color: #fff;
  margin-left: 25px;
}

.exellent__service a {
  width: 60px;
  display: grid;
  place-items: center;
  background: #fff;
  height: 60px;
  border-radius: 50%;
  font-size: var(--f30);
  color: var(--thmColor);
  flex-shrink: 0;
}
/* =====service-details-area-end===== */

/* =====company-area-start===== */
.company__wrap {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 40px;
}
/* =====company-area-end===== */

/* =====footer-area-start===== */
.footer__logo {
  width: 334px;
  margin-left: -90px;
}

.footer__form {
  padding-left: 38px;
  padding-right: 38px;
  position: relative;
}

.col-md-6 input,
.col-12 input,
textarea {
  width: 100%;
  margin-bottom: 12px;
  border: 1px solid #000;
  padding-left: 10px;
  border-radius: 4px;
  font-size: 14px;
  color: #000;
  height: 30px;
}

input::placeholder,
textarea::placeholder {
  color: #000;
}

.col-12 textarea {
  height: 130px;
  margin-bottom: 0px;
}
.footer__contact__cards {
  display: flex;
  flex-direction: column;
  gap: 14px;
}
.footer__contact__card {
  position: relative;
  padding-left: 18px;
  padding-top: 5px;
  padding-bottom: 8px;
}
.footer__form::before,
.footer__contact__card::before {
  content: "";
  position: absolute;
  top: 0px;
  left: 0px;
  width: 8px;
  height: 100%;
  border-radius: 10px;
  background: var(--borderColor);
}
.footer__form h4 {
  font-weight: 400;
  margin-bottom: 20px;
}
.footer__address__left img {
  width: 16px;
}

.footer__address__left {
  display: flex;
  align-items: start;
  gap: 4px;
  font-size: 14px;
  max-width: 214px;
}

.footer__address__right {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}

.footer__address {
  display: flex;
  justify-content: space-between;
}

.footer__address__right a img {
  width: 18px;
}

.footer__address__right a {
  display: flex;
  align-items: center;
  font-size: 14px;
  gap: 5px;
  color: #000;
}

.footer__contact__card h4 {
  font-weight: 400;
  margin-bottom: 8px;
}

.footer__email input {
  width: 100%;
  border: none;
  font-size: 14px;
}

.footer__email {
  display: flex;
  align-items: center;
  border: 1px solid #000;
  height: 30px;
  padding-left: 4px;
  border-radius: 5px;
}

.footer__email button {
  width: 81px;
  background: #000;
  color: #fff;
  font-size: 14px;
  font-weight: 700;
  height: 100%;
  border-radius: 10px;
  font-family: "Roboto", serif;
}
.footer__social {
  display: flex;
  align-items: center;
  gap: 40px;
}

.privacy__policy {
  background: var(--thmColor);
  margin-top: 24px;
}

.privacy__policy__wrap {
  display: flex;
  justify-content: space-between;
  align-items: center;
  height: 45px;
}

.privacy__policy__wrap ul {
  display: flex;
  align-items: center;
  gap: 35px;
}

.privacy__policy__wrap * {
  color: #fff;
}
/* =====footer-area-end===== */

/* =====about-description-area-start===== */
.title__area {
  position: relative;
  padding-bottom: 18px;
  margin-bottom: 30px;
}

.title__area:after {
  content: "";
  position: absolute;
  left: 0px;
  bottom: 0px;
  width: 68px;
  height: 5px;
  background: var(--thmColor);
}

.about__desc__content p {
  font-size: var(--f18);
}

.about__desc__content {
  margin-bottom: 50px;
}

.about__choose__card {
  background: var(--thmColor);
  padding: 30px 24px;
  border-radius: 25px;
  display: flex;
  flex-direction: column;
  align-items: center;
  text-align: center;
}

.about__choose__card img {
  width: auto;
}

.about__choose__card__content {
  color: #fff;
  margin-top: 12px;
}

.about__choose__card__content h3 {
  margin-bottom: 15px;
}

.about__choose__card__content p {
  font-size: var(--f16);
}

.about__slider__card {
  background: var(--thmColor);
  border-radius: 18px;
  overflow: hidden;
}

.about__slider__card__img {
  border-radius: 18px;
  overflow: hidden;
  padding: 40px 20px;
  background: #d9d9d9;
}

.about__slider__card__img img {
  margin: 0 auto;
}

.about__slider__card__content {
  text-align: center;
  padding: 18px;
  color: #fff;
}
.about__slider__card__content p {
  font-size: var(--f20);
}
.about__slider {
  padding: 0px 2rem;
  position: relative;
}
.owl-nav {
  display: flex;
  align-items: center;
  justify-content: space-between;
}

button.owl-prev {
  transform: rotate(90deg);
  display: block;
}

button.owl-next {
  transform: rotate(270deg);
}
.owl-theme .owl-nav {
  margin-top: 10px;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  left: -46px;
  right: -46px;
}
/* =====about-description-area-end===== */

/* =====flooring-material-area-start===== */
.flooring__content p {
  font-size: var(--f19);
  text-align: justify;
}

.flooring__card__img {
  width: 100%;
  height: 290px;
  background: #505050;
  position: relative;
  margin-top: 10px;
  overflow: hidden;
}

.card__subtitle {
  position: absolute;
  left: 22px;
  bottom: 24px;
  color: #fff;
  font-size: var(--f20);
  font-weight: 400;
  border-left: 1px solid #fff;
  padding-left: 8px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  width: 94%;
}

.flooring__rules {
  display: flex;
  flex-direction: column;
  gap: 20px;
  border-left: 20px solid var(--borderColor);
}

.flooring__rule {
  height: 45px;
  border: 2px solid var(--borderColor);
  display: grid;
  place-items: center;
  border-radius: 0px 12px 12px 0px;
  border-left: none;
  position: relative;
}
.flooring__rule:hover:before,.flooring__rule.active:before {
  content: "";
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  left: -1px;
  width: 24px;
  height: 112%;
  clip-path: polygon(0 0, 0 100%, 100% 50%);
  background: var(--borderColor);
}
.flooring__rule {
  font-size: var(--f20);
  font-weight: 600;
  color: var(--thmColor);
}

.flooring__rule:hover {
  background: var(--thmColor);
  border-color: var(--thmColor);
}
.flooring__rule.active {
  color: #fff;
  background: var(--thmColor);
  border-color: var(--thmColor);
}
.flooring__rule:hover  {
  color: #fff;
}
.product__carpet__content {
  color: #fff;
}
.product__carpet__content h1 {
  font-size: 85px;
  font-weight: 800;
}

.carpet__tiles__cards {
  display: flex;
  flex-direction: column;
  gap: 44px;
}

.carpet__tiles__card {
  display: flex;
  border: 3px solid var(--thmColor);
  gap: 30px;
  border-left: 45px solid var(--thmColor);
}

.carpet__card__img {
  max-width: 735px;
  width: 100%;
  background: #505050;
  position: relative;
}
.carpet__card__img img {
  height: 100%;
}
.specification {
  flex-shrink: 0;
  padding: 8px 0px;
}

.specification h5 {
  margin-bottom: 10px;
}

.single__specification {
  display: flex;
  align-items: start;
  gap: 30px;
}

.single__specification div:first-child {
  max-width: 128px;
  width: 100%;
}

.card__subtitle a {
  display: inline-block;
  width: 28px;
  /* margin-top: 10px; */
  margin-bottom: -15px;
}

.carpet__card__img > .card__subtitle span {
  font-weight: 700;
  font-size: var(--f18);
  color: #000;
}

.carpet__card__img > .card__subtitle {
  border-color: #000;
  border-width: 2px;
}
.arrow__angle {
  display: grid;
  place-items: center;
  margin-top: 25px;
}
/* =====flooring-material-area-end===== */

/* =====our-service-area-start===== */
.title {
  text-align: center;
  margin-bottom: 40px;
}

.service__card h4 {
  margin-bottom: 12px;
}

.service__card {
  padding-left: 30px;
  padding-bottom: 10px;
  border-left: 8px solid var(--borderColor);
  height: 155px;
}

.service__card p {
  font-size: 17px;
}
/* =====our-service-area-end===== */

/* =====project-card-area-start===== */
.project__desc {
  font-size: var(--f18);
}

.project__company {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 50px;
}

.project__company a img {
  width: auto;
}

.project__company a {
  display: inline-block;
}

.project__cards {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 55px;
  margin-bottom: 44px;
}

.project__card__content {
  background: var(--thmColor);
  text-align: center;
  display: grid;
  place-items: center;
  gap: 3px;
  padding: 20px;
  color: #fff;
}

.project__card__content h5 {
  font-weight: 600;
  font-size: var(--f20);
}

.project__card__content p {
  font-size: var(--f18);
}
/* =====project-card-area-end===== */

/* =====contact-area-start===== */
.contact__title {
  margin-bottom: 70px;
  display: flex;
  align-items: center;
}

.contact__title span {
  width: auto;
  padding-left: 12px;
  margin-left: 12px;
  border-left: 1px solid var(--thmColor);
  color: var(--thmColor);
  font-size: var(--f18);
}

.contact__title img {
  width: auto;
}

.card__contact {
  padding: 30px;
  border: 2px solid #80808057;
  position: relative;
  height: 180px;
  display: grid;
  place-items: center;
}

.card__contact__img {
  position: absolute;
  width: 85px;
  height: 85px;
  border-radius: 50%;
  border: 2px solid #80808057;
  display: grid;
  place-items: center;
  top: -45px;
  background: #fff;
}

.card__contact__img img {
  width: auto;
}

.card__contact * {
  color: #000;
  text-align: center;
}
/* =====contact-area-end===== */

/* swiper-slider start */
.swiper-carousel-animate-opacity img {
  height: 100%;
}
.project__slider__title h2 {
  text-align: center;
  font-weight: 500;
}
.swiper {
  margin-left: auto;
  margin-right: auto;
  position: relative;
  overflow: hidden;
  list-style: none;
  padding: 0;
  z-index: 1;
  display: block;
}

.swiper-vertical > .swiper-wrapper {
  flex-direction: column;
}

.swiper-wrapper {
  position: relative;
  width: 100%;
  height: 100%;
  z-index: 1;
  display: flex;
  transition-property: transform;
  transition-timing-function: var(
    --swiper-wrapper-transition-timing-function,
    initial
  );
  box-sizing: content-box;
}

.swiper-android .swiper-slide,
.swiper-ios .swiper-slide,
.swiper-wrapper {
  transform: translate(0);
}

.swiper-horizontal {
  touch-action: pan-y;
}

.swiper-vertical {
  touch-action: pan-x;
}

.swiper-slide {
  flex-shrink: 0;
  width: 100%;
  height: 100%;
  position: relative;
  transition-property: transform;
  display: block;
}

.swiper-slide-invisible-blank {
  visibility: hidden;
}

.swiper-autoheight,
.swiper-autoheight .swiper-slide {
  height: auto;
}

.swiper-autoheight .swiper-wrapper {
  align-items: flex-start;
  transition-property: transform, height;
}

.swiper-backface-hidden .swiper-slide {
  transform: translateZ(0);
  backface-visibility: hidden;
}

.swiper-3d.swiper-css-mode .swiper-wrapper {
  perspective: 1200px;
}

.swiper-3d .swiper-wrapper {
  transform-style: preserve-3d;
}

.swiper-3d {
  perspective: 1200px;
}

.swiper-3d .swiper-slide,
.swiper-3d .swiper-cube-shadow {
  transform-style: preserve-3d;
}

.swiper-css-mode > .swiper-wrapper {
  overflow: auto;
  scrollbar-width: none;
  -ms-overflow-style: none;
}

.swiper-css-mode > .swiper-wrapper::-webkit-scrollbar {
  display: none;
}

.swiper-css-mode > .swiper-wrapper > .swiper-slide {
  scroll-snap-align: start start;
}

.swiper-css-mode.swiper-horizontal > .swiper-wrapper {
  scroll-snap-type: x mandatory;
}

.swiper-css-mode.swiper-vertical > .swiper-wrapper {
  scroll-snap-type: y mandatory;
}

.swiper-css-mode.swiper-free-mode > .swiper-wrapper {
  scroll-snap-type: none;
}

.swiper-css-mode.swiper-free-mode > .swiper-wrapper > .swiper-slide {
  scroll-snap-align: none;
}

.swiper-css-mode.swiper-centered > .swiper-wrapper:before {
  content: "";
  flex-shrink: 0;
  order: 9999;
}

.swiper-css-mode.swiper-centered > .swiper-wrapper > .swiper-slide {
  scroll-snap-align: center center;
  scroll-snap-stop: always;
}

.swiper-css-mode.swiper-centered.swiper-horizontal
  > .swiper-wrapper
  > .swiper-slide:first-child {
  margin-inline-start: var(--swiper-centered-offset-before);
}

.swiper-css-mode.swiper-centered.swiper-horizontal > .swiper-wrapper:before {
  height: 100%;
  min-height: 1px;
  width: var(--swiper-centered-offset-after);
}

.swiper-css-mode.swiper-centered.swiper-vertical
  > .swiper-wrapper
  > .swiper-slide:first-child {
  margin-block-start: var(--swiper-centered-offset-before);
}

.swiper-css-mode.swiper-centered.swiper-vertical > .swiper-wrapper:before {
  width: 100%;
  min-width: 1px;
  height: var(--swiper-centered-offset-after);
}

.swiper-3d .swiper-slide-shadow,
.swiper-3d .swiper-slide-shadow-left,
.swiper-3d .swiper-slide-shadow-right,
.swiper-3d .swiper-slide-shadow-top,
.swiper-3d .swiper-slide-shadow-bottom,
.swiper-3d .swiper-slide-shadow,
.swiper-3d .swiper-slide-shadow-left,
.swiper-3d .swiper-slide-shadow-right,
.swiper-3d .swiper-slide-shadow-top,
.swiper-3d .swiper-slide-shadow-bottom {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  pointer-events: none;
  z-index: 10;
}

.swiper-3d .swiper-slide-shadow {
  background: rgba(0, 0, 0, 0.15);
}

.swiper-3d .swiper-slide-shadow-left {
  background-image: linear-gradient(
    to left,
    rgba(0, 0, 0, 0.5),
    rgba(0, 0, 0, 0)
  );
}

.swiper-3d .swiper-slide-shadow-right {
  background-image: linear-gradient(
    to right,
    rgba(0, 0, 0, 0.5),
    rgba(0, 0, 0, 0)
  );
}

.swiper-3d .swiper-slide-shadow-top {
  background-image: linear-gradient(
    to top,
    rgba(0, 0, 0, 0.5),
    rgba(0, 0, 0, 0)
  );
}

.swiper-3d .swiper-slide-shadow-bottom {
  background-image: linear-gradient(
    to bottom,
    rgba(0, 0, 0, 0.5),
    rgba(0, 0, 0, 0)
  );
}

.swiper-lazy-preloader {
  width: 42px;
  height: 42px;
  position: absolute;
  left: 50%;
  top: 50%;
  margin-left: -21px;
  margin-top: -21px;
  z-index: 10;
  transform-origin: 50%;
  box-sizing: border-box;
  border: 4px solid var(--swiper-preloader-color, var(--swiper-theme-color));
  border-radius: 50%;
  border-top-color: transparent;
}

.swiper:not(.swiper-watch-progress) .swiper-lazy-preloader,
.swiper-watch-progress .swiper-slide-visible .swiper-lazy-preloader {
  animation: swiper-preloader-spin 1s infinite linear;
}

.swiper-lazy-preloader-white {
  --swiper-preloader-color: #fff;
}

.swiper-lazy-preloader-black {
  --swiper-preloader-color: #000;
}

@keyframes swiper-preloader-spin {
  0% {
    transform: rotate(0);
  }
  to {
    transform: rotate(360deg);
  }
}

.swiper-pagination {
  position: absolute;
  text-align: center;
  transition: 0.3s opacity;
  transform: translate(0);
  z-index: 10;
}

.swiper-pagination.swiper-pagination-hidden {
  opacity: 0;
}

.swiper-pagination-disabled > .swiper-pagination,
.swiper-pagination.swiper-pagination-disabled {
  display: none !important;
}

.swiper-pagination-fraction,
.swiper-pagination-custom,
.swiper-horizontal > .swiper-pagination-bullets,
.swiper-pagination-bullets.swiper-pagination-horizontal {
  bottom: var(--swiper-pagination-bottom, 8px);
  top: var(--swiper-pagination-top, auto);
  left: 0;
  width: 100%;
}

.swiper-pagination-bullets-dynamic {
  overflow: hidden;
  font-size: 0;
}

.swiper-pagination-bullets-dynamic .swiper-pagination-bullet {
  transform: scale(0.33);
  position: relative;
}

.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active {
  transform: scale(1);
}

.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-main {
  transform: scale(1);
}

.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-prev {
  transform: scale(0.66);
}

.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-prev-prev {
  transform: scale(0.33);
}

.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-next {
  transform: scale(0.66);
}

.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-next-next {
  transform: scale(0.33);
}

.swiper-pagination-bullet {
  width: var(
    --swiper-pagination-bullet-width,
    var(--swiper-pagination-bullet-size, 24px)
  );
  height: var(
    --swiper-pagination-bullet-height,
    var(--swiper-pagination-bullet-size, 23px)
  );
  display: inline-block;
  border-radius: var(--swiper-pagination-bullet-border-radius, 50%);
  background: #d9d9d9;
  opacity: 1;
}

button.swiper-pagination-bullet {
  border: none;
  margin: 0;
  padding: 0;
  box-shadow: none;
  appearance: none;
}

.swiper-pagination-clickable .swiper-pagination-bullet {
  cursor: pointer;
}

.swiper-pagination-bullet:only-child {
  display: none !important;
}

.swiper-pagination-bullet-active {
  background: var(--borderColor);
}

.swiper-vertical > .swiper-pagination-bullets,
.swiper-pagination-vertical.swiper-pagination-bullets {
  right: var(--swiper-pagination-right, 8px);
  left: var(--swiper-pagination-left, auto);
  top: 50%;
  transform: translateY(-50%);
}

.swiper-vertical > .swiper-pagination-bullets .swiper-pagination-bullet,
.swiper-pagination-vertical.swiper-pagination-bullets
  .swiper-pagination-bullet {
  margin: var(--swiper-pagination-bullet-vertical-gap, 6px) 0;
  display: block;
}

.swiper-vertical > .swiper-pagination-bullets.swiper-pagination-bullets-dynamic,
.swiper-pagination-vertical.swiper-pagination-bullets.swiper-pagination-bullets-dynamic {
  top: 50%;
  transform: translateY(-50%);
  width: 8px;
}

.swiper-vertical
  > .swiper-pagination-bullets.swiper-pagination-bullets-dynamic
  .swiper-pagination-bullet,
.swiper-pagination-vertical.swiper-pagination-bullets.swiper-pagination-bullets-dynamic
  .swiper-pagination-bullet {
  display: inline-block;
  transition: 0.2s transform, 0.2s top;
}

.swiper-horizontal > .swiper-pagination-bullets .swiper-pagination-bullet,
.swiper-pagination-horizontal.swiper-pagination-bullets
  .swiper-pagination-bullet {
  margin: 0 var(--swiper-pagination-bullet-horizontal-gap, 10px);
}

.swiper-horizontal
  > .swiper-pagination-bullets.swiper-pagination-bullets-dynamic,
.swiper-pagination-horizontal.swiper-pagination-bullets.swiper-pagination-bullets-dynamic {
  left: 50%;
  transform: translate(-50%);
  white-space: nowrap;
}

.swiper-horizontal
  > .swiper-pagination-bullets.swiper-pagination-bullets-dynamic
  .swiper-pagination-bullet,
.swiper-pagination-horizontal.swiper-pagination-bullets.swiper-pagination-bullets-dynamic
  .swiper-pagination-bullet {
  transition: 0.2s transform, 0.2s left;
}

.swiper-horizontal.swiper-rtl
  > .swiper-pagination-bullets-dynamic
  .swiper-pagination-bullet {
  transition: 0.2s transform, 0.2s right;
}

.swiper-pagination-fraction {
  color: var(--swiper-pagination-fraction-color, inherit);
}

.swiper-pagination-progressbar {
  background: var(
    --swiper-pagination-progressbar-bg-color,
    rgba(0, 0, 0, 0.25)
  );
  position: absolute;
}

.swiper-pagination-progressbar .swiper-pagination-progressbar-fill {
  background: var(--swiper-pagination-color, var(--swiper-theme-color));
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  transform: scale(0);
  transform-origin: left top;
}

.swiper-rtl .swiper-pagination-progressbar .swiper-pagination-progressbar-fill {
  transform-origin: right top;
}

.swiper-horizontal > .swiper-pagination-progressbar,
.swiper-pagination-progressbar.swiper-pagination-horizontal,
.swiper-vertical
  > .swiper-pagination-progressbar.swiper-pagination-progressbar-opposite,
.swiper-pagination-progressbar.swiper-pagination-vertical.swiper-pagination-progressbar-opposite {
  width: 100%;
  height: var(--swiper-pagination-progressbar-size, 4px);
  left: 0;
  top: 0;
}

.swiper-vertical > .swiper-pagination-progressbar,
.swiper-pagination-progressbar.swiper-pagination-vertical,
.swiper-horizontal
  > .swiper-pagination-progressbar.swiper-pagination-progressbar-opposite,
.swiper-pagination-progressbar.swiper-pagination-horizontal.swiper-pagination-progressbar-opposite {
  width: var(--swiper-pagination-progressbar-size, 4px);
  height: 100%;
  left: 0;
  top: 0;
}

.swiper-pagination-lock {
  display: none;
}

.swiper-button-prev,
.swiper-button-next {
  position: absolute;
  top: var(--swiper-navigation-top-offset, 50%);
  transform: translateY(-50%);
  z-index: 10;
  cursor: pointer;
  display: flex;
  align-items: center;
  justify-content: center;
}

.swiper-button-prev:after,
.swiper-button-next:after {
  display: none;
}
.swiper-button-next {
  transform: translateY(-50%) rotate(180deg);
  /* right: 334px; */
}
.swiper-button-prev.swiper-button-disabled,
.swiper-button-next.swiper-button-disabled {
  opacity: 0.35;
  cursor: auto;
  pointer-events: none;
}

.swiper-button-prev.swiper-button-hidden,
.swiper-button-next.swiper-button-hidden {
  opacity: 0;
  cursor: auto;
  pointer-events: none;
}

.swiper-navigation-disabled .swiper-button-prev,
.swiper-navigation-disabled .swiper-button-next {
  display: none !important;
}

.swiper-button-prev svg,
.swiper-button-next svg {
  width: 100%;
  height: 100%;
  object-fit: contain;
  transform-origin: center;
}

.swiper-rtl .swiper-button-prev svg,
.swiper-rtl .swiper-button-next svg {
  transform: rotate(180deg);
}

.swiper-button-prev,
.swiper-rtl .swiper-button-next {
  left: 334px;
  right: auto;
}

.swiper-button-lock {
  display: none;
}

.swiper-button-prev:after,
.swiper-rtl .swiper-button-next:after {
  content: "prev";
}

.swiper-button-next,
.swiper-rtl .swiper-button-prev {
  right: 334px;
  left: auto;
}

.swiper-button-next:after,
.swiper-rtl .swiper-button-prev:after {
  content: "next";
}

.swiper-virtual .swiper-slide {
  -webkit-backface-visibility: hidden;
  transform: translateZ(0);
}

.swiper-virtual.swiper-css-mode .swiper-wrapper:after {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  pointer-events: none;
}

.swiper-virtual.swiper-css-mode.swiper-horizontal .swiper-wrapper:after {
  height: 1px;
  width: var(--swiper-virtual-size);
}

.swiper-virtual.swiper-css-mode.swiper-vertical .swiper-wrapper:after {
  width: 1px;
  height: var(--swiper-virtual-size);
}

.swiper-carousel {
  position: relative;
  margin: 0 auto;
  max-width: 100%;
  overflow: hidden;
}

.swiper-carousel .swiper-slide,
.swiper-carousel swiper-slide {
  position: relative;
}

#app {
  height: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
}

.swiper-carousel {
  padding-bottom: 60px;
  max-width: 1200px;
}

.swiper-carousel .swiper-slide {
  width: 520px;
  height: 500px;
  border-radius: 22px;
  background: #595959;
  max-width: calc(100% - 48px);
  overflow: hidden;
  position: relative;
}

.swiper-carousel .swiper-carousel-animate-opacity {
  height: 100%;
}

.swiper-carousel .swiper-pagination-bullets {
  bottom: 0;
}

.swiper-carousel .slide-content {
  position: absolute;
  left: 0;
  width: 100%;
  bottom: 0;
  padding: 88px 16px 24px;
  box-sizing: border-box;
  border-radius: 0 0 8px 8px;
  text-align: center;
  color: #fff;
}

.swiper-carousel .slide-content {
  position: absolute;
  left: 0;
  width: 100%;
  bottom: 0;
  padding: 88px 16px 24px;
  box-sizing: border-box;
  background: linear-gradient(to bottom, rgba(0, 0, 0, 0), rgba(0, 0, 0, 0.75));
  border-radius: 0 0 8px 8px;
}

.swiper-carousel .slide-content h2 {
  margin: 0;
  font-weight: bold;
  font-size: 24px;
  line-height: 1.1;
}

.swiper-carousel .slide-content p {
  margin: 8px 0 0;
  opacity: 0.65;
  font-size: 14px;
  font-weight: 500;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
  overflow: hidden;
}

@media (max-width: 640px) {
  .swiper-carousel .swiper-button-next,
  .swiper-carousel .swiper-button-prev {
    display: none !important;
  }
}
