/*----start global classes ------*/
@import url('https://fonts.googleapis.com/css2?family=Cairo:wght@300;400;600;700&family=Tajawal:wght@400;500&display=swap');

* {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
}

body {
    font-family: 'Cairo', sans-serif;
    list-style: none;
    background-color: #f9f9f9;
    scroll-behavior: smooth;
    text-decoration: none;
    height: 100vh;

       -youbkit-touch-callout: none; /* iOS Safari */
    -youbkit-user-select: none;   /* Chrome 6.0+, Safari 3.1+, Edge & Opera 15+ */
    -moz-user-select: none;    /* Firefox */
    -ms-user-select: none;        /* IE 10+ and Edge */
    user-select: none;            /* Non-prefixed version,
                                currently supported by Chrome and Opera */
}

html {
    font-size: 16px;
}

:root {
    --primary-color: #36A9C9;
    --grey-color: #575656;
    --secondary-color: #05B7E8;
    --white-color: #fff;
    --black-color: #575656;
    --font-tajawal: 'Tajawal', sans-serif;
}

section {
    position: relative;
}

.header-section,
.about-section,
.advantage-laser,
.position-relative,
.model , 
.how-use ,
.problems {
    direction: rtl;
    position: relative;

}

.rtl-direction {
    direction: rtl;
}

.grid-system {
    display: grid;
    grid-template-columns: 1fr 1fr;
    align-items: center;
    grid-column-gap: 20px
}

.sign-number-btn {
    width: 225px;
    height: 64px;
    color: var(--white-color);
    background: #05B7E8 0% 0% no-repeat padding-box;
    box-shadow: 0px 0px 20px #05B7E880;
    border-radius: 10px;
    border: none;
    font-size: 25px;
    font-weight: 600;

}

.call-us-btn {
    width: 225px;
    height: 64px;
    color: var(--white-color);
    background: #575656 0% 0% no-repeat padding-box;
    border-radius: 10px;
    border: none;
    font-size: 25px;
    padding-right: 15px;
    font-weight: 600;
    text-decoration: none;
    position: relative;
    transition: all 0.1s ease;
    cursor: pointer;
}


.img-btn {
    border-radius: 10px;
    background-color: var(--secondary-color);
    width: 30%;
    height: 100%;
    position: absolute;
    top: 0px;
    left: 0px;
    transition: all 0.2s ease-in;
}

.img-btn img {
    width: 28px;
    height: 28px;

}

.call-us-btn:hover {
    color: #fff;
}


.btn-whats-mop {
    display: none;
}

.text-dark-2 {
    color: #575656 !important;
}

.text-color-primary {
    color: var(--primary-color) !important;
}

.text-color-primary-2 {
    color: #55DAFF !important;
}
.padding-problem {
    padding-left: 8rem;
    padding-right: 8rem;
}
/*----start navbar ------*/
.header-section {
    position: relative;
    /* margin-bottom: 70px; */
}

.header-img,
.header-img-2 {
    position: absolute;
    z-index: -1;
    width: 100%;
    height: 100%;
}


.header-img-2 {
    display: none;
}

nav {
    padding-top: 50px
}

.logo {
    background: #F8F8F81A 0% 0% no-repeat;
    height: 40px;
    width: 116px;
    margin-left: -140px;
}

.logo img {
    height: 19px;
    margin-right: 15px;
}

.list-items {
    background: #F8F8F81A 0% 0% no-repeat;
    list-style: none;
    height: 40px;

}


.list-items li:nth-child(3) {
    margin-left: -17px;
}


.list-items a {
    color: var(--white-color);
    margin-right: 26px;
    font-size: 20px;
    font-weight: lighter;
    text-decoration: none;
}

.hero-section {
    margin-top: 55px;
    text-align: right;
    margin-bottom: 74px;
}

.hero-section h1 {
    font-weight: bold;
    color: var(--white-color);
    font-size: 73px;
}

.hero-section h1:nth-child(2) {
    color: #55DAFF;
}

.hero-section h2 {
    color: var(--white-color);
    font-size: 30px;
    direction: ltr;
    font-weight: normal;
    font-family: var(--font-tajawal);
    margin-top: 30px;
}

.hero-details {
    text-align: center;
}

.hero-details-2 {
    margin-top: -35px !important;
}

.hero-details-section {
    display: flex;
    flex-direction: column;
    justify-content: flex-start;
    align-items: flex-start;
}

.btn-group {
    margin-bottom: 70px;

}

