@charset "utf-8";

body {
  font-family: "DMSansVariableFont_opsz_wght", sans-serif;
  font-size: 16px;
  line-height: 20px;
  color: #787878;
  background-color: #2a2523;
}

figure {
  margin: 0;
}

a,
input,
button,
textarea {
  outline: none !important;
}

a {
  display: inline-block;
  text-decoration: none;
  transition: all ease-in-out 300ms;
  -webkit-transition: all ease-in-out 300ms;
  -ms-transition: all ease-in-out 300ms;
  -o-transition: all ease-in-out 300ms;
  -moz-transition: all ease-in-out 300ms;
}

.container-fluid,
.container {
  padding-left: 15px;
  padding-right: 15px;
}

.row {
  margin-left: -15px;
  margin-right: -15px;
}

.row > * {
  padding-left: 15px;
  padding-right: 15px;
}

p {
  font-family: inherit;
  font-size: 16px;
  line-height: 20px;
  color: inherit;
}

p a {
  text-decoration: none;
  color: inherit;
}

p a:hover {
  text-decoration: none;
}

ul li,
ol li {
  font-size: 16px;
  line-height: 20px;
}

ul li a,
ol li a {
  text-decoration: none;
  color: inherit;
}

ul li a:hover,
ol li a:hover {
  text-decoration: none;
}

h1 {
  font-family: "Butler_Regular", sans-serif;
  color: #c8a573;
  font-size: 82px;
  line-height: 100%;
}

h2 {
  font-family: "CinzelRegular", sans-serif;
  color: #c8a573;
  font-size: 60px;
  line-height: 100%;
}

h3 {
  font-family: "Butler_Regular", sans-serif;
  color: #c8a573;
  font-size: 52px;
  line-height: 100%;
}

h4 {
  font-family: "CinzelRegular", sans-serif;
  font-size: 32px;
  line-height: 42px;
}

h5 {
  font-family: "DMSansVariableFont_opsz_wght", sans-serif;
  font-size: 32px;
  line-height: 42px;
}

h6 {
  font-family: "CinzelRegular", sans-serif;
  font-size: 22px;
  line-height: 42px;
}

/* Chrome, Safari, Edge, Opera */
input::-webkit-outer-spin-button,
input::-webkit-inner-spin-button {
  -webkit-appearance: none;
  margin: 0;
}

.form-check-input:focus,
.form-control:focus {
  box-shadow: none;
  border-color: transparent;
}

/* buttons */

.btn {
  font-family: "GothamMedium", sans-serif;
  font-size: 19px;
  line-height: 23px;
  font-weight: inherit;
  color: #2a2523;
  padding: 10px 22px;
  border: 1px solid transparent;
  background-color: #c8a573;
  border-radius: 17px;
  -webkit-border-radius: 17px;
  -moz-border-radius: 17px;
  -ms-border-radius: 17px;
  -o-border-radius: 17px;
}

.btn:hover {
  color: #c8a573;
  background-color: transparent;
  border: 1px solid #c8a573;
}

.btn.disabled,
.btn:disabled,
fieldset:disabled .btn {
  color: #c8a573;
  background-color: transparent;
  border: 1px solid #c8a573;
}

.btn-check:checked + .btn,
.btn.active,
.btn.show,
.btn:first-child:active,
:not(.btn-check) + .btn:active {
  color: #c8a573;
  background-color: transparent;
  border: 1px solid #c8a573;
}

/* buttons */

.main-title {
  color: #c8a573;
  font-family: "Butler_Regular", sans-serif;
  font-size: 82px;
  line-height: 100%;
  letter-spacing: 2.46px;
  font-weight: inherit;
}

.main-title span {
  font-size: 52px;
  line-height: 100%;
  letter-spacing: 1.56px;
}

.main-title * {
  color: inherit;
  font-family: inherit;
  font-size: inherit;
  line-height: inherit;
  font-weight: inherit;
  margin: 0;
}

.detail {
  color: #787878;
  font-family: "DMSansVariableFont_opsz_wght", sans-serif;
  font-size: 14px;
  line-height: 20px;
  font-weight: inherit;
}

.detail * {
  color: inherit;
  font-family: inherit;
  font-size: inherit;
  line-height: inherit;
  font-weight: inherit;
}

