@media screen and (min-width: 1280px) {
    .footer-features-wrapper {
        grid-column-gap: 50px;
    }
}
/*  */

.bookend {
    height: 400px;
    color: white;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 24px;
}

.method {
    /* background-color: white; */

    /* position: fixed; */
}
.method__wrap {
    position: relative;
    display: flex;
    align-items: center;
    justify-content: center;
    height: 400vh;
}
.method__single {
    position: absolute;
    display: flex;
    align-items: center;
    justify-content: center;
    max-width: 393px;
    margin: auto;
    top: 80px;
    left: 0;
    /* bottom: 0; */
    right: 0;
    height: 100vh;
    background: url(../mobile_img.png);
    background-repeat: no-repeat;
    display: flex;
    align-items: center;
    padding: 0 0.957rem;
    opacity: 0;
    transition: 300ms;
}
.method__single--4 {
    top: auto;
    bottom: 0;
    height: 25%;
}
.method__single.fade-in {
    opacity: 1;
}
.sticky .method__single {
    position: fixed;
}
.method__inside {
    display: flex;
    justify-content: space-between;
    align-items: center;
    height: 0%;
    padding: 2.871rem 0.957rem;
    /* border-top: 1px solid #21578a;
    border-bottom: 1px solid #21578a; */
}
.method__content {
    width: 45%;
    padding: 1.914rem 0;
}
.method__image {
    width: 48%;
}
@media (max-width: 800px) {
    .method__wrap {
        flex-wrap: wrap;
        height: auto;
    }
    .method__single {
        position: relative;
        width: 100%;
        opacity: 1;
        height: auto;
    }
    .method__inside {
        flex-wrap: wrap;
        height: auto;
        border-bottom: none;
    }
    .method__content {
        width: 100%;
    }
    .method__image {
        width: 100%;
    }
}
.method__img img {
    left: 19px;
    top: -63px;
    height: 653px;
    position: relative;
    width: 1424px;
    border-radius: 65px;
}
.ptb-100 {
    padding: 100px 0;
}
/*  */

.testimonial-carousel {
    width: 100%;
    max-width: 1200px;
    margin: 0 auto;
}

.testimonials-wrapper {
    width: 95%;
    max-width: 500px;
    margin: 0 auto;
}

.testimonials-wrapper h4 {
    font-size: 14px;
    font-weight: 400;
    line-height: 23px;
    /*box-shadow: inset 0 0 15px var(--primary);
    */border: 1px solid #b83118;
    position: relative;
    padding: 30px;
    color: #fff;
    border-radius: 5px;
    /*background: #fff;
    */box-shadow: 10px 10px 10px 0 #b83118;
    /*transition: border-color 0.4s, background-color 0.4s, color 0.4s;
    */transition: 0.5s ease-in-out;
    -webkit-transition: 0.s ease-in-out;
    -moz-transition: 0.s ease-in-out;
    -ms-transition: 0.s ease-in-out;
    -o-transition: 0.s ease-in-out;
}
.testimonials-wrapper h4:hover {
    border-color: #b83118;
    background-color: #000;
    color: #fff;
    box-shadow: unset;
}
.testimonials-blob,
.testimonials-img {
    border-radius: 100%;
}

.testimonials-img {
    position: relative;
    left: 50%;
    overflow: hidden !important;
    width: 100px;
    height: 100px;
    margin-bottom: 10px;
    margin-left: -50px;
    box-shadow: 0 0 0 5px #171719;
    transition: all ease-out 0.5s;
    transform: translateY(-30%);
    filter: brightness(2);
}

.testimonial-carousel .active .testimonials-img {
    transform: translateY(0);
    filter: brightness(1);
}

.testimonials-person-info {
    text-align: center;
    color: #fff;
}

.testimonials-blob {
    position: relative;
    left: 80%;
    width: 3px;
    height: 3px;
    transform: rotate(45deg);
}

