.main-color {
  color: #ac1513;
}

@font-face {
  font-family: orleans;
  src: url(../../Fonts/orleans/Orleans-Brightens.otf);
}
@font-face {
  font-family: Poppins;
  src: url(../../Fonts/Poppins/Poppins-Regular.ttf);
}
.animation-left {
  transform-origin: 50%;
  animation: linear scale-left-on-scroll;
  animation-timeline: view() !important;
  animation-range: exit-crossing 0% exit-crossing 100% !important;
}

.title-font {
  font-family: orleans;
}

h1 {
  font-family: orleans !important;
  letter-spacing: 0.3em;
  font-size: 4rem;
}

h2,
h3 {
  color: #fff;
  font-family: orleans !important;
  letter-spacing: 0.05em;
}

h2 {
  letter-spacing: 0.04em;
}

h3 {
  font-size: 5rem;
}
@media (max-width: 991px) {
  h3 {
    font-size: 3.5rem;
  }
}
@media (max-width: 756px) {
  h3 {
    font-size: 3rem;
  }
}
@media (max-width: 576px) {
  h3 {
    font-size: 2.8rem;
  }
}

h4.title-font {
  font-size: 2.3rem;
  letter-spacing: 0.05em;
}
@media (max-width: 991px) {
  h4.title-font {
    font-size: 2.1rem;
  }
}
@media (max-width: 756px) {
  h4.title-font {
    font-size: 2rem;
  }
}
@media (max-width: 576px) {
  h4.title-font {
    font-size: 1.8rem;
  }
}

body {
  font-family: Poppins !important;
  overflow-x: hidden;
  background-color: #000;
  color: #fff;
}

img {
  width: 100%;
}

.reveal {
  position: relative;
  opacity: 0;
}

.reveal.active {
  opacity: 1;
}

.active.fade-left {
  animation: fade-left 0.5s ease-in;
}

@keyframes fade-left {
  0% {
    transform: translateX(-150px);
    opacity: 0;
  }
  100% {
    transform: translateX(0);
    opacity: 1;
  }
}
.dlApp {
  margin: 0 auto;
}

html {
  scroll-behavior: smooth;
}

.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;
}

.reveal {
  position: relative;
  opacity: 0;
}

.reveal.active {
  opacity: 1;
}
.reveal.active .fade-left {
  animation: fade-left 1s ease-in;
}
.reveal.active .fade-right {
  animation: fade-right 1s ease-in;
}
.reveal.active .fade-bottom {
  animation: fade-bottom 1s ease-in;
}
@keyframes fade-left {
  0% {
    transform: translateX(-150px);
    opacity: 0;
  }
  100% {
    transform: translateX(0);
    opacity: 1;
  }
}
@keyframes fade-right {
  0% {
    transform: translateX(150px);
    opacity: 0;
  }
  100% {
    transform: translateX(0);
    opacity: 1;
  }
}
@keyframes fade-bottom {
  0% {
    transform: translateY(150px);
    opacity: 0;
  }
  100% {
    transform: translateY(0);
    opacity: 1;
  }
}

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

.modal-header .modal-title-container .modal-title {
  color: #000;
}
.modal-header .modal-title-container p {
  font-size: 14px;
  margin-bottom: 0;
  color: #000;
}

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

.displayy {
  justify-content: center;
}

.navbar-toggler {
  border: none !important;
}

.navbar-toggler-icon {
  background-image: unset !important;
  display: flex;
  justify-content: center;
  align-items: center;
}

