/* privacy policy section */
.bg_img {
    position: relative;
}
.inner-banner {
    padding: 170px 0 110px;
    position: relative;
}
.bg_img {
    background-size: cover !important;
    background-position: center center;
    background-repeat: no-repeat !important;
}
*,
::after,
::before {
    box-sizing: border-box;
}
.breadcrumbs {
    margin: 0;
    font-size: 18px;
    font-weight: 300;
}
ul {
    margin: -7px 0;
    padding: 0;
}

.breadcrumbs li {
    padding: 3px 10px;
}
.bg_img::before {
    position: absolute;
    content: "";
    width: 100%;
    height: 100%;
    left: 0;
    top: 0;
    background: #2e0327;
    opacity: 0.9;
}
.privacy-policy {
    overflow: initial !important;
}
.padding-bottom {
    padding-bottom: 130px;
}
.padding-top {
    padding-top: 130px;
}

.g-5,
.gy-5 {
    --bs-gutter-y: 3rem;
}
.text-white {
    color: #fff !important;
}

ul li {
    list-style: none;
    padding: 0px 0;
}
.privacy-policy {
    overflow: initial !important;
}

.privacy-policy-sidebar-menu {
    position: sticky;
    top: 20px;
}

.privacy-policy-sidebar-menu li {
    width: 100%;
    padding: 0;
    border-bottom: 1px dashed rgba(255, 255, 255, 0.17);
}

.privacy-policy-sidebar-menu li:last-child {
    border: 0;
}

.privacy-policy-sidebar-menu li a {
    padding: 12px 0;
    color: rgba(255, 255, 255, 0.8);
    display: block;
    border-radius: 5px;
    position: relative;
    overflow: hidden;
}

.privacy-policy-sidebar-menu li a::before {
    position: absolute;
    content: "";
    width: 3px;
    height: 0;
    background: #ffc827;
    right: 0;
    top: 0;
    -webkit-transition: all ease 0.3s;
    -moz-transition: all ease 0.3s;
    transition: all ease 0.3s;
}

.privacy-policy-sidebar-menu li a.active {
    color: #ffc827;
}

.privacy-policy-sidebar-menu li a.active::before {
    height: 100%;
    transform-origin: bottom;
}

.privacy-policy-sidebar-menu li a:hover {
    color: #ffc827;
}

.privacy-policy-content {
    padding-left: 40px;
}

.privacy-policy-content .content-item {
    margin-bottom: 40px;
}

.privacy-policy-content .content-item:last-child {
    margin-bottom: 0;
}

.privacy-policy-content .content-item .title {
    margin-bottom: 15px;
}

.privacy-policy-content .content-item .info-list {
    margin-top: 15px;
}

.privacy-policy-content .content-item .info-list li {
    padding-left: 25px;
    position: relative;
}

.privacy-policy-content .content-item .info-list li::before {
    position: absolute;
    font-weight: 900;
    font-size: 16px;
    font-family: "fontawesome";
    content: "\f101";
    left: 0;
    top: 6px;
    color: #ffc827;
}
.breadcrumbs li a {
    position: relative;
    padding-right: 35px;
}
.breadcrumbs li a::before {
    position: absolute;
    font-weight: 900;
    font-size: 16px;
    font-family: "fontawesome";
    content: "\f30b";
    font-size: 18px;
    right: 0;
    top: 2px;
    color: #fff;
}
.privacy-policy {
    background: #2e0327;
}
/* privacy policy section end */
.refund p {
    padding-bottom: 26px !important;
}
.disclaimer p {
    padding-bottom: 26px !important;
    text-align: justify;
}
/*  */
.page-area {
    background: url(img/background/bread.jpg);
    background-repeat: no-repeat;
    background-size: cover;
    background-position: left top;
}
.page-area {
    position: relative;
    z-index: 1;
}
.bread-pd {
    padding: 52px 0px 29px;
}
@media (min-width: 1919px) {
    .container,
    .container-lg,
    .container-md,
    .container-sm,
    .container-xl {
        max-width: 1162px;
        
    }
    
}
.row {
    display: flex;
    flex-wrap: wrap;
    margin-right: -15px;
    margin-left: -15px;
}
@media (min-width: 1200px) {
    .col-xl-12 {
        flex: 0 0 100%;
        max-width: 100%;
    }
}
.bread-bg {
    background: url(../img/About-us/About.jpg);
    background-repeat: no-repeat;
    background-size: cover;
    background-position: left top;
    padding: 130px 50px;
    border-radius: 5px;
    z-index: 1;
    position: relative;
}
.breadcrumb-title h2 {
    font-size: 42px;
    line-height: 50px;
    position: relative;
    margin-bottom: 10px;
}
.breadcrumb {
    display: flex;
    flex-wrap: wrap;
    padding: 0;
    margin-bottom: 0;
    list-style: none;
    border-radius: 0;
    background: none;
}

/* new styles */
.rs-services .services-details {
    width: 670px;
    height: 670px;
    background: #f6f6f6;
    border-radius: 50%;
    margin: 0 auto;
    position: relative;
}
.rs-services .services-details .middle-content {
    padding: 24px;
    color: #606060;
    font-size: 15px;
    width: 340px;
    position: absolute;
    border: 10px solid #444444;
    border-radius: 50%;
    height: 340px;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    -web-transform: translate(-50%, -50%);
    background: #ffffff;
}
.rs-services .services-details .middle-content .single-conent {
    height: 100%;
}
.display-table {
    display: table;
    height: 100%;
    width: 100%;
}
.display-table-cell {
    display: table-cell;
    vertical-align: middle;
}
.rs-services .services-details .single-services:hover,
.rs-services .services-details .single-services.active {
    background: #444444 !important;
    color: #ffffff;
}
.rs-services.gray-color .services-details .single-services {
    background: #ffffff;
}
.rs-services .services-details .br-10 {
    border-right: 10px solid #444444;
}
.rs-services .services-details .single-services {
    float: left;
    width: 50%;
    height: 335px;
    transition: all 0.3s ease 0s;
    cursor: pointer;
}
.text-center {
    text-align: center;
}
.rs-services .services-details {
    width: 670px;
    height: 670px;
    background: #f6f6f6;
    border-radius: 50%;
    margin: 0 auto;
    position: relative;
}
.fix {
    overflow: hidden;
}
.rs-services .services-details .single-services h4 {
    font-size: 14px;
    transition: all 0.3s ease 0s;
    margin: 5px 0 0;
    text-transform: uppercase;
}
.rs-services.gray-color .services-details .single-services {
    background: #ffffff;
}
.display-table {
    display: table;
    height: 100%;
    width: 100%;
}
.display-table-cell {
    display: table-cell;
    vertical-align: middle;
}
.rs-services .services-details .single-services:hover h4,
.rs-services .services-details .single-services.active h4,
.rs-services .services-details .single-services:hover i,
.rs-services .services-details .single-services.active i {
    color: #ffffff;
}
.rs-services .services-details .single-services h4 {
    font-size: 14px;
    color: #101010;
    transition: all 0.3s ease 0s;
    margin: 5px 0 0;
    text-transform: uppercase;
}
.rs-services.gray-color .services-details .single-services {
    background: #ffffff;
}
.rs-services .services-details .br-10 {
    border-right: 10px solid #444444;
}
.rs-services .services-details .bt-10 {
    /* border-top: 10px solid #444444; */
}
.rs-services .services-details .single-services {
    float: left;
    width: 50%;
    height: 335px;
    transition: all 0.3s ease 0s;
    cursor: pointer;
}
.text-center {
    text-align: center;
}
.display-table {
    display: table;
    height: 100%;
    width: 100%;
}
.display-table-cell {
    display: table-cell;
    vertical-align: middle;
}
.rs-services .services-details .middle-content {
    padding: 24px;
    color: #606060;
    font-size: 15px;
    width: 340px;
    position: absolute;
    border: 10px solid #444444;
    border-radius: 50%;
    height: 340px;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    -web-transform: translate(-50%, -50%);
    background: #ffffff;
}
.rs-services .services-details .middle-content .single-conent {
    height: 100%;
}
.rs-services .services-details .bt-10 {
    border-top: 10px solid #444444;
}
.single-services a {
    width: 100%;
    height: 100%;
}
.rs-services .services-details .middle-content .single-conent {
    height: 100%;
}
.fade.in {
    opacity: 1;
}
.rs-services .services-details .single-services i {
    color: #232323;
    font-size: 24px;
}
.what {
    display: flex;
    justify-content: center;
    margin: 0 auto 80px auto;
}
.do {
    margin-bottom: 15px;
}
.decenter {
    margin-top: 48px;
    margin-bottom: 69px;
}
.decent {
    padding-left: 66px !important;
}
@media (min-width: 1200px) {
    .col-xl-12 {
        flex: 0 0 100%;
        max-width: 100%;
    }
    .faq.style-15 .row .col-lg-6:nth-of-type(5) .faq-card {
        border-top: 3px solid #77c163;
    }

    .faq.style-15 .faq-card {
        min-height: 296px !important;
    }
    .home-style-15 {
        background-color: #0c0125 !important;
        color: #fff !important;
    }
}

/* cheeta header  */

/* cheeta footer */

/* 25. Newsletter */
.newsletter-wrap {
    border-radius: 80px;
    background-color: rgb(25, 14, 34);
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 40px 65px;
    margin-top: -55px;
    position: relative;
    z-index: 1;
    margin-bottom: 80px;
}
.newsletter-form form {
    display: flex;
    align-items: center;
    margin-right: 20px;
}
.newsletter-form-grp {
    position: relative;
}
.newsletter-form-grp i {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    font-size: 14px;
    left: 15px;
}
.newsletter-form form input {
    width: 495px;
    background: #24182d;
    border: none;
    color: #fff;
    padding: 17px 40px;
    font-size: 14px;
    font-weight: 500;
}
.newsletter-form form input::placeholder {
    color: #a0a0a0;
}
.newsletter-form-grp::before,
.newsletter-form button::before {
    content: "";
    position: absolute;
    left: -20px;
    top: 0;
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 0 0 55px 20px;
    border-color: transparent transparent #24182d transparent;
}
.newsletter-form-grp::after,
.newsletter-form button::after {
    content: "";
    position: absolute;
    right: -20px;
    top: 0;
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 55px 20px 0 0;
    border-color: #24182d transparent transparent transparent;
}
.newsletter-title h2 {
    font-size: 26px;
    letter-spacing: -1px;
}
.newsletter-form button {
    border: none;
    color: #1c1121;
    font-size: 14px;
    font-weight: 800;
    padding: 17px 15px;
    margin-left: 30px;
    position: relative;
    cursor: pointer;
    transition: 0.3s linear;
}
.newsletter-form button::before {
    border-color: transparent transparent #c8ff0b transparent;
    transition: 0.3s linear;
}
.newsletter-form button::after {
    border-color: #c8ff0b transparent transparent transparent;
    transition: 0.3s linear;
}
.newsletter-form button:hover {
    background: #fff;
}
.newsletter-form button:hover::before {
    border-color: transparent transparent #fff transparent;
}
.newsletter-form button:hover::after {
    border-color: #fff transparent transparent transparent;
}
.newsletter-form button i {
    font-size: 12px;
    margin-left: 5px;
}
.s-newsletter-area .newsletter-wrap {
    background-color: #1c181e;
}
.s-newsletter-area .newsletter-title h2 {
    letter-spacing: 0;
    text-transform: uppercase;
}
.s-newsletter-area .newsletter-form form input {
    background: #262228;
}
.s-newsletter-area .newsletter-form-grp::after {
    border-color: #262228 transparent transparent transparent;
}
.s-newsletter-area .newsletter-form-grp::before {
    border-color: transparent transparent #262228 transparent;
}

