/*****************************************
                           Header Section
*****************************************/

.header-nav-menu {
    z-index: 99;
    width: 100%;
    position: fixed;
    top: var(--wp-admin--admin-bar--height, 0);
}

.error404 .header-nav-menu{
	background-color: #003455;
}

nav .wrapper {
    margin: auto;
    display: flex;
    height: 125px;
    max-width: 1920px;
    position: relative;
    padding-left: 16px;
    padding-right: 16px;
    align-items: center;
    justify-content: space-between;
    transition: all 0.3s ease-in-out;
}

.wrapper::after {
    bottom: 0;
    left: 24px;
    content: "";
    height: 1px;
    right: 24px;
    position: absolute;
    pointer-events: none;
    background-color: rgba(255, 255, 255, 0.2);
}

.fixed {
    height: 70px !important;
    background-color: #003455;
}

.fixed.wrapper::after {
    display: none;
}

.wrapper .logo img {
    height: 69px;
    width: 291px;
    padding-left: 8px;
    transition: all 0.3s ease-in-out;
}

.wrapper .nav-links {
    display: flex;
    align-items: center;
}

.wrapper .nav-links.nav-link-items{
    height: auto;
    z-index: 2;
}

.nav-links li {
    list-style: none;
}

.primary-menu > .nav-item {
    padding: 53px 0px;
}

.primary-menu > .nav-item .nav-link{
    text-transform: uppercase;
}

.nav-links li a {
    color: #ffffff;
    font-size: 1rem;
    font-weight: 600;
    padding: 9px 15px;
    text-decoration: none;
    text-transform: capitalize;
    cursor: pointer;
}

.nav-links li .drop-menu li a:hover {
    padding-bottom: 8px;
}

.nav-links .desktop-item:hover {
    padding-bottom: 64px;
}

.nav-links li .search-btn {
    display: flex;
	align-items: center;
	gap: 15px;
}

.nav-links li .search-btn:hover {
    border: 0;
    padding-bottom: 9px;
}

.nav-links .search-btn-main {
    height: 26px;
    cursor: pointer;
    padding-right: 14px;
    border-right: 1px solid #fff;
}

.nav-links .mobile-item {
    display: none;
    text-transform: uppercase;
}

.nav-links .drop-menu {
    top: 85px;
    opacity: 0;
    padding: 5px;
    width: 200px;
    line-height: 45px;
    position: absolute;
    visibility: hidden;
    background: #ffffff;
    box-shadow: 0 4px 15px rgba(0, 0, 0, 0.15), 0 0 3px rgba(0, 0, 0, 0.15),
    0 0 1px rgba(0, 0, 0, 0.5);
}

.nav-links li:hover .drop-menu,
.nav-links li:hover .mega-box {
    top: 125px;
    opacity: 1;
    visibility: visible;
}

.nav-links li:hover .drop-menu {
    transform: translateX(-16%);
}

.nav-links li:hover .drop-menu-2 {
    transform: translateX(-64%);
}

.sticky.drop-menu,
.sticky.drop-menu-2,
.sticky.mega-box-2,
.sticky.mega-box {
    top: 71px !important;
}

.drop-menu li a {
    color: #535353;
    display: block;
    font-weight: 700;
    padding: 8px 16px;
    line-height: 20px;
    font-size: 1rem;
}

.drop-menu li a:hover {
    color: var(--secondary-color);
    background-color: #e8f1f7;
}

.banner{
	height: 70vh;
}

.banner img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

/* Mega Menu */
.mega-box {
    position: absolute;
    right: 0;
    max-height: 480px;
    min-width: 1200px;
    padding: 0 10px;
    top: 85px;
    opacity: 0;
    visibility: hidden;
}

.box-right {
    display: flex;
    width: 65%;
    padding: 38px 15px 18px;
}


.triangle {
    width: 0;
    height: 0;
    border-width: 11px 16px 0;
    border-color: #003455 transparent transparent transparent;
    border-style: solid;
    position: absolute;
    left: calc(62% + 11px);
    top: 0;
    z-index: 1;
}

.mega-box-2 {
    min-width: 850px;
}

.mega-box-2 .content {
    padding: 20px !important;
}

.mega-box-2 #destinations-menu{
    -webkit-column-count: 3;
    -moz-column-count: 3;
    column-count: 3;
}

.mega-box-2 .menu-image {
    padding: 10px 0;
    width: 55% !important;
    border-left: 1px solid #dfeaf0;
}

.mega-box-2 .menu-image a {
    line-height: 18px;
    margin: 0 0 5px;
    font-size: 0.875rem;
    color: var(--primary-color);
    gap: 10px;
}

.mega-box-2 .menu-image a:hover {
    color: var(--secondary-color);
    padding-bottom: 8px;
}

.menu-image .menu-image-bottom {
    margin: 30px 0 0;
    color: var(--primary-color);
    text-align: center;
    line-height: 20px;
}

.menu-image-bottom h3 {
    font-size: 0.875rem;
}

.menu-image-bottom p {
    font-size: 0.75rem;
}

.mega-box-2 .menu-image .button {
    display: inline-block;
    color: #000;
    border: none;
    font-size: 18px;
    cursor: pointer;
    margin: 10px 0 0;
    font-weight: 600;
    padding: 7px 23px;
    line-height: 26px;
    border-radius: 3px;
    text-align: center;
    background-color: #fcc103;
    transition: all 0.3s linear 0s;
}

.mega-box-2 .menu-image .button:hover {
    background-color: var(--secondary-color);
    color: #000;
}

.mega-box-2 .menu-image a span h3 {
    width: 100%;
    margin: 0 0 5px;
    font-weight: 600;
    line-height: 18px;
    font-size: 0.875rem;
}

.mega-box-2 .menu-image a span p {
    font-size: 0.75rem;
    line-height: 1.4;
    margin-top: 10px;
}

.mega-box .content {
    width: 100%;
    display: flex;
    padding: 5px 5px 0;
    background: #ffffff;
    justify-content: space-between;
    box-shadow: 0 4px 15px rgba(0, 0, 0, 0.15), 0 0 3px rgba(0, 0, 0, 0.15),
    0 0 1px rgba(0, 0, 0, 0.5);
}

.mega-box .content .mega-image {
    width: 35%;
}

.mega-box .content .menu-row {
    width: 100%;
}

.content .menu-row .mega-menu-title {
    font-weight: 700;
    padding-left: 15px;
    border-bottom: none;
    font-size: 1.125rem;
    line-height: 2.1875rem;
    text-transform: uppercase;
    color: var(--primary-color);
    padding-bottom: 15px !important;
}

.menu-row .mega-links li a {
    color: #535353;
    display: block;
    font-size: 1rem;
    font-weight: 700;
    padding: 8px 16px;
    line-height: 20px;
    white-space: nowrap;
}

.menu-row .mega-links li a:hover {
    background-color: #e8f1f7;
    color: var(--secondary-color);
}

.wrapper .btn {
    color: #fff;
    display: none;
    font-size: 20px;
    cursor: pointer;
}

.wrapper .btn.close-btn {
    top: 15px;
    right: 15px;
    position: absolute;
}

nav input {
    display: none;
}

.headings p {
    color: #5C5C5C;
    font-size: 18px;
    font-weight: 400;
    line-height: 28px;
    font-style: normal;
}

