@font-face {
    font-family: "pinar";
    src: url(../fonts/WOFF2/ModamWeb-Medium.woff2), ("woff2");

}








body {
    background-color: #F7F9FE;
    font-family: "pinar";
    direction: rtl;

}

* {
    margin: 0;
    outline: 0;
    box-sizing: border-box;
    outline: none;
    border: none;
    text-decoration: none;
}

header {
    width: 100%;
}

.content{
    margin-top: 8rem;
}

footer .login-hr{
    margin-top: 6rem;
    margin-bottom: 5rem;
}
.header-top {
    background-color: #FFFFFFD9;
    backdrop-filter: blur(4px);
    padding: 12px;
    display: flex;
    align-items: center;
    justify-content: space-between;
    width: 100%;
    position: fixed;
    top: 20px;
    left: 0;
    right: 0;
    border-radius: 1rem;
    -webkit-border-radius: 1rem;
    -moz-border-radius: 1rem;
    -ms-border-radius: 1rem;
    -o-border-radius: 1rem;
    z-index: 1000;

}
.header-logo{
    max-width: 100%;
}
.header-logo img{
    object-fit: cover;
}

.menu {
    margin-top: 1rem;

}

.header-top h2 {
    margin-top: 0.5rem;
}

.menu-item {
    list-style: none;
}

.menu-item a {
    text-decoration: none;
    color: #1D184E;
    display: flex;
    font-size: 16px;
    align-items: center;
    transition: 0.3s ease;
    -webkit-transition: 0.3s ease;
    -moz-transition: 0.3s ease;
    -ms-transition: 0.3s ease;
    -o-transition: 0.3s ease;
    cursor: pointer;
}



.menu-item a:hover {
    transform: scale(1) translateY(-5px);
    -webkit-transform: scale(1) translateY(-5px);
    -moz-transform: scale(1) translateY(-5px);
    -ms-transform: scale(1) translateY(-5px);
    -o-transform: scale(1) translateY(-5px);

}

.btn {
    font-size: 12px;
    padding: 9px;
    border-radius: 10px;
    -webkit-border-radius: 10px;
    -moz-border-radius: 10px;
    -ms-border-radius: 10px;
    -o-border-radius: 10px;
}


.header-bottom {
    margin-top: 12rem;
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.header-title {
    color: #050033;
}

.header-title span {
    color: #3518b0;
    font-weight: bold;

}

.a-icon {
    color: #050033
}

.bottom-right {

    width: 50%;
}

.header-buttons .btn-outline-primary {
    padding: 10.5px;
}

.header-bottom .btn-primary:hover {
    background-color: transparent;
    color: #0d6efd;
    border-color: #0d6efd;
}

.bottom-left {
    width: 50%;
    display: flex;
    justify-content: center;
    align-items: center;
}

.bottom-right p {
    color: #6C6891;
    font-size: 1rem;
}




.company {
    margin-top: 5rem;
    margin-bottom: 5rem;
}

.company h3::before {
    content: "";
    display: inline;
    width: 5px;
    height: 44px;
    background-color: #4324d1;
    margin-right: -12px;
    position: absolute;
    border-radius: 12px;
    -webkit-border-radius: 12px;
    -moz-border-radius: 12px;
    -ms-border-radius: 12px;
    -o-border-radius: 12px;
    display: flex;
    align-items: center;
    justify-content: center;
}


.gallery {
    display: grid;
    grid-template-columns: repeat(12, 1fr);
    grid-template-rows: repeat(3, 180px);
    gap: 20px;
    margin-top: 40px;

}

.gallery img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    display: block;
    border-radius: 16px;
    -webkit-border-radius: 16px;
    -moz-border-radius: 16px;
    -ms-border-radius: 16px;
    -o-border-radius: 16px;
}


.gallery-item1 {

    grid-column: 1/4;
    grid-row: 1/2;
    transition: 0.3s ease;
    -webkit-transition: 0.3s ease;
    -moz-transition: 0.3s ease;
    -ms-transition: 0.3s ease;
    -o-transition: 0.3s ease;

}

.gallery-item1:hover {
    transform: scale(1) translateY(-5px);
    -webkit-transform: scale(1) translateY(-5px);
    -moz-transform: scale(1) translateY(-5px);
    -ms-transform: scale(1) translateY(-5px);
    -o-transform: scale(1) translateY(-5px);
}

.gallery-item2 {
    grid-column: 4/10;
    grid-row: 1/3;
    transition: 0.3s ease;
    -webkit-transition: 0.3s ease;
    -moz-transition: 0.3s ease;
    -ms-transition: 0.3s ease;
    -o-transition: 0.3s ease;
}

.gallery-item2:hover {
    transform: scale(1) translateY(-5px);
    -webkit-transform: scale(1) translateY(-5px);
    -moz-transform: scale(1) translateY(-5px);
    -ms-transform: scale(1) translateY(-5px);
    -o-transform: scale(1) translateY(-5px);
}

.gallery-item3 {
    grid-column: 10/13;
    grid-row: 1/3;
    transition: 0.3s ease;
    -webkit-transition: 0.3s ease;
    -moz-transition: 0.3s ease;
    -ms-transition: 0.3s ease;
    -o-transition: 0.3s ease;
}

.gallery-item3:hover {
    transform: scale(1) translateY(-5px);
    -webkit-transform: scale(1) translateY(-5px);
    -moz-transform: scale(1) translateY(-5px);
    -ms-transform: scale(1) translateY(-5px);
    -o-transform: scale(1) translateY(-5px);
}



.gallery-item4 {
    grid-column: 1/4;
    grid-row: 2/4;
    transition: 0.3s ease;
    -webkit-transition: 0.3s ease;
    -moz-transition: 0.3s ease;
    -ms-transition: 0.3s ease;
    -o-transition: 0.3s ease;
}

.gallery-item4:hover {
    transform: scale(1) translateY(-5px);
    -webkit-transform: scale(1) translateY(-5px);
    -moz-transform: scale(1) translateY(-5px);
    -ms-transform: scale(1) translateY(-5px);
    -o-transform: scale(1) translateY(-5px);
}


