/* 
Theme Name: Red Eye Theme
Theme URI: https://github.com/elementor/hello-theme-child/
Description: Red Eye theme is a theme of the a wordpress website.
Author: Elementor Team
Author URI: https://elementor.com/
Template: hello-elementor
Version: 2.0.0
Text Domain: hello-elementor-child
License: GNU General Public License v3 or later.
License URI: https://www.gnu.org/licenses/gpl-3.0.html
Tags: flexible-header, custom-colors, custom-menu, custom-logo, editor-style, featured-images, rtl-language-support, threaded-comments, translation-ready
*/

/* Add your custom styles here */

@font-face {
    font-family: "Wsans-r";
    src: url(fonts/WorkSans-Regular.ttf);
}

@font-face {
    font-family: "Wsans-m";
    src: url(fonts/WorkSans-Medium.ttf);
}

@font-face {
    font-family: "Wsans-b";
    src: url(fonts/WorkSans-Bold.ttf);
}

@font-face {
    font-family: "Playfair-m";
    src: url(fonts/PlayfairDisplay-Medium.ttf);
}

h1, h2, h3, h4, h5, h6, p, a, ul ,li{
    margin: 0;
    padding: 0;
}
li{
    list-style: none;
}

.container{
    max-width: 1200px !important;
    width: 100% !important;
    margin: 0 auto;
}

/* Header */
header{
    position: fixed !important;
    /* top:0; */
    width: 100% !important;
}
.explore-head a, .country-title a{
    font-family: "Wsans-m" !important;
    font-weight: 500;
}
.country-title a{ 
    color: #AC544C !important;
}
.hfe-sub-menu-item .hfe-menu-toggle.sub-arrow {
    display: none;
}
.country-title .sub-menu a{
    color: #000 !important;
}
.country-title .sub-menu a:hover{
     color: #AC544C !important;
}
.hfe-nav-menu .sub-menu .sub-menu{
    margin: 0 !important;
    margin-left: 10px !important;
}
.hfe-nav-menu-icon svg{
    fill: #FDB9B2;
}
.hfe-nav-menu__layout-horizontal.hfe-nav-menu__submenu-arrow:not(.hfe-dropdown) {
  width: auto !important;
}

/* .hfe-nav-menu__layout-horizontal{
    width: auto !important;
} */

/* .welcome-to-redeye {
    position: sticky;
    top: 83px;
}
.page-id-11 footer {
    position: sticky;
    bottom: 0;
}
.page-id-11 .elementor {
    position: relative;
    z-index: 1;
} */



 body.page-id-11.fixed-header header{
    background: #1A1516;
    transition: .5s ease all;
 }
 /* header .sub-menu{
    backdrop-filter: blur(10px);
 } */
  header .sub-menu{
    position: relative;
  }
  header .sub-menu::before{
    content: "";
    position: absolute;
    backdrop-filter: blur(10px);
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    border-radius: 6px;
  }


header .sub-menu .current-menu-item a{
    color: #AC544C !important;
}
header .sub-menu .current-menu-item ul li a{
    color: #000000 !important;
}
header .sub-menu .current-menu-item ul li:hover a{
    color: #AC544C !important;
}

.hfe-nav-menu-icon{
    padding: 0 !important;
}