/* Archive title */
.author-info:not(.comment-content) {
    display: flex;
    align-items: center;
    gap: 30px;
    flex-wrap: wrap;
    padding-bottom: 30px;
    margin-bottom: 30px;
}

.category-info {
    align-items: center;
    justify-content: space-between;
}

.author-info .author-name {
    font-weight: 700;
    margin: 0;
}


/********************************************************
                            Hero Section ( Section - 01 )
********************************************************/

.hero-area {
    height: 100vh;
    position: relative;
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    background-image: url("../../assets/images/vc-hero-img.jpg");
}

.hero-area .hero-headings {
    top: 30%;
    left: 50%;
    right: 50%;
    width: 100%;
    color: #ffffff;
    padding: 0 30px;
    font-weight: 600;
    text-align: center;
    position: absolute;
    transform: translate(-50%, -50%);
}

.hero-area .fancy-title {
    font-weight: 500;
    font-style: normal;
    font-size: 10.826rem;
    font-family: var(--fancy-title);
}

.hero-area .sub-title {
    top: 10%;
    right: 25%;
    display: block;
    font-size: 18px;
    font-weight: 700;
    text-align: left;
    line-height: 24px;
    font-style: normal;
    position: absolute;
}

.home-partner-logo {
    border-bottom: 1px solid #e7e7e7;
}

.home-partner-logo .footer-partner-logo {
    border-bottom: 0;
    padding: 0 0 0;
	margin-bottom: 0;
}


/**************************************************
           Featured Posts Section ( Section - 02 )
***************************************************/
.featured-posts {
    padding-top: 60px;
}

.section-headings {
    padding: 60px 30px;
}

.section-headings .title {
    padding-bottom: 15px;
}

.featured-posts .container {
    position: relative;
}

.post-box {
    margin: 10px;
    display: flex;
    position: relative;
    border-radius: 5px;
}

.post-box img {
    width: 100%;
    height:100% !important;
    transition: 0.5s;
    object-fit: cover;
    border-radius: 5px !important;
    
}
.post-box-archive{
    max-height: 378px;
}

.post-box .content {
    left: 0;
    right: 0;
    bottom: 0;
    color: white;
    padding: 20px !important;
    position: absolute;
    border-radius: 5px;
    background: linear-gradient(rgba(0, 0, 0, 0), rgba(0, 0, 0, 0.8));
}

.post-box .post-tag {
    color: white;
    font-size: 14px;
    line-height: 20px;
    padding: 3px 12px;
    font-weight: normal;
    border-radius: 25px;
    display: inline-block;
    background-color: #7BA6C1;
    text-transform: uppercase;
}

.post-box .post-title {
    padding-top: 10px;
    width: 100%;
    color: white;

    display: -webkit-box;
    max-width: 400px;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden;
    text-overflow: ellipsis;

    font-size: 1.125rem;
    line-height: 1.5;
}


.post-box .content .post-content {
    display: none;
}

.post-box:hover {
    position: relative;
    transition: 0.5s;
}

.post-box:hover .content .post-box-content {
    position: absolute;
    bottom: 20px;
    left: 20px;
    right: 20px;
    z-index: 3;
}

.post-box:hover .content {
    background: rgba(0, 0, 0, 0.6);
    height: 100%;
}

.post-box:hover .post-content {
    display: block;
    transition: 0.3s;
    line-height: 1.2;
    padding-top: 20px;
    font-size: 0.9rem;
    display: -webkit-box;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
    overflow: hidden;
}

.post-box:hover .post-title {
    color: #fcc103;
}

.post-box:hover .post-content a {
    color: #fcc103;
    display: block;
    text-align: end;
    padding-top: 20px;
    text-decoration: underline;
}

.post-box:hover .post-content a:hover {
    text-shadow: 0 1px 5px rgba(0, 0, 0, 0.3);
}

.grid_read_more{
    display: none;
    color: #fcc103;
    text-align: end;
    padding-top: 20px;
    text-decoration: underline !important;
    float: right;
}
.post-box:hover .grid_read_more{
    display: block;
}

.featured-posts .view-all-btn {
    right: 10px;
    bottom: 30px;
    color: #898989;
    font-size: 14px;
    font-weight: 700;
    line-height: 18px;
    position: absolute;
    letter-spacing: 0.1em;
    text-decoration-line: underline;
}

.featured-posts .view-all-btn:hover {
    color: #fcc103;
}

.tag-wrapper{
    display: flex;
    flex-wrap: wrap;
    gap: 10px;
}

/************************************************
                  Features Section (Section - 3)
*************************************************/

.tab-features {
    padding-top: 40px;
    padding-bottom: 68px;
}

.tab-features .section-headings {
    margin: 0 auto;
    max-width: 812px;
    text-align: center;
    padding: 0 0 40px 0;
}

.tab-container img {
    width: 50px;
    height: 50px !important;
    margin-top: 5px;
    padding: 0 18px;
    border-radius: 50px !important;
    background-color: #fcc103;
}

.tab-text {
    padding-left: 10px;
}

.tab-text h4 {
    color: #000000;
    font-size: 18px;
    font-weight: 700;
    line-height: 28px;
}

.tab-text p {
    width: 100%;
    color: #5c5c5c;
    font-size: 18px;
    font-weight: 400;
    line-height: 24px;
    border-bottom: 3px solid transparent;
}

.tab-button:hover .active p::after {
    content: "";
    width: 74px;
    display: block;
    padding-top: 10px;
    border-bottom: 3px solid #fcc103;
}

.tab-button {
    cursor: pointer;
    padding: 20px 40px;
}

.tab-button.active p::after {
    content: "";
    width: 74px;
    display: block;
    padding-top: 10px;
    border-bottom: 3px solid #fcc103;
}

.tab-post {
    margin: 0;
    transition: 0.3s;
}

.tab-post:hover {
    position: relative;
    overflow: auto;
    transition: 0.3s;
}


.tab-post .content {
    bottom: 4px;
}


.tab-post span {
    display: block;
    font-family: var(--fancy-title);
    font-style: normal;
    font-weight: 400;
    font-size: 75px;
	color: #fff;
    line-height: 110px;
    position: absolute;
    bottom: 25px;
    right: 77px;
	z-index: 2;
}

.tab-post:hover span {
    display: none;
}

.view-button {
    text-align: center;
}

.view-button .view-all-btn {
    display: inline-block;
    text-decoration: underline;
    color: #898989;
    padding-top: 30px;
}

.view-button .view-all-btn:hover {
    color: #fcc103;
}

/***************************************************
                    Instagram Reel (Section - 04)
***************************************************/
.instagram-reels {
    background-color: #eef3fa;
    padding-top: 63px;
}

.instagram-reels h2 {
    padding-left: 10px;
    padding-bottom: 50px;
}

.reel-box {
    width: calc(100% - 20px);
    height: 350px;
    position: relative;
    border-radius: 10px;
    overflow: hidden;
    margin-bottom: 20px;
}

.reel-box .insta-image {
    width: 100%;
    height: 100%;
    object-fit: cover;
    border-radius: 5px;
}


