﻿

@font-face {
    font-family: YekanBakh FaNum;
    src: url('/fonts/Yekan-Bakh-FaNum-04-Regular.eot');
    src: url('/fonts/Yekan-Bakh-FaNum-04-Regular.eot?#iefix') format('embedded-opentype'), url('/fonts/Yekan-Bakh-FaNum-04-Regular.woff2') format('woff2'), url('/fonts/Yekan-Bakh-FaNum-04-Regular.woff') format('woff');
    font-weight: normal;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: YekanBakh FaNum;
    src: url('/fonts/Yekan-Bakh-FaNum-06-Bold.eot');
    src: url('/fonts/Yekan-Bakh-FaNum-06-Bold.eot?#iefix') format('embedded-opentype'), url('/fonts/Yekan-Bakh-FaNum-06-Bold.woff2') format('woff2'), url('/fonts/Yekan-Bakh-FaNum-06-Bold.woff') format('woff');
    font-weight: bold;
    font-style: normal;
    font-display: swap;
}

body {
    font-family: YekanBakh FaNum;
}

.jq-toast-single h2 {
    font-family: YekanBakh FaNum !important;
}

.error-span {
    display: block;
    margin-top: -15px;
}

.swal2-container.swal2-center > .swal2-popup {
    font-size: 12px !important;
}

.profile-div input {
    width: 100%;
    height: 60px;
    border: 2px solid #eaedff;
    color: #6f7172;
    padding: 0 20px;
    margin-bottom: 20px;
    outline: none;
}

    .profile-div input:focus {
        border-color: var(--tp-heading-secondary);
    }

    .profile-div input::placeholder,
    .profile-div input::-moz-placeholder {
        color: #6f7172;
    }

.profile-div label {
    color: #222;
    display: block;
}

    .profile-div label span {
        color: red;
    }

.cursor-pointer {
    cursor: pointer !important;
}

.breadcrumb > li + li::after {
    color: #212121;
    opacity: .5;
    content: "";
    padding: 0;
}

.breadcrumb > li + li::before {
    content: "\f104";
    padding: 0 9px;
}

.display-none {
    display: none !important;
}

.user-admin-avatar {
    width: 100% !important;
}

.profile-avatar {
    width: 130px !important;
    height: 130px !important;
    padding: 3px !important;
    border: 3px solid #ecf1f8 !important;
    border-radius: 100% !important;
    -moz-border-radius: 100% !important;
    -webkit-border-radius: 100% !important;
}

    .profile-avatar:hover {
        opacity: 0.7;
    }

.ck-editor__editable {
    min-height: 300px !important;
}

.tp-blog__meta-list span i {
    position: absolute;
}

.tp-blog__meta-list span a span {
    position: relative;
    right: 25px;
    margin-left: 0;
}

.error-message {
    color: red !important;
    margin-top: 5px !important;
}

.margin-bottom-10 {
    margin-bottom: 10px !important;
}

.fix-icon-navbar {
    position: relative !important;
    top: 3px !important;
}

.fix-span-navbar {
    position: relative !important;
    bottom: 1px !important;
}

.width-100 {
    width: 100% !important;
}

.color-red {
    color: red !important;
}

.btn-copy {
    border: 1px dotted #f70;
    color: #f70;
    background: transparent;
}

    .btn-copy i {
        position: relative;
        top: 4px;
        margin-left: 5px;
    }

    .btn-copy:hover {
        color: #fff;
        background: #f70;
        border-color: #f70;
    }

.admin-user-panel:hover .admin-icon {
    color: #2a3e4c;
}

.admin-course-panel:hover .admin-icon {
    color: #2a62cf;
}

.admin-urdu-panel:hover .admin-icon {
    color: #6fc341;
}

.admin-collaboration-panel:hover .admin-icon {
    color: #ff4858;
}

.admin-link {
    font-weight: bold;
    transition: 0.5s ease;
}

    .admin-link:hover {
        color: #2a3e4c;
    }

.admin-icon {
    width: 100px;
    height: 100px;
    line-height: 60px;
    font-size: 50px;
    margin: 0 0 25px 0;
    border: 1px solid #eaebef;
    padding: 20px;
    border-radius: 50%;
    box-shadow: rgba(99, 99, 99, 0.2) 0px 2px 8px 0px;
    color: #d0d8e3;
    transition: 0.5s ease;
}

.footer-text {
    text-align: justify !important;
}

