@import url('https://fonts.googleapis.com/css2?family=Dela+Gothic+One&display=swap');

.rt_common_btn {
    background: #FFC426;
    padding: 14px 16px;
    font-family: 'averta-semibold';
    font-size: 16px;
    font-weight: 400;
    line-height: 19.84px;
    color: #000000;
    text-underline-position: from-font;
    text-decoration-skip-ink: none;
    cursor: pointer;
    display: flex;
    margin: 0 auto;
    outline: none;
    border: none;
    box-shadow: none;
    border-radius: 6px;
    padding: 10px 20px;
}

.rt_feature_section {
    background: #191919;
}

.rt_feature_section_title {
    font-family: 'averta-semibold-italic';
    font-size: clamp(1.125rem, 0.875rem + 1.25vw, 2rem);
    font-style: italic;
    font-weight: 400;
    line-height: clamp(1.5625rem, 1.2411rem + 1.6071vw, 2.6875rem);
    text-align: left;
    color: #fff;
    text-underline-position: from-font;
    text-decoration-skip-ink: none;
    margin-bottom: 20px;
}

.rt_feature_section_desc {
    font-family: 'averta-regular';
    font-size: clamp(0.875rem, 0.8393rem + 0.1786vw, 1rem);
    font-weight: 400;
    line-height: clamp(1.5625rem, 1.4375rem + 0.625vw, 2rem);
    text-align: left;
    color: #90959C;
    text-underline-position: from-font;
    text-decoration-skip-ink: none;
    margin-bottom: 32px;
}

.rt_feature_list_container {
    padding: 16px 44px;
    background: #161616;
    border-radius: 20px;
    border: 1px solid #2F363F;
}

.rt_feature_list {
    display: flex;
    align-items: center;
    padding: 14px 0px;
    border-bottom:1px solid #7676801F;
}

.rt_feature_list_title {
    font-family: 'averta-regular';
    font-size: 16px;
    font-weight: 400;
    line-height: 32px;
    text-align: left;
    color: #FFFFFF;
    text-underline-position: from-font;
    text-decoration-skip-ink: none;
    min-width: 360px;
}

.rt_feature_list_desc {
    font-family: 'averta-regular';
    font-size: clamp(0.875rem, 0.8393rem + 0.1786vw, 1rem);
    font-weight: 400;
    line-height: clamp(1.5625rem, 1.4375rem + 0.625vw, 2rem);
    text-align: left;
    color: #90959C;
    text-underline-position: from-font;
    text-decoration-skip-ink: none;
}

a.rt_feature_list_desc {
    color: #FFC10B;
}

.rt_event_section {
    background: #111;
}

.rt_event_section_title {
    font-family: 'averta-semibold-italic';
    font-size: clamp(1.1875rem, 0.9554rem + 1.1607vw, 2rem);
    font-style: italic;
    font-weight: 400;
    line-height: 43.87px;
    text-align: center;
    color: #fff;
    text-underline-position: from-font;
    text-decoration-skip-ink: none;
    margin-bottom: 20px;
}

.rt_event_section_desc {
    font-family: 'averta-regular';
    font-size: clamp(0.875rem, 0.8393rem + 0.1786vw, 1rem);
    font-weight: 400;
    line-height: clamp(1.5625rem, 1.4375rem + 0.625vw, 2rem);
    text-align: center;
    color: #90959C;
    text-underline-position: from-font;
    text-decoration-skip-ink: none;
    margin-bottom: 20px;
}

.rt_sport_events_cards_wrap {
    margin-top: 80px;
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 20px;
}


.ksee_b2 {
    background: #000000;
    border: 0.8px solid #EDBF34;
    border-radius: 12px;
    padding: 20px;
    display: flex;
    flex-direction: column;
    gap: 20px;
    position: relative;
}

.ksee_b1 {
    background: #000000;
    border-radius: 12px;
    padding: 20px;
    display: flex;
    flex-direction: column;
    gap: 20px;
    position: relative;
}

.ksee_b3 {
    background: #000000;
    border-radius: 12px;
    padding: 20px;
    display: flex;
    flex-direction: column;
    gap: 20px;
    position: relative;
}

