
body {
    font-family: "Montserrat", sans-serif;
    background-color: #F5EFE9;
    color: #000000;
    font-weight: 400;
}
div{
    box-sizing: border-box;
}
.container{
max-width: 1320px;
}
 h1, h2, h3, h4, h5{
      font-family: "Playfair Display", serif;
 }
 img.banner-img {
    position: absolute;
    width: 100%;
    height: 100%;
    object-fit: cover;
    z-index: -1;
}
section.banner {
    position: relative;
    padding-bottom: 184px;
}
.header-part {
    display: flex;
    color: #fff;
    gap: 21px;
    justify-content: center;
    padding-top: 35px;
}
.logo {
    max-width: 200px;
    margin: 0 auto;
    margin-top: 40px;
}
h1 {
    color: #F7C700;
    font-size: 54px;
    line-height: 72px;
    text-align: center;
    max-width: 900px;
    margin: 0 auto;
    margin-bottom: 20px;
}
h2{
    font-size: 36px;
    color: #000;
    line-height: 48px;
    font-weight: 700;
}
.banner-content {
    margin-top: 50px;
}
.banner-content p {
    text-align: center;
    color: #fff;
    max-width: 900px;
    margin-left: auto;
    margin-right: auto;
}
.banner-content p.short-txt {
    color: #fff;
    font-size: 14px;
    font-weight: 700;
    text-align: center;
    margin-bottom: 5px;
}
.triple-btn {
    display: flex;
    align-items: center;
    gap: 20px;
    justify-content: center;
}
a.outline_btn {
    background: transparent;
    border: 2px solid #fff;
    color: #fff;
    text-decoration: none;
    width: 100%;
    max-width: 270px;
    text-align: center;
    height: 63px;
    display: flex;
    align-items: center;
    justify-content: center;
    font-weight: 700;
    border-radius: 50px;
}
a.outline_btn:hover{
    background: #fff;
       color: #000000;
       transition: .5s linear;
}
a.bg-white-btn {
    background: #fff;
    border: 2px solid #fff;
    color: #000000;
    text-decoration: none;
    width: 100%;
    max-width: 190px;
    text-align: center;
    height: 63px;
    display: flex;
    align-items: center;
    justify-content: center;
    font-weight: 700;
    border-radius: 50px;
}
a.bg-white-btn:hover{
     background: transparent;
    transition: .5s linear;
    color: #fff;
}
.triple-btn {
    display: flex;
    align-items: center;
    gap: 20px;
    justify-content: center;
    margin-top: 29px;
}
.dual-btn {
    display: flex;
    align-items: center;
    gap: 20px;
    justify-content: center;
    margin-top: 29px;
}
.dual-btn .outline_btn {
    border-color: #000;
    color: #000;
}.dual-btn .outline_btn:hover{
    background-color: #000;
    color: #fff;
}
.dual-btn .bg-white-btn{
    max-width: 270px;
}
.dual-btn .bg-white-btn:hover{
     border-color: #000;
    color: #000;
}
img.football-banner-img {
    position: absolute;
    right: 0;
    left: 0;
    bottom: -77px;
    margin: auto;
}
.football-boxes {
    flex: 0 0 31.33%;
    margin: 0 1%;
    background-image: linear-gradient(180deg, #FFFFFF 26%, #FEFEFE, #eae2da);
    position: relative;
    padding: 30px 50px;
    border-radius: 44px;
    box-shadow: 20px 0px 30px #00000016;
}
.foorball-boxes-row {
    margin-top: 120px;
    max-width: 1200px;
    margin-left: auto;
    margin-right: auto;
}
.football-boxes img {
    position: absolute;
    z-index: -1;
    top: -47px;
    left: 0;
    right: 0;
    margin: auto;
     transition: transform 0.3s ease;
}
.bg-img{
    background-image: url(http://lareeadda.com/wp-content/themes/astra-child/lp-fifa-style/bg-img.webp);
    background-repeat: no-repeat;
    background-size: cover;
    padding: 80px 0px;
    margin-top: 60px;
}
.food-box {
    flex: 0 0 31.33%;
    margin-left: 1%;
    margin-right: 1%;
    background: #ffffff63;
    padding: 0px;
    margin-top: 50px;
    border-radius: 24px;
}
.food-box-content {
    padding: 20px 30px;
}
.food-box-content strong {
    font-size: 20px;
}
.football-boxes strong {
    font-size: 20px;
}
.icon-sec {
    flex: 0 0 33.33%;
    margin: 0 auto;
    margin-top: 30px;
}
.icon-sec p {
    max-width: 216px;
    margin: 0 auto;
    margin-top: 20px;
}
.icons-row {
    max-width: 1000px;
    margin-left: auto;
    margin-right: auto;
}

/* hover par football bounce */
.football-boxes:hover img {
  animation: footballBounce 2s ease-in-out infinite;
}

@keyframes footballBounce {
  0% {
    transform:  translateY(0) rotate(0deg) scale(1);
  }

  25% {
    transform:  translateY(-35px) rotate(90deg) scale(1.04);
  }

  50% {
    transform:  translateY(0) rotate(180deg) scale(0.96);
  }

  75% {
    transform:  translateY(-18px) rotate(270deg) scale(1.02);
  }

  100% {
    transform:  translateY(0) rotate(360deg) scale(1);
  }
}
.football-goal-sec {
    background-image: linear-gradient(180deg, #FFFFFF 26%, #FEFEFE, #eae2da);
    padding: 30px 50px;
    border-radius: 44px;
    box-shadow: 20px 0px 30px #00000016;
    padding-top: 99px;
    position: relative;
}
.goal-sec {
    position: relative;
    padding-top: 271px;
    margin-top: 10px;
}
.goal-content {
    display: flex;
    justify-content: space-between;
    gap: 20px;
        margin-top: 20px;
}
.goal-content div {
    border-right: 1px solid #00000070;
    padding-right: 65px;
}
.goal-content div:last-child {
    border-right: 0px;
}
.goal-content div p {
    max-width: 211px;
    margin-right: auto;
    margin-left: auto;
}
.footer-ballimg {
    position: absolute;
    top: 125px;
    left: 0;
    right: 0;
    margin: auto;
    text-align: center;
    z-index: -1;
    max-width: 786px;
}
img.footbal-2-img {
    position: absolute;
    left: 0;
    right: 0;
    margin: auto;
    top: -50px;
     will-change: transform;
  animation: ballToGoal 4s ease-in-out infinite;
}
/* Party poppers */
.party-left,
.party-right {
  
  opacity: 0;
   
  will-change: transform, opacity;
}
img.party-left {
    position: absolute;
    top: -70px;
    left: 0;
    z-index: -1;
      transform-origin: bottom center;
  animation: popperLeftBurst 4s ease-in-out infinite;
}

img.party-right {
    position: absolute;
    top: -70px;
    right: 0;
    z-index: -1;
    transform-origin: bottom center;
  animation: popperRightBurst 4s ease-in-out infinite;
}

/* Ball animation */
@keyframes ballToGoal {
  0% {
    transform:  translateY(0) scale(1) rotate(0deg);
  }

  15% {
    transform:  translateY(0) scale(1) rotate(0deg);
  }

  30% {
    transform:  translateY(-35px) scale(0.96) rotate(90deg);
  }

  45% {
    transform:  translateY(-50px) scale(0.85) rotate(220deg);
  }

  55% {
    transform:  translateY(-50px) scale(0.85) rotate(260deg);
  }

  72% {
    transform:  translateY(0) scale(1) rotate(360deg);
  }

  100% {
    transform:  translateY(0) scale(1) rotate(360deg);
  }
}

/* Left popper up and down */
@keyframes popperLeftBurst {
  0%,
  38%,
  100% {
    opacity: 0;
    transform: translateY(50px) scale(0.4) rotate(-25deg);
  }

  45% {
    opacity: 1;
    transform: translateY(0px) scale(1) rotate(-8deg);
  }

  55% {
    opacity: 1;
    transform: translateY(-12px) scale(1.08) rotate(5deg);
  }

  70% {
    opacity: 0;
    transform: translateY(50px) scale(0.45) rotate(-18deg);
  }
}

/* Right popper up and down */
@keyframes popperRightBurst {
  0%,
  38%,
  100% {
    opacity: 0;
    transform: translateY(50px) scale(0.4) rotate(25deg);
  }

  45% {
    opacity: 1;
    transform: translateY(0px) scale(1) rotate(8deg);
  }

  55% {
    opacity: 1;
    transform: translateY(-12px) scale(1.08) rotate(-5deg);
  }

  70% {
    opacity: 0;
    transform: translateY(50px) scale(0.45) rotate(18deg);
  }
}


 .faq-part .accordion-item {
        margin-bottom: 0px;
      border: 0;
      background-color: transparent;
  }
  
  .faq-part .accordion-button:not(.collapsed) {
    background-color: unset !important;
    color: #3C4142;
    box-shadow: none;
  }
  
  .faq-part .accordion-body {
    padding: 0px;
    color: #3C4142;
     
  }
  .faq-part .accordion-body li::marker{
    color: #FF8A00;
}
.faq-part .accordion-body ul {
    padding-left: 18px;
}
  .faq-part h2{
   
  }
  .faq-part .accordion-body li{
   
    margin-top: 10px;
  }
  
  .faq-part .accordion-button:focus {
    border: 0px !important;
    box-shadow: unset;
  }
  
 .faq-part .accordion-button::after {
    width: 20px;
    background-image: unset;
    height: 20px;
    background-position: center;
    content: '+' !important;
    font-size: 28px;
    color: #000 !important;
       
}
  
  .faq-part .accordion-button:not(.collapsed)::after {
    content: '-' !important;
     width: 20px;
    background-image: unset;
    height: 20px;
    transform: unset;
     font-size: 34px;
  }
  
  .faq-part button.accordion-button {
    font-weight: 700;
     background-color: transparent;
        line-height: 24px;
      margin-bottom: 0px;
         padding-bottom: 0px;
         padding-left: 0px;
  }
  
  .faq-part .accordion-header {
   font-family: "Montserrat", sans-serif;
    font-size: 16px !important;
    margin-bottom: 20px !important;
  }
    .faq-part .accordion-header button {
       font-family: "Montserrat", sans-serif;
    font-size: 16px !important;
    }
.faq-part .accordion-item {
    padding-bottom: 20px;
    max-width: 958px;
    margin-left: auto;
    margin-right: auto;
    border-bottom: 1px solid #7070706c;
    margin-bottom: 20px;
    padding-left: 20px;
}
  .faq-part div#accordionExample {
   
    margin-top: 50px;
  }
  
  .faq-part .accordion-item.ml-auto {
    margin-left: auto;
  }
  .faq-part  .no-border{
    border-bottom: 0px !important;
  }
  .bg-darkgreen {
    background: #382D00;
    padding: 50px 0px;
    margin-top: 20px;
}
footer {
    background: #382d00;
    padding: 40px 0px;
    position: relative;
}
footer:before{
    content: '';
    position: absolute;
    background: #00000057;
    width: 100%;
    height: 100%;
    display: block;
    left: 0;
    top: 0;
}
footer .container {
    position: relative;
    z-index: 9;
}
.footer-txt a{
    text-decoration: none;
    color: #fff;
}
.footer-txt p{
    margin-bottom: 0;
}

/* Food card hover animation only */

.food-box,
.food-box img,
.food-box-content,
.food-box-content strong {
  transition: all 0.45s ease;
}

.food-box:hover {
  transform: translateY(-12px) scale(1.02);
}

 

.food-box:hover .food-box-content {
  transform: translateY(-8px);
}

.food-box:hover .food-box-content strong {
  transform: scale(1.08);
  letter-spacing: 1px;
}
.food-box {
  overflow: hidden;
}

@media (max-width: 1200.5px) {
    .br_hide{
        display: none;
    }
}
@media (max-width: 1024.5px) {
    .header-part {   
    gap: 13px;    
}
.football-boxes {  
    padding: 30px;    
}
.goal-content div {
    
    padding-right: 14px;
}
}
@media (max-width: 991.5px) {
h1 {
    
    font-size: 50px;
    line-height: 67px;
}
.football-boxes {
    flex: 0 0 48%;
    margin-bottom: 90px;
}
.football-boxes:last-child {
    
    margin-bottom: 0px;
}
.foorball-boxes-row {
    justify-content: center;
}
.bg-img{
    padding: 50px 0px;
}
.food-box{
      flex: 0 0 48%;
}
.bg-img .row {
    padding-left: 15px;
    padding-right: 15px;
}
.icon-sec {
    flex: 0 0 50%;
    margin: 0 auto;
    margin-top: 30px;
}
 .goal-content div:nth-child(2) {
    border-right: 0;
}
.goal-content {
    flex-wrap: wrap;
}
.goal-content div {
    flex: 0 0 48%;
}
.header-part p {
    flex: 0 0 49%;
}
.header-part {
    flex-wrap: wrap;
}
.header-part span {
    display: none;
}
.header-part p:nth-child(1) {
    border-right: 1px solid #fff;
}
.br-right{
     border-right: 1px solid #fff;
}
.header-part p {
        flex: 0 0 48%;
        text-align: center;
        margin-bottom: 5px;
    }
    h2 br{
        display: none;
    }
    section.goal-sec {
    overflow: hidden;
}
}
@media (max-width: 767.5px) {
.triple-btn {
    flex-direction: column;
}
a.bg-white-btn{
    max-width: 270px;
}
.football-boxes, .food-box{
    flex: 0 0 100%;
    margin-left: auto;
    margin-right: auto;
}
    .bg-img .row {
        padding-left: 15px;
        padding-right: 15px;
        max-width: 400px;
        margin-left: auto;
        margin-right: auto;
    }
    .foorball-boxes-row {
    max-width: 400px;
    padding-left: 15px;
    padding-right: 15px;
}
img.goal-img {
    width: 100%;
}
.goal-content div {
    flex: 0 0 100%;
    padding-right: 0px !important;
        text-align: center;
    border-right: 0px !important;
}
.goal-content div p {
    max-width: 294px;
    margin-right: auto;
    margin-left: auto;
    margin-bottom: 10px;
}
footer .col-md-4:nth-child(2) {
    order: 1;
}
footer .col-md-4:nth-child(3) {
    order: 2;
}
footer .col-md-4:nth-child(1) {
    order: 3;
}
footer  p{
    text-align: center !important;
}
.footer-txt {
    margin-top: 20px;
}
    .header-part {
        flex-wrap: wrap;
        align-items: center;
        font-size: 13px;
    }
}
@media (max-width: 575.5px) {
    h1 {
        font-size: 2.5rem;
        line-height: 3.5rem;
    }
      .header-part p {
        flex: 0 0 100%;
        border-right: 0px !important;
    }
        .header-part {
        flex-wrap: wrap;
        align-items: center;
        font-size: 12px;
        gap: 0px;
        padding-top: 20px;
    }
    .banner-content p {
    font-size: 1rem;
    line-height: 1.5rem;
}
h2 {
    font-size: 2rem;
    line-height: 3rem;
}
.dual-btn {
    flex-direction: column;
}
    .icon-sec {
        flex: 0 0 100%;
        margin: 0 auto;
        margin-top: 30px;
    }
    .goal-sec {
    position: relative;
    padding-top: 226px;
    margin-top: -42px;
}
img.party-right {
    max-width: 150px;
    top: -20px;
}

img.party-left {
    max-width: 150px;
    top: -20px;
}
img.footbal-2-img {
    max-width: 72px;
    width: 100%;
    top: -30px;
}
.football-goal-sec {
    
    padding-top: 69px;
    position: relative;
}
}