@import url("https://fonts.googleapis.com/css2?family=Poppins:ital,wght@0,100;0,200;0,300;0,400;0,500;0,600;0,700;0,800;0,900;1,100;1,200;1,300;1,400;1,500;1,600;1,700;1,800;1,900&amp;family=Roboto:ital,wght@0,100;0,300;0,400;0,500;0,700;0,900;1,100;1,300;1,400;1,500;1,700;1,900&amp;display=swap");
*,
*::before,
*::after {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
}

html {
  scroll-behavior: smooth;
}

body {
  font-size: 16px;
  height: 100vh;
}

a {
  text-decoration: none;
}

ul {
  padding: 0;
  list-style: none;
}

input[type="*"] {
  outline: none;
  border: none;
  font-family: inherit;
  font-size: inherit;
}

img {
  display: inline-block;
  max-width: 100%;
}

button {
  border: none;
  outline: none;
  background-color: transparent;
}

section:not(:first-child) {
  margin: 5rem auto;
}

section:not(.footer__wrapper):not(.header__wrapper):last-child {
  margin: 5rem auto 0 auto;
}

@keyframes collapseAnimation {
  0% {
    -webkit-clip-path: polygon(0 0, 100% 0, 100% 100%, 0% 100%);
            clip-path: polygon(0 0, 100% 0, 100% 100%, 0% 100%);
    opacity: 1;
  }
  100% {
    -webkit-clip-path: polygon(0 0, 100% 0, 100% 0, 0 0);
            clip-path: polygon(0 0, 100% 0, 100% 0, 0 0);
    opacity: 0;
  }
}
@keyframes expandAnimation {
  0% {
    -webkit-clip-path: polygon(0 0, 100% 0, 100% 0, 0 0);
            clip-path: polygon(0 0, 100% 0, 100% 0, 0 0);
    opacity: 0;
  }
  100% {
    -webkit-clip-path: polygon(0 0, 100% 0, 100% 100%, 0% 100%);
            clip-path: polygon(0 0, 100% 0, 100% 100%, 0% 100%);
    opacity: 1;
  }
}
@font-face {
  font-family: "icomoon";
  src: url("../fonts/icomoon.html");
  src: url("") format("embedded-opentype"), url("../fonts/icomoon-2.html") format("truetype"), url("../fonts/icomoon-3.html") format("woff"), url("../images/icomoon.html") format("svg");
  font-weight: normal;
  font-style: normal;
  font-display: block;
}
[class^=icon-], [class*=" icon-"] {
  /* use !important to prevent issues with browser extensions that change fonts */
  font-family: "icomoon" !important;
  speak: never;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  /* Better Font Rendering =========== */
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

.icon-activity:before {
  content: "\e900";
}

.icon-airplay:before {
  content: "\e901";
}

.icon-alert-circle:before {
  content: "\e902";
}

.icon-alert-octagon:before {
  content: "\e903";
}

.icon-alert-triangle:before {
  content: "\e904";
}

.icon-align-center:before {
  content: "\e905";
}

.icon-align-justify:before {
  content: "\e906";
}

.icon-align-left:before {
  content: "\e907";
}

.icon-align-right:before {
  content: "\e908";
}

.icon-anchor:before {
  content: "\e909";
}

.icon-aperture:before {
  content: "\e90a";
}

.icon-archive:before {
  content: "\e90b";
}

.icon-arrow-down:before {
  content: "\e90c";
}

.icon-arrow-down-circle:before {
  content: "\e90d";
}

.icon-arrow-down-left:before {
  content: "\e90e";
}

.icon-arrow-down-right:before {
  content: "\e90f";
}

.icon-arrow-left:before {
  content: "\e910";
}

.icon-arrow-left-circle:before {
  content: "\e911";
}

.icon-arrow-right:before {
  content: "\e912";
}

.icon-arrow-right-circle:before {
  content: "\e913";
}

.icon-arrow-up:before {
  content: "\e914";
}

.icon-arrow-up-circle:before {
  content: "\e915";
}

.icon-arrow-up-left:before {
  content: "\e916";
}

.icon-arrow-up-right:before {
  content: "\e917";
}

.icon-at-sign:before {
  content: "\e918";
}

.icon-award:before {
  content: "\e919";
}

.icon-bar-chart:before {
  content: "\e91a";
}

.icon-bar-chart-2:before {
  content: "\e91b";
}

.icon-battery:before {
  content: "\e91c";
}

.icon-battery-charging:before {
  content: "\e91d";
}

.icon-bell:before {
  content: "\e91e";
}

.icon-bell-off:before {
  content: "\e91f";
}

.icon-bluetooth:before {
  content: "\e920";
}

.icon-bold:before {
  content: "\e921";
}

.icon-book:before {
  content: "\e922";
}

.icon-book-open:before {
  content: "\e923";
}

.icon-bookmark:before {
  content: "\e924";
}

.icon-box:before {
  content: "\e925";
}

.icon-briefcase:before {
  content: "\e926";
}

.icon-calendar:before {
  content: "\e927";
}

.icon-camera:before {
  content: "\e928";
}

.icon-camera-off:before {
  content: "\e929";
}

.icon-cast:before {
  content: "\e92a";
}

.icon-check:before {
  content: "\e92b";
}

.icon-check-circle:before {
  content: "\e92c";
}

.icon-check-square:before {
  content: "\e92d";
}

.icon-chevron-down:before {
  content: "\e92e";
}

.icon-chevron-left:before {
  content: "\e92f";
}

.icon-chevron-right:before {
  content: "\e930";
}

.icon-chevron-up:before {
  content: "\e931";
}

.icon-chevrons-down:before {
  content: "\e932";
}

.icon-chevrons-left:before {
  content: "\e933";
}

.icon-chevrons-right:before {
  content: "\e934";
}

.icon-chevrons-up:before {
  content: "\e935";
}

.icon-chrome:before {
  content: "\e936";
}

.icon-circle:before {
  content: "\e937";
}

.icon-clipboard:before {
  content: "\e938";
}

.icon-clock:before {
  content: "\e939";
}

.icon-cloud:before {
  content: "\e93a";
}

.icon-cloud-drizzle:before {
  content: "\e93b";
}

.icon-cloud-lightning:before {
  content: "\e93c";
}

.icon-cloud-off:before {
  content: "\e93d";
}

.icon-cloud-rain:before {
  content: "\e93e";
}

.icon-cloud-snow:before {
  content: "\e93f";
}

.icon-code:before {
  content: "\e940";
}

.icon-codepen:before {
  content: "\e941";
}

.icon-codesandbox:before {
  content: "\e942";
}

.icon-coffee:before {
  content: "\e943";
}

.icon-columns:before {
  content: "\e944";
}

.icon-command:before {
  content: "\e945";
}

.icon-compass:before {
  content: "\e946";
}

.icon-copy:before {
  content: "\e947";
}

.icon-corner-down-left:before {
  content: "\e948";
}

.icon-corner-down-right:before {
  content: "\e949";
}

.icon-corner-left-down:before {
  content: "\e94a";
}

.icon-corner-left-up:before {
  content: "\e94b";
}

.icon-corner-right-down:before {
  content: "\e94c";
}

.icon-corner-right-up:before {
  content: "\e94d";
}

.icon-corner-up-left:before {
  content: "\e94e";
}

.icon-corner-up-right:before {
  content: "\e94f";
}

.icon-cpu:before {
  content: "\e950";
}

.icon-credit-card:before {
  content: "\e951";
}

.icon-crop:before {
  content: "\e952";
}

.icon-crosshair:before {
  content: "\e953";
}

.icon-database:before {
  content: "\e954";
}

.icon-delete:before {
  content: "\e955";
}

.icon-disc:before {
  content: "\e956";
}

.icon-dollar-sign:before {
  content: "\e957";
}

.icon-download:before {
  content: "\e958";
}

.icon-download-cloud:before {
  content: "\e959";
}

.icon-droplet:before {
  content: "\e95a";
}

.icon-edit:before {
  content: "\e95b";
}

.icon-edit-2:before {
  content: "\e95c";
}

.icon-edit-3:before {
  content: "\e95d";
}

.icon-external-link:before {
  content: "\e95e";
}

.icon-eye:before {
  content: "\e95f";
}

.icon-eye-off:before {
  content: "\e960";
}

.icon-facebook:before {
  content: "\e961";
}

.icon-fast-forward:before {
  content: "\e962";
}

.icon-feather:before {
  content: "\e963";
}

.icon-figma:before {
  content: "\e964";
}

.icon-file:before {
  content: "\e965";
}

.icon-file-minus:before {
  content: "\e966";
}

.icon-file-plus:before {
  content: "\e967";
}

.icon-file-text:before {
  content: "\e968";
}

.icon-film:before {
  content: "\e969";
}

.icon-filter:before {
  content: "\e96a";
}

.icon-flag:before {
  content: "\e96b";
}

.icon-folder:before {
  content: "\e96c";
}

.icon-folder-minus:before {
  content: "\e96d";
}

.icon-folder-plus:before {
  content: "\e96e";
}

.icon-framer:before {
  content: "\e96f";
}

.icon-frown:before {
  content: "\e970";
}

.icon-gift:before {
  content: "\e971";
}

.icon-git-branch:before {
  content: "\e972";
}

.icon-git-commit:before {
  content: "\e973";
}

.icon-git-merge:before {
  content: "\e974";
}

.icon-git-pull-request:before {
  content: "\e975";
}

.icon-github:before {
  content: "\e976";
}

.icon-gitlab:before {
  content: "\e977";
}

.icon-globe:before {
  content: "\e978";
}

.icon-grid:before {
  content: "\e979";
}

.icon-hard-drive:before {
  content: "\e97a";
}

.icon-hash:before {
  content: "\e97b";
}

.icon-headphones:before {
  content: "\e97c";
}

.icon-heart:before {
  content: "\e97d";
}

.icon-help-circle:before {
  content: "\e97e";
}

.icon-hexagon:before {
  content: "\e97f";
}

.icon-home:before {
  content: "\e980";
}

.icon-image:before {
  content: "\e981";
}

.icon-inbox:before {
  content: "\e982";
}

.icon-info:before {
  content: "\e983";
}

.icon-instagram:before {
  content: "\e984";
}

.icon-italic:before {
  content: "\e985";
}

.icon-key:before {
  content: "\e986";
}

.icon-layers:before {
  content: "\e987";
}

.icon-layout:before {
  content: "\e988";
}

.icon-life-buoy:before {
  content: "\e989";
}

.icon-link:before {
  content: "\e98a";
}

.icon-link-2:before {
  content: "\e98b";
}

.icon-linkedin:before {
  content: "\e98c";
}

.icon-list:before {
  content: "\e98d";
}

.icon-loader:before {
  content: "\e98e";
}

.icon-lock:before {
  content: "\e98f";
}

.icon-log-in:before {
  content: "\e990";
}

.icon-log-out:before {
  content: "\e991";
}

.icon-mail:before {
  content: "\e992";
}

.icon-map:before {
  content: "\e993";
}

.icon-map-pin:before {
  content: "\e994";
}

.icon-maximize:before {
  content: "\e995";
}

.icon-maximize-2:before {
  content: "\e996";
}

.icon-meh:before {
  content: "\e997";
}

.icon-menu:before {
  content: "\e998";
}

.icon-message-circle:before {
  content: "\e999";
}

.icon-message-square:before {
  content: "\e99a";
}

.icon-mic:before {
  content: "\e99b";
}

.icon-mic-off:before {
  content: "\e99c";
}

.icon-minimize:before {
  content: "\e99d";
}

.icon-minimize-2:before {
  content: "\e99e";
}

.icon-minus:before {
  content: "\e99f";
}

.icon-minus-circle:before {
  content: "\e9a0";
}

.icon-minus-square:before {
  content: "\e9a1";
}

.icon-monitor:before {
  content: "\e9a2";
}

.icon-moon:before {
  content: "\e9a3";
}

.icon-more-horizontal:before {
  content: "\e9a4";
}

.icon-more-vertical:before {
  content: "\e9a5";
}

.icon-mouse-pointer:before {
  content: "\e9a6";
}

.icon-move:before {
  content: "\e9a7";
}

.icon-music:before {
  content: "\e9a8";
}

.icon-navigation:before {
  content: "\e9a9";
}

.icon-navigation-2:before {
  content: "\e9aa";
}

.icon-octagon:before {
  content: "\e9ab";
}

.icon-package:before {
  content: "\e9ac";
}

.icon-paperclip:before {
  content: "\e9ad";
}

.icon-pause:before {
  content: "\e9ae";
}

.icon-pause-circle:before {
  content: "\e9af";
}

.icon-pen-tool:before {
  content: "\e9b0";
}

.icon-percent:before {
  content: "\e9b1";
}

.icon-phone:before {
  content: "\e9b2";
}

.icon-phone-call:before {
  content: "\e9b3";
}

.icon-phone-forwarded:before {
  content: "\e9b4";
}

.icon-phone-incoming:before {
  content: "\e9b5";
}

.icon-phone-missed:before {
  content: "\e9b6";
}

.icon-phone-off:before {
  content: "\e9b7";
}

.icon-phone-outgoing:before {
  content: "\e9b8";
}

.icon-pie-chart:before {
  content: "\e9b9";
}

.icon-play:before {
  content: "\e9ba";
}

.icon-play-circle:before {
  content: "\e9bb";
}

.icon-plus:before {
  content: "\e9bc";
}

.icon-plus-circle:before {
  content: "\e9bd";
}

.icon-plus-square:before {
  content: "\e9be";
}

.icon-pocket:before {
  content: "\e9bf";
}

.icon-power:before {
  content: "\e9c0";
}

.icon-printer:before {
  content: "\e9c1";
}

.icon-radio:before {
  content: "\e9c2";
}

.icon-refresh-ccw:before {
  content: "\e9c3";
}

.icon-refresh-cw:before {
  content: "\e9c4";
}

.icon-repeat:before {
  content: "\e9c5";
}

.icon-rewind:before {
  content: "\e9c6";
}

.icon-rotate-ccw:before {
  content: "\e9c7";
}

.icon-rotate-cw:before {
  content: "\e9c8";
}

.icon-rss:before {
  content: "\e9c9";
}

.icon-save:before {
  content: "\e9ca";
}

.icon-scissors:before {
  content: "\e9cb";
}

.icon-search:before {
  content: "\e9cc";
}

.icon-send:before {
  content: "\e9cd";
}

.icon-server:before {
  content: "\e9ce";
}

.icon-settings:before {
  content: "\e9cf";
}

.icon-share:before {
  content: "\e9d0";
}

.icon-share-2:before {
  content: "\e9d1";
}

.icon-shield:before {
  content: "\e9d2";
}

.icon-shield-off:before {
  content: "\e9d3";
}

.icon-shopping-bag:before {
  content: "\e9d4";
}

.icon-shopping-cart:before {
  content: "\e9d5";
}

.icon-shuffle:before {
  content: "\e9d6";
}

.icon-sidebar:before {
  content: "\e9d7";
}

.icon-skip-back:before {
  content: "\e9d8";
}

.icon-skip-forward:before {
  content: "\e9d9";
}

.icon-slack:before {
  content: "\e9da";
}

.icon-slash:before {
  content: "\e9db";
}

.icon-sliders:before {
  content: "\e9dc";
}

.icon-smartphone:before {
  content: "\e9dd";
}

.icon-smile:before {
  content: "\e9de";
}

.icon-speaker:before {
  content: "\e9df";
}

.icon-square:before {
  content: "\e9e0";
}

.icon-star:before {
  content: "\e9e1";
}

.icon-stop-circle:before {
  content: "\e9e2";
}

.icon-sun:before {
  content: "\e9e3";
}

.icon-sunrise:before {
  content: "\e9e4";
}

.icon-sunset:before {
  content: "\e9e5";
}

.icon-tablet:before {
  content: "\e9e6";
}

.icon-tag:before {
  content: "\e9e7";
}

.icon-target:before {
  content: "\e9e8";
}

.icon-terminal:before {
  content: "\e9e9";
}

.icon-thermometer:before {
  content: "\e9ea";
}

.icon-thumbs-down:before {
  content: "\e9eb";
}

.icon-thumbs-up:before {
  content: "\e9ec";
}

.icon-toggle-left:before {
  content: "\e9ed";
}

.icon-toggle-right:before {
  content: "\e9ee";
}

.icon-tool:before {
  content: "\e9ef";
}

.icon-trash:before {
  content: "\e9f0";
}

.icon-trash-2:before {
  content: "\e9f1";
}

.icon-trello:before {
  content: "\e9f2";
}

.icon-trending-down:before {
  content: "\e9f3";
}

.icon-trending-up:before {
  content: "\e9f4";
}

.icon-triangle:before {
  content: "\e9f5";
}

.icon-truck:before {
  content: "\e9f6";
}

.icon-tv:before {
  content: "\e9f7";
}

.icon-twitch:before {
  content: "\e9f8";
}

.icon-twitter:before {
  content: "\e9f9";
}

.icon-type:before {
  content: "\e9fa";
}

.icon-umbrella:before {
  content: "\e9fb";
}

.icon-underline:before {
  content: "\e9fc";
}

.icon-unlock:before {
  content: "\e9fd";
}

.icon-upload:before {
  content: "\e9fe";
}

.icon-upload-cloud:before {
  content: "\e9ff";
}

.icon-user:before {
  content: "\ea00";
}

.icon-user-check:before {
  content: "\ea01";
}

.icon-user-minus:before {
  content: "\ea02";
}

.icon-user-plus:before {
  content: "\ea03";
}

.icon-user-x:before {
  content: "\ea04";
}

.icon-users:before {
  content: "\ea05";
}

.icon-video:before {
  content: "\ea06";
}

.icon-video-off:before {
  content: "\ea07";
}

.icon-voicemail:before {
  content: "\ea08";
}

.icon-volume:before {
  content: "\ea09";
}

.icon-volume-1:before {
  content: "\ea0a";
}

.icon-volume-2:before {
  content: "\ea0b";
}

.icon-volume-x:before {
  content: "\ea0c";
}

.icon-watch:before {
  content: "\ea0d";
}

.icon-wifi:before {
  content: "\ea0e";
}

.icon-wifi-off:before {
  content: "\ea0f";
}

.icon-wind:before {
  content: "\ea10";
}

.icon-x:before {
  content: "\ea11";
}

.icon-x-circle:before {
  content: "\ea12";
}

.icon-x-octagon:before {
  content: "\ea13";
}

.icon-x-square:before {
  content: "\ea14";
}

.icon-youtube:before {
  content: "\ea15";
}

.icon-zap:before {
  content: "\ea16";
}

.icon-zap-off:before {
  content: "\ea17";
}

.icon-zoom-in:before {
  content: "\ea18";
}

.icon-zoom-out:before {
  content: "\ea19";
}

.icon-soccer:before {
  content: "\ea1a";
  color: #b7832f;
}

.icon-tik-tok:before {
  content: "\ea1b";
}

@keyframes collapseAnimation {
  0% {
    -webkit-clip-path: polygon(0 0, 100% 0, 100% 100%, 0% 100%);
            clip-path: polygon(0 0, 100% 0, 100% 100%, 0% 100%);
    opacity: 1;
  }
  100% {
    -webkit-clip-path: polygon(0 0, 100% 0, 100% 0, 0 0);
            clip-path: polygon(0 0, 100% 0, 100% 0, 0 0);
    opacity: 0;
  }
}
@keyframes expandAnimation {
  0% {
    -webkit-clip-path: polygon(0 0, 100% 0, 100% 0, 0 0);
            clip-path: polygon(0 0, 100% 0, 100% 0, 0 0);
    opacity: 0;
  }
  100% {
    -webkit-clip-path: polygon(0 0, 100% 0, 100% 100%, 0% 100%);
            clip-path: polygon(0 0, 100% 0, 100% 100%, 0% 100%);
    opacity: 1;
  }
}
.header {
  width: 100%;
  padding: 1.5rem;
  position: absolute;
  top: 20px;
  left: 0;
  right: 0;
  z-index: 99;
  display: flex;
  justify-content: center;
}
.header__wrapper {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 100%;
  flex-flow: row wrap;
}
.header__content {
  display: flex;
  align-items: center;
  gap: 2rem;
  flex-flow: row wrap;
  justify-content: center;
}
.header__rrss {
  display: flex;
  align-items: center;
  gap: 1rem;
}
.header__rrss .header__imgh {
  width: 48px;
  height: 48px;
  padding: 8px;
  background-color: #000;
  border-radius: 12px;
  box-shadow: 0 4px 6px rgba(0, 0, 0, 0.1);
  transition: transform 0.3s, box-shadow 0.3s;
}
.header__rrss .header__imgh:hover {
  transform: scale(1.1);
  box-shadow: 0 6px 8px rgba(0, 0, 0, 0.15);
}
.header__rrss .header__imgh:nth-child(1) {
  background-color: #1bd69e;
}
.header__rrss .header__imgh:nth-child(2) {
  background-color: #17a4e0;
}
.header__rrss .header__imgh:nth-child(3) {
  background-color: #ffffff;
}
.header .btn {
  background-color: #ffcc00;
  color: #000;
  padding: 0.5rem 1rem;
  border-radius: 25px;
  text-decoration: none;
  font-weight: bold;
  box-shadow: 0px 0px 5px rgba(0, 0, 0, 0.1215686275);
  transition: background-color 0.3s;
}
.header .btn:hover {
  background-color: #ff9900;
}

.hero {
  width: 100%;
  height: 100dvh;
  background-image: url(../images/bg.jpg);
  background-position: bottom center;
  background-size: cover;
  padding: 100px 0 50px 0;
  position: relative;
}
.hero__wrapper {
  max-width: 1200px;
  height: 100%;
  margin: 0 auto;
  display: flex;
  gap: 1rem;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  position: relative;
}
.hero__layout-img-one {
  display: none;
}
@media (min-width: 1023px) {
  .hero__layout-img-one {
    display: block;
    position: absolute;
    top: 100px;
    right: 20px;
    width: 300px;
    aspect-ratio: 1/1;
    -o-object-fit: cover;
       object-fit: cover;
    border-radius: 10px;
    border: 5px solid #000;
    transform: rotate(-3deg);
  }
}
.hero__layout-img-two {
  display: none;
}
@media (min-width: 1023px) {
  .hero__layout-img-two {
    display: block;
    position: absolute;
    bottom: 100px;
    left: 20px;
    width: 300px;
    aspect-ratio: 1/1;
    -o-object-fit: cover;
       object-fit: cover;
    border-radius: 10px;
    border: 5px solid #000;
    transform: rotate(-5deg);
  }
}
.hero__layout-img-three {
  display: none;
}
@media (min-width: 1023px) {
  .hero__layout-img-three {
    display: block;
    position: absolute;
    bottom: 70px;
    right: 50px;
    width: 300px;
    aspect-ratio: 1/1;
    -o-object-fit: cover;
       object-fit: cover;
    border-radius: 10px;
    border: 5px solid #000;
    transform: rotate(6deg);
  }
}
.hero__layout-img-four {
  display: block;
  position: absolute;
  top: 320px;
  right: -145px;
  width: 300px;
  aspect-ratio: 1/1;
  -o-object-fit: cover;
  object-fit: cover;
  border-radius: 10px;
  border: 5px solid #000;
  transform: rotate(6deg);
}
@media (max-width: 1500px) {
  .hero__layout-img-four {
    right: -100px;
  }
}
@media (max-width: 1300px) {
  .hero__layout-img-four {
    right: -50px;
  }
}
@media (max-width: 1200px) {
  .hero__layout-img-four {
    right: 0px;
  }
}
@media (max-width: 1000px) {
  .hero__layout-img-four {
    display: none;
  }
}
.hero__layout-img-five {
  display: none;
}
@media (min-width: 1023px) {
  .hero__layout-img-five {
    display: block;
    position: absolute;
    bottom: 150px;
    left: -235px;
    width: 300px;
    aspect-ratio: 1/1;
    -o-object-fit: cover;
       object-fit: cover;
    border-radius: 10px;
    border: 5px solid #000;
    transform: rotate(6deg);
  }
}
.hero__img {
  height: 500px;
  -o-object-fit: contain;
     object-fit: contain;
  aspect-ratio: 16/9;
  opacity: 0;
  transform: scale(0);
  animation: fadeIn ease-in-out 1s forwards 0.25s;
}
.hero-title {
  font-weight: bold;
  font-size: 1rem;
  line-height: 1em;
  color: #fff;
}

.banner-information {
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 2rem 1rem;
  background-color: rgb(0, 0, 0);
  flex-flow: row wrap;
  gap: 16px;
}
.banner-information__rrss {
  display: flex;
  align-items: center;
  gap: 1rem;
}
.banner-information__rrss img {
  width: 48px;
  height: 48px;
  padding: 8px;
  background-color: #ffffff;
  border-radius: 12px;
  box-shadow: 0 4px 6px rgba(0, 0, 0, 0.1);
  transition: transform 0.3s, box-shadow 0.3s;
}
.banner-information__rrss img:hover {
  transform: scale(1.1);
  box-shadow: 0 6px 8px rgba(0, 0, 0, 0.15);
}
.banner-information__rrss img:nth-child(1) {
  background-color: #fcfcfc;
}
.banner-information__rrss img:nth-child(2) {
  background-color: #ffffff;
}
.banner-information__rrss img:nth-child(3) {
  background-color: #ffffff;
}
.banner-information__address {
  margin: 0;
  display: flex;
  align-items: center;
  gap: 1rem;
  background: rgba(255, 255, 255, 0.5);
  border-radius: 25px;
  padding: 0.5rem 1rem;
  margin-left: 10px;
  -webkit-backdrop-filter: blur(10px);
          backdrop-filter: blur(10px);
  flex-flow: row wrap;
}
.banner-information__address-text {
  font-size: 1.5rem;
  color: #000;
  font-weight: bold;
  display: -webkit-box;
  -webkit-line-clamp: 3;
  word-wrap: break-word;
  -webkit-box-orient: vertical;
  max-width: 24ch;
  text-align: center;
}
@media (min-width: 600px) {
  .banner-information__address-text {
    max-width: 100%;
  }
}
.banner-information__address-button {
  background-color: #ffcc00;
  color: #000000;
  padding: 0.5rem 1rem;
  border: none;
  border-radius: 25px;
  display: flex;
  align-items: center;
  gap: 0.5rem;
  cursor: pointer;
  transition: background-color 0.3s;
  font-size: 1.5rem;
  font-weight: bold;
}
.banner-information__address-button:hover {
  background-color: #333;
}
.banner-information__address-button svg {
  fill: #fff;
}
.banner-information .copy-alert {
  display: none;
  position: absolute;
  top: -20px;
  right: 0;
  background-color: #333;
  color: #fff;
  padding: 5px 10px;
  border-radius: 5px;
  font-size: 1rem;
  font-weight: bold;
}
.banner-information .copy-alert.show {
  display: block;
}

.about {
  max-width: 1200px;
  min-height: 70dvh;
  margin: auto !important;
  display: flex;
  flex-flow: column;
  align-items: center;
  justify-content: center;
  gap: 5rem;
  padding: 4rem 1rem;
}
@media (min-width: 1024px) {
  .about {
    display: grid;
    grid-template-columns: repeat(2, minmax(auto, 1fr));
    gap: 5rem;
  }
}
.about__img {
  width: 95%;
  aspect-ratio: 5/4;
  border-radius: 20px;
  opacity: 0;
  transform: scale(0);
  transform: rotate(-3deg);
  animation: fadeInRotate ease-in-out 1s forwards 0.25s;
}
.about__content-title {
  font-weight: bold;
  font-size: 5em;
  color: rgb(0, 0, 0);
}
@media (min-width: 600px) {
  .about__content-title {
    font-size: 7em;
  }
}
.about__content-text {
  font-size: 1.25em;
  line-height: normal;
}

.how-to-buy111 {
  width: 100%;
  min-height: 70dvh;
  display: none;
  align-items: center;
  position: relative;
  background-image: url("../images/layout-img-4.html");
  background-position: bottom center;
  background-size: cover;
}
.how-to-buy111-title {
  font-weight: bold;
  font-size: 3em;
  line-height: 1em;
  color: #1e475c;
}
.how-to-buy111__wrapper {
  max-width: 1200px;
  margin: 0 auto;
  display: grid;
  align-items: center;
  gap: 1rem;
  padding: 1rem;
  z-index: 3;
}
@media (min-width: 768px) {
  .how-to-buy111__wrapper {
    grid-template-columns: auto 300px;
  }
}
@media (min-width: 900px) {
  .how-to-buy111__wrapper {
    grid-template-columns: auto 400px;
  }
}

.how-to-buy {
  position: relative;
  display: flex;
  flex-direction: column;
  align-items: center;
  padding: 2rem;
  background-color: #f5f5f5;
}
.how-to-buy-title {
  font-size: 5em;
  font-weight: bold;
  margin-bottom: 2rem;
  text-align: center;
  color: #333;
}
.how-to-buy .content-wrapper {
  display: flex;
  flex-direction: column;
  align-items: center;
  width: 100%;
  max-width: 1200px;
}
.how-to-buy .steps {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 2rem;
  width: 100%;
}
.how-to-buy .steps .step {
  display: flex;
  align-items: center;
  gap: 1rem;
  background: #fff;
  border-radius: 15px;
  padding: 1.5rem;
  box-shadow: 0 4px 8px rgba(0, 0, 0, 0.1);
  width: 100%;
  max-width: 800px;
}
.how-to-buy .steps .step-img {
  width: 80px;
  height: 80px;
  -o-object-fit: contain;
     object-fit: contain;
}
.how-to-buy .steps .step-content {
  display: flex;
  flex-direction: column;
  justify-content: center;
}
.how-to-buy .steps .step-content .step-title {
  font-size: 1.5rem;
  font-weight: bold;
  margin: 0;
}
.how-to-buy .steps .step-content .step-subtitle {
  font-size: 1rem;
  margin: 0;
  color: #666;
}
.how-to-buy .steps .step-content .step-subtitle a.highlight {
  color: #338bff;
  text-decoration: none;
}
.how-to-buy .decorative-img {
  position: absolute;
  bottom: 0;
  right: 0;
  width: 500px;
  height: auto;
}
.how-to-buy .buy-button {
  background-color: #ffcc00;
  color: #000;
  font-size: 1.5rem;
  padding: 0.75rem 2rem;
  border: none;
  border-radius: 25px;
  text-decoration: none;
  font-weight: bold;
  box-shadow: 0px 0px 5px rgba(0, 0, 0, 0.1215686275);
  transition: background-color 0.3s;
  cursor: pointer;
  margin-top: 2rem;
}
.how-to-buy .buy-button:hover {
  background-color: #e6b800;
}
@media (max-width: 768px) {
  .how-to-buy .content-wrapper {
    flex-direction: column;
    align-items: center;
  }
  .how-to-buy .decorative-img {
    position: static;
    margin: 2rem 0 0 0;
    width: 60%;
  }
}
@media (max-width: 1200px) {
  .how-to-buy .content-wrapper {
    flex-direction: column;
    align-items: center;
  }
  .how-to-buy .decorative-img {
    position: static;
    margin: 2rem 0 0 0;
    width: 60%;
  }
}

.SWAP {
  width: 100%;
  min-height: 671px;
  padding: 5rem 2rem;
  background-image: url("../images/bg2.jpg");
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: flex-start;
}
.SWAP .swap-title {
  font-size: 5em;
  color: #ffffff;
  background-color: rgba(0, 0, 0, 0.3);
  padding: 0.5rem 1rem;
  border-radius: 50px;
  text-align: center;
  margin-bottom: 2rem;
  font-weight: bold;
  box-shadow: 0px 0px 5px rgba(0, 0, 0, 0.1215686275);
  transition: background-color 0.3s;
  margin-right: auto;
}
.SWAP #integrated-terminal {
  width: 100%;
  max-width: 600px;
  background-color: rgba(255, 255, 255, 0.8);
  padding: 2rem;
  border-radius: 8px;
  box-shadow: 0 4px 8px rgba(0, 0, 0, 0.2);
  margin-bottom: 2rem;
  margin-right: auto;
}
@media (max-width: 768px) {
  .SWAP {
    min-height: auto;
    padding: 2rem 1rem;
  }
  .SWAP .swap-title {
    font-size: 2.5rem;
  }
  .SWAP #integrated-terminal {
    padding: 1rem;
  }
}

