:root {
  --black: black;
  --white: white;
  --dark-grey: #333;
  --light-grey: #999;
}

body {
  overflow-x: hidden; /* Заборона прокрутки вліво-вправо */
  font-size: 16px;
  transform-origin: top center;
  transition: transform 0.3s ease-in-out;
}

@media screen and (max-width: 1600px) {
  #HeroHeader {
    z-index: 1000;
    font-size: 14.4px;
    transform: scale(0.8);
    transform-origin: top center;
    margin-bottom: -0px; /* Налаштуйте це значення для усунення відступів */
  }
  #Hero {
    font-size: 14.4px;
    transform: scale(0.8);
    transform-origin: top center;
    margin-bottom: -200px; /* Налаштуйте це значення для усунення відступів */
  }
  #Play {
    font-size: 14.4px;
    transform: scale(0.8);
    transform-origin: top center;
    margin-bottom: -160px; /* Налаштуйте це значення для усунення відступів */
  }
  #News {
    font-size: 14.4px;
    transform: scale(0.8);
    transform-origin: top center;
    margin-bottom: -230px; /* Налаштуйте це значення для усунення відступів */
  }
}

@media screen and (max-width: 1320px) {
  #HeroHeader {
    font-size: 12.8px;
    transform: scale(0.7);
    transform-origin: top center;
    margin-bottom: -80px; /* Налаштуйте це значення для усунення відступів */
  }
  #Hero {
    font-size: 12.8px;
    transform: scale(0.7);
    transform-origin: top center;
    margin-bottom: -290px; /* Налаштуйте це значення для усунення відступів */
  }
  #Play {
    font-size: 12.8px;
    transform: scale(0.7);
    transform-origin: top center;
    margin-bottom: -220px; /* Налаштуйте це значення для усунення відступів */
  }
  #News {
    font-size: 12.8px;
    transform: scale(0.7);
    transform-origin: top center;
    margin-bottom: -348px; /* Налаштуйте це значення для усунення відступів */
  }
}

@media screen and (max-width: 1180px) {
  #HeroHeader {
    font-size: 12.8px;
    transform: scale(0.7);
    transform-origin: top center;
    margin-bottom: -100px; /* Налаштуйте це значення для усунення відступів */
  }
  #Hero {
    font-size: 12px;
    transform: scale(0.6);
    transform-origin: top center;
    margin-bottom: -386px; /* Налаштуйте це значення для усунення відступів */
  }
  #Play {
    font-size: 12px;
    transform: scale(0.6);
    transform-origin: top center;
    margin-bottom: -300px; /* Налаштуйте це значення для усунення відступів */
  }
  #News {
    font-size: 12px;
    transform: scale(0.6);
    transform-origin: top center;
    margin-bottom: -464px; /* Налаштуйте це значення для усунення відступів */
  }
}

@media screen and (max-width: 668px) {
  #HeroHeader {
    font-size: 12px; /* або будь-який інший розмір, який ви бажаєте */
    transform: scale(1); /* або будь-який інший масштаб, який ви бажаєте */
    transform-origin: top center;
    margin-bottom: 0; /* Налаштуйте це значення для усунення відступів */
  }
  #Hero {
    font-size: 12px; /* або будь-який інший розмір, який ви бажаєте */
    transform: scale(1); /* або будь-який інший масштаб, який ви бажаєте */
    transform-origin: top center;
    margin-bottom: 0; /* Налаштуйте це значення для усунення відступів */
  }
  #Play {
    font-size: 12px; /* або будь-який інший розмір, який ви бажаєте */
    transform: scale(1); /* або будь-який інший масштаб, який ви бажаєте */
    transform-origin: top center;
    margin-bottom: 0; /* Налаштуйте це значення для усунення відступів */
  }
  #News {
    font-size: 12px; /* або будь-який інший розмір, який ви бажаєте */
    transform: scale(1); /* або будь-який інший масштаб, який ви бажаєте */
    transform-origin: top center;
    margin-bottom: 0; /* Налаштуйте це значення для усунення відступів */
  }
}

