/*
* Bootstrap v5.x
*/
/* *** Global ***/
a:hover {
    text-decoration: none;
}
body {
    text-align: right;
    direction: rtl;
    background-color: white;
}
button:focus,
.btn:focus,
.btn:focus,
input:focus,
select:focus {
    outline: none !important;
    box-shadow: none !important;
}
.btn:hover,
.btn:hover,
select:hover {
    cursor: pointer;
}
.row-gap-24 {
    row-gap: 24px;
}
/* ------------------------------------------------------------------------------------------------
-------------------------------------- header -----------------------------------------------------
------------------------------------------------------------------------------------------------ */


header {
    z-index: 1;
    position: relative;
    overflow: hidden;
    min-height: 100vh;
}
header::before {
    position: absolute;
    content: "";
    left: 0;
    z-index: -1;
    width: 100%;
    height: 100%;
    top: 0;
    background-color:#101010;
    opacity: 0.5;
}
header #videoBg {
    position: absolute;
    left: 0;
    z-index: -2;

    top: 0;
    width: 100%;
}
header .content-row {
    position: absolute !important;
    left: 0 !important;
    top: 50% !important;
    transform: translateY(-50%);
    width: 100%;
}
.main-lan .tog-home {
    background-color: white;
    border-radius: 4px;
    padding: 5px 15px;
    cursor: pointer;
    transition: 300ms;
}
.main-lan .head-logo {
    width: 170px;
}
.main-lan .tog-home:hover {
    box-shadow: 0 0 5px 0 #555;
}
.main-lan .tog-home .icon {
    color: #048e81;
    width: 30px;
    font-size: 22px;
}
.main-lan > .group-btn .btn {
    font-size: 20px;
    color: #048e81;
    padding: 0;
}
.main-lan > .group-btn .btn.btn-we {
    color: #0491e8;
}
.main-lan > .group-login > .group-btn .btn {
    background: white;
    color: black;
    border-radius: 50px;
    display: flex;
    padding-left: 2rem !important;
    padding-right: 2rem !important;
    align-items: center;
    justify-content: center;
}
.main-lan > .group-login > .group-btn .btn.btn-sign {
    background: #009080;
    color: white;
}
.main-lan > .group-btn .btn {
    font-size: 20px;
    padding: 0;
}
.main-lan button {
    background: -webkit-linear-gradient(
        100deg,
        rgb(0, 145, 240),
        rgb(128, 205, 255)
    );
    background: linear-gradient(100deg, rgb(0, 145, 240), rgb(128, 205, 255));
    border-radius: 50%;
    color: white;
    width: 36px;
    border: none;
    box-shadow: none;
    outline: none;
    height: 36px;
}

header .bg-img {
    text-align: center;
    background-image: url("../img/Asset\ 4.png");
    background-size: 400px;
    background-repeat: no-repeat;
    background-position: center 20%;
    overflow: hidden;
    position: relative;
}
header .bg-img::before {
    content: "";
    position: absolute;
    left: 0;
    bottom: 0;
    width: 100%;
    height: 0px;
    z-index: 2;
    box-shadow: 0px -30px 86px 70px #e1fdef;
}
header .bg-img img {
    max-width: 510px;
}
header > .container {
    position: relative;
    z-index: 1;
    overflow: hidden;
}
.bg-logo {
    z-index: -1;
    left: -220px;
    width: 600px;
    opacity: 0.6;
    bottom: -300px;
    position: absolute;
}
header .srl-bottom {
    background-color: #0091f0;
    position: absolute;
    right: 90px;
    bottom: 80px;
    padding: 65px 15px 15px;
    transition: 300ms;
    cursor: pointer;
    border-radius: 50px;
}
@media (max-width: 1238px) {
    header .srl-bottom {
        display: none;
    }
}
header .srl-bottom:hover {
    z-index: 4;
    transform: scale(1.1);
}
header .srl-bottom svg,
header .srl-bottom svg i {
    color: white;
}
.title-section-home {
    color: #00b39e;
    font-size: 30px;
    font-weight: bold;
    z-index: 1;
    width: fit-content;
    margin-bottom: 5px;
    margin-left: auto;
    position: relative;
}
.title-section-home::before {
    position: absolute;
    content: "";
    background-color: white;
    left: 0;
    z-index: -1;
    bottom: 2.5px;
    width: 100%;
    height: 10px;
    border-radius: 50px;
}
.content-text-home {
    color: white;
    font-weight: bold;
    line-height: 1.7;
    font-size: 19px;
    word-spacing: 4px;
    text-align: center;
}
header .text .btn {
    background: white;
    color: black;
    border-radius: 50px;
    display: flex;
    padding-left: 2.5rem !important;
    padding-right: 2.5rem !important;
    align-items: center;
    font-size: 18px;
    justify-content: center;
}
header .text .btn:nth-child(2) {
    background: -webkit-linear-gradient(
        100deg,
        rgb(0, 145, 240),
        rgb(128, 205, 255)
    );
    background: linear-gradient(100deg, rgb(0, 145, 240), rgb(128, 205, 255));
    color: white;
}
header .text .btn .btn-i {
    width: 17px;
    margin-left: 5px;
}
/* Start Order Page */
.order-page-home {
    background-image: url(../img/brand-right.png);
    background-position: top right;
    background-size: 300px;
    background-repeat: no-repeat;
}
.order-page-home .service .title-service {
    text-align: center;
    color: #009080;
    font-size: 22px;
    padding-left: 2.5rem;
    position: relative;
    font-weight: bold;
}
.order-page-home .service .title-service::before {
    content: "";
    background-color: #009080;
    position: absolute;
    width: 1px;
    height: 70%;
    left: 0;
    top: 50%;
    transform: translateY(-50%);
}
@media (max-width: 1199.98px) {
    .order-page-home .service .title-service {
        padding-left: 0;
        padding-top: 3rem;
        padding-bottom: 1rem;
        margin-bottom: 0.5rem;
    }
    .order-page-home .service .title-service::before {
        content: "";
        background-color: #009080;
        position: absolute;
        width: 70%;
        height: 1px;
        left: 50%;
        top: unset;
        bottom: 0;
        transform: translatex(-50%);
    }
}

