@import url("https://fonts.googleapis.com/css2?family=Roboto+Slab:wght@400;500;600;700;800;900&display=swap");
* {
    box-sizing: border-box;
    margin: 0;
    padding: 0;
    font-family: "Roboto Slab", serif;
}
.row {
    width: 100%;
}
body {
    background-color: transparent;
}
.menue {
    background: transparent;
    padding: 10px 10px;
    position: -webkit-sticky !important;
    top: 0;
    z-index: 999;
    position: absolute;
    background: white;
    width: 100%;
}
.nav-abs {
    /* position: absolute; */
    top: 0;
    height: 200px;
    background-color: black;
    background: linear-gradient(to left, #000000b8, #000000b8),
        url("/image/paste.jpg");
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
}
.ab-nav {
    position: absolute;
    padding: 15px 0;
    z-index: 9;

    width: 100%;
    /* background: linear-gradient(to bottom, #000000, transparent); */
}

.navbar-logo {
    overflow: hidden;
}

.navbar-logo img {
    max-height: 70px;
}

.nav-links {
    padding: 10px 15px;
    font-size: 16px;
    /* font-weight: 400; */
    color: #ffffff;
    transition: all 0.3s ease-in-out;
}
.navbar .nav-links {
    color: #000000;
}
.navbar-logo a {
    text-decoration: none;
}
.brand-name {
    color: #d51720;
    padding-left: 10px;
}
.brand-name h4 {
    font-size: 30px;
    color: #d51720;
    margin-bottom: 0;
    margin-top: 2px;
}
.brand-name p {
    font-size: 14px;
    margin-bottom: 0;
    color: #000000;
}
.nav-links:hover {
    color: #d51720;
    text-decoration: none;
}

#navbar-menu {
    margin-top: 10px;
}

.responsive-menu {
    display: none;
}

/* .swiper */
.swiper {
    width: 100%;
    height: 100%;
}

.swiper-slide {
    text-align: center;
    font-size: 18px;
    background: #f5f8fd;
    display: flex;
    justify-content: center;
    align-items: center;
}

.swiper-slide img {
    display: block;
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.navbar-category-menu {
    /* margin-left: 90px; */
    float: right;
}

/********************* START carousel SECTION  ****************************/

.banner-img::before {
    content: "";
    height: 100%;
    width: 100%;
    background-color: #000000;
    opacity: 43%;
    /* z-index: 99 !important; */
    position: absolute;
    top: 0;
}
.banner-img div::after {
    content: "";
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0);
    position: absolute;
    top: 0;
    left: 0;
    opacity: 0.5;
}

.carousel-caption {
    position: absolute;
    top: 250px !important;
    color: rgb(239, 239, 239);
}

.banner-img img {
    overflow: hidden;
}

.carousel {
    width: 100% !important;
}

.carousel-over-header {
    color: rgb(255, 255, 255);
    font-weight: 700;
    font-size: 45px;
    line-height: 60px;
    word-spacing: 2px;
    text-transform: uppercase;
}

.toples {
    font-size: 22px;
    font-weight: 600;
}

@media screen and (min-width: 600px) {
    .lg-d-none {
        display: block;
    }
    .sm-d-none {
        display: none;
    }
}

@media screen and (max-width: 600px) {
    .lg-d-none {
        display: none;
    }
    .sm-d-none {
        display: block;
    }
    .carousel-caption {
        color: white;
    }
}

/********************* END carousel SECTION  ****************************/

/********************* START DISCOVERY SECTION  ****************************/

.section-heading {
    position: relative;
    display: inline-block;
    font-weight: 700;
    color: #212529;
}

.shape {
    margin-top: 10px;
    height: 8px;
    width: 100%;
    border-top-right-radius: 5px;
    border-top-left-radius: 5px;
    background-color: #d51720;
}

.section-topic {
    margin: 40px;
}

.card-image-boxing {
    box-shadow: rgba(17, 17, 26, 0.1) 0px 0px 16px;
    overflow: hidden;
}

.card-body {
    background-color: white;
}

.card-image-boxing img {
    height: 250px;
    width: 100%;
}

.card {
    border: none !important;
    border-radius: 10px !important;
}

.product-title {
    text-align: center;
    font-size: 27px;
    font-weight: 700;
    margin-bottom: 0.75rem;
}

.product-title-links {
    color: rgb(20, 20, 20);
}

.product-title-links:hover {
    color: rgb(20, 20, 20);
    text-decoration: none;
}

