@import url('https://fonts.googleapis.com/css2?family=Oswald:wght@600;700&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Outfit:wght@300;400;600;700;900&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Rubik:wght@300;400;500;600&display=swap');

/* @import "https://fonts.googleapis.com/css2?family=Poppins:wght@100;200;300;400;500;600;700&display=swap"; */
html {
  line-height: 1.15;
  /* 1 */
  -ms-text-size-adjust: 100%;
  /* 2 */
  -webkit-text-size-adjust: 100%;
  /* 2 */
}
:root{
  --bs-orange: #F4680F;
  --bs-red:#ed5f5f;
  --bs-font-family: "Outfit", Sans-serif;
}
/* Sections
   ========================================================================== */
/**
 * Remove the margin in all browsers (opinionated).
 */
body {
  margin: 0;
  /* padding-bottom:50px;  */
  font-family: "Outfit", Sans-serif;
  position: relative;
  min-height: 100vh;
}
.bg-danger{
 background-color: #ed5f5f !important; 
}
/**
 * Add the correct display in IE 9-.
 */
article,
aside,
footer,
header,
nav,
section {
  display: block;
}

/**
 * Correct the font size and margin on `h1` elements within `section` and
 * `article` contexts in Chrome, Firefox, and Safari.
 */
h1 {
  font-size: 2em;
  margin: 0.67em 0;
}

/* Grouping content
   ========================================================================== */
/**
 * Add the correct display in IE 9-.
 * 1. Add the correct display in IE.
 */
figcaption,
figure,
main {
  /* 1 */
  display: block;
}

/**
 * Add the correct margin in IE 8.
 */
figure {
  margin: 1em 40px;
}

/**
 * 1. Add the correct box sizing in Firefox.
 * 2. Show the overflow in Edge and IE.
 */
hr {
  box-sizing: content-box;
  /* 1 */
  height: 0;
  /* 1 */
  overflow: visible;
  /* 2 */
}

/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */
pre {
  font-family: "Outfit", Sans-serif;
  /* 1 */
  font-size: 1em;
  /* 2 */
}

/* Text-level semantics
   ========================================================================== */
/**
 * 1. Remove the gray background on active links in IE 10.
 * 2. Remove gaps in links underline in iOS 8+ and Safari 8+.
 */
a {
  background-color: transparent;
  /* 1 */
  -webkit-text-decoration-skip: objects;
  /* 2 */
}

/**
 * 1. Remove the bottom border in Chrome 57- and Firefox 39-.
 * 2. Add the correct text decoration in Chrome, Edge, IE, Opera, and Safari.
 */
abbr[title] {
  border-bottom: none;
  /* 1 */
  text-decoration: underline;
  /* 2 */
  text-decoration: underline dotted;
  /* 2 */
}

/**
 * Prevent the duplicate application of `bolder` by the next rule in Safari 6.
 */
b,
strong {
  font-weight: inherit;
}

/**
 * Add the correct font weight in Chrome, Edge, and Safari.
 */
b,
strong {
  font-weight: bolder;
}

/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */
code,
kbd,
samp {
  font-family: "Outfit", Sans-serif;
  /* 1 */
  font-size: 1em;
  /* 2 */
}

/**
 * Add the correct font style in Android 4.3-.
 */
dfn {
  font-style: italic;
}

/**
 * Add the correct background and color in IE 9-.
 */
mark {
  background-color: #ff0;
  color: #000;
}

/**
 * Add the correct font size in all browsers.
 */
small {
  font-size: 80%;
}

/**
 * Prevent `sub` and `sup` elements from affecting the line height in
 * all browsers.
 */
sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}

sub {
  bottom: -0.25em;
}

sup {
  top: -0.5em;
}

/* Embedded content
   ========================================================================== */
/**
 * Add the correct display in IE 9-.
 */
audio,
video {
  display: inline-block;
}

/**
 * Add the correct display in iOS 4-7.
 */
audio:not([controls]) {
  display: none;
  height: 0;
}
li{
  list-style-type: none;
}

/**
 * Remove the border on images inside links in IE 10-.
 */
img {
  border-style: none;
}

/**
 * Hide the overflow in IE.
 */
svg:not(:root) {
  overflow: hidden;
}

/* Forms
   ========================================================================== */
/**
 * 1. Change the font styles in all browsers (opinionated).
 * 2. Remove the margin in Firefox and Safari.
 */
button,
input,
optgroup,
select,
textarea {
  font-family: "Outfit", Sans-serif;
  /* 1 */
  font-size: 100%;
  /* 1 */
  line-height: 1.15;
  /* 1 */
  margin: 0;
  /* 2 */
}

/**
 * Show the overflow in IE.
 * 1. Show the overflow in Edge.
 */
button,
input {
  /* 1 */
  overflow: visible;
}

/**
 * Remove the inheritance of text transform in Edge, Firefox, and IE.
 * 1. Remove the inheritance of text transform in Firefox.
 */
button,
select {
  /* 1 */
  text-transform: none;
}

/**
 * 1. Prevent a WebKit bug where (2) destroys native `audio` and `video`
 *    controls in Android 4.
 * 2. Correct the inability to style clickable types in iOS and Safari.
 */
button,
html [type="button"],
[type="reset"],
[type="submit"] {
  -webkit-appearance: button;
  /* 2 */
}

/**
 * Remove the inner border and padding in Firefox.
 */
button::-moz-focus-inner,
[type="button"]::-moz-focus-inner,
[type="reset"]::-moz-focus-inner,
[type="submit"]::-moz-focus-inner {
  border-style: none;
  padding: 0;
}

/**
 * Restore the focus styles unset by the previous rule.
 */
button:-moz-focusring,
[type="button"]:-moz-focusring,
[type="reset"]:-moz-focusring,
[type="submit"]:-moz-focusring {
  outline: 1px dotted ButtonText;
}

/**
 * Correct the padding in Firefox.
 */
fieldset {
  padding: 0.35em 0.75em 0.625em;
}

/**
 * 1. Correct the text wrapping in Edge and IE.
 * 2. Correct the color inheritance from `fieldset` elements in IE.
 * 3. Remove the padding so developers are not caught out when they zero out
 *    `fieldset` elements in all browsers.
 */
legend {
  box-sizing: border-box;
  /* 1 */
  color: inherit;
  /* 2 */
  display: table;
  /* 1 */
  max-width: 100%;
  /* 1 */
  padding: 0;
  /* 3 */
  white-space: normal;
  /* 1 */
}

/**
 * 1. Add the correct display in IE 9-.
 * 2. Add the correct vertical alignment in Chrome, Firefox, and Opera.
 */
progress {
  display: inline-block;
  /* 1 */
  vertical-align: baseline;
  /* 2 */
}

/**
 * Remove the default vertical scrollbar in IE.
 */
textarea {
  overflow: auto;
}

/**
 * 1. Add the correct box sizing in IE 10-.
 * 2. Remove the padding in IE 10-.
 */
[type="checkbox"],
[type="radio"] {
  box-sizing: border-box;
  /* 1 */
  padding: 0;
  /* 2 */
}

/**
 * Correct the cursor style of increment and decrement buttons in Chrome.
 */
[type="number"]::-webkit-inner-spin-button,
[type="number"]::-webkit-outer-spin-button {
  height: auto;
}

/**
 * 1. Correct the odd appearance in Chrome and Safari.
 * 2. Correct the outline style in Safari.
 */
[type="search"] {
  /* -webkit-appearance: textfield; */
  /* 1 */
  outline-offset: -2px;
  /* 2 */
}

/**
 * Remove the inner padding and cancel buttons in Chrome and Safari on macOS.
 */
