/*================================
               fonts
==================================*/
/* @font-face {
    font-family: 'Somar';
    src: url(../fonts/Somar-Bold.otf);
}

@font-face {
    font-family: 'Somarmedium';
    src: url(../fonts/Somar-Medium.otf);
}

@font-face {
    font-family: 'Somarsemibold';
    src: url(../fonts/Somar-SemiBold.otf);
}

@font-face {
    font-family: 'Somarreg';
    src: url(../fonts/Somar-Regular.otf);
}

@font-face {
    font-family: 'Poppins';
    src: url(../fonts/Poppins-SemiBold.ttf);
}

@font-face {
    font-family: 'Tajawalbold';
    src: url(../fonts/Tajawal-Bold.ttf);
}

@font-face {
    font-family: 'Tajawal';
    src: url(../fonts/Tajawal-Medium.ttf);
}

@font-face {
    font-family: 'Tajawalre';
    src: url(../fonts/Tajawal-Regular.ttf);
}

@font-face {
    font-family: 'Work Sans';
    src: url(../fonts/WorkSans-SemiBold.ttf);
}

@font-face {
    font-family: 'Nunito';
    src: url(../fonts/Nunito-Black.ttf);
}

@font-face {
    font-family: 'Montserrat';
    src: url(../fonts/Montserrat-Regular.ttf);
} */

/*================================
               global
==================================*/
body {
	font-family: Changa;
    direction: rtl;
    overflow-x: hidden;
    margin: 0px;
    padding: 0px;
}

a {
    text-decoration: none;
}

/*================================
               parent
==================================*/
#parent {
    background-image: url("../img/Layer\ 16.png");
    min-height: 500px;
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
}

/*================================
               nav
==================================*/

#nav.scroll {
    background-color: #fff;
}

@media (max-width:991px) {
    .navbar-collapse {
        background: #fff;
        text-align: center;
    }
}

.navbar-toggler {
    color: #5FC7BF;

}

.navbar-toggler:focus {
    outline: none;
    box-shadow: none;
}

.navbar-brand {
    color: #5FC7BF;
    font-weight: bold;
    font-size: 35px;
}

.nav-link {
    color: #525252;
}

.nav-link.active {
    color: #5FC7BF;
}

.nav-link:hover {
    color: #5FC7BF;
}

.btn-nav {
    background: #5FC7BF;
    color: #fff;
    padding: 3px 20px;
    font-size: 14px;
    border-radius: 10px;
    -webkit-border-radius: 10px;
    -moz-border-radius: 10px;
    -ms-border-radius: 10px;
    -o-border-radius: 10px;
}

/*================================
             tool
==================================*/
#tool {}

.tool-head {
    color: #5FC7BF;
    padding-top: 200px;
    line-height: 35px;
}

.p-tool {
    color: #525252;
    margin-top: 20px;
    line-height: 26px;
}

.btn-tool {
    background: #5FC7BF;
    color: #fff;
    padding: 3px 20px;
    font-size: 14px;
    border-radius: 10px;
    -webkit-border-radius: 10px;
    -moz-border-radius: 10px;
    -ms-border-radius: 10px;
    -o-border-radius: 10px;
}

.img-tool {
    padding-top: 100px;
}

/*================================
             number
==================================*/
#number {
    margin-top: 50px;
}

.student {
    background: #faf7f7;
    display: flex;
    align-items: center;
    justify-content: space-evenly;
    padding: 10px 0px;
    width: 290px;
    border-radius: 5px;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    -ms-border-radius: 5px;
    -o-border-radius: 5px;
}

.img-student img {
    width: 100px;
    height: 100px;
    border-radius: 50%;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    -ms-border-radius: 50%;
    -o-border-radius: 50%;
}

