body {
    font-family: 'Inter';
}

.mobile-menu {
    display: none;
}

.desk-menu-ul {
    display: inline-flex;
    padding: 0 0;
    margin: 0 auto;
    list-style: none;
    column-gap: 30px;
}

.desk-menu-ul li {
    font-size: 17px;
    transition: all 0.3s ease;
    font-family: 'Inter';
}

.header-section {
    background: #fff;
    padding: 15px 10px;
    position: fixed;
    width: 100%;
    top: 0;
}

.logo-image {
    width: 111px;
}

.book-img {
    width: 30%;
    transition: all 0.3s ease;
}

.book-img:hover {
    width: 32%;
    transition: all 0.3s ease;
}

a {
    color: #000;
    text-decoration: none;
}

.heding-img {
    width: 35%;
}

.singdancelead-para {
    font-size: 20px;
    color: #421515;
}

.singdanceandlead-section {
    background: #FEF8EE;
    padding: 50px 0;
    margin-top: 4%;
}

.singdanceandpray-section {
    background: #F8E3FF;
    padding: 50px 0;
}

.buy-amazon-btn {
    background: #83319F;
    border-radius: 10px;
    padding: 10px 30px;
    color: #fff;
    font-size: 18px;
    width: 26%;
    height: 52px;
    transition: all 0.3s ease;
}

.book-details-btn {
    background: #fff;
    border-radius: 10px;
    padding: 10px 30px;
    color: #83319F;
    font-size: 18px;
    width: 26%;
    height: 52px;
    border: 1px solid #83319F;
    transition: all 0.3s ease;
}

.amazon-img {
    width: 67px;
    margin-top: 8px;
}

.divider {
    height: 1px;
    background: #00000026;
    width: 100%;
}

.about-book-title {
    color: #83319F;
    font-size: 40px;
    font-weight: 600;
    letter-spacing: 2px;
    display: block;
}

.about-sub-para {
    color: #000000;
    font-size: 18px;
    font-weight: 700;
    display: block;
}

.about-ul {
    padding: 0 0;
    list-style: none;
}

.ul-icon-img {
    width: 25px;
}

.icon-div {
    display: inline-block;
    margin-right: 10px;
}

.ul-div {
    display: inline-block;
}

.about-ul li {
    display: flex;
    align-items: center;
    vertical-align: middle;
    margin-bottom: 13px;
}

.about-ul-para {
    color: #000000CC;
    margin-bottom: 0;
    font-size: 16px;
}

.paragrap-div {
    height: 100%;
    background: #fff;
    padding: 80px 55px;
    line-height: 32px;
    border: 1px solid #EAD8BA;
    border-top-left-radius: 35px;
    border-bottom-right-radius: 35px;
}

.pragrap-para {
    color: #421515;
    font-size: 16px;
    transition: all 0.3s ease;
}

.btn-check:focus+.btn,
.btn:focus {
    outline: 0;
    box-shadow: unset;
}

.arrow-img {
    margin-left: 10px;
}

.buy-amazon-btn:hover {
    color: #fff;
    font-size: 20px;
    transition: all 0.3s ease;
}

.book-details-btn:hover {
    color: #83319f;
    font-size: 20px;
    transition: all 0.3s ease;
}

/* .desk-menu-ul li a:hover{
    font-size: 15px;
    color: #83319f;
    font-weight: 800;
    border-bottom: 2px solid #83319f;
} */
.desk-menu-ul li {
    position: relative;
}

.desk-menu-ul li a::before,
.desk-menu-ul li a::after {
    content: "";
    position: absolute;
    bottom: 0;
    height: 2px;
    background-color: #83319f;
    width: 0;
    transition: width 0.3s ease;
}

.desk-menu-ul li a::before {
    left: 50%;
}

.desk-menu-ul li a::after {
    right: 50%;
}

.desk-menu-ul li a:hover,
.desk-menu-ul li a.active {
    color: #83319f;
    font-weight: 800;
}

.desk-menu-ul li a:hover::before,
.desk-menu-ul li a:hover::after,
.desk-menu-ul li a.active::before,
.desk-menu-ul li a.active::after {
    width: 50%;
}