.tokenomics {
  width: 100%;
  min-height: 70dvh;
  margin: 0 auto;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
  gap: 1rem;
  padding: 5rem 0;
  background-size: cover;
  background-position: top;
  background-repeat: no-repeat;
}
.tokenomics-title {
  font-weight: bold;
  font-size: 5em;
  text-align: center;
  color: rgb(0, 0, 0);
  border-radius: 8px;
  margin-bottom: 1rem;
}
.tokenomics__columns {
  width: 100%;
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(200px, 1fr));
  gap: 0.5rem;
}
.tokenomics__columns-column {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  padding: 1rem;
  text-align: center;
}
.tokenomics__columns-column-title {
  font-weight: bold;
  font-size: 3rem;
  color: rgb(0, 0, 0);
  margin-bottom: 0.5rem;
  text-shadow: 1px 1px 2px #000000;
}
.tokenomics__columns-column-subtitle {
  font-size: 2rem;
  color: rgb(9, 6, 6);
  text-shadow: 1px 1px 2px #000000;
}

.scroller {
  max-width: 100%;
  padding: 0.25rem;
  background-color: rgb(0, 0, 0);
}

.scroller__inner {
  padding-block: 1rem;
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  gap: 5em;
}
.scroller__inner h1 {
  font-weight: bold;
  font-size: 2em;
  color: #fff;
}

