@import url('https://fonts.googleapis.com/css2?family=Montserrat:ital,wght@0,100..900;1,100..900&family=Outfit:wght@100..900&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&family=Roboto+Mono:ital,wght@0,100..700;1,100..700&display=swap');

* {
  box-sizing: border-box;
  margin: 0;
  padding: 0;
  font-family: "Outfit", sans-serif;
}

*::before,
*::after {
  box-sizing: border-box;
  outline: 0;
}

html {
  scroll-behavior: smooth;
  height: 100%;
}

body {
  font-family: "Poppins";
}

@media (min-width: 1024px) {
  .bg-container {
    max-width: 1000px;
    margin-left: auto;
    margin-right: auto;
    padding: 0;
  }
}

.disclaimer {
  position: relative;
  width: 100%;
  height: 100%;
  background: black;
  color:white;
  text-transform: uppercase;
  font-size: 11px;
  font-weight: 600;
  padding: 10px 0;
  text-align: center;
  font-weight: normal;
}

.disclaimer::after {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 4px; /* Border thickness */
  background: linear-gradient(
      to right,
      transparent 0%,
      #FFD700 20%, /* Gold fade-in */
      #FFEC8B 50%, /* Bright center (shiny highlight) */
      #FFD700 80%, /* Gold fade-out */
      transparent 100%
  );
  box-shadow: 
      0 0 10px rgba(255, 215, 0, 0.7), /* Glow effect */
      0 0 20px rgba(255, 215, 0, 0.3);
}
.banner_container {
  background: transparent;
  padding-top: 60px;
  margin-bottom: 21px;
  box-shadow: unset;
  border-radius: 20px;
  font-family: inherit;
  color: white;
  position: relative;
  text-transform: uppercase;
  margin-left: 25px;
  margin-right: 25px;
}
.banner_txt {
  position: relative;
  z-index: 3;
  text-align: center;
}

h1, h2{
text-shadow: 2px 5px 10px black;
}

.banner p {
  text-shadow: 2px 5px 10px black;
}

.banner_txt h1,
.banner_txt h2,
.banner_txt h3,
.banner_txt h4 {
  font-family: inherit;
  font-size: 18px;
  font-weight: 700;
  line-height: 22px;
}
.banner_txt p {
  font-size: 22pt;
  font-weight: 500;
  line-height: 16.98px;
  margin-top: 8px;
  font-family: "Poppins", sans-serif;
}

.banner_container {
  margin-bottom: 44px;
}
.banner_container::before {
  content: none;
}
.banner_txt {
  width: 100%;
}
.banner_txt h1,
.banner_txt h2,
.banner_txt h3,
.banner_txt h4 {
  font-size: 32px;
  line-height: 34px;
  margin-bottom: 6px;
}
.banner_txt p {
  font-size: 22pt;
  line-height: 30px;
  font-family: "Poppins", sans-serif;
}

span#currentDate {
    font-size: 14pt;
}

@media (min-width: 1024px) {
  .banner_container {
    width: 100%;
    margin-bottom: 44px;
    margin-left: 0;
    margin-right: 0;
  }
  .banner_txt h1,
  .banner_txt h2,
  .banner_txt h3,
  .banner_txt h4 {
    font-size: 36px;
    line-height: 43px;
    margin-bottom: 15px;
  }
  .banner_txt p {
    font-family: "Poppins", sans-serif;
    font-size: 22pt;
    line-height: 30px;
    font-weight: 500;
  }
}

.banner-icons {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 8px;
  align-items: center;
  justify-content: space-between;
  width: 100%;
  margin: 0 auto 30px;
  background-color: rgba(0, 0, 0, 0.6);
  padding: 10px;
  border-radius: 10px;
}

.banner-icons .icon-flex {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 15px;
  font-size: 10px;
  font-weight: 500;
  line-height: 12px;
}

.text {
  font-weight: normal !important;
  color: gold !important;
  font-size: 10pt !important;
}


.banner-icons .icon-flex .icon img {
  width: 18px;
  height: 18px;
}

