@import url('https://fonts.googleapis.com/css?family=Droid+Serif:400,700|Great+Vibes|Montserrat|Raleway:200,300,400,700|Roboto:300,400,700');
@import url('https://fonts.googleapis.com/css2?family=Racing+Sans+One&family=Roboto:ital,wght@0,100;0,300;0,400;0,500;0,700;0,900;1,100;1,300;1,400;1,500;1,700;1,900&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Poppins:ital,wght@0,100;0,200;0,300;0,400;0,500;0,600;0,700;0,800;0,900;1,100;1,200;1,300;1,400;1,500;1,600;1,700;1,800;1,900&family=Racing+Sans+One&family=Roboto:ital,wght@0,100;0,300;0,400;0,500;0,700;0,900;1,100;1,300;1,400;1,500;1,700;1,900&display=swap');
* {
  margin: 0px;
  padding: 0px;
}

html,
body {
  position: relative;
  height: 100%;
}

body {
  color: #888;
  /* background: #f1f1f1; */
  font-size: 15px;
  font-family: 'Roboto', sans-serif;
}

.roboto-font {
  font-family: 'Roboto', sans-serif;
}

.great-font {
  font-family: 'Great Vibes', cursive;
}

.raleway-font {
  font-family: 'Raleway', sans-serif;
}

.montserrat-font {
  font-family: 'Montserrat', sans-serif !important;
}

.droid-font {
  font-family: 'Droid Serif', serif !important;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  color: #fff;
  margin: 10px 0;
  font-style: normal;
  font-family: 'Montserrat', sans-serif;
}

h1,
h2,
h3,
h4,
h5,
h6,
.h1,
.h2,
.h3,
.h4,
.h5,
.h6 {
  line-height: 1.2;
}

h1 {
  font-size: 48px;
}

h2 {
  font-size: 36px;
}

h3 {
  font-size: 24px;
}

h4 {
  font-size: 18px;
}

h5 {
  font-size: 16px;
}

h6 {
  font-size: 12px;
}

h1 a,
h2 a,
h3 a,
h4 a,
h5 a,
h6 a {
  color: #fff;
}

p a {}

p a:hover {
  color: #1a237e;
}

p {
  letter-spacing: normal;
  line-height: 24px;
  color: #888;
  font-weight: 300;
}

a {
  text-decoration: none;
}

a:hover,
a:focus,
a:active {
  outline: none;
  text-decoration: none;
}

ul {
  list-style: none;
}

li>ul,
li>ol {
  padding: 0;
  margin-left: 15px;
}

figure {
  margin-bottom: 6px;
  position: relative;
}

img {
  height: auto;
  max-width: 100%;
}

.mark,
mark {
  background-color: #1ec0ff;
  color: #fff;
}

pre {
  margin: 0 20px;
  padding: 10px;
  border: 1px solid #e2e2e2;
  background: #f1f1f1;
  border-radius: 0;
}

blockquote {
  border-left: 5px solid #1ec0ff;
  background: #fff;
}

.blockquote-reverse,
blockquote.pull-right {
  border-right: 5px solid #1ec0ff;
  background: #fff;
}

.outline-alert {
  background-color: transparent !important;
}

strong {
  color: #414141;
}

hr {
  border-top: 1px solid #eaeaea;
}

textarea:focus,
input[type="text"]:focus,
input[type="password"]:focus,
input[type="datetime"]:focus,
input[type="datetime-local"]:focus,
input[type="date"]:focus,
input[type="month"]:focus,
input[type="time"]:focus,
input[type="week"]:focus,
input[type="number"]:focus,
input[type="email"]:focus,
input[type="url"]:focus,
input[type="search"]:focus,
input[type="tel"]:focus,
input[type="color"]:focus,
.uneditable-input:focus {
  border-color: none;
  box-shadow: none;
  outline: 0 none;
}

.mt-30 {
  margin-top: 30px;
}

.banner-area {
  padding-top: 180px;

}

.main-header {
  border-bottom: 1px solid rgba(255, 255, 255, 0.15);
  padding-top: 15px;
  padding-bottom: 15px;
  z-index: 9;
  position: absolute;
  width: 100%;
  top: 0;
}

.section-heading {
  text-align: center;
  margin: auto;
  float: none;
  padding-bottom: 20px;
}



.banner {
  background: url('../images/bg.png');
  background-position-x: 0%;
  background-position-y: 0%;
  background-repeat: repeat;
  background-size: auto;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
  width: 100%;
  /* height: 100vh; */
  background-attachment: fixed;
  position: relative;
}

.banner::before {
  display: table;
  table-layout: fixed;
  height: 100%;
  width: 100%;
  position: relative;
  background-color: rgba(34, 34, 37, 0.45);
  z-index: 1;
  position: absolute;
  /* content: ''; */
  top: 0;
  left: 0;
}


.landing-logo img {
  height: 45px;
}

.great-font {
  font-family: 'Great Vibes', cursive;
}

.navbar-toggler {
  background-color: #fff;
  border: none;
  padding: 0;
  font-size: 18px;
  position: relative;
  top: 5px;
  color: #2d2d2d;
}

.hero-text {

  position: relative;
  width: 100%;
  z-index: 8;
  color: #fff;
}

.hero-text h3,
.hero-text h1 {
  ;
}

.hero-text h3 {
  font-size: 30px;
  text-transform: uppercase;
}

.hero-text h1 {
  font-size: 100px;
}

/* .hero-text h2 {
  font-size: 65px;
} */

.dark-bg {
  background-color: #1b1d1c;
}

.white-bg {
  background-color: #fff;
}

.blue-bg {
  background-color: #1ec0ff;
}

.red-bg {
  background: #d9534f;
}

.grey-bg {
  background: #eee;
}

.yellow-bg {
  background: #fdc23e;
}

.parallax-bg {
  background: url(../images/background/parallax-bg.jpg) center 0 no-repeat;
  background-size: cover;
  height: 800px;

}

.fixed-bg {
  background-attachment: fixed !important;
}

