.main-color {
  color: #1b4242;
}

@font-face {
  font-family: Balguin;
  src: url(../../Fonts/Balguin.ttf);
}
* {
  box-sizing: border-box;
}

html,
body {
  background-color: #fff;
  margin: 0;
  padding: 0;
  height: 100%;
  overflow-x: hidden;
}

html {
  scroll-behavior: smooth;
}

h1,
h2,
h3,
h4,
h5 {
  font-family: Roach;
  font-weight: bolder;
}

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

ul {
  padding: 0;
  list-style: none;
}
ul li {
  list-style: none !important;
}

.main-header {
  padding-bottom: 10px;
  margin-bottom: 30px;
  font-weight: 600;
  display: inline-flex;
  position: relative;
  color: #fff;
}

a:hover {
  text-decoration: none;
}

img {
  max-width: 100%;
}

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

.reveal.active {
  opacity: 1;
}
.reveal.active .fade-left {
  animation: fade-left 0.7s ease-in-out;
}
.reveal.active .fade-right {
  animation: fade-right 1s ease-in-out;
}
@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;
  }
}
.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;
  }
}

.top {
  animation: top 0.5s ease-in;
}

@keyframes top {
  0% {
    transform: translateY(-150px);
    opacity: 0;
  }
  100% {
    transform: translateY(0);
    opacity: 1;
  }
}
header {
  background-color: #406055;
  padding: 0;
  margin-bottom: 80px;
  position: relative;
  z-index: 9;
}
header .shop-name {
  justify-content: center;
  align-items: center;
  margin: auto;
  width: 200px;
  display: flex;
  margin-bottom: -80px;
}
@media (max-width: 991px) {
  header .shop-name {
    width: 166px;
    margin-bottom: -60px;
  }
}
header .shop-name img {
  width: 200px;
}
@media (max-width: 991px) {
  header .shop-name img {
    width: 166px;
  }
}

section.about-us {
  background-image: url(../../imgs/hero/specialbg.png);
  background-repeat: no-repeat;
  background-size: contain;
  margin-top: -180px;
  color: #9a6937;
  text-align: left;
  z-index: 999;
  position: relative;
  padding: 260px 40px 96px 40px;
}
@media (max-width: 1300px) {
  section.about-us {
    margin-top: -125px;
  }
}
@media (max-width: 991px) {
  section.about-us {
    padding: 180px 20px;
    margin-top: -80px;
  }
}
@media (max-width: 576px) {
  section.about-us {
    padding: 100px 10px 10px 10px;
  }
}
section.about-us .col-12 {
  padding: 0;
}
@media (max-width: 991px) {
  section.about-us img.about-img {
    margin: 30px 0;
  }
}
section.about-us h2 {
  font-family: Balguin;
  font-weight: 400;
  font-style: Regular;
  font-size: 40px;
  line-height: 72px;
  letter-spacing: 0%;
}
@media (max-width: 1200px) {
  section.about-us h2 {
    font-size: 30px;
    line-height: 62px;
    text-align: center;
  }
}
@media (max-width: 991px) {
  section.about-us h2 {
    font-size: 40px;
  }
}
@media (max-width: 576px) {
  section.about-us h2 {
    font-size: 28px;
  }
}
@media (max-width: 480px) {
  section.about-us h2 {
    font-size: 24px;
  }
}
section.about-us h2 img {
  margin: 0 16px 0 0;
  max-width: 56px;
}
@media (max-width: 1290px) {
  section.about-us h2 img {
    max-width: 36px;
  }
}
@media (max-width: 576px) {
  section.about-us h2 img {
    max-width: 25px;
    margin: 0 6px 0 0;
  }
}
section.about-us p {
  font-family: Balguin;
  font-weight: 400;
  font-style: Regular;
  font-size: 20px;
  line-height: 40px;
  letter-spacing: 0%;
  margin-bottom: 10px;
  padding: 5px;
}
@media (max-width: 1200px) {
  section.about-us p {
    font-size: 18px;
    line-height: 32px;
  }
}
@media (max-width: 991px) {
  section.about-us p {
    font-size: 18px;
    text-align: center;
  }
}
section.about-us a.cta-btn {
  margin-top: 20px;
  color: #318686;
  background-color: transparent;
  padding: 8px 65px;
  border: 1px solid #1b4242;
  font-weight: bolder;
  margin: 6px;
  font-family: Balguin;
  font-weight: 400;
  font-style: Regular;
  font-size: 32px;
  line-height: 48px;
  letter-spacing: 0%;
  text-align: center;
}
@media (max-width: 991px) {
  section.about-us a.cta-btn {
    font-size: 24px;
  }
}
@media (max-width: 480px) {
  section.about-us a.cta-btn {
    font-size: 20px;
    padding: 8px 45px;
  }
}
section.about-us a.cta-btn:hover {
  background-color: #1b4242;
  color: #fff !important;
}
section.about-us a.cta-btn:hover {
  -webkit-backdrop-filter: blur(10px);
          backdrop-filter: blur(10px);
  color: #1b4242;
  text-shadow: 0 0 20px rgba(255, 255, 255, 0.3);
}

