

* {
    margin: 0;
    padding: 0;
}

body{
    font-family: 'Tajawal';
    direction: rtl;
}

/* Start Scrollbar */
/* width */
::-webkit-scrollbar {
    width: 5px;
    height: 5px;
  }
  /* Track */
  ::-webkit-scrollbar-track {
    background: #f2f2f2; 
    -webkit-box-shadow: inset 0 0 .2rem #808080; 
            box-shadow: inset 0 0 .2rem #808080;
  }
  /* Track Active */
  ::-webkit-scrollbar-track:active {
    background: #d9d9d9; 
  }
  /* Handle */
  ::-webkit-scrollbar-thumb {
    background: #4d4d4d; 
    border-radius: 50px;
    -webkit-box-shadow: inset 0 0 .3rem #4d4d4d;
            box-shadow: inset 0 0 .3rem #4d4d4d;
  }
  /* Handle on hover */
  ::-webkit-scrollbar-thumb:hover {
    background: #333333; 
  }
  /* End Scrollbar */

.section-1
{
    /* height: 600.81px; */
    /* padding: 2em 1em; */
    background-image: url(../img/1.png);
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
    /* transform: matrix(-1, 0, 0, 1, 0, 0); */
}
.features-list
{
    position: relative;
    top: -113px;
    /* margin-top: -50px; */
}

.section-2
{
    padding: 2em 1em 3em 1em;
}

.section-3
{
    height: 327px;
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
    padding: 2em 0;
    background-image: url(../img/6.png);
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
}

.section-5
{
    height: 327px;
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
    padding: 2em 0;
    background-image: url(../img/9.png);
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
}

.section-6
{
    padding: 3.5em 1em;
    background-color: var(--color-6);
}

.section-7
{
    padding: 3.5em 1em;
}

.blog
{
    max-width: 306px;
    margin: auto;
    overflow: hidden;
    border-radius: 23px;
    -webkit-box-shadow: 0px 0px 15px rgba(0, 0, 0, 0.15);
            box-shadow: 0px 0px 15px rgba(0, 0, 0, 0.15);
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
}
.blog .blog-caption
{
    padding: 2em 1em;
    border: 1.54px solid var(--color-6);
    border-top: none;
    overflow: hidden;
    border-radius: 0 0 23px 23px;
    height: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
}


.carousel:hover .carousel-control-prev,
.carousel:hover .carousel-control-next
{
    opacity: 1;
}
.carousel-control-next, 
.carousel-control-prev 
{
    width: 68px;
    height: 68px;
    background: var(--color-9);
    border-radius: 50%;
    top: 50%;
    -webkit-transform: translate(0,-50%);
        -ms-transform: translate(0,-50%);
            transform: translate(0,-50%);
    opacity: 0;
    -webkit-transition: background-color .5s ease-in-out,
                opacity 1s ease-in-out;
    -o-transition: background-color .5s ease-in-out,
                opacity 1s ease-in-out;
    transition: background-color .5s ease-in-out,
                opacity 1s ease-in-out;
}
.carousel-control-next:hover, 
.carousel-control-prev:hover
{
    background: var(--color-4);
}

.page-footer
{
    padding: 3em 1em 0 1em;
    background: var(--color-13);
}
.page-footer .social-icons-list
.list-item
{
    margin-left: 1em;
}
.page-footer .social-icons-list
.list-item:last-of-type
{
    margin-left: 0;
}
.page-footer .social-icons-list
.list-item > a
{
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    width: 30px;
    height: 30px;
    border-radius: 50%;
    background: var(--color-12);
    text-decoration: none;
    color: #ffffff;
    -webkit-transition: all .5s ease-in-out;
    -o-transition: all .5s ease-in-out;
    transition: all .5s ease-in-out;
}
.page-footer .social-icons-list
.list-item > a:hover
{
    background: #000000;
}
.page-footer .separator 
{
    height: 1px;
    max-width: 90%;
    background: #d1d1d1;
    margin: 3em auto;
}


.about-us-section-1
{
    height: 580px;
    background-image: url(../img/about-us/1.png);
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
}
.about-us-section-2
{
    padding: 0 0 3em 0;
}
.about-us-section-3
{
    padding: 20em 0 10em 0;
}
@media screen and (max-width: 1200px) 
{
    .about-us-section-3 .circular-list
    {
        width: 250px;
        height: 250px;
    }
    .circular-list .circular-list-curved-line
    {
        display: none;
    }
    .about-us-section-3 .circular-list
    .circular-list-items 
    {
        position: static;
        -webkit-transform: none;
            -ms-transform: none;
                transform: none;
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-pack: justify;
            -ms-flex-pack: justify;
                justify-content: space-between;
        -webkit-box-align: center;
            -ms-flex-align: center;
                align-items: center;
        margin-top: 1em;
        gap: 5px;
    } 
    .about-us-section-3 .circular-list
    .list-item-rotator
    {
        position: static;
        -webkit-transform: none;
            -ms-transform: none;
                transform: none;
    } 
    .about-us-section-3 .circular-list 
    .list-item-rotator .list-item
    {
        position: static;
        -webkit-transform: none;
            -ms-transform: none;
                transform: none;
        width: auto;
        height: auto;
    }  
}


.our-services-section-1
{
    height: 580px;
    background-image: url(../img/our-services/1.png);
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
}
.our-services-section-2
{
    padding: 0 0 3em 0;
}

