* {
    padding: 0;
    margin: 0;
    box-sizing: border-box;
    font-size: 16px;
    font-family: 'Lato', sans-serif;
}


/* 
font-family


font-family: 'Beau Rivage', cursive;
font-family: 'Lato', sans-serif;
font-family: 'Playfair Display', serif;
font-family: 'Poppins', sans-serif; */

h1,
h2,
h3,
h4,
h5,
h6,
p,
figcaption,
figcaption,
ul {
    padding: 0;
    margin: 0;
}

li {
    list-style: none;
    padding: 0;
    margin: 0;
}

a {
    text-decoration: none;
}

a.home_common_btn {
    padding: 10px 25px;
    background-color: #f49e09;
    color: #000;
    font-family: 'Poppins', sans-serif;
}

a.home_common_btn:hover {
    background-color: #000;
    color: #fff;
    transition: all .5s;
}

img {
    max-width: 100%;
}


/************** home_page_start ************/


/* HEADER_start_page */

header {
    position: fixed;
    width: 100%;
    z-index: 10;
}

.content {
    padding: 16px;
}

.sticky .home_top_header {
    display: none;
}

.sticky {
    position: fixed;
    top: 0;
    width: 100%;
    background-color: #000;
}


/* .sticky .content {
    padding-top: 102px;
} */

.home_top_header {
    background-color: #f49e09;
}

.home_top_menu1 {
    display: flex;
    align-items: center;
}

.home_top_menu1 li {
    color: #fff;
    margin-right: 10px;
    font-family: 'Poppins', sans-serif;
}

.home_top_menu1 li i {
    margin-right: 5px;
}

.home_top_menu2 {
    display: flex;
    align-items: center;
}

.home_top_menu2 li {
    margin-left: 20px;
}

.home_top_menu2 li a {
    padding: 16px 15px;
    font-size: 16px;
    font-weight: 600;
    text-transform: uppercase;
    color: #fff;
    font-family: 'Poppins', sans-serif;
    display: inline-block;
}

.navbar-light .navbar-toggler-icon {
    background-image: url(../img2/menu.png);
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
}

.home_top_menu2 li a:hover {
    background-color: #000;
    transition: all .5s;
}

.home_top_menu2 li a.top_active {
    padding: 16px 15px;
    font-size: 16px;
    font-weight: 600;
    background-color: #000;
    text-transform: uppercase;
    color: #fff;
}

.home_top_menu2 li a.top_active:hover {
    background-color: #f49e09;
    transition: all .5s;
}

.home_bottom_header {
    padding: 10px 0px;
    background-color: transparent;
    border-bottom: 1px solid #b6b5b5;
}

.home_bottom_header .navbar-nav {
    padding-right: 20px;
}

.home_bottom_header .navbar-light .navbar-nav .nav-link {
    color: #fff;
    font-size: 16px;
    padding-right: 16px;
    font-family: 'Poppins', sans-serif;
}

.home_bottom_header .navbar-light .navbar-nav .nav-link.active,
.navbar-light .navbar-nav .show.nav-link {
    color: #f49e09;
    font-family: 'Poppins', sans-serif;
}

.navbar-light .navbar-nav .nav-link:hover {
    color: #f49e09;
}

.search_btn {
    width: 25%;
}

.home_bottom_header .form-control {
    background-color: transparent;
    border-radius: 20px;
    border: 1px solid #fff;
    padding: 5px 30px;
    width: 100%;
    color: #fff;
}

.home_bottom_header .form-control::placeholder {
    color: #fff;
    font-family: 'Poppins', sans-serif;
}

.home_bottom_header form {
    position: relative;
}

.home_bottom_header form .home_serc {
    background: url(../img2/search_btn_img.png);
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    border: 0px;
    position: absolute;
    content: "";
    top: 12px;
    left: 9px;
    width: 15px;
    height: 15px;
    bottom: 0;
    font-size: 14px;
}

.home_bottom_header .user_btn a i {
    margin-left: 10px;
    font-size: 30px;
    color: #fff;
}

.home_bottom_header .user_btn a i:hover {
    color: #f49e09;
    transition: all .5s;
}


/* HEADER_end_page */


/* home_bannar_start */

.home_bannar {
    padding-top: 50px;
}

.home_bannar_slider {
    position: relative;
}

.home_bannar_slider::before {
    position: absolute;
    content: "";
    background-color: #000;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
}

.home_bannar .carousel-caption {
    text-align: left;
    margin-bottom: 100px;
}

.home_bannar .carousel-caption h1 {
    font-size: 60px;
    font-family: 'Playfair Display', serif;
    font-weight: 500;
    margin-bottom: 10px;
    color: #fff;
}

.home_bannar .carousel-caption h5 {
    position: relative;
    font-size: 22px;
    color: #fff;
    margin-bottom: 30px;
    font-family: 'Poppins', sans-serif;
    margin-left: 50px;
}

.home_bannar .carousel-caption h5::before {
    position: absolute;
    content: "";
    top: 12px;
    left: -42px;
    right: 0;
    bottom: 0;
    width: 40px;
    height: 3px;
    background-color: #fff;
}

.home_bannar .carousel-caption a i {
    margin-top: 5px;
}

.home_bannar .carousel-indicators [data-bs-target] {
    width: 15px;
    height: 10px;
}


/* home_bannar_end */


/* home_Booking_page_start */

.home_booking {
    padding: 50px 0px;
}

.home_booking_sec {
    padding: 30px 0px;
    box-shadow: 0px 0px 10px 2px #666666;
    border-radius: 10px;
}

.home_booking_box form {
    position: relative;
}

.home_booking_box form svg {
    position: absolute;
    content: "";
    width: 30px;
    height: 30px;
    top: 16px;
    right: 5px;
    bottom: 0;
}

.home_booking_box form label {
    display: block;
    font-size: 16px;
    color: #666666;
    text-transform: capitalize;
    margin-bottom: 10px;
    font-family: 'Poppins', sans-serif;
    padding-left: 20px;
}

.home_booking_date {
    display: flex;
    justify-content: flex-start;
    position: relative;
}

.home_booking_date form svg {
    position: absolute;
    content: "";
    top: 14px;
    right: -40px;
    bottom: 0;
}

.home_booking_box form select {
    padding: 10px 20px;
    color: #000;
    font-size: 16px;
    font-family: 'Poppins', sans-serif;
    font-weight: 500;
    border: none;
}

.home_booking_box form select:focus-visible {
    outline: none;
}