.banner-icons .icon-flex .icon svg {
  width: 18px;
  height: 18px;
}

@media (min-width: 768px) {
  .banner-icons {
    display: flex;
    width: 100%;
  }

  .banner-icons .icon-flex .icon svg {
    width: 24px;
    height: 24px;
  }
  .banner-icons .icon-flex .text {
    font-family: Poppins;
    font-size: 16px;
    font-weight: 700;
    line-height: 18.75px;
    color:white;
  }
}

.brand {
  display: flex;
  flex-direction: column;
  flex-wrap: nowrap;
  gap: 20px;
  margin-bottom: 24px;
}

.brand-header {
  display: none;
}

.brand.wrapper {
  padding-left: 0;
  padding-right: 0;
}
.brand .welcome-policy {
  font-family: Poppins;
  font-size: 8px;
  font-weight: 400;
  line-height: 14px;
  text-align: center;
  width: 100%;
  padding: 0 5px;
  margin-top: -20px;
  color: #bfbfbf;
}
.brand .welcome-policy a {
  color: inherit;
}
.brand .welcome-policy a:hover {
  text-decoration: underline;
}

.brands-wrapper {
  position: relative;
  margin-bottom: 7px;
  /* background: rgb(5,5,5);
  background: linear-gradient(21deg, rgba(5,5,5,1) 0%, rgba(72,71,69,1) 100%); */
  background: rgba(0, 0, 0, 0.5); /* Semi-transparent dark layer */
  backdrop-filter: blur(8px); /* Blur effect */
  -webkit-backdrop-filter: blur(8px); /* Safari support */
  border-radius: 20px;
  padding: 20px;
  
  border: 2px solid #FFD700;
}
/* 
.brands-wrapper::before {
  content: "";
  top: 0;
  left: 0;
  z-index: 4;
  position: absolute;
  width: 100%;
  height: 2px;
  background: #c5fcef;
} */

.brands-1 .brands-label {
  background: #1273eb;
}

.brands-1::before {
  background: #c5fcef;
}

.brands-2 .brands-label {
  background: #08a5ab;
}

.brands-2::before {
  background: #08a5ab;
}

.brands-3 .brands-label {
  background: #01b676;
}

.brands-3::before {
  background: #01b676;
}

.brands-container {
  display: flex;
  flex-direction: row;
  flex-wrap: nowrap;

  border: transparent;
  border-radius: 0 0 8px 8px;
  box-shadow: none;
  justify-content: space-between;
  background: transparent;
}
.brands-label {
  display: block;
  position: absolute;
  z-index: 9;
  top: -8px;
  left: 25px;
  background: #1273eb;
  padding: 3px 12px 3px 14px;
  border-radius: 10px;
  color: #ffffff;
  font-size: 13px;
  line-height: 17px;
  font-weight: 700;
}

.brands-cover {
  width: 100%;
  display: flex;
  flex-direction: column;
  flex-wrap: nowrap;
  align-items: center;
  justify-content: space-around;
  max-width: 100%;
  flex: 1 1 48%;
  padding: 5px;
  border-bottom-left-radius: 16px;
}

.brands-cover:hover .brands-logo {
  transform: scale(1.07);
  transition: 0.3s ease-in-out;
}

.brands-score.desktop {
  display: none;
}
.brands-promo {
  display: flex;
  flex-direction: column;
  flex-wrap: nowrap;
  justify-content: center;
  align-items: center;
  gap: 8px;
  flex: 1 1 52%;
  padding: 5px;
}
.brands-promo .welcome-title {
  text-align: center;
}

.brands-promo .welcome-title h1,
.brands-promo .welcome-title h2{
  font-family: Poppins;
  font-size: 12px;
  font-weight: 700;
  line-height: 14.63px;
  text-align: center;
  text-transform: uppercase;
}

.brands-cover a {
  width: 100%;
}

.welcome-container.desktop {
  display: none;
}

.brands-number {
  display: none;
}

.welcome-container > * {
  font-weight: 700;
  line-height: 20px;
}

