@import url("https://fonts.googleapis.com/css2?family=Poppins:wght@200;300;400;500;600;700;900&family=Roboto:wght@300&display=swap");

* {
  box-sizing: border-box;
  margin: 0;
  padding: 0;
}

:root {
  --background-color: #191d16;
  --primary-color: #89fb83;
  --placeholder: #191d16;
  --font-color: #f1eaea;
  --nav-desktop-size: 18px;
  --nav-tablet-size: 17px;
  --nav-mobile-size: 16px;
  --heading-font: "Poppins", sans-serif;
  --paragraph-font: "Roboto", sans-serif;
  --offSetX: "";
  --offSetY: "";

  --oc:#89fb831c;


  /* -------------pricing Page---- */

  --table-ht:4rem;
  --table-header-fw:bold;
  --table-pt:2rem;
  --table-st:1.1rem;
  --borde-c:1px solid #ffffff71;
}
html {
  scroll-behavior: smooth;
  transition: scroll-behavior ease-in;
  height: -web-fill-available !important;
}
body {
  background: var(--placeholder);
  font-family: var(--heading-font);
  max-width: 100dvw;
  height: -web-fill-available !important;
  overflow-x: hidden;
}
.attemptno1 {
  position: relative;
}
#grain {
  width: 100vw !important;
  position: absolute !important;
  pointer-events: none !important;
  z-index: 100;
  height: 100%;
}
.tester {
  width: 100vw;
  height: 100%;
  position: relative;
  z-index: 1;
}

footer {
  height: 100vh;
  width: 100vw;
  display: flex;
  background: var(--placeholder);
  padding: 0px;
  position: relative;
}

#Hire {
  height: 100%;
  width: 100%;
  background: var(--primary-color);
  background-blend-mode: screen;
  margin: 0;
  padding: 0;
  display: flex;
  position: relative;
  overflow: hidden;
  justify-content: left;
  align-items: center;
}
#Hire h1 {
  font-size: 18.5vw;
  height: auto;
  position: absolute;
  top: 0vh;
  text-align: left;
  width: 100%;
  left: 0vw;
  transform: scaleX(1.05);
  font-family: var(--heading-font);
  font-weight: 900;
  color: var(--placeholder);
  line-height: 11vw;
  text-wrap: nowrap;
}
#Hire ul {
  display: flex;
  justify-content: center;
  align-items: center;
  list-style: none;
  flex-direction: column;
  height: 100%;
  width: 100%;
  position: absolute;
  top: 112px;
}
#Hire ul li {
  margin: 10px 0;
  padding: 20px;
  text-align: center;
  position: relative;
}
#Hire ul li a {
  text-decoration: none;
  text-align: center;
  font-family: var(--heading-font);
  font-size: 1.3rem;
  color: var(--background-color);
}

#Hire .brand-circle2 {
  height: 210px;
  width: 210px;
  display: flex;
  justify-content: center;
  align-items: center;
  position: absolute;
  border-radius: 50%;
  background: transparent;
  right: 50%;
  transform: translateX(50%);
  bottom: 60%;
  border: 2px solid var(--background-color);
}
#Hire .brand-circle2 .letter {
  width: 100%;
  height: 100%;
  position: absolute;
  animation: anim 25s linear infinite;
  color: var(--background-color);
  font-family: var(--heading-font);
  font-weight: 400;
  font-weight: 900;
  pointer-events: none;
}
#Hire .brand-circle2 .letter span {
  position: absolute;
  left: 50%;
  top: 3%;
  font-size: 1.2em;
  transform-origin: 0 100px;
  pointer-events: none;
}
@keyframes anim {
  0% {
    transform: rotate(0deg);
  }

  100% {
    transform: rotate(360deg);
  }
}
.white_box {
  height: 120px;
  width: 120px;
  background: var(--background-color);
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
  border-radius: 50%;
  z-index: 100;
  display: flex;
  justify-content: center;
  align-items: center;
  font-size: 20px;
  font-family: var(--heading-font);
  font-weight: 900;
  color: var(--font-color);
  transition: 0.4s;
  pointer-events: none;
}
#Hire p {
  position: absolute;
  bottom: 2vh;
  text-align: center;
  left: 50%;
  transform: translateX(-50%);
  color: var(--background-color);
  font-family: var(--heading-font);
  font-size: 13px;
}
button:hover {
  background: rgba(255, 255, 255, 0.116);
  font-weight: 600;
  border: 3.5px solid var(--font-color);
  scale: 1.03;
  box-shadow: #fff -5px -5px, #fff 5px 5px#fff 5px -5px, #fff -5px 5px;
}

