
/*
Theme Name: Nimb Lotto
Theme URI: https://nimblotto.com
Author: Viktor Bulavin
Author URI: https://nimblotto.com
Description: Nimb Lotto Lottery
Version: 1.0
License: GNU General Public License v2 or later
Text Domain: nimblotto
*/

body {
  background: url('https://nimblotto.com/wp-content/themes/nimblotto/img/bg.webp') center/cover no-repeat;  
  margin: 0;
  font-family: "Segoe UI", sans-serif;
}

main.privacy {
  margin-top: 230px;
}

header {
  position: absolute;
  height: 265px;
  left: 0;
  right: 0;
  top: 17px;
  bottom: 0;
  z-index: 1;
}

.container {
  max-width: 1280px;
  margin: 0 auto;
  padding: 32px 32px 52px 32px;
}

.container h2 {
  text-align: left;
}

h2 {
  font-family: "Segoe UI", sans-serif;
  color: #F38700;
  text-align: center;
  text-transform: uppercase;
  text-shadow: 0 0 5px #f4ff3e, 0 0 10px #f4ff3e, 0 0 20px #f4ff3e, 0 0 40px #f4ff3e;
  font-size: 2.5rem !important;
  margin-bottom: 18px;
}

/*h2:before {
  content: "\26A1 ";
  margin-right: 28px;
}
/*

/*p, 
li, 
a, 
span, 
button, 
h4,
input,
label {
  font-size: 21px !important; 
}*/

a {
  cursor: pointer;
}

h1 {
  color: #F38700;
  text-shadow: 0 0 5px #f4ff3e, 0 0 10px #f4ff3e, 0 0 20px #f4ff3e, 0 0 40px #f4ff3e;
  font-size: 40px;
  text-transform: uppercase;
}

a.logo {
  font-family: "Segoe UI", sans-serif;
  color: #F38700;
  text-align: center;
  text-transform: uppercase;
  text-shadow: 0 0 5px #f4ff3e, 0 0 10px #f4ff3e, 0 0 20px #f4ff3e, 0 0 40px #f4ff3e;
  font-size: 73px;
  margin-bottom: 32px;
  font-weight: 700;
  text-decoration: none;
  margin: 0 auto;
  display: block; 
}

img.logo__header {
  width: 422px;
  height: 205px;;
}

.signup-overlay {
  position: fixed;
  inset: 0;
  background: rgb(0 0 0 / 30%);
  display: flex;
  justify-content: center;
  align-items: center;
  z-index: 9999;
  padding: 0 17px;
}

.signup-modal {
  background: #ffefd3;
  padding: 51px 40px;
  border-radius: 12px;
  max-width: 452px;
  width: 90%;
  box-shadow: 0 8px 20px rgba(0, 0, 0, 0.4);
  font-family: Arial, sans-serif;
  text-align: center;
  position: relative;
}

.signup-form h2 {
  margin-bottom: 38px;
}

.signup-form input {
  width: 89%;
  padding: 18px 14px;
  margin-bottom: 28px;
  border-radius: 6px;
  border: 1px solid #ccc;
  font-size: 1rem;
}

.signup-form button {
  cursor: pointer;
  background: radial-gradient(circle, rgb(249 207 6) 28%, rgba(243, 135, 0, 1) 85%);
  color: #303030;
  letter-spacing: 3px;
  font-weight: 400;
  padding: 15px 65px;
  display: block;
  margin: 0 auto;
  width: 96%;
  font-size: 1.2rem;
  border-radius: 8px;
  border: none;
  text-decoration: none;
  transition: background 0.3s ease;
  text-transform: uppercase;
}

.signup-form button:hover {
  background-color: #F38700; 
}

.signup-success p {
  font-size: 1.1rem;
  color: #28a745;
}

textarea {
  width: 89%;
  height: 131px;
  padding: 18px 14px;
  margin-bottom: 28px;
  border-radius: 6px;
  border: 1px solid #ccc;
  font-family: "Segoe UI", sans-serif;
  font-size: 1rem;
  color: #5c5c5c;
}

.hidden {
  display: none !important;
}

.hero {
  position: relative;
  background: url('../assets/img/bg-hero.webp') center/cover no-repeat;
  background-attachment: fixed;
  height: 100vh;
  display: flex;
  align-items: center;
  justify-content: center;
  color: #fff;
  font-family: 'Arial', sans-serif;
}

.hero__overlay {
  background: rgb(0 0 0 / 38%);
  width: 100%;
  height: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  text-align: center;
}

.hero__title {
  font-size: 5rem;
  margin-bottom: 20px;
  text-shadow: 0 0 26px #371f02;
}

.hero__subtitle {
  font-size: 1.3rem;
}