/* Footer */
.subscription-form{
    display: flex;
    align-items: center;
    justify-content: space-between;
    flex-wrap: wrap;
    row-gap: 15px;
}
.subscription-form input{
    width: 72.88%;
    padding: 12px 17px !important;
    height: 48px;
    border: none;
    border-radius: 0;
    background: #F6D4D1;
    border-bottom: 1px solid #AC544C;
    font-size: 16px;
    line-height: 20px;
    letter-spacing: -0.028em;
    color: #AC544C;
     font-family: "Wsans-r";
}
.subscription-form input::placeholder{
    font-size: 16px;
    line-height: 20px;
    letter-spacing: -0.028em;
    color: #AC544C;
     font-family: "Wsans-r";
}
.subscription-form input:focus{
    outline: none;
}
.subscription-form input.submit-btn{
    width: 24.23%;
    padding: 0 !important;
    height: 48px;
    border-radius: 0;
    font-size: 16px;
    line-height: 20px;
    letter-spacing: -0.28px;
    color: #fff;
     font-family: "Wsans-r";
    text-transform: uppercase;
}
footer a{
    color: #ffffff !important;
}
footer a:hover{
    color: #F6D4D1 !important;
}
footer .hfe-nav-menu li{
    width: fit-content;
}
footer .hfe-nav-menu li.current-menu-item a{
    color: #F6D4D1 !important;
}
body.page-id-11 header .elementor.elementor-14 > div{
    background-color: #ffffff00 !important;
}
.mc4wp-alert.mc4wp-error{
    font-size: 16px;
    line-height: 20px;
    letter-spacing: -0.028em;
    color: #AC544C;
    font-family: "Wsans-r";
    margin-top: 5px;
}
.mc4wp-alert.mc4wp-success p{
   font-size: 16px;
    line-height: 20px;
    letter-spacing: -0.028em; 
    font-family: "Wsans-r";
    margin-top: 5px;
}
.mc4wp-alert.mc4wp-notice p{
   font-size: 16px;
    line-height: 20px;
    letter-spacing: -0.028em; 
    font-family: "Wsans-r";
    margin-top: 5px; 
}

/* Body */
.home-banner::after{
    content: '';
    position: absolute;
    background: radial-gradient(50% 50% at 50% 50%, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.5) 100%);
    top:0;
    bottom: 0;
    right: 0;
    left: 0;
}
.button-container::before{
    content: "";
    position: absolute;
    right: 0;
    top: 50%;
    background-color: #B37C6C;
    width: 5000px;
    height: 1px;
}
.button-container.white::before{
    background-color: #fff;
}
.button-container.grey::before{
    background-color: #B7B7B7;
}
.banner-btn{
    transform: translateX(-50%) !important;
}

.overview-para p strong{
    /* font-family: "Wsans-m" !important; */
    font-weight: 500 !important;
}

/* Latest blogs */
.latest-posts{
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    row-gap: 30px;
    column-gap: 1.6%;
} 
.latest-posts .post{
    width: 32.25%;
}
.latest-posts .feat-img img{
    width: 100%;
    height: 295px;
    object-fit: cover;
    display: block;
    transition: transform .5s ease;
    
}
.latest-posts .feat-img{
overflow: hidden;
}
.latest-posts .post-title h3{
    font-size: 24px;
    line-height: 28px;
    font-family: "Wsans-m";
    color: #000;
    margin-top: 25px;
    margin-bottom: 20px;
}
.latest-posts p.meta{
   font-size: 20px;
    line-height: 24px;
    font-family: "Wsans-r";
    color: #AC544C; 
    text-transform: uppercase;
}
/* .continent-hover:hover h3,.country-hover:hover h3{
    color: #AC544C !important; 
} */
.latest-posts .post a:hover .post-title h3{
    color: #AC544C; 
}
.latest-posts .post a:hover .feat-img img{
    transform: scale(1.1);
}
/* .continent-hover,.country-hover{
    transition: .5s all ease;
} */
.continent-hover:after,.country-hover:after{
    content: '';
    position: absolute;
    background: radial-gradient(50% 50% at 50% 50%, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.5) 100%);
    top:0;
    bottom: 0;
    right: 0;
    left: 0;
    opacity: 0;
    transition: .5s all ease;
}
.continent-hover:hover:after,.country-hover:hover::after{
    opacity: 1;
}