.insta-info {
    display: flex;
    flex-direction: row;
    position: absolute;
    padding: 8px 20px;
    align-items: center;
    gap: 10px;
    top: 0;
    left: 0;
    right: 0;
    background: linear-gradient(rgba(0, 0, 0, 0.8), rgba(0, 0, 0, 0));
    border-radius: 5px;
    z-index: 3;
}

.insta-info span {
    color: #ffffff;
    font-weight: 800;
    font-size: 14px;
    line-height: 44px;
}

.reel-box:hover::before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, 0.5);
    z-index: 1;
    border-radius: 5px;

}

.reel-box .icon-box {
    display: none;
}

.reel-box:hover .icon-box {
    display: flex;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    z-index: 2;
    gap: 20px;
    color: #ffffff;
}

.reel-box:hover .icon-box .comments,
.reel-box:hover .icon-box .react {
    display: flex;
    flex-direction: row;
    align-items: center;
    gap: 10px;
}

.instagram-reels .follow-buttons {
    display: flex;
    align-items: center;
    justify-content: end;
    padding-top: 18px;
    gap: 5px;
    color: #898989;
}

.instagram-reels .follow-buttons span {
    padding-right: 20px;
}

/*****************************************************
                   Destination Sections (Section - 05)
 ****************************************************/
 .destinations {
    position: relative;
    margin-bottom: 150px;
}

.destinations .container{
    padding-top: 0;
    padding-bottom: 0;
}

.destinations .destination-image {
    background-image: url("../../assets/images/destinations-image.jpg");
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
    height: 800px;
    max-width: 1467px;
    margin: 0 auto;
    position: relative;
    border-radius: 5px;
    position: absolute;
    left: 0;
    right: 0;
    z-index: -1;
}

.destination-grid {
    background-color: #ffffff;
    max-width: 1224px;
    border-radius: 5px;
    position: relative;
    top: 120px;
    box-shadow: 0 0 17px rgba(0, 0, 0, 0.1);
    left: 0;
    right: 0;
    margin-left: auto;
    margin-right: auto;
}

.destination-grid .headings {
    padding: 40px 50px;
    display: flex;
    justify-content: space-between;
    align-items: center;
	gap: 20px;
}

.search-box {
    padding: 14px 19px;
    border: 2px solid #d9d9d9;
    background-color: #ffffff;
    border-radius: 5px;
    width: 350px;
    height: 60px;
    display: flex;
    flex-direction: row;
    justify-content: space-between;
}

.search-box:hover {
    border-color: #aaaaaa;
}

.search-box ::placeholder {
    color: #898989;
}

input {
    border: none;
    color: #898989;
	font-size: 1rem;
}

button:hover {
    cursor: pointer;
}

input:focus {
    outline: none;
}

input[type="search"]::-webkit-search-cancel-button {
    -webkit-appearance: none;
}

.clear:not(:valid) ~ .search-clear {
    display: none;
}

.category-posts {
    padding: 0px 50px 50px 50px;
}


.destination-grid .categories {
    display: flex;
    font-style: normal;
    font-weight: 700;
    font-size: 14px;
    line-height: 18px;
    text-transform: uppercase;
    gap: 20px;
    color: #9c9a9a;
    padding-bottom: 30px;
    cursor: pointer;
}

.category-content {
    text-align: -webkit-center;
}

.destination-box {
    width: calc(100% - 20px);
    height: 285px;
    position: relative;
    border-radius: 5px;
    overflow: hidden;
    margin-bottom: 20px;
}

.destination-grid .shimmer-card{
	margin-bottom: 20px;
}

.image-overly {
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    opacity: 0;
    background-color: rgba(0, 0, 0, 0.5);
    color: white;
    text-align: center;
    padding-top: 50%;
    transition: opacity 0.5s ease;
}

.destination-box:hover .image-overly {
    opacity: 1;
}

.destination-box h3 {
    position: absolute;
    z-index: 1;
    bottom: 0;
    color: #ffffff;
    padding: 25px;
    font-style: normal;
    font-weight: 700;
    font-size: 16px;
    line-height: 24px;
    text-transform: uppercase;
    text-shadow: 0 4px 4px rgba(0, 0, 0, 0.25);
}

.destination-box img {
    width: 100%;
    height: 100% !important;
    object-fit: cover;
    border-radius: 5px !important;
}

.destination-category span.active {
    color: #FCC103;
    border-bottom: 2px solid #FCC103;
}
.location-tab ul li.active {
    color: #FCC103;
    border-bottom: 2px solid #FCC103;
}
.destination-grid .view-all-btn {
    font-weight: 700;
    font-size: 14px;
    line-height: 18px;
    letter-spacing: 0.1em;
    text-decoration-line: underline;
    color: #898989;
	padding-right: 10px;
	display: flex;
	justify-content: end;
}

.destination-grid .view-all-btn:hover {
    color: #fcc103;
}


/***************************************************
                                Video Slider Section
***************************************************/
.video-slider {
    padding: 45px 15px 70px 15px;
}

.video-slider .headings {
    padding-bottom: 50px;
}

.slider-container {
    position: relative;
    width: 100%;
    height: 822px;
    overflow: hidden;
    border-radius: 5px;
}

.slide {
    position: relative;
    top: 0;
    left: 0;
    opacity: 0;
    transition: opacity 0.5s ease;
}

.slider-arrows {
    display: none;
}

.slider-container:hover .slider-arrows {
    display: flex;
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    width: 100%;
    justify-content: space-between;
    z-index: 1;
    padding: 0 10px;
}

.slide.active {
    opacity: 1;
}

.slider-arrows .slider-arrow-left {
    width: 35px;
    height: 35px;
    background-size: 100% 100%;
    cursor: pointer;
    background-image: url("../../assets/images/arrow_left.svg");
}

.slider-arrows .slider-arrow-right {
    width: 35px;
    height: 35px;
    background-image: url("../../assets/images/arrow_right.svg");
    background-size: 100% 100%;
    cursor: pointer;
}

.slider-arrows .slider-arrow-left:hover,
.slider-arrows .slider-arrow-right:hover {
    opacity: 0.8;
}

#bullet-points {
    display: none;
}

.bullet-points {
    position: absolute;
    display: flex;
    justify-content: center;
    align-items: center;
    bottom: 30px;
    left: 0;
    right: 0;
    z-index: 3;

}

.bullet-point {
    margin: 0 10px;
    width: 10px;
    height: 10px;
    border-radius: 50%;
    border: 2px solid #ffffff;
    background-color: #ffffff;
    cursor: pointer;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
}

.bullet-point.active {
    background-color: #000;
    color: #fff;
}

.bullet-point .bullet-point-title {
    font-size: 14px;
    margin-bottom: 5px;
}

.bullet-point .bullet-point-index {
    font-size: 12px;
}

.slide {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    opacity: 0;
    transition: opacity 0.5s ease-in-out;
}

.slide img {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    object-fit: cover;
    z-index: 1;
}

.slide span {
    font-family: var(--fancy-title);
    font-style: normal;
    font-weight: 500;
    font-size: 75px;
    line-height: 102px;
    color: #FFFFFF;
    text-shadow: 0 4px 4px rgba(0, 0, 0, 0.25);
    position: absolute;
    top: 0;
    right: 0;
    z-index: 10;
    padding: 20px 50px;
}

