.clr-white {color: white}
.clr-black {color: black}
.bg-black {background-color: black}
.bg-dark {background-color: #1a7a96}
.bg-lite {background-color: #d1d1d1}
.clr-heading{color: #FA462F;}
.text-uper-case{text-transform: uppercase;}
.text-decoration-none {text-decoration: none;}
.list-style-none {list-style-type: none;}
.line-height-1 {line-height: 1.7;}
.line-height-2 {line-height: 1.5;}
.line-height-3 {line-height: 1.2;}
.overflow-hidden{overflow: hidden;}
.margin-start {margin-block-start:0rem;}
.margin-end {margin-block-end:0rem;}
.max-100 {max-width: 100%;}
.w-85{width: 85%}

 .container{
	margin-left: auto;
    margin-right: auto;
    max-width: 850px;
    padding-left: 20px;
    padding-right: 20px;
}
@media (min-width: 1024px) {
    .container {
        padding-left: 30px;
        padding-right: 30px;
    }
}

html {
    scroll-behavior: smooth;
}

.contact-content {
    padding:25px;
    border-radius: 10px;
}

.input-fields {
    padding:11px;
    border:1px solid black;
    width: 100%;
    border-radius: 5px;
    box-sizing:border-box;
}

.content {
    padding: 20px;
    box-shadow: 1px 2px 10px -5px;
    border-radius: 10px;
}

.abt-img {
    border-radius: 10px;
    box-shadow: 1px 1px 10px -5px;
}

.footer-img {width: 40px;}
.help-img {width: 120px;}


.play {
    width: 60%;
    box-shadow: 1px 1px 10px -5px;
    margin: auto;
    background: white;
    padding: 20px;
    border-radius: 10px;
}

.abt-opt {
    width: fit-content;
    border-radius: 20px;
    padding:10px;
}

.count-content {
    background-color: white;
    padding:10px;
    border-radius: 10px;
    color:black;
}
.count-wrapper {
    background: #c7b8b857;
    padding: 40px;
    border-radius: 20px;
    width: 80%;
    margin: auto;
}

.countdown {
    background-image: url(../images/bg.webp);
    background-size: cover;
    background-position: center;
    position: relative;
}
.count_overlay {
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    background-color: black;
    opacity: 0.7;
}

.btn {
        background: #dd5959;
    border: none;
    padding: 13px;
    color: white;
    border-radius: 50px;
    font-size: 0.89rem;
}

.header {
    position: fixed;
    width: -webkit-fill-available;
    z-index: 1111;
}

.header-bg {
    box-shadow:5px -11px 10px 6px;
    background-color: white;
}

.desktop {
    display: flex;
}
.phone {
    display: none;
}
.phone-nav {
    display: none;
}

.owl-carousel {
    width: 80% !important;
    margin: auto;
}

.price {
    padding:10px;
    border-radius: 10px;
}
.pricing {
    box-shadow:1px -1px 10px -5px;
    border-radius: 10px;
}
.pricing img {
    border-top-right-radius: 10px;
    border-top-left-radius: 10px;
}

.jackpot {
    padding:20px;
    box-shadow:5px -11px 10px 6px;
    width: 80%;
    margin:auto;
    padding-top: 9%;
    padding-bottom: 9%;
    border-radius: 10px;
}

@media only screen and (max-width: 850px) {
    .footer_items {width: 45% !important}
    .flex-column-md {flex-direction: column !important;}
    .w-100-md {width: 100% !important}
    .play,.faq {width: 90% !important}
    .desktop {
        display: none;
    }
    .works-wrapper {
        width: 42% !important;
    }
    .phone {
        display: flex !important;
    }
    .phone-nav.opened .nav {
        flex-direction: column !important;
    }
    .phone-nav.opened .btn {
        display: flex;
        margin: auto;
    }
    .phone-nav.opened {
        padding-top: 4%;
        padding-bottom: 4%;
        display: flex !important;
        position: absolute;
        background: #f7bbbb;
        flex-direction: column;
        width: -webkit-fill-available;
        left: 0;
        top: 100%;
    }
}


.works-wrapper {
    width: 27%;
    border: 1px solid #ffebeb;
    padding: 10px;
    border-radius: 10px;
    transition: 0.2s linear;

}
.numbering {
    background-color: #b9a7a7;
    padding:10px;
    border-radius: 50%;
    height: 15px;
    width: 15px;
    position: absolute;
    top: -12px;
    color: white;
    left: -16px;
    display: flex;
    align-items: center;
    justify-content: center;
}
.works-wrapper:hover {
    border:1px solid black;
    transition: 0.2s linear;
    margin-top: -5px;
}
.works-wrapper:hover .svg {
    background-color: #b9a7a7;
    color: black;
    transition: 0.2s linear;
}

.svg {
    border-radius: 50%;
    background-color: #f5efef;
    width: 50px;
    height: 50px;
    transition: 0.2s linear;
}

.numbers {
    background-color: #f5efef;
    border-radius: 50%;
    height: 40px;
    width: 40px;
}

@media only screen and (max-width: 700px) {
    .footer_items,.works-wrapper {width: 100% !important}
    .owl-carousel {width: 100% !important}
}


.faq-heading {  
  font-weight: 400;
  font-size: 19px;
   -webkit-transition: text-indent 0.2s;
  text-indent: 20px;
  color: #333;
}

.faq-text {
  font-weight: 400;
  color: #000;
  width:95%;
  padding-left:20px;
  margin-bottom:30px;
}

.faq {
  width: 70%;
  margin: 0 auto;
  border-radius: 4px;
  position: relative;
}
.faq label {
  display: block;
  position: relative;
  overflow: hidden;
  cursor: pointer;
  height: 56px;
  padding-top:1px;
  border-bottom: 1px solid #000;
}

.faq input[type="checkbox"] {
  display: none;
}

.faq .faq-arrow {
  width: 5px;
  height: 5px;
  transition: -webkit-transform 0.8s;
  transition: transform 0.8s;
  transition: transform 0.8s, -webkit-transform 0.8s;
  -webkit-transition-timing-function: cubic-bezier(0.68, -0.55, 0.265, 1.55);
  border-top: 2px solid rgba(0, 0, 0, 0.33);
  border-right: 2px solid rgba(0, 0, 0, 0.33);
  float: right;
  position: relative;
  top: -30px;
  right: 27px;
  -webkit-transform: rotate(135deg);
          transform: rotate(135deg);
}

 .faq input[type="checkbox"]:checked + label > .faq-arrow {
  transition: -webkit-transform 0.8s;
  transition: transform 0.8s;
  transition: transform 0.8s, -webkit-transform 0.8s;
  -webkit-transition-timing-function: cubic-bezier(0.68, -0.55, 0.265, 1.55);
  -webkit-transform: rotate(-40deg);
          transform: rotate(-40deg);
}
 .faq input[type="checkbox"]:checked + label {
  display: block;
  color: #4f7351;
  height: 225px;
  transition: height 0.8s;
  -webkit-transition-timing-function: cubic-bezier(0.68, -0.55, 0.265, 1.55);
}

 .faq input[type='checkbox']:not(:checked) + label {
  display: block;
  transition: height 0.8s;
  height: 60px;
  -webkit-transition-timing-function: cubic-bezier(0.68, -0.55, 0.265, 1.55);
}













.Click-here {
  cursor: pointer;
  background-image: linear-gradient(190deg, #f83600 0%, #fee140 100%);
  color: #fff;
  width: 180px;
  text-align: center;
  font-size:16px;
  padding: 18px 0;
  margin: 0 auto;
  transition:background-image 3s ease-in-out;
}
.Click-here:hover{
  transition:background-image 3s ease-in-out;
  background-image: linear-gradient(90deg, #fee140 0%, #f83600 100%);
}
.custom-model-main {
  text-align: center;
  overflow: hidden;
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0; /* z-index: 1050; */
  -webkit-overflow-scrolling: touch;
  outline: 0;
  opacity: 0;
  -webkit-transition: opacity 0.15s linear, z-index 0.15;
  -o-transition: opacity 0.15s linear, z-index 0.15;
  transition: opacity 0.15s linear, z-index 0.15;
  z-index: -1;
  overflow-x: hidden;
  overflow-y: auto;
}

.model-open {
  z-index: 99999;
  opacity: 1;
  overflow: hidden;
}
.custom-model-inner {
  -webkit-transform: translate(0, -25%);
  -ms-transform: translate(0, -25%);
  transform: translate(0, -25%);
  -webkit-transition: -webkit-transform 0.3s ease-out;
  -o-transition: -o-transform 0.3s ease-out;
  transition: -webkit-transform 0.3s ease-out;
  -o-transition: transform 0.3s ease-out;
  transition: transform 0.3s ease-out;
  transition: transform 0.3s ease-out, -webkit-transform 0.3s ease-out;
  display: inline-block;
  vertical-align: middle;
  width: 600px;
  margin: 30px auto;
  max-width: 97%;
}
.custom-model-wrap {
  display: block;
  width: 100%;
  position: relative;
  background-color: #fff;
  border: 1px solid #999;
  border: 1px solid rgba(0, 0, 0, 0.2);
  border-radius: 6px;
  -webkit-box-shadow: 0 3px 9px rgba(0, 0, 0, 0.5);
  box-shadow: 0 3px 9px rgba(0, 0, 0, 0.5);
  background-clip: padding-box;
  outline: 0;
  text-align: left;
  padding: 20px;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  max-height: calc(100vh - 70px);
    overflow-y: auto;
}
.model-open .custom-model-inner {
  -webkit-transform: translate(0, 0);
  -ms-transform: translate(0, 0);
  transform: translate(0, 0);
  position: relative;
  z-index: 999;
}
.model-open .bg-overlay {
  background: rgba(0, 0, 0, 0.6);
  z-index: 99;
}
.bg-overlay {
  background: rgba(0, 0, 0, 0);
  height: 100vh;
  width: 100%;
  position: fixed;
  left: 0;
  top: 0;
  right: 0;
  bottom: 0;
  z-index: 0;
  -webkit-transition: background 0.15s linear;
  -o-transition: background 0.15s linear;
  transition: background 0.15s linear;
}
.close-btn {
  position: absolute;
  right: 0;
  top: -30px;
  cursor: pointer;
  z-index: 99;
  font-size: 30px;
  color: #fff;
}

.logo {
    width: 60px;
}

@media screen and (min-width:800px){
    .custom-model-main:before {
      content: "";
      display: inline-block;
      height: auto;
      vertical-align: middle;
      margin-right: -0px;
      height: 100%;
    }
}
@media screen and (max-width:799px){
  .custom-model-inner{margin-top: 45px;}
}
