.bg-lightblue {
  background: #99c5ea;
}

h1,
h2,
h3,
h4,
h5,
h6,
ul,
li,
p {
  margin-bottom: 0;
}

.white-font {
  color: #fff;
}

.darkgreen-font {
  color: #5d5a53;
}

.ash-font {
  color: #e0dbd8;
}

.fw1 {
  font-weight: 100;
}

.fw2 {
  font-weight: 200;
}

.fw3 {
  font-weight: 300;
}

.fw4 {
  font-weight: 400;
}

.fw5 {
  font-weight: 500;
}

.fw6 {
  font-weight: 600;
}

.fw7 {
  font-weight: 700;
}

.fw8 {
  font-weight: 800;
}

.fw9 {
  font-weight: 900;
}

.sub-font {
  font-family: "Playfair Display", serif;
}

.main-font {
  font-family: "Gantari", sans-serif;
}

.para,
.para p {
  font-family: "Gantari", sans-serif;
  font-weight: 400;
}

::selection {
  color: #fff;
  background: #5d5a53;
}

/* For Mozilla Firefox */
::-moz-selection {
  color: #fff;
  background: #5d5a53;
}

:focus-visible {
  outline: 0;
  box-shadow: none;
}

.wpcf7 p {
  margin: 0;
}

.wpcf7 p br {
  display: none;
}

.slick-slider:not(.slick-initialized) {
  display: none !important;
}

p,
h1,
h2,
h3,
h4,
h5,
h6 {
  margin-bottom: 0;
}

.accordion-button:focus {
  border-color: transparent;
  box-shadow: unset;
}

.accordion-item {
  border: 0;
}

.accordion-button:not(.collapsed) {
  background-color: transparent;
  box-shadow: unset;
}

img {
  width: 100%;
  height: 100%;
}

/* width */
::-webkit-scrollbar {
  width: 3px;
}

/* Track */
::-webkit-scrollbar-track {
  background: #fff;
}

/* Handle */
::-webkit-scrollbar-thumb {
  background: #5d5a53;
}

/* Handle on hover */
::-webkit-scrollbar-thumb:hover {
  background: #5d5a53;
}

a {
  text-decoration: none;
}

.tab-content > .tab-pane:not(.active),
.pill-content > .pill-pane:not(.active) {
  display: block;
  height: 0;
  overflow-y: hidden;
}

.z-1 {
  z-index: 1;
}

.arrow-btn {
  color: #e0dbd8;
  text-align: left;
  font-family: "Playfair Display", serif;
  font-size: 14px;
  font-style: italic;
  font-weight: 400;
  letter-spacing: 4.2px;
  text-transform: uppercase;
}
.arrow-btn svg {
  transition: transform 0.3s ease;
  width: 30px;
  height: 10px;
}
.arrow-btn:hover {
  color: #fff;
}
.arrow-btn:hover svg {
  transform: translateX(5px);
}

source {
  display: none;
}

.bg-green {
  background: #b7caa6;
}