.home_booking_box form input:focus-visible {
    outline: none;
}

.home_booking_box form select option {
    background-color: #f49e09;
    margin: 20px 0px;
}

.home_booking_box form input {
    border: none;
    width: 155px;
    padding: 10px 5px;
    color: #000;
    font-size: 16px;
    font-family: 'Poppins', sans-serif;
    font-weight: 500;
}

.home_booking_box_left {
    position: relative;
}

.home_booking_box_left::before {
    position: absolute;
    content: "";
    width: 1px;
    height: 50px;
    background-color: #666666;
    top: 16px;
    right: 0;
    bottom: 0;
}

.home_booking_btn {
    margin-top: 50px;
    text-align: center;
}

.home_booking_btn form button {
    font-family: 'Poppins', sans-serif;
    font-size: 18px;
    padding: 10px 40px;
    background-color: #f49e09;
    color: #000;
    border: none;
    box-shadow: 0px 0px 5px 0px #666666;
}

.home_booking_btn form button:hover {
    color: #fff;
    background-color: #000;
    transition: all .5s;
}


/* home_Booking_page_end */


/* home_About Us_page_start */

.home_about_sec {
    background-color: #eeeeee;
    padding: 50px 0px;
}

.home_about_sec .card {
    border-radius: 0px;
    background-color: transparent;
    border: none;
}

.home_about_sec .card .card-body h4 {
    color: #f49e09;
    font-size: 30px;
    font-weight: 600;
    font-family: 'Beau Rivage', cursive;
    margin-bottom: 35px;
}

.home_about_img {
    position: relative;
}

.home_about_img::before {
    position: absolute;
    content: "";
    background-color: #00000042;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
}

.home_about_sec .card .card-body p {
    font-size: 20px;
    line-height: 30px;
    margin-bottom: 50px;
}

.home_about_sec .card img {
    border-radius: 0;
}


/* home_About Us_page_end */


/* home_Gallery_page_start */

.home_gallery_sec {
    padding: 50px 0px;
}

.home_gallery_sec h4 {
    color: #f49e09;
    font-size: 25px;
    font-family: 'Beau Rivage', cursive;
    text-align: center;
    font-weight: 600;
    margin-bottom: 10px;
}

.home_gallery_sec h2 {
    font-size: 35px;
    color: #666666;
    text-align: center;
    font-family: 'Playfair Display', serif;
    margin-bottom: 30px;
}

.home_gallery_sec .card {
    border: none;
    border-radius: 0;
}

.home_gallery_sec .card img {
    border-radius: 0;
}

.home_gallery_img {
    position: relative;
    margin-bottom: 20px;
}

.home_gallery_img::before {
    position: absolute;
    content: "";
    background-color: #00000087;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    opacity: 0;
}

.home_gallery_img:hover::before {
    cursor: pointer;
    opacity: 1;
}

.home_gallery_img:hover .overlay {
    opacity: 1;
}

.overlay {
    position: absolute;
    content: "";
    width: 20px;
    height: 30px;
    color: #c9c8c8;
    top: 120px;
    left: 170px;
    right: 0;
    bottom: 0;
    font-size: 25px;
    opacity: 0;
    cursor: pointer;
}


/* home_Gallery_page_end */


/* home_offer_page_start */

.home_offer_sec {
    padding: 50px 0px;
    background-image: url(../img2/home_offer.jpg);
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    background-attachment: fixed;
    text-align: center;
    position: relative;
}

.home_offer_sec::before {
    position: absolute;
    content: "";
    background-color: #00000087;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
}

.home_offer_header h4 {
    color: #f49e09;
    font-size: 25px;
    font-family: 'Beau Rivage', cursive;
    font-weight: 600;
    margin-bottom: 10px;
    position: relative;
    z-index: 1;
}

.home_offer_header h2 {
    font-size: 35px;
    color: #fff;
    font-family: 'Playfair Display', serif;
    margin-bottom: 30px;
    position: relative;
    z-index: 1;
}

.home_offer_header p {
    font-size: 20px;
    color: #fff;
    margin-bottom: 50px;
    position: relative;
    z-index: 1;
}

.home_offer_header a.home_common_btn {
    position: relative;
    z-index: 1;
}


/* home_offer_page_end */


/* home_Destination_page_start */

.home_destination {
    padding: 50px 0px;
}

.home_destination_header h4 {
    color: #f49e09;
    font-size: 25px;
    font-family: 'Beau Rivage', cursive;
    font-weight: 600;
    margin-bottom: 10px;
    text-align: center;
}

.home_destination_header h2 {
    font-size: 35px;
    color: #454545;
    font-family: 'Playfair Display', serif;
    margin-bottom: 10px;
    text-align: center;
}

.home_destination_header p {
    font-size: 20px;
    color: #454545;
    margin-bottom: 50px;
    text-align: center;
}

.home_destination .card {
    border-radius: 0;
    margin: 5px;
    border: none;
}

.home_destination .card img {
    border-radius: 0px;
}

.home_destination .card-body {
    padding: 15px 25px;
    border: 1px solid #ebe9e9;
    border-top: none;
}

.home_d_location {
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-bottom: 20px;
}

.home_destination a.home_d_location h5:hover {
    color: #f49e09;
    transition: all .5s;
}

.home_destination a.home_d_location i:hover {
    color: #f49e09;
    transition: all .5s;
}

.home_destination a.home_d_location i {
    font-size: 22px;
    color: #454545;
}

.home_destination a.home_d_location h5 {
    font-size: 18px;
    color: #454545;
    font-family: 'Poppins', sans-serif;
}

.home_destination .home_d_name {
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-bottom: 10px;
}

.home_destination .home_d_name li {
    font-weight: 500;
    font-size: 16px;
    color: #000;
    font-family: 'Poppins', sans-serif;
}

.home_destination .home_d_sado {
    position: relative;
}

.home_destination .home_d_sado:hover {
    box-shadow: 0px 0px 10px 5px #666666;
    transition: all .3s;
}

.home_d_sado:hover .home_d_overlay {
    opacity: 1;
    transition: all .3s;
}

.home_d_overlay a:hover {
    background-color: #000;
    color: #fff;
    transition: all .5s;
}

.home_d_overlay {
    position: absolute;
    content: "";
    width: 150px;
    height: 50px;
    top: 35%;
    left: 28%;
    right: 0;
    bottom: 0;
    opacity: 0;
}

