html {
    height: 100%;
    margin: 0;
}

body {
    height: 100%;
    margin: 0;
    overflow-x: auto;
    font-family: Arial, sans-serif;
}

:root {
    --header-height: 70px;
    --footer-height: auto;
}

.site-header {
    position: relative;
    top: 0;
    left: 0;
    right: 0;
    height: var(--header-height);
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 0 10%;
    z-index: 15;
    background: #4CC7D6;
}

.header-nav {
    display: flex;
    gap: 10px;
    align-items: center;
}

.header-right {
    display: flex;
    align-items: center;
    gap: 1vh;
}

.burger-btn {
    display: none;
    background: none;
    border: none;
    cursor: pointer;
}

.header-search, .live-broadcast, .account {
    background: #70d2de;
    border: none;
    font-family: Montserrat-Regular, sans-serif;
    font-size: 1.5vh;
    display: flex;
    align-items: center;
    gap: 1vh;
    color: #ffffff;
    padding: 1vh 1.5vh;
    border-radius: 1000px;
}

.live-broadcast {
    font-family: Montserrat-Bold, sans-serif;
    font-size: 1.5vh;
    white-space: nowrap;
}

.account {
    padding: 1vh;
    border-radius: 100px;
}

.header-menu {
    background: none;
    border: none;
    text-decoration: none;
    font-size: 18px;
    cursor: pointer;
    color: #ffffff;
    white-space: nowrap;
}

.outer-wrapper {
    background: #ccd8ff;
}

.first-screen {
    height: 56vw;
    background: url("./images/background_first_desktop.svg") no-repeat;
    background-size: 100% auto;
    display: flex;
    flex-direction: column;
    justify-content: center;
}

.first-screen-description {
    margin-top: 12vw;
    color: #ffffff;
    text-align: center;
    display: flex;
    flex-direction: column;
    gap: 0.8vw;
}

.first-screen-description p {
    margin: 0;
}

.first-screen-description .title {
    font-family: Montserrat-Bold;
    font-size: 1.56vw;
}

.first-screen-description .description {
    font-family: Montserrat-Medium;
    font-size: 1.56vw;
}

.screens-wrapper {
    transform: translateY(-17vw);
}

.second-screen {
    background-image: url("./images/left_snow.svg"), url("./images/right_snow.svg");
    background-repeat: no-repeat, no-repeat;
    background-size: 50% auto, 50% auto;
    height: 38vw;
    background-position: left center, right center;
    display: flex;
    justify-content: center;
    align-items: center;
}

.prizes_desktop {
    width: 73%;
}

.prizes_mobile {
    display: none;
}

.third-screen {
    background: url("images/background_third_desktop.svg") no-repeat;
    background-size: 100% auto;
    display: flex;
    flex-direction: column;
    align-items: center;
    height: 67vw;
    gap: 6vw;
}

.projects {
    width: 63%;
}

.projects_tablet {
    display: none;
}

.projects-first-row {
    width: 100%;
    display: flex;
    justify-content: flex-end;
    align-items: center;
}

.projects-first-row p {
    margin-bottom: 0.8vw;
    margin-top: 0;
}

