@import url("https://fonts.googleapis.com/css2?family=Poppins&display=swap");
@import url("https://fonts.googleapis.com/css2?family=Teko:wght@300&display=swap");
@import url("https://fonts.googleapis.com/css2?family=Inter&display=swap");

* {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
}
publisher-banner
:root {
    --mainBlue: #2424ff;
    --mainGreen: #76b901;
    --tekoFont: "Teko", sans-serif;
    --interFont: "Inter", sans-serif;
    --adminClr: #0c1425;
    --darkClr200: #111214;
    --darkClr100: #1b1b2b;
    --darkGreenClr: ;
    --mainCygan: #c6b9b9;
    --boxShadow: 0 0 4px #cacaca;
}

/* scrollbar */
/* width */
::-webkit-scrollbar {
    width: 7px;
}

/* Track */
::-webkit-scrollbar-track {
    background: #000;
}

/* Handle */
::-webkit-scrollbar-thumb {
    background: var(--mainBlue);
}

/* Handle on hover */
::-webkit-scrollbar-thumb:hover {
    background: #555;
}
.bg-lighter {
    background: #fdf5ff;
}
.p-50 {
    padding: 50px 0;
}
.pb-100 {
    padding-bottom: 100px;
}
.pb-50 {
    padding-bottom: 50px;
}
.mb-50 {
    margin-bottom: 50px;
}
.mb-100 {
    margin-bottom: 100px;
}
.mt-100 {
    margin-top: 100px;
}
@media screen and (max-width: 890px) {
    .mb-50 {
        margin-bottom: 20px;
    }
}
@media screen and (max-width: 700px) {
    .mb-50 {
        margin-bottom: 10px;
    }
}
/* ROOT */
.p-70 {
    padding: 70px 0;
}
.p-100 {
    padding: 100px 0;
}
.btn-main {
    background: var(--mainBlue);
    color: #fff;
    border: none;
    outline: none;
    border-radius: 8px;
}
.btn-gradient {
    border: 1px solid;
    border-image: linear-gradient(to bottom, #2424ff, #76b901);
    border-image-slice: 1;
    text-align: center;
    cursor: pointer;
    background: linear-gradient(
        to bottom,
        rgba(36, 36, 255, 1),
        rgba(255, 255, 255, 1)
    );
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    border-radius: 8px;
}
.btn-border-blue {
    border: 1px solid var(--mainBlue);
    color: var(--mainBlue);
    border-radius: 8px;
    background: #fff;
}
.bg-section-dark {
    background: var(--darkClr100);
}
.border-none {
    border: none !important;
}
.gap-10 {
    gap: 3.8rem !important;
}
.gap-2 {
    gap: 2;
}
.text-blue {
    color: var(--mainBlue) !important;
}
.createTeamBtn {
    background: var(--mainBlue) !important;
}

.leadTitle {
    font-family: Teko;
    font-style: normal;
    font-weight: bold;
    font-size: 25px;
    color: var(--darkClr200);
    text-align: center;
    padding: 20px;
}

.brandImg {
    width: 428px;
    height: 380px;
    box-shadow: 0 0 5px var(--mainBlue);
    border-radius: 5px;
}

.brandOfweek {
    padding: 60px 100px;
}
.dark-bg {
    background: var(--darkClr100);
}
.light-text {
    color: #fff !important;
}
.lighter-text {
    color: #f5f5f5 !important;
}

/* pages banner */
.pages-banner {
    height: 690px;
    width: 100%;
}

.pages-banner-text {
    position: absolute;
    left: 246px;
    top: 451px;
    font-family: "Teko", sans-serif;
    font-style: normal;
    font-weight: 600;
    font-size: 100px;
    line-height: 120px;
    color: #ffffff;
    text-shadow: 1px 1px 1px var(--mainBlue);
}
@media screen and (max-width: 890px) {
    .pages-banner {
        height: 310px;
        width: 100%;
        display: flex;
        justify-content: center;
        align-items: center;
    }

    .pages-banner-text {
        position: relative;
        left: unset;
        top: unset;
        font-size: 45px;
    }
}
/* gamers */
.gamers-banner {
    background-image: url("../img/gamer_banner.webp");
    background-size: cover;
    background-position: center;
}
.teams-banner {
    background-image: url("../img/teams-banner.webp");
    background-size: cover;
    background-position: center;
}

/* .publisher-banner {
    background-image: url("../img/lead3.jpg");
    background-size: cover;
    background-position: center;
    position: relative;
} */
/* 
.publisher-banner::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, 0.7);*/
    /* Darker overlay */
    /* z-index: 1; }*/ 
  

/* .publisher-banner * {
    position: relative;
    z-index: 2;
} */

.brands-banner {
    background-image: url("../img/car_banner.png");
    background-size: cover;
}

/* user dashboard */
.gamebanner {
    background-image: url("../img/gamebrandgo_banner.png");
    position: relative;
}






.campaign_notice {
    width: 100%;
    position: absolute;
    background: #e9e9ff;
    padding: 20px 0;
    top: 0;
    left: 0;
}
.campaign_notice__inn {
    display: flex;
    justify-content: space-between;
    align-items: center;
    color: #113a39;
    font-family: var(--interFont);
}
.campaign_notice__inn i {
    font-size: 20px;
    padding: 0 10px;
}
.campaign_title {
    font-size: 16px;
    font-weight: 600;
    font-family: var(--interFont);
}
.preview_link {
    font-size: 16px;
    font-weight: 600;
    color: var(--mainBlue);
    font-family: var(--interFont);
}
.campaign_subtitle {
    font-size: 14px;
    font-weight: 400;
    display: block;
}
.page_campaign_title {
    font-size: 25px;
    font-weight: 600;
    color: #111214;
    font-family: var(--interFont);
}
.page_campaign_subtitle {
    font-size: 16px;
    font-weight: 400;
    display: block;
    color: #17514f;
    font-family: var(--interFont);
}
/* GAMERS PAGE */
.grid-page-info-3 {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    grid-gap: 6rem;
}
.grid-page-info-in {
    display: flex;
    flex-direction: column;
    gap: 2rem;
}
.grid-page-info-in img {
    margin-bottom: 12px;
}
.title-grid-page-100 {
    color: #111214;
    font-size: 30px;
    font-family: var(--interFont);
    line-height: 44px;
    font-weight: 700;
}
.subtitle-grid-page {
    color: #4f3061;
    font-size: 15px;
    font-family: var(--interFont);
}
.btn-grid-in {
    width: 220px;
    height: 50px;
    padding: 7px;
    font-weight: 600;
}
.title-grid-page-200 {
    font-family: var(--interFont);
    color: #111214;
    font-weight: 600;
    font-size: 14px;
    line-height: 27px;
    margin-bottom: 10px;
}

@media screen and (max-width: 890px) {
    .grid-page-info-3 {
        grid-template-columns: 1fr;
        grid-gap: 1rem;
    }
    .grid-page-info-in {
        display: flex;
        flex-direction: column;
        gap: 0.5rem;
    }
}
.gamer-grid-2 {
    display: grid;
    grid-template-columns: repeat(2, 2fr);
    grid-gap: 1rem;
}
.bg-gamer-featured {
    background: #1a1d2f;
    padding: 70px 0;
}
.title-100 {
    font-size: 35px;
    font-weight: 600;
    font-family: var(--tekoFont);
    background: linear-gradient(
        to bottom,
        rgba(36, 36, 255, 1),
        rgba(255, 255, 255, 1)
    );
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
}
.item-title {
    font-size: 25px;
    font-weight: 600;
    font-family: var(--tekoFont);
    background: linear-gradient(
        to bottom,
        rgba(36, 36, 255, 1),
        rgba(255, 255, 255, 1)
    );
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
}
.featured-card-item {
    display: flex;
    flex-direction: column;
    gap: 1rem;
    background: #252539;
    padding: 35px;
    border-radius: 10px;
    font-family: var(--interFont);
}
.featured-card-top {
    display: flex;
    justify-content: space-between;
    gap: 1.5rem;
}
.featured-card-top-text,
.subtitle-200 {
    font-size: 16px;
    line-height: 26px;
    color: #fff;
}
.featured-social-goal {
    display: flex;
    justify-content: space-between;
    align-items: center;
    gap: 7.2rem;
    margin-bottom: 30px;
}
.featured-social-links {
    display: flex;
    align-items: center;
    gap: 18px;
}
.rating-item-info {
    width: 100%;
    display: flex;
    align-items: flex-end;
    gap: 4rem;
}
.item-info {
    display: flex;
    flex-direction: column;
    gap: 1rem;
}
.item-info-rating {
    font-weight: 600;
    color: #fff;
}
.star-ratings {
    display: flex;
    gap: 6px;
    margin: 4px 0;
}
.star-ratings img {
    height: 15px;
    width: 15px;
}
.btn-rating-item {
    padding: 10px 20px;
    font-weight: 600;
    width: 100%;
    border-radius: 5px !important;
}
.item-info-in {
    font-size: 14px;
    color: #c4c4c4;
    font-weight: 400;
}
.item-info-in span {
    display: flex;
    flex-direction: column;
    gap: 5px;
}
.recently-joined {
    font-family: var(--interFont);
}
.top-recently-joined {
    display: flex;
    justify-content: space-between;
}
.item-search-input {
    background: #262633;
    padding: 10px 20px;
    width: 350px;
    height: 55px;
    border-radius: 6px;
    font-size: 16px;
    color: #fff;
    border: none;
    padding: none;
}
.recent-joined-img {
    display: flex;
    justify-content: center;
    align-items: center;
    padding: 25px 20px 5px 20px;
}
.card-recently-joined {
    background: #252539;
    border-radius: 12px;
    width: 100%;

    margin-bottom: 1.4rem;
}
.card-recently-joined:hover {
    background: #04043f;
    transition: 0.2s ease-in;
}
.card-user-img {
    width: 132px;
    height: 132px;
}
.wrap-recently-joined {
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 1rem;
    padding: 20px;
}
.card-recently-name {
    font-size: 16px;
    font-weight: 600;
    width: 100%;
    display: flex;
    justify-content: center;
    gap: 5px;
    text-align: center;
    color: #fff;
}
.card-recently-username {
    font-size: 14px;
    font-weight: 400;
    width: 100%;
    display: flex;
    justify-content: center;
    text-align: center;
    color: #fff;
}
.card-recently-desc {
    font-size: 14px;
    font-weight: 400;
    width: 100%;
    text-align: center;
    color: #fff;
}
.card-recently-btn {
    display: block;
    width: 100%;
    font-weight: 600;
    padding: 10px 20px;
}
.team-offering-col {
    padding: 40px;
    display: flex;
    flex-direction: column;
    gap: 20px;
    border-radius: 10px;
    font-family: var(--interFont);
    background: #252539;
    box-shadow: rgba(25, 25, 35, 0.25);
}
.team-offering-col img {
    width: 54px;
    height: 54px;
}
.team-offering-title {
    font-weight: 600;
    font-size: 30px;
    line-height: 45px;
    color: var(--mainGreen);
}
.team-offering-info {
    font-size: 16px;
    display: flex;
    flex-direction: column;
    gap: 8px;
    color: #fff;
}
.btn-offering {
    width: 100%;
    border-radius: 10px;
    font-weight: 600;
    font-size: 16px;
    margin-top: 20px;
    padding: 10px 20px;
}
.btn-gradient-more {
    padding: 10px 20px;
    font-weight: 600;
    border-radius: 8px !important;
}
.offering-section {
    padding: 80px 0;
}
/* =============================== */
/* =============================== */
/* =============================== */
/* =============================== */
/* =============================== */
/* =============================== */
/* =============================== */
/* =============================== */
/* =============================== */
/* =============================== */
/* =============================== */
/* =============================== */
/* =============================== */
/* =============================== */
/* =============================== */
/* =============================== */
/* =============================== */
/* =============================== */
/* register view */
.form-body {
    min-height: 100vh;
    background: #191923;
    padding: 30px 0px;
    display: flex;
    justify-content: center;
    align-items: center;
}

.form-body input[type="text"],
.form-body input[type="email"],
.form-body input[type="password"] {
    border: 1px solid #755786;
}

.form-body input[type="text"]:focus,
.form-body input[type="email"]:focus,
.form-body input[type="password"]:focus {
    border: 2px solid #2424ff;
}

.form-body input[type="text"]::placeholder,
.form-body input[type="email"]::placeholder,
.form-body input[type="password"]::placeholder {
    color: var(--darkGreenClr);
}

.form-body input[type="checkbox"] {
    transform: scale(2);
    margin-left: 10px;
    display: inline-flex;
    margin-top: -14px;
}

.form-body select {
    border: 1px solid #755786 !important;
}

.form-body select:focus {
    border: 2px solid #2424ff !important;
}

.form-body select::placeholder {
    color: var(--darkGreenClr) !important;
}

.publisher-password-toggle {
    position: absolute;
    right: 20px;
    top: 46px;
    cursor: pointer;
    color: #ffffff;
}

.brand-password-toggle {
    position: absolute;
    right: 20px;
    top: 46px;
    cursor: pointer;
    color: #ffffff;
}

.gamer-password-toggle {
    position: absolute;
    right: 20px;
    top: 46px;
    cursor: pointer;
    color: #ffffff;
}

.form-group span {
    margin-left: 15px;
}

.login-form-body {
    /* background: #191923; */
    /* padding: 30px 0px; */
}

@media screen and (max-width: 600px) {
    .form-body {
        min-height: 100vh;
        padding: 20px 10px;
    }

    .login-form-body {
        min-height: 90vh;
        padding: 20px 10px;
    }
}

.ivu-input-prefix i,
.ivu-input-suffix i {
    margin-top: 13px;
    font-size: 30px !important;
    color: #257f7b !important;
    cursor: pointer !important;
}

.nav-register {
    padding: 0 !important;
    margin: 0 !important;
}

.nav-register .nav-item {
    padding: 0 !important;
    margin: 0 !important;
}
label {
    color: #17514f;
    /* color: var(--darkClr200); */
    font-weight: 500;
    font-size: 14px;
    margin-bottom: 2px !important;
    font-family: var(--interFont);
}

.login-form-body input {
    height: 55px !important;
    border-radius: 4px;
    color: #fff !important;
    border: 1px solid var(--mainBlue);
}

.form-body input {
    height: 55px !important;
    border-radius: 4px;
    border: 1px solid var(--mainBlue);
}

.form-body select {
    height: 60px !important;
    background: var(--darkClr200) !important;
    border-radius: 4px;
    color: #fff !important;
    /* border: none !important; */
    border: 1px solid var(--mainBlue);
}

.form-body textarea {
    height: 90px;
    background: var(--darkClr200) !important;
    border-radius: 4px;
    color: #fff !important;
    border: none !important;
    border-radius: 4px;
}

input:focus {
    box-shadow: none !important;
}

.textarea:focus {
    box-shadow: none !important;
}

.submitBtn {
    display: flex;
    justify-content: center;
    align-items: center;
    font-weight: bold;
    width: 100%;
    margin: auto;
    height: 54px;
    background: var(--mainBlue);
    color: #fff;
    border-radius: 4px;
    border: none;
    outline: none;
}
.ModalSubmitBtn {
    display: flex;
    justify-content: center;
    align-items: center;
    font-weight: 600;
    font-family: var(--interFont);
    width: 222px !important;
    height: 43px !important;
    background: var(--mainBlue) !important;
    color: #fff !important;
    border-radius: 8px !important;
    font-size: 16px;
    border: none;
    outline: none;
}
.closeModal {
    display: flex;
    justify-content: center;
    align-items: center;
    font-weight: 600;
    text-transform: capitalize;
    font-family: var(--interFont);
    width: 222px !important;
    height: 43px !important;
    background: #fff !important;
    color: var(--mainBlue) !important;
    border-radius: 8px !important;
    font-size: 16px;
    border: 1px solid var(--mainBlue);
}

.submitBtn:hover {
    background: var(--mainGreen);
}

.loginLink {
    text-decoration: none;
    color: #fff;
    font-weight: bold;
    font-family: Poppins;
    color: var(--mainBlue);
}
.base-form-notice {
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 6px;
    font-family: var(--interFont);
}
.baseFormText {
    text-decoration: none;
    color: var(--darkClr200);
    font-weight: 600;
    font-family: var(--interFont);
    text-align: center;
}
.baseFormLink {
    color: var(--mainBlue);
    font-weight: 600;
    text-decoration: none;
}
.top-top {
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.loginLink {
    color: var(--mainBlue);
    font-weight: 600;
    font-family: Teko;
    font-size: 25px;
}

.titleForm {
    font-weight: 600;
    font-size: 44px;
    margin-bottom: 0px;
    color: var(--darkClr200);
    text-align: center;
    font-family: var(--tekoFont);
}
.subTitleForm {
    font-family: var(--interFont);
    font-size: 14px;
    text-align: center;
    font-weight: 400;
    margin-bottom: 20px;
}
.ivu-input {
    height: 56px !important;
}

.account-type {
    width: 100%;
    display: flex;
}

.gamer-account {
    /* background: var(--mainBlue); */
    background: var(--darkClr200);
}

.gamer-account,
.brand-account,
.publisher-account {
    height: 50px;
    display: flex;
    justify-content: center;
    align-items: center;
    color: #fff;
}

.publisher-account,
.brand-account {
    color: #fff !important;
    background: var(--darkClr200);
}

.register-section {
    display: flex;
    justify-content: center;
    flex-direction: column;
    align-items: center;
    width: 536px;
    padding: 50px 0;
}

.login-section {
    display: flex;
    justify-content: center;
    flex-direction: column;
    align-items: center;
    width: 536px;
    height: 50vh !important;
    padding: 50px 0;
}

.option-account {
    font-family: Poppins;
    font-style: normal;
    font-weight: normal;
    font-size: 14px;
    line-height: 118%;
    color: #ffffff;
    margin: 15px 0 5px 0;
}

/* login view */
.formBox {
    margin: 70px 0;
}
.topForm {
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 20px 0;
}

.btn-signUp {
    /* font-family: Poppins; */
    font-style: normal;
    font-weight: 500;
    font-size: 18px;
    line-height: 27px;
    color: var(--mainBlue);
}

.form-mb {
    margin-bottom: 20px;
}

/* index */

.bg-light {
    background: #ebebff !important;
}

.fol {
    background: #fcf2ff;
    padding: 5px 30px;
    border: none;
    border-radius: 20px;
}

.profile-tab {
    /*height: 68px;*/
    left: 100px;
    top: 729px;
    background: #ededfa;
    border-radius: 35px;
    padding: 5px 5px;
}

.profile-tab-buttons {
    width: 138px;
    height: 40px;
    left: 107px;
    top: 736px;
    border-radius: 30px;
    border: none;
    background: transparent;
}

.activeTab {
    width: 138px;
    height: 40px;
    left: 107px;
    top: 736px;
    background: #ffffff;
    border-radius: 30px;
    color: #2424ff;
    font-weight: 700;
}

.profile-createBtn {
    color: #ffffff;
    padding: 10px 30px;
    background: #2424ff;
    box-shadow: 0 2px 40px rgba(0, 0, 0, 0.1);
    border-radius: 30px;
    font-size: 12px;
}

.profile-box {
    /* width: 100%; */
    max-height: 300px;
    padding: 25px;
    height: auto;
    background: #ffffff;
    border: 1px solid #c4c4c4;
    /* box-shadow: 2px 2px 2px rgba(0, 0, 0, 0.08); */
    border-radius: 20px;
    display: flex;
    flex-direction: column;
    gap: 1rem;
}
.top-profile-box {
    display: flex;
    justify-content: space-between;
    align-items: center;
}
.addLinkBtn {
    color: var(--mainBlue) !important;
    font-size: 12px;
    font-family: var(--interFont);
    font-weight: 600;
}
.profile-box .bottom-text {
    /* position: absolute; */
    /* bottom: 20px; */
    font-weight: 700;
}

.input-placeholder {
    font-weight: 400;
    background: #fcfcfc85;
    border: 0.5px solid #c4c4c477 !important;
    border-radius: 6px;
    height: 40px;
}

.profile-box .bottom-btn {
    position: absolute;
    bottom: 20px;
    right: 30px;
}

.blue-text {
    color: var(--mainBlue);
}

.rank {
    border-radius: 30px;
    width: 362px;
    height: 36px;
    background: var(--mainBlue);
    display: flex;
    justify-content: center;
    align-items: center;
    font-weight: bold;
    color: #fff;
    margin-right: 15px;
}

.gamebanner {
    height: 330px;
    width: 100%;
    border: 1px solid;
    display: flex;
    justify-content: center;
    align-items: center;
}

.gamebanner_text {
    width: 756px;
    height: 122px;
}

.gamebanner_text img {
    width: 100%;
    height: 100%;
}

.gamer_info_section {
    width: 90%;
    height: auto;
    margin: auto;
    transform: translateY(-80px);
}
.gamer_info_section-wrapper {
    width: 90%;
    height: auto;
    margin: auto;
}

.info_detail_section {
    height: auto;
    width: 100%;
    background: #ffffff;
    box-shadow: 0px 2px 40px rgba(0, 0, 0, 0.08);
    border-radius: 20px;
    margin: 13px 0;
    padding: 30px 30px;
    border: 1px solid #2424ff;
}

.gamer_img {
    width: 133px;
    height: 133px;
    /* border: 5px solid rgba(0, 0, 0, 0.08); */
    border-radius: 50%;
}

.gamer_img img {
    width: 100%;
    height: 100%;
    border-radius: 50%;
}

.adjustBox {
    width: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
}

@media screen and (max-width: 770px) {
    .adjustBox {
        width: 100%;
        display: flex;
        justify-content: center;
        align-items: center;
    }

    .followers {
        display: flex;
        justify-content: space-between;
        align-items: center;
        flex-direction: column;
        margin-top: 10px;
    }

    .link-sec {
        width: 38px;
        height: 40px;
        background: #ffffff;
        border: 1px solid var(--mainBlue);
        border-radius: 20px;
        display: flex;
        justify-content: center;
        align-items: center;
        color: #000;
        font-weight: bold;
        margin-right: 10px;
    }

    .gamer_name,
    .nickname,
    .date_started {
        text-align: center;
    }

    .view_link {
        font-size: 9px;
        font-weight: bold;
    }

    .link-sec {
        font-size: 11px;
        font-weight: bold;
    }
}

/*.followers span {*/
/*    background: #ffffff;*/
/*    border: 1px solid var(--mainBlue);*/
/*    border-radius: 20px;*/
/*    padding: 2px 12px;*/
/*}*/

.followers {
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.portfolio_count {
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    height: 100%;
    align-items: flex-end;
    /* margin-top: 10px; */
}

.gamer_name {
    font-weight: bold;
    font-size: 35px;
    color: #000;
    margin-top: 6px;
}

.nickname {
    font-weight: 500;
    font-size: 19px;
    color: var(--darkGreenClr);
    margin-top: 4px;
}

.gamer_info_links {
    margin-top: 15px;
    width: 100%;
    display: flex;
    justify-content: space-between;
    background: #f2f2f2;
    border-radius: 8px;
    padding: 4px;
}

.gamer_router_links {
    width: 67%;
    display: flex;
    /* justify-content: space-between; */
}

.link-sec {
    width: 138px;
    height: 40px;
    background: #ffffff;
    display: flex;
    justify-content: center;
    align-items: center;
    color: #000;
    font-weight: bold;
    margin-right: 10px;
}

.text-purple {
    /* color: var(--mainBlue); */
}

.view_link {
    width: 296px;
    height: 40px;
    background: #ffffff;
    box-shadow: 0px 2px 40px rgba(0, 0, 0, 0.1);
    border-radius: 10px;
    display: flex;
    justify-content: center;
    align-items: center;
    color: var(--mainBlue);
    font-weight: 500;
}

.details-heading {
    width: 100%;
    height: 60px;
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.details-heading p {
    font-weight: 600;
    font-size: 22px;
    color: #113a39;
}

.details-heading img {
    height: 19px;
    width: 19px;
}

.user_img {
    height: 67px;
    width: 67px;
    border-radius: 0px;
    border: none;
}

.graduationImg {
    height: 97px;
    width: 67px;
    border: none;
}

.info_gamer {
    font-family: Poppins;
    font-size: 20px;
    line-height: 30px;
    color: #113a39;
}

.info_title {
    font-weight: 500;
    font-size: 20px;
    line-height: 30px;
    color: var(--darkClr200);
}

.info_sub {
    font-size: 16px;
    line-height: 24px;
    color: #113a39;
}

.list_info {
    margin-top: 20px;
    display: block;
    margin-bottom: 40px !important;
}

.list_info span {
    height: auto;
    /* border: 1px solid var(--mainBlue); */
    /* border-radius: 20px; */
    margin-bottom: 40px;
    margin-right: 10px;
    padding: 12px 18px;
    font-weight: 600;
}

.info_detail_section .infoInput {
    /* border: 2px solid rgb(158, 156, 156); */
    border-radius: 8px;
    margin-bottom: 15px;
    background: red !important;
}

.details-heading img {
    cursor: pointer;
}
.form-append {
    position: relative;
}
.appendBtn {
    position: absolute;
    font-size: 10px;
    top: -10px;
    padding: 10px 14px;
    right: 5px;
    color: #2424ff;
    background: #f3e6f8;
    border-radius: 8px;
    cursor: pointer;
}
.ivu-modal-header {
    border-bottom: none !important;
    font-weight: bold !important;
    padding: 30px 0 0px 30px !important;
}
.ivu-modal-body {
    padding: 0px 30px 30px 30px !important;
}
.ivu-modal-footer {
    display: flex;
    justify-content: flex-start;
    gap: 14px;
    text-align: start;
    border: none !important;
    padding: 0 30px 50px 30px !important;
}
.modal-subtitle {
    font-size: 12px !important;
    transform: translateY(-100px) !important;
    /* margin-top: -250px !important; */
}
.form-modal {
    margin-top: 25px !important;
}
.ivu-modal-header p,
.ivu-modal-header-inner {
    font-weight: 600 !important;
    font-family: var(--interFont);
}
.ivu-input.input-input-large {
    background: #04043f !important;
}
.ivu-modal-body input {
    opacity: 1 !important;
}

.demo-upload-list {
    display: inline-block;
    width: 100%;
    height: 100%;
    border: 1px solid transparent;
    background: #fff;
    position: relative;
    margin-top: -1px;
    border-radius: 50%;
}

.demo-upload-list img {
    width: 100%;
    height: 100%;
    border-radius: 100%;
}

.demo-upload-list-cover {
    display: none;
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    border-radius: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
}

.demo-upload-list:hover .demo-upload-list-cover {
    display: flex;
    background: rgba(0, 0, 0, 0.6);
    justify-content: center;
    align-items: center;
}

.demo-upload-list-cover i {
    color: #000;
    font-size: 30px;
    cursor: pointer;
    margin: 130px 80px;
}

/*
===============
FAQ
===============
*/

.title-faq {
    font-weight: 600;
    font-size: 38px;
    color: var(--darkClr200);
    text-align: center;
    margin-bottom: 25px;
    font-family: var(--tekoFont);
}
.questions {
    font-family: var(--interFont);
    padding: 100px 0;
}
.question {
    /* background: #ffffff; */
    background: var(--darkClr200);
    color: #fff;
    border-radius: 5px;
    padding: 20px 20px;
    margin-bottom: 4px;
    box-shadow: 0px 2px 25px 0px #0000000a;
}
.question-title {
    display: flex;
    justify-content: space-between;
    align-items: center;
    font-size: 18px;
}

.question-title p {
    margin-bottom: 0;
    color: #fff;
    font-size: 16px;
    font-weight: 400;
}

.question-btn {
    font-size: 14px;
    background: transparent;
    border: none;
    outline: none;
    cursor: pointer;
    color: var(--mainBlue);
    transition: all 0.3s linear;
}
.question-btn i {
    color: #fff !important;
    font-size: 18px;
}

.question-text {
    font-size: 16px;
    font-weight: 400;
}

.question-text p {
    margin-bottom: 0;
}

/* hide text */
.question-text {
    display: none;
}

.show-text .question-text {
    display: block;
}

.minus-icon {
    display: none;
}

.show-text .minus-icon {
    display: inline;
}

.show-text .plus-icon {
    display: none;
}

/* navbar */
@import url("https://fonts.googleapis.com/css2?family=Poppins&display=swap");

/* nav {
  background: #000;
}
.navbar-toggler-icon {
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
}
.navbar-toggler-icon div {
  border: 2px solid #fff;
  height: 1px;
  width: 100%;
  margin-top: 3px;
} */
.login {
    /* border-bottom: 2px solid var(--mainBlue); */
    /* width: 5px; */
}

.accountUser {
    width: 100%;
    height: 50px;
    display: flex;
    align-items: center;
    gap: 5px;
    border: 1px solid var(--darkClr200);
    background: #252539;
    border-radius: 8px;
    padding: 2px;
}

.gamerAcct,
.publisherAcct,
.brandAcct {
    width: 33.3%;
    height: 42px;
    display: flex;
    justify-content: center;
    align-items: center;
    color: #ffffff;
    cursor: pointer;
    border-radius: 8px;
    font-family: var(--interFont);
}

.activeFormLink {
    background: var(--mainBlue);
}

.unactiveFormLink {
    background: var(--darkClr200);
}

.accountBtn {
    padding: 10px 10px 10px 120px !important;
    color: #fff;
    text-align: center;
    font-weight: bold;
    border-radius: 5px;
    transition: 0.3s;
    /* background: var(--mainBlue); */
    margin-left: 20px;
}

.accountBtn:hover {
    color: #fff;
    /* background: var(--mainBlue); */
}

.navbar-brand {
    border: none !important;
    /* font-weight: bold; */
    font-size: 24px;
    display: flex;
    align-items: center;
    justify-content: center;
    background: none !important;
}

.nav-item .nav-link {
    font-weight: 500;
    font-size: 18px;
    color: #fff;
    line-height: 24px;
    font-family: "Poppins", sans-serif;
}

.navbar-brand img {
    width: 81px;
    height: 67px;
}

/* .logo-text {
  font-style: normal;
  font-weight: bold;
  font-size: 30px;
  line-height: 36px;
  color: #ffffff;
}
.logo-text-span {
  color: var(--mainBlue);
  font-style: italic;
  margin-left: -7px;
} */
.navbar .router-link-exact-active {
    color: var(--mainBlue);
    font-weight: 500;
    border-left-style: none;
    border-top-style: none;
    border-right-style: none;
    border-radius: 0px;
}

.gamer_router_links .router-link-exact-active {
    /* color: var(--mainBlue); */
    border-left-style: none;
    border-top-style: none;
    border-right-style: none;
    border-radius: 0px;
}

/*--------------------------------------------------------------
# Header
--------------------------------------------------------------*/
.header {
    background: #fff;
    transition: all 0.5s;
    z-index: 997;
    padding: 10px 0;
    box-shadow: 0px 0 18px rgba(55, 66, 59, 0.08);
    /* position: fixed; */
    top: 0;
    width: 100%;
}
.inter-font {
    font-family: var(--interFont);
}
@media screen and (max-width: 890px) {
    .header {
        display: none;
        z-index: 300;
        position: fixed;
    }
    .desktopBtn {
        display: none !important;
    }
}
.navigation .router-link-exact-active {
    color: var(--mainBlue);
    font-weight: 600;
    border-left-style: none;
    border-top-style: none;
    border-right-style: none;
    border-radius: 0px;
}
.navbar {
    display: flex;
    justify-content: space-between;
    padding: 0;
    width: 100%;
}
.nav-social-icons {
    display: flex;
    align-items: center;
    gap: 1.5rem;
}
.nav-social-icons img {
    height: 20px;
}
.navbar ul {
    margin: 0 !important;
    padding: 0 !important;
    display: flex;
    /* align-items: center; */
    /* justify-content: center; */
    list-style: none;
}
.navbar a {
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 10px;
    font-family: var(--interFont);
    font-size: 16px;
    font-weight: 300;
    color: #000;
    white-space: nowrap;
    transition: 0.3s;
}

.navbar a i,
.navbar a:focus i {
    font-size: 12px;
    line-height: 0;
    margin-left: 5px;
}

.navbar a:hover,
.navbar li:hover > a {
    color: var(--mainBlue);
}

.navbar .dropdown ul {
    display: block;
    position: absolute;
    left: 30px;
    top: calc(100% + 30px);
    margin: 0;
    padding: 10px 0;
    z-index: 99;
    opacity: 0;
    visibility: hidden;
    background: #fff;
    box-shadow: 0px 0px 30px rgba(127, 137, 161, 0.25);
    transition: 0.3s;
    border-radius: 4px;
}
.navbar .dropdown ul li {
    min-width: 200px;
}
.navbar .dropdown ul a {
    padding: 10px 20px;
    font-size: 14px;
    text-transform: none;
    font-weight: 500;
}
.navbar .dropdown ul a i {
    font-size: 12px;
}
.navbar .dropdown ul a:hover,
.navbar .dropdown ul .active:hover,
.navbar .dropdown ul li:hover > a {
    color: var(--mainBlue);
}

.navbar .dropdown:hover > ul {
    opacity: 1;
    top: 100%;
    visibility: visible;
}

.navbar .dropdown .dropdown ul {
    top: 0;
    left: calc(100% - 30px);
    visibility: hidden;
}

.navbar .dropdown .dropdown:hover > ul {
    opacity: 1;
    top: 0;
    left: 100%;
    visibility: visible;
}

@media (max-width: 1366px) {
    .navbar .dropdown .dropdown ul {
        left: -90%;
    }

    .navbar .dropdown .dropdown:hover > ul {
        left: -100%;
    }
}
.sm-navbar {
    font-family: var(--interFont);
    position: fixed;
    top: 0;
    left: 0;
    height: 100vh;
    width: 100%;
    background: var(--darkClr200);
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    gap: 2rem;
}
.sm-navbar .logo {
    width: 100px;
    height: 100px;
    margin-left: 25px;
}
.sm-navbar ul li {
    list-style: none;
    text-align: center;
}
.sm-navbar ul {
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
    gap: 2rem;
    padding-left: 0 !important;
    margin-left: 0 !important;
}
.sm-navbar ul li a {
    font-size: 20px;
    color: #fff;
}
.sm-navbar .registerBtn {
    width: 300px !important;
    display: flex;
    justify-content: center;
    align-items: center;
    padding: 20px !important;
}
/**
  * Mobile Navigation
  */
.mobile-nav-toggle {
    display: none !important;
    font-size: 28px;
    color: var(--mainBlue);
    cursor: pointer;
}

.mobile-nav-toggle.bi-x {
    color: #fff;
}

@media screen and (max-width: 890px) {
    .toggle-section {
        display: flex;
        justify-content: space-between;
        align-items: center;
        width: 100%;
    }
    .mobile-nav-toggle {
        display: block !important;
    }
    .navbar ul {
        display: none;
    }
}

.navbar-mobile {
    position: fixed;
    overflow: hidden;
    top: 0;
    right: 0;
    left: 0;
    bottom: 0;
    background: rgba(32, 38, 34, 0.9);
    transition: 0.3s;
    z-index: 999;
}

/* .navbar-mobile .mobile-nav-toggle {
    position: absolute;
    top: 15px;
    right: 15px;
} */

.navbar-mobile ul {
    display: block;
    position: absolute;
    top: 55px;
    right: 15px;
    bottom: 15px;
    left: 15px;
    padding: 10px 0;
    border-radius: 6px;
    background-color: #fff;
    overflow-y: auto;
    transition: 0.3s;
}

.navbar-mobile a {
    padding: 10px 20px;
    font-size: 15px;
    color: #37423b;
}

.navbar-mobile a:hover,
.navbar-mobile .active,
.navbar-mobile li:hover > a {
    color: var(--mainBlue);
}

.navbar-mobile .getstarted {
    margin: 15px;
}

.navbar-mobile .dropdown ul {
    position: static;
    display: none;
    margin: 10px 20px;
    padding: 10px 0;
    z-index: 99;
    opacity: 1;
    visibility: visible;
    background: #fff;
    box-shadow: 0px 0px 30px rgba(127, 137, 161, 0.25);
}

.navbar-mobile .dropdown ul li {
    min-width: 200px;
}

.navbar-mobile .dropdown ul a {
    padding: 10px 20px;
}

.navbar-mobile .dropdown ul a i {
    font-size: 12px;
}

.navbar-mobile .dropdown ul a:hover,
.navbar-mobile .dropdown ul .active:hover,
.navbar-mobile .dropdown ul li:hover > a {
    color: var(--mainBlue);
}

.navbar-mobile .dropdown > .dropdown-active {
    display: block;
}

/* footer */
.footer {
    background: var(--darkClr200);
    color: #fff !important;
    /* margin-top: 150px; */
    padding: 80px 0;
}
@media screen and (max-width: 890px) {
    .footer {
        margin-top: 100px;
    }
}
@media screen and (max-width: 700px) {
    .footer {
        margin-top: 50px;
    }
}
.footer-logo {
    margin-bottom: 1rem;
}
.top-footer-row {
    padding-bottom: 70px;
    border-bottom: 1px solid var(--mainCygan);
}
.footer-col {
    width: 100%;
    font-family: Poppins;
}
@media screen and (max-width: 890px) {
    .footer-logo {
        width: 115px;
        height: 90px;
        margin-bottom: 20px;
    }
    .footer-col {
        display: flex;
        flex-direction: column;
        justify-content: center;
        align-items: center;
        margin-bottom: 1rem;
        padding-bottom: 15px;
    }
}
@media screen and (max-width: 890px) {
    .footer-col {
        border-bottom: 1px solid rgba(255, 255, 255, 0.05);
    }
}
.footer-col li {
    list-style: none;
    margin-bottom: 5px;
}
.footer-col a {
    color: #fff;
    font-size: 12px;
}
.footer-title {
    font-weight: 600;
    font-size: 18px;
    color: #fff;
    margin: 10px 0 20px 0;
}
@media screen and (max-width: 890px) {
    .footer-title {
        text-align: center;
    }
}
.footer-links {
    font-weight: 300;
    font-size: 14px;
    color: #fff;
    display: block;
    margin-bottom: 5px;
}
.copyright-info,
.bottom-links {
    font-size: 12px;
    color: #cacaca;
    font-family: Poppins;
}

.bottom-links {
    display: flex;
    gap: 5px;
}

.bottom-links li {
    list-style: none;
}
.bottom-links a {
    font-size: 12px;
}
.bottom-row {
    padding-top: 30px;
    display: flex;
    justify-content: space-between;
}
@media screen and (max-width: 890px) {
    .copyright-info {
        text-align: center;
    }
    .bottom-row {
        flex-direction: column;
        justify-content: center;
        align-items: center;
        gap: 10px;
    }
}

/* highlighted gamers section */
.highlighted_gamers_section {
    background: linear-gradient(
        180deg,
        rgba(25, 25, 35, 0.92) 0%,
        #191923 100%
    );
    padding: 70px 0;
}

.highligtedTop {
    width: 60%;
    text-align: center;
    margin: auto;
}

.highlightedGamerRow {
    margin-top: 10px;
}

.gamerInfo {
    /* padding: 10px 0; */
    z-index: 5;
    width: 100%;
    position: relative;
    background: linear-gradient(to bottom, #ffffff, #252539);
    border-radius: 12px;
}

.card-postings {
    width: 100%;
    padding: 40px 30px 30px 30px;
    border-radius: 20px;
    background: #252539;
    color: #fff;
    display: flex;
    flex-direction: column;
    gap: 12px;
}
.card-postings-icon {
    display: block;
    height: 45px;
    width: 45px;
    margin-bottom: 7px;
}
.card-postings-title {
    font-size: 25px;
    font-family: "Teko", sans-serif;
    font-weight: 600;
    letter-spacing: 2px;
    color: #fff;
}
.card-posting-row {
    font-size: 12px;
    font-weight: 400;
    font-family: var(--interFont);
    margin-bottom: 5px;
    color: #fff;
    /* opacity: 0.7; */
}
.card-postings-info {
    margin-bottom: 20px;
}
.card-postings-btn {
    background: var(--mainBlue);
    color: #fff;
    border-radius: 8px;
    width: 100%;
    padding: 10px 20px;
    border: none;
    outline: none;
}
.card-postings-btn:hover {
    background: #fff;
    color: var(--mainBlue);
}
.invest-btn {
    background: transparent;
    color: #fff;
    border-radius: 8px;
    width: 100%;
    padding: 10px 20px;
    border: 1px solid #fff;
}
.invest-btn:hover {
    background: #fff;
    color: var(--darkClr200);
}
.InitialGamerTeamCard {
    width: 100%;
    padding: 45px 35px 35px 35px;
    background-image: linear-gradient(#252539, #252539),
        linear-gradient(to bottom, #2424ff, #76b901);
    /* background-origin: border-box; */
    /* background-clip: padding-box, border-box; */
    text-align: center;
    border-radius: 20px;
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 1rem;
}

/* .gamerIconWrapper {
    width: 100%;
    height: 50px;
} */

.gamerInfo .gamerImage {
    width: 100%;
    height: 317px;
    display: flex;
    justify-content: center;
    align-items: center;
    border-top-left-radius: 24px;
    border-top-right-radius: 24px;
}

.gamerImage img {
    width: 100%;
    height: 100%;
    border-top-left-radius: 24px;
    border-top-right-radius: 24px;
    padding: 15px;
    opacity: 1 !important;
}

.gamerInfo .gamerName {
    margin: 20px;
    position: absolute;
    bottom: -10px;
    left: -9px;
    width: 93%;
    height: 22%;
    display: flex;
    justify-content: center;
    flex-direction: column;
    background: linear-gradient(
        180deg,
        rgba(255, 255, 255, 0.08) 0%,
        rgba(255, 255, 255, 0.09) 100%
    );
    backdrop-filter: blur(10px);
    border-radius: 10px;
}

.gamerInfo .gamerName .name {
    font-family: Poppins;
    font-style: normal;
    font-weight: 600;
    font-size: 15px;
    color: #ffffff;
    padding: 5px 15px 0 15px;
}

.gamerInfo .gamerName .nickname {
    color: #ffffff;
    font-size: 12px;
    font-family: Poppins;
    padding: 0 15px 5px 15px;
    font-weight: lighter;
}

.gamerInfo .gamerBadge {
    width: 100%;
    height: 27%;
    text-align: center;
    color: #fff;
}

.gamerInfo .viewProfileBtn {
    width: 100%;
    height: 15%;
    display: flex;
    justify-content: center;
    align-items: center;
    padding: 15px;
}

.gamerInfo .viewProfileBtn .startBtn {
    width: 85%;
    height: 75%;
    background: var(--mainBlue);
    border-radius: 6px;
    color: #fff;
    display: flex;
    justify-content: center;
    align-items: center;
    font-weight: bold;
}

.badgeList {
    display: flex;
    justify-content: center;
    flex-direction: column;
    text-align: center;
    font-size: 11px;
    color: #fff;
}

.badgeList span {
    margin: 7px;
}
.startNow {
    font-size: 12px;
    color: var(--mainBlue);
    border-bottom: 1px solid var(--mainGreen);
    padding: 5px 0;
}
.upgradeBtn {
    font-size: 12px;
    color: var(--mainBlue);
    border: 1px solid var(--mainBlue);
    padding: 7px 15px;
    border-radius: 7px;
}
.section-recent {
    padding: 70px 0;
    border-bottom: 1px solid #17514f;
}
@media screen and (max-width: 700px) {
    .footer-sec {
        text-align: center;
        /* padding-bottom: 30px; */
    }

    .footer-sec .image {
        display: none;
    }

    #titledesc {
        display: none;
    }
}

/* desktop homepage banner */

.infoLeft {
    height: 629px;
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
    margin-top: 30px;
}

.first {
    width: 185px;
    font-style: normal;
    font-weight: 500;
    font-size: 30px;
    /* line-height: 45px; */
    color: #fff !important;
    z-index: 5;
    margin-bottom: 10px;
}

.second {
    z-index: 5;
    font-family: var(--tekoFont);
    font-style: normal;
    font-weight: 600;
    font-size: 50px;
    color: #fff;
}

.infoRight {
    height: 629px;
    width: 100%;
    position: relative;
    z-index: 5;
    overflow: visible;
}

.astronaut {
    width: 390px;
    height: 513px;
    display: flex;
    justify-content: center;
    align-items: center;
    margin: 90px 0 0 60px;
}

.midInfo {
    width: 100%;
    height: 160px;
    display: flex;
    justify-content: space-around;
    align-items: center;
    flex-wrap: wrap;
}

.midInfo > div {
    margin-left: -14px;
    width: 50%;
    height: 75px;
    background: linear-gradient(
        138.47deg,
        rgba(24, 24, 50, 0.63) 7.5%,
        #181832 92.11%
    );
    box-shadow: 0px 1px 4px rgba(0, 0, 0, 0.25);
    border-radius: 10px;
    transform: matrix(0.93, 0.01, -0.43, 1, 0, 0);
    display: flex;
    justify-content: center;
    align-items: center;
    font-style: normal;
    font-weight: 500;
    font-size: 20px;
}

.text-green {
    color: var(--mainGreen);
    /* font-family: 'Teko', sans-serif; */
}

/* ipad view */
@media screen and (max-width: 900px) {
    .infoRight {
        display: none;
    }
}

/* mobile homepage banner */
@media screen and (max-width: 700px) {
    .infoLeft {
        height: auto;
        display: flex;
        justify-content: center;
        align-items: center;
        flex-direction: column;
        padding-left: 10px;
        position: relative;
        width: 100%;
        left: 0;
    }

    .second {
        width: unset;
        margin-bottom: 15px;
        font-size: 25px;
        line-height: 30px;
        color: #ffffff;
    }

    .third {
        width: unset;
        font-size: 80px;
        line-height: 25px;
        z-index: 5;
        margin-bottom: 15px;
    }

    .explore-banner-subtitle {
        /* display: none; */
        font-family: Poppins;
        font-style: normal;
        font-weight: 300;
        font-size: 16px;
        line-height: normal;
        color: #ffffff;
        z-index: 5;
        margin: 7px 0;
        width: auto;
    }

    .joinBtn {
        width: 200px;
        background: var(--mainBlue);
        border-radius: 10px;
        z-index: 5;
        display: flex;
        justify-content: center;
        align-items: center;
    }

    .infoRight {
        height: 210px;
        width: 100%;
        position: relative;
        z-index: 5;
        overflow: visible;
        display: flex;
        justify-content: center;
        align-items: center;
        display: none;
    }

    .astronaut {
        width: 220px;
        height: 213px;
        display: flex;
        justify-content: center;
        align-items: center;
        margin: 0;
    }

    .midInfo {
        width: 100%;
        height: 120px;
        display: flex;
        justify-content: space-between;
        align-items: center;
        flex-wrap: wrap;
    }

    .midInfo > div {
        margin-left: -1px;
        width: 50%;
        height: 55px;
        background: linear-gradient(
            138.47deg,
            rgba(24, 24, 50, 0.63) 7.5%,
            #181832 92.11%
        );
        box-shadow: 0px 1px 4px rgba(0, 0, 0, 0.25);
        border-radius: 10px;
        transform: matrix(0.93, 0.01, -0.43, 1, 0, 0);
        display: flex;
        justify-content: center;
        align-items: center;
        font-style: normal;
        font-weight: 500;
        font-size: 20px;
    }

    .text-grn {
        color: var(--mainBlue);
        font-family: "Teko", sans-serif;
    }
}

/* desktop top section */

.featuredSectionGOTD {
    /* background: radial-gradient(77.07% 77.3% at 44.65% 39.47%,
            rgba(24, 24, 50, 0.92) 0%,
            #101113 100%); */
    /* padding: 10px; */
}

.topSectionBg {
    /* background: #1b1b2b !important; */
    /* background: radial-gradient(77.07% 77.3% at 44.65% 39.47%,
            rgba(24, 24, 50, 0.92) 0%,
            #101113 100%); */
    /* padding: 10px; */
}

.featuredSectionCardBg {
    /* background: radial-gradient(77.07% 77.3% at 44.65% 39.47%,
            rgba(24, 24, 50, 0.92) 0%,
            #101113 100%); */
}

.BrandOfTheWeekBg {
    background: #1b1b2b;
    padding: 80px 0;
}
.mb-50 {
    margin-bottom: 50px;
}
.titleText {
    font-family: "Teko";
    font-style: normal;
    font-weight: bold;
    font-size: 50px;
    line-height: 57px;
    text-align: center;
    color: var(--mainBlue);
    padding: 20px;
}

.events-sec-col {
    z-index: 5;
    width: 100%;
    height: auto;
    font-family: var(--interFont);
    /* background: #252539; */
    /* box-shadow: 0px 1px 0px rgba(118, 185, 1, 0.2); */
    border-radius: 10px;
    box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
    background: var(--darkClr200);
}

.latestNewsCard {
    padding: 70px 0;
    width: 100%;
    height: 876px;
    background: linear-gradient(
        108.76deg,
        #1a1a25 -6.87%,
        #7ebd11 61.04%,
        #1b1b2e 96.18%
    );
}
@media screen and (max-width: 890px) {
    .latestNewsCard {
        display: none;
    }
}
.newsImage {
    width: 100%;
    /* height: 400px; */
    border-radius: 6px;
}

.newsImage img {
    width: 100%;
    height: 100%;
    border-radius: inherit;
}

.newsRow {
    padding: 0 100px;
}

.newsTitleBox {
    position: absolute;
    bottom: 0;
    color: #ffffff;
    padding: 5px 25px;
}

.newsTitle {
    font-family: Teko;
    font-style: normal;
    font-weight: 700;
    font-size: 22px;
    line-height: 32px;
    letter-spacing: 0.02em;
    color: #ffffff;
}

.newsDescription {
    font-family: Inter;
    font-style: normal;
    font-weight: lighter;
    font-size: 16px;
    line-height: 15px;
    color: #ffffff;
    display: block;
}

.newsIcons {
    padding: 10px 0;
}

.newsDateFlagGreen {
    position: absolute;
    width: 116px;
    height: 37px;
    top: 10px;
    background: #76b901;
    border-radius: 0 20px 0 0;
}

.newsDateFlagBlue {
    position: absolute;
    width: 116px;
    height: 37px;
    top: 10px;
    background: #2424ff;
    border-radius: 0 20px 0 0;
}

.newsDateFlagText {
    position: absolute;
    right: 0;
    left: 0;
    font-family: Poppins;
    font-style: normal;
    font-weight: 600;
    font-size: 14px;
    text-align: center;
    color: #ffffff;
    display: block;
    padding: 10px;
}

.customCarouselBtn .VueCarousel-navigation-button {
    top: 120% !important;
    width: 50px;
    height: 50px;
    border-radius: 100px;
    color: #ffffff !important;
    background: linear-gradient(
        180deg,
        var(--darkClr200) 8.68%,
        #76b901 61.28%,
        #76b901 96.18%
    );
    box-shadow: 0 4px 25px rgba(0, 0, 0, 0.25);
}

.customCarouselBtn .VueCarousel-navigation-prev {
    line-height: 0;
    text-indent: -9999px;
    margin-left: 150px;
}

.customCarouselBtn .VueCarousel-navigation-prev:after {
    content: url("../img/icons/Vector-1.png");
    text-indent: 0;
    display: block;
    line-height: initial;
}

.customCarouselBtn .VueCarousel-navigation-next {
    line-height: 0;
    text-indent: -9999px;
    margin-right: 150px;
}

.customCarouselBtn .VueCarousel-navigation-next:after {
    content: url("../img/icons/Vector.png");
    text-indent: 0;
    display: block;
    line-height: initial;
}

.latestNewsSmallCard {
    position: absolute;
    width: 93%;
    height: 212px;
    background: linear-gradient(
        180deg,
        rgba(17, 18, 20, 0.04) 0%,
        var(--darkClr200) 100%
    );
    border-radius: 0 0 6px 6px;
}

.newsSmallImage {
    height: 212px;
    width: 100%;
    border-radius: 6px;
}

.newsSmallImage img {
    height: 100%;
    width: 100%;
    border-radius: inherit;
}

.newsTitleSecondBox {
    position: absolute;
    bottom: 15px;
    color: #ffffff;
    padding: 5px 25px;
}

.text-cygan {
    color: var(--mainCygan);
}

.findBtn {
    background: rgba(36, 36, 255, 0.32) !important;
    border: 1px solid #2424ff !important;
}

.button-sec .findBtn,
.featuredBtn {
    width: 100%;
    height: 44px;
    border-radius: 6px;
    background: rgba(196, 196, 196, 0.01);
    margin-bottom: 8px;
    border-color: green;
    /* border-image:
    linear-gradient(
      to bottom,
      rgba(36, 36, 255, 1),
      rgba(118, 185, 1, 1)
    ) 1 100%; */
    border-style: solid;
    border-width: 2px;
    color: #fff;
    font-weight: 500;
    display: flex;
    justify-content: center;
    align-items: center;
}

.featuredBtn:hover {
    background-color: var(--mainBlue);
    border-color: var(--mainBlue);
    color: #fff;
}

.side-featured-info {
    font-family: var(--interFont);
    font-weight: 500;
    margin-bottom: 2.5rem;
    color: var(--darkClr200);
    padding-right: 2rem;
}
.side-featured-info p {
    font-size: 13px;
    font-weight: 600;
}
.learn-more-btn a {
    color: #9595f8 !important;
    font-family: var(--interFont);
    font-weight: 600;
    font-size: 12px;
    margin: 10px 0;
}
.findBtn:hover {
    background: var(--mainBlue);
}

.bottom-sec {
    margin-top: 50px;
}

.base-links {
    width: 100%;
}

.btn-base-links {
    font-weight: bold;
    background: var(--mainBlue);
    /* background: linear-gradient(93.1deg, var(--mainBlue) 5.07%, #fff 98.75%); */
    border-radius: 8px;
    width: 100%;
    height: 70px;
    display: flex;
    justify-content: center;
    align-items: center;
    font-weight: 500;
    color: #fff;
}

.top_sec {
    margin-bottom: 100px;
}
.mb-35 {
    margin-bottom: 35px !important;
}

.see_all_link {
    padding: 10px 60px;
    background: rgba(118, 185, 1, 0.02);
    border: 2px solid var(--mainBlue);
    box-sizing: border-box;
    border-radius: 5px;
    font-weight: 500;
    font-size: 18px;
    display: flex;
    align-items: center;
    justify-content: center;
    color: var(--mainBlue);
    outline: none;
}

/* newsletter */
.newsLetter {
    font-family: Poppins;
}
.newsLetter-title {
    font-weight: 500;
    font-size: 22px;
    color: #ffffff;
}

.newsLetter-input {
    margin-top: 15px;
}
.input-newsletter {
    border: none;
    outline: none;
    padding: 0 14px;
    border-top-left-radius: 6px;
    border-bottom-left-radius: 6px;
    width: 240px;
    height: 45px;
    background: #292a2b;
    color: #fff;
}
.btn-newsletter {
    background: var(--mainBlue);
    border: none;
    color: #fff;
    font-size: 12px;
    padding: 0 20px;
    height: 45px;
    border-top-right-radius: 6px;
    border-bottom-right-radius: 6px;
}
::placeholder {
    font-size: 12px;
    color: #999;
}
.footer-social-links {
    margin-top: 30px;
    display: flex;
    align-items: center;
    gap: 7px;
}
.footer-social-links img {
    width: 30px;
    height: 30px;
}
@media screen and (max-width: 890px) {
    .footer-social-links {
        justify-content: center;
    }
    .top-footer-row {
        padding-bottom: 40px;
    }
}
@media screen and (max-width: 700px) {
    .newsLetter-heading {
        font-size: 27px;
        line-height: 20px;
        font-family: "Teko", sans-serif;
        margin-bottom: 10px;
    }

    .newsLetter-title {
        font-size: 25px;
        line-height: 13px;
        font-family: "Teko", sans-serif;
    }
    .newsLetter-input input[type="text"] {
        background: rgba(255, 255, 255, 0.05) !important;
        height: 50px;
    }

    .newsLetter-input input[type="submit"] {
        background-color: var(--mainBlue) !important;
        width: 100px;
        height: 50px;
    }
}

/* footer mobile */
@media screen and (max-width: 700px) {
    .copyright-info,
    .bottom-links {
        font-family: Poppins;
        font-style: normal;
        font-weight: normal;
        font-size: 11px;
        line-height: 27px;
        color: #c4c4c4;
        justify-content: center;
    }
}

/* hamburger & acountBtn */
@media screen and (max-width: 800px) {
    .accountBtn {
        padding: 10px !important;
        color: #fff;
        text-align: center;
        font-weight: bold;
        border-radius: 5px;
        transition: 0.3s;
        /* background: var(--mainBlue); */
        margin-left: 11px;
    }
}

/* gamers desktop */
.gamers-heading {
    margin: auto;
    width: 882px;
    font-family: Poppins;
    font-style: normal;
    font-weight: bold;
    font-size: 40px;
    line-height: 57px;
    text-align: center;
    color: var(--mainBlue);
    padding: 20px;
}

.gamers-desc {
    margin: auto;
    padding: 0 0 14px 0;
    width: 932px;
    font-family: Poppins;
    font-style: normal;
    font-weight: 500;
    font-size: 20px;
    line-height: 30px;
    text-align: center;
    color: #113a39;
}

.gamers-detail-row {
    margin-top: 50px;
}

.detail-col {
    width: 100%;
    height: auto;
    padding: 15px;
    /* box-shadow: 0px 2px 15px rgba(0, 0, 0, 0.08); */
}

.detail-img {
    width: 100%;
    height: 100px;
    display: flex;
    justify-content: center;
    align-items: center;
    margin-bottom: 18px;
}

.detail-img i {
    font-size: 75px;
    color: #181832;
    /* color: var(--mainBlue); */
}

.detail-title {
    height: 30px;
    width: 100%;
    font-family: Poppins;
    font-style: normal;
    font-weight: 600;
    font-size: 20px;
    line-height: 30px;
    color: var(--darkClr200);
}

.detail-desc {
    height: auto;
    width: 100%;
    font-family: Poppins;
    font-weight: 500;
    font-size: 20px;
    line-height: 30px;
    text-align: justify;
    color: #181832;
}

.gamers-detail-links {
    padding: 60px 0;
}

/* gamers mobile */
@media screen and (max-width: 700px) {
    .gamers-heading {
        margin: auto;
        width: unset;
        font-size: 20px;
        line-height: 37px;
        text-align: center;
    }

    .gamers-desc {
        padding: 0 14px;
        width: unset;
        font-size: 15px;
        line-height: 27px;
    }

    .gamers-detail-row {
        margin-top: 50px;
    }

    .detail-col {
        width: 100%;
        height: auto;
        padding: 15px;
    }

    .detail-img {
        width: 100%;
        height: 100px;
        margin-bottom: 18px;
    }

    .detail-img img {
        width: 101.72px;
        height: 100%;
    }

    .detail-title {
        height: 30px;
        width: 100%;
        font-family: Poppins;
        font-style: normal;
        font-weight: 600;
        font-size: 20px;
        line-height: 30px;
        color: var(--darkClr200);
    }

    .detail-desc {
        height: auto;
        width: 100%;
        font-family: Poppins;
        font-style: normal;
        font-weight: normal;
        font-size: 14px;
        line-height: 24px;
        color: var(--darkClr200);
    }

    .gamers-detail-links {
        padding: 60px 0;
    }
}

/* TEAMS*/

.page-desc {
    margin: auto;
    padding: 0 0 14px 0;
    font-family: Poppins;
    font-style: normal;
    font-weight: 500;
    font-size: 20px;
    line-height: 30px;
    text-align: justify;
    color: #181832;
    width: 1071px;
    /* line-height: 42px; */
}

/* gamer teams mobile */
@media screen and (max-width: 700px) {
    .pages-heading {
        margin: auto;
        width: unset;
        font-size: 20px;
        line-height: 37px;
        text-align: center;
    }

    .page-desc {
        padding: 0 14px;
        font-size: 15px;
        line-height: 27px;
        width: unset;
    }
}

/* publishers desktop view */
.publisher-banner {
    height: 629px;
    width: 100%;
}

.brands-banner-text {
    position: absolute;
    text-shadow: 1px 1px 1px var(--mainBlue);
    left: 203px;
    top: 470px;
    font-family: "Teko", sans-serif;
    font-weight: 600;
    font-size: 95px;
    line-height: 120px;
    color: #ffffff;
}
.brands-heading {
    margin: auto;
    width: 882px;
    font-family: Poppins;
    font-style: normal;
    font-weight: bold;
    font-size: 40px;
    line-height: 57px;
    text-align: center;
    color: var(--mainBlue);
    padding: 20px;
}

.brands-desc {
    margin: auto;
    padding: 0 0 14px 0;
    font-family: Poppins;
    font-style: normal;
    font-weight: 500;
    font-size: 20px;
    line-height: 30px;
    text-align: center;
    color: #113a39;
    width: 1071px;
}

/* publishers mobile */
@media screen and (max-width: 890px) {
    .publisher-banner {
        height: 310px;
        width: 100%;
        display: flex;
        justify-content: center;
        align-items: center;
    }

    .brands-banner-text {
        font-size: 60px !important;
        position: unset;
        left: unset;
        top: unset;
    }

    .brands-heading {
        margin: auto !important;
        width: unset !important;
        font-size: 20px !important;
        line-height: 37px !important;
    }

    .brands-desc {
        padding: 0 14px !important;
        font-size: 15px !important;
        line-height: 27px !important;
        width: unset !important;
    }
}
@media screen and (max-width: 700px) {
    .brands-banner-text {
        font-size: 45px;
    }
}

/* events page */
.event-banner {
    background-image: url("../img/event_banner.png");
    background-size: cover;
    background-position: center;
}
@media screen and (max-width: 890px) {
    .event-banner {
        height: 500px;
        display: flex;
        justify-content: left;
        align-items: flex-end;
        padding: 20px;
    }
}
@media screen and (max-width: 700px) {
    .event-banner {
        height: 300px;
    }
}
.grid-page-info {
    padding: 70px 0;
    display: grid;
    grid-template-columns: repeat(2, 1fr);
}
.grid-page-title {
    font-family: var(--interFont);
    color: var(--darkClr200);
    font-size: 48px;
    font-weight: 600;
    line-height: 62px;
    letter-spacing: 0em;
}
.grid-page-subtitle {
    font-family: var(--interFont);
    color: var(--darkGreenClr);
    font-size: 18px;
    font-weight: 400;
    line-height: 29px;
    letter-spacing: 0em;
}
@media screen and (max-width: 890px) {
    .grid-page-info {
        padding: 25px 0;
        grid-template-columns: 1fr;
        grid-gap: 10px;
    }
    .grid-page-title {
        font-size: 40px;
        line-height: normal;
    }
    .grid-page-subtitle {
        font-size: 14px;
        line-height: normal;
    }
}
@media screen and (max-width: 700px) {
    .grid-page-title {
        font-size: 18px;
    }
    .grid-page-subtitle {
        font-size: 12px;
    }
}
.title-section {
    font-family: var(--tekoFont);
    color: var(--darkClr200);
    font-size: 40px;
    font-weight: 600;
    line-height: 42px;
    letter-spacing: 0em;
    /* margin-left: -4px; */
    padding: 10px 0;
}
.in-section-info {
    padding: 18px;
    display: flex;
    flex-direction: column;
    gap: 4px;
}
.in-sec-title {
    color: var(--darkClr200);
    font-size: 14px;
    font-weight: 600;
}
.in-sec-desc {
    font-size: 12px;
    font-weight: 500;
}
.active-text {
    color: var(--mainBlue);
}
.box-100 {
    width: 100%;
    height: auto;
    border-radius: 10px;
    display: flex;
    flex-direction: column;
    gap: 1rem;
    justify-content: center;
    padding: 45px;
}
.box-100 img {
    width: 100%;
    height: 100%;
}
@media screen and (max-width: 890px) {
    .box-100 {
        height: auto;
        padding: 0;
    }
}
@media screen and (max-width: 700px) {
    .box-info-text {
        font-size: 12px;
        line-height: normal;
    }
}
.box-info-text {
    font-family: var(--interFont);
    color: #4f3061;
    font-size: 16px;
    font-weight: 400;
    line-height: 27px;
    letter-spacing: 0em;
}
.row-btns {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    grid-gap: 1.5rem;
    margin-top: 10px;
}
.row-btns button {
    padding: 12px;
    border-radius: 7px;
    font-size: 14px;
    border: none;
}
/* .fnt-14{
} */
.blue-btn {
    background: var(--mainBlue);
    color: #fff;
}
.green-btn {
    background: var(--mainGreen);
    color: #fff;
}
/* .gradient-btn {
    color: var(--mainBlue);
    border-image: linear-gradient(
            to bottom,
            rgba(36, 36, 255, 1),
            rgba(118, 185, 1, 1)
        )
        1 100%;
} */
.gradientBtn {
    /* margin-left: 25px; */
    position: relative;
    overflow: hidden;
    color: #111214;
    z-index: 0;
    padding: 10px 20px;
    display: flex;
    justify-content: center;
    align-items: center;
}

.gradientBtn i {
    content: "";
    position: absolute;
    z-index: -1;
    inset: 0;
    border-radius: 5px;
    padding: 1px 1px;
    -webkit-mask: linear-gradient(#fff 0, #fff 0) content-box,
        linear-gradient(#fff 0, #fff 0);
    -webkit-mask-composite: xor;
    mask-composite: exclude;
}

.gradientBtn i::before {
    content: "";
    position: absolute;
    left: 50%;
    top: 50%;
    width: 400px;
    height: 400px;
    background: linear-gradient(#2424ff 50%, #76b901 0);
    transform: translate(-50%, -50%) rotate(360deg);
    transition: transform 0.7s linear;
}
.outline-viewbtn {
    border: 1px solid var(--mainBlue);
    color: var(--mainBlue) !important;
    border-radius: 10px;
    padding: 8px 20px;
}
.outline-viewbtn:hover {
    background: var(--mainBlue);
    color: #fff !important;
}

/* featured IGO and ITO */
.featured,
.featured2 {
    /* padding: 50px 0 50px 0; */
}
.recentlyTitle {
    background: linear-gradient(180deg, #2424ff 0%, #ffffff 100%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    color: linear-gradient(180deg, #2424ff 0%, #ffffff 100%);
}

.loginBtn {
    padding: 5px 0 !important;
    font-size: 14px;
    margin-right: 30px;
}

.featuredSection {
    padding: 50px 0;
}

.nbr {
    border-bottom: none !important;
}

.featuredBox {
    width: 100%;
    height: auto;
    display: flex;
    justify-content: space-between;
    align-items: center;
    flex-direction: column;
    border: 1px solid #9bbaba;
    border-radius: 20px;
    padding-bottom: 10px;
}

.featureSection {
    width: 100%;
    display: flex;
    margin-bottom: 15px;
    justify-content: space-between;
    align-items: center;
}
.border-bottom-100 {
    border-bottom: 1px solid var(--mainCygan);
}
.featuredLeft {
    /* height: 100%; */
    display: flex;
    justify-content: space-between;
    flex-direction: column;
}
.featuredHeading {
    color: var(--darkClr200);
    font-weight: bold;
    font-family: var(--interFont);
    font-size: 30px;
    letter-spacing: 1px;
    margin-bottom: 20px;
}

.text-dark {
    color: var(--darkClr200) !important;
}
.featuredImage {
    width: 100%;
    height: auto;
}

.featuredImage img {
    width: 100%;
    /* height: auto; */
    height: 350px;
    border-top-left-radius: 15px;
    border-top-right-radius: 15px;
}

.featuredSocials {
    display: flex;
    align-items: center;
}

.featuredSocials li {
    margin: 0 10px 0 3px;
    list-style: none;
}
.featuredSection .featuredSocials li {
    margin: 0 10px 0 3px;
    list-style: none;
    width: 30px;
    height: 30px;
    display: flex;
    justify-content: center;
    align-items: center;
    border-radius: 50%;
    border: 1px solid var(--mainBlue);
}
.featuredInfo {
    padding: 5px;
    text-align: justify;
    width: 100%;
    height: 50%;
    font-family: var(--interFont);
    color: rgba(255, 255, 255, 0.589);
}

.featuredData {
    text-align: justify;
    font-family: var(--interFont);
    color: #d3b8b8;
}

.featuredDataGames {
    padding: 5px 0;
    text-align: justify;
    width: 100%;
    font-family: var(--interFont);
    font-size: 16px;
    color: #fff;
    display: flex;
    /* justify-content: flex-end; */
}

.featuredRank {
    height: 75px;
}
.featuredBase {
    padding: 15px 25px;
    width: 100%;
    background: rgba(255, 255, 255, 0.089);
    border-bottom-left-radius: 15px;
    border-bottom-right-radius: 15px;
    font-family: var(--interFont);
}
.row-gamer-stat {
    display: flex;
    justify-content: space-between;
    align-items: center;
    font-size: 12px;
    font-family: var(--interFont);
    margin-bottom: 7px;
}
.col-left-stats {
    color: #113a39;
}
.col-right-stats {
    color: #1b1b2b;
    font-weight: 600;
}
.bg-progress {
    background: var(--mainBlue);
    border-radius: 2px;
    height: 40px !important;
}

.progress-text {
    font-family: var(--interFont);
    font-size: 14px;
    margin-bottom: 10px;
    color: var(--darkClr200);
    font-weight: 300;
}

.ratingIgo {
    padding: 5px;
}

.rate {
    padding: 5px;
}

.rateLink {
    display: flex;
    list-style: none;
}
.featured-btns {
    margin-top: 20px;
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    grid-gap: 5px;
}
.ratingprofileBtn {
    display: flex;
    justify-content: space-between;
    align-items: center;
    flex-direction: column;
    width: 100%;
}

.ratingButton1 {
    height: 40px;
    background: var(--mainBlue);
    border: 1px solid var(--mainBlue);
    display: flex;
    justify-content: center;
    align-items: center;
    text-decoration: none;
    color: #fff;
    font-family: var(--interFont);
    border-radius: 10px;
    font-weight: bold;
}
.ratingButton1:hover {
    background: #fff;
    color: var(--mainBlue);
}
.ratingButton2 {
    height: 40px;
    display: flex;
    justify-content: center;
    align-items: center;
    text-decoration: none;
    background: #fff;
    border: 1px solid var(--mainGreen);
    color: var(--mainGreen);
    font-family: var(--interFont);
    border-radius: 10px;
    font-weight: bold;
}
.ratingButton2:hover {
    color: #fff;
    background: var(--mainGreen);
}
.gradientBtn {
    background: transparent;
    position: relative;
    overflow: hidden;
    z-index: 0;
    padding: 10px 20px;
}

.gradientBtn i {
    content: "";
    position: absolute;
    z-index: -1;
    inset: 0;
    border-radius: 5px;
    padding: 1px 1px;
    -webkit-mask: linear-gradient(#fff 0, #fff 0) content-box,
        linear-gradient(#fff 0, #fff 0);
    -webkit-mask-composite: xor;
    mask-composite: exclude;
}

.gradientBtn i::before {
    content: "";
    position: absolute;
    left: 50%;
    top: 50%;
    width: 400px;
    height: 400px;
    background: linear-gradient(#2424ff 50%, #76b901 0);
    transform: translate(-50%, -50%) rotate(360deg);
    transition: transform 0.7s linear;
}

.horizontal-line {
    background: #d3b8b8;
    width: 92%;
    margin: 0 auto 10px;
}

.rightTitle {
    /* text-shadow: 0px 0px 2px #fff; */
    color: var(--darkClr200);
    font-weight: bold;
    font-weight: bold;
    font-size: 28px;
    letter-spacing: 1px;
    font-family: var(--tekoFont);
}
.gamerRanking {
    font-size: 26px;
    font-weight: bold;
    color: var(--mainGreen);
}
.secTitle {
    font-size: 16px;
    font-family: var(--interFont);
    color: var(--mainBlue);
    font-weight: bold;
    margin-bottom: 10px;
}
@media screen and (max-width: 890px) {
    .rightTitle,
    .gamerRanking {
        font-size: 14px;
    }
}
.featuredGamer {
    border-radius: 10px;
    width: 100%;
}

.topFeatured {
    width: 100%;
    max-height: 250px;
    overflow: hidden;
}

.topFeatured img {
    width: 100%;
    height: 100%;
    border-top-right-radius: 20px !important;
    border-top-left-radius: 20px !important;
}

.topFeatured img:hover {
    transform: scale(1.2);
    transition: 1s ease;
    border-top-right-radius: 20px;
    border-top-left-radius: 20px;
}

.baseFeaturedGames {
    width: 100%;
    height: 45%;
    background: #252539;
    padding: auto 20px;
    box-shadow: 0px 2px 50px rgba(0, 0, 0, 0.1);
    border-radius: 10px;
    /* border: 1px solid green; */
    display: flex;
    justify-content: space-between;
}

.baseFeatured {
    width: 100%;
    height: 45%;
    background: rgba(255, 255, 255, 0.089);
    /* border: 1px solid green; */
    display: flex;
    justify-content: space-between;
}

.baseFeaturedBox {
    border-radius: 20px;
    border: 1px solid #76b901;
}

.baseTitle {
    color: #fff;
    font-weight: bold;
    font-family: "Teko", sans-serif;
    font-weight: bold;
    font-size: 20px;
    letter-spacing: 1px;
    padding: 5px;
}

.baseTitleGames {
    color: #fff;
    font-weight: bold;
    font-family: "Teko", sans-serif;
    font-weight: bold;
    font-size: 28px;
    letter-spacing: 1px;
    padding: 5px 0;
}

.baseLeftGames {
    width: 40%;
    height: 100%;
    padding: 5px;
    margin-left: 10px;
    padding: 10px 0px;
}

.baseRightGames {
    padding: 5px;
    width: 60%;
    height: 100%;
    display: flex;
    justify-content: end;
    align-items: end;
    flex-direction: column;
}

.baseLeft {
    width: 55%;
    height: 100%;
    padding: 5px;
}

.baseRight {
    padding: 20px;
    width: 40%;
    height: 100%;
    display: flex;
    justify-content: center;
    align-items: flex-start;
    flex-direction: column;
}

/* posts */
.addPostInput {
    width: 100%;
    height: 100%;
    padding: 20px 20px;
    border-radius: 11.7379px;
    background: #ffffff;
    border: 1px solid #8d69bc;
    margin: 0 !important;
}

.userPost {
    display: flex;
    align-items: center;
    height: 68px;
    background: #ffffff;
    border: 0.5px solid var(--mainBlue);
    border-radius: 10px;
}

.userPost img {
    width: 56px;
    height: 56px;
    border-radius: 50%;
    margin-left: 7px;
}

.sidePost {
    display: flex;
    flex-direction: column;
    margin-left: 5px;
}

.sidePost p {
    font-family: "Inter";
    font-weight: 700;
    font-size: 18px;
    line-height: 22px;
    color: var(--darkClr200);
}

.sidePost small {
    font-family: "Inter";
    font-style: normal;
    font-weight: 400;
    font-size: 14px;
    line-height: 17px;
    color: var(--mainBlue);
}

.post_component .btnPost {
    width: 100%;
}

.post {
    border: 1px solid #ffffff !important;
    padding: 20px 20px;
    box-shadow: none;
}

.post:focus {
    box-shadow: none !important;
}

.posts {
    height: auto;
    /* display: flex; */
    padding: 25px;
    background: #fff;
    border: 0.586895px solid #8d69bc;
    box-shadow: 0px 4.69516px 46.9516px rgba(0, 0, 0, 0.1);
    border-radius: 11.7379px;
    width: 100%;
}

.nickname_post {
    font-family: "Poppins";
    font-weight: 500;
    font-size: 17.6068px;
    /* line-height: 26px; */
    color: var(--darkGreenClr);
    padding: 15px 0 10px 0;
}

.post_time {
    font-family: "Poppins";
    font-style: normal;
    font-weight: 400;
    font-size: 15.2593px;
    line-height: 23px;
    display: flex;
    align-items: center;
    color: #34b5b0;
}

.posts_section {
    height: auto;
    padding: 25px;
    font-family: "Poppins";
    font-style: normal;
    font-weight: 400;
    font-size: 17.6068px;
    line-height: 26px;
    color: var(--darkGreenClr);
}

.likedposts {
    padding: 15px 25px;
}

.likes {
    font-size: 25px;
}

.commentposts {
    padding: 25px;
}

.followers-list {
    height: 161px;
    background: #ffffff;
    box-shadow: 0px 2px 40px rgba(0, 0, 0, 0.08);
    border-radius: 20px;
}

.followers {
    color: var(--mainBlue) !important;
}

.brand_count {
    width: 100%;
    height: 128px;
    background: #ffffff;
    box-shadow: 0px 2px 25px rgba(0, 0, 0, 0.08);
    border-radius: 10px;
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
}

.count_row_brand {
    padding: 40px 20px;
}

.headingText {
    font-weight: 600;
    font-size: 22px;
    color: #113a39;
    padding: 9px 0;
}

.count_desc,
.count_value,
.count_invite {
    width: 100%;
    height: 33%;
}

.count_desc,
.count_value {
    display: flex;
    justify-content: center;
    align-items: center;
}

.count_desc {
    font-size: 14px;
}

.count_value {
    font-size: 20px;
}

.count_invite {
    display: flex;
    align-items: center;
    justify-content: flex-end;
    padding-right: 15px;
}

/* brands */
.brandBanner {
    width: 100%;
    height: 319px;
    background: #ffffff;
    box-shadow: 0px 2px 25px rgba(0, 0, 0, 0.08);
    border-radius: 10px;
}

/* brand/charity of the week */
.brandWeek {
    /* padding: 20px 0 60px 0; */
}
.base-line {
    border-bottom: 1px solid #fff;
    width: 100%;
    margin: 30px 0 60px 0;
}
.weekBrandImg,
.weekBrand {
    width: 100%;
    height: 550px;
    overflow: hidden;
    position: relative;
}
@media screen and (max-width: 890px) {
    .weekBrandImg,
    .weekBrand {
        width: auto;
        height: auto;
    }
    .weekBrand {
        padding: 0 20px;
        text-align: center;
        display: flex;
        justify-content: center;
        align-items: center;
        flex-direction: column;
    }
    .brand_info_btn {
        flex-direction: column;
        gap: 6px;
    }
    .sponsorBtn {
        margin-left: 0;
    }
}
.weekBrand {
    display: flex;
    flex-direction: column;
    justify-content: center;
}

.brand_week_img {
    width: 100%;
    height: 100%;
    overflow: hidden;
}

.brand_week_img img {
    height: 100%;
    width: 100%;
}

.brand_week_img img:hover {
    /* transform: scale(2.2); */
    /* transition: 1s ease; */
    overflow: hidden;
}

.viewBtn {
    color: #000;
    border: none;
    width: 220px;
    height: 47px;
    background: transparent;
    box-sizing: border-box;
    border-radius: 5px;
    color: #fff;
    border: 1px solid #fff;
    font-weight: bold;
}
.viewBtn:hover {
    background: #fff;
    color: var(--darkClr200);
}
.sponsorBtn {
    border: none;
    color: #fff;
    width: 220px;
    height: 47px;
    left: 981px;
    top: 4670px;
    background: var(--mainBlue);
    border-radius: 5px;
    margin-left: 7px;
    font-weight: bold;
}
.sponsorBtn:hover {
    background: transparent;
    border: 2px solid var(--mainBlue);
}
.brand_info_btn {
    display: flex;
    margin-top: 30px;
}

.brand_name {
    font-weight: 500;
    font-size: 34px;
    font-family: var(--tekoFont);
    color: #fff;
    margin-bottom: 5px;
    width: 70%;
    font-weight: 500;
}

.brand_description {
    color: #fff;
    line-height: 25px;
    margin-bottom: 42px;
    width: 70%;
    font-weight: 500;
    word-spacing: 5px;
    font-family: var(--interFont);
}

.brand_website {
    margin-bottom: 14px;
    color: var(--mainBlue);
    font-family: var(--interFont);
    font-weight: 500;
    font-size: 16px;
}

.brand_badges {
    color: #191923;
}

.brand_badges span {
    flex-direction: row;
    padding: 0 7px 0 0;
    border-right: 1px solid;
}

.brand_badges span:last-child {
    border: none;
}

/* my team */
.team_name {
    color: var(--mainBlue);
    font-weight: 600;
}

.createForm {
    margin-top: 35px;
}

.createForm textarea {
    width: 100%;
    height: 150px;
}

.createForm .createTeamBtn {
    width: 100%;
    height: 80px;
    background: var(--mainBlue);
    color: #fff;
}

.createForm input,
textarea {
    color: unset;
    border: 1px solid grey;
    background: unset;
    opacity: 1;
    border-radius: 0%;
    margin-bottom: 5px;
}

.team_row {
    min-height: 80vh;
}

.groupTeam img {
    width: 70px;
    height: 70px;
    padding-bottom: 5px;
}

.team_list {
    display: flex;
    margin-bottom: 4px;
    border-bottom: 4px solid;
}

.team_list:last-child {
    border: none;
}

.image_name img {
    width: 35px;
    height: 35px;
    border-radius: 50%;
}

.demo-badge {
    width: 0;
    height: 20px;
    margin-top: -20px;
    background: #eee;
    border-radius: 6px;
}

.ivu-badge-count {
    background: var(--mainBlue) !important;
    top: -28px !important;
    right: -5px !important;
}

.team {
    width: 100%;
    height: auto;
    background: #ffffff;
    box-shadow: 0px 1.69209px 21.1511px rgba(103, 54, 225, 0.137);
    border-radius: 8.46046px;
    position: relative;
    margin-bottom: 15px;
}

.team-name {
    height: 170px;
    width: 100%;
    background: #fff;
    font-family: Teko;
    display: flex;
    justify-content: flex-end;
    align-items: center;
    font-size: 30px;
    flex-direction: column;
    padding: 10px;
}

.team-follow {
    height: 50px;
    display: flex;
    justify-content: center;
    align-items: center;
}

.follows {
    height: 100%;
    width: 50%;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    background: #f1f1f1;
}

.team-image {
    width: 100%;
    height: 140px;
    display: flex;
    justify-content: center;
    align-items: center;
    background: #f1f1f1;
}

.team-image img {
    height: 100px;
    width: 100px;
    border-radius: 50%;
}

.joinFllw {
    display: flex;
    justify-content: center;
    align-items: center;
    padding: 15px;
}

.joinFllw .joinFllwBtn {
    padding: 10px 20px;
    background: var(--mainBlue);
    border: none;
    box-shadow: 0px 2.05276px 41.0552px rgba(0, 0, 0, 0.08);
    border-radius: 10.2638px;
    color: #fff;
    margin: 5px;
    display: flex;
    justify-content: center;
    align-items: center;
    font-size: 20px;
    width: 100%;
}

/**top team section*/
.topView {
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 25px 0px;
}

.topTeamViewLinks {
    display: flex;
    align-items: center;
    gap: 4px;
}
.link {
    color: var(--mainBlue);
    font-family: var(--interFont);
}
.createTeamBtn {
    width: 170px;
    height: 50px;
    background: var(--mainBlue);
    border: 0.5px solid var(--mainBlue);
    box-sizing: border-box;
    box-shadow: 0px 2px 40px rgba(0, 0, 0, 0.08);
    border-radius: 20px;
    margin-right: 50px;
    color: #fff;
    font-weight: bold;
}

.teamLink {
    font-family: var(--interFont);
    font-size: 15px;
    color: var(--mainBlue);
    padding: 7px 22px;
    display: flex;
    justify-content: center;
    align-items: center;
    font-weight: 500;
}

.active2 {
    border: 1px solid var(--mainBlue);
    border-radius: 5px;
}

.activeLink {
    background: #ffffff;
    border: 2px solid var(--mainBlue);
    border-radius: 20px;
    font-weight: 600;
}

.teamLink:hover {
    color: #000;
}

/* brands */
.search-box {
    margin-top: 50px;
}

.search-box input {
    opacity: 1 !important;
    height: 60px;
    background: #ffffff;
    border: 0.5px solid #f1f1f1;
    box-shadow: 0px 2px 20px rgba(0, 0, 0, 0.1);
    border-radius: 20px;
    position: relative;
    padding-left: 50px;
}

.searchIcon {
    position: absolute;
    top: 10px;
    left: 25px;
    font-size: 40px;
    color: #f1f1f1;
}

.titleTextBrand {
    font-family: "Teko", sans-serif;
    font-style: normal;
    font-weight: 600;
    font-size: 25px;
    line-height: 36px;
    color: var(--darkClr200);
    padding: 15px 0;
}

.brand {
    width: 100%;
    height: auto;
    background: #ffffff;
    box-shadow: 0px 1.69209px 21.1511px rgba(0, 0, 0, 0.1);
    border-radius: 8.46046px;
    margin-bottom: 30px;
}

.brand-image {
    height: 220px;
}

.brand-image img {
    width: 100%;
    height: 100%;
    border-top-left-radius: 8.46046px;
    border-top-right-radius: 8.46046px;
}

.brand-name {
    height: 50px;
    font-family: Teko;
    font-weight: 600;
    font-size: 21.9972px;
    display: flex;
    align-items: center;
    color: #000000;
    padding: 0px 20px;
    border-bottom: 1px solid #eee;
    /* background: red; */
}

.brand-badge {
    height: 100px;
    padding: 10px 20px;
}

.brand-followers {
    display: flex;
    height: 60px;
    /* background: blue; */
}

.spaceBox {
    margin-top: 80px;
    margin-bottom: 80px;
}

.brand-category {
    font-family: "Poppins";
    font-style: normal;
    font-weight: 600;
    font-size: 14px;
    line-height: 21px;
    color: var(--mainBlue);
    padding: 10px 20px;
}

.brand-followers {
    display: flex;
    justify-content: space-between;
    padding: 10px 20px;
}

.followBtn {
    width: 91px;
    height: 36.4px;
    background: var(--mainBlue);
    border: none;
    box-shadow: 0px 2.05276px 41.0552px rgba(0, 0, 0, 0.08);
    border-radius: 10.2638px;
    color: #fff;
    font-weight: bold;
}

.followers {
    font-family: "Poppins";
    font-weight: 600;
    font-size: 13.5367px;
    line-height: 20px;
    color: var(--mainBlue);
}

/* BRANDS */
.brands-banner {
    height: 629px;
    width: 100%;
}

.brands-heading {
    margin: auto;
    width: 882px;
    text-align: center;
    padding: 20px;
    font-family: "Teko";
    font-weight: 700;
    font-size: 45px;
    /* color: var(--mainBlue); */
}

.brands-desc {
    margin: auto;
    font-family: Poppins;
    font-style: normal;
    font-weight: 500;
    font-size: 15px;
    line-height: 30px;
    text-align: center;
    color: #113a39;
    width: 1071px;
}

.brand_apply {
    width: 100%;
    height: 520px;
    display: flex;
    flex-direction: column;
    justify-content: flex-start;
}

.brandSection {
    padding: 40px 0;
    margin-bottom: 10px;
}

.brand_apply img {
    width: 100%;
    height: 100%;
}

.brandTitle {
    font-family: "Teko";
    font-style: normal;
    font-weight: 600;
    font-size: 40px;
    line-height: 57px;
    letter-spacing: 0.02em;
    color: var(--mainBlue);
    margin-bottom: 10px;
}

.brand_info {
    font-family: "Poppins";
    font-style: normal;
    /* font-weight: 400; */
    /* font-size: 14px; */
    /* line-height: 24px; */
    color: var(--darkClr200);
    margin-bottom: 10px;
    line-height: 30px;
    font-weight: 500;
    font-size: 20px;
    text-align: justify;
}

.brand_apply_btn {
    width: 153px;
    height: 58px;
    background: var(--mainBlue);
    border-radius: 8px;
    border: none;
    color: #fff;
}

/* gamer team dashboard */
.info-box {
    width: 100%;
    height: 200px;
    background: #ffffff;
    box-shadow: 0px 2px 40px rgba(0, 0, 0, 0.08);
    border-radius: 20px;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    align-items: center;
    padding: 20px;
}

.info-box p:first-child {
    font-size: 20px;
    font-weight: bold;
    font-family: poppins;
}

.info-box p:last-child {
    font-size: 22px;
    font-family: var(--tekoFont);
    font-weight: bold;
}

.members {
    width: 100%;
    height: 350px;
    background: #ffffff;
    box-shadow: 0px 2px 40px rgba(0, 0, 0, 0.08);
    border-radius: 20px;
    display: flex;
    justify-content: space-between;
    align-items: center;
    flex-direction: column;
    padding: 30px;
    margin-bottom: 25px;
}

.members .member-image {
    width: 150px;
    height: 150px;
    border-radius: 50%;
    box-shadow: 0px 2px 40px rgba(0, 0, 0, 0.08);
}

.member-image img {
    width: 100%;
    height: 100%;
    border-radius: 50%;
}

.member-name {
    font-weight: bold;
    font-family: poppins;
    font-size: 18px;
}

.team-active {
    background-color: var(--mainBlue);
    color: #fff;
    font-weight: bold;
}

/* membership request */
.request-row {
    height: auto;
    width: 100%;
    background: #ffffff;
    box-shadow: 0px 2px 40px rgba(0, 0, 0, 0.08);
    border-radius: 20px;
    margin: 13px 0;
    padding: 30px 30px;
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 30px 60px;
}

.left-member-info,
.right-member-info {
    display: flex;
    justify-content: center;
    align-items: center;
}

.left-member-info .member-img {
    width: 70px;
    height: 70px;
    border-radius: 50%;
    border: 1px solid;
}

.member-img img {
    width: 100%;
    height: 100%;
    border-radius: 50%;
}

.left-member-info .member-info {
    display: flex;
    /* align-items: center; */
    flex-direction: column;
    margin-left: 10px;
}

.left-member-info .member-info span:first-child {
    font-size: 20px;
    font-weight: bold;
}

/* admin side bar */

.sidebar_admin {
    /* z-index: 100; */
    width: 17%;
    height: 100vh;
    position: fixed;
    left: 0;
    background: var(--adminClr);
    /* background: #000818; */
}

.sidebar_admin .router-link-exact-active {
    color: #76b901;
    border-radius: 8px;
    font-weight: bold;
}

.sidebar_admin a {
    color: #f5f5f5;
}
.sidebar_admin a:hover {
    color: grey;
}

.logo_section {
    width: 100%;
    height: 80px;
    display: flex;
    justify-content: center;
    align-items: center;
    margin-top: 20px;
}

.logo_section img {
    width: 65%;
    height: 30%;
}

.admin_text {
    text-align: center;
    padding: 5px;
    display: block;
    color: #c4c4c4;
    font-size: 16px;
    font-family: Poppins;
    font-weight: bold;
}

.admin_links {
    width: 100%;
    padding: 40px 10px;
    list-style: none;
}

.admin_links li {
    margin-bottom: 30px;
    color: #f5f5f5;
    font-family: Poppins;
    text-align: center;
}

.routeLink {
    display: flex;
    align-items: center;
    padding: 0 60px;
    font-size: 16px;
}

.linkText {
    margin-left: 10px;
}

/* topbar admin */
.toogleIcon {
    width: 15%;
    height: 100%;
    display: flex;
    align-items: center;
    padding-left: 16px;
}

.searchArea {
    width: 45%;
    height: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
}

.admin {
    font-family: poppins;
}

.adminInfo {
    cursor: pointer;
    width: auto;
    height: 100%;
    display: flex;
    align-items: center;
    padding-right: 40px;
}

.adminInfo span {
    color: #76b901;
    font-weight: 500;
}

.topbar {
    padding: 0 20px;
    display: flex;
    justify-content: space-between;
    height: 65px;
    width: 100%;
    box-shadow: 0 0 12px rgb(36, 35, 35);
    margin-bottom: 30px;
}

.adminImage {
    width: 40px;
    height: 40px;
    border-radius: 50px;
}

.adminImage img {
    width: 100%;
    height: 100%;
}

.toogleBtn {
    color: #1b1b2b;
    cursor: pointer;
}

.admin_main {
    min-width: 83%;
    /* background: rgba(0, 0, 0, 0.067); */
    min-height: 100vh;
    /* background: #E5E5E5; */
    position: absolute;
    right: 0;
}

.dataInfo {
    border-radius: 12px;
    width: 100%;
    height: 140px;
    background: var(--adminClr);
    font-family: poppins;
    display: flex;
}

.user_info_section {
    padding: 20px 15px;
}

.leftInfo {
    height: 100%;
    width: 60%;
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
}

.rightInfo {
    height: 100%;
    width: 40%;
    display: flex;
    justify-content: center;
    align-items: center;
}

.infoTitle {
    color: #fefefe;
    font-size: 18px;
    font-weight: bold;
}

.infoValue {
    color: #fefefe;
    font-size: 27px;
    font-weight: bold;
}

.chartSection,
.graphSection {
    width: 100%;
    height: auto;
    background: var(--adminClr);
    border-radius: 12px;
    padding: 15px 0;
}

.gamersIn {
    height: 170px;
    position: relative;
    border-radius: 12px;
    border-radius: 12px;
    padding: 2px;
    background: #c4c4c4;
}

.gamerIn_img {
    height: 100%;
    width: 100%;
    border-radius: 12px;
    /* padding: 10px; */
}

.gamerIn_img img {
    width: 100%;
    height: 100%;
    border-radius: 12px;
}

.gamerIn_name {
    position: absolute;
    bottom: 0;
    left: 0;
    background: rgba(0, 0, 0, 0.595);
    height: auto;
    width: 100%;
    display: flex;
    padding: 10px;
    align-items: center;
    flex-direction: column;
}

.name_gamer {
    margin: 0;
    padding: 0;
    font-size: 20px;
    font-weight: bold;
    color: #fff;
    font-family: "Teko", sans-serif;
}

.nickname_gamer {
    margin: 0;
    padding: 0;
    color: #fff;
}

@media screen and (max-width: 900px) {
    .sidebar_admin {
        display: none;
    }

    .admin_main {
        width: 100%;
    }
}

.unset {
    padding: 5px 15px;
    border: 1px solid #1b1b2b52;
    border-radius: 12px;
}

.admin_main label {
    color: unset;
}

.admin_main table {
    text-align: center;
}

/* ===== ADVERT */
.grid-adverts {
    display: grid;
    grid-template-columns: repeat(3, 3fr);
    grid-gap: 1rem;
}
@media screen and (max-width: 890px) {
    .grid-adverts {
        grid-template-columns: repeat(2, 2fr);
    }
}
@media screen and (max-width: 700px) {
    .grid-adverts {
        grid-template-columns: repeat(1, 1fr);
    }
}
.advert {
    width: 100%;
    display: flex;
    flex-direction: column;
    justify-content: space-evenly;
    /* justify-content: center; */
    padding: 35px;
    gap: 25px;
    background: #252539;
    color: #fff;
    border-radius: 10px;
}
.title-ad {
    background: #3b3f46;
    color: #fff;
    font-size: 14px;
    font-family: var(--interFont);
    font-weight: 500;
    border-radius: 48px;
    padding: 10px 25px;
    margin-bottom: 7px;
    width: max-content;
}
.info-ad {
    font-size: 30px;
    font-weight: 600;
    font-family: var(--interFont);
    line-height: 42px;
    color: #fff;
    margin-bottom: 14px;
}
.advert img {
    border-radius: 10px;
    width: 100%;
    height: 100%;
}

/* === EVENT */
.event-img {
    max-height: 275px;
}
.event-info {
    display: flex;
    flex-direction: column;
    gap: 14px;
    color: #fff;
    font-family: var(--interFont);
    padding: 25px 30px;
}
.title-event {
    font-size: 22px;
    font-weight: 600;
    line-height: 30px;
}
.subtitle-event {
    font-size: 12px;
    font-weight: 500;
    color: #c6b9b9;
}
.date-event {
    font-size: 14px;
    margin-top: 7px;
    font-weight: 500;
}

/* BRAND PROFILE */
.wrap-info {
    border: 1.5px solid var(--mainBlue);
    border-radius: 20px;
    padding: 40px;
    font-family: var(--interFont);
    margin-bottom: 10px;
}
.wrap-section {
    margin-bottom: 20px;
}
.title-lg {
    font-size: 26px;
    font-weight: 600;
    color: #113a39;
    padding: 7px 0;
    margin-bottom: 0;
}
.card-row-title {
    font-size: 16px;
    font-weight: 600;
    color: #113a39;
    padding: 7px 0;
    margin-bottom: 0;
}
.brand_inn {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    gap: 14px;
    background: #ffffff;
    box-shadow: var(--boxShadow);
    /* border: 1px solid #c4c4c4; */
    border-radius: 10px;
    padding: 20px;
}
.brand_inn__title {
    color: #000;
    font-size: 14px;
    font-weight: 500;
}
.brand_inn__count {
    color: #000;
    font-size: 16px;
    font-weight: 500;
}
.invite_btn {
    width: 100%;
    color: #fff;
    background: var(--mainBlue);
    border-radius: 7px;
    padding: 8px 15px;
    border: none;
    outline: none;
}

.brand_member {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    gap: 5px;
    padding: 30px 20px;
    background: #ffffff;
    box-shadow: var(--boxShadow);
    border-radius: 10px;
}
.brand_member_img {
    background: var(--mainCygan);
    width: 70px;
    height: 70px;
    border-radius: 50%;
}
.brand_member_name {
    font-size: 14px;
    color: #000;
    font-weight: 600;
    text-align: center;
}
.brand_member_nick {
    font-weight: 400;
    font-size: 12px;
    text-align: center;
}
.top-wrap-info-icon {
    display: flex;
    justify-content: space-between;
}
.top-wrap-info-icon span {
    font-size: 18px;
    font-weight: 600;
    color: #4f3061;
}
.wrap-info-desc {
    font-size: 14px;
    color: #4f3061;
    font-weight: 500;
    margin-top: 14px;
}
.honours-section {
    margin-top: 14px;
}
.honour-section {
    display: flex;
    align-items: flex-start;
    gap: 20px;
    margin-bottom: 20px;
}
.honour {
    display: flex;
    flex-direction: column;
    gap: 4px;
    margin-top: -5px;
}
.honour-title {
    font-size: 16px;
    color: #4f3061;
    font-weight: 500;
}
.company_member {
    position: relative;
    margin-bottom: 8px;
}
.company_member_img img {
    width: 100%;
    height: auto;
    border-radius: 6px;
}
.member_detail {
    position: absolute;
    bottom: 20px;
    left: 20px;
    display: flex;
    flex-direction: column;
}
.member_detail span:nth-child(1) {
    font-weight: 600;
    font-size: 14px;
    color: #fff;
}
.member_detail span:nth-child(2) {
    font-size: 12px;
    color: #fff;
}

.wrap-members {
    font-family: var(--interFont);
    display: flex;
    flex-direction: column;
    gap: 10px;
    margin: 40px 0;
}
.members_info {
    display: flex;
    align-items: center;
    gap: 16px;
    padding: 16px;
    box-shadow: var(--boxShadow);
    border-radius: 10px;
}
.member_profile_pic {
    width: 40px;
    height: 40px;
    background: var(--mainCygan);
    border-radius: 50%;
}

.member_nick {
    color: #113a39;
    font-weight: 600;
    font-size: 13px;
}
.member_role_owner {
    font-size: 10px;
    color: #113a39;
}
.brand_member_large_img {
    width: 150px;
    height: 150px;
    border-radius: 50%;
}
.brand_member_large_img img {
    border-radius: 50%;
    width: 100%;
    height: 100%;
}
.opportunity {
    box-shadow: var(--boxShadow);
    width: 100%;
    border-radius: 10px;
}
.opportunity_img {
    width: 100%;
    height: 146px;
}
.opportunity_img img {
    border-radius: 10px 10px 0 0;
    width: 100%;
    height: 100%;
}
.opportunity_info {
    display: flex;
    flex-direction: column;
    gap: 10px;
    padding: 14px;
}
.opportunity_title {
    font-family: var(--tekoFont);
    font-size: 20px;
    font-weight: 600;
    color: #111214;
}
.opportunity_desc {
    font-family: var(--interFont);
    font-size: 12px;
    font-weight: 500;
}
.brand_type {
    font-family: var(--interFont);
    color: var(--mainGreen);
    margin-bottom: 10px;
    font-weight: 600;
}
.follow_followers {
    display: flex;
    justify-content: space-between;
    align-items: center;
}
.follow_followers span {
    font-weight: 600;
}
.opportunity_location {
    text-transform: uppercase;
    font-weight: 500;
    font-size: 12px;
    font-family: var(--interFont);
    color: var(--mainBlue);
}
.opportunity_day {
    font-size: 12px;
    font-family: var(--interFont);
    font-weight: 400;
}
.mtb-100 {
    margin: 100px 0;
}
.card-form {
    box-shadow: var(--boxShadow);
    border-radius: 20px;
    background: #fff;
    padding: 50px;
    margin: 30px 0;
}
/* all brands */
.banner-brands {
    height: 320px;
    width: 100%;
    background: var(--darkClr100);
    border-radius: 20px;
    margin: 100px 0 30px 0;
}
.search-input {
    margin: 20px 0;
    position: relative;
}
.search-input input {
    width: 100%;
    padding: 10px 40px;
    border-radius: 14px;
    font-size: 14px;
    border: 1px solid #0c1425;
}
.search-icon {
    position: absolute;
    top: 10px;
    left: 10px;
}

/* Publisher dashboard */
.postings {
    display: flex;
    flex-direction: column;
    gap: 10px;
    padding: 18px;
    box-shadow: var(--boxShadow);
    border-radius: 10px;
}
.post_title {
    color: #111214;
    font-size: 14px;
    font-weight: 600;
}
.post_desc {
    color: #17514f;
    font-size: 12px;
}
.post_duration {
    display: flex;
    justify-content: space-between;
    align-items: center;
    font-size: 12px;
    margin-bottom: 10px;
}
.post_share_edit {
    display: flex;
    justify-content: space-between;
    align-items: center;
}
.edit_btn {
    background: #f3f3ff;
    border-radius: 10px;
    border: none;
    color: var(--mainBlue);
    padding: 10px 15px;
}
.share_link {
    display: flex;
    gap: 7px;
    align-items: center;
    color: var(--mainBlue);
    font-weight: 600;
}
.w-100 {
    width: 100% !important;
}
/* ends at 5222 */