* {
  overflow: hidden;
}

.center_imgofc{
  display: none;
}

a {
  position: relative;
  text-align: center;
  margin: 0;
  padding: 0;
}

.logo_index {
  display: block;
  margin: 0 auto;
  width: 20%;
  left: 0;
  border-radius: 10px;
}

.footer_imgcard {
  display: block;
  width: auto;
  height: auto;
  max-width: 11%;
  max-height: 11%;
  margin: 10px;
}

@media only screen and (min-width: 0px) and (max-width: 400px) {
  * {
    overflow: hidden;
  }
  body {
    overflow: hidden;
}

  .coming_card {
    display: inline-block;
    font-family: "Jost", sans-serif;
    width: 90%;
    height: 92%;
    border-radius: 10px;
    background-color: rgb(33, 30, 42);
    color: white;
    position: absolute;
    top: 50%; 
    left: 50%; 
    transform: translate(-50%, -50%); 
    overflow: hidden;
    hyphens: auto;

  }

  .text_coming {
    font-size: 1.2rem;
    text-align: justify;
    font-weight: 300;
    position: relative;
    top: 10vh;
  }

  .text_coming p {
    margin: 0;
  }

  .text_contacts {
    font-size: 1.5rem;
    font-weight: 500;
    text-align: center;
    top: 0vh;
    z-index: 8;
  }

  .logo_index {
    position: relative;
    display: block;
    margin: 0 auto;
    width: 20%;
    left: 0;
    border-radius: 10px;
    top: 5vh;
    z-index: 9;
  }

  .footer_imgcard {
    position: relative;
    width: auto;
    height: auto;
    width: 120%;
    left: 50%;
    transform: translateX(-50%);
    z-index: 10;
  }

  .center_img {
    position: absolute;
    bottom: 20px;
    left: 50%;
    transform: translateX(-50%);
    width: 120%;
    height: auto;
    z-index: 10;
    bottom: 10vh;

  }


}


@media only screen and (min-width: 401px) and (max-width: 571px) {
  * {
    overflow: hidden;
  }
  body {
    overflow: hidden;
}

  .coming_card {
    display: inline-block;
    font-family: "Jost", sans-serif;
    width: 90%;
    height: 92%;
    border-radius: 10px;
    background-color: rgb(33, 30, 42);
    color: white;
    position: absolute;
    top: 50%; 
    left: 50%; 
    transform: translate(-50%, -50%); 
    padding: 4%;
    overflow: hidden;
    hyphens: auto;
    flex-wrap: wrap;
   
  }

  .text_coming {
    font-size: 1.2rem;
    text-align: justify;
    font-weight: 300;
    position: relative;
    top: 20vh;
  }

  .text_coming p {
    margin: 0;
  }

  .text_contacts {
    font-size: 1.5rem;
    font-weight: 500;
    text-align: center;
    top: 0vh;
    z-index: 8;
  }

  .logo_index {
    position: relative;
    display: block;
    margin: 0 auto;
    width: 20%;
    left: 0;
    border-radius: 10px;
    top: 5vh;
    z-index: 9;
  }

  .footer_imgcard {
    position: relative;
    width: auto;
    height: auto;
    width: 50%;
    left: 50%;
    transform: translateX(-50%);
    z-index: 10;
  }

  .center_img {
    position: absolute;
    bottom: 20px;
    left: 50%;
    transform: translateX(-50%);
    width: 100%;
    height: auto;
    z-index: 10;
  }



}

@media only screen and (min-width: 571px) and (max-width: 768px) {
  * {
    overflow: hidden;
  }

  body {
    overflow: hidden;
}

  .coming_card {
    display: inline-block;
    font-family: "Jost", sans-serif;
    width: 90%;
    height: 92%;
    border-radius: 10px;
    background-color: rgb(33, 30, 42);
    color: white;
    position: absolute;
    left: 0;
    right: 0;
    margin: auto;
    padding: 4%;
    overflow: hidden;
    hyphens: auto;
    flex-wrap: wrap;
  }

  .text_coming {
    font-size: 1.2rem;
    text-align: justify;
    font-weight: 300;
    position: relative;
    top: 20vh;
  }

  .text_coming p {
    margin: 0;
  }

  .text_contacts {
    font-size: 1.5rem;
    font-weight: 500;
    text-align: center;
    top: 0vh;
    z-index: 8;
  }

  .logo_index {
    position: relative;
    display: block;
    margin: 0 auto;
    width: 20%;
    left: 0;
    border-radius: 10px;
    top: 4vh;
    z-index: 9;
  }

  .footer_imgcard {
    position: relative;
    width: auto;
    height: auto;
    width: 50%;
    left: 50%;
    transform: translateX(-50%);
    z-index: 10;
  }

  .center_img {
    position: absolute;
    bottom: 20px;
    left: 50%;
    transform: translateX(-50%);
    width: 80%;
    height: auto;
    z-index: 10;

  }


}

