/*----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 {
    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;
}

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

.img-btn {
    border-radius: 10px;
    background-color: var(--secondary-color);
    width: 30%;
    height: 100%;
}

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

}

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

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

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

/*----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;
}

.add-casera {
    position: relative;
}

.hero-section .add-casera::after {
    content: '//';
    color: #55DAFF;
    position: absolute;
    font-weight: 700;
    top: 26px;
    font-size: 20px;
    left: 32px;
    transform: rotate(60deg);
}

.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-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: 70px;
}

.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%;
}

@media (max-width:1200px) {
    .hero-details-section {
        align-items: center;
    }

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

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

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

    .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;
    }

}

@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;
    }

    .hero-section .add-casera::after {
        top: 8px;
        left: 15px;
    }

    .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 (min-width:431px) and (max-width:668px) {
    .hero-section h1 {
        font-size: 70px;
    }
}

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

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

.container-details {
    margin-bottom: 40px;
}


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

.container-details img {
    width: 25px;
    height: 25px;
    transform: matrix(-1, 0, 0, -1, 0, 0);
    margin-left: 24px;
    margin-bottom: 30px;
}

.title {
    border-bottom: 2px solid #DFDFDF;
    width: 255px;
}

.container-details .title h3 {
    color: var(--black-color);
    font-weight: light;
    font-size: 22px;
}

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


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

.img-about-3 {
    display: none;
    max-width: 100%;
    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: 100%;
    }

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

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

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

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

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

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

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

}

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

.slider-title img,
.slider-title-2 img {
    width: 40px;
    height: 40px;
    margin-top: -4px;
}

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


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

}

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

}

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

}

.slider-title>span::before {
    content: "";
    background-color: #c5c5c5;
    height: .8px;
    width: 100px;
    top: 16px;
    right: 52px;
    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: 58px;
    }

    .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;
}

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

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

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

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

.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%;
}

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

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


@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:999px) {

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

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

}

@media (max-width:781px) {

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

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

}

@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: 40px;
    }

    .hero-details hr {
        display: none;
    }

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

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

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

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

.swiper-button-prev {
    left: 39% !important;
    width: 48px !important;
    height: 48px;
    position: static !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: 17px;
    height: 13px;
    margin-left: 8px;
    object-fit: cover;
    margin-bottom: 6px;
}

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

.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: 40px;
        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;

}

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

.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: 128px;
    height: 54px;
    margin-top: 10px;
    margin-bottom: 10px;
    font-size: 20px;
}

.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;
    }
}



.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;
}