@import url('https://fonts.googleapis.com/css2?family=Bebas+Neue&family=Roboto:ital,wght@0,100..900;1,100..900&display=swap');

:root {
    --primary-color: #34b7fa;
}

body {
    font-family: "Bebas Neue", sans-serif;
    box-sizing: border-box;
    margin: 0px;
    padding: 0px;
    overflow-x: hidden;
    /* background-color: #000; */
    /* color: #fff; */
}

/* for header css */
header {
    position: sticky;
    top: 0;
    z-index: 5;
    background-color: #ffffff;
    border-bottom: 15px solid #02519f;
}

.navbar .for_m_header {
    width: 100%;
    display: flex;
    justify-content: space-between;
    align-items: center;
}



.navbar-expand-lg .navbar-nav .nav-item {
    padding: 10px 15px;
}

.navbar-expand-lg .navbar-nav .nav-link {
    font-family: "Bebas Neue", sans-serif;
    font-size: 1.4rem;
    color: #3f3f3f;
    font-weight: 400;
    padding: 5px 8px;
}

.navbar-expand-lg .navbar-nav .nav-link.active {
    /* border-bottom: 2px solid #ffffff; */
    /* border-width: 80%; */
    color: #fff;
    transition: 0.15s ease-in-out;
    background-color: #ce1125;
}

#home {
    position: relative;

}

.for_blue_bottom_border {
    border-bottom: 15px solid #02519f;
}


.about .border_in_top {
    padding: 3rem 0px;
    border-top: 1px solid #fff;
    border-bottom: 5px solid #02519f;
}

.for_about_section_img {
    padding: 1rem;
    border: 2px solid #ce1125;
}

.for_about_section {
    margin-top: 2rem;
    padding: 2rem;
}


.about .border_in_top p {
    font-family: "Roboto", sans-serif;
    font-size: 1.43rem;
    font-weight: 300;
    line-height: 32px;
    text-align: justify;
}

.for_text-absolute {
    position: absolute;
    /* padding-top: 4rem; */
    /* margin-left: 8rem; */
    top: 5rem;
}

.for_text-absolute-sub {
    position: absolute;
    bottom: 5rem;
    right: 5rem;
}

.for_text-absolute-sub h4 {
    font-family: "Bebas Neue", sans-serif;
    font-size: 6rem;
    letter-spacing: 20px;
    color: #ce1125;
    font-weight: 500;
}

.for_text-absolute h1 {
    font-family: "Bebas Neue", sans-serif;
    font-size: 6rem;
    margin-bottom: -0.5rem;
    color: #ce1125;
    letter-spacing: 3px;
    font-weight: 500;
}

.for_text-absolute h4 {
    font-family: "Bebas Neue", sans-serif;
    font-size: 3rem;
    letter-spacing: 15px;
    color: #ce1125;
    font-weight: 500;
}

.product_title .product_title_text {
    padding: 3rem 2rem;
    text-align: center;
    background-color: #02519f
}

.product_title .product_title_text span {
    padding: 1.5rem 2rem;
    font-family: "Bebas Neue", sans-serif;
    font-size: 2.5rem;
    background-color: #ce1125;
    color: #fff;
}

.product_slider_item img {
    height: 300px;
    object-fit: contain;
    margin-bottom: 2rem;
}

.product_slider_item .product_heading {
    padding: 1rem 2rem;
    width: 100%;
    text-align: center;
    border: 2px solid #02519f;
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 7px;
    margin-bottom: 2rem;
}

.product_slider_item .product_heading span {
    font-family: "Roboto", sans-serif;
    font-size: 2rem;
    font-weight: 400;
    color: #02519f;
}

.product_slider_item .product_details p {
    margin-bottom: 0.8rem;
    font-family: "Roboto", sans-serif;
    color: #535353;
    font-size: 0.89rem;
    font-weight: 500;
}

.contact_details>label {
    border: 2px solid #222;
    padding: 0.75rem 1.3rem;
    background-color: #fff;
    margin-bottom: 1rem;
}

.contact_details label span {
    font-size: 1.7rem;
    padding: 0px 0.15rem;
}

.contact_form {
    background-color: #02519f;
    padding: 40px;

}

.contact_form input[type="text"] {
    border-radius: 2rem;

}

.contact_form input[type="email"] {
    border-radius: 2rem;

}