.hero-details h3 {
    color: var(--white-color);
    font-size: 26px;
    font-weight: lighter;
    margin-bottom: 26px;
}

.btn-group p {
    color: var(--white-color);
    font-size: 26px;
    padding: 5px 15px;
    font-weight: 600;
    margin-bottom: 0;
}

.location-details {
    margin-bottom: 80px;
}

.location-details-2 {
    margin-bottom: 33px !important;
}

.location-details img {
    width: 20px;
    object-fit: cover;
    height: 20px;
}

.location-details img:nth-child(2) {
    display: none;
}

.location-details p {
    font-size: 20px;
    margin-right: 4px;
    color: #fff;
    font-weight: lighter;
    margin-bottom: 0px;
}

.img-header {
    max-width: 100%;
    margin-bottom: 130px;
    display: inline-block;
   
}

@media (max-width:1200px) {

    .hero-details-section {
        align-items: center;
    }

    .hero-section {
        text-align: center;
        margin-top: 5px;
    }

    .grid-system-col-1 {
        grid-template-columns: 1fr;
    }

    .img-header {
        margin-top: 5px;
        margin-bottom: 5px;
        max-width: 100%;
    }

    .hero-img-section {
        align-items: center;
        display: flex;
        justify-content: center;
        order: -1;
    }

    .hero-details-section {
        display: flex;
        justify-content: center;
        align-items: center;
        flex-direction: column;
    }

    .call-us-btn {
        font-size: 22px;
    }

    .logo {
        margin-left: -100px;
    }
}

@media (max-width:1300px) {
    .logo {
        margin-left: -120px;
    }
}


@media (max-width:1000px) {

    .grid-system-col-3 {
        grid-template-columns: 1fr;
    }

    .logo {
        margin-left: -100px;
    }

    .padding-problem {
        padding-left: 0rem;
        padding-right: 0rem;
    }
}

@media (max-width:667px) {
    .new-container {
        padding-right: 23px;
        padding-left: 23px;
    }


    .img-header {
        max-width: 100%;
        width: 100%;
        height: 100%;
    }

    .hero-details {
        width: 100%;
    }

    .hero-section h2 {
        font-size: 20px;
    }

    .hero-section {
        margin-bottom: 30px;
    }

    .btn-group {
        flex-direction: column;
        margin-bottom: 50px;
    }

    .logo {
        margin-left: -70px;
    }

    .list-items {
        margin-right: -23px
    }

}

@media (max-width:431px) {
    .logo {
        width: 70px;
    }

    .header-img {
        display: none;
    }

    .header-img-2 {
        display: block;
    }

    .img-header-2 {
        width: 100%;
        object-fit: cover;
    }

    .list-items a {
        font-size: 12px;
    }

    nav {
        padding-top: 20px;
    }


    .img-btn img:nth-child(1) {
        display: none;
    }

    .btn-whats-mop {
        display: block;
    }

    .location-details img:nth-child(1) {
        display: none;
    }

    .location-details img:nth-child(2) {
        display: block;
    }

    .sign-number-btn {
        border-radius: 10px;
    }

    .btn-group p {
        padding: 15px 15px;
    }

    .hero-details h3 {
        margin-bottom: 15px;
    }

    .logo {
        margin-left: -30px;
    }

}

@media (max-width:481px) {
    .hero-details-2 {
        margin-top: -10px !important
    }
}

@media (min-width:431px) and (max-width:668px) {
    .hero-section h1 {
        font-size: 70px;
    }
}

/* ---about section--- */
.about-section {
    padding-top: 50px;
    background-color: #222222;
    margin-top: -1px;
}

.details-about {
    margin-left: auto;
    align-self: center;
}

.image-about img {
    max-width: 95%;
}

.container-details {
    margin-bottom: 30px;
    background-color: #484848;
    border-bottom-left-radius: 8px;
    border-top-left-radius: 8px;
    position: relative;
    padding: 12px;
}

.container-details::before {
    content: '';
    width: 10px;
    height: 99%;
    background-color: #05B7E8;
    position: absolute;
    right: 0px;
    top: 0px;
    bottom: 0px;
}

.container-details-last-item {
    margin-bottom: 0px;
}


.title {
    width: 390px;
    margin-right: 20px;
}

.container-details .title h3 {
    color: #cfcfcf;
    font-weight: light;
    font-size: 22px;
}

.container-details .title h4 {
    color: var(--primary-color);
    font-weight: bold;
    font-size: 24px;
    margin-bottom: 0px;
}


