@media screen and (max-device-width: 1650px)
{
    .Cd1 p:nth-child(3) { width: 70%; }
    .CC1 form input { width: 35%; }
}

@media screen and (max-device-width: 1380px)
{
    

}


@media screen and (max-device-width: 1250px)
{
    .Cd1 p:nth-child(3) { width: 85%; }
    .CC1 form input { width: 38%; }
    h1 { font-size: 30px; }
    h2 { font-size: 30px; }
    h3 { font-size: 30px; }
    h4 { font-size: 30px; }
}

@media screen and (max-device-width: 1050px)
{

    .Log { display: flex;flex-direction: column;width: 100%; }
    .Cd1 { margin-top: 0%; }
}

@media screen and (max-device-width: 1000px)
{

    .d1 { height: 80px; }
    .d1 p { font-size: 45px; }
    h1 { font-size: 35px;}
    h2 { font-size: 35px;}
    h3 { font-size: 35px;}
    h4 { font-size: 35px;margin-top: 2%;}
    .LogImg { width: 80%;margin-top: -2%;} 
}

@media screen and (max-device-width: 775px)
{
    .d1 { height: 130px; }
    .d1 p { font-size: 50px;}
    .d1 p span { font-size: 33px; }
}


@media screen and (max-device-width: 575px)
{
    .Cd1 { width: 95%;}
    h1 { font-size: 45px;height: 150px; }
    .Cd1 p:nth-child(2) { margin-top: -50px; }
    .Cd1 p:nth-child(3) { margin-top: 10px; }
    .CC1 form input { height: 70px;width: 45%;font-size: 25px; }
    h4 { font-size: 40px; }
    .LogImg { width: 95%;height: 80%; } 
    .Cd2 { height: 300px;}
    h2 { margin-top: 7%;font-size: 40px;  }
    .Cd2 p { font-size: 25px; }
    .Cd3 { height: 700px; }
    h3 { font-size: 40px; }
    .Cd3 p { font-size: 25px;margin-top: 1%; }
}

@media screen and (max-device-width: 475px)
{
    .Bd { margin-top: 20px;}
}


@media screen and (max-device-height: 600px)
{
    
    .Bd { margin-top: 100px;}
    .Log { height: 1500px;}
}

@media screen and (max-device-height: 400px)
{
    
    .Bd { margin-top: 160px;}
    .Log { height: 1500px;}
}

