* {
    padding: 0;
    margin: 0;
    box-sizing: border-box;
    font-family: "Manrope", sans-serif;
}

h1,
h2,
h3,
h4,
h5 {
    font-family: "Lexend", sans-serif;
}





/* ---------------- banner ------------------- */
.banner {
    background-color: #df1414;
    height: 370px;
    color: #fff;
}

.overlay {
    height: 100%;
    width: 100%;
}

.banner h1 {
    font-size: 40px;
    font-weight: bold;
    margin-top: 30px;
}

.banner p {
    font-size: 24px;
    margin-bottom: 20px;
}

.banner a {
    border-radius: 4px;
    padding: 10px 20px;
    background-color: #E90000;
    font-size: 18px;
}

.banner a:hover {
    background-color: #E90000;
}



/* --------------- cards -------------------- */
.cards {
    padding: 50px 0;
}

.cards h2 {
    font-size: 40px;
    margin-bottom: 20px;
}

.cards p {
    font-size: 16px;
    margin-bottom: 20px;
}

.cards .card .img {
    width: 100%;
    height: 150px;
    border-radius: 3px;
    overflow: hidden;
}

.cards .card .img img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.cards .card h5 {
    font-size: 20px;
}

.cards .card p {
    color: #9095A1;
    font-size: 14px;
    line-height: 1.7;
}

.cards .card a {
    background-color: transparent;
    color: #E90000;
    border-color: #E90000;
}

.cards .card a:hover {
    background-color: #E90000;
    color: #fff;
}

/* -------------- sign-up -------------- */

.sign-up {
    background-color: #FAFAFB;
    padding: 50px 0;
}

.sign-up h2 {
    color: #E90000;
    font-size: 40px;
    margin-bottom: 40px;
}

.sign-up p {
    width: 45%;
    margin: auto;
    font-size: 18px;
    margin-bottom: 40px;
}

.sign-up a {
    border-radius: 4px;
    padding: 10px 20px;
    background-color: #E90000;
    font-size: 18px;
}

.sign-up a:hover {
    background-color: #E90000;
}


/* ---------- footer -------------- */

footer {
    background-color: #0567c3;
    display: flex;
    align-items: center;
    padding: 10px 0;
    color: #fff;
}

footer ul {
    list-style: none;
    justify-content: space-evenly;
}

footer img {
    width: 30px;
    height: 30px;
}


/* --------------- download ------------- */

.download {
    padding: 47px 0;
}

.download h2 {
    font-size: 40px;
    margin-bottom: 20px;
}

.download p {
    font-size: 16px;
    margin: auto;
    margin-bottom: 20px;
}

.navbar-nav .nav-link {
    font-weight: 600;
    padding-inline: 1rem !important;
}

.navbar-nav .nav-link.active {
    color: #198754;
    font-weight: 800;
    position: relative;
}

.navbar-nav .nav-link.active::after {
    content: '';
    background-color: #198754;
    height: 4px;
    position: absolute;
    top: 100%;
    border-radius: 400px;
    left: 0;
    right: 0;
}


.pricing-card {
    height: 250px;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    transition: .4s;
    border-radius: 10px;
    background-color: #F8F9FB;
    margin-bottom: 20px;
    direction: rtl;
}

.pricing-card.active,
.card.pricing:hover .pricing-card,
.owl-item.active .pricing-card {
    background-color: #c00;
    color: #fff;
}

.pricing-card .btn {
    font-weight: bold;
    color: #CACBD0;
    border-color: #CACBD0;
    background-color: #fff;
    padding-block: 10px;
}

.pricing-card.active .btn,
.card.pricing:hover .pricing-card .btn,
.owl-item.active .pricing-card .btn {
    background-color: #369AE6;
    border-color: #2792e4;
    color: #ffff;
}


.checkmark {
    width: 30px;
    height: 100%;
    border: 3px solid #369AE6;
    border-radius: 50%;
    position: relative;
    margin: auto;
}

.checkmark::after {
    content: '';
    position: absolute;
    top: 4px;
    right: 8px;
    height: 15px;
    width: 8px;
    border: solid #369AE6;
    border-width: 0 3px 3px 0;
    transform: rotate(45deg);
}

.xmark {
    width: 30px;
    height: 100%;
    border-radius: 50%;
    position: relative;
    margin: auto;
}

.xmark::before,
.xmark::after {
    content: '';
    position: absolute;
    top: 10px;
    right: 2px;
    width: 25px;
    height: 3px;
    background-color: #5B6074;
}

.xmark::before {
    transform: rotate(45deg);
}

.xmark::after {
    transform: rotate(-45deg);
}


.ul-items ul {
    list-style: none;
    padding: 0;
}

.ul-items ul li {
    margin-bottom: 15px;
    height: 30px;
}


.ul-texts li {
    font-weight: bold;
    font-size: large;
}

.ul-items.sm-items li {
    direction: rtl;
    display: flex;
    padding-inline: 20px;
    gap: 20px;
    height: auto;
    text-align: right;
    align-items: center;
}

.ul-items.sm-items li p {
    width: calc(100% - 30px);
}

.ul-items.sm-items .checkmark,
.ul-items.sm-items .xmark {
    margin: 0;
    margin-inline-start: auto;
    height: 30px;
    width: 30px !important;
}

.testimonial {
    margin-top: 8vh;
    direction: rtl;
}

.testimonial .img {
    width: 100%;
    height: 350px;
    margin-bottom: 20px;
}

.testimonial .img img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    border-radius: 15px;
}

.rating i {
    color: #ffcc00;
    font-size: 30px;
}

.testimonial-name {
    font-weight: bold;
    font-size: 18px;
}

.testimonial-job {
    color: #777;
}

.testimonial-text {
    margin-top: 10px;
    font-size: 16px;
    color: #333;
}



.owl-dots {
    display: flex;
    justify-content: center;
    gap: 20px;
    margin-block: 20px;
    position: absolute;
    bottom: 100%;
    left: 50%;
    transform: translateX(-50%);
}

.owl-carousel button.owl-dot {
    background: #CACBD0;
    color: #fff;
    padding: 10px;
    font-size: 16px;
}

.owl-carousel .owl-dot {
    width: 10px;
    height: 10px;
    margin: 0 5px;
    border-radius: 300px;
    transition: .2s;
}

.owl-carousel .owl-dot.active {
    background-color: #f00;
    width: 20px;
}

.testimonial-carousel .owl-dots {
    left: 10%;
    bottom: 10%;
    gap: 0;
}

.testimonial-carousel button.owl-dot {
    border: none;
    padding: 5px;
    font-size: 10px;
}

@media screen and (max-width:900px) {
    .testimonial-carousel .owl-dots {
        bottom: auto;
        top: 100%;
        gap: 0;
        left: 50%;
        transform: translateX(-50%);
    }

}
