/* ================================
               fonts
==================================*/
@font-face {
    font-family: 'Somar';
    src: url(../fonts/Somar-Bold.woff2),
        url(../fonts/Somar-Bold.woff);
}

@font-face {
    font-family: 'Somarmedium';
    src: url(../fonts/Somar-Medium.woff2),
        url(../fonts/Somar-Medium.woff);
}

@font-face {
    font-family: 'Somarsemibold';
    src: url(../fonts/Somar-SemiBold.woff2),
        url(../fonts/Somar-SemiBold.woff);
}

@font-face {
    font-family: 'Somarreg';
    src: url(../fonts/Somar-Regular.woff2),
        url(../fonts/Somar-Regular.woff);
}

@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 {
    direction: rtl;
    overflow-x: hidden !important;
    margin: 0px;
    padding: 0px;
}

a {
    text-decoration: none;
}

a:hover {
    color: inherit;
    cursor: pointer;
}

ul {
    list-style: none;
    padding: 0;
    margin: 0;
}

li {
    margin: 0;
    padding: 0;
}

svg:hover {
    cursor: pointer;
}



/*================================
               nav
==================================*/
#nav {
    /* background-image: url('../img/Picture42.png'); */
    background-repeat: no-repeat;
    background-position: center;
    background-size: 100%;
    background: linear-gradient(-90deg, #D4EFBE, #F1F7CC);
}

.navbar {
    padding-top: 0px;
    padding-bottom: 0px;
    position: relative;
}

.navbar .container-fluid {
    padding-left: 0px;
    padding-right: 0px;
}

.navbar-brand {
    margin-top: 15px;
    margin-bottom: 10px;
    padding-top: 0px;
    padding-bottom: 0px;
    margin-left: 48px;
    position: relative;
    z-index: 1;
    margin-right: 0px;
    max-width: 200px;
}

.navbar-nav {
    padding-right: 0px;
    margin-right: 12%;
}

@media(max-width:991px) {
    .navbar-collapse.collapse.show {
        overflow-y: auto;
        max-height: 60vh;
        -webkit-overflow-scrolling: touch;
    }

    .navbar-nav {
        margin-right: 0%;
    }
}






.nav-item a.nav-link {
    margin-top: 15px;
    margin-bottom: 15px;
    margin-left: 30px;
    padding-left: 0px !important;
    padding-right: 0px !important;
    padding: 0px;
    font-family: 'Somar';
    font-style: normal;
    font-weight: 700;
    font-size: 20px !important;
    line-height: 29px;
    color: #000000;
    position: relative;
}

@-moz-document url-prefix() {
    .nav-item a.nav-link {
        margin-top: 15px;
        margin-bottom: 15px;
        margin-left: 30px;
        padding-left: 0px !important;
        padding-right: 0px !important;
        padding: 0px;
        font-family: 'Somar';
        font-style: normal;
        font-weight: 700;
        font-size: 18px !important;
        line-height: 29px;
        color: #000000;

    }


}

.nav-item .nav-link.active {
    color: #2EAC6D;
}

.nav-item .nav-link.active::before {
    content: "";
    position: absolute;
    background: #2EAC6D;
    right: 0;
    width: 12px;
    height: 3px;
    border-radius: 10px;
    bottom: -3px;
}

.nav-item a.nav-link:hover {
    color: #2EAC6D;
}

.btn-nav {
    margin-top: 15px;
    margin-bottom: 15px;
    background: transparent;
    border-radius: 10px;
    font-family: 'Somar';
    font-style: normal;
    font-weight: 700;
    font-size: 20px;
    line-height: 29px;
    color: #000;
    padding: 5px 30px;
    display: flex;
    flex-direction: row;
    justify-content: center;
    align-items: center;
    max-width: 100px;
    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;
    -webkit-border-radius: 10px;
    -moz-border-radius: 10px;
    -ms-border-radius: 10px;
    -o-border-radius: 10px;
    margin-right: 10px;
}

.btn-nav.active {
    border: 2px solid #2EAC6D;
}

.btn-nav:hover {
    color: #fff;
}

.navbar-toggler {
    padding-left: 0px !important;
}

.navbar-toggler svg {
    color: #ffce3b;
    font-size: 30px;
    border: none;
    transition: all 0.3s ease-in-out;
    -webkit-transition: all 0.3s ease-in-out;
    -moz-transition: all 0.3s ease-in-out;
    -ms-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
    z-index: 4;
    position: relative;
    margin-bottom: 0px;
}

.navbar-toggler:focus {
    box-shadow: none;
}

@media (max-width:991px) {
    .navbar-nav {
        text-align: center;
        /* height: 64vh; */
    }

    .nav-item a.nav-link {
        margin-top: 20px;
        margin-bottom: 20px;
        display: inline-block;
    }

    .navbar-collapse {
        position: fixed;
        left: -120%;
        width: 100%;
        height: 100vh;
        transition: left 0.3s ease-in-out;
        -webkit-transition: left 0.3s ease-in-out;
        -moz-transition: left 0.3s ease-in-out;
        -ms-transition: left 0.3s ease-in-out;
        -o-transition: left 0.3s ease-in-out;
        background-image: url('../img/Picture9.png');
        background-repeat: no-repeat;
        background-position: center;
        background-size: cover;
    }

    .navbar-collapse.show {
        left: 0;
        height: 100vh;
        min-height: 700px;
        top: 0px;
        padding-top: 70px;
    }
}

/* .scrolled {
    background: #fff;
    background-image: url('../img/Picture9.png');
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
} */

/* =============================
           Discover yourself
   ============================= */
#self {
    position: relative;
    margin-bottom: 20px;
}

#slide-self {
    position: relative;
}

.slider-1 {
    background-image: url('../img/Picture42.png');
    background-position: center;
    background-size: cover;
    height: 100vh;
    min-height: 500px;
    position: relative;
}

.slider-1 .container {
    height: 100%;
}

.slider-1 .container .row {
    height: 100%;
}

.photo {
    margin-top: 100px;
    position: relative;
    float: left;
    max-height: calc(100vh - 100px);
    width: 100%;
    height: 100%;
}

.photo img {
    max-width: 100%;
    max-height: calc(100vh - 100px);
    margin-left: 20px;
    width: 100%;
    /* object-fit: contain; */
    bottom: 0px;
    position: relative;
    height: 100%;
}

.text-slide {
    text-align: center;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
    margin-top: 40px;
    max-height: 700px;
    min-height: 432px;
    height: 100%;
    margin-right: 50px;
}


.text-slide h1 {
    font-family: 'Somar';
    font-size: 45px;
    color: #2EAC6D;
    margin-bottom: 0px;
}

.text-slide p {
    font-family: 'Somarsemibold';
    font-size: 25px;
    color: #000;
    display: -webkit-box;
    -webkit-line-clamp: 8;
    -webkit-box-orient: vertical;
    overflow: hidden;
}

.dependense {
    position: absolute;
    left: 20px;
    bottom: 20px;
}

.dependense span {
    font-family: 'Somarreg';
    font-size: 12px;
    color: #000;
}

.dependense img {
    width: 30px;
    margin-right: 5px;
}

.p-one {
    margin-bottom: 0px;
    margin-top: 30px;
}

.p-one .sp-one,
.p-one .sp-two {
    font-family: 'Somar';
    font-style: normal;
    font-weight: 700;
    font-size: 64px;
    line-height: 77px;
}

.p-one .sp-one {
    color: #2EAC6D;
}

.p-one .sp-three {
    font-family: 'Somar';
    font-style: normal;
    font-weight: 700;
    font-size: 96px;
    line-height: 77px;
    color: #FFCB3C;
}

.p-two {
    font-family: 'Somar';
    font-weight: 700;
    font-size: 30px;
    line-height: 58px;
    text-align: justify;
    color: #2F4046;
}

.p-two .sp-four {
    color: #FFCB3C;
}

.btn-self {
    display: flex;
    flex-direction: row;
    justify-content: center;
    align-items: center;
    padding: 10px 21px;
    margin-top: 90px;
    background: linear-gradient(180deg, #2EAC6D 0%, #52EA9E 100%);
    border: 2px solid #2EAC6D;
    box-shadow: 0px 4px 4px rgba(0, 0, 0, 0.25);
    border-radius: 20px;
    width: 200px;
    font-family: 'Somar';
    font-style: normal;
    font-weight: 700;
    font-size: 30px;
    line-height: 43px;
    color: #FFFFFF;
    text-align: center;
}

.btn-self:hover {
    border: 2px solid #ECBB36;

}




@keyframes myAnimation {
    0% {
        transform: translateY(0);
    }

    50% {
        transform: translateY(10px);
    }

    100% {
        transform: translateY(0);
    }
}





.sp-two-slide-2 {
    font-family: 'Somar';
    font-style: normal;
    font-weight: 700;
    font-size: 96px;
    line-height: 100px;
    color: #FFCB3C;
}

.p-two-slide-2 {
    text-align: center;
    font-family: 'Somar';
    font-style: normal;
    font-weight: 700;
    font-size: 48px;
    line-height: 58px;
    text-align: center;
    color: #FFFFFF;
    margin-bottom: 0px;
}

.sp-three-slide-2 {
    color: #FFCB3C;
}

.btn-slide-2 {
    display: flex;
    justify-content: center;
    align-items: center;
    padding: 10px 21px;
    gap: 7.6px;
    width: 200px;
    height: 70px;
    background: linear-gradient(180deg, #2EAC6D 0%, #52EA9E 100%);
    border: 2px solid #FFFFFF;
    box-shadow: 0px 4px 4px rgba(0, 0, 0, 0.25);
    border-radius: 20px;
    font-family: 'Somar';
    font-style: normal;
    font-weight: 700;
    font-size: 30px;
    line-height: 43px;
    color: #FFFFFF;
    margin-top: 67px;
    text-align: center;
    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-slide-2:hover {
    border: 2px solid #ECBB36;
}

.skip-2 {
    color: #ffffff;
    display: flex;
    align-items: center;
    margin-right: 30px;
    margin-bottom: 16px;
}

.skip-2:hover {
    color: #ffffff;
}

.skip-2 .icon-self-2 {
    width: 65px;
    height: 65px;
    border: 4px solid #ffffff;
    border-radius: 50%;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    -ms-border-radius: 50%;
    -o-border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;

    font-size: 30px;

    font-weight: 100;
    background: transparent;
    color: #ffffff;
    animation: myAnimation 2s infinite;
    -webkit-animation: myAnimation 2s infinite;
}

.skip-2 .sp-five {
    font-family: 'Somar';
    font-style: normal;
    font-weight: 700;
    font-size: 24px;
    line-height: 29px;
    margin-right: 20px;
}

.bg-slide-3 {
    background-image: url("../img/Group\ 1000003769.png");
    background-repeat: no-repeat;
    background-size: cover;
    margin-top: 112px;
    position: relative;
}

.p-one-slide-3 {
    font-family: 'Somar';
    font-style: normal;
    font-weight: 700;
    font-size: 64px;
    line-height: 77px;
    color: #ffffff;
    margin-top: 100px;
    margin-bottom: -10px;
}

.p-two-slide-3 {
    font-family: 'Somar';
    font-style: normal;
    font-weight: 700;
    font-size: 48px;
    line-height: 58px;
    color: #FFFFFF;
}

.btn-slide-3 {
    display: flex;
    flex-direction: row;
    justify-content: center;
    align-items: center;
    padding: 10px 21px;
    width: 200px;
    height: 70.35px;
    background: linear-gradient(180deg, #FFCB3C 0%, #FFD665 100%);
    border: 2px solid #2EAC6D;
    box-shadow: 0px 4px 4px rgba(0, 0, 0, 0.25);
    border-radius: 20px;
    font-family: 'Somar';
    font-style: normal;
    font-weight: 700;
    font-size: 30px;
    line-height: 43px;
    color: #FFFFFF;
    margin-top: 51px;
}

.btn-slide-3:hover {
    border: 2px solid #49D38E;

}

.slide-3 {
    border-right: 5px solid #ffffff;
}

@media (max-width:767px) {
    .p-one-slide-3 {
        margin-top: 30px;
    }

    .slide-3 {
        padding-bottom: 20px;
    }

    .p-one-4 {
        margin-bottom: 10px;
    }
}


#slide-self .owl-nav {
    display: none;
}

/* =============================
             blancelife
   ============================= */

#balanceLife {
    padding-block: 20px;
    min-height: 200px;
    margin-bottom: 20px;
}

.text-balancelife {
    text-align: center;
}

.text-balancelife h1 {
    font-family: 'Somar';
    color: #000;
    font-size: 40px;
}

.text-balancelife p {
    font-family: 'Somarreg';
    color: #000;
    font-size: 20px;
    margin-bottom: 20px;
}

.typeof-balance {
    display: flex;
    flex-wrap: wrap;
}

.sub-typeof-blance {
    width: 20%;
    margin-bottom: 20px;
    text-align: center;
}

.sub-typeof-blance img {
    width: 60px;
    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;
}

.sub-typeof-blance:hover img {
    transform: translateY(-5px);
    -webkit-transform: translateY(-5px);
    -moz-transform: translateY(-5px);
    -ms-transform: translateY(-5px);
    -o-transform: translateY(-5px);
    cursor: pointer;
}

.sub-typeof-blance p {
    font-family: 'Somarsemibold';
    color: #000;
    font-size: 20px;
}

.end-blanselife p {
    font-family: 'Somarmedium';
    color: #000;
    font-size: 20px;
    text-align: center;
    margin-bottom: 10px;
}

.end-blanselife a {
    font-family: 'Somar';
    color: #fff;
    font-size: 20px;
    display: flex;
    align-items: center;
    justify-content: center;
    max-width: 220px;
    height: 50px;
    width: 100%;
    background: #2EAC6D;
    margin-inline: auto;
    border-radius: 5px;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    -ms-border-radius: 5px;
    -o-border-radius: 5px;
}

/* =============================
             when-subscribe
   ============================= */
#when-subscribe {
    min-height: 300px;
    padding-block: 20px;
    margin-bottom: 20px;
}

.text-when-subscribe p {
    font-family: 'Somar';
    color: #000;
    font-size: 40px;
}

.card-when-subscribe {
    position: relative;
    min-height: 450px;
    border-radius: 10px;
    overflow: hidden;
    border-radius: 10px;
    -webkit-border-radius: 10px;
    -moz-border-radius: 10px;
    -ms-border-radius: 10px;
    -o-border-radius: 10px;
    margin-bottom: 20px;
}

.card-image {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
    z-index: 1;
    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;
}

.card-when-subscribe:hover .card-image {
    transform: scale(1.1);
    -webkit-transform: scale(1.1);
    -moz-transform: scale(1.1);
    -ms-transform: scale(1.1);
    -o-transform: scale(1.1);
    cursor: pointer;
}

.card-when-subscribeone::after {
    content: '';
    position: absolute;
    top: 0;
    right: 0;
    width: 65%;
    height: 100%;
    z-index: 1;
    background: linear-gradient(to left, rgba(46, 172, 109, 0.95) 65%, rgba(46, 172, 109, 0));
}

.card-when-subscribethree::after {
    content: '';
    position: absolute;
    top: 0;
    right: 0;
    width: 100%;
    height: 50%;
    z-index: 1;
    background: linear-gradient(to bottom, rgba(46, 172, 109, 0.95) 60%, rgba(46, 172, 109, 0));
}

.preime {
    position: relative;
}

.preime .free-span {
    position: absolute;
    overflow: hidden;
    width: 150px;
    height: 150px;
    top: -10px;
    left: -10px;
    display: flex;
    align-items: center;
    justify-content: center;
    z-index: 2;
}

.preime .free-span::before {
    content: 'لفترة محدودة';
    position: absolute;
    width: 150%;
    height: 40px;
    background: #ffcc3a;
    transform: rotate(-45deg) translateY(-20px);
    display: flex;
    align-items: center;
    justify-content: center;
    color: #fff;
    font-weight: 600;
    text-transform: uppercase;
    box-shadow: 0 5px 10px rgba(0, 0, 0, 0.23);
    font-family: 'Somar';
    font-size: 20px;
}

.preime .free-span::after {
    content: '';
    position: absolute;
    width: 10px;
    bottom: 0;
    left: 0;
    height: 10px;
    z-index: -1;
    box-shadow: 140px -140px #cc3f47;
    background-image: linear-gradient(45deg, #FF512F 0%, #F09819 51%, #FF512F 100%);
}

.card-content {
    position: relative;
    z-index: 2;
    padding-block: 30px;
    padding-right: 50px;

}

.head-list p {
    font-family: 'Somar';
    color: #fff;
    font-size: 25px;
}

.list-report-short {
    min-height: 265px;
}

.list-report-short li {
    font-family: 'Somarreg';
    color: #fff;
    font-size: 20px;
    display: flex;
    width: 100%;
    max-width: 300px;
    margin-bottom: 15px;
}

.icon-check {
    margin-left: 10px;
    font-size: 13px;
    margin-top: 5px;
    color: #000;
    display: flex;
    align-items: center;
    justify-content: center;
    width: 25px;
    height: 25px;
    background: #ffcc3a;
    border-radius: 50%;
}

.model-button {
    margin-top: 20px;
}

.model-button button,
.model-button a {
    font-family: 'Somar';
    color: #49D38E;
    font-size: 22px;
    display: flex;
    align-items: center;
    justify-content: center;
    max-width: 110px;
    height: 45px;
    border-radius: 10px;
    -webkit-border-radius: 10px;
    -moz-border-radius: 10px;
    -ms-border-radius: 10px;
    -o-border-radius: 10px;
    border: none;
    width: 100%;
    background: #fff;
    padding-bottom: 4.5px;
}



.collect-when-subscribe {
    display: flex;
    align-items: center;
    flex-wrap: wrap;
    margin-bottom: 10px;
}

.sub-collect-when {
    margin-bottom: 10px;
    width: 150px;
}

.sub-collect-when img {
    width: 20px;
    margin-left: 5px;
}

.sub-collect-when span {
    font-family: 'Somarsemibold';
    color: #000;
    font-size: 20px;
    transition: all 0.3s linear;
}

.sub-collect-when span:hover {
    color: #2EAC6D;
    cursor: pointer;
}

.text-limit {
    display: flex;
    align-items: center;
    justify-content: center;
    height: 100%;
    flex-direction: column;
}

.text-limit p {
    font-family: 'Somar';
    color: #000;
    font-size: 30px;

}

/* .get-behicel {
    background-image: url('../img/Picture1.png');
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    border-radius: 20px;
    -webkit-border-radius: 20px;
    -moz-border-radius: 20px;
    -ms-border-radius: 20px;
    -o-border-radius: 20px;
    position: relative;
    z-index: 2;
    padding-block: 30px;
    flex-grow: 1;
} */
.get-behicel {
    background-image: url('../img/Picture1.png');
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
    display: flex;
    justify-content: space-between;
    border-radius: 20px;
    -webkit-border-radius: 20px;
    -moz-border-radius: 20px;
    -ms-border-radius: 20px;
    -o-border-radius: 20px;
    position: relative;
    z-index: 2;
    padding: 20px;
}

.model-button2 a,
.model-button2 button {
    font-family: 'Somar';
    color: #49D38E;
    font-size: 22px;
    display: flex;
    align-items: center;
    justify-content: center;
    max-width: 110px;
    height: 45px;
    border-radius: 10px;
    -webkit-border-radius: 10px;
    -moz-border-radius: 10px;
    -ms-border-radius: 10px;
    -o-border-radius: 10px;
    border: none;
    width: 100%;
    background: #fff;
    padding-bottom: 4.5px;
    border: none;
    padding-inline: 10px;
}

.get-behicel span {
    font-family: 'Somar';
    color: #fff;
    font-size: 20px;
    text-align: center;
}

/* .get-behicel .model-button a {
    margin-right: 50px;

} */

.icon-check2 {
    margin-top: 0px;
}

/* =============================
              team
   ============================= */
#team {
    position: relative;
    padding-block: 20px;
    margin-bottom: 20px;
}



.team-header {
    font-family: 'Somar';
    font-style: normal;
    font-weight: 700;
    font-size: 40px;
    color: #000;
    position: relative;
    margin-bottom: 20px;
}


#team-members {
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.team-member img {
    width: 150px;
    height: 150px;
    border-radius: 50%;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    -ms-border-radius: 50%;
    -o-border-radius: 50%;
    border: 1px solid #49D38E;
    transition: all 0.3s linear;
    overflow: hidden;
}

.team-member img:hover {
    transform: scale(1.05);
    cursor: pointer;
}

.team-member {
    text-align: center;
    display: inline-block;
    width: 100%;
}

.team-member p {
    font-family: 'Somar';
    font-size: 23px;
    line-height: 56px;
    color: #000000;
    transition: all 0.3s linear;
}

.team-member p:hover {
    color: #2EAC6D;
    cursor: pointer;
}

#team-members .owl-nav {
    display: flex;
    position: absolute;
    top: 32%;
    transform: translateY(-50%);
    left: 0;
    color: #FFFFFF;
    font-size: 15px;
    z-index: 999;
    -webkit-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    -o-transform: translateY(-50%);
    justify-content: space-between;
    width: 100%;
    margin-top: 0px;
}

