@font-face{
  font-family: NotoSansHans-R;
  src: url('fonts/NotoSansHans-Regular.otf');
}

@font-face{
  font-family: NotoSansHans-M;
  src: url('fonts/NotoSansHans-Medium.otf');
}

@font-face{
  font-family: NotoSansHans-B;
  src: url('fonts/NotoSansHans-Bold.otf');
}

body {
  color: #CACACA;
  scroll-behavior: smooth;
  background-color: #231f20;
  font-size: 14px;
  /*font-weight: 500;*/
}

form#myForm div.row div.col-lg-12 div.form-check {
  margin-right: 1.5rem;
  left: 20px;
}

form#myForm div.row div.col-lg-12 div.form-check .form-check-label {
  padding-left: 0;
}

.brown-bg {
  background-color: #231f20;
}

.white-bg {
  background-color: #fff;
}

.no-bg {
  background-color: transparent;
}
.red-text {
  color: #f40f24;
}

.logo {
  min-width: fit-content;
}

div.logo a {
  color: #fff;
  font-size: 20px;
  /*font-weight: bold;*/
}

.logo a:hover {
  color: #fbcd11;
}

.white {
  color: #fff;
}

.black {
  color: #000;
}

.yellow {
  color: #FFC50A;
}

.gray {
  color: #CACACA;
}

.darkgray {
  color: #98999E;
}

a.gray:hover {
  color: #FFC50A;
}

a.yellow:hover {
  color: #FFC50A !important;
}

@media (max-width: 767px) {
  #cocoa-form input {
    width: 100%;
  }
}

#cocoa-form input {
  width: 100%;
  padding-bottom: 10px;
  margin-bottom: 20px;
  border: none;
  background-color: transparent;
  border-bottom: 1px solid #FFC50A;
  color: #CACACA;
}

#cocoa-form input::placeholder {
  color: #CACACA;
}

#cocoa-form input:focus {
  outline-offset: 0px !important;
  outline: none !important;
}

#cocoa-form input[type="submit"] {
  color: #FFC50A;
  border-bottom: none;
  cursor: pointer;
  text-align: left;
}

.btn-ter {
  padding: 0 !important;
  background-color: transparent;
}

.btn-ter h1 {
  color: #FFC50A;
}

.submit-btn {
  font-weight: 600;
  font-size: 36px;
  color: #FFC50A;
}

div.slick-list {
  margin-right: 10%;
  margin-left: 10%;
}

.cocoa {
  font-size: 24.5px;
}

@media (min-width: 768px) {
  .arrow-left:before {
    cursor: pointer;
    content: url(../img/1167974-256_l.png);
  }

  .arrow-right:before {
    cursor: pointer;
    content: url(../img/1167974-256_r.png);
  }
  span.lnr-chevron-left, span.lnr-chevron-right {
    font-size: 100px;
    font-weight: unset;
    cursor: pointer;
  }
  .footer-text {
    font-size: larger;
  }
  #arrow {
    font-size: 25px;
  }
}

@media (max-width: 414px) {
  .arrow-left:before {
    cursor: pointer;
    max-width: 50px;
    /*content: url(../img/left.png);*/
  }

  .arrow-right:before {
    cursor: pointer;
    max-width: 50px;
    /*content: url(../img/right.png);*/
  }
  .hide-xs {
    transform: scale(0);
  }
  .pt-s-1 {
    padding-top: .25rem !important;
  }
  .pt-s-2 {
    padding-top: .5rem !important;
  }
  .pt-s-3 {
    padding-top: 1rem !important;
  }
  .pt-s-4 {
    padding-top: 1.5rem !important;
  }
  .pt-s-5 {
    padding-top: 2rem !important;
  }
  .contact div h2 {
    font-size: 18px;
  }
  .footer-area .footer-text {
    font-size: 10px;
  }
  #arrow {
    float: left;
    font-size: 15px;
  }
  ul.social-icons li a i {
    font-size: 18px !important;
    width: 24px !important;
  }
}

