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

@font-face {
    font-family: RetroComputer;
    src: url(../fonts/retrocomputer_daymarus.ttf);
}

body {
    font-family: 'Inter', sans-serif;
    font-size: 18px;
}

.btn.focus, .btn:focus {
    outline: 0;
    box-shadow: none;
}

.bg-gradiant-green {
    background: radial-gradient(29.72% 91.66% at 12.26% 73.9%, #FFF73C 0%, #9DF32F 100%);
}

.help-block {
    color: #f11818;
    font-size: 15px;
    font-weight: 900;
}

.cursor-pointer {
    cursor: pointer;
}

/*Start Header*/
.header {
    background: #E4FDE2;
    border-bottom: 3px solid #000000;
}

.btn-header {
    float: right;
    text-transform: uppercase;
    font-size: 14px;
    line-height: 22px;
}

.navbar-menu .nav-item {
    font-family: RetroComputer, sans-serif;
    font-style: normal;
    font-weight: normal;
    font-size: 14px;
    line-height: 32px;
    padding-right: 30px;
}

.navbar-light .navbar-nav .nav-link {
    color: rgb(0 0 0);
}

@media (max-width: 991px) {
    .btn-header {
        float: none;
        margin-bottom: 15px;
    }
}

/*End header*/

/*===========================================*/

/*Homepage*/

/*Start section 1*/
.section-1 {
    background: radial-gradient(29.72% 91.66% at 12.26% 73.9%, #FFF73C 0%, #9DF32F 100%);
    border-bottom: 3px solid black;
}

.section-1-block-1-title {
    font-family: RetroComputer, sans-serif;
    font-size: 50px;
    line-height: 72px;
}

.section-1-block-1-text {
    font-size: 24px;
    line-height: 155%;
    margin-top: 3rem;
    margin-bottom: 3rem;
}

.section-1-block-1-btn {
    background: #FDCD00;
    border: 3px solid #000000;
    box-sizing: border-box;
    border-radius: 6px;
    text-transform: uppercase;
}

.section-1-block-2-title {
    font-family: RetroComputer, sans-serif;
    font-size: 42px;
    line-height: 100%;
    margin-bottom: 25px;
}

.section-1-block-2-text {
    font-size: 20px;
    line-height: 155%;
    margin-bottom: 40px;
}

.section-1-block-2-btn {
    background: transparent;
    border: 3px solid #000000;
    box-sizing: border-box;
    border-radius: 6px;
    font-weight: bold;
    font-size: 16px;
    line-height: 155%;
    margin-top: 20px;
    margin-bottom: 20px;
    display: none;
}

.section-1-block-2-img {
    width: 100%;
    bottom: 0;
    position: absolute;
}

#collapseMore.show {
    display: block !important;
}

@media (max-width: 767px) {
    .section-1-block-1-title {
        font-size: 27px;
        line-height: 37px;
    }

    .section-1-block-1-text {
        font-size: 17px;
        margin-top: 1rem;
        margin-bottom: 1rem;
    }

    .section-1-block-2-title {
        font-size: 28px;
        line-height: 135%;
    }

    .section-1-block-2-text {
        font-size: 16px;
        line-height: 165%;
        margin-bottom: 10px;
    }
}

@media (max-width: 991px) {
    .section-1-block-2-img {
        width: 100%;
        bottom: unset;
        position: unset;
    }

    .section-1-block-2-btn {
        display: block;
    }

    #collapseMore {
        display: none;
    }
}

/*End section 1*/

/*Start section 2*/
.section-2 {
    background: #E4FDE2;
    border-bottom: 3px solid #000000;
}

.section-2-title {
    font-family: RetroComputer, sans-serif;
    font-size: 42px;
    line-height: 100%;
    text-align: center;
    margin: 50px 0;
}

.section-2-deposit-text {
    line-height: 155%;
}

.section-2-deposit-select {
    border: none;
    background: transparent;
    font-weight: 600;
    font-size: 20px;
    line-height: 155%;
    margin: 15px -5px;
}

.section-2-deposit-price {
    font-weight: bold;
    font-size: 36px;
}

