@import url("https://fonts.googleapis.com/css2?family=Archivo:ital,wght@0,100..900;1,100..900&family=Berkshire+Swash&display=swap");
* {
  margin: 0;
  padding: 0;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

ul {
  list-style: none;
}

a {
  text-decoration: none;
}

html {
  scrollbar-width: thin;
  scrollbar-color: #F83D8E #f1f1f1;
}

body {
  font-family: "Archivo", sans-serif;
  color: #0F0200;
}

.container {
  max-width: 1200px;
  margin: auto;
  padding: 0 20px;
}
@media (min-width: 1200px) {
  .container {
    width: 90%;
  }
}
@media (max-width: 1000px) {
  .container {
    width: 85%;
  }
}
@media (max-width: 660px) {
  .container {
    width: 80%;
  }
}

img {
  width: 100%;
}

.nav_links li a.font {
  color: #F83D8E;
  font-weight: 600;
}

.top {
  background: linear-gradient(120deg, #EFD7EF, #F5F9FC, #F8EAE1, #EAF8F9);
  z-index: 1;
}
.top nav.navfixed {
  position: fixed;
  top: 0;
  width: 100%;
  z-index: 100;
  -ms-flex-item-align: center;
      align-self: center;
  margin: auto;
  background: linear-gradient(120deg, #EFD7EF, #F5F9FC, #F8EAE1, #EAF8F9);
  -webkit-box-shadow: 0px 0px 10px 0px #F83D8E;
          box-shadow: 0px 0px 10px 0px #F83D8E;
  padding: 10px;
}
.top nav {
  -webkit-transition: all 0.5s linear;
  transition: all 0.5s linear;
  padding: 20px 10px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
.top nav .nav_container {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  gap: 50px;
}
.top nav .menu_icon {
  display: none;
}
.top nav .menu_icon i {
  font-size: 3.5rem;
  color: #F83D8E;
}
.top nav .container {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  width: 100%;
}
.top nav ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  gap: 50px;
}
.top nav ul li a {
  color: #0F0200;
  font-weight: 400;
  font-size: 1rem;
}
.top nav .cart_search {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  gap: 20px;
}
.top nav .cart_search i {
  font-size: 30px;
}
.top nav .cart_search .search_icon {
  cursor: pointer;
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  gap: 10px;
}
.top nav .cart_search .search_icon input {
  width: 100%;
  padding: 12px 20px;
  border-radius: 5px;
  border: 1px solid #F83D8E;
  color: #683292;
  outline: none;
  font-size: 1rem;
  display: none;
}
.top nav .cart_search .search_icon input.search {
  display: block;
}
.top nav .cart_search .cart_icon {
  position: relative;
  cursor: pointer;
}
.top nav .cart_search .cart_icon span {
  position: absolute;
  top: -22px;
  background: #683292;
  height: 30px;
  width: 30px;
  padding: 5px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  color: #FFFFFF;
  font-size: 1rem;
  left: 8px;
  border-radius: 50%;
}
.top .blur {
  position: absolute;
  top: 100px;
  right: 0;
  opacity: 0.2;
}
.top .blur img {
  width: 80px;
}
.top .blur2 {
  position: absolute;
  top: 50px;
  left: 0;
  opacity: 0.1;
}
.top .blur2 img {
  width: 200px;
}
.top .hero_section {
  padding-top: 60px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  gap: 60px;
  z-index: 2;
}
.top .hero_section .left_hero {
  position: relative;
  z-index: 5;
  width: 55%;
}
.top .hero_section .left_hero h3 {
  font-size: 2rem;
  font-weight: 500;
}
.top .hero_section .left_hero h1 {
  font-size: 5rem;
  font-weight: 500;
}
.top .hero_section .left_hero p {
  padding: 30px 0;
  max-width: 360px;
  color: #646464;
}
.top .hero_section .right_hero {
  width: 42%;
  position: relative;
}
.top .hero_section .right_hero img {
  position: relative;
  z-index: 1;
}
.top svg {
  position: absolute;
  bottom: 0%;
  left: 0;
  width: 100%;
  z-index: 1;
}

.ice_card {
  overflow: hidden;
  cursor: pointer;
}
.ice_card img {
  -webkit-transition: all 0.5s ease-in-out;
  transition: all 0.5s ease-in-out;
}
.ice_card:hover img {
  -webkit-transform: scale(1.2);
          transform: scale(1.2);
}

.f2 {
  font-family: "Berkshire Swash", sans-serif;
}

.pink {
  color: #F83D8E;
}

.btn_pink {
  padding: 10px 25px;
  border-radius: 20px;
  border: none;
  background: #F83D8E;
  font-size: 1rem;
  color: #FFFFFF;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  gap: 10px;
  cursor: pointer;
  -webkit-box-shadow: 2px 1px 10px 0px #F83D8E;
          box-shadow: 2px 1px 10px 0px #F83D8E;
  -webkit-transition: all 0.5s ease-in-out;
  transition: all 0.5s ease-in-out;
}
.btn_pink:hover {
  -webkit-transform: scale(1.05);
          transform: scale(1.05);
}
.btn_pink i {
  font-size: 16px !important;
}

.btn_purple {
  padding: 10px 25px;
  border-radius: 20px;
  border: none;
  background: #683292;
  font-size: 1rem;
  color: #FFFFFF;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  gap: 10px;
  cursor: pointer;
  -webkit-box-shadow: 2px 1px 10px 0px #683292;
          box-shadow: 2px 1px 10px 0px #683292;
  -webkit-transition: all 0.5s ease-in-out;
  transition: all 0.5s ease-in-out;
}
.btn_purple:hover {
  -webkit-transform: scale(1.1);
          transform: scale(1.1);
}
.btn_purple i {
  font-size: 16px !important;
}

.second_hero {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  gap: 60px;
  max-height: 100vh;
  padding: 80px 0;
  position: relative;
  z-index: 1;
}
.second_hero .left_hero_second {
  width: 45%;
  position: relative;
}
.second_hero .left_hero_second img {
  width: 100%;
  -o-object-fit: contain;
     object-fit: contain;
  z-index: 5;
}
.second_hero .left_hero_second .dots {
  position: absolute;
  top: 100px;
  right: -30px;
}
.second_hero .left_hero_second .circle1 {
  position: absolute;
  bottom: 200px;
  left: -50px;
}
.second_hero .left_hero_second .circle1 img {
  width: 50px;
}
.second_hero .circle2 {
  position: absolute;
  bottom: 0;
  right: -100px;
}
.second_hero .circle2 img {
  width: 150px;
}
.second_hero .right_hero_second {
  width: 52%;
  position: relative;
}
.second_hero .right_hero_second .triangle_shape {
  position: absolute;
  right: -50px;
  top: -50px;
}
.second_hero .right_hero_second .triangle_shape img {
  width: 50px;
}
.second_hero .right_hero_second h1 {
  font-size: 3rem;
  font-weight: 500;
}
.second_hero .right_hero_second p {
  padding: 20px 0;
  font-size: 1rem;
  color: #646464;
}

.swiper-pagination-bullet-active {
  background: #F83D8E;
}

.favorites {
  background: linear-gradient(45deg, #EFD7EF, #F5F9FC, #F8EAE1, #EAF8F9);
  padding: 100px 0;
  position: relative;
  z-index: 0;
}
.favorites .favorite_heading {
  padding: 40px 0;
  z-index: 2;
}
.favorites .favorite_heading p {
  color: #646464;
  text-align: center;
  padding: 10px 0;
}
.favorites .favorite_heading h1 {
  font-size: 2.5rem;
  font-weight: 500;
  text-align: center;
}
.favorites .left_icecream {
  position: absolute;
  top: 0;
  left: 0;
}
.favorites .left_icecream img {
  width: 200px;
}
@media (max-width: 660px) {
  .favorites .left_icecream {
    top: 50px;
  }
  .favorites .left_icecream img {
    width: 80px;
  }
}
@media (max-width: 1000px) {
  .favorites .left_icecream img {
    width: 100px;
  }
}
.favorites .right_icecream {
  position: absolute;
  bottom: 0;
  right: 0;
  z-index: -1;
}
.favorites .right_icecream img {
  width: 150px;
}
@media (max-width: 660px) {
  .favorites .right_icecream img {
    width: 50px;
  }
}
@media (max-width: 1000px) {
  .favorites .right_icecream img {
    width: 80px;
  }
}
.favorites .swiper-wrapper {
  cursor: pointer;
}

.swiper-slide {
  z-index: 5;
}
.swiper-slide .ice_card {
  padding: 15px;
  background: #FFFFFF;
  border-radius: 10px;
}
.swiper-slide .ice_card img {
  width: 100%;
  aspect-ratio: 3/2;
  -o-object-fit: contain;
     object-fit: contain;
  padding: 10px;
  border-radius: 10px;
  background: linear-gradient(120deg, #EFD7EF, #F5F9FC, #F8EAE1, #EAF8F9);
}
.swiper-slide .ice_card .name {
  font-size: 20px;
  font-weight: 600;
  color: #0F0200;
  padding: 10px 0;
}
.swiper-slide .ice_card .description {
  padding: 10px 0;
}
.swiper-slide .ice_card .price {
  font-size: 20px;
  font-weight: 500;
}
.swiper-slide .ice_card .price_cart {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
.swiper-slide .ice_card .price_cart .cart_btn {
  padding: 10px;
  border-radius: 50%;
  border: none;
  background: #683292;
  font-size: 20px;
  color: #FFFFFF;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
.swiper-slide .ice_cardBg2 {
  padding: 15px;
  background: #FAFAFA;
  border-radius: 10px;
  z-index: 5;
  margin: 20px 0;
}

.new_categories {
  padding: 60px 0;
}
.new_categories .cat_heading p {
  color: #646464;
  text-align: center;
  padding: 10px 0;
}
.new_categories .cat_heading h1 {
  font-size: 2.5rem;
  font-weight: 500;
  text-align: center;
}
.new_categories .categories {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(250px, 1fr));
  gap: 50px;
  padding: 20px 0;
}
.new_categories .categories .cat_card {
  position: relative;
  border-radius: 10px;
  overflow: hidden;
}
.new_categories .categories .cat_card .cat_name {
  position: absolute;
  bottom: 10px;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  background: #FFFFFF;
  color: #0F0200;
  padding: 10px 20px;
  width: 90%;
  border-radius: 20px;
  -webkit-box-shadow: 0 0 10px 0 rgba(0, 0, 0, 0.288);
          box-shadow: 0 0 10px 0 rgba(0, 0, 0, 0.288);
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  cursor: pointer;
}
.new_categories .categories .cat_card .cat_name:hover p:nth-child(2) {
  -webkit-transform: translateX(10px) scale(0.8);
          transform: translateX(10px) scale(0.8);
}
.new_categories .categories .cat_card .cat_name p:first-child {
  font-weight: 500;
}
.new_categories .categories .cat_card .cat_name p:nth-child(2) {
  background: #F83D8E;
  padding: 8px;
  font-size: 18px;
  color: #FFFFFF;
  border-radius: 50%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}

.cart_btn {
  cursor: pointer;
}

.banner5 {
  padding: 60px 0;
  background: #683292;
  z-index: 1;
  font-size: 1.5rem;
  overflow: hidden;
  position: relative;
}
.banner5 svg {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 200%;
  z-index: -1;
}
.banner5 .right_blur {
  position: absolute;
  bottom: 25%;
  right: 0;
  opacity: 0.3;
}
.banner5 .right_blur img {
  width: 160px;
}
.banner5 .container {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(45%, 1fr));
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 50px;
}
.banner5 .container .left_banner {
  position: relative;
}
.banner5 .container .left_banner p {
  color: #FFFFFF;
  font-size: 1rem;
  margin: 20px 0;
}
.banner5 .container .left_banner h1 {
  font-size: 4rem;
  font-weight: 500;
  color: #FFFFFF;
  max-width: 100px;
}
.banner5 .container .left_banner .dot2 {
  position: absolute;
  right: 20%;
  top: 20%;
}
.banner5 .container .left_banner .traiangle {
  position: absolute;
  top: 20%;
  left: -20%;
}
.banner5 .container .left_banner .traiangle img {
  width: 50px;
}

.best_seller {
  padding: 80px 0;
}
.best_seller .best_seller_heading p {
  color: #646464;
  text-align: center;
  padding: 10px 0;
}
.best_seller .best_seller_heading h1 {
  font-size: 2.5rem;
  font-weight: 500;
  text-align: center;
}

.review {
  background: linear-gradient(60deg, #EFD7EF, #F5F9FC, #F8EAE1, #EAF8F9);
  padding: 80px 0;
  position: relative;
  z-index: 1;
}
.review .review_heading p {
  font-size: 2.5rem;
  font-weight: 500;
  text-align: center;
  max-width: 400px;
  margin: auto;
}
.review .swiper-wrapper2 {
  margin: 20px 0;
  z-index: 5;
  cursor: pointer;
}
.review .swiper-wrapper2 .swiper-slide {
  text-align: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}
.review .swiper-wrapper2 .swiper-slide .Cdescription {
  max-width: 600px;
  width: 100%;
}
.review .swiper-wrapper2 .swiper-slide .Cname {
  padding: 10px 0;
  font-size: 20px;
  font-weight: 500;
}
.review .swiper-wrapper2 .swiper-slide .happyC {
  color: #646464;
}
.review .swiper-wrapper2 .swiper-slide .Cstar {
  color: #fbab2a;
  padding: 5px 0;
}
.review .swiper-wrapper2 .swiper-slide img {
  width: 80px;
  border-radius: 50%;
  height: 80px;
  -o-object-fit: cover;
     object-fit: cover;
  border: 2px solid black;
  margin: 10px 0;
}
.review .c1 {
  position: absolute;
  top: 20%;
  left: 20%;
  z-index: -1;
}
.review .c1 img {
  width: 200px;
  -webkit-transform: rotate(-45deg);
          transform: rotate(-45deg);
}
.review .c2 {
  position: absolute;
  bottom: 8%;
  right: 20%;
  z-index: -1;
}
.review .c2 img {
  width: 200px;
  -webkit-transform: rotate(-45deg);
          transform: rotate(-45deg);
}

.light_font {
  color: #646464;
  padding: 10px 0;
}

.signUp {
  padding: 80px 0;
  position: relative;
}
.signUp .signUp_heading {
  text-align: center;
}
.signUp .signUp_heading p:first-child {
  font-size: 2.5rem;
  font-weight: 500;
  text-align: center;
  max-width: 500px;
  width: 95%;
  margin: auto;
}
.signUp form {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 20px;
  margin-top: 30px;
}
.signUp form .input {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  gap: 20px;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}
.signUp form .input input {
  padding: 12px 25px;
  border-radius: 10px;
  border: none;
  background-color: rgb(239, 239, 239);
  outline-color: #F83D8E;
  width: 300px;
}
.signUp .triangle {
  position: absolute;
  top: 20%;
  right: 20%;
}
.signUp .triangle img {
  width: 50px;
}
.signUp .circle {
  position: absolute;
  bottom: 10%;
  left: 20%;
}
.signUp .circle img {
  width: 50px;
}

.follow {
  background: -webkit-gradient(linear, right top, left top, from(#EFD7EF), color-stop(#F5F9FC), color-stop(#F8EAE1), to(#EAF8F9));
  background: linear-gradient(-90deg, #EFD7EF, #F5F9FC, #F8EAE1, #EAF8F9);
  padding: 80px 0;
  position: relative;
  z-index: 1;
}
.follow .follow_heading {
  text-align: center;
}
.follow .follow_heading p:first-child {
  font-size: 2.5rem;
  font-weight: 500;
  text-align: center;
  max-width: 500px;
  width: 95%;
  margin: auto;
}
.follow .follow_images {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  gap: 30px;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  margin: 30px 0;
}
.follow .follow_images img {
  max-width: 250px;
}
.follow .round1 {
  height: 100px;
  width: 100px;
  border-radius: 50%;
  background: #F83D8E;
  position: absolute;
  top: 23%;
  z-index: -1;
}
.follow .round2 {
  height: 100px;
  width: 100px;
  border-radius: 50%;
  background: #683292;
  position: absolute;
  bottom: 15%;
  right: 15%;
  z-index: -1;
}

.scrollTop {
  height: 40px;
  width: 40px;
  border-radius: 10px;
  background: #F83D8E;
  position: fixed;
  bottom: 20px;
  right: -10%;
  z-index: 100;
  -webkit-transition: all 0.3s ease-in;
  transition: all 0.3s ease-in;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  cursor: pointer;
}
.scrollTop i {
  font-size: 25px;
  color: #FFFFFF;
  -webkit-animation: UpDown 1s ease-in-out backwards infinite;
          animation: UpDown 1s ease-in-out backwards infinite;
}
@-webkit-keyframes UpDown {
  0% {
    -webkit-transform: translateY(5px);
            transform: translateY(5px);
  }
  50% {
    -webkit-transform: translateY(0px);
            transform: translateY(0px);
  }
  100% {
    -webkit-transform: translateY(5px);
            transform: translateY(5px);
  }
}
@keyframes UpDown {
  0% {
    -webkit-transform: translateY(5px);
            transform: translateY(5px);
  }
  50% {
    -webkit-transform: translateY(0px);
            transform: translateY(0px);
  }
  100% {
    -webkit-transform: translateY(5px);
            transform: translateY(5px);
  }
}

.scrollTop.showScroll {
  right: 20px;
}

footer {
  padding: 80px 0;
  background: #683292;
  color: #FFFFFF;
  position: relative;
  z-index: 0;
}
footer .blur2 {
  position: absolute;
  left: 0;
  bottom: 0;
  z-index: -1;
}
footer .blur2 img {
  width: 100px;
  opacity: 0.4;
}
footer .container {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(220px, 1fr));
  gap: 30px;
  z-index: 5;
}
footer .container .footer_logo img {
  width: 200px;
}
footer .container .footer_link li a {
  color: #F83D8E;
  padding-bottom: 10px;
  display: inline-block;
  -webkit-transition: all 0.5s ease-in-out;
  transition: all 0.5s ease-in-out;
}
footer .container .footer_link li a:hover {
  -webkit-transform: translateX(5px);
          transform: translateX(5px);
}
footer .container .footer_h {
  font-size: 1.2rem;
  font-weight: 500;
  padding-bottom: 10px;
}
footer .container .footer_icons {
  font-size: 1.2rem;
  background: #F83D8E;
  padding: 8px;
  border-radius: 50%;
}
footer .container .footer_address,
footer .container .social_links {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 20px;
}
footer .container a {
  color: #F83D8E;
}

.flex {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 10px;
}

@media (min-width: 1200px) {
  .top {
    height: 100vh;
  }
}
@media (max-width: 1000px) {
  .top {
    background: linear-gradient(120deg, #EFD7EF, #F5F9FC, #F8EAE1, #EAF8F9);
    height: -webkit-fit-content;
    height: -moz-fit-content;
    height: fit-content;
  }
  .top svg {
    display: none;
  }
  .top nav .nav_container {
    gap: 20px;
  }
  .top nav ul {
    gap: 25px;
  }
  .top nav .cart_search {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    gap: 20px;
  }
  .top nav .cart_search i {
    font-size: 30px;
  }
  .top nav .cart_search .search_icon input {
    padding: 8px 20px;
  }
  .top nav .cart_search .cart_icon span {
    top: -15px;
    height: 20px;
    width: 20px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
  .top .hero_section {
    padding: 60px 0;
    gap: 60px;
    z-index: 2;
  }
  .top .hero_section .left_hero {
    width: 60%;
  }
  .top .hero_section .left_hero h3 {
    font-size: 1.5rem;
  }
  .top .hero_section .left_hero h1 {
    font-size: 4rem;
  }
  .top .hero_section .left_hero p {
    padding: 20px 0;
  }
  .top .hero_section .right_hero {
    width: 38%;
  }
  .top svg {
    width: 100%;
  }
  .second_hero {
    gap: 50px;
    z-index: 1;
  }
  .second_hero .left_hero_second {
    width: 40%;
  }
  .second_hero .left_hero_second .dots {
    top: 0px;
    right: 0px;
  }
  .second_hero .circle2 {
    right: 0px;
  }
  .second_hero .circle2 img {
    width: 120px;
  }
  .second_hero .right_hero_second {
    width: 50%;
  }
  .second_hero .right_hero_second .triangle_shape {
    position: absolute;
    right: 0px;
    top: -50px;
  }
  .second_hero .right_hero_second h1 {
    font-size: 2rem;
    text-align: center;
  }
  .second_hero .right_hero_second p {
    padding: 10px 0;
  }
  .banner5 .right_blur {
    bottom: 10%;
  }
  .banner5 .right_blur img {
    width: 80px;
  }
  .banner5 .container .left_banner {
    width: 100%;
  }
  .banner5 .container .left_banner p {
    margin: 10px 0;
  }
  .banner5 .container .left_banner h1 {
    font-size: 2.5rem;
    text-align: center;
    width: 100%;
    max-width: none;
  }
  .banner5 .container .left_banner .dot2 {
    position: absolute;
    right: 0%;
    top: 80%;
  }
  .banner5 .container .left_banner .traiangle {
    position: absolute;
    top: -5%;
    left: -10%;
  }
  .banner5 .container .left_banner .traiangle img {
    width: 40px;
  }
  .review {
    background: linear-gradient(120deg, #EFD7EF, #F5F9FC, #F8EAE1, #EAF8F9);
    padding: 60px 0;
  }
  .review .review_heading p {
    width: 100%;
    max-width: none;
  }
  .review .swiper-wrapper2 {
    margin: 20px 0;
    z-index: 5;
    cursor: pointer;
  }
  .review .swiper-wrapper2 .swiper-slide {
    background: linear-gradient(45deg, #EFD7EF, #F5F9FC, #F8EAE1, #EAF8F9);
    padding: 30px 20px;
    border-radius: 20px;
  }
  .review .swiper-wrapper2 .swiper-slide .Cdescription {
    max-width: none;
    width: 100%;
  }
  .review .c1 {
    top: 5%;
    left: 0%;
  }
  .review .c1 img {
    width: 110px;
    -webkit-transform: rotate(10deg);
            transform: rotate(10deg);
  }
  .review .c2 {
    top: 20%;
    right: 0%;
  }
  .review .c2 img {
    width: 100px;
    -webkit-transform: rotate(0deg);
            transform: rotate(0deg);
  }
  .signUp .triangle {
    top: 10%;
    right: 5%;
  }
  .signUp .circle {
    position: absolute;
    bottom: 0%;
    left: 5%;
  }
}
@media (max-width: 660px) {
  .top svg {
    display: none;
  }
  .top .container {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: start;
  }
  .top .container .logo {
    width: 100%;
  }
  .top .container .nav_container.show {
    max-height: 450px;
    padding: 20px 40px;
  }
  .top .container .nav_container {
    max-height: 0;
    overflow: hidden;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    gap: 20px;
    -webkit-box-align: end;
        -ms-flex-align: end;
            align-items: flex-end;
    width: 100%;
    -webkit-transition: all 0.5s linear;
    transition: all 0.5s linear;
    width: 100%;
  }
  .top .container .nav_container ul {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    gap: 0;
  }
  .top .container .nav_container ul li {
    padding: 10px 20px;
    width: 100%;
  }
  .top .container .nav_container .cart_search {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    gap: 25px;
    -webkit-box-align: end;
        -ms-flex-align: end;
            align-items: flex-end;
    width: 100%;
  }
  .top .container .nav_container .cart_search input {
    width: 260px;
  }
  .top .container .menu_icon {
    display: block;
  }
  .top .hero_section {
    padding-top: 30px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    gap: 30px;
  }
  .top .hero_section .left_hero {
    width: 100%;
  }
  .top .hero_section .left_hero h3 {
    font-size: 1.5rem;
  }
  .top .hero_section .left_hero h1 {
    font-size: 3rem;
  }
  .top .hero_section .left_hero p {
    width: 100%;
    padding: 15px 0;
  }
  .top .hero_section .right_hero {
    width: 100%;
  }
  .top .hero_section .right_hero img {
    width: 100%;
  }
  .second_hero {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    gap: 20px;
    padding: 20px 0;
  }
  .second_hero .left_hero_second {
    width: 100%;
  }
  .second_hero .left_hero_second .dots {
    top: 50px;
    right: 0;
  }
  .second_hero .left_hero_second .circle1 {
    position: absolute;
    bottom: 0px;
    left: -20px;
  }
  .second_hero .left_hero_second .circle1 img {
    width: 60px;
  }
  .second_hero .circle2 {
    right: 0px;
  }
  .second_hero .circle2 img {
    width: 100px;
  }
  .second_hero .right_hero_second {
    width: 100%;
  }
  .second_hero .right_hero_second .triangle_shape {
    position: absolute;
    right: 0px;
    top: 0px;
  }
  .second_hero .right_hero_second .triangle_shape img {
    width: 20px;
  }
  .second_hero .right_hero_second h1 {
    font-size: 2.5rem;
    text-align: center;
  }
  .second_hero .right_hero_second p {
    padding: 10px 0;
  }
  .banner5 {
    padding: 40px 0;
    font-size: 1rem;
  }
  .banner5 svg {
    width: 500%;
  }
  .banner5 .right_blur {
    bottom: 10%;
  }
  .banner5 .right_blur img {
    width: 80px;
  }
  .banner5 .container {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    gap: 40px;
  }
  .banner5 .container .left_banner {
    width: 100%;
  }
  .banner5 .container .left_banner p {
    margin: 10px 0;
  }
  .banner5 .container .left_banner h1 {
    font-size: 2.5rem;
    text-align: center;
    width: 100%;
    max-width: none;
  }
  .banner5 .container .left_banner .dot2 {
    position: absolute;
    right: 0%;
    top: 80%;
  }
  .banner5 .container .left_banner .traiangle {
    position: absolute;
    top: -5%;
    left: -10%;
  }
  .banner5 .container .left_banner .traiangle img {
    width: 40px;
  }
  .review .c1 {
    top: 0%;
    left: 0%;
  }
  .review .c1 img {
    width: 110px;
    -webkit-transform: rotate(10deg);
            transform: rotate(10deg);
  }
  .signUp .triangle {
    top: 10%;
    right: 5%;
  }
  .signUp .circle {
    position: absolute;
    bottom: 0%;
    left: 5%;
  }
}
.flex-btn {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  gap: 20px;
}

.flex1 {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  max-width: 400px;
  width: 100%;
  margin: 20px auto;
}
.flex1 .pink {
  font-size: 1.2rem;
  font-weight: 600;
}

.popup-overlay {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.8);
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  z-index: 1000;
}
.popup-overlay .popup {
  background-color: #FFFFFF;
  border-radius: 10px;
  padding: 30px 40px;
  text-align: center;
  max-width: 500px;
  width: 100%;
}
.popup-overlay .popup #popup-title {
  font-size: 2rem;
  padding: 10px 0;
}
.popup-overlay .popup .price_cart {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  max-width: 400px;
  width: 100%;
  margin: 30px auto;
}
.popup-overlay .popup .price_cart .price {
  font-size: 1.5rem;
  font-weight: 600;
}
.popup-overlay .popup .price_cart .cart_btn {
  color: #FFFFFF;
  background-color: #F83D8E;
  border: none;
  padding: 8px 20px;
  border-radius: 20px;
  font-size: 1rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  gap: 10px;
  -webkit-transition: background 0.3s ease;
  transition: background 0.3s ease;
}
.popup-overlay .popup .price_cart .cart_btn:hover {
  background: #683292;
}
.popup-overlay .popup .stars {
  color: orange;
  font-size: 1rem;
  padding: 5px 0;
}
.popup-overlay .popup img {
  max-width: 80%;
  border-radius: 8px;
  padding: 40px;
  aspect-ratio: 3/2;
  -o-object-fit: contain;
     object-fit: contain;
  background: linear-gradient(120deg, #EFD7EF, #F5F9FC, #F8EAE1, #EAF8F9);
}
.popup-overlay .popup .popup-close {
  font-size: 50px;
  font-weight: bold;
  color: #F83D8E;
  cursor: pointer;
  position: absolute;
  top: 20px;
  right: 20px;
}
.popup-overlay .popup #popup-description {
  max-width: 400px;
  margin: auto;
  line-height: 1.3;
  width: 100%;
}

.product_inc_dec {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  gap: 10px;
}
.product_inc_dec p {
  font-size: 1.2rem;
  font-weight: 600;
}
.product_inc_dec button {
  padding: 0px 10px;
  border-radius: 5px;
  border: none;
  cursor: pointer;
  color: #FFFFFF;
  font-size: 1.5rem;
}
.product_inc_dec .inc_btn {
  background-color: #F83D8E;
}
.product_inc_dec .dec_btn {
  background-color: #683292;
}

#preloader {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: #fff;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  z-index: 9999;
  /* Spinner animation */
}
#preloader .loader {
  width: 50px;
  height: 50px;
  border: 6px solid #f3f3f3;
  border-top: 6px solid #F83D8E;
  border-radius: 50%;
  -webkit-animation: spin 1s linear infinite;
          animation: spin 1s linear infinite;
}
@-webkit-keyframes spin {
  0% {
    -webkit-transform: rotate(0deg);
            transform: rotate(0deg);
  }
  100% {
    -webkit-transform: rotate(360deg);
            transform: rotate(360deg);
  }
}
@keyframes spin {
  0% {
    -webkit-transform: rotate(0deg);
            transform: rotate(0deg);
  }
  100% {
    -webkit-transform: rotate(360deg);
            transform: rotate(360deg);
  }
}

.aboutTop {
  height: -webkit-max-content;
  height: -moz-max-content;
  height: max-content;
}
.aboutTop .top_about_heading {
  text-align: center;
  padding: 100px 0;
}
.aboutTop .top_about_heading p:first-child {
  font-size: 3.5rem;
}
.aboutTop .top_about_heading :nth-child(2) {
  background: #FFFFFF;
  width: -webkit-max-content;
  width: -moz-max-content;
  width: max-content;
  margin: 10px auto;
  padding: 10px 20px;
  border-radius: 20px;
}

.about1 {
  padding: 80px 0;
}
.about1 .container {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(320px, 1fr));
  gap: 50px;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
.about1 .container .left_image {
  margin: auto;
}
.about1 .container .left_image img {
  max-width: 500px;
  width: 100%;
  margin: auto;
}
.about1 .container .right_content .f2 {
  font-size: 3rem;
}
.about1 .container .right_content :nth-child(2) {
  padding: 40px 0;
}

.about2_hero {
  padding: 80px 0;
  background: #683292;
  position: relative;
  z-index: 0;
}
.about2_hero .blur {
  position: absolute;
  right: 0;
  top: 30%;
  z-index: -1;
}
.about2_hero .blur img {
  width: 100px;
  z-index: 0;
  opacity: 0.5;
}
.about2_hero .container {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(320px, 1fr));
  gap: 50px;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  z-index: 5;
}
.about2_hero .container .left_content .f2 {
  font-size: 3rem;
  color: #FFFFFF;
}
.about2_hero .container .left_content :nth-child(2) {
  color: #FFFFFF;
  padding: 40px 0;
}

.counter_statistics {
  padding: 80px 0;
}
.counter_statistics .heading {
  text-align: center;
}
.counter_statistics .heading :first-child {
  font-size: 2.5rem;
}
.counter_statistics .heading :nth-child(2) {
  color: #646464;
  padding: 10px 0;
}
.counter_statistics .counter_content {
  padding: 40px 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  gap: 50px;
}
.counter_statistics .counter_content .bg_white {
  height: 100px;
  max-width: 150px;
  width: 100%;
  -webkit-box-shadow: 0 0 10px 0px rgba(0, 0, 0, 0.06);
          box-shadow: 0 0 10px 0px rgba(0, 0, 0, 0.06);
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  padding: 10px;
  border-bottom: 2px solid #F83D8E;
  border-radius: 10px;
}
.counter_statistics .counter_content .bg_white p {
  color: #646464;
  font-size: 0.9rem;
  padding: 5px 0;
}
.counter_statistics .counter_content .bg_white .value {
  position: relative;
  font-size: 1.5rem;
}
.counter_statistics .counter_content .bg_white .value .plus {
  color: #F83D8E;
  font-weight: 600;
  position: absolute;
  top: -10px;
  right: -20px;
  font-size: 1.8rem;
}

.team {
  padding: 80px 0;
  background: linear-gradient(45deg, #EFD7EF, #F5F9FC, #F8EAE1, #EAF8F9);
}
.team .container .heading {
  text-align: center;
  padding-bottom: 40px;
}
.team .container .heading .f2 {
  font-size: 3rem;
}
.team .container .heading :nth-child(2) {
  padding: 10px 0;
}
.team .container .mySwiperTeam .swiper-wrapper .swiper-slide {
  max-width: 400px;
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 10px;
  padding: 20px;
}
.team .container .mySwiperTeam .swiper-wrapper .swiper-slide img {
  max-width: 250px;
  max-height: 250px;
  border-radius: 50%;
}

.social_media_icons {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  gap: 10px;
}

.social_icon {
  font-size: 1.5rem;
  background-color: #F83D8E;
  padding: 5px;
  color: #FFFFFF;
  border-radius: 50%;
}/*# sourceMappingURL=style.css.map */