.overlay-bg {
  background: rgba(0, 0, 0, 0.6);
  width: 100%;
  height: 100%;
  position: absolute;
  z-index: -1;
  top: 0;
  left: 0;
}

.hero-text-wrap.overlay-bg {
  background: rgba(0, 0, 0, 0.45);
  width: 100%;
  height: 101vh;
  position: absolute;
  z-index: 1;
}

.hero-text-wrap.blue-overlay-bg {
  background: rgba(30, 192, 255, 0.82);
  width: 100%;
  height: 101vh;
  position: absolute;
  z-index: 1;
}

.btn {
  padding: 0 0;
  height: 130px;
  width: 260px;
  line-height: 130px;
  margin: 10px;
  text-transform: uppercase;
  font-size: 15px;
  -webkit-transition: all .3s ease;
  transition: all .3s ease;
  font-weight: 400;
  font-family: 'Montserrat', sans-serif;
}

.btn-outline-white:hover,
.btn-outline-white:active,
.btn-outline-white:focus {
  color: #2d2d2d;
  border-color: #fff;
  background-color: #fff;
}

.btn-outline-white {
  color: #fff;
  border: 1px solid #fff;
  background-color: transparent;
}

.btn-circle {
  border-radius: 25px;
}


nav.navbar.bootsnav {

  border-bottom: 1px solid rgba(255, 255, 255, 0.15);

  display: block;
  padding-top: 15px;
  padding-bottom: 15px;
  width: 100%;
  min-height: 40px;
}


#menu ul li a {
  color: #fff !important;
  background-color: transparent;
  outline: none;
  margin-bottom: -2px;
  text-transform: uppercase;
  font-family: 'Montserrat', sans-serif;
  letter-spacing: 0.10em;
  font-size: 11px;
}

.white-color {
  color: #fff;
}













/*=============================================
                        Footer
=============================================*/
.footer {
  font-size: 13px;
  position: relative;
  z-index: 10;
}

.footer-main {
  padding: 30px 0;
  background-color: #111312;
}

.footer .widget-title {
  position: relative;
  font-size: 13px;
  line-height: 1.4;
  text-transform: uppercase;
  margin-bottom: 30px;
  color: #fff;
}

.footer .widget-text p {
  color: #fff;
}

.footer .widget-title:before {
  content: '';
  position: absolute;
  top: 100%;
  margin-top: 10px;
  left: 0;
  width: 40px;
  border-top: 1px solid #333;
}

.footer .widget-links {
  font-size: 14px;
  font-family: 'Raleway', sans-serif;
}

.footer .widget-links li {
  margin-bottom: 14px;
  list-style: none;
}

.footer .widget-links a {
  color: #fff;
}

.footer .widget-links a:hover {
  color: #1ec0ff;
  text-decoration: none;
}

.footer-copyright {
  padding: 30px 0;
  background-color: #111312;
}

.copy-right {
  margin-top: 5px;
}

.footer-copyright ul.social-media {
  float: right;
  display: block;
}

.footer-copyright ul.social-media li {
  display: inline-block;
  margin-right: 17px;
}

.footer-copyright ul.social-media li:last-child {
  margin-right: 0;
}

.footer-copyright ul.social-media li a {
  font-size: 16px;
  display: inline-block;
  color: #ccc;
}

.footer-copyright ul.social-media li a:hover {
  color: #1ec0ff;
}

ul.footer-gallery {
  margin: 0;
}

ul.footer-gallery li {
  display: inline-block;
  width: 24%;
  padding: 0 2px 0px 0;
  margin-bottom: 5px;
}

ul.footer-gallery li img {
  max-width: 100%;
  width: 100%;
}

.footer-gallery-box {
  position: relative;
  overflow: hidden;
}

.footer-gallery-box .skin-overlay {
  background-color: rgba(30, 192, 255, 0.9);
  position: absolute;
  width: 100%;
  height: 100%;
  opacity: 0;
  visibility: hidden;
  -webkit-transition: opacity 0.2s ease-out;
  -moz-transition: opacity 0.2s ease-out;
  -o-transition: opacity 0.2s ease-out;
  transition: opacity 0.2s ease-out;
}

.footer-gallery-box:hover .skin-overlay {
  opacity: 1;
  visibility: visible;
}

.footer-gallery-box .zoom-wrap {
  position: absolute;
  top: 0%;
  left: 0;
  width: 100%;
  height: 100%;
}

.footer-gallery-zoom {
  position: absolute;
  left: 0;
  top: 40%;
  width: 100%;
}

.footer-gallery-zoom li {
  position: relative;
  bottom: -40px;
  opacity: 0;
  visibility: hidden;
  transform: translateZ(0);
}

.footer-gallery-box:hover .footer-gallery-zoom li {
  bottom: 0;
  opacity: 1;
  visibility: visible;
  -webkit-transition: 0.3s;
  -moz-transition: 0.3s;
  -o-transition: 0.3s;
  transition: 0.3s;
}

.footer-gallery-zoom li a {
  color: #fff;
}

.footer-gallery-zoom li a:hover,
.footer-gallery-zoom li a:focus {
  color: #2d2d2d;
}

#back-to-top {
  position: fixed;
  bottom: 75px;
  right: 40px;
  z-index: 999;
  width: 35px;
  height: 35px;
  text-align: center;
  line-height: 35px;
  background: #1ec0ff;
  color: #fff;
  cursor: pointer;
  border: 0;
  border-radius: 50%;
  text-decoration: none;
  opacity: 0;
  box-shadow: 0 0 9px 4px rgba(0, 0, 0, 0.05);
  font-size: 14px;
}

.footer-main p {
  font-size: 13px;
  font-family: 'Roboto', sans-serif;
  color: #888;
  font-weight: 500;
}

.sticky {
  left: 0;
  margin: auto;
  position: fixed;
  top: 0;
  width: 100%;
  box-shadow: 0 0 60px 0 rgba(0, 0, 0, .07);
  animation: 300ms ease-in-out 0s normal none 1 running fadeInDown;
  z-index: 1030;
  background: #111312;
  border-bottom: 1px solid rgba(255, 255, 255, 0.15);
  display: block;
  padding-top: 15px;
  padding-bottom: 15px;
  width: 100%;
  min-height: 40px;

}

