.main-color {
  color: #B08F4E;
}

@font-face {
  font-family: Lato;
  src: url(../../Fonts/Lato/Lato-Regular.ttf);
}
@font-face {
  font-family: ChangaOne;
  src: url(../../Fonts/Changa_One/ChangaOne-Regular.ttf);
}
body {
  font-family: Lato !important;
  transition: ease-in-out 0.5s;
  background-image: url(../../imgs/hero/background.jpg);
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
}

html {
  scroll-behavior: smooth;
}

.valentine-gif {
  max-width: 100px;
}
@media (max-width: 480px) {
  .valentine-gif {
    max-width: 60px;
  }
}

.page-intro {
  background-image: url("../../imgs/hero/Anarkali-Restaurant-Glasgow.jpg");
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  min-height: 110vh;
  width: 100%;
}
@media (max-width: 1200px) {
  .page-intro {
    min-height: 60vh;
  }
}
@media (max-width: 992px) {
  .page-intro {
    min-height: 60vh;
  }
}

.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-out;
}
@keyframes fade-left {
  0% {
    transform: translateX(-150px);
    opacity: 0;
  }
  100% {
    transform: translateX(0);
    opacity: 1;
  }
}
.reveal.active .fade-right {
  animation: fade-right 1s ease-in-out;
}
@keyframes fade-right {
  0% {
    transform: translateX(150px);
    opacity: 0;
  }
  100% {
    transform: translateX(0);
    opacity: 1;
  }
}
.reveal.active .fade-top {
  animation: fade-top 1s ease-in-out;
}
@keyframes fade-top {
  0% {
    transform: translateY(-100px);
    opacity: 0;
  }
  100% {
    transform: translateY(0);
    opacity: 1;
  }
}
.reveal.active .fade-bottom {
  animation: fade-bottom 0.7s ease-in-out;
}
@keyframes fade-bottom {
  0% {
    transform: translateY(100px);
    opacity: 0;
  }
  100% {
    transform: translateY(0);
    opacity: 1;
  }
}

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

.displayy {
  display: block !important;
}
@media (min-width: 991px) {
  .displayy {
    display: flex !important;
  }
}

header {
  background-image: url(../../imgs/hero/background.jpg);
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
}
header .dropdown-toggle::after {
  display: none !important;
}
header .navbar-brand {
  font-size: 1rem !important;
}
header .shop-logo {
  max-width: 200px;
}
@media (max-width: 991px) {
  header .shop-logo {
    max-width: 160px;
  }
}
@media (max-width: 380px) {
  header .shop-logo {
    max-width: 120px;
  }
}
@media (min-width: 992px) {
  header .navbar-nav {
    flex-direction: row;
  }
}
header .nav-item.active {
  color: #B08F4E;
}
header section.menu-section .navbar-expand-lg .navbar-nav {
  align-items: center;
}
@media (min-width: 991px) {
  header section.menu-section nav {
    display: flex;
    align-items: center;
    padding: 5px 0;
  }
}
header section.menu-section nav li {
  padding: 0 10px;
  display: flex;
  flex-direction: column;
  justify-content: center;
  text-align: center;
}
@media (max-width: 991px) {
  header section.menu-section nav li {
    margin-bottom: 5px;
  }
}
header section.menu-section nav li .fa {
  font-size: 2rem;
  color: #fff;
}
header section.menu-section nav li .social-media {
  width: 1.8rem;
  display: inline-flex;
}
header section.menu-section nav li a.nav-link {
  color: #fff !important;
  position: relative;
  display: block;
  text-transform: capitalize;
  font-weight: 700;
  background: transparent;
  padding: 0 10px;
  transition: 300ms;
  font-size: 16px;
}
@media (max-width: 1200px) {
  header section.menu-section nav li a.nav-link {
    font-size: 12px;
  }
}
@media (max-width: 991px) {
  header section.menu-section nav li a.nav-link {
    font-size: 17px;
  }
}
header section.menu-section nav li a.nav-link:hover {
  color: #B08F4E !important;
}
@media (min-width: 992px) {
  header section.menu-section nav li:not(:last-child) {
    border-right: 1px solid #656565;
  }
}
header section.menu-section nav .dropdown-menu {
  background-color: #fff;
  width: 250px;
  padding: 0;
}
@media (max-width: 450px) {
  header section.menu-section nav .dropdown-menu {
    width: 200px;
  }
}
header section.menu-section nav .dropdown-menu div {
  flex-wrap: wrap;
}
header section.menu-section nav .dropdown-menu div img {
  max-width: 100px;
  justify-content: center;
  display: flex;
  margin-bottom: 10px;
}
header section.menu-section nav .dropdown-menu div .dropdown-item {
  max-width: 50%;
  color: #B08F4E;
  font-size: 13px;
  display: flex;
  flex-direction: column;
  justify-content: center;
  text-align: center;
  padding: 10px;
  font-weight: 900;
  text-transform: uppercase;
}
header section.menu-section nav .dropdown-menu div .dropdown-item:hover {
  background-color: #B08F4E;
  color: #fff;
}
@media (max-width: 450px) {
  header section.menu-section nav .dropdown-menu div .dropdown-item {
    max-width: 49%;
    font-size: 11px;
  }
}
header section.menu-section nav .navbar-toggler-icon {
  background-image: unset !important;
  color: #B08F4E;
}
header section.menu-section nav .navbar-toggler {
  color: #B08F4E;
  border-color: transparent;
  line-height: 2;
}
header section.menu-section nav .header-links {
  justify-content: flex-end;
}
@media (min-width: 768px) {
  header .dropdown:hover .dropdown-menu {
    display: block;
    margin-top: 0;
  }
}

