body {
    background: var(--Background-Reverse);
}

.allArea {
    display: block;
    max-width: unset;
}

.allArea .topBar {
    position: relative;
    min-height: 56px;
    margin: 0px;
    background: var(--Header-Background);
    backdrop-filter: blur(5px);
    z-index: 2;
}

    .topBar .hamburgerMenu {
        display: none !important;
    }

    .topMenuItem .sub-menu {
        top: 35px !important;
    }



.topBar .content, .bannerArea .content {
    display: flex;
    justify-content: center;
    align-items: start;
    width: 100%;
    max-width: 1440px;
}
.allArea .topBar .content {
    margin: 0px auto;
    padding: 0px var(--Padding-xl);
    justify-content: center;
    align-items: center;
    gap:var(--Gap-xl);
}

    .allArea .topBar .content svg.topBarLogo {
        width: 40px;
        height: 28px;
        margin-left: auto;
        color: var(--Colors-Primary-600);
    }

.allArea .bannerArea {
    overflow: hidden;
    display: flex;
    justify-content: center;
    align-items: center;
    width: 100%;
    background-color: var(--Background-Brand-High);
}
.allArea .bannerArea .content {
    position: relative;
    height: 682px;
}
    .allArea .bannerArea img {
        position: absolute;
        top: 60px;
        right: 480px;
        width: 840px;
        height: 563px;
    }
    .allArea .bannerArea .title {
        position: absolute;
        top: 108px;
        right: 46px;
        width: 430px;
        height: 252px;
        align-items: start;
        gap: var(--Gap-lg);
    }
.allArea .bannerArea .title h1 {
    color: var(--Text-Body-Reverse-Primary);
    text-align: right;
    font-size: 45px;
    font-weight: 900;
    line-height: 60px;
}

.allArea .reasonsArea {
    position: relative;
    padding-top: 48px;
    background: var(--Background-Brand-Mid) url('../Images/Home/LoziBG.svg');
    z-index: 1;
}
.allArea .reasonsArea .description {
    max-width: 600px;
    margin: 0 auto 0 auto;
    color: var(--Text-Body-Primary);
    padding: var(--Padding-lg) var(--Padding-xl);
    border-radius: var(--Radius-md);
    background: var(--Background-Brand-Mid);
}
.allArea .reasonsArea .title {
    color: var(--Text-Heading-Primary);
}
.allArea .reasonsArea .iconsArea {
    position: relative;
    justify-content: space-between;
    flex-wrap: wrap;
    width: 100%;
    max-width: 848px;
    align-content: flex-start;
}

.allArea .reasonsArea .iconsArea .reason {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    width: 170px;
    height: 258px;
    cursor: pointer;
}

.allArea .reasonsArea .iconsArea .reason img {
    width: 170px;
    height: 100px;
    margin-bottom: var(--Margin-lg);
}
.allArea .reasonsArea .iconsArea .reason .title {
    text-align: center;
    margin-bottom: auto;
}

.triAngle {
    width: 0px;
    height: 0px;
    border-right: 35px solid transparent;
    border-left: 35px solid transparent;
    border-bottom: 35px solid var(--Background-Brand-Ultra);
}
.allArea .reasonsArea .iconsArea .reason .triAngle {
    display: none;
}
.allArea .reasonsArea .iconsArea .reason.selected .triAngle {
    display: block;
}
.triAngle.main {
    display: none;
    position: absolute;
    left: 0px;
    right: 0px;
    margin: 0px auto;
    bottom: 0px;
}

.allArea .reasonsDetailArea .reasonDetail {
    display: none;
    padding: 82px 0px;
    background-color: var(--Background-Brand-Ultra);
}
.allArea .reasonsDetailArea .reasonDetail:first-child {
    display: block;
}

.allArea .reasonsDetailArea .reasonDetail .content {
    width: 100%;
    max-width: 940px;
    margin: 0px auto;
    gap: 100px;
}

.allArea .reasonsDetailArea .reasonDetail .text {
    width: 100%;
    max-width: 500px;
}

.allArea .reasonsDetailArea .reasonDetail .text h2 {
    color: var(--Text-Heading-Alt);
    margin-bottom: 24px;
}
.allArea .reasonsDetailArea .reasonDetail .text p {
    color: var(--Text-Body-Reverse-Primary);
    direction: rtl;
}

.allArea .whyChoose {
    align-items: stretch;
}
.allArea .whyChoose .leftCol {
    flex: 1;
    justify-content: start;
    background-color: var(--Background-Brand-Mid);
}
.allArea .whyChoose .rightCol {
    flex: 1;
    justify-content: end;
    background: var(--Home-why-Choose-Img-BG);
}

.allArea .whyChoose .image {
    max-width: 720px;
}
.allArea .whyChoose .image img {
    width: 100%;
    max-width: 700px;
}

