
*{
  margin: 0;
  padding: 0;
  box-sizing: border-box;
  text-decoration: none;
  font-family: 'arial';
}
.wrapper{
  background: white;
  position: fixed;
  top: 0px;
  width: 100%;
  border-bottom:5px solid #ee430f;
  z-index: 900;
}
.wrapper nav{
  position: relative;
  display: flex;
  max-width: calc(100% - 100px);
  margin: 0 auto;
  height: 70px;
  align-items: center;
  justify-content: space-between;
}
nav .content{
  display: flex;
  align-items: center;
}
nav .content .links{
  margin-left: 80px;
  display: flex;
}


.content .links li{
  list-style: none;
  line-height: 70px;
}
.content .links li a,
.content .links li label{
  color: #666;
  font-size: 18px;
  font-weight: 500;
  padding: 9px 17px;
  border-radius: 5px;
  transition: all 0.3s ease;
}
.content .links li label{
  display: none;
}
.content .links li a:hover,
.content .links li label:hover{
  background: #eee;
}

.wrapper .menu-icon{
  color: black;
  font-size: 18px;
  cursor: pointer;
  line-height: 70px;
  width: 70px;
  text-align: center;
}
.wrapper .menu-icon{
  display: none;
}

.wrapper input[type="checkbox"]{
  display: none;
}

/* Dropdown Menu code start ---------------------------------------------------------------------------------------------*/
.content .links ul{
  position: absolute;
  background: #eee;
  top: 80px;
  z-index: -1;
  opacity: 0;
  visibility: hidden;
}
.content .links li:hover > ul{
  top: 70px;
  opacity: 1;
  visibility: visible;
  transition: all 0.3s ease;
}
.content .links ul li a{
  display: block;
  width: 100%;
  line-height: 30px;
  border-radius: 0px!important;
}
.content .links ul ul{
  position: absolute;
  top: 0;
  right: calc(-100% + 8px);
}
.content .links ul li{
  position: relative;
}
.content .links ul li:hover ul{
  top: 0;
}
/*---------------------------------------------------------------------------------------------------------------------------------------------------*/
.row{
  display: grid;
  align-items:top;
  
  justify-content: space-around;
}

.col-2{
  
  min-width: 300px;
  padding: 40px 20px;

}

.col-2 img{
  max-width: 100%;
  padding: 10px 0;
}

.col-2 h1{
  font-size: 40px;
  line-height: 30px;
  margin: 30px 30px;

}

.btn{
  display: inline-block;
  background: #316B83;
  color: #fff;
  padding: 10px 30px;
  margin: 5px 30px;
  border-radius: 30px;
  transition:background 0.5s;
}

.btn:hover{
  background:#E02401;
}

/*try ---------------------------------*/






/*---------------new on TOTAL CONTAINER-----------------------------*/
.TOTALcontainer{ /*plays the role of body*/
  background:white;
  background-size: cover;
  background-position: top;
  margin:0;
  padding: 80px 0px 0px 0px;
  line-height: 1.5;
  text-align: center;
  display: grid;
  align-items: space-between;
  gap: 20px;
}

.TOTALcontainer img{
  display: block;
  width: 100%;
 
  
}

h1, h2, h3{
  margin:0;
  padding: 2em 0;
}


/*-------------button------------------------------*/

.btn{
  display: inline-block;
  background: #316B83;
  color: #fff;
  font-size: 16px;
  padding: 10px 30px;
  margin: 10px 30px;
  border-radius: 2rem 2rem;

}

.btn:hover{
  background:#ee430f;
}


#showcase{
  display: grid;

  min-height: 70vh;
  color: #000;
  text-align: center;
  font-size: 1rem;
 
}
/*for background------------------------------*/
header{
  
  background:url('images/home-bg.png');
  background-position: left;
  background-repeat: no-repeat;
  background-size: cover;
  border-bottom: .2 solid #316B83;
  height: 70vh;
  
}

  #section-z .grid{
  position: absolute;
  padding-top: 20px;
  background:url('images/home-bg.png');
  background-position: left;
  background-repeat: no-repeat;
  background-size: cover;
  border-bottom: .2 solid #316B83;
  width: 100%;
  
  text-align:justify-center;
  margin: 10px auto;
  
}


 h1{
  padding-top: 0px;
  padding-bottom: 0;
  font-size: 25px;
  padding: 1em;
  text-align:justify-center
;

  
}

#showcase .content-wrap, #section-a .content-wrap {
  padding: 10px 1.5em;
}



/*SLIDER*/
.slider{
  margin-top:30px;
  overflow:hidden;
  border-radius: 2rem;
 
  box-shadow: 0px 0px 10px 10px rgba(0, 0, 0, 0.2);
}

