@font-face {
    font-family: 'iransans';
    src: url('../iransans.ttf') format('truetype');
}

@font-face {
    font-family: 'fa-solid-900';
    src: url('../fontawesome/webfonts/fa-solid-900.woff2') format('woff2');
}

.align-item-center {
    align-items: center !important;
}

.flex-column {
    flex-direction: column !important;
}

:root {
    --main-color: #1e3a59;
    --dark-color: #162a41;
    --light-color: #16457a;
    /* --color-3: #a8a8a8;
    --color-4: #ff9e592c; */
}

a {
    text-decoration: none;
}

.w-fit {
    width: fit-content;
}

body {
    font-family: iransans;
    /* background-color: #f7f9fd; */
}

/* nav */
nav.navbar {
    margin-left: 0 !important;
    padding-left: 0 !important;
}

/* .btn-bars {
    color: var(--main-color);
    font-size: 26px;
    border: none !important;
} */

.navbar-brand {
    margin: auto;
}

    .navbar-brand img {
        height: 80px;
    }

@media (max-width: 992px) {
    .navbar-brand img {
        height: 50px;
    }
}

.bg-light-lg-dark-sm {
    background-color: white;
}

@media (max-width: 768px) {
    .bg-light-lg-dark-sm {
        background-color: var(--main-color);
    }
}

.nav-bottom {
    border-radius: 16px 16px 0px 0px;
    height: 1rem;
    z-index: 10;
    position: relative;
    background-color: rgb(255 255 255);
    margin-top: -12px;
}

.nav-bottom2 {
    border-radius: 16px 16px 0px 0px;
    height: 1rem;
    z-index: 10;
    transform: rotate(180deg);
    position: relative;
    background-color: rgb(255, 255, 255);
    margin-bottom: -32px;
    z-index: 1000;
}

.nav-register-btn {
    padding: 14px 12px;
    color: white;
    font-weight: bold;
    font-size: 12px;
    border-radius: 12px;
    background-color: var(--main-color);
    border: 1px solid var(--main-color);
    transition: all 0.2s ease-in-out;
    /* height: 7.5rem; */
}

    .nav-register-btn:hover {
        background-color: transparent;
    }

@media (max-width: 768px) {
    .nav-register-btn {
        background-color: #264567;
    }
}

.nav-register-btn .link {
    color: white;
    transition: all 0.2s ease-in-out;
}

.nav-register-btn:hover .link {
    color: var(--main-color) !important;
}

.nav-map-btn {
    width: 2.75rem;
    height: 2.75rem;
    /* padding: 12px 12px; */
    display: flex;
    align-items: center;
    justify-content: center;
    color: var(--main-color);
    font-weight: bold;
    font-size: 17px;
    border-radius: 12px;
    background-color: white;
    box-shadow: 0px 1px 5px 0px #00000038;
    /* height: 7.5rem; */
}

.nav-home-btn {
    width: 2.75rem;
    height: 2.75rem;
    /* padding: 12px 12px; */
    display: flex;
    align-items: center;
    justify-content: center;
    color: var(--main-color);
    font-weight: bold;
    font-size: 24px;
    border-radius: 12px;
    background-color: white;
    box-shadow: 0px 1px 5px 0px #00000038;
    /* height: 7.5rem; */
}

.search-box {
    display: flex;
    align-items: center;
    background: #fff;
    border: 1px solid #e6e6e6;
    border-radius: 10px;
    overflow: hidden;
    width: 500px;
    box-shadow: 0 2px 8px rgba(0, 0, 0, 0.1);
    /* box-shadow: 0px 1px 5px rgb(0 0 0 / 7%); */
}

.search-box2 {
    border: none;
    width: 100% !important;
}

.search-box select {
    border: none;
    padding: 12px;
    background: #eee;
    font-size: 14px;
    outline: none;
    width: 100px;
}

.search-box2 select {
    border: none;
    /* padding: 12px; */
    background: #eee;
    font-size: 14px;
    outline: none;
    height: 50px;
}

.search-box input {
    border: none;
    padding: 12px;
    flex: 1;
    font-size: 14px;
    outline: none;
}

.search-box .icon {
    background: white;
    color: var(--main-color);
    padding: 12px 16px;
    cursor: pointer;
    transition: all 0.3s ease-in-out;
}

    .search-box .icon:hover {
        color: var(--dark-color);
        box-shadow: 0 2px 8px rgba(0, 0, 0, 0.1);
    }

/* menu */


@media (min-width: 768px) {
    .navbar-style {
        box-shadow: 0px 7px 23px -15px #7A7A7A;
    }
}

/*  menu-md*/
.md-menu-back {
    /* background-color: rgb(246, 246, 246); */
    background-color: var(--main-color);
}

.md-menu {
    /* margin-top: 13px; */
    display: flex;
    flex-direction: row;
    gap: 2rem;
    justify-content: center;
    /* justify-content: center; */
    align-items: center;
    direction: rtl;
    flex-wrap: nowrap;
}

.md-menu-item {
    position: relative;
    display: flex;
    align-items: center;
    gap: 0.5rem;
    color: #dcdcdc;
    font-size: 0.9rem;
    cursor: pointer;
    transition: color 0.3s ease;
    white-space: nowrap;
    transition: all 0.3s ease;
}

    .md-menu-item i {
        font-size: 1.1rem;
        transition: all 0.3s ease;
    }

    .md-menu-item::after {
        content: "";
        position: absolute;
        bottom: -7px;
        left: 50%;
        transform: translateX(-50%);
        width: 0%;
        height: 1.3px;
        border-radius: 50%;
        background-color: white;
        transition: width 0.3s ease;
    }

    .md-menu-item:hover::after {
        width: 100%;
    }

    .md-menu-item:hover {
        color: white;
    }

        .md-menu-item:hover .md-menu-item i {
            color: var(--main-color);
        }

.btn-bars {
    color: var(--main-color);
    font-size: 26px;
    border: none !important;
}

/*  menu-sm*/
.list-unstyled li a {
    display: flex;
    gap: 10px;
    align-items: center;
}

.custom-offcanvas {
    width: 260px;
}

.menu-list li {
    border-bottom: 1px solid #eee;
    padding: 12px 0;
}

    .menu-list li:last-child {
        border-bottom: none;
    }

