*,
*::before,
*::after {
  padding: 0;
  margin: 0;
  list-style: none;
  box-sizing: border-box;
}

:root {
  --headerheight: 101px;
  --headerfixed: 75px;
  --footerstrip: 50px;
  --peach: #680e37;
  --peach-light: #fff;
  --peach-dark: #be5d6d;
  --text: #666666;
  --white: #FFFFFF;
  --black: #000000;
  --gray: #EEEEEE;
  --container: 1280px;
  --containerfluid: 2rem;
}
@media only screen and (max-width: 1152px) {
  :root {
    --containerfluid: 1rem;
  }
}
@media only screen and (max-width: 991px) {
  :root {
    --containerfluid: 15px;
  }
}

body::-webkit-scrollbar {
  width: 10px;
  background: var(--black);
}
body::-webkit-scrollbar-track {
  box-shadow: none;
}
body::-webkit-scrollbar-thumb {
  background-color: var(--peach);
}
body.overflow-hidden {
  overflow: hidden;
  margin-right: 10px;
}
@media only screen and (max-width: 991px) {
  body.overflow-hidden {
    margin-right: 0;
  }
}
body.overflow-hidden header {
  width: calc(100% - 10px);
}
@media only screen and (max-width: 991px) {
  body.overflow-hidden header {
    width: 100%;
  }
}

body, html {
  font-size: 16px;
  line-height: 1.5;
  font-optical-sizing: auto;
  font-style: normal;
  font-family: "Poppins", sans-serif;
  font-weight: 400;
}

b {
  font-weight: 600;
}

a[href] {
  text-decoration: none;
  cursor: pointer;
  transition: 0.5s ease;
}
a[href].logo {
  display: block;
  line-height: 0;
}

p {
  color: var(--text);
}

.container {
  max-width: var(--container);
  width: 100%;
  margin: 0 auto;
}
@media only screen and (max-width: 1300px) {
  .container {
    padding: 0 25px;
  }
}
@media only screen and (max-width: 767px) {
  .container {
    padding: 0 15px;
  }
}
@media only screen and (max-width: 345px) {
  .container {
    padding: 0 13px;
  }
}
@media only screen and (max-width: 675px) {
  .container.container2 {
    padding-right: 0;
  }
}
@media only screen and (max-width: 675px) {
  .container.container2 .heading {
    padding-right: 15px;
  }
}

.container-fluid {
  padding: 0 var(--containerfluid);
  height: 100%;
  display: block;
  margin: 0 auto;
}

h1, h2, h3 {
  font-family: "Optima";
}

h1, h2, h3, h4, h5, h6 {
  font-weight: normal;
}

h1 {
  font-size: 48px;
  line-height: 1.17;
}
@media only screen and (max-width: 1152px) {
  h1 {
    font-size: 42px;
  }
}
@media only screen and (max-width: 675px) {
  h1 {
    font-size: 32px;
  }
}

h2 {
  font-size: 42px;
  line-height: 1.05;
}

h3 {
  font-size: 36px;
  line-height: 1.06;
}

.heading h3 {
  font-size: 48px;
  line-height: 1.15;
  text-transform: capitalize;
  color: var(--peach);
  font-weight: bold;
}
@media only screen and (max-width: 1152px) {
  .heading h3 {
    font-size: 38px;
  }
}
@media only screen and (max-width: 991px) {
  .heading h3 {
    font-size: 36px;
  }
}
@media only screen and (max-width: 767px) {
  .heading h3 {
    font-size: 34px;
  }
}
@media only screen and (max-width: 520px) {
  .heading h3 {
    font-size: 28px;
  }
}
.heading h3 p {
  margin-top: 10px;
}
.heading.medium h3 {
  font-size: 36px;
}
@media only screen and (max-width: 520px) {
  .heading.medium h3 {
    font-size: 28px;
  }
}

h4 {
  font-size: 32px;
  line-height: 1.0625;
  font-weight: 600;
}

h5 {
  font-size: 24px;
  line-height: 1.084;
  font-weight: 600;
}

h6 {
  font-size: 22px;
  line-height: 1.1;
  font-weight: 600;
}

.text-center {
  text-align: center;
}

.text-left {
  text-align: left;
}

.text-right {
  text-align: right;
}

.flex {
  display: flex;
  flex-wrap: wrap;
}

.inline-flex {
  --gap: 12px;
  display: inline-flex;
  align-items: center;
  gap: 0 var(--inlinegap);
}

img {
  max-width: 100%;
}

input, button, select {
  font-family: inherit;
  font-size: inherit;
  cursor: pointer;
}

input {
  border-radius: 0;
}
input::-webkit-outer-spin-button, input::-webkit-inner-spin-button {
  -webkit-appearance: none;
  margin: 0;
}

input[type=number] {
  -moz-appearance: textfield;
}

video {
  pointer-events: none;
  -webkit-user-select: none;
     -moz-user-select: none;
          user-select: none;
}

button {
  border: none;
  background: none;
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  cursor: pointer;
}

.tab-nav-content {
  position: relative;
}
.tab-nav-content .tabs:not(.active) {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  pointer-events: none;
  -webkit-user-select: none;
     -moz-user-select: none;
          user-select: none;
  opacity: 0;
}

