:root {
  --primary: black;
  --primary-default: #f9900b;
  --purple-500: #735cdd;
}

@font-face {
  font-family: "Poppins";
  src: url("/fonts/Poppins-Medium.ttf");
  font-weight: 500;
}

@font-face {
  font-family: Poppins;
  src: url("/fonts/Poppins-Regular.ttf");
  font-weight: 400;
}

@font-face {
  font-family: Poppins;
  src: url("/fonts/Poppins-Bold.ttf");
  font-weight: 700;
}

@font-face {
  font-family: ClashDisplay;
  src: url("/fonts/ClashDisplaySemibold.ttf");
  font-weight: 600;
}

@font-face {
  font-family: ClashDisplay;
  src: url("/fonts/ClashDisplayRegular.ttf");
  font-weight: 400;
}

@font-face {
  font-family: ClashDisplay;
  src: url("/fonts/ClashDisplayMedium.ttf");
  font-weight: 500;
}

.font-bold {
  font-weight: 600;
}

* {
  /* border: 1px solid red */
}

body {
  font-family: Poppins;
  font-weight: 400;
}

.brand img {
  width: min(200px, 30vw);
}

.dropdown {
  position: relative;
  display: inline-block;
}

.dropdown:hover .dropdown-content {
  display: block;
}

.dropdown-content {
  display: none;
  position: absolute;
  background-color: #f9f9f9;
  min-width: 160px;
  box-shadow: 0px 8px 16px 0px rgba(0, 0, 0, 0.2);
  z-index: 1;
}

.dropdown-content a {
  color: black;
  padding: 12px 16px;
  text-decoration: none;
  display: block;
}

.dropdown-content a:hover {
  background-color: #f1f1f1;
}

.dropdown:hover .dropdown-content {
  display: block;
}

body {
  margin: 0px;
  font-family: Poppins;
  user-select: none;
}

.container {
  background-color: white;
  width: 100%;
}

nav {
  max-width: 1440px;
  margin: auto;
  height: 80px;
  width: auto;
  padding-right: 80px;
  padding-left: 80px;
  display: flex;
  align-items: center;
  justify-content: space-between;
}

.nav-item-mobile {
  display: none;
  position: absolute;
  height: 0px;
  z-index: 2;
  width: 100%;
  background-color: white;
  color: white;
  flex-direction: column;
  align-items: center;
}

.nav-item-mobile a {
  display: none;
}

#nav-item-mobile-btn {
  display: none;
  width: 200px;
  height: 56px;
  border-radius: 8px;
  background-color: #f9900b;
  border: 0px;
  color: white;
  font-family: Poppins;
  cursor: pointer;
  font-size: 14px;
  align-items: center;
  justify-content: center;
}

.toggler {
  display: none;
}

.toggler div {
  width: 25px;
  transition: 0.5s;
  height: 3px;
  margin-bottom: 5px;
  background-color: #f9900b;
}

.animated-text-box {
  display: inline-block;
}

.animated-text {
  position: absolute;
  overflow: hidden;
  color: #9b51e0;
  animation: animate 10s linear infinite;
  opacity: 0;
  top: 73px;
}

.logo-text {
  font-family: Poppins;
  font-size: 25px;
  /* font-weight: 700; */
  color: #c77203;
}

.container nav ul {
  display: flex;
  align-items: center;
}

.container nav ul a {
  list-style-type: none;
  color: black;
  font-size: 14px;
  text-decoration: none;
}

li {
  list-style-type: none;
  color: black;
  margin-right: 40px;
  font-size: 14px;
}

#get-in-touch {
  cursor: pointer;
  border: 1.5px solid #f9900b;
  padding: 5px;
  width: 150px;
  height: 40px;
  border-radius: 5px;
  font-family: Poppins;
  background-color: #f9900b;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 13px;
  color: white;
}

#get-in-touch span {
  margin-left: 5px;
}

.hero-container {
  background-color: #1f1d2b;
}

.hero {
  min-height: 800px;
  /* justify-content: center; */
  display: flex;
  width: 100%;
  flex-direction: row;
  /* align-items: center; */
  margin: auto;
  max-width: 1440px;
  background-image: url(/image/half-globe2.png);
  background-size: contain;
  background-repeat: no-repeat;
  background-position: right;
}

#full_globe2 {
  display: none;
}

.apply-btn {
  width: 270px;
  height: 56px;
  border-radius: 8px;
  background-color: black;
  color: white;
  cursor: pointer;
  border: none;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 16px;
  transition: 0.5s;
}

.apply-btn:hover {
  transition: 0.5s;
  transform: scale(1.05);
}

.hero-text {
  line-height: 1;
  white-space: wrap;
  margin: 0px;
  font-family: ClashDisplay;
  font-weight: 600;
  font-size: 70px;
  color: black;
}

.left {
  margin: 50px;
  margin-top: 100px;
  margin-bottom: -150px;
}