#team-members .owl-nav .owl-prev,
#team-members .owl-nav .owl-next {
    background: #49D38E;
    height: 30px;
    width: 30px;
    display: flex;
    align-items: center;
    justify-content: center;
    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;
}

#team-members .owl-nav .owl-prev:hover,
#team-members .owl-nav .owl-next:hover {
    background: #fff;
    color: #49D38E;
}

/* #team-members .owl-prev {
    margin-left: 25px;
} */

.owl-theme .owl-nav [class*=owl-]:hover {
    background: transparent;
    text-decoration: none;
}

.owl-theme .owl-nav [class*=owl-] {
    margin-inline: 0px;
}

/* =============================
            innovators
   ============================= */
#innovators {
    min-height: 200px;
    padding-block: 20px;
    margin-bottom: 20px;
}

#innovators .gradient {
    background: #fdfcfc;
    border-radius: 20px;
    -webkit-border-radius: 20px;
    -moz-border-radius: 20px;
    -ms-border-radius: 20px;
    -o-border-radius: 20px;
    margin-bottom: 20px;
}

.parent-inovator {
    max-width: 260px;
    width: 100%;
    position: relative;
}

.sub-inovator {
    min-height: 178px;
    max-width: 260px;
    width: 100%;
    position: relative;

    border-radius: 20px;
    -webkit-border-radius: 20px;
    -moz-border-radius: 20px;
    -ms-border-radius: 20px;
    -o-border-radius: 20px;
}

.sub-inovator .backsub {
    background: #F0FAEC;
    position: absolute;
    bottom: 0px;
    height: 178px;
    width: 260px;
    border-radius: 20px;
    -webkit-border-radius: 20px;
    -moz-border-radius: 20px;
    -ms-border-radius: 20px;
    -o-border-radius: 20px;
}


.img-innovator img {
    width: 263px;
    height: 260px;
    position: relative;
    z-index: 1;
}

.name-iovetor {
    display: flex;
    align-items: center;
    justify-content: center;
    max-width: 150px;
    width: 100%;
    background: #fff;
    min-height: 50px;
    border-radius: 10px;
    -webkit-border-radius: 10px;
    -moz-border-radius: 10px;
    -ms-border-radius: 10px;
    -o-border-radius: 10px;
    margin-inline: auto;
    position: relative;
    top: -20px;
    z-index: 2;
}

.text-head-innvoator {
    margin-top: 30px;
}

.name-iovetor span {
    font-family: 'Somarsemibold';
    font-size: 20px;
    color: #49D38E;

}

.text-head-innvoator img {
    margin-left: 10px;
    width: 60px;
    background: #f1faec;
    border-radius: 5px;
}

.text-head-innvoator span {
    font-family: 'Somar';
    font-size: 25px;
    color: #000;
    transition: all 0.3s linear;
}

.text-head-innvoator span:hover {
    color: #2EAC6D;
    cursor: pointer;
}

.text-p-invatoor p {
    font-family: 'Somarreg';
    font-size: 20px;
    color: #000;
    line-height: 30px;
    display: flex;
    max-width: 700px;
    margin-right: 75px;
}

.text-p-invatoor p img {
    width: 30px;
    margin-left: 10px;
}

.show-in-mobile {
    display: none;
}

.last-card {
    background-image: url('../img/Picture8.png');
    max-width: 400px;
    min-height: 200px;
    background-repeat: no-repeat;
    background-position: bottom;
    background-size: 100% 86%;
    padding-inline: 20px;
    display: flex;
    align-items: center;
    margin-inline: auto;
    margin-block: 15px;
}

.last-card img {
    height: 240px;
}

.text-last-card {
    margin-right: 15px;
    margin-top: 30px;
}

.text-last-card p {
    font-family: 'Somarreg';
    color: #000;
    font-size: 18px;
}

.text-last-card a {
    font-family: 'Somar';
    color: #49D38E;
    font-size: 20px;
    display: flex;
    align-items: center;
    justify-content: center;
    max-width: 100px;
    height: 50px;
    border-radius: 10px;
    -webkit-border-radius: 10px;
    -moz-border-radius: 10px;
    -ms-border-radius: 10px;
    -o-border-radius: 10px;
    border: none;
    width: 100%;
    background: white;
    padding-inline: 5px;
    float: left;
}

/* =============================
             articles
   ============================= */
#articles {
    min-height: 200px;
    padding-block: 20px;
    margin-bottom: 20px;
}

.article-head-div {
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.aricle-header {
    font-family: 'Somar';
    color: #000;
    font-size: 35px;

}

.article-head-div a {
    font-family: 'Somar';
    background: #2EAC6D;
    font-size: 20px;
    display: flex;
    align-items: center;
    justify-content: center;
    max-width: 100px;
    height: 50px;
    border-radius: 10px;
    -webkit-border-radius: 10px;
    -moz-border-radius: 10px;
    -ms-border-radius: 10px;
    -o-border-radius: 10px;
    border: none;
    width: 100%;
    color: #fff;
}

.img-aricle-card {
    height: 200px;
    overflow: hidden;
    border-radius: 10px;
    -webkit-border-radius: 10px;
    -moz-border-radius: 10px;
    -ms-border-radius: 10px;
    -o-border-radius: 10px;
    width: 100%;
}

.card-articles {
    margin-top: 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;
    display: block;
}

.card-articles:hover {
    transform: translateY(-5px);
    -webkit-transform: translateY(-5px);
    -moz-transform: translateY(-5px);
    -ms-transform: translateY(-5px);
    -o-transform: translateY(-5px);
    cursor: pointer;
}

.img-aricle-card img {
    object-fit: cover;
    width: 100%;
    height: 100%;
    transition: all 0.3s linear;
}

.card-articles:hover .img-aricle-card img {
    transform: scale(1.05);
}

.body-article-card {
    padding-top: 10px;
}

.p-title-aricle p {
    font-family: 'Somarreg';
    color: #000;
    font-size: 18px;
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin-bottom: 0px;
    line-height: 30px;
}

.text-aricle-card p:hover {
    color: #2EAC6D;
}

.p-title-aricle svg {
    margin-right: 3px;
    transition: all 0.3s linear;

}

.p-title-aricle svg:hover {
    color: #2EAC6D;
}

.text-aricle-card p {
    font-family: 'Somar';
    color: #000;
    font-size: 25px;
    margin-bottom: 0px;
    line-height: 30px;
    display: -webkit-box;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
    overflow: hidden;
    transition: all 0.3s linear;
}

.question-article-card {
    font-family: 'Somarmedium';
    color: #2b2828;
    font-size: 20px;
    margin-bottom: 0px;
    line-height: 30px;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden;
}

/* =============================
              new say
   ============================= */
#newsay {
    min-height: 400px;
    padding-block: 20px;
    background-image: url('../img/Picture3.png');
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
    margin-bottom: 20px;
}

.newsay-header {
    margin-bottom: 10px;
}

.p-newsay-header {
    font-family: 'Somarmedium';
    color: #000;
    font-size: 25px;
    margin-bottom: 20px;
}

.parent-say-customer {
    background-color: #fff;
    padding: 20px;
    max-width: 350px;
    width: 100%;
    min-height: 200px;
    border-radius: 20px;
    -webkit-border-radius: 20px;
    -moz-border-radius: 20px;
    -ms-border-radius: 20px;
    -o-border-radius: 20px;
    margin-inline: auto;
}

.name-customer {
    font-family: 'Somar';
    color: #000;
    font-size: 20px;
}

.rating-customer svg {
    color: gold;
    font-size: 15px;
    margin-left: 20px;
}

.comment-customer p {
    font-family: 'Somarmedium';
    color: #000;
    font-size: 18px;
    display: -webkit-box;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
    overflow: hidden;
}

#newsay-about .owl-nav {
    display: flex;
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    left: 0;
    color: #FFFFFF;
    font-size: 15px;
    z-index: 999;
    -webkit-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    -o-transform: translateY(-50%);
    justify-content: space-between;
    width: 100%;
    margin-top: 0px;
}

#newsay-about .owl-nav .owl-prev,
#newsay-about .owl-nav .owl-next {
    background: #49D38E;
    height: 30px;
    width: 30px;
    display: flex;
    align-items: center;
    justify-content: center;
    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;
}

#newsay-about .owl-nav .owl-prev {
    margin-right: -40px;
}

#newsay-about .owl-nav .owl-next {
    margin-left: -40px;
}

#newsay-about .owl-nav .owl-prev:hover,
#newsay-about .owl-nav .owl-next:hover {
    background: #fff;
    color: #49D38E;
}

/* =============================
              common-question
   ============================= */
#common-question {
    padding-block: 20px;
    min-height: 200px;
    margin-bottom: 20px;
}

.accordion-button {
    font-family: 'Somar';
    color: #000;
    font-size: 25px;
    padding-inline: 0px;
    text-align: right;
    transition: all 0.3s linear;
}

.accordion-button span {
    width: 10px;
    height: 10px;
    border-radius: 50%;
    background: #F0FAEC;
    margin-left: 10px;

}

.accordion-button:focus {
    z-index: 3;
    border-color: #000;
    outline: 0;
    box-shadow: none;
}

.accordion-button:hover {
    color: #2EAC6D;
}

.accordion-button::after {
    margin-right: auto;
    margin-left: 0px;
    background-color: rgb(223, 220, 220);
    border-radius: 5px;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    -ms-border-radius: 5px;
    -o-border-radius: 5px;
    height: 25px;
    width: 25px;
    background-size: 1rem;
    background-position: center;
}

.accordion-button:not(.collapsed) {
    color: #2EAC6D;
    background-color: #fff;
    box-shadow: inset 0 -1px 0 rgba(0, 0, 0, .125);
}

.accordion-body {
    font-family: 'Somarmedium';
    color: #000;
    font-size: 20px;
}

.accordion-item {
    border: 1px solid rgba(0, 0, 0, .1);
}

/* =============================
              newscale
   ============================= */
#newscale {
    min-height: 200px;
    padding-block: 20px;
}

.header-new-ascale {
    font-family: 'Somar';
    color: #49D38E;
    font-size: 35px;
    display: flex;
    justify-content: center;
    align-items: center;
    max-width: 250px;
    width: 100%;
    height: 60px;
    border: 2px solid #49D38E;
    border-radius: 10px;
    -webkit-border-radius: 10px;
    -moz-border-radius: 10px;
    -ms-border-radius: 10px;
    -o-border-radius: 10px;
    margin-bottom: 10px;
    margin-inline: auto;
}

.text-new-scale p {
    font-family: 'Somarsemibold';
    color: #000;
    font-size: 25px;
    text-align: center;
    margin-bottom: 25px;
}

.text-new-scale .p-text-new-scale {
    font-family: 'Somarmedium';
    color: #000;
    font-size: 20px;
    text-align: center;
    margin-bottom: 25px;
}

.send-code {
    display: flex;
    justify-content: center;
    padding-block: 25px;
}

.enter-code-parent {
    max-width: 400px;
    width: 100%;
    padding: 10px;
    border: 2px solid #2EAC6D;
    border-radius: 10px;
    -webkit-border-radius: 10px;
    -moz-border-radius: 10px;
    -ms-border-radius: 10px;
    -o-border-radius: 10px;
    padding-top: 0px;
    padding-bottom: 5px;
}

.enter-code-parent p {
    font-family: 'Somarsemibold';
    color: #000;
    font-size: 22px;
    text-align: center;
    margin-bottom: 0px;
}

.input-div input {
    height: 40px;
    border: 2px solid #2EAC6D;
    border-radius: 5px;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    -ms-border-radius: 5px;
    -o-border-radius: 5px;
    max-width: 50%;
    width: 100%;
}



.input-div {
    display: flex;
}

.input-div button {
    font-family: 'Somar';
    color: #fff;
    font-size: 20px;
    display: flex;
    justify-content: center;
    align-items: center;
    height: 40px;
    background: #2EAC6D;
    border: none;
    border-radius: 5px;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    -ms-border-radius: 5px;
    -o-border-radius: 5px;
    max-width: 50%;

    width: 100%;
    margin-right: 5px;
}

input::-webkit-outer-spin-button,
input::-webkit-inner-spin-button {
    -webkit-appearance: none;
    margin: 0;
}

input[type=number] {
    -moz-appearance: textfield;
    /* Firefox */
}


.input-div input:focus {
    border: 2px solid #ECBB36 !important;
    outline: 0px;

}

.input-div input::placeholder {
    text-align: center;
    vertical-align: middle;
    line-height: 40px;
    margin-right: -50px;
}

.price-of-offer {
    font-family: 'Somar';
    color: #000;
    font-size: 25px;
    display: flex;
    justify-content: center;
    align-items: center;
    max-width: 140px;
    width: 100%;
    border: 2px solid #2EAC6D;
    border-radius: 20px;
    -webkit-border-radius: 20px;
    -moz-border-radius: 20px;
    -ms-border-radius: 20px;
    -o-border-radius: 20px;
    margin-right: 15px;

}

.start-scale-now {
    font-family: 'Somar';
    color: #fff;
    font-size: 20px;
    display: flex;
    justify-content: center;
    align-items: center;
    max-width: 200px;
    width: 100%;
    border-radius: 20px;
    -webkit-border-radius: 20px;
    -moz-border-radius: 20px;
    -ms-border-radius: 20px;
    -o-border-radius: 20px;
    margin-right: 15px;
    background: #2EAC6D;
    border: none;
}

.head-of-properties {
    margin-top: 20px;
}

.head-of-properties h3 {
    font-family: 'Somar';
    color: #000;
    font-size: 35px;
    text-align: center;
    margin-bottom: 25px;
}

.container-of-report {
    border: 2px solid #49D38E;
    border-radius: 20px;
    -webkit-border-radius: 20px;
    -moz-border-radius: 20px;
    -ms-border-radius: 20px;
    -o-border-radius: 20px;
    padding: 20px;
    max-width: 400px;
    width: 100%;
    min-height: 400px;
    height: 100%;
    /* margin-inline: auto; */

}

.first-one {
    margin-right: auto;
}

.margin-report {
    margin-block: 20px;
}

.head-name-report h4 {
    font-family: 'Somar';
    color: #000;
    font-size: 25px;
}

.list-of-report li {
    font-family: 'Somarmedium';
    color: #000;
    font-size: 22px;
    display: flex;
    margin-bottom: 10px;
}

.icon-check-report {
    color: #2EAC6D;
    font-size: 15px;
    margin-left: 15px;
    margin-top: 8px;
}

.questionaire-icon .inter-balance {
    background: #fdfcfc;
    border-radius: 20px;
    -webkit-border-radius: 20px;
    -moz-border-radius: 20px;
    -ms-border-radius: 20px;
    -o-border-radius: 20px;
    width: fit-content;
    padding: 20px;
    margin-inline: auto;
}

/* =============================
              dozen
   ============================= */
#dozen {
    position: relative;
    margin-top: 76px;
    background: #F1FFF8;
    min-height: 840px;
}

#dozen .container {
    margin-right: 0px;
    padding-right: 0px;
    margin-left: 0px;

}

#dozen .doz-1 {
    padding-right: 0px;
}

.head-doz {
    position: relative;
    margin-top: 52px;
    display: flex;
    align-items: center;
    text-align: center;
    background: linear-gradient(180deg, #2EAC6D 0%, #52EA9E 38.02%, #2EAC6D 100%);
    border-width: 30px 0px 30px 30px;
    border-color: #FFFFFF;
    border-style: solid;
    width: 410px;
    filter: drop-shadow(0px 10px 15px rgba(1, 115, 153, 0.3));

}

@media(min-width:1600px) {
    .st-two {
        margin-left: 0px !important;
    }

    .btn-doz-2 {
        left: 0px !important;
    }

    .my-section {
        width: 100%;
        max-width: 1320px;
        padding-right: var(--bs-gutter-x, .75rem);
        padding-left: var(--bs-gutter-x, .75rem);
        margin-right: auto !important;
        margin-left: auto !important;
    }

    .parent-request {
        padding-left: 0px !important;
    }

    .slid-2,
    .slide-3 {
        border-right: none !important;
    }
}



@media (max-width:441px) {
    .head-doz {
        width: auto;
    }
}

.rounded-start {
    border-bottom-left-radius: 4.25rem !important;
    border-top-left-radius: 4.25rem !important;
}

h2 {
    width: 100%;
    font-family: 'Somar';
    font-style: normal;
    font-weight: 700;
    font-size: 36px;
    line-height: 48px;
    color: #000;
    margin-bottom: 20px;
}

.p-doz {
    position: relative;
    margin-top: 45px;
    right: 85px;
    font-family: 'Somar';
    font-size: 30px;
    color: #2F4046;
    text-align: justify;
}

@media (max-width:620px) {
    .p-doz {
        right: 0;
        margin-right: 47px;
        font-size: 30px;
    }

    .p-doz br {
        display: none;
    }

    .btn-doz {
        right: 0 !important;
        margin-right: 47px;
    }
}

.p-doz span {
    color: #FFCB3C;
}

.btn-doz {
    position: relative;
    margin-top: 100px;
    font-family: 'Somar';
    font-style: normal;
    font-weight: 700;
    font-size: 21px;
    line-height: 29px;
    right: 85px;
    border: 5px solid #2EAC6D;
    filter: drop-shadow(0px 4px 4px rgba(0, 0, 0, 0.25));
    border-radius: 20px;
    padding: 14px 21px;
    background: transparent;
    color: #2EAC6D;
    display: flex;
    align-items: center;
    -webkit-filter: drop-shadow(0px 4px 4px rgba(0, 0, 0, 0.25));
}

.btn-doz .download {
    margin-right: 12px;
}

.btn-doz:hover .download {
    animation: move-down 1s infinite alternate;
}

@keyframes move-down {
    from {
        transform: translateY(0);
    }

    to {
        transform: translateY(10px);
    }
}

.btn-doz .pdf {
    margin-left: 10px;
}

.stbyan {

    width: 234px;
    height: 289px;
    background: #FFFFFF;
    box-shadow: 5px 20px 50px rgba(74, 153, 211, 0.2);
    border-radius: 10px;
    text-align: center;
    z-index: 2;
    position: relative;
}

.st-one {
    position: relative;
    margin-top: 44px;
    margin-right: 109px;
}

.stbyan img {
    margin-top: 21px;
    width: 145px;
}

.p-stbyan {
    font-family: 'Tajawal';
    font-style: normal;
    font-weight: 500;
    font-size: 18px;
    line-height: 23px;
    margin-top: 23px;
    padding-bottom: 27px;
    color: #2F4046;
}

.p-stbyan span {
    color: #FFCB3C;
}

.st-one .grop-st {
    position: absolute;
    right: -92px;
    top: -14px;

}

.st-two {
    position: relative;
    float: left;
    margin-left: -78px;
}

@media (min-width:1200px) {
    .st-two {
        margin-top: -80px;
    }
}

.st-two .grop-st {
    position: absolute;
    left: -53px;
    top: 88px;
}

.st-three {
    position: relative;
    margin-top: 142px;
    margin-right: 114px;
}

.st-three .grop-st {
    position: absolute;
    bottom: -24px;
    right: -99px;
}

.btn-doz-2 {
    padding: 14px 21px;
    background: #2EAC6D;
    border: 3px solid #2EAC6D;
    box-shadow: 0px 4px 4px rgba(0, 0, 0, 0.1);
    border-radius: 20px;
    font-family: 'Somar';
    font-style: normal;
    font-weight: 700;
    font-size: 23px;
    line-height: 26px;
    color: #FFFFFF;
    display: flex;
    justify-content: center;
    align-items: center;
    float: left;
    margin-top: -42px;
    left: -66px;
    position: relative;
    width: 160px;
    text-align: center;
    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;
}

@media (min-width:992px) and (max-width:1115px) {
    .btn-doz-2 {
        left: -26px !important;
    }
}

@media (max-width:991px) {
    .btn-doz-2 {
        margin-top: 20px;
    }
}

.btn-doz-2:hover {
    cursor: pointer;
    border: 3px solid #ECBB36;
}

.btn-doz-2:hover svg {
    animation: tada 1s both;
}

@media (max-width:520px) {
    .btn-doz-2 {
        margin-top: 39px;
        margin-bottom: 20px;
    }
}

.btn-doz-2 svg {
    margin-right: 24px;
}

.img-doz {
    bottom: -150px;
    position: absolute;
}

@media (max-width:1115px) {
    .st-one {
        margin-top: 44px;
        margin-bottom: 6px;
        margin-right: 59px;
    }

    .st-two {
        margin-left: 0;
        right: -87px;
    }

    .st-three {
        margin-top: 304px;
        margin-right: 60px;
    }

    .btn-doz-2 {
        left: 0;
    }
}

@media (max-width:365px) {

    .st-one .grop-st,
    .st-two .grop-st,
    .st-three .grop-st {
        display: none;
    }

    .st-one {
        margin-right: 30px;
    }

    .st-two {
        right: 0px;
        float: none;
        margin-right: 30px;
    }

    .st-three {
        margin-right: 30px;
        margin-top: 20px;
    }

    .btn-doz {
        font-size: 16px;
    }
}

/* =============================
              ready
   ============================= */
#ready {
    background-image: url("../img/انماط الخط ف توزان.png"), url("../img/انماط الخط ف توزان (1).png");
    background-position: top, bottom;
    background-repeat: no-repeat;
    background-size: contain;
    position: relative;
    background-color: #2EAC6D;
    margin-top: 71px;
    min-height: 482px;
}