.welcome-title > h3 {
  font-family: Poppins;
  font-size: 14px;
  font-weight: 700;
  line-height: 16px;
  text-align: center;
  text-transform: uppercase;
  margin-top: 6px;
  color: #c5fcef;
  text-shadow: #fff 1px 0 1px;
}

.welcome-title p {
  margin-top: 6px;
  color: white;
  font-size: 20px;
}

.brands-logo {
  width: 100%;
  max-width: 100%;
  height: 90px;
  overflow: hidden;
  position: relative;
  font-size: 0;
  text-align: center;
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
  margin-top: 10px;
}
.brands-score.mobile {
  display: flex;
  flex-direction: column-reverse;
  align-items: center;
  justify-content: center;
  gap: 10px;
}
.brands-votes {
}
.brands-votes .txt-raiting {
  font-family: inherit;
  color: #ffffff;
  font-size: 10px;
  line-height: 14px;
  font-weight: 500;
}
.brands-votes .score-block {
  text-align: center;
}
.brands-votes .score-point {
  font-size: 24px;
  font-weight: 600;
  line-height: 20px;
  text-align: center;
  color: #fff;
  text-shadow: #FFD700 2px 2px 2px;
}
.brands-votes .stars {
  display: flex;
  align-items: center;
  justify-content: center;
  position: relative;
  font-size: 16px;
}
.brands-votes .stars .star-5::before {
  content: "★★★★★";
  top: -25px;
  left: 0;
  width: 12px;
  height: 13px;
  color: #ffc701;
}
.brands-votes .stars .star-4::before {
  content: "★★★★☆";
  top: -25px;
  left: 0;
  width: 12px;
  height: 13px;
  color: #ffc701;
}
.brands-votes .stars .star-3::before {
  content: "★★★☆☆";
  top: -25px;
  left: 0;
  width: 12px;
  height: 13px;
  color: #ffc701;
}
.brands-votes .stars .star-2::before {
  content: "★★☆☆☆";
  top: -25px;
  left: 0;
  width: 12px;
  height: 13px;
  color: #ffc701;
}
.brands-votes .stars .star-1::before {
  content: "★☆☆☆☆";
  top: -25px;
  left: 0;
  width: 12px;
  height: 13px;
  color: #ffc701;
}

.brands-btn {
  width: 130px;
  font-family: inherit;
  font-size: 12px;
  line-height: 14px;
  color: black;
  border: 2px solid transparent;
  border-radius: 1200px;
  text-align: center;
  font-weight: 700;
  cursor: pointer;
  transition: all 0.5s ease;
  overflow: hidden;
  position: relative;
}
.brands-btn a {
  display: inline-block;
  padding: 10px 27px;
  position: relative;
  z-index: 5;
  white-space: nowrap;
  color:black;
  text-decoration: none;
}

.brands-btn:hover {
  transform: scale(1.05);
}

.payments-block {
  display: flex;
  gap: 5px;
}

.img-block {
  width: 20px;
}

.min-deposit {
  font-size: 9px;
  font-weight: 700;
  line-height: 11px;
  text-align: center;
  color:white;
}

.brands-wrapper:hover .brands-btn:before {
  left: 0;
}

.brands-wrapper:hover .brands-btn:after {
  left: calc(100% - 35px);
}

.content-container {
  padding: 15px 15px;
  font-family: "Josefin Sans", sans-serif;
  color: #ffffff;
  font-size: 12px;
  line-height: 15px;
  font-weight: 500;
}
.content-container h2 {
  font-size: 16px;
  line-height: 19px;
  font-weight: 700;
  margin-top: 15px;
  margin-bottom: 20px;
  position: relative;
  letter-spacing: 0.5px;
}
.content-container h2::before {
  content: "";
  position: absolute;
  width: 50px;
  height: 2px;
  background: #ff793e;
  bottom: -7px;
  left: 2px;
}
.content-container h3,
.content-container h4,
.content-container h5 {
  font-size: 14px;
  line-height: 17px;
  font-weight: 600;
  margin-bottom: 10px;
  letter-spacing: 0.5px;
}
.content-container p {
  font-size: 12px;
  line-height: 17px;
  font-weight: 500;
  margin-bottom: 7px;
}

