.main-color {
  color: rgb(174.21875, 255, 151.6);
}

* {
  box-sizing: border-box;
  margin: 0;
  padding: 0;
}

body {
  margin: 0;
  padding: 0;
  background-color: #E6FFDF !important;
  background: url(../../imgs/pattern.png);
  background-size: contain;
  background-repeat: repeat-y;
  background-position: center;
}

@font-face {
  font-family: Quicksand;
  src: url(../../Fonts/Quicksand/Quicksand-Regular.ttf);
}
@font-face {
  font-family: Worksans;
  src: url(../../Fonts/Worksans/WorkSansRegular.ttf);
}
@font-face {
  font-family: Satisfy;
  src: url(../../Fonts/Satisfy/Satisfy-Regular.ttf);
}
@font-face {
  font-family: JosefinSans;
  src: url(../../Fonts/Josefin_Sans/JosefinSans-Regular.ttf);
}
html {
  scroll-behavior: smooth;
}

span.highlight {
  font-family: Satisfy;
  color: #3D894C;
  text-align: center;
  font-size: 30px;
  font-weight: 400;
  line-height: 14px;
  letter-spacing: 0px;
}

.section-header {
  font-family: JosefinSans;
  color: #333333;
  font-size: 45px;
  font-weight: bolder;
}
@media (max-width: 991px) {
  .section-header {
    font-size: 35px;
  }
}

.main-text {
  padding: 40px 0;
  background-color: rgb(174.21875, 255, 151.6);
  color: #fff;
  font-size: 20px;
}
@media (max-width: 768px) {
  .main-text {
    font-size: 17px;
  }
}
@media (max-width: 576px) {
  .main-text {
    font-size: 20px;
  }
}
@media (max-width: 380px) {
  .main-text {
    font-size: 16px;
  }
}

.snowflake {
  position: absolute;
  width: 27px;
  height: 27px;
  background: transparent;
  z-index: 999;
  background-image: url(../../imgs/snow.png);
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
}

.dlApp {
  margin: 0 auto;
}

/* header */
.openmenuu {
  width: 100% !important;
}

.displayy {
  display: flex !important;
  justify-content: center;
}

