/* 
  Project: physics-matriculas-2023
  Author: Tetris
*/

@font-face {
  font-family: "krona";
  src: url(../fonts/KronaOne-Regular.ttf);
}

* {
  font-family: "krona";
  color: white;
}

.main-container {
  max-width: 1920px;
  margin: 0 auto;
  overflow: hidden;
}

.lp-img {
  max-width: 100%;
  height: auto;
  max-height: 680px;
}

.form-frame {
  width: 100%;
  height: 100.5%;
  min-height: 490px;
}

.default-bg {
  background-position: top center;
  background-repeat: no-repeat;
  background-size: cover;
}

.main-header {
  background-image: url(../../images/header-bg.png);
}
.physics-logo {
  max-width: 210px;
}

.header-slogan-image {
  max-width: 300px;
}

.admission-test-image {
  max-width: 280px;
}

.archive-button {
  border: none;
  background-color: #f04ab4;
  color: white;
  font-size: 1.2rem;
  width: 70%;
  padding: 5px 0 5px 0;
}

.archive-button:hover{
  transform: scale(1.1);
}

.archive-button:active{
  opacity: 0.9;
}

.sect-2 {
  background-image: url(../../images/sect-2-bg.png);
}

.title-sect {
  font-size: 2.3rem;
}

.ph-parag {
  font-size: 1rem;
}

.sect-3 {
  background-image: url(../../images/sect-3-bg.png);
  padding-bottom: 12rem;
}

.sect-4 {
  background-image: url(../../images/sect-4-bg.png);
}

.sec-4-title-image {
  max-width: 35vw;
}

.sect-5 {
  background-image: url(../../images/sect-5-bg.png);
}

.sect-5-img {
  max-height: 580px;
}

.main-footer {
  background-image: url(../../images/footer-bg.png);
}

.main-footer p {
  font-size: 0.9rem;
}

.main-footer h3 {
  background-color: #00b4ff;
  display: inline-block;
  text-transform: uppercase;
  font-size: 1.1rem;
  margin-bottom: 1rem;
}

.footer-img {
  max-width: 35vw;
}

@media(min-width: 1410px) {
  
  .title-sect {
    font-size: 2.5rem;
  }
}

@media (max-width: 768px) {
  .ph-parag {
    font-size: 1rem;
  }

  .sect-3 {
    padding-bottom: 3rem;
  }

  .form-frame {
    min-height: 1000px;
  }

  .footer-img {
   max-width: 70vw;
  }

  .sec-4-title-image {
    max-width: 70vw;
  }
}

@media (max-width: 505px) {
  .card-form {
    padding: 0rem;
  }
}