.all-button {
    background: linear-gradient(94.3deg, #CB1112 1.79%, #FF4D4D 65.05%, #CB1112 119.27%);
    box-shadow: 4px 8px 9.8px 0 #0049A680;
    font-family: Montserrat-Bold;
    font-size: 1.05vw;
    color: #ffffff;
    padding: 0.9vw 0;
    border-radius: 80px;
    border: none;
    cursor: pointer;
}

.rating-button {
    padding-inline: 5vw;
}

.rating-description .title {
    font-family: InkVerse-Regular;
    font-size: 1.77vw;
    color: #4354D1;
}

.rating-description .description {
    font-family: Montserrat-SemiBold;
    font-size: 0.94vw;
    color: #4354D1;
}

.black-butterfly {
    background: url("images/black_butterfly.png") no-repeat;
    background-size: 100% auto;
    width: 15.6vw;
    height: 23.5vw;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: flex-end;
}

.one-in-the-house {
    background: url("images/one-in-the-house.png") no-repeat;
    background-size: 100% auto;
    width: 15.6vw;
    height: 23.5vw;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: flex-end;
}

.projects-second-row {
    display: flex;
    justify-content: center;
}

.parent-parents {
    background: url("images/parent_parents.png") no-repeat;
    background-size: 100% auto;
    width: 15.6vw;
    height: 23.5vw;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: flex-end;
}

.сheburashka {
    background: url("images/cheburashka.png") no-repeat;
    background-size: 100% auto;
    width: 15.6vw;
    height: 23.5vw;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: flex-end;
}

.new-year {
    background: url("images/new-year.png") no-repeat;
    background-size: 100% auto;
    width: 15.6vw;
    height: 23.5vw;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: flex-end;
}

.manyunya {
    background: url("images/manyunya.png") no-repeat;
    background-size: 100% auto;
    width: 15.6vw;
    height: 23.5vw;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: flex-end;
}

.progress-wrapper {
    display: flex;
    flex-direction: column;
    align-items: center;
    width: 75%;
    gap: 0.5vw;
    transform: translate(-0.25vw, -3.4vw);
}

.project-progress {
    font-family: Inter-Regular !important;
    font-size: 1.04vw;
    margin-bottom: 0 !important;
    color: #8A98FB;
}

.progress {
    width: 100%;
    height: 2.2vw;
    box-shadow: 13px 12px 10.4px 0 #00000040 inset;
    background: linear-gradient(90deg, #ffffff 0%, #dfe3ea 100%);
    border-radius: 50px;
    padding: 0.21vw;
    display: flex;
    align-items: center;
}

.progress-fill {
    font-family: Montserrat-Bold;
    height: 100%;
    width: 54%;
    background: #8C9AFF;
    box-shadow: 10px 9px 8px 0 #00000040 inset;
    border-radius: 50px;
    display: flex;
    align-items: center;
    padding-left: 1vw;
    box-sizing: border-box;
    color: white;
    font-size: 1.04vw;
}

.actions {
    display: flex;
}

.boost-subscription, .tapping-bot {
    display: flex;
    flex-direction: column;
    align-items: center;
}

.actions img {
    width: 32.3vw;
}

.actions-btn {
    width: fit-content;
    padding-inline: 8.65vw;
}


.fourth-screen {
    background: url("images/background_fourth_desktop.svg") no-repeat;
    background-size: 100% auto;
    height: 48vw;
    display: flex;
    flex-direction: column;
    align-items: center;
}

.rules {
    width: 65%;
    padding-bottom: 2vw;
    background: linear-gradient(180deg, rgba(238, 244, 255) 12%, #EEF4FF 47%);
    border: 1px solid #FFFFFF;
    box-shadow: 4px 12px 42px 0 #5671EB;
    border-radius: 2.2vw;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: flex-start;
    gap: 1vw;
    margin-top: -2vw;
}

.rules img {
    width: 64.5vw;
    transform: translateY(-5vw);
}

.rules p {
    color: #4354D1;
    font-family: Montserrat-SemiBold;
    font-size: 1.56vw;
    text-align: center;
    margin-top: -6vw;
    margin-bottom: 0;
}

.prize_draw {
    margin-top: 2.5vw;
}

.img-prize_draw {
    width: 56vw;
}

.img-prize_draw_tablet {
    display: none;
}

.link {
    font-family: Montserrat-SemiBold;
    font-size: 1.25vw;
    color: #8A98FB;
}

.teleprogram-and-rules {
    width: 65%;
    display: flex;
    gap: 3vw;
    align-items: center;
    margin-top: 2vw;
}

.teleprogram-btn {
    padding-inline: 2.75vw;
}

.site-footer {
    position: relative;
    top: -2vh;
    height: var(--footer-height);
    display: flex;
    justify-content: center;
    align-items: center;
    padding: 0 14vh;
    z-index: 15;
    background: #4CC7D6;
    border-top-left-radius: 2vh;
    border-top-right-radius: 2vh;
    margin-top: auto;
}

.footer-inner {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    gap: 4vh;
    width: 100%;
    color: #ffffff;
    margin-top: 2vh;
    margin-bottom: 2vh;
}

.brand {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
}

.brand img {
    height: 8vh;
}

.brand p {
    font-family: Montserrat-Regular, "sans-serif";
    font-size: 1.8vh;
    line-height: 1.5;
    margin-top: 0;
}

.copyright {
    font-family: Montserrat-Regular, "sans-serif";
    font-size: 1.8vh;
}

.col {
    color: #ffffff;
    margin-top: 0.7vh;
}

.col h4 {
    font-family: Montserrat-Bold, "sans-serif";
    font-size: 1.8vh;
    margin: 0;
}

.col ul {
    list-style: none;
    padding: 0;
    margin: 0;
    display: flex;
    flex-direction: column;
    font-family: Montserrat-Regular, "sans-serif";
    font-size: 1.8vh;
    gap: 1.1vh;
}

.col a {
    color: #ffffff;
    text-decoration: none;
}

.col a:hover {
    text-decoration: underline;
}

.social {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
}

hr {
    width: 100%;
    border: #ffffff solid 0.1px;
}

.icons {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    font-family: Montserrat-Regular, "sans-serif";
    font-size: 1.8vh;
    gap: 1.1vh;
}

.icon-btn {
    display: flex;
    text-decoration: none;
    gap: 1vh;
}

.socials-mobile {
    display: none;
}

.modal {
    display: none;
    position: fixed;
    z-index: 20;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, 0.5);
    justify-content: center;
    align-items: center;
}

.modal-content-rating {
    width: 45%;
    padding: 1vw;
    max-height: 80vh;
    display: flex;
    flex-direction: column;
    position: relative;
}

.modal-content-rating .close {
    top: 1.5vw !important;
    right: 1.5vw !important;
    height: 1.6vw;
}

.modal .close {
    position: absolute;
    top: 1vh;
    right: 1vh;
    cursor: pointer;
}

.your-result {
    background: #02b0c4;
    border-radius: 1vh;
    padding: 0.8vw;
    margin-bottom: 1vw;
}

.your-result > h3 {
    font-family: Montserrat-Bold, "sans-serif";
    margin: 0.5vw 0;
    font-size: 1.55vw;
    text-align: center;
    color: #ffffff;
}

.rating-list {
    background: #f7f9fc;
    border-radius: 1vh;
    padding: 1.5vh;
}

.rating-row, .your-rating-row {
    display: grid;
    grid-template-columns: 2fr 7fr 2fr;
    align-items: center;
    padding: 2vh;
    font-family: Montserrat-Regular, sans-serif;
    font-size: 1.8vh;
    background: #E6FEFF;
    border-radius: 15px;
    margin-right: 2vh;
    margin-bottom: 1vh;
}

.your-rating-row {
    padding-top: 0;
}

.your-rating-row {
    background: none;
    font-family: Montserrat-SemiBold, sans-serif;
    color: #ffffff;
    font-size: 1.15vw;
}

.rating-row {
    font-family: Montserrat-SemiBold, sans-serif;
    font-size: 1.13vw;
}

.rating-row > .place > div {
    color: #02b0c4;
}

.rating-row:nth-child(-n+5) > .place > div {
    color: #ffffff;
    background: #02b0c4;
    width: 60%;
    border-radius: 20px;
}

.your-rating-head, .rating-head {
    font-family: Montserrat-Regular, sans-serif;
    font-size: 0.89vw;
}

.place {
    text-align: center;
    display: flex;
    flex-direction: column;
    align-items: center;
}

.rating-head, .your-rating-head {
    margin: 0 0 0.5vw;
}

.rating-list > h3 {
    font-family: Montserrat-Bold, "sans-serif";
    font-size: 1.55vw;
    margin: 0.5vw 0;
    text-align: center;
    color: #02b0c4;
}

#rating-rows {
    max-height: 50vh;
    overflow-y: auto;
    scrollbar-color: #02B0C4 #E9E9E9;
}

#rating-rows::-webkit-scrollbar {
    width: 6px;
}

