.about-template .hero-header-section {
  height: 551px;
  width: 100%;
  padding-top: 145px;
  background-size: 120%;
  background-position: center;
  background-repeat: no-repeat;
  background-clip: padding-box;
  position: relative;
}

.about-overlay.hero-overlay {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  opacity: 0.45;
  background: black;
  z-index: 0;
}

.about-template .hero-header-section .hero-header-section-container {
  width: 824px;
  z-index: 2;
  padding-top: 10px;
  position: absolute;
  transform: translate(-50%, -50%);
  top: 50%;
  left: 50%;
}

.about-template .hero-header-section .about-hero-sub-header {
  display: flex;
  align-items: center;
  justify-content: center;
  margin-bottom: 10px;
}

.about-template .hero-header-section .about-hero-sub-header img {
  width: 81px;
  height: 26px;
}

.about-template .hero-header-section .about-hero-sub-header h2 {
  margin: 0px 29px;
  text-align: center;
  font: normal normal normal 57px/58px Chalkduster;
  letter-spacing: 0px;
  color: white;
}

.about-template .hero-header-section h1 {
  text-align: center;
  font: normal normal normal 65px/83px Ultra;
  letter-spacing: 0px;
  color: #FFFFFF;
  text-transform: capitalize;
  margin-bottom: 44px;
}

.about-template .hero-header-section p {
  text-align: center;
  font: normal normal normal 18px/28px Protipo;
  letter-spacing: 0px;
  color: #FFFFFF;
  opacity: 0.86;
}

.about-home-style {
  display: flex;
  background-color: #F5EEE5;
  padding-left: 13%;
  padding-right: 15.7%;
  padding-bottom: 71px;
  padding-top: 51px;
}

.home-style-image--wrapper {
  position: relative;
  height: 595.5px;
  width: 55%;
  margin-right: 7%;
  flex-shrink: 0;
}

.home-style-image {
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
  width: 100%;
  object-fit: contain;
}

.home-style-heading {
  padding-top: 63px;
  text-align: left;
  font: normal normal normal 38px/134px Ultra;
  letter-spacing: 0px;
  color: #713429;
  text-transform: capitalize;
  opacity: 1;
  margin-bottom: 0px;
  white-space: nowrap;
}

.home-style-text {
  text-align: left;
  font: normal normal normal 18px/28px Protipo;
  letter-spacing: 0px;
  color: #3E3D3C;
  opacity: 1;
  margin-bottom: 28px;
}

.about-items {
  background-color: #F5EEE5;
  padding-right: 11%;
  padding-left: 11%;
  padding-top: 148px;
  padding-bottom: 155px;
}

.about-item {
  display: flex;
  flex-direction: row;
  margin-bottom: 155px;
  background-color: #F5EEE5;
  align-items: center;
}

.about-item-content {
  margin-right: 14%;
  padding-left: 5.5%;
}

@media (max-width: 1800px) {
  .about-item-content {
    margin-right: 10%;
    padding-left: 0%;
  }
}

.about-item-header {
  text-align: left;
  font: normal normal normal 38px/147px Ultra;
  letter-spacing: 0px;
  color: #713429;
  text-transform: capitalize;
  opacity: 1;
  white-space: nowrap;
}

.about-item-text {
  text-align: left;
  font: normal normal normal 18px/28px Protipo;
  letter-spacing: 0px;
  color: #3E3D3C;
  opacity: 1;
}

.about-item-image--wrapper {
  width: 700px;
  height: 483px;
  position: relative;
  flex-shrink: 0;
}

.about-item-image {
  position: absolute;
  height: 100%;
  width: 100%;
  object-fit: cover;
  left: 0;
  right: 0;
}

.about-item-image-stamp {
  right: 50px;
  top: -30px;
  position: absolute;
  width: 182px;
  height: 183px;
}

.about-item.inverted-about-item {
  display: flex;
  flex-direction: row-reverse;
}

.inverted-about-item .about-item-content {
  margin-left: 5%;
  margin-right: auto;
  padding-right: 7.5%;
}