@media (max-width: 767px) {
  span.lnr-chevron-left, span.lnr-chevron-right {
    font-size: 40px;
    font-weight: 100;
    cursor: pointer;
  }
  .hide-s {
    /*display: none;*/
    transform: scale(0);
  }

  nav {
    display: block;
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: #231f20;
    transition: 0.5s;
    z-index: 3;
    line-height: 56px;
    box-sizing: inherit;
  }
  nav .nav-bar {
    height: 100%;
    overflow-y: scroll;
    box-sizing: inherit;
    margin: 0;
    padding: 0;
  }

  nav .nav-bar .menu-item:not(:first-child) {
    border-bottom: 1px solid #FFC50A;
    margin: 0 5%;
  }

  nav .nav-bar .menu-item {
    transition: 0.3s;
    float: none;
    padding: 0;
    text-align: center;

  }

  nav .nav-bar .menu-item .lang {
    margin-left: 10%;
    line-height: 40px;
    display: flex;
    max-width: 90%;
  }

  nav .nav-bar .menu-item .lang a {
    width: 45%;
    background-color: black;
  }

  nav .nav-bar .menu-item .lang a:first-child {
    /*border-right: 1px solid #FFC50A;*/
  }

  nav .nav-bar .menu-item a {
    padding: 2% 10%;
    position: relative;
    display: block;
    height: 100%;
    font-size: 20px;
    font-size: 1.25rem;
    transition: 0.3s;
    cursor: pointer;
  }
}

@media (min-width: 768px) {
  .md-lang {
    z-index: 11;
    text-align: right;
  }
  .md-lang a:first-child {
    padding-bottom: 10px;
  }
  .hide-xs, .hide-s {
    z-index: 10;
  }
  nav .nav-bar {
    display: inline-flex;
  }
  nav .nav-bar .menu-item {
    padding-left: 20px;
    padding-top: 40px;
  }
  .hide-md, .hide-lg {
    transform: scale(0);
  }
}

.box-menu-icon::before {
    width: 70%;
}

.box-menu-icon:after {
    width: 80%;
}

.box-primary-nav-trigger .box-menu-icon::before,
.box-primary-nav-trigger .box-menu-icon:after {
    content: '';
    height: 100%;
    position: absolute;
    background-color: #000;
    right: 0;
    -webkit-transition: -webkit-transform .3s, top .3s, background-color 0s;
    -webkit-transition: top .3s, background-color 0s, -webkit-transform .3s;
    transition: top .3s, background-color 0s, -webkit-transform .3s;
    transition: transform .3s, top .3s, background-color 0s;
    transition: transform .3s, top .3s, background-color 0s, -webkit-transform .3s;
}

.box-primary-nav-trigger .box-menu-icon::before {
    top: -5px;
}

.box-primary-nav-trigger .box-menu-icon::after {
    top: 5px;
}

@media (min-width: 767px) {
  .pl-md-2 {
    padding-left: 20px;
  }

  .pr-md-2 {
    padding-right: 20px;
  }
}
  .m-40 {
    margin-right: 40%;
  }
@media (min-width: 768px) {
  .contact div {
    float: right;
    text-align: right;
  }
}

.contact div {
  padding-right: 15px;
  padding-left: 15px;
}

@media (max-width: 767px) {
  .lnr-menu::before {
    /*position: fixed;*/
  }
  .footer-area .contact div:first-child {
      padding-top: 30px;
  }
  .footer-area span.pipe::before {
    content: '\A';
    white-space: pre-wrap;
  }
}

.gray.active {
  color: #FFC50A;
}

#home {
  margin-top: 50px;
}

ul.social-icons li {
    display: inline-block;
    margin-right: 4px;
    margin-bottom: 4px;
}

ul.social-icons li a i {
    font-size: 20px;
    width: 40px;
    height: 30px;
    color: #777;
    display: block;
    border-radius: 2px;
    -webkit-border-radius: 2px;
    -moz-border-radius: 2px;
    -o-border-radius: 2px;
    transition: all 0.2s ease-in-out;
    -moz-transition: all 0.2s ease-in-out;
    -webkit-transition: all 0.2s ease-in-out;
    -o-transition: all 0.2s ease-in-out;
}