header {
  background: rgba(0, 0, 0, 0.5450980392);
  backdrop-filter: blur(7px);
}
header .navbar-brand {
  font-size: 1rem !important;
}
header .shop-logo {
  max-width: 200px;
  border-radius: 10px;
  margin: 10px;
}
@media (min-width: 991px) {
  header .navbar-nav {
    flex-direction: row;
  }
}
header section.menu-section span.open-menu {
  align-self: center;
  z-index: 10;
}
@media (min-width: 768px) {
  header section.menu-section span.open-menu {
    display: none;
  }
}
header section.menu-section #myNav {
  display: block;
}
@media (min-width: 768px) {
  header section.menu-section #myNav {
    width: 100%;
  }
}
@media (min-width: 768px) {
  header section.menu-section #overlay-content {
    display: flex;
  }
}
header section.menu-section nav {
  padding: 0;
  justify-content: space-between;
  width: 100%;
}
@media (min-width: 768px) {
  header section.menu-section nav {
    display: flex;
  }
}
header section.menu-section .closebtn {
  text-decoration: unset;
  position: absolute;
  top: 10px;
  font-size: 20px;
  right: 10%;
  font-size: 26px;
  z-index: 100;
  color: #f5f5f5;
}
@media (min-width: 768px) {
  header section.menu-section .closebtn {
    display: none;
  }
}
header section.menu-section a.nav-link.active {
  color: #ac1513 !important;
}
header section.menu-section a.nav-link {
  color: #fff !important;
  text-align: center;
  border-bottom: 1px solid transparent;
  text-transform: capitalize;
  position: relative;
}
header section.menu-section a.nav-link::after {
  position: absolute;
  content: "";
  width: 100%;
  height: 1px;
  background-color: #ac1513;
  border-radius: 4px;
  left: 0;
  bottom: 0;
  transform: scaleX(0);
  transform-origin: left;
  transition: transform 0.25s ease;
}
header section.menu-section a.nav-link:hover {
  color: #ac1513 !important;
}
header section.menu-section a.nav-link:hover::after {
  transform: scaleX(1);
}
@media (min-width: 768px) {
  header section.menu-section a.nav-link {
    margin-right: 15px;
    font-size: 13px;
  }
}
@media (min-width: 992px) {
  header section.menu-section a.nav-link {
    font-size: 17px;
    padding: 13px 25px;
    font-weight: bolder;
    margin: 0 10px;
  }
}
@media (max-width: 768px) {
  header section.menu-section a.nav-link {
    color: #f5f5f5;
  }
}
@media (max-width: 768px) {
  header section.menu-section a.nav-link:last-of-type {
    margin-bottom: 20px;
  }
}
header section.menu-section a.btn {
  background-color: #ac1513;
  color: #fff;
}
@media (min-width: 768px) {
  header section.menu-section a.login-btn {
    padding: 8px 17px 6px 13px;
  }
}
@media (min-width: 992px) {
  header section.menu-section a.login-btn {
    padding: 14px 25px 13px 19px;
  }
}
@media (min-width: 768px) {
  header section.menu-section {
    position: static;
    display: flex !important;
    flex-direction: row;
    background-color: inherit;
  }
}
header section.menu-section .navbar-social .fa {
  color: #fff;
}
@media (min-width: 768px) {
  header section.menu-section .navbar-social {
    display: none;
  }
}
@media (max-width: 768px) {
  header section.menu-section .navbar-social {
    display: flex;
    justify-content: center;
  }
}
header .header-links {
  justify-content: flex-end;
}

@media (min-width: 768px) {
  .dropdown:hover .dropdown-menu {
    display: block;
    margin-top: 0;
  }
}
.valentine-gif {
  max-width: 100px !important;
}
@media (max-width: 480px) {
  .valentine-gif {
    max-width: 60px !important;
  }
}

.nav-item-buffet a.nav-link-buffet {
  margin: 0px !important;
  background-color: #fff;
  border-radius: 8px;
  color: #ac1513 !important;
  text-align: center;
  border-bottom: 1px solid transparent;
  text-transform: uppercase;
}
@media (max-width: 991px) {
  .nav-item-buffet a.nav-link-buffet {
    padding: 8px 30px;
  }
}
.nav-item-buffet a.nav-link-buffet:hover {
  color: #fff !important;
  background-color: #ac1513;
  border-bottom: none !important;
}
@media (min-width: 768px) {
  .nav-item-buffet a.nav-link-buffet {
    margin-right: 15px;
    font-size: 13px;
  }
}
@media (min-width: 992px) {
  .nav-item-buffet a.nav-link-buffet {
    font-size: 17px;
    padding: 13px 25px;
    font-weight: bolder;
    margin: 0 10px;
  }
}
@media (max-width: 768px) {
  .nav-item-buffet a.nav-link-buffet {
    color: #f5f5f5;
  }
}