@media (min-width: 1101px) {
  .brand-circle {
    height: 210px;
    width: 210px;
    display: flex;
    justify-content: center;
    align-items: center;
    position: absolute;
    border-radius: 50%;
    background: transparent;
    left: 43px;
    transform: translate(0%, 0%) scale(1.4);
    top: 42px;
    border: 2px solid var(--background-color);
  }

  .brand-circle .text {
    width: 100%;
    height: 100%;
    position: absolute;
    animation: anim 25s linear infinite;
    color: var(--background-color);
    font-family: var(--heading-font);
    font-weight: 900;
  }
  .brand-circle .text span {
    position: absolute;
    left: 50%;
    top: 3%;
    font-size: 1.2em;
    transform-origin: 0 100px;
  }
  footer {
    height: 100vh;
    width: 100vw;
    display: flex;
    background: var(--placeholder);
    padding: 24px;
  }
  #Hire {
    height: 100%;
    width: 100%;
    background: red;
    margin: 0;
    padding: 0;
    border-radius: 0 0 150px;
    display: flex;
    position: relative;
    overflow: hidden;
    justify-content: left;
    align-items: center;
  }
  #Hire h1 {
    font-size: 18.5vw;
    height: auto;
    position: absolute;
    top: 0vh;
    text-align: left;
    width: 100%;
    left: -1vw;
    transform: scaleX(1);
    font-family: var(--heading-font);
    font-weight: 900;
    color: var(--placeholder);
    line-height: 11vw;
    text-wrap: nowrap;
  }
  #Hire ul {
    display: flex;
    justify-content: start;
    align-items: center;
    list-style: none;
    flex-direction: row;
    height: 100%;
    width: 100%;
    position: absolute;
    top: 0%;
  }
  #Hire ul li {
    margin: 10px 10px;
    padding: 20px 10px 0;
    text-align: center;
  }
  #Hire ul li a {
    text-decoration: none;
    text-align: center;
    font-family: var(--heading-font);
    font-size: 1.3rem;
    color: var(--background-color);
  }
  nav ul li a {
    text-decoration: none;
    text-align: center;
    font-family: var(--heading-font);
    font-size: 1.3rem;
    color: var(--background-color);
    width: fit-content;
  }
  ul li a:after {
    content: "";
    background-color: var(--background-color);
    position: absolute;
    height: 3px;
    width: 100%;
    left: 0;
    bottom: -10px;
    transition: all 0.4s ease-in-out;
    transform: scaleX(0);
  }
  ul li a:hover:after {
    width: 100%;
    transform: scaleX(1);
  }
  #Hire .brand-circle2 {
    height: 210px;
    width: 210px;
    display: flex;
    justify-content: center;
    align-items: center;
    position: absolute;
    border-radius: 50%;
    background: transparent;
    right: 2.5%;
    transform: translate(0%, 0%) scale(1.4);
    bottom: 4.5%;
    border: 2px solid var(--background-color);
    cursor: pointer;
    transition: 0.4s;
  }
  #Hire .brand-circle2:hover {
    background: #191d162a;
  }
  #Hire .brand-circle2:hover > .white_box img {
    opacity: 0;
    width: 0;
    height: 0;
  }
  /* #Hire .brand-circle2:hover > */
  #Hire .brand-circle2 .letter {
    width: 100%;
    height: 100%;
    position: absolute;
    animation: anim 25s linear infinite;
    color: var(--background-color);
    font-family: var(--heading-font);
    font-weight: 400;
    font-weight: 900;
  }
  #Hire .brand-circle2 .letter span {
    position: absolute;
    left: 50%;
    top: 3%;
    font-size: 1.2em;
    transform-origin: 0 100px;
  }
  @keyframes anim {
    0% {
      transform: rotate(0deg);
    }

    100% {
      transform: rotate(360deg);
    }
  }
  .white_box {
    height: 120px;
    width: 120px;
    background: var(--background-color);
    position: absolute;
    left: 50%;
    transform: translateX(-50%);
    border-radius: 50%;
    z-index: 100;
    display: flex;
    justify-content: center;
    align-items: center;
    font-size: 20px;
    font-family: var(--heading-font);
    font-weight: 900;
    color: var(--font-color);
    transition: 0.4s;
  }
  #Hire p {
    position: absolute;
    bottom: 2vh;
    text-align: center;
    left: 2vw;
    transform: translateX(0%);
    color: var(--background-color);
    font-family: var(--heading-font);
    font-size: 13px;
  }
}
@keyframes slideShow00 {
  100% {
    transform: translate(-50%, 0);
  }
}
@keyframes slideShow01 {
  100% {
    transform: translate(-50%, 0);
  }
}
@keyframes slideShow001 {
  100% {
    transform: translate(-100%, 0);
  }
}
@keyframes imageMover {
  0% {
    transform: translateX(-500px) translateY(-200px) rotate(560deg);
  }
  100% {
    transform: rotate(0, 0) translate(0, 0);
  }
}
@keyframes curvingSquare {
  0% {
    border-radius: 0 0 0;
  }
  100% {
    border-radius: 150px 0 0 0;
  }
}
@keyframes letterMotion {
  100% {
    transform: translate(50%, 0);
  }
} /* slump */
@keyframes imageRotater {
  100% {
    transform: rotate(360deg);
  }
}

