@font-face {
  font-family: ArchivoBlack;
  src: url(../../fonts/Archivo_Black/ArchivoBlack-Regular.ttf);
}
@font-face {
  font-family: Pacifico;
  src: url(../../fonts/Pacifico/Pacifico-Regular.ttf);
}
.main-color {
  color: #ff3cff;
}

.main-color-transparent {
  color: #ffa6ff;
}

html {
  scroll-behavior: smooth;
}

body {
  overflow-x: hidden;
  background-color: #fff;
}

.footer {
  padding: 140px 40px 40px 40px;
  background-color: #edd7e3;
  position: relative;
  color: #402838;
}
@media (max-width: 991px) {
  .footer {
    padding: 100px 30px 30px 30px;
  }
}
@media (max-width: 991px) {
  .footer .logo_wrapper {
    display: flex;
    flex-direction: column;
    justify-content: center;
    max-width: -moz-max-content;
    max-width: max-content;
    margin: 20px auto;
    text-align: center;
  }
  .footer .logo_wrapper img {
    margin: 20px auto;
  }
  .footer .logo_wrapper a.btn {
    max-width: -moz-max-content;
    max-width: max-content;
    justify-content: center;
    margin: 10px auto;
  }
}
.footer .footer-title {
  font-size: 28px;
  text-align: left;
  color: #000;
  align-items: flex-start;
  margin-bottom: 20px;
  display: flex;
}
@media (max-width: 991px) {
  .footer .footer-title {
    text-align: center;
    justify-content: center;
    align-items: center;
  }
}
.footer a.btn {
  border: 3px solid #000;
  color: #000;
  font-weight: bolder;
  padding: 20px 50px;
  border-radius: 20px;
}
.footer a.btn:hover {
  background-color: #ffa6ff;
}
.footer a.logo img {
  width: 250px;
  margin-bottom: 30px;
  z-index: 3;
  position: relative;
  border-radius: 20px;
}
@media (max-width: 1200px) {
  .footer a.logo img {
    width: 130px;
  }
}
.footer p {
  font-size: 20px;
}
@media (max-width: 1200px) {
  .footer p {
    font-size: 16px;
  }
}
.footer ul {
  list-style: none;
  padding: 0;
}
.footer ul li {
  margin-bottom: 10px;
}
@media (max-width: 991px) {
  .footer ul li {
    text-align: center;
    justify-content: center;
    align-items: center;
  }
}
.footer ul li a {
  color: #000;
  font-size: 18px;
}

section.copyright {
  background-color: #a86d8b;
  padding: 20px;
}
@media (max-width: 991px) {
  section.copyright {
    text-align: center;
  }
}
section.copyright span.cp-text {
  color: #fff;
  font-size: 20px;
}
section.copyright a.mealzo-link {
  font-weight: 700;
}
section.copyright a.mealzo-link img {
  max-width: 120px;
}

.dl-app {
  background-color: #dfa1c1;
  box-shadow: 0 0 10px #9d4973;
  border-radius: 20px;
  position: relative;
  z-index: 3;
  padding: 20px;
  margin: 0 50px;
  margin-bottom: -80px;
  text-align: center;
  color: #fff;
}
@media (max-width: 991px) {
  .dl-app {
    margin: 0 16px;
    margin-bottom: -80px;
    padding: 20px 0;
  }
}
.dl-app h4 {
  font-family: Pacifico;
  font-size: 70px;
  text-align: center;
}
@media (max-width: 1440px) {
  .dl-app h4 {
    font-size: 50px;
  }
}
@media (max-width: 991px) {
  .dl-app h4 {
    font-size: 40px;
  }
}
@media (max-width: 768px) {
  .dl-app h4 {
    font-size: 30px;
  }
}
.dl-app h4 .highlight {
  color: #aa6c8b;
}
.dl-app p {
  font-size: 20px;
}
@media (max-width: 768px) {
  .dl-app p {
    font-size: 16px;
  }
}
.dl-app a img {
  max-width: 200px;
}

.wave {
  animation: wave linear;
  animation-iteration-count: infinite;
  fill: #ffa6ff;
  animation-direction: alternate;
  -webkit-animation: wave linear;
}

#wave2 {
  animation-duration: 45s;
  animation-direction: reverse;
  opacity: 1;
}

#wave3 {
  animation-duration: 30s;
  animation-direction: reverse;
  opacity: 1;
  fill: #65b7ff;
}