.scroller[data-animated=true] {
  overflow: hidden;
}

.scroller[data-animated=true] .scroller__inner {
  width: -moz-max-content;
  width: max-content;
  flex-wrap: nowrap;
  animation: scroll var(--_animation-duration, 40s) var(--_animation-direction, forwards) linear infinite;
}

.scroller[data-direction=right] {
  --_animation-direction: reverse;
}

.scroller[data-direction=left] {
  --_animation-direction: forwards;
}

.scroller[data-speed=fast] {
  --_animation-duration: 20s;
}

.scroller[data-speed=slow] {
  --_animation-duration: 60s;
}

.gallery {
  padding: 2rem 0;
}

.section__title {
  text-align: center;
  margin-bottom: 2rem;
  font-size: 5em;
}

.gallery__grid {
  display: flex;
  flex-wrap: wrap;
  gap: 1rem;
  justify-content: center;
}

.gallery__item {
  flex: 1 1 calc(33.333% - 1rem);
  box-sizing: border-box;
}

.gallery__item img {
  width: 100%;
  height: 100%;
  display: block;
  -o-object-fit: cover;
     object-fit: cover;
  border-radius: 8px;
  border: 3px solid #000;
}

.pagination {
  display: flex;
  justify-content: center;
  align-items: center;
  margin-top: 2rem;
}
.pagination__button {
  background-color: #ffcc00;
  color: #000;
  font-size: 1.5rem;
  padding: 0.75rem 2rem;
  border: none;
  border-radius: 25px;
  text-decoration: none;
  font-weight: bold;
  box-shadow: 0px 0px 5px rgba(0, 0, 0, 0.1215686275);
  transition: background-color 0.3s;
  cursor: pointer;
  margin: 0 0.5rem;
}
.pagination__button:hover {
  background-color: #e6b800;
}
.pagination__button:disabled {
  background-color: #ccc;
  cursor: not-allowed;
}
.pagination__info {
  font-size: 1.5rem;
  color: #333;
  margin: 0 0.5rem;
}