.item-md {
  position: relative;
}
.item-md figure {
  overflow: hidden;
  line-height: 0;
  height: 100%;
}
.item-md figure img, .item-md figure video {
  height: 100%;
  width: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  transition: 0.8s ease;
}
.item-md::before, .item-md::after {
  position: absolute;
  content: "";
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  -webkit-user-select: none;
     -moz-user-select: none;
          user-select: none;
  pointer-events: none;
  z-index: 1;
}
.item-md::after {
  content: none;
}
.item-md figcaption {
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  z-index: 2;
}
.item-md .link-md {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: 3;
}

.overlay {
  position: fixed;
  left: 0;
  right: 0;
  bottom: 0;
  top: 0;
  z-index: 6;
  opacity: 0;
  background: rgba(34, 34, 34, 0.89);
  transform: translateY(100%);
  transition: 0s ease 0.5s, opacity 0.5s ease;
  cursor: pointer;
}
@media only screen and (max-width: 991px) {
  .overlay {
    z-index: 2;
  }
}
@media only screen and (max-width: 675px) {
  .overlay {
    display: none;
  }
}
.overlay.is-open {
  transition: opacity 1s ease;
  opacity: 1;
  transform: translateY(0%);
}

.model {
  position: fixed;
  top: 0;
  bottom: 0;
  z-index: 7;
  background: var(--white);
  background-position: 0% 80%;
  background-size: 75%;
  max-width: 435px;
  width: 100%;
}
.model .close {
  position: absolute;
  top: 0;
  right: 0;
  top: 40px;
  right: 40px;
}
@media only screen and (max-width: 520px) {
  .model .close {
    top: 20px;
    right: 20px;
  }
}
.model .close path {
  stroke: var(--white);
}

.btn {
  --height: 45px;
  --padding: 26px;
  --gap: 12px;
  --hover: var(--white);
  display: inline-flex;
  align-items: center;
  gap: var(--gap);
  height: var(--height);
  line-height: var(--height);
  padding: 0 var(--padding);
  color: var(--white);
  background: var(--peach);
  overflow: hidden;
  text-transform: uppercase;
  border: none;
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  transition: 0.5s ease;
  border-radius: 25px;
  font-weight: 500;
  position: relative;
  z-index: 1;
}
.btn path {
  transition: 0.5s ease;
}
.btn::after {
  content: "";
  background-color: var(--hover);
  display: block;
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
  height: 0;
  transition: 0.2s ease-out;
  z-index: -1;
}
.btn:hover {
  color: var(--peach);
}
.btn:hover::after {
  height: 100%;
}
.btn.hover-border {
  border: 1px solid var(--peach);
}
.btn.w-100 {
  width: 100%;
  text-align: center;
  justify-content: center;
}
.btn.white {
  color: var(--black);
  background: var(--white);
  --hover: var(--peach-light);
}
.btn.white:hover {
  color: var(--peach);
  background: var(--hover);
}
.btn.red1 {
  color: var(--white);
  background: var(--peach);
  --hover: var(--peach-light);
}
.btn.red1:hover {
  color: var(--white);
  background: var(--hover);
}
.btn.peach-border {
  background: transparent;
  border: 1px solid var(--peach-light);
}
.btn.peach-border:hover {
  border-color: var(--white);
  background: var(--white);
}
.btn.btn-btn {
  --padding: 10px;
  border-bottom: 1px solid var(--white);
  color: var(--white);
  background: none;
  --hover: var(--peach);
  --hovercolor: var(--white);
  padding: 0;
}
.btn.btn-btn svg path {
  fill: var(--white);
}
.btn.btn-btn:hover {
  color: var(--hovercolor);
  border-color: var(--peach);
  padding: 0 var(--padding);
}
.btn.btn-btn:hover path {
  fill: var(--white);
}
.btn.btn-btn.peach {
  color: var(--peach);
  --hover: var(--white);
  --hovercolor: var(--peach);
  border-color: var(--peach);
}
.btn.btn-btn.peach svg path {
  fill: var(--peach);
}
.btn.btn-btn.peach:hover {
  border-color: var(--white);
}

