@import url('https://fonts.googleapis.com/css2?family=Poppins:ital,wght@0,100;0,200;0,300;0,400;0,500;0,600;0,700;0,800;0,900;1,100;1,200;1,300;1,400;1,500;1,600;1,700;1,800;1,900&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Montez&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Cormorant:ital,wght@0,300..700;1,300..700&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Montserrat:ital,wght@0,100..900;1,100..900&display=swap');
@font-face {
    font-family: 'LibreBaskerville-Regular';
    src: url(../font/LibreBaskerville-Regular.woff) format('woff'),
         url(../font/LibreBaskerville-Regular.woff2) format('woff2');
  }
  header {
    position: fixed;
    top: 16px;
    left: 0;
    z-index: 99;
    height: auto;
    display: flex;
    width: 100%;
    justify-content: space-between;
    align-items: center;
}
.newClass {
    background: #000000c2;
    top: 0;
}
.logo {
    max-width: 117px;
}
.active {
    top: 0;
    right: 0;
}
.button_container {
    position: absolute;
    top: 40%;
    right: 52px;
    height: 29px;
    width: 35px;
    cursor: pointer;
    z-index: 100;
    transition: opacity 0.25s ease;
    transform: translateY(-50%);
}
  .overlay {
    position: fixed;
    top: 62px;
    right: 0;
    width: 27%;
    -webkit-transform: scaleY(0);
    -ms-transform: scaleY(0);
    transform: scaleY(0);
    max-height: 0;
    -webkit-transition: max-height .3s, -webkit-transform .3s;
    transition: max-height .3s, -webkit-transform .3s;
    -o-transition: max-height .3s, transform .3s;
    transition: max-height .3s, transform .3s;
    transition: max-height .3s, transform .3s, -webkit-transform .3s;
    -webkit-transform-origin: top;
    -ms-transform-origin: top;
    transform-origin: top;
    overflow: auto;
    z-index: 9;
  }
  .overlay.open {
    -webkit-transform: scaleY(1);
    -ms-transform: scaleY(1);
    transform: scaleY(1);
    max-height: 100vh;
    top: 0;
}
  .overlay ul {
    list-style: none;
    padding: 0;
    margin: 0 auto;
    display: inline-block;
    position: relative;
    width: 100%;
  }
  .overlay nav {
    text-align: center;
    background: #000000cf;
}
  .overlay.open li {
    opacity: 1;
    border-bottom: 1px solid gray;
    padding-bottom: 10px;
    padding-top: 10px;
    text-align: left;
    padding-left: 25px;
}
.menu ul li a {
    color: #fff;
    text-decoration: none;
    font-size: 13px;
    padding: 0px 15px;
    text-transform: uppercase;
    -moz--webkit-transition: all 0.5s ease;
    -webkit-transition: all 0.5s ease;
    transition: all 0.5s ease;
    letter-spacing: 1px;
    font-family: 'Montserrat';
}
.menu .submenu li {
    margin: 0 0 5px;
    width: 100%;
    border-bottom: 1px dotted #fff;
    padding-left: 0px;
}
.project-banner-logo img {
    max-width: 105px;
}
.menu ul li {
    margin-right: 20px;
    color: #fff;
    font-family: 'Montserrat';
}
.menu ul li.dropdown:hover .submenu {
    display: block
}
.menu .submenu li a {
    color: #fff;
  text-decoration: none;
}
.menu .submenu {
    position: relative;
    background-color: #e44f73;
    display: none;
    padding: 10px;
    min-width:250px;
    z-index: 99;
    color: #fff;
    box-shadow: 0 0 3px #000;
}
.overlay.open li a {
    color: #fff;
    font-family: 'Montserrat';
    padding: 0;
}
  .button_container.active .bottom {
    transform: translateY(-11px) translateX(0) rotate(-45deg);
    background: #fff;
  }
  .button_container.active .top {
    transform: translateY(11px) translateX(0) rotate(45deg);
    background: #fff;
  }
  .button_container.active .middle {
    opacity: 0;
    background: #fff;
  }
  .button_container span:nth-of-type(2) {
    top: 11px;
    width: 61%;
    height: 3px;
    right: 0;
    left: 0;
}
  .button_container span:nth-of-type(3) {
    top: 22px;
  }
  .button_container span {
    background: #ffffff;
    border: none;
    height: 3px;
    width: 100%;
    position: absolute;
    top: 0;
    left: 0;
    transition: all 0.35s ease;
    cursor: pointer;
    border-radius: 31px;
  }
  
