/************************/
/*Header*/
/************************/
.header{
    display: flex;
    align-items: center;
    justify-content: space-between;
    background-color: #054dc1;
    height: 9.6rem;
    padding: 0 4.8rem;
    position: relative;
}


.logo{
    height: 4.2rem;
}

/************************/
/*Navigation Section*/
/************************/
.main-nav-list{
    list-style: none;
    display: flex;
    align-items: center;
    gap: 4.8rem;
}

.main-nav-link:link,
.main-nav-link:visited{
    text-decoration: none;
    color: #fff;
    font-family: 'Montserrat',san-serif;
    font-weight: 500;
    font-size: 1.4rem;
    transition: all 0.3s;
}

.main-nav-link:hover,
.main-nav-link:active{
    color: #ddd;
}

.main-nav-link.nav-cta:link,
.main-nav-link.nav-cta:visited{
    display: inline-block;
    background-color: #4ea652;
    padding: 1.2rem 2.4rem;
    border-radius: 4px;
}

.main-nav-link.nav-cta:hover,
.main-nav-link.nav-cta:active{
    background-color: #25282a;
}

/* MOBILE NAV */
.btn-mobile-nav {
    border: none;
    background: none;
    cursor: pointer;
    display: none;
  }
  
  .icon-mobile-nav {
    color: rgb(238, 238, 238);
    height: 2.4rem;
    width: 2.4rem;
  }
  
  .icon-mobile-nav[id="menu-close-icon"] {
    display: none;
  }

/************************/
/*Sticky Navigation Section*/
/************************/
.sticky .header{
    position: fixed;
    top: 0;
    bottom: 0;
    width: 100%;
    height: 8rem;
    padding-top: 0;
    padding-bottom: 0;
    background-color: rgba(5, 77, 193, 0.904);
    z-index: 999;
    box-shadow: 0 1.2rem 3.2rem rgba(0,0,0,0.3);
}

.sticky .hero-section{
    margin-top: 9.6rem;
}

/************************/
/*Hero Section*/
/************************/

.hero-section{
    height: 90vh;
    /*  */
    background-image: linear-gradient(rgba(5, 77, 193, 0.199), rgba(0, 0, 0, 0.2)),url(/img/dish-easy-dishwashing-liquid.jpeg) ;
    background-size:cover;
    background-position: top;
    position: relative;
    display: flex;
    align-items: center;
    justify-content: center;
    margin-bottom: 9.6rem;
}
.hero-section::after{
    content: "";
    width: 67rem;
    height:57.5rem;
    background: url(/img/madlokazi-group-logo-icon.png) no-repeat center;
    position: absolute;
    top: 0;
    left:0;
    opacity: .4;
}

.heading-primary{
    color: #fff;
    text-transform: uppercase;
    backface-visibility: hidden;
    margin-bottom: 6rem;
}

.heading-primary--main, .heading-primary--sub{
    display: block;
}
.hero-text-box{
    text-align: center;
  
}
.heading-primary--main{
    font-size: 6rem;
    font-weight: 400;
    margin-bottom: 2rem;
}

.heading-primary--sub{
    font-size: 2rem;
    font-weight: 700;
    letter-spacing: 1.7rem;
}

/* ABOUT US SECTION */
.about{
    display: grid;;
    grid-template-columns: repeat(2,1fr);
    padding: 0 3.2rem;
    margin: 0 auto 12.8rem;;
    column-gap: 6.4rem;
}

.about-title{
    padding-right:3.6rem;
}
.about-img-box{
    align-self: center;
    position: relative;
}
.about-img{
  width: 100%;
  border: 15px solid #fff;
}

.company-stats{
    background-color: #4ea652;
    padding: 7.4rem 0;
    margin-bottom: 9.6rem;
    color: #fff;
    font-weight: 700;
}

.company-stats--item{
    display: flex;
    gap:1.4rem;
    align-items: center;
    justify-content: flex-start;
}

.stats-item--icon{
    font-size: 6rem;
    color: #fff;
}

.company-stats---number{
    font-size: 3.4rem;
    margin-bottom: 0.8rem;
}

.company-stats---title{
    font-size: 1.4rem;
}