.separation-line {
  width: 100%;
  border: 1px solid #f78f0e;
  box-shadow: 0px 4px 22px 0px #5549d3c4;
}

@media (min-width: 414px) {
  .break::before {
    white-space: normal;
  }
  .brand.wrapper {
    padding-left: 0;
    padding-right: 0;
  }
}
@media (min-width: 600px) {
  .brands-container {
    gap: 0;
  }

  .brands-cover {
    justify-content: center;
    max-width: 25%;
    flex: unset;
    padding: 20px 5px;
  }

  .brands-logo {
    margin-top: 0;
  }

  .brands-wrapper {
    padding-left: 0;
    padding-right: 0;
  }
  .brands-container {
    justify-content: space-between;
  }

  .brands-score.desktop {
    max-width: 25%;
  }

  .brands-votes .score-point {
    font-size: 32px;
    font-weight: 600;
    line-height: 20px;
    text-align: center;
  }

  .brands-promo {
    max-width: 25%;
    flex: unset;
    padding-right: 10px;
  }

  .brands-score.mobile {
    display: none;
  }

  .brands-score.desktop {
    display: flex;
    flex-direction: column-reverse;
    align-items: center;
    justify-content: center;
    gap: 6px;
  }

  .welcome-container.desktop {
    max-width: 25%;
    width: 25%;
    display: flex;
    align-items: center;
    justify-content: center;
    text-align: center;
    text-transform: uppercase;
    font-size: 14px;
  }

  .welcome-container.desktop > * {
    max-width: 204px;
  }

  .welcome-container.mobile {
    display: none;
  }
  .min-deposit.mobile {
    display: none;
  }

  .min-deposit.desktop {
    margin-top: 10px;
    font-size: 12px;
    font-weight: 700;
    line-height: 14.63px;
    text-align: center;
    color:white;
  }

  .brands-btn {
    width: 150px;
    font-size: 15px;
    font-weight: 700;
    line-height: 18px;
  }

  .img-block {
    width: 28px;
  }
}
@media (min-width: 768px) {
  .brands-cover {
    justify-content: center;
    max-width: 25%;
    flex: unset;
    padding: 20px 30px;
  }

  .icon-png {
    width: 20px;
    height: 24px;
  }

  .brands-promo {
    max-width: 25%;
    flex: unset;
    padding-right: 40px;
  }

  .wrapper {
    padding-left: 25px;
    padding-right: 25px;
  }
  .header-main {
    padding-left: 25px;
  }
  .header-logo img {
    max-width: 100px;
  }
  .sub-header_container {
    margin-bottom: 44px;
  }
  .sub-header_container::before {
    content: none;
  }
  .sub-header_txt {
    width: 100%;
  }
  .sub-header_txt h1,
  .sub-header_txt h2,
  .sub-header_txt h3,
  .sub-header_txt h4 {
    font-size: 32px;
    line-height: 34px;
    margin-bottom: 6px;
  }
  .sub-header_txt p {
    font-size: 22px;
    line-height: 30px;
    font-family: "Poppins", sans-serif;
  }
  .flag {
    display: flex;
    gap: 6px;
  }
  .flag > img {
    width: 36px;
  }
  .flag p {
    font-family: Poppins;
    font-size: 16px;
    font-weight: 700;
    line-height: 18.75px;
  }
  .secure-icons {
    display: flex;
    width: 100%;
  }

  .secure-icons .icon-flex .icon svg {
    width: 24px;
    height: 24px;
  }
  .secure-icons .icon-flex .text {
    font-family: Poppins;
    font-size: 16px;
    font-weight: 700;
    line-height: 18.75px;
  }

  .brand-header {
    width: 100%;
    display: flex;
    /* background: rgb(5,5,5);
    background: linear-gradient(200deg, rgba(5,5,5,1) 0%, rgba(72,71,69,1) 100%); */
    background: rgba(0, 0, 0, 0.5); /* Semi-transparent dark layer */
    backdrop-filter: blur(8px); /* Blur effect */
    -webkit-backdrop-filter: blur(8px); /* Safari support */
    border-radius: 10px;
    border: 2px solid #FFD700;
    color:white;
  }

  .brand-header__inner {
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 15.5px 40px;

    font-size: 16px;
    font-weight: 700;
    line-height: 19.5px;
    text-align: center;
  }

  .brand-header__inner .header-item {
    /*max-width: 25%;*/
  }

  .header-item.top {
    max-width: 30%;
  }

  .header-item.rating {
    max-width: 20%;
    margin-left: 20px;
  }

  .header-item.welcome {
    max-width: 25%;
  }

  .header-item.play {
    max-width: 30%;
    margin-right: 30px;
  }

  .brands-label {
    display: block;
    top: -13px;
    padding: 3px 12px 4px 14px;
    font-size: 13px;
  }

  .brands-promo .welcome-title h1,
  .brands-promo .welcome-title h2,
  .brands-promo .welcome-title h3{
    font-size: 14px;
    font-weight: 700;
    line-height: 20px;
    text-align: center;
  }

  .features-container {
    flex-direction: row;
    align-items: flex-start;
    gap: 40px;
  }

  .features h2 {
    font-family: Poppins;
    font-size: 24px;
    font-weight: 700;
    line-height: 29.76px;
    text-align: center;
  }

  .features-item p {
    font-family: Poppins;
    font-size: 14px;
    font-weight: 400;
    line-height: 17.75px;
    text-align: center;
  }

  .features .content {
    font-family: Poppins;
    font-size: 14px;
    font-weight: 400;
    line-height: 17.75px;
    text-align: center;
  }
}