.text-1 {
    background: #5FC7BF;
    color: #fff;
    padding: 0px 10px;
    font-size: 14px;
    border-radius: 20px;
    -webkit-border-radius: 20px;
    -moz-border-radius: 20px;
    -ms-border-radius: 20px;
    -o-border-radius: 20px;
}

.text-2 {
    color: #525252;
    font-size: 30px;
    font-weight: bold;
}

.text-3 {
    color: #525252;
    font-size: 15px;
    font-weight: bold;
    text-align: center;
    margin-bottom: -5px;
}

.text-1,
.text-2 {
    margin-bottom: -13px;
    text-align: center;
}

@media (min-width:992px) {
    .student-1 {
        display: flex;
        justify-content: end;
    }

    .student-2 {
        display: flex;
        justify-content: center;
    }

    .student-3 {
        display: flex;
        justify-content: start;
    }
}

@media (max-width:991px) {
    .student-1 {
        display: flex;
        justify-content: center;
        margin-top: 10px;
    }

    .student-2 {
        display: flex;
        justify-content: center;
        margin-top: 10px;

    }

    .student-3 {
        display: flex;
        justify-content: center;
        margin-top: 10px;
    }
}

/*================================
             why
==================================*/
#why {
    margin-top: 50px;
}

.img-header {
    color: #5FC7BF;
    position: relative;
    margin: 20px 0px;
}

.img-header h5 {
    font-size: 30px;
}

.img-header img {
    position: absolute;
    width: 300px;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    -webkit-transform: translate(-50%, -50%);
    -moz-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    -o-transform: translate(-50%, -50%);
}

.why-me {
    cursor: pointer;
    transition: all 0.3s linear;
    -webkit-transition: all 0.3s linear;
    -moz-transition: all 0.3s linear;
    -ms-transition: all 0.3s linear;
    -o-transition: all 0.3s linear;

}

.why-me .img-why {
    width: 80px;
    height: 80px;
    margin-bottom: 20px;
    transition: all 0.3s linear !important;
    -webkit-transition: all 0.3s linear !important;
    -moz-transition: all 0.3s linear !important;
    -ms-transition: all 0.3s linear !important;
    -o-transition: all 0.3s linear !important;
    position: relative;
}


.why-me:hover .img-why {
    transform: translateY(-10px);
    cursor: pointer;
    -webkit-transform: translateY(-10px);
    -moz-transform: translateY(-10px);
    -ms-transform: translateY(-10px);
    -o-transform: translateY(-10px);
}

.head-why {
    font-size: 18px;
    font-weight: bolder;
}

.p-why {
    font-size: 14px;
    margin-top: 10px;
}

/*================================
             important
==================================*/
#important {
    background-image: url("../img/Layer\ 14.png");
    background-repeat: no-repeat;
    background-size: 100%;
    min-height: 1400px;
    padding-bottom: 40px;
}

.img-important {
    margin-top: 100px;
    max-width: 550px;
}

@media (max-width:600px) {
    .img-important {
        margin-top: 100px;
        max-width: 315px;
    }
}

.head-important {
    color: #5FC7BF;
    font-size: 20px;
    margin-top: 100px;
    margin-bottom: 100px;
}

#slide-important h6 {
    color: #5FC7BF;
    font-size: 20px;
}

#slide-important .owl-nav {
    display: flex;
    justify-content: space-evenly;
}

#slide-important .owl-nav .owl-prev,
#slide-important .owl-nav .owl-next {
    width: 25px;
    height: 25px;
    font-size: 15px;
    border: 2px solid #5FC7BF;
    border-radius: 50%;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    -ms-border-radius: 50%;
    -o-border-radius: 50%;
    color: #5FC7BF;
    vertical-align: middle;
    text-align: center;
}

#slide-important .owl-dots {
    position: relative;
    margin: 0px 5px;
    top: -25px;
}

#slide-important .owl-dots span {
    width: 9px;
    height: 9px;
    border: 1px solid #5FC7BF;
    background: none;
    margin-right: 3px;
    margin-left: 3px;

}

