@font-face {
  font-family: "_monoglyphicbold";
  src: url("../fonts/monoglyphic_bold.woff2") format("woff2"), url("../fonts/monoglyphic_bold.woff") format("woff");
  font-weight: normal;
  font-style: normal;
}
@font-face {
  font-family: "_monoglyphicregular";
  src: url("../fonts/monoglyphic_regular.woff2") format("woff2"), url("../fonts/monoglyphic_regular.woff") format("woff");
  font-weight: normal;
  font-style: normal;
}
@font-face {
  font-family: "_monoglyphicmedium";
  src: url("../fonts/monoglyphic_medium.woff2") format("woff2"), url("../fonts/monoglyphic_medium.woff") format("woff");
  font-weight: normal;
  font-style: normal;
}
@font-face {
  font-family: "naporegular";
  src: url("../fonts/napo_regular.woff2") format("woff2"), url("../fonts/napo_regular.woff") format("woff");
  font-weight: normal;
  font-style: normal;
}
body {
  margin: 0px auto;
  font-family: "naporegular";
  font-size: 22px;
  line-height: 30px;
  overflow: hidden;
  overflow-y: scroll;
}
@media (max-width: 767px) {
  body {
    font-size: 20px;
    line-height: 28px;
  }
}
@media (max-width: 575px) {
  body {
    font-size: 18px;
    line-height: 26px;
  }
}

h1,
h2,
h3,
h4,
h5,
h6 {
  font-family: "_monoglyphicbold";
}

h1 {
  font-size: 70px;
}
@media (max-width: 1500px) {
  h1 {
    font-size: 60px;
  }
}
@media (max-width: 1199px) {
  h1 {
    font-size: 50px;
  }
}
@media (max-width: 991px) {
  h1 {
    font-size: 46px;
  }
}
@media (max-width: 767px) {
  h1 {
    font-size: 34px;
  }
}
@media (max-width: 575px) {
  h1 {
    font-size: 26px;
  }
}

h2 {
  font-size: 50px;
}
@media (max-width: 991px) {
  h2 {
    font-size: 36px;
  }
}
@media (max-width: 767px) {
  h2 {
    font-size: 30px;
  }
}

h3 {
  font-size: 40px;
}
@media (max-width: 991px) {
  h3 {
    font-size: 30px;
  }
}
@media (max-width: 767px) {
  h3 {
    font-size: 26px;
  }
}

h4 {
  font-size: 30px;
}
@media (max-width: 991px) {
  h4 {
    font-size: 26px;
  }
}
@media (max-width: 767px) {
  h4 {
    font-size: 24px;
  }
}

h5 {
  font-size: 24px;
}
@media (max-width: 991px) {
  h5 {
    font-size: 22px;
  }
}
@media (max-width: 767px) {
  h5 {
    font-size: 20px;
  }
}

h6 {
  font-size: 20px;
}
@media (max-width: 991px) {
  h6 {
    font-size: 19px;
  }
}
@media (max-width: 767px) {
  h6 {
    font-size: 17px;
  }
}

ul {
  padding: 0;
}
ul li {
  list-style: none;
}

p {
  color: #4f3d2e;
}
p:last-child {
  margin-bottom: 0;
}

a {
  text-decoration: none;
  transition: 600ms all;
}

.preloader {
  position: fixed;
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
  background-color: #E4D5D3;
  z-index: 25;
}

.toggle-overlay {
  position: fixed;
  top: 0;
  right: 0;
  width: 100%;
  height: 0;
  background-color: rgba(0, 0, 0, 0.5);
  z-index: 20;
  transition: 400ms all;
  opacity: 0;
}

body.body-toggled {
  overflow: hidden;
}
body.body-toggled .toggle-overlay {
  height: 100%;
  opacity: 1;
}

.right-toggle {
  position: relative;
  z-index: 22;
}

svg {
  width: 100%;
}
svg path {
  transition: 600ms all;
  -webkit-transition: 600ms all;
  -moz-transition: 600ms all;
  -ms-transition: 600ms all;
  -o-transition: 600ms all;
}