.contact_form form {
    text-align: center;
}

.contact_form input[type="submit"] {
    font-size: 1.4rem;
    font-weight: 700;
    color: #02519f;
    border-radius: 1rem;
    border: none;
    margin: 0px auto;
}

footer {
    margin-bottom: 2rem;
}

.contact_details {
    text-align: center;
}

.footer_logo {
    width: 50%;
    margin-top: 4rem;
}

.spacing {
    letter-spacing: 5px;
    font-family: "Roboto", sans-serif;
    text-align: center;
    font-size: 1.4rem;
    color: #02519f;
    font-weight: 300;
}

.inquiry {
    text-align: center;
    font-family: "Roboto", sans-serif;
    font-weight: 300;
    color: #fff;

}

.inquiry span {
    font-size: 2.3rem;
    font-weight: 400;
}

.contact_info {
    margin-top: 1rem;
    font-size: 1.5rem;
    text-align: left;
    display: flex;
    align-items: baseline;
}

.contact_info label {
    margin-right: 1rem;
    font-size: 1.4rem;
    font-weight: 700;
    text-wrap: nowrap;
}

.contact_info label+a {
    color: #8d8d8d;
    font-weight: 500;
    text-decoration: none;
}

@media (max-width:1200px) {
    .navbar-expand-lg .navbar-nav .nav-link {
        font-size: 1.2rem;
    }

    .product_slider_item .product_heading {
        gap: 3px
    }
}

@media (max-width:1024px) {
    .navbar-expand-lg .navbar-nav .nav-link {
        font-size: 1.05rem;
    }

    .product_slider_item .product_heading {
        gap: 1px
    }
    .navbar-expand-lg .navbar-nav .nav-item{
        padding: 10px 10px;
    }
    .product_slider_item .product_heading span{
        font-size:1.7rem ;
    }
    .for_m_header .navbar-brand img{
        height:60px
    }
    .inquiry span{
        font-size: 1.9rem;
    }
}

@media (max-width:992px) {
    .product_slider_item .product_heading {
        gap: 2px;
    }

    .for_text-absolute h1 {
        font-size: 5rem;
    }

    .for_text-absolute-sub h4 {
        font-size: 4rem;
    }

    #contact .contact_form {
        margin-bottom: 5rem;
    }

    .for_about_section {
        padding: 0;
    }
}

@media (max-width:768px) {
    .for_text-absolute h1 {
        font-size: 3rem;
    }

    .for_text-absolute h4 {
        font-size: 2rem;
        letter-spacing: 8px;
    }

    .for_text-absolute-sub h4 {
        font-size: 3rem;
    }

    .for_text-absolute-sub h4 {
        font-weight: 600;
    }

    .spacing {
        font-size: 1.2rem;
    }
}

@media (max-width:576px) {
    .for_text-absolute {
        top: 3rem;
    }

    .for_text-absolute h1 {
        font-size: 2rem;
    }

    .for_text-absolute h4 {
        font-size: 1.4rem;
        letter-spacing: 5px;
    }

    .for_text-absolute-sub {
        bottom: 2rem;
    }



    .for_text-absolute-sub h4 {
        font-size: 1.5rem;
        letter-spacing: 10px;
        font-weight: 600;
    }

    .spacing {
        font-size: 1rem;
        letter-spacing: 1px;
    }

    .product_slider_item .product_heading span {
        font-size: 1.5rem;
    }

    .for_m_header .navbar-brand img {
        height: 50px;
    }

    .about .border_in_top p {
        font-size: 1.1rem;
        line-height: 28px;
    }

    .border_in_top .row .col-lg-5 {
        padding: 1rem !important;
    }

    .product_background#product {
        padding-top: 0rem !important;
    }

    .inquiry span {
        font-size: 1.3rem;
    }

    .contact_form {
        padding: 20px
    }

    .contact_info label+a {
        font-size: 1.2rem;
    }
}
.whatsapp {
    position: fixed;
    width: 60px;
    height: 60px;
    bottom: 30px;
    right: 30px;
    /* background-color: #25d366; */
    color: #FFF;
    border-radius: 50px;
    overflow: hidden;
    text-align: center;
    font-size: 30px;
    /* box-shadow: 2px 2px 3px #999; */
    z-index: 100;
}