:root {
    --bg: #1B204C;
    --white: #ffffff;
}

.banner {
    width: 100%;
    height: calc(100vh - 74px);
    position: relative;
    overflow: hidden;
    margin-top: 74px;
}

.banner-bg-content {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.banner-bg-color {
    background: #1B204C57;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 1;
}

.banner-botom {
    position: absolute;
    bottom: 0;
    left: 0;
    rotate: 180deg;
    z-index: 1;
    width: 100%;
    height: 150px;
    background: linear-gradient(180deg, #1B204C 19.68%, rgba(27, 32, 76, 0) 100%);

}

.banner-wrapper {
    position: relative;
    width: 100%;
    z-index: 1;
    display: flex;
    flex-direction: row;
    justify-content: center;
    align-items: center;
    height: 100%;
}

.banner-text {
    position: relative;
    display: flex;
    flex-direction: column;
    width: fit-content;
    justify-content: center;
    margin-top: -40px;
    align-items: center;
}
.popup-title{
    margin-bottom: 12px;
    font-family: Myriad Pro;
    font-size: 40px;
    font-weight: 700;
    text-align: center;
    color: var(--white);
}
.transform {
    font-family: Myriad Pro;
    font-size: 40px;
    font-weight: 700;
    margin-top: 41px;
    text-align: left;
    cursor: pointer;
    text-decoration: none;
    color: #1B204C;
    background: #FFFFFF;
    padding: 12px 28px 8px 28px;
    border-radius: 4px;
    text-transform: uppercase;
    transition: all 0.4s ease-in-out;
   
}

.banner-text h1 {
    font-family: Myriad Pro;
    font-size: 60px;
    opacity: 1;
    padding: 24px 48px 20px 48px;
    font-weight: 700;
    border-radius: 26px 0 26px 0;
    text-align: center;
    background: #1B204C;
    color: var(--white);
}

.banner-text h2 {
    width: fit-content;
    font-family: Myriad Pro;
    font-size: 20px;
    letter-spacing: 1.8px;
    font-weight: 400;
    border-radius: 26px 0 26px 0;
    background: #727DA4;
    margin-top: -20px;
    padding: 12px 26px;
    text-align: left;
    color: var(--white);
}

.banner-text-img {
    width: 509px;
    object-fit: cover;
    z-index: 1;
    top: -196px;
    margin-left: 22px;
}



.banner-wrapper .left {
    align-items: center;
    display: flex;
    position: relative;
    flex-direction: column;
}

.banner-wrapper .left-bg {
    align-items: center;
    height: 100%;
    display: flex;

}

.no-transform {
    transform: translateX(-101%);
}

@media screen and (max-width:1024px) {
    .banner {
        display: block;
        margin-top: 0;
        width: 100%;
        height: calc(100vh - 110px);
        position: relative;
        overflow: visible;
    }

    .banner-bg-content {
        position: absolute;
        top: 0;
        left: 0;
        width: 100%;
        height: 100%;
        object-fit: cover;
    }

    .banner-bg-color {
        background: #1B204C57;
        position: absolute;
        top: 0;
        left: 0;
        width: 100%;
        height: 100%;
        z-index: 1;
    }

    .banner-botom {
        position: absolute;
        bottom: 0;
        left: 0;
        opacity: 0.8;
        rotate: 180deg;
        z-index: 1;
        width: 100%;
        height: 150px;
        background: linear-gradient(180deg, #1B204C 19.68%, rgba(27, 32, 76, 0) 100%);
    }

    .banner-wrapper {
        position: relative;
        width: 100%;
        margin-top: unset;
        z-index: 1;
        display: flex;
        flex-direction: row;
        justify-content: space-between;
        align-items: center;
        height: 100%;
    }

    .banner-text {
        padding: 20px;
        position: relative;
        display: flex;
        flex-direction: column;
        margin-top: 0;
        gap: 12px;
        align-items: center;
        width: calc(100% - 40px);
    }

    .banner-text h1 {
        font-family: Myriad Pro;
        font-size: 24px;
        opacity: 1;
        width: calc(100% - 40px);
        font-weight: 700;
        line-height: 32px;
        text-align: center;
        color: var(--white);
    }

    .banner-text h2 {
        font-family: Myriad Pro;
        font-size: 16px;
        width: calc(100% - 40px);
        font-weight: 400;
        text-transform: uppercase;
        line-height: 24px;
        text-align: center;
        color: var(--white);
    }

    .banner-text-img {
        width: 355px;
        position: absolute;
        object-fit: cover;
        z-index: 1;
        top: -193px;
    }

    .banner-wrapper .left {
        align-items: center;
        border-radius: 0;
        display: flex;
        margin-top: 130px;
        flex-direction: column;
        justify-content: flex-start;
        width: 100%;
    }
    .transform{
        margin-top: 10px;
        padding: 12px 20px 8px 20px;
        font-size: 24px;
    }


    .banner-wrapper .right {
        position: fixed;
        background: #1B204C;
        margin-top: 0;
        right: 0;
        z-index: 999999999999;
        transform: rotate(180deg);
        bottom: 10vh;
        height: 120px;
        width: 36px;
        display: flex;
        border-bottom: none;
        border-top: 2px solid #FFFFFF;
        border-radius: 0 0 16px 0;
        justify-content: center;
    }

    .banner-wrapper .right .text {
        rotate: 0deg;
        cursor: pointer;
        text-transform: uppercase;
        padding: 13px;
        font-family: Myriad Pro;
        font-size: 12px;
        font-weight: 600;
        line-height: 20px;
        z-index: 12;
        text-align: center;
        color: var(--white);
        transition: all 0.4s ease-in-out;
        animation: scale-animation 2s infinite;
    }

    .banner-wrapper .right .text:hover {
        scale: 1.1;
    }

    .banner-form {}

    form {
        width: calc(100% - 80px);
    }

    .send {
        margin-top: 20px;
    }

    form input {
        height: 41px;
        font-family: Myriad Pro;
        font-size: 16px;
        font-weight: 400;
        line-height: 19.2px;
        text-align: left;
        color: #1B204C;
        padding: 0 8px;
        display: flex;
        justify-content: start;
        align-items: center;
        outline: none;
        width: calc(50% - 18px);
        border: none;
        box-shadow: none;
    }

    form select {
        height: 41px;
        font-family: Myriad Pro;
        font-size: 16px;
        font-weight: 400;
        line-height: 19.2px;
        text-align: left;
        color: #1B204C;
        padding: 0 8px;
        display: flex;
        justify-content: start;
        align-items: center;
        outline: none;
        width: calc(50% - 2px);
        border: none;
        background: white;
        box-shadow: none;
        -webkit-appearance: none;
        appearance: none;
        background-image: url("../image/select-arrow.svg");
        background-repeat: no-repeat;
        background-position: calc(100% - 16px) center;
    }

    form select option {
        font-family: Myriad Pro;
        font-size: 16px;
        font-weight: 400;
        line-height: 19.2px;
        text-align: left;
        color: #1B204C;
        padding: 6px
    }

    form input::placeholder {
        font-family: Myriad Pro;
        font-size: 16px;
        font-weight: 400;
        line-height: 19.2px;
        text-align: left;
        color: #1B204C;
    }

    .large-input {
        width: 100%;
    }

    .no-transform {
        transform: translateX(-13%);
    }

    .op {
        opacity: 1;
    }

    .content {
        overflow: hidden;
    }
}

@keyframes scale-animation {

    0%,
    100% {
        transform: scale(1);
    }

    50% {
        transform: scale(1.1);
    }
}

@media screen and (width: 375) {
    .banner-wrapper .left {
        margin-top: 40px;
    }

    .banner-text h2 {
        width: calc(100% - 60px);
    }
}
/* @media screen and (max-height: 740px) {
   
    .banner-text h1 {
        width: calc(100% - 80px);
    }
} */