.small-detail {
  color: #787878;
  font-family: "DMSansVariableFont_opsz_wght", sans-serif;
  font-size: 12px;
  line-height: 20px;
  font-weight: inherit;
}

.small-detail * {
  color: inherit;
  font-family: inherit;
  font-size: inherit;
  line-height: inherit;
  font-weight: inherit;
}

/* balloon container */
#balloon-container {
  position: fixed;
  inset: 0;
  overflow: hidden;
  pointer-events: none;
  z-index: 11;
  background: transparent !important;
  background: transparent !important;
}

/* your golden balloon image */
.balloon {
  position: absolute;
  width: 140px;
  height: 180px;
  background: url("./images/ballon1.svg") no-repeat center / contain;
  animation: fallDown linear forwards;
  opacity: 1;
  -webkit-animation: fallDown linear forwards;
  /* top: -260px;   */
}

/* falling animation */
@keyframes fallDown {
  from {
    transform: translateY(-20px);
    opacity: 1;
    -webkit-transform: translateY(-20px);
    -moz-transform: translateY(-20px);
    -ms-transform: translateY(-20px);
    -o-transform: translateY(-20px);
  }
  to {
    transform: translateY(calc(120vh + 200px));
    opacity: 0;
    -webkit-transform: translateY(calc(120vh + 200px));
    -moz-transform: translateY(calc(120vh + 200px));
    -ms-transform: translateY(calc(120vh + 200px));
    -o-transform: translateY(calc(120vh + 200px));
  }
}

/* mobile */
@media (max-width: 600px) {
  .balloon {
    width: 100px;
    height: 130px;
  }
}

/*==================================================================*/
/*========== Header Start ==========*/
/*==================================================================*/

.header {
  position: absolute;
  top: 101px;
  left: 0;
  width: 100%;
  z-index: 9;
}

.header .header-logo {
  width: 100%;
  max-width: 150px;
  height: 100%;
  margin: 0 auto;
}

.header .header-logo * {
  width: 100%;
  height: 100%;
}

/*==================================================================*/
/*========== Header End ==========*/
/*==================================================================*/

/*==================================================================*/
/*========== New Class Add Start ==========*/
/*==================================================================*/

.banner {
  position: relative;
  overflow: hidden;
}

.banner:before {
  position: absolute;
  content: "";
  bottom: 40px;
  left: 45px;
  width: 100%;
  max-width: 176px;
  height: 200px;
  background-image: url(../images/ballon1.svg);
  background-repeat: no-repeat;
  background-position: center;
  background-size: 100% 100%;
  z-index: 1;
}

.banner:after {
  position: absolute;
  content: "";
  top: -61px;
  right: -80px;
  width: 100%;
  max-width: 286px;
  height: 340px;
  background-image: url(../images/ballon2.svg);
  background-repeat: no-repeat;
  background-position: center;
  background-size: 100% 100%;
  z-index: 1;
}

.banner .banner-img {
  width: 100%;
  height: 750px;
}

.banner .banner-main {
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
}

.banner .banner-main .banner-block {
  position: relative;
  display: flex;
  align-items: flex-end;
  padding: 140px 0;
}

.banner .banner-block .banner-content {
  margin-left: 130px;
}

.banner .banner-content .main-title {
  width: 100%;
  max-width: 450px;
  margin-bottom: 30px;
}

.banner .banner-content .banner-btn {
  width: 100%;
  max-width: fit-content;
  position: relative;
}

.banner .banner-content .banner-btn .btn {
  padding: 5px 20px;
  position: relative;
  letter-spacing: -0.19px;
}

.banner .banner-content .banner-btn:before {
  position: absolute;
  content: "";
  bottom: -10px;
  left: 0;
  width: 100%;
  height: 90px;
  background-image: url(../images/button-bg.svg);
  background-repeat: no-repeat;
  background-position: center;
  background-size: 100% 100%;
  z-index: 1;
  mix-blend-mode: plus-lighter;
}

.banner .banner-block .banner-gift-box {
  position: relative;
}

.banner .banner-block .banner-gift-box {
  position: absolute;
  bottom: 0;
  right: -170px;
  width: 100%;
  max-width: 820px;
}

/* Your-Story Start */

.your-story {
  padding: 75px 0;
  position: relative;
}

.your-story::before {
  position: absolute;
  content: "";
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgb(42, 37, 35, 0.85);
}

