body {
    color: #ffffff;
    background-color: #592092;
    font-family: 'FuturaPT',Arial,sans-serif;
}
a { color: #ffffff; }
img, svg {
    max-width: 100%;
}

.navbar {
    background-image: linear-gradient(to bottom,#4e1c70 0,#4e1c70 100%);
    border-color: #4e1c70;
}

#logo {
    width: 83px;
}
section {
    min-height: 92vh;
    display: flex;
    flex-direction: row;
    align-items: center;
}
.section-background {
    background-image: url(/assets/img/backgraund.png);
    opacity: 0.25;
    background-position: right bottom;
    background-size: cover;
    background-repeat: no-repeat;
    background-attachment: fixed;
    border-color: transparent;
    border-style: solid;
    width: 100vw;
    display: block;
    height: 100vh;
    position: fixed;
    top: 0;
    z-index: -1;
}
/* offer section */

.offer-side {}
.offer-side-wrapper {
    border-radius: 25px;
    background-color: #7b32cf;
    background-position: center center;
    border-color: transparent;
    border-style: solid;
    box-shadow: 5px 5px 35px 35px rgb(63 17 112 / 30%);
    padding: 40px;
}
.offer-texts {
    font-size: 34px;
    line-height: 44px;
    font-weight: 600;
}
.offer-texts-list {
    font-size: 18px;
    line-height: 1.55;
    font-weight: 400;
    margin-top: 2em;
    margin-bottom: 2em;
}
.offer-buttons {
    display: flex;

}
.offer-buttons > div {

}
.offer-buttons a {
    display: flex;
    flex-direction: row;
    justify-content: center;
    text-decoration: none;
    margin-bottom: 20px;
    color: #ffffff;
    font-size: 30px;
    font-family: 'FuturaPT',Arial,sans-serif;
    line-height: 1.55;
    font-weight: 600;
    border-width: 2px;
    border-radius: 100px;
    background-color: #e66f19;
    background-position: center center;
    border-color: #e66f19;
    border-style: solid;
    transition: background-color 0.2s ease-in-out, color 0.2s ease-in-out, border-color 0.2s ease-in-out;
    box-shadow: 0 0 35px 5px rgb(230 111 25 / 40%);
    /*padding: 20px 50px;*/
}


/* mircat section */
.mircat-side {
    display: flex;
}
.mircat-say{
    width: 200px;
}
.mircat-say-text {
    text-align: center;
    z-index: 5;
    padding: 1em;
    color: #3803a3;
    font-size: 21px;
    line-height: 1.25;
    font-weight: 500;
}
.mircat-say-backgraund {
    margin-bottom: -69%;
}
.mircat-body {
    padding-top: 30%;
    margin-left: -18%;
}
#mircat {
    width: 216px;
    transition-delay: 3s;
    transition-duration: 2s;
}

/* footer section */
footer {
    background-color: #4e1c70;
    min-height: 70px;
    display: flex;
    flex-direction: row;
    align-items: center;
    padding: 20px;
}
footer .copyright {

}
.socials, .copyright {
    display: flex;
    flex-direction: row;
    justify-content: center;
    align-items: center;
    height: 100%;
}
.socials>div {
    margin-left: 5px;
    margin-right: 5px;
}

@media screen and (max-width: 1024px) and (min-width: 991px) {
    .mircat-say-backgraund {
        margin-bottom: -77%;
    }
}
@media screen and (max-width: 991px) {
    .mircat-side {
        justify-content: center;
        margin-top: 40px;
    }
}
@media screen and (max-width: 768px) {
    section {
        padding-top: 40px;
    }
    .mircat-body {
        padding-top: 18%;
        margin-left: -9%;
    }
}
@media screen and (max-width: 425px) {
    .offer-texts {
        font-size: 24px;
        line-height: 30px;
    }
}

