@charset "UTF-8";
body {
  font-family: "Open Sans", sans-serif;
  color: #dadfdf;
}

.img-res {
  width: 100%;
  height: auto;
}

.clearfix {
  padding: 0;
  margin: 0;
  clear: both;
}

.table-wrap {
  overflow: auto;
  width: 100%;
}

.tittle-2 {
  position: relative;
  background: #1d3738;
  width: calc(100% - 4em);
  max-width: 500px;
  padding: 2em;
  margin: 0 auto;
}
.tittle-2 h2 {
  text-align: center;
  text-transform: uppercase;
  font-size: 26px;
  letter-spacing: 1px;
  display: grid;
  grid-template-columns: 1fr auto 1fr;
  grid-template-rows: 16px 0;
  grid-gap: 22px;
  color: #9cb4b5;
}
@media (max-width: 590px) {
  .tittle-2 h2 {
    font-size: 18px;
  }
}
.tittle-2 h2:after {
  content: " ";
  display: block;
  border-bottom: 2px solid #ba9765;
  background-color: #1d3738;
}
.tittle-2 h2:before {
  content: " ";
  display: block;
  border-bottom: 2px solid #ba9765;
  background-color: #1d3738;
}

.mt-150 {
  margin-top: 150px;
}

.title-wrap-1 {
  position: relative;
  width: 90%;
  max-width: 500px;
  padding: 0;
  margin: 0 auto;
}

.title-wrap-1 h1 {
  text-align: center;
  font-size: 50px;
  text-transform: uppercase;
  color: #fff;
  letter-spacing: 1px;
  font-weight: 400;
  margin: 0 0 25px 0;
}
@media (max-width: 900px) {
  .title-wrap-1 h1 {
    font-size: 38px;
  }
}

.title-wrap-1 h1 span {
  margin-top: 5px;
  font-size: 15px;
  color: #ba9765;
  word-spacing: 1px;
  font-weight: normal;
  letter-spacing: 2px;
  text-transform: uppercase;
  font-family: "Raleway", sans-serif;
  font-weight: 500;
  display: grid;
  grid-template-columns: 1fr -webkit-max-content 1fr;
  grid-template-columns: 1fr max-content 1fr;
  grid-template-rows: 27px 0;
  grid-gap: 20px;
  align-items: center;
}
@media (max-width: 900px) {
  .title-wrap-1 h1 span {
    font-size: 13px;
  }
}

.title-wrap-1 h1 span:after, .title-wrap-1 h1 span:before {
  content: " ";
  display: block;
  border-bottom: 1px solid #ba9765;
  border-top: 1px solid #ba9765;
  height: 5px;
  background-color: #1d3738;
}

.gallery {
  margin: 20px 20px 20px 20px;
  display: flex;
  flex-direction: row;
  align-content: center;
}
@media (max-width: 590px) {
  .gallery {
    flex-direction: column;
  }
}

.gallery .text-block-1 {
  width: 15%;
  float: left;
  align-self: center;
}
@media (max-width: 590px) {
  .gallery .text-block-1 {
    width: 100%;
  }
}

.gallery .text-block-1 .text-wrap-inner {
  background: rgb(29, 55, 56);
  background: linear-gradient(90deg, rgb(29, 55, 56) 0%, rgb(41, 75, 77) 100%);
  padding: 25px;
  margin-right: -80px;
  position: relative;
}
@media (max-width: 590px) {
  .gallery .text-block-1 .text-wrap-inner {
    margin-right: 0;
    padding: 15px;
  }
}
.gallery .text-block-1 .text-wrap-inner h2 {
  padding: 0;
  margin: 0 0 12px 0;
  color: #ba9765;
  text-align: center;
  font-size: 28px;
  line-height: 30px;
  text-transform: uppercase;
  font-weight: 500;
}
@media (max-width: 900px) {
  .gallery .text-block-1 .text-wrap-inner h2 {
    font-size: 22px;
  }
}
@media (max-width: 590px) {
  .gallery .text-block-1 .text-wrap-inner h2 {
    font-size: 18px;
  }
}
.gallery .text-block-1 .text-wrap-inner p {
  padding: 0;
  margin: 0;
  text-align: center;
  color: #dadfdf;
}
@media (max-width: 590px) {
  .gallery .text-block-1 .text-wrap-inner p {
    font-size: 14px;
  }
}

.gallery .img-block-2 {
  width: 85%;
  float: left;
}
@media (max-width: 590px) {
  .gallery .img-block-2 {
    width: 100%;
  }
}

.gallery .img-block-2 img {
  width: 100%;
  height: auto;
}

.home-footer {
  position: fixed;
  left: 20px;
  bottom: 20px;
  z-index: 2;
}
.home-footer a {
  font-size: 14px;
  color: #fff;
  text-decoration: none;
}
@media (max-width: 590px) {
  .home-footer {
    display: none;
  }
}

.home-footer a:hover {
  color: #ba9765;
}

.inner-footer {
  display: block;
  text-align: center;
  padding: 15px 20px;
  border-top: solid 1px #425a5b;
}
.inner-footer p {
  font-size: 14px;
  color: #fff;
  text-decoration: none;
  float: left;
}
@media (max-width: 900px) {
  .inner-footer p {
    font-size: 12px;
  }
}
.inner-footer a {
  font-size: 18px;
  color: #fff;
  text-decoration: none;
  float: right;
  margin-left: 20px;
}
@media (max-width: 900px) {
  .inner-footer a {
    font-size: 16px;
  }
}
.inner-footer a:hover {
  color: #ba9765;
}

