@import url("https://fonts.googleapis.com/css2?family=Merriweather&display=swap");
* {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
  font-size: 16px;
  font-family: "Merriweather", serif;
  /* touch-action: manipulation; */
}

body {
  background-color: #fbf7f4;
  /* touch-action: manipulation; */
}

a {
  color: black;
  text-decoration: none;
}

a:hover {
  color: black;
}

.hero {
  background-color: #95e3fd;
  /* padding: 50px 0; */
  padding: 10px 0 40px 0;
}

.hero h3 {
  font-size: 5rem;
}

.hero h2 {
  text-decoration: line-through;
  font-size: 5rem;
}


.shop_now {
  background-color: #fff;
  padding: 50px;
  margin: 20px 0;
  border-radius: 20px;
  font-size: 1.3rem;
}
.main_heading {
  font-size: 2.7rem;
}

.shop_now__text {
  margin-top: 20px;
}

.img-rounded {
  background: #fff;
  border-radius: 50%;
  width: 450px;
  height: 450px;
}
.img-rounded img {
  width: 370px;
  margin: auto;
}
.nav-img {
  margin: 10px 0;
  width: 80px;
  height: 80px;
  background: #fff;
  border-radius: 50%;
  position: relative;
}
.nav-img img {
  width: 55px;
  margin: auto;
  z-index: 100;
}
.connector {
  display: none;
  position: absolute;
  right: 50px;
  top: 22px;
  z-index: 2;
  margin: auto;
}
.active {
  display: block;
}
.arrow {
  font-size: 2rem;
  text-align: center;
  background-color: #95e3fd;
  border-radius: 50%;
  width: 45px;
  height: 45px;
  color: white;
  /* margin: auto; */
  padding-top: 5px;
  position: absolute;
  bottom: 200px;
}

.eclipse {
  /* Ellipse 16 */

  /* position: absolute; */
  width: 512px;
  height: 506px;
  /* left: 890px;
  top: 1750px; */
  position: absolute;
  top: 0;
  left: 0;

  border: 2px solid #a6654b;
  box-sizing: border-box;
}

.shop_now__image {
  position: relative;
  display: inline-block; /* <= shrinks container to image size */
  transition: transform 150ms ease-in-out;
}
.shop_now__image img {
  /* IMG_4584AA 1 */

  display: block;
  width: 280px;
  margin: auto;
  /* height: 402px; */
  left: 107px;
  top: 28px;
}

.card {
  border-radius: 50px;
}

.card > * {
  /* width: 80% !important; */
  margin: auto;
}
.card img {
  width: 80% !important;
  margin: auto;
}

.btn-subito {
  background: #07afe8;
  color: white;
  padding: 7px;
  border-radius: 10px;
}

.shop_now__image svg {
  /* width: 500px; */
  height: 320px;
  width: 100%;
  position: absolute;
  top: 0;
  left: 0;
}

.shop_now__social_icons {
  padding: 20px 0px;
  display: flex;
  justify-content: space-around;
}

.whatsapp_rectangle {
  text-align: center;
  height: 40px;
  width: 180px;
  background-color: #21d367;
  padding: 5px 5px;
  border-radius: 25px;
  align-self: center;
  color: white;
}
.whatsapp_rectangle a {
  color: white;
  text-decoration: none;
}

.whatsapp_rectangle a:hover {
  color: white;
}

.whatsapp_rectangle i {
  font-size: 1.5rem;
}
.primray-text {
  color: #2ac7fc;
  font-size: 2.6rem;
}
.product_slider {
  padding: 80px 0px;
}

.btn-subito {
  text-decoration: none;
  color: white;
}
.btn-subito:hover {
  color: white;
}

.contatti {
  padding: 100px 0px;
}

.cursor-pointer:hover {
  cursor: pointer;
}

.priceold {
  font-weight: 800;
  font-size: 1.5rem;
text-decoration: line-through;
color: #FF0000;
}

.pricenew {
  font-weight: 800;
  font-size: 1.5rem;
color: #000000;
}

.price2 {
  font-weight: 800;
  font-size: 1.5rem;
}



.circle-ico {
  width: 50px;
  height: 50px;
  background: #fff;
  border-radius: 50%;
  font-size: 1.5rem;
  margin: auto;
  text-align: center;
  justify-content: center;
  padding: 10px;
}

#top-button {
  width: 50px;
  display: none;
  position: fixed;
  bottom: 100px;
  right: 30px;
  opacity: 0.2;
  z-index: 99;
  border: none;
  outline: none;
  background-color: #a6654b;
  color: white;
  cursor: pointer;
  padding: 15px;
  border-radius: 50%;
  font-size: 18px;
}
#whatsapp-button {
  display: none;
  position: fixed;
  bottom: 20px;
  right: 30px;
  z-index: 99;
  border: none;
  outline: none;
  background-color: #21d367;
  color: white;
  cursor: pointer;
  padding: 15px;
  border-radius: 50%;
  font-size: 18px;
}


@media only screen and (max-width: 768px) {
  .owl-nav {
    position: relative;
  }
  .product_slider {
    padding: 80px 0px;
    height: 850px;
  }

  .shop_now {
    margin: 50px 0 !important;
  }
  .shop_now__social_icons {
    display: grid;
    grid-template-columns: 60px 60px 60px;
    justify-content: center;
    border-top: 1px solid #cccccc;
    padding-top: 25px;
  }
  .whatsapp_rectangle {
    margin: 15px auto;
  }
  .nav-images {
    display: flex;
    justify-content: space-around;
  }

  body {
    text-align: center;
  }

  .shop_now {
    text-align: start;
  }

  .shop_now__image img {
    margin: 20px 0;
    width: 260px;
    display: block;
  }

  .shop_now__image svg {
    width: 100%;
  }

  .img-rounded {
    background: #fff;
    border-radius: 50%;
    width: 350px;
    height: 350px;
    margin: auto;
  }
  .img-rounded img {
    width: 300px;
    margin: auto;
  }
}