@media (min-width: 280px) and (max-width: 299px) {
  #licensing_box-main .two-box_main-second {
    font-size: 50px;
  }
  .heading-container {
    left: -2vw;
    top: -9vh;
  }
}
@media (min-width: 300px) and (max-width: 329px) {
  #licensing_box-main .two-box_main-second {
    font-size: 50px;
  }
}
@media (min-width: 300px) and (max-width: 359px) {
  .heading-container {
    left: -2vw;
    top: -8vh;
  }
  
  #Hire .brand-circle2 {
    scale: 0.85 !important;
    right: 45% !important;
  }
  #about_me p,
  #about_me a {
    font-family: var(--heading-font);
    padding: 16px 4px !important;
  }
  #Hire ul li a {
    font-size: 1.2rem !important;
  }
  #Hire p {
    font-size: 10px !important;
  }
  #processes div p {
    font-size: 14px !important;
  }
  .LLHQ .image_carousel {
    height: 190px;
    margin: 0 0 20px;
    transition: 1s;
    background-size: cover;
  }
  #licensing_box-main .two-box_main-second {
    font-size: 50px;
  }

  #letterHero {
    font-size: 50px !important;
    transform: scale(1) !important;
  }
  #discord_links {
    width: 100% !important;
    display: flex;
    justify-content: space-around;
    flex-wrap: wrap-reverse;
  }
  #discord_links li {
    padding: 5px !important;
    font-size: 12px;
  }
  #btnCopy {
    bottom: -40px !important;
    right: 50% !important;
    transform: translateX(50%);
  }
  .noti {
    bottom: -90px !important;
    right: 50% !important;
    transform: translateX(50%);
  }
  .noti .arrows {
    top: -50%;
    left: 50% !important;
    transform: translateX(-50%);
  }
}
@media (min-width: 360px) and (max-width: 399px) {
  .heading-container {
    left: -2vw;
    top: -9vh !important;
  }
  
  #Hire ul li a {
    font-size: 1.2rem !important;
  }
  #about_me p,
  #about_me a {
    font-family: var(--heading-font);
    padding: 16px 4px !important;
  }
  #Hire p {
    font-size: 10px !important;
  }
  #Hire .brand-circle2 {
    scale: 0.7 !important;
    scale: 0.85 !important;
    right: 45% !important;
  }

  #processes div p {
    font-size: 14px !important;
  }
  .LLHQ .image_carousel {
    height: 200px;
    margin: 0 0 20px;
    transition: 1s;
    background-size: cover;
  }
  #licensing_box-main .two-box_main-second {
    font-size: 50px;
  }
  #letterHero {
    font-size: 58px !important;
    transform: scale(1) !important;
  }
  #discord_links {
    width: 100% !important;
    display: flex;
    justify-content: space-around;
    flex-wrap: wrap-reverse;
  }
  #discord_links li {
    padding: 5px !important;
    font-size: 15px;
    border-right: 1px solid var(--font-color);
  }
  #btnCopy {
    bottom: -40px !important;
    right: 50% !important;
    transform: translateX(50%);
  }
  .noti {
    bottom: -90px !important;
    right: 50% !important;
    transform: translateX(50%);
  }
  .noti .arrows {
    top: -50%;
    left: 50% !important;
    transform: translateX(-50%);
  }
}