.p-ready {
    font-family: 'Somar';
    font-style: normal;
    font-weight: 700;
    font-size: 40px;
    line-height: 52px;
    color: #FFFFFF;
}

.p-ready span {
    color: #FFCB3C;
}

.p-ready-2 {
    font-family: 'Tajawal';
    font-style: normal;
    font-weight: 500;
    font-size: 23px;
    line-height: 31px;
    color: #FFFFFF;
    text-align: justify;
}

.btn-ready {
    display: inline-block;
    width: 200px;
    padding: 10px 21px;
    background: linear-gradient(180deg, #FFCB3C 0%, #E7B836 100%);
    border: 2px solid #ECBB36;
    box-shadow: 0px 4px 4px rgba(0, 0, 0, 0.25);
    border-radius: 20px;
    font-family: 'Somar';
    font-style: normal;
    font-weight: 700;
    font-size: 30px;
    line-height: 43px;
    color: #FFFFFF;
    margin-top: 33px;
    margin-bottom: 20px;
    text-align: center;
}

.btn-ready:hover {
    border: 2px solid #49D38E;
}

.img-ready {
    position: absolute;
}

.ready-1 {
    margin-top: 50px;
    margin-bottom: 10px;
}

.ready-1 img {
    position: relative;
    z-index: 2;
}

.ready-2 {
    position: relative;
    margin-top: 124px;
    margin-bottom: 30px;
}

/* =============================
              why
   ============================= */
#why {
    background: #F1FFF8;
    position: relative;
    margin-top: 61px;
    min-height: 510px;
    padding-bottom: 40px;
}

.btn-header {
    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;
}

.btn-header:hover {
    color: #ECBB36;
}

.cont-why {

    display: flex;
    justify-content: center;
    align-items: center;
}

.header {
    text-align: center;
    flex: 1;
    position: relative;
}

.cont-why .header h6 {
    padding-right: 30px;
}

.header h6 {
    font-family: 'Somar';
    font-style: normal;
    font-weight: 700;
    font-size: 36px;
    line-height: 48px;
    color: #263238;
    position: relative;
}

.header h6::before {
    content: ' ';
    position: absolute;
    width: 253px;
    height: 0px;
    border: 4px solid #FFCB3C;
    bottom: -10px;
    margin-right: 35px;
}

@media (max-width:531px) {
    .header h6 {
        font-size: 25px;
    }

    .header h6::before {
        width: 200px;

    }
}

@media (max-width:390px) {
    .header h6 {
        font-size: 20px;
        padding-top: 10px;
    }

    .header h6::before {
        width: 190px;

    }
}

.header h6 span {
    color: #2EAC6D;
}

.cont-why .btn-header {
    margin-left: 12px;
}

.btn-header {
    margin-right: auto;
    display: flex;
    align-items: center;
    justify-content: center;
    font-family: 'Somar';
    font-style: normal;
    font-weight: 700;
    font-size: 26px;
    line-height: 26px;
    color: #2EAC6D;
}

.btn-header span {
    margin-left: 14px;
}

.cont-img-why {
    max-width: 270px;
    max-height: 390px;
    background: linear-gradient(180deg, #2EAC6D 0%, #2EAC6D 38.02%, #1F573B 100%);
    border: 20px solid #FFFFFF;
    border-radius: 230px 230px 10px 10px;
    filter: drop-shadow(0px 10px 20px rgba(46, 172, 109, 0.5));
    overflow: hidden;
    margin-top: 20px;
    margin-left: auto;
    margin-right: auto;
    -webkit-filter: drop-shadow(0px 10px 20px rgba(46, 172, 109, 0.5));
}

.card-why {
    max-width: 292px;
    min-height: 287px;
    background: #FFFFFF;
    box-shadow: 0px 24px 32px -3px rgba(3, 9, 50, 0.04);
    border-radius: 24px;
    padding: 32px 18px 32px 18px;
    text-align: center;
    margin-top: 35px;
    margin-left: auto;
    margin-right: auto;
}



.p-why {
    font-family: 'Tajawal';
    font-style: normal;
    font-weight: 500;
    font-size: 20px;
    line-height: 26px;
    color: #2F4046;
    margin-top: 26px;
}

.p-why span {
    color: #FFCB3C;
    margin-top: 37px;
}

.btn-why {
    max-width: 250px;
    background: linear-gradient(180deg, #2EAC6D 0%, #52EA9E 100%);
    border: 2px solid #2EAC6D;
    box-shadow: 0px 4px 4px rgba(0, 0, 0, 0.25);
    border-radius: 20px;
    padding: 10px 21px;
    font-family: 'Somar';
    font-style: normal;
    font-weight: 700;
    font-size: 29px;
    line-height: 43px;
    color: #FFFFFF;
    display: flex;
    justify-content: center;
    position: relative;
    margin-top: 35px;
    right: 52%;
    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-why:hover {
    transition: all 0.3s linear;
    border: 2px solid #ECBB36;
    cursor: pointer;
    -webkit-transition: all 0.3s linear;
    -moz-transition: all 0.3s linear;
    -ms-transition: all 0.3s linear;
    -o-transition: all 0.3s linear;
}

@media (max-width :991px) {
    .btn-parent {
        display: flex;
        justify-content: center;
    }

    .btn-why {
        right: auto;
    }
}

@media (max-width:365px) {
    .header h6 {
        font-size: 17px;
        padding-top: 9px;
    }

    .btn-header {
        font-size: 14px;
    }

    .header h6::before {
        width: 130px;
    }
}


/* =============================
            statistics
   ============================= */
#statis {
    position: relative;
    margin-top: 65px;
}

.statis-header {
    position: relative;

}

.statis-header h6 {
    text-align: center;
    font-family: 'Somar';
    font-style: normal;
    font-weight: 700;
    font-size: 48px;
    line-height: 58px;
    color: #2EAC6D;
}

.statis-header h6::before {
    content: ' ';
    position: absolute;
    width: 48px;
    border: 2px solid #FFCB3C;
    height: 0px;
    margin-right: -62px;
    top: 50%;
}

.statis-header h6::after {
    content: ' ';
    position: absolute;
    width: 48px;
    border: 2px solid #FFCB3C;
    height: 0px;
    margin-right: 16px;
    top: 50%;
}

.stat-ro {
    background: #F1FFF8;
    border: 1px solid #2EAC6D;
    border-radius: 20px;
    margin-top: 35px;
    padding-top: 20px;
}

@media (max-width:575px) {
    .stat-ro {
        margin-right: 0.1rem;
        margin-left: 0.1rem;
        padding-left: 0.5rem;
    }
}

.statis-cont-1 {
    text-align: center;
    position: relative;
}

.statis-cont-1 img {
    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;
}

.statis-cont-1:hover img {
    transform: translateY(-10px);
    -webkit-transform: translateY(-10px);
    -moz-transform: translateY(-10px);
    -ms-transform: translateY(-10px);
    -o-transform: translateY(-10px);
}

.statis-cont-1::before {
    content: ' ';
    position: absolute;
    width: 18px;
    height: 18px;
    background: #FFCB3C;
    border-radius: 50%;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    -ms-border-radius: 50%;
    -o-border-radius: 50%;
    top: 49%;
    right: 98%;
}

.statis-cont-2 {
    text-align: center;
    position: relative;

}

.statis-cont-2 img {
    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;
}

.statis-cont-2:hover img {
    transform: translateY(-10px);
    -webkit-transform: translateY(-10px);
    -moz-transform: translateY(-10px);
    -ms-transform: translateY(-10px);
    -o-transform: translateY(-10px);
}

.statis-cont-2::before {
    content: ' ';
    position: absolute;
    width: 18px;
    height: 18px;
    background: #9AFFC2;
    border-radius: 50%;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    -ms-border-radius: 50%;
    -o-border-radius: 50%;
    top: 49%;
    right: 98%;
}

.statis-cont-3 {
    text-align: center;
    position: relative;

}

.statis-cont-3 img {
    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;
}

.statis-cont-3:hover img {
    transform: translateY(-10px);
    -webkit-transform: translateY(-10px);
    -moz-transform: translateY(-10px);
    -ms-transform: translateY(-10px);
    -o-transform: translateY(-10px);
}

.statis-cont-3::before {
    content: ' ';
    position: absolute;
    width: 18px;
    height: 18px;
    background: #2EAC6D;
    border-radius: 50%;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    -ms-border-radius: 50%;
    -o-border-radius: 50%;
    top: 49%;
    right: 98%;
}

.statis-cont-4 {
    text-align: center;
}

.statis-cont-4 img {
    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;
}

.statis-cont-4:hover img {
    transform: translateY(-10px);
    -webkit-transform: translateY(-10px);
    -moz-transform: translateY(-10px);
    -ms-transform: translateY(-10px);
    -o-transform: translateY(-10px);
}

.p-statis-1 {
    font-family: 'Somar';
    font-style: normal;
    font-weight: 700;
    font-size: 40px;
    line-height: 48px;
    color: #263238;
    margin-bottom: 11px;
    margin-top: 19px;
}

.p-statis-2 {
    font-family: 'Tajawal';
    font-style: normal;
    font-weight: 400;
    font-size: 25px;
    line-height: 38px;
    color: #9C9C9C;
}

/* =============================
            say
   ============================= */
#say {
    margin-top: 60px;
    background-image: url("../img/Rectangle\ 8841.png");
    background-size: cover;
    background-repeat: no-repeat;
    min-height: 600px;
}

.say-header {
    text-align: center;
    padding-top: 12px;
    position: relative;
}

.say-header h6 {
    font-family: 'Somar';
    font-style: normal;
    font-weight: 700;
    font-size: 48px;
    line-height: 56px;
    color: #000000;
    text-shadow: 0px 4px 4px rgba(0, 0, 0, 0.25);
}

.say-header h6 span {
    color: #2EAC6D;
}

.say-header h6::before {
    content: ' ';
    position: absolute;
    width: 48px;
    border: 2px solid #2EAC6D;
    height: 0px;
    margin-right: -82px;
    top: 55%;
}

.say-header h6::after {
    content: ' ';
    position: absolute;
    width: 48px;
    border: 2px solid #2EAC6D;
    height: 0px;
    margin-right: 36px;
    top: 55%;
}

#say-about {
    margin-top: 20px;
}

.nav-pills button {
    border: none;
}

.message {
    font-family: 'Somar';
    font-size: 30px;
    color: #000000;
    display: block;
}

#say-about .row {
    padding-top: 50px;
}

.say-cont {
    background-image: url("../img/Object.png");
    background-repeat: no-repeat;
    background-size: contain;
    height: 393px;
    max-width: 500px;
    position: relative;
    margin-left: auto;
    margin-right: auto;
}

.say-cont img {
    left: 6px;
    top: -47px;
    position: absolute;
    width: 122px;
}

.text-say {
    padding-right: 81px;
}

.p-say-1 {
    padding-top: 72px;
    font-family: 'Tajawal';
    font-style: normal;
    font-weight: 400;
    font-size: 15px;
    text-align: justify;
    line-height: 26px;
    color: #000000;
    overflow: hidden;
    height: 173px;
    text-overflow: ellipsis;
    padding-left: 30px;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 4;
}

.sp-say {
    font-family: 'Tajawal';
    font-style: normal;
    font-weight: 700;
    font-size: 22px;
    line-height: 33px;
    color: #2EAC6D;
}

.p-say-2 {
    font-family: 'Tajawal';
    font-style: normal;
    font-weight: 700;
    font-size: 20px;
    line-height: 33px;
    color: #44494F;
}

@media (max-width:500px) {
    .text-say {
        padding-right: 40px;
    }

    .p-say-1 {
        font-size: 14px;
        line-height: 17px;
        margin-bottom: 1px;
        height: 140px;
    }

    .sp-say {
        font-size: 15px;
        line-height: 26px;
        margin-bottom: 8px;
        display: inline-block;
    }

    .p-say-2 {
        font-size: 16px;
        line-height: 0px;
    }
}

#say-about .owl-nav {
    color: #2EAC6D;
    font-size: 30px;
}

#say-about .owl-nav button:hover {
    color: #2EAC6D;
}

@media (max-width:365px) {
    .p-say-1 {
        font-size: 12px;
        margin-bottom: -3px;
    }

    .sp-say {
        font-size: 13px;
        margin-bottom: 4px;
    }

    .p-say-2 {
        font-size: 12px;

    }
}

@media (max-width:290px) {
    .p-say-1 {
        font-size: 10px;
        margin-bottom: -3px;
        height: 107px;
    }

    .sp-say {
        font-size: 12px;
        margin-bottom: 4px;
    }

    .p-say-2 {
        font-size: 11px;

    }
}

/* =============================
                new
   ============================= */
#new {
    margin-top: 60px;
}

.cont-new {

    display: flex;
    justify-content: center;
    align-items: center;
}

.header {
    text-align: center;
    flex: 1;
    position: relative;
}

.cont-new .horizontal-head h6 {
    font-family: 'Somar';
    font-style: normal;
    font-weight: 700;
    font-size: 48px;
    line-height: 58px;
}

.cont-new .horizontal-head h6::before {
    content: ' ';
    position: absolute;
    width: 48px;
    border: 2px solid #FFCB3C;
    height: 0px;
    margin-right: -75px;
    top: 52%;
}

.cont-new .horizontal-head h6::after {
    content: ' ';
    position: absolute;
    width: 48px;
    border: 2px solid #FFCB3C;
    height: 0px;
    margin-right: 28px;
    top: 52%;
}

@media (max-width:493px) {

    .cont-new .horizontal-head h6::before,
    .cont-new .horizontal-head h6::after {
        display: none;
    }
}

.card {
    background: #F3FFF9;
    border: 1px solid #2EAC6D;
    border-radius: 30px;
    margin-top: 10px;
    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;
    height: 555px;
}

@media (max-width:991px) {

    .card {
        max-width: 393px;
        margin-left: auto;
        margin-right: auto;
        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;
    }
}



.card .card-body {
    padding: 31px 33px;
}

.img-card {
    overflow: hidden;
    border-radius: 10px;
    -webkit-border-radius: 10px;
    -moz-border-radius: 10px;
    -ms-border-radius: 10px;
    -o-border-radius: 10px;
    text-align: center;

}

.img-card img {
    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;
    height: 234px;
}

.card:hover .img-card img {
    transform: scale(1.1);
    -webkit-transform: scale(1.1);
    -moz-transform: scale(1.1);
    -ms-transform: scale(1.1);
    -o-transform: scale(1.1);
}

.card-title {
    font-family: 'Tajawal';
    font-style: normal;
    font-weight: 400;
    font-size: 16px;
    line-height: 24px;
    color: #263238;
    margin-top: 16px;
}

.card-title svg {
    color: #2EAC6D;
}

.card-title span {
    float: left;
}


.card-subtitle {
    font-family: 'Somar';
    font-style: normal;
    font-weight: 700;
    font-size: 24px;
    line-height: 24px;
    color: #2EAC6D;
    margin-top: 8px;
    margin-bottom: 7px;
}

.card-text {
    font-family: 'Tajawal';
    font-style: normal;
    font-weight: 400;
    font-size: 15px;
    line-height: 24px;
    color: #263238 !important;
    height: 120px;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 5;
    overflow: hidden;
}

.card-link {
    border: 1px solid #2EAC6D;
    filter: drop-shadow(0px 4px 4px rgba(0, 0, 0, 0.1));
    border-radius: 20px;
    padding: 16px 21px;
    font-family: 'Somar';
    font-style: normal;
    font-weight: 700;
    font-size: 20px;
    line-height: 26px;
    color: #2EAC6D;
    display: flex;
    flex-direction: row;
    justify-content: center;
    align-items: center;
    width: 149px;
    margin-right: auto;
}

.card-link span {

    margin-left: 24px;
}

.card-link:hover svg {
    animation: tada 1s both;
}

.card:hover {
    transform: translateY(-15px);
    -webkit-transform: translateY(-15px);
    -moz-transform: translateY(-15px);
    -ms-transform: translateY(-15px);
    -o-transform: translateY(-15px);
    cursor: pointer;
    background: linear-gradient(180deg, #2EAC6D 0%, #286848 100%);
}


.card:hover .card-title {
    color: #FFFFFF;
}

.card:hover .card-title svg {
    color: #FFCB3C;
}

.card:hover .card-subtitle,
.card:hover .card-text {
    color: #FFFFFF !important;
}

.card:hover .card-link {
    color: #FFCB3C;
    border-color: #FFCB3C;
}

.card .card-link:hover {
    color: #ffffff;
}

@media (max-width:365px) {
    .cont-new .horizontal-head h6 {
        font-size: 35px;
    }
}

/* =============================
             partener
   ============================= */
#partener {
    margin-top: 60px;
    margin-bottom: 100px;
}

.partener-header {
    text-align: center;
    position: relative;
}

.partener-header h6 {
    font-family: 'Somar';
    font-style: normal;
    font-weight: 700;
    font-size: 48px;
    line-height: 58px;
    color: #2EAC6D;
}

.partener-header h6::before {
    content: ' ';
    position: absolute;
    width: 48px;
    border: 2px solid #FFCB3C;
    height: 0px;
    margin-right: -64px;
    top: 52%;
}

.partener-header h6::after {
    content: ' ';
    position: absolute;
    width: 48px;
    border: 2px solid #FFCB3C;
    height: 0px;
    margin-right: 18px;
    top: 52%;
}

#partener-list {
    margin-top: 30px;
}

#partener-list .owl-stage-outer {
    padding-top: 15px !important;
}

#partener-list .owl-nav {
    display: block;
    position: absolute;
    width: 100%;
    top: 40%;
    font-size: 30px;
    color: #2EAC6D;
}

#partener-list .owl-nav button:hover {
    color: #2EAC6D;
}

#partener-list .owl-nav .owl-next {
    float: left;
}

#partener-list .owl-nav .owl-prev {
    float: right;
}

.client {
    line-height: 100px;
}

.client img {
    -o-object-fit: contain;
    object-fit: contain;
    -o-object-position: center;
    object-position: center;
    display: block;
    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;
    margin-right: auto;
    margin-left: auto;
    height: 128px;
    width: 128px;
}

.client:hover img {
    transform: translateY(-15px);
    -webkit-transform: translateY(-15px);
    -moz-transform: translateY(-15px);
    -ms-transform: translateY(-15px);
    -o-transform: translateY(-15px);
    cursor: pointer;
}