header {
  z-index: 9;
  position: relative;
  transition: all 0.33s cubic-bezier(0.694, 0.0482, 0.335, 1);
}
header .container {
  background-color: #E6FFDF;
  -webkit-backdrop-filter: blur(20px);
          backdrop-filter: blur(20px);
  padding: 0px 20px;
  border-radius: 2rem;
}
@media (max-width: 1200px) {
  header .container {
    margin-top: 0;
    margin: 0;
  }
}
header .navbar-brand {
  font-size: 1rem !important;
}
header .navbar-brand .shop-logo {
  display: flex;
  justify-content: center;
  max-width: 200px;
  border-radius: 5px;
}
@media (max-width: 480px) {
  header .navbar-brand .shop-logo {
    max-width: 100px;
  }
}
header .navbar-nav {
  width: 100%;
  align-items: center;
  padding: 0;
}
@media (min-width: 1100px) {
  header .navbar-nav {
    flex-direction: row;
  }
}
header .navbar-nav .nav-item.active .nav-link {
  color: rgb(174.21875, 255, 151.6);
  border-bottom: 2px solid #3D894C !important;
  padding: 0 !important;
}
header .navbar-nav .nav-item.active .nav-link:hover {
  border-bottom-color: #3D894C !important;
}
@media (max-width: 1100px) {
  header .navbar-nav .nav-item.active .nav-link {
    border: none !important;
  }
}
header section.menu-section .navbar-expand-lg .navbar-nav {
  align-items: center;
}
header section.menu-section nav {
  padding: 0;
}
@media (min-width: 1100px) {
  header section.menu-section nav {
    display: flex;
    align-items: center;
  }
}
header section.menu-section nav .navbar-toggler-icon {
  background-image: unset !important;
}
header section.menu-section nav .navbar-toggler {
  color: #000;
  border-color: transparent;
  line-height: 2;
}
header section.menu-section nav .btn {
  padding: 0 !important;
}
header section.menu-section nav .btn a {
  background-color: rgb(174.21875, 255, 151.6);
  border-radius: 15px;
  padding: 10px 20px !important;
  color: #3D894C !important;
}
header section.menu-section nav .header-links {
  justify-content: flex-end;
}
header section.menu-section nav .header-links .nav-item {
  color: #000;
  font-family: Worksans;
  font-size: 17px;
  font-style: normal;
  font-weight: 600;
  padding: 0 17px;
}
@media (max-width: 1100px) {
  header section.menu-section nav .header-links .nav-item {
    padding-bottom: 10px;
    width: 100%;
    justify-content: center;
    display: flex;
  }
}
header section.menu-section nav .header-links .nav-item a.nav-link {
  color: #000;
  padding: 0;
  font-size: 15px;
  border-bottom: 1px solid transparent;
}
header section.menu-section nav .header-links .nav-item a.nav-link:hover {
  color: #3D894C;
  border-color: #3D894C;
}
@media (max-width: 1200) {
  header section.menu-section nav .header-links .nav-item a.nav-link:hover {
    border: none;
  }
}
@media (max-width: 1170px) {
  header section.menu-section nav .header-links .nav-item {
    font-size: 12px;
  }
}
@media (max-width: 1100px) {
  header section.menu-section nav .header-links .nav-item {
    font-size: 17px;
  }
}
header section.menu-section nav .header-links .nav-item .dropdown-menu {
  background-color: rgb(0, 0, 0);
  background-clip: padding-box;
  border: 1px solid rgba(0, 0, 0, 0.15);
  border-radius: 0.25rem;
}
header section.menu-section nav .header-links .nav-item .dropdown-menu .dropdown-item {
  color: #9d9d9d;
  z-index: 999;
}
header section.menu-section nav .header-links .nav-item .dropdown-menu .dropdown-item:focus,
header section.menu-section nav .header-links .nav-item .dropdown-menu .dropdown-item:hover {
  color: #fff;
  text-decoration: none;
  background-color: #000000;
}
header section.menu-section nav .navbar-social a {
  background-color: rgba(0, 0, 0, 0);
  border: 2px solid #fff;
  margin: 0px 4px 0px 0px;
  font-size: 17px;
  border-radius: 50%;
  width: 39px;
  justify-content: center;
  text-align: center;
  display: flex;
  align-items: center;
}
header section.menu-section nav .navbar-social a:hover {
  border: 2px solid transparent;
}
@media (max-width: 1200px) {
  header section.menu-section nav .navbar-social a:hover {
    background-color: #000;
  }
}
header section.menu-section nav .navbar-social a:hover i {
  color: #000;
  transition: all 0.3s;
}
@media (max-width: 1200px) {
  header section.menu-section nav .navbar-social a:hover i {
    color: #fff;
  }
}
@media (max-width: 1200px) {
  header section.menu-section nav .navbar-social a {
    color: #000;
    border: 2px solid #000;
  }
}
header section.menu-section nav .navbar-social a i {
  color: #fff;
}
@media (max-width: 1200px) {
  header section.menu-section nav .navbar-social a i {
    color: #000;
  }
}

/* section hero */
.index-hero {
  background: linear-gradient(rgba(0, 0, 0, 0.3) 0%, rgba(0, 0, 0, 0.3) 100%), url(../../imgs/hero/hero-bg.PNG);
  max-height: 90vh;
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat;
  padding: 30px 0;
  overflow: hidden;
}
@media (min-width: 991px) {
  .index-hero {
    height: 90vh;
  }
}