.slide::after {
    content: "";
    display: block;
    width: 180px;
    height: 180px;
    background-image: url("../../assets/images/play-icon.svg");
    background-repeat: no-repeat;
    background-position: center;
    background-size: contain;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    z-index: 2;
    cursor: pointer;
}

.slide.active {
    opacity: 1;
}

.slide video {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.caption {
    position: absolute;
    bottom: 0;
    left: 50%;
    transform: translateX(-50%);
    width: 100%;
    background: linear-gradient(360deg, rgba(21, 21, 21, 0.87) -3.16%, rgba(21, 21, 21, 0) 100%);
    padding: 100px;
    box-sizing: border-box;
    display: flex;
    justify-content: center;
    align-items: center;
    z-index: 2;
}

.caption h2 {
    font-style: normal;
    font-weight: 700;
    font-size: 20px;
    line-height: 70px;
    color: #FFFFFF;
}


/****************************************************
                            Location Cottages Section
*****************************************************/
.location-cottages {
    background-color: #EEF3FA;
    padding-top: 63px;
    margin-bottom: 50px;
}

.location-cottages .top-part {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    align-items: flex-end;
    gap: 30px;
}

.location-cottages .headings {
    padding-bottom: 50px;
	padding-left: 10px;
}

.location-tab ul {
    display: flex;
    flex-direction: row;
    justify-content: flex-end;
    padding-bottom: 45px;
	padding-right: 15px;
}

.location-tab ul li {
    margin-left: 20px;
    font-style: normal;
    font-weight: 700;
    font-size: 14px;
    line-height: 14px;
    text-transform: uppercase;
    color: #898989;
    cursor: pointer;
    border-bottom: 2px solid transparent;
}

.location-tab ul li:hover {
    color: #FCC103;
    border-bottom: 2px solid #FCC103;
}

.location-box {
    width: calc(100% - 20px);
    height: 393px;
    position: relative;
    border-radius: 5px;
    overflow: hidden;
    margin-bottom: 20px;
}

.location-box:hover .image-overly {
    opacity: 1;
}


.location-box img {
    width: 100%;
    height: 100% !important;
    object-fit: cover;
    border-radius: 5px !important;
	min-height:300px;
}

.location-box .info-box {
    text-align: left;
}

.location-box .info-box span {
    width: 100%;
    background: linear-gradient(360deg, rgba(21, 21, 21, 0.87) -3.16%, rgba(21, 21, 21, 0) 100%);
    position: absolute;
    z-index: 1;
    color: #ffffff;
    bottom: 0;
    left: 0;
    font-style: normal;
    font-weight: 700;
    font-size: 16px;
    line-height: 28px;
    padding: 15px 25px;
    text-transform: uppercase;
}

.location-cottages .view-all-btn {
    font-weight: 700;
    font-size: 14px;
    line-height: 18px;
    letter-spacing: 0.1em;
    text-decoration-line: underline;
    color: #898989;
    display: flex;
    justify-content: center;
    padding-top: 30px;

}

.location-cottages .view-all-btn:hover {
    color: #FCC103;
}

/***************************************************
                                    cottages section
****************************************************/
.cottages {
    padding: 10px 15px 0 15px;
}

.cottages .row {
    padding-top: 60px;
}


.cottages .headings {
    display: flex;
    flex-direction: column;
    justify-content: center;
}

.cottages .headings p {
    padding-top: 15px;
}

.cottage-box {
    height: 402px;
    width: calc(100% - 20px);
    position: relative;
    border-radius: 5px;
    overflow: hidden;
    margin-bottom: 20px;
}

.cottage-box:hover .image-overly {
    opacity: 1;
}


.cottage-box .caption-top {
    position: absolute;
    top: 0;
    left: 0;
    color: #ffffff;
    width: 100%;
}

.caption-top {
    width: 100%;
    background: linear-gradient(180deg, rgba(0, 0, 0, 0.56) 0%, rgba(0, 0, 0, 0) 100%);
    border-radius: 5px;
    position: absolute;
    top: 0;
    left: 0;
}

.caption-bottom {
    width: 100%;
    background: linear-gradient(360deg, rgba(0, 0, 0, 0.56) 0%, rgba(0, 0, 0, 0) 100%);
    border-radius: 5px;
    position: absolute;
    bottom: 0;
    left: 0;
    padding: 15px 20px;
}

.caption-bottom span {
    color: #ffffff;
    font-style: normal;
    font-weight: 700;
    font-size: 16px;
    line-height: 28px;
}

.caption-top .content {
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 15px 20px;
    z-index: 10;
}

.caption-top .location {
    display: flex;
    font-style: normal;
    font-weight: 600;
    font-size: 14px;
    line-height: 28px;
    align-items: center;
    gap: 10px;
}

.caption-top .count {
    font-style: normal;
    font-weight: 600;
    font-size: 14px;
    line-height: 28px;
}

.caption-top .location img {
    width: 15px;
    height: 17px;
}


.cottage-box img {
    width: 100%;
    object-fit: cover;
    border-radius: 5px !important;
    height: 100% !important;
}


.cottages .view-all-btn {
    font-weight: 700;
    font-size: 14px;
    line-height: 18px;
    letter-spacing: 0.1em;
    text-decoration-line: underline;
    color: #898989;
    display: flex;
    justify-content: center;
    padding-top: 30px;
}

.cottages .view-all-btn:hover {
    color: #FCC103;
}
.categories-dropdown select, .tab-dropdown select, .location-dropdown select {
    background-color: #fff;
}
/**********************************************
                               Overview Section
**********************************************/

.overview-content {
    background-image: url("../../assets/images/overview-bg.png");
    background-size: initial;
    background-position: center;
    background-repeat: no-repeat;
    text-align: center;
    position: relative;
    padding-bottom: 120px;
}

.overview-content .headings {
    padding-top: 65px;
}

.overview-content .fancy-title {
    font-family: var(--fancy-title);
    font-style: normal;
    font-weight: 500;
    font-size: 10.826rem;
}

.overview-content .sub-title {
    font-style: normal;
    font-weight: 700;
    font-size: 18px;
    line-height: 24px;
    display: block;
    text-align: left;
    position: absolute;
    left: calc(50% + 320px);
    top: 14%;
    width: 100%;
}

}

.overview-content p {
    font-style: normal;
    font-weight: 400;
    font-size: 18px;
    line-height: 32px;
    text-align: center;
    color: #5C5C5C;
    max-width: 878px;
    margin: 0 auto;
    padding: 80px 15px;
}

.overview-content button {
    background-color: #FCC103;
    font-style: normal;
    font-weight: 700;
    font-size: 16px;
    line-height: 44px;
    text-transform: uppercase;
    color: #FFFFFF;
    border: none;
    border-radius: 50px;
    padding: 5px 20px;
    margin: 0 auto;
    display: inline-block;
}

/*Pre Footer*/

.pre-footer {
    position: relative;
    max-width: 1920px;
    margin: 150px auto 0;
}

.pre-footer-bg {
    background-image: url("../../assets/images/stort-bottom-bg.png");
}

.pre-footer .pre-footer-bg {
    position: absolute;
    top: 220px;
    left: 0;
    right: 0;
    bottom: 0;
    z-index: -1;
    background-size: cover;
}

.container-journal.mn {
    max-width: 1320px;
}

.container-journal {
    margin: 0 auto;
    padding: 0 40px;
}