/* section hero */
section.hero-section {
  display: flex;
  padding: 150px 0;
}
section.hero-section .order-now {
  margin: auto;
  flex-direction: column;
  display: flex;
  justify-content: center;
  align-items: center;
  text-align: center;
}
section.hero-section .order-now p {
  color: #fff;
  font-size: 40px;
  margin-top: 50px;
  margin-bottom: 30px;
  animation: fade-right 1s ease-in-out;
}
@keyframes fade-right {
  0% {
    transform: translateX(-350px);
    opacity: 0;
  }
  100% {
    transform: translateX(0);
    opacity: 1;
  }
}
@media (max-width: 1200px) {
  section.hero-section .order-now p {
    margin-top: 60px;
  }
}
@media (max-width: 992px) {
  section.hero-section .order-now p {
    margin-top: 30px;
    font-size: 25px;
  }
}
@media (max-width: 768px) {
  section.hero-section .order-now p {
    max-width: 100%;
    text-align: center;
  }
}
@media (max-width: 480px) {
  section.hero-section .order-now p {
    font-size: 29px;
  }
}
section.hero-section .order-now a {
  background-color: #B08F4E;
  color: #000;
  border-radius: 30px;
  padding: 10px 35px;
  text-align: center;
  text-transform: capitalize;
  transition: ease-in-out 0.5s;
  font-size: 1.5rem;
  border: 2px solid #B08F4E;
  animation: fade-bottom 1s ease-in-out;
}
@keyframes fade-bottom {
  0% {
    transform: translateY(150px);
    opacity: 0;
  }
  100% {
    transform: translateY(0);
    opacity: 1;
  }
}
section.hero-section .order-now a:hover {
  background-color: #fff;
  color: #000;
  text-decoration: none;
}
@media (max-width: 992px) {
  section.hero-section .order-now a {
    font-size: 1rem;
  }
}
@media (max-width: 576px) {
  section.hero-section .order-now a {
    border-radius: 40px;
    justify-content: center;
    text-align: center;
  }
}