@keyframes anim {
    0% {
        opacity: 0;
        box-shadow: 0 0 0 0 #fff, 0 0 0 0 #fff;
    }
    50% {
        box-shadow: 0 15px 0 0 #fff, 0 0 0 0 #fff;
    }
    100% {
        opacity: 1;
        background: #fff;
        box-shadow: 0 15px 0 4px #fff, 0 35px 0 6px #fff;
    }
}

.testimonial-carousel .active .testimonials-blob {
    transform-origin: 50% 50%;
    animation: anim linear 0.5s;
    animation-iteration-count: 1;
    animation-fill-mode: forwards;
}

.testimonial-carousel {
    overflow: hidden;
    cursor: auto;
}

.testimonial-carousel:active {
    cursor: grabbing;
}

.testimonial-carousel .owl-item {
    overflow: hidden;
    transition: all ease-out 0.3s;
    transform: scale(0.7);
    opacity: 0;
}

.testimonial-carousel .owl-item.active {
    transform: scale(1);
    opacity: 1;
}

.testimonial-carousel .owl-next,
.testimonial-carousel .owl-prev {
    font-size: 13px;
    line-height: 35px;
    position: absolute;
    top: 50%;
    padding: 0 10px;
    transition: all ease-out 0.25s;
    transform: translateY(-100%);
    opacity: 1;
    color:  #b83118 !important;
    border-radius: 3px;
    /* background: #fff !important; */
}

.testimonial-carousel .owl-next:hover,
.testimonial-carousel .owl-prev:hover {
    color: #fff;
    background: #615e6b;
}

.testimonial-carousel .owl-prev {
    left: 0;
}

.testimonial-carousel .owl-next {
    right: 0;
}

.testimonial-carousel .owl-next.disabled,
.testimonial-carousel .owl-prev.disabled {
    opacity: 0;
}
/*  */
.points-table {
    border: 1px solid #fff;
    width: 1008px;
}
.points-table td,
.points-table th {
    border: 1px solid #eaedff;
}
.points-table > :not(caption) > * > * {
    padding: 0.5rem 0.5rem;
}
.poits_table_width {
    width: 100%;
}
.tabs-menu-features {
    width: 25%;
}
.points-table-button {
    color: #fff !important;
    cursor: pointer;
    background-color: transparent !important;
    border-radius: 8px;
    padding: 6px 11px;
    border: 2px solid #fff !important;
    text-align: center;
    font-weight: 500;
}
.points-table-button.w--current {
    border: 2px solid #b83118 !important;
}
.faatures-tab-link {
    justify-content: center;
    margin-bottom: 30px;
}
.tabs-menu-features {
    border: 0;
}
.w-tab-content {
    overflow: visible;
}
.left-side-margin-60 {
    margin-left: 60px;
}
.testimonials-person-info p b {
    color: var(--white);
}
/*  */
section.how_to_play {
    background: transparent;
    border-radius: 20px;
    border: 5px solid #b83118;
    padding: 48px 48px 48px 308px;
    margin: 84px 0;
    width: 60vw;
    max-width: 920px;
    min-width: 640px;
    display: flex;
    flex-direction: row;
    align-self: flex-start;
    position: relative;
    /* box-shadow: 5px 0 0 0 #b83118, -5px 0 0 0 #b83118,
        0 5px 0 0 #b83118; */
}
section.how_to_play .text-content {
    display: flex;
    flex-direction: column;
    width: calc(60vw - 192px);
}
section.how_to_play .text-content h3 {
    margin: 0;
    font-size: 1.5em;
    /* max-width: 20ch; */
    color: #fff;
}
section.how_to_play .text-content p {
    /* margin: 16px 0 24px; */
    /* max-width: 36ch; */
    color: #fff;
}
section.how_to_play .text-content a {
    border: 3px solid #000;
    color: #000;
    align-self: flex-start;
    text-decoration: none;
    padding: 16px 32px;
    border-radius: 12px;
    transition: 400ms all;
}
section.how_to_play .text-content a:hover {
    background: #000;
    color: white;
}
section.how_to_play .visual {
    width: 240px;
    height: 100%;
    position: absolute;
    top: -24px;
    left: 24px;
    overflow: hidden;
    border-radius: 24px;
    /* 
     */
}
section.how_to_play .visual img {
    height: 100%;
}
section.how_to_play:nth-of-type(odd) {
    margin: 0 0 0 248px;
    border-radius: 20px;
    padding: 48px 308px 48px 60px;
}
section.how_to_play:nth-of-type(odd) .visual {
    right: 24px;
    left: auto;
}
section.how_to_play:nth-of-type(odd) .text-content a {
    align-self: flex-start;
}