.gallery-item5 {
    grid-column: 4/6;
    grid-row: 3/4;
    transition: 0.3s ease;
    -webkit-transition: 0.3s ease;
    -moz-transition: 0.3s ease;
    -ms-transition: 0.3s ease;
    -o-transition: 0.3s ease;
}

.gallery-item5:hover {
    transform: scale(1) translateY(-5px);
    -webkit-transform: scale(1) translateY(-5px);
    -moz-transform: scale(1) translateY(-5px);
    -ms-transform: scale(1) translateY(-5px);
    -o-transform: scale(1) translateY(-5px);
}

.gallery-item6 {
    grid-column: 6/10;
    grid-row: 3/4;
    transition: 0.3s ease;
    -webkit-transition: 0.3s ease;
    -moz-transition: 0.3s ease;
    -ms-transition: 0.3s ease;
    -o-transition: 0.3s ease;
}


.gallery-item6:hover {
    transform: scale(1) translateY(-5px);
    -webkit-transform: scale(1) translateY(-5px);
    -moz-transform: scale(1) translateY(-5px);
    -ms-transform: scale(1) translateY(-5px);
    -o-transform: scale(1) translateY(-5px);
}

.gallery-item7 {
    grid-column: 10/13;
    grid-row: 3/4;
    transition: 0.3s ease;
    -webkit-transition: 0.3s ease;
    -moz-transition: 0.3s ease;
    -ms-transition: 0.3s ease;
    -o-transition: 0.3s ease;
}


.gallery-item7:hover {
    transform: scale(1) translateY(-5px);
    -webkit-transform: scale(1) translateY(-5px);
    -moz-transform: scale(1) translateY(-5px);
    -ms-transform: scale(1) translateY(-5px);
    -o-transform: scale(1) translateY(-5px);
}


@media(max-width:768px) {

    .gallery {
        display: flex;
        flex-direction: column;
    }

    .gallery>div {
        width: 100%;
        height: 250px;
    }

    .gallery img {
        height: 100%;
        border-radius: 12px;
        -webkit-border-radius: 12px;
        -moz-border-radius: 12px;
        -ms-border-radius: 12px;
        -o-border-radius: 12px;
    }

    .gallery-item1,
    .gallery-item2,
    .gallery-item3,
    .gallery-item4,
    .gallery-item5,
    .gallery-item6,
    .gallery-item7 {
        grid-row: auto !important;
        grid-column: auto !important;
    }

}


.gallery-wrapper ins {

    color: #3518b0;
    font-weight: bold;


}

.gallery-wrapper {
    margin-top: 8rem;
    margin-bottom: 5rem;
}


.svg-wrapper {
    width: 5rem;
    height: 5rem;

}

.feature-item {
    border-radius: 12px;
    -webkit-border-radius: 12px;
    -moz-border-radius: 12px;
    -ms-border-radius: 12px;
    -o-border-radius: 12px;
    transition: 0.3s ease;
    -webkit-transition: 0.3s ease;
    -moz-transition: 0.3s ease;
    -ms-transition: 0.3s ease;
    -o-transition: 0.3s ease;
}

.feature-row {
    display: flex;
    justify-content: space-between;
    align-items: center;



}

.feature-wrapper {
    margin-top: 8rem;
    margin-bottom: 5rem;
}

h3 {
    color: #050033;
}

.feature-wrapper ins {
    color: #3518b0;
    font-weight: bold;
}



p {
    color: #6C6891;
}

.gallery-wrapper h3::before {
    content: "";
    display: inline;
    width: 5px;
    height: 44px;
    background-color: #4324d1;
    margin-right: -12px;
    position: absolute;
    border-radius: 12px;
    -webkit-border-radius: 12px;
    -moz-border-radius: 12px;
    -ms-border-radius: 12px;
    -o-border-radius: 12px;
    display: flex;
    align-items: center;
    justify-content: center;
}

.feature-item:hover {
    transform: scale(1) translateY(-5px);
    -webkit-transform: scale(1) translateY(-5px);
    -moz-transform: scale(1) translateY(-5px);
    -ms-transform: scale(1) translateY(-5px);
    -o-transform: scale(1) translateY(-5px);
}

.feature-wrapper .row {
    padding: 0;
}

.feature-title::before {
    content: "";
    display: inline;
    width: 5px;
    height: 44px;
    background-color: #4324d1;
    margin-right: -12px;
    position: absolute;
    border-radius: 12px;
    -webkit-border-radius: 12px;
    -moz-border-radius: 12px;
    -ms-border-radius: 12px;
    -o-border-radius: 12px;
    display: flex;
    align-items: center;
    justify-content: center;
}

.right-tools {
    min-width: 62px;
    max-width: 62px;
    height: 62px;

    display: flex;
    align-items: center;
    justify-content: center;
}

.tools-card {
    border-radius: 12px;
    -webkit-border-radius: 12px;
    -moz-border-radius: 12px;
    -ms-border-radius: 12px;
    -o-border-radius: 12px;
    transition: 0.3s ease;
    -webkit-transition: 0.3s ease;
    -moz-transition: 0.3s ease;
    -ms-transition: 0.3s ease;
    -o-transition: 0.3s ease;
}

.tools-card:hover {
    transform: scale(1) translateY(-5px);
    -webkit-transform: scale(1) translateY(-5px);
    -moz-transform: scale(1) translateY(-5px);
    -ms-transform: scale(1) translateY(-5px);
    -o-transform: scale(1) translateY(-5px);
}

.tools-wrapper {
    margin-top: 8rem;
    margin-bottom: 5rem;
}

.tools-wrapper .row {
    padding: 0;
}

.tools-wrapper ins {
    color: #3518b0;
    font-weight: bold;
}

.accordion-wrapper {
    margin-top: 8rem;
    margin-bottom: 5rem;
}

.accordion-button:not(.collapsed) {
    background-color: #fff !important;
}

.accordion-button:not(.collapsed) {
    color: #212529;
}

.accordion-header .accordion-button {
    font-weight: bold;
}




.accordion-right {
    width: 50%;

}

.accordion-item {
    border-radius: 12px;
    -webkit-border-radius: 12px;
    -moz-border-radius: 12px;
    -ms-border-radius: 12px;
    -o-border-radius: 12px;
}