#rating-rows::-webkit-scrollbar-thumb {
    background: #bbb;
    border-radius: 3px;
}

.modal-content-socials {
    background-color: #fff;
    margin: 2vh;
    border-radius: 2vh;
    width: 66vh;
    height: 24vh;
    text-align: center;
    position: relative;
}

.socials-content {
    height: 100%;
    display: flex;
    flex-direction: column;
    justify-content: center;
}

.social-header {
    font-family: Montserrat-Bold, 'sans-serif';
    line-height: 120%;
    font-size: 30px;
    margin: 0;
}

.social-icons {
    display: flex;
    justify-content: center;
    gap: 2vh;
    margin-top: 2vh;
}

.social-icons img {
    width: 6vh;
    height: 6vh;
    cursor: pointer;
    border-radius: 50%;
    transition: transform 0.3s ease;
}

.social-icons img:hover {
    transform: scale(1.1);
}


.project-wrapper {
    background: #ccd8ff;
    width: 100%;
    height: 120%;


    background-image: url("./images/project_left_side_background_desktop.svg"),
    url("./images/project_right_side_background_desktop.svg");

    background-repeat: no-repeat, no-repeat;

    background-position: left center,
    right center;

    background-size: auto 100%,
    auto 100%;

    display: flex;
    align-items: center;
    justify-content: center;
}