.ksee_b3::before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    z-index: 2;
    background: linear-gradient(93.69deg, #EBBD34 6.48%, #000000 72.25%);
    border-radius: 15px;
    padding: 0.8px;
    -webkit-mask: linear-gradient(#fff 0 0) content-box, linear-gradient(#fff 0 0);
    -webkit-mask-composite: xor;
    mask-composite: exclude;
}

.ksee_b1::before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    z-index: 2;
    background: linear-gradient(92.69deg, rgba(0, 0, 0, 0) -5.16%, #FFCD38 100.46%);
    border-radius: 15px;
    padding: 0.8px;
    -webkit-mask: linear-gradient(#fff 0 0) content-box, linear-gradient(#fff 0 0);
    -webkit-mask-composite: xor;
    mask-composite: exclude;
}


.rt_ellipse_img {
    position: absolute;
    left: 0;
    top: 0;
    width: 130px;
    height: 130px;
}

.rt_events_icon_wrap {
    width: 60px;
    height: 60px;
    margin: 0 auto;
    padding: 10px;
    border-radius: 12px;
    display: flex;
    justify-content: center;
    align-items: center;
    background: linear-gradient(161.76deg, rgba(255, 226, 114, 0.4) -2.15%, rgba(97, 77, 19, 0.4) 87.61%);
}

.rt_events_icon_img {
    height: 32px;
    width: auto;
}

.rt_sport_events_card_title {
    font-family: 'averta-semibold';
    font-size: clamp(1.0625rem, 1.0089rem + 0.2679vw, 1.25rem);
    font-weight: 400;
    line-height: clamp(0rem, -0.4429rem + 2.2143vw, 1.55rem);
    text-align: center;
    color: #fff;
    text-underline-position: from-font;
    text-decoration-skip-ink: none;
}

.rt_sport_events_card_desc {
    font-family: 'averta-regular';
    font-size: 14px;
    font-weight: 400;
    line-height: 24px;
    text-align: center;
    color: #ABABAB;
    text-underline-position: from-font;
    text-decoration-skip-ink: none;
}

.rt_refer_earn_banner_section {
    background: #111111;
}

.rt_refer_earn_banner_container {
    border-radius: 30px;
    border: 1.4px solid;
    border-image-slice: 1;
    background: linear-gradient(180deg, rgba(62, 36, 6, 0.5) 0%, rgba(37, 22, 4, 0.5) 53.12%, rgba(15, 9, 2, 0.5) 100%);
    display: flex;
    gap: 35px;
    justify-content: space-between;
    position: relative;
}

.rt_refer_earn_banner_container::before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    z-index: 2;
    background: linear-gradient(210.03deg, #FFA800 -0.11%, rgba(95, 72, 15, 0) 114.74%);
    border-radius: 30px;
    padding: 1.4px;
    -webkit-mask: linear-gradient(#fff 0 0) content-box, linear-gradient(#fff 0 0);
    -webkit-mask-composite: xor;
    mask-composite: exclude;
    z-index: 0;
}

.rt_refer_earn_banner_content {
    max-width: 660px;
    padding: 85px 0px 85px 68px;
    position: relative;
}

.rt_refer_earn_banner_title {
    font-family: "Dela Gothic One", serif;
    font-size: clamp(1.25rem, 0.7143rem + 2.6786vw, 3.125rem);
    font-weight: 400;
    line-height: clamp(1.875rem, 1.125rem + 3.75vw, 4.5rem);
    text-align: left;
    color: #fff;
    text-underline-position: from-font;
    text-decoration-skip-ink: none;
}

.rt_refer_earn_banner_desc {
    font-family: 'averta-regular';
    font-size: 14px;
    font-weight: 400;
    line-height: 24px;
    text-align: left;
    color: #B8B8B8;
    text-underline-position: from-font;
    text-decoration-skip-ink: none;
    margin: 40px 0px;
}

.rt_common_btn.rt_refernow_btn {
    margin-left: initial;
}

.rt_refer_earn_banner_img_sec {
    display: flex;
    align-items: flex-end;
    position: relative;
}

.rt_refer_earn_banner_img {
    height: 100%;
    width: 100%;
    object-fit: cover;
}

.rt_refer_earn_banner_icons {
    position: absolute;
}

.rt_pink_label_icon {
    height: clamp(1.625rem, 1.2679rem + 1.7857vw, 2.875rem);
    width: auto;
    top: 0;
    left: clamp(3.4375rem, -0.0446rem + 17.4107vw, 15.625rem);
}

.rt_blue_label_icon {
    height: clamp(1.25rem, 0.9107rem + 1.6964vw, 2.4375rem);
    width: auto;
    right: 0;
    top: 58px;
}

.rt_gold_label_lg_icon {
    height: 108px;
    width: auto;
    position: absolute;
    top: 0;
    right: 200px;
}

.rt_gold_label_sm_icon {
    height: 29px;
    width: auto;
    position: absolute;
    top: 105px;
    right: 17px;
}

.rt_pink_label_sm_icon {
    height: 29px;
    width: auto;
    position: absolute;
    top: 98px;
    right: 170px;
}

.rt_gold_coins_icon {
    height: 85px;
    width: auto;
    position: absolute;
    bottom: 0px;
    right: 7px;
}

@media only screen and (max-width: 1300px) {
    .rt_refer_earn_banner_container {
        flex-direction: column-reverse;
    }

    .rt_refer_earn_banner_content {
        max-width: 100%;
        padding: 85px 40px 40px 68px;
    }

    .rt_refer_earn_banner_img {
        width: 60%;
        margin: 0 auto;
    }
}



@media only screen and (max-width: 1024px) {
    .rt_sport_events_cards_wrap {
        grid-template-columns: repeat(2, 1fr);
    }

    .rt_feature_list_container {
        border-radius: 14px;
    }

    .rt_feature_list_title {
        min-width: 225px;
    }
}

@media only screen and (max-width: 767px) {
    .rt_feature_section_title {
        margin-bottom: 16px;
    }

    .rt_feature_section_desc {
        margin-bottom: 20px;
    }

    .rt_feature_list_container {
        border-radius: 14px;
        padding: 12px 30px;
    }

    .rt_feature_list_title {
        min-width: 180px;
    }

    .rt_refer_earn_banner_content {
        padding: 60px 30px 20px 30px;
    }
}

@media only screen and (max-width: 600px) {
    .rt_feature_list_container {
        padding: 12px 10px 12px 20px;
    }

    .rt_feature_list {
        flex-direction: column;
        padding: 5px;
    }

    .rt_event_section_title {
        margin-bottom: 0px;
    }

    .rt_feature_list_title {
        min-width: auto;
    }
    .rt_sport_events_cards_wrap {
        grid-template-columns: repeat(1, 1fr);
        margin-top: 32px;
    }

    .rt_refer_earn_banner_desc {
        margin: 15px 0px 20px;
    }
}