.home_d_overlay a {
    padding: 5px 15px;
    background-color: #f49e09;
    color: #000;
    font-weight: 500;
}


/* home_Destination_page_end */


/* home_blog_page_start */

.home_blog {
    padding: 50px 0px;
    background-color: #eeeeee;
}

.home_blog_header h4 {
    color: #f49e09;
    font-size: 25px;
    font-family: 'Beau Rivage', cursive;
    font-weight: 600;
    margin-bottom: 10px;
    text-align: center;
}

.home_blog_header h2 {
    font-size: 35px;
    color: #454545;
    font-family: 'Playfair Display', serif;
    margin-bottom: 10px;
    text-align: center;
}

.home_blog_header p {
    font-size: 20px;
    color: #454545;
    margin-bottom: 50px;
    text-align: center;
}

.home_blog .card-body .home_b_location {
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-bottom: 10px;
}

.home_blog .card-body .home_b_location li {
    display: flex;
    align-items: center;
    color: #f49e09;
}

.home_blog .card-body .home_b_location li i {
    font-size: 16px;
}

.home_blog .card-body .home_b_location li p {
    font-size: 16px;
    margin: 0px 10px;
}

.home_blog .card-title a {
    font-size: 20px;
    font-family: 'Poppins', sans-serif;
    font-weight: 600;
    text-transform: uppercase;
    margin-bottom: 10px;
    color: #000;
}

.home_blog .card {
    border: none;
}

.home_blog .card:hover {
    box-shadow: 0px 0px 10px 2px #666666;
    transition: all .3s;
}

.home_blog .card-title a:hover {
    color: #f49e09;
    transition: all .5s;
}

.home_blog .card-text {
    margin-bottom: 30px;
}

.home_blog .btn-primary {
    color: #000;
    background-color: #f49e09;
    border: none;
}

.home_blog .btn-primary:hover {
    color: #fff;
    background-color: #000;
    transition: all .5s;
}


/* home_blog_page_end */


/* home_video_page_start */

.home_video {
    padding-top: 50px;
    padding-bottom: 140px;
    background-image: url(../img2/home_video.jpg);
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
    position: relative;
    background-attachment: fixed;
}

.home_video::before {
    background-color: #00000040;
    position: absolute;
    content: "";
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
}

.home_video h4 {
    color: #f49e09;
    font-size: 25px;
    font-family: 'Beau Rivage', cursive;
    font-weight: 600;
    margin-bottom: 10px;
    text-align: center;
    z-index: 1;
    position: relative;
}

.home_video h2 {
    font-size: 35px;
    color: #fff;
    font-family: 'Playfair Display', serif;
    margin-bottom: 10px;
    text-align: center;
    z-index: 1;
    position: relative;
}

.home_video_sec {
    position: absolute;
    content: "";
    left: 37%;
    bottom: -52%;
    right: 0;
}


/* home_video_page_end */


/* home_Testimonial_start */

.home_testi {
    padding-top: 80px;
    padding-bottom: 50px;
}

.home_testi h4 {
    color: #f49e09;
    font-size: 25px;
    font-family: 'Beau Rivage', cursive;
    font-weight: 600;
    margin-bottom: 10px;
    text-align: center;
}

.home_testi .owl-theme .owl-dots .owl-dot.active span,
.owl-theme .owl-dots .owl-dot:hover span {
    background: #f49e09;
}

.home_testi .owl-theme .owl-dots .owl-dot span {
    width: 15px;
    height: 10px;
    margin: 5px 7px;
    background: #D6D6D6;
    display: block;
    /* -webkit-backface-visibility: visible; */
    transition: opacity .2s ease;
    border-radius: 0px;
}

.home_testi h2 {
    font-size: 35px;
    color: #454545;
    font-family: 'Playfair Display', serif;
    margin-bottom: 70px;
    text-align: center;
}

.home_feed_back_img {
    display: block;
    width: 25%;
    margin: 0 auto;
}

.home_feedback_box {
    background-color: #fff;
    padding: 10px 0px;
    border: 1px solid #f49e09;
    text-align: center;
}

.home_feedback_box p {
    font-size: 16px;
    line-height: 20px;
    color: #454545;
    margin: 20px 0px;
}

.home_feedback_box h4 a {
    font-size: 20px;
    color: #f49e09;
    font-weight: 400;
}

.home_feedback_box h4 a:hover {
    transition: all .3s;
    color: #a86c04;
}


/* home_Testimonial_end */


/* home_Footer_page_start */

.home_footer_top {
    background-color: #0b0d0f;
    padding: 50px 0px;
    color: #fff;
}

.home_footer_logo a img {
    margin-bottom: 15px;
}

.home_f_f_menu {
    color: #fff;
    font-family: 'Poppins', sans-serif;
    font-size: 16px;
}

.home_f_s_menu {
    display: flex;
    margin-top: 15px;
}

.home_f_s_menu li {
    padding-right: 20px;
}

.home_f_s_menu li a i {
    font-size: 22px;
    padding: 10px;
    color: #fff;
    border-radius: 50%;
}

.home_f_s_menu li a i:hover {
    background-color: #f49e09;
    transition: all .3s;
    padding: 10px;
}

.home_footer h3 {
    margin-bottom: 35px;
    font-size: 25px;
}

.home_f_menu_s {
    margin-left: 20px;
}

.home_f_menu_s li a {
    color: #fff;
    font-family: 'Poppins', sans-serif;
    font-size: 16px;
}

.home_f_menu_s li a:hover {
    color: #f49e09;
    transition: all .3s;
}

.home_f_t_menu li a img {
    width: 100px;
}

.home_f_t_menu {
    display: grid;
    grid-template-columns: auto auto;
    grid-template-rows: auto;
    grid-row-gap: 10px;
}

.home_footer_f_menu {
    margin-left: 20px;
}

.home_footer_f_menu li {
    padding: 5px 0px;
}

.home_footer_f_menu li a {
    display: flex;
    align-items: center;
}

.home_footer_f_menu li a i {
    color: #fff;
    font-size: 20px;
    margin-right: 10px;
}

.home_footer_f_menu li a span {
    color: #fff;
    font-family: 'Poppins', sans-serif;
    font-size: 16px;
}

.home_footer_f_menu li a i:hover {
    color: #f49e09;
    transition: all .3s;
}

.home_footer_f_menu li a span:hover {
    color: #f49e09;
    transition: all .3s;
}

.home_f_b {
    margin-left: 20px;
    margin-top: 20px;
}