.your-story::after {
  position: absolute;
  content: "";
  bottom: 0;
  left: 0;
  right: 0;
  width: 100%;
  max-width: 380px;
  margin: 0 auto;
  height: 10px;
  background-color: #c8a573;
}

.your-story .your-story-main {
  position: relative;
  z-index: 1;
}

.your-story .your-story-content {
  width: 100%;
  max-width: 740px;
  margin: 0 auto;
  text-align: center;
}

.your-story .your-story-content .title {
  margin-bottom: 28px;
}

.your-story .your-story-content .title * {
  color: #c8a573;
  font-family: "DMSansVariableFont_opsz_wght", sans-serif;
  font-size: 32px;
  line-height: 38px;
  margin: 0;
}

.your-story .your-story-content .title span {
  color: #c8a573;
  font-family: "CinzelRegular", sans-serif;
  font-size: 32px;
  line-height: 42px;
  letter-spacing: 1.92px;
  display: block;
  text-transform: uppercase;
}

.your-story .your-story-content .detail:not(:last-child) {
  margin-bottom: 45px;
}

.your-story .your-story-content .detail * {
  color: #969696;
  font-family: "DMSansVariableFont_opsz_wght", sans-serif;
  font-size: 16px;
  line-height: 20px;
  margin-bottom: 25px;
}

.your-story .your-story-content .detail strong {
  font-weight: 700;
}

.your-story .your-story-content .detail *:last-child {
  margin-bottom: 0;
}

/* .your-story .your-story-content .detail strong {

/* rejoice-section */
.rejoice-section {
  padding: 60px 0;
}

.rejoice-section .smart-saving-main .heading {
  width: 100%;
  max-width: 890px;
  text-align: center;
  margin: 0 auto;
}

.rejoice-section .heading .title * {
  font-family: "CinzelRegular", sans-serif;
  font-size: 22px;
  line-height: 42px;
  font-weight: inherit;
  letter-spacing: 1.32px;
  text-transform: uppercase;
  color: #2a2523;
}
.rejoice-section .heading .sub-title {
  margin: 35px 0 0;
}
.rejoice-section .heading .sub-title * {
  color: #969696;
  font-family: "DMSansVariableFont_opsz_wght", sans-serif;
  font-size: 32px;
  line-height: 38px;
  color: #2a2523;
}

.rejoice-section .heading .sub-title strong {
  font-family: "CinzelBold", sans-serif;
  font-size: 60px;
  line-height: 100%;
  letter-spacing: 3.6px;
  font-weight: inherit;
  display: block;
  color: #2a2523;
}

.rejoice-section .heading .detail {
  margin-top: 20px;
}

.rejoice-section .heading .detail * {
  color: #2a2523;
  margin: 0;
}

/* rejoice-section */

/* Smart Saving Start */

.smart-saving {
  padding: 55px 0 70px;
}

.smart-saving .smart-saving-block .title {
	margin-bottom: 40px;
}
.smart-saving .smart-saving-block .title * {
  font-family: "CinzelRegular", sans-serif;
  font-size: 22px;
  line-height: 42px;
  font-weight: inherit;
  letter-spacing: 1.32px;
  text-transform: uppercase;
  text-align: center;
}

.smart-saving .smart-saving-card .card-top {
  position: relative;
  cursor: pointer;
}

.smart-saving .smart-saving-card .card-top .card-image {
  width: 100%;
  max-width: 502px;
  height: 320px;
}

.smart-saving .smart-saving-card .card-top:hover .card-image {
  filter: grayscale(1);
  -webkit-filter: grayscale(1);
}

.smart-saving .smart-saving-card .card-top .card-image:before {
  position: absolute;
  content: "";
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgb(255, 255, 255, 0.4);
  opacity: 0;
  transition: 0.3s;
  -webkit-transition: 0.3s;
  -moz-transition: 0.3s;
  -ms-transition: 0.3s;
  -o-transition: 0.3s;
}

.smart-saving .smart-saving-card .card-top:hover .card-image:before {
  opacity: 1;
}

.smart-saving .smart-saving-card .card-top .card-image * {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center;
}

