.bg-img {
  background-image: url("../image/bg-img.jpg");
  background-repeat: no-repeat;
  background-size: cover;
  width: 100%;
  height: 650px;
  position: relative;
}
.bg-img:after {
  content: "";
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  right: 0;
  opacity: 0.9;
  background: linear-gradient(261.38deg, rgb(225, 119, 35) 22.57%, rgb(147, 32, 14) 76.49%);
}
.bg-img .bg-nav {
  position: relative;
  z-index: 1;
  padding: 30px 15px;
}
@media only screen and (max-width: 767px) {
  .bg-img .bg-nav {
    padding: 0;
  }
}
@media only screen and (min-width: 768px) and (max-width: 1024px) {
  .bg-img .bg-nav {
    padding: 30px 15px;
  }
}
.bg-img .bg-nav .row {
  justify-content: space-between;
  align-items: center;
}
.bg-img .bg-nav p {
  color: #fff;
  margin: 0;
  font-size: 30px;
}
.bg-img .bg-nav img {
  width: 190px;
}
@media only screen and (min-width: 768px) and (max-width: 1024px) {
  .bg-img .bg-nav img {
    width: 130px;
  }
}
.bg-img .bg-text {
  position: relative;
  z-index: 1;
  padding-top: 0px;
}
.bg-img .bg-text h1 {
  color: #fff;
  font-size: 53px;
}
@keyframes gradientAnim {
  to {
    background-position: 100% top;
  }
}
@media only screen and (min-width: 768px) and (max-width: 1024px) {
  .bg-img .bg-text h1 {
    font-size: 40px !important;
  }
}
.bg-img .bg-text p {
  font-size: 22px;
  color: #000;
  padding-top: 0px;
  font-weight: 600;
}
@media only screen and (min-width: 768px) and (max-width: 1024px) {
  .bg-img .bg-text p {
    font-size: 30px !important;
  }
}

.social-icons .fa {
  background-color: #fff !important;
  padding: 10px;
  border-radius: 50%;
  color: #FF2D5F;
}

.bg-btn {
  position: relative;
  z-index: 1;
  text-align: center;
  display: flex;
  align-items: center;
  justify-content: center;
}
@media only screen and (max-width: 767px) {
  .bg-btn {
    padding: 0;
    top: -14px;
  }
}
.bg-btn .bkn {
  background-color: transparent;
  color: #fff;
  border: 1px solid #fff;
}
.bg-btn a {
  background: linear-gradient(261.38deg, rgb(147, 32, 14) 22.57%, rgb(246, 137, 33) 76.49%);
  color: #fff;
  border: 1px solid #000;
  margin: 10px;
  border-radius: 5px;
  font-size: 18px;
  font-weight: bold;
  border: 1px solid #fff;
  text-decoration: none;
  width: 275px;
  height: 53px;
  display: flex;
  align-items: center;
  justify-content: center;
  box-shadow: 0px 9px 15px rgba(0, 0, 0, 0.57);
}
.bg-btn a:hover {
  background: linear-gradient(261.38deg, rgb(246, 137, 33) 22.57%, rgb(147, 34, 15) 76.49%);
  border: 1px solid #fff;
  color: #fff;
}

.vector {
  margin-top: -130px;
  position: relative;
}
@media only screen and (min-width: 1400px) {
  .vector {
    margin-top: -315px;
  }
}

.rec {
  padding-bottom: 30px;
  background-image: url("../image/gallery-bg.jpg");
  background-size: cover;
  background-position: center;
  width: 100%;
}
.rec img {
  width: 700px;
  margin-top: -355px;
  position: relative;
}

.footer-bg {
  background: #000;
  padding: 30px;
}
.footer-bg .list-unstyled li {
  margin-bottom: 10px;
  list-style: none;
}
.footer-bg .list-unstyled li a {
  color: #fff;
  text-decoration: none;
}
.footer-bg .list-unstyled li a span {
  margin-left: 10px;
}
.footer-bg .delivery h2 {
  color: #fff;
  font-size: 20px;
  border-bottom: 1px solid #9294a0;
  line-height: 2;
}
.footer-bg .delivery li {
  color: #fff;
  margin-bottom: 15px;
}
.footer-bg .delivery i {
  margin-right: 15px;
}
.footer-bg hr {
  border-top: 1px solid #9294a0;
}
.footer-bg .social-icon {
  display: flex;
}