.banner-section{
    position: relative;
}
.banner-section .container-fluid{
    padding: 0;
}
.banner-section::before{
    position:absolute;
    top:0;
    left:0;
    width:100%;
    height:100%;
    z-index:9;
    content:"";
    background:linear-gradient(90deg, #000000eb, #000000e8, #000000cc, #00000099, #00000042, transparent, #00000085, #000000b5);
}
.banner-logo {
    position: absolute;
    top: 1%;
    z-index: 99;
    left: 0%;
    color: #fff;
    max-width: 158px;
}
.banner-section-information {
    position: absolute;
    top: 35%;
    z-index: 99;
    left: 9%;
    color: #fff;
}
.project-logo img {
    max-width: 170px;
    padding: 0px;
}
.project-logo {
    text-align: center;
}
.office-address {
    font-family: 'LibreBaskerville-Regular';
    margin-bottom: 6px;
    font-size:16px !important;
}
.project-address p {
    font-size: 15px;
    margin-bottom: 6px;
}
.project-address ul {
    padding-left: 13px;
}
.project-address ul li {
    border-bottom: 1px dotted #fff;
}
.footer-fer p {
    font-family: 'LibreBaskerville-Regular';
    font-size: 20px;
    margin-bottom:5px;
}
.banner-offer {
    border: 1px solid #fff;
    position: absolute;
    top: 24%;
    left: 8%;
    color: #ff58c3;
    z-index: 9;
    font-family: 'LibreBaskerville-Regular';
    font-size: 20px;
    padding: 10px 15px;
    border-radius: 40px;
    background: #fff;
    font-weight: 600;
}
.section-title p {
    color: #fff;
    font-family: 'Poppins';
    text-align: center;
}
.banner-offer p{
    margin-bottom:0;
}
.footer-fer ul {
    padding-left: 19px;
}
.footer-fer ul li a {
    font-family: 'Poppins';
    color: #fff;
}
.footer-ser p {
    font-family: 'LibreBaskerville-Regular';
    font-size: 20px;
    margin-bottom: 0px;
}
.banner-section-information h1 {
    font-family: 'LibreBaskerville-Regular';
    font-size:40px;
    background: linear-gradient(to right, #f32170, #ff6b08,#f32170, #e54f74 );
    /* background: #85a0e5; */
    -webkit-text-fill-color: transparent;
    -webkit-background-clip: text;
    font-weight: bold;
    letter-spacing: 1px;
    margin-bottom:0px;
}
.our-services{
    background: #85a0e5 !important;
    color:#000 !important;
}
.banner-section-information p {
    font-family: 'LibreBaskerville-Regular';
    font-size: 24px;
    margin-bottom: 18px;
}
p.japan-language {
    margin-bottom: 0;
}
.btn {
    background: #e54f74;
    font-family: "Poppins", serif;
    font-size: 17px;
    color: #fff;
    border-radius: 25px;
    margin-right: 10px;
    padding:10px 40px;
}
.padding-space-extra{
    padding: 120px 0;
}
.section-title h2 {
    font-size: 28px;
    font-weight: 700;
    letter-spacing: 1px;
    text-align: center;
    text-transform: uppercase;
    font-family: "Montserrat", serif;
}
.overview-section-information p {
    font-family: 'LibreBaskerville-Regular';
    font-size: 17px;
}
.bg-pattern {
    background-size: contain;
    background-position: right bottom 0px;
    background-image: url(../images/pattern-2.png) !important;
    background-repeat: no-repeat;
}
.bg-color{
    background: url('../images/banner-4.jpg') no-repeat;
    background-size: cover;
    position:relative; 
    background-position: center;
}
.bg-color::before{
    position:absolute;
    top:0;
    left:0;
    width:100%;
    height:100%;
    background:#000000f2;
    content:"";
    z-index:9;
}
.featured-tour{
    position:relative;
    z-index:9;
}
.featured-tour .section-title h2{
    color:#fff;
    margin-bottom:20px;
}
.banner-section-info {
    text-align: center;
    background: #e54f74;
    box-shadow:0 0 3px #e54f74;
    height:470px;
}
.banner-section-info .japan-route {
    padding: 10px 15px 5px 15px;
    font-family: 'LibreBaskerville-Regular';
    font-size: 20px;
    margin-bottom: 10px;
    border-bottom: 1px dotted #fff;
    color:#fff;
}
.view{
    background:#fff;
    color:#000;
}
.follow{
    font-family: "Poppins", serif;
    margin-bottom:5px;
    color:#fff;
}
.food-feature-img-1 img {
    border-radius: 130px;
    box-shadow: 0 0 3px #938e8e;
}
.food-feature-img-2 {
    position: relative;
    overflow: hidden;
    margin-bottom:10px;
}
.food-feature-img-2 img{
    border-radius: 156px 156px 156px 0px;
    box-shadow:0 0 3px #938e8e;
}
.food-feature-img-3{
    position: relative;
    overflow: hidden;
}
.food-feature-img-3 img{
    border-radius: 156px 0px 156px 156px;
    box-shadow:0 0 3px #938e8e;
}
.food-features-information .section-title h2{
text-align: left;
}
.food-features-information .section-title p {
    font-family: 'LibreBaskerville-Regular';
    font-size: 30px;
    color: #a93737;
    border-bottom: 1px dotted;
}
.food-informaion ul {
    padding-left: 15px;
}
.food-informaion ul li{
    font-family: 'Poppins';
    margin-bottom:10px;
    padding-bottom:10px;
    border-bottom:1px dotted #000;
}
.bg-patterns {
    background-size: 32% 100%;
    background-position: right bottom 0px;
    background-image: url(../images/spring.png) !important;
    background-repeat: no-repeat;
}
.get-offer-spring {
    background: url('../images/pink-flower.jpg');
    background-size: cover;
    width: 100%;
    height: 100%;
    padding: 195px 0;
    background-repeat: no-repeat;
    position: relative;
    text-align: right;
    box-shadow: 0 0 3px #c7c3c3;
}
.spring-offer p {
    font-family: 'LibreBaskerville-Regular';
    font-size: 28px;
    margin-bottom: 0;
}
.spring-offer h3 {
    font-size: 98px;
    font-weight: 700;
    color: #d1303e;
    font-family: "Cormorant", serif;
}
.spring-offer h3 .letter {
    display: inline-block;
    line-height: 1em;
  }
.spring-offer-set p {
    font-family: 'LibreBaskerville-Regular';
    font-size: 25px;
    margin-bottom: 5px;
}
.get-offer-spring-information {
    position: relative;
}
.spring-offer-set {
    position: absolute;
    bottom: -155px;
    right:0;
}
.blossom-tour-spring {
    font-family: 'Poppins';
    text-align: justify;
}
.section-title {
    margin-bottom: 20px;
}
.blossom-tours {
    position: relative;
}
.spring-flower {
    max-width: 47px;
    position: absolute;
    top: 20%;
    left: 25%;
}
.blossom-tours::before {
    position: absolute;
    bottom: -25px;
    left: 0;
    width: 100%;
    height: 100%;
    content: "";
    background: url(../images/petals.png);
    background-size: 100% 90%;
    background-repeat: no-repeat;
    transform: rotate(180deg);
    opacity: 0.2;
}
.review-feature {
    background: url(../images/banner-2.jpg);
    background-repeat: no-repeat;
    position: relative;
    padding: 80px 0;
    color: #fff;
}
.review-feature::before {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: linear-gradient(90deg, black, #000000c7, #000000c2, transparent);
    content: "";
}
.review-section-img img {
    max-width: 255px;
    box-shadow: 0 0 3px #999999;
    margin-bottom: 10px;
    border-radius:10px;
}
.testinomail-img {
    max-width: 40px;
    display: flex;
    align-items: center;
}
.testimonial-tester-form {
    font-family: 'Poppins';
    font-size: 15px;
    padding: 30px;
    background:#fff;
    border-radius:10px;
}
.featured-tour .amenities-slider .swiper-button-next {
    right: 0;
    left: auto;
    top: 50%;
    background: #0c0c0c;
    width: 59px;
}
.featured-tour .amenities-slider .swiper-button-prev {
    left: 0%;
    right: auto;
    top: 50%;
    background: #0c0c0c;
    width: 59px;
}
.swiper-button-next {
    right: 15px;
    left: auto;
    top: 90%;
    background: #0c0c0c;
    width: 59px;
}
.swiper-button-prev {
    left: 79%;
    right: auto;
    top: 90%;
    background: #0c0c0c;
    width: 59px;
}
.swiper-button-next:after{
    font-size:30px;
    color:#fff;
}
.swiper-button-prev:after{
    font-size:30px;
    color:#fff;
}
.testimonial-tester-form p {
    color: #000;
}
p.visit-site {
    font-size: 23px;
    margin-bottom: 0px;
    font-family: 'LibreBaskerville-Regular';
}
p.vacation {
    margin-bottom: 17px;
}
p.visit-site b {
    /* color: #ff4b62; */
    color: #85a0e5;
    font-size: 40px;
}
p.vacation b {
    /* color: #ff4b62; */
    color: #85a0e5;
    font-size: 39px;
    font-weight: 700;
}
.call-action{
    padding:50px 0;
}
.tesitmonial-form-ser {
    text-align: center;
}
.testimonial-brochure p {
    font-family: 'LibreBaskerville-Regular';
    font-size: 21px;
}
.footer-section {
    background: #000000;
    padding: 40px 0;
    color: #fff;
    font-family: 'Poppins';
}
.footer-ser ul {
    padding-left: 18px;
}
.footer-ser ul li{
    margin-bottom:5px;
    padding-bottom:5px;
    border-bottom:1px dotted;
}
.footer-fer ul li{
    margin-bottom:5px;
    padding-bottom:5px;
    border-bottom:1px dotted;
}
.footer-ser ul li a{
    color:#fff;
}
.footer-privacy {
    text-align: center;
    padding: 20px 0;
    font-family: 'Poppins';
}
.desktop-banner{
    display:block;
}
.tab-banner{
display: none;
}
.mobile-banner{
    display:none;
}
.auto-popup-right {
    text-align: center;
    font-family: 'LibreBaskerville-Regular';
}
@media only screen and (max-width: 1400px) {
    .banner-section-information h1 {
        font-size: 40px;
    }
    p.visit-site b {
        font-size: 34px;
    }
    p.vacation b {
        font-size: 34px;
    }
    
}
@media only screen and (max-width: 1199px) {
    .food-features-information .section-title p {
        font-size: 22px;
        border-bottom: 1px dotted;
        text-align: left;
    }
    .spring-offer h3 {
        font-size: 70px;
    }
    .spring-offer p {
        font-size: 22px;
    }
    .spring-offer-set p {
        font-size: 20px;
    }
    .spring-flower {
        max-width: 44px;
        position: absolute;
        top: 19%;
        left: 22%;
    }
    .project-address p {
        font-size: 15px;
    }
    p.visit-site {
        font-size: 20px;
    }
    .banner-section-information p {
        font-size: 20px;
    }
    p.visit {
        margin-bottom: 10px;
    }
    .banner-offer {
        top: 21%;
    }    
    p.visit-site b {
        font-size: 31px;
    }
    p.vacation b {
        font-size: 30px;
    }
    .banner-offer {
        font-size: 17px;
    }
    .overlay {
        width: 30%;
    }
    .project-banner-logo img {
        max-width: 82px;
    }
    header {
        padding: 10px 0;
    }
    .logo {
        max-width: 101px;
    }

}
@media only screen and (max-width: 991px) {
    .desktop-banner{
        display:none;
    }
    .tab-banner{
    display: block;
    }
    .mobile-banner{
        display:none;
    }
    .banner-offer {
        top: 23%;
    }
    .banner-section-information h1 {
        font-size: 42px;
    }
    .banner-section-information {
        top: 40%;
    }
    .logo {
        max-width: 101px;
    }
    .padding-space-extra {
        padding: 60px 0;
    }
    .get-offer-spring {
        padding: 120px 0;
    }
    .spring-offer-set {
        bottom: -100px;
    }
    .spring-flower {
        top: 10%;
        left: 9%;
    }
    .section-title h2 {
        font-size: 24px;
    }
    .swiper-button-next {
        right: 114px;
        top: 90%;
        width: 56px;
    }
    .brochure-img {
        max-width: 150px;
        margin: 0 auto;
    }
    button.btn.brochures {
        margin-bottom: 10px;
    }
    .footer-fer ul li {
        font-size: 13px;
    }
    .footer-fer ul li a{
        text-decoration: none;
    }
    .project-logo img {
        max-width: 127px;
    }
    .footer-privacy p {
        font-size: 15px;
    }
    .overlay {
        width: 34%;
    }
}
@media only screen and (max-width: 767px) {
    .banner-section-information h1 {
        font-size: 32px;
    }
    .banner-offer {
        font-size: 15px;
        top: 28%;
    }
    .banner-section-information p {
        font-size: 17px;
    }
    p.visit-site b {
        font-size: 23px;
    }
    p.vacation b {
        font-size: 24px;
    }
    .btn {
        padding: 6px 22px;
    }
    .banner-section-information {
        top: 42%;
        z-index: 9;
    }
    .overlay {
        width: 65%;
        background: #000;
    }
    .project-banner-logo {
        display: none;
    }
    .overlay.open {
        top: 72px;
    }    
    .food-feature-img{
        display: none;
    }
    .newClass {
        background: #000000;
    }
    header {
        top: 0;
        background: #000000;
    }
    .button_container {
        top: 45%;
    }
    .bg-patterns {
        background-size: 66% 100%;
    }
    .spring-offer h3 {
        font-size: 50px;
    }
    .banner-section-info {
        height: 390px;
    }
    .banner-section-info .japan-route {
        font-size: 18px;
    }
    .follow {
        font-size: 14px;
    }
    .view {
        font-size: 14px;
    }
    .spring-offer-set p {
        font-size: 14px;
    }
    .spring-flower {
        top: 9%;
        left: 5%;
        max-width: 40px;
    }
    .section-title h2 {
        font-size: 22px;
    }
    .blossom-tour-spring p {
        font-size: 14px;
    }
    .blossom-tours::before {
        background-size: 100% 59%;
        opacity: 0.6;
    }
    button.btn.brochures {
        margin-bottom: 0;
        padding: 10px 22px;
    }
    .contact-us{
        padding: 10px 22px;
    }
    .btn-wrap {
        margin-bottom: 20px;
    }
    .testimonial-brochure {
        text-align: center;
    }
    .project-logo {
        text-align: left;
    }
}
@media only screen and (max-width: 575px) {
.desktop-banner{
    display:none;
}
.tab-banner{
    display:none;
}
.mobile-banner{
    display:block;
}
.banner-offer {
    display: none;
}
.banner-section-information h1 {
    font-size: 25px;
}
.banner-section::before {
    background: none;
}
.banner-section-information {
    left: 0%;
    top: 19%;
    text-align: center;
    position: relative;
    background: #000;
    padding: 30px 0;
    z-index:9;
}
.explore-tour {
    margin-top: 10px;
}
p.visit-site {
    font-size: 14px;
}
p.visit-site b {
    font-size: 20px;
}
.newClass {
    background: #000000;
    padding: 7px 0;
}
header{
    background:#000;
    top:0;
    padding: 7px 0;
}
.button_container {
    top: 49%;
    right: 44px;
    height: 29px;
}
.banner-section {
    position: relative;
    top: 50px;
}
p.vacation {
    display: none;
}
.our-services {
    display: none;
}
.logo {
    max-width: 82px;
}
.bg-pattern {
    background-size: 100% 68%;
    background-position: right top 0px;
    opacity: 0.9;
    background-repeat: repeat;
}
.overview-section-information p {
    font-family: 'LibreBaskerville-Regular';
    font-size: 13px;
}
.section-title p {
    font-size: 13px;
}
.section-title h2 {
    font-size: 21px;
}
.banner-section-info {
    height: 445px;
}
.get-offer-spring{
    color:#fff;
}
.get-offer-spring::before {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: linear-gradient(56deg, black, #00000073, #000000bf, #000000d9);
    content: "";
}
.spring-offer h3 {
    font-size: 50px;
    color: #ff4370;
}
.spring-flower {
    top: 3%;
    left: 5%;
    max-width: 31px;
}
.blossom-tour-spring .section-title h2{
    font-size:20px;
}
.hidden{
    display:none;
}
.blossom-tours::before {
    bottom: 0px;
}
.testinomail-img {
    max-width: 26px;
}
.testimonial-tester-form {
    font-family: 'Poppins';
    font-size: 15px;
    padding: 15px 11px;
    background: #fff;
    border-radius: 10px;
}
.swiper-button-next {
    right: 8px;
    top: 90%;
    width: 56px;
}
.swiper-button-prev {
    left: 59%;
    top: 90%;
    width: 56px;
}
.swiper-button-prev:after {
    font-size: 23px;
    color: #fff;
}
.swiper-button-next:after{
    font-size: 23px;
    color: #fff;
}
button.btn.brochures {
    font-size: 15px;
}
.contact-us {
    font-size: 15px;
}
.testimonial-brochure p {
    font-size: 16px;
}
.overlay.open { 
    width: 100%;
}
.menu ul li {
    margin-right: 0;
}
}