.accordion-item:first-of-type {
    border-radius: 12px;
    -webkit-border-radius: 12px;
    -moz-border-radius: 12px;
    -ms-border-radius: 12px;
    -o-border-radius: 12px;
}


.accordion-item:last-of-type {
    border-radius: 12px;
    -webkit-border-radius: 12px;
    -moz-border-radius: 12px;
    -ms-border-radius: 12px;
    -o-border-radius: 12px;
}

.accordion-item {
    background-color: #fff;
}


.accordion-button:focus {
    box-shadow: none;
}

.accordion-left {
    line-height: 50px;
}

.rating {
    list-style: none;
    padding: 0;
    margin: 0;
}

.customer-card {
    border-radius: 12px;
    -webkit-border-radius: 12px;
    -moz-border-radius: 12px;
    -ms-border-radius: 12px;
    -o-border-radius: 12px;
}

.carousel-indicators [data-bs-target] {
    margin-top: 20px;
    width: 10px;
    height: 10px;
    border-radius: 50%;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    -ms-border-radius: 50%;
    -o-border-radius: 50%;
}

.carousel-dark .carousel-indicators [data-bs-target] {
    background-color: #0d6efd;
}

ins {
    color: #3518b0;
    font-weight: bold;
    text-decoration: underline;
}

.carousel {
    padding-bottom: 6rem;
}

