@font-face {
    font-family: 'Tajawal';
    src: url('../fonts/Tajawal/Tajawal-Regular.ttf') format('truetype');
    font-weight: 400;
    font-style: normal;
}

@font-face {
    font-family: 'Tajawal';
    src: url('../fonts/Tajawal/Tajawal-Bold.ttf') format('truetype');
    font-weight: 700;
    font-style: normal;
}


* {
    font-family: 'Tajawal', sans-serif;
}



/* html[dir=rtl]{
    direction: rtl !important;
    text-align: right !important;
    font-family: 'cairo', sans-serif !important;
} */

/* Navbar */

.navbar {
    position: absolute;
    top: 0;
    width: 100%;
    z-index: 10;
    padding: .5rem .75rem;
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    align-items: center;
}

.navbar-custom {
    position: absolute;
    top: 0;
    width: 100%;
    z-index: 10;
    padding: 2rem .75rem;
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    align-items: center;
}

.desktop-nav .navbar-nav {
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: center;
    gap: 10px
}

.navbar .btn {
    background-color: #0A0A0A;
    color: #fff;
}

.navbar .btn.btn-sm {
    padding: clamp(.5rem, 1vw + 1px, .75rem) clamp(.5rem, 1vw + 1px, 1.5rem);
    font-size: .5rem;
    border-radius: 2rem;
    font-size: clamp(.8rem, 1vw + 1px, 1rem);
    font-family: 'Tajawal', sans-serif;
    font-weight: 500;
}

.navbar-toggler {
    border: none;
    outline: none;
    color: #000000;
    font-size: 1.75rem;
    font-weight: 700;
}

.navbar .lang-dropdown ul {
    background-color: #fff;
    outline: none;
    font-size: 1rem;
    font-weight: 600;

}

.navbar .lang-btn {
    background-color: unset;
    color: #000000;
    border: none;
    outline: none;
    font-size: 1rem;
    font-weight: 600;
}

.navbar-brand  {
    min-width: 15vw;
}

.navbar-brand img {
    height: 40px;
}



.navbar-nav-center {
    position: absolute;
    left: 50%;
    transform: translateX(-50%);
}

.navbar .nav-link {
    color: #000000 !important;
    font-size: 1rem;
    font-weight: 600;
    padding: none;
    margin-inline-end: none;
}

.navbar .nav-link:hover {
    color: #EEAE3A !important;
}

.navbar-account {
    display: flex;
    flex-direction: row;
    align-items: center;
    gap: 10px;
    min-width: 15vw;
    justify-content: end;
}

.account-link {
    font-weight: 600 !important;
}

.account-link.login-link {
    color: #000000;
    background-color: unset;
    outline: none !important;
    border-radius: 10px !important;
    font-size: 1rem !important;
}

.account-link.dashboard-link {
    border-radius: 10px !important;
}


/* Hero Section */

