/* ==== 
 --------- responsive styles start ---------
 ==== */
@media only screen and (min-width: 576px) {
  .header {
    padding-block: 18px 17px;
  }
  .banner-three__group {
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
  }
  .result__single {
    padding: 24px;
  }
  .about__content-single {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
  }
  .about__content-single .thumb {
    position: relative;
  }
  .about__content-single .thumb::before {
    content: "";
    position: absolute;
    top: 100%;
    left: 50%;
    -webkit-transform: translateX(-50%);
        -ms-transform: translateX(-50%);
            transform: translateX(-50%);
    width: 2px;
    height: 48px;
    background-image: -webkit-gradient(linear, left top, left bottom, color-stop(10%, #ffba23), color-stop(60%, rgba(255, 186, 35, 0)));
    background-image: linear-gradient(to bottom, #ffba23 10%, rgba(255, 186, 35, 0) 60%);
  }
  .story__single {
    padding: 40px 24px;
  }
  .lottery-card {
    padding: 40px 24px;
  }
  .pick-number__single {
    padding: 24px;
  }
  .details__footer {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
  }
  .blog__sidebar-widget .single-post {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
  }
  .comment__single {
    padding: 24px;
  }
  .comment__meta {
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
  }
  .comment__meta .time {
    text-align: end;
  }
  .author__info {
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
  }
  .testimonial .slider-navigation {
    position: absolute;
    bottom: 4px;
    right: 20px;
    z-index: 2;
    margin-top: 0px;
  }
  .reply__comment-inner {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
  }
  .contact__content-single {
    padding: 32px;
  }
  .contact__form {
    padding: 40px;
  }
  .footer__newsletter {
    padding-inline: 80px;
  }
  .footer__copyright-list ul {
    gap: 30px;
  }
  .footer__copyright-list span {
    width: 1px;
    height: 16px;
    background-color: rgba(255, 255, 255, 0.3294117647);
    margin-bottom: -3px;
  }
  .footer__copyright-list li:nth-of-type(2), .footer__copyright-list li:nth-of-type(4) {
    display: block !important;
  }
}
@media only screen and (min-width: 768px) {
  h1 {
    font-size: 40px;
    line-height: 50px;
  }
  h2 {
    font-size: 36px;
    line-height: 46px;
  }
  h3 {
    font-size: 30px;
    line-height: 40px;
  }
  h4 {
    font-size: 24px;
    line-height: 34px;
  }
  h5 {
    font-size: 20px;
    line-height: 30px;
  }
  h6 {
    font-size: 18px;
    line-height: 28px;
  }
  .lottery__type-wrapper .slider-navigation {
    position: absolute;
    top: 50%;
    -webkit-transform: translateY(-50%);
        -ms-transform: translateY(-50%);
            transform: translateY(-50%);
    width: 100%;
    z-index: 2;
    margin-top: 0px;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
  }
  .lottery__type-wrapper .slider-navigation .prev-lottery {
    margin-left: -25px;
  }
  .lottery__type-wrapper .slider-navigation .next-lottery {
    margin-right: -25px;
  }
  .lottery-view {
    padding: 0px;
  }
  .lottery-view .thumb {
    border-radius: 10px 0px 0px 10px;
  }
  .lottery-details__card {
    padding-top: 40px !important;
  }
  .lottery__poster {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
  .lottery__poster .thumb {
    width: auto;
    min-width: -webkit-max-content;
    min-width: -moz-max-content;
    min-width: max-content;
  }
  .lottery__poster .thumb img {
    width: auto;
  }
  .review-wrapper {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
  .review-wrapper .review-left,
  .review-wrapper .review-right {
    width: auto;
  }
  .details__content {
    padding-inline: 20px;
  }
  .blog__sidebar-widget {
    padding: 40px 24px;
  }
  .blog__details-card-sm {
    padding: 40px;
  }
}
@media only screen and (min-width: 992px) {
  p,
  th,
  td,
  li,
  input,
  textarea,
  select,
  label,
  blockquote,
  span {
    font-size: 16px;
    line-height: 26px;
  }
  .text-xxl {
    font-size: 24px;
    line-height: 34px;
  }
  .text-xl {
    font-size: 20px;
    line-height: 30px;
  }
  .text-lg {
    font-size: 18px;
    line-height: 28px;
  }
  h1 {
    font-size: 56px;
    line-height: 66px;
  }
  h2 {
    font-size: 40px;
    line-height: 50px;
  }
  h3 {
    font-size: 36px;
    line-height: 46px;
  }
  h4 {
    font-size: 30px;
    line-height: 40px;
  }
  h5 {
    font-size: 24px;
    line-height: 34px;
  }
  h6 {
    font-size: 20px;
    line-height: 30px;
  }
  .pt-120 {
    -webkit-padding-before: 120px;
            padding-block-start: 120px;
  }
  .pt-100 {
    -webkit-padding-before: 100px;
            padding-block-start: 100px;
  }
  .pb-120 {
    -webkit-padding-after: 120px;
            padding-block-end: 120px;
  }
  .pb-190 {
    padding-bottom: 265px;
  }
  .pb-100 {
    -webkit-padding-after: 100px;
            padding-block-end: 100px;
  }
  .mt-120 {
    -webkit-margin-before: 120px;
            margin-block-start: 120px;
  }
  .mt-100 {
    -webkit-margin-before: 100px;
            margin-block-start: 100px;
  }
  .mt-60 {
    -webkit-margin-before: 60px;
            margin-block-start: 60px;
  }
  .mt-55 {
    -webkit-margin-before: 55px;
            margin-block-start: 55px;
  }
  .mb-120 {
    -webkit-margin-after: 120px;
            margin-block-end: 120px;
  }
  .mb-100 {
    -webkit-margin-after: 100px;
            margin-block-end: 100px;
  }
  .mb-60 {
    -webkit-margin-after: 60px;
            margin-block-end: 60px;
  }
  .mb-55 {
    -webkit-margin-after: 55px;
            margin-block-end: 55px;
  }
  .progress-wrap {
    inset-inline-end: 30px;
    inset-block-end: 30px;
  }
  .banner {
    padding-block: 260px;
  }
  .banner .thumb {
    bottom: unset;
    top: 50%;
    inset-inline-start: 50px;
    inset-inline-end: unset;
    -webkit-transform: translateY(-50%);
        -ms-transform: translateY(-50%);
            transform: translateY(-50%);
  }
  .banner .thumb img {
    min-width: 500px;
    max-width: 50vw;
  }
  .banner .coin-up {
    position: absolute;
    bottom: 0px;
    inset-inline-start: 55%;
  }
  .banner-two {
    padding-block: 220px 150px;
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center bottom;
    position: relative;
    z-index: 1;
    overflow: hidden;
  }
  .banner-two .banner-two__content,
  .banner-two .banner-three__content {
    max-width: 100%;
  }
  .banner-two .banner-two__thumb img {
    max-width: 320px;
  }
  .banner-three {
    padding-block: 220px 300px;
  }
  .banner-three .banner-thumb img {
    max-width: 50vw;
  }
  .banner-three__group {
    margin-top: 35px;
  }
  .common-banner {
    padding-block: 210px 120px;
  }
  .footer__newsletter-content {
    max-width: 100%;
  }
}
@media only screen and (min-width: 1200px) {
  h1 {
    font-size: 80px;
    line-height: 90px;
  }
  h2 {
    font-size: 56px;
    line-height: 66px;
  }
  h3 {
    font-size: 48px;
    line-height: 58px;
  }
  h4 {
    font-size: 40px;
    line-height: 50px;
  }
  h5 {
    font-size: 32px;
    line-height: 42px;
  }
  h6 {
    font-size: 24px;
    line-height: 34px;
  }
  .header {
    padding-block: 0px;
  }
  .header-alter {
    padding-block: 32px 31px !important;
  }
  .banner-two .banner-two__thumb img {
    max-width: 38vw;
  }
  .story__inner {
    height: 960px;
  }
  .story__left-wrapper,
  .story__right-wrapper {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
  .story__wrapper {
    -webkit-animation: marquee-top 25s linear infinite;
            animation: marquee-top 25s linear infinite;
  }
  .story__wrapper .story__single {
    max-width: 420px;
  }
  .story__wrapper-center {
    -webkit-animation: marquee-top-reverse 40s linear infinite;
            animation: marquee-top-reverse 40s linear infinite;
    -ms-flex-wrap: wrap-reverse;
        flex-wrap: wrap-reverse;
  }
  .story__wrapper-center .story__single {
    width: 100%;
  }
  .common-banner {
    padding-block: 240px 140px;
  }
  .work-alter .work__single-alt {
    margin-top: 60px;
  }
  .choose__thumb::before {
    content: "";
    position: absolute;
    left: 0px;
    top: 50%;
    -webkit-transform: translateY(-50%);
        -ms-transform: translateY(-50%);
            transform: translateY(-50%);
    background-color: var(--secondary-color);
    width: 508px;
    height: 757px;
    border-radius: 0px 254px 254px 0px;
    z-index: -4;
  }
  .choose__thumb .winner {
    left: -200px;
  }
  .choose__thumb .car img {
    -webkit-animation: moveLeftRight 15s linear infinite;
            animation: moveLeftRight 15s linear infinite;
    max-width: 40vw;
  }
  .refer__content-group {
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
  }
  .authentication__form .input-group-wrapper {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
  }
  .footer__widget-group {
    max-width: 100%;
  }
  .footer__newsletter-content p {
    max-width: 600px;
    margin-inline: auto;
  }
}
@media only screen and (min-width: 1300px) {
  .header .navbar__cta .btn--secondary {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }
}
@media only screen and (min-width: 1400px) {
  .header .navbar__item a {
    padding-inline: 15px;
  }
  .header .navbar__sub-menu a {
    padding-inline: 32px;
  }
  .header .navbar__mobile-options {
    -webkit-column-gap: 24px;
       -moz-column-gap: 24px;
            column-gap: 24px;
  }
  .header .navbar__mobile-icons,
  .header .navbar__cta {
    gap: 16px;
  }
  .banner .thumb {
    inset-inline-start: 50px;
    min-width: 700px;
    max-width: 60vw;
  }
  .lottery__type-wrapper .lottery__type {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
  .lottery__type-wrapper .lottery__type .content {
    -webkit-box-flex: 1;
        -ms-flex-positive: 1;
            flex-grow: 1;
    width: auto;
  }
  .work-alter .thumb .lg-arrow {
    width: 216px;
    max-width: 15vw;
    position: absolute;
    bottom: -5px;
    right: -290px;
  }
  .work-alter .thumb .lg-r-arrow {
    bottom: 20px;
  }
  .work-alter .work__single-alt {
    margin-top: 60px;
  }
}
@media only screen and (min-width: 1800px) {
  .header .navbar__intro-games {
    display: block;
  }
}
/* ==== 
 --------- responsive styles end ---------
 ==== */