body, html {
  margin: 0;
  padding: 0;
  height: 100%;
  
  background-color: #0016ad; 
  overflow: hidden;

  font-family: 'Arial', sans-serif;
  color: #ffffff;
  font-stretch: normal;
  font-style: normal;
  letter-spacing: normal;
  text-align: left;
}

.content {
  position: absolute;
  left: 15.3%;
  top: 35%;
}

.content h1 {
  width: 238px;
  height: 21px;

  font-size: 20px;
  font-weight: normal;
  line-height: 1.15;
  text-align: left;
  text-transform: uppercase;
}

.content h2 {
  font-size: 55px;
  font-weight: bold;
  line-height: 1.16;

  max-width: 443px;
  width: 100%;
  margin-top: 4rem;
  margin-bottom: 4rem;
}

.button {
  display: inline-block;
  padding: 12px 24px;
  border-radius: 5px;
  background-color: #fff;
  border: 2px solid transparent;

  font-size: 16px;
  line-height: 1.13;
  text-decoration: none;
  color: #000;

  cursor: pointer;
  transition: all 0.3s ease-in-out;
}

.button:hover {
  background-color: #0016ad;
  color: #fff;
  border: 2px solid #fff;
}

.social-icons {
  position: absolute;
  bottom: 20%;
  left: 80%;

  display: flex;
  flex-direction: column;
  justify-content: center;
  gap: 2rem;
}

.social-icons a {
  position: relative;
  width: 40px;
  height: 40px;

  background-color: #fff;
  transition: transform 0.3s ease-in-out;

  color: #0016ad;
  text-decoration: none;
  border-radius: 50%;
}

.social-icons a:hover {
  transform: scale(1.1);
}

.social-icons i {
  font-size: 24px;

  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}

.background-svg {
  position: absolute;
  top: 0;
  left: 0;
  width: 60%;
  height: 100%;
}

@media screen and (min-width: 1025px) {
  .mobile-svg {
    display: none;
  }
}


.mobile-svg svg {
  width: 100%;
  height: 100%;
}


.background-svg svg {
  width: 100%;
  height: 100%;
}

@media screen and (min-width: 1025px) {
  .desktop-hidden {
    display: none;
  }
}


/* RESPONSIVE */

/* Tablet */

@media screen and (min-width: 481px) and (max-width: 768px){
  .background-svg {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
  }

  .content {
    left: 15%;
  }

  .content h1 {
    font-size: 17px;
  }

  .content h2 {
    font-size: 30px;
    max-width: 21rem;
  }

  .social-icons {
    flex-direction: row;
    gap: 1.5rem;

    top: 10%;
    left: 50%;
  }
}

/* Small screens */

@media screen and (min-width: 769px) and (max-width: 1024px){
  .background-svg {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
  }

  .content {
    left: 10% !important;
  }

  .content h1 {
    font-size: 17px;
  }

  .content h2 {
    font-size: 40px;
    max-width: 21rem;
  }

  .social-icons {
    gap: 1.5rem;
    top: 35%;
    left: 90%;
  }
}

/* Desktop */

@media screen and (min-width: 1025px) and (max-width: 1800px){
  .background-svg {
    position: absolute;
    top: 0;
    left: 0;
    width: 80%;
    height: 100%;
  }

  .content {
    left: 20.5%;
  }

  .content h1 {
    font-size: 17px;
  }

  .content h2 {
    font-size: 40px;
    max-width: 21rem;
  }

  .social-icons {
    left: 90%;
    bottom: 24%;
  }

  .button {
    margin-top: 2rem;
  }
}

/* Other screens */

@media screen and (min-width: 1025px) and (max-width: 1800px) and (min-height: 1100px) and (max-height:1301px) {
  .social-icons {
    bottom: 30%;
  }
}

@media screen and (min-height: 480px) and (max-height: 580px) {
  .content {
    top: 28%;
  }
}

@media screen and (min-height: 581px) and (max-height: 680px) {
  .content {
    top: 34% !important;
  }
}

@media screen and (min-height: 681px) and (max-height: 780px) {
  .content {
    top: 33% !important;
  }
}

@media screen and (min-height: 781px) and (max-height: 880px) {
  .content {
    top: 33%;
  }
}

@media screen and (min-height: 881px) and (max-height: 980px) {
  .content {
    top: 34%;
  }

  .social-icons {
    bottom: 18%;
  }
}

@media screen and (min-height: 981px) and (max-height: 1280px) {
  .content {
    top: 36%;
  }

  .social-mobile {
    bottom: -8rem !important;
  }
}

@media screen and (min-height: 981px) and (max-height: 1280px) and (max-width: 1024px) {
  .content {
    top: 38% !important;
    left: 10% !important;
  }

  .social-mobile {
    bottom: -8rem !important;
  }
}


@media screen and (min-height: 1281px) {
  .content {
    top: 37%;
  }

  .social-mobile {
    bottom: -8rem !important;
  }
}

@media screen and (min-height: 1281px) and (max-width: 1024px) {
  .content {
    top: 39% !important;
  }

  .social-mobile {
    bottom: -8rem !important;
  }
}

@media screen and (min-height: 1301px) and (min-width: 1025px) {
  .social-icons {
    bottom: 34%;
  }
}

@media screen and (min-height: 1080px) and (min-width: 1200px) {
  .social-icons {
    bottom: 26%;
  }
}

@media screen and (min-height: 1301px) and (min-width: 1200px) {
  .social-icons {
    bottom: 31%;
  }
}

@media screen and (min-height: 1450px) {
  .content {
    top: 37%;
  }

  .social-icons {
    bottom: 31%;
  }
}

@media screen and (min-height: 1450px) and (max-width: 1024px) {
  .content {
    top: 40% !important;
  }

  .social-icons {
    bottom: 31%;
  }
}

@media screen and (min-height: 1500px) {
  .content {
    top: 37.5%;
  }
}

@media screen and (min-height: 1650px) {
  .content {
    top: 38%;
  }
}

@media screen and (min-height: 1650px) and (max-width: 1024px) {
  .content {
    top: 38%;
  }
}

@media screen and (min-height: 1650px) and (min-width: 771px) {
  .social-icons {
    bottom: 24%;
  }
}

@media screen and (min-height: 1650px) and (min-width: 1026px) {
  .social-icons {
    bottom: 40%;
  }
}

@media screen and (min-height: 1650px) and (min-width: 1200px) {
  .social-icons {
    bottom: 37%;
  }
}

@media screen and (min-height: 2000px) and (min-width: 1200px) {
  .content {
    top: 38.5%;
  }

  .social-icons {
    bottom: 41%;
  }
}


@media screen and (max-width: 1024px) {
  .background-svg {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;

    display: none;
  }

  .mobile-svg {
    position: absolute;
    top: 0;
    left: 0;

    
    height: 100%;
  }

  .container {
    display: flex;
    flex-direction: column;
    justify-content: space-around;
    align-items: center;
    height: 100%;
    max-width: 80%;
    margin: auto;
  }

  .content {
    position: absolute;
    top: 37%;
    left: 2rem;
  }

  .content h1 {
    font-size: 15px;
  }

  .content h2 {
    font-size: 25px;
    max-width: 13rem;
    margin-bottom: 2rem;
  }
  
  .mobile-hidden {
    display: none;
  }

  .button {
    padding: 6px 10px;
  } 

  .social-icons {
    flex-direction: row;
    top: auto;
    bottom: -5rem;
    left: 0;

    gap: 1rem;
  }

  .social-icons a {
    width: 30px;
    height: 30px;
  }

  .social-icons i {
    
    font-size: 20px;
  }
}