.smart-saving .smart-saving-card .card-top .card-logo-block {
  position: absolute;
  top: 50%;
  left: 50%;
  width: 100%;
  max-width: 300px;
  margin: 0 auto;
  padding: 20px;
  display: flex;
  justify-content: center;
  align-items: center;
  background-color: #424530;
  transform: translate(-50%, -50%);
  -webkit-transform: translate(-50%, -50%);
  -moz-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  -o-transform: translate(-50%, -50%);
  opacity: 0;
  transition: 0.3s;
  -webkit-transition: 0.3s;
  -moz-transition: 0.3s;
  -ms-transition: 0.3s;
  -o-transition: 0.3s;
}

.smart-saving .smart-saving-card .card-top:hover .card-logo-block {
  opacity: 1;
}

.smart-saving .smart-saving-card .card-top .card-logo-block .card-logo {
  width: 100%;
  max-width: 173px;
  height: 72px;
}

.smart-saving .smart-saving-card .card-top .card-logo-block .card-logo * {
  width: 100%;
  height: 100%;
}

.smart-saving .smart-saving-card .card-bottom {
  padding-top: 35px;
}

.smart-saving .smart-saving-card .card-bottom .title * {
  font-family: "CinzelRegular", sans-serif;
  font-size: 26px;
  line-height: 100%;
  letter-spacing: 1.56px;
  color: #c8a573;
  text-transform: uppercase;
  text-align: left;
}

.smart-saving .smart-saving-card .card-bottom ul {
  list-style-type: none;
  margin: 20px 0;
  padding: 0;
}

.smart-saving .smart-saving-card .card-bottom li {
  color: #787878;
  font-family: "DMSansVariableFont_opsz_wght";
  font-size: 16px;
  line-height: 24px;
  padding-left: 24px;
  position: relative;
}

.smart-saving .smart-saving-card .card-bottom li:before {
  position: absolute;
  content: "";
  top: 8px;
  left: 0;
  width: 5px;
  height: 5px;
  border-radius: 50%;
  background-color: #787878;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  -ms-border-radius: 50%;
  -o-border-radius: 50%;
}

.smart-saving .smart-saving-card .card-bottom .btn {
  font-family: "DMSansVariableFont_opsz_wght", sans-serif;
  font-size: 16px;
  line-height: 19px;
  padding: 3px 22px;
}

.smart-saving-card .card-bottom-title {
	margin:40px 0 0 0 !important;
}
/* Smart Saving End */

/* Luxurious Resort Start  */

.luxurious-resort {
  padding: 60px 0;
}

.luxurious-resort .luxurious-resort-main .heading {
  width: 100%;
  max-width: 835px;
  margin: 0 auto;
  text-align: center;
}

.luxurious-resort .luxurious-resort-main .heading .title * {
  font-family: "CinzelRegular", sans-serif;
  color: #2a2523;
  font-size: 22px;
  line-height: 42px;
  letter-spacing: 1.32px;
  margin: 0;
  text-transform: uppercase;
}

.luxurious-resort .luxurious-resort-main .heading .sub-title {
  margin: 35px 0 20px;
}

.luxurious-resort .luxurious-resort-main .heading .sub-title * {
  font-family: "DMSansVariableFont_opsz_wght", sans-serif;
  color: #2a2523;
  font-size: 32px;
  line-height: 38px;
  vertical-align: top;
  margin: 0;
}

.luxurious-resort .luxurious-resort-main .heading .sub-title strong {
  font-family: "CinzelBold", sans-serif;
  color: #2a2523;
  font-size: 60px;
  line-height: 60px;
  font-weight: inherit;
  letter-spacing: 3.6px;
  display: block;
}

.luxurious-resort .luxurious-resort-main .heading .detail * {
  color: #2a2523;
  margin: 0;
}

/* Luxurious Resort End */

/* Price Wrp Start */

.price-wrp {
  padding: 85px 0 40px;
  overflow: hidden;
}

.price-wrp .price-main {
  width: 100%;
  max-width: 702px;
  margin: 0 auto;
}

.price-wrp .price-block {
  display: flex;
  align-items: center;
  margin-bottom: 25px;
  cursor: pointer;
}

.price-wrp .price-block:last-child {
  margin-bottom: 0;
}

.price-wrp .price-block:nth-child(even) {
  flex-direction: row-reverse;
}

.price-wrp .price-block:nth-child(even) .price-detail {
  margin-left: -50px;
  margin-right: auto;
}

.price-wrp .price-block .price-detail {
  width: 100%;
  max-width: 200px;
  padding: 22px 12px;
  background-color: #c8a573;
  text-align: center;
  margin-right: -50px;
  z-index: 1;
}

