@font-face {
    font-family: Vazir;
    font-style: normal;
    font-weight: normal;
    src: url('../fonts/Vazir.eot');
    src: url('../fonts/Vazir.eot?#iefix') format('embedded-opentype'), url('../fonts/Vazir.woff2') format('woff2'), url('../fonts/Vazir.woff') format('woff'), url('../fonts/Vazir.ttf') format('truetype');
}

* {
    font-family: 'Vazir', Arial, sans-serif;
    font-weight: normal;
}

.bg-menubar {
    /* background: #7B1FA2;
   */
    background: #0097A7;
    box-shadow: rgba(0, 0, 0, 0.15) 2.4px 2.4px 3.2px;
}

.card {
    border-radius: 10px 10px 10px 10px !important;
    /* background: #9C27B0 !important; */
    background: #0097A7;
    color: #ddd;
}

.img-card {
    border-radius: 0px 10px 10px 0px !important;
}

.text-body-secondary {
    color: #ddd !important;
    font-size: smaller;
}

.nav-link {
    color: white !important;
}

.footer {
    background-color: #000000;
    box-shadow: rgba(0, 0, 0, 0.15) 2.4px 2.4px 3.2px;
    color: white;
}

    .footer a {
        color: white;
        text-decoration: none;
    }

        .footer a:hover {
            color: white;
            text-decoration: none;
            font-size: larger;
        }

body {
    /* background: #333; */
    /* background: #764abc; */
    background: #ddd;
}

.btn-info:hover {
    /* background: #9C27B0 !important;
   */
    background: #00BCD4 !important;
    /* border-radius: 10px; */
}

.card-back {
    /* background: #9C27B0 !important; */
    background: #0097A7;
    color: #ddd;
}

/* .card-body {
  background: #9C27B0 !important;
  color: #ddd;
} */

.bg-transparent {
    background: #1a141d !important;
}

.btn-primary {
    background-color: #7B1FA2 !important;
    color: #ffffff;
    
}

    .btn-primary:hover {
        background-color: #ffffff !important;
        color: #7B1FA2;
    }

@media (max-width: 767px) {
    .carousel-inner .carousel-item > div {
        display: none;
    }

        .carousel-inner .carousel-item > div:first-child {
            display: block;
        }
}

.carousel-inner .carousel-item.active,
.carousel-inner .carousel-item-next,
.carousel-inner .carousel-item-prev {
    display: flex;
}

/* medium and up screens */
@media (min-width: 768px) {

    .carousel-inner .carousel-item-end.active,
    .carousel-inner .carousel-item-next {
        transform: translateX(25%);
    }

    .carousel-inner .carousel-item-start.active,
    .carousel-inner .carousel-item-prev {
        transform: translateX(-25%);
    }
}

.carousel-inner .carousel-item-end,
.carousel-inner .carousel-item-start {
    transform: translateX(0);
}

.text-align-justify {
    text-align: justify;
}



.accordion {
    --bs-accordion-btn-bg: #00BCD4 !important;
   /* background-color: #00BCD4 !important;*/
}

.accordion-button:not(.collapsed) {
    background-color: #00BCD4 !important;
}


.photo-gallery {
    color: #313437;
    background-color: #fff;
}

    .photo-gallery p {
        color: #7d8285;
    }

    .photo-gallery h2 {
        font-weight: bold;
        margin-bottom: 40px;
        padding-top: 40px;
        color: inherit;
    }

@media (max-width:767px) {
    .photo-gallery h2 {
        margin-bottom: 25px;
        padding-top: 25px;
        font-size: 24px;
    }
}

.photo-gallery .intro {
    font-size: 16px;
    max-width: 500px;
    margin: 0 auto 40px;
}

    .photo-gallery .intro p {
        margin-bottom: 0;
    }

.photo-gallery .photos {
    padding-bottom: 20px;
}

.photo-gallery .item {
    padding-bottom: 30px;
}

.hr-style1 {
    /* background: rgb(233,0,0);
  background: linear-gradient(90deg, rgba(233,0,0,1) 0%, rgba(31,30,217,1) 53%); */
    width: 25%;
    /* background: rgb(144,55,55);
  background: linear-gradient(94deg, rgba(144,55,55,1) 0%, rgba(49,140,37,1) 25%, rgba(23,18,84,1) 50%, rgba(180,162,6,1) 75%); */
    opacity: 1;
    border: 1px solid green;
}

.hr-style2 {
    width: 25%;
    opacity: 1;
    border: 1px solid red;
}

.hr-style3 {
    width: 25%;
    opacity: 1;
    border: 1px solid yellow;
}

.hr-style4 {
    width: 25%;
    opacity: 1;
    border: 1px solid blue;
}

.bottom-menu {
    -webkit-box-shadow: -4px 7px 23px -10px rgba(72,129,162,0.68);
    box-shadow: -4px 7px 23px -10px rgba(72,129,162,0.68);
    /* border-bottom: 1px solid; */
    /* border-color: #7B1FA2; */
}

.MybookStyle:hover {
   
}

.nav-tabs {
    --bs-nav-tabs-link-active-bg: #0097A7;
    --bs-nav-tabs-border-color: darkcyan;

}

.nav-tabs .nav-link {
background-color: darkcyan;
}