.client-stats-box{
    background-color: #000000;
    height: 15rem;
    width: 15rem;
    border-radius: 150px;
    border: 15px solid #fff;
    display: flex;
    align-items: center;
    justify-content: center;
    text-align: center;
    position: absolute;
    top:-20px;
    left:-65px;
}

.client-stats{
    text-align: center;
    font-weight: 700;
}
.client-stats--number{
    font-size: 3.6rem;
    color: #fff;
    margin-bottom: .6rem;
}

.client-stats--title{
    font-size: 1.8rem;
    color: #054dc1;
    letter-spacing: 1px;
}
.about-description{
    margin-bottom: 3.2rem;
    line-height: 1.5;
}

.about-points{
    display: flex;
    gap:4rem;
}

.about-experience--stats---img{
    width: 8rem;
    height: 8rem;
    background-color: #054dc1;
    border-radius: 8px 0 8px 0;
}

.about-experience--stats---icon{
    width: 100%;
    padding: 1rem;
}

.counter-number, .counter-icon{
    font-size: 4.8rem;
    line-height: 1;
    font-family: 'Montserrat',san-serif;
    font-weight: 700;
}

.about-textbox p:last-child{
    margin-bottom: 0;
}

.about-points--textbox {
    list-style: none;
    color: #555;
    font-size: 1.8rem;
}
.about-experience--stats{
    display: flex;
    align-items: center;
    gap: 1.5rem;
    margin-bottom: 1.8rem;
}

.about-experience--stats---title span{
    font-weight: 700;
    text-align: center;
}

.points-item{
    margin-bottom: 2rem;
}

.points-icon{
    color: #054dc1;
    font-size: 2.4rem;
}

/* WHAT WE DO SECTION */
.whatwedo{
    display: flex;
    align-items: center;
    justify-content: center;
    margin-bottom: 12.8rem;
    text-align: center;
    max-width: 96rem;
}

.whatwedo-description{
    line-height: 1.5;
}

/* PRODUCTS-SECTION */
.products{
    padding: 0 5rem;
    margin-bottom: 12.8rem;
}

.product-item{
    background-color: #fff;
    padding: 5rem 4rem;
    position: relative;
    border-radius: 10px;
    box-shadow: 0 0 40px rgb(12 12 12 / 10%);
    transition: all 0.4s;
}

.product-item:hover{
    transform: translateY(-1.2rem);
    box-shadow: 0 3.2rem 6.4rem rgb(0 0 0 / 6%);
}

.product-icon{
    background-color: #054dc1;
    border-radius: 50%;
    padding: 1.5rem;
    width: 8.6rem;
    height: auto;
    margin-bottom: 2.4rem;
}

.product-order{
    color: #e6e6e6;
    top:26px;
    right:40px;
    position: absolute;
    font-size: 6.4rem;
    font-weight: 700;
}


.product-title{
    font-size: 2rem;
}
.product-section-link{
    font-size: 2rem;
    font-weight: 500;
    text-align: center;
    margin-top: 4.2rem;
}

/****************************/
/* TESTIMONIALS SECTION */
/****************************/

.section-testimonials {
    background-color: #f0f6ff;
    display: grid;
    grid-template-columns: 55fr 45fr;
    align-items: center;
  }
  .testimonials-container {
    padding: 9.6rem;
  }
  
  .testimonials {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 4.8rem;
  }
  
  .testimonials-img {
    width: 6.4rem;
    border-radius: 50%;
    margin-bottom: 1.2rem;
  }
  
  .testimonials-text {
    font-size: 1.8rem;
    line-height: 1.8;
    margin-bottom: 1.6rem;
  }
  
  .testimonial-name {
    font-size: 1.6rem;
    color: #6f6f6f;
  }
  /****************************/
/* GALLERY SECTION */
/****************************/

.gallery {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 1.6rem;
    padding: 1.6rem;
  }
  
  .gallery-item {
    overflow: hidden;
  }
  
  .gallery-item img {
    display: block;
    width: 100%;
    transition: all 0.4s;
  }
  
  .gallery-item img:hover {
    transform: scale(1.1);
  }

/* CONTACT US SECTION */
.contact{
    background-color: #fff;
    padding: 9.6rem 0;
}

.contact-container{
    
    
    padding: 4.8rem 6.4rem 6.4rem 6.4rem;
    /* border-radius: 10px;
    box-shadow: 0 0 40px rgb(12 12 12 / 10%); */
}