.privacy a {
  color: #fff;
  text-decoration: none;
}

/*--- order-now page--*/
.menu .bg-nav {
  position: relative;
  z-index: 1;
  background: #fff;
}
.menu .bg-nav .row {
  justify-content: space-between;
  align-items: center;
  padding: 19px 35px;
}
@media only screen and (max-width: 767px) {
  .menu .bg-nav .row {
    padding: 1px 29px !important;
  }
}
.menu .bg-nav p {
  color: #000;
  margin: 0;
  font-size: 30px;
}
.menu .bg-nav img {
  width: 100px;
}
@media only screen and (min-width: 768px) and (max-width: 1024px) {
  .menu .bg-nav img {
    width: 130px;
  }
}
.menu .social-icons .fa {
  color: #000;
  font-size: 25px;
}

.bkt {
  padding-top: 50px;
}

@media only screen and (max-width: 768px) {
  .rec img {
    width: 315px;
    margin-top: -179px;
  }
  .vector {
    margin-top: -101px;
    position: relative;
  }
  .bg-f.bg-btn a a {
    margin: 0px;
  }
  .bg-img {
    height: 372px;
  }
  .bg-img .bg-nav img {
    width: 80px;
    margin: 7px;
  }
  .bg-img .bg-text h1 {
    font-size: 20px;
    font-weight: bold;
  }
  .bg-img .bg-text p {
    font-size: 15px;
  }
  .bg-img .bg-nav p {
    font-size: 22px;
  }
  .social-icons .fa {
    font-size: 10px;
    padding: 6px;
  }
  .privacy {
    flex-direction: column !important;
  }
  .footer-bg {
    padding: 0;
  }
  .bg-btn a {
    margin: 6px;
    font-size: 10px;
    width: 127px;
    height: 35px;
    font-weight: 400;
  }
}
@media only screen and (min-width: 768px) and (max-width: 1024px) {
  .privacy {
    flex-direction: column !important;
  }
}
.fb-bg {
  width: 30px;
  height: 30px;
  background: #fff;
  color: #222025;
  text-align: center;
  border-radius: 30px;
  font-size: 16px;
  margin: 10px;
  padding-top: 7px;
}

.fb-bg:hover {
  background: #3b5998;
  color: #fff;
}

.inista-bg {
  width: 30px;
  height: 30px;
  background: #fff;
  color: #222025;
  text-align: center;
  border-radius: 30px;
  font-size: 16px;
  margin: 10px;
  padding-top: 7px;
}

.inista-bg:hover {
  background: radial-gradient(circle at 33% 100%, #fed373 4%, #f15245 30%, #d92e7f 62%, #9b36b7 85%, #515ecf);
  color: #fff;
}

.link-bg {
  width: 30px;
  height: 30px;
  background: #fff;
  color: #222025;
  text-align: center;
  border-radius: 30px;
  font-size: 16px;
  margin: 10px;
  padding-top: 7px;
}

.link-bg:hover {
  background: #2867B2;
  color: #fff;
}

.you-bg {
  width: 30px;
  height: 30px;
  background: #fff;
  color: #222025;
  text-align: center;
  border-radius: 30px;
  font-size: 16px;
  margin: 10px;
  padding-top: 7px;
}

.you-bg:hover {
  background: #FF0000;
  color: #fff;
}

.trip-bg {
  width: 30px;
  height: 30px;
  background: #fff;
  color: #222025;
  text-align: center;
  border-radius: 30px;
  font-size: 16px;
  margin: 10px;
  padding-top: 7px;
}

.trip-bg:hover {
  background: #00af87;
  color: #fff;
}

.span3 {
  color: #f80707;
  font-weight: 500;
}

.span1 {
  color: #000;
  font-weight: 500;
}

.span2 {
  color: #558bf7;
  font-weight: 500;
}

.block {
  color: #fff;
}

.download {
  position: fixed;
  top: 40%;
  left: -50px;
  z-index: 999;
}
@media only screen and (max-width: 767px) {
  .download {
    right: -43px !important;
    left: auto;
  }
}
@media only screen and (min-width: 768px) and (max-width: 1024px) {
  .download {
    right: -50px !important;
    left: auto;
  }
}
.download .App {
  margin-left: 0px;
  padding-left: 0;
}
.download .App li {
  display: block;
  transform: rotate(270deg);
  margin-bottom: 100px;
}
.download .App li img {
  width: 140px !important;
  height: auto !important;
  opacity: 0.5;
}
@media only screen and (max-width: 767px) {
  .download .App li img {
    width: 120px !important;
  }
}
.download .App li img:hover {
  opacity: 1;
}

.pay-cards img {
  width: 55px;
  margin: 0 5px;
  border-radius: 4px;
}
@media only screen and (max-width: 767px) {
  .pay-cards img {
    width: 45px;
    margin: 0;
    margin-bottom: 12px;
  }
}
@media only screen and (min-width: 768px) and (max-width: 1024px) {
  .pay-cards img {
    width: 40px;
    margin: 0px;
  }
}

#map {
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat;
  background-attachment: fixed;
  padding: 4% 0;
}

