@media (max-width:896px) {
    body{
        background-color: rgb(5, 5, 5);
        color: rgb(255, 255, 255);
        font-family: montserrat;
        margin: 0;
    }
    nav>h1{
        cursor: pointer;
        font-size: 1rem;
    }
    h1{
        font-size: 1rem;
        letter-spacing: 2px;
    }
    b{
        color: rgba(0, 255, 255, 0.733);
    }
    nav{
        display: flex;
        align-items: center;
        justify-content: space-between;
        padding: 2% 8%;
    }
    ul{
        display: flex;
        list-style: none;
    }
    a{
        text-decoration: none;
        color: rgb(255, 255, 255);
        font-size: 1rem;
    }
    a:hover{
        color: rgba(0, 255, 255, 0.733);
    }
    .wht>b{
        color: #fff;
       
    }
    .wht{
        background-color: #333;
        /* padding: 2px 0; */
        text-align: center;
        border-radius: 10px;
        font-size: 0.5rem !important;
    }
    .home{
        padding: 2% 8%;
        display: flex;
        align-items: center;
    }
    .home h1,.about>div>h1{
        font-size: 2rem;
        line-height: 1;
        letter-spacing: 4px;
    }
    .hme>h1{
        font-size: 1.6rem;
        width: 70%;
        line-height: 1;
        letter-spacing: 4px;
    }
    .aqua{
        color: rgba(0, 255, 255, 0.733);
    }
    .home>img{
        border-bottom-right-radius: 30%;
        width: 300px;
        height: 300px;
    }
    
    .hme>p{
        font-size: 0.8rem;
        width: 90%;
        line-height: 1.5;
        color: rgb(143, 143, 143);
    }

    /* RATINGS */
    .ratings{
        padding: 2% 8%;
        display: flex;
        flex-direction:row;
        justify-content: space-around;
        align-items: center;
    }
    .ratings>div{
        display: flex;
        flex-direction: column;
        align-items: center;
    }
    .ratings>div>h1{
        padding-right: 10px;
        font-weight: 700;
        font-size: 1em;
    }
    .ratings>div>h3{
        color: rgba(0, 255, 255, 0.733);
        font-weight: 500;
        font-size: 1em;
    }
    /* About */
    .about{
        display: flex;
        padding: 2% 8%;
        align-items: center;
    }
    .about button{
        background-color: rgba(0, 255, 255, 0.733);
        color: #000;
        padding: 10px 20px;
        border-radius: 12px;
        text-align: center;
        font-family: montserrat;
        font-weight: 600;
    }
    button:hover{
        background-color: rgba(5, 197, 197, 0.733);
    }
    .about>div>h1{
        font-size:1.3em;
        line-height: 1;
        letter-spacing: 2px;
    }
    .about>div>p{
        font-size: 1rem;
        width: 70%;
        line-height: 1.2;
        color: rgb(143, 143, 143);
    }
    .about-features>div>div>h3{
        font-size: 0.6rem;
        color: #fff;
    }
    .about-features>div>div>p{
        font-size: 0.8rem;
        width: 100% !important;
        line-height: 1.1;
        /* color: rgb(143, 143, 143); */
    }
    .about-features>div{
        padding: 2px 7px;
    }
    .abf:hover,.abf>p:hover{
        background-color: #333;
        color: #fff;
        border-radius: 20px;
    }
    .about-features i{
        font-size: .8rem;
        margin-right: 20px;
        color:rgba(5, 197, 197, 0.733);
    }
    .abf>div>p{
        font-size: 0.6rem !important;
    }
    /* PAPYMENT */
    section>.payment{
        padding: 2% 8%;
        display: flex;
        align-items: center;
        justify-content: space-between;
    }
    .img>img{
        /* margin-right:100px */
        width: 300px;
        height: 300px;
    }
    .payment-txt>h1{
        font-size: 1.2rem;
        letter-spacing: 2px;
        width: 100%;
    }
    .payment-txt>p{
        font-size: 0.8rem;
        width: 100%;
        line-height: 1;
        color: rgb(143, 143, 143);
    }
    .btn{
        display: flex;
        justify-content: space-between;
    }
    .payment-txt button{
        background-color:rgb(39, 38, 38);
        color: #fff;
        margin-right: 2px;
        padding: 5px;
        /* height: 25px; */
        border-radius: 5px;
        text-align: center;
        font-family: montserrat;
        font-weight: 400;
        font-size: 0.4rem;
        border: none;
    }
    .payment-txt button:hover{
        background-color: rgb(20, 20, 20);
    }
    i{
        font-size: 0.6rem;
        padding: 2px;
    }
    /*-------------------------------------Card-deal------------------------------------------------------------*/
    section>.card-deal{
        padding: 2% 8%;
        display: flex;
        align-items: center;
    
    }
    .card-deal-txt>p{
        font-size: 0.5rem;
        /* width: 90%; */
        line-height: 1.5;
        color: rgb(143, 143, 143);
    }
    .image>img{
        /* margin-left:80px */
        width: 300px;
        height: 300px;
    }
    .card-deal-txt>h1{
        font-size: 1rem;
        letter-spacing: 4px;
    }
    /* --------------------------------------REVIEWS------------------------------------------------------- */
    .reviews{
        padding: 2% 8%;
    }
    .review-intro{
        display: flex;
        text-align: left;
        align-items: center;
        justify-content: space-around;
    }
    .review-intro>p{
        font-size: 0.7rem;
         width: 90%;
        line-height: 1.5;
        color: rgb(143, 143, 143);
    }
    .review-intro>h1{
        font-size: 1.5rem;
        width: 100%;
    }
    div.comments{
        display: flex;
        align-items: center;
        justify-content: space-between;
    }
    div.profile{
        display: flex;
        align-items: center;
        margin-top: 30px;
        /* justify-content: space-between; */
        
    }
    .comments h1{
        color: rgba(5, 197, 197, 0.733);
        font-size: 3rem;
        padding: 0;
        margin-bottom: 0;
        font-style: italic;
        font-family: 'Times New Roman', Times, serif;
    }
    .comments{
        margin: 0;
    }
    .comments>div>p{
        font-size: 0.5rem;
        padding: 30px 20px 30px 0px;
        line-height: 1.5;
        
    }
    #comments{
        margin-right: 10px;
        padding: 20px 10px;
        border-radius: 20px;
        width: 100%;
    }
    #comments:hover{
         background-color: rgb(39, 38, 38);
    }
    .det{
        line-height: 0;
        margin-left: 20px;
    }
    .det>h6{
        font-size: 13px;
        color: rgb(143, 143, 143);
    }
    .profile>img{
        border-radius: 1000%;
        height: 30px;
        width: 30px;
    }
    /* --------sponsnors-------------- */
    .sponsors{
        padding: 2% 8%;
        margin: 0;
        display: flex;
        justify-content: space-around;
        color: rgb(39, 38, 38);
    }
    .sponsors>h1:hover{
        color: rgb(20, 20, 20);
    }
    .sponsors>h1>i{
        color: rgb(53, 53, 53) !important;
        font-size: 1rem !important;
    }
    /* -----------------CTA------------- */
    .cta{
        padding: 2% 8%;
        width: auto;
        margin: 2% 5%;
        display: flex;
        align-items: center;
        justify-content: space-around;
        background-color: rgb(39, 38, 38);
        border-radius: 20px;
    }
    .cta h1{
        font-size: 1.2rem;
    }
    .cta p{
        font-size: 0.6rem;
        width: 50%;
        line-height: 1.5;
        color: rgb(143, 143, 143);
    }
    .cta button{
        background-color: rgba(0, 255, 255, 0.733);
        color: #000;
        padding: 16px 20px;
        border-radius: 12px;
        text-align: center;
        font-family: montserrat;
        font-weight: 600;
        width: 150px;
        font-size: .6rem;
        border: none;
    }
    button:hover{
        background-color: rgba(5, 197, 197, 0.733);
    }
    /* footer */
    footer{
        padding: 2% 8%;
    }
    footer>section{
        margin: 0;
        padding: 0;
        display: flex;
        justify-content: space-evenly;
        
    }
    .d{
        margin-right: 60px;
    }
    .d>p{
        font-size: 0.54rem;
        width: 100%;
        line-height: 1;
        color: rgb(143, 143, 143);
        /* color: red; */
    }
    .usef{
        /* margin-right: 10px; */
        /* padding: 0; */
        display: flex !important;
        flex-direction: column;
        text-align: left;
        justify-content: flex-start;
        line-height: 2 ;
        padding-bottom: 20px;
        width: 80%;
    }
    .usef>span>a{
        font-size: 0.4rem;
       
    }
    .usef>h1{
        font-size: 0.8rem;
    }
    
    hr{
        border: 1px solid rgb(39, 38, 38);
    }
    footer>.copy{
    
        padding: 30px 0;
        font-size: 0.6rem;
        text-align: center;
    }
}