.hero {
    height: 75vh
}

.hero .red-item {
    background-color: var(--red-secondary);
    overflow: hidden
}

.hero .red-item .container {
    margin-top: -1px;
    padding-top: 1px
}

.hero .item-content .title{
    line-height: 2.6rem;
}

@media screen and (min-width: 992px) {
    .hero .red-item .item-content {
        width: 50%
    }
    .hero .item-content .title{
        line-height: 3.6rem;
    }
}

.hero .red-item .circles {
    position: absolute;
    bottom: 0;
    right: 0
}

.hero .red-item .circles .circle {
    position: absolute;
    bottom: 0;
    right: 0;
    width: 350px;
    transform: translateY(50%) scale(1);
    background-color: rgba(255, 255, 255, .2705882353);
    border-radius: 9999rem;
    aspect-ratio: 1
}

@media screen and (min-width: 768px) {
    .hero .red-item .circles .circle {
        width: 400px
    }
}

@media screen and (min-width: 992px) {
    .hero .red-item .circles .circle {
        width: 500px
    }
}

.hero .red-item .circles .circle:where([dir=rtl],[dir=rtl] *) {
    left: 0;
    right: unset
}

.hero .red-item .circles .circle.circle-1 {
    transform: translateY(50%) scale(1)
}

.hero .red-item .circles .circle.circle-2 {
    transform: translateY(50%) scale(1.5)
}

.hero .red-item .circles .circle.circle-3 {
    transform: translateY(50%) scale(2)
}

.hero .red-item .circles:where([dir=rtl],[dir=rtl] *) {
    left: 0;
    right: unset
}

.hero .red-item .phone {
    position: absolute;
    bottom: 0;
    right: 0;
}

.hero .red-item .phone img {
    width: auto;
    height: 275px;
    transform: translateX(5%)
}

@media screen and (min-width: 768px) {
    .hero .red-item .phone img {
        height: 400px;
        transform: translateX(10%)
    }
}

@media screen and (min-width: 992px) {
    .hero .red-item .phone img {
        height: 450px
    }
}

.hero .red-item .phone:where([dir=rtl],[dir=rtl] *) {
    left: 0;
    right: unset
}

.hero .red-item .phone:where([dir=rtl],[dir=rtl] *) img {
    transform: translateX(10%)
}

.mission .mission-image {
    position: absolute;
    top: 0;
    left: 0;
    height: 100%
}

.mission .mission-image img {
    height: 100%;
    width: 100%;
    z-index: -1
}

@media screen and (min-width: 992px) {
    .mission .mission-image img {
        width: 65%
    }
}

.mission .mission-image:where([dir=rtl],[dir=rtl] *) {
    left: unset;
    right: 0
}

@media screen and (min-width: 992px) {
    .mission .mission-content {
        margin-left: auto;
        width: 65%
    }

    .mission .mission-content:where([dir=rtl],[dir=rtl] *) {
        margin-left: unset;
        margin-right: auto
    }
}

.deals {
    background-color: #f5f6f7
}

.deals .card-image {
    height: 180px;
    max-width: 100%;
    width: auto;
}

.partners .partner-image {
    height: 70px
}

.about .about-image {
    position: absolute;
    top: 50%;
    right: 0;
    transform: translate(60%, -50%)
}

.about .about-image:where([dir=rtl],[dir=rtl] *) {
    left: 0;
    right: unset;
    transform: translate(-60%, -50%)
}




#index-contact-icon-container {
    display: flex;
    justify-content: center;
    height: 60px;
    width: 60px;
    cursor: pointer;
    position: fixed;
    bottom: 25px;
    right: 25px;
    z-index: 100;
}

#index-contact-icon-container img {
    object-fit: cover;
}