* {
  font-family: "Alien Encounters Solid";
  margin: 0;
  padding: 0;
  box-sizing: border-box;
}
a {
  text-decoration: none;
  color: inherit;
  width: auto;
  height: auto;
}
body {
  max-width: 100vw;
  min-height: 100vh;
  background: linear-gradient(
    244.11deg,
    #d92828 34.93%,
    #980281 60.24%,
    #6100e8 106.38%
  );
  background-size: cover;
  background-repeat: no-repeat;
  position: relative;
  overflow-x: hidden;
}
body::-webkit-scrollbar {
  display: none; /* Safari and Chrome */
}
/*hamburger Menu start*/
.hamBurger {
  cursor: pointer;
}
.bar1,
.bar2,
.bar3 {
  display: block;
  width: 2.188rem;
  height: 0.313rem;
  margin: 0.375rem 0;
  background-color: rgb(255, 255, 255);
  border-radius: 0.09rem;
}

.bar1,
.bar2,
.bar3 {
  transition: 0.5s ease;
}

.hamBurger.change .bar1 {
  transform: translateY(0.8rem) translateX(0.5rem) rotate(90deg);
}
.hamBurger.change .bar2 {
  transform: rotate(50deg) translateX(-0.2rem) translateY(0.3rem);
  width: 2.5rem;
}
.hamBurger.change .bar3 {
  transform: translateY(-0.5rem) translateX(-1rem) rotate(-90deg);
}
.hamBurger2 {
  display: none;
}
.hamBurger3 {
  position: absolute;
  bottom: 1.2rem;
  right: 0.5rem;
  transform: translateX(-100000%);
}

.hamBurger3 .bar7 {
  transform: translateY(-0.15rem) rotate(45deg);
  display: block;
  width: 2.188rem;
  height: 0.313rem;
  margin: 0.375rem 0;
  background-color: #720f52;
  border-radius: 0.09rem;
}

.hamBurger3 .bar8 {
  transform: translateY(-0.8rem) rotate(-45deg);
  display: block;
  width: 2.188rem;
  height: 0.313rem;
  margin: 0.375rem 0;
  background-color: #720f52;
  border-radius: 0.09rem;
}
/*hamburger end*/
.logo {
  margin-right: 1.8rem;
  height: 3rem;
  width: 3rem;
}

header {
  width: 100%;
  height: 4.4rem;
  display: flex;
  justify-content: center;
  /* align-items: center; */
  padding-top: 0.5rem;
  position: sticky;
  top: 0;
  background: rgba(0, 0, 0, 0);
  backdrop-filter: blur(1.094rem);
  -webkit-backdrop-filter: blur(0.094rem);
}

.blue,
.green {
  width: 247px;
  height: 229px;
  border-radius: 100%;
  position: absolute;
  z-index: -1;
}
.blue {
  background: linear-gradient(
    148.87deg,
    rgba(0, 163, 255, 0.5) 18.83%,
    rgba(0, 0, 0, 0.0260417) 116.18%,
    rgba(217, 217, 217, 0) 118.78%
  );
  filter: blur(25px) drop-shadow(0px 4px 4px rgba(0, 0, 0, 0.25));
  top: 20%;
  left: 6%;

  animation: blues infinite 3s;
}

