@import url('https://fonts.googleapis.com/css2?family=Righteous&display=swap');

.cardImg {
    width:100%;
    height:auto;
    border-radius: 15px 15px 0px 0px; 
}

a {
    color: black !important;
    text-decoration: none !important;
}

.logoText {
    font-weight: 600;
    font-size: 2rem;
    color: white;
}

.logoSpanTag {
    color: #ffbf1b;
    background-color: white;
    padding: 0px 16px;
}

div.content {
    padding: 15px !important;
}

.fs-14 {
    font-size: 14px !important;
}

.courses-item {
    position: relative;
}

.audioIndexTag {
    position: absolute;
    height: 35px;
    width: 90%;
    left: 50%;
    transform: translate(-50%, -50%);
}

.aopinFont {
    font-family: 'Lexend Deca', sans-serif !important;
}


.inner-banner-bg2 {
    background-image: url(../images/gods/temple.jpeg);
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
}

.backgroundImg {
    background: linear-gradient(to right, #ffbe1b96, #ffbf1bb3), url(../images/patternpad.svg);
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
}

.backgroundIm {
    background-color: white;
}

.searchDiv {
    border: 1px solid white;
    background-color: white;
    border-radius: 30px;
    padding: 1px 14px;
    display: flex;
    align-items: center;
    justify-content: center;
}

.searchBar {
    border: none;
    outline: none;
}

.searchBtn {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    background-color: transparent;
}

.searchBtn>span {
    color: #ffbf1b;
    font-weight: 600;
}

.colorSameAsTopBar {
    color: #ffbf1b !important;
}

.blogImg {
    width: 350px;
    border-radius: 10px;
}

@media only screen and (max-width: 991px) {
    .desktop-nav {
        display: block !important;
    }
}

@media only screen and (min-width: 1200px) and (max-width: 1299px) {
    .courses-item .content h3 {
        font-size: 16px !important;
    }
}