.custom-select {
  max-width: 100%;
  cursor: pointer;
  display: block;
  font-family: inherit;
  height: var(--selectheight);
  position: relative;
  transition: all 0.2s ease-in-out;
  -webkit-user-select: none;
     -moz-user-select: none;
          user-select: none;
  white-space: nowrap;
  padding: 0 var(--paddingleftright);
}
.custom-select::before {
  content: "";
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  width: 15%;
  background: url("data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAsAAAAGCAYAAAAVMmT4AAAACXBIWXMAAAsTAAALEwEAmpwYAAAAAXNSR0IArs4c6QAAAARnQU1BAACxjwv8YQUAAAB7SURBVHgBfU/bDYAgDAQmaAIDOIpu4Ahuohs4AmyiGxgnYAEeG4CHCT9EuaRpm17vWsYA7/0WYyTWgXNuFqXIOQ8ppf2PCCEthFhfslJqwQKHg/4iQogDU2tl6oK1lgoRvalz3qgQHA7ECaUR+ZZSLqxzH4UQrvJ0O3sAtmdKh5a2D/0AAAAASUVORK5CYII=") no-repeat;
  background-position: calc(100% - var(--paddingleftright)) 50%;
}
.custom-select .current {
  display: block;
  width: 85%;
  overflow: hidden;
  text-overflow: ellipsis;
  line-height: var(--inputsize);
  color: var(--labelbefore);
  font-weight: var(--font);
}
.custom-select .current.selected {
  color: var(--color);
}
.custom-select .list {
  text-align: left;
  background-color: #fff;
  box-shadow: rgba(0, 0, 0, 0.16) 0px 1px 4px;
  overflow: hidden;
  position: absolute;
  top: 100%;
  left: 0;
  right: 0;
  opacity: 0;
  transform-origin: 50% 0;
  z-index: 7;
  max-height: 180px;
  overflow-y: auto;
  border-bottom-left-radius: 10px;
  border-bottom-right-radius: 10px;
  pointer-events: none;
}
.custom-select .list::-webkit-scrollbar {
  width: 4px;
  background: none;
}
.custom-select .list::-webkit-scrollbar-track {
  box-shadow: none;
}
.custom-select .list::-webkit-scrollbar-thumb {
  background-color: var(--text);
  border-radius: 5px;
}
.custom-select .list li {
  display: block;
  line-height: 1.2;
  padding: 10px 20px;
  white-space: break-spaces;
}
@media only screen and (max-width: 420px) {
  .custom-select .list li {
    font-size: 14px;
  }
}
.custom-select .list li.selected {
  background: var(--peach);
  color: var(--white);
}
.custom-select .list li.selected:hover {
  background: var(--peach);
  color: var(--white);
}
.custom-select .list li:hover {
  background: #e2e2e2;
}
.custom-select.open .list {
  opacity: 1;
  pointer-events: auto;
  transform: scale(1) translateY(0);
}

.form {
  --inputsize: 42px;
  --color: var(--black);
  --labelbefore: var(--black);
  --labelafter: rgb(0 0 0 / .5);
  --borderbefore: var(--black);
  --borderafter: var(--blue-dark);
  --borderwidth: 1px;
  --labelfontbefore: 16px;
  --labelfontafter: 14px;
  --labelbackground: none;
  --font: 400;
  --textareaheight: 86px;
  --paddingleftright: 0px;
  --item: 1;
  --gaplr: 19px;
  --gaptb: 20px;
  display: grid;
  grid-template-columns: repeat(var(--item), calc((100% - var(--gaplr) * (var(--item) - 1)) / var(--item)));
  gap: var(--gaptb) var(--gaplr);
}
.form .full {
  grid-column: span var(--item);
}
.form .form-group {
  position: relative;
  flex: 0 1 100%;
  max-width: 100%;
  width: 100%;
  --selectheight: var(--inputsize);
  line-height: 0;
}
.form .form-group.active::after {
  width: 100%;
}
.form .form-group::before, .form .form-group::after {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  height: var(--borderwidth);
  transition: 0.5s ease;
}
.form .form-group::before {
  background: var(--borderbefore);
}
.form .form-group::after {
  width: 0;
  background: var(--borderafter);
}
.form .form-group label {
  font-weight: var(--font);
  position: absolute;
  top: calc(var(--inputsize) / 2 - var(--labelfontbefore) / 2);
  left: var(--paddingleftright);
  color: var(--labelbefore);
  line-height: 1;
  font-size: var(--labelfontbefore);
  background: none;
  transition: 0.3s ease;
  -webkit-user-select: none;
     -moz-user-select: none;
          user-select: none;
  pointer-events: none;
}
.form .form-group input, .form .form-group textarea {
  height: var(--inputsize);
  border: none;
  resize: none;
  border-radius: 0px !important;
  width: 100%;
  background: none;
  color: var(--color);
  font-size: inherit;
  font-family: inherit;
  cursor: initial;
  padding: 0 var(--paddingleftright);
}
.form .form-group input:focus, .form .form-group input.valid, .form .form-group textarea:focus, .form .form-group textarea.valid {
  outline: none;
}
.form .form-group input:focus ~ label, .form .form-group input.valid ~ label, .form .form-group textarea:focus ~ label, .form .form-group textarea.valid ~ label {
  font-size: var(--labelfontafter);
  color: var(--labelafter);
  top: calc(var(--labelfontafter) / -2);
  background: var(--labelbackground);
}
.form .form-group textarea {
  height: var(--textareaheight);
  border: none;
  resize: none;
  border-radius: 0px !important;
  width: 100%;
  background: none;
  color: var(--color);
  font-size: inherit;
  font-family: inherit;
  line-height: 1.2;
  cursor: initial;
  padding: 0 var(--paddingleftright);
  padding-right: 15px;
}
.form .form-group textarea::-webkit-scrollbar {
  width: 2px;
  background: none;
}
.form .form-group textarea::-webkit-scrollbar-track {
  box-shadow: none;
}
.form .form-group textarea::-webkit-scrollbar-thumb {
  background-color: var(--peach);
  border-radius: 15px;
}
.form .form-group textarea:focus, .form .form-group textarea.valid {
  outline: none;
  margin-top: 13px;
  height: calc(var(--textareaheight) - 13px);
}
.form .form-group select:focus {
  outline: none;
}
.form .form-group select ~ label {
  position: absolute;
  top: calc(var(--labelfontafter) / -2);
  left: var(--paddingleftright);
  color: var(--labelafter);
  translate: 0 0;
  font-size: var(--labelfontafter);
  opacity: 0;
  transition: 0.6s ease;
  background: var(--labelbackground);
  padding: 0 5px;
}
.form .form-group select.valid {
  color: var(--color);
}
.form .form-group select.valid ~ label {
  opacity: 1;
}
.form .submit-grp {
  text-align: center;
  margin-top: 23px;
}