/* section hero */
.hero-section {
  padding: 180px 0 180px 0;
  position: relative;
}
@media (max-width: 991px) {
  .hero-section {
    padding: 120px 0;
  }
}
.hero-section h1 {
  letter-spacing: 0.03em;
  text-shadow: 0 0 5px #000000;
  font-size: 7rem;
  letter-spacing: 6px;
  color: #fff;
  font-weight: bolder;
  transition: ease-in-out 0.8s;
}
.hero-section h1:hover {
  transform: scale(1.05);
}
@media (max-width: 991px) {
  .hero-section h1 {
    font-size: 3.5rem;
  }
}
@media (max-width: 576px) {
  .hero-section h1 {
    font-size: 3rem;
  }
}
@media (max-width: 488px) {
  .hero-section h1 {
    font-size: 2.5rem;
  }
}
.hero-section a.btn {
  padding: 20px 40px;
  font-family: orleans !important;
  font-size: 30px;
  transition: ease-in-out 0.8s;
}
.hero-section a.btn:hover {
  color: #ac1513;
  box-shadow: 10px -10px 50px #ac1513;
}
.hero-section .hero-card {
  display: flex;
  justify-content: center;
  flex-direction: column;
  text-align: center;
}
.hero-section .hero_logo {
  filter: drop-shadow(0 0 1px #000);
  max-width: 250px;
  display: flex;
  margin: 30px auto;
  justify-content: center;
}

.index-hero {
  background: url(../../imgs/hero/Kurry-Kingdom-East-Kilbride-food.jpg);
  background-size: cover;
  background-repeat: no-repeat;
  background-position: 0 0;
  background-attachment: fixed;
  position: relative;
}
@media (max-width: 1200px) {
  .index-hero {
    background-position: center;
  }
}
@media (max-width: 768px) {
  .index-hero {
    background-position: 30% 60%;
  }
}

.buttons {
  padding: 24px;
  border-radius: 80px 0 0 0;
}
@media (max-width: 991px) {
  .buttons {
    background-color: transparent;
    padding: 0 0 80px 0;
    justify-content: center;
  }
}
@media (max-width: 480px) {
  .buttons {
    flex-direction: column;
  }
}
.buttons a {
  color: #ac1513;
  border-color: #ac1513;
  background-color: #fff !important;
  border-radius: 8px;
  padding: 12px 30px;
  min-width: 160px;
  margin-top: 20px;
  margin: 20px 8px 8px 8px;
  border: 1px solid #fff;
}
.buttons a:hover {
  box-shadow: #000000 0px 4px 12px;
}
.buttons a:hover .fa {
  color: #ac1513;
}
@media (max-width: 480px) {
  .buttons a {
    max-width: -moz-max-content;
    max-width: max-content;
    margin: 5px auto;
  }
}
.buttons a .fa {
  color: #000000;
}

.highlight {
  color: #ac1513;
}

.buffet-section {
  background: transparent;
}
.buffet-section p.buffet {
  text-shadow: 0 0 2px #000;
}
.buffet-section .buffet-card {
  background-color: rgba(0, 0, 0, 0.4);
  backdrop-filter: blur(10px);
  border-radius: 1em;
  width: 90%;
  padding: 10px 0;
}
@media (max-width: 756px) {
  .buffet-section .buffet-card {
    margin-bottom: 30px;
  }
}
.buffet-section ul {
  list-style: none;
  padding: 0;
}
.buffet-section ul li {
  line-height: 1.8em;
}
.buffet-section {
  padding: 30px 0;
}

footer.buffet {
  background: none;
  padding: 10px 0;
}

section.more-about-us-section {
  padding: 60px 0;
}
section.more-about-us-section div.section-heading-div h3 {
  font-weight: bolder;
  font-size: 35px;
  text-align: left;
  margin-bottom: 20px;
  text-transform: capitalize;
  color: #ac1513;
}
@media (max-width: 991px) {
  section.more-about-us-section div.section-heading-div h3 {
    text-align: center;
  }
}
@media (max-width: 480px) {
  section.more-about-us-section div.section-heading-div h3 {
    font-size: 22px;
    text-align: center;
  }
}
@media (max-width: 991px) {
  section.more-about-us-section div.section-heading-div {
    text-align: center;
  }
}
section.more-about-us-section p {
  font-size: 16px;
  letter-spacing: -0.02em;
}
@media (max-width: 991px) {
  section.more-about-us-section p {
    text-align: center;
  }
}
section.more-about-us-section a {
  background-color: #ac1513;
  color: #fff;
  border-radius: 2px !important;
  padding: 12px 25px;
  margin-top: 20px;
  transition: all 0.5s ease;
}
section.more-about-us-section a:hover {
  color: #fff;
  border-color: #ac1513;
  background-color: #ac1513;
  box-shadow: #000000 0px 4px 12px;
  transform: scale(0.9);
}
@media (max-width: 991px) {
  section.more-about-us-section a {
    margin: 0 auto;
    display: flex;
    max-width: -moz-max-content;
    max-width: max-content;
  }
}
section.more-about-us-section img {
  max-width: 95%;
  display: flex;
  margin: auto;
}

section.contact-us .map div {
  height: 100%;
}
@media (max-width: 768px) {
  section.contact-us .section-heading-div {
    width: 100%;
    padding: 0;
    margin: 0;
  }
  section.contact-us .map {
    width: 100%;
    padding: 0;
    margin: 0;
  }
  section.contact-us .map iframe {
    height: 300px;
  }
}

.fa {
  color: #fff;
}

.read-more-btn {
  transition: all ease-in-out 0.5s;
}

.read-more-btn:hover {
  transform: scale(1.02);
}

.read-more-btn2 a.deals {
  background-color: #ac1513;
  color: #fff;
  border-radius: 0;
  padding: 12px;
  margin-top: 20px;
}
.read-more-btn2 a.deals:hover {
  background: #ac1513;
  color: #fce1c7;
  border: 1px solid #fce1c7;
}
.read-more-btn2 a.deals:hover .fa {
  color: #fce1c7;
}

/* special to try */
section.special {
  background-image: url(../../imgs/special/mocktail.jpg);
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  background-attachment: fixed;
  padding-bottom: 50px;
  padding: 80px 0;
}
section.special video {
  border-radius: 16px;
  max-width: 100%;
}
section.special .Special_card {
  background-color: rgba(19, 19, 19, 0.8588235294);
  backdrop-filter: blur(13px);
  text-align: center;
  border-radius: 24px;
  margin-bottom: 16px;
}
section.special .Special_card img {
  border-radius: 24px 24px 0 0;
}
section.special .Special_card .card-title {
  letter-spacing: 0.11em;
  font-family: orleans;
  font-size: 1.5rem;
  border-bottom: 2px solid #fff;
  padding-top: 16px;
  display: flex;
  text-align: center;
  justify-content: center;
  text-transform: uppercase;
  max-width: -moz-max-content;
  max-width: max-content;
  margin: 8px auto;
}
@media (max-width: 1200px) {
  section.special .Special_card .card-title {
    font-size: 1.1rem;
  }
}
@media (max-width: 991px) {
  section.special .Special_card .card-title {
    font-size: 1.5rem;
  }
}
section.special .Special_card p {
  padding: 16px;
  margin-bottom: 0;
}
section.special .Special_card a.btn {
  color: #fff;
  background-color: #ac1513;
  padding: 8px 16px;
  border-radius: 8px;
  margin-bottom: 16px;
}
section.special .Special_card a.btn:hover {
  color: #ac1513;
  border-color: #ac1513;
  background-color: #fff !important;
  box-shadow: #000000 0px 4px 12px;
}
section.special .Special_card a.btn:hover .fa {
  color: #ac1513;
}
section.special .card-one {
  min-height: 670px;
}
section.special .row.Special_card img.row_img1 {
  height: 100%;
  border-radius: 0 24px 24px 0 !important;
}
@media (max-width: 991px) {
  section.special .row.Special_card img.row_img1 {
    border-radius: 24px 24px 0 0 !important;
  }
}
section.special .row.Special_card1 {
  padding: 0;
  background-color: rgba(19, 19, 19, 0.8588235294);
  backdrop-filter: blur(13px);
  text-align: center;
  border-radius: 24px;
}
section.special .row.Special_card1 .row_img2 {
  border-radius: 24px 0 0 24px !important;
}
@media (max-width: 991px) {
  section.special .row.Special_card1 .row_img2 {
    border-radius: 24px 24px 0 0 !important;
  }
}
section.special .row.Special_card1 .card-title {
  font-size: 1.5rem;
  border-bottom: 2px solid #fff;
  padding-top: 16px;
  display: flex;
  text-align: center;
  justify-content: center;
  text-transform: uppercase;
  max-width: -moz-max-content;
  max-width: max-content;
  margin: 8px auto;
}
@media (max-width: 1200px) {
  section.special .row.Special_card1 .card-title {
    font-size: 1.1rem;
  }
}
@media (max-width: 991px) {
  section.special .row.Special_card1 .card-title {
    font-size: 1.5rem;
  }
}
section.special .row.Special_card1 p {
  padding: 16px;
  margin-bottom: 0;
}
section.special .row.Special_card1 a.btn {
  color: #fff;
  background-color: #ac1513;
  padding: 8px 16px;
  border-radius: 8px;
  margin-bottom: 16px;
}
section.special .row.Special_card1 a.btn:hover {
  color: #ac1513;
  border-color: #ac1513;
  background-color: #fff !important;
  box-shadow: #000000 0px 4px 12px;
}
section.special .row.Special_card1 a.btn:hover .fa {
  color: #ac1513;
}

.gallery {
  padding: 50px 0;
}
.gallery h3 {
  text-align: center;
  font-size: 3rem;
  margin-bottom: 40px;
}
.gallery .swiper-slide {
  align-self: center;
}
.gallery .card {
  margin-bottom: 10px;
  background-color: transparent;
  border-radius: 8px;
}
.gallery .card img {
  border-radius: 8px;
}
.gallery video {
  padding: 8px;
  z-index: 3;
  background-color: #fff;
  border-radius: 8px;
  position: relative;
  max-width: 100%;
  border-radius: 16px;
}
.gallery .videos {
  margin-top: -80px;
}
@media (max-width: 991px) {
  .gallery .videos {
    margin-top: 30px;
  }
}
.gallery .second_video {
  margin-top: 120px;
}
@media (max-width: 991px) {
  .gallery .second_video {
    margin-top: 80px;
  }
}
.gallery .hero-content {
  border-radius: 8px;
  width: 90%;
  display: flex;
  justify-content: center;
  flex-direction: column;
  align-items: center;
  border-radius: 30px;
  z-index: 2;
}
.gallery .hero-content .title {
  font-size: 4rem;
  width: 100%;
  font-weight: bolder;
  color: #ac1513;
  animation: animated-text 20s linear infinite;
}
@media (max-width: 1200px) {
  .gallery .hero-content .title {
    background-color: transparent;
    font-size: 5rem;
    color: #ac1513;
  }
}
@media (max-width: 991px) {
  .gallery .hero-content .title {
    font-size: 4rem;
  }
}
@media (max-width: 756px) {
  .gallery .hero-content .title {
    margin-bottom: 0px;
    font-size: 3.5rem;
  }
}
@media (max-width: 576px) {
  .gallery .hero-content .title {
    font-size: 3rem;
    width: 100%;
  }
}
@media (max-width: 480px) {
  .gallery .hero-content .title {
    font-size: 2.5rem;
  }
}
.gallery .hero-content p {
  font-size: 1.2rem;
  margin-bottom: 20px;
  color: #000;
}
@media (max-width: 1200px) {
  .gallery .hero-content p {
    color: #ac1513;
  }
}
@media (max-width: 480px) {
  .gallery .hero-content p {
    font-size: 1rem;
  }
}
@keyframes animated-text {
  100% {
    background-position: 200% 0;
  }
}

.animation-left {
  transform-origin: 50%;
  animation: linear scale-left-on-scroll;
  animation-timeline: view() !important;
  animation-range: exit-crossing 0% exit-crossing 100% !important;
}
@keyframes scale-left-on-scroll {
  to {
    opacity: 0.5;
    translate: -60vi;
    rotate: 20deg;
    scale: 0.9;
  }
}
.animation-left img {
  -o-object-position: top left;
     object-position: top left;
  -o-object-fit: cover;
     object-fit: cover;
  border-radius: 8px;
  width: 100%;
  display: block;
}

.animation-right {
  transform-origin: 50%;
  animation: linear scale-down-on-scroll;
  animation-timeline: view() !important;
  animation-range: exit-crossing 0% exit-crossing 100% !important;
}
@keyframes scale-down-on-scroll {
  to {
    opacity: 0.5;
    translate: 60vi;
    rotate: 20deg;
    scale: 0.9;
  }
}
.animation-right img {
  -o-object-position: top left;
     object-position: top left;
  -o-object-fit: cover;
     object-fit: cover;
  border-radius: 8px;
  width: 100%;
  display: block;
}

.specialOffer {
  padding: 80px 0;
}
.specialOffer img {
  margin-top: -30%;
  margin-bottom: -30%;
  max-width: 300px;
  margin-left: -200px;
}
@media (max-width: 1100px) {
  .specialOffer img {
    margin: 20px;
    margin-top: -200px;
  }
}
.specialOffer .offer-text {
  background-color: #ac1513;
  display: flex;
  justify-content: center;
  align-items: center;
  align-items: center;
  padding: 16px;
  margin-left: 200px;
  border-radius: 100px 0 0 0;
}
@media (max-width: 1100px) {
  .specialOffer .offer-text {
    justify-content: center;
    text-align: center;
    flex-direction: column;
    margin: 0;
    margin-top: 200px;
    border-radius: 0;
  }
}
.specialOffer .offer-text .title-font {
  font-size: 30px;
  letter-spacing: 2px;
  margin-bottom: 0;
  color: #fff;
  font-weight: bolder;
  margin-bottom: 20px;
}
@media (max-width: 991px) {
  .specialOffer .offer-text .title-font {
    text-align: center;
  }
}
.specialOffer .offer-text a.btn {
  background-color: #fff;
  color: #ac1513;
  padding: 12px 24px;
  border: 2px solid #fff;
  border-radius: 8px;
}
.specialOffer .offer-text a.btn:hover {
  color: #ac1513;
  border-color: #ac1513;
  background-color: #fff !important;
  box-shadow: #000000 0px 4px 12px;
}
@media (max-width: 991px) {
  .specialOffer .offer-text a.btn {
    margin-top: 20px;
  }
}

section.about-us {
  padding: 60px 0;
}
section.about-us div.section-heading-div h3 {
  font-weight: bolder;
  font-size: 30px;
  text-align: left;
  margin-bottom: 20px;
  text-transform: capitalize;
  color: #ac1513;
}
@media (max-width: 991px) {
  section.about-us div.section-heading-div h3 {
    text-align: center;
  }
}
@media (max-width: 480px) {
  section.about-us div.section-heading-div h3 {
    font-size: 22px;
    text-align: center;
  }
}
@media (max-width: 991px) {
  section.about-us div.section-heading-div {
    text-align: center;
  }
}
section.about-us p {
  font-size: 16px;
  letter-spacing: -0.02em;
}
section.about-us a.btn {
  background-color: #ac1513;
  color: #fff;
  border-radius: 8px;
  padding: 12px 25px;
  margin-top: 20px;
  transition: all 0.5s ease;
}
section.about-us a.btn:hover {
  color: #fff;
  border-color: #ac1513;
  background-color: #ac1513;
  box-shadow: #000000 0px 4px 12px;
  transform: scale(0.9);
}
@media (max-width: 991px) {
  section.about-us a.btn {
    display: flex;
    max-width: -moz-max-content;
    max-width: max-content;
  }
}
section.about-us img {
  max-width: 95%;
  display: flex;
  margin: auto;
}
section.about-us .more-text {
  display: none;
}
section.about-us .read-more-container.expanded .more-text {
  display: block;
}
section.about-us button {
  background-color: transparent;
  outline: none;
  border: none;
  color: #fff;
  border-bottom: 1px solid #fff;
}

.Catering {
  background-image: url(../../imgs/catering/Gulnar-Tandoori-catering-bg-2.jpg);
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  background-attachment: fixed;
  text-align: center;
}
.Catering .container-fluid {
  background-color: rgba(0, 0, 0, 0.6705882353);
  padding: 60px 16px;
}
.Catering .Catering_logo {
  max-width: 80px;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  margin: 16px auto;
}
.Catering .about-gulnar img, .Catering .about-gulnar video {
  aspect-ratio: 5/7;
}
.Catering .about-gulnar video {
  -o-object-fit: cover;
     object-fit: cover;
}
.Catering .card-title {
  font-size: 2.4rem;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  text-transform: uppercase;
}
@media (max-width: 991px) {
  .Catering .card-title {
    font-size: 2rem;
  }
}
.Catering a.btn {
  background-color: #ac1513;
  color: #fff;
  padding: 8px 16px;
  border-radius: 8px;
  margin-bottom: 16px;
}
.Catering a.btn:hover {
  color: #ac1513;
  border-color: #ac1513;
  background-color: #fff !important;
  box-shadow: #000000 0px 4px 12px;
}
.Catering a.btn:hover .fa {
  color: #ac1513;
}
.Catering .swiper-slide {
  border-radius: 16px;
  display: flex;
}
.Catering .swiper-slide video {
  width: 100%;
  border-radius: 16px;
}
.Catering .swiper-slide img {
  width: 100%;
  border-radius: 16px;
}

/* dwnloap app section */
section.Our_vision {
  background: linear-gradient(rgba(0, 0, 0, 0.6), rgba(0, 0, 0, 0.6)), url(../../imgs/footer/Kurry-Kingdom-East-Kilbride.jpg);
  background-position: center;
  background-repeat: no-repeat;
  background-attachment: fixed;
  background-size: cover;
  padding: 80px 0;
}
@media (max-width: 768px) {
  section.Our_vision {
    background-position: 80% 30%;
  }
}
section.Our_vision h2 {
  font-size: 5rem;
  color: #fff;
  transition: ease-in-out 0.8s;
}
section.Our_vision h2:hover {
  transform: scale(1.05);
}
@media (max-width: 991px) {
  section.Our_vision h2 {
    font-size: 3.5rem;
  }
}
@media (max-width: 756px) {
  section.Our_vision h2 {
    font-size: 3rem;
  }
}
@media (max-width: 576px) {
  section.Our_vision h2 {
    font-size: 2.5rem;
  }
}
@media (max-width: 480px) {
  section.Our_vision h2 {
    font-size: 2.2rem;
  }
}
@media (max-width: 991px) {
  section.Our_vision p {
    font-size: 16px;
  }
}
@media (max-width: 756px) {
  section.Our_vision p {
    font-size: 14px;
  }
}
section.Our_vision .container-fluid {
  padding: 80px;
}
@media (max-width: 991px) {
  section.Our_vision .container-fluid {
    padding: 24px;
  }
}
section.Our_vision .card {
  background-color: transparent;
  border: 2px solid #fff;
  border-radius: 20px;
  padding: 20px;
  text-align: center;
}
section.Our_vision .card h3 {
  margin-bottom: 20px;
  font-size: 6rem;
  align-items: center;
}
section.Our_vision .card p {
  text-align: center;
}
section.Our_vision .card p a {
  font-weight: bolder;
  color: #fff;
  font-size: 19px;
}
section.Our_vision .card img {
  max-width: 200px;
}
@media (max-width: 768px) {
  section.Our_vision .card img {
    max-width: 110px;
  }
}
@media (max-width: 480px) {
  section.Our_vision .card img {
    max-width: 80px;
  }
}
@media (max-width: 380px) {
  section.Our_vision .card img {
    max-width: 40px;
  }
}
section.Our_vision .card a.btn {
  color: #fff;
  background-color: #ac1513;
  max-width: -moz-max-content;
  max-width: max-content;
  padding: 20px 40px;
  margin: 5px auto;
  font-family: orleans;
  letter-spacing: 4px;
  font-size: 30px;
}
@media (max-width: 991px) {
  section.Our_vision .card a.btn {
    font-size: 24px;
  }
}
section.Our_vision .card a.btn:hover {
  color: #ac1513;
  background-color: #fff;
}

section.reviews {
  padding: 80px;
  color: #000;
}
@media (max-width: 768px) {
  section.reviews {
    padding: 20px;
  }
}
section.reviews .card {
  border: none;
  margin: 10px;
}
section.reviews .card .customer-name {
  text-transform: uppercase;
}
section.reviews .card .stars {
  max-width: 100px;
}
section.reviews .swiper {
  background-color: #fff;
  border: 3px dashed red;
  border-radius: 24px;
  padding: 16px;
}
section.reviews h3 {
  margin-bottom: 40px;
  font-weight: 900;
  font-size: 33px;
  color: #fff;
}
@media (max-width: 576px) {
  section.reviews h3 {
    font-size: 25px;
  }
}
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: #ac1513;
  margin-bottom: 9px;
  color: #fff;
}
section.reviews .comment-section .stars {
  text-align: center;
  margin-bottom: 90px;
}

