﻿
.banner-wrapper {
    font-family: Calibri,sans-serif;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    background: linear-gradient(277deg, #004953 47.52%, #A7610F 112.37%);
    align-self: center;
}

    .banner-wrapper .frame1 {
        display: flex;
        flex-direction: column;
        justify-content: center;
        align-items: center;
        flex: 1 0 0;
        align-self: stretch;
    }

    .banner-wrapper .frame2 {
        display: flex;
        flex-direction: column;
        justify-content: center;
        align-items: center;
        gap: 30px;
        align-self: stretch;
    }

    .banner-wrapper .frame3 {
        display: flex;
        padding: 20px 40px 0px 40px;
        justify-content: space-between;
        align-items: center;
        gap: 32px;
        align-self: stretch;
        direction: rtl;
    }

    .banner-wrapper .frame4 {
        display: flex;
        padding: 0 0 20px 40px;
        justify-content: center;
        align-items: center;
        gap: 20px;
        align-self: stretch;
    }

    .banner-wrapper .text-wrapper {
        color: var(--white, #FFF);
        text-align: right;
        font-size: 24px;
        font-style: normal;
        font-weight: 500;
        line-height: 120%;
        direction: rtl;
    }

    .banner-wrapper .logo-wrapper {
        display: flex;
        flex-direction: column;
        align-items: flex-end;
        gap: 10px;
        flex: 1 0 0;
    }

    .banner-wrapper .logo {
        width: 268px;
        height: 67px;
    }

    .banner-wrapper .text-wrapper-2 {
        flex: 1 0 0;
        text-align: center;
        font-size: 55px;
        font-style: normal;
        font-weight: 400;
        line-height: 100%;
        background: var(----, linear-gradient(284deg, #70FFFF 28.51%, #84FF70 111.99%));
        background-clip: text;
        -webkit-background-clip: text;
        -webkit-text-fill-color: transparent;
   
    }

    .banner-wrapper .button1 {
        display: flex;
        padding: 10px 20px;
        justify-content: flex-end;
        align-items: center;
        gap: 16px;
        border-radius: 5px;
        background: linear-gradient(294deg, #462A00 33.02%, #DABE5D 126.13%);
        text-decoration: unset;
    }

        .banner-wrapper .button1:hover {
            cursor: pointer;
        }

    .banner-wrapper .text-wrapper-3 {
        color: var(--white, #FFF);
        font-size: 20px;
        font-style: normal;
        font-weight: 700;
        line-height: normal;
    }

    .banner-wrapper .text-wrapper-4 {
        color: #7BB9C7;
        text-align: center;
        font-size: 14px;
        font-style: normal;
        font-weight: 500;
        line-height: normal;
    }

    .banner-wrapper .allButtons {
        display: flex;
        justify-content: center;
        align-items: center;
        gap: 20px;
        padding: 5px 0px;
        align-self: stretch;
      /*  background: rgba(0, 0, 0, 0.20);*/
/*        direction: ltr;*/
    }

    .banner-wrapper .downloadButton {
        display: flex;
        padding: 5px 10px;
        justify-content: center;
        align-items: center;
        gap: 6px;
        border-radius: 5px;
        background: rgba(0, 0, 0, 0.00);
        direction: rtl;
    }

        .banner-wrapper .downloadButton:hover {
            cursor: pointer;
            background: rgba(0, 0, 0, 0.05);
        }

    .banner-wrapper .downloadHover {
        display: none;
    }

    .banner-wrapper .downloadButton:hover .downloadHover {
        display: unset;
    }

    .banner-wrapper .downloadButton:hover .download {
        display: none;
    }

    .banner-wrapper .download-text {
        color: var(--white, #FFF);
        font-size: 16px;
        font-style: normal;
        font-weight: 700;
        line-height: normal;
        text-align: left;
    }

    .banner-wrapper a {
        text-decoration: unset;
    }

        .banner-wrapper a:hover {
            text-decoration: unset;
        }