/* Destinations Page */
.continents{
    width: fit-content !important;
}
.country{
    /* min-width: 170px;
    width: 100%; */
    width: fit-content !important;
}
.page-id-671 header{
    border-bottom: 1px solid #3D3D3D !important;
}
.continents .country{
    position: absolute;
    bottom: 100%;
    left: 50%;
    transform: translateX(-50%);
    backdrop-filter: blur(6px);
    display: none;
}
.continents .country h3{
    white-space: nowrap !important;
}
  .continents .country ul li a{
    color: #fff !important;
    white-space: nowrap !important;
  }
  .continents .country ul li a:hover{
    color: #AC544C !important;
  }
   .continents .country ul li{
    text-align: center;
    margin-bottom: 20px;
 }
 .continents .country ul li:last-child{
    margin-bottom: 0;
 }
  .continent-name h4{
    cursor: pointer;
  }
 .continent-name h4:hover{
    color: #AC544C !important;
 }
  .continents:hover .country{
    display: block !important;
 }
.continents:hover .country.elementor-hidden-desktop,.continents:hover .country.elementor-hidden-laptop{
    display: none !important;
}
.no-countries p{
   font-size: 32px;
    line-height: 38px;
    color: #ffffff;
    font-family: "Wsans-r";
    letter-spacing: -0.05em; 
    text-align: center;
    padding-bottom: 50px;
}
.no-countries a{
   font-size: 16px;
    line-height: 19px;
    color: #ffffff;
    font-family: "Wsans-r";
    /* letter-spacing: -0.05em;  */
    text-transform: uppercase;
    padding: 17px 42px;
    border-radius: 180px;
    background: #1A1516;
    border: 1px solid #1A1516;
    transition: .3s all;
    display: flex;
    margin: 0 auto;
    width: fit-content;
}
.no-countries a:hover{
    background: #ffffff; 
     color: #1A1516;
}
.no-countries{
    margin-top: 30px;
}

 /* Travle theme page */
.travel-theme {
    display: flex;
    /* justify-content: center; */
    row-gap: 30px;
    column-gap: 1.625%;
    flex-wrap: wrap; /* Add this to wrap posts on smaller screens */
}
.travel-theme .travel-theme-post {
    width: 32.25%;
    max-width: 100%;
}
.travel-theme .travel-theme-post .travel-img {
    width: 100%;
    height: 295px;
    position: relative;
}
.travel-theme .travel-theme-post .feat-img{
    height: 100%;
     overflow: hidden;
}
.travel-theme .travel-theme-post img {
    height: 100% !important;
    width: 100% !important;
    display: block;
    object-fit: cover;
    transition: transform .5s ease;
}
.travel-theme .travel-theme-post img:hover{
    transform: scale(1.1);
}
.travel-theme .travel-theme-post .category-name {
    position: absolute;
    top: 13px;
    left: 14px;
    padding: 10px 12px;
    background: #fff;
    font-size: 15px;
    line-height: 20px;
    color: #8C646C;
    font-family: "Wsans-r";
    letter-spacing: -0.28px;
    text-transform: uppercase;
}
.travel-theme .travel-theme-post .title{
    font-size: 24px;
    line-height: 28px;
    color: #FFFFFF;
    font-family: "Wsans-m";
    letter-spacing: -0.05em;
    margin-top: 25px;
}
.travel-theme.family .travel-theme-post .title{
    color: #1A1516;
}



.continent-banner::after{
    content: '';
    position: absolute;
    background: linear-gradient(0deg, rgba(0, 0, 0, 0.2), rgba(0, 0, 0, 0.2)),
    radial-gradient(50% 50% at 50% 50%, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.5) 100%);
    top:0;
    bottom: 0;
    right: 0;
    left: 0;
}
.country-banner::after{
    content: '';
    position: absolute;
    background: radial-gradient(50% 50% at 50% 50%, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.5) 100%);
    top:0;
    bottom: 0;
    right: 0;
    left: 0;
}
.title-back-line::after{
    content: '';
    position: absolute;
    width: 100%;
    height: 1px;
    background: #B37C6C;
    top: 55%;
    left: 0;
    /* transform: translateY(-50%); */
}
.img-slider .elementor-swiper-button svg{
    width: 44px !important;
    height: 70px !important;
}
.img-slider .elementor-swiper-button.elementor-swiper-button-prev{
    left: 0 !important;
}
.img-slider .elementor-swiper-button.elementor-swiper-button-next{
    right: 0 !important;
}