section.hero-section {
  padding: 120px 0px;
  width: 100%;
  max-height: 90vh;
}
section.hero-section h1 {
  margin: 0 auto;
  font-size: 50px;
  font-weight: bolder;
  max-width: 60%;
  color: #ffffff;
  text-shadow: 1px 1px #2f1508;
  text-align: center;
}
@media (max-width: 991px) {
  section.hero-section h1 {
    font-size: 45px;
    max-width: 70%;
  }
}
@media (max-width: 768px) {
  section.hero-section h1 {
    font-size: 35px;
  }
}
@media (max-width: 576px) {
  section.hero-section h1 {
    font-size: 30px;
    max-width: 98%;
  }
}
@media (max-width: 480px) {
  section.hero-section h1 {
    font-size: 25px;
  }
}
@media (max-width: 380px) {
  section.hero-section h1 {
    font-size: 20px;
  }
}
section.hero-section a {
  background-color: rgb(174.21875, 255, 151.6);
  color: #3D894C;
  font-weight: bolder;
  border-radius: 20px;
  padding: 10px 35px;
  margin-top: 10px;
}
@media (max-width: 576px) {
  section.hero-section a {
    padding: 5px 10px;
  }
}
section.hero-section a button {
  color: #3D894C;
  font-weight: bolder;
}
@media (max-width: 576px) {
  section.hero-section a button {
    font-size: 13px;
  }
}

/* more about us section */
section.more-about-us .col-12 {
  height: 100%;
  padding: 0;
}
section.more-about-us div.section-heading-div h3 {
  font-weight: bold;
  font-size: 32px;
  line-height: 48px;
  text-align: center;
  margin-bottom: 70px;
  text-transform: capitalize;
  color: rgb(174.21875, 255, 151.6);
}
section.more-about-us div.about-us-content .about-us-img {
  padding: 0%;
}
@media (max-width: 991px) {
  section.more-about-us div.about-us-content .about-us-img {
    padding: 5% 22%;
    max-width: 80%;
    margin: auto;
    display: flex;
  }
}
@media (max-width: 768px) {
  section.more-about-us div.about-us-content .about-us-img {
    padding: 5% 15%;
  }
}
@media (max-width: 567px) {
  section.more-about-us div.about-us-content .about-us-img {
    padding: 5% 10%;
  }
}
section.more-about-us div.about-us-content h5 {
  font-size: 15px;
}
@media (max-width: 350px) {
  section.more-about-us div.about-us-content h5 {
    font-size: 11px;
  }
}
section.more-about-us div.about-us-content div.shop-name-secoundry h4 {
  font-family: Quicksand-bold;
  font-size: 24px;
  line-height: 36px;
  color: #000;
  margin-bottom: 50px;
  font-weight: bolder;
}
section.more-about-us div.about-us-content div.shop-about-text {
  padding: 13% 17%;
}
@media (max-width: 1200px) {
  section.more-about-us div.about-us-content div.shop-about-text {
    padding: 9%;
  }
}
@media (max-width: 991px) {
  section.more-about-us div.about-us-content div.shop-about-text {
    padding: 5% 23%;
  }
}
@media (max-width: 768px) {
  section.more-about-us div.about-us-content div.shop-about-text {
    padding: 15% 15% 10% 15%;
  }
}
@media (max-width: 480px) {
  section.more-about-us div.about-us-content div.shop-about-text {
    padding: 15% 10%;
  }
}
section.more-about-us div.about-us-content div.shop-about-text h3 {
  margin-bottom: 20px;
  color: rgb(174.21875, 255, 151.6);
  font-size: 37px;
  line-height: 33px;
  font-weight: bolder;
  letter-spacing: -2px;
}
@media (max-width: 1200px) {
  section.more-about-us div.about-us-content div.shop-about-text h3 {
    font-size: 26px;
  }
}
@media (max-width: 991px) {
  section.more-about-us div.about-us-content div.shop-about-text h3 {
    margin-bottom: 20px;
    font-size: 37px;
    line-height: 33px;
    font-weight: bolder;
    letter-spacing: -2px;
    font-family: Worksans;
  }
}
@media (max-width: 768px) {
  section.more-about-us div.about-us-content div.shop-about-text h3 {
    font-size: 26px;
    margin-bottom: 0;
  }
}
@media (max-width: 480px) {
  section.more-about-us div.about-us-content div.shop-about-text h3 {
    font-size: 20px;
  }
}
section.more-about-us div.about-us-content div.shop-about-text p {
  color: #000;
  font-size: 15px;
  line-height: 25px;
  font-style: normal;
  font-weight: 400;
}
@media (max-width: 1200px) {
  section.more-about-us div.about-us-content div.shop-about-text p {
    font-size: 15px;
  }
}
@media (max-width: 1100px) {
  section.more-about-us div.about-us-content div.shop-about-text p {
    font-size: 12px;
  }
}
@media (max-width: 991px) {
  section.more-about-us div.about-us-content div.shop-about-text p {
    padding-top: 40px;
    font-size: 15px;
    line-height: 25px;
    font-style: normal;
    font-weight: 400;
  }
}
@media (max-width: 768px) {
  section.more-about-us div.about-us-content div.shop-about-text p {
    padding-top: 20px;
  }
}
section.more-about-us div.about-us-content .order-btn {
  background-color: rgb(174.21875, 255, 151.6);
  padding: 12px 25px;
  color: #fff;
  margin-top: 20px;
  display: flex;
  justify-content: center;
  align-items: center;
  max-width: -moz-max-content;
  max-width: max-content;
  border-radius: 3px;
}
@media (max-width: 991px) {
  section.more-about-us div.about-us-content .order-btn {
    margin: 20px auto 0 auto;
  }
}

