@import url('https://fonts.googleapis.com/css2?family=Roboto+Condensed:wght@700&family=Roboto:ital,wght@1,500&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Fuggles&family=Mooli&display=swap');

:root{
  --main-color: #0dddb7;
  --black: #050605;
  --bg: #fff;
  --border:.2rem solid rgba(19, 74, 237, 0.055);
}

*{
  font-family: 'Roboto', sans-serif;
  margin: 0%;
  box-sizing: border-box;
  outline: none;border: none;
  text-decoration: none;
  text-transform: capitalize;
  transition: .2s linear;
}

img:hover{
color: #424242; 
-webkit-transition: all .3s ease-in;
-moz-transition: all .3s ease-in;
-ms-transition: all .3s ease-in;
-o-transition: all .3s ease-in;
transition: all .3s ease-in;
opacity: 1;
transform: scale(1.15);
-ms-transform: scale(1.15); /* IE 9 */
-webkit-transform: scale(1.15); /* Safari and Chrome */
}

html{
  font-size: 65%;
  overflow-x: hidden;
  scroll-padding-top: 9rem;
  scroll-behavior: smooth;
}

html::-webkit-scrollbar{
  width: .8rem;
}

html::--webkit-scrollbar-track{
  background: transparent;
}

html::-webkit-scrollbar-thumb{
  background: #fff;
  border-radius: 5rem;
}

body{
  background: var(--bg);
}

section{
  padding:2rem 7%;
}

hr.solid {
  border-top: 3px solid var(--main-color);
}

hr.solid1 {
  border-top: 1px solid var(--main-color);
}

.heading{
  text-align: center;
  color:#23badc;
  text-transform: uppercase;
  padding-bottom: 3.0rem;
  font-size: 5rem;
}

.heading span{
  color:var(--main-color);
  text-transform: uppercase;
}

.btn{
  margin-top: 1rem;
  display: inline-block;
  border-radius: 2rem;
  padding: .9rem 3rem;
  font-size: 2rem;
  color:#fff;
  background: var(--main-color);
  cursor: pointer;
}

.btn:hover{
  background:var(--black);
  color: var(--main-color);
}

.header{
  width: 100%;
  background: #FFFCFC;
  display: flex;
  align-items: center;
  justify-content: space-between;
  border-bottom: var(--border);
  position: fixed;
  top:0; left:0; right:0;
  z-index: 100;
}

.header .logo{
  padding-left: 5rem;
  margin: 1rem;
  font-size: 1.5rem;
  text-transform: uppercase;
  color: var(--black);
  display: inline-flex;
  align-items: center;
  column-gap: .5rem;
}

.header .logo img{
  height: 10rem;
  padding-right: 1rem;
}

.header .navbar a{
  margin: 0 2rem;
  font-size: 1.8rem;
  color: var(--black);
  font-weight: bold;
}

.header .navbar a:hover{
  color:var(--main-color);
  border-bottom: .1rem solid var(--main-color);
  padding-bottom: .5rem;
}

.header .icons div{
  color: var(--black);
  cursor: pointer;
  font-size: 1.75rem;
  margin-left: 2rem; 
}

.header .icons div:hover{
  color:var(--main-color);
}

#menu-btn{
  display: none;
}

.home{
  min-height: 100vh;
  display: flex;
  align-items: center;
  background:url(../images/rubber-tree-bowl-filled-with-latex.jpg) no-repeat;
  background-size: cover;
  background-position: center;
  text-align: justify;
}

.home .content{
  max-width: 100rem;
}

.home .content h3{
  font-size: 6rem;
  text-transform: uppercase;
  color: #05f905;
  font-family: 'Fuggles';
  font-family: 'Mooli', sans-serif;  /* background-color: var(--black); */
  /* background: rgba(5, 12, 5, 0.3) */
}

.home .content span{
  font-size: 6rem;
  text-transform: uppercase;
  color: #fff;
  font-family: 'Fuggles';
  font-family: 'Mooli', sans-serif;}

.home .content p{
  font-size: 2rem;
  text-transform: uppercase;
  font-weight: lighter;
  line-height: 1.5;
  /* padding: 1rem 0; */
  color: var(--bg);
  /* background: rgba(5, 12, 5, 0.3) */
}

.about .row{
  display: flex;
  align-items: center;
  background: var(--bg);
  flex-wrap: wrap;
}

.about .row .image{
  flex: 1 1 20rem;
}

.about .row .image img{
  width: 95%;
}

.about .row .content{
  flex: 1 1 40rem;
  padding: 2rem;
}

.about .row .content h3{
  font-size: 3rem;
  color: var(--main-color);
}

.about .row .content h2{
  margin-top: 1rem;
  font-size: 2.5rem;
  color: var(--black);
}

.about .row .content p{
  font-size: 1.6rem;
  color: var(--black);
  padding: 1rem 0;
  line-height: 1.8;
}

.service .box-container{
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(30rem,1fr));
  gap:1.5rem;
}

.service p{
  font-size: 2.5rem;
  text-align: center;
  color: var(--black);
  padding: 1rem 0;
}

.service .box-container .box{
  padding:2rem;
  text-align: center;
  border: var(--border);
  background: rgba(7, 18, 7, 0.3)
}

.service .box-container .box1{
  padding:1rem;
  text-align: center;
}

.service .box-container .box img{
 height: 20rem;
 width: 100%;
}

.service .box-container .box1 h3{
  color: var(--black);
  font-size: 2rem;
  margin-top: 2rem;
  padding: 1rem 0;
  background-color: #050605;
  background: rgba(13, 13, 13, 0.3)
}
.product{
  background-color: #e6efeb;
}
.product p{
  font-size: 2.5rem;
  text-align: center;
  color: var(--black);
  padding: 1rem 0;
}

