/** Shopify CDN: Minification failed

Line 821:0 All "@import" rules must come first

**/
/*
Theme Name: wrldcup-pt
*/


    /* =========================
        MAIN CARD
    ==========================*/

    .wrldcup-quiz-wrapper{
    
      padding:40px 10px;
    background: linear-gradient(0deg,#100919,#100919,#361466);
}

    .wrldcup-quiz-card{
      width:100%;
      max-width:620px;
		margin: 0 auto;
      background:rgba(60, 0, 100, 0.75);
      border-radius:35px;
      padding:20px 20px;
      position:relative;
      overflow:hidden;
		background: url("assets/box-bg.jpg");
		background-repeat: no-repeat;
  background-position: center center;
  background-size: cover;
  border: 3px solid;
  box-shadow: #00000080 0 0 38px;
	animation: mymove 1s infinite;
      
    }
.step-4-5-box{
  width: 90%;
  margin: 0 auto;
}
@keyframes mymove {
  0% {
    border-color: #f5e2c5;
  }

  25% {
    border-color: #ffbf5e;
  }

  75% {
    border-color: #f5e2c5;
  }

  100% {
    border-color: #ffbf5e;
  }
}

    .wrldcup-step{
      
      position:relative;
      z-index:2;
    }

    .wrldcup-step.active{
      animation:fade .5s ease;
    }

    @keyframes fade{
      from{
        opacity:0;
        transform:translateY(15px);
      }
      to{
        opacity:1;
        transform:translateY(0);
      }
    }

.wrldcup-quiz-title{
	text-align:center;
      font-size:28px;
      font-weight:600;
      color:#ffcc4d;
      margin-bottom:10px;
      line-height: 34px;
      text-transform:uppercase;
	color: #fff;
}
@media (max-width: 1400px) {
.wrldcup-quiz-title {
    font-size: 26px;
    line-height: 37px;
  }
}


    .wrldcup-quiz-title span{
   		 background:linear-gradient(90deg,#ffd49a 22.99%,#e4a44c 73.57%);
  background-size:auto;
  background-clip:border-box;
  color:#0000;
  background-clip:text;
  animation:shine 2s linear infinite;
  background-size:200% auto;
    }
@keyframes shine {
  100% {
    background-position:200% center
  }
}
.desc {
  color: #fff;
  font-size: 16px;
  font-weight: 600;
  margin: 0 0 20px 0;
  text-align: center;
  text-transform: uppercase;
}
.desc  span {
  background: linear-gradient(90deg,#ffd49a 22.99%,#e4a44c 73.57%);
    background-size: auto;
    background-clip: border-box;
  background-size: auto;
  background-clip: border-box;
  color: #0000;
  background-clip: text;
  animation: shine 2s linear infinite;
  background-size: 200% auto;
}

    .quiz-logo-box{
		background-color: #200940;
      border: 2px solid;
  animation: mymove 1s infinite;
  overflow: hidden;
      border-radius:25px;
      padding: 0px;
      text-align:center;
      margin-bottom:30px;
    }

   #step2 .quiz-logo-box img{
  margin: 0 auto;
    }

    .wrldcup-btn-area{
      display:flex;
      gap:15px;
      justify-content:center;
      flex-wrap: wrap;
    }
    .wrldcup-btn-area-grid{
      display: grid;
  margin: 0 auto;
  align-items: center;
  justify-content: space-between;
  gap: 15px;
  grid-template-columns: repeat(2,1fr);
    }

    @media (max-width: 767px) {
 .wrldcup-btn-area-grid{
    grid-template-columns: repeat(1,1fr);
  }
}

    .wrldcup-quiz-btn{
     width:100%;
      border:none;
      border-radius:15px;
      padding:15px 15px;
      background: linear-gradient(to right,#cf7f00 0%,#efb500 100%);
      color:#111;
      font-weight:600;
      font-size:18px;
      transition: all .3s ease;
      box-shadow:0 5px 15px rgba(255,183,0,.3);
		cursor: pointer;
		text-transform: capitalize;
		text-align: center;
    }

   .wrldcup-quiz-btn:hover {
  transform: scale(1.05);
}

    /* =========================
        OPTIONS
    ==========================*/

    .wrldcup-option-grid{
      display: flex;
  gap: 18px;
  margin-top: 30px;
  flex-wrap: wrap;
  text-align: center;
    }

    .wrldcup-wheel-section{
      text-align:center;
    }

    .wrldcup-wheel-main-box{
      position:relative;
      width:420px;
      height:420px;
      margin:0 auto 30px;
    }

    .pointer{
      position:absolute;
      right:-5px;
      top:50%;
      transform:translateY(-50%);
      width:0;
      height:0;
      border-top:22px solid transparent;
      border-bottom:22px solid transparent;
      border-right:40px solid #ff00cc;
      z-index:10;
      filter:drop-shadow(0 0 10px #ff00ff);
    }

    .wheel{
      width:100%;
      height:100%;
      border-radius:50%;
      border:12px solid #ff3df5;
      position:relative;
      overflow:hidden;
      transition:transform 5s cubic-bezier(.17,.67,.2,1);
      transform:rotate(0deg);
      box-shadow:
      0 0 30px #ff00ff,
      inset 0 0 30px rgba(255,255,255,.15);
      background:#2c0047;
    }

    .segment{
      position:absolute;
      width:50%;
      height:50%;
      transform-origin:100% 100%;
      clip-path:polygon(100% 100%,0 100%,100% 0);
      display:flex;
      align-items:center;
      justify-content:center;
      color:#fff;
      font-size:16px;
      font-weight:700;
      padding:15px;
      text-align:center;
    }

    .seg1{
      background:#7f00ff;
      transform:rotate(0deg);
    }

    .seg2{
      background:#b300ff;
      transform:rotate(90deg);
    }

    .seg3{
      background:#ff00c8;
      transform:rotate(180deg);
    }

    .seg4{
      background:#ff7b00;
      transform:rotate(270deg);
    }

    .segment span{
      position:absolute;
      width:140px;
      transform:rotate(-45deg);
      left:45px;
      top:90px;
    }

    .wrldcup-spin-btn{
      width:110px;
      height:110px;
      border-radius:50%;
      border:6px solid #fff;
      background:radial-gradient(circle,#6fd3ff,#0039a6);
      color:#fff;
      font-weight:700;
      font-size:22px;
      position:absolute;
      top:50%;
      left:50%;
      transform:translate(-50%,-50%);
      z-index:9;
      cursor:pointer;
      box-shadow:0 0 20px rgba(255,255,255,.7);
    }

    .wrldcup-result-box{
      display:none;
      margin-top:25px;
      background:rgba(255,255,255,.08);
      border:2px solid #ffcc00;
      padding:25px;
      border-radius:20px;
    }

    .wrldcup-result-box h2{
      color:#ffcc00;
      margin-bottom:5px;
      font-size:34px;
    }
.wrldcup-result-box h5{
	margin-bottom:30px;
	color: #fff !important;
}

    /* =========================
        FOOTER
    ==========================*/

    .main-footer{
     background: linear-gradient(0deg,#100919,#200b3d);
      border-top:2px solid #ffb300;
      padding:55px 0 20px;
      text-align:left;
    }
.main-footer h5{
	font-size: 18px;
  font-weight: 600;
  color: #fff;
  margin: 0 0 22px;
}

    .wrldcup-footer-links{
      margin-bottom: 25px;
  list-style: none;
  text-align: left;
    }

    .wrldcup-footer-links a{
      margin: 0 0 8px;
  color: #ccc;
 font-size: 13px;
  position: relative;
  padding: 0 0 0 20px;
    }
.wrldcup-footer-links a::before {
  content: "\f105";
  font-family: "Font Awesome 6 Free";
  font-weight: 900;
  margin-right: 5px;
  position: absolute;
  left: 0;
  right: auto;
  top: 0;
  bottom: 0;
}
    .wrldcup-footer-links a:hover{
      color:#ffcc00;
    }
.copy-right-text p{
	margin-bottom:0px !important;
	text-align: center;
	color: #dedede;
}

/* =========================
WHEEL SECTION
========================= */

.wrldcup-wheel-section{
    text-align:center;
    overflow:hidden;
}

.wrldcup-wheel-main-box{
    width:520px;
    height:520px;
    margin:auto;
    position:relative;
}

/* BACKGROUND */

.wheel-bg{
    position:absolute;
    width:100%;
    height:100%;
    object-fit:contain;
    top:0;
    left:0;
    z-index:1;
    animation:pulseGlow 2s infinite alternate;
}

/* WHEEL */

.wrldcup-wheel-box{
    position:absolute;
    width: 100%;
    height:100%;
    top:50%;
    left:50%;
    border-radius:50%;
    overflow:hidden;

    transform:translate(-50%, -50%) rotate(0deg);
    transition:transform 5s cubic-bezier(.17,.67,.2,1);

    z-index:3;
}

/* WHEEL IMAGE */

.wheel-image{
    width:100%;
    height:100%;
    object-fit:contain;
    position:absolute;
    inset:0;
}

/* OPTIONS */

.wrldcup-wheel-option{
    position:absolute;
    width:150px;
    text-align:center;
    color:#fff;
    font-size:19px;
    font-weight:700;
    line-height:1.3;
    text-shadow:0 2px 5px rgba(0,0,0,.6);
    z-index:4;
}

/* TOP */

.wrldcup-option1{
   top: 175px;
  left: 54%;
  transform: translateY(-50%) rotate(44deg);
}
/* RIGHT */

.wrldcup-option2{
 right: 97px;
  top: 67%;
  transform: translateY(-50%) rotate(-39deg); 
}

/* BOTTOM */

.wrldcup-option3{
  bottom: 136px;
  right: 51%;
  transform: translateY(-50%) rotate(53deg);
}

/* LEFT */

.wrldcup-option4{
   left: 94px;
  top: 33%;
    transform: translateY(-50%) rotate(-35deg);
}

/* ARROW */

.wheel-arrow{
    position:absolute;
    right:10px;
    top:50%;
    transform:translateY(-50%);
    width:90px;
    z-index:5;
    filter:drop-shadow(0 0 15px #ff00ff);
}

/* BUTTON */

.wrldcup-spin-btn{
    position:absolute;
    top:50%;
    left:50%;
    transform:translate(-50%, -50%);
    width:120px;
    height:120px;
    border:none;
    background:none;
    cursor:pointer;
    z-index:6;
}

.wrldcup-spin-btn img{
    width:100%;
    transition:.3s;
}

.wrldcup-spin-btn:hover img{
    transform:scale(1.08);
}

/* RESULT */

.wrldcup-result-box{
    display:none;
    margin-top:35px;
    background:rgba(255,255,255,.08);
    border:2px solid #ffcc00;
    padding:25px;
    border-radius:20px;
    max-width:500px;
    margin-left:auto;
    margin-right:auto;
    backdrop-filter:blur(10px);
}

.wrldcup-result-box h2{
    color:#ffcc00;
   font-size: 30px;
  margin-bottom: 17px;
  font-weight: bold;
}

.wrldcup-result-box h3{
    color:#fff;
    font-size:28px;
}

/* GLOW */

/* @keyframes pulseGlow{

    from{
        transform:scale(1);
        opacity:.9;
    }

    to{
        transform:scale(1.03);
        opacity:1;
    }

} */

/* MOBILE */

@media(max-width:768px){
    .wrldcup-wheel-main-box{
        width:300px;
        height: 300px;
    }

    .wrldcup-wheel-box{
        width:300px;
        height:300px;
    }

    .wheel-arrow{
        width:55px;
        right:-13px;
    }

    .wrldcup-spin-btn{
        width:80px;
        height:80px;
    }

    .wrldcup-wheel-option{
        width:110px;
        font-size:11px;
    }

    .wrldcup-option1{
        top: 100px;
    left: 49%;
    }

    .wrldcup-option3{
        bottom: 71px;
    right: 48%;
    }

    .wrldcup-option2{
      right: 34px;
    }

    .wrldcup-option4{
        left: 42px;
    }
.newsletter-form {
  flex: auto !important;
  max-width: 100% !important;
}
	.wrldcup-newsletter-box {
  flex-wrap: wrap !important;
}
	  .newsletter-content h2 {
    font-size: 26px !important;
  }
	.wrldcup-newsletter-box {
    flex-direction: column;
    align-items: center;
    text-align: center;
  }
	  .wrldcup-newsletter-box .newsletter-btn {
    width: 70% !important;
    margin: 0 auto !important;
  }
	 .newsletter-input {
    height: 45px !important;
		 flex: auto !important;
  }
	.main-footer h5 {
		font-size: 16px !important;
	}
	.wrldcup-footer-links a {
		font-size: 13px !important;
	}
}


    /* =========================
        MOBILE
    ==========================*/

    @media(max-width:768px){
.wrldcup-header-menu {
  gap: 16px;
}
		.wrldcup-btn-area {
  flex-wrap: wrap;
}
      .wrldcup-quiz-title{
        font-size:22px;
      }

      .wrldcup-quiz-card{
        padding:25px;
      }

      .wrldcup-quiz-btn{
        width:100%;
        min-width:100%;
      }

      .wrldcup-option-grid{
        grid-template-columns:1fr;
      }

      .wrldcup-wheel-main-box{
        width:320px;
        height:320px;
      }

      .segment span{
        width:100px;
        font-size:12px;
        left:35px;
        top:70px;
      }
    }

/* legal page css  */
.wrldcup-legal-section {
  padding: 40px 0;
    background: linear-gradient(0deg, #100919, #100919, #361466) !important;
}
.wrldcup-legal-content {
   padding: 40px;
    background: #1c0854cc;
    position: relative;
    border: 6px solid;
    box-shadow: #fffb0080 0 0 38px;
    border-radius: 15px;
    animation: mymove 1s infinite;
    margin: 40px auto;
    width: 70%;
}
@keyframes mymove {
  0% {
    border-color: #f5e2c5;
  }

  25% {
    border-color: #ffbf5e;
  }

  75% {
    border-color: #f5e2c5;
  }

  100% {
    border-color: #ffbf5e;
  }
}
.wrldcup-legal-content h1{
 color: #fff;
    font-size: 26px;
    font-weight: 600;
    margin: 0 0 10px;
    font-family: Poppins;
    text-transform: uppercase;
}
.wrldcup-legal-content h2{
	font-size: 20px;
  font-weight: bold;
  margin: 20px 0px;
  color:white;
}
.wrldcup-legal-content a{
	color: #ffb300 !important;
}
.wrldcup-legal-content  h3{
   font-weight: 600;
    font-size: 20px;
    margin: 0px 0px 5px;
    color:white;
}
.wrldcup-newsletter-section{
  border-top: 2px solid #ffb300;
  padding: 30px 0;
  background-color: #220b42;
  position: relative;
}
.wrldcup-newsletter-section:before {
  content: "";
  position: absolute;
  left: 0;
  right: auto;
  top: 0;
  bottom: 0;
  background-image: url("assets/bottom_left.png?12");
  background-repeat: no-repeat;
  background-size: cover;
  width: 392px;
  height: auto;
}

.wrldcup-newsletter-section:after {
  content: "";
  position: absolute;
  left: auto;
  right: 0;
  top: 0;
  bottom: 0;
  background-image: url("assets/bottom_right.png");
  background-repeat: no-repeat;
  background-size: cover;
  width: 384px;
  height: auto;
}
.wrldcup-newsletter-box{
	width: 100%;
	max-width: 1200px;
  margin: auto;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 35px;
  flex-wrap: wrap;
  position: relative;
  z-index: 1;
}
.newsletter-content h2 {
  color: #fff;
  font-size: 18px;
  font-weight: 500;
  margin: 0;
  font-family: Poppins;
}
.newsletter-form {
  flex: 1;
  max-width: 100% !important;
}
.newsletter-form__field-wrapper {
    max-width: 100% !important;
}
.wrldcup-newsletter-box {
  display: flex;
  align-items: center;
  gap: 25px;
}
.newsletter-input {
  flex: 1;
  height: 53px;
  border: none;
  border-radius: 10px;
  padding: 0 18px;
  font-size: 16px;
  outline: none;
  width: 100%;
  background-color: #430070 !important;
  border: 1px solid #756789 !important;
  color: #fff;
}
.newsletter-btn {
  font-family: "Poppins",Sans-serif;
  font-size: 18px;
  font-weight: 600;
  padding: 10px 20px;
  text-transform: capitalize;
  color: #111;
  transition: all .5s;
  cursor: pointer;
  display: block;
  line-height: 30px;
  background: linear-gradient(to right,#cf7f00,#efb500);
  border: none;
  border-radius: 8px;
  outline: none;
}

@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&display=swap');

    *{
      margin:0;
      padding:0;
      box-sizing:border-box;
    }

    body{
      font-family:'Poppins',sans-serif;
      background:
      radial-gradient(circle at top,#3d0066 0%, #12001d 45%, #000 100%);
      min-height:100vh;
      overflow-x:hidden !important;
      color:#fff;
    }

    a{
      text-decoration:none !important;
    }

    /* =========================
        HEADER
    ==========================*/

    .gamdom-header{
      background: url("/cdn/shop/files/Header_bg.jpg?v=1782149251");
		background-repeat: no-repeat;
  background-position: center center;
  background-size: cover;
      border-bottom:2px solid #ffb300;
      padding:30px 0;
      position:relative;
      z-index:5;
		overflow: hidden;
    }
.gamdom-header:before {
  content: "";
  position: absolute;
  left: 0;
  right: auto;
  top: 0;
  bottom: 0;
  background-image: url("/cdn/shop/files/top_left.png?v=1782149252");
  background-repeat: no-repeat;
  background-size: cover;
  width: 646px;
  height: auto;
}
.gamdom-header:after {
  content: "";
  position: absolute;
  left: auto;
  right: 0;
  top: 0;
  bottom: 0;
  background-image: url("/cdn/shop/files/wrldcup-pt-header-right.avif?v=1782149251");
  background-repeat: no-repeat;
  background-size: cover;
  width: 330px;
  height: auto;
}

    .gamdom-menu{
      display:flex;
      justify-content:center;
      gap:50px;
		position: relative;
		z-index:999;
    }

    .gamdom-menu a{
      color:#fff;
      font-weight:500;
      transition:.3s;
    }

    .gamdom-menu a:hover{
      color:#ffcc00;
    }

    /* =========================
        MAIN CARD
    ==========================*/

    .gamdom-quiz-section{
    
      padding:40px 10px;
      background: linear-gradient(0deg,#100919,#100919,#361466) !important;
    }

    .gamdom-quiz-box{
      width:100%;
      max-width:650px;
		margin: 0 auto;
      background:rgba(60, 0, 100, 0.75);
      border-radius:35px;
      padding:25px;
      position:relative;
      overflow:hidden;
		background: url("/cdn/shop/files/box-bg.webp?v=1782149251");
		background-repeat: no-repeat;
  background-position: center center;
  background-size: cover;
  border: 3px solid;
  box-shadow: #00000080 0 0 38px;
	animation: mymove 1s infinite;
      
    }

@keyframes mymove {
  0% {
    border-color: #f5e2c5;
  }

  25% {
    border-color: #ffbf5e;
  }

  75% {
    border-color: #f5e2c5;
  }

  100% {
    border-color: #ffbf5e;
  }
}

    .gamdom-quiz-step{
      
      position:relative;
      z-index:2;
    }

    .gamdom-quiz-step.active{
      animation:fade .5s ease;
    }

    @keyframes fade{
      from{
        opacity:0;
        transform:translateY(15px);
      }
      to{
        opacity:1;
        transform:translateY(0);
      }
    }

.gamdom-quiz-title{
	font-size: 28px;
    line-height: 34px;
    font-weight: 600;
    font-family: "Poppins", Sans-serif;
    color: #fff;
    margin: 0 0 20px;
    text-transform: uppercase;
    text-align: center;
}

    .gamdom-quiz-title span{
   		 background:linear-gradient(90deg,#ffd49a 22.99%,#e4a44c 73.57%);
  background-size:auto;
  background-clip:border-box;
  color:#0000;
  background-clip:text;
  animation:shine 2s linear infinite;
  background-size:200% auto;
    }
@keyframes shine {
  100% {
    background-position:200% center
  }
}

    .gamdom-logo-box{
		background-color: #200940;
      border: 2px solid;
  animation: mymove 1s infinite;
  overflow: hidden;
      border-radius:25px;
      padding: 0px;
      text-align:center;
      margin-bottom:30px;
    }

   #step2 .gamdom-logo-box img{
      max-width:220px;
    }

    .gamdom-quiz-btn-box{
      display:flex;
      gap:15px;
      justify-content:center;
    }

    .gamdom-quiz-btn{
     width:100%;
      border:none;
      border-radius:15px;
      padding:15px 15px;
      background: linear-gradient(to right,#cf7f00 0%,#efb500 100%);
      color:#111;
      font-weight:700;
      font-size:15px;
      transition: all .3s ease;
      box-shadow:0 5px 15px rgba(255,183,0,.3);
		cursor: pointer;
		text-transform: capitalize;
		text-align: center;
letter-spacing: 0 !important;   }

   .gamdom-quiz-btn:hover {
  transform: scale(1.05);
}

/* legal page css  */
.gamdom-legal-pages {
  padding:40px 0;
  background: linear-gradient(0deg, #100919, #100919, #361466) !important;
}
.gamdom-legal-box {
  padding: 50px;
  background: rgba(60, 0, 100, 0.75);
  border: 3px solid #ffb300;
  border-radius: 35px;
  position: relative;
  overflow: hidden;
  box-shadow: 0 0 30px rgba(255,0,255,.35), inset 0 0 25px rgba(255,255,255,.08);
  backdrop-filter: blur(6px);
}

.gamdom-legal-box.inner-container {
    width: 70%;
    margin: 0px auto;
    padding: 40px;
    background: #1c0854cc;
    position: relative;
    border: 6px solid;
    box-shadow: #fffb0080 0 0 38px;
    border-radius: 15px;
    -webkit-border-radius: 15px;
    -moz-border-radius: 15px;
    -ms-border-radius: 15px;
    -o-border-radius: 15px;
    animation: mymove 1s infinite;
}
.gamdom-legal-box h1{
	    color: #fff;
    font-size: 26px;
    font-weight: 600;
    margin: 0 0 10px;
    font-family: Poppins;
    text-transform: uppercase;
}
.gamdom-legal-box h2{
	color: #fff;
    font-size: 26px;
    font-weight: 600;
    margin: 0 0 10px;
    font-family: Poppins;
    text-transform: uppercase;
}
.gamdom-legal-box a{
	color: #ffb300 !important;
}
.gamdom-legal-box  h3{
font-weight: 700;
    font-size: 20px;
    margin: 0 0 5px;
    color:white;
}
.faq-item {
    margin-bottom: 25px;
}
.newsletter-section{
  border-top: 3px solid;
    animation: mymove 2s infinite;
    border-bottom: 3px solid;
    padding: 30px 0;
    background-color: #220b42;
    position: relative;
}
.newsletter-section:before {
  content: "";
  position: absolute;
  left: 0;
  right: auto;
  top: 0;
  bottom: 0;
  background-image: url("/cdn/shop/files/bottom_left.avif?v=1782149251");
  background-repeat: no-repeat;
  background-size: cover;
  width: 382px;
  height: auto;
}
.newsletter-section:after {
  content: "";
  position: absolute;
  left: auto;
  right: 0;
  top: 0;
  bottom: 0;
  background-image: url("/cdn/shop/files/bottom_right.avif?v=1782149251");
  background-repeat: no-repeat;
  background-size: cover;
  width: 414px;
  height: auto;
}
.newsletter-form-box{
	width: 100%;
	max-width: 1200px;
  margin: auto;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 35px;
  flex-wrap: wrap;
  position: relative;
  z-index: 1;
}
.newsletter-content h2 {
  color: #fff;
  font-size: 18px;
  font-weight: 500;
  margin: 0;
  font-family: Poppins;
}
.newsletter-form {
  flex: 1;

}
.newsletter-form-box {
  display: flex;
  align-items: center;
  gap: 25px;
  max-width: 1200px;
    margin: auto;
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 35px;
    flex-wrap: wrap;
    position: relative;
    z-index: 1;
}
.newsletter-input {
  flex: 1;
  height: 53px;
  border: none;
  border-radius: 10px;
  padding: 0 18px;
  font-size: 16px;
  outline: none;
  width: 100%;
  background-color: #430070 !important;
  border: 1px solid #756789 !important;
  color: #fff;
}
.newsletter-btn {
  font-family: "Poppins",Sans-serif;
  font-size: 18px;
  font-weight: 600;
  padding: 10px 20px;
  text-transform: capitalize;
  color: #111;
  transition: all .5s;
  cursor: pointer;
  display: block;
  line-height: 30px;
  background: linear-gradient(to right,#cf7f00,#efb500);
  border: none;
  border-radius: 8px;
  outline: none;
  width: 100% !important;
}
.newsletter-form-placeholder {
    flex: 1;
    max-width: 55%;
    
}
.field {
    display: flex;
    align-items: center;
    gap: 20px;
    flex-wrap: wrap;
}

.field::before{
  display:none !important;
}
.field::after{
  display:none !important;
}
button#Subscribe {
   font-family: "Poppins", Sans-serif;
    font-size: 18px;
    font-weight: 600;
    padding: 10px 20px;
    text-transform: capitalize;
    color: #111;
    transition: all .5s;
    cursor: pointer;
    display: block;
    line-height: 30px !important;
    background: linear-gradient(to right, #cf7f00, #efb500);
    border: none;
    border-radius: 8px;
    outline: none;
    position: relative;
    width: auto !important;
    line-height:0;
}
.newsletter-form__field-wrapper input {
    flex: 1;
    height: 53px;
    border: none;
    border-radius: 10px;
    padding: 0 18px;
    font-size: 16px;
    outline: none;
    width: 100%;
    background-color: #430070 !important;
    border: 1px solid #756789 !important;
    color: #fff;
}


.newsletter-form__field-wrapper input::placeholder{
  color:white !important;
      display: block;
    opacity: 1 !important;
}

footer.gamdom-footer {
    margin: 0;
    display: flex;
    align-items: center;
    padding: 55px 0 20px;
    background: #100919;
    background: linear-gradient(0deg, #100919, #200b3d);
}
.footer-column.gamdom-footer-wrapper h5{
    font-size: 16px;
    font-weight: 600;
    color: #fff;
    margin: 0 0 16px;
  }
 .column-body ul li {
    list-style: none !important;
    line-height: 20px;
}
.column-body ul li a{
    margin: 0 0 2px;
    color: #ccc;
    font-size: 13px;
    position: relative;
    padding: 0 0 0 20px;
    letter-spacing: 0;
    line-height: 11px;
}
 .column-body ul li a:hover {
    color: #e4a44c;
}
 .column-body ul li a:before {
    content: "\f105";
    font-family: "Font Awesome 6 Free";
    font-weight: 900;
    margin-right: 5px;
    position: absolute;
    left: 0;
    right: auto;
    top: 0;
    bottom: 0;
}

.form__message {
    color: #7dffb3 !important;
    margin-top: 12px;
    font-size: 14px !important;
    font-weight: 600;
}
.form__message {
    color: #7dffb3 !important;
    margin-top: 12px;
    font-size: 14px !important;
    font-weight: 600;
}

.field__input:focus{
 padding: 0 18px;
 border-radius: 10px;
 box-shadow:none !important;
}
@media (min-width: 1200px) {
    .gamdom-legal-pages .container {
        max-width: 1140px !important;
    }
}

@media screen and (max-width: 991px) {

.newsletter-form-placeholder {
    flex: 1;
    max-width: 100%;
}
.newsletter-form__field-wrapper input {
    max-width: 100% !important;
    min-width: 100% !important;
}


.field {
   
    justify-content: center;
}

.newsletter-form__field-wrapper input::placeholder{
  text-align:center;
  margin:auto !important;
}
}


.copy-right p {
    color: #dedede;
    font-size: 13px;
    font-weight: 400;
    text-align: center;
    margin: 0;
}

@media (max-width: 768px) {
.newsletter-form-box {
    flex-direction: column;
    align-items: center;
    text-align: center;
    flex-wrap: wrap !important;
}
    .newsletter-form {
        flex: auto !important;
        max-width: 100% !important;
    }
    .newsletter-section:before {
    content: "";
    position: absolute;
    left: 0;
    right: auto;
    top: 0;
    bottom: 0;
    background-image: url(/cdn/shop/files/bottom_left.avif?v=1779990599);
    background-repeat: no-repeat;
    background-size: cover;
    width: 100%;
    height: auto;
}
.gambom-menu {
    gap: 16px;
}
}

@media screen and (max-width: 991px) {
    .newsletter-form-placeholder {
        flex: 1;
        max-width: 100%;
    }
        .newsletter-form__field-wrapper input {
        max-width: 100% !important;
        min-width: 100% !important;
    }
    .field {
        justify-content: center;
    }
}
@media (min-width: 1200px) {
    .polymark-legal-section .container {
        max-width: 1140px;
    }
}