.img-about-2 {
    width: 268px;
    height: 244px;
    margin: auto;
    margin-bottom: 19px;
    display: none;
}

.img-about-3 {
    display: none;
    margin: auto;
    margin-bottom: 19px;
    /* width: 500px; */
}

@media (max-width:1200px) {
    .image-about img {
        width: 100%;
        height: 100%;
    }
}

@media (max-width:770px) {

    .grid-system-col-1 {
        grid-template-columns: 1fr;
    }

    .img-about-3 {
        display: block;
    }
}

@media (max-width:1000px) {

    .grid-system-col-2 {
        grid-template-columns: 1fr;
    }

    .image-about img {
        display: none;
    }

    .image-about img {
        width: 400px;
        height: 400px;
        max-width: 100%;
    }

    .img-about-3 {
        display: block;
        width: 100%;
        max-width: 95%;
    }

    .advt-details-container {
        margin-right: 40px;
    }

    .container-details {
        margin-bottom: 19px;
        margin-right: 42px;
    }

    .container-details-last-item {
        margin-bottom: 19px;
    }

    /* .img-header {
        max-width: 100%;
    } */
}

@media (max-width:431px) {
    .img-about-2 {
        display: block;
        width: 100%;
        height: 100%;
        object-fit: cover;
    }

    .img-about-3,
    .icon-about-web {
        display: none;
    }

    .icon-about-mob {
        display: block;
    }
}

@media (max-width:768px) {}

/* --slider section-- */
.slider-section {
    background-color: #222222;

}

.slider-title h2,
.slider-title-2 h2,
.slider-title-3 h2 {
    color: #36A9C9;
    font-size: 32px;
    font-weight: bold;
    text-align: center;
    z-index: 5555;
}

.slider-title img,
.slider-title-2 img,
.slider-title-3 img {
    width: 22px;
    height: 22px;
    margin-top: 5px;
}

.slider-title>span,
.slider-title-2>span,
.slider-title-3>span {
    position: relative;
}

.slider-title-2>span::after {
    content: "";
    background-color: #6b6262;
    height: 1px;
    width: 100px;
    top: 16px;
    left: 30px;
    position: absolute;

}

.slider-title-2>span::before {
    content: "";
    background-color: #6b6262;
    height: .8px;
    width: 100px;
    top: 16px;
    right: 30px;
    position: absolute;

}

.slider-title-3>span::after {
    content: "";
    background-color: #bababa;
    height: 1px;
    width: 48px;
    top: 16px;
    left: 30px;
    position: absolute;

}

.slider-title-3>span::before {
    content: "";
    background-color: #bababa;
    height: .8px;
    width: 48px;
    top: 16px;
    right: 30px;
    position: absolute;

}

.slider-title>span::after {
    content: "";
    background-color: #c5c5c5;
    height: 1px;
    width: 100px;
    top: 16px;
    left: 30px;
    position: absolute;

}

.slider-title>span::before {
    content: "";
    background-color: #c5c5c5;
    height: .8px;
    width: 100px;
    top: 16px;
    right: 30px;
    position: absolute;

}

@media (max-width:431px) {

    .slider-title>span::before,
    .slider-title>span::after,
    .slider-title-2>span::before,
    .slider-title-2>span::after {
        width: 60px;
    }

    /* .model-icon::before,
    .model-icon::after {
        width: 40px !important;
    } */
}

.hero-details h2 {
    font-family: var(--font-tajawal);
    font-weight: normal;
    font-size: 32px;
}

.hero-details h2:nth-child(1) {
    padding-top: 50px;
}

.hero-details h2:nth-child(2) {
    color: var(--primary-color);
    padding-bottom: 20px;
}

.hero-details hr {
    background-color: #757575;
    width: 10%;
    margin: auto;
    height: 3px;
}

/* --start slider style -- */

.swper-custom-nav {
    position: relative;
    width: 100%;
    margin-top: 50px;
    margin-bottom: 65px;
}

.swiper-button-prev img {
    transform: rotate(180deg);
}

.slider-arrows {
    width: 40vh;
    max-width: 75%;
}

.swiper-button-next {
    top: unset;
    bottom: 0 !important;
    right: 36% !important;
    width: 48px !important;
    height: 48px;
    position: static !important;
}

.swiper-button-prev {
    top: unset;
    bottom: 0 !important;
    left: 36% !important;
    width: 48px !important;
    height: 48px;
    position: static !important;
}

.swiper-button-prev img,
.swiper-button-next img {
    width: 75px;
    height: 75px;
    border-radius: 8px;
}