section.more-about-us .col-12 {
  height: 100%;
}
section.more-about-us img {
  border-radius: 20px;
}
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: #B08F4E;
}
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 {
  background-color: #B08F4E;
  background-image: linear-gradient(to left, #b8873e 0, #cb9b51 22%, #fff788 50%, #f6e27a 55%, #cb9b51 78%, #b8873e 100%);
  padding: 10%;
  border-radius: 20px;
}
section.more-about-us div.about-us-content div.shop-about-text h3 {
  margin-bottom: 20px;
  color: #000;
  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: #000;
  border: 2px solid #000;
  padding: 12px 25px;
  color: #B08F4E;
  margin-top: 20px;
  display: flex;
  justify-content: center;
  align-items: center;
  max-width: -moz-max-content;
  max-width: max-content;
  border-radius: 30px;
  font-weight: bolder;
}
@media (max-width: 991px) {
  section.more-about-us div.about-us-content .order-btn {
    margin: 20px auto 0 auto;
  }
}
section.more-about-us div.about-us-content .order-btn:hover {
  background-color: transparent;
  text-decoration: none;
  color: #000;
}

.special {
  padding: 50px 0;
}
.special .textbox p {
  color: #fff;
  text-align: center;
  margin-bottom: 0;
}
.special .textbox h6 {
  color: #B08F4E;
  font-size: 54px;
  font-weight: bolder;
  text-align: center;
  margin-bottom: 40px;
  letter-spacing: 0.2rem;
}
@media (max-width: 991px) {
  .special .textbox h6 {
    font-size: 3rem;
  }
}
@media (max-width: 768px) {
  .special .textbox h6 {
    font-size: 2.5rem;
  }
}
@media (max-width: 480px) {
  .special .textbox h6 {
    font-size: 1.8rem;
  }
}
.special .section_header-title {
  padding-bottom: 30px;
}
.special .card {
  transition: ease-in-out 0.7s;
  background-color: transparent;
  border: none;
}
.special .card a {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  text-align: center;
}
.special .card a:hover {
  text-decoration: none;
}
.special .card a:hover .card-p {
  display: flex;
  z-index: 9;
  transition: ease-in-out 0.7s;
}
.special .card a img {
  border-radius: 10px;
  max-width: 100%;
  position: relative;
}
.special .card a .card-body .card-title {
  color: #fff;
  padding: 10px 0;
  text-transform: capitalize;
  font-weight: bolder;
  font-size: 18px;
}
.special .card a .card-p {
  content: "";
  position: absolute;
  top: 0%;
  right: 0%;
  bottom: 21%;
  left: 0%;
  margin: auto;
  color: #fff;
  background-color: rgba(0, 0, 0, 0.6);
  text-shadow: 1px 1px #000;
  display: none;
  justify-content: center;
  text-align: center;
  align-items: center;
  font-size: 15px;
  padding: 5px;
  transition: ease-in-out 0.7s;
  max-height: -moz-fit-content;
  max-height: fit-content;
  max-width: 90%;
}
@media (max-width: 768px) {
  .special .card a .card-p {
    max-width: 50%;
    margin: auto;
  }
}
@media (max-width: 576px) {
  .special .card a .card-p {
    max-width: 60%;
    margin: auto;
  }
}

.gallery {
  background-color: #fff;
  padding: 10px 0;
}
.gallery img {
  border-radius: 5px;
  transition: ease-in-out 0.6s;
}
.gallery img:hover {
  transform: scale(1.1);
}

.specialOffer {
  padding: 50px 0;
}
.specialOffer a:hover img {
  transform: scale(1.1);
}
.specialOffer img {
  border-radius: 20px;
  transition: ease-in-out 0.7s;
}

.about-us {
  color: #fff;
  padding: 50px 50px 150px 50px;
  position: relative;
}
@media (max-width: 1200px) {
  .about-us {
    padding: 50px 0;
  }
}
.about-us h3 {
  font-size: 38px;
  margin-bottom: 25px;
  color: #fff;
}
.about-us p {
  max-width: 590px;
}
@media (max-width: 991px) {
  .about-us p {
    max-width: 100%;
  }
}
.about-us a {
  padding: 10px 25px;
  background-color: #fff;
  color: #B08F4E;
  border-radius: 30px;
  margin-top: 20px;
  text-transform: capitalize;
  border: 2px solid #B08F4E;
}
.about-us a:hover {
  background-color: #fff;
  color: #B08F4E;
}
.about-us img {
  border-radius: 20px;
  max-width: 80%;
}
@media (min-width: 1440px) {
  .about-us img {
    max-width: 70%;
  }
}
@media (max-width: 991px) {
  .about-us img {
    margin-bottom: 30px;
  }
}

.foodname {
  text-align: center;
}
.foodname h3 {
  text-align: center;
  margin-top: 6%;
  font-weight: bolder;
  padding-bottom: 0%;
}

.media {
  text-align: left;
  margin-top: 1%;
  font-size: 12px;
}
.media p {
  font-size: 10px;
}
.media img {
  border-radius: 0 50% 50% 50%;
}
.media a {
  text-align: center;
}

.fullmenu {
  display: flex;
  justify-content: center;
  width: 100%;
  margin-top: 3%;
  align-items: center;
  margin-right: 0%;
}
.fullmenu a {
  background-color: #B08F4E;
  padding: 10px;
  border-radius: 12px;
  text-decoration: none;
}

.foodname h3 {
  margin-top: 15%;
}

.menu a {
  color: #000;
  text-decoration: none;
}

section.dl-app {
  padding: 80px 0;
}
@media (max-width: 768px) {
  section.dl-app {
    padding: 80px 0 0 0;
  }
}
section.dl-app .app-mockup {
  max-width: 100%;
}
section.dl-app .app-mockup:hover {
  animation: app-animation 1s ease-in;
  animation-delay: 0.3s;
  animation-iteration-count: infinite;
  animation-fill-mode: forwards;
  animation-direction: alternate;
}
section.dl-app div.inner-content {
  padding: 0;
  max-width: 516px;
}
@media (max-width: 991px) {
  section.dl-app div.inner-content {
    max-width: 100%;
  }
}
section.dl-app div.inner-content div.d-flex {
  justify-content: space-evenly;
}
section.dl-app div.inner-content p {
  color: #ffffff;
}
section.dl-app div.inner-content a.app-link-dl-container:hover img {
  transform: scale(1.2);
  transition: ease-in-out 0.3s;
}
section.dl-app div.inner-content img.dl-app-link {
  width: 180px;
  margin: 5px;
}
@media (max-width: 768px) {
  section.dl-app div.inner-content img.dl-app-link {
    margin-bottom: 0;
    width: 150px;
  }
}
section.dl-app div.inner-content h3.dl-ur-app-heading {
  font-style: normal;
  font-size: 30px;
  line-height: 50px;
  margin-bottom: 25px;
  margin-top: 20px;
  color: #ffffff;
}
@media (max-width: 991px) {
  section.dl-app div.inner-content h3.dl-ur-app-heading {
    font-size: 40px;
  }
}
@media (max-width: 768px) {
  section.dl-app div.inner-content h3.dl-ur-app-heading {
    margin-top: 20px;
  }
}
@media (max-width: 576px) {
  section.dl-app div.inner-content h3.dl-ur-app-heading {
    font-size: 30px;
  }
}
@keyframes scale-up-center {
  0% {
    transform: scale(0.5);
  }
  100% {
    transform: scale(1);
  }
}
.section.reviews {
  padding-top: 5%;
  background-color: #000000;
  height: 500px;
}
.section.reviews .container {
  background-color: #B08F4E;
  border-radius: 34px;
}
.section.reviews h3 {
  margin-bottom: 40px;
  font-weight: 900;
  font-size: 33px;
  line-height: 70px;
  color: #000000;
}
@media (min-width: 768px) {
  .section.reviews h3 {
    font-size: 50px;
  }
}
.section.reviews .comment-section .comment-text {
  max-width: 800px;
  text-align: center;
  color: #000000;
  font-size: 14px;
  line-height: 31px;
  margin: 0 auto;
}
@media (max-width: 768px) {
  .section.reviews .comment-section .comment-text {
    font-size: 2px;
    display: none;
  }
}
.section.reviews .comment-section .comment-text p {
  text-align: center;
}
.section.reviews .comment-section .comment-writter-name {
  margin-top: 35px;
  margin-bottom: 30px;
  color: #000000;
}

.quoite {
  display: flex;
  width: 100%;
  justify-content: center;
}

.contact {
  height: 230px;
  margin-top: 40px;
  background-color: #ffffff;
}
.contact i {
  font-size: 1.5rem;
  text-align: center;
  margin-top: 0%;
  color: #fff;
  background-color: #B08F4E;
  padding: 20px 30px;
  border-radius: 0px 0px 50% 50%;
  display: flex;
  max-width: -moz-max-content;
  max-width: max-content;
  margin: 0 auto;
}
.contact P {
  text-align: center;
  margin-top: 2%;
  color: #000000;
  padding: 0 20px;
  margin-bottom: 0.2rem;
}
.contact P a {
  color: #000000;
}
.contact h6 {
  text-align: center;
  margin-top: 6%;
}

.callus {
  background-image: linear-gradient(to right, #ff5e00, green, #fff, #B08F4E, red);
  color: #000000;
  text-align: center;
  font-size: 24px;
  padding: 45px 15px;
}
.callus .sm-callus {
  display: none;
}
@media (max-width: 768px) {
  .callus .lg-callus {
    display: none;
  }
  .callus .sm-callus {
    display: block;
  }
}
.callus a {
  color: #000;
}

/* footer */
footer {
  color: #ffffff;
  padding: 40px 0 0 0;
}
@media (max-width: 768px) {
  footer {
    text-align: center;
  }
}
footer .footer-content {
  display: flex;
  flex-direction: column;
  text-align: center;
  justify-content: center;
  text-align: center;
  align-items: center;
}
footer .footer-links {
  display: flex;
  flex-direction: column;
  list-style: none;
  justify-content: center;
  text-align: center;
  padding: 0;
}
footer .footer-links li {
  padding: 5px;
}
footer a {
  color: #fff;
}
footer a:hover {
  color: #B08F4E;
  text-decoration: none;
}
footer img.footer-logo {
  width: 200px;
  margin-bottom: 20px;
  padding: 0 10px;
}
footer h3 {
  text-transform: uppercase;
  font-size: 18px;
  margin-bottom: 10px;
}
footer .fa {
  color: #B08F4E;
  font-size: 1.25rem;
}
footer p {
  font-size: 14px;
  margin-bottom: 10px;
  color: #fff;
}
footer p b {
  color: #fff;
  font-size: 14px;
}
footer img.dl-app-link {
  max-width: 150px;
  margin-bottom: 10px;
}

.foods-link {
  margin: 25px 0;
}
.foods-link ul {
  padding: 5px;
  margin: 0;
}
.foods-link ul li {
  list-style: none;
  display: inline-flex;
  border-radius: 15px;
  padding: 5px 15px;
  margin: 5px;
  border: 2px solid #B08F4E;
  background-color: transparent;
}
@media (max-width: 480px) {
  .foods-link ul li {
    padding: 3px 8px;
  }
}
.foods-link ul li a {
  color: #B08F4E;
  font-size: 13px;
  font-weight: 700;
}
.foods-link ul li a:hover {
  text-decoration: none;
}
.foods-link ul li:hover {
  background-color: #B08F4E;
}
.foods-link ul li:hover a {
  color: #fff;
}

.map {
  color: #000000;
}
.map a {
  color: #000;
}
.map iframe {
  border-radius: 10px;
}
.map .about-img {
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
  padding: 20px;
  border-radius: 20px;
  color: #000;
  min-height: 380px;
  background-color: #B08F4E;
  background-image: linear-gradient(to left, #b8873e 0, #cb9b51 22%, #fff788 50%, #f6e27a 55%, #cb9b51 78%, #b8873e 100%);
}
.map .about-img #openinghour {
  width: 100%;
}

.foods-tags ul {
  padding: 10px;
  display: flex;
  flex-wrap: wrap;
}
.foods-tags ul li {
  list-style: none;
  display: inline-block;
  border: 1px solid #ddd;
  text-transform: capitalize;
  border-radius: 10px;
  padding: 5px 10px;
  margin: 4px;
  background-color: #ffffff;
  color: #B08F4E;
  font-size: 12px;
  font-weight: 600;
}
.foods-tags ul li:hover {
  border: 1px solid #B08F4E;
  color: #fff;
}

.fixed-part {
  position: fixed;
  bottom: 59px;
  left: 25px;
  z-index: 99;
  display: flex;
}
.fixed-part #myBtn {
  display: none;
  font-size: 18px;
  border: 1px solid #000;
  outline: none;
  background-color: #B08F4E;
  color: #000;
  cursor: pointer;
  padding: 8px 13px;
  border-radius: 30px;
}
.fixed-part #myBtn:hover {
  color: #B08F4E;
  border: 1px dashed #B08F4E;
  background-color: white;
  box-shadow: #B08F4E 0px 7px 29px 0px;
}
.fixed-part .btn {
  background-color: #B08F4E;
  color: #000;
  border: 1px solid #000;
  padding: 8px 23px;
  border-radius: 20px;
  margin-left: 10px;
}

section.social-media {
  color: #fff;
  background-color: #000;
}
@media (max-width: 768px) {
  section.social-media {
    display: none;
  }
}
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: #B08F4E;
  color: white;
}
::selection {
  background-color: #B08F4E;
  color: white;
}

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

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

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

.copyright {
  color: #fff;
  text-align: center;
}
.copyright .container {
  padding: 15px 0;
  border-top: 1px solid #B08F4E;
}
.copyright p {
  font-weight: normal;
  font-size: 14px;
  margin-bottom: 0;
}
.copyright a {
  color: #fff;
}
.copyright a:hover {
  color: #333;
}/*# sourceMappingURL=style2.css.map */