body {
    background-color: #efefef !important;
    font-family: "DM Sans" !important;
    height: 100vh;
}

.header-bb-main {
    background-color: red;
    height: 12%;
    display: flex;
    align-items: center;
    justify-content: flex-start;
}

.header-bb-main>.bb-header-2 {
    margin-left: 5%;
    width: 21%;
}

.header-bb-main>.bb-header-2>img {
    width: 100%;
}

.bb-main-info-new {
    display: flex;
    height: 100%;
}

.main-bb-mt {
    background-image: url(../assets/images/bg.jpg);
    background-position: center;
    height: calc(100% - 12%);
    overflow: hidden;
}

.sign-up-input-bar {
    display: flex;
    flex-direction: column;
    background-color: white;
    border-radius: 12px;
    padding: 8px 18px;
    color: black;
    margin-bottom: 12px;
}

.sign-up-input-bar>.input {
    border: unset;
    font-family: "DM Sans";
    font-weight: 300;
    font-size: 14px;
    outline: unset;
}

.sign-up-input-bar>.label {
    width: 55%;
    display: flex;
    flex-direction: column;
    justify-content: center;
    font-weight: 400;
}

.main-left {
    width: 55%;
    display: flex;
    flex-direction: column;
    justify-content: center;
    padding: 5% 5%;
}

.main-bb-mt>.bb-main-info-new>.main-left>.button {
    width: 100;
    color: white;
    background-color: red;
    text-decoration: none;
    border-radius: 12px;
    padding: 15px 18px;
    font-size: 22px;
    font-weight: bold;
    text-align: center;
}

.main-right {
    width: 50%;
    padding: 5% 5%;
    position: relative;
}

.main-right>.right-image-bg {
    width: 85%;
    position: absolute;
    bottom: 0;
    right: 10%;
}

.main-left>.left-info h2 {
    color: white;
    font-size: 5.8rem;
    margin-bottom: 14px;
}

.main-left>.left-info h4 {
    color: white;
    font-size: 18px;
    margin-top: 27px;
    margin-bottom: 36px;
    font-weight: 200;
}

.gsm-div {
    display: flex;
}

.sign-up-input-bar>.gsm-div>input {
    width: 90%;
    border: unset;
}

.sign-up-input-bar>.gsm-div>p {
    margin-bottom: unset;
    margin-top: 1px;
}

.sign-up-input-bar>.gsm-div>img {
    height: 24px;
    margin-right: 5px;
}


/*mobile*/

.header-main,
.header-main>.mobile>.header {
    background-color: red;
    text-align: center;
    padding: 12px;
}

.mobile>.header img {
    width: 70%;
}

.bar {
    display: flex;
}

.bar>.bar-left {
    width: 50%;
}

.bar>.bar-left>h5 {
    font-size: 16px;
    color: white;
}

.bar>.bar-left>h6 {
    font-size: 10px;
    color: white;
}

.bar>.bar-left>a {
    background-color: red;
    color: white;
    text-decoration: none;
    padding: 5px;
    border-radius: 10px;
}

.bar>.bar-right {
    width: 50%;
}

.bar>.bar-right img {
    width: 50%;
}


/*mobile*/

.header-main,
.header-main>.mobile>.header {
    background-color: red;
    text-align: center;
    padding: 12px;
}

.mobile>.header img {
    width: 70%;
}

.mobile-top {
    background-color: black;
    padding: 22% 0px;
    position: relative;
    display: none;
}

.bar {
    display: flex;
}

.bar>.bar-left {
    width: 60%;
    display: flex;
    flex-direction: column;
    justify-content: center;
}

.bar>.bar-left>h5 {
    font-size: 18px;
    color: white;
}

.bar>.bar-left>h6 {
    font-size: 9px;
    color: white;
}

.bar>.bar-left>a {
    background-color: red;
    color: white;
    text-decoration: none;
    padding: 4% 6px;
    border-radius: 10px;
    font-size: 15px;
    font-weight: 700;
    width: 69%;
    text-align: center;
    height: 50%;
}

.bar>.bar-right {
    width: 51%;
}

.bar>.bar-right img {
    width: 55%;
    position: absolute;
    bottom: 0px;
    right: 8px;
}

.mobil-bot>.mobil-input-bar {
    display: flex;
    flex-direction: column;
    background-color: rgb(255, 255, 255);
    border-radius: 12px;
    padding: 3% 3%;
    color: black;
    margin-bottom: 7px;
    margin-top: 7px;
}

.mobil-bot {
    color: #f4f4f4;
    width: 100%;
    padding: 10px 0px 20px 0px;
}

.mobil-bot>.mobil-input-bar>.input {
    border: unset;
    font-family: "DM Sans";
    font-weight: 300;
    font-size: 10px;
    outline: unset;
    background-color: white !important;
}

.mobil-bot>.mobil-input-bar>.label {
    width: 55%;
    display: flex;
    flex-direction: column;
    justify-content: center;
    font-size: 9px;
}

