*{
    margin: 0;
    padding: 0;
    box-sizing: border-box;
}
body {
    font-size: 14px;
    font-family: 'Poppins', sans-serif; 
    text-align: justify;
}
:root {
    --color--primary : #272e32;
    --color--secondary:#088d33;
    --color--tertiary: #5f6c77;
    --color-quaternary: #FE423D;
    --color--fixed :#fff;
}
h2 ,h3,h4, h5,h6 {
   color: var(--color--primary);
}
h1 {
    font-size: 2.8rem;
    font-weight: bold;
   color: var(--color--fixed);
}
h2 {
    font-size: 2.2rem;
    font-weight: 700;
}
h3 {
    font-size: 1.2rem;
    font-weight: 500;
}
h4 {
    font-size: 1rem;
    font-weight: 400;
}
h5 {
    font-size: 1.2rem;
    font-weight: 300;
}
h6 {
    font-size: 1rem;
    font-weight: 200;
}
p{
    font-size: 0.8rem;
    font-weight: 200;
    color: var(--color--tertiary);
}
a {
    color: var(--color--fixed);
    font-size: 1.2rem;
    font-weight: bold;
    text-decoration: none;
    color: var(--color--fixed);
}
li {
 list-style: none;
}
a:hover {
    color:var(--color--fixed);
}
section {
    padding:1rem;
}
::selection {
    background: var(--color--primary);
}   
/* header section  */
/* nav - section  */
.nav-item {
    margin: 1rem 0.6rem;
    font-size: 1.2rem;  
    color:var(--color--fixed) !important; 
    font-weight: bold;
}

.nav-link {
    color: var(--color--fixed) !important;
}

.nav-link:hover {
    color: var(--color--secondary) !important;
} 
.btnn {
    background-color: var(--color--secondary);
    color: var(--color--fixed) !important;
    padding: 0.8rem 1.8rem;
    border: none;
}
ul.navbar-nav.ms-auto {
    margin-top: 0.9rem !important;
    padding: 0rem 1rem !important;
}
.btnn-1 {
    background-color: var(--color--primary);
    color: var(--color--fixed) !important;
    padding: 0.8rem 1rem;
    border: none;
}
.btnn a{
    color: #fff;
}
.btnn a:hover {
    color: var(--color--fixed) !important;
}
.btnn:hover {
    background-color: var(--color--primary);
}
.navbar {
    border-bottom: 0.1rem solid var(--color--tertiary);
    background: transparent!important;
    z-index: 10;
    position: absolute;
    top: 0;
    width: 100%;
    height: 5.8rem;
}
.dropdown-menu.item {
    height: 200px;
}
.navbar-brand img {
    height: 5rem !important;
    width: 17rem; 
}
.navbar-fixed-top.scrolled {
    background-color: #fff !important;
    transition: background-color 200ms linear;
}
.dropdown-item:active {
    color: var(--bs-dropdown-link-active-color);
    text-decoration: none;
    background-color: var(--color--fixed) !important;
}
.dropdown-menu.show {
    margin-top: 0.9rem !important;
    border-radius:0 !important;
}
.dropdown-item {
    font-size: 1rem;
}
/* slider  */
.carousel-item img{
    height: 100vh!important;
    opacity: 0.8;
}
.carousel-caption {
    position: absolute;
    top: 260px !important;
    text-align: center;   
}
.overlay {
    position: absolute;
    top: 0;
    left: 0;
    height: 100%;
    width: 100%;
    background-color:rgba(0, 0, 0, 0.6);
}
.carousel-caption h3 {
    color: #fff;
    font-size: 1.6rem;
}
.carousel-caption p {
    color: var(--color--fixed);
    font-weight: 500;
    font-size: 1rem;
}
.carousel-indicators [data-bs-target] {
    width: 15px !important;
    height: 15px !important;
    border-radius: 50%;
    background-color: var(--color--fixed);
}
/* slider  */
/* header section  */

/* about-us  */
.about-heading h2 {
    text-align: center;
}
.about-heading h3 {
    font-weight:bold;
    text-align: center;
    word-spacing: 0.6rem;
    padding: 0.4rem 0;
}
.about-heading h3 span {
    background-color:var(--color--secondary);
    padding: 0.3rem 0.6rem;
    color: var(--color--fixed);
}
.about-heading h3 span:hover {
    background-color:var(--color--primary);
} 
.data-box {
   padding: 1rem;
}
.data-box h3 {
    text-align: center;
    font-weight:bold;
    text-transform: uppercase;
}
.data-box p {
    padding:0.4rem !important;
}
.data-details {
    background-color: var(--color--secondary);
    opacity: 0.9;
}
.data-detail {
    padding: 1.5rem;
}
.iconbox i{
    color: var(--color--fixed);
    margin-right: 0.4rem;
}
.iconbox h3 {
    font-size:1.7rem;
    font-weight:bold;
    transform: translatey(6px);
    color: var(--color--fixed);
    opacity: 0.9;
}
.iconbox h5 {
    color: var(--color--fixed);
    margin-bottom: 0 !important;
    text-transform: capitalize;
}
.iconbox i:hover {
    color:var(--color--primary);
}
/* products -section  */

