/*********************  Default-CSS  *********************/
@import url("https://fonts.googleapis.com/css2?family=Poppins:wght@500&display=swap");
@import url("https://fonts.googleapis.com/css2?family=Nunito+Sans:opsz,wght@6..12,600;6..12,800;6..12,900&family=Poppins:wght@500&display=swap");

/*********************  Default-CSS  *********************/
html body {
  font-family: "Nunito", "Poppins";
  margin: 0;
  line-height: 1.3;
}

::-webkit-scrollbar {
  width: 10px;
  background-color: rgb(217, 255, 216);
}

::-webkit-scrollbar-track {
  border-radius: 10px;
}

::-webkit-scrollbar-thumb {
  background: rgb(35, 86, 30);
  border-radius: 2px;
}

* {
  -ms-box-sizing: border-box;
  -o-box-sizing: border-box;
  box-sizing: border-box;
}

*::after,
*::before {
  -ms-box-sizing: border-box;
  -o-box-sizing: border-box;
  box-sizing: border-box;
}

div input,
div select,
div textarea,
div button {
  font-family: "Nunito", "Poppins";
}

body h1,
body h2,
body h3,
body h4,
body h5,
body h6 {
  font-family: "Nunito", "Poppins";
  line-height: 120%;
  color: #333;
  font-weight: bold;
  margin: 0 0 15px;
}

img {
  margin: 0 auto;
  max-width: 100%;
  max-height: 100%;
  width: auto;
  height: auto;
}

body p {
  color: #333;
  font-family: "Nunito", "Poppins";
  font-size: 15px;
  line-height: 140%;
  margin: 0 0 15px;
  padding: 0;
}

.hidden {
  display: none !important;
}

body .container {
  width: 100%;
  max-width: 100%;
}

.horse_img {
  position: relative;
  z-index: 9;
}

.new_procedd {
  z-index: 9;
}

section.download .container {
  position: relative;
}

section.download .row {
  margin-bottom: 30px;
}

/* section.download .container:after {
  position: absolute;
  content: "";
  background-image: url(/theme2/assets/images/downloadafterbg.png);
  background-repeat: no-repeat;
  bottom: 0;
  left: 30px;
  width: 328px;
  height: 174px;
} */

/*********************  Header  *******************/
/* header {
    left: 0;
    position: fixed;
    right: 0;
    top: 0;
    transform: all 0.5s;
    z-index: 999;
} */
/*********************  Home banner Close  *******************/
/* section.hero_section {
  background-image: url(/theme2/assets/images/herobg.png);
  background-repeat: no-repeat;
  display: flex;
  align-items: center;
  height: 100vh;
  position: relative;
  background-position: top;

}

section.hero_section:after {
  content: "";
  position: absolute;
  height: 493px;
  width: 100%;
  background-image: url(/theme2/assets/images/herosecbfafter.png);
  background-repeat: no-repeat;
  bottom: 0;
  background-size: cover;
} */

/* section.hero_section:after {
  position: absolute;
  content: "";
  background-image: url(/theme2/assets/images/fterbg.png);
  bottom: 0;
  width: 100%;
  height: 214px;
  transform: translate(0%, 14%);
} */

section.hero_section .row {
  display: flex;
  align-items: center;
  justify-content: space-around;
}

