@import url('https://fonts.googleapis.com/css2?family=DM+Sans:ital,opsz,wght@0,9..40,100..1000;1,9..40,100..1000&display=swap');

html {
    -webkit-text-size-adjust: none;
    min-height: 100%;
    height: 100%;
}

body {
    background: #fff;
    font-family: "DM Sans", sans-serif;
    font-size: 14px;
    color: #000000;
    line-height: 26px;
    overflow-x: hidden;
}

.lineheight30 {
    line-height: 30px;
}

.lineheight20 {
    line-height: 20px;
}

.border-radius20 {
    border-radius: 20px;
}

.text-orange {
    color: #FF3800;
}

h1, h2, h3, h4, h5, h6, ul, ol, li, form, input, textarea, select {
    margin: 0;
    padding: 0;
}

img {
    border: 0;
}

ul, ul li {
    list-style: none;
    margin: 0px;
    padding: 0px;
}

a {
    color: #212121;
    text-decoration: none;
}

    a:hover {
        color: #1478CC;
        text-decoration: none;
    }

.font-size8 {
    font-size: 8px;
}

.font-size10 {
    font-size: 10px;
}

.font-size12 {
    font-size: 12px;
}

.font-size14 {
    font-size: 14px;
}

.font-size15 {
    font-size: 15px;
}

.font-size16 {
    font-size: 16px;
}

.font-size17 {
    font-size: 17px;
}

.font-size18 {
    font-size: 18px;
}

.font-size19 {
    font-size: 18px;
}

.font-size20 {
    font-size: 20px;
}

.font-size22 {
    font-size: 21px;
}

.font-size24 {
    font-size: 22px;
}

.font-size26 {
    font-size: 23px;
}

.font-size28 {
    font-size: 24px;
}

.font-size30 {
    font-size: 25px;
}

.font-size32 {
    font-size: 26px;
}

.font-size34 {
    font-size: 27px;
}

.font-size35 {
    font-size: 27px;
}

.font-size36 {
    font-size: 28px;
}

.font-size38 {
    font-size: 29px;
}

.font-size40 {
    font-size: 36px;
    line-height: 40px;
}

.font-w100 {
    font-weight: 100;
}

.font-w300 {
    font-weight: 300;
}

.font-w400 {
    font-weight: 400;
}

.font-w500 {
    font-weight: 500;
}

.font-w600 {
    font-weight: 600;
}

.font-w700 {
    font-weight: 700;
}

.font-w800 {
    font-weight: 800;
}

.font-w900 {
    font-weight: 900;
}

.flclear {
    clear: both;
}

.navbar-toggler:focus, .btn-close:focus, .form-control:focus, .form-select:focus {
    box-shadow: none;
}

.dropdown:focus .dropdown-menu {
    display: block;
    margin-top: 0;
}
/*remove the gap so it doesn't close*/
.header {
    height: 70px;
}

    .header .fixed-top {
        background: #fff;
        height: 77px;
    }

    .header .navbar-nav {
        border-top: solid 0px #eee;
        border-bottom: solid 0px #eee;
    }

    .header .nav-link {
        font-size: 15px;
        color: #000;
        text-decoration: underline;
        padding:0px;
    }

        .header .nav-link:focus, .header .nav-link:hover, .header .nav-link.active {
            color: #FF3C05;
        }

    .header .dropdown-item:focus, .header .dropdown-item:hover {
        color: #fff;
    }

    .header .dropdown-menu {
        padding-top: 0px;
        padding-bottom: 0px;
        /*margin-left:1px;*/
        border-radius: 10px;
        /*width: 250px;*/
    }

    .header .dropdown-item {
        border-bottom: solid 1px #eee;
        padding: 0;
        margin: 0;
        padding-left: 15px;
    }

    
    .header .navbar-brand img {
        height: 50px;
    }
    .header .dropdown-menu.megamenu {
        max-width: 1290px;
        width: 100%;
        left: 0px;
        right: 0px;
        padding: 20px;
        margin: 0 auto;
        border-radius: 10px;
    }
    .header .dropdown-item:focus, .header .dropdown-item:hover {
        background-color: #FF3C05;
        color: #fff;
    }
    .header .dropdown-item {
        border-bottom: solid 1px #eee;
    }
