* {
    border: 0;
    margin: 0;
    padding: 0;
    font-family: "Open Sans", Arial, sans-serif;
}

body {
    background-image: url("../images/background.png");
}

.container {
    max-width: 1400px;
    width: 100%;
    margin: 0 auto;
}

#snow {
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    pointer-events: none;
    z-index: 1000;
}


/*
* NAVIGATION
*/

.navigation {
    display: flex;
    position: fixed;
    top: 0;
    z-index: 9999;
    width: 100%;
    height: 100px;
    background: #191919;
}

.navigation__wrapper {
    display: flex;
    justify-content: space-between;
    align-items: center;
    height: 100%;
    padding: 0 50px;
}

.navigation__items {
    display: flex;
    list-style: none;
    padding: 0;
    gap: 30px;
}

.navigation__item a {
    text-decoration: none;
    color: white;
}


/* Remove later */

.navigation__logo a {
    color: white;
    font-size: 24px;
    font-weight: bold;
    text-decoration: none;
}

.menu-icon {
    display: none;
}


/*
* section
*/

.header {
    padding: 200px 50px 75px 50px !important;
    flex-direction: column;
}

.subpage__header {
    padding-top: 100px;
    min-height: 500px;
    background: linear-gradient( 0deg, rgb(25, 25, 25) 0%, rgb(97, 97, 229) 95%, rgb(97, 97, 229) 100%);
}

.subpage__header .section__wrapper {
    justify-content: center;
}

.subpage__header .section__text--title {
    font-size: 58px;
}

.section {
    padding: 0 50px;
    display: flex;
    align-content: center;
    align-items: center;
}

.section__wrapper {
    display: flex;
    justify-content: space-between;
    align-items: center;
    gap: 50px;
}

.header .section__text--wrapper {
    display: flex;
    gap: 15px;
}

.section__ad--wrapper {
    margin: 75px auto 0px;
}

.section__ad-image {
    height: 100px;
    width: 750px;
    background: #333;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 10px;
}

.section__ad-image a {
    text-decoration: none;
    color: white;
}

.section__text {
    color: white;
    max-width: 500px;
}

.section__text>div {
    margin-bottom: 15px;
}

html {
    overflow: scroll;
    overflow-x: hidden;
}

::-webkit-scrollbar {
    width: 0;
    /* Remove scrollbar space */
    background: transparent;
    /* Optional: just make scrollbar invisible */
}

.section__text--title {
    font-size: 48px;
    font-weight: bold;
}

.section__text--btn {
    display: inline-block;
    text-decoration: none;
    padding: 10px 25px;
    border-radius: 10px;
    font-weight: bold;
    background: #6161e5;
    color: #fff;
}

.section__text--description {
    color: #bbb;
}

.section_icons {
    display: grid;
    grid-template-columns: 1fr 1fr;
    max-width: 50%;
    gap: 40px 140px;
    color: white;
}

.section_img img {
    border-radius: 10px;
    max-width: 675px;
    max-height: 400px;
    object-fit: cover;
}

.section__icon img {
    width: 48px;
}

.section__icon--title {
    margin-top: 10px;
    font-size: 22px;
    font-weight: bold;
}

.section__icon--description {
    margin-top: 25px;
    color: #bbb;
}


/*
* SERVICES
*/

.services {
    background: radial-gradient( circle, rgba(60, 60, 60, 0.82) 5%, rgb(97, 97, 229) 95%, rgb(97, 97, 229) 100%);
    background-color: #6161e5;
}

.services__wraper {
    padding: 50px 0;
}

.services__items {
    display: flex;
    flex-wrap: wrap;
    gap: 50px;
    justify-content: space-between;
}

.services__item {
    padding: 35px;
    border-radius: 10px;
    background: #000000a3;
    color: white;
    box-shadow: 10px 10px 10px #00000026;
    max-width: 343px;
}

.services__item i {
    color: #6161e5;
    font-size: 48px;
}


/*
* SERVICES
*/

.team {}

.team__wraper {
    padding: 50px 0;
}

.team__items {
    display: flex;
    flex-wrap: wrap;
    gap: 50px;
}

.team__item {
    border-radius: 10px;
    background: #000000a3;
    color: white;
    box-shadow: 10px 10px 10px #00000026;
    position: relative;
    font-family: Whitney Book Regular, Arial, Helvetica, sans-serif !important;
}

.team__item--banner {
    height: 120px;
    background-repeat: no-repeat;
    background-position: 50%;
    background-size: cover;
}

.team__item--content {
    padding: 15px;
    margin-top: 50px;
}

.team__item--image {
    position: absolute;
    top: 68px;
    left: 15px;
}

.team__item--image img {
    width: 86px;
    height: 86px;
    border-radius: 50%;
    border: 6px solid #090909;
}

.team__item i {
    color: #6161e5;
    font-size: 48px;
}


/*
*   FEATURES
*/

.features,
.our-bots {
    padding-top: 150px;
}


/*
* FOOTER
*/

.footer {
    background: rgb(97, 97, 229);
    margin-top: 150px;
}

.footer__wrapper {
    padding: 50px 0;
    padding-top: 150px;
    color: white;
}

.footer__top {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    padding: 0 25px;
}

.footer__top--items {
    display: flex;
    flex-wrap: wrap;
    gap: 50px;
}

.footer__top--item {
    text-align: right;
}

.footer__top--item__title {
    font-size: 18px;
    font-weight: bold;
    margin-bottom: 10px;
}

.footer__bottom {
    text-align: right;
    margin-top: 50px;
    padding: 0 25px;
}