@media (min-width: 400px) and (max-width: 469px) {
  #about_me p,
  #about_me a {
    font-family: var(--heading-font);
    padding: 16px 4px !important;
  }
  .heading-container {
    left: -2vw;
    top: -10vh !important;
  }
  #Hire ul li a {
    font-size: 1.2rem !important;
  }
  #Hire p {
    font-size: 10px !important;
  }
  #Hire .brand-circle2 {
    scale: 0.7 !important;
    scale: 0.9 !important;
    right: 47% !important;
  }
  #processes div p {
    font-size: 16px !important;
  }
  .LLHQ .image_carousel {
    height: 220px;
    margin: 0 0 20px;
    transition: 1s;
    background-size: cover;
  }

  #licensing_box-main .two-box_main-second {
    font-size: 60px;
  }
  main #licensing_box-main2 .licenses {
    font-size: 18px;
  }
  #letterHero {
    font-size: 63px !important;
    transform: scale(1) !important;
  }
  #discord_links {
    width: 100% !important;
    display: flex;
    justify-content: space-around;
    flex-wrap: wrap-reverse;
  }
  #discord_links li {
    padding: 5px !important;
    font-size: 15px;
  }
  #btnCopy {
    bottom: -40px !important;
    right: 50% !important;
    transform: translateX(50%);
  }
  .noti {
    bottom: -90px !important;
    right: 50% !important;
    transform: translateX(50%);
  }
  .noti .arrows {
    top: -50%;
    left: 50% !important;
    transform: translateX(-50%);
  }
}
@media (min-width: 470px) and (max-width: 539px) {
  #processes div p {
    font-size: 15px !important;
  }
  .LLHQ .image_carousel {
    height: 230px;
    margin: 0 0 20px;
    transition: 1s;
    background-size: cover;
  }
  .heading-container {
    left: -2vw;
    top: -9.6vh !important;
  }
  #style-3_contact_body {
    padding: 28% 16px;
  }
  #licensing_box-main .two-box_main-second {
    font-size: 60px;
  }
  main #licensing_box-main2 .licenses {
    font-size: 18.5px;
  }
  #letterHero {
    font-size: 66px !important;
    transform: scale(1) !important;
  }
  #discord_links {
    width: 100% !important;
    display: flex;
    justify-content: space-around;
    flex-wrap: wrap-reverse;
  }
  #discord_links li {
    padding: 5px !important;
    font-size: 15px;
  }
  #btnCopy {
    bottom: -40px !important;
    right: 50% !important;
    transform: translateX(50%);
  }
  .noti {
    bottom: -90px !important;
    right: 50% !important;
    transform: translateX(50%);
  }
  .noti .arrows {
    top: -50%;
    left: 50% !important;
    transform: translateX(-50%);
  }
}
@media (min-width: 540px) and (max-width: 599px) {
  #processes div p {
    font-size: 16px !important;
  }

  .LLHQ .image_carousel {
    height: 300px;
    margin: 0 0 20px;
    transition: 1s;
    background-size: cover;
  }
  .heading-container {
    left: -2vw;
    top: -9vh !important;
  }
  #style-3_contact_body {
    padding: 26% 16px;
  }
  #licensing_box-main .two-box_main-second {
    font-size: 65px;
  }
  main #licensing_box-main2 .licenses {
    font-size: 19px;
  }
  #letterHero {
    font-size: 80px !important;
    transform: scale(1) !important;
  }
  #discord_links {
    width: 100% !important;
    display: flex;
    justify-content: space-around;
    flex-wrap: wrap-reverse;
  }
  #discord_links li {
    padding: 5px !important;
    font-size: 15px;
  }
}
@media (min-width: 600px) and (max-width: 679px) {
  .LLHQ .image_carousel,
  #img-display img {
    height: 320px;
    margin: 0 0 20px;
    transition: 1s;
    background-size: cover;
  }
  header #nameOfPage {
    font-size: 70px;
  }
  .heading-container {
    left: -1vw !important;
    top: -9vh !important;
  }
  .heading-container h1 {
    transform: scale(1, 1.03);
    font-size: 17.5vw;
  }
  .stalker {
    position: absolute;
    right: 50% !important;
    transform: translateX(50%);
    top: -60% !important;
  }
  #licensing_box-main .two-box_main-second {
    font-size: 68px;
  }
  main #licensing_box-main2 .licenses {
    font-size: 19px;
  }
  #letterHero {
    font-size: 95px !important;
    transform: scale(1) !important;
  }
  #discord_links {
    width: 100% !important;
    display: flex;
    justify-content: space-around;
    flex-wrap: wrap-reverse;
  }
  #discord_links li {
    padding: 5px !important;
    font-size: 15px;
  }
}
@media (min-width: 680px) and (max-width: 749px) {
  .LLHQ .image_carousel,
  #img-display img {
    height: 350px;
    margin: 0 0 20px;
    transition: 1s;
    background-size: cover;
  }
  header #nameOfPage {
    font-size: 70px;
  }
  .heading-container {
    left: -1vw !important;
    top: -8vh !important;
  }
  .heading-container h1 {
    transform: scale(1, 1.03);
    font-size: 17.5vw;
  }
  .stalker {
    position: absolute;
    right: 50% !important;
    transform: translateX(50%);
    top: -60% !important;
  }
  #licensing_box-main .two-box_main-second {
    font-size: 72px;
  }
  main #licensing_box-main2 .licenses {
    font-size: 19px;
  }
  #letterHero {
    font-size: 110px !important;
    transform: scale(1) !important;
  }
  #discord_links {
    width: 100% !important;
    display: flex;
    justify-content: space-around;
    flex-wrap: wrap-reverse;
  }
  #discord_links li {
    padding: 5px !important;
    font-size: 17px;
  }
}
@media (min-width: 750px) and (max-width: 849px) {
  .LLHQ .image_carousel,
  #img-display img {
    height: 370px;
    margin: 0 0 20px;
    transition: 1s;
    background-size: cover;
  }
  header #nameOfPage {
    font-size: 75px;
  }
  .heading-container {
    left: -1vw !important;
    top: -8vh !important;
  }
  .heading-container h1 {
    transform: scale(1.03, 1.03);
    font-size: 17.5vw;
  }
  .stalker {
    position: absolute;
    right: 10% !important;
    top: -55% !important;
  }
  #licensing_box-main .two-box_main-second {
    font-size: 80px;
    transform: scaleX(1.06);
  }
  main #licensing_box-main2 .licenses {
    font-size: 19px;
  }
  #letterHero {
    font-size: 130px !important;
    transform: scale(1) !important;
  }
  #discord_links {
    width: 100% !important;
    display: flex;
    justify-content: space-around;
    flex-wrap: wrap-reverse;
  }
  #discord_links li {
    padding: 5px !important;
    font-size: 17px;
  }
}
@media (min-width: 850px) and (max-width: 899px) {
  .LLHQ .image_carousel,
  #img-display img {
    height: 400px;
    margin: 0 0 20px;
    transition: 1s;
    background-size: cover;
  }
  header #nameOfPage {
    font-size: 75px;
  }
  .heading-container {
    left: -1vw !important;
    top: -8vh !important;
  }
  .heading-container h1 {
    transform: scale(1.03, 1.03);
    font-size: 17.5vw;
  }
  .stalker {
    position: absolute;
    right: 13% !important;
    top: -53% !important;
  }
  #licensing_box-main .two-box_main-second {
    font-size: 80px;
    transform: scaleX(1.06);
  }
  main #licensing_box-main2 .licenses {
    font-size: 19px;
  }
  #letterHero {
    font-size: 145px !important;
    transform: scale(1) !important;
  }
  #discord_links {
    width: 80% !important;
    display: flex;
    justify-content: space-around;
    flex-wrap: wrap-reverse;
  }
  #discord_links li {
    padding: 5px !important;
    font-size: 17px;
  }
}
@media (min-width: 900px) and (max-width: 969px) {
  .LLHQ .image_carousel,
  #img-display img {
    height: 420px;
    margin: 0 0 20px;
    transition: 1s;
    background-size: cover;
  }
  header #nameOfPage {
    font-size: 80px;
  }
  .heading-container {
    left: -1vw !important;
    top: -8vh !important;
  }
  .heading-container h1 {
    transform: scale(1.03, 1.03);
    font-size: 17.5vw;
  }
  .stalker {
    position: absolute;
    right: 13% !important;
    top: -53% !important;
  }
  #licensing_box-main .two-box_main-second {
    font-size: 80px;
    transform: scaleX(1.06);
  }
  main #licensing_box-main2 .licenses {
    font-size: 20px;
  }
  #letterHero {
    font-size: 160px !important;
    transform: scale(1) !important;
  }
  #discord_links {
    width: 80% !important;
    display: flex;
    justify-content: space-around;
    flex-wrap: wrap-reverse;
  }
  #discord_links li {
    padding: 5px !important;
    font-size: 17px;
  }
}
@media (min-width: 970px) and (max-width: 1039px) {
  .LLHQ .image_carousel,
  #img-display img {
    height: 470px;
    margin: 0 0 20px;
    transition: 1s;
    background-size: cover;
  }
  header #nameOfPage {
    font-size: 80px;
  }
  .heading-container {
    left: -1vw !important;
    top: -8vh !important;
  }
  .heading-container h1 {
    transform: scale(1.03, 1.03);
    font-size: 17.5vw;
  }
  .stalker {
    position: absolute;
    right: 13% !important;
    top: -53% !important;
  }
  #licensing_box-main .two-box_main-second {
    font-size: 80px;
    transform: scaleX(1.06);
  }
  main #licensing_box-main2 .licenses {
    font-size: 20px;
  }
  #letterHero {
    font-size: 160px !important;
    transform: scale(1) !important;
  }
  #discord_links {
    width: 80% !important;
    display: flex;
    justify-content: space-around;
    flex-wrap: wrap-reverse;
  }
  #discord_links li {
    padding: 5px !important;
    font-size: 17px;
  }
}
@media (min-width: 1040px) and (max-width: 1099px) {
  .LLHQ .image_carousel,
  #img-display img {
    height: 500px;
    margin: 0 0 20px;
    transition: 1s;
    background-size: cover;
  }
  header #nameOfPage {
    font-size: 90px;
    word-break: break-all;
  }
  .heading-container {
    left: -1vw !important;
    top: -6vh !important;
  }
  .heading-container h1 {
    transform: scale(1.03, 1.03);
    font-size: 17.5vw;
  }
  .stalker * {
    scale: 0.7;
  }
  .stalker {
    position: absolute;
    right: 3%;
    top: -10%;
  }
  .textbox {
    position: relative;
    aspect-ratio: 1;
    width: 210px;
    left: 65% !important;
    display: flex;
    align-items: center;
    justify-content: center;
    bottom: -10% !important;
  }
  .stalker .textbox #chat-bubble {
    aspect-ratio: 1;
    width: 210px;
    transform: scale(-1.6, 1);
    position: absolute;
    bottom: -120% !important;
    right: 15% !important;
  }
  #licensing_box-main .two-box_main-second {
    font-size: 80px !important;
    transform: scaleX(1.06);
  }
  main #licensing_box-main2 .licenses {
    font-size: 20px;
  }
  #letterHero {
    font-size: 160px !important;
    transform: scale(1) !important;
  }
  #discord_links {
    width: 80% !important;
    display: flex;
    justify-content: space-around;
    flex-wrap: wrap-reverse;
  }
  #discord_links li {
    padding: 5px !important;
    font-size: 17px;
  }
}
@media (min-width: 1100px) and (max-width: 1179px) {
  .LLHQ .image_carousel,
  #img-display img {
    height: 270px;
    margin: 0 0 20px;
    transition: 1s;
    background-size: cover;
  }
  header #nameOfPage {
    font-size: 45px;
  }

  .heading-container {
    left: -1vw !important;
    top: -6vh !important;
  }
  .heading-container h1 {
    transform: scale(1.03, 1.03);
    font-size: 17.5vw;
  }
  .stalker * {
    scale: 0.8;
  }
  .stalker {
    position: absolute;
    right: 3%;
    top: -10%;
  }
  .textbox {
    position: relative;
    aspect-ratio: 1;
    width: 210px;
    left: 65% !important;
    display: flex;
    align-items: center;
    justify-content: center;
    bottom: -10% !important;
  }
  .stalker .textbox #chat-bubble {
    aspect-ratio: 1;
    width: 210px;
    transform: scale(-1.6, 1);
    position: absolute;
    bottom: -120% !important;
    right: 13% !important;
  }
  #licensing_box-main .two-box_main-second {
    font-size: 80px !important;
    transform: scaleX(1.06);
  }
  .two-box_main .brand-circle {
    transform: scale(1.4);
    left: 6.5%;
  }
  main #licensing_box-main2 .licenses {
    font-size: 20px;
  }
  #letterHero {
    font-size: 165px !important;
    transform: scale(1) !important;
  }
  #discord_links {
    width: 60% !important;
    display: flex;
    justify-content: space-around;
    flex-wrap: wrap-reverse;
  }
  #discord_links li {
    padding: 5px !important;
    font-size: 17px;
  }
  #pricingMain{
    padding-inline: 70px ;
  }
  main .checklist .mainTableBtn {
    font-size: 1.8rem !important;
}
}
@media (min-width: 1180px) and (max-width: 1239px) {
  .LLHQ .image_carousel,
  #img-display img {
    height: 300px;
    margin: 0 0 20px;
    transition: 1s;
    background-size: cover;
  }
  header #nameOfPage {
    font-size: 48px;
  }
  .heading-container {
    left: -1vw !important;
    top: -6vh !important;
  }
  .heading-container h1 {
    transform: scale(1.03, 1.03);
    font-size: 17.5vw;
  }
  .stalker * {
    scale: 0.8;
  }
  .stalker {
    position: absolute;
    right: 3%;
    top: -10%;
  }
  .textbox {
    position: relative;
    aspect-ratio: 1;
    width: 210px;
    left: 65% !important;
    display: flex;
    align-items: center;
    justify-content: center;
    bottom: -10% !important;
  }
  .stalker .textbox #chat-bubble {
    aspect-ratio: 1;
    width: 210px;
    transform: scale(-1.6, 1);
    position: absolute;
    bottom: -120% !important;
    right: 13% !important;
  }

  #letterHero {
    font-size: 180px !important;
    transform: scale(1) !important;
  }
  #discord_links {
    width: 80% !important;
    display: flex;
    justify-content: space-around;
    flex-wrap: wrap-reverse;
  }
  #discord_links li {
    padding: 5px !important;
    font-size: 17px;
  }
  #pricingMain{
    padding-inline: 80px ;
  }
  main .checklist .mainTableBtn {
    font-size: 1.8rem !important;
}
}
@media (min-width: 1240px) and (max-width: 1299px) {
  .LLHQ .image_carousel,
  #img-display img {
    height: 330px;
    margin: 0 0 20px;
    transition: 1s;
    background-size: cover;
  }
  header #nameOfPage {
    font-size: 50px;
  }
  .heading-container {
    left: -1vw !important;
    top: -6vh !important;
  }
  .heading-container h1 {
    transform: scale(1.03, 1.03);
    font-size: 17.5vw;
  }
  .stalker * {
    scale: 0.8;
  }
  .stalker {
    position: absolute;
    right: 3%;
    top: -10%;
  }
  .textbox {
    position: relative;
    aspect-ratio: 1;
    width: 210px;
    left: 65% !important;
    display: flex;
    align-items: center;
    justify-content: center;
    bottom: -10% !important;
  }
  .stalker .textbox #chat-bubble {
    aspect-ratio: 1;
    width: 210px;
    transform: scale(-1.6, 1);
    position: absolute;
    bottom: -120% !important;
    right: 13% !important;
  }
  #letterHero {
    font-size: 190px !important;
    transform: scale(1) !important;
  }
  #discord_links {
    width: 60% !important;
    display: flex;
    justify-content: space-around;
    flex-wrap: wrap-reverse;
  }
  #discord_links li {
    padding: 5px !important;
    font-size: 17px;
  }

  #pricingMain{
    padding-inline: 90px ;
  }
  main .checklist .mainTableBtn {
    font-size: 1.9rem !important;
}
}
@media (min-width: 1300px) and (max-width: 1369px) {
  .LLHQ .image_carousel,
  #img-display img {
    height: 355px;
    margin: 0 0 20px;
    transition: 1s;
    background-size: cover;
  }
  header #nameOfPage {
    font-size: 54px;
  }
  .heading-container {
    left: -1vw !important;
    top: -6vh !important;
  }
  .heading-container h1 {
    transform: scale(1.03, 1.03);
    font-size: 17.5vw;
  }
  .stalker * {
    scale: 0.8;
  }
  .stalker {
    position: absolute;
    right: 3%;
    top: -10%;
  }
  .textbox {
    position: relative;
    aspect-ratio: 1;
    width: 210px;
    left: 65% !important;
    display: flex;
    align-items: center;
    justify-content: center;
    bottom: -10% !important;
  }
  .stalker .textbox #chat-bubble {
    aspect-ratio: 1;
    width: 210px;
    transform: scale(-1.6, 1);
    position: absolute;
    bottom: -120% !important;
    right: 13% !important;
  }
  #letterHero {
    font-size: 190px !important;
    transform: scale(1) !important;
  }
  #discord_links {
    width: 60% !important;
    display: flex;
    justify-content: space-around;
    flex-wrap: wrap-reverse;
  }
  #discord_links li {
    padding: 10px !important;
    font-size: 17px;
  }
  #pricingMain{
    padding-inline: 150px ;
  }
  #pricingMain{
    padding-inline: 100px ;
  }
  main .checklist .mainTableBtn {
    font-size: 1.9rem !important;
}
}
@media (min-width: 1370px) and (max-width: 1429px) {
  .LLHQ .image_carousel,
  #img-display img {
    height: 370px;
    margin: 0 0 20px;
    transition: 1s;
    background-size: cover;
  }
  header #nameOfPage {
    font-size: 57px;
  }
  .heading-container {
    left: -1vw !important;
    top: -3vh !important;
  }
  .heading-container h1 {
    transform: scale(1.03, 1.03);
    font-size: 17.5vw;
    text-wrap: nowrap;
  }
  .stalker * {
    scale: 0.8;
  }
  .stalker {
    position: absolute;
    right: 3%;
    top: -10%;
  }
  .textbox {
    position: relative;
    aspect-ratio: 1;
    width: 210px;
    left: 65% !important;
    display: flex;
    align-items: center;
    justify-content: center;
    bottom: -10% !important;
  }
  .stalker .textbox #chat-bubble {
    aspect-ratio: 1;
    width: 210px;
    transform: scale(-1.6, 1);
    position: absolute;
    bottom: -120% !important;
    right: 13% !important;
  }
  #letterHero {
    font-size: 200px !important;
    transform: scale(1) !important;
  }
  #discord_links {
    width: 60% !important;
    display: flex;
    justify-content: space-around;
    flex-wrap: wrap-reverse;
  }
  #discord_links li {
    padding: 15px !important;
    font-size: 17px;
  }
  #pricingMain{
    padding-inline: 100px ;
  }

  #table .questionsAndInfo .questions, .table-header .included ,.table-header .packages , #table .questionsAndInfo .checklist {
    width: 50%;
  }
  main .checklist .mainTableBtn {
    font-size: 1.9rem !important;
  }
}
@media (min-width: 1430px) and (max-width: 1499px) {
  .LLHQ .image_carousel,
  #img-display img {
    height: 385px;
    margin: 0 0 20px;
    transition: 1s;
    background-size: cover;
  }
  header #nameOfPage {
    font-size: 60px;
  }
  .heading-container {
    left: -1vw !important;
    top: -3vh !important;
  }
  .heading-container h1 {
    transform: scale(1.03, 1.03);
    font-size: 17.5vw;
  }
  .stalker * {
    scale: 0.8;
  }
  .stalker {
    position: absolute;
    right: 3%;
    top: -10%;
  }
  .textbox {
    position: relative;
    aspect-ratio: 1;
    width: 210px;
    left: 65% !important;
    display: flex;
    align-items: center;
    justify-content: center;
    bottom: -10% !important;
  }
  .stalker .textbox #chat-bubble {
    aspect-ratio: 1;
    width: 210px;
    transform: scale(-1.6, 1);
    position: absolute;
    bottom: -120% !important;
    right: 13% !important;
  }
  #pricingMain{
    padding-inline: 100px ;
  }

  #table .questionsAndInfo .questions, .table-header .included ,.table-header .packages , #table .questionsAndInfo .checklist {
    width: 50%;
    }
  main .checklist .mainTableBtn {
    font-size: 1.9rem !important;
  }
}
@media (min-width: 1500px) and (max-width: 1599px) {
  .LLHQ .image_carousel,
  #img-display img {
    height: 400px;
    margin: 0 0 20px;
    transition: 1s;
    background-size: cover;
  }
  header #nameOfPage {
    font-size: 63px;
  }
  .heading-container {
    left: -1vw !important;
    top: -2vh !important;
  }
  .heading-container h1 {
    transform: scale(1.03, 1.03);
    font-size: 17.5vw;
  }
  .stalker * {
    scale: 0.85;
  }
  .stalker {
    position: absolute;
    right: 3%;
    top: -10%;
  }
  .textbox {
    position: relative;
    aspect-ratio: 1;
    width: 210px;
    left: 60% !important;
    display: flex;
    align-items: center;
    justify-content: center;
    bottom: -10% !important;
  }
  .stalker .textbox #chat-bubble {
    aspect-ratio: 1;
    width: 210px;
    transform: scale(-1.6, 1);
    position: absolute;
    bottom: -119% !important;
    right: 7% !important;
  }
  #pricingMain{
    padding-inline: 140px ;
  }

  #table .questionsAndInfo .questions, .table-header .included ,.table-header .packages , #table .questionsAndInfo .checklist {
    width: 50%;
    }
  main .checklist .mainTableBtn {
    font-size: 1.9rem !important;
  }
}
@media (min-width: 1600px) and (max-width: 1699px) {
  .LLHQ .image_carousel,
  #img-display img {
    height: 420px;
    margin: 0 0 20px;
    transition: 1s;
    background-size: cover;
  }
  header #nameOfPage {
    font-size: 68px;
  }
  .heading-container {
    left: -1vw !important;
    top: -2vh !important;
  }
  .heading-container h1 {
    transform: scale(1.03, 1.03);
    font-size: 17.5vw;
  }
  .stalker * {
    scale: 0.85;
  }
  .stalker {
    position: absolute;
    right: -10%;
    top: -10%;
  }
  .textbox {
    position: relative;
    aspect-ratio: 1;
    width: 210px;
    left: 55% !important;
    display: flex;
    align-items: center;
    justify-content: center;
    bottom: -10% !important;
  }
  .stalker .textbox #chat-bubble {
    aspect-ratio: 1;
    width: 210px;
    transform: scale(-1.6, 1);
    position: absolute;
    bottom: -119% !important;
    right: 7% !important;
  }
  #pricingMain{
    padding-inline: 200px ;
  }

  #table .questionsAndInfo .questions, .table-header .included ,.table-header .packages , #table .questionsAndInfo .checklist {
  width: 50%;
  }
main .checklist .mainTableBtn {
  font-size: 1.9rem !important;
}
}
@media (min-width: 1700px) {
  .LLHQ .image_carousel,
  #img-display img {
    height: 500px;
    margin: 0 0 20px;
    transition: 1s;
    background-size: cover;
  }
  header #nameOfPage {
    font-size: 72px;
  }
  #pricingMain{
    padding-inline: 200px ;
  }


}
