.pro {
    background: url(../img/ourpro.jpeg) center;
}

.mian-logo img {
    width: 200px;

}

.dropdown-submenu {
    position: relative;
}

.dropdown-submenu .dropdown-menu {
    top: 10%;
    left: 100%;
    margin-top: -1px;
}

.navbar-nav li:hover>ul.dropdown-menu {
    display: block;
    /*background: linear-gradient(to left, #d9232d, #941a21);*/
    border: 0px;
    border-radius: 0px;
    top: 0px;
}

.dropdown .dropdown-menu {
    background: linear-gradient(to left, #d9232d, #941a21);
    border: 0px;
    border-radius: 0px;
}

.dropdown-menu li.nav-item>a,
.dropdown-item {
    color: #fff;
    font-size: 13px;
    font-weight: 300;
    position: relative;
}

.dropdown-toggle::after {
    position: absolute;
    right: 20px;
    top: 15px;
}

.dropdown-menu li.nav-item>a:after {
    display: none;
}

.dropdown-menu li.nav-item {
    margin-bottom: 10px;
}

.dropdown-item:focus,
.dropdown-item:hover,
.dropdown-menu li:focus,
.dropdown-menu li:hover {
    background-color: #a41c24;
    color: #fff;
    transition: linear 0.5s;
}

.nav-link:focus,
.nav-link:hover {
    color: #fff;
}

.main-header {
    z-index: 999;
}

a.navbar-brand img {
    max-height: 30px;

}

.header-scrolled a.navbar-brand img {
    max-height: 30px;
    filter: contrast(10%) sepia(1) hue-rotate(313deg) saturate(1000%);
}

header {
    width: 100%;
}

#mainBanner {
    z-index: 0;

}

hr.border-light {
    max-width: 300px;
    opacity: 0.9;
}

.carousel-item {
    transition: transform 1s ease-in-out;
}

/* .banner-text {
    top: 48%;
    transform: translate(0, -50%);
    bottom: auto;
    left: 0;
    right: 0;
    width: 0;
    opacity: 0;
    overflow: hidden;
    text-align: left;
} */

/* .carousel-item.active .banner-text {
    animation: widthSlide 3.5s 1;
    opacity: 1;
    z-index: 999;
    width: 100%;
} */

@keyframes widthSlide {
    0% {
        width: 0%;
        opacity: 0;
    }

    50% {
        width: 100%;
        opacity: 1;
    }

    100% {
        width: 100%;
        opacity: 1;
    }
}

.banner-text h3{
    font-size: 1.3em;
    text-transform: uppercase;
    font-weight: 600;
    color: #fff;
}
.banner-text h2 {
    font-size: 1.9em;
    text-transform: uppercase;
    font-weight: 800;
    color: #fff;
}

/* .banner-text h5:after {
    content: '';
    position: absolute;
    left: 0;
    right: 0;
    width: 100%;
    height: 100%;
    background: #fff;
    bottom: -20px;
    opacity: 1;
}

.carousel-item.active .banner-text h5:after {
    width: 10%;
    height: 4px;
    animation: titleCover 2.5s 1;
    opacity: 0;
} */

.banner_area {
    width: 100%;
    /* height: 100vh; */
    background-color: #000;
    overflow: hidden;
    position: relative;
}

/* .banner_area #mainBanner {
    position: absolute !important;
    top: 0;
    right: 0;
    left: 0;
    bottom: 0;
} */

.banner_area {
    position: relative;
}

.button--rayen:hover::before {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
}

