* {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
    font-family: "Poppins", sans-serif !important;
}

/* body {
    line-height: 1.6;
    background-color: rgb(157, 58, 58) !important;
} */

header {
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 10px 50px;
    /* position: fixed; */
    /* width: 100%; */
    top: 0;
    z-index: 1000;
}

.custom-lang {
    border: 1px solid black;
    border-radius: 8px;
    padding: 7px 10px !important;
}

.logo img {
    height: 50px;
}

nav {
    display: flex;
    align-items: center;
}

nav select {
    padding: 5px;
    margin-right: 10px;
    border: 1px solid #ccc;
    border-radius: 5px;
}

.btn-login {
    padding: 7px 22px !important;
    background: #007bff !important;
    color: #fff !important;
    border: none;
    border-radius: 5px;
    cursor: pointer;
    text-decoration: none;
    display: inline-block;
    margin-left: 1rem ;
    transition: background-color 0.3s ease;
}

.btn-login:hover {
    background: #0056b3 !important;
    color: #fff !important;
}

main {
    /* padding-top: 100px; */
    display: flex;
    justify-content: center;
    align-items: center;
    /* min-height: calc(100vh - 100px); */
    min-height: calc(100vh - 261px);
    /* background-color: #f9f9f9; */
}

.title-1 {
    color: #0186FF;
    font-weight: 600;
}

.title-2 {
    color: #083F00;
    font-weight: 600;
}

.description-container>p {
    color: #C1C2C7;
}

.text-left-container>p span {
    font-size: 17px !important;
}


.image-container img {
    width: 90%;
    height: auto;
    object-fit: cover;
}

.image-container .image-bottom {
    top: 50%;
    left: 50%;
    transform: translate(10%, 56%);
}

.text-left-container,
.text-overlay-right {
    word-wrap: break-word;
}

.text-overlay-right {
    position: absolute;
    top: 97%;
    left: 50%;
    transform: translate(-50%, -50%);
    color: #fff;
    padding: 20px;
    /* text-align: center; */
    background: linear-gradient(to right, #78B9F4, #0186FF);
    border-radius: 10px;
}

.text-overlay-right>p {
    margin: 0;

}

.text-overlay-right>p span {
    font-size: 16px !important;
}
.btn-contact{
    color: white;
    background-color: rgba(208, 208, 208, 1) !important;
    font-size: 17px;
    padding: 7px 20px !important;
    border-radius: 33px !important;
}
.btn-contact span {
    font-size: 17px !important;
    color: white;
    margin-left: 10px;
}

@media (max-width: 768px) {
    .contact-icon{
        width: 25px !important;
    }
    .image-container {
        display: flex;
        flex-direction: row;
        align-items: center;
    }

    .image-container img {
        width: 90%;
        height: auto;
    }

    .image-container .image-bottom {
        top: 50%;
        left: 50%;
        transform: translate(7%, 6%);
    }

    .image-container .image-top {
        top: 50%;
        left: 50%;
        transform: translate(9%, 6%);
    }

    .text-overlay-right {
        position: relative;
        transform: translate(-48%, 19%) !important;
        color: #fff;
        padding: 20px;
        /* text-align: center; */
        background: linear-gradient(to right, #78B9F4, #0186FF);
        border-radius: 10px;
    }

    .image-container img {
        width: 100%;
        height: 220px;
        object-fit: cover;
    }
}
@media (max-width: 575.98px) {
    main {
        margin-bottom: 50px;
    }

    .logo>img {
        width: 40%;
        height: 50%;
    }

   

    .title-1,
    .title-2 {
        font-size: 1.5rem;
    }

    .btn-login {
        padding: 8px 11px !important;
        font-size: 0.85rem !important;
    }

    header {
        gap: 10px;
        flex-direction: row;
        align-items: flex-start;
    }

    .logo {
        /* margin-bottom: 1rem; */
    }

    nav {
        width: 100%;
        justify-content: space-between;
    }

    .image-container {
        display: flex;
        flex-direction: row;
        align-items: center;
    }

    .image-container img {
        width: 90%;
        height: auto;
    }

    .image-container .image-bottom {
        top: 50%;
        left: 50%;
        transform: translate(7%, 6%);
    }

    .image-container .image-top {
        top: 50%;
        left: 50%;
        transform: translate(9%, 6%);
    }

    .text-overlay-right {
        position: relative;
        /* transform: translate(-50%, -200%) !important; */
        color: #fff;
        padding: 20px;
        /* text-align: center; */
        background: linear-gradient(to right, #78B9F4, #0186FF);
        border-radius: 10px;
    }

    .image-container img {
        width: 100%;
        height: 220px;
        object-fit: cover;
    }

}

@media (max-width: 430px) {
    main {
        margin-bottom: 50px;
    }

    .logo>img {
        width: 40%;
        height: 50%;
    }

   

    .title-1,
    .title-2 {
        font-size: 1.5rem;
    }

    .btn-login {
        padding: 8px 11px !important;
        font-size: 0.85rem !important;
    }

    header {
        gap: 10px;
        flex-direction: row;
        align-items: flex-start;
    }

    .logo {
        /* margin-bottom: 1rem; */
    }

    nav {
        width: 100%;
        justify-content: space-between;
    }

    .image-container {
        display: flex;
        flex-direction: row;
        align-items: center;
    }

    .image-container img {
        width: 90%;
        height: auto;
    }

    .image-container .image-bottom {
        top: 50%;
        left: 50%;
        transform: translate(7%, 6%);
    }

    .image-container .image-top {
        top: 50%;
        left: 50%;
        transform: translate(9%, 6%);
    }

    .text-overlay-right {
        position: relative;
        transform: translate(-50%, 19%) !important;
        color: #fff;
        padding: 20px;
        /* text-align: center; */
        background: linear-gradient(to right, #78B9F4, #0186FF);
        border-radius: 10px;
    }

    .image-container img {
        width: 100%;
        height: 220px;
        object-fit: cover;
    }

}