@keyframes wave {
  0% {
    transform: translateX(-100%);
    -webkit-transform: translateX(-100%);
    -moz-transform: translateX(-100%);
    -ms-transform: translateX(-100%);
    -o-transform: translateX(-100%);
  }
  50% {
    transform: translateX(0%);
    -webkit-transform: translateX(0%);
    -moz-transform: translateX(0%);
    -ms-transform: translateX(0%);
    -o-transform: translateX(0%);
  }
  100% {
    transform: translateX(-100%);
  }
}
section.review {
  padding: 60px;
  text-align: center;
  transition: all 0.7s;
  color: #fff;
}
@media (max-width: 1200px) {
  section.review {
    padding: 60px 10px;
  }
}
section.review .row {
  background-color: #202020;
  padding: 0;
  border-radius: 24px;
}
@media (max-width: 1200px) {
  section.review .row {
    padding: 40px 10px 10px 10px;
  }
}
section.review .row .col-12 {
  padding: 0;
}
section.review .row .col-12 video {
  width: 100%;
  border-radius: 24px 0 0 24px;
}
@media (max-width: 1200px) {
  section.review .row .col-12 video {
    width: 70%;
    border-radius: 16px;
    margin: auto;
  }
}
@media (max-width: 576px) {
  section.review .row .col-12 video {
    width: 100%;
  }
}
section.review .card {
  border: none;
  transition: all 1s;
  padding: 40px;
  background-color: transparent;
  align-items: center;
  display: flex;
  flex-direction: column;
  justify-content: center;
}
@media (max-width: 576px) {
  section.review .card {
    padding: 24px 0;
  }
}
section.review .card .review-text {
  display: flex;
  flex-direction: column;
  padding: 10px 20px;
  position: relative;
}
section.review .card .review-text span.review-title {
  font-family: ArchivoBlack;
  font-size: 18px;
}
section.review .card .review-text p.review-des {
  font-size: 20px;
}
@media (max-width: 576px) {
  section.review .card .review-text p.review-des {
    font-size: 14px;
  }
}
section.review .card .review-text .stars {
  width: 50%;
  display: flex;
  margin: auto;
  justify-content: center;
}
section.review .card .card-img {
  display: flex;
  max-width: -moz-max-content;
  max-width: max-content;
  justify-content: center;
  margin: 20px auto;
  align-items: center;
}
section.review .card .card-img img {
  border-radius: 50%;
  max-width: 40px;
  margin-right: 10px;
}
section.review .swiper-slide {
  transition: ease-in-out 1s;
}
section.review .feedback {
  color: #ffa6ff;
  font-family: Pacifico;
  font-size: 46px;
  text-align: center;
  max-width: -moz-max-content;
  max-width: max-content;
  justify-content: center;
  display: flex;
  align-items: center;
  margin: 20px auto;
  transform: rotate(-2deg);
}
@media (max-width: 576px) {
  section.review .feedback {
    font-size: 26px;
  }
}

section.bestsellers {
  background-color: #fff;
  padding: 0 24px;
}
@media (max-width: 486px) {
  section.bestsellers {
    padding: 0;
  }
}
section.bestsellers h2 {
  color: #65b7ff;
  font-weight: bold;
  font-size: 80px;
  text-align: left;
  margin-top: 50px;
}
@media (max-width: 991px) {
  section.bestsellers h2 {
    font-size: 56px;
  }
}
section.bestsellers .card {
  color: #fff;
  position: relative;
  overflow: hidden;
  margin: 10px;
  border-radius: 32px;
  position: relative;
  border: 5px solid #fff;
  width: 100%;
  color: #ffffff;
  text-align: left;
  background-color: #65b7ff;
  font-size: 16px;
  perspective: 50em;
  box-shadow: 6px 6px 20px #a8a8a8;
}
section.bestsellers .card:hover img {
  transform: rotateX(90deg);
  opacity: 0;
}
section.bestsellers .card:hover .info {
  transform: rotateX(0deg);
  opacity: 1;
  transition-delay: 0.2s;
}
section.bestsellers .card * {
  box-sizing: border-box;
  transition: all 0.6s ease;
}
section.bestsellers .card img {
  opacity: 1;
  width: 100%;
  transform-origin: 50% 100%;
}
section.bestsellers .card .info {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  transform: rotateX(-90deg);
  transform-origin: 50% -50%;
  z-index: 1;
  opacity: 0;
  padding: 20px 30px;
  align-items: center;
}
section.bestsellers .card .info .card-body {
  text-align: center;
}
section.bestsellers .card .info .card-body h5 {
  color: #fff;
  font-size: 25px;
}
section.bestsellers .card .info .card-footer {
  background-color: #fff;
  text-align: center;
}
section.bestsellers .card .info .card-footer a {
  font-size: 20px;
  font-weight: 700;
  color: #ffa6ff;
}