.contact-heading{
    margin-bottom: 3.2rem;
}

.contact-info-box{
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    grid-template-rows: repeat(2,1fr);
    row-gap: 2.4rem;
}

.bg-yellow-500{
    background-color: #000000;
}

.contact-details{
    display: flex;
    align-items: flex-start;
    gap:1rem
}

.roe-selection-box, .roe-message-box{
    margin-top: 2.4rem;
}
.contact-textbox--description{
    line-height: 1.5;
}

.contact-data--title{
    font-family: 'Montserrat',sans-serif;
    font-weight: 700;
    margin-bottom:1rem;
}
.contact-information, .product-description{
    color: #555;
    font-size: 1.6rem;
    line-height: 1.5;
}

.contact-icon{
    font-size: 3.2rem;
    color: #054dc1;
}

.client-details label, .roe-selection-box label, .roe-message-box label{
    display: block;
    font-size: 1.6rem;
    font-weight: 700;
    margin-bottom: 1.2rem;
    
}

.client-details input, .roe-selection-box select, .roe-message-box textarea{
    width: 100%;
    background-color: #e6e6e6;
    padding: 1.2rem;
    font:1.8rem;
    border-radius: 2.5px;
    border: none;
    font-family: 'Montserrat', sans-serif;
    margin-bottom: 1.2rem;
}

/* FOOTER SECTION */
.footer{
 color: #dfdfdf;  
 font-size: 1.6rem; 
 line-height: 1.5;
}
.footer-top{
    background-color: #000000;
    background-image: url(/img/bg-footer-top.png);
    background-position: center center;
    background-repeat: no-repeat;
    background-size: cover;
}

.footer-top--textbox{
    padding: 4.8rem 0;
}
.footer-top--textbox__title, .footer-top--textbox__summary, .footer-top-textbox__newsletter{
    margin-bottom: 2rem;
}

.footer-top--textbox__title{
    font-size: 2.2rem;
}

.footer-top--textbox__title, .footer-top-textbox__workhours-title{
    font-family: 'Montserrat', sans-serif;
    color: #fff;
}

.footer-top-textbox__workhours-title{
    margin-bottom: .5rem;
}

.footer-top--textbox__items, .footer-socialicons, .footer-contact--info{
    list-style: none;
}

.newsletter-form{
    color: #fff;
}

.footer-newsletter-email-field{
    background-color: #0e0e0e;
    color: #fff;
    border: none;
    border-radius: 0;
    height: 4.6rem;
    width: auto;
    font-size: 1.4rem;
    padding-left:1rem ;
    padding-right: 2rem;

}

.newsletter-form{
    position: relative;
}

input[type=submit]{
    border-radius: 0;
    position: absolute;
    bottom: 0;
    right:0;
    height: 4.6rem;
    padding: 0;
    opacity: 0;
    z-index: 3;
    font-size: 1.5rem;
    font-weight: 700;
    color:#fff;
    line-height: 4.8rem;
    overflow: hidden;
    display: inline-block;
    text-align: center;
    cursor: pointer;
    border: none;
    box-shadow: none;
}

input[type=submit]::after{
    content: '';
    position: absolute;
    top: 0;
    left: -200%;
    width: 200%;
    height: 200%;
    background-image: linear-gradient(to right,transparent,rgba(255,255,255,.4),transparent,rgba(255,255,255,.4),transparent);
    z-index: -1;
}

.form-fields::before{
    content: '\f1d8';
    background-color: #054dc1;
    font-family: "Font Awesome 6 free"; 
    font-weight:400;
    height: 4.6rem;
    width: 6.2rem;
    font-size: 15px;
    position: absolute;
    bottom: 0;
    right: 8%;
    color: #fff;
    text-align: center;
    line-height: 4.6rem;
    z-index:1;
    overflow: hidden;
    

}

.footer-socialicons{
    display: flex;
    align-items: center;
    gap: 1.4rem;
}

.footer-contact--item{
    display: flex;
    gap:1rem;
    align-items: center;
    margin-bottom: 1rem;
}

.footer-contact--info{
    font-size: 1.4rem;
}

.footer-contact-icon{
    font-size: 2rem;
}

.footer-bottom{
    background-color: #0e0e0e;
    padding: 1.8rem 0;
    text-align: center;
    font-size: 1.2rem;
}