*{
    margin: 0;
    padding: 0;
    box-sizing: border-box;
    font-family: Arial, sans-serif;
}

.header-area{
    padding: 15px 30px;
    background-color: #0280908a;
}
.icon{
    background: linear-gradient(to bottom right, white, #175435);
    padding: 15px;
    border-radius: 6px;
}
.header-design{
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 5px;
}

.icon-text{
    background: linear-gradient(to bottom right, white, #175435);
    padding: 5px 10px;
    border-radius: 6px;
}

i.icon {
    background-image: linear-gradient(to bottom right, white, #175435);
    padding: 13px 15px 15px 14px;
    border-radius: 50%;
}
.bg-main-clr{
    background: #028090;
}
.bg-main-clr2{
    background: rgb(78 195 194);
}

.menubar{
    text-decoration: none;
    color: white;
    font-family: arial;
    font-size: 18px;
}

.header-logo{
    height: 80px;
    filter: drop-shadow(2px 4px 6px rgba(0,0,0,0.5));
}
.nav-item {
    color: white;
    font-family: arial;
    font-size: 18px;
}

.dropdown-menu:hover,
.dropdown .dropdown-toggle:hover + .dropdown-menu {
    display: block;
}
.dropdown-item:focus, .dropdown-item:hover{
    background: #028090;   
    color: #fff;
}
.dropdown-menu li .dropdown-item{
    border-bottom: 1px solid #fff;
}

.head-line{
    border-bottom: 1px solid #fff;
}

.content-line{
border: 1px dotted rgb(7, 6, 6);
}

.dropdown-menu li:last-child .dropdown-item{
    border: none;
}

.main-content-box{
    display: flex;
}
.main-content-box aside{
    width: 25%;
}
.main-content-box main{
    width: 75%;
}

.clr-aside{
    background-color: linear-gradient(to bottom right, white, #008b99);

}

.product-info{
    background-color: #019ca9;
    padding: 9px;
}
.info{
    text-decoration: none;
    font-size: 20px;
    font-weight: 700;
}
.side-aside{
    background-image: linear-gradient(to bottom right, white, #008b99);
}
.heading{
    color: black;
    text-decoration: none;
    font-weight: bold;
}


.heading:hover{
    color: rgb(238, 128, 3);
}

.name{
     color: #076672;
     text-align: center;
     font-weight: 600;
    /* margin-bottom: 5px;
    font: normal bold 18px Arial,Helvetica,sans-serif; */
}

.main-content{
    background: #dce5e0;
    padding: 8px;
    border-radius: 8px;
}

.main-heading{
    font-size: 20px;
    color: rgb(0, 0, 0);
    margin: 0;
}

.main-slider{
    width: 100%;
}
.swiper {
  width: 100%;
}
.gallery_banner{
    height:300px;
}
.gallery_item{
    height:150px;
}
.gallery_item .swiper-slide {
    opacity: 0.2;
}
.gallery_item .swiper-slide-thumb-active{
    opacity:1;
}
.swiper-slide {
  background-position: center;
  background-size: cover;
}

.swiper-slide img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: contain;
}

.coverflowBannerSlide .swiper-slide{
    width: 300px;
    height: 300px;
}

.rtl{
    font-weight: 700;
}


.product-button{
    text-decoration: none;
    background-color: #ffa600;
    color: black;
    padding: 1px 6px 3px 6px;
    font-size: 14px;
    border-radius: 7px;
    margin: 15px;
}

.carousel-item{
    margin-left: 70px;
}
.carousel-indicators{
    margin-left: auto;
}

.product-button:hover{
    background-color: #ff9900;
}
.oil-btn{
    box-shadow: 0 2px 2px rgba(0,0,0,.6);
    background-color: #ffa600;
    border-radius: 0.4em;
    color: #000!important;
    /* display: inline-block; */
    font: bold 15px/normal Helvetica,Arial,sans-serif;
    /* margin-left: 294px; */
    padding: 8px 30px;
    text-decoration: none;
    cursor: pointer;
    text-align: center;
}

.oil-btn:hover{
    background-color: rgb(240, 93, 7);
}

.quote-btn{
    text-decoration: none;
    box-shadow: 0 2px 2px rgba(0,0,0,.2);
    border: 2px solid  #ffa600;
    color: #000;
    padding: 6px 22px;
    font-weight: 700;
    border-radius: 0.4em;
    transition: all 0.5s ease;
}

.quote-btn:hover{
    background-color: #ff9900;
}

.rating4{
    color: #076672;
    font-weight: 600;
}

.rting{
    border: 3px solid rgb(7 102 114);
    width: 60px;
    margin: auto;
}
.rating-stars{
    color: #ff9900;
}
.progress-bar:nth-last-child(2){
    border-right: 1px solid #d5d5d5;
}
.prog-bar1{
    border: 3px solid #ffa600;
    border-radius: 6px;
}
.response{
    border: 4px solid #008000d9;
    border-width: thick;
    max-width: 250px;
    width: 100%;
    border-radius: 4px;
}
.accordion-item{
    background: transparent;
    border: none;
}
.accordion-button:focus{
    display: none;
   
}

.container mt-5{
padding: 30px;
}

.slider-content{
    background: #106772;
    border: 11px solid #31a1ad;
}
a{
    text-decoration: none;
    color: #000;
}
.home-content{
    background: #028090eb;
}
.text{
    font-family: arial;
}
.homs-link{
    padding: 10px 5px;
    text-decoration: none;
    color: black;
    border-bottom: 1px solid black;
    font-weight: 700;
    margin-bottom: 0;
}
.welcome-content{
    padding: 20px;
}

.buis-heaings{
    text-decoration: none;
    color: rgb(64 68 68);
    font-weight: 700;
}
.foot-content{
    text-decoration: none;
    color: rgb(3, 3, 3);
    font-weight: 600;
}

.name-oil{
    color: orange;
    font-size: 22px;
    font-weight: 600;
}

.side-aside{
    position: sticky;
}

.position-aside{
    position: sticky;
    top: 10px;
    height: 100vh;
    overflow-y: scroll;
}
.position-aside::-webkit-scrollbar{
    display: none;
}

.about-item{
    margin-bottom: 20px;
   background-color: rgb(2 128 144);
    padding: 15px 45px 15px 44px;
    box-shadow: 0 0 9px rgba(0, 0, 0.6,);
}

.about-item:hover{
   background-image: linear-gradient(to bottom left , #87b0b469, rgb(3, 59, 66));
}

.icons {
    font-size: 32px;
}


@media (max-width: 768px) { 
    .side-aside{
        display: none;
    }
    
    .side-aside + main{
        width: 100%;
    }
}