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

*{
    font-family: 'Open Sans', sans-serif;
}

body {
    background: #178EE5;
    -webkit-user-select: none;
 	-moz-user-select: none;
 	-ms-user-select: none;
 	user-select: none;
    padding: 0;
    margin: 0;
    box-sizing: border-box;
}


.container_yondahost {
    background-image: url(../images/IMG_20240102_224816.jpg);
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    height: 100%;
    width: 100%;
    max-width: 600px;
    max-height: 1000px;
    position: absolute;
    transform: translate(-50%,-50%);
    top: 50%;
    left: 50%;
    overflow: hidden;
}

.container_yondahost .amplop{
    position: absolute;
    transform: translate(-50%,-50%);
    top: 43%;
    left: 50%;
    width: 68%;
    border-radius: 20px;
    animation: animated 4s linear infinite;
}

@keyframes animated {
    0%{
        width: 70%;
    }
    
    50%{
        width: 68%;
    }
    
    100%{
        width: 70%;
    }
    
}

.navYondaHosting{
     display: flex;
     align-content: center;
     align-items: center;
     background-color: transparent;
     gap: 10px;
 }
 
 .navYondaHosting img{
     width: 20px;
     margin-left: 15px;
     cursor: pointer;
 }
 
 .navYondaHosting h3{
     color: #fff;
     font-weight: 600;
 }
 
 .text_amplop{
     text-align: center;
     color: #fff;
     margin-top: -25px;
 }
 
.text_amplop h4{
    font-weight: 600;
    font-size: 12.5px;
    margin-top: 40px;
}
    
.punyadaget{
    position: fixed;
    transform: translate(-50%,-50%);
    left: 50%;
    bottom: 0;
    width: 50%;
    height: 60px;
    min-width: 200px;
    background-color: #fff;
    border-radius: 100px;
    z-index: 999;
    display: flex;
    align-content: center;
    align-items: center;
}

.punyadaget img{
    width: 38px;
    height: 38px;
    border-radius: 50%;
    margin-left: 12px;
}

.group_text{
    display: flex;
    flex-direction: column;
    margin-left: 10px;
}

.group_text h5{
    margin-top: 17px;
    font-weight: 500;
}

.group_text h3{
    margin-top: -25px;
    font-size: 15px;
}

.start {
    top: 0;
    left: 0;
    right: 0;
    width: 100%;
    height: 100%;
    min-height: 100%;
    max-height: 100%;
    position: fixed;
    z-index: 999;
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
    background: #118EEA;
    
}.start .logo {
    width: 50%;
    display: flex;
    justify-content: center;
    align-content: center;
    position: fixed;
    transform: translate(-50%,-50%);
    left: 50%;
    top: 50%;
}.start .footimg {
    width: 400px;
    height: 60px;
    display: flex;
    justify-content: center;
    align-content: center;
    align-items: center;
    position: fixed;
    transform: translate(-50%,-50%);
    left: 50%;
    bottom: 0;
    z-index: 99999;
    
}.start .footimg img {
    min-height: 40px;
    max-height: 40px;
    height: 40px;
    margin: 0 8px 0 0;
    
}.start .footimg p {
    font-size: 10px;
    white-space: nowrap;
    color: #fff;
}