* {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  margin: 0;
  padding: 0;
  font-family: "Caveat", cursive;
}

h1 {
  color: #FAFAFA;
  font-family: Lora;
  font-size: 72px;
  font-style: normal;
  font-weight: 400;
  line-height: 120%;
  /* 86.4px */
  text-transform: uppercase;
}

@media (max-width: 1070px) {
  h1 {
    font-size: 56px;
  }
}

h2 {
  font-size: 50px;
}

@media (max-width: 1070px) {
  h2 {
    font-size: 30px;
  }
}

h3 {
  font-size: 38px;
}

h4 {
  font-size: 24px;
}

h5 {
  font-size: 28px;
}

h6 {
  font-size: 21px;
}

p {
  font-size: 16px;
}

.button {
  cursor: pointer;
  height: 46px;
  color: #183E2E;
  text-align: center;
  font-size: 20px;
  font-weight: 400;
  line-height: 110%;
  letter-spacing: 0.4px;
  border: 1px solid #183E2E;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  padding: 12px 24px;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 10px;
  background: transparent;
	width: fit-content;
}

.btn{
	  color: #183E2E;
  text-align: center;
  font-size: 20px;
  font-weight: 400;
  line-height: 110%;
	    background-color: transparent;
    border: 1px solid #fff;
    color: #fff;
	  padding: 12px 24px;
	width: fit-content;
}

input {
  border: none;
}

html,
body {
  overflow-x: hidden;
}

.container {
  margin: 0px auto;
  max-width: 980px;
  padding: 0px 10px;
}

a {
  text-decoration: none;
}

textarea {
  resize: none;
}

section {
  padding: 80px 0px;
}

@media (max-width: 1024px) {
  section {
    padding: 40px 0px;
  }
}

.mt05 {
  margin-top: 5px;
}

.mt1 {
  margin-top: 10px;
}

.mt2 {
  margin-top: 20px;
}

.mt3 {
  margin-top: 30px;
}

.mt4 {
  margin-top: 40px;
}

.mt5 {
  margin-top: 50px;
}

.mt6 {
  margin-top: 60px;
}

.mt7 {
  margin-top: 70px;
}

.mt12 {
  margin-top: 12px;
}

.mt16 {
  margin-top: 16px;
}

.mt24 {
  margin-top: 24px;
}

.mt32 {
  margin-top: 32px;
}

.mb1 {
  margin-bottom: 10px;
}

.mb2 {
  margin-bottom: 20px;
}

.mb3 {
  margin-bottom: 30px;
}

.mb4 {
  margin-bottom: 40px;
}

.mb5 {
  margin-bottom: 50px;
}

.mb6 {
  margin-bottom: 60px;
}

.mb7 {
  margin-bottom: 70px;
}

