*,
*::after,
*::before {
  margin: 0;
  padding: 0;
  box-sizing: inherit;
  font-family: inherit;
  color: inherit;
  font-weight: inherit;
  line-height: inherit;
  font-size: inherit;
}

html {
  font-family: "Anek Malayalam", sans-serif;
  box-sizing: border-box;
  font-size: 62.5%;
  font-weight: 400;
  line-height: 1.5;
}

body {
  min-height: 100dvh;
  background-color: #000;
  font-size: 1.6rem;
  /* background-position: 1908px 1060px; */
  /* animation: bg-loop 46s infinite;
  animation-timing-function: linear;
  padding-top: theme.$header-height;
  font-size: 1.6rem;

  @media only screen and (min-width: 720px) {
    font-size: 2rem;
  } */
}

@media only screen and (min-width: 720px) {
  body {
    font-size: 2rem;
  }
}

.content-container {
  background: url("/images/bg.png") repeat 0 0 #000;
  background-size: contain;
  background-repeat: no-repeat;
  background-position: bottom;
}

.content {
  width: 50%;
  min-height: 100dvh;
  display: flex;
  flex-direction: column;
}

.content > div:last-child {
  flex: 1;
  color: white;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  text-align: center;
}

.content > div:last-child h1 {
  max-width: 40rem;
}

.content > div:last-child p {
  max-width: 50rem;
  margin-top: 2rem;
  margin-bottom: 4rem;
}

h1 {
  font-size: 3.5rem;
  font-weight: 700;
}

@media only screen and (min-width: 720px) {
  h1 {
    font-size: 5rem;
  }
}

.content > div:first-child {
  max-width: 20rem;
}

.content a {
  background-color: white;
  color: #000;
  text-decoration: none;
  font-weight: 700;
  border-radius: 1.2rem;
  padding: 0.6rem 2rem;
}

.content img {
  width: 100%;
  height: auto;
}

@media only screen and (max-width: 900px) {
  .content {
    width: 100%;
    min-height: 100dvh;
    padding: 0 2rem;
    display: flex;
    flex-direction: column;
  }

  .content > div:last-child p {
    max-width: 40rem;
  }

  .content > div:last-child {
    margin-bottom: 15rem;
  }
}

.m-footer {
  color: white;
  padding: 2rem;
}

h3 {
  font-size: 2.7rem;
  font-weight: 700;
}

.m-footer > div:last-child {
  display: flex;
  flex-direction: column;
}

h4 {
  font-size: 2.2rem;
  font-weight: 700;
}

h2 {
  font-size: 3rem;
  font-weight: 700;
}

.last-cta {
  padding: 2rem;
  background: url("/images/hands.png") repeat 0 0 #000;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
  color: white;
  display: flex;
  flex-direction: column;
  text-align: center;
}

a {
  text-decoration: none;
}

.last-cta a {
  font-size: 1.5rem;
  margin: 10rem auto;
  background-color: red;
  font-weight: 700;
  border-radius: 3rem;
  /* max-width: 200rem; */
  /* width: 100%; */
  padding: 1rem 5rem;
}

.pricing {
  color: white;
  padding: 2rem;
}

.pricing > div {
  display: flex;
  flex-direction: column;
  align-items: center;
  margin-top: 4rem;
}

.pricing > div > div {
  border: 0.1rem solid white;
  display: flex;
  flex-direction: column;
  padding: 2rem;
  max-width: 30rem;
  border-radius: 1.2rem;
}

.pricing > div > div:not(:last-child) {
  margin-bottom: 4rem;
}

.pricing > div > div > div {
  margin: 2rem 0;
}

.pricing > div > div a {
  text-align: center;
  background-color: red;
  border-radius: 3rem;
  font-weight: 700;
  align-self: center;
  font-size: 1.5rem;
  margin-top: 2rem;
  padding: 1rem 5rem;
}

.works {
  color: white;
  padding: 2rem;
}

.works h1 {
  font-size: 10rem;
}