#slide-important .owl-dots .owl-dot.active:before {
    content: '';
    position: absolute;
    width: 9px;
    height: 9px;
    border-radius: 50%;
    background: #5FC7BF;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    -ms-border-radius: 50%;
    -o-border-radius: 50%;
    display: block;
    margin-top: 5px;
    margin-right: 3px;

}

.wet {
    margin-top: 175px;
}

.price {
    background: #fff;
    padding: 20px;
    border-radius: 10px;
    -webkit-border-radius: 10px;
    -moz-border-radius: 10px;
    -ms-border-radius: 10px;
    -o-border-radius: 10px;
    min-height: 380px;
    transition: all 0.3s linear;
    -webkit-transition: all 0.3s linear;
    -moz-transition: all 0.3s linear;
    -ms-transition: all 0.3s linear;
    -o-transition: all 0.3s linear;
    box-shadow: 1px 1px 10px rgba(0, 0, 0, 0.2);
}

.header-price h3 {
    font-size: 30px;
    color: orange;
    font-weight: bold;
    margin-bottom: 10px;
    margin-top: 20px;
}

.price ul li {
    margin-top: 15px;
}

.price ul li::marker {
    color: orange;
    transition: all 0.3s linear;
    -webkit-transition: all 0.3s linear;
    -moz-transition: all 0.3s linear;
    -ms-transition: all 0.3s linear;
    -o-transition: all 0.3s linear;
}

.header-price-2 h3,
.header-price-2 h2 {
    color: #5FC7BF;
    transition: all 0.3s linear;
    -webkit-transition: all 0.3s linear;
    -moz-transition: all 0.3s linear;
    -ms-transition: all 0.3s linear;
    -o-transition: all 0.3s linear;

}

.header-price-3 h3 {
    color: purple;
    transition: all 0.3s linear;
    -webkit-transition: all 0.3s linear;
    -moz-transition: all 0.3s linear;
    -ms-transition: all 0.3s linear;
    -o-transition: all 0.3s linear;
}

.price .list-2 li::marker {
    color: #5FC7BF;
    transition: all 0.3s linear;
    -webkit-transition: all 0.3s linear;
    -moz-transition: all 0.3s linear;
    -ms-transition: all 0.3s linear;
    -o-transition: all 0.3s linear;
}

.price .list-3 li::marker {
    color: purple;
    transition: all 0.3s linear;
    -webkit-transition: all 0.3s linear;
    -moz-transition: all 0.3s linear;
    -ms-transition: all 0.3s linear;
    -o-transition: all 0.3s linear;
}

.price:hover {
    background: #5FC7BF;
    transform: scale(1.1);
    -webkit-transform: scale(1.1);
    -moz-transform: scale(1.1);
    -ms-transform: scale(1.1);
    -o-transform: scale(1.1);
    color: #fff;

    cursor: pointer;
}

.price:hover .header-price-2 h2 {
    color: white;
    background: rgba(82, 82, 82, 0.2);
    border-radius: 10px;
    -webkit-border-radius: 10px;
    -moz-border-radius: 10px;
    -ms-border-radius: 10px;
    -o-border-radius: 10px;
    width: fit-content;
    margin-right: auto;
    margin-left: auto;
    padding: 5px 30px;
}

.price:hover .header-price-3 h3,
.price:hover .header-price h3 {
    color: white;
}

.price:hover ul li::marker,
.price:hover .list-2 li::marker,
.price:hover .list-3 li::marker {
    color: black;
}

.btn-build {
    background: linear-gradient(to left, orange, orangered);
    padding: 5px 20px;
    border-radius: 10px;
    -webkit-border-radius: 10px;
    -moz-border-radius: 10px;
    -ms-border-radius: 10px;
    -o-border-radius: 10px;
    color: #fff;
    margin: 0px auto;
    display: block;
    text-align: center;
    width: fit-content;
    font-weight: bold;
    font-size: 20px;
    transition: all 0.3s linear;
    -webkit-transition: all 0.3s linear;
    -moz-transition: all 0.3s linear;
    -ms-transition: all 0.3s linear;
    -o-transition: all 0.3s linear;
}