[type="search"]::-webkit-search-cancel-button,
[type="search"]::-webkit-search-decoration {
  -webkit-appearance: none;
}

/**
 * 1. Correct the inability to style clickable types in iOS and Safari.
 * 2. Change font properties to `inherit` in Safari.
 */
::-webkit-file-upload-button {
  -webkit-appearance: button;
  /* 1 */
  font: inherit;
  /* 2 */
}

/* Interactive
   ========================================================================== */
/*
 * Add the correct display in IE 9-.
 * 1. Add the correct display in Edge, IE, and Firefox.
 */
details,
menu {
  display: block;
}

/*
 * Add the correct display in all browsers.
 */
summary {
  display: list-item;
}

/* Scripting
   ========================================================================== */
/**
 * Add the correct display in IE 9-.
 */
canvas {
  display: inline-block;
}

/**
 * Add the correct display in IE.
 */
template {
  display: none;
}

/* Hidden
   ========================================================================== */
/**
 * Add the correct display in IE 10-.
 */
[hidden] {
  display: none;
}



fieldset {
  margin: 0;
  padding: 0;
  -webkit-margin-start: 0;
  -webkit-margin-end: 0;
  -webkit-padding-before: 0;
  -webkit-padding-start: 0;
  -webkit-padding-end: 0;
  -webkit-padding-after: 0;
  border: 0;
}

legend {
  margin: 0;
  padding: 0;
  display: block;
  -webkit-padding-start: 0;
  -webkit-padding-end: 0;
}

.s01 {
  width: 100%;
  min-height: 80vh;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: center;
      justify-content: center;
  -ms-flex-align: center;
      align-items: center;
      font-family: "Outfit", Sans-serif;
   /* background: url("../imgs/coupons_bg.jpg");  */
   background-color: #fff; 
  background-size: cover;
  background-position: center center;
  padding: 15px;
}

.s01 form {
  width: 100%;
  max-width: 1290px;
  display: flex;
  align-items: center;
  justify-content: center;
}

.s01 form legend {
  font-size: 72px;
  line-height: 1;
  color: #fff;
  margin-bottom: 60px;
}

.s01 form .inner-form {
  /* background: rgba(0,0,0,0.5); */
  /* background: rgb(241 239 239 / 50%); */
  padding: 50px 47px;
  display: -ms-flexbox;
  display: flex;
  flex-direction: column;
  /* width: 100%; */
  
  -ms-flex-pack: justify;
      justify-content: space-between;
  -ms-flex-align: center;
      align-items: center;
}

.s01 form .inner-form .input-field
 {
  /* margin-right: 30px; */
  height: 50px;
  width: 300px;
}

.s01 form .inner-form .input-field  input{
  height: 100%;
  background: #ffffff;
  border-radius:6px;
  border: 1px solid #c4c7c9 ;
  display: block;
  width: 100%;
  padding: 10px 32px;
  font-size: 20px;
 /* box-shadow: 0px 3px 10px 0px #ccc;  */
}
.s01 form .inner-form .input-field input select{
  height: 100% ;
  background: #ffffff;
  border-radius:10px;
  border:none !important;
  display: block;
  width: 100%;
  /* padding: 10px 32px; */
  font-size: 20px;
 box-shadow: 0px 3px 10px 0px #ccc; 
}

.s01 form .inner-form .input-field input.placeholder {
  color: #9a9a9a;
  font-size: 20px;
}

.s01 form .inner-form .input-field input:-moz-placeholder {
  color: #9a9a9a;
  font-size: 20px;
}

.s01 form .inner-form .input-field input::-webkit-input-placeholder {
  color: #9a9a9a;
  font-size: 20px;
}

.s01 form .inner-form .input-field input:hover, .s01 form .inner-form .input-field input:focus {
  box-shadow: none;
  outline: 0;
}

.s01 form .inner-form .input-field.first-wrap {
  -ms-flex-positive: 1;
      /* flex-grow: 1; 
    width: 100%;
    }

.s01 form .inner-form .input-field.second-wrap {
  /* width: 100%; */
  /* min-width: 180px; */
  margin-top: 1rem;
}

.s01 form .inner-form .input-field.third-wrap {
  width: 180px;
  margin-right: 0;
  margin-top: 0.8rem;
}

.s01 form .inner-form .input-field.third-wrap .btn-search {
  height: 100%;
  width: 100%;
  background: var(--bs-orange);
  white-space: nowrap;
  border-radius: 15px;
  font-size: 20px;
  color: #fff;
  transition: all .2s ease-out, color .2s ease-out;
  border: 0;
  cursor: pointer;
}

.s01 form .inner-form .input-field.third-wrap .btn-search:hover {
  background: #ea6913;
}

.navbar{
  background-color: #ffffff !important;
}

/* navbar v2 design and css */
.coupons_nav{
  background-color: #FFF2CA;
  border-radius: 100px;
  margin: auto;
  max-width: 780px;
}
.coupons_nav>li a{
  color: #422E72 !important;
  font-weight: 600;
  font-family: var(--bs-font-family);
}
.mobile-coupons-login{
  padding:0;
  border: none;
}
.coupons_nav>li a:hover{
  /* background-color:#fd7e14; */
  color: #fd7e14 !important;
  /* border-radius: 50px;
  width: 100%;
  height:100% ; */
}
.mobile-coupons-login .lin_2{
  cursor: pointer;
  position:static ;
  font-weight: 600;
  width:auto;
  border: 0;
}

.couponsbtn{
  background: linear-gradient(55deg, #FEB509, #FF9800);
  color: white;
  border-radius: 50px;
  border: orange;
  font-size: 1rem !important;
  width: 110px;
  font-weight: 600;
}

/* home v2 design and css */
.coupon_head{
  text-transform: capitalize;
  background: linear-gradient(to right, #FC7D14 10%, #FED834 100%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}
.coupons_home_card >h2{
  font-size: 2.5rem;
  text-align: left;
  font-weight: 700;
  margin: 2rem 0 0.6rem 0;
}
.coupons_home_card >p{
  width: 95%;
  font-size:1.2rem;
}
.bg-light-orange{
  border: 1px solid #FD7E14 !important;
  background: #fff2ca;
}
.bg-light-orange > h3{
  width: 50%;
  font-weight: 600;
  margin: auto;
  font-size: 1.5rem;
  color: #422e72;
  line-height: 28px;
  padding-bottom: 1rem;
}
.bg-light-orange h3 > span{
  text-transform: capitalize;
  background: linear-gradient(to right, #feac06  10%, #FC7D14  100%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}
.couponsbtn{
  background: linear-gradient(55deg, #FEB509, #FF9800);
  color: white;
  border-radius: 50px;
  border: orange;
  font-size: 0.8rem;
  font-weight: 600;
  }

   /* play youtupe banner vdieo css */
   .video-container-youtupe{
    position: relative;
}
.video-container-youtupe > #play-button{
    position: absolute; 
    top: 50%; 
    left: 50%; 
    transform: translate(-50%, -50%); 
    cursor: pointer; 
    z-index:2;
    display:flex;
    align-items: center;
    justify-content: center;
    margin: auto;
    width: 35px;
    height: 35px;
}
.video-container-youtupe > #thumbnail{
    position: absolute; 
    top:0; 
    left:0;
    right:0;
    bottom:0;
    overflow:hidden
}
.video-container-youtupe > #thumbnail img{
  width: 100%;
  height: 100%;
  object-fit: cover;
}

#play-button i {
  position: relative;
  z-index: 3;
} 

#play-button:before {
  content: "";
  position: absolute;
  z-index: 0;
  left: 50%;
  top: 50%;
  transform: translateX(-50%) translateY(-50%);
  display: block;
  width:65px;
  height:65px;
  background:var(--bs-orange);
  border:2px solid white;
  border-radius: 50%;
  animation: pulse-border 1100ms ease-out infinite;
}

#play-button:after {
  content: "";
  position: absolute;
  z-index: 1;
  left: 50%;
  top: 50%;
  transform: translateX(-50%) translateY(-50%);
  display: block;
  width: 60px;
  height: 60px;
  background: var(--bs-orange);
  border-radius: 50%;
  transition: all 200ms;
}

