


@media (min-width: 889px) and (max-width: 5000px) {


    html, body {

        margin: 0;
        padding: 0;
        border: 0;
        box-sizing: border-box; 
        overflow-x: hidden;

       
        

        

    }
    
    body {

        background: linear-gradient( to right, rgb(244, 244, 244), white);

    }


   

    

    .logo {

        width: 20px;

    }
    
    
    .sDG {

        display: flex;
        flex-direction: column;
        width: 100%;
        margin-top: 150px;
        margin-bottom: 30px;
        align-items: center;
        z-index: 1;
        justify-content: center;
        gap: 20px;
        overflow: hidden;

    }

    .sDT1 {

        font-size: 52px;
        font-family: "DM Sans", sans-serif;
        font-weight: 700;
        letter-spacing: -2.5px;
        display: flex;
        align-items: baseline;
        
        background: linear-gradient(
            to left,
            #88ceff,
            #88ceff,
            #88ceff,
            #43B0FF,
            #43B0FF,
            #88ceff
        );

        background-size: 300% 100%;   
        background-position: 0% 50%; 
        

        -webkit-background-clip: text;
        background-clip: text;
        -webkit-text-fill-color: transparent;
    

    }

    .sDT2 {

        font-size: 26px;
        font-family: "DM Sans", sans-serif;

        
        display: flex;
        align-items: baseline;
        
        background: linear-gradient(
            to left,
            #88ceff,
            #88ceff,
            #88ceff,
            #43B0FF,
            #43B0FF,
            #88ceff
        );

        background-size: 300% 100%;   
        background-position: 0% 50%; 
        

        -webkit-background-clip: text;
        background-clip: text;
        -webkit-text-fill-color: transparent;

    }

    .sDB {

        display: flex;
        flex-direction: row;
        gap: 15px;

        

    }

    .button1 {

        font-size: 15px;
        font-family: "DM Sans", sans-serif;
        height: 45px;
        width: 110px;

        
        cursor: pointer;

        background: linear-gradient(to right, #43B0FF, #B5E0FF, #43B0FF);
        color: white;

        border-radius: 50px;
        
        border: 2px solid #43B0FF;

        background-size: 300% 100%;   
        background-position: 0% 50%; 
        
        transition: 0.4s;
      
       
    }

    .button2 {

        font-size: 15px;
        font-family: "DM Sans", sans-serif;
        height: 45px;
        width: 110px;
        
        cursor: pointer;

        background-color: rgb(177, 177, 177);
        color: white;

        border-radius: 50px;
        
        border: 2px solid rgb(153, 153, 153);

        background-size: 300% 100%;   
        background-position: 0% 50%; 

        transition: 0.4s;
       
    }

    .button1:hover {

        scale: 1.05;

   }

   .button2:hover {

        scale: 1.05;

   }

    .sDT3 {

        font-size: 16px;
        font-family: "DM Sans", sans-serif;
        width: 370px;
        display: flex;
        align-items: center;
        line-height: 1.5;

    }

    .sDV2 {

        height: 300px;
        width: 500px;
        
        border-radius: 12px;

    }

    

    .flexT4V {

        display: flex;
        flex-direction: column;
        justify-content: center;
        align-items: center;
        padding: 10px;
        gap: 10px;
        border-radius: 15px;
        border: #43B0FF 3px solid;

    }

    .sDT4 {

        font-size: 17px;
        font-family: "DM Sans", sans-serif;
        font-weight: 500;
        
        
        
        

    }

     .rLogo {

        transition: .4s;
        width: clamp(55px, 10%, 75px);
        background: none;
        border: none
        

    }

    .rLogo:hover {

        transform: scale(1.1);
        cursor: pointer;

    }



    
    


}