.product-detail {
    font-weight: 700;
    text-align: center;
    font-size: 1rem;
    color: #212529;
}

.card-deco:hover {
    box-shadow: 0 0.5rem 1rem rgba(0, 0, 0, 0.15);
}
.card-deco {
    transition: all 0.3s ease-in-out;
}

/********************* END DISCOVERY SECTION  ****************************/

/********************* STRAT TRANDING SECTION  ****************************/

.ted-card-image-boxing img {
    width: 100%;
    height: 300px;
    margin: auto;
}

.product-detail-button {
    display: block;
    color: #dadada;
    background-color: #d51720;
    font-size: 15px;
    letter-spacing: 1px;
    text-align: center;
    text-transform: uppercase;
    padding: 15px 5px;
    transition: all 0.5s ease 0s;
}

.product-detail-button:hover {
    color: #dadada;
    text-decoration: none;
}

.radius {
    border-radius: 20px !important;
}

.product-name a {
    font-size: 25px;
    font-weight: 700;
    color: #212529;
    text-transform: capitalize;
    transition: all 0.5s ease-in-out;
}

.product-name a:hover {
    text-decoration: none;
    color: #d51720;
}

.naves {
    margin-left: 20px;
    padding-top: 10px;
}

.new-arrived {
    display: block;
    padding: 4px 15px 4px 30px;
    color: #dadada;
    background-color: #d51720;
    position: absolute;
    top: 0px;
    right: 0;
    -webkit-clip-path: polygon(34% 0, 100% 0, 100% 100%, 0 100%);
    clip-path: polygon(34% 0, 100% 0, 100% 100%, 0 100%);
}

/********************* END TRANDING SECTION  ****************************/
/********************* START Feed Back    SECTION  ****************************/

.feedback-section {
    color: #ffffff;
    background-color: #d51720;
    height: 206px;
    background-image: none;
    margin-bottom: 11rem;
    /* padding-bottom:30px ; */
    position: relative;
}
.card-shape {
    background-color: #f2f2f2;
    padding: 10px 20px;
    position: absolute;
    top: 100px;
}
.middle-feedback {
    background: transparent;

    padding: 10px 20px;
    position: absolute;
    top: 100px;
}

.img-feedback-boxing img {
    width: 11rem;
    height: 11rem;
    border-radius: 50%;
    object-fit: cover;
}
.img-feedback-boxing {
    overflow: hidden;
    padding: 5px 84px;
}
.name-of-feedbacker {
    font-weight: 700;
    color: #212529;
    margin-top: 10px;
    text-align: center;
}
.post-of-feedbacker {
    color: #212529;
    font-weight: 600;
    text-align: center;
}
.feedback-of-person {
    color: #212529;
    text-align: center;
    text-align: justify;
    margin-top: 30px;
    margin-bottom: 20px;
}
.quite-image {
    height: 40px;
    width: 40px;
}

.respon-feed-back-section {
    display: none;
}

/********************* END Feed Back    SECTION  ****************************/
/********************* START EVENT LIST SECTION  ****************************/
.event-section {
    padding-top: 10px;
    padding-bottom: 10px;
    padding-left: 10px;
}
.event-left-img-section {
    overflow: hidden;
}
.event-left-img-section img {
    height: 550px;
    width: 100%;
    object-fit: cover;
}
.right-event-section {
    background-color: #eee;
    padding-left: 40px;
    padding-right: 40px;
    padding-top: 80px !important;
    padding-bottom: 40px !important;
    min-height: 550px;
}
.right-event-img img {
    height: 400px;
    width: 100%;
    object-fit: cover;
}
.right-event-img {
    overflow: hidden;
}
.event-tilte {
    margin-top: 0px;
    font-size: 32px;
    font-weight: 300;
    color: #121212;
    line-height: 36px;
    font-family: "Open Sans", arial, sans-serif;
}

.event-description {
    font-size: 15px;
    line-height: 22px;
    color: #4a4a4a;
    margin: 18px 0px;
    text-align: justify;
    font-family: "Open Sans", arial, sans-serif;
}
.event-content {
    padding-right: 20px;
}
.event-nav {
    list-style: none;
    padding-bottom: 28px;
}
.event-nav-items {
    display: block;
    font-size: 15px;
    font-style: italic;
    color: #7a7a7a;
    font-weight: 300;
    margin-bottom: 10px;
}
.event-overview-btn {
    padding: 14px 20px;
    background-color: #b94e5e;
    border-radius: 30px;
    color: #fff;
    font-size: 13px;
    text-transform: uppercase;
    font-weight: 700;
    text-decoration: none;
    transition: all 0.5s;
}
.event-overview-btn:hover {
    color: #fff;
    text-decoration: none;
}
/********************* END EVENT LIST    SECTION  ****************************/