/* Countries lists  on continent page*/
.countries-list{
    display: grid;
    grid-template-columns: 1fr 1fr 1fr;
    row-gap: 65px;
    /* flex-wrap: wrap; */
    column-gap: 19px;
}
.countries-list .country-post .feat-img{
    width: 100%;
    height: 482px;
}
.countries-list .country-post .feat-img img{
    width: 100%;
    height: 100%;
    display: block;
    object-fit: cover;
}
.countries-list .country-post .title{
    font-size: 32px;
    line-height: 38px;
    color: #FFFFFF;
    font-family: "Wsans-m";
    letter-spacing: -0.05em;
    margin-top: 21px;
}
.what-to-know a{
    color: #AC544C;
}
.what-to-know a:hover{
    color: #7E6462;
}
.countries-list .country-post a:hover .title{
     color: #FFECEA;
}
.what-to-know p strong{
    /* font-family: "Wsans-b" !important; */
    font-weight: 600 !important;
}
.best-time p strong{
    /* font-family: "Wsans-m" !important; */
    font-weight: 500 !important;
}

/* country blogs on the country page */
.country-blog-list{
    display: grid;
    grid-template-columns: 1fr 1fr 1fr;
    row-gap: 63px;
    column-gap: 20px;
}
.country-blog-list img{
    width: 100%;
    height: 100%;
    display: block;
    object-fit: cover;
    transition: transform .5s ease;
}
.country-blog-list img:hover{
    transform: scale(1.1);
}
.country-blog-list .feat-img{
    height: 295px;
    width: 100%;
    position: relative;
    overflow: hidden;
}
.country-blog-list .feat-img .category-name{
    position: absolute;
    top: 13px;
    left: 14px;
    padding: 10px 12px;
    background: #fff;
    font-size: 15px;
    line-height: 20px;
    color: #8C646C;
    font-family: "Wsans-r";
    letter-spacing: -0.028em;
    text-transform: uppercase;
}
.country-blog-list .feat-img .thumb{
    height: 100%;
}
.country-blog-list .title{
    font-size: 24px;
    line-height: 28px;
    color: #fff;
    font-family: "Wsans-m";
    letter-spacing: -0.05em;
    margin: 25px 0 20px;
}
.country-blog-list p.meta{
    font-size: 20px;
    line-height: 20px;
    color: #FFFFFF;
    font-family: "Wsans-r";
    letter-spacing: -0.028em;
    text-transform: uppercase;
}
.country-blog-card a:hover .title{
    color: #FFECEA;
}
.country-blog-card a:hover img{
    overflow: hidden;
}
.continent-title{
    transform: translateY(-50%);
}


/* Travel Guide section */
.travel-guide-section .travel-inner img{
    width: 100%;
    height: 100%;
    object-fit: cover;
    display: block;
}
.travel-guide-section .inner-content{
    height: 422px;
    width: 100%;
    position: relative;
}
.travel-guide-section .travel-inner .travel-img{
    height: 100%;
}
.travel-guide-section .slick-slide{
    margin-right: 20px !important;
}
.travel-guide-section .slick-list{
    margin-right: -20px !important;
}
.travel-guide-section .travel-inner{
    background: #8C646C;
}
.travel-guide-section .travel-title{
    min-height: 148px;
    display: flex;
    align-items: center;
    padding: 25px;
}
.travel-guide-section .travel-title h3{
    font-size: 20px;
    line-height: 26px;
    color: #fff;
    font-family: "Wsans-r";
    letter-spacing: -0.032em;
    text-align: center;
    width: 100%;
}
.travel-guide-section .tg-cat{
    position: absolute;
    bottom: -22px;
    left: 50%;
    transform: translateX(-50%);
    padding: 13px 12px;
    background: #fff;
    font-size: 15px;
    line-height: 20.4px;
    color: #8C646C;
    font-family: "Wsans-r";
    letter-spacing: -0.028em;
    text-transform: uppercase;
    margin-top: -22px;
}
.slick-arrows .arrow{
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    cursor: pointer;
}
.slick-arrows .prev-arrow.arrow{
    left: 0;
}
.slick-arrows .next-arrow.arrow{
    right: 0;
}
.slick-arrows .arrow:hover{
    opacity: .8;
}
.slick-arrows .arrow img{
    width: 44px;
    height: 70px;
}