.tog-nav {
  position: fixed;
  opacity: 0;
  top: 15px;
  right: -430px;
  transition: 600ms all;
  background: #ffffff;
  padding: 35px;
  border-radius: 35px;
  width: 430px;
  z-index: 21;
}
@media (max-width: 575px) {
  .tog-nav {
    width: calc(100% - 30px);
    right: -100%;
    padding: 25px;
    border-radius: 25px;
    -webkit-border-radius: 25px;
    -moz-border-radius: 25px;
    -ms-border-radius: 25px;
    -o-border-radius: 25px;
  }
}
.tog-nav #close {
  position: absolute;
  cursor: pointer;
  right: 30px;
  top: 30px;
  width: 25px;
  height: 25px;
  z-index: 2;
}
@media (max-width: 767px) {
  .tog-nav #close {
    width: 20px;
    height: 20px;
    right: 15px;
    top: 15px;
  }
}
.tog-nav #close img {
  width: 100%;
}
.tog-nav h6 {
  font-family: "_monoglyphicbold";
  text-transform: uppercase;
  color: #4f3d2e;
}
.tog-nav h5 {
  text-transform: uppercase;
  color: #4f3d2e;
  margin-bottom: 15px;
  transform: translateX(20px);
  opacity: 0;
  transition: 600ms all;
  transition-delay: 0.2s;
}
.tog-nav p {
  font-size: 18px;
  line-height: 32px;
  margin-bottom: 0;
}
.tog-nav p.menu_heads {
  transition: 600ms all;
  transition-delay: 0.3s;
  transform: translateX(20px);
  opacity: 0;
  font-weight: bolder;
  margin-top: 15px;
}
.tog-nav a {
  color: #4f3d2e;
}
@media (min-width: 768px) {
  .tog-nav .mob-only {
    display: none;
  }
}
.tog-nav .mob-nav {
  margin-bottom: 25px;
}
@media (min-width: 992px) {
  .tog-nav .mob-nav {
    display: none;
  }
}
.tog-nav .mob-nav ul {
  display: flex;
  margin: 0 -12px;
}
.tog-nav .mob-nav ul li {
  padding: 0 12px;
}
.tog-nav .mob-nav ul li a {
  font-size: 18px;
  color: #4f3d2e;
}
.tog-nav .address {
  margin-bottom: 35px;
  transform: translateX(20px);
  opacity: 0;
  transition: 600ms all;
  transition-delay: 0.3s;
}
@media (max-width: 767px) {
  .tog-nav .address {
    margin-bottom: 15px;
  }
}
.tog-nav .timing {
  transform: translateX(20px);
  opacity: 0;
  transition: 600ms all;
  transition-delay: 0.4s;
}
.tog-nav .media {
  display: flex;
  margin: 20px -6px;
  transform: translateX(20px);
  opacity: 0;
  transition: 600ms all;
  transition-delay: 0.5s;
}
@media (max-width: 767px) {
  .tog-nav .media {
    margin: 15px -6px;
  }
}
.tog-nav .media li {
  padding: 0 6px;
}
.tog-nav .media li svg path {
  fill: #4f3d2e;
  transition: 600ms all;
}
.tog-nav .media li svg:hover path {
  fill: #4f3d2e;
}
.tog-nav .btn-wrap {
  display: flex;
  flex-wrap: wrap;
  margin: 0 -12px;
  transform: translateX(20px);
  opacity: 0;
  transition: 600ms all;
  transition-delay: 0.6s;
}
@media (max-width: 767px) {
  .tog-nav .btn-wrap {
    margin: 0 -6px;
  }
}
.tog-nav .btn-wrap li {
  padding: 6px 12px;
  width: 50%;
}
@media (max-width: 767px) {
  .tog-nav .btn-wrap li {
    padding: 6px;
  }
}
@media (max-width: 450px) {
  .tog-nav .btn-wrap li {
    width: 100%;
  }
}
.tog-nav .btn-wrap li a {
  width: 100%;
  padding: 6px 25px 4px;
  background-color: #4f3d2e;
  border-radius: 25px;
  -webkit-border-radius: 25px;
  -moz-border-radius: 25px;
  -ms-border-radius: 25px;
  -o-border-radius: 25px;
  color: #E4D5D3;
  font-size: 16px;
  display: block;
  text-align: center;
}
.tog-nav .btn-wrap li a:hover {
  background: #E4D5D3;
  color: #4f3d2e;
}
.tog-nav .btn-wrap.full li {
  width: 100%;
}
.tog-nav .btn-wrap.full li a {
  background: #E4D5D3;
  color: #4f3d2e;
}
.tog-nav .btn-wrap.full li a:hover {
  background: #4f3d2e;
  color: #E4D5D3;
}
.tog-nav.toggled {
  opacity: 1;
  right: 15px;
}
.tog-nav.toggled .address,
.tog-nav.toggled h5,
.tog-nav.toggled .timing,
.tog-nav.toggled .media,
.tog-nav.toggled .btn-wrap,
.tog-nav.toggled .btn-wrap.full,
.tog-nav.toggled .menu_heads {
  transform: translateX(0);
  opacity: 1;
}