.slider figure{
  position:relative;
  width:500%;
  margin:0;
  left:0;
  animation:20s slider infinite;
}

.slider figure img{
  width:20%;
  float:left;
}
@keyframes slider{
  0%{
  left:0;
  }
  20%{
  left:0;
  }
  25%{
  left:-100%;
  }
  45%{
  left:-100%;
  }
  50%{
  left:-200%;
  }
  70%{
  left:-200%;
  }
  75%{
  left:-300%;
  }
  90%{
  left:-300%;
  }
  100%{
  left:-400%;
  }
}

/*-----------------------------------------------------------------*/
.heading{
  text-align: center;
  font-size: 3rem;
  padding: 1rem 0 ;
  margin: 2rem 0;
  background:#316B83;

}

.heading span{
  color:#fff;
}

/*sectionA----------------------------------------*/

#section-a{
  color: white;
  text-align: center;
  font-size: 1.2rem;
  padding: 2rem 0 ;
  margin: 0;
  background:#316B83;
}



/*sectionB-----------------------------------------*/

#section-b{
  color: black;
  text-align: center;
  font-size: 1rem;
  padding: 1rem 0 ;
  margin: 2rem 0;
  background:white;
  align-items: center;
   justify-content: space-between;
  gap: 40px;


}

#section-b p{
  padding: .1rem 2rem;
  margin: 0px;
  text-align: justify;
  justify-content: center;
  line-height: 1.5;
  font-size: 1.3em;

}

#section-b p span{
  color: #316B83;
  font-weight: bold;
  padding-bottom:2em;
  text-align: justify;
  justify-content: center;
}

#section-b .img1, .img2{
  margin: 20px;

}


/*section C-------------------------------------------*/
#section-c{
  color: white;
  text-align: center;
  font-size: 1rem;
  padding: 2rem 0 ;
  margin: 0;
  background:#316b83;
  justify-content: space-between;
  gap: 40px;

}

#section-c img{
  max-width: 30%;
  height: auto;
  justify-content: all;
  margin: 0 auto;

}

#section-c p{
  padding: .1rem 2rem;
  margin: 2rem 0;
  text-align: justify;
  justify-content: center;
  line-height: 1.5;
  font-size: 1.3em;

}

#section-c p span{
  color: #316B83;
  font-weight: bold;
  padding-bottom:2em;
  text-align: justify;
  justify-content: center;
}

#section-c{
  padding: 2em 1em 1em;


}

#section-c ul {
 list-style: none;
 margin: 0;
 padding: 0;
}

#section-c li{
  margin-bottom: 1em;
  background:#316B83;
  color: white;
}

.card-content{
  padding:1.5em;
}


/*section-D---------------------------------------------------------*/
#section-d{
color: black;
  text-align: center;
  font-size: 1rem;
  padding: 1rem 0 ;
  margin: 2rem 0;
  background:white;
  align-items: center;
}

 #section-d p{
  padding: .1rem 2rem;
  margin: 2rem 0;
  text-align: justify;
  justify-content: center;
  line-height: 1.5;
  font-size: 1.3em;

}

#section-d p span{
  color: #316B83;
  font-weight: bold;
  padding-bottom:2em;
  text-align: justify;
  justify-content: center;
}

/*sectionE--------------------------------------------------------*/
#section-e{
  background:white;
  display: grid;
  gap:1.5rem;
  padding-top: 5rem;
  padding-bottom: 5rem;
  align-items: center;

}

.card-1, .card-2, .card-3, .card-4{
  background-color: #fff;
  border:.1rem solid rgba(0,0,0,.1);
  padding: 2rem;
  display: grid;
  align-items: center;
  flex: 1 1 25rem;
}

#section-e  .card-5 img{
 width: 100%;
}

/*sectionF---------------------------------------------------------*/

#section-f{
  display: grid;
  text-align: center;
  font-size: 1rem;
  padding: 1rem 0 ;
  margin: 2rem 0;
  background:white;
  align-items: center;
}

#section-f img{
  width: 100%;
  align-items: center;

}

#section-f .undercons{
  align-items: center;
  display: grid;
  flex:1;

}


 #section-f p{
  padding: .1rem 2rem;
  margin: 2rem 0;
  text-align: center;
  justify-content: center;
  line-height: 1.5;
  font-size: 2.5em;

}

#section-f p span{
  color: #316B83;
  font-weight: bold;
  padding-bottom:2.5em;
  text-align: justify;
  justify-content: center;
}

/*section-Z--------------------------------------------*/

#section-z{
  background: transparent;
  margin: 20px;
}

#zection-z .grid{
  margin: 10px;
}