/* =============================
             footer
   ============================= */
#footer {
    background-color: #fff;
    min-height: 200px;
    border-top: 3px solid #ffce3b;
    padding-block: 20px;
    padding-bottom: 0px;
    border-image: linear-gradient(90deg, #ffce3b 20%, #2EAC6D 50%, #a1e6a2 80%, #fcb558 100%) 1;
}


.footer-sub-p {
    font-family: 'Somarmedium';
    line-height: 20px;
    color: #000;
    margin-top: 10px;
    font-size: 20px;
    line-height: 25px;
}

.img-footer {
    max-width: 250px;
    width: 100%;
}

.p-footer {
    font-family: 'Somar';
    line-height: 22px;
    color: #000;
    margin-top: 25px;
    font-size: 20px;
}

.btn-footer {
    display: flex;
    justify-content: center;
    align-items: center;
    max-width: 120px;
    height: 45px;
    background: #2EAC6D;
    border-radius: 10px;
    font-family: 'Somar';
    font-size: 20px;
    line-height: 24px;
    color: #FFFFFF;
    margin-top: 15px;
    -webkit-border-radius: 10px;
    -moz-border-radius: 10px;
    -ms-border-radius: 10px;
    -o-border-radius: 10px;
    width: 100%;
    margin-bottom: 10px;
    margin-bottom: 20px;
}


.head-foot h6 {
    font-family: 'Somar';
    font-style: normal;
    font-weight: 700;
    font-size: 22px;
    line-height: 20px;
    color: #000;
    margin-bottom: 8px;
}

.links-foot {
    list-style-image: url("../img/menu-arrow1.svg");
}

.links-foot-2 {
    list-style-image: url("../img/menu-arrow1.svg");
}

.links-foot li {

    font-family: 'Somar';
    font-style: normal;
    font-weight: 700;
    font-size: 20px;
    line-height: 20px;
    margin-bottom: 12px;
    transition: all 0.3s linear;
}

.links-foot li:hover {
    transform: translateX(-5px);
}

.links-foot li a {
    color: #000;
    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;
    word-wrap: break-word;

}

.links-foot li a:hover,
.links-foot-2 a:hover {
    color: #49D38E;
}

.p-right {
    font-family: 'Somar';
    font-style: normal;
    font-weight: 700;
    font-size: 19px;
    line-height: 20px;
    margin-top: 1rem;
    color: #000;
    display: inline-block;
}



.links-foot-2 a {
    font-family: 'Somar';
    font-size: 20px;
    line-height: 20px;
    color: #000;
    display: block;
    margin-bottom: 8px;
}

.link-spec {
    margin-left: 28px;
}

.social-links {
    margin-block: 20px;
    display: flex;
    align-items: center;
    flex-direction: row;
}

.social-links a {
    position: relative;
    display: inline-block;
    color: #ffffff;
    width: 35px;
    height: 35px;
    background: #979797;
    text-align: center;
    border-radius: 50%;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    -ms-border-radius: 50%;
    -o-border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: row;
    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;
    overflow: hidden;
}

.social-links a {
    margin-right: 17px;
}

.social-links a svg {
    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;
}

.social-links a:hover {
    background: #2EAC6D;
}

.social-links a:hover svg {
    animation: torightleft 0.5s linear;
    -webkit-animation: torightleft 0.5s linear;
}

.sub-footer {
    border-top: 3px solid #ffce3b;
    border-image: linear-gradient(90deg, #ffce3b 20%, #2EAC6D 50%, #a1e6a2 80%, #fcb558 100%) 1;
    display: flex;
    align-items: center;
    justify-content: space-between;
    flex-wrap: wrap;
}

.show-in-mobile-foot {
    visibility: hidden;
}


.contain-new-footer {
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 10px;
    background: #f1faec;
    border-radius: 20px;
    -webkit-border-radius: 20px;
    -moz-border-radius: 20px;
    -ms-border-radius: 20px;
    -o-border-radius: 20px;
    margin-bottom: 20px;
    flex-wrap: wrap;
    gap: 10px;
}

.img-twazn-log img {
    max-width: 160px;
    opacity: 0.5;
}

.contain-new-footer .btn-footer {
    margin-right: 17px;
}

/*start login page */
/* =============================
             register
   ============================= */
#register {
    margin-top: 90px;
}

.cont-regist {
    /* height: 235px; */
    background: linear-gradient(180deg, #16824C 0%, rgba(148, 228, 188, 0.51) 100%), url('../img/Rectangle\ 8977.png');
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
    visibility: hidden;
    height: 20px;
}

.p-regist {
    font-family: 'Somar';
    font-style: normal;
    font-weight: 700;
    font-size: 38px;
    line-height: 56px;
    color: #FFFFFF;
    text-align: center;
    padding-top: 70px;
    margin-bottom: 0px;
}

@media (max-width:437px) {
    .p-regist {
        font-size: 34px;
    }
}

.p-regist svg {
    font-size: 20px;
    margin-left: 16px;
    margin-right: 16px;
}

.p-regist-2 {
    font-family: 'Somarmedium';
    font-style: normal;
    font-weight: 500;
    font-size: 28px;
    color: #FFFFFF;
    text-align: center;
    margin-bottom: 0px;
}

/* =============================
             login
   ============================= */
.login-img {
    display: flex;
    justify-content: center;
}

@media (min-width:992px) {
    .cont-login {
        margin-right: 20px;
    }
}

.h-login {
    font-family: 'Somar';
    font-size: 63px;
    line-height: 47px;
    color: #000000;
}

.p-login {
    font-family: 'Somarmedium';
    font-style: normal;
    font-weight: 400;
    font-size: 16px;
    line-height: 19px;
    text-align: right;
    color: #112211;
    opacity: 0.75;
}

@media (max-width:991px) {
    .h-login {
        margin-top: 20px;
    }

    .h-login,
    .p-login {
        text-align: center;
    }
}

.inp-label {
    font-family: 'Tajawal';
    font-style: normal;
    font-weight: 400;
    font-size: 14px;
    line-height: 17px;
    color: #1C1B1F;
    margin-right: 15px;
    position: relative;
    top: 9px;
    background: #ffffff;
    padding-right: 3px;
    padding-left: 3px;
    margin-bottom: 0px;
}

.inp-login {
    border: 1px solid #BDBDBD;
    border-radius: 20px;
    padding: 0.5rem 1.25rem !important;
    padding-bottom: 0.5rem !important;
}

.inp-login::placeholder {
    font-family: 'Tajawal';
    font-style: normal;
    font-weight: 400;
    font-size: 16px;
    line-height: 19px;
    color: #1C1B1F;
    opacity: 0.4;
    display: flex;
    align-items: center;
}

select.inp-login {
    padding-top: 0.78rem !important;
    padding-bottom: 0.5rem !important;
    font-family: 'Tajawal';
    font-style: normal;
    font-weight: 400;
    font-size: 16px;
    color: rgba(28, 27, 31, 0.4);
    background-repeat: no-repeat;
    background-position: left 18px center;
    background-size: 3%;
}

select.inp-login option:not(:first-child) {
    font-size: 1.25rem;
    color: #1C1B1F;
}

select:focus {
    box-shadow: none !important;
}

.conent-pass {
    position: relative;
}

.pass {
    padding-right: 2rem !important;
    display: inline-block;
}

.inpu-2 {
    padding-right: 2rem !important;
}

.pass::placeholder {
    font-family: 'Somar';
    font-size: 16px;
}

input:focus {
    box-shadow: none !important;
}

.conent-pass .toggle-password {
    display: inline-block;
    position: absolute;
    top: 38px;
    margin-right: -49px;
    background: none;
    border: none;
}

.conent-pass .toggle-password-new {
    display: inline-block;
    position: absolute;
    top: 38px;
    margin-right: -49px;
    background: none;
    border: none;
}

.conent-pass .toggle-confiarmpassword {
    display: inline-block;
    position: absolute;
    top: 38px;
    margin-right: -49px;
    background: none;
    border: none;
}

.p-login-2 a,
.p-login-2 .sp-login {
    font-family: 'Tajawal';
    font-style: normal;
    font-weight: 500;
    font-size: 14px;
    line-height: 17px;
    color: #2EAC6D;
    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;
}

.p-login-2 a:hover {
    color: #FFCB3C;
}

.sp-login {
    color: #112211 !important;
    float: left;
    display: flex;
    align-items: center;
    margin-left: 21px;
}

.check-login {
    border: 2px solid #112211;
    margin-left: 14px;
    appearance: none;
    border-radius: 3px;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    -ms-border-radius: 3px;
    -o-border-radius: 3px;
    width: 18px;
    height: 18px;
    position: relative;
}

.p-login-2 input {
    border: 2px solid #112211;
    margin-left: 22px;
    appearance: none;
    border-radius: 3px;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    -ms-border-radius: 3px;
    -o-border-radius: 3px;
    width: 18px;
    height: 18px;
    position: relative;
}

.p-login-2 input:after {
    border: 2px solid #fff;
    border-top: none;
    border-right: none;
    content: "";
    height: 6px;
    left: 1px;
    opacity: 0;
    position: absolute;
    top: 3px;
    transform: rotate(-45deg);
    width: 12px;
    -webkit-transform: rotate(-45deg);
    -moz-transform: rotate(-45deg);
    -ms-transform: rotate(-45deg);
    -o-transform: rotate(-45deg);
}

.p-login-2 input[type="checkbox"]:checked {
    background: #2EAC6D !important;
    border-color: #2EAC6D;
}

.p-login-2 input[type="checkbox"]:checked:after {
    opacity: 1;
}

.btn-login {
    padding: 14px 21px;
    background: linear-gradient(180deg, #2EAC6D 0%, #52EA9E 100%);
    border: 2px solid #2EAC6D;
    box-shadow: 0px 4px 4px rgba(0, 0, 0, 0.25);
    border-radius: 20px;
    display: block;
    text-align: center;
    font-family: 'Tajawal';
    font-style: normal;
    font-weight: 700;
    font-size: 22px;
    line-height: 26px;
    color: #FFFFFF;
    width: 100%;
    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-login:hover {
    border-color: #ECBB36;
}

.p-login-3 {
    font-family: 'Tajawal';
    font-style: normal;
    font-weight: 500;
    font-size: 14px;
    line-height: 17px;
    text-align: center;
    color: #112211;
    margin-top: 16px;
}

.p-login-3 a {
    color: #2EAC6D;
}

.cont-record {
    position: relative;
    margin-top: 24px;
}

.p-login-4 {
    font-family: 'Tajawal';
    font-style: normal;
    font-weight: 400;
    font-size: 14px;
    line-height: 17px;
    color: #112211;
    opacity: 0.5;
    text-align: center;
}

.cont-record::before,
.cont-record::after {
    position: absolute;
    content: " ";
    width: 33%;
    height: 0.5px;
    background: #112211;
    opacity: 0.25;
    top: 50%;
}

@media (max-width:488px) {

    .cont-record::before,
    .cont-record::after {
        width: 25%;
    }
}

.cont-record::after {
    left: 0;
}

.btn-google {
    display: block;
    border: 1px solid #2EAC6D;
    border-radius: 20px;
    padding: 14px 90px;
    width: 100%;
    font-family: 'Somarmedium';
    font-style: normal;
    font-weight: 500;
    font-size: 24px;
    line-height: 29px;
    color: #979797;
    text-align: center;
    margin-top: 30px;
}

.btn-google:hover {
    color: #979797;
}

.btn-google img {
    margin-left: 55px;
}

@media (max-width:548px) {
    .btn-google {
        padding: 14px 21px;
    }

    .btn-google img {
        margin-left: 51px;
    }
}

@media (max-width:389px) {
    .btn-google {
        font-size: 17px;
        padding: 10px 10px;
    }

    .btn-google img {
        margin-left: 20px;
    }
}

/* start singup page */
/* =============================
             singup
   ============================= */
.h-singup {
    font-size: 40px !important;
}

.h-jender {
    font-family: 'Tajawal';
    font-style: normal;
    font-weight: 400;
    font-size: 15px;
    line-height: 18px;
    color: #112211;
}

.parent-jender {
    margin-right: 30px;
}

.cont-jender {
    display: inline-block;
    position: relative;
}

.jender {
    display: flex;
    align-items: center;
}

.jender label {
    font-family: 'Tajawal';
    font-style: normal;
    font-weight: 500;
    font-size: 16px;
    line-height: 19px;
    color: #112211;
    margin-right: 5px;
}

.jender input {
    background-color: #fff;
    border: 1px solid #2EAC6D;
    border-radius: 50%;
    cursor: pointer;
    height: 20px;
    left: 0;
    position: relative;
    top: 0;
    width: 20px;
    appearance: none;
}

.jender input:after {
    border: 2px solid #fff;
    border-top: none;
    border-right: none;
    content: "";
    height: 6px;
    left: 3px;
    opacity: 0;
    position: absolute;
    top: 5px;
    transform: rotate(-45deg);
    width: 12px;
    -webkit-transform: rotate(-45deg);
    -moz-transform: rotate(-45deg);
    -ms-transform: rotate(-45deg);
    -o-transform: rotate(-45deg);
}

.jender input[type="radio"]:checked {
    background: #2EAC6D !important;
    border-color: green;
}

.jender input[type="radio"]:checked:after {
    opacity: 1;
}

.male {
    margin-right: 36%;
}

.agree {
    font-family: 'Tajawal';
    font-style: normal;
    font-weight: 500;
    font-size: 14px;
    line-height: 17px;
    color: #112211;
    margin-top: 30px;
    display: flex;
    align-items: center;
}

.agree input {
    border: 2px solid #112211;
    margin-left: 22px;
    appearance: none;
    border-radius: 3px;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    -ms-border-radius: 3px;
    -o-border-radius: 3px;
    width: 18px;
    height: 18px;
    position: relative;
}

.agree input:after {
    border: 2px solid #fff;
    border-top: none;
    border-right: none;
    content: "";
    height: 6px;
    left: 2px;
    opacity: 0;
    position: absolute;
    top: 4px;
    transform: rotate(-45deg);
    width: 12px;
    -webkit-transform: rotate(-45deg);
    -moz-transform: rotate(-45deg);
    -ms-transform: rotate(-45deg);
    -o-transform: rotate(-45deg);
}

.agree input[type="checkbox"]:checked {
    background: #2EAC6D !important;
    border-color: #2EAC6D;
}

.agree input[type="checkbox"]:checked:after {
    opacity: 1;
}

/* start coach page */
/* =============================
             coach
   ============================= */
#coach {
    padding-top: 20px;
}

.cont-coach {
    height: 235px;
    background: linear-gradient(180deg, #16824C 0%, rgba(148, 228, 188, 0.51) 100%), url('../img/Rectangle\ 8977\ \(2\).png');
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
}

.h-coach {
    position: relative;
}

.h-coach h6 {
    font-family: 'Somar';
    font-style: normal;
    font-weight: 700;
    font-size: 40px;
    line-height: 56px;
    color: #2EAC6D;
}

.h-coach::after {
    content: " ";
    position: absolute;
    width: 186px;
    height: 0px;
    border: 3px solid #FFCB3C;
    transform: rotate(180deg);
}

.p-coach {
    font-family: 'Tajawal';
    font-style: normal;
    font-weight: 400;
    font-size: 15px;
    line-height: 30px;
    text-align: justify;
    color: rgba(47, 64, 70, 0.79);
    margin-top: 33px;
}

.btn-coach {
    background: linear-gradient(180deg, #2EAC6D 0%, #52EA9E 100%);
    border: 2px solid #2EAC6D;
    box-shadow: 0px 4px 4px rgba(0, 0, 0, 0.25);
    border-radius: 20px;
    padding: 10px 20px;
    width: 240px;
    text-align: center;
    font-family: 'Tajawal';
    font-style: normal;
    font-weight: 700;
    font-size: 20px;
    line-height: 38px;
    color: #FFFFFF;
    margin-top: 30px;
    display: block;
    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;
}

.coach-img img {
    border-radius: 20px;
    -webkit-border-radius: 20px;
    -moz-border-radius: 20px;
    -ms-border-radius: 20px;
    -o-border-radius: 20px;
    box-shadow: 0px 2px 4px rgba(0, 0, 0, 0.1);
    height: 420px;
}

@media (max-width:991px) {
    .btn-coach {
        margin-bottom: 30px;
    }

    .collect-coach {
        text-align: center;
    }

    .h-coach {
        text-align: center;
    }

    .h-coach::after {
        left: 50%;
        transform: translateX(-50%);
    }

    .p-coach {
        text-align: center;
    }

    .p-coach br {
        display: none;
    }

    .coach-img {
        display: flex;
        justify-content: center;
    }
}

.btn-coach:hover {
    border: 2px solid #ECBB36;
}

@media (max-width:300px) {
    .btn-coach {
        font-size: 23px;
    }
}

/* start blog page */
/* =============================
             blog
   ============================= */
.cont-blog {
    height: 235px;
    background: linear-gradient(180deg, #16824C 0%, rgba(148, 228, 188, 0.51) 100%), url('../img/Rectangle\ 8977\ \(3\).png');
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
}

#blog {
    background-image: url(../img/pattern.png);
    background-repeat: no-repeat;
    background-position: right bottom 195px;
}

#blog .card {
    background: transparent;
    border: 1px solid #E0E0E0;
    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;
}

#blog .card:hover {
    background: #F3FFF9;
    border-color: #ECBB36;
}

#blog .card .card-link {
    border: 1px solid #E0E0E0;
    filter: drop-shadow(0px 4px 4px rgba(0, 0, 0, 0.1));
}

#blog .card:hover .card-link {
    border-color: #ECBB36;
    color: #2EAC6D;
}

#blog .card .card-link:hover {
    color: #ffffff;
}

#blog .card .card-text {
    font-size: 15px;
}

#blog .card:hover .card-title {
    color: #263238;
}

#blog .card:hover .card-title svg {
    color: #2EAC6D;
}

#blog .card:hover .card-text {
    color: #343F45 !important;
}

#blog .card:hover .card-subtitle {
    color: #2EAC6D !important;
}

/* =============================
             pagination
   ============================= */
.pag-nav {
    margin-top: 80px;
}

.page-link {
    border: none;
    color: #2EAC6D;
}

.pag-bord {
    border: 1px solid #2EAC6D;
    border-radius: 50%;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    -ms-border-radius: 50%;
    -o-border-radius: 50%;
    margin-left: 10px !important;
    width: 45px;
    height: 45px;
    display: flex;
    align-items: center;
    justify-content: center;
    font-family: 'Work Sans';
    font-style: normal;
    font-weight: 600;
    font-size: 19px;
    line-height: 25px;
}

.page-link:hover {
    background: #2EAC6D;
    color: #ffffff;
    border-color: #2EAC6D;
}

.page-item.active .page-link {
    background: #2EAC6D;
    border-color: #2EAC6D;
}

.pag-spec {
    margin-left: 50px;
    font-family: 'Poppins';
    font-style: normal;
    font-weight: 600;
    font-size: 18px;
    line-height: 27px;
}

.pag-spec-1 {
    margin-right: 45px;
    font-family: 'Poppins';
    font-style: normal;
    font-weight: 600;
    font-size: 18px;
    line-height: 27px;
}

@media (max-width:488px) {
    .pag-spec {
        margin-left: -2px;
    }

    .pag-spec-1 {
        margin-right: -9px;
    }
}

@media (max-width:388px) {
    .pagination {
        flex-wrap: wrap;
    }
}

/* start page blogdetails */
#blogdetail {
    background-image: url(../img/pattern.png);
    background-repeat: no-repeat;
    background-position: right bottom 470px;
}

.p-detail {
    font-family: 'Tajawal';
    font-style: normal;
    font-weight: 500;
    font-size: 20px;
    line-height: 24px;
    color: #44494F;
    margin-top: 40px;
}

.p-detail svg {
    color: #FFCB3C;
    margin-left: 9px;
}

.p-detail span {
    margin-right: 100px;
}

.p-detail-2 {
    font-family: 'Somar';
    font-style: normal;
    font-weight: 700;
    font-size: 40px;
    line-height: 24px;
    color: #2EAC6D;
    margin-top: 25px;
}