.home-header-wrap {
  width: 100%;
  padding: 0;
  margin: 0;
  position: fixed;
  top: 0;
  z-index: 2;
  background: rgb(2, 0, 36);
  background: linear-gradient(180deg, rgb(2, 0, 36) 10%, rgba(0, 212, 255, 0) 100%);
}
.home-header-wrap .home-down-drop-bt {
  position: absolute;
  right: 80px;
  top: 28px;
  border: solid 1px #ba9765;
  border-radius: 5px;
  padding: 7px 9px;
  color: #ba9765;
  text-decoration: none;
  font-size: 13px;
  transition: 0.5s;
}
.home-header-wrap .home-down-drop-bt:hover {
  color: #fff;
  border-color: #fff;
}

.logo-top {
  max-width: 100px;
  height: auto;
  padding: 20px;
}

.inner-header-wrap {
  width: 100%;
  padding: 0;
  margin: 0;
  position: fixed;
  top: 0;
  z-index: 2;
  background: url(../images/header-parttaer.jpg) repeat 0 0;
}

.inner-header-wrap .down-drop-bt {
  float: right;
  margin: 28px 75px 0 0;
  font-size: 13px;
  border: solid 1px #1d3738;
  border-radius: 7px;
  padding: 7px 9px;
  display: table;
  color: #1d3738;
  cursor: pointer;
  transition: 0.5s;
  text-decoration: none;
}

.inner-header-wrap .down-drop-bt:hover {
  background: #1d3738;
  color: #fff;
}

.inner-body-bg {
  background: #1d3738;
}

.inner-logo-top {
  max-width: 80px;
  height: auto;
  padding: 10px 20px;
  float: left;
}

.wrapper {
  position: fixed;
  top: 0;
  /*left: -100%;*/
  right: -100%;
  height: 100%;
  width: 100%;
  background: rgba(0, 0, 0, 0.9);
  /*background: linear-gradient(90deg, #f92c78, #4114a1);*/
  /* background: linear-gradient(375deg, #1cc7d0, #2ede98); */
  /* background: linear-gradient(-45deg, #e3eefe 0%, #efddfb 100%);*/
  transition: all 0.6s ease-in-out;
}

#active:checked ~ .wrapper {
  /*left: 0;*/
  right: 0;
}

.menu-btn {
  position: absolute;
  z-index: 2;
  right: 20px;
  /*left: 20px; */
  top: 20px;
  height: 50px;
  width: 50px;
  text-align: center;
  line-height: 50px;
  border-radius: 50%;
  font-size: 20px;
  cursor: pointer;
  /*color: #fff;*/
  /*background: linear-gradient(90deg, #f92c78, #4114a1);*/
  /* background: linear-gradient(375deg, #1cc7d0, #2ede98); */
  /* background: linear-gradient(-45deg, #e3eefe 0%, #efddfb 100%); */
  transition: all 0.3s ease-in-out;
}

.menu-btn span,
.menu-btn:before,
.menu-btn:after {
  content: "";
  position: absolute;
  top: calc(50% - 1px);
  left: 30%;
  width: 40%;
  border-bottom: 2px solid #ba9765;
  transition: transform 0.6s cubic-bezier(0.215, 0.61, 0.355, 1);
}

.menu-btn:before {
  transform: translateY(-8px);
}

.menu-btn:after {
  transform: translateY(8px);
}

.close {
  z-index: 1;
  width: 100%;
  height: 100%;
  pointer-events: none;
  transition: background 0.6s;
}

/* closing animation */
#active:checked + .menu-btn span {
  transform: scaleX(0);
}

#active:checked + .menu-btn:before {
  transform: rotate(45deg);
  border-color: #fff;
}

#active:checked + .menu-btn:after {
  transform: rotate(-45deg);
  border-color: #fff;
}

.wrapper ul {
  position: absolute;
  top: 0;
  left: 0;
  height: 90%;
  list-style: none;
  text-align: center;
  right: 0;
  margin: auto;
  bottom: 0;
  padding: 0;
}
@media (max-width: 590px) {
  .wrapper ul {
    top: 100%;
    left: 29%;
    transform: translate(-35%, -51%);
  }
}

.wrapper ul li {
  height: 10%;
  margin: 15px 0;
}

.wrapper ul li a {
  text-decoration: none;
  font-size: 30px;
  font-weight: normal;
  padding: 5px 30px;
  color: #fff;
  border-radius: 50px;
  position: absolute;
  line-height: 50px;
  margin: 5px 30px;
  opacity: 0;
  transition: all 0.3s ease;
  transition: transform 0.6s cubic-bezier(0.215, 0.61, 0.355, 1);
  font-family: "Oswald", sans-serif;
  width: 150px;
}

.wrapper ul li a:after {
  position: absolute;
  content: "";
  background: #ba9765;
  /*background: linear-gradient(#14ffe9, #ffeb3b, #ff00e0);*/
  /*background: linear-gradient(375deg, #1cc7d0, #2ede98);*/
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
  border-radius: 10px;
  transform: scaleY(0);
  z-index: -1;
  transition: transform 0.3s ease;
}