.dropdown-menu .megamenu-review  {
    max-width: 200px;
    width: 500px;
    left: 0px;
    right: 0px;
    top: 0px;
    margin: 0;

    padding: 20px;
    margin: 0 auto;
    border-radius: 10px;
    
}

.header .megamenu .col-megamenu .title a {
    font-weight: 700;
    margin-bottom: 15px;
    color: #FF3C05;
    font-size: 18px;
    display: block;
    text-decoration: underline;
}

    .header .megamenu .col-megamenu .title a:hover {
        color: #000;
        text-decoration: underline;
    }

.header .megamenu .col-megamenu .list-unstyled a {
    font-size: 14px;
    line-height: 18px !important;
    text-decoration: underline;
    display: block;
    margin-bottom: 6px;
}

    .header .megamenu .col-megamenu .list-unstyled a:hover {
        color: #FF3C05;
        text-decoration: underline;
    }

.footer {
    background: #F1F1F1;
}

    .footer ul li a {
        font-size: 20px;
        line-height: 35px;
        color: #000;
    }

        .footer ul li a:hover {
            color: #FF3C05;
            text-decoration: underline;
        }

    .footer h6 {
        font-size: 20px;
        color: #FF3C05;
        margin-bottom: 15px;
        margin-top: 30px;
    }

.footerbot {
    background: #A0A0A0;
    padding: 10px 0px;
    color: #fff;
    text-align: center;
    margin-top: 30px;
}

    .footerbot .text-end {
        text-align: center !important;
    }

    .footerbot a {
        color: #fff;
        text-decoration: underline;
    }

        .footerbot a:hover {
            color: #000
        }

.banner {
    background: url(../images/banner-bg.svg) no-repeat top center;
    background-size: cover;
    margin-top: 30px;
    border-radius: 15px;
    margin-bottom: 15px;
}

.text-dark-gray {
    color: #7A7A7A;
}

.btn-orange {
    border-radius: 10px;
    font-size: 20px;
    font-weight: 700px;
    background: #FF3C05;
    font-weight: 700;
    color: #fff;
    /*width:200px;*/
    padding: 6px 0px;
    /*margin-left: 35px;*/
}

    .btn-orange:hover, .btn-orange:focus {
        background: #F23A06;
        color: #fff;
    }

.banner h2 {
    color: #FF3C05;
    font-size: 28px;
    line-height: 30px;
    font-weight: 700;
}

.brnone {
    display: none;
}

.section-pad {
    /*padding: 20px 0px;*/
}

.heading h2 {
    font-size: 40px;
    color: #FF3C05;
    margin-bottom: 15px;
    font-weight: 700;
    text-transform: none;
    text-align: center;
}

.text-justify {
    text-align: justify;
}

.parts {
    margin: 15px 0px;
    position: relative;
}

    .parts .card {
        background: #FFE0D7;
        border: none;
        border-radius: 16px;
        box-shadow: 0px 0px 4px 0px rgba(0, 0, 0, 0.25);
        min-height: inherit;
    }

        .parts .card.part2 {
            background: #EBFBD0;
        }

        .parts .card.part3 {
            background: #DCF5F9;
        }

        .parts .card.part4 {
            background: #EBDFF5;
        }

        .parts .card.part5 {
            background: #D4E7FF;
        }

        .parts .card.part6 {
            background: #FFEBDC;
        }

        .parts .card.part7 {
            background: #F4E8E9;
        }

        .parts .card.part8 {
            background: #DDFFF2;
        }

        .parts .card.part9 {
            background: #F5EAE1;
        }

        .parts .card.part10 {
            background: #FBE6ED;
        }

        .parts .card.part11 {
            background: #FBF1DD;
        }

        .parts .card.part12 {
            background: #F0F0F0;
        }

    .parts .card-img-top {
        border-top-left-radius: 16px;
        border-top-right-radius: 16px;
    }

.partheading {
    position: absolute;
    bottom: 0px;
    padding: 25px;
    width: 100%;
    color: #fff;
}

    .partheading h2 {
        font-size: 25px;
        font-weight: 700;
        color: #fff;
        text-transform: none;
    }

.parts .card-body {
    padding: 25px;
    position: relative;
    line-height: 20px;
}