.proceed h2 {
  color: var(--primary-black, #0B0506);
  font-family: Nunito;
  font-size: 62px;
  font-style: normal;
  font-weight: 900;
  line-height: 72px;
  /* 116.129% */
  margin-bottom: 8px;
}

.proceed p {
  color: var(--shade-09, #2C292A);
  font-family: Poppins;
  font-size: 22px;
  font-style: normal;
  font-weight: 500;
  line-height: normal;
  margin-bottom: 32px;
}

.stable .stable_detail {
  display: flex;
  align-items: center;
}

.stable_detail {
  margin-bottom: 16px;
}

.stable_detail img {
  margin: 0;
}

.stable_detail span {
  margin-left: 16px;
  color: var(--primary-black, #0B0506);
  font-family: Poppins;
  font-size: 20px;
  font-style: normal;
  font-weight: 600;
  line-height: normal;
}

section.hero_section .container {
  max-width: 1620px;
  margin: auto;
}

section.register {
  height: 100%;
  background-image: url(/theme2/assets/images/registerbg.png);
  padding-top: 100px;
}

section.register.row {
  display: flex;
  align-items: center;
}

/*********************  Content  *******************/
/*********************  register Close  *******************/
.register_detail {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100%;
  gap: 100px;
}

.Registerform {
  border-radius: 30px;
  background: #517E1F;
  box-shadow: 0px 24px 64px 0px rgba(4, 25, 35, 0.05);
  padding: 34px;
  width: 596px;
}

.Registerform h3 {
  color: var(--primary-white, #FFF);
  font-family: Nunito;
  font-size: 46px;
  font-style: normal;
  font-weight: 800;
  line-height: normal;
  letter-spacing: -0.38px;
  margin-bottom: 4px;
}

.Registerform p {
  color: var(--shade-04, #CBC6C7);
  font-family: Poppins;
  font-size: 20px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
  letter-spacing: -0.66px;
  margin-bottom: 24px;
}

.input_detail label {
  color: var(--primary-white, #FFF);
  font-family: Poppins;
  font-size: 14px;
  font-style: normal;
  font-weight: 500;
  line-height: normal;
  letter-spacing: -0.28px;
  margin-bottom: 8px;
  display: inline-flex;
}

.input_detail input {
  border-radius: 50px;
  border: 1px solid #76AD39;
  background: #689833;
  width: 100%;
  height: 56px;
  padding-left: 50px;
  margin-bottom: 16px;
}

.name span {
  position: relative;
}

.input_detail input::-moz-placeholder {
  color: var(--shade-02, #EEE9EA);
  font-family: Poppins;
  font-size: 14px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
  letter-spacing: -0.28px;
}

.input_detail input::placeholder {
  color: var(--shade-02, #EEE9EA);
  font-family: Poppins;
  font-size: 14px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
  letter-spacing: -0.28px;
}

.name span svg {
  position: absolute;
  top: 0;
  left: 16px;
}

.second_div p span {
  color: var(--primary-black, #0B0506);
  font-family: Poppins;
  font-size: 16px;
  font-style: normal;
  font-weight: 500;
  line-height: normal;
  letter-spacing: -0.42px;
}

.agreed {
  display: flex;
  margin-bottom: 20px;
}

.agreed span {
  color: var(--primary-white, #FFF);
  text-align: left;
  font-family: Poppins;
  font-size: 16px;
  font-style: normal;
  font-weight: 500;
  line-height: normal;
  margin-left: 8px;
}

.agreed input {
  height: 24px;
  width: 24px;
  margin: 0;
}

.register_btn button {
  border-radius: 60px;
  background: #76091A;
  width: 100%;
  color: #FFF;
  text-align: center;
  font-family: Poppins;
  font-size: 16px;
  font-style: normal;
  font-weight: 600;
  line-height: normal;
  border: none;
  height: 58px;
}
.register_btn button:hover {
  background: #EBB73D;
  color: #FFF;
}

.registernow p {
  color: var(--shade-03, #DFDBDC);
  font-family: Poppins;
  font-size: 18px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
  margin-bottom: 0 !important;
}

.registernow p a {
  color: var(--primary-yellow, #EBB73D);
  text-align: right;
  font-family: Poppins;
  font-size: 18px;
  transition: color 0.3s ease;
}
.registernow p a:hover {
  color: #76091A !important;
}
  font-style: normal;
  font-weight: 600;
  line-height: normal;
  text-decoration-line: underline;
}

.register_btn {
  margin-bottom: 20px;
}

.free_game h3 {
  color: var(--primary-black, #0B0506);
  font-family: Nunito;
  font-size: 52px;
  font-style: normal;
  font-weight: 900;
  line-height: 68px;
  /* 130.769% */
  margin-bottom: 2px;
}

.free_game p {
  color: var(--shade-08, #4A4647);
  font-family: Poppins;
  font-size: 20px;
  font-style: normal;
  font-weight: 500;
  line-height: normal;
  margin-bottom: 24px;
}

.horse_member {
  display: flex;
  align-items: center;
  justify-content: space-between;
}

.henk {
  border-radius: 10px;
  border: 1px solid #FFF;
  background: rgba(255, 255, 255, 0.24);
  margin-bottom: 16px;
  padding: 10px;
}

.game_person {
  display: flex;
  align-items: center;
}

.game_person h5 {
  color: var(--primary-black, #0B0506);
  font-family: Poppins;
  font-size: 24px;
  font-style: normal;
  font-weight: 600;
  line-height: normal;
  margin-bottom: 4px;
}

.game_person p {
  color: var(--shade-08, #4A4647);
  font-family: Poppins;
  font-size: 18px;
  font-style: normal;
  font-weight: 500;
  line-height: normal;
  margin-bottom: 0;
}

.Oswald {
  margin-left: 16px;
}

section.register .container {
  max-width: 1620px;
  margin: auto;
}

section.horse_detailnew {
  background-image: url(/theme2/assets/images/horsebg.png);
  background-repeat: no-repeat;
  background-size: cover;
  height: 100vh;
  display: flex;
  align-items: center;
}

/*********************   Close  *******************/
.Game_made h3 {
  color: var(--primary-black, #0B0506);
  font-family: 'Poppins', sans-serif;
  font-size: 40px;
  font-style: normal;
  font-weight: 500;
  line-height: 1.4;
  margin-bottom: 20px;
}

.Game_made p {
  color: var(--shade-08, #4A4647);
  font-family: 'Poppins', sans-serif;
  font-size: 18px;
  font-style: normal;
  font-weight: 400;
  line-height: 1.7;
  margin-bottom: 0;
}

.game_detail {
  display: flex;
  align-items: center;
}

section.horse_detailnew .container {
  max-width: 1620px;
  margin: auto;
}

.new_horse {
  display: flex;
  margin: auto;
}

/*********************  Inner-Pages  *******************/
/*********************  score section *******************/
.score_detail {
  display: flex;
  align-items: center;
  justify-content: center;
}

.horse_imges {
  display: flex;
  margin-bottom: 20px;
}

.horse_score {
  margin-right: 20px;
}

.registernew h3 {
  color: var(--primary-black, #0B0506);
  text-align: center;
  font-family: 'Poppins', sans-serif;
  font-size: 28px;
  font-style: normal;
  font-weight: 500;
  line-height: 1.4;
  margin-bottom: 20px;
  margin-top: 0;
}

.registernew p {
  color: var(--primary-black, #0B0506);
  text-align: center;
  font-family: 'Poppins', sans-serif;
  font-size: 16px;
  font-weight: 400;
  line-height: 1.6;
  margin-bottom: 20px;
  margin-top: 0;
}

.registernew button {
  color: #FFF;
  text-align: center;
  font-family: Poppins;
  font-size: 16px;
  font-style: normal;
  width: 496px;
  font-weight: 500;
  line-height: normal;
  border-radius: 60px;
  background: #76091A;
  border: none;
  display: flex;
  justify-content: center;
  align-items: center;
}
.registernew button:hover {
  background: #EBB73D;
  color: #FFF;
}
  margin: auto;
  padding: 17px 31px;
  margin-bottom: 80px;
}

.grassimg_score {
  margin-top: 80px;
}

section.register_newsec {
  background-image: url(/theme2/assets/images/scorebg.png);
  background-repeat: no-repeat;
  background-size: cover;
  /* height: 161vh; */
  padding-top: 100px;
  position: relative;
}

img.grassimg1 {
  display: flex;
  justify-content: center;
  margin: auto !important;
}

.grassimgnew img.grassimg1 {
  position: absolute;
  right: 0;
  bottom: 0;
}

section.register_newsec .grassimgnew {
  position: absolute;
  bottom: 0;
  z-index: 999 !important;
}

.grassimgnew {
  width: 100%;
}

.grassimgnew {
  display: flex;
  justify-content: space-between !important;
}

.grassimgnew img {
  margin: 0 !important;
}

/* section.register_newsec:after {
  position: absolute;
  content: "";
  background-image: url(/theme2/assets/images/scoreafter.png);
  bottom: 0;
  height: 214px;
  width: 100%;
  z-index: 99;
  background-repeat: no-repeat;
  background-size: cover;
} */

section.download {
  display: flex;
  align-items: center;
  background-image: url(/theme2/assets/images/downloadbg.png);
  background-repeat: no-repeat;
  background-size: cover;
  height: 100vh;
}

section.download .row {
  display: flex;
  align-items: center;
  justify-content: space-around;
}

/*********************  Owl  *******************/
/*********************  Download Section  *******************/
.download_detail h3 {
  color: var(--primary-black, #0B0506);
  font-family: 'Poppins', sans-serif;
  font-size: 28px;
  font-style: normal;
  font-weight: 500;
  line-height: 1.4;
  margin-bottom: 20px;
  margin-top: 0;
}

.download_detail p {
  color: var(--shade-08, #4A4647);
  font-family: 'Poppins', sans-serif;
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 1.6;
  margin-bottom: 20px;
}

.googlepaybtn {
  display: flex;
  align-items: center;
  gap: 20px;
}

.googlepaybtn a {
  display: inline-block;
  text-decoration: none;
  line-height: 0;
}

.googlepaybtn a img {
  display: block;
  height: auto;
  max-width: 100%;
}

/* Google Play knop: 310x120 */
.googlepaybtn a[href*="play.google.com"] img {
  width: 310px;
  height: 120px;
  object-fit: contain;
}

/*********************  Footer  *******************/
footer {
  background-image: url(/theme2/assets/images/footerbg.png);

}

.footerdetail {
  display: flex;
  justify-content: space-between;
}

footer .container {
  max-width: 1620px !important;
  margin: auto;
}

.first_div p {
  color: var(--primary-black, #0B0506);
  font-family: Poppins;
  font-size: 18px;
  font-style: normal;
  font-weight: 500;
  line-height: 26px;
  /* 144.444% */
}

.first_div img {
  margin-bottom: 24px;
}

.second_div h5 {
  color: var(--primary-black, #0B0506);
  font-family: Poppins;
  font-size: 20px;
  font-style: normal;
  font-weight: 600;
  line-height: normal;
  margin-bottom: 26px;
}

.second_div p {
  color: var(--primary-black, #0B0506);
  font-family: Poppins;
  font-size: 18px;
  font-style: normal;
  font-weight: 500;
  line-height: normal;
  margin-bottom: 12px;
}

.second_div a {
  color: var(--primary-black, #0B0506);
  font-family: Poppins;
  font-size: 18px;
  font-style: normal;
  font-weight: 500;
  line-height: normal;
  text-decoration: none;
}

.copyright {
  text-align: center;
  border-top: 1px solid #D8ED60;
  margin: 60px 0 0;
  padding: 30px 0;
}

.copyright a {
  color: var(--primary-black, #0B0506);
  font-family: Poppins;
  font-size: 18px;
  font-style: normal;
  font-weight: 500;
  line-height: normal;
  letter-spacing: -0.205px;
  margin-right: 40px;
  text-decoration: none;
}

.copyright a:last-child {
  margin: 0;
}

/*********************  Fancy-box Close  *******************/
header {
  background-color: #E9FAFF;
}

.nav {
  width: 100%;
  position: relative;
  display: flex;
  align-items: center;
  padding: 10px 0;
  justify-content: space-between;
  max-width: 1520px;
  margin: auto;
}

.nav>.nav-header {
  display: inline;
}

.nav>.nav-header>.nav-title {
  display: inline-block;
  font-size: 22px;
  color: #fff;
  padding: 10px 10px 10px 10px;
}

.nav>.nav-btn {
  display: none;
}

.nav>.nav-links {
  display: inline;
  float: right;
  font-size: 18px;
}

p.join {
  margin-bottom: 0;
  color: var(--primary-black, #0B0506) !important;
  font-family: Poppins;
  font-size: 16px !important;
  font-style: normal;
  font-weight: 600 !important;
  line-height: normal;
}

.nav>.nav-links>a {
  display: inline-block;
  padding: 10px;
  text-decoration: none;
  color: var(--shade-06, #837F80);
  text-align: center;
  font-family: Poppins;
  font-size: 20px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
  text-transform: capitalize;
}

.nav>.nav-links>a:hover {
  color: #517E1F;
}

.nav>#nav-check {
  display: none;
}

@media (max-width: 600px) {
  .nav>.nav-btn {
    display: inline-block !important;
    position: absolute;
    right: 15px;
    top: 50%;
    transform: translateY(-50%);
    z-index: 1003 !important;
  }

  .nav>.nav-btn>label {
    display: inline-block;
    width: 24px;
    height: 24px;
    padding: 4px;
    cursor: pointer;
    box-sizing: border-box;
  }

  .nav>.nav-btn>label:hover {
    background-color: rgba(0, 0, 0, 0.2);
    border-radius: 4px;
  }

  .nav #nav-check:checked~.nav-btn>label {
    background-color: rgba(0, 0, 0, 0.2);
    border-radius: 4px;
  }

  .nav>.nav-btn>label>span {
    display: block;
    width: 16px;
    height: 2px;
    background-color: #fff;
    margin: 2px 0;
    border-radius: 1px;
    transition: all 0.3s;
  }
  
  .nav #nav-check:checked~.nav-btn>label>span:nth-child(1) {
    transform: rotate(45deg) translate(3px, 3px);
  }
  
  .nav #nav-check:checked~.nav-btn>label>span:nth-child(2) {
    opacity: 0;
  }
  
  .nav #nav-check:checked~.nav-btn>label>span:nth-child(3) {
    transform: rotate(-45deg) translate(3px, -3px);
  }

  .nav>.nav-links {
    position: absolute;
    display: block !important;
    width: 100%;
    background-color: #76091A;
    height: 0px;
    transition: all 0.3s ease-in;
    overflow-y: hidden;
    top: 60px !important;
    left: 0px;
    z-index: 1002 !important;
    flex-direction: column !important;
    align-items: stretch !important;
    margin-top: 0;
    padding-top: 0;
  }

  .nav>.nav-links>a {
    display: block !important;
    width: 100%;
    padding: 15px 20px !important;
    text-align: left !important;
    border-bottom: 1px solid rgba(255,255,255,0.1);
  }

  .nav>#nav-check:not(:checked)~.nav-links {
    height: 0px;
  }

  .nav>#nav-check:checked~.nav-links {
    height: auto;
    max-height: calc(100vh - 50px);
    overflow-y: auto;
  }
  
  /* Hero section: padding-top voor navbar ruimte op mobiel */
  section.hero_section {
    padding-top: 50px !important;
    min-height: calc(100vh - 50px);
    height: auto !important;
  }
  
  /* Hero row: kolommen op mobiel */
  section.hero_section .row {
    flex-direction: column !important;
    align-items: stretch !important;
    gap: 20px !important;
  }
  
  /* Formulier: volledige breedte op mobiel */
  section.hero_section .Registerform.hero_registerform {
    width: 100% !important;
    max-width: 100% !important;
    margin: 0 auto;
  }
  
  /* Tekst naast login: volledige breedte op mobiel */
  section.hero_section .new_procedd {
    width: 100% !important;
    order: 2;
  }
  
  section.hero_section .Registerform.hero_registerform {
    order: 1;
  }
  
  /* Proceed tekst: compacter op mobiel */
  .proceed h1 {
    font-size: 24px !important;
    margin-bottom: 12px !important;
  }
  
  .proceed p {
    font-size: 14px !important;
    line-height: 1.5 !important;
    margin-bottom: 12px !important;
  }
  
  .proceed h2 {
    font-size: 20px !important;
    margin-top: 12px !important;
  }

}

/*# sourceMappingURL=styles2.css.map */.horse_img {
    position: relative;
    z-index: 9;
}

.new_procedd {
    z-index: 9;
}

section.hero_section {
    background-image: url(/theme2/assets/images/herobg.png);
    background-repeat: no-repeat;
    /* background-size: cover; */
    display: flex;
    align-items: center;
    height: 100vh;
    position: relative;
    background-position: top;
}

section.download .row {
    margin-bottom: 30px;
}

section.hero_section:after {
    position: absolute;
    content: "";
    background-image: url(/theme2/assets/images/herosecbfafter.png);
    bottom: 0;
    width: 100%;
    height: 567px;
    transform: translate(0%, 14%);
    background-size: cover;
}

section.hero_section .row {
    display: flex;
    align-items: center;
    justify-content: space-around;
}

.proceed h2 {
    color: var(--primary-black, #0B0506);
    font-family: Nunito;
    font-size: 62px;
    font-style: normal;
    font-weight: 900;
    line-height: 72px;
    /* 116.129% */
    margin-bottom: 8px;
}

.proceed p {
    color: var(--shade-09, #2C292A);
    font-family: Poppins;
    font-size: 22px;
    font-style: normal;
    font-weight: 500;
    line-height: normal;
    margin-bottom: 32px;
}

.stable .stable_detail {
    display: flex;
    align-items: center;
}

.stable_detail {
    margin-bottom: 16px;
}

.stable_detail img {
    margin: 0;
}

.stable_detail span {
    margin-left: 16px;
    color: var(--primary-black, #0B0506);
    font-family: Poppins;
    font-size: 20px;
    font-style: normal;
    font-weight: 600;
    line-height: normal;
}

section.hero_section .container {
    max-width: 1620px;
    margin: auto;
}section.register {
    height: 100%;
    background-image: url(/theme2/assets/images/registerbg.png);
    padding-top: 100px;
}

section.register.row {
    display: flex;
    align-items: center;
}

.register_detail {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 100%;
    gap: 100px;
}



.Registerform {
    border-radius: 30px;
    background: #517E1F;
    box-shadow: 0px 24px 64px 0px rgba(4, 25, 35, 0.05);
    padding: 34px;
    width: 596px;
}

.Registerform h3 {
    color: var(--primary-white, #FFF);
    font-family: Nunito;
    font-size: 46px;
    font-style: normal;
    font-weight: 800;
    line-height: normal;
    letter-spacing: -0.38px;
    margin-bottom: 4px;
}

.Registerform p {
    color: var(--shade-04, #CBC6C7);
    font-family: Poppins;
    font-size: 20px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
    letter-spacing: -0.66px;
    margin-bottom: 24px;
}

.input_detail label {
    color: var(--primary-white, #FFF);
    font-family: Poppins;
    font-size: 14px;
    font-style: normal;
    font-weight: 500;
    line-height: normal;
    letter-spacing: -0.28px;
    margin-bottom: 8px;
    display: inline-flex;
}

.input_detail input {
    border-radius: 50px;
    border: 1px solid #76AD39;
    background: #689833;
    width: 100%;
    height: 56px;
    padding-left: 50px;
    margin-bottom: 16px;
}

.name span {
    position: relative;
}

.input_detail input::placeholder {
    color: var(--shade-02, #EEE9EA);
    font-family: Poppins;
    font-size: 14px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
    letter-spacing: -0.28px;
}

.name span svg {
    position: absolute;
    top: 0;
    left: 16px;
}

.agreed span {
    color: var(--primary-white, #FFF);
    text-align: left;
    font-family: Poppins;
    font-size: 16px;
    font-style: normal;
    font-weight: 500;
    line-height: normal;
    margin-left: 8px;
}

.agreed {
    display: flex;
    align-items: center;
    margin-bottom: 20px;
}

.agreed input {
    height: 24px;
    width: 24px;
    margin: 0;
}

.register_btn button {
    border-radius: 60px;
    background: #76091A;
    width: 100%;
    color: #FFF;
    text-align: center;
    font-family: Poppins;
    font-size: 16px;
    font-style: normal;
    font-weight: 600;
    line-height: normal;
    border: none;
    height: 58px;
}
.register_btn button:hover {
    background: #EBB73D;
    color: #FFF;
}

.registernow p {
    color: var(--shade-03, #DFDBDC);
    font-family: Poppins;
    font-size: 18px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
}

.registernow p a {
    color: var(--primary-yellow, #EBB73D);
    text-align: right;
    transition: color 0.3s ease;
}
.registernow p a:hover {
    color: #76091A !important;
}
    font-family: Poppins;
    font-size: 18px;
    font-style: normal;
    font-weight: 600;
    line-height: normal;
    text-decoration-line: underline;
}

.register_btn {
    margin-bottom: 20px;
}

.free_game h3 {
    color: var(--primary-black, #0B0506);
    font-family: Nunito;
    font-size: 52px;
    font-style: normal;
    font-weight: 900;
    line-height: 68px;
    /* 130.769% */
    margin-bottom: 2px;
}

.free_game p {
    color: var(--shade-08, #4A4647);
    font-family: Poppins;
    font-size: 20px;
    font-style: normal;
    font-weight: 500;
    line-height: normal;
    margin-bottom: 24px;
}

.horse_member {
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.henk {
    border-radius: 10px;
    border: 1px solid #FFF;
    background: rgba(255, 255, 255, 0.24);
    margin-bottom: 16px;
    padding: 10px;
}

.game_person h5 {
    color: var(--primary-black, #0B0506);
    font-family: Poppins;
    font-size: 24px;
    font-style: normal;
    font-weight: 600;
    line-height: normal;
    margin-bottom: 4px;
}

.game_person p {
    color: var(--shade-08, #4A4647);
    font-family: Poppins;
    font-size: 18px;
    font-style: normal;
    font-weight: 500;
    line-height: normal;
    margin-bottom: 0;
}

.game_person {
    display: flex;
    align-items: center;
}

.Oswald {
    margin-left: 16px;
}

section.register .container {
    max-width: 1620px;
    margin: auto;
}.score_detail {
    display: flex;
    align-items: center;
    justify-content: center;
}

.horse_imges {
    display: flex;
    margin-bottom: 20px;
}

.horse_score {
    margin-right: 20px;
}

.registernew h3 {
    color: var(--primary-black, #0B0506);
    text-align: center;
    font-family: 'Poppins', sans-serif;
    font-size: 28px;
    font-style: normal;
    font-weight: 500;
    line-height: 1.4;
    margin-bottom: 20px;
    margin-top: 0;
}

.registernew p {
    color: var(--primary-black, #0B0506);
    text-align: center;
    font-family: 'Poppins', sans-serif;
    font-size: 16px;
    font-weight: 400;
    line-height: 1.6;
    margin-bottom: 20px;
    margin-top: 0;
}

.registernew button {
    color: #FFF;
    text-align: center;
    font-family: Poppins;
    font-size: 16px;
    font-style: normal;
    width: 496px;
    font-weight: 500;
    line-height: normal;
    border-radius: 60px;
    background: #76091A;
    border: none;
    display: flex;
    justify-content: center;
    align-items: center;
}
.registernew button:hover {
    background: #EBB73D;
    color: #FFF;
}
    margin: auto;
    padding: 17px 31px;
    margin-bottom: 80px;
}

section.register_newsec {
    background-image: url(/theme2/assets/images/scorebg.png);
    background-repeat: no-repeat;
    background-size: cover;
    /* height: 161vh; */
    padding-top: 100px;
    position: relative;
}

img.grassimg1 {
    display: flex;
    justify-content: center;
    margin: auto !important;
}

.grassimgnew img.grassimg1 {
    position: absolute;
    right: 0;
    bottom: 0;
}

section.register_newsec .grassimgnew {
    position: absolute;
    bottom: 0;
    z-index: 999 !important;
}

.grassimgnew {
    width: 100%;
}

.grassimgnew {
    display: flex;
    justify-content: space-between !important;
}

.grassimgnew img {
    margin: 0 !important;
}

.grassimg_score {
    margin-top: 80px;
}

img.horseafterimg1 {
    margin-left: 50px !important;
}

img.grassimg1 {
    margin-right: 50px !important;
}

/* section.register_newsec:after {
  position: absolute;
  content: "";
  background-image: url(/theme2/assets/images/scoreafter.png);
  bottom: 0;
  height: 214px;
  width: 100%;
  z-index: 99;
  background-repeat: no-repeat;
  background-size: cover;
} */

section.download {
    display: flex;
    align-items: center;
    background-image: url(/theme2/assets/images/downloadbg.png);
    background-repeat: no-repeat;
    background-size: cover;
    height: 100vh;
}

section.download .row {
    display: flex;
    align-items: center;
    justify-content: space-around;
}section.download {
    display: flex;
    align-items: center;
    background-image: url(/theme2/assets/images/downloadbg.png);
    background-repeat: no-repeat;
    background-size: cover;
    height: 80vh;
}

section.download .row {
    display: flex;
    align-items: center;
    justify-content: space-around;
}

.download_detail h3 {
    color: var(--primary-black, #0B0506);
    font-family: 'Poppins', sans-serif;
    font-size: 28px;
    font-style: normal;
    font-weight: 500;
    line-height: 1.4;
    margin-bottom: 20px;
    margin-top: 0;
}

.download_detail p {
    color: var(--shade-08, #4A4647);
    font-family: 'Poppins', sans-serif;
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: 1.6;
    margin-bottom: 20px;
}

.googlepaybtn a {
    display: inline-block;
    text-decoration: none;
    line-height: 0;
}

.googlepaybtn {
    display: flex;
    align-items: center;
    gap: 20px;
}

.googlepaybtn a img {
    display: block;
    height: auto;
    max-width: 100%;
}

/* Google Play knop: 310x120 */
.googlepaybtn a[href*="play.google.com"] img {
    width: 310px;
    height: 120px;
    object-fit: contain;
}

.googlepaybtn a:hover {
    opacity: 0.9;
    transition: opacity 0.3s;
}footer {
    background-image: url(/theme2/assets/images/footerbg.png) !important;
    background-repeat: no-repeat;
    background-size: cover;
    height: 566px;
    display: flex;
}

footer.summer {
    background-image: url(/theme2/assets/images/summer.png);
    background-repeat: no-repeat;
    background-size: cover;
    height: 566px;
    display: flex;
}

footer.spring {
    background-image: url(/theme2/assets/images/spring.png);
    background-repeat: no-repeat;
    background-size: cover;
    height: 566px;
    display: flex;
}

footer.winter {
    background-image: url(/theme2/assets/images/winter.png);
    background-repeat: no-repeat;
    background-size: cover;
    height: 566px;
    display: flex;
}

footer {
    position: relative;
}

.footer_detail {
    padding-top: 140px;
}

footer:after {
    position: absolute;
    content: "";
    background-image: url(/theme2/assets/images/downloadafterbg.png);
    background-repeat: no-repeat;
    left: 100px;
    width: 328px;
    height: 174px;
    top: 20px;
}

.footerdetail {
    display: flex;
    justify-content: space-between;
}

footer .container {
    max-width: 1620px !important;
    margin: auto;
}

.first_div p {
    color: var(--primary-black, #0B0506);
    font-family: Poppins;
    font-size: 18px;
    font-style: normal;
    font-weight: 500;
    line-height: 26px;
    /* 144.444% */
}

.first_div img {
    margin-bottom: 24px;
}

.second_div h5 {
    color: var(--primary-black, #0B0506);
    font-family: Poppins;
    font-size: 20px;
    font-style: normal;
    font-weight: 600;
    line-height: normal;
    margin-bottom: 26px;
}

.second_div p {
    color: var(--primary-black, #0b0506bf);
    font-family: Poppins;
    font-size: 18px;
    font-style: normal;
    font-weight: 500;
    line-height: normal;
    margin-bottom: 12px;
}

.second_div a {
    color: var(--primary-black, #0B0506);
    font-family: Poppins;
    font-size: 18px;
    font-style: normal;
    font-weight: 500;
    line-height: normal;
    text-decoration: none;
}

.copyright {
    text-align: center;
    border-top: 1px solid #D8ED60;
    margin: 60px 0 0;
    padding: 30px 0;
}

.copyright a {
    color: var(--primary-black, #0B0506);
    font-family: Poppins;
    font-size: 18px;
    font-style: normal;
    font-weight: 500;
    line-height: normal;
    letter-spacing: -0.205px;
    margin-right: 40px;
    text-decoration: none;
}

.copyright a:last-child {
    margin: 0;
}

footer .container {
    margin-bottom: 0 !important;
}section.horse_detailnew {
    background-image: url(/theme2/assets/images/horsebg.png);
    background-repeat: no-repeat;
    background-size: cover;
    height: 100vh;
    display: flex;
    align-items: center;
}

.Game_made h3 {
    color: var(--primary-black, #0B0506);
    font-family: 'Poppins', sans-serif;
    font-size: 40px;
    font-style: normal;
    font-weight: 500;
    line-height: 1.4;
    margin-bottom: 20px;
}

.Game_made p {
    color: var(--shade-08, #4A4647);
    font-family: 'Poppins', sans-serif;
    font-size: 18px;
    font-style: normal;
    font-weight: 400;
    line-height: 1.7;
    margin-bottom: 0;
}

.game_detail {
    display: flex;
    align-items: center;
}

section.horse_detailnew .container {
    max-width: 1620px;
    margin: auto;
}

.new_horse {
    display: flex;
    margin: auto;
}@media only screen and (min-width: 1430px) {
    .container {
        max-width: 1290px;
    }
}

@media only screen and (min-width: 1600px) {
    .container {
        max-width: 1440px;
    }

    section.hero_section .container {
        max-width: 1520px;
    }
}

@media only screen and (min-width: 1800px) {
    section.horse_detailnew {
        margin-bottom: -1px !important;
    }

    section.register {
        margin-bottom: -1px !important;
    }

    .container {
        max-width: 1630px;

    }
}

@media (min-width: 1921px) and (max-width: 2560px) {
    section.horse_detailnew {
        height: 90vh;
    }

    .nav {
        max-width: 2200px !important;
        margin: auto;
    }

    section.hero_section .container {
        max-width: 2400px !important;
    }

    section.register .container {
        max-width: 2400px !important;
    }

    section.hero_section {
        background-size: contain;
        height: 90vh !important;
    }

    section.hero_section:after {
        background-size: cover;
        background-position: center;
        bottom: -1px !important;
        height: 757px !important;
    }
}

@media only screen and (max-width: 1799px) {
    .game_person h5 {
        font-size: 21px !important;
        margin-bottom: 0 !important;
    }

    .agreed input[type="checkbox"] {
        max-width: 22px !important;
        margin-bottom: 0 !important;
    }

    .agreed {
        display: flex;
        align-items: center;
    }

    .Registerform h3 {
        font-size: 40px !important;
    }

    .input_detail input {
        height: 50px !important;
    }

    section.hero_section .container {
        max-width: 1500px !important;
    }

    section.horse_detailnew .container {
        max-width: 1300px !important;
    }

    section.register {
        padding-top: 70px !important;
    }


    .proceed h2 {
        font-size: 54px !important;
    }

    .download_detail h3 {
        font-size: 48px !important;
    }

    .stable_detail {
        margin-bottom: 12px !important;
    }

    .horse_img img {
        max-width: 600px !important;
    }

    .Game_made h3 {
        font-size: 48px !important;
    }

    .free_game h3,
    .registernew h3 {
        font-size: 48px !important;
    }



    .footerdetail {
        justify-content: space-around !important;
    }
}

@media only screen and (max-width: 1600px) {
    .Registerform {
        padding: 26px !important;
    }

    .proceed h2,
    .free_game h3,
    .registernew h3,
    .Game_made h3,
    .registernew h3,
    .download_detail h3 {
        font-size: 42px !important;
        line-height: normal !important;
    }
}

@media only screen and (max-width: 1599px) {
    .horse_img img {
        max-width: 550px !important;
    }

    section.hero_section {
        height: 100vh !important;
    }

    .new_horse img {
        max-width: 520px;
    }

    section.register_newsec {
        padding-top: 70px !important;
        /* height: 150vh !important; */
    }

    .horse_imges img {
        max-width: 280px !important;
    }

    section.register_newsec .container {
        max-width: 1200px !important;
        margin: auto;
    }

    .stable .stable_detail {
        margin-bottom: 6px !important;
    }

    .Registerform {
        padding: 42px !important;
    }

    p.stable {
        margin-bottom: 34px;
    }

    .Game_made p,
    .proceed p,
    p.stable,
    .download_detail p {
        font-size: 20px !important;
    }


    .game_person h5 {
        font-size: 20px !important;
    }

    .nav {
        max-width: 1300px !important;
    }

    .nav>.nav-links>a {
        font-size: 18px !important;
    }

    .proceed h2,
    .free_game h3,
    .Game_made h3,
    .registernew h3,
    .download_detail h3 {
        font-size: 46px !important;
        line-height: 56px !important;
    }

    .stable_detail img {
        max-width: 36px !important;
    }

    .stable_detail span {
        font-size: 18px !important;
        margin-left: 10px !important;
    }

    section.register {
        padding-top: 50px !important;
    }

    section.horse_detailnew {
        height: 90vh !important;
    }

}

@media only screen and (max-width: 1440px) {
    footer:after {

        left: 40px !important;
        width: 300px !important;
        height: 144px !important;
        background-size: contain;
    }

    .Registerform p {
        font-size: 16px;
        margin-bottom: 14px;
    }

    .Registerform h3 {
        font-size: 34px !important;
        font-weight: 700;
    }

    .input_detail input {
        margin-bottom: 10px !important;
    }

    .input_detail label {
        margin-bottom: 4px !important;
    }

    .agreed {
        margin-bottom: 10px !important;
    }

    .Registerform {
        padding: 30px !important;
    }
}

@media only screen and (max-width: 1200px) {


    footer:after {
        max-width: 260px;
        left: 40px !important;
        width: 210px !important;
        height: 124px !important;
        background-size: contain;
        top: 60px !important;
    }

    .googlepaybtn a img {
        max-width: 180px;
    }
    .googlepaybtn a[href*="play.google.com"] img {
        width: 310px;
        height: 120px;
    }

    .grassimgnew img.horseafterimg1 {
        max-width: 380px !important;
    }

    .grassimgnew img.grassimg1 {
        max-width: 520px;
    }

    .horse_img img {
        max-width: 550px !important;
    }

    section.register .container {
        max-width: 1100px !important;
    }

    .free_game h3 br {
        display: none;
    }

    p.stable br {
        display: none;
    }

    p.stable {
        margin-bottom: 20px !important;
    }

    .Registerform {
        width: 80% !important;
    }

    .game_person h5 {
        margin-bottom: 0 !important;
    }

    .proceed h2,
    .Game_made h3,
    .registernew h3,
    .free_game h3,
    .download_detail h3 {
        font-size: 40px !important;
        line-height: 50px !important;
    }

    .new_horse img {
        max-width: 460px !important;
    }

    section.horse_detailnew .container {
        max-width: 1100px !important;
    }

    .Oswald {
        margin-left: 10px !important;
    }

    .game_person p {
        font-size: 16px !important;
    }

    .register_detail {
        gap: 60px !important;
    }

    section.register_newsec .container {
        max-width: 1024px !important;
    }

    .horse_imges img {
        max-width: 245px !important;
        margin: 0px 10px 0 0 !important;
    }

    .horse_score {
        margin-right: 10px !important;
    }

    .horse_imges img:last-child {
        margin: 0 !important;
    }


    section.register_newsec {
        /* height: 135vh !important; */
        padding-top: 40px !important;
    }

    .download_phone img {
        max-width: 460px !important
    }



    .nav {
        max-width: 1120px !important;
    }

    .nav-title a {
        display: flex;
    }
}

@media only screen and (max-width: 1199px) {
    img.horseafterimg1 {
        margin-left: 40px !important;
    }

    img.grassimg1 {
        margin-right: 40px !important;
        background-size: contain;
    }




    .grassimgnew img.horseafterimg1 {
        max-width: 340px !important;
    }

    .grassimgnew img.grassimg1 {
        max-width: 460px !important;
    }

    .game_person h5 {
        font-size: 18px !important;
        line-height: normal;
    }

    .registernow p {
        font-size: 16px !important;
    }

    .registernow p a {
        font-size: 16px !important;
    }

    /* section.hero_section {
        background-size: contain !important;
    } */

    /* section.hero_section {
        height: 85vh !important;
    } */

    .registernew h3 {
        margin-bottom: 20px !important;
    }

    section.download .container {
        max-width: 920px !important;
        margin: auto;
    }

    .download_phone img {
        max-width: 400px !important;
    }

    section.register_newsec .container {
        max-width: 920px !important;
    }

    .horse_imges img {
        max-width: 220px !important;
    }

    .googlepaybtn a img {
        max-width: 160px;
    }
    .googlepaybtn a[href*="play.google.com"] img {
        width: 310px;
        height: 120px;
    }

    .Game_made p,
    .proceed p,
    p.stable,
    .download_detail p {
        font-size: 16px !important;
    }

    .download_detail p br {
        display: none;
    }

    .googlepaybtn a img {
        max-width: 150px;
    }
    .googlepaybtn a[href*="play.google.com"] img {
        width: 258px;
        height: 100px;
    }

    .download_detail h3 br {
        display: none;
    }

    .download_detail p {
        margin-bottom: 42px !important;

    }

    .first_div p {
        font-size: 16px !important;
        margin-bottom: 0 !important;
    }

    /* section.register_newsec {
        height: 120vh !important;
    } */



    section.horse_detailnew .container {
        max-width: 920px !important;
    }

    .Game_made p br {
        display: none;
    }

    .agreed {
        margin-bottom: 15px !important;
    }

    .register_btn {
        margin-bottom: 15px !important;
    }

    .Registerform h3 {
        font-size: 40px !important;
    }

    .Registerform p {
        font-size: 18px !important;
        margin-bottom: 20px !important;
    }

    section.register .container {
        max-width: 920px !important;
    }

    .Registerform {
        padding: 30px !important;
    }

    .register_detail {
        gap: 30px !important;
    }

    .proceed h2,
    .Game_made h3,
    .registernew h3,
    .free_game h3,
    .download_detail h3 {
        font-size: 36px !important;
    }

    .nav {
        max-width: 920px !important;
    }

    section.hero_section .container {
        max-width: 920px !important;
    }

    .horse_img img {
        max-width: 460px !important;
    }

    .proceed p {
        margin-bottom: 20px !important;
    }


    .first_div img {
        width: 167px !important;
        height: 44px !important;
    }
}

@media only screen and (max-width: 1024px) {
    section.download {
        height: 70vh !important;
    }
}

@media only screen and (max-width: 992px) {
    .footer_detail {

        padding-top: 150px !important;
    }

    .footerdetail {
        padding-left: 30px;
    }

    section.horse_detailnew {
        height: 90vh !important;
    }
}

@media only screen and (max-width: 991px) {

    .download_detail p {
        margin-bottom: 20px !important;
    }

    .copyright {
        margin: 30px 0 0 !important;
    }

    .grassimgnew img.grassimg1 {
        max-width: 400px !important;
    }

    .grassimgnew img.horseafterimg1 {
        max-width: 290px !important;
    }

    .proceed h2 br {
        display: none;
    }

    .proceed h2,
    .Game_made h3,
    .registernew h3,
    .free_game h3,
    .download_detail h3 {
        font-size: 30px !important;
        line-height: normal !important;
    }

    section.hero_section {
        height: 90vh !important;
    }

    section.hero_section {
        object-fit: cover !important;
        background-position: top;
    }

    .footerdetail {
        flex-wrap: wrap;
        justify-content: flex-start !important;
    }

    .second_div {
        width: 50%;
    }

    .first_div {
        width: 50%;
        margin-bottom: 40px !important;
    }

    .second_div h5 {
        margin-bottom: 14px !important;
    }

    .second_div p {
        margin-bottom: 6px !important;
    }

    .first_div img {
        margin-bottom: 16px !important;
    }

    .horse_img img {
        max-width: 360px !important;
    }

    section.hero_section .container {
        max-width: 700px !important;
    }

    .proceed h2 br {
        display: none;
    }

    .stable_detail span {
        font-size: 16px !important;
    }

    .stable_detail img {
        max-width: 32px !important;
    }


    .proceed p {
        margin-bottom: 10px !important;
    }

    section.register .container {
        max-width: 700px !important;
    }

    .Registerform h3 {
        font-size: 35px !important;
    }

    .input_detail input {
        height: 50px;
    }

    .register_btn button {
        height: 50px;
    }

    .henk {
        margin-bottom: 18px;
    }

    section.horse_detailnew .container {
        max-width: 700px !important;
    }

    .new_horse img {
        max-width: 360px !important;
    }

    .Game_made h3 br {
        display: none;
    }

    section.register_newsec .container {
        max-width: 700px !important;
    }

    .horse_imges img {
        max-width: 340px !important;
    }

    .score_detail {
        display: block !important;
    }

    section.register_newsec {
        height: 100% !important;
    }

    section.download .container {
        max-width: 700px !important;
    }

    .download_phone img {
        max-width: 350px !important;
    }

    .googlepaybtn a img {
        max-width: 140px;
    }
    .googlepaybtn a[href*="play.google.com"] img {
        width: 232px;
        height: 90px;
    }



    .googlepaybtn {
        gap: 10px !important;
    }

    footer .container {
        max-width: 700px !important;
    }

    /**********  Responsive Menu  **********/

}




@media only screen and (max-width: 767px) {
    .grassimgnew img.horseafterimg1 {
        max-width: 240px !important;
    }

    .grassimgnew img.grassimg1 {
        max-width: 330px !important;
    }

    img.horsescoreimg4 {
        margin-bottom: 100px !important;
    }

    .new_horse img {
        max-width: 80% !important;
    }

    .new_procedd {
        margin-top: 30px !important;
    }

    .agreed span {
        font-size: 14px !important;
    }

    .download_phone img {
        max-width: 90% !important;
    }

    .new_procedd {
        position: relative;
        z-index: 9;
    }

    section.hero_section:after {
        background-position: bottom !important;
        background-size: contain !important;
        max-width: 100%;
    }

    .nav>#nav-check:checked~.nav-links {
        z-index: 999 !important;
    }

    section.hero_section {

        background-size: cover;
    }

    .nav>.nav-btn>label {
        height: 40px !important;
        width: 40px !important;
        padding: 12px 10px !important;
    }

    .nav>.nav-btn>label>span {
        width: 20px !important;
        height: 3px !important;
    }

    .second_div p {
        font-size: 14px !important;
    }

    .second_div h5 {
        font-size: 18px;
        margin-bottom: 10px !important;
    }

    .copyright {
        margin: 30px 0 0 !important;
    }

    .second_div a {
        font-size: 16px !important;
    }

    .copyright a {
        font-size: 16px !important;
    }

    .copyright {
        padding: 20px 0 !important;
    }

    .first_div p {
        font-size: 14px !important;
    }

    .Registerform h3 {
        font-size: 30px !important;
    }

    .input_detail input {
        height: 45px !important;
    }

    .register_btn button {
        height: 45px !important;
    }

    .agreed input {
        height: 26px !important;
    }

    .game_person h5 {
        font-size: 18px !important;
    }

    .proceed h2 {
        font-size: 30px !important;
        line-height: normal !important;
    }

    .stable_detail img {
        max-width: 28px !important;
    }

    .nav>.nav-btn>label {
        border-radius: 30px !important;
        background: #517E1F !important;
    }

    .nav>.nav-links>a {
        color: white !important;
    }

    .nav>.nav-links {
        top: 72px !important;
    }

    .nav>.nav-btn {
        right: 10px !important;
    }

    .new_procedd {
        padding-left: 30px !important;
    }

    .proceed h2 br {
        display: none;
    }

    .nav-title {
        padding: 0 10px !important;
    }

    section.hero_section .container {
        max-width: 100% !important;
    }

    .horse_imges {
        margin-bottom: 8px !important;
    }


    section.download {
        height: 100vh !important;
        background-position: bottom;
    }

    section.download .row {
        display: block !important;
        max-width: 90% !important;
        margin: auto !important;
    }

    .download_phone {
        margin: auto;
        display: flex;
        margin-top: 40px;
    }

    .horse_imges img {
        max-width: 250px !important;
    }

    .registernew {
        max-width: 90% !important;
        margin: auto !important;
    }

    .game_detail {
        display: block !important;
        width: 90% !important;
        margin: auto !important;
    }

    .register_detail {
        flex-direction: column;
    }

    .Registerform {
        width: 90% !important;
        margin: auto !important;
    }

    .free_game {
        width: 90% !important;
        padding: 20px 0 !important;
        margin: auto !important;
    }

    section.hero_section .row {
        flex-direction: column;
    }

    .horse_img {
        display: flex;
    }


    label.custom-cursor-default-hover {
        border-radius: 30px !important;
        background: #517E1F !important;
    }

    .nav>.nav-links {
        background: #adcb52;
    }

    .nav>.nav-btn {
        top: 15px !important;
    }

    .nav-links {
        z-index: 9;
    }
}

@media only screen and (max-width: 575px) {
    .grassimgnew img.horseafterimg1 {
        margin-left: 0 !important;
    }

    section.hero_section .container {
        height: inherit;
    }

    .horse_img {
        position: absolute !important;
        bottom: 100px;
        right: 10px !important;
    }

    .horse_img img {
        max-width: 200px !important;
    }

    section.hero_section:after {
        height: 200px !important;
        background-size: cover !important;
    }

    .new_horse img {
        max-width: 60% !important;
    }

    .Game_made {
        margin-bottom: 0px !important;
    }

    .new_horse {
        margin-top: 40px !important;
    }

    .register_detail div#myitems1 {
        order: 2;
    }

    .register_detail div#myitems2 {
        order: 1 !important;
    }

    footer:after {
        max-width: 200px;
        width: 100%;
        background-size: contain;
        height: 90px !important;
        left: 30px !important;
    }


    .download_detail h3 {
        text-align: center;
        margin-bottom: 12px !important;
    }

    .download_detail p {
        text-align: center;
    }

    .googlepaybtn {
        justify-content: center;
    }

    .googlepaybtn a {
        width: 180px;
    }
    .googlepaybtn a img {
        width: 100%;
        height: auto;
    }
    .googlepaybtn a[href*="play.google.com"] img {
        width: 232px;
        height: 90px;
        max-width: 100%;
    }

    .agreed {
        justify-content: center;
    }

    .registernow p {
        text-align: center;
    }

    .free_game h3 {
        text-align: center;
    }

    p.stable {
        text-align: center;
        margin-bottom: 32px !important;
    }

    .Game_made h3 {
        text-align: center;
        margin-bottom: 12px !important;
    }

    .Game_made p {
        text-align: center;
    }

    .registernew h3 {
        margin-bottom: 30px !important;
    }

    .registernew button {
        margin-bottom: 60px;
    }

    img.horsescoreimg4 {
        margin-bottom: 0 !important;
    }
}

@media only screen and (max-width: 574px) {


    section.register_newsec {
        height: auto !important;
    }

    .grassimgnew img.grassimg1 {
        max-width: 230px !important;
    }

    .downloadsec_grassimg {
        position: relative;
        top: 40px;
    }

    .game_person p {
        font-size: 14px !important;
    }

    .game_person h5 {
        font-size: 16px !important;
    }

    .Game_made p,
    .proceed p,
    p.stable,
    .download_detail p {
        font-size: 16px !important;
    }

    .registernew button {
        padding: 12px 24px !important;
    }

    body.show-menu {
        position: fixed;
        top: 0;
        overflow: hidden;
    }

    .proceed h2 {
        padding-right: 10px;
    }

    .Registerform h3 {
        font-size: 24px !important;
    }

    .Registerform {
        padding: 24px !important;
    }

    .proceed h2,
    .Game_made h3,
    .registernew h3,
    .free_game h3,
    .download_detail h3 {
        font-size: 25px !important;
        line-height: normal !important;
    }



    .nav>.nav-links {
        top: 92px !important;
    }

    .nav>.nav-btn {
        top: 30px !important;
    }

    .download_detail p {
        margin-bottom: 20px !important;
    }

    .first_div {
        margin-bottom: 20px !important;
        margin-right: 0px !important;
    }

    .first_div {
        width: 100% !important;
    }

    .second_div {
        width: 100%;
        margin-bottom: 20px !important;
    }

    .first_div p br {
        display: none;
    }

    .second_div:last-child {
        margin: 0 !important;
    }

    .horse_imges img {
        max-width: 210px !important;
    }

    .registernew button {
        width: 100% !important;
    }
}

@media only screen and (max-width: 480px) {
    .footerdetail {
        margin-top: 170px !important;
    }

    .footer_detail {
        padding-top: 30px !important;
    }

    .download_phone img {
        max-width: 80% !important;
    }

    section.download {
        height: 80vh !important;
        padding-top: 30px;
    }

    section.download .container {
        margin-bottom: 0 !important;
        margin-top: 0 !important;
    }

    footer:after {
        top: 80px !important;
    }

    .footerdetail {
        margin-top: 40px;
    }

    footer.spring {
        height: auto !important;
    }

    section.mobile-view {
        background-image: url(/theme2/assets/images/mobileview_hroimg.png) !important;
        background-repeat: no-repeat;
        /* background-size: cover; */
        display: flex;
        align-items: center;
        height: 100vh;
        position: relative;
        background-position: top;
    }

    /* section.download .container:after {
        max-width: 140px;
    } */

    .registernew button {
        margin-bottom: 40px !important;
    }

    .stable_detail span {
        font-size: 14px !important;
    }

    .stable_detail img {
        max-width: 24px !important;
    }

    img.horseafterimg1 {
        margin-left: 20px !important;
    }

    .horse_score img {
        border-radius: 30px !important;
    }

    img.horsescoreimg4 {
        border-radius: 30px !important;
    }

    img.horseafterimg1 {
        margin-left: 0 !important;
    }

    .grassimgnew img.grassimg1 {
        margin-right: 0 !important;
    }

    .input_detail input::placeholder {
        font-size: 12px !important;
    }

    .name span svg {
        max-width: 20px !important;
    }

    .input_detail input {
        padding-left: 45px !important;
    }

    .registernow p a {
        font-size: 14px !important;
    }

    section#register {
        margin-bottom: -1px !important;
    }

    section.hero_section:after {
        height: 150px !important;
        background-size: cover !important;
    }

    .agreed input[type="checkbox"] {
        width: 18px !important;
        height: 18px !important;
    }

    .agreed {
        align-items: center !important;
    }

    .registernew h3 br {
        display: none;
    }

    .horse_imges img {
        margin: 0 0 10px 0 !important;
    }

    .grassimgnew img.horseafterimg1 {
        max-width: 180px !important;
    }

    section.horse_detailnew .container {
        height: inherit !important;
    }

    section.horse_detailnew {
        height: 85vh !important;
        padding: 40px 0;
    }

    .agreed span {
        font-size: 11px !important;
    }

    .agreed {
        align-items: flex-start;
    }

    .agreed input[type="checkbox"] {
        width: 21px !important;
        height: 20px !important;
    }

    .horse_img {
        position: absolute !important;
        bottom: 70px;
        right: 10px !important;
    }

    .horse_img img {
        max-width: 180px !important;
    }

    section.register {
        padding-top: 0px !important;
    }

    section.hero_section .row {
        margin-top: 30px;
    }

    section.hero_section .container {
        height: inherit;
    }

    .Registerform p {
        font-size: 14px !important;
    }

    .free_game {
        margin-top: 30px !important;
    }

    .horse_imges {
        flex-direction: column;
    }

    .horse_imges img {
        max-width: 100% !important;
    }

    .horse_score {
        margin-right: 0 !important;
    }
}

@media only screen and (max-width: 479px) {
    .proceed {
        margin-top: 40px !important;
    }

    .nav>.nav-links {
        top: 72px !important;
    }

    img.horsescoreimg4 {
        margin-bottom: 50px !important;
    }


}

@media only screen and (max-width: 414px) {
    section.download {
        padding-top: 40px;
    }

    section.register_newsec {
        height: auto !important;
    }

    .nav>.nav-btn>label {
        padding: 14px 12px !important;
    }

    .horse_score {
        margin-right: 0 !important;
    }

    .nav>.nav-btn>label {
        height: 40px !important;
        width: 40px !important;
        padding: 12px 10px !important;
    }



    .score_detail {
        max-width: 94% !important;
        margin: auto !important;
    }

    .registernew button {
        FONT-SIZE: 14px !IMPORTANT;
    }


    .registernew button {
        margin-bottom: 50px !important;
    }

    .horse_imges {
        display: block !important;
    }

    .horse_imges img {
        max-width: 100% !important;
        margin: 0 0px 0px 0 !important;
    }
}

.footerdetail .first_div img {
    max-width: 250px !important;
}

@media only screen and (max-width: 390px) {
    footer:after {
        top: 90px !important;
    }

    .grassimgnew img.horseafterimg1 {
        max-width: 220px !important;
    }

    .grassimgnew img.grassimg1 {
        max-width: 180px !important;
    }


    .horse_img {
        z-index: 9 !important;
        position: relative;
    }
}

@media only screen and (max-width: 375px) {
    .registernew button {
        padding: 14px 10px !important;
    }

}

@media only screen and (max-width: 350px) {
    .registernew button {
        font-size: 12px !important;
    }

    .agreed span {
        font-size: 10px !important;
    }

    .copyright {
        margin: 40px 0 0 !important;
        padding: 20px 0px !important;
    }

    .copyright a:last-child {
        margin: 0 !important;
    }

    .copyright a {
        margin-right: 20px !important;
    }
}

@media (min-width: 320px) and (max-width: 350px) {
    .horse_img img {
        max-width: 150px !important;
    }

    .horse_img {
        bottom: 60px;
    }

    .proceed h2,
    .Game_made h3,
    .registernew h3,
    .free_game h3,
    .download_detail h3 {
        font-size: 22px !important;
    }
}

@media only screen and (max-width: 350px) {
    .googlepaybtn {
        flex-direction: column;
    }

    .googlepaybtn a {
        width: 100%;
    }
    .googlepaybtn a img {
        width: 100%;
        height: auto;
    }
    .googlepaybtn a[href*="play.google.com"] img {
        width: 232px;
        height: 90px;
        max-width: 100%;
    }
}

/* ========== Equino overrides: header, form, hero, CTA ========== */

/* Geen wit randje tussen navbar en eerste sectie */
html { 
    margin: 0; 
    padding: 0; 
    font-size: 16px;
}
body { 
    margin: 0; 
    padding: 0; 
    line-height: normal;
    font-family: 'Poppins', sans-serif !important;
    font-size: 16px;
}
/* Alle headings gebruiken Poppins */
h1, h2, h3, h4, h5, h6,
body h1, body h2, body h3, body h4, body h5, body h6 {
    font-family: 'Poppins', sans-serif !important;
}
/* Hero tekst: oude login layout teksten en formaten */
.proceed h1 {
    font-family: 'Poppins', sans-serif !important;
    font-size: 28px;
    font-weight: 500 !important;
    line-height: 1.4;
    margin-bottom: 20px;
    margin-top: 0;
    color: var(--primary-black, #0B0506);
}
.proceed p {
    font-family: 'Poppins', sans-serif !important;
    font-size: 16px;
    font-weight: 400 !important;
    line-height: 1.6;
    margin-bottom: 20px;
    color: var(--primary-black, #0B0506);
}
.proceed h2 {
    font-family: 'Poppins', sans-serif !important;
    font-size: 24px;
    font-weight: 500 !important;
    line-height: 1.4;
    margin-top: 20px;
    margin-bottom: 0;
    color: var(--primary-black, #0B0506);
}
.proceed h2 strong {
    font-weight: 500 !important;
}
.proceed h2,
.Registerform h3,
.free_game h3,
.Game_made h3,
.registernew h3,
.download_detail h3 {
    font-family: 'Poppins', sans-serif !important;
}
/* Font-weights lichter maken (geen te zware bold) */
body, p, span, div, a, label, input, textarea, select {
    font-weight: 400 !important;
}
h1, h2, h3, h4, h5, h6,
body h1, body h2, body h3, body h4, body h5, body h6,
.proceed h2,
.Registerform h3,
.free_game h3,
.Game_made h3,
.registernew h3,
.download_detail h3 {
    font-weight: 500 !important;
}
.stable_detail span,
.game_person h5,
.second_div h5 {
    font-weight: 500 !important;
}
button, .register_btn button, .registernew-cta {
    font-weight: 500 !important;
}
/* Header:zelfde rode kleur en logo als top.blade.php (game); geen bottom border */
header, header.hrader {
    width: 100%;
    max-width: 100%;
    margin: 0 !important;
    margin-bottom: 0 !important;
    padding: 0 !important;
    background-color: #76091A;
    box-sizing: border-box;
    border: none !important;
    border-bottom: none !important;
    box-shadow: none !important;
    display: block;
    vertical-align: top;
    font-size: 0;
    line-height: 0;
    position: relative;
    z-index: 1000 !important;
}
.nav {
    padding: 10px 20px;
    box-sizing: border-box;
    border-bottom: none;
    margin: 0 !important;
    margin-bottom: 0 !important;
    font-size: 16px;
    line-height: normal;
    display: flex;
    align-items: center;
    justify-content: space-between;
    width: 100%;
    max-width: 1520px;
    margin-left: auto !important;
    margin-right: auto !important;
    min-height: 50px;
    position: relative;
}
.nav .nav-header {
    display: flex;
    align-items: center;
    flex-shrink: 0;
}
.nav .nav-title {
    font-size: 16px;
    line-height: normal;
    display: flex;
    align-items: center;
}
.nav .nav-title a {
    display: flex;
    align-items: center;
}
.nav .nav-title a img {
    max-height: 40px;
    height: auto;
    display: block;
}
.nav .nav-links,
.nav > .nav-links {
    font-size: 16px;
    line-height: normal;
    display: flex !important;
    align-items: center;
    gap: 0;
    margin-left: auto;
    flex-shrink: 0;
    float: none !important;
}
.nav .nav-links a {
    color: #fff;
    font-size: 14px !important;
    font-family: 'Poppins', sans-serif;
    line-height: 1.2;
    display: inline-block;
    padding: 10px 12px;
    text-decoration: none;
}
.nav .nav-links a:hover {
    color: rgba(255,255,255,0.9);
}
.nav .nav-btn label span {
    border-color: #fff;
}

/* Form: inputs binnen het groene vak, geen overflow */
.Registerform form {
    margin: 0;
    padding: 0;
    width: 100%;
    max-width: 100%;
    box-sizing: border-box;
}
.Registerform .input_detail {
    width: 100%;
    max-width: 100%;
    box-sizing: border-box;
}
.Registerform .input_detail .name {
    position: relative;
    width: 100%;
    max-width: 100%;
    box-sizing: border-box;
}
.Registerform .input_detail .name span {
    position: absolute;
    left: 16px;
    top: 50%;
    transform: translateY(-50%);
    line-height: 0;
    display: flex;
    align-items: center;
}
.Registerform .input_detail .name span svg {
    position: relative;
    top: 15px;
    left: 0;
}
.Registerform .input_detail input {
    box-sizing: border-box;
    min-width: 0;
    width: 100%;
    max-width: 100%;
    color: #fff;
}
.Registerform .input_detail input::placeholder {
    color: rgba(255,255,255,0.85);
}
.Registerform {
    box-sizing: border-box;
    max-width: 100%;
    overflow: visible;
}

/* Form: compacter – past op groot scherm zonder scrollen */
.Registerform {
    padding: 20px 24px;
    width: 480px;
    max-width: 100%;
}
.Registerform h3 {
    font-size: 28px;
    line-height: 1.2;
    margin-bottom: 2px;
}
.Registerform p {
    font-size: 15px;
    margin-bottom: 12px;
}
.Registerform .input_detail label {
    margin-bottom: 4px;
}
.Registerform .input_detail .name span {
    left: 12px;
}
.Registerform .input_detail input {
    height: 44px;
    padding-left: 42px;
    margin-bottom: 10px;
}
.Registerform .agreed {
    margin-bottom: 10px;
}
.Registerform .agreed input {
    height: 18px;
    width: 18px;
}
.Registerform .agreed span {
    font-size: 14px;
}
.Registerform .register_btn {
    margin-bottom: 12px;
}
.Registerform .register_btn button {
    height: 46px;
    font-size: 15px;
}
.Registerform .register_btn button:hover {
    background: #EBB73D;
    color: #FFF;
}
.Registerform .registernow p {
    margin: 8px 0 0;
    font-size: 14px;
}

/* Links in forms en tekst secties (niet navbar): hover rode kleur */
.Registerform a:not(.nav-links a):not(.nav a),
.proceed a:not(.nav-links a):not(.nav a),
.Game_made a:not(.nav-links a):not(.nav a),
.download_detail a:not(.nav-links a):not(.nav a),
.registernew a:not(.nav-links a):not(.nav a),
section:not(header) a:not(.nav-links a):not(.nav a),
div[style*="text-align:center"] a:not(.nav-links a):not(.nav a) {
    transition: color 0.3s ease;
}

.Registerform a:not(.nav-links a):not(.nav a):hover,
.proceed a:not(.nav-links a):not(.nav a):hover,
.Game_made a:not(.nav-links a):not(.nav a):hover,
.download_detail a:not(.nav-links a):not(.nav a):hover,
.registernew a:not(.nav-links a):not(.nav a):hover,
section:not(header) a:not(.nav-links a):not(.nav a):hover,
div[style*="text-align:center"] a:not(.nav-links a):not(.nav a):hover {
    color: #76091A !important;
}
.Registerform .col_full {
    margin-bottom: 10px !important;
}
.Registerform .input_detail .name {
    margin-bottom: 0;
}

/* Foutmeldingen correct positioneren - onder input velden, niet erin */
.Registerform .input_detail .name .help-block,
.Registerform .input_detail .help-block,
.input_detail .name .help-block,
.input_detail .help-block {
    position: relative !important;
    display: block !important;
    margin-top: 4px !important;
    margin-bottom: 0 !important;
    padding-left: 0 !important;
    padding-right: 0 !important;
    left: auto !important;
    top: auto !important;
    transform: none !important;
    color: #EBB73D !important;
    font-size: 13px !important;
    line-height: 1.4 !important;
    z-index: 1 !important;
    width: 100% !important;
    clear: both !important;
    float: none !important;
}

/* Zorg dat de .name container de foutmeldingen correct bevat */
.Registerform .input_detail .name {
    display: block !important;
    width: 100% !important;
    margin-bottom: 10px !important;
    position: relative !important;
}

/* Input velden: geen margin-bottom, foutmeldingen komen eronder */
.Registerform .input_detail .name input {
    margin-bottom: 0 !important;
    position: relative !important;
    z-index: 2 !important;
}

/* Zorg dat de SVG iconen niet overlappen met foutmeldingen */
.Registerform .input_detail .name > span:first-of-type {
    z-index: 3 !important;
}

/* Ruimte na foutmeldingen */
.Registerform .input_detail .name .help-block {
    margin-bottom: 0 !important;
}

/* Algemene foutmeldingen boven het formulier */
.Registerform .alert,
.Registerform .alert-danger,
.Registerform .alert-warning,
.Registerform .alert-info {
    position: relative !important;
    display: block !important;
    margin-bottom: 16px !important;
    padding: 12px !important;
    border-radius: 8px !important;
    background: rgba(255,255,255,0.2) !important;
    color: #fff !important;
    z-index: 10 !important;
    width: 100% !important;
    box-sizing: border-box !important;
}

@media (max-width: 1200px) {
    .Registerform {
        width: 480px !important;
        max-width: 90% !important;
    }
}

/* Hero: form links, tekst rechts (paard verwijderd); achtergrond; formulieren boven afbeeldingen */
section.hero_section .container {
    position: relative;
    z-index: 10;
}
section.hero_section:after {
    z-index: 1;
}
section.hero_section .row {
    flex-wrap: wrap;
    gap: 24px;
}
section.hero_section .Registerform.hero_registerform {
    flex-shrink: 0;
    position: relative;
    z-index: 10;
}
/* Hero direct tegen header (geen wit randje) - op alle schermen */
header ~ section.hero_section,
header.hrader ~ section.hero_section {
    margin-top: -3px !important;
}
section.hero_section {
    margin: 0 !important;
    margin-top: 0 !important;
    margin-bottom: 0 !important;
    padding: 0 !important;
    padding-top: 0 !important;
    border: none !important;
    border-top: none !important;
    outline: none !important;
    background-image: url(/theme2/assets/images/herobg.png);
    background-repeat: no-repeat;
    background-position: top center;
    background-size: cover;
    display: flex;
    align-items: center;
    height: 100vh;
    position: relative;
    vertical-align: top;
    line-height: normal;
    font-size: 16px;
}
section.hero_section:after {
    position: absolute;
    content: "";
    background-image: url(/theme2/assets/images/herosecbfafter.png);
    bottom: 0;
    left: 0;
    width: 100%;
    height: 567px;
    transform: translate(0%, 14%);
    background-size: cover;
    background-repeat: no-repeat;
    pointer-events: none;
}

/* Over ons: paard in het gras (new_horse iets omlaag) */
section.horse_detailnew .new_horse {
    align-self: flex-end;
    transform: translateY(40px);
}

/* CTA-link (zelfde stijl als .registernew button) */
.registernew-cta {
    color: #FFF !important;
    text-align: center;
    font-family: Poppins, sans-serif;
    font-size: 16px;
    font-weight: 500;
    line-height: normal;
    width: 496px;
    max-width: 100%;
    border-radius: 60px;
    background: #76091A;
    border: none;
    display: flex;
    justify-content: center;
    align-items: center;
    margin: 0 auto 80px;
    padding: 17px 31px;
    text-decoration: none;
    box-sizing: border-box;
}
.registernew-cta:hover {
    background: #EBB73D;
    color: #FFF !important;
}

/* Registernew container: gecentreerd en netjes uitgelijnd */
.registernew {
    text-align: center;
    max-width: 100%;
    margin: 0 auto;
}

/* ========== RESPONSIVE FIXES: Mobile menu, hero section, form layout ========== */

/* Navbar z-index: altijd boven hero section */
header, header.hrader {
    position: relative;
    z-index: 1000 !important;
}
.nav {
    position: relative;
    z-index: 1001 !important;
}

/* Mobile menu: links onder elkaar, niet naast elkaar */
@media (max-width: 600px) {
    .nav > .nav-links {
        position: absolute;
        display: block !important;
        width: 100%;
        background-color: #76091A;
        height: 0px;
        transition: all 0.3s ease-in;
        overflow-y: hidden;
        top: 60px !important;
        left: 0px;
        z-index: 1002 !important;
        flex-direction: column !important;
        align-items: stretch !important;
    }
    
    .nav > .nav-links > a {
        display: block !important;
        width: 100%;
        padding: 15px 20px !important;
        text-align: left !important;
        border-bottom: 1px solid rgba(255,255,255,0.1);
    }
    
    .nav > #nav-check:not(:checked) ~ .nav-links {
        height: 0px;
        overflow: hidden;
    }
    
    .nav > #nav-check:checked ~ .nav-links {
        height: auto;
        max-height: calc(100vh - 60px);
        overflow-y: auto;
    }
    
    /* Hero section: padding-top voor navbar ruimte */
    section.hero_section {
        padding-top: 60px !important;
        min-height: calc(100vh - 60px);
        height: auto !important;
    }
    
    /* Hero row: kolommen op mobiel */
    section.hero_section .row {
        flex-direction: column !important;
        align-items: stretch !important;
        gap: 20px !important;
    }
    
    /* Formulier: volledige breedte op mobiel */
    section.hero_section .Registerform.hero_registerform {
        width: 100% !important;
        max-width: 100% !important;
        margin: 0 auto;
    }
    
    /* Tekst naast login: verberg op mobiel of maak compacter */
    section.hero_section .new_procedd {
        width: 100% !important;
        order: 2;
    }
    
    section.hero_section .Registerform.hero_registerform {
        order: 1;
    }
    
    /* Proceed tekst: compacter op mobiel */
    .proceed h1 {
        font-size: 24px !important;
        margin-bottom: 12px !important;
    }
    
    .proceed p {
        font-size: 14px !important;
        line-height: 1.5 !important;
        margin-bottom: 12px !important;
    }
    
    .proceed h2 {
        font-size: 20px !important;
        margin-top: 12px !important;
    }
}

/* Tablet en kleinere desktop: hero section aanpassingen */
@media (max-width: 992px) {
    section.hero_section .row {
        flex-direction: column !important;
        align-items: center !important;
    }
    
    section.hero_section .Registerform.hero_registerform {
        width: 100% !important;
        max-width: 500px !important;
    }
    
    section.hero_section .new_procedd {
        width: 100% !important;
        max-width: 600px !important;
    }
}