.banner {
  position: relative;
  position: relative;
}
.banner::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: 0;
  pointer-events: none;
  -webkit-user-select: none;
     -moz-user-select: none;
          user-select: none;
  background: linear-gradient(360deg, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.9) 100%);
}
.banner::after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: 0;
  pointer-events: none;
  -webkit-user-select: none;
     -moz-user-select: none;
          user-select: none;
  background: linear-gradient(269deg, rgba(0, 0, 0, 0) 50%, rgba(0, 0, 0, 0.5) 75%);
}
@media only screen and (max-width: 530px) {
  .banner::before {
    background: rgba(0, 0, 0, 0.4);
  }
}
.banner .bg {
  line-height: 0;
}
@media (max-height: 700px) {
  .banner .bg {
    height: 100vh;
  }
}
@media only screen and (max-width: 1152px) {
  .banner .bg {
    height: 600px;
  }
}
.banner .bg video, .banner .bg img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.banner .banner-wrapper {
  position: absolute;
  left: 0;
  right: 0;
  z-index: 1;
  top: 55%;
  translate: 0 -50%;
}
.banner .content {
  max-width: 585px;
}
@media only screen and (max-width: 675px) {
  .banner .content {
    max-width: 305px;
  }
}
.banner .content h1 {
  color: var(--white);
  line-height: 1.15;
}
.banner .content .btn {
  margin-top: 28px;
  border-radius: 0;
}
.banner .content p {
  color: var(--white);
  margin-top: 9px;
}
@media only screen and (max-width: 675px) {
  .banner .content p {
    margin-top: 20px;
  }
}

.swiper-slide {
  height: auto;
}

.swiper-nav.in-title {
  position: absolute;
  bottom: 0;
  right: 0;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  gap: 0 16px;
}
@media only screen and (max-width: 1152px) {
  .swiper-nav.in-title {
    gap: 0 8px;
  }
}
.swiper-nav.center-full {
  position: absolute;
  top: 50%;
  left: 50%;
  translate: -50% -50%;
  z-index: 2;
  display: flex;
  align-items: center;
  justify-content: space-between;
  width: 100%;
  max-width: 100%;
  margin: 0 auto;
  pointer-events: none;
  -webkit-user-select: none;
     -moz-user-select: none;
          user-select: none;
}
.swiper-nav.center-full .swiper-prev, .swiper-nav.center-full .swiper-next {
  pointer-events: all;
  -webkit-user-select: auto;
     -moz-user-select: auto;
          user-select: auto;
}
.swiper-nav.btn-no-background .swiper-prev, .swiper-nav.btn-no-background .swiper-next {
  border: none;
  height: auto;
  width: auto;
  background: none;
  border-radius: initial;
}
.swiper-nav.btn-no-background .swiper-prev svg, .swiper-nav.btn-no-background .swiper-next svg {
  position: unset;
  translate: 0 0;
}
.swiper-nav.btn-no-background .swiper-prev:hover, .swiper-nav.btn-no-background .swiper-next:hover {
  background: none;
}
.swiper-nav.btn-no-background .swiper-prev:hover path, .swiper-nav.btn-no-background .swiper-next:hover path {
  stroke: var(--text);
}

.swiper-prev svg, .swiper-prev img {
  transform: scaleX(-1);
}

.swiper-prev, .swiper-next {
  flex: 0 1 auto;
  --btn: 50px;
  height: var(--btn);
  width: var(--btn);
  border-radius: 50%;
  border: 1px solid var(--black);
  transition: 0.5s ease;
  position: relative;
  background: none;
}
.swiper-prev svg, .swiper-next svg {
  position: absolute;
  top: 50%;
  left: 50%;
  translate: -50% -50%;
}
.swiper-prev path, .swiper-next path {
  transition: 0.5s ease;
  stroke: var(--black);
}
.swiper-prev:hover, .swiper-next:hover {
  background: var(--peach);
  border-color: var(--peach);
}
.swiper-prev:hover path, .swiper-next:hover path {
  stroke: var(--white);
}
.swiper-prev.swiper-button-disabled, .swiper-next.swiper-button-disabled {
  opacity: 0;
  pointer-events: none;
}

.container-fluid, .header-wrapper {
  height: 100%;
}

.header-wrapper .colB, .header-wrapper .colC {
  height: 100%;
  display: flex;
  align-items: center;
}