/* footer */
footer {
  background: linear-gradient(rgba(0, 0, 0, 0.8), rgba(0, 0, 0, 0.8)), url(../../imgs/about/Kurry-Kingdom-EastKilbrid.jpg);
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
  background-attachment: fixed;
  color: rgb(255, 255, 255);
  padding: 80px 0 0 0;
}
@media (max-width: 768px) {
  footer {
    padding: 40px;
  }
}
footer .footer-header {
  font-size: 38px;
  text-transform: capitalize;
  font-weight: bolder;
  color: #ac1513;
}
@media (max-width: 480px) {
  footer .footer-header {
    font-size: 35px;
  }
}
footer .footer_logo {
  max-width: 200px;
  background-color: #fff;
  align-items: center;
  text-align: center;
  justify-content: center;
  display: flex;
  margin: 20px auto;
  border-radius: 20px;
}
@media (max-width: 991px) {
  footer .footer_logo {
    max-width: 350px;
  }
}
footer .fa {
  font-size: 1.25rem;
}
footer .footer-title {
  margin-bottom: 30px;
}
footer .footer-title span {
  font-weight: 500;
  font-size: 22px;
  line-height: 27px;
  color: #ffffff;
}
footer img.dl-app-link {
  margin-bottom: 20px;
  width: 170px;
}
@media (min-width: 768px) {
  footer img.dl-app-link {
    width: 180px;
  }
}
footer h3 {
  font-size: 20px;
  margin-top: 20px;
}
footer ul {
  padding: 0;
  list-style: none;
  text-align: left;
  margin-top: 40px;
}
@media (max-width: 768px) {
  footer ul {
    text-align: center;
    align-items: center;
  }
}
footer ul h5 {
  background: linear-gradient(#000, #000) bottom center/50% 1px no-repeat;
  margin-bottom: 25px;
  color: #fff;
  filter: contrast(150%);
  text-shadow: 0 0 2px #000;
}
footer ul li {
  list-style: none;
}
footer ul li a {
  color: #fff;
  line-height: 38px;
}
footer ul li a:hover {
  text-decoration: none;
  color: #ac1513;
}

.footer-tags {
  padding: 10px 40px;
  margin: 0;
  display: flex;
  justify-content: center;
}
.footer-tags li {
  border-bottom: 1px solid #ddd;
  margin: 0 5px;
}
.footer-tags li a {
  padding: 2px 4px;
  margin: 2px;
  color: #fff;
  font-size: 11px;
}
.footer-tags li:hover {
  border-color: #ac1513;
}

#myBtn {
  display: none;
  position: fixed;
  bottom: 59px;
  left: 25px;
  z-index: 99;
  font-size: 18px;
  border: none;
  outline: none;
  background-color: #ac1513;
  color: white;
  cursor: pointer;
  padding: 6px 11px 6px 11px;
  border-radius: 12px;
  border: 1px solid #000000;
}
#myBtn:hover {
  color: #ac1513;
  border: 1px dashed #ac1513;
  background-color: white;
  box-shadow: #000000 0px 7px 29px 0px;
}