@media all and (max-width: 1100px) {
    /* article {
    width: 100%;
    max-width: 100%;
    min-width: 100%;
  } */
    section.how_to_play {
        width: 100%;
        max-width: 100%;
        min-width: 100%;
    }
    section.how_to_play .text-content {
        width: 100%;
    }
    section.how_to_play:nth-of-type(odd) {
        margin: 0;
    }
}
@media all and (max-width: 720px) {
    section.how_to_play {
        margin: 64px 0;
        padding: 88px 36px 36px;
        flex-direction: column;
        border-radius: 24px;
    }
    section.how_to_play:nth-of-type(odd) {
        padding: 88px 36px 36px;
        border-radius: 24px;
    }
    section.how_to_play .text-content h3 {
        max-width: calc(100% - 150px);
        font-size: 1em;
    }
    section.how_to_play .text-content p,
    section.how_to_play .text-content a {
        font-size: 0.8em;
    }
    section.how_to_play .visual,
    section.how_to_play:nth-of-type(odd) .visual {
        width: 150px;
        height: 150px;
        right: 16px;
        left: auto;
    }
    section.how_to_play .visual img,
    section.how_to_play:nth-of-type(odd) .visual img {
        width: 100%;
        height: auto;
    }
}
.how_to_play_section article {
    margin-top: 40px;
}
section.last_section {
    margin: 84px 0 0 0;
}
/* #faq{
  scroll-padding-top: 180px;
} */
/* html
{
  scroll-padding-top: 100px;
} */
/* slider */
.slider-area {
    position: relative;
}
.team-sec-1:hover .team-slider1 .swiper-slide:nth-of-type(even) {
    margin-top: 100px;
}

.team-slider1 .swiper-slide {
    -webkit-transition: all 1.5s ease-in-out;
    transition: all 1.5s ease-in-out;
}

.team-slider1:hover .swiper-slide:nth-of-type(even) {
    margin-top: 100px;
}

.th-slider.has-shadow {
    padding-left: 12px;
    padding-right: 12px;
    margin: -25px -12px;
}

.th-slider.has-shadow .swiper-wrapper {
    padding: 25px 0;
}
.blog-single .th-slider {
    --pos-x: 20px;
}

.feature-game-slider1 .th-slider {
    padding-bottom: 100px;
    margin-top: -100px;
    z-index: 3;
}
.gallery-slider3 .th-slider {
    padding-top: 135px;
}

.team-card .team-card-corner {
    position: absolute;
    display: inline-block;
    width: 34px;
    height: 34px;
    left: 0;
    top: 0;
    border-top: solid 17px var(--theme-color);
    border-left: solid 17px var(--theme-color);
    border-right: solid 17px transparent;
    border-bottom: solid 17px transparent;
    z-index: 1;
    border-radius: 8px 0 0 0;
}

.team-card .team-card-corner.team-card-corner2 {
    right: 0;
    left: auto;
    border-right: solid 17px var(--theme-color2);
    border-left: solid 17px transparent;
    border-top: solid 17px var(--theme-color2);
    border-radius: 0 8px 0 0;
}

.team-card .team-card-corner.team-card-corner3 {
    top: auto;
    bottom: 0;
    border-bottom: solid 17px var(--theme-color);
    border-top: solid 17px transparent;
    border-radius: 0 0 0 8px;
}

.team-card .team-card-corner.team-card-corner4 {
    right: 0;
    left: auto;
    top: auto;
    bottom: 0;
    border-right: solid 17px var(--theme-color2);
    border-left: solid 17px transparent;
    border-bottom: solid 17px var(--theme-color2);
    border-top: solid 17px transparent;
    border-radius: 0 0 8px 0;
}