.parts .btn {
    border-radius: 5px;
    font-size: 15px;
    background: #FF3C05;
    font-weight: 700;
    color: #fff;
    position: inherit;
    bottom: 0px;
    padding: 6px 23px;
}

    .parts .btn:hover {
        background: #F23A06;
    }

.parts .card.part2 .btn {
    background: #678C26;
}

    .parts .card.part2 .btn:hover {
        background: #557D0E;
    }

.parts .card.part3 .btn {
    background: #40A6B5;
}

    .parts .card.part3 .btn:hover {
        background: #2190a0;
    }

.parts .card.part4 .btn {
    background: #6D5282;
}

    .parts .card.part4 .btn:hover {
        background: #4a2865;
    }

.parts .card.part5 .btn {
    background: #1A4E8F;
}

    .parts .card.part5 .btn:hover {
        background: #10396d;
    }

.parts .card.part6 .btn {
    background: #F76700;
}

    .parts .card.part6 .btn:hover {
        background: #b04f09;
    }

.parts .card.part7 .btn {
    background: #B07376;
}

    .parts .card.part7 .btn:hover {
        background: #7b4548;
    }

.parts .card.part8 .btn {
    background: #48B289;
}

    .parts .card.part8 .btn:hover {
        background: #2b8562;
    }

.parts .card.part9 .btn {
    background: #6D401C;
}

    .parts .card.part9 .btn:hover {
        background: #4e2d13;
    }

.parts .card.part10 .btn {
    background: #E61C61;
}

    .parts .card.part10 .btn:hover {
        background: #b2174c;
    }

.parts .card.part11 .btn {
    background: #C29126;
}

    .parts .card.part11 .btn:hover {
        background: #906811;
    }

.parts .card.part12 .btn {
    background: #757575;
}

    .parts .card.part12 .btn:hover {
        background: #3f3535;
    }

.book-reviews {
    margin: 15px 0px;
}

h1 {
    font-size: 25px;
    color: #FF3C05;
    margin-bottom: 5px;
    font-weight: 700;
    text-transform: uppercase;
    text-align: left;
}

h2 {
    font-size: 20px;
    color: #FF3C05;
    margin-bottom: 5px;
    font-weight: 700;
    text-transform: uppercase;
    text-align: left;
}

h3 {
    font-size: 15px;
    color: #000;
    margin-bottom: 5px;
    font-weight: 700;
    text-transform: uppercase;
    text-align: left;
}

ol, ol li {
    /*list-style-type:decimal;*/
    margin-left: 6px;
}

    ol li:marker {
        font-weight: 700;
    }

.page-title h1 {
    font-size: 18px;
    color: #fff;
    background: #FF3800;
    border-radius: 19px;
    padding: 10px;
    text-align: center;
    margin-bottom: 0px;
    font-weight: 700;
    text-transform: none;
}

.page-sub-title h2 {
    font-size: 25px;
    color: #000000;
    background: #E8E8E8;
    border-radius: 10px;
    padding: 10px;
    text-align: center;
    margin-bottom: 30px;
    font-weight: 700;
    text-transform: none;
}

.page-title.part2 h2 {
    background: #678C26;
}

.page-title.part3 h2 {
    background: #40A6B5;
}

.page-title.part4 h2 {
    background: #6D5282;
}

.page-title.part5 h2 {
    background: #1A4E8F;
}

.page-title.part6 h2, .page-title.part6 h1 {
    background: #F76700;
}

.page-title.part7 h2 {
    background: #B07376;
}

.page-title.part8 h2 {
    background: #48B289;
}

.page-title.part9 h2 {
    background: #6D401C;
}

.page-title.part10 h2 {
    background: #E61C61;
}

.page-title.part11 h2 {
    background: #C29126;
}

.page-title.part12 h2 {
    background: #757575;
}

.orangepoint {
    padding: 0px;
    margin: 0px;
}

    .orangepoint li {
        font-size: 20px;
        margin-bottom: 25px;
        background: url(../images/orange-point.png) no-repeat 0px 8px;
        padding-left: 25px;
    }

.pageContext{
    overflow:hidden;
}
.pageContext ul {
    padding: 0px;
    margin: 0px;
}

    .pageContext ul li {
        font-size: 15px;
        margin-bottom: 10px;
        text-align: justify;
        background: url(../images/orange-point.png) no-repeat 0px 8px;
        padding-left: 25px;
    }

