:root{
    --yellow-color: #BD9246;
    --white-color: #fff;
    --para-color: #2F2F2F;
    --blue-color: #072841;
    --main-font: 'Antic Didone', serif;
    --sub-font : 'Poppins', sans-serif;
    --font-12: 0.625vw;
    --font-14: 0.729vw;
    --font-18: 0.938vw;
    --font-20: 1.042vw;
    --font-24: 1.250vw;
    --font-28: 1.458vw;
    --font-32: 1.667vw;
    --font-36: 1.875vw;
    --font-40: 2.083vw;
    --font-64: 3.333vw;
    --font-50: 2.604vw;
}
.pt-large{
    padding-top: 4vw;
}
.pb-large{
    padding-bottom: 4vw;
}
.pt-small{
    padding-top: 2rem;
}
.pb-small{
    padding-bottom: 2rem;
}
.blue-bg{
    background-color: var(--blue-color);
}
.white-clr{
    color: var(--white-color);
}
.black-clr{
    color: var(--Dark-Grey, #2F2F2F);
}
.ash-bg{
    background: #F9F9F9;
}
.hamburger-wrap{
    padding-right: 2vw;
}
.ham span{
    height: 2px;
    width: 70px;
    background: var(--yellow-color);
    display: block;
}
.ham-wrap {
    display: flex;
    flex-direction: column;
    justify-content: space-around;
    padding-left: 10px;
}
.ham{
    font-size: var(--font-20);
    cursor: pointer;
}
/* .header{
    background-color: #7f7f7f;
} */
.dropbtn {
    background-color: transparent;
    color: white;
    padding: 1vw 2vw;
    font-size: var(--font-16);
    border: none;
    border: 0.5px solid rgba(255, 255, 255, 0.52);
}
  .contact-dropdown {
    position: relative;
    display: inline-block;
  }
  
  .contact-dropdown-content {
    display: none;
    position: absolute;
    background-color: #f1f1f1;
    min-width: 160px;
    box-shadow: 0px 8px 16px 0px rgba(0,0,0,0.2);
    z-index: 1;
  }
  .contact-dropdown-content a {
    color: black;
    padding: 1vw 1.2vw;
    text-decoration: none;
    display: block;
}
  
  .contact-dropdown-content a:hover {
    background-color: #ddd;
  }
  
  .contact-dropdown:hover .contact-dropdown-content {
    display: block;
  }
  
  .contact-dropdown:hover .dropbtn {
    background-color: var(--yellow-color);
  }
  .inner-header {
    /* height:170px; */
    align-items: center;
    display: flex;
    justify-content: center;
}
#header {
    z-index: 2;
    position: fixed;
    width: 100%;
    top: 0;
    height: 170px;
    justify-content: center;
    align-items: center;
    display: flex;
    transition: transform 2s ease; 
}
.header-scrolled{
    height: 100px !important;
    transition: transform 2s ease !important; 
}
.button_container {
    position: fixed;
    transition: opacity 0.25s ease;
    top: 70px;
    right: 15vw;
    height: 27px;
    width: 35px;
    cursor: pointer;
    z-index: 100;
}

.left-menu {
    display: flex;
    align-items: center;
}
.menu-logo {
    width: 20%;
    z-index: 2;
}
.left-menu, .right-menu {
    width: 40%;
}
.mobile-togle, #navbar_main {
    display: none !important;
}
.left-menu .navbar, .left-menu, #rightmenu {
    display: flex;
    align-items: center;
}
.inner-header .main-wrapper {
    width: 70.75vw;
    margin: 0 auto;
}
ul#left li a {
    color: #FFF;
    font-family: Poppins, sans-serif;
    font-size: var(--font-18);
    font-style: normal;
    font-weight: 400;
    line-height: normal;
    text-transform: capitalize;
}
.left-menu .navbar, .left-menu, #rightmenu {
    display: flex;
    align-items: center;
}
.navbar-expand-lg .navbar-collapse {
    display: flex!important;
    flex-basis: auto;
}
#leftmenu .active a {
    color: #FFF;
    font-family: Poppins, sans-serif;
    font-size: var(--font-18);
    font-style: normal;
    font-weight: 400;
    line-height: normal;
    text-transform: capitalize;
}
#leftmenu {
    display: flex;
    align-items: center;
}
.right-menu {
    justify-content: space-between;
    align-items: center;
    padding-left: 4vw;
}

.video-background {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100vh;
    object-fit: cover;
    opacity: 0.7;
}