.order-page-home .service .items-service {
    display: grid;
    width: 100%;
    grid-template-columns: repeat(6, 1fr);
}
@media (max-width: 991.98px) {
    .order-page-home .service .items-service {
        grid-template-columns: repeat(3, 1fr);
    }
}
@media (max-width: 575.98px) {
    .order-page-home .service .items-service {
        grid-template-columns: repeat(2, 1fr);
    }
}

.order-page-home .service .items-service .item {
    text-align: center;
    transition: 300ms;
    border: 1px solid transparent;
    padding: 3rem 0;
}
.order-page-home .service .items-service .item:hover {
    box-shadow: 20px 20px 28px 0 #005e5214;
    border: 1px solid #005e5214;
}
.order-page-home .service .items-service .item img {
    width: auto;
    height: 60px;
}
.order-page-home .service .items-service .item p {
    font-size: 18px;
    color: #728098;
    font-weight: bold;
    transition: 300ms;
    margin: 0;
    margin-top: 10px;
}
.order-page-home .service .items-service .item .btn {
    font-size: 13px;
    color: #728098;
    transition: 300ms;
    border-radius: 50px;
    padding: 3px 10px;
    margin-top: 1rem;
    visibility: hidden;
    background-color: #e5fcf0;
}
.order-page-home .service .items-service .item .btn:hover {
    box-shadow: 0 0 10px 0 #005e522a;
}
.order-page-home .service .items-service .item .btn svg {
    color: #009080;
}
.order-page-home .service .items-service .item:hover p {
    color: #009080;
}
.order-page-home .service .items-service .item:hover .btn {
    visibility: visible;
}
.order-page-home .step-order {
    background-image: url(../img/step-order-bg.png);
    background-size: 100%;
    background-repeat: no-repeat;
    background-position: top center;
}
@media (max-width: 1199.98px) {
    .order-page-home .step-order {
        background-image: none;
    }
}
.mian-head-home {
    color: #009080;
    font-weight: bold;
    font-size: 35px;
    text-align: center;
}

.order-page-home .step-order .content-text .title-text {
    font-size: 27px;
    color: #009080;
    font-weight: bold;
    text-align: center;
    margin-bottom: 1.5rem;
}
.order-page-home .step-order .content-text .title-text.blue {
    color: #005b8e;
}
.order-page-home .step-order .content-text .title-text.light-blue {
    color: #008DDB;
}
.order-page-home .step-order .content-text .p-text {
    color: #728098;
    font-weight: bold;
    text-align: center;
    line-height: 1.7;
    max-width: 370px;
    margin: 0 auto;
    font-size: 19px;
}
.order-page-home .step-order .content-text .btn {
    background: white;
    color: #728098;
    font-weight: bold;
    border-radius: 50px;
    box-shadow: 0 0 7px 0 #ddd;
    display: flex;
    padding-left: 1.5rem !important;
    padding-right: 1.5rem !important;
    width: fit-content;
    align-items: center;
    margin-top: 1.5rem;
    font-size: 14px;
    justify-content: center;
}
.order-page-home .step-order .content-text .btn img {
    width: 13px;
    margin-left: 5px;
}
.order-page-home .step-order .img-stebs {
    width: 100%;
    margin: 0 auto;
    max-width: 400px;
}
/* End Order Page */
/* Start Section Info */
.info-page {
    background-image: url(../img/brand-bottom@5x.png);
    background-repeat: no-repeat;
    background-size: 700px;
    background-position: top right;
    background-color: #009080;
    padding: 7rem 0;
    color: white;
}
.info-page .box-info {
    text-align: center;
}
.info-page .box-info .icon {
    width: 65px;
    margin-bottom: 1.5rem;
}
.info-page .box-info .num {
    font-weight: bold;
    font-size: 50px;
}
.info-page .box-info .text {
    font-weight: bold;
    font-size: 26px;
}
/* End Section Info */
/* Start questions-page */
.questions-page {
    background-color: #e5fcf06b;
}
.questions-page .box-one {
    text-align: center;
    padding-left: 6rem;
    position: relative;
}
.questions-page .box-one::before {
    content: "";
    position: absolute;
    width: 1px;
    height: 100%;
    left: 0;
    top: 0;
    background-color: #009080;
}

