* {
    margin: 0;
}
@font-face {
    font-family: 'AllertaStencil-Regular';
    src: url('../fonts/AllertaStencil-Regular.ttf');
}
@font-face {
    font-family: 'Raleway-Medium';
    src: url('../fonts/raleway/Raleway-Medium.ttf');
}
@font-face {
    font-family: 'Raleway-Bold';
    src: url('../fonts/raleway/Raleway-Bold.ttf');
}
@font-face {
    font-family: 'Raleway-Regular';
    src: url('../fonts/raleway/Raleway-Regular.ttf');
}
@font-face {
    font-family: 'ProximaNova-Regular';
    src: url('../fonts/ProximaNova-Regular.otf');
}
@font-face {
    font-family: 'ProximaNova-Bold';
    src: url('../fonts/ProximaNova-Bold.otf');
}
@font-face {
    font-family: 'Raleway-SemiBold';
    src: url('../fonts/raleway/Raleway-SemiBold.ttf');
}
@font-face {
    font-family: 'Audiowide-Regular';
    src: url('../fonts/Audiowide-Regular.ttf');
}
body {
    font-family: 'ProximaNova-Regular';
    background: #FBFBFB;
}

header {
    position: absolute;
    z-index: 11;
    width: 100%;
    margin-top: 2%;
}
header .logo h2 {
    color: #fff;
    font-size: 38px;
    margin-bottom: 0px;
}
header .logo h3 { 
    color: #fff;
}
header .logo h2 {
    font-family: 'Audiowide-Regular';
    font-size: 38px;
}
header .logo h3 {
    font-family: 'Audiowide-Regular';
    font-size: 27px;
}
header a:hover {
    text-decoration: none;
}
.menu-list ul {
    padding-left: 0px;
    list-style-type: none;
    display: flex;
    /* justify-content: space-between; */
    /* background: linear-gradient(to right, #9D9C9C24, #6A6A6AAB, #3C3B3B3B); */
    margin-bottom: 0px;
}
.menu-list ul li {
    padding: 2px 15px;
}
.menu-list ul li a {
    color: #E5E3E3;
    font-family: 'Raleway-Bold';
    text-transform: uppercase;
}
.menu-list ul {
    justify-content: center;
    background: linear-gradient(to right, #9D9C9C05, #6A6A6AAB, #3C3B3B14);
}
.menu-list ul li a {
    color: #E5E3E3;
    /* font-family: 'Raleway-Medium'; */
    font-size: 15px;
}
.menu-list ul li a:hover {
    text-decoration: none;
}
.nav-link {
    text-transform: uppercase;
}
.hori-line hr {
    border-color: #b9b9b9;
}
.social-icons img {
    width: 30px;
    margin: auto 5%;
}
.highlights-section {
    margin-top: -3%;
}
.count-down-section {
    background: #ffffffe3;
    box-shadow: 0px -4px 6px #0000005D;
}
.count-down-section .counter {
    color: #273556;
    font-family: 'ProximaNova-Bold';
    font-size: 27px;
}
.counter-flex {
    display: flex;
    font-family: 'ProximaNova-Bold';
    font-size: 27px;
    color: #273556;
    justify-content: center;
}
.counter-flex p {
    margin-bottom: 0px;
}
.count-down-section .title {
    color: #273556;
    font-family: 'ProximaNova-Regular';
    font-size: 20px;
    text-align: center;
    margin-bottom: 0px;
}
.search-categories {
    border: 1px solid #7070709B;
    /* box-shadow: -3px -1px 6px #0000006F; */
    /* border-radius: 21px; */
    border-radius: 0px;
    height: 45px !important;
    font-family: 'Raleway-Regular';
    font-size: 15px;
    color: #000000;
    -webkit-appearance: auto;
    -moz-appearance: auto;
    appearance: auto;
    background: #f0f1f2;
    border-right: none;
}
.search-categories-input {
    width: 100%;
}
.search-categories-input input {
    border: 1px solid #7070709B;
    /* box-shadow: -3px -1px 6px #0000006F; */
    /* border-radius: 21px; */
    border-radius: 0px;
    height: 45px !important;
    font-family: 'Raleway-Regular';
    font-size: 15px;
    color: #000000;
    width: 100%;
    padding: 0 15px;
    border-left: none;
}
.search-categories-input input::placeholder {
    opacity: .4;
}
.search-categories-input .icon-container {
    position: relative;
    /* right: 8%;
    top: calc(50% - 13px); */
    background: #030303;
    top: 0;
    bottom: 0;
    width: 47px;
    right: 0px;
    cursor: pointer;
    border: none;
    height: 45px;
}
.search-categories-input .icon-container img {
    width: 19px;
    margin: 12px auto;
    display: block;
}
.search-categories-input .icon-container i {
    position: relative;
    height: 20px;
    width: 20px;
    display: inline-block;
}
.search-categories-input input:focus-visible, .search-categories:focus {
    /* border: 3px solid #7070709B; */
    box-shadow: none;
}
.search-categories:focus {
    background: #f0f1f2;
}
.book-lists-section {
    background: #ffffff1c;
    box-shadow: 0px 3px 6px #0000001F;
    border: 1px solid #70707030;
    /* height: 200px; */
    border-radius: 44px;
    margin: 9% 2% auto;
    padding-bottom: 4%;
    /* z-index: -1; */
    position: relative;
}
.zIndexMin {
    z-index: -1;
}
.select-wrapper .select.open .custom-options {
    position: relative;
}
.book-lists-section .title {
    background: linear-gradient(#000000, #545454);
    border-radius: 12px;
    height: 45px;
    padding: 0 13px;
    width: 165px;
    margin-left: 3%;
    margin-top: -21px;
}
.book-lists-section .title h6 {
    font-family: 'ProximaNova-Bold';
    color: #fff;
    font-size: 28px;
    margin-bottom: 0;
    padding-top: 5px;
}
.book-lists-section .title h6 img {
    margin-right: 10px;
}
.books-list-block-left p {
    margin-bottom: 0px;
    color: #000001;
    font-family: 'Raleway-Bold';
    font-size: 16px;
    border-bottom: 1px dashed #707070;
}
.books-list-block-left a:hover {
    text-decoration: none;
}
.books-list-block-left img {
    margin-right: 15px;
}
.books-list-block-left .last p {
    border-bottom: 1px dashed transparent;
    font-size: 15px;
}
.books-list-block-left .last img {
    height: 18px;
    margin: auto 15px auto 0;
}
.books-list-block-left .last p span {
    font-family: 'Raleway-Regular';
}
.books-list-block-right p {
    font-family: 'Raleway-Bold';
    font-size: 15px;
    margin-bottom: 2px;
}
.books-list-block-right img {
    height: 20px;
    margin: auto 15px auto 0;
    display: block;
}
.books-list-block-right p span {
    font-family: 'Raleway-Regular';
}
.hr-line hr {
    border-style: dashed;
    border-color: #707070;
}
.bullet-box {
    background: linear-gradient(#1F1E1E, #696868);
    width: 31px;
    height: 26px;
    position: absolute;
    left: -10px;
    top: 23px;
}
.bullet-box .circle {
    background: #fff;
    width: 15px;
    height: 15px;
    margin: 5px auto;
    border-radius: 100px;
}
.pagination .page-item {
    width: 22px;
    height: 17px;
}
.page-link {
    border: 1px solid #707070;
    line-height: 3px;
    padding: 9px 4px;
    text-align: center;
    color: #343434;
}
.pagination-prev, .pagination-next {
    display: none;
}
.activePagination {
    background: #343434;
    color: #fff;
}
.page-link:hover {
    background: #343434;
    color: #fff;
}
.page-list:hover {
    text-decoration: none;
    background: #343434;
    color: #fff;
    border-color: #343434;
}
.page-list {
    border: 1px solid #707070;
    line-height: 3px;
    padding: 11px 8px 14px;
    text-align: center;
    color: #343434;
    width: auto;
    height: 14px;
    margin-right: 5px;
    text-transform: capitalize;
    font-size: 14px;
}
.page-list.aspNetDisabled:hover {
    background: #343434;
    color: #fff !important;
    border-color: #343434;
}
.page-list.aspNetDisabled {
    background: #343434;
    color: #fff !important;
}

footer {
    background: #1E1E1F;
}
footer a {
    color: #cacaca !important;
    font-size: 13px;
}
footer p {
    color: #cacaca !important;
    font-size: 13px;
    margin-bottom: 0px;
}
.quick-links-footer {
    letter-spacing: 2.2px;
    color: #cacaca;
}
.preloader {
    z-index: 111;
    background: rgba(9, 8, 8, 0.4);
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
}
.preloader img {
	width: 86px;
    height: 86px;
    background-size: contain;
    animation: spin 1s linear infinite;
    margin: auto;
    display: block;
    position: absolute;
    top: 45%;
    left: 48%;
}

@keyframes spin {
	to { transform: rotate(360deg) }
}

.select-wrapper {
    position: relative;
    user-select: none;
    width: auto;
}
.select {
    position: relative;
    display: flex;
    flex-direction: column;
    border-width: 0 0px 0 2px;
    border-style: solid;
    border-color: #7070709B;
}
.select__trigger {
    position: relative;
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 0 10px;
    font-size: 14px;
    font-weight: 300;
    color: #3b3b3b;
    height: 45px;
    line-height: 60px;
    background: #f0f1f2;
    cursor: pointer;
    border-width: 1px 0 1px 0;
    border-style: solid;
    border-color: #7070709B;
}
.custom-options {
    position: absolute;
    display: block;
    top: 100%;
    left: 0;
    right: 0;
    /* border: 2px solid #7070709B; */
    border-top: 0;
    background: #fff;
    transition: all 0.5s;
    opacity: 0;
    visibility: hidden;
    pointer-events: none;
    z-index: 2;
    width: 100px;
    box-shadow: 0px 3px 6px #eaeaea;
}
.select.open .custom-options {
    opacity: 1;
    visibility: visible;
    pointer-events: all;
}
.custom-option {
    position: relative;
    display: block;
    padding: 0 10px 0 10px;
    font-size: 14px;
    font-weight: 300;
    color: #3b3b3b;
    line-height: 35px;
    cursor: pointer;
    transition: all 0.5s;
   
}
.custom-option:hover {
    cursor: pointer;
    background-color: #f0f0f0;
}
.custom-option.selected {
    color: #ffffff;
    background-color: #1F1F1F;
}
.arrow {
    position: relative;
    height: 15px;
    width: 15px;
    left: 8px;
    top: -3px;
}
.arrow::before, .arrow::after {
    content: "";
    position: absolute;
    bottom: 0px;
    width: 2px;
    height: 9px;
    transition: all 0.5s;
}
.arrow::before {
    left: 0px;
    transform: rotate(-45deg);
    background-color: #394a6d;
}
.arrow::after {
    left: 5px;
    transform: rotate(45deg);
    background-color: #394a6d;
}
/* .open .arrow::before {
    left: 0px;
    transform: rotate(45deg);
}
.open .arrow::after {
    left: 5px;
    transform: rotate(-45deg);
} */

.error {
    font-size: 12px;
    color: red;
    font-family: 'ProximaNova-Regular' !important;
}


@media (max-width: 600px) {
    header .logo h3 {
        font-size: 14px;
    }
    header .logo h2 {
        font-size: 18px;
    }
    .menu-list ul li a {
        font-size: 14px;
    }
    .social-icons img {
        width: 22px;
    }
    .search-categories-input input {
        font-size: 14px;
    }
    .search-categories-input input::placeholder {
        font-size: 12px;
    }
    .count-down-section .counter {
        font-size: 23px;
    }
    .counter-flex p {
        font-size: 23px;
    }
    .count-down-section .title {
        font-size: 16px;
    }
    .preloader img {
        left: 36%;
    }
    .book-lists-section .title {
        height: 40px;
    }
    .book-lists-section .title h6 img {
        width: 21px;
    }
    .book-lists-section .title h6 {
        font-size: 23px;
    }
    .books-list-block-left .last p {
        font-size: 13px;
    }
    .books-list-block-left p {
        font-size: 14px;
        word-break: break-all;
    }
    .books-list-block-right p {
        font-size: 14px;
    }
    .books-list-block-right img {
        margin: auto auto 10px auto;
    }
    .books-list-block-right p {
        text-align: center;
    }
    footer p {
        text-align: center !important;
    }
}
@media only screen and (max-width: 767px) {
    .nav-menu {
        position: fixed;
        left: -100%;
        top: 5rem;
        flex-direction: column;
        background-color: #fff;
        width: 100%;
        border-radius: 10px;
        text-align: center;
        transition: 0.3s;
        box-shadow:
            0 10px 27px rgba(0, 0, 0, 0.05);
            padding-left: 0px;
            list-style-type: none;
    }

    .nav-menu.active {
        left: 0;
    }

    .nav-item {
        margin: 12px 0;
    }
    .nav-link {
        color: #000;
        transition: .3s;
        border-bottom: 1px solid transparent;
    }
    .nav-link:hover {
        border-bottom: 1px solid #000;
        transition: .3s;
    }
    .hamburger {
        display: block;
        cursor: pointer;
    }
    
    .hamburger.active .bar:nth-child(2) {
        opacity: 0;
    }

    .hamburger.active .bar:nth-child(1) {
        transform: translateY(8px) rotate(45deg);
    }

    .hamburger.active .bar:nth-child(3) {
        transform: translateY(-8px) rotate(-45deg);
    }
    
    .bar {
        display: block;
        width: 25px;
        height: 3px;
        margin: 5px auto;
        -webkit-transition: all 0.3s ease-in-out;
        transition: all 0.3s ease-in-out;
        background-color: #fff;
    }
    .social-icons {
        display: flex;
        justify-content: flex-start;
    }
    .social-icons a {
        margin-right: 15px;
    }
    .page-list {
        padding: 1px 6px;
    }
    footer a {
        color: #cacaca !important;
        font-size: 11px;
    }

}
@media screen and (min-width: 600px) and (max-width: 767px) {
    .preloader img {
        left: 45%;
    }
}
@media (min-width: 767px) {
    .navbar-resp {
        display: none;
    }
}
@media screen and (min-width: 600px) and (max-width: 992px) {
    header .logo h3 {
        font-size: 16px;
    }
    header .logo h2 {
        font-size: 20px;
    }
    .menu-list ul li a {
        font-size: 10px;
    }
    .social-icons img {
        width: 21px;
    }
    .menu-list ul li {
        padding: 2px 4px;
    }
    .count-down-section .counter {
        font-size: 23px;
    }
    .counter-flex p {
        font-size: 23px;
    }
    .count-down-section .title {
        font-size: 16px;
    }
    .books-list-block-left .last p {
        font-size: 15px;
    }
    .books-list-block-left p {
        font-size: 15px;
    }
    .books-list-block-right p {
        font-size: 14px;
    }
    .books-list-block-right img {
        height: 18px;
    }
    .books-list-block-left .last img {
        height: 16px;
    }
    .books-list-block-left img {
        height: 18px;
    }
    .bullet-box {
        width: 30px;
        height: 25px;
    }
    .bullet-box .circle {
        width: 14px;
        height: 14px;
    }
    
}
@media (max-width: 992px) {
    .book-lists-section {
        margin: 68px 2% auto;
    }
}
@media (width: 1024px) {
    header .logo h3 {
        font-size: 20px;
    }
    header .logo h2 {
        font-size: 25px;
    }
    .menu-list ul li a {
        font-size: 12px !important;
    }
    .menu-list ul li {
        padding: 2px 8px !important;
    }
    .social-icons img {
        width: 25px;
    }
    .count-down-section .counter {
        font-size: 23px;
    }
    .counter-flex p {
        font-size: 23px;
    }
    .count-down-section .title {
        font-size: 16px;
    }
    .search-categories-input input {
        font-size: 13px;
    }
    .search-categories-input input::placeholder {
        opacity: .4;
        font-size: 12px;
    }
    .search-categories {
        font-size: 14px;
    }
    .books-list-block-left .last p {
        font-size: 15px;
    }
    .books-list-block-left p {
        font-size: 15px;
    }
    .books-list-block-right p {
        font-size: 14px;
    }
    .books-list-block-right img {
        height: 18px;
    }
    .books-list-block-left .last img {
        height: 16px;
    }
    .books-list-block-left img {
        height: 18px;
    }
    .bullet-box {
        width: 30px;
        height: 25px;
    }
    .bullet-box .circle {
        width: 14px;
        height: 14px;
    }
}
@media screen and (min-width: 1024px) and (max-width: 1399px) {
    .menu-list ul li {
        padding: 2px 11px;
    }
    .menu-list ul li a {
        font-size: 14px;
    }
    .social-icons img {
        width: 23px;
    }
}