header {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  padding: 25px;
  z-index: 20;
  transition: 600ms all;
  display: flex;
  align-items: center;
  justify-content: space-between;
}
@media (max-width: 575px) {
  header {
    padding: 10px 15px;
  }
}
header svg path, header svg polygon {
  fill: #E4D5D3;
  transition: 600ms all;
}
header .logo a svg {
  width: 100%;
  transition: 600ms all;
}
@media (max-width: 1199px) {
  header .logo a svg {
    width: 220px;
  }
}
@media (max-width: 767px) {
  header .logo a svg {
    width: 200px;
  }
}
@media (max-width: 575px) {
  header .logo a svg {
    width: 180px;
  }
}
@media (max-width: 991px) {
  header .nav-wrap {
    display: none;
  }
}
header .nav-wrap ul {
  display: flex;
  margin: 0 -20px;
}
@media (max-width: 1199px) {
  header .nav-wrap ul {
    margin: 0 -10px;
  }
}
header .nav-wrap ul li {
  padding: 0 20px;
}
@media (max-width: 1199px) {
  header .nav-wrap ul li {
    padding: 0 10px;
  }
}
header .nav-wrap ul li a {
  color: #E4D5D3;
  position: relative;
}
@media (max-width: 1199px) {
  header .nav-wrap ul li a {
    font-size: 18px;
  }
}
header .nav-wrap ul li a::after, header .nav-wrap ul li a::before {
  position: absolute;
  content: "";
  bottom: -10px;
  left: 0;
  right: 0;
  margin: auto;
  width: 0;
  height: 1px;
  background-color: #4f3d2e;
  transform: 600ms all;
}
header .nav-wrap ul li a::before {
  bottom: -13px;
}
header .nav-wrap ul li a:hover::after, header .nav-wrap ul li a:hover::before {
  width: 15px;
}
header .right-wrap ul {
  display: flex;
  align-items: center;
  margin: 0 -10px;
}
@media (max-width: 575px) {
  header .right-wrap ul {
    margin: 0 -5px;
  }
}
header .right-wrap ul li {
  padding: 0 10px;
}
@media (max-width: 575px) {
  header .right-wrap ul li {
    padding: 0 5px;
  }
}
header .right-wrap ul li a.reservation {
  background-color: #4f3d2e;
  padding: 15px 25px 13px;
  border-radius: 30px;
  color: #E4D5D3;
  font-family: "_monoglyphicregular";
  font-size: 16px;
}
@media (max-width: 767px) {
  header .right-wrap ul li a.reservation {
    padding: 10px 15px 8px;
    font-size: 15px;
  }
}
header .right-wrap ul li a.reservation:hover {
  background-color: #E4D5D3;
  color: #4f3d2e;
}
header .right-wrap ul li .right-toggle {
  cursor: pointer;
}
@media (max-width: 767px) {
  header .right-wrap ul li .right-toggle svg {
    width: 30px;
    height: 32px;
  }
}
header .right-wrap ul li .right-toggle svg line {
  stroke: #E4D5D3;
  transition: 600ms all;
}
header.on-scroll {
  padding: 15px 25px;
  background-color: #E4D5D3;
}
@media (max-width: 575px) {
  header.on-scroll {
    padding: 10px 15px;
  }
}
header.on-scroll .nav-wrap ul li a {
  color: #4f3d2e;
}
header.on-scroll svg path, header.on-scroll svg polygon {
  fill: #4f3d2e !important;
}
header.on-scroll svg:hover path, header.on-scroll svg:hover polygon {
  fill: #4f3d2e !important;
}
header.on-scroll .logo a svg {
  width: 240px;
}
@media (max-width: 1199px) {
  header.on-scroll .logo a svg {
    width: 220px;
  }
}
@media (max-width: 767px) {
  header.on-scroll .logo a svg {
    width: 200px;
  }
}
@media (max-width: 575px) {
  header.on-scroll .logo a svg {
    width: 180px;
  }
}
header.on-scroll .right-wrap ul li .right-toggle svg line {
  stroke: #4f3d2e;
}