.pre-footer .pre-footer-wrap {
    display: flex;
    flex-wrap: wrap;
}

.pre-footer-wrap > .left-area {
    padding-right: 110px;
}

.pre-footer .right-area, .pre-footer .left-area {
    width: 50%;
    min-width: 50%;
}

.pre-footer .section-title .title{
	color: #013573;
}

.section-title {
    margin: 0 0 60px;
    max-width: 650px;
}

.section-title .pre-title {
    font-size: 1rem;
    color: #b8b8b8;
    font-weight: 700;
    margin: 0 0 10px;
}

.section-title .title {
    font-size: 1.875rem;
    position: relative;
    font-weight: 700;
    padding-bottom: 22px;
    margin: 0;
}

.section-title .title:after {
    content: '';
    position: absolute;
    bottom: 0;
    left: 0;
    width: 178px;
    height: 2px;
    background: var(--secondary-color);
}

.pre-footer .footer-feature {
    display: flex;
    flex-wrap: wrap;
    gap: 50px;
    padding: 100px 0;
}

.pre-footer .right-area, .pre-footer .left-area {
    width: 50%;
    min-width: 50%;
}

.pre-footer-wrap .right-area img {
    width: 665px;
	max-width: 100%;
    height: auto;
    margin: -80px -55px 0 0;
}

.footer-feature .feature-item {
    display: flex;
    gap: 30px;
    align-items: center;
}

.footer-feature .feature-item h5 {
    font-weight: 700;
    font-size: 1.25rem;
    line-height: 1.2;
    color: #b9b9b9;
}

/***************************************************
                                      Footer Section
****************************************************/
.footer {
    background-color: #003455;
    border-top: 1px solid #003455;
    color: #7ba6c1;
    padding-bottom: 0;
}

.footer-logo-section {
    justify-content: center;
    padding-bottom: 60px;
    padding-top: 83px;
}

.content-section {
    display: flex;
    flex-direction: row;
    align-items: center;
    gap: 1rem;
    margin: 0;
}

.footer-top-title {
    color: #fcc103;
    font-family: "Mulish", sans-serif;
    font-weight: bolder;
    text-transform: uppercase;
}

.footer-top-title h3 {
    font-size: 26px;
    font-weight: 700;
    line-height: 31px;
}

.footer-menu-holder {
    padding-bottom: 37px;
    padding-top: 32px;
    display: flex;
}

.section__item {
    flex: 1;
    min-width: 0;
    overflow-wrap: break-word;
    padding: 0 50px;
}

.footer-logo-section .section__item {
    padding: 0 33px;
    flex: none;
}

.section__item:first-child {
    order: -1;
}

.footer-logo-section:before {
    border-color: #18455a;
}

.content-section:before {
    content: "";
    align-self: stretch;
    border-left: 1px solid #18455a;
}

.footer-menu-title {
    color: #7ba6c1;
    font-size: 18px;
    letter-spacing: 0.188rem;
    padding-bottom: 25px;
    text-transform: uppercase;
}

.footer-menu-list {
    margin: 0 0 16px;
}

.footer-menu-list a {
    letter-spacing: 0.05rem;
}

.footer-menu-list li {
    padding-bottom: 20px;
}

.footer-menu-list li a {
    letter-spacing: 0.05rem;
    color: #7ba6c1;
    font-family: "Mulish", sans-serif;
    font-weight: bolder;
}

.footer-menu-list li a:hover {
    color: #7ba6c1;
}

.footer-top {
    padding: 48px 0 16px;
}

.footer-partner-logo {
    border-bottom: 1px solid #0f3e58;
    margin: 10px 0 20px;
    padding: 0 0 27px;
}

.footer-partner-logo ul {
    list-style: none;
    padding: 0;
    justify-content: space-between;
    flex-wrap: wrap;
    flex-direction: row;
    margin: 0;
    align-items: center;
}

.footer-partner-logo ul li img {
    width: 112px;
    height: auto;
    padding: 20px 0px;
}

.footer-separator {
    border: none;
    border-bottom: 1px solid #0f3e58;
}

.footer-bottom {
    padding-bottom: 101px;
    padding-top: 32px;
}

.footer-bottom-right {
    justify-content: end;
    padding: 15px 0;
    align-items: center;
}

.footer-social-list {
    display: flex;
    align-items: center;
}

.footer-social-list li {
    margin-right: 44px;
}

.footer-list {
    margin: 0 2.5%;
    list-style: none;
    display: flex;
}

.footer-list li {
    margin: 0;
    display: flex;
}

.footer-list li a {
    text-decoration: none;
    padding: 0 10px;
    text-transform: uppercase;
    font-weight: 500;
    color: #7ba6c1;
    font-size: 11px;
    border-right: 1px solid #7ba6c1;
    height: 13px;
}

.footer-list li:last-child a {
    border-right: 0;
}

.footer-copy-right {
    font-size: 11px;
    font-weight: 500;
    text-transform: uppercase;
}

.footer-copy-right a {
    text-decoration: none;
    color: #7ba6c1;
}

.footer-links .col-desktop-3 {
    padding-right: 15px;
}


/***************************************************************
                                                  Responsive CSS
****************************************************************/