.wrapper ul li a:hover:after {
  transform: scaleY(1);
}

.wrapper ul li a:hover {
  color: #fff;
}

input[type=checkbox] {
  display: none;
}

.content {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  z-index: -1;
  text-align: center;
  width: 100%;
  color: #202020;
}

.content .title {
  font-size: 40px;
  font-weight: 700;
}

.content p {
  font-size: 35px;
  font-weight: 600;
}

#active:checked ~ .wrapper ul li a {
  opacity: 1;
}

.wrapper ul li a {
  transition: opacity 1.2s, transform 1.2s cubic-bezier(0.215, 0.61, 0.355, 1);
  transform: translateX(100px);
}

#active:checked ~ .wrapper ul li a {
  transform: none;
  transition-timing-function: ease, cubic-bezier(0.1, 1.3, 0.3, 1); /* easeOutBackを緩めた感じ */
  transition-delay: 0.6s;
  transform: translateX(-100px);
}

.fnc {
  /* you can add color names and their values here
  and then simply add classes like .m--blend-$colorName to .fnc-slide 
  to apply specific color for mask blend mode */
}
.fnc-slider {
  overflow: hidden;
  box-sizing: border-box;
  position: relative;
  height: 100vh;
}
.fnc-slider *, .fnc-slider *:before, .fnc-slider *:after {
  box-sizing: border-box;
}
.fnc-slider__slides {
  position: relative;
  height: 100%;
  transition: transform 1s 0.6666666667s;
}
.fnc-slider .m--blend-dark .fnc-slide__inner {
  background-color: #f9f6f2;
}
.fnc-slider .m--blend-dark .fnc-slide__mask-inner {
  background-color: #dac7ab;
}
.fnc-slider .m--navbg-dark {
  background-color: #dac7ab;
}
.fnc-slider .m--blend-green .fnc-slide__inner {
  background-color: #94d290;
}
.fnc-slider .m--blend-green .fnc-slide__mask-inner {
  background-color: #4fb448;
}
.fnc-slider .m--navbg-green {
  background-color: #4fb448;
}
.fnc-slider .m--blend-red .fnc-slide__inner {
  background-color: #e9decf;
}
.fnc-slider .m--blend-red .fnc-slide__mask-inner {
  background-color: #caaf88;
}
.fnc-slider .m--navbg-red {
  background-color: #caaf88;
}
.fnc-slider .m--blend-blue .fnc-slide__inner {
  background-color: #94d290;
}
.fnc-slider .m--blend-blue .fnc-slide__mask-inner {
  background-color: #4fb448;
}
.fnc-slider .m--navbg-blue {
  background-color: #4fb448;
}
.fnc-slide {
  overflow: hidden;
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  transform: translate3d(0, 0, 0);
}
.fnc-slide.m--before-sliding {
  z-index: 2 !important;
  transform: translate3d(100%, 0, 0);
}
.fnc-slide.m--active-slide {
  z-index: 1;
  transition: transform 1s 0.6666666667s ease-in-out;
  transform: translate3d(0, 0, 0);
}
.fnc-slide__inner {
  position: relative;
  height: 100%;
  background-size: cover;
  background-position: center top;
  transform: translate3d(0, 0, 0);
}
.m--global-blending-active .fnc-slide__inner, .m--blend-bg-active .fnc-slide__inner {
  background-blend-mode: luminosity;
}
.m--before-sliding .fnc-slide__inner {
  transform: translate3d(-100%, 0, 0);
}
.m--active-slide .fnc-slide__inner {
  transition: transform 1s 0.6666666667s ease-in-out;
  transform: translate3d(0, 0, 0);
}
.fnc-slide__mask {
  overflow: hidden;
  z-index: 1;
  position: absolute;
  right: 60%;
  top: 15%;
  width: 50.25vh;
  height: 67vh;
  margin-right: -90px;
  -webkit-clip-path: polygon(0 0, 100% 0, 100% 100%, 0 100%, 0 0, 6vh 0, 6vh 61vh, 44vh 61vh, 44vh 6vh, 6vh 6vh);
          clip-path: polygon(0 0, 100% 0, 100% 100%, 0 100%, 0 0, 6vh 0, 6vh 61vh, 44vh 61vh, 44vh 6vh, 6vh 6vh);
  transform-origin: 50% 0;
  transition-timing-function: ease-in-out;
}
.m--before-sliding .fnc-slide__mask {
  transform: rotate(-10deg) translate3d(200px, 0, 0);
  opacity: 0;
}
.m--active-slide .fnc-slide__mask {
  transition: transform 0.7s 1.2222222222s, opacity 0.35s 1.2222222222s;
  transform: translate3d(0, 0, 0);
  opacity: 1;
}
.m--previous-slide .fnc-slide__mask {
  transition: transform 0.7s 0.3333333333s, opacity 0.35s 0.6833333333s;
  transform: rotate(10deg) translate3d(-200px, 0, 0);
  opacity: 0;
}
.fnc-slide__mask-inner {
  z-index: -1;
  position: absolute;
  left: 50%;
  top: 50%;
  width: 100vw;
  height: 100vh;
  margin-left: -50vw;
  margin-top: -50vh;
  background-size: cover;
  background-position: center center;
  background-blend-mode: luminosity;
  transform-origin: 50% 16.5vh;
  transition-timing-function: ease-in-out;
}
.m--before-sliding .fnc-slide__mask-inner {
  transform: translateY(0) rotate(10deg) translateX(-200px) translateZ(0);
}
.m--active-slide .fnc-slide__mask-inner {
  transition: transform 0.7s 1.2222222222s;
  transform: translateX(0);
}
.m--previous-slide .fnc-slide__mask-inner {
  transition: transform 0.7s 0.3333333333s;
  transform: translateY(0) rotate(-10deg) translateX(200px) translateZ(0);
}
.fnc-slide__content {
  z-index: 2;
  position: absolute;
  left: 25%;
  top: 40%;
}
.fnc-slide__heading {
  margin-bottom: 10px;
  text-transform: uppercase;
}
.fnc-slide__heading-line {
  overflow: hidden;
  position: relative;
  padding-right: 20px;
  font-size: 60px;
  color: #fff;
  word-spacing: 10px;
}
@media screen and (max-width: 767px) {
  .fnc-slide__heading-line {
    font-size: 28px;
  }
}
.fnc-slide__heading-line:nth-child(2) {
  padding-left: 30px;
}
.m--before-sliding .fnc-slide__heading-line {
  transform: translateY(100%);
}
.m--active-slide .fnc-slide__heading-line {
  transition: transform 1.5s 1s;
  transform: translateY(0);
}
.m--previous-slide .fnc-slide__heading-line {
  transition: transform 1.5s;
  transform: translateY(-100%);
}
.fnc-slide__heading-line span {
  display: block;
}
.m--before-sliding .fnc-slide__heading-line span {
  transform: translateY(-100%);
}
.m--active-slide .fnc-slide__heading-line span {
  transition: transform 1.5s 1s;
  transform: translateY(0);
}
.m--previous-slide .fnc-slide__heading-line span {
  transition: transform 1.5s;
  transform: translateY(100%);
}
.fnc-slide__action-btn {
  position: relative;
  margin-left: 200px;
  padding: 5px 15px;
  font-size: 20px;
  line-height: 1;
  color: transparent;
  border: none;
  text-transform: uppercase;
  background: transparent;
  cursor: pointer;
  text-align: center;
  outline: none;
}
.fnc-slide__action-btn span {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  perspective: 1000px;
  transform-style: preserve-3d;
  transition: transform 0.3s;
  transform-origin: 50% 0;
  line-height: 30px;
  color: #fff;
}
.fnc-slide__action-btn span:before {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  border: 2px solid #fff;
  border-top: none;
  border-bottom: none;
}
.fnc-slide__action-btn span:after {
  content: attr(data-text);
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  line-height: 30px;
  background: #1F2833;
  opacity: 0;
  transform-origin: 50% 0;
  transform: translateY(100%) rotateX(-90deg);
  transition: opacity 0.15s 0.15s;
}
.fnc-slide__action-btn:hover span {
  transform: rotateX(90deg);
}
.fnc-slide__action-btn:hover span:after {
  opacity: 1;
  transition: opacity 0.15s;
}
.fnc-nav {
  z-index: 5;
  position: absolute;
  right: 0;
  bottom: 0;
}
@media (max-width: 767px) {
  .fnc-nav {
    width: 100%;
  }
}
.fnc-nav__bgs {
  z-index: -1;
  overflow: hidden;
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
}
.fnc-nav__bg {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
}
.fnc-nav__bg.m--nav-bg-before {
  z-index: 2 !important;
  transform: translateX(100%);
}
.fnc-nav__bg.m--active-nav-bg {
  z-index: 1;
  transition: transform 1s 0.6666666667s;
  transform: translateX(0);
}
.fnc-nav__controls {
  font-size: 0;
}
.fnc-nav__control {
  overflow: hidden;
  position: relative;
  display: inline-block;
  vertical-align: top;
  width: 130px;
  height: 50px;
  font-size: 14px;
  color: #fff;
  text-transform: uppercase;
  background: transparent;
  border: none;
  outline: none;
  cursor: pointer;
  transition: background-color 0.5s;
}
@media (max-width: 767px) {
  .fnc-nav__control {
    width: 25%;
    font-size: 11px;
  }
}
.fnc-nav__control.m--active-control {
  background: #1F2833;
}
.fnc-nav__control-progress {
  position: absolute;
  left: 0;
  bottom: 0;
  width: 100%;
  height: 2px;
  background: #fff;
  transform-origin: 0 50%;
  transform: scaleX(0);
  transition-timing-function: linear !important;
}
.m--with-autosliding .m--active-control .fnc-nav__control-progress {
  transform: scaleX(1);
}
.m--prev-control .fnc-nav__control-progress {
  transform: translateX(100%);
  transition: transform 0.5s !important;
}
.m--reset-progress .fnc-nav__control-progress {
  transform: scaleX(0);
  transition: transform 0s 0s !important;
}
.m--autosliding-blocked .fnc-nav__control-progress {
  transition: all 0s 0s !important;
  transform: scaleX(0) !important;
}