#back-to-top.show {
  opacity: 1;
}

.header-transparrent {
  position: absolute;
  top: 0;
  right: 0;
  left: 0;
  z-index: 99;
}

@keyframes fadeInDown {
  0% {
    opacity: 0;
    transform: translateY(-20px);
  }

  100% {
    opacity: 1;
    transform: translateY(0);
  }
}

.fadeInDown {
  animation-name: fadeInDown;
}



.landing-logo {
  padding-top: .3125rem;
  padding-bottom: .3125rem;
}

#menu ul li:nth-child(1) {
  text-decoration: underline;
}


@media (max-width: 572px) {
  .banner {
    /* height: auto; */
  }

  .hero-text h1 {
    font-size: 40px;
  }

  .hero-text h3 {
    font-size: 20px;

  }

  .banner-area {
    padding-top: 100px;

  }
  .payment-grid-btn.split_active, .payment-grid-btn.price-split, .payment-grid-btn.pro_split{
    padding: 10px 30px !important;
  }
  
}

@media (max-width: 375px) {
  .banner {
    height: auto;
  }

  nav.downloadBtn {
    padding-bottom: 20px;
  }
}
@media (max-width:380px) {
  .checkout-box {
    width: 100%;
  }
}

@media (max-width: 767px) {
  .menu-sidebaar-pos {
    height: 250px;
    overflow: hidden;
    overflow-y: hidden;
    overflow-y: auto;
  }
}

@media (max-width: 991px) {
  .hide-landing-menu {
    display: none;
  }

  .main-header {
    background: #111312;
  }


  #menu {
    position: absolute;
    top: 86px;
    background: #111312;
    left: 0px;
    padding: 0px 15px 20px;
    z-index: 99;
    animation: 300ms ease-in-out 0s normal none 1 running fadeInDown;
  }
}

@media (max-width: 992px) {
  nav.navbar.bootsnav .navbar-nav>li:first-child>a {
    border-top: none;
  }

  nav.navbar.bootsnav .navbar-nav>li>a {
    display: block;
    width: 100%;
    border-bottom: solid 1px #e0e0e0;
    padding: 10px 0;
    border-top: solid 1px #e0e0e0;
    margin-bottom: -1px;
  }

  nav.navbar.bootsnav {
    margin-bottom: 0;
    -moz-border-radius: 0px;
    -webkit-border-radius: 0px;
    -o-border-radius: 0px;
    border-radius: 0px;
    border: none;
    border-bottom-width: medium;
    border-bottom-style: none;
    border-bottom-color: currentcolor;
    border-bottom: 1px solid rgba(255, 255, 255, 0.15);
    z-index: 998;
    position: absolute;
    background: #111312;
    min-height: 40px;
  }

  .navbar-brand.logo {
    display: block;
    float: none !important;
    margin: auto;
  }

  #menu ul li a {

    border-bottom: solid 1px #e0e0e0;
    padding: 10px 0;
    border-top: solid 1px #e0e0e0;
  }

  #menu ul>li:first-child>a {
    border-top: none;
  }

  #menu-button {
    color: #fff;
  }
}





.container-lp {
  width: 100%;
  padding-right: var(--bs-gutter-x, .75rem);
  padding-left: var(--bs-gutter-x, .75rem);
  margin-right: auto;
  margin-left: auto;
}

.db-main.velmld-parent .pos-category-list,
.db-main.velmld-parent .router-link-exact-active {
  font-size: 14px;
}



@media (min-width: 576px) {
  .container-lp {
    max-width: 540px;
  }
}

@media (min-width: 768px) {
  .container-lp {
    max-width: 720px;
  }

}

@media (min-width: 992px) {
  .container-lp {
    max-width: 960px;
  }
}

@media (min-width: 1025px) {

  .db-main.velmld-parent.expand .db-pos-cartDiv {
    width: 230px;
  }

  .db-main.velmld-parent .db-pos-cartDiv {
    width: 230px;
  }

}

@media (min-width: 1200px) {
  .container-lp {
    max-width: 1170px;
  }

  .db-main.velmld-parent.expand .db-pos-cartDiv {
    width: 300px;
  }

  .db-main.velmld-parent .db-pos-cartDiv {
    width: 240px;
  }
}

@media (min-width: 1400px) {
  .db-main.velmld-parent.expand .db-pos-cartDiv {
    width: 320px;
  }

  .db-main.velmld-parent .db-pos-cartDiv {
    width: 260px;
  }

}



@media (min-width: 1500px) {
  .db-main.velmld-parent.expand .db-pos-cartDiv {
    width: 350px;
  }

  .db-main.velmld-parent .db-pos-cartDiv {
    width: 290px;
  }

}



@media (min-width:481px) and (max-width:766px) {

  .slider-bg .hero-text h1,
  .hero-text h1,
  .error-cover-bg h1,
  .coming-cover-bg h1 {
    font-size: 70px !important;
  }

  .feature-box,
  .counter,
  .copy-right,
  .post {
    margin-bottom: 20px;
  }

  .embed-container,
  .contact-us h3 {
    margin-top: 20px;
  }

  .copy-right,
  .footer-copyright ul.social-media {
    text-align: center;
  }

  .footer-copyright ul.social-media {
    float: none;
  }

  .flex-direction-nav a:before {
    font-size: 35px;
  }

  h4 {
    line-height: 30px;
  }

  .error-cover-bg p,
  .coming-cover-bg p {
    font-size: 18px;
    line-height: 32px;
  }

  .countdown-container .countdown li,
  .countdown-container-white .countdown li {
    min-width: 70px;
    padding: 10px 10px;
    width: 30px;
    margin-right: 0px;
  }

  .countdown li span,
  .countdown-container-white .countdown li span {
    font-size: 14px;
  }

  .countdown li p {
    font-size: 11px;
    margin-bottom: 0;
  }

  .error-cover-bg {
    min-height: 600px;
  }

  .icon-view {
    margin-left: 0;
    margin-right: 0;
  }

  .widget-list ul,
  ol {
    padding-left: 30px;
  }

  .right-col-rv {
    margin-top: 50px;
  }
}


