/* Landing */
.landing {
    height: 70vh;
    margin-top: calc(90px + 10vh);
    margin-bottom: calc(10px + 10vh);
}
@media screen and (max-width: 991px) {
    .landing {
        height: 70vh;
        margin-top: calc(50px + 10vh);
        margin-bottom: calc(50px + 10vh);
    }
}
.landing .container {
    height: 100%;
    width: 100%;
}
.landing .landing-slider {
    height: 100%;
    width: 100%;
    position: relative;
    overflow: hidden;
    border-radius: 12px;
}
.landing .landing-slider .landing-slide {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    border-radius: 12px;
    opacity: 0;
    transform: scale(1.3);
    transition: opacity 2s ease-in-out, transform 8s ease;
    overflow: hidden;
}
.landing .landing-slider .landing-slide.active {
    opacity: 1;
    transform: scale(1);
}
.landing .landing-slider .landing-slide img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    border-radius: 12px;
}
/* Products */
section .container {
    padding-top: calc(9% - (10vh + 10px));
}
@media (max-width: 1024px) {
    section .container {
        padding-top: calc(8% - (10vh + 10px));
    }
}
@media (max-width: 767px) {
    section .container {
        padding-top: calc(20% - (10vh + 10px));
    }
}
.filters {
    display: flex;
    justify-content: center;
    margin-bottom: 100px;
}
.filter-button {
    padding: 8px 12px;
    margin: 0 10px;
    cursor: pointer;
    border: 2px solid transparent;
    background-color: transparent;
    color: #000;
    font-size: 14px;
    font-weight: 500;
    transition: all 0.3s ease-in-out;
    opacity: 0.65;
}
.filter-button:hover {
    opacity: 1;
}
.filter-button.active {
    /* background-color: #000;
    color: #fff; */
    border: 2px solid #000;
    background-color: #fff;
    color: #000;
    opacity: 1;
}
.childs-arrows {
    width: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 50px;
    margin-top: 50px;
}
.childs-arrows button {
    /* padding: 20px; */
    /* padding-top: 18px; */
    /* text-align: center; */
    width: 50px;
    height: 50px;
    display: flex;
    justify-content: center;
    align-items: center;
    border: 0;
    background-color: #000;
    color: #fff;
    cursor: pointer;
    font-size: 22px;
    box-shadow: 0 0 10px #999;
    border-radius: 8px;
    transition: 0.5s;
}
@media screen and (min-width: 768px) {
    .childs-arrows button:hover {
        background-color: #fff;
        color: #000;
    }
}
.childs-arrows button a {
    color: #fff;
    width: 100%;
    height: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
}
@media screen and (min-width: 768px) {
    .childs-arrows button:hover a {
        color: #000;
    }
}
.childs-arrows button a span {
    font-size: 22px;
    margin-top: -4px;
    display: flex;
    justify-content: center;
}
section .container .parent {
    display: flex;
    flex-direction: column;
}
section .container .parent .child {
    flex: 1 1 100%;
    flex-basis: 100%;
    width: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
    border-radius: 8px;
    margin-bottom: 2em;
}
@media screen and (min-width: 768px) {
    section .container .parent .child {
        margin-bottom: 56px;
    }
}
section .container .parent .child .box {
    width: 100%;
    height: 100%;
    margin: 0 auto;
    display: flex;
    border-radius: 8px;
}
@media (max-width: 768px) {
    section .container .parent .child .box {
        flex-direction: column;
    }
} 
section .container .parent .child .box .child-media {
    position: relative;
    width: 50%;
    border-radius: 8px;
    margin-right: 1%;
    margin-left: 0;
    overflow: hidden;
    line-height: 0;
    display: flex;
    justify-content: center;
    align-items: center;
}
html:lang(ar) section .container .parent .child .box .child-media {
    margin-left: 1%;
    margin-right: 0;
}
@media (max-width: 768px) {
    section .container .parent .child .box .child-media {
        width: 100%;
        margin-left: 0;
        margin-right: 0;
        margin-top: 0;
        margin-bottom: 2%;
    }
    html:lang(ar) section .container .parent .child .box .child-media {
        margin-left: 0;
        margin-right: 0;
        margin-top: 0;
        margin-bottom: 2%;
    }
}
section .container .parent .child .box .child-media .overlay {
    position: absolute;
    bottom: 0;
    left: 0;
    top: 0;
    right: 0;
    width: 100%;
    height: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
    border-radius: 8px;
    line-height: 0;
}
section .container .parent .child .box .child-media .overlay .bg {
    position: absolute;
    bottom: -120%;
    left: 0;
    right: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, 0.6);
    border-radius: 8px;
    transition: 0.5s all ease-in-out;
    line-height: 0;
}
section .container .parent .child .box .child-media .overlay:hover .bg {
    bottom: 0;
}
section .container .parent .child .box .child-media .overlay button {
    position: absolute;
    border: 0;
    outline: 0;
    border-radius: 5px;
    padding: 14px 19px;
    color: #000;
    font-size: 18px;
    background-color: transparent;
    cursor: pointer;
    background: linear-gradient(to left, transparent 50%, #000000 50%) right;
    background-size: 202%;
    transform: translateY(-500%);
    transition: 0.5s all ease-in-out;
}
section .container .parent .child .box .child-media .overlay button:hover {
    background-position: left;
    color: #fff;
    box-shadow: 0 0 2cap -5px #dbdbdb;
}
section .container .parent .child .box .child-media .overlay:hover button {
    transform: translateY(0);
}
section .container .parent .child .box .child-media .child-img {
    width: 100%;
    height: 100%;
    border-radius: 8px;
    display: flex;
    justify-content: center;
    cursor: pointer;
}
section .container .parent .child .box .child-media .child-img img {
    width: 100%;
    max-width: 100%;
    height: auto;
    max-height: 295px;
    border-radius: 8px;
    object-fit: contain;
    width: 1300px;
    aspect-ratio: auto 1300 / 650;
}
section .container .parent .child .box .child-content {
    position: relative;
    width: 50%;
    padding: 20px 27px;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    gap: 20px;
    border: 1px solid;
    border-color: #000;
    border-radius: 8px;
    margin-left: 1%;
    margin-right: 0;
}
html:lang(ar) section .container .parent .child .box .child-content {
    margin-right: 1%;
    margin-left: 0;
}
@media (max-width: 768px) {
    section .container .parent .child .box .child-content {
        width: 100%;
        margin-left: 0;
        margin-right: 0;
        margin-bottom: 0;
        margin-top: 2%;
    }
    html:lang(ar) section .container .parent .child .box .child-content {
        margin-left: 0;
        margin-right: 0;
        margin-bottom: 0;
        margin-top: 2%;
    }
}
section .container .parent .child .box .child-content .child-title h3 {
    font-size: 26px;
    font-weight: 500;
    line-height: 26px;
    text-align: center;
}
section .container .parent .child .box .child-content .child-description p {
    font-size: 18px;
    font-weight: 400;
    line-height: 26px;
    text-align: center;
}
section .container .parent .child .box .child-content .button {
    font-size: 18px;
    font-weight: 500;
}
@media (max-width: 1024px) {
    section .container .parent .child .box .child-content .child-title h3 {
        font-size: 22px;
        font-weight: 500;
    }
    section .container .parent .child .box .child-content .button {
        font-size: 16px;
    }
    section .container .parent .child .box .child-content .child-description p {
        font-size: 16px;
        font-weight: 400;
        text-align: center;
    }
}
section .container .parent .child .box .child-content .button button {
    border: 0;
    border-radius: 5px;
    padding: 14px 19px;
    color: #000;
    font-size: 18px;
    background-color: #fff;
    cursor: pointer;
    background: linear-gradient(to left, transparent 50%, #000000 50%) right;
    background-size: 201%;
    transition: 0.5s all ease-in-out;
}
section .container .parent .child .box .child-content .button button:hover {
    background-position: left;
    color: #fff;
}
section .container .parent .child .box .show-catalog {
    margin: 0 auto;
    width: 100%;
    height: 100%;
    background-color: var(--main-color);
    display: none;
    position: fixed;
    top: 0;
    left: 0;
    overflow: auto;
    z-index: 99999;
}
section .container .parent .child .box .show-catalog .container .close {
    position: fixed;
    top: 5vh;
    display: flex;
    justify-content: flex-start;
    width: 100%;
    margin: 20px 0;
}
section .container .parent .child .box .show-catalog .container .close button {
    background-color: #000000;
    padding: 15px;
    border-radius: 5px;
    line-height: 0;
    width: max-content;
    height: max-content;
    border: none;
    position: relative;
    cursor: pointer;
    transition: 0.5s;
}
section .container .parent .child .box .show-catalog .container .close button:hover {
    background-color: #ffffff;
    box-shadow: 0 0 10px #b3b3b3;
}
section .container .parent .child .box .show-catalog .container .close button span {
    position: absolute;
    display: inline-block;
    line-height: 0;
    height: 3px;
    width: 15px;
    background-color: #ffffff;
    border-radius: 20px;
    top: 47%;
    left: 23.5%;
    transition: 0.5s;
}
section .container .parent .child .box .show-catalog .container .close button:hover span {
    background-color: #000000;
}
section .container .parent .child .box .show-catalog .container .close button span.top-close {
    transform: rotate(-45deg);
}
section .container .parent .child .box .show-catalog .container .close button span.bottom-close {
    transform: rotate(45deg);
}
section .container .parent .child .box .show-catalog .container .images {
    width: 100%;
    display: flex;
    flex-direction: column;
    gap: 50px;
    justify-content: center;
    align-items: center;
}
section .container .parent .child .box .show-catalog .container .images .img {
    /* max-height: 50vh; */
    width: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
}
section .container .parent .child .box .show-catalog .container .images .img img {
    /* width: 100%;
    height: 100%; */
    object-fit: cover;
    width: 1000px;
    max-width: 100%;
}