.team-card {
    text-align: center;
    border: double 2px transparent;
    border-radius: 10px;
    background-image: -webkit-linear-gradient(
            var(--black-color3),
            var(--black-color3)
        ),
        -webkit-linear-gradient(left, var(--theme-color), var(--theme-color2));
    background-image: linear-gradient(var(--black-color3), var(--black-color3)),
        linear-gradient(to right, var(--theme-color), var(--theme-color2));
    background-origin: border-box;
    background-clip: content-box, border-box;
    margin-bottom: 4px;
    position: relative;
}

.team-card .img-wrap {
    position: relative;
    border-radius: 10px;
    border: double 4px transparent;
    background-image: -webkit-linear-gradient(
            var(--black-color3),
            var(--black-color3)
        ),
        -webkit-linear-gradient(left, var(--theme-color), var(--theme-color2));
    background-image: linear-gradient(var(--black-color3), var(--black-color3)),
        linear-gradient(to right, var(--theme-color), var(--theme-color2));
    background-origin: border-box;
    background-clip: content-box, border-box;
    margin: 7px;
}

.team-card .img-wrap img {
    -webkit-transition: 0.4s;
    transition: 0.4s;
}

.team-card .img-wrap .game-logo {
    position: absolute;
    top: 22px;
    left: 22px;
}

.team-card .team-img {
    border-radius: 10px;
    padding: 12px;
}

.team-card .team-img img {
    width: 100%;
    border-radius: 10px;
}

.team-card .team-card-content {
    display: inline-block;
    left: 50%;
    bottom: -7px;
    -webkit-transform: translate(-50%, 0);
    -ms-transform: translate(-50%, 0);
    transform: translate(-50%, 0);
    position: absolute;
    background: -webkit-linear-gradient(
        left,
        var(--theme-color),
        var(--theme-color2)
    );
    background: linear-gradient(
        to right,
        var(--theme-color),
        var(--theme-color2)
    );
    border-radius: 30px;
    padding: 4px;
    width: -webkit-max-content;
    width: -moz-max-content;
    width: max-content;
}

.team-card .box-title {
    font-size: 20px;
    font-weight: 700;
    margin: 0px;
    display: inline-block;
    background-color: var(--title-color);
    border-radius: 30px;
}

.team-card .box-title a {
    color: var(--white-color);
    padding: 1px 26px;
    display: inline-block;
}

.team-card .box-title a:hover {
    color: var(--theme-color);
}

.team-card:hover .img-wrap .game-logo {
    -webkit-transform: rotateY(180deg);
    transform: rotateY(180deg);
}

.team-card.style3 {
    padding: 10px 10px 0;
    background: var(--white-color);
    box-shadow: 0px 10px 15px 0px rgba(0, 0, 0, 0.08);
}

.team-card.style3 .img-wrap {
    margin-bottom: 0;
}

.team-card.style3 .img-wrap:before,
.team-card.style3 .img-wrap:after {
    display: none;
}

.team-card.style3 .team-card-content {
    padding: 30px 0;
    position: relative;
    overflow: hidden;
}

.team-card.style3 .team-card-content .team-card-bg {
    position: absolute;
    inset: 0;
    -webkit-transition: 0.4s;
    transition: 0.4s;
    z-index: -1;
}

.team-card.style3 .th-social {
    position: initial;
    width: auto;
    -webkit-transform: none;
    -ms-transform: none;
    transform: none;
    opacity: 1;
    visibility: visible;
    background: transparent;
    padding: 20px 0 0;
    display: -webkit-inline-box;
    display: -webkit-inline-flex;
    display: -ms-inline-flexbox;
    display: inline-flex;
    gap: 10px;
}

.team-card.style3 .th-social a {
    width: 30px;
    height: 30px;
    line-height: 30px;
    display: inline-block;
    border: 1px solid var(--th-border-color);
    border-radius: 50%;
    font-size: 13px;
}

.team-card.style3 .th-social a:hover {
    border-color: var(--theme-color);
    background: var(--theme-color);
    color: var(--white-color);
}

