/* Reset and base styles  */
@import url("https://fonts.googleapis.com/css2?family=Playfair+Display:ital,wght@0,400..900;1,400..900&family=Poppins:ital,wght@0,100;0,200;0,300;0,400;0,500;0,600;0,700;0,800;0,900;1,100;1,200;1,300;1,400;1,500;1,600;1,700;1,800;1,900&family=Work+Sans:ital,wght@0,100..900;1,100..900&display=swap");
* {
  padding: 0px;
  margin: 0px;
  border: none;
}

*, *::before, *::after {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

/* Links */
a, a:link, a:visited {
  text-decoration: none;
}

a:hover {
  text-decoration: none;
}

/* Common */
#text {
  line-height: 1;
}

aside, nav, footer, header, section, main {
  display: block;
}

h1, h2, h3, h4, h5, h6, p {
  font-size: inherit;
  font-weight: inherit;
  padding: 0;
  line-height: 1;
}

ul, ul li {
  list-style: none;
}

img {
  vertical-align: top;
}

img, svg {
  max-width: 100%;
  height: auto;
}

address {
  font-style: normal;
}

b {
  font-weight: normal;
  line-height: 1;
}

i {
  font-style: normal;
  line-height: 1;
}

/* Form */
input, textarea, button, select {
  font-family: inherit;
  font-size: inherit;
  color: inherit;
  background-color: transparent;
}

input::-ms-clear {
  display: none;
}

button, input[type=submit] {
  display: inline-block;
  -webkit-box-shadow: none;
          box-shadow: none;
  background-color: transparent;
  background: none;
  cursor: pointer;
}

input:focus, input:active,
button:focus, button:active {
  outline: none;
}

button::-moz-focus-inner {
  padding: 0;
  border: 0;
}

label {
  cursor: pointer;
}

legend {
  display: block;
}

input[type=file] {
  max-width: 100%;
}

.h1-85 {
  font-size: 5.3125rem;
  font-family: "Playfair Display", serif;
  font-weight: 900;
  letter-spacing: 3%;
  text-transform: uppercase;
}

.h2-60 {
  font-size: 3.75rem;
  font-family: "Playfair Display", serif;
  font-weight: 900;
  letter-spacing: 3%;
  text-transform: uppercase;
}

.h3-50 {
  font-size: 3.125rem;
  font-family: "Poppins", sans-serif;
  font-weight: 600;
  letter-spacing: 0%;
}

.h3-20 {
  font-size: 1.25rem;
  font-family: "Poppins", sans-serif;
  font-weight: 600;
  letter-spacing: 0%;
}

.h4-36 {
  font-size: 2.25rem;
  font-family: "Playfair Display", serif;
  font-weight: 900;
  letter-spacing: 3%;
  text-transform: uppercase;
}

.h5-25 {
  font-size: 1.5625rem;
  font-family: "Playfair Display", serif;
  font-weight: 900;
  letter-spacing: 3%;
  text-transform: uppercase;
}

.links-18 {
  font-size: 1.125rem;
  font-family: "Poppins", sans-serif;
  font-weight: 600;
  letter-spacing: 2%;
  text-transform: uppercase;
}

.p-20 {
  font-size: 1.25rem;
  font-family: "Poppins", sans-serif;
  font-weight: 600;
  letter-spacing: 3%;
  text-transform: uppercase;
}

.p-16 {
  font-size: 1rem;
  font-family: "Poppins", sans-serif;
  font-weight: 400;
  letter-spacing: 0.02em;
}
.p-16--form {
  font-size: 16px;
  font-family: "Poppins", sans-serif;
  font-weight: 500;
  letter-spacing: 0.03em;
  text-transform: capitalize;
}

.work--14 {
  font-size: 0.875rem;
  font-family: "Work Sans", sans-serif;
  font-weight: 500;
  letter-spacing: 2%;
  text-transform: capitalize;
}
.work--16 {
  font-weight: 400;
  font-family: "Work Sans", sans-serif;
  font-size: 1rem;
  line-height: 137%;
}

.index__body {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  background-color: #FFFFFF;
}

@media (max-width: 1440px) {
  html {
    font-size: 12px;
  }
}
@media (max-width: 1600px) {
  html {
    font-size: 13.3px;
  }
}
@media (max-width: 1300px) {
  html {
    font-size: 10.83px;
  }
}
@media (max-width: 1200px) {
  html {
    font-size: 10px;
  }
}
@media (max-width: 1080px) {
  html {
    font-size: 13.3px;
  }
}
@media (max-width: 600px) {
  html {
    font-size: 13.3px;
  }
}
.global-container {
  width: 100%;
  height: 100%;
  padding-left: clamp(16px, 18.75vw, 22.5rem);
  padding-right: clamp(16px, 18.75vw, 22.5rem);
}
@media (max-width: 900px) {
  .global-container {
    padding-left: 1rem;
    padding-right: 1rem;
  }
}

.info__container {
  padding-bottom: 7.5rem;
  padding-top: 7.5rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 7.5rem;
}

.tour-team__container {
  padding-bottom: 7.5rem;
  padding-top: 7.5rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 1.375rem;
}

.tour-details {
  width: 100%;
}
.tour-details__container {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 3.125rem;
}

.tour-info {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 1.875rem;
}

