@import url('https://fonts.googleapis.com/css2?family=Cabin:ital,wght@0,400..700;1,400..700&family=Open+Sans:ital,wght@0,300..800;1,300..800&family=Poppins:ital,wght@0,100;0,200;0,300;0,400;0,500;0,600;0,700;0,800;0,900;1,100;1,200;1,300;1,400;1,500;1,600;1,700;1,800;1,900&display=swap');
body{
    background-color: #ff024d;
    font-family: "Poppins", sans-serif;
    overflow: hidden;

}

.logo{
    width:180px;
}


.navbar{
    padding: 25px;
    display: flex;
    justify-content: space-between;
}

.navtoggle{
    background:white;
    padding: 12px;
    border: none;
    border-radius: 11px;
    font-weight: 600;
    font-family: "Poppins", sans-serif;
    text-decoration: none;
    color: #ff024d;
}



.container {
    width: 100%;
    margin-top: 250px;
    display: flex;
    justify-content: center;
    align-items: center;
  }
  
  .text-item {
    font-size: 80px;
    font-weight: 500;
    text-align: center;
    padding: 20px;
    line-height: 80px;
    border-bottom: 9px solid; 
    overflow: hidden;
  }
  

  .herotext{
    line-height: 80px;
    font-size: 80px;
    font-weight: 500;
    position: relative;
    top: 40px;
  }

  .images{
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 25px;
    margin-top: 330px;
  }

  .class1{
    width: 850px;
  }



  .class2{
    width:850px;
  }

  .arrow{
    position: relative;
    left: 105%;
    bottom:30px;
    width: 40px;
    font-weight: 600;
}



  @media(max-width:600px){

    body{
        overflow: hidden;
    }

    .dblocl{
        display: block;
    }
    .logo{
        width:130px;
        position: relative;
        right: 10px;

    }

    .navtoggle{
        position: relative;
        left: 8px;
        bottom: 10px;

    }

    .text-item{
        font-size:45px;
        position: absolute;
        left: 40px;
        line-height: 12px;


    }

    .herotext{
        font-size: 46px;
        width: 100%;
        position: absolute;
        top: 177px;
        left: 40px;
        overflow: hidden;
        font-weight: 600;

    }

    .arrow{
        position: relative;
        top: 76px;
        left: 90px;
        width: 40px;
        font-weight: 600;
    }


    .container {
        width: 100%;
        margin-top: 0px;
        display: flex;
        justify-content: center;
        align-items: center;
      }


      .images{
        flex-direction: column;
        gap: 1px;
        position: relative;
        bottom: 70px;
        right: 10px;

      }

      .class1{
        width: 384px;
        height: 76px;
      }
    
    
    
      .class2{
        width: 384px;
        height: 76px;

      }
  }