.banner {
  overflow: hidden;
  position: relative;
}
.banner .shape {
  position: absolute;
  left: -100px;
  right: -100px;
  bottom: -6%;
  height: 110px;
  background-color: #E4D5D3;
  z-index: 2;
  transform: skew(0deg, 3deg);
}
@media (max-width: 575px) {
  .banner .shape {
    display: none;
  }
}
.banner .swiper-container {
  margin: 0;
  border: none;
  background-color: #000000;
}
.banner .swiper-container .swiper-wrapper {
  position: relative;
  z-index: 1;
}
.banner .swiper-container .swiper-wrapper .content-wrap {
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  margin: auto;
  z-index: 9;
  display: flex;
  align-items: center;
  justify-content: center;
}
.banner .swiper-container .swiper-wrapper .content-wrap .wrap {
  max-width: 1200px;
  text-align: center;
  padding: 0 20px;
}
.banner .swiper-container .swiper-wrapper .content-wrap .wrap h1 {
  color: #E4D5D3;
}
.banner .swiper-container .swiper-wrapper .content-wrap .wrap p {
  max-width: 800px;
  margin: 0px auto;
  color: #E4D5D3;
}
@media (max-width: 767px) {
  .banner .swiper-container .swiper-wrapper .content-wrap .wrap p {
    font-size: 18px;
    line-height: 26px;
  }
}
@media (max-width: 575px) {
  .banner .swiper-container .swiper-wrapper .content-wrap .wrap p {
    font-size: 16px;
    line-height: 24px;
  }
}
.banner .swiper-container .swiper-wrapper .content-wrap .wrap a {
  display: inline-block;
  background-color: #4f3d2e;
  padding: 10px 25px 8px;
  border-radius: 40px;
  color: #E4D5D3;
  margin-top: 30px;
  font-size: 16px;
  letter-spacing: 1px;
  font-family: "_monoglyphicregular";
}
@media (max-width: 575px) {
  .banner .swiper-container .swiper-wrapper .content-wrap .wrap a {
    padding: 8px 20px 5px;
    font-size: 14px;
  }
}
.banner .swiper-container .swiper-wrapper .content-wrap .wrap a:hover {
  background-color: #E4D5D3;
  color: #4f3d2e;
}
.banner .swiper-container .swiper-wrapper .swiper-slide {
  width: 100%;
  height: 100vh;
}
.banner .swiper-container .swiper-wrapper .swiper-slide img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.banner .swiper-container .swiper-pagination {
  bottom: 100px;
}
@media (max-width: 575px) {
  .banner .swiper-container .swiper-pagination {
    bottom: 50px;
  }
}
.banner .swiper-container .swiper-pagination .swiper-pagination-bullet {
  width: auto;
  height: auto;
  background-color: transparent;
  color: #E4D5D3;
  opacity: 1;
  margin: 0 10px;
  padding: 0 5px;
  position: relative;
}
.banner .swiper-container .swiper-pagination .swiper-pagination-bullet::after {
  position: absolute;
  content: "";
  left: 0;
  bottom: -5px;
  width: 100%;
  height: 4px;
  border-top: 1px solid #E4D5D3;
  border-bottom: 1px solid #E4D5D3;
  opacity: 0;
  transition: 600ms all;
}
.banner .swiper-container .swiper-pagination .swiper-pagination-bullet.swiper-pagination-bullet-active::after {
  opacity: 1;
}
.banner .swiper-container .swiper-button-prev {
  background-image: none;
  opacity: 1;
}
@media (max-width: 767px) {
  .banner .swiper-container .swiper-button-prev {
    display: none;
  }
}
.banner .swiper-container .swiper-button-next {
  background-image: none;
  opacity: 1;
}
@media (max-width: 767px) {
  .banner .swiper-container .swiper-button-next {
    display: none;
  }
}