.works > div {
  display: flex;
  justify-content: center;
  flex-direction: column;
}

.works > div > div:not(:last-child) {
  margin-bottom: 5rem;
}

.works > div > div:first-child {
  background-color: white;
  color: black;
  display: flex;
  align-items: center;
  text-align: center;
  border-radius: 3rem;
  padding-right: 1rem;
}

.works > div > div:first-child > * {
  flex: 1;
}

.works > div > div:first-child a,
.works > div > div:nth-child(4) a {
  display: inline-block;
  font-size: 1.3rem;
  background-color: red;
  padding: 1rem 2rem;
  border-radius: 3rem;
  color: white;
  font-weight: 700;
  margin-top: 1rem;
}

.works > div > div:nth-child(2) {
  display: flex;
  align-items: center;
  text-align: center;
  padding-left: 1rem;
}

.works > div > div:nth-child(2) > * {
  flex: 1;
}

.works > div > div:nth-child(3) {
  color: black;
  background-color: white;
  display: flex;
  align-items: center;
  text-align: center;
  border-radius: 3rem;
  padding-right: 1rem;
}

.works > div > div:nth-child(3) > * {
  flex: 1;
}

.works > div > div:nth-child(4) {
  display: flex;
  align-items: center;
  text-align: center;
  padding-left: 1rem;
}

.works > div > div:nth-child(4) > * {
  flex: 1;
}

.squares {
  padding: 2rem;
}

.squares img {
  width: 100%;
  height: auto;
  border-radius: 3rem;
}

.squares > div {
  display: flex;
  justify-content: center;
}

.squares > div > * {
  flex: 1;
}

.squares > div > div:first-child {
  margin-right: 1rem;
}

.squares > div > div:last-child {
  margin-left: 1rem;
}

.squares > div > div {
  border-radius: 3rem;
}

.squares > div > div {
  max-width: 23rem;
}

.squares > div > div {
  position: relative;
}

.squares > div > div > p {
  position: absolute;
  color: white;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  text-align: center;
  font-size: 1.2rem;
  font-weight: 700;
}

.squares > div:last-child {
  justify-content: center;
}

.squares > div:not(:last-child) {
  margin-bottom: 2rem;
}

.initial > img {
  width: 100%;
  height: auto;
}

.initial {
  color: white;
}

.initial > div {
  border: 0.1rem solid white;
  padding: 3rem;
  margin: 2rem;
  border-radius: 3rem;
}

.initial > p {
  margin: 2rem;
  text-align: center;
  margin-top: 8rem;
  margin-bottom: 8rem;
  font-weight: 700;
}

.initial-dk,
.desc-dk,
.squares-dk {
  display: none;
}