.footer__top--logo p {
    color: white;
    font-size: 24px;
    font-weight: bold;
    margin-bottom: 5px;
}

.footer__top--icons {
    display: flex;
    gap: 10px;
}

.footer__top--icon i {
    font-size: 28px;
}


/*
*   Profile
*/

.profile-card {
    background-color: #18191c;
    color: #fff !important;
    border-radius: 8px;
    position: relative;
    max-width: 305px;
}

.profile-card .profile-card__banner {
    height: 60px;
    background-color: #000001;
    border-radius: 8px 8px 0 0;
}

.profile-card .profile-card__image {
    position: absolute;
    top: 16px;
    left: 16px;
    width: 86px;
    height: 86px;
    background-repeat: no-repeat;
    background-position: 50%;
    background-size: cover;
    border-radius: 100%;
    border: 6px solid #18191c;
}

.profile-card .profile-card__content {
    padding: 54px 16px 16px;
    position: relative;
}

.profile-card .profile-card__content .profile-card__error {
    color: #da292e;
    padding: 1rem 2rem 2rem;
    margin: 0;
    text-align: center;
    font-weight: 600;
}

.profile-card .profile-card__content .profile-card__username {
    font-size: 20px;
    margin-bottom: 6px;
    font-family: Arial, Helvetica, sans-serif;
}

.profile-card .profile-card__content .profile-card__username .profile-card__discriminator {
    color: #b9bbbe;
}

.profile-card .profile-card__content .profile-card__username .profile-card__botTag {
    display: inline-block;
    height: 15px;
    padding: 0 4px;
    border-radius: 3px;
    background-color: #5865f2;
    vertical-align: -7px;
    margin-top: 5px;
    margin-left: 0.5ch;
    font-family: Whitney Book Regular, Arial, Helvetica, sans-serif;
}

.profile-card .profile-card__content .profile-card__username .profile-card__botTag span {
    font-size: 10px;
    line-height: 15px;
    vertical-align: top;
}

.profile-card .profile-card__content .profile-card__username .profile-card__botTag svg {
    width: 15px;
    height: 15px;
    margin-left: -4px;
    vertical-align: top;
}

.profile-card .profile-card__content .profile-card__badges {
    position: absolute;
    display: -moz-box;
    display: flex;
    top: 16px;
    right: 16px;
    max-width: 180px;
    -moz-box-pack: end;
    justify-content: flex-end;
}

.profile-card .profile-card__content .profile-card__description {
    color: #dcddde;
    font-size: 14px;
    margin-bottom: 12px;
    font-family: Whitney Book Regular, Arial, Helvetica, sans-serif;
}

.profile-card .profile-card__content .profile-card__divider {
    margin-bottom: 12px;
    border-top: 1px solid #262729;
}

.profile-card .profile-card__content .profile-card__sectionHeader {
    display: -moz-box;
    display: flex;
    font-weight: 700;
    margin-bottom: 8px;
    font-size: 12px;
    line-height: 16px;
    color: #b9bbbe;
    font-family: Whitney Bold, Arial, Helvetica, sans-serif;
    text-transform: uppercase;
}

.profile-card .profile-card__content .profile-card__sectionText {
    color: #dcddde;
    font-size: 14px;
    font-family: Whitney Book Regular, Arial, Helvetica, sans-serif;
    line-height: 18px;
    margin-bottom: 8px;
}

.profile-card.has-banner-image .profile-card__image {
    top: 68px;
}

.profile-card.has-banner-image .profile-card__banner {
    height: 120px;
    background-repeat: no-repeat;
    background-position: 50%;
    background-size: cover;
}

.profile-card .header-secondary {
    color: #b9bbbe;
}

.profile-card .btn {
    -webkit-box-shadow: none !important;
    box-shadow: none !important;
}

.btn.btn-secondary.btn-sm {
    background-color: #4f545c;
    display: flex;
    justify-content: center;
    align-items: center;
    margin-bottom: 5px;
    text-decoration: none;
    color: white;
}


/*
* Mobile
*/

@media only screen and (max-width: 768px) {
    .header {
        padding: 200px 25px 75px 25px !important;
    }
    .section {
        padding: 0 25px;
    }
    .features,
    .our-bots {
        padding-top: 100px;
    }
    .section__wrapper {
        flex-wrap: wrap;
        flex-direction: column-reverse;
        align-items: flex-start;
    }
    .section_img img {
        width: 100%;
    }
    .features .section__wrapper {
        flex-direction: column;
    }
    .section_icons {
        max-width: 100%;
        gap: 35px;
    }
    .footer__top--logo {
        margin-bottom: 35px;
    }
    .footer__wrapper {
        padding-top: 100px;
    }
    .footer {
        margin-top: 50px;
    }
    .team__items {
        justify-content: left;
    }
    .profile-card {
        max-width: 100%;
    }
    .section__text--title {
        font-size: 28px;
    }
    .subpage__header .section__text--title {
        font-size: 38px !important;
    }
    .subpage__header {
        margin-top: 100px;
        min-height: 300px;
    }
    .menu-icon {
        color: white;
        font-size: 32px;
    }
    .navigation__wrapper {
        padding: 0 25px;
    }
    .navigation__items {
        display: none;
        position: absolute;
        width: 100%;
        left: 0;
        top: 100px;
        padding: 15px 25px;
        background: #191919;
    }
    .navigation__item {
        margin: 10px 0;
    }
    .navigation__item--link {
        display: block;
        width: 100%;
    }
    .section__ad-image {
        max-width: 300px;
    }
    .menu-icon {
        display: block;
    }
}