.sec3,
.sec4,
.first-page .left,
.box,
nav > ul {
    direction: rtl;
}
nav > ul li {
    font-weight: 600;
}
.menu #container-links {
    direction: rtl;

}
.product-desc p {
    position: absolute;
    font-size: 30px;
    top: -700px;
    letter-spacing: 2px;
    text-transform: uppercase;
    color: white;
    /* opacity: 1; */
    animation: title_p 1.5s ease-in-out forwards;
    animation-delay: 2.5s;
}
@keyframes title_p {
    100% {
        top: -500px;
        opacity: 1;
    }
}
.box {
    font-size: 18px;
}
.box:nth-child(3) li #to {
    font-size: 14px !important;
    font-weight: 400 !important;
    text-transform: lowercase !important;
    direction: rtl !important;
}
.box .col-2 li span {
    margin-left: 10px;
}
.box .col-3 .to {
    direction: ltr;
    color: var(--info-content-box);
    font-size: 14px !important;
    font-weight: 400;
    text-transform: lowercase;
}
.box .col-3 span,
.box .col-4 span {
    font-size: 17px !important;
    font-weight: 600;
    margin-left: 10px;
}
.box .information {
    margin-right: 60px;
}

.sec4 .container-about .info p::before {
    content: "";
    top: 18px;
    right: -30px;
    border-radius: 50%;
    position: absolute;
    width: 13px;
    height: 13px;
    background-color: var(--main-color);
}
.sec4 {
    margin-right: 50px;
}
@media (max-width: 780px) {
    .sec4 {
        margin-right: 50px;
        /* background-color: red; */
    }
    .sec4 .title-page {
        width: 80%;
    }
    .sec4 .title-page img {
        width: 30px;
    }
    .sec5 p {
        margin-right: 50px;
    }
}
@media (max-width: 450px) {
    .sec4 {
        margin-right: 50px;
        /* background-color: red; */
    }
    .sec4 .title-page {
        width: 100%;
        position: relative;
        left: 20px;
    }
    .sec5 .title-page {
        left: 0px;
    }
    .sec4 .title-page img,
    .sec5 .title-page img {
        width: 25px;
    }
    .sec5 p {
        margin-right: 50px;
    }

}
footer {
    direction: rtl;
}
footer > p {
    text-align: center;
}