.features {
  text-align: center;
  margin-top: 50px;
  
  h2{
    color: white;
    text-align: center;
    padding: 30px 0;
  }
}

.features h2 {
  font-family: Poppins;
  font-size: 21px;
  font-weight: 800;
  line-height: 26.04px;
  text-align: center;
}

.features-container {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  gap: 30px;
}

.features-item{
  display: flex;
      flex-direction: column;
      align-items: center;
      justify-content: center;
      width: 100%;
      gap: 30px;
      color: white;
      background: rgba(0, 0, 0, 0.5);
    backdrop-filter: blur(8px);
    -webkit-backdrop-filter: blur(8px);
    border-radius: 20px;
    padding: 40px;
    border: 2px solid #FFD700;
}

.casino-security {
  gap: 30px;
  color: white;
  background: rgba(0, 0, 0, 0.5);
  backdrop-filter: blur(8px);
  -webkit-backdrop-filter: blur(8px);
  border-radius: 20px;
  padding: 40px;
  border: 2px solid #FFD700;
  margin-top: 60px;
}


@media (min-width: 900px) {
  .header-item.top {
    max-width: 30%;
  }

  .header-item.rating {
    max-width: 20%;
    margin-left: 0;
  }

  .header-item.welcome {
    max-width: 25%;
  }

  .header-item.play {
    max-width: 30%;
    margin-right: 0;
  }

  .brands-cover {
    width: unset;
    flex-direction: row;
    gap: 50px;
  }
  .brands-logo {
    width: 180px;
    max-width: unset;
  }
  .brands-label {
    right: unset;
    left: 25px;
  }
  .break::before {
    white-space: normal;
  }

  .header-item.rating {
    margin-left: -10px;
  }

  .brand-header__inner {
    padding: 15.5px 90px;
  }
}

@media (max-width: 600px) {
  .brands-wrapper {
    position: relative;
    margin-bottom: 7px;
    /* background: rgb(72,71,69);
background: radial-gradient(circle, rgba(72,71,69,1) 0%, rgba(5,5,5,1) 76%); */
background: rgba(0, 0, 0, 0.5); /* Semi-transparent dark layer */
backdrop-filter: blur(8px); /* Blur effect */
-webkit-backdrop-filter: blur(8px); /* Safari support */
    width: 90%;
    margin: auto;
  }
  .brands-container, .mobile-margin{
    padding:3%;
  }
  .brands-wrapper {
    border-radius: 15px;
}
}