.our-blogs__container {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.our-blogs__main-block {
  margin-top: 6.25rem;
  margin-bottom: 8.5rem;
  width: 100%;
  display: grid;
  grid-template-columns: 1fr 20.625rem;
  gap: 5rem;
}

.single-blog__container {
  margin-top: 7.5rem;
  margin-bottom: 7.5rem;
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  gap: 6.6666666667%;
}
.single-blog__main-content {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 3.125rem;
  width: 65.8333333333%;
}
.single-blog__main-content .tour-guide {
  width: 100%;
  border-radius: 0.625rem;
  padding: 1.875rem 3.75rem 1.875rem 2.5rem;
}
.single-blog__main-content .tour-guide__avatar {
  width: 7.5rem;
  height: 7.5rem;
}
.single-blog__main-content .tour-guide__employee {
  margin: 0.3125rem 0;
}
.single-blog__main-content .tour-guide__biography {
  font-family: "Work Sans", sans-serif;
  font-weight: 400;
  font-size: 1rem;
  line-height: 114.5833333333%;
  letter-spacing: 0.02em;
  color: #05152e;
}
.single-blog__info {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 1.875rem;
}
.single-blog__add-content {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  width: 27.5%;
  gap: 2.5rem;
}
.single-blog__add-content .offer {
  width: 100%;
  padding: 3.125rem 3.75rem;
  gap: 2.5625rem;
}
.single-blog__add-content .offer__percent {
  line-height: 120%;
}
.single-blog__add-content .newsletter {
  padding: 1.875rem 1.5625rem;
  border-radius: 0.3125rem;
  width: 100%;
  height: auto;
}
.single-blog__add-content .newsletter__container {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 1.5rem;
}
.single-blog__add-content .newsletter__heading {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  height: auto;
  font-family: "Playfair Display", serif;
  font-weight: 900;
  font-size: 1.25rem;
  letter-spacing: 0.02em;
  text-transform: capitalize;
  text-align: center;
  color: #061A3A;
  line-height: 135%;
}
.single-blog__add-content .newsletter__form {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  height: 3.125rem;
  width: 100%;
}
.single-blog__add-content .newsletter__email {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  height: 100%;
  background: #ffd8ce;
  padding: 0 0.875rem;
  font-family: "Poppins", sans-serif;
  font-weight: 400;
  font-size: 0.875rem;
  line-height: 300%;
  letter-spacing: 0.03em;
  color: #061A3A;
}
.single-blog__add-content .newsletter__btn {
  border-radius: 0 0.3125rem 0.3125rem 0;
  min-width: 3.4375rem;
  padding-right: 0.9375rem;
  padding-left: 0.9375rem;
}
.single-blog__add-content .newsletter__btn > img {
  height: 1.5625rem;
  width: 1.5625rem;
}

.authorpage__container {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  margin-top: 7.5rem;
  gap: 7.5rem;
}

.faq__container {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 10.8125rem;
  margin-top: 7.5rem;
}
.faq__block {
  display: grid;
  grid-template-columns: 1fr 30.125rem;
  gap: 5rem;
}

.error404 {
  background: url("../../img/images/404error.jpg");
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  width: 100%;
  height: 100vh;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 4.375rem;
}
.error404__heading {
  font-family: "Work Sans", sans-serif;
  font-weight: 700;
  font-size: 12.5rem;
  line-height: 68.5%;
  letter-spacing: 0.02em;
  text-transform: uppercase;
  color: #FFFFFF;
}
.error404__subtitle {
  font-family: "Playfair Display", serif;
  font-weight: 700;
  font-size: 3.75rem;
  line-height: 81.6666666667%;
  letter-spacing: 0.02em;
  text-transform: uppercase;
  color: #FFFFFF;
}

.btn {
  padding: 0.8125rem 2.4375rem;
  height: 3.125rem;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  border-radius: 0.25rem;
  font-family: "Poppins", sans-serif;
  font-weight: 600;
  font-size: 1rem;
  letter-spacing: 0.02em;
  text-transform: uppercase;
  color: #FFFFFF;
  gap: 0.8125rem;
}
.btn--navy {
  background-color: #061A3A;
  color: #FFFFFF;
}
.btn--navy:hover {
  background-color: #FFF2EF;
  color: #061A3A;
}
.btn--p-navy {
  background-color: #061A3A;
  color: #FFFFFF;
}
.btn--p-navy:hover {
  background-color: #FF7C5B;
  color: #FFFFFF;
}
.btn--pink {
  background-color: #FF7C5B;
  color: #FFFFFF;
}
.btn--pink:hover {
  background-color: #FFF2EF;
  color: #061A3A;
}
.btn--n-pink {
  background-color: #FF7C5B;
  color: #FFFFFF;
}
.btn--n-pink:hover {
  background-color: #061A3A;
  color: #FFFFFF;
}
.btn--w-pink {
  background-color: #FFF2EF;
  color: #061A3A;
}
.btn--w-pink:hover {
  background-color: #FF7C5B;
  color: #FFFFFF;
}
.btn--tr-pink {
  backdrop-filter: blur(0.25rem);
  background: rgba(255, 255, 255, 0.1);
  border: 0.0625rem solid #ff7c5b;
  border-radius: 0.3125rem;
  color: #FFFFFF;
}
.btn--tr-pink:hover {
  background-color: #FF7C5B;
  color: #FFFFFF;
}
.btn--white {
  background-color: #FFFFFF;
  color: #061A3A;
}
.btn--white :hover {
  background-color: #061A3A;
  color: #FFFFFF;
}

.arrow {
  height: 0.625rem;
  width: 0.75rem;
  -o-object-fit: scale-down;
     object-fit: scale-down;
}

.a--pink {
  color: #FF7C5B;
}
.a--pink:hover {
  color: #061A3A;
}
.a--navy {
  color: #061A3A;
}
.a--navy:hover {
  color: #FF7C5B;
}

.header {
  width: 100%;
}
.header__contacts-section {
  background-color: #FF7C5B;
}
.header__contacts {
  height: 3.75rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  color: #FFFFFF;
}
.header__gmail-address {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  height: 1.625rem;
  width: 51.0625rem;
  gap: 3.125rem;
}
.header__address {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 0.9375rem;
}
.header__gmail {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 0.9375rem;
}
.header__number {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 0.9375rem;
}
.header__logo--address {
  width: 1.625rem;
}
.header__logo--gmail {
  width: 1.625rem;
}
.header__logo--number {
  width: 1.625rem;
}
.header__social-media {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 1.25rem;
}
.header__media-img {
  width: 1.625rem;
}
.header__header {
  height: 6.25rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
.header__main-logo {
  height: 3.125rem;
}
.header__nav {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 2.1875rem;
  color: #061A3A;
}
.header__btn-get-started {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 0.8125rem;
}
.header__arrow--alter {
  display: none;
}
@media (max-width: 900px) {
  .header .header__arrow {
    display: none;
  }
  .header .header__arrow--alter {
    display: block;
  }
  .header .header__get-started {
    display: none;
  }
}

.hero {
  width: 100%;
  background-image: url("/img/images/Banner1Image.jpg");
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
  padding-top: 18.125rem;
  padding-bottom: 18.125rem;
}
.hero__container {
  width: 100%;
  height: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 3.125rem;
}
.hero__heading {
  font-family: "Playfair Display", serif;
  font-weight: 900;
  font-size: 5.3125rem;
  line-height: 98.2352941176%;
  letter-spacing: 0.03em;
  text-transform: uppercase;
  color: #FFFFFF;
}
.hero__subtitle {
  font-family: "Poppins", sans-serif;
  font-weight: 600;
  font-size: 1.25rem;
  line-height: 70%;
  letter-spacing: 0.03em;
  text-transform: uppercase;
  color: #FFFFFF;
}
.hero__form {
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  backdrop-filter: blur(0.1875rem);
  background: #061A3A;
  border-radius: 0.3125rem;
}
.hero__label {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 0.9375rem;
  padding: 1.1875rem 1.25rem;
  width: 26.4166666667%;
  height: 3.75rem;
}
.hero__overlap {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 1;
          flex: 0 0 1;
  background: rgba(255, 255, 255, 0.5);
  height: 3.75rem;
  width: 0.125rem;
}
.hero__input {
  font-family: "Poppins", sans-serif;
  font-weight: 500;
  font-size: 1rem;
  line-height: 75%;
  letter-spacing: 0.03em;
  text-transform: capitalize;
  color: #FFFFFF;
}
.hero__input::-webkit-input-placeholder {
  opacity: 1;
  font-family: "Poppins", sans-serif;
  font-weight: 500;
  font-size: 1rem;
  line-height: 75%;
  letter-spacing: 0.03em;
  text-transform: capitalize;
  color: #FFFFFF;
}
.hero__input::-moz-placeholder {
  opacity: 1;
  font-family: "Poppins", sans-serif;
  font-weight: 500;
  font-size: 1rem;
  line-height: 75%;
  letter-spacing: 0.03em;
  text-transform: capitalize;
  color: #FFFFFF;
}
.hero__input:-ms-input-placeholder {
  opacity: 1;
  font-family: "Poppins", sans-serif;
  font-weight: 500;
  font-size: 1rem;
  line-height: 75%;
  letter-spacing: 0.03em;
  text-transform: capitalize;
  color: #FFFFFF;
}
.hero__input::-ms-input-placeholder {
  opacity: 1;
  font-family: "Poppins", sans-serif;
  font-weight: 500;
  font-size: 1rem;
  line-height: 75%;
  letter-spacing: 0.03em;
  text-transform: capitalize;
  color: #FFFFFF;
}
.hero__input::placeholder {
  opacity: 1;
  font-family: "Poppins", sans-serif;
  font-weight: 500;
  font-size: 1rem;
  line-height: 75%;
  letter-spacing: 0.03em;
  text-transform: capitalize;
  color: #FFFFFF;
}
.hero__date {
  width: 27.9166666667%;
}
.hero__num-of-per {
  width: 27.9166666667%;
}
.hero__btn {
  width: 17.5%;
  height: 3.75rem;
}

.hero-other {
  width: 100%;
  height: 20rem;
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
}
.hero-other__container {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  height: 100%;
}
.hero-other__block {
  width: 100%;
  height: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  position: relative;
}
.hero-other__heading {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  font-family: "Playfair Display", serif;
  font-weight: 900;
  font-size: 3.75rem;
  letter-spacing: 0.03em;
  text-transform: uppercase;
  color: #FFFFFF;
}
.hero-other__pages {
  height: 3.125rem;
  bottom: 0;
  border-radius: 0.3125rem 0.3125rem 0 0;
  padding: 1.25rem 1.5625rem;
  background-color: #FFFFFF;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  position: absolute;
  bottom: 0;
  right: 0;
}
.hero-other__a {
  font-family: "Poppins", sans-serif;
  font-weight: 500;
  font-size: 0.9375rem;
  letter-spacing: 0.02em;
  text-transform: capitalize;
}
.hero-other__span {
  font-family: "Poppins", sans-serif;
  font-weight: 500;
  font-size: 0.9375rem;
  letter-spacing: 0.02em;
  text-transform: capitalize;
  color: #061A3A;
  margin: 0 0.1875rem;
}

.we-are-tourlux {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  gap: 1.875rem;
}
.we-are-tourlux__block {
  -webkit-box-flex: 1;
      -ms-flex: 1 1 0px;
          flex: 1 1 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  border-radius: 0.3125rem;
  -webkit-box-shadow: 0 0 1.5rem 0 rgba(0, 0, 0, 0.07);
          box-shadow: 0 0 1.5rem 0 rgba(0, 0, 0, 0.07);
  padding: 1.875rem;
  gap: 1.25rem;
}
.we-are-tourlux__heading {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 0.9375rem;
}
.we-are-tourlux__icon {
  height: 2.5rem;
}
.we-are-tourlux__title {
  font-family: "Playfair Display", serif;
  font-weight: 900;
  font-size: 1.5625rem;
  letter-spacing: 0.03em;
  text-transform: capitalize;
  color: #061A3A;
}
.we-are-tourlux__description {
  font-family: "Work Sans", sans-serif;
  font-weight: 400;
  font-size: 1rem;
  line-height: 137%;
  color: #061A3A;
}

.get-to-know {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  width: 100%;
  gap: 7.5rem;
}
.get-to-know__text-box {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  width: 43.8333333333%;
}
.get-to-know__caption {
  font-family: "Playfair Display", serif;
  font-weight: 700;
  font-size: 1.875rem;
  letter-spacing: 0.03em;
  text-transform: capitalize;
  color: #061A3A;
}
.get-to-know__title {
  font-family: "Poppins", sans-serif;
  font-weight: 700;
  font-size: 2.5rem;
  line-height: 120%;
  letter-spacing: 0.02em;
  color: #FF7C5B;
}
.get-to-know__subtitle {
  font-family: "Poppins", sans-serif;
  font-weight: 400;
  font-size: 1rem;
  line-height: 137%;
  color: #05152E;
  margin-bottom: 0.3125rem;
}
.get-to-know__check-list {
  font-family: "Poppins", sans-serif;
  font-weight: 500;
  font-size: 1.0625rem;
  line-height: 129%;
  color: #05152E;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 1.25rem;
  margin-bottom: 0.9375rem;
}
.get-to-know__check-list-item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.get-to-know__check-list-item::before {
  content: "";
  background-image: url("../../img/icons/Checklist.svg");
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  width: 1.5625rem;
  height: 1.5625rem;
  margin-right: 0.9375rem;
}
.get-to-know__picture-box {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  width: 45.8333333333%;
  height: 31.25rem;
  background-color: rgba(255, 124, 91, 0.1);
  border: 0.125rem solid #384861;
  border-radius: 0.5rem;
}
.get-to-know__img {
  width: 100%;
  height: 100%;
  border-radius: 0.5rem;
  -webkit-box-shadow: 0 0 1.5625rem 0 rgba(0, 0, 0, 0.05);
          box-shadow: 0 0 1.5625rem 0 rgba(0, 0, 0, 0.05);
}

.counter {
  width: 100%;
  height: 20rem;
  background-image: url("../../img/images/Banner2Image.jpg");
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
}
.counter__container {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
.counter__text-box {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 1.6875rem;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.counter__num {
  font-family: "Playfair Display", serif;
  font-weight: 700;
  font-size: 2.5rem;
  letter-spacing: 0.03em;
  text-transform: capitalize;
  color: #FFFFFF;
}
.counter__description {
  font-family: "Playfair Display", serif;
  font-weight: 700;
  font-size: 1.875rem;
  letter-spacing: 0.03em;
  text-transform: capitalize;
  color: #FFFFFF;
}

.featured-tours {
  width: 100%;
}
.featured-tours__container {
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding-top: 7.5rem;
  padding-bottom: 7.5rem;
  gap: 5rem;
}
.featured-tours__heading {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  text-align: center;
  gap: 1.875rem;
}
.featured-tours__caption {
  font-family: "Playfair Display", serif;
  font-weight: 700;
  font-size: 1.875rem;
  letter-spacing: 0.03em;
  text-transform: capitalize;
  color: #061A3A;
}
.featured-tours__title {
  font-family: "Poppins", sans-serif;
  font-weight: 700;
  font-size: 3.125rem;
  letter-spacing: 0.03em;
  text-transform: capitalize;
  color: #FF7C5B;
}
.featured-tours__title > b {
  font-family: "Poppins", sans-serif;
  font-weight: 700;
  font-size: 3.125rem;
  letter-spacing: 0.03em;
  text-transform: capitalize;
  color: #061A3A;
}
.featured-tours__tour-list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  border-radius: 0.3125rem;
  gap: 3.125rem;
}
.featured-tours__list-line {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  border-radius: 0.3125rem;
  gap: 1.25rem;
}
.featured-tours__list-item {
  -webkit-box-flex: 1;
      -ms-flex: 1 1 0px;
          flex: 1 1 0;
  -webkit-box-shadow: 0 0 1.5625rem 0 rgba(0, 0, 0, 0.05);
          box-shadow: 0 0 1.5625rem 0 rgba(0, 0, 0, 0.05);
  background: #FFFFFF;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  min-width: 250px;
}
.featured-tours__img {
  width: 100%;
  height: 14.375rem;
}
.featured-tours__text-box {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 1.25rem;
  padding: 1.5625rem 1.8125rem 1.5625rem 1.5625rem;
}
.featured-tours__description {
  font-family: "Poppins", sans-serif;
  font-weight: 600;
  font-size: 1.25rem;
  text-transform: capitalize;
  color: #061A3A;
}
.featured-tours__duration {
  font-family: "Poppins", sans-serif;
  font-weight: 500;
  font-size: 0.875rem;
  letter-spacing: 0.02em;
  color: #061A3A;
  -webkit-box-flex: 1;
      -ms-flex-positive: 1;
          flex-grow: 1;
}
.featured-tours__price-block {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  height: 2.5rem;
}
.featured-tours__btn {
  height: 2.5rem;
  font-family: "Poppins", sans-serif;
  font-weight: 600;
  font-size: 0.875rem;
  letter-spacing: 0.02em;
  text-transform: uppercase;
  padding-right: 0.9375rem;
  padding-left: 0.9375rem;
}
.featured-tours__price {
  font-family: "Poppins", sans-serif;
  font-weight: 600;
  font-size: 1.875rem;
  line-height: 93%;
  letter-spacing: 0.02em;
  text-transform: lowercase;
  color: #061A3A;
}

.tour-type {
  width: 100%;
  background-image: url("../../img/images/Banner3Image.jpg");
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
}
.tour-type__container {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  padding-top: 6.25rem;
  padding-bottom: 6.25rem;
  gap: 5rem;
}
.tour-type__text-box {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
.tour-type__heading {
  font-family: "Playfair Display", serif;
  font-weight: 700;
  font-size: 1.875rem;
  letter-spacing: 0.03em;
  text-transform: capitalize;
  color: #FF7C5B;
}
.tour-type__description {
  font-family: "Poppins", sans-serif;
  font-weight: 700;
  font-size: 3.125rem;
  line-height: 134%;
  letter-spacing: 0.03em;
  text-transform: capitalize;
  color: #FFFFFF;
  margin-bottom: 0.8125rem;
}
.tour-type__choice-list {
  display: grid;
  grid-template-columns: 12.5rem 12.5rem;
  grid-template-rows: 9.375rem 9.375rem;
  gap: 0.9375rem;
}
.tour-type__choice-btn {
  height: 100%;
}

.gallery {
  width: 100%;
}
.gallery__container {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding-top: 7.5rem;
  padding-bottom: 7.5rem;
  gap: 5rem;
}
.gallery__heading {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  text-align: center;
  gap: 1.875rem;
}
.gallery__caption {
  font-family: "Playfair Display", serif;
  font-weight: 700;
  font-size: 1.875rem;
  letter-spacing: 0.03em;
  text-transform: capitalize;
  color: #061A3A;
}
.gallery__title {
  font-family: "Poppins", sans-serif;
  font-weight: 700;
  font-size: 3.125rem;
  letter-spacing: 0.03em;
  text-transform: capitalize;
  color: #FF7C5B;
}
.gallery__title > b {
  font-family: "Poppins", sans-serif;
  font-weight: 700;
  font-size: 3.125rem;
  letter-spacing: 0.03em;
  text-transform: capitalize;
  color: #061A3A;
}
.gallery__slides {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  width: 100%;
  gap: 1.875rem;
}
.gallery__line {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  gap: 1.875rem;
  height: 18.75rem;
}
.gallery__block {
  border-radius: 0.3125rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
}
.gallery__block--2 {
  width: 65.8333333333%;
}
.gallery__block--1 {
  width: 31.6666666667%;
}
.gallery__country {
  font-family: "Playfair Display", serif;
  font-weight: 700;
  font-size: 2.5rem;
  letter-spacing: 0.02em;
  text-transform: uppercase;
  color: #FFFFFF;
}
.get-it-now {
  width: 100%;
  height: 37.5625rem;
  background-image: url("../../img/images/Banner4Image.jpg");
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
}
.get-it-now__container {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding-bottom: 8.3125rem;
  padding-top: 8.3125rem;
}
.get-it-now__caption {
  font-family: "Playfair Display", serif;
  font-weight: 700;
  font-size: 2.5rem;
  letter-spacing: 0.03em;
  text-transform: capitalize;
  color: #FF7C5B;
  margin-bottom: 1.875rem;
}
.get-it-now__title {
  font-family: "Playfair Display", serif;
  font-weight: 700;
  font-size: 5rem;
  letter-spacing: 0.03em;
  text-transform: capitalize;
  color: #FF7C5B;
}
.get-it-now__percent {
  font-family: "Poppins", sans-serif;
  font-weight: 700;
  font-size: 5rem;
  letter-spacing: 0.02em;
  text-transform: uppercase;
  color: #FFFFFF;
  margin: 3.1875rem 0 3.0625rem;
  line-height: 1;
}
.get-it-now__percent > b {
  font-family: "Poppins", sans-serif;
  font-weight: 700;
  font-size: 3.125rem;
  letter-spacing: 0.02em;
  text-transform: uppercase;
  color: #FFFFFF;
  line-height: 1;
}
.get-it-now__btn {
  background-color: #1F314E;
}

.testimonials {
  width: 100%;
}
.testimonials__container {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding-bottom: 7.5rem;
  padding-top: 7.5rem;
}
.testimonials__background {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding: 6.9375rem 12.5rem;
  gap: 3.125rem;
  background-color: #fff2ef;
}
.testimonials__heading {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  text-align: center;
  gap: 1.875rem;
}
.testimonials__caption {
  font-family: "Playfair Display", serif;
  font-weight: 700;
  font-size: 1.875rem;
  letter-spacing: 0.03em;
  text-transform: capitalize;
  color: #061A3A;
}
.testimonials__title {
  font-family: "Poppins", sans-serif;
  font-weight: 700;
  font-size: 2.5rem;
  letter-spacing: 0.03em;
  text-transform: capitalize;
  color: #FF7C5B;
}
.testimonials__title > b {
  font-family: "Poppins", sans-serif;
  font-weight: 700;
  font-size: 2.5rem;
  letter-spacing: 0.03em;
  text-transform: capitalize;
  color: #061A3A;
}
.testimonials__profile {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 1.875rem;
}
.testimonials__img {
  border-radius: 0.3125rem;
  width: 8.125rem;
  height: 8.125rem;
}
.testimonials__name {
  font-family: "Poppins", sans-serif;
  font-weight: 600;
  font-size: 1.5625rem;
  letter-spacing: 0.03em;
  text-transform: capitalize;
  color: #061A3A;
}
.testimonials__description {
  font-family: "Poppins", sans-serif;
  font-weight: 400;
  font-size: 1rem;
  line-height: 137%;
  text-transform: capitalize;
  text-align: center;
  color: #061A3A;
}

.are-you-ready {
  width: 100%;
  height: 34.3125rem;
  background-image: url("../../img/images/Banner5Image.jpg");
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
}
.are-you-ready__container {
  height: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding-bottom: 7.5rem;
  padding-top: 7.5rem;
}
.are-you-ready__caption {
  font-family: "Playfair Display", serif;
  font-weight: 700;
  font-size: 2.5rem;
  letter-spacing: 0.03em;
  color: #FFFFFF;
  margin-bottom: 1.875rem;
}
.are-you-ready__title {
  font-family: "Playfair Display", serif;
  font-weight: 700;
  font-size: 5rem;
  letter-spacing: 0.03em;
  color: #FFFFFF;
  margin-bottom: 2.5rem;
}
.are-you-ready__description {
  font-family: "Poppins", sans-serif;
  font-weight: 400;
  font-size: 1rem;
  line-height: 137%;
  text-align: center;
  color: #FFFFFF;
  margin-bottom: 3.125rem;
}
.our-blog__container {
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding-top: 7.5rem;
  padding-bottom: 7.5rem;
  gap: 5rem;
}
.our-blog__heading {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  text-align: center;
  gap: 1.875rem;
}
.our-blog__caption {
  font-family: "Playfair Display", serif;
  font-weight: 700;
  font-size: 1.875rem;
  letter-spacing: 0.03em;
  text-transform: capitalize;
  color: #061A3A;
}
.our-blog__title {
  font-family: "Poppins", sans-serif;
  font-weight: 700;
  font-size: 3.125rem;
  letter-spacing: 0.03em;
  text-transform: capitalize;
  color: #FF7C5B;
}
.our-blog__title > b {
  font-family: "Poppins", sans-serif;
  font-weight: 700;
  font-size: 3.125rem;
  letter-spacing: 0.03em;
  text-transform: capitalize;
  color: #061A3A;
}
.our-blog__blog-list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  border-radius: 0.3125rem;
  -webkit-box-shadow: 0 0 1.5rem 0 rgba(0, 0, 0, 0.07);
          box-shadow: 0 0 1.5rem 0 rgba(0, 0, 0, 0.07);
  background: #FFFFFF;
  gap: 1.25rem;
}
.our-blog__list-item {
  width: 31.6666666667%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}
.our-blog__img {
  -o-object-fit: scale-down;
     object-fit: scale-down;
}
.our-blog__text-box {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 1.25rem;
  padding: 1.875rem 1.8125rem 1.5625rem 1.5625rem;
  -webkit-box-flex: 1;
      -ms-flex-positive: 1;
          flex-grow: 1;
}
.our-blog__byline {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  font-family: "Poppins", sans-serif;
  font-weight: 400;
  font-size: 0.75rem;
  line-height: 233%;
  letter-spacing: 0.02em;
  text-transform: capitalize;
  color: #061A3A;
}
.our-blog__info {
  font-family: "Poppins", sans-serif;
  font-weight: 600;
  font-size: 1.25rem;
  line-height: 140%;
  letter-spacing: 0.02em;
  text-transform: capitalize;
  color: #061A3A;
}
.our-blog__btn--list {
  width: 100%;
}

.footer {
  width: 100%;
  color: #FFFFFF;
}
.footer__contacts-section {
  background-image: url("../../img/images/Footer-Image.jpg");
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
}
.footer__copyright-section {
  background-color: #061A3A;
}
.footer__container--contacts {
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  padding-top: 4.8125rem;
  padding-bottom: 4.8125rem;
}
.footer__container--copyright {
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding: 1rem 0;
}
.footer__copyright {
  font-family: "Poppins", sans-serif;
  font-weight: 300;
  font-size: 0.75rem;
  letter-spacing: 0.02em;
  text-transform: uppercase;
}
.footer__copyright > b {
  font-family: "Poppins", sans-serif;
  font-weight: 500;
  font-size: 0.75rem;
  letter-spacing: 0.02em;
  text-transform: capitalize;
}
.footer__info {
  width: 23.1666666667%;
  margin-right: 10.9166666667%;
}
.footer__main-logo {
  height: 4.1875rem;
  margin-bottom: 0.9375rem;
}
.footer__subtitle {
  margin-bottom: 1.875rem;
  font-family: "Work Sans", sans-serif;
  font-weight: 400;
  font-size: 0.9375rem;
  line-height: 147%;
  letter-spacing: 0.02em;
  text-transform: capitalize;
}
.footer__social-media {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 0.9375rem;
}
.footer__useful-links {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  margin-right: 5.9166666667%;
  width: 11.25%;
}
.footer__heading {
  font-family: "Playfair Display", serif;
  font-weight: 700;
  font-size: 1.375rem;
  letter-spacing: 0.03em;
  text-transform: capitalize;
  margin-bottom: 2.125rem;
}
.footer__links {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  gap: 0.75rem;
}
.footer__a {
  font-family: "Poppins", sans-serif;
  font-weight: 400;
  font-size: 1rem;
  letter-spacing: 0.03em;
  text-transform: capitalize;
  line-height: 1;
  color: #FFFFFF;
}
.footer__additionals-links {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  width: 14.1666666667%;
  margin-right: 12.5833333333%;
}
.footer__get-in-touch {
  width: 22%;
}
.footer__gmail-address {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 1.1875rem;
}
.footer__logo--number {
  height: 1.5625rem;
}
.footer__logo--gmail {
  height: 1.5625rem;
}
.footer__logo--address {
  height: 1.5625rem;
}
.footer__description--number {
  font-family: "Poppins", sans-serif;
  font-weight: 400;
  font-size: 0.875rem;
  letter-spacing: 0.02em;
  text-transform: lowercase;
}
.footer__description--gmail {
  font-family: "Poppins", sans-serif;
  font-weight: 400;
  font-size: 0.875rem;
  letter-spacing: 0.02em;
  text-transform: lowercase;
}
.footer__description--address {
  font-family: "Poppins", sans-serif;
  font-weight: 400;
  font-size: 0.9375rem;
  text-transform: capitalize;
}
.footer__number {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 0.9375rem;
}
.footer__gmail {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 0.9375rem;
}
.footer__address {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  height: 2.5rem;
  gap: 0.9375rem;
}

.heading {
  margin-bottom: -2.625rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
.heading__caption {
  font-family: "Poppins", sans-serif;
  font-weight: 700;
  font-size: 2.75rem;
  letter-spacing: 0.02em;
  text-transform: capitalize;
  color: #FF7C5B;
}
.heading__caption > b {
  font-family: "Poppins", sans-serif;
  font-weight: 700;
  font-size: 2.75rem;
  letter-spacing: 0.02em;
  text-transform: capitalize;
  color: #061A3A;
}

.team-list__container {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 4.375rem;
}
.team-list__heading {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
.team-list__caption {
  font-family: "Poppins", sans-serif;
  font-weight: 700;
  font-size: 2.75rem;
  letter-spacing: 0.02em;
  text-transform: capitalize;
  color: #FF7C5B;
}
.team-list__caption > b {
  font-family: "Poppins", sans-serif;
  font-weight: 700;
  font-size: 2.75rem;
  letter-spacing: 0.02em;
  text-transform: capitalize;
  color: #061A3A;
}
.team-list__list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  gap: 1.875rem;
}
.team-list__list-item {
  width: 31.6666666667%;
  height: 31.125rem;
  background-color: #FFFFFF;
  position: relative;
  z-index: 0;
}
.team-list__list-item:hover .team-list__profile {
  background-color: #FFCBBD;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  border-radius: 0 0 0.3125rem 0.3125rem;
  padding: 1.40625rem 0;
  gap: 0.625rem;
  bottom: 6.125rem;
  width: 100%;
  position: absolute;
  z-index: 1;
  -webkit-transition: all 0.15s linear 0s;
  transition: all 0.15s linear 0s;
}
.team-list__img {
  width: 100%;
  height: 25rem;
  border-radius: 0.3125rem;
}
.team-list__profile {
  background-color: #FFCBBD;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  border-radius: 0 0 0.3125rem 0.3125rem;
  padding: 1.40625rem 0;
  gap: 0.625rem;
  bottom: 0;
  width: 100%;
  position: absolute;
  z-index: 2;
  -webkit-transition: all 0.3s linear 0s;
  transition: all 0.3s linear 0s;
}
.team-list__job {
  font-family: "Poppins", sans-serif;
  font-weight: 400;
  font-size: 1.125rem;
  letter-spacing: 0.03em;
  text-transform: capitalize;
  color: #061A3A;
}
.team-list__name {
  font-family: "Playfair Display", serif;
  font-weight: 900;
  font-size: 1.5625rem;
  letter-spacing: 0.03em;
  text-transform: capitalize;
  color: #061A3A;
}
.team-list__invincible-block {
  width: 100%;
  background-color: #FFFFFF;
  height: 6.125rem;
  position: absolute;
  z-index: 3;
}

.newsletter {
  width: 100%;
  height: 15.625rem;
  background-color: #fff2ef;
  padding: 4.8125rem 3.125rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.newsletter__block {
  width: 100%;
  padding-bottom: 7.5rem;
}
.newsletter__container {
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.newsletter__heading {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  font-family: "Playfair Display", serif;
  font-weight: 900;
  font-size: 2.25rem;
  letter-spacing: 0.02em;
  text-transform: capitalize;
  color: #061A3A;
  height: 6rem;
}
.newsletter__form {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  height: 3.125rem;
  width: 47.3636363636%;
}
.newsletter__email {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  height: 100%;
  background: #ffd8ce;
  padding: 0 1.25rem;
  font-family: "Poppins", sans-serif;
  font-weight: 400;
  font-size: 0.875rem;
  line-height: 300%;
  letter-spacing: 0.03em;
  color: #061A3A;
  width: 100%;
}
.newsletter__email::-webkit-input-placeholder {
  opacity: 1;
  font-family: "Poppins", sans-serif;
  font-weight: 400;
  font-size: 0.875rem;
  line-height: 300%;
  letter-spacing: 0.03em;
  text-transform: capitalize;
  color: #061A3A;
}
.newsletter__email::-moz-placeholder {
  opacity: 1;
  font-family: "Poppins", sans-serif;
  font-weight: 400;
  font-size: 0.875rem;
  line-height: 300%;
  letter-spacing: 0.03em;
  text-transform: capitalize;
  color: #061A3A;
}
.newsletter__email:-ms-input-placeholder {
  opacity: 1;
  font-family: "Poppins", sans-serif;
  font-weight: 400;
  font-size: 0.875rem;
  line-height: 300%;
  letter-spacing: 0.03em;
  text-transform: capitalize;
  color: #061A3A;
}
.newsletter__email::-ms-input-placeholder {
  opacity: 1;
  font-family: "Poppins", sans-serif;
  font-weight: 400;
  font-size: 0.875rem;
  line-height: 300%;
  letter-spacing: 0.03em;
  text-transform: capitalize;
  color: #061A3A;
}
.newsletter__email::placeholder {
  opacity: 1;
  font-family: "Poppins", sans-serif;
  font-weight: 400;
  font-size: 0.875rem;
  line-height: 300%;
  letter-spacing: 0.03em;
  text-transform: capitalize;
  color: #061A3A;
}
.newsletter__btn {
  border-radius: 0 0.3125rem 0.3125rem 0;
  min-width: 13.125rem;
  padding-right: 1.53125rem;
  padding-left: 1.53125rem;
}

.photo-gallery {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  width: 100%;
}
.photo-gallery__container {
  width: 100%;
  padding: 3.125rem;
}
.photo-gallery__info {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 1.25rem;
  margin-bottom: 1.25rem;
}
.photo-gallery__place {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 0.625rem;
}
.photo-gallery__during {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 0.625rem;
}
.photo-gallery__icon {
  height: 1.375rem;
}
.photo-gallery__description {
  font-family: "Poppins", sans-serif;
  font-weight: 300;
  font-size: 1.125rem;
  letter-spacing: 0.03em;
  text-transform: capitalize;
  color: #000;
}
.photo-gallery__description i {
  font-family: "Poppins", sans-serif;
  font-weight: 300;
  font-size: 1.125rem;
  letter-spacing: 0.03em;
  text-transform: lowercase;
  color: #000;
}
.photo-gallery__name-of-tour {
  font-family: "Playfair Display", serif;
  font-weight: 700;
  font-size: 2.5rem;
  letter-spacing: 0.03em;
  text-transform: capitalize;
  color: #061A3A;
  margin-bottom: 2.1875rem;
}
.photo-gallery__slide-list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 1.875rem;
}
.photo-gallery__list-line {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  gap: 1.875rem;
}
.photo-gallery__list-item--1 {
  width: 30%;
  -o-object-fit: fill;
     object-fit: fill;
}
.photo-gallery__list-item--2 {
  width: 34.5454545455%;
  -o-object-fit: fill;
     object-fit: fill;
}

.details {
  width: 100%;
}
.details__info {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  gap: 5.8333333333%;
}
.details__text-box {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 3.125rem;
  width: 65.8333333333%;
}
.details__title {
  font-family: "Poppins", sans-serif;
  font-weight: 600;
  font-size: 1.625rem;
  letter-spacing: 0.02em;
  color: #061A3A;
}
.details__subtitle {
  font-family: "Poppins", sans-serif;
  font-weight: 400;
  font-size: 1rem;
  line-height: 137%;
  color: #05152E;
}
.details__description {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 1.0625rem;
}
.details__additional-info {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 1.0625rem;
}
.details__trip-info {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  gap: 6.125rem;
}
.details__trip-block {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 0.8125rem;
}
.details__heading {
  font-family: "Playfair Display", serif;
  font-weight: 700;
  font-size: 1.625rem;
  letter-spacing: 0.02em;
  color: #061A3A;
}
.details__caption {
  font-family: "Poppins", sans-serif;
  font-weight: 500;
  font-size: 1.25rem;
  letter-spacing: 0.02em;
  color: #061A3A;
}
.details__booking {
  width: 28.3333333333%;
  height: 100%;
  -webkit-box-shadow: 0 0 1.5625rem 0 rgba(0, 0, 0, 0.05);
          box-shadow: 0 0 1.5625rem 0 rgba(0, 0, 0, 0.05);
  background: #fff2ef;
  padding: 2.5rem 2.1875rem;
}
.details__name {
  font-family: "Playfair Display", serif;
  font-weight: 700;
  font-size: 1.875rem;
  letter-spacing: 0.03em;
  text-transform: capitalize;
  color: #061A3A;
  margin-bottom: 1.75rem;
}
.details__form {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 1.25rem;
}
.details__input {
  background: #ffd8ce;
  border-radius: 0.3125rem;
  padding: 0.5625rem;
  font-family: "Poppins", sans-serif;
  font-weight: 400;
  font-size: 0.75rem;
  letter-spacing: 0.03em;
  text-transform: capitalize;
  color: #061A3A;
}
.details__input::-webkit-input-placeholder {
  opacity: 1;
  font-family: "Poppins", sans-serif;
  font-weight: 400;
  font-size: 0.75rem;
  letter-spacing: 0.03em;
  text-transform: capitalize;
  color: #061A3A;
}
.details__input::-moz-placeholder {
  opacity: 1;
  font-family: "Poppins", sans-serif;
  font-weight: 400;
  font-size: 0.75rem;
  letter-spacing: 0.03em;
  text-transform: capitalize;
  color: #061A3A;
}
.details__input:-ms-input-placeholder {
  opacity: 1;
  font-family: "Poppins", sans-serif;
  font-weight: 400;
  font-size: 0.75rem;
  letter-spacing: 0.03em;
  text-transform: capitalize;
  color: #061A3A;
}
.details__input::-ms-input-placeholder {
  opacity: 1;
  font-family: "Poppins", sans-serif;
  font-weight: 400;
  font-size: 0.75rem;
  letter-spacing: 0.03em;
  text-transform: capitalize;
  color: #061A3A;
}
.details__input::placeholder {
  opacity: 1;
  font-family: "Poppins", sans-serif;
  font-weight: 400;
  font-size: 0.75rem;
  letter-spacing: 0.03em;
  text-transform: capitalize;
  color: #061A3A;
}
.details__numofper {
  position: relative;
}
.details__numofper.open .details__numofper-arrow {
  -webkit-transform: rotate(270deg);
          transform: rotate(270deg);
  -webkit-transition: 0.3s ease;
  transition: 0.3s ease;
}
.details__numofper.open .details__numofper-list {
  max-height: 18.75rem;
  opacity: 1;
  visibility: visible;
}
.details__numofper.open .details__numofper-main {
  border-radius: 0.3125rem 0.3125rem 0 0;
}
.details__numofper-main {
  background: #ffd8ce;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  padding-right: 0.9375rem;
  border-radius: 0.3125rem;
}
.details__numofper-arrow {
  -webkit-transform: rotate(90deg);
          transform: rotate(90deg);
  -webkit-transition: 0.3s ease;
  transition: 0.3s ease;
  cursor: pointer;
}
.details__numofper-list {
  position: absolute;
  top: 100%;
  left: 0;
  right: 0;
  background: #ffe5df;
  border-radius: 0 0 0.3125rem 0.3125rem;
  opacity: 0;
  overflow: hidden;
  max-height: 0;
  visibility: hidden;
  -webkit-transition: max-height 0.3s ease;
  transition: max-height 0.3s ease;
}
.details__numofper-listitem {
  background-color: #fff2ef;
  padding: 0.8125rem;
  cursor: pointer;
  -webkit-transition: 0.2s;
  transition: 0.2s;
}
.details__numofper-listitem:hover {
  background: #ffd2c7;
}
.details__btn {
  width: 100%;
}

.tour-plan {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  gap: 1.875rem;
}
.tour-plan__heading {
  font-family: "Poppins", sans-serif;
  font-weight: 600;
  font-size: 1.625rem;
  letter-spacing: 0.02em;
  color: #061A3A;
}
.tour-plan__days {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 1.875rem;
}
.tour-plan__days-line {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
.tour-plan__day-block {
  border: 0.03125rem solid #061A3A;
  border-radius: 0.3125rem;
  width: 31.6666666667%;
  -webkit-box-shadow: 0 0 25px 0 rgba(0, 0, 0, 0.05);
          box-shadow: 0 0 25px 0 rgba(0, 0, 0, 0.05);
  background: #FFFFFF;
  padding: 1.25rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
.tour-plan__caption {
  font-family: "Poppins", sans-serif;
  font-weight: 500;
  font-size: 1.0625rem;
  letter-spacing: 0.02em;
  color: #FF7C5B;
  margin-bottom: 0.875rem;
}
.tour-plan__description {
  font-family: "Poppins", sans-serif;
  font-weight: 400;
  font-size: 1rem;
  line-height: 123%;
  color: #05152e;
}

.included {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  gap: 1.875rem;
}
.included__title {
  font-family: "Poppins", sans-serif;
  font-weight: 600;
  font-size: 1.625rem;
  letter-spacing: 0.02em;
  color: #061A3A;
}
.included__subtitle {
  font-family: "Poppins", sans-serif;
  font-weight: 400;
  font-size: 1rem;
  line-height: 114.5833333333%;
  color: #05152e;
}
.included__include {
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 1.875rem;
}
.included__include-line {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
.included__include-block {
  border: 0.03125rem solid #061A3A;
  border-radius: 0.3125rem;
  width: 31.6666666667%;
  -webkit-box-shadow: 0 0 25px 0 rgba(0, 0, 0, 0.05);
          box-shadow: 0 0 25px 0 rgba(0, 0, 0, 0.05);
  background: #FFFFFF;
  padding: 2.4375rem 1.875rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
.included__caption {
  font-family: "Playfair Display", serif;
  font-weight: 700;
  font-size: 1.625rem;
  letter-spacing: 0.02em;
  color: #061A3A;
  margin-bottom: 0.8125rem;
}
.included__description {
  font-family: "Work Sans", sans-serif;
  font-weight: 500;
  font-size: 1.0625rem;
  line-height: 76.4705882353%;
  letter-spacing: 0.02em;
  color: #05152e;
}

.tour-guide {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 1.875rem;
  background: #ffe5de;
  border-radius: 0.3125rem;
  padding: 2.1875rem;
  width: 65.8333333333%;
}
.tour-guide__avatar {
  border-radius: 5px;
  width: 11.25rem;
  height: 11.25rem;
}
.tour-guide__employee {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
.tour-guide__person {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 1.25rem;
}
.tour-guide__name {
  font-family: "Playfair Display", serif;
  font-weight: 700;
  font-size: 1.875rem;
  letter-spacing: 0.02em;
  text-transform: capitalize;
  color: #061A3A;
  line-height: 83.3333333333%;
}
.tour-guide__proffesion {
  font-family: "Poppins", sans-serif;
  font-weight: 500;
  font-size: 1.125rem;
  line-height: 72.2222222222%;
  letter-spacing: 0.02em;
  color: #515f75;
}
.tour-guide__biography {
  font-family: "Work Sans", sans-serif;
  font-weight: 400;
  font-size: 1rem;
  line-height: 121.875%;
  letter-spacing: 0.02em;
  color: #05152e;
}

.offer {
  width: 31.6666666667%;
  background-image: url("../../img/images/tour-details/Offer.png");
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  padding: 0 5.0625rem;
  gap: 1.875rem;
  border-radius: 0.3125rem;
}
.offer__percent {
  font-family: "Playfair Display", serif;
  font-weight: 700;
  font-size: 2.8125rem;
  letter-spacing: 0.02em;
  text-transform: uppercase;
  text-align: center;
  color: #FFFFFF;
}
.offer__btn {
  background: #ffd8ce;
  color: #061A3A;
}

.blog-posts {
  display: grid;
  grid-template-columns: 40.25% 27.3333333333% 27.3333333333%;
  grid-template-rows: 14.6875rem 14.6875rem;
  gap: 1.875rem;
  grid-template-areas: "box-1 box-2 box-3" "box-1 box-4 box-5";
  margin-top: 7.5rem;
}
@media (max-width: 900px) {
  .blog-posts {
    grid-template-columns: 53.6666666667% 36.4444444444%;
    grid-template-rows: 14.6875rem 14.6875rem 14.6875rem;
    grid-template-areas: "box-1 box-2" "box-1 box-3" "box-4 box-5";
  }
}
.blog-posts__posts--main {
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
  border-radius: 0.3125rem;
  padding: 0 3.1875rem 2.1875rem 1.875rem;
  gap: 1.125rem;
}
.blog-posts__posts--main .blog-posts__content {
  text-decoration: underline;
  -webkit-text-decoration-skip-ink: none;
          text-decoration-skip-ink: none;
  line-height: 125%;
}
.blog-posts__posts--other {
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
  border-radius: 0.3125rem;
  padding: 0 1.8125rem 1.5625rem 1.5625rem;
  gap: 0.591875rem;
}
.blog-posts__posts--other .blog-posts__content {
  font-size: 1rem;
  line-height: 121.875%;
}
.blog-posts__post-info {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  font-family: "Poppins", sans-serif;
  font-weight: 400;
  font-size: 0.75rem;
  line-height: 83.3333333333%;
  letter-spacing: 0.02em;
  text-transform: capitalize;
  color: #FFFFFF;
}
.blog-posts__content {
  font-family: "Poppins", sans-serif;
  font-weight: 700;
  font-size: 1.25rem;
  letter-spacing: 0.02em;
  text-transform: capitalize;
  color: #FFFFFF;
}

.blogs {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 1.875rem;
}
.blogs__line {
  display: grid;
  grid-template-columns: 1fr 1fr;
  width: 100%;
  gap: 1.875rem;
}
@media (max-width: 1080px) {
  .blogs__line {
    grid-template-columns: 1fr;
  }
}
.blogs__line .our-blog__list-item {
  max-width: 23.75rem;
  width: auto;
}
.blogs__slider {
  width: 17.375rem;
  margin-top: 4.375rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.blogs__left {
  cursor: pointer;
}
.blogs__pages {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  gap: 1.9375rem;
}
.blogs__page {
  padding: 0.5625rem 0.8125rem;
  border: 0.0625rem solid #ffd8ce;
  border-radius: 0.25rem;
  font-family: "Poppins", sans-serif;
  font-weight: 500;
  font-size: 1.0625rem;
  line-height: 82.3529411765%;
  letter-spacing: 0.02em;
  text-transform: capitalize;
  color: #061A3A;
  cursor: pointer;
}
.blogs__right {
  cursor: pointer;
}

.blogs-info {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 2.5rem;
}
.blogs-info .offer {
  width: 100%;
  padding: 3.125rem 3.75rem;
  gap: 2.5625rem;
}
.blogs-info .offer__percent {
  line-height: 120%;
}

.recent-post {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  padding: 1.875rem 1.5625rem 1.875rem 1.875rem;
  border-radius: 0.3125rem;
  -webkit-box-shadow: 0 0 1.5625rem 0 rgba(0, 0, 0, 0.05);
          box-shadow: 0 0 1.5625rem 0 rgba(0, 0, 0, 0.05);
  background: #FFFFFF;
  gap: 1.25rem;
}
.recent-post__heading {
  font-family: "Playfair Display", serif;
  font-weight: 700;
  font-size: 1.875rem;
  line-height: 83.3333333333%;
  letter-spacing: 0.03em;
  text-transform: capitalize;
  color: #061A3A;
}
.recent-post__posts {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  gap: 1.5625rem;
}
.recent-post__item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 0.9375rem;
}
.recent-post__img {
  border-radius: 0.3125rem;
  width: 27.2727272727%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: center;
     object-position: center;
}
.recent-post__text-box {
  height: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
.recent-post__date {
  font-family: "Poppins", sans-serif;
  font-weight: 500;
  font-size: 0.75rem;
  line-height: 75%;
  letter-spacing: 0.02em;
  text-transform: capitalize;
  color: #061A3A;
}
.recent-post__title {
  font-family: "Poppins", sans-serif;
  font-weight: 500;
  font-size: 0.875rem;
  line-height: 136%;
  letter-spacing: 0.02em;
  text-transform: capitalize;
  color: #061A3A;
}

.tags {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  padding: 1.875rem 1.875rem 1.875rem 1.875rem;
  border-radius: 0.3125rem;
  -webkit-box-shadow: 0 0 1.5625rem 0 rgba(0, 0, 0, 0.05);
          box-shadow: 0 0 1.5625rem 0 rgba(0, 0, 0, 0.05);
  background: #FFFFFF;
  gap: 1.875rem;
}
.tags__heading {
  font-family: "Playfair Display", serif;
  font-weight: 700;
  font-size: 1.875rem;
  letter-spacing: 0.03em;
  text-transform: capitalize;
  color: #061A3A;
}
.tags__text-box {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-column-gap: 0.625rem;
     -moz-column-gap: 0.625rem;
          column-gap: 0.625rem;
  row-gap: 0.9375rem;
}
.tags__tag {
  font-family: "Poppins", sans-serif;
  font-weight: 500;
  font-size: 0.875rem;
  letter-spacing: 0.03em;
  text-transform: lowercase;
  color: #05152e;
  padding: 0.75rem;
  border-radius: 0.3125rem;
  background: #fff2ef;
}

.sb-info-1__date-tag {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 0.75rem;
  font-family: "Poppins", sans-serif;
  font-weight: 500;
  font-size: 1rem;
  line-height: 81.25%;
  letter-spacing: 0.02em;
  color: #515f75;
  margin-bottom: 1.25rem;
}
.sb-info-1__heading {
  font-family: "Poppins", sans-serif;
  font-weight: 700;
  font-size: 2.0625rem;
  line-height: 72.7272727273%;
  letter-spacing: 0.02em;
  color: #FF7C5B;
  margin-bottom: 1.875rem;
}
.sb-info-1__description {
  font-family: "Poppins", sans-serif;
  font-weight: 400;
  font-size: 1rem;
  line-height: 120.8333333333%;
  color: #05152e;
  margin-bottom: 2.625rem;
}
.sb-info-1__img {
  border-radius: 0.3125rem;
}

.sb-info-2 {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 1.875rem;
}
.sb-info-2__heading {
  font-family: "Poppins", sans-serif;
  font-weight: 600;
  font-size: 1.625rem;
  line-height: 73.0769230769%;
  letter-spacing: 0.02em;
  color: #061A3A;
}
.sb-info-2__description {
  font-family: "Poppins", sans-serif;
  font-weight: 400;
  font-size: 1rem;
  line-height: 120.3125%;
  color: #05152e;
}

.sb-info-3 {
  padding: 2rem 2.9375rem 2.0625rem 2.8125rem;
  background: #ffe5de;
  border-radius: 0.625rem;
}
.sb-info-3__container {
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  gap: 0.9375rem;
}
.sb-info-3__quote {
  min-width: 2rem;
}
.sb-info-3__citate {
  margin-top: 0.4375rem;
  font-family: "Poppins", sans-serif;
  font-weight: 400;
  font-size: 1rem;
  line-height: 135%;
  color: #061A3A;
}

.sb-info-4 {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 1.875rem;
}
.sb-info-4__heading {
  font-family: "Poppins", sans-serif;
  font-weight: 600;
  font-size: 1.375rem;
  letter-spacing: 0.02em;
  color: #061A3A;
  line-height: 118.1818181818%;
}
.sb-info-4__description {
  font-family: "Poppins", sans-serif;
  font-weight: 400;
  font-size: 1rem;
  color: #05152e;
}
.sb-info-4__images {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 1.875rem;
}
.sb-info-4__img {
  width: 48.1012658228%;
}

.sb-info-5 {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 1.875rem;
}
.sb-info-5__heading {
  font-family: "Poppins", sans-serif;
  font-weight: 600;
  font-size: 1.625rem;
  letter-spacing: 0.02em;
  color: #061A3A;
  line-height: 73.0769230769%;
}
.sb-info-5__description {
  font-family: "Poppins", sans-serif;
  font-weight: 400;
  font-size: 1rem;
  color: #05152e;
}
.sb-info-5__description--1 {
  line-height: 120.8333333333%;
}
.sb-info-5__images {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 1.25rem;
}
.sb-info-5__img {
  width: 31.6455696203%;
}

.share {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 0.9375rem;
}
.share__heading {
  font-family: "Playfair Display", serif;
  font-weight: 400;
  font-size: 1.25rem;
  letter-spacing: 0.03em;
  text-transform: capitalize;
  color: #FF7C5B;
  line-height: 80%;
}
.share__socials {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  height: 2.5rem;
  gap: 1.25rem;
}
.share__icons {
  fill: #FF7C5B;
}

.sb-form {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  width: 100%;
}
.sb-form__heading {
  font-family: "Playfair Display", serif;
  font-weight: 700;
  font-size: 1.875rem;
  letter-spacing: 0.03em;
  text-transform: capitalize;
  color: #061A3A;
  margin-bottom: 3.125rem;
}
.sb-form__per-id {
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 1.875rem;
  margin-bottom: 1.875rem;
}
.sb-form__input {
  padding: 0.96875rem 1rem;
  -webkit-box-shadow: 0 0 1.5625rem 0 rgba(0, 0, 0, 0.05);
          box-shadow: 0 0 1.5625rem 0 rgba(0, 0, 0, 0.05);
  background: #FFFFFF;
  border: 0.03125rem solid #061A3A;
  border-radius: 0.3125rem;
  width: 48.1012658228%;
}
.sb-form__input::-webkit-input-placeholder {
  font-family: "Poppins", sans-serif;
  font-weight: 500;
  font-size: 0.75rem;
  letter-spacing: 0.02em;
  text-transform: capitalize;
  color: #061A3A;
}
.sb-form__input::-moz-placeholder {
  font-family: "Poppins", sans-serif;
  font-weight: 500;
  font-size: 0.75rem;
  letter-spacing: 0.02em;
  text-transform: capitalize;
  color: #061A3A;
}
.sb-form__input:-ms-input-placeholder {
  font-family: "Poppins", sans-serif;
  font-weight: 500;
  font-size: 0.75rem;
  letter-spacing: 0.02em;
  text-transform: capitalize;
  color: #061A3A;
}
.sb-form__input::-ms-input-placeholder {
  font-family: "Poppins", sans-serif;
  font-weight: 500;
  font-size: 0.75rem;
  letter-spacing: 0.02em;
  text-transform: capitalize;
  color: #061A3A;
}
.sb-form__input::placeholder {
  font-family: "Poppins", sans-serif;
  font-weight: 500;
  font-size: 0.75rem;
  letter-spacing: 0.02em;
  text-transform: capitalize;
  color: #061A3A;
}
.sb-form__message {
  width: 100%;
  height: 6.25rem;
  padding: 0.96875rem 1rem;
  -webkit-box-shadow: 0 0 1.5625rem 0 rgba(0, 0, 0, 0.05);
          box-shadow: 0 0 1.5625rem 0 rgba(0, 0, 0, 0.05);
  background: #FFFFFF;
  border: 0.03125rem solid #061A3A;
  border-radius: 0.3125rem;
  margin-bottom: 1.875rem;
}
.sb-form__message::-webkit-input-placeholder {
  font-family: "Poppins", sans-serif;
  font-weight: 500;
  font-size: 0.75rem;
  letter-spacing: 0.02em;
  text-transform: capitalize;
  color: #061A3A;
}
.sb-form__message::-moz-placeholder {
  font-family: "Poppins", sans-serif;
  font-weight: 500;
  font-size: 0.75rem;
  letter-spacing: 0.02em;
  text-transform: capitalize;
  color: #061A3A;
}
.sb-form__message:-ms-input-placeholder {
  font-family: "Poppins", sans-serif;
  font-weight: 500;
  font-size: 0.75rem;
  letter-spacing: 0.02em;
  text-transform: capitalize;
  color: #061A3A;
}
.sb-form__message::-ms-input-placeholder {
  font-family: "Poppins", sans-serif;
  font-weight: 500;
  font-size: 0.75rem;
  letter-spacing: 0.02em;
  text-transform: capitalize;
  color: #061A3A;
}
.sb-form__message::placeholder {
  font-family: "Poppins", sans-serif;
  font-weight: 500;
  font-size: 0.75rem;
  letter-spacing: 0.02em;
  text-transform: capitalize;
  color: #061A3A;
}
.sb-form__btn {
  width: 100%;
}

.sb-comments__list {
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 1.5625rem;
}
.sb-comments__item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  gap: 1.25rem;
}
.sb-comments__avatar {
  width: 4.5625rem;
  height: 4.5625rem;
}
.sb-comments__content {
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 1.25rem;
}
.sb-comments__info {
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
.sb-comments__profile {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 1.25rem;
}
.sb-comments__reply {
  font-family: "Poppins", sans-serif;
  font-weight: 500;
  font-size: 0.875rem;
  letter-spacing: 0.02em;
  text-transform: capitalize;
  color: #FF7C5B;
}
.sb-comments__name {
  font-family: "Playfair Display", serif;
  font-weight: 700;
  font-size: 1.875rem;
  letter-spacing: 0.02em;
  text-transform: capitalize;
  color: #061A3A;
}
.sb-comments__date {
  font-family: "Poppins", sans-serif;
  font-weight: 500;
  font-size: 0.875rem;
  letter-spacing: 0.03em;
  text-transform: capitalize;
  color: #515f75;
}
.sb-comments__message {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 1.875rem;
  font-family: "Poppins", sans-serif;
  font-weight: 400;
  font-size: 1rem;
  line-height: 138%;
  color: #05152e;
}
.sb-comments__btn {
  margin-top: 3.4375rem;
}

.authors {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 1.875rem;
}
@media (max-width: 1000px) {
  .authors {
    grid-template-columns: 1fr;
  }
  .authors__per {
    margin-bottom: 1.25rem;
  }
}
.authors__author {
  -webkit-box-shadow: 0 0 1.5625rem 0 rgba(0, 0, 0, 0.05);
          box-shadow: 0 0 1.5625rem 0 rgba(0, 0, 0, 0.05);
  background: #FFFFFF;
  border-radius: 0.3125rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding: 1.875rem;
  gap: 9.0598290598%;
}
.authors__content {
  padding: 0.3125rem 0;
}
.authors__per {
  font-family: "Playfair Display", serif;
  font-weight: 700;
  font-size: 1.875rem;
  line-height: 83.3333333333%;
  letter-spacing: 0.02em;
  text-transform: capitalize;
  color: #061A3A;
  margin-bottom: 1.25rem;
}
@media (max-width: 1000px) {
  .authors__per {
    margin-bottom: 1.25rem;
  }
}
.authors__rewards {
  font-family: "Poppins", sans-serif;
  font-weight: 500;
  font-size: 1.125rem;
  line-height: 72.2222222222%;
  letter-spacing: 0.02em;
  color: #515f75;
  margin-bottom: 1.6875rem;
}
@media (max-width: 1000px) {
  .authors__rewards {
    margin-bottom: 1.6875rem;
  }
}
.authors__desc {
  font-family: "Poppins", sans-serif;
  font-weight: 400;
  font-size: 1rem;
  line-height: 114.5833333333%;
  color: #05152e;
}
.authors__photo {
  border-radius: 0.3125rem;
  width: 10.625rem;
  height: 9.375rem;
}

.fa-questions {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 1.875rem;
}
.fa-questions__item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-shadow: 0 0 1.6875rem 0 rgba(0, 0, 0, 0.05);
          box-shadow: 0 0 1.6875rem 0 rgba(0, 0, 0, 0.05);
  background: #FFFFFF;
}
.fa-questions__item.open .fa-questions__question {
  background: #061A3A;
  border-top: 0.03125rem solid #000;
  border-right: 0.03125rem solid #000;
  border-left: 0.03125rem solid #000;
  border-radius: 0.3125rem 0.3125rem 0 0;
}
.fa-questions__item.open .fa-questions__title {
  color: #FFFFFF;
}
.fa-questions__item.open .fa-questions__arrow {
  width: 1.25rem;
  height: 1.25rem;
  background-color: #061A3A;
  position: absolute;
  -webkit-transform: rotate(45deg);
          transform: rotate(45deg);
  right: 1.25rem;
  bottom: -0.6875rem;
  -webkit-transition: transfrom 0.2s linear 0s;
  transition: transfrom 0.2s linear 0s;
}
.fa-questions__item.open .fa-questions__answer {
  max-height: 12.5rem;
  padding: 1.25rem 2.5rem 1.25rem 1.25rem;
  opacity: 1;
  visibility: visible;
  border-radius: 0 0 0.3125rem 0.3125rem;
  border-bottom: 0.03125rem solid #000;
  border-right: 0.03125rem solid #000;
  border-left: 0.03125rem solid #000;
  -webkit-transition: all 0.2s linear 0s;
  transition: all 0.2s linear 0s;
}
.fa-questions__question {
  position: relative;
  background: #FFFFFF;
  width: 100%;
  padding: 0.9375rem 1.25rem;
  border-top: 0.0125rem solid #000;
  border-bottom: 0.0125rem solid #000;
  border-right: 0.0125rem solid #000;
  border-left: 0.0125rem solid #000;
  border-radius: 0.3125rem;
  cursor: pointer;
}
.fa-questions__title {
  font-family: "Poppins", sans-serif;
  font-weight: 500;
  font-size: 1.25rem;
  line-height: 150%;
  letter-spacing: 0.02em;
  text-transform: capitalize;
  color: #061A3A;
  cursor: pointer;
}
.fa-questions__arrow {
  width: 1.25rem;
  height: 0rem;
  background-color: #061A3A;
  position: absolute;
  -webkit-transform: rotate(45deg) translateY(-1.5rem);
          transform: rotate(45deg) translateY(-1.5rem);
  right: 1.25rem;
  bottom: -0.6875rem;
  -webkit-transition: transfrom 0.1s linear 0s;
  transition: transfrom 0.1s linear 0s;
}
.fa-questions__answer {
  opacity: 0;
  overflow: hidden;
  visibility: hidden;
  max-height: 0;
  -webkit-transition: all 0.1s linear 0s;
  transition: all 0.1s linear 0s;
}
.fa-questions__subtitle {
  font-family: "Poppins", sans-serif;
  font-weight: 400;
  font-size: 1rem;
  line-height: 131.25%;
  text-transform: none;
  color: #05152e;
}

.ask-form {
  -webkit-box-shadow: 0 0 1.6875rem 0 rgba(0, 0, 0, 0.05);
          box-shadow: 0 0 1.6875rem 0 rgba(0, 0, 0, 0.05);
  border-radius: 0.3125rem;
  background: #fff2ef;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 1.875rem;
  padding: 3.75rem 3.8125rem;
}
.ask-form__heading {
  font-family: "Poppins", sans-serif;
  font-weight: 600;
  font-size: 1.875rem;
  line-height: 140%;
  letter-spacing: 0.02em;
  text-transform: capitalize;
  color: #061A3A;
}
.ask-form__form {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 1.25rem;
}
.ask-form__input {
  background: #ffd8ce;
  border-radius: 0.25rem;
  padding: 0.84375rem 0.9375rem;
  font-family: "Poppins", sans-serif;
  font-weight: 400;
  font-size: 0.75rem;
  line-height: 75%;
  letter-spacing: 0.03em;
  text-transform: capitalize;
  color: #061A3A;
}
.ask-form__input::-webkit-input-placeholder {
  font-family: "Poppins", sans-serif;
  font-weight: 400;
  font-size: 0.75rem;
  line-height: 75%;
  letter-spacing: 0.03em;
  text-transform: capitalize;
  color: #061A3A;
}
.ask-form__input::-moz-placeholder {
  font-family: "Poppins", sans-serif;
  font-weight: 400;
  font-size: 0.75rem;
  line-height: 75%;
  letter-spacing: 0.03em;
  text-transform: capitalize;
  color: #061A3A;
}
.ask-form__input:-ms-input-placeholder {
  font-family: "Poppins", sans-serif;
  font-weight: 400;
  font-size: 0.75rem;
  line-height: 75%;
  letter-spacing: 0.03em;
  text-transform: capitalize;
  color: #061A3A;
}
.ask-form__input::-ms-input-placeholder {
  font-family: "Poppins", sans-serif;
  font-weight: 400;
  font-size: 0.75rem;
  line-height: 75%;
  letter-spacing: 0.03em;
  text-transform: capitalize;
  color: #061A3A;
}
.ask-form__input::placeholder {
  font-family: "Poppins", sans-serif;
  font-weight: 400;
  font-size: 0.75rem;
  line-height: 75%;
  letter-spacing: 0.03em;
  text-transform: capitalize;
  color: #061A3A;
}
.ask-form__question {
  min-height: 7.5rem;
}
.ask-form__submit {
  margin-top: 0.625rem;
}

.gmail-address {
  display: grid;
  grid-template-columns: 1fr 1fr 1fr;
  gap: 1.875rem;
  padding-bottom: 7.5rem;
  padding-top: 7.5rem;
}
@media (max-width: 900px) {
  .gmail-address {
    grid-template-columns: 1fr;
  }
}
.gmail-address__content-block {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-shadow: 0 0 1.5625rem 0 rgba(0, 0, 0, 0.05);
          box-shadow: 0 0 1.5625rem 0 rgba(0, 0, 0, 0.05);
  background: #FFFFFF;
  border-radius: 0.3125rem;
  padding: 2.25rem;
}
.gmail-address__title {
  font-family: "Playfair Display", serif;
  font-weight: 700;
  font-size: 1.875rem;
  line-height: 133.3333333333%;
  letter-spacing: 0.03em;
  text-transform: capitalize;
  color: #061A3A;
  margin-bottom: 1.625rem;
}
.gmail-address__subtitle {
  font-family: "Poppins", sans-serif;
  font-weight: 400;
  font-size: 1rem;
  line-height: 137.5%;
  text-transform: capitalize;
  color: #061A3A;
  margin-bottom: 1.125rem;
}
.gmail-address__info {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 0.9375rem;
}
.gmail-address__text {
  font-family: "Poppins", sans-serif;
  font-weight: 600;
  font-size: 1.0625rem;
  letter-spacing: 0.02em;
  text-transform: lowercase;
  color: #061A3A;
}

.contact-form {
  width: 100%;
  background: url("../../img/images/contact-form/BGImage.jpg");
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.contact-form__block {
  width: 36.5625rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 3.125rem;
  padding: 5.1875rem 0;
}
.contact-form__heading {
  font-family: "Playfair Display", serif;
  font-weight: 700;
  font-size: 3.125rem;
  line-height: 86%;
  letter-spacing: 0.03em;
  text-transform: capitalize;
  color: #FFFFFF;
}
.contact-form__form {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  width: 100%;
  gap: 1.25rem;
}
.contact-form__input {
  backdrop-filter: blur(0.625rem);
  -webkit-box-shadow: 0 0 1.5rem 0 rgba(0, 0, 0, 0.07);
          box-shadow: 0 0 1.5rem 0 rgba(0, 0, 0, 0.07);
  background: rgba(6, 26, 58, 0.5);
  border-radius: 0.3125rem;
  padding: 0.96875rem 1.25rem;
  font-family: "Poppins", sans-serif;
  font-weight: 500;
  font-size: 0.75rem;
  letter-spacing: 0.02em;
  text-transform: capitalize;
  color: #FFFFFF;
}
.contact-form__input::-webkit-input-placeholder {
  opacity: 1;
  font-family: "Poppins", sans-serif;
  font-weight: 500;
  font-size: 0.75rem;
  letter-spacing: 0.02em;
  text-transform: capitalize;
  color: #FFFFFF;
}
.contact-form__input::-moz-placeholder {
  opacity: 1;
  font-family: "Poppins", sans-serif;
  font-weight: 500;
  font-size: 0.75rem;
  letter-spacing: 0.02em;
  text-transform: capitalize;
  color: #FFFFFF;
}
.contact-form__input:-ms-input-placeholder {
  opacity: 1;
  font-family: "Poppins", sans-serif;
  font-weight: 500;
  font-size: 0.75rem;
  letter-spacing: 0.02em;
  text-transform: capitalize;
  color: #FFFFFF;
}
.contact-form__input::-ms-input-placeholder {
  opacity: 1;
  font-family: "Poppins", sans-serif;
  font-weight: 500;
  font-size: 0.75rem;
  letter-spacing: 0.02em;
  text-transform: capitalize;
  color: #FFFFFF;
}
.contact-form__input::placeholder {
  opacity: 1;
  font-family: "Poppins", sans-serif;
  font-weight: 500;
  font-size: 0.75rem;
  letter-spacing: 0.02em;
  text-transform: capitalize;
  color: #FFFFFF;
}
.contact-form__message {
  height: 9.375rem;
}
.contact-form__btn {
  width: 100%;
  margin-top: 0.625rem;
}

.map {
  width: 100%;
}