@keyframes pulse-border {
  0% {
    transform: translateX(-50%) translateY(-50%) translateZ(0) scale(1);
    opacity: 1;
  }
  100% {
    transform: translateX(-50%) translateY(-50%) translateZ(0) scale(1.5);
    opacity: 0;
  }
}
/* nav tabels */
.tabls-item>.nav-link {
  font-weight: 500;
  color: #000;
  font-size: 1rem;
  border-bottom: 3px solid white;
}

/* crowfunding page css  v2 */
.termssubtitle {
  color: #999999;
  font-size: 0.9rem;
}

.gride-rowes {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 1rem;
}

.crowinput {
  background: rgb(244, 244, 244);
  padding: 1rem 0.5rem;
  width: 100%;
  border-radius: 10px;
  color: black;
  display: flex;
  /* margin: 1rem ; */
  cursor: pointer;
  
}
.crowinput:hover{
  background-color:rgb(255 152 0 / 41%) ;
}

.crowinput span {
  color: black;
  font-size: 1.2rem;
  margin: auto;
  font-weight: 700;
}

.crowinout {
  background: rgb(244, 244, 244);
  padding: 1rem;
  width: 100%;
  border-radius: 10px;
  margin: 1rem 0;
  display: flex;
  align-items: center;
  flex-wrap: wrap;
}

.crowinout>span {
  color: black;
  font-size: 1.2rem;
  font-weight: 600;
}

.crowinout>input {
  background: transparent;
  border: none;
  font-size: 1.1rem;
  font-weight: 600;
  padding: 1rem 0.5rem;
  flex-grow: 3;
}

.crowinout>input:focus {
  border: 0;
  box-shadow: 0;
  outline: 0;

}

#getequitybutton {
  display: none;
}

#crowsharecarde {
  display: none;
}

.crowPrivacy p {
  font-size: 10px;
}

.crowflex {
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin-bottom: 0.6rem;
}
.crowaccordian{
  background: transparent !important;
  border-bottom: 1px solid #cccccc !important;
  color: #4b4747 !important;
}
.overlay {
      position: fixed;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      background-color: rgba(225, 225, 225, 0.6); /* Black with 90% opacity */
      display: none; /* Hide the overlay by default */
      z-index:4; /* Ensure it's above other content */
      
  }