/* NOT PART OF COMMON SLIDER STYLES */
body {
  margin: 0;
}

.demo-cont {
  overflow: hidden;
  position: relative;
  height: 100vh;
  perspective: 1500px;
  background: #ba9765;
}
.demo-cont__credits {
  box-sizing: border-box;
  overflow-y: auto;
  z-index: 1;
  position: absolute;
  right: 0;
  top: 0;
  width: 400px;
  height: 100%;
  padding: 20px 10px 30px;
  background: #303030;
  font-family: "Open Sans", Helvetica, Arial, sans-serif;
  color: #fff;
  text-align: center;
  transition: transform 0.7s;
  transform: translate3d(100%, 0, 0) rotateY(-45deg);
  will-change: transform;
}
.credits-active .demo-cont__credits {
  transition: transform 0.7s 0.2333333333s;
  transform: translate3d(0, 0, 0);
}
.demo-cont__credits *, .demo-cont__credits *:before, .demo-cont__credits *:after {
  box-sizing: border-box;
}
.demo-cont__credits-close {
  position: absolute;
  right: 20px;
  top: 20px;
  width: 28px;
  height: 28px;
  cursor: pointer;
}
.demo-cont__credits-close:before, .demo-cont__credits-close:after {
  content: "";
  position: absolute;
  left: 0;
  top: 50%;
  width: 100%;
  height: 2px;
  margin-top: -1px;
  background: #fff;
}
.demo-cont__credits-close:before {
  transform: rotate(45deg);
}
.demo-cont__credits-close:after {
  transform: rotate(-45deg);
}
.demo-cont__credits-heading {
  text-transform: uppercase;
  font-size: 40px;
  margin-bottom: 20px;
}
.demo-cont__credits-img {
  display: block;
  width: 60%;
  margin: 0 auto 30px;
  border-radius: 10px;
}
.demo-cont__credits-name {
  margin-bottom: 20px;
  font-size: 30px;
}
.demo-cont__credits-link {
  display: block;
  margin-bottom: 10px;
  font-size: 24px;
  color: #fff;
}
.demo-cont__credits-blend {
  font-size: 30px;
  margin-bottom: 10px;
}

