.layout {
  max-width: 1440px;
  width: 100%;
  margin: 0 auto;
  padding-left: 20px;
  padding-right: 20px;
}
.header-ul li:hover {
  position: relative;
  font-weight: 500;
}
.bottom {
  position: fixed;
  bottom: 0;
  width: 100%;
  background: #00000097;
  color: #FFF;
  z-index: 999;
  display: flex;
  justify-content: center;
  align-items: center ;
  padding: 9px 0;
  font-size: 15px;
}
.cookies-btns {
  display: flex;
  gap: 10px;
}
.privacy_policy_a {
  padding-left: 5px;
  text-decoration: underline;
}
.cookies-btns .agree-btn {
  padding: 4px 10px;
  background: blue;
  color: #FFF;
  margin-left: 15px;
}
.cookies-btns .reject-btn {
  padding: 4px 10px;
  background: grey;
  color: #FFF;
}

.blank {
  background: white;
  height: 20px;
  width: 248px;
  right: 0;
  position: absolute;
  bottom: 4px;
  z-index: 9;
  cursor: default;
}

.header-ul li:hover span {
  position: absolute;
  width: 42px;
  height: 1.2px;
  background-color: #000;
  bottom: -4px;
  left: 0;
  right: 0;
  margin: auto;
}

.active-tab {
  font-weight: 500;
  background-color: #fff;
  border-radius: 9999px;
  color: #12326C;
}

.tabcontent {
  display: none;
}

.payment-layout {
  display: none;
  padding: 100px 0;
}

.tab {
  background: rgba(245, 245, 245, 0.5);
  width: max-content;
  color: rgba(0, 0, 0, 0.5);
  font-weight: 400;
  box-shadow: 6px 6px 30px rgba(0, 0, 0, 0.06);
}

.tablinks {
  font-size: 18px;
  padding: 14px 24px;
}

.flip-card {
  background-color: transparent;
  perspective: 1000px;
}

.flip-card-inner {
  position: relative;
  width: 100%;
  height: 100%;
  text-align: center;
  transition: transform 0.6s;
  transform-style: preserve-3d;
}

.flip-card:hover .flip-card-inner {
  transform: rotateY(180deg);
}

.flip-card-front,
.flip-card-back {
  position: absolute;
  width: 100%;
  height: 100%;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
}

.flip-card-back {
  transform: rotateY(180deg);
}

.flip-card-back::-webkit-scrollbar {
  width: 8px;
}

.flip-card-back::-webkit-scrollbar-track {
  border-radius: 10px;
}

.flip-card-back::-webkit-scrollbar-thumb {
  background: grey;
  border-radius: 10px;
}

.flip-card-back::-webkit-scrollbar-thumb:hover {
  background: rgb(86, 86, 86);
}

/* Header CSS Starts Here */
.header {
  display: flex;
  justify-content: space-between;
  max-width: 1440px;
  margin: 0 auto;
  align-items: center;
}

.menu--right {
  display: none;
}

.dropdown {
  position: relative;
  display: inline-block;
}

.dropdown-content {
  width: max-content;
  display: none;
  position: absolute;
  background-color: #FFFFFF;
  min-width: 160px;
  padding: 5px;
  box-shadow: 0px 8px 16px 0px rgba(0, 0, 0, 0.2);
  z-index: 1;
  border-radius: 0px 6px 6px 6px;
}

.dropdown-content a {
  color: #12326C !important;
  padding: 10px 14px;
  text-decoration: none;
  display: block;
  font-size: 14px;
}

.dropdown-content a:first-child {
  border-bottom: 1px solid #E5E5E5;
}

.dropdown-content a:hover {
  border-radius: 6px !important;
  background-color: #ddd;
}

.dropdown:hover .dropdown-content {
  display: block;
}

.dropbtn {
  display: flex;
  align-items: baseline;
  gap: 5px;
}

.dropbtn img {
  filter: brightness(0);
}

.mobile-dropdown {
  padding: 15px 0px 0 20px;
  display: flex;
  flex-direction: column;
  gap: 15px;
}

/* Fiat screen css starts */

.image-container, .image-container-tokens, .image-container-ecommerce {
  position: relative;
  height: 450px;
  width: 100%;
}

.image-container img {
  position: absolute;
  animation-name: multiple-image-crossfade;
  animation-iteration-count: infinite;
  animation-duration: 9s;
  opacity: 0;
  object-fit: contain;
}

.image-container-tokens {
  position: relative;
  height: 450px;
  width: 100%;
}

.image-container img:nth-of-type(1) {
  animation-delay: 0s;
}

.image-container img:nth-of-type(2) {
  animation-delay: 3s;
}

.image-container img:nth-of-type(3) {
  animation-delay: 6s;
}

.image-container .img1 {
  height: 580px;
  top: 0%;
  left:12%
}

.image-container .img2 {
  top: 6%;
  height: 480px;
  left: 12%;
}
.image-container .img3 {
  top: 2%;
  height: 480px;
  width: 430px;
  left: 5%;
}

