/* Poppins */
@import url('https://fonts.googleapis.com/css2?family=Poppins:ital,wght@0,100;0,200;0,300;0,400;0,500;0,600;0,700;0,800;0,900;1,100;1,200;1,300;1,400;1,500;1,600;1,700;1,800;1,900&display=swap');
/* Space Grotesk */
/* @import url('https://fonts.googleapis.com/css2?family=Space+Grotesk:wght@300..700&display=swap'); */

/* Cormorant Garamond', serif */
@import url('https://fonts.googleapis.com/css2?family=Cormorant+Garamond:ital,wght@0,300..700;1,300..700&display=swap');

/* Montserrat */
@import url('https://fonts.googleapis.com/css2?family=Montserrat:ital,wght@0,100..900;1,100..900&display=swap');


* {
    margin: 0;
    padding: 0;
    box-shadow: none;
    box-sizing: border-box;
}

:root {
    --body-font: "Poppins", sans-serif;
    --heading-font: "Cormorant Garamond", serif;
    --nav-font: "Montserrat", sans-serif;

    /* Primary Theme */
    --theme-color: #dfaa4d;
    --theme-color2: #7d1d24;
    --theme-color3: #dfaa4d;
    --theme-color4: #f7f3ed;
    --theme-color5: #3b1013;
    --theme-color6: #2a0507;

    /* Accent Colors */

    /* Logo Red */
    --theme-color7: #9a7727;
    /* Light Red */

    /* Background */
    --theme-bg-light: #F8FCFF;
    --theme-bg-light2: #FFFFFF;

    /* Transparent Colors */
    --theme-color-light: rgba(20, 135, 207, 0.08);
    --theme-color-light2: rgba(20, 135, 207, 0.18);

    /* Text */
    --body-text-color: #666666;
    --color-dark: #1C1C1C;
    --color-white: #FFFFFF;

    /* Brand Colors */
    --color-blue: #1487CF;
    --color-red: #E31E24;
    --color-gray: #F5F7FA;

    /* Optional */
    --color-yellow: #FFC107;
    --color-pink: #E31E24;

    /* Shadows */
    --box-shadow: 0 15px 40px rgba(20, 135, 207, 0.12);
    --box-shadow2: 0 10px 30px rgba(20, 135, 207, 0.18);
    --box-shadow3: rgba(0, 0, 0, 0.08) 0 8px 24px;

    /* Transition */
    --transition: all .5s ease;
    --transition2: all .3s ease;

    /* Borders */
    --border-info-color: rgba(20, 135, 207, .18);
    --border-info-color2: rgba(20, 135, 207, .08);
    --border-info-color3: #D6ECFA;

    --border-colo--color-white: rgba(255, 255, 255, .15);
    --border-colo--color-white2: rgba(255, 255, 255, .30);

    /* Footer */
    --footer-bg: #0B2F4A;
    --footer-text-color: #F5F5F5;

    /* Social */
    --facebook-color: #1877F2;
    --instagram-color: #E1306C;
    --youtube-color: #FF0000;
    --whatsapp-color: #25D366;
}


*,
*:before,
*:after {
    box-sizing: inherit;
}

* {
    scroll-behavior: inherit !important;
}

html,
body {
    height: auto;
    width: 100%;
    margin: 0;
    padding: 0;
    box-sizing: border-box;
    overflow-x: hidden !important;

}

body {
    font-family: var(--body-font);
    font-style: normal;
    font-size: 16px;
    font-weight: normal;
    line-height: 1.8;
}

a {
    color: var(--color-dark);
    display: inline-block;
}

a,
a:active,
a:focus,
a:hover {
    outline: none;
    -webkit-transition: all 0.3s ease-out 0s;
    -moz-transition: all 0.3s ease-out 0s;
    -o-transition: all 0.3s ease-out 0s;
    -ms-transition: all 0.3s ease-out 0s;
    transition: all 0.3s ease-out 0s;
    text-decoration: none !important;
}

a:hover {
    color: var(--color-blue);
}

ul {
    margin: 0;
    padding: 0;
}


h1,
h2,
h3,
h4,
h5,
h6 {
    color: var(--color-dark);
    margin: 0px;
    font-weight: 500;
    font-family: var(--heading-font) !important;
}

p {
    margin: 0px;
}

.img,
img {
    /* max-width: 100%; */
    -webkit-transition: all 0.3s ease-out 0s;
    -moz-transition: all 0.3s ease-out 0s;
    -ms-transition: all 0.3s ease-out 0s;
    -o-transition: all 0.3s ease-out 0s;
    transition: all 0.3s ease-out 0s;
    height: auto;
}

*::-moz-selection {
    background: var(--theme-color);
    color: var(--color-white);
    text-shadow: none;
}

::-moz-selection {
    background: #555;
    color: var(--color-white);
    text-shadow: none;
}

::selection {
    background: #555;
    color: var(--color-white);
    text-shadow: none;
}

*::-moz-placeholder {
    color: #999;
    font-size: 16px;
    opacity: 1;
}

/*  */

/*=========================
Top Bar
=========================*/