.crowinout {
  position: relative;
  z-index: 10; /* Ensure it's above the overlay */
}
.crowtooltip{
  border: 1px solid #4b4747;
  border-radius: 50%;
  width: 15px;
  height: 15px;
  font-size: 12px;
  margin: 0 0.2rem;
  padding: 0;
  display: inline-flex;
  align-items: center;
  justify-content: center;
}
.crowtooltip .tooltip-arrow .tooltip-inner{
  background-color: #4b4747 !important;
}
#share100,#share500,#share1000{
  display: none;
  text-align: center;
  border: 1px solid #fcf9f5;
  padding: 1rem 0;
  background: #fcf9f5;
  border-radius: 5px;
  position: relative;
  z-index: 10;
}

  /* footer v2 css  */
  .footer-section {
    margin-top: 2rem;
    background-color: red;
    background-image: radial-gradient( circle at top right, #feb509, #FC8412 40% );
    }

.site-logo{
    margin-bottom: 10px;
}

.footer-top .widget-title {
    color: #000;
    font-size: 1.3rem;
    font-weight: 600;
    margin-bottom: 30px;
}
.course-links-widget{
    width: 50%;
    margin: auto;
}

.coupons-link-list{
    padding-left: 0;
    line-height: 30px;
}
.coupons-link-list li a{
    text-decoration: none;
    font-size: 1rem;
    color: white;
    transition: all .2s ease-in-out;
}
.coupons-link-list li a:hover{
  color: black;
}

.social-menu ul li a {
    display: flex;
    align-items: center;
    justify-content: center;
    height: 40px;
    width: 40px;
    color: black;
    font-size: 1.2rem;
    border-radius: 50%;
    background-color: #fff;
    text-align: center;
    transition: .6s;
    box-shadow: 0 5px 4px rgba(0, 0, 0, .1);
}

.social-menu ul li a:hover {
    transform: translate(0, -5%);
    color: white;
}

.social-menu ul li a:hover {
    background-color: #000;
}

.footer-bottom {
    padding: 13px 0;
    border-top: 1px solid rgba(255, 255, 255, 0.149);
}

.copy-right-text {
    color: #ffffff;
}

.copy-right-text a {
    color: #ffb606;
}
.terms-privacy li a{
    color: white;
    transition: all .2s ease-in-out;
    text-decoration: none;
}
.terms-privacy li a:hover{
  color: black;
}
@media screen and (max-width: 1024px) {
  .s01 form legend {
    font-size: 50px;
    text-align: center;
    margin-bottom: 50px;
  }
.s01 {
  width: 100%;
  min-height:75vh;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: center;
      justify-content: center;
  -ms-flex-align: center;
      align-items: center;
      font-family: "Outfit", Sans-serif;
   /* background: url("../imgs/coupons_bg.jpg");  */
   background-color: #fff; 
  background-size: cover;
  background-position: center center;
  padding: 15px;
}
  .s01 form .inner-form {
    padding: 30px 35px;
  }
  .s01 form .inner-form .input-field {
    height: 50px;
  }
}

@media screen and (max-width: 767px) {
  .s01 form legend {
    font-size: 40px;
    margin-bottom: 40px;
  }
.s01 {
  width: 100%;
  min-height:70vh;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: center;
      justify-content: center;
  -ms-flex-align: center;
      align-items: center;
      font-family: "Outfit", Sans-serif;
   /* background: url("../imgs/coupons_bg.jpg");  */
   background-color: #fff; 
  background-size: cover;
  background-position: center center;
  padding: 15px;
}
  .s01 form .inner-form {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    padding: 20px;
  }
  .s01 form .inner-form .input-field {
    margin-right: 0;
  }
  .s01 form .inner-form .input-field input {
    padding: 5px 15px;
    font-size: 16px;
  }
  .s01 form .inner-form .input-field.first-wrap {
    width: 100%;
    margin-bottom: 20px;
  }
  .s01 form .inner-form .input-field.second-wrap {
    /* width: calc(50% - 10px); */
    min-width: auto;
  }
  .s01 form .inner-form .input-field.third-wrap {
    width: calc(50% - 10px);
  }
  .s01 form .inner-form .input-field.third-wrap .btn-search {
    font-size: 16px;
  }
  .coupons_nav{
    background-color: #FFF2CA;
    border-radius: 0px;
    max-width: 100%;
  }
  .coupons_vdieo_card{
    margin: 1rem 0 !important;
  }
  .bg-light-orange > h3{
    width: 100%;
    font-size: 1rem;
  }
  .course-links-widget{
    width: 100%;
    margin: auto;
  }
  /* .mobile-coupons-login .lin_2{
    cursor: pointer;
    position:absolute ;
    bottom:-25px;
    left: 0;
    right: 0;
    font-weight: 600;
    width:100%;
    background: lightgray;
  } */
}


.select-fe{
  height: 100%;
  background: #ffffff;
  border-radius:10px;
  border: 0;
  display: block;
  font-size: 25px;
  box-shadow: 0px 3px 10px 0px #ccc;
  margin: 0rem 0.3rem;
}

html {
  scroll-behavior: smooth;
}

 /* ===== nav head===== 

 .container-fluid{
  width: 100%;
  display: flex;
  justify-content:space-between;
  align-items: center;
  position: fixed;
  padding: 2rem 1rem;
 }

 .container-fluid .logo a{
  text-decoration: none;
  color:rgb(14, 13, 13);
  font-family: 'Oswald', sans-serif;
  font-weight: 600;
  letter-spacing:0.5px;
  font-size: 2rem;
 }
 .link{
  background-color: rgb(0,0,0,0.2);
  display: flex;
  gap:5px;
  justify-content: center;
  align-items: center;
  color:rgb(0, 0, 0);
  padding:10px 12px;
  border-radius: 5px;
 }
  .nav-link {
  display:flex;
  flex-direction: row;
  align-items: center;
  margin-left: 1rem;
 }
 .nav-link >li,a{
  text-decoration: none;
  color:rgb(0, 0, 0);
  letter-spacing: 0.9px;
  font-weight: 100;
  font-family: 'Poppins', sans-serif;
  list-style-type: none;
  
 }*/
@media (min-width:600px) {
  .link{
    background-color: rgb(0,0,0,0.2);
    display: flex;
    gap:0px;
    justify-content: center;
    align-items: center;
    color:rgb(0, 0, 0);
    padding:10px 12px;
    border-radius: 5px;
   }
   
}

 /* mopile-menu */
 .pen .navbar-toggle {
	border: none;
	background: transparent !important;
}

.pen .navbar-toggle:hover {
	background: transparent !important;
}

.pen .navbar-toggle .icon-bar {
	width: 22px;
	-webkit-transition: all 0.2s;
	transition: all 0.2s;
}

/* ANIMATED X */
.navbar-toggle.x .icon-bar:nth-of-type(1) {
	-webkit-transform: rotate(45deg);
	-ms-transform: rotate(45deg);
	transform: rotate(45deg);
	-webkit-transform-origin: 10% 10%;
	-ms-transform-origin: 10% 10%;
	transform-origin: 10% 10%;
}

.navbar-toggle.x .icon-bar:nth-of-type(2) {
	opacity: 0;
	filter: alpha(opacity=0);
}

.navbar-toggle.x .icon-bar:nth-of-type(3) {
	-webkit-transform: rotate(-45deg);
	-ms-transform: rotate(-45deg);
	transform: rotate(-45deg);
	-webkit-transform-origin: 10% 90%;
	-ms-transform-origin: 10% 90%;
	transform-origin: 10% 90%;
}

/* ANIMATED X COLLAPSED */
.navbar-toggle.x.collapsed .icon-bar:nth-of-type(1) {
	-webkit-transform: rotate(0);
	-ms-transform: rotate(0);
	transform: rotate(0);
}

.navbar-toggle.x.collapsed .icon-bar:nth-of-type(2) {
	opacity: 1;
	filter: alpha(opacity=100);
}

.navbar-toggle.x.collapsed .icon-bar:nth-of-type(3) {
	-webkit-transform: rotate(0);
	-ms-transform: rotate(0);
	transform: rotate(0);
}

.navbar{
  z-index: 999 !important;
}

 .navbar-collapse{
  flex-grow:0 !important;
 }
 .link{
  background-color: rgba(252, 251, 251, 0.753); 
 
  display: flex;
  gap:5px;
  justify-content: center;
  align-items: center;
  color:rgb(247, 245, 245);
  padding: 7px 10px ;
  border-radius: 5px;
  cursor: pointer;
 }
 .link p{
  background-color: var(--bs-orange);
  display: flex;
  gap:5px;
  justify-content: center;
  align-items: center;
  color:rgb(247, 245, 245);
  padding: 7px 10px ;
  border-radius: 5px;
  cursor: pointer;
  margin: 0;
  width: 150px;
 }
 p>.none{
  display: none;
}
.navbar-brand {
  text-decoration: none;
  color:rgb(14, 13, 13);
  font-family: 'Oswald', sans-serif;
  font-weight: 600;
  letter-spacing:0.5px;
  font-size: 2rem !important;
 }

.nav-hov>.nav-li>.nav-a {
  color: #0e0d0d;
  font-size: 1rem;
  text-decoration: none;
  text-transform: uppercase;
  font-weight: 100;
  transition: all .5s;
  border-radius: 20px;
  font-family: "Outfit", Sans-serif;
}
@media (min-width:500px) {
    p>.none{
      display: block;
  }
  
}
.nav-a:hover {
  background-color:var(--bs-orange);
  color:white!important;
  
}
.nav-a:hover:before {
  opacity: 1;
  bottom: -8px;
  left: -8px;
}
.nav-a:hover:after {
  opacity: 1;
  top: -8px;
  right: -8px;
}

.mopile_menu>span{
  color:var(--bs-gray-dark)!important;
}




/* bottom-nav */

.navbar-bottom{
  /* position: absolute; */
  bottom: 0;
  z-index:99;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: space-between;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
  width: 100%;
}


.nav {
  width: 100%;
  text-align: center;
  justify-content: center;
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  height:60px;
}

/* @media (max-width:480px) {
  .nav {
    width: 100%;
    text-align: center;
    justify-content: center;
    position: relative;
    bottom: 0;
    left: 0;
    right: 0;
  }
} */


.bottom-nav ul{
  padding:0;
}

.nav ul li {
  list-style-type: none;
  display: inline-block;
  padding: 10px;
}


.nav ul li .nav-link {
  text-decoration: none;
  color: #1d1b1b;
  padding:5px;
  font-size: 1rem;

}

.nav ul li .nav-link:hover {
  background: var(--bs-orange);
  color: #efefef;
  border-radius:10px ;
}


.nav .box {
  width: 100%;
  padding: 50px;
  background: #fff;
  margin-top: 50px;
  border-radius: 10px;
  box-shadow: 0 0 10px -3px rgba(0, 0, 0, .1);
}
/* search page */
.serach-form {
  width: 100%;
  /* min-height:80vh; */
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: center;
      justify-content: center;
  -ms-flex-align: center;
      align-items: center;
      font-family: "Outfit", Sans-serif;
   /* background: url("../imgs/coupons_bg.jpg");  */
   background-color: #fff; 
  background-size: cover;
  background-position: center center;
  padding: 15px;
}

.serach-form form {
  width: 100%;
  max-width: 1290px;
}

.serach-form form legend {
  font-size: 72px;
  line-height: 1;
  color: #fff;
  margin-bottom: 60px;
}

.serach-form form .inner-form {
  /* background: rgba(0,0,0,0.5); */
  /* background: rgb(241 239 239 / 50%); */
  /* padding: 50px 47px; */
  display: -ms-flexbox;
  display: flex;
  /* flex-direction: column; */
  width: 100%;
  -ms-flex-pack: justify;
      justify-content: space-between;
  -ms-flex-align: center;
      align-items: center;
      gap:0.9rem ;
}

.serach-form form .inner-form .input-field {
  /* margin-right: 30px; */
  height: 58px;
}

.serach-form form .inner-form .input-field input {
  height: 100%;
  background: #ffffff;
  border-radius:10px;
  border: 1px solid #c4c7c9 ;
  display: block;
  width: 100%;
  padding: 10px 32px;
  font-size: 20px;
  
}



.serach-form form .inner-form .input-field input.placeholder {
  color: #9a9a9a;
  font-size: 20px;
}

.serach-form form .inner-form .input-field input:-moz-placeholder {
  color: #9a9a9a;
  font-size: 20px;
}

.serach-form form .inner-form .input-field input::-webkit-input-placeholder {
  color: #9a9a9a;
  font-size: 20px;
}

.serach-form form .inner-form .input-field input:hover, .serach-form form .inner-form .input-field input:focus {
  box-shadow: 0px 3px 10px 0px #ccc;
  outline: 0;
}

.serach-form form .inner-form .input-field.first-wrap {
  -ms-flex-positive: 1;
      /* flex-grow: 1; */
    width: 60%;
    }

.serach-form form .inner-form .input-field.second-wrap {
  width: 40%;
  /* min-width: 180px; 
  margin-top: 1rem;*/
}

.serach-form form .inner-form .input-field.third-wrap {
  width: 130px;
  margin-right: 0;
  /* margin-top: 0.8rem; */
}

.serach-form form .inner-form .input-field.third-wrap .btn-search {
  height: 100%;
  width: 100%;
  background: var(--bs-orange);
  white-space: nowrap;
  border-radius: 15px;
  font-size: 20px;
  color: #fff;
  transition: all .2s ease-out, color .2s ease-out;
  border: 0;
  cursor: pointer;
}

.serach-form form .inner-form .input-field.third-wrap .btn-search:hover {
  background: var(--bs-orange);
}
@media (max-width:500px) {
  .serach-form form .inner-form .input-field input {
    height: 45px;
    background: #ffffff;
    border-radius: 5px;
    border: 1px solid #c4c7c9 ;
    display: block;
    width: 100%;
    padding: 10px 32px;
    font-size: 20px;
    
  }
  .serach-form form .inner-form .input-field {
    height: 45px;
  }
  
}

@media screen and (min-width: 1002px) {
  .serach-form form legend {
    font-size: 50px;
    text-align: center;
    margin-bottom: 50px;
  }
  .serach-form form .inner-form {
    padding: 30px 35px;
  }
  .serach-form form .inner-form .input-field {
    height: 50px;
  }
  
}

@media screen and (max-width: 767px) {
  .serach-form form legend {
    font-size: 40px;
    margin-bottom: 40px;
    
  }
  
  .serach-form form .inner-form {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    padding: 20px;
  }
  .serach-form form .inner-form .input-field {
    margin-right: 0;
  }
  .serach-form form .inner-form .input-field input {
    padding: 5px 15px;
    font-size: 16px;
  }
  .serach-form form .inner-form .input-field.first-wrap {
    width: 100%;
    margin-bottom: 20px;
  }
  .serach-form form .inner-form .input-field.second-wrap {
    /* width: calc(50% - 10px); */
    min-width: auto;
  }
  .serach-form form .inner-form .input-field.third-wrap {
    width: calc(40% - 10px);
  }
  .serach-form form .inner-form .input-field.third-wrap .btn-search {
    font-size: 16px;
  }
}



/* login bage */
/* login bage */
.form-control {
  box-shadow: none;
  border-color: #ddd;
}
.form-control:focus {
  border-color: #4aba70; 
}
.login-form {
  width: 100%;
  min-height: 80vh;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
}
.merchantrefer-form {
  width: 100%;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
}
.merchantrefer-form form 
{
  color: #434343;
border-radius: 1px;
  background: #fff;
border: 1px solid #f3f3f3;
  box-shadow: 0px 2px 2px rgba(0, 0, 0, 0.3);
  padding: 8px;
  min-width:350px;
}
@media(min-width:1024px){
  .login-form {
  width: 100%;
  /* height: 100vh; */
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
}
.login-form form 
{
  color: #434343;
border-radius: 1px;
margin-bottom: 15px;
  background: #fff;
border: 1px solid #f3f3f3;
  box-shadow: 0px 2px 2px rgba(0, 0, 0, 0.3);
  padding: 30px;
  min-width:350px;
}
}
.login-form form {
color: #434343;
border-radius: 1px;
margin-bottom: 15px;
background: #fff;
border: 1px solid #f3f3f3;
box-shadow: 0px 2px 2px rgba(0, 0, 0, 0.3);
padding: 30px;
width:350px;
}
.login-form h4 {
  text-align: center;
  font-size: 22px;
  margin-bottom: 20px;
}
  .login-form .avatar {
  color: #fff;
  margin: 0 auto 30px;
  text-align: center;
  width: 60px;
  height: 60px;
  border-radius: 50%;
  z-index: 9;
  background:var(--bs-orange);
  display: flex;
  align-items: center;
  justify-content: center;
  line-height: none;
  box-shadow: 0px 2px 12px 0px rgba(0, 0, 0, 0.2);
}
  .login-form .avatar i {
      font-size: 42px;
  }
  .login-form .form-group {
      margin-bottom: 20px;
  }
.login-form .form-control, .login-form .btn {
  min-height: 40px;
  border-radius: 2px; 
      transition: all 0.5s;
}
.login-form .close {
  position: absolute;
  top: 15px;
  right: 15px;
}
.new-class{
  border-color: red !important;
}
.preference-box>.select2 {
  width: 100% !important;
}
.login-form .btn {
  background: var(--bs-orange);
  border: none;
  border-radius: 5px;
  line-height: normal;
}
.login-form .btn:hover, .login-form .btn:focus {
  background: #E46C1D;
}
  .login-form .checkbox-inline {
      float: left;
  }
  .login-form input[type="checkbox"] {
      margin-top: 2px;
  }
  .login-form .forgot-link {
      float: right;
  }
 .sign-form .sign-forgot-link {
  /* float: left; */
  text-align: center;
}

.login-form  textarea {
  border-radius: 5px;
  display: block;
  width: 100%;
  background: #fff;
  resize: none;
  line-height: 1.4;
  overflow: hidden;
  /* height: 150px; */
  padding: 8px;
  outline: none;
}


  .login-form .small {
      font-size: 13px;
  }
  .login-form a {
      color: #0a58ca;
  }
 /* login and signup
 body {
  display: grid;
  width: 100%;
  margin: center;
  background: #fff;
}

.container {
  max-width: 80rem;
  margin: auto;
  padding: 0 1rem;
  z-index: 2;
}

.wrapper {
  max-width: 28rem;
  border-radius: 15px;
  box-shadow: 0px 15px 20px rgba(0, 0, 0, 0.1);
  overflow: hidden;
}
.wrapper .title-text {
  padding: 2rem;
  display: flex;
  width: 180%;
  background: #0a58ca;
}
.wrapper .title-text .title {
  user-select: none;
  width: 50%;
  font-size: 35px;
  font-weight: 600;
  text-align: center;
  transition: all 0.6s cubic-bezier(0.68, -0.55, 0.265, 1.55);
  color: #fffdfd;
}
.wrapper .form-container {
  width: 100%;
  overflow: hidden;
}
.wrapper form {
  padding: 1.5rem 30px;
  padding-top: 0;
}
.wrapper form .field {
  height: 50px;
  width: 100%;
  margin-top: 20px;
  position: relative;
}
.wrapper form .field input {
  color: #232323;
  height: 100%;
  width: 100%;
  outline: none;
  font-size: 17px;
  padding-left: 20px;
  border: 1px solid lightgrey;
  border-radius: 25px;
  transition: all 0.3s ease;
  padding: 0 0.8rem;
}
.wrapper form .field input:focus {
  border-color: #fcb900;
}
.wrapper form .field input::selection {
  background: #fcb900;
  color: #232323;
}
.wrapper form .field input[type=submit] {
  color: #ffffff;
  font-size: 20px;
  font-weight: 500;
  padding-left: 0px;
  border: none;
  cursor: pointer;
  background: #0a58ca;
  font-weight: bold;
}
.wrapper form .field label {
  position: absolute;
  top: 50%;
  left: 20px;
  color: #999999;
  font-weight: 400;
  font-size: 17px;
  pointer-events: none;
  transform: translateY(-50%);
  transition: all 0.3s ease;
}

.field input:valid {
  border-color: #fcb900;
}
.field input:valid ~ label {
  top: 0%;
  font-size: 16px;
  color: #999999;
  background: #fff;
  transform: translateY(-50%);
}
.field input:focus ~ label {
  top: 0%;
  font-size: 16px;
  color: #d39d09;
  background: #fff;
  transform: translateY(-50%);
}

.form-container {
  background: white;
  padding: 0 30px;
}
.form-container .slide-controls {
  position: relative;
  display: flex;
  height: 50px;
  width: 100%;
  overflow: hidden;
  border-radius: 2rem;
  margin: 30px 0 10px 0;
  justify-content: space-between;
  border: 1px solid lightgrey;
}
.form-container .form-inner {
  display: flex;
  width: 200%;
}
.form-container .form-inner form {
  width: 50%;
  transition: all 1s cubic-bezier(0.68, -0.55, 0.265, 1.55);
}

.slide-controls .slide {
  color: #ffffff;
  height: 100%;
  width: 100%;
  z-index: 1;
  font-size: 18px;
  font-weight: 500;
  text-align: center;
  line-height: 50px;
  cursor: pointer;
  transition: all 0.6s ease;
  user-select: none;
}
.slide-controls .text-signup {
  color: #6f6f6f;
}
.slide-controls .slide-tab {
  position: absolute;
  height: 100%;
  width: 50%;
  left: 0;
  border-radius: 0.1rem;
  z-index: 0;
  background: #0a58ca;
  transition: all 0.6s cubic-bezier(0.68, -0.55, 0.265, 1.55);
}

input[type=radio] {
  display: none;
}

#signup:checked ~ .slide-tab {
  left: 50%;
}
#signup:checked ~ .text-signup {
  color: #ffffff;
}
#signup:checked ~ .text-login {
  color: #6f6f6f;
}

.icon-password {
  position: absolute;
  top: 50%;
  right: 20px;
  color: #999999;
  font-size: 19px;
  transform: translateY(-50%);
  z-index: 5;
  cursor: pointer;
}

#alertuname {
  display: none;
  margin-left: 0.5rem;
  margin-top: 0.5rem;
  color: #bb0000;
  font-size: 0.8rem;
  animation: shake 0.5s ease-in-out;
  animation-timing-function: cubic-bezier(0.36, 0.07, 0.19, 0.97);
  animation-iteration-count: 1.5;
  transition: all 1s;
}

#alertpass {
  display: none;
  margin-left: 0.5rem;
  margin-top: 0.5rem;
  color: #bb0000;
  font-size: 0.8rem;
  animation: shake 0.5s ease-in-out;
  animation-timing-function: cubic-bezier(0.36, 0.07, 0.19, 0.97);
  animation-iteration-count: 1.5;
  transition: all 1s;
}

#alertcpass {
  display: none;
  margin-left: 0.5rem;
  margin-top: 0.5rem;
  color: #bb0000;
  font-size: 0.8rem;
  animation: shake 0.5s ease-in-out;
  animation-timing-function: cubic-bezier(0.36, 0.07, 0.19, 0.97);
  animation-iteration-count: 1.5;
  transition: all 1s;
}

#alertlpass {
  display: none;
  margin-left: 0.5rem;
  margin-top: 0.5rem;
  color: #bb0000;
  font-size: 0.8rem;
  animation: shake 0.5s ease-in-out;
  animation-timing-function: cubic-bezier(0.36, 0.07, 0.19, 0.97);
  animation-iteration-count: 1.5;
  transition: all 1s;
}

@keyframes shake {
  0% {
    transform: translateX(0);
  }
  25% {
    transform: translateX(-10px);
  }
  50% {
    transform: translateX(10px);
  }
  75% {
    transform: translateX(-10px);
  }
  100% {
    transform: translateX(0);
  }
}
.btn {
  margin: auto;
  border: 0;
  background-color: var(--bg2);
  border-radius: 1.5em;
  display: block;
  position: relative;
  width: 100%;
  height: 3em;
  transition: width 0.3s ease-in-out;
  cursor: pointer;
  font-size: 1.1rem;
  font-weight: bold;
}

.btn:not(:disabled):active {
  transform: translateY(0.1em);
}

.btn__text {
  background-image: #fcb900;
  border-radius: inherit;
  color: #232323;
  display: inline-block;
  padding: 0.75em 1.5em;
  transition: background-color 0.15s linear, color 0.15s 0.3s ease-in-out;
  width: 100%;
}

.btn:not(:disabled):focus .btn__text,
.btn:not(:disabled):hover .btn__text {
  background-color: #fcb900;
}

.btn__progress {
  overflow: visible;
  position: absolute;
  top: 0;
  left: 0;
  width: 3em;
  height: 3em;
  visibility: hidden;
}

.btn__progress-track {
  r: 12px;
  stroke: var(--bg2);
  stroke-width: 24;
}

.btn__progress-fill {
  stroke: #fcb900;
  stroke-dashoffset: 125.66;
}

.btn__progress-check {
  stroke: white;
  stroke-dashoffset: 34;
} */

/* Both states 
.btn--running,
.btn--done {
  outline: none;
  pointer-events: none;
  width: 3em;
  user-select: none;
  -moz-user-select: none;
  -webkit-user-select: none;
}

.btn--running .btn__text,
.btn--done .btn__text {
  color: transparent;
  transition: background-color 0.3s ease-in-out, visibility 0.3s steps(1);
}

.btn--running .btn__progress,
.btn--done .btn__progress {
  visibility: visible;
}*/

/* Running state 
.btn--running .btn__text {
  background-color: #fcb900;
  visibility: hidden;
}

.btn--running .btn__progress {
  transition: visibility 0.3s 0.3s steps(1, start);
}

.btn--running .btn__progress-track {
  r: 20px;
  stroke-width: 8;
  transition: r 0.3s 0.3s ease-in-out, stroke-width 0.3s 0.3s ease-in-out;
}

.btn--running .btn__progress-fill {
  stroke-dashoffset: 0;
  transition: stroke-dashoffset 2s 0.6s linear;
}*/

/* Done state 
.btn--done .btn__progress-track {
  stroke: #2623e2a6;
  transition: r 0.3s ease-in-out, stroke-width 0.3s ease-in-out;
}

.btn--done .btn__progress-check {
  stroke-dashoffset: 0;
  transition: stroke-dashoffset 0.3s 0.3s ease-out;
}

#modalContainer {
  z-index: 3;
  display: none;
  position: fixed;
  bottom: 0;
  left: 1rem;
}
#modalContainer .modal-content {
  border-radius: 0.5rem;
  background: #fefefe;
  margin-bottom: 15px;
  box-shadow: 0px 15px 20px rgba(0, 0, 0, 0.1);
  direction: rtl;
  animation: animatetop 1s;
  overflow: hidden;
  display: flex;
  justify-content: space-between;
  padding: 15px 15px;
  text-align: justify;
  font-size: 95%;
  color: #3d3c3c;
  color: red;
}
#modalContainer .modal-content i {
  margin-left: 0.5rem;
  font-size: 99%;
}

@keyframes animatetop {
  0% {
    margin-bottom: -500px;
    opacity: 0;
  }
  100% {
    margin-bottom: 15px;
    opacity: 1;
  }
}
.mooj {
  position: absolute;
  width: 100%;
  height: 100vh;
}*/

/* Project Responsive 
@media only screen and (max-width: 1200px) {
  .container {
    max-width: 80rem;
  }
}
@media only screen and (max-width: 992px) {
  .container {
    max-width: 80rem;
  }
}
@media only screen and (max-width: 768px) {
  .container {
    max-width: 650px;
  }

  .wrapper {
    max-width: 100%;
  }
}
@media only screen and (max-width: 576px) {
  .container {
    max-width: 100%;
  }
}*/



/* mergent */
.grid-container {
  border: solid 1px #eeeeee;
  /* padding: 0.5vw; */
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  grid-auto-rows: 24.5vw;
  /* grid-gap: 0.6vw; */
}
@media (min-width:800px) {
  .grid-container {
      border: solid 1px #eeeeee;
      /* padding: 0.5vw; */
      display: grid;
      grid-template-columns: repeat(2, 1fr);
      grid-auto-rows: 24.5vw;
      /* grid-gap: 0.6vw; */
    }
}
@media (min-width:900px) {
  .grid-container {
      border: solid 1px #eeeeee;
      /* padding: 0.5vw; */
      display: grid;
      grid-template-columns: repeat(4, 1fr);
      grid-auto-rows: 15.1vw;
      grid-gap: 0.6vw;
    }
}

.griditem {
  background-color: #e0e2e5;
  border: 1px solid rgb(161, 158, 158);
  background-position: center;
  /* filter: grayscale(100%); */
  padding: 2vw;
  font-size: 0.8em;
  box-sizing: border-box;
}
.griditem:hover {
  cursor: pointer;
  /* filter: brightness(70%) grayscale(100%); */
}

.image1 {
  background-position: center;
  background-image: url("http://toms-burgers-los-angeles.com/wp-content/uploads/2015/02/menu_items1.png");
  /*grid-area: image1;*/
  background-repeat: no-repeat;
}
.image2 {
  background-image: url("http://toms-burgers-los-angeles.com/wp-content/uploads/2015/02/reco_img1.png");
  background-repeat: no-repeat;
  /*grid-area: image2;*/
}
.image3 {
  background-image: url("http://toms-burgers-los-angeles.com/wp-content/uploads/2015/02/menu_items6.png");
  background-repeat: no-repeat;
  /*grid-area: image3;*/
}
.image4 {
  background-image: url("http://toms-burgers-los-angeles.com/wp-content/uploads/2015/02/menu_items5.png");
  background-repeat: no-repeat;
  /*grid-area: image4;*/
}
.image5 {
  background-image: url("http://toms-burgers-los-angeles.com/wp-content/uploads/2015/02/menu_items3.png");
  background-repeat: no-repeat;
}
.image6 {
  background-image: url("http://toms-burgers-los-angeles.com/wp-content/uploads/2015/02/menu_items3.png");
  background-repeat: no-repeat;
}
.image7 {
  background-image: url("http://toms-burgers-los-angeles.com/wp-content/uploads/2015/02/menu_items3.png");
  background-repeat: no-repeat;
}
.image8 {
  background-image: url("http://toms-burgers-los-angeles.com/wp-content/uploads/2015/02/menu_items3.png");
  background-repeat: no-repeat;
}
.modal {
  z-index: 3;
  display: none;
  position: fixed;
  left: 0;
  top: 0;
  /* below covers window area*/
  width: 100%;
  height: 100%;
  overflow: auto;
  background-color: #ffffff;
}
.modal-content {
  display: block;
}
.modal-btn {
  color: red;
  padding: 4px 8px;
  position: absolute;
  right: 10vw;
  top: 1vh;
}
.modal-btn:hover {
  background-color: red;
  color: white;
  cursor: pointer;
}
.animate-zoom {
  animation: animatezoom 0.8s;
}
@keyframes animatezoom {
  from {
    transform: scale(0);
  }
  to {
    transform: scale(1);
  }
}
.topright {
  position: relative;
  right: 0;
  top: 0;
}
.mod-img {
  object-fit: scale-down;
  display: block;
  height: 98vh;
  width: 100%;
  max-width: 99vw;
  margin: 1vh auto;
}



.modal{
  background-color:blur(5px) !important;

}

.bg-warn{
  background-color:var(--bs-orange) !important;
  font-family: "Outfit", Sans-serif;
  letter-spacing: 1px;
}

.card-img-top{
  height: 15vh !important;
}

@media (min-width:1300) {

  .coupons_nav{
    background-color:transparent;
    border-radius: 0px;
    /* padding:1rem 0.5rem;
    margin:0 7rem; */
  }
}
@media (max-width:1100) {
  .card-img-top{
    height: 25vh !important;
  }
  .coupons_nav{
    background-color:transparent;
    border-radius: 0px;
    /* padding:1rem 0.5rem;
    margin:0 6rem; */
  }
}
.card-img-overlay {
  position: absolute;
  top:unset !important;
  right: 0;
  bottom: 0;
  padding-left: 1rem !important;
  border-radius: calc(0.25rem - 1px);
}
  
/* Modal for image */

.modal {
  display: none;
  position: fixed;
  z-index: 1;
  padding-top: 100px;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  overflow: auto;
  background-color: rgb(0,0,0);
  background-color: rgba(0,0,0,0.9);
}


#modalImg {
  margin: auto;
  display: block;
  max-width: 100%;
  max-height: 80%;
}