.about-section {
    background-color: #f9f5e9;
}

.about-image-boxing {
    overflow: hidden;
}
.about-image-boxing .about-image {
    height: 266px;
    width: 480px;
    object-fit: cover;
    border-radius: 10px;
}

/********************* START FOOTER  SECTION  ****************************/

.footer-menu {
    margin-top: 3rem !important;
    padding-top: 20px;
    background: #fff;
    box-shadow: 0px -7px 10px #ededed;
    border-top: solid 2px #d51720;
}

.footer-logo {
    overflow: hidden;
}

.footer-logo img {
    /* height: 70px; */
    margin-bottom: 10px;
    width: 100%;
}

.footer-intro {
    text-align: justify;
    line-height: 20px;
    font-size: 13px;
    font-weight: 600;
}

.footer-shape {
    height: 2px;
    width: 100%;
    border-top-right-radius: 5px;
    background-color: #d51720;
}

.footer-seprated-section {
    margin-top: 23px;
}

.footer-under-container {
    border-bottom: 1px solid #d51720;
}

.footer-seprated-section h5 {
    font-weight: 600;
    line-height: 1.2;
    font-size: 20px;
}

.footer-nav {
    list-style: none;
    margin-right: 5px;
}

.footer-nav-links {
    color: #212529;
    font-size: 12px;
    font-weight: 600;
}

.footer-nav-links:hover {
    color: white;
    text-decoration: none;
}

.footer-nav-items {
    padding-top: 6px;
}
.footer-nav-items a {
    color: black;
    text-decoration: underline;
}
.copy-right-section {
    font-size: 12px;
    font-weight: 600;
    color: #212529;
}
.footer-links-item {
    padding: 10px;
}

.footer-icon {
    font-size: 25px;
    color: #212529;
}

.footer-icon.fa-facebook {
    color: #1f29bc;
}

.footer-icon.fa-twitter {
    color: #1f82bc;
}

.footer-icon.fa-youtube {
    color: #bc1f1f;
}
.footer-icon.fa-instagram {
    color: #bc3e1f;
}
.footer-linking-section {
    margin-top: 10px;
}

.iconses {
    padding-right: 10px;
}

.copyright-section {
    padding-top: 10px;
}

.design-section {
    float: right;
    font-size: 12px;
    font-weight: 600;
    color: #212529;
}

.design-company:hover {
    text-decoration: none;
}
.dif-icon {
    font-size: 20px !important;
    color: black !important;
}

/********************* END FOOTER SECTION  ****************************/
/********************* SRART EVENT SECTION  ****************************/

.event-boxing {
    overflow: hidden;
    margin-top: 20px;
    position: relative;
}

.event-boxing img {
    height: 300px;
    width: 100%;
    object-fit: cover;
}

.event-boxing div::after {
    content: "";
    width: 100%;
    height: 100%;
    background: linear-gradient(
        to top,
        rgba(0, 0, 0, 0.649),
        rgba(255, 255, 255, 0)
    );
    position: absolute;
    top: 0;
    left: 0;
    /* opacity: 0.5; */
}
.event-card {
    border-radius: 10px !important;
    background-color: whitesmoke !important;
    box-shadow: rgba(99, 99, 99, 0.2) 0px 2px 8px 0px;
    transition: all 0.5s ease-in-out;
}
.event-card:hover {
    box-shadow: none;
}
.events-image {
    border-top-right-radius: 10px;
    border-top-left-radius: 10px;
}
.event-title {
    font-weight: 600;
    font-size: 21px;
    left: 20px;
    position: absolute;
    bottom: 0;
    color: white;
}

.event-title-links {
    color: wheat;
}

.event-title-links:hover {
    color: wheat;
    text-decoration: none;
}

.event-time {
    color: #d51720;
    font-weight: 600;
    font-size: 13px;
    line-height: 15px;
    position: absolute;
    right: 20px;
    bottom: 10px;
}
.for-top-time {
    position: relative;
    padding-top: 0 !important;
    background: none;
}
.event-description {
    color: #212529;
    font-size: 18px;
    line-height: 23px;
}