.inverted-about-item .about-item-image-stamp {
  right: auto;
  left: 50px;
}

.about-item:last-child {
  margin-bottom: 0;
}

.about-slider-item {
  height: 500px;
}

.main-slider .swiper-slide {
  height: 923px;
}

.helper-container {
  position: absolute;
  top: 42%;
  z-index: 2;
  width: 79%;
  left: 50%;
  transform: translateX(-50%);
}

.swiper-slide.swiper-slide-active {
  cursor: pointer;
}

.about-slider {
  position: relative;
}

.helper-container .swiper-slide {
  text-align: center;
  font: normal normal normal 30px/147px Ultra;
  letter-spacing: 0px;
  color: #FFFFFF;
  text-transform: capitalize;
  opacity: 0.55;
}

.slider-top-image {
  position: absolute;
  top: 0;
  width: 100%;
  z-index: 2;
}

.main-slider .swiper-slide::after {
  position: absolute;
  height: 100%;
  width: 100%;
  background-color: rgba(0, 0, 0, 0.6);
  content: '';
  z-index: 1;
  top: 0;
}

.main-slider .swiper-slide {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
}

.main-slider .swiper-slide .slide-content {
  display: flex;
  flex-direction: column;
  padding-top: 180px;
  align-items: center;
  height: 100%;
  max-width: 707px;
}

.slide-content h2 {
  z-index: 3;
  text-align: center;
  font: normal normal normal 55px Ultra;
  letter-spacing: 0px;
  color: #FFFFFF;
  text-transform: capitalize;
  opacity: 1;
  margin-bottom: 35px;
}

.slide-content p {
  color: white;
  z-index: 3;
  text-align: center;
  font: normal normal normal 18px/28px Protipo;
  letter-spacing: 0px;
  color: #FFFFFF;
  opacity: 1;
  margin-bottom: 32px;
}

.slide-content-divider {
  border-left: 1px solid #fff;
  height: 120px;
  z-index: 3;
  margin-bottom: 107px;
}

.swiper-slide img {
  position: absolute;
  height: 100%;
  width: 100%;
  object-fit: cover;
  top: 0%;
  z-index: -1;
}

.helper-container .swiper-slide.swiper-slide-active {
  font: normal normal normal 38px/147px Ultra;
  letter-spacing: 0px;
  color: #EE8923;
  text-transform: capitalize;
  opacity: 1;
}

.slider-bottom-image {
  z-index: 2;
  position: absolute;
  bottom: -2px;
  width: 100%;
}

.helper-container .swiper-slide.swiper-slide-prev {
  text-align: left;
  z-index: 2;
  padding-left: 35px;
  cursor: pointer;
}

.helper-container .swiper-slide.swiper-slide-next {
  text-align: right;
  z-index: 2;
  padding-right: 35px;
  cursor: pointer;
}

.swiper-button-next, .swiper-button-prev {
  color: white;
  opacity: 0.55;
  width: 7%;
}

.swiper-button-next:focus, .swiper-button-prev:focus {
  outline: none;
}

.swiper-button-next:after {
  font-size: 24px;
  padding-left: 10px;
  margin-left: auto;
}

.swiper-button-prev:after {
  font-size: 24px;
  padding-right: 10px;
  margin-right: auto;
}

