/* media queries */
 @media only screen and (max-width: 375px){
    .hero::before{
        height: 5.4rem;
        background: url("images/wave-small.png");
        background-size: cover;
    }

    .nav-brand img {
        width: 400%;
        max-width: fit-content;
        height: 45px;
        filter: invert(1);
    }

    .nav-list{
        flex-direction: column;
    }

    .navbar{
        flex-direction: column;
        height: 478px;
        transition: all 0.3s ease-out;
    }

    .burger{
        display: block;
    }

    .h-nav-resp{
        height: 65px;
    }

    .v-class-resp{
        opacity: 0;
    }

    .testimonials::before{
        height: 7.4rem;
        background: url("images/wave-small-reversed.png");
        background-size: cover;
    }

    testimonial-text-box i {
        position: absolute;
        top: -4rem;
        left: 50%;
        transform: translateX(-50%);
        color: #d8406d;
        font-size: 5rem;
        opacity: .5;
        z-index: -1;
    }

    .main-message{
        transform: translateY(40%);
    }

    .main-message h1 {
        font-family: 'Aldrich', sans-serif;
        font-size: 3rem;
        margin: 0.5rem 1rem;
    }

    .main-message h2 {
        font-size: 1.8rem;
        margin: 0 1rem;
    }    

    p{
        font-size: 1.4rem;
        padding: 0px 13px;
    }

    .btn {
        background-color: #d8406d;
        border: 2px solid white;
        font-size: 1.4rem;
        border-radius: 2rem;
        color: white;
        display: inline-block;
        margin-top: 2rem;
        padding: 0.5rem 1.4rem;
        text-transform: uppercase;
        transition: all 0.3s ease-in-out;
        cursor: pointer;
        font-family: 'Sansita Swashed', cursive;
    }

    .section{
        flex-direction: column-reverse;
    }

    .section-left{
        flex-direction: column-reverse;
    }

    .text-small{
        text-align: center;
    }

    .text-big{
        text-align: center;
        font-size: 22px;
    }

    .buttons{
        text-align: center;
    }

    .paras{
        padding: 0px;
    }

    .thumbnail img {
        height: 170px;
    }
}

@media only screen and (max-width: 411px){

    .nav-list{
        flex-direction: column;
    }

    .nav-brand img {
        width: 416%;
        max-width: fit-content;
        height: 48px;
        filter: invert(1);
    }

    .main-message h1 {
        font-family: 'Aldrich', sans-serif;
        font-size: 3rem;
        margin: 0.5rem 1rem;
    }

    .main-message h2 {
        font-size: 1.8rem;
        margin: 0 1rem;
    }    

    p{
        font-size: 1.4rem;
        padding: 0px 13px;
    }

    .btn {
        background-color: #d8406d;
        border: 2px solid white;
        font-size: 1.4rem;
        border-radius: 2rem;
        color: white;
        display: inline-block;
        margin-top: 2rem;
        padding: 0.5rem 1.4rem;
        text-transform: uppercase;
        transition: all 0.3s ease-in-out;
        cursor: pointer;
        font-family: 'Sansita Swashed', cursive;
    }

    .navbar{
        flex-direction: column;
        height: 478px;
        transition: all 0.3s ease-out;
    }

    .burger{
        display: block;
    }

    .h-nav-resp{
        height: 65px;
    }

    .v-class-resp{
        opacity: 0;
    }

    .hero::before{
        height: 9.4rem;
        background: url("images/wave-medium.png");
        background-size: cover;
    }

    .testimonials::before{
        height: 9.4rem;
        background: url("images/wave-medium-reversed.png");
        background-size: cover;
    }

    .testimonial-text-box i {
        position: absolute;
        top: -8rem;
        left: 50%;
        transform: translateX(-50%);
        color: #d8406d;
        font-size: 5rem;
        opacity: .5;
        z-index: -1;
    }
}