/*0 To 991*/
@media only screen and (max-width: 991px) {
	.wrapper .btn{
		display: block;
	}
	
    .mega-box-2 #destinations-menu{
        -webkit-column-count: 1;
        -moz-column-count: 1;
        column-count: 1;
    }

    .pt-m-10 {
        margin-top: 10px;
    }

    .destination-grid {
        margin-left: 10px;
        margin-right: 10px;
    }

    .featured-posts {
        padding-left: 10px;
        padding-right: 10px;
    }

    .featured-posts .col-desktop-6 .row {
        align-items: center;
    }

    .tab-features {
        padding-top: 0;
        padding: 20px;
    }

    .instagram-reels {
        padding-top: 0;
    }

    .instagram-reels {
        padding-left: 10px;
        padding-right: 10px;
    }

    .cottages .row {
        padding-top: 0;
    }

    .location-cottages {
        padding-left: 10px;
        padding-right: 10px;
    }

    .location-cottages .headings {
        padding-left: 10px;
    }

    .overview-content {
        padding-bottom: 70px;
    }

    .video-slider {
        padding: 45px 10px 70px 10px;
    }


    .section-headings {
        padding: 60px 10px 30px;
    }

    .d-mbl-none {
        display: none !important;
    }

    .cat-mbl {
        display: block !important;
    }
	
	.overview-content .sub-title {
		left: 50%;
	}

    .footer-bottom {
        padding-bottom: 60px;
    }

    select.category-dropdown {
        appearance: none;
        -webkit-appearance: none;
        -moz-appearance: none;
        background-image: url("../../assets/images/category-icon.svg");
        background-position: center;
        background-repeat: no-repeat;
        padding-right: 10px;

    }

    .search-button {
        position: absolute;
        right: -4px;
    }

    .mega-box .content {
        border-radius: 0;
        display: flex;
        flex-direction: column;
    }

    li label span img {
        display: block;
    }

    .nav-links li label {
        display: flex !important;
        align-items: center;
        justify-content: space-between;
    }

    .search-btn-main {
        display: none;
    }

    nav .wrapper {
        height: 71px;
        background-color: var(--primary-color);
    }

    .wrapper .logo img {
        height: 37px;
        width: 156px;
        max-width: 100%;
    }

    .wrapper::after {
        display: none;
    }

    .wrapper .nav-links {
        position: fixed;
        height: 100vh;
        width: 100%;
        top: 0;
        left: -100%;
        background: var(--primary-color);
        display: block;
        padding-top: 90px;
        line-height: 50px;
        overflow-y: auto;
        box-shadow: 0 15px 15px rgba(0, 0, 0, 0.18);
        transition: all 0.3s ease;
    }

    .box-right {
        display: flex;
        flex-direction: column;
        width: 100%;
        padding: 19px 0 20px;
    }

    .menu-btn a img {
        margin: 0 16px 5px;
    }

    #menu-btn:checked ~ .nav-links {
        top: var(--wp-admin--admin-bar--height, 0);
        right: 0;
        left: auto;
    }

    #menu-btn:checked ~ .btn.menu-btn {
        display: none;
    }

    #close-btn:checked ~ .btn.menu-btn {
        display: block;
    }


    .nav-links li a {
        padding: 0 20px;
        display: block;
        font-size: 20px;
    }

    .nav-links .drop-menu {
        padding: 0;
        position: static;
        opacity: 1;
        top: 65px;
        visibility: hidden;
        width: 100%;
        max-height: 0;
        overflow: hidden;
        box-shadow: none;
        transition: all 0.3s ease;
    }

    .nav-links li:checked ~ .drop-menu {
        visibility: visible;
    }

    .nav-links li .drop-menu {
        display: block;
    }

    .nav-links .dropdown-arrow-indicator img{
        transition: all 0.3s ease-in-out;
    }

    #showDrop:checked ~ .drop-menu {
        max-height: 100%;
        display: flex;
        flex-direction: column;
    }

    #showDrop:checked ~ label img {
        transform: rotate(180deg);
        transition: all .3s ease-in-out;
    }

    #showDrop2:checked ~ .drop-menu-2 {
        max-height: 100%;
        display: flex;
        flex-direction: column;
		opacity: 1;
    	visibility: visible;
    }

    #showDrop2:checked ~ label img {
        transform: rotate(180deg);
        transition: all .3s ease-in-out;
    }

    #showMega:checked ~ .mega-box {
        max-height: 100%;
        display: contents;
        padding: 0;
    }

    #showMega:checked ~ label img {
        transform: rotate(180deg);
        transition: all .3s ease-in-out;
    }

    #showMega2:checked ~ .mega-box-2 {
        max-height: 100%;
        display: contents;
    }

    #showMega2:checked ~ label img {
        transform: rotate(180deg);
        transition: all .3s ease-in-out;
    }

    .nav-links .desktop-item {
        display: none;
    }

    .primary-menu > .nav-item {
        padding: unset;
    }

    .nav-links .logo.mobile-item {
        position: absolute;
        top: 0;
        padding-top: 20px;
        padding-left: 0;
    }

    .nav-links li .mobile-item {
        background: #003455;
        margin: 0;
        line-height: 68px;
        border-bottom: 1px solid #264c7b;
        font-size: 1.125rem;
        width: 100%;
    }

    .nav-links .mobile-item {
        display: block;
        color: #f2f2f2;
        font-size: 20px;
        font-weight: 500;
        padding-left: 20px;
        cursor: pointer;
        transition: all 0.3s ease;
    }

    .drop-menu li {
        margin: 0;
        padding: 10px;
    }

    .drop-menu li a {
        border-radius: 5px;
        font-size: 18px;
        padding-top: 10px;
        padding-bottom: 10px;
    }

    /* Mega Menu */
    .mega-box-2,
    .mega-box {
        position: static;
        top: 65px;
        opacity: 1;
        visibility: visible;
        padding: 0;
        max-height: 0;
        overflow: hidden;
        transition: all 0.3s ease;
    }

    .mega-box .content .menu-row {
        width: 100%;
        margin-bottom: 15px;
        border-top: 1px solid rgba(255, 255, 255, 0.08);
    }

    .mega-box-2 .content .menu-row {
        margin-bottom: 0;
    }

    .mega-box-2 .content {
        padding: 0 !important;
        border: 0;
    }

    .mega-box .content .menu-row:nth-child(1),
    .mega-box .content .menu-row:nth-child(2) {
        border-top: 0;
    }

    .content .menu-row .mega-links {
        border-left: 0;
        padding-left: 15px;
    }

    .mega-links {
        display: none;
    }

    .menu-row label {
        width: 100%;
        position: relative;
    }

    .mega-1 span,
    .mega-2 span,
    .mega-3 span {
        position: absolute;
        width: 25px;
        height: 25px;
        background-image: url("../../assets/images/plus.svg");
        background-repeat: no-repeat;
        background-position: center;
        right: 40px;
    }

    #showChild1:checked ~ .mega-links {
        display: inline-flex;
        flex-direction: column;
    }

    #showChild1:checked ~ .mega-menu-title .plus{
        background-image: url("../../assets/images/minus.svg");
        background-size: 150%;
    }

    #showChild2:checked ~ .mega-links {
        display: block;
    }

    #showChild2:checked ~ .mega-menu-title .plus{
        background-image: url("../../assets/images/minus.svg");
        background-size: 150%;
    }

    #showChild3:checked ~ .mega-links {
        display: block;
    }

    #showChild3:checked ~ .mega-menu-title .plus{
        background-image: url("../../assets/images/minus.svg");
        background-size: 150%;
    }

    #showMega2:checked ~ .mega-box-2 .mega-links {
        display: block;
    }

    .content .menu-row .mega-menu-title {
        padding-left: 20px;
    }

    .drop-menu {
        display: none;
    }

    #showDrop:checked ~ .drop-menu {
        display: block;
		opacity: 1;
    	visibility: visible;
    }

    .menu-row .mega-links li {
        margin: 0;
    }

    .content .menu-row header {
        font-size: 19px;
    }

    .nav-links li:hover .drop-menu {
        transform: none;
    }

    .nav-links li .drop-menu li a:hover {
    }

    /*Pre Footer*/
    .container-journal {
        padding: 0 15px;
    }

    .pre-footer {
        margin-top: 50px;
    }

    .pre-footer .pre-footer-bg {
        top: 42vw;
    }

    .pre-footer .pre-footer-wrap {
        flex-direction: column-reverse;
		display:none;
    }

    .section-title {
        margin-bottom: 40px;
    }

    .section-title .pre-title {
        font-size: .875rem;
        margin-bottom: 5px;
    }

    .pre-footer .pre-footer-bg {
        background: #243140;
        top: 225px;
    }

    .pre-footer .right-area,
    .pre-footer .left-area {
        width: 100%;
    }

    .pre-footer .section-title .title {
        color: #fcc103;
    }

    .section-title .title {
        font-size: 1.5rem;
    }

    .pre-footer .pre-footer-wrap {
        flex-direction: column-reverse;
    }

    .pre-footer-wrap .right-area {
        text-align: center;
    }

    .pre-footer-wrap .right-area img {
        max-width: 500px;
        margin: 0 0 40px;
    }

    .pre-footer .section-title .title {
        color: #fcc103;
    }

    .pre-footer-wrap .right-area {
        text-align: center;
    }

    .pre-footer .footer-feature {
        padding: 0 0 80px;
        gap: 30px;
    }

    .pre-footer-wrap .right-area img {
        max-width: 500px;
        margin: 0 0 40px;
    }
	
	.footer-bottom-right {
        gap: 25px;
        display: flex;
        text-align: center;
        flex-direction: column;
    }
	
	.footer-social-list li:last-child {
    	margin-right: 0;
	}

}
@media (max-width: 768px) {
    
    .category-posts {
        padding: 10px 10px 50px 10px;
    }
    .destinations .view-all-btn{
        position: relative;
        float: right;
        right: 19px;
    }
    
}
/*0 To 767*/
@media only screen and (max-width: 767px) {
	 .overview-content {
        padding-bottom: 0;
    }
    
    /*Class*/
    .mb-m-0 {
        margin-bottom: 0;
    }

    .d-mbl-block {
        display: block !important;
    }


    .hero-area {
        background-image: url("../../assets/images/mbl-hero.jpg");
        margin-top: 70px;
    }

    .search-field {
        padding-left: 12px;
        width: 140px;
    }


    select.category-dropdown {
        padding-right: 33px;
    }

    .hero-area .hero-headings {
        top: 25%;
        left: 47%;
        display: flex;
        justify-content: center;
    }

    .hero-headings .fancy-title {
        padding-top: 30px;
        font-size: 6.5rem;
        text-align: center;
    }

    .hero-headings .sub-title {
        top: 15%;
        right: 15%;
        font-size: 13px;
    }

    .search-container {
        width: 330px;
        bottom: 8.5%;
    }

    .category-dropdown {
        background-color: transparent;
    }

    .search-input {
        font-size: 13px;
        font-family: "Mulish", sans-serif;
        color: #9C9A9A;
        padding-left: 7px;
    }

    .search-button {
        padding: 10px 15px;
    }

    .content-section:before {
        border: none;
    }

    /*Section-2*/
    .featured-posts {
        padding-top: 0;
    }

    .featured-posts .container {
        padding-top: 0;
    }
	
	.featured-posts .post-box {
        min-height: 350px
    }
	
	.featured-posts .post-box img {
        width: auto;
		height: auto !important;
    }

    .featured-posts .view-all-btn {
        left: 0;
        right: 0;
        bottom: 20px;
    }

    /*Tab post section*/
    .tab-features .section-headings {
        padding: 0 16px 50px;
		text-align: left;
    }


    .tab-features .tab-contents {
        order: 2;
        margin: 0 15px;
    }

    .tab-options {
        display: flex;
        margin: 0 15px;
    }

    .tab-options .tab-dropdown {
        order: 1;
        width: 100%;
		position: relative;
    }
	
	.tab-options .tab-dropdown::after {
		content: "";
		position: absolute;
		top: 24px;
		right: 20px;
		width: 12px;
		height: 12px;
		border-right: 3px solid #FCC103;
		border-bottom: 3px solid #FCC103;
		pointer-events: none;
		transform: rotate(45deg);
		transition: all .1s ease-in-out;
	}
	
	.tab-options .tab-dropdown:has(#tab-select.opened)::after{
		transform: rotate(-135deg);
	}

    .categories-dropdown select,
    .tab-dropdown select {
        width: 100%;
        height: 60px;
        color: #898989;
        font-size: 1rem;
        max-width: 100%;
        font-weight: 400;
        padding: 15px 10px;
        margin-bottom: 35px;
        border-radius: 5px;
        border: 2px solid #D9D9D9;
        text-transform: uppercase;
        font-family: "Mulish", sans-serif;
    }


    #tab-select {
        -moz-appearance: window;
        -webkit-appearance: none;
        padding: 2px 50px 2px 20px;
    }

    .tab-dropdown select option {
        padding: 10px 0;
    }

    .post-box .post-title {
        width: 100%;
        font-size: 1rem;
        max-width: 100%;
    }

    .tab-post span {
		top: 15px;
		bottom: unset;
		right: 15px;
		font-size: 2rem;
		line-height: 2.8rem;
	}

    .post-box:hover .post-title {
        max-width: 100%;
    }

    /*Instagram Reels Section*/
    .instagram-reels .title {
        font-weight: 800;
        font-size: 24px;
        line-height: 30px;
    }

    .instagram-reels .title .d-block {
        display: unset;
    }

    .instagram-reels .follow-buttons {
        padding-right: 12px;
    }

    .instagram-reels .follow-buttons span {
        font-weight: 700;
        font-size: 14px;
        color: #898989;
        padding-right: 15px;
    }

    .insta-box:not(:nth-child(-n+3)) {
        display: none;
    }

    /*Destinations Section*/

    .destination:not(:nth-child(-n+3)) {
        display: none;
    }

    .destinations .destination-image {
        border-radius: 0;
    }
	

    .destination-grid {
        margin-left: 20px;
        margin-right: 20px;
		padding-bottom: 20px;
        height: auto;
    }

    .destination-box {
        width: unset;
    }

    .destination-grid .headings {
        flex-direction: column;
        padding: 40px 20px 15px;
    }

    .destination-grid .headings form input {
        width: 90%;
        font-weight: 400;
        font-size: 1rem;
        line-height: 21px;
        color: #898989;
    }

    .destination-grid .headings .title {
        font-weight: 800;
        font-size: 24px;
        line-height: 31px;
        color: #000000;
        padding-bottom: 35px;
    }

    .search-box {
        width: 100%;
    }

    .destination-grid .headings .title span {
        display: unset;
    }
	
	.category-posts .categories-dropdown{
		position: relative;
	}
	
	.category-posts .categories-dropdown::after {
		content: "";
		position: absolute;
		top: 24px;
		right: 20px;
		width: 12px;
		height: 12px;
		border-right: 3px solid #FCC103;
		border-bottom: 3px solid #FCC103;
		pointer-events: none;
		transform: rotate(45deg);
		transition: all .1s ease-in-out;
	}
	
	.category-posts .categories-dropdown:has(#category-select.opened)::after{
		transform: rotate(-135deg);
	}

    #category-select {
        -moz-appearance: window;
        -webkit-appearance: none;
        padding: 2px 50px 2px 20px;
    }

    .category-posts {
        padding: 0px 20px 30px 20px;
    }

    .destination-grid .view-all-btn {
        right: auto;
        bottom: 30px;
		padding-top: 30px;
    }

    /*video slider */
    .video-slider {
        padding: 0 20px;
    }

    .video-slider .headings {
        padding-bottom: 25px;
    }

    .video-slider .headings .title {
        font-family: 'Mulish', sans-serif;
        font-weight: 800;
        font-size: 24px;
        line-height: 30px;
        color: #000000;
    }

    .video-slider .headings .title span {
        display: unset;

    }

    .slider-container {
        height: 247px;
    }

    .slider-container .slide span {
        font-size: 25px;
        padding: 0;
        line-height: 1.2;
        top: 14px;
        right: 26px;
    }

    .location-box .info-box span {
        padding: 20px 25px;
    }

    .bullet-points {
        bottom: 15px;
    }

    .bullet-point {
        width: 6px;
        height: 6px;
        margin: 0 4px;
    }

    .slider-container .slide::after {
        width: 60px;
        height: 60px;
    }

    .slider-container .slide .caption {
        padding: 0 20px 25px
    }

    .slider-container .slide .caption h2 {
        font-size: 1rem;
        line-height: 1.2;
    }

    .slider-arrows .slider-arrow-right,
    .slider-arrows .slider-arrow-left {
        height: 15px;
        width: 15px;
    }

    /*Location Cottage*/
    .location-cottages {
        padding: 0 20px;
    }

    .location-cottages .headings .title {
        font-weight: 800;
        font-size: 24px;
        line-height: 30px;
        color: #000000;
    }
	
	.location-cottages .location-dropdown{
		position: relative;
	}
	
	.location-cottages .location-dropdown::after {
		content: "";
		position: absolute;
		top: 24px;
		right: 20px;
		width: 12px;
		height: 12px;
		border-right: 3px solid #FCC103;
		border-bottom: 3px solid #FCC103;
		pointer-events: none;
		transform: rotate(45deg);
		transition: all .1s ease-in-out;
	}
	
	.location-cottages .location-dropdown:has(#location-select.opened)::after{
		transform: rotate(-135deg);
	}

    #location-select {
        width: 100%;
        height: 60px;
        border-radius: 5px;
        margin-bottom: 40px;
        -moz-appearance: window;
        -webkit-appearance: none;
        border: 2px solid #D9D9D9;
        padding: 2px 50px 2px 20px;
    }


    #location-slider {
        position: relative;
        overflow: hidden;
    }

    .location-box {
        position: relative;
        overflow: hidden;
        display: block;
        width: unset;
        height: auto;
    }

    .location-box.active {
        display: flex;
    }

    .location-box .location-image {
        width: 100%;
        height: auto;
    }

    .location-box .image-overly {
        position: absolute;
        top: 0;
        left: 0;
        width: 100%;
        height: 100%;
        background-color: rgba(0, 0, 0, 0.5);
        z-index: 1;
    }
	
	.location-cottages .container {
		padding-bottom: 25px;
	}
	
	.location-cottages .view-all-btn {
		padding-top: 0px;
	}

    #bullet-points {
        position: absolute;
        bottom: 30px;
        left: 50%;
        transform: translateX(-50%);
        right: auto;
        display: flex;
        z-index: 1;
    }


    .bullet-point.active {
        background-color: #333;
    }

    .post-box .content {
        padding: 10px;
    }


    /*Cottage Box*/
    .cottages {
        padding: 0 20px;
    }

    .cottages .row .col-12:first-child,
    .cottages .row .col-12:nth-child(2) {
        display: none;
    }

    .cottage-box {
        width: unset;
		height:300px;
    }

    .cottages .headings {
        height: auto;
    }

    .cottages .headings .title {
        font-weight: 800;
        font-size: 26px;
    }

    .cottages .headings p {
        font-weight: 400;
        font-size: 18px;
        line-height: 34px;
        color: #5C5C5C;
    }


    /*Overview*/
    .overview-content {
        background-size: contain;
        background-position: 68% 35%;
    }

    .overview-content .fancy-title {
        font-size: 100px;
    }

    .overview-content .sub-title {
        right: 9%;
        top: 7%;
    }

    .overview-content p {
        font-size: 16px;
        color: #000000;
        padding: 20px;
    }

    .contact-content .checkbox .wpcf7-form-control-wrap .wpcf7-not-valid-tip {
        top: 35px;
    }

    /* Footer */
    .footer-top-title {
        display: none;
    }

    .footer-partner-logo ul li {
        width: 33.33%;
        display: flex;
        padding: 0px 15px;
        justify-content: center;
    }
	
	.footer-partner-logo ul li:nth-child(n+7) {
        display: none;
    }

    .footer-menu-holder {
        text-align: center;
    }

    .footer-bottom-right {
        gap: 25px;
        display: flex;
        text-align: center;
        flex-direction: column;
    }

    .footer-bottom-right .footer-list {
        justify-content: center;
    }

    .footer-social-list {
        align-items: center;
        justify-content: center;
    }

    .footer-social-list li {
        margin: 0 22px;
    }

    .footer-about {
        padding-bottom: 25px;
    }

    .footer-links {
        display: flex;
        flex-direction: column;
        gap: 25px;
    }

    /*Pre Footer*/
    .footer-feature .feature-item img {
        display: none;
    }

    .pre-footer .footer-feature {
        padding: 0 0 50px;
    }

    .pre-footer-wrap .right-area img {
        max-width: 100%;
        margin: 0 0 40px;
    }

}