.orangelink {
    color: #FF3800;
    text-decoration: underline;
}

    .orangelink:hover {
        color: #000000;
        text-decoration: underline;
    }

.accordion-button {
    font-size: 20px;
    font-weight: 700;
    background: none;
    padding: 20px 0px;
}

.accordionbox .accordion-button:focus, .accordionbox .accordion-button:not(.collapsed) {
    color: #FF3800;
    background: none;
    box-shadow: none;
    padding: 20px 0px;
}

.accordionbox .accordion-body {
    padding: 20px 0px 20px;
}

.accordionbox .accordion-item {
    border: none;
}

.accordionbox .accordion-button::after {
    display: none;
}

.formbox {
    background: #FFE0D7;
    padding: 15px 20px;
    border-radius: 33px;
}

    .formbox .form-control, .formbox .form-select {
        border-radius: 0px;
        border: none;
        font-size: 20px;
        color: #727271;
    }

.orangebox {
    background: #FF6D45;
    border-radius: 10px;
    font-size: 20px;
    font-weight: 700;
    color: #fff;
    padding: 10px 15px;
}

    .orangebox a {
        color: #fff;
        display: block;
    }

.left-menu li {
    border-top: dashed 1px #888888;
}

    .left-menu li:first-child {
        border-top: none;
    }

    .left-menu li a {
        color: #000;
        font-size: 18px;
        font-weight: 700;
        padding: 10px 15px;
        display: block;
    }

        .left-menu li a:hover {
            color: #FF6D45;
        }

.scrollbar {
    height: 350px;
    overflow-y: scroll;
    margin-bottom: 25px;
    padding-right: 5px;
}

.force-overflow {
    min-height: 450px;
}

#style-1::-webkit-scrollbar-track {
    -webkit-box-shadow: inset 0 0 6px rgba(0,0,0,0.3);
    border-radius: 10px;
    background-color: #F5F5F5;
}

#style-1::-webkit-scrollbar {
    width: 12px;
    background-color: #F5F5F5;
}

#style-1::-webkit-scrollbar-thumb {
    border-radius: 10px;
    -webkit-box-shadow: inset 0 0 6px rgba(0,0,0,.3);
    background-color: #555;
}

.rightbox.card {
    border: solid 1px #e8e8e8;
    border-radius: 10px;
}

.rightbox .card-header {
    border-bottom: solid 1px #e8e8e8;
    background: #e8e8e8;
    font-size: 19px;
    font-weight: 700;
}

.rightbox .card-body {
    padding: 10px 1rem;
}

    .rightbox .card-body a {
        color: #ff3c05;
        font-weight: 700;
        font-size: 13px;
    }

        .rightbox .card-body a:hover {
            color: #000;
        }

.rightbox.card li {
    padding-bottom: 15px;
}

.marmob30 {
    margin-top: 30px;
}

.c-sidebar { /*MMM*/
    position: -webkit-sticky;
    position: sticky;
    /*top: 120px;*/
    top: 195px;
    bottom: 1em;
}
/* final changes on 11 sept 2024 - START*/
.mobile-midbar {
    top: 76px;
    position: fixed;
    width: 100%;
    background: #fff;
    z-index: 2;
}

.mobile-pagetitle {
    top: 76px;
    position: fixed;
    width: 100%;
    background: #fff;
    z-index: 1;
    padding:5px 0px;
}

.read-chapters {
    background: #ffcba4;
    padding: 5px 0px;
    border-radius: 10px 0px 0px 10px;
    height:50px;
}

    .read-chapters .btn, .onthispage .btn {
        font-size: 13px;
        padding: 10px;
    }

    .read-chapters .btn-group > .btn {
        color: #f66700;
    }

    .onthispage .btn-group > .btn, .read-chapters .btn-group > .btn {
        font-weight: 700;
    }

.onthispage {
    background: #dcdcdc;
    padding: 5px 0px;
    border-radius: 0px 10px 10px 0px;
    height:50px;
}

.dwonloadicon {
    background: #dcdcdc;
    padding: 2px 0px 2px;
    height:50px;
}

    .dwonloadicon .dropdown-toggle::after {
        display: none;
    }