.close {
  position: absolute;
  top: 15px;
  right: 15px;
  font-size: 35px;
  font-weight: bold;
  color: #fcfafa;
  cursor: pointer;
}

/* Merchant Portal Page */
.bage {
  font-size: 0.9rem;
  background:rgb(255 138 4 / 38%);
  padding: 0.4rem 0.4rem;
  border-radius: 10px;
}

.bages{
  font-size: 1.2rem;
  background:#ffff;
  width: 70px;
  height: 30px;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius:0px 15px;
  border: 1px solid #ccc;
}
.top-unset{
  padding: 0 1rem 0.2rem !important;position: absolute;
  right: 0 !important;
  bottom: 0;
  left: unset !important;
  padding-left: 1rem !important;
  border-radius: calc(0.25rem - 1px);
}
.cont-xl{
  height: 80vh;
}

/* Toast */
.toast {
  position: fixed;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}

.toast-custom{
  background-color: #333 !important;
  color:#fff !important;
}


.carousel-next-custom {
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16' fill='%23E18C53'%3e%3cpath d='M4.646 1.646a.5.5 0 0 1 .708 0l6 6a.5.5 0 0 1 0 .708l-6 6a.5.5 0 0 1-.708-.708L10.293 8 4.646 2.354a.5.5 0 0 1 0-.708z'/%3e%3c/svg%3e") !important;
}