section.hero section.header-hero {
  padding: 80px 24px 0 24px;
}
@media (max-width: 1200px) {
  section.hero section.header-hero {
    padding: 20px 0;
  }
}
@media (max-width: 991px) {
  section.hero section.header-hero {
    padding: 40px 0;
    margin-bottom: 0px;
  }
}
section.hero section.header-hero h1 {
  color: #fff;
  text-shadow: 1px 1px 2px #413a3a;
  font-size: 5.5rem;
  margin-bottom: 20px;
  font-family: Pacifico;
  z-index: 99;
  text-align: left;
}
@media (max-width: 1450px) {
  section.hero section.header-hero h1 {
    font-size: 4rem;
  }
}
@media (max-width: 991px) {
  section.hero section.header-hero h1 {
    font-size: 4rem;
  }
}
@media (max-width: 768px) {
  section.hero section.header-hero h1 {
    font-size: 3rem;
  }
}
@media (max-width: 576px) {
  section.hero section.header-hero h1 {
    font-size: 2.5rem;
  }
}
section.hero section.header-hero p {
  color: #fff;
  font-size: 20px;
  text-shadow: 0 0 3px #000;
}
section.hero section.header-hero .order-btn {
  background-color: #876c96;
  border: 2px solid #876c96;
  color: #fff;
  padding: 18px 40px;
  border-radius: 18px;
  margin: 20px 20px 10px 0;
  max-width: -moz-max-content;
  max-width: max-content;
  font-family: Pacifico;
  font-size: 23px;
  display: flex;
  justify-content: center;
  position: relative;
  z-index: 3;
  align-items: center;
}
section.hero section.header-hero .order-btn:hover {
  text-decoration: none;
  color: #876c96;
  background-color: #fff;
  border: 2px solid #876c96;
}
@media (max-width: 768px) {
  section.hero section.header-hero .order-btn {
    margin: 10px;
  }
}
section.hero section.header-hero .order-btn i img {
  width: 25px;
  margin-right: 10px;
}
section.hero section.header-hero .secondary-btn {
  background-color: #aa6c8b !important;
  border-color: #aa6c8b !important;
}
section.hero section.header-hero .secondary-btn:hover {
  color: #aa6c8b !important;
  background-color: #fff !important;
}
section.hero section.header-hero .secondary-btn i img {
  width: 40px;
}

.openmenuu {
  width: 100% !important;
}

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

header {
  padding: 24px 0;
}
header .navbar-brand {
  font-size: 1rem !important;
}
header .shop-logo {
  max-width: 160px;
  border-radius: 20px;
}
@media (max-width: 480px) {
  header .shop-logo {
    max-width: 80px;
  }
}
header .order-btn {
  border: 2px solid #000;
  color: #000;
  background-color: #ffe700;
  padding: 10px 25px;
  border-radius: 20px;
  font-weight: bolder;
}
header section.menu-section span.open-menu {
  align-self: center;
  z-index: 10;
  width: 130px;
  justify-content: flex-end;
  display: flex;
}
header section.menu-section span.open-menu svg {
  fill: #fff;
}
header section.menu-section #myNav {
  display: block;
}
header section.menu-section nav {
  padding: 10px 0;
}
header section.menu-section div.mobile-overlay {
  height: 100%;
  width: 0%;
  position: fixed;
  z-index: 999;
  left: 0;
  top: 0;
  background-color: #4a3256;
  overflow-x: hidden;
  transition: width 0.45s;
}
header section.menu-section div.mobile-overlay .overlay-content {
  justify-content: center;
  position: relative;
  top: 15%;
  width: 100%;
  text-align: center;
}
@media (min-width: 768px) {
  header section.menu-section div.mobile-overlay .overlay-content > div#navbarNavAltMarkup {
    display: flex;
    flex-direction: row;
  }
}
header section.menu-section div.mobile-overlay .overlay-content .closebtn {
  text-decoration: unset;
  position: absolute;
  font-size: 20px;
  top: 0%;
  right: 10%;
  font-size: 26px;
  z-index: 100;
  color: #fff;
}
header section.menu-section div.mobile-overlay .overlay-content a.nav-link {
  color: #fff;
  font-size: 19px;
  font-weight: bolder;
  border-bottom: 1px solid transparent;
  transition: ease-in-out 0.4s;
}
header section.menu-section div.mobile-overlay .overlay-content a.nav-link:hover {
  border-bottom: 1px solid #65b7ff;
  color: #65b7ff !important;
}
header section.menu-section div.mobile-overlay .overlay-content a.nav-link:hover svg {
  fill: #65b7ff !important;
}
header section.menu-section div.mobile-overlay .overlay-content a.nav-link.active {
  border-bottom: 1px solid #65b7ff;
  color: #65b7ff !important;
}
header section.menu-section div.mobile-overlay .overlay-content a.nav-link svg {
  fill: #fff;
  font-weight: 600;
  width: 25px;
  height: 25px;
}
header section.menu-section div.mobile-overlay .overlay-content a.btn {
  background-color: #65b7ff;
  color: black;
}
header section.menu-section div.mobile-overlay .overlay-content a.login-btn {
  background-color: #65b7ff;
  border-radius: 35px 35px 12px 12px !important;
  padding: 8px 15px 8px 15px;
  color: #fff;
}

