@font-face {
    font-family: STRANGEST;
    src: url(../fonts/STRANGEST.otf) format('truetype')
}

.offers {
    /* background-image: url('../images/Group\ 700.png'); */
    background-size: cover;
    background-position-y: bottom;
    /* background-image: linear-gradient(to right bottom, #fff, #fffed7); */
    background-image: linear-gradient(to right,#9be2f570,white);
}

.nav-menu .links::after {
    position: absolute;
    background-color: #fffff5 !important;
}

.nav-menu .links::before {
    position: absolute;
    background-color: #fffff2 !important;
}

.offers-boxes {
    padding: 70px 0
}

.offer-box {
    background-color: #fff;
    padding: 20px;
    display: flex;
    align-items: center;
    border-radius: 67px;
    box-shadow: 0 1px 3px 0 #777;
    margin-bottom: 20px;
    flex-direction: row-reverse;
    width: 95%;
    margin: auto;
    margin-bottom: 30px;
    position: relative;
    z-index: 2
}

.offer-image {
    margin-left: 2%;
    background: #fff;
    border-radius: 12px;
    overflow: hidden;
    display: flex;
    justify-content: center;
    align-items: center
}

.offer-image img {
    width: 120px;
    height: 120px;
    background: linear-gradient(#fff, #fff) padding-box, linear-gradient(247deg, #e8dc0d, #17b8ec) border-box;
    border: 10px solid transparent;
    border-radius: 50%
}

.offer-text {
    width: 75%;
    padding: 10px 0 0 20px
}

.offer-text h3 {
    font-weight: 600;
    font-size: 14px;
    line-height: 20px;
    letter-spacing: -.24px;
    color: #103350
}

.offer-text p {
    font-size: 13px;
    color: #000
}

.relative {
    position: relative
}

.image_border {
    position: absolute;
    top: 0;
    width: auto;
    height: 100%;
    left: 0
}

.offer_title {
    width: 50%;
    margin: auto;
    margin-bottom: 35px;
    background: #10BCEA;
    text-align: center;
    padding: 8px;
    font-size: 35px;
    font-weight: 400;
    color: #fff;
    border-radius: 39px
}

@media(max-width:767px) {
    .offer_title {
        width: 90%
    }
}

.modal_img {
    width: 100%;
    margin-bottom: 25px
}

.modal_title {
    color: #103350;
    font-size: 18px;
    margin: 0;
    /* font-family: "STRANGEST" */
}

.modal_des {
    font-size: 15px;
    color: #000
}

.modal-dialog .modal-content {
    border-radius: 30px;
    padding: 10px
}

.modal_read {
    color: #103350;
    display: block;
    text-align: center;
    font-size: 17px;
    text-decoration: none;
    font-family: "STRANGEST"
}

.modal {
    z-index: 100000 !important
}

.input_msg {
    width: 100%;
    border: none;
    border-bottom: 1px solid #103350;
    padding: 5px;
    color: #103350;
    /* border-radius: 10px; */
    font-size: 15px;
    text-decoration: none;
    outline: none;
    font-family: "STRANGEST";
    font-weight: 300;
    margin-bottom: 30px;
}

.input_msg::placeholder {
    color: #777;
    font-size: 15px;
    font-family: initial !important;
}