.bg-img {
  background-image: url("../image/bg-img.png");
  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(94, 171, 208) 22.57%, rgb(189, 108, 168) 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: 300px;
}
@media only screen and (min-width: 768px) and (max-width: 1024px) {
  .bg-img .bg-nav img {
    width: 230px;
  }
}
.bg-img .bg-text {
  position: relative;
  z-index: 1;
  padding-top: 0px;
}
@media only screen and (max-width: 768px) {
  .bg-img .bg-text {
    padding-top: 29px;
  }
}
.bg-img .bg-text .heading {
  width: 765px;
  margin-bottom: 20px;
}
@media only screen and (max-width: 767px) {
  .bg-img .bg-text .heading {
    width: 315px;
    margin-bottom: 15px;
  }
}
@media only screen and (min-width: 768px) and (max-width: 1024px) {
  .bg-img .bg-text .heading {
    width: 625px;
    margin-bottom: 10px;
  }
}

.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;
  }
}
.bg-btn .bkn {
  background-color: transparent;
  color: #fff;
  border: 1px solid #fff;
}
.bg-btn a {
  background: linear-gradient(261.38deg, rgb(189, 110, 167) 22.57%, rgb(128, 209, 245) 76.49%);
  color: #000;
  border: 1px solid #000;
  margin: 10px;
  border-radius: 5px;
  font-size: 18px;
  font-weight: bold;
  border: 1px solid #9d8d8d;
  text-decoration: none;
  width: 154px;
  height: 43px;
  display: flex;
  align-items: center;
  justify-content: center;
  box-shadow: 0px 9px 15px rgba(0, 0, 0, 0.25);
}
.bg-btn a:hover {
  background: linear-gradient(261.38deg, rgb(133, 207, 242) 22.57%, rgb(188, 109, 169) 76.49%);
  border: 1px solid #000;
  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%;
  background-attachment: fixed;
}
.rec img {
  width: 700px;
  margin-top: -409px;
  position: relative;
}
@media only screen and (min-width: 768px) and (max-width: 1024px) {
  .rec img {
    width: 100%;
    left: -84px;
  }
}

.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: 200px;
}
.menu .social-icons .fa {
  color: #000;
  font-size: 25px;
}

.bkt {
  padding-top: 50px;
}

@media only screen and (max-width: 768px) {
  .rec img {
    width: 100%;
    margin-top: -217px;
    left: -23px;
  }
  .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: 16px;
    width: 127px;
    height: 40px;
  }
}
@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: #e95950;
  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-image: url("../image/bg.png");
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat;
  background-attachment: fixed;
}

.AboutUs {
  background-image: url("../image/bg.png");
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat;
  background-attachment: fixed;
}
.AboutUs .row {
  display: flex;
  align-items: center;
}
.AboutUs img {
  width: 100%;
}
.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;
  }
}
@media only screen and (max-width: 767px) {
  .AboutUs .aboutus-text {
    margin-top: 2rem;
  }
}
.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 7.5s ease alternate infinite;
}
@media only screen and (max-width: 767px) {
  .AboutUs .aboutus-text h3 {
    font-size: 30px;
  }
}
@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: 21px;
  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;
  }
}
@media only screen and (min-width: 768px) and (max-width: 1024px) {
  .AboutUs .aboutus-text p {
    font-size: 17px;
  }
}
.AboutUs .aboutus-text .text {
  display: flex;
  align-items: baseline;
}
.AboutUs .aboutus-text .text .tick {
  width: 20px;
  margin-right: 15px;
  margin-top: -12px;
}

.browser-menu {
  background-image: url("../image/bg.png");
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat;
  background-attachment: fixed;
}
.browser-menu img {
  width: 100%;
  margin-bottom: 20px;
}

.gallery {
  background-image: url("../image/bg.png");
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat;
  background-attachment: fixed;
  padding: 3% 0;
}

.gallery h2 {
  color: #000;
  font-size: 40px;
  font-weight: bold;
  display: table;
  margin: auto;
  position: relative;
  -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;
}