.play-btn {
  --btnsize: 57px;
  --border: 0px;
  --bordercolor: var(--white);
  height: var(--btnsize);
  width: var(--btnsize);
  border-radius: 50%;
  border: var(--border) solid var(--bordercolor);
  position: relative;
  background: var(--white);
}
@media only screen and (max-width: 1152px) {
  .play-btn {
    --btnsize: 50px;
  }
}
@media only screen and (max-width: 675px) {
  .play-btn {
    --btnsize: 45px;
  }
}
.play-btn::before {
  width: 100%;
  height: 100%;
  top: 50%;
  right: 0;
  bottom: 0;
  left: 50%;
  position: absolute;
  content: "";
  transform: translateX(-50%) translateY(-50%);
  background: var(--bordercolor);
  border-radius: 50%;
  display: block;
  animation: pulse-border 1500ms ease-out infinite;
}
@keyframes pulse-border {
  0% {
    transform: translateX(-50%) translateY(-50%) translateZ(0) scale(1);
    opacity: 0.5;
  }
  100% {
    transform: translateX(-50%) translateY(-50%) translateZ(0) scale(1.5);
    opacity: 0;
  }
}
.play-btn::after {
  content: "";
  position: absolute;
  top: 50%;
  left: 50%;
  translate: -50% -50%;
  width: calc(var(--btnsize) * 0.25);
  height: calc(var(--btnsize) * 0.25);
  background: url(../../icon/play.svg) no-repeat;
  background-size: 100% 100%;
  background-position: 50% 0;
}

.chs-animate {
  transition: 1.5s ease;
}

.website-content > :first-child {
  margin-top: 0 !important;
}
.website-content h1 {
  font-size: 56px;
  margin-bottom: 45px;
  text-align: center;
}
@media only screen and (max-width: 365px) {
  .website-content h1 {
    font-size: 32px;
    margin-bottom: 35px;
  }
}
.website-content h2 {
  font-size: 30px;
  font-weight: 700;
}
@media only screen and (max-width: 991px) {
  .website-content h2 {
    font-size: 30px;
  }
}
@media only screen and (max-width: 675px) {
  .website-content h2 {
    font-size: 22px;
  }
}
.website-content h3, .website-content h4 {
  font-size: 24px;
  line-height: 1.21;
  font-weight: 600;
}
@media only screen and (max-width: 675px) {
  .website-content h3, .website-content h4 {
    font-size: 22px;
    line-height: 1.2;
  }
}
.website-content h4 {
  font-size: 22px;
}
@media only screen and (max-width: 675px) {
  .website-content h4 {
    font-size: 20px;
  }
}
.website-content h5 {
  font-size: 20px;
}
@media only screen and (max-width: 675px) {
  .website-content h5 {
    font-size: 18px;
  }
}
.website-content h6 {
  font-size: 18px;
}
.website-content h2, .website-content h3, .website-content h4 {
  margin: 32px 0 22px;
}
.website-content h5, .website-content h6 {
  margin: 28px 0 18px;
  font-weight: 600;
}
.website-content p, .website-content li {
  color: var(--text);
  text-align: justify;
}
.website-content a {
  color: var(--black);
}
.website-content a:hover {
  text-decoration: underline;
}
.website-content p, .website-content ul {
  margin-bottom: 20px;
}
.website-content ul {
  padding-left: 18px;
}
@media only screen and (max-width: 675px) {
  .website-content ul {
    padding-left: 10px;
  }
}
.website-content ul li {
  position: relative;
  padding-left: 28px;
}
@media only screen and (max-width: 675px) {
  .website-content ul li {
    padding-left: 20px;
  }
}
.website-content ul li:not(:last-child) {
  margin-bottom: 6px;
}
.website-content ul li::before {
  content: "";
  position: absolute;
  top: 8px;
  left: 0;
  width: 10px;
  aspect-ratio: 1;
  border-radius: 50%;
  background: var(--peach);
}

.wosp-col {
  box-shadow: 0px 0px 0px 1px rgba(9, 30, 66, 0.0784313725), 0px 4px 8px -2px rgba(9, 30, 66, 0.2509803922);
  cursor: pointer;
}
.wosp-col:hover figure img {
  transform: scale(1.05);
}
.wosp-col:hover figcaption h5 {
  color: var(--peach);
}
.wosp-col:hover figcaption .btn {
  background: var(--white);
  color: var(--peach);
}
.wosp-col figure {
  line-height: 0;
  overflow: hidden;
}
.wosp-col figure img {
  width: 100%;
  aspect-ratio: 1.89;
  -o-object-fit: cover;
     object-fit: cover;
  transition: 0.5s ease;
}
.wosp-col figcaption {
  margin: 17px 18px 22px;
}
.wosp-col figcaption h5 {
  font-size: 20px;
  line-height: 1.2;
  color: var(--black);
  margin-bottom: 9px;
  transition: 0.5s ease;
}
.wosp-col figcaption p {
  font-size: 14px;
  line-height: 24px;
  font-weight: 500;
}
.wosp-col figcaption ul {
  margin: 1rem 0 2rem;
  padding-left: 22px;
}
.wosp-col figcaption ul li {
  color: var(--text);
  font-size: 14px;
  line-height: 20px;
  margin-bottom: 0.4rem;
  list-style: disc;
}
.wosp-col figcaption ul li::marker {
  color: var(--text);
}
.wosp-col figcaption .btn {
  width: 100%;
  justify-content: center;
  border: 1px solid var(--peach);
}