.story {
  text-align: center;
  background-color: #E4D5D3;
  scroll-margin-top: 80px;
  padding: 100px 0;
  color: #4f3d2e;
}
.story p {
  color: #4f3d2e;
}
@media (max-width: 991px) {
  .story {
    padding: 70px 0;
  }
}
@media (max-width: 767px) {
  .story {
    padding: 50px 0;
  }
}
@media (max-width: 575px) {
  .story {
    padding: 40px 0;
  }
}
.story h2 {
  text-transform: uppercase;
  color: #4f3d2e;
}
.story p {
  max-width: 900px;
  margin: 0 auto 15px;
}
.story p:last-child {
  margin-bottom: 0;
}

.menu {
  padding: 100px 0;
  position: relative;
  background-color: #ffffff;
  scroll-margin-top: 80px;
  z-index: 12;
}
@media (max-width: 991px) {
  .menu {
    padding: 70px 0;
  }
}
@media (max-width: 767px) {
  .menu {
    padding: 50px 0;
  }
}
@media (max-width: 575px) {
  .menu {
    padding: 40px 0;
  }
}
.menu .head {
  text-align: center;
  margin-bottom: 50px;
}
@media (max-width: 767px) {
  .menu .head {
    margin-bottom: 30px;
  }
}
@media (max-width: 575px) {
  .menu .head {
    margin-bottom: 25px;
  }
}
.menu .head h2 {
  text-transform: uppercase;
  color: #4f3d2e;
}
.menu .head p {
  color: #4f3d2e;
  max-width: 900px;
  margin: auto;
}
.menu .nav-tabs {
  justify-content: center;
  border: none;
  margin-bottom: 50px;
}
@media (max-width: 767px) {
  .menu .nav-tabs {
    margin-bottom: 30px;
  }
}
@media (max-width: 575px) {
  .menu .nav-tabs {
    margin-bottom: 25px;
  }
}
.menu .nav-tabs .nav-item {
  padding: 8px 15px;
}
@media (max-width: 767px) {
  .menu .nav-tabs .nav-item {
    padding: 8px 15px;
  }
}
.menu .nav-tabs .nav-item .nav-link {
  border: none;
  color: #E4D5D3;
  text-transform: uppercase;
  font-size: 15px;
  line-height: 24px;
  font-family: "_monoglyphicmedium";
  padding: 0;
}
@media (max-width: 575px) {
  .menu .nav-tabs .nav-item .nav-link {
    font-size: 16px;
    line-height: 22px;
  }
}
.menu .nav-tabs .nav-item .nav-link.active {
  color: #4f3d2e;
  border-bottom: 2px solid #4f3d2e;
}
.menu .tab-content .menu-wrap {
  display: flex;
  flex-wrap: wrap;
  margin: 0 -35px;
}
@media (max-width: 767px) {
  .menu .tab-content .menu-wrap {
    margin: 0;
  }
}
.menu .tab-content .menu-wrap .menu-box {
  padding: 25px 35px;
  width: 50%;
}
@media (max-width: 767px) {
  .menu .tab-content .menu-wrap .menu-box {
    width: 100%;
    padding: 15px 0;
  }
}
@media (max-width: 575px) {
  .menu .tab-content .menu-wrap .menu-box {
    text-align: center;
  }
}
.menu .tab-content .menu-wrap .menu-box h6 {
  position: relative;
  font-family: "_monoglyphicmedium";
  color: #4f3d2e;
}
.menu .tab-content .menu-wrap .menu-box h6 span {
  background-color: #ffffff;
  position: relative;
  z-index: 1;
  padding-right: 20px;
}
.menu .tab-content .menu-wrap .menu-box h6::after, .menu .tab-content .menu-wrap .menu-box h6::before {
  position: absolute;
  content: "";
  left: 0;
  top: 6px;
  width: 100%;
  height: 1px;
  background-color: #e9e3db;
}
@media (max-width: 575px) {
  .menu .tab-content .menu-wrap .menu-box h6::after, .menu .tab-content .menu-wrap .menu-box h6::before {
    display: none;
  }
}
.menu .tab-content .menu-wrap .menu-box h6::before {
  top: 11px;
}
.menu .tab-content .menu-wrap .menu-box p {
  font-size: 18px;
}
@media (max-width: 991px) {
  .menu .tab-content .menu-wrap .menu-box p {
    font-size: 16px;
    line-height: 20px;
  }
}
@media (max-width: 767px) {
  .menu .tab-content .menu-wrap .menu-box p {
    font-size: 15px;
    line-height: 18px;
  }
}
.menu .pdf-menu {
  margin-top: 30px;
  display: flex;
  justify-content: center;
}
@media (max-width: 500px) {
  .menu .pdf-menu {
    flex-direction: column;
  }
}
.menu .pdf-menu a {
  border: 1px solid #4f3d2e;
  padding: 10px 25px 6px;
  color: #4f3d2e;
  border-radius: 30px;
  -webkit-border-radius: 30px;
  -moz-border-radius: 30px;
  -ms-border-radius: 30px;
  -o-border-radius: 30px;
  font-size: 16px;
  margin: 0 5px;
  line-height: 27px;
  text-align: center;
}
@media (max-width: 767px) {
  .menu .pdf-menu a {
    line-height: 17px;
  }
}
@media (max-width: 500px) {
  .menu .pdf-menu a {
    width: 100%;
    line-height: 27px;
    margin-bottom: 15px !important;
  }
}
.menu .pdf-menu a:hover {
  background-color: #4f3d2e;
  color: #E4D5D3;
}

