body {
    font-family: "Inter", sans-serif;
    font-weight: 400;
    overflow-x: hidden;
}

/* =========================================
========= Header Section Css Start =======*/
header.header_top nav {
    box-shadow: 0px 2px 4px 0px rgba(0, 0, 0, 0.15);
    /* border-radius: 10px; */
    /* top: 40px; */
    background: rgba(255, 255, 255, 0.96);
    /* z-index: 2; */
    height: 102px;
}

header.header_top nav .nav-link {
    padding: 0px 28px 0px 28px !important;
}

header.header_top nav .nav-link:hover,
header.header_top nav .nav-link.active {
    color: rgba(248, 18, 65, 1) !important;
}

header.header_top .navbar-nav .nav-item.dropdown .dropdown-menu {
    top: 64px;
    border-radius: 4px;
    border: 0px;
    width: 200px;
}

.main-menu-header .nav-item .menu-list .dropdown-item{
    padding: 10px 20px;
}

header.header_top .navbar-toggler{
    width:  45px;
    height: 45px;
    padding: 0;
    line-height: 12px;
}

header.header_top .navbar-toggler .navbar-toggler-icon{
    width: 100%;
    height: 4px;
    background: #000;
    border-radius: 10px;
    padding: 0px;
}
/*========= Header Section Css End =========
==========================================*/

/* =========================================
=== Home Event Date Component Css Start ==*/
.event_date {
    width: 74px;
    height: 70px;
    border-radius: 8px;
    padding: 10px;
    left: 20px;
    top: 20px;

}

/*=== Home Event Date Component Css End ====
==========================================*/


/* =========================================
==== Home Trip Owl Carousel Css Start ====*/
.trip-carousel .owl-nav {
    text-align: center;
    margin-top: 25px;
}

.trip-carousel .owl-nav .owl-prev,
.trip-carousel .owl-nav .owl-next {
    height: 30px;
    width: 30px;
    border-width: 1px !important;
    border-style: solid !important;
    border-image: linear-gradient(180deg, #F81241 0%, #EDC12C 100%) 1 !important;
    border-radius: 2px;
}

.trip-carousel .owl-nav .owl-prev {
    margin-right: 11px;
}

/*==== Home Trip Owl Carousel Css End ======
==========================================*/

/* =========================================
===== Home Featured Video Css Start ======*/
.featured-video {
    position: relative;
    border-radius: 20px;
}

.featured-video video {
    width: 100%;
    height: auto;
    border-radius: 20px;
    position: relative;
}



.play-button-wrapper {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    display: flex;
    align-items: center;
    justify-content: center;
    width: 100%;
    height: auto;
    pointer-events: none;
    background-color: rgb(4 28 45 / 39%);
    border-radius: 20px;
    z-index: 2;
}

.play-button-wrapper #circle-play-b {
    cursor: pointer;
    pointer-events: auto;
}

/*====== Home Featured Video Css End =======
==========================================*/

/* =========================================
==== Why Choose Us Section Css Start =====*/
.why_choose_us:hover {
    background: linear-gradient(136.99deg, #F81241 -59.66%, #EDC12C 99.03%);
}

.why_choose_us div figure>img.white_icon {
    display: none;
}

.why_choose_us:hover div figure img.white_icon {
    display: inline-block;
}

.why_choose_us:hover div figure> :first-child {
    display: none;
}

.why_choose_us:hover div:nth-child(2) p,
.why_choose_us:hover div:nth-child(2) h4 {
    color: #fff !important;
}

/*==== Why Choose Us Section Css End =======
==========================================*/


/* =========================================
==== Home Gallery Section Css Start ======*/

.img-wrapper {
    position: relative;
}

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

.img-overlay {
    background: linear-gradient(132.1deg, #F81241 -40.36%, #EDC12C 116.42%);
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    display: flex;
    justify-content: center;
    align-items: center;
    opacity: 0;
}

.img-overlay i {
    color: #fff;
    font-size: 3em;
}

#overlay {
    background: rgba(0, 0, 0, 0.7);
    width: 100%;
    height: 100%;
    position: fixed;
    top: 0;
    left: 0;
    display: flex;
    justify-content: center;
    align-items: center;
    z-index: 999;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
}

#overlay img {
    margin: 0;
    width: 80%;
    height: auto;
    object-fit: contain;
    padding: 5%;
}

@media screen and (min-width: 768px) {
    #overlay img {
        width: 60%;
    }
}

@media screen and (min-width: 1200px) {
    #overlay img {
        width: 50%;
    }
}

#nextButton {
    color: #fff;
    font-size: 2em;
    transition: opacity 0.8s;
}

#nextButton:hover {
    opacity: 0.7;
}

@media screen and (min-width: 768px) {
    #nextButton {
        font-size: 3em;
    }
}

#prevButton {
    color: #fff;
    font-size: 2em;
    transition: opacity 0.8s;
}

#prevButton:hover {
    opacity: 0.7;
}

@media screen and (min-width: 768px) {
    #prevButton {
        font-size: 3em;
    }
}

#exitButton {
    color: #fff;
    font-size: 2em;
    transition: opacity 0.8s;
    position: absolute;
    top: 15px;
    right: 15px;
}

#exitButton:hover {
    opacity: 0.7;
}

@media screen and (min-width: 768px) {
    #exitButton {
        font-size: 3em;
    }
}


/*====== Home Gallery Section Css End ======
==========================================*/