.banner-content {
    position: relative;
    z-index: 1;
    text-align: center;
    color: #fff; /* Set your desired text color */
    
}
.watch-video-button {
    color: #fff;
    padding: 10px 20px;
    border-radius: 5px;
    border-radius: 26.5px;
    background: var(--Gold, #BD9246);
    display: flex;
    justify-content: center;
    align-items: center;
}

a.watch-video-button {
    position: absolute;
    left: 0;
    right: 0;
    width: max-content;
    margin: auto;
    bottom: 3rem;
    z-index: 100;
}

img.home-banner-img {
    height: 728px;
    object-fit: cover;
}
section.tespage-banner.position-relative {
    padding-bottom: 500px;
}
.section-title {
    color: var(--Gold, #BD9246);
    font-family: var(--main-font);
    font-size: var(--font-64);
    font-style: normal;
    font-weight: 400;
    line-height: normal;
    text-transform: capitalize;
}
.about-content-wrap {
    justify-content: center;
    align-items: center;
}
.about-title {
    width: 20%;
}
.about-image img {
    height: 535px;
    object-fit: cover;
}
.about-points {
    width: 40%;
}
.globle-wrap-content {
    justify-content: flex-start;
}
.intro_points {
    color: var(--Dark-Grey, #2F2F2F);
    font-family: Poppins, sans-serif;
    font-size: var(--font-20);
    font-style: normal;
    font-weight: 400;
    line-height: 153.3%;
}

.globle-wrap-content img {
    height: 43px;
    width: 43px;
    object-fit: contain;
    margin-right: 1vw;
}
.globle-wrap-content {
    justify-content: flex-start;
    margin-left: 5vw;
    border-bottom: 1px solid #D9D9D9;
    padding-bottom: 1vw;
    padding-top: 1vw;
}
.gallery-sec .gallery-slider img {
    width: 100%;
}
.slick-slide {
    height: auto; 
  }
  .slick-track {
    display: flex;
    flex-direction: row;
    flex-wrap: nowrap;
    align-items: stretch;
  }
  .home-banner-content-wrap {
    top: 42vh;
}
h2.home-banner-text {
    color: #BD9246;
    text-align: center;
    font-family: var(--main-font);
    font-size: 3.906vw;
    font-style: normal;
    font-weight: 400;
    line-height: 105%;
    text-transform: uppercase;
    position: absolute;
    left: 0;
    right: 0;
    /* z-index: 2; */
    top: -20vh;
}
.about-sec {
    margin-top: 40vh;
    padding-top: 8vh;
}
.menu-left-menu-container {
    text-align: center;
    width: 100%;
}
ul#left li {
    flex-grow: 1;
    display: flex;
    align-items: center;
    position: relative;
}
a.watch-video-button span {
    color: var(--White, #FFF);
    font-family: Poppins, sans-serif;
    font-size: var(--font-18);
    font-style: normal;
    font-weight: 400;
    line-height: normal;
    text-transform: uppercase;
}
/* Center the slick-slider */
.gallery-slider {
    text-align: center;
}

/* Center the images within slick-slide */
.slick-slide {
    display: flex;
    justify-content: center;
    align-items: center;
}

/* Ensure the images maintain their actual size */
.slick-slide img {
    width: auto;
    max-width: 100%;
    height: auto;
}
.about-title {
    padding-right: 2vw;
    width: 22%;
}
.gallery-slider-tes {
    display: flex;
    width: 100%;
    flex-wrap: wrap;
    justify-content: space-between;
    align-items: center;
}
.villa-tab-wrap {
    width: 100%;
}
.villa-content-wrap {
    width: 100%;
    justify-content: space-between;
    align-items: center;
}
.villa-wrap {
    width: 80vw;
    margin: auto;
}
.villa-countries ul li a {
    color: var(--White, #FFF);
    text-align: center;
    font-family: var(--main-font);
    font-size: var(--font-25);
    font-style: normal;
    font-weight: 400;
    line-height: normal;
    text-transform: capitalize;
    background: transparent;
}
ul#villaTabs {
    border: none;
}
.villa-countries .nav-tabs .nav-link.active, .villa-countries .nav-tabs .nav-link:hover, .oceana_activity .nav-tabs .nav-link.active, .oceana_activity .nav-tabs .nav-link:hover{
        color: #fff;
        background-color: #ffffff40;
        border-color: transparent;
        border-radius: 50px;
        padding: 0.5vw 1.5vw;
        font-size: var(--font-25);
}
.villa-countries .nav-tabs .nav-link, .oceana_activity .nav-tabs .nav-link{
    border-color: transparent;
    border-radius: 50px;
    padding: 0.5vw 1.5vw;
}
ul#villaTabs {
    width: 100%;
    display: flex;
    justify-content: space-between;
    font-size: var(--font-25);
    
}
.villa-countries {
    width: 22%;
}
.single-villa {
    width: 25%;
}
.villa-button {
    position: absolute;
    visibility: hidden;
    /* top: 0; */
    
}
.single-villa:hover .villa-button a {
    color: var(--Blue, #004376);
    font-family: Poppins, sans-serif;
    font-size: var(--font-18);
    font-style: normal;
    font-weight: 400;
    line-height: normal;
    text-transform: capitalize;
    border-radius: 20.5px;
    background: var(--White, #FFF);
    padding: 1rem 3rem;
    bottom: 4rem;
    left: 0;
    right: 0;
    text-align: center;
    visibility: visible;
    transition: 0.3s;
}
.villa-button {
    left: 0;
    right: 0;
    margin: auto;
    text-align: center;
    top: 60%;
}
.villa-content h3 {
    color: var(--White, #FFF);
    font-family: var(--main-font);
    font-size: var(--font-24);
    font-style: normal;
    font-weight: 400;
    line-height: normal;
    text-transform: capitalize;
    padding: 1.5rem 0rem 1rem;
}
.villa-content p {
    color: var(--White, #FFF);
    font-family: var(--main-font);
    font-size: var(--font-20);
    font-style: normal;
    font-weight: 400;
    line-height: normal;
    text-transform: capitalize;
}
.single-villa-img img {
    width: 100%;
}
.villas-and-apartments-sec .tab-content > .tab-pane:not(.active),
.villas-and-apartments-sec .pill-content > .pill-pane:not(.active) {
    display: block;
    height: 0;
    overflow-y: hidden;
}
.villas-and-apartments-sec .slick-slide {
    padding: 15px;
}
.info-wrap {
    justify-content: center;
}
.info-title .para {
    width: 32vw;
    margin: auto;
    text-align: center;
    padding: 2rem 0;
}
.info-title a {
    color: var(--Blue, #004376);
    font-family: Poppins, sans-serif;
    font-size: var(--font-18);
    font-style: normal;
    font-weight: 400;
    line-height: normal;
    text-transform: uppercase;
}
.info-title {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
}
.counter-wrap .info-title {
    width: 100%;
}
.counter-value {
    color: var(--Dark-Grey, #2F2F2F);
    text-align: center;
    font-family: var(--main-font);
    font-size: var(--font-64);
    font-style: normal;
    font-weight: 400;
    line-height: normal;
    text-transform: capitalize;
}
span.counter-wording {
    color: var(--Dark-Grey, #2F2F2F);
    font-family: var(--main-font);
    font-size: var(--font-25);
    font-style: normal;
    font-weight: 400;
    line-height: normal;
    text-transform: lowercase;
}
.single-spec-wrap {
    width: 25%;
}
.counter-wrap {
    width: 80vw;
    margin: auto;
    padding: 3rem 0;
}
.expectations-content-wrap {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
}
.expectations-wrap .click-here-button a {
    color: #fff;
}
.expectations-wrap .click-here-button {
    font-family: Poppins, sans-serif;
    font-size: var(--font-18);
    font-style: normal;
    font-weight: 400;
    line-height: normal;
    text-transform: uppercase;
}
.expectations-title {
    width: 100%
}
.main-wrap {
    width: 80%;
    margin: auto;
}
.min-wrapper{
    width: 75%;
    margin: auto;
}
.expectations-title .click-here-button {
    position: absolute;
    right: 0;
}
.expectations-title {
    justify-content: center;
    display: flex;
    align-items: center;
}
.single-expectation {
    width: 20%;
}
.single-expectation img {
    height: 241px;
    object-fit: cover;
    border-radius: 10px;
   
}
h3.single-facility-name a {
    color: var(--White, #FFF);
    text-align: center;
    font-family: var(--main-font);
    font-size: var(--font-25);
    font-style: normal;
    font-weight: 400;
    line-height: normal;
}
h3.single-facility-name {
    text-align: center;
    padding: 1rem 2rem;
}
h3.single-facility-name {
    text-align: center;
    padding: 1rem 2rem;
}
.single-expectation img {
    width: 100%;
    object-fit: cover;
}
.single-expectation {
    padding: 10px;
}
.expectation-content-wrap {
    margin: 0 -10px;
}
.expectations-sec {
    overflow: hidden;
}
h3.single-facility-name {
    text-align: center;
    padding: 1rem 0.5rem 2rem;
}
.expectation-content-wrap {
    justify-content: center;
}
.expectation-content-wrap {
    padding-top: 4rem;
}
.why-us-content-wrap {
    width: 40%;
}
.img-1, .img-2 {
    width: 27%;
}
.img-1 img, .img-2 img {
    width: 100%;
    object-fit: cover;
}
.why-us-wrap {
    justify-content: space-between;
}
h2.section-title {
    padding: 1rem 0;
}
.why-us-content-wrap .para {
    padding: 0.75rem 0 2rem;
}
p.single-point-name {
    width: 56%;
}
.single-point p {
    padding-left: 1rem;
}
.single-point {
    width: 50%;
    display: flex;
    flex-wrap: wrap;
    justify-content: flex-start;
    align-items: center;
    padding-bottom: 2rem;
}
.activity-heading-wrap {
    margin: auto;
}
.activity-content-wrap {
    justify-content: center;
}
.oceana_activity a {
    font-size: var(--font-25);
    color: #fff !important;
    text-transform: capitalize;
}
.oceana_activity {
    width: 100%;
    display: flex;
    justify-content: center;
    padding: 2rem 0;
}
ul#activityTabs {
    width: 50%;
    justify-content: space-evenly;
    border: none;
}
.activity-wrap-tab-content {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    align-items: center;
    width: 80%;
    margin: auto;
}
.single-activity {
    width: 22%;
    padding-bottom: 2rem;
    margin: auto;
}
h5.card-title {
    color: var(--White, #FFF);
    text-align: center;
    font-family: var(--main-font);
    font-size: var(--font-25);
    font-style: normal;
    font-weight: 400;
    line-height: normal;
    text-transform: capitalize;
    /* padding: 3rem 3rem; */
    border-radius: 65px;
    border: 1px solid rgba(255, 255, 255, 0.25);
    margin: 0;
    height: 130px;
}
.single-card-inner h5 {
    display: flex;
    justify-content: center;
    align-items: center;
}
.position-absolute.hover-image {
    top: 0;
    left: 0;
    right: 0;
    margin: 0;
}
/* Initially hide the hover image */
.hover-image {
    opacity: 0;
}

/* Show the hover image when hovering over card-body */
.single-card:hover .hover-image {
    opacity: 1;
}
.hover-image img {
    height: 138px;
    object-fit: cover;
    border-radius: 113px;
}

.testa-content-wrap {
    width: 53%;
}
.single-testa-img {
    width: 33%;
}
.testa-imagers-wrap {
    width: 40%;
    justify-content: space-between;
    align-items: flex-end;
    overflow: hidden;
}
.single-testa-img img {
    width: 100%;
    height: 150px;
    object-fit: cover;
}

.single-testa-img {
    width: 23%;
    object-fit: cover;
    overflow: hidden;
}
.single-testa-img.active {
    width: 50%;
}
.single-testa-img.active img {
    height: 454px;
    object-fit: cover;
}
h5.summary {
    color: var(--Dark-Grey, #2F2F2F);
    font-family: var(--main-font);
    font-size: var(--font-25);
    font-style: normal;
    font-weight: 400;
    line-height: normal;
    text-transform: capitalize;
}
.single-testa .para {
    color: var(--Dark-Grey, #2F2F2F);
    font-family: Poppins, sans-serif;
    font-size: var(--font-20);
    font-style: normal;
    font-weight: 400;
    line-height: 153.3%;
    padding: 2rem 0;
}
h5.name {
    color: var(--Dark-Grey, #2F2F2F);
    font-family: var(--main-font);
    font-size: var(--font-20);
    font-style: normal;
    font-weight: 400;
    line-height: normal;
    text-transform: capitalize;
}
p.position {
    color: #A3A3A3;
    font-family: Poppins, sans-serif;
    font-size: var(--font-18);
    font-style: normal;
    font-weight: 400;
    line-height: normal;
    text-transform: capitalize;
    padding: 0.5rem 0 0;
}
.testa-content-wrap .section-title {
    padding-bottom: 5rem;
}
.footer-text {
    color: var(--White, #FFF);
    font-family: Antic Didone;
    font-size: 5vw;
    font-style: normal;
    font-weight: 400;
    text-transform: capitalize;
    opacity: 0.15;
}
.footer-single {
    width: 33.3%;
}
.footer-wrap  {
    width: 75%;
    margin: auto;
}
.paragraph-footer, .footer-single a {
    color: var(--White, #FFF);
    font-family: Inter;
    font-size: var(--font-16);
    font-style: normal;
    font-weight: 400;
    line-height: 1.563vw;
    text-transform: capitalize;
}
h5.footer-title {
    color: #FFF;
    font-family: Inter;
    font-size: var(--font-16);
    font-style: normal;
    font-weight: 400;
    line-height: 30px;
    text-transform: uppercase;
    opacity: 0.26;
}
ul.footer-menu-bar-social {
    padding: 0;
    display: flex;
    flex-wrap: wrap;
}
ul.footer-menu-bar-social li, .menu-wrap-3 .social-wrap li, .menu-wrap-3 .social-wrap li a:hover{
    width: 10%;
    list-style: none;
}
a.email {
    text-transform: initial;
}
.copywrite-wrap, .copywrite-wrap a{
    color: var(--White, #FFF);
font-family: Poppins, sans-serif;
font-size: 14px;
font-style: normal;
font-weight: 400;
line-height: 22px; /* 157.143% */
text-transform: capitalize;
}
.privacy-menu ul {
    display: flex;
    justify-content: space-between;
    width: 50%;
}
.privacy-menu ul {
    display: flex;
    justify-content: space-between;
    width: 100%;
}
.privacy-menu ul li a {
    color: var(--White, #FFF);
    font-family: Inter;
    font-size: var(--font-16);
    font-style: normal;
    font-weight: 400;
    line-height: normal;
    text-transform: capitalize;
}
.privacy-menu {
    width: 25%;
}
#footer {
    padding: 7rem 0 3rem;
}
/* .top-footer {
    padding: 2rem 0 6rem;
} */
h5.footer-title {
    padding: 1rem 0;
}
#footermenu {
    flex-wrap: wrap;
    display: flex;
    justify-content: space-between;
    flex-direction: row;
}
#footer-menu li {
    width: 50%;
}
ul#footer-menu {
    flex-wrap: wrap;
    display: flex;
    justify-content: space-between;
    flex-direction: row;
}
.bottom-ftr {
    padding-top: 2rem;
    border-top: 1px solid #ffffff3b;
}
ul#footer-menu li a:hover {
    color: #fff;
}
.footer-single {
    padding-bottom: 3rem;
}
.partner-logo-wrap {
    width: 23%;
    display: flex;
    justify-content: space-between;
    align-items: center;
}
.single-oceana_villas .single-villa a {
    width: 25%;
}
.single-villa h3 {
    width: 75%;
}
.single-villa {
    width: 48%;
}
h3.villa-name {
    color: var(--Dark-Grey, #2F2F2F);
    font-family: Antic Didone;
    font-size: 30px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
    text-transform: capitalize;
}
.single-villa .click-here {
    color: var(--Blue, #004376);
    font-family: Poppins, sans-serif;
    font-size: var(--font-18);
    font-style: normal;
    font-weight: 400;
    line-height: normal;
    text-transform: uppercase;
}
.villa-wrapper .wp-post-image {
    height: 700px;
    object-fit: cover;
    width: 100%;
}
.aminity-wrap {
    padding: 1rem 0 4rem;
}
.single-aminity {
    width: 33.3%;
    display: flex;
    justify-content: flex-start;
    align-items: center;
    padding: 0.5rem 0rem 0.5rem 3rem;
}
.aminity-slider .name {
    padding-top: 1rem;
}
.single-aminity img {
    padding-right: 1.5vw;
}
p.aminity-name {
    color: var(--Dark-Grey, #2F2F2F);
    font-family: Antic Didone;
    font-size: var(--font-18);
    font-style: normal;
    font-weight: 400;
    line-height: normal;
    text-transform: capitalize;
}
p.aminity-text.para {
    color: var(--Dark-Grey, #2F2F2F);
    font-family: Antic Didone;
    font-size: var(--font-20);
    font-style: normal;
    font-weight: 400;
    line-height: normal;
    text-transform: capitalize;
    padding: 1rem 0;
}
.vila-info-wrap .para {
    color: var(--Dark-Grey, #2F2F2F);
    font-family: Antic Didone;
    font-size: var(--font-25);
    font-style: normal;
    font-weight: 400;
    line-height: 40px;
}
p.villa-info {
    color: var(--Dark-Grey, #2F2F2F);
    font-family: Poppins, sans-serif;
    font-size: var(--font-20);
    font-style: normal;
    font-weight: 400;
    line-height: 153.3%;
}
img.gallery-slider-image {
    height: 700px;
    object-fit: cover;
}
.nearby-sec ul .nav-item {
    color: var(--Dark-Grey, #2F2F2F);
    text-align: center;
    font-family: Antic Didone;
    font-size: var(--font-25);
    font-style: normal;
    font-weight: 400;
    line-height: normal;
    text-transform: capitalize;
}
ul#landmarkTabs {
    text-align: center;
    display: flex;
    justify-content: space-between;
    border: none;
}
.nearby-all-wrap ul li a {
    text-align: center;
    font-family: Antic Didone;
    font-size: var(--font-25);
    font-style: normal;
    font-weight: 400;
    line-height: normal;
    text-transform: capitalize;
}
.nearby-sec .nav-tabs .nav-link, .nearby-sec .nav-tabs .nav-link.active {
    border: none;
    color: var(--Dark-Grey, #2F2F2F);
}
.nearby-sec .nav-tabs .nav-link.active {
    border-radius: 26.063px;
    background: #E4E4E4;
    padding: 0.5rem 2rem;
    transition: all 1.5s;
}
.nearby-sec .nav-tabs .nav-link{
    padding: 0.5rem 2rem;
}
.single-landmark > p {
    color: var(--Dark-Grey, #2F2F2F);
    font-family: Poppins, sans-serif;
    font-size: var(--font-20);
    font-style: normal;
    font-weight: 400;
    line-height: 153.3%;
    text-transform: capitalize;
}
.single-landmark {
    width: 47%;
    padding: 1rem 0;
}
.single-landmark::after {
    content: "";
    position: absolute;
}
.single-landmark::after {
    content: "";
    position: absolute;
    height: 1px;
    background-color: #DFDFDF;
    width: 100%;
    /* margin-left: 15px; */
    bottom: 0;
}
.floor-plan-btn-wrap {
    width: 30%;
	min-height: 78px; 
}
.floor-plan-btn-wrap .white-clr {
    padding: 1rem 2rem;
    border-radius: 10px;
    background: var(--Gold, #BD9246);
    color: #fff;
}
.floor-plan-btn-wrap .black-clr a:hover {
    color: #2F2F2F !important;
}
.floor-plan-btn-wrap .white-clr a:hover {
    color: #fff !important;
}
.single-key-spec h3 {
    width: 18%;
    color: var(--Dark-Grey, #2F2F2F);
font-family: Poppins, sans-serif;
font-size: var(--font-20);
font-style: normal;
font-weight: 600;
line-height: 153.3%; /* 30.66px */
text-transform: capitalize;
}
.single-key-spec p {
    width: 75%;
    color: var(--Dark-Grey, #2F2F2F);
    font-family: Poppins, sans-serif;
    font-size: var(--font-20);
    font-style: normal;
    font-weight: 400;
    line-height: 153.3%;
}
.single-key-spec {
    padding: 2rem 0;
}
.single-key-spec {
    border-bottom: 1px solid #DFDFDF;
}
.aminity-slider .name {
    color: var(--Dark-Grey, #2F2F2F);
    font-family: Antic Didone;
    font-size: var(--font-25);
    font-style: normal;
    font-weight: 400;
    line-height: normal;
    text-transform: capitalize;
}
.aminity-slider .slick-slide {
    padding: 15px;
}
.payment-plan-wrap a {
    margin: 0 0;
    color: var(--Blue, #004376);
    font-family: Poppins, sans-serif;
    font-size: var(--font-18);
    font-style: normal;
    font-weight: 400;
    line-height: normal;
    text-transform: uppercase;
}
.single-box {
    color: var(--White, #FFF);
    text-align: center;
    font-family: Antic Didone;
    font-size: var(--font-36);
    font-style: normal;
    font-weight: 400;
    line-height: normal;
}
.single-box {
    position: relative;
    height: 235px;
    object-fit: cover;
    display: flex;
    justify-content: center;
    align-items: center;
    width: 33.3%;
    line-height: 1.4em;
}
.payment-plan-wrap {
    width: 25%;
}
.villa-info-wrap-sec {
    position: absolute !important;
    bottom: -35%;
    left: 0;
    right: 0;
    margin-bottom: 6rem;
    width: 70%;
    margin: auto;
    z-index: 6;
}
.vila-info-wrap h3 {
    padding-right: 0.5rem;
}
.contact-ul li {
    list-style: none;
}
.villa-gallery-slider .slick-prev {
    
    right: 52%;
    bottom: 5%;
    z-index: 1;
}
.villa-gallery-slider .slick-next {
    left: 52%;
    bottom: 5%;
    z-index: 1;
}


/* Menu ================================  */



  .ham .container {
    position: absolute;
    width: 100%;
    height: 100%;
    text-align: center;
    top: 40%;
    left: 0;
    margin: 0 auto;
    font-family: "Varela Round", sans-serif;
  }
  .ham .container p {
    font-size: var(--font-20);
  }
  .ham .container a {
    display: inline-block;
    position: relative;
    text-align: center;
    color: #1abc9c;
    text-decoration: none;
    font-size: var(--font-20);
    overflow: hidden;
    top: 5px;
  }
  .ham .container a:after {
    content: "";
    position: absolute;
    background: #1abc9c;
    height: 2px;
    width: 0%;
    transform: translateX(-50%);
    left: 50%;
    bottom: 0;
    transition: 0.35s ease;
  }
 .ham  .container a:hover:after,
 .ham  .container a:focus:after,
  .ham .container a:active:after {
    width: 100%;
  }
  
  .ham h1 {
    position: relative;
    text-align: center;
    font-family: "Varela Round", serif;
  }
  

  .button_container:hover {
    opacity: 0.7;
  }
  .button_container.active .top {
    transform: translateY(11px) translateX(0) rotate(45deg);
    background: var(--yellow-color);
    transition: all 0.5s;
  }
  .button_container.active .middle {
    opacity: 0;
    background: var(--yellow-color);
    transition: all 0.5s;
  }
  .button_container.active .bottom {
    transform: translateY(-11px) translateX(0) rotate(-45deg);
    background: var(--yellow-color);
    transition: all 0.5s;
  }
  .button_container span {
    background: var(--yellow-color);
    border: none;
    height: 2px;
    width: 100%;
    position: absolute;
    top: 0;
    left: 0;
    transition: all 0.5s;
    cursor: pointer;
    z-index: 9999;
  }
  .button_container span:nth-of-type(2) {
    top: 11px;
  }
  .button_container span:nth-of-type(3) {
    top: 22px;
  }
  .open .button_container .top {
    top: 40%;
}
.open .button_container span {
    background: var(--yellow-color) !important;
}
  .overlay {
    position: fixed;
    background: var(--blue-color);
    top: 0;
    left: 0;
    width: 100%;
    height: 0%;
    opacity: 0;
    visibility: hidden;
    transition: opacity 0.35s, visibility 0.35s, height 0.35s;
    overflow: hidden;
  }
  .contact-form {
    z-index: 1;
}
  .overlay.open {
    opacity: 1;
    visibility: visible;
    height: 100vh;
    z-index: 4;
    transition: transform 0.2s ease; 
  }
  .overlay.open li {
    animation: fadeInRight 0.5s ease forwards;
    animation-delay: 0.35s;
  }
  .overlay.open li:nth-of-type(2) {
    animation-delay: 0.4s;
  }
  .overlay.open li:nth-of-type(3) {
    animation-delay: 0.45s;
  }
  .overlay.open li:nth-of-type(4) {
    animation-delay: 0.5s;
  }
  .overlay nav {
    position: relative;
    height: 70%;
    top: 50%;
    transform: translateY(-50%);
    font-size: var(--font-50);
    font-family: "Varela Round", serif;
    font-weight: 400;
    text-align: center;
  }
  .overlay ul {
    list-style: none;
    padding: 0;
    margin: 0 auto;
    display: inline-block;
    position: relative;
    height: 100%;
  }
  .overlay ul li {
    display: block;
    height: 25%;
    height: calc(100% / 4);
    min-height: 50px;
    position: relative;
    opacity: 0;
  }
  .overlay ul li a {
    display: block;
    position: relative;
    color: #fff;
    text-decoration: none;
  }
  .overlay ul li a:hover:after,
  .overlay ul li a:focus:after,
  .overlay ul li a:active:after {
    width: 100%;
  }
  .overlay ul li a:after {
    content: "";
    position: absolute;
    bottom: 0;
    left: 50%;
    width: 0%;
    transform: translateX(-50%);
    height: 3px;
    background: #fff;
    transition: 0.35s;
  }
  
  @keyframes fadeInRight {
    0% {
      opacity: 0;
      left: 20%;
    }
    100% {
      opacity: 1;
      left: 0;
    }
    
  }
  @keyframes fadeIn {
    0% { opacity: 0; }
    100% { opacity: 1; }
  }
  .main-menu-wrap {
    width: 70.75vw;
    margin: auto;
}
.search-close-wrap {
    padding-right: 5vw;
}
p.menu-intro {
    color: var(--White, #FFF);
    font-family: Antic Didone;
    font-size: var(--font-24);
    font-style: normal;
    font-weight: 400;
    line-height: 154%;
    text-transform: capitalize;
}
a.menu-inquary {
    color: var(--White, #FFF);
    text-align: center;
    font-family: Poppins, sans-serif;
    font-size: var(--font-18);
    font-style: normal;
    font-weight: 400;
    line-height: normal;
    text-transform: capitalize;
}
a.menu-inquary {
    border-radius: 33.3px;
    background: var(--Gold, #BD9246);
    box-shadow: 0px 4px 4px 0px rgba(0, 0, 0, 0.17);
    padding: 1rem 2rem;
}
ul#main-menu-1 {
    display: flex;
    flex-direction: row;
}
.main-menu-content > div {
    width: 33.3%;
}
.menu-wrap-1 {
    display: inline-grid;
    align-content: space-between;
}
.menu-wrap-2-2 ul li a {
    color: var(--White, #FFF);
    font-family: Antic Didone;
    font-size: 2.865vw;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
    text-transform: capitalize;
    text-align: start;
}
.main-menu-overlay .menu-main-menu-container {
    text-align: start;
}
.main-menu-overlay .social-wrap ul {
    display: flex;
    justify-content: inherit;
    flex-direction: row;
    align-items: center;
}
.menu-wrap-2-1 a,.menu-wrap-1-bottom a {
    color: var(--White, #FFF);
    font-family: Inter;
    font-size: var(--font-16);
    font-style: normal;
    font-weight: 400;
    line-height: normal;
    text-transform: capitalize;
}
.main-menu-overlay .main-menu-content {
    height: 80vh;
}
.main-menu-top-header {
    height: 20vh;
}
.menu-wrap-3 a.email {
    color: var(--White, #FFF);
    font-family: Inter;
    font-size: var(--font-16);
    font-style: normal;
    font-weight: 400;
    line-height: normal;
    text-transform: lowercase;
}
.menu-wrap-3 {
    display: flex;
    flex-direction: column;
    justify-content: flex-end;
}
.menu-wrap-2-2  ul#main-menu-2 li a {
    padding: 0.5rem 0 0.75rem;
}
/**/
/* Style the search form container */
.search {
    display: inline-block;
    position: relative; /* Required for absolute positioning of the input field */
}

/* Style the search icon */
.search-icon {
    width: 32px;
    height: 33px;
    fill: white;
    cursor: pointer;
}

/* Hide the search input field initially */
.search-form {
    display: none;
    position: absolute;
    top: 0;
    right: 0;
    transition: all 0.3s ease;
}
.search-field {
    padding: 10px;
    border: none;
    border-radius: 5px;
    width: 300px;
}


.search-submit {
    padding: 10px 20px;
    background-color: var(--yellow-color); /* Customize the background color */
    color: white;
    border: none;
    border-radius: 5px;
    cursor: pointer;
}

/* Style the search submit button on hover */
.search-submit:hover {
    background-color: var(--yellow-color); /* Customize the hover background color */
}
/* Style the menu overlay */
.menu-overlay {
    /* Your menu overlay styles */
}

/* Style the search icon in the overlay */
.search-overlay .search-icon {
    width: 32px;
    height: 33px;
    fill: white;
    cursor: pointer;
}

/* Style the search form in the overlay */
.search-overlay .search-form {
    display: none;
    position: absolute;
    top: 0;
    right: 0;
    /* Your search form styles */
}
.font-18 {
    font-size: var(--font-18);
    line-height: 30px;
}

.aminiti-img {
    height: 288px;
    overflow: hidden;
}
.aminiti-img img {
object-fit: cover;
}
input#search-field {
    margin: auto;
}
form.search-form .d-flex {
    top: 4rem;
    position: absolute;
    left: -12.5vw;
}
.search-results-section 
 .alert {
    margin-top: 2rem;
}
.product-name > a {
    color: #2F2F2F;
    font-family: Poppins, sans-serif;
    font-size: var(--font-20);
    font-style: normal;
    font-weight: 400;
    line-height: 153.3%;
}
.villas-and-apartments-sec .single-villa h3 {
        width: 100%;
        text-align: center;
        line-height: 1.4em;
}
.menu-mega-menu1-container {
    width: 100%;
}
.facility-wrap-content p {
    display: none;
}
ul#main-menu-2 a {
    width: max-content;
}
.top-footer {
    overflow: hidden;
}
.partner-logo-wrap {
    display: flex;
    width: 32%;
    justify-content: flex-end;
}
img.partner-img1 {
    padding-right: 1rem;
}
.gallery--items img {
    overflow: hidden;
    width: 100%;
}
.gallery--items{
    width: 24%;
}
.main-menu-overlay .nav-link:focus, .main-menu-overlay .nav-link:hover, .overlay ul li a:hover{
    color: var(--yellow-color) !important;
}
.overlay ul li a:after {
    background: var(--yellow-color) !important;
}
.menu-wrap-1-bottom a {
    padding-bottom: 0.75rem;
    width: max-content;
}
#main-menu-2 .overlay ul li a:hover:after{
    display: none !important;
}
.aminity-slider .slick-prev {
    
    position: absolute;
    left: 2rem;
    top: 0;
    bottom: 0;
    margin: auto;
}
.aminity-slider .slick-next {
    position: absolute;
    right: 2rem;
    top: 0;
    bottom: 0;
    margin: auto;
}
.contact-ul li a::after {
    display: none;
}
.social-wrap a::after {
    display: none;
}
.floor-plan-image img {
    height: 600px !important;
    object-fit: contain;
}
a#resort-activities-tab {
    font-family: var(--sub-font);
}
.villa-info-wrap-sec .min-wrapper {
    width: 90% !important;
}
.vila-info-wrap h3 {
    padding-right: 2rem;
}
.floor-plan-btn-wrap .line-btn::after {
    margin-top: 0px;
}
.aminiti-img img {
    height: 400px;
    object-fit: cover;
}
.search-close-wrap {
    display: none;
}
.current-menu-item{
    color: var(--yellow-color);
}
.overlay ul li a:after {
    content: "";
    position: absolute;
    bottom: 0;
    left: 50%;
    width: 0%;
    transform: translateX(-50%);
    height: 3px;
    background: #fff;
    transition: 0.35s;
}
#overlay .ham{
    position: relative;
}
.header-scrolled {
    background: var(--blue-color);
}

.mobi-logo-wrap img {
    height: 80%;
    transform: scale(1); /* Initial scale of 1 (no change) */
    transition: transform 0.5s ease; /* Apply the transition to the 'transform' property */
}

.header-scrolled .mobi-logo-wrap img {
    transform: scale(0.5); /* Scale down the image when .header-scrolled is active */
}
.slider-content-img {
    padding-right: 2rem;
}
.person-name {
    padding-bottom: 0.25rem;
}
.pic-details {
    width: max-content;
    background: var(--blue-color);
    padding: 0 2rem 0 0;
    border-radius: 65px;
}
.pic-details p{
    color: #fff;
}
.slick-slider-contact .slick-dots button {
    display: block;
    width: 10px;
    height: 10px;
    padding: 0;
    border: none;
    border-radius: 100%;
    background-color: #fff;
    text-indent: -9999px;
    border: 1px solid var(--yellow-color);
}
.slick-slider-contact .slick-dots li.slick-active button {
    background-color: var(--yellow-color);
}
.slick-slider-contact .slick-dots li {
    margin: 10px 0;
}
.slick-slider-contact ul.slick-dots {
    list-style: none;
    display: flex;
    padding-top: 1rem;
}
.slick-slider-contact .slick-dots li {
    padding: 0.5rem;
}

/**/
.all-tab-villa-wrap .slick-dots li, .partner-logo-slider .slick-dots li, .aminity-slider .slick-dots li {
    margin: 10px 0;
}

.all-tab-villa-wrap .slick-dots li, .partner-logo-slider .slick-dots li, .aminity-slider .slick-dots li {
    padding: 0.5rem;
}
.all-tab-villa-wrap .slick-dots button, .partner-logo-slider .slick-dots button, .aminity-slider .slick-dots button {
    display: block;
    width: 10px;
    height: 10px;
    padding: 0;
    border: none;
    border-radius: 100%;
    background-color: #fff;
    text-indent: -9999px;
    border: 1px solid var(--yellow-color);
}
.all-tab-villa-wrap .slick-dots li.slick-active button, .partner-logo-slider .slick-dots li.slick-active button, .partner-logo-slider .slick-dots li.slick-active button, .aminity-slider .slick-dots li.slick-active button{
    background-color: var(--yellow-color);
}
.all-tab-villa-wrap ul.slick-dots, .partner-logo-slider ul.slick-dots, .partner-logo-slider ul.slick-dots, .aminity-slider ul.slick-dots{
    list-style: none;
    display: flex;
    justify-content: center;
    padding: 1rem 0 0 !important;
}
/***/

.header-scrolled .button_container {
    top: 40px;
}
ul.footer-menu-bar-social {
    height: auto;
}
.overlay.main-menu-overlay.open .bottom {
    transform: translateY(-10px) translateX(0) rotate(-45deg);
    background: var(--white-color);
    width: 41px;
    transition: all 0.5s;
}
.overlay.main-menu-overlay.open .top {
    transform: translateY(0px) translateX(0) rotate(45deg);
    background: #fff;
    width: 41px;
    transition: all 0.5s;
}
.overlay.main-menu-overlay.open .middle {
    width: 0;
    transition: all 0.5s;
}
footer#footer a:hover {
    color: var(--yellow-color) !important;
}
.intro_points {
    width: 87%;
}
.single-oceana_blogs .banner-title {
    width: 80%;
    margin: auto;
}
.left-menu a:hover {
    color: var(--yellow-color) !important;
}
ul.footer-menu-bar-social {
    width: auto;
}
button.dropbtn {
    color: #FFF;
    font-family: Work Sans;
    font-size: 18px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
    text-transform: capitalize;
}
.contact-dropdown-content {
    position: absolute;
    background-color: #f1f1f1;
    min-width: -webkit-fill-available;
    box-shadow: 0px 8px 16px 0px rgba(0,0,0,0.2);
    z-index: 1;
    text-align: center;
}
.location-details {
    font-size: var(--font-20) !important;
}
.about-inner-img img {
    object-fit: cover !important;
}
/* .first-project .content-box {
    padding: 2rem !important;
} */
.faci--sm-img .explore-img {
    border-radius: 10px;
}
.tab-content > .tab-pane:not(.active),
.pill-content > .pill-pane:not(.active) {
    display: block;
    height: 0;
    overflow-y: hidden;
}
.villa-tab-wrap .slick-next{
        right: -8%;
        bottom: 0;
        top: -15%;
        margin: auto;
}
.villa-tab-wrap .slick-prev{
        left: -8%;
        bottom: 0;
        top: -15%;
        margin: auto;
}
.mem-wrap.d-flex > div {
    text-transform: capitalize;
}
.why-us-content-wrap {
    justify-content: center;
    display: flex;
    flex-direction: column;
}
.why-points-wrap {
    padding-top: 1rem;
}
p.menu-intro.pb-small {
    margin-bottom: 1rem;
}
.payment-plan-contact {
    width: 80%;
    margin: auto;
}

#faqAccordion button.accordion-button {
    font-size: var(--font-20);
    line-height: 30px;
    color: #333 !important;
}
@media (max-width: 1600px){
    .section-title {
        font-size: 2.813vw;
    }
    .villa-countries {
        width: 25%;
    }
    .single-villa-img {
        height: 350px;
    }
    .intro_points {
        width: 85%;
    }
    .home-banner-text {
        font-size: var(--font-50);
        line-height: 3.125vw;
        padding-top: 2rem;
    }
    .single-villa-img {
        height: 370px !important;
    }
    .main-menu-wrap {
        width: 80vw;
    }
    .single-aminity {
        padding: 0.5rem 0rem 0.5rem 1rem;
    }
    .villa-info-wrap-sec {
        width: 90%;
    }
    .floor-plan-btn-wrap {
        width: 32%;
    }
    .mem-wrap {
        padding: 0.75rem;
    }
    h3.villa-name {
        font-size: var(--font-25);
    }
    .villas-wrapper .line-btn::after {
        margin: 0;
    }
    .activity-item {
        padding: 0 0.5rem 2rem !important;
    }
    .contact-dropdown-content a {
        padding: 1vw 1.025vw;
    }
    .wrap-485 {
        padding: 0px 17vw !important;
    }
    img.home-banner-img {
        padding-top: 2rem;
        overflow: hidden;
    }
    .banner-content::after {
        background-size: 76%;
    }
    .img-2 img, .img-1 img {
        height: 400px;
        object-fit: cover;
    }
    .blue-plan {
        padding: 3rem 2rem !important;
        margin: 0 1% !important;
        width: 47% !important;
    }
    .oceana_activity .nav-tabs .nav-link.active, .oceana_activity a, .oceana_activity a:hover {
        font-size: var(--font-20) !important;
        line-height: 30px;
    }
    .hover-image img, .single-card, h5.card-title, .single-card:hover .hover-image, .position-absolute.hover-image, .single-card:hover, .hover-image img:hover {
        height: 120px;
    }
    .mem-wrap {
        padding: 0.75rem !important;
    }
    .villa-wrapper .wp-post-image {
        height: 600px;
        object-fit: cover;
    }
    form.search-form .d-flex {
        left: -17.5vw;
    }
    ul.footer-menu-bar-social li, .menu-wrap-3 .social-wrap li, .menu-wrap-3 .social-wrap li a:hover {
        width: 15%;
    }
    .content-box h5 {
        line-height: 2.5vw;
    }
    .button_container {
        right: 10vw;
    }
    .right-menu {
        padding-left: 7vw;
    }
    .inner-header .main-wrapper {
        width: 80vw !important;
        margin: 0 auto;
    }
    .squ-img img {
        object-fit: cover;
    }
    .squ-img {
        height: 390px !important;
        border-radius: 10px;
        object-fit: cover;
    }
    .phone-c a {
        font-size: var(--font-18);
    }
    .wrap-325 {
        padding: 0 7vw !important;
    }
    .wrap-485 {
        padding: 3rem 12vw 0 !important;
    }
    .page-template-paymentplans .about-inner-banner {
        padding-bottom: 20% !important;
    }
    .menu-wrap-3 a.email {
        font-size: var(--font-20) !important;
    }
}
@media (max-width: 1536px){
    .about-inner-banner.inner-banner {
        padding: 16rem 0 20rem;
    }
    .paln .p-t-255 {
        padding-top: 20% !important;
    }
}
@media (max-width: 1440px){
    .contact-dropdown-content a {
        padding: 1vw 0.94vw;
    }
    .right-menu {
        padding-left: 4vw;
    }
    
}
@media (max-width: 1366px){
    .banner-content::after {
        background-size: 88%;
    }
    .single-villa-img {
        height: 300px !important;
    }
    .single-villa:hover .villa-button a {
        padding: 0.75rem 2rem;
    }
    .paln .p-t-255 {
        padding-top: 20%;
    }
    .page-template-paymentplans .about-inner-banner {
        padding-bottom: 20%;
    }
    .villa-wrapper .wp-post-image {
        height: 500px;
    }
    .news-wrapper .wrap-325 {
        padding: 0 15vw;
    }
    .contact-img-h {
        height: 400px !important;
    }
    .slider-content-img svg {
        height: 70px;
        width: auto;
        object-fit: cover;
    }
	    .floor-plan-btn-wrap {
        width: 36%;
    }
}
@media (max-width: 1280px){
    .img-2 img, .img-1 img {
        height: 350px;
        object-fit: cover;
    }
    .single-activity {
        width: 30%;
    }
    .hover-image img, .single-card, h5.card-title, .single-card:hover .hover-image, .position-absolute.hover-image, .single-card:hover, .hover-image img:hover {
        height: 100px !important;
    }
    .plan-box {
        padding: 1.5rem 2rem !important;
    }
}
@media (max-width: 1025px){
    :root{
        --font-12: 12px !important;
        --font-14: 12px !important;
        --font-18: 14px !important;
        --font-16: 15px !important;
        --font-25: 18px !important;
        --font-20: 16px !important;
        --font-24: 20px !important;
        --font-28: 25px !important;
        --font-30: 25px !important;
        --font-32: 26px !important;
        --font-36: 28px !important;
        --font-40: 30px !important;
        --font-64: 40px !important;
        --font-50: 35px !important;
    }
    .font-30{
        line-height: 30px !important;
    }
    .about-image img {
        height: 400px !important;
    }
    .about-image {
        width: 32%;
    }
    img.home-banner-img {
        height: 549px;
        padding-top: 0rem;
    }
    .single-villa-img {
        height: 220px !important;
    }
    .pb-large {
        padding-bottom: 2vw;
    }
   
    .info-title .para {
        width: 80%;
        margin: auto;
        text-align: center;
        padding: 1rem 0 2rem;
    }
    a.watch-video-button {
        bottom: 2rem;
    }
    p.single-point-name.sub--font.font-20 {
        width: 100%;
        text-align: center;
        padding-top: 0.5rem;
    }
    .single-point svg {
        text-align: center;
        margin: auto;
    }
    .footer-top-sec .p-l-127 {
        padding: 0;
    }
    .why-points-wrap {
        align-items: flex-start;
    }
    .villa-button {
        top: 50%;
    }
    .partner-logo-wrap img {
        width: 100%;
        overflow: hidden;
        padding: 1rem;
        height: 72px;
        object-fit: unset;
    }
    .partner-logo-wrap {
        width: 50% !important;
        overflow: hidden;
    }
    .partner-logo-wrap {
        width: 38% !important;
    }
    .expectation-content-wrap {
        padding-top: 2rem;
    }
    .border-btn {
        padding: 1rem 2rem !important;
    }
    h2.white-font.font-64.main--font.regular {
        width: 50% !important;
    }
    .d-flex .font-64 br {
        display: none;
    }
    .oceana_activity ul#activityTabs {
        width: 64% !important;
    }
    .copywrite-wrap, .copywrite-wrap a {
        font-size: 11px;
    }
    .paragraph-footer, .footer-single a, h5.footer-title, .privacy-menu ul li a {
        font-size: 12px !important;
        line-height: 22px !important;
    }
    .single-aminity {
        width: 50%;
    }
    .villa-wrapper .wp-post-image {
        height: 400px;
    }
    .aminiti-img {
        height: 200px;
        overflow: hidden;
    }
    .aminity-slider .slick-prev {
        left: 1rem;
    }
    .aminity-slider .slick-next {
        right: 1rem;
    }
    .aminity-slider .slick-next {
        right: -1rem !important;
    }
    .main-menu-wrap {
        width: 90vw;
    }
    .location-details {
        padding: 0 3vw 0 3.802vw !important;
    }
    .news-wrapper .wrap-325 {
        padding: 0 7vw !important;
    }
    a.box {
        width: 33%;
        padding: 0 1rem !important;
        padding-bottom: 2rem !important;
    }
    .mobi-logo-wrap img {
        transform: scale(0.7) !important;
    }
    .header-scrolled .mobi-logo-wrap img {
        transform: scale(0.5) !important;
    }
    .slick-prev, .slick-next, .slick-prev:hover, .slick-next:hover {
        background-size: 50% !important;
    }
    .floor-plan-btn-wrap {
        width: 48%;
    }
    .wrap-220 {
        padding: 0 7vw !important;
    }
    .blue-plan {
        height: auto !important;
    }
    form.search-form .d-flex {
        left: -30.5vw;
    }
    .about-inner-img {
        padding-right: 2rem !important;
    }
    .about-inner-img img {
        height: 450px !important;
        object-fit: cover;
    }
    .yers {
        width: 30% !important;
        height: 53% !important;
        text-align: center;
        background: var(--blue-color);
        border-radius: 50%;
        right: 2.2% !important;
    }
    .mem-pic {
        height: 250px !important;
    }
    .partner-logo-slider button.slick-prev.slick-arrow {
        top: 15% !important;
    }
    .partner-logo-slider button.slick-next.slick-arrow {
        top: 15% !important;
        right: -1% !important;
    }
    .banner-content.position-relative.is-inview.scrolled {
        width: 90%;
        margin: auto;
    }
    .villa-tab-wrap .slick-next {
        right: -12%;
    }
}
@media (max-width: 991px){
    a.box {
        width: 50% !important;
        padding-bottom: 40px;
    }
    /* .first-project .content-box {
        padding: 2rem 0 !important;
    } */
    .blogs-outer .content-box {
        position: relative !important;
        color: #333 !important;
        left: 0 !important;
    }
    .news-wrapper .wrap-325 {
        padding: 0 !important;
    }
    .first-project .content-box{
        padding-top: 30px;
    }
    .blog--inner-date {
        margin-bottom: 26px;
        margin-top: 25px;
    }
    .news-img {
        height: 500px;
        overflow: hidden;
    }
    .news-img img{
       object-fit: cover;
    }
    /* .first-project .content-box {
        padding: 2rem 0 !important;
    } */
    .content-box h5 {
        line-height: 4vw;
    }
    ul#left {
        display: none;
    }
    .left-menu.d-flex {
        width: 0;
    }
    .menu-logo {
        width: 75%;
        z-index: 2;
        justify-content: flex-start !important;
    }
    .right-menu {
        width: 20%;
    }
    .contact-details-contact-dropdown {
        visibility: hidden;
        width: 0;
    }
    .inner-header .main-wrapper {
        width: 95vw !important;
    }
    .button_container {
        right: 6vw !important;
    }
    form.search-form .d-flex {
        left: -27.5vw;
    }
    .video-bg-wrap::after {
        height: 500px !important;
    }
    .video-background {
        height: 500px !important;
    }
    .home-banner-content-wrap {
        top: 90% !important;
    }
    .about-sec {
        margin-top: 40% !important;
        padding-top: 8rem !important;
    }
    .about-content-wrap {
        flex-direction: column;
        padding: 2rem 0;
    }
    .about-content-wrap > div {
        width: 100% !important;
        text-align: center;
        padding: 0.5rem 0 1rem;
    }
    .about-content-wrap {
        flex-direction: column;
        padding: 1rem 0 0.5rem;
    }
    .about-title .section-title {
        width: 80%;
        margin: auto;
    }
    img.home-banner-img.explore-img.animate.is-inview.scrolled {
        width: 80%;
        object-fit: contain;
    }
    .banner-content.position-relative.is-inview.scrolled {
        width: 100% !important;
        margin: auto;
    }
    .about-points > div {
        justify-content: space-evenly;
        align-items: center;
        margin: auto;
        width: 80%;
        flex-direction: column;
        text-align: center;
        padding: 1rem 0;
    }
    .gallery-sec {
        display: none;
    }
    .single-villa-img {
        height: 300px !important;
    }
    .villa-countries {
        width: max-content;
        margin: auto;
        display: flex;
        justify-content: space-between;
        align-items: center;
    }
    .villa-content-wrap .explore-title {
        width: 100%;
        text-align: center;
    }
    .why-us-content-wrap {
        width: 100%;
        text-align: center;
    }
    .img-1, .img-2 {
        width: 47%;
        padding-bottom: 2rem;
    }
    .yers {
        width: 31% !important;
        height: 35% !important;
        right: 1.2% !important;
      }
      .footer-top-sec .d-flex {
        flex-direction: column;
        width: 100%;
    }
    h2.white-font.font-64.main--font.regular{
        width: 100% !important;
        margin: auto;
    }
    .d-flex.top-ftr {
        text-align: center;
        width: 100% !important;
    }
    p.font-20.regular.white-font.sub-font.w-50.p-l-127 {
        width: 100% !important;
        padding: 1rem 0 0;
    }
    .d-flex.p-t-55.justify-content-between.top-ftr-points {
        padding-top: 2rem !important;
    }
    .top-ftr-points a {
        width: max-content;
        padding: 1rem 0;
        margin: 2% auto;
    }
    .footer-wrap {
        width: 90%;
        margin: auto;
    }
    #footer {
        padding: 3rem 0 1rem;
    }
    .top-footer {
        flex-direction: column;
        justify-content: center;
        align-items: center;
    }
    .footer-single {
        width: 50%;
    }
    .footer-col-3.footer-single {
        display: none;
    }
    .bottom-ftr {
        flex-direction: column-reverse;
        width: 100%;
        text-align: center;
        margin: auto;
    }
    .privacy-menu ul {
        justify-content: space-evenly !important;
    }
    .bottom-ftr {
        flex-direction: column-reverse;
        width: 100% !important;
        text-align: center !important;
        margin: auto;
    }
    .privacy-menu {
        width: 100%;
    }
    .privacy-menu ul {
        justify-content: center;
        width: 100%;
        text-align: center;
        padding: 0;
    }
    .section-title {
        font-size: 26px;
        line-height: 32px;
    }
    .menu-wrap-2, .menu-wrap-1, .menu-wrap-2-1.d-flex {
        display: none !important;
    }
    .mobi-menu {
        display: block !important;
    }
    .menu-wrap-3 {
        width: 100% !important;
        text-align: center;
        display: flex;
        justify-content: center;
        align-items: center;
    }
    .overlay ul#main-menu-2 a {
        width: auto;
    }
    .main-menu-top-header {
        height: auto;
    }
    .overlay .social-wrap {
        width: 40%;
    }
    .overlay ul.footer-menu-bar-social li, .overlay .menu-wrap-3 .social-wrap li, .overlay .menu-wrap-3 .social-wrap li a:hover {
        width: 10%;
        margin: auto;
    }
    ul.footer-menu-bar-social li, .menu-wrap-3 .social-wrap li, .menu-wrap-3 .social-wrap li a:hover {
        width: 12%;
    }
    .activity-wrap-tab-content {
        width: 90%;
    }
    .intro_points {
        padding-top: 0.5rem;
    }
    .about-des {
        padding-top: 4rem !important;
    }
    section.vandm-sec::after {
        right: 14.51vw !important;
    }
    .wrap-523 {
        padding: 0 10vw !important;
    }
    .vision h2 {
        padding: 0 !important;
    }
    .v-m.p-r-350 {
        padding-right: 14rem !important
        ;
    }
    .vision h2.font-64.white-font.main--font.regular.row-name.p-r-126, .mission h2.font-64.white-font.main--font.regular.row-name.p-r-88 {
        width: 30% !important;
        padding-right: 2rem !important;
    }
    .vision, .mission {
        flex-wrap: wrap;
        justify-content: center;
        align-items: center;
        text-align: center;
    }
    .yers {
        width: 24% !important;
        height: 48% !important;
        border-radius: 50% !important;
        right: 3% !important;
    }
    .wrap-330 {
        padding: 0 10vw !important;
    }
    .mem-pic img {
        object-fit: cover !important;
        object-position: 0 0 !important;
    }
    .partners-logo .wrap-679 {
        padding: 0 10vw 3rem !important;
    }
    section.about-inner-banner.inner-banner.position-relative {
        background-size: cover !important;
    }
    .single-box {
        padding: 0 0.5rem !important;
    }
    .floor-plan-title-wrap {
        flex-direction: column;
    }
    .single-box {
        padding: 0 0.25rem;
    }
    .breadcrumbs {
        margin: auto;
        text-align: center;
    }
    .main-content-blogs > * {
        color: #333 !important;
    }
    .main-content-blogs .sub--font.font-20.white-font.regular.p-r-483 {
        padding: 0;
    } 
    .blog-full-img {
        height: auto !important;
        overflow: hidden;
    }
    .contact-img-h {
        height: 400px !important;
        width: 100%;
    }
    /* .contact-inner-img {
        display: flex;
        flex-wrap: wrap;
    }
    .mob-direction .contact-inner-img {
        width: 100%;
        padding-top: 6rem;
    } */
    .paln.scrolled .arrow-b-a::after, .paln.scrolled .arrow-b-a::before{
        display: none !important;
    }
    .paln .row.p-t-255 {
        padding-top: 7rem !important;
    }
    .floor-plan-sec a.font-25.regular.main--font.black-clr.line-btn.dark-color {
        display: none;
    }
    .floor-plan-btn-wrap {
        width: max-content;
    }
    .single-box {
        width: 48% !important;
    }
    .villa-info-wrap-sec {
        bottom: -62% !important;
    }
    .villa-info-wrap-sec {
        bottom: -25% !important;
    }
    .about-inner-banner.inner-banner {
        padding: 30% 0 25% !important;
    }
    .payment-plan-wrap {
        width: 100%;
        text-align: center;
    }
    .payment-plan-wrap h2 {
        padding-bottom: 1rem;
    }
    .payment-plan-wrap a {
        margin: auto;
    }
    .btov {
        padding-top: 2rem;
    }
    .single-key-spec {
        flex-direction: column !important;
        justify-content: center !important;
        align-items: center !important;
        width: 100%;
    }
    .single-key-spec h3 {
        width: 100%;
    }
    .single-key-spec p {
        width: 100%;
    }
    .single-key-spec h3 {
        padding-bottom: 1rem;
    }
    .nearby-all-wrap ul li {
        width: 100% !important;
        padding-bottom: 0.5rem;
    }
    .single-landmark {
        width: 100% !important;
        padding: 1rem 0;
    }
    div#overlay {
        overflow: auto !important;
    }
	.payment-plan-contact {
    width: 100%;
    margin: auto;
}
	    .floor-plan-btn-wrap {
        width: 50%;
    }
}
@media (max-width: 768px){
    .location.w-65 {
        width: 50% !important;
    }
    .footer-single {
        width: 100%;
        text-align: center;
        margin: auto;
        justify-content: center !important;
        display: flex;
        flex-direction: column;
    }
   
    ul.footer-menu-bar-social {
        justify-content: center !important;
    }
    .contact-ul {
        justify-content: center;
    }
    .footer-single {
        padding-bottom: 2rem;
    }
    .footer-col-1.footer-single {
        padding-bottom: 0 !important;
    }
    h2.home-banner-text {
        top: -50%;
    }
    img.home-banner-img {
        height: 400px;
        padding-top: 0rem;
    }
    .banner-content::after {
        background-size: 86%;
    }
    .about-sec {
        padding-top: 4rem !important;
    }
    .mobi-logo-wrap img {
        height: 80%;
        transform: scale(1);
        transition: transform 0.5s ease;
    }
    .mobi-logo-wrap img {
        transform: scale(0.6) !important;
    }
    .banner-content::after {
        background-size: 90%;
    }
    h2.home-banner-text {
        font-size: 40px;
        line-height: 50px;
        padding-bottom: 2rem;
    }
    a.watch-video-button {
        bottom: 1rem;
        padding: 0.5rem 1rem;
    }
    .single-spec-wrap {
        width: 50%;
        padding-bottom: 0.5rem;
    }
    .oceana_activity ul#activityTabs {
        width: 100% !important;
    }
    .activity-wrap-tab-content {
        padding-top: 0;
    }
    section.about-inner .d-flex {
        flex-wrap: wrap;
        flex-direction: column;
        width: 100%;
    }
    .about-inner-img {
        width: 100% !important;
        object-fit: contain;
        padding: 0 !important;
    }
    .about-inner-img img {
        height: 350px !important;
        object-fit: cover;
    }
    .about-des {
        width: 100% !important;
        padding: 2rem 0 0rem !important;
    }
    .p-b-100 {
        padding-bottom: 4rem !important;
    }
    .p-t-100 {
        padding-top: 4rem !important;
    }
    .yers {
        width: 31% !important;
        height: 40% !important;
        border-radius: 50% !important;
        right: 1% !important;
    }
    .md-sec .d-flex {
        flex-direction: column-reverse !important;
        width: 100% !important;
        flex-wrap: wrap !important;
    }
    .md-pictuer {
        width: 50% !important;
        margin: auto !important;
    }
    .md-message {
        padding: 0 0 2rem !important;
        width: 100% !important;
        text-align: center !important;
        margin: auto !important;
    }
    .top-b-1px {
        margin: auto !important;
    }
    .achivement-group-pic {
        height: 370px !important;
    }
    h3.villa-name {
        width: 100%;
        padding-bottom: 0.25rem;
    }
    .villa-top-wrap {
        padding-bottom: 1rem;
    }
    .page-template-page-templateapartments-php .inner-banner, .page-template-page-templatevillas-php .inner-banner {
        padding: 20% 0 4% !important;
    }
    .villa-wrapper .wp-post-image {
        height: 300px;
    }
    .single-aminity img {
        height: 25px;
    }
    .news-wrapper a.box {
        width: 50%;
        padding: 0 24px;
        padding-bottom: 65px;
    }
   .blogs-outer .content-box {
    position: relative !important;
    color: #333 !important;
    left: 0 !important;
    }
    .blog--inner-date {
        margin-top: 2rem;
    }
    .activity-sec  .d-flex.flex-wrap.activ-wrap {
        justify-content: space-evenly;
    }
    .activity-item {
        width: 48% !important;
    }
    .blue-plan {
        width: 100% !important;
        margin-bottom: 2rem !important;
    }
    .plan-box {
        position: relative !important;
        margin: 0 auto;
        bottom: -8% !important;
    }
    .paln .row.p-t-255 {
        padding-top: 5rem !important;
    }
    .paln {
        padding-bottom: 2rem !important;
    }
    .about-inner-banner.inner-banner {
        padding: 30% 0 20% !important;
    }
    .villa-info-wrap-sec {
        position: relative !important;
        bottom: 0 !important;
    }
    .single-oceana_apartments .about-inner-banner.inner-banner, .single-oceana_villas .about-inner-banner.inner-banner {
        padding: 30% 0 6% !important;
    }
    img.gallery-slider-image {
        height: 400px !important;
    }
    .single-aminity-intro {
        width: 33.3%;
        padding-bottom: 0.5rem;
    }
    .vila-info-wrap h3 {
        width: 100% !important;
        padding-bottom: 1rem;
        text-align: center;
        padding-right: 0 !important;
    }
    .vila-info-wrap p {
        width: 100% !important;
        text-align: center;
    }
    ul#villaTabs li {
        margin: 0.5rem;
    }
    .breadcrum-layer {
        padding-left: 1rem;
        padding-right: 1rem;
    }
	.floor-plan-btn-wrap {
        width: 80%;
    }
	
}
@media (max-width: 600px){
    .news-img {
        height: 300px;
        overflow: hidden;
    }
    .aminity-slider img.icon {
        height: 300px;
        object-fit: cover;
        padding: 10px 0;
    }
    .p-t-55 {
        padding-top: 20px;
    }
    .about-des.para p {
        text-align: justify;
    }
    img.gallery-slider-image{
        height: 300px;
    }
    .news-wrapper a.box {
        width: 100% !important;
    }
    .about-sec {
        padding-top: 8rem !important;
    }
    .content-box h5 {
        line-height: 7vw;
    }
    img.home-banner-img {
        /* height: 350px; */
        padding-top: 0rem;
    }
    .about-image img {
        height: 500px !important;
    }
    h2.home-banner-text {
        font-size: 30px;
        line-height: 40px;
        padding-bottom: 2rem;
    }
    .menu-logo {
        width: 70%;
    }
    .about-sec {
        margin-top: 60%;
    }
    #header {
        height: 130px;
    }
    .button_container {
        top: 55px;
    }
    .oceana_activity ul li {
        width: 52%;
       padding-bottom: 0.5rem;
    }
    .img-2 {
        margin-top: 0.5rem !important;
    }
    .oceana_activity ul li {
        text-align: center;
    }
    .expectations-title {
        display: flex;
        flex-direction: column;
    }   
    .click-here-button {
        position: relative !important;
        width: 100%;
    }
    .partner-logo-wrap img {
        width: 100%;
        overflow: hidden;
        padding: 0.5rem;
        height: 50px;
        object-fit: contain;
        background: #fff;
        margin: 0 4%;
        border-radius: 5px;
    }
    .single-activity {
        width: 47% !important;
    }
    .font-64 {
        font-size: 30px !important;
    }
    .img-2 img, .img-1 img {
        height: 280px;
    }
    .button_container {
        right: 9vw !important;
    }
    .mem-wrap {
        width: 48% !important; 
    }
    .directors-wrap {
        margin: 0 !important;
    }
    .achivement-group-pic {
        height: 250px !important;
    }
    .awards {
        height: 64% !important;
        top: 5rem !important;
    }
    .yers {
        display: none !important;
    }
    .v-m.p-r-350 {
        padding-right: 0rem !important;
    }
    section.vandm-sec::after {
        right: 0vw !important;
        border-radius: 10px !important;
        width: 95%;
        margin: auto;
    }
    section.vandm-sec {
        padding: 2rem 1rem !important;
    }
    .vision h2.font-64.white-font.main--font.regular.row-name.p-r-126, .mission h2.font-64.white-font.main--font.regular.row-name.p-r-88 {
        padding: 0 0 0.5rem !important;
    }
    .wrap-330 {
        padding: 0 5vw !important;
    }
    .directors-wrap {
        justify-content: space-evenly !important;
    }
    .about-inner-banner.inner-banner {
        padding: 20% 0 !important;
    }
    .single-villa {
        width: 100%;
    }
    .aminity-wrap {
        padding: 1rem 0 2rem;
    }
    .main-wrap {
        width: 90%;
        margin: auto;
    }
    .villa-thum-img img {
        height: auto !important;
    }
    .aminity-slider .slick-next {
        right: -2rem !important;
    }
    .aminity-slider .slick-prev {
        left: 0.5rem;
    }
    .page-template-page-templateapartments-php .inner-banner, .page-template-page-templatevillas-php .inner-banner {
        padding: 25% 0 4% !important;
    }
    .single-box {
        font-size: 16px;
        line-height: 26px;
        height: 150px;
    }
    .btov {
        padding-top: 2rem;
    }
    .squ-img {
        height: 250px !important;
    }
    .location.w-65 {
        width: 100% !important;
    }
    .location-details {
        padding-top: 2rem !important;
        width: 100%;
    }
    .location-details {
        display: flex;
        flex-direction: column;
        justify-content: center;
        align-items: center;
    }
    .footer-top-sec {
        padding: 3rem 0 2rem;
    }
    .about-inner-banner.inner-banner {
        padding: 30% 0 20% !important;
    }
    .min-wrapper {
        width: 90%;
        margin: auto;
    }
    .inner-f-wrap {
        padding: 0.5rem 0 !important;
    }
    .overlay .social-wrap {
        width: 80% !important;
    }
    .contact-form .d-flex {
    flex-direction: column;
    margin: 0 !important;
    padding: 0 !important;
    }
    .contact-inner-img {
        text-align: center;
    }
    .pic-details {
        margin: auto;
    }
    .contact-slider-details ul.slick-dots {
        display: flex;
        justify-content: center;
        padding: 0;
    }
    .villa-tab-wrap .slick-next {
        right: -16%;
    }
	
}
@media (max-width: 428px){
    .menu-logo {
        width: 62%;
    }
    .about-image img {
        height: auto !important;
    }
    .img-2 {
        margin-top: 0.5rem;
    }
    .img-1, .img-2 {
        width: 100%;
        padding-bottom: 0.5rem;
        padding-top: 0.5rem;
    }
    .about-sec {
        padding-top: 11rem !important;
    }
    .top-ftr-points a {
        font-size: 17px;
    }
    .border-btn svg {
        margin-right: 20px;
        height: 25px;
        width: auto;
    }
    .border-btn {
        padding: 0.75rem 1rem !important;
    }
    .villa-countries ul {
        flex-direction: column;
    }
    .villa-countries ul li{
        padding-bottom: 0.5rem;
    }
    .mem-wrap {
        width: 100% !important;
    }
    .achivement-group-pic {
        height: 200px !important;
        width: 100% !important;
    }
    .d-none.p-t-40 {
        width: 77%;
        margin: auto;
    }
    .page-template-page-templateapartments-php .inner-banner, .page-template-page-templatevillas-php .inner-banner {
        padding: 40% 0 4% !important;
    }
    .main-menu-logo a.navbar-brand img {
        height: 100px;
    }
    .activity-item {
        width: 100% !important;
    }
    .about-inner-banner.inner-banner {
        padding: 40% 0 20% !important;
    }
    .single-box {
        width: 100% !important;
        margin-top: 0.75rem;
    }
	.floor-plan-btn-wrap {
    width: 100%;
}
	.floor-plan-btn-wrap a {
    margin: 0.25rem auto;
}
}
@media (max-width: 414px){
}
@media (max-width: 375px){
    .about-title {
        padding-top: 2rem !important;
    }
    .all-tab-villa-wrap ul.slick-dots {
        padding: 0rem 0 0 !important;
    }
    .expectation-content-wrap {
        padding-top: 1rem;
    }
}
@media (max-width: 320px){
}

/*25-12-05*/
/* Grid layout for blog cards */
.grid-blogs {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 28px;
  margin-top: 40px;
}

/* Responsive */
@media (max-width: 992px) {
  .grid-blogs { grid-template-columns: repeat(2, 1fr); gap: 18px; }
}
@media (max-width: 576px) {
  .grid-blogs { grid-template-columns: 1fr; gap: 14px; }
}

/* Card styling */
.blog-card {
  background: #fff;
  border-radius: 8px;
  overflow: hidden;
  box-shadow: 0 6px 18px rgba(0,0,0,0.06);
  display: flex;
  flex-direction: column;
}
.blog-card .blogs-img img { width: 100%; height: auto; display: block; }
.blog-card .content-box { padding: 16px; }
.blog-title { margin: 0 0 8px 0; font-size: 18px; line-height: 1.2; }
.card-excerpt { margin: 0; color: #666; }

/* Featured styling */
.featured-post { display: flex; gap: 28px; margin-bottom: 36px; align-items: center; }
.featured-post .news-img { flex: 0 0 45%; max-width: 45%; }
.featured-post .content-box { flex: 1; }
.featured-title { font-size: 28px; margin: 0 0 12px; }

/* Pagination */
.pagination { list-style: none; display: flex; gap: 8px; padding: 0; margin: 24px 0; }
.page-link { display:inline-block; padding: 8px 12px; border-radius: 4px; text-decoration: none; border: 1px solid transparent; }
.page-item.active .page-link { background:#111; color:#fff; border-color:#111; font-weight:600; }
.page-link:hover { text-decoration: none; }

/*Featured Post*/

/*BLOG CARD IMG*/
.blog-card .blogs-img img{
    height: 300px;
}