.mobil-bot>.mobil-input-bar>.gsm-div>input {
    width: 90%;
    border: unset;
    font-size: 10px;
    padding-left: 15px;
}

.mobil-bot>.mobil-input-bar>.gsm-div>p {
    margin-bottom: unset;
    margin-top: 1px;
    font-size: 10px;
}

.mobil-bot>.mobil-input-bar>.gsm-div>img {
    height: 12px;
}

.mobil-bot>.button {
    background-color: red;
    color: white !important;
    text-decoration: none;
    padding: 3%;
    border-radius: 10px;
    font-size: 15px;
    width: 100%;
    display: block;
    text-align: center;
    font-weight: bold;
}

.mobile {
    margin: auto;
}

@media screen and (min-width: 2300px) {
    .main-right>.right-image-bg {
        width: 85%;
        position: absolute;
        bottom: 0;
        right: 10%;
    }
}

@media screen and (max-width: 2300px) and (min-width: 1900px) {
    .main-right>.right-image-bg {
        width: 100%;
        position: absolute;
        bottom: 0;
        right: 10%;
    }
}

@media screen and (max-width: 1900px) and (min-width: 1600px) {
    .main-right>.right-image-bg {
        width: 100%;
        position: absolute;
        bottom: 0;
        right: 10%;
    }
    .main-left>.left-info h2 {
        color: white;
        font-size: 4.8rem;
        margin-bottom: 14px;
    }
}

@media screen and (max-width: 1600px) and (min-width: 1400px) {
    .main-right>.right-image-bg {
        width: 108%;
        position: absolute;
        bottom: 0;
        right: 2%;
    }
    .main-left>.left-info h2 {
        color: white;
        font-size: 3.8rem;
        margin-bottom: 14px;
    }
}

@media screen and (max-width: 1400px) and (min-width: 1200px) {
    .main-right>.right-image-bg {
        width: 111%;
        position: absolute;
        bottom: 0;
        right: 0%;
    }
    .main-left>.left-info h2 {
        color: white;
        font-size: 3.8rem;
        margin-bottom: 14px;
    }
    .main-bb-mt {
        overflow: unset;
    }
    body {
        width: 100%;
        overflow: hidden;
    }
}

@media screen and (max-height: 1200px) and (min-width: 1800px) {
    .main-bb-mt {
        overflow: unset;
    }
}

@media screen and (max-width: 1200px) and (min-width: 991px) {
    body {
        width: 100%;
        overflow: hidden;
    }
    .main-right>.right-image-bg {
        width: 145%;
        position: absolute;
        bottom: 0;
        right: -34%;
    }
    .bb-main-info-new {
        overflow: hidden;
    }
    .main-left>.left-info h2 {
        color: white;
        font-size: 2.8rem;
        margin-bottom: 14px;
    }
}

@media screen and (max-width: 991px) and (min-width: 768px) {
    body {
        width: 100%;
        overflow: hidden;
    }
    .main-right>.right-image-bg {
        width: 145%;
        position: absolute;
        bottom: 0;
        right: -34%;
    }
    .bb-main-info-new {
        overflow: hidden;
    }
    .main-left>.left-info h2 {
        color: white;
        font-size: 2.8rem;
        margin-bottom: 14px;
    }
}

@media screen and (max-width: 768px) {
    .main-bb-mt,
    .bb-header-2,
    .header-bb-main {
        display: none;
    }
    .mobile-top,
    .container,
    .header-main {
        display: flex !important;
    }
    .mobil-bot-display,
    .mobile-top {
        display: block;
    }
}

.modal-body>.suc-body-popup {
    padding: 29px 25px;
}

.modal-body>.suc-body-popup>.popup-succes {
    text-align: center;
    font-size: 69px;
    width: 100px;
    margin: auto;
    background-color: #3bc55b;
    border-radius: 50%;
    color: white;
    margin-top: 11px;
    height: 100px;
}

.modal-body>.suc-body-popup>.text-succes>h2 {
    text-align: center;
    font-size: 24px;
    margin-bottom: 25px;
    margin-top: 40px;
}

.modal-body>.suc-body-popup>.text-succes>h4 {
    font-size: 14px;
    text-align: center;
}

.modal-body>.suc-body-popup>.suc-button-div {
    justify-content: center;
    text-align: center;
}

.modal-body>.suc-body-popup>.suc-button-div>.popup-suc-button {
    padding: 8px 26px;
    margin-top: 20px;
    border: none;
    background-color: #373737;
    color: white;
    font-size: 21px;
    border-radius: 9px;
}

.modal-body>.suc-body-popup>.popup-succes-not-suc {
    text-align: center;
    font-size: 69px;
    width: 100px;
    margin: auto;
    background-color: #ebebeb;
    border-radius: 50%;
    color: white;
    margin-top: 11px;
    height: 100px;
    display: flex;
    align-items: center;
    justify-content: center;
}

@media (min-width: 576px) {
    .modal-dialog {
        max-width: 379px !important;
        border-radius: 41px !important;
        overflow: hidden;
    }
}