@import "https://fonts.googleapis.com/css2?family=DM+Sans:wght@400;500;700&display=swap";
@import "https://fonts.googleapis.com/css2?family=Inter:ital,opsz,wght@0,14..32,100..900;1,14..32,100..900&display=swap";
@import "https://fonts.googleapis.com/css2?family=Kantumruy+Pro:ital,wght@0,100..700;1,100..700&display=swap";
.menu-vertical {
  width: 80%;
  max-width: 1000px;
  -webkit-backdrop-filter: blur(10px);
  backdrop-filter: blur(10px);
  padding: 1rem 2rem 1rem 3rem;
  display: flex;
  align-items: center;
  justify-content: space-between;
  background-color: #e56943;
  gap: 3rem;
  border-radius: 100px;
  border: 4px solid black;
  box-shadow: 0 5px #000;
}
.menu-vertical .vertical-logo {
  height: 60px;
  width: auto;
}
.menu-vertical .menu-items {
  list-style: none;
  display: flex;
  gap: 1.5rem;
}
.menu-vertical .menu-items li {
  display: flex;
  align-items: center;
  cursor: pointer;
  color: #fff;
  font-size: 1.1rem;
}
.menu-vertical .menu-items li:hover {
  opacity: 0.8;
}
.menu-vertical img {
  width: 24px;
  height: 24px;
}
.menu-vertical button {
  cursor: pointer;
  transition: all 0.1s;
  border: 0px solid black;
  padding: 1rem 2rem;
  font-weight: 700;
  border-radius: 100px;
  font-size: 1.3rem;
  background-color: #fff;
  color: #000;
}
.menu-vertical button:hover {
  scale: 0.9;
  transition: 0s;
}
body,
html {
  height: 100%;
}
header {
  width: 100%;
}
.template_wrapper {
  width: 100%;
  background-color: red;
  padding: 0 10% 3rem;
  display: flex;
  flex-direction: column;
  align-items: center;
  position: relative;
  gap: 3rem;
}
.template_four_blur {
  width: 100%;
  min-height: 100vh;
  height: 100%;
  background-color: #00000040;
  position: fixed;
  backdrop-filter: blur(15px);
  -webkit-backdrop-filter: blur(15px);
  top: 0;
  left: 0;
  right: 0;
}
.t_menu {
  width: 100%;
  height: 100px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  position: relative;
}
.t_menu p {
  font-size: 3rem;
  color: #fff;
  font-family: Margarine;
  font-weight: 700;
  letter-spacing: -1px;
}
.t_menu button {
  background-color: #fff;
  color: #000;
  border: 0;
  font-size: 1.4rem;
  width: 200px;
  height: 60px;
  border-radius: 0.25rem;
  font-family: Arial Black, Helvetica, sans-serif;
  font-family: Margarine;
}
.t_menu button:hover {
  opacity: 0.9;
  scale: 0.9;
}
.t_header {
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: space-between;
  flex-direction: column;
  position: relative;
}
.t_header img.display {
  width: 50%;
  border-radius: 1rem;
}
.t_header .t_content {
  width: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
  color: #fff;
  gap: 1rem;
  padding: 0 1rem;
  text-align: center;
}
.t_header .t_content h1 {
  font-size: 7rem;
  font-family: Margarine;
  letter-spacing: -2px;
}
.t_header .t_content p {
  font-size: 1.5rem;
  font-family: Margarine;
}
.t_header .t_content div.ca {
  font-size: 1.5rem;
}
@media only screen and (max-width: 950px) {
  .t_header {
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: space-between;
    position: relative;
    flex-direction: column;
  }
  .t_header img.display {
    width: 100%;
  }
  .t_header .t_content {
    width: 100%;
    padding: 0 0rem;
  }
  .t_header .t_content h1 {
    font-size: 4rem;
  }
  .template_wrapper {
    padding: 0 5% 3rem;
  }
  .t_menu button {
    font-size: 1.3rem;
    width: 160px;
    height: 55px;
  }
  .t_menu p {
    font-size: 2rem;
  }
}
.t_htb {
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
  position: relative;
  gap: 2rem;
}
.t_htb h1 {
  font-size: 3rem;
  color: #fff;
  font-family: Margarine;
  text-align: center;
}
.t_htb .step {
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
  width: 100%;
}
.t_htb .step {
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
  width: 100%;
  gap: 1rem;
}
.t_htb .step .step_ {
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
  width: 100%;
  padding: 2rem;
  background-color: #fff;
  color: #000;
  font-size: 1.4rem;
  border-radius: 1rem;
  font-family: Margarine;
  text-align: center;
  gap: 1rem;
}
.t_htb .step .step_ img {
  width: 100px;
  border-radius: 1rem;
}
.t_htb .step .step_ p {
  max-width: 600px;
}
.double {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 1rem;
}
.flying_pfps {
  position: fixed;
  bottom: -200px;
  left: 0;
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: space-around;
}
.flying_pfps img {
  width: 100px;
  border-radius: 1rem;
}
.flying_pfps img:nth-child(1) {
  animation: moveMove_right 7s infinite ease-in-out;
}
.flying_pfps img:nth-child(2) {
  animation: moveMove 10s infinite ease-in-out;
}
.flying_pfps img:nth-child(3) {
  animation: moveMove_left 4s infinite ease-in-out;
}
.flying_pfps img:nth-child(4) {
  animation: moveMove 9s infinite ease-in-out;
}
.flying_pfps img:nth-child(5) {
  animation: moveMove_right 11s infinite ease-in-out;
}
.flying_pfps img:nth-child(6) {
  animation: moveMove_left 5s infinite ease-in-out;
}
.flying_pfps img:nth-child(7) {
  animation: moveMove_right 20s infinite ease-in-out;
}
.windows_template {
  width: 100%;
  height: 100svh;
  position: fixed;
  top: 0;
  left: 0;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: start;
}
.windows_screen {
  width: 100%;
  height: 92%;
  position: relative;
}
.windows_screen .windows_bg {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.windows_apps {
  position: absolute;
  top: 3rem;
  left: 3rem;
  z-index: 5;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  gap: 1rem;
}
.windows_apps.rightSide {
  right: 2rem;
  bottom: 3rem;
  top: unset;
  left: unset;
}
.windows_app {
  width: 100px;
  height: 100px;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: space-between;
  font-family: Arial, Helvetica, sans-serif;
  color: #fff;
  text-align: center;
}
.windows_app:hover {
  scale: 0.95;
}
.windows_app img {
  width: 80px;
  height: 80px;
}
.windows_app.recycle {
  position: absolute;
  right: 2rem;
  bottom: 2rem;
}
.windows_menu {
  width: 100%;
  height: 8%;
  position: relative;
  background-color: #cacaca;
  border-left: 3px solid white;
  border-top: 3px solid white;
  border-right: 3px solid white;
  outline: 3px solid rgb(0, 0, 0, 0.5);
  display: flex;
  align-items: center;
  justify-content: start;
  gap: 1rem;
  padding: 0.5rem;
  z-index: 10;
}
.windows_menu button {
  height: 100%;
  font-size: 1.5rem;
  padding: 0 1rem;
  background-color: #cacaca;
  box-shadow: inset -3px -3px gray, inset 3px 3px #aeaeae;
  border-top: 3px solid white;
  border-bottom: 3px solid black;
  border-right: 3px solid black;
  border-left: 3px solid white;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 0.2rem;
  color: #000;
}
.open_menu {
  position: absolute;
  left: 0;
  top: -280px;
  height: 280px;
  width: 300px;
  background-color: navy;
  z-index: 1;
  display: flex;
  flex-direction: column;
  padding: 1rem;
  gap: 0.5rem;
}
.open_menu a {
  height: 60px;
  justify-content: start !important;
  color: #000;
}
.boxify {
  background-color: #cacaca;
  box-shadow: inset -3px -3px gray, inset 3px 3px #aeaeae;
  border-top: 3px solid white;
  border-bottom: 3px solid black;
  border-right: 3px solid black;
  border-left: 3px solid white;
}
button.compute {
  font-size: 1.4rem;
  padding: 0.5rem 1rem;
  background-color: #cacaca;
  box-shadow: inset -3px -3px gray, inset 3px 3px #fff;
  border-top: 3px solid black;
  border-bottom: 3px solid black;
  border-right: 3px solid black;
  border-left: 3px solid black;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 0.2rem;
  color: #000;
  width: 100% !important;
}
button.compute:hover,
.hov:hover {
  scale: 0.9;
}
button.time {
  margin-left: auto;
}
.windows_menu button.name {
  background-color: #cacaca;
  box-shadow: unset;
  border-top: 3px solid rgb(174, 174, 174);
  border-bottom: 3px solid white;
  border-right: 3px solid white;
  border-left: 3px solid rgb(174, 174, 174);
}
.windows_menu button img {
  height: 70%;
}
div.greyout {
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  background-color: #9c9c9c26;
}
.windows_popup_wrapper {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  display: flex;
  align-items: center;
  justify-content: center;
  z-index: 1;
  animation: pop_in 0.2s ease-in-out;
}
.windows_popup_wrapper .windows_popup {
  background-color: #cacaca;
  border-top: 3px solid white;
  border-bottom: 3px solid black;
  border-right: 3px solid black;
  border-left: 3px solid white;
  padding: 0.2rem;
  display: flex;
  flex-direction: column;
  gap: 0.2rem;
  align-items: center;
  justify-content: center;
}
.windows_popup .popup_info {
  width: 100%;
  height: 50px;
  background-color: navy;
  display: flex;
  align-items: center;
  justify-content: start;
  padding: 0.5rem 0.5rem 0.5rem 1rem;
}
.popup_info img {
  height: 100%;
}
.popup_info img:nth-child(2) {
  margin-left: auto;
  margin-right: 1rem;
}
.popup_info p {
  color: #fff;
  font-size: 1.5rem;
}
.windows_popup_content {
  width: 800px;
  height: 500px;
  border-top: 3px solid black;
  border-bottom: 3px solid white;
  border-right: 3px solid white;
  border-left: 3px solid black;
  box-shadow: inset -3px -3px gray, inset 3px 3px #aeaeae;
  background-color: #fff;
  display: flex;
  align-items: center;
  justify-content: center;
}
.welcome {
  width: 100%;
  height: 90%;
  display: flex;
  align-items: start;
  justify-content: space-between;
  gap: 1rem;
  padding: 2rem 3rem;
  overflow-y: scroll;
}
.welcome::-webkit-scrollbar {
  width: 16px;
}
.welcome::-webkit-scrollbar-thumb {
  background-color: gray;
  border-radius: 8px;
}
.welcome div {
  display: flex;
  align-items: start;
  justify-content: center;
  gap: 1rem;
  flex-direction: column;
}
.welcome p {
  font-size: 1.1rem;
}
.welcome h1 {
  font-size: 2.5rem;
  line-height: 100%;
}
.welcome img {
  width: 50%;
  aspect-ratio: 1/1;
}
@media only screen and (max-width: 1100px) {
  .windows_apps {
    z-index: 1;
  }
  .windows_popup {
    width: 90%;
  }
  .windows_popup_content {
    width: 100%;
  }
}
@media only screen and (max-width: 650px) {
  .windows_popup_content {
    height: unset;
    padding: 1rem 0;
  }
  .welcome {
    flex-direction: column;
    align-items: start;
    justify-content: start;
    max-height: 400px;
  }
  .welcome img {
    width: 80%;
  }
  .windows_apps {
    left: 1rem;
  }
  .windows_screen {
    width: 100%;
    height: 91%;
    position: relative;
  }
  .windows_menu {
    width: 100%;
    height: 9%;
    display: flex;
    align-items: center;
    justify-content: space-between;
  }
  .menuBtn {
    width: 200px;
  }
  button.name {
    display: none;
  }
  button.time {
    margin: 0;
    width: 140px;
    font-size: 1.3rem;
    line-height: 80%;
  }
}
@keyframes pop_in {
  0% {
    scale: 0;
  }
  to {
    scale: 1;
  }
}
.windows_contract,
.windows_desc {
  max-width: 20ch;
  overflow-wrap: break-word;
  word-wrap: break-word;
}
@font-face {
  font-family: silver;
  src: url(/assets/Silvertones-Dq-eZu1D.otf);
}
@font-face {
  font-family: dino font;
  src: url(/assets/Dinosaur-Bo8IeRqv.ttf);
}
@font-face {
  font-family: handwritten;
  src: url(/assets/kindergarten-DV4bwJsn.ttf);
}
html {
  scroll-behavior: smooth;
}
body {
  overflow-x: hidden;
  background-color: #f5f5f5;
  scroll-behavior: smooth;
}
.s4_menu {
  width: 100%;
  height: 170px;
  z-index: 1;
  display: flex;
  align-items: center;
  position: absolute;
  padding: 0 8.5%;
  z-index: 2;
  overflow: hidden;
  gap: 4rem;
}
.s4_menu img.s4_logo {
  height: 70px;
}
.s4_menu .s4_btns {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 0.5rem;
  margin-left: auto;
}
.s4_socials {
  display: flex;
  align-items: center;
  justify-content: start;
  gap: 0.5rem;
  flex-wrap: wrap;
}
.s4_menu ul {
  display: flex;
  gap: 3rem;
}
.s4_menu ul li a {
  font-size: 1.2rem;
  color: #000;
  text-decoration: none;
  font-family: comicnsans, Helvetica, sans-serif;
}
.s4_social {
  height: 65px;
  width: 65px;
  border-radius: 0.75rem;
  box-shadow: 0 4px #000;
  border: 3px solid black;
  overflow: hidden;
  background-color: #000;
}
.s4_social img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.s4_social:hover {
  scale: 0.9;
}
.s4_menu .s4_btns button {
  height: 65px;
  padding: 0 1.5rem;
  font-size: 1.6rem;
  border-radius: 0.75rem;
  background-color: #ff5900;
  box-shadow: 0 4px #000;
  border: 3px solid black;
  color: #fff;
  font-family: dino font;
}
.s4_menu .s4_btns button:hover {
  scale: 0.9;
}
.site_4_wrapper {
  width: 100%;
  height: 100vh;
  top: 0;
  left: 0;
  display: flex;
  align-items: center;
  justify-content: start;
  flex-direction: column;
}
.site_4_wrapper .s4_header {
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: calc(4rem + 150px) 10% 8rem 10%;
  gap: 3rem;
  position: relative;
}
@media only screen and (min-width: 1500px) {
  .site_4_wrapper .s4_header {
    padding: calc(4rem + 150px) 14% 8rem 14%;
  }
}
.site_4_wrapper .s4_header * {
  position: relative;
}
.site_4_wrapper .s4_header .spiral_bg {
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
  width: 100%;
  opacity: 0.05;
  -webkit-user-select: none;
  user-select: none;
  pointer-events: none;
}
.s4_header .s4_header_right,
.s4_header .s4_header_left {
  width: 50%;
  max-width: 50%;
}
.s4_header_left {
  display: flex;
  flex-direction: column;
  align-items: start;
  justify-content: center;
  gap: 1.5rem;
}
.s4_header .s4_header_left h1 {
  font-family: dino font;
  font-size: 5rem;
  color: #fff;
  position: relative;
  line-height: 100%;
  z-index: 1;
  width: 100%;
}
@keyframes pop {
  50% {
    scale: 1.05;
  }
}
.headingwithborder {
  position: relative;
  z-index: 1;
  letter-spacing: 4px;
  filter: drop-shadow(0px 6px 0px rgba(0, 0, 0, 1));
}
.headingwithborder:after {
  content: attr(data-text);
  position: absolute;
  left: 0;
  top: 0;
  -webkit-text-stroke: 8.5px black;
  z-index: -1;
  width: 100%;
}
.s4_header .s4_header_left p {
  font-size: 1.8rem;
  font-family: comicnsans, Helvetica, sans-serif;
  width: 100%;
}
.s4_ca {
  width: 100%;
  height: 80px;
  background-color: #fff;
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 0.8rem 1rem;
  border-radius: 0.75rem;
  border: 4px solid black;
  box-shadow: 0 4px #000;
  overflow: hidden;
  gap: 2rem;
}
.s4_ca button {
  height: 100%;
  min-width: 100px;
  border-radius: 0.75rem;
  border: 3px solid black;
  background-color: #ff5900;
  font-size: 1.5rem;
  font-family: dino font;
  color: #fff;
  box-shadow: 0 4px #000;
}
.s4_ca button:hover {
  scale: 0.9;
}
.s4_ca p {
  transform: translateY(2px);
  color: #000;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  max-width: 700px;
}
.s4_header_right {
  height: 100%;
  display: flex;
  align-items: center;
  justify-content: end;
  position: relative;
}
.s4_header_right img.main {
  width: 80%;
  min-width: 400px;
  aspect-ratio: 10/11;
  object-fit: contain;
  border-radius: 0.75rem;
  position: relative;
  z-index: 1;
}
.s4_header_right img.bgcover {
  position: absolute;
  right: -40%;
  bottom: -70%;
  width: 800px;
  opacity: 0.05;
}
.ticker_banner {
  width: 100%;
  min-height: 130px;
  max-height: 130px;
  background-color: #000;
  border: 4px solid black;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 2rem;
  overflow: hidden;
}
.ticker_banner p {
  font-size: 4rem;
  color: #fff;
  font-family: dino font;
  display: flex;
  gap: 1rem;
}
.site_4_wrapper .s4_about {
  width: 100%;
  background-color: #f5f5f5;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 6rem 10%;
  gap: 3rem;
}
@media only screen and (min-width: 1500px) {
  .site_4_wrapper .s4_about {
    padding: 6rem 14%;
  }
}
.s4_about .s4_about_right,
.s4_about .s4_about_left {
  width: 50%;
}
.s4_about_right {
  display: flex;
  flex-direction: column;
  align-items: start;
  justify-content: center;
  gap: 0.5rem;
}
.s4_about .s4_about_right h1 {
  font-family: dino font;
  font-weight: 400;
  font-size: 4.5rem;
  text-align: left;
  color: #fff;
}
.s4_about .s4_about_right p {
  font-size: 2rem;
  font-family: comicnsans, Helvetica, sans-serif;
  text-align: left;
}
.s4_about_left img {
  width: 80%;
  aspect-ratio: 10/11;
  object-fit: contain;
  border-radius: 0.75rem;
  min-width: 400px;
}
.big_socials {
  width: 100%;
  padding: 0 10% 4rem;
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  justify-content: center;
  gap: 2rem;
}
.big_socials img {
  width: 200px;
  height: 200px;
  border-radius: 100%;
  object-fit: cover;
}
.big_socials img:hover {
  scale: 0.9;
}
@media only screen and (max-width: 700px) {
  .big_socials {
    width: 100%;
    padding: 0 5% 4rem;
  }
  .big_socials img {
    width: 40%;
    height: unset;
    aspect-ratio: 1/1;
  }
}
.s4_htb {
  width: 100%;
  padding: 6rem 10%;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
  gap: 3rem;
}
@media only screen and (min-width: 1500px) {
  .s4_htb {
    padding: 6rem 14%;
  }
}
.s4_htb h1 {
  font-family: dino font;
  font-size: 4.5rem;
  width: 100%;
  text-align: center;
  line-height: 100%;
  color: #fff;
}
.s4_htb_wrapper {
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
  gap: 1rem;
  flex-wrap: wrap;
}
.s4_htb_wrapper .s4_htb_section {
  width: 100%;
  background-color: #fff;
  box-shadow: 0 4px #000;
  border: 4px solid black;
  border-radius: 0.75rem;
  display: flex;
  align-items: center;
  justify-content: start;
  flex-direction: column;
  padding: 2rem 2.5rem;
  font-size: 1.5rem;
  text-align: center;
  gap: 1rem;
}
.num {
  width: 50px;
  height: 50px;
  background-color: orange;
  border-radius: 100%;
  font-size: 1.8rem;
  color: #fff;
  display: flex;
  align-items: center;
  justify-content: center;
  font-family: dino font;
  border: 4px solid black;
}
.s4_htb_section p {
  width: 100%;
  font-family: comicnsans, Helvetica, sans-serif;
}
.s4_footer {
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
  padding: 4rem 2rem;
  gap: 1rem;
  text-align: center;
}
.s4_footer p:nth-child(1) {
  font-family: dino font;
  color: #fff;
  font-size: 2rem;
  width: 100%;
}
.s4_footer p:nth-child(2) {
  font-size: 1.5rem;
  -webkit-user-select: none;
  user-select: none;
  cursor: pointer;
}
@media only screen and (max-width: 1000px) {
  .s4_menu ul {
    display: none;
  }
  .site_4_wrapper .s4_header {
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
    padding: calc(4rem + 150px) 8.5% 10rem 8.5%;
    gap: 1rem;
  }
  .s4_header .s4_header_right,
  .s4_header .s4_header_left {
    width: 100%;
    max-width: unset;
  }
  .s4_header_left {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    gap: 1.5rem;
  }
  .s4_header .s4_header_left h1 {
    font-family: dino font;
    font-size: 7rem;
    color: #fff;
    position: relative;
    text-align: center;
    z-index: 1;
    letter-spacing: 4px;
    filter: drop-shadow(0px 6px 0px rgba(0, 0, 0, 1));
  }
  @keyframes pop {
    50% {
      scale: 1.05;
    }
  }
  .s4_ca {
    width: 100%;
    height: 80px;
    background-color: #fff;
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 0.8rem 2rem;
    border-radius: 0.75rem;
    border: 4px solid black;
    box-shadow: 0 4px #000;
    overflow: hidden;
    gap: 2rem;
  }
  .s4_ca button {
    height: 100%;
    min-width: 100px;
    border-radius: 0.75rem;
    border: 3px solid black;
    background-color: #ff5900;
    font-size: 1.5rem;
    font-family: dino font;
    color: #fff;
    box-shadow: 0 4px #000;
  }
  .s4_ca button:hover {
    scale: 0.9;
  }
  .s4_ca p {
    transform: translateY(2px);
    color: #000;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    max-width: 700px;
  }
  .s4_header_right {
    height: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    position: relative;
  }
  .s4_header_right img.main {
    width: 100%;
    aspect-ratio: 10/11;
    object-fit: contain;
    border-radius: 0.75rem;
    position: relative;
    z-index: 1;
    min-width: unset;
  }
  .s4_header_right img.bgcover {
    position: absolute;
    right: -40%;
    bottom: -70%;
    width: 800px;
    opacity: 0.05;
  }
  .s4_socials {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 0.5rem;
    flex-wrap: wrap;
  }
  .site_4_wrapper .s4_about {
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
    padding: 6rem 10% 9rem;
    gap: 3rem;
  }
  .s4_about .s4_about_right,
  .s4_about .s4_about_left {
    width: 100%;
  }
  .s4_about_right {
    display: flex;
    flex-direction: column;
    align-items: start;
    justify-content: center;
    gap: 1.5rem;
  }
  .s4_about .s4_about_right h1 {
    font-size: 4rem;
    line-height: 100%;
    text-align: center;
  }
  .s4_about .s4_about_right p {
    font-size: 2rem;
    text-align: center;
  }
  .s4_about_left img {
    width: 100%;
    aspect-ratio: 10/11;
    object-fit: contain;
    border-radius: 0.75rem;
    min-width: unset;
  }
}
@media only screen and (max-width: 800px) {
  .s4_header .s4_header_left h1 {
    font-size: 17vw;
    font-weight: 400;
    letter-spacing: 0px;
  }
}
@media only screen and (max-width: 500px) {
  .s4_header .s4_header_left h1 {
    font-size: 17.4vw;
    font-weight: 400;
  }
  .site_4_wrapper .s4_header {
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
    padding: calc(4rem + 150px) 4% 10rem 4%;
    gap: 1rem;
  }
}
@media only screen and (max-width: 600px) {
  .header_info h1 {
    font-size: 14vw;
  }
  .s4_about_right h1 {
    text-align: center;
    width: 100%;
  }
  .s4_menu .s4_btns a:nth-child(2),
  .s4_menu .s4_btns a:nth-child(3) {
    display: none;
  }
  .s4_header_left p {
    text-align: center !important;
  }
}
.s4_roadmap {
  width: 100%;
  padding: 6rem 10%;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
  gap: 3rem;
}
@media only screen and (min-width: 1500px) {
  .s4_roadmap {
    padding: 6rem 14%;
  }
}
.s4_roadmap h1 {
  font-family: dino font;
  font-size: 4.5rem;
  width: 100%;
  text-align: center;
  line-height: 100%;
  color: #fff;
}
.s4_roadmap_wrapper {
  width: 100%;
  display: flex;
  align-items: start;
  justify-content: space-between;
  gap: 1rem;
  flex-wrap: wrap;
}
.s4_roadmap_wrapper .s4_roadmap_section {
  width: 31.5%;
  min-height: 400px;
  min-width: 250px;
  background-color: #fff;
  box-shadow: 0 4px #000;
  border: 4px solid black;
  border-radius: 0.75rem;
  display: flex;
  align-items: center;
  justify-content: start;
  flex-direction: column;
  padding: 2rem 2.5rem;
  font-size: 1.5rem;
  font-family: Arial, Helvetica, sans-serif;
  text-align: left;
  gap: 1rem;
}
@media only screen and (max-width: 980px) {
  .s4_roadmap_wrapper .s4_roadmap_section {
    width: 31.5%;
    min-height: 400px;
    min-width: 100%;
  }
}
.s4_roadmap_wrapper .s4_roadmap_section .phase {
  width: 90%;
  height: 50px;
  border-radius: 100px;
  font-size: 1.5rem;
  color: #fff;
  display: flex;
  align-items: center;
  justify-content: center;
  border: 4px solid black;
  font-weight: 400;
  font-family: dino font;
  letter-spacing: 4px;
}
.s4_roadmap_section p {
  width: 100%;
  font-family: comicnsans, Helvetica, sans-serif;
}
.s4_faq {
  text-align: center;
  padding: 6rem 10%;
  width: 100%;
}
@media only screen and (min-width: 1500px) {
  .s4_faq {
    padding: 6rem 14%;
  }
}
.s4_faq .s4_faq_title {
  font-family: dino font;
  font-size: 4.5rem;
  width: 100%;
  text-align: center;
  margin: 0 0 3rem;
  color: #fff;
  line-height: 100%;
}
.s4_faq_section {
  border-radius: 10px;
}
.s4_faq_item {
  display: flex;
  flex-direction: column;
  margin: 10px 0;
  padding: 2rem 1.5rem;
  border-radius: 8px;
  cursor: pointer;
  transition: transform 0.2s ease, background-color 0.2s ease;
  box-shadow: 0 4px #000;
  border: 4px solid black;
  border-radius: 0.75rem;
  background-color: #fff;
}
.s4_faq_item .s4_faq_question p {
  margin: 0;
  font-size: 1.4rem;
  font-weight: 700;
  text-align: left;
  font-family: comicnsans, Helvetica, sans-serif;
}
.s4_faq_icon {
  font-size: 1.5rem;
  font-weight: 700;
  color: #000;
  transition: transform 0.2s ease;
  margin-left: auto;
}
.s4_faq_item:hover {
  transform: translateY(-3px);
}
.s4_faq_question {
  display: flex;
  justify-content: start;
  align-items: center;
  gap: 1rem;
}
.s4_faq_answer {
  padding: 2rem 0 1rem;
  text-align: left;
  font-size: 1.4rem;
  font-weight: 700;
  font-family: comicnsans, Helvetica, sans-serif;
}
.s4_faq_item.active .s4_faq_answer {
  display: block;
}
@media only screen and (max-width: 800px) {
  .s4_faq_title {
    font-size: 4rem;
  }
  .s4_roadmap h1 {
    font-size: 14.7vw;
  }
  .s4_htb h1,
  .s4_about .s4_about_right h1,
  .s4_faq .s4_faq_title {
    font-size: 14.4vw;
  }
  .s4_menu {
    padding: 0 4%;
  }
  .site_4_wrapper .s4_about {
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
    padding: 6rem 4% 9rem;
    gap: 3rem;
  }
  .s4_roadmap,
  .s4_htb {
    width: 100%;
    padding: 6rem 4%;
    gap: 3rem;
  }
  .s4_faq {
    text-align: center;
    padding: 6rem 4%;
    width: 100%;
  }
}
.ts_root {
  font-family: Courier New, Courier, monospace;
  background-color: #0e0e0e;
  color: #0f0;
  line-height: 1.6;
  display: flex;
  flex-direction: column;
  align-items: center;
}
header.t6 {
  text-align: center;
  padding: 20px;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
}
header.t6 p.ca {
  animation: glitch 1s infinite;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  max-width: 90%;
  text-align: center;
}
header.t6 ul {
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
  gap: 0.5rem;
  padding: 0.5rem 0 0;
  font-weight: 600;
}
header.t6 ul li a {
  font-size: 2rem;
  color: #fff;
  animation: glitch 1s infinite;
}
header.t6 ul li:hover {
  scale: 1.1;
}
.glitch {
  font-size: 6rem;
  position: relative;
  color: #0f0;
  text-shadow: 1px 1px 0 rgba(0, 0, 0, 0.5), -3px -3px 0 rgba(0, 0, 0, 0.5),
    5px 5px 0 rgba(0, 0, 0, 0.5), -7px -7px 0 rgba(0, 0, 0, 0.5);
  animation: glitch 1s infinite;
}
@media only screen and (max-width: 600px) {
  .glitch {
    font-size: 4rem;
  }
}
@keyframes glitch {
  0% {
    text-shadow: 1px 1px 0 rgba(0, 0, 0, 0.5), -1px -1px 0 rgba(0, 0, 0, 0.5),
      2px 2px 0 rgba(0, 0, 0, 0.5), -2px -2px 0 rgba(0, 0, 0, 0.5);
  }
  50% {
    text-shadow: 2px 0 red, -2px 0 cyan;
  }
  to {
    text-shadow: 1px 1px 0 rgba(0, 0, 0, 0.5), -1px -1px 0 rgba(0, 0, 0, 0.5),
      2px 2px 0 rgba(0, 0, 0, 0.5), -2px -2px 0 rgba(0, 0, 0, 0.5);
  }
}
.meme-gallery {
  padding: 20px;
  text-align: center;
  animation: glitch 1s infinite;
}
.meme-gallery h2 {
  font-size: 2.5rem;
}
.meme {
  margin: 20px 0;
  animation: glitch 1s infinite;
}
.meme img {
  width: 90%;
  max-width: 400px;
  border: 2px solid #00ff00;
  box-shadow: 0 0 10px #00ff0080;
  animation: glitchImage steps(1) 1s infinite;
}
.meme:nth-child(3) img {
  animation-delay: 0.5s;
}
.meme:nth-child(4) img {
  animation-delay: 1s;
}
.about-us {
  padding: 20px;
  text-align: center;
  background: #00000080;
  border: 1px solid #00ff00;
  margin: 20px 0;
  animation: glitch 1s infinite;
  width: 90%;
}
.about-us h2 {
  font-size: 2.5rem;
}
footer.t6 {
  text-align: center;
  padding: 20px;
  background: #0f0;
  color: #000;
  position: relative;
  bottom: 0;
  width: 100%;
}
@keyframes glitchImage {
  0% {
    transform: translate(0);
    opacity: 1;
  }
  20% {
    transform: translate(-2px);
    opacity: 0.4;
  }
  40% {
    transform: translate(2px);
    opacity: 1;
  }
  60% {
    transform: translate(-2px);
    opacity: 0.9;
  }
  80% {
    transform: translate(2px);
    opacity: 1;
  }
  to {
    transform: translate(0);
    opacity: 1;
  }
}
* {
  scroll-behavior: smooth;
  padding: 0;
  margin: 0;
  list-style: none;
  text-decoration: none;
  box-sizing: border-box;
}
.root_wrapper_t8 {
  background-color: #061a34;
  color: #fff;
  padding: 200px 10% 0;
  font-family: Arial, Helvetica, sans-serif;
  width: 100%;
}
.menu_t8 {
  width: 100%;
  padding: 2rem 10% 0;
  position: fixed;
  top: 0;
  left: 0;
  -webkit-backdrop-filter: blur(10px);
  backdrop-filter: blur(10px);
}
.nav_t8 {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 12px 1rem;
  border-radius: 10px;
  flex-wrap: wrap;
  gap: 24px;
  border-bottom: 6px solid #2886e5;
  background-color: #0064ca;
  left: 10%;
  top: 2rem;
  right: 10%;
}
.flex-row_t8_nav {
  display: flex;
  color: #fff;
  justify-content: center;
  align-items: start;
  flex-wrap: wrap;
  gap: 1rem;
}
.nav-list_t8 {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 3.5rem;
}
.nav-link_t8 {
  font-size: 1.4rem;
  display: flex;
  align-items: center;
  justify-content: center;
  line-height: 100%;
  color: #fff;
}
.flex-row_t8 {
  display: flex;
  color: #fff;
  justify-content: center;
  align-items: start;
  flex-wrap: wrap;
  gap: 1rem;
  width: 100%;
}
.brand_t8 {
  height: 70px;
  margin-left: 8px;
  max-width: 150px;
  object-fit: contain;
}
.social_t8 {
  display: flex;
  justify-content: center;
  align-items: center;
  padding: 6px;
  border-radius: 50%;
  width: 40px;
  height: 40px;
}
.menu_socials_t8 {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 0.25rem;
}
.social-link_t8 {
  display: flex;
  justify-content: center;
  align-items: center;
}
.social_img_t8 {
  width: 45px;
  border-radius: 100px;
}
.header_t8 {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  text-align: center;
  gap: 1.5rem;
}
.logo_t8 .logo-img_t8 {
  width: 350px;
  height: 350px;
  object-fit: cover;
  border-radius: 1rem;
}
.button_t8 {
  background-color: #1969db;
  border-color: #1352c8;
  outline: 2px solid white;
  border-radius: 10px;
  border-width: 4px 4px 7px 4px;
  color: #fff;
  text-shadow: 0px 2px 0px #000;
  font-size: 18px;
  padding: 10px 30px;
  font-family: km;
  border-style: solid;
}
.ticket_t8 {
  display: flex;
  justify-content: center;
  align-items: center;
  height: 80px;
  background-size: contain;
  background-position: center;
  text-align: center;
  font-size: 1.5rem;
  font-family: km;
  text-transform: uppercase;
  text-shadow: 2px 4px 0px #000;
  background-color: #0064ca;
  border-radius: 1rem;
  border-bottom: 6px solid #2886e5;
  padding: 0 4rem;
  margin-bottom: 1rem;
}
.cutsection_t8 {
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  width: 100%;
}
.section-trump_t8,
.section-tokenomics_t8,
.section-roadmap_t8,
.section-projectlinks_t8,
.section-howtobuy_t8 {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  margin-top: 100px;
  gap: 2rem;
}
.about_t8 {
  font-size: 2rem;
  max-width: 700px;
  font-weight: 700;
  letter-spacing: 2px;
}
.trumppic_t8 {
  width: 400px;
  object-fit: contain;
}
.box_t8 {
  background-color: #2886e5;
  border-radius: 10px;
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 12px;
  text-align: center;
  padding: 1.5rem 1rem;
  flex-wrap: wrap;
  flex-grow: 1;
}
.box_t8.roadmap {
  max-width: 32%;
}
.box-title_t8 {
  font-family: riffic;
  letter-spacing: 1px;
  font-size: 2rem;
}
.box-text_t8 {
  font-size: 1.4rem;
  width: 100%;
}
.box-thumbnail_t8 {
  width: 100px;
}
.stroke_t8 {
  text-shadow: 2px 4px 0px #000;
}
.section-projectlinks_t8 .socials_t8 {
  display: flex;
  gap: 0.5rem;
  flex-wrap: wrap;
  justify-content: center;
}
.projectlinkswrapper_t8 {
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
  gap: 1rem;
  width: 100%;
}
.social2_t8 {
  display: flex;
  justify-content: center;
  align-items: center;
  border-radius: 10rem;
  width: 70px;
  height: 70px;
  object-fit: cover;
}
.contractaddress_t8 {
  font-size: 2rem;
  cursor: pointer;
  background: #0003;
  padding: 1rem;
  border-radius: 1rem;
}
.tokenomics_wrapper_t8 {
  display: flex;
  gap: 3rem;
}
.tokenomics_wrapper_t8 .tokenomics-img_t8 {
  aspect-ratio: 1/1;
  object-fit: contain;
  max-width: 350px;
}
.flex-row2_t8 {
  display: flex;
  color: #fff;
  justify-content: center;
  align-items: start;
  flex-wrap: wrap;
  gap: 1rem;
  width: 100%;
}
.box2_t8 {
  background-color: #2886e5;
  border-radius: 10px;
  gap: 12px;
  padding: 2rem;
  display: flex;
  flex-direction: column;
  align-items: center;
  text-align: center;
  justify-content: start;
  max-width: 32%;
  flex-grow: 1;
  min-height: 320px;
}
.box2-title_t8 {
  font-family: riffic;
  letter-spacing: 1px;
  font-size: 2rem;
}
.box2-text_t8 {
  font-size: 1.4rem;
  width: 100%;
}
.num__t8 {
  width: 80px;
  height: 80px;
  background-color: #0064ca;
  border-radius: 1rem;
  display: flex;
  align-items: center;
  justify-content: center;
  font-family: riffic;
}
.num-text_t8 {
  color: #fff;
  font-size: 2rem;
}
@media only screen and (max-width: 1050px) {
  .root_wrapper_t8 {
    background-color: #061a34;
    color: #fff;
    padding: 210px 10% 0;
  }
  .cutsection_t8 {
    flex-direction: column;
    justify-content: center;
    align-items: center;
    text-align: center;
    gap: 2rem;
  }
  .tokenomics_wrapper_t8 {
    flex-direction: column;
  }
  .box2_t8 {
    width: 100%;
  }
  .contractaddress_t8 {
    width: 100%;
    font-size: 2rem;
    cursor: pointer;
    background: #0003;
    padding: 1rem;
    border-radius: 1rem;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
  }
}
@media only screen and (max-width: 800px) {
  .root_wrapper_t8 {
    background-color: #061a34;
    color: #fff;
    padding: 240px 1rem 0;
  }
  .menu_t8 {
    padding: 1rem;
  }
  .nav_t8 {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    gap: 1rem;
  }
  .nav-link_t8 {
    font-size: 1rem;
  }
  .trumppic_t8,
  .tokenomics_wrapper_t8 .tokenomics-img_t8 {
    width: 100%;
  }
  .ticket_t8 {
    font-size: 1.2rem;
  }
}
@media only screen and (max-width: 450px) {
  .logo_t8 .logo-img_t8 {
    width: 100%;
    height: unset;
    border-radius: 1rem;
  }
}
.footer_t8 {
  width: 100%;
  padding: 4rem;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
  gap: 1rem;
}
.footer-text_t8 {
  opacity: 0.75;
}
.mobileMenu {
  display: none;
}
body {
  background-color: #000;
  background-color: #13170d;
}
.sideContainer {
  width: 1350px;
  margin: 0 auto;
}
nav {
  width: 100%;
  height: 100px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 0 10%;
  position: absolute;
  top: 0;
  z-index: 1;
  font-family: fontspring_demo_-_cera_rounBd, Arial, Helvetica, sans-serif;
}
nav label {
  color: #fff;
  font-size: 30px;
}
nav label img {
  width: 40px;
}
nav ul {
  color: #fff;
  margin: 0 0 0 80px;
  display: flex;
  gap: 10px;
}
nav ul li {
  padding: 0 20px;
}
.rightMenu {
  border: 0px solid red;
  display: flex;
  align-items: center;
  gap: 100px;
}
.buy-now-btn {
  padding: 10px 40px;
  border-radius: 100px;
  border: 3px solid #dcff2e;
  background-color: transparent;
  color: #dcff2e;
  font-size: 16px;
  font-family: fontspring_demo_-_cera_rounBd, Arial, Helvetica, sans-serif;
}
.header {
  width: 100%;
  height: 80vh;
  position: relative;
  display: flex;
  justify-content: center;
  align-items: center;
  border-bottom: 3px solid black;
}
.header .blurOver {
  width: 100%;
  height: 100%;
  border: 0px solid red;
  background-color: #00000080;
  -webkit-backdrop-filter: blur(6px);
  backdrop-filter: blur(6px);
  position: absolute;
  top: 0;
}
.header .logo {
  height: 200px;
  z-index: 1;
}
.mediaBar {
  width: 100%;
  padding: 20px;
  position: fixed;
  border: 0px solid red;
  bottom: 0;
  display: flex;
  gap: 10px;
  justify-content: right;
  align-items: center;
}
.mediaTag {
  width: 45px;
  aspect-ratio: 1/1;
  font-size: 18px;
  border: 3px solid #dcff2e;
  color: #dcff2e;
  border-radius: 100%;
  box-shadow: inset 4px 0 10px #303806;
  display: flex;
  justify-content: center;
  align-items: center;
}
.aboutUs {
  width: 100%;
  height: 800px;
  border: 0px solid #900511;
  display: flex;
}
.aboutUs .leftUs {
  width: 50%;
  border: 0px solid white;
  display: flex;
  justify-content: center;
  align-items: center;
}
.aboutUs .leftUs img {
  height: 400px;
  border-radius: 100%;
}
.aboutUs .rightUs {
  width: 50%;
  border: 0px solid white;
  display: flex;
  gap: 10px;
  flex-direction: column;
  justify-content: center;
}
.aboutUs .rightUs .heading {
  width: 70%;
}
.aboutUs .rightUs button {
  font-size: 40px;
  border: 0;
  font-family: fontspring_demo_-_cera_rounBd, Arial, Helvetica, sans-serif;
  color: #dcff2e;
  background-color: transparent;
  display: flex;
  justify-content: center;
  align-items: center;
}
.aboutUs .rightUs p {
  width: 90%;
  font-size: 25px;
  font-family: cera_round_prolight, Arial, Helvetica, sans-serif;
  color: #576220;
  color: #fff;
}
.howToBuy {
  width: 100%;
  height: 1100px;
  border-top: 0px solid black;
  background-image: url(../img/bg2.png);
  background-size: cover;
  background-position: bottom;
  position: relative;
}
.howToBuy .blurOver {
  width: 100%;
  height: 100%;
  border: 0px solid red;
  background-color: #000000b3;
  -webkit-backdrop-filter: blur(10px);
  backdrop-filter: blur(10px);
  position: absolute;
  top: 0;
}
.howToBuy .innerInfo {
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  padding: 170px 0;
}
.howToBuy .innerInfo .innerHeading {
  width: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
}
.howToBuy .innerHeading h1 {
  width: 300px;
  height: 70px;
  border: 3px solid #dcff2e;
  font-size: 40px;
  color: #dcff2e;
  color: #fff;
  border-radius: 100px;
  font-family: fontspring_demo_-_cera_rounBd, Arial, Helvetica, sans-serif;
  display: flex;
  justify-content: center;
  align-items: center;
}
.stepHolder {
  width: 100%;
  margin: 60px 0 0;
  background-color: transparent;
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
}
.stepHolder .step {
  width: 70%;
  margin: 15px 0;
  padding: 30px;
  height: 180px;
  border-radius: 100px;
  background-color: #13170d;
  display: flex;
}
.stepHolder .step .img {
  width: 20%;
  height: 100%;
  border: 0px solid red;
  padding: 10px;
  display: flex;
  justify-content: center;
  align-items: center;
}
.stepHolder .step .img img {
  height: 100%;
}
.stepHolder .step .info {
  width: 80%;
  height: 100%;
  border: 0px solid red;
  display: flex;
  flex-direction: column;
  gap: 5px;
  padding: 10px;
}
.stepHolder .step .info h1 {
  font-size: 22px;
  color: #dcff2e;
  font-family: fontspring_demo_-_cera_rounBd, Arial, Helvetica, sans-serif;
}
.stepHolder .step .info p {
  font-size: 18px;
  color: #576220;
  color: #fff;
  font-family: cera_round_prolight, Arial, Helvetica, sans-serif;
}
.tokenomics {
  height: 800px;
  padding: 100px;
}
.tokenomics h1 {
  text-align: center;
}
.tokenomics {
  width: 100%;
  height: 900px;
  border: 0px solid #780f17;
  display: flex;
}
.tokenomics .leftUs {
  width: 100%;
  border: 0px solid white;
  display: flex;
  gap: 10px;
  flex-direction: column;
  justify-content: center;
}
.tokenomics .leftUs .heading {
  width: 100%;
}
.tokenomics .leftUs h1 {
  font-size: 40px;
  border: 0px solid red;
  font-family: fontspring_demo_-_cera_rounBd, Arial, Helvetica, sans-serif;
  color: #fff;
  background-color: transparent;
  display: flex;
  justify-content: center;
  align-items: center;
}
.tokenomics .leftUs .roadmapBar {
  width: 100%;
  height: 80%;
  padding: 40px 30px;
  border-radius: 30px;
  border: 0px solid red;
  margin: 50px 0 0;
  background-color: #1c2213;
  display: flex;
  align-items: center;
  justify-content: space-around;
  flex-wrap: wrap;
  gap: 10px;
}
.tokenomics .leftUs .roadmapBar .bar {
  height: 45%;
  width: 45%;
  background-color: #a2b543;
  display: flex;
  justify-content: center;
  align-items: center;
  position: relative;
}
.tokenomics .leftUs .roadmapBar .bar .percentage {
  position: absolute;
  top: 0;
  left: 0;
  width: 90px;
  height: 80px;
  background-color: #780f17;
  padding: 0 5px 5px 0;
  border-radius: 0 0 60px;
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 2px;
}
.left-p {
  border-radius: 10px 0 60px;
  position: absolute;
  top: 0;
  left: 0;
  width: 90px;
  height: 80px;
  background-color: #780f17;
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 2px;
}
.tokenomics .leftUs .roadmapBar .bar p {
  font-family: cera_round_prolight, Arial, Helvetica, sans-serif;
  color: #fff;
  font-size: 25px;
}
.fa-percent {
  font-size: 20px;
  color: #fff;
}
.tokenomics .leftUs .roadmapBar .bar:nth-child(1) {
  border-radius: 15px 0 0;
}
.tokenomics .leftUs .roadmapBar .bar:nth-child(2) {
  border-radius: 0 15px 0 0;
}
.tokenomics .leftUs .roadmapBar .bar:nth-child(3) {
  border-radius: 0 0 0 15px;
}
.tokenomics .leftUs .roadmapBar .bar:nth-child(4) {
  border-radius: 0 0 15px;
}
.roadmap {
  width: 100%;
  height: 1500px;
  border-top: 0px solid black;
  background-image: url(../img/bg2.png);
  background-size: cover;
  background-position: bottom;
  position: relative;
}
.roadmap .blurOver {
  width: 100%;
  height: 100%;
  border: 0px solid red;
  background-color: #000000b3;
  -webkit-backdrop-filter: blur(10px);
  backdrop-filter: blur(10px);
  position: absolute;
  top: 0;
}
.roadmap .innerInfo {
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  padding: 170px 0;
}
.roadmap .innerInfo .innerHeading {
  width: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
}
.roadmap .innerHeading h1 {
  width: 300px;
  height: 70px;
  border: 3px solid #dcff2e;
  font-size: 40px;
  color: #fff;
  border-radius: 100px;
  font-family: fontspring_demo_-_cera_rounBd, Arial, Helvetica, sans-serif;
  display: flex;
  justify-content: center;
  align-items: center;
}
.roadmapHolder {
  width: 100%;
  margin: 60px 0 0;
  border: 0px solid red;
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
  gap: 30px;
}
.mapPhase {
  width: 70%;
  height: 300px;
  border-radius: 10px;
  background-color: #13170d;
  overflow: hidden;
  position: relative;
  margin: 15px 0;
}
.phaseTop {
  width: 100%;
  height: 30%;
  position: absolute;
  top: 0;
  left: 0;
  border: 0px solid red;
  font-family: fontspring_demo_-_cera_rounBd, Arial, Helvetica, sans-serif;
}
.phaseTop p {
  font-size: 130px;
  transform: translate(-50px, -10px);
  color: #27301a;
}
.phaseSect {
  display: flex;
  width: 100%;
  height: 100%;
}
.phaseBottomLeft {
  width: 50%;
  height: 100%;
  border: 0px solid red;
  display: flex;
  align-items: center;
  justify-content: center;
}
.phaseBottomLeft img {
  height: 70%;
}
.phaseBottomRight {
  width: 50%;
  height: 100%;
  border: 0px solid red;
  display: flex;
  align-items: center;
}
.phaseBottomRight ul {
  padding: 20px;
  display: flex;
  flex-direction: column;
  gap: 13px;
}
.phaseBottomRight ul li p {
  font-size: 18px;
  font-family: cera_round_prolight, Arial, Helvetica, sans-serif;
  color: #fff;
}
.effect {
  position: absolute;
  border: 0px solid red;
  right: 0;
  bottom: 0;
}
.effect p {
  font-size: 200px;
  font-family: fontspring_demo_-_cera_rounBd, Arial, Helvetica, sans-serif;
  color: #161a10;
  transform: translate(50px, 90px);
}
.fa-caret-right {
  color: #dcff2e;
}
.footer {
  width: 100%;
  height: 300px;
}
.footerSections {
  width: 100%;
  height: 100%;
  border: 0px solid red;
  padding: 0 10%;
  display: flex;
}
.footerSections .sect {
  width: 33%;
  height: 100%;
  border: 0px solid red;
  padding: 40px 0;
  display: flex;
  justify-content: center;
}
.sect ul {
  display: flex;
  flex-direction: column;
  gap: 10px;
}
.sect ul li {
  font-size: 18px;
  font-family: fontspring_demo_-_cera_rounBd, Arial, Helvetica, sans-serif;
  color: #fff;
}
.headingLi {
  margin: 0;
}
.sect ul li a {
  font-size: 17px;
  font-family: cera_round_prolight, Arial, Helvetica, sans-serif;
  color: #dcff2e;
}
.footerSections .leftSect {
  position: relative;
  display: unset;
}
.footerSections .leftSect img {
  width: 200px;
}
.copyright {
  position: absolute;
  bottom: 40px;
  font-size: 10px;
  font-family: cera_round_prolight, Arial, Helvetica, sans-serif;
  color: #fff;
}
._wrapper_1kzpv_4 {
  width: 100%;
  min-height: 100vh;
  position: relative;
  padding: 260px 0 0;
  display: flex;
  align-items: center;
  justify-content: start;
  flex-direction: column;
  gap: 3rem;
}
._menu_wrapper_1kzpv_18 {
  width: 100%;
  padding: 4.5rem 0;
  display: flex;
  align-items: center;
  justify-content: center;
  position: absolute;
  z-index: 1;
}
._menu_options_1kzpv_30 li._symbol_1kzpv_30 {
  display: none;
}
._menu_1kzpv_18 {
  height: 110px;
  background-color: #694455;
  box-shadow: #00000040 8px 8px;
  border-radius: 1rem;
  border: 2.5px solid rgb(0, 0, 0, 0.5);
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 0 1.25rem;
  gap: 2rem;
}
._logo_1kzpv_49 {
  font-size: 4rem;
  font-family: super cartoon;
  font-weight: 400;
  color: #fff;
}
._logoimg_1kzpv_57 {
  height: 55%;
  max-width: 200px;
  object-fit: contain;
}
._menubtn_1kzpv_63 {
  height: 65px;
  padding: 0 2rem;
  font-size: 2.5rem;
  font-weight: 700;
  box-shadow: #00000040 5px 5px;
  background: #72b04f;
  font-family: super cartoon;
  border: 2.5px solid rgb(0, 0, 0, 0.75);
  font-weight: 400;
  border-radius: 0.5rem;
}
._menu_options_1kzpv_30 {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 1rem;
  font-size: 2.2rem;
  color: #fff;
  font-family: piglet;
  font-weight: 400;
}
._menu_options_1kzpv_30 li {
  padding: 1rem;
  border-radius: 0.5rem;
  -webkit-user-select: none;
  user-select: none;
}
._menu_options_1kzpv_30 li:hover {
  background-color: #ffffff1a;
  cursor: pointer;
}
._bg1_1kzpv_99 {
  width: 100%;
  height: 100vh;
  position: fixed;
}
._imgpreview_1kzpv_105 {
  width: 500px;
  height: 400px;
  object-fit: contain;
}
._projectinfo_1kzpv_111 {
  width: 100%;
  padding: 2rem 0;
  display: flex;
  align-items: center;
  justify-content: start;
  flex-direction: column;
  gap: 2rem;
  padding: 0 7%;
}
._projectinfo_1kzpv_111 h1 {
  font-size: 6.5rem;
  color: #f5f5f5;
  max-width: 1100px;
  text-align: center;
  line-height: 100%;
  font-family: super cartoon;
  font-weight: 400;
}
._projectinfo_1kzpv_111 p {
  font-size: 3.5rem;
  color: #f5f5f5;
  max-width: 1100px;
  line-height: 100%;
  font-family: piglet;
  font-weight: 400;
  text-align: center;
}
._contractaddress_1kzpv_145 {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 1rem;
  background-color: #694455;
  padding: 0rem 1.5rem;
  border-radius: 1rem;
  box-shadow: #00000040 8px 8px;
  border: 2.5px solid rgb(0, 0, 0, 0.4);
}
._contractaddress_1kzpv_145 p {
  font-size: 2rem;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  padding: 1rem 0;
}
._contractaddress_1kzpv_145 button {
  height: 45px;
  padding: 0 1rem;
  border: 2.5px solid rgb(0, 0, 0, 0.75);
  font-size: 1.5rem;
  font-weight: 700;
  font-family: super cartoon;
  font-weight: 400;
  border-radius: 0.5rem;
  box-shadow: #00000040 5px 5px;
  background: #72b04f;
  color: #fff;
}
._sectionHeading_1kzpv_186 {
  font-size: 6rem;
  font-family: super cartoon;
  font-weight: 400;
  text-align: center;
  opacity: 0.9;
}
._paragraph_1kzpv_194 {
  font-size: 3rem;
  font-family: piglet;
  font-weight: 400;
  text-align: center;
  margin-bottom: 3rem;
  opacity: 0.8;
}
._links_1kzpv_208 {
  width: 100%;
  padding: 8rem 0rem;
  background-color: #72b04f;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
}
._socials_1kzpv_219 {
  display: flex;
  align-items: center;
  justify-content: center;
  flex-wrap: wrap;
  gap: 1rem;
  width: 100%;
  padding: 0 7%;
}
._socials_1kzpv_219 ._social_1kzpv_219 {
  height: 150px;
  flex-grow: 1;
  max-width: 25%;
  width: 23%;
  overflow: hidden;
}
._socials_1kzpv_219 ._social_1kzpv_219 img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  border: 5px solid rgba(0, 0, 0, 1);
  border-radius: 0.5rem;
}
._chart_1kzpv_250 {
  padding: 4rem 7%;
  width: 100%;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  max-width: 1500px;
}
._chart_1kzpv_250 iframe {
  width: 100%;
  border: 5px solid rgba(0, 0, 0, 1);
  max-width: unset;
  box-shadow: #00000040 8px 8px;
  border-radius: 1rem;
  border: 2.5px solid rgb(0, 0, 0, 0.5);
}
._gallery_1kzpv_272 {
  width: 100%;
  background-color: #72b04f;
  padding: 8rem 0;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
}
._gallerywrapper_1kzpv_282 {
  width: 100%;
  padding: 0 7%;
  display: flex;
  align-items: center;
  justify-content: space-between;
  flex-wrap: wrap;
  gap: 1rem;
  max-width: 1500px;
}
._gallerywrapper_1kzpv_282 img {
  width: 300px;
  flex-grow: 1;
  background-color: #694455;
  box-shadow: #00000040 8px 8px;
  border-radius: 1rem;
  border: 2.5px solid rgb(0, 0, 0, 0.5);
  padding: 1rem;
  color: #fff;
}
._howtobuy_1kzpv_311 {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  width: 100%;
  max-width: 1500px;
  gap: 1rem;
  padding: 0 7%;
}
._howtobuy_1kzpv_311 ._howtobuybar_1kzpv_323 {
  width: 100%;
  background-color: #694455;
  box-shadow: #00000040 8px 8px;
  border-radius: 1rem;
  border: 2.5px solid rgb(0, 0, 0, 0.5);
  font-family: piglet;
  font-size: 2rem;
  padding: 2rem;
  color: #fff;
  display: flex;
  align-items: center;
  justify-content: start;
  gap: 1rem;
}
._howtobuy_1kzpv_311 ._howtobuybar_1kzpv_323 span {
  box-shadow: #00000040 5px 5px;
  background: #72b04f;
  font-family: super cartoon;
  border: 2.5px solid rgb(0, 0, 0, 0.75);
  border-radius: 10px;
  min-width: 60px;
  min-height: 60px;
  display: flex;
  align-items: center;
  justify-content: center;
}
._footer_1kzpv_357 {
  font-family: piglet;
  font-size: 2rem;
  padding: 1rem;
}
button:hover {
  opacity: 0.8;
}
@media only screen and (max-width: 800px) {
  ._menu_wrapper_1kzpv_18 {
    width: 100%;
    padding: 2rem 0;
    display: flex;
    align-items: center;
    justify-content: center;
    position: absolute;
    z-index: 1;
  }
  ._menu_1kzpv_18 {
    width: 92%;
    height: unset;
    background-color: #694455;
    box-shadow: #0000 8px 8px;
    border-radius: 1rem;
    border: 2.5px solid rgb(0, 0, 0, 0.5);
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 1rem 1.25rem;
    gap: 0rem;
    position: fixed;
    top: 3.5%;
  }
  ._logoimg_1kzpv_57 {
    height: 50px;
    max-width: 200px;
    object-fit: contain;
  }
  ._menubtn_1kzpv_63 {
    height: 45px;
    padding: 0 0.75rem;
    font-size: 1.5rem;
    font-weight: 700;
    box-shadow: #00000040 5px 5px;
    background: #72b04f;
    font-family: super cartoon;
    border: 2.5px solid rgb(0, 0, 0, 0.75);
    font-weight: 400;
    border-radius: 0.5rem;
  }
  ._menu_options_1kzpv_30 {
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 0.2rem;
    font-size: 1.5rem;
    color: #fff;
    font-family: piglet;
    font-weight: 400;
  }
  ._menu_options_1kzpv_30 li {
    padding: 0.1rem;
    border-radius: 0.5rem;
    -webkit-user-select: none;
    user-select: none;
  }
  ._menu_options_1kzpv_30 li._moboff_1kzpv_446 {
    display: none;
  }
  ._menu_options_1kzpv_30 li._symbol_1kzpv_30 {
    display: unset;
  }
  li._symbol_1kzpv_30 img {
    width: 30px;
    border-radius: 100px;
  }
  ._wrapper_1kzpv_4 {
    width: 100%;
    min-height: 100vh;
    padding: 180px 0 0;
    gap: 3rem;
  }
  ._imgpreview_1kzpv_105 {
    width: 92%;
    height: 400px;
  }
  ._projectinfo_1kzpv_111 h1 {
    font-size: 3.5rem;
    color: #f5f5f5;
    max-width: unset;
    line-height: 100%;
  }
  ._projectinfo_1kzpv_111 p {
    font-size: 1.75rem;
    color: #f5f5f5;
    max-width: 1100px;
    line-height: 100%;
    font-family: piglet;
    font-weight: 400;
    text-align: center;
  }
  ._sectionHeading_1kzpv_186 {
    font-size: 3.5rem;
    font-family: super cartoon;
    font-weight: 400;
    text-align: center;
    opacity: 0.9;
  }
  ._paragraph_1kzpv_194 {
    font-size: 1.75rem;
    font-family: piglet;
    font-weight: 400;
    text-align: center;
    margin-bottom: 3rem;
    opacity: 0.8;
  }
  ._howtobuy_1kzpv_311 ._howtobuybar_1kzpv_323 {
    width: 100%;
    background-color: #694455;
    box-shadow: #00000040 8px 8px;
    border-radius: 1rem;
    border: 2.5px solid rgb(0, 0, 0, 0.5);
    font-family: piglet;
    font-size: 2rem;
    padding: 2rem;
    color: #fff;
    flex-direction: column;
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 1.5rem;
    text-align: center;
  }
  ._contractaddress_1kzpv_145 {
    width: 100%;
  }
}
.wallet-adapter-button {
  background-color: transparent;
  border: none;
  color: #fff;
  cursor: pointer;
  display: flex;
  align-items: center;
  font-family: DM Sans, Roboto, Helvetica Neue, Helvetica, Arial, sans-serif;
  font-size: 16px;
  font-weight: 600;
  height: 48px;
  line-height: 48px;
  padding: 0 24px;
  border-radius: 4px;
}
.wallet-adapter-button-trigger {
  background-color: #512da8;
}
.wallet-adapter-button:not([disabled]):focus-visible {
  outline-color: #fff;
}
.wallet-adapter-button:not([disabled]):hover {
  background-color: #1a1f2e;
}
.wallet-adapter-button[disabled] {
  background: #404144;
  color: #999;
  cursor: not-allowed;
}
.wallet-adapter-button-end-icon,
.wallet-adapter-button-start-icon,
.wallet-adapter-button-end-icon img,
.wallet-adapter-button-start-icon img {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 24px;
  height: 24px;
}
.wallet-adapter-button-end-icon {
  margin-left: 12px;
}
.wallet-adapter-button-start-icon {
  margin-right: 12px;
}
.wallet-adapter-collapse {
  width: 100%;
}
.wallet-adapter-dropdown {
  position: relative;
  display: inline-block;
}
.wallet-adapter-dropdown-list {
  position: absolute;
  z-index: 99;
  display: grid;
  grid-template-rows: 1fr;
  grid-row-gap: 10px;
  padding: 10px;
  top: 100%;
  right: 0;
  margin: 0;
  list-style: none;
  background: #2c2d30;
  border-radius: 10px;
  box-shadow: 0 8px 20px #0009;
  opacity: 0;
  visibility: hidden;
  transition: opacity 0.2s ease, transform 0.2s ease, visibility 0.2s;
  font-family: DM Sans, Roboto, Helvetica Neue, Helvetica, Arial, sans-serif;
}
.wallet-adapter-dropdown-list-active {
  opacity: 1;
  visibility: visible;
  transform: translateY(10px);
}
.wallet-adapter-dropdown-list-item {
  display: flex;
  flex-direction: row;
  justify-content: center;
  align-items: center;
  border: none;
  outline: none;
  cursor: pointer;
  white-space: nowrap;
  box-sizing: border-box;
  padding: 0 20px;
  width: 100%;
  border-radius: 6px;
  font-size: 14px;
  font-weight: 600;
  height: 37px;
  color: #fff;
}
.wallet-adapter-dropdown-list-item:not([disabled]):hover {
  background-color: #1a1f2e;
}
.wallet-adapter-modal-collapse-button svg {
  align-self: center;
  fill: #999;
}
.wallet-adapter-modal-collapse-button.wallet-adapter-modal-collapse-button-active
  svg {
  transform: rotate(180deg);
  transition: transform ease-in 0.15s;
}
.wallet-adapter-modal {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  opacity: 0;
  transition: opacity linear 0.15s;
  background: #00000080;
  z-index: 1040;
  overflow-y: auto;
}
.wallet-adapter-modal.wallet-adapter-modal-fade-in {
  opacity: 1;
}
.wallet-adapter-modal-button-close {
  display: flex;
  align-items: center;
  justify-content: center;
  position: absolute;
  top: 18px;
  right: 18px;
  padding: 12px;
  cursor: pointer;
  background: #1a1f2e;
  border: none;
  border-radius: 50%;
}
.wallet-adapter-modal-button-close:focus-visible {
  outline-color: #fff;
}
.wallet-adapter-modal-button-close svg {
  fill: #777;
  transition: fill 0.2s ease 0s;
}
.wallet-adapter-modal-button-close:hover svg {
  fill: #fff;
}
.wallet-adapter-modal-overlay {
  background: #00000080;
  position: fixed;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
}
.wallet-adapter-modal-container {
  display: flex;
  margin: 3rem;
  min-height: calc(100vh - 6rem);
  align-items: center;
  justify-content: center;
}
@media (max-width: 480px) {
  .wallet-adapter-modal-container {
    margin: 1rem;
    min-height: calc(100vh - 2rem);
  }
}
.wallet-adapter-modal-wrapper {
  box-sizing: border-box;
  position: relative;
  display: flex;
  align-items: center;
  flex-direction: column;
  z-index: 1050;
  max-width: 400px;
  border-radius: 10px;
  background: #10141f;
  box-shadow: 0 8px 20px #0009;
  font-family: DM Sans, Roboto, Helvetica Neue, Helvetica, Arial, sans-serif;
  flex: 1;
}
.wallet-adapter-modal-wrapper .wallet-adapter-button {
  width: 100%;
}
.wallet-adapter-modal-title {
  font-weight: 500;
  font-size: 24px;
  line-height: 36px;
  margin: 0;
  padding: 64px 48px 48px;
  text-align: center;
  color: #fff;
}
@media (max-width: 374px) {
  .wallet-adapter-modal-title {
    font-size: 18px;
  }
}
.wallet-adapter-modal-list {
  margin: 0 0 12px;
  padding: 0;
  width: 100%;
  list-style: none;
}
.wallet-adapter-modal-list .wallet-adapter-button {
  font-weight: 400;
  border-radius: 0;
  font-size: 18px;
}
.wallet-adapter-modal-list .wallet-adapter-button-end-icon,
.wallet-adapter-modal-list .wallet-adapter-button-start-icon,
.wallet-adapter-modal-list .wallet-adapter-button-end-icon img,
.wallet-adapter-modal-list .wallet-adapter-button-start-icon img {
  width: 28px;
  height: 28px;
}
.wallet-adapter-modal-list .wallet-adapter-button span {
  margin-left: auto;
  font-size: 14px;
  opacity: 0.6;
}
.wallet-adapter-modal-list-more {
  cursor: pointer;
  border: none;
  padding: 12px 24px 24px 12px;
  align-self: flex-end;
  display: flex;
  align-items: center;
  background-color: transparent;
  color: #fff;
}
.wallet-adapter-modal-list-more svg {
  transition: all 0.1s ease;
  fill: #fff;
  margin-left: 0.5rem;
}
.wallet-adapter-modal-list-more-icon-rotate {
  transform: rotate(180deg);
}
.wallet-adapter-modal-middle {
  width: 100%;
  display: flex;
  flex-direction: column;
  align-items: center;
  padding: 0 24px 24px;
  box-sizing: border-box;
}
.wallet-adapter-modal-middle-button {
  display: block;
  cursor: pointer;
  margin-top: 48px;
  width: 100%;
  background-color: #512da8;
  padding: 12px;
  font-size: 18px;
  border: none;
  border-radius: 8px;
  color: #fff;
}
body {
  min-height: 100vh;
  background-color: #fff;
  --dash-size: 250px;
}
.page_wrapper_2 {
  background-color: #fff;
  width: 100%;
  height: 100vh;
  top: 0;
  left: 0;
  overflow: hidden;
  display: flex;
  align-items: start;
  justify-content: center;
}
.dash_sidebar {
  display: flex;
  align-items: start;
  justify-content: start;
  flex-direction: column;
  width: var(--dash-size);
  height: 100%;
  gap: 1rem;
  padding: 1.5rem;
  position: relative;
}
.dash_sidebar h1 {
  font-family: kantu bold;
  font-size: 2rem;
}
.dash_sidebar ul {
  width: 100%;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  gap: 0.5rem;
}
.dash_sidebar ul li {
  width: 100%;
  font-family: kantu medium;
  font-size: 1rem;
  display: flex;
  align-items: center;
  justify-content: start;
  -webkit-user-select: none;
  user-select: none;
  cursor: pointer;
  gap: 1rem;
  padding: 0.5rem;
  border-radius: 5px;
}
.dash_sidebar ul li svg {
  font-size: 1.5em;
}
.dash_sidebar ul li:hover {
  background-color: #f0f2f5;
}
.dash_content {
  display: flex;
  flex-direction: column;
  justify-content: start;
  align-items: start;
  height: 100%;
  width: calc(100% - var(--dash-size));
  overflow-y: scroll;
  padding: 0 1rem;
  color: #008cff;
  background-color: #f1f5f9;
  flex-grow: 1;
}
.dash_content .dash_bg {
  width: 100%;
  height: 100vh;
  position: absolute;
  display: flex;
  align-items: start;
  justify-content: start;
  flex-wrap: wrap;
  gap: 2.5rem;
}
.dash_bg .dot {
  width: 2.5px;
  height: 2.5px;
  background-color: #000;
  border-radius: 100px;
}
.dash_content h2 {
  font-family: kantu semibold;
}
.sign_out {
  width: 100%;
}
.todays_visits {
  padding: 2rem;
  background-color: #fff;
  box-shadow: 0 3px 5px #0000000d;
  border-radius: 5px;
  position: relative;
}
.todays_visits h2 {
  color: #008cff;
  font-size: 2rem;
}
.live_wrapper {
  font-size: 0.7rem;
  position: absolute;
  left: 5px;
  top: 5px;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 2px;
  font-family: kantu medium;
  color: #000;
}
.live_wrapper span.greendot {
  width: 12px;
  height: 12px;
  background-color: green;
  border-radius: 100px;
}
@keyframes live_icon {
  50% {
    scale: 1.1;
  }
}
.referralData {
  width: 100%;
  height: calc(100vh - 70px);
  background-color: #fff;
  display: flex;
  flex-direction: column;
  align-items: center;
  font-size: 2rem;
  padding: 150px 0 0;
}
.referralData span {
  font-weight: 700;
}
a.stepbystepguide_a {
  color: #fff;
  text-decoration: none;
  list-style: none;
}
.stepbystepguide {
  background-color: #bd1e1e;
  padding: 0.5rem 1rem;
  color: #fff;
  border-radius: 0.5rem;
  font-size: 1rem;
  font-family: kantu semibold;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 0.75rem;
  border: 0;
  -webkit-user-select: none;
  user-select: none;
  cursor: pointer;
}
a.stepbystepguide_a:hover {
  opacity: 0.8;
}
.stepbystepguide img {
  width: 28px;
}
.dash_page_content.traffic {
  width: 100%;
  display: flex;
  align-items: start;
  justify-content: start;
  flex-direction: column;
  gap: 1.5rem;
  color: #171c26;
}
.drop_down_button {
  background-color: #000;
  padding: 0.5rem;
  height: 80px;
  background-color: #fff;
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 0.5rem;
  -webkit-user-select: none;
  user-select: none;
  cursor: pointer;
  border-radius: 5px;
  box-shadow: 0 3px 5px #0000000d;
}
.drop_down_button .dropdown_project_preview {
  height: 100%;
  aspect-ratio: 1/1;
  object-fit: cover;
}
.drop_down_button p {
  font-family: kantu medium;
}
.arrow_down_box {
  margin-left: 10px;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 2px 0 0;
}
.arrow_down_box svg {
  color: #171c26;
  width: 20px;
  height: 20px;
}
.drop_down_selector {
  width: 300px;
  max-height: 400px;
  padding: 0.5rem;
  background-color: #008cffe6;
  -webkit-backdrop-filter: blur(5px);
  backdrop-filter: blur(5px);
  position: absolute;
  top: 105%;
  left: 0;
  border-radius: 5px;
  display: flex;
  align-items: center;
  justify-content: start;
  flex-direction: column;
  gap: 5px;
  z-index: 1;
}
.drop_down_selector_inner {
  width: 100%;
  height: 100%;
  overflow-y: scroll;
  display: flex;
  align-items: center;
  justify-content: start;
  flex-direction: column;
  gap: 5px;
  padding: 0 5px 0 0;
}
.drop_down_selector_inner::-webkit-scrollbar {
  width: 10px;
  background-color: #000;
  border-radius: 100px;
}
.drop_down_selector_inner::-webkit-scrollbar-thumb {
  background-color: #00000080;
  border-radius: 100px;
}
.drop_down_selector_inner::-webkit-scrollbar-track {
  background-color: #008cff;
  border-radius: 100px;
}
.drop_down_selector_inner::-webkit-scrollbar-thumb:hover {
  background-color: #fff;
}
.drop_down_project {
  padding: 0.5rem;
  background-color: #fff;
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: start;
  gap: 0.5rem;
  border-radius: 2.5px;
  -webkit-user-select: none;
  user-select: none;
  cursor: pointer;
}
.drop_down_project:hover {
  opacity: 0.8;
}
.drop_down_project img {
  width: 40px;
  height: 40px;
  position: relative;
}
.bar_chart {
  width: 80%;
  background-color: #fff;
  box-shadow: 0 3px 5px #0000000d;
  padding: 2rem;
  border-radius: 5px;
}
.referral_page_wrapper {
  display: flex;
  align-items: start;
  justify-content: start;
  flex-direction: column;
  width: 100%;
  gap: 1rem;
}
.code_preview {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 1rem;
  font-size: 1.5rem;
  padding: 1rem 2rem;
  border-radius: 10px;
  background-color: #008cff1a;
}
.code_preview p {
  color: #008cff;
  font-family: kantu bold;
  font-weight: 400;
}
.empty_page {
  width: 100%;
  height: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
}
.empty_page_inner {
  width: 90%;
  height: 200px;
  max-width: 600px;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
  border-radius: 5px;
}
.empty_page span {
  font-family: kantu medium;
  font-size: 1rem;
  color: #171c26;
  text-align: center;
}
.empty_page span.create {
  text-decoration: underline;
  text-decoration-color: #008cff;
  font-family: kantu semibold;
}
.empty_page img {
  width: 60px;
  margin-top: -20px;
  opacity: 0.75;
}
.empty_page_inner button {
  background-color: #008cff;
  color: #fff;
  border-radius: 100px;
  border: 0;
  padding: 8px 1.15rem;
  font-size: 1rem;
  font-family: kantu semibold;
}
.dash_page_wrapper {
  width: 100%;
  height: 100%;
  overflow-y: scroll;
  padding: 3rem 0 0;
}
.dash_page_wrapper::-webkit-scrollbar {
  display: none;
}
.dash_page_wrapper h3.heading {
  color: #171c26;
  font-family: kantu bold;
  font-weight: 400;
}
.dash_page_wrapper .dash_line {
  margin: 1rem 0;
  width: 100%;
  height: 2px;
  background-color: #0000000d;
  border-radius: 100px;
}
.dash_page_content {
  width: 100%;
}
.account_history {
  width: 100%;
  display: flex;
  align-items: start;
  justify-content: start;
  flex-direction: column;
  gap: 10px;
}
.account_history p {
  font-family: kantu medium;
}
.account_history p span.history_date {
  font-family: kantu regular;
  text-decoration: underline;
  opacity: 0.75;
}
@media only screen and (max-width: 900px) {
  .dash_sidebar {
    display: flex;
    align-items: start;
    justify-content: start;
    flex-direction: column;
    gap: 1rem;
    padding: 1.5rem;
    position: absolute;
    z-index: 100;
    width: 100%;
    height: 100vh;
    background-color: #fff;
  }
}
.show_created_webbys {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  gap: 1rem;
}
.user_project_wrapper {
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
  width: 275px;
  flex-grow: 1;
}
.user_project {
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
  border-radius: 5px;
  background-color: #fff;
  box-shadow: 0 3px 5px #0000000d;
  overflow: hidden;
}
.user_project p {
  color: #fff;
}
.user_project .p_banner {
  width: 100%;
  height: 110px;
  aspect-ratio: 1/1;
  object-fit: cover;
}
.user_project .w_pfp {
  width: 100%;
  display: flex;
  align-items: start;
  justify-content: start;
  padding: 0 1.5rem;
}
.user_project .p_pfp {
  height: 60px;
  aspect-ratio: 1/1;
  object-fit: cover;
  margin-top: -30px;
  border-radius: 2.5px;
  outline: 3px solid white;
}
.user_project_info {
  width: 100%;
  display: flex;
  flex-direction: column;
  align-items: start;
  justify-content: start;
  padding: 1.5rem;
  gap: 5px;
}
.user_project_info p.p_name {
  color: #000;
  text-transform: capitalize;
  font-family: kantu semibold;
  font-size: 1.15rem;
}
.user_project_info p.p_created {
  text-transform: capitalize;
  font-family: kantu regular;
  font-size: 0.9rem;
  color: #000;
  opacity: 0.5;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 5px;
}
.p_btns {
  width: 100%;
  display: flex;
  align-items: start;
  justify-content: start;
  gap: 5px;
  margin-top: 10px;
}
.p_btns button {
  padding: 5px 10px;
  border-radius: 100px;
  font-size: 0.9rem;
  border: 1px solid rgba(0, 0, 0, 0.1);
  background-color: #f0f2f5;
  color: #171c26;
  font-family: kantu medium;
  background-color: #00000005;
  border: 1px solid rgb(0, 0, 0, 0.1);
  cursor: pointer;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 5px;
}
.p_btns button.domain_added {
  background-color: #008cff1a;
  color: #008cff;
  font-family: kantu semibold;
}
.multi_popup_content .input_section input {
  width: 100%;
  height: 45px;
  border-radius: 2.5px;
  background-color: #0003;
  border: 2.5px solid rgb(255, 255, 255, 0.2);
  color: #fff;
  padding: 0 10px;
  font-family: kantu semibold;
  font-size: 1rem;
}
.dom_message {
  color: #fff;
  font-family: kantu regular;
  font-size: 0.95rem;
}
.multi_popup_widget_wrapper {
  width: 100%;
  height: 100vh;
  position: fixed;
  top: 0;
  left: 0;
  background-color: #0000004d;
  z-index: 100;
  display: flex;
  align-items: center;
  justify-content: center;
}
.multi_popup_widget_wrapper .multi_popup_widget {
  width: 95%;
  max-width: 600px;
  background-color: #fff;
  background-color: #171c26;
  border-radius: 5px;
  padding: 2rem;
  display: flex;
  flex-direction: column;
  align-items: start;
  justify-content: start;
  gap: 2rem;
}
.multi_popup_top {
  display: flex;
  flex-direction: column;
  align-items: start;
  justify-content: start;
  gap: 10px;
}
.multi_popup_heading {
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.multi_popup_top h1 {
  font-size: 1.5rem;
  color: #fff;
  font-family: kantu semibold;
}
.multi_popup_info span {
  font-size: 1rem;
  color: #fff;
  font-family: kantu medium;
  opacity: 0.5;
}
.multi_popup_info span.underline {
  text-decoration: underline;
  color: #3593ff;
  font-family: kantu semibold;
  cursor: pointer;
  opacity: 1;
}
.multi_popup_content {
  width: 100%;
}
.multi_popup_content .input_section {
  width: 100%;
  display: flex;
  flex-direction: column;
  align-items: start;
  justify-content: start;
  gap: 10px;
}
.multi_popup_content .input_section label {
  width: 100%;
  color: #fff;
  font-family: kantu medium;
  font-size: 0.95rem;
  opacity: 0.75;
}
.multi_popup_content .input_section .custom_domain_showcase {
  width: 100%;
  height: 45px;
  border-radius: 2.5px;
  background-color: #0003;
  background-color: #fff3;
  border: 2.5px solid rgb(255, 255, 255, 0.2);
  color: #fff;
  padding: 0 10px;
  font-family: kantu semibold;
  font-size: 1rem;
  display: flex;
  align-items: center;
  justify-content: start;
  gap: 0.5rem;
}
.multi_popup_content .input_section input:focus {
  border: 2.5px solid rgba(255, 255, 255);
  outline: none !important;
  transition: 0.2s;
}
.multi_popup_buttons {
  display: flex;
  align-items: center;
  justify-content: start;
  gap: 10px;
}
.multi_popup_buttons button {
  width: 100%;
  font-size: 1.1rem;
  background-color: #3593ff;
  border: 0;
  border-radius: 5px;
  font-family: kantu medium;
  color: #fff;
  padding: 7.5px 1.5rem;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 10px;
}
.multi_popup_buttons button:nth-child(2) {
  background-color: #171c26;
}
.multi_popup_buttons button:nth-child(2):hover {
  background-color: #ffffff06;
}
.domain_config {
  display: flex;
  flex-direction: column;
  align-items: start;
  justify-content: start;
  gap: 10px;
  width: 100%;
}
.domain_config h2 {
  font-size: 0.95rem;
  color: #fff;
  font-family: kantu medium;
  opacity: 0.75;
}
.domain_config h2 span {
  font-size: 0.95rem;
  color: #fff;
  font-family: kantu medium;
  opacity: 0.95;
}
.domain_config h2 span.underline {
  text-decoration: underline;
  color: #3593ff;
  font-family: kantu semibold;
  cursor: pointer;
  opacity: 1;
}
.domain_config p {
  font-size: 1rem;
  color: #fff;
  font-family: kantu regular;
  width: 50%;
  border-radius: 2.5px;
}
.domain_config p.nameserver {
  font-size: 1rem;
  color: #fff;
  font-family: kantu semibold;
  background-color: #ffffff1a;
  padding: 0.5rem 1rem;
  display: flex;
  align-items: center;
  justify-content: space-between;
  opacity: 0.75;
  cursor: pointer;
}
.domain_config p.nameserver:hover {
  opacity: 1;
}
.account_widget_wrapper {
  width: 100%;
  height: 100vh;
  position: fixed;
  top: 0;
  left: 0;
  background-color: #0000004d;
  z-index: 100;
  display: flex;
  align-items: center;
  justify-content: center;
}
.account_widget_wrapper .account_widget {
  width: 440px;
  height: 500px;
  background-color: #171c26;
  border-radius: 5px;
  padding: 1.75rem;
  display: flex;
  flex-direction: column;
  align-items: start;
  justify-content: start;
  gap: 2.5rem;
}
.account_widget .top {
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.account_widget .top .logo {
  display: flex;
  align-items: center;
  justify-content: center;
}
.account_widget .top .logo img {
  width: 35px;
}
.account_widget .top .logo p {
  font-size: 1.5rem;
  color: #fff;
  font-family: kantu bold;
  font-size: 1.75rem;
  letter-spacing: -1px;
}
.account_widget .top span.x {
  display: flex;
  align-items: center;
  justify-content: center;
  height: 33px;
  width: 33px;
  border-radius: 5px;
  -webkit-user-select: none;
  user-select: none;
  cursor: pointer;
}
.account_widget .top span.x:hover {
  background-color: #ffffff1a;
}
.account_widget .top span.x span {
  display: flex;
  align-items: center;
  justify-content: center;
  color: #fff;
  font-family: kantu regular;
  font-size: 2.1rem;
  rotate: 45deg;
}
.account_widget .center_content {
  width: 100%;
  display: flex;
  flex-direction: column;
  justify-content: start;
  align-items: center;
  gap: 1.75rem;
}
.center_content .menu {
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: start;
  gap: 2rem;
  border-bottom: 2.75px solid rgb(255, 255, 255, 0.1);
  -webkit-user-select: none;
  user-select: none;
  cursor: pointer;
}
.center_content .menu span {
  color: #fff;
  font-family: kantu semibold;
  font-size: 1.1rem;
  position: relative;
  padding: 0 0 10px;
}
.center_content .menu span.active:after {
  content: "";
  position: absolute;
  bottom: -2.75px;
  left: 0;
  width: 100%;
  height: 2.75px;
  background-color: #3593ff;
}
.center_content .menu span.notactive:hover:after {
  content: "";
  position: absolute;
  bottom: -2.75px;
  left: 0;
  width: 100%;
  height: 2.75px;
  background-color: #fff3;
}
.center_content .inputs {
  width: 100%;
  display: flex;
  flex-direction: column;
  align-items: start;
  justify-content: start;
  gap: 20px;
}
.center_content .inputs .input_section {
  width: 100%;
  display: flex;
  flex-direction: column;
  align-items: start;
  justify-content: start;
  gap: 10px;
}
.center_content .inputs .input_section label {
  width: 100%;
  color: #fff;
  font-family: kantu semibold;
  font-size: 0.95rem;
}
.center_content .inputs .input_section input {
  width: 100%;
  height: 37.5px;
  border-radius: 2.5px;
  background-color: #0003;
  border: 2.5px solid rgb(255, 255, 255, 0.2);
  color: #fff;
  padding: 0 10px;
  font-family: kantu semibold;
  font-size: 1rem;
}
.center_content .inputs .input_section input:focus {
  border: 2.5px solid rgba(255, 255, 255);
  outline: none !important;
  transition: 0.2s;
}
:root {
  --menu_size: 70px;
  --banner_size: 50px;
  --page_padding: 13%;
}
.webby_menu {
  width: 100%;
  height: var(--menu_size);
  display: flex;
  align-items: center;
  justify-content: space-between;
  z-index: 100;
  padding: 0 4rem;
  position: relative;
  background-color: #f0f2f5;
}
.webby_menu h1 {
  font-family: museo-sans-rounded, sans-serif;
  font-weight: 900;
  font-style: normal;
  font-size: 3rem;
  color: #3cacfc;
}
.menu_logo {
  display: flex;
  align-items: center;
  justify-content: center;
}
.menu_logo img.logo {
  width: 40px;
}
.menu_logo p {
  width: 50px;
  font-size: 1.8rem;
  font-family: Inter, sans-serif;
  font-optical-sizing: auto;
  font-weight: 800;
  font-style: normal;
  text-align: center;
  color: #000;
}
.webby_menu .menu_option.active img.icon {
  opacity: 1;
}
.webby_menu .menu_options {
  display: flex;
  align-items: center;
  justify-content: center;
  margin-left: 5%;
  height: 100%;
}
@media only screen and (max-width: 950px) {
  .webby_menu {
    padding: 0 5%;
  }
  .menu_options {
    display: none;
  }
}
.webby_menu .menu_options a {
  height: 100%;
}
.webby_menu .menu_option {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 0rem 1.5rem;
  height: 100%;
  gap: 1rem;
  -webkit-user-select: none;
  user-select: none;
  color: #000;
}
.webby_menu .menu_option .iconholder {
  width: 40px;
  height: 40px;
  background-color: #000;
  border-radius: 0.5rem;
  background-color: #0000001a;
  display: flex;
  align-items: center;
  justify-content: center;
}
.webby_menu .menu_option .iconholder i {
  font-size: 1rem;
  color: #000;
  opacity: 0.5;
}
.webby_menu .menu_option.active .iconholder i {
  opacity: 1;
}
.webby_menu .menu_option p {
  font-size: 1.1rem;
  font-family: Inter, sans-serif;
  font-weight: 800;
  opacity: 0.5;
  color: #000;
}
.webby_menu .menu_option:hover {
  background-color: #f0f2f5;
}
.webby_menu .menu_option.active {
  background-color: #1d89ee14;
  border-bottom: 3px solid #1d89ee;
  color: #1d89ee;
}
.webby_menu .menu_option.active p {
  opacity: 1;
}
.webby_menu button:hover {
  background-color: #008bef !important;
}
.webby_dashboard {
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: space-between;
  position: relative;
  background-color: #fff;
  padding: 0 var(--page_padding);
  gap: 1rem;
}
.dash_logo_wrapper {
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 0.5rem 1rem;
  border-bottom: 2px solid #f0f2f5;
}
.dash_logo {
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 100px;
  padding: 0.3rem 1rem;
}
.dash_logo img.logo {
  width: 35px;
}
.dash_logo p.logo {
  font-size: 1.8rem;
  font-family: kantu bold, sans-serif;
  font-optical-sizing: auto;
  font-weight: 800;
  font-style: normal;
  text-align: center;
  color: #171c26;
  letter-spacing: -1px;
}
.testbg {
  width: 100%;
}
.colors___ {
  color: #3cacfc;
}
.home_page_webby_content p.dash_paragraph {
  font-size: 1.3rem;
  font-family: Inter, sans-serif;
  font-weight: 500;
  max-width: 700px;
  text-align: center;
}
.home_page_webby_content h1.info {
  font-size: 4.5rem;
  font-optical-sizing: auto;
  font-weight: 700;
  font-style: normal;
  text-align: center;
  color: #000;
  opacity: 0.9;
  font-family: Inter, sans-serif;
  line-height: 100%;
}
@media only screen and (max-width: 950px) {
  .home_page_webby_content h1.info {
    font-size: 4rem;
    font-family: Inter, sans-serif;
    font-optical-sizing: auto;
    font-weight: 700;
    font-style: normal;
    text-align: center;
    color: #000;
    line-height: 100%;
    opacity: 0.9;
  }
}
.mobile_break {
  display: none;
}
@media only screen and (max-width: 450px) {
  .home_page_webby_content h1.info {
    font-size: 3rem;
    font-family: Inter, sans-serif;
    font-optical-sizing: auto;
    font-weight: 800;
    font-style: normal;
    text-align: left;
    color: #000;
    line-height: 90%;
    opacity: 0.9;
    padding: 0 1rem;
    width: 100%;
  }
  .mobile_break {
    display: unset;
  }
}
span.bluey {
  color: #1d89ee;
  font-weight: 800;
}
span.yellowy {
  color: #efab43;
  color: #ffc63d;
  font-weight: 800;
}
.home_logo {
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
  position: relative;
}
.home_logo img {
  width: 65px;
}
.home_logo p {
  padding: 5px 10px;
  border-radius: 100px;
  background-color: #fff;
  color: #171c26;
  font-family: kantu regular;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 10px;
  font-size: 0.8rem;
}
.home_logo p img {
  width: 20px;
  margin: unset !important;
}
.infobars {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 0.5rem;
}
.infobars .infobar {
  width: 170px;
  height: 30px;
  border-radius: 100px;
  background-color: #000;
}
.dd_p {
  position: absolute;
  bottom: -40px;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 100px;
  padding: 0.2rem;
}
span.underline {
  text-decoration: underline;
  text-decoration-color: #0096ff;
}
.webby_menu button {
  padding: 0.6rem 1.25rem;
  border-radius: 0.5rem;
  box-shadow: 0 0.3rem #006ebc;
  font-family: poppins semi;
  font-size: 1rem;
  border: 0;
  background-color: #1d89ee;
  font-weight: 700;
  letter-spacing: -0.15px;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 1rem;
  line-height: unset;
  height: unset;
  width: unset;
}
h2.s_h2 {
  font-size: 1.5rem;
  font-family: poppins semi;
  font-weight: 400;
  letter-spacing: -0.15px;
  width: 100%;
  text-align: center;
}
.recentlyMadeWrapper {
  padding: 4rem 5%;
  width: 100%;
  display: flex;
  flex-direction: column;
  align-items: start;
  justify-content: center;
  gap: 0.5rem;
  background-color: #f0f2f5;
}
.recentlyMade {
  display: flex;
  flex-wrap: wrap;
  gap: 1rem;
  width: 100%;
}
.recentlyMade .recent_project {
  flex-grow: 1;
  border-radius: 5px;
  width: 22%;
  height: 240px;
  background-color: #171c26;
  background-color: #3593ff;
  position: relative;
}
.recentlyMade .recent_project {
  -webkit-user-select: none;
  user-select: none;
  cursor: pointer;
}
@media only screen and (max-width: 1350px) {
  .recentlyMade .recent_project {
    width: 30%;
  }
}
@media only screen and (max-width: 1100px) {
  .recentlyMade .recent_project {
    width: 40%;
  }
}
@media only screen and (max-width: 800px) {
  .recentlyMadeWrapper {
    padding: 0 5%;
  }
  .recentlyMade .recent_project {
    width: 100%;
  }
}
.recent_project .bg {
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  overflow: hidden;
  border-radius: 5px 5px 0 0;
}
.recent_project .bg img {
  width: 100%;
  height: 50%;
  object-fit: cover;
}
.recent_project .blur {
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  background-color: #0000000d;
  -webkit-backdrop-filter: blur(10px);
  backdrop-filter: blur(10px);
}
.recent_project .content {
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
  gap: 0.5rem;
}
.recent_project .socials {
  display: flex;
  width: 90%;
  position: absolute;
  align-items: center;
  justify-content: center;
  bottom: -8px;
}
.socials button {
  width: 100%;
  border: none;
  border-radius: 0;
  padding: 0.4rem;
  font-size: 0.85rem;
  font-weight: 700;
  background-color: #3b3b3b;
  font-family: poppins med;
  font-weight: 400;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 0.2rem;
  color: #fff;
}
.socials button:hover {
  background-color: #333;
}
.socials button img {
  width: 20px;
  border-radius: 100%;
}
.socials button:nth-child(1) {
  border-radius: 0.25rem 0 0 0.25rem;
  border-right: 2px solid #21272a;
}
.socials button:nth-child(2) {
  border-right: 2px solid #21272a;
}
.socials button:last-child {
  border-radius: 0 0.25rem 0.25rem 0;
  border: 0px solid gray;
}
.content .pfp img {
  width: 80px;
  height: 80px;
  object-fit: cover;
  border-radius: 100px;
  outline: 6px solid white;
}
.content .detail {
  display: flex;
  flex-direction: column;
  align-items: center;
}
.content .detail p.name {
  font-size: 1.25rem;
  background-color: #fff;
  padding: 10px;
  border-radius: 2.5px;
  font-family: kantu semibold;
  font-weight: 400;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 5px;
}
.content .detail p.timestamp {
  font-size: 1.05rem;
  color: #fff;
  padding: 0.2rem 1rem;
  border-radius: 0.25rem;
  font-family: kantu medium;
  font-weight: 400;
  opacity: 0.8;
}
.preview_domain_name {
  background-color: #f0f2f5;
  padding: 0.5rem 1rem;
  border-radius: 0.5rem;
}
footer.home {
  background-color: #21272a;
  width: 100%;
  height: 100px;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 1rem;
  color: #fff;
  font-family: poppins med;
  font-weight: 400;
}
.webby_builder {
  width: 100%;
  height: 100vh;
  height: 100%;
  position: fixed;
  display: flex;
  align-items: center;
  justify-content: center;
}
.webby_builder .webby_builder_sidebar_wrapper {
  height: 100%;
  display: flex;
  align-items: start;
  justify-content: start;
  position: relative;
  z-index: 1;
}
.close_dashboard {
  width: 30px;
  height: 30px;
  background-color: #171c261a;
  border-radius: 5px;
  display: none;
}
.webby_builder .options_panel {
  width: 70px;
  height: 100%;
  background-color: #fff;
  padding: 1rem 10px;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: start;
  gap: 1.5rem;
  position: relative;
  border-right: 2px solid #f0f2f5;
}
.logo_in_option_panel {
  width: 100%;
  aspect-ratio: 1/1;
  display: flex;
  align-items: center;
  justify-content: center;
}
.logo_in_option_panel img {
  width: 80%;
  aspect-ratio: 1/1;
}
.options_panel .option_for_panel {
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
  gap: 8px;
  -webkit-user-select: none;
  user-select: none;
  cursor: pointer;
}
.options_panel .option_for_panel .option_icon_wrapper {
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 100px;
  padding: 0.2rem;
  width: 100%;
  transition: 0.2s;
}
.options_panel .option_for_panel.active .option_icon_wrapper {
  background-color: #0000001a;
}
.options_panel .option_for_panel:hover .option_icon_wrapper {
  background-color: #0000001a;
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 100px;
  padding: 0.2rem;
}
.options_panel .option_for_panel:hover img {
  scale: 1.05;
}
.options_panel .option_for_panel img {
  width: 27px;
}
.options_panel .option_for_panel p {
  font-size: 0.75rem;
  font-family: kantu semibold;
  letter-spacing: -0.25px;
  text-align: center;
  line-height: 100%;
  color: #171c26;
}
.options_panel_toggle {
  position: absolute;
  right: -10px;
  top: 0;
  height: 100%;
  width: 20px;
  display: flex;
  align-items: start;
  justify-content: center;
  z-index: 1;
  padding: 1rem 0;
  display: none;
}
.options_panel_toggle .toggle {
  width: 100%;
  aspect-ratio: 1/1;
  background-color: #171c26;
  border-radius: 100px;
}
.webby_builder .webby_builder_sidebar {
  position: relative;
  height: 100%;
  width: 310px;
  background-color: #fff;
  display: flex;
  flex-direction: column;
  align-items: start;
  justify-content: start;
  overflow: scroll;
  overflow-x: hidden;
}
.webby_builder_sidebar .sidebar_section_heading {
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: start;
  gap: 10px;
  margin: 1rem;
  font-size: 1rem;
  font-family: kantu semibold;
  opacity: 0.4;
  text-transform: uppercase;
}
.webby_builder_sidebar .sidebar_section_template_sections_toggle_wrapper {
  width: 100%;
  padding: 0 1rem;
  position: relative;
  transition: 0.5s;
}
.webby_builder_sidebar
  .sidebar_section_template_sections_toggle_wrapper
  .sidebar_section_template_sections_toggle {
  width: 100%;
  display: flex;
  align-items: start;
  justify-content: center;
  flex-direction: column;
  gap: 10px;
  background-color: #f0f2f580;
  padding: 1rem 1rem 3rem;
  border-radius: 5px;
}
.sidebar_section_template_sections_toggle p {
  font-family: kantu medium;
  font-size: 1.05rem;
  padding: 5px;
  width: 100%;
  color: #171c26;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 5px;
  border-bottom: 1px solid rgb(0, 0, 0, 0.05);
}
.sidebar_section_template_sections_toggle p img {
  width: 23px;
}
.toggle_controller {
  width: 45px;
  height: 20px;
  border-radius: 100px;
  box-shadow: 0 0 30px #0003;
  padding: 2px;
  background-color: #171c2666;
  display: flex;
  align-items: center;
  justify-content: left;
  -webkit-user-select: none;
  user-select: none;
  cursor: pointer;
  position: relative;
  z-index: 1;
}
.toggle_controller .toggle_inner {
  height: 100%;
  aspect-ratio: 1/1;
  background-color: #fff;
  border-radius: 100px;
}
.close_section_toggle {
  width: 100%;
  height: 25px;
  position: absolute;
  bottom: 10px;
  left: 0;
  display: flex;
  align-items: center;
  justify-content: center;
}
.close_section_toggle button {
  border-radius: 100px;
  border: 0;
  padding: 0px 1rem;
  height: 100%;
  font-family: kantu medium;
  color: #fff;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 3px;
}
.close_section_toggle button img {
  height: 20px;
}
.webby_builder_sidebar::-webkit-scrollbar {
  display: none;
}
.webby_templates_wrapper {
  width: 100%;
  padding: 0.5rem;
}
.webby_templates_wrapper * {
  -webkit-user-select: none;
  user-select: none;
}
.mobile_editor {
  position: fixed;
  z-index: 10;
  display: flex;
  align-items: center;
  justify-content: center;
  bottom: 4rem;
  left: 0.25rem;
}
.mobile_editor button {
  width: 70px;
  height: 70px;
  background-color: #008cff;
  box-shadow: 0 0.3rem #006ebc;
  border: 0;
  border-radius: 100px;
  display: flex;
  align-items: center;
  justify-content: center;
  font-family: kantu semibold;
  font-size: 1.2rem;
  padding: 1rem;
  color: #fff;
}
.mobile_editor button img {
  width: 100%;
}
.mobile_editor {
  display: none;
}
.dash_btns {
  width: 100%;
  margin-top: auto;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
  bottom: 0;
  left: 0;
  padding: 1rem 5%;
  position: sticky;
  background-color: #fff;
  z-index: 1;
  box-shadow: 0 -2.5px 10px #0000001a;
}
.dash_btns_wrapper {
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
  width: 100%;
}
.dash_btns_wrapper p {
  color: #000;
}
.mob_btn {
  padding: 0.6rem 1.25rem;
  border-radius: 0.5rem;
  box-shadow: 0 0.3rem #323232;
  font-family: poppins semi;
  font-size: 1rem;
  border: 0;
  background-color: #e3e3e3;
  font-weight: 700;
  letter-spacing: -0.15px;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 1rem;
  display: none;
  color: #323232;
}
@media only screen and (max-width: 850px) {
  .mobile_editor,
  .mob_btn {
    display: flex;
  }
  .webby_builder .webby_builder_sidebar {
    height: 100%;
    width: 100%;
  }
  .webby_builder .webby_builder_sidebar_wrapper {
    height: 100svh;
    width: 100%;
    display: flex;
    align-items: start;
    justify-content: start;
    position: fixed;
    z-index: 1000;
    top: 0;
    left: 0;
  }
}
.webby_builder_content {
  width: 100%;
  height: 100%;
  background-color: #f0f2f5;
  position: relative;
  overflow: hidden;
}
.webby_preview {
  position: absolute;
  width: 100%;
  height: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
  top: 0;
  left: 0;
  z-index: 10;
  background-color: #75757559;
  backdrop-filter: blur(3px);
  -webkit-backdrop-filter: blur(3px);
}
.webby_preview_screen {
  position: relative;
  width: 100%;
  height: 100%;
  overflow: scroll;
  top: 0;
  left: 0;
  background-color: #fff;
  background: url(./assets/backgrounds/bg7.jpg);
  background-size: cover;
}
iframe.vid {
  border-radius: 0.5rem;
}
.part {
  display: flex;
  align-items: center;
  justify-content: left;
  gap: 1rem;
  width: 100%;
  padding: 0.5rem 1rem;
  background-color: #f7f7f7;
}
.part p {
  font-family: poppins med;
  font-weight: 400;
  font-size: 1rem;
  -webkit-user-select: none;
  user-select: none;
  opacity: 0.4;
  padding: 0.5rem;
  border-radius: 0.5rem;
}
.part p.active {
  opacity: 1;
  background-color: #ddd;
}
.part p:hover {
  opacity: 1;
}
.part_wrapper {
  position: relative;
}
.part_wrapper .new_tag {
  position: absolute;
  width: 50px;
  height: 10px;
  top: -10px;
  opacity: 1;
  background-color: #c71f1f;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 0.9rem;
  color: #fff;
}
.sidebar_section_wrapper {
  width: 100%;
  border-bottom: 2px solid #f0f2f5;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
  -webkit-user-select: none;
  user-select: none;
}
.section_dropdown_wrapper {
  display: flex;
  align-items: center;
  width: 100%;
  padding: 0rem 1rem;
  gap: 1rem;
}
.sidebar_section_wrapper .title_wrapper {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 10px;
  font-family: kantu medium;
  font-size: 1.1rem;
  color: #000;
}
.sidebar_section_wrapper .title_wrapper span.material-symbols-rounded {
  opacity: 0.25;
}
.sidebar_section_wrapper h3 {
  width: 100%;
  font-size: 1rem;
  font-family: poppins med;
  font-weight: 400;
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 0.5rem 0rem;
}
.sidebar_section_wrapper .section_dropdown_wrapper:hover {
  background-color: #f7f7f7;
}
.sidebar_section_wrapper h3 img {
  width: 20px;
}
.sidebar_section_wrapper .sidebar_section {
  width: 100%;
  padding: 1rem;
  gap: 0.5rem;
  display: flex;
  flex-direction: column;
  align-items: start;
  justify-content: center;
}
.w_textInput {
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: space-between;
  background-color: #00000003;
  border: 1px solid rgb(0, 0, 0, 0.2);
  cursor: pointer;
  padding: 0 5px 0 0;
}
.textInput {
  width: 100%;
  display: flex;
  flex-direction: column;
  align-items: start;
  justify-content: center;
}
.textInput input {
  width: 100%;
  height: 45px;
  color: #000;
  padding: 0 0.5rem;
  font-size: 1rem;
  font-family: kantu medium;
  background-color: transparent;
  border: none;
}
.textInput input:focus {
  outline: none;
}
.textAreaInput {
  width: 100%;
}
.textAreaInput textarea {
  width: 100%;
  height: 80px;
  border-radius: 0rem;
  color: #000;
  padding: 0.5rem;
  font-size: 1rem;
  font-family: kantu medium;
  background-color: #00000003;
  border: 1px solid rgb(0, 0, 0, 0.2);
}
.textAreaInput textarea:focus {
  outline: none !important;
}
.dashboard_cut {
  width: 100%;
  padding: 3rem 1rem 1rem;
  font-family: kantu semibold;
  text-transform: uppercase;
  color: #171c26;
  opacity: 0.4;
  font-size: 1rem;
}
.throw_message_wrapper {
  width: 100%;
  position: fixed;
  bottom: 1rem;
  display: flex;
  align-items: center;
  justify-content: center;
  z-index: 10;
  animation: throwIn 0.2s ease-in-out;
}
.throw_message_wrapper .throw_message {
  padding: 0.5rem 0.5rem 0.5rem 1rem;
  background-color: #fff;
  border-radius: 100px;
  display: flex;
  align-items: center;
  gap: 1rem;
  font-family: poppins med;
}
.showtemplates {
  width: 100%;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
}
.showtemplates ._template {
  width: 100%;
  height: 70px;
  border-bottom: 2px solid #f0f2f5;
  display: flex;
  align-items: center;
  justify-content: space-between;
  position: relative;
  padding: 0 1rem;
}
.showtemplates ._template:nth-last-child(1) {
  border: none;
}
.showtemplates ._template:hover {
  background-color: #f0f2f5;
}
.showtemplates ._template .t_name {
  color: #000;
  font-family: poppins med;
  font-family: kantu medium;
  font-weight: 400;
  flex-grow: 1;
  padding: 0 0 0 10px;
  font-size: 1.1rem;
}
.showtemplates ._template .t_image {
  height: 70%;
  width: 80px;
  object-fit: cover;
  border-radius: 10px;
}
._template .new_tag {
  width: 50px;
  height: 15px;
  bottom: 10px;
  opacity: 1;
  background-color: #c71f1f;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 0.9rem;
  color: #fff;
  border-radius: 100px;
}
.showtemplates ._template .t_options {
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
  height: 50%;
}
.showtemplates ._template .t_options button.s {
  height: 100%;
  border-radius: 5rem;
  border: 0;
  opacity: 0.8;
  font-family: kantu medium;
  padding: 0 1rem;
  font-size: 1rem;
  background-color: #171c261a;
  color: #171c26;
}
.showtemplates ._template .t_options button:hover {
  opacity: 1;
}
.t_selected {
  opacity: 1;
  height: 100%;
  border-radius: 5rem !important;
  font-family: kantu bold;
  padding: 0 0.75rem;
  background-color: #008cff;
  color: #fff;
  border: 0;
  font-weight: 400;
  font-size: 1rem;
  display: flex;
  align-items: center;
  justify-content: center;
}
.switchInput {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 0.5rem;
}
.switchInput .switch_wrapper {
  min-width: 20px;
  height: 20px;
  border: 2px solid black;
  border-radius: 100px;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 2px;
}
.switch_wrapper .switch_inner {
  width: 100%;
  height: 100%;
  background-color: #000;
  border-radius: 100px;
}
.create_initiated_wrapper {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100vh;
  display: flex;
  align-items: center;
  justify-content: center;
  z-index: 101;
  background-color: #0006;
}
.create_initiated {
  width: 90%;
  max-width: 450px;
  min-height: 350px;
  padding: 2rem 1.5rem;
  background-color: #fff;
  display: flex;
  align-items: center;
  justify-content: start;
  flex-direction: column;
  gap: 2rem;
  border-radius: 0.5rem;
  animation: flyIn 0.2s ease-in-out;
  position: relative;
}
.levels {
  width: 100%;
  height: 5px;
  display: flex;
}
.levels .level {
  background-color: #000;
  height: 100%;
  width: 100%;
  opacity: 0.1;
}
.levels .level:nth-child(1) {
  border-radius: 1rem 0 0 1rem;
  opacity: 1;
  background-color: #0096ff;
}
.levels .level:nth-child(3) {
  border-radius: 0 1rem 1rem 0;
}
.create_initiated .content1 {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: start;
  width: 100%;
  gap: 1rem;
}
.create_initiated h2 {
  font-family: kantu semibold;
  font-weight: 400;
  font-size: 1.75rem;
  line-height: 100%;
}
.create_initiated p {
  font-family: kantu medium;
  font-weight: 400;
  line-height: 100%;
}
.domain_preview1_a {
  width: 100%;
}
.domain_preview1_a:hover {
  opacity: 0.7;
}
.domain_preview1 {
  width: 100%;
  height: 65px;
  background-color: #0096ff1a;
  border: 1px solid rgb(0, 150, 255, 0.3);
  border-radius: 0.2rem;
  display: flex;
  align-items: center;
  justify-content: start;
  gap: 0.75rem;
  padding: 0 0 0 1rem;
}
.domain_preview1 i {
  font-size: 1.5rem;
  color: #0096ff;
}
.preview1_links {
  display: flex;
  align-items: start;
  flex-direction: column;
  justify-content: center;
}
.preview1_links p {
  line-height: 120%;
  font-size: 0.9rem;
  color: #000;
}
.preview1_links p:nth-child(1) {
  font-family: kantu medium;
  opacity: 0.7;
  font-size: 0.85rem;
}
.preview1_links p:nth-child(2) {
  font-family: kantu semibold;
}
.initiated_loader {
  width: 90px;
  height: 90px;
  border: 10px solid rgba(0, 0, 0, 0.15);
  border-bottom: 10px solid rgb(0, 149, 255);
  border-radius: 100px;
  animation: load 0.5s infinite linear;
}
.underline_style_1 {
  text-decoration: underline;
  color: #000;
}
.underline_style_1:hover {
  opacity: 0.5;
}
.loadingTakingLong {
  position: absolute;
  bottom: 1.5rem;
  font-size: 1.1rem;
  text-decoration: underline;
  font-family: poppins med !important;
  -webkit-user-select: none;
  user-select: none;
}
.loadingTakingLong:hover {
  opacity: 0.5;
}
.dashboard_icon {
  margin-right: 1rem;
  width: 10px;
  color: #000;
  opacity: 0.5;
}
label.section_input_label {
  font-size: 1rem;
  font-family: poppins reg;
  padding: 0 0 5px;
}
label.section_input_label_alone {
  font-size: 1rem;
  font-family: poppins reg;
}
.chain_widget_wrapper {
  width: 100%;
  height: 100vh;
  position: fixed;
  top: 0;
  left: 0;
  background-color: #0000004d;
  z-index: 100;
  display: flex;
  align-items: center;
  justify-content: center;
}
.chain_widget_wrapper .chain_widget {
  width: 440px;
  background-color: #171c26;
  border-radius: 5px;
  padding: 1.75rem;
  display: flex;
  flex-direction: column;
  align-items: start;
  justify-content: start;
  gap: 2.5rem;
}
.chain_widget .top {
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.chain_widget .top .logo {
  display: flex;
  align-items: center;
  justify-content: center;
}
.chain_widget .top .logo img {
  width: 35px;
}
.chain_widget .top .logo p {
  font-size: 1.5rem;
  color: #fff;
  font-family: kantu bold;
  font-size: 1.75rem;
  letter-spacing: -1px;
}
.chain_widget .top span.x {
  display: flex;
  align-items: center;
  justify-content: center;
  height: 33px;
  width: 33px;
  border-radius: 5px;
  -webkit-user-select: none;
  user-select: none;
  cursor: pointer;
}
.chain_widget .top span.x:hover {
  background-color: #ffffff1a;
}
.chain_widget .top span.x span {
  display: flex;
  align-items: center;
  justify-content: center;
  color: #fff;
  font-family: kantu regular;
  font-size: 2.1rem;
  rotate: 45deg;
}
.chain_widget .center_content {
  width: 100%;
  display: flex;
  flex-direction: column;
  justify-content: start;
  align-items: center;
  gap: 1.75rem;
}
.chain_widget .center_content .center_content_heading {
  width: 100%;
  font-family: kantu semibold;
  font-size: 1.1rem;
  color: #fff;
}
.options_widget_wrapper {
  width: 100%;
  height: 100vh;
  position: fixed;
  top: 0;
  left: 0;
  background-color: #0000004d;
  z-index: 100;
  display: flex;
  align-items: center;
  justify-content: center;
}
.options_widget_wrapper .options_widget {
  width: 500px;
  background-color: #171c26;
  border-radius: 12px;
  padding: 1.75rem;
  display: flex;
  flex-direction: column;
  align-items: start;
  justify-content: start;
  gap: 2.5rem;
}
.options_widget .top {
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.options_widget .top .logo {
  display: flex;
  align-items: center;
  justify-content: center;
}
.options_widget .top .logo img {
  width: 35px;
}
.options_widget .top .logo p {
  font-size: 1.5rem;
  color: #fff;
  font-family: kantu bold;
  font-size: 1.75rem;
  letter-spacing: -1px;
}
.options_widget .top span.x {
  display: flex;
  align-items: center;
  justify-content: center;
  height: 33px;
  width: 33px;
  border-radius: 5px;
  -webkit-user-select: none;
  user-select: none;
  cursor: pointer;
}
.options_widget .top span.x:hover {
  background-color: #ffffff1a;
}
.options_widget .top span.x span {
  display: flex;
  align-items: center;
  justify-content: center;
  color: #fff;
  font-family: kantu regular;
  font-size: 2.1rem;
  rotate: 45deg;
}
.options_widget .center_content {
  width: 100%;
  display: flex;
  flex-direction: column;
  justify-content: start;
  align-items: center;
  gap: 1.75rem;
}
.options_widget .center_content .center_content_heading {
  width: 100%;
  font-family: kantu semibold;
  font-size: 1.1rem;
  color: #fff;
}
.center_content .btn_style_popup {
  width: 100%;
  height: 40px;
  font-size: 1.1rem;
  background-color: #3593ff;
  border: 0;
  border-radius: 2.5px;
  font-family: kantu semibold;
  color: #fff;
}
.center_content .or_continue_with {
  width: 100%;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: start;
}
.center_content .or_continue_with .divider {
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  position: relative;
}
.center_content .or_continue_with .divider p {
  color: #ffffffbf;
  font-family: kantu semibold;
  font-size: 0.95rem;
  position: relative;
  background-color: #171c26;
  padding: 0 10px;
}
.center_content .or_continue_with .divider span {
  width: 100%;
  height: 1px;
  background-color: #fff3;
  position: absolute;
}
.widget_options {
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: start;
  gap: 1rem;
}
.widget_options .widget_option {
  width: 100px;
  height: 100px;
  flex-grow: 1;
  border-radius: 5px;
  background-color: #fff;
}
.demos_page {
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
}
.demos_page h1 {
  width: 100%;
  text-align: center;
  font-family: kantu bold;
}
.demos_page p {
  width: 100%;
  text-align: center;
  font-family: kantu regular;
}
.support_page {
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
}
.support_page h1 {
  width: 100%;
  text-align: center;
  font-family: kantu bold;
}
.support_page p {
  width: 100%;
  text-align: center;
  font-family: kantu regular;
}
.support_options {
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-wrap: wrap;
  gap: 1rem;
}
.support_option {
  padding: 1rem;
  background-color: #000;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 10px;
  gap: 5px;
}
.support_option:hover {
  opacity: 0.9;
}
.support_option.telegram {
  background-color: #3593ff;
}
.support_option.x {
  background-color: #000;
}
.memecoin-builder {
  max-width: 90%;
  margin: 0 auto;
  padding: 2rem;
  font-family: Arial, sans-serif;
  line-height: 1.6;
  color: #000;
}
.memecoin-builder h1 {
  font-size: 2.5rem;
  margin-bottom: 1rem;
  font-family: kantu bold;
}
.memecoin-builder h2 {
  font-size: 1.8rem;
  margin: 2rem 0 1rem;
  font-family: kantu bold;
}
.memecoin-builder p {
  margin-bottom: 1rem;
  font-family: kantu medium;
}
.memecoin-builder ul,
.memecoin-builder ol {
  margin: 1rem 0 1.5rem 1.5rem;
  font-family: kantu medium;
}
.faq-item {
  margin-bottom: 1.5rem;
}
.cta-box {
  background: #008cff80;
  border: 3px solid #008cff;
  padding: 2rem;
  text-align: center;
  margin-top: 2rem;
  border-radius: 8px;
}
.cta-box h2 {
  margin-bottom: 1rem;
}
.cta-button {
  display: inline-block;
  padding: 0.8rem 1.5rem;
  background: #fff;
  color: #000;
  font-weight: 700;
  text-decoration: none;
  border-radius: 6px;
  transition: 0.3s ease;
}
.cta-button:hover {
  background: #ffdb4d;
}
.tag {
  display: flex;
  align-items: center;
  justify-content: start;
  gap: 10px;
}
@media only screen and (max-width: 800px) {
  .memecoin-builder {
    width: 100%;
    padding: 0.5rem;
  }
  iframe {
    width: 100%;
  }
}
@font-face {
  font-family: Margarine;
  src: url(/assets/ReadexPro-VariableFont_HEXP_wght-C6mJ7zqK.ttf);
}
@font-face {
  font-family: Micro;
  src: url(/assets/Micro-C627m7Ea.ttf);
}
@font-face {
  font-family: jakarta regular;
  src: url(/assets/PlusJakartaSans-Regular-DBSa4cpH.ttf);
}
@font-face {
  font-family: jakarta semibold;
  src: url(/assets/PlusJakartaSans-SemiBold-E-AGeNse.ttf);
}
@font-face {
  font-family: jakarta bold;
  src: url(/assets/PlusJakartaSans-Bold-K_68Q89b.ttf);
}
@font-face {
  font-family: jakarta extrabold;
  src: url(/assets/PlusJakartaSans-ExtraBold-BPMfZ3D1.ttf);
}
@font-face {
  font-family: comicnsans;
  src: url(/assets/ComicNeueSansID-CoWVQVEd.ttf);
}
@font-face {
  font-family: super cartoon;
  src: url(/assets/SuperCartoon-DZ9uExWz.ttf);
}
@font-face {
  font-family: piglet;
  src: url(/assets/PigletPro-D2FP2Wqh.ttf);
}
@font-face {
  font-family: taj;
  src: url(/assets/tajawal-BF6-vjr0.ttf);
}
@font-face {
  font-family: km;
  src: url(/assets/km-Bko3syuC.ttf);
}
@font-face {
  font-family: riffic;
  src: url(/assets/riffic-C7ZoFRnS.ttf);
}
@font-face {
  font-family: archivo;
  src: url(/assets/ArchivoBlack-Regular-CrNC9wvr.ttf);
}
@font-face {
  font-family: abee;
  src: url(/assets/ABeeZee-Regular-kmjGvR2z.ttf);
}
@font-face {
  font-family: dino;
  src: url(/assets/Dinosaur-Bo8IeRqv.ttf);
}
@font-face {
  font-family: poppinsbold;
  src: url(/assets/Poppins-Bold-qTAUjFF7.ttf);
}
@font-face {
  font-family: poppins semi;
  src: url(/assets/Poppins-SemiBold-B_fPDAUb.ttf);
}
@font-face {
  font-family: poppins med;
  src: url(/assets/Poppins-Medium-Cxde2ZoM.ttf);
}
@font-face {
  font-family: poppins reg;
  src: url(/assets/Poppins-Regular-CTKNfV9P.ttf);
}
@font-face {
  font-family: poppins light;
  src: url(/assets/Poppins-Light-DT6-CsId.ttf);
}
.right_arrow {
  width: 30px !important;
}
.arrow {
  border: solid black;
  border-width: 0 3px 3px 0;
  display: inline-block;
  padding: 3px;
}
.right {
  transform: rotate(-45deg);
  -webkit-transform: rotate(-45deg);
}
.left {
  transform: rotate(135deg);
  -webkit-transform: rotate(135deg);
}
.up {
  transform: translateY(2px) rotate(-135deg) !important;
  -webkit-transform: rotate(-135deg);
}
.down {
  transform: translateY(-1px) rotate(45deg) !important;
  -webkit-transform: rotate(45deg);
}
@font-face {
  font-family: kantu light;
  src: url(/assets/KantumruyPro-Light-BLoxq3_b.ttf);
}
@font-face {
  font-family: kantu regular;
  src: url(/assets/KantumruyPro-Regular-9AfvXAeV.ttf);
}
@font-face {
  font-family: kantu medium;
  src: url(/assets/KantumruyPro-Medium-jj83rUUM.ttf);
}
@font-face {
  font-family: kantu semibold;
  src: url(/assets/KantumruyPro-SemiBold-BUPmCklh.ttf);
}
@font-face {
  font-family: kantu bold;
  src: url(/assets/KantumruyPro-Bold-C0elmSPr.ttf);
}
@keyframes headingPop {
  50% {
    transform: scale(1.05);
  }
}
@keyframes fadeIn {
  0% {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}
@keyframes flyIn {
  0% {
    scale: 0;
  }
  to {
    scale: 1;
  }
}
@keyframes crown {
  50% {
    scale: 1.05;
  }
}
@keyframes moving_logo {
  30% {
    transform: rotate(10deg) scale(1.1);
  }
  60% {
    transform: rotate(-10deg) scale(1.1);
  }
  90% {
    transform: rotate(0) scale(1);
  }
}
@keyframes moveMove {
  to {
    transform: translateY(-150vh) rotate(860deg);
  }
}
@keyframes moveMove_right {
  to {
    transform: translate(50vh, -150vh) rotate(160deg);
  }
}
@keyframes moveMove_left {
  to {
    transform: translate(-50vh, -150vh) rotate(460deg);
  }
}
@keyframes graphic_animation {
  0% {
    scale: 1;
  }
  25% {
    scale: 0.9;
  }
  50% {
    scale: 1.05;
  }
  75% {
    scale: 0.95;
  }
  to {
    scale: 1;
  }
}
@keyframes load {
  to {
    rotate: 360deg;
  }
}
@keyframes throwIn {
  0% {
    transform: translateY(100px);
  }
  to {
    transform: translate(0);
  }
}
@keyframes menu_icon_hover_animation {
  0% {
    rotate: 0deg;
  }
  20% {
    rotate: 6deg;
  }
  40% {
    rotate: -6deg;
  }
  60% {
    rotate: -2deg;
  }
  80% {
    rotate: 1deg;
  }
}
.break_text {
  word-wrap: break-word;
  overflow-wrap: break-word;
  white-space: normal;
  display: block;
}
.align_text {
  width: 100%;
  text-align: center;
}
* {
  padding: 0;
  margin: 0;
  box-sizing: border-box;
}
:root {
  font-family: Inter, system-ui, Avenir, Helvetica, Arial, sans-serif;
  font-weight: 400;
  color-scheme: light dark;
  font-synthesis: none;
  text-rendering: optimizeLegibility;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  background-color: #fff;
}
body {
  margin: 0;
  padding: 0;
  min-height: 100vh;
  background-color: #3dbcfc;
}
.ghap {
  width: 100%;
  height: 2rem;
}
.home_wrapper {
  width: 100%;
  min-height: 100vh;
  position: absolute;
  top: 0;
  padding: 150px 0;
  gap: 1rem;
  display: flex;
  align-items: center;
  flex-direction: column;
  background-color: #fff;
}
.home_headings {
  display: flex;
  justify-content: center;
  flex-direction: column;
  gap: 0.5rem;
}
.home_headings h1 {
  font-size: 3rem;
  font-family: poppins semi;
  font-weight: 400;
}
.filters {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 1rem;
}
.home_headings p {
  color: #000;
  font-family: poppins med;
  font-weight: 400;
  font-size: 1rem;
  width: 100%;
  text-align: center;
  background-color: #e3e3e3;
  padding: 0.5rem;
  border-radius: 100px;
}
.text_logo {
  color: #fff;
  font-family: Micro;
  font-weight: 400;
}
.top_projects {
  width: 80%;
  display: flex;
  align-items: end;
  justify-content: center;
  min-height: 200px;
}
.top_project {
  width: 100%;
  display: flex;
  align-items: center;
  flex-direction: column;
  gap: 1rem;
  position: relative;
}
.top_projects .top_project .stand {
  width: 100%;
  background-color: #000;
}
.stand_wrapper {
  width: 100%;
  height: 100px;
  background-color: #000;
  display: none;
}
.top_projects .top_project:nth-child(1) .stand {
  border-radius: 0.25rem 0rem 0 0.25rem;
  height: 100px;
}
.top_projects .top_project:nth-child(2) .stand {
  height: 200px;
  border-radius: 0.25rem 0.25rem 0 0;
}
.top_projects .top_project:nth-child(3) .stand {
  height: 100px;
  border-radius: 0rem 0.25rem 0.25rem 0;
}
.top_project_info {
  width: 65%;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
}
.recently_made_wrapper {
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
  gap: 2rem;
}
.recently_made_project {
  display: grid;
  grid-template-columns: repeat(auto-fill, minmax(240px, 1fr));
  grid-gap: 1rem;
  padding: 0 5%;
  justify-items: center;
  justify-content: center;
  align-items: center;
}
.recently_made_project p.fetching {
  width: 100%;
  text-align: center;
}
.top_project.recently_made {
  width: 100%;
}
.project_socials_ {
  padding: 0.5rem 0;
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 0.1rem;
}
.project_socials_ a p {
  font-size: 1.2rem;
  color: #000;
  font-family: Arial, Helvetica, sans-serif;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  line-height: 100%;
}
.project_socials_ .socials {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 0.2rem;
}
.project_socials_ .social_link_ img {
  width: 50px;
}
@media (max-width: 1200px) {
  .recently_made_project {
    grid-template-columns: repeat(auto-fill, minmax(220px, 1fr));
  }
}
@media (max-width: 768px) {
  .recently_made_project {
    grid-template-columns: repeat(auto-fill, minmax(200px, 1fr));
    padding: 0 1rem;
  }
}
@media (max-width: 480px) {
  .recently_made_project {
    grid-template-columns: repeat(auto-fill, minmax(150px, 1fr));
  }
  .project_socials_ .social_link_ img {
    width: 40px;
  }
}
.top_project.recently_made .web_ *:hover,
.top_project.recently_made img.pump_icon:hover {
  opacity: 0.8;
  scale: 1.05;
}
.top_project.recently_made .social_ :hover {
  opacity: 0.6;
  scale: 1.3;
}
.top_project.recently_made .top_project_info {
  width: 100% !important;
}
@media only screen and (max-width: 800px) {
  .recently_made_wrapper {
    gap: 1rem;
  }
  .search input {
    width: 200px;
  }
}
.search input:focus {
  outline: none;
}
.search button {
  height: 48px;
  padding: 0 1rem;
  font-size: 1rem;
  font-family: jakarta bold;
  font-weight: 400;
  border-radius: 0.25rem;
  border: 0;
  background-color: #3e9efd;
  color: #fff;
}
img.top_project_medal {
  width: 100px;
  position: relative;
  z-index: 1;
}
img.top_project_medal.crown {
  animation: crown 0.9s ease-in-out infinite;
}
.top_project_info .top_project_pfp {
  width: 100%;
  border-radius: 0.2rem;
  overflow: hidden;
  display: flex;
  align-items: center;
  justify-content: center;
  position: relative;
}
.top_project_pfp .boosts_ {
  position: absolute;
  display: flex;
  gap: 0.5rem;
  align-items: center;
  justify-content: center;
  bottom: 0.5rem;
  right: 0.5rem;
  background-color: gold;
  padding: 0.2rem 0.4rem;
  font-family: jakarta semibold;
  font-weight: 400;
  border-radius: 0.25rem;
  color: #000;
  font-size: 0.9rem;
}
.boosts_ img {
  width: 20px !important;
}
.top_project_pfp .pump_icon {
  width: 50px;
  height: 50px;
  aspect-ratio: 1/1;
  position: absolute;
  bottom: 0.5rem;
  left: 0.5rem;
  border-radius: 0.25rem;
  border: 2px solid #19413b;
}
.top_project_pfp img {
  width: 100%;
  aspect-ratio: 1/1;
  object-fit: cover;
}
.top_project_info .top_project_socials {
  width: 100%;
  height: 50px;
  display: flex;
}
.top_project_socials {
  overflow: hidden;
}
.top_project_info .top_project_socials .web_ {
  width: 100%;
  max-width: 70%;
  background-color: #ffc738;
  border-radius: 0 0 0 0.25rem;
  display: flex;
  align-items: center;
  justify-content: center;
  font-family: jakarta semibold;
  font-weight: 400;
  padding: 0 5px;
}
.web_ p {
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
}
.top_project_info .top_project_socials .social_ {
  height: 100%;
  aspect-ratio: 1/1;
  display: flex;
  align-items: center;
  justify-content: center;
}
.social_ img {
  width: 70%;
}
.a:nth-child(3) .social_ {
  border-radius: 0 0 0.25rem;
}
.top_project .top_project_info .top_project_socials div:nth-child(1) {
  background-color: #ffc738;
  color: #000;
}
.top_project .top_project_info .top_project_socials a:nth-child(2) div {
  background-color: #000 !important;
}
.top_project .top_project_info .top_project_socials a:nth-child(3) div {
  background-color: #27a4e3 !important;
  border-radius: 0 0 0.25rem;
}
.launch_site_wrapper {
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
  gap: 0.5rem;
  bottom: 0;
  background-color: #e5f6ff;
  padding: 1rem;
  border-radius: 0.25rem;
  color: #000;
}
.launch_site_wrapper button {
  background-color: #3e9efd;
  color: #fff;
  padding: 0rem 2rem;
  font-size: 1.4rem;
  border: 0;
  font-weight: 700;
  border-radius: 0.25rem;
  height: var(--input_width);
  font-family: poppins semi;
  font-weight: 400;
  cursor: pointer;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 0.25rem;
}
.launch_site_wrapper button img {
  height: 40px;
  transform: translateY(1px);
}
.launch_site_wrapper p {
  font-size: 1rem;
  font-family: jakarta regular;
  font-weight: 400;
}
.memesite_results {
  width: 100%;
  display: flex;
  flex-direction: column;
  gap: 0.5rem;
}
.memesite_results .memesite_result {
  width: 100%;
  height: 100px;
  border-radius: 0.25rem;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 0 1.25rem;
  border: 2px solid #3e9efd;
  position: relative;
  gap: 2rem;
}
.memesite_results .memesite_result:hover {
  scale: 1.02;
}
.memesite_result .buttons_ {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  gap: 0.25rem;
}
.memesite_result .buttons_ button {
  width: 130px;
  height: 30px;
  border: 0;
  border-radius: 0.25rem;
  background-color: #000;
  font-weight: 700;
  cursor: pointer;
  font-size: 0.9rem;
  font-family: jakarta extrabold;
  font-weight: 400;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 0.25rem;
  color: #fff;
}
.memesite_result .buttons_ button img {
  width: 20px;
}
.memesite_result .buttons_ button:nth-child(2) {
  background-color: transparent;
  color: #000;
  text-decoration: underline;
}
.memesite_result .buttons_ button:nth-child(2):hover {
  background-color: #00000026;
}
.memesite_result.selected .buttons_ button:nth-child(2):hover {
  background-color: #0000;
}
.memesite_result .buttons_ button:hover {
  background-color: #242424;
}
.transaction_button {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  gap: 5px;
  width: 100%;
}
.transaction_button p,
.transaction_button b {
  color: #000;
  font-family: kantu medium;
  font-size: 0.9rem;
}
.sign_into_wallet_wrapper {
  width: 100%;
  height: 100vh;
  top: 0;
  left: 0;
  position: fixed;
  display: flex;
  align-items: center;
  justify-content: center;
  background-color: #00000080;
  z-index: 1000;
}
.sign_into_wallet_wrapper .sign_into_wallet {
  width: 500px;
  background-color: #fff;
  border-radius: 0.5rem;
  display: flex;
  flex-direction: column;
  align-items: center;
  padding: 2rem;
  font-size: 1rem;
  font-family: poppins med;
  font-weight: 400;
}
@media only screen and (max-width: 500px) {
  .sign_into_wallet_wrapper .sign_into_wallet {
    width: 95%;
    padding: 2rem;
  }
}
.errormsg {
  color: #c70c0c;
  background-color: #ffdada;
  padding: 0.5rem 1rem;
  border: 2px solid #c70c0c;
}
.sign_into_wallet p.preview {
  padding: 0.5rem 1rem;
  background-color: #e5f6ff;
  border: 2px solid #3e9efd;
  font-size: 1.2rem;
  -webkit-user-select: none;
  user-select: none;
  color: #000;
  border-radius: 0.5rem;
}
.temp1_chart {
  width: 90%;
  border-radius: 1rem;
  border: 3px solid black;
  max-width: 1100px;
}
* {
  padding: 0;
  margin: 0;
  box-sizing: border-box;
  text-decoration: none;
}
:root {
  font-family: Inter, system-ui, Avenir, Helvetica, Arial, sans-serif;
  font-weight: 400;
  color-scheme: light dark;
  font-synthesis: none;
  text-rendering: optimizeLegibility;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  --input_width: 48px;
}
.match_up {
  font-size: 1.1rem;
  border-radius: 0.25rem;
  border: 0;
  padding: 0 1.5rem;
  height: var(--input_width);
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 1rem;
  font-family: jakarta bold;
  font-weight: 400;
  transition: 0.2s;
}
.match_up:hover {
  opacity: 0.8;
}
body {
  margin: 0;
  padding: 0;
  min-height: 100vh;
  background-color: #fff;
}
.colors {
  background-color: #e5f6ff;
  background-color: #3e9efd;
}
.create_page_menu_wrapper {
  width: 100%;
  top: 0;
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 0rem 3rem;
  height: 90px;
  border-bottom: 1.5px solid rgb(194, 194, 194);
  background-color: #fff;
  gap: 0.5rem;
  position: relative;
  z-index: 2;
}
@media only screen and (max-width: 800px) {
  .create_page_menu_wrapper {
    padding: 0rem 1rem;
  }
}
.create_page_menu_wrapper img {
  width: 50px;
}
h1.text_logo {
  font-size: 2.5rem;
  line-height: 80%;
  color: #000;
  transform: translateY(5px);
}
ul.links {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 1rem;
  font-family: jakarta semibold;
  font-weight: 400;
  font-size: 1.1rem;
  flex-wrap: wrap;
  line-height: 50%;
}
.links a {
  color: #000 !important;
}
.links a:hover {
  opacity: 0.7;
  scale: 1.05;
}
@media only screen and (max-width: 800px) {
  ul.links {
    font-size: 0.9rem;
  }
}
@media only screen and (max-width: 500px) {
  ul.links {
    display: none;
  }
}
button.profile {
  background-color: #cecece;
  background-color: #e3e3e3;
  background-color: #000;
  color: #fff;
  display: flex;
  align-items: center;
  justify-content: start;
  gap: 0.5rem;
  padding: 0 1.5rem;
}
button.profile img {
  width: 25px;
}
.recents_bar {
  display: flex;
  margin-left: 2rem;
  gap: 0.5rem;
}
div.recently_made_website {
  color: #000;
  background-color: #3e9efd;
  height: 50px;
  display: flex;
  justify-content: center;
  gap: 0.6rem;
  padding: 0.5rem;
  align-items: center;
  border-radius: 0.25rem;
}
div.recently_made_website:hover {
  opacity: 0.95;
  scale: 0.95;
}
div.recently_made_website img {
  height: 100%;
  width: unset;
  border-radius: 0.5rem;
}
div.recently_made_website p.proj {
  color: #fff;
  font-family: jakarta extrabold;
  font-weight: 400;
  font-size: 1rem;
  display: flex;
  flex-direction: column;
  align-items: start;
  justify-content: start;
  line-height: 90%;
}
p.proj span {
  font-family: jakarta regular;
  font-weight: 400;
  font-size: 0.7rem;
}
div.recently_made_website p.time {
  color: #fff;
  font-family: jakarta regular;
  font-weight: 400;
  font-size: 0.9rem;
}
.create_a_website_wrapper {
  width: 100%;
  min-height: 100vh;
  display: flex;
  align-items: start;
  justify-content: center;
  position: absolute;
  top: 0;
  left: 0;
  color: #000;
  background-color: #fff;
  padding: 140px 0 50px;
}
.create_a_website {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  gap: 0.7rem;
  width: 380px;
}
@media only screen and (max-width: 430px) {
  .create_a_website {
    width: 80%;
  }
}
.step_button {
  width: 100%;
  height: var(--input_width);
  font-size: 1rem;
  font-family: Arial, Helvetica, sans-serif;
  font-family: jakarta semibold;
  font-weight: 700;
  background-color: #efab43;
  background-color: #3e9efd;
  background-color: #000;
  color: #fff;
  border: 0;
  border-radius: 0.25rem;
}
.create_page_menu_wrapper button {
  height: var(--input_width);
  font-size: 1rem;
  font-family: jakarta bold;
  font-weight: 700;
  background-color: #efab43;
  background-color: #3e9efd;
  background-color: #000;
  color: #fff;
  border: 0;
  border-radius: 0.25rem;
}
.generate_templates_heading {
  width: 100%;
  height: 40px;
  background-color: #171c2640;
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 0 1rem;
  font-size: 1.1rem;
  font-family: Inter, sans-serif;
  font-weight: 700;
  font-style: normal;
  border-radius: 100px;
  font-family: kantu bold;
  opacity: 0.9;
}
.templates {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 1rem;
  padding: 1rem 0 0;
}
.templates .template {
  width: 330px;
  background-color: #3e9efd;
  border-radius: 0.75rem;
  position: relative;
  display: flex;
  align-items: center;
  flex-direction: column;
  justify-content: start;
  padding: 1.75rem;
  gap: 1rem;
}
.iframe_wrapper {
  width: 280px;
  height: 164px;
  position: relative;
  display: flex;
  align-items: center;
  flex-direction: column;
  justify-content: center;
  overflow: hidden;
  border-radius: 1rem;
  background-color: #000;
  border: 3px solid #cee0f4;
  border: 3.5px solid #b2cce7;
}
iframe.template_iframe {
  min-width: 1440px;
  min-height: 820px;
  pointer-events: none;
  scale: 0.2;
  border-radius: 0.25rem;
  overflow: hidden;
}
.preview_in_new_tab {
  position: absolute;
  bottom: 0.5rem;
  right: 0.5rem;
  background-color: #000;
  padding: 0.5rem;
  border: 0;
  border-radius: 5rem;
  display: flex;
  align-items: center;
  justify-content: center;
}
.preview_in_new_tab img {
  width: 20px;
}
.inset {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  background: linear-gradient(
    to bottom,
    transparent,
    transparent,
    rgb(0, 0, 0, 0.3)
  );
}
.template_name_price {
  display: flex;
  flex-direction: column;
  align-items: start;
  justify-content: center;
  width: 100%;
}
.template_name_price p.template_name {
  font-family: jakarta extrabold;
  font-weight: 400;
  font-size: 1.65rem;
}
.template_name_price .shade_wrapper {
  border-radius: 0.5rem;
  font-family: jakarta bold;
  font-weight: 400;
  font-size: 0.9rem;
  letter-spacing: 0.3px;
  opacity: 0.8;
}
.templates .template button.continute {
  width: 100%;
  bottom: 0;
  position: relative;
  background-color: gold;
  color: #000;
  font-family: jakarta extrabold;
  font-weight: 400;
  border-radius: 0.75rem;
}
.update_templates {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 0.5rem;
  padding: 1rem 0 0;
}
.update_templates .update_template {
  width: 270px;
  height: 310px;
  background-color: #000;
  background-color: #3e9efd;
  border-radius: 0.25rem;
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
}
.update_template img {
  width: 130px;
}
.update_template .type {
  width: 80%;
  height: 100px;
  background-color: #fff;
  border-radius: 0.25rem;
  display: flex;
  align-items: center;
  flex-direction: column;
  justify-content: center;
  font-family: jakarta bold;
  font-weight: 400;
  color: #000;
  font-size: 1.5rem;
}
.template_screen_wrapper {
  position: fixed;
  width: 100%;
  height: 100svh;
  display: flex;
  justify-content: center;
  align-items: center;
  top: 0;
  left: 0;
  z-index: 10;
  background-color: #75757559;
  backdrop-filter: blur(3px);
  -webkit-backdrop-filter: blur(3px);
}
.template_screen {
  position: relative;
  width: 100%;
  height: 100%;
  overflow: scroll;
  top: 0;
  left: 0;
  border: 1px solid rgb(194, 194, 194);
  background-color: #fff;
  background: url(./assets/backgrounds/bg7.jpg);
  background-size: cover;
  box-shadow: #32325d 0 13px 27px -5px, #0003 0 8px 16px -8px;
  border-radius: 0.25rem;
}
.close_preview {
  position: absolute;
  bottom: 2%;
  z-index: 1000;
  background-color: #000;
}
.step_heading {
  font-size: 2rem;
  font-family: jakarta semibold;
  font-weight: 400;
}
.more_socials {
  width: 100%;
  padding: 0.7rem 0;
  font-family: jakarta semibold;
  font-weight: 400;
  font-size: 1rem;
  display: flex;
  align-items: center;
  gap: 0.5rem;
}
.seperate {
  width: 100%;
  margin: 0.15rem 0;
}
.section label {
  text-align: left;
  width: 100%;
  font-family: jakarta semibold;
  font-weight: 400;
}
.section {
  width: 100%;
  display: flex;
  flex-direction: column;
}
input.info_input {
  width: 100%;
  height: var(--input_width);
  border: 0;
  background-color: #fff;
  border-radius: 0.25rem;
  border: 1px solid black;
  font-size: 1.1rem;
  color: #000;
  letter-spacing: 1px;
  font-family: jakarta semibold;
  font-weight: 400;
  text-align: left;
  padding: 0 1rem;
  background-color: #e5f6ff;
  border: 2px solid #3e9efd;
}
input.info_input:focus {
  outline: 2px solid black;
}
input.info_input::placeholder {
  opacity: 0.5;
}
.info_textarea {
  width: 100%;
  height: 80px;
  border: 0;
  background-color: #fff;
  border-radius: 0.25rem;
  border: 1px solid black;
  font-size: 1.1rem;
  color: #000;
  letter-spacing: 1px;
  font-family: jakarta semibold;
  font-weight: 400;
  text-align: left;
  padding: 0.5rem 0.8rem;
  resize: none;
  background-color: #e5f6ff;
  border: 2px solid #3e9efd;
}
.info_textarea:focus {
  outline: 2px solid black;
}
.info_textarea::placeholder {
  opacity: 0.5;
}
.textarea_wrapper {
  width: 100%;
  display: flex;
  flex-direction: column;
  align-items: start;
  justify-content: center;
  font-family: jakarta semibold;
  font-weight: 400;
}
.file_input_wrapper {
  width: 100%;
  display: flex;
  align-items: start;
  flex-direction: column;
  justify-content: center;
}
.file_or_color_input_wrapper {
  width: 100%;
  display: flex;
  flex-direction: column;
  gap: 0.5rem;
}
.file_or_color {
  display: flex;
  align-items: center;
  justify-content: start;
  width: 100%;
  height: 100%;
  gap: 0.5rem;
}
.file_or_color p {
  font-weight: 700;
}
.color_option {
  width: 70px;
  height: 70px;
  border: 2px solid black;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  font-size: 0.7rem;
  cursor: pointer;
}
.file_or_color_selected {
  position: absolute;
  background-color: red;
  color: #fff;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 0.7rem;
  padding: 0.2rem;
  bottom: 0.2rem;
}
.feeder_input_wrapper {
  display: flex;
  flex-wrap: wrap;
  width: 100%;
}
.feeder_file_wrapper {
  width: 70px;
  flex-grow: 1;
  background-color: #e5f6ff;
  border-radius: 0.25rem;
  border-radius: 0rem;
  border: 1.5px solid #000;
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  margin: 5px;
}
.image_bin {
  position: absolute;
  z-index: 1;
  bottom: 2px;
  right: 2px;
  padding: 5px;
  background-color: #d80e0e;
  border-radius: 100px;
  border: 0px solid black;
  display: flex;
  align-items: center;
  justify-content: center;
}
.image_bin .bin {
  width: 100%;
}
.input_wrapper {
  width: 70px;
  height: 70px;
  border-radius: 0.25rem;
  border-radius: 0rem;
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  border: 1px dashed rgb(0, 0, 0, 0.2);
}
.input_wrapper:hover,
.feeder_file_wrapper:hover {
  scale: 0.95;
}
.input_wrapper input[type="file"],
.feeder_file_wrapper input[type="file"] {
  font-size: 1rem;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  opacity: 0;
}
.imgshowcase {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
input[type="file"]::-webkit-file-upload-button {
  background: #000;
  border: black solid 3px;
  border: 0;
  padding: 0.3rem 0.5rem;
  border-radius: 0.25rem;
  color: #fff;
}
input[type="file"]::-webkit-file-upload-button:hover {
  background-color: #2e2e2e;
}
.domain_input {
  width: 100%;
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
}
.domain_status {
  position: absolute;
  right: -116px;
  height: 30px;
  font-family: jakarta bold;
  font-weight: 400;
  font-size: 0.8rem;
  padding: 0.25rem;
  border-radius: 0.25rem;
  opacity: 1;
  letter-spacing: 0.25px;
  width: 100px;
  display: flex;
  align-items: center;
  justify-content: center;
}
@media only screen and (max-width: 800px) {
  .domain_status {
    right: unset;
    bottom: -30%;
    height: 30px;
  }
  .feeder_file_wrapper {
    width: 30%;
  }
}
.domain_main_wrapper {
  width: 100%;
  font-family: jakarta semibold;
  font-weight: 400;
}
.domain_wrapper {
  width: 100%;
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
}
.domain_preview {
  color: #000;
  font-family: jakarta semibold;
  font-weight: 400;
  position: absolute;
  right: 1.5rem;
}
.section_info p.heading {
  font-family: jakarta bold;
  font-weight: 400;
  font-size: 0.9rem;
  width: 100%;
  color: #000;
}
.right_info p.para {
  font-family: jakarta regular;
  font-weight: 400;
  position: relative;
  font-size: 0.9rem;
  width: 100%;
  color: #000;
}
.double_text {
  width: 100%;
}
.image_uploads_area .templates {
  height: 100%;
  aspect-ratio: 1/1;
  border-radius: 0.25rem;
  border: 1px solid black;
  position: relative;
}
.images_upload_wrapper {
  display: flex;
  flex-wrap: wrap;
  gap: 0.5rem;
}
.images_upload_wrapper .image_uploads_area {
  width: 40%;
  flex-grow: 1;
}
.image_uploads_area .background_templates {
  background-color: #000;
  border: 0;
  position: absolute;
  right: 1rem;
  padding: 7px 9px;
  border-radius: 0.25rem;
  cursor: pointer;
  font-family: jakarta bold;
  font-weight: 400;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 0.25rem;
}
.background_templates img {
  width: 20px;
}
.templates_wrapper {
  width: 100.5%;
  background-color: red;
  position: absolute;
  top: 95%;
  z-index: 1;
  display: flex;
  align-items: start;
  justify-content: start;
  flex-wrap: wrap;
  padding: 1rem;
  gap: 0.5rem;
  border: 1px solid black;
  background-color: #000;
  border-radius: 0 0 0.25rem 0.25rem;
  box-shadow: #0000003d 0 3px 8px;
  animation: fadeIn 0.2s linear;
}
.templates_wrapper img.template_bg {
  width: 20%;
  height: unset;
  aspect-ratio: 1/1;
  object-fit: cover;
  flex-grow: 1;
  border: 0;
}
.templates_wrapper img.template_bg:hover {
  scale: 0.95;
  opacity: 0.95;
}
.creating_site_wrapper {
  width: 100%;
  height: 100vh;
  position: fixed;
  top: 0;
  left: 0;
  z-index: 10;
  background-color: #75757540;
  backdrop-filter: blur(3px);
  -webkit-backdrop-filter: blur(3px);
  display: flex;
  align-items: center;
  justify-content: center;
  color: #000;
}
.creating_site_wrapper .creating_site_popup {
  padding: 2rem;
  background-color: #fff;
  box-shadow: #32325d26 0 13px 27px -5px, #0003 0 8px 16px -8px;
  border-radius: 0.25rem;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  gap: 1rem;
  animation: flyIn 0.2s linear;
  position: relative;
}
.creating_site_popup img {
  width: 100px;
}
.creating_site_popup .popup_info {
  text-align: center;
  font-size: 1.1rem;
  line-height: 110%;
  font-family: jakarta bold;
  font-weight: 400;
  color: #000;
  max-width: 350px;
}
.payment_area {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 0.5rem;
  font-family: jakarta bold;
  font-weight: 400;
  font-size: 1rem;
  color: #000;
}
.payment_area button {
  background-color: gold;
  color: #000;
}
.loading {
  width: 50px;
}
.loading img {
  width: 100%;
}
.color_input_wrapper {
  width: 100%;
  display: flex;
  align-items: start;
  flex-direction: column;
  justify-content: center;
}
.color_wrapper {
  gap: 0.5rem;
  position: relative;
  display: flex;
  align-items: center;
  justify-content: start;
  width: 100%;
}
.reset_color {
  z-index: 1;
  width: 17px;
  height: 17px;
  background-color: #fff;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 100px;
  outline: 2px solid black;
}
.reset_color p {
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 20px;
  rotate: 45deg;
  color: #000;
}
.reset_color2 {
  width: 17px;
  height: 17px;
  font-size: 17px;
  z-index: 1;
}
.color_holder {
  height: 30px;
  width: 30px;
  background-color: #000;
  border: 1.5px solid black;
}
.color_wrapper input {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  opacity: 0;
}
.select_input_wrapper {
  width: 100%;
  display: flex;
  align-items: start;
  flex-direction: column;
  justify-content: center;
}
.select_wrapper {
  gap: 1rem;
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100%;
}
.select_wrapper .caret {
  position: absolute;
  right: 1rem;
}
.select_wrapper select {
  background-color: #00000003;
  height: 45px;
  width: 100%;
  padding: 0 1rem;
  color: #000;
  font-size: 1rem;
  font-family: kantu medium;
  font-weight: 550;
  border: 1px solid rgb(0, 0, 0, 0.2);
  appearance: none;
  -webkit-appearance: none;
  -moz-appearance: none;
}
.select_wrapper select:focus {
  outline: none !important;
}
* {
  padding: 0;
  margin: 0;
  box-sizing: border-box;
  scroll-behavior: smooth;
}
:root {
  font-family: Inter, system-ui, Avenir, Helvetica, Arial, sans-serif;
  font-weight: 400;
  color-scheme: light dark;
  font-synthesis: none;
  text-rendering: optimizeLegibility;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  background-color: #fff;
  color: #000;
}
* {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
  text-decoration: none;
  list-style: none;
}
body {
  min-height: 100vh;
  background-color: #000;
}
div.background_img {
  width: 100vw;
  height: 100vh;
  position: fixed;
  top: 0;
  left: 0;
}
div.background_shadow {
  width: 100%;
  height: 100vh;
  position: fixed;
  top: 0;
  left: 0;
}
.structure {
  position: absolute;
  top: 0;
  z-index: 100;
  left: 0;
  width: 100%;
  min-height: 100vh;
  padding: 4rem 0 2rem;
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 4rem;
}
.header_front_page {
  width: 80%;
  max-width: 1100px;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 2rem;
}
.header_front_page img.icon {
  width: 340px;
  object-fit: cover;
  border-radius: 1rem;
  position: relative;
  z-index: 1;
}
.header_socials {
  display: flex;
  align-items: center;
  justify-content: center;
  flex-wrap: wrap;
  gap: 0.3rem;
}
.header_socials img {
  width: 70px;
  height: 70px;
  object-fit: cover;
  border-radius: 100px;
  outline: 3px solid rgba(255, 255, 255, 0.05);
}
.header_info {
  width: 100%;
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 2rem;
}
.header_info h1 {
  font-size: 7rem;
  text-align: center;
  line-height: 100%;
  font-family: super cartoon;
  animation: headingPop 0.3s ease-in-out infinite;
  display: flex;
  align-items: center;
  justify-content: center;
  letter-spacing: 0px;
  color: #000;
  color: #fff;
}
.header_info p.text {
  font-size: 1.5rem;
  font-family: Margarine;
  background-color: #fff;
  padding: 1.5rem 2rem;
  color: #000;
  text-align: center;
  border-radius: 1rem;
  max-width: 450px;
}
.header_info div.contract {
  font-size: 1.5rem;
  font-family: Margarine;
  background-color: #fff;
  padding: 1rem 2rem;
  color: #000;
  display: flex;
  align-items: center;
  gap: 1rem;
  border-radius: 0.25rem;
  -webkit-user-select: none;
  user-select: none;
  box-shadow: 0 5px #000;
  border: 4px solid black;
}
div.template_two_ca {
  font-size: 1.2rem;
  font-family: Margarine;
  background-color: #fff;
  padding: 1rem 2rem;
  color: #000;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 1rem;
  border-radius: 0.25rem;
  -webkit-user-select: none;
  user-select: none;
  border: 4px solid black;
  width: 100%;
}
.header_info div.contract p {
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  max-width: 700px;
}
.header_info div.contract img {
  width: 25px;
}
.header_info button {
  width: 300px;
  height: 70px;
  border-radius: 10rem;
  font-size: 1.8rem;
  font-weight: 700;
  background-color: #fff;
  color: #000;
  box-shadow: 0 5px #000;
  border: 4px solid black;
}
@media only screen and (max-width: 800px) {
  .header_info div.contract {
    width: 100%;
  }
  .header_info h1 {
    font-size: 12vw;
  }
}
@media only screen and (max-width: 600px) {
  .header_info h1 {
    font-size: 14vw;
  }
  .header_socials {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    justify-content: center;
  }
  .header_socials img {
    width: 60px;
    height: 60px;
    object-fit: cover;
    border-radius: 100px;
  }
  .header_info p.text {
    font-size: 1rem;
  }
}
header.template_one_header {
  width: 80%;
  max-width: 1000px;
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.menu_logo_wrapper {
  display: flex;
  align-items: center;
  gap: 0.5rem;
}
.menu_logo_wrapper p {
  font-size: 2.5rem;
  font-family: super cartoon;
  font-weight: 700;
  color: #fff;
  text-shadow: 0 0 50px rgb(0, 0, 0, 0.25);
}
.menu_logo_wrapper .menu_logo {
  height: 90px;
  width: 90px;
  border-radius: 100%;
  object-fit: cover;
}
.menu_btns {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 0.5rem;
}
.menu_btns .menu_btn {
  width: 70px;
  height: 70px;
  border-radius: 100px;
}
@media only screen and (max-width: 550px) {
  .menu_logo_wrapper .menu_logo {
    height: 60px;
    width: 60px;
  }
  .menu_logo_wrapper p {
    font-size: 5vw;
  }
  .menu_btns {
    gap: 0.1rem;
  }
  .menu_btns .menu_btn {
    width: 50px;
    height: 50px;
    border-radius: 100px;
  }
}
.left_image_with_text {
  width: 80%;
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 2rem;
}
@media only screen and (max-width: 850px) {
  .left_image_with_text {
    flex-direction: column;
  }
}
.left_image_with_text img {
  width: 400px;
  border-radius: 1rem;
}
.left_image_with_text div.left_text {
  width: 400px;
  font-family: Margarine;
  background-color: #fff;
  padding: 1.5rem 1rem;
  color: #000;
  text-align: center;
  border-radius: 1rem;
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 0.5rem;
}
.left_image_with_text div.left_text p {
  font-size: 1.2rem;
}
@media only screen and (max-width: 650px) {
  .left_image_with_text {
    width: 90%;
  }
  .left_image_with_text img,
  .left_image_with_text div.left_text {
    width: 100%;
  }
  .left_image_with_text div.left_text p {
    font-size: 1rem;
  }
}
.image_banner {
  width: 70%;
  height: 200px;
  border-radius: 1rem;
  overflow: hidden;
}
.image_banner img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  border-radius: 1rem;
}
@media only screen and (max-width: 650px) {
  .image_banner {
    width: 90%;
  }
}
.how_to_buy_wrapper {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  gap: 2rem;
  border-radius: 1rem;
  width: 100%;
}
.how_to_buy_wrapper h1.buy_heading {
  font-size: 4rem;
  color: #fff;
  font-family: super cartoon;
  text-align: center;
  line-height: 90%;
}
.how_to_buy_wrapper .how_to_buy_bars {
  display: flex;
  align-items: center;
  justify-content: space-between;
  flex-wrap: wrap;
  gap: 1rem;
  width: 90%;
  max-width: 1100px;
}
.how_to_buy_wrapper .how_to_buy_bar {
  width: 100%;
  height: 330px;
  max-width: 32%;
  min-width: 290px;
  font-family: super cartoon;
  background-color: #fff;
  padding: 1.5rem 1rem 2rem;
  color: #000;
  text-align: center;
  border-radius: 1rem;
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 0.5rem;
}
@media only screen and (max-width: 1000px) {
  .how_to_buy_wrapper .how_to_buy_bars {
    justify-content: center;
  }
}
.how_to_buy_wrapper .how_to_buy_bar p {
  font-size: 1.5rem;
  font-family: Margarine;
}
.how_to_buy_wrapper .how_to_buy_bar a {
  margin-top: auto;
}
.how_to_buy_wrapper .how_to_buy_bar a img {
  width: 90px;
  height: 90px;
  object-fit: cover;
  border-radius: 1rem;
  background-color: #000;
}
.how_to_buy_wrapper .how_to_buy_bar img {
  margin-top: auto;
  width: 90px;
  height: 90px;
  object-fit: cover;
  border-radius: 1rem;
  background-color: #000;
}
.how_to_buy_wrapper .how_to_buy_bar .multiple_images {
  display: flex;
  align-items: center;
  gap: 0.5rem;
  margin-top: auto;
}
@media only screen and (max-width: 650px) {
  .how_to_buy_wrapper {
    width: 90%;
  }
  .how_to_buy_wrapper .how_to_buy_bars {
    width: 100%;
  }
  .how_to_buy_wrapper .how_to_buy_bar {
    width: 100%;
    max-width: unset;
    height: unset;
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 1rem;
  }
  .how_to_buy_wrapper .how_to_buy_bar p {
    font-size: 1rem;
  }
  .how_to_buy_wrapper .how_to_buy_bar img {
    width: 70px;
    height: 70px;
  }
  .how_to_buy_wrapper h1.buy_heading {
    font-size: 3rem;
    color: #fff;
    font-family: Margarine;
  }
}
footer.templateFooter {
  position: relative;
}
footer.templateFooter a {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  gap: 0.5rem;
  font-family: Margarine;
  text-decoration: none;
}
footer.templateFooter p {
  font-size: 1.2rem;
  color: #fff;
  text-shadow: 0 0 50px rgb(0, 0, 0, 0.25);
}
footer.templateFooter p.plug {
  border-radius: 1rem;
  color: #000;
  padding: 0rem 1rem;
  font-size: 1rem;
  display: flex;
  align-items: center;
  gap: 0rem;
  background-color: #fff;
}
footer.templateFooter p.plug span.logo {
  font-weight: 700;
  display: flex;
  align-items: center;
  gap: 0.2rem;
  justify-content: center;
  background-color: #fff;
  color: #000;
  padding: 0.3rem 0.5rem;
  border-radius: 1rem;
  letter-spacing: -0.5px;
  -webkit-user-select: none;
  user-select: none;
}
footer.templateFooter p.plug span.logo:hover {
  scale: 1.05;
  opacity: 0.9;
}
footer.templateFooter p.plug span.logo img {
  width: 20px;
}
@media only screen and (max-width: 650px) {
  footer.templateFooter p {
    text-align: center;
  }
}
.custom_footer {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  gap: 0.5rem;
}
.chart_wrapper_two {
  width: 80%;
}
.chart_wrapper_two iframe {
  border-radius: 1rem;
  border: 3px solid black;
}
.template_two_wrapper {
  width: 100%;
  min-height: 100svh;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  gap: 3rem;
  padding: 6% 0 3rem;
}
.template_two {
  width: 100%;
  position: relative;
  display: flex;
  justify-content: center;
  align-items: center;
  padding: 0 10%;
  gap: 3rem;
  font-family: Margarine;
  font-weight: 400;
}
.template_two .left_side_two {
  width: 50%;
  position: relative;
}
.template_two .left_side_two img {
  width: 100%;
  border-radius: 1rem;
}
.template_two .right_side_two {
  width: 50%;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
}
.template_two .right_side_two * {
  position: relative;
}
.right_side_two h1 {
  font-size: 6rem;
  color: #fff;
  width: 100%;
  text-align: center;
  line-height: 90%;
  margin-bottom: 1rem;
}
.seperator_line {
  width: 100%;
  height: 2px;
  border-radius: 100px;
  background-color: #fff;
  margin: 1rem 0;
}
.right_side_two p {
  font-size: 1.4rem;
  color: #fff;
  text-align: center;
}
.background_color {
  width: 100%;
  height: 110vh;
  position: fixed;
  top: 0;
  left: 0;
}
.template_two_shadow {
  position: absolute !important;
  width: 50%;
  opacity: 0.6;
}
div.template_two_ca {
  font-size: 1.2rem;
  font-family: Margarine;
  background-color: #fff;
  padding: 1rem 2rem;
  color: #000 !important;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 1rem;
  border-radius: 0.25rem;
  -webkit-user-select: none;
  user-select: none;
  border: 4px solid black;
  width: 100%;
}
@media only screen and (min-width: 600px) {
  div.template_two_ca:hover,
  div.contract:hover,
  .header_socials a:hover {
    scale: 0.97;
    opacity: 0.8;
  }
}
.template_two_ca p {
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  color: #000;
}
.template_two_ca img {
  height: 30px;
}
.template_two_blur {
  width: 100%;
  min-height: 100vh;
  height: 100%;
  background-color: #0000000d;
  position: fixed;
  backdrop-filter: blur(8px);
  -webkit-backdrop-filter: blur(8px);
  top: 0;
  left: 0;
  right: 0;
}
.template_two_footer {
  padding: 0.5rem 1rem;
  background-color: #fff;
  position: fixed !important;
  bottom: 0.5rem;
  right: 0.5rem;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 0.5rem;
  border-radius: 10rem;
  opacity: 0.8;
}
.template_two_footer:hover {
  opacity: 1;
}
.template_two_footer img {
  width: 20px;
}
.template_two_footer p {
  color: #000;
  font-size: 1rem;
  font-weight: 700;
  letter-spacing: -0.4px;
}
@media only screen and (max-width: 950px) {
  .template_two_wrapper {
    gap: 0rem;
  }
  .template_two {
    flex-direction: column;
    justify-content: start;
    padding: 50px 0;
    gap: 2rem;
  }
  .template_two .left_side_two {
    width: 70%;
  }
  .template_two .right_side_two {
    width: 100%;
    padding: 0 5%;
  }
  .right_side_two h1 {
    font-size: 4rem;
  }
  .seperator_line {
    margin: 0.5rem 0;
  }
  .template_two_shadow {
    position: absolute !important;
    width: 100%;
    opacity: 0.6;
  }
}
@media only screen and (max-width: 500px) {
  .template_two .left_side_two,
  .chart_wrapper_two {
    width: 90%;
  }
}
header.template_one_header_v2 {
  width: 80%;
  max-width: 1000px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  background-color: red;
  padding: 1rem 2rem;
  border-radius: 10rem;
  background-color: #fff;
}
header.template_one_header_v2 .menu_logo_wrapper {
  display: flex;
  align-items: center;
  gap: 0.5rem;
}
header.template_one_header_v2 .menu_logo_wrapper p {
  font-size: 2.5rem;
  font-family: Margarine;
  font-weight: 700;
  color: #000;
  text-shadow: 0 0 50px rgb(0, 0, 0, 0.25);
}
header.template_one_header_v2 .menu_logo_wrapper .menu_logo {
  height: 90px;
  width: 90px;
  border-radius: 100%;
  object-fit: cover;
}
header.template_one_header_v2 .menu_btns {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 0.5rem;
}
header.template_one_header_v2 .menu_btns .menu_btn {
  width: 70px;
  height: 70px;
  border-radius: 100px;
}
@media only screen and (max-width: 550px) {
  header.template_one_header_v2 .menu_logo_wrapper .menu_logo {
    height: 60px;
    width: 60px;
  }
  header.template_one_header_v2 .menu_logo_wrapper p {
    font-size: 5vw;
  }
  header.template_one_header_v2 .menu_btns {
    gap: 0.1rem;
  }
  header.template_one_header_v2 .menu_btns .menu_btn {
    width: 50px;
    height: 50px;
    border-radius: 100px;
  }
}
.material-symbols-rounded {
  font-family: Material Symbols Rounded;
  font-weight: 400;
  font-style: normal;
  font-size: 24px;
  line-height: 1;
  letter-spacing: normal;
  text-transform: none;
  display: inline-block;
  white-space: nowrap;
  word-wrap: normal;
  direction: ltr;
}
.sect_temp_one {
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
  gap: 2rem;
  padding: 1rem 0;
}
h1.sect_heading_auto {
  font-size: 4rem;
  font-family: super cartoon;
  color: #fff;
  width: 100%;
  text-align: center;
}
.n_text {
  width: 100%;
  font-size: 2.5rem;
  text-align: center;
  color: #fff;
}
.sect_temp_one_flex_row {
  width: 90%;
  max-width: 1100px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  flex-wrap: wrap;
  gap: 1rem;
}
.sect_temp_one_flex_row img {
  width: 30%;
  flex-grow: 1;
  aspect-ratio: 1/1;
  border-radius: 1rem;
  object-fit: cover;
}
body {
  background-color: #fdfdfd;
  background-color: #fff;
}
* {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
}
.webby_main_menu {
  display: flex;
  align-items: center;
  justify-content: left;
  background: linear-gradient(to right, #fff, #ffffffd9, #fff);
  width: 100%;
  padding: 0 5%;
  position: fixed;
  z-index: 10;
  -webkit-backdrop-filter: blur(9px);
  backdrop-filter: blur(9px);
  transition: 0.2s;
  border-bottom: 3px solid rgba(255, 255, 255, 0.5) !important;
}
.webby_main_menu ul {
  display: flex;
  align-items: center;
  justify-content: center;
  margin-left: 60px;
  gap: 0.5rem;
}
.webby_main_menu ul a {
  font-size: 1.1rem;
  color: #000;
  padding: 0.75rem 1.25rem;
  border-radius: 5000px;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 5px;
  font-family: kantu medium;
  font-family: kantu regular;
}
.webby_main_menu ul a:hover {
  background-color: #00000009;
}
.webby_main_menu ul a:hover img {
  animation: menu_icon_hover_animation 0.5s ease-in-out;
}
.webby_main_menu_logo {
  display: flex;
  align-items: center;
  justify-content: center;
  position: relative;
}
.webby_main_menu_logo img {
  width: 35px;
}
.webby_main_menu_logo:hover img {
  animation: menu_icon_hover_animation 0.5s ease-in-out;
}
.webby_main_menu_logo p {
  font-family: kantu bold;
  font-size: 1.75rem;
  letter-spacing: -1px;
  color: #171c26;
}
.webby_main_menu_logo.small {
  scale: 0.9;
}
.webby_main_menu_logo .in_beta {
  position: absolute;
  top: 0;
  right: -2px;
  width: 24px;
  height: 10px;
  display: flex;
  align-items: center;
  justify-content: center;
  background-color: #008cff;
  border-radius: 100px;
}
.webby_main_menu_logo .in_beta span {
  font-size: 7.15px;
  font-family: kantu bold;
  color: #fff;
}
.dashboard_menu_wrapper {
  width: 100%;
  height: 90px;
  background-color: #fff;
  top: 0;
  left: 0;
  z-index: 1;
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 0 1rem;
}
.dashboard_menu_wrapper .dashboard_menu_logo {
  height: 90%;
}
.dashboard_menu_logo {
  display: flex;
  align-items: center;
  justify-content: center;
}
.dashboard_menu_logo img.logo {
  width: 35px;
}
.dashboard_menu_logo p.logo {
  font-size: 1.75rem;
  font-family: kantu bold, sans-serif;
  font-optical-sizing: auto;
  font-weight: 800;
  font-style: normal;
  text-align: center;
  color: #171c26;
  letter-spacing: -1px;
}
.webby_builder_sidebar_bottom {
  width: 100%;
  display: flex;
  flex-grow: 1;
}
.home_page_webby {
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: start;
  flex-direction: column;
  min-height: 100vh;
}
.create_a_webby_page {
  width: 100%;
  min-height: 100vh;
  background-color: #fff;
  display: flex;
  align-items: center;
  justify-content: start;
  flex-direction: column;
  overflow: hidden;
  position: relative;
}
.home_page_webby_content {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 0;
  padding: calc(4rem + 115px) 0 6rem 0;
  width: 100%;
  min-height: 100vh;
  position: relative;
  background-color: #fff;
  border-radius: 25px;
  z-index: 1;
  border-bottom: 5px solid white;
  border-bottom: 10px solid white;
  gap: 1.5rem;
  overflow: hidden;
}
.home_page_webby_content h1.info {
  font-size: 4.25rem;
  color: #171c26;
  opacity: 1;
  font-family: kantu bold;
  letter-spacing: -1px;
  line-height: 90%;
  line-height: 100%;
  font-weight: 400;
}
.home_graphic {
  position: absolute;
  bottom: 0%;
  left: 0;
  width: 700px;
  width: 80vh;
  z-index: -1;
}
.support_icon {
  position: fixed;
  bottom: 0.5rem;
  right: 0.5rem;
  width: 70px;
  z-index: 1;
  display: none;
}
.domain_check_wrapper {
  display: flex;
  align-items: center;
  gap: 0.5rem;
  justify-content: center;
  flex-direction: column;
  width: 400px;
  width: 410px;
  position: relative;
  max-width: 85%;
}
.domain_check_wrapper div.input_wrapper1 {
  display: flex;
  align-items: center;
  justify-content: center;
  position: relative;
  width: 100%;
  height: 60px;
  gap: 10px;
}
.domain_check_wrapper .play_button {
  font-family: kantu bold;
  font-weight: 400;
  background-color: #3593ff;
  box-shadow: 0 0.3rem #0768d7 !important;
  display: flex;
  align-items: center;
  justify-content: center;
  aspect-ratio: 1/1;
  border-radius: 1000px;
  padding: 10px;
  width: 50px;
  height: 50px;
  cursor: pointer;
}
.domain_check_wrapper div.input_wrapper1 input {
  width: 100%;
  height: 100%;
  padding: 1rem 1.25rem;
  background-color: #f0f2f5;
  border-radius: 10px;
  border: 0px;
  color: #171c26;
  font-family: kantu medium;
  font-size: 1.15rem;
  text-align: center;
}
.domain_check_wrapper div.input_wrapper1 .showcase {
  position: absolute;
  -webkit-user-select: none;
  user-select: none;
  cursor: pointer;
  right: 0.75rem;
  top: 0.75rem;
  bottom: 0.75rem;
  display: flex;
  align-items: center;
  justify-content: center;
  font-family: kantu semibold;
  font-size: 1rem;
  padding: 0 5px 0 10px;
  border-radius: 100px;
  color: #171c26;
  background-color: #fff;
  box-shadow: 2px 2px 3px #171c0313;
}
.domain_check_wrapper div.input_wrapper1 .showcase img {
  width: 24px;
}
.domain_check_wrapper input:focus {
  border: 0px;
  outline: none;
}
.domain_check_wrapper input::placeholder {
  color: #0000004d;
  color: #171c2680;
}
.domain_check_wrapper .domain_check_a {
  width: 100%;
  height: 55px;
}
.dd_p {
  position: absolute;
  right: 16px;
  top: 16px;
  bottom: unset;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 100px;
  padding: 0.2rem;
}
.dd_p img {
  width: 25px;
}
.check_domain_loader {
  width: 25px;
  height: 25px;
  left: -2.5rem;
  border-radius: 100px;
  border: 4px solid black;
  border-left: 4px solid transparent;
  animation: load 0.5s infinite ease-in-out;
}
.hr_line {
  width: 500px;
  height: 4px;
  border-radius: 100px;
  background-color: #000;
  display: none;
}
.why_webby {
  display: flex;
  align-items: center;
  justify-content: start;
  flex-direction: column;
  font-family: kantu regular;
  font-weight: 400;
  font-size: 1rem;
}
.why_webby p:nth-child(1) {
  color: #171c26;
  font-family: kantu bold;
  margin-bottom: 5px;
  margin-top: 5px;
  line-height: 140%;
}
.why_webby p:nth-child(2) {
  color: #171c26;
  line-height: 140%;
  width: 100%;
  text-align: center;
  font-family: kantu regular;
}
span.underline {
  text-decoration: underline;
  text-decoration-color: #3593ff;
}
.tutorial {
  padding: 0rem var(--page_padding) 20px;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  gap: 1rem;
  position: relative;
}
.why_webby p span {
  font-family: kantu medium;
  text-decoration: underline;
}
.tutorial_steps {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 1rem;
  width: 100%;
  padding: 0 20%;
  flex-wrap: wrap;
  margin-bottom: 10px;
  margin-top: 10px;
  z-index: 1;
}
.tutorial_steps .tutorial_step {
  width: 240px;
  background-color: #171c26;
  display: flex;
  align-items: center;
  justify-content: start;
  text-align: center;
  gap: 0.5rem;
  padding: 0.5rem 1rem 0.5rem 0.5rem;
  border-radius: 10px;
}
.tutorial_step p {
  font-family: kantu semibold;
  font-size: 1rem;
  color: #fff;
}
.tutorial_step img {
  width: 40px;
  background-color: #3593ff;
  border-radius: 10px;
  padding: 0.5rem;
}
.options_panel_two {
  height: 100px;
  width: 400px;
  position: fixed;
  bottom: 0;
  left: 0;
  z-index: 1;
  display: flex;
  align-items: center;
  justify-content: center;
}
.options_panel_options {
  width: 100%;
  height: 100%;
  background-color: #f0f2f5;
  display: flex;
  align-items: start;
  padding: 0.75rem 1rem;
  gap: 0.5rem;
}
.options_panel_two .option_for_panel {
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
  gap: 8px;
  -webkit-user-select: none;
  user-select: none;
  cursor: pointer;
}
.options_panel_two .option_for_panel .option_icon_wrapper {
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 100px;
  padding: 0.2rem;
  width: 100%;
}
.options_panel_two .option_for_panel.active .option_icon_wrapper {
  background-color: #0000001a;
}
.options_panel_two .option_for_panel:hover .option_icon_wrapper {
  background-color: #0000001a;
  color: #fff;
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 100px;
  padding: 0.2rem;
  transition: 0.5s;
}
.options_panel_two .option_for_panel:hover img {
  scale: 1.05;
}
.options_panel_two .option_for_panel img {
  width: 27px;
}
.options_panel_two .option_for_panel p {
  font-size: 0.8rem;
  font-family: kantu semibold;
  letter-spacing: -0.25px;
  text-align: center;
  line-height: 100%;
  color: #171c26;
}
.option_icon_wrapper svg {
  font-size: 1.6em;
}
.grassy_graphic_wrapper {
  width: 100%;
  margin-top: -60px;
  margin-bottom: -60px;
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  display: none;
}
.grassy_graphic_wrapper .grassy_graphic {
  width: 100%;
  height: 200px;
  object-fit: cover;
  object-position: top;
}
.grassy_graphic_wrapper h1 {
  position: absolute;
  z-index: 1;
  font-family: kantu bold;
  color: #171c26;
  font-size: 3rem;
}
.grassy_graphic_blur {
  background-color: #ffffff40;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  -webkit-backdrop-filter: blur(3px);
  backdrop-filter: blur(3px);
  display: none;
}
.home_page_section_2 {
  width: 100%;
  padding: 100px 10%;
  background-color: #fff;
  border-radius: 25px;
  border-top: 10px solid white;
  position: relative;
  display: flex;
  align-items: center;
  justify-content: start;
  gap: 100px;
}
@media only screen and (max-width: 1200px) {
  .home_page_section_2 {
    padding: 100px 5%;
    gap: 5s0px;
  }
}
.home_page_section_2 img.book_graphic {
  width: 360px;
}
.home_page_section_2 h1 {
  font-family: kantu bold;
  font-weight: 400;
  font-size: 2.5rem;
  margin-bottom: 1.5rem;
}
.home_page_section_2 .steps {
  display: flex;
  flex-direction: column;
  align-items: start;
  justify-content: start;
  gap: 0.5rem;
}
.home_page_section_2 p {
  font-family: kantu regular;
  font-weight: 400;
  font-size: 1.1rem;
  display: flex;
  align-items: center;
  justify-content: start;
  gap: 10px;
}
.home_page_section_2 p span {
  border-radius: 100px;
  padding: 2.5px 8px;
  font-family: kantu bold;
  font-size: 0.8rem;
  background-color: #171c26;
  color: #fff;
  display: flex;
  align-items: center;
  justify-content: center;
  text-align: center;
}
.home_page_footer_wrapper {
  width: 100%;
  padding: 2rem 10%;
  background-color: #171c26;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
  gap: 1rem;
  overflow: hidden;
}
.home_page_footer_wrapper .home_page_footer {
  width: 100%;
  height: 100%;
  display: flex;
  align-items: start;
  justify-content: space-between;
}
.home_page_footer_wrapper .home_page_footer div.section {
  width: 100%;
}
.home_page_footer .footer_logo_and_info {
  display: flex;
  align-items: start;
  justify-content: start;
  flex-direction: column;
  gap: 7.5px;
}
.home_page_footer .footer_logo_and_info p {
  color: #fff;
  font-family: kantu regular;
  opacity: 0.75;
}
.home_page_footer .footer_logo_and_info .logo {
  display: flex;
}
.home_page_footer .footer_logo_and_info .logo img.logo_icon {
  width: 35px;
}
.home_page_footer .footer_logo_and_info .logo p {
  font-family: kantu bold;
  font-size: 1.75rem;
  letter-spacing: -1px;
  color: #fff;
  opacity: 1;
}
.home_page_footer .footer_section {
  display: flex;
  flex-direction: column;
  align-items: start;
  justify-content: start;
  gap: 7.5px;
}
.home_page_footer .footer_section p {
  font-size: 1rem;
  color: #fff;
  font-family: kantu regular;
  opacity: 0.75;
}
.home_page_footer .footer_section p:nth-child(1) {
  font-size: 1.05rem;
  font-family: kantu bold;
  margin-bottom: 10px;
  opacity: 1;
}
.home_page_footer_wrapper .large_logo {
  font-size: 15rem;
  color: #fff;
  margin-bottom: -80px;
  opacity: 0.025;
  font-family: kantu bold;
  letter-spacing: -9px;
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
}
.home_page_footer_wrapper .home_page_footer .footer_socials {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 0.5rem;
}
.home_page_footer_wrapper .home_page_footer p.footer_text {
  text-align: center;
  font-family: kantu medium;
  color: #fff;
}
.home_page_footer_wrapper .home_page_footer .footer_socials img {
  width: 40px;
}
.home_page_section_3 {
  width: 100%;
  padding: 100px 10%;
  background-color: #fff;
  background-color: #f0f2f5;
  background-color: #f0f2f540;
  border-radius: 25px;
  border-top: 10px solid white;
  position: relative;
  display: flex;
  flex-direction: column;
  align-items: start;
  justify-content: center;
  gap: 2.5rem;
}
.home_page_section_3 h1 {
  font-family: kantu bold;
  font-weight: 400;
  font-size: 2.5rem;
  width: 100%;
  text-align: center;
}
.home_page_section_3 .tutorials_wrapper {
  width: 100%;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: space-between;
  gap: 1rem;
}
.home_page_section_3 .tutorials_wrapper .tutorial_section {
  width: 300px;
  padding: 1rem;
  flex-grow: 1;
  border-radius: 10px;
  display: flex;
  align-items: start;
  justify-content: start;
  flex-direction: column;
  gap: 10px;
}
.tutorial_section .time_tag {
  font-family: kantu semibold;
  font-weight: 700;
  font-size: 0.9rem;
  border-radius: 100px;
  padding: 2.5px 15px 2.5px 2.5px;
  font-family: kantu bold;
  font-size: 0.8rem;
  background-color: #3593ff;
  color: #fff;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 0.5rem;
}
.tutorial_section .time_tag img {
  width: 20px;
}
.tutorial_section h2 {
  font-family: kantu bold;
}
.tutorial_section p {
  font-family: kantu regular;
  font-weight: 400;
  font-size: 1rem;
  display: flex;
  align-items: center;
  justify-content: start;
  gap: 10px;
  max-width: 250px;
  line-height: 100%;
}
.tutorial_section .tutorial_video {
  width: 100%;
  height: 175px;
  background-color: #171c26;
  border-radius: 10px;
}
.created_sites_preview {
  width: 100%;
  padding: 100px 10%;
  background-color: #171c260d;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 1.5rem;
}
.created_sites_preview h1 {
  font-family: kantu bold;
  font-weight: 400;
  font-size: 2.5rem;
  margin-bottom: 1.5rem;
}
.created_sites_preview .created_site {
  width: 100px;
  flex-grow: 1;
  aspect-ratio: 1/1;
  background-color: #171c26;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
  border-radius: 10px;
  overflow: hidden;
  cursor: pointer;
}
.created_site .top {
  width: 100%;
  flex-grow: 1;
  display: flex;
  align-items: center;
  justify-content: center;
  position: relative;
}
.created_site .top img {
  position: absolute;
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.created_site .top .eye {
  position: absolute;
  background-color: #171c2640;
  aspect-ratio: 1/1;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 10px;
  border-radius: 100px;
  -webkit-backdrop-filter: blur(10px);
  backdrop-filter: blur(10px);
}
.created_site .bottom {
  width: 100%;
  height: 50px;
  background-color: #171c26;
  color: #fff;
  display: flex;
  align-items: center;
  justify-content: center;
  font-family: kantu bold;
  font-size: 1.05rem;
}
.mobile_menu {
  display: none;
}
.mobile_exit {
  position: absolute;
  top: 1rem;
  right: 1rem;
  display: none;
}
.mobile_main_menu {
  position: fixed;
  top: 0;
  left: 0;
  background-color: #fff;
  width: 100%;
  height: 100vh;
  z-index: 2;
  display: flex;
  align-items: start;
  justify-content: center;
  padding: 150px 0 0;
  display: none;
}
.mobile_main_menu ul {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  gap: 1rem;
  width: 100%;
}
.mobile_main_menu ul li {
  width: 100%;
  text-align: left;
}
.mobile_main_menu ul li a {
  display: flex;
  align-items: center;
  justify-content: start;
  gap: 1rem;
  width: 100%;
  padding: 1rem 2rem;
  font-size: 1.25rem;
  color: #171c26;
}
@media only screen and (max-width: 900px) {
  .mobile_main_menu {
    display: flex;
  }
  .mobile_menu {
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 1.5rem 0.5rem;
  }
  .mobile_exit {
    display: block;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 100px;
    padding: 0.25rem;
    border: 0;
    background-color: #008cff;
  }
  .home_page_webby {
    padding: 100px 0 0;
  }
  .tutorial {
    padding: 0rem 10%;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    gap: 1rem;
    position: relative;
  }
  .home_graphic {
    position: relative;
    bottom: unset;
    left: unset;
    width: 100%;
    min-width: 600px;
    margin-top: -150px;
  }
  .webby_main_menu_logo.home {
    display: none;
  }
  .home_page_webby_content {
    padding: 4rem 0 6rem;
  }
  .home_page_webby_content h1.info {
    font-size: 3.5rem;
    color: #171c26;
    opacity: 1;
    font-family: kantu bold;
    letter-spacing: -1px;
    line-height: 90%;
    line-height: 100%;
    font-weight: 400;
    text-align: center;
  }
  .tutorial_steps {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 0.5rem;
    width: 100%;
    padding: 0;
    flex-wrap: wrap;
    margin-bottom: 10px;
    margin-top: 10px;
    z-index: 1;
  }
  .tutorial_steps .tutorial_step {
    background-color: #171c26;
    display: flex;
    align-items: center;
    justify-content: start;
    text-align: center;
    gap: 0.5rem;
    padding: 0.5rem 1rem 0.5rem 0.5rem;
    border-radius: 10px;
    flex-grow: 1;
  }
  .webby_main_menu ul {
    display: none;
  }
  .created_sites_preview .created_site {
    width: 100%;
  }
  .created_sites_preview {
    flex-direction: column;
  }
  .home_page_section_2 {
    flex-direction: column;
    gap: 1rem;
    padding: 0 10%;
  }
  .home_page_section_2 p span {
    font-size: 0.75rem;
    padding: 6px 10px;
    min-width: 60px;
  }
  .home_page_footer_wrapper .home_page_footer {
    flex-direction: column;
    gap: 50px;
  }
  .webby_main_menu_logo img {
    width: 27.5px;
  }
  .webby_main_menu_logo:hover img {
    animation: menu_icon_hover_animation 0.5s ease-in-out;
  }
  .webby_main_menu_logo p {
    font-family: kantu bold;
    font-size: 1.5rem;
    letter-spacing: -1px;
  }
  .webby_main_menu_logo .in_beta {
    position: absolute;
    top: 0;
    right: -2px;
    width: 20px;
    height: 8px;
    display: flex;
    align-items: center;
    justify-content: center;
    background-color: #008cff;
    border-radius: 1px;
  }
  .webby_main_menu_logo .in_beta span {
    font-size: 6px;
    font-family: kantu bold;
    color: #fff;
  }
  .bar_chart,
  .todays_visits,
  .drop_down_button {
    width: 100%;
  }
}
@media only screen and (max-width: 450px) {
  .desktop_heading_seperator {
    display: none;
  }
  .home_page_webby_content h1.info {
    font-size: 3rem;
    color: #171c26;
    opacity: 1;
    font-family: kantu bold;
    letter-spacing: -1px;
    line-height: 90%;
    line-height: 100%;
    font-weight: 400;
    text-align: left;
    width: 85%;
    padding: 0;
  }
}
.popup_style_1 {
  border: 0;
  border-radius: 10px;
  gap: 1rem;
  padding: 0.8rem 1.25rem;
  font-family: kantu bold;
  font-weight: 400;
  font-size: 1.1rem;
  background-color: #3593ff;
  box-shadow: 0 0.3rem #0768d7;
  color: #fff;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100%;
  height: 100%;
  transition: 0.1s;
}
button.style_1 {
  border: 0;
  border-radius: 10px;
  gap: 1rem;
  padding: 0.6rem 1.25rem;
  font-family: kantu bold;
  font-weight: 400;
  font-size: 1.25rem;
  background-color: #3593ff;
  box-shadow: 0 0.3rem #0768d7;
  color: #fff;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100%;
  height: 100%;
  transition: 0.1s;
}
button.style_1:hover {
  box-shadow: 0 0.15rem #0768d7;
  transform: translateY(0.15rem);
}
@media only screen and (max-width: 900px) {
  button.style_1 {
    font-size: 1.15rem !important;
  }
}
button.style_2 {
  border: 0;
  border-radius: 10px;
  gap: 1rem;
  padding: 0.6rem 1.25rem;
  font-family: kantu bold;
  font-weight: 400;
  font-size: 1.25rem;
  background-color: #3593ff;
  box-shadow: 0 0.3rem #0768d7 !important;
  color: #fff;
  display: flex;
  align-items: center;
  justify-content: center;
}
button.style_3 {
  padding: 0.6rem 1.25rem;
  border-radius: 5rem;
  font-family: kantu bold;
  font-size: 0.9rem;
  border: 0;
  background-color: #008cff1a;
  color: #008cff;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 10px;
}
button.style_3:hover {
  opacity: 0.8;
}
.login_button_carry {
  margin-left: auto;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 0.75rem;
}
button.blank {
  background-color: #008cff00;
  color: #171c26;
  font-family: kantu bold;
  font-weight: 400;
  border-radius: 100px;
  padding: 0;
  font-size: 1rem;
  border: 0;
  display: flex;
  align-items: center;
  justify-content: center;
  position: relative;
  gap: 5px;
  cursor: pointer;
}
button.light_shade {
  background-color: #008cff;
  border-radius: 100px;
  padding: 0.25rem;
  border: 0;
  display: flex;
  align-items: center;
  justify-content: center;
  position: relative;
  cursor: pointer;
}
button.blank:hover {
  opacity: 0.75;
}
@media only screen and (min-width: 900px) {
  button.light_shade.mobile_btn {
    display: none;
  }
}
button.lightblue_rounded {
  background-color: #008cff1a;
  color: #008cff;
  background-color: #008cff;
  color: #fff;
  font-family: kantu bold;
  font-weight: 400;
  border-radius: 100px;
  width: unset;
  height: unset;
  line-height: unset;
  padding: 0.8rem 1.5rem;
  font-size: 1rem;
  width: 100%;
  border: 0;
  cursor: pointer;
  transition: 0.2s;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 1rem;
}
.buttonLoader {
  width: 20px;
  height: 20px;
  border-radius: 100px;
  border: 5px solid #008cff;
  border-left: 5px solid transparent;
  animation: load 0.5s infinite linear;
}
.buttonLoader_white {
  width: 20px;
  height: 20px;
  border-radius: 100px;
  border: 5px solid #fff;
  border-left: 5px solid transparent;
  animation: load 0.5s infinite linear;
}
.wallet-adapter-button {
  font-family: kantu bold;
}
.wallet-adapter-dropdown button.wallet-adapter-button {
  background-color: #008cff1a;
  color: #008cff;
  font-family: kantu bold;
  font-weight: 400;
  border-radius: 100px;
  height: unset;
  line-height: unset;
  padding: 0.8rem 1.5rem;
  font-size: 0;
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  cursor: pointer;
  transition: 0.2s;
}
button.lightblue_rounded:hover,
.wallet-adapter-dropdown button.wallet-adapter-button:hover {
  opacity: 0.8;
}
.wallet-adapter-dropdown button.wallet-adapter-button:after {
  content: "Connect wallet";
  font-size: 1rem;
}
@media only screen and (max-width: 500px) {
  .wallet-adapter-dropdown button.wallet-adapter-button:after {
    content: "Connect";
  }
}
.wallet-adapter-dropdown {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100%;
}
.wallet-adapter-button-end-icon {
  height: 32px;
  width: 32px;
  display: none;
}