.carousel-wrapper {
    margin-top: 8rem;
    margin-bottom: 5rem;
    background-color: #050033;
    background-image: url(../image/home3-testimonial-bg.png), linear-gradient(-96deg, #fbd8ff 1.56%, #dedbfd 50.41%, #c5ccff 98.25%);
    ;

}

.price-item a {
    text-decoration: none;
    color: #6C6891;
}

.hr:not([size]) {
    height: 0.5px;
}

.price-card {
    border-radius: 12px;
    -webkit-border-radius: 12px;
    -moz-border-radius: 12px;
    -ms-border-radius: 12px;
    -o-border-radius: 12px;
}

.price-card-wrapper {
    margin-top: 8rem;
    margin-bottom: 5rem;
}

.price-card-top {
    line-height: 30px;
}


.yearly {


    animation: fade 1s;
    -webkit-animation: fade 1s;

}

.monthly {
    animation: fade 1s;
    -webkit-animation: fade 1s;
}

@keyframes fade {
    from {
        opacity: 0;
    }

    to {
        opacity: 1;
    }
}


.activee {
    text-decoration: none;
    font-size: 5px;
    padding: 5px;
    height: 20px;
    width: 30px;
    border-radius: 10px;
    -webkit-border-radius: 10px;
    color: #fff;
    background-color: #0d6efd;
    border-color: #0d6efd;
    cursor: pointer;
    transition: 0.3s ease;
    -webkit-transition: 0.3s ease;
    -moz-transition: 0.3s ease;
    -ms-transition: 0.3s ease;
    -o-transition: 0.3s ease;
}


.button-price-wrapper {
    width: 75px;
    background-color: #EAF0FF;
    padding: 4px;
    border-radius: 50rem;
    -webkit-border-radius: 50rem;
    -moz-border-radius: 50rem;
    -ms-border-radius: 50rem;
    -o-border-radius: 50rem;
}

.interactivee {
    text-decoration: none;
    font-size: 5px;
    padding: 5px;
    height: 20px;
    width: 30px;
    border-radius: 10px;
    -webkit-border-radius: 10px;
    background-color: #EAF0FF;
    cursor: pointer;
    transition: 0.3s ease;
    -webkit-transition: 0.3s ease;
    -moz-transition: 0.3s ease;
    -ms-transition: 0.3s ease;
    -o-transition: 0.3s ease;
    -moz-border-radius: 10px;
    -ms-border-radius: 10px;
    -o-border-radius: 10px;
}

.button-wrapper span {
    color: #050033;
}


.app-button .btn {
    font-size: 1rem;
}

.app-wrapper {
    margin-top: 8rem;
    margin-bottom: 5rem;
    border-color: #20079e;
    background-image: url(../image/home3-newsletter-bg.png), linear-gradient(-180deg, #0a0a0a 0, #0a0a0a 100%);
    background-repeat: no-repeat;
    background-size: cover;
    line-height: 35px;
}

.accordion-left h3::before {
    content: "";
    display: inline;
    width: 5px;
    height: 44px;
    background-color: #4324d1;
    margin-right: -12px;
    position: absolute;
    border-radius: 12px;
    -webkit-border-radius: 12px;
    -moz-border-radius: 12px;
    -ms-border-radius: 12px;
    -o-border-radius: 12px;
    display: flex;
    align-items: center;
    justify-content: center
}

.call-wrapper {
    margin-top: 5rem;
    margin-bottom: 5rem;
    background-color: #CFE7F8;
    border-radius: 12px;
    -webkit-border-radius: 12px;
    -moz-border-radius: 12px;
    -ms-border-radius: 12px;
    -o-border-radius: 12px;
}

.call-left form {
    padding: 6rem 2.5rem;
    border-radius: 12px;
    -webkit-border-radius: 12px;
    -moz-border-radius: 12px;
    -ms-border-radius: 12px;
    -o-border-radius: 12px;
}

.call-left .btn-light {
    background-color: #fff;
    font-size: 0.8rem;
}

.call-right {
    line-height: 30px;
}

footer {
    margin-top: 5rem;

}


footer .nav-link {
    padding: 0.4rem 0rem;
    color: #6C6891;
    transition: 0.3s ease;
    -webkit-transition: 0.3s ease;
    -moz-transition: 0.3s ease;
    -ms-transition: 0.3s ease;
    -o-transition: 0.3s ease;
}

footer .nav-link:focus,
.nav-link:hover {
    color: #212529;
    transform: scale(1) translateY(-5px);
    -webkit-transform: scale(1) translateY(-5px);
    -moz-transform: scale(1) translateY(-5px);
    -ms-transform: scale(1) translateY(-5px);
    -o-transform: scale(1) translateY(-5px);
}

footer .container {
    background-color: #CFE7F8;
    border-top-left-radius: 12px;
    border-top-right-radius: 12px;
    padding: 5rem 2rem 0rem 2rem;

}

.input-wrapper {
    border-radius: 0.25rem;
    -webkit-border-radius: 0.25rem;
    -moz-border-radius: 0.25rem;
    -ms-border-radius: 0.25rem;
    -o-border-radius: 0.25rem;

}

footer .form-control:focus,
footer .btn:focus {
    box-shadow: none;
}

.bi-arrow-left-square::before {
    background-color: #0d6efd;
    color: #f8f9fa;
    font-size: 2rem;
    border-radius: 9px;
    -webkit-border-radius: 9px;
    -moz-border-radius: 9px;
    -ms-border-radius: 9px;
    -o-border-radius: 9px;
}

.copy-right {
    font-size: 12px;
}

.why-us {
    margin-top: 8rem;
    margin-bottom: 5rem;
}



.why-right h3::before {
    content: "";
    display: inline;
    width: 5px;
    height: 44px;
    background-color: #4324d1;
    margin-right: -12px;
    position: absolute;
    border-radius: 12px;
    -webkit-border-radius: 12px;
    -moz-border-radius: 12px;
    -ms-border-radius: 12px;
    -o-border-radius: 12px;
    display: flex;
    align-items: center;
    justify-content: center;

}

.why-info p {
    margin-bottom: 0 !important;
}

.info-wrapper {
    background-color: #B3F7FE;
    border-radius: 12px;
    -webkit-border-radius: 12px;
    -moz-border-radius: 12px;
    -ms-border-radius: 12px;
    -o-border-radius: 12px;
}

.team-right h3::before {
    content: "";
    display: inline;
    width: 5px;
    height: 44px;
    background-color: #4324d1;
    margin-right: -12px;
    position: absolute;
    border-radius: 12px;
    -webkit-border-radius: 12px;
    -moz-border-radius: 12px;
    -ms-border-radius: 12px;
    -o-border-radius: 12px;
    display: flex;
    align-items: center;
    justify-content: center;

}

.team-member {
    margin-top: 8rem;
    margin-bottom: 5rem;
}

.member-card-1 {
    background-image: url(../image/member/home4-teams-img1.png) !important;
    background-size: cover;
    background-repeat: no-repeat;
    width: 200px;
    height: 200px;
    border-radius: 12px;
    -webkit-border-radius: 12px;
    -moz-border-radius: 12px;
    -ms-border-radius: 12px;
    -o-border-radius: 12px;
    background-position: center;
}

.member-card-2 {
    background-image: url(../image/member/home4-teams-img2.png) !important;
    background-size: cover;
    background-repeat: no-repeat;
    width: 200px;
    height: 200px;
    border-radius: 12px;
    background-position: center;
    -webkit-border-radius: 12px;
    -moz-border-radius: 12px;
    -ms-border-radius: 12px;
    -o-border-radius: 12px;
}

.member-card-3 {
    background-image: url(../image/member/home4-teams-img3.png) !important;
    background-size: cover;
    background-repeat: no-repeat;
    width: 200px;
    height: 200px;
    border-radius: 12px;
    background-position: center;
}

.member-card-4 {
    background-image: url(../image/member/home4-teams-img4.png) !important;
    background-size: cover;
    background-repeat: no-repeat;
    width: 200px;
    height: 200px;
    border-radius: 12px;
    background-position: center;
}

.member-info {
    background-color: #FFFFFF1A;
    backdrop-filter: blur(6px);
    border-radius: 12px;
    -webkit-border-radius: 12px;
    -moz-border-radius: 12px;
    -ms-border-radius: 12px;
    -o-border-radius: 12px;
    margin-bottom: 1rem;

}






.member-info-text p {
    color: white !important;
    font-size: 12px !important;
    margin-bottom: 0 !important;
}

.story h3 {
    margin-bottom: 1rem;
}

.story h3::before {
    content: "";
    display: inline;
    width: 5px;
    height: 44px;
    background-color: #4324d1;
    margin-right: -12px;
    position: absolute;
    border-radius: 12px;
    -webkit-border-radius: 12px;
    -moz-border-radius: 12px;
    -ms-border-radius: 12px;
    -o-border-radius: 12px;
    display: flex;
    align-items: center;
    justify-content: center;
}

.story {
    margin-top: 8rem;
    margin-bottom: 5rem;
}

.social-media {
    border-radius: 12px;
    -webkit-border-radius: 12px;
    -moz-border-radius: 12px;
    -ms-border-radius: 12px;
    -o-border-radius: 12px;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
}

.social-item {
    width: 30px;
    height: 30px;
    transition: 0.3s ease;
    -webkit-transition: 0.3s ease;
    -moz-transition: 0.3s ease;
    -ms-transition: 0.3s ease;
    -o-transition: 0.3s ease;
}

.social-icon {
    color: #0d6efd !important;


}

.social-item:hover {
    transform: scale(1) translateY(-5px);
    -webkit-transform: scale(1) translateY(-5px);
    -moz-transform: scale(1) translateY(-5px);
    -ms-transform: scale(1) translateY(-5px);
    -o-transform: scale(1) translateY(-5px);
}

.social-media {
    line-height: 30px;
}

.motedavel-wrapper {

    margin-bottom: 5rem;
}

.login {
    width: 450px;
    border-radius: 12px;
    -webkit-border-radius: 12px;
    -moz-border-radius: 12px;
    -ms-border-radius: 12px;
    -o-border-radius: 12px;
}

.active-tab-log {
    display: flex;
    justify-content: center;
    align-items: center;
}

.yearly a,
.monthly a {
    text-decoration: none;
}


.button-price-wrapper-log {
    width: 350px;
    background-color: #EAF0FF;
    padding: 5px;
    border-radius: 50rem;
    -webkit-border-radius: 50rem;
    -moz-border-radius: 50rem;
    -ms-border-radius: 50rem;
    -o-border-radius: 50rem;

}


.activee-log {
    text-decoration: none;
    font-size: 1rem;

    height: 30px;
    width: 50%;
    border-radius: 50rem;
    -webkit-border-radius: 50rem;
    color: #fff;
    background-color: #0d6efd;
    border-color: #0d6efd;
    cursor: pointer;
    transition: 0.3s ease;
    -webkit-transition: 0.3s ease;
    -moz-transition: 0.3s ease;
    -ms-transition: 0.3s ease;
    -o-transition: 0.3s ease;
    -moz-border-radius: 50rem;
    -ms-border-radius: 50rem;
    -o-border-radius: 50rem;
    text-align: center;
}

.interactivee-log {
    text-decoration: none;
    font-size: 1rem;

    height: 30px;
    width: 50%;
    border-radius: 50rem;
    -webkit-border-radius: 50rem;
    color: #0d6efd;
    background-color: #EAF0FF;
    border-color: #0d6efd;
    cursor: pointer;
    transition: 0.3s ease;
    -webkit-transition: 0.3s ease;
    -moz-transition: 0.3s ease;
    -ms-transition: 0.3s ease;
    -o-transition: 0.3s ease;
    -moz-border-radius: 50rem;
    -ms-border-radius: 50rem;
    -o-border-radius: 50rem;
    text-align: center;
}

.body-login {
    display: flex;
    align-items: center;
    justify-content: center;
    
}

.log-card-wrapper {
    margin-bottom: 1rem;
}

.menu-item-block {
    display: flex !important;
    align-items: center !important;
    justify-content: center !important;
    border-bottom: none !important;
    position: absolute;
    bottom: 0;
    left: 25%;
    right: 25%;
}

.services-wrapper {
    margin-top: 10rem;
    margin-bottom: 5rem;
}

.services-item a {
    text-decoration: none !important;
    color: #6C6891 !important;
}

.services-logo-icon {
    font-size: 2.5rem !important;
    color: #fff !important;
    line-height: 5px !important;
}

.services-card {
    border-radius: 12px !important;
    height: 100% !important;


}

.why-services-wrapper {
    border-radius: 12px;
    
}

.why-services {
    margin-top: 8rem;
    margin-bottom: 5rem;
}

.services-logo {
    width: 80px;
    height: 80px;
}

.services .col-lg-4 {
    width: 25% !important;
}

.last-blog {
    margin-top: 10rem;
    margin-bottom: 5rem;
}

.card-blog-1 {
    background-image: url(../image/blog/blog-2.webp) !important;
    background-size: cover;
    background-repeat: no-repeat;
    min-height: 240px;
    border-radius: 12px;
    -webkit-border-radius: 12px;
    -moz-border-radius: 12px;
    -ms-border-radius: 12px;
    -o-border-radius: 12px;
    background-position: center;
    width: 100%;
    opacity: 85%;
    transition: 0.3s ease;
    -webkit-transition: 0.3s ease;
    -moz-transition: 0.3s ease;
    -ms-transition: 0.3s ease;
    -o-transition: 0.3s ease;
}

.card-blog-3 {
    background-image: url(../image/blog/blog-1.webp) !important;
    background-size: cover;
    background-repeat: no-repeat;
    min-height: 240px;
    border-radius: 12px;
    -webkit-border-radius: 12px;
    -moz-border-radius: 12px;
    -ms-border-radius: 12px;
    -o-border-radius: 12px;
    background-position: center;
    width: 100%;
    opacity: 85%;
    transition: 0.3s ease;
    -webkit-transition: 0.3s ease;
    -moz-transition: 0.3s ease;
    -ms-transition: 0.3s ease;
    -o-transition: 0.3s ease;
}

.card-blog-4 {
    background-image: url(../image/blog/blog-3.webp) !important;
    background-size: cover;
    background-repeat: no-repeat;
    min-height: 240px;
    border-radius: 12px;
    -webkit-border-radius: 12px;
    -moz-border-radius: 12px;
    -ms-border-radius: 12px;
    -o-border-radius: 12px;
    background-position: center;
    width: 100%;
    opacity: 85%;
    transition: 0.3s ease;
    -webkit-transition: 0.3s ease;
    -moz-transition: 0.3s ease;
    -ms-transition: 0.3s ease;
    -o-transition: 0.3s ease;
}

.card-blog-5 {
    background-image: url(../image/blog/blog-5.webp) !important;
    background-size: cover;
    background-repeat: no-repeat;
    min-height: 240px;
    border-radius: 12px;
    -webkit-border-radius: 12px;
    -moz-border-radius: 12px;
    -ms-border-radius: 12px;
    -o-border-radius: 12px;
    background-position: center;
    width: 100%;
    opacity: 85%;
    transition: 0.3s ease;
    -webkit-transition: 0.3s ease;
    -moz-transition: 0.3s ease;
    -ms-transition: 0.3s ease;
    -o-transition: 0.3s ease;
}

.card-blog-6 {
    background-image: url(../image/blog/blog-6.webp) !important;
    background-size: cover;
    background-repeat: no-repeat;
    min-height: 240px;
    border-radius: 12px;
    -webkit-border-radius: 12px;
    -moz-border-radius: 12px;
    -ms-border-radius: 12px;
    -o-border-radius: 12px;
    background-position: center;
    width: 100%;
    opacity: 85%;
    transition: 0.3s ease;
    -webkit-transition: 0.3s ease;
    -moz-transition: 0.3s ease;
    -ms-transition: 0.3s ease;
    -o-transition: 0.3s ease;
}

.card-blog-1:hover,
.card-blog-2:hover,
.card-blog-3:hover,
.card-blog-4:hover,
.card-blog-5:hover,
.card-blog-6:hover {
    transform: scale(1) translateY(-5px);
    -webkit-transform: scale(1) translateY(-5px);
    -moz-transform: scale(1) translateY(-5px);
    -ms-transform: scale(1) translateY(-5px);
    -o-transform: scale(1) translateY(-5px);
    box-shadow: 0 0.5rem 1rem rgba(0, 0, 0, 0.15);
    opacity: 100%;
    cursor: pointer;

}

.card-info {
    background-color: #0d6dfd2f;
    backdrop-filter: blur(6px);
    border-radius: 12px;
    -webkit-border-radius: 12px;
    -moz-border-radius: 12px;
    -ms-border-radius: 12px;
    -o-border-radius: 12px;
    margin-bottom: 1rem;

}

.card-blog-2 {
    background-image: url(../image/blog/blog-4.webp) !important;
    background-size: cover;
    background-repeat: no-repeat;
    min-height: 500px;
    border-radius: 12px;
    -webkit-border-radius: 12px;
    -moz-border-radius: 12px;
    -ms-border-radius: 12px;
    -o-border-radius: 12px;
    background-position: center;
    width: 100%;
    opacity: 85%;
    transition: 0.3s ease;
    -webkit-transition: 0.3s ease;
    -moz-transition: 0.3s ease;
    -ms-transition: 0.3s ease;
    -o-transition: 0.3s ease;
}


.card-blog-2:hover {
    transform: scale(1) translateY(-5px);
    -webkit-transform: scale(1) translateY(-5px);
    -moz-transform: scale(1) translateY(-5px);
    -ms-transform: scale(1) translateY(-5px);
    -o-transform: scale(1) translateY(-5px);
    box-shadow: 0 0.5rem 1rem rgba(0, 0, 0, 0.15);

}






.card-info-text p {
    color: white !important;
    font-size: 10px !important;
    margin-bottom: 0 !important;
}

.card-info-title {
    font-size: 12px !important;
}

.last-blog {
    min-height: 500px;

}

.last-blog-right {
    width: 20%;
}

.last-blog-left {
    width: 80%;
}

.card-blog-wrapper-top,
.card-blog-wrapper-bottom {
    width: 100%;
}

.cat-right {
    width: 20%;
}

.cat-left {
    width: 80%;
}

.cat-blog {
    margin-top: 5rem;
    margin-bottom: 5rem;
}

.cat-title::before {
    content: "";
    display: inline;
    width: 5px;
    height: 44px;
    background-color: #4324d1;
    margin-right: -12px;
    position: absolute;
    border-radius: 12px;
    -webkit-border-radius: 12px;
    -moz-border-radius: 12px;
    -ms-border-radius: 12px;
    -o-border-radius: 12px;
    display: flex;
    align-items: center;
    justify-content: center;

}

.cat-box {
    width: 100%;
    border-radius: 12px;
    -webkit-border-radius: 12px;
    -moz-border-radius: 12px;
    -ms-border-radius: 12px;
    -o-border-radius: 12px;
}

.cat-box a {
    text-decoration: none;
    color: black;
}

.cat-icon {

    font-size: 1.5rem !important;
    color: white;
}

.cat-box-left {
    width: 40px;
    height: 40px;
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 1.5rem;
    border-radius: 12px;
    -webkit-border-radius: 12px;
    -moz-border-radius: 12px;
    -ms-border-radius: 12px;
    -o-border-radius: 12px;
}

.text-cat {
    font-size: 10px;
}


.popular-right {
    width: 30%;
}

.popular-right img {
    height: 125px;
    border-radius: 12px;
    -webkit-border-radius: 12px;
    -moz-border-radius: 12px;
    -ms-border-radius: 12px;
    -o-border-radius: 12px;
    max-width: 120%;
    background-position: center;
    object-fit: cover;
    position: relative;
    right: -40px;

}


.popular-card {
    border-radius: 12px;
    -webkit-border-radius: 12px;
    -moz-border-radius: 12px;
    -ms-border-radius: 12px;
    -o-border-radius: 12px;
    transition: 0.3s ease;
    -webkit-transition: 0.3s ease;
    -moz-transition: 0.3s ease;
    -ms-transition: 0.3s ease;
    -o-transition: 0.3s ease;
}

.popular-card:hover {
    transform: translateX(-10px);
    -webkit-transform: translateX(-10px);
    -moz-transform: translateX(-10px);
    -ms-transform: translateX(-10px);
    -o-transform: translateX(-10px);
}

.popular-left {
    width: 70%;
}


.popular-title {
    font-size: 14px;
    width: 150%;
}

.popular-text {
    font-size: 12px;
    width: 150%;


}

.popular-body {
    overflow: hidden;
}



.card-popular-text-time,
.card-popular-text-camment {
    font-size: 9px;
    color: #0a0a0a;
    margin-bottom: 0 !important;
}

.popular-bottom-left a {
    font-size: 12px;
    text-decoration: none;
    font-weight: bold;
}

.popular-blog {
    margin-top: 8rem;
    margin-bottom: 5rem;
}

.popular-wrapper .col-xxl-4 {
    width: 33% !important;
}

.recent-content-right {
    width: 22%;
}

.btn-search {
    background-color: #F6F5FF !important;
    color: #3518B0;
    transition: 0.3s ease;
    -webkit-transition: 0.3s ease;
    -moz-transition: 0.3s ease;
    -ms-transition: 0.3s ease;
    -o-transition: 0.3s ease;
    font-size: 12px;
    padding: 9px;
    border-radius: 10px;
    -webkit-border-radius: 10px;

}

.btn-search:hover {
    background-color: #D1CEFF !important;
}

.search-blog {
    border-radius: 12px;
    -webkit-border-radius: 12px;
    -moz-border-radius: 12px;
    -ms-border-radius: 12px;
    -o-border-radius: 12px;
}

.search-form .form-control {
    font-size: 12px !important;
    color: #6C6891 !important;
    background-color: #F6F5FF !important;
}

.search-form .form-control:focus {
    box-shadow: none !important;
    border-color: transparent !important;
    border: var(--bs-border-width) solid var(--bs-border-color) !important;

}

.news-btn {
    border-radius: 12px;
    -webkit-border-radius: 12px;
    -moz-border-radius: 12px;
    -ms-border-radius: 12px;
    -o-border-radius: 12px;
}

.news-btn .form-control:focus {
    box-shadow: none !important;
    border-color: transparent !important;
    border: none;
}

.news-btn .form-control {
    background-color: transparent !important;
    direction: rtl !important;
    border: none !important;
    font-size: 12px !important;
    width: 120% !important;
}

.news-text {
    font-size: 12px !important;
}

.news {
    border-radius: 12px;
    -webkit-border-radius: 12px;
    -moz-border-radius: 12px;
    -ms-border-radius: 12px;
    -o-border-radius: 12px;
}

.popular-search-title {
    font-size: 13px !important;
    color: #050033 !important;
    margin-bottom: .5rem !important;
    margin-top: .5rem !important;
}

h1,
h2,
h3,
h4,
h5,
h6 {
    color: #050033 !important;
}

.recent-content-left {
    width: 78%;
}

.recent-img img {
    max-width: 100%;
    max-height: 100%;
    object-fit: cover;
    object-position: center;
    border-radius: 12px;
    -webkit-border-radius: 12px;
    -moz-border-radius: 12px;
    -ms-border-radius: 12px;
    -o-border-radius: 12px;
}

.recent-card {
    border-radius: 12px;
    -webkit-border-radius: 12px;
    -moz-border-radius: 12px;
    -ms-border-radius: 12px;
    -o-border-radius: 12px;
}

.recent-title h6 {
    font-size: 14px !important;
}

.recent-text {
    overflow: hidden;

}

.recent-text p {
    font-size: 12px !important;
    width: 150%;

}

.recent-title h6 {
    width: 150%;
}

.recent-title {
    overflow: hidden;
}

.recent-card-wrapper .col-xxl-4 {
    width: 33% !important;
}

.recent-title-top::before {
    content: "";
    display: inline;
    width: 5px;
    height: 44px;
    background-color: #4324d1;
    margin-right: -12px;
    position: absolute;
    border-radius: 12px;
    -webkit-border-radius: 12px;
    -moz-border-radius: 12px;
    -ms-border-radius: 12px;
    -o-border-radius: 12px;
    display: flex;
    align-items: center;
    justify-content: center;
}

.recent-content {
    margin-top: 8rem;
    margin-bottom: 5rem;
}

@media (min-width: 576px) {

    .header-bottom {
        flex-direction: column-reverse;
    }

    .bottom-left {
        width: 100% !important;
    }

    .bottom-right {
        width: 100% !important;
    }

    .header-top .menu-item {
        border-bottom: 1px solid #6C6891;
        padding-bottom: 1.5rem;
    }

    .header-top .menu {
        position: fixed;
        right: -100%;
        top: 0;
        bottom: 0;
        height: 100vh;
        margin-top: 0 !important;
        width: 45%;
        flex-direction: column;
        padding: 2rem 1rem 16px;
        transition: all 0.3s;
        background-color: #F7F9FE;
        box-shadow: 0 .125rem .25rem rgba(0, 0, 0, .075) !important;
    }

    .header-top {
        border-radius: 0;
        -webkit-border-radius: 0;
        -moz-border-radius: 0;
        -ms-border-radius: 0;
        -o-border-radius: 0;
        top: 0;
    }

    #login {
        display: none;
    }

    .menu-open-button {
        display: block !important;
        background-color: transparent !important;
        font-size: 2rem !important;
    }

    .app {
        flex-direction: column-reverse !important;
    }

    .app .w-50 {
        width: 100% !important;
    }

    .app-left {
        display: flex;
        justify-content: center;
        align-items: center;
    }

    .call-wrapper {
        flex-direction: column-reverse !important;


    }

    .justify-content-end {
        justify-content: center !important;
    }

    .call-wrapper .w-50 {
        width: 100% !important;
    }

    .accordion-right {
        width: 100% !important;
    }

    .call-left .w-75 {

        width: 100% !important;
    }


    .why-right {
        width: 100%;
    }

    .why-left {
        width: 100%;
    }

    .team-right {
        width: 100%;
    }

    .team-left {
        width: 100%;
    }

    .member-wrapper {
        flex-wrap: wrap;

    }

    .member-card-1,
    .member-card-2,
    .member-card-3,
    .member-card-4 {
        width: 250px !important;
        height: 250px !important;
    }

    .motedavel .w-50 {
        width: 100% !important;
    }

    .services .col-lg-4 {
        width: 100% !important;
    }

    .why-services-wrapper {
        flex-wrap: wrap !important;
    }

    .why-card {
        width: 100% !important;
    }

    .last-blog {
        flex-direction: column;
    }

    .card-blog-wrapper-top {
        flex-direction: column;
    }

    .card-blog-wrapper-bottom {
        flex-direction: column;
    }

    .card-blog-2 {
        min-height: 240px !important;
    }

    .last-blog-right {
        width: 100%;
    }

    .last-blog-left {
        width: 100%;
    }

    .cat-left,
    .cat-right {
        width: 100%;
        text-align: center;
    }

    .cat-title::before {
        display: none;
    }

    .popular-wrapper .col-xxl-4 {
        width: 100% !important;
    }

    .popular-right img {
        height: 125px;
        border-radius: 12px;
        -webkit-border-radius: 12px;
        -moz-border-radius: 12px;
        -ms-border-radius: 12px;
        -o-border-radius: 12px;
        max-width: 120%;
        background-position: center;
        object-fit: cover;
        position: relative;
        right: -40px;

    }

    .recent-content-left,
    .recent-content-right {
        width: 100% !important;
    }
    .recent-card-wrapper .col-xl-4 {
        width: 49.6% !important;
    }

}

@media (min-width: 768px) {
    .col-md-6 {
        flex: 0 0 auto;
        width: 48.3% !important;
    }

    .col-md-4 {
        flex: 0 0 auto;
        width: 48.2%;
    }

    .member-wrapper {
        flex-wrap: nowrap;

    }

    .member-card-1,
    .member-card-2,
    .member-card-3,
    .member-card-4 {
        width: 200px !important;
        height: 200px !important;
    }

    .services .col-lg-4 {
        width: 50% !important;
    }

    .why-services-wrapper {
        flex-wrap: wrap !important;
    }

    .why-card {
        width: 48% !important;
    }

    .last-blog {
        flex-direction: column;
    }

    .card-blog-2 {
        min-height: 240px !important;
    }

    .last-blog-right {
        width: 100%;
    }

    .last-blog-left {
        width: 100%;
    }

    .card-blog-wrapper-top {
        flex-direction: row !important;
    }

    .card-blog-wrapper-bottom {
        flex-direction: row !important;
    }

    .cat-left .col-md-6 {
        width: 50% !important;
    }

    .cat-left,
    .cat-right {
        width: 100%;
        text-align: center;
    }

    .cat-title::before {
        display: none;
    }

    




}

@media (min-width: 992px) {
    .col-lg-4 {
        flex: 0 0 auto;
        width: 31.6%;
    }

    .col-lg-6 {
        flex: 0 0 auto;
        width: 48.7% !important;
    }

    .header-top .menu-item {
        border-bottom: none !important;
        padding-bottom: 0 !important;
    }

    .header-top .menu {
        position: relative !important;
        right: 0 !important;
        top: 0 !important;

        bottom: 0;
        height: auto !important;
        margin-top: 0 !important;
        width: auto !important;
        flex-direction: row !important;
        padding: 0 !important;
        margin-top: 1rem !important;
        transition: all 0.3s;
        background-color: transparent !important;
        box-shadow: none !important;
    }

    #login {
        display: block;
    }

    .header-top {
        top: 20px !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;
    }

    .header-bottom {
        flex-direction: row;

    }

    .menu-open-button {
        display: none !important;
    }

    .price-card .w-25 {
        width: 50% !important;
    }

    .app {
        flex-direction: row !important;
    }

    .call-wrapper {
        flex-direction: row !important;
    }

    .justify-content-end {
        justify-content: flex-end !important;
    }

    .accordion-right {
        width: 50% !important;
    }

    .why-right {
        width: 40%;
    }

    .why-left {
        width: 60%;
    }

    .team-right {
        width: 30%;
    }

    .team-left {
        width: 70%;
    }

    .motedavel .w-50 {
        width: 100% !important;
    }

    .services .col-lg-4 {
        width: 25% !important;
    }

    .why-services-wrapper {
        flex-wrap: nowrap !important;
    }

    .why-card {
        width: auto !important;

    }

    .last-blog {
        flex-direction: row !important;
    }

    .card-blog-2 {
        min-height: 500px !important;
    }

    .last-blog-right {
        width: 20% !important;
    }

    .last-blog-left {
        width: 80% !important;
    }

    .cat-title::before {
        display: inline;

    }

    .cat-right {
        width: 20%;
        text-align: right;
    }

    .cat-left {
        width: 80%;
    }

    .popular-wrapper .col-xxl-4 {
        width: 49.7% !important;
    }

    .recent-card-wrapper .col-xl-4 {
        width: 49.7% !important;
    }

    .recent-content-left{
        width: 78% !important;
    }
    .recent-content-right{
        width: 22% !important;
    }


}