/*-----------------------------------------------------------------*/

.orders .box-container{
  display: grid;
  
  gap:1.5rem;
}

.orders .box-container .box{
  
  box-shadow: 0 .5rem 1.5rem rgba(0,0,0,.1);
  border-radius: .5rem;
  border: .1rem solid rgba(0,0,0,0,1);
  position: relative;

}

.orders .box-container .box .image{
  position: relative;
  text-align: center;
  padding-top: 2rem;
  overflow:hidden;
  }

.orders .box-container .box .image img{
  height: 25rem;
  }

.orders .box-container .box:hover .image img{
  transform: scale(1.1);
  }



/*FAQ SECTION*/
/*accordion itself*/
/*line keep-for inpu*/

.accordion-item{
background-color: #eee;
border-radius:1rem;
margin-bottom: 1rem;
padding: 1rem;
box-shadow: .5rem 2px .5rem rgba(0,0,0,.1);
}

.accordion-link{
font-size: 1.6rem;
color: black;
text-decoration: none;
background-color: #eee;
width: 100%;
display: flex;
align-items: center;
justify-content: space-between;
padding: 1rem 0;


}

.accordion-link i{
  color:black;
  font-weight: bolder;
  padding: .5rem;
 
}

.accordion-link .remove-outline{
  display: none;
}

.answer{
  max-height: 0;
  overflow: hidden;
  position: relative;
  background-color: white;
  transition: 900ms;



}

.answer::before{
  content: "";
  position: absolute;
  width: .6rem;
  height: 90%;
  background-color: #E02401;
  top:50%;
  left: 0;
  transform: translateY(-50%);

  
}

.answer p{
  font-size: 1.3rem;
  color:black;
  padding: 2rem;
}

.accordion-item:target .answer{
  max-height: 20rem;

}

.accordion-item:target .accordion-link .add-outline{
  display: none;
}

.accordion-item:target .accordion-link .remove-outline{
  display: block;
}


/*sectionG--------------------------------*/
#section-g{
  
  background: #eee;
  color: #666;
  line-height: 1.6;
  padding: 1em;

}

#section-g ul{
  list-style: none;
  padding: 0;
}

#section-g a{
  color: white;
  padding: 0;
}
#section-g .contact{
  background: #316b83;
  color: white;
}

#section-g{
  color: white;
  text-align: center;
  font-size: 1rem;
  padding: 2rem 0 ;
  margin: 0;
  background:#316b83;
  justify-content: space-between;
  gap: 40px;

}

#section-g img{
  max-width: 20%;
  height: auto;
  justify-content: all;
  margin: 0 auto;

}

/*form style---*/
.contact form{
  display: grid;
  grid-template-columns: 1fr 1fr;
  grid-gap:20px;
}

.contact form label{
  display: block;
}

.contact form p{
  margin: 0;
}
.contact form .full{
  grid-column:1/3;
}

.contact form button, .contact form input, .contact form textarea{
  width: 100%;
  padding: 1em;
}

.contact form button{
  background: #gray;
  border:0;
  text-transform: uppercase;
  cursor: pointer;
}

.contact form button:hover, .contact form button:focus{
  background:#black;
  color: #black;
  font-weight: bolder;
  outline: 0;
  transition: background-color 2s ease-out;
}













/*CONTACT US----*/

.contact .row{
  display: flex;
  flex-wrap: wrap-reverse;
  gap:1.5rem;
}

.contact .row form{
  flex: 1 1 40rem;
  padding: 2rem 2.5rem;
  box-shadow: 0 .5rem 1.5rem rgba(0,0,0,.1);
  border: .1rem solid rgba(0,0,0,.1);
  background:#fff;
  border-radius: .5rem;

}

.contact .row .image{
  flex: 1 1 40rem;  
}

.contact .row .image img{
  width:100%; 
}

.contact .row form .box{
  padding: 1rem;
  font-size: 1.7rem;
  color: black;
  text-transform: none;
  border: .1rem solid rgba(0,0,0,.1);
  border-radius: .5rem;
  margin:.7rem 0;
  width: 100%;
}

.contact .row form .box:focus{
  border-color: #316B83;
}


.contact .row form textarea{
  height: 15rem;
  resize: none;
}

footer{
  background: #eee;
}


footer .box-container{

  display: flex;
  flex-wrap: wrap;
  gap:1.5rem;
  margin: 0px 50px;

  


}

footer .box-container .box{
  margin:10px auto;
  padding: 3px;
  flex: 1 1 25rem;

}

footer .box-container .box h3{
  color: #3A6351;
  font-size: 1.1rem;
  padding: 1rem 0;

}