.team-card.style3:hover .team-card-bg {
    -webkit-transform: scale(1.3);
    -ms-transform: scale(1.3);
    transform: scale(1.3);
}
@media (min-width: 1599px) and (max-width: 1700px) {
    .team-slider1 .slider-arrow {
        --pos-x: -20px;
    }
}
@media (max-width: 991px) {
    .gallery-slider3 .th-slider {
        padding-top: 0;
    }
    .team-sec-1 .team-slider1 .slider-arrow {
        display: none;
    }
}
@media (max-width: 575px) {
    .team-slider1 .swiper-slide:nth-of-type(even) {
        margin-top: 0px;
    }
}
@media (max-width: 767px) {
    .feature-game-slider1 .th-slider {
        padding-bottom: 50px;
    }
}
@media (min-width: 1600px) {
    .th-container3 {
        max-width: 800px;
    }
}

@media (min-width: 1922px) {
    .th-container3 {
        margin-right: auto;
    }
}
.base-container-1 {
    flex-direction: column;
    align-items: center;
    max-width: 1260px;
    margin-left: auto;
    margin-right: auto;
    padding-left: 15px;
    padding-right: 15px;
    /* display: flex; */
}
/* body{
  overflow-x: hidden;
} */
.arrow-wrap .slider-arrow {
    opacity: 0;
    visibility: hidden;
    -webkit-transform: scale(0.4);
    -ms-transform: scale(0.4);
    transform: scale(0.4);
}
.slider-arrow {
    display: inline-block;
    padding: 0;
    background-color: #fff;
    color: #0b0e13;
    position: absolute;
    top: 50%;
    border: none;
    left: var(--pos-x, -120px);
    width: var(--icon-size, 40px);
    height: var(--icon-size, 40px);
    line-height: var(--icon-size, 40px);
    font-size: var(--icon-font-size, 18px);
    margin-top: calc(var(--icon-size, 56px) / -2);
    z-index: 3;
    border-radius: 99px;
    /* border: 1px solid #b83118; */
}
.slider-arrow.slider-next {
    right: var(--pos-x, -120px);
    left: auto;
}
.slider-arrow:hover {
    background-color: #b83118;
    color: #0b0e13;
}
.arrow-wrap:hover .slider-arrow {
    opacity: 1;
    visibility: visible;
    -webkit-transform: scale(1);
    -ms-transform: scale(1);
    transform: scale(1);
}
.arrows {
    width: 15px;
}
@media (min-width: 1536px) {
    .nav-info-align {
        grid-column-gap: 125px;
    }
}
.team-card .team-img img {
    width: 100%;
    border-radius: 10px;
    max-width: 100%;
}
@media (max-width: 320px) {
    .nav-menu {
        width: 220px;
    }
}
@media (max-width: 1023px) {
    .points_table .w-tabs .tabs-menu-features.w-tab-menu {
        width: 100%;
        display: flex;
        align-items: center;
        justify-content: center !important;
        flex-direction: row !important;
        gap: 20px;
    }
    .points_table .w-tabs {
        flex-direction: column;
    }
    .points_table .w-tabs .tabs-menu-features .faatures-tab-link.w--current {
        padding-left: 5px;
        padding-right: 5px;
    }
    .points-table {
        border: 1px solid #fff;
        width: 340px;
    }
}
@media (min-width: 768px) and (max-width: 1023px) {
    .points-table {
        width: 620px;
    }
    h2{
      text-align: center;
      width: 100%;

    }
    .description {
      max-width: unset;
  }
    .section-title-wrapper-left.maxw {
      max-width: 100%;
      text-align: center;
  }
  .mobile-margin-bottom-zerro{
    margin-bottom: 0px;
   }
  .section {
    padding-top: 35px;
    padding-bottom: 35px;
}
.without-top-spacing {
  padding-top: 0;
}
}
@media (max-width: 1023px) {
    .how-it-works-3.left-side-margin-60 {
        margin-left: 0px;
    }
    .testimonial-carousel .owl-next,
    .testimonial-carousel .owl-prev {
        top: 98%;
    }
    .testimonial-carousel .owl-prev {
        left: 80px;
    }
    .testimonial-carousel .owl-next {
        right: 80px;
    }
    .footer{
      padding-top: 50px;
    }
}
@media (max-width: 767px) {
    .large-text {
        font-size: 50px;
    }
    .title-home-2-banner {
      font-size: 40px;
   }
   h2 {
    font-size: 30px;
    text-align: center;
    width: 100%;
   }
   .mobile-margin-bottom-zerro{
    margin-bottom: 0px;
   }
   .line-top{
    display: none;
   }
   .line-bottom{
    display: none;
   }
}
@media (max-width: 320px) {
    .points-table {
        width: 100%;
    }
    .points_table .w-tabs .tabs-menu-features.w-tab-menu {
        gap: 5px;
    }
    .large-text {
        font-size: 35px;
    }
    .points-table > :not(caption) > * > * {
        font-size: 12px;
    }
    .testimonial-carousel .owl-prev {
      left: 70px;
  }
  .testimonial-carousel .owl-next {
      right: 70px;
  }
}