.hero-img {
  top: 200px;
  align-self: flex-end;
  /* position: absolute; */
  /* right: 0px; */
}

.coverage_container {
  display: flex;
  width: 100%;
  justify-content: space-between;
  flex-direction: row;
  align-items: center;
}

.section_header_text {
  color: white;
  font-size: 40px;
}

.section_info_text {
  font-family: Poppins;
  font-size: 32.5px;
  color: white;
}

.section1 {
  max-width: 1440px;
  margin: auto;
  display: flex;
  flex-direction: column;
  align-items: center;
  padding-top: 60px;
  padding-bottom: 80px;
}

.section1 h2 {
  font-family: ClashDisplay;
  font-weight: 600;
  font-size: 48px;
  text-align: center;
  margin: 0;
}

.section1-p {
  font-size: 1.2rem;
  text-align: center;
  font-family: Poppins;
  font-weight: 400;
}

.section1-grid {
  width: 90%;
  margin-top: 70px;
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: space-around;
}

.section_info_container {
  width: 60%;
  text-align: center;
}

.denomi {
  padding-top: 100px;
  padding-bottom: 100px;
  max-width: 1440px;
  margin: auto;
  display: flex;
  justify-content: center;
  align-items: flex-start;
}

.denomi-info-container {
}

.denomi-header-text {
  color: white;
  font-size: 17px;
}

.poket {
  --padding-outer: 4rem;
  width: 80%;
  overflow: hidden;
  padding: var(--padding-outer, 4rem);
  aspect-ratio: 12 / 5.28;
  background-color: #008ef4;
  margin: 0px auto;
  max-width: 1440px;
  border-radius: 32px;
  display: flex;
  flex-direction: row;
  align-items: stretch;
}

.poket-left {
  display: flex;
  justify-content: center;
  align-items: start;
  flex-direction: column;
  flex: 1 1 50%;
}

.poket-left p {
  font-style: normal;
  font-weight: 400;
  text-wrap: balance;
  font-size: 1rem;
  margin-top: 40px;
  margin-bottom: 40px;
}

.poket-image {
  container: inline-size;
  overflow: hidden;
  flex: 1 0 70%;
  display: flex;
  flex-direction: column;
  justify-content: flex-end;
  margin-bottom: calc(0rem - var(--padding-outer));
  margin-right: calc(0rem - var(--padding-outer));
  margin-top: calc(0rem - var(--padding-outer));
}

.poket-image img {
  height: 70cqh;
  aspect-ratio: 3 / 1.2;
  object-fit: contain;
  object-position: bottom right;
}

.poket #preview-image {
}

.poket-info-container {
}

.coming-soon-grid {
  margin: auto;
  padding-top: 100px;
  padding-bottom: 100px;
  width: 80%;
  display: flex;
  max-width: 1440px;
  flex-direction: row;
  align-items: center;
  justify-content: space-between;
}

.denome_protocol {
  width: 80%;
  background-color: #735cdd;
  margin: auto;
  max-width: 1440px;
  padding-top: 30px;
  padding-bottom: 30px;
  justify-content: space-evenly;
  border-radius: 32px;
  display: flex;
  flex-direction: row;
  align-items: center;
  height: 528px;
  color: white;
}

.denome_protocol__left {
  display: flex;
  flex-direction: column;
  width: 40%;
}

.denome_protocol__left h2 {
  font-size: 39px;
  font-weight: 500;
  margin: 0px;
}

.denome_protocol__left p:nth-child(3) {
  font-family: "Poppins";
  font-style: normal;
  font-weight: 400;
  font-size: 20px;
  line-height: 30px;
}

.denome_protocol img {
  width: 40%;
}

.x-barter {
  width: 80%;
  background-color: #1f1d2b;
  margin: auto;
  max-width: 1440px;
  padding-top: 30px;
  padding-bottom: 30px;
  justify-content: space-evenly;
  border-radius: 32px;
  display: flex;
  flex-direction: row;
  align-items: center;
  margin-bottom: 50px;
}

.x-barter-left {
  display: flex;
  flex-direction: column;
  width: 40%;
}

#xbarter-img {
  width: 40%;
}

.footer-h2 {
  font-family: ClashDisplay;
  margin: 0;
  color: white;
  text-align: center;
  font-size: 35px;
}

.footer {
  width: 80%;
  max-width: 1440px;
  padding-left: 40px;
  padding-right: 40px;
  background-color: #1f1d2b;
  display: flex;
  flex-direction: column;
  align-items: center;
  margin: auto;
}

.partners_container {
  width: 100%;
  display: flex;
  flex-wrap: wrap;
  flex-direction: row;
  align-items: center;
  justify-content: center;
  margin-top: 80px;
  margin-bottom: 50px;
}

.partners_container img {
  margin-left: 25px;
  margin-right: 25px;
  margin-top: 25px;
}

.footer-social {
  display: flex;
  align-items: center;
}

.footer-social img {
  margin-right: 20px;
}

.social_container {
  display: flex;
  flex-direction: column;
  align-items: flex-end;
}