.index-hero {
  background-color: #fff;
  background-image: url(../../images/hero/Fudge-It-Glasgow-desserts.jpg);
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
  position: relative;
  min-height: 800px;
}
@media (max-width: 768px) {
  .index-hero {
    background-position: center;
  }
}

section.contactus {
  background-color: #edd7e3;
  color: #fff;
  padding: 80px 120px;
}
@media (max-width: 1300px) {
  section.contactus {
    padding: 80px 40px;
  }
}
@media (max-width: 576px) {
  section.contactus {
    padding: 80px 0;
  }
}
section.contactus iframe {
  border-radius: 20px;
}
section.contactus .opening-hour-title {
  font-family: Pacifico;
}
section.contactus #openinghour .d-flex:nth-child(1) {
  position: relative;
}
section.contactus #openinghour .d-flex {
  border-radius: 5px;
}
section.contactus span.opening-hour-title {
  font-size: 50px;
}
section.contactus #AddressCard {
  background-image: url(../../images/logo/Fudge-It-Glasgow-logo.jpg);
}
section.contactus #mapCard {
  background-image: url(../../images/contactus/map.jpg);
}
section.contactus #OPCard {
  background-image: url(../../images/contactus/open.jpg);
}
section.contactus .card {
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  color: #eef2f6;
  background-color: transparent;
  min-height: 450px;
  position: relative;
  overflow: hidden;
  border-radius: 16px;
}
@media (max-width: 991px) {
  section.contactus .card {
    margin-bottom: 30px;
    min-height: unset;
  }
}
section.contactus .card:hover {
  transition: 0.7s;
}
section.contactus .card:hover .card-body {
  transform: translateY(0px);
}
section.contactus .card p {
  margin: 0;
  margin-right: 10px;
  font-size: 18px;
}
section.contactus .card a {
  color: white;
}
section.contactus .card a.btn {
  background-color: #eef2f6;
  color: #000;
  padding: 12px 40px;
  margin: 10px 0;
}
section.contactus .card .card-body {
  transform: translateY(370px);
  margin-top: 30px;
  min-height: 450px;
  transition: ease-in-out 0.7s;
  background: rgba(0, 0, 0, 0.381);
  backdrop-filter: blur(10px);
  padding: 16px;
  border-radius: 16px;
}
@media (max-width: 991px) {
  section.contactus .card .card-body {
    transform: translateY(0px);
    backdrop-filter: blur(4px);
    min-height: unset;
    margin-top: 0;
  }
}
section.contactus .card .card-body .card-title {
  color: #fff;
  text-align: center;
  font-size: 24px;
  font-style: normal;
  margin-bottom: 50px;
}
@media (max-width: 1200px) {
  section.contactus .card .card-body .card-title {
    font-size: 20px;
  }
}
section.about {
  padding: 80px 40px;
  background-color: #fff;
}
@media (max-width: 991px) {
  section.about {
    padding: 40px 16px;
  }
}
section.about h3 {
  text-align: left;
  color: #65b7ff;
  font-weight: bold;
  text-align: left;
}
section.about h3 .highlight {
  font-size: 80px;
  margin-bottom: 20px;
  max-width: -moz-max-content;
  max-width: max-content;
  transform: rotate(-10deg);
}
@media (max-width: 576px) {
  section.about h3 .highlight {
    font-size: 40px;
  }
}
section.about h3 .highlight2 {
  font-family: ArchivoBlack;
  font-size: 95px;
}
@media (max-width: 576px) {
  section.about h3 .highlight2 {
    font-size: 40px;
  }
}
section.about p {
  font-size: 24px;
  margin-left: 60px;
}
@media (max-width: 991px) {
  section.about p {
    margin-left: 16px;
    font-size: 16px;
  }
}
section.about img.about-icon {
  display: block;
  margin-left: auto;
  margin-right: auto;
  width: 50%;
}
@media (max-width: 486px) {
  section.about img.about-icon {
    width: 20%;
  }
}
section.about a.mealzo {
  color: #000;
  font-weight: bolder;
}
section.about a.btn {
  margin-top: 20px;
  padding: 18px 40px;
  text-decoration: none;
  border-radius: 16px;
  margin-left: 70px;
  display: flex;
  justify-content: flex-start;
  max-width: -moz-fit-content;
  max-width: fit-content;
  color: #402838;
  background-color: transparent;
  border: 2px solid #402838;
  transition: ease-in-out 0.7;
  font-weight: bolder;
  align-items: center;
}
@media (max-width: 991px) {
  section.about a.btn {
    margin-left: 16px;
  }
}
section.about a.btn .tiny-icon {
  width: 24px;
  margin-bottom: 0;
  margin-right: 5px;
}
section.about a.btn svg {
  transition: ease-in-out 0.7;
  fill: #65b7ff;
}
section.about a.btn:hover {
  background-color: #ffa6ff;
  transition: ease-in-out 0.7;
}
section.about img {
  border-radius: 16px;
  margin-bottom: 30px;
}
@media (max-width: 991px) {
  section.about img {
    margin-bottom: 16px;
  }
}