@keyframes multiple-image-crossfade {
  0% {
    opacity: 0;
  }

  5% {
    opacity: 1;
  }

  16% {
    opacity: 1;
  }

  38% {
    opacity: 0;
  }

  100% {
    opacity: 0;
  }
}

/* Token image animation */

.image-container-tokens img {
  position: absolute;
  animation-name: multiple-image-crossfade-token;
  animation-iteration-count: infinite;
  animation-duration: 9s;
  opacity: 0;
  max-width: 90%;
  object-fit: contain;
}

.image-container-tokens img:nth-of-type(1) {
  animation-delay: 0;
}

.image-container-tokens img:nth-of-type(2) {
  animation-delay: 3s;
}
.image-container-tokens img:nth-of-type(3) {
  animation-delay: 6s;
}

.image-container-tokens .imgtoken1 {
  height: 500px;
  left: 12%;
  top: 0%;
}

.image-container-tokens .imgtoken2 {
  height: 500px;
  left: 12%;
  top: 0%;
}
.image-container-tokens .imgtoken3 {
  top: 2%;
  height: 450px;
  width: 440px;
  left: 10%;
}


.hide {
  display: none;
}

@keyframes multiple-image-crossfade-token {
  0% {
    opacity: 0;
  }

  5% {
    opacity: 1;
  }

  16% {
    opacity: 1;
  }

  38% {
    opacity: 0;
  }

  100% {
    opacity: 0;
  }
}

.image-container-ecommerce img {
  position: absolute;
  animation-name: multiple-image-crossfade;
  animation-iteration-count: infinite;
  animation-duration: 9s;
  opacity: 0;
  object-fit: contain;
}

.image-container-ecommerce img:nth-of-type(1) {
  animation-delay: 0;
}

.image-container-ecommerce img:nth-of-type(2) {
  animation-delay: 3s;
}
.image-container-ecommerce img:nth-of-type(3) {
  animation-delay: 6s;
}

.image-container-ecommerce .img1 {
  height: 480px;
  top: 0%;
  left: 12%;
}

.image-container-ecommerce .img2 {
  top: 0%;
  height: 474px;
  left: 12%;
}
.image-container-ecommerce .img3 {
  top: 0%;
  height: 474px;
  width: 440px;
  left: 0%;
}

@media screen and (max-width: 600px) {
  .image-container-ecommerce .img1 {
    height: 400px;
    top: 2%;
    left: 0%;
  }
  
  .image-container-ecommerce .img2 {
    top: 0%;
    height: 474px;
    left: 0%;
  }
    .image-container-ecommerce .img3 {
    top: 0%;
    height: 474px;
    left: 0%;
  }


}

@keyframes multiple-image-crossfade {
  0% {
    opacity: 0;
  }

  5% {
    opacity: 1;
  }

  16% {
    opacity: 1;
  }

  38% {
    opacity: 0;
  }

  100% {
    opacity: 0;
  }
}

@media screen and (max-width: 600px) {
  .menu--right {
    display: block;
  }

  .menuToggle {
    display: block;
    position: relative;
    top: 50px;
    z-index: 1;
    user-select: none;
  }

  .menuToggle a {
    text-decoration: none;
    color: #232323;
    transition: all 0.3s ease;
  }


  .menuToggle input {
    display: block;
    width: 40px;
    height: 32px;
    position: absolute;
    top: -7px;
    cursor: pointer;
    opacity: 0;
    z-index: 2;
    -webkit-touch-callout: none;
  }

  .menuToggle span {
    position: relative;
    display: block;
    width: 27px;
    height: 1.5px;
    margin-bottom: 6px;
    position: relative;
    background: #000;
    border-radius: 3px;
    z-index: 1;
    transform-origin: 4px 0px;
    transition: transform 0.5s cubic-bezier(0.77, 0.2, 0.05, 1.0),
      background 0.5s cubic-bezier(0.77, 0.2, 0.05, 1.0),
      opacity 0.55s ease;
  }

  .menuToggle:first-child {
    transform-origin: 0% 0%;
  }

  .menuToggle:nth-last-child(2) {
    transform-origin: 0% 100%;
  }

  .menuToggle input:checked~span {
    opacity: 1;
    transform: rotate(45deg) translate(2px, 0px);
    background: #000;
    position: fixed;
  }

  .menuToggle input:checked~span:nth-last-child(3) {
    opacity: 0;
    transform: rotate(0deg) scale(0.2, 0.2);
  }

  .menuToggle input:checked~span:nth-last-child(2) {
    transform: rotate(-45deg) translate(-11px, 10px);
  }

  .menuToggle input[type="checkbox"]:checked~.menuItem {
    transform: none;
  }

  .menuItem {
    position: fixed;
    width: calc(100vw - 100px);
    padding: 150px 50px 50px 50px;
    width: 100%;
    height: 100svh;
    padding-top: 125px;
    background: #ededed;
    list-style-type: none;
    -webkit-font-smoothing: antialiased;
    transform-origin: 0% 0%;
    transition: transform 0.5s cubic-bezier(0.77, 0.2, 0.05, 1.0);
  }

  .menuItem li {
    padding: 10px 0;
    font-size: 18px;
    color: #000;
  }

  .menu--right .menuToggle {
    position: absolute;
    right: 0;
    top: 25px;
  }

  .menu--right .menuToggle input {
    right: 50px;
  }

  .menu--right .menuToggle span {
    right: 50px;
  }

  .menu--right .menuItem {
    right: 0;
    margin: -100px 0 0 0;
    transform: translate(100%, 0);
  }

  .image-container img, .image-container-tokens img {
    top: 50% !important;
    left: 50% !important;
    transform: translate(-50%, -50%);
  }

  .image-container .img1 {
    height: 480px;
  }
  
  .image-container .img2 {
    height: 474px;
  }
  
  .image-container .img3 {
    height: 384px;
  }
  
  .image-container .img4 {
    height: 320px;
  }
  
  .image-container .img5 {
    height: 460px;
  }
    
  .image-container-tokens .imgtoken1 {
    height: 415px;
  }

  .image-container-tokens .imgtoken2 {
    height: 271px;
  }

  .image-container-tokens .imgtoken3 {
    height: 375px;
  }

  .image-container-tokens .imgtoken4 {
    height: 300px;
  }

  .image-container-tokens .imgtoken5 {
    height: 336px;
  }

  .image-container-tokens .imgtoken6 {
    height: 391px;
  }

  .image-container-tokens .imgtoken7 {
    height: 292px;
  }
  
}

