@import url("https://fonts.googleapis.com/css2?family=Tajawal:wght@200;300;400;500;700;800;900&display=swap");

* {
    font-family: Tajawal, sans-serif;
    padding: 0;
    margin: 0;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
}

*::after,
*::before {
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
}

html {
    scroll-behavior: smooth;
    scroll-padding-top: 70px;
}

body::-webkit-scrollbar {
    width: 10px;
    height: 10px;
}

body::-webkit-scrollbar-thumb {
    background: #ca9b2d;
}

body::-webkit-scrollbar-track {
    background: #fdefce;
}

body {
    scrollbar-face-color: #ca9b2d;
    scrollbar-track-color: #fdefce;
}

.pt-3 {
    padding-top: 3rem;
}
.p-1 {
 padding: 0 1rem 1rem !important;
}
.px-2 {
    padding: 0 2rem;
}
.container {
    max-width: 1350px;
    padding-right: 1.5rem;
    padding-left: 1.5rem;
    margin-right: auto;
    margin-left: auto;
}
.img-fluid {
    max-width: 100%;
}
a {
    text-decoration: none;
}
.mt-1 {
    margin-top: 1rem !important;
}
.nav-container {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    z-index: 5;
    background-color: #fff;
    -webkit-box-shadow: 0 2px 2px 0 rgba(0, 0, 0, 0.2117647059);
    box-shadow: 0 2px 2px 0 rgba(0, 0, 0, 0.2117647059);
    margin-bottom: 4px;
    padding: 9px 10px;
}
.nav-container .nav {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}
.nav-container .nav .pricing-button {
    margin: 0;
}
.nav-container .nav .brand-logo a {
    display: block;
}
.nav-container .nav .brand-logo a img {
    width: 155px;
    margin: 0;
}
.hero-section {
    padding-top: 4rem;
    background-color: #F1F5F8;
}

.hero-section  .owl-theme .owl-nav.disabled + .owl-dots {
    margin-top: 1px;
}

.section-title {
    position: relative;
    font-size: 28px;
    font-weight: 700;
    text-align: center;
    line-height: 1.8;
    color: #323232;
    text-align: center;
    margin-bottom: 1rem;
}
.btn-about-tool {
    display: block;
    text-align: center;
    margin-top: 2rem;
}
.btn-common-style a {
    background-color: #ca9b2d;
    color: #fff;
    font-size: clamp(1rem, 0.968rem + 0.1653vw, 1.125rem);
    font-weight: 500;
    border-radius: 7px;
    transition: all .5s;
    border: 1px solid #ca9b2d;
    padding: 8px 11px;
}
.btn-common-style a:hover {
    background-color: #fff;
    color: #ca9b2d;
}
.element-description {
    font-size: 16px;
    font-weight: 500;
    color: #707070;
    text-align: justify;
    text-align-last: center;
    line-height: 1.7;
    padding: 0 0 3rem 0;
    margin-top: 1.5rem;
}

.product-features-header .element-description {
    width: 80%;
    margin-right: auto;
    margin-left: auto;
}

.product-features .item {
    text-align: center;
}

