@import url("./variables.css");
.main-wrapper {
  width: 1310%;
  height: 100vh;
  scroll-snap-type: x mandatory;
}
.main-wrapper .main_container {
  display: flex;
  height: 100vh;
  flex-wrap: nowrap;
}
.main-wrapper .main_container .logo {
  position: fixed;
  top: 5%;
  left: 0.5%;
  z-index: 2;
  mix-blend-mode: difference;
  width: 10vw;
}
.main-wrapper .main_container .ham {
  position: fixed;
  z-index: 3;
  right: 6%;
  top: 5%;
  background-color: white;
  width: 25px;
  height: 25px;
  border-radius: 50%;
  display: none;
  padding: 5px;
}
.main-wrapper .main_container .offcanvas {
  position: fixed !important;
  z-index: 9999 !important;
  width: 100% !important;
}
.main-wrapper .main_container .first_section {
  width: 100%;
  height: 100vh;
  position: relative;
  background-color: var(--secondary);
}
.main-wrapper .main_container .first_section .v_box {
  width: 100%;
  height: 65vh;
  position: absolute;
}
.main-wrapper .main_container .first_section .v_box video {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: center center;
     object-position: center center;
}
.main-wrapper .main_container .first_section .t_box_text {
  display: flex;
  align-items: flex-end;
  position: absolute;
  bottom: 5%;
  left: 8%;
  gap: 20px;
}
.main-wrapper .main_container .first_section .t_box_text h1 {
  color: var(--light);
  font-family: var(--primary-font);
  font-size: 4vw;
  /* Responsive font size using vw unit */
  font-style: normal;
  font-weight: 400;
  line-height: 70px;
  text-transform: capitalize !important;
}
.main-wrapper .main_container .first_section .t_box_text .btn_box p {
  color: var(--light);
  font-family: var(--secondary-font);
  font-size: 1.5vw;
  /* Equivalent to 20px at 1920px viewport width */
  font-style: normal;
  font-weight: 400;
  line-height: 28px;
}
.main-wrapper .main_container .first_section .t_box_text .btn_box .btn_flex {
  display: flex;
  gap: 30px;
  align-items: baseline;
}
.main-wrapper .main_container .first_section .t_box_text .btn_box .btn_flex .watch {
  font-family: var(--secondary-font);
  color: var(--light);
  font-size: 1.5vw;
  transition: all 0.3s ease;
  font-weight: 900;
  margin-top: 20px;
}
.main-wrapper .main_container .first_section .t_box_text .btn_box .btn_flex .watch:hover {
  color: #E9B56D;
}
.main-wrapper .main_container .second_section {
  width: 100%;
  height: 100vh;
  position: relative;
  background-color: var(--primary-color);
}
.main-wrapper .main_container .second_section .patch {
  width: 10%;
  height: 35vh;
  background-color: var(--secondary);
  position: absolute;
  bottom: 0;
  left: -2px;
}
.main-wrapper .main_container .second_section .card_wrapper {
  position: absolute;
  bottom: 0;
  left: 5%;
  width: auto;
  height: 75vh;
  border-radius: 20px 20px 0 0;
  overflow: hidden;
}
.main-wrapper .main_container .second_section .card_wrapper .card_1 {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.main-wrapper .main_container .second_section .text_wrapper {
  position: absolute;
  top: 30%;
  left: 40%;
}
.main-wrapper .main_container .second_section .text_wrapper h1 {
  font-family: var(--primary-font);
  font-size: 3.5vw;
  /* Equivalent to 54px at 1920px viewport width */
  font-style: normal;
  font-weight: 300;
  line-height: 55px;
  letter-spacing: 2.16px;
  background: linear-gradient(90deg, #E9B56D -23.79%, #232323 42.38%);
  background-clip: text;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  margin-bottom: 20px;
}
.main-wrapper .main_container .second_section .text_wrapper p {
  color: var(--secondary);
  font-family: var(--secondary-font);
  font-size: 1.5vw;
  font-style: normal;
  font-weight: 400;
  line-height: 28px;
  margin-bottom: 40px;
  width: 60%;
}
.main-wrapper .main_container .second_section .text_wrapper .btn_flex {
  display: flex;
  align-items: baseline;
  gap: 30px;
}
.main-wrapper .main_container .second_section .text_wrapper .btn_flex .watch {
  font-size: 1.5vw;
  font-family: var(--secondary-font);
  color: var(--secondary);
  transition: all 0.3s ease;
  font-weight: 900;
}
.main-wrapper .main_container .second_section .text_wrapper .btn_flex .watch:hover {
  color: #E9B56D;
}
.main-wrapper .main_container .second_section .card_wrapper_2 {
  position: absolute;
  top: 0;
  right: -15%;
  width: auto;
  height: 75vh;
  border-radius: 0 0 20px 20px;
  overflow: hidden;
  z-index: 2;
}
.main-wrapper .main_container .second_section .card_wrapper_2 .card_2 {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.main-wrapper .main_container .third_section {
  width: 100%;
  height: 100vh;
  position: relative;
  z-index: -2;
}
.main-wrapper .main_container .third_section .v_box {
  width: 100%;
  height: 100vh;
  position: relative;
  z-index: 1;
}
.main-wrapper .main_container .third_section .v_box::before {
  content: "";
  background: rgba(111, 74, 30, 0.3);
  width: 100%;
  height: 100%;
  position: absolute;
  left: 0;
  top: 0;
}
.main-wrapper .main_container .third_section .v_box video {
  width: 100%;
  height: 100vh;
  -o-object-fit: cover;
     object-fit: cover;
}
.main-wrapper .main_container .third_section .text_wrapper {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  z-index: 5;
}
.main-wrapper .main_container .third_section .text_wrapper h1 {
  font-family: var(--secondary-font);
  font-size: 4vw;
  font-style: normal;
  font-weight: 600;
  line-height: 62px;
  /* 124% */
  color: var(--primary);
  text-decoration: underline !important;
}
.main-wrapper .main_container .fourth_section {
  width: 140%;
  height: 100vh;
  position: relative;
  background-color: var(--secondary);
  z-index: -2;
}
.main-wrapper .main_container .fourth_section .text_wrapper {
  position: absolute;
  top: 30%;
  left: 10%;
}
.main-wrapper .main_container .fourth_section .text_wrapper .btn_flex {
  display: flex;
  gap: 30px;
  align-items: baseline;
}
.main-wrapper .main_container .fourth_section .text_wrapper .btn_flex .watch {
  font-family: var(--secondary-font);
  color: var(--light);
  font-size: 1.5vw;
  transition: all 0.3s ease;
  font-weight: 900;
}
.main-wrapper .main_container .fourth_section .text_wrapper .btn_flex .watch:hover {
  color: #E9B56D;
}
.main-wrapper .main_container .fourth_section .text_wrapper h1 {
  font-family: var(--primary-font);
  font-size: 3.5vw;
  /* Equivalent to 54px at 1920px viewport width */
  font-style: normal;
  font-weight: 300;
  line-height: 55px;
  letter-spacing: 2.16px;
  background: linear-gradient(90deg, #E9B56D -13.91%, #FFF 42.38%);
  background-clip: text;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  margin-bottom: 20px;
}
.main-wrapper .main_container .fourth_section .text_wrapper p {
  color: var(--light);
  font-family: var(--secondary-font);
  font-size: 1.5vw;
  font-style: normal;
  font-weight: 400;
  line-height: 28px;
  width: 38%;
  margin-bottom: 20px;
}
.main-wrapper .main_container .fourth_section .card_wrapper {
  position: absolute;
  bottom: 0;
  left: -12%;
  width: auto;
  height: 75vh;
  border-radius: 20px 20px 0 0;
  overflow: hidden;
  z-index: 5;
}
.main-wrapper .main_container .fourth_section .card_wrapper .card_3 {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.main-wrapper .main_container .fourth_section .img_wrapper {
  position: absolute;
  top: 0;
  right: -5%;
  display: flex;
  gap: 30px;
}
.main-wrapper .main_container .fourth_section .img_wrapper .card_wrapper_1,
.main-wrapper .main_container .fourth_section .img_wrapper .card_wrapper_2,
.main-wrapper .main_container .fourth_section .img_wrapper .card_wrapper_3 {
  width: auto;
  height: 75vh;
  border-radius: 0 0 20px 20px;
  overflow: hidden;
  z-index: 2;
}
.main-wrapper .main_container .fourth_section .img_wrapper .card_wrapper_1 .card_2,
.main-wrapper .main_container .fourth_section .img_wrapper .card_wrapper_2 .card_2,
.main-wrapper .main_container .fourth_section .img_wrapper .card_wrapper_3 .card_2 {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.main-wrapper .main_container .five_section {
  width: 80%;
  height: 100vh;
  position: relative;
  background-color: var(--primary-color);
  z-index: -3;
}
.main-wrapper .main_container .five_section .text_wrapper {
  position: absolute;
  top: 30%;
  left: 20%;
}
.main-wrapper .main_container .five_section .text_wrapper .btn_flex {
  display: flex;
  align-items: baseline;
  gap: 30px;
}
.main-wrapper .main_container .five_section .text_wrapper .btn_flex .watch {
  font-size: 1.5vw;
  font-family: var(--secondary-font);
  color: var(--secondary);
  transition: all 0.3s ease;
  font-weight: 900;
}
.main-wrapper .main_container .five_section .text_wrapper .btn_flex .watch:hover {
  color: #E9B56D;
}
.main-wrapper .main_container .five_section .text_wrapper h1 {
  font-family: var(--primary-font);
  font-size: 3.5vw;
  /* Equivalent to 54px at 1920px viewport width */
  font-style: normal;
  font-weight: 300;
  line-height: 55px;
  letter-spacing: 2.16px;
  background: linear-gradient(90deg, #E9B56D -23.79%, #232323 42.38%);
  background-clip: text;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  margin-bottom: 20px;
}
.main-wrapper .main_container .five_section .text_wrapper p {
  color: var(--secondary);
  font-family: var(--secondary-font);
  font-size: 1.5vw;
  font-style: normal;
  font-weight: 400;
  line-height: 28px;
  width: 60%;
  margin-bottom: 40px;
}
.main-wrapper .main_container .five_section .card_wrapper {
  position: absolute;
  bottom: 0;
  right: -7%;
  width: auto;
  height: 75vh;
  border-radius: 20px 20px 0 0;
  overflow: hidden;
  z-index: 3;
}
.main-wrapper .main_container .five_section .card_wrapper .card_3 {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.main-wrapper .main_container .six_section {
  width: 80%;
  height: 100vh;
  position: relative;
  background-color: var(--secondary);
  z-index: -5;
}
.main-wrapper .main_container .six_section .text_wrapper {
  position: absolute;
  top: 30%;
  left: 20%;
}
.main-wrapper .main_container .six_section .text_wrapper .btn_flex {
  display: flex;
  gap: 30px;
  align-items: baseline;
}
.main-wrapper .main_container .six_section .text_wrapper .btn_flex .watch {
  font-family: var(--secondary-font);
  color: var(--light);
  font-size: 1.5vw;
  transition: all 0.3s ease;
  font-weight: 900;
}
.main-wrapper .main_container .six_section .text_wrapper .btn_flex .watch:hover {
  color: #E9B56D;
}
.main-wrapper .main_container .six_section .text_wrapper h1 {
  font-family: var(--primary-font);
  font-size: 3.5vw;
  /* Equivalent to 54px at 1920px viewport width */
  font-style: normal;
  font-weight: 300;
  line-height: 55px;
  letter-spacing: 2.16px;
  background: linear-gradient(90deg, #E9B56D -13.91%, #FFF 42.38%);
  background-clip: text;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  margin-bottom: 20px;
}
.main-wrapper .main_container .six_section .text_wrapper p {
  color: var(--light);
  font-family: var(--secondary-font);
  font-size: 1.5vw;
  font-style: normal;
  font-weight: 400;
  line-height: 28px;
  width: 60%;
  margin-bottom: 20px;
}
.main-wrapper .main_container .six_section .card_wrapper {
  position: absolute;
  top: 0;
  right: -10%;
  width: auto;
  height: 75vh;
  border-radius: 0 0 20px 20px;
  overflow: hidden;
  z-index: 3;
}
.main-wrapper .main_container .six_section .card_wrapper .card_3 {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.main-wrapper .main_container .seven_section {
  width: 100%;
  height: 100vh;
  position: relative;
  z-index: -6;
}
.main-wrapper .main_container .seven_section .v_box {
  width: 100%;
  height: 100vh;
  position: relative;
  z-index: 1;
}
.main-wrapper .main_container .seven_section .v_box::before {
  content: "";
  background: rgba(111, 74, 30, 0.3);
  width: 100%;
  height: 100%;
  position: absolute;
  left: 0;
  top: 0;
}
.main-wrapper .main_container .seven_section .v_box video {
  width: 100%;
  height: 100vh;
  -o-object-fit: cover;
     object-fit: cover;
}
.main-wrapper .main_container .seven_section .text_wrapper {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  z-index: 5;
}
.main-wrapper .main_container .seven_section .text_wrapper h1 {
  font-family: var(--secondary-font);
  font-size: 4vw;
  font-style: normal;
  font-weight: 600;
  line-height: 62px;
  /* 124% */
  color: var(--primary);
  text-decoration: underline !important;
}
.main-wrapper .main_container .eight_section {
  width: 70%;
  height: 100vh;
  position: relative;
  background-color: var(--primary-color);
}
.main-wrapper .main_container .eight_section .card_wrapper {
  position: absolute;
  bottom: 0;
  left: -20%;
  width: auto;
  height: 75vh;
  border-radius: 20px 20px 0 0;
  overflow: hidden;
  z-index: 3;
}
.main-wrapper .main_container .eight_section .card_wrapper .card_3 {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.main-wrapper .main_container .eight_section .text_wrapper {
  position: absolute;
  top: 30%;
  left: 30%;
}
.main-wrapper .main_container .eight_section .text_wrapper .btn_flex {
  display: flex;
  align-items: baseline;
  gap: 30px;
}
.main-wrapper .main_container .eight_section .text_wrapper .btn_flex .watch {
  font-size: 1.5vw;
  font-family: var(--secondary-font);
  color: var(--secondary);
  transition: all 0.3s ease;
  font-weight: 900;
}
.main-wrapper .main_container .eight_section .text_wrapper .btn_flex .watch:hover {
  color: #E9B56D;
}
.main-wrapper .main_container .eight_section .text_wrapper h1 {
  font-family: var(--primary-font);
  font-size: 3.5vw;
  /* Equivalent to 54px at 1920px viewport width */
  font-style: normal;
  font-weight: 300;
  line-height: 55px;
  letter-spacing: 2.16px;
  background: linear-gradient(90deg, #E9B56D -23.79%, #232323 42.38%);
  background-clip: text;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  margin-bottom: 20px;
}
.main-wrapper .main_container .eight_section .text_wrapper p {
  color: var(--secondary);
  font-family: var(--secondary-font);
  font-size: 1.5vw;
  font-style: normal;
  font-weight: 400;
  line-height: 28px;
  margin-bottom: 40px;
}
.main-wrapper .main_container .double_section {
  width: 100%;
  display: flex;
  flex-direction: column;
}
.main-wrapper .main_container .double_section .nine_section {
  width: 100%;
  height: 100vh;
}
.main-wrapper .main_container .double_section .nine_section img {
  width: 100%;
  height: 100%;
}
.main-wrapper .main_container .ten_section {
  width: 100%;
  height: 100vh;
  position: relative;
  background-color: var(--primary-color);
}
.main-wrapper .main_container .ten_section .btn_flex {
  display: flex;
  align-items: baseline;
  gap: 30px;
  display: flex;
  align-items: baseline;
  gap: 30px;
  position: absolute;
  top: 28%;
  right: 5%;
}
.main-wrapper .main_container .ten_section .btn_flex .watch {
  font-size: 1.5vw;
  font-family: var(--secondary-font);
  color: var(--secondary);
  transition: all 0.3s ease;
  font-weight: 900;
}
.main-wrapper .main_container .ten_section .btn_flex .watch:hover {
  color: #E9B56D;
}
.main-wrapper .main_container .ten_section .text_wrap {
  position: absolute;
  top: 17%;
  left: 5%;
}
.main-wrapper .main_container .ten_section .text_wrap h1 {
  font-family: var(--primary-font);
  font-size: 3.5vw;
  font-style: normal;
  font-weight: 300;
  line-height: 54px;
  letter-spacing: 2.16px;
  background: linear-gradient(90deg, #E9B56D -23.79%, #232323 42.38%);
  background-clip: text;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  margin-bottom: 10px;
}
.main-wrapper .main_container .ten_section .text_wrap p {
  color: var(--secondary);
  font-family: var(--secondary-font);
  font-size: 1.5vw;
  font-style: normal;
  font-weight: 400;
  line-height: 28px;
  width: 65%;
  /* 140% */
}
.main-wrapper .main_container .ten_section .img_wrap {
  position: absolute;
  top: 40%;
  left: 5%;
  right: 5%;
  gap: 20px;
  display: flex;
  justify-content: space-between;
}
.main-wrapper .main_container .ten_section .img_wrap .img_box {
  width: 320px;
  height: 300px;
}
.main-wrapper .main_container .ten_section .img_wrap .img_box img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: center center;
     object-position: center center;
}
.main-wrapper .main_container .ten_section .img_wrap .img_box p {
  color: var(--secondary);
  font-family: var(--primary-font);
  font-size: 24px;
  font-style: normal;
  font-weight: 300;
  line-height: 26px;
  /* 108.333% */
  letter-spacing: 0.96px;
  margin-top: 20px;
  text-align: center;
}
.main-wrapper .main_container .eleven_section {
  width: 100%;
  height: 100%;
  position: relative;
  background-color: var(--secondary);
}
.main-wrapper .main_container .eleven_section .text_wrapper {
  display: flex;
  margin: 0 5%;
  align-items: center;
  position: absolute;
  top: 25%;
  gap: 40px;
}
.main-wrapper .main_container .eleven_section .text_wrapper h1 {
  color: var(--light);
  font-family: var(--primary-font);
  font-size: 5vw;
  font-style: normal;
  font-weight: 300;
  line-height: 84px;
  /* 131.25% */
}
.main-wrapper .main_container .eleven_section .text_wrapper .btn_box p {
  color: var(--light);
  font-family: var(--secondary-font);
  font-size: 20px;
  font-style: normal;
  font-weight: 400;
  line-height: 28px;
  /* 140% */
}
.main-wrapper .main_container .eleven_section .address {
  position: absolute;
  margin: 0 5%;
  top: 60%;
}
.main-wrapper .main_container .eleven_section .address h4 {
  color: var(--light);
  font-family: var(--secondary-font);
  font-size: 18px;
  font-style: normal;
  font-weight: 400;
  line-height: 30px;
  /* 166.667% */
  text-decoration-line: underline;
  margin-bottom: 15px;
}
.main-wrapper .main_container .eleven_section .address .phone {
  color: var(--light);
  font-family: var(--secondary-font);
  font-size: 18px;
  font-style: normal;
  font-weight: 400;
  line-height: 30px;
  /* 166.667% */
}
.main-wrapper .main_container .eleven_section .address .mail {
  color: #FF5F2A;
  font-family: var(--secondary-font);
  font-size: 18px;
  font-style: normal;
  font-weight: 400;
  line-height: 30px;
  /* 166.667% */
  text-decoration-line: underline;
}
.main-wrapper .main_container .eleven_section .copyright {
  position: absolute;
  bottom: 3%;
  margin: 0 5%;
  display: flex;
  align-items: center;
  gap: 200px;
}
.main-wrapper .main_container .eleven_section .copyright .icons {
  display: flex;
  gap: 20px;
}
.main-wrapper .main_container .eleven_section .copyright .icons a {
  transition: all 0.3s ease;
}
.main-wrapper .main_container .eleven_section .copyright .icons a:hover {
  scale: 1.2;
}
.main-wrapper .main_container .eleven_section .copyright p {
  color: var(--light);
  font-family: var(--secondary-font);
  font-size: 1.5vw;
  font-style: normal;
  font-weight: 400;
  line-height: 28px;
  /* 140% */
}
.main-wrapper .main_container .twelve_section {
  width: 100%;
  height: 100vh;
  position: relative;
  background-color: var(--secondary);
  z-index: -5;
}
.main-wrapper .main_container .twelve_section .text_wrapper {
  position: absolute;
  top: 30%;
  left: 6%;
}
.main-wrapper .main_container .twelve_section .text_wrapper .btn_flex {
  display: flex;
  gap: 30px;
  align-items: baseline;
}
.main-wrapper .main_container .twelve_section .text_wrapper .btn_flex .watch {
  font-family: var(--secondary-font);
  color: var(--light);
  font-size: 1.5vw;
  transition: all 0.3s ease;
  font-weight: 900;
}
.main-wrapper .main_container .twelve_section .text_wrapper .btn_flex .watch:hover {
  color: #E9B56D;
}
.main-wrapper .main_container .twelve_section .text_wrapper h1 {
  font-family: var(--primary-font);
  font-size: 3.5vw;
  /* Equivalent to 54px at 1920px viewport width */
  font-style: normal;
  font-weight: 300;
  line-height: 55px;
  letter-spacing: 2.16px;
  background: linear-gradient(90deg, #E9B56D -13.91%, #FFF 42.38%);
  background-clip: text;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  margin-bottom: 20px;
}
.main-wrapper .main_container .twelve_section .text_wrapper p {
  color: var(--light);
  font-family: var(--secondary-font);
  font-size: 1.5vw;
  font-style: normal;
  font-weight: 400;
  line-height: 28px;
  width: 50%;
  margin-bottom: 20px;
}
.main-wrapper .main_container .twelve_section .card_wrapper {
  position: absolute;
  top: 0;
  right: 5%;
  width: auto;
  height: 75vh;
  border-radius: 0 0 20px 20px;
  overflow: hidden;
  z-index: 3;
}
.main-wrapper .main_container .twelve_section .card_wrapper .card_3 {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.main-wrapper .main_container .thirteen_section {
  width: 120%;
  height: 100vh;
  position: relative;
  background-color: var(--primary);
  z-index: -5;
  overflow: hidden;
  display: flex;
  align-items: center;
}
.main-wrapper .main_container .thirteen_section .text_wrapper {
  position: relative;
  padding-left: 10%;
}
.main-wrapper .main_container .thirteen_section .text_wrapper .btn_flex {
  display: flex;
  align-items: baseline;
  gap: 30px;
}
.main-wrapper .main_container .thirteen_section .text_wrapper .btn_flex .watch {
  font-size: 1.5vw;
  font-family: var(--secondary-font);
  color: var(--secondary);
  transition: all 0.3s ease;
  font-weight: 900;
}
.main-wrapper .main_container .thirteen_section .text_wrapper .btn_flex .watch:hover {
  color: #E9B56D;
}
.main-wrapper .main_container .thirteen_section .text_wrapper h1 {
  font-family: var(--primary-font);
  font-style: normal;
  font-weight: 300;
  letter-spacing: 2.16px;
  background: linear-gradient(90deg, #E9B56D -23.79%, #232323 42.38%);
  background-clip: text;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  margin-bottom: 20px;
}
.main-wrapper .main_container .thirteen_section .text_wrapper p {
  color: var(--secondary);
  font-family: var(--secondary-font);
  font-size: 1.5vw;
  font-style: normal;
  font-weight: 400;
  line-height: 28px;
  width: 50%;
  margin-bottom: 20px;
}
.main-wrapper .main_container .thirteen_section .card_wrapper {
  position: absolute;
  top: -5%;
  right: 9%;
  overflow: hidden;
  z-index: 3;
  display: flex;
  rotate: 3deg;
  gap: 20px;
}
.main-wrapper .main_container .thirteen_section .card_wrapper .row1 {
  display: flex;
  flex-direction: column;
  gap: 20px;
  transform: translateY(700px);
  animation: moveUp 12s infinite;
  animation-direction: alternate;
}
@keyframes moveUp {
  0% {
    transform: translateY(0);
  }
  100% {
    transform: translateY(-700px);
  }
}
.main-wrapper .main_container .thirteen_section .card_wrapper .row1 .img_wrapperr {
  width: 18.3vw;
  height: 41.18vh;
  overflow: hidden;
}
.main-wrapper .main_container .thirteen_section .card_wrapper .row1 .img_wrapperr img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.main-wrapper .main_container .thirteen_section .card_wrapper .row2 {
  display: flex;
  flex-direction: column;
  gap: 20px;
  margin-top: -700px;
  animation: movedown 12s infinite;
  animation-direction: alternate;
}
@keyframes movedown {
  0% {
    transform: translateY(0);
  }
  100% {
    transform: translateY(700px);
  }
}
.main-wrapper .main_container .thirteen_section .card_wrapper .row2 .img_wrapperr {
  width: 18.3vw;
  height: 41.18vh;
  overflow: hidden;
}
.main-wrapper .main_container .thirteen_section .card_wrapper .row2 .img_wrapperr img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.main-wrapper .main_container .thirteen_section .i_btn {
  display: inline-flex;
  padding: 12px 24px;
  justify-content: center;
  align-items: center;
  gap: 4px;
  border-radius: 19px;
  background: rgba(255, 255, 255, 0.4);
  box-shadow: 0px 0px 124px 4px rgba(0, 0, 0, 0.95);
  backdrop-filter: blur(7px);
  -webkit-backdrop-filter: blur(7px);
  position: absolute;
  right: 12%;
  top: 50%;
  z-index: 5;
}
.main-wrapper .main_container .thirteen_section .i_btn span {
  color: var(--light);
  font-family: var(--secondary-font);
  font-size: 1.5vw;
  font-style: normal;
  font-weight: 900;
}

.menu {
  width: 100%;
  height: 60vh;
  /* Height of the menu */
  position: fixed;
  z-index: 1;
  bottom: -60vh;
  /* Initially hidden */
  background-color: var(--secondary);
  transition: bottom 0.5s;
  /* Smooth transition for the bottom property */
  will-change: bottom;
  /* Optimize for the bottom property change */
}
.menu .img_box {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 5px;
  position: relative;
  top: 15%;
  transition: transform 0.4s ease-out;
}
.menu .img_box .img_card {
  width: 11.94vw;
  height: 9.1vw;
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  cursor: pointer;
  overflow: hidden;
  opacity: 1;
  transition: all 0.4s ease-out;
  transform-style: preserve-3d;
  /* Allow 3D transformations */
}
.menu .img_box .img_card:hover {
  transform: scale(1.1);
  /* Highlight hover effect */
  filter: grayscale(1);
}
.menu .img_box .img_card span {
  color: #FFF;
  text-align: center;
  font-family: var(--secondary-font);
  font-size: 16px;
  font-style: normal;
  font-weight: 300;
  line-height: 24px;
  /* 150% */
  letter-spacing: 0.64px;
  position: absolute;
}
.menu .img_box .img_card img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.menu .f_nav {
  display: flex;
  position: absolute;
  bottom: 2%;
  align-items: center;
  justify-content: space-between;
  width: 100%;
  padding: 0 4%;
}
.menu .f_nav .icons {
  display: flex;
  gap: 20px;
}
.menu .f_nav .icons svg {
  cursor: pointer;
  transition: all 0.3s ease;
}
.menu .f_nav .icons svg:hover {
  transform: scale(1.2);
}
.menu .f_nav .t_nav {
  display: flex;
  gap: 30px;
}
.menu .f_nav .t_nav a {
  color: var(--light);
  font-family: var(--secondary-font);
  transition: all 0.5s ease;
}
.menu .f_nav .t_nav a:hover {
  transform: scale(1.2);
}

/* Additional styles to mimic the carousel effect */
.menu .img_box .img_card:nth-child(1) {
  transform: perspective(1200px) rotateY(35deg);
}

.menu .img_box .img_card:nth-child(2) {
  transform: perspective(1200px) rotateY(30deg);
}

.menu .img_box .img_card:nth-child(3) {
  transform: perspective(1200px) rotateY(25deg);
}

.menu .img_box .img_card:nth-child(4) {
  transform: rotateY(0deg) translateX(0) scale(0.8);
}

.menu .img_box .img_card:nth-child(5) {
  transform: rotateY(-20deg) translateX(0px) scale(0.8);
}

.menu .img_box .img_card:nth-child(6) {
  transform: rotateY(-30deg) translateX(0px) scale(0.9);
}

.menu .img_box .img_card:nth-child(7) {
  transform: rotateY(-20deg) translateX(0px) scale(1);
}

.menu .img_box .img_card:nth-child(8) {
  transform: rotateY(30deg) translateX(0px) scale(1.2);
}

.box {
  width: 80px;
  height: 80px;
  border-radius: 50%;
  background-color: rgb(0, 0, 0);
  position: fixed;
  z-index: 11;
  bottom: 3%;
  left: 50%;
  transform: translate(-50%, -50%);
  cursor: pointer;
  display: flex;
  justify-content: center;
  align-items: center;
  transition: all ease 0.35s;
  display: none;
}
.box img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: center center;
     object-position: center center;
  position: absolute;
  transition: all ease 0.35s;
}
.box span {
  font-size: 16px;
  font-family: var(--secondary-font);
  color: var(--light);
  font-weight: 800;
  transition: opacity 0.8s ease;
}
.box .img-1 {
  display: block;
  transform: scale(1);
}
.box .img-2 {
  display: none;
  transform: scale(0.9);
}
.box:hover {
  background-color: #FFF;
}
.box:hover span {
  color: #232323;
}
.box:hover .img-1 {
  display: none;
  transform: scale(0.9);
}
.box:hover .img-2 {
  display: block;
  transform: scale(1);
}

.swiper {
  width: 100%;
  padding-top: 50px;
  padding-bottom: 50px;
}

.swiper-slide {
  background-position: center;
  background-size: cover;
  width: 150px;
}

.swiper-slide img {
  display: block;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}

.swiper-slide .image_wrapper {
  height: auto;
  width: auto;
  position: relative;
  transition: all 0.3 ease;
}
.swiper-slide .image_wrapper:hover {
  filter: grayscale(1);
}
.swiper-slide .image_wrapper img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.swiper-slide .image_wrapper span {
  font-family: var(--secondary-font);
  color: white;
  font-size: 1rem;
  text-align: center;
  z-index: 5;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}

.mobile_offcanvas {
  background-color: var(--secondary);
  border: none;
  border-left: none !important;
  color: var(--primary);
}
.mobile_offcanvas .offcanvas__logo img {
  width: 140px;
}
.mobile_offcanvas .offcanvas__close .menu-close-btn {
  cursor: pointer;
  fill: none;
  stroke: var(--light);
  stroke-width: 2;
  stroke-linecap: round;
  color: var(--secondary);
  padding: 5px;
}
.mobile_offcanvas .offcanvas-body {
  padding: 2rem 1rem 1rem;
}
.mobile_offcanvas .offcanvas-body .mobile-menu .mean-nav {
  background: none;
  margin-top: 0;
  float: left;
  width: 100%;
}
.mobile_offcanvas .offcanvas-body .mobile-menu .mean-nav .mobile-ul li {
  position: relative;
  float: left;
  width: 100%;
  list-style-type: none;
}
.mobile_offcanvas .offcanvas-body .mobile-menu .mean-nav .mobile-ul li a {
  width: 100%;
  display: block;
  padding: 10px 0;
  color: var(--light);
  border-top: 1px solid #4a4a4a;
  font-size: 16px;
  line-height: 1.5;
  font-weight: 500;
  text-transform: uppercase;
  transition: all 0.3s ease-out 0s;
}
.mobile_offcanvas .offcanvas-body .mobile-menu .mean-nav .mobile-ul li:first-child > a {
  border-top: 1px solid transparent;
}

.modal .modal-content {
  border-radius: 30px;
  background: #232323;
  box-shadow: 0px 2px 74px 0px rgba(0, 0, 0, 0.25);
}
.modal .modal-content svg {
  position: absolute;
  right: 2%;
  cursor: pointer;
}
.modal .modal-header {
  border-bottom: none;
}
.modal .modal-footer {
  border-top: none;
}
.modal .modal-footer button {
  background-color: #ffffff;
  color: #232323;
  border: none;
  font-family: var(--primary-font);
  transition: all 0.3s ease;
}
.modal .modal-footer button:hover {
  background-color: #E9B56D;
}
.modal .form-select {
  color: #B4B4B4;
  font-family: var(--secondary-font);
  font-size: 16px;
}
.modal textarea {
  background-color: transparent;
  border: none;
  border-bottom: 1px solid #505050;
  border-radius: 0px;
  padding: 3rem 0.75rem;
}
.modal .text {
  padding-top: 40px !important;
}
.modal .form-floating > label {
  color: #B4B4B4;
  font-size: 16px;
  font-family: var(--secondary-font);
}
.modal .form-control {
  color: var(--light) !important;
  font-family: var(--primary-font);
  font-size: 14px;
  line-height: 10px;
  margin: 10px 0;
}
.modal .form-control:focus {
  box-shadow: none;
  color: var(--light);
  font-size: 14px;
  line-height: 10px;
  margin: 10px 0;
  background-color: transparent;
  border-color: #505050;
}
.modal .form-floating > .form-control:focus ~ label::after {
  background-color: transparent;
}
.modal .form-floating > .form-control:focus ~ label {
  color: #B4B4B4;
  margin-bottom: 20px;
}
.modal .form-floating > .form-control:not(:-moz-placeholder-shown) ~ label::after {
  background-color: transparent;
}
.modal .form-floating > .form-control:not(:placeholder-shown) ~ label::after {
  background-color: transparent;
}
.modal .modal-body {
  border-bottom: none;
}
.modal .modal-body .input_form {
  display: flex;
  justify-content: space-between;
}
.modal .modal-body .input_form input {
  background: transparent;
  border: none;
  border-bottom: 1px solid #505050;
  border-radius: 0px;
  width: 350px;
}
.modal .modal-body .input_form label {
  color: #B4B4B4 !important;
  font-family: var(--secondary-font);
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 30px;
  /* 187.5% */
}
.modal .modal-body .form-select {
  background-color: transparent;
  background-color: transparent;
  border: none;
  border-bottom: 1px solid #505050;
  border-radius: 0px;
  padding: 1.5rem 0.75rem;
}
.modal .modal-body .form-select:focus {
  box-shadow: none;
}
.modal .modal-title {
  font-family: var(--primary-font);
  font-size: 42px;
  font-style: normal;
  font-weight: 300;
  line-height: 60px;
  letter-spacing: 1.68px;
  background: linear-gradient(90deg, #E9B56D -13.91%, #FFF 42.38%);
  background-clip: text;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}

@media (max-width: 430px) {
  .thank-you {
    height: 300px;
  }
}
.thank-you img {
  width: -moz-fit-content;
  width: fit-content;
}
.thank-you .btnn2 {
  margin-top: 20px;
}

.error h1 {
  font-family: var(--primary-font);
  font-size: 21.5vw !important;
  line-height: 45vh !important;
  font-style: normal;
  font-weight: 300;
  color: rgb(233, 181, 109);
  letter-spacing: 2.16px;
  margin-bottom: 20px;
}
@media (max-width: 768px) {
  .error h1 {
    font-size: 189px !important;
    line-height: 210px !important;
  }
}
@media (max-width: 430px) {
  .error h1 {
    font-size: 90px !important;
    line-height: 100px !important;
  }
}

.thank-content .btnn2 {
  margin-top: 30px;
}

.detailslogo {
  background: #fffbf2;
  margin-top: 0px !important;
  padding: 15px 0;
  box-shadow: 0px 2px 10px 0px rgba(0, 0, 0, 0.05);
}

/* #fffbf2 */
@media (max-width: 769px) {
  .detailslogo .btnn2 {
    display: none;
  }
}/*# sourceMappingURL=main.css.map */