.footer-container {
  display: flex;
  width: 100%;
  padding-bottom: 50px;
  align-items: center;
  justify-content: space-between;
}

.logo_container p {
  margin: 0;
  color: white;
  font-size: 15px;
  text-align: center;
}

/* Media Query for Mobile Devices */

/* mobile phone ?? */
/* Media Query for low resolution  Tablets, Ipads */
@media (min-width: 0px) and (max-width: 767px) {
  nav {
    padding-left: 20px;
    padding-right: 20px;
  }

  .container nav ul {
    display: none;
  }

  .nav-item-mobile {
    display: none;
    position: absolute;
    /* min-height: 300px; */
    height: auto;
    z-index: 2;
    width: 100%;
    background-color: white;
    color: black;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    padding-bottom: 50px;
  }

  .nav-item-mobile a {
    margin: 15px;
    color: black;
    display: block;
    text-decoration: none;
  }

  #nav-item-mobile-btn {
    display: flex;
    align-items: center;
  }

  .toggler {
    display: block;
  }

  .left {
    width: 100%;
    /* background-color: red; */
    margin: 20px;
    margin-top: 50px;
    margin-bottom: -150px;
    hyphens: none;
    display: flex;
    flex-direction: column;
    align-items: center;
    /* display: inline-block; */
    /* word-break: break-word; */
    /* word-wrap: break-word; */
  }

  .hero {
    background-image: none;
  }

  .hero-text {
    font-size: 45px;
    line-height: 1.2;
  }

  #full_globe2 {
    display: block;
    margin-bottom: 100px;
    margin-top: 30px;
    width: 80%;
  }

  .coverage_container {
    width: 100%;
  }

  .apply-btn {
    width: 90%;
    align-self: flex-start;
  }

  .section1 {
    width: 90%;
    margin-top: 100px;
  }

  .section1 h2 {
    font-size: 38px;
  }

  .section1-grid {
    flex-direction: column;
  }

  .section1-p {
    font-size: 20px;
  }

  .poket {
    --padding-outer: 2rem;
    width: 90%;
    aspect-ratio: unset;
    box-sizing: border-box;
    border-radius: 20px;
    align-items: center;
    flex-direction: column;
    padding-top: 50px;
    padding-bottom: 50px;
  }

  .poket-image {
    display: none !important;
  }

  .denome_protocol {
    width: 90%;
    border-radius: 20px;
    padding-top: 30px;
    height: auto;
  }

  .denome_protocol__left {
    width: 90%;
  }

  .denome_protocol img {
    display: none;
  }

  .coming-soon-grid {
    width: 90%;
    flex-direction: column;
  }

  .coming-soon-child {
    margin-bottom: 30px;
    width: 70%;
  }

  .x-barter {
    flex-direction: column;
    width: 90%;
  }

  .x-barter-left {
    width: 90%;
  }

  #xbarter-img {
    width: 80%;
  }

  .footer {
    width: auto;
  }

  .footer-h2 {
    font-size: 25px;
  }

  .footer-container {
    align-items: flex-start;
    flex-direction: column-reverse;
  }

  .logo_container {
    width: 100%;
    display: flex;
    flex-direction: column;
    align-items: center;
  }

  .logo_container p {
    margin: 0;
    color: white;
    font-size: 15px;
    text-align: center;
  }

  .social_container {
    align-items: center;
    width: 100%;
  }

  .footer-social {
    align-items: flex-start;
  }
}

/* Media Query for Tablets Ipads portrait mode */

@media (min-width: 768px) and (max-width: 1024px) {
  nav {
    padding-right: 30px;
    padding-left: 30px;
  }

  /* .hero-text{
    text-align: center;
  } */
  .poket {
    width: auto;
    border-radius: 0px;
    padding-left: 30px;
    padding-right: 30px;
  }

  .coming-soon-grid {
    width: 90%;
    flex-direction: column;
  }

  .coming-soon-child {
    margin-bottom: 30px;
    width: 70%;
  }

  .section1 h2 {
    font-size: 35px;
  }

  .section1-p {
    font-size: 20px;
  }

  .denome_protocol {
    width: 90%;
  }
}

/* Media Query for Laptops and Desktops */
@media (min-width: 1025px) and (max-width: 1280px) {
  .hero-text {
  }

  .hero-subtitle {
    /* text-align: center; */
  }

  .coming-soon-grid {
    justify-content: space-between;
  }

  .coming-soon-child {
    width: 45%;
    padding: 20px;
  }
}

/* Media Query for Large screens */
@media (min-width: 1281px) {
}

@media (max-width: 280px) {
  .hero-text {
    line-height: 40px;
    font-size: 35px;
  }

  .left {
    margin: 0px;
    padding: 10px;
  }

  .section1 h2 {
    font-size: 30px;
  }

  .section1-p {
    font-size: 15px;
  }
}

/* weird phones like samsung galaxy fold */
.hidden {
  display: none;
}