.p-detail-3 {
    font-family: 'Tajawal';
    font-style: normal;
    font-weight: 400;
    font-size: 21px;
    line-height: 34px;
    text-align: right;
    color: rgba(47, 64, 70, 0.79);
    margin-top: 25px;
}

.p-detail-4 {
    margin-top: 60px;
}

.sp-detail {
    font-family: 'Somar';
    font-style: normal;
    font-weight: 700;
    font-size: 40px;
    line-height: 24px;
    color: #263238;
    margin-left: 42px;
}

.p-detail-4 svg {
    font-family: 'Font Awesome 5 Brands';
    font-style: normal;
    font-weight: 400;
    font-size: 30px;
    line-height: 34px;
    color: #979797;
    margin-left: 27px;
    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;
}

.p-detail-4 svg:hover {
    color: #FFCB3C;
    cursor: pointer;
}

.img-detail img {
    width: 75%;
}

@media (max-width:991px) {
    .center {
        text-align: center;
    }

    .img-detail {
        display: flex;
        justify-content: center;
        margin-top: 35px;
    }
}

.img-detail-1 {
    margin-top: 45px;
}

.other-artical {
    margin-top: 60px;
}

.h-other {
    position: relative;
    text-align: center;
}

.h-other::before,
.h-other::after {
    position: absolute;
    content: " ";
    width: 88px;
    height: 0px;
    border: 2px solid #2EAC6D;
    top: 60%;
}

.h-other::before {
    margin-right: -168px;
}

.h-other::after {
    margin-right: 81px;
}

.h-other h6 {
    font-family: 'Somar';
    font-style: normal;
    font-weight: 700;
    font-size: 40px;
    line-height: 48px;
    color: #44494F;
}

#slide-details .card .card-body {
    padding: 14px 13px;
}

#slide-details .card .card-body .card-subtitle {
    font-size: 20px;
}

#slide-details .card .card-body .card-text {
    font-size: 14px;
}

#slide-details .card .card-body .card-link {
    border: 1px solid #E0E0E0;
    padding-top: 12px;
    padding-bottom: 12px;
}

#slide-details .card:hover .card-body .card-link {
    border-color: #ECBB36;
}

.c-other {
    padding-right: 8px;
    padding-left: 8px;
    width: fit-content !important;
    margin-left: auto;
    margin-right: auto;
}

.sp-row {
    --bs-gutter-x: 0rem !important;
}

#slide-details {
    margin-top: 35px;
}

#slide-details .owl-stage-outer {
    padding-top: 15px;
}

#slide-details .card .img-card {
    display: flex;
    justify-content: center;
}

#slide-details .card .img-card {
    min-width: 100%;
}

#slide-details .owl-nav {
    display: block;
    position: absolute;
    width: 100%;
    display: flex;
    justify-content: space-between;
    color: #2EAC6D;
    font-size: 30px;
    top: 50%;
    transform: translateY(-50%);
    -webkit-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    -o-transform: translateY(-50%);
}

#slide-details .owl-nav .owl-prev,
#slide-details .owl-nav .owl-next {
    background: #FFFFFF;
    box-shadow: 0px 4px 4px rgba(0, 0, 0, 0.25);
    width: 50px;
    height: 50px;
    border-radius: 50%;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    -ms-border-radius: 50%;
    -o-border-radius: 50%;
}

#slide-details .owl-nav .owl-prev:hover,
#slide-details .owl-nav .owl-next:hover {
    background: #2EAC6D;
}

#slide-details .owl-nav .owl-prev {
    margin-right: -55px;
}

#slide-details .owl-nav .owl-next {
    margin-left: -55px;
}

@media (max-width:812px) {
    #slide-details .owl-nav .owl-prev {
        margin-right: 0px;
    }

    #slide-details .owl-nav .owl-next {
        margin-left: 0px;
    }
}

/* start page about */
/* =============================
             about
   ============================= */
.img-nav {
    margin-left: 10px;
    height: 52px;
    width: 52px;
    border: 1px solid #FFCB3C;
    border-radius: 50%;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    -ms-border-radius: 50%;
    -o-border-radius: 50%;
}

.menu-nav {
    display: flex;
    justify-content: center;
    align-items: center;
}

.btn-nav-2 {
    padding: 14px 0px;
    font-family: 'Tajawal';
    font-style: normal;
    font-weight: 500;
    font-size: 16px;
    line-height: 19px;
    background: none;
    border: none;
    color: #333333;
    height: 43px;
    display: flex;
    justify-content: center;
    align-items: center;
}

.btn-nav-2 svg {
    font-size: 17px;
    margin-right: 20px;
}

.dropdown-nav {
    margin-top: 15px;
    margin-bottom: 15px;
}

.special-drop {
    margin-top: 9px !important;
    box-shadow: 0px 2px 10px rgba(0, 0, 0, 0.05) !important;
    border-radius: 12px !important;
    -webkit-border-radius: 12px !important;
    -moz-border-radius: 12px !important;
    -ms-border-radius: 12px !important;
    -o-border-radius: 12px !important;
    border: none !important;
    width: 188px !important;
    padding: 0px !important;
    overflow: hidden;
}

.dropdown-item-nav {
    display: flex !important;
    justify-content: space-between !important;
    align-items: center !important;
    font-family: 'Tajawal';
    font-style: normal;
    font-weight: 500;
    font-size: 14px;
    line-height: 17px;
    color: #112211;
    padding: 0.75rem 1rem;
}

.dropdown-divider {
    height: 0;
    margin: 0rem 1rem;
    overflow: hidden;
    border-top: 1px solid rgba(17, 34, 17, 0.25);
}

.item-nav img {
    margin-left: 10px;
    width: 23px;
}

.marg-import {
    /* margin-top: 112px !important; */
}



.dropdown-toggle::after {
    display: none !important;
}

.cont-about {
    height: 235px;
    background: linear-gradient(180deg, #16824C 0%, rgba(148, 228, 188, 0.51) 100%), url('../img/Rectangle\ 8977\(1\).png');
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
}

.img-about img {
    border-radius: 20px;
    -webkit-border-radius: 20px;
    -moz-border-radius: 20px;
    -ms-border-radius: 20px;
    -o-border-radius: 20px;
    box-shadow: 0px 2px 4px rgba(0, 0, 0, 0.1);
}

@media (min-width:992px) {
    .about-content {
        margin-right: 30px;
    }
}

.h-about h6 {
    font-family: 'Somar';
    font-style: normal;
    font-weight: 700;
    font-size: 40px;
    line-height: 24px;
    color: #2EAC6D;
    margin-top: 50px;
}

.p-about {
    font-family: 'Tajawal';
    font-style: normal;
    font-weight: 400;
    font-size: 15px;
    line-height: 30px;
    text-align: justify;
    color: rgba(47, 64, 70, 0.79);
    margin-top: 35px;
}

@media (max-width:991px) {
    .p-about br {
        display: none;
    }

    .about-content {
        text-align: center;
    }

    .img-about {
        display: flex;
        justify-content: center;
    }

    .p-about,
    .p-about-2 {
        text-align: center;
    }

    .p-about-4 {
        text-align: center;
        width: 100% !important;
    }

    .p-about-3 {
        text-align: center;
    }
}

/* =============================
             video
   ============================= */
#video {
    position: relative;
    background-image: url("../img/Group\ 4237.png"), url("../img/Oval.png");
    background-position: right bottom calc(0% + 24px), left top calc(0% + 14px);
    margin-top: 14px;
    background-repeat: no-repeat;
    padding-bottom: 50px;
}

.revideo {
    width: 100%;
    height: 450px;
    object-fit: cover;
}

#posterimage {
    height: 450px;
    position: absolute;
    width: 100%;
    border-radius: 10px;
    -webkit-border-radius: 10px;
    -moz-border-radius: 10px;
    -ms-border-radius: 10px;
    -o-border-radius: 10px;
    object-fit: cover;
}

.btn-video {
    border: none;
    background: none;
    position: absolute;
    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%);
    text-align: center;
}

@media (max-width: 600px) {
    #video {
        background-position: right bottom calc(0% + 39px), left top calc(0% + 14px);
        background-size: 100px, 50px;
    }
}

.img-video {
    position: relative;
}

.img-two {
    position: absolute;
    right: 0;
    bottom: -26px;
}

.video-2 {
    position: relative;
    background-image: url("../img/Group\ 4214.png");
    background-position: right bottom calc(0% + 24px);
    margin-top: 48px;
    background-repeat: no-repeat;
    padding-bottom: 50px;
}

.text-about {
    min-height: 338px;
    background: rgba(235, 235, 235, 0.34);
    margin-top: 50px;
    position: relative;
    padding-top: 34px;
    padding-bottom: 39px;
}

.btn-about {
    background: rgba(46, 172, 109, 0.1);
    font-family: 'Somarsemibold';
    font-style: normal;
    font-weight: 600;
    font-size: 25px;
    line-height: 38px;
    color: #44494F;
    padding: 14px 20px;
    border-radius: 30px;
    -webkit-border-radius: 30px;
    -moz-border-radius: 30px;
    -ms-border-radius: 30px;
    -o-border-radius: 30px;
    margin-top: 24px;
    display: flex;
    align-items: center;
    width: 277px;
}

.btn-about img {
    margin-left: 30px;
}

.btn-about:hover {
    color: #44494F !important;
}

.p-about-2 {
    font-family: 'Tajawalre';
    font-style: normal;
    font-weight: 400;
    font-size: 15px;
    line-height: 30px;
    color: rgba(47, 64, 70, 0.79);
    margin-top: 24px;
    text-align: justify;
}

.p-about-3 {
    font-family: 'Somar';
    font-style: normal;
    font-weight: 700;
    font-size: 40px;
    line-height: 24px;
    text-decoration-line: underline;
    color: #2EAC6D;
    margin-top: 100px;
    text-underline-position: under;
}

.p-about-4 {
    font-family: 'Tajawal';
    font-style: normal;
    font-weight: 400;
    font-size: 15px;
    line-height: 42px;
    margin-top: 35px;
    width: 544px;
    color: rgba(47, 64, 70, 0.79);
}

.img-report {
    margin-top: 60px;
    display: flex;
    justify-content: center;
}

/* start cotact page */
/* =============================
             contact
   ============================= */
.cont-contact {
    height: 235px;
    background: linear-gradient(180deg, #16824C 0%, rgba(148, 228, 188, 0.51) 100%), url('../img/Rectangle\ 8977\ \(4\).png');
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
}

.h-contact {
    position: relative;
    text-align: center;
}

.h-contact h6 {
    font-family: 'Somar';
    font-style: normal;
    font-weight: 700;
    font-size: 48px;
    line-height: 58px;
    color: #44494F;
}

.h-contact::before,
.h-contact::after {
    content: '';
    position: absolute;
    width: 54px;
    border: 2px solid #2EAC6D;
    top: 50%;
}

.h-contact::before {
    margin-right: -143px;
}

.h-contact::after {
    margin-right: 91px;
}

.contact-item {
    position: relative;
    background: #FFFFFF;
    border: 1px solid #E0E0E0;
    box-shadow: 0px 4px 4px rgba(0, 0, 0, 0.25);
    border-radius: 18px;
}

.coll-contact {
    margin-top: 73px;
}

.contact-img {
    position: relative;
    display: flex;
    justify-content: center;
    top: -43px;
}

.p-contact {
    font-family: 'Somarmedium';
    font-style: normal;
    font-weight: 500;
    font-size: 32px;
    line-height: 43px;
    text-align: center;
    margin-top: -25px;
    margin-bottom: 42px;
}

.icon-whats {
    width: 83px;
    height: 83px;
    background: #FFCB3C;
    border-radius: 50%;
    display: flex;
    justify-content: center;
    align-items: center;
}

.icon-whats svg {
    color: #ffffff;
    font-size: 30px;
}

@media (max-width:991px) {
    .spec-contact {
        margin-top: 60px;
    }
}

.map-contact {
    margin-top: 51px;
    background: rgba(235, 235, 235, 0.34);
    padding-top: 50px;
    padding-bottom: 50px;
}

.map-form {
    background: #FFFFFF;
    box-shadow: 2px 10px 28px rgba(75, 0, 129, 0.12);
    border-radius: 24px;
    padding-top: 30px;
    padding-bottom: 30px;
}

.h-map-form {
    display: flex;
    justify-content: center;
}

.h-map-form h6 {
    width: fit-content;
    font-family: 'Tajawalbold';
    font-style: normal;
    font-weight: 700;
    font-size: 20px;
    line-height: 24px;
    color: #000000;
    padding-bottom: 5px;
    border-bottom: 5px solid #2EAC6D;
}

.cont-form {
    padding-left: 70px;
    padding-right: 70px;
}

.inp-label-2 {
    font-family: 'Tajawalbold';
    font-style: normal;
    font-weight: 700;
    font-size: 16px;
    line-height: 19px;
    color: #0F001A;
    margin-right: 30px;
    position: relative;
    top: 9px;
    background: #ffffff;
    padding-right: 3px;
    padding-left: 3px;
    margin-bottom: 0px;
}

.textar {
    padding-top: 12px !important;
    height: 120px;
}

.btn-form {
    background: #2EAC6D;
    border-radius: 20px;
    height: 50px;
    font-family: 'Tajawalbold';
    font-style: normal;
    font-weight: 700;
    font-size: 18px;
    line-height: 22px;
    color: #FFFFFF;
    display: flex;
    justify-content: center;
    align-items: center;
    margin-top: 30px;
    border: none;
    width: 100%;
}

@media(max-width:430px) {
    .cont-form {
        padding-left: 10px;
        padding-right: 10px;
    }
}

.icon-contact {
    display: flex;
    justify-content: center;
    align-items: center;
    margin-top: 60px;
    margin-bottom: 60px;
}

.icon-contact svg {
    font-size: 30px;
    color: #455A64;
    margin-left: 32px;
}

.spec-icon {
    margin-left: 0px !important;
}

.icon-contact svg:hover {
    color: #FFCB3C;
}

.img-contacts img {
    max-width: 300px;
    width: 100%;
}

.img-contacts {
    display: flex;
    align-items: center;
    justify-content: center;
    height: 100%;
}

/* start page request */
/* =============================
             request
   ============================= */
.cont-request {
    min-height: 235px;
    background: linear-gradient(180deg, #16824C 0%, rgba(148, 228, 188, 0.51) 100%), url('../img/Rectangle\ 8977\ \(5\).png');
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
}

#request {
    display: flex;
}

.dashboard {
    background: url("../img/Vector\ Smart\ Object.png"), url("../img/Vector\ Smart\ Object\ \(1\).png");
    background-repeat: no-repeat;
    background-position: right bottom, right bottom -65px;
    background-size: 150px, 112%;
    min-height: 100vh;
    background-color: white;
    position: relative;
    width: 405px;
}

.dashboard-toggle-btn {
    background-color: transparent;
    border: none;
    font-size: 22px;
    padding-top: 5px;
    padding-right: 0px;
}

#sidebar {
    background: #F7FFFB;
    margin-top: -20px;
    padding-inline: 15px;
    margin-left: 10px;
}

#sidebar.open {
    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;
    transform: translateX(0);
    max-width: 250px;
    width: 100%;
}

#sidebar.closed {
    min-width: 60px;
    max-width: 60px;
    width: 50px;
    overflow: hidden;
    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: 0px 2px 4px rgba(0, 0, 0, 0.1);
}

#sidebar.closed .profile {
    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;
    display: none;
}

#sidebar.closed .dashboard-menu {
    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;
    display: none;
}

#sidebar.open .dashboard-menu2 {

    display: none;
}

#sidebar.closed .dashboard-menu2 {
    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;
    display: flex;
}

.dashboard::before {
    content: '';
    position: absolute;
    width: 1px;
    height: 583px;
    background: #F8F8F8;
    left: 0;
    margin-left: 5px;
    margin-top: 85px;
}

.profile {
    display: flex;
    flex-direction: column;
    justify-content: center;
    /* align-items: center; */
    padding-top: 80px;
}

.img-profile {
    height: 73px;
    width: 73px;
    border-radius: 50%;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    -ms-border-radius: 50%;
    -o-border-radius: 50%;
    border: 1px solid #FFCB3C;
}

.p-profile {
    font-family: 'Somarmedium';
    font-style: normal;
    font-weight: 500;
    font-size: 24px;
    line-height: 29px;
    color: #2EAC6D;
    margin-top: 0px;
    margin-bottom: 2px;
}

.p-profile-1 {
    font-family: 'Somarmedium';
    font-style: normal;
    font-weight: 500;
    font-size: 22px;
    line-height: 26px;
    color: rgba(0, 0, 0, 0.8);
    margin-bottom: 0px;
    word-wrap: break-word;
}

.dashboard-menu {
    margin-top: 50px;
    display: flex;
    /* justify-content: center; */
    align-items: center;
    padding-bottom: 74px;
}

.dashboard-menu .dashboard-link {
    font-family: 'Somarmedium';
    font-style: normal;
    font-weight: 500;
    font-size: 24px;
    line-height: 29px;
    text-align: right;
    color: #000000;
    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;
}

.dashboard-menu .dashboard-link img {
    margin-left: 13px;
    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;
}

.dashboard-menu .dashboard-link.active {
    color: #2EAC6D;
}

.dashboard-menu .dashboard-link.active img {
    filter: invert(24%) sepia(100%) saturate(7487%) hue-rotate(157deg) brightness(105%) contrast(123%);
    transform: all 0.3s linear;
    -webkit-transform: all 0.3s linear;
    -moz-transform: all 0.3s linear;
    -ms-transform: all 0.3s linear;
    -o-transform: all 0.3s linear;
}

.dashboard-menu li:not(:first-child) {
    margin-top: 30px;
}

.spec-img {
    filter: brightness(19%) saturate(100%) invert(0%);
    -webkit-filter: brightness(19%) saturate(100%) invert(0%);
    transform: all 0.3s linear;
    -webkit-transform: all 0.3s linear;
    -moz-transform: all 0.3s linear;
    -ms-transform: all 0.3s linear;
    -o-transform: all 0.3s linear;
}

.dashboard-link:hover {
    color: #2EAC6D;
}

.dashboard-link:hover img {
    filter: invert(24%) sepia(100%) saturate(7487%) hue-rotate(157deg) brightness(105%) contrast(123%);
    transform: all 0.3s linear;
    -webkit-transform: all 0.3s linear;
    -moz-transform: all 0.3s linear;
    -ms-transform: all 0.3s linear;
    -o-transform: all 0.3s linear;
}

.req {
    width: 100%;
    margin-bottom: 30px;
}

.parent-request {
    padding-right: 16px;
    padding-left: 80px;
    padding-bottom: 80px;
}

.h-request {
    padding-top: 60px;
}

.h-request h6 {
    font-family: 'Somar';
    font-style: normal;
    font-weight: 700;
    font-size: 38px;
    line-height: 56px;
    color: #2EAC6D;
    margin-bottom: 0px;
}

.h-request .h-span {
    font-family: 'Somar';
    font-style: normal;
    font-weight: 700;
    font-size: 32px;
    line-height: 38px;
    text-align: right;
    color: #000000;
}

.p-request {
    font-family: 'Somar';
    font-style: normal;
    font-weight: 700;
    font-size: 20px;
    line-height: 50px;
    color: #44494F;
}

.request-collect {
    display: flex;
    justify-content: space-between;
    align-self: center;
    flex-wrap: wrap;
}

.sp-request {
    font-family: 'Somar';
    font-style: normal;
    font-weight: 700;
    font-size: 20px;
    line-height: 56px;
    color: #44494F;
}

.sub-request {
    display: flex;
    align-items: center;
}

.btn-start {
    border: 1px solid #E0E0E0;
    border-radius: 14px;
    font-family: 'Somar';
    font-style: normal;
    font-weight: 700;
    font-size: 20px;
    line-height: 56px;
    color: #979797;
    padding: 6px 12px;
    height: 31px;
    display: flex;
    align-items: center;
    justify-content: center;
    margin-right: 25px;
    -webkit-border-radius: 14px;
    -moz-border-radius: 14px;
    -ms-border-radius: 14px;
    -o-border-radius: 14px;
}

.btn-start svg {
    margin-right: 15px;
    font-size: 15px;
}

.req-item {
    font-family: 'Tajawal';
    font-style: normal;
    font-weight: 500;
    font-size: 14px;
    line-height: 17px;
    color: #112211;
    padding: 0.75rem 1rem;
    text-align: start;
}