.product .box-container{
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(20rem, 1fr));
  gap:1.5rem;
}

.product .box-container .box{
  text-align: center;
  border: var(--border);
  padding: 1rem;
  background: rgba(7, 18, 7, 0.3)
}

.product .box-container .box .image{
  padding: 2.5rem 0;
}

.product .box-container .box .image img{
  height:20rem;
  width: 90%;
}

.product .box-container1{
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(30rem, 1fr));
  gap:1.5rem;
}

.product .box-container1 .box1{
  text-align: center;
  align-items: center;
  border: var(--border);
  padding: 1rem;
  background: rgba(7, 18, 7, 0.3)
}

.product .box-container1 .box1 .image{
  padding: 2.5rem 0;
}

.product .box-container1 .box1 .image img{
  height:20rem;
  width: 90%;
}

.process{
  background-color: #def7eb;
}
.process .box-container{
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(40rem, 1fr));
  gap:1.5rem;
}

.process .box-container .box{
  text-align: center;
  padding: 1rem;
}

.process .box-container .box .image{
  padding: 1rem 0;
}

.process .box-container .box .image img{
  height:50rem;
  width: 50%;
}

/* .process .row .content{
  flex: 1 1 40rem;
  padding: 2rem;
}

.process .row .content h3{
  font-size: 3rem;
  color: #fff;
}

.process .row .content span{
  font-size: 2.5rem;
  color: var(--main-color);
  background: rgba(61, 102, 3, 0.3);
}

.process .row .content p{
  font-size: 1.6rem;
  color: var(--bg);
  padding: 1rem 0;
  line-height: 1.8;
} */

.licences .box-container{
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(20rem,1fr));
  gap:0.5rem;
}

.licences p{
  font-size: 2.5rem;
  text-align: center;
  color: var(--black);
  padding: 1rem 0;
}

.licences .box-container .box{
  padding:2rem;
  text-align: center;
}

.licences .box-container .box img{
 height: 20rem;
}


.client .box-container{
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(20rem,1fr));
  gap:1rem;
}

.client .box-container .box{
  padding:2rem;
  text-align: center;
}

.client .box-container .box img{
 height: 10rem;
 width: 100%;
}

.client .box-container .box:hover > *{
  color:var(--black);
}

.contact .row{
  display: flex;
  flex-wrap: wrap;
  gap: 1rem;
}

.contact .row .map iframe{
  flex:1 1 45rem;
  width: 100%;
  object-fit: cover;
  height: 70vh;
}
.contact .row .map h2{
  font-size: 1.5rem;
  margin-top: 2rem;
}


.contact .row form{
  flex: 1 1 45rem;
  padding:5rem 2rem;
  text-align: center;
}

.contact .row form h3{
  text-transform: uppercase;
  font-size: 3.5rem;
  color: var(--black);
}

.contact .row form h2{
  text-transform: lowercase;
  font-size: 1.5rem;
}

.contact .row form .inputBox{
  display: flex;
  align-items: center;
  margin-top: 2rem;
  margin-bottom: 2rem;
  background: var(--bg);
  border: var(--border);
}

.contact .row form .inputBox span{
  color: var(--black);
  font-size: 2rem;
  padding-left: 2rem;
}

.contact .row form .inputBox input{
  width: 100%;
  padding: 2rem;
  font-size: 1.7rem;
  color: var(--black);
  text-transform: none;
  background: none;
}

.footer{
  background: var(--bg);
  text-align: center;
}

.footer .row .logo{
  padding-left: 5rem;
  margin: 1rem;
  font-size: 1.5rem;
  text-transform: uppercase;
  color: var(--black);
  display: inline-flex;
  align-items: center;
  column-gap: .5rem;
}

.footer .row .logo img{
  height: 10rem;
  padding-right: 1rem;
}

.footer .row{
  display: flex;
  align-items: center;
  justify-content: space-between;
  background: var(--bg);
  flex-wrap: wrap;
}

.footer .row .contactUs p{
  font-size: 1.6rem;
  margin: 2rem;
}

.footer .row .contactUs h2{
  font-size: 1.8rem;
}

.footer .row .payment h2{
  font-size: 1.8rem;
}

.footer .row .payment img{
  margin: 0.5rem;
}

.footer .credit span{
  color: var(--black);
  font-size: 2rem;
}

.footer .credit{
  font-size: 2rem;
  color: var(--main-color);
  font-weight: lighter;
  padding: 1.5rem;
}


/* media queries */
@media (max-width:991px){

  html{
    font-size: 55%
  }

  .header{
    padding:1.5rem 2rem,
  }

  section{
    padding:2rem;
  }
}

@media (max-width:768px){

  #menu-btn{
    display: inline-block;
  }

  .header .navbar{
    position: absolute;
    top: 100%; right: -100%;
    background: #fff;
    width: 25rem;
    height: calc(100vh - 9.5rem);
  }

  .header .navbar.active{
    right: 0;
  }

  .header .navbar a{
    color:var(--black);
    display: block;
    margin:1.5rem;
    padding: .5rem;
    font-size: 2rem;
  }

  .header .search-form{
    width: 90%;
    right: 2rem;
  }

  .home{
    background-position: left;
    justify-content: center;
  }

  .home .content h3{
    font-size: 4.5rem;
  }

  .home .content p{
    font-size: 1.5rem;
  }
}

@media (max-width:450px){

  html{
    font-size: 50%
  }
}