.menu-list a {
    text-decoration: none;
    color: #434343;
    display: flex;
    align-items: center;
    font-size: 16px;
    transition: color 0.2s ease;
}

    .menu-list a.active {
        color: var(--main-color);
    }

    .menu-list a i {
        color: var(--main-color);
        min-width: 20px;
        text-align: center;
    }

    .menu-list a:hover {
        color: var(--main-color);
    }

.close-btn {
    font-size: 14px;
    color: var(--main-color) !important;
}



/* category */
.category-container {
    width: 5.5rem;
    height: 6.125rem;
    background-color: #f9f9f9;
    display: flex;
    flex-direction: column;
    justify-content: space-evenly;
    align-items: center;
    border-radius: 1rem;
    font-size: 16px;
    margin-bottom: 1rem;
}

@media (min-width: 992px) {
    .category-container {
        width: 7.5rem;
        height: 8.125rem;
    }
}

.category-container .img-container {
    width: 3.125rem;
    height: 3.125rem;
}

@media (min-width: 992px) {
    .category-container .img-container {
        width: 4.5rem;
        height: 4.125rem;
    }
}

.category-container .img-container img {
    width: 100%;
}

/* .category-container .img-container .img-cat {
    width: 100%;
    box-shadow: 0px -4px 10px 0px rgba(255, 0, 0, 0.551);

} */
.category-container .title {
    line-height: 1.25rem;
    color: #6a6a6a;
    font-weight: bold;
    font-size: .625rem;
}

@media (min-width: 992px) {
    .category-container .title {
        font-size: 0.75rem;
    }
}

@media (max-width: 992px) {
    .small-padding {
        padding: 0.7rem 2rem 1.8rem !important;
    }

    .small-padding2 {
        padding: 0.7rem 2rem 0.7rem !important;
    }
}

/* banner */
.banner-container {
    overflow: hidden;
    border-radius: 1rem;
    height: 550px;
}

@media (max-width: 992px) {
    .banner-container {
        margin: 0 auto;
        width: calc(100% - 2rem);
        height: 100%;
    }
}

.banner-container img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.banner .owl-prev::before {
    font-family: FontAwesome !important;
    padding: 15px 20px;
    color: var(--light-color);
    font-size: 23px !important;
    content: "\f105" !important;
    background-color: rgba(255, 255, 255, 0.507);
    border-radius: 50%;
}

.banner .owl-next::before {
    font-family: FontAwesome !important;
    padding: 5px 9px;
    padding: 15px 20px;
    color: var(--light-color);
    font-size: 23px !important;
    content: "\f104" !important;
    background-color: rgba(255, 255, 255, 0.507);
    border-radius: 50%;
}

.banner .owl-prev,
.banner .owl-next {
    background-color: transparent !important;
    color: var(--light-color) !important;
    display: flex;
    justify-content: center;
    align-items: center;
    cursor: pointer;
    transition: background-color 0.3s ease;
}

.banner .owl-prev {
    position: absolute;
    right: 2px;
    top: 45%;
}

    .banner.owl-prev:hover,
    .banner.owl-next:hover {
        color: var(--main-color) !important;
    }

.banner .owl-next {
    position: absolute;
    left: 2px;
    top: 45%;
}

@media (max-width: 992px) {
    .banner .owl-prev::before {
        padding: 5px 9px;
    }

    .banner .owl-next::before {
        padding: 5px 9px;
    }

    .banner .owl-prev {
        top: 40%;
    }

    .banner .owl-next {
        top: 40%;
    }
}

/* titles */
.title-container {
    display: flex;
    justify-content: space-between;
    align-items: center;
}

    .title-container .title {
        font-size: 18px;
        line-height: 24px;
        color: #212121;
        font-weight: bold;
    }

    .title-container .more {
        font-size: 13px;
        line-height: 24px;
        color: var(--dark-color);
        display: flex;
        align-items: center;
        justify-content: center;
        gap: 6px;
    }

        .title-container .more .more-icon {
            font-size: 12px;
        }

@media (min-width: 576px) {
    .title-container .title {
        font-size: 20px;
        line-height: 34px;
    }

    .title-container .more {
        font-size: 15px;
        line-height: 34px;
    }

        .title-container .more .more-icon {
            font-size: 14px;
        }
}

/*store  */
.slider .owl-prev::before {
    font-family: FontAwesome !important;
    /* padding: 15px 20px; */
    color: var(--light-color);
    font-size: 23px !important;
    content: "\f105" !important;
    /* background-color: rgba(255, 255, 255, 0.507);
    border-radius: 50%; */
}

.slider .owl-next::before {
    font-family: FontAwesome !important;
    /* padding: 5px 9px;
    padding: 15px 20px; */
    color: var(--light-color);
    font-size: 23px !important;
    content: "\f104" !important;
    /* background-color: rgba(255, 161, 161, 0.76);
    border-radius: 50%; */
}

.slider .owl-prev,
.slider .owl-next {
    background-color: transparent !important;
    color: var(--light-color) !important;
    display: flex;
    justify-content: center;
    align-items: center;
    cursor: pointer;
    transition: background-color 0.3s ease;
}

.slider .owl-prev {
    position: absolute;
    right: -25px;
    top: 40%;
}

    .slider.owl-prev:hover,
    .slider.owl-next:hover {
        color: var(--main-color) !important;
    }

.slider .owl-next {
    position: absolute;
    left: -25px;
    top: 40%;
}

@media (max-width: 992px) {

    /* .banner .owl-prev::before {
        padding: 5px 9px;
    
    }
    
    .banner .owl-next::before {
        
        padding: 5px 9px;
    }
    .banner .owl-prev {
        top: 40%;
    }
    
    .banner .owl-next {
        top: 40%;
    } */
    .slider .owl-prev {
        display: none !important;
        right: -21px;
        top: 45%;
    }


    .slider .owl-next {
        /* display: none !important; */
        left: 0px;
        top: 45%;
    }
}

.store-card {
    width: 100%;
    background-color: white;
    border-radius: 12px;
    box-shadow: 0 4px 8px rgba(0, 0, 0, 0.1);
    overflow: hidden;
    border: 1px solid #e7e7e7;
    margin-bottom: 15px;
}

    .store-card img {
        width: 100%;
        height: 180px;
        object-fit: contain;
        display: block;
    }