.home_footer_bottm {
    background-color: #16191e;
    padding: 30px 0px;
    text-align: center;
}

.home_footer_bottm p {
    color: #ffff;
    font-family: 'Poppins', sans-serif;
    font-size: 18px;
}

.home_footer_bottm span a {
    color: #f49e09;
    font-family: 'Poppins', sans-serif;
    font-size: 18px;
}

.home_footer_bottm span a:hover {
    color: #a86c04;
    transition: all .5s;
}


/* home_Footer_page_end */


/************** home_page_end ************/


/*************About_page_start****************/


/* about_bannar_start */

.about_bannar {
    position: relative;
    background-image: url(../img2/about_bannar1.jpg);
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    padding: 150px 0px;
}

.about_banner_header {
    text-align: center;
}

.about_banner_header h1 {
    margin: 25px 0px;
    font-size: 50px;
    text-transform: uppercase;
    color: #fff;
    font-weight: 500;
    font-family: 'Playfair Display', serif;
}

.about_banner_header h3 {
    margin-bottom: 30px;
}

.about_banner_header h3 a {
    text-transform: uppercase;
    font-size: 18px;
    color: #fff;
    font-weight: 500;
    font-family: 'Poppins', sans-serif;
}

.about_banner_header h3 a:hover {
    color: #f49e09;
    transition: all .5s;
}


/* about_bannar_end */


/* about_tour_start */

.about_tours {
    padding: 50px 0px;
}

.about_tours_text h2 {
    font-size: 35px;
    color: #666666;
    margin-bottom: 30px;
    font-family: 'Playfair Display', serif;
}

.about_tours_text p {
    font-size: 18px;
    font-family: 'Lato', sans-serif;
    margin-bottom: 50px;
}


/* about_tour_end */


/* about_offer_start */

.about_offer {
    padding: 50px 0px;
    background-color: #eeeeee;
}

.about_offer h4 {
    color: #f49e09;
    font-size: 25px;
    font-family: 'Beau Rivage', cursive;
    text-align: center;
    font-weight: 600;
    margin-bottom: 10px;
}

.about_offer h2 {
    font-size: 35px;
    color: #666666;
    text-align: center;
    font-family: 'Playfair Display', serif;
    margin-bottom: 30px;
}

.about_offer_img img {
    width: 100%;
}

.about_offer_text {
    display: flex;
    justify-content: space-between;
    background-color: #fff;
    padding: 10px;
    align-items: center;
}

.about_best_offer-img-header {
    margin-bottom: 20px;
    position: relative;
}

.about_offer_text h6 {
    font-size: 16px;
    font-family: 'Poppins', sans-serif;
}

.about_offer_text h6 span {
    text-decoration: line-through;
    color: #f49e09;
    margin-right: 5px;
}

.about_offer_text h3 {
    font-size: 20px;
    margin: 10px;
    font-weight: 500;
    color: #454545;
    font-family: 'Poppins', sans-serif;
}

.about_best_offer-img-header:hover .about_gallery_overlay {
    opacity: 1;
}


/* about_offer_end */


/* about_gallery_start */

.about_gallery_overlay a {
    padding: 5px 15px;
    background-color: #f49e09;
    color: #000;
    font-weight: 500;
}

.about_gallery_overlay a:hover {
    background-color: #000;
    color: #fff;
    transition: all .5s;
}

.about_gallery_overlay {
    position: absolute;
    content: "";
    top: 125px;
    left: 90px;
    bottom: 0;
    opacity: 0;
    right: 0;
    width: 130px;
    height: 40px;
}


/* about_gallery_end */


/* about_team_start*/

.about_team {
    padding: 50px 0px;
}

.about_team .owl-theme .owl-dots .owl-dot.active span,
.owl-theme .owl-dots .owl-dot:hover span {
    background: #f49e09;
}

.about_team .owl-theme .owl-dots .owl-dot span {
    width: 15px;
    height: 10px;
    margin: 5px 7px;
    background: #D6D6D6;
    display: block;
    /* -webkit-backface-visibility: visible; */
    transition: opacity .2s ease;
    border-radius: 0px;
}

.about_team h4 {
    color: #f49e09;
    font-size: 25px;
    font-family: 'Beau Rivage', cursive;
    text-align: center;
    font-weight: 600;
    margin-bottom: 10px;
}

.about_team h2 {
    font-size: 35px;
    color: #666666;
    text-align: center;
    font-family: 'Playfair Display', serif;
    margin-bottom: 30px;
}

.about_child-team {
    text-align: center;
    padding-top: 25px;
}

.about_child-team h3 {
    margin: 10px;
}

.about_child-team h3 a {
    font-size: 20px;
    color: #000;
    font-weight: 600;
}

.about_child-team h3 a:hover {
    color: #a86c04;
    transition: all .5s;
}

.about_team .owl-carousel .owl-item img {
    border-radius: 50%;
    width: 140px;
    height: 140px;
    display: inline;
    text-align: center;
}

.about_child-team img:hover {
    transform: scale(1.1);
    transition: all .3s;
    box-shadow: 0px 0px 10px 2px #666666;
}

.about_child-team h6 {
    color: #f49e09;
    font-size: 16px;
    font-weight: 600;
    text-transform: capitalize;
}


/* about_team_end*/


/*************About_page_end****************/


/*****************Destination_page_start****************/


/* destination_bannar_start */

.destination-banner h1 {
    color: #fff;
    font-size: 60px;
    font-family: "playfair display";
    font-weight: 500;
    text-align: left;
}

.destination-banner .carousel-indicators [data-bs-target] {
    width: 15px;
    height: 10px;
}

.destination-banner .carousel-caption {
    text-align: left;
    margin-bottom: 100px;
}

.destination-banner h2 {
    color: #fff;
    font-size: 50px;
    font-family: "playfair display";
    font-weight: 500;
    text-align: left;
}

.destination-banner h4 {
    font-size: 22px;
    font-weight: 500;
    color: #f49e09;
    font-family: "poppins";
    margin: 20px 0px;
    text-align: left;
}

.destination-banner h4 span {
    font-size: 20px;
    font-weight: 600;
    color: #fff;
    text-align: left;
}


/* destination_bannar_end */


/* destination_Choose_start */

.destination-choose {
    text-align: center;
    padding: 50px 0px;
}

.destination-choose h4 {
    color: #f49e09;
    font-size: 25px;
    font-family: 'Beau Rivage', cursive;
    text-align: center;
    font-weight: 600;
    margin-bottom: 10px;
}