/* special to try */
section.Recommended {
  padding: 50px 0;
}
section.Recommended .swiper-wrapper {
  margin: 30px 0;
}
section.Recommended .card {
  background-color: rgb(174.21875, 255, 151.6);
  border-radius: 15px;
}
section.Recommended .card:hover {
  transition: all 0.5ms ease;
}
section.Recommended .card:hover a {
  text-decoration: none;
}
section.Recommended .card:hover .card-footer a {
  background-color: rgb(174.21875, 255, 151.6);
  border: 1px solid rgb(174.21875, 255, 151.6);
  color: #fff;
}
section.Recommended .card .card-img img {
  border-radius: 15px 15px 0 0;
  max-width: 100%;
}
section.Recommended .card .card-title {
  color: #000;
  text-transform: capitalize;
  font-size: 18px;
  font-weight: bolder;
  text-align: center;
  padding: 10px 0;
}
section.Recommended .card .card-footer {
  border-top: 1px solid #fff;
  display: flex;
  justify-content: center;
}
section.Recommended .card .card-footer a {
  border: 1px solid rgb(174.21875, 255, 151.6);
  color: rgb(174.21875, 255, 151.6);
}
section.Recommended .slider__pagination {
  left: 0%;
  right: 0%;
  margin: auto;
  position: absolute;
  bottom: 0;
  width: 100%;
  display: flex;
  justify-content: center;
}
@media (max-width: 768px) {
  section.Recommended .slider__pagination {
    width: 20%;
  }
}
@media (max-width: 576px) {
  section.Recommended .slider__pagination {
    width: 80%;
  }
}
section.Recommended .slider__pagination .swiper-pagination-bullet {
  width: 10px;
  height: 10px;
}
section.Recommended .slider__pagination .swiper-pagination-bullet-active {
  background-color: rgb(174.21875, 255, 151.6);
}

