@font-face {
    font-family: ElMessiri;
    src: url('ElMessiri-Bold.ttf') format('truetype');
}

body,*{
    font-size: 1.02em !important;
    font-weight: 500;
    font-family: "ElMessiri" !important;
}
.navbar {
    background-color:

        rgba(53, 53, 53, 0) !important;
}

.bg-0808b5 {
    background-color: #0808b5;
}

.color-0808b5 {
    color: #0808b5;
}

.bg-FFE2E4 {
    background-color: #FFE2E4;
    border-radius: 15px;
    box-shadow: 0 0px 9px -4px;
}

.bg-E5F9F0 {
    background-color: #E5F9F0;
    border-radius: 15px;
    box-shadow: 0 0px 9px -4px;
}
.w-138px{
    width: 138px;
}
.w-56px {
    width: 56px;
}

.circle {
    list-style-type: disc
}

.w-250px {
    width: 250px;
}
.w-84px {
    width: 84px;
}
.line-height-1px{
    line-height: 1.8;
}

.bg-4A7160-br-10 {
    background-color: #4A7160;
    border-radius: 10px;
    border: 4px solid #A7BBB2;
    padding: 50px;
    box-shadow: -20px 34px 56px -12px #4A7160;
}

.bg-E9ECFF {
    background-color: #E9ECFF;
    border-radius: 15px;
    box-shadow: 0 0px 9px -4px;
}

.background-container {
    position: relative;
    height: 495px;
    background-image: url('image/bg.png?1');
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
}

.text-content {
    position: absolute;
    padding-top: 50px;
    left: 23%;
    transform: translateY(-50%);
    top: 20%;
}

.navbar-container {
    position: absolute;
    top: 0;
    width: 100%;
}

.vl {
    border-left: 3px solid #485952;
    height: 74px;
}

.w-1000px {
    max-width: 1000px;
    width: 100%;
}

.w-470px {
    width: 470px;
}

.image-container {
    position: relative;
    display: flex;
    justify-content: flex-end;
    align-items: center;
    width: 100%;
    height: 495px;
    background-image: url('image/bg2.jpeg?1');
    background-size: cover;
    background-position: center;
}

.box-content {
    padding: 20px;
    border-radius: 10px;
    box-shadow: -10px 15px 25px #0000004f;
    width: 300px;

}

.bg-0A142F {
    background-color: #0A142F;
    font-size: 16px !important;
}

.w-450px {
    width: 450px;
}

.bg-blue-button {
    background-color: #0E005D;
    width: 120px;
    height: 28px;
    border-radius: 5px;
    border: none;
}

.bg-box-blue {
    width: 50%;
    min-width: 326px;
    background-color: #0E005D;
    border-radius: 15px;
    height: 600px;
}

.w-100px{
    width: 100px;
}
.w-150px{
    width: 150px;
}
.overflow-y-hidden{
    overflow-y: hidden;
}
.bg-E7EBFF {
    background-color: #E7EBFF;
    width: 50%;
    min-width: 326px;
    border-radius: 15px;
    height: 600px;
}
.w-137px{
    width: 137px;
}

.mx-10px {
    margin-right: 10px;
    margin-left: 10px;
}

.br-1px-white {
    border: 1px solid;
    border-radius: 5px;
}

.input.input-bg {
    background-color: #8680ae;
    border: none;
}

@media (max-width: 768px) {
    #navbarBasicExample {
        background: #000000eb;
        padding-left: 15px;
        padding-right: 15px;
    }
    #navbarBasic{
        background: #ffffffeb;
        padding-left: 15px;
        padding-right: 15px;
    }
    .pr-45px {
        padding-right: 45px;
    }

    .mb-50px {
        margin-bottom: 50px;
    }

    .mb-25px {
        margin-top: 25px;
        margin-bottom: 25px;
    }

    .image-container {
        justify-content: center;
    }

    .w-450px {
        width: 385px;
    }

    .text-content {
        left: 50%;
        transform: translate(-50%, -50%);
        width: 80%;
    }
}

@media (min-width: 768px) {
    .mr-15px {
        margin-right: 168px;
    }
    .margin-right-15px{
        margin-right: 15px;
    }
    .mt-15px{
        margin-top: 10px;
    }
}