.carousel-prev-custom{
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16' fill='%23E18C53'%3e%3cpath d='M11.354 1.646a.5.5 0 0 1 0 .708L5.707 8l5.647 5.646a.5.5 0 0 1-.708.708l-6-6a.5.5 0 0 1 0-.708l6-6a.5.5 0 0 1 .708 0z'/%3e%3c/svg%3e") !important;
}

.btn-close-custom{
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16' fill='%23fff'%3e%3cpath d='M.293.293a1 1 0 011.414 0L8 6.586 14.293.293a1 1 0 111.414 1.414L9.414 8l6.293 6.293a1 1 0 01-1.414 1.414L8 9.414l-6.293 6.293a1 1 0 01-1.414-1.414L6.586 8 .293 1.707a1 1 0 010-1.414z'/%3e%3c/svg%3e") !important;
}

.toast-redeem{
  top: 60%;
}


.iti {
  position: relative;
  display: block !important;
}
/****************Select 2 - Search Box**********************/


/****************Table*********************/
.container-table{
  overflow-y: scroll;
  height: 200px;
}

.custom-btn {
  font-size: 10px !important;
  padding: 2px 4px !important;
}

.check{
  display: flex;
    align-items: center;
    background:var(--bs-orange);
    padding-left: 4px;
}
.check input[type="checkbox"] {
  width: 20px;
  height: 20px;
}