.hero__btn {
  background: #FFF;
  background: radial-gradient(circle, rgb(249 207 6) 28%, rgba(243, 135, 0, 1) 85%);
  color: #303030;
  padding: 15px 65px;
  display: block;
  margin: 0 auto;
  margin-top: 51px;
  max-width: 128px;
  width: 100%;
  font-size: 1.2rem;
  letter-spacing: 3px;
  border-radius: 8px;
  text-decoration: none;
  transition: background 0.3s ease;
  text-transform: uppercase;
  box-shadow: 0px 0px 6px #0e0e0e;
}

.hero__btn:hover {
  background: #F38700;
}

/* How to Play Section Styles */

.section-title {
  font-size: 2.5rem;
  margin-bottom: 50px;
  color: #00ffff;
  text-shadow: 0 0 10px #00ffff;
}

.steps {
  display: flex;
  flex-direction: column;
  gap: 40px;
  max-width: 900px;
  margin: 0 auto;
}

.step {
  background: #f9f9f9;
  padding: 30px;
  border-radius: 10px;
  box-shadow: 0 5px 15px rgba(0, 0, 0, 0.1);
}

.step__number {
  display: inline-block;
  font-size: 2rem;
  background: #ff69e0;
  color: white;
  width: 50px;
  height: 50px;
  line-height: 50px;
  border-radius: 50%;
  margin-bottom: 15px;
}

.how-to-play {
  padding: 60px 20px;
  background: url('https://nimblotto.com/wp-content/themes/nimblotto/img/bg.webp') center/cover no-repeat;
  font-family: 'Segoe UI', sans-serif;
  text-align: center;
}

.how-to-play__header p {
  max-width: 700px;
  margin: 0 auto 40px;
  color: #333;
  font-size: 17px;
  line-height: 27px;
}

.how-to-play__blocks {
  display: flex;
  justify-content: space-between;
  max-width: 1058px;
  width: 100%;
  margin: 0 auto;
}

.how-to-play__steps {
  width: 100%;
  gap: 40px;
  margin-bottom: 50px;
  margin-right: 27px;
}

.step {
  background: #ffefd3;
  padding: 20px;
  margin-bottom: 34px;
  border-radius: 12px;
  max-width: 554px;
  box-shadow: 0 5px 20px rgba(0,0,0,0.08);
  display: flex;
  align-items: center;
  gap: 15px;
}

.step__circle {
  color: #F38700;
  font-weight: bold;
  font-size: 2.3rem;
  line-height: 40px;
}

.step__content {
  text-align: left;
}

.step__content h3 {
  margin: 0;
  font-size: 18px;
  color: #111;
}

.step__content p {
  margin: 4px 0 0;
  font-size: 17px;
  color: #555;
}

.how-to-play__odds {
  max-width: 396px;
  width: 100%;  
  margin-bottom: 84px;
  background: #ffefd3;
  padding: 21px;
  border-radius: 12px;
  box-shadow: 0 5px 20px rgba(0, 0, 0, 0.08);
}

.how-to-play__odds h3 {
  font-size: 18px;
  margin-bottom: 20px;
  color: #333;
  text-align: left;
}

.how-to-play__odds ul {
  list-style: none;
  padding: 0;
  margin: 0 auto;
  max-width: 600px;
}

.how-to-play__odds li {
  margin-bottom: 8px;
  font-size: 17px;
  color: #222;
  text-align: left;
}

.how-to-play__cta {}

.btn-signup {
  background: radial-gradient(circle, rgb(249 207 6) 28%, rgba(243, 135, 0, 1) 85%);
  color: #303030;
  letter-spacing: 3px;
  font-weight: 600;
  padding: 15px 65px;
  display: block;
  margin: 0 auto;
  max-width: 128px;
  width: 100%;
  font-size: 1.2rem;
  border-radius: 8px;
  text-decoration: none;
  transition: background 0.3s ease;
  text-transform: uppercase;
  box-shadow: 0 5px 20px rgba(0, 0, 0, 0.08);
}

.btn-signup:hover {
  background: #F38700;
}

.about {
  background: #ffc051;
  padding: 60px 20px;
  font-family: 'Segoe UI', sans-serif;
}

.about__container {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  align-items: center;
  max-width: 900px;
  margin: 0 auto;
  gap: 40px;
}

.about__text {
  flexs: 1 1 500px;
  text-align: center;  
}

.about__text p {
  font-size: 17px;
  color: #222;
  margin-bottom: 16px;
  line-height: 1.6;
}

.about__image {
  flex: 1 1 400px;
  text-align: center;
}

.about__image img {
  max-width: 100%;
  height: auto;
  border-radius: 12px;
  box-shadow: 0 8px 20px rgba(0,0,0,0.15);
}