.store-content {
    padding: 1rem;
}

.store-name {
    font-weight: bold;
    font-size: 1.1rem;
    color: var(--dark-color);
    max-height: 3em;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 1;
    -webkit-box-orient: vertical;
}

@media (max-width: 992px) {

    .store-name {
        font-weight: bold;
        font-size: 0.9rem;
    }
}

.store-type {
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 1;
    -webkit-box-orient: vertical;
    color: gray;
    font-size: 0.8rem;
    margin-top: 0.3rem;
}

.info-row {
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-top: 0.8rem;
    font-size: 0.9rem;
    color: var(--dark-color);
}

@media (max-width: 992px) {
    .info-row {
        align-items: start;
        flex-direction: column;
        gap: 10px;
    }
}

.info-row div {
    color: #4b4b4b;
    display: flex;
    gap: 3px;
    /* align-items: center; */
}

.info-row .icon {
    margin-left: 6px;
    color: var(--main-color);
}

.info-row .star {
    color: #f39c12;
}

.store-actions {
    display: flex;
    justify-content: space-between;
    margin-top: 1rem;
    padding-top: 0.8rem;
    border-top: 1px solid #eee;
    gap: 8px;
}



    .store-actions a {
        background-color: var(--main-color);
        color: white;
        display: flex;
        align-items: center;
        justify-content: center;
        gap: 4px;
        border: none;
        width: 100%;
        border-radius: 6px;
        padding: 0.5rem 1rem;
        cursor: pointer;
        font-size: 0.9rem;
        transition: background 0.3s;
        border: 1px solid var(--main-color);
    }

    .store-actions .a1 {
        background-color: transparent !important;
        color: var(--main-color);
    }

.ml-5p {
    margin-left: 5px;
}

.store-actions a:hover {
    background-color: var(--dark-color);
}

@media (max-width: 576px) {
}

/* small menu */
.bottom-bar-container {
    position: fixed;
    bottom: 0;
    /* bottom: -1px; */
    width: 100%;
    z-index: 1000;
    display: none;
}

.overlay-section {
    text-align: center;
    padding: 1.625rem 4.25rem 0rem 4.25rem;
    position: relative;
    background: linear-gradient(180deg, var(--light-color, #e3f2fd) 0%, #7192b7 100%);
    border-radius: 50% 50% 27% 34% / 33% 33% 0% 0%;
    box-shadow: 0 -0.25rem 0.75rem 0 rgba(0, 0, 0, .1);
    transition: bottom .3s ease-out, transform .2s ease-out;
    overflow: hidden;
    color: white;
}

.bottom-bar-container .icon-container {
    position: absolute;
    top: -25px;
    z-index: 100;
    right: 43%;
    width: 45px;
    height: 45px;
    display: flex;
    justify-content: center;
    align-items: center;
    border: 3px solid var(--light-color);
    background-color: #ffffffd4;
    color: var(--light-color);
    font-size: 22px;
    border-radius: 50%;
}

.overlay-section::before {
    content: "";
    position: absolute;
    top: 0;
    right: -75%;
    width: 5%;
    height: 100%;
    background: linear-gradient(120deg, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, 0.175) 50%, rgba(255, 255, 255, 0.1) 100%);
    transform: skewX(-5deg);
    animation: shimmer 3s infinite;
}

@keyframes shimmer {
    0% {
        right: -75%;
    }

    100% {
        right: 125%;
    }
}

.overlay-section button {
    position: absolute;
    left: 10px;
    top: 20px;
    border: none;
    background-color: transparent;
    color: white;
    cursor: pointer;
}

/* @keyframes shadowPass {
    0% {
      box-shadow: inset 0 0 0 rgba(0,0,0,0);
    }
    50% {
      box-shadow: inset 0 -20px 40px var(--main-color);
    }
    100% {
      box-shadow: inset 0 0 0 rgba(0,0,0,0);
    }
  } */

.bottom-nav {
    background-color: #ffffff;
    /* border-top: 1px solid #ccc; */
    display: flex;
    justify-content: space-around;
    padding: 12px 0;
    box-shadow: 0px -4px 10px 0px rgba(0, 0, 0, .08);
    z-index: 100;
}

.nav-item {
    flex-grow: 1;
    text-align: center;
    font-size: 10px;
    font-weight: bold;
    color: #6f6f6f;
}

    .nav-item.active {
        color: var(--main-color);
    }

    .nav-item i {
        font-size: 20px;
        display: block;
        margin-bottom: 3px;
    }

@media (max-width: 768px) {
    .bottom-bar-container {
        display: block;
    }
}
/* slider-banners */
.slider-banner2 {
    position: relative;
    /* height: 280px; */
    overflow: hidden;
    border-radius: 12px;
    box-shadow: 0px 0px 5px 0 rgb(0 0 0 / 31%);
}

@media (max-width: 576px) {
    .slider-banner2 {
        height: 170px;
    }
}

@media (max-width: 992px) {
    .slider-banner2 {
        height: 100px;
    }
}

.slider-banner2 img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

/* tickets */
.tickets-container {
    background-color: #072b47;
    color: white;
    padding: 3rem 1rem;
    border-radius: 12px;
    /* box-shadow: 0 4px 12px rgba(0,0,0,0.1); */
}

.tickets-container2 {
    background-color: var(--light-color);
    color: white;
    padding: 3rem 1rem;
    border-radius: 50% 50% 27% 34% / 33% 33% 0% 0%;
    box-shadow: 0 4px 12px rgba(0, 0, 0, 0.1);
}

.ticket {
    width: 300px;
    height: 250px;
    display: flex;
    flex-direction: column;
    background: #fff;
    border-radius: 20px;
    /* box-shadow: 0 4px 12px rgba(0, 0, 0, 0.1); */
    padding: 20px;
    position: relative;
    overflow: hidden;
    margin: auto;
    margin: 0 0 1.5rem 0;
}

.discount-icon-wrapper {
    position: relative;
    display: flex;
    justify-content: center;
    margin-bottom: 15px;
}

    .discount-icon-wrapper .icon {
        font-size: 60px;
        color: var(--main-color);
    }

.discount-text {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    font-size: 18px;
    font-weight: bold;
    color: white;
    pointer-events: none;
}

.ticket::before,
.ticket::after {
    content: "";
    position: absolute;
    width: 40px;
    height: 40px;
    background: #072b47;
    border-radius: 50%;
    top: 60%;
    transform: translateY(-50%);
    z-index: 1;
}

.ticket::before {
    right: -20px;
}

.ticket::after {
    left: -20px;
}

.discount {
    /* background-color: #ff5252; */
    color: #ff5252;
    /* padding: 10px;
    border-radius: 12px; */
    text-align: center;
    font-size: 20px;
    font-weight: bold;
    margin-bottom: 15px;
}

.service {
    color: rgb(160, 160, 160);
    text-align: center;
    font-size: 16px;
    margin-bottom: 10px;
    border-bottom: 2px dotted #a5a5a5;
    padding-bottom: 29px;
}

.code {
    text-align: center;
    font-size: 18px;
    font-weight: bold;
    color: #333;
    background: #f5f5f5;
    border: 2px dotted #a5a5a5;
    padding: 8px;
    border-radius: 10px;
    margin-bottom: 15px;
    user-select: all;
    margin-top: 26px;
}

.copy-btn {
    display: block;
    width: 100%;
    padding: 10px;
    background-color: #4caf50;
    color: white;
    border: none;
    border-radius: 10px;
    font-size: 16px;
    cursor: pointer;
    transition: background 0.3s;
}

    .copy-btn:hover {
        background-color: #45a049;
    }

/* category2 image-card */
.image-card {
    width: 150px;
    aspect-ratio: 1 / 1;
    border-radius: 20px;
    overflow: hidden;
    position: relative;
    box-shadow: 0 4px 12px rgb(0 0 0 / 32%);
    margin: auto;
}

.card-img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    display: block;
}