.body {
  grid-column-gap: 60px;
  grid-row-gap: 60px;
  background-color: #1a1d1f;
  background-image: url('../images/background.png');
  background-position: 0 0;
  background-size: auto;
  flex-direction: column;
  justify-content: flex-start;
  align-items: center;
  font-family: Montserrat, sans-serif;
  display: flex;
  transform-origin: top;
}

.hero {
  width: 1600px;
}

.navbar {
  height: 180px;
  background-color: rgba(221, 221, 221, 0);
  align-items: center;
  display: flex;
}

.limage_logo {
  opacity: 1;
}

.navigation {
  width: 740px;
  height: 64px;
  grid-column-gap: 100px;
  grid-row-gap: 100px;
  opacity: 1;
  background-image: linear-gradient(to right, rgba(255, 255, 255, .1), rgba(255, 255, 255, 0));
  border-radius: 60px;
  align-items: center;
  margin-left: 182px;
  padding-left: 40px;
  display: flex;
}

.main {
  opacity: .6;
  color: #ffc900;
  font-size: 20px;
  font-weight: 500;
  text-decoration: none;
}

.main:hover {
  opacity: 1;
}

.link {
  opacity: .6;
  color: #ffc900;

  font-size: 20px;
  font-weight: 500;
  text-decoration: none;
}

.link:hover {
  opacity: 1;
}

.text_header {
  color: #79d0e7;
  padding-left: 10px;
  font-size: 20px;
  font-weight: 500;
  text-decoration: none;
}

.donate {
  border: 2px solid #79d0e7;
  border-radius: 60px;
  justify-content: center;
  align-items: center;
  margin-left: 16px;
  padding: 14px 28px;
  text-decoration: none;
  display: flex;
}

.donate:hover {
  box-shadow: 0 0 10px #79d0e7;
}

.account {
  border: 2px solid #ffc900;
  border-radius: 60px;
  align-items: center;
  margin-left: 40px;
  padding: 14px 40px;
  text-decoration: none;
  display: flex;
}

.account:hover {
  box-shadow: 0 0 10px #ffc900;
}

.text_header2 {
  color: #ffc900;
  padding-left: 9px;
  font-size: 20px;
  font-weight: 500;
  text-decoration: none;
}

.glow {
  z-index: -100;
  aspect-ratio: auto;
  margin-left: 1220px;
  position: absolute;
}

.h1_ugoda {
  color: #ffc900;
  padding-top: 4px;
  padding-bottom: 4px;
  font-family: Montserratalternates, sans-serif;
  font-size: 60px;
  font-weight: 700;
  line-height: 60px;
  display: block;
}

@media screen and (max-width: 991px) {
  .h1_ugoda {
    font-size: 32px;
    margin: 0 10px;
    text-align: center;
  }
}

.h1 {
  color: #ffc900;
  margin-top: 20px;
  padding-top: 4px;
  padding-bottom: 4px;
  padding-right: 0;
  font-family: Montserratalternates, sans-serif;
  font-size: 60px;
  font-weight: 700;
  line-height: 60px;
  display: block;
}

.text-block {
  width: 800px;
  color: #b09116;
  margin-top: 20px;
  font-size: 20px;
  font-weight: 500;
}

.buttons {
  align-items: center;
  margin-top: 30px;
  display: flex;
}

.textstart {
  color: #7bd3ea;
  padding-left: 10px;
  font-size: 28px;
  font-weight: 700;
}

.start1 {
  border: 2px solid #fcc90c;
  border-radius: 60px;
  align-items: center;
  padding: 20px 40px;
  text-decoration: none;
  display: flex;
}

.start1:hover {
  box-shadow: 0 0 10px #ffc900;
}

.start2 {
  border: 2px solid #7bd3ea;
  border-radius: 60px;
  align-items: center;
  margin-left: 82px;
  padding: 20px 40px;
  text-decoration: none;
  display: flex;
}

.start2:hover {
  box-shadow: 0 0 10px #7bd3ea;
}

.textstart2 {
  color: #fcc90c;
  padding-left: 10px;
  font-size: 28px;
  font-weight: 700;
}