.specialOffer {
  background: linear-gradient(rgba(0, 0, 0, 0.4) 0%, rgba(0, 0, 0, 0.4) 100%), url(../../imgs/specialOffer/specialoffer-bg.PNG);
  background-attachment: fixed;
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
  padding: 150px 0;
  height: 500px;
  display: flex;
  justify-content: center;
  color: #fff;
}
.specialOffer h4 {
  font-size: 35px;
  font-weight: bolder;
}
.specialOffer p {
  font-size: 17px;
}
.specialOffer a {
  background-color: rgb(174.21875, 255, 151.6);
  color: #3D894C;
  font-weight: bolder;
  border-radius: 20px;
  padding: 15px 35px;
  margin-top: 10px;
  max-width: -moz-max-content;
  max-width: max-content;
}
.specialOffer a button {
  color: #3D894C;
  font-weight: bolder;
}

.gallery {
  padding: 50px;
}
@media (max-width: 991px) {
  .gallery {
    padding: 30px 20px;
  }
}
@media (max-width: 768px) {
  .gallery {
    padding: 30px 20px;
  }
}
.gallery img {
  max-width: 100%;
  margin: 10px 0;
  transition: ease-in-out 0.7s;
  border-radius: 15px;
  box-shadow: 2px 2px 10px #fffbf6;
}
.gallery img:hover {
  transform: scale(1.1);
}

section.about-us {
  margin: 70px 0 20px 0;
  color: #000;
}
section.about-us .container {
  padding: 40px;
  background-color: rgb(174.21875, 255, 151.6);
  border-radius: 40px;
}
section.about-us .about-img {
  display: flex;
  justify-content: center;
}
section.about-us .about-img img {
  max-width: 100%;
  border-radius: 10px;
}
section.about-us img.signature {
  max-width: 80%;
  margin-top: 0;
}
@media (max-width: 991px) {
  section.about-us img.signature {
    margin-top: 0;
  }
}
@media (max-width: 768px) {
  section.about-us img.signature {
    margin-top: 20px;
  }
}
section.about-us .order-btn {
  background-color: rgb(174.21875, 255, 151.6);
  padding: 12px 25px;
  color: #fff;
  margin-top: 20px;
  display: flex;
  justify-content: center;
  align-items: center;
  max-width: -moz-max-content;
  max-width: max-content;
  border-radius: 3px;
}
@media (max-width: 991px) {
  section.about-us .order-btn {
    margin: 20px auto;
  }
}
section.about-us a {
  background-color: #3D894C;
  color: rgb(174.21875, 255, 151.6);
  font-weight: bolder;
  border-radius: 20px;
  padding: 10px 35px;
  margin-top: 10px;
}
@media (max-width: 576px) {
  section.about-us a {
    padding: 5px 10px;
  }
}
section.about-us a button {
  color: #3D894C;
  font-weight: bolder;
}
@media (max-width: 576px) {
  section.about-us a button {
    font-size: 13px;
  }
}

#hygiene-award {
  height: 275px;
  width: 100%;
  border-radius: 10px;
  position: relative;
  z-index: 0;
  display: flex;
  align-items: center;
  justify-content: center;
}

section.peyment-method {
  background-color: #ffffff;
}
section.peyment-method div.row {
  padding: 50px 0;
}
section.peyment-method div.row div.col-10 .methods-container {
  justify-content: space-evenly;
}
section.peyment-method div.row div.col-10 .methods-container > div img {
  width: 70px;
  display: block;
}

/* dwnloap app section */
section.dl-app {
  margin: 80px 0;
}
section.dl-app .container {
  padding: 40px;
  background-color: rgb(174.21875, 255, 151.6);
  border-radius: 40px;
}
section.dl-app .app-mockup {
  max-width: 88%;
}
section.dl-app div.inner-content a.app-link-dl-container:hover img {
  animation: scale-up-center 0.4s cubic-bezier(0.39, 0.575, 0.565, 1) both;
}
section.dl-app div.inner-content img.dl-app-link {
  margin-bottom: 50px;
  width: 170px;
}
@media (min-width: 768px) {
  section.dl-app div.inner-content img.dl-app-link {
    margin-bottom: 0;
    width: 200px;
  }
}
section.dl-app div.inner-content h3.dl-ur-app-heading {
  font-size: 46px;
  line-height: 50px;
  margin-bottom: 56px;
  margin-top: 20px;
  font-size: 1.8rem;
  font-weight: bolder;
}
@media (min-width: 768px) {
  section.dl-app div.inner-content h3.dl-ur-app-heading {
    font-size: 1.9rem;
  }
}
@media (min-width: 992px) {
  section.dl-app div.inner-content h3.dl-ur-app-heading {
    font-size: 2rem;
  }
}