@media (min-width: 1024px) {
  .bg-container {
    max-width: 1000px;
    margin-left: auto;
    margin-right: auto;
    background: transparent;
    padding: 0;
  }
  .wrapper {
    max-width: 1000px;
    margin-left: auto;
    margin-right: auto;
  }
  .sub-header_container {
    width: 100%;
    margin-bottom: 44px;
    margin-left: 0;
    margin-right: 0;
  }
  .sub-header_txt h1,
  .sub-header_txt h2,
  .sub-header_txt h3,
  .sub-header_txt h4 {
    font-size: 36px;
    line-height: 43px;
    margin-bottom: 15px;
  }
  .sub-header_txt p {
    font-family: "Poppins", sans-serif;
    font-size: 24px;
    line-height: 30px;
    font-weight: 500;
  }

  .header-main {
    background: transparent;
    box-shadow: none;
    padding-left: 0;
  }
  .header-logo img {
    max-width: 105px;
  }

  .header-item.rating {
    margin-left: 0px;
  }

  .brands-number {
    display: block;
    font-size: 24px;
    font-weight: 700;
    line-height: 29.26px;
    text-align: center;
    color: #1273eb;
    position: absolute;
    top: 45%;
    transform: translate(-45%);
    left: -20px;
  }

  .brand .welcome-policy {
    padding-left: 0;
    padding-right: 0;
    font-size: 10px;
    line-height: 14px;
  }
  .brands-wrapper::before {
    /*background: #4860F6;*/
  }

  .brands-score {
    display: flex;
    flex-direction: column-reverse;
  }
  .brands-logo {
    max-width: 191px;
  }

  .brands-promo .welcome-title h1,
  .brands-promo .welcome-title h2,
  .brands-promo .welcome-title h3{
    font-size: 12px;
    line-height: 20px;
    font-weight: 800;
    text-transform: capitalize;
    text-align: center;
  }
  .brands-votes .txt-raiting {
    font-size: 14px;
    line-height: 20px;
    font-weight: 600;
  }

  .brands-votes .stars {
    font-size: 27px;
  }
  .brands-votes .stars .star-5::before {
    top: -35px;
    left: -7px;
    width: 18px;
    height: 18px;
  }
  .brands-votes .stars .star-4::before {
    top: -35px;
    left: -7px;
    width: 18px;
    height: 18px;
  }
  .brands-votes .stars .star-3::before {
    top: -35px;
    left: -7px;
    width: 18px;
    height: 18px;
  }
  .brands-votes .stars .star-2::before {
    top: -35px;
    left: -7px;
    width: 18px;
    height: 18px;
  }
  .brands-votes .stars .star-1::before {
    top: -35px;
    left: -7px;
    width: 18px;
    height: 18px;
  }

  .brands-btn a {
    padding: 12px 27px;
  }
  .content-container {
    padding: 35px 0;
  }
  .content-container h2 {
    font-size: 24px;
    line-height: 28px;
    margin-top: 20px;
    margin-bottom: 25px;
  }
  .content-container h3,
  .content-container h4,
  .content-container h5 {
    font-size: 18px;
    line-height: 21px;
    font-weight: 600;
    margin-bottom: 15px;
    letter-spacing: 0.5px;
  }
  .content-container p {
    font-size: 14px;
    line-height: 17px;
    font-weight: 400;
    margin-bottom: 10px;
  }
}

.faq h2{
  color: white;
  text-align: center;
  padding: 30px 0;
}

details div {
	border-left: 2px solid #FFD700;
	border-right: 2px solid #FFD700;
	border-bottom: 2px solid #FFD700;
  border-radius: 10px;
	padding: 1.5em;
  background: rgba(0, 0, 0, 0.5);
  backdrop-filter: blur(8px);
  -webkit-backdrop-filter: blur(8px);
  color:white;
}

details div > * + * {
	margin-top: 1.5em;
}

details + details {
	margin-top: .5rem;
}

summary {
	list-style: none;
}

summary::-webkit-details-marker {
	display: none;
}

