@import url('https://fonts.googleapis.com/css2?family=Nunito+Sans:wght@400;700;800&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Noto+Sans:wght@400;700&display=swap');

/*body,
h1,
h2,
h3,
h4,
h5,
h6,
p {
    font-family: 'Nunito Sans', sans-serif;
    font-family: 'Noto Sans', sans-serif;
}*/

/*.container-main {
    max-width: 1320px;
    margin: auto;
}*/





/*body {
    overflow: hidden;
}*/

.bg-banner {
    background-image: url(../images/fifa-home-banner.jpg);
    /*width: auto;
    height: 1080px;*/
    background-position: inherit;
    background-size: cover;
    background-repeat: no-repeat;
     padding-bottom: 29%; 
    background-attachment: inherit;
    /*height: 100vh;*/
  /*width: 100vw;*/
  object-fit: cover;
  position: inherit;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  z-index: -1;
  display: block;
}

.graf-title {
    position: relative;
    top: 125px;
    bottom: 0;
    left: 0;
    right: 0;
}

.graf-title h2 {
    font-size: 30px;
    color: #b8013b;
}

.label-banner {
    /* margin-bottom: 30px; */
    padding-bottom: 40px;
}

.test-banner {
    background-image: url(../images/bg-stadium.jpg);
    /*width: auto;
    height: 1080px;*/
    background-position: center;
    background-size: cover;
    background-repeat: no-repeat;
     /*padding-bottom: 36%; */
    background-attachment: inherit;
    /*height: 100vh;*/
  /*width: 100vw;*/
  object-fit: cover;
  position: inherit;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  z-index: -1;
  display: block;
}

.bground-info  {
    position: absolute;
    top: 5%;
    left: 25%;
}

.bground-info h3 {
    font-size: 20px;
    color: #fff;
    font-family: avert-regular;
}

.bground-info h2 {
    font-size: 35px;
    color: #fff;
    font-family: avert-semibold;
}