.aboutus_btn,
.enqry_btn {
    background: linear-gradient(to left, #ff3c2b, #941a21);
    padding: 5px 10px;
    display: flex;
    align-items: center;
    text-align: center;
    color: #fff;
    font-weight: 500;
    letter-spacing: 1px;
    font-size: 15px;
    transition: 0.5s;
    display: inline-block;

}

.aboutus_btn:hover i {
    margin-left: 13px;
    transition: 0.5s;
    color: #fff;
}

.aboutus_btn:hover,
.enqry_btn:hover {
    background: linear-gradient(to left,#941a21, #ff3c2b);
    border: 1px solid #fff;
    color: #fff;
}

.aboutus_btn i,
.enqry_btn i {
    margin-left: 10px;
}

@keyframes titleCover {
    0% {
        left: 0;
        right: 0;
        width: 100%;
        height: 100%;
        opacity: 1;
    }

    20% {
        left: 0;
        right: 0;
        width: 100%;
        height: 100%;
        opacity: 1;
    }

    30% {
        left: 0;
        right: 0;
        width: 100%;
        height: 100%;
        opacity: 1;
    }

    55% {
        left: 0;
        right: 0;
        width: 100%;
        height: 5px;
        opacity: 1;
    }

    95% {
        left: 0;
        right: 0;
        width: 10%;
    }

    100% {
        left: 0;
        right: 0;
        width: 10%;
        opacity: 0.5;
    }
}

.carousel-item>img {
    height: 100vh;
    object-fit: cover;
    transform: scale(1);
}

.carousel-item.active>img {
    transform: scale(4);
    animation: bgScale 200s 1;
}

@keyframes bgScale {
    0% {
        transform: scale(1);
    }

    100% {
        transform: scale(4);
    }
}

/* .carousel-item:before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: rgb(0 0 0 / 35%);
    z-index: 99;
} */

.banner-text p {
    font-size: 14px;
    font-weight: 500;
    text-transform: capitalize;
    color: #fff;
}

/* .banner-text * {*/
/*     white-space: nowrap;*/
/*}*/

.swiper-container1 {
    width: 100%;
    padding-top: 50px;
    padding-bottom: 50px;
}

.swiper-slide1 {
    background-position: center;
    background-size: contain;
    width: 300px;
    height: 300px;
    background-repeat: no-repeat;

}

.swiper-slide1 IMG {
    width: 100%;
}

.catalog {
    overflow: hidden;
    padding: 10px 0;
}

.carousel-indicators {
    right: 10px;
    left: auto;
    margin: 0;
    width: 25px;
    flex-wrap: wrap;
    bottom: auto;
    top: 45%;
    transform: translate(0, -50%);
    gap: 10px;
    z-index: 9999;
}

.carousel-indicators [data-bs-target] {
    width: 15px;
    height: 15px;
    border-radius: 100px;
    border: none;
}

li.nav-item>a:after {
    content: '';
    position: absolute;
    height: 3px;
    background: white;
    left: 0;
    bottom: -10px;
    right: 0;
    margin: 0 auto;
    opacity: 0;
    width: 85%;
    transition: 0.3s all ease-in-out;
}

li.nav-item>a.active:after,
li.nav-item>a:hover:after {
    bottom: 0;
    opacity: 0.8;
}

li.nav-item>a {
    position: relative;
}

.installations .slick-slide {
    margin: 0px 5px;
}

.installations .slick-prev,
.installations .slick-next {
    display: none !important;
}

/************* product Deatils page******************/
.single_product_page {
    background: #f9f9f9;
}

.single_product_page .content {
    background: transparent;
    box-shadow: none;
    margin: 10px 0;
    max-width: 100%;
    width: 100%;
}

.single_product_page .content h1 {
    font-size: 20px;
    color: #333;
}

.single_product {
    position: relative;
    width: 100%;
}

.images_product {
    position: absolute;
    left: 0;
    top: 0;
    width: 100px;
}

.big-img {
    position: relative;
    width: 100%;
    /* height: 370px; */
    cursor: zoom-in;
    overflow: hidden;
}

.big-img img.zoom {
    position: absolute;
    transition: width 0.2s ease-out, opacity 0.2s ease-out 0.2s;
}

.display-img {
    width: 100%;
}

.single_pro ul {
    display: flex;
    padding-left: 0px;
    text-align: center;
    align-items: center;
}

.single_pro ul li {
    list-style: none;
    margin-right: 10px;
}

.single_pro p {
    font-size: 13px;
    font-weight: 700;
    margin-right: 10px;
    margin-bottom: 0px;
}

.single_pro a {
    background: #b51e27;
    border-radius: 50%;
    width: 35px;
    height: 35px;
    display: flex;
    justify-content: center;
    align-items: center;
    color: #fff;
}

.single_pro a:hover {
    background: transparent;
    border: 1px solid #000;
    color: #000;
    transition: 1s;
}

.raiting {
    display: flex;
    align-items: center;
    padding: 0px;
}

.raiting li {
    list-style: none;
    margin-right: 5px;
}

.raiting li i {
    color: #ffe234;
}

.single_product_page p {
    margin-bottom: 12px;
}

.single_product_page h5 {
    font-size: 25px;
    padding-top: 10px;
    font-weight: 700;
    color: #333;
}

.single_product_page h6 {
    font-size: 15px;
    font-weight: 600;
    color: #d4222c;
}

.table td {
    font-size: 13px;
}

.single_product_page .btn {
    font-size: 15px;
    font-weight: 600;
    padding: 10px;
    align-items: center;
    justify-content: center;
    display: flex;
    max-width: 170px;
}

.single_product_page .btn:hover {
    background-color: transparent;
    border: 1px solid #d9232d;
    color: #d9232d;
}

@media screen and (min-width: 769px) {
    .dropend:hover>.dropdown-menu {
        position: absolute;
        top: 0;
        left: 100%;
    }

    .dropend .dropdown-toggle {
        margin-left: 0.5em;
    }

}

@media screen and (max-width: 991px) {
    .banner-text h2 {
        font-size: 2em;
    }

    .banner-text p {
        font-size: 1em;
        font-weight: 500;
        text-transform: uppercase;
    }
}

@media screen and (max-width: 768px) {
    .banner-text h2 {
        font-size: 1.8em;
    }

    .banner-text p {
        font-size: 15px;
        font-weight: 500;
    }

    .carousel-item img {
        height: 50vh;
    }

    .mian-logo>span {
        font-size: 1em;
    }

    .carousel-indicators {
        right: 0;
        bottom: 0;
        left: 0;
        padding: 0;
        margin-right: 15%;
        margin-bottom: 1rem;
        margin-left: 15%;
        flex-wrap: nowrap;
        top: auto;
        transform: unset;
        width: auto;
        gap: 5px;
    }

    .carousel-indicators [data-bs-target] {
        width: 12px;
        height: 12px;
    }

    section.banner_area {
        width: 100%;
        /* height: 40vh; */
    }

    /* .banner-text {
        top: 25%;
        left: 5%;
    } */

    .swiper-slide1 {
        width: 200px;
        height: 200px;
    }
}

@media screen and (max-width: 575px) {
    .banner-text h2 {
        font-size: 1.6em;
    }

    .carousel-item img {
        height: 40vh;
    }

    .banner-text p {
        font-size: 0.75em;
    }

    /* .banner-text {
        width: 100%;
        opacity: 0;
    } */

    /* .carousel-item.active .banner-text {
        animation: sample 2.5s 1;
        opacity: 1;
    } */

    /* .banner-text * {
        white-space: unset;
    } */

    section.banner_area {
        width: 100%;
        /* height: 306px; */
        margin-top: 42px;
    }

    /* .banner-text {
        top: 45%;
    } */

    .breadcrumbs.abouttbg {
        background-attachment: local;
    }
}

@keyframes sample {
    0% {
        opacity: 0;
    }

    50% {
        opacity: 1;
    }

    100% {
        opacity: 1;
    }
}

/* .banner-text h5 {
    -webkit-text-stroke: 1px #E2FADB;
} */

hr.border-light {
    max-width: 200px;
}



@media screen and (max-width: 480px) {
    .banner-text h2 {
        font-size: 1.1em;
    }

    .banner-text p {
        font-size: 0.7em;
    }

    .carousel-item img {
        height: 30vh;
    }
}


 .banner_area {
    position: relative;
  }
  /* .carousel-item::before{
  position: absolute;
  z-index: 2;
  content: "";
  height: 100%;
  width: 100%;
  left: 0;
  background: linear-gradient(1.91deg, rgba(38, 38, 38, 0.3) 64.59%, #262626 101.91%), linear-gradient(270deg, rgba(38, 38, 38, 0) 44.72%, #262626 117.07%), linear-gradient(180deg, rgba(38, 38, 38, 0) 68.75%, rgba(38, 38, 38, 0.8) 100%);
  } */
  /* .carousel-item img{
    height: 700px;
    overflow: hidden;
  } */
  
  .banner_area .banner-text{
   padding-left: 60px;
  }

  .carousel-control-prev{
    width: 3%;
  }
  .carousel-control-next{
    width: 6%;
  }
  .carousel-control-prev-icon {
    background-image: none;
  }
  
  .carousel-control-next-icon {
    background-image: none;
  }
  
  .carousel-control-prev-icon::before {
    content: "\F12F ";
    font-family: bootstrap-icons !important;
    font-size: 20px;
    color: #2c2c2c;
    padding: 10px;
    width: 50px;
    background-color: #fff;
    border-radius: 100%;
  }
  
  .carousel-control-next-icon::after {
    content: "\F138 ";
    font-family: bootstrap-icons !important;
    font-size: 20px;
    color: #2c2c2c;
    padding: 10px;
    width: 50px;
    background-color: #fff;
    border-radius: 100%;
  }
@media screen and (max-width: 1024px){
    .banner-text h3{
        font-size: 1em;
    }
      .banner-text h2{
        font-size: 1.5em;
      }
      .banner-text p{
        font-size: 13px;
      }
      .banner_area .banner-text{
        padding-left: 50px;
    }
  }
  @media screen and (max-width:991px){
      .carousel-control-prev-icon::before, .carousel-control-next-icon::after{
    font-size: 16px;
    padding: 12px;
  }
    .banner_area .banner-text{
        padding-left: 0px;
        padding: 20px 10px;
    }
     .banner-text h3, .banner-text h2, .banner-text p{
        text-align: center;
    }
    .banner-text hr{
        margin: 8px auto;
    }
    .banner-btn{
        text-align: center;
    }
  }
  @media screen and (max-width:767px){
    .banner-text hr{
        margin: 8px auto;
    }
    .banner-btn{
        text-align: center;
    }
      
  }
  @media screen and (max-width:575px){

    .banner_area .banner-text{
        height: 300px;
        padding: 20px;
    }
    .carousel-control-next, .carousel-control-prev{
        bottom: auto;
        top: 32%;
    }
    .banner-text h3{
        font-size: 0.8em;
    }
      .banner-text h2{
        font-size: 1.2em;
      }
      .banner-text p{
        font-size: 11px;
      }
      .carousel-control-next, .carousel-control-prev{
      width: 11%;
    }
    .carousel-control-prev-icon::before, .carousel-control-next-icon::after {
        font-size: 15px;
        padding: 8px;
    }
    .banner-text hr{
        margin: 8px auto;
    }
    .banner-btn{
        text-align: center;
    }
  }