.questions-page .box-one > img {
    width: 60px;
    margin-bottom: 1.5rem;
}
.questions-page .box-one > .title {
    color: #009080;
    font-weight: bold;
    font-size: 22px;
}
.questions-page .box-one .btn {
    background: white;
    color: #728098;
    font-weight: bold;
    border-radius: 50px;
    box-shadow: 0 0 7px 0 #ddd;
    display: flex;
    padding-left: 1.5rem !important;
    padding-right: 1.5rem !important;
    width: fit-content;
    align-items: center;
    margin-top: 1.5rem;
    margin-left: auto;
    margin-right: auto;
    font-size: 14px;
    justify-content: center;
}
.questions-page .box-one .btn img {
    width: 13px;
    margin-left: 5px;
}
.questions-page .box-collapse {
border-bottom: 1px solid #009080;
padding: 0 15px 0 15px;
padding-bottom: 10px;
max-width: 600px;
margin:  0 auto;
margin-bottom: 10px;
}
.questions-page .box-two {
    flex: 1;
}
@media (max-width: 1199.98px) {
    .questions-page .box-one {
        padding-left: 0rem;
        padding-bottom: 0.7rem;
        margin-bottom: 1.5rem;
        border-bottom: 1px solid #009080;
    }
    .questions-page .box-one::before {
        content: none;
    }
    .questions-page .box-two {
        margin-right: 0;
        flex: 1;
    }
}
.questions-page .box-two .btn-collapse {
border: none;
padding: 0;
outline: none;
box-shadow: none;
background-color: transparent;
margin-bottom: 7px;
color: #728098;
font-weight: bold;
line-height: 1.7;
font-size: 18px;
}
.questions-page .box-two .btn-collapse svg{
    color: #009080;
    margin-right: 20px;
    font-size: 20px;
}

/* End questions-page */

/* Start Email-page */
.email-page {
    border-bottom: 2px solid #009080;
}
.email-page .text .title {
    color: #009080;
    font-weight: bold;
    font-size: 25px;    
}
.email-page .text .content-text {
    color: #728098;
    font-weight: bold;
    line-height: 1.7;
    font-size: 18px;
}
.email-page  input[type="email"] {
    box-shadow: 0 0 15px 0 #ddd;
    border-radius: 50px;
    padding: 12px 15px;
    border: 1px solid #ddd;
    outline: none;
}
.email-page  input[type="email"]::placeholder {
    color: #728098;
    font-weight: bold;
    line-height: 1.7;
    font-size: 18px;
}
.email-page  .sub {
    background-color: #009080;
    border-radius: 50px;
    color: white;
    padding: 12px 2rem;
    border: 1px solid #009080;
    outline: none;
}
/* End Email-page */
/* STart Contact Us */
.contact-us .logo{
    width: 190px;
}
.contact-us .small-title{
    color: #009080;
    font-weight: bold;
    font-size: 19px;
}
.contact-us .info-contact p{
    color: #728098;
    font-weight: bold;
margin-bottom: 3px;    font-size: 15px;
}
.contact-us  .social .item{
    padding: 9px 15px;
    cursor: pointer;
    color: #009080;
    transition: 300ms;
    border: 1px solid transparent;
    border-radius: 5px;
}
.contact-us  .social .item svg{
font-size: 20px;
}
.contact-us  .social .item:hover{
    box-shadow: 0 0 15px 0 #ddd;
    border: 1px solid #005e5214;
}
/* End Contact Us */
/* Start Footer */
footer {
    background-color: #009080;
    color: white;
    padding: 2rem 0;}
footer a {
    color: white;
    text-decoration: none;
}
footer a:hover {
    color: white ;
}
/* End Footer */
/* Start scrl-support */
.scrl-support {
    position: fixed;
    right: 20px;
    bottom: 20px;
    z-index: 1000;
}
.scrl-support .support{
    display: flex;
    flex-direction: column;
    gap: 5px;
    background-color: white;
    box-shadow: 0 0 8px 0 rgba(51, 51, 51, 0.2);
    border-radius: 5px;
    padding: 20px 7px;
    color: black;
    text-decoration: none;
    margin-bottom: 15px;
    align-items: center;
}

.scrl-support .support img{ 
    width: 18px;
}

.scrl-support .shere{
    display: flex;
    flex-direction: column;
    gap: 5px;
    background-color: white;
    box-shadow: 0 0 8px 0 rgba(51, 51, 51, 0.2);
    border-radius: 5px;
    padding:  7px;
    color: black;
    text-decoration: none;
    margin-bottom: 15px;
    align-items: center;
}

.scrl-support .shere img{ 
    width: 18px;
}
/* End scrl-support */