.strategies {
  background: url('https://nimblotto.com/wp-content/themes/nimblotto/img/bg.webp') center/cover no-repeat;
  padding: 60px 20px;
  font-family: 'Segoe UI', sans-serif;
}

.strategies__container {
  max-width: 900px;
  margin: 0 auto;
  text-align: left;
}

.strategies__subtitle {
  font-size: 1rem;
  margin-bottom: 30px;
  text-align: center;
  color: #555;
}

.strategies__list {
  list-style: none;
  padding: 0;
  display: flex;
  flex-direction: column;
  gap: 20px;
}

.strategies__list li {
  background: #ffefd3;
  border-left: 6px solid #F38700;
  padding: 15px 20px;
  font-size: 1rem;
  color: #333;
  box-shadow: 0 4px 12px rgba(0,0,0,0.1);
  border-radius: 6px;
}

.newsletter {
  background-color: #ffc051;
  padding: 60px 20px;
  text-align: center;
}

.newsletter__container {
  max-width: 900px;
  margin: 0 auto;
}

.newsletter__subtitle {
  font-size: 1rem;
  margin-bottom: 30px;
  color: #555;
}

.newsletter__form {
  max-width: 591px;
  width: 100%;
  margin: 0 auto;
  display: flex;
  gap: 15px;
  align-items: center;
}

.newsletter__input {
  padding: 19px 16px;
  width: 100%;
  max-width: 400px;
  border: 1px solid #ccc;
  border-radius: 6px;
  font-size: 1rem;
}

.newsletter__button {
  cursor: pointer;
  background: #fff;
  background: radial-gradient(circle, rgb(249 207 6) 28%, rgba(243, 135, 0, 1) 85%);
  color: #303030;
  letter-spacing: 3px;
  font-weight: 400;
  padding: 18px 65px;
  display: block;
  margin: 0 auto;
  max-width: 207px;
  width: 100%;
  font-size: 1.2rem;
  border-radius: 8px;
  border: none;
  transition: background 0.3s ease;
  text-transform: uppercase;
  box-shadow: 0 5px 6px rgba(0, 0, 0, 0.08);
}

button.newsletter__button:hover {
  background-color: #F38700;
}

.newsletter__message {
  margin-top: 20px;
  color: green;
  font-weight: 600;
  background: #b6eeb6;
  padding: 19px;
  border: 1px solid #31c631;
  border-radius: 8px;
}

.hidden {
  display: none;
}

.reviews {
  background: url('https://nimblotto.com/wp-content/themes/nimblotto/img/bg.webp') center/cover no-repeat;
  padding: 60px 20px;
  font-family: sans-serif;
}

.reviews__container {
  max-width: 1200px;
  margin: 0 auto;
  text-align: center;
}

.reviews__desc {
  font-size: 1rem;
  color: #666;
  margin-bottom: 40px;
}

.reviews__grid {
  display: flex;
  gap: 30px;
  justify-content: center;
}

.review {
  background: #ffefd3;
  border-radius: 10px;
  padding: 25px 20px;
  max-width: 250px;
  box-shadow: 0 6px 16px rgba(0, 0, 0, 0.05);
  display: flex;
  flex-direction: column;
  align-items: center;
  text-align: center;
}

.review__avatar {
  width: 90px;
  height: 90px;
  border-radius: 50%;
  object-fit: cover;
  margin-bottom: 15px;
}

.review__name {
  font-size: 1.1rem;
  font-weight: bold;
  margin: 5px 0;
  color: #222;
}

.review__role {
  font-size: 0.9rem;
  color: #888;
  margin-bottom: 15px;
}

.review__text {
  font-size: 0.95rem;
  color: #444;
  line-height: 1.5;
}

.faq {
  background: #ffc051;
  font-family: sans-serif;
  padding: 43px 17px;
}

.faq__container {
  max-width: 900px;
  margin: 0 auto;
}

.faq__item {
  border-bottom: 1px solid #ccc;
  margin-bottom: 10px;
}

.faq__title {
  margin-bottom: 21px !important;
}

.faq__subtitle {
  font-size: 1rem;
  margin-bottom: 30px;
  text-align: center;
  color: #555;
}

.faq__question {
  background: radial-gradient(circle, rgb(249 207 6) 28%, rgba(243, 135, 0, 1) 85%);
  background-size: 100%;
  background-position: center;
  color: #303030;
  letter-spacing: 2px;
  text-transform: uppercase;
  font-weight: 600;
  border: none;
  width: 100%;
  text-align: left;
  padding: 15px 20px;
  font-size: 1rem;
  font-weight: bold;
  cursor: pointer;
  border-radius: 10px;
  box-shadow: 0 5px 6px rgba(0, 0, 0, 0.08);

  transition: background-size 0.6s ease-out, background-position 0.6s ease-out;
}