.hero {
    background: url('../images/landing/hero/hero-grid.png') no-repeat center center, linear-gradient(0deg, #FFF5E3 0%, #FFF7E8 70.19%, #FFFFFF 100%);
    background-size: cover;
    color: black;
    display: flex;
    align-items: start;
    justify-content: center;
    text-align: center;
    padding: 0 20px;
    padding-top: 120px;
    position: relative;
}


.hero h1 {
    font-size: clamp(2.25rem, 5vw, 4rem);
    font-family: "Tajawal", sans-serif;
    font-weight: 700;
    line-height: 137.3%;
    max-width: 1120px;
    z-index: 2;
}

.hero p {
    font-size: clamp(1rem, 3vw, 1.5rem);
    color: #595959;
    font-family: "Tajawal", sans-serif;
    font-weight: 400;
    line-height: 141.6%;
    text-align: center;
    max-width: 730px;
    z-index: 2;
}

.hero .btn {
    background-color: #0A0A0A;
    color: #fff;
    border: none;
    padding: 15px 30px;
    border-radius: 30px;
    font-size: 1rem;
    font-family: "Tajawal", sans-serif;
    font-weight: 700;
    line-height: 141.6%;
    width: max-content;
    height: 50px;
}

.hero .hero-image {
    width: 100%;
    border: 5px solid #000000;
    border-bottom: unset;
    border-top-left-radius: 15px;
    border-top-right-radius: 15px;
}

.hero .hero-image img {
    width: 100%;
    height: auto;
    border-top-left-radius: 15px;
    border-top-right-radius: 15px;
}


.hero-icon {
    width: 40px;
    height: 40px;
    padding: 5px;
    border-radius: 50%;
    background-color: #ffffff;
    display: none;
    align-items: center;
    justify-content: center;
    position: absolute;
    z-index: 1;
}

.hero-icon img {
    width: 100%;
    height: 100%;
}

.hi1 {
    display: flex;
    right: 40px;
    top: -20px;
}

.hi2 {
    display: flex;
    left: 20px;
    bottom: 280px;
}

.hi3 {
    display: flex;
    left: 10px;
    top: -20px;
}

.hi4 {
    display: flex;
    right: 20px;
    bottom: 250px;
}

.hi5 {
    display: flex;
    right: 0px;
    top: 20px;
}

.hi6 {
    display: flex;
    left: 40px;
    top: -20px;
}


.mb-6 {
    margin-bottom: 6rem !important;
}

.mb-7 {
    margin-bottom: 7rem !important;
}


.py-7 {
    padding-top: 7rem !important;
    padding-bottom: 7rem !important;
}

.mobile-nav {
    display: none;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100vh;
    background-color: #000000df;
    color: #fff;
    z-index: 9999;
    flex-direction: column;
    align-items: center;
}

.mobile-nav.active {
    display: flex;
}

.mobile-nav .mobile-nav-close {
    width: 100%;
    max-width: 700px;
    padding: 20px;
    font-size: 2rem;
    text-align: end;
}

.mobile-nav .mobile-nav-close .nav-close-btn {
    color: #fff !important;
    background-color: unset;
    border: none;
    outline: none;
}

.mobile-nav .mobile-nav-close .nav-close-btn:hover {
    color: #EEAE3A !important;
}

.mobile-nav .nav-menu {
    list-style: none;
    padding: 0;
    margin: 0;
    text-align: center;
}

.mobile-nav .nav-menu li a {
    color: #ffffff !important;
}



.hero .hero-underline {
    border-bottom: 10px solid #000000;
    border-image: url('../images/landing/hero/hero-underline.svg') 0 0 20 0;
    border-image-repeat: no-repeat;
    border-image-outset: 0;
}

.hero .hero-arrow {
    position: relative;
}

.hero .hero-arrow::after {
    content: url('../images/landing/hero/hero-arrow.svg');
    position: absolute;
    top: -25px;
    left: -15px;
    transform: translateX(-50%);
}

html[dir=ltr]  .hero .hero-arrow::after {
    content: url('../images/landing/hero/hero-arrow.svg');
    transform: rotate(90deg) translateX(-50%);
    position: absolute;
    top: -25px;
    right: -50px;
    left: unset;
}


.section-title {
    font-size: clamp(1rem, 1vw, 1.5rem);
    color: #EEAE3A;
    font-family: "Tajawal", sans-serif;
    font-weight: 700;
    line-height: 137.3%;
    text-align: center;
}

.section-subtitle {
    font-size: clamp(2rem, 2vw + 10px, 4rem);
    color: #000000;
    font-family: "Tajawal", sans-serif;
    font-weight: 700;
    line-height: 137.3%;
    text-align: center;
}

.section-description {
    font-size: clamp(.85rem, 1vw + 1px, 1.5rem);
    color: #000000;
    font-family: "Tajawal", sans-serif;
    font-weight: 400;
    line-height: 137.3%;
    text-align: center;
    max-width: 650px;
}

.features .container {
    max-width: 1600px;
}

.features-slider {

    height: 100%;
    width: 100%;
    display: flex;
}


.decor {
    position: absolute;
    width: 120px;
    height: 1000px;
    background: #EEAE3A;
    opacity: 0.2;
    transform: rotate(-45deg);
    top: -50px;
    left: -60px;
    z-index: 1;
}

.decor-2 {
    top: auto;
    bottom: -50px;
    left: auto;
    right: -60px;
}


.decor-3 {
    top: -200px;
    bottom: auto;
    left: 50%;
    right: auto;
    transform: translateX(-50%) rotate(-45deg);
}



.features-slider .feature-item {
    width: 100%;
    height: 550px;
    display: flex;
    flex-direction: row;
    align-items: start;
    justify-content: center;
    gap: 30px;
    padding: 3rem 2rem;
    background: linear-gradient(123.43deg, #D29086 -14.77%, #FFEDD9 52.66%, #FFF5E4 99.13%);
    border-radius: 35px 35px 0px 0px;
    position: relative;
    overflow: hidden;


}

.features-slider.owl-carousel .owl-item:not(.center) {
    transform: scale(0.85);
}

.features-slider.owl-carousel .owl-item{
    margin-top: 0px !important;
}


.feature-item .feature-content {
    display: flex;
    flex-direction: column;
    gap: 20px;
    height: 100%;
    max-width: 350px;
    z-index: 2;
}


.feature-item .feature-title {
    background-color: #ffffff;
    padding: 5px 15px;
    border-radius: 20px;
    font-size: clamp(.85rem, 2vw, 1rem);
    color: #000000;
    width: fit-content;
    border: 1px solid #E5E5E5;
}

.feature-title .fa-star {
    color: #F6BD01;
}

.feature-content .feature-subtitle {
    font-size: clamp(1rem, 2vw, 1.75rem);
    color: #000000;
    font-family: "Tajawal", sans-serif;
    font-weight: 700;
    line-height: 137.3%;
}

.feature-content .feature-description {
    font-size: clamp(.85rem, 2vw, 1.25rem);
    color: #2C2C2C;
    font-family: "Tajawal", sans-serif;
    font-weight: 400;
    line-height: 137.3%;
    flex: 1;
}

.feature-image {
    border-radius: 20px;
    height: 100%;
    overflow: hidden;
    z-index: 2;
}

.feature-image img {
    height: 100%;
    border-radius: 20px;
}

.owl-dots {
    text-align: center;
    margin-top: 20px;
}

.owl-dot {
    display: inline-block;
    margin: 20px 5px;
}

.owl-dot span {
    width: 12px;
    height: 12px;
    background: #D9D9D9;
    display: block;
    border-radius: 50%;
    transition: all 0.3s ease;
}

.owl-dot.active span {
    background: #EEAE3A;
    transform: scale(1.4);
}

.btn-dark {
    background-color: #0A0A0A;
    color: #fff;
    border: none;
    padding: 15px 30px;
    border-radius: 30px;
    font-size: 1rem;
    font-family: "Tajawal", sans-serif;
    font-weight: 700;
    line-height: 141.6%;
    width: max-content;
}

.btn-dark:hover {
    background-color: #0A0A0A;
}

.btn-sm {
    padding: 10px 30px;
    font-size: .8rem;
}

.pricing-background {
    background-color: #FFFCF4;
    width: 100%;
    height: 500px;
    position: absolute;
    top: 0;
    left: 0;
    z-index: -1;

}


.pricing {
    position: relative;
    z-index: 2;
    padding: 50px 0;
    overflow: hidden;
}

.pricing .container {
    max-width: 1350px;
}

.pricing .pricing-duration {
    background-color: #FFEDCC;
    display: flex;
    justify-content: center;
    gap: 10px;
    margin-bottom: 30px;
    width: 100%;
    max-width: max-content;
    border-radius: 30px;
    padding: 5px;
    overflow: hidden;
}

.pricing-duration .pricing-duration-btn {
    padding: 10px 15px;
    border-radius: 30px;
    font-size: 1rem;
    color: #000000;
    font-family: "Tajawal", sans-serif;
    font-weight: 500;
    line-height: 141.6%;
    background-color: transparent;
    border: none;
    cursor: pointer;
}

.pricing-duration .pricing-duration-btn:hover {
    background-color: #ffffff;
}


.pricing-duration .pricing-duration-btn.active {
    background-color: #ffffff;
}

.owl-stage-outer {
    padding: 15px;
}

.owl-carousel .owl-item:not(.center) {
    margin-top: 50px;
}


.pricing .pricing-slider {}

.pricing .pricing-item {
    background-color: #ffffff;
    border-radius: 20px;
    padding: 30px;
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 20px;
    position: relative;
    overflow: hidden;
    box-shadow: 0px 6px 24px -1px rgba(0, 0, 0, 0.04);
    max-width: 400px;

}



.pricing-item-info {
    display: flex;
    flex-direction: column;
    align-items: start;
    width: 100%;
    border-bottom: 1px solid #E5E5E5;
    padding-bottom: 20px;
}

.pricing-icon {
    width: 40px;
    height: 40px;
    border-radius: 5px;
    background-color: #ffffff;
    border: 1px solid #E5E5E5;
    display: flex;
    justify-content: center;
    align-items: center;
    position: relative;
    z-index: 2;
    padding: 5px;
    filter: drop-shadow(0px 1.25637px 35.8695px rgba(238, 175, 58, 0.037));

}

.pricing-item-title {
    font-size: 1.75rem;
    color: #000000;
    font-weight: 500;
    line-height: 141.6%;
}


.pricing-item-title-popular {
    color: #CF0BC2;
    font-size: 1rem;
}

.pricing-item-subtitle {
    font-size: .75rem;
    color: #000000;
    font-weight: 400;
    line-height: 141.6%;
}

.pricing-item-price {
    font-size: 1.75rem;
    color: #000000;
    font-weight: 600;
    line-height: 141.6%;
}

.pricing-item-price-duration {
    font-size: 1.25rem;
    color: #000000;
    font-weight: 400;
    line-height: 141.6%;
}

.pricing-item-btn {
    border-radius: 10px;
    width: 100%;
    padding: 10px 20px;
    font-weight: 500;
}

.pricing-item-btn:hover {
    background-color: var(--hover-color);
}

ul.pricing-item-features {
    list-style-type: none;
    padding: 0;
    margin: 0;
    display: flex;
    flex-direction: column;
    gap: 20px;
    width: 100%;
}

ul.pricing-item-features li {
    font-size: 1rem;
    color: #737373;
    font-weight: 400;
    line-height: 141.6%;
    display: flex;
    align-items: center;
    gap: 10px;
}


ul.pricing-item-features li::before {
    content: "\f058";
    font-family: "Font Awesome 6 Free";
    font-style: normal;
    font-size: 1rem;
    color: var(--list-icon-color);
}





.reviews-item {
    display: flex;
    flex-direction: column;
    padding: 20px 10px;
    background-color: #ffffff;
    border-radius: 10px;
    box-shadow: 0px 6px 24px -1px rgba(0, 0, 0, 0.04);
    overflow: hidden;
    background-image: url("../images/landing/quote_Icon.svg");
    background-repeat: no-repeat;
    background-position: top 10px left 10px;
    background-size: 60px;

}

.review-content {
    font-size: 1.2rem;
    color: #686868;
    font-weight: 400;
    line-height: 141.6%;
    margin-bottom: 10px;
    border-bottom: 1px solid #E5E5E5;
    padding: 10px 25px;
}

.review-author {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 10px;
    height: 70px;
    padding: 10px 25px;
}

.review-author-info {
    display: flex;
    flex-direction: column;
    gap: 5px;
}

.review-author-name {
    font-size: 1rem;
    color: #000000;
    font-weight: 600;
    line-height: 141.6%;
}

.review-author-job {
    font-size: .75rem;
    color: #000000;
    font-weight: 400;
    line-height: 141.6%;
}

.review-author-img {
    width: 60px;
    height: 60px;
    border-radius: 50%;
    overflow: hidden;
}

.review-author-img img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.faqs {
    padding: 60px 0;
    background-color: #FFFCF4;
}

.faqs .section-description {
    max-width: 500px;
}

.faq h2 {
    font-weight: 600;
    margin-bottom: 40px;
}

#faqAccordion {
    width: 100%;
}

.accordion-button {
    font-size: 1.5rem;
    font-weight: 600;
    background-color: unset;
    color: #000;
}

.accordion-button:not(.collapsed) {
    background-color: unset;
    border: none;
    color: unset;
    outline: none;
    box-shadow: none;
}

/* Remove Bootstrap's default arrow */
.accordion-button::after {
    background-image: none !important;
}

/* Add plus and minus symbols */
.accordion-button::after {
    content: '\002B';
    font-size: 2rem;
    font-weight: bold;
    color: #EEAE3A;

}

html[dir="ltr"] .accordion-button::after {
   margin-inline-start: auto;
   margin-right: unset;
}


.accordion-button:not(.collapsed)::after {
    content: '\2212';
    /* − */
}

.accordion-body {
    font-size: 1.25rem;
    color: #606060;
}

.accordion-item {
    border: none;
    border-radius: 6px;
    margin-bottom: 10px;
    overflow: hidden;
    background-color: unset;
}

.accordion-button:not(.collapsed) ~ .accordion-item {
    border-bottom: 1px solid #E5E5E5;
}

.blog {
    padding: 60px 10px;
}


.blog  .blog-card {
    display: flex;
    flex-direction: column;
    gap: 20px;
    padding: 20px;
    background-color: #ffffff;
    padding: 4px;
    overflow: hidden;
    height: 100%;
}


.blog-card-img {
    width: 100%;
    overflow: hidden;
}

.blog-card-img img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    border-radius: 15px;
    overflow: hidden;
}