.about-banner::after{
    content: "";
    background: linear-gradient(270deg, rgba(140, 100, 108, 0) 27.7%, #8C646C 74.57%),
    radial-gradient(50% 50% at 50% 50%, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.5) 100%);
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
}
.about-para strong{
    font-size: 20px !important;
    line-height: 21px !important;
    letter-spacing: 0.05em !important;
    font-family: "Playfair-m" !important;
    font-weight: 500 !important;
}

.error-404.not-found{
    background: #1A1516 !important;
    padding: 234px 20px 150px !important;
}
.error-404 h1{
    font-size: 82px !important;
    line-height: 83px !important;
    font-family: "Playfair-m" !important;
    color: #ffffff !important;
    letter-spacing: -0.05em !important; 
    width: 600px;
    margin: 0 auto !important;
}
.error-404 a{
    font-size: 16px !important;
    line-height: 19px !important;
    color: #ffffff !important;
    font-family: "Wsans-r" !important;
    text-transform: uppercase !important;
    padding: 17px 42px !important;
    border-radius: 180px !important;
    background: #AC544C !important;
    border: 1px solid #AC544C !important;
    transition: .3s all!important;
    display: flex !important;
    margin: 0 auto !important;
    width: fit-content !important;
}
.error-404 a:hover{
    background: #ffffff !important;
    color: #AC544C !important;
}

/* Blog Single */
/* .single-blogs{
    padding: 0 20px;
} */
.single-blogs .container{
    max-width: 1240px !important;
    margin: 0 auto;
    padding: 0 20px;
}
.blog-single-image{
    height: 450px;
}
.blog-single-image img{
    width: 100%;
    height: 100%;
    object-fit: cover;
    display: block;
    object-position: center center;
}
.single-blog-banner{
    background: #1A1516;
    padding-top: 84px;
}
.single-blog-banner h1{
    font-size: 82px;
    line-height: 83px;
    font-family: "Playfair-m";
    color: #ffffff;
    letter-spacing: -0.05em; 
    width: 87%;
    margin: 21px 0 42px;
}
.single-blog-contents{
    padding: 44px 0 134px;
    background: #1A1516;
    color: #ffffff;
}
.single-blog-contents .single-inner{
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    row-gap: 45px;
}
.single-blog-contents .single-left{
    width: 62.33%;
    padding-top: 20px;
}
.single-blog-contents .single-right{
    width: 32.25%;
    position: sticky;
    top: 130px;
    height: 100%;
}
.single-blog-contents h2{
     font-size: 46px;
    line-height: 50px;
    font-family: "Playfair-m" !important;
    color: #ffffff;
    letter-spacing: -0.05em; 
    padding-bottom: 20px;
    text-transform: uppercase;
}
.single-blog-contents h3{
    font-size: 32px;
    line-height: 33px;
     /* font-family: "Wsans-r"; */
     font-family: "Playfair-m" !important;
    color: #ffffff;
    letter-spacing: -0.05em;  
    padding-bottom: 26px;
    padding-top: 15px;
}
.single-blog-contents .single-right h3{
    padding-bottom: 38px;
    padding-top: 0;
}
.single-blog-contents .single-left img{
    display: block;
    width: 100%;
    /* height: 341px;
    object-fit: cover; */
}
.single-blog-contents .single-left p,.single-blog-contents .single-left li{
    font-size: 18px;
    line-height: 21px;
    font-family: "Wsans-r";
    color: #ffffff;
    letter-spacing: -0.04em; 
    margin-bottom: 20px;
}
.single-blog-contents .single-left li{
    margin-bottom: 15px;
    list-style:disc;
    margin-left: 20px;
}
.single-blog-contents .single-left ul li:last-child{
    margin-bottom: 0;
}
.single-blog-contents .single-left figure{
    margin-bottom: 10px;
}
.single-blog-contents .single-left a{
     color: #AC544C;
}
.single-blog-contents .single-left a:hover{
     color: #ffffff;
}
.single-blog-contents .single-left strong{
    font-family: "Wsans-m";
    font-weight: 500;
}
.single-blog-contents .single-left h4{
    font-size: 18px;
    line-height: 21px;
    font-family: "Wsans-r";
    color: #ffffff;
    letter-spacing: -0.04em;
    text-align: center;
    margin-bottom: 35px;
}
.single-blog-contents video{
    height: 450px;
}
.single-blog-contents ul{
    margin-bottom: 30px;
}