@media (min-width:767px) and (max-width:830px) {

  .pos-main-menu-items {
    width: calc(100% - 410px);
  }

  .db-main.velmld-parent.expand .db-pos-cartDiv {
    width: 260px;
  }

  .db-main.velmld-parent .db-pos-cartDiv {
    width: 260px;
  }

}

@media (min-width:831px) and (max-width:920px) {

  .pos-main-menu-items {
    width: calc(100% - 415px);
    padding-right: 10px;
  }

  .db-main.velmld-parent.expand .db-pos-cartDiv {
    width: 260px;
  }

  .db-main.velmld-parent .db-pos-cartDiv {
    width: 260px;
  }

}

@media (min-width:921px) and (max-width:1024px) {

  .pos-main-menu-items {
    width: calc(100% - 435px);
    padding-right: 10px;
  }

  .db-main.velmld-parent.expand .db-pos-cartDiv {
    width: 260px;
  }

  .db-main.velmld-parent .db-pos-cartDiv {
    width: 260px;
  }

}



@media (min-width:380px) {
  .checkout-box{
    width: 100%;
  }
}
@media (min-width:576px) {
  .col-sm {
    -ms-flex-preferred-size: 0;
    flex-basis: 0;
    -ms-flex-positive: 1;
    flex-grow: 1;
    max-width: 100%
  }

  .col-sm-auto {
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    width: auto;
    max-width: 100%
  }

  .col-sm-1 {
    -ms-flex: 0 0 8.333333%;
    flex: 0 0 8.333333%;
    max-width: 8.333333%
  }

  .col-sm-2 {
    -ms-flex: 0 0 16.666667%;
    flex: 0 0 16.666667%;
    max-width: 16.666667%
  }

  .col-sm-3 {
    -ms-flex: 0 0 25%;
    flex: 0 0 25%;
    max-width: 25%
  }

  .col-sm-4 {
    -ms-flex: 0 0 33.333333%;
    flex: 0 0 33.333333%;
    max-width: 33.333333%
  }

  .col-sm-5 {
    -ms-flex: 0 0 41.666667%;
    flex: 0 0 41.666667%;
    max-width: 41.666667%
  }

  .col-sm-6 {
    -ms-flex: 0 0 50%;
    flex: 0 0 50%;
    max-width: 50%
  }

  .col-sm-7 {
    -ms-flex: 0 0 58.333333%;
    flex: 0 0 58.333333%;
    max-width: 58.333333%
  }

  .col-sm-8 {
    -ms-flex: 0 0 66.666667%;
    flex: 0 0 66.666667%;
    max-width: 66.666667%
  }

  .col-sm-9 {
    -ms-flex: 0 0 75%;
    flex: 0 0 75%;
    max-width: 75%
  }

  .col-sm-10 {
    -ms-flex: 0 0 83.333333%;
    flex: 0 0 83.333333%;
    max-width: 83.333333%
  }

  .col-sm-11 {
    -ms-flex: 0 0 91.666667%;
    flex: 0 0 91.666667%;
    max-width: 91.666667%
  }

  .col-sm-12 {
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
    max-width: 100%
  }

  .order-sm-first {
    -ms-flex-order: -1;
    order: -1
  }

  .order-sm-last {
    -ms-flex-order: 13;
    order: 13
  }

  .order-sm-0 {
    -ms-flex-order: 0;
    order: 0
  }

  .order-sm-1 {
    -ms-flex-order: 1;
    order: 1
  }

  .order-sm-2 {
    -ms-flex-order: 2;
    order: 2
  }

  .order-sm-3 {
    -ms-flex-order: 3;
    order: 3
  }

  .order-sm-4 {
    -ms-flex-order: 4;
    order: 4
  }

  .order-sm-5 {
    -ms-flex-order: 5;
    order: 5
  }

  .order-sm-6 {
    -ms-flex-order: 6;
    order: 6
  }

  .order-sm-7 {
    -ms-flex-order: 7;
    order: 7
  }

  .order-sm-8 {
    -ms-flex-order: 8;
    order: 8
  }

  .order-sm-9 {
    -ms-flex-order: 9;
    order: 9
  }

  .order-sm-10 {
    -ms-flex-order: 10;
    order: 10
  }

  .order-sm-11 {
    -ms-flex-order: 11;
    order: 11
  }

  .order-sm-12 {
    -ms-flex-order: 12;
    order: 12
  }

  .offset-sm-0 {
    margin-left: 0
  }

  .offset-sm-1 {
    margin-left: 8.333333%
  }

  .offset-sm-2 {
    margin-left: 16.666667%
  }

  .offset-sm-3 {
    margin-left: 25%
  }

  .offset-sm-4 {
    margin-left: 33.333333%
  }

  .offset-sm-5 {
    margin-left: 41.666667%
  }

  .offset-sm-6 {
    margin-left: 50%
  }

  .offset-sm-7 {
    margin-left: 58.333333%
  }

  .offset-sm-8 {
    margin-left: 66.666667%
  }

  .offset-sm-9 {
    margin-left: 75%
  }

  .offset-sm-10 {
    margin-left: 83.333333%
  }

  .offset-sm-11 {
    margin-left: 91.666667%
  }
  
}