.blog-card-body {
    display: flex;
    flex-direction: column;
    gap: 5px;
    align-items: center;
    padding-inline: 20px;
    flex: auto;
}

.blog-card-date {
    font-size: .75rem;
    color: #7C7C7C;
    font-weight: 400;
    line-height: 141.6%;
    text-align: center;
}

.blog-card-title {
    font-size: 1.5rem;
    color: #000000;
    font-weight: 600;
    line-height: 141.6%;
    text-align: center;
    margin-bottom: 10px;
    flex: auto;
}

.blog-card-link {
    width: max-content;
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 10px;
    font-size: .85rem;
    color: #000;
    font-weight: 500;
    line-height: 141.6%;
    text-decoration: none;
    border: 1px solid #676767;
    border-radius: 30px;
    padding: 5px 10px;
}

html[dir="rtl"] .fa-arrow-right {
    transform: rotate(180deg);
}



.footer-banner {
    position: relative;
    overflow: hidden;
    display: flex;
    flex-direction: column;
    gap: 50px;
    text-align: center;
    padding: 50px 20px;
    padding-bottom: 0px;
    background: linear-gradient(0.73deg, #FFF8EB 0.67%, #FFFEFD 55.66%, #FFF6E6 99.41%);
    border-radius: 24px 24px 0px 0px;
    align-items: center;

}

.footer-banner .content .decor {
    z-index: -1;
    background: rgba(238, 174, 58, 0.03);


}

.footer-banner .content {
    display: flex;
    flex-direction: column;
    gap: 15px;
    align-items: center;
    z-index: 2;

}

.footer-banner-title {
    font-size: 2rem;
    color: #000000;
    font-weight: 600;
    line-height: 141.6%;
}

.footer-banner .image {
    max-width: 1200px;
    z-index: 1;
}

.footer-banner .image img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    border-radius: 25px 25px 0px 0px;
    border: 10px solid #000000;
    border-bottom: unset;
}