section.More_about {
  padding: 0 40px 40px 40px;
  position: relative;
}
@media (max-width: 768px) {
  section.More_about {
    padding: 40px 8px;
  }
}
section.More_about h2 {
  font-size: 7rem;
  color: #000;
  margin-bottom: 20px;
  font-family: ArchivoBlack;
}
@media (max-width: 2000px) {
  section.More_about h2 {
    font-size: 5.2rem;
  }
}
@media (max-width: 1500px) {
  section.More_about h2 {
    font-size: 4.5rem;
  }
}
@media (max-width: 1300px) {
  section.More_about h2 {
    font-size: 4rem;
  }
}
@media (max-width: 991px) {
  section.More_about h2 {
    font-size: 3.5rem;
  }
}
@media (max-width: 768px) {
  section.More_about h2 {
    font-size: 2.4rem;
  }
}
@media (max-width: 480px) {
  section.More_about h2 {
    font-size: 2rem;
  }
}
@media (max-width: 430px) {
  section.More_about h2 {
    font-size: 1.5rem;
  }
}
section.More_about h2 span {
  display: inline;
}
section.More_about h2 .highlight {
  font-family: Pacifico;
}
section.More_about p {
  font-size: 20px;
  color: #000;
}
section.More_about .card {
  background-color: transparent;
  border: none;
  margin: 10px;
}
section.More_about .card:hover a.btn {
  color: #fff;
}
section.More_about .more-btn {
  padding: 18px 40px;
  text-decoration: none;
  border-radius: 16px;
  color: #000;
  background-color: transparent;
  border: 2px solid #000;
  max-width: -moz-max-content;
  max-width: max-content;
  display: flex;
  margin: 30px 0;
  transition: ease-in-out 0.7s;
  align-items: center;
}
section.More_about .more-btn:hover {
  background-color: #65b7ff;
}
section.More_about .more-btn svg {
  fill: #000;
  margin-right: 10px;
}
section.More_about img {
  max-width: 100%;
  box-shadow: 0 0 10px #7a7a7a;
  border-radius: 10px;
}
section.More_about a.btn {
  padding: 16px 40px;
  text-decoration: none;
  border-radius: 10px;
  color: #000;
  background-color: transparent;
  border: 2px solid #000;
  box-shadow: 1px 1px 5px #7a7a7a;
  transition: ease-in-out 0.7s;
  margin-top: 10px;
  display: flex;
  align-items: center;
  justify-content: space-between;
}
section.More_about a.btn i {
  margin-left: 10px;
}
section.More_about .card-one:hover a.btn {
  background-color: #fc5205;
  border-color: #fc5205;
  transition: ease-in-out 0.7s;
}
section.More_about .card-two:hover .btn {
  background-color: #f36665;
  border-color: #f36665;
}
section.More_about .card-three:hover .btn {
  background-color: #ff6ecf;
  border-color: #ff6ecf;
}
section.More_about .card-four:hover .btn {
  background-color: #ff591d;
  border-color: #ff591d;
}
section.More_about .card-five:hover .btn {
  background-color: #6f20d1;
  border-color: #6f20d1;
}
section.More_about .card-six:hover .btn {
  background-color: #7c492a;
  border-color: #7c492a;
}