.destination-choose h2 {
    font-size: 35px;
    color: #666666;
    text-align: center;
    font-family: 'Playfair Display', serif;
    margin-bottom: 30px;
    text-transform: capitalize;
}

.destination-choose p {
    font-size: 20px;
    color: #454545;
    margin-bottom: 50px;
    text-align: center;
}

.destination-img {
    margin: 12px 0px;
}

.destination-img img {
    width: 100%;
}

.destination-img {
    position: relative;
}

.destination-img::before {
    position: absolute;
    content: "";
    background-color: #0b0d0f66;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
}

.destination-img-overly {
    position: absolute;
    content: "";
    top: 130px;
    bottom: 0;
    left: 0;
    right: 0;
}

.destination-img-overly h3 {
    font-size: 35px;
    font-family: "poppins";
    color: #fff;
    font-weight: 500;
}

.destination-img-overly h4 {
    font-size: 25px;
    font-family: "poppins";
    color: #f49e09;
    font-weight: 500;
    margin-top: 10px;
    margin-bottom: 20px;
    opacity: 0;
}

.destination-img-overly a {
    padding: 5px 15px;
    background-color: #f49e09;
    color: #000;
    font-family: "poppins";
    font-weight: 500;
    opacity: 0;
}

.destination-img-overly a:hover {
    background-color: #000;
    color: #fff;
    transition: all .5s;
}

.destination-img:hover .destination-img-overly a {
    opacity: 1;
    transition: all 1s;
}

.destination-img:hover .destination-img-overly h4 {
    opacity: 1;
    transition: all 1s;
}


/* destination_Choose_end */


/* destination_offer_start */

.destination-offer {
    text-align: center;
    padding: 50px 0px;
}

.destination-offer h4 {
    color: #f49e09;
    font-size: 25px;
    font-family: 'Beau Rivage', cursive;
    text-align: center;
    font-weight: 600;
    margin-bottom: 10px;
}

.destination-offer h2 {
    font-size: 35px;
    color: #666666;
    text-align: center;
    font-family: 'Playfair Display', serif;
    margin-bottom: 10px;
    text-transform: capitalize;
}

.destination-offer p {
    font-size: 20px;
    color: #454545;
    margin-bottom: 20px;
    text-align: center;
}

.destination-offer-img img {
    width: 100%;
    margin: 15px 0px;
}

.destination-offer-img {
    position: relative;
}

.destination-offer-img::after {
    position: absolute;
    content: "";
    top: 14px;
    bottom: 15px;
    left: 0;
    right: 0;
    background-color: #00000057;
}

.destination-offer-overly {
    position: absolute;
    content: "";
    top: 75%;
    bottom: 0;
    left: 10px;
    right: 0;
    z-index: 1;
    text-align: left;
}

.destination-offer-overly a {
    background-color: #f49e09;
    padding: 5px 15px;
    font-size: 20px;
    color: #fff;
    font-family: "Poppins";
}

.destination-offer-overly a:hover {
    background-color: #000;
    color: #ffff;
    transition: all .5s;
}

.destination-offer-overly h3 {
    color: #fff;
    font-weight: 700;
    font-size: 30px;
    font-family: "poppins";
    margin: 15px 0px
}


/* destination_offer_end */


/*****************Destination_page_end****************/


/*****************activities_page_start****************/


/* blog/activitise */


/* activity-banner_start */

.activity-banner h1 {
    color: #fff;
    font-size: 60px;
    font-family: "playfair display";
    font-weight: 500;
    text-align: left;
}

.activity-banner h2 {
    color: #fff;
    font-size: 50px;
    font-family: "playfair display";
    font-weight: 500;
    text-align: left;
}

.activity-banner p {
    font-size: 20px;
    font-family: "lato";
    color: #fff;
    margin: 20px 0px;
    text-align: left;
}

.activity-banner .carousel-caption {
    text-align: left;
    margin-bottom: 100px;
}

.activity-banner .carousel-indicators [data-bs-target] {
    width: 15px;
    height: 10px;
}


/* activity-banner_end */


/* activity-events_start */

.activity-events {
    background-color: #fff;
    padding: 50px 0px;
}

.activity-events h2 {
    font-size: 35px;
    color: #666666;
    text-align: center;
    font-family: 'Playfair Display', serif;
    margin-bottom: 30px;
}

.activity-events h4 {
    color: #f49e09;
    font-size: 25px;
    font-family: 'Beau Rivage', cursive;
    text-align: center;
    font-weight: 600;
    margin-bottom: 10px;
}

.activity-events h6 {
    font-family: "poppins";
    padding: 10px 0px;
    margin-left: 10px;
    color: #f49e09;
}

.activity-events h5 {
    font-family: "poppins";
    font-weight: 600;
    margin-left: 10px;
    margin-bottom: 10px;
}

.activity_activity_text_img {
    background-color: #fff;
}

.activity-events-text img {
    width: 100%;
}

.activity-events-text p {
    margin-left: 10px;
    font-size: 16px;
    font-weight: 500;
    font-family: "lato";
    color: #0a0a0a;
    margin-bottom: 30px;
}

.activity_event_btn {
    padding-bottom: 30px;
    margin-left: 10px;
}

.activity-events-text {
    background-color: #eeeeee;
}


/* activity-events_end */


/* activity-activity_start */

.activity-activity {
    background-color: #eeeeee;
    padding: 50px 0px;
}

.activity-activity h2 {
    font-size: 35px;
    color: #666666;
    text-align: center;
    font-family: 'Playfair Display', serif;
    margin-bottom: 30px;
}

.activity_activity_p {
    padding: 28px;
}

.activity-activity h4 {
    color: #f49e09;
    font-size: 25px;
    font-family: 'Beau Rivage', cursive;
    text-align: center;
    font-weight: 600;
    margin-bottom: 10px;
}

.activity-activity p {
    font-size: 18px;
    font-weight: 500;
    font-family: "lato";
    color: #0a0a0a;
    line-height: 25px;
}

.activity-activity-text {
    margin: 35px 0px;
    background-color: #fff;
}

.activity_event_m {
    margin-bottom: 20px;
}

.activity-activity ul li {
    list-style: disc;
    font-family: "poppins";
    font-size: 18px;
    font-weight: 600;
    line-height: 10px;
    margin: 20px;
}

.activity-activity ul {
    margin-bottom: 30px;
}

.activity-activity ul li span {
    font-weight: 600;
}

