@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 CSS STARTS */
header {
    position: fixed;
    width: 100%;
    left: 0;
    top: 0;
    z-index: 99;
    background-color: #000000c9;
    padding: 10px 0;
    -moz--webkit-transition: all 0.5s ease;
    -webkit-transition: all 0.5s ease;
    transition: all 0.5s ease;
    box-shadow: 0 0 5px gray;
  }
  .newClass {
    background-color: #000;
      box-shadow: 0 0 5px gray;
      z-index: 999;
  }
  .inner-header {
    display: flex;
    align-items: center;
    justify-content: flex-start;
    position: relative;
}
  .logo {
    max-width: 101px;
}
.menu {
    width: 70%;
}
  .menu ul {
    margin: 0;
    padding: 0;
    list-style: none;
    display: flex;
    justify-content: center;
    align-items: center;
  }
  .amenities-firm p {
    padding: 10px;
}
  .image-section{
    background:url('../images/amenities.webp');
    background-size: 100% 100%;
    background-repeat:no-repeat;
    display: block;
  }
  .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;
}
.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: absolute;
    background-color: #e44f73;
    display: none;
    padding: 10px;
    min-width: 315px;
    z-index: 9;
    color: #fff;
    box-shadow: 0 0 3px #000;
}
.banner-logo {
  max-width: 288px;
  margin: 0 auto;
  padding: 20px 0;
}
  .project-overview-section .know-more {
    text-align: left;
  }
  .contact-number {
    display: flex;
  }
  .contact-number a {
    font-size: 22px;
    font-weight: 600;
    text-decoration: none;
    color: #fff;
    padding: 10px 15px;
    -moz--webkit-transition: all 0.5s ease;
    -webkit-transition: all 0.5s ease;
    transition: all 0.5s ease;
  }
  .responsiv-mobile {
    display: none;
}
.contact-social-fer ul{
    margin: 0;
    padding: 0;
    list-style: none;
    display: flex;
    justify-content: center;
    align-items: center;
}
.contact-social-fer ul li{
    margin-right: 20px;
    color: #fff;
    font-family: 'Montserrat';
}
.contact-social-fer ul li a{
    color:#fff;
    background-color: #e44f73;
    padding:10px 20px;
    text-decoration: none;
    border-radius: 20px;
} 
.contact-social-fer .submenu li a {
    color: #fff;
  text-decoration: none;
}
.contact-social-fer .submenu {
    position: absolute;
    background-color: #e44f73;
    display: none;
    padding: 10px;
    min-width: 230px;
    z-index: 9;
    color: #fff;
    box-shadow: 0 0 3px #000;
}
.contact-social-fer ul li.dropdown:hover .submenu {
    display: block
}
  /* HEADER CSS ENDS */
