@font-face {
  font-family: poppins-light;
  src: url('../fonts/Poppins-Light.ttf') format('opentype');
}

@font-face {
  font-family: poppins-medium;
  src: url('../fonts/Poppins-Medium.ttf') format('opentype');
}

* {
  padding: 0;
  margin: 0;
  box-sizing: border-box;
}
body {
  background: #000;
  font-family: sans-serif;
}
a {
  text-decoration: none;
}
.languages-icons {
  float: right;
  width: 5%;
  height: 5%;
  margin-left: 95%;
}
.span {
  margin-bottom: 2%;
  font-family: poppins-light;
}
.access {
  font-size: 28px;
  font-family: poppins-medium;
}
.select-language {
  opacity: 0.4;
  transition: opacity 0.5s ease-in-out;
}
.active {
  opacity: 1;
}
.icon-flag {
  width: 30px;
  max-width: 30px;
}

@media (max-width: 991.98px) {
  .banner-area {
    height: 100vh;
    background-image: url(../images/background.jpg);
    background-size: cover;
  }
  .content-area {
    height: 100%;
    justify-content: center;
  }
  .content {
    position: absolute;
    top: 20%;
    margin-left: 12%;
    text-align: center;
    display: flex;
    flex-direction: column;
  }
  .btn-red {
    border: none;
    outline: none;
    padding: 20px 50px;
    margin-top: 40px;
    color: #fff;
    font-size: 26px;
    font-weight: bolder;
    cursor: pointer;
    background: #f70526;
    border-radius: 5px;
    width: 340px;
  }
  .btn-blue {
    border: none;
    outline: none;
    padding: 20px 50px;
    margin-top: 40px;
    color: #fff;
    font-size: 26px;
    font-weight: bolder;
    cursor: pointer;
    background: #2e4ff2;
    border-radius: 5px;
    width: 350px;
  }
  .img {
    padding-top: 30px;
    padding-bottom: 30px;
    margin-bottom: 20px;
    max-height: 250px;
  }
  h1 {
    margin-top: 20px;
    font-size: 80px;
    color: #fff;
    font-weight: bold;
  }
  p {
    margin-top: 20px;
    font-size: 30px;
    font-weight: bolder;
    color: #ffffff;
  }
  .footer {
    margin-top: auto;
  }
  .left {
    position: fixed;
    bottom: 0;
    left: 0;
    max-height: 35px;
    margin-bottom: 55px;
    margin-left: 20px;
  }
  .right {
    position: fixed;
    bottom: 0;
    right: 0;
    max-height: 120px;
    margin-bottom: 20px;
    margin-right: 20px;
  }
  .icon {
    max-width: 20px;
  }
}

@media (max-width: 1300px) {
  .content {
    margin-left: 28% !important;
  }
}

@media (min-width: 992px) {
  .banner-area {
    width: 100%;
    height: 100vh;
    background-image: url(../images/background.jpg);
    background-size: cover;
  }
  .content-area {
    height: 100%;
    display: flex;
    justify-content: space-between;
  }
  .content {
    display: flex;
    position: absolute;
    top: 18%;
    margin-left: 33%;
    text-align: center;
    display: flex;
    flex-direction: column;
  }
  .btn-red {
    border: none;
    outline: none;
    padding: 15px 50px;
    margin-top: 40px;
    color: #fff;
    font-size: 26px;
    font-weight: bolder;
    cursor: pointer;
    background: #f70526;
    border-radius: 5px;
    flex-direction: row;
    width: 350px;
  }
  .btn-blue {
    border: none;
    outline: none;
    padding: 15px 50px;
    margin-top: 40px;
    color: #fff;
    font-size: 26px;
    font-weight: bolder;
    cursor: pointer;
    background: #2e4ff2;
    border-radius: 5px;
    width: 350px;
  }
  .img {
    padding-top: 30px;
    padding-bottom: 30px;
    margin-bottom: 20px;
    max-height: 200px;
  }
  h1 {
    font-size: 60px;
    color: #fff;
  }
  p {
    font-size: 30px;
    font-weight: bold;
    color: #ffffff;
  }
  .footer {
    margin-top: auto;
  }
  .right {
    position: fixed;
    bottom: 0;
    right: 0;
    max-height: 52px;
    margin-bottom: 20px;
    margin-right: 20px;
  }
  .left {
    position: fixed;
    bottom: 0;
    left: 0;
    max-height: 25px;
    margin-bottom: 40px;
    margin-left: 10px;
  }
  .icon {
    max-width: 20px;
  }
}