@media (min-width:768px) {
  .col-md {
    -ms-flex-preferred-size: 0;
    flex-basis: 0;
    -ms-flex-positive: 1;
    flex-grow: 1;
    max-width: 100%
  }

  .col-md-auto {
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    width: auto;
    max-width: 100%
  }

  .col-md-1 {
    -ms-flex: 0 0 8.333333%;
    flex: 0 0 8.333333%;
    max-width: 8.333333%
  }

  .col-md-2 {
    -ms-flex: 0 0 16.666667%;
    flex: 0 0 16.666667%;
    max-width: 16.666667%
  }

  .col-md-3 {
    -ms-flex: 0 0 25%;
    flex: 0 0 25%;
    max-width: 25%
  }

  .col-md-4 {
    -ms-flex: 0 0 33.333333%;
    flex: 0 0 33.333333%;
    max-width: 33.333333%
  }

  .col-md-5 {
    -ms-flex: 0 0 41.666667%;
    flex: 0 0 41.666667%;
    max-width: 41.666667%
  }

  .col-md-6 {
    -ms-flex: 0 0 50%;
    flex: 0 0 50%;
    max-width: 50%
  }

  .col-md-7 {
    -ms-flex: 0 0 58.333333%;
    flex: 0 0 58.333333%;
    max-width: 58.333333%
  }

  .col-md-8 {
    -ms-flex: 0 0 66.666667%;
    flex: 0 0 66.666667%;
    max-width: 66.666667%
  }

  .col-md-9 {
    -ms-flex: 0 0 75%;
    flex: 0 0 75%;
    max-width: 75%
  }

  .col-md-10 {
    -ms-flex: 0 0 83.333333%;
    flex: 0 0 83.333333%;
    max-width: 83.333333%
  }

  .col-md-11 {
    -ms-flex: 0 0 91.666667%;
    flex: 0 0 91.666667%;
    max-width: 91.666667%
  }

  .col-md-12 {
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
    max-width: 100%
  }

  .order-md-first {
    -ms-flex-order: -1;
    order: -1
  }

  .order-md-last {
    -ms-flex-order: 13;
    order: 13
  }

  .order-md-0 {
    -ms-flex-order: 0;
    order: 0
  }

  .order-md-1 {
    -ms-flex-order: 1;
    order: 1
  }

  .order-md-2 {
    -ms-flex-order: 2;
    order: 2
  }

  .order-md-3 {
    -ms-flex-order: 3;
    order: 3
  }

  .order-md-4 {
    -ms-flex-order: 4;
    order: 4
  }

  .order-md-5 {
    -ms-flex-order: 5;
    order: 5
  }

  .order-md-6 {
    -ms-flex-order: 6;
    order: 6
  }

  .order-md-7 {
    -ms-flex-order: 7;
    order: 7
  }

  .order-md-8 {
    -ms-flex-order: 8;
    order: 8
  }

  .order-md-9 {
    -ms-flex-order: 9;
    order: 9
  }

  .order-md-10 {
    -ms-flex-order: 10;
    order: 10
  }

  .order-md-11 {
    -ms-flex-order: 11;
    order: 11
  }

  .order-md-12 {
    -ms-flex-order: 12;
    order: 12
  }

  .offset-md-0 {
    margin-left: 0
  }

  .offset-md-1 {
    margin-left: 8.333333%
  }

  .offset-md-2 {
    margin-left: 16.666667%
  }

  .offset-md-3 {
    margin-left: 25%
  }

  .offset-md-4 {
    margin-left: 33.333333%
  }

  .offset-md-5 {
    margin-left: 41.666667%
  }

  .offset-md-6 {
    margin-left: 50%
  }

  .offset-md-7 {
    margin-left: 58.333333%
  }

  .offset-md-8 {
    margin-left: 66.666667%
  }

  .offset-md-9 {
    margin-left: 75%
  }

  .offset-md-10 {
    margin-left: 83.333333%
  }

  .offset-md-11 {
    margin-left: 91.666667%
  }
}

@media (min-width:992px) {
  .col-lg {
    -ms-flex-preferred-size: 0;
    flex-basis: 0;
    -ms-flex-positive: 1;
    flex-grow: 1;
    max-width: 100%
  }

  .col-lg-auto {
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    width: auto;
    max-width: 100%
  }

  .col-lg-1 {
    -ms-flex: 0 0 8.333333%;
    flex: 0 0 8.333333%;
    max-width: 8.333333%
  }

  .col-lg-2 {
    -ms-flex: 0 0 16.666667%;
    flex: 0 0 16.666667%;
    max-width: 16.666667%
  }

  .col-lg-3 {
    -ms-flex: 0 0 25%;
    flex: 0 0 25%;
    max-width: 25%
  }

  .col-lg-4 {
    -ms-flex: 0 0 33.333333%;
    flex: 0 0 33.333333%;
    max-width: 33.333333%
  }

  .col-lg-5 {
    -ms-flex: 0 0 41.666667%;
    flex: 0 0 41.666667%;
    max-width: 41.666667%
  }

  .col-lg-6 {
    -ms-flex: 0 0 50%;
    flex: 0 0 50%;
    max-width: 50%
  }

  .col-lg-7 {
    -ms-flex: 0 0 58.333333%;
    flex: 0 0 58.333333%;
    max-width: 58.333333%
  }

  .col-lg-8 {
    -ms-flex: 0 0 66.666667%;
    flex: 0 0 66.666667%;
    max-width: 66.666667%
  }

  .col-lg-9 {
    -ms-flex: 0 0 75%;
    flex: 0 0 75%;
    max-width: 75%
  }

  .col-lg-10 {
    -ms-flex: 0 0 83.333333%;
    flex: 0 0 83.333333%;
    max-width: 83.333333%
  }

  .col-lg-11 {
    -ms-flex: 0 0 91.666667%;
    flex: 0 0 91.666667%;
    max-width: 91.666667%
  }

  .col-lg-12 {
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
    max-width: 100%
  }

  .order-lg-first {
    -ms-flex-order: -1;
    order: -1
  }

  .order-lg-last {
    -ms-flex-order: 13;
    order: 13
  }

  .order-lg-0 {
    -ms-flex-order: 0;
    order: 0
  }

  .order-lg-1 {
    -ms-flex-order: 1;
    order: 1
  }

  .order-lg-2 {
    -ms-flex-order: 2;
    order: 2
  }

  .order-lg-3 {
    -ms-flex-order: 3;
    order: 3
  }

  .order-lg-4 {
    -ms-flex-order: 4;
    order: 4
  }

  .order-lg-5 {
    -ms-flex-order: 5;
    order: 5
  }

  .order-lg-6 {
    -ms-flex-order: 6;
    order: 6
  }

  .order-lg-7 {
    -ms-flex-order: 7;
    order: 7
  }

  .order-lg-8 {
    -ms-flex-order: 8;
    order: 8
  }

  .order-lg-9 {
    -ms-flex-order: 9;
    order: 9
  }

  .order-lg-10 {
    -ms-flex-order: 10;
    order: 10
  }

  .order-lg-11 {
    -ms-flex-order: 11;
    order: 11
  }

  .order-lg-12 {
    -ms-flex-order: 12;
    order: 12
  }

  .offset-lg-0 {
    margin-left: 0
  }

  .offset-lg-1 {
    margin-left: 8.333333%
  }

  .offset-lg-2 {
    margin-left: 16.666667%
  }

  .offset-lg-3 {
    margin-left: 25%
  }

  .offset-lg-4 {
    margin-left: 33.333333%
  }

  .offset-lg-5 {
    margin-left: 41.666667%
  }

  .offset-lg-6 {
    margin-left: 50%
  }

  .offset-lg-7 {
    margin-left: 58.333333%
  }

  .offset-lg-8 {
    margin-left: 66.666667%
  }

  .offset-lg-9 {
    margin-left: 75%
  }

  .offset-lg-10 {
    margin-left: 83.333333%
  }

  .offset-lg-11 {
    margin-left: 91.666667%
  }
}