.gradient-overlay {
    position: absolute;
    bottom: 0;
    width: 100%;
    display: flex;
    align-items: end;
    justify-content: center;
    height: 80%;
    padding: 20px 10px 10px;
    background: linear-gradient(to top, rgb(0 0 0 / 45%), #00000000);
    color: white;
    text-align: center;
}

.overlay-text {
    font-size: 16px;
    font-weight: 500;
    margin: 0;
}
/* instal-section */
.instal-section-container {
    border-radius: 32px;
    background: rgba(4, 10, 31, .87);
    /* padding: 64px 56px; */
    margin: 0 auto;
    color: #fff;
    display: flex;
    align-items: center;
    position: relative;
    overflow: hidden;
}

@media (max-width: 769px) {
    /* .instal-section-container {
      padding: 30px 35px;

  } */
}

.text-content {
    display: flex;
    flex-direction: column;
    justify-content: space-between;
}

.instal-section-title {
    font-size: 33px;
    line-height: 1.68;
    letter-spacing: 0.15%;
    text-align: right;
    color: rgba(255, 255, 255, 0.74);
}

.instal-section-subtitle {
    font-size: 19px;
    line-height: 1.7;
    letter-spacing: 0.1%;
    text-align: right;
    color: rgb(255, 255, 255);
}

@media(min-width:992px) {
    .mt-lg-5 {
        margin-top: 5rem !important;
    }
}

.text-section {
    padding: 50px 40px;
}

@media(max-width:768px) {
    .instal-section-subtitle, .instal-section-title {
        text-align: center;
    }

    .lg-right-sm-center {
        justify-content: center;
    }

    .instal-section-title {
        font-size: 26px;
    }

    .instal-section-subtitle {
        font-size: 15px;
    }
}

@media(min-width:768px) {
    .lg-right-sm-center {
        justify-content: start;
    }
}

.instal-section-btn1 {
    padding: 14px 19px;
    color: white !important;
    font-weight: bold;
    font-size: 14px;
    border-radius: 12px;
    background-color: var(--main-color);
    border: 1px solid var(--main-color);
    transition: all 0.2s ease-in-out;
    display: flex;
    align-items: center;
    justify-content: center;
    text-align: center;
    margin-left: 40px;
}

.instal-section-btn2 {
    padding: 14px 19px;
    color: var(--main-color) !important;
    font-weight: bold;
    font-size: 14px;
    border-radius: 12px;
    background-color: white;
    border: 1px solid var(--main-color);
    transition: all 0.2s ease-in-out;
    display: flex;
    align-items: center;
    justify-content: center;
    text-align: center;
}

@media(max-width:768px) {
    .instal-section-btn2, .instal-section-btn1 {
        padding: 14px 8px;
        margin-left: 15px;
    }
}
/* .instal-section-btn1:hover {
  background-color: transparent !important;
  color: var(--main-color) !important;
} */

/* footer */
.the-footer {
    width: 100%;
    height: 100%;
    box-shadow: 0px 4px 20px 0px rgba(76, 86, 134, 0.15);
    padding: 5rem 5rem 3rem 3rem;
}

@media (max-width: 992px) {
    .the-footer {
        /* padding: 1.7rem 5rem 3rem 3rem; */
        padding: 1.7rem 3rem 3rem 3rem;
    }
}

@media (min-width: 992px) {
    .mt-50 {
        margin-top: -50px;
    }
}

.footer-col1 {
    padding: 0 1rem;
    height: max-content;
}

    .footer-col1 p {
        color: #7f7f7f;
        text-align: justify;
        font-size: 15px;
        line-height: 25px;
    }

.footer-title {
    font-weight: bold;
}

/*
.footer-title::after {
    content: "";
    display: block;
    border-radius: 5px;
    background: var(--main-color);
    width: 55px;
    height: 4px;
    margin-top: 7px;
} */

.contact-us-icon {
    color: var(--main-color);
    font-size: 18px;
    margin-left: 8px;
}

.contact-us span {
    color: #545454;
    font-size: 16px;
}



.footer-col2 ul {
    padding: 0 2px;
    width: auto;
    margin-top: 20px;
    display: grid;
    gap: 10px;
}

    .footer-col2 ul li {
        display: flex;
        align-items: center;
        gap: 10px;
    }

        .footer-col2 ul li a {
            color: #505050;
            font-size: 15px;
            text-decoration: none;
            transition: all 0.1s ease-in;
        }

            .footer-col2 ul li a:hover {
                color: #101010;
            }

        .footer-col2 ul li::before {
            content: "";
            display: block;
            width: 8px;
            height: 8px;
            background: var(--main-color);
            border-radius: 8px;
        }

.col3-container {
    display: flex;
    gap: 14px;
}

.col3-icon-container {
    width: 40px;
    height: 40px;
    border-radius: 10px;
    display: flex;
    align-items: center;
    justify-content: center;
    color: #ffffff;
    font-size: 21px;
}

.col3-content {
    width: auto;
    display: grid;
    gap: 3px;
}

    .col3-content span {
        color: #fff;
        font-size: 13px;
        font-weight: bold;
    }

.fs-p3-content p span {
    color: #fff;
    font-size: 16px;
    font-weight: 500;
}

.col4 {
    margin-top: 20px;
    display: flex;
    gap: 15px;
}

.col4-img-container {
    width: 77px;
    height: 87px;
    border-radius: 10px;
    background: #fff;
    padding: 10px;
    display: flex;
    align-items: center;
    justify-content: center;
}

.footer-cadr {
    width: 77px;
    height: 80px;
    box-shadow: 0 10px 59px -20px rgba(4, 10, 31, 0.763);
    border-radius: 10px;
    background: #ffffff;
    padding: 5px;
    display: flex;
    align-items: center;
    justify-content: center;
    margin: 10px 1rem;
}

.mojavez-container {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 70px;
    height: 70px;
    background-color: rgb(255, 255, 255);
    border-radius: 8px;
    /* box-shadow: 0px 4px 7px 0px rgba(0, 0, 0, 0.403); */
    box-shadow: 0px 0px 5px 0 rgb(0 0 0 / 31%);
}

    .mojavez-container img {
        width: 70%;
    }

.copyright {
    color: white;
    padding: 16px 8%;
    background: var(--main-color);
    display: flex;
    justify-content: center !important;
    align-items: center;
}

@media (max-width: 990px) {


    .mt-small-3 {
        margin-top: 1rem;
    }

    .copyright {
        padding-bottom: 80px !important;
    }
}

.pb-10 {
    padding-bottom: 10px !important;
}


/* map page */
.tlocate-btn {
    position: absolute;
    top: 20px;
    right: 20px;
    background-color: rgb(255 255 255 / 46%);
    border: 2px solid var(--main-color);
    border-radius: 8px;
    /* padding: 10px; */
    width: 40px;
    display: flex;
    height: 40px;
    cursor: pointer;
    box-shadow: 0 0 5px rgba(0, 0, 0, 0.3);
    z-index: 1000;
    border-radius: 50%;
    align-content: center;
    justify-content: center;
    align-items: center;
}

.tlocate-btn {
    font-size: 19px;
    color: var(--main-color);
}

.list-btn {
    position: absolute;
    top: 20px;
    left: 20px;
    display: flex;
    background-color: rgb(255 255 255 / 46%);
    border: 2px solid var(--main-color);
    border-radius: 8px;
    /* padding: 10px; */
    width: 40px;
    display: flex;
    height: 40px;
    cursor: pointer;
    box-shadow: 0 0 5px rgba(0, 0, 0, 0.3);
    z-index: 1000;
    align-content: center;
    justify-content: center;
    align-items: center;
    font-size: 19px;
    color: var(--main-color);
}

.back-to-map {
    position: absolute;
    top: 50%;
    left: 0;
    border-radius: 0 20px 20px 0;
    background-color: var(--main-color);
    padding: 10px 20px;
    z-index: 10;
    cursor: pointer;
}

.back-to-map {
    position: absolute;
    top: 50%;
    left: 0;
    border-radius: 0 20px 20px 0;
    background-color: var(--main-color);
    padding: 10px 20px;
    z-index: 10;
}

.leaflet-touch .leaflet-control-layers,
.leaflet-touch .leaflet-bar {
    display: none;
}

.leaflet-touch .leaflet-control-attribution,
.leaflet-touch .leaflet-control-layers,
.leaflet-touch .leaflet-bar {
    display: none;
    box-shadow: none;
}

.all-store-sm {
    display: none;
}

.map-lg-khocholo {
    display: none;
}

@media (min-width: 768px) {
    .map-lg-khocholo.active {
        display: flex !important;
    }
}

.store-card2 {
    width: 100%;
    background-color: white;
    /* border-radius: 16px; */
    /* box-shadow: 0 4px 15px rgba(0,0,0,0.1); */
    padding: 20px;
    position: relative;
    border-bottom: 5px solid #e4e4e4a3;
    margin-bottom: 20px;
}

.store-card2-cat {
    border-radius: 16px;
    box-shadow: 0 4px 15px rgba(0,0,0,0.1);
    width: 100% !important;
}

.store-card3 {
    width: 55%;
    border-radius: 16px;
    box-shadow: 0 4px 15px rgba(0, 0, 0, 0.1);
}

@media (max-width: 990px) {
    .store-card2 {
        width: 90%;
        border-radius: 16px;
        box-shadow: 0 4px 15px rgba(0, 0, 0, 0.1);
        /* border-bottom: none; */
    }
}

.store-card2 .store-header {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 15px;
}

.store-header-link {
    display: flex;
    align-items: center;
    gap: 15px;
}

.store-card2 .store-logo {
    width: 50px;
    height: 50px;
    border-radius: 50%;
    background-color: #eee;
    border: 2px solid var(--main-color);
    overflow: hidden;
}

    .store-card2 .store-logo img {
        object-fit: cover;
    }

.store-card2 .store-info h2 {
    margin: 0;
    font-size: 16px;
    color: #212121;
    display: inline;
    margin: 0 5px;
}

.store-card2 .store-info p {
    margin: 3px 0 0;
    font-size: 11.5px;
    color: #777;
}

.store-header-lable {
    font-size: .75rem;
    border-radius: 30px;
    padding: 7px 10px;
    display: flex;
    justify-content: center;
    align-items: center;
    color: var(--light-color);
    background-color: #E6E8FF;
}

.store-card2 .store-details {
    margin-top: 20px;
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.detail-item {
    display: flex;
    align-items: center;
    gap: 8px;
    color: #444;
    font-size: 14px;
}

    .detail-item .staricon {
        color: #f39c12;
        font-size: 16px;
    }

    .detail-item .clockicon {
        color: var(--main-color);
        font-size: 16px;
    }

.store-card2 .store-address {
    margin-top: 15px;
    display: flex;
    align-items: center;
    gap: 10px;
    color: #555;
    font-size: 14px;
}

.store-card2 .store-actions {
    display: flex;
    justify-content: space-between;
    margin-top: 0rem;
    padding-top: 1.2rem;
    border-top: 1px solid #eee;
    gap: 8px;
}

/* .store-card2 .store-address .icon {
    color: #3498db;
  } */
.image-card2 {
    width: 100%;
    aspect-ratio: 1 / 1;
    border-radius: 9px;
    overflow: hidden;
    position: relative;
    box-shadow: 0 4px 12px rgba(0, 0, 0, 0.056);
    margin: auto;
}

.image-card3 {
    width: 100%;
    height: 120px;
    aspect-ratio: 1 / 1;
    border-radius: 9px;
    overflow: hidden;
    position: relative;
    box-shadow: 0 4px 12px rgba(0, 0, 0, 0.056);
    margin: auto;
}

.store-slider .owl-prev,
.store-slider .owl-next {
    background-color: #ffffff !important;
    color: var(--light-color) !important;
    display: flex !important;
    justify-content: center;
    align-items: center;
    cursor: pointer;
    padding: 10px;
    width: 30px;
    height: 30px;
    border-radius: 53% !important;
    transition: background-color 0.3s ease;
    font-size: 14px !important;
}

.store-slider .owl-prev,
.store-slider .owl-next {
    position: absolute;
    top: 40%;
    transform: translateY(-40%);
}

.store-slider .owl-prev {
    right: 5px;
}

.store-slider .owl-next {
    left: 5px;
}

    .store-slider.owl-prev:hover,
    .store-slider.owl-next:hover {
        color: var(--main-color) !important;
    }

.store-slider .owl-nav .disabled {
    opacity: .1 !important;
    cursor: default;
}

@media (max-width: 992px) {
    /* .banner .owl-prev::before {
        padding: 5px 9px;
    
    }
    
    .banner .owl-next::before {
        
        padding: 5px 9px;
    }
    .banner .owl-prev {
        top: 40%;
    }
    
    .banner .owl-next {
        top: 40%;
    } */
    /* .store-slider .owl-prev {
        display: none !important;
        right: -21px;
        top: 45%;
    } */


    .store-slider .owl-next {
        /* display: none !important; */
        left: 0px;
        top: 45%;
    }
}

/* about us */
.feature-box {
    padding: 30px;
    border-radius: 12px;
    text-align: center;
    transition: all 0.3s ease;
    background-color: #ffffff;
    transform: translateY(0);
}

    .feature-box .icon {
        font-size: 32px;
        color: var(--main-color);
    }

    .feature-box:hover {
        background-color: #f0f0f0;
        transform: translateY(-5px);
        box-shadow: 0 10px 20px rgba(0, 0, 0, 0.05);
    }

    .feature-box i {
        font-size: 36px;
        margin-bottom: 15px;
        color: #007bff;
    }

.about-section {
    padding: 60px 0;
    text-align: justify;
}

    .about-section:nth-child(even) .row {
        flex-direction: row-reverse;
    }

.about-img {
    max-width: 100%;
    border-radius: 12px;
    animation: floating 3s ease-in-out infinite;
}

.animation-floating1 {
    animation: floating 2.7s ease-in-out infinite;
}

@keyframes floating {
    0% {
        transform: translateY(0px);
    }

    50% {
        transform: translateY(-10px);
    }

    100% {
        transform: translateY(0px);
    }
}

#about-img2 {
    width: 500px;
    height: 500px;
}

@media(max-width:768px) {
    .mt-3-sm {
        margin-top: 3rem;
    }

    .about-section {
        padding: 20px 0;
    }
}

.card-header {
    background-color: transparent;
    padding-right: 0.7rem;
}

    .card-header img {
        width: 23px;
        opacity: 0.7;
        margin-left: 0.3rem;
    }

/*  */
.collapse-btn {
    background-color: white !important;
    color: #292929;
    display: flex;
    align-items: center;
    justify-content: space-between;
    width: 100%;
    text-align: right;
    padding: 10px;
    border: 1px solid transparent !important;
    border-radius: 6px;
    cursor: pointer;
    padding-right: 1.7rem;
    padding-left: 1.7rem;
    box-shadow: 0px 15px 85px -21px rgba(0, 0, 0, 0.366) !important;
    font-size: 15px;
}

.card-header {
    padding: 0 !important;
}

.collapse-btn:focus {
    outline: none;
}

.collapse-icon {
    color: var(--main-color);
    font-size: 30px;
    transition: transform 0.3s ease;
}

.card-body {
    padding-right: 1.7rem;
    padding-left: 1.7rem;
    color: #959595;
    background-color: white !important;
    border-radius: 0 0 1rem 1rem !important;
}

.accordion {
    background-color: transparent !important;
}

.card {
    --bs-card-bg: transparent !important;
    --bs-card-bg: #ffffff00 !important;
    --bs-card-border-color: rgb(0 0 0 / 0%) !important;
}

.card-header,
.collapse-btn {
    background-color: transparent !important;
    box-shadow: none;
}

.car-insurance-img {
    width: 75%;
}

@media (max-width: 768px) {
    .mt-small-2 {
        margin-top: 2rem;
    }
}

.start-container {
    width: 100%;
    box-shadow: 1px 20px 18px 4px rgba(4, 10, 31, .1);
    border-radius: 32px;
    padding: 30px 88px 40px 72px;
    /* border: 3px solid rgba(35, 65, 223, .1); */
    background-color: white;
    position: relative;
    z-index: -1;
}

    .start-container .top-img {
        z-index: 5;
    }

.start-img {
    width: 300px;
    height: 256px !important;
    color: white;
    height: auto;
    border-radius: 32px;
    background: #008fff;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
}

    .start-img p {
        font-size: 36px;
        font-weight: bold;
    }

    .start-img strong {
        font-size: 25px;
    }

.start-header {
    gap: 10px;
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: row;
}

    .start-header p {
        margin-bottom: 0;
        font-weight: bold;
        font-size: 28px;
        color: var(--main-color);
    }

    .start-header span {
        font-weight: bold;
        font-size: 26px;
        color: rgb(98 98 98);
    }

@media (max-width: 850px) {
    .start-container {
        padding: 56px 40px 40px 40px;
    }

    .start-header {
        margin-bottom: 10px;
        justify-content: center;
        flex-direction: column;
    }

        .start-header p {
            margin-top: 10px;
            text-align: center;
            font-size: 28px;
            color: var(--color-1);
        }

        .start-header span {
            font-size: 17px;
            text-align: center;
        }
}

.start-body {
    text-align: justify;
    color: rgba(4, 10, 31, 0.711);
}

.start-caption .icon {
    font-size: 20px;
    color: var(--color-2);
    margin: 0 7px;
}


/* contactus */
.contactus-card {
    width: 100%;
    height: 250px;
    background-color: white;
    border-radius: 15px;
    /* box-shadow: 0 4px 20px rgba(0, 0, 0, 0.1); */
    /* box-shadow: 0px 8px 1px rgb(1 42 104); */
    /* padding: 20px 15px; */
    text-align: center;
    /* display: flex;
  flex-direction: column;
  justify-content: space-between; */
    margin: 18px 0;
    position: relative;
    background-color: #f5f5f5;
    /* overflow: hidden; */
    transition: all 0.3s ease;
    transform: translateY(0);
}

    .contactus-card:hover {
        transform: translateY(-5px);
        box-shadow: 0 10px 20px rgba(0, 0, 0, 0.15);
    }

.contactus-top {
    display: flex;
    justify-content: center;
    align-items: end;
    margin-bottom: 15px;
    background-color: var(--main-color);
    border-radius: 15px 15px 0 0;
    height: 38%;
}

.contactus-icon-back {
    background-color: #f5f5f5;
    margin-bottom: -40px;
    width: 100px;
    height: 100px;
    border-radius: 50%;
    position: absolute;
    bottom: -10px;
}

.contactus-icon {
    font-size: 34px;
    font-weight: bold;
    color: white;
    background-color: var(--main-color);
    display: flex;
    align-items: center;
    justify-content: center;
    box-shadow: 0 4px 20px rgba(0, 0, 0, 0.1);
    margin-bottom: -40px;
    width: 80px;
    height: 80px;
    border-radius: 50%;
    z-index: 5;
}

.contactus-middle {
    /* padding: 10px 15px 20px 15px; */
    /* bad */
    margin-top: 60px;
    text-align: center;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    gap: 8px;
}

    .contactus-middle .title {
        color: var(--main-color);
        font-weight: bold;
        font-size: 18px;
    }

    .contactus-middle .description {
        color: #666;
        font-size: 15px;
    }

/* efawef */
.contact-container {
    border-radius: 50px;
    /* background: #fff; */
    padding: 20px;
    display: flex;
    flex-direction: column;
    align-items: center;
    height: fit-content;
}

.contact-container-title {
    margin-top: 24px;
    color: var(--dark-color);
    font-size: 17px;
    font-weight: bold;
}

.contact-container-subtitle {
    color: #1e3a597a;
    font-size: 15px;
    line-height: 25px;
}

.contact-item-name {
    width: 100%;
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 22px;
}

.contact-item-input {
    width: 100%;
    display: grid;
    gap: 4px;
}

.contact-item-input-span {
    margin-right: 11px;
    color: #414a75;
    font-size: 16px;
    font-style: normal;
    margin-top: 1rem;
}

.contact-item-input-input {
    width: 100%;
    height: 50px;
    border-radius: 7px;
    background: #ffffff;
    border: 1px solid #162a4122;
    box-shadow: 0px 0px 20px 0px rgba(76, 86, 134, 0.07);
    outline: transparent;
    color: var(--main-color);
    font-size: 15px;
    padding: 0 20px;
}

.contact-item-email {
    width: 100%;
}

.contact-item-msg {
    width: 100%;
    display: grid;
    grid-template-columns: 1fr;
    gap: 4px;
    margin-top: 26px;
}

    .contact-item-msg textarea {
        height: 157px;
        resize: none;
        border: transparent;
        border-radius: 7px;
        background: white;
        box-shadow: 0px 0px 20px 0px rgba(76, 86, 134, 0.07);
        padding: 16px 20px;
        outline: none;
        border: 1px solid #e0e3e6;
        color: #6c76ab;
        font-size: 15px;
        font-style: normal;
        font-weight: 500;
        overflow: auto;
    }

.sendmessage {
    padding: 14px 12px;
    color: white !important;
    font-weight: bold;
    font-size: 12px;
    border-radius: 12px;
    background-color: var(--main-color);
    border: 1px solid var(--main-color);
    transition: all 0.2s ease-in-out;
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 8px;
    z-index: 10;
}

    .sendmessage:hover {
        background-color: transparent !important;
        color: var(--main-color) !important;
    }

@media(max-width:568px) {
    .contact-item-name {
        grid-template-columns: 1fr;
        gap: 5px;
    }
}

.backlight {
    background: radial-gradient(46.9% 46.1% at 100% 51.56%, rgba(0, 143, 255, .08) 0, rgba(0, 143, 255, 0) 91.4%), radial-gradient(31.53% 36.84% at 51.11% 36.15%, rgba(67, 111, 255, 0.22) 0, rgba(255, 206, 67, 0) 100%), radial-gradient(39.83% 34.56% at 0 55.33%, rgba(0, 143, 255, .08) 0, rgba(0, 143, 255, 0) 100%);
}

.More-communication {
    border-radius: .5rem;
    background-color: var(--main-color);
    overflow: hidden;
    position: relative;
    display: flex;
    justify-content: start;
    align-items: center;
    color: white;
    width: 100%;
    padding: 20px 10px;
}

    .More-communication p {
        font-size: 16px;
        margin: 0 10px;
    }

    .More-communication img {
        position: absolute;
        bottom: -2px;
        left: -5px;
    }

.animation-floating2 {
    animation: floating2 1s ease-in-out infinite;
}

@keyframes floating2 {
    0% {
        transform: translatex(0px);
    }

    50% {
        transform: translatex(-10px);
    }

    100% {
        transform: translatex(0px);
    }
}

.gray-color {
    color: #595959;
}

.z-index10 {
    z-index: 10;
}
/* page-category */
.search-box-cat {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 15px;
    /* padding: 20px 25px; */
}

.search-input-wrapper {
    position: relative;
    width: 100%;
}

.gap-lg2-sm1 {
    gap: 10px;
}

.search-input {
    width: 100%;
    padding: 10px 15px 10px 35px; /* فضای چپ برای آیکن */
    border-radius: 10px;
    border: none;
    font-size: 14px;
    /* width: 50%; */
    box-shadow: 0 2px 8px rgba(0, 0, 0, 0.1);
    transition: all 0.2s ease-in-out;
}

.search-icon {
    position: absolute;
    left: 10px;
    top: 50%;
    transform: translateY(-50%);
    color: var(--main-color);
    font-size: 16px;
    pointer-events: none;
}

.search-input:focus {
    box-shadow: 0 2px 12px rgba(0, 0, 0, 0.177);
    outline: none;
    /* border: none; */
}

.custom-select-wrapper {
    position: relative;
    width: 160px;
    font-size: 14px;
    cursor: pointer;
}

.custom-select-selected {
    background-color: #fdfdfd;
    border: none;
    border-radius: 10px;
    padding: 10px 12px;
    transition: border-color 0.3s;
    position: relative;
    color: #515151;
    box-shadow: 0 2px 8px rgb(0 0 0 / 28%);
}


    .custom-select-selected::after {
        font-family: FontAwesome;
        content: "\f078";
        position: absolute;
        left: 10px;
        top: 50%;
        transform: translateY(-50%);
        color: var(--main-color);
        font-size: 12px;
        pointer-events: none;
    }

.custom-select-options {
    position: absolute;
    top: 110%;
    left: 0;
    width: 100%;
    background-color: #fff;
    border: 1px solid #ccc;
    border-radius: 10px;
    list-style: none;
    padding: 0;
    margin: 5px 0 0 0;
    box-shadow: 0 4px 10px rgba(0,0,0,0.1);
    display: none;
    z-index: 1000;
}

    .custom-select-options li {
        padding: 10px 12px;
        transition: background-color 0.3s;
    }

        .custom-select-options li:hover {
            background-color: #f0f0f0;
        }

.filter-select:focus {
    border-color: #007bff;
    box-shadow: 0 0 5px rgba(0, 123, 255, 0.3);
    outline: none;
}

.switch-container {
    display: flex;
    align-items: center;
}

    .switch-container .switch-txt {
        margin: 0 8px;
        font-size: 13px;
    }

@media(max-width:768px) {
    .search-box-cat {
        flex-direction: column;
    }

    .search-input-wrapper {
        width: 100%;
    }

    .gap-lg2-sm1 {
        gap: 0px;
    }

    .switch-container .switch-txt {
        margin: 0 5px;
        font-size: 11px;
    }
}

.switch-label {
    position: relative;
    display: inline-block;
    width: 50px;
    height: 26px;
    margin-left: 8px;
}

    .switch-label input {
        opacity: 0;
        width: 0;
        height: 0;
    }

.slideer {
    position: absolute;
    cursor: pointer;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background-color: #ccc;
    transition: 0.4s;
    border-radius: 34px;
}

    .slideer:before {
        position: absolute;
        content: "";
        height: 18px;
        width: 18px;
        left: 2px;
        bottom: 4px;
        background-color: white;
        transition: 0.4s;
        border-radius: 50%;
    }

.switch-label input:checked + .slideer {
    background-color: var(--main-color);
}

    .switch-label input:checked + .slideer:before {
        transform: translateX(24px);
    }

.search-button {
    padding: 10px 20px;
    background-color: #284e78;
    color: white;
    border: none;
    border-radius: 10px;
    cursor: pointer;
    font-size: 14px;
    transition: background-color 0.3s;
}

    .search-button:hover {
        background-color: var(--main-color);
    }

.custom-tag {
    display: inline-block;
    white-space: nowrap;
    padding: 6px 12px;
    border: 1px solid var(--main-color);
    border-radius: 20px;
    font-size: 14px;
    color: var(--main-color);
    background-color: transparent;
    width: fit-content;
    transition: all 0.2s ease-in-out;
    cursor: pointer;
}

    .custom-tag:hover {
        color: white;
        background-color: var(--main-color);
    }

.pr-cat {
    padding-right: 10px;
}

@media(max-width:768px) {
    .pr-cat {
        padding-right: 20px;
    }
}

.category-tag .owl-nav {
    position: absolute;
    top: 5px;
    width: 100%;
    display: flex;
    justify-content: space-between;
    transform: translateY(-50%);
    pointer-events: none;
}

    .category-tag .owl-nav button.owl-prev,
    .category-tag .owl-nav button.owl-next {
        font-family: FontAwesome !important;
        color: var(--light-color);
        font-size: 23px !important;
        background-color: #ffffff;
        padding: 3px 7px;
        border-radius: 50%;
        border: none;
        pointer-events: auto;
        transition: background-color 0.3s;
    }

        .category-tag .owl-nav button.owl-prev::before {
            display: none !important;
        }

        .category-tag .owl-nav button.owl-next::before {
            font-size: 18px;
            content: "\f104";
            background-color: #ffffffd6;
            padding: 3px 7px;
            color: var(--light-color);
            border-radius: 50%;
        }

    .category-tag .owl-nav button span {
        display: none;
    }

.owl-theme .owl-nav [class*=owl-]:hover {
    background-color: transparent !important;
}

/* rules-page */
.ruls-container {
    background-color: white;
    border-radius: 15px;
    padding: 3rem 4rem;
    position: relative;
    box-shadow: 0px 1px 20px #0000005e;
    border: 1px solid rgb(199 199 199 / 51%);
}

@media (max-width: 768px) {
    .ruls-container {
        background-color: white;
        border-radius: 15px;
        padding: 3rem 1rem;
    }
}

.ruls-container .title {
    font-size: 21px;
    font-weight: bold;
    color: var(--main-color);
}

.ruls-container .description {
    /* width: 80%; */
    line-height: 32px;
    text-align: justify;
    color: #5f5f5f;
}
