/* CSS Document */
@font-face {
    font-family: 'Inter';
    src: url('../fonts/Inter-Regular.woff2') format('woff2'),
        url('../fonts/Inter-Regular.woff') format('woff');
    font-weight: normal;
    font-style: normal;
    font-display: swap;
}

body {
    background: #fff;
    overflow-x: hidden;
    font-family: 'Inter' !important;
    margin: 0;
    padding: 0;
}

@font-face {
    font-family: 'Banff';
    src: url('../fonts/BanffPlain.woff2') format('woff2'),
        url('../fonts/BanffPlain.woff') format('woff');
    font-weight: normal;
    font-style: normal;
    font-display: swap;
}

.font {
    font-family: 'Banff' !important;
}

.banner-bottom {
    background-image: linear-gradient(272deg, #ee2427 51%, #fa5537);
    text-align: center;
}

.banner-bottom h1 {
    color: #fff;
    font-size: 26px;
    padding: 12px 2px;
}

.topbar {
    background: #e72e29;
    color: #fff;
    text-align: right;
    padding: 2px 6px;
    font-size: 16px;
}


.topbar a,
.address a {
    color: #fff;
    text-decoration: none;
    padding: 0 6px;
}

.social-links a {
    color: #fff;
    text-decoration: none;
}

.logo-section {
    text-align: center;
    padding: 6px 16px;
}

.logo-section img {
    max-width: 100%;
}

.logout {
    background: #2b2b2b;
    color: #FFF;
    border-radius: 4px;
    padding: 4px 6px;
    margin: 0 6px;
    border: none;
}

.logout-section {
    display: inline-block;
}

/* banner section */
.banner-bg {
    background: #e72e29;
    padding: 15px 0;
    display: flex;
    justify-content: center;
    box-shadow: inset 0px 6px 9px #585858;
    border-bottom: 7px solid #000;
}

.banner-bg img {
    overflow: hidden;
    transform: translatey(0px);
    animation: float 3s ease-in-out infinite;
}

.align-right {
    text-align: right;
}

@keyframes float {
    0% {
        transform: translatey(0px);
    }

    50% {
        transform: translatey(-20px);
    }

    100% {
        transform: translatey(0px);
    }
}

.bannerPadding {
    padding: 25px 0 0 0;
}

.banner-bg h2 {
    color: #fff;
    text-align: left;
    letter-spacing: 1px;
    font-size: 2.4vw;
    text-shadow: 1px 4px 3px #141414;
    font-weight: bold;
}

.bigfont {
    font-size: 3.2vw;
}

.banner-bg h3 {
    color: #000000;
    text-align: left;
    font-size: 2vw;
}

.banner-bottom {
    background-image: linear-gradient(272deg, #ee2427 51%, #fa5537);
    text-align: center;
}

.banner-bottom h1 {
    color: #fff;
    font-size: 26px;
    padding: 12px 2px;
}

/* banner section */
/* login */
.pattern {
    background-image: url(../images/pattern.png);
    background-repeat: no-repeat;
    background-size: cover;
    padding: 55px 0;
}

.pattern1 {
    padding: 0px 2%;
}

.login {
    text-align: center;
    background-image: linear-gradient(178deg, #f95036 51%, #e8352c);
    color: #fff;
    color: #fff;
    border-radius: 18px;
    margin: 22px 4%;
    padding: 6px 0 22px 0;
    box-shadow: 1px 2px 3px #a7a7a7;
}

.login img {
    margin: -45px 0 0 0;
    max-width: 100%;
}

.login h1 {
    margin: 20px 0;
    font-size: 32px;
}

.input-box {
    display: flex;
    justify-content: center;
    width: 80%;
    background: #fff;
    padding: 4px;
    margin: 15px 0;
    border-radius: 4px;
}

.icon {
    padding: 8px;
    background: #fff;
    color: #858686;
    font-size: 28px !important;
    text-align: center;
    /* width: 20%; */
}

.input-field {
    width: 100%;
    padding: 8px;
    outline: none;
    border: none;
    font-size: 18px;
}

.login-btn {
    margin: 12px 0;
    width: 80%;
    padding: 14px 0;
    border: none;
    border-radius: 6px;
    font-size: 20px;
    background: #000;
    color: #fff;
    transition: all .3s ease;
}

.login-btn:hover {
    opacity: 0.7;
}

.forget-pass {
    text-align: right;
    width: 80%;
    margin: 9px 0;
}

.forget-pass a {
    color: #fff;
}

.input-field-section {
    width: 76%;
    padding: 15px;
    outline: none;
    border: none;
    font-size: 18px;
    margin: 15px 0;
    border-radius: 0 4px 4px 0px;
}

.custom-icons {
    margin: 0px -6px 0px 1px;
    border-radius: 4px 0 0 4px;
    background: #fff;
    color: #858686;
    font-size: 28px !important;
    text-align: center;
}

.fa-envelope {
    padding: 11px 10px 18px 10px;
}

.fa-lock {
    padding: 11px 16px 18px 17px;
}

.invalid-message {
    color: white;
    background: rgb(0 0 0 / 15%);
    width: 80%;
    padding: 4px 3px;
    border-radius: 2px 0;
}

/* login */
/*banner*/
banner img {
    margin: 8px 0 0 0;
    text-align: center;
    border-top: 2px solid #696969;
}

.carousel-indicators [data-bs-target] {
    width: 9px !important;
    height: 9px !important;
    background-color: rgb(0, 0, 0) !important;
    border-radius: 50% !important;
}

.carousel-indicators .active {
    opacity: 0.9 !important;
    color: #fff !important;
    background-color: #FFF !important;
}

.carousel-indicators {
    bottom: -23px !important;
}

.carousel-control-next,
.carousel-control-prev {
    position: absolute;
    top: 40% !important;
    bottom: 0;
    z-index: 1;
    display: flex;
    align-items: center;
    justify-content: center;
    width: 2% !important;
    padding: 0;
    color: #fff;
    text-align: center;
    background: 0 0;
    border: 0;
    opacity: .5;
    transition: opacity .15s ease;
    background: #e8504d !important;
    height: 7% !important;
}

.carousel-control-prev {
    left: 8px !important;
}

.carousel-control-next {
    right: 8px !important;
}

.carousel-control-next-icon,
.carousel-control-prev-icon {
    width: 25px !important;
    height: 25px !important;
}

.owl-next:hover {
    opacity: 0.7;
}

.owl-prev:hover {
    opacity: 0.7;
}

/* banner */
/* banner book */
.book-section {
    position: relative;
    margin: 4px auto 0 auto;
    width: 99%;
    text-align: center;
    box-shadow: rgba(99, 99, 99, 0.54) 0px 1px 4px 0px;
}

.book-section img {
    width: 100%;
    height: 345px;
}

.book-dis {
    font-size: 14px;
    color: #000;
    width: 99%;
    margin: 0px auto;
    background: #ffffff;
    min-height: 105px;
    padding: 3px 2px;
    text-align: center;
    border: 1px solid #e9e9e9;
}

.book-dis a {
    color: #504f4f;
    font-weight: bold;
    text-decoration: none;
}

.book-dis a:hover {
    color: #000;
    font-weight: bold;
}

.rel {
    text-align: center;
}

.rel button {
    background: #ec1c24;
    padding: 6px 18px;
    border: 2px solid #ec1c24;
    font-size: 14px;
    color: #ffffff;
    margin: 15px 0 35px 0px;
    transition: all .5s ease;
    border-radius: 2px;
}

.rel button:hover {
    background: none;
    border: 2px solid #868686;
    color: rgb(88, 88, 88);
}

.nav-link {
    color: #000000;
}

.nav-link:hover {
    color: #000000;
}

.nav-pills .nav-link.active,
.nav-pills .show>.nav-link {
    color: #fff;
    background: #ee2427 !important;
    border-radius: 0;
}

#pills-tab {
    border-bottom: 1px solid #ccc;
    background: #ffe0b2dd;
    padding: 2px 0;
}

/* banner book */
/* footer */
.footer {
    background: #ec1c24;
    color: #ffffff;
    padding: 18px 6px 6px 6px;
}

.img-location {
    text-align: right;
}

.address {
    font-size: 18px;
    font-weight: 500;
    /* margin: 6px 0; */
}

.footer h4 {
    text-align: center;
    /* margin: 6px 0; */
    font-size: 19px;
}

.social-links {
    text-align: center;
    margin: 2px 0;
}

.book-section {
    cursor: pointer;
}
.forget-password {
    color: white;
    text-decoration: auto !important;
}

/* footer */
/* image tg for free and paid */
.image-label {
    position: absolute;
    /* top: 0; right: 0; */
    top: -15px;
    right: -12px;
    background: #ff0000;
    color: #fff;
    font-size: 12px;
    font-weight: bold;
    text-transform: uppercase;
    padding: 4px 3px 4px 17px;
    clip-path: polygon(100% 0, 100% 100%, 15% 100%, 0 0);
    box-shadow: 0 4px 6px rgba(0, 0, 0, 0.2);
}

.image-label.free {
    background-color: #28a745;
}

.image-label.paid {
    background-color: #dc3545;
}

.image-label i {
    margin-right: 8px;
}

/* image tg for free and paid */
/* Purchase book btn */
.purchase-btn {
    background-color: #ff5722;
    color: white;
    padding: 10px 20px;
    text-align: center;
    text-decoration: none;
    display: inline-block;
    border-radius: 4px;
}
.purchase-btn:hover {
    color: white;
    background-color: #e72e29;
}
/* Purchase book btn */
/* footer popup */
#app-download-popup {
    display: none;
    position: fixed;
    bottom: 0;
    left: 0;
    right: 0;
    background: #fff;
    box-shadow: 0 -2px 8px rgba(0, 0, 0, 0.1);
    z-index: 10000;
    font-family: Arial, sans-serif;
    padding: 10px;
}

.popup-container {
    max-width: 900px;
    margin: 0 auto;
    display: flex;
    align-items: center;
    gap: 15px;
    position: relative;
    flex-wrap: wrap;
}

.app-icon {
    width: 15px;
    height: 16px;
    flex-shrink: 0;
    margin-bottom: 3px;
}

.popup-text {
    display: flex;
    flex-direction: column;
    line-height: 1.2;
    flex: 1;
    min-width: 0;
}

.popup-text strong {
    font-size: 14px;
    margin-bottom: 3px;
}

.popup-text span {
    font-size: 13px;
    color: #666;
}

.install-btn img {
    height: 40px;
}

@media (max-width: 575px) {
    .purchase-btn {
        display: none;
    }
}