.main_video {
  padding: 42px 0 138px 0;
}
@media (max-width: 768px) {
  .main_video {
    padding: 40px 0 80px 0;
  }
}

.hero {
  position: relative;
  display: flex;
  margin-top: -100px;
  overflow-x: hidden;
}
@media (max-width: 991px) {
  .hero {
    margin-top: -80px;
  }
}
.hero video {
  width: 100%;
  height: 100%;
}
@media (max-width: 991px) {
  .hero video {
    background-position: center;
    width: 160%;
  }
}
@media (max-width: 576px) {
  .hero video {
    background-position: center;
    width: 200%;
  }
}
@media (max-width: 480px) {
  .hero video {
    width: 250%;
  }
}
.hero .hero-section {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  color: #dcc5ae;
  padding: 60px;
  position: absolute;
  left: 0%;
  right: 0;
  top: 0;
  bottom: 0;
  background-color: rgba(0, 0, 0, 0.3882352941);
}
@media (max-width: 991px) {
  .hero .hero-section {
    padding: 60px 0;
  }
}
.hero .hero-section .hero-text {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  text-align: center;
}
.hero .hero-section h1 {
  font-family: Balguin;
  font-weight: 400;
  font-style: Regular;
  font-size: 96px;
  line-height: 80px;
  letter-spacing: 0%;
  margin-bottom: 24px;
}
@media (max-width: 1390px) {
  .hero .hero-section h1 {
    font-size: 80px;
  }
}
@media (max-width: 991px) {
  .hero .hero-section h1 {
    font-size: 40px;
    margin-bottom: 10px;
    line-height: 40px;
  }
}
@media (max-width: 380px) {
  .hero .hero-section h1 {
    font-size: 24px;
    margin-bottom: 10px;
    line-height: 25px;
  }
}
.hero .hero-section span {
  margin: 0 0 50px 0;
}
.hero .hero-section a {
  padding: 8px 24px;
  height: 64px;
  display: flex;
  justify-content: center;
  align-items: center;
  text-align: center;
  border: 1px solid #dcc5ae;
  font-family: Balguin;
  font-weight: 400;
  font-style: Regular;
  font-size: 32px;
  line-height: 48px;
  letter-spacing: 0%;
  text-align: center;
  color: #dcc5ae;
}
@media (max-width: 576px) {
  .hero .hero-section a {
    font-size: 24px;
    margin-bottom: 10px;
    line-height: 25px;
  }
}
.hero .hero-section a:hover {
  background-color: #1b4242;
}
.hero .contact-items {
  position: absolute;
  left: 3%;
  display: flex;
  flex-direction: column;
  justify-content: flex-start;
  bottom: 160px;
}
@media (max-width: 1300px) {
  .hero .contact-items {
    display: none;
  }
}
.hero .contact-items li {
  list-style: none;
  margin-bottom: 16px;
}
.hero .contact-items li .border {
  border-left: 1px solid #fff;
  width: 1px;
  height: 200px;
}
.hero .contact-items li i img {
  max-width: 24px;
}
.hero .contact-items li span {
  font-weight: Regular;
  color: #fff;
  font-size: 16;
}