.a3d-topbar {

    background: #5b0009;

    padding: 8px 0;

    font-size: 13px;

}

.a3d-topbar-left {

    display: flex;

    gap: 25px;

    align-items: center;

}

.a3d-topbar-left a {
    color: #fff;
    text-decoration: none;

}

.a3d-topbar-left p {
    color: #fff;
    text-decoration: none;
}

.footer-contact p i {
    color: #d4af37;
    width: 20px;
    margin-right: 8px;
}

.a3d-topbar-left i {
    color: #d4af37;
    margin-right: 6px;
}

.a3d-topbar-right {
    display: flex;
    justify-content: flex-end;
    align-items: center;
    gap: 18px;
}

.a3d-topbar-right span {
    font-weight: 600;
    color: var(--color-white);
    font-size: 14px;

}

.a3d-topbar-right a {

    color: #fff;

    transition: .3s;

}

.a3d-topbar-right a:hover {

    color: #d4af37;

}



/*=========================
Header
=========================*/

.a3d-header {

    background: #230104;

    position: relative;

    width: 100%;

    z-index: 999;

    border-top: 1px solid rgba(255, 255, 255, .08);

}

/* .a3d-header .container{

    position:relative;

} */

.a3d-header .navbar {

    padding: 0;

    min-height: 92px;

}

.a3d-header .navbar-brand img {
    height: 75px;
}

.a3d-header .nav-link {
    padding: 24px 0px;
    color: var(--theme-bg-light);

    font-size: 13px;

    font-weight: 600;

    margin: 0 10px;

    position: relative;

    transition: .3s;

}

.a3d-header .nav-link:hover,
.a3d-header .nav-link.active {

    color: #d4af37;

}

.a3d-header .nav-link.active::after {

    content: "";

    position: absolute;

    width: 24px;

    height: 2px;

    background: #d4af37;

    bottom: -10px;

    left: 50%;

    transform: translateX(-50%);

}

.a3d-header .navbar {

    display: flex;

    align-items: center;

}

.a3d-header .navbar-collapse {

    flex: 1;

    justify-content: center !important;

}

.a3d-header .navbar-nav {
    gap: 15px;
    margin: 0 auto;

    display: flex;

    align-items: center;

}

.a3d-book-btn {

    margin-left: 35px;

    padding: 13px 26px;

    color: #d4af37;

    border: 1px solid #d4af37;

    text-decoration: none;

    font-size: 13px;

    font-weight: 600;

    transition: .3s;

}

.a3d-book-btn:hover {

    background: #d4af37;

    color: #111;

}

.navbar-toggler {

    color: #fff;

    border: none;

    box-shadow: none !important;

}

@media(max-width:991px) {

    .a3d-topbar {

        display: none;

    }

    .a3d-header {

        position: relative;

    }

    .a3d-header .navbar-brand {

        margin-top: 0;

    }

    .a3d-book-btn {

        margin: 20px 0;

        display: inline-block;

    }

}

/* navbar css end */

/*==========================
Hamburger
==========================*/

.navbar-toggler {

    border: none;

    box-shadow: none !important;

    padding: 0;

}

.navbar-toggler span {

    display: block;

    width: 28px;

    height: 2px;

    background: #d4af37;

    margin: 6px 0;

    transition: .4s;

}

/* Dropdown */
.navbar .dropdown {
    position: relative;
}

.navbar .dropdown-menu {
    display: block;
    opacity: 0;
    visibility: hidden;
    transform: translateY(15px);
    transition: all .3s ease;
    margin-top: 0;
    border: none;
    border-radius: 0;
    min-width: 240px;
    padding: 10px 0;
    box-shadow: 0 10px 25px rgba(0, 0, 0, .12);
}

/* Hover */
.navbar .dropdown:hover .dropdown-menu {
    opacity: 1;
    visibility: visible;
    transform: translateY(0);
    padding: 0;
    margin-top: 10px;
}

/* Items */
.navbar .dropdown-item {
    padding: 10px 20px;
    font-size: 15px;
    font-weight: 500;
    transition: .3s;
}

.navbar .dropdown-item:hover {
    background: var(--theme-color2);
    color: #fff;
}

/*==========================
Sidebar
==========================*/

.a3d-sidebar {

    width: 320px;

    background: #230104;

    color: #fff;

}

.a3d-sidebar .offcanvas-header {
    border-bottom: 1px solid rgba(255, 255, 255, .08);
    padding: 6px 25px;

}

.a3d-sidebar img {
    height: 59px;
}

.a3d-sidebar .btn-close {

    filter: invert(1);

}

.a3d-sidebar ul {

    list-style: none;

    padding: 0;

    margin: 0;

}

.a3d-sidebar ul li {

    border-bottom: 1px solid rgba(255, 255, 255, .08);


}

.a3d-sidebar ul li a {
    display: block;
    padding: 8px 0;
    color: var(--theme-bg-light);
    text-decoration: none;
    font-weight: 500;
    transition: .3s;
}

.a3d-sidebar ul li a:hover {
    color: var(--theme-color);
    padding-left: 10px;

}