.activity-activity-img img {
    width: 100%;
    height: 100%;
}

.activity_happy_customer_sec {
    background-image: url(../img2/activites_happy.jpg);
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    padding-top: 30px;
}

.activity_happy_customer_header h4 {
    color: #f49e09;
    font-size: 25px;
    font-family: 'Beau Rivage', cursive;
    font-weight: 600;
    margin-bottom: 5px;
}

.activity_happy_customer_header h2 {
    font-size: 35px;
    color: #fff;
    font-family: 'Playfair Display', serif;
    margin-bottom: 10px;
}

.activity_happy_customer_header p {
    font-size: 18px;
    font-weight: 500;
    font-family: "lato";
    color: #fff;
    line-height: 25px;
}

.activity_happy_customer_progress {
    margin-top: 20px;
}

.activity_happy_customer_progress .customer_progress_h {
    margin-left: 5px;
    margin-top: 15px;
}

.activity_happy_customer_progress .customer_progress_h h5 {
    font-size: 16px;
    margin-bottom: 5px;
    color: #fff;
    font-weight: 600;
}

.activity_happy_customer_header .progress {
    border-radius: 0px;
    position: relative;
}

.activity_happy_customer_header .progress .progress-bar {
    background-color: #1cbbb4;
}

.customer_progress_h1 {
    position: relative;
}

.customer_progress_h2 {
    position: relative;
}

.customer_progress_h3 {
    position: relative;
}

.customer_progress_h4 {
    position: relative;
}

.customer_progress_h1 span {
    position: absolute;
    content: "";
    font-size: 16px;
    color: #fff;
    font-weight: 600;
    top: 0;
    right: 8px;
    bottom: 0;
}

.customer_progress_h2 span {
    position: absolute;
    content: "";
    font-size: 16px;
    color: #fff;
    font-weight: 600;
    top: 0;
    right: 43px;
    bottom: 0;
}

.customer_progress_h3 span {
    position: absolute;
    content: "";
    font-size: 16px;
    color: #fff;
    font-weight: 600;
    top: 0;
    right: 196px;
    bottom: 0;
}

.customer_progress_h4 span {
    position: absolute;
    content: "";
    font-size: 16px;
    color: #fff;
    font-weight: 600;
    top: 0;
    right: 113px;
    bottom: 0;
}


/* activity-activity_end */


/***************activities_page_end************/


/***************contact_page_start************/


/* contact_bannar_start */

.contact_bannar {
    position: relative;
    background-image: url(../img2/contactbanner1.jpg);
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    padding: 150px 0px;
}

.contact_banner_header {
    text-align: center;
}

.contact_banner_header h1 {
    margin: 25px 0px;
    font-size: 50px;
    text-transform: uppercase;
    color: #fff;
    font-weight: 500;
    font-family: 'Playfair Display', serif;
}

.contact_banner_header h3 {
    margin-bottom: 30px;
}

.contact_banner_header h3 a {
    text-transform: uppercase;
    font-size: 18px;
    color: #fff;
    font-weight: 500;
    font-family: 'Poppins', sans-serif;
}

.contact_banner_header h3 a:hover {
    color: #f49e09;
    transition: all .5s;
}


/* contact_bannar_end*/


/* contact_inbox_start */

.contact_inbox {
    padding: 50px 0px;
}

.contact_inbox_menu .contact_inbox_menu_box:hover {
    box-shadow: 0px 0px 5px 0px #666666;
    transition: all .3s;
    border: none;
}

.contact_inbox_menu .contact_inbox_menu_box {
    padding: 40px;
    text-align: center;
    border: 1px solid #f49e09;
}

.contact_inbox_menu .contact_inbox_menu_box i {
    color: #f49e09;
    font-size: 40px;
}

.contact_inbox_menu_box h4 {
    color: #16191e;
    margin-top: 20px;
}


/* contact_inbox_end */


/* contact_form_start */

.contact_banner {
    position: relative;
    background-image: url(../img2/contactbanner2.jpg);
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    padding: 70px 0px;
}

.contact_form h2 {
    text-align: center;
    color: #fff;
    font-size: 40px;
    font-family: 'Playfair Display', serif;
    margin-bottom: 30px;
}

.contact_form .contact_btn {
    margin-top: 50px;
}

.contact_form_control {
    justify-content: space-between;
}

.form-control {
    background-color: transparent;
    border: 1px solid #fff;
    color: #fff;
    font-family: 'Poppins', sans-serif;
}

.contact_banner input::placeholder {
    color: #fff;
}

.contact_banner input:focus {
    color: #fff;
    background-color: transparent;
}

.contact_banner textarea:focus {
    color: #fff;
    background-color: transparent;
}

.contact_banner input:focus {
    outline: none;
}

.contact_form {
    text-align: center;
}


/* contact_form_start */


/* contact_map_start */

iframe {
    width: 100%;
    height: 500px;
}


/* contact_map_end */


/***************contact_page_end************/


/* Media Queries*/


/***************reponsive_start***************/


/* // Large devices (desktops, 992px and up) */