footer {
    background-color: #000000;
    color: #ffffff;
    padding: 50px 40px 30px 40px;
}

.footer-content {
    display: flex;
    flex-direction: row;
    gap: 00px;
    justify-content: space-between;
    align-items: center;
    padding-block: 20px;
}


.footer-logo {
    height: 60px;
}

.footer-logo img {
    height: 60px;
}



.footer-social-list,
.footer-nav-list {
    list-style-type: none;
    display: flex;
    flex-direction: row;
    gap: 15px;
    justify-content: center;
}

.footer-nav-list li a {
    color: #ffffff;
    text-decoration: none;
    font-size: 1.25rem;
    font-weight: 400;
    line-height: 141.6%;
}

.footer-nav-list li a:hover {
    color: #EEAE3A;
}

.footer-social-list li a {
    background-color: #ffffff;
    color: #EEAE3A;
    width: 40px;
    height: 40px;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    text-decoration: none;
    font-size: 1.25rem;
    font-weight: 400;
    line-height: 141.6%;
}

.footer-copyright {
    font-size: 1rem;
}

.footer-copyright a {
    color: #ffffff;
    text-decoration: underline;
    font-size: 1rem;
    font-weight: 400;
    line-height: 141.6%;
}

.footer-copyright a:hover {
    color: #EEAE3A;
}