.a3d-sidebar-btn {

    display: block;

    margin-top: 30px;

    text-align: center;

    background: #d4af37;

    color: #111;

    padding: 14px;

    text-decoration: none;

    font-weight: 600;

}

.a3d-sidebar-btn:hover {

    background: #fff;

}

/* =============================== */

.map_mobile_view {
    margin-top: 15px;
    margin-bottom: 20px;
}

.map_mobile_view>h5 {
    font-weight: 600;
    text-transform: capitalize;
    color: var(--black-color3);
}

.sidebar_media_object_main_div {
    margin-bottom: 20px;
}

.sidebar_media_object_main_div>.d-flex>.flex-shrink-0>span {
    width: 40px;
    height: 40px;
    text-align: center;
    border-radius: 4px;
    line-height: 40px;
    color: var(--color-white);
    font-size: 20px;
    background-color: var(--theme-color3);
}

.sidebar_media_content_div>h6 {
    color: var(--theme-color2);
    font-size: 17px;
    font-weight: 900;
    margin-bottom: 5px !important;
}

.sidebar_media_content_div>a {
    display: block;
    font-size: 14px;
    line-height: 24px;
    color: var(--color-dark);
    font-weight: 500;
    transition: .4s ease-in-out;
}

.sidebar_media_content_div>a:hover {
    color: var(--theme-color);
    transition: .4s ease-in-out;
}

.sidebar_media_content_div>p {
    font-size: 14px;
    line-height: 24px;
    color: var(--color-dark);
    font-weight: 500;
    margin-bottom: 0px !important;
    transition: .4s ease-in-out;
}


.sidebar_sidebar_main_div>h5 {
    font-weight: 600;
    text-transform: capitalize;
    color: var(--black-color3);
}

.button_call_and_whatsapp_sidebar>a {
    display: inline-block;
    padding: 4px 10px;
    border-radius: 3px;
    color: var(--color-white);
    font-weight: 700;
    font-family: var(--heading-font2);
    font-size: 13px;
    margin: 0px 2px 0px 10px;

}

.button_call_and_whatsapp_sidebar>a>i {
    font-size: 18px;
}

.button_call_and_whatsapp_sidebar>a:nth-child(1) {
    background-color: var(--theme-color4);
}

.button_call_and_whatsapp_sidebar>a:nth-child(2) {
    background-color: var(--whatsapp-color);
}


.button_call_and_whatsapp_sidebar>a:nth-child(3) {
    background-color: var(--whatsapp-color);
    display: none;
}



/*  */
.button_call_and_whatsapp_sidebar>a>i {
    font-size: 18px;
}

.button_call_and_whatsapp_sidebar>a:nth-child(1) {
    background-color: var(--theme-color4);
}

.button_call_and_whatsapp_sidebar>a:nth-child(2) {
    background-color: var(--whatsapp-color);
}


.button_call_and_whatsapp_sidebar>a:nth-child(3) {
    background-color: var(--whatsapp-color);
    display: none;
}


/*  */

.sidebar_contact_box {
    width: 100%;
    padding: 20px 0px;
}

.sidebar_contact_box .sidebar_media_object_main_div {
    padding: 12px 0;
    border-bottom: 1px dotted #404035;
}

.sidebar_contact_box .sidebar_media_object_main_div:last-child {
    border-bottom: none;
}

.sidebar_contact_box .flex-shrink-0 span {
    width: 42px;
    height: 42px;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 18px;
    color: var(--color-white);
    background: var(--theme-color);
    border-radius: 5px;
    padding: 0;
    margin-top: 4px;
}

.sidebar_contact_box .sidebar_media_content_div h6 {
    font-size: 20px;
    margin-bottom: 6px;
    font-weight: 700;
    color: var(--color-white);
}

.sidebar_contact_box .sidebar_media_content_div span {
    display: block;
    color: var(--theme-color);
    text-decoration: none;
    margin-bottom: 4px;
    font-size: 14px;
    transition: 0.3s;
    font-weight: 500;
}

.sidebar_contact_box .sidebar_media_content_div a {
    display: block;
    color: var(--theme-color);
    text-decoration: none;
    margin-bottom: 4px;
    font-size: 14px;
    transition: 0.3s;
    font-weight: 500;
}

.sidebar_contact_box .sidebar_media_content_div a:hover {
    color: var(--color-white);
    transform: translateX(3px);
}


/*  */
.sidebar-submenu {
    display: none;
    list-style: none;
    padding-left: 15px !important;
    margin-top: 10px;
}

.sidebar-submenu li {
    font-size: 14px;
}

.sidebar-dropdown.active .sidebar-submenu {
    display: block;
}

.a3d-sidebar .sidebar-dropdown>a {
    display: flex !important;
    align-items: center;
    justify-content: space-between;
    width: 100%;
    padding: 8px 0;
}

.a3d-sidebar .sidebar-dropdown>a span {
    flex: 1;
}

.a3d-sidebar .sidebar-dropdown>a i {
    margin-left: auto;
    transition: .3s;
}

.a3d-sidebar .sidebar-dropdown.active>a i {
    transform: rotate(180deg);
}