/* ----------------------------------------------
 * Generated by Animista on 2021-12-20 14:30:57
 * Licensed under FreeBSD License.
 * See http://animista.net/license for more info. 
 * w: http://animista.net, t: @cssanimista
 * ---------------------------------------------- */
/**
 * ----------------------------------------
 * animation scale-up-center
 * ----------------------------------------
 */
@keyframes scale-up-center {
  0% {
    transform: scale(0.5);
  }
  100% {
    transform: scale(1);
  }
}
section.reviews {
  padding: 80px 0;
}
section.reviews .container {
  background-color: rgb(174.21875, 255, 151.6);
  border-radius: 34px;
}
section.reviews h3 {
  margin-bottom: 40px;
  font-weight: 900;
  font-size: 33px;
  line-height: 70px;
  color: #fff;
}
@media (min-width: 768px) {
  section.reviews h3 {
    font-size: 50px;
  }
}
section.reviews .comment-section .comment-text {
  max-width: 800px;
  min-height: 100px;
  text-align: center;
  color: #fff;
  font-size: 14px;
  line-height: 31px;
  margin: 0 auto;
}
section.reviews .comment-section .comment-writter-name {
  margin-top: 35px;
  color: rgb(174.21875, 255, 151.6);
  margin-bottom: 9px;
  color: #fff;
}
section.reviews .comment-section .stars {
  text-align: center;
  margin-bottom: 90px;
}

/* footer */
footer {
  background-color: #3D894C;
  padding: 80px 0 0 0;
  margin-top: 50px;
  border-radius: 80px 80px 0 0;
}
footer img {
  width: 200px;
}
footer img.footer-logo {
  width: 200px;
}
@media (max-width: 756px) {
  footer img.footer-logo {
    width: 140px;
  }
}
footer .footer-header {
  font-size: 20px;
  text-transform: capitalize;
  font-weight: bolder;
  color: #3D894C;
  margin-bottom: 20px;
}
footer .footer-details {
  background-color: rgb(174.21875, 255, 151.6);
  justify-content: center;
  align-items: center;
  border-radius: 10px;
  display: flex;
  text-align: center;
  flex-direction: column;
  padding: 20px;
  min-height: 275px;
}
@media (max-width: 768px) {
  footer .footer-details {
    padding: 10px;
  }
}
footer .footer-details p {
  color: #000;
  word-wrap: break-word;
  justify-content: center;
  text-align: center;
}
footer a {
  color: #000;
}
footer a:hover {
  color: #3D894C;
  text-decoration: none;
}
footer i.fa {
  color: #3D894C;
  padding: 5px;
  font-size: 1.5rem;
  margin: 2px;
  display: flex !important;
  justify-content: center;
  align-items: center;
  text-align: center;
  border-radius: 10px;
}
footer ul {
  display: flex;
  flex-direction: column;
  list-style: none;
  padding: 0;
}
footer ul li {
  text-align: center;
  margin-bottom: 0;
}
footer ul li .fa.social {
  font-size: 2rem;
}
footer ul li .tiktok {
  width: 1.8rem;
}
footer ul li p {
  margin-bottom: 0;
  text-align: center;
}
footer .social-media a {
  width: 100px;
  justify-content: space-between;
}