section.gallery {
  padding: 40px 80px;
  /* Grid spans */
}
@media (max-width: 991px) {
  section.gallery {
    padding: 40px;
  }
}
@media (max-width: 991px) {
  section.gallery {
    padding: 40px 24px;
  }
}
section.gallery h3 {
  font-size: 3rem;
  text-align: center;
  color: #1b4242;
  margin-bottom: 50px;
}
@media (max-width: 991px) {
  section.gallery h3 {
    font-size: 2rem;
  }
}
section.gallery #gallery {
  display: grid;
  grid-template-columns: repeat(6, 1fr);
  grid-auto-rows: 1fr;
  grid-gap: 0.5em;
  height: calc(100vh - 10px);
}
section.gallery #gallery {
  display: grid;
  height: calc(100vh - 10px);
  grid-template: repeat(6, 1fr)/repeat(6, 1fr);
  grid-gap: 0.5em;
}
@media (max-width: 800px) {
  section.gallery #gallery {
    display: flex;
    flex-wrap: wrap;
    align-items: stretch;
    justify-content: center;
    height: auto; /* allow height to grow naturally */
    padding: 0 1em;
  }
  section.gallery #gallery > div {
    width: 48%;
    margin: 1% 1% 2% 1%;
    height: auto; /* let height be auto to fit content */
    min-height: auto; /* override grid min-height */
  }
  section.gallery #gallery > div:nth-child(6n+1), section.gallery #gallery > div:nth-child(2), section.gallery #gallery > div:nth-child(4) {
    grid-column: auto !important;
    grid-row: auto !important;
  }
  section.gallery #gallery > div > img {
    width: 100%;
    height: auto; /* maintain aspect ratio */
    -o-object-fit: cover;
       object-fit: cover; /* crop if needed */
  }
}
@media (max-width: 350px) {
  section.gallery #gallery > div {
    width: 98%;
    margin: 1% 1% 2% 1%;
  }
}
section.gallery #gallery > div {
  overflow: hidden;
  position: relative;
  box-shadow: 0 2px 8px 0 rgba(0, 0, 0, 0.2), 0 3px 20px 0 rgba(0, 0, 0, 0.19);
}
section.gallery #gallery > div > img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  transition: all ease 1s;
}
section.gallery #gallery > a {
  position: relative;
  display: block;
  overflow: hidden;
  box-shadow: 0 2px 8px 0 rgba(0, 0, 0, 0.2), 0 3px 20px 0 rgba(0, 0, 0, 0.19);
  text-decoration: none;
  color: inherit;
}
section.gallery #gallery > a:nth-child(6n+1) {
  grid-column: span 2;
  grid-row: span 2;
}
section.gallery #gallery > a:nth-child(2) {
  grid-column: span 3;
  grid-row: span 3;
}
section.gallery #gallery > a:nth-child(4) {
  grid-column: span 1;
  grid-row: span 2;
}
section.gallery .gallery-item {
  position: relative;
  width: 100%;
  height: 100%;
}
section.gallery .gallery-item img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  transition: filter 1s ease;
}
section.gallery .overlay {
  font-family: Roach;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  font-weight: bold;
  font-size: 2rem;
  color: white;
  background-color: rgba(0, 0, 0, 0.4);
  mix-blend-mode: normal;
  display: flex;
  justify-content: center;
  align-items: center;
  text-shadow: 0 -1px 5px rgba(0, 0, 0, 0.8), -1px 0px 5px rgba(0, 0, 0, 0.6), 0 1px 5px rgba(0, 0, 0, 0.4), 1px 0px 5px rgba(0, 0, 0, 0.2);
  opacity: 0;
  transition: opacity 1s ease;
}
section.gallery #gallery > a:hover img {
  filter: blur(4px);
}
section.gallery #gallery > a:hover .overlay {
  opacity: 1;
}