.gallery {
  background-color: #ffffff;
  position: relative;
  padding-top: 48px;
  background: #ffffff url(../images/logo-icon.png);
  background-repeat: repeat-x;
  z-index: 12;
}
.gallery .gallery-box-wrap {
  display: flex;
  flex-wrap: wrap;
}
.gallery .gallery-box-wrap .gl-box {
  width: 20%;
}
.gallery .gallery-box-wrap .gl-box .inner {
  overflow: hidden;
}
.gallery .gallery-box-wrap .gl-box .inner img {
  width: 100%;
}

footer {
  background: #4f3d2e;
  padding: 80px 0 0;
  text-align: center;
  color: #E4D5D3;
  background-size: auto 100%;
}
@media (max-width: 991px) {
  footer {
    padding: 70px 0 0;
  }
}
@media (max-width: 767px) {
  footer {
    padding: 50px 0 0;
  }
}
@media (max-width: 575px) {
  footer {
    padding: 40px 0 0;
  }
}
footer h5 {
  text-transform: uppercase;
}
footer svg {
  max-width: 200px;
  margin-bottom: 10px;
}
footer svg path, footer svg polygon {
  fill: #E4D5D3 !important;
}
footer .left a {
  margin-top: 15px;
  display: inline-block;
}
@media (max-width: 767px) {
  footer .mid {
    margin: 30px 0;
  }
}
footer .mid .inner {
  height: 100%;
  width: 100%;
  padding: 0 25px;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  border-left: 1px solid rgba(255, 255, 255, 0.1);
  border-right: 1px solid rgba(255, 255, 255, 0.1);
}
@media (max-width: 767px) {
  footer .mid .inner {
    border: none;
  }
}
footer .mid .inner svg {
  width: 100%;
  max-width: 250px;
}
footer .mid ul {
  display: flex;
  justify-content: center;
  margin: 0 -15px;
}
footer .mid ul li {
  padding: 0 15px;
}
footer .mid a {
  border-radius: 30px;
  -webkit-border-radius: 30px;
  -moz-border-radius: 30px;
  -ms-border-radius: 30px;
  -o-border-radius: 30px;
}
footer p,
footer a {
  color: #E4D5D3;
  font-size: 17px;
  line-height: 24px;
  margin-bottom: 0;
}
footer p b,
footer a b {
  font-weight: normal;
  font-family: "_monoglyphicmedium";
}
footer p:nth-of-type(2),
footer a:nth-of-type(2) {
  margin-bottom: 15px;
}
footer .copy {
  margin-top: 50px;
}
footer .copy .inner {
  padding: 25px 0;
  border-top: 1px solid rgba(255, 255, 255, 0.1);
}

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