@media only screen and (max-width: 700px){
    header{
        height: 8rem;
    }

    .nav-list{
        flex-direction: column;
    }

    .navbar{
        flex-direction: column;
        height: 478px;
        transition: all 0.3s ease-out;
    } 
    
    .nav-brand{
        width: 3.5;
    }


    .burger{
        display: block;
    }
   
    .menu-icons{
        display: none;
    }

    .nav-item{
        margin: 0.2rem;
    }

    .nav-link ,
    .current{
        color: #fafafa;
        position: relative;
        font-size: 1.3rem;
    }

    .nav-link::before ,
    .current::before{
        content: "";
        position: relative;
        left: 0;
        bottom: -.5rem;
        background-color: #eb648c;
        width: 100%;
        height: 2px;
        transform: scaleX(0);
        transform-origin: left;
        transition: transform 650ms;
    }

    .current::before{
        transform: scaleX(1);
    }

    .nav-link:hover::before{
        transform: scaleX(1);
    }

    .hero{
        height: 92vh;
    }

    .main-message{
        transform: translateY(40%);
    }

    .title-heading h1{
        font-size: 1.8rem;
    } 
    
    .h-nav-resp{
        height: 65px;
    }

    .v-class-resp{
        opacity: 0;
    }

    .hero::before{
        height: 9.4rem;
        background: url("images/wave-medium.png");
        background-size: cover;
    }

    .testimonials::before{
        height: 9.4rem;
        background: url("images/wave-medium-reversed.png");
        background-size: cover;
    }

    .section{
        flex-direction: column-reverse;
    }

    .section-left{
        flex-direction: column-reverse;
    }

    .text-small{
        text-align: center;
    }

    .text-big{
        text-align: center;
        font-size: 22px;
    }

    .buttons{
        text-align: center;
    }

    .paras{
        padding: 0px;
    }
}

@media only screen and (max-width: 951px){
   
    header{
        height: 11rem;
    }

    .nav-item{
        margin: 0.2rem;
        color: white;
    }

    .nav-link ,
    .current{
        color: white;
        position: relative;
        font-size: 1.4rem;
    }

    .nav-list{
        width: 100%;
        height: 14vh;
        background-color: transparent;
        position: relative;
        top: 0;
        right: 0;
        display: flex;
        color: white;
        flex-direction: column;
        align-items: center;
        justify-content: center;
        z-index: 1500;
        transition: all 0.3s ease-in-out;
    } 

    .navbar{
        flex-direction: column;
        height: 166px;
        transition: all 0.3s ease-out;
    }

    .burger{
        display: block;
    }

    .h-nav-resp{
        height: 65px;
    }

    .v-class-resp{
        opacity: 0;
    }

    .hero::before{
        height: 10.7rem;
        background: url("images/wave-large.png");
        background-size: cover;
    }

    .testimonials::before{
        height: 10.7rem;
        background: url("images/wave-large-reversed.png");
        background-size: cover;
    }

    .rightNav{
        /* display:flex; */
        /* background-color: violet; */
        width: 50%;
        height: 65px;
        text-align: center;
        padding: 0 23px;
        cursor: pointer;
        transition: all 0.3s ease-out;
    }
    
    #search{
        padding: 4px;
        font-size: 12px;
        border: 2px solid white;
        border-radius: 15px;
        width: 100%;
    }
    
    #search:hover{
        background-color: #ad37d3;
    }
    
    .btn {
        background-color: #d8406d;
        border: 2px solid white;
        font-size: 1.4rem;
        border-radius: 2rem;
        color: white;
        display: inline-block;
        margin-top: 2rem;
        padding: 0.5rem 1.2rem;
        text-transform: uppercase;
        transition: all 0.3s ease-in-out;
        cursor: pointer;
        font-family: 'Sansita Swashed', cursive;
    }
    
    .hero{
        height: 95vh;
    }

    .main-message h1 {
        font-family: 'Aldrich', sans-serif;
        font-size: 3rem;
        margin: 0.5rem 1rem;
    }

    .main-message h2 {
        font-size: 2.3rem;
        margin: 0 1rem;
    }

    .activities-grid {
        grid-gap: 1.2rem;
    }
    
    .activities-grid-item {
        height: 89vh;
    }

.form-input{
    font-size: 19px;
    width: 100%;
    padding: 5px 13px;
    margin: 12px 0;
    border: 2px solid grey;
    border-radius: 6px;
    outline: none;
    font-family: 'Segoe UI', Tahoma, Geneva, Verdana, sans-serif;
    }

.me{
    font-size: 4rem;
    text-align: center;
    text-decoration: underline;
    }


/* @media only screen and (max-width: 1270px){
    .nav-list{
        width: 124rem;
        height: 18vh;
        background-color: transparent;
        color: white;
        position: absolute;
        top: 0;
        right: 0;
        display: flex;
        flex-direction: row;
        align-items: center;
        justify-content: center;
        z-index: 1500;
        transition: all 0.4s ease-in-out;
       
    }
} */


    


    

    /* .box-main{
        flex-direction: column-reverse;
        max-width: 100%;
    } */
     
   
    .section{
        flex-direction: column-reverse;
    }

    .section-left{
        flex-direction: column-reverse;
    }

    .text-small{
        text-align: center;
    }

    .text-big{
        text-align: center;
        font-size: 22px;
    }

    .buttons{
        text-align: center;
    }

    .paras{
        padding: 0px;
    }
}