.contact-us-section-1
{
    height: 580px;
    background-image: url(../img/contact-us/1.png);
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
}
.contact-us-section-2
{
    padding: 0 0 3em 0;
    margin: 0 0 3em 0;
}
.contact-us-section-2 .rectangle
{
    position: absolute;
    right: -34%;
}

@media screen and (max-width: 1000px) 
{
    .contact-us-section-2 .rectangle
    {
        right: 0;
    }    
}

.blog-section-1
{
    height: 580px;
    background-image: url(../img/blog/1.png);
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
}

@media screen and (max-width: 800px) 
{
    .blog-section-1-blogs
    {
        padding-left: 1em !important;
        padding-right: 1em !important;
    } 
}

.diet-section-1
{
    padding: 2em 0 5em 0;
    background-image: url(../img/weight-loss/1.png);
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
}
.diet-section-1 .headings
{
    top: 31%;
    right: -15%;
}
.diet-section-1 .headings .heading-2
{
    margin-right: -108px;
}
.diet-section-1 .headings .heading-3
{
    margin-right: -147px;
    margin-top: -36px;
}
.diet-section-1 .headings .heading-4
{
    margin-right: -166px;
    padding: .35em;
}
.diet-section-1-guy-image
{
    margin-top: -523px;
    margin-bottom: -104px;
    margin-left: -79px;
    /* position: absolute;
    left: 50%;
    transform: translateX(-50%); */
}

@media screen and (max-width: 1220px) 
{
    .diet-section-1 .headings
    {
        right: 0;
    }
}
@media screen and (max-width: 1000px) 
{
    .diet-section-1 .headings .heading-2,
    .diet-section-1 .headings .heading-3,
    .diet-section-1 .headings .heading-4
    {
        margin-right: 0;
    }
    .diet-section-1-guy-image
    {
        display: none;
    }
}
@media screen and (max-width: 990px) 
{
    .diet-section-1 .shape
    {
        display: none;
    }
}

.hijama-section-1
{
    height: 580px;
    padding: 2em 0 5em 0;
    background-image: url(../img/hijama/1.png);
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
}


.tracking-weight-section-1
{
    padding: 2em 0 5em 0;
    background-image: url(../img/weight-loss/1.png);
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
}
.tracking-weight-section-1 .headings
{
    top: 31%;
    right: -15%;
}
.tracking-weight-section-1 .headings .heading-1
{
    margin-right: -95px;
}
.tracking-weight-section-1 .headings .heading-2
{
    margin-right: -158px;
}
.tracking-weight-section-1 .headings .heading-3
{
    margin-right: -158px;
}
.tracking-weight-section-1 .headings .heading-4
{
    margin-right: -218px;
    padding: 0.35em;
}
/* .tracking-weight-section-1-guy-image {
    margin-top: -686px;
    margin-bottom: -177px;
    margin-left: -291px;
} */
.tracking-weight-section-1-guy-image 
{
    position: absolute;
    top: 2%;
    left: 23%;
    background-image: url(../img/tracking-weight/1.png);
    background-repeat: no-repeat;
    -webkit-clip-path: polygon(50% 0%, 100% 0, 100% 35%, 100% 100%, 80% 90%, 50% 100%, 20% 90%, 0% 70%, 0% 35%, 0 0);
            clip-path: polygon(50% 0%, 100% 0, 100% 35%, 100% 100%, 80% 90%, 50% 100%, 20% 90%, 0% 70%, 0% 35%, 0 0);
    height: 669px;
    width: 667px;
    z-index: 5;
}

@media screen and (max-width: 1760px) 
{
    .tracking-weight-section-1-guy-image
    {
        /* display: none; */
        left: 5%;
    }
}
@media screen and (max-width: 1248px) 
{
    .tracking-weight-section-1-guy-image
    {
        display: none;
    }
}
@media screen and (max-width: 1220px) 
{
    .tracking-weight-section-1 .headings
    {
        right: 0;
    }
}
@media screen and (max-width: 1000px) 
{
    .tracking-weight-section-1 .headings .heading-1,
    .tracking-weight-section-1 .headings .heading-2,
    .tracking-weight-section-1 .headings .heading-3,
    .tracking-weight-section-1 .headings .heading-4
    {
        margin-right: 0;
    }
}
@media screen and (max-width: 990px) 
{
    .tracking-weight-section-1 .shape
    {
        display: none;
    }
}


.single-blog-section-1
{
    height: 605.07px;
    background-image: url(../img/1.png);
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
    /* transform: matrix(-1, 0, 0, 1, 0, 0); */
}

.single-blog-section-2
{
    padding: 0 0 5em 0;
}


.contact-us-form
{
    padding: 1em;
    background: #ffffff;
}
.contact-us-form
button[type=submit]
{
    -webkit-transition: all .5s ease-in-out;
    -o-transition: all .5s ease-in-out;
    transition: all .5s ease-in-out;
    border: 1px solid var(--color-6) !important;
}
button[type=submit]:hover
{
    background: #ffffff !important;
    color: var(--color-6) !important;
}

input[type=date],
input[type=time],
input[type=email],
input[type=number]
{
    direction: rtl;
    text-align: right;
}

.healthy-kitchen-section-1
{
    padding: 0 0 0 0;
    height: 100vh;
    background-color: #F3F3F3;
}
.healthy-kitchen-section-1 .flipbook-viewport
{
    margin-top: -120px;
}
.healthy-kitchen-section-2
{
    padding: 2em 0 0 0;
}