/* mearch get start page  */
.vdieotumb {
  position: relative;
  text-align: center;
  color: black;
}

.centered {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}
.vdieotumb:before {
  content: "";
  display: block;
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  background: rgba(0, 8, 6, 0.5);
}

.pulse a{
  text-decoration: none;
  color:transparent;
}
.pulse i{
  display: flex;
  justify-content:center;
  align-items: center;
  width: 50px;
  height: 50px;
  background: #FF6D4A;
  border-radius: 50%;
  color: #FFF;
  font-size: 20px;
  text-align: center;
  line-height: 100px;
  font-family: "Outfit", Sans-serif;
  text-transform: uppercase;
  animation: animate-pulse 3s linear infinite;
  cursor: pointer
}
@keyframes animate-pulse{
  0%{
      box-shadow: 0 0 0 0 rgba(255,109,74,0.7),  0 0 0 0 rgba(255,109,74,0.7);
  }
  40%{
      box-shadow: 0 0 0 50px rgba(255,109,74,0.0),  0 0 0 0 rgba(255,109,74,0.7);
  }
  80%{
      box-shadow: 0 0 0 50px rgba(255,109,74,0.0),  0 0 0 30px rgba(255,109,74,0);
  }
  100%{
      box-shadow: 0 0 0 0 rgba(255,109,74,0.0),  0 0 0 30px rgba(255,109,74,0);
  }
  
}