/* header nav{
    width: max-content !important;
} */



.single-blog-latest{
    /* flex-direction: column; */
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    row-gap: 21px;
    column-gap: 2%;
}
.single-blog-latest .post{
    width: 100%;
    background: #ffffff;
}
.single-blog-latest .post:hover h4{
    color: #818181;
}
.single-blog-latest img{
    height: 295px;
    width: 100%;
    display: block;
    object-fit: cover;
}
.single-blog-latest .blog-content{
    padding: 16px 28px 21px 21px;
}
.single-blog-latest .blog-content h4{
   font-size: 24px;
    line-height: 28px;
   font-family: "Wsans-m";
    color: #8C646C;
    letter-spacing: -0.05em;  
    padding-bottom: 7px;
}
.single-blog-latest .blog-content p{
    font-size: 20px;
    line-height: 20px;
   font-family: "Wsans-r";
    color: #818181;
    letter-spacing: -0.28px; 
    text-transform: uppercase;
}


.privacy-policy ol li{
    list-style-type: unset;
    margin-bottom: 25px;
}
.privacy-policy ol li:last-child{
    margin-bottom: 0;
}
.privacy-policy ol li a{
     color: #AC544C;
}
.privacy-policy ol li a:hover{
     color: #ffffff;
}


/************ Responsive Styles **************/

@media screen and ( max-width: 1024px ){
    .country-title .sub-menu{
        margin-left: 0 !important;
    }
    nav.hfe-dropdown{
        background: #fff !important;
    }
    nav.hfe-dropdown .hfe-nav-menu{
        margin: 15px 0;
    }
    .continents:hover .country{
        display: none !important;
    }
    .countries-list,.country-blog-list{
        row-gap: 45px;
    }
    .hfe-sub-menu-item .hfe-menu-toggle.sub-arrow {
        display: block;
    }
    .single-blog-banner h1{
         font-size: 76px;
        line-height: 80px;
    }
    /* header nav{
        width: none !important;
    } */

}