/* ======================================= */
@media (max-width: 768px) {
  .main-slider .swiper-slide {
    height: 741px;
  }

  .slider-top-image {
    top: -1px;
  }

  .slide-content h2 {
    font-size: 28px;
  }

  .slide-content p {
    font-size: 16px;
    margin-bottom: 1rem;
  }

  .main-slider .swiper-slide .slide-content {
    width: 100%;
    padding: 30px;
    padding-top: 117px;
  }

  .slide-content-divider {
    display: none;
  }

  .helper-container {
    bottom: 0;
    top: auto;
    width: 95%;
  }

  .helper-container .swiper-slide.swiper-slide-active {
    font-size: 24px;
  }

  .helper-container .swiper-slide.swiper-slide-prev {
    font-size: 20px;
  }

  .helper-container .swiper-slide.swiper-slide-next {
    font-size: 20px;
  }

  .about-template .hero-header-section {
    height: 287px;
    padding-top: 0;
    display: flex;
    align-items: center;
    justify-content: center;
  }

  .about-template .hero-header-section .about-hero-sub-header h2 {
    font-size: 23px;
    margin: 0px 9px;
    line-height: 33px;
  }

  .about-template .hero-header-section h1 {
    font: normal normal normal 28px/35px Ultra;
    text-transform: none;
    padding: 0px 61px;
    margin-bottom: 0px;
  }

  .about-template .hero-header-section p {
    font-size: 16px;
    line-height: 25px;
    padding: 0px 36px;
  }

  .about-template .hero-header-section .hero-header-section-container {
    width: 100%;
    position: relative;
    top: 0;
    left: 0;
    transform: none;
  }

  .about-template .hero-header-section .about-sub-header img {
    width: 31px;
    height: 11px;
  }

  .about-home-style {
    padding: 30px;
  }

  .home-style-image--wrapper {
    height: 249px;
    width: 318px;
  }

  .about-home-style {
    display: flex;
    flex-direction: column-reverse;
  }

  .home-style-heading {
    font-size: 22px;
    padding-top: 30px;
    text-align: center;
    margin-bottom: 21px;
    line-height: 1;
    white-space: nowrap;
  }

  .home-style-text {
    font-size: 16px;
    line-height: 25px;
    text-align: center;
  }

  .about-items {
    padding: 30px;
  }

  .about-item-image--wrapper {
    width: 100%;
    height: 219px;
  }

  .about-item-image-stamp {
    height: 83px;
    width: 83px;
    left: 50%;
    right: auto;
    bottom: -41px;
    top: auto;
    transform: translateX(-50%);
  }

  .about-item {
    flex-direction: column-reverse;
    margin-bottom: 55px;
  }

  .about-item-header {
    font-size: 22px;
    line-height: 1;
    text-align: center;
    margin-top: 77px;
    margin-bottom: 21px;
  }

  .about-item-content {
    margin: auto;
  }

  .about-item-text {
    font-size: 16px;
    line-height: 25px;
    text-align: center;
  }

  .about-item.inverted-about-item {
    flex-direction: column-reverse;
  }

  .inverted-about-item .about-item-image-stamp {
    height: 83px;
    width: 83px;
    left: 50%;
    right: auto;
    bottom: -41px;
    top: auto;
    transform: translateX(-50%);
  }

  .inverted-about-item .about-item-content {
    margin: auto;
  }
}

@media (min-width: 768px) and (max-width: 1024px) {
  .about-items {
    padding-top: 60px;
  }

  .home-style-image--wrapper {
    display: block;
    margin: auto;
  }
  .slide-content h2 {
    margin-bottom: 200px;
  }

  .helper-container {
    height: 150px;
    top: 25%;
    width: 90%;
  }

  .about-item-image--wrapper {
    width: 45%;
    height: 300px;
  }

  .about-item {
    flex-direction: row;
  }

  .about-item.inverted-about-item .about-item-content {
    padding: 0px;
    padding-left: 5%;
  }

  .about-item-content {
    padding-right: 5%;
  }

  .about-item.inverted-about-item {
    flex-direction: row-reverse;
  }

  .about-item-header {
    text-align: left;
    margin-top: 0px;
  }

  .about-item-text {
    text-align: left;
  }

  .about-item.inverted-about-item .about-item-image-stamp {
    top: -21px;
    right: 35px;
    left: auto;
    transform: none;
  }

  .about-item-image-stamp {
    top: -21px;
    left: 80px;
  }
}

@media (min-width: 1024px) and (max-width: 1179px) {
  .about-item-header {
    font-size: 30px;
    line-height: 110px;
  }

  .about-item {
    margin-bottom: 5%;
  }
}