button.accordion {
  width: 100%;
  background-color: #fff;
  border: none;
  outline: none;
  text-align: left;
  padding: 15px 20px;
  font-size: 20px;
  font-weight: 600;
  color: #333;
  cursor: pointer;
  transition: background-color 0.2s linear;
}

button.accordion:after {
  font-family: "Outfit", Sans-serif;
  content: "\f0ab";
  font-family: "Outfit", Sans-serif;
  font-size: 18px;
  float: right;
}

button.accordion.is-open:after {
  content: "\f0aa";
}

button.accordion:hover,
button.accordion.is-open {
  background-color: #f9f8f9d3;
}

.accordion-content {
  background-color: white;
  border-left: 1px solid whitesmoke;
  border-right: 1px solid whitesmoke;
  padding: 0 20px;
  max-height: 0;
  overflow: hidden;
  transition: max-height 0.2s ease-in-out;
}

/* password form css  */
.password-container {
  position: relative;
}

#txtPassword {
  padding-right: 30px;
}

#password-icon {
  position: absolute;
  top: 50%;
  right: 5px;
  transform: translateY(-50%);
  cursor: pointer;
}

#password-icon.fa-eye-slash:before {
  content: "\f070";
}

.bi-trash.grid::before {
  position: relative;
  top: -7px;
  color: white;
}


/* info page css */

.catre>.bg-trans {
  display: inline-block;
  border-radius: 10rem;
  border: 2px solid #ea7513;
  background: transparent;
  color: black;
  font-family: "Outfit", Sans-serif;
  text-transform: uppercase;
  font-size: 1rem; 
  letter-spacing: 0.15rem;
  transition: all 0.3s;
  position: relative;
  overflow: hidden;
  /* z-index: 1; */
}
.bg-trans:after {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background:transparent;
  border-radius: 10rem;
  z-index: -2;
}.bg-trans:hover{
  color:white !important;
  border:2px solid rgba(36, 33, 33, 0.753)
}
.bg-trans:before {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  width: 0%;
  height: 100%;
  background:var(--bs-orange);
  transition: all 0.3s;
  border-radius: 10rem;
  z-index: -1;
}

.bg-trans:hover:before {
  width: 100%;
} 
.catre>input[type="checkbox"] {
  display: none;
}

.selectpre {
  background-color: #ea6913 !important;
  color: white !important;
  border:2px solid #ea6913 !important;
  display: inline-block;
  border-radius: 10rem !important;
  font-family: "Outfit", Sans-serif !important;
  text-transform: uppercase !important;
  font-size: 1rem !important; 
  letter-spacing: 0.15rem !important;
  vertical-align: top !important;
  /* transition: all 0.3s;
  position: relative;
  overflow: hidden; */
}

.selectpredef {
  background-color:transparent !important;
  color: black !important;
  border:2px solid #ea6913 !important;
  display: inline-block!important;
  border-radius: 10rem !important;
  font-family: "Outfit", Sans-serif !important;
  text-transform: uppercase !important;
  font-size: 1rem !important; 
  letter-spacing: 0.15rem !important;
  vertical-align: top !important;
}

@media screen and (max-width: 480px) {
  .catre>.bg-trans {
    display: inline-block;
    padding: 10px 15px !important;
    border-radius: 10rem;
    border: 2px solid #ea7513;
    background: transparent;
    color: black;
    text-transform: uppercase;
    font-size:0.7rem;
    letter-spacing:1.5px;
    transition: all 0.3s;
    position: relative;
    overflow: hidden;
    z-index: 0;
  }
  .tabls-item>.nav-link {
    font-weight: 500;
    color: #000;
    font-size: 0.8rem;
    border-bottom: 3px solid white;
}
}

/* ajax call show loader CSS  */
.center-div {
  position: fixed;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}


/* .loader-container {
  display: flex;
  justify-content: center;
  align-items: center;
  height: 100%;
} */

.loader {
  width: 16px;
  height: 16px;
  border-radius: 50%;
  background: #FFF;
  box-shadow: -24px 0 #FFF, 24px 0 #FFF;
  box-sizing: border-box;
  animation: shadowPulse 2s linear infinite;

  /* Center the loader */
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);

  z-index: 9999;
}

@keyframes shadowPulse {
  33% {
    background: #FFF;
    box-shadow: -24px 0 #FF3D00, 24px 0 #FFF;
  }

  66% {
    background: #FF3D00;
    box-shadow: -24px 0 #FFF, 24px 0 #FFF;
  }

  100% {
    background: #FFF;
    box-shadow: -24px 0 #FFF, 24px 0 #FF3D00;
  }
}


.disabled-form {
  pointer-events: none;
  opacity: 0.5;
}

.mobile-img{
  display: flex;
}
/* ajax call show loader CSS  */


 /* #app img {
  height: 100%;
  margin-right:1rem;
}
 #playstore img {
  height: 100%;
} */
@media (max-width:980px) {
  .coupons_nav{
    background-color:transparent;
    border-radius: 0px;
    margin: auto;
    max-width: 100%;
  }
  .mobile-coupons-login{
    padding: 1rem 0;
    border-top: 1px solid #dee2e6;
  }
}

@media (max-width:760px) {
  .mobile-img{
    display: none;
  }
  
}
.download-button{
  background-color:var(--bs-orange) !important;
  transition: .2s ease-in-out;

}
.download-button i{
  color: white; 
}

.download-button:hover{
  background-color: rgba(255, 123, 0, 0.938) !important;
  border:1px solid #c4c7c9;
  box-shadow: 0px 2px 5px rgba(51, 51, 51, 0.603);
}
.couponsbtn{
  background: linear-gradient(55deg, #FEB509, #FF9800);
  color: white !important;
  border-radius: 50px !important;
  border: orange;
  font-weight: 600;
}
.couponsbtn2{
  background: linear-gradient(55deg, #FEB509, #FF9800);
  color: white !important ;
  border-radius: 50px !important;
  border: orange;
  padding: 0.5rem 1rem;
  font-weight: 600;
  text-decoration: none;
}