.fixed-section {
    position: fixed;
    bottom: 30px;
    left: 30px;
    z-index: 99;
    display: flex;
    flex-direction: column;
    gap: 10px;
}

.fixed-section a {
    width: 80px;
    height: 80px;
    display: flex;
}

.fixed-section a img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}


@media screen and (max-width: 768px) {
    .footer {
        padding: 20px;
    }

    .footer-nav-list {
        flex-direction: column;
        gap: 10px;
        align-items: center;
        padding-inline: 0;
    }

    .footer-social-list {
        gap: 10px;
        padding-inline: 0;
    }

    .fixed-section a {
        width: 60px;
        height: 60px;
    }

}

@media screen and (min-width: 1024px) {

    .hero-icon {
        width: 60px;
        height: 60px;
    }

    .hi2 {
        top: 200px;
        bottom: unset;
    }

    .hi4 {
        top: 200px;
        bottom: unset;
    }

    .hero {
        padding-top: 180px;
    }


    .footer-banner {
        flex-direction: row;
        align-items: start;
        padding-inline-end: 0px;
        justify-content: space-between;
    }

    .footer-banner .content {
        display: flex;
        flex-direction: column;
        gap: 15px;
        align-items: start;
        justify-content: start;
        max-width: 450px;
        text-align: start;
        padding-top: 20px;
        padding-inline-start: 30px;
    }

    .footer-banner .image {
        display: flex;
        justify-content: end;

    }


    .footer-banner .image img {
        width: 100%;
        height: 100%;
        object-fit: cover;
        border-radius: 25px 25px 0px 0px;
        border-start-end-radius: unset;
        border: 10px solid #000000;
        border-bottom: unset;
        border-inline-end: unset;
    }


}

