.HomeSection {
    height: 100vh;
    width: 100%;
    scroll-snap-align: start;
    display: flex;
    justify-content: center;
    align-items: center;
    margin: 0;
    padding: 0;
    box-sizing: border-box;
}
.CatalogueSection {
    height: 100%;
    width: 100%;
    display: flex;
    scroll-snap-align: start;
    display: flex;
    justify-content: center;
    align-items: center;
    margin: 0;
    padding: 0;
    box-sizing: border-box;
}
.home-content-div {
    width: 100%;
    height: 100vh;
    background-color: #cae9f4;
    display: flex;
}
.banner {
    width: 100%;
    max-width: 600px;
    height: 100vh;
    background: url("./assets/banner-ellipsis.svg") no-repeat;
    background-size: contain;
    position: absolute;
    left: 0;
}
.banner-content {
    padding-left: 90px;
    padding-top: 100px;
    display: flex;
    flex-direction: column;
    position: absolute;
}
.main-content-div {
    width: calc(100% - 10px);
    height: calc(100% - 10px);
    border-radius: 20px;
    background-image: linear-gradient(to right, #fff 30%, #cae9f4 30%);
    display: flex;
    flex-direction: column;
}
.main-catalogue-div {
    width: 100%;
    height: 100%;
    background-repeat: no-repeat;
    display: flex;
    flex-direction: column;
    background-position: right 10px top 10px;
}
.item-details-container {
    display: flex;
    flex-direction: column;
    padding-top: 10px;
    width: 100%;
    align-items: center;
}
.details-main-content {
    height: 100%;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    align-items: center;
}
.video-image-container {
    width: 100%;
    display: flex;
    flex-direction: row;
    column-gap: 30px;
}
.video-container {
    width: 65%;
    height: 100%;
}
.images-catalogue-container {
    width: 30%;
    height: 100%;
    display: flex;
    flex-direction: column;
    row-gap: 4%;
    max-height: 700px;
    margin-left: auto;
}
.view-more {
    position: absolute;
    bottom: 0;
    right: 0;
    background-color: rgba(212, 212, 212, 0.8);
    padding: 3% 6%;
    color: white;
    text-decoration: none;
    font-size: 24px;
    border-radius: 15px;
}
.gallery-container {
    width: 100%;
    height: 100%;
    display: flex;
    flex-direction: column;
    row-gap: 4%;
    position: relative;
}
.first-image {
    width: 100%;
    height: 48%;
}
.second-image {
    width: 100%;
    height: 48%;
}
.item-description-content {
    width: 100%;
    display: flex;
    flex-direction: column;
}

.main-item-div {
    width: 100%;
    height: 100%;
    border-radius: 20px;
    background-repeat: no-repeat;
    /*background-size: 100% 100%;*/
    display: flex;
    flex-direction: column;
    background-position: right 10px top 10px;
}
.arabic-language .main-item-div {
    width: 100%;
    height: 100%;
    border-radius: 20px;
    background-repeat: no-repeat;
    /*background-size: 100% 100%;*/
    display: flex;
    flex-direction: column;
    background-position: right 10px top 10px;
    padding: 0px 20px;
}
.bagde-container {
    position: absolute;
    left: 0;
    top: 50%;
    transform: translateY(-50%);
    background-color: #fff;
    padding: 1rem;
    width: 50%;
    border-bottom-right-radius: 50px;
}
.content-container {
    position: absolute;
    width: 96%;
    height: calc(100% - 150px);
    margin-top: 150px;
    margin-left: 4%;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
}
.arabic-language .content-container {
    position: absolute;
    width: 96%;
    height: calc(100% - 150px);
    margin-top: 150px;
    margin-right: 4%;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
}
.content-title-style {
    font-family: "FSAlbert";
    font-size: 100px;
    color: #ffffff;
    font-weight: 700;
    margin: 0px;
}
.content-subtitle-style {
    font-family: "FSAlbert";
    font-size: 25px;
    color: #ffffff;
    font-weight: 700;
    margin: 0px;
}
.content-subtitle-style-2 {
    font-family: "FSAlbert";
    font-size: 25px;
    color: #ffffff;
    font-weight: 700;
    margin: 0px;
    text-align: left !important;
    margin-left: 50%;
}
.content-subtitle-style-2 p {
    text-align: left !important;
}
.mainPage-title-style {
    font-family: "FSAlbert";
    font-size: 70px;
    color: #ffffff;
    font-weight: 700;
    margin: 0px;
}
.mainPage-subtitle-style {
    font-family: "FSAlbert";
    font-size: 25px;
    color: #ffffff;
    font-weight: 700;
    margin: 0px;
}
.content-title-container {
    display: flex;
    flex-direction: column;
    height: inherit;
}
.content-title-container-2 {
    display: grid;
    width: calc(100% - 60px);
    grid-template-columns: 87% 14%;
}
.badge-content {
    padding-left: 5%;
    margin-top: 70px;
    display: flex;
    flex-direction: column;
    position: absolute;
    top: 0;
    left: 0;
    z-index: 3;
}
.arabic-language .badge-content {
    padding-right: 6%;
    margin-top: 70px;
    display: flex;
    flex-direction: column;
    position: absolute;
    top: 0;
    right: 0;
    z-index: 3;
}

.badge-content-footer {
    padding-left: 5%;
    margin-top: 70px;
    display: flex;
    flex-direction: column;
    position: absolute;
    z-index: 3;
}
.arabic-language .badge-content-footer {
    padding-right: 6%;
    padding-left: 0;
    margin-top: 70px;
    display: flex;
    flex-direction: column;
    position: absolute;
    z-index: 3;
}
.badge-title-style {
    font-family: "FSAlbert";
    font-size: 25px;
    color: #0e6eb2;
    font-weight: 300;
    max-width: 350px;
    margin-top: 0px;
}

.badge-sub-title-style {
    font-family: "FSAlbert";
    font-size: 42px;
    color: #0e6eb2;
    font-weight: 700;
    margin-top: 20px;
    margin-bottom: 20px;
}
.badge-content-section {
    display: flex;
    flex-direction: row;
    padding-top: 50px;
    padding-bottom: 50px;
}

.vertical-text-container {
    flex: 0 0 auto;
    transform: rotate(360deg);
    -webkit-transform: rotate(360deg);
    -moz-transform: rotate(360deg);
    align-self: center;
    writing-mode: vertical-rl;
    padding-left: 30px;
}
.vertical-text {
    font-size: 27px;
    color: #585858;
    font-family: "FSAlbert";
    margin: 0px;
}

.badge-content-title {
    font-family: "FSAlbert";
    font-size: 72px;
    font-weight: 700;
    color: #005bbf;
    margin: 10px;
}
.badge-content-sub-title {
    font-family: "FSAlbert";
    font-size: 25px;
    font-weight: 300;
    color: #005bbf;
    margin: 10px;
}
.info-container {
    display: flex;
    flex-direction: row;
    padding-top: 30px;
    padding-bottom: 30px;
    max-width: 350px;
}
.info-items {
    display: flex;
    flex-direction: row;
}
.info-icons {
    display: flex;
    flex-direction: column;
    row-gap: 30px;
}
.info-items-texts {
    display: flex;
    flex-direction: column;
    row-gap: 30px;
    word-break: break-all;
}
.icon-title-container {
    display: flex;
    flex-direction: row;
    align-items: end;
}
.icon-title-container p {
    margin: 0 !important;
}
.info-item {
    display: flex;
    flex-direction: row;
}
.icon-title {
    color: #005bbf;
    font-family: "FSAlbert";
    font-size: 26px;
    font-weight: 700;
    margin: 0px;
    padding-left: 10px;
}
.item-title {
    color: #7cc1eb;
    font-family: "FSAlbert";
    font-size: 20px;
    font-weight: 500;
    margin: 0px;
    padding-left: 20px;
    display: inline-block;
    align-self: end;
}
.arabic-language .item-title {
    color: #7cc1eb;
    font-family: "FSAlbert";
    font-size: 20px;
    font-weight: 500;
    margin: 0px;
    padding-left: 0px;
    padding-right: 0px;
    display: inline-block;
    align-self: end;
}

.main-header {
    margin-top: 30px;
    margin-left: 4%;
}

.arabic-language .main-header {
    margin-top: 30px;
    margin-left: 0;
    margin-right: 4%;
}
.main-header-product {
    margin-top: 30px;
}

.main-content {
    /*width: calc(100% - 20px);*/
    width: 100%;
    height: calc(100% - 150px);
    display: flex;
    flex-direction: row;
}
.main-image {
    margin-left: 5%;
    width: 100%;
    height: auto;
    max-width: 500px;
    display: flex;
    align-items: center;
    justify-content: center;
}
.main-details-container {
    display: flex;
    flex-direction: column;
    width: 100%;
    max-width: 500px;
}
.main-details-title {
    color: #0e6eb2;
    font-family: "FSAlbert";
    font-weight: 700;
    font-size: 60px;
    margin-bottom: 0px;
}
.main-details-description {
    color: #585858;
    font-family: "FSAlbert";
    font-weight: 300;
    font-size: 25px;
    margin-bottom: 0px;
    margin-top: 10px;
}
.footer-style {
    display: flex;
    width: 100%;
    align-items: center;
    justify-content: flex-end;
    margin-top: 20px;
}
.footer-text {
    padding-right: 20px;
    align-self: center;
    font-size: 16px;
}
.footer-text-catalogue {
    font-family: "FSAlbert";
    padding-right: 4%;
    align-self: center;
    font-size: 16px;
    color: #fff;
}
.arabic-language .footer-text-catalogue {
    padding-left: 70px;
    padding-right: 0px;
    align-self: center;
    font-size: 16px;
    color: #fff;
}

.details-list {
    list-style: none;
    padding: 0px;
    display: flex;
    flex-direction: column;
    row-gap: 20px;
}
.list-item {
    display: flex;
    flex-direction: row;
    align-items: center;
}
.a-class {
    display: flex;
    flex-direction: row;
    justify-content: center;
    align-items: center;
    column-gap: 10px;
    font-family: "FSAlbert";
    font-size: 25px;
    font-weight: 700;
    text-decoration: none;
    color: #0e5ea8;
}
.list-item a:hover i,
.list-item a:focus i,
.list-item a:active i {
    color: #000;
}
.catalogue-container {
    display: flex;
    flex-direction: column;
    padding-left: 4%;
    padding-right: 4%;
    padding-top: 10px;
    width: 100%;
}
.catalogue-title {
    color: #0e5ea8;
    font-family: "FSAlbert";
    font-size: 55px;
    font-weight: 700;
    margin: 0px;
    position: relative;
    display: inline-block;
    width: fit-content;
    margin-bottom: 10px;
}

.catalogue-title::after {
    content: "";
    display: block;
    width: 50%;
    border-bottom: 3px solid #0e5ea8;
    border-radius: 20px;
    position: absolute;
    left: 0;
}
.item-details-title {
    color: #0e5ea8;
    font-family: "FSAlbert";
    font-size: 35px;
    font-weight: 700;
    margin: 0px;
    position: relative;
    display: inline-block;
    width: fit-content;
    margin-bottom: 10px;
    margin-left: 50px;
    margin-top: 10px;
}

.item-details-title::after {
    content: "";
    display: block;
    width: 50%;
    border-bottom: 3px solid #0e5ea8;
    border-radius: 20px;
    position: absolute;
    left: 0;
}
.arabic-language .item-details-title::after {
    content: "";
    display: block;
    width: 50%;
    border-bottom: 3px solid #0e5ea8;
    border-radius: 20px;
    position: absolute;
    right: 0;
}
.item-details-sub-title {
    color: #000000;
    font-family: "FSAlbert";
    font-size: 24px;
    font-weight: 700;
    margin: 0px;
    position: relative;
    display: inline-block;
    width: fit-content;
    margin-bottom: 10px;
    margin-left: 50px;
    line-height: 40px;
}

.item-details-sub-title::after {
    content: "";
    display: block;
    width: 50%;
    border-bottom: 3px solid #000000;
    border-radius: 20px;
    position: absolute;
    left: 0;
}
.arabic-language .item-details-sub-title::after {
    content: "";
    display: block;
    width: 50%;
    border-bottom: 3px solid #000000;
    border-radius: 20px;
    position: absolute;
    right: 0;
}
.item-details-description {
    color: #787878;
    font-family: "FSAlbert";
    font-size: 18px;
    font-weight: 300;
    margin: 0px;
    margin-left: 50px;
    margin-top: 10px;
    /*max-width: 90%;*/
}
.product-details-list-container {
    display: flex;
    flex-direction: row;
    /*height: 70px;*/
    margin-left: 50px;
    column-gap: 30px;
}
.catalogue-sub-title {
    color: #4ab0e5;
    font-family: "FSAlbert";
    font-size: 30px;
    font-weight: 300;
    margin: 0px;
}

.card {
    margin-bottom: 10px;
    margin-top: 10px;
    /*margin-left: 0 !important;*/
    border: 1px solid #ddd;
    border-radius: 5px;
    box-shadow: 0 0 5px rgba(0, 0, 0, 0.1);
    background-color: #fff;
}
.card-row {
    grid-column-gap: 20px;
}
.card-texts {
    display: flex;
    flex-direction: column;
    padding: 10px;
}
.card-title {
    font-family: "FSAlbert";
    font-size: 16px;
    font-weight: 700;
    margin-top: 0px;
    margin-bottom: 5px;
    display: -webkit-box;
    -webkit-line-clamp: 1;
    overflow: hidden;
    -webkit-box-orient: vertical;
}
.feature-style {
    display: -webkit-box;
    -webkit-line-clamp: 1;
    overflow: hidden;
    -webkit-box-orient: vertical;
}
.card-description {
    list-style: none;
    font-family: "FSAlbert";
    font-size: 14px;
    font-weight: 400;
    color: #787878;
    margin: 0px;
    padding: 0px;
}
.image-content-home {
    height: 100%;
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    box-sizing: border-box;
}
.image-content-home::before {
    content: "";
    position: absolute;
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, 0.2);
}
@media (max-width: 900px) {
    .icon-title {
        display: none;
    }
    .item-title {
        color: #7cc1eb;
        font-family: "FSAlbert";
        font-size: 16px;
        font-weight: 300;
        margin: 0px;
        padding-left: 30px;
    }
    .arabic-language .item-title {
        color: #7cc1eb;
        font-family: "FSAlbert";
        font-size: 16px;
        font-weight: 300;
        margin: 0px;
        padding-left: 0px;
        padding-right: 0px;
    }

    .card {
        margin: 10px;
        border: 1px solid #ddd;
        border-radius: 5px;
        box-shadow: 0 0 5px rgba(0, 0, 0, 0.1);
        background-color: #fff;
    }
    .view-more {
        font-size: 19px;
    }
}
@media (max-width: 600px) {
    .a-class {
        display: flex;
        flex-direction: row;
        justify-content: center;
        align-items: center;
        column-gap: 10px;
        font-family: "FSAlbert";
        font-size: 16px;
        font-weight: 400;
        text-decoration: none;
        color: #0e5ea8;
    }
    .banner-logo-mobile {
        max-width: 150px !important;
        width: 90%;
        height: auto;
    }
    .badge-content {
        padding-left: 100px;
        margin-top: 70px;
        display: flex;
        flex-direction: column;
        position: absolute;
    }
    .arabic-language .badge-content {
        padding-right: 70px;
        padding-left: 0;
        margin-top: 70px;
        display: flex;
        flex-direction: column;
        position: absolute;
    }
    .badge-content-footer {
        padding-left: 70px;
        margin-top: 70px;
        display: flex;
        flex-direction: column;
        position: absolute;
    }
    .arabic-language .badge-content-footer {
        padding-right: 70px;
        padding-left: 0;
        margin-top: 70px;
        display: flex;
        flex-direction: column;
        position: absolute;
    }
    .vertical-image {
        display: none;
    }
    .mainPage-title-style {
        font-family: "FSAlbert";
        font-size: 40px;
        color: #ffffff;
        font-weight: 700;
        margin: 0px;
    }
    .mainPage-subtitle-style {
        font-family: "FSAlbert";
        font-size: 16px;
        color: #ffffff;
        font-weight: 700;
        margin: 0px;
    }
    .mainPage-subtitle-style p {
        text-align: left !important;
    }
    .content-title-style {
        font-family: "FSAlbert";
        font-size: 50px;
        color: #ffffff;
        font-weight: 700;
        margin: 0px;
    }
    .content-subtitle-style {
        font-family: "FSAlbert";
        font-size: 16px;
        color: #ffffff;
        font-weight: 700;
        margin: 0px;
    }
    .content-subtitle-style p {
        text-align: left !important;
    }
    .content-subtitle-style-2 {
        font-family: "FSAlbert";
        font-size: 25px;
        color: #ffffff;
        font-weight: 700;
        margin: 0px;
        text-align: left !important;
        margin-left: 0;
    }
    .footer-text-catalogue {
        font-family: "FSAlbert";
        padding-right: 50px;
        align-self: center;
        font-size: 16px;
    }
    .arabic-language .footer-text-catalogue {
        padding-left: 50px;
        padding-right: 0px;
        align-self: center;
        font-size: 16px;
    }
    .banner {
        width: 100%;
        max-width: 600px;
        height: 100vh;
        background: url("./assets/banner-ellipsis.svg") no-repeat center center;
        background-size: cover;
        position: absolute;
        left: 0;
    }
    .banner-content {
        /* padding-left: 30px; */
        padding-left: 40px;
        padding-top: 100px;
        display: flex;
        flex-direction: column;
        position: absolute;
    }
    .info-container {
        display: flex;
        flex-direction: row;
        padding-top: 30px;
        padding-bottom: 30px;
        max-width: 290px;
    }
    .item-title {
        color: #7cc1eb;
        font-family: "FSAlbert";
        font-size: 16px;
        font-weight: 300;
        margin: 0px;
        padding-left: 10px;
    }
    .arabic-language .item-title {
        color: #7cc1eb;
        font-family: "FSAlbert";
        font-size: 16px;
        font-weight: 300;
        margin: 0px;
        padding-left: 0px;
        padding-right: 10px;
    }

    .badge-title-style {
        font-family: "FSAlbert";
        font-size: 16px;
        color: #0e6eb2;
        font-weight: 300;
        max-width: 150px;
    }

    .badge-sub-title-style {
        font-family: "FSAlbert";
        font-size: 25px;
        color: #0e6eb2;
        font-weight: 700;
        margin-bottom: 20px;
    }
    .badge-content-title {
        font-family: "FSAlbert";
        font-size: 65px;
        font-weight: 700;
        color: #005bbf;
        margin: 10px;
    }
    .badge-content-sub-title {
        font-family: "FSAlbert";
        font-size: 20px;
        font-weight: 300;
        color: #005bbf;
        margin: 10px;
    }
    .icon-title {
        display: none;
    }
    .main-image {
        display: none;
    }
    .vertical-text-container {
        flex: 0 0 auto;
        transform: rotate(360deg);
        -webkit-transform: rotate(360deg);
        -moz-transform: rotate(360deg);
        align-self: center;
        writing-mode: vertical-rl;
        padding-left: 0px;
    }
    .vertical-text {
        font-size: 20px;
        color: #585858;
        font-family: "FSAlbert";
        margin: 0px;
    }
    .card {
        margin: 5px;
        border: 1px solid #ddd;
        border-radius: 5px;
        box-shadow: 0 0 5px rgba(0, 0, 0, 0.1);
        background-color: #fff;
    }
    .view-more {
        font-size: 14px;
    }
}

@page {
    margin: 0px;
}
#overlay {
    position: absolute;
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, 0.2);
    z-index: 1;
    cursor: pointer;
}