.location {
  background: url(../../icon/location.svg) no-repeat;
  background-size: 18px;
  background-position: 0 3px;
  padding-left: 25px;
}

header {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  z-index: 6;
  transition: 0.5s ease;
  height: var(--headerheight);
  background: #fff;
}
header.header-fixed {
  height: var(--headerfixed);
  box-shadow: 0px 4px 4px 0px rgba(0, 0, 0, 0.1019607843);
}
header.header-fixed::before {
  height: var(--headerfixed);
}
header.header-fixed .header-wrapper .colA {
  flex: 0 1 80px;
}
@media only screen and (max-width: 540px) {
  header.header-fixed .header-wrapper .colA {
    flex: 0 1 60px;
  }
}
header .header-wrapper {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
}
header .header-wrapper .colA {
  flex: 0 1 115px;
  transition: 0.5s ease;
}
@media only screen and (max-width: 767px) {
  header .header-wrapper .colA {
    flex: 0 1 95px;
    padding-top: 7px;
  }
}
header .header-wrapper .nav {
  flex: 1;
  text-align: center;
  --icon: 48px;
}
@media only screen and (max-width: 991px) {
  header .header-wrapper .nav {
    display: none;
  }
}
header .header-wrapper .nav li {
  display: inline-block;
  vertical-align: middle;
}
header .header-wrapper .nav li:not(:last-child) {
  margin-right: 2rem;
}
@media only screen and (max-width: 1152px) {
  header .header-wrapper .nav li:not(:last-child) {
    margin-right: 1rem;
  }
}
header .header-wrapper .nav li a {
  display: block;
  color: #666;
  text-align: center;
  font-weight: 500;
}
@media only screen and (max-width: 1152px) {
  header .header-wrapper .nav li a {
    font-size: 14px;
  }
}
header .header-wrapper .nav li a:hover {
  color: var(--peach);
}
@media only screen and (max-width: 1007px) {
  header .header-wrapper .btn {
    display: none;
  }
}
header .header-wrapper .ham-btn {
  flex: 0 1 auto;
  text-align: center;
  margin-left: auto;
  --color: var(--white);
  display: none;
}
@media only screen and (max-width: 1007px) {
  header .header-wrapper .ham-btn {
    display: block;
  }
}
header .header-wrapper .ham-btn span {
  display: block;
  width: 100%;
  height: 2px;
  background: var(--peach);
  transition: 0.5s ease;
}
header .header-wrapper .ham-btn span:first-of-type {
  margin-bottom: 8px;
}
header .header-wrapper .ham-btn p {
  margin-top: 6px;
  letter-spacing: 0.1em;
  line-height: 25px;
  text-transform: uppercase;
  color: var(--peach);
  font-weight: 500;
  transition: 0.5s ease;
}

footer {
  background: #680e37;
  background-repeat: no-repeat;
}
footer .flex {
  padding: 3.4375rem 0;
}
@media only screen and (max-width: 1152px) {
  footer .flex {
    padding: 2rem 0;
  }
}
@media only screen and (max-width: 991px) {
  footer .flex {
    justify-content: center;
  }
}
footer .flex .colA {
  flex: 0 1 150px;
}
@media only screen and (max-width: 1152px) {
  footer .flex .colA {
    flex: 0 1 150px;
  }
}
@media only screen and (max-width: 1007px) {
  footer .flex .colA {
    flex: 0 1 150px;
    margin-bottom: 2rem;
  }
}
footer .flex .colB {
  flex: 1;
  padding-left: 1rem;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
}
@media only screen and (max-width: 1007px) {
  footer .flex .colB {
    flex: 0 1 100%;
    padding-left: 0;
  }
}
@media only screen and (max-width: 1152px) {
  footer .flex .colB .btn {
    font-size: 14px;
    --height: 42px;
    --padding: 18px;
  }
}
footer .flex .colB .wtsp {
  margin-left: 0.2rem;
}
footer .flex .colB .col-md {
  flex: 0 1 auto;
}
@media only screen and (max-width: 530px) {
  footer .flex .colB .col-md {
    flex: 0 1 100%;
  }
}
footer .flex .colB .col-md:first-child {
  flex: 1;
  text-align: right;
  padding-right: 3rem;
}
@media only screen and (max-width: 1152px) {
  footer .flex .colB .col-md:first-child {
    padding-right: 1rem;
  }
}
@media only screen and (max-width: 675px) {
  footer .flex .colB .col-md:first-child {
    padding-right: 0;
  }
}
footer .flex .colB .col-md:last-child {
  margin-left: 2rem;
}
@media only screen and (max-width: 1152px) {
  footer .flex .colB .col-md:last-child {
    margin-left: 1rem;
  }
}
@media only screen and (max-width: 1007px) {
  footer .flex .colB .col-md:last-child {
    flex: 0 1 100%;
    margin-left: 0;
    text-align: center;
    margin-top: 2rem;
  }
}
@media only screen and (max-width: 530px) {
  footer .flex .colB .col-md:last-child {
    display: flex;
    flex-wrap: wrap;
    gap: 10px;
  }
}
@media only screen and (max-width: 530px) {
  footer .flex .colB .col-md:last-child .btn {
    flex: 1;
    text-align: center;
    justify-content: center;
  }
}
@media only screen and (max-width: 1007px) {
  footer .flex .colB .col-md ul {
    text-align: left;
  }
}
@media only screen and (max-width: 675px) {
  footer .flex .colB .col-md ul {
    text-align: center;
    margin-bottom: 1rem;
  }
}
footer .flex .colB .col-md ul li {
  display: inline-block;
  vertical-align: middle;
}
footer .flex .colB .col-md ul li:not(:last-child) {
  margin-right: 1rem;
}
footer .flex .colB .col-md ul li a {
  color: var(--white);
  display: inline-block;
  padding: 2px 0;
  font-size: 14px;
}
footer .flex .colB .col-md ul li a:hover {
  color: var(--peach-light);
}
@media only screen and (max-width: 675px) {
  footer .flex .colB .col-md .social-icons {
    text-align: center;
  }
}
footer .flex .colB .col-md .social-icons a {
  display: inline-block;
  line-height: 0;
}
footer .flex .colB .col-md .social-icons a:not(:last-child) {
  margin-right: 1rem;
}
footer .flex .colB .col-md .social-icons a path {
  transition: 0.5s ease;
  fill: var(--white);
}
footer .flex .colB .col-md .social-icons a:hover path {
  fill: var(--peach-light);
}
footer .bottom-footer {
  border-top: 1px solid #CDCDCD;
  padding: 30px 0 70px;
  text-align: center;
}
@media only screen and (max-width: 1152px) {
  footer .bottom-footer {
    padding: 1rem 0 2rem;
  }
}
@media only screen and (max-width: 530px) {
  footer .bottom-footer {
    padding: 1rem 0;
  }
}
footer .bottom-footer p {
  font-size: 14px;
  color: rgba(255, 255, 255, 0.7);
}
@media only screen and (max-width: 767px) {
  footer .bottom-footer p {
    font-size: 12px;
  }
}
footer .bottom-footer p img {
  display: inline-block;
  vertical-align: middle;
  margin-left: 5px;
}
footer .bottom-footer p span {
  border-left: 1px solid #606060;
  padding-left: 1rem;
  margin-left: 1rem;
}
@media only screen and (max-width: 530px) {
  footer .bottom-footer p span {
    display: block;
    border-left: none;
    padding-left: 0;
    margin-left: 0;
    margin-top: 8px;
  }
}