.sutable-request {
    background: linear-gradient(180deg, #FFFFFF 0%, #FFFFFF 100%);
    border: 1px solid #E0E0E0;
    box-shadow: 0px 16px 24px rgba(0, 0, 0, 0.06), 0px 2px 6px rgba(0, 0, 0, 0.04), 0px 0px 1px rgba(0, 0, 0, 0.04);
    border-radius: 28px;
    min-height: 406px;
}

.sutbale-img {
    margin-top: 5px;
}

.new-p-sutable {
    font-family: 'Somar';
    font-style: normal;
    font-weight: 700;
    font-size: 32px;
    color: rgba(0, 0, 0, 0.8);
    margin-top: 15px;
    margin-bottom: 0px;
    margin-right: 30px;
}

.new-sp-sutable {
    font-size: 24px;
    color: rgba(0, 0, 0, 0.5);
    margin-right: 9px;

}

.p-new-2 {
    font-family: 'Tajawalre';
    font-style: normal;
    font-weight: 400;
    font-size: 20px;
    line-height: 28px;
    color: rgba(47, 64, 70, 0.79);
    margin-right: 30px;
    margin-bottom: 0px;
}

.sutable-text {
    margin-top: 15px;
    margin-right: 31px;
}

.sp-sutable {
    font-family: 'Somar';
    font-style: normal;
    font-weight: 700;
    font-size: 24px;
    color: rgba(0, 0, 0, 0.8);
    margin-right: 7px;
}

.li-spec {
    margin-top: 25px;
    margin-bottom: 24px;
}

#myChart {
    width: 393px !important;
    height: 122px !important;
}

.chart-area {
    height: 130px;
    text-align: center;
}

.chart-area svg {
    width: 120px;
}

.progress {
    width: 110px;
    height: 110px;
    line-height: 150px;
    background: none;
    margin: 0 auto;
    box-shadow: none;
    position: relative;
}

.progress:after {
    content: "";
    width: 100%;
    height: 100%;
    border-radius: 50%;
    border: 24px solid rgba(46, 172, 109, 0.2);
    position: absolute;
    top: 0;
    left: 0;
}

.progress>span {
    width: 50%;
    height: 100%;
    overflow: hidden;
    position: absolute;
    top: 0;
    z-index: 1;
}

.progress .progress-left {
    left: 0;
}

.progress .progress-bar {
    width: 100%;
    height: 100%;
    background: none;
    border-width: 24px;
    border-style: solid;
    position: absolute;
    top: 0;
}

.progress .progress-left .progress-bar {
    left: 100%;
    border-top-right-radius: 80px;
    border-bottom-right-radius: 80px;
    border-left: 0;
    -webkit-transform-origin: center left;
    transform-origin: center left;
}

.progress .progress-right {
    right: 0;
}

.progress .progress-right .progress-bar {
    left: -100%;
    border-top-left-radius: 80px;
    border-bottom-left-radius: 80px;
    border-right: 0;
    -webkit-transform-origin: center right;
    transform-origin: center right;
    animation: loading-1 1.8s linear forwards;
}

.progress .progress-value {
    width: 100%;
    height: 100%;
    border-radius: 50%;
    background: #ffffff;
    line-height: 135px;
    text-align: center;
    position: absolute;
    display: flex;
    align-items: center;
    justify-content: center;
    font-family: 'Nunito';
    font-style: normal;
    font-weight: 900;
    font-size: 20px;
    color: #2EAC6D;
}

.progress.blue .progress-bar {
    border-color: #2EAC6D;
}

.progress.blue .red {
    border-color: #E66D57 !important;
}

.red-sec {
    color: #A65D50 !important;
}

.progress.blue .progress-left .progress-bar {
    animation: loading-2 1.5s linear forwards 1.8s;
}


.progress-2:after {
    content: "";
    width: 100%;
    height: 100%;
    border-radius: 50%;
    border: 24px solid #F2B5AA;
    position: absolute;
    top: 0;
    left: 0;
}



@keyframes loading-1 {
    0% {
        -webkit-transform: rotate(0deg);
        transform: rotate(0deg);
    }

    100% {
        -webkit-transform: rotate(180deg);
        transform: rotate(180deg);
    }
}

@keyframes loading-2 {
    0% {
        -webkit-transform: rotate(0deg);
        transform: rotate(0deg);
    }

    100% {
        transform: rotate(105deg);
        -webkit-transform: rotate(105deg);
        -moz-transform: rotate(105deg);
        -ms-transform: rotate(105deg);
        -o-transform: rotate(105deg);
    }
}

@keyframes loading-3 {
    0% {
        -webkit-transform: rotate(0deg);
        transform: rotate(0deg);
    }

    100% {
        -webkit-transform: rotate(90deg);
        transform: rotate(90deg);
    }
}

@keyframes loading-4 {
    0% {
        -webkit-transform: rotate(0deg);
        transform: rotate(0deg);
    }

    100% {
        -webkit-transform: rotate(36deg);
        transform: rotate(36deg);
    }
}

@keyframes loading-5 {
    0% {
        -webkit-transform: rotate(0deg);
        transform: rotate(0deg);
    }

    100% {
        -webkit-transform: rotate(126deg);
        transform: rotate(126deg);
    }
}

@media only screen and (max-width: 990px) {
    .progress {
        margin-bottom: 20px;
    }
}


.sutable-2 {
    padding-right: 100px;
    padding-left: 45px;
}

.hr-sutable {
    margin: 0px;
    margin-left: 44px;
    margin-right: 65px;
}

.btn-sut {
    padding: 14px 15px;
    border: 2px solid #2EAC6D;
    border-radius: 20px;
    font-family: 'Somar';
    font-style: normal;
    font-weight: 700;
    font-size: 24px;
    line-height: 29px;
    color: #000000;
    margin-top: 20px;
    display: flex;
    justify-content: center;
}

.choose-down {
    display: flex;
    align-items: end;
    margin-bottom: 0px;
}

.choose-down svg {
    color: #2EAC6D;
}

.spec-sutable {
    margin-top: 40px;
}

.btn-sutab {
    font-family: 'Somar';
    font-style: normal;
    font-weight: 700;
    font-size: 24px;
    line-height: 29px;
    text-decoration-line: underline;
    color: #2EAC6D;
    padding: 14px 21px;
    margin-top: 20px;
    display: flex;
    align-items: center;
    justify-content: center;
}

.btn-sutab:hover {
    color: #E7B836;
}

@media (max-width:638px) {
    .dashboard {
        background-position: right bottom, right bottom 74px;
    }

    .p-profile-1 {
        font-size: 17px;
    }

    .parent-request {
        padding-left: 0px;
        padding-right: 0px;
    }

    .sp-request {
        font-size: 19px;
    }

    .sutable-request {
        padding-right: 10px;
        text-align: center;
    }

    .p-new-2,
    .new-p-sutable,
    .sutable-text {
        margin-right: 0px;
    }

    .p-new-2 br {
        display: none;
    }

    .sutable-2 {
        padding-left: 10px;
        padding-bottom: 20px;
        padding-right: 0px;
    }
}

.spec-2 {
    margin-top: 35px;
}

@media (max-width:340px) {

    .btn-sut {
        font-size: 18px;
        padding: 10px 10px;
    }

    .btn-sut img {
        margin-right: 8px;
    }

    .sp-request {
        font-size: 12px;
    }

    .dashboard-menu li .dashboard-link {
        font-size: 15px;
    }

    .dashboard::before {
        display: none;
    }

    .profile .p-profile-1 {
        font-size: 10px;
    }
}

/* start page requesttwo */
/* =============================
             requesttwo
   ============================= */
.dashboard-2 {
    min-height: 100vh;
    background-color: white;
    position: relative;
    /* min-width: 405px; */
}

#sidebar.closed.dashboard-2::before {
    display: none;
}

.dashboard-2::before {
    content: '';
    position: absolute;
    width: 1px;
    height: 583px;
    background: #F8F8F8;
    left: 0;
    margin-left: 5px;
    margin-top: 85px;
}

.parent-request-2 {
    background: #fbfcff;
    width: 100%;
    padding-bottom: 87px;
    margin-bottom: 15px;
}

.cont-reqest-2 {
    text-align: center;
}

.cont-reqest-2 img {
    max-width: 500px;
    width: 100%;
}

.p-request-2 {
    font-family: 'Somar';
    font-style: normal;
    font-weight: 700;
    font-size: 24px;
    line-height: 50px;
    text-transform: capitalize;
    color: #44494F;
    margin-bottom: 0px;
}

.btn-reque-2 {
    font-family: 'Somar';
    font-style: normal;
    font-weight: 700;
    font-size: 24px;
    color: #2EAC6D;
    text-decoration-line: underline;
    -moz-text-decoration-line: underline;
    text-underline-position: under;
}

.btn-reque-2:hover {
    color: #2EAC6D;
}

/* start page data */
/* =============================
             data
   ============================= */
.cont-data {
    /* min-height: 235px; */
    background: linear-gradient(180deg, #16824C 0%, rgba(148, 228, 188, 0.51) 100%), url('../img/Rectangle\ 8979.png');
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
    height: 20px;
    visibility: hidden;
}

.parent-data-2 {
    background: #F7FFFB;
    border: 1px solid rgba(46, 172, 109, 0.2);
    border-radius: 30px;
    width: 100%;
    margin-top: 74px;
    margin-bottom: 37px;
    padding-bottom: 40px;
    padding-left: 120px;
    padding-right: 120px;
    margin-left: 247px;
    min-width: 215px;
}

.img-data {
    position: relative;
    margin-top: 30px;
    text-align: center;
}

#image-preview {
    width: 197px;
    height: 197px;
    border: 1px solid #FFCB3C;
    border-radius: 50%;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    -ms-border-radius: 50%;
    -o-border-radius: 50%;
}

.img-frame {
    position: absolute;
    bottom: 15px;
    margin-right: -57px;
}

.p-data {
    font-family: 'Somar';
    font-style: normal;
    font-weight: 700;
    font-size: 24px;
    line-height: 29px;
    color: #44494F;
    margin-bottom: 0px;
    text-align: center;
}

.h-data {
    font-family: 'Somar';
    font-style: normal;
    font-weight: 700;
    font-size: 30px;
    line-height: 36px;
    color: #2EAC6D;
    text-align: center;
    margin-top: 27px;
    margin-bottom: 0px;
}

.h-jender-data {
    margin-top: 14px;
}

.h-data-2 {
    font-family: 'Somar';
    font-style: normal;
    font-weight: 700;
    font-size: 30px;
    line-height: 36px;
    color: #2EAC6D;
    text-align: center;
    margin-top: 24px;
    margin-bottom: 0px;
}

.dashboard-3 {
    background-image: url("../img/pattern.png");
    background-repeat: no-repeat;
    background-position: right -50px bottom 200px;
    background-size: 273px;
    /* min-width: 405px; */
}

@media (max-width:883px) {
    .dashboard-3 {
        min-width: 0px;
    }

    .parent-data-2 {
        padding-left: 0px;
        padding-right: 0px;
        margin-left: 0px;
    }
}

@media (max-width:389px) {


    .img-frame {
        bottom: 21px;
        margin-right: -35px;
        width: 30px;
    }

    .p-profile-1 {
        font-size: 12px;
    }

    .dashboard-menu .dashboard-link {
        font-size: 20px;
    }

    .dashboard-3 {
        min-width: 0px;
        width: 240px !important;
    }

    .parent-jender {
        margin-right: 10px;
    }

    .male {
        margin-right: 18%;
    }

    .btn-login {
        padding: 10px 5px;
        font-size: 15px;
    }

    .dashboard-2::before {
        margin-left: 7px;
    }
}

@media (max-width:300px) {
    .inp-label {
        font-size: 11px;
    }
}

/* start page controll */
/* =============================
             controll
   ============================= */
