﻿/* === Offer Section (Home 01) === */
.offer1-wrapper {
  padding: 56px 0px 50px;
  border-radius: 20px;
}
@media only screen and (max-width: 1199px) {
  .offer1-wrapper {
    padding: 50px 0px 60px;
  }
}
@media only screen and (max-width: 991px) {
  .offer1-wrapper {
    padding: 40px 20px 50px;
    border-radius: 15px;
  }
}
@media only screen and (max-width: 767px) {
  .offer1-wrapper {
    padding: 35px 15px 45px;
  }
}
@media (max-width: 575px) {
  .offer1-wrapper {
    padding: 30px 10px 40px;
    border-radius: 10px;
  }
}
.offer1__content {
  width: 565px;
}
@media only screen and (max-width: 1399px) {
  .offer1__content {
    width: 500px;
  }
}
@media only screen and (max-width: 1199px) {
  .offer1__content {
    width: 480px;
  }
}
@media only screen and (max-width: 991px) {
  .offer1__content {
    width: 100%;
    max-width: 450px;
  }
}
@media only screen and (max-width: 767px) {
  .offer1__content {
    width: 100%;
    max-width: 100%;
  }
}
@media (max-width: 575px) {
  .offer1__content {
    width: 100%;
  }
}
.offer1__content-text {
  color: #fff;
  font-family: 'Gilda Display', serif;
  font-weight: 400;
  font-style: Medium;
  display: block;
  font-size: 18px;
  line-height: 24px;
  letter-spacing: 0px;
  text-transform: capitalize;
  margin-bottom: 10px;
}
@media only screen and (max-width: 991px) {
  .offer1__content-text {
    font-size: 16px;
  }
}
.offer1__content-title {
  color: #fff;
  font-family: 'Gilda Display', serif;
  font-weight: 400;
  font-size: 40px;
  line-height: 48px;
  letter-spacing: -0.5px;
  margin-bottom: 16px;
}
@media only screen and (max-width: 991px) {
  .offer1__content-title {
    font-size: 28px;
    margin-bottom: 14px;
  }
}
@media (max-width: 575px) {
  .offer1__content-title {
    font-size: 25px;
    margin-bottom: 14px;
  }
}
.offer1__content-title .subtitle {
  color: var(--primary-two);
}
.offer1__content-subtext {
    font-family: 'Barlow', sans-serif;
    font-size: 18px;
    font-weight: 400;
    line-height: 1.75em;
    color: #fff;
    margin-bottom: 20px;
}
@media only screen and (max-width: 991px) {
  .offer1__content-subtext {
    font-size: 16px;
    margin-bottom: 28px;
  }
}