@media (min-width: 992px) and (max-width: 1200px) {
    .home_top_menu2 li a.top_active {
        font-size: 14px;
        padding: 17px 10px;
        font-weight: 400;
    }
    .home_top_menu2 li a {
        font-size: 14px;
        padding: 16px 10px;
        font-weight: 400;
    }
    .home_top_menu1 li {
        font-size: 16px;
        font-weight: 400;
    }
    .home_booking_box form svg {
        width: 25px;
        height: 25px;
    }
    .home_booking_box form input {
        border: none;
        width: 125px;
    }
    .home_destination a.home_d_location i {
        font-size: 18px;
    }
    .home_destination a.home_d_location h5 {
        font-size: 16px;
    }
    .home_destination .card-body {
        padding: 15px 10px;
    }
    .activity-banner .carousel-caption {
        margin-bottom: 50px;
    }
    .about_gallery_overlay {
        position: absolute;
        content: "";
        top: 120px;
        left: 65px;
    }
    .overlay {
        position: absolute;
        content: "";
        width: 20px;
        height: 30px;
        color: #c9c8c8;
        top: 100px;
        left: 145px;
    }
    .destination-img-overly {
        position: absolute;
        content: "";
        top: 61px;
    }
    .activity_happy_customer_img img {
        height: 480px;
    }
    a.home_common_btn {
        padding: 7px 15px;
        background-color: #f49e09;
        color: #000;
        font-family: 'Poppins', sans-serif;
    }
    .home_destination .home_d_name li {
        font-size: 14px;
    }
    .home_offer_header p {
        font-size: 18px;
    }
    .home_destination_header p {
        font-size: 18px;
    }
    .navbar-brand img {
        width: 175px;
    }
    .home_bottom_header .navbar-light .navbar-nav .nav-link {
        color: #fff;
        font-size: 15px;
        padding-right: 4px;
    }
    .home_blog_header p {
        font-size: 18px;
    }
    .home_video_sec {
        left: 35%;
    }
    .home_footer_logo img {
        width: 175px;
    }
    .destination-banner h4 {
        margin: 0;
        margin-bottom: 20px;
        font-size: 18px;
    }
    .destination-banner h4 span {
        font-size: 18px;
    }
    .destination-choose p {
        font-size: 18px;
    }
    .destination-offer p {
        font-size: 18px;
    }
    .destination-offer-overly {
        top: 70%;
    }
    .home_feedback_box p {
        font-size: 18px;
    }
    .home_bannar .carousel-caption {
        margin-bottom: 50px;
    }
    .destination-banner .carousel-caption {
        margin-bottom: 50px;
    }
    .about_offer_text h3 {
        font-size: 16px;
    }
    .about_offer_text h6 {
        font-size: 14px;
    }
    .about_offer_text {
        padding: 10px 10px;
    }
    .about_offer_text h3 {
        margin: 0px;
    }
}


/* // Medium devices (tablets, 768px and up) */

@media (min-width: 768px) and (max-width: 991px) {
    .home_top_menu1 {
        display: flex;
        align-items: center;
        margin: 0 auto;
        width: 62%;
    }
    #navbarSupportedContent {
        background: #000;
        padding: 10px 30px;
    }
    .home_bottom_header .navbar-light .navbar-nav .nav-link {
        font-size: 14px;
        color: #fff;
        line-height: 5px;
    }
    .home_f_s_menu {
        display: flex;
        margin: 15px auto;
    }
    .home_bottom_header .user_btn a i {
        margin-top: 10px;
    }
    .home_top_header {
        padding: 10px 0px;
    }
    .home_top_menu2 {
        display: flex;
        align-items: center;
        margin-top: 12px;
    }
    .activity_event_mb {
        margin: 0 auto;
    }
    .home_top_menu2 li a.top_active {
        padding: 5px 15px;
    }
    .home_top_menu2 li a {
        padding: 5px 15px;
    }
    .contact_banner_header h1 {
        margin: 0px;
        margin-top: 40px;
        font-size: 40px;
    }
    .contact_banner_header h3 a {
        font-size: 16px;
    }
    .home_gallery_img::before {
        display: none;
    }
    .home_gallery_img .overlay i {
        display: none;
    }
    .about_gallery_overlay {
        position: absolute;
        content: "";
        top: 175px;
        left: 120px;
    }
    .about_banner_header h1 {
        margin: 0px;
        margin-top: 40px;
        font-size: 40px;
    }
    .about_banner_header h3 a {
        font-size: 16px;
    }
    .contact_inbox_menu_box {
        margin-bottom: 20px;
    }
    .destination-banner .carousel-caption {
        text-align: left;
        margin-bottom: 0px;
    }
    a.home_common_btn {
        padding: 5px 10px;
    }
    .destination-banner h4 {
        font-size: 18px;
        margin: 0px;
        margin-bottom: 20px;
    }
    .customer_progress_h2 span {
        position: absolute;
        content: "";
        font-size: 16px;
        color: #fff;
        font-weight: 600;
        top: 0;
        right: 53px;
        bottom: 0;
    }
    .customer_progress_h3 span {
        right: 255px;
    }
    .customer_progress_h4 span {
        right: 148px;
    }
    .destination-banner h4 span {
        font-size: 18px;
    }
    .destination-banner h1 {
        font-size: 40px;
    }
    .destination-banner h2 {
        font-size: 30px;
    }
    .destination-choose p {
        font-size: 18px;
    }
    .destination-offer p {
        font-size: 18px;
    }
    .home_feedback_box p {
        font-size: 20px;
    }
    .destination_header_t {
        margin: 0 auto;
    }
    .destination-banner .carousel-control-next,
    .carousel-control-prev {
        position: absolute;
        top: 124px;
    }
    .navbar-light .navbar-toggler {
        color: #fff;
        border: 1px solid #fff;
    }
    .home_feedback_box p {
        font-size: 18px;
    }
    .about_tours_text h2 {
        margin-top: 15px;
    }
    .tours-img {
        margin-left: 60px;
    }
    .home_bannar .carousel-caption {
        text-align: left;
        margin-bottom: 0px;
    }
    .home_bannar .carousel-caption h1 {
        font-size: 40px;
    }
    .home_bannar .carousel-caption h5 {
        font-size: 16px;
    }
    .home_bannar .carousel-caption h5::before {
        height: 2px;
        width: 30px;
        left: -32px;
        top: 8px;
    }
    .home_booking_box_left::before {
        display: none;
    }
    .home_booking_date form svg {
        width: 20px;
        height: 20px;
        position: absolute;
        content: "";
        top: 14px;
        right: -22px;
        bottom: 0;
    }
    .destination-img-overly {
        position: absolute;
        content: "";
        top: 100px;
    }
    .home_booking_box form svg {
        width: 20px;
        height: 20px;
    }
    .home_about_sec .card {
        margin-bottom: 20px;
    }
    .blog_t_sec {
        margin: 20px auto;
    }
    .home_video_sec {
        position: absolute;
        content: "";
        left: 34%;
        bottom: -40%;
        right: 0;
    }
    .home_video_sec video {
        width: 300px;
        height: 300px;
    }
    .activity-banner h1 {
        font-size: 40px;
    }
    .activity-banner .carousel-caption {
        text-align: left;
        margin-bottom: 0px;
    }
    .activity-banner p {
        font-size: 18px;
        font-family: "lato";
        color: #fff;
        margin: 8px 0px;
        text-align: left;
    }
    .activity_happy_customer_progress {
        margin-bottom: 20px;
    }
}


/* // Small devices (landscape phones, 576px and up) */

