.body {
    background-color: #5154c0;
    margin: 0;
    position: relative;
}
.Landing_section {
    position: absolute;
    width: 100%;
    height: 100vh;
    z-index: -1;
    filter: brightness(0.5);
    background-image: url('../assets/imgs/Group_54.png');
    background-repeat: no-repeat;
    background-size: cover;
}
.Landing_section_content {
    display: flex;
    height: 100vh;
    align-items: center;
    padding: 5% 0% 5% 5%;
    justify-content: space-between;
}
.left_section {
    display: flex;
    flex-direction: column;
    gap: 30px;
    width: 50%;
}
.logo {
    width: 50px;
}
.scnd_prgrph {
    font-family: 'Inter', sans-serif;
    font-weight: 800;
    color: rgba(255, 255, 255, 1);
    font-size: 2.2em;
}

.thrd_prgrph {
    font-family: 'Inter', sans-serif;
    font-weight: 500;
    color: rgba(255, 255, 255, 1);
    text-align: justify;
    font-size: 1em;
}

.btn_dwd {
    border: transparent;
    border-radius: 13px;
    background: rgba(254, 153, 32, 1);
    font-size: 1.5em;
    font-family: 'Inter', sans-serif;
    font-weight: 600;
    color: rgba(45, 42, 105, 1);
    max-height: 80px;
    height: 80px;
    max-width: 420px;
    transition: 0.3s;
}
.btn_dwd:hover {
    background: rgb(255, 255, 255);
}
.modal-content {
    border-radius: 0%;
}
.control-label {
    margin-block: 15px;
}
.form-control {
    background: rgba(245, 248, 250, 1);
}
.form-control:focus {
    border: 1px solid rgba(200, 120, 114, 1);
    box-shadow: 0 0 0 0.25rem rgba(200, 120, 114, .25);
}
.btn {
    border-radius: 3px;
    background: rgba(237, 237, 237, 1);
    color: rgba(197, 197, 197, 1);
    border: transparent;
}
.orange {
    background : rgba(250, 121, 34, 1);
    color : rgba(255, 255, 255, 1);
}

.right_section {
    display: flex;
    flex-direction: column;
    gap: 30px;
    overflow: hidden;
}
.stress_lady {
    width: 45vw;
    height: auto;
    margin: 0 0 0 15px;
}
.team_dev {
    width: 45vw;
    height: auto;
    margin: 0 0 0 15px;
}
.toast {
    max-width: 800px;
    width: auto;
    margin: 5%;
}

@media screen and (max-width: 1260px) {
    .logo {
        width: 3vw;
    }
    .scnd_prgrph {
        font-size: 2.8vw;
    }
    .thrd_prgrph {
        font-size: 1.2vw;
    }
    .btn_dwd {
        height: unset;
        padding: 2% 5%;
        width: fit-content;
        font-size: 2vw;
    }
}

@media screen and (max-width: 912px) {
    .Landing_section_content {
        flex-direction: column;
        justify-content: space-around;
        padding: 5% 5% 5% 5%;
    }
    .left_section {
        align-items: center;
        width: unset;
        gap: 15px;
    }
    .logo {
        align-self: flex-start;
        width: 6vw;
    }
    .scnd_prgrph {
        font-size: 5vw;
    }
    .thrd_prgrph {
        font-size: 3vw;
    }
    .btn_dwd {
        font-size: 5vw;
    }
    .right_section {
        width: 100%;
        gap: unset;
    }
    .stress_lady {
        margin: unset;
        width: 45vw;
    }
    .team_dev {
        align-self: flex-end;
        margin: unset;
        width: 45vw;
    }
}

@media screen and (max-width: 575px) {
    .justify-content-end {
        justify-content: space-between;
        gap: unset;
    }
}

@media screen and (max-width: 435px) {
    .d-flex {
        flex-direction: column;
        gap: 1rem!important;
    }
    .justify-content-end {
        width: unset;
    }
    .rc-anchor-logo-portrait {
        margin: 10px 0 0 40px;
    }
}
@media screen and (min-width: 540px) and (max-width: 912px) {
    .Landing_section_content {
        justify-content: space-evenly;
    }
    .scnd_prgrph {
        text-align: center;
        font-size: 4vw;
    }
    .btn_dwd {
        font-size: 2.5vw;
    }
    .right_section {
        padding: 0 5%;
    }
    .stress_lady {
        width: 30vw;
    }
    .team_dev {
        width: 30vw;
    }
}