.btn-build:hover {
    color: #5FC7BF;
}

/*================================
             slidesay
==================================*/
#slidesay p {
    font-size: 14px;
}

#slidesay .owl-dots {
    position: absolute;
    top: -27px;
    margin-right: 10px;
}

#slidesay .owl-dots span {
    width: 15px;
    height: 15px;
    background: gray;
}

#slidesay .owl-dots .owl-dot.active::before {
    content: '';
    display: block;
    position: absolute;
    width: 25px;
    height: 25px;
    background: gray;
    border-radius: 50%;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    -ms-border-radius: 50%;
    -o-border-radius: 50%;
    margin-right: 4px;
    transform: scale(1.1);
    -webkit-transform: scale(1.1);
    -moz-transform: scale(1.1);
    -ms-transform: scale(1.1);
    -o-transform: scale(1.1);
}

.p-say {
    margin-top: 50px;
    color: #5FC7BF;
    text-align: center;
}

/*==============================
             footer
===============================*/
#footer {
    padding-top: 165px;
    background-image: url("../img/Layer\ 13.png");
    background-repeat: no-repeat;
    background-size: 100% 100%;
    min-height: 400px;
}

.bran-footer {
    margin-top: 44px;
    display: block;
}

.list-footer {
    list-style: none;

    padding: 0px;
}

.list-footer a {
    color: #919191;
    font-weight: 500;
    transition: all 0.2s linear;
    -webkit-transition: all 0.2s linear;
    -moz-transition: all 0.2s linear;
    -ms-transition: all 0.2s linear;
    -o-transition: all 0.2s linear;
}

.list-footer a:hover {
    color: #5FC7BF;

}

.list-footer li {
    margin-top: 11px;
}

#footer h3 {
    color: #969696;
}

.icons-div {
    display: flex;
    align-items: center;
    justify-content: center;
}

.icons-div a {
    width: 25px;
    height: 25px;
    padding: 5px;
    border: 1px solid #919191;
    color: #969696;
    border-radius: 50%;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    -ms-border-radius: 50%;
    -o-border-radius: 50%;
    overflow: hidden;
    display: flex;
    align-items: center;
    justify-content: center;

}

.icons-div a:not(:last-child) {
    margin-left: 5px;
}

.icons-div a:hover svg {
    animation: torightleft 0.5s linear;
    -webkit-animation: torightleft 0.5s linear;
}

.icons-div a:hover {
    background: #5FC7BF;
}

.sp-footer {
    color: #919191;
    font-weight: 400;
    font-size: 15px;
}

.p-right {
    color: #969696;
    font-weight: 700;
    font-size: 15px;
}

@media (max-width:991px) {
    .bran-footer {
        text-align: center;
        margin-bottom: 20px;
    }
}

/*=====================================
          animation
=======================================*/
.zoomin {

    animation-name: zoomin;
}

@keyframes zoomin {
    0% {
        opacity: 0;
        transform: scale3d(0.3, 0.3, 0.3);
        -webkit-transform: scale3d(0.3, 0.3, 0.3);
        -moz-transform: scale3d(0.3, 0.3, 0.3);
        -ms-transform: scale3d(0.3, 0.3, 0.3);
        -o-transform: scale3d(0.3, 0.3, 0.3);
    }

    50% {
        opacity: 50%;
    }
}

@keyframes torightleft {
    49% {
        -webkit-transform: translate(100%);
        transform: translate(100%);
    }

    50% {
        opacity: 0;
        -webkit-transform: translate(-100%);
        transform: translate(-100%);
    }

    51% {
        opacity: 1;
    }
}