/*==================================
Menu Styles 
================================= */
#sidebar {
    width: 250px;
    position: fixed;
    top: 121px;
    left: -255px;
    height: 100vh;
    z-index: 3;
    background: #f2f2f2;
    color: #fff;
    transition: all 0.3s;
    box-shadow: 3px 3px 3px rgba(0, 0, 0, 0.2);
}

#main-nav {
    overflow-y: auto !important;
    height: 100vh;
}

#sidebar.active {
    left: 0;
}

    #sidebar.active #dismiss {
        display: inline-block;
    }

#sidebar #dismiss {
    display: none;
}

#dismiss {
    width: 35px;
    height: 35px;
    line-height: 35px;
    text-align: center;
    position: absolute;
    top: 10px;
    right: -40px;
    cursor: pointer;
    -webkit-transition: all 0.3s;
    -o-transition: all 0.3s;
    transition: all 0.3s;
    color: #d4d4d4;
    font-size: 25px;
}

.menuoverlay {
    display: none;
    position: fixed;
    width: 100vw;
    height: 100vh;
    background: rgba(0, 0, 0, 0.7);
    z-index: 1;
    opacity: 0;
    transition: all 0.5s ease-in-out;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
}

    .menuoverlay.active {
        display: block;
        opacity: 1;
    }



.readers-reviews .card {
    position: relative;
    margin-bottom: 30px;
}

    .readers-reviews .card .card-body p {
        background: url(../images/quote-up.svg) no-repeat top left;
        background-size: 30px;
        text-indent: 40px;
        font-size: 18px;
        line-height: 30px;
    }

.text-gray {
    color: #999;
}

.part1bg {
    background: #FF6D45 !important;
}

    .part1bg:hover {
        background: #F23A06 !important;
    }

.part2bg {
    background: #678C26 !important;
}

    .part2bg:hover {
        background: #557D0E !important;
    }

.part3bg {
    background: #40A6B5 !important;
}

    .part3bg:hover {
        background: #2190a0 !important;
    }

.part4bg {
    background: #6D5282 !important;
}

    .part4bg:hover {
        background: #4a2865 !important;
    }

.part5bg {
    background: #1A4E8F !important;
}

    .part5bg:hover {
        background: #10396d !important;
    }

.part6bg {
    background: #F76700 !important;
}

    .part6bg:hover {
        background: #b04f09 !important;
    }

.part7bg {
    background: #B07376 !important;
}

    .part7bg:hover {
        background: #7b4548 !important;
    }

.part8bg {
    background: #48B289 !important;
}

    .part8bg:hover {
        background: #2b8562 !important;
    }

.part9bg {
    background: #6D401C !important;
}

    .part9bg:hover {
        background: #4e2d13 !important;
    }

.part10bg {
    background: #E61C61 !important;
}

    .part10bg:hover {
        background: #b2174c !important;
    }

.part11bg {
    background: #C29126 !important;
}

    .part11bg:hover {
        background: #906811 !important;
    }

.part12bg {
    background: #757575 !important;
}

    .part12bg:hover {
        background: #3f3535 !important;
    }



/*END*/
.dropdown-item {
    white-space: normal;
}

@media (max-width: 974px) {
    .mobile-pagetitle {
        top: 126px !important;
        
    }
    .mobilemartop {
        margin-top: 75px;
    }
    .dropdown-item {
        white-space:nowrap;
        padding-right:10px!important;
    }
    .order-lg-1, .order-lg-3{
        display: none
    }
    .page-sub-title h2{
        font-size:18px;
    }
}


/*// Medium devices (tablets, 768px and up)*/
@media (min-width: 768px) {
   
    .scrollbar {
        height: 850px;
    }
}
    .formbox {
        padding: 35px 45px;
    }

    .parts .btn {
        position: absolute;
        bottom: 25px;
    }

    .parts .card {
        min-height: 410px;
    }
    .scrollbarmenu {
        height: 450px;
    }
    

/*.d-md-block {
    display: block !important;
}*/
}