.example-slider {
  z-index: 2;
  transform: translate3d(0, 0, 0);
  transition: transform 0.7s;
}
.credits-active .example-slider {
  transform: translate3d(-400px, 0, 0) rotateY(10deg) scale(0.9);
}
.example-slider .fnc-slide-1 .fnc-slide__inner,
.example-slider .fnc-slide-1 .fnc-slide__mask-inner {
  background-image: url("../images/banner-1.jpg");
}
@media (max-width: 767px) {
  .example-slider .fnc-slide-1 .fnc-slide__inner,
.example-slider .fnc-slide-1 .fnc-slide__mask-inner {
    background-image: url("../images/mob-banner-1.jpg");
  }
}
.example-slider .fnc-slide-2 .fnc-slide__inner,
.example-slider .fnc-slide-2 .fnc-slide__mask-inner {
  background-image: url("../images/banner-2.jpg");
}
@media (max-width: 767px) {
  .example-slider .fnc-slide-2 .fnc-slide__inner,
.example-slider .fnc-slide-2 .fnc-slide__mask-inner {
    background-image: url("../images/mob-banner-2.jpg");
  }
}
.example-slider .fnc-slide-3 .fnc-slide__inner,
.example-slider .fnc-slide-3 .fnc-slide__mask-inner {
  background-image: url("../images/banner-3.jpg");
}
@media (max-width: 767px) {
  .example-slider .fnc-slide-3 .fnc-slide__inner,
.example-slider .fnc-slide-3 .fnc-slide__mask-inner {
    background-image: url("../images/mob-banner-3.jpg");
  }
}
.example-slider .fnc-slide-3 .fnc-slide__inner:before {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background: rgba(255, 255, 255, 0.1);
}
.example-slider .fnc-slide-4 .fnc-slide__inner,
.example-slider .fnc-slide-4 .fnc-slide__mask-inner {
  background-image: url("../images/banner-4.jpg");
}
@media (max-width: 767px) {
  .example-slider .fnc-slide-4 .fnc-slide__inner,
.example-slider .fnc-slide-4 .fnc-slide__mask-inner {
    background-image: url("../images/mob-banner-4.jpg");
  }
}
.example-slider .fnc-slide-4 .fnc-slide__inner:before {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.2);
}
.example-slider .fnc-slide__heading,
.example-slider .fnc-slide__action-btn,
.example-slider .fnc-nav__control {
  font-family: "Open Sans", Helvetica, Arial, sans-serif;
}

/* COLORFUL SWITCH STYLES 
   ORIGINAL DEMO - https://codepen.io/suez/pen/WQjwOb */