.allArea .whyChoose .text {
    max-width: 720px;
    padding: var(--Padding-xl);
    gap: var(--Gap-xl);
}
.allArea .whyChoose .text h2 {
    color: var(--Text-Heading-Primary);
}
.allArea .whyChoose .text .chooseList {
    align-items: stretch;
    row-gap: var(--Gap-md);
    column-gap: var(--Gap-lg);
    width: 100%;
    flex-wrap: wrap;
    direction: rtl;
}
.allArea .whyChoose .text .chooseList > div{
    width: calc( 50% - var(--Gap-lg) / 2 );
}
.allArea .whyChoose .text .chooseList > div h3{
    justify-content: start;
    gap: var(--Gap-sm);
}

.footerArea {
    flex-wrap: wrap;
    padding: var(--Padding-4xl) 0 var(--Padding-3xl) 0;
    background: var(--Background-Reverse-Alt);
    gap: var(--Gap-2xl);
}
.footerArea > div {
    height: 198px;
}
.footerArea .about {
    width: 200px;
    color: var(--Text-Body-Reverse-Primary);
    align-items: center;
}
.footerArea .about svg {
    width: 57px;
    height: 40px;
    color: var(--Colors-Primary-700);
}
.footerArea .about span {
    color: var(--Text-Heading-Alt);
}

.footerArea .socialMedia {
    width: 160px;
    gap:16px;
}
    .footerArea .socialMedia .callCenter {
        width: 100%;
        color: var(--Text-Heading-Alt-2);
        justify-content: space-between;
    }
    .footerArea .socialMedia .callCenter .title {
        color: var(--Text-Body-Reverse-Secondary);
    }

.footerArea .vDivider {
    width: 1px;
    min-width: 1px;
    height: 198px;
    background-color: var(--Divider-On-Dark);
}

.copyRightArea {
    display: flex;
    height: 36px;
    justify-content: center;
    align-items: center;
    align-self: stretch;
    color: var(--Text-Body-Reverse-Primary);
    background: var(--Colors-Accent-700);
}

@media (max-width: 1149px) {

    .allArea .bannerArea img {
        right: 320px;
    }
}

@media (max-width: 999px) {
 
    .allArea .topBar .content {
        padding: 0px var(--Padding-sm) 0px var(--Padding-md) ;
    }
    .allArea .topBar .content .btnLogin {
        width: var(--Button-Width-sm);
    }
    .allArea .topBar .content {
        gap:var(--Gap-sm);
    }
    .allArea .bannerArea img {
        top: 192px;
        right: 104px;
    }
    .allArea .bannerArea .title {
        top: 60px;
    }
    .allArea .reasonsDetailArea .reasonDetail {
        padding: var(--Padding-5xl) var(--Padding-md) var(--Padding-2xl) var(--Padding-md);
    }
    .allArea .reasonsDetailArea .reasonDetail .content {
        width: 100%;
        max-width: 940px;
        margin: 0px auto;
        gap: 56px;
    }
    .allArea .reasonsDetailArea .reasonDetail img {
        width: 173px
    }

    .allArea .whyChoose {
        flex-direction: column;
    }
    .allArea .whyChoose > div {
        width: 100%;
        margin: 0px auto;
    }

    .allArea .whyChoose .image {
        width: 100%;
        justify-content: center;
        max-width: unset;
        padding: unset;
    }
    .allArea .whyChoose .image img {
        max-width: 450px;
    }

    .footerArea {
        flex-direction: column;
    }
    .footerArea > div {
        height: unset;
    }
    .footerArea .vDivider {
        display: none;
    }
}

@media (max-width: 959px) {
    .allArea .topBar .content .hamburgerMenu {
        display: flex !important;
    }
    .topBar .content .userBox {
        display: none !important;
    }
    .topBar .content .topMenuItem {
        display: none !important;
    }
}

@media (max-width: 850px) {
    .allArea .reasonsDetailArea .reasonDetail .content {
        flex-direction: column;
    }
}

@media (max-width: 680px) {
    .allArea .reasonsArea .iconsArea .reason {
        width: 128px;
        height: 188px;
    }
    .allArea .reasonsArea .iconsArea .reason img {
        width: 119px;
        height: 70px;
        margin-bottom: var(--Margin-sm);
    }
    .allArea .reasonsArea .iconsArea .reason div {
        font-size: var(--Typeface-Font-Size-md);
        line-height: 26px;
    }
}

@media (max-width: 521px) {

    .allArea .bannerArea img {
        top: 250px;
        right: 0px;
        width: 653px;
        height: 437px;
    }
   
    .allArea .bannerArea .title {
        width: unset;
        right: 24px;
        left: 24px;
    }
    
    .allArea .bannerArea .title h1 {
        font-size: 32px;
        line-height: 50px;
    }

    .allArea .reasonsArea .iconsArea {
        padding-bottom: 53px;
    }

    .allArea .reasonsArea .iconsArea .reason {
        height: unset;
        flex: 0 0 50%;
    }
    .allArea .reasonsArea .iconsArea  {
        
        row-gap: var(--Gap-md) ;
    }
    .allArea .reasonsArea .iconsArea .reason .triAngle {
        display: none !important;
    }
    .triAngle.main {
        display: block;
    }
}

@media (max-width: 450px) {
    .allArea .whyChoose .text .chooseList > div {
        width: 100%;
    }
}