/*// Large devices (desktops, 992px and up)*/
@media (min-width: 992px) {
    .marmob30 {
        margin-top: 0px;
    }
    .header {
        height: 106px;
    }

    .header .navbar-expand-lg .navbar-nav .nav-link {
        padding: 10px 15px;
        font-size: 16px;
    }

    .header .navbar-nav {
        border-top: none;
        border-bottom: none;
    }

    .mobilemartop {
        margin-top: 0px;
    }

    

    .footerbot {
        text-align: left;
    }

        .footerbot .text-end {
            text-align: right !important;
        }

    .page-title h1 {
        font-size: 30px;
        margin-top: 0px;
    }

    .header .navbar-brand img {
        height: auto;
    }

    .brnone {
        display: block;
    }

    .banner h2 {
        font-size: 55px;
        line-height: 50px;
    }

    .btn-orange {
        font-size: 14px;
        padding: 6px 15px;
    }

    .page-title h2 {
        font-size: 30px;
        margin-bottom: 30px;
    }

    .page-sub-title h3 {
        font-size: 25px;
        margin-bottom: 30px;
        margin-top: 0px;
    }

  /*  .mobile-pagetitle {
        position: inherit;
    }*/
/*    .d-md-block {
        display: block !important;
    }*/
    
}

/*// X-Large devices (large desktops, 1200px and up)*/
@media (min-width: 1200px) {
    .container, .container-lg, .container-md, .container-sm, .container-xl {
        max-width: 90%;
    }

    .header .navbar-expand-lg .navbar-nav .nav-link {
        padding: 10px 15px;
        font-size: 16px;
    }
    /*.d-md-block {
        display: block !important;
    }*/

    .btn-orange {
        font-size: 20px;
        padding: 6px 30px;
    }
    
}

/*// XX-Large devices (larger desktops, 1400px and up)*/
@media (min-width: 1400px) {
  /*  .d-md-block {
        display: block !important;
    }*/
    
}


.pageContext h3, .pageContext h3 a, .pageContext h4, .pageContext h5, .pageContext h6 {
    font-weight: bold;
    text-transform: none;
    color: #FF3C05;
    padding: 7px 0px;
}

.pageContext h3 {
    font-size: 25px
}

.pageContext h4 {
    font-size: 22px
}

.pageContext h5 {
    font-size: 18px
}

.pageContext h6 {
    font-size: 16px
}

.pageContext ul li{
    margin-left: 10px;
}

.pageContext ol li {
    margin-left:20px;
}

.pageContext table, .pageContext {
    margin: 10px 0
}

    .pageContext div {
        margin-bottom: 19px
    }

    .pageContext .buyNow {
        text-align: center !important;
        border: 1px solid #BFBFBF !important;
        border-radius: 5px !important;
        margin: 20px 0 !important;
        background: #fff !important;
        padding: 20px !important;
        font-size: 1rem;
        filter: none !important;
        color: #FF3C05
    }

        .pageContext .buyNow a {
            color: #032cf3;
        }

tbody, td, tfoot, th, thead, tr {
    border-color: inherit;
    border-style: solid;
    border-width: 1px;
}

.select2-container {
    padding: 0
}

    .select2-container .select2-choice {
        height: 40px;
        padding-top: 5px
    }



#ViewMenu_mnu {
    margin-left: auto;
}


.badge {
    background: #ff6a00;
    position: relative;
    top: 31px;
    margin-left: 920px;
    rotate: 40deg;
    text-transform: none;
    font-size: xx-small
}

.Outline {
    top: 30px;
    margin-left: 910px;
}

.cta-box {
    margin: 10px 0;
    padding: 20px;
    background-color: #f9f9f9;
    border: 2px solid #ff7f2a;
    border-radius: 8px;
    text-align: center;
}

.read-more {
    color: #FF3C05;
    font-weight: bold;
    font-size: 20px;
    font-size: 2em;
}

p {
    color: black;
    font-size: 1.2em;
}

.cta-buttons {
    margin-top: 20px;
}

    .cta-buttons a {
        display: inline-block;
        padding: 12px 20px;
        font-size: 1em;
        color: #ffffff;
        text-decoration: none;
        border-radius: 5px;
        margin: 0 10px;
    }

.btn-print {
    background-color: #ff7f2a;
    color: white;
    border: none;
    padding: 10px 20px;
    margin-right: 10px;
    border-radius: 5px;
    font-size: 16px;
    cursor: pointer;
}

.btn-kindle {
    background-color: #ff453a; /* Red for Kindle version */
    color: white;
    border: none;
    padding: 10px 20px;
    border-radius: 5px;
    font-size: 16px;
    cursor: pointer;
}

.cta-buttons a:hover {
    opacity: 0.9;
   
}