.colorful-switch {
  position: relative;
  width: 180px;
  height: 77.1428571429px;
  margin: 0 auto;
  border-radius: 32.1428571429px;
  background: #cfcfcf;
}
.colorful-switch:before {
  content: "";
  z-index: -1;
  position: absolute;
  left: -5px;
  top: -5px;
  width: 190px;
  height: 87.1428571429px;
  border-radius: 37.1428571429px;
  background: #314239;
  transition: background-color 0.3s;
}
.colorful-switch:hover:before {
  background: #4C735F;
}
.colorful-switch__checkbox {
  z-index: -10;
  position: absolute;
  left: 0;
  top: 0;
  opacity: 0;
}
.colorful-switch__label {
  z-index: 1;
  overflow: hidden;
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  border-radius: 32.1428571429px;
  cursor: pointer;
}
.colorful-switch__bg {
  position: absolute;
  left: 0;
  top: 0;
  width: 540px;
  height: 100%;
  background: linear-gradient(90deg, #14DCD6 0, #10E7BD 180px, #EF9C29 360px, #E76339 100%);
  transition: transform 0.5s;
  transform: translate3d(-360px, 0, 0);
}
.colorful-switch__checkbox:checked ~ .colorful-switch__label .colorful-switch__bg {
  transform: translate3d(0, 0, 0);
}
.colorful-switch__dot {
  position: absolute;
  left: 131.1428571429px;
  top: 50%;
  width: 5.1428571429px;
  height: 5.1428571429px;
  margin-left: -2.5714285714px;
  margin-top: -2.5714285714px;
  border-radius: 50%;
  background: #fff;
  transition: transform 0.5s;
  transform: translate3d(0, 0, 0);
}
.colorful-switch__checkbox:checked ~ .colorful-switch__label .colorful-switch__dot {
  transform: translate3d(-80.3571428571px, 0, 0);
}
.colorful-switch__on {
  position: absolute;
  left: 104.1428571429px;
  top: 22.5px;
  width: 19.2857142857px;
  height: 36px;
  transition: transform 0.5s;
  transform: translate3d(0, 0, 0);
}
.colorful-switch__checkbox:checked ~ .colorful-switch__label .colorful-switch__on {
  transform: translate3d(-80.3571428571px, 0, 0);
}
.colorful-switch__on__inner {
  position: absolute;
  width: 100%;
  height: 100%;
  transition: transform 0.25s 0s cubic-bezier(0.52, -0.96, 0.51, 1.28);
  transform-origin: 100% 50%;
  transform: rotate(45deg) scale(0) translateZ(0);
}
.colorful-switch__checkbox:checked ~ .colorful-switch__label .colorful-switch__on__inner {
  transition: transform 0.25s 0.25s cubic-bezier(0.67, -0.16, 0.47, 1.61);
  transform: rotate(45deg) scale(1) translateZ(0);
}
.colorful-switch__on__inner:before, .colorful-switch__on__inner:after {
  content: "";
  position: absolute;
  border-radius: 2.5714285714px;
  background: #fff;
}
.colorful-switch__on__inner:before {
  left: 0;
  bottom: 0;
  width: 100%;
  height: 6.1428571429px;
}
.colorful-switch__on__inner:after {
  right: 0;
  top: 0;
  width: 6.1428571429px;
  height: 100%;
}
.colorful-switch__off {
  position: absolute;
  left: 131.1428571429px;
  top: 50%;
  width: 41.1428571429px;
  height: 41.1428571429px;
  margin-left: -20.5714285714px;
  margin-top: -20.5714285714px;
  transition: transform 0.5s;
  transform: translate3d(0, 0, 0);
}
.colorful-switch__checkbox:checked ~ .colorful-switch__label .colorful-switch__off {
  transform: translate3d(-80.3571428571px, 0, 0);
}
.colorful-switch__off:before, .colorful-switch__off:after {
  content: "";
  position: absolute;
  left: 0;
  top: 50%;
  width: 100%;
  height: 5.1428571429px;
  margin-top: -2.5714285714px;
  border-radius: 2.5714285714px;
  background: #fff;
  transition: transform 0.25s 0.25s;
}
.colorful-switch__checkbox:checked ~ .colorful-switch__label .colorful-switch__off:before, .colorful-switch__checkbox:checked ~ .colorful-switch__label .colorful-switch__off:after {
  transition-delay: 0s;
}
.colorful-switch__off:before {
  transform: rotate(45deg) scaleX(1) translateZ(0);
}
.colorful-switch__checkbox:checked ~ .colorful-switch__label .colorful-switch__off:before {
  transform: rotate(45deg) scaleX(0) translateZ(0);
}
.colorful-switch__off:after {
  transition-timing-function: cubic-bezier(0.67, -0.16, 0.47, 1.61);
  transform: rotate(-45deg) scaleX(1) translateZ(0);
}
.colorful-switch__checkbox:checked ~ .colorful-switch__label .colorful-switch__off:after {
  transition-timing-function: ease;
  transform: rotate(-45deg) scaleX(0) translateZ(0);
}

.overview-wrap {
  margin: 20px 20px 20px 20px;
}

.overview-wrap .overview-text-wrap {
  background: rgb(29, 55, 56);
  background: linear-gradient(0deg, rgb(29, 55, 56) 0%, rgb(41, 75, 77) 100%);
  width: 75%;
  margin: -70px auto 0 auto;
  position: relative;
  padding: 20px;
}
@media (max-width: 590px) {
  .overview-wrap .overview-text-wrap {
    margin: -30px auto 0 auto;
  }
}
.overview-wrap .overview-text-wrap h2 {
  padding: 0;
  margin: 0;
  text-align: center;
  font-weight: 500;
  font-size: 34px;
  color: #ba9765;
}
@media (max-width: 590px) {
  .overview-wrap .overview-text-wrap h2 {
    font-size: 24px;
  }
}
.overview-wrap .overview-text-wrap p {
  padding: 0;
  margin: 8px 0 0 0;
  color: #dadfdf;
  text-align: center;
  line-height: 24px;
}

.devloper-wrap {
  display: block;
}

.devloper-wrap .devloper-wrap-1 {
  width: 50%;
  float: left;
}
@media (max-width: 590px) {
  .devloper-wrap .devloper-wrap-1 {
    width: 100%;
    float: none;
  }
}
.devloper-wrap .devloper-wrap-1 img {
  max-width: 70%;
  margin: 0 auto;
  display: block;
  border: solid 1px #ba9765;
  padding: 16px;
}
.devloper-wrap .devloper-wrap-1 p {
  color: #dadfdf;
  line-height: 25px;
  padding: 5px 20px;
  display: block;
  text-align: left;
}

.devloper-wrap .devloper-wrap-2 {
  width: 50%;
  float: left;
}
@media (max-width: 590px) {
  .devloper-wrap .devloper-wrap-2 {
    width: 100%;
    float: none;
  }
}
.devloper-wrap .devloper-wrap-2 img {
  max-width: 70%;
  margin: 0 auto;
  display: block;
  border: solid 1px #ba9765;
  padding: 16px;
}
.devloper-wrap .devloper-wrap-2 p {
  color: #dadfdf;
  line-height: 25px;
  padding: 5px 20px;
  display: block;
  text-align: left;
}

.spacification {
  display: block;
}
.spacification h3 {
  font-size: 30px;
  text-align: left;
  margin: 50px 20px 0 20px;
  color: #ae8b58;
  border-bottom: solid 1px #375657;
  padding: 5px 0;
}
@media (max-width: 767px) {
  .spacification h3 {
    font-size: 21px;
  }
}

.spacification .spec-wrap-1 {
  width: calc(50% - 40px);
  float: left;
  padding: 20px;
  align-self: center;
  display: flex;
  text-decoration: none;
}
.spacification .spec-wrap-1 h5 {
  font-size: 30px;
  color: #fff;
  text-decoration: none;
  padding: 0 0 0 30px;
  margin: 0 0 0 0;
  font-weight: normal;
}
@media (max-width: 767px) {
  .spacification .spec-wrap-1 {
    width: calc(100% - 40px);
  }
}

.spacification .spec-wrap-1 .img-wrap {
  width: 15%;
  float: left;
}
.spacification .spec-wrap-1 .img-wrap img {
  width: 100%;
}

.spacification .spec-wrap-1 .text-wrap {
  width: 85%;
  float: left;
  align-self: center;
}
.spacification .spec-wrap-1 .text-wrap h3 {
  padding: 0 0 0 25px;
  font-size: 24px;
  font-weight: 600;
  margin: 0 7px 0 0;
  color: #dadfdf;
}
.spacification .spec-wrap-1 .text-wrap h4 {
  padding: 0 0 0 25px;
  font-size: 20px;
  font-weight: 600;
  margin: 0 7px 0 0;
}
.spacification .spec-wrap-1 .text-wrap p {
  padding: 10px 0 0 25px;
  margin: 0;
  line-height: 24px;
}

.floorplan-wrap {
  display: block;
}

.floorplan-wrap .floor-in-wrap-1 {
  width: calc(50% - 50px);
  float: left;
  margin: 20px;
  border: solid 5px #ba9765;
  background: #ba9765;
}
@media (max-width: 990px) {
  .floorplan-wrap .floor-in-wrap-1 {
    width: calc(100% - 50px);
  }
}
.floorplan-wrap .floor-in-wrap-1 h2 {
  font-size: 24px;
  display: block;
  text-align: center;
  color: #fff;
  text-transform: uppercase;
  padding: 0;
  margin: 0;
}
.floorplan-wrap .floor-in-wrap-1 h3 {
  font-size: 17px;
  display: block;
  text-align: center;
  color: #fff8ee;
  padding: 0;
  margin: 0;
  font-weight: 500;
}
.floorplan-wrap .floor-in-wrap-1 table {
  width: 100%;
  text-align: center;
  margin: 8px 0;
}
.floorplan-wrap .floor-in-wrap-1 table th {
  background: #1d3738;
  color: #fff;
  font-weight: 500;
  font-size: 14px;
  border: none;
}
.floorplan-wrap .floor-in-wrap-1 table td {
  background: #fff;
  color: #ba9765;
}

.location-wrap {
  display: block;
  width: 100%;
}
.location-wrap img {
  width: calc(100% - 40px);
  margin: 20px;
}
.location-wrap ul {
  padding: 0;
  margin: 20px;
}
.location-wrap ul li {
  float: left;
  width: calc(33.33% - 50px);
  padding: 5px 0 0 50px;
  height: 50px;
  list-style-type: none;
}
@media (max-width: 1023px) {
  .location-wrap ul li {
    width: calc(50% - 50px);
  }
}
@media (max-width: 600px) {
  .location-wrap ul li {
    width: calc(100% - 50px);
  }
}
.location-wrap ul li:first-child {
  background: url(../images/loc-1.png) no-repeat 0 0;
}
.location-wrap ul li:nth-child(2) {
  background: url(../images/loc-2.png) no-repeat 0 0;
}
.location-wrap ul li:nth-child(3) {
  background: url(../images/loc-3.png) no-repeat 0 0;
}
.location-wrap ul li:nth-child(4) {
  background: url(../images/loc-4.png) no-repeat 0 0;
}
.location-wrap ul li:nth-child(5) {
  background: url(../images/loc-5.png) no-repeat 0 0;
}
.location-wrap ul li:nth-child(6) {
  background: url(../images/loc-6.png) no-repeat 0 0;
}
.location-wrap ul li:nth-child(7) {
  background: url(../images/loc-7.png) no-repeat 0 0;
}
.location-wrap ul li:nth-child(8) {
  background: url(../images/loc-8.png) no-repeat 0 0;
}
.location-wrap ul li:nth-child(9) {
  background: url(../images/loc-9.png) no-repeat 0 0;
}

.contact-wrap {
  display: flex;
  width: calc(100% - 40px);
  padding: 20px;
}
.contact-wrap h3 {
  font-size: 24px;
  padding: 0;
  margin: 0 0 7px 10px;
  color: #1d3738;
}
.contact-wrap button {
  display: table;
  text-align: center;
  padding: 10px 0;
  background: #1d3738;
  color: #fff;
  margin: 18px auto 0 auto;
  width: 40%;
  cursor: pointer;
  border: none;
  font-size: 18px;
  transition: 0.5s;
}
.contact-wrap button:hover {
  background: #ba9765;
}

.contact-wrap .from-wrap {
  width: calc(35% - 50px);
  float: left;
  background: #fff;
  padding: 25px;
}

.contact-wrap .from-wrap .input-style-1 {
  width: calc(50% - 20px);
  margin: 10px;
  float: left;
}
.contact-wrap .from-wrap .input-style-1 label {
  width: 100%;
  display: block;
  font-size: 15px;
  color: #1d3738;
  padding: 0;
  margin: 0 0 4px 0;
}
.contact-wrap .from-wrap .input-style-1 input {
  width: calc(100% - 30px);
  font-size: 15px;
  padding: 7px 10px;
  border-radius: 5px;
  border: solid 1px #1d3738;
  color: #1d3738;
}

.contact-wrap .from-wrap .input-style-2 {
  width: calc(100% - 30px);
  margin: 10px;
  float: left;
}
.contact-wrap .from-wrap .input-style-2 label {
  width: 100%;
  display: block;
  font-size: 15px;
  color: #1d3738;
  padding: 0;
  margin: 0 0 4px 0;
}
.contact-wrap .from-wrap .input-style-2 input {
  width: calc(100% - 20px);
  font-size: 15px;
  padding: 7px 10px;
  border-radius: 5px;
  border: solid 1px #1d3738;
  color: #1d3738;
}
.contact-wrap .from-wrap .input-style-2 textarea {
  width: calc(100% - 20px);
  font-size: 15px;
  padding: 7px 10px;
  border-radius: 5px;
  border: solid 1px #1d3738;
  color: #1d3738;
}

.contact-wrap .map-wrap {
  width: 65%;
  float: left;
}

.contact-wrap-2 {
  display: block;
  margin: 20px 0;
}

.contact-wrap-2 .ad-block-1 {
  width: calc(25% - 40px);
  float: left;
  padding: 20px;
  text-align: center;
}
.contact-wrap-2 .ad-block-1 i {
  font-size: 40px;
  padding: 20px;
  background: #ba9765;
  border-radius: 50%;
  width: 50px;
  height: 50px;
  line-height: 50px;
  color: #1d3738;
}
.contact-wrap-2 .ad-block-1 a {
  color: #fff;
  text-decoration: none;
}
.contact-wrap-2 .ad-block-1 a:hover {
  color: #ba9765;
  text-decoration: none;
}

.web-link {
  font-size: 20px;
  color: #ba9765;
  padding: 0 15px 21px 19px;
  text-decoration: none;
  display: block;
  text-align: center;
  transition: 0.5s;
}

.web-link:hover {
  color: #fff;
}/*# sourceMappingURL=style.css.map */


@media (max-width: 789px){
    .home-footer {
    display: none;
    }
    
}

@media (max-width: 767px) {
  .contact-wrap{
      display: block;
  }
  .contact-wrap .from-wrap{
      width: calc(100% - 50px);
      float: none;
  }
  .contact-wrap .map-wrap{
      width: 100%;
      float: none;
  }
  .contact-wrap-2 .ad-block-1{
      width: calc(100% - 40px);
  }
  .inner-footer p{
    font-size: 12px;
    max-width: 180px;
    text-align: left;
    margin-top: 0;
  }
  .contact-wrap .from-wrap .input-style-1{
      width: calc(100% - 20px);
  }
  .contact-wrap .from-wrap .input-style-1 input{
      width: 100%;
  }
  .contact-wrap .from-wrap .input-style-2{
      width: calc(100% - 20px);
  }
  .contact-wrap .from-wrap .input-style-2 input{
      width: 100%;
  }
  .contact-wrap .from-wrap .input-style-2 textarea{
      width: 100%;
  }
  .spacification .spec-wrap-1 h5{
     font-size: 20px;
     padding: 0 0 0 20px;
  }
  
}
