.banner-section{
    position:relative;
}  
.banner-section .container-fluid{
    padding:0;
}
.banner-section::before{
    position:absolute;
    top:0;
    left:0;
    width:100%;
    height:100%;
    background:#0000003d;
    z-index:9;
    content:"";
}
.banner-section-information{
    position: absolute;
    top: 40%;
    left: 0;
    content: "";
    z-index: 9;
    color: #ffffff;
    background: linear-gradient(45deg, #01c8fb, transparent);
    width: 100%;
    padding: 20px 20px;
}
.banner-section-info h1 {
    font-family: 'LibreBaskerville-Regular';
    font-size: 34px;
    font-weight: 600;
    letter-spacing: 1px;
    color:#000;
}
.static {
    font-family: 'Poppins';
    color: #000;
}
.northermost{
    font-family: 'Poppins';
    color:#000;
}
.padding-space-extra{
    padding:60px 0;
}
.section-title h2{
    font-family: 'LibreBaskerville-Regular';
    font-size:28px;
}
.overview-section-info p{
    font-family: 'Montserrat';
}
.overview-section-img img {
    box-shadow: 0 0 3px #000000de;
}
.overview-section-img{
    position:relative;
}
.overview-section-img::before {
    position: absolute;
    top: -36px;
    right: -96px;
    background: url(../images/sakura.png) no-repeat;
    background-size: contain;
    content: "";
    z-index: -1;
    width: 42%;
    height: 100%;
    opacity: 0.5;
}
.overview-section-img::after {
    position: absolute;
    bottom: -72px;
    left: -96px;
    background: url(../images/sakura.png) no-repeat;
    background-size: contain;
    content: "";
    z-index: -1;
    width: 42%;
    height: 56%;
    opacity: 0.5;
}
.overview-section-info h2{
    position:relative;
}
.overview-section-info h2::before{ 
    position:absolute;
    top:0;
    left:-41px;
    width:100%;
    height:100%;
    background:url('../images/sakura.png') no-repeat;
    background-size: contain;
    content:"";
    z-index:9;
}
.get-there-dream {
    font-family: 'Montserrat';
    text-align: center;
}
.get-there-dream p{
    text-align: justify;
}
.dont-miss {
    width: 55%;
    background: #bbf1ff;
    padding: 20px;
    border-radius: 10px;
    box-shadow: 0 0 3px #c7c7c7;
    margin:0 auto;
}
.dont-miss ul {
    text-align: left;
    padding-left: 15px;
}
.explore-section{
    background:#e4f5f9;
}
.explore-inter-img{
    position:relative;
}
.explore-inter-img p{
    position: absolute;
    top:50%;
    left:50%;
    transform: translate(-50%, -50%);
    z-index:9;
    content:"";
}
.explore-section-inter{
    position: relative;
    margin: 0 auto;
    overflow: hidden;
    cursor:pointer;
    margin-bottom: 20px;
}
.explore-inter-img img{
    -webkit-transition: 0.4s ease;
    transition: 0.4s ease;
}
.explore-section-inter:hover .explore-inter-img img{
    -webkit-transform: scale(1.08);
  transform: scale(1.08);
} 
.explore-section-inter p{
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    color: #fff;
    font-family: 'Montserrat';
    font-weight: 800;
    font-size: 22px;
    text-shadow: 0 0 3px #000;
    z-index: 99;
    width: 100%;
    text-align: center;
}
.explore-section-inter::before{
position:absolute;
top:0;
left:0;
width:100%;
height:100%;
background:#0000005c;
z-index:9;
content:"";
}
.local-img {
    max-width: 123px;
}
.local-section-speat {
    display: flex;
    align-items: center;
    margin-bottom:20px;
}
.local-section-speat p {
    font-family: 'Montserrat';
    font-size: 15px;
    margin-left: 15px;
    margin-bottom: 0;
    width: 60%;
}
.local-img img {
    border-radius: 100%;
    width: 103px;
    height: 97px;
    box-shadow: 0 0 3px #2f2f2f;
}
.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;
}
.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';
}
.project-logo img {
    max-width: 170px;
    padding: 0px;
}
.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;
}
.about-fer .dont-miss .section-title h2 {
    text-align: left;
    font-size: 22px;
    border-bottom: 1px dotted;
}
.about-fer .dont-miss {
    width: 100%;
    background: #000;
    color: #fff;
}
.about-fer .dont-miss p {
    margin-bottom: 5px;
}
.about-there {
    background: #ffdee4;
}
.banner-section-infer{
    position:absolute;
    top:50%;
    left:53px;
    z-index:9;
    content:"";
}
.banner-section-infer h1{
    font-size:40px;
    font-family: 'LibreBaskerville-Regular';
    color:#fff;
}
.private-tour{
    margin-top:101px;
}
.private-tour-overview {
    text-align: center;
    font-family: 'Montserrat';
}
.private-tour-section-title h2 {
    font-family: 'LibreBaskerville-Regular';
}
.map-area {
    text-align: left;
    font-family: 'Montserrat';
    margin-top: 32px;
}
.ltinerary-fer p b {
    font-size: 27px;
}
.ltinerary-fer p{
    margin-bottom:15px;
}
.map-img {
    box-shadow: 0 0 3px #b5b5b5;
}
.section-title h2{
    text-align: center;
    padding-bottom:10px;
    margin-bottom:10px;
    border-bottom:1px dashed #000;
}
@media only screen and (max-width: 1400px) {
    .overview-section-img::before {
        right: -46px;
    }
}
@media only screen and (max-width: 1295px) {
    .menu {
        width: 64%;
    }
}
@media only screen and (max-width: 1199px) {
    .menu {
        width: 61%;
    }
    .section-title h2 {
        font-size: 23px;
    }
    .overview-section-info p {
        font-size: 14px;
    }
    .get-there-dream p {
        font-size: 13px;
    }
    .about-fer .dont-miss .section-title h2 {
        padding-bottom: 10px;
        font-size: 19px;
    }
    .dont-miss ul li {
        font-size: 13px;
    }
}
@media only screen and (max-width: 991px) {
    .button_container {
        position: absolute;
        top: 50%;
        right: 0;
        height: 29px;
        width: 35px;
        cursor: pointer;
        z-index: 100;
        transition: opacity 0.25s ease;
        transform: translateY(-50%);
    }
    .button_container span {
        background: #fff;
        border: none;
        height: 3px;
        width: 100%;
        position: absolute;
        top: 0;
        left: 0;
        transition: all 0.35s ease;
        cursor: pointer;
        border-radius: 31px;
    }
    .overlay {
        position: fixed;
        background: #000;
        top: 85px;
        right: 0;
        width: 44%;
        -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;
    }
    .overlay.open {
        -webkit-transform: scaleY(1);
        -ms-transform: scaleY(1);
        transform: scaleY(1);
        max-height: 100vh;
    }
    .overlay ul {
        list-style: none;
        padding: 0;
        margin: 0 auto;
        display: inline-block;
        position: relative;
        width: 100%;
    }
    .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;
    }
    .menu ul li.dropdown:hover .submenu {
        display: block
    }
    .overlay nav {
        text-align: center;
    }
    .overlay.open li {
        opacity: 1;
        border-bottom: 1px solid gray;
        padding-bottom: 10px;
        padding-top: 10px;
    }
    .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: auto;
    }
    .button_container span:nth-of-type(3) {
        top: 22px;
    }
    .menu {
        width: 48%;
    }
    header {
        background-color: #000000;
    }
    .banner-section {
        margin-top: 50px;
    }
    .about-fer .dont-miss {
        margin-bottom: 20px;
    }
    .footer-fer ul li a {
        font-size: 14px;
        text-decoration: none;
    }
    .footer-fer p {
        font-size: 19px;
        margin-bottom: 0;
    }
    .project-address p {
        font-size: 15px;
    }
    .project-logo img {
        max-width: 135px;
    }
    .get-there {
        padding: 0 0 30px 0;
    }
    .dont-miss {
        width: 80%;
    }
}
@media only screen and (max-width: 810px) {
    .menu {
        width: 43%;
    }
    .banner-section {
        margin-top: 101px;
    }
    .banner-section-infer h1 {
        font-size: 33px;
    }
    .overview-section-info p {
        text-align: justify;
    }
}
@media only screen and (max-width: 767px) {
    .menu {
        width: 26%;
    }
    .overview-section-info h2::before {
        top: -25px;
        left: 0px;
    }
    .overview-section-img::after {
        left: 0px;
    }
    .overview-section-img::before {
        top: -97px;
        right: -7px;
        opacity: 0.3;
    }
    .banner-section-information {
        position: relative;
    }
    .footer-privacy {
        padding: 20px 10px;
    }
}
@media only screen and (max-width: 575px) {
    .menu {
        width: 9%;
    }
    .contact-social {
        display: none;
    }
    .logo {
        max-width: 88px;
    }
    .banner-section {
        margin-top: 86px;
    }
    .banner-section-infer h1 {
        font-size: 25px;
    }
    .section-title h2 {
        font-size: 20px;
    }
    .padding-space-extra {
        padding: 60px 0 30px 0;
    }
    .banner-section-info h1 {
        font-size: 25px;
    }
    .static {
        margin-bottom: 10px;
    }
    .northermost {
        font-size: 14px;
        margin-bottom: 10px;
    }
    .dont-miss {
        width: 100%;
    }
    .hidden-set{
        display:none;
    }
    .overlay {
        width: 100%;
    }
    .menu ul li {
        margin-right: 0;
    }
    .overview-section-info h2::before {
        top: -54px;
    }
    .explore-inter-img img {
        width: 100%;
    }
}