.contactus {
  position: relative;
  padding: 40px 0;
}
.contactus .card-title {
  font-size: 2.5rem;
  font-family: orleans;
}
.contactus .card {
  background: linear-gradient(rgba(0, 0, 0, 0.8), rgba(0, 0, 0, 0.8)), url(../../imgs/contactus/contactus-bg.jpg);
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat;
  border-radius: 24px;
  padding: 24px;
  min-height: 300px;
}
.contactus iframe {
  border-radius: 24px;
}
.contactus #openinghour {
  border: 2px solid #fff;
  margin: 8px;
  border-radius: 20px;
}
.contactus .col-12 {
  padding: 0;
}
.contactus a {
  color: #ac1513;
  background-color: #fff;
  border-radius: 8px;
  padding: 12px 30px;
  margin-top: 20px;
  border: 1px solid #fff;
  max-width: -moz-max-content;
  max-width: max-content;
}
.contactus a:hover {
  color: #ac1513;
  border-color: #ac1513;
  background-color: #fff !important;
  box-shadow: #000000 0px 4px 12px;
}
.contactus a .fa {
  color: #000000;
}

/* Customize  Color Of Selection  */
::-moz-selection {
  background-color: #ac1513;
  color: white;
}
::selection {
  background-color: #ac1513;
  color: white;
}

::-moz-selection {
  background-color: #ac1513;
  color: white;
}

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

::-webkit-scrollbar-thumb {
  background: #ac1513;
  border-radius: 10px;
}

section.copyright {
  color: rgb(255, 255, 255);
  margin-top: 40px;
}
section.copyright .container {
  border-top: 1px solid #fff;
  padding: 30px 0;
}
section.copyright a.weetech-link {
  color: #fff !important;
}/*# sourceMappingURL=style2.css.map */