/* home banner img css starts*/

.home-banner-img{
    background-image: url(../img/cp-home-bannerbackground.jpg);
    background-repeat: no-repeat;
    background-size: cover;
    height: 100%;
    min-height: 770px;
    /* justify-content: center; */
}



/* home banner img css ends*/
/* text color white css starts here */
.txt-white{
    color: #fff;
}
.btn-bg-white{
    background-color: #fff;
}
/* text color white css starts here */
/* red colour css starts here  */
.text-red{
    color: #b83118;
}
.btn-bg-red{

    background-color: #b83118;
}
/* red colour  css ends here */
/* black color css strats here */
/* .bg-black{
    background-color: #000;
} */
/* black color css ends here */
/*  */
/* margins and padding */
.mt-0{
    margin-top: 0;
}
.mt-80{
    margin-top: 80px;
}
/*  */


/* flex css */
.al-it-center{
    align-items: center;
}

/* bg images for full wevsite css starts here */


.inner-page{
    background-image: none;
    background-color: #000;
}




.bg-home{
    background-image: url(../img/cp-background.jpg);
    background-position: 0 100%;
    background-size: cover;
    background-repeat: no-repeat;
    /* background-color: #000; */
}



/* bg images for full wevsite css ends here  */

/* media query */
@media(min-width: 991px){
    .brave-the-battle-img{
        position: relative;
        top: 70px;
    }
    .pt-blur{
        height: 50%;
        position: absolute;
        top: 0%;
        z-index: -1;
    }
    .vission-mission-bg{
        height: 33%;
        top: 0%;
        width: 53%;
        left: 22%;
        background-image: linear-gradient(to bottom, #b83118, #b83118);
    }
}

.default-page .f-d-none{
    display: none;
}

.footer-features .w--current{
    color: #b83118;
}


.md-block{
    display: none;
}

label.error{
    color: red;
}


@media (max-width: 1399px) {
    .slider-arrow {
        --arrow-horizontal: 98px;
        --pos-x: 34px;
    }
}

@media (min-width: 1599px) and (max-width: 1700px) {
    .team-slider1 .slider-arrow {
        --pos-x: -20px;
    }
}


.logo-pre {
    /* background: linear-gradient(to bottom, #FFFCE9 0, #FFE1EC 100%); */
    border-radius: 50%;
    height: 100px;
    width: 100px;
    box-shadow: 0 0 0 0 rgb(0 0 0/0%);
    animation: pulse 2s infinite;
    margin: 0 auto 30px;
    display: flex;
    align-items: center;
    padding: 8px
}
.onloadpage .pre-content {
    top: 50%;
    position: relative;
    right: 0;
    left: 0;
    text-align: center;
    transform: translateY(-50%);
}
.onloadpage {
    position: fixed;
    z-index: 99999999;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    display: block;
    background: #000;
}
.w-richtext ul li{
    color: #fff;
    -webkit-text-fill-color: #fff;
}