/* landing page start button */
.ans-arrow{
    display:none;
 }

.btn-vacation,
.btn-lifestyle {
    padding: 0.6em 0.8em;
    width: fit-content;
    height: fit-content;
    background-color: rgba(187, 187, 187, 0.212);
    border-radius: 8px;
}


@media only screen and (max-width: 576px){
    .ans-scroll-icon{
        background-color:rgb(0 0 0 / 5%);
        -webkit-backdrop-filter: blur(50px);
        display: flex;
        flex-direction: column;
        justify-content: center;
        min-height: 50px;
        align-items: center;
        width: 100%;
    }

    .content-sm {     
        padding-bottom: 3em;
        max-height: 70vh;
        padding: 0%;
        padding-top: 15px;
    }
    
    .ans-arrow{
        height: 24px;
        display: block;
    }

    .icon{
        transform: rotate(180deg);
        transition: transform .4s ease;
    }

    ans-scroll-icon.active{
        background-color : green;
    }
}