.basket-btn {
    display: block;
    padding: 20px 20px;
    font-size: 16px;
    font-weight: 500;
    font-family: "Gordita-500";
    background: #245c51 !important;
    color: var(--tp-common-white);
    border-radius: 10px;
    margin-bottom: 10px;
}

    .basket-btn:hover {
        color: white;
    }

#bigSection {
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center center;
    height: 950px;
    position: relative;
}

.overlay {
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    display: flex;
}

.search-div {
    position: relative;
    justify-content: center;
    align-items: center;
    display: flex;
}

    .search-div form {
        width: 50%;
        display: block;
        border-radius: 50px;
        -moz-border-radius: 50px;
        -webkit-border-radius: 50px;
        padding: 10px;
        background-color: rgba(255,255,255,0.1);
        position: relative;
        overflow: hidden;
    }

    .search-div input {
        width: 100%;
        display: block;
        border-radius: 50px;
        -moz-border-radius: 50px;
        -webkit-border-radius: 50px;
        line-height: 50px;
        height: 50px;
        padding: 0 20px;
        font-size: 15px;
        color: #1e2f38;
        border: 0;
        outline: none;
    }

    .search-div form button {
        font-size: 25px;
        color: #ff6652;
        position: absolute;
        left: 15px;
        top: 8px;
        width: 50px;
        height: 45px;
        line-height: 45px;
        text-align: center;
        background-color: transparent;
        border: 0;
    }

        .search-div form button i {
            position: absolute;
            top: 13px;
            left: 13px;
        }

.margin-top-30 {
    margin-top: 30px !important;
}

.sale-perc-badge {
    position: absolute;
    width: 50px;
    height: 50px;
    z-index: 5;
    color: #fff;
    background: #fea24b;
    font-size: 11px;
    font-weight: 300;
    line-height: 16px;
    left: -2px;
    top: -8px;
    -webkit-transform: rotate(-30deg);
    transform: rotate(-25deg);
    -webkit-transition: all .3s;
    transition: all .3s;
    font-weight: bold;
    border-radius: 10px 20px 30px 10px;
}

.sale-perc {
    margin-top: 13px;
    margin-right: 13px;
    font-size: 15px;
}

.sale-badge-text {
    margin-right: 12px;
    margin-top: -1px;
}

@media screen and (max-width: 992px) {
    #bigSection {
        height: 700px;
    }
}

@media screen and (max-width: 768px) {
    #bigSection {
        height: 600px;
    }

    .search-div form {
        width: 90%;
    }

        .search-div form button {
            font-size: 20px;
        }

            .search-div form button i {
                top: 12px;
            }

    .header-background {
        background-size: contain !important;
    }
}

@media screen and (max-width: 400px) {
    .search-div form {
        width: 100%;
    }
}

.background-black {
    background: #1a1a1a !important;
}

.footer-svg {
    position: relative !important;
    bottom: 2px !important;
    margin-left: 3px !important;
}

.rightnav-detail-fixed {
    position: sticky !important;
    top: 10px !important;
}

.spot-player-div {
    display: flex;
    justify-content: space-between;
}


    .spot-player-div a {
        position: relative;
        background-color: #4c77dc;
        color: white;
        padding: 5px 40px;
        line-height: 35px;
        border-radius: 20px;
        border: none;
        top: 20px;
        transition: 0.5s ease;
    }


.image-and-text {
    display: flex;
    align-items: center; /* centers the image vertically */
}

    .image-and-text p {
        position: relative;
        top: 30px;
        font-weight: bold;
        color: #6611dd;
        margin-right: 5px;
    }

    .image-and-text img {
        position: relative;
        top: 20px;
    }

.spot-player-div a:hover {
    background-color: #6611dd;
}

.postbox__comment ul li.children {
    margin-right: 100px !important;
    margin-left: 0 !important;
}

.short-description {
    font-size: 15px !important;
    font-weight: bold !important;
}

.border-color-orange {
    border-color: #ff6652 !important;
    box-shadow: rgba(0, 0, 0, 0.24) 0px 3px 8px;
}

.font-bold {
    font-weight: bold !important;
}

.site-banners {
    width: 100% !important;
    height: auto !important;
    border-radius: 10px !important;
}

.header-background {
    background-position: center !important;
    background-attachment: fixed;
    background-size: cover !important;
    background-repeat: no-repeat !important;
    min-width: 100% !important;
}

.user-comment-avatar {
    width: 50px !important;
    height: 50px !important;
    object-fit: contain !important;
}