.product-box {
    margin-top:3rem;
}
.product-box h2 ,p ,button{
    padding:0.5rem;
}
.pd-img  {
    position: relative;
    padding: 0.3rem 0.3rem;
    /* width: 32%; */
}
.image {
    opacity: 1;
    display: block;
    /* width: 100%;
    height: 11rem; */
    transition: .5s ease;
    backface-visibility: hidden;
    border-radius:0.2rem;
}  
.middle {
    /* position: absolute;
    top: 41%;
    left: 30%;
    text-align: center;
    transition: .5s ease;
    opacity: 0; */

    transition: .5s ease;
    opacity: 0;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    text-align: center;
} 
.pd-img:hover .image {
        opacity: 0.5;
}     
.pd-img:hover .middle {
    opacity: 1;
}
.text{
background-color: var(--color--secondary);
color: var(--color--fixed);
padding: 0.7rem 1rem;
}
.text:hover {
    background-color:var(--color--primary)
}
.product-box h2 {
    text-align: start;
}
/* services section  */
.services h2 {
    margin-top: 0.9rem;
    color: var(--color--fixed);
}
.services p {
    font-size:1rem;
    color: var(--color--fixed);
}
.feature-box ,.info {
    padding : 1rem;
}
.services-section {
    background-color:var(--color--secondary);
}
.feature-box i {
    color: var(--color--fixed);
}
.feature-box i:hover {
    color: var(--color--primary);
}
.info h3 {
    color: var(--color--fixed);
    font-weight: 800;
    text-transform: uppercase;
}
.info p {
    color: var(--color--fixed);
}

/* our clients-section  */
.item {
    height:10rem;
    width:10rem;
}
.carousel-img img{
    padding: 1.3rem;
    height: 5rem;
}
.owl-carousel {
    display: block!important;
}
.owl-theme .owl-nav {
    margin-top: 2rem !important;
}
.owl-stage-outer {
    padding: 1rem;
}

/* address-section  */
.social-address-section {
    background-color:var(--color--secondary);
}
.address .container  .row{
    padding: 3rem;
}
.address-icon{
    font-size: 2.3rem;
    padding: 0 0.5rem;
    color: var(--color--fixed);
}
.address-social{
    padding: 0.5rem 0.5rem;
    color: var(--color--fixed);
    
}
.address-social h3{
    color: var(--color--fixed);
}
.icons span, i{
    color: var(--color--fixed);
}
.icons i {
    padding: 0 0.4rem;
    font-size: 1rem;
}
.icons i:hover {
    /* transform: rotatey(320deg); */
    color: #272e32;
}
.address-icon:hover i{
    color: var(--color--primary);
}
/* contact-us-section  */
.form {
    padding: 1.4rem 0;
}
form.row.g-3.form {
    width: 50%;
    margin: auto;
}
.form-control ,.form-select{
    border:none !important;
    background: rgba(181, 182, 182, 0.4);
    font-weight: bold;
    padding: 0.6rem !important;
}
.form-control:focus {
    color: #212529;
    background-color: rgb(181, 182, 182 ,0.15) !important;
    border-color: none !important;
    outline: none !important;
    box-shadow: none !important;
}
.form-select {
    color: #212529 !important;
    border-color: none !important;
    outline: none !important;
    box-shadow: none !important;
}

/* footer  */
.footer {
    /* background: linear-gradient(rgba(0,0,0,0.4),#088d33) ,url(../images/footer1.avif); */
    background-size: 100% 100%;
    padding: 1rem;
}
.footer-data {
    padding: 0.3rem 0;
}
.footer-details b{
    font-size:1.4rem;
    color: var(--color--fixed);
}
.footer-details {
    color: var(--color--fixed);
}
.footer-address-data p {
    font-size: 1.2rem;
    font-weight: bold;
    text-transform: capitalize;
}
.footer-socail-icon i{
    padding: 2rem 0.8rem;
    margin-bottom: 0.9rem;
    color: var(--color--fixed);
}
.footer-socail-icon i:hover {
    color: var(--color--secondary);
}
strong {
    font-size: 1rem;
    padding: 0.6rem 0;  
}
.footer-discripton {
    background-color:var(--color--primary);
    padding:1.3rem;
}
.footer-discripton h4 {
    color:var(--color--fixed) !important;
}
.footer {
    position: relative;
}
.overlay3 {
    position: absolute;
    top: 0;
    left: 0;
    height: 100%;
    width: 100%;
    background-color: rgba(8, 99, 37, 0.6);
   color: var(--color--fixed);
}
@media(max-width:393px){
    /* slider image  */
    .carousel-item{
        height: 35rem;
    }
    .carousel-caption {
        position: absolute;
        top: 8rem;
    }
    .carousel-caption h1{
        font-size: 1.3rem;
    }
    .carousel-caption p {
        font-size: 0.9rem;
    }
    .btn-lg {
        margin-bottom: 0.3rem;
    }
    .navbar-brand img {
        padding-bottom: 1rem;
    }
    .navbar-brand img {
        height: 7rem;
        width: 8rem; 
    }
    .iconbox {
        margin: 0.7rem;
    }
    .product-box .btnn {
        margin-left: 5rem;
        margin-bottom: 1rem;
    }
    .our-client.container .btnn {
        margin-left: 4rem;
    }
    .clients h2 {
        text-align: center;
    }
    form.row.g-3.form {
        width: 100%;
    }
    .contact-us-head p{
        width: 100% !important;
        text-align: justify;
    }
  
}
@media(max-width:500px){
    .iconbox {
        margin-bottom: 1rem !important;
    }
    .iconbox i {
        color: var(--color--fixed);
        margin-right: 0.4rem;
        margin-top: 0..5rem;
        padding: 0.6rem;
    }
}