section.special {
  text-align: center;
  padding: 45px 0 0 0;
  margin: 0;
  position: relative;
}
@media (max-width: 991px) {
  section.special {
    padding: 50px 0;
  }
}
section.special:before {
  position: absolute;
  content: "";
  right: 0;
  top: 0;
  width: 30%;
  height: 70%;
  background-image: url(../../imgs/icons/special-icon.png);
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
}
section.special:after {
  position: absolute;
  content: "";
  left: 0;
  top: 0;
  width: 30%;
  height: 70%;
  background-image: url(../../imgs/icons/special-icon.png);
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
  transform: rotate(-180deg);
}
section.special .special-title {
  color: #9a6937;
  display: flex;
  flex-direction: column;
  justify-content: center;
  margin: 10px auto;
  text-align: center;
}
section.special .special-title h3 {
  font-family: Balguin;
  font-weight: 400;
  font-style: Regular;
  font-size: 48px;
  color: #9a6937;
  line-height: 72px;
  letter-spacing: 0%;
}
@media (max-width: 991px) {
  section.special .special-title h3 {
    font-size: 40px;
  }
}
@media (max-width: 768px) {
  section.special .special-title h3 {
    font-size: 32px;
  }
}
@media (max-width: 576px) {
  section.special .special-title h3 {
    font-size: 24px;
    line-height: 52px;
  }
}
@media (max-width: 480px) {
  section.special .special-title h3 {
    font-size: 20px;
    line-height: 48px;
  }
}
section.special .special-title img {
  max-width: 62px;
}
@media (max-width: 991px) {
  section.special .special-title img {
    max-width: 40px;
  }
}
@media (max-width: 576px) {
  section.special .special-title img {
    max-width: 30px;
  }
}
@media (max-width: 480px) {
  section.special .special-title img {
    max-width: 20px;
  }
}
section.special .special-title p {
  margin: 10px auto;
  max-width: 40%;
  font-family: Balguin;
  font-weight: 400;
  font-style: Regular;
  font-size: 24px;
  color: #5e4022;
  line-height: 48px;
  letter-spacing: 0%;
  text-align: center;
}
@media (max-width: 991px) {
  section.special .special-title p {
    max-width: 100%;
  }
}
@media (max-width: 576px) {
  section.special .special-title p {
    font-size: 20px;
    line-height: 32px;
  }
}
@media (max-width: 480px) {
  section.special .special-title p {
    font-size: 16px;
    line-height: 28px;
  }
}
section.special .swiper {
  border-radius: 0 0 0 20px;
  padding: 32px 0px 32px 16px;
}
section.special .swiper .swiper-button-prev,
section.special .swiper .swiper-button-next {
  background-image: url(../../imgs/main/Arrows.png);
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
  padding: 20px;
  border-radius: 50%;
  border: none;
}
section.special .swiper .swiper-button-prev::after,
section.special .swiper .swiper-button-next::after {
  display: none;
}
section.special .swiper .swiper-button-next {
  right: 0;
}
section.special .swiper .swiper-button-prev {
  transform: rotate(180deg);
  left: 0;
}
section.special .card {
  transition: 0.6s ease all;
  margin: auto;
  min-height: 425px;
  padding: 0;
  padding-bottom: 5px;
  background-color: transparent;
  border: none;
  transition: ease-in-out 0.7s;
  -webkit-transition: ease-in-out 0.7s;
  -moz-transition: ease-in-out 0.7s;
  -ms-transition: ease-in-out 0.7s;
  -o-transition: ease-in-out 0.7s;
  position: relative;
}
section.special .card .img-holder {
  padding: 0;
  display: flex;
  justify-content: center;
  align-items: center;
}
section.special .card .img-holder img {
  max-width: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
  padding: 0px;
}
section.special .card div.card-footer {
  background-color: rgba(0, 0, 0, 0.6) !important;
  border: none !important;
  padding: 0 !important;
  display: none;
  justify-content: center;
  align-items: flex-end;
  position: absolute;
  bottom: 5px;
  right: 0;
  left: 0;
  top: 0;
}
section.special .card div.card-footer a.btn {
  font-family: Balguin;
  font-weight: 400;
  font-style: Regular;
  font-size: 36px;
  color: #f7f2ed;
  line-height: 48px;
  letter-spacing: 40%;
  text-align: center;
}
section.special .card:hover .card-footer {
  display: flex;
}

.menu-banner .banner-content {
  background-image: url(../../imgs/hero/Lamegos-Wishaw-meal-deals.jpg);
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
  border-radius: 25px;
  margin: 0 auto;
  padding: 30px;
  min-height: 570px;
  display: flex;
  flex-direction: column;
  justify-content: center;
  text-align: center;
  align-items: center;
  background-color: rgba(0, 0, 0, 0.4235294118);
}
@media (max-width: 576px) {
  .menu-banner .banner-content {
    padding: 10px;
  }
}
.menu-banner .banner-content h2 {
  color: #1b4242;
  font-weight: bolder;
  letter-spacing: -0.1rem;
  font-size: 50px;
  text-transform: capitalize;
  text-shadow: -5px 0px #000;
}
@media (max-width: 991px) {
  .menu-banner .banner-content h2 {
    font-size: 35px;
  }
}
@media (max-width: 576px) {
  .menu-banner .banner-content h2 {
    font-size: 30px;
  }
}
.menu-banner .banner-content a {
  background-color: #1b4242;
  border-radius: 40px;
  width: 200px;
  height: 50px;
  color: #1b4242;
  display: flex;
  justify-content: center;
  align-items: center;
  text-align: center;
  font-weight: 800;
  text-transform: capitalize;
  margin-top: 30px;
}
@media (max-width: 767px) {
  .menu-banner .banner-content a {
    font-size: 15px;
    padding: 10px;
    width: 150px;
  }
}
@media (max-width: 576px) {
  .menu-banner .banner-content a {
    width: 150px;
    font-size: 13px;
  }
}
.menu-banner .banner-content a:hover {
  color: #1b4242;
  border-color: #1b4242;
  background-color: #fff !important;
}