.AboutUs {
  margin-top: 4rem;
}
@media only screen and (max-width: 767px) {
  .AboutUs {
    margin: 0;
  }
}
.AboutUs .row {
  display: flex;
  align-items: center;
}
@media only screen and (max-width: 767px) {
  .AboutUs .row {
    flex-direction: column-reverse;
  }
}
.AboutUs img {
  width: 100%;
  border-radius: 20px;
}
.AboutUs .img1 {
  display: block;
}
@media only screen and (max-width: 767px) {
  .AboutUs .img1 {
    display: none;
  }
}
.AboutUs .img2 {
  display: none;
}
@media only screen and (max-width: 767px) {
  .AboutUs .img2 {
    display: block;
  }
}
.AboutUs .aboutus-text h3 {
  color: #000;
  font-size: 41px;
  font-weight: bold;
  margin-bottom: 19px;
  background: #fff;
  -webkit-text-stroke: 2px black;
  font-weight: bold;
  text-transform: uppercase;
  background-image: linear-gradient(to right top, #ffff34, #ffc812, #ff8f2f, #ff554d, #eb1267);
  background-size: 50% auto;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  animation: gradientAnim 3.5s ease alternate infinite;
}
@media only screen and (max-width: 767px) {
  .AboutUs .aboutus-text h3 {
    font-size: 30px;
    text-align: center;
  }
}
@media only screen and (min-width: 768px) and (max-width: 1024px) {
  .AboutUs .aboutus-text h3 {
    font-size: 30px;
  }
}
.AboutUs .aboutus-text p {
  color: #000;
  font-size: 18px;
  font-weight: 500;
  line-height: 1.4;
  background: #fff;
  text-align: justify;
}
@media only screen and (max-width: 767px) {
  .AboutUs .aboutus-text p {
    font-size: 16px;
    text-align: center;
  }
}
@media only screen and (min-width: 768px) and (max-width: 1024px) {
  .AboutUs .aboutus-text p {
    font-size: 13px;
  }
}
.AboutUs .aboutus-text .text {
  display: flex;
  align-items: baseline;
}
.AboutUs .aboutus-text .text .tick {
  width: 20px;
  margin-right: 15px;
  margin-top: -12px;
}

.gallery {
  background: linear-gradient(261.38deg, rgb(147, 32, 14) 22.57%, rgb(246, 137, 33) 76.49%);
  width: 100%;
  padding: 3% 0;
  margin-top: 4rem;
}
@media only screen and (min-width: 768px) and (max-width: 1024px) {
  .gallery {
    margin-top: 0rem;
  }
}
.gallery:hover {
  background: linear-gradient(261.38deg, rgb(246, 137, 33) 22.57%, rgb(147, 34, 15) 76.49%);
}
.gallery .row {
  justify-content: center;
  margin-top: 3rem;
}
@media only screen and (max-width: 768px) {
  .gallery .row {
    margin-top: 0;
  }
}
@media only screen and (min-width: 768px) and (max-width: 1024px) {
  .gallery .row {
    margin-top: 2rem;
  }
}
.gallery h3 {
  color: #fff;
  font-size: 40px;
  text-transform: uppercase;
  font-weight: bold;
  -webkit-text-stroke: 2px black;
  display: table;
  margin: auto;
  position: relative;
  font-weight: bold;
  text-transform: uppercase;
  background-image: linear-gradient(to right top, #ffff34, #ffc812, #ff8f2f, #ff554d, #eb1267);
  background-size: 50% auto;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  animation: gradientAnim 3.5s ease alternate infinite;
}
@media only screen and (max-width: 767px) {
  .gallery h3 {
    font-size: 30px;
    top: 27px;
    margin-bottom: 40px;
  }
}
@media only screen and (min-width: 768px) and (max-width: 1024px) {
  .gallery h3 {
    font-size: 30px;
    margin-bottom: 30px;
    top: 21px;
  }
}
.gallery h3::after {
  content: "";
  background-image: url(../image/about.svg);
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat;
  width: 66px;
  height: 44px;
  position: absolute;
  top: -25px;
  right: -33px;
}

.box {
  font-family: "Raleway", sans-serif;
  text-align: center;
  overflow: hidden;
  position: relative;
  border-radius: 10px;
  margin-bottom: 35px;
}
@media only screen and (min-width: 768px) and (max-width: 1024px) {
  .box {
    margin-bottom: 30px;
  }
}

.box img {
  width: 100%;
  height: auto;
  transition: all 0.8s ease 0s;
  border-radius: 10px;
  box-shadow: 0px 9px 15px rgba(0, 0, 0, 0.5);
  border: 2px solid #fff;
}

.box:hover img {
  opacity: 0.7;
  transform: scale(1.8);
  transform-origin: center;
}

.box .box-content {
  opacity: 0;
  position: absolute;
  top: 20px;
  left: 20px;
  z-index: 2;
  transition: all 0.3s ease 0s;
}

.box:hover .box-content {
  opacity: 1;
}

.box .title {
  color: #fff;
  font-size: 24px;
  font-weight: 700;
  letter-spacing: 1px;
  text-transform: uppercase;
  margin: 0;
}

.box .post {
  color: #fff;
  font-size: 12px;
  font-weight: 500;
  font-style: italic;
  letter-spacing: 3px;
  text-transform: capitalize;
}

.box .icon {
  padding: 0;
  margin: 0;
  list-style: none;
  opacity: 0;
  position: absolute;
  left: 20px;
  bottom: 6px;
  transition: all 0.3s ease 0.1s;
}

.box:hover .icon {
  opacity: 1;
}

.box .icon li {
  margin: 7px 0;
}

.box .icon li a {
  color: #fff;
  font-size: 16px;
  transition: all 0.3s;
}

.box .icon li a:hover {
  color: #fff;
}

.item:hover {
  background: red;
  width: 300px;
  height: 400px;
}

/*--------------------------------------*/
.lightbox {
  position: fixed;
  top: 15%;
  left: 50%;
  margin: 0;
  transform: translate(-50%, -50%);
  z-index: 9999;
}

.toolbarLB {
  text-align: right;
  padding: 3px;
  position: absolute;
  right: -13px;
  top: -17px;
}

.closeLB {
  color: #fff;
  cursor: pointer;
  font-size: 22px;
  background: #000;
  width: 35px;
  height: 35px;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 30px;
}

.lightbox .iframeContainer {
  vertical-align: middle;
  background: #fff;
  padding: 2px;
  width: 490px;
  padding: 30px;
  border-radius: 6px;
  box-shadow: 2px 2px 5px rgba(0, 0, 0, 0.3);
}

.pay1 p {
  color: #000;
  font-size: 17px;
  text-align: center;
  font-weight: bold;
  line-height: 1.7;
  margin-bottom: 0;
  /*font-family: "Lora", Georgia, serif;*/
  animation: effect 2s linear infinite;
}

@keyframes effect {
  0% {
    color: #000;
  }
  50% {
    color: #E7A33C;
  }
  100% {
    color: #c5312d;
  }
}
@media screen and (max-width: 767px) {
  .lightbox {
    margin: 0;
    position: absolute;
    top: 14%;
    left: 50%;
    transform: translate(-50%, -50%);
  }
  .closeLB {
    width: 30px;
    height: 30px;
  }
  .lightbox .iframeContainer {
    width: 340px;
  }
  .pay1 p {
    font-size: 14px;
  }
}
@media screen and (min-width: 768px) and (max-width: 1024px) {
  .lightbox {
    margin: 0;
    position: fixed;
    top: 13%;
    left: 50%;
    transform: translate(-50%, -50%);
  }
  .closeLB {
    width: 30px;
    height: 30px;
  }
}/*# sourceMappingURL=style.css.map */