:root {
  font-family: Inter, system-ui, Avenir, Helvetica, Arial, sans-serif;
  line-height: 1.5;
  font-weight: 400;

  color-scheme: light dark;
  color: rgba(255, 255, 255, 0.87);
  background-color: #242424;

  font-synthesis: none;
  text-rendering: optimizeLegibility;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

a {
  font-weight: 500;
  color: #646cff;
  text-decoration: inherit;
}
a:hover {
  color: #535bf2;
}

body {
  margin: 0;
  display: flex;
  place-items: center;
  min-width: 320px;
  min-height: 100vh;
  position: relative;
}

h1 {
  font-size: 3.2em;
  line-height: 1.1;
}

button {
  border-radius: 8px;
  border: 1px solid transparent;
  padding: 0.6em 1.2em;
  font-size: 1em;
  font-weight: 500;
  font-family: inherit;
  background-color: #1a1a1a;
  cursor: pointer;
  transition: border-color 0.25s;
}

button:hover {
  border-color: #646cff;
}

button:focus,
button:focus-visible {
  outline: 4px auto -webkit-focus-ring-color;
}

.card {
  padding: 2em;
}

#app {
  max-width: 1280px;
  margin: 0 auto;
  padding: 2rem;
  text-align: center;
}

@media (prefers-color-scheme: light) {
  :root {
    color: #213547;
    background-color: #ffffff;
  }
  a:hover {
    color: #747bff;
  }
  button {
    background-color: #f9f9f9;
  }
}

.container {
  z-index: 99999;
}

.svg-bg svg {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  display: block;
  left: 0;
  z-index: 1;
  filter: blur(50px);
  transform: scale(-1);
  mix-blend-mode: overlay;
}

body {
	width: 100vw;
	min-height: 100vh;
  overflow: hidden;
  place-items: center;
  margin: 0;
	color: #fff;
  background: linear-gradient(138deg,#f83600,#fe8c00, #8f381d);
	/* background: linear-gradient(-45deg, #EE7752, #8f381d, #120031, #EE7752); */
	/* background-size: 400% 400%;
	-webkit-animation: Gradient 15s ease infinite;
	-moz-animation: Gradient 15s ease infinite;
	animation: Gradient 15s ease infinite; */
}

.svg-bg {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  background: radial-gradient(189.3% 126.97% at 33.28% -8.18%, rgba(254, 187, 22, 0.00) 36.89%, #560001 100%);
}

@-webkit-keyframes Gradient {
	0% {
		background-position: 0% 50%
	}
	50% {
		background-position: 100% 50%
	}
	100% {
		background-position: 0% 50%
	}
}

@-moz-keyframes Gradient {
	0% {
		background-position: 0% 50%
	}
	50% {
		background-position: 100% 50%
	}
	100% {
		background-position: 0% 50%
	}
}

@keyframes Gradient {
	0% {
		background-position: 0% 50%
	}
	50% {
		background-position: 100% 50%
	}
	100% {
		background-position: 0% 50%
	}
}

h1,
h6 {
	font-family: 'Open Sans';
	font-weight: 300;
	text-align: center;
	position: absolute;
	top: 45%;
	right: 0;
	left: 0;
}

.linktree {
  width: 120px;
  height: 120px;
  background-image: url(/src/assets/mmk-logo.png);
  background-size: 100px;
  background-repeat: no-repeat;
  background-position: 50% 50%;
  border-radius: 50%;
}

.btn-link button {
  background: none;
  border: 1px solid #fff;
  margin-top: 20px;
  color: #fff;
  border-radius: 25px;
  transition: all 0.3s ease;
}

.btn-link :hover {
  background: #fff;
  color: #120031;
  transition: all 0.3s ease;
}

a.linkto {
  box-sizing: border-box;
  margin-bottom: 30px;
  position: relative;
  /* border: 1px solid #fff; */
  padding: 10px 20px;
  color: #fff;
  display: flex;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 200px;
  border-radius: 15px;
  transition: all 0.2s cubic-bezier(0.175, 0.885, 0.32, 1.275); 
}

a.linkto:before {
  content: "";
  position: absolute;
  width: 100%;
  top: 0;
  left: 0;
  border: 1px solid #fff;
  background: rgba(255,255,255,0.1);
  background: #ffb3007d;
  backdrop-filter: blur(10px);
  height: 100%;
  border-radius: 15px;
}

a.linkto:hover {
  transform: scale(1.02);
}

.icon-left svg {
  height: 70px;
  width: 70px;
}

svg {
  z-index: 1;
  position: relative;
}

.link-center {
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  overflow: hidden;
}

.link-center span {
  display: block;
  font-size: 18px;
  transition: all 0.3s ease;
}

.mmk-icon {
  width: auto;
  height: 60px;
  position: relative;
  padding: 5px;
}

.mmk-icon img {
  width: 100%;
  height: 100%;
}

.logo-wrapper {
  width: 150px;
  height: 150px;
  margin: auto;
  display: flex;
  background: #fff;
  border-radius: 50%;
  padding: 10px;
  align-items: center;
  justify-content: center;
}

.logo-wrapper img {
  width: 100%;
  height: 100%;
}

.img-hero {
  position: absolute;
  opacity: 0.5;
  z-index: 1;
}

.bg-mb {
  position: absolute;
  top: 0;
  width: 100%;
  overflow: hidden;
}

.bg-mb img {
  height: 700px;
  object-fit: cover;
  object-position: -600px;
}

.card-wrapper {
  display: grid;
  grid-template-columns: auto auto auto;
  gap: 20px;
}

.heading-logo {
  width: 180px;
  background: #ffa500;
  margin: auto;
  padding-top: 150px;
  padding-bottom: 30px;
  box-sizing: border-box;
  border-bottom-right-radius: 25px;
  border-bottom-left-radius: 25px;
}

@media only screen and (max-width: 600px) {
  body {
    overflow: auto;
    height: 100%;
    padding: 50px 0;
  }

  .logo-wrapper {
    width: 120px;
    height: 120px;
  }

  .card-wrapper {
    grid-template-columns: auto;
  }

  h2 {
    font-size: 1.5rem;
  }

  a.linkto {
    height: 90px;
    margin-bottom: 5px;
    padding: 2px 10px;
  }

  svg {
    height: 40px;
  }

  .mmk-icon {
    width: 100%;
    height: 50px;
    margin: 5px 0;
  }

  .mmk-icon img {
    width: auto;
    height: 100%;
  }

  .link-center span {
    font-size: 16px;
  }
}