.news-header-btn {
  display: flex;
}

.news-header-data {
  height: 6dvh;
  transform: none;
}

.header .news-header {
  position: relative;
  height: 6dvh;
  display: flex;
}









.first-head h1 {
  font-size: 2.3rem;
}


@keyframes textback {
  100% {
    background-position: 1000px 0;
  }
}

.first-head h2 {
  font-size: 1.8em;
}

.first-head h2 img {
  height: 4rem;
}

.first-buttons {
  flex-direction: row;
}

.btn-starter {
  font-size: 0.8rem;
  padding: 1rem 1.3rem;
  margin: 0.5rem 0.8rem;
}

.btn-starter svg {
  scale: 1.5;
}

.btn-starter-play {
  display: block;
}

.btn-starter-trailer {
  display: none;
}













.popup {
  display: none;
}


.region-content {
  width: 70%;
}







.cta {
  scale: 1.8;
}






















































































.better-content h1 {
  font-size: 1.9rem;
}


.rows {
  max-width: 33vw;
  min-height: 20dvh;

  background: linear-gradient(135deg, rgba(255, 255, 255, 0.04), rgba(255, 255, 255, 0));
  border: 0.3rem solid rgba(255, 255, 255, 0.08);
  box-shadow: 0 0.5rem 2rem 0 rgba(0, 0, 0, 0.37);
}































































.statistics-content h1 {
  font-size: 1.9rem;
}

.statistics-content p {
  font-size: 1.2rem;
  line-height: 1.5rem;
}

.statistics-row {
  justify-content: space-around;
}

.statistics-rows {
  width: 38%;
}

.statistics-rows .head {
  font-size: 1.3rem;
}
















































































/*
.weather-header {
  font-size: 1.9rem;
}

.weather-content p {
  font-size: 1.2rem;
  line-height: 1.8rem;
}


.weather-detail {
  margin: 5% 0px 3% 0;
}

.weathername {
  letter-spacing: 1.6rem;
  font-size: 3.1rem;
}

.weatherdescription {
  font-size: 2.3rem;
}

.weather-discriptions {
  margin: 5% 0;
}


.weather-discriptions-head {
  font-size: 1.8rem;
  font-weight: 600;
}


.weather-discription h3 {
  font-size: 1.4rem;
}

.weather-discription div {
  font-size: 1.2rem;
}

.weather-rows {
  width: 20%;
}
*/
































































.jobs-content h1 {
  font-size: 1.9rem;
}

.jobs-content p {
  font-size: 1.4rem;
  line-height: 1.7rem;
}


.jobs-rows {
  width: 100%;
  height: fit-content;
  flex-direction: row;
  flex-wrap: wrap;
  justify-content: space-around;
}

.jobs-detail {
  width: 40%;
  min-height: 30dvh;
}





.jobs-image {
  width: 45%;
}



.jobs-texts {
  text-align: start;
  font-size: 1.3rem;
}

.jobs-texts span {
  font-size: 1.1rem;
}


































































.aboutus-content h1 {
  font-size: 1.9rem;
}

.aboutus-content p {
  font-size: 1.2rem;
  line-height: 1.7rem;
}




.aboutus-content p img {
  width: 1.4rem;
}




.card {
  height: 22rem;
  width: 32dvw;
}



.about-data h1 {
  font-size: 1.2rem;
}

.about-data p {
  font-size: 0.8rem;
}
























































footer .help-links {
  flex-direction: row;
}

footer .copyright p,
footer .copyright .footer_logo {
  width: 30%;
}


footer .social_icon li a {
  align-items: center;
  justify-content: center;
  font-size: 2.4rem;
}


footer .copyright {
  justify-content: space-around;
  flex-direction: row;
}

footer .copyright .footer_logo {
  align-items: start;
  justify-content: start;
}

footer .copyright p {
  font-size: 0.9rem;
}

footer .copyright svg {
  width: 3.0rem;
  fill: #858585;
  transition: fill 0.3s ease;
}