.map {
  padding: 10px 0;
}
.map .container {
  padding: 40px;
  background-color: rgb(174.21875, 255, 151.6);
  border-radius: 40px;
}
.map iframe {
  border-radius: 10px;
}

#qr-code {
  bottom: 25px;
  right: 25px;
  z-index: 99;
  padding: 0;
  outline: none;
  border: none;
  padding: 5px 15px 15px 15px;
  background-color: rgb(174.21875, 255, 151.6);
  display: none;
  justify-content: center;
  flex-direction: column;
  align-items: center;
}
@media (max-width: 1200px) {
  #qr-code {
    bottom: 20px;
    right: 20px;
  }
}
@media (max-width: 1200px) and (max-width: 991px) {
  #qr-code {
    display: none;
  }
}
#qr-code span {
  font-weight: bolder;
  color: #fff;
  margin-bottom: 5px;
}
@media (max-width: 1200px) {
  #qr-code span {
    font-size: 14px;
  }
}
@media (max-width: 480px) {
  #qr-code span {
    font-size: 13px;
  }
}
#qr-code img {
  width: 100px;
  height: 100px;
}
@media (max-width: 1200px) {
  #qr-code img {
    width: 100px;
    height: 100px;
  }
}
@media (max-width: 480px) {
  #qr-code img {
    width: 80px;
    height: 80px;
  }
}

.Modal-btn {
  background-color: #3D894C;
  color: #fff;
  padding: 10px 20px;
  border-radius: 5px;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  -ms-border-radius: 5px;
  -o-border-radius: 5px;
}

@media (max-width: 340px) {
  .modal-header {
    flex-direction: column;
    text-align: center !important;
    justify-content: center;
    align-items: center;
  }
}
@media (max-width: 340px) {
  .modal-header .modal-title-container {
    flex-direction: column;
    text-align: center !important;
    justify-content: center;
    align-items: center;
  }
}
.modal-header .modal-title-container p {
  font-size: 14px;
  margin-bottom: 0;
}
@media (max-width: 380px) {
  .modal-header .modal-title-container p {
    font-size: 12px;
    margin-bottom: 10px;
  }
}

section.social-media {
  background-color: #000;
}
section.social-media h5 {
  color: rgb(174.21875, 255, 151.6);
}
section.social-media div.icon-holder {
  transition: transform 0.5s ease;
}
section.social-media div.icon-holder:hover {
  transform: translate(0px, -8px);
}

/* Customize  Color Of Selection  */
::-moz-selection {
  background-color: rgb(174.21875, 255, 151.6);
  color: white;
}
::selection {
  background-color: rgb(174.21875, 255, 151.6);
  color: white;
}

::-moz-selection {
  background-color: rgb(174.21875, 255, 151.6);
  color: white;
}

/* Customize  Scrollbar  */
::-webkit-scrollbar {
  width: 12px;
}

::-webkit-scrollbar-thumb {
  background: rgb(174.21875, 255, 151.6);
  border-radius: 10px;
}

.container.copyright {
  margin-top: 30px;
  color: #fff;
  border-top: 1px solid rgb(174.21875, 255, 151.6);
  padding: 20px 0;
}
.container.copyright .cp-social-media {
  justify-content: flex-start;
  display: flex;
}
@media (max-width: 768px) {
  .container.copyright .cp-social-media {
    justify-content: center;
    margin-bottom: 10px;
  }
}
.container.copyright p {
  margin-bottom: 0;
}
.container.copyright i {
  background-color: rgb(174.21875, 255, 151.6);
  color: #fff;
  width: 45px;
  height: 45px;
  border-radius: 50%;
  align-items: center;
  display: flex;
  justify-content: center;
  font-weight: 500;
  font-size: 16px;
  margin-right: 10px;
}
.container.copyright a.mealzo-link {
  color: rgb(174.21875, 255, 151.6) !important;
}/*# sourceMappingURL=style2.css.map */