@media (min-width: 1200px) {
    .col-xxl-4 {
        flex: 0 0 auto;
        width: 31.9% !important;
    }

    .col-xl-6 {
        flex: 0 0 auto;
        width: 48.9%;
    }

    .price-card .w-25 {
        width: 50% !important;
    }

    .call-left .w-75 {

        width: 75% !important;


    }

    .cat-left .col-md-6 {
        width: 25% !important;
    }

    .popular-wrapper .col-xxl-4 {
        width: 33% !important;
    }

    .recent-card-wrapper .col-xl-4 {
        width: 33% !important;
    }
}

@media (min-width: 1400px) {

    .price-card .w-25 {
        width: 25% !important;
    }

    .col-xxl-6 {
        flex: 0 0 auto;
        width: 49% !important;
    }

}

@media (max-width: 576px) {
    .header-bottom {
        flex-direction: column-reverse;
    }

    .bottom-left {
        width: 100% !important;
    }

    .bottom-right {
        width: 100% !important;
    }

    .header-top .menu-item {
        border-bottom: 1px solid #6C6891;
        padding-bottom: 1.5rem;
    }

    .header-top .menu {
        position: fixed;
        right: -100%;
        top: 0;
        bottom: 0;
        height: 100vh;
        margin-top: 0 !important;
        width: 45%;
        flex-direction: column;
        padding: 2rem 1rem 16px;
        transition: all 0.3s;
        background-color: #F7F9FE;
        box-shadow: 0 .125rem .25rem rgba(0, 0, 0, .075) !important;
        -webkit-transition: all 0.3s;
        -moz-transition: all 0.3s;
        -ms-transition: all 0.3s;
        -o-transition: all 0.3s;
}

    .header-top {
        border-radius: 0;
        -webkit-border-radius: 0;
        -moz-border-radius: 0;
        -ms-border-radius: 0;
        -o-border-radius: 0;
        top: 0;
    }

    #login {
        display: none;
    }

    .menu-open-button {
        display: block !important;
        background-color: transparent !important;
        font-size: 2rem !important;
    }

    .app {
        flex-direction: column-reverse !important;
    }

    .app .w-50 {
        width: 100% !important;
    }

    .app-left {
        display: flex;
        justify-content: center;
        align-items: center;
    }

    .call-wrapper {
        flex-direction: column-reverse !important;


    }

    .justify-content-end {
        justify-content: center !important;
    }

    .call-wrapper .w-50 {
        width: 100% !important;
    }

    .accordion-right {
        width: 100% !important;
    }

    .call-left .w-75 {

        width: 100% !important;
    }


    .why-right {
        width: 100%;
    }

    .why-left {
        width: 100%;
    }

    .team-right {
        width: 100%;
    }

    .team-left {
        width: 100%;
    }

    .member-wrapper {
        flex-wrap: wrap;

    }

    .member-card-1,
    .member-card-2,
    .member-card-3,
    .member-card-4 {
        width: 250px !important;
        height: 250px !important;
    }

    .motedavel .w-50 {
        width: 100% !important;
    }

    .services .col-lg-4 {
        width: 100% !important;
    }

    .why-services-wrapper {
        flex-wrap: wrap !important;
    }

    .why-card {
        width: 100% !important;
    }

    .last-blog {
        flex-direction: column;
    }

    .card-blog-wrapper-top {
        flex-direction: column;
    }

    .card-blog-wrapper-bottom {
        flex-direction: column;
    }

    .card-blog-2 {
        min-height: 240px !important;
    }

    .last-blog-right {
        width: 100%;
    }

    .last-blog-left {
        width: 100%;
    }

    .cat-left,
    .cat-right {
        width: 100%;
        text-align: center;
    }

    .cat-title::before {
        display: none;
    }

    .popular-wrapper .col-xxl-4 {
        width: 100% !important;
    }

    .popular-right img {
        right: 0;
        max-width: 100%;
    }
    
    .recent-content-left,
    .recent-content-right {
        width: 100% !important;
    }
    
    .recent-card-wrapper .col-xl-4 {
        width:100% !important;
    }



}