@media only screen and (min-width: 900px) {
  .initial,
  .squares {
    display: none;
  }

  .initial-dk {
    display: flex;
    color: white;
    align-items: center;
  }

  .initial-dk > img {
    width: 60%;
  }

  .initial-dk > div {
    padding: 2rem;
  }

  h2 {
    font-size: 4rem;
    font-weight: 700;
  }

  .desc-dk {
    display: flex;
    color: white;
    justify-content: center;
    align-items: center;
    font-weight: 700;
    margin: 10rem 0;
    padding: 2rem;
    font-size: 2.2rem;
  }

  .desc-dk > p {
    max-width: 120rem;
    padding: 2rem;
  }

  .squares-dk {
    display: flex;
    width: 100%;
  }

  .squares-dk > div {
    flex: 1;
  }

  .squares-dk img {
    width: 100%;
    height: auto;
    border-radius: 3rem;
  }

  .squares-dk > div {
    position: relative;
    border-radius: 3rem;
  }

  .squares-dk > div:not(:last-child) {
    margin-right: 1rem;
  }

  .squares-dk > div:not(:first-child) {
    margin-left: 1rem;
  }

  .squares-dk > div > p {
    position: absolute;
    color: white;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    text-align: center;
    font-size: 1.5rem;
    font-weight: 700;
  }

  .works {
    max-width: 120rem;
    margin: 0 auto;
  }

  .works > div > div {
    min-height: 25rem;
  }

  .works > div > div p {
    max-width: 40rem;
  }

  .works h1 {
    font-size: 15rem;
  }

  .works > div > div:nth-child(4) > div {
    justify-content: center;
    display: flex;
    flex-direction: column;
    align-items: center;
  }

  .pricing h2 {
    max-width: 120rem;
    margin-left: auto;
    margin-right: auto;
  }

  .pricing > div {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    grid-auto-rows: 1fr;
    justify-items: center;
    gap: 2rem;
  }

  .pricing > div > div {
    height: 100%;
    margin-bottom: 0 !important;
    justify-items: center;
    max-width: 35rem;
  }

  .pricing > div > div {
    display: flex;
    justify-content: space-between;
  }

  .pricing > div > div a {
    justify-self: flex-end;
  }

  h4 {
    font-size: 2.8rem;
    font-weight: 700;
  }

  .last-cta {
    min-height: 60rem;
    justify-content: space-between;
    padding-top: 4rem;
    padding-bottom: 4rem;
    margin-top: 4rem;
    margin-bottom: 4rem;
  }

  h3 {
    font-size: 3.2rem;
    font-weight: 700;
  }

  .m-footer {
    max-width: 120rem;
    margin-left: auto;
    margin-right: auto;
  }

  .content-container {
    background-size: cover;
  }
}

a {
  cursor: pointer;
}

#fade {
  background-color: rgba(0, 0, 0, 0.7);
  position: absolute;
  width: 100%;
  min-height: 100dvh;
  overflow: auto;
  z-index: 2;
  display: flex;
  justify-content: center;
  align-items: center;
  display: none;
}

.disableOverflow {
  overflow: hidden;
}

#loading {
  align-items: center;
  justify-content: center;
  display: none;
}

#loading img {
  width: 5.5rem;
  height: auto;

  animation: rotate 1.2s linear infinite;
}

@keyframes rotate {
  0% {
    transform: rotateZ(0deg);
  }
  100% {
    transform: rotateZ(360deg);
  }
}

#loginModal {
  background-color: #000;
  color: #fff;
  display: flex;
  flex-direction: column;
  text-align: center;
  align-items: center;
  padding: 2rem;
  border-radius: 1.2rem;
  display: none;
  border: 2px solid rgba(255, 255, 255, 0.1);
}

#loginModal > div:first-child img {
  width: 15rem;
  height: auto;
}

#loginModal > div:nth-child(3) {
  margin: 4rem 0 0 0;
}

#loginModal form {
  width: 100%;
  max-width: 33rem;
  margin-top: 2rem;
}

#loginModal form > div:not(:last-child) {
  margin-bottom: 0rem;
}

#loginModal form > div {
  display: flex;
  align-items: center;
}

#loginModal form > div img {
  width: 6rem;
  height: auto;
}

#loginModal > form input {
  width: 100%;
  border-radius: 1.2rem;
  min-height: 4.5rem;
  border: none;
  color: #000;
  padding: 0 2rem;
}

#loginModal > form > button {
  background-color: red;
  border: none;
  font-weight: 700;
  padding: 1rem 5rem;
  border-radius: 3rem;
  margin-top: 3rem;
  cursor: pointer;
}

#showurl {
  border: 2px solid rgba(255, 255, 255, 0.1);
  background-color: #000;
  color: #fff;
  display: flex;
  flex-direction: column;
  text-align: center;
  align-items: center;
  padding: 2rem;
  border-radius: 1.2rem;
  max-width: 50rem;
  /* display: none; */
}

#showurl > div:first-child img {
  width: 15rem;
  height: auto;
}

#showurl a {
  font-size: 1.5rem;
  margin: 3rem auto;
  background-color: red;
  font-weight: 700;
  border-radius: 3rem;
  padding: 1rem 5rem;
  cursor: pointer;
}
