@import url('./css/font.css');

/*      --------Global Classes--------      */

a{
    text-decoration: none;
    color: blue;
}

h5{
    justify-content: center;
    text-align: center;
    text-decoration-color: red;
}


p{
    overflow: hidden;
}



/*      --------Global Classes--------      */

/* main section */
main {
    height: 100vh;
    width:100%;
    background-image: url('./assets/First\ page\ .png'); 
    background-size: auto;
    font-family: sans-serif;
    margin-top:20px;
    padding:0;
}


.centered{
    text-align:center;
    position:absolute;
    font-family: 'Times New Roman', Times, serif;
    font-size: x-large;
    font-weight: bolder;
   top: 20%;
    bottom: 30%;
    right: 25%;
    left: 30%;
}


.btn{
    margin: 1.8rem;
    background-color: skyblue; 
    padding: 3%;
    font-size: medium;
    font-family: 'Lucida Sans', 'Lucida Sans Regular', 'Lucida Grande', 'Lucida Sans Unicode', Geneva, Verdana, sans-serif;
    font-weight: bolder;
    border-radius: 20px;
}

.btn:hover{
    background-color: transparent;
    border: 1px solid white;
    color: white;
}

/* main section */



/*---------- Header ----------*/

header{
    background-color: white;
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    height: 60px;
    display: flex;
    align-items:center;
    text-align: left;
    box-shadow: 0 0 25px 0 black;
    justify-content: space-around; 
    font-family: Lexend; 
    font-size: larger;
  }
  
  header *{
      display: inline;
    }
  
  
  header li{
      margin:20px;
  }
  
  
  header li a{
      columns: black;
      text-decoration: none;
  }

  .h1{
       color:black;
       font-weight: 900;
  }

  .nav-link:hover{
    background-color: gainsboro;
    background-size: 100%;
  }

 .nav-link:hover a{
    color: white;
  }

  .nav-icons{
    padding-left: 0;
  }

  
  /*---------- Header ----------*/
  
 
  
  /*---------- navbar ----------*/


   /* Content */

   content {
    
    
    width: 100%;
   
    
   
   }

        .con{
            margin-top: 0;
            background-image: url("./assets/images.jpg");
            background-size: cover;
            height: 200vh;
            width: 100%;
        }
    
        .blog-heading{
            text-align: center;
            margin-top: 1rem;
            font-weight: bolder;
        }

        ul{
            list-style-type: none;
        }
    
        .container{
            text-align: center;
            margin-top: 20px;
            }

        .container0{
            display: flex;
        }

        .h{
            text-align: center;
            font-size: large;
        }

        

        .img{
            height: 10%;
            left: 0;
            margin: 0.5rem;
            padding: 2rem;  
        }

        .container1{
            text-align: center;
            margin-top: 20px;
        }


        .slider-card{
            background-color:white ;
            margin: 20px;
            border-radius: 5px;
            box-shadow: 0 15px 45px -20px rgba(206, 191, 191, 0.493);
            overflow: hidden;

        }

        .slider-card img{
            border-radius: 5px 5px 0px 0px;
        }

        /* .owl-nav.owl-next{
        position:absolute;
        align-items: flex-end;
        top: calc(50% -25%);
        left: 0;
        opacity: 1;
        font-size: 30px;
        z-index: 1;
    } */

    /* .blog-post{
        padding: 1rem;
        gap: 10px;           
        size: 20px;
        background: fixed;
    } */

    .last{
        height: 15%;
        display: flex;
        flex-direction: row;
        background-color: black;
        text-decoration-color: white;
        margin-top:1rem;
        padding: 6rem;
        padding-top: 2rem;
        background-size: cover;

    }


    .about{
        display: block;
        color: white;
        margin-left: 6%;
        margin-right: 6%;
        margin-top: 0.2%;
        overflow: hidden;
        width: 20%;
    }


    .about:hover{
        overflow: visible;
    }


    .reviews{
        display: block;
        color: white;
        margin-left: 6%;
        margin-right: 6%;
    }


    .insta{
        display: block;
        background-size: cover;
        color: white;
        margin-left: 6%;
        margin-right: 6%;
    }


    .follow{
        display: inline-block;
        color: white;
        margin-left: 6%;
        margin-right: 6%;
    }
    


    
       
    

   /* Content */


   /*    Lories    */

    .margin{
    background-color: skyblue;
    background-size: cover;
    margin-top: 20%;
   }

   /* .lories img{
    height: 100vh;
    width: 80%;
   } */


  /* viewport less than or equal to 750px */

  @media  screen and (max-width:750px){
    header{
        background-color: white;
        display: flex;
        flex-wrap: nowrap;
        justify-content: flex-start;
        padding: 2%;
        flex-direction: column;
        align-content: center;
        align-items: center;
        height: 100px;
        margin-top: 0%;
    
    }


    .margin{
        background-color: skyblue;
        background-size: cover;
        margin-top: 20%;
        width: 100%;
        height: 100px;
       }

    main {
        height: 125vh;
        width: 100%;
        background-image: url(./assets/First\ page\ .png);
        background-size: auto;
        font-family: sans-serif;
        margin-top: 20px;
        padding: 0;
       }

    .heading{
        margin: 5%;
        padding: 0.5%;
        align-content: flex-start;
        border: black;
        box-shadow: grey;
        border-bottom-width: medium;
    }

    .nav-list{
        flex-direction: column;
    }

    .nav-link:hover{
        flex-direction: column;  
    }


    .centered{
        color: white;
        align-content: space-between;
        display: grid;
        padding-top: 3rem;
        justify-content: center;
        align-items: start;
        justify-items: center;
    }

    .h1{
        color: white;
    }

    .container0{
        display: block;
        overflow: scroll;
    }

    .videos{
        width: 100%;
    }

    section{
        background: fixed;
    }

    .img{
        align-items: center;
    }

    .last{
        background-size: cover;
        display: block;
        height: 500px;
    }


    .para{
        font-size: large;
    }

    .h2{
        font-size: large;
    }


    .slider-card{
        overflow: hidden;
    }


    p{
        overflow: hidden;
    }
  }

   /* viewport less than or equal to 750px*/