.swiper-horizontal>.swiper-pagination-bullets, .swiper-pagination-bullets.swiper-pagination-horizontal, .swiper-pagination-custom, .swiper-pagination-fraction {
    top: -12px;
}

.swiper-pagination-bullet {
    background-color: #ffffff !important;
    direction: ltr;
}

.swiper-pagination-bullet-active {
    background-color: #05B7E8 !important;
}

.swiper-button-prev:after,
.swiper-button-next:after {
    content: '' !important;
}


.before-after-pic-wraper {
    display: flex;
    align-items: center;
    justify-content: center;
}

.before-after-pic {
    text-align: center;
    padding: 22px;
}

.before-after-pic img {
    border-radius: 20px;
    max-width: 100%;
}

@media (max-width:1250px) {
    .before-after-pic img {
        width: 100%;
        height: 100%;
    }

}

@media (max-width:1043px) {
    .before-after-pic-wraper {
        flex-direction: column;
    }
}


@media (max-width:481px) {
    .before-after-pic {
        padding: 5px;
        padding-top: 22px;

    }

    .before-after-pic img {
        max-width: 100%;
    }

    .swiper-button-prev img,
    .swiper-button-next img {
        width: 50px;
    }

    .hero-details hr {
        display: none;
    }

    .hero-details h2:nth-child(1) {
        padding-top: 0px;
    }

    .hero-details h2:nth-child(2) {
        padding-bottom: 0px;
    }

    .swiper-button-next {
        right: 28% !important;
    }

    .swiper-button-prev {
        left: 28% !important;
    }

}

/* ----advantage section---- */
.img-advantage {
    margin-top: 26px;
    margin-bottom: 30px;
    ;
}

.img-advantage img:nth-child(1) {
    width: 658px;
    height: 439px;
    border-radius: 50px;
}

.img-adva-2 {
    /* width: 280px;
    height: 187px; */
    display: none;
    border-radius: 25px;
    max-width: 100%;
}

.advt-details-container {
    margin-bottom: 20px;
}

.advt-details-container img {
    width: 22px;
    height: 22px;
    margin-left: 8px;
    margin-bottom: 6px;
}

.advt-details-container h3 {
    color: #575656;
    text-align: right;
    font-size: 26px;
    width: 310px
}

.more-adv-details h2 {
    color: #575656;
    font-size: 32px;
}

.more-adv-details h2:nth-child(2) {
    color: var(--primary-color);
    font-weight: bold;
}

@media (max-width:768px) {
    .img-advantage img:nth-child(1) {
        max-width: 100%;
        height: 100%;
        border-radius: 25px;
    }
}

@media (max-width:431px) {
    .img-advantage {
        margin-bottom: 33px;
    }

    /* .img-advantage img:nth-child(1) {
        display: none;
    } */

    /* .img-adva-2 {
        display: block;
    } */

    .advt-details-container h3 {
        width: 100%;
    }


}

/* --footer-- */
footer {
    position: relative;
    /* height: 100%; */
}

.footer-img,
.footer-img-2 {
    width: 100%;
    position: absolute;
    top: 0px;
    left: 0px;
    right: 0px;
    bottom: 0px;
    object-fit: cover;
    z-index: -1;
    height: 100%;
}

.footer-img-2 {
    display: none;
}

.footer-text {
    color: #C2C2C2;
    font-family: var(--font-tajawal);
    font-size: 28px;
    text-align: center;
    z-index: 5555;
    margin-top: 26px;
    margin-bottom: 100px;
}

.field-input {
    margin-bottom: 70px;
}

.field-input label {
    color: #C2C2C2;
    font-size: 26px;
    margin-left: 10px;
}

.field-input input {
    width: 249px;
    height: 53px;
    background-color: #575656;
    outline: none;
    border-radius: 5px;
    color: #fff;
    font-size: clamp(1.125rem, 0.8323rem + 0.9756vw, 1.625rem);
    border: 0px;
    padding: 10px 15px;
}

.field-input input:focus,
.input-model input:focus {
    border: 1px solid var(--primary-color);
}

.btn-footer button {
    margin-top: 90px;
    margin-bottom: 90px;
    width: 188px;
    height: 73px;
    background-color: #36A9C9 !important;
}

@media (max-width:1000px) {
    .grid-col-3 {
        grid-template-columns: 1fr;
    }

    .field-input {
        flex-direction: column;
    }

    .field-input {
        flex-direction: column;
        justify-content: center;
        align-items: center;
    }


    .field-input label,
    .field-input input {
        margin-bottom: 20px;
    }

}