.serverinfo {
  width: 818px;
  height: 290px;
  grid-column-gap: 4px;
  grid-row-gap: 4px;
  background-image: url('../images/Server.png');
  background-position: 0 0;
  background-size: auto;
  background-attachment: scroll;
  border-radius: 30px;
  flex-direction: column;
  margin-top: 30px;
  padding: 30px 40px;
  display: flex;
}

.text-block-2 {
  color: #f1c10e;
  font-size: 40px;
  font-weight: 600;
  line-height: 40px;
}

.textserver {
  color: #f1c10e;
  margin-right: 20px;
  font-size: 24px;
  font-weight: 600;
}

.onlineplayers {
  align-items: center;
  margin-top: 20px;
  margin-bottom: 0;
  display: flex;
}

.textserver2 {
  color: #f1c10e;
  margin-left: 10px;
  font-size: 20px;
  font-weight: 600;
}

.line {
  width: 288px;
  height: 8px;
  background-color: #141414;
  border-radius: 60px;
  margin-top: 10px;
}

.lineonline {
  height: 8px;
  max-width: 288px;
  min-width: 0;
  background-image: linear-gradient(to right, #fec903, #ebd071);
  border-radius: 60px;
}

.moreinfo {
  margin-top: 20px;
  display: flex;
}

.textmoreinfo {
  color: #b09116;
  font-size: 20px;
  font-weight: 500;
}

.image-2 {
  margin-left: 16px;
}

.media {
  grid-column-gap: 60px;
  grid-row-gap: 60px;
  align-items: stretch;
  margin-top: 20px;
  display: flex;
}

.media_inst {
  padding: 10px;
}

.media_inst:hover {
  border-radius: 20px;
  box-shadow: inset 3px -3px 20px -7px #fdc907;
}

.media_tg {
  padding: 10px;
}

.media_tg:hover {
  border-radius: 20px;
  box-shadow: inset 3px -3px 20px -7px #fdc907;
}

.media_dc {
  padding: 10px;
}

.media_dc:hover {
  border-radius: 20px;
  box-shadow: inset 3px -3px 20px -7px #fdc907;
}

.hero1 {
  margin-top: -910px;
  margin-left: 696px;
  display: block;
  position: absolute;
}

.howplay {
  width: 1600px;
}

.h2 {
  color: #ffc900;
  font-family: Montserratalternates, sans-serif;
  font-size: 60px;
  font-weight: 700;
  line-height: 60px;
  display: block;
}

.howtoplay {
  justify-content: space-between;
  align-items: center;
  display: flex;
}

.instruction {
  display: flex;
}

.h3 {
  color: #7bd3ea;
  font-family: Montserratalternates, sans-serif;
  font-size: 30px;
  font-weight: 700;
  line-height: 30px;
  display: block;
}

.video {
  grid-column-gap: 40px;
  grid-row-gap: 40px;
  align-items: center;
  display: flex;
}

.image-3 {
  position: absolute;
}

.circle {
  width: 72px;
  height: 72px;
  background-color: #7bd3ea;
  border-radius: 100px;
  justify-content: center;
  align-items: center;
  display: flex;
}

.circle:hover {
  opacity: .6;
}

.playvideo {
  justify-content: center;
  align-items: center;
  display: flex;
}

.image-4 {
  padding-left: 7px;
}

.text2 {
  width: 800px;
  color: #b09116;
  margin-top: 20px;
  font-size: 24px;
  font-weight: 500;
  line-height: 24px;
}

.download {
  grid-column-gap: 40px;
  margin-top: 60px;
  display: flex;
}

.androidapk {
  width: 780px;
  opacity: 1;
  background-color: rgba(255, 255, 255, .05);
  border: 1px solid #fdc907;
  border-radius: 30px;
  padding-bottom: 40px;
}

.decorate {
  height: 260px;
  background-image: url('../images/image-22.png');
  background-position: 0 0;
  border-top-left-radius: 30px;
  border-top-right-radius: 30px;
  justify-content: center;
  align-items: center;
  display: flex;
}

.image-5 {
  margin-top: 42px;
  margin-bottom: 42px;
}

.h4 {
  color: #ffc900;
  margin-top: 10px;
  margin-left: 40px;
  font-family: Montserrat, sans-serif;
  font-size: 36px;
  font-weight: 500;
  line-height: 36px;
  display: block;
}

.downloanapk {
  background-color: #fdc907;
  border: 1px solid #fdc907;
  border-radius: 15px;
  margin-top: 40px;
  margin-left: 40px;
  margin-right: 40px;
  padding: 15px 206px;
  text-decoration: none;
}

.downloanapk:hover {
  color: #ffc900;
  box-shadow: 0 0 10px #fdc907;
}

.text-block-3 {
  color: #060606;
  font-size: 20px;
  font-weight: 600;
  line-height: 20px;
}

.text-block-3:hover {
  color: #060606;
}

.videolink {
  max-height: 104px;
}

.videolink:hover {
  opacity: .7;
}

.windowsexe {
  width: 780px;
  opacity: 1;
  background-color: rgba(255, 255, 255, .05);
  border: 1px solid #7bd3ea;
  border-radius: 30px;
  padding-bottom: 40px;
}

.h4win {
  color: #7bd3ea;
  margin-top: 10px;
  margin-left: 40px;
  font-family: Montserrat, sans-serif;
  font-size: 36px;
  font-weight: 500;
  line-height: 36px;
  display: block;
}

.downloadexe {
  background-color: #7bd3ea;
  border: 1px solid #7bd3ea;
  border-radius: 15px;
  margin-top: 40px;
  margin-left: 40px;
  margin-right: 40px;
  padding: 15px 194px;
  text-decoration: none;
}

.downloadexe:hover {
  box-shadow: 0 0 10px #7bd3ea;
}

.error {
  width: 1600px;
  height: 960px;
  flex-direction: column;
  justify-content: flex-start;
  align-items: center;
  display: flex;
}

.body-2 {
  height: 980px;
  background-color: #1a1d1f;
  background-image: url('../images/Backerror.png');
  background-position: 0 0;
  background-size: auto;
  justify-content: center;
  align-items: flex-start;
  display: flex;
}

.header {
  width: 1600px;
  padding-top: 60px;
  padding-bottom: 60px;
}

.image-6 {
  margin-left: 225px;
  display: block;
}

.news {
  width: 1600px;
}

.newsblock1 {
  width: 840px;
  background-color: rgba(255, 255, 255, .05);
  border: 2px solid #ead177;
  border-radius: 30px;
  align-items: center;
  margin-top: 40px;
  padding: 20px;
  display: flex;
}

.newsimage1 {
  border-radius: 15px;
}

.newsinfo {
  height: 224px;
  flex-direction: column;
  justify-content: space-between;
  align-items: flex-start;
  margin-left: 30px;
  display: flex;
}

.h4news {
  color: #ffc900;
  font-family: Montserrat, sans-serif;
  font-size: 36px;
  font-weight: 500;
  line-height: 36px;
  display: block;
}

.dateinfo {
  align-items: center;
  display: flex;
}

.datetext {
  color: #b09116;
  margin-left: 10px;
  font-size: 20px;
  font-weight: 500;
  line-height: 24px;
}

.datetext1 {
  color: #fdc907;
  margin-left: 20px;
  font-size: 24px;
  font-weight: 500;
  line-height: 24px;
}

.newsblock2 {
  width: 840px;
  background-color: rgba(255, 255, 255, .05);
  border: 2px solid #ead177;
  border-radius: 30px;
  align-items: center;
  margin-top: 40px;
  padding: 20px;
  display: flex;
}

.newsimage2, .newsimage3 {
  border-radius: 15px;
}

.image-7 {
  z-index: 1;
  margin-top: -34px;
  margin-left: 758px;
  position: absolute;
}

.morenews {
  width: 840px;
  border: 2px solid #fdc907;
  border-radius: 18px;
  justify-content: center;
  align-items: center;
  margin-top: 40px;
  padding-top: 20px;
  padding-bottom: 20px;
  text-decoration: none;
  display: flex;
}

.morenews:hover {
  box-shadow: 0 0 10px #fdc907;
}

.text-block-4 {
  color: #fdc907;
  font-size: 28px;
  font-weight: 500;
  line-height: 28px;
}

.privatelink {
  opacity: .6;
  color: #ffc900;
  font-size: 20px;
  font-weight: 500;
  text-decoration: none;
}

.privatelink:hover {
  opacity: 1;
}

.nav-menu {
  display: none;
}

.donatemob {
  border: 2px solid #79d0e7;
  border-radius: 60px;
  justify-content: center;
  align-items: center;
  margin-left: 16px;
  padding: 14px 28px;
  text-decoration: none;
  display: flex;
}

.accountmob {
  border: 2px solid #ffc900;
  border-radius: 60px;
  align-items: center;
  margin-left: 40px;
  padding: 14px 40px;
  text-decoration: none;
  display: flex;
}

.image-9, .instructionmob {
  display: none;
}

.newsblock3 {
  width: 840px;
  background-color: rgba(255, 255, 255, .05);
  border: 2px solid #ead177;
  border-radius: 30px;
  align-items: center;
  margin-top: 40px;
  padding: 20px;
  display: flex;
}

.error-image {
  margin-top: 160px;
  display: block;
  position: absolute;
}

.nav-link-main.w--current {
  color: #fdc907;
  font-size: 20px;
  font-weight: 500;
}

.bodyerror {
  height: 880px;
  background-color: #1a1d1f;
  background-image: url('../images/Backerror.png');
  background-position: 0 0;
  background-size: auto;
  justify-content: center;
  align-items: flex-start;
  display: flex;
}

.dark1, .dark2, .image-10, .image-11, .offline {
  display: none;
}

.online1 {
  display: block;
}

@media screen and (max-width: 479px) {
  .body {
    grid-column-gap: 20px;
    grid-row-gap: 20px;
    background-image: url('../images/background.png');
    background-size: auto;
  }

  .hero {
    width: 320px;
    height: auto;
  }

  .navbar {
    width: 320px;
    height: 120px;
    flex-direction: row;
    justify-content: center;
    display: flex;
  }

  .logo {
    overflow: visible;
  }

  .navigation {
    display: none;
    overflow: visible;
  }

  .link {
    padding-left: 0;
  }

  .text_header {
    overflow: hidden;
  }

  .donate {
    opacity: 1;
    pointer-events: auto;
    display: none;
    overflow: visible;
  }

  .account {
    display: none;
    overflow: hidden;
  }

  .glow {
    display: none;
  }

  .h1 {
    width: 320px;
    margin-top: 0;
    font-size: 23px;
    line-height: 27px;
  }

  .text-block {
    width: 320px;
    text-align: left;
  }

  .buttons {
    margin-top: 300px;
  }

  .start1 {
    margin-top: -9px;
    padding-top: 14px;
    padding-bottom: 14px;
  }

  .start2 {
    display: none;
  }

  .textstart2 {
    font-size: 22px;
  }

  .serverinfo {
    width: 320px;
    background-image: none;
    background-size: auto;
    background-attachment: scroll;
    border: 2px solid #f1c10e;
    padding-left: 20px;
    padding-right: 20px;
  }

  .text-block-2 {
    font-size: 32px;
    line-height: 32px;
  }

  .line {
    width: 276px;
  }

  .hero1 {
    display: none;
  }

  .howplay {
    width: 320px;
    height: auto;
    margin-top: 0;
  }

  .h2 {
    font-size: 27px;
  }

  .instruction {
    margin-top: 20px;
    display: none;
  }

  .h3 {
    font-size: 18px;
  }

  .circle {
    width: 40px;
    height: 40px;
  }

  .image-4 {
    padding-left: 4px;
  }

  .text2 {
    width: 320px;
    font-size: 20px;
  }

  .download {
    margin-top: 20px;
  }

  .androidapk {
    width: 320px;
  }

  .h4 {
    margin-left: 20px;
    margin-right: 20px;
    font-size: 24px;
  }

  .downloanapk {
    margin-top: 20px;
    margin-left: 20px;
    margin-right: 20px;
    padding-left: 24px;
    padding-right: 24px;
  }

  .text-block-3 {
    font-size: 16px;
    line-height: 16px;
  }

  .videolink {
    margin-left: 34px;
  }

  .windowsexe {
    display: none;
  }

  .error {
    width: 340px;
    height: 120vh;
    justify-content: flex-start;
  }

  .header {
    width: 320px;
    justify-content: center;
    align-items: center;
    display: flex;
  }

  .image-6 {
    margin-left: 0;
  }

  .news {
    width: 320px;
  }

  .newsblock1 {
    width: 320px;
    grid-column-gap: 20px;
    grid-row-gap: 20px;
    flex-direction: column;
    margin-top: 0;
  }

  .newsinfo {
    height: 100px;
    grid-column-gap: 20px;
    grid-row-gap: 20px;
    margin-left: 0;
  }

  .h4news {
    font-size: 20px;
    font-weight: 600;
    line-height: 20px;
  }

  .dateinfo {
    line-height: 16px;
  }

  .datetext, .datetext1 {
    font-size: 16px;
    line-height: 16px;
  }

  .newsblock2 {
    width: 320px;
    grid-column-gap: 20px;
    grid-row-gap: 20px;
    flex-direction: column;
    margin-top: 20px;
  }

  .image-7 {
    display: none;
  }

  .text-block-4 {
    font-size: 20px;
    line-height: 20px;
  }



  .image-8 {
    overflow: visible;
  }

  .nav-menu {
    color: #ffc900;
    background-color: #313739;
    border-radius: 15px;
    font-size: 20px;
    font-weight: 500;
  }

  .nav-link {
    text-align: center;
    opacity: .6;
    color: #ffc900;
    background-color: #313739;
    border-radius: 15px;
    justify-content: center;
    margin-top: 10px;
    margin-bottom: 10px;
    font-size: 20px;
    text-decoration: none;
    display: flex;
  }

  .nav-link:hover {
    opacity: 1;
  }

  .menu-button-2 {
    color: #ffc900;
    margin-left: 128px;
  }

  .menu-button-2:hover {
    background-color: rgba(255, 255, 255, .1);
    border-radius: 15px;
  }

  .menu-button-2.w--open {
    color: #ffc900;
    background-color: rgba(255, 255, 255, .1);
    border-radius: 15px;
  }

  .container-2 {
    justify-content: center;
    display: flex;
  }

  .donatemob {
    opacity: 1;
    pointer-events: auto;
    margin-top: 20px;
    margin-left: 14px;
    margin-right: 14px;
    display: flex;
    overflow: visible;
  }

  .donatemob:hover {
    background-color: rgba(121, 208, 231, .1);
  }

  .accountmob {
    margin-top: 10px;
    margin-left: 14px;
    margin-right: 14px;
    padding-left: 26px;
    padding-right: 26px;
    display: flex;
    overflow: hidden;
  }

  .accountmob:hover {
    background-color: rgba(255, 201, 0, .1);
  }

  .image-9 {
    z-index: -1;
    width: 360px;
    margin-top: -60px;
    margin-left: -20px;
    display: block;
    position: absolute;
  }

  .instructionmob {
    margin-top: 40px;
    margin-bottom: 0;
    display: flex;
  }

  .newsblock3 {
    width: 320px;
    grid-column-gap: 20px;
    grid-row-gap: 20px;
    flex-direction: column;
    margin-top: 20px;
  }

  .error-image {
    width: 320px;
    height: 254px;
    margin-left: 0;
  }

  .nav-link-main {
    opacity: .6;
    color: #ffc900;
    background-color: #313739;
    border-radius: 15px;
    justify-content: center;
    margin-top: 10px;
    margin-bottom: 10px;
    font-size: 20px;
    display: flex;
  }

  .nav-link-main:hover {
    opacity: 1;
  }
}


.privatelink {
    opacity: .6;
    color: #ffc900;
    font-size: 20px;
    font-weight: 500;
    text-decoration: none;
}

.privatelink:hover {
    opacity: 1;
}

.link-copy {
    opacity: .6;
    color: #ffc900;
    padding-left: 100px;
    font-size: 20px;
    font-weight: 500;
    text-decoration: none;
}

.link-copy:hover {
    opacity: 1;
}


@media screen and (max-width: 479px) {
    

    .link-copy {
        padding-left: 0;
    }

 
}

.useragreementinfo {
  grid-column-gap: 20px;
  grid-row-gap: 20px;
  flex-flow: column;
  justify-content: flex-start;
  align-items: center;
  width: 100%;
  max-width: 1600px;
  display: flex;
}

.text_user_title {
  padding:0 20px;
  color: #ffc900;
  font-family: Montserrat, sans-serif;
  font-size: 26px;
  font-weight: 500;
}

.text_user_info {
  padding:0 20px;
  color: rgba(255, 201, 0, .6);
  text-align: left;
  font-family: Montserrat, sans-serif;
  font-size: 20px;
}

/* footer  */


.payments_partners{
  max-width: 100%;
  display: flex;
  gap: 20px;
}

.partners_card{
  max-width: 60px;
}

.footer {
  background-color: rgba(255, 255, 255, .1);
  justify-content: center;
  align-items: center;
  width: 100%;
  margin-top: 0;
  display: flex;
}

.footercontent {
  margin: 0 20px;
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  flex-direction: row;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  justify-content: space-between;
  align-items: center;
  width: 100%;
  max-width: 1600px;
  padding-top: 40px;
  padding-bottom: 40px;
  display: flex;
}

@media screen and (max-width: 1600px) {
  .footercontent {
    margin: 0 80px;
  }
}

@media screen and (max-width: 1180px) {
  .image-7 {
    margin-left: 788px;
  }

}


.navigationfooter {
  grid-column-gap: 40px;
  grid-row-gap: 40px;
  opacity: 1;
  flex-flow: column;
  justify-content: center;
  align-items: flex-start;
  margin-right: 0;
  padding-right: 0;
  display: flex;
}

.mediafooter {
  grid-column-gap: 84px;
  grid-row-gap: 84px;
  align-items: stretch;
  display: flex;
}

.navigationfooter2 {
  grid-column-gap: 40px;
  grid-row-gap: 40px;
  opacity: 1;
  flex-flow: column;
  justify-content: center;
  align-items: flex-start;
  display: flex;
}



@media screen and (max-width: 1440px) {

  .footer {
    height: 100%;
  }

  .navigationfooter {
    flex-flow: column;
    justify-content: center;
    align-items: flex-start;
  }

  .mediafooter {
    grid-column-gap: 0px;
    grid-row-gap: 0px;
    flex-flow: column;
  }

}

@media screen and (max-width: 479px) {
 

  .footercontent {
    flex-direction: column;
    justify-content: flex-start;
    align-items: center;
    width: 320px;
  }

  .navigationfooter {
    grid-column-gap: 20px;
    grid-row-gap: 20px;
    flex-direction: column;
    width: 320px;
    height: auto;
    margin-top: 20px;
    margin-left: 0;
    padding-left: 0;
    display: none;
  }

  .mediafooter {
    margin-top: 20px;
    margin-left: 0;
    flex-flow: nowrap;
  }

  .navigationfooter2 {
    grid-column-gap: 20px;
    grid-row-gap: 20px;
    flex-direction: column;
    width: 320px;
    height: auto;
    margin-top: 20px;
    margin-left: 0;
    padding-left: 0;
    display: none;
  }

}

/* footer */


  @font-face {
    font-family: 'Montserratalternates';
    src: url('https://uploads-ssl.webflow.com/658b41d43400b61bef2ed32e/658b4dec1806a701ea60fad3_MontserratAlternates-ExtraBold.ttf') format('truetype');
    font-weight: 700;
    font-style: normal;
    font-display: swap;
  }

@font-face {
  font-family: 'Montserratalternates';
  src: url('../fonts/MontserratAlternates-ExtraBold.ttf') format('truetype');
  font-weight: 700;
  font-style: normal;
  font-display: swap;
}
