body {
    margin: 0px;
    padding: 0px;
    font-family: 'Muli';
}


@font-face {
    font-family: 'Muli-Bold';
    src: url('../woff2/muli-bold.woff2') format('woff2'),
        url('../woff/muli-bold.woff') format('woff'),
        url('../ttf/muli-bold.ttf') format('truetype');
    font-weight: bold;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Muli';
    src: url('../woff2/muli.woff2') format('woff2'),
        url('../woff/muli.woff') format('woff'),
        url('../ttf/muli.ttf') format('truetype');
    font-weight: normal;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Muli-Light';
    src: url('../woff2/muli-light.woff2') format('woff2'),
        url('../woff/muli-light.woff') format('woff'),
        url('../ttf/muli-light.ttf') format('truetype');
    font-weight: 300;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Muli-SemiBold';
    src: url('../woff2/muli-semibold.woff2') format('woff2'),
        url('../woff/muli-semibold.woff') format('woff'),
        url('../ttf/muli-semibold.ttf') format('truetype');
    font-weight: 600;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Muli-Extra-Bold';
    src: local('Muli Extra Bold'), local('Muli-Extra-Bold'),
        url('../woff2/muli-extrabold.woff2') format('woff2'),
        url('../woff/muli-extrabold.woff') format('woff'),
        url('../ttf/muli-extrabold.ttf') format('truetype');
    font-weight: 800;
    font-style: normal;
}


:root {
    --bs-btn-color: #fff;
    --bs-btn-bg: #F89B2D;
    --bs-btn-border-color: #F89B2D;
    --bs-btn-hover-color: #000;
    --bs-btn-hover-bg: #F89B2D;
    --bs-btn-hover-border-color: #F89B2D;
    --bs-btn-focus-shadow-rgb: 217, 164, 6;
    --bs-btn-active-color: #000;
    --bs-btn-active-bg: #F89B2D;
    --bs-btn-active-border-color: #F89B2D;
    --bs-btn-active-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
    --bs-btn-disabled-color: #000;
    --bs-btn-disabled-bg: #F89B2D;
    --bs-btn-disabled-border-color: #F89B2D;
}

.bg-warning {
    background: #F89B2D !important;
    color: #fff;
}

.text-warning {
    color: #F79C2E !important;
}

@media (min-width : 992px) {
    .offcanvas {
        visibility: visible;
        position: relative;
        background: none;
        border: none;
        justify-content: end;
    }
}

@media (max-width : 992px) {
    .offcanvas {
        width: 100% !important;
    }

    .offcanvas-start-lg {
        top: 0;
        left: 0;
        border-right: 1px solid rgba(0, 0, 0, .2);
        transform: translateX(-100%);
    }

}



.navbar .ig-megamenu .megamenu-header {
    color: #f79c2e !important;
}

.navbar .ig-megamenu .ig-menu-content ul li a:not(.megamenu-header) {
    color: #2d2f3c !important;
}

.navbar-nav li a {
    color: white !important;
}

.discuss-section {
    background: #1c2e4e;
}

.headertop {
    background-repeat: no-repeat;
    background-size: cover;
    background-position: right;
}


nav.navbar.header_menu {
    padding: 30px 0;
}

nav.navbar.header_menu .navbar-nav {
    font-size: 15px;
}

.btn-warnings {
    background: #f89b2d !important;
    color: #fff !important;
    padding: 10px 28px !important;
    font-size: 16px;
    font-family: 'Muli-SemiBold';
}

.homebanner {
    padding: 100px 0 140px;
}


.heading_title {
    font-size: 45px;
    line-height: 60px;
    font-family: 'Muli-Bold';
}

.sub_heading {
    font-size: 18px;
    width: 490px;
    line-height: 30px;
    font-family: 'Muli-Light';
    color: #ffffff9e;
}



.heading_two {
    font-size: 35px;
    margin: 0 0 20px;
    font-family: 'Muli-Extra-Bold';
}

.sub-heading-two {
    font-size: 18px;
    color: #ffffff94;
    font-family: 'Muli-Light';
    line-height: 30px;
}


.heading_three {
    font-size: 30px;
    color: #fff;
    font-family: 'Muli-Bold';
    line-height: 60px;
}





/* Footer css */

footer {
    float: left;
    width: 100%;
}
.footer-bg {
    background: #1F2125;
}

.footer-content p {
    font-size: 16px;
    color: #fff;
    opacity: 65%;
    font-family: 'Muli-Light';
}

.footer-content h5 {
    font-size: 18px;
    color: #F89C2D;
    font-family: 'Muli-SemiBold';
}

.footer-content {
    width: 100%;
    float: left;
}

.footer_logo {
    margin: 0 0 30px;
    display: inline-block;
}

.social_icons .nav a {
    background: #2C2E33;
    width: 40px;
    display: inline-block;
    text-align: center;
    height: 40px;
    line-height: 40px;
    border-radius: 100px;
    color: #ffffff7a;
}

.social_icons .nav {
    padding: 10px 0 0px;
}

.social_icons .nav a:hover {
    background: #fff;
    color: #0e1e3a;
}

.footeraddress {
    background-repeat: no-repeat;
    background-size: 100% 100%;
    border-radius: 10px;
    overflow: hidden;
    display: flex;
    flex-direction: column;
    height: 100%;
}

.address {
    margin-top: 15px;
}

.address p {
    margin: 0;
}

.footer-bottom {
    background: #3C3F4D;
    padding: 15px 0;
    float: left;
    width: 100%;
}

.footeraddress p {
    opacity: 100%;
}

.dmc-logo img {
    width: 200px;
}

.footeraddress h5 {
    color: #fff;
    margin: 0;
}

/* Footer css end */



/* hotel new css */

.video_section {
    position: absolute;
    width: 100%;
    height: 100%;
    bottom: 0;
    left: 0;
    right: 0;
    top: 0;
    z-index: -1;
    overflow: hidden;
}
.video_section video {
    width: 100%;
}

.video_section:after {
    content: '';
    position: absolute;
    background: #000000d1;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
}
.hotel_booking_section {
    padding: 5rem 0rem 5rem 3rem;
}
.hotelDashboard {
    margin: 0 -180px 0 30px;
}


.power_services_title {
    font-size: 22px;
    font-family: 'Muli-Bold'; color: #fff; line-height: 30px;
}


.spacestbe {
    padding: 60px 3rem;
  float: left; width: 100%;
}
.power_packed_section {
    background-color: #1A1B1D; float: left; width: 100%;
}
.power_services {
    background: #2c2d2f;
    padding: 25px;
    border-radius: 8px;
    margin-top: 25px;
    display: flex;
    flex-direction: column;
    height: 91%;
}

.power_services p {
    color: #fff;
    margin: 16px 0 0;
    font-family: 'Muli-Light';
}


.endless_section {
    background-color: #111111;
    background-repeat: no-repeat;
    background-size: cover;
}

.booking_box p {
    color: #ffffffad;
    font-family: 'Muli-Light';
}

.paymentdashboard {
    margin: 0 60px 0 -45px;
}


/* blue theme */

.blue_theme.video_section:after {
    background: #03104dde;
}

.blue_theme.power_packed_section {
    background: #F2FAFC;
}
.blue_theme .heading_two {
    color: #232E60;
}

.blue_theme .power_services_title {
    color: #232E60;
}
.blue_theme p {
    color: #232E60;
}

.blue_theme .power_services {
    background: #fff;
}

.blue_theme.endless_section {
    background: #fff;
}