.section-2-income {
    background: radial-gradient(183.5% 183.5% at -22.25% -9.25%, #20A1B3 0%, #9DF430 52.95%);
    border: 3px solid #000000;
    border-radius: 16px;
    padding: 25px;
}

.section-2-income-title {
    font-weight: 600;
    font-size: 24px;
    text-align: center;
}

.section-2-income-month {
    text-align: center;
}

.section-2-income-price {
    font-weight: bold;
    font-size: 64px;
    text-align: center;
    border-bottom: 3px solid black;
}

.section-2-income-date {
    padding: 12px 0;
}

.section-2-income-sum {
    font-weight: bold;
    font-size: 36px;
}

.section-2-img {
    width: max-content;
}

@media screen and (-webkit-min-device-pixel-ratio: 0) {
    .form-control-range {
        overflow: hidden;
        width: 75%;
        -webkit-appearance: none;
        background-color: #d8d8d8;
        border-radius: 5px;
        border: 2px solid #616161;
    }

    .form-control-range::-webkit-slider-runnable-track {
        height: 10px;
        -webkit-appearance: none;
        color: #9df430;
        margin-top: -1px;
    }

    .form-control-range::-webkit-slider-thumb {
        width: 15px;
        -webkit-appearance: none;
        height: 10px;
        cursor: ew-resize;
        background: white;
        border: 1px solid #616161;
        box-shadow: -100rem 0 0 100rem #9df430;
    }

}

/** FF*/
.form-control-range::-moz-range-progress {
    background-color: #9df430;
}

.form-control-range::-moz-range-track {
    background-color: #9df430;
}

/* IE*/
.form-control-range::-ms-fill-lower {
    background-color: #9df430;
}

.form-control-range::-ms-fill-upper {
    background-color: #9df430;
}

@media (max-width: 555px) {
    .section-2-title {
        font-size: 25px;
    }

    .section-2-img {
        display: none;
    }

    .section-2-income {
        border: unset;
        border-radius: unset;
        margin-left: -15px;
        margin-right: -15px;
    }

    .form-control-range {
        width: 100%;
    }
}

/*End section 2*/

/*Start section 3*/
.section-3 {
    background: radial-gradient(29.72% 91.66% at 12.26% 73.9%, #3CFFF3 0%, #D8F32F 100%);
    border-bottom: 3px solid black;
}

.section-3-bg-1 {
    background-image: url("/img/money-1.png");
    background-repeat: no-repeat;
    background-position: 96% 2%;
    background-size: 4%;
}

.section-3-bg-2 {
    background-image: url("/img/money-1.png");
    background-repeat: no-repeat;
    background-position: 10% 8%;
    background-size: 6%;
}

.section-3-block-1-title {
    font-weight: bold;
    font-size: 32px;
}

.section-3-block-2-title {
    font-family: RetroComputer, sans-serif;
    font-size: 56px;
    margin-bottom: 4rem;
}

.section-3-block-3-box {
    background: #CAFF86;
    border: 5px solid #000000;
    box-sizing: border-box;
    border-radius: 24px;
    padding: 60px;
}

.section-3-block-3-box-title {
    font-family: RetroComputer, sans-serif;
    font-size: 42px;
    border: 5px solid #000000;
    border-radius: 15px;
    padding: 15px;
    display: inline-block;
    margin-top: 50px;
}

.section-3-block-3-box-text {
    font-size: 24px;
    margin-top: 51px;
}

.section-3-block-3-title {
    font-family: RetroComputer, sans-serif;
    font-size: 42px;
    margin-top: 4rem;
    margin-bottom: 2rem;
}

.section-3-block-3-img-6 {
    margin-left: -75px;
}

@media (max-width: 991px) {
    .section-3-block-1-title {
        font-size: 28px;
    }

    .section-3-block-2-title {
        font-size: 28px;
    }

    .section-3-bg-1 {
        background-image: none;
    }

    .section-3-bg-2 {
        background-image: none;
    }
}

@media (max-width: 575px) {
    .section-3-block-3-box {
        border: transparent;
        border-top: 5px solid #000000;
        border-bottom: 5px solid #000000;
        box-sizing: border-box;
        border-radius: 0;
        padding: 14px;
        text-align: center;
    }

    .section-3-block-3-box-title {
        font-size: 24px;
        margin-top: 35px;
    }

    .section-3-block-3-box-text {
        font-size: 18px;
        margin-top: 35px;
    }

    .section-3-block-3-img-6 {
        margin-left: 0;
    }

    .section-3-block-3-title {
        font-size: 28px;
    }
}

/*End section 3*/

/*Start section 4*/
.section-4 {
    background: #ffffff;
    margin: 65px 0;
}

.section-4-title {
    font-family: RetroComputer, sans-serif;
    font-size: 42px;
}

.section-4-text {
    font-size: 24px;
}

.section-4-btn {
    background: #649745;
    border: 3px solid #000000;
    box-sizing: border-box;
    border-radius: 10px;
    font-weight: bold;
    font-size: 22px;
    line-height: 40px;
    text-transform: uppercase;
    color: white;
    padding-left: 30px;
    padding-right: 30px;
}

@media (max-width: 575px) {
    .section-4-title {
        font-size: 36px;
    }

    .section-4-text {
        font-size: 18px;
    }

    .section-4-btn {
        background: #FDCD00;
        font-size: 18px;
        color: black;
    }
}

/*End section 4*/

/*Start section 5*/
.section-5 {
    background: radial-gradient(53.09% 82.31% at 8.26% 78.18%, #2F5AF3 0%, #3CFF73 100%);
    border-top: 3px solid #000000;
}

.section-5-title {
    font-family: RetroComputer, sans-serif;
    font-size: 42px;
    line-height: 145%;
    margin: 50px 0;
    text-align: center;
}

.section-5-block-1 {
    border-bottom: 1px solid black;
}

.section-5-block-2 {
    font-size: 16px;
}

.footer-logo:hover {
    text-decoration: none;
}

.footer-logo > img {
    height: 28px;
    width: auto;
}

@media (max-width: 575px) {
    .section-5-title {
        font-size: 24px;
    }
}

/*End section 5*/

/*============================================*/

/*Contest*/

/*Start contest */
.contest-1-title {
    font-family: RetroComputer, sans-serif;
    font-style: normal;
    font-weight: normal;
    font-size: 56px;
    line-height: 78px;
    color: #0B1306;
}

.contest-2-box {
    border-top: 3px solid black;
    border-bottom: 3px solid black;
}

.contest-2-text {
    font-style: normal;
    font-weight: 500;
    font-size: 24px;
}

.contest-3-title {
    font-family: RetroComputer, sans-serif;
    font-size: 42px;
    line-height: 155%;
}

.contest-3-number {
    padding: 8px 15px;
    background: #FFFFFF;
    border: 2px solid #000000;
    border-radius: 6px;
}

.contest-3-text {
    font-weight: 500;
    font-size: 20px;
}

.contest-3-img {
    width: 100%;
    height: auto;
    bottom: 0;
    position: absolute;
}

@media (max-width: 770px) {
    .contest-1-title {
        font-size: 27px;
        line-height: 37px;
    }

    .contest-3-title {
        font-size: 28px;
    }

    .contest-3-text {
        font-weight: 500;
        font-size: 18px;
        line-height: 28px;
    }

    .contest-3-number {
        font-size: 16px;
        padding: 5px 10px;
    }

    .contest-3-img {
        width: 60%;
        position: initial;
    }
}

@media (max-width: 992px) {
    .contest-3-img {
        width: 60%;
        position: initial;
    }
}

.contest-4 {
    background: linear-gradient(180deg, #425B23 79.17%, #AFFF4A 131.2%);
}

.contest-4-title {
    font-family: RetroComputer, sans-serif;
    font-size: 42px;
    line-height: 155%;
    color: white;
}

.contest-4-form-control {
    display: block;
    width: 100%;
    height: calc(1.5em + .75rem + 2px);
    padding: .375rem .75rem;
    font-size: 1rem;
    font-weight: 400;
    line-height: 1.5;
    color: white;
    background-color: transparent;
    border: 1px solid white;
    border-radius: .25rem;
    transition: border-color .15s ease-in-out, box-shadow .15s ease-in-out;
}

.contest-4-form-control::placeholder {
    color: white;
}

.contest-4-form-control:focus {
    border: 1px solid #9df32f;
    box-shadow: 0 0 0 0.2rem rgb(179 208 66 / 25%);
    outline: none;
}

.contest-4-file-input {
    position: relative;
    z-index: 2;
    width: 100%;
    height: calc(1.5em + .75rem + 2px);
    margin: 0;
    overflow: hidden;
    opacity: 0;
}

.contest-4-file-label {
    position: absolute;
    top: 0;
    right: 0;
    left: 0;
    z-index: 1;
    height: calc(1.5em + .75rem + 2px);
    padding: .375rem .75rem;
    overflow: hidden;
    font-weight: 400;
    line-height: 1.5;
    color: white;
    background-color: transparent;
    font-size: 1rem;
}

.contest-4-file-label::after {
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    z-index: 3;
    display: block;
    height: calc(1.5em + .75rem);
    padding: .375rem .75rem;
    line-height: 1.5;
    color: white;
    content: "Browse";
    background-color: #5d773d;
    border-left: inherit;
    border-radius: .25rem;
}

.contest-4-line {
    background: #FFFFFF;
    opacity: 0.5;
    height: 2px;
}

.contest-4-text {
    font-size: 12px;
    color: rgba(255, 255, 255, 0.72);
}

.contest-4-form-btn {
    font-size: 16px;
}

.contest-4-footer {
    margin-top: 4rem;
    border-top: 1px solid #191919;
}

.contest-4-btn {
    background: transparent;
    border: 2px solid white;
    box-sizing: border-box;
    border-radius: 6px;
    font-weight: bold;
    font-size: 14px;
    line-height: 155%;
    margin-top: 20px;
    margin-bottom: 20px;
    display: none;
    color: white;
}

.contest-4-btn:hover {
    color: white;
}

@media (max-width: 770px) {
    .contest-4-title {
        font-size: 28px;
    }

    .contest-4-btn {
        display: block;
    }
}

/*End contest */

/*==========================*/

/*Start memes*/
.memes-block-1-title {
    font-weight: bold;
    font-size: 36px;
    line-height: 44px;
    color: #0B1306;
}

.memes-block-1-select {
    border: 1px solid #ffffff;
    background-color: transparent;
    font-weight: 900;
}

.memes-block-1-box {
    border-radius: 0.9rem;
}

.memes-block-1-box-link {
    margin: 6px 0 0 16px;
    text-decoration: none;
    color: #8e8e98;
}

.memes-block-1-box-img {
    padding: 1.25rem 1.25rem 0 1.25rem;
    height: 200px;
    display: flex;
    align-items: center;
    justify-content: center;
}

.memes-block-1-box-img img {
    max-height: 100%;
    max-width: 100%;
}

.memes-block-1-box-share {
    color: #929691;
    font-size: 22px;
}

.memes-block-1-box-count-like {
    color: #929691;
    font-size: 14px;
}

.memes-block-1-box-pepe {
    font-size: 14px;
}

.memes-block-2 {
    background: radial-gradient(29.72% 91.66% at 12.26% 73.9%, #FFF73C 0%, #9DF32F 100%);
    border-radius: 24px;
}

.memes-block-2-text {
    font-family: RetroComputer, sans-serif;
    font-size: 38px;
    line-height: 135%;
}

.memes-block-2-text-2 {
    font-family: RetroComputer, sans-serif;
    font-size: 68px;
    line-height: 135%;
}

.memes-block-2-text-3 {
    font-family: RetroComputer, sans-serif;
    font-size: 32px;
    line-height: 135%;
    color: white;
    background: #5A8E17;
    border-radius: 15px;
    padding: 10px 25px;
    display: inline-block;
}

@media (max-width: 767px) {
    .memes-block-2-text {
        font-size: 24px;
    }

    .memes-block-2-text-2 {
        font-size: 30px;
    }

    .memes-block-2-text-3 {
        font-size: 24px;
    }
}

.memes-block-3 {
    background: radial-gradient(26.5% 78.84% at 16.83% 94.25%, #3CF3FF 0%, #2FF395 98.44%);
    border-radius: 24px;
}

.memes-block-3-title {
    font-family: RetroComputer, sans-serif;
    font-size: 32px;
    line-height: 135%;
}

.memes-block-3-text {
    font-family: RetroComputer, sans-serif;
    font-size: 28px;
    line-height: 135%;
    background: rgba(0, 0, 0, 0.2);
    border-radius: 20px;
    padding: 10px 25px;
}

.memes-block-3-box {
    border: 1px solid #26282B;
    box-sizing: border-box;
    border-radius: 15px;
    padding: 20px;
}

.memes-block-3-box-text {
    font-size: 18px;
    line-height: 150%;
    font-weight: 900;
}

.memes-block-3-box-number {
    font-size: 30px;
    font-weight: bold;
}

.memes-block-3-box-time {
    font-size: 15px;
}

.memes-block-3-box-block-time {
    line-height: 1;
    min-width: 240px;
}

.memes-block-4-btn {
    background: #EBEBEB;
    border-radius: 6px;
    padding: 10px 25px;
    color: black;
    font-weight: bold;
    font-size: 14px;
    margin-top: 25px;
}

.memes-footer {
    margin-top: 4rem;
    border-top: 1px solid #1919195c;
}

/*End rating*/