@media only screen and (min-width: 768px) and (max-width: 815px) {
  * {
    overflow: hidden;
  }
  body {
    overflow: hidden;
}
  .coming_card {
    display: inline-block;
    font-family: "Jost", sans-serif;
    width: 90%;
    height: 92%;
    border-radius: 10px;
    background-color: rgb(33, 30, 42);
    color: white;
    position: absolute;
    top: 50%; 
    left: 50%; 
    transform: translate(-50%, -50%);
    margin: auto;
    padding: 4%;
    overflow: hidden;
    hyphens: auto;
    flex-wrap: wrap;
  }

  .text_coming {
    font-size: 1.2rem;
    text-align: justify;
    font-weight: 300;
    position: relative;
    top: 21vh;
  }

  .text_coming p {
    margin: 0;
  }

  .text_contacts {
    font-size: 1.5rem;
    font-weight: 500;
    text-align: center;
    bottom: 2vh;
    position: relative;
    z-index: 8;
  }

  .logo_index {
    position: relative;
    display: block;
    margin: 0 auto;
    width: 19%;
    left: 0;
    border-radius: 10px;
    top: 4vh;
    z-index: 9;
  }

  .footer_imgcard {
    position: relative;
    width: auto;
    height: auto;
    width: 50%;
    left: 50%;
    transform: translateX(-50%);
    z-index: 10;
  }

  .center_img {
    position: absolute;
    bottom: 20px;
    left: 50%;
    transform: translateX(-50%);
    width: 80%;
    height: auto;
    z-index: 10;

  }

}

@media only screen and (min-width: 815px) and (max-width: 956px) {
  * {
    overflow: hidden;
  }
  body {
    overflow: hidden;
}

  .coming_card {
    display: inline-block;
    font-family: "Jost", sans-serif;
    width: 90%;
    height: 92%;
    border-radius: 10px;
    background-color: rgb(33, 30, 42);
    color: white;
    position: absolute;
    top: 50%; 
    left: 50%; 
    transform: translate(-50%, -50%); 
    margin: auto;
    padding: 4%;
    overflow: hidden;
    hyphens: auto;
    flex-wrap: wrap;
  }

  .text_coming {
    font-size: 1.5rem;
    text-align: justify;
    font-weight: 300;
    position: relative;
    top: 20vh;
  }

  .text_coming p {
    margin: 0;
  }

  .text_contacts {
    font-size: 1.5rem;
    font-weight: 500;
    text-align: center;
    bottom: 2vh;
    position: relative;
    z-index: 8;
  }

  .logo_index {
    position: relative;
    display: block;
    margin: 0 auto;
    width: 10%;
    left: 0;
    border-radius: 10px;
    top: 4vh;
    z-index: 9;
  }

  .footer_imgcard {
    position: relative;
    width: auto;
    height: auto;
    width: 50%;
    left: 50%;
    transform: translateX(-50%);
    z-index: 10;
  }

  .center_img {
    position: absolute;
    bottom: 20px;
    left: 50%;
    transform: translateX(-50%);
    width: 60%;
    height: auto;
    z-index: 10;

  }

}

.logo_index {
  display: block;
  margin: 0 auto;
  width: 10%;
  left: 0;
  border-radius: 10px;
}

.footer_imgcard {
  display: block;
  width: auto;
  height: auto;
  max-width: 11%;
  max-height: 11%;
  margin: 10px;
}

@media only screen and (min-width: 956px) and (max-width: 1023px) {
  * {
    overflow: hidden;
  }
  body {
    overflow: hidden;
}

  .coming_card {
    display: inline-block;
    font-family: "Jost", sans-serif;
    width: 90%;
    height: 92%;
    border-radius: 10px;
    background-color: rgb(33, 30, 42);
    color: white;
    position: absolute;
    top: 50%;
    left: 50%; 
    transform: translate(-50%, -50%); 
    margin: auto;
    padding: 4%;
    overflow: hidden;
    hyphens: auto;
    flex-wrap: wrap;
  }

  .text_coming {
    font-size: 1.5rem;
    text-align: justify;
    font-weight: 300;
    position: relative;
    top: 20vh;
  }

  .text_coming p {
    margin: 0;
  }

  .text_contacts {
    font-size: 1.5rem;
    font-weight: 500;
    text-align: center;
    bottom: 2vh;
    position: relative;
    z-index: 8;
  }

  .logo_index {
    position: relative;
    display: block;
    margin: 0 auto;
    width: 10%;
    left: 0;
    border-radius: 10px;
    top: 4vh;
    z-index: 9;
  }

  .footer_imgcard {
    position: relative;
    width: auto;
    height: auto;
    width: 50%;
    left: 50%;
    transform: translateX(-50%);
    z-index: 10;
  }

  .center_img {
    position: absolute;
    bottom: 20px;
    left: 50%;
    transform: translateX(-50%);
    width: 60%;
    height: auto;
    z-index: 10;

  }

}