.line-wrap {
  position: absolute;
  top: 0;
  left: 100px;
  right: 100px;
  height: calc(100% + 150px);
  z-index: 10;
  pointer-events: none;
}
@media (max-width: 991px) {
  .line-wrap {
    display: none;
  }
}
.line-wrap .line {
  position: absolute;
  top: 0;
  left: 0;
  width: 1px;
  height: 100%;
  background-color: rgba(255, 255, 255, 0.15);
}
.line-wrap .line::after {
  position: absolute;
  content: "";
  left: 0;
  top: -50px;
  width: 1px;
  height: 50px;
  background-color: #ffffff;
  transition: 4s all;
}
.line-wrap .line.first {
  left: 0;
}
.line-wrap .line.second {
  left: 20%;
}
.line-wrap .line.third {
  left: 40%;
}
.line-wrap .line.fourth {
  left: 60%;
}
.line-wrap .line.fifth {
  left: 80%;
}
.line-wrap .line.sixth {
  left: 100%;
}

/* Final positions at bottom after page load */
.line.move-to-bottom.first::after {
  top: calc(100% - 120px);
  transition-delay: 0.1s;
}

.line.move-to-bottom.second::after {
  top: calc(100% - 100px);
  transition-delay: 0.3s;
}

.line.move-to-bottom.third::after {
  top: calc(100% - 80px);
  transition-delay: 0.5s;
}

.line.move-to-bottom.fourth::after {
  top: calc(100% - 60px);
  transition-delay: 0.1s;
}

.line.move-to-bottom.fifth::after {
  top: calc(100% - 40px);
  transition-delay: 0.2s;
}

.line.move-to-bottom.sixth::after {
  top: calc(100% - 20px);
  transition-delay: 0.4s;
}

.f-soc img {
  width: 25px;
  height: auto;
}

.more {
  display: inline-block;
  background-color: #E4D5D3;
  padding: 10px 25px 8px;
  border-radius: 40px;
  color: #4f3d2e;
  margin: 10px 0 !important;
  font-size: 16px;
  letter-spacing: 1px;
}

.link_page {
  text-align: center;
  background: #E4D5D3;
  padding: 55px 0;
}
.link_page header {
  position: relative;
  text-align: center;
  display: flex;
  justify-content: center;
}
.link_page header .logo_link {
  text-align: center;
  margin-bottom: 15px;
}
.link_page header .logo_link img {
  width: 100px;
}
.link_page .content_link {
  max-width: 500px;
  margin: 0 auto;
}
.link_page .content_link h1 {
  font-size: 25px;
  margin-bottom: 10px;
}
.link_page .content_link p {
  max-width: 600px;
  margin: 0 auto;
  margin-bottom: 10px;
}
.link_page .content_link .social {
  margin-bottom: 40px;
}
.link_page .content_link .social li a {
  display: block;
  text-transform: uppercase;
  margin: 15px 0;
}
.link_page .content_link .social li a img {
  width: 30px;
}
.link_page .content_link .linkss li a {
  display: block;
  padding: 10px;
  text-align: center;
  border: 1px solid #FFF;
  border-radius: 5PX;
  display: block;
  color: #4f3d2e;
  margin-bottom: 15px;
  text-transform: uppercase;
}
.link_page .content_link .linkss li a:hover {
  background-color: #4f3d2e;
  color: #E4D5D3;
  border: 1px solid #4f3d2e;
}/*# sourceMappingURL=style.css.map */