@media (min-width: 576px) and (max-width:768px) {
    .home_booking_box_left::before {
        display: none;
    }
    
    .navbar-brand img {
        width: 200px;
    }
    .home_bottom_header .user_btn a i {
        margin-top: 10px;
    }
    .home_about_sec .card .card-body p {
        font-size: 18px;
    }
    .home_booking_date form svg {
        position: absolute;
        content: "";
        top: 14px;
        right: -170px;
        bottom: 0;
    }
    #navbarSupportedContent {
        background: #000;
        padding: 10px 30px;
    }
    .home_bottom_header .navbar-light .navbar-nav .nav-link {
        font-size: 14px;
        color: #fff;
        line-height: 5px;
    }
    .home_bottom_header .form-control {
        font-size: 14px;
        padding: 5px 20px;
    }
    .home_bottom_header form .home_serc {
        top: 12px;
        left: 8px;
        width: 10px;
        height: 10px;
    }
    .navbar-light .navbar-toggler {
        color: #fff;
        border: 1px solid #fff;
    }
    .home_top_header {
        padding: 10px 0px;
    }
    .home_booking_box form input {
        margin-left: 16px;
    }
    .home_about_sec .card-body {
        margin-bottom: 20px;
    }
    .home_offer_header p {
        font-size: 16px;
    }
    .home_destination_header p {
        font-size: 16px;
    }
    .home_destination .home_d_sado {
        margin-bottom: 20px;
    }
    .about_gallery_overlay {
        position: absolute;
        content: "";
        top: 250px;
        left: 210px;
        bottom: 0;
    }
    .destination-img-overly {
        position: absolute;
        content: "";
        top: 185px;
    }
    .home_d_overlay {
        position: absolute;
        content: "";
        width: 150px;
        height: 50px;
        top: 38%;
        left: 38%;
    }
    .home_blog_header p {
        font-size: 16px;
    }
    .home_blog .card {
        margin-bottom: 20px;
    }
    .home_video_sec {
        position: absolute;
        content: "";
        left: 27%;
        bottom: -50%;
        right: 0;
    }
    .home_footer {
        text-align: center;
    }
    .home_footer_f_menu {
        margin: 0 auto;
        width: 30%;
    }
    .home_footer h3 {
        margin-top: 15px;
    }
    .home_f_s_menu {
        display: flex;
        margin: 15px auto;
        width: 40%;
    }
    .home_top_menu2 {
        display: flex;
        align-items: center;
        margin-top: 12px;
    }
    .home_top_menu2 li a.top_active {
        padding: 5px 15px;
    }
    .home_top_menu2 li a {
        padding: 5px 15px;
    }
    .contact_inbox_menu .contact_inbox_menu_box {
        margin-bottom: 20px;
    }
    .home_top_menu1 {
        display: flex;
        align-items: center;
        margin: 0 auto;
        width: 85%;
    }
    .about_bannar {
        padding: 70px 0px;
    }
    .about_banner_header {
        padding-top: 50px;
    }
    .about_banner_header h1 {
        margin: 0px;
        font-size: 40px;
        margin-top: 60px;
    }
    .about_banner_header h3 a {
        font-size: 16px;
    }
    .tours-img {
        margin-bottom: 15px;
    }
    .about_tours_text {
        margin: 0;
    }
    .about_tours_text p {
        font-size: 18px;
    }
    .home_gallery_img::before {
        display: none;
    }
    .home_gallery_img .overlay i {
        display: none;
    }
    .destination-choose p {
        font-size: 18px;
        max-width: 464px;
        margin: 0 auto;
        margin-bottom: 10px;
    }
    .contact_bannar {
        padding: 70px 0px;
    }
    .contact_banner_header {
        padding-top: 50px;
    }
    .contact_banner_header h1 {
        margin: 0px;
        font-size: 40px;
        margin-top: 60px;
    }
    .contact_banner_header h3 a {
        font-size: 16px;
    }
    .home_feedback_box p {
        font-size: 18px;
    }
    .activity_happy_customer_progress {
        margin-bottom: 20px;
    }
}

@media (max-width: 576px) {
    #navbarSupportedContent {
        background: #000;
        padding: 10px 30px;
    }
    .navbar-brand img {
        width: 150px;
    }
    .home_bottom_header .navbar-light .navbar-nav .nav-link {
        font-size: 14px;
        color: #fff;
        line-height: 5px;
    }
    .home_bottom_header .form-control {
        font-size: 12px;
        padding: 5px 20px;
        padding-right: 0px;
    }
    .home_bottom_header form .home_serc {
        top: 12px;
        left: 8px;
        width: 10px;
        height: 10px;
    }
    .navbar-light .navbar-toggler {
        color: #fff;
        border: 1px solid #fff;
    }
    .home_booking_date form svg {
        position: absolute;
        content: "";
        top: 14px;
        right: 0;
        bottom: 0;
    }
    .home_top_menu2 li a {
        padding: 5px 15px;
    }
    .home_top_menu2 li a.top_active {
        padding: 5px 15px;
    }
    .home_top_header {
        padding: 10px 0px;
    }
    .home_offer_header p {
        font-size: 16px;
    }
    .home_about_sec .card .card-body p {
        font-size: 18px;
        line-height: 30px;
        margin-bottom: 50px;
    }
    .home_blog_header p {
        font-size: 16px;
    }
    .home_feedback_box p {
        padding: 0px 10px;
    }
    .about_gallery_overlay {
        position: absolute;
        content: "";
        top: 250px;
        left: 229px;
    }
    .home_top_menu1 {
        display: flex;
        align-items: center;
        margin: 0 auto;
        width: 85%;
    }
    .home_booking_box_left::before {
        display: none;
    }
    .home_d_overlay {
        position: absolute;
        content: "";
        width: 150px;
        height: 50px;
        top: 40%;
        left: 40%;
    }
    .home_video_sec {
        position: absolute;
        content: "";
        left: 28%;
        bottom: -52%;
        right: 0;
    }
    .home_video_sec {
        width: 240px;
    }
    .home_video_sec video {
        width: 240px;
    }
    .destination-choose p {
        font-size: 16px;
    }
    .customer_progress_h3 span {
        right: 171px;
    }
    .customer_progress_h4 span {
        right: 100px;
    }
    .home_footer_bottm p {
        color: #ffff;
        font-family: 'Poppins', sans-serif;
        font-size: 16px;
    }
    .home_footer_bottm span a {
        color: #f49e09;
        font-family: 'Poppins', sans-serif;
        font-size: 16px;
    }
    .overlay {
        display: none;
    }
    .home_gallery_img::before {
        display: none;
    }
    .about_tours_text {
        margin-left: 0px;
    }
}


/***************reponsive_end***************/