ul.social-icons li a:hover {
    text-decoration: none;
}
ul.social-icons li a.instgram:hover i {
  color: #d6249f;
}
ul.social-icons li a.pinterest:hover i {
  color: #E46387;
}
ul.social-icons li a.behance:hover i {
  color: #1869FF;
}

@keyframes bounce {
  0%, 20%, 60%, 100% {
    -webkit-transform: translateY(0);
    transform: translateY(0);
  }
  40% {
    -webkit-transform: translateY(-20px);
    transform: translateY(-20px);
  }
  80% {
    -webkit-transform: translateY(-10px);
    transform: translateY(-10px);
  }
}
div.col-md-2.go-up:hover {
  animation: bounce 1s;
}

.title {
    color: #1a1a1a;
    text-align: center;
    margin-bottom: 10px
}

.content .content-overlay{
  background: rgb(0, 0, 0);
}

.content {
    position: relative;
    /*max-width: 400px;*/
    margin: auto;
    overflow: hidden;
}

.content .content-overlay {
    position: absolute;
    left: 0;
    top: 0;
    bottom: 0;
    right: 0;
    opacity: 0;
    -webkit-transition: all 0.7s ease-in-out 0s;
    -moz-transition: all 0.7s ease-in-out 0s;
    transition: all 0.7s ease-in-out 0s
}

@media (max-width: 767px) {
    .content .content-overlay {
        left: 20px;
        width: 90%
    }
}

@media (max-width: 414px) {
    .content .content-overlay {
        left: 11px;
        width: 94%
    }
}
@media (max-width: 413px) {
    .content .content-overlay {
        left: 0;
        width: 100%
    }
}

.content:hover .content-overlay {
    opacity: .7;
}

.content-details {
    position: absolute;
    text-align: center;
    padding-left: 1em;
    padding-right: 1em;
    width: 100%;
    top: 50%;
    left: 50%;
    opacity: 0;
    -webkit-transform: translate(-50%, -50%);
    -moz-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    -webkit-transition: all 0.7s ease-in-out 0s;
    -moz-transition: all 0.7s ease-in-out 0s;
    transition: all 0.7s ease-in-out 0s
}

.content-title {
    font-size: 30px;
    font-weight: 600;
}

.content:hover .content-details {
    top: 50%;
    left: 50%;
    opacity: 1
}

.content-details p:not:first-child {
    font-size: 1em;
}

div.content .content-details {
  text-align: right;
}

.fadeIn-bottom {
    top: 80%
}

#profile h1 {
  font-weight: 700;
}

p{
  letter-spacing: 0.0625em;
  /*text-align: justify;*/
}

.col-md-6 .col-12 .img-fluid {
  /*width: 100px;*/
  /*margin: 10px 80px 30px;*/
}

/*
.col-md-6.p-20:nth-child(odd){
  padding : 20px 20px 20px 0 !important;
}

.col-md-6.p-20:nth-child(even){
  padding : 20px 0px 20px 20px !important;
}

.col.p-20,
.col-md-12.p-20 {
  padding : 20px 0 !important;
}*/
.content .content-details p:last-child {
  transform: translateY(15px);
  opacity: 0;
}

.content:hover .content-details p:last-child {
  opacity: 1;
  -webkit-transition: all 1s ease-in-out 0.3s;
  -moz-transition: all 1s ease-in-out 0.3s;
  -o-transition: all 1s ease-in-out 0.3s;
  -ms-transition: all 1s ease-in-out 0.3s;
  transition: all 1s ease-in-out 0.3s;
  -webkit-transform: translateY(0px);
  transform: translateY(0px);
}

@media (max-width: 430px ) {
  /*.wulingwork {
    padding-top: 30px;
    padding-bottom: 30px;
  }*/
  .contact h2.yellow {
    font-size: medium;
  }
}

.lock-scroll {
  overflow: hidden;
}

.slick-slide {
  margin: 0px 2px;
}