/* 0 to 1250 */
@media only screen and (max-width: 1250px) {
    .custom-container {
        padding-left: 15px;
        padding-right: 15px;
    }
}


/*768 To 991*/
@media only screen and (min-width: 768px) and (max-width: 991px) {
    .search-field {
        width: 430px;
    }

    /* Footer */
    .footer-partner-logo ul li {
        width: 17%;
        text-align-last: center;
    }
}

/*992 To 1200*/
@media only screen and (min-width: 992px) and (max-width: 1199px) {

    .mega-image {
        display: none;
    }

    .box-right {
        width: 100%;
    }

    .wrapper .logo img {
        height: 69px;
        width: 250px;
    }
	
	.destination-grid {
	    position: relative;
		margin-left: 20px;
		margin-right: 20px;
	}

    /* Footer */
    .footer-partner-logo ul li {
        width: 17%;
        text-align-last: center;
    }
    .responsive-view{
        display:none;
    }
    .tab-features {
        padding: 20px;
    }
}

/*1200 To 1400*/
@media only screen and (min-width: 1200px) and (max-width: 1400px) {
    /* Footer */
    .footer-partner-logo ul li img {
        width: 90px;
    }
    
    .tab-features, .location-cottages h2{
        padding-left: 10px;
    }

    .overview-content .sub-title {
        right: 13%;
    }
    .mega-menu1 {
        min-width: 1200px;
    }
	
}