.ham-pop {
  right: 0;
  max-width: 480px;
  background: var(--white);
  transform: translateX(100%);
  transition: 0.5s ease;
  background: #fff;
  background-position: 100% 100%;
}
@media only screen and (max-width: 1366px) {
  .ham-pop {
    background-size: 30%;
  }
}
@media only screen and (max-width: 991px) {
  .ham-pop {
    transform: translateX(100%);
  }
}
.ham-pop.is-open {
  transform: translateX(0%);
}
.ham-pop .close path {
  stroke: var(--text);
  stroke-width: 2;
}
.ham-pop .model-body {
  padding: 60px 52px 30px;
  background-position: 100% 100%;
  height: 100%;
  overflow-y: auto;
}
.ham-pop .model-body::-webkit-scrollbar {
  width: 3px;
  background: var(--white);
}
.ham-pop .model-body::-webkit-scrollbar-track {
  box-shadow: none;
}
.ham-pop .model-body::-webkit-scrollbar-thumb {
  background-color: rgba(204, 204, 204, 0.8);
  border-radius: 8px;
}
@media only screen and (max-width: 675px) {
  .ham-pop .model-body {
    padding: 60px 25px 20px;
  }
}
.ham-pop .model-body .ico {
  margin-bottom: 3rem;
}
.ham-pop .model-body .nav-list li:not(:last-child) {
  margin-bottom: 22px;
}
@media only screen and (max-width: 1366px) {
  .ham-pop .model-body .nav-list li:not(:last-child) {
    margin-bottom: 20px;
  }
}
.ham-pop .model-body .nav-list li a {
  font-size: 32px;
  line-height: 1.06;
  color: var(--text);
  display: inline-block;
  font-weight: 600;
}
@media only screen and (max-width: 1366px) {
  .ham-pop .model-body .nav-list li a {
    font-size: 28px;
  }
}
@media only screen and (max-width: 675px) {
  .ham-pop .model-body .nav-list li a {
    font-size: 24px;
  }
}
.ham-pop .model-body .nav-list li a:hover {
  color: var(--peach);
  transform: translateX(5px);
}
.ham-pop .model-body .bottom-list {
  border-top: 1px solid #ccc;
  margin-top: 2rem;
  padding-top: 2rem;
}
.ham-pop .model-body .bottom-list .social-icons {
  margin-bottom: 2rem;
}
.ham-pop .model-body .bottom-list .social-icons a {
  display: inline-block;
  vertical-align: middle;
}
.ham-pop .model-body .bottom-list .social-icons a:not(:last-child) {
  margin-right: 15px;
}
.ham-pop .model-body .bottom-list .social-icons a path {
  transition: 0.5s ease;
}
.ham-pop .model-body .bottom-list .social-icons a:hover path {
  fill: var(--peach);
}