.current-project {
    display: flex;
}

.opened-project {
    width: 300px;
    height: 451px;
}

.opened-project .progress-wrapper {
    width: 75%;
    gap: 10px;
    transform: translate(-5px, -65px);
}

.opened-project .project-progress {
    font-size: 20px;
}

.opened-project .progress {
    height: 42px;
    padding: 4px;
}

.opened-project .progress-fill {
    padding-left: 20px;
    font-size: 20px;
}

.present-wrapper {
    width: 800px;
    height: 690px;
    border-radius: 40px;
    border: 1px solid #FFFFFF;
    box-shadow: 4px 11px 16px 0 #5671EB;
    display: flex;
    justify-content: space-between;
    padding: 45px;

    background-image: url("./images/dog_with_star.png"),
    linear-gradient(180deg, #FFFFFF 12.02%, #EEF4FF 47.12%);

    background-repeat: no-repeat, no-repeat;

    background-position: left bottom,
    center;

    background-size: 600px auto,
    cover;
}

.achievement {
    height: 100%;
    width: 49%;
    display: flex;
    flex-direction: column;
    gap: 15px;
}

.achievement-header {
    font-family: InkVerse-Regular;
    color: #4354D1;
    font-size: 40px;
    margin: 0;
}

.achievement-descr {
    font-family: Montserrat-SemiBold;
    color: #4354D1;
    font-size: 24px;
    margin: 0;
}

.all-button-project {
    background: linear-gradient(94.3deg, #CB1112 1.79%, #FF4D4D 65.05%, #CB1112 119.27%);
    box-shadow: 4px 8px 9.8px 0 #0049A680;
    font-family: Montserrat-Bold;
    font-size: 20px;
    color: #ffffff;
    padding: 17px 0;
    border-radius: 80px;
    border: none;
    cursor: pointer;
}

.go-to-main {
    text-align: center;
}

.video {
    height: 690px;
    width: 47%;
    border-radius: 40px;
    background: #8A98FB;
}

.video iframe {
    border-radius: 40px !important;
}

.projects-wrapper_mobile {
    display: none;
}

.leaf {
    display: none;
}

.img-prize_draw_mobile {
    display: none;
}


@media (max-width: 1230px) {
    .header-nav {
        display: none;
    }

    .header-right {
        display: none;
    }

    .burger-btn {
        display: block;
    }

    .site-footer {
        padding: 0 2vh;
    }

    .site-header {
        padding: 0 2vh;
    }

    .footer-inner {
        grid-template-columns: 1fr 1fr;
        grid-template-areas:
            "brand social"
            "razdely info";
    }

    .brand {
        grid-area: brand;
    }

    .col:nth-of-type(1) {
        grid-area: razdely;
    }

    .social {
        grid-area: social;
    }

    .col:nth-of-type(2) {
        grid-area: info;
    }

    .opened-project {
        margin-top: 20px;
    }

    .project-wrapper {
        height: max-content;
        background-image: url("./images/project_right_side_background_tablet.svg");

        background-repeat: no-repeat;

        background-position: right top -70px;
        background-size: auto 50%;
    }

    .current-project {
        flex-direction: column;
        margin-bottom: 50px;
    }

    .present-wrapper {
        width: 678px;
        height: 616px;
        padding: 40px 20px;
    }

    .achievement-header {
        font-size: 30px;
    }

    .achievement-descr {
        font-size: 21px;
    }

    .video {
        height: 626px;
    }
}

@media (max-width: 768px) {
    .prizes_desktop {
        width: 100%;
        margin-top: 15vw;
    }

    .first-screen-description .title {
        font-size: 2.6vw;
    }

    .first-screen-description .description {
        font-size: 2.6vw;
    }

    .screens-wrapper {
        transform: translateY(0);
    }

    .third-screen {
        background: url("images/background_third_tablet.svg") no-repeat;
        background-size: 100% auto;
        display: flex;
        flex-direction: column;
        align-items: center;
        height: max-content;
        gap: 0;
    }

    .projects {
        display: none;
    }

    .projects_tablet {
        margin-top: 23vw;
        display: flex;
        flex-direction: column;
        width: 94%;
    }

    .rating-description {
        display: flex;
        flex-direction: column;
        width: 50%;
    }

    .all-button {
        font-size: 2.7vw;
        color: #ffffff;
        padding: 2vw 0;
    }

    .rating-description .title {
        font-family: InkVerse-Regular;
        font-size: 4.1vw;
        margin-bottom: 0;
    }

    .rating-description .description {
        font-family: Montserrat-SemiBold;
        font-size: 2.7vw;
    }

    .tablet-project {
        width: 47vw;
        height: 70vw;
    }

    .tablet-project .progress-wrapper {
        width: 75%;
        gap: 1vw;
        transform: translate(-0.7vw, -10vw);
    }

    .tablet-project .project-progress {
        font-size: 2.9vw;
    }

    .tablet-project .progress {
        height: 5.5vw;
        padding: 0.5vw;
    }

    .tablet-project .progress-fill {
        padding-left: 3vw;
        font-size: 2.9vw;
    }

    .projects-first-row_tablet {
        display: flex;
        justify-content: flex-end;
        width: 100%;
    }

    .projects-second-row_tablet {
        display: flex;
        margin-top: 6vw;
    }

    .projects-third-row_tablet {
        display: flex;
    }

    .projects-fourth-row_tablet {
        display: flex;
    }

    .actions {
        margin-top: 0;
        width: 95%;
    }

    .actions img {
        width: 100%;
    }

    .actions button, .actions a {
        padding: 2vw 8.65vw;
    }

    .fourth-screen {
        background: url("images/background_fourth_tablet.svg") no-repeat;
        height: 140vw;
    }

    .rules {
        width: 95%;
        padding-bottom: 4vw;
        margin-top: 8vw;
    }

    .rules img {
        width: 95%;
        transform: translateY(-5vw);
    }

    .rules p {
        font-size: 3.5vw;
    }

    .rating-button {
        padding: 2vw 8.65vw;
    }

    .img-prize_draw {
        display: none;
    }

    .img-prize_draw_tablet {
        display: block;
        height: 80vw;
    }

    .teleprogram-and-rules {
        width: 95%;
    }

    .teleprogram-btn {
        padding: 2vw 2.75vw;
    }

    .link {
        font-size: 3.1vw;
    }

    .your-result > h3 {
        font-size: 2.5vw;
    }

    .your-rating-row {
        font-size: 2.5vw;
    }

    .rating-row {
        font-size: 2.5vw;
    }

    .rating-row > .place > div {
        color: #02b0c4;
    }

    .your-rating-head, .rating-head {
        font-size: 2.5vw;
    }

    .rating-head, .your-rating-head {
        margin: 0 0 0.5vw;
    }

    .rating-list > h3 {
        font-size: 4vw;
    }

    .modal-content-rating {
        width: 95%;
    }

    .modal-content-rating .close {
        top: 2.1vw !important;
        right: 2.5vw !important;
        height: 4vw;
    }
}


@media (max-width: 730px) {
    .project-wrapper {
        background-image: url("./images/project_right_side_background_mobile.svg");

        background-repeat: no-repeat;

        background-position: right top -70px;
        background-size: auto 30%;
    }

    .present-wrapper {
        width: 90vw;
        height: 997px;
        padding: 30px 20px;
        justify-content: unset;
        flex-direction: column;
        align-items: center;
    }

    .current-project {
        align-items: center;
    }

    .achievement {
        width: 100%;
    }

    .video {
        width: 353px;
    }

    .achievement-header {
        text-align: center;
        font-size: 22px;
    }

    .achievement-descr {
        text-align: center;
        font-size: 16px;
    }
}

@media (max-width: 500px) {
    .first-screen {
        height: 150vw;
        background: url("./images/background_first_mobile.svg") no-repeat;
        background-size: 100% auto;
    }

    .prizes_desktop {
        display: none;
    }

    .prizes_mobile {
        display: block;
        width: 100%;
        margin-top: -50vw;
    }

    .first-screen-description {
        margin-top: 4vw;
    }

    .first-screen-description .title {
        font-size: 5.5vw;
    }

    .first-screen-description .description {
        font-size: 5vw;
    }

    .second-screen {
        height: 90vw;
    }

    .third-screen {
        background: url("images/background_third_mobile.svg") no-repeat;
        background-size: 100% auto;
        display: flex;
        flex-direction: column;
        align-items: center;
        height: max-content;
        gap: 0;
    }

    .projects-first-row_tablet {
        flex-direction: column;
    }

    .rating-description {
        width: 100%;
        align-items: center;
        margin-top: 50vw;
        text-align: center;
    }

    .rating-description .title {
        font-size: 6vw;
    }

    .rating-description .description {
        font-size: 4.2vw;
    }

    .line {
        display: inline;
    }

    .rating-button {
        width: 95%;
        font-size: 5vw;
        padding: 3vw;
    }

    .projects_tablet > .projects-second-row_tablet,
    .projects_tablet > .projects-third-row_tablet,
    .projects_tablet > .projects-fourth-row_tablet {
        display: none;
    }

    .projects-wrapper_mobile {
        display: flex;
        align-items: flex-end;
        width: 100%;
        overflow: scroll;
    }

    .leaf {
        display: flex;
        align-items: center;
        color: #4354D1;
        font-family: Montserrat-SemiBold;
        font-size: 5vw;
        gap: 2vw;
        justify-content: center;
    }

    .leaf img {
        height: 15px;
    }

    .actions {
        flex-direction: column;
        gap: 10vw;
    }

    .actions-btn {
        font-size: 4.5vw;
        padding: 4vw 20vw !important;
    }

    .rules {
        width: 100%;
        margin-top: 15vw;
    }

    .rules img {
        transform: translateY(-5vw);
    }

    .rules p {
        margin-top: -6vw;
        margin-bottom: 2vw;
    }

    .fourth-screen {
        background: url("images/background_fourth_mobile.svg") no-repeat;
        background-position: bottom;
        background-size: 100% auto;
        height: 320vw;
    }

    .img-prize_draw_tablet {
        display: none;
    }

    .img-prize_draw_mobile {
        display: block;
        width: 80vw;
    }

    .teleprogram-and-rules {
        flex-direction: column;
    }

    .teleprogram-btn {
        font-size: 4.5vw;
        padding: 3vw 10vw !important;
    }

    .link {
        font-size: 5vw;
    }
}

@media (max-width: 375px) {

    .video {
        width: 100%;
    }

    .footer-inner {
        grid-template-columns: 1fr;
        grid-template-areas:
            "brand"
            "razdely"
            "info";
        gap: 3vh;
    }

    .socials-mobile {
        display: flex;
        align-items: center;
        justify-content: space-between;
        font-size: 1.8vh;
        gap: 1vh;
    }

    .socials-mobile img {
        height: 2.5vh;
    }

    .logo {
        display: flex;
        width: 100%;
        justify-content: space-between;
    }

    .brand {
        grid-area: brand;
        text-align: center;
        align-items: flex-start;
    }

    .social {
        display: none;
    }

    .col h4 {
        font-size: 2vh;
    }

    .col ul {
        gap: 1.5vh;
    }

    .brand {
        text-align: start;
    }

    .brand p {
        font-size: 1.6vh;
    }

    .copyright {
        font-size: 1.6vh;
    }

    hr {
        margin: 1vh 0;
    }


}

.menu-btn {
    background: none;
    border: none;
    font-family: Montserrat-Bold;
    font-size: 1.8vh;
    cursor: pointer;
    transition: transform 0.3s ease;
}

.menu-btn:hover {
    transform: scale(1.05);
}

@font-face {
    font-family: "Montserrat-ExtraBold";
    font-style: normal;
    font-weight: 800;
    src: url("./fonts/Montserrat-ExtraBold.woff2") format("woff2");
}

@font-face {
    font-family: "Montserrat-Medium";
    font-style: normal;
    font-weight: 500;
    src: url("./fonts/Montserrat-Medium.woff2") format("woff2");
}

@font-face {
    font-family: "Montserrat-Regular";
    font-style: normal;
    font-weight: 500;
    src: url("./fonts/Montserrat-Regular.woff2") format("woff2");
}

@font-face {
    font-family: "Montserrat-SemiBold";
    font-style: normal;
    font-weight: 600;
    src: url("./fonts/Montserrat-SemiBold.ttf") format("truetype");
}

@font-face {
    font-family: "Montserrat-Bold";
    font-style: normal;
    font-weight: 700;
    src: url("./fonts/Montserrat-Bold.woff2") format("woff2");
}

@font-face {
    font-family: "Oswald-Bold";
    font-style: normal;
    font-weight: 700;
    src: url("./fonts/Oswald-Bold.ttf") format('truetype');
}

@font-face {
    font-family: "InkVerse-Regular";
    font-style: normal;
    font-weight: 400;
    src: url("./fonts/InkVerse-Regular.ttf") format('truetype');
}

@font-face {
    font-family: "Inter-Regular";
    font-style: normal;
    font-weight: 400;
    src: url("./fonts/Inter-Regular.ttf") format('truetype');
}