@media (min-width:1200px) {
  .col-xl {
    -ms-flex-preferred-size: 0;
    flex-basis: 0;
    -ms-flex-positive: 1;
    flex-grow: 1;
    max-width: 100%
  }

  .col-xl-auto {
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    width: auto;
    max-width: 100%
  }

  .col-xl-1 {
    -ms-flex: 0 0 8.333333%;
    flex: 0 0 8.333333%;
    max-width: 8.333333%
  }

  .col-xl-2 {
    -ms-flex: 0 0 16.666667%;
    flex: 0 0 16.666667%;
    max-width: 16.666667%
  }

  .col-xl-3 {
    -ms-flex: 0 0 25%;
    flex: 0 0 25%;
    max-width: 25%
  }

  .col-xl-4 {
    -ms-flex: 0 0 33.333333%;
    flex: 0 0 33.333333%;
    max-width: 33.333333%
  }

  .col-xl-5 {
    -ms-flex: 0 0 41.666667%;
    flex: 0 0 41.666667%;
    max-width: 41.666667%
  }

  .col-xl-6 {
    -ms-flex: 0 0 50%;
    flex: 0 0 50%;
    max-width: 50%
  }

  .col-xl-7 {
    -ms-flex: 0 0 58.333333%;
    flex: 0 0 58.333333%;
    max-width: 58.333333%
  }

  .col-xl-8 {
    -ms-flex: 0 0 66.666667%;
    flex: 0 0 66.666667%;
    max-width: 66.666667%
  }

  .col-xl-9 {
    -ms-flex: 0 0 75%;
    flex: 0 0 75%;
    max-width: 75%
  }

  .col-xl-10 {
    -ms-flex: 0 0 83.333333%;
    flex: 0 0 83.333333%;
    max-width: 83.333333%
  }

  .col-xl-11 {
    -ms-flex: 0 0 91.666667%;
    flex: 0 0 91.666667%;
    max-width: 91.666667%
  }

  .col-xl-12 {
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
    max-width: 100%
  }

  .order-xl-first {
    -ms-flex-order: -1;
    order: -1
  }

  .order-xl-last {
    -ms-flex-order: 13;
    order: 13
  }

  .order-xl-0 {
    -ms-flex-order: 0;
    order: 0
  }

  .order-xl-1 {
    -ms-flex-order: 1;
    order: 1
  }

  .order-xl-2 {
    -ms-flex-order: 2;
    order: 2
  }

  .order-xl-3 {
    -ms-flex-order: 3;
    order: 3
  }

  .order-xl-4 {
    -ms-flex-order: 4;
    order: 4
  }

  .order-xl-5 {
    -ms-flex-order: 5;
    order: 5
  }

  .order-xl-6 {
    -ms-flex-order: 6;
    order: 6
  }

  .order-xl-7 {
    -ms-flex-order: 7;
    order: 7
  }

  .order-xl-8 {
    -ms-flex-order: 8;
    order: 8
  }

  .order-xl-9 {
    -ms-flex-order: 9;
    order: 9
  }

  .order-xl-10 {
    -ms-flex-order: 10;
    order: 10
  }

  .order-xl-11 {
    -ms-flex-order: 11;
    order: 11
  }

  .order-xl-12 {
    -ms-flex-order: 12;
    order: 12
  }

  .offset-xl-0 {
    margin-left: 0
  }

  .offset-xl-1 {
    margin-left: 8.333333%
  }

  .offset-xl-2 {
    margin-left: 16.666667%
  }

  .offset-xl-3 {
    margin-left: 25%
  }

  .offset-xl-4 {
    margin-left: 33.333333%
  }

  .offset-xl-5 {
    margin-left: 41.666667%
  }

  .offset-xl-6 {
    margin-left: 50%
  }

  .offset-xl-7 {
    margin-left: 58.333333%
  }

  .offset-xl-8 {
    margin-left: 66.666667%
  }

  .offset-xl-9 {
    margin-left: 75%
  }

  .offset-xl-10 {
    margin-left: 83.333333%
  }

  .offset-xl-11 {
    margin-left: 91.666667%
  }
}






/*Parveen*/
.table-booking-details-btns button {
  margin: 0 20px;
}

.table-booking-details-btns {
  display: flex;
  justify-content: center;
}

.top-buttons {
  justify-content: space-between;
}

.w-full.booking-day-date-details {
  display: flex;
  width: 100%;
}

.booking-day-date-details span {
  display: block;
  width: 50%;
  text-align: left;
  font-weight: 500;
}

.booking-day-date-details span:last-child {
  text-align: right;
  display: flex;
  justify-content: end;
}
.booking-day-date-details span {
  display: flex;
  width: 50%;
  text-align: left;
  font-weight: 500;
}
.day-label-table-book {
  font-weight: 400 !important;
  font-size: 14px;
  margin-left: 10px;
}
.close-label-table-book {
  font-weight: 400 !important;
  font-size: 14px;
  margin-right: 10px;
  color: #f33;
}