.logo_index {
  display: block;
  margin: 0 auto;
  width: 10%;
  left: 0;
  border-radius: 10px;
}

.footer_imgcard {
  display: block;
  width: auto;
  height: auto;
  max-width: 10%;
  max-height: 10%;
  margin: 10px;
}

@media only screen and (min-width: 1023px) and (max-width: 1279px) {
  * {
    overflow: hidden;
  }
  body {
    overflow: hidden;
}

  .coming_card {
    display: inline-block;
    font-family: "Jost", sans-serif;
    width: 90%;
    height: 92%;
    border-radius: 10px;
    background-color: rgb(33, 30, 42);
    color: white;
    position: absolute;
    top: 50%; 
    left: 50%; 
    transform: translate(-50%, -50%); 
    margin: auto;
    padding: 4%;
    hyphens: auto;
    flex-wrap: wrap;
    z-index: 6;
  }

  .text_coming {
    font-size: 1.5rem;
    text-align: justify;
    font-weight: 300;
    position: relative;
    top: 20vh;
  }

  .text_coming p {
    margin: 0;
   
  }

  .text_contacts {
    font-size: 1.5rem;
    font-weight: 500;
    text-align: center;
    bottom: 2vh;
    position: relative;
    z-index: 8;
  }

  .logo_index {
    position: relative;
    display: block;
    margin: 0 auto;
    width: 10%;
    left: 0;
    border-radius: 10px;
    top: 4vh;
    z-index: 9;
  }

  .footer_imgcard {
    position: relative;
    display: inline-block;
    width: auto;
    height: auto;
    width: 50%;
    left: 50%;
    transform: translateX(-50%);
    z-index: 10;
  }

  .footer_imgcard {
    display: inline-block;
    width: auto;
    height: auto;
    position: relative;
    left: 0%;
    transform: translateX(-0%);
    z-index: 10;
    margin: 5px; 
    max-width: 10%; 
    max-height: 10%; 
 
  }

  .center_img{
    display: none;
  }

  .center_imgofc{
    text-align: center; 
    display: inline-block;
    max-width: 100%;
    max-height: 10%;
    position: relative;
    z-index: 20;
  }

}




@media only screen and (min-width: 1279px) {
  * {
    overflow: hidden;
  }
  body {
    overflow: hidden;
}

  .coming_card {
    display: inline-block;
    font-family: "Jost", sans-serif;
    width: 90%;
    height: 92%;
    border-radius: 10px;
    background-color: rgb(33, 30, 42);
    color: white;
    position: absolute;
    top: 50%; 
    left: 50%; 
    transform: translate(-50%, -50%);
    margin: auto;
    padding: 4%;
    hyphens: auto;
    flex-wrap: wrap;
    z-index: 6;
  }

  .text_coming {
    font-size: 2.5rem;
    text-align: justify;
    font-weight: 300;
    position: relative;
    top: 10vh;
  }

  .text_coming p {
    margin: 0;
  }

  .text_contacts {
    font-size: 2.5rem;
    font-weight: 500;
    text-align: center;
    bottom: 10px;
    z-index: 8;
  }

  
  .center_img {
    position: absolute;
    display: block;
    bottom: 20px;
    left: 45%;
    transform: translateX(-50%);
    width: 60%;
    height: auto;
    z-index: 10;

  }
  

  .logo_index {
    position: relative;
    display:  block;
    margin: 0 auto;
    width: 7%;
    left: 0;
    top: 4vh;
    border-radius: 10px;
    z-index: 9;
  }
  
  .footer_imgcard {
    display:  inline-block;
    max-width: 10%;
    max-height: 10%;
    position: relative;
    left: 0%;
    margin: 5px;
    z-index: 9;
  }

  .center_img{
    display: none;
  }

  .center_imgofc{
    display: inline-block;
    width: 100%;
    height: 100%;
    position: relative;
    bottom:0vh;
    left: 35%;
    margin: 5px;
    z-index: 9;
  }
  

}


