/* 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: #5e5d5c;
    --theme-color2: #da251c;
    --theme-color3: #dfaa4d;
    --theme-color4: #f7f3ed;
    --theme-color5: #5e5d5c;
    --theme-color6: #2d2d2d;

    /* Accent Colors */

    /* Logo Red */
    --theme-color7: #222;
    --theme-color8: #d4d4d4;
    /* Light Red */

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

    /* Transparent Colors */
    --theme-color-light: rgb(99 4 4 / 5%);
    --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;


    .ceramax-contact-page {
    --ceramax-red: #da251c;
    --ceramax-black: #111111;
    --ceramax-dark: #181818;
    --ceramax-light: #f7f7f7;
    --ceramax-border: #e7e7e7;
}
}


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

* {
    scroll-behavior: inherit !important;
}

html,
body {
    height: auto;
    width: 100%;
    margin: 0;
    padding: 0;
    box-sizing: border-box;


}

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

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;
}

/*  */
/* =========================================
   JP SINKS TOP BAR
========================================= */

.jp-topbar {
    position: relative;
    width: 100%;
    color: #fff;
    padding: 7px 0;
    font-size: 11px;
    overflow: hidden;

    background:
        linear-gradient(
            90deg,
            #760008 0%,
            #4f0006 30%,
            #280003 58%,
            #0a0a0a 100%
        );
}

.jp-topbar::before {
    content: "";
    position: absolute;
    inset: 0;

    background: linear-gradient(
        115deg,
        rgba(218, 37, 28, 0.18),
        transparent 45%,
        rgba(255, 255, 255, 0.025)
    );

    pointer-events: none;
}

.jp-topbar .container {
    position: relative;
    z-index: 2;
}


/* =========================================
   LEFT SIDE
========================================= */

.jp-topbar-left {
    display: flex;
    align-items: center;
    gap: 0;
    white-space: nowrap;
}

.jp-topbar-left span {
    display: inline-flex;
    align-items: center;
    position: relative;
    color: rgba(255, 255, 255, 0.95);
    font-size: 11px;
    font-weight: 500;
    letter-spacing: 0.15px;
    padding: 0 17px;
}

.jp-topbar-left span:first-child {
    padding-left: 0;
}

.jp-topbar-left span:not(:last-child)::after {
    content: "";
    width: 1px;
    height: 13px;
    background: rgba(255, 255, 255, 0.35);
    position: absolute;
    right: 0;
    top: 50%;
    transform: translateY(-50%);
}

.jp-topbar-left i {
    color: #ffffff;
    font-size: 12px;
    margin-right: 6px;
}



/* =========================================
   RIGHT SIDE
========================================= */

.jp-topbar-right {
    display: flex;
    align-items: center;
    justify-content: flex-end;
    gap: 16px;
    white-space: nowrap;
}

.jp-topbar-right > a {
    display: inline-flex;
    align-items: center;
    gap: 5px;
    color: rgba(255, 255, 255, 0.95);
    text-decoration: none;
    font-size: 12px;
    transition: all 0.3s ease;
}

.jp-topbar-right > a i {
    color: #fff;
    font-size: 10px;
}

.jp-topbar-right > a:hover {
    color: #ffffff;
}


/* =========================================
   SOCIAL ICONS
========================================= */

.jp-topbar-social {
    display: flex;
    align-items: center;
    gap: 7px;
    padding-left: 8px;
    border-left: 1px solid rgba(255, 255, 255, 0.3);
}

.jp-topbar-social a {
    width: 20px;
    height: 20px;
    display: flex;
    align-items: center;
    justify-content: center;
    color: #fff;
    text-decoration: none;
    font-size: 9px;
    border: 1px solid rgba(255, 255, 255, 0.45);
    border-radius: 15%;
    transition: all 0.3s ease;
}

.jp-topbar-social a:hover {
    background: #da251c;
    border-color: #da251c;
    color: #fff;
    transform: translateY(-1px);
}


/* =========================================
   TABLET
========================================= */
@media (max-width: 991px) {
    .jp-topbar {
        display: none !important;
    }
}

/* =========================================
   MOBILE
========================================= */

@media (max-width: 767px) {

    .jp-topbar {
        display: none;
    }

}



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

.a3d-header {

    background: var(--color-white);

    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-color6);

    font-size: 13px;

    font-weight: 600;

    margin: 0 10px;

    position: relative;

    transition: .3s;

}

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

    color: var(--theme-color2);

}

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

    content: "";

    position: absolute;

    width: 24px;

    height: 2px;

    background: var(--theme-color2);

    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 {
    border-radius: 15%;
    margin-left: 35px;
    padding: 13px 26px;
    color: var( --theme-color2);
    border: 1px solid var( --theme-color2);
    text-decoration: none;
    font-size: 13px;
    font-weight: 600;
    transition: .3s;
}

.a3d-book-btn:hover {
    background: var(--theme-color2);
    color: var(--color-white);

}

.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: 3px;

    background: var(--theme-color2);

    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;
}
/*  */

.projects-dropdown {
    position: relative;
}

.projects-dropdown .dropdown-menu {
    position: absolute;
    top: 100%;
    left: 0;

    min-width: 220px;

    margin: 0;
    padding: 10px 0;

    background: #fff;
    border: none;
    border-radius: 8px;

    box-shadow: 0 10px 30px rgba(0, 0, 0, 0.12);

    display: none;
    z-index: 9999;
}

/* Hover par dropdown show */
.projects-dropdown:hover .dropdown-menu {
    display: block;
}

/* Dropdown items */
.projects-dropdown .dropdown-item {
    padding: 10px 18px;
    color: #222;
    font-size: 14px;
    transition: all 0.3s ease;
}

.projects-dropdown .dropdown-item:hover {
    background: #f5f5f5;
    color: #ce9b28;
}
/*==========================
Sidebar
==========================*/

.a3d-sidebar {
    width: 320px;
    background: #404142;
    color: var(--color-white);

}

.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-color2);
    padding-left: 10px;

}

.a3d-sidebar ul li a i{
    margin-right: 7px;
}

.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-color2);
}

.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-white);
    font-weight: 500;
    transition: .4s ease-in-out;
}

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

.sidebar_media_content_div>p {
    font-size: 14px;
    line-height: 24px;
    color: var(--color-white);
    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 #5a5a5a;
}

.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(--color-white);
    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(--color-white);
    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);
}