.booking-day-date-details-li {
  padding: 10px 10px;
  transition: 1s all;
}

.booking-day-date-details-li:hover {
  background: #b1a8a838;
}

.booking-time-details {
  font-weight: 500;
}

.no-slot-data {
  text-align: center;
}

.pos-item-cat-head {
  padding-bottom: 17px !important;
}

.pos-category-list {
  background: #cc0814;
  color: #fff;
  padding: 10px 15px;
  border-radius: 10px;
  font-weight: 700;
}

.db-field.receipt_email {
  padding: 1rem;
  border-bottom-width: 1px;
  --tw-border-opacity: 1;
  border-color: rgb(226 232 240 / var(--tw-border-opacity));
}

.receipt_email input {
  margin-top: 5px;
}

.receipt_email button {
  width: 100%;
  margin-top: 10px;
}

.light-blue {
  background-color: #93ace6 !important;
}

.db-field.mb-3.receipt_email label {
  font-weight: 600;
  color: #333333d9;
}

.cash-payment-grid {
  /* display: grid;
  grid-template-columns: repeat(4, 1fr); */
  gap: 10px;
  margin-top: 10px;
  display: flex;
  justify-content: center;
}

.cash-payment-grid .column {
  padding: 10px;
  border: 1px solid #227fd2;
  display: flex;
  justify-content: center;
  align-items: center;
  min-width: 60px;
  max-width: 60px;
}

.cash-payment-grid .column h3 {
  margin: 0;
  color: #227fd2;
}

.cash-payment-grid .payment-grid-btn {
  padding: 10px 20px;
  border: 1px solid #2277d25c;
  display: flex;
  justify-content: center;
  align-items: center;
  color: #227fd2;
  border-radius: 2px;
}

.payment-type-title {
  font-weight: 500;
  margin: 20px 0;
  display: block;
  text-align: center;
  font-size: 14px;
}

.db-pos-cartCls {
  background: #4765dd8c;
  padding: 10px 50px;
  color: #fff;
  border-radius: 5px;
}

.payments-btn-bottom {
  background: #4765dd8c;
  display: flex;
  justify-content: center;
}

.payments-btn-bottom h3 {
  color: #fff;
}

.cash-counted-header {
  display: flex;
  align-items: center;
  justify-content: space-between;
  border-bottom: 1px solid #e5e7eb;
  padding-bottom: 15px;
  position: relative;
}

.cash-counted-header label {
  margin: 0;
}

.cash-counted-header input {
  max-width: 100px;
}

.cash-counted-header.py-2 span {
  width: 150px;
}

.cash-counted-header.py-2 span:last-child {
  text-align: right;
}

.cash-counted-header.py-2 span:nth-child(2) {
  text-align: center;
}

.cash-counted-header .input {
  min-width: 100px;
  border: 1px solid;
  text-align: center;
}

.pos-options-total-price span {
  font-weight: 600;
  font-size: 18px;
}


/* .form-row.taking_counted_form {
  display: block;
}  */
.taking_counted_head2 {
  text-align: center;
  font-weight: 500;
}

.form-row.taking_counted_form p {
  color: #000;
}

.taking_counted_head2 {
  font-size: 18px;
  margin: 20px 0;
  width: 100%;
}

.cash-taking-options {
  width: 100%;
  text-align: center;
}

.cash-taking-options h1 {
  width: 100%;
  text-align: center;
  font-weight: 600;
  font-size: 18px;
}

.taking-menu-header {
  margin-bottom: 10px;
  margin-top: 10px;
  padding-bottom: 10px;
}

.taking-total-count,
.taking-total-difference {
  display: flex;
  justify-content: space-between;
  font-size: 14px;
}

.taking-total-count p,
.taking-total-difference p {
  font-weight: 700;
  font-size: 18px;
  color: #000;
}

.taking-total-count h4,
.taking-total-difference h4 {
  font-weight: 600;
  font-size: 14px;
}

.border-top {
  border-top: 1px solid #eee;
}

.border-bottom {
  border-bottom: 1px solid #eee;
}

.taking-details-head {
  border-bottom: 1px solid #eee;
}

.taking-details-head .h2 {
  font-size: 20px;
  font-weight: bold;
  margin-bottom: 5px;
}

.cash-in-out-table {
  white-space: wrap !important;
}

.taking_counted_form .cash-counted-header label {
  margin: 0;
  color: #000;
}

.taking_counted_form .taking-menu-header {
  color: #000;
}


.db-btn-outline-hide-show {
  font-size: 12px;
  color: #cc0814;
  transition-property: all;
  transition-duration: 300ms;
  transition-timing-function: linear;
  padding: 0px 5px;
}

.single-item-pos {
  border-bottom: 2px solid #fff;
  transition-property: all;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  transition-duration: 300ms;
  transition-timing-function: linear;
}

.single-item-pos:hover {
  background-color: rgb(255 237 244 / var(--tw-bg-opacity));
  border-color: rgb(255 0 107 / var(--tw-border-opacity));
  cursor: pointer;
  border-top: 0;
  border-left: 0;
  border-right: 0;
  border-bottom: 2px solid;
}

.invoice-title {
  text-align: center;
}

.invoice-outer {
  padding-top: 1.25rem !important;
}

.invoice-title {
  font-weight: 600;
}

.invoice-header p span {
  color: #000;
  font-weight: 700;
}

.print-btn {
  display: block !important;
  margin: auto;
}

.invoice-header p {
  font-size: 14px;
}

.downloadBtntext {
  margin-top: 15px;
}

nav.downloadBtn {
  margin: auto;

}

nav.downloadBtn {
  margin: auto;

}
.button-split{
  padding: 10px;
  border: 1px solid #227fd2;
  display: flex;
  justify-content: center;
  align-items: center;
  color: #227fd2;
  border-radius: 2px;
}