.price-wrp .price-block .price-detail .title {
  position: relative;
  width: 100%;
  max-width: fit-content;
  margin: 0 auto;
  padding: 0 10px;
}

.price-wrp .price-block .price-detail .title::before {
  position: absolute;
  content: "";
  top: 50%;
  left: 0;
  width: 2px;
  height: 55px;
  background-color: #ffffff;
  transform: translateY(-50%);
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -o-transform: translateY(-50%);
}

.price-wrp .price-block .price-detail .title::after {
  position: absolute;
  content: "";
  top: 50%;
  right: 0;
  width: 2px;
  height: 55px;
  background-color: #ffffff;
  transform: translateY(-50%);
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -o-transform: translateY(-50%);
}

.price-wrp .price-block .price-detail .title * {
  font-family: "CinzelRegular", sans-serif;
  color: #ffffff;
  font-size: 22px;
  line-height: 28px;
  letter-spacing: 0.3px;
  margin: 0;
}

.price-wrp .price-block .price-detail .detail {
  font-family: "DMSansVariableFont_opsz_wght", sans-serif;
  font-weight: 700;
  color: #2a2523;
  font-size: 14px;
  line-height: 16px;
  margin: 15px 0 10px;
  text-transform: uppercase;
}

.price-wrp .price-block .price-detail .sub-title * {
  font-family: "DMSansVariableFont_opsz_wght", sans-serif;
  font-weight: 700;
  color: #2a2523;
  font-size: 26px;
  line-height: 100%;
  letter-spacing: -0.66px;
  margin: 0;
}

.price-wrp .price-block .price-detail .sub-title span {
  font-family: "DMSansVariableFont_opsz_wght", sans-serif;
  font-weight: 700;
  color: #2a2523;
  font-size: 14px;
  line-height: 16px;
  display: block;
  letter-spacing: normal;
}

.price-wrp .price-block .house-image {
  width: 100%;
  max-width: 550px;
  height: 380px;
  position: relative;
  filter: grayscale(1) brightness(0.5) invert(0);
  -webkit-filter: grayscale(1) brightness(0.5) invert(0);
  transition: 0.3s;
  -webkit-transition: 0.3s;
  -moz-transition: 0.3s;
  -ms-transition: 0.3s;
  -o-transition: 0.3s;
}

.price-wrp .price-block:hover .house-image {
  filter: none;
  -webkit-filter: none;
}

.price-wrp .price-block .house-image * {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center;
}

.house-img-slider-wrap {
  overflow: hidden;
}

.house-img-slider {
  position: relative;
}

.house-img-slider .slick-dots {
  position: absolute;
  bottom: 0;
}

.house-img-slider ul {
  display: flex;
  justify-content: center;
  margin: 0 0 20px 0;
  padding: 0;
  width: 100%;
}

.house-img-slider ul li {
  list-style-type: none;
  background: rgba(255, 255, 255, 0.8);
  height: 12px;
  width: 12px;
  border-radius: 50%;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  -ms-border-radius: 50%;
  -o-border-radius: 50%;
  margin: 0 5px;
  outline: 2px solid transparent;
  outline-offset: 2px;
}

.house-img-slider ul li.slick-active {
  outline: 2px solid rgba(255, 255, 255, 0.8);
}

.house-img-slider ul li button {
  display: none;
}

.house-img-slider {
  opacity: 0;
}

.house-img-slider.slick-slider.slick-initialized {
  opacity: 1;
}

.house-image {
  /* display: block ; */
  visibility: visible !important;
}

/* .house-img-wrap {
	width: 100% !important;
} */
/* Price Wrp End */

/* Faq Start */

.faq {
  padding: 80px 0;
}

.faq .faq-main {
  width: 100%;
  max-width: 700px;
  margin: 0 auto;
}

.faq .faq-main .title * {
  font-family: "CinzelRegular", sans-serif;
  color: #c8a573;
  font-size: 22px;
  line-height: 42px;
  letter-spacing: 1.32px;
  text-align: center;
  margin-bottom: 20px;
  text-transform: uppercase;
}

.faq .faq-main .faq-accordion .accordion {
  background-color: transparent;
  border: none;
}

.faq .faq-main .faq-accordion .accordion-item {
  background-color: transparent;
  border: none;
  background-color: #35302e;
  margin-bottom: 12px;
  border-radius: 0;
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  -ms-border-radius: 0;
  -o-border-radius: 0;
}