section.delicious {
  padding-top: 50px;
  padding-bottom: 60px;
}
section.delicious h2 {
  color: #ffa6ff;
  font-size: 50px;
  font-weight: bolder;
  text-align: center;
}
@media (max-width: 486px) {
  section.delicious h2 {
    font-size: 40px;
  }
}
section.delicious div.halal-section div.delicious-content {
  display: fles;
  flex-direction: column;
  justify-content: center;
  align-items: center;
}
section.delicious div.halal-section div.delicious-content p {
  padding-top: 10px;
  color: #fff;
  font-family: ArchivoBlack;
  font-size: 20px;
  text-align: center;
}
section.delicious div.halal-section a.order-btn {
  margin: 0 auto;
  margin-top: 20px;
  padding: 16px 80px;
  text-decoration: none;
  border-radius: 30px;
  color: #65b7ff;
  background-color: #ffa6ff;
}
section.delicious div.halal-section a.order-btn:hover {
  color: #ffa6ff;
  background-color: #65b7ff;
}
section.delicious img.main-img {
  width: 20%;
  margin: 0 auto;
  border-radius: 20px;
}

.special-items {
  min-height: -moz-fit-content;
  min-height: fit-content;
  width: 100%;
  margin-top: -100px;
  padding: 80px 0;
  background-color: #ffa6ff;
}
@media (max-width: 991px) {
  .special-items {
    padding: 40px 0;
  }
}
.special-items h2 {
  color: #fff;
  font-size: 3rem;
  padding-top: 40px;
  font-family: Pacifico;
}
@media (max-width: 991px) {
  .special-items h2 {
    font-size: 2.5rem;
    margin-bottom: 50px;
  }
}
@media (max-width: 576px) {
  .special-items h2 {
    font-size: 1.6rem;
    margin-bottom: 50px;
  }
}
.special-items .menu-card {
  backdrop-filter: blur(6 px);
  border-radius: 10px;
  position: relative;
  box-shadow: 0 1rem 3rem rgba(0, 0, 0, 0.175);
  border: 0.3px solid #65b7ff;
}
.special-items .menu-card:hover {
  box-shadow: 0 1rem 3rem rgba(0, 0, 0, 0.3);
}
.special-items .menu-card::before,
.special-items .menu-card::after {
  content: "";
  position: absolute;
  width: 8px; /* Thickness of the vertical line */
  height: 30%; /* Length of the line */
  background: #65b7ff; /* Color of the line */
}
.special-items .menu-card::before {
  top: 0;
  left: 0;
}
.special-items .menu-card::after {
  bottom: 0;
  right: 0;
}
.special-items .section-title {
  margin-bottom: 4%;
}
.special-items .section-title h3 {
  font-size: 3.2rem;
  margin: auto;
  color: #fff;
  font-weight: bolder;
}
@media (max-width: 1200px) {
  .special-items .section-title h3 {
    margin-bottom: 12%;
  }
}
@media (max-width: 900px) {
  .special-items .section-title h3 {
    margin-bottom: 1%;
    font-size: 3rem;
  }
}
@media (max-width: 600px) {
  .special-items .section-title h3 {
    font-size: 1.8rem;
  }
}
@media (max-width: 576px) {
  .special-items .section-title h3 {
    font-size: 1.8rem;
  }
}
.special-items .section-subtitle {
  font-size: 1rem;
  color: #000;
  margin-bottom: 2rem;
}
.special-items svg {
  width: 500px;
  height: 50px;
}
@media (max-width: 1200px) {
  .special-items svg {
    height: auto;
    width: 100%;
  }
}
.special-items .card {
  transition: transform 0.3s ease;
}
.special-items .card:hover {
  transform: translateY(-5px);
}
.special-items .card img {
  -o-object-fit: cover;
     object-fit: cover;
  border-radius: 10px;
}
.special-items .card .card-body .card-title {
  color: #65b7ff;
  margin-bottom: 0.5rem;
}
.special-items .card .card-body .card-text {
  color: #000;
  font-size: 0.9rem;
}
.special-items .card .card-body .price {
  color: #65b7ff;
  font-size: 1.1rem;
  font-weight: 600;
}
.special-items .card .card-body .btn-danger {
  background-color: #65b7ff;
  border: none;
}
.special-items .card .card-body .btn-danger:hover {
  background-color: rgb(50, 159.1558441558, 255);
}
.special-items .swiper-slide {
  display: flex;
  justify-content: center;
  width: 100%;
}
.special-items .card {
  color: #000;
  position: relative;
  overflow: hidden;
  padding: 16px;
  border: none;
  width: 100%;
  color: #ffffff;
  text-align: center;
  font-size: 16px;
  border-radius: 16px;
}
.special-items .card .img-parent {
  overflow: hidden;
  position: relative;
}
.special-items .card .img-parent img {
  border-radius: 16px;
  opacity: 1;
  width: 100%;
  position: relative;
  transition: 0.5s;
}
.special-items .card .img-parent img:hover {
  transform: scale(1.05);
}
.special-items .card .order-btn {
  background: linear-gradient(60deg, rgb(85.7, 175.8467532468, 255), rgb(141.8, 202.0753246753, 255), rgb(85.7, 175.8467532468, 255), #65b7ff);
  border-radius: 8px;
  padding: 16px 30px;
  text-align: center;
  width: -moz-fit-content;
  width: fit-content;
  align-self: center;
  margin-top: 8px;
  transition: ease-in-out 0.7s;
  border: 2px solid #65b7ff;
  width: 100%;
  color: #fff !important;
  font-size: 16px;
  font-weight: bold;
}
.special-items .card .order-btn i {
  color: #fff;
}
.special-items .card .order-btn span {
  display: flex;
  align-items: center;
  text-align: center;
  transition: ease-in-out 0.7s;
}
.special-items .card .order-btn span.btn-text {
  width: 100%;
  visibility: visible;
  transition: ease-in-out 0.7s;
  justify-content: space-between;
}
.special-items .card .order-btn i {
  margin-left: 3px;
}
.special-items .card:hover .order-btn {
  transition: ease-in-out 0.7s;
}
.special-items .swiper-slide-shadow-left,
.special-items .swiper-slide-shadow-right {
  border-radius: 16px;
}

.special {
  padding: 40px 0 40px 40px;
}
@media (max-width: 991px) {
  .special {
    padding: 40px 0;
  }
}
.special h3 {
  max-width: 100%;
  font-size: 4rem;
  color: #65b7ff;
  margin-bottom: 32px;
}
@media (max-width: 991px) {
  .special h3 {
    max-width: 100%;
    font-size: 2rem;
  }
}
@media (max-width: 480px) {
  .special h3 {
    font-size: 1.7rem;
  }
}
.special .card {
  border-radius: 16px;
  background-color: transparent;
  transition: ease-in-out 0.7s;
  border: none;
  height: 490px;
  overflow: hidden;
}
@media (max-width: 991px) {
  .special .card {
    height: 370px;
  }
}
@media (max-width: 576px) {
  .special .card {
    height: 420px;
  }
}
@media (max-width: 480px) {
  .special .card {
    height: 380px;
  }
}
.special .card:hover .card-body {
  transform: translateY(-200px);
}
@media (max-width: 576px) {
  .special .card:hover .card-body {
    transform: translateY(-330px);
  }
}
@media (max-width: 480px) {
  .special .card:hover .card-body {
    transform: translateY(-300px);
  }
}
.special .card .card-body {
  transition: ease-in-out 0.8s;
  transform: translateY(-100px);
  background-color: #000;
  min-height: 190px;
  border-radius: 8px;
  padding: 8px;
}
.special .card img {
  width: 100%;
  border-radius: 16px;
  border: 1px solid #65b7ff;
}
.special .card .card-title {
  font-size: 1.9rem;
  margin-bottom: 8px;
  color: #ffa6ff;
}
.special .card p {
  font-size: 0.9rem;
  color: #fff;
}
.special .card a.btn {
  text-align: left;
  border: none;
  display: flex;
  justify-content: flex-start;
  color: #ffa6ff;
  align-items: center;
  transition: ease-in-out 0.7s;
  font-weight: bold;
  font-size: 1rem;
  border: 1px dashed transparent;
  max-width: -moz-max-content;
  max-width: max-content;
}
.special .card a.btn svg {
  font-weight: bolder;
}

.gallery {
  padding: 40px 0 130px 0;
}
@media (max-width: 991px) {
  .gallery {
    text-align: center;
  }
}
.gallery .swiper-slide {
  align-self: center;
}
.gallery p {
  font-size: 120px;
  transform: rotate(-10deg);
  margin-bottom: 0;
  max-width: -moz-max-content;
  max-width: max-content;
}
@media (max-width: 991px) {
  .gallery p {
    text-align: center;
    margin: 10px auto;
    font-size: 80px;
  }
}
.gallery span {
  font-size: 23px;
  text-transform: capitalize;
  margin-bottom: 40px;
  display: flex;
}
@media (max-width: 991px) {
  .gallery span {
    justify-content: center;
  }
}
.gallery h4 {
  font-size: 70px;
}
@media (max-width: 1470px) {
  .gallery h4 {
    font-size: 50px;
  }
}
@media (max-width: 991px) {
  .gallery h4 {
    text-align: center;
  }
}
.gallery .card {
  background-color: transparent;
  border: none;
}
.gallery .card img {
  border-radius: 24px;
}
.gallery a.btn {
  border: 3px solid #65b7ff;
  color: #65b7ff;
  font-weight: bolder;
  padding: 20px 50px;
  border-radius: 20px;
  margin-bottom: 20px;
}
.gallery a.btn:hover {
  border-color: #ffa6ff;
  background-color: #ffa6ff;
  color: #fff;
}

.highlight {
  color: #65b7ff;
  font-family: Pacifico;
}

.highlight2 {
  color: #ffa6ff;
  font-family: ArchivoBlack;
}

.branding {
  padding: 80px;
  background-color: #fff;
}
@media (max-width: 1500px) {
  .branding {
    padding: 80px 16px;
  }
}
.branding .card {
  background-color: transparent;
  border: none;
  text-align: center;
  position: relative;
}
@media (max-width: 576px) {
  .branding .card {
    margin-bottom: 30px;
  }
}
.branding .card::after {
  content: "";
  position: absolute;
  width: 70px;
  height: 70px;
  border-radius: 50%;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  margin: auto;
  opacity: 0.5;
  z-index: 0;
}
@media (max-width: 768px) {
  .branding .card::after {
    width: 40px;
    height: 40px;
  }
}
.branding .card img {
  position: relative;
  z-index: 2;
}
@media (max-width: 991px) {
  .branding .card img {
    max-width: 60%;
    margin: auto;
  }
}
@media (max-width: 480px) {
  .branding .card img {
    max-width: 40%;
  }
}
.branding .card p {
  font-size: 40px;
  margin-bottom: -10px;
}
@media (max-width: 1300px) {
  .branding .card p {
    font-size: 30px;
  }
}
@media (max-width: 576px) {
  .branding .card p {
    font-size: 40px;
  }
}
.branding .card .highlight {
  font-size: 50px;
}
@media (max-width: 1400px) {
  .branding .card .highlight {
    font-size: 30px;
  }
}
@media (max-width: 576px) {
  .branding .card .highlight {
    font-size: 40px;
  }
}
.branding .card-one::after {
  bottom: 70px;
  background-color: #fe9800;
}
.branding .card-one .highlight {
  color: #fe9800;
  font-family: Pacifico;
}
.branding .card-one .highlight2 {
  color: #fe9800;
  font-family: ArchivoBlack;
}
.branding .card-two::after {
  bottom: 30px;
  background-color: #23e0fe;
}
.branding .card-two .highlight {
  color: #23e0fe;
  font-family: Pacifico;
}
.branding .card-two .highlight2 {
  color: #23e0fe;
  font-family: ArchivoBlack;
}
.branding .card-three::after {
  bottom: 200px;
  background-color: #ff5b93;
}
.branding .card-three .highlight {
  color: #ff5b93;
  font-family: Pacifico;
}
.branding .card-three .highlight2 {
  color: #ff5b93;
  font-family: ArchivoBlack;
}
.branding .card-four::after {
  bottom: 140px;
  background-color: #55bc7a;
}
.branding .card-four .highlight {
  color: #55bc7a;
  font-family: Pacifico;
}
.branding .card-four .highlight2 {
  color: #55bc7a;
  font-family: ArchivoBlack;
}

.fixed_part {
  position: fixed;
  bottom: 75px;
  right: 10px;
  z-index: 99;
  display: flex;
  flex-direction: column;
  align-items: center;
  text-align: center;
}
.fixed_part button {
  display: none;
  border-radius: 50%;
  border: 3px solid #eaaaff;
  font-size: 18px;
  outline: none;
  margin-top: 8px;
  cursor: pointer;
  width: 55px;
  height: 55px;
  background-color: #fff;
}
@media (max-width: 991px) {
  .fixed_part button {
    width: 45px;
    height: 45px;
  }
}
.fixed_part a {
  margin: 3px;
  width: 60px;
}
.fixed_part svg {
  background-color: #fffdff;
  border-radius: 50%;
  padding: 3px;
  width: 55px;
  height: 55px;
  border: 3px solid #eaaaff;
}
@media (max-width: 991px) {
  .fixed_part svg {
    width: 45px;
    height: 45px;
  }
}
.fixed_part a:nth-child(1) svg {
  fill: #ffa6ff;
}
.fixed_part a:nth-child(2) svg {
  fill: #65b7ff;
}
.fixed_part a:nth-child(3) svg {
  fill: #866c95;
}
.fixed_part a:nth-child(4) svg {
  fill: #0091ff;
}/*# sourceMappingURL=style2.css.map */