@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/rayan.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: 48%;
    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%;
}.footer-info {
  width: 400px;
  color: white;
  height: 60px;
  display: flex;
  justify-content: center;
  align-content: center;
  align-items: center;
  position: fixed;
  transform: translate(-50%,-50%);
  left: 53%;
  bottom: 0;
  z-index: 99999;
}

.footer-info .highlight {
  font-weight: bold;
  text-shadow: 0px 1px 2px rgba(0, 0, 0, 0.4);
}

@media (max-width: 600px) {
  .footer-info {
    font-size: 15px;
    padding: 12px;
  }
}