.enquire-pop {
  right: 0;
  transform: translateX(100%);
  transition: 0.6s ease;
}
.enquire-pop.is-open {
  transform: translateX(0%);
}
.enquire-pop .close path {
  stroke: var(--black);
}
.enquire-pop .model-body {
  padding: 45px 40px 20px;
}
.enquire-pop .model-body .title {
  text-align: center;
  margin-bottom: 2rem;
}
.enquire-pop .model-body .title .ico {
  max-width: 40px;
  margin-bottom: 6px;
}
.enquire-pop .model-body .title h3 {
  font-size: 30px;
  color: #680e37;
  font-weight: bold;
}
.enquire-pop .model-body .form {
  --gaptb: 14px;
}

.form-col-wrap {
  display: flex;
  flex-wrap: wrap;
  height: 100%;
}
.form-col-wrap .colA, .form-col-wrap .colB {
  flex: 1;
}
.form-col-wrap .colA {
  line-height: 0;
}
.form-col-wrap .colA img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.form-col-wrap .colB {
  display: flex;
  align-items: center;
  background-color: var(--peach);
  background-image: url(../../images/vector/bg1.png);
  background-repeat: no-repeat;
  background-position: 95% 100%;
}
.form-col-wrap .colB .card {
  max-width: 466px;
  margin: 0 auto;
}
.form-col-wrap .colB .card .heading {
  margin-bottom: 24px;
}
.form-col-wrap .colB .card .heading .ico {
  margin-bottom: 23px;
}
.form-col-wrap .colB .card .heading h5 {
  color: var(--white);
  margin-bottom: 6px;
}
.form-col-wrap .colB .card .heading p {
  max-width: 245px;
  color: rgba(255, 255, 255, 0.7);
  margin: 0 auto;
  line-height: 20px;
}
.form-col-wrap .colB .card .form {
  --color: var(--white);
  --labelbefore: #EEEEEE;
  --labelafter: #fff;
  --borderbefore: #EEEEEE;
  --borderafter: #fff;
  --gaptb: 15px;
  --labelfontafter: 12px;
}
.form-col-wrap .colB .card .form .property-type {
  margin-bottom: 10px;
}
.form-col-wrap .colB .card .form .property-type > p {
  color: var(--white);
  font-weight: 500;
  margin-bottom: 20px;
}
.form-col-wrap .colB .card .form .property-type .property-type-wrap {
  display: flex;
  align-items: center;
  gap: 0 19px;
}
@media only screen and (max-width: 675px) {
  .form-col-wrap .colB .card .form .property-type .property-type-wrap {
    gap: 0 5px;
  }
}
.form-col-wrap .colB .card .form .property-type .property-type-wrap .col-md {
  position: relative;
}
.form-col-wrap .colB .card .form .property-type .property-type-wrap .col-md input {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  opacity: 0;
}
.form-col-wrap .colB .card .form .property-type .property-type-wrap .col-md input:checked ~ span {
  background: var(--white);
  color: var(--black);
}
.form-col-wrap .colB .card .form .property-type .property-type-wrap .col-md span {
  display: inline-block;
  height: 34px;
  line-height: 34px;
  border: 1px solid var(--white);
  color: var(--white);
  border-radius: 5px;
  font-size: 14px;
  font-weight: 500;
  padding: 0 8px;
  text-align: center;
  transition: 0.3s ease;
}
@media only screen and (max-width: 675px) {
  .form-col-wrap .colB .card .form .property-type .property-type-wrap .col-md span {
    font-size: 12px;
  }
}
@media only screen and (max-width: 365px) {
  .form-col-wrap .colB .card .form .property-type .property-type-wrap .col-md span {
    font-size: 10px;
  }
}
.form-col-wrap .colB .card .form .submit-grp {
  margin-top: 23px;
}
.form-col-wrap .colB .card .form .submit-grp .btn {
  --height: 48px;
  --hover: var(--red);
  font-weight: 600;
  border-radius: 5px;
}
.form-col-wrap .colB .card .form .submit-grp .btn:hover {
  color: var(--white);
}

.video-pop {
  left: 0;
  right: 0;
  background: rgba(0, 0, 0, 0.4784313725);
  z-index: 9;
  max-width: 100%;
  transform: translateY(100%);
  transition: 0.5s ease;
}
.video-pop.is-open {
  transform: translateY(0%);
}
.video-pop .close-video {
  bottom: calc(100% + 20px);
  top: auto;
  right: -40px;
  height: 50px;
  width: 50px;
  border-radius: 50%;
  background: var(--peach);
  display: flex;
  align-items: center;
  justify-content: center;
}
.video-pop .close-video svg {
  height: 35%;
  width: 35%;
}
.video-pop .close-video path {
  stroke-width: 2;
  stroke: var(--white);
}
.video-pop .model-body {
  position: absolute;
  top: 50%;
  left: 50%;
  translate: -50% -50%;
  width: 100%;
  max-width: 50%;
}
@media only screen and (max-width: 675px) {
  .video-pop .model-body {
    max-width: 95%;
  }
}
.video-pop .model-body iframe {
  width: 100%;
  aspect-ratio: 1.9;
  border: 2px solid var(--white);
}/*# sourceMappingURL=header.css.map */