@font-face {
  font-family: "ETG";
  src: url("../fonts/EnterTheGrid2.otf");
}

@font-face {
  font-family: "Poppins";
  src: url("../fonts/Poppins-Regular.ttf");
}


@keyframes fadeIn {
  to{
    opacity: 1;
    transform: none;
  }
}

.bg {
  background-image: url(../resources/sxcsxa\ 1.png);
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat;
  overflow-x: hidden;
}

* {
  font-family: Poppins;
}

.mainText {
  font-family: ETG;
  color: #f5f5dc;
  transform: translate(0px,-30px);
  margin-top: 10vh;
}

.iconFram {
  border-radius: 100%;
  width: 10vh;
  height: 10vh;
  background-color: rgb(245, 245, 220);

}

@media only screen and (max-width: 768px) {
  .iconFram {
    width: 5vh;
    height: 5vh;
  }
}

.div {
  width: 40%;
  height: 2px;
  background-color: rgb(245, 245, 220);
  border-radius: 0px;
}

.div2 {
  width: 20px;
  height: 150px;
  border-radius: 10px;
}

.red {
  color: rgb(204, 16, 16);
  margin-left: 10px;
}

.text1 {
  margin-left: 10px;
}

.btnRed {
  background-color: rgb(204, 16, 16);
  color: #f5f5dc;
  font-size: 3vh;
  border-radius: 10px;
  border: none;
  transition: background-color 0.3s;
}

.btnRed:hover {
  background-color: rgb(245, 245, 220);
  color: black;
}


.image {
  width: 5vh;
}

@media only screen and (max-width : 768px){
  .image{
    width: 3vh;
  }
}

.input {
  border-radius: 10px;
  height: 15vh;
}

.fadeIn{
  opacity: 0;
  animation: fadeIn 1s forwards;
}

.delay{
  animation-delay: 1s;
}

.cardTxt1{
  color: #f5f5dc;
  font-family: roboto;
}

@media only screen and (max-width: 768px){
  .cardTxt1{
    color: #f5f5dc;
    font-family: roboto;
    font-size: 10px;
  }
}

#content{
  display: none;
}