@import url(https://fonts.googleapis.com/css2?family=Spline+Sans:wght@300..700&family=Urbanist:ital,wght@0,100..900;1,100..900&display=swap);

.exp_card h3,
.footer-navigation li a:hover,
.nav-link:focus,
.nav-link:hover {
    color: var(--primary-color)
}

.header_fixed,
.preloader {
    position: fixed;
    top: 0;
    width: 100%;
    left: 0
}

.header,
.header_fixed {
    box-shadow: 0 2px 14.2px 0 rgba(0, 0, 0, .06)
}

.about_img::after,
.about_img::before {
    content: '';
    right: -15px;
    position: absolute
}

.about_img,
.arrow-icon-header,
.banner-start,
.banner_bottom-card,
.call_btn,
.preloader .spinner,
body {
    position: relative
}

html {
    margin: 0;
    padding: 0;
    scroll-behavior: smooth !important;
    scroll-padding-top: 60px
}

* {
    box-sizing: border-box
}

body {
    font-family: Urbanist, sans-serif;
    font-size: 16px;
    font-weight: 500;
    overflow-x: hidden;
    background-color: #fff
}

.form-control {
    background-color: #f3f3f3;
    border: none;
    border-radius: 0 !important;
    padding: 10px
}

.header,
.header_fixed,
.preloader {
    background-color: #fff
}

.get-quote-btn,
.navbar-toggler,
.preloader .dot1,
.preloader .dot2 {
    background-color: var(--primary-color)
}

.preloader {
    height: 100%;
    z-index: 99999;
    overflow: hidden;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center
}

.preloader .spinner {
    width: 40px;
    height: 40px;
    text-align: center;
    -webkit-animation: 2s linear infinite sk-rotate;
    animation: 2s linear infinite sk-rotate
}

.preloader .dot1,
.preloader .dot2 {
    width: 60%;
    height: 60%;
    display: inline-block;
    position: absolute;
    top: 0;
    border-radius: 100%;
    -webkit-animation: 2s ease-in-out infinite sk-bounce;
    animation: 2s ease-in-out infinite sk-bounce
}

.preloader .dot2 {
    top: auto;
    bottom: 0;
    -webkit-animation-delay: -1s;
    animation-delay: -1s
}

@-webkit-keyframes sk-rotate {
    100% {
        -webkit-transform: rotate(360deg)
    }
}

@keyframes sk-rotate {
    100% {
        transform: rotate(360deg);
        -webkit-transform: rotate(360deg)
    }
}

@-webkit-keyframes sk-bounce {

    0%,
    100% {
        -webkit-transform: scale(0)
    }

    50% {
        -webkit-transform: scale(1)
    }
}

@keyframes sk-bounce {

    0%,
    100% {
        transform: scale(0);
        -webkit-transform: scale(0)
    }

    50% {
        transform: scale(1);
        -webkit-transform: scale(1)
    }
}

.header_fixed .secondary_btn:hover {
    background-color: var(--light-color) !important;
    color: var(--secondary-color)
}

.header {
    transition: .3s ease-in-out
}

.header_fixed {
    right: 0;
    z-index: 999;
    opacity: 0;
    animation: .3s forwards slideDown;
    transition: .3s
}

@keyframes slideDown {
    from {
        transform: translateY(-100%);
        opacity: 0
    }

    to {
        transform: translateY(0);
        opacity: 1
    }
}

.header-sticky.show {
    transform: translateY(0);
    opacity: 1
}

.mobile-address .header-top_contact {
    gap: 10px
}

.divide-line {
    height: 1px;
    width: 100%;
    border-top: 1px solid #dadada;
    display: none
}

.mobile-address .header_top_contact_icon a {
    color: #000
}

.mobile-address .header_top_contact_icon a svg,
.mobile-address .social-media svg {
    fill: var(--primary-color);
    flex-shrink: 0
}

.arrow-icon-header {
    top: -15px
}

@media (max-width:991px) {

    .divide-line,
    .mobile-address {
        display: block
    }
}

.get-quote-btn {
    height: 100px;
    display: flex;
    align-items: center;
    padding: 10px 20px;
    gap: 15px;
    font-weight: 600;
    color: var(--secondary-color);
    text-decoration: none
}

.logo img {
    max-width: 150px
}

.navbar-toggler {
    width: 50px;
    height: 50px;
    border-radius: 10px;
    display: flex;
    align-items: center;
    justify-content: center
}

.navbar-toggler-icon {
    background-image: url('../../images/toggle.svg');
    background-size: contain;
    background-repeat: no-repeat;
    background-position: center
}

.header_nav .navbar-nav .nav-link {
    padding: 0;
    color: var(--dark-grey);
    line-height: 90px
}

.header_nav .navbar-nav .nav-link.active,
.header_nav .navbar-nav .nav-link:hover {
    color: var(--primary-color);
    position: relative
}

.dropdown-menu {
    padding: 10px 0;
    box-shadow: rgba(100, 100, 111, .2) 0 7px 29px 0;
    border: none;
    margin: 0 !important
}

.dropdown-item {
    padding: 6px 16px
}

.header_nav .navbar-nav .nav-link.active::after {
    position: absolute;
    left: 0;
    right: 0;
    content: '';
    height: 2px;
    background-color: var(--primary-color);
    bottom: 0
}

.header_border {
    border-bottom: 1px solid rgba(0, 0, 0, .5)
}

.header_top_content {
    margin: 0 80px
}

.navbar-nav {
    align-items: center;
    gap: 50px;
    font-family: var(--font-spline);
    color: var(--dark-grey)
}

.banner-start,
.call_btn {
    align-items: center
}

.banner-start {
    background-image: url('../../images/banner-image.webp');
    background-size: cover;
    height: 750px;
    display: flex;
    background-position: center
}

.banner_bottom-card {
    display: flex;
    justify-content: end;
    margin-top: -80px;
    z-index: 99
}

.banner_homepage_card {
    background-color: #fff;
    padding: 20px;
    box-shadow: 0 6px 63.7px 0 rgba(0, 0, 0, .13);
    display: flex;
    flex-direction: column;
    gap: 12px;
    align-items: start;
    width: 30%;
    margin-left: auto;
    justify-content: end
}

.call_btn {
    background-color: #fff;
    display: inline-flex;
    padding: 12px 40px 12px 60px;
    border-radius: 100px;
    gap: 10px;
    border: 2px solid var(--secondary-color)
}

.call_btn h6 {
    font-size: 20px;
    font-weight: 700
}

.call_btn .icon {
    background-color: var(--secondary-color);
    padding: 15px;
    position: absolute;
    left: -5px;
    border-radius: 100px
}

.bg-light-blue {
    background-color: rgba(39, 63, 79, 5%)
}

.about_img::after {
    border-right: 15px solid var(--secondary-color);
    height: 95%;
    width: 20px
}

.about_img::before {
    border-top: 15px solid var(--secondary-color);
    height: 100%;
    width: 95%;
    top: -15px
}

.service_content {
    background: linear-gradient(180deg, rgba(0, 0, 0, 0) -86.67%, #000 131.33%);
    backdrop-filter: blur(17.5px)
}

.service_image img {
    min-height: 350px;
    object-fit: cover
}

.crafting-home {
    background-image: url(../../images/crafting-bg.png);
    background-size: auto;
    height: 400px;
    background-position: 150px 50px;
    background-repeat: no-repeat
}

.built-card {
    border: 2px solid rgba(255, 255, 255, .34);
    background: rgba(255, 255, 255, .04);
    backdrop-filter: blur(20.799999237060547px)
}

.process-heading {
    position: absolute;
    left: 0;
    top: 40px;
    text-align: center;
    right: 0
}

.process-card {
    border-left: 4px solid #ccc;
    padding-left: 10px;
    height: 100%
}

.process-container {
    max-width: 92%;
    margin-top: 100px
}

.process-gap {
    --bs-gutter-x: 80px
}

.review-card {
    background-color: rgba(39, 63, 79, 5%);
    padding: 20px
}

.review-card h6 {
    margin-top: 20px !important
}

.gallery-slider .slide,
.review-col {
    padding: 0 15px
}

.slick-dots {
    display: none !important
}

.blog-section {
    background: linear-gradient(236deg, #0e2f4f 7.52%, #f8bd0d 243.24%)
}

.blog-card {
    border: 1px solid rgba(0, 0, 0, .2)
}

.blog-date {
    border-right: 1px solid #a4a4a4
}

.badge {
    background-color: rgba(14, 47, 79, 15%);
    border-radius: 0 !important
}

.contact-icon {
    background-color: var(--primary-color);
    padding: 5px;
    border-radius: 100px;
    height: 50px;
    width: 50px;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-shrink: 0
}

.footer-start {
    margin-top: -1px
}

.footer-navigation li a {
    color: #fff
}

.footer-icon {
    width: 25px
}

.copyright {
    border-top: 1px solid;
    padding-top: 20px;
    margin-top: 20px
}

.sub-banner {
    height: 400px
}

.about-banner {
    background-image: url(../../images/about-banner.webp)
}

.contact-banner {
    background-image: url(../../images/contact-banner.webp)
}

.gallery-banner {
    background-image: url(../../images/gallery-banner.webp)
}

.services-banner {
    background-image: url(../../images/services-banner.webp)
}

.wet_bar_banner {
    background-image: url(../../images/gallery/wet_bar_gallery/wet_bar_banner.jpg)
}

.kitchen_banner {
    background-image: url(../../images/gallery/kitchen/kithcen_background_image.webp)
}

.garage_banner {
    background-image: url(../../images/gallery/garage/garage_background_image.png)
}

.suit_banner {
    background-image: url(../../images/gallery/suit/suite-site-background_image.webp)
}

.washroom_banner {
    background-image: url(../../images/gallery/washroom/washroom_background_image.webp)
}

.side_integrated_banner {
    background-image: url(../../images/gallery/side/side_integrated_image_background.webp)
}

.section-highlight-bg {
    background-image: url(../../images/section-highlight-bg.webp);
    background-size: cover
}

.started_highlighted_section {
    background-image: url(../../images/started_highlighted_section.png) !important
}

.site_visit_section {
    background-image: url(../../images/site_visit_section.png) !important
}

.gallery-slider .slide img {
    display: block;
    min-height: 550px;
    object-fit: cover
}

.loader {
    display: inline-block;
    width: 16px;
    height: 16px;
    border: 2px solid rgba(255, 255, 255, .3);
    border-top: 2px solid #0e2f4f;
    border-radius: 50%;
    animation: .6s linear infinite spin;
    margin-left: 8px;
    vertical-align: middle
}

@keyframes spin {
    0% {
        transform: rotate(0)
    }

    100% {
        transform: rotate(360deg)
    }
}

.process_new_card {
    border: 1px solid rgba(248, 189, 13, .4);
    padding: 10px;
    display: flex;
    flex-direction: column;
    height: 100%
}

.process_new_card_header h3 {
    font-size: 24px
}

.process_new_card_header {
    position: relative;
    background-color: var(--secondary-color);
    text-align: center;
    padding: 50px 30px 30px;
    clip-path: polygon(0 0, 100% 0, 100% 50%, 51% 65%, 0% 50%);
    min-height: 270px;
    z-index: 1
}

.process_new_card_header::after {
    content: "";
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 5px;
    background-color: var(--primary-color);
    clip-path: polygon(0 0, 100% 0, 100% 100%, 51% 100%, 0% 100%);
    z-index: -1
}

.process_new_card_body {
    background-color: #f0f0f0;
    border: 1px solid rgba(14, 47, 79, .15);
    padding: 20px
}

.process_new_card_icon {
    position: absolute;
    left: 0;
    right: 0;
    text-align: center;
    top: 30%;
    z-index: 9
}

.process_new_card_content {
    margin-top: -40px
}

.process_new_card li {
    font-size: 15px !important
}

.process_new_card_body svg {
    flex-shrink: 0
}

.process_badge {
    background-color: var(--primary-color);
    padding: 10px 20px;
    display: inline-flex;
    width: fit-content;
    margin: 0 auto;
    position: absolute;
    z-index: 9;
    left: 0;
    right: 0;
    top: 0;
    border-radius: 0 0 10px 10px;
    font-weight: 700;
    color: #3f3f3f
}

.accordion-button:not(.collapsed) {
    color: var(--secondary-color);
    background-color: #f8bd0d;
    box-shadow: none
}

.accordion-button:focus {
    box-shadow: none
}

.accordion-button {
    font-weight: 500;
    color: #000
}

.fixed_top {
    position: fixed;
    right: 10px;
    z-index: 9;
    background-color: #fff;
    bottom: 100px;
    padding: 10px;
    box-shadow: 0 12px 16px 0 rgba(0, 0, 0, .24), 0 17px 50px 0 rgba(0, 0, 0, .19)
}

.exp_card h5 {
    border-bottom: 1px solid rgba(0, 0, 0, .2);
    padding-bottom: 15px;
    margin-bottom: 15px;
    font-weight: 600
}

.exp_card h3 {
    font-size: var(--section-h1);
    font-weight: 700
}

.exp_card p {
    color: #454545 !important;
    font-weight: 600
}

.built-section {
    background-image: url(../../images/built-section-bg.webp);
    padding: 100px 0
}

.grecaptcha-badge{
    z-index: 9999;
}