/*   color variables */
/*   border radius */
*,
*::before,
*::after {
  box-sizing: border-box;
  margin: 0;
  padding: 0;
}

body {
  font-family: Montserrat, sans-serif;
}

.nav {
  color: #565656;
  position: relative;
  width: inherit;
  box-shadow: 0 0 10px #e1e5ee;
  font-family: Roboto, sans-serif;
  color: #565656;
  font-weight: 500;

}
.nav__list {
  display: flex;
  justify-content: space-around;
  align-items: center;
  gap: 2rem;
  margin: 0 2rem;
}


.nav__listitem {
  list-style: none;
  font-weight: bold;
  position: relative;
  padding: 1.5rem 1rem;
  cursor: pointer;
}
.nav__listitem::after {
  content: "";
  width: 0;
  height: 0.3rem;
  border-radius: 0.2rem;
  position: absolute;
  left: 1rem;
  bottom: 0.8rem;
  background-color: #f0b411;
  transition: width 200ms ease-in;
}
.nav__listitem:hover::after, .nav__listitem:focus::after {
  width: 80%;
}
.nav__listitem:hover ul, .nav__listitem:focus ul {
  opacity: 1;
  visibility: visible;
}
.nav__listitemdrop {
  position: absolute;
  top: 4rem;
  left: -1rem;
  box-shadow: 0 0 10px #e1e5ee;
  background-color: white;
  border-radius: 0.2rem;
  width: 12rem;
  padding: 1rem;
  display: flex;
  flex-direction: column;
  gap: 0.5rem;
  opacity: 0;
  visibility: hidden;
  transition: opacity 200ms ease-in-out;
}
.nav__listitemdrop li {
  list-style: none;
  padding: 0.5rem 1rem;
  border-radius: 0.2rem;
  transition: background-color 200ms ease-in-out;
}
.nav__listitemdrop li:hover, .nav__listitemdrop li:focus {
  background-color: #f1f2f2;
}














html, body{
  margin: 0;
  padding: 0;
  font-family: 'Ubuntu';
  background: #e6e6e7;
  scroll-behavior: smooth;
}

a:link { text-decoration: none; color: black;}
a:visited { text-decoration: none; color: black; }
a:hover { text-decoration: none; color: black; }
a:active { text-decoration: none; color: black; }

h1{
  text-align: center;
  padding: 20px 0;
  font-family: Roboto, sans-serif;
  color: #58595b;
  font-weight: 900;
  margin: 20 0 0 0;
}
h2{
  text-align: center;

  font-family: Roboto, sans-serif;
  color: #58595b;
  font-weight: 500;
}

.c2 p{
  text-align: center;
  padding: 10px 0;
  font-family: Roboto, sans-serif;
  color: #58595b;
  font-weight: 100;
padding-inline-start: 60px;
  padding-inline-end: 40px;
}

.ct h2{
  text-align: center;
  margin-left: 30px;
}

.container{
  max-width: 1200px;
  margin: 30px auto;
  padding: 0;
  background: white;
}

div{
  margin: 0;
  padding: 0;
}



.c1{
  display: inline-block;
   
  background-image: url("img/slider5.png");
  background-size: cover;
  background-position: center center;
  background-repeat: no-repeat;
  padding: 250px 0;
  margin: 0px auto;
  width: 100%;
  text-align: center;
  
  position: relative;
}




 .phone{
   color: black;
   text-decoration: none;
   position: absolute;
   text-align: left;
 top: 8px;
 right: 16px;
 list-style: none;
 }


.ct{
  display: inline-block;
  padding: 100px 0;
  margin: 0px auto;
  width: 100%;
  text-align: center;
  
}
.ct2{
  display: inline-block;
  
  background-size: contain;
  background-repeat: no-repeat;
  padding: 10px 0;
  margin: 0px auto;
  width: 100%;
  text-align: left;
 
}
 .ct2 h2{
   text-align: left;
margin-left: 30px;

   font-family: Roboto, sans-serif;
   color: #58595b;
   font-weight: 500;
 padding-inline-start: 20px;
   padding-inline-end: 40px;
 }
 .ct3{
   display: inline-block;

   padding: 20px 0;
   margin: 0px auto;
   width: 100%;
   text-align: left;
   

}

.cm{
  display: inline-block;
  padding: 60px 0;
  margin: 0px auto;
  width: 100%;
  text-align: center;
  background-color: rgb(121, 242, 193);
}

.c2{
  display: inline-block;
  float: left;
  width: 50%;
  text-align: center;

  margin: 0px;
  background-color: white;

}

.c3{
  display: inline-block;
  float: right;
  width: 50%;
  text-align: center;

  margin: 0px;
  background-color: white;

}

.c1-shop {
  display: inline-block;
  padding: 80px 0;
  margin: 0px auto;
  width: 100%;
  text-align: center;
  background-color: white;
}

.c1-shop img{
  margin-left: 30px;
}

.c1-shop h2{
  padding: 20px;
}



.c15{
  display: inline-block;
  float: left;
  width: 33.33%;
  text-align: center;


}
.c15 img{
  max-width: 100%;
  height: auto;
}
.c16{
  display: inline-block;
  float: left;
  width: 60%;
  text-align: center;
  padding: 25px;
}
.c17{
  display: inline-block;
  float: left;
  width: 50%;
  text-align: center;
  padding: 25px;
}
.c18{
  display: inline-block;
  float: left;
  width: 60%;
  text-align: center;
}
.c19{
  display: inline-block;
  float: left;
  width: 33.33%;
  
  text-align: center;
  font-family: Roboto, sans-serif;
  color: #58595b;
  font-weight: 100;
 
}


/* Collapse to full width column */

@media only screen and (max-width: 750px){
  .c3{
    width: 50%;
  }
  .c15 img{
    max-width: 60%;
    height: auto;
  }
  .c15{
    width: 100%;
    margin-bottom: 20px;
  }

  .c16{
    width: 100%;
    margin-bottom: 20px;
  }

  .c19{
    width: 100%;
    margin-bottom: 20px;
  }


  }|





@media only screen and (max-width: 660px){
  .c2{
    width: 100%;
  }
  .c3{
    width: 100%;
  }

  .c15 img{
    max-width: 60%;
    height: auto;
  }
  .c19{
    width: 100%;
  }

  .c15{
    width: 100%;
    margin-bottom: 20px;
}

}
