:root {
  --main-font: Kanit;
  --font-size: 16px;
  --main-color: rgb(22, 87, 177);
  --second-color: rgb(255, 255, 255);
  --main-modal-color: rgba(22, 87, 177, 0.85);
  --second-modal-color: rgba(0, 81, 255, 0.214);
  --tercer-modal-color: rgba(252, 209, 209, 0.961);
  --container-width: 2400px;
}

html {
  box-sizing: border-box;
  font-size: var(font-size);
  scroll-behavior: smooth;
}

*,
*:before,
*:after {
  box-sizing: inherit;
}

body {
  background-color: #000;
  margin: 0;
  padding: 0;
  overflow-y: hidden;
}

@media only screen and (max-width: 600px) {
  .navbar {
    position: static;
    top: 0;
    height: 10vh;
    width: 100%;
    display: flex;
    flex-direction: row;
    justify-content: center;
    align-items: center;
  }

  .navbar-bar {
    padding: 0;
    margin: 0;
    display: flex;
    flex-direction: row;
    justify-content: center;
    align-items: center;
    list-style-type: none;
  }

  .nav-link {
    text-decoration: none;
    display: block;
    margin-left: 1rem;
    margin-right: 1rem;
    font-size: 1.5vh;
    line-height: 1;
    position: relative;
    z-index: 1;
    text-align: center;
    -webkit-text-fill-color: transparent;
    background-image: linear-gradient(to right, #368aff, #368aff 50%, #fff 50%);
    background-size: 200% 100%;
    background-position: -100%;
    transition: all 0.3s ease-in-out;
    font-family: "Archivo", Arial, Helvetica, sans-serif;
    font-weight: 800;
  }

  .nav-link::before {
    display: block;
    content: "";
    width: 0;
    height: 1px;
    bottom: 5px;
    left: 0;
    bottom: -3px;
    z-index: 0;
    position: absolute;
    background: #368aff;
    transition: all 0.3s ease-in-out;
  }

  .nav-link:hover {
    background-position: 0%;
  }

  .nav-link:hover::before {
    width: 100%;
  }

  .main {
    padding: 0;
  }

  .logo {
    height: 80vh;
    width: 100%;
    display: flex;
  }

  footer {
    display: flex;
    justify-content: center;
    align-items: center;
    min-height: 10vh;
    max-height: 10vh;
    width: 100%;
  }

  .socialmedia-icons img {
    width: 5vh;
    border: 0.1px solid black;
    border-radius: 50%;
    margin-left: 0.5vw;
  }

  .legal-list {
    padding: 0;
    margin: 0;
  }
}

@media only screen and (max-width: 1100px) {
  .evoulve_circle {
    position: relative;
    width: 50vh;
    height: 50vh;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    overflow: hidden;
    border-radius: 50%;
  }
  .navbar {
    position: static;
    top: 0;
    height: 10vh;
    width: 100%;
    display: flex;
    flex-direction: row;
    justify-content: center;
    align-items: center;
  }

  .navbar-bar {
    padding: 0;
    margin: 0;
    display: flex;
    flex-direction: row;
    justify-content: center;
    align-items: center;
    list-style-type: none;
  }

  .nav-link {
    text-decoration: none;
    display: block;
    margin-left: 1rem;
    margin-right: 1rem;
    font-size: 1.5vh;
    line-height: 1;
    position: relative;
    z-index: 1;
    text-align: center;
    -webkit-text-fill-color: transparent;
    background-image: linear-gradient(to right, #368aff, #368aff 50%, #fff 50%);
    background-size: 200% 100%;
    background-position: -100%;
    transition: all 0.3s ease-in-out;
    font-family: "Archivo", Arial, Helvetica, sans-serif;
    font-weight: 800;
  }

  .nav-link::before {
    display: block;
    content: "";
    width: 0;
    height: 1px;
    bottom: 5px;
    left: 0;
    bottom: -3px;
    z-index: 0;
    position: absolute;
    background: #368aff;
    transition: all 0.3s ease-in-out;
  }

  .nav-link:hover {
    background-position: 0%;
  }

  .nav-link:hover::before {
    width: 100%;
  }

  .main {
    padding: 0;
  }

  .logo {
    height: 80vh;
    width: 100%;
    display: flex;
  }

  footer {
    display: flex;
    justify-content: center;
    align-items: center;
    min-height: 10vh;
    max-height: 10vh;
    width: 100%;
  }

  .socialmedia-icons img {
    width: 5vh;
    border: 0.1px solid black;
    border-radius: 50%;
    margin-left: 0.5vw;
  }

  .legal-list {
    padding: 0;
    margin: 0;
  }
}

@media only screen and (min-width: 1101px) {
  .navbar {
    position: static;
    top: 0;
    height: 10vh;
    width: 100%;
    display: flex;
    flex-direction: row;
    justify-content: end;
    align-items: center;
    padding-left: 4rem;
    padding-right: 2rem;
  }

  .navbar-bar {
    padding: 0;
    margin: 0;
    display: flex;
    flex-direction: row;
    justify-content: center;
    align-items: center;
    list-style-type: none;
  }

  .nav-link {
    text-decoration: none;
    display: block;
    margin-left: 1rem;
    margin-right: 1rem;
    font-size: 1.8vh;
    line-height: 1;
    position: relative;
    z-index: 1;
    text-align: center;
    -webkit-text-fill-color: transparent;
    background-image: linear-gradient(to right, #368aff, #368aff 50%, #fff 50%);
    background-size: 200% 100%;
    background-position: -100%;
    transition: all 0.3s ease-in-out;
    font-family: "Archivo", Arial, Helvetica, sans-serif;
    font-weight: 800;
  }

  .nav-link::before {
    display: block;
    content: "";
    width: 0;
    height: 1px;
    bottom: 5px;
    left: 0;
    bottom: -3px;
    z-index: 0;
    position: absolute;
    background: #368aff;
    transition: all 0.3s ease-in-out;
  }

  .nav-link:hover {
    background-position: 0%;
  }

  .nav-link:hover::before {
    width: 100%;
  }

  .logo {
    height: 80vh;
    width: 100%;
    display: flex;
  }

  footer {
    display: flex;
    justify-content: start;
    align-items: center;
    min-height: 10vh;
    max-height: 10vh;
    width: 100%;
  }

  .ft-main-item {
    margin-left: 2vw;
  }

  .socialmedia-icons img {
    width: 5vh;
    border: 0.1px solid black;
    border-radius: 50%;
    margin-left: 0.5vw;
  }
}
