






.sec1 {
  padding: 15px 7%;
  padding-right: 0;
  background-color: #EEDFCB;
  background-image: url("../img/logo2.svg");
  background-size: 50% 50%;
  background-position: bottom left;
  background-repeat: no-repeat;
  height: 105vh;
  position: relative;
  overflow: hidden;
}

.sec1 .col-md-6,
.sec1 .row {
  height: 100vh;
}

.sec1 .row {
  margin: 0;
  overflow: hidden;
}

.sec1 .right {
  height: 100vh;
  width: 30%;
  position: absolute;
  right: 0;
  top: 0;
}

.sec1 .left {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  height: 100%;
  padding-bottom: 10vh;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  text-align: center;
}

.sec1 .left h1 {
  margin: 0;
  color: #150341;
  line-height: 1.14;
  letter-spacing: 0.18em;
  font-size: 7vh;
  position: relative;
  z-index: 8;
  opacity: 0;
  font-weight: 900;
  text-align: center;
}

.sec1 .left h1 span {
  font-weight: 900;
}

.sec1 .sec1-slider {
  opacity: 0;
  -webkit-transition: 0.8s all;
  transition: 0.8s all;
}

.sec1 .sec1-slider.show-now {
  opacity: 1;
}

.sec1 .sec1-slider .ss-img {
  width: 70%;
  height: auto;
  padding-top: 100%;
  position: absolute;
  bottom: 3%;
  background-size: cover;
  -webkit-filter: drop-shadow(0px 0px 15px rgba(0, 0, 0, 0.25));
          filter: drop-shadow(0px 0px 15px rgba(0, 0, 0, 0.25));
  -webkit-transition: 1.5s all;
  transition: 1.5s all;
  margin: auto;
  top: 7vh;
  bottom: 0;
  height: 88%;
}

.sec1 .sec1-slider .ss-img.ss-left {
  right: 22%;
  opacity: 0.8;
  -webkit-filter: blur(3px);
          filter: blur(3px);
  -webkit-transform: scale(0.6);
          transform: scale(0.6);
  z-index: 1;
}

.sec1 .sec1-slider .ss-img.ss-right {
  right: 0;
  opacity: 0.8;
  -webkit-filter: blur(3px);
          filter: blur(3px);
  -webkit-transform: scale(0.8);
          transform: scale(0.8);
  z-index: 2;
}

.sec1 .sec1-slider .ss-img.ss-center {
  right: -25%;
  z-index: 5;
}

.sec1 .pull {
  padding: 23px 0px;
  background-image: url("../img/pull.svg");
  background-position: center;
  background-size: contain;
  background-repeat: no-repeat;
  text-align: center;
  position: absolute;
  width: 100%;
  left: 0;
  bottom: -10px;
}

.sec1 .pull p {
  font-size: 14px;
  line-height: 17px;
  letter-spacing: 0.05em;
  color: #FFFFFF;
}

.sec1.is-header {
  height: 80vh;
  background-size: 50% 100%;
  background-position: bottom right;
}

.sec1.is-header .left {
  -webkit-box-align: end;
      -ms-flex-align: end;
          align-items: flex-end;
  text-align: end;
}

.sec2 {
  background-color: #D1AB79;
  min-height: 100vh;
  -webkit-box-shadow: rgba(0, 0, 0, 0.16) 8px 0 8px;
          box-shadow: rgba(0, 0, 0, 0.16) 8px 0 8px;
}

.sec2 .row {
  height: 100vh;
  padding-top: 8vh;
}

.sec2 .col-sm-7 {
  padding-left: 0;
}

.sec2 .row {
  margin: 0;
}

.sec2 .right {
  position: relative;
  height: 100vh;
}

.sec2 .left img {
  width: 100%;
}

.sec2 .right {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  padding-right: 10%;
}

.sec2 .right h1 {
  border-bottom: 8px solid #fff;
  display: inline-block;
  font-size: 20vh;
  font-weight: bold;
  color: #fff;
}

.sec2 .right h2 {
  text-align: left;
  font-size: 4vh;
  color: #fff;
}

.sec2 .right p {
  font-size: 1.8vh;
  color: #fff;
  text-align: left;
}

.sec3 {
  padding: 15px 7%;
  padding-bottom: 80px;
  position: relative;
  z-index: 3000;
  background: #D1AB79;
}

.sec3 .video {
  position: relative;
  background-image: url("../img/video.webp");
  background-size: cover;
  background-position: center;
  width: 100%;
  padding-top: 50%;
  cursor: pointer;
}

.sec3 .video::after {
  content: '';
  position: absolute;
  top: 0px;
  left: 0px;
  height: 100%;
  width: 100%;
  z-index: 2;
  background-color: rgba(189, 154, 115, 0.5);
}

.sec3 .video button {
  background: none;
  border: none;
  position: absolute;
  border-radius: 30px;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  margin: auto;
  -webkit-transition: 0.3s all;
  transition: 0.3s all;
  z-index: 5;
  cursor: pointer;
  width: 100px;
}