footer .box-container .box a{
  display: block;
  color: black;
  font-size: 1rem;
  padding: 1rem 0;

}

footer .box-container .box a:hover{
  color: #EE430F;
  text-decoration: underline;

}

footer .credit{
  text-align: center;
  background-color: black;
  padding:1.5rem;
  margin-top: .5rem;
  padding-top: .5rem;
  font-size: 1.3rem;
  color: white;
  border-top: .1rem solid rgba(0,0,0,.1);
}

footer .credit span{

  color: white;
}

/* Responsive code start ------------------------------------------------------------------------------------------------------------*/
@media screen and (max-width: 1250px){
  .wrapper nav{
    max-width: 100%;
    padding: 0 20px;
  }
  nav .content .links{
    margin-left: 30px;
  }
  .content .links li a{
    padding: 8px 13px;
  }
 
}

@media screen and (max-width: 900px){
  .wrapper .menu-icon{
    display: block;
  }
  .wrapper #show-menu:checked ~ .menu-icon i::before{
    content: "\f00d";
  }
  nav .content .links{
    display: block;
    position: fixed;
    background: #eee;
    height: 100%;
    width: 100%;
    top: 70px;
    left: -100%;
    margin-left: 0;
    max-width: 350px;
    overflow-y: auto;
    padding-bottom: 100px;
    transition: all 0.3s ease;
  }
  nav #show-menu:checked ~ .content .links{
    left: 0%;
  }
  .content .links li{
    margin: 15px 20px;
  }
  .content .links li a,
  .content .links li label{
    line-height: 40px;
    font-size: 20px;
    display: block;
    padding: 8px 18px;
    cursor: pointer;
  }
  .content .links li a.desktop-link{
    display: none;
  }

  /* dropdown responsive code start -------------------------------------------------------------------------------*/
  .content .links ul,
  .content .links ul ul{
    position: static;
    opacity: 1;
    visibility: visible;
    background: none;
    max-height: 0px;
    overflow: hidden;
  }
  .content .links #show-features:checked ~ ul{
    max-height: 100vh;
  }
  .content .links ul li{
    margin: 7px 20px;
  }
  .content .links ul li a{
    font-size: 18px;
    line-height: 30px;
    border-radius: 5px!important;
  }
}

@media screen and (max-width: 400px){
  .showcase h1{
  padding-top: 0px;
  padding-bottom: 0;
  font-size: 16.5px;
  padding: 1em;
  text-align:justify-center
  }
  .wrapper nav{
    padding: 0 10px;
  }
  .content .logo a{
    font-size: 27px;
  }
  
}

/*RESPONSIVE FOR LAPS-----------------------------------*/

@media(min-width: 1024px){
  #showcase .bg-image{
  max-width: 20%;
  margin:auto;
    padding: 1em;
}

#showcase{
  height: 500px;
}

#showcase .grid{
  height: 500px;
}

.slider{
  grid-column:3/4;
  width: 100%;
}
}


@media(min-width: 700px){
  .grid{
    display: grid;
    grid-template-columns:1fr repeat(2, minmax(auto,30em)) 1fr;
    grid-auto-rows:minmax(50px, auto);
  }


.content-wrap .ProductName{
  width: 30%;

}


  


  header .content-wrap{
    grid-column:2/4;
  }

  #section-a .content-wrap{
  
    font-size: 30px;
    grid-column:2/4;
  }

  #section-b .content-wrap{
    grid-column:2/4;
    font-size: 1.2rem;
  
  }
 

  #section-b .img1{
    grid-column:2/3;
    grid-row:span 1;
   
  }
 #section-b .img2{
    grid-column:3/4;
    grid-row:2/3;
  }

  .section-c1{
    grid-column:2/3;
    
  }

  .section-c2{
    grid-column:3/4;
   }

  #section-d .content-wrap{
    font-size: 1.3rem;
    grid-column:2/4;
  
  }

  #section-e .card-1{
    grid-column:2/3;
  }
  #section-e .card-2{
    grid-column-start:3/4;
  }
  #section-e .card-3{
    grid-column:2/3;
  }
  #section-e .card-4{
    grid-column-start:3/4;
  }

#section-x .content-wrap{
    grid-column:2/4;
  }
  

#section-f .content-wrap{
  grid-column:2/4;
}

#section-g .content-wrap{
  grid-column:2/4;
}
 
#section-f {
  grid-column-start:3;
  align-items: center;

  

}
#section-f .undercons{
 width: 50%;
  
  

}

#section-z .box{
  grid-column:span 2;
}

#section-z .ProductName{
  width: 60%;
  margin: 30px 80px;
}

#section-z .slider{
  width: 65%;
}
}