/* =========================================
==== Newsletter Section Css Start ========*/
.subscribe_newsletter {
    background-image: linear-gradient(91.74deg, #F81241 -19.37%, #edc02cb3 58.98%, #edc12c5e 100%), url('../img/subscribe_newsletter_bg.png');
    background-repeat: no-repeat;
    background-size: cover;
}

.subscribe_newsletter .subscribe_newsletter_btn.btn-info {
    background: #F81241;
    border-radius: 5px;
    width: 259px;
}

.subscribe_newsletter .newsletter_input {
    border-style: none;
    padding: 15px;
    border-radius: 5px;
    width: 259px;
}

.subscribe_newsletter .newsletter_input::placeholder {
    color: #BEBBBB;
}

/*====== Newsletter Section Css End ========
==========================================*/

/* =========================================
=== Event Page Banner Slider Css Start ===*/
.event_banner_carousel .owl-dots {
    text-align: center;
    margin-top: 10px;
}

.event_banner_carousel .owl-dots .owl-dot {
    background: rgba(207, 207, 207, 1);
    Width: 12px;
    Height: 12px;
    border-radius: 100px;
    margin: 0px 4px;
}

.event_banner_carousel .owl-dots .owl-dot.active {
    background: linear-gradient(180deg, #F81241 0%, #EDC12C 100%);
    Width: 16px;
    Height: 16px;
}

/*== Event Page Banner Slider Css Start ====
==========================================*/

/* ========================================= 
=== Hotel Packages Section Start ======== */
.hotel_list_img .owl-nav .owl-prev,
.hotel_list_img .owl-nav .owl-next,
.hotel_packages_carousel .owl-nav .owl-prev,
.hotel_packages_carousel .owl-nav .owl-next {
    height: 35px;
    width: 35px;
    border-width: 1px !important;
    border-style: solid !important;
    border-image: linear-gradient(180deg, #F81241 0%, #EDC12C 100%) 1 !important;
    border-radius: 2px;
    background: #fff !important;
}

.hotel_packages_carousel .owl-nav .owl-prev {
    position: absolute;
    top: 40%;
    left: 5%;
    transform: translate(-50%, -50%);
}


.hotel_packages_carousel .owl-nav .owl-next {
    position: absolute;
    top: 40%;
    right: 0%;
    transform: translate(-50%, -50%);
}

.hotel_list_img .owl-nav .owl-prev {
    position: absolute;
    top: 50%;
    left: 11%;
    transform: translate(-50%, -50%);
}

.hotel_list_img .owl-nav .owl-next {
    position: absolute;
    top: 50%;
    right: 0%;
    transform: translate(-50%, -50%);
}

/* ===== Room Search MOdal Css Start ====*/
#get_quote_pop,
#roomSearchModal {
    background: rgba(0, 0, 0, 0.75);
}

#roomSearchModal .modal-dialog {
    max-width: 520px !important;
}

#roomSearchModal .modal-dialog .modal-content {
    border-radius: 12px;
    background: rgba(220, 218, 218, 1);
}

#roomSearchModal .modal-dialog .modal-content .btn-close {
    background: url('../img/room_search_modal_close_icon.png');
    position: absolute;
    top: -30px;
    right: -24px;
    background-color: #fff;
    height: 24px;
    width: 23px;
    border-radius: 100px;
}

/* ====== Room Search MOdal Css End =====*/

/* ========= Hotel Packages Section End ===
=========================================*/


/* =========================================
===== Event Filter Side Css Start ========*/
#EventFilterSlide {
    background: rgba(0, 0, 0, 0.75);
}

#EventFilterSlide .modal-dialog {
    max-width: 364px;
}

#EventFilterSlide .modal-dialog-slideout {
    min-height: 100%;
    margin: 0 0 0 auto;
    background: #fff;
}

#EventFilterSlide.modal.fade .modal-dialog.modal-dialog-slideout {
    -webkit-transform: translate(100%, 0)scale(1);
    transform: translate(100%, 0)scale(1);
}

#EventFilterSlide.modal.fade.show .modal-dialog.modal-dialog-slideout {
    -webkit-transform: translate(0, 0);
    transform: translate(0, 0);
    height: 100%;
}

/* #EventFilterSlide.modal.fade.show .modal-dialog.modal-dialog-slideout .modal-body {
    overflow-y: auto;
    overflow-x: hidden;
} */

#EventFilterSlide .modal-dialog .modal-content .custom-btn-close {
    background: url('../img/filter_Slide_Close.png');
    opacity: 1;
    height: 30px;
    width: 30px;
}

/*====== Event Filter Side Css End =========
==========================================*/


/* =========================================
======= Contact Us Page Css Start ========*/
.icon_circle {
    height: 100px;
    width: 100px;
    border-radius: 100px;
    line-height: 100px;
    margin: auto;
}

/*======= Contact Us Page Css End ==========
==========================================*/

/* =========================================
======= Reservation Page Css Start =======*/
.reservation_tabs .nav-item button.active {
    color: rgba(237, 193, 44, 1) !important;
    border-bottom: 5px solid rgba(237, 193, 44, 1);
}

/*===== Reservation Page Css Start =========
==========================================*/


/* =========================================
============ Footer Css Start ============*/
.footer_social_link li {
    display: inline-block;
}

.footer_social_link li a {
    height: 40px;
    border: 1px solid #fff;
    width: 40px;
    text-align: center;
    line-height: 36px;
    border-radius: 4px;
    display: inline-block;
}

/*========== Footer Css End ================
==========================================*/


.trip-carousel .owl-stage{
    display: flex;
}

.trip-carousel .item {
    display: flex;
    flex: 1 0 auto;
    height: 100%;
}

.trip-carousel .item .border1 {
    position: relative;
    overflow: hidden; 
    display: flex;
    flex-direction: row;
    align-items: stretch;
    width: 100%;
}