.sec3 .video button img {
  width: 100%;
}

.sec3 .video button:hover {
  -webkit-transform: scale(1.1);
          transform: scale(1.1);
}

.sec4 {
  background-color: #EEDFCB;
  padding-bottom: 50px;
  position: relative;
  z-index: 3000;
  background: #fff;
}

.sec4 img {
  width: 70%;
  display: block;
  margin: auto;
}

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

.sec5 .title1 {
  padding-bottom: 0;
}

.sec5 .rotate-slider {
  -webkit-transform: scale(0.5);
          transform: scale(0.5);
  margin: 5em auto;
  height: 220px;
  /* overflow: hidden; */
  width: 480px;
  /*width: 100%;*/
}
@media (max-width:767.98px) {
    .sec5 .rotate-slider {
        width: 100% !important;
    }
    .sec5 .rotate-slider ul.slides li .inner{
        padding: 1em !important;
    }
}

.sec5 .rotate-slider ul.slides {
  height: 100%;
  margin: 0;
  overflow: hidden;
  padding: 0;
  position: relative;
  top: 0;
  left: 50%;
  -webkit-transform-origin: center center;
          transform-origin: center center;
  width: 100%;
}

.sec5 .rotate-slider ul.slides.animate {
  -webkit-transition: all 0.75s ease-in-out;
  transition: all 0.75s ease-in-out;
}

.sec5 .rotate-slider ul.slides li {
  background-position: center;
  background-size: cover;
  display: block;
  color: #fff;
  list-style: none;
  position: absolute;
  top: 0;
  left: 50%;
  text-align: center;
  -webkit-transform-origin: bottom center;
          transform-origin: bottom center;
  width: 100%;
  padding: 0 !important;
}

.sec5 .rotate-slider ul.slides li .inner {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  padding: 2em;
  height: 100%;
  width: 100%;
  display: block;
  margin: auto;
}

.sec5 .rotate-slider ul.slides li .inner img {
  display: block;
  margin: auto;
  width: 70%;
  -webkit-transform: scale(0.9);
          transform: scale(0.9);
  opacity: 0.8;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}

.rot-current img {
  -webkit-transform: scale(1.5) !important;
          transform: scale(1.5) !important;
  opacity: 1 !important;
}




.sec4 {
  position: relative;
}

.sec4 .slides,
.sec4 > .dg {
  display: none;
}

.sec4 .map-box {
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center;
  position: relative;
  width: 80%;
  margin: auto;
  padding-top: 45%;
}

.sec4 .marker {
  position: absolute;
}

.sec4 .marker p {
  margin: 0;
  text-align: center;
  background: #D1AB79;
  color: #fff;
  font-weight: bold;
  padding: 2px 10px;
  border-radius: 9px;
  margin-top: 12px;
  opacity: 0;
  -webkit-transition: 0.3s all;
  transition: 0.3s all;
}

.sec4 .marker img {
  height: 55px;
  width: auto;
  -webkit-transition: 0.3s all;
  transition: 0.3s all;
}

.sec4 .marker.marker1 {
  top: 19%;
  left: 18%;
}

.sec4 .marker.marker2 {
  top: 24%;
  left: 24%;
}

.sec4 .marker.marker3 {
  top: 16%;
  left: 48%;
}

.sec4 .marker:hover img {
  -webkit-transform: translateY(-5px);
          transform: translateY(-5px);
}

.sec4 .marker:hover p {
  opacity: 1;
}

.sec4 #particle-slider {
  height: 80vh;
}

.sec-parent {
  padding: 50px 0;
}

.sec-parent .nav-pills {
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

.sec-parent .nav-pills .nav-item .nav-link {
  color: #ddd;
  font-size: 35px;
  font-weight: 600;
}

.sec-parent .nav-pills .nav-item .nav-link.active {
  color: #150341;
  background-color: transparent;
}

.sec-parent .tab-pane {
  color: #150341;
}

.sec-parent .tab-pane p {
  font-size: 25px;
  color: #150341;
}

.sec-parent .img-item img {
  width: 70%;
  left: 0;
  right: 0;
  margin: auto;
  display: block;
}

@-webkit-keyframes breathing {
  0% {
    -webkit-transform: scale(0.8);
            transform: scale(0.8);
  }
  50% {
    -webkit-transform: scale(1.1);
            transform: scale(1.1);
  }
  100% {
    -webkit-transform: scale(0.8);
            transform: scale(0.8);
  }
}

@keyframes breathing {
  0% {
    -webkit-transform: scale(0.8);
            transform: scale(0.8);
  }
  50% {
    -webkit-transform: scale(1.1);
            transform: scale(1.1);
  }
  100% {
    -webkit-transform: scale(0.8);
            transform: scale(0.8);
  }
}
/*# sourceMappingURL=styles.css.map */