@font-face {
  font-family: Maladroit;
  src: url('../fonts/maladroit.ttf') format("truetype");
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}

.section_main {
  background-image: url('../images/bg2.jpg');
  background-position: 50% 100%;
  background-size: cover;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 100vh;
  display: flex;
  position: relative;
}

.grass {
  background-image: url('../images/grass_foreground.png');
  background-position: 0 100%;
  background-repeat: repeat-x;
  background-size: auto 100%;
  width: 100%;
  height: 29%;
  position: absolute;
  inset: auto 0% 0%;
}

.dog {
  height: 40%;
  position: absolute;
  inset: auto auto 3%;
}

.menu {
  margin: 20px;
  position: absolute;
  inset: 0% 0% auto auto;
}

.tg {
  background-color: #fca652;
  background-image: url('../images/tg.svg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: auto 90%;
  border: 2px solid #000;
  border-bottom-width: 6px;
  border-radius: 10px;
  width: 60px;
  height: 60px;
  margin-left: 10px;
  padding: 0;
}

.tg:hover {
  border-top-width: 6px;
  border-bottom-width: 2px;
}

.logo {
  height: 100px;
  margin: 25px;
  display: none;
  position: absolute;
  inset: 0% auto auto 0%;
}

.x {
  background-color: #fca652;
  background-image: url('../images/x.svg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: auto 106%;
  border: 2px solid #000;
  border-bottom-width: 6px;
  border-radius: 10px;
  width: 60px;
  height: 60px;
  margin-left: 10px;
  padding: 0;
}

.x:hover {
  border-top-width: 6px;
  border-bottom-width: 2px;
}

.dex {
  background-color: #fca652;
  background-image: url('../images/dex.svg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: auto 97%;
  border: 2px solid #000;
  border-bottom-width: 6px;
  border-radius: 10px;
  width: 60px;
  height: 60px;
  margin-left: 10px;
  padding: 0;
}

.dex:hover {
  border-top-width: 6px;
  border-bottom-width: 2px;
}

.ca {
  color: #000;
  background-color: #fca652;
  border: 2px solid #000;
  border-bottom-width: 6px;
  border-radius: 10px;
  justify-content: center;
  align-items: center;
  width: auto;
  height: 60px;
  margin: 25px;
  padding: 0 25px;
  font-family: Maladroit, Impact, sans-serif;
  font-size: 18px;
  line-height: 18px;
  display: flex;
  position: absolute;
  inset: auto 0% 0% auto;
}

.ca:hover {
  border-top-width: 6px;
  border-bottom-width: 2px;
}

.buy {
  color: #000;
  background-color: #fca652;
  border: 2px solid #000;
  border-bottom-width: 6px;
  border-radius: 10px;
  justify-content: center;
  align-items: center;
  width: auto;
  height: 60px;
  margin: 25px;
  padding: 0 25px;
  font-family: Maladroit, Impact, sans-serif;
  font-size: 18px;
  line-height: 18px;
  display: flex;
  position: absolute;
  inset: auto auto 0% 0%;
}

.buy:hover {
  border-top-width: 6px;
  border-bottom-width: 2px;
}

.grain {
  z-index: 2000;
  opacity: .48;
  pointer-events: none;
  mix-blend-mode: multiply;
  background-image: url('../images/grain.png');
  background-position: 0 0;
  background-size: auto;
  width: 100vw;
  height: 100vh;
  display: flex;
  position: fixed;
  inset: 0%;
}

.ca_mobile {
  color: #000;
  background-color: #fca652;
  border: 2px solid #000;
  border-bottom-width: 6px;
  border-radius: 10px;
  justify-content: center;
  align-items: center;
  width: auto;
  height: 60px;
  margin: 25px;
  padding: 0 25px;
  font-family: Maladroit, Impact, sans-serif;
  font-size: 18px;
  line-height: 18px;
  display: none;
  position: absolute;
  inset: auto 0% 0% auto;
}

.ca_mobile:hover {
  border-top-width: 6px;
  border-bottom-width: 2px;
}

@media screen and (max-width: 991px) {
  .dog {
    height: 500px;
  }

  .menu {
    margin: 183px 10px 0 0;
    right: auto;
  }

  .logo {
    height: 150px;
    left: auto;
  }

  .ca {
    display: none;
  }

  .buy {
    width: 172.594px;
  }

  .ca_mobile {
    width: 172.594px;
    display: flex;
  }
}

@media screen and (max-width: 767px) {
  .logo {
    height: 130px;
  }
}

@media screen and (max-width: 479px) {
  .dog {
    height: 350px;
  }

  .menu {
    margin-top: 21px;
  }

  .tg {
    width: 50px;
    height: 50px;
  }

  .logo {
    height: 50px;
    margin: 15px;
    display: none;
    inset: 0% auto auto 0%;
  }

  .x, .dex {
    width: 50px;
    height: 50px;
  }

  .buy {
    width: 90%;
    height: 50px;
    margin-top: 84px;
    inset: 0% auto auto;
  }

  .ca_mobile {
    width: 90%;
    height: 50px;
    margin-top: 145px;
    inset: 0% auto auto;
  }
}


@font-face {
  font-family: 'Maladroit';
  src: url('../fonts/maladroit.ttf') format('truetype');
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}