.gallery .m-t {
  margin-top: 3rem;
}

.box {
  background: linear-gradient(#12c2e9, #c471ed, #f64f59);
  font-family: "Ubuntu", sans-serif;
  text-align: center;
  overflow: hidden;
  position: relative;
  border-radius: 20px;
}

.box img {
  width: 100%;
  height: auto;
  transition: all 0.5s ease 0s;
  border-radius: 20px;
}

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

.box .box-content {
  color: #fff;
  text-align: left;
  text-shadow: 0 0 5px rgba(0, 0, 0, 0.2), 3px 3px rgba(255, 255, 255, 0.3);
  opacity: 0;
  filter: blur(5px);
  position: absolute;
  top: 5px;
  left: 5px;
  transition: all 0.5s ease 0s;
}

.box:hover .box-content {
  opacity: 1;
  filter: blur(0);
  top: 15px;
  left: 15px;
}

.box .title {
  font-size: 24px;
  font-weight: 500;
  letter-spacing: 1px;
  text-transform: uppercase;
  margin: 0 0 3px;
}

.box .post {
  font-size: 16px;
  font-weight: 400;
  letter-spacing: 1px;
  font-style: italic;
  text-transform: lowercase;
  display: block;
  margin: 0 0 10px;
}

.box .icon {
  padding: 0;
  margin: 0;
  list-style: none;
  transform: scale(0);
  position: absolute;
  left: 10px;
  bottom: 10px;
  transition: all 0.5s ease 0s;
}

.box:hover .icon {
  transform: scale(1);
}

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

.box .icon li a {
  color: #fff;
  background-color: rgba(255, 255, 255, 0.2);
  font-size: 17px;
  line-height: 35px;
  height: 35px;
  width: 35px;
  border-radius: 50%;
  display: block;
  transition: all 0.25s ease;
}

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

@media only screen and (max-width: 990px) {
  .box {
    margin: 0 0 30px;
  }
}
.show {
  display: flex;
  justify-content: center;
  align-items: center;
  margin-top: 2rem;
  background: #fff;
}

.showMoreBtn {
  color: #111;
  font-family: "Raleway", sans-serif;
  font-size: 18px;
  font-weight: 700;
  text-transform: uppercase;
  letter-spacing: 1px;
  padding: 7px 35px 8px 20px;
  border-radius: 24px;
  border: 1px solid #33ffff;
  position: relative;
  z-index: 1;
  transition: all 0.3s ease-in-out;
}

.showMoreBtn:focus,
.showMoreBtn:hover {
  color: #111;
  box-shadow: 0 0 10px #bc6eaa;
  text-decoration: none;
}

.showMoreBtn:before {
  content: "";
  background: #bc6eaa;
  width: 42px;
  height: 42px;
  border-radius: 50px;
  position: absolute;
  top: 0;
  left: 0;
  z-index: -1;
  transition: all 0.3s ease;
}

.showMoreBtn:focus:before,
.showMoreBtn:hover:before {
  background: #bc6eaa;
  width: 100%;
}

.showMoreBtn:after {
  content: "\f30b";
  font-family: "Font Awesome 5 Free";
  font-size: 18px;
  font-weight: 900;
  transform: translateY(-50%);
  position: absolute;
  top: 50%;
  right: 15px;
  transition: all 0.3s cubic-bezier(0.86, 0, 0.07, 1);
}

.showMoreBtn:focus:after,
.showMoreBtn:hover:after {
  right: 8px;
}

@media only screen and (max-width: 767px) {
  .showMoreBtn {
    margin-bottom: 20px;
  }
}
@media only screen and (max-width: 767px) {
  .gallery {
    padding: 0;
  }
  .gallery h2 {
    font-size: 30px;
    top: 22px;
  }
  .show {
    margin-top: 1rem;
  }
}
@media only screen and (min-width: 768px) and (max-width: 1024px) {
  .gallery .m-t {
    margin-top: 2rem;
  }
  .box {
    margin: 0;
  }
}/*# sourceMappingURL=style.css.map */