/* Footer css starts here */

.footer {
  background-color: #000;
  color: white;
  width: 100%;
  padding-bottom: 40px;
  max-height: calc(100vh - 20%);
}

.footer_group {
  display: flex;
  width: 100%;
  justify-content: space-between;
}

.mask-group-icon1 {
  margin: 90px 0 0 156px;
  text-align: center;
}

.second {
  display: flex;
  flex-direction: column;
  width: 50%;
  gap: 120px;
}

.section_country {
  display: flex;
  margin-top: 65px;
  justify-content: space-evenly;
}

.market-street {
  font-family: "Poppins";
  font-style: normal;
  font-weight: 300;
  font-size: 20px;
  line-height: 140%;
  color: #ffffff;
  opacity: 0.7;
  margin-bottom: 0px;
  margin-top: 0px;
}

.nation {
  font-family: "Poppins";
  font-style: normal;
  font-weight: 500;
  font-size: 20px;
  line-height: 140%;
  color: #ffffff;
}

.contact {
  display: flex;
  justify-content: space-evenly;
  align-items: center;
}

.contact-us {
  width: 214px;
}

.follow-us {
  display: flex;
  flex-direction: column;
  gap: 3px;
  width: 170px;
}

.frame-icon {
  width: 27px;
  height: 27px;
}

.icon {
  width: 100%;
  display: flex;
  gap: 20px;
  align-items: center;
}

.privacy-policy {
  display: flex;
  align-items: center;
  margin-top: 80px !important;
  width: 100%;
  max-width: 1280px;
  margin: 0 auto;
  padding-top: 30px;
  padding-left: 10px;
  border-top: 1px solid rgba(255, 255, 255, 0.2);
}

.privacy {
  font-family: "Poppins";
  font-style: normal;
  font-size: 20px;
}

.terms-of-service {
  font-style: normal;
  font-size: 20px;
}

.link_tag {
  display: flex;
  align-items: center;
  gap: 40px;
  width: 50%;
}

.link_tag a {
  text-decoration: none;
  color: #ffffff;
  opacity: 0.8;
  font-weight: 400;
  cursor: pointer;
}

.link_tag a:hover {
  opacity: 1;
  text-decoration: underline;
}

.copyright-2023-all {
  margin-left: 100px;
  font-family: "Poppins";
  font-style: normal;
  font-weight: 300;
  font-size: 20px;
  line-height: 140%;
  color: #ffffff;
  opacity: 0.3;
}

@media screen and (max-width: 900px) {
  .mask-group-icon1 {
    margin: 90px 0 0 70px;
  }
}

@media screen and (max-width: 600px) {
  .mask-group-icon1 {
    margin: 70px 0 0 0px;
    text-align: center;
    height: 90px;
  }

  .footer_group {
    display: flex;
    flex-direction: column;
    margin-left: 40px;
    width: auto;
  }

  .second {
    width: 100%;
    gap: 10px;
  }

  .section_country {
    flex-direction: column;
    margin-top: 20px;
    gap: 10px;
  }

  .contact {
    flex-direction: column;
    align-items: start;
    gap: 10px;
  }

  .privacy-policy {
    flex-direction: column;
    padding-left: 0px;
  }

  .link_tag {
    width: 100%;
    justify-content: center;
    padding-bottom: 20px;
  }

  .copyright-2023-all {
    margin-left: 0;
    padding-bottom: 20px;
    font-size: 18px;
  }

  .nation {
    margin-bottom: 7px;
  }

  .market-street {
    font-size: 18px;
  }

  .privacy,
  .terms-of-service {
    font-size: 18px;
  }
}

@media screen and (max-width: 600px) {
  .tablinks {
    font-size: 8px;
    padding: 8px 10px;
  }
}