/*!
Theme Name: Sanay Prakashan Audiobooks
Theme URI: http://underscores.me/
Author: Vishal Mirashe
Author URI: https://www.pitchteq.com/
Description: Description
Version: 1.0.0
Tested up to: 5.4
Requires PHP: 5.6
License: GNU General Public License v2 or later
License URI: LICENSE
Text Domain: sanay-prakashan-audiobooks
Tags: custom-background, custom-logo, custom-menu, featured-images, threaded-comments, translation-ready
*/

@import url('https://fonts.googleapis.com/css2?family=Mukta:wght@200;300;400;500;600;700;800&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Livvic:ital,wght@0,100;0,200;0,300;0,400;0,500;0,600;0,700;0,900;1,100;1,200;1,300;1,400;1,500;1,600;1,700;1,900&display=swap');


html{
    overflow-y: scroll;
}
body{
    margin: 0;
    padding:0;
    font-family: "Mukta", sans-serif;
    font-weight: 500;
}
.topfixed {
    position: fixed !important;
    z-index: 99 !important;
    animation: smoothScroll 1s forwards;
    width: 100% !important;
    box-shadow: 5px 1px 8px #000;
    top:0;
    backdrop-filter: blur(5px);
}
@keyframes smoothScroll {
    0% {
        transform: translateY(-40px);
    }
    100% {
        transform: translateY(0px);
    }
}
::-webkit-scrollbar {
    width: 8px;
}
::-webkit-scrollbar-track {
    background: #fde8b4; 
}
::-webkit-scrollbar-thumb {
    background: #410200;
}
::-webkit-scrollbar-thumb:hover {
    background: #DDAD67; 
}
.container{
    width: 1340px;
}
body.home,#page {
    overflow-y: hidden;
}
nav.techno-navbar.topfixed ul li a{
    padding: 20px 15px;
}
nav.techno-navbar.topfixed ul.dropdown-menu{
    top:60px;
}
a:focus,input:focus {
    outline: unset;
    outline-offset: unset;
}
/*--------------------------- Header ---------------------------*/
header.site-header {
    position: absolute;
    width: 100%;
    z-index: 99 !important;
}
.spaudiobooks-navbar{
	display: flex;
	align-items: center;
    justify-content: space-between;
}
.spaudiobooks-navbar .logo-img{
	height: 80px;
	width: 77px;
}
.spaudiobooks-navbar .logo-img img{
	max-width: 100%;
	max-height: 100%;
}
.spaudiobooks-navbar .search-bar{
	display: flex;
    grid-gap: 20px;
}
.spaudiobooks-navbar .search-bar form {
    width: 450px;
}
.spaudiobooks-navbar .search-bar form input.is-search-input {
    font-size: 16px !important;
    font-family: 'Mukta';
    font-weight: 400;
    height: 50px;
    border-radius: 10px 0 0 10px;
    padding: 5px 20px;
    background: rgba(255,255,255,.2);
    border: unset !important;
    color: #fff;
}
.spaudiobooks-navbar .search-bar form button.is-search-submit {
    height: 50px;
    background: rgba(255,255,255,.2);
    border-radius: 0 10px 10px 0;
    border: unset;
}
.spaudiobooks-navbar .search-bar form button.is-search-submit .is-search-icon {
    background: unset;
    border: unset;
}
.spaudiobooks-navbar .search-bar form button.is-search-submit .is-search-icon svg path{
	fill: #fff;
}
.spaudiobooks-navbar .search-bar .lang-main-bar{
    background: #DDAD67;
    border-radius: 10px;
    padding: 5px 15px;
    width: 180px;
    cursor: pointer;
}
.spaudiobooks-navbar .search-bar .lang-main-bar .lang-selection{
    display: flex;
    font-size: 17px;
    justify-content: space-between;
    color: #721F1D;
}
.spaudiobooks-navbar .search-bar .lang-main-bar .lang-selection #right-box{
    width: 70%;
}
.spaudiobooks-navbar .search-bar .lang-main-bar .lang-selection #language-selected{
    font-size: 15px;
    color: #333;
}
.spaudiobooks-navbar .search-bar .lang-main-bar .lang-selection .f-box{
    display: flex;
    justify-content: space-between;
    align-items: end;
    font-weight: 700;
    font-family: 'Livvic';
}
.spaudiobooks-navbar .search-bar .lang-main-bar .lang-selection span.dashicons-translation{
    font-size: 24px;
}
.spaudiobooks-navbar .right-menu ul{
	padding: 0;
	margin: 0;
	list-style: none;
	display: flex;
}
.spaudiobooks-navbar .right-menu ul li:not(:last-child){
	margin-right: 25px;
}
.spaudiobooks-navbar .right-menu ul li a{
	text-decoration: none;
	color: #fff;
	font-size: 18px;
}
.spaudiobooks-navbar .right-menu ul li:hover a{
    color: #DDAD67;
}
/*--------------------------- Footer ---------------------------*/
.spaudiobooks-footer{
    background: #721F1D;
    position: relative;
    padding: 150px 20px 50px;
}
.spaudiobooks-footer .footer-above {
    background: #410200;
    padding: 50px;
    display: flex;
    align-items: center;
    justify-content: space-between;
    width: 90%;
    margin: 0 auto;
    position: absolute;
    top: -80px;
    left: 50%;
    transform: translateX(-50%);
    border-radius: 15px;
}
.spaudiobooks-footer .footer-above .left{
    width: 80%;
}
.spaudiobooks-footer .footer-above .left h2 {
    margin: 0;
    color: #fff;
    font-family: 'Livvic';
    font-size: 30px;
    font-weight: 600;
}
.spaudiobooks-footer .footer-above .left p {
    color: rgb(255 255 255 / 50%);
    font-weight: 200;
    font-size: 18px;
    margin: 10px 0 0;
}
.spaudiobooks-footer .footer-above a {
    background: #DDAD67;
    color: #721F1D;
    padding: 15px 20px;
    font-size: 18px;
    border-radius: 10px;
    text-decoration: none;
}
.spaudiobooks-footer .col-md-5{
    width: 32%;
}
.spaudiobooks-footer .col-md-2{
    width: 17%;
}
.spaudiobooks-footer .col-md-3{
    width: 34%;
}
.spaudiobooks-footer .wp-block-image img{
    height: 120px;
    object-fit: contain;
    width: 100%;
    object-position: left;
}
.spaudiobooks-footer .widget h2 {
    font-size: 24px;
    color: #FAFAFA;
    margin: 0 0 30px 0;
    font-weight: 600;
    font-family: 'Livvic';
}
.spaudiobooks-footer .widget br{
    display: none;
}
.spaudiobooks-footer .widget.widget_text p{
    color: #FFD9D9;
    font-size: 18px;
    margin: 30px 0;
    line-height: 1.8;
    font-weight: 300;
}
.spaudiobooks-footer ul.menu {
    list-style: none;
    padding: 0;
    margin: 0;
}
.spaudiobooks-footer ul.menu li:not(:last-child){
    margin-bottom: 20px;
}
.spaudiobooks-footer ul.menu li a{
    color: #FFD9D9;
    text-decoration: none;
    font-size: 18px;
    font-weight: 300;
}
.spaudiobooks-footer ul.menu li a:hover{
    color: #DDAD67;
}
.spaudiobooks-footer .footer-social-list{
    grid-gap: 15px;
    padding: 0;
    list-style: none;
    margin: 0;
    display: flex;
}
.spaudiobooks-footer .footer-social-list a{
    height: 40px;
    width: 40px;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    background: rgba(255,255,255,0.1);
    transition: all .5s ease;
}
.spaudiobooks-footer .footer-social-list a i{
    font-size: 16px;
    color: #fff;
}
.spaudiobooks-footer .footer-social-list a:hover{
    background: #DDAD67;
}
.spaudiobooks-footer .footer-social-list a:hover i{
    color: #721F1D;
}
.spaudiobooks-footer .subscribe-form {
    margin-top: 30px
}
.spaudiobooks-footer .subscribe-form p {
    display: flex;
    align-items: center;
    position: relative;
    margin: 0;
    justify-content: center
}
.spaudiobooks-footer .subscribe-form input {
    padding: 20px 30px;
    border: unset;
    font-size: 16px;
    font-weight: 500;
}
.spaudiobooks-footer .subscribe-form input.wpcf7-email {
    border-radius: 15px 0 0 15px;
    width: 100%;
}
.spaudiobooks-footer .subscribe-form input[type=submit] {
    background: #DDAD67;
    color: #410200;
    font-weight: 500;
    text-transform: uppercase;
    border-radius: 0 15px 15px 0;
}
.spaudiobooks-footer .subscribe-form .wpcf7-not-valid-tip {
    position: absolute;
    color: #ff4500;
    margin: 5px 0 0 15px
}
.spaudiobooks-footer #subscribe-form .wpcf7-response-output {
    background: #cd5c5c;
    border: unset;
    width: fit-content;
    margin: 50px auto 0;
    color: #fff
}
/*--------------------------- Copyright ---------------------------*/
.copyright-wrap {
    font-size: 18px;
    color:#fff;
    margin-top: 80px;
    padding: 30px 0 0 0;
    border-top: 1px solid rgba(255, 255, 255, 0.1);
}
.copyright-wrap p{
    margin-bottom:0;
    font-weight: 400;
}
.copyright-wrap a{
    text-decoration: none;
    color:#DDAD67;
    font-weight: 700;
}
/*--------------------------- Elementor CSS ---------------------------*/
.spaudiobooks-home-hero-section,
.spaudiobooks-inner-hero-section{
    position: relative;
    z-index: 1 !important;
}
.spaudiobooks-home-hero-section:after{
    content: '';
    background: linear-gradient(320deg, #000000 0, rgba(0, 0, 0, 0.5) 10%, rgba(0, 0, 0, 0.9) 60%);
    height: 100%;
    width: 100%;
    left: 0;
    top: 0;
    position: absolute;
    z-index: -1;
}
.spaudiobooks-inner-hero-section:after{
    content: '';
    background: linear-gradient(89.97deg, rgba(15, 15, 15, 0.2) -1.12%, rgba(20, 15, 15, 0.974681) 32.9%, rgba(12, 8, 8, 0.565663) 118.63%, rgba(0, 0, 0, 0) 166.26%);
    height: 100%;
    width: 100%;
    left: 0;
    top: 0;
    position: absolute;
    z-index: -1;
}
.scroll-bg {
    background-repeat: repeat-x;
    background-size: auto 100%;
    animation: bgScroll 80s linear infinite;
}
@keyframes bgScroll {
    0% {
        background-position: 0 0;
    }
    100% {
        background-position: -2000px 0;
    }
}
.sanay-audiobook-languages-wrap {
    display: flex;
    grid-gap: 50px;
    justify-content: space-around;
}
.sanay-audiobook-languages-wrap .audiobook-language-item{
    flex: 1;
}
.sanay-audiobook-languages-wrap .audiobook-language-item a{
    display: block;
    padding: 30px 20px 0;
    overflow: hidden;
    border-radius: 20px;
    color: #fff;
    text-decoration: none;
    text-align: center;
    transition: transform 0.3s ease, box-shadow 0.3s ease;
}
.sanay-audiobook-languages-wrap .audiobook-language-item:hover a {
    transform: translateY(-10px);
    box-shadow: 0 18px 35px rgba(0,0,0,0.25);
}
.sanay-audiobook-languages-wrap .audiobook-language-item.marathi a{
    background: linear-gradient(180deg, #593999 0%, #290A44 100%);
}
.sanay-audiobook-languages-wrap .audiobook-language-item.hindi a{
    background: linear-gradient(180deg, #488BEF 0%, #295089 100%);
}
.sanay-audiobook-languages-wrap .audiobook-language-item.english a{
    background: linear-gradient(180deg, #E857E2 0%, #82317E 100%);
}
.sanay-audiobook-languages-wrap .audiobook-language-item .language-box h3{
    margin: 0;
    font-weight: 700;
    text-transform: capitalize;
    font-size: 28px;
    font-family: 'Livvic';
}
.sanay-audiobook-languages-wrap .audiobook-language-item .language-box .desc{
    margin: 15px 0 30px 0;
}
.sanay-audiobook-languages-wrap .audiobook-language-item .language-box .desc p{
    margin: 0;
    font-size: 15px;
    font-weight: 400;
    text-transform: capitalize;
    color: #FFD9D9;
    line-height: 1.5;
}
.sanay-audiobook-languages-wrap .audiobook-language-item .language-box .img{
    position: relative;
    z-index: 1;
}
.sanay-audiobook-languages-wrap .audiobook-language-item .language-box .img:before{
    content: '';
    background: #fff;
    bottom: 0;
    left: 0;
    position: absolute;
    height: 85%;
    width: 100%;
    z-index: -1;
}
.sanay-audiobook-languages-wrap .audiobook-language-item .language-box .img img {
    border: none;
    border-radius: 0;
    box-shadow: none;
    height: auto;
    max-width: 100%;
    height: 220px;
    width: 180px;
    object-fit: cover;
    object-position: 0 0;
    margin: 0 auto;
}
.sanay-audiobook-head-title h2 {
    position: relative;
    width: fit-content;
    padding-right: 90px;
}
.sanay-audiobook-head-title h2:after {
    content: "";
    position: absolute;
    top: 50%;
    right: 0;
    transform: translateY(-50%);
    background: url(img/sanay-title-after-img.png) no-repeat center center;
    background-size: 70px;
    width: 70px;
    height: 70px;
}
.sanay-audiobook-home-genre-box .right-text h2{
    transition: all 2s ease;
}
.sanay-audiobook-home-genre-box:hover .right-text h2{
    color: #ccc !important;
    transform: scale(1.1);
}
.sanay-audiobook-why-box{
    transition: all 1s ease;
}
.sanay-audiobook-why-box:hover{
    background: #721F1D;
}
.sanay-audiobook-why-box:hover .elementor-image-box-title,
.sanay-audiobook-why-box:hover p{
    color: #fff !important;
}
.sanay-audiobook-why-box:hover figure img {
    background: #DDAD67;
}
.sanay-audiobook-why-box figure img {
    background: #721F1D;
    padding: 10px;
    height: 50px;
    width: 50px;
    border-radius: 5px;
    object-fit: contain;
}