.faq__question:hover {
  background-size: 120%;
  background-position: top left;

  transition: all 5s ease-out;
}

.faq__answer {
  max-height: 0;
  overflow: hidden;
  transition: max-height 0.4s ease;
  padding: 5px 20px;
  font-size: 16px;
  line-height: 1.5;
}

.responsible {
  background: #666;
  color: #fff;
  font-family: 'Arial', sans-serif;
  padding: 96px 20px 46px 20px;
}

.responsible__container {
  max-width: 1200px;
  width: 100%;
  margin: 0 auto;
}

.responsible__container h2 {
  margin: 0;
  padding-bottom: 17px;
}

.responsible__subtitle {
  font-size: 1rem;
  margin-bottom: 30px;
  text-align: center;
  color: #fff;
}

.responsible__cards {
  text-align: center;  
}

.responsible__cards a {
  color: #fff;
}

.responsible__card {
  background: #444;
  padding: 20px;
  border-radius: 10px;
  flex: 1 1 251px;
  max-width: 300px;
  text-align: center;
  box-shadow: 0 0 10px rgba(0,0,0,0.3);
}

.responsible__card img {
  width: 50px;
  height: 50px;
  margin-bottom: 15px;
}

.responsible__card h3 {
  color: violet;
  font-size: 1.2rem;
  margin-bottom: 10px;
}

.responsible__card p {
  font-size: 0.9rem;
  line-height: 1.4;
  color: #ccc;
}

.responsible__card a {
  color: #00f6ff;
  text-decoration: underline;
}

.footer {
  background: #666;
  color: #f0f0f0;
  padding: 50px 20px;
  font-family: 'Arial', sans-serif;
}

img.logo__footer {
  width: 363px;
  height: 147px;
}

.footer__top {
  display: flex;
  flex-direction: column;
  align-items: center;
}

.footer__brand {
  color: #F38700;
  text-align: center;
  text-transform: uppercase;
  text-shadow: 0 0 5px #f4ff3e, 0 0 10px #f4ff3e, 0 0 20px #f4ff3e, 0 0 40px #f4ff3e;
  font-size: 2.5rem !important;
  margin-bottom: 32px;
  text-decoration: none;
  font-weight: 700;
}

.footer__logos {
  display: flex;
  flex-wrap: wrap;
  gap: 15px;
  justify-content: center;
  margin-top: 21px;
}

.footer__logos img {
  height: 88px;
  max-width: 100%;
  object-fit: contain;
}

.footer__legal {
  max-width: 900px;
  margin: 0 auto 30px;
  font-size: 0.85rem;
  text-align: center;
  line-height: 1.6;
  color: #e0e0e0;
}

.footer__legal a {
  color: #00f6ff;
  text-decoration: underline;
}

.footer__warning {
  color: #ff7070;
  font-weight: bold;
  margin-top: 15px;
}

.footer__bottom {
  padding-top: 20px;
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 10px;
  font-size: 0.8rem;
}

.footer__bottom a {
  color: #f0f0f0;
  margin: 0 8px;
  text-decoration: underline;
}

@media only screen and (max-width: 969px) {

  a.logo {
    font-size: 54px;
  }


  img.logo__header {
    width: 276px;
    height: 136px;
  }

  .how-to-play__odds h3 {
    margin-top: 2px;
  }  

  .how-to-play__steps {
    margin-bottom: 33px;
    margin-right: 33px;
  }

  .how-to-play__odds {
    max-width: none;
    width: 52%;
  }

  .how-to-play__odds ul {
    margin: 0;
  }

  .hero {
    height: 692px;
  }

  .responsible__cards {
    flex-wrap: wrap;
    max-width: 618px;
    width: 100%;
    margin: 0 auto;
  }

  .reviews__grid {
    flex-wrap: wrap;
  }

  .hero__title {
    font-size: 3rem;
    margin-top: 102px;
  }

  .hero__content {
    padding: 0 14px;
  }

  img.logo__footer {
    width: 267px;
    height: 107px;
  }

}

@media only screen and (max-width: 864px) {

  .how-to-play__blocks {
    display: block;
  }

  .step {
    max-width: 867px;
  }

  .how-to-play__odds {
    width: 89%;
  }  

}

@media only screen and (max-width: 651px) {

    .responsible {
      height: 931px;
    }

    .newsletter__form {
      display: block;
    }

    .newsletter__input {
      margin-bottom: 21px;
      max-width: 294px;
    }

}

@media only screen and (max-width: 445px) {

    .responsible {
      height: 1193px;
    }

}

@media only screen and (max-width: 400px) {

    .newsletter__input {
      max-width: 246px;
    }

    a.logo {
      font-size: 44px;
    }

    .step__circle {
      width: 50px;
    }

}