.menu-slider {
  padding: 40px 0;
}
.menu-slider .swiper-wrapper {
  padding: 50px 0;
}
.menu-slider .card {
  border: none;
}
.menu-slider img {
  border-radius: 25px;
}
.menu-slider .swiper-pagination {
  bottom: 0;
}
.menu-slider .swiper-pagination-bullet-active {
  background-color: #1b4242;
}

section.reviews {
  padding: 80px 0;
  color: #000;
}
@media (max-width: 768px) {
  section.reviews {
    padding: 40px 0;
  }
}
section.reviews .card {
  min-height: 380px;
  text-align: left;
  display: flex;
  flex-direction: column;
  justify-content: flex-start;
  border: 1px solid #9a6937;
  padding: 24px;
  position: relative;
}
section.reviews .card::after {
  background-image: url(../../imgs/icons/review_Decoration.png);
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  position: absolute;
  content: "";
  bottom: 0;
  right: 0;
  width: 100px;
  height: 100px;
}
@media (max-width: 768px) {
  section.reviews .card {
    min-height: 250px;
  }
}
@media (max-width: 576px) {
  section.reviews .card {
    min-height: 300px;
  }
}
section.reviews .card .card-title {
  display: flex;
  align-items: center;
}
section.reviews .card .card-title i img {
  width: 48px;
  height: 48px;
}
@media (max-width: 576px) {
  section.reviews .card .card-title i img {
    width: 32px;
    height: 32px;
  }
}
section.reviews .card .card-title .customer-name {
  margin-left: 32px;
}
section.reviews .card .card-title .customer-name span {
  font-family: Balguin;
  font-weight: 400;
  font-style: Regular;
  color: #9a6937;
  font-size: 28px;
  line-height: 48px;
  letter-spacing: 0%;
}
@media (max-width: 768px) {
  section.reviews .card .card-title .customer-name span {
    font-size: 24px;
  }
}
section.reviews .card .card-body {
  padding: 0;
}
section.reviews .card .card-body p {
  font-family: Balguin;
  font-weight: 400;
  font-style: Regular;
  font-size: 24px;
  color: #5e4022;
  line-height: 48px;
  letter-spacing: 0%;
  margin-bottom: 0;
}
@media (max-width: 768px) {
  section.reviews .card .card-body p {
    font-size: 20px;
  }
}

footer {
  padding: 80px;
  position: relative;
  background-color: #1b4242;
  color: #fff;
}
@media (max-width: 768px) {
  footer {
    padding: 80px 10px;
  }
}
footer:after {
  position: absolute;
  content: "";
  background-image: url(../../imgs/hero/Naghsh-footer.png);
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  z-index: 0;
  width: 100%;
  height: 100%;
}
@media (max-width: 991px) {
  footer:after {
    height: 40%;
    top: auto;
  }
}
footer a {
  color: #fff;
}
footer a:hover {
  color: #9a6937;
}
footer .footer_logo {
  max-width: 160px;
  display: flex;
  justify-content: center;
  align-items: center;
  margin: auto;
  margin-top: -146px;
}
footer h6 {
  color: #fff;
  font-family: Balguin;
  font-weight: 400;
  font-style: Regular;
  font-size: 32px;
  line-height: 72px;
  letter-spacing: 0%;
}
footer svg {
  fill: #fff;
}
footer svg:hover {
  fill: #9a6937;
}
footer ul {
  padding: 0;
  list-style: none;
}
@media (max-width: 991px) {
  footer ul {
    padding: 0;
  }
}
footer ul li {
  font-size: 1.3rem;
  z-index: 99;
  position: relative;
}
footer ul li a {
  color: #fff;
}
footer ul li a:hover {
  color: #9a6937;
}
footer .get-in-touch {
  padding: 0;
  margin: 0;
}
@media (max-width: 991px) {
  footer .get-in-touch {
    padding: 0;
  }
}
footer li.contact-us svg {
  width: 20px;
  fill: #fff;
  margin-right: 10px;
}
@media (max-width: 991px) {
  footer li.contact-us svg {
    width: 16px;
  }
}