[class^="hvr-"] {
  margin: 0.4em;
  padding: 1em;
  cursor: pointer;
  background: #e1e1e1;
  text-decoration: none;
  color: #666;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

.hvr-bounce-to-top {
  display: inline-block;
  vertical-align: middle;
  transform: perspective(1px) translateZ(0);
  box-shadow: 0 0 1px rgba(0, 0, 0, 0);
  position: relative;
  transition-property: color;
  transition-duration: 0.5s;
}
.hvr-bounce-to-top::before {
  content: "";
  position: absolute;
  z-index: -1;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: #e0dbd8;
  transform: scaleY(0);
  transform-origin: 50% 100%;
  transition-property: transform;
  transition-duration: 0.5s;
  transition-timing-function: ease-out;
}
.hvr-bounce-to-top:hover,
.hvr-bounce-to-top:focus,
.hvr-bounce-to-top:active {
  color: #5d5a53 !important;
}
.hvr-bounce-to-top:hover::before,
.hvr-bounce-to-top:focus::before,
.hvr-bounce-to-top:active::before {
  transform: scaleY(1);
  transition-timing-function: cubic-bezier(0.52, 1.64, 0.37, 0.66);
}

input[type="date"].field-wrap {
  width: 100%;
  max-width: 100%;
  box-sizing: border-box;
  -webkit-appearance: none;
  appearance: none;
  padding: 10px;
  font-size: 16px;
  line-height: 1.2;
  background-color: #fff;
}

@media only screen and (min-width: 1023px) {
  .arrow-btn {
    font-size: 1.0416666667vw;
    line-height: normal;
    letter-spacing: 0.4166666667vw;
    gap: 1.0416666667vw;
  }
  .arrow-btn svg {
    transition: transform 0.3s ease;
    width: 2.6041666667vw;
    height: 0.5208333333vw;
  }
  .arrow-btn:hover svg circle {
    transform: translate(40px, 0);
    transition: transform 0.5s ease;
    transform-box: fill-box;
    transform-origin: center;
  }
  input.wpcf7-form-control.wpcf7-date.wpcf7-validates-as-date.field-wrap {
    width: 100% !important;
    text-align: left !important;
  }
  [class^="hvr-"] {
    margin: 0.4em;
    padding: 1em;
    cursor: pointer;
    background: #e1e1e1;
    text-decoration: none;
    color: #666;
    -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
  }
  .hvr-bounce-to-top {
    display: inline-block;
    vertical-align: middle;
    transform: perspective(1px) translateZ(0);
    box-shadow: 0 0 1px rgba(0, 0, 0, 0);
    position: relative;
    transition-property: color;
    transition-duration: 0.5s;
  }
  .hvr-bounce-to-top::before {
    content: "";
    position: absolute;
    z-index: -1;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: #e0dbd8;
    transform: scaleY(0);
    transform-origin: 50% 100%;
    transition-property: transform;
    transition-duration: 0.5s;
    transition-timing-function: ease-out;
  }
  .hvr-bounce-to-top:hover,
  .hvr-bounce-to-top:focus,
  .hvr-bounce-to-top:active {
    color: #5d5a53 !important;
  }
  .hvr-bounce-to-top:hover::before,
  .hvr-bounce-to-top:focus::before,
  .hvr-bounce-to-top:active::before {
    transform: scaleY(1);
    transition-timing-function: cubic-bezier(0.52, 1.64, 0.37, 0.66);
  }
  .vbox-grab .vbox-child img {
    height: 41.6666666667vw;
    width: 100%;
  }
}
/**Styling scrollable elements*/
.js-scroll {
  opacity: 0;
  transition: opacity 500ms;
}

.js-scroll.scrolled {
  opacity: 1;
}

.scrolled.fade-in {
  animation: fade-in 1s ease-in-out both;
}

.scrolled.fade-in-bottom {
  animation: fade-in-bottom 1s ease-in-out both;
}

.scrolled.slide-left {
  animation: slide-in-left 1s ease-in-out both;
}

.scrolled.slide-right {
  animation: slide-in-right 1s ease-in-out both;
}

@keyframes slide-in-left {
  0% {
    -webkit-transform: translateX(-100px);
    transform: translateX(-100px);
    opacity: 0;
  }
  100% {
    -webkit-transform: translateX(0);
    transform: translateX(0);
    opacity: 1;
  }
}
@keyframes slide-in-right {
  0% {
    -webkit-transform: translateX(100px);
    transform: translateX(100px);
    opacity: 0;
  }
  100% {
    -webkit-transform: translateX(0);
    transform: translateX(0);
    opacity: 1;
  }
}
@keyframes fade-in-bottom {
  0% {
    -webkit-transform: translateY(50px);
    transform: translateY(50px);
    opacity: 0;
  }
  100% {
    -webkit-transform: translateY(0);
    transform: translateY(0);
    opacity: 1;
  }
}
@keyframes fade-in {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
.explore-img {
  transition: clip-path 3000ms cubic-bezier(0.215, 0.61, 0.355, 1);
  clip-path: inset(0 0 100% 0);
}

.animate {
  clip-path: inset(0 0 0 0);
}

.awards-sec {
  padding: 0 0 80px;
}
.awards-sec .main-title {
  color: #5d5a53;
  text-align: center;
  font-size: 30px;
  font-style: italic;
  line-height: 82%;
  padding: 0 30px 30px;
}
.awards-sec .wrapp {
  position: relative;
}
.awards-sec .wrapp .slick-slider.award-active-for .award-item {
  padding: 0 20px;
}
.awards-sec
  .wrapp
  .slick-slider.award-active-for
  .award-item
  .award-sctive-img {
  height: 357px;
  background: #e7e2dc;
  padding: 35px;
}
.awards-sec
  .wrapp
  .slick-slider.award-active-for
  .award-item
  .award-sctive-img
  img {
  object-fit: contain;
}
.awards-sec
  .wrapp
  .slick-slider.award-active-for
  .award-item
  .award-content-wrap {
  text-align: center;
  padding: 18px 22px;
}
.awards-sec
  .wrapp
  .slick-slider.award-active-for
  .award-item
  .award-content-wrap
  .award-title {
  color: #5d5a53;
  font-family: "Gantari", sans-serif;
  font-size: 16px;
  font-weight: 800;
  line-height: 205%;
  margin-bottom: 11px;
}
.awards-sec
  .wrapp
  .slick-slider.award-active-for
  .award-item
  .award-content-wrap
  .a-content {
  color: #5d5a53;
  text-align: center;
  font-family: "Gantari", sans-serif;
  font-size: 14px;
  font-weight: 400;
  line-height: 25px;
}
.awards-sec .wrapp .room-slider-numbers {
  position: relative;
  display: flex;
  gap: 82px;
  color: #5d5a53;
  font-family: "Gantari", sans-serif;
  font-size: 14px;
  font-weight: 900;
  line-height: 205%;
  justify-content: center;
}
.awards-sec .wrapp .room-slider-numbers .current-numw {
  position: relative;
}
.awards-sec .wrapp .room-slider-numbers .current-numw::after {
  position: absolute;
  bottom: 14px;
  left: 11px;
  right: 5px;
  width: 72px;
  height: 1px;
  content: "";
  background: #5d5a53;
}
.awards-sec .wrapp .room-slider-numbers .all-slider-coumtw {
  font-weight: 600;
  opacity: 0.57;
}
.awards-sec .award-active-nav {
  display: none;
}

.advertisment-sec {
  margin-bottom: 75px;
  overflow: hidden;
  height: 600px;
}
.advertisment-sec .banner-img img {
  object-fit: cover;
  width: 100%;
  height: 100%;
}
.advertisment-sec .caption {
  position: absolute;
  text-align: center;
  color: #fff;
  padding: 50px 25px;
  bottom: 0;
}
.advertisment-sec .caption .main-title {
  color: #fff;
  text-shadow: 0px 4px 25.7px rgba(0, 0, 0, 0.25);
  font-family: "Playfair Display", serif;
  font-size: 45px;
  font-style: italic;
  font-weight: 400;
  line-height: 100%; /* 50px */
  text-transform: uppercase;
  padding-bottom: 30px;
  text-align: left;
}
.advertisment-sec .caption .para {
  color: #fff;
  text-align: justify;
  font-family: "Gantari", sans-serif;
  font-size: 14px;
  font-weight: 400;
  line-height: 25px;
  height: 120px;
  overflow-y: scroll;
  padding-right: 10px;
}

.skyline {
  margin-bottom: 75px;
}
.skyline .main-wrap {
  padding: 0 20px;
}
.skyline .main-title {
  color: #5d5a53;
  text-align: center;
  font-family: "Playfair Display", serif;
  font-size: 30px;
  font-style: italic;
  font-weight: 400;
  line-height: 82%;
  padding-bottom: 30px;
}
.skyline .wrapp {
  display: flex;
  justify-content: space-between;
  align-items: center;
  flex-wrap: wrap;
  flex-direction: column-reverse;
}
.skyline .wrapp .left-slde {
  margin-top: 50px;
}
.skyline .wrapp .left-slde .para {
  color: #5d5a53;
  text-align: justify;
  font-family: "Gantari", sans-serif;
  font-size: 14px;
  font-weight: 400;
  line-height: 205%;
  padding-bottom: 30px;
}
.skyline .wrapp .left-slde .arrow-btn {
  display: inline-flex;
  align-items: center;
  text-decoration: none;
  font-weight: 600;
  color: #5d5a53;
  transition: all 0.3s ease;
}
.skyline .wrapp .left-slde .arrow-btn svg {
  margin-left: 10px;
  transition: transform 0.3s ease;
}
.skyline .wrapp .left-slde .arrow-btn:hover {
  color: #000;
}
.skyline .wrapp .left-slde .arrow-btn:hover svg {
  transform: translateX(5px);
}
.skyline .wrapp .right-side {
  width: 100%;
  height: 296px;
  background: #e7e2dc;
  display: flex;
  align-items: center;
  justify-content: center;
}
.skyline .wrapp .right-side .logo-sky {
  width: 100%;
  height: 65px;
  object-fit: contain;
}

.main-description {
  margin-bottom: 80px;
  overflow: hidden;
}
.main-description .main-wrap {
  padding: 0 20px;
}
.main-description .main-title {
  color: #5d5a53;
  text-align: center;
  font-family: "Playfair Display", serif;
  font-size: 30px;
  font-style: italic;
  font-weight: 400;
  line-height: 30px;
  padding-bottom: 40px;
}
.main-description .wrap {
  display: flex;
  flex-direction: column;
}
.main-description .wrap .left-sidee {
  display: flex;
  flex-direction: column;
  gap: 45px;
}
.main-description .wrap .left-sidee .vision .sub-topic {
  color: #5d5a53;
  font-family: "Playfair Display", serif;
  font-size: 22px;
  font-style: italic;
  font-weight: 400;
  line-height: 82%;
  padding-bottom: 30px;
}
.main-description .wrap .left-sidee .vision .para {
  color: #5d5a53;
  text-align: justify;
  font-family: "Gantari", sans-serif;
  font-size: 14px;
  font-weight: 400;
  line-height: 25px;
}
.main-description .wrap .right-sidee {
  padding-top: 70px;
}
.main-description .wrap .right-sidee .sub-topic {
  color: #5d5a53;
  text-shadow: 0px 4px 25.7px rgba(0, 0, 0, 0.25);
  font-family: "Playfair Display", serif;
  font-size: 30px;
  font-style: italic;
  font-weight: 400;
  line-height: 82%;
  padding-bottom: 30px;
  text-align: center;
}
.main-description .wrap .right-sidee .sli-wrap {
  position: relative;
}
.main-description
  .wrap
  .right-sidee
  .sli-wrap
  .slick-slider
  .point-slider-items {
  padding: 30px 49px;
  background: #e7e2dc;
}
.main-description
  .wrap
  .right-sidee
  .sli-wrap
  .slick-slider
  .point-slider-items
  .wrr
  .name {
  color: #5d5a53;
  text-shadow: 0px 4px 25.7px rgba(0, 0, 0, 0.25);
  font-family: "Playfair Display", serif;
  font-size: 18px;
  font-style: italic;
  font-weight: 400;
  line-height: 82%;
  text-align: center;
  padding-bottom: 20px;
}
.main-description
  .wrap
  .right-sidee
  .sli-wrap
  .slick-slider
  .point-slider-items
  .wrr
  .para--graph {
  color: #5d5a53;
  text-align: center;
  font-family: "Gantari", sans-serif;
  font-size: 14px;
  font-style: normal;
  font-weight: 400;
  line-height: 25px;
}
.main-description .wrap .right-sidee .sli-wrap .point-slider-numbers {
  position: relative;
  display: flex;
  gap: 82px;
  color: #5d5a53;
  font-family: "Gantari", sans-serif;
  font-size: 14px;
  font-weight: 900;
  line-height: 205%;
  justify-content: center;
  margin-top: 30px;
}
.main-description
  .wrap
  .right-sidee
  .sli-wrap
  .point-slider-numbers
  .current-num {
  position: relative;
}
.main-description
  .wrap
  .right-sidee
  .sli-wrap
  .point-slider-numbers
  .current-num::after {
  position: absolute;
  bottom: 14px;
  left: 11px;
  right: 5px;
  width: 72px;
  height: 1px;
  content: "";
  background: #5d5a53;
}
.main-description
  .wrap
  .right-sidee
  .sli-wrap
  .point-slider-numbers
  .all-slider-coumt {
  font-weight: 600;
  opacity: 0.57;
}

@media only screen and (min-width: 768px) {
  .advertisment-sec .caption {
    width: 70%;
    left: 0;
    display: flex;
    flex-direction: column;
    justify-content: center;
    top: 0;
    bottom: 0;
  }
  .advertisment-sec .caption .para {
    overflow-y: unset;
  }
  .skyline {
    margin-bottom: 75px;
  }
  .skyline .main-wrap {
    padding: 0 20px;
  }
  .skyline .main-title {
    color: #5d5a53;
    text-align: center;
    font-family: "Playfair Display", serif;
    font-size: 30px;
    font-style: italic;
    font-weight: 400;
    line-height: 82%;
    padding-bottom: 30px;
  }
  .skyline .wrapp {
    flex-direction: row-reverse;
  }
  .skyline .wrapp .left-slde {
    margin-top: 0;
    width: calc(100% - 385px);
    margin-left: 50px;
  }
  .skyline .wrapp .left-slde .para {
    color: #5d5a53;
    text-align: justify;
    font-family: "Gantari", sans-serif;
    font-size: 14px;
    font-weight: 400;
    line-height: 205%;
    padding-bottom: 30px;
  }
  .skyline .wrapp .left-slde .arrow-btn {
    display: inline-flex;
    align-items: center;
    text-decoration: none;
    font-weight: 600;
    color: #5d5a53;
    transition: all 0.3s ease;
  }
  .skyline .wrapp .left-slde .arrow-btn svg {
    margin-left: 10px;
    transition: transform 0.3s ease;
  }
  .skyline .wrapp .left-slde .arrow-btn:hover {
    color: #000;
  }
  .skyline .wrapp .left-slde .arrow-btn:hover svg {
    transform: translateX(5px);
  }
  .skyline .wrapp .right-side {
    width: 335px;
    height: 296px;
    background: #e7e2dc;
    display: flex;
    align-items: center;
    justify-content: center;
  }
  .skyline .wrapp .right-side .logo-sky {
    width: 100%;
    height: 65px;
    object-fit: contain;
  }
}
@media only screen and (min-width: 1023px) {
  .awards-sec {
    padding: 0 0 7.8125vw;
  }
  .awards-sec .main-wrap {
    padding: 0 0 0 11.6666666667vw;
  }
  .awards-sec .main-title {
    font-size: 3.3333333333vw;
    line-height: 82%;
    padding: 0 6.9791666667vw 4.1666666667vw;
    text-align: start;
  }
  .awards-sec .slider--wrap {
    display: flex;
  }
  .awards-sec .wrapp {
    position: relative;
    width: calc(100% - 37.8645833333vw);
  }
  .awards-sec .wrapp .slick-slider.award-active-for .award-item {
    padding: 0 1.0416666667vw;
    display: flex;
    align-items: flex-end;
  }
  .awards-sec
    .wrapp
    .slick-slider.award-active-for
    .award-item
    .award-sctive-img {
    height: 27.5vw;
    width: 24.21875vw;
    background: #e7e2dc;
    padding: 1.8229166667vw;
  }
  .awards-sec
    .wrapp
    .slick-slider.award-active-for
    .award-item
    .award-sctive-img
    img {
    object-fit: contain;
  }
  .awards-sec
    .wrapp
    .slick-slider.award-active-for
    .award-item
    .award-content-wrap {
    text-align: center;
    padding: 18px 3.90625vw 0 1.0416666667vw;
    width: calc(100% - 24.21875vw);
  }
  .awards-sec
    .wrapp
    .slick-slider.award-active-for
    .award-item
    .award-content-wrap
    .award-title {
    font-size: 1.0416666667vw;
    line-height: 205%;
    text-align: start;
    margin-bottom: 0.78125vw;
  }
  .awards-sec
    .wrapp
    .slick-slider.award-active-for
    .award-item
    .award-content-wrap
    .a-content {
    font-size: 0.8333333333vw;
    line-height: 205%;
    text-align: start;
  }
  .awards-sec .wrapp .room-slider-numbers {
    position: absolute;
    gap: 8.3333333333vw;
    font-size: 0.8333333333vw;
    padding-top: 0;
    justify-content: center;
    bottom: 8.3333333333vw;
    left: 26.3020833333vw;
  }
  .awards-sec .wrapp .room-slider-numbers .current-numw {
    position: relative;
  }
  .awards-sec .wrapp .room-slider-numbers .current-numw::after {
    width: 7.2916666667vw;
    bottom: 0.3645833333vw;
    left: 0.9375vw;
    right: 0;
    height: 0.0520833333vw;
    margin: 0.5208333333vw 0;
  }
  .awards-sec .wrapp .room-slider-numbers .all-slider-coumtw {
    font-weight: 600;
    opacity: 0.57;
  }
  .awards-sec .award-active-nav {
    display: block;
    width: 37.8645833333vw;
  }
  .awards-sec
    .award-active-nav
    .award-item.slick-slide.slick-current.slick-active {
    display: none;
  }
  .awards-sec .award-active-nav .award-item {
    margin: 0 0.5208333333vw;
  }
  .awards-sec .award-active-nav .award-item .award-sctive-img {
    height: 20.8854166667vw;
    padding: 1.8229166667vw;
    background: #e7e2dc;
  }
  .advertisment-sec {
    margin-bottom: 7.8125vw;
    height: auto;
  }
  .advertisment-sec .banner-img {
    height: 36.71875vw;
  }
  .advertisment-sec .caption {
    position: absolute;
    top: 0;
    text-align: center;
    color: #fff;
    padding: 0 0 0 12.65625vw;
    width: 50.2604166667vw;
  }
  .advertisment-sec .caption .main-title {
    text-shadow: 0px 0.2083333333vw 1.3385416667vw rgba(0, 0, 0, 0.25);
    font-size: 5vw;
    line-height: 100%;
    padding-bottom: 1.5625vw;
  }
  .advertisment-sec .caption .para {
    font-size: 0.8333333333vw;
    line-height: 205%;
    height: auto;
    overflow-y: unset;
    padding-right: 0;
    font-weight: 400;
  }
  .skyline {
    margin-bottom: 7.8125vw;
  }
  .skyline .main-wrap {
    padding: 0 12.65625vw;
  }
  .skyline .main-title {
    font-size: 3.3333333333vw;
    line-height: 82%;
    padding-bottom: 3.6458333333vw;
  }
  .skyline .wrapp {
    flex-direction: row;
    flex-wrap: nowrap;
    align-items: flex-start;
  }
  .skyline .wrapp .left-slde {
    width: calc(100% - 36.875vw);
    margin-left: 0;
    margin-right: 7.2916666667vw;
  }
  .skyline .wrapp .left-slde .para {
    font-size: 0.8333333333vw;
    line-height: 205%;
    padding-bottom: 0;
    font-weight: 400;
  }
  .skyline .wrapp .left-slde .arrow-btn {
    margin-top: 3.28125vw;
  }
  .skyline .wrapp .left-slde .arrow-btn svg {
    margin-left: 0.5208333333vw;
    transition: transform 0.3s ease;
  }
  .skyline .wrapp .left-slde .arrow-btn:hover {
    color: #000;
  }
  .skyline .wrapp .left-slde .arrow-btn:hover svg {
    transform: translateX(5px);
  }
  .skyline .wrapp .right-side {
    width: 36.875vw;
    height: 29.2708333333vw;
  }
  .skyline .wrapp .right-side .logo-sky {
    height: 7.34375vw;
    padding: 0 4.6875vw;
  }
  .main-description {
    margin-bottom: 2.6041666667vw;
  }
  .main-description .main-wrap {
    padding: 0 5.2083333333vw 0 12.65625vw;
  }
  .main-description .main-title {
    font-size: 3.3333333333vw;
    line-height: 82%;
    padding-bottom: 3.6458333333vw;
  }
  .main-description .main-title br {
    display: none;
  }
  .main-description .wrap {
    display: flex;
    flex-direction: row;
  }
  .main-description .wrap .left-sidee {
    display: flex;
    flex-direction: column;
    gap: 45px;
    width: 30.7291666667vw;
  }
  .main-description .wrap .left-sidee .vision .sub-topic {
    font-size: 2.5vw;
    line-height: 82%;
    padding-bottom: 1.5625vw;
  }
  .main-description .wrap .left-sidee .vision .para {
    font-size: 0.8333333333vw;
    line-height: 205%;
    font-weight: 400;
  }
  .main-description .wrap .right-sidee {
    width: calc(100% - 30.7291666667vw);
    padding-top: 0;
    padding-left: 7.1875vw;
  }
  .main-description .wrap .right-sidee .sub-topic {
    font-size: 2.5vw;
    line-height: 82%;
    padding-bottom: 2.0833333333vw;
    text-align: left;
  }
  .main-description .wrap .right-sidee .sli-wrap {
    position: relative;
    margin: 0 -0.5729166667vw;
  }
  .main-description
    .wrap
    .right-sidee
    .sli-wrap
    .slick-slider
    .point-slider-items {
    padding: 3.125vw 2.03125vw 4.9479166667vw;
    background: #e7e2dc;
    margin: 0 0.5729166667vw;
    height: 15.625vw;
  }
  .main-description
    .wrap
    .right-sidee
    .sli-wrap
    .slick-slider
    .point-slider-items
    .wrr
    .name {
    font-size: 1.6666666667vw;
    line-height: 82%;
    padding-bottom: 2.6041666667vw;
    text-align: left;
  }
  .main-description
    .wrap
    .right-sidee
    .sli-wrap
    .slick-slider
    .point-slider-items
    .wrr
    .para--graph {
    font-size: 16px;
    line-height: 205%;
    text-align: left;
    font-weight: 400;
  }
  .main-description .wrap .right-sidee .sli-wrap .point-slider-numbers {
    position: absolute;
    gap: 8.3333333333vw;
    font-size: 0.8333333333vw;
    padding-top: 0;
    justify-content: center;
    bottom: -3.3854166667vw;
    left: 0.625vw;
    margin-top: 0;
  }
  .main-description
    .wrap
    .right-sidee
    .sli-wrap
    .point-slider-numbers
    .current-num {
    position: relative;
  }
  .main-description
    .wrap
    .right-sidee
    .sli-wrap
    .point-slider-numbers
    .current-num::after {
    width: 7.2916666667vw;
    bottom: 0.3645833333vw;
    left: 0.9375vw;
    right: 0;
    height: 0.0520833333vw;
    margin: 0.5208333333vw 0;
  }
  .main-description
    .wrap
    .right-sidee
    .sli-wrap
    .point-slider-numbers
    .all-slider-coumt {
    font-weight: 600;
    opacity: 0.57;
  }
}

/*# sourceMappingURL=about.css.map */