.product-features .item img {
    width: 140px;
    -o-object-fit: cover;
    object-fit: cover;
    margin: auto;
    border-radius: 50%;
    border: 1px solid #ccc;
    padding: 2px;
}
.pricing-plan {
    background-color: #fff;
    box-shadow: 0px 0px 5px 1px #0000001c;
    margin: 10px;
    border-radius: 7px;
    padding: 1.5rem 0;
    transition: all .5s;
}
.pricing-plan:hover {
    box-shadow: 0px 0px 5px 3px #0000001c;
    transform: translate(3px, -6px);
    background-color: #f7f7fd;
}
.background {
    padding: 0 10px 0;
    position: relative;
    width: 100%;
}
.background .container {
    margin: 0 auto;
    padding: 50px 0 0;
    width: 100%;
}
.background::after {
    content: "";
    background: rgb(204, 149, 47);
    background: linear-gradient(180deg, rgba(204, 149, 47, 1) 0%, rgba(179, 128, 7, 0.83) 35%, rgba(255, 215, 0, 1) 100%);
    height: 350px;
    left: 0;
    position: absolute;
    top: 0;
    width: 100%;
    z-index: 1;
}
.panel {
    position: relative;
    width: 100%;
    z-index: 2;
}
.pricing-table * {
    text-align: center;
    text-transform: uppercase;
}
.pricing-img {
    margin-bottom: 15px;
    max-width: 130px;
    border: 1px solid #00458221;
    border-radius: 50%;
}
.pricing-header {
    color: #888;
    font-weight: 600;
    letter-spacing: 1px;
}
.pricing-features {
    color: #e1ad34;
    font-weight: 600;
    letter-spacing: 1px;
    margin: 15px 0 5px;
    min-height: 160px;
}
.pricing-features-item {
    display: block;
    border-top: 1px solid #e1f1ff;
    font-size: 12px;
    line-height: 1.5;
    padding: 15px 0;
}
.pricing-features-item:last-child {
    border-bottom: 1px solid #e1f1ff;
}
.prices-details {
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 0 1rem;
    min-height: 60px;
}
.prices-details.prices-details-free {
    justify-content: center;
}
.main-price {
    font-size: clamp(0.875rem, 0.827rem + 0.2479vw, 1.0625rem);
    font-weight: 600;
    color: #b8b8b8;
    position: relative;
}
.main-price::before {
    content: "";
    position: absolute;
    top: 50%;
    right: 0;
    width: 100%;
    height: 1px;
    background-color: #929292;
    transform: rotate(-12deg);
}
.price-after-discount,
.free-price {
    color: #e1ad34;
    display: block;
font-size: clamp(1.25rem, 1.218rem + 0.1653vw, 1.375rem);
    font-weight: 600;
}
.discount-percentage {
    font-size: clamp(0.8125rem, 0.7805rem + 0.1653vw, 0.9375rem);
    font-weight: 600;
    color: #e1ad34;
    background: #f2f0ea;
    border-radius: 18px;
    padding: 2px 7px;
}
.pricing-button {
    color: #e1ad34;
    font-size: 18px;
    font-weight: 500;
    transition: all .5s;
    border: 1px solid #e1ad34;
    border-radius: 7px;
    padding: 8px 11px;
    margin-top: 2.5rem;
    width: 170px;
    display: inline-block;
}
.pricing-button.is-featured {
    background-color: #e1ad34;
    color: #fff;
}
.pricing-button:hover,
.pricing-button.is-featured:active {
    background-color: #ecc05a;
    border-color: #ecc05a;
    color: white;
}
footer {
    text-align: center;
    border-top: 1px solid rgba(26, 174, 243, 0.178);
    padding-top: 2rem;
    margin-top: 2rem;
}
footer .footer-content {
    padding-top: 1rem;
}
footer .footer-content p {
    padding: 0 3px;
}
footer .footer-copy-right {
    display: flex;
    align-items: center;
    justify-content: center;
    flex-wrap: wrap;
    color: #fff;
    text-align: center;
    padding: 10px 0;
    margin-top: 2rem;
    border-top: 0.7px solid white;
    background: rgb(227, 172, 44);
    background: radial-gradient(circle, rgba(227, 172, 44, 1) 23%, rgba(255, 215, 0, 0.83) 85%);
}
footer .footer-copy-right a {
    color: #fff;
}
footer .footer-copy-right .heart-icon {
    height: 25px;
    width: 25px;
    margin: 0 5px;
}
.whatsapp-button {
    position: fixed;
    bottom: 20px;
    right: 20px;
    z-index: 1000;
}
.whatsapp-button a {
    background-color: #55CD6C;
    width: 58px;
    height: 58px;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 50%;
    padding: 10px;
}
.whatsapp-button:hover {
    -webkit-animation-timing-function: ease-in-out;
    animation-timing-function: ease-in-out;
    -webkit-animation-name: headShake;
    animation-name: headShake;
    -webkit-animation-duration: 1s;
    animation-duration: 1s;
    -webkit-animation-fill-mode: both;
    animation-fill-mode: both;
}
@-webkit-keyframes headShake {
    0% {
        -webkit-transform: translateX(0);
        transform: translateX(0);
    }

    6.5% {
        -webkit-transform: translateX(-6px) rotateY(-9deg);
        transform: translateX(-6px) rotateY(-9deg);
    }

    18.5% {
        -webkit-transform: translateX(5px) rotateY(7deg);
        transform: translateX(5px) rotateY(7deg);
    }

    31.5% {
        -webkit-transform: translateX(-3px) rotateY(-5deg);
        transform: translateX(-3px) rotateY(-5deg);
    }

    43.5% {
        -webkit-transform: translateX(2px) rotateY(3deg);
        transform: translateX(2px) rotateY(3deg);
    }

    50% {
        -webkit-transform: translateX(0);
        transform: translateX(0);
    }
}
@keyframes headShake {
    0% {
        -webkit-transform: translateX(0);
        transform: translateX(0);
    }

    6.5% {
        -webkit-transform: translateX(-6px) rotateY(-9deg);
        transform: translateX(-6px) rotateY(-9deg);
    }

    18.5% {
        -webkit-transform: translateX(5px) rotateY(7deg);
        transform: translateX(5px) rotateY(7deg);
    }

    31.5% {
        -webkit-transform: translateX(-3px) rotateY(-5deg);
        transform: translateX(-3px) rotateY(-5deg);
    }

    43.5% {
        -webkit-transform: translateX(2px) rotateY(3deg);
        transform: translateX(2px) rotateY(3deg);
    }

    50% {
        -webkit-transform: translateX(0);
        transform: translateX(0);
    }
}
@media screen and (max-width: 768px) {

    .container {
        padding-right: 0.2rem;
        padding-left: 0.2rem;
    }
    .hero-section {
        padding-top: 3.5rem;
    }

    .nav-container .container {
        padding: 0;

    }

    .nav-container .nav .brand-logo a img {
        width: 134px;
    }

    .btn-common-style a {
        padding: 7px 13px;
    }

    .pt-3 {
        padding-top: 2rem;
    }
    .px-2 {
        padding: 0 0.2rem;
    }
    .product-features-header .element-description {
        width: 92%;
    }
    .hero-section .owl-item div img {
        padding-top: 2rem;
     }
}
@media screen and (min-width: 768.98px) {

    .hero-section .owl-item div {
        height: 88vh;
        background-color: #F1F5F8;
    }

    .hero-section .owl-item div img {
        object-fit: contain;
        height: 100%;
    }

}
@media (min-width: 900px) {
    .background {
        padding: 0 0 25px;
    }
    .pricing-table {
        -webkit-box-orient: horizontal;
        -webkit-box-direction: normal;
        -ms-flex-direction: row;
        flex-direction: row;
    }
}