/*1400 To 1600*/
@media only screen and (min-width: 1400px) and (max-width: 1600px) {
    /* Footer */
    .footer-partner-logo ul li img {
        width: 90px;
    }
    
}

/*0 To 575*/
@media only screen and (max-width: 600px) {
    .header-nav-menu:has(.fixed) {
        top: 0;
    }

    .header-nav-menu:has(.fixed) #menu-btn:checked ~ .nav-links {
        top: 0;
    }
}

/*0 To 575*/
@media only screen and (max-width: 575px) {
	
	.destinations .destination-image {
		height: 100%;
	}
	
	.destination-grid{
		top: 60px;
	}
	
	.destinations {
		margin-bottom: 30px;
		padding: 30px 0px 60px 0px;
	}
    
    /*PRE FOOTER START*/
    .pre-footer .pre-footer-bg {
        top: 42vw;
    }
	
	.overview-content {
		background-size: 150%;
		background-position: 68% 5%;
	}

    .footer-feature .feature-item img {
        display: none;
    }

    .pre-footer-wrap > .left-area {
        padding-right: 0;
    }

    /*PRE FOOTER END*/
}

@media only screen and (max-width: 575px) {
    .contact-content .checkbox .wpcf7-form-control-wrap .wpcf7-not-valid-tip {
        top: 55px;
    }
}

@media only screen and (max-width: 320px) {
    .destinations {
        padding-bottom: 750px !important;
    }
}