.bground-info button {
    border: none;
    background-image: linear-gradient(to bottom, #fced00 , #feac00);
    border-radius: 5px;
    padding: 10px 30px;
    color: #86012b;
    margin: 25px 0 0px 0;
    font-family: avert-semibold;
    font-size: 20px;
}

.label-info button {
    border: none;
    background-image: linear-gradient(to bottom, #fced00 , #feac00);
    border-radius: 5px;
    padding: 10px 30px;
    color: #86012b;
    margin: 25px 0 0px 0;
    font-family: avert-semibold;
    font-size: 18px;
}

.piala-section {
    background-color: #eeeee4;
}

.label-grid {
    display: flex;
    /* margin: 0 25%; */
    text-align: left;
    padding: 0 35%;
    position: relative;
    top: 325px;
    bottom: 0;
    left: -300px;
    right: 0;
}

.label-info p {
    font-size: 16px;
}

.piala-info h2 {
    font-size: 30px;
    color: #b8013b;
    font-family: avert-semibold;
    margin: 0;
}

.piala-info p {
    font-size: 16px;
    color: #b8013b;
    font-family: avert-regular;
    text-align: left;
    margin: 0;
}

.piala-info {
    text-align: center;
    padding-top: 100px;
    padding-bottom: 100px;
}

.red-section {
    background-image: linear-gradient(to bottom, #88012c, #790127, #680325, #5c0321,#45041c)
}

.graf-section {
    text-align: center;
}

.graf-img img {
    width: 100%;
}

.content-grid {
    display: flex;
    flex-direction: row;
    align-items: center;
}

.right {
    flex-direction: row-reverse;
}

.content-info h3 {
    color: #fff;
    margin: 0 0 20px;
    font-size: 30px;
}

.content-info p {
    color: #fff;
    font-size: 16px;
    margin: 0 0 50px;
}

.content-info button {
    border: none;
    background-color: #ff8a00;
    border-radius: 5px;
    padding: 10px 30px;
    color: #fff;
    margin: auto;
    font-family: avert-semibold;
    font-size: 18px;
}

  .diamond-shape {
    background: #ff004c;
    height: 16px;
    text-align: center;
    transform: rotate(45deg);
    width: 16px;
    margin: 0 20px;
}

.square-shape-one {
    background: #0063e4;
    height: 20px;
    text-align: center;
    transform: rotate(0deg);
    width: 20px;
    margin: auto;
    vertical-align: -4px;
}

.graf-flex {
    display: flex;
    justify-content: space-evenly;
}

.graf-contain {
    position: relative;
    top: -165px;
    bottom: 0;
    left: 0;
    right: 0;
}

.square-shape-two {
    background: #ef4c23;
    height: 20px;
    text-align: center;
    transform: rotate(0deg);
    width: 20px;
    margin: auto;
    vertical-align: -4px;
}

.jumlah-total {
    margin-top: 30px;
}

.jumlah-total h4 {
    font-size: 16px;
    color: #b8013b;
    margin: 0;
    font-family: avert-regular;
}

.worldcup div {
    display: inline-flex;
}

.worldcup h4 {
    font-size: 16px;
    color: #b8013b;
    margin: 0 0 0 10px;
    font-family: avert-regular;
}

.spacer100 {
    margin-bottom: 100px;
}

.spacer10 {
    margin-bottom: 10px;
}

.spacer150 {
    margin-bottom: 150px;
}

.spacer30 {
    margin-bottom: 30px;
}

.graf-info {
    text-align: center;
}

.graf-info h3 {
    color: #fff;
    margin: 0;
    font-size: 30px;
}

.testi-info h3 {
    color: #fff;
    margin: 0;
    font-size: 30px;
    padding-top: 50px;
}

.graf-info p {
    color: #fff;
    margin: 0;
    font-size: 16px;
}

.diamond-grid {
    display: flex;
    align-items: center;
    margin: 0px 20%;
}

.marg-bottom {
    margin-bottom: 15px;
}

.testi-section {
    text-align: center;
    color: #fff;
}

.testi-grid {
    display: grid;
    grid-template-columns: 33.3% 33.3% 33.3%;
    /*grid-gap: 3%;*/
}

.hidden-diamond {
    background: #4f041d;
    content: "";
    height: 45px;
    text-align: center;
    transform: rotate(45deg);
    width: 45px;
    margin: auto;
    position: absolute;
    top: 22%;
    left: 0;
    right: 0;
    z-index: 2;
}

.img-info {
    position: relative;
    z-index: 3;
    top: 15px;
}

/*.hidden-diamond::after {
    background: red;
    content: "";
}*/

.box-info {
    background: #eeeee4;
    margin: 0 30px;
    position: relative;
    height: 50px;
    border-top-left-radius: 15px;
    border-top-right-radius: 15px;
}

.desc-info {
    background-color: #eeeee4;
    margin: 0 30px;
    border-bottom-left-radius: 15px;
    border-bottom-right-radius: 15px;
    padding: 0 35px;
    height: 350px;
}

.desc-info h4 {
    font-size: 20px;
    color: #b8013b;
}

.desc-info p {
    font-size: 16px;
    color: #b8013b;
}

.testi-desc {
    position: relative;
}

.desktop-only {
    display: block;
}

.mobile-only {
    display: none;
}
 



/*//endofcss*/



@media (min-width: 300px) and (max-width: 699px) {

    .desktop-only {
    display: none;
}

.mobile-only {
    display: block;
}

    .bg-banner {
    background-image: url(../images/home-banner.jpg);
     padding-bottom: 60%; 
    
}

.bground-info {
    position: absolute;
    top: 3%;
    left: 7%;
}

.bground-info h3 {
    font-size: 16px;
    margin: 0;
}

.bground-info h2 {
    font-size: 25px;
    margin: 5px 0 0 0;
}

#linebar {
    width: 100%;
}

.bground-info button {
    padding: 8px 20px;
    margin: 0px 0 0px 0;
    font-size: 16px;
}

.yearid {
    margin: 0 0 20px 0 !important;
}

.piala-info {
    padding-top: 40px;
    padding-bottom: 40px;
}

.piala-info p {
    text-align: center;
    
}

.content-grid,
.right {
    flex-direction: column-reverse;
    
}

.content-info img {
    width: 100%;
}

.mb-info {
    margin: 25px 0 0 !important;
    text-align: center;
}

.content-info p {
    text-align: center;
}

.content-info button {
    padding: 8px 20px;
    font-size: 16px;
    width: 100%;
    margin-bottom: 50px;
}

.daftar-deposit {
    width: auto;
    margin: auto;
    overflow: hidden;
    height: 560px;
    text-align: center;
    padding: 0;
    margin-bottom: 0;
}

.tab-content img {
    width: 100%;
}

.tab-content {
    height: 100%;
    float: left;
    padding: 0;
    width: auto;
    animation: anime 1s;
}

.tab-cont {
    width: auto;
    margin-right: 0;
    height: auto;
    display: flex;
    margin-bottom: 15px;
}

.but {
    border: none;
    border-radius: 6px;
    text-align: left;
}

.but h4 {
    font-size: 16px;
    color: #b8013b;
    margin: auto;
    font-family: avert-semibold;
}

.but p {
    font-size: 18px;
    color: #8697a2;
    margin: 0;
    font-family: avert-regular;
}

.tab-cont button {
    width: 100%;
    background-color: inherit;
    padding: 10px;
    font-size: 9px;
    font-weight: 400;
    margin: auto 10px;
    text-align: center;
    border-radius: 20px;
    border: 2px solid #b8013b;
}

.tab-cont .but.active {
    background-color: #b8013b;
}

.but.active h4, .but.active p {
    color: #fff;
}

.graf-section {
    text-align: center;
    background-color: #eeeee4;
}

.graf-title {
    position: inherit;
    padding: 30px 0;
}

.mobile-100 {
    margin-bottom: 100px;
}

.mobile-50 {
    margin-bottom: 50px;
}

.graf-title h2 {
    font-size: 25px;
    color: #b8013b;
}

.graf-contain {
    position: relative;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
}

.jumlah-total h4 {
    padding-bottom: 50px;
}

.graf-info h3 {
    margin-top: 70px;
    font-size: 25px;
}

.content-info h3,
.piala-info h2,
.testi-info h3 {
    font-size: 25px;
}

.graf-info p {
    font-size: 14px;
    text-align: left;
}

.diamond-grid {
    margin: 0px 7%;
    display: grid;
    align-items: center;
    grid-template-columns: 20% 80%;
    /*grid-gap: 10%;*/
    
}

.marg-bottom {
    margin-bottom: 15px !important;
}

.testi-grid {
    grid-template-columns: auto;
    grid-gap: 3%;
    
}

.desc-info,
.box-info {
    margin: auto;
   
}

.label-banner img {
    width: 100%;
}

.label-grid {
    display: flex;
    /* margin: 0 25%; */
    text-align: center;
    padding: 0 25px;
    position: relative;
    top: 200px;
    bottom: 0;
    left: 0;
    right: 0;
    flex-direction: column;
}

.label-info button {
    padding: 8px 20px;
    margin: 20px 0 0px 0;
    font-size: 16px;
    width: 100%;
}



 

    }

     @media (min-width: 700px) and (max-width: 1024px) {

        #ipadbar {
            width: 100%;
        }

        .content-grid,
        .right {
    flex-direction: column-reverse;
    
}

.label-banner img {
    width: 100%;
}

.bground-info {
    top: 2%;
    left: 7%;
}

.piala-info {
    text-align: center;
    padding-top: 40px;
    padding-bottom: 40px;
}

.bground-info button {
    margin: 15px 0 0px 0;
   
}

.content-info {
    margin: auto;
    text-align: center;
}

.content-info img {
    width: 70%;
    margin: auto;
}

.content-info button {
    margin-bottom: 50px;
    width: 100%;
}

.diamond-grid {
    display: flex;
    align-items: center;
    margin: 0px 5%;
}

.testi-grid {
    display: grid;
    grid-template-columns: auto;
     grid-gap: 3%; 
}

.label-grid {
    top: 235px;
    left: -195px;
    
}

.label-info button {
    margin: 0px;
    font-size: 16px;
}

.desc-info {
    height: 200px;
}

.hidden-diamond {
    top: 30%;
}

.graf-contain {
    top: -110px;
    
}

.marg-bottom {
    margin-bottom: 15px !important;
}

.label-info p {
    font-size: 14px;
}

        .testimonials-info img {
    width: 4%;
}

.testimonials-grid {
   
    grid-template-columns: auto;
    grid-gap: 0%;
    
}

        .header-btn button {
    font-size: 13px;
}

.img-logo img {
    width: 12%;
}

.blog h2,
.bonus-bar h2,
.indo-section h3{
    font-size: 30px;
}

.bonus-desc h3 {
    font-size: 16px;
}

.bonus-desc p {
    font-size: 12px;
}

.bonus-desc button {
    margin: 20px 0 0px 0;
    font-size: 14px;
}

.indo-section p {
    font-size: 14px;
}

.footer-grid {
    grid-template-columns: auto;
    text-align: center;
    grid-gap: 10%;
}

.hrCopy {
    margin: 150px 0 0 0;
}

.indo-section button {
    font-size: 14px;
}

.footer-info p {
    text-align: center;
    
}

.copyright-info p {
    text-align: center;
    margin-top: 1rem;
}

#info-para {
     margin-top: 0; 
}

.but h4 {
    font-size: 22px;
}

.but p {
    font-size: 12px;
}

.tab-content img {
    width: 100%;
}

.daftar-deposit {
    padding: 0;
    height: 500px;
   
}

.header-bg {
    height: 205px;
   
}

.bonus-bg {
    height: 550px;
    
}

      .testimonials-info {
    padding: 0 25px;
    height: 200px;
}

.blog .carousel-indicators {
    bottom: -20px;
}


     }

     @media (min-width: 1500px) and (max-width: 1599px) {

        .header-bg {
    height: 405px;
   
}


     }

     @media (min-width: 1400px) and (max-width: 1499px) {

        .header-bg {
    height: 380px;
   
}

.tab-content img {
    width: 100%;
}


     }




     @media (min-width: 1300px) and (max-width: 1399px) { 

        .header-bg {
    height: 360px;
    
}

.tab-content img {
    width: 100%;
}

      .testimonial-bg img {
    width: 100%;
}

.testimonials-info {
    padding: 0 25px;
    height: 400px;
}

     }


     @media (min-width: 1200px) and (max-width: 1299px) {

        .header-bg {
    height: 335px;
    
}

.tab-content img {
    width: 100%;
}


.testimonial-bg img {
    width: 100%;
}

.testimonials-info {
    padding: 0 25px;
    height: 400px;
}

     }