.gap-0{
  gap: 0;
}
.payment-grid-btn.split_active {
  background: #f2f2f2;
  border-radius: 2px;
  border: 1px solid #2277d29c;
  color: #227fd2;
  padding: 10px 70px;
}
.payment-grid-btn.price-split, .payment-grid-btn.pro_split {
  padding: 10px 70px;
  border-radius: 2px;
}


.split-price-checkout-btn{
  padding: 5px 10px;
  border: 1px solid #227fd2;
  color: #227fd2;
  border-radius: 2px;
  font-size: 14px;
  margin-right: 25px;
}
.split-price-remove-btn{
 
  background: rgb(61, 143, 215); 
  color: rgb(255, 255, 255); 
  width: 20px;  
  font-size: 12px;
  height: 20px;
  display: flex;
  align-items: center;
  justify-content: center;
  font-weight: 700;
  position: absolute;
  right: 0;
}
.cash-counted-header.py-2.split-price-main .split-price-checkout-btn:nth-last-child(1) {
  margin-right: 25px;
 }
 .split-price-main .payment-grid-btn {
  display: flex;
  align-items: center;
}

.table-filter-div.active.custom-table-filter-div, .online-orders-outer.active, .pos-order-div.active {
  overflow: visible;
}
.db-header { 
  /* z-index: 999999 !important; */
}
.online-orders-filter-form {
  background: #fff;
  position: relative;
}
.modal.active .modal-dialog {
  margin-top: 5.5rem !important; 
}
.footer-area-contact {
  margin-bottom: 50px;
}

.homepage-popup {
  background: url('../images/food-banner.png');
  background-position-x: 0%;
  background-position-y: 0%;
  background-repeat: repeat;
  background-size: auto;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;  
  position: relative;
}

.homepage-popup{
  max-width: 880px;
  width: 95%;
}

.popup-list{
  font-family: "Poppins", sans-serif;
}
.popup-close-btn {
  position: absolute;
  right: -10px;
  top: -10px;
  background: #fff;
  padding: 10px;
  border-radius: 50%;
  height: 30px;
  width: 30px;
  display: flex;
  justify-content: center;
  align-items: center;
  color: #000;
  font-size: 20px;
}
.yellow-color{
  color: #FADE2A;
}
.popup-main-title h1, .popup-main-title h2, .popup-main-title h3, .popup-main-title h4, .popup-main-title h5, .popup-main-title h6{
  font-size: 1.875rem;
  color: #fff;
  font-family: "Racing Sans One", sans-serif;
  font-weight: 600;
}
.qr-code {
  max-width: 220px;
}
.play-store, .app-store {
  max-width: 100px;
  width: 100%;
}
.checkmate{
  max-width: 20px;
  width: 100%;
  margin: 0 10px 0 0;
}
.popup-main-content{
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.left-area.main-food-img img {
  max-width: 430px;
  margin: auto;
  width: 100%;
}
.popup-list li {
  font-size: 15px;
}
.img-group {
  display: flex;
  align-items: center;
}
.z-60{
  z-index: 60;
}
.homepage-popup {
  padding: 2.5rem;
}
.popup-main-title {
  margin-bottom: 20px;
}
.foods-btn {
  display: flex;
  gap: 15px;  
  justify-content: center;
  margin: 20px 0;
  /* align-items: flex-start; */
}
.single-btn {
  padding: 15px;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  min-width: 280px;
  border-radius: 20px;
  cursor: pointer;
  backdrop-filter: blur(5px);
  background-color: #372e2e05;
  border: 1px solid #ffffff73;
  width: 25%;
}
.footer-main.text-white .underline:hover {
  color: #ac221d;
}
.single-btn a{
  font-size: 18px;
  font-weight: 600;
  text-transform: capitalize;
  font-family: 'Montserrat', sans-serif;
  margin-bottom: 5px;
}
.single-btn p {
  font-size: 15px;
  color: #ffffff73;
}
.single-btn:hover p {
  color: #000;
}
.btn-description {
  margin-top: 8px;
  font-size: 14px;
  line-height: 1.6;
  text-align: center;     /* keeps text aligned nicely */
  word-break: break-word;
}
@media (max-width: 992px) {
.foods-btn{
  flex-wrap: wrap;
}
}
@media (max-width: 767px) {
.popup-list li {
  font-size: 10px;
  line-height: 17px;
}
.qr-code {
  max-width: 200px;
}
.homepage-popup {
  padding: 1rem 0.5rem;
}
.popup-main-title {
  margin-bottom: 10px;
}
.popup-list {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 0;
}
.img-group{
  justify-content: center;
}

.left-area.main-food-img img {
  max-width: 250px;
}
.popup-main-title h1, .popup-main-title h2, .popup-main-title h3, .popup-main-title h4, .popup-main-title h5, .popup-main-title h6 {
  font-size: 1.275rem;
}
.popup-close-btn{
  left: 50%;
  bottom: -7%;
  background: transparent;
  transform: translate(-50%, 0%);
  border: 2px solid #fff;
  color: #fff;
  top: auto;
}
}

.bg-yellow-400 {
  background: #ffd256; 
}
.table-qr-image{
  max-width: 100px;
  width: 100%;
}
.custom-switch input[type="checkbox"] {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
}
.back-btn {
  font-size: 11px;
  line-height: 1;
  --tw-text-opacity: 1;
  color: #FB4E4E;
  cursor: pointer;
  width: 20px;
  border: 2px solid #FB4E4E;
  display: flex;
  align-items: center;
  justify-content: center;
  height: 20px;
  border-radius: 50%;
}
.about-section, .contact-map-section {
  padding: 50px 0;
}
.about-us-img img {
  width: 100%;
  border-radius: 10px;
}


.about-us-content h2 {
  margin: 5px 0px;
  font-weight: 600;
}

.about-us-grid{
  align-items: center;
}
.about-us-content {
  text-align: left;
}
.about-us-content h1,
.about-us-content h2,
.about-us-content h3,
.about-us-content h4,
.about-us-content h5,
.about-us-content h6,
.about-us-content p,
.about-us-content li{
  color: #fff;
}
.about-us-content p{
  
}