.flex {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.fstart {
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
}

.fend {
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
}

.between {
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}

.direction {
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}

.fjc {
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

.fac {
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.col1 {
  -webkit-column-gap: 10px;
          column-gap: 10px;
}

.col2 {
  -webkit-column-gap: 20px;
          column-gap: 20px;
}

.col3 {
  -webkit-column-gap: 30px;
          column-gap: 30px;
}

.col4 {
  -webkit-column-gap: 40px;
          column-gap: 40px;
}

.col5 {
  -webkit-column-gap: 50px;
          column-gap: 50px;
}

.col16 {
  -webkit-column-gap: 16px;
          column-gap: 16px;
}

.col24 {
  -webkit-column-gap: 24px;
          column-gap: 24px;
}

.gap1 {
  gap: 10px;
}

.gap16 {
  gap: 16px;
}

.gap22 {
  gap: 20px;
}

.gap24 {
  gap: 24px;
}

.row1 {
  row-gap: 10px;
}

.row2 {
  row-gap: 20px;
}

.row3 {
  row-gap: 30px;
}

.row4 {
  row-gap: 40px;
}

.row5 {
  row-gap: 50px;
}

.fz12 {
  font-size: 12px;
}

.fz14 {
  font-size: 14px;
}

.fz16 {
  font-size: 16px;
}

.fz24 {
  font-size: 24px;
}

.fz28 {
  font-size: 28px;
}

.fz32 {
  font-size: 32px;
}

.fw300 {
  font-weight: 400;
}

.fw400 {
  font-weight: 400;
}

.fw500 {
  font-weight: 500;
}

.fw600 {
  font-weight: 600;
}

.fw700 {
  font-weight: 700;
}

.fw800 {
  font-weight: 800;
}

.ttu {
  text-transform: uppercase;
}

.ttl {
  text-transform: lowercase;
}

.tac {
  text-align: center;
}

.pv10 {
  padding: 10px 0px;
}

.pv20 {
  padding: 20px 0px;
}

.pv40 {
  padding: 40px 0px;
}

.pv60 {
  padding: 60px 0px;
}

.pv24 {
  padding: 24px 0px;
}

.pv12 {
  padding: 12px 0px;
}

.pg10 {
  padding: 0px 10px;
}

.pg20 {
  padding: 0px 20px;
}

.pg40 {
  padding: 0px 40px;
}

.pg60 {
  padding: 0px 60px;
}

.r1 {
  border-radius: 10px;
}

.r2 {
  border-radius: 20px;
}

.r2 {
  border-radius: 24px;
}

.r3 {
  border-radius: 30px;
}

.r4 {
  border-radius: 40px;
}

.r5 {
  border-radius: 50px;
}

.r6 {
  border-radius: 60px;
}

.wrap {
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}

@media (max-width: 1070px) {
  .mob {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    row-gap: 20px;
  }
}

@media (max-width: 1070px) {
  .mobc {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    row-gap: 20px;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
}

@media (max-width: 768px) {
  .wrapper img {
    width: 100%;
  }
}

.footer {
  margin-top: 80px;
}

.bg__black {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(24, 62, 46, 0.6);
}

header {
  position: absolute;
  top: 40px;
  left: 0;
  width: 100%;
  padding-bottom: 24px;
  z-index: 5;
}

header .logo {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

header .logo a {
  color: #FAFAFA;

  text-align: center;
  font-family: Caveat;
  font-size: 40px;
  font-style: normal;
  font-weight: 400;
  line-height: 120%;
  /* 48px */
  text-transform: capitalize;
}

.content_bottom_cookies {
  position: fixed;
  bottom: -100%;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  background: #183E2E;
  width: 95%;
  padding: 20px;
  border-radius: 10px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  z-index: 5;
  row-gap: 20px;
  opacity: 0;
  -webkit-transition: bottom 0.5s ease-out, opacity 0.5s ease-out;
  transition: bottom 0.5s ease-out, opacity 0.5s ease-out;
  padding: 40px 60px;
}

@media (max-width: 1070px) {
  .content_bottom_cookies {
    padding: 40px 20px;
  }
}

.content_bottom_cookies.show {
  bottom: 20px;
  opacity: 1;
}

@media (max-width: 600px) {
  .content_bottom_cookies {
    width: 90%;
    left: 50%;
    -webkit-transform: translateX(-50%);
            transform: translateX(-50%);
  }
}

.content_bottom_cookies h5 {
  font-size: 32px;
  font-weight: 700;
  color: #fff;
  text-transform: uppercase;
}

.content_bottom_cookies p {
  font-size: 18px;
  font-weight: 400;
  margin-top: 20px;
  color: #fff;
}

.content_bottom_cookies .content_bottom_btn {
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  text-align: center;
  margin-top: 20px;
  -webkit-column-gap: 20px;
          column-gap: 20px;
}

.content_bottom_cookies .content_bottom_btn button {
  width: 100%;
  background-color: #fff;
  color: #000;
  width: 179px;
  border-radius: 20px;
  border: 1px solid #fff;
  height: 48px;
}

.content_bottom_cookies .content_bottom_btn button:hover {
  background-color: rgba(0, 0, 0, 0.5);
	color:#fff;
}

.first__section {
  padding-bottom: 200px;
  background-image: url("http://feroqjumixmaqir.com/wp-content/uploads/2025/04/1.webp");
  background-size: cover;
  background-position: center;
  position: relative;
}

.first__section .first__section_wrapper {
  margin-top: 60px;
  position: relative;
  z-index: 3;
}

.first__section .first__section_wrapper .text__center {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
}

.first__section .first__section_wrapper .text__bottom {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}

.first__section .first__section_wrapper p {
  margin-top: 12px;
  color: #FAFAFA;
  text-align: center;
  font-family: "Cormorant Unicase";
  font-size: 14px;
  font-style: normal;
  font-weight: 400;
  line-height: 160%;
  /* 22.4px */
}

.second__section .second__section_wrapper {
  background: #EEEDEC;
  padding: 40px;
}

.second__section .second__section_wrapper .block__wrapper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 70px;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.second__section .second__section_wrapper .block__wrapper .right h6 {
  color: #183E2E;
  font-family: Caveat;
  font-size: 24px;
  font-style: normal;
  font-weight: 400;
  line-height: 110%;
  /* 26.4px */
  letter-spacing: 0.48px;
}

.second__section .second__section_wrapper .block__wrapper .right h2 {
  margin-top: 10px;
  color: #183E2E;
  font-family: "Cormorant Unicase";
  font-size: 48px;
  font-style: normal;
  font-weight: 500;
  line-height: 110%;
  /* 52.8px */
  text-transform: uppercase;
}

.second__section .second__section_wrapper .block__wrapper .right p {
  margin-top: 10px;
  color: #183E2E;
  font-family: "Cormorant Unicase";
  font-size: 14px;
  font-style: normal;
  font-weight: 400;
  line-height: 160%;
  /* 22.4px */
}

.third__section {
  background: #183E2E;
}

.third__section .third__section_wrapper {
  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;
}

.third__section .third__section_wrapper button {
  background-color: transparent;
  border: 1px solid #fff;
  color: #fff;
}

.third__section .third__section_wrapper h4 {
  color: #FAFAFA;
  text-align: center;
  font-family: "Cormorant Unicase";
  font-size: 48px;
  font-style: normal;
  font-weight: 500;
  line-height: 110%;
  /* 52.8px */
}

.third__section .third__section_wrapper h4 span {
  color: #FAFAFA;
  font-family: Caveat;
  font-size: 48px;
  font-style: normal;
  font-weight: 400;
  line-height: 110%;
}

.fourth__section .fourth__section_wrapper {
  background: #EEEDEC;
  padding: 40px;
}

.fourth__section .fourth__section_wrapper .block__wrapper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 90px;
}

.fourth__section .fourth__section_wrapper .block__wrapper .left {
  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;
}

.fourth__section .fourth__section_wrapper .block__wrapper .left h6 {
  color: #183E2E;
  font-family: Caveat;
  font-size: 24px;
  font-style: normal;
  font-weight: 400;
  line-height: 110%;
  /* 26.4px */
  letter-spacing: 0.48px;
}

.fourth__section .fourth__section_wrapper .block__wrapper .left h2 {
  color: #183E2E;
  font-family: "Cormorant Unicase";
  font-size: 48px;
  font-style: normal;
  font-weight: 500;
  line-height: 110%;
  /* 52.8px */
  text-transform: uppercase;
}

.fourth__section .fourth__section_wrapper .block__wrapper .right {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  gap: 20px;
}

.fourth__section .fourth__section_wrapper .block__wrapper .right .block {
  max-width: 172px;
  width: 100%;
}

.fourth__section .fourth__section_wrapper .block__wrapper .right h5 {
  color: #183E2E;
  font-family: "Cormorant Unicase";
  font-size: 32px;
  font-style: normal;
  font-weight: 600;
  line-height: 120%;
  /* 38.4px */
}

.fourth__section .fourth__section_wrapper .block__wrapper .right p {
  color: #183E2E;
  font-family: "Cormorant Unicase";
  font-size: 14px;
  font-style: normal;
  font-weight: 400;
  line-height: 160%;
  /* 22.4px */
}

.five__section {
  margin-top: 100px;
}

.five__section .five__section_wrapper .block__wrapper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 70px;
}

.five__section .five__section_wrapper .block__wrapper h6 {
  color: #183E2E;
  font-family: Caveat;
  font-size: 24px;
  font-style: normal;
  font-weight: 400;
  line-height: 110%;
  /* 26.4px */
  letter-spacing: 0.48px;
}

.five__section .five__section_wrapper .block__wrapper h2 {
  color: #183E2E;
  font-family: "Cormorant Unicase";
  font-size: 48px;
  font-style: normal;
  font-weight: 500;
  line-height: 110%;
  /* 52.8px */
  text-transform: uppercase;
}

.five__section .five__section_wrapper .block__wrapper p {
  color: #183E2E;
  font-family: "Cormorant Unicase";
  font-size: 14px;
  font-style: normal;
  font-weight: 400;
  line-height: 160%;
  /* 22.4px */
}

.five__section .five__section_wrapper .block__wrapper h5 {
  color: rgba(24, 62, 46, 0.7);
  font-family: "Cormorant Unicase";
  font-size: 24px;
  font-style: normal;
  font-weight: 500;
  line-height: 100%;
  /* 24px */
}

.six__section .six__section_wrapper h4 {
  color: #183E2E;
  font-family: "Cormorant Unicase";
  font-size: 32px;
  font-style: normal;
  font-weight: 600;
  line-height: 120%;
  /* 38.4px */
}

.six__section .six__section_wrapper p {
  color: #183E2E;
  font-family: "Cormorant Unicase";
  font-size: 14px;
  font-style: normal;
  font-weight: 400;
  line-height: 160%;
  /* 22.4px */
}

.six__section .six__section_wrapper .block__wrapper {
  margin-top: 12px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 12px;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}

.six__section .six__section_wrapper .block__wrapper p {
  color: #FAFAFA;
  font-family: "Cormorant Unicase";
  font-size: 14px;
  font-style: normal;
  font-weight: 400;
  line-height: 160%;
  /* 22.4px */
  background: #183E2E;
  padding: 12px;
}

.footer {
  border-top: 1px solid rgba(250, 250, 250, 0.1);
  background: #183E2E;
  padding: 32px 0px;
}

.footer .footer__wrapper .top {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  padding: 30px 0px;
}

.footer .footer__wrapper .logo a {
  color: #FAFAFA;
  text-align: center;
  font-family: Caveat;
  font-size: 30px;
  font-style: normal;
  font-weight: 400;
  line-height: 120%;
  /* 36px */
  text-transform: capitalize;
}

.footer .footer__wrapper .link {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 48px;
}

.footer .footer__wrapper .link a {
  color: #FAFAFA;
  text-align: center;
  leading-trim: both;
  text-edge: cap;
  font-family: "Cormorant Unicase";
  font-size: 24px;
  font-style: normal;
  font-weight: 400;
  line-height: 120%;
  /* 28.8px */
}

.footer .footer__wrapper .bottom {
  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;
  padding-top: 40px;
}

.footer .footer__wrapper .bottom span {
  color: rgba(250, 250, 250, 0.7);
  text-align: center;
  font-family: "Cormorant Unicase";
  font-size: 14px;
  font-style: normal;
  font-weight: 400;
  line-height: 120%;
  /* 16.8px */
}

.footer .footer__wrapper .bottom p {
  color: #FAFAFA;
  text-align: center;
  leading-trim: both;
  text-edge: cap;
  font-family: "Cormorant Unicase";
  font-size: 24px;
  font-style: normal;
  font-weight: 400;
  line-height: 120%;
  /* 28.8px */
}

.privacy {
  margin-top: 60px;
}

.privacy .privacy__wrapper h2 {
  color: #183E2E;
  text-align: center;
  font-family: "Cormorant Unicase";
  font-size: 48px;
  font-style: normal;
  font-weight: 500;
  line-height: 110%;
  /* 52.8px */
  text-transform: uppercase;
  margin-bottom: 48px;
}

@media (max-width: 1024px) {
  .privacy .privacy__wrapper h2 {
    font-size: 32px;
  }
}

.privacy .privacy__wrapper p {
  margin-top: 10px;
  color: #183E2E;
  font-family: "Cormorant Unicase";
  font-size: 14px;
  font-style: normal;
  font-weight: 400;
  line-height: 160%;
  /* 22.4px */
}

.privacy .privacy__wrapper ul, .privacy .privacy__wrapper ol {
  margin-top: 10px;
  padding-left: 30px;
  color: #183E2E;
  font-family: "Cormorant Unicase";
  font-size: 14px;
  font-style: normal;
  font-weight: 400;
  line-height: 160%;
  /* 22.4px */
}
/*# sourceMappingURL=style.css.map */