/* 26. Footer */
.footer-bg {
    background-image: url(https://themebeyond.com/html/geco/Geco/img/bg/h5_footer_bg.jpg);
    /* background-color: #f9f9f9; */
    background-position: top center;
    background-size: cover;
    padding-bottom: 65px;
    position: relative;
    z-index: 1;
}
.third-footer-bg {
    background-image: url(../img/bg/t_footer_bg.jpg);
    padding-top: 90px;
    padding-bottom: 40px;
}
.footer-text p {
    font-size: 15px;
    color: #90949c;
    margin-bottom: 15px;
}
.footer-contact ul li {
    margin-bottom: 10px;
    font-size: 15px;
    color: #90949c;
    line-height: 28px;
}
.footer-contact ul li i {
    margin-right: 10px;
}
.footer-contact ul li span {
    font-weight: 500;
}
.footer-contact ul li:last-child {
    margin-bottom: 0;
}
.fw-title h5 {
    font-size: 18px;
    color: #c8c8c8;
    margin-bottom: 0;
    line-height: 1;
    padding-bottom: 20px;
    position: relative;
}
.fw-title h5::before {
    content: "";
    position: absolute;
    left: 0;
    bottom: 0;
    width: 30px;
    height: 3px;
}
.fw-link ul li {
    display: block;
}
.fw-link ul li a {
    color: #90949c;
    font-size: 14px;
    line-height: 40px;
    display: inline-block;
}
.fw-link ul li a:hover {
    padding-left: 5px;
}
.footer-social ul {
    display: flex;
    flex-wrap: wrap;
}
.footer-social ul li {
    display: block;
    margin-right: 9px;
}
.footer-social ul li a {
    width: 36px;
    height: 36px;
    background-color: rgb(59, 89, 152);
    display: block;
    text-align: center;
    line-height: 36px;
    color: #fff;
    font-size: 14px;
    border-radius: 2px;
}
.footer-social ul li:nth-child(2) a {
    background: #55acee;
}
.footer-social ul li:nth-child(3) a {
    background: #d71e18;
}
.footer-social ul li:nth-child(4) a {
    background: #1565c0;
}
.footer-newsletter input {
    width: 100%;
    background: #24182d;
    border: none;
    padding: 12px 20px;
    color: #fff;
    padding-right: 60px;
    font-size: 14px;
}
.footer-newsletter input::placeholder {
    color: #7c7c7d;
    font-size: 14px;
}
.footer-newsletter form {
    position: relative;
}
.footer-newsletter button {
    position: absolute;
    width: 53px;
    height: 100%;
    border: none;
    color: #1c1121;
    right: 0;
    top: 0;
    cursor: pointer;
    font-size: 14px;
}
.footer-fire {
    position: absolute;
    left: 90px;
    bottom: 0;
    z-index: -1;
}
.footer-fire-right {
    left: auto;
    right: 90px;
}
.copyright-wrap {
    background: #140a1c;
    padding: 20px 0;
}
.copyright-text p {
    font-size: 14px;
    color: #90949c;
    margin-bottom: 0;
}
.copyright-text p a {
    font-weight: 500;
}
.s-footer-bg {
    background-image: url(../img/bg/s_footer_bg.jpg);
}
.s-footer-bg .fw-title h5 {
    font-size: 16px;
    text-transform: uppercase;
}
.s-footer-bg .footer-newsletter input {
    background: #262228;
}
.s-copyright-wrap {
    background: #161417;
}
.fw-text p {
    font-size: 14px;
    line-height: 28px;
    padding-right: 70px;
    margin-bottom: 20px;
}
.fw-social ul {
    display: flex;
    align-items: center;
    flex-wrap: wrap;
}
.fw-social ul li + li {
    margin-left: 15px;
}
.fw-social ul li a {
    display: block;
    font-size: 14px;
    color: #a6a6a5;
    line-height: 1;
}
.fw-social ul li a:hover,
.fw-quick-link ul li a:hover,
.fw-title h3 > span,
.third-copyright-wrap .copyright-text p a {
    color: #ff5917;
}
.fw-title h3 {
    font-size: 26px;
    font-family: "grinddemolished";
    font-weight: normal;
    line-height: 1;
    margin-bottom: 0;
}
.fw-quick-link ul li a {
    display: inline-block;
    font-size: 14px;
    color: #b5b5b5;
    font-weight: 500;
}
.fw-quick-link ul li + li {
    margin-top: 10px;
}
.third-copyright-wrap {
    background: #131418;
}

/* end cheeta footer */
.home-six-footer .newsletter-title h2 span,
.home-six-footer .newsletter-form-grp i,
.home-six-footer .fw-link ul li a:hover,
.home-six-footer .copyright-text p a {
    color: #c8ff0b;
}
.home-six-footer .newsletter-form button {
    color: #1c1121;
    background: #c8ff0b;
}

/* 2. Header */
.header-top-area {
    background: #1c1121;
}
.container-full-padding {
    padding: 0 260px;
}
.s-container-full-padding {
    padding: 0 230px;
}
.header-top-offer {
    display: flex;
    align-items: center;
    flex-wrap: wrap;
}
.header-top-offer p,
.time-count {
    margin-bottom: 0;
    font-size: 13px;
    font-weight: 600;
    color: #a5a5a5;
}
.header-top-offer .time-count {
    display: none;
}
.header-top-offer .time-count:first-child {
    display: block;
}
.header-top-offer .time-count > span {
    display: inline-block;
    padding: 16px 25px;
    font-weight: 900;
    font-size: 18px;
    color: #1c1121;
    position: relative;
    z-index: 1;
}
.header-top-offer .time-count > span::before {
    content: "";
    position: absolute;
    left: 0;
    top: 0;
    height: 100%;
    width: 100%;
    background-image: url(../img/images/offer_count_bg.png);
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
    z-index: -1;
}
.header-top-right {
    display: flex;
    align-items: center;
    justify-content: flex-end;
}
.header-social ul {
    display: flex;
    flex-wrap: wrap;
}
.header-social ul li {
    margin-left: 15px;
    display: inline-block;
}
.header-social ul li:first-child {
    margin-left: 0;
}
.header-social ul li a {
    color: #b4b0b5;
    font-size: 13px;
}
.header-social ul li a:hover,
.header-top-mail p span,
.header-top-mail p i,
.header-action ul li.header-search a,
ul.minicart .cart-content a:hover,
.navbar-wrap ul li .submenu li.active > a,
.navbar-wrap ul li .submenu > li:hover > a,
.minicart .del-icon > a,
#search-modal .modal-dialog .modal-content form button,
.slider-content h6,
.slider-content h2 span,
.section-title h2 span,
.latest-games-content h4 a:hover,
.latest-games-content h4 span,
.latest-games-content p span,
.latest-games-active.owl-carousel .owl-nav button:hover,
.product-active .slick-arrow:hover,
.testimonial-active.owl-carousel .owl-nav button:hover,
.match-team-name a:hover,
.coming-match-info h5 span,
.tournament-schedule-content h3 span,
.tournament-schedule-content h3 a:hover,
.coming-match-time .time-count span,
.tournament-menu button.active,
.tournament-schedule-meta h5 span,
.tournament-schedule-meta a,
.product-content h4 a:hover,
.blog-post-content h5 a:hover,
.product-price h5,
.product-cart-action a,
.blog-meta ul li i,
.testi-avatar-info span,
.features-item .features-list-content .product-tag a,
.features-list-content h6 a:hover,
.newsletter-form-grp i,
.newsletter-form button:hover,
.fw-link ul li a:hover,
.copyright-text p a {
    color: #e4a101;
}
.header-top-action ul {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
}
.header-top-mail p {
    margin-bottom: 0;
    font-size: 12px;
    color: #bcbcbc;
}
.header-top-mail p a {
    color: #bcbcbc;
}
.header-top-action {
    margin-left: 20px;
}
.header-top-action ul li:last-child {
    margin-left: 15px;
    overflow: hidden;
}
.header-top-mail p span {
    display: inline-block;
    margin-right: 15px;
}
.header-top-mail p i {
    margin-right: 10px;
}
.header-user-login > a {
    display: block;
    background: #181719;
    color: #edeaea;
    font-size: 12px;
    font-weight: 500;
    text-transform: uppercase;
    border-radius: 0 0 2px 2px;
    height: 35px;
    line-height: 35px;
    padding: 0 18px 0 0;
    border-top: 1px solid #e4a101;
}
.header-user-login > a i {
    display: inline-block;
    width: 40px;
    height: 35px;
    line-height: 35px;
    text-align: center;
    background-repeat: no-repeat;
    background-size: cover;
    margin-right: 15px;
    color: #1c1121;
}
.main-header {
    background-image: url(../img/bg/header_bg.jpg);
    background-position: right center;
    background-size: cover;
    position: relative;
}
.main-menu nav {
    display: flex;
    align-items: center;
    flex-wrap: wrap;
    justify-content: flex-start;
}
.navbar-wrap {
    display: flex;
    flex-grow: 1;
}
.navbar-wrap ul {
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    margin-left: auto;
}
.navbar-wrap ul li {
    position: relative;
}
.navbar-wrap ul li a {
    font-size: 14px;
    font-weight: 700;
    text-transform: uppercase;
    color: #edeaea;
    padding: 43px 26px;
    display: block;
    line-height: 1;
    position: relative;
    z-index: 1;
    font-family: "Oxanium", cursive;
}
.navbar-wrap ul li.show a::before,
.navbar-wrap ul li a::before {
    content: "";
    position: absolute;
    left: 0;
    top: 0;
    height: 100%;
    width: 100%;
    transform: skewX(-10deg);
    z-index: -1;
    right: 0;
    margin: 0 auto;
    opacity: 0;
}
.navbar-wrap ul li.show a::after,
.navbar-wrap ul li.active a::after,
.navbar-wrap ul li:hover > a::after {
    content: "";
    position: absolute;
    height: 3px;
    background: #e4a101;
    right: 40px;
    left: 0;
    bottom: 0;
}
.navbar-wrap ul li:hover > a {
    color: #1c1121;
}
.navbar-wrap ul li.show,
.navbar-wrap ul li.show a::before,
.navbar-wrap ul li:hover > a::before {
    opacity: 1;
}
.navbar-wrap ul li.show > a {
    color: #1c1121;
}
.navbar-wrap ul li.active > a::before {
    opacity: 1;
}
.header-action > ul {
    display: flex;
    align-items: center;
    margin-left: 20px;
}
.header-action > ul li {
    position: relative;
    margin-left: 40px;
}
.header-action ul li:first-child {
    margin-left: 0;
}
.header-action ul li a {
    color: #edeaea;
    font-size: 14px;
}
.header-shop-cart a span {
    position: absolute;
    right: -13px;
    top: -2px;
    width: 18px;
    height: 18px;
    text-align: center;
    border-radius: 50%;
    font-size: 12px;
    font-weight: 800;
    line-height: 18px;
    color: #1c1121;
}
.header-action ul li.header-search a {
    width: 56px;
    height: 48px;
    display: block;
    text-align: center;
    line-height: 48px;
    background: #111111;
    border-radius: 5px;
    font-size: 13px;
    box-shadow: 0px 3px 7px 0px rgba(128, 18, 40, 0.2),
        inset 0px 3px 7px 0px rgba(56, 17, 33, 0.4);
}
.header-shop-cart ul.minicart {
    background: #1c1121;
    opacity: 0;
    padding: 25px;
    position: absolute;
    right: -15px;
    top: 63px;
    transition: all 0.5s ease 0s;
    width: 350px;
    z-index: 9;
    box-shadow: 0px 12px 24px 0px rgba(120, 120, 120, 0.3);
    visibility: hidden;
    transform: translateY(20px);
}
.header-shop-cart ul.minicart::before {
    position: absolute;
    content: "";
    left: 0px;
    top: -40px;
    width: 100%;
    height: 45px;
    display: block;
}
.header-shop-cart:hover ul.minicart {
    opacity: 1;
    visibility: visible;
    transform: translateY(0px);
    z-index: 9;
}
.header-shop-cart .minicart > li {
    display: block;
    margin-bottom: 22px;
    margin-left: 0;
    overflow: hidden;
    padding: 0;
}
.header-shop-cart .minicart .cart-img {
    float: left;
}
ul.minicart .cart-img img {
    width: 100px;
}
.header-shop-cart .minicart .cart-content {
    float: left;
    padding-left: 15px;
    text-align: left;
    padding-right: 25px;
}
.cart-content h4 {
    color: #fff;
    font-family: "Poppins", sans-serif;
    font-size: 20px;
}
ul.minicart .cart-content a {
    font-size: 14px;
    background: none;
    font-weight: 600;
}
ul.minicart .cart-price span {
    color: #747691;
    font-size: 13px;
    font-weight: 500;
}
ul.minicart .cart-price .new {
    font-size: 14px;
    color: #a5a5a5;
}
.header-shop-cart .minicart .del-icon {
    float: right;
    margin-top: 30px;
}
.minicart .del-icon > a {
    font-size: 18px;
}
.total-price {
    border-top: 1px solid #473151;
    overflow: hidden;
    padding-top: 25px;
    margin-top: 10px;
}
.total-price span {
    color: #a5a5a5;
    font-weight: 500;
}
.header-shop-cart .minicart > li:last-child {
    margin-bottom: 0;
}
.header-shop-cart .minicart .checkout-link a {
    color: #1c1121;
    display: block;
    font-weight: 500;
    padding: 16px 30px;
    text-align: center;
    font-size: 13px;
    margin-bottom: 8px;
    text-transform: uppercase;
    letter-spacing: 2px;
}
.header-shop-cart .minicart .checkout-link a.red-color {
    background: #291b35;
    color: #fff;
}
.menu-style-two .navbar-wrap ul li.show a::after,
.menu-style-two .navbar-wrap ul li:hover > a::after {
    display: none;
}
.menu-style-two {
    padding: 28px 30px;
    border-radius: 0 0 14px 14px;
    background-image: url(../img/bg/header_bg.jpg);
    background-position: right center;
    background-size: cover;
    position: relative;
}
.transparent-header {
    position: absolute;
    left: 0;
    top: 45px;
    width: 100%;
    height: auto;
    z-index: 9;
}
.s-header-top-area .header-top-offer .time-count > span {
    padding: 9px 25px;
}
.menu-style-two .navbar-wrap ul li a {
    padding: 15px 23px;
}
.menu-style-two .navbar-wrap ul li.show a::before,
.menu-style-two .navbar-wrap ul li a::before {
    transform: skewX(-16deg);
    transition: 0.3s linear;
}
.s-header-top-area {
    background: #131014;
}
.navbar-wrap ul li > .submenu {
    position: absolute;
    z-index: 9;
    background-color: #fff;
    border-radius: 0;
    border: none;
    -webkit-box-shadow: 0px 13px 25px -12px rgba(0, 0, 0, 0.25);
    -moz-box-shadow: 0px 13px 25px -12px rgba(0, 0, 0, 0.25);
    box-shadow: 0px 13px 25px -12px rgba(0, 0, 0, 0.25);
    display: block;
    left: -9px;
    opacity: 0;
    padding: 18px 0;
    right: 0;
    top: 100%;
    visibility: hidden;
    min-width: 230px;
    border: 1px solid #3a2746;
    background: #1c1421;
    box-shadow: 0px 30px 70px 0px rgba(137, 139, 142, 0.15);
    margin: 0;
    border-radius: 2px;
    transform: scale(1, 0);
    transform-origin: 0 0;
    -webkit-transition: all 0.3s ease-in-out;
    -moz-transition: all 0.3s ease-in-out;
    -ms-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
}
.navbar-wrap ul li > .submenu li {
    margin-left: 0;
    text-align: left;
    display: block;
}
.navbar-wrap ul li > .submenu li a {
    padding: 0 10px 0 25px;
    line-height: 40px;
    font-weight: 600;
    color: #fff;
    text-transform: uppercase;
    -webkit-transition: all 0.3s ease-in-out;
    -moz-transition: all 0.3s ease-in-out;
    -ms-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
}
.navbar-wrap ul li:hover > .submenu {
    opacity: 1;
    visibility: visible;
    transform: scale(1);
}
.navbar-wrap ul li > .submenu li a::before,
.navbar-wrap ul li > .submenu li a::after {
    display: none;
}
.sticky-menu {
    left: 0;
    margin: auto;
    position: fixed;
    top: 0;
    width: 100%;
    z-index: 99;
    background-image: url(../img/bg/header_bg.jpg);
    -webkit-animation: 1000ms ease-in-out 0s normal none 1 running fadeInDown;
    animation: 1000ms ease-in-out 0s normal none 1 running fadeInDown;
    -webkit-box-shadow: 0 10px 15px rgba(25, 25, 25, 0.1);
    box-shadow: 0 10px 15px rgba(25, 25, 25, 0.1);
    border-radius: 0;
    padding: 0;
}

.third-header-bg {
    position: relative;
    z-index: 9;
}
.third-header-bg .bg {
    background-image: url(https://themebeyond.com/html/geco/Geco/img/bg/h3_header_bg.jpg);
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100px;
    background-position: center;
    background-size: cover;
    z-index: -1;
}
.third-header-bg .menu-style-two {
    background-image: none;
    padding: 0;
}
.custom-container {
    max-width: 1330px;
}
.custom-container-two {
    max-width: 1430px;
}
.third-header-bg .navbar-wrap ul li.show a::before,
.third-header-bg .navbar-wrap ul li a::before {
    display: none;
}
.third-header-bg .navbar-wrap ul li.show > a,
.third-header-bg .navbar-wrap ul li:hover > a,
.third-header-bg .navbar-wrap ul li .submenu li.active > a,
.third-header-bg .navbar-wrap ul li .submenu li:hover > a,
.third-header-bg .header-action ul li.header-search a,
.third-header-bg #search-modal .modal-dialog .modal-content form button,
.third-banner-content h2 span,
.third-title-style h2 span,
.third-title-style .vertical-title {
    color: #c8ff0b;
}
.third-header-bg .menu-style-two .navbar-wrap > ul > li > a {
    padding: 35px 0;
}
.third-header-bg .menu-style-two .navbar-wrap > ul > li + li {
    margin-left: 42px;
}
.third-header-bg .navbar-wrap .logo {
    position: absolute;
    left: 49%;
    transform: translateX(-50%);
    top: 5px;
    z-index: 9;
}
.third-header-bg .navbar-wrap ul.left {
    margin-left: 0;
    margin-right: auto;
}
.header-bottom-bg {
    background-image: url(https://themebeyond.com/html/geco/Geco/img/bg/header_bottom_bg.png);
    position: absolute;
    left: 0;
    bottom: -28px;
    right: 0;
    width: 1499px;
    height: 28px;
    margin: 0 auto;
    z-index: -1;
}
.third-header-bg .header-action ul li.header-search a {
    background: #262831;
}
.third-header-bg .navbar-wrap ul li > .submenu {
    border: 1px solid #ee551945;
    background: #1c1f26;
}
.third-header-bg .header-action > ul {
    margin-left: 30px;
}
.third-header-bg .sticky-menu .navbar-wrap .logo {
    top: 0;
}
.third-header-bg .sticky-menu {
    background-image: url(../img/bg/h3_header_bg.jpg);
}
.header-style-four .header-top-area {
    background-image: url(../img/bg/fourth_header_top_bg.jpg);
    background-position: center;
    background-size: cover;
    padding: 22px 0;
}
.header-style-four .header-social {
    display: flex;
    align-items: center;
    justify-content: flex-end;
}
.header-style-four .header-social span {
    color: #fff;
    font-family: "Oxanium", cursive;
    font-weight: 700;
    margin-right: 15px;
}
.header-style-four .header-social ul li + li {
    margin-left: 8px;
    display: block;
}
.header-style-four .header-social ul li a {
    display: block;
    width: 35px;
    height: 30px;
    text-align: center;
    line-height: 30px;
    box-shadow: 0px 3px 5.58px 0.42px rgba(33, 34, 47, 0.27);
    font-size: 12px;
    color: #e9a401;
    border: 1px solid rgb(40, 40, 46);
    background: rgb(51, 52, 66);
}
.header-style-four .menu-style-two {
    padding: 0;
    border-radius: 0;
    background-image: none;
    background-position: unset;
    background-size: cover;
    position: relative;
}
.header-four-wrap {
    background: #252634;
    border-top: 1px solid #1e1e2a;
    padding: 18px 0;
    position: relative;
}
.header-four-wrap .menu-style-two .navbar-wrap > ul > li > a {
    padding: 12px 23px;
}
.header-four-wrap .menu-style-two .navbar-wrap ul li.show a::before,
.header-four-wrap .menu-style-two .navbar-wrap ul li a::before {
    transform: skewX(-20deg);
}
.header-four-wrap .header-action ul li.header-search a {
    width: 52px;
    height: 46px;
    line-height: 46px;
    background: #252634;
    box-shadow: 0px 3px 7px 0px rgb(0 0 0 / 20%),
        inset 0px 3px 7px 0px rgb(0 0 0 / 40%);
}
.header-four-wrap .header-shop-cart ul.minicart {
    background: #252634;
    top: 53px;
}
.header-four-wrap .header-shop-cart .minicart .checkout-link a.red-color {
    background: #333442;
}
.header-four-wrap::before {
    content: "";
    position: absolute;
    width: 29%;
    background: #e9a401;
    height: 100%;
    top: 0;
    clip-path: polygon(0px 0px, 91% 0px, 100% 100%, 0% 100%);
}
.header-four-wrap.sticky-menu {
    position: fixed;
    border-top: none;
}
.home-six-footer .fw-title h5::before {
    background: #c8ff0b;
}
.sticky {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    -webkit-animation: 1000ms ease-in-out 0s normal none 1 running fadeInDown;
    animation: 1000ms ease-in-out 0s normal none 1 running fadeInDown;
    -webkit-box-shadow: 0 10px 15px rgb(25 25 25 / 10%);
    box-shadow: 0 10px 15px rgb(25 25 25 / 10%);
}

/* responsive */

/* Extra large devices (large desktops, 1800px and up) */
@media (max-width: 1800px) {
    .container-full-padding,
    .s-container-full-padding {
        padding: 0 60px;
    }
    .breadcrumb-title h2 {
        font-size: 40px;
    }
    .slider-img {
        right: 40px;
    }
    .slider-img.slider-img2 {
        right: 210px;
    }
    .slider-active .slick-arrow {
        opacity: 0;
        transition: 0.3s linear;
    }
    .slider-active .slick-arrow {
        left: 0;
    }
    .slider-active .slick-next {
        right: 0;
        left: auto;
    }
    .slider-active:hover .slick-arrow {
        opacity: 1;
    }
    .footer-fire {
        left: 0;
    }
    .footer-fire-right {
        left: auto;
        right: 0;
    }
    .game-gallery-area .slider-nav {
        max-width: 1080px;
        position: unset;
    }
    .game-gallery-bg {
        display: none;
    }
    .game-gallery-area.position-relative {
        background-image: url(../img/bg/game_gallery_bg.png);
        background-position: top center;
        background-size: cover;
        padding: 120px 0 120px;
        margin-bottom: 0;
    }
    .my-match-bg {
        padding-top: 110px;
    }
}

/* Extra large devices (large desktops, 1800px and up) */
@media (max-width: 1500px) {
    .container-full-padding,
    .s-container-full-padding {
        padding: 0 30px;
    }
    .contt{
        padding-left: 33px !important;
        padding-right: 33px !important;
    }
    .product-active .slick-arrow {
        left: 0px;
    }
    .product-active .slick-arrow.slick-next {
        right: 0;
        left: auto;
    }
    .slider-bg {
        padding: 180px 0;
    }
    .slider-style-two {
        padding: 250px 0 150px;
    }
    .slider-img img {
        width: 400px;
    }
    .slider-img.slider-img2 img {
        width: 480px;
    }
    .slider-circle-shape img {
        width: 650px;
    }
    .slider-circle-shape {
        right: 310px;
    }
    .slider-img {
        right: 20px;
    }
    .slider-img.slider-img2 {
        right: 165px;
    }
    .footer-fire {
        display: none;
    }
    .header-bottom-bg {
        width: 100%;
        background-position: center;
    }
    .game-gallery-area .slider-nav {
        max-width: 900px;
        position: unset;
    }
    .home-four-slider .slider-img img {
        width: auto;
    }
    .home-four-slider .slider-img img {
        width: 600px;
    }
    .custom-container-two {
        max-width: 1230px;
    }
    .header-four-wrap::before {
        width: 22%;
    }
    .home-four-slider .slider-bg {
        padding: 180px 0 180px;
    }
    .home-four-slider .slider-content h6 {
        font-size: 20px;
    }
    .home-four-slider .slider-content h2 {
        font-size: 75px;
        text-transform: capitalize;
    }
    .home-four-slider .slider-content p {
        width: 90%;
    }
    .home-four-area-bg .bg {
        height: 1395px;
    }
    .new-released-game-area .featured-game-content h4 {
        font-size: 20px;
    }
}

/* Extra large devices (large desktops, 1200px and up) */
@media (max-width: 1199.98px) {
    .container-full-padding,
    .s-container-full-padding {
        padding: 0 15px;
    }

    .newsletter-wrap {
        flex-direction: column;
    }
    .newsletter-title {
        margin-bottom: 30px;
    }
    .menu-style-two {
        padding: 28px 0px;
        border-radius: 0;
        background-image: none;
    }

    .menu-style-two .navbar-wrap ul li a {
        padding: 15px 20px;
    }
}

/* Large devices (desktops, 992px and up) */
@media (max-width: 991.98px) {
    .container-full-padding,
    .s-container-full-padding {
        padding: 0 30px;
    }
    .padd {
        padding-bottom: 0px !important;
    }
    .shuffle{
        padding-top: 0px !important;
    }
    header.style-12 .imgs-content .img-vid-content{
        padding-top: 10px !important;
    }
    .row{
        margin-bottom: 20px;
    }
    .alte{
        margin-bottom: 20px;
    }
    .section-title {
      
        padding-bottom: 20px !important;
    }
    .check{
        margin-top: 83px;
    }
    .padd {
        padding-bottom: 38px !important;
    }
    
    
    .timeline_vertical .box {
        padding-left: 30px !important;
        padding-right: 0px !important;
    }
    .timeline_vertical .right {
        left: 0% !important;
    }
    .timeline_vertical .box {
        width: 100% !important;
        padding-left: 70px;
        padding-right: 25px;
    }
    .timeline_vertical .left::after, .right::after {
        left: 15px !important;
    }
    .timeline_vertical::after {
        left: 31px !important;
    }
    /* .up{
        padding-top: 25px !important;
    }
    .shuffle{
        padding-top: 0px !important;
    } */
    .as{
        padding-bottom: 40px !important;
    }
    .support-text p{
        margin: 35px 0 0 0 !important;
    }
    .fadeInUp{
        margin: auto !important;
    }

    .our {
        padding-right: 0 !important;
        padding-bottom: 0px !important;
    }
    .allview{
        display: flex;
        justify-content: center;
    }
    .miss{
        padding-right: 25px !important;
    }
    .features.style-7 {
        padding: 0px 15px !important;
    }
    .contt{
        padding-left: 33px !important;
        padding-right: 33px !important;
    }
    .bethe {
        text-align: center;
    }
    .faq.style-15 .faq-card {
        min-height: 0% !important;
    }
    .features.style-15 .features-card{
        min-height: 0% !important;
    }
    .cov{
        display: flex;
        justify-content: center;
    }
    
    .leter{
        letter-spacing: 0px !important;
    }
    .header-top-right {
        justify-content: center;
        padding: 10px 0;
    }
    .main-header,
    .main-header.sticky-menu {
        padding: 25px 0 10px;
    }
    .main-menu nav {
        justify-content: space-between;
    }
    .header-action {
        margin-right: 80px;
    }
    .header-shop-cart:hover ul.minicart {
        transform: translateY(-10px);
    }

    .header-four-wrap {
        border-top: none;
        padding: 18px 0 8px;
    }
    .header-four-wrap::before {
        width: 28%;
    }
    .home-four-area-bg .bg {
        height: 1275px;
    }
    .header-style-four .logo img {
        filter: brightness(0) invert(1);
    }
    .header-four-wrap::before {
        width: 0;
    }
    .header-four-wrap .mean-container a.meanmenu-reveal {
        margin-top: -38px;
    }
    .live-match-time {
        margin: 50px 0;
    }
    .live-match-time > span {
        margin: 0 auto 40px;
    }
    .third-header-bg .bg,
    .header-bottom-bg {
        display: none;
    }
    .third-header-bg {
        background: #1c1f26;
        padding: 20px 0 5px;
    }
    .third-header-bg .sticky-menu {
        padding: 20px 0 5px;
    }
    .third-banner-img::after {
        display: none;
    }
    .custom-container {
        max-width: 720px;
    }
    .third-banner-content h2 {
        font-size: 80px;
    }
    .third-banner-img img {
        width: 480px;
    }
    .third-banner-img {
        margin-bottom: -30px;
    }
    .third-banner-bg {
        padding: 120px 0 120px;
        margin-top: 0;
    }
    .third-about-img {
        text-align: center !important;
        margin-bottom: 40px;
    }

    form.third-contact-form {
        margin-top: 50px;
    }
    .footer-widget.text-right {
        text-align: left !important;
    }
    .third-footer-bg .fw-title.mb-35 {
        margin-bottom: 20px;
    }


	.my-match-wrap {
		padding: 0 !important;;
	}
	.my-match-box-wrap {
		margin-bottom: 20px;
		margin-top: auto !important;
		height: 200px !important;
		margin-bottom: 25% !important; 
	}
	.my-match-box-wrap > img{
		position: absolute !important;;
		height: 100% !important;;
	}
	.my-match-box-wrap ul{

		flex-direction: column;
		justify-content: center;
		gap: 30px;
		padding-top: 40px !important;
		position: unset !important;	
	}
	.my-match-box-wrap ul li{
		width: auto !important;
		flex: auto !important;
	}
	.my-match-info {
		text-align: center !important;
	}
    .trad{
        margin-top: 40px !important;
    }
    .moment{
        margin-top: 0px !important;
    }
    .bg-yellowGreen {
        width: 68% !important;
        margin: 26px 26px 0px 46px;
    }
    .mo{
        display: flex;
        justify-content: center;
    }
}

/* Medium devices (tablets, 768px and up) */
@media (max-width: 767.98px) {
    .container-full-padding,
    .s-container-full-padding {
        padding: 0 15px;
    }
    .contact-page.style-5 .section-head {
        margin-bottom: 0px !important;
    }
    .under {
        margin-top: 0px !important;
    }
    /* .tab {
        margin-bottom: 0px !important;
    } */
    .links-content .noraps{
        flex-wrap: wrap !important ;
    }
    .header-top-right {
        justify-content: center;
        padding: 10px 0;
    }
    .main-header,
    .main-header.sticky-menu {
        padding: 25px 0 10px;
    }
    .main-menu nav {
        justify-content: space-between;
    }
    .header-action {
        display: none;
    }

    .newsletter-wrap {
        flex-direction: column;
        padding: 40px 15px;
    }
    .newsletter-title {
        margin-bottom: 30px;
    }
    .newsletter-title h2 {
        font-size: 24px;
    }
    .newsletter-form form input {
        width: 100%;
    }
    .newsletter-form form {
        margin-right: 0;
        flex-direction: column;
    }
    .newsletter-form button {
        margin-left: 0;
        margin-top: 15px;
    }
    .newsletter-form-grp {
        margin: 0 10px;
    }
    .copyright-text p {
        text-align: center;
    }
    #scrollUp {
        right: 10px;
        bottom: 10px;
    }
}

/* New Responsive CSS */

/* Extra large devices (large desktops, 1800px and up) */
@media (max-width: 1800px) {
    .h-seven-slider-active .slick-dots {
        right: 6%;
    }
}

/* Extra large devices (large desktops, 1800px and up) */
@media (max-width: 1500px) {
    .home-five-banner {
        padding: 170px 0 150px;
    }
    .h-seven-slider-img {
        text-align: left !important;
    }
    .h-seven-slider-active .slick-dots {
        right: 4%;
    }
    .h-seven-slider-content .title {
        font-size: 85px;
    }
    .h-seven-slider-content .title strong {
        font-size: 70px;
    }
}

/* Medium devices (tablets, 768px and up) */
@media (max-width: 767.98px) {
    .home-five-banner {
        padding: 140px 0 120px;
    }
    .links-content .noraps{
        flex-wrap: wrap !important ;
    }
    .home-five-banner .banner-content .title-one {
        font-size: 50px;
        line-height: 0.9;
        margin-bottom: 10px;
    }
    .home-five-banner .banner-content .title-two {
        font-size: 36px;
        line-height: 1.1;
        margin-bottom: 30px;
    }
}

/* Small devices (landscape phones, 576px and up) */
@media only screen and (min-width: 576px) and (max-width: 767px) {
    .home-five-banner .banner-content .title-one {
        font-size: 60px;
    }
    .lase{
        margin-top: 30px !important;
    }
    .home-five-banner .banner-content .title-two {
        font-size: 45px;
    }
    
}

* hide the link until viewport size is reached */ a.meanmenu-reveal {
    display: none;
}

/* when under viewport size, .mean-container is added to body */
.mean-container .mean-bar {
    background: rgba(0, 0, 0, 0) none repeat scroll 0 0;
    float: left;
    position: relative;
    width: 100%;
    z-index: 99;
}

.mean-container a.meanmenu-reveal {
    border: 1px solid #fff;
    color: #fff;
    cursor: pointer;
    display: block;
    font-family: Arial, Helvetica, sans-serif;
    font-size: 1px;
    font-weight: 700;
    height: 22px;
    line-height: 22px;
    margin-top: -44px;
    padding: 8px 9px;
    position: absolute;
    right: 0;
    text-decoration: none;
    top: 0;
    width: 22px;
}
.mean-container a.meanmenu-reveal span {
    background: #fff none repeat scroll 0 0;
    display: block;
    height: 3px;
    margin-top: 3px;
}

.mean-container .mean-nav {
    background: #1c1121 none repeat scroll 0 0;
    float: left;
    margin-top: 15px;
    width: 100%;
}

.mean-container .mean-nav ul {
    padding: 0;
    margin: 0;
    width: 100%;
    list-style-type: none;
}

.mean-container .mean-nav ul li {
    position: relative;
    float: left;
    width: 100%;
}

.mean-container .mean-nav ul li a {
    border-top: 1px solid rgba(255, 255, 255, 0.15);
    color: #fff;
    display: block;
    float: left;
    margin: 0;
    padding: 10px 5%;
    text-align: left;
    text-decoration: none;
    text-transform: capitalize;
    width: 90%;
    font-size: 16px;
    font-weight: 700;
}

.mean-container .mean-nav ul li li a {
    border-top: 1px solid rgba(255, 255, 255, 0.25);
    opacity: 0.75;
    padding: 10px 10%;
    text-shadow: none;
    visibility: visible;
    width: 80%;
}

.mean-container .mean-nav ul li.mean-last a {
    border-bottom: none;
    margin-bottom: 0;
}

.mean-container .mean-nav ul li li li a {
    width: 70%;
    padding: 1em 15%;
}

.mean-container .mean-nav ul li li li li a {
    width: 60%;
    padding: 1em 20%;
}

.mean-container .mean-nav ul li li li li li a {
    width: 50%;
    padding: 1em 25%;
}

.mean-container .mean-nav ul li a:hover {
    background: #252525;
    background: rgba(255, 255, 255, 0.1);
}

.mean-container .mean-nav ul li a.mean-expand {
    -moz-border-bottom-colors: none;
    -moz-border-left-colors: none;
    -moz-border-right-colors: none;
    -moz-border-top-colors: none;
    background: rgba(255, 255, 255, 0.1) none repeat scroll 0 0;
    border-color: currentcolor currentcolor rgba(255, 255, 255, 0.2)
        rgba(255, 255, 255, 0.4);
    border-image: none;
    border-style: none none solid solid;
    border-width: medium medium 1px 1px;
    font-weight: 700;
    height: 27px;
    margin-top: 1px;
    padding: 8px 12px;
    position: absolute;
    right: 0;
    text-align: center;
    top: 0;
    width: 26px;
    z-index: 2;
}

.mean-container .mean-nav ul li a.mean-expand:hover {
    background: rgba(0, 0, 0, 0.9);
}

.mean-container .mean-push {
    float: left;
    width: 100%;
    padding: 0;
    margin: 0;
    clear: both;
}

.mean-nav .wrapper {
    width: 100%;
    padding: 0;
    margin: 0;
}

/* Fix for box sizing on Foundation Framework etc. */
.mean-container .mean-bar,
.mean-container .mean-bar * {
    -webkit-box-sizing: content-box;
    -moz-box-sizing: content-box;
    box-sizing: content-box;
}

.mean-remove {
    display: none !important;
}

.transparent-header .mean-container a.meanmenu-reveal {
    border: 1px solid #fff;
    color: #fff;
}
.transparent-header .mean-container a.meanmenu-reveal span {
    background: #fff;
}

.header-2 .mean-container a.meanmenu-reveal {
    border: 1px solid #fff;
    color: #fff;
}
.header-2 .mean-container a.meanmenu-reveal span {
    background: #fff;
}

@media (max-width: 991.98px) {
    .third-header-bg .sticky {
        padding: 20px 0 5px;
    }
    .links-content .noraps{
        flex-wrap: wrap !important ;
    }
}
.third-header-bg .sticky {
    background-image: url(https://themebeyond.com/html/geco/Geco/img/bg/h3_header_bg.jpg);
}

/* home banner */
.banner-section {
    background-color: #030010;
    background-size: cover;
    background-position: center;
}
.banner-section.style-2 .banner-wrapper {
    padding-top: 183px;
    padding-bottom: 120px;
}
@media (min-width: 992px) {
    .banner-section.style-2 .banner-wrapper {
        padding-top: 208px;
        padding-bottom: 150px;
    }
}
.banner-section.style-2 .banner-wrapper .banner-content p {
    margin: 0 auto;
    margin-bottom: 30px;
}
.banner-section.home-light {
    background-color: #fff;
    background-blend-mode: multiply;
}
.banner-section.home-light h1 {
    color: #000;
}
.banner-section.home-light p {
    color: #555;
}
.banner-section.home-light .default-btn {
    box-shadow: 0 3px 5px rgba(0, 0, 0, 0.1);
}
.banner-section.home-light .default-btn.move-right {
    border: 1px solid #5138ee;
    color: #5138ee;
}
.banner-section.home-4 .default-btn {
    background-color: #f3a735;
    color: #000;
}
.banner-section {
    background-color: #030010;
    background-size: cover;
    background-position: center;
}
.banner-section.style-2 .banner-wrapper {
    padding-top: 183px;
    padding-bottom: 120px;
}
@media (min-width: 992px) {
    .banner-section.style-2 .banner-wrapper {
        padding-top: 208px;
        padding-bottom: 150px;
    }
}
.banner-section.style-2 .banner-wrapper .banner-content p {
    margin: 0 auto;
    margin-bottom: 30px;
}
.banner-section.home-light {
    background-color: #fff;
    background-blend-mode: multiply;
}
.banner-section.home-light h1 {
    color: #000;
}
.banner-section.home-light p {
    color: #555;
}
.banner-section.home-light .default-btn {
    box-shadow: 0 3px 5px rgba(0, 0, 0, 0.1);
}
.banner-section.home-light .default-btn.move-right {
    border: 1px solid #5138ee;
    color: #5138ee;
}
.banner-section.home-4 .default-btn {
    background-color: #f3a735;
    color: #000;
}
.banner-section {
    overflow: hidden;
}
.banner-section.style-2 .banner-wrapper {
    padding-top: 183px;
    padding-bottom: 120px;
}
@media (min-width: 992px) {
    .banner-section.style-2 .banner-wrapper {
        padding-top: 208px;
        padding-bottom: 150px;
    }
}
.banner-section.style-2 .banner-wrapper .banner-content p {
    margin: 0 auto;
    margin-bottom: 30px;
}
.banner-wrapper {
    padding-top: 152px;
    padding-bottom: 90px;
}
@media (min-width: 992px) {
    .banner-wrapper {
        padding-top: 175px;
        padding-bottom: 115px;
    }
}
/* .banner-content h1{
	margin-bottom: 20px;

  } */
@media (min-width: 1200px) {
    .banner-section .banner-content h1 {
        font-size: 3rem;
    }
}
.theme-color-4 {
    color: #f3a735;
}
.banner-content p {
    font-size: 1.125rem;
    font-weight: 500;
    margin-bottom: 30px;
    max-width: 500px;
    font-family: "Barlow", sans-serif;
}
.banner-content .banner-btns {
    gap: 15px;
}
.banner-section.home-4 .default-btn {
    background-color: #f3a735;
    color: #000;
}
.banner-section .default-btn {
    text-decoration: none;
    color: #fff;
    padding: 0 1.7rem;
    line-height: 40px;
    border-radius: 99px;
    font-size: 1rem;
    transform-origin: right;
    transition: all 0.3s ease;
    background: #5138ee;
    font-weight: bold;
}
@media (min-width: 768px) {
    .banner-section .default-btn {
        padding: 0 2.25rem;
        line-height: 50px;
    }
}
.banner-section .default-btn {
    display: inline-block;
    overflow: hidden;
    position: relative;
}
.banner-section .default-btn:hover {
    color: #040b29;
    transform: translateY(-3px);
}
.banner-section .default-btn span {
    position: inherit;
    z-index: 1;
}
.banner-section .banner-content .banner-btns a:last-child {
    background: transparent;
    border: 2px solid #fff;
    color: #fff;
    line-height: 36px;
}
.banner-section .banner-content .banner-btns a:last-child:hover {
    color: #040b29;
}
.banner-section .default-btn.move-right:hover:before {
    transform: scaleX(1);
    transform-origin: left;
    transition: transform 0.5s;
}
.banner-section .default-btn.move-right:before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: #fff;
    transition: transform 0.5s;
    transform-origin: right;
    transform: scaleX(0);
    z-index: 0;
}
@media (min-width: 768px) {
    .banner-section .banner-content .banner-btns a:last-child {
        line-height: 46px;
    }
}
.banner-section .nft-item {
    transition: all 0.3s ease;
    margin-bottom: 20px;
    position: relative;
}
.nft-item {
    transition: all 0.3s ease;
}
.nft-item:before {
    width: 90%;
    height: 90%;
    border: 1px solid rgba(255, 255, 255, 0.04);
    box-shadow: 0 0 10px rgba(3, 0, 16, 0.2);
    bottom: -12px;
    left: 50%;
    z-index: -1;
    transform: translateX(-50%);
    transition: all 0.3s ease;
    border-radius: 3px;
    background: #171c35;
}
.nft-item:after {
    width: 80%;
    height: 80%;
    border: 1px solid rgba(255, 255, 255, 0.04);
    box-shadow: 0 0 10px rgba(3, 0, 16, 0.2);
    bottom: -22px;
    left: 50%;
    z-index: -2;
    transform: translateX(-50%);
    transition: all 0.3s ease;
    border-radius: 3px;
    background: #151a31;
}
.nft-item .nft-inner {
    padding: 20px;
    background: #1a203c;
    box-shadow: 0 0 10px rgba(3, 0, 16, 0.2);
    border-radius: 5px;
    border: 1px solid transparent;
}
.nft-item .nft-item-top .author-part .author-list .single-author {
    gap: 10px;
}
.nft-item .nft-item-top .author-part .author-list .single-author a img {
    border: 2px solid #030010;
    border-radius: 50%;
    max-width: 44px;
    object-fit: cover;
}
.nft-item .nft-item-top .author-part .author-list .single-author:nth-child(2) {
    transform: translateX(-12px);
}
.nft-item .nft-item-top .author-part .author-list .single-author:nth-child(3) {
    transform: translateX(-25px);
}
.nft-item .nft-item-top .more-part .dropstart > a i {
    font-size: 18px;
    transition: all 0.1s ease;
}
.nft-item .nft-item-top .more-part .dropstart > a:before {
    display: none;
}
.nft-item .nft-item-top .more-part .dropstart > a:focus-visible {
    outline: none;
}
.nft-item .nft-item-top .more-part .dropstart > a.show i {
    transform: rotate(-90deg);
    color: #5138ee;
}
.nft-item .nft-item-top .more-part .dropstart .dropdown-menu {
    min-width: 8rem;
    background: #030010;
    box-shadow: 0 4px 5px rgba(0, 0, 0, 0.4);
}
.nft-item .nft-item-top .more-part .dropstart .dropdown-menu li {
    border-bottom: 1px solid rgba(255, 255, 255, 0.4);
}
.nft-item .nft-item-top .more-part .dropstart .dropdown-menu li:last-child {
    border-bottom: none;
}
.nft-item .nft-item-top .more-part .dropstart .dropdown-menu li .dropdown-item {
    color: #fff;
}
.nft-item
    .nft-item-top
    .more-part
    .dropstart
    .dropdown-menu
    li
    .dropdown-item:hover {
    background: transparent;
    color: #5138ee;
}
.nft-item.style-2 .nft-content .author-thumb {
    transform: translate(20px, -50%);
}
.nft-item.style-2 .nft-content .author-thumb img {
    border-radius: 50%;
    border: 2px solid #030010;
    max-width: 65px;
}
.nft-item.style-2 .nft-content .author-thumb .veryfied:after {
    width: 18px;
    height: 18px;
    font-size: 15px;
}
.nft-item.style-2 .nft-content .author-details {
    margin-top: -20px;
}
.nft-item.style-2 .nft-content .author-details p {
    font-size: 1.125rem;
    font-family: "Barlow", sans-serif;
}
.nft-item.style-3 .nft-inner {
    padding-inline: 20px;
    padding-top: 40px;
    padding-bottom: 35px;
}
.nft-item.home-4:after,
.nft-item.home-4:before {
    display: none;
}
.nft-item.home-4 .nft-inner {
    background-color: #000;
    border: 2px solid transparent;
    border-image: linear-gradient(
        125deg,
        #ffe53b 0%,
        #ff2525 37%,
        #fd00ff 100%
    );
    border-image-slice: 1;
}
.nft-item.home-4 .nft-content h4 a:hover,
.nft-item.home-4 .nft-content h6 a:hover {
    color: #f3a735;
}
.nft-item.home-4 .single-author h6 a:hover {
    color: #f3a735;
}
.nft-item.home-4 .more-part .dropdown-toggle.show i,
.nft-item.home-4 .more-part .dropdown-toggle:hover i {
    color: #f3a735;
}
.nft-item.home-4 .nft-countdown {
    background-color: #51ff00;
}
.nft-item.blog-item .nft-content {
    padding: 0 10px 10px;
}
.nft-item.blog-item .nft-content .meta-info {
    gap: 20px;
}
@media (min-width: 576px) and (max-width: 767px) {
    .nft-item.blog-item .nft-content .meta-info {
        gap: 5px;
    }
}
.nft-item.blog-item .nft-content .meta-info p {
    font-size: 14px;
}
.nft-item.blog-item .nft-content .meta-info p i {
    color: #5138ee;
}
.nft-item.blog-item.home-2 .nft-content .meta-info date i,
.nft-item.blog-item.home-2 .nft-content .meta-info p i {
    color: #51ff00;
}
.nft-item.cat-item .nft-cat-thumb {
    cursor: w-resize;
}
.nft-item.cat-item .nft-cat-thumb .single-thumb img {
    border-radius: 4px;
}
.nft-item.home-2 a:hover {
    color: #51ff00;
}
.nft-item.home-2:after,
.nft-item.home-2:before {
    background: #000d21;
    border: 1px solid rgba(255, 255, 255, 0.1);
}
.nft-item.home-2 .nft-inner {
    background: #000d21;
    border: 1px solid rgba(255, 255, 255, 0.1);
    box-shadow: 0 0 10px rgba(3, 0, 16, 0.2);
}
.nft-item.home-2 .nft-inner .nft-thumb .nft-countdown {
    background: #51ff00;
    color: #000;
    border-radius: 2px;
}
.nft-item.home-3:after,
.nft-item.home-3:before {
    display: none;
}
.nft-item.home-3 .nft-inner {
    border-radius: 10px;
    background-color: rgba(255, 255, 255, 0.1);
}
.nft-item.home-3 .nft-thumb img {
    border-radius: 10px;
}
.nft-item.home-3:hover {
    transform: none;
}
.nft-item.home-3:hover .nft-inner {
    border: 1px solid rgba(255, 255, 255, 0.15);
}
.nft-item.home-light:after,
.nft-item.home-light:before {
    display: none;
}
.nft-item.home-light .nft-inner {
    border-radius: 10px;
    background-color: rgba(0, 0, 0, 0.07);
    box-shadow: none;
}
.nft-item.home-light .nft-content h4 a {
    color: #000;
}
.nft-item.home-light .nft-content h4 a:hover {
    color: #5138ee;
}
.nft-item.home-light .author-part h6 a {
    color: #000;
}
.nft-item.home-light .author-part h6 a:hover {
    color: #5138ee;
}
.nft-item.home-light .author-part h6 .nft-thumb img {
    border-radius: 10px;
}
.nft-item.home-light .more-part a i {
    color: #000;
}
.nft-item.home-light .more-part a:hover i {
    color: #5138ee;
}
.nft-item.home-light .price-like .yellow-color {
    color: #5138ee;
}
.nft-item.home-light .price-like a,
.nft-item.home-light .price-like p {
    color: #555;
}
.nft-item.home-light .price-like a:hover {
    color: #5138ee;
}
.nft-item.home-light .author-number h3 {
    color: #000;
}
.nft-item.home-light .author-det-info h5 a {
    color: #000;
}
.nft-item.home-light .author-det-info h5 a:hover {
    color: #5138ee;
}
.nft-item.home-light .author-det-info .yellow-color {
    color: #5138ee;
}
.nft-item.home-light .meta-info p {
    color: #555;
}
.nft-item.home-light .single-author a img,
.nft-item.home-light .author-thumb a img {
    border: 2px solid #c7c7c7 !important;
}
.nft-item.home-light:hover {
    transform: none;
    box-shadow: none;
}
.nft-item.home-light:hover .nft-inner {
    border: 1px solid rgba(0, 0, 0, 0.2);
    box-shadow: none;
}
.nft-item:hover {
    transform: translateY(10px);
    box-shadow: 0 3px 20px rgba(0, 0, 0, 0.4);
}
.nft-item:hover:after,
.nft-item:hover:before {
    opacity: 0;
    bottom: 0;
    visibility: hidden;
}
.nft-item-bottom .nft-thumb .nft-countdown {
    width: 92%;
    background: #5138ee;
    left: 10px;
    bottom: 5px;
    gap: 10px;
    padding: 0.5rem 1rem;
    border-radius: 99px;
    box-shadow: 0px 3px 15px 3px rgba(0, 0, 0, 0.4);
}

.veryfied:after {
    content: "";
    font-family: "IcoFont";
    font-weight: 400;
    color: #fff;
    font-size: 12px;
    right: 0;
    bottom: 0;
    width: 15px;
    height: 15px;
    border-radius: 50%;
    background: #3d8fff;
    text-align: center;
    border: 1px solid #030010;
    line-height: 1.1;
}

/* end home banner */
/* why-us */

.services-area {
    background-color: #f7f7f7;
}
.services-top-item {
    margin-bottom: 37px;
}
.services-top-item .section-title {
    margin-bottom: 0;
}
.services-top-item .section-title h2 {
    margin-bottom: 0;
}
.single-services-card {
    background-color: #fff;
    padding: 20px 25px;
    margin-bottom: 30px;
    -webkit-transition: all ease 0.8s;
    transition: all ease 0.8s;
    position: relative;
    z-index: 1;
}
.single-services-card::after {
    content: "";
    position: absolute;
    background-color: #2cb2b3;
    width: 100%;
    height: 5px;
    left: 0;
    right: 0;
    bottom: 0;
    z-index: -1;
    -webkit-transition: all ease 0.8s;
    transition: all ease 0.8s;
    opacity: 0;
    visibility: hidden;
}
.single-services-card .services-icon {
    width: 85px;
    height: 85px;
    line-height: 80px;
    border-radius: 100%;
    text-align: center;
    background: rgba(44, 178, 179, 0.1);
    margin-right: 18px;
    -webkit-transition: all ease 0.8s;
    transition: all ease 0.8s;
}
.single-services-card .services-icon.bg-icon-color {
    background: rgba(44, 179, 82, 0.1);
}
.single-services-card .services-icon.bg-icon-color1 {
    background: rgba(248, 208, 0, 0.1);
    line-height: 85px;
}
.single-services-card .services-icon.bg-icon-color2 {
    background: rgba(63, 99, 192, 0.1);
}
.single-services-card .services-icon img {
    -webkit-transition: all ease 0.8s;
    transition: all ease 0.8s;
}
.single-services-card h3 {
    font-size: 24px;
}
.single-services-card h3 a {
    color: var(--headingColor);
}
.single-services-card:hover::after {
    height: 100%;
    opacity: 1;
    visibility: visible;
}
.single-services-card:hover .services-icon {
    background-color: #fff;
}
.single-services-card:hover h3 a {
    color: #fff;
}
.services-img {
    margin-bottom: 23px;
    text-align: end;
}
.services-img img {
    border-radius: 0 90px 0 90px;
    max-width: 529px;
}
.services-img-1 img {
    border-radius: 110px 0 110px 0;
}
.single-services-two-content {
    padding-left: 200px;
    position: relative;
}
.single-services-two-content .services-shape3 {
    position: absolute;
    top: 50%;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
    left: 25px;
    z-index: -1;
}
.single-services-two-content .services-btn {
    background-color: #081f6e;
    border: 6px solid #fff;
    width: 200px;
    height: 200px;
    border-radius: 100%;
    text-align: center;
    position: absolute;
    left: -73px;
    top: 52%;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
}
.single-services-two-content .services-btn .default-btn {
    top: 50%;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
    padding: 11px 43px;
}
.single-services-two-content .services-card-two {
    margin-bottom: 18px;
    position: relative;
    left: -134px;
    z-index: 10;
}
.single-services-two-content .services-card-two.card2 {
    left: -40px;
}
.single-services-two-content .services-card-two.card2 .services-icon {
    background: #f8eef9;
}
.single-services-two-content .services-card-two.card2 h3 a {
    background: rgba(165, 187, 0, 0.1);
}
.single-services-two-content .services-card-two.card3 {
    left: 40px;
    top: 2px;
}
.single-services-two-content .services-card-two.card3 .services-icon {
    background: #eaf8f8;
}
.single-services-two-content .services-card-two.card3 .services-icon img {
    /* -webkit-filter: invert(32%) sepia(93%) saturate(1391%) hue-rotate(155deg)
        brightness(100%) contrast(101%);
    filter: invert(32%) sepia(93%) saturate(1391%) hue-rotate(155deg)
        brightness(100%) contrast(101%); */
}
.single-services-two-content .services-card-two.card3 h3 a {
    background: #eaf8f8;
}
.single-services-two-content .services-card-two.card4 {
    left: -30px;
}
.single-services-two-content .services-card-two.card4 .services-icon {
    background: #feefea;
}
.single-services-two-content .services-card-two.card4 h3 a {
    background: rgba(165, 187, 0, 0.1) !important;
}
.single-services-two-content .services-card-two.card5 {
    left: -130px;
    margin-bottom: 0;
}
.single-services-two-content .services-card-two.card5 .services-icon {
    background: #fff6e9;
}
.single-services-two-content .services-card-two.card5 h3 a {
    background: rgba(165, 187, 0, 0.1);
}
.single-services-two-content .services-card-two .services-icon {
    width: 89px;
    height: 89px;
    line-height: 74px;
    background: black;
    border-radius: 100%;
    text-align: center;
    position: absolute;
    left: 0;
    top: 47%;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
    border: 6px solid #fff;
    z-index: 2;
    overflow: hidden;
    -webkit-transition: all ease 0.8s;
    transition: all ease 0.8s;
}
.single-services-two-content .services-card-two .services-icon img {
    -webkit-transition: all ease 0.8s;
    transition: all ease 0.8s;
}
.single-services-two-content .services-card-two .services-icon::after {
    content: "";
    position: absolute;
    width: 100%;
    height: 0;
    right: 0;
    left: 0;
    background-color: #2cb2b3;
    bottom: 0;
    z-index: -1;
    border-radius: 100%;
    -webkit-transition: all ease 0.8s;
    transition: all ease 0.8s;
    opacity: 0;
    visibility: hidden;
    width: auto;
}
.home-four-slider .slider-img img {
    width: 600px;
}
.custom-container-two {
    max-width: 1230px;
}
.header-four-wrap::before {
    width: 22%;
}
.home-four-slider .slider-bg {
    padding: 180px 0 180px;
}
.home-four-slider .slider-content h6 {
    font-size: 20px;
}
.home-four-slider .slider-content h2 {
    font-size: 75px;
    text-transform: capitalize;
}
.home-four-slider .slider-content p {
    width: 90%;
}
.home-four-area-bg .bg {
    height: 1395px;
}
.new-released-game-area .featured-game-content h4 {
    font-size: 20px;
}


/* Extra large devices (large desktops, 1200px and up) */
@media (max-width: 1199.98px) {
.container-full-padding,
.s-container-full-padding {
    padding: 0 15px;
}

.newsletter-wrap {
    flex-direction: column;
}
.newsletter-title {
    margin-bottom: 30px;
}
}
.single-services-two-content .services-card-two h3 a::after {
    content: "";
    position: absolute;
    width: 10px;
    height: 100%;
    right: -10px;
    background-color: #2cb2b3;
    top: 0;
    bottom: 0;
    z-index: -1;
    border-radius: 100px;
    -webkit-transition: all ease 0.8s;
    transition: all ease 0.8s;
    opacity: 0;
    visibility: hidden;
}
.single-services-two-content .services-card-two:hover .services-icon img {
    -webkit-filter: brightness(10);
    filter: brightness(10);
}
.single-services-two-content .services-card-two:hover .services-icon::after {
    height: 100%;
    opacity: 1;
    visibility: visible;
}
.single-services-two-content .services-card-two:hover h3 a {
    color: #fff;
}
.single-services-two-content .services-card-two:hover h3 a::after {
    opacity: 1;
    visibility: visible;
    width: 102%;
}

.services-three-card {
    /* background-color: #fff; */
    -webkit-box-shadow: 0 0 30px rgba(85, 85, 85, 0.1);
    box-shadow: 0 0 30px rgba(85, 85, 85, 0.1);
    padding: 42px 36px;
    margin-bottom: 30px;
    position: relative;
    border: 1px solid #f9f9f9;
    z-index: 1;
}
.services-three-card.services-page-card {
    margin: 0 0 30px;
}
.services-three-card.services-page-card.author-card {
    margin-top: 35px;
}
.services-three-card.services-page-card p {
    margin-bottom: 25px;
    line-height: 26px;
}
.services-three-card::after {
    content: "";
    position: absolute;
    width: 100%;
    height: 0;
    bottom: 0;
    left: 0;
    right: 0;
    z-index: -1;
    /* background-color: #2cb2b3; */
    -webkit-transition: all ease 0.8s;
    transition: all ease 0.8s;
    opacity: 0;
    visibility: hidden;
}
.services-three-card .services-card {
    margin-bottom: 16px;
    -webkit-transition: all ease 0.8s;
    transition: all ease 0.8s;
}
.services-three-card .services-card .services-icon {
    background: rgba(44, 178, 179, 0.1);
    width: 85px;
    height: 85px;
    border-radius: 100%;
    text-align: center;
    position: relative;
    margin-right: 18px;
    -webkit-transition: all ease 0.8s;
    transition: all ease 0.8s;
}
.services-three-card .services-card .services-icon img {
    width: auto !important;
    margin-left: auto;
    margin-right: auto;
    position: absolute;
    top: 50%;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
    left: 0;
    right: 0;
}
.services-three-card .services-card h3 {
    font-size: 24px;
    -webkit-transition: all ease 0.8s;
    transition: all ease 0.8s;
}
.services-three-card .services-card h3 a {
    color: var(--headingColor);
}
.services-three-card p {
    margin-bottom: 25px;
    -webkit-transition: all ease 0.8s;
    transition: all ease 0.8s;
}
.services-three-card .default-btn {
    background: -webkit-gradient(
        linear,
        left top,
        left bottom,
        from(rgba(45, 199, 130, 0.1)),
        to(rgba(44, 184, 166, 0.1))
    );
    background: linear-gradient(
        180deg,
        rgba(45, 199, 130, 0.1) 0%,
        rgba(44, 184, 166, 0.1) 100%
    );
    color: #2cb2b3;
    -webkit-transition: all ease 0.8s;
    transition: all ease 0.8s;
}
.services-three-card:hover .services-card .services-icon {
    background-color: #fff;
}
.services-three-card:hover h3 a {
    color: #fff;
}
.services-three-card:hover p {
    color: #fff;
}
.services-three-card:hover::after {
    height: 100%;
    opacity: 1;
    visibility: visible;
}
.services-three-card:hover .default-btn {
    background-image: none;
    background-color: #fff;
    color: #2cb2b3;
}
.services-three-slider.owl-theme .owl-nav {
    margin-top: 0 !important;
}
.services-three-slider.owl-theme .owl-nav [class*="owl-"] {
    color: var(--headingColor);
    font-size: 30px;
    padding: 0 !important;
    background: #d6d6d6;
    display: inline-block;
    cursor: pointer;
    border-radius: 50px;
    width: 54px;
    height: 54px;
    line-height: 59px;
    text-align: center;
    -webkit-transition: all ease 0.8s;
    transition: all ease 0.8s;
    position: absolute;
    top: 50%;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
    left: -88px;
}
.services-three-slider.owl-theme .owl-nav [class*="owl-"]:hover {
    background-color: #2cb2b3;
    color: #fff;
}
.services-three-slider.owl-theme .owl-nav .owl-next {
    left: auto;
    right: -88px;
}
.single-services-two-content .services-btn .default-btn {
    top: 50% !important;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
    padding: 11px 43px;
}
.section-title {
    text-align: center;
    margin-bottom: 35px;
}
.section-title .top-title {
    color: #a44cee;
    font-size: 20px;
    font-weight: 400;

    display: inline-block;
    margin-bottom: 20px;
    line-height: 10px;
}
.section-title h2 {
    font-size: 40px;
    font-weight: 700;
    color: #fff;
    
}
.single-services-two-content .services-btn .default-btn {
    top: 50%;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
    padding: 11px 30px;
}

.default-btn.btn-style-2 {
    border-radius: 50px;
    -webkit-transition: var(--transition);
    transition: var(--transition);
}
.default-btn {
    /* background-image: -webkit-gradient(
        linear,
        left top,
        left bottom,
        from(#2dc97c),
        to(#2cb4af)
    ); */
    /* background-image: linear-gradient(180deg,#2DC97C 0%,#2CB4AF 100%); */
    background: linear-gradient(90deg, rgba(43,62,164,1) 0%, rgba(93,35,158,1) 100%);
    color: var(--whiteColor);
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    padding: 11px 28px;
    font-size: 20px;
    border: none;
    font-weight: 500;
    font-family: var(--fontFamily);
    position: relative;
    text-align: center;
    overflow: hidden;
    -webkit-transition: var(--transition);
    transition: var(--transition);
    z-index: 1;
}
.theme-dark .single-services-two-content .services-btn {
    background-color: #070707;
    border: 6px solid #101010;
}
.services-img-1 img {
    height: 245px;
}
/* end why-us */
/*  */
.my-match-bg {
    background-image: url(../img/bg/my_match_bg.jpg);
    background-position: center;
    background-size: cover;
    padding-top: 0px;
}
.my-match-box-wrap {
    position: relative;
    margin-top: -32px;
}
.my-match-box-wrap > img {
    max-width: 100%;
}
.my-match-box-wrap ul {
    display: flex;
    align-items: center;
    position: absolute;
    top: 80px;
    left: 120px;
    right: 100px;
}
.my-match-box-wrap ul li:first-child {
    width: 400px;
    flex: 0 0 400px;
}
.my-match-team {
    display: flex;
    align-items: center;
}
.my-match-team .vs {
    margin: 0 25px;
}
.my-match-box-wrap ul li:nth-child(2) {
    width: 350px;
    flex: 0 0 350px;
}
.my-match-info .live-btn {
    text-transform: uppercase;
    font-size: 10px;
    font-weight: 700;
    color: #fff;
    letter-spacing: 1px;
    display: inline-block;
    position: relative;
    padding: 7px 18px;
    z-index: 1;
    margin: 0 6px 10px;
}
.my-match-info .live-btn:before {
    content: "";
    position: absolute;
    left: 0;
    top: 0;
    height: 100%;
    width: 100%;
    transform: skewX(-25deg);
    z-index: -1;
    right: 0;
    margin: 0 auto;
    -webkit-transition: all 0.3s ease-out 0s;
    -moz-transition: all 0.3s ease-out 0s;
    -ms-transition: all 0.3s ease-out 0s;
    -o-transition: all 0.3s ease-out 0s;
    transition: all 0.3s ease-out 0s;
    background: #ff5917;
}
.my-match-info h5 {
    font-size: 18px;
    margin-bottom: 61px;
}
.my-match-info > span {
    display: block;
    font-size: 14px;
    text-transform: uppercase;
    font-weight: 600;
    color: #ff5917;
}
.my-match-box-wrap ul li:last-child {
    flex-grow: 1;
    text-align: right;
}
.watch-stream {
    font-size: 12px;
    text-transform: uppercase;
    color: #a19f9f;
    font-weight: 500;
    display: flex;
    align-items: center;
    justify-content: flex-end;
}
.watch-stream i {
    font-size: 20px;
    color: #d1d1d1;
    margin-right: 10px;
}
.my-match-wrap {
    padding: 0 83px;
}
/*  */
/* .has-parallax {
    position: relative;
    z-index: 1;
    overflow: hidden;
}
.parallax {
    width: 100%;
    height: calc(100% + 200px);
    position: absolute;
    left: 0;
    top: 0;
    background-size: cover;
    background-attachment: scroll!important;
    transform: translateZ(0);
    -webkit-transform: translateZ(0);
    background-position: center center;
    background-repeat: no-repeat;
    z-index: -1;
}
.zi-0 {
    z-index: 0!important;
}
.fullheight, .height-percent-100 {
    height: 100%!important;
}
.width-1 {
    width: 1px!important;
}
.left-percent-50 {
    left: 50%!important;
}
.top-0 {
    top: 0!important;
}
.move-left-half {
    -webkit-transform: translateX(-50%);
    transform: translateX(-50%);
}
.pointer-events-none, .pointer-events-none-active.active {
    pointer-events: none!important;
}
.absolute {
    position: absolute!important;
}
.bg-gray3, .bg-gray3-active.active, .bg-gray3-hover:hover, .hover-container:hover .bg-gray3-hover-item {
    background-color: #e6e6e6 !important;
}
.top-0 {
    top: 0!important;
}
.zi-5 {
    z-index: 5!important;
}
.relative {
    position: relative!important;
}
.t-center {
    text-align: center!important;
}
.fullwidth, .width-percent-100 {
    width: 100%!important;
}
.pl-35, .px-35 {
    padding-left: 35px!important;
}
.pb-55, .py-55 {
    padding-bottom: 55px!important;
}
.pr-35, .px-35 {
    padding-right: 35px!important;
}
.pt-40, .py-40 {
    padding-top: 40px!important;
}
/* about */
.do h3 {
    margin-bottom: 15px;
}
.circle {
    margin-bottom: 86px;
}
/* varient */
.check {
    /* color: black; */
}
.padd {
    padding-bottom: 86px;
}
.gray7,
.gray7-active.active,
.gray7-hover:hover,
.hover-container:hover .gray7-hover-item {
    color: var(--text-gray7) !important;
}
.fw-500,
.medium {
    font-weight: 500 !important;
}
.mark.nav-mark,
.uppercase {
    text-transform: uppercase;
}
.fs-17 {
    font-size: 17px !important;
}
.mt-10,
.my-10 {
    margin-top: 10px !important;
}
.slow {
    -webkit-transition: 0.3s !important;
    transition: 0.3s !important;
}
.arrow-right,
.hover-container .arrow-right[class*="-hover-item"],
[class*="b-"].arrow-right {
    border-top-color: transparent !important;
    border-bottom-color: transparent !important;
    border-right: 0px !important;
}
.b-white,
.b-white-active.active,
.b-white-hover:hover,
.border-white,
.border-white-hover:hover {
    border-color: #fff !important;
}
.left-percent-100 {
    left: 100% !important;
}
.top-percent-50 {
    top: 50% !important;
}
*/ .timeline_vertical {
    position: relative;
    max-width: 1200px;
    margin: 0 auto;
}

.timeline_vertical::after {
    content: "";
    position: absolute;
    width: 2px;
    background-color: white;
    top: 0;
    bottom: 0;
    left: 50%;
    margin-left: -3px;
}

.timeline_vertical .box {
    padding: 10px 40px;
    position: relative;
    background-color: inherit;
    width: 50%;
}
.timeline_vertical .box:hover .content {
    background-color: black;
}
.timeline_vertical .box:hover.left::before {
    border: medium solid black;
    border-width: 10px 0 10px 10px;
    border-color: transparent transparent transparent black;
}
.timeline_vertical .box:hover.right::before {
    border: medium solid #c8ff0b;
    border-width: 10px 10px 10px 0;
    border-color: transparent #060606 transparent transparent;
}
/* The circles on the timeline */
.timeline_vertical .box::after {
    content: "";
    position: absolute;
    width: 25px;
    height: 25px;
    right: -13px;
    background-color: white;
    border: 4px solid #ff9f55;
    top: 32px;
    border-radius: 50%;
    z-index: 1;
}

.timeline_vertical .left {
    left: 0;
}

.timeline_vertical .right {
    left: 50%;
}

/* .timeline_vertical .left::before {
    content: " ";
    height: 0;
    position: absolute;
    top: 22px;
    width: 0;
    z-index: 1;
    right: 30px;
    border: medium solid white;
    border-width: 10px 0 10px 10px;
    border-color: transparent transparent transparent white;
}

.timeline_vertical .right::before {
    content: " ";
    height: 0;
    position: absolute;
    top: 22px;
    width: 0;
    z-index: 1;
    left: 30px;
    border: medium solid white;
    border-width: 10px 10px 10px 0;
    border-color: transparent white transparent transparent;
} */

.timeline_vertical .right::after {
    left: -13px;
}

.timeline_vertical .content {
    padding: 20px 15px;
    /* background-color: white;
    color: #000; */
    position: relative;
    border-radius: 6px;
    text-align: justify;
    width:100%;
}

@media screen and (max-width: 600px) {
    .timeline_vertical::after {
        left: 31px;
    }
    .breaker {
        margin-right: 5px;
    }
    .to_top.show {
        right: 10px !important;
        
    }
    .timeline_vertical .box {
        width: 100%;
        padding-left: 70px;
        padding-right: 25px;
    }

    .timeline_vertical .box::before {
        left: 60px;
        border: medium solid white;
        border-width: 10px 10px 10px 0;
        border-color: transparent white transparent transparent;
    }

    .timeline_vertical .left::after,
    .right::after {
        left: 15px;
    }
    .timeline_vertical .right::after {
        left: 15px;
    }

    .timeline_vertical .right {
        left: 0%;
    }
}
.timeline_vertical {
    position: relative;
    max-width: 1200px;
    margin: 0 auto 150px auto;
}

/* how to play css starts here */
.features-box-3 {
    background: linear-gradient(0deg, rgba(0, 0, 0, 0.2), rgba(0, 0, 0, 0.2)),
        linear-gradient(
            90deg,
            rgba(255, 255, 255, 0.1) -1.52%,
            rgba(255, 255, 255, 0.024) 104.35%
        );
    backdrop-filter: blur(120px);
    padding: 30px 25px;
    position: relative;
    border: 1px solid violet;
}
.features-box-3::before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    z-index: -1;
    width: 100%;
    height: 100%;
    border: 1px solid #c004de;
    opacity: 0;
    transition: 0.3s all ease-in-out;
}
.home-nft p {
    color: rgba(246, 246, 246, 0.8);
}
table {
    font-family: arial, sans-serif;
    border-collapse: collapse;
    width: 100%;
}
td {
    color: rgba(246, 246, 246, 0.8);
}
.howto_ct {
    background-color: linear-gradient(
            0deg,
            rgba(0, 0, 0, 0.2),
            rgba(0, 0, 0, 0.2)
        ),
        linear-gradient(
            90deg,
            rgba(255, 255, 255, 0.1) -1.52%,
            rgba(255, 255, 255, 0.024) 104.35%
        );
}
.howto_table tbody {
    border: 1px solid #dddddd;
}
.howto_table tbody tr td {
    border: 1px solid #dddddd;
    padding: 8px;
}
.creation .block-text p {
    font-size: 20px;
    margin-top: 13px;
}
/* how to play css ends here */
.down {
    /* background-color: #1b1b20 !important; */
}
.how {
    margin-bottom: 5%;
    margin-top: 5%;
}
/*  */
.nave {
    margin-top: 0%;
}
/*  */
.what {
    background-color: white;
    color: #000;
}
/*  */
.mb-20 {
    color: white !important;
}
.mb-30 {
    color: white !important;
}
/*  */

.single-services-two-content .services-card-two.card3 h3 a {
    background: rgba(165, 187, 0, 0.1) !important;
}
.features.style-14 {
    /* background: rgba(165, 187, 0, 0.1) !important; */
}
.mb-70 {
    /* color: #111010; */
}
.community.style-5 .content .commun-card .inf h5 {
    color: #f7f2f2 !important;
}
/* .boex{
	color: #f7f2f2 !important;
} */
.time{
    color: white !important;
}
.howto_ct  p, h4{
    /* padding-bottom: 10px; */
    text-align: justify;
    /* padding-bottom: 10px; */
    /* padding-bottom: 10px; */
    /* padding-top: 15px; */

}
.aos-animate {
    padding-bottom: 13px;

}
.but{
    color: white;
}
.inf{
    color: white;
}
header.style-12 .imgs-content .main-img .inf h6 {
 
    margin-left: 103px;
  
}
body{
    overflow-x: hidden;
}

  @media screen and (max-width: 550px) {
  
    .home-banner .border-1{
        width: 100%;
        
    }
    .pla{
        margin-bottom: 60px;
    }
   .fd{
    margin-top: 15px;
   }
    .single-services-two-content .services-card-two .pur a {
        font-size: 14px !important;
    }
    .our p {
        /* text-align: justify !important; */
        padding-right: 36px;
    }
    .there li::before {
     
        margin-bottom: 29px !important;
    }
    .to_top.show {
        right: 10px !important;
        
    }
    .bread-come {
        padding-left: 18px;
    }
  

    .breadcrumb-title{
        text-align: center;
    }
    .norm{
        margin-top: 0px;
    }
    .our p {
        text-align: justify !important;
    }
    .hell{
        flex-direction: column-reverse;
    }
    .breadcrumb-items{
        text-align: center;
    }
    .bread-pd {
        padding:26px 0px 20px;
    }
    .endless{
        margin-top: 0px !important;
    }
    .arthe{
        display: flex;
        flex-direction: column-reverse;
    }
    .inthe{
        margin-top: -5px !important;

    }
    .click{
        margin-top: -45px !important;
    }
    .arena{
        margin-top: -14px  !important;
    }
    .slay{
        margin-top: 10px !important;
    }
    .serve {
        padding-top: 10px !important;
    }
    .terms{
        text-align: center;
        margin-left: -34px;
    }
    .single-services-two-content .services-card-two .services-icon{
        width: 56px !important;
        height: 68px !important;
        line-height: 54px !important;
    }
    .single-services-two-content .services-card-two h3 a{
        padding: 32px 46px 28px 91px !important;
        font-size: 13px !important;
        min-width: 276px;
        
    }
    .kart{
        font-size: 18px !important;
    }
    .lase{
        margin-top: 30px !important;
    }
    .bg-yellowGreen {
        width: 68% !important;
        margin: 26px 26px 0px 46px;;


    }
    .home-banner .bg-yellowGreen{
        width: 68% !important;
        margin: 26px 0 26px 0;
    }
   
  }
@media(max-width:767px){
    .section-title h2{
        font-size: 18px;
    }
    .dis marquee {
        padding-top: 4px !important;}
    .shufle .con{
        padding: 0 20px;
    }
    .dis h4{
        margin-left: 30px;
    }
    .services-img img,  .services-img-1 img { 
        max-width: 100%; 
         
    }
    .single-services-two-content .services-btn {
        display: none;
    }
    .single-services-two-content .services-shape3 {
        display: none;
    }
    .single-services-two-content .services-card-two {
        left: auto !important;
    }
    .single-services-two-content {
        padding-left: 15px;
        margin-top: 50px;
    }
    
.features.style-7 {
    padding: 0px 15px;
}
.home-style-15 .timeline.style-15 {
    padding: 0px 0;
}

.bethe{
    text-align: center;
}
.info .more{
    width: 100%;
}
.dont{
    padding: 0 35px 25px 27px;
}
.footer{
    text-align: center;
}
.fot{
    flex-direction: column;
    gap: 5px;
    justify-content: center;
}
.menues{
    display:none;
}
.dont{
    /* padding: 10px 15px; */
    text-align: center !important;
    padding: 10px 15px !important;
    text-align: center;
    margin-bottom: 40px !important;
}
footer.style-15 .content .links-content .main-links ul li {
    width: 100%;
}
}
.features.style-15 {
  
    padding: 30px 0 100px !important;
}
.decenter {
   
    margin-bottom: 0px !important;
}

.hed{
    margin-top: 0;
}
footer.style-15 .content .foot-logo-social .foot-logo img {
    width: 243px !important;
}
.text {
    /* padding-top: 26px; */
   
}
.about-icon {
    float: left;
    font-size: 24px;
    color: #fff;
    line-height: 48px;
    text-align: center;
    margin-top: 28px;
    transition: 0.4s;
    font-weight: 600;
    width: 50px;
    height: 50px;
    background: #232861;
    position: relative;
    border-radius: 50px;
    border: 1px solid #232861;
}
 .our a{
    margin: 8px 0 0px 6px;
}
.support-text p{
   
    margin: 8px 0px 0px 57px;

}
.breadcrumb-items{
    margin-right: 18px;
} 
 cont{
     margin: 37px 0 -56px 0;
}  
.ace {
   
    margin-top: 100px;
   
} 
.butn span, .btn span {
    /* font-size: 14px;
    position: relative;
    z-index: 2;
    text-transform: capitalize; */
    width: 100px;
}
.theme{
    margin: -54px 0px 26px -24px;
}
.section-padding {
    padding: 0px 0;
}
.cont{
    margin-bottom: -63px;
    margin-top: 31px;
}
.features-box-3-1 {
    /* background: linear-gradient(0deg, rgba(0, 0, 0, 0.2), rgba(0, 0, 0, 0.2)), linear-gradient( 90deg, rgba(255, 255, 255, 0.1) -1.52%, rgba(255, 255, 255, 0.024) 104.35% ); */
    backdrop-filter: blur(120px);
    padding: 30px 25px;
    position: relative;
    /* border: 1px solid violet; */
}
.built{
    color:white;
    margin-top: 74px;
}
.con{
    padding: 0 75px;
    text-align: justify;
}
.body{
    background: linear-gradient(180deg, #009BDD 0%, #FFACF2 100%) !important;
}
.shuffle{
    padding-top: 159px;
    padding-bottom: 30px;

}
/* .web{
    padding-top: 40px;
} */
.butn{
    color: white;
    width: 32%;
    font-size: 14px;
}
.info h6{
    font-size: 18px !important;
    padding-bottom: 15px;
    margin-left: 8px;
    /* color: #a44cee; */
}
.info h1{
    font-size: 40px !important;
    padding-bottom: 15px;
}
.own{
   font-size: 20px !important;
   padding-bottom: 20px;
   color: #a44cee;
}
.lern h6{
    font-size: 20px !important;
}
.learn h2{
    font-size: 40px !important;
}
.praise p{
    font-size: 20px !important;
    padding-bottom: 10px;
    color: #a44cee !important;
}
.praise h2{
    font-size: 40px !important;
}
.fs-1{
    font-size: 40px !important ;
}
.even p{
    font-size: 20px;
    color: #a44cee !important;
}
.gam{
    margin-bottom: 22px !important;
}
.tell{
    font-size: 18px !important;
}
.even h3{
    font-size: 40px;
}
.how{
    width: 47%;
}
.our{
    padding-right: 116px;
    padding-top: 26px !important;
    text-align: justify;
}
.dis h4{
    padding-bottom: 15px !important;
    display: flex;
}
.there{
    margin-left: -9px;
    padding: 0px 0;
}
.dis{
    display: flex;
    padding-top: 27px;
}
.dis marquee{
    padding-top: 7px;
    margin-left: 15px;
    font-size: 16px !important;
}
.menu{
    font-weight: 700;
    margin: 0;
    font-size: 20px;
    line-height: 1.4;
    padding-bottom: 10px;

}
.link{
    font-weight: 700;
    margin: 0;
    font-size: 20px;
    line-height: 1.4;
    margin-top: -27px;
    padding-left: 316px;

}
.reach{
    font-size: 20px !important;
    padding-bottom: 20px;
    color: #a44cee !important;
}
.fot li a{
    text-transform: capitalize !important;
    /* padding: 7px 0\; */
    margin: 5px 0;
}
.sweet-alert p {
    color: #030303 !important;
    font-size: 18px !important;
    font-weight: 400 !important;
}
.breadcrumb-items a{
    text-transform: capitalize !important;

}
.lern{
    /* margin-bottom: 20px !important; */
}
.aceyour{
    margin-bottom: 20px !important;
}
.there ul li{
    padding: 0px 0 !important;
}
.read{
    width: 32% ;
   
}
.read small{
    font-size: 14px !important;

}
.weare{
    margin-bottom: 15px !important;
}
.web{
    /* padding-top: 7px !important;
    padding-bottom: 0px !important; */
    /* padding: 12px 15px !important; */
    /* padding: 15px 15px !important; */
}
.text{
    margin-bottom: 15px !important;
    text-align: justify;
}
.play{
    color: #a44cee !important;
}
.deal{
    color: #a44cee !important;
}
.put{
    color: #a44cee !important;
}
.uncover{
    color: white !important;
}
.your{
    color: #a44cee !important;
}
.we{
    color: #a44cee !important;
}
.immerse{
    margin-bottom: 0px !important;
}
.breaker{
    margin-right: 20px;
}
.shufle{
    margin-top: 55px;
}
.our p{
    text-align: center !important;
}
.uncover{
    padding: 0 0 0 0 !important;
}
.feat{
    /* border: 1px solid black; */
}
.be{
    color: #a44cee;
}
.gam{
    text-align: center;
}
.well{
    padding-bottom: 33px;
}
.satisfy{
    color: white !important;
}
.mast{

}
.tab{
    /* margin-top: 35px !important; */
}
.cont{
    padding-bottom: 100px;
}
.points{
    color: white !important;
    text-align: justify;
}
.title{
    font-weight: 500 !important;
}
.subcon {
    font-size: 16px !important;
    padding-top: 10px;
    padding-bottom: 10px;
}
.howto_ct ul{
    padding-top: 10px;
    padding-bottom: 10px;
    font-size: 16px !important;
    

}

  .uncover{
    color: #a44cee !important;
  }
  .rumy{
    color: white !important;
    text-align: justify;
  }
  .serve{
    padding-top: 36px;
    margin-left: 26px;
}

  
  .outof{
    text-align: justify;
    display: flex;
  }
  .termsandc{
    
        background: url(../img/Inner-banners/Terms&conditions.jpg);
        background-repeat: no-repeat;
        background-size: cover;
        background-position: left top;
        padding: 130px 50px;
        border-radius: 5px;
        z-index: 1;
        position: relative;
    }
    .dise{
        background: url(../img/Inner-banners/disclaimer.jpg);
        background-repeat: no-repeat;
        background-size: cover;
        background-position: left top;
        padding: 130px 50px;
        border-radius: 5px;
        z-index: 1;
        position: relative;

    }
    .priv{
        background: url(../img/Inner-banners/Privacy-policy.jpg);
        background-repeat: no-repeat;
        background-size: cover;
        background-position: left top;
        padding: 130px 50px;
        border-radius: 5px;
        z-index: 1;
        position: relative;
    }
    .ref{
        background: url(../img/Inner-banners/Refund-policy.jpg);
        background-repeat: no-repeat;
        background-size: cover;
        background-position: left top;
        padding: 130px 50px;
        border-radius: 5px;
        z-index: 1;
        position: relative
    }
    .resp{
        background: url(../img/Inner-banners/Responsible-play.jpg);
        background-repeat: no-repeat;
        background-size: cover;
        background-position: left top;
        padding: 130px 50px;
        border-radius: 5px;
        z-index: 1;
        position: relative
    }
    .howto{
        background: url(../img/How-to-play/How-to-play.jpg);
        background-repeat: no-repeat;
        background-size: cover;
        background-position: left top;
        padding: 130px 50px;
        border-radius: 5px;
        z-index: 1;
        position: relative
    }
    .variee{
        background: url(../img/Variants/Variants.jpg);
        background-repeat: no-repeat;
        background-size: cover;
        background-position: left top;
        padding: 130px 50px;
        border-radius: 5px;
        z-index: 1;
        position: relative
    }Download
    .faque{
        background: url(../img/FAQ/FAQ.jpg);
        background-repeat: no-repeat;
        background-size: cover;
        background-position: left top;
        padding: 130px 50px;
        border-radius: 5px;
        z-index: 1;
        position: relative

    }
    .contetse{
        background: url(../img/Contact/Contact-us.jpg);
        background-repeat: no-repeat;
        background-size: cover;
        background-position: left top;
        padding: 130px 50px;
        border-radius: 5px;
        z-index: 1;
        position: relative

    }
    .purp{
        background-color: black !important;
    }
    .purp img{
        width: 60%;
    }


  /* media index pAGE */
@media (max-width: 576px){
    .fs-1 {
        font-size: 18px !important;
    }
 
    

    

    .to_top.show {
        /* right: 30px;
        opacity: 1; */
        top: 96%;
    }
    .leter{
        letter-spacing: 0px !important;
    }
    .bread-pd {
        padding: 50px 0px 50px !important;
    }

.tab {
   
    margin-bottom: 90px;
}
    .info h1 {
        font-size: 30px !important;}
        .praise h2 {
            font-size: 18px !important;
        }
        header.style-12 .pt-150 {
            padding-top: 0px !important;
        }
        .abt{
            margin-top: -21px !important;
        }
        .welle{
            padding-top: 0 !important;

        }
        .mb-5 {
            margin-bottom: -4rem!important;
        }
        header.style-12 .imgs-content .main-img{
            height: 450px;
        }
        .decent {
            padding-left: 20px !important;
        }
        .about{
            margin-top: 8px !important;
        }
        .icon{
            text-align: center;
            
        }
        .check h3{
            text-align: center;
        }
        .img{
            margin-top: 15px;
        }
        .padd {
            padding-bottom: 5px;
        }
        footer .foot {
            margin-top: 0px !important;
        }
        .timeline_vertical .box{
            padding-left: 30px;
        padding-right: 0px;
        }
        .links-content .noraps{
            flex-wrap: wrap !important ;
        }
        .maxe{
            margin-top: 40px;
        }
}
.there li::before {
    content: "*";
    /* background: lightgray; */
    border-radius: 1ch;
    padding-inline: 1ch;
    margin-inline-end: 1ch;
    margin-bottom: 9px;
}
.features-slider7 .swiper-slide{
    width: 400px !important;
}
/* .mls{
    margin-top: -154px !important;
    margin-left: 646px !important;
} */
.links-content .noraps{
    flex-wrap: nowrap ;
}
.maxe{
    font-weight: 800;
    padding-bottom: 15px;
}
.uli{
    line-height: 30px;
} 
.sweet-overlay {
    background-color: black !important;
}

.navbar-nav .nav-item.active a{
    color: rgb(170 112 228)!important;
}
/* .winbig{
    margin-top: -46px;
} */
/* .diamondare{
    margin-top: -67px;
}
.picke{
    margin-top: 100px !important;
    padding: 0px 0 0 130px !important;
    
} */
.best{
    margin-top: 80px;
}
.imm{
    margin-top: 40px;
}
.to_top.show:hover{
    background-color: #9279d1 !important;
    color:white;
}
.breadcrumb li a:hover{
    color: rgb(170 112 228)!important;
}
@media(max-width:280px){
    .letjoy{
        text-align: right;
    }
  
    .community.style-5 .content .commun-card .inf h5 {
        font-size: 13px;}
    .varien{
        margin-left: 6px !important;
    }
    .to_top.show {
        /* right: 30px;
        opacity: 1; */
        top: 96%;
    }
  

}
@media(max-width:318px){
    .breaker {
        margin-right: 6px !important;
    }
    .dis marquee {
        padding-top: 7px;
        margin-left: 13px;
        font-size: 10px !important;
    }
    .dis h4{
        margin-left: -20px !important;
        font-size: 14px !important;
    }
    .dis marquee {
        padding-top: 3px !important;
    }
    .to_top.show {
        /* right: 30px;
        opacity: 1; */
       
        left: 79%;
        top: 89%;
    }
    }
    .breaker {
        margin-right: 5px;
    }
    .breadcrumb-items {
        margin-right: 6px !important;
    }
    .breadcrumb-title h2 {
        font-size: 40px;
    }


.dealer{
    margin-bottom: 60px !important;
}
.img {
    display: flex;
    justify-content: center;
}
.error{
    color: red;
    text-transform: uppercase;
    padding: 10px 0 0px 28px;
}
/* .single-services-two-content .services-card-two h3 a {
    background: rgba(165, 187, 0, 0.1);
    border-radius: 100px;
    padding: 28px 50px 28px 110px;
    display: inline-block;
    font-size: 24px;
    color: var(--headingColor);
    position: relative;
    z-index: 1;
    overflow: hidden;
} */
.single-services-two-content .services-card-two h3 a {
    background: rgba(165, 187, 0, 0.1);
    border-radius: 100px !important;
    padding: 28px 50px 28px 110px !important;
    display: inline-block;
    font-size: 18px !important;
    color: var(--headingColor);
    position: relative;
    z-index: 1;
    overflow: hidden;
}
 .howto_ct li::before {
    content: "*";
    /* background: lightgray; */
    border-radius: 1ch;
    padding-inline: 1ch;
    margin-inline-end: 1ch;
    margin-bottom: 9px;
}
.teach{
    padding-bottom: 50px !important;
}
@media (min-width:576px)and(max-width:991px){
    .up{
        padding-top: 25px !important;
    }
    .shuffle{
        padding-top: 0px !important;
    }
}
.left{
    padding-left: 0.5rem!important;
}

@media (max-width: 576px){
.to_top.show {
    top: 93% !important;
}
.img {
    margin-top: 140px;
}
}



@media (max-width: 576px){
header.style-12 .imgs-content .main-img {
    height: 450px;
    margin-top: 17px;
    top:42px;
}

.features.style-15 .features-card {
    margin-top: 30px;
     padding: 0 !important;
}
.our p {
    /* text-align: justify !important; */
    padding-right: 0 !important;
}
.breadcrumb-title h2 {
    font-size: 32px;
}
.resp {
 
    padding: 121px 29px !important
}
.breadcrumb {
       justify-content: center;
}
.our.dont
{
    text-align: justify !important;
}

}
@media (max-width: 280px){
    .termsandc {
        padding: 130px 16px;
    }
}
@media (max-width: 280px){
.bread-pd {
    padding: 50px 0px 0px !important;
}
.wi{
    padding-top: 0px !important;
}
.bg-yellowGreen {
    width: 100% !important;
    margin:0px !important;
}
.trad{
    margin-top: 40px !important;
}
.moment{
    margin-top: 0px !important;
}
.way{
    padding-top: 25px !important;
}
header.style-12 .imgs-content .main-img {
   
    margin-top: 25px;
}
}
@media(max-width:356px){
    .ofon{
        line-height: 2 !important;
    }
    .ning{
        padding: 15px 0 100px !important;
    }
}