@media screen and ( max-width: 991px ){
    .latest-posts .post{
        width: 48%;
    }
    .latest-posts{
        column-gap: 4%;
    }
    .latest-posts .post-title h3{
        font-size: 20px;
        line-height: 24px;
        margin-top: 15px;
        margin-bottom: 10px;
    }
    .latest-posts p.meta{
        font-size: 18px;
        line-height: 22px;
    }
    .travel-theme .travel-theme-post {
        width: 48%;
    }
    .travel-theme{
        column-gap: 4%;
        justify-content: center;
    }
    .travel-theme .travel-theme-post .title {
    font-size: 20px;
    line-height: 24px;
    margin-top: 15px;
    }

    .countries-list{
        grid-template-columns: 1fr 1fr;
    }
    .countries-list .country-post .title {
        font-size: 28px;
        line-height: 34px;
        margin-top: 15px;
    }
    .country-blog-list{
        grid-template-columns: 1fr 1fr;
    }
    .no-countries p{
       font-size: 28px;
        line-height: 34px; 
    }
    .error-404 h1 {
        font-size: 60px !important;
        line-height: 70px !important;
        width: 496px;
    }
    .single-blog-banner h1{
        font-size: 60px;
        line-height: 70px;
        width: 100%;
    }
    .single-blog-contents h2{
       font-size: 36px;
        line-height: 40px; 
    }
    .single-blog-contents h3{
        font-size: 28px;
        line-height: 29px;
        padding-bottom: 20px;
        padding-top: 10px;
    }
    .single-blog-latest .blog-content h4 {
        font-size: 20px;
        line-height: 24px;
    }
    .single-blog-latest .blog-content p{
        font-size: 18px;
        line-height: 22px;
    }
    .single-blog-contents .single-left p, .single-blog-contents .single-left li{
        font-size: 16px;
        line-height: 19px;
    }
    .single-blog-contents .single-right h3{
        padding-bottom: 30px;
    }
    .single-blog-contents .single-left{
        padding-top: 0;
    }
    .single-blog-contents{
        padding: 44px 0 80px;
    }
     .single-blog-contents .single-left,.single-blog-contents .single-right{
        width: 100%;
    }
    .single-blog-latest .post{
    width: 49%;
    }
}

@media screen and ( max-width: 767px ){
    .travel-guide-section .inner-content{
        height: 400px;
    }
    .error-404.not-found {
        padding: 200px 20px 120px !important;
    }
    .no-countries {
        margin-top: 0px;
    }
    .continent-hover:hover h3,.country-hover:hover h3{
    color: #ffffff !important; 
}
   
}

@media screen and ( max-width: 575px ){
    .copy-right .hfe-copyright-wrapper span span{
        display: none !important;
    }
    .latest-posts .post, .travel-theme .travel-theme-post {
        width: 100%;
    }
    .travel-theme .travel-theme-post .title {
        font-size: 18px;
        line-height: 22px;
    }
    .countries-list{
        grid-template-columns: 1fr;
        row-gap: 30px;
    }
    .countries-list .country-post .title {
        font-size: 24px;
        line-height: 28px;
    }
    .country-blog-list{
        grid-template-columns: 1fr;
        row-gap: 30px;
    }
    .country-blog-list p.meta
    {
        font-size: 16px;
        line-height: 16px;
    }
    .country-blog-list .title {
        font-size: 20px;
        line-height: 24px;
        margin: 15px 0;
    }
    .no-countries p {
        font-size: 24px;
        line-height: 28px;
        padding-bottom: 30px;
    }
     .error-404 h1 {
        font-size: 44px !important;
        line-height: 60px !important;
        width: 100%;
    }
    .single-blog-banner h1{
         font-size: 44px;
        line-height: 54px;
        margin: 15px 0 30px;   
    }
     .single-blog-contents h2{
       font-size: 28px;
        line-height: 32px; 
    }
    .single-blog-contents h3{
        font-size: 24px;
        line-height: 25px;
    }
    .single-blog-latest .blog-content h4 {
        font-size: 18px;
        line-height: 22px;
    }
    .single-blog-latest .blog-content p{
        font-size: 16px;
        line-height: 20px;
    }
    .single-blog-contents{
        padding: 44px 0 60px;
    }
    .single-blog-latest .post{
    width: 100%;
    }
}

@media screen and ( max-width: 479px ){
    .subscription-form input,.subscription-form input.submit-btn{
        width: 100%;
    }
}

@media screen and ( max-width: 1240px ){
    .margin-r4{
        padding-left: 20px !important;
    }
}
