@import url('https://fonts.googleapis.com/css2?family=Charm:wght@400;700&family=Faculty+Glyphic&display=swap');

*{

    margin: 0;

    padding: 0;

    box-sizing: border-box;

    

}



h2 {

    font-family: "Charm", cursive;

    background: -webkit-linear-gradient(red, #333);

    -webkit-background-clip: text;

    -webkit-text-fill-color: transparent;

    line-height: 1.5!important;

}



h1{
    font-family: "Charm", cursive;

    line-height:100px!important;

    color: #fff!important;

    font-size: 4.5rem!important;

}



.section1{

    background: linear-gradient(180deg, #ee1b52 0%, #46b1e5 100%);

    display: flex;

    align-items: center;

    justify-content: center;

    /* background-attachment: fixed; */



}





.sec1{



    height: 100%;

    width: 100%;

    display: flex;

    align-items: center;

    justify-content: center;

}







.btn1 {

    display: inline-block;

    padding: 15px 32px;

    background: transparent;

    border-radius: 50px;

    text-align: center;

    text-decoration: none;

    cursor: pointer;

    position: relative;

    overflow: hidden;

    z-index: 1;

    border-style: solid;

    border: 1px solid white;

    color: #212121;

  }



  .btn1:hover{

    color: white;

  }

  

  .btn1:before,

  .btn1:after {

    content: "";

    position: absolute;

    top: 0;

    width: 100%;

    height: 100%;

    pointer-events: none;

  }

  

  .btn1:before {

    left: 90%;

    background: #ee1b52;

    z-index: -1;

    transition: left 0.3s ease-in-out;

  }

  

  .btn1:hover:before {

    left: 50%;

  }

  

  .btn1:after {

    right: 90%;

    background: #ee1b52;

    z-index: -1;

    transition: right 0.3s ease-in-out;

  }

  

  .btn1:hover:after {

    right: 50%;

  }



  .section2{

    background: linear-gradient(180deg, #46b1e5 0%, #fff 100%);

  }

  



  .section3{

    background-image: url(../assets/bannerf.jpg);

    background-repeat: no-repeat;

    background-size: cover;

    background-position: center;

    /* background-attachment: fixed; */

    

  }



  .section4{

    background: linear-gradient(180deg, #6dd59c 0%, #fff 100%);

  }







  .test{



    

    background-color: white;

    width:100%;

   

  }

  @media(max-width:1240px){

    h1{

        line-height: 80px!important;

    }

  }



  @media(max-width:767px){

    h1{

        line-height: 60px!important;
        font-size: 3rem!important;
        lineheight: 100px!important;
    }

    .sec1img {
      width: 100%;
      max-width: 160px!important;
    }

    .logo{
      max-width: 200px!important;
    }
  }



  @media(max-width:540px){

    h1{

        line-height: 50px!important;

    }

    .section1 img{

        width: 100%;

    }

  }



  @media(max-width:991px){

    .test{

        padding: 30px!important;

        height: auto;

    }

  }



  .class{

    width: 100%;

    max-width: 150px;

  }



  .sec1img{

    width: 100%;

    max-width: 300px;

  }



  footer{

    background-color: #000;

  }



  .foota{

    width: 100%;

    max-width: 250px;

  }