/********************* END EVENT SECTION  ****************************/

/********************* START PRODUCT DETAIL SECTION  ****************************/
.swiper {
    width: 100%;
    height: 100%;
}

.swiper-slide {
    text-align: center;
    font-size: 18px;
    display: flex;
    justify-content: center;
    align-items: center;
}

.swiper-slide img {
    display: block;
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.swiper {
    width: 100%;
    height: 300px;
    margin-left: auto;
    margin-right: auto;
}

.swiper-slide {
    background-size: cover;
    background-position: center;
}

.mySwiper2 {
    height: 80%;
    width: 100%;
}

.mySwiper {
    height: 20%;
    box-sizing: border-box;
    padding: 10px 0;
}

.mySwiper .swiper-slide {
    width: 25%;
    height: 100%;
    opacity: 0.4;
}

.mySwiper .swiper-slide-thumb-active {
    opacity: 1;
}

.swiper-slide img {
    display: block;
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.priview-img-boxing {
    overflow: hidden;
}

#priview-img-boxing img {
    height: 450px;
    width: 100%;
    object-fit: fill;
}

.prod-detail {
    margin-top: 20px;
    margin-bottom: 20px;
}

#whole-swiper-section {
    padding: 30px;
    background: whitesmoke;
    border-radius: 10px;
}

#priview-boxing {
    overflow: hidden;
}

#priview-boxing img {
    height: 100px;
    width: 100%;
    object-fit: fill;
}

.product-description {
    padding: 20px;
}

.product-category {
    color: rgba(188, 152, 84, 0.819);
    font-weight: 600;
    font-size: 13px;
    margin-right: 10px;
}

.product-catgory {
    display: flex;
}

.prod-title {
    font-size: 800;
    color: #303745;
    font-size: 25px;

    font-size: 45px;
}

.production-company {
    color: rgb(202, 191, 191);
    font-weight: 600;
    font-size: 13px;
    margin-top: -2px;
}

.production-quintity {
    color: rgb(202, 191, 191);
    font-weight: 600;
    font-size: 13px;
}

.porduct-detail {
    margin-top: 30px;
    font-weight: 600;
    color: #303745;
    font-size: 22px;
}

.product-intro-det {
    color: #7a7a7a;
    font-size: 16px;
    line-height: 23px;
    text-align: justify;
    margin-top: 20px;
}
/********************* END PRODUCT DETAIL SECTION  ****************************/

/********************* START ABOUT US SECTION  ****************************/

.para-content-about {
    text-align: justify;
    color: #757575;
}
.value-head-para {
    text-align: justify;
    color: #757575;
}
.about-image {
    margin-top: 35px;
}
.running-heading {
    line-height: 1.2;
    font-size: 32px;
    /* margin-bottom: 28px !important; */
    font-weight: 600;
}

.about-bg-section {
    background-image: url("/image/images.jpg");
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
    background-attachment: fixed;
    padding: 40px 0px;
    margin: 40px 0px;
}

.about-card-shape {
    background-color: transparent;
    padding: 10px 20px;
    top: 100px;
    border: 2px solid #d51720;
    border-radius: 20px;
}
.about-topic {
    font-weight: 700;
    color: #fff;
    margin-top: 10px;
    text-align: center;
}
#about-topic {
    color: #fff;
}
.about-details {
    color: #fff;
    text-align: center;
    text-align: justify;
    margin-top: 30px;
    margin-bottom: 20px;
}
/********************* END ABOUT US SECTION  ****************************/

/********************* START CONTACT US SECTION  ****************************/

.feedback-section {
    color: #ffffff;
    background-color: #d51720;
    /* height: 206px; */
    background-image: none;
    position: relative;
    padding: 20px 0;
}
.cat-card-shape {
    background-color: #f2f2f2;
    padding: 20px;
    /* position: absolute; */
    top: 90px;
    box-shadow: rgba(100, 100, 111, 0.2) 0px 7px 29px 0px;
}

.cat-contact-icon {
    width: 4rem;
    height: 4rem;
    border-radius: 50%;
    object-fit: cover;
    color: #d51720;
    padding: 0px 130px;
}

.cat-post-of-feedbacker {
    color: #212529;
    font-weight: 600;
    padding-top: 20px;
    font-size: 18px;
    text-align: center;
}
.cat-feedback-of-person {
    color: #212529;
    padding-left: 20px;
    padding-top: 10px;
    font-weight: 500;
    margin-bottom: 20px;
    text-align: center;
}

