@import url('https://fonts.googleapis.com/css2?family=Roboto:ital,wght@0,100..900;1,100..900&display=swap');

@media (min-width: 1400px) {

    .container,
    .container-lg,
    .container-md,
    .container-sm,
    .container-xl,
    .container-xxl {
        max-width: 1390px;
    }
}


body {
    font-family: "Roboto", sans-serif;
    box-sizing: border-box;
    margin: 0px;
    padding: 0px;
    overflow-x: hidden;
}

.bg-body-tertiary {
    background-color: #fff !important;
    box-shadow: rgba(100, 100, 111, 0.2) 0px 7px 29px 0px;
}


/* for header css */
header {

    position: sticky;
    top: 0;
    z-index: 1;
}

.navbar .for_m_header {
    width: 100%;
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.navbar-expand-lg .navbar-nav .nav-item {
    padding: 8px 15px;
}

.navbar-expand-lg .navbar-nav .nav-link {
    font-family: "Roboto", sans-serif;
    font-size: 1.15rem;
    color: #000;
    font-weight: 400;
    padding: 5px 8px;
}

.navbar-expand-lg .navbar-nav .nav-link.active {
    border-bottom: 2px solid #000;
    /* border-width: 80%; */
    transition: 0.15s ease-in-out;
}

/* .navbar-expand-lg .navbar-nav .nav-link:hover {
    transition: 0.15s ease-in-out;
    border-bottom: 2px solid #000;
} */

.carousel-item {
    height: 85vh;
    overflow: hidden;
    position: relative;
}

.carousel-item img {
    height: 100%;
}

.carousel-caption {
    top: 35px;
    right: 0%;
    width: 75%;
}

.carousel-caption h1 {
    color: #000000;
    font-size: 86px;
    font-weight: 100;
    text-align: end;
}

.heading {
    color: #203264;
    font-weight: 300;
    letter-spacing: 10px;
    font-family: "Roboto", sans-serif;
}

.border-black {
    border: 1px solid #203264;
}


.about-content p {
    line-height: 30px;
    color: #000;
    font-family: "Roboto", sans-serif;
    font-weight: 300;
    font-size: 1.15rem;
    text-align: justify;
}

.display-colunm {
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
}

.display-colunm label {
    color: #000;
}

.display-colunm img {
    width: 200px;
    height: 250px;
}

.display-colunm p {
    width: 100%;
    line-height: 21px;
    color: #000;
    font-family: "Roboto",
        sans-serif;
    font-weight: 300;
    font-size: 0.9rem;
    text-align: justify;
}

.product .card {
    border: 3px solid #fff;
    border-radius: 2rem;
    cursor: pointer;
    transition: 0.25s ease-in-out;
    min-height: 545px;
    box-shadow: rgba(0, 0, 0, 0.24) 0px 3px 8px;
}

.product .card.ht {
    min-height: 675px;
}

.product .card:hover {
    transform: scale(1.005);
    transition: 0.25s ease-in-out;
    border: 3px solid #000000;
}

.letter_spacing {
    margin-top: 1.4rem;
    letter-spacing: 3px;
    text-transform: uppercase;
}

.primer_color {
    background-color: #D8B9B3;
    color: #000;
}

.stucco_color {
    background-color: #FFF7E1;
    color: #000;

}

.emulsion_color {
    color: #000;
    background-color: #E4EAD3;
}

.Silk_color {
    color: #000;
    background-color: #CFC7BF;
}

.padding {
    position: relative;
}

.absolute_image {
    position: absolute;
    width: 300px;
    height: 255px;
    top: -50px;
    left: -70px;
    background: #fff;

}

.absolute_image img {
    height: 100%;
    object-fit: cover;
}

.about-content-2 {
    padding-left: 3rem;
    padding-right: 6rem;
}

.displayr {
    display: flex;
    flex-direction: column;
    align-items: center;
    margin-bottom: 0px;
    justify-content: center;
}

.displayr span {
    margin-bottom: 0px;
    font-weight: 400;
}

.about-content-2 p {

    line-height: 32px;
    color: #000;
    font-family: "Roboto", sans-serif;
    font-weight: 300;
    font-size: 1.3rem;
    text-align: justify;
}

.border-red {
    border: 1px solid red;
    color: red;
}

.right_align_img {
    float: inline-end;
}

.absolute_image2 {
    position: absolute;
    width: 440px;
    height: 255px;
    top: 100px;
    left: -70px;
    background: #fff;

}

.absolute_image3 {
    position: absolute;
    width: 300px;
    height: auto;
    top: 115px;
    right: -70px;
    background: #fff;
}

.border-top {
    border-top: 3px solid #000 !important;
}

.border-bottom {
    border-bottom: 3px solid #000 !important;
}

.border-3px {
    border: 2px solid #000;
}

.bg-dark {
    background-color: #000 !important;
}

footer .heading {
    background-color: #fff;
    color: #000;

}

.for_light span {
    background-color: #000;
    color: #fff;
}


.border-white {
    border: 2px solid #fff;
}

.text-end1 {
    float: inline-end;
    font-size: 1.1rem;
    letter-spacing: 2px;
    margin-bottom: 0.5rem;
    font-weight: 300;
}

.text-dark {
    color: #000 !important;
}

.text-end1 a {
    text-decoration: none;
}

.right_aligner {
    display: flex;
    align-items: end;
    justify-content: end;
    flex-direction: column;
}

.header_h2_footer {
    margin-top: -1%;
}

@media (max-width:992px) {
    .displayr {
        flex-direction: row;
    }

    .for_m_view_r {
        flex-direction: column-reverse;
        margin-bottom: 0px !important;
    }

    .for_m_view_rc {
        flex-direction: column;
    }

    .for_m_view_rc .col-lg-6 {
        margin-top: 3rem;
        margin-bottom: 1rem;
    }

    .absolute_image {
        position: relative;
        width: 100%;
        margin-top: 1rem;
        height: auto;
        top: auto;
        left: auto;
        background: #fff;
    }

    .heading {
        letter-spacing: 6px;
    }

    .container {
        margin-bottom: 0px !important;
    }

    .container>.py-5 {
        padding: 0px !important;
    }

    .right_align_img {
        width: 100% !important;
    }

    .absolute_image2 {
        width: 100%;
        left: auto;
        top: auto;
        height: 100%;
        background-color: transparent;
        /* margin-top: 1rem; */
        position: relative;
    }

    .absolute_image3 {
        position: relative;
        width: 100%;
        height: 100%;
        top: auto;
        right: auto;
    }

    .padding {
        padding-left: 0px !important;
        padding-right: 0px !important;
    }

    .for_light {
        text-align: center;
    }

    .right_aligner {
        display: flex;
        align-items: center;
        justify-content: center;
        flex-direction: column;

    }

    .carousel-caption h1 {
        font-size: 66px;
    }

    .displayr span {
        padding: 0px 0px !important;
    }

    .for_light {
        padding-left: 0px !important;
    }
}

@media (max-width:768px) {
    .heading {
        letter-spacing: 2px;
    }
}

@media (max-width:576px) {
    .heading {
        letter-spacing: 1px;
        font-size: 20px;
    }

    .carousel-item {
        height: 35vh;
    }

    .about-content {
        padding: 0px 5px !important;
    }

    .about-content-2 {
        padding: 0px 5px !important;
    }

    .carousel-caption h1 {
        font-size: 38px;
    }

    .nospace {
        display: none;
    }
}

@media (max-width:425px) {
    .heading {
        padding-left: 1rem !important;
        padding-right: 1rem !important;
    }
}

@media (max-width:376px) {
    .for_m_view_rc .col-lg-6 {
        margin-top: 2rem;
        margin-bottom: 0rem;
    }

    .heading {
        padding: 16px 16px !important;
        font-size: 18px;
    }

    .header_h2_footer {
        margin-top: -4%;
    }

    .right_aligner h5 {
        font-size: 1.05rem;
    }

    .text-end1 {
        font-size: 0.9rem;
    }

    .about-content-2 p {
        font-size: 1.05rem;
    }

    .product .card {
        padding: 1rem !important;
    }

    .col-12 {
        padding: 0px !important;
    }

    .about-content p {
        font-size: 1.05rem;
    }

    .for_m_header .navbar-brand img {
        height: 75px !important;
    }

    .carousel-caption h1 {
        font-size: 28px;
    }
}

@media (max-width:320px) {
    .heading {
        padding-left: 0.5rem !important;
        padding-right: 0.5rem !important;
        letter-spacing: 0px;
        padding-top: 10px !important;
        padding-bottom: 10px !important;
        font-size: 18px;
    }

    .text-end1 {
        letter-spacing: 0px;
    }
}