.faq .faq-main .faq-accordion .accordion-button {
  background-color: transparent;
  border: none;
  font-family: "DMSansVariableFont_opsz_wght", sans-serif;
  color: #787878;
  font-size: 16px;
  line-height: 18px;
  border-radius: 0;
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  -ms-border-radius: 0;
  -o-border-radius: 0;
  border: none;
  padding: 11px 15px;
}

.faq .faq-main .faq-accordion .accordion-body {
  background-color: transparent;
  border: none;
  padding: 11px 15px;
}

.faq .faq-main .faq-accordion .accordion-button:focus,
.faq .faq-main .faq-accordion .accordion-button:not(.collapsed) {
  box-shadow: none;
}

.faq .faq-main .faq-accordion .accordion-button::after {
  width: 12px;
  height: 12px;
  background-position: center center;
  filter: brightness(0) saturate(100%) invert(48%) sepia(0%) saturate(634%)
    hue-rotate(131deg) brightness(97%) contrast(94%);
  -webkit-filter: brightness(0) saturate(100%) invert(48%) sepia(0%)
    saturate(634%) hue-rotate(131deg) brightness(97%) contrast(94%);
}

/* Faq End */

/* Contact Us Start */

.contact-us .contact-us-main {
  width: 100%;
  max-width: 700px;
  margin: 0 auto;
}

.contact-us .contact-us-main .row {
  margin: 0 -5px;
}

.contact-us .contact-us-main .row > * {
  padding: 0 5px;
}

.contact-us .contact-us-main .title * {
  font-family: "CinzelRegular", sans-serif;
  color: #c8a573;
  font-size: 22px;
  line-height: 42px;
  letter-spacing: 1.32px;
  text-align: center;
  margin-bottom: 20px;
}

.contact-us .contact-us-main .contact-form .form-group {
  margin-bottom: 10px;
}

.contact-us .contact-us-main .contact-form .form-group label {
  display: none;
}

.contact-us .contact-us-main .contact-form .form-group .form-control {
  font-family: "DMSansVariableFont_opsz_wght", sans-serif;
  color: #787878;
  font-size: 16px;
  line-height: 18px;
  background-color: #35302e;
  border-radius: 0;
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  -ms-border-radius: 0;
  -o-border-radius: 0;
  border: none;
  padding: 11px 15px;
}

.contact-us
  .contact-us-main
  .contact-form
  .form-group
  .form-control::placeholder {
  font-family: "DMSansVariableFont_opsz_wght", sans-serif;
  color: #787878;
  font-size: 16px;
  line-height: 19px;
}

.contact-us .contact-us-main .contact-form .form-radio-label label {
  width: 100%;
  padding: 11px 15px;
  background-color: #35302e;
}

.contact-us .contact-us-main .contact-form .form-radio-block {
  padding: 11px 22px 11px 15px;
  background-color: #35302e;
}

.contact-us .contact-us-main .form-button .btn {
  font-family: "DMSansVariableFont_opsz_wght", sans-serif;
  font-size: 16px;
  line-height: 19px;
  padding: 3px 22px;
  max-width: 159px;
  width: 100%;
  margin: 0 auto;
  display: block;
}

.contact-us .contact-us-main .form-check {
  padding: 0;
  margin-bottom: 10px;
}

.contact-us .contact-us-main .form-check label {
  font-family: "DMSansVariableFont_opsz_wght", sans-serif;
  color: #787878;
  font-size: 16px;
  line-height: 29px;
}

.contact-us .contact-us-main .form-check:last-child {
  margin-bottom: 0;
}

.contact-us .contact-us-main .form-radio-block .form-check .form-check-input {
  float: right;
}

.contact-us
  .contact-us-main
  .form-radio-block
  .form-check
  .form-check-input[type="radio"] {
  width: 25px;
  height: 25px;
  appearance: none;
  background-color: transparent;
  border: 1px solid #787878;
  cursor: pointer;
}

.contact-us
  .contact-us-main
  .form-radio-block
  .form-check
  .form-check-input[type="radio"]:checked {
  background-image: url(../images/check.svg);
  background-size: 13px 13px;
  background-position: center;
}

.contact-us .contact-us-main .form-check-block {
  padding-left: 25px;
}