.whole-contact-section {
    background-color: #d51720;
    padding: 20px 0px;
}
.contactus-form {
    background-color: rgb(248, 248, 248);
    padding-bottom: 20px;
    padding-right: 50px;
    padding-left: 50px;
    border-top-right-radius: 8px;
    border-bottom-right-radius: 8px;
}
.contact-btn {
    background-color: #d51720;
    padding: 5px 10px;
    border: none;
    border-radius: 5px;
    font-weight: 600;
    width: 20%;
    color: white;
}
.con-intro-section {
    background-color: rgb(248, 248, 248);
    border-top-left-radius: 8px;
    border-bottom-left-radius: 8px;
}
.respon-contact-card {
    display: none;
}
.contact-us {
    color: black !important;
}
.input-info {
    font-weight: 600;
    font-family: "Solway", serif;
}
.fa-envelope {
    color: white;
    font-size: 65px;
    margin-bottom: 20%;
}
.contact-us {
    font-size: 2rem;
    margin-bottom: 10%;
    color: white;
    font-weight: 700;
    line-height: 1.2;
    font-family: "Solway", serif;
}
.contact-loving-content {
    font-size: 1.5rem;
    margin-bottom: 0.5rem;
    font-weight: 600;
    line-height: 1.2;
    color: white;
    font-family: "Solway", serif;
}
.contact-information {
    display: flex;
    color: white;
}
.cat-footer-info {
    text-align: center;
    font-size: 30px;
    font-weight: 600;
    padding: 15px 0px;
    color: #212529;
}

/********************* END CONTACT US SECTION  ****************************/

/********************* START DEALERS SECTION  ****************************/
.dlr-card-section {
    background-color: #dadada;
    padding: 10px 20px;
    border-top-right-radius: 10px;
    border-bottom-right-radius: 10px;
    border-left: 4px solid #d51720;
    margin: 40px 0px;
    box-shadow: rgba(0, 0, 0, 0.1) 0px 4px 6px -1px,
        rgba(0, 0, 0, 0.06) 0px 2px 4px -1px;
}
.about-topic {
    font-weight: 500;
    color: rgb(48, 45, 45);
    margin-top: 10px;
    display: inline-block;
}
.about-details {
    color: black;
    text-align: justify;
    margin-top: 20px;
    margin-bottom: 10px;
}
.dlr-first-shape {
    margin-top: 5px;
    height: 4px;
    width: 100%;
    background: #d51720;
}

.dlr-name {
    color: rgb(48, 45, 45);
    margin-top: 20px;
    margin-bottom: 10px;
    font-weight: 500;
}
.dlr-address {
    font-weight: 500;
    color: rgb(48, 45, 45);
    font-size: 16px;
}

.dlr-information {
    color: #716e6e;
    margin-top: 0;
}

/********************* END DEALERS SECTION  ****************************/

/********************* SRATS INVESTER SECTION  ****************************/

.whole-invester-section {
    padding: 20px;
}

.investor-img-section {
    overflow: hidden;
}

.iverster-img {
    height: auto;
    max-width: 100%;
    padding: 20px;
}

.investor-img-section {
    padding: 20px;
    border-radius: 15px;
    text-align: center;
    transition: all 0.3s ease-in-out;
}

.investor-img-section:hover {
    box-shadow: rgba(0, 0, 0, 0.16) 0px 10px 36px 0px,
        rgba(0, 0, 0, 0.06) 0px 0px 0px 1px;
}

.investor-img-section:hover {
    color: #d51720;
}

.invester-name {
    font-size: 16px;
    letter-spacing: 1.4px;
    font-weight: 600;
    margin-top: 7px;
    text-transform: uppercase;
}

.invester-post {
    color: #666;
    letter-spacing: 0.42px;
    margin-bottom: 0px !important;
}
/********************* END INVESTER SECTION  ****************************/

/********************* START INQUIRY FORM SECTION  ****************************/

.inqry-form {
    /* background-color: #d51720;
    padding: 40px; */
}
.form-section {
    background: #f5f8fd;
    padding: 40px;
    border-radius: 15px;
}
.short-descriptio {
    text-align: center;
    color: #f5f8fd;
    font-size: 17px;
    font-weight: 500;
    line-height: 30px;
    padding-bottom: 10px;
}
.get-in-touch {
    text-align: center;
    font-weight: 600;
}

/********************* END INQUIRY FORM SECTION  ****************************/