.green {
  background: linear-gradient(180deg, #39ff65 0%, rgba(0, 0, 0, 0) 100%);
  filter: blur(25px);
  right: 6%;
  animation: greens infinite 3s;
}
/*Balls animation reduced for responsiveness was exceeding page height*/
@keyframes blues {
  0% {
    transform: translateY(0);
  }

  50% {
    transform: translateY(-60vh);
  }
  100% {
    transform: translateY(0);
  }
}

@keyframes greens {
  0% {
    transform: translateY(0);
  }

  50% {
    transform: translateY(60vh);
  }

  100% {
    transform: translateY(0);
  }
}

.main {
  width: 100%;
  height: 100%;
  padding-left: 2.813rem;
  padding-right: 2.813rem;
  margin-top: 5rem;
}
.startText {
  width: 100%;
  display: flex;
  justify-content: center;
  font-size: 5rem;
  color: white;
  text-align: center;
}
/*Introduction section start*/
.introSection {
  padding: 1.875rem;
  display: flex;
  justify-content: center;
}
.introContent {
  background-color: #fff;
  height: 36rem;
  display: flex;
  padding-left: 3rem;
  padding-right: 5rem;
  justify-content: space-between;
  align-items: center;
  padding: 1rem;
  margin: 0;
  border-radius: 0.625rem;
}

.introContent p {
  font-size: 4rem;
  width: 50%;
}
.introContent .img {
  width: 30rem;
  height: 27rem;
  border-radius: 0.625rem;
  background-image: url("./images/nft\ pc\ view.png");
  background-size: cover;
  background-position: center;
}
/*Paths section start*/
.pathsHead {
  color: white;
  text-align: center;
}
.pathSection {
  padding: 1.875rem;
  display: flex;
  justify-content: center;
  margin-bottom: 6.6rem;
}
.paths {
  padding: 1.875rem;
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
}
.paths div {
  padding: 1.25rem;
  margin: 1.25rem;
  border: 0.125rem solid white;
  border-radius: 0.3125rem;
  width: 12.5rem;
}
.paths p {
  color: #fff;
  text-align: center;
}
.paths img {
  border-radius: 0.625rem;
  width: 100%;
}
.JoinCMT {
  width: 100%;
  padding-left: 2rem;
  padding-right: 2rem;
  margin-bottom: 7rem;
}
.community {
  width: 100%;
  height: 28rem;
  background-color: #fff;
  border-radius: 0.625rem;
  padding-left: 3.6rem;
  padding-right: 4.4rem;
  display: flex;
  align-items: center;
  justify-content: center;
  column-gap: 2%;
}
.left,
.right {
  height: 19.2rem;
}
.left {
  width: 70%;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}
.left p {
  font-style: normal;
  font-weight: 400;
  font-size: 4rem;
  line-height: 101.5%;
  background: linear-gradient(180deg, #d33030 0%, #5200ff 100%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  background-clip: text;
}
.joinBtn {
  width: 17rem;
  height: 5rem;
  background: #000000;
  border-radius: 1.25rem;
  display: flex;
  justify-content: center;
  align-items: center;
  transition: all ease-in-out 0.5s;
}
.joinBtn:hover {
  transform: scale(1.1);
}
.joinBtn p {
  margin: 0;
  padding: 0;
  font-style: normal;
  font-weight: 400;
  font-size: 4rem;
  line-height: 101.5%;
  background: linear-gradient(115.72deg, #d33030 -23.35%, #5200ff 66.25%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  background-clip: text;
}
.right {
  width: 28%;
  background-image: url("./images/last\ section.png");
  background-size: cover;
  border-radius: 0.625rem;
}
footer {
  width: 100%;
  background-color: white;
  height: 2.5rem;
  padding-left: 3rem;
  padding-right: 4rem;
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.redLogo {
  width: 2.2rem;
  height: 2.2rem;
}
.socials {
  display: flex;
}
.img {
  width: 1.8rem;
  height: 1.9rem;
}
.img:nth-child(1) {
  margin-right: 1.25rem;
}
.img:nth-child(2) {
  margin-right: 1.25rem;
}
.img:nth-child(3) {
  margin-right: 1.25rem;
}

/*the community page styling*/
.MainC {
  width: 100%;
  padding-left: 1.875rem;
  padding-right: 1.875rem;
}
.joinUs {
  width: 100%;
  height: 20rem;
  background-color: #fff;
  border-radius: 0.625rem;
  display: flex;
  justify-content: center;
  align-items: center;
  margin-top: 15%;
  padding-top: 5%;
  margin-bottom: 4rem;
}
.joinUs p {
  font-style: normal;
  font-weight: 400;
  font-size: 4rem;
  line-height: 101.5%;
  background: linear-gradient(180deg, #d33030 0%, #5200ff 100%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  background-clip: text;
  text-align: center;
}

.dogs {
  width: 56%;
  height: 16rem;
  position: absolute;
  top: 0;
  left: 20%;
  margin-top: 8%;
  border-radius: 0.625rem;
}
.joinBtn2 {
  width: 20%;
  height: 5rem;
  background: #000000;
  border-radius: 1.25rem;
  display: flex;
  justify-content: center;
  align-items: center;
  position: absolute;
  left: 40%;
  top: 0;
  margin-top: 40%;
}

.joinBtn2 p {
  margin: 0;
  padding: 0;
  font-style: normal;
  font-weight: 400;
  font-size: 4rem;
  line-height: 101.5%;
  background: linear-gradient(115.72deg, #d33030 -23.35%, #5200ff 66.25%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  background-clip: text;
}
.soc img {
  width: 3.6rem;
  height: 3.8rem;
}
.imgs {
  margin-right: 2rem;
}

.socialsWhite {
  width: 100%;
  display: flex;
  justify-content: center;
}

/*menu items*/
nav {
  position: fixed;
  left: -1000%;
  display: flex;
  flex-direction: column;
  height: 4rem;
  box-shadow: 0 0.5rem 2rem 0 rgba(31, 38, 135, 0.37);
  background: rgba(0, 0, 0, 0);
  backdrop-filter: blur(1.094rem);
  -webkit-backdrop-filter: blur(0.094rem);
  gap: 0;
  top: 4.4rem;
  width: 100%;
  overflow: hidden;
  align-items: center;
  padding-top: 0;
  justify-content: center;
  transition: 0.5s ease-in-out;
  box-sizing: border-box;
}
nav.cleek {
  left: 0;
}

nav div {
  width: auto;
  margin: 0;
  padding: 0;
  font-size: 1rem;
  color: white;
  transition: 0.5s;
}
nav div:hover {
  color: #720f52;
}
@media screen and (max-width: 500px) {
  body {
    background: linear-gradient(
      241.4deg,
      #da3636 20.91%,
      #ed6c74 46.79%,
      #9925b5 76.82%,
      #690be6 90.35%
    );
    width: 100vw;
    overflow-x: hidden;
    position: relative;
  }
  .introContent {
    display: flex;
    flex-direction: column;
    justify-content: center;
    height: auto;
  }
  .introContent p {
    text-align: center;
    width: 100%;
    order: 1;
    font-size: 1.25rem;
  }
  .introContent .img {
    align-self: center;
    background-image: url("./images/nft\ mobile\ view.png");
    width: 60.24%;
    height: 8rem;
    margin-bottom: 1.2rem;
  }
  .pathSection {
    margin-bottom: 4rem;
  }
  .JoinCMT {
    margin-bottom: 5rem;
  }
  .community {
    height: 30rem;
    flex-direction: column;
    padding-left: 0.2%;
    padding-right: 0.2%;
    padding-top: 5%;
  }
  .right {
    order: 1;
    width: 80%;
    margin-bottom: 1rem;
  }
  .left {
    width: 100%;
    order: 2;
    align-items: center;
    justify-content: center;
    row-gap: 2%;
    box-sizing: border-box;
  }
  .left p {
    font-size: 192%;
    text-align: center;
  }
  .joinlink {
    width: 70%;
  }
  .joinBtn {
    width: 100%;
  }
  .joinBtn p {
    font-size: 200%;
  }
  footer {
    padding-left: 1%;
    padding-right: 2%;
  }
  .redLogo {
    height: 80%;
  }

  .hamBurger2 {
    cursor: pointer;
  }
  .bar4,
  .bar5,
  .bar6 {
    display: block;
    width: 2.188rem;
    height: 0.313rem;
    margin: 0.375rem 0;
    background-color: #720f52;
    border-radius: 0.09rem;
  }

  .hamBurger2 {
    display: block;
  }

  .socials {
    column-gap: 1.25rem;
    height: 5rem;
    background-color: white;
    width: 100%;
    justify-content: center;
    align-items: center;
    position: absolute;
    left: 0;
    bottom: 0;
    transform: translateY(130%);
    transition: 0.2s;
    transition-timing-function: ease-in;
  }
  .socials .img {
    width: 60%;
    height: 60%;
  }
  .img:nth-child(1) {
    margin-right: 0.5%;
  }
  .img:nth-child(2) {
    margin-right: 0.5%;
  }
  .img:nth-child(3) {
    margin-right: 0.5%;
  }
  .socials {
    display: none;
  }
  .socials.drop {
    display: flex;
    transform: translateY(0);
    transition: 25s;
    transition-timing-function: ease-out;
    transition-timing-function: cubic-bezier(0, 0, 0.58, 1);

    opacity: 1;
  }
  .hamBurger3.change {
    transform: translateX(0);
    transition-timing-function: ease-out;
    transition-timing-function: cubic-bezier(0, 0, 0.58, 1);
    cursor: pointer;
  }

  .dogs {
    display: none;
  }
  .joinBtn2 {
    position: static;
    width: 60%;
    margin: 0;
    margin-left: 20%;
    margin-bottom: 4%;
    margin-top: 15%;
  }
  .joinUs {
    margin-bottom: 2%;
    height: auto;
  }
  .joinUs p {
    font-size: 192%;
  }
  .soc img {
    width: 2rem;
    height: 2rem;
  }
  .socialsWhite {
    position: fixed;
    bottom: 2rem;
    left: 0;
    width: 100%;
  }
}

@media screen and (max-width: 480px) {
  /* start text reduced for responsiveness */
  .startText {
    font-size: 3rem;
  }
}