.contact-us .contact-us-main .form-check-block .form-check {
  justify-content: flex-start;
  align-items: baseline;
  gap: 10px;
}

.contact-us
  .contact-us-main
  .form-check-block
  .form-check
  .form-check-input[type="checkbox"] {
  width: 13px;
  height: 13px;
  appearance: none;
  background-color: transparent;
  border: 1px solid #787878;
  cursor: pointer;
  border-radius: 2px;
  -webkit-border-radius: 2px;
  -moz-border-radius: 2px;
  -ms-border-radius: 2px;
  -o-border-radius: 2px;
  margin-top: 8px;
}

.contact-us
  .contact-us-main
  .form-check-block
  .form-check
  .form-check-input[type="checkbox"]:checked {
  background-image: url(../images/check.svg);
  background-size: 9px 8px;
  background-position: center;
}

.contact-us .contact-us-main .form-item {
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
  margin: 20px 0 35px;
}

.contact-us .contact-us-main .detail {
  margin-left: auto;
}

.contact-us .contact-us-main .contact-form .error {
  display: block;
  color: #af0000;
  font-size: 14px;
  line-height: 26px;
}

.contact-us .contact-us-main .contact-form .alert-success {
  color: #00a459;
  border: none;
  background-color: transparent;
  text-align: center;
}

.contact-us .contact-us-main .contact-form .alert-danger {
  color: #af0000;
  border: none;
  background-color: transparent;
  text-align: center;
}

/* Contact Us End */

/* Terms-Condition Start */

.terms-condition {
  padding: 90px 0 135px;
  position: relative;
  overflow: hidden;
}

.terms-condition:after {
  position: absolute;
  content: "";
  bottom: -45px;
  left: 0;
  right: 0;
  width: 100%;
  max-width: 958px;
  height: 90px;
  margin: 0 auto;
  background-image: url(../images/footer-bg.svg);
  background-repeat: no-repeat;
  background-position: center;
  background-size: 100% 100%;
}

.terms-condition .terms-condition-content p {
  display: inline-flex;
  gap: 10px;
  color: #787878;
  font-family: "DMSansVariableFont_opsz_wght";
  font-size: 12px;
  line-height: 20px;
  margin: 0;
}

/* Terms-Condition End */

/*==================================================================*/
/*========== New Class Add End ==========*/
/*==================================================================*/

/*==================================================================*/
/*========== Footer Start ==========*/
/*==================================================================*/

.footer {
  padding: 35px 0 100px;
}

.footer .footer-main {
  display: flex;
  justify-content: space-between;
  align-items: flex-end;
}

.footer .footer-main .f-left {
  width: 100%;
  max-width: 420px;
}

.footer .footer-main .f-logo {
  width: 100%;
  max-width: 86px;
  height: 86px;
  margin: 25px 0;
}

.footer .footer-main .f-logo * {
  width: 100%;
  height: 100%;
}

.footer .footer-main .f-left .detail * {
  margin: 0;
}

.footer .footer-main .f-right ul {
  display: flex;
  align-items: center;
  margin: 0;
  padding: 0;
}

.footer .footer-main .f-right ul li {
  list-style-type: none;
  position: relative;
  padding-right: 5px;
  margin-right: 5px;
  line-height: 1;
}

.footer .footer-main .f-right ul li a {
  font-family: "DMSansVariableFont_opsz_wght", sans-serif;
  font-size: 12px;
  line-height: 20px;
  color: #787878;
}

.footer .footer-main .f-right ul li a:hover {
  color: #c8a573;
}

.footer .footer-main .f-right ul li:after {
  position: absolute;
  content: "";
  top: 50%;
  right: 0;
  width: 1px;
  height: 12px;
  background-color: #787878;
  transform: translateY(-50%);
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -o-transform: translateY(-50%);
}

.footer .footer-main .f-right ul li:last-child {
  padding-right: 0;
  margin-right: 0;
}

.footer .footer-main .f-right ul li:last-child::after {
  display: none;
}

/*==================================================================*/
/*========== Footer End ==========*/
/*==================================================================*/


/* emkay-intro-vd */

.emkay-intro-vd {
	padding: 85px 0 0 0;
}

.emkay-intro-vd video {
    height: 100%;
    object-fit: cover;
    max-height: 700px;
	 width: 100%;
}

/* emkay-intro-vd */