@media (max-width:648px) {



    .footer-text {
        margin-bottom: 50px;
    }

    .btn-footer button {
        width: 128px;
        height: 54px;
        font-size: 20px;
        margin-top: 27px;
        margin-bottom: 0px;
    }


    .footer-img {
        display: none;
    }

    .footer-img-2 {
        display: block;
    }
}

.last-footer {
    background-color: var(--primary-color);
    padding: 15px;
    height: 60px;
}

.last-footer a {
    font-size: 12px;
    text-decoration: none;
    color: #bbe2ed;
}

.logo-footer img {
    width: 100px;
    object-fit: cover;
    margin-top: -8px;
}

.last-footer .grid-system {
    margin-top: -4px;
}

/* ---model-- */
.model {
    background-color: rgba(0, 0, 0, 0.7);
    z-index: 55555555;
    position: fixed;
    top: 0px;
    bottom: 0px;
    left: 0px;
    right: 0px;
    height: 100vh;
    display: none;
    overflow-x: hidden;
    overflow-y: hidden;
    outline: 0;

}

.message-warning-footer {
    color: red;
    margin-top: clamp(1.5rem, -1.1424rem + 6.3291vw, 4.5rem);
}

.model-container {
    border-radius: 20px;
    background-color: #fff;
    width: 423px;
    /* height: 420px; */
    margin-top: -40px;
}

.model-container p {
    color: red;
}

.input-model input {
    background-color: #F2F2F2;
    width: 232px;
    height: 50px;
    outline: none;
    border-radius: 5px;
    color: #333;
    font-size: clamp(1rem, 0.8537rem + 0.4878vw, 1.25rem);
    border: 0px;
    margin-bottom: 15px;
    padding: 8px 9px;
}

.input-model input::placeholder {
    padding-right: 10px;
    font-size: 18px;
    margin-bottom: 10px;
}

.model-container h2 {
    font-size: clamp(1rem, 0.8537rem + 0.4878vw, 1.25rem);
    font-family: var(--font-tajawal);
}

.model-container button {
    width: 150px;
    height: 54px;
    margin-top: 10px;
    margin-bottom: 10px;
    font-size: 20px;
    background-color: #36A9C9;
}

.icon-close {
    width: 20px !important;
    cursor: pointer;
    margin-right: 20px;
    margin-top: 20px;
}

@media (max-width:431px) {
    .model {
        padding: 20px;
    }

    .icon-close {
        width: 15px !important;
        margin-top: 20px;
        margin-right: 20px;
    }
}

/* ----how-use---- */
.title-use {
    background-color: var(--primary-color);
    padding: 20px;
}

.title-use h3 {
    color: #fff;
    text-align: center;
    font-weight: bold;
    margin-bottom: 0px;

}
.title-use-2 {
    background-color: #f3f3f3;
    padding: 30px;
   
}

.title-use-2 h3 {
    text-align: center;
    max-width: 100%;
    width: 65%;
    margin: auto;
    color: var(--black-color);
    line-height: 1.8;
}

.container-use {
    margin-bottom: 20px;
}

.img-container-use {
    width: 171px;
    height: 171px;
    max-width: 100%;
    background-color: #eeeeee;
    border-radius: 20px;
    margin-bottom: 10px;
    
}

.img-container-use img {
    width: 50%;
    object-fit: cover;
}

.container-use h4 {
    color: var(--black-color);
    font-weight: bold;
}

.title-4 {
    padding: 15px;
    border-radius: 39px;
    /* width: 18%; */
    margin: auto;
}

.title-4 h4 {
    color: var(--black-color);
    font-weight: bold;
    margin-bottom: 0px;
}

.how-use h2 {
    color: var(--black-color);
}

@media (max-width:481px) {
    .title-use-2 h3 {
        width: 100%;
        font-size: 18px;
    }

    .title-use h3 {
        font-size: 19px;
    }
    .six-img img {
        width: 30%;
    }
    /* .title-4 {
        width: 60%;
    } */

    .title-use-2 {
        padding: 10px;
    }

    .img-container-use img {
        width: 60%;
    }
    .img-problem-title {
        max-width: 70% !important;
    }
}

/* problems sections */
.problems img {
    max-width: 100%;
}

.problem-container h4 {
    font-size: 20px;
    color: #575656;
    font-weight: normal;
    line-height: 1.5;
}

.problem-title h2 {
    font-family: var(--font-tajawal);
}