summary {
  border-radius: 10px;
  border: 2px solid #FFD700;
  padding: .75em 1em;
  cursor: pointer;
  position: relative;
  padding-left: calc(1.75rem + .75rem + .75rem);
  background: rgba(0, 0, 0, 0.5);
  backdrop-filter: blur(8px);
  -webkit-backdrop-filter: blur(8px);
  color: white;
}

summary:before {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  left: .75rem;
  content: "↓";
  width: 1.75rem;
  height: 1.75rem;
  background-color: #FFD700;
  color: black;
  display: inline-flex;
  justify-content: center;
  align-items: center;
  border-radius: 500px;

}

details[open] summary {
	background-color: black;
}

details[open] summary:before {
	content: "↑";
}

summary:hover {
	background-color: black;
}

.gold-separator {
  width: 100%;
  height: 2px; /* Line thickness */
  margin: 30px 0; /* Space above/below */
  background: linear-gradient(
    to right,
    transparent 0%,
    #D4AF37 20%,    /* Rich gold fade-in */
    #FFD700 50%,   
    #D4AF37 80%,    
    transparent 100%
  );
  box-shadow: 0 0 8px rgba(255, 215, 0, 0.4); /* Glow effect */
}


.main-footer {
  width: 100%;
  font-size: 10px;
  line-height: 12px;
  width: 100%;
  background: rgb(5,5,5);
background: linear-gradient(200deg, rgba(5,5,5,1) 0%, rgba(72,71,69,1) 100%);
  font-family: inherit;
  padding-top: 50px;
  color:white;
}

.contact-container {
  padding: 0 15px 20px;
  text-align: center;
}

.contact-container h2 {
  font-size: 18px;
  font-weight: 700;
  line-height: 22px;
  margin: 25px 0;
}

.contact-container h3 {
  font-family: Poppins;
  font-size: 12px;
  font-weight: 500;
  line-height: 14px;
  text-align: center;
  margin-bottom: 20px;
}

.contact-container p {
  font-family: Poppins;
  font-size: 12px;
  font-weight: 400;
  line-height: 14px;
  margin-bottom: 20px;
}

.contact-container p a {
  text-decoration: underline;
}

.security-icons {
  display: flex;
  flex-direction: column;
  gap: 15px;
  padding: 20px 0;
}

.icons-block {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-evenly;
  align-items: center;
}

@media (min-width: 1024px) {
  .contact-container h2 {
    font-size: 24px;
    font-weight: 700;
    line-height: 30px;
    /* margin-bottom: 40px; */
  }

  .contact-container h3 {
    font-size: 12px;
    font-weight: 500;
    line-height: 15px;
    text-align: center;
    margin-bottom: 40px;
  }

  .contact-container p {
    font-size: 16px;
    font-weight: 400;
    line-height: 19.5px;
    margin-bottom: 40px;
  }

  .footer-navbar ul {
    flex-direction: row;
    gap: 15px;
  }

  .footer-navbar ul li {
    border-bottom: none;
    width: fit-content;
    margin: 0;
  }

  .footer-navbar ul li a::after {
    content: none;
    position: absolute;
    width: 100%;
    height: 2px;
    background: #4860f6;
    top: 20px;
    left: 0;
  }

  .footer-navbar ul li a:hover {
    color: #4860f6;
  }

  .footer-navbar ul li a:hover::after {
    content: "";
    opacity: 0.7;
  }
}

.payment-icons {
  margin-top: 10px;
  display: flex;
  justify-content: center;
  align-items: center;
  flex-wrap: wrap;
  gap: 5px;
}

.payment-icons img {
  width: 30px;
}

.brands-label {
  font-weight: 600;
}

@media (max-width: 768px) {
.banner_container {
  padding: 20px 0;
}

.banner_container {
  margin: 0;
}

.banner {
  margin: 0 !important;
}

  h1 {
    font-size: 17pt !important;
  }
  .banner_txt p {
    font-size: 22pt!important;
  }
  
  .banner-icons{
    padding: 5px;
  }

  .banner-icons .text{
    font-size: 9pt !important;
  }

  .brands-wrapper {
    padding: 0;
  }

}