.menu-item a {
  padding-top: 8px;
}

@media(max-width: 425px) {
  .sticky-wrapper {
    height: 48px !important;
  }
  .menu-bar #nav-menu {
    padding-top: 0px;
    padding-right: 5px;
  }
  nav .nav-bar .menu-item .lang{
    margin-left: 5%;
  }

  nav .nav-bar .menu-item .lang a {
    width: 50%;
  }

  nav .nav-bar .menu-item a {
    padding: 3% 10%;
  }
  .col-md-6 .col-12 .img-fluid {
    text-align: center;
    max-width: 80%;
    margin-left: auto;
    margin-right: auto;
  }
  .f-20 {
    text-align: center;
  }
  .footer-text {
    font-size: x-small;
  }

}
@media(min-width: 768px) {
  nav .nav-bar .menu-item {
    padding-left: 30px;
  }
  .col-md-6 .col-12 .img-fluid {
    max-width: 70%;
  }
  .footer-text {
    font-size: small;
  }
}

@media(max-width: 767px) {
    .footer-text {
      font-size: smaller;
    }
  .content .content-overlay {
     left: 0px;
     width: 100%;
  }
}
.logo {
  z-index: 99;
}
.f-20 {
  font-size: 20px;
  font-weight: 500;
}
nav {
  margin-right: 80px;
}

.btn_menu_line {
  height: 2px;
  margin: 5px 0px 5px 0px;
  border-radius: 50px;
}

#home #arrow .lnr {
  font-size: 60px;
  font-weight: 100 !important;
}

@media(max-width: 767px) {
  .logo{
      min-width: initial;
  }

  nav .nav-bar .menu-item .lang a {
    width: 50%;
  }

  .lang {
    margin-left: 5% !important;
  }
}

@media(min-width: 768px) {
    .logo{
        min-width: initial;
    }
    nav .nav-bar .menu-item {
        padding-top: 0px;
    }
    .gulu, .reako {
        width: 328px;
        height: 175px;
    }
    .travelogue {
        width: 328px;
        height: 367px;
    }

}

/* .logo {
    min-width: unset;
} */

@media(min-width: 1024px) {
    /* nav{
        margin-right: 60px;
    }
    nav a{
        padding: 0 0.74rem;
    } */
    .logo{
        min-width: initial;
    }
    .main-menubar {
        min-width: fit-content;
    }
    .gulu, .reako {
        width: 448px;
        height: 240px;
    }
    .travelogue {
        width: 448px;
        height: 495px;
    }
}

@media(min-width: 1140px) {
    .gulu, .reako {
        width: 538px;
        height: 288px;
    }
    .travelogue {
        height: 592px;
        width: 538px;
    }
}


/*  misty  */
@media(min-width: 768px) {
  .misty-right {
    height: 394px;
  }
}

@media(min-width: 992px) {
  .misty-right {
    height: 524px;
  }
}

@media(min-width: 1140px) {
  .misty-right {
    height: 525px;
  }
}

@media(min-width: 1200px) {
  .misty-right {
    height: auto;
  }
}
/*  done misty   */

/*  ambrosia    */
@media(min-width: 768px) {
  .ambrosia-right {
    height: 425px;
  }
}

@media(min-width: 992px) {
  .ambrosia-right {
    height: 556px;
  }
}

@media(min-width: 1200px) {
  .ambrosia-right {
    height: auto;
  }
}
/*  done ambrosia    */

/*  tea   */
@media(min-width: 768px) {
  .tea-right {
    height: 425px;
  }
}

@media(min-width: 992px) {
  .tea-right {
    height: 556px;
  }
}

@media(min-width: 1200px) {
  .tea-right {
    height: auto;
  }
}
/*  done tea   */


@media(max-width: 425px) {
  .contact h3 {
    font-size: 18px;
  }
}

@media(min-width: 768px) {
  .contact h3 {
    font-size: 22px;
  }
}

#profile p {
  color: #98999E;
}

@media (min-width: 1921px) {
  .content.travelogue-h {
    height: 113vh !important;
  }
}