.cont-controll {
    min-height: 235px;
    background: linear-gradient(180deg, #16824C 0%, rgba(148, 228, 188, 0.51) 100%), url('../img/Rectangle\ 8977\ \(6\).png');
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
}

.dashboard-4 {
    min-height: 100vh;
    background-color: white;
    position: relative;
    /* min-width: 405px; */
}

.controll-collect {
    width: 100%;
    background: #fbfcff;
}

.collect-controll-1 {
    margin-top: 60px;
    margin-right: 5px;
    padding-bottom: 30px;
}

.h-controll {
    font-family: 'Tajawal';
    font-style: normal;
    font-weight: 700;
    font-size: 32px;
    line-height: 38px;
    color: #000000;
    margin-bottom: 0px;
}

.p-controll {
    font-family: 'Tajawalre';
    font-style: normal;
    font-weight: 400;
    font-size: 24px;
    line-height: 29px;
    color: #979797;
}

.over-item {
    margin-top: 60px;
}

.controll-item {
    background: #F7FFFB;
    border: 1px solid rgba(46, 172, 109, 0.2);
    border-radius: 30px;
    width: 251px;
    text-align: center;
    margin-bottom: 15px;
}

.controll-item img {
    margin-top: 29px;
    margin-bottom: 40px;
    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;
}

.p-item {
    font-family: 'Somar';
    font-style: normal;
    font-weight: 700;
    font-size: 32px;
    line-height: 38px;
    color: #2EAC6D;
    margin-bottom: 19px;
    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;
}

.controll-item:hover {
    cursor: pointer;
}

.controll-item:hover img {
    filter: brightness(203%) hue-rotate(243deg);
}

.controll-item:hover .p-item {
    color: #FFCB3C;
}

.controll-item:hover .collect-img-item {
    filter: hue-rotate(0deg);
    -webkit-filter: hue-rotate(0deg);
}

.p-item-2 {
    font-family: 'Somar';
    font-style: normal;
    font-weight: 700;
    font-size: 32px;
    line-height: 38px;
    color: #44494F;
    margin-bottom: 24px;
}

.collect-img-item {
    filter: invert(24%) sepia(100%) saturate(7487%) hue-rotate(154deg) brightness(105%) contrast(123%);
    -webkit-filter: invert(24%) sepia(100%) saturate(7487%) hue-rotate(154deg) brightness(105%) contrast(123%);
    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;
}

.cobon {
    background: #ffffff;
    padding-top: 60px;
    padding-bottom: 60px;
    padding-left: 5px;
}

.cobon-item {
    border: 2px dashed #FFCB3C;
    border-radius: 30px;
    padding-top: 34px;
}

.p-cobon {
    font-family: 'Tajawal';
    font-style: normal;
    font-weight: 700;
    font-size: 24px;
    line-height: 31px;
    color: #000000;
    margin-top: 70px;
}

.p-cobon-2 {
    font-family: 'Tajawal';
    font-style: normal;
    font-weight: 500;
    font-size: 22px;
    line-height: 28px;
    color: #979797;
}

.watch-cobon {
    padding-left: 0px;
    padding-right: 53px;
}

.close {
    display: none;
}

@media (max-width:1300px) {
    .hide {
        display: none;
    }

    .close {
        display: block;
    }

}

@media (max-width:1120px) {
    .controll-item {
        width: auto;
    }
}

@media (max-width:828px) {
    .cont-controll {
        background-position: 0%;
    }

    .dashboard-4,
    .dashboard-2 {
        width: 315px;
        min-width: 0px;
    }

    .p-controll {
        font-size: 19px;
    }



    .p-cobon {
        font-size: 20px;
    }

    .p-cobon-2 {
        font-size: 18px;
    }

    .cobon {
        padding-left: 10px;
    }

    .collect-controll-1 {
        margin-right: 0px;
    }
}

/* start weighscale page */
/* =============================
             weighscale
   ============================= */
.cont-scale {
    min-height: 235px;
    background: linear-gradient(180deg, #16824C 0%, rgba(148, 228, 188, 0.51) 100%), url('../img/Rectangle\ 8977\ \(7\).png');
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
}

.scale-collect {
    min-height: 712px;
    margin-top: 94px;
    background: #F3F4F8;
    border-radius: 30px;
    position: relative;
    margin-left: 85px;
    margin-right: 85px;
    padding-right: 53px;
    margin-bottom: 117px;
}

.h-scale {
    font-family: 'Somar';
    font-style: normal;
    font-weight: 700;
    font-size: 35px;
    line-height: 24px;
    text-decoration-line: underline;
    text-underline-position: under;
    color: #2EAC6D;
    padding-top: 40px;
}

.p-scale {
    font-family: 'Tajawalre';
    font-style: normal;
    font-weight: 400;
    font-size: 15px;
    line-height: 42px;
    color: rgba(47, 64, 70, 0.79);
    margin-top: 35px;
    margin-bottom: 0px;
    text-align: justify;
}

.p-scale-2 {
    font-family: 'Tajawalre';
    font-style: normal;
    font-weight: 400;
    font-size: 15px;
    line-height: 42px;
    color: rgba(0, 0, 0, 0.5);
    margin-top: 10px;
    margin-bottom: 35px;
    text-align: justify;
}

.h-scale-2 {
    font-family: 'Somar';
    font-style: normal;
    font-weight: 700;
    font-size: 35px;
    line-height: 24px;
    text-decoration-line: underline;
    text-underline-position: under;
    color: #000000;
    margin-bottom: 0px;
}

.menu-scale {
    margin-top: 55px;
}

.item-scale:not(:first-child) {
    margin-top: 16px;
}

.item-scale {
    font-family: 'Tajawal';
    font-style: normal;
    font-weight: 500;
    font-size: 24px;
    line-height: 34px;
    color: #2F4046;
    margin-bottom: 0px;
}

.inner {
    display: flex;
    justify-content: end;
    padding-left: 40px;
}

.scale-inner {
    background-image: url("../img/Group\ 1000003917.png");
    background-color: rgb(185, 225, 206);
    background-size: cover;
    min-height: 816px;
    width: 364px;
    border-radius: 30px;
    mix-blend-mode: multiply;
    opacity: 0.8;
    -webkit-border-radius: 30px;
    -moz-border-radius: 30px;
    -ms-border-radius: 30px;
    -o-border-radius: 30px;
    position: absolute;
    top: -50px;
}

.p-scale-3 {
    font-family: 'Somarmedium';
    font-style: normal;
    font-weight: 500;
    font-size: 28px;
    line-height: 40px;
    text-align: center;
    color: #263238;
    padding-top: 70px;
    padding-right: 40px;
    padding-left: 18px;
}

.p-scale-3 a {
    color: #2EAC6D;
}

.scale-hr {
    border: 1px solid #9A9494;
    margin-right: 36px;
    margin-left: 25px;
    margin-bottom: 0px;
}

.p-scale-4 {
    font-family: 'Tajawal';
    font-style: normal;
    font-weight: 500;
    font-size: 24px;
    line-height: 29px;
    color: #49D38E;
    padding-right: 59px;
    margin-top: 50px;
    margin-bottom: 0px;
}

.sp-scale {
    margin-right: 5px;
    color: #37474F;
}

.menu-scale-inner {
    margin-top: 55px;
    padding-right: 64px;
}

.menu-scale-inner li:not(:first-child) {
    margin-top: 38px;
}

.menu-scale-inner img {
    margin-left: 5px;
}

.menu-scale-inner .spec-scale-img {
    background: #2EAC6D;
    padding: 8px;
    border-radius: 50%;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    -ms-border-radius: 50%;
    -o-border-radius: 50%;
}

.item-scale-2 {
    font-family: 'Tajawal';
    font-style: normal;
    font-weight: 500;
    font-size: 26px;
    line-height: 24px;
    color: #37474F;
}

.scale-hr-2 {
    border: 1px solid #9A9494;
    margin-right: 36px;
    margin-left: 25px;
    margin-top: 40px;
    margin-bottom: 50px;
}

.btn-scale {
    background: linear-gradient(180deg, #FFCB3C 0%, #C59E34 100%);
    border: 2px solid #FFCB3C;
    box-shadow: 0px 4px 4px rgba(0, 0, 0, 0.25);
    border-radius: 20px;
    display: flex;
    justify-content: center;
    align-items: center;
    padding: 10px 21px;
    margin-right: 42px;
    font-family: 'Somar';
    font-style: normal;
    font-weight: 700;
    font-size: 30px;
    line-height: 43px;
    color: #FFFFFF;
    margin-left: 44px;
    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-scale:hover {
    color: #ffffff;
    border-color: #49D38E;
}

.scale-collect-2 {
    background-image: url("../img/Rectangle\ 8992.png");
    background-size: cover;
    border-radius: 30px;
    min-height: 188px;
    margin-bottom: 127px;
}

.need-collect {
    padding-right: 100px;
}

.need {
    font-family: 'Somar';
    font-style: normal;
    font-weight: 700;
    font-size: 32px;
    line-height: 40px;
    text-decoration-line: underline;
    text-underline-position: under;
    color: #2EAC6D;
    padding-top: 30px;
    margin-bottom: 0px;
}

.need-2 {
    font-family: 'Somarmedium';
    font-style: normal;
    font-weight: 500;
    font-size: 25px;
    line-height: 40px;
    color: #979797;
    margin-top: 11px;
    margin-bottom: 53px;
}

.btn-need {
    background: linear-gradient(180deg, #2EAC6D 0%, #52EA9E 100%);
    border: 2px solid #2EAC6D;
    box-shadow: 0px 4px 4px rgba(0, 0, 0, 0.25);
    border-radius: 20px;
    display: flex !important;
    flex-direction: row;
    justify-content: center;
    align-items: center;
    padding: 10px 0px;
    font-family: 'Tajawalbold';
    font-style: normal;
    font-weight: 700;
    font-size: 24px;
    line-height: 34px;
    color: #FFFFFF;
    min-height: 34px;
    margin-top: 61px;
    margin-left: 75px;
    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;
    width: 220px;
}

.btn-need:hover {
    color: #FFFFFF;
    border-color: #ECBB36;
}

.input-group-scale {
    display: flex;
    align-items: center;
}

.scale-label {
    font-family: 'Tajawal';
    font-size: 18px;
    line-height: 24px;
    color: #37474F;
}

.input-group-scale .input {
    min-height: 50px;
    max-width: 150px;
    padding: 0 1rem;
    color: #000;
    font-size: 15px;
    border: 1px solid #2EAC6D;
    border-radius: 0px 6px 6px 0px;
    background: transparent;
    -webkit-border-radius: 0px 6px 6px 0px;
    -moz-border-radius: 0px 6px 6px 0px;
    -ms-border-radius: 0px 6px 6px 0px;
    -o-border-radius: 0px 6px 6px 0px;
}

.input-group-scale .button--submit {
    min-height: 50px;
    padding: .5em 1em;
    border: none;
    border-radius: 6px 0px 0px 6px;
    background: #2EAC6D;
    color: #fff;
    font-size: 15px;
    cursor: pointer;
    transition: all .3s ease-in-out;
    -webkit-border-radius: 6px 0px 0px 6px;
    -moz-border-radius: 6px 0px 0px 6px;
    -ms-border-radius: 6px 0px 0px 6px;
    -o-border-radius: 6px 0px 0px 6px;
    -webkit-transition: all .3s ease-in-out;
    -moz-transition: all .3s ease-in-out;
    -ms-transition: all .3s ease-in-out;
    -o-transition: all .3s ease-in-out;
    width: 90px;
}

.input-group-scale .button--submit:hover {
    background: linear-gradient(180deg, #FFCB3C 0%, #C59E34 100%);
}

.input-group-scale .input:focus,
.input-group-scale .input:focus-visible {
    border-color: #C59E34;
    outline: none;
}

.input-group-scale .input:focus {
    background: #fff;
}

.p-copone {
    font-family: 'Tajawal';
    font-style: normal;
    font-weight: 500;
    font-size: 18px;
    line-height: 29px;
    color: #49D38E;
    margin-bottom: 0px;
}

@media (max-width:1175px) {
    .scale-inner {
        position: relative;
        width: auto;
    }
}

@media (max-width:991px) {
    .scale-inner {
        margin-top: 40px;
        top: 0px;
    }

    .scale-collect {
        padding-bottom: 20px;
    }
}

@media (max-width:767px) {
    .scale-collect-2 {
        padding-bottom: 50px;
    }

    .btn-need {
        margin-right: 100px;
    }

    .need-2 br {
        display: none;
    }
}

@media (max-width:637px) {
    .scale-collect {
        margin-left: 10px;
        margin-right: 10px;
        padding-right: 0px;
    }

    .h-scale,
    .p-scale,
    .p-scale-2,
    .h-scale-2,
    .menu-scale,
    .need {
        text-align: center;
    }

    .need-collect {
        padding-right: 5px;
        padding-left: 5px;
    }

    .btn-need {
        margin-left: 20px;
        margin-right: 20px;
    }

    .inner {
        padding-left: 0px;
    }
}

@media (max-width: 340px) {
    .p-scale-4 {
        padding-right: 20px;
        font-size: 20px;
    }

    .menu-scale-inner {
        padding-right: 20px;
    }

    .item-scale-2 {
        font-size: 20px;
    }

    .btn-scale {
        font-size: 22px;
        padding: 5px 10px;
        margin-bottom: 20px;
        text-align: center;
    }
}

@media (max-width:290px) {
    .h-scale {
        font-size: 28px;
    }
}

/* start page questionone */
/* =============================
             question
   ============================= */
#question {
    margin-top: 94px;
}



.name-questionaire {
    font-family: 'Somarsemibold';
    font-style: normal;
    font-weight: 700;
    font-size: 30px;
    line-height: 29px;
    color: #000000;
}

.sub-nav-item-2 {
    float: left;
    display: inline-block;
    font-family: 'Somarsemibold';
    font-style: normal;
    font-weight: 700;
    font-size: 30px;
    line-height: 29px;
    color: #000000;
}

.img-question {
    margin-bottom: 30px;
}

.div-one {
    min-height: 36px;
    background: #2EAC6D;
    border-radius: 30px 30px 0px 0px;
    -webkit-border-radius: 30px 30px 0px 0px;
    -moz-border-radius: 30px 30px 0px 0px;
    -ms-border-radius: 30px 30px 0px 0px;
    -o-border-radius: 30px 30px 0px 0px;
}

.question-two {
    border: 1px solid #E9E9E9;
    border-radius: 0px 0px 30px 30px;
    position: relative;
    margin-right: 4px;
}

.question-two::before {
    content: "";
    position: absolute;
    width: 0px;
    height: 161px;
    border: 6px solid #2EAC6D;
    top: -2px;
    margin-right: -5px;
    border-radius: 0px 0px 30px 30px;
    -webkit-border-radius: 0px 0px 30px 30px;
    -moz-border-radius: 0px 30px 30px 0px;
    -ms-border-radius: 0px 30px 30px 0px;
    -o-border-radius: 0px 30px 30px 0px;
    background: #2EAC6D;
}

.p-question {
    font-family: 'Somar';
    font-style: normal;
    font-weight: 700;
    font-size: 37px;
    line-height: 24px;
    text-decoration-line: underline;
    text-decoration-thickness: 1px;
    text-decoration-skip-ink: none;
    color: #272727;
    padding-top: 30px;
    padding-bottom: 32px;
    padding-right: 100px;
    border-bottom: 1px solid #E0E0E0;
}

.collect-email {
    padding: 24px 100px 34px 0px;
}

.sp-email {
    font-family: 'Somarreg';
    font-style: normal;
    font-weight: 400;
    font-size: 36px;
    line-height: 20px;
    color: #272727;
}

.quest-email {
    font-family: 'Somarreg';
    font-style: normal;
    font-weight: 400;
    font-size: 32px;
    line-height: 16px;
    color: #2EAC6D;
    padding-right: 44px;
}

.quest-email:hover {
    color: #2EAC6D;
}

.img-quest-two {
    margin-top: 32px;
    margin-bottom: 41px;
}

.question-collect {
    background-image: url("../img/19566\ [Converted]\ 2\ \(1\).png");
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
    min-height: 628px;
    position: relative;
    border: 1px solid #dedede;
    border-radius: 30px;
    -webkit-border-radius: 30px;
    -moz-border-radius: 30px;
    -ms-border-radius: 30px;
    -o-border-radius: 30px;
    padding-right: 100px;
    margin-bottom: 24px;
}

.h-quest {
    font-family: 'Somar';
    font-style: normal;
    font-weight: 700;
    font-size: 32px;
    line-height: 20px;
    color: #000000;
    padding-top: 39px;
    margin-bottom: 25px;
}

.p-quest-collect {
    font-family: 'Somarreg';
    font-style: normal;
    font-weight: 400;
    font-size: 26px;
    line-height: 37px;
    color: #000000;
}

.p-quest-collect-one {
    margin-bottom: 40px;
}

.all-information {
    background-image: url("../img/Free\ Vector\ _\ White\ abstract\ background\ 1.png");
    background-repeat: no-repeat;
    background-size: 100% 100%;
    min-height: 158px;
    border: 1px solid #D8D8D8;
    border-radius: 30px;
    -webkit-border-radius: 30px;
    -moz-border-radius: 30px;
    -ms-border-radius: 30px;
    -o-border-radius: 30px;
    margin-bottom: 60px;
}

.p-all-information {
    padding-right: 34px;
    padding-top: 41px;
    padding-bottom: 43px;
}

.cont-question-button {
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-bottom: 60px;
    margin-top: 32px;
}

.btn-question-next {
    display: flex;
    flex-direction: row;
    justify-content: center;
    align-items: center;
    padding: 14px 0px;
    width: 150px;
    height: 50px;
    background: linear-gradient(180deg, #2EAC6D 0%, #52EA9E 100%);
    border: 2px solid #2EAC6D;
    box-shadow: 0px 4px 4px rgba(0, 0, 0, 0.25);
    border-radius: 20px;
    font-family: 'Tajawalbold';
    font-style: normal;
    font-weight: 700;
    font-size: 25px;
    line-height: 34px;
    color: #FFFFFF;
    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-question-next:hover {
    border-color: #ECBB36;
}

.btn-delet {
    font-family: 'Somar';
    font-style: normal;
    font-weight: 700;
    font-size: 28px;
    line-height: 38px;
    text-decoration-line: underline;
    text-decoration-thickness: 1px;
    text-decoration-skip-ink: none;
    color: #000000;
}

@media(max-width:437px) {
    .p-question {
        padding-right: 30px;
    }

    .collect-email {
        padding-right: 30px;
    }

    .quest-email {
        display: block;
        padding-right: 100px;
        padding-top: 20px;
    }

    .question-collect {
        padding-right: 30px;
    }

    .cont-question-button {
        flex-direction: column;
        justify-content: center;
    }

    .btn-delet {
        margin-top: 20px;
    }

    .question-two::before {
        height: 197px;
        margin-right: -5px;
        border-radius: 0px 0px 30px 30px;
        -webkit-border-radius: 0px 0px 30px 30px;
        -moz-border-radius: 0px 30px 30px 0px;
        -ms-border-radius: 0px 30px 30px 0px;
        -o-border-radius: 0px 30px 30px 0px;
    }
}

/* start page questiontwo */
/* =============================
             questiontwo
   ============================= */
.reach {
    font-family: 'Somarreg';
    font-style: normal;
    font-weight: 400;
    font-size: 24px;
    line-height: 24px;
    color: #FC0000;
    padding-right: 100px;
    border-top: 1px solid #E0E0E0;
    margin-top: 10px;
    margin-bottom: 17px;
}

.required-star {
    font-family: 'Somarreg';
    font-style: normal;
    font-weight: 400;
    font-size: 32px;
    line-height: 37px;
    color: #FF0000;
    top: 0px;
    display: inline-block;
    position: relative;
}

.required-star-spec {
    top: 6px;
}

.collect-one {
    margin-top: 32px;
}

.question-3 {
    border: 1px solid #E9E9E9;
    border-radius: 0px 0px 30px 30px;
    -webkit-border-radius: 0px 0px 30px 30px;
    -moz-border-radius: 0px 0px 30px 30px;
    -ms-border-radius: 0px 0px 30px 30px;
    -o-border-radius: 0px 0px 30px 30px;
    padding-right: 100px;
    position: relative;
}

.p-div-one {
    font-family: 'Somarsemibold';
    font-style: normal;
    font-weight: 600;
    font-size: 28px;
    line-height: 24px;
    color: #FFFFFF;
    padding-right: 100px;
    padding-top: 24px;
    padding-bottom: 24px;
    margin-bottom: 0px;
}

.p-age {
    font-family: 'Somarreg';
    font-style: normal;
    font-weight: 400;
    font-size: 28px;
    line-height: 37px;
    color: #000000;
    margin-top: 28px;
    margin-bottom: 40px;
}

.text-input-age {
    border: none;
    border-bottom: 1px solid #E0E0E0;
    margin-bottom: 40px;
    width: 411px;
}

.text-input-age:focus {
    outline: none;
    border-bottom: 1px solid #86b7fe;
}

.collect-two {
    border: 1px solid #E9E9E9;
    border-radius: 30px;
    margin-top: 32px;
    overflow: hidden;
}

.spec-div-one {
    background: rgba(46, 172, 109, 0.2);
    display: flex;
    justify-content: space-between;
    padding: 10px 20px;
    flex-wrap: wrap;
    min-height: 36px;
    border-radius: 30px;
    -webkit-border-radius: 30px;
    -moz-border-radius: 30px;
    -ms-border-radius: 30px;
    -o-border-radius: 30px;
    align-items: center;
}

.spec-div-one-2 {
    background: rgba(46, 172, 109, 0.2);
    display: flex;
    justify-content: space-between;
    padding: 10px 20px;
    flex-wrap: wrap;
    min-height: 36px;
    border-radius: 30px 0px;
    -webkit-border-radius: 30px 0px;
    -moz-border-radius: 30px 0px;
    -ms-border-radius: 30px 0px;
    -o-border-radius: 30px 0px;
    align-items: center;
}

.width-question {
    max-width: 28rem;
}

.p-one-4 {
    font-family: 'Somarreg';
    font-style: normal;
    font-weight: 400;
    font-size: 28px;
    line-height: 28px;
    color: #000000;
    margin-bottom: 0px;
}

.question-4 {
    position: relative;
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.question-4-spec {
    padding: 10px 20px;
}

.check-spec {
    appearance: none;
    width: 20px;
    height: 20px;
    border: 2px solid #cac9c9;
    border-radius: 10px;
    position: relative;
}

.check-spec::before {
    position: absolute;
    content: "";
    width: 10px;
    height: 10px;
    border-radius: 50%;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    -ms-border-radius: 50%;
    -o-border-radius: 50%;
    background-color: #cac9c9;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
}

.check-spec:checked {
    border-color: #2EAC6D;
}

.check-spec:checked::before {
    background-color: #2EAC6D;
}

input[type="radio"]:hover {
    cursor: pointer;
}

.sp-choose {
    font-family: 'Tajawalre';
    font-style: normal;
    font-weight: 400;
    font-size: 19px;
    line-height: 29px;
    color: #112211;
    margin-right: 11px;
}

.p-choose-one {
    display: flex;
    align-items: center;
    margin-bottom: 0px;
    margin-left: 40px;
}

.p-choose-two {
    display: flex;
    align-items: center;
    margin-bottom: 0px;
}

/* .choose-spec {
    margin-bottom: 24px;
} */

.weight {
    margin-top: 20px;
}

.btn-question-prev {
    display: flex;
    flex-direction: row;
    justify-content: center;
    align-items: center;
    padding: 14px 0px;
    width: 150px;
    height: 50px;
    border: 2px solid #2EAC6D;
    filter: drop-shadow(0px 4px 4px rgba(0, 0, 0, 0.25));
    border-radius: 20px;
    -webkit-filter: drop-shadow(0px 4px 4px rgba(0, 0, 0, 0.25));
    font-family: 'Tajawal';
    font-style: normal;
    font-weight: 700;
    font-size: 25px;
    line-height: 34px;
    color: #2EAC6D;
    margin-left: 59px;
}

.btn-question-prev:hover {
    border-color: #ECBB36;
}

.blank {
    display: flex;
}

.selectoption {
    border: none;
    box-shadow: 0px 4px 14px rgba(0, 0, 0, 0.1);
    border-radius: 8px;
    height: 60px;
    margin-top: 16px;
    margin-bottom: 40px;
    min-width: 280px;
    padding-right: 20px;
    appearance: none;
    background-image: url("../img/Chevron.png");
    background-repeat: no-repeat;
    background-position: left 18px center;
    font-family: 'Montserrat';
    font-style: normal;
    font-weight: 400;
    font-size: 16px;
    line-height: 20px;
    color: #666666;

}

.selectoption:focus {
    outline: none;
}

@media(max-width:991px) {
    .special-cont-question-button {
        flex-direction: column;
    }

    .special-btn-delet {
        margin-top: 20px;
    }
}

@media(max-width:585px) {
    .blank {
        flex-direction: column;
    }

    .btn-question-prev {
        margin-left: 0px;
        margin-bottom: 20px;
    }
}

@media(max-width:585px) {

    .question-3,

    .speial-p-question,
    .speial-collect-email,
    .reach,
    .question-5 .p-age,
    .p-div-aswome {
        padding-right: 30px !important;
    }

    .text-input-age {
        width: 264px;
    }
}

@media(max-width:332px) {
    .sp-email {
        font-size: 28px;
    }

    .quest-email {
        text-align: center;
        padding-right: 0px;
    }

    .text-input-age {

        width: 180px;
    }

    .selectoption {
        min-width: 180px;
    }
}

/* start page questionthree */
/* =============================
             questionthree
   ============================= */
.good {
    position: absolute;
    right: 0;
    bottom: 3px;
    margin-right: -28px;
}

.make-happy {
    position: absolute;
    left: 0px;
    top: -239px;
    margin-left: 6px;
}

.tired {
    margin-bottom: 29px;
}

.special-p-one-4 {
    font-size: 28px;
    padding-top: 41px;
    padding-bottom: 33px;
}

.list-grad {
    display: flex;
}

.grad {
    display: flex;
    flex-direction: column;
    text-align: center;
    padding-top: 8px;
    padding-bottom: 30px;
}

.list-grad li:not(:first-child) {
    margin-right: 50px;
}

.up-grad {
    padding-bottom: 25px;
    font-family: 'Somarreg';
    font-style: normal;
    font-weight: 400;
    font-size: 24px;
    line-height: 37px;
    color: #000000;
}

.worrest {
    font-family: 'Somarreg';
    font-style: normal;
    font-weight: 400;
    font-size: 32px;
    line-height: 37px;
    color: #000000;
    padding-top: 30px;
    display: inline-block;
}

@media(max-width:1200px) {
    .list-grad {
        justify-content: space-evenly;
    }

    .list-grad li:not(:first-child) {
        margin-right: 0px;
    }

    .tired {
        z-index: 2;
        position: relative;
    }
}

@media(max-width:489px) {
    .list-grad {
        flex-direction: column;
    }

    .grad {
        text-align: right;
        margin-right: 20px;
        flex-direction: row;
        align-items: center;
        justify-content: space-evenly;
        margin-bottom: 0px;
        padding-bottom: 0px;
    }

    .up-grad {
        padding-top: 22px;
    }

    .worrest {
        width: 100%;
        text-align: center;
    }

    .speial-question-four {
        padding-right: 0px !important;
        padding-bottom: 20px;
    }

    .special-p-one-4 br {
        display: none;
    }
}

/* start page questionfour */
/* =============================
             questionfour
   ============================= */
.p-div-aswome {
    font-family: 'Somar';
    font-style: normal;
    font-weight: 700;
    font-size: 35px;
    line-height: 24px;
    padding-right: 100px;
    color: #FFFFFF;
    padding-top: 23px;
    padding-bottom: 24px;
    margin-bottom: 0px;
}

.question-5 {
    border: 1px solid #E9E9E9;
    border-radius: 0px 0px 30px 30px;
    -webkit-border-radius: 0px 0px 30px 30px;
    -moz-border-radius: 0px 0px 30px 30px;
    -ms-border-radius: 0px 0px 30px 30px;
    -o-border-radius: 0px 0px 30px 30px;
}

.for-special-age {
    font-size: 28px;
}

.question-5 .p-age {
    padding-right: 100px;
    margin-bottom: 60px;
}

.img-five {
    text-align: center;
    margin-bottom: 60px;
}

.period {
    margin-top: 90px;
}

.sp-cogratoliation {
    margin-top: 80px;
}

/* start page questionfive */
/* =============================
             questionfive
   ============================= */
.speial-question-3 {
    min-height: 138px;
}

.special-collect-two {
    margin-top: 60px;
}

.circle-img {
    background-image: url("../img/Ellipse\ 2.png");
    background-repeat: no-repeat;
    background-position: left -106px bottom 147px;
    background-size: 97%;
}

@media(max-width:967px) {
    .circle-img {
        background-size: 97% 48%;
        background-position: left bottom 314px;

    }
}

/* start page questionnine */
/* =============================
             questionnine
   ============================= */
.finsh::placeholder {
    font-family: 'Somarreg';
    font-style: normal;
    font-weight: 400;
    font-size: 32px;
    line-height: 37px;
    color: rgba(0, 0, 0, 0.5);
}

/* start page erorr */
/* =============================
             error404
   ============================= */
.btn-reque-3 {
    display: flex;
    justify-content: center;
    align-items: center;
    padding: 14px 0px;
    width: 200px;
    height: 50px;
    background: linear-gradient(180deg, #2EAC6D 0%, #52EA9E 100%);
    box-shadow: 0px 4px 4px rgba(0, 0, 0, 0.25);
    border-radius: 20px;
    font-family: 'Somar';
    font-style: normal;
    font-weight: 700;
    font-size: 24px;
    line-height: 56px;
    color: #ffffff;
}

.cont-request-2 {
    min-height: 170px;
    background: linear-gradient(180deg, #16824C 0%, rgba(148, 228, 188, 0.51) 100%), url('../img/Rectangle\ 8977\ \(5\).png');
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
}

.error-sec {
    padding-bottom: 40px;
    padding-top: 112px;
}

/* start forget page */
/* =============================
             forgetpassword
   ============================= */
.h-forget {
    font-family: 'Somar';
    font-style: normal;
    font-weight: 700;
    font-size: 38px;
    line-height: 46px;
    color: #000000;
    margin-bottom: 8px;
    margin-top: 25%;
}

.p-forget {
    font-family: 'Somarmedium';
    font-style: normal;
    font-weight: 500;
    font-size: 28px;
    line-height: 34px;
    color: #979797;
}

/*-----------terms and conditions-----------*/
/*==============================
       termsandconditions  
  ==============================*/
.p-condition {
    color: #000;
    font-family: "Somar";
    font-size: 28px;
    line-height: 40px;
    text-align: justify;
}

.p-condition-2 {
    color: #000;
    font-family: "Somarreg";
    font-size: 25px;
    line-height: 35px;
    text-align: justify;
}

/* =============================
             responsive
   ============================= */
@media (max-width: 991px) {
    .team-member img {
        width: 85px;
        height: 85px;
    }

    #team-members .owl-nav {
        top: 22%;
    }

    #register {
        margin-top: 60px;
    }

    .links-foot li {
        font-size: 18px;
    }

    #sidebar {
        margin-top: -2px;
    }

    .img-contacts {
        width: 83px;
        height: 83px;
        margin-inline: auto;
        background: #ffd059;
        padding: 20px;
        border-radius: 50%;
        -webkit-border-radius: 50%;
        -moz-border-radius: 50%;
        -ms-border-radius: 50%;
        -o-border-radius: 50%;
        display: flex;
        align-items: center;
        justify-content: center;
        margin-bottom: 10px;
    }
}

@media(max-width:441px) {
    .navbar-brand {
        margin-left: 15px;
    }

    .navbar-brand img {
        width: 160px;
    }

    .p-one .sp-one,
    .p-one .sp-two {
        font-size: 50px;
    }

    .p-two {
        padding-left: 15px;
        font-size: 20px;
    }

    .btn-self {
        margin-top: 40px;
    }

    h2 {
        font-size: 30px;
    }

    .p-doz {
        font-size: 28px;
    }

    .btn-doz-2 {
        padding: 14px 15px;
        font-size: 20px;
    }

    .p-ready {
        font-size: 35px;
        line-height: 40px;
    }

    .p-ready-2 {
        font-size: 20px;
    }

    .btn-why {
        font-size: 23px;
        padding: 14px 15px;
    }

    .team-header {
        font-size: 35px;
    }

    .statis-header h6 {
        font-size: 35px;
    }

    .say-header h6 {
        font-size: 35px;
    }

    .card-subtitle {
        font-size: 23px;
        display: -webkit-box;
        -webkit-line-clamp: 1;
        -webkit-box-orient: vertical;
        overflow: hidden;
    }

    .card-link {
        font-size: 18px;
        line-height: 15px;
        padding: 14px 15px;
    }

    .card-link span {
        margin-left: 15px;
    }

    .partener-header h6 {
        font-size: 35px;
    }

    /* .img-footer {
        width: 160px;
    } */

    .p-footer {
        font-size: 15px;
    }

    .communicate li a {
        font-size: 20px;
    }

    .sp-footer-2 {
        font-size: 13px;
    }



    .inp-foot::placeholder {
        font-size: 14px;
    }

    .inp-foot {
        padding-right: 0.5rem !important;
    }

    .btn-subscribe {
        padding: 1px 15px;
        font-size: 18px;
    }

    .p-right {
        font-size: 18px;
    }

    .p-regist {
        font-size: 24px;
        padding-top: 50px;
    }

    .p-regist-2 {
        font-size: 20px;
    }

    .p-regist svg {
        font-size: 20px;
        margin-left: 10px;
        margin-right: 10px;
    }

    .marg-import {
        /* margin-top: 88px !important; */
    }

    .p-about {
        font-size: 15px;
    }

    .p-about-3 {
        font-size: 30px;
        line-height: 30px;
        margin-top: 80px;
    }

    .p-about-4 {
        font-size: 15px;
    }

    .need {
        font-size: 28px;
    }

    .need-2 {
        font-size: 22px;
        margin-bottom: 30px;
    }

    .h-coach h6 {
        font-size: 35px;
    }

    .h-coach::after {
        width: 170px;
    }

    .p-coach {
        font-size: 15px;
    }

    .h-contact h6 {
        font-size: 35px;
    }

    .p-contact {
        font-size: 28px;
    }

    .h-contact::before {
        margin-right: -132px;
    }

    .h-contact::after {
        margin-right: 80px;
    }


    .btn-nav {
        padding: 10px 15px;
        font-size: 18px;
    }

    .nav-item a.nav-link {
        margin-left: 0px;
        font-size: 20px;
    }

    .h-singup {
        font-size: 35px !important;
    }

    .h-login {
        font-size: 40px;
    }

    .navbar-collapse {
        /* height: 100vh; */
    }

    .h-quest {
        font-size: 28px;
    }

    .question-collect {
        padding-right: 10px;
        padding-left: 10px;
    }

    .p-quest-collect {
        font-size: 23px;
    }

    .p-all-information {
        padding-right: 15px;
    }

    .question-3,
    .p-div-one,
    .speial-p-question,
    .speial-collect-email,
    .reach,
    .question-5 .p-age,
    .p-div-aswome {
        padding-right: 20px !important;
    }

    .p-div-one {
        font-size: 25px;
        line-height: 30px;
        padding-top: 20px;
        padding-bottom: 20px;
    }

    .p-age {
        font-size: 23px;
    }

    .p-one-4 {
        font-size: 25px;
    }

    .btn-question-next {
        margin-right: auto;
        margin-top: auto;
        margin-top: 15px;
    }

    .btn-question-prev {
        margin-left: auto !important;
        margin-right: auto;
        margin-top: 15px;
    }

    .h-request h6 {
        font-size: 30px;
    }

    .p-request {
        font-size: 18px;
    }

    .new-p-sutable {
        font-size: 28px;
    }

    .new-sp-sutable {
        font-size: 20px;
    }

    .p-new-2 {
        font-size: 18px;
    }

    .btn-header {
        display: none;
    }

    .cont-why .header h6 {
        padding-right: 0px;
    }

    .make-happy {
        display: none;
    }
}

@media(max-width:767px) {
    .show-in-mobile {
        display: block;
    }

    .show-in-mobile-foot {
        visibility: visible;
    }

    .show-in-desktop {
        display: none;
    }

    .text-limit {
        justify-content: center;
    }

    .parent-inovator {
        margin-inline: auto;
    }

    .sub-collect-when {
        width: fit-content;
    }

    .links-foot li {
        font-size: 17px;
    }

    .text-new-scale p {
        font-size: 19px;
    }

    .enter-code-parent {

        min-width: 190px;
    }

    .list-of-report li {

        font-size: 20px;
    }

    .container-of-report {
        padding: 15px;
    }

    .icon-check-report {
        margin-left: 10px;
    }
}

@media(max-width:590px) {
    #newsay-about .owl-nav {
        display: flex;
        position: relative;
        transform: translateY(-50%);
        left: 0;
        color: #FFFFFF;
        font-size: 15px;
        z-index: 999;
        -webkit-transform: translateY(-50%);
        -moz-transform: translateY(-50%);
        -ms-transform: translateY(-50%);
        -o-transform: translateY(-50%);
        width: 100%;
        margin-top: 30px;
        justify-content: center;
    }

    #newsay-about .owl-nav .owl-prev {
        margin-right: 0px;
        margin-left: 15px;
    }

    #newsay-about .owl-nav .owl-next {
        margin-left: 0px;
        margin-right: 15px;
    }

    .link-email {
        padding-right: 10px;
    }

    .container-of-report {
        margin-inline: auto;
    }
}

@media(max-width:567px) {
    .text-slide {
        margin-right: 0px;
    }

    .text-slide p {
        font-family: 'Somarsemibold';
        font-size: 15px;
        color: #000;
    }

    .text-balancelife p {
        max-width: 260px;
        margin-inline: auto;
    }

    .text-balancelife p br {
        display: none;
    }

    .sub-typeof-blance img {
        width: 50px;
    }

    .list-report-short li {
        font-size: 20px;
        max-width: 214px;
    }

    .card-content {
        padding-right: 25px;
    }

    .get-behicel .model-button a {
        margin-right: 25px;
    }

    .sub-collect-when img {
        margin-left: 0px;
    }

    .sub-collect-when span {
        font-size: 14px;
    }

    #team-members .owl-nav {
        display: none;
    }

    .team-member p {
        font-size: 15px;
    }



    .text-head-innvoator {
        margin-block: 10px;
    }

    .links-foot li {
        font-size: 12px;
    }



    .start-scale-now {
        height: 82px;
        font-size: 20px;
        margin-top: 20px;
        max-width: 160px;
    }

    .slider-1 {
        height: 355px;
        min-height: 300px;
    }

    .text-slide {
        min-height: 320px;
        margin-top: 30px;
    }

    .send-code {
        flex-wrap: wrap;
    }

    .price-of-offer {
        height: 82px;
        margin-top: 20px;
    }

    .dependense {
        left: 10px;
    }

    .dependense span {
        font-size: 10px;
    }

    .dependense img {
        margin-right: 1px;
    }

    .text-slide h1 {
        font-size: 35px;
    }

    .questionaire-icon .inter-balance {
        padding: 0px;
    }

    .head-foot h6 {
        font-size: 17px;
    }

    .footer-sub-p {
        font-size: 15px;
    }

    .contain-new-footer {
        justify-content: space-around;
    }

    /* .get-behicel span {
        font-size: 35px;
    } */

    .photo img {
        height: 65%;
        bottom: -24px;
    }

    .watch-cobon {
        padding-inline: 10px;
        text-align: center;
    }

    #image-preview {
        width: 100px;
        height: 100px;
        margin-bottom: 10px;
    }

    .img-frame {
        bottom: 30px;
        margin-right: -44px;
        width: 35px;
    }

    .text-about {
        padding-top: 0px;
    }

    .social-links a {
        margin-right: 10px;
    }

    .img-about img {
        margin-top: 20px;
    }

    .h-about h6 {
        margin-top: 25px;
    }

    .p-about {
        margin-top: 15px;
    }

    .text-about {
        margin-top: 30px;
    }

    #blog {
        margin-top: 100px !important;
    }

    .card {
        margin-bottom: 20px;
    }

    .img-innovator img {
        object-fit: cover;
    }

    .container-of-report {
        min-height: 300px;
    }

    .coach-img img {
        object-fit: cover;
    }
}

@media(max-width:390px) {


    .btn-doz {
        font-size: 14px;
    }

    .p-stbyan {
        padding-right: 5px;
        padding-left: 5px;
    }

    .st-three {
        margin-top: 6px;
    }

    .btn-coach {
        font-size: 23px;
    }

    .btn-scale {
        font-size: 20px;
    }



    .for-special-age {
        font-size: 21px !important;
    }

    .for-special-age br {
        display: none;
    }

    .sutable-text ul li {
        display: flex;
        text-align: right;
    }

    .li-spec img {
        width: 30px;
        height: 30px;
    }

    .sp-sutable {
        font-size: 18px;
    }

    .btn-sut {
        font-size: 15px;
    }
}

@media(max-width:370px) {
    .get-behicel {
        flex-direction: column;
        align-items: center;
    }

    .sub-footer {
        justify-content: center;
    }

    .head-list p {
        font-size: 24px;
    }
}

/* =============================
             animation
   ============================= */
/* Hang */
@-webkit-keyframes hvr-hang {
    0% {
        -webkit-transform: translateY(0px);
        transform: translateY(0px);
        -moz-transform: translateY(0px);
        -ms-transform: translateY(0px);
        -o-transform: translateY(0px);
    }

    50% {
        -webkit-transform: translateY(4px);
        transform: translateY(4px);
    }

    100% {
        -webkit-transform: translateY(0px);
        transform: translateY(0px);
        -moz-transform: translateY(0px);
        -ms-transform: translateY(0px);
        -o-transform: translateY(0px);
    }
}

@keyframes hvr-hang {
    0% {
        -webkit-transform: translateY(0px);
        transform: translateY(0px);
        -moz-transform: translateY(0px);
        -ms-transform: translateY(0px);
        -o-transform: translateY(0px);
    }

    50% {
        -webkit-transform: translateY(4px);
        transform: translateY(4px);
    }

    100% {
        -webkit-transform: translateY(0px);
        transform: translateY(0px);
        -moz-transform: translateY(0px);
        -ms-transform: translateY(0px);
        -o-transform: translateY(0px);
    }
}

@-webkit-keyframes hvr-hang-sink {
    100% {
        -webkit-transform: translateY(0px);
        transform: translateY(0px);
        -moz-transform: translateY(0px);
        -ms-transform: translateY(0px);
        -o-transform: translateY(0px);
    }
}

@keyframes hvr-hang-sink {
    100% {
        -webkit-transform: translateY(0px);
        transform: translateY(0px);
        -moz-transform: translateY(0px);
        -ms-transform: translateY(0px);
        -o-transform: translateY(0px);
    }
}

.hvr-hang {
    display: inline-block;
    vertical-align: middle;
    -webkit-transform: perspective(0px) translateZ(0);
    transform: perspective(0px) translateZ(0);
    box-shadow: 0 0 0px rgba(0, 0, 0, 0);
}

.hvr-hang:hover,
.hvr-hang:focus,
.hvr-hang:active {
    -webkit-animation-name: hvr-hang-sink, hvr-hang;
    animation-name: hvr-hang-sink, hvr-hang;
    -webkit-animation-duration: .3s, 1s;
    animation-duration: .3s, 1s;
    -webkit-animation-delay: 0s, .3s;
    animation-delay: 0s, .3s;
    -webkit-animation-timing-function: ease-in-out;
    animation-timing-function: ease-in-out;
    -webkit-animation-iteration-count: 1, infinite;
    animation-iteration-count: 1, infinite;
    -webkit-animation-fill-mode: forwards;
    animation-fill-mode: forwards;
    -webkit-animation-direction: normal, alternate;
    animation-direction: normal, alternate;
}

@keyframes torightleft {
    49% {
        -webkit-transform: translate(100%);
        transform: translate(100%);
    }

    50% {
        opacity: 0;
        -webkit-transform: translate(-100%);
        transform: translate(-100%);
    }

    51% {
        opacity: 1;
    }
}

@keyframes fadeInUp {
    0% {
        opacity: 0;
        -webkit-transform: translate3d(0, 100%, 0);
        transform: translate3d(0, 100%, 0);
    }

    100% {
        opacity: 1;
        -webkit-transform: translate3d(0, 0, 0);
        transform: translate3d(0, 0, 0);
    }
}

/* Sweep To Right */
.hvr-sweep-to-right {
    -webkit-transform: perspective(1px) translateZ(0);
    transform: perspective(1px) translateZ(0);
    position: relative;
    -webkit-transition-property: color;
    transition-property: color;
    -webkit-transition-duration: 0.3s;
    transition-duration: 0.3s;
    overflow: hidden;
}

.btn-slide-3 .hvr-sweep-to-right {
    display: inline-block;
    -webkit-transform: perspective(1px) translateZ(0);
    transform: perspective(1px) translateZ(0);
    position: relative;
    -webkit-transition-property: color;
    transition-property: color;
    -webkit-transition-duration: 0.3s;
    transition-duration: 0.3s;
    overflow: hidden;
}

.hvr-sweep-to-right:before {
    content: "";
    position: absolute;
    z-index: -1;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: #49D38E;
    -webkit-transform: scaleX(0);
    transform: scaleX(0);
    -webkit-transform-origin: 0 50%;
    transform-origin: 0 50%;
    -webkit-transition-property: transform;
    transition-property: transform;
    -webkit-transition-duration: 0.3s;
    transition-duration: 0.3s;
    -webkit-transition-timing-function: linear;
    transition-timing-function: linear;
}

.hvr-sweep-to-right:hover,
.hvr-sweep-to-right:focus,
.hvr-sweep-to-right:active {
    color: white;

}

.hvr-sweep-to-right:hover:before,
.hvr-sweep-to-right:focus:before,
.hvr-sweep-to-right:active:before {
    -webkit-transform: scaleX(1);
    transform: scaleX(1);

}

.btn-parent .hvr-sweep-to-right {
    /* display: inline-block; */
    -webkit-transform: perspective(1px) translateZ(0);
    transform: perspective(1px) translateZ(0);
    position: relative;
    -webkit-transition-property: color;
    transition-property: color;
    -webkit-transition-duration: 0.3s;
    transition-duration: 0.3s;
    overflow: hidden;
}

.btn-parent .hvr-sweep-to-right:before {
    content: "";
    position: absolute;
    z-index: -1;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: linear-gradient(180deg, #FFCB3C 0%, #E7B836 100%);
    -webkit-transform: scaleX(0);
    transform: scaleX(0);
    -webkit-transform-origin: 0 50%;
    transform-origin: 0 50%;
    -webkit-transition-property: transform;
    transition-property: transform;
    -webkit-transition-duration: 0.3s;
    transition-duration: 0.3s;
    -webkit-transition-timing-function: linear;
    transition-timing-function: linear;

}

.btn-parent .hvr-sweep-to-right:hover,
.btn-parent .hvr-sweep-to-right:focus,
.btn-parent .hvr-sweep-to-right:active {
    color: white;

}

.btn-parent .hvr-sweep-to-right:hover:before,
.btn-parent .hvr-sweep-to-right:focus:before,
.btn-parent .hvr-sweep-to-right:active:before {
    -webkit-transform: scaleX(1);
    transform: scaleX(1);

}

.blank .hvr-sweep-to-right {
    /* display: inline-block; */
    -webkit-transform: perspective(1px) translateZ(0);
    transform: perspective(1px) translateZ(0);
    position: relative;
    -webkit-transition-property: color;
    transition-property: color;
    -webkit-transition-duration: 0.3s;
    transition-duration: 0.3s;
    overflow: hidden;
}

.blank .hvr-sweep-to-right:before {
    content: "";
    position: absolute;
    z-index: -1;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: linear-gradient(180deg, #FFCB3C 0%, #E7B836 100%);
    -webkit-transform: scaleX(0);
    transform: scaleX(0);
    -webkit-transform-origin: 0 50%;
    transform-origin: 0 50%;
    -webkit-transition-property: transform;
    transition-property: transform;
    -webkit-transition-duration: 0.3s;
    transition-duration: 0.3s;
    -webkit-transition-timing-function: linear;
    transition-timing-function: linear;

}

.blank .hvr-sweep-to-right:hover,
.blank .hvr-sweep-to-right:focus,
.blank .hvr-sweep-to-right:active {
    color: white;

}

.blank .hvr-sweep-to-right:hover:before,
.blank .hvr-sweep-to-right:focus:before,
.blank .hvr-sweep-to-right:active:before {
    -webkit-transform: scaleX(1);
    transform: scaleX(1);

}