/* Estilos responsivos */
@media (max-width: 768px) {
  .gallery__item {
    flex: 1 1 calc(50% - 1rem);
  }
  .pagination__button {
    font-size: 1.25rem;
    padding: 0.5rem 1rem;
  }
  .pagination__info {
    font-size: 1.25rem;
  }
}
@media (max-width: 480px) {
  .gallery__item {
    flex: 1 1 calc(100% - 1rem);
  }
  .pagination__button {
    font-size: 1rem;
    padding: 0.5rem 1rem;
  }
  .pagination__info {
    font-size: 1rem;
  }
}
@keyframes scroll {
  to {
    transform: translate(calc(-50% - 0.5rem));
  }
}
@keyframes fadeIn {
  from {
    opacity: 0;
    transform: scale(0);
  }
  to {
    opacity: 1;
    transform: scale(1);
  }
}
@keyframes fadeInRotate {
  from {
    opacity: 0;
    transform: scale(0);
    transform: rotate(0deg);
  }
  to {
    opacity: 1;
    transform: scale(0);
    transform: rotate(-3deg);
  }
}
.footer {
  width: 100%;
  background-color: #f9f9f9;
  text-align: center;
  padding: 0;
}
.footer-title {
  font-size: 2rem;
  font-weight: bold;
  margin-bottom: 1rem;
}
.footer-icons {
  display: flex;
  justify-content: center;
  gap: 1rem;
  margin-bottom: 1rem;
}
.footer-icons img {
  width: 40px;
  height: 40px;
}
.footer-image {
  margin-bottom: 1rem;
}
.footer-image img {
  max-width: 100%;
  height: auto;
}
.footer-bar {
  background-color: rgb(28, 41, 54);
  color: white;
  padding: 1rem;
  display: flex;
  flex-direction: column;
  align-items: center;
}
@media (min-width: 600px) {
  .footer-bar {
    flex-direction: row;
    justify-content: space-between;
  }
}
.footer-bar-copyright {
  margin-bottom: 0.5rem;
}
@media (min-width: 600px) {
  .footer-bar-copyright {
    margin-bottom: 0;
  }
}
.footer-bar-disclaimer {
  font-size: 0.8rem;
  max-width: 600px;
  text-align: center;
  margin-bottom: 0.5rem;
}
@media (min-width: 600px) {
  .footer-bar-disclaimer {
    margin-bottom: 0;
    margin-left: 1rem;
  }
}
.footer-bar-social-icons {
  display: flex;
  gap: 1rem;
}
.footer-bar-social-icons img {
  width: 200px;
  height: 20px;
}

.btn {
  min-width: -moz-fit-content;
  min-width: fit-content;
  height: -moz-max-content;
  height: max-content;
  background-color: #000000;
  border-radius: 50px;
  padding: 0.25rem 1rem;
  color: white;
  font-size: 2rem;
  line-height: 24px;
}

@font-face {
  font-family: "Bamboo";
  src: url("bam.html") format("truetype");
  font-weight: normal;
  font-style: normal;
}
body {
  font-family: "Bamboo", sans-serif;
}

body {
  background-color: #fff;
}

h1, h2, h3, h4, h5, h6, button, a, span {
  font-family: "Bamboo", sans-serif;
}

p, label {
  font-family: "Bamboo", sans-serif;
  font-weight: 300;
}/*# sourceMappingURL=app.css.map */