.copyright {
  text-align: center;
  margin-top: 60px;
  z-index: 99;
  position: relative;
  color: #fff;
}
.copyright .container {
  padding: 40px 0;
  border-top: 1px solid #fff;
}
.copyright p {
  color: #fff;
  margin-bottom: 0;
  font-size: 16px;
}
@media (max-width: 480px) {
  .copyright p {
    font-size: 14px;
    line-height: 20px;
    padding: 5px;
  }
}

iframe {
  border-radius: 0px;
  margin: 0;
  width: 100%;
  height: 300px;
}
@media (max-width: 991px) {
  iframe {
    height: 200px;
  }
}

#myBtn {
  display: none;
  position: fixed;
  bottom: 80px;
  left: 25px;
  z-index: 3;
  font-size: 18px;
  border: 1px solid #ffffff;
  outline: none;
  background-color: #1b4242;
  color: #ffffff;
  cursor: pointer;
  padding: 6px 11px 6px 11px;
  border-radius: 50%;
}
#myBtn:hover {
  color: #1b4242;
  border: 1px solid #1b4242;
  background-color: #fff;
}

@media (max-width: 380px) {
  .modal-header {
    flex-direction: column;
    justify-content: center;
    align-items: center;
    text-align: center;
  }
  .modal-header .Modal-btn {
    margin-top: 10px;
  }
}
.modal-header .modal-title-container p {
  font-size: 14px;
  color: #000;
  margin-bottom: 0;
}
.modal-header .modal-title-container h6 {
  color: #000;
}
.modal-header .Modal-btn {
  background-color: #1b4242;
  padding: 8px 24px;
  color: #fff;
  border-radius: 6px;
  -webkit-border-radius: 6px;
  -moz-border-radius: 6px;
  -ms-border-radius: 6px;
  -o-border-radius: 6px;
}

/* Customize  Color Of Selection  */
::-moz-selection {
  background-color: #1b4242;
  color: white;
  z-index: 9;
}
::selection {
  background-color: #1b4242;
  color: white;
  z-index: 9;
}

::-moz-selection {
  background-color: #1b4242;
  color: white;
  z-index: 9;
}

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

::-webkit-scrollbar-thumb {
  background: #1b4242;
  border-radius: 10px;
  z-index: 9;
}

footer {
  padding: 80px;
  position: relative;
  background-color: #1b4242;
  color: #fff;
}
@media (max-width: 768px) {
  footer {
    padding: 80px 10px;
  }
}
footer:after {
  position: absolute;
  content: "";
  background-image: url(../../imgs/hero/Naghsh-footer.png);
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  z-index: 0;
  width: 100%;
  height: 100%;
}
@media (max-width: 991px) {
  footer:after {
    height: 40%;
    top: auto;
  }
}
footer a {
  color: #fff;
}
footer a:hover {
  color: #9a6937;
}
footer .footer_logo {
  max-width: 160px;
  display: flex;
  justify-content: center;
  align-items: center;
  margin: auto;
  margin-top: -146px;
}
footer h6 {
  color: #fff;
  font-family: Balguin;
  font-weight: 400;
  font-style: Regular;
  font-size: 32px;
  line-height: 72px;
  letter-spacing: 0%;
}
footer svg {
  fill: #fff;
}
footer svg:hover {
  fill: #9a6937;
}
footer ul {
  padding: 0;
  list-style: none;
}
@media (max-width: 991px) {
  footer ul {
    padding: 0;
  }
}
footer ul li {
  font-size: 1.3rem;
  z-index: 99;
  position: relative;
}
footer ul li a {
  color: #fff;
}
footer ul li a:hover {
  color: #9a6937;
}
footer .get-in-touch {
  padding: 0;
  margin: 0;
}
@media (max-width: 991px) {
  footer .get-in-touch {
    padding: 0;
  }
}
footer li.contact-us svg {
  width: 20px;
  fill: #fff;
  margin-right: 10px;
}
@media (max-width: 991px) {
  footer li.contact-us svg {
    width: 16px;
  }
}

.copyright {
  text-align: center;
  margin-top: 60px;
  z-index: 99;
  position: relative;
  color: #fff;
}
.copyright .container {
  padding: 40px 0;
  border-top: 1px solid #fff;
}
.copyright p {
  color: #fff;
  margin-bottom: 0;
  font-size: 16px;
}
@media (max-width: 480px) {
  .copyright p {
    font-size: 14px;
    line-height: 20px;
    padding: 5px;
  }
}

iframe {
  border-radius: 0px;
  margin: 0;
  width: 100%;
  height: 300px;
}
@media (max-width: 991px) {
  iframe {
    height: 200px;
  }
}/*# sourceMappingURL=style2.css.map */