@media screen and (max-width: 1024px) {

    .owl-carousel .owl-item:not(.center) {
        margin-top: 0px;
    }

    .features-slider .feature-item {
        flex-direction: column;
        text-align: center;
        height: unset;

    }


    .feature-item .feature-content {
        max-width: unset;
        align-items: center;
    }

    .feature-item .feature-image {
        width: 100%;
    }

    .pricing-slider {
        display: flex;
        flex-direction: column;
        align-items: center;
        gap: 20px;
    }

    .pricing-item {
        width: 100%;
    }

    .reviews-slider .reviews-item {
        margin-right: 10px;
        margin-left: 10px;
        margin-bottom: 10px;
    }


    .owl-stage-outer {
        padding: 0px;
    }



    .footer-content {
        flex-direction: column;
        gap: 20px;
    }
}

@media screen and (max-width: 1100px) {
    .desktop-nav {
        display: none;
    }

}

@media screen and (min-width: 1100px) {
    .navbar-expand-lg .navbar-toggler {
        display: none !important;
    }
    .lang-dropdown-mobile {
        display: none !important;
    }


}

@media screen and (min-width: 992px) {

    .blog-card-body {
        align-items: start;
    }

    .blog-card-title,
    .blog-card-date,
    .blog-card-link
    {
        text-align: start;
    }

    .navbar-expand-lg .navbar-toggler {
        display: block;
    }

    .lang-dropdown-mobile {
        display: flex ;
    }
}


@media screen and (max-width: 1200px) {
    .hero .hero-arrow {
        display: none;
    }

    .hero .hero-underline {
        border: none;
    }

}

@media screen and (max-width: 545px) {
    .hero {
        padding-top: 200px;
    }

    .navbar .navbar-container {
        flex-direction: column;
        justify-content: center;
        gap: 20px;
    }

    .navbar .navbar-container .navbar-end {
        margin-right: unset !important;
        gap: 10px !important;
    }
}

@media screen and (max-width: 425px) {
    .hero {
        padding-top: 220px;
    }
    .navbar-end {
        flex-wrap: wrap;
        justify-content: center;
    }

}
