section#footer {
    overflow: hidden;
}
.app-2025 {
    font-family: 'Montserrat';
    font-weight: 600;
    min-width: 360px;

}
.app-2025 * {
    box-sizing: border-box;
    

}
.app-2025-desktop {
  display: block;
}
.app-2025-top-section {
background: 
 linear-gradient(to top, rgba(15, 26, 60, 0.8) 0%, rgba(30, 53, 121, 0) 50%),
  url(../images/app-2025/app-2025-bg-line.svg) center -180px no-repeat,
  #1E3579;
  color: #FFFFFF;
  padding-top: 50px;
  padding-bottom: 20px;
  overflow: hidden;
}

.app-2025-container {
  max-width: 1200px;
  
  margin: 0 auto;
  padding: 0px 20px 0px 20px;

 
}
.app-2025-top-row {
    display: flex;
}
.app-2025-top-txt {
    padding-left: 40px;
}
.app-2025-top-txt-title {

    font-family: 'Pacifico';
    font-style: normal;
    font-weight: 400;
    font-size: 42px;
    line-height: 54px;
    color: #FFD500;
    padding-bottom: 31px;
    padding-top: 20px;
}
.app-2025-top-txt-title sup {
    font-size: 25px;
}
.app-2025-top-txt-txt {
    font-family: 'Montserrat';
    font-size: 16px;
    line-height: 21px;
    color: #FFFFFF;
    padding-bottom: 28px;
    max-width: 540px;
}
.app-2025-top-txt-row {
    display: flex;
    align-items: center;
    padding-bottom: 20px;
}
.app-2025-top-txt-col-1-mobile {
    display: none;
    
}
.app-2025-top-txt-btn-mobile {display: none;}
.app-2025-top-txt-btn a {
    display: block;
    margin-right: 16px;
    padding-bottom: 12px;  
}
.app-2025-top-txt-btn a:last-child {
    
    padding-bottom: 0px;  
}
.app-2025-top-txt-qr {
    background: #FFFFFF;
    border-radius: 20px;
    padding: 12px 20px;
    display: flex;
    align-items: center;
    width: 315px;
}

.app-2025-top-txt-qr-txt {
    font-family: 'antoniobold';
    font-style: normal;
    font-weight: 700;
    font-size: 18px;
    line-height: 23px;
    color: #E30613;
    padding-left: 27px;
    text-transform: uppercase;
}
.app-2025-top-txt-img {
    position: absolute;
    margin-top: -110px;
    margin-left: -20px;   
}
.app-2025-top-txt-col-1 {
    display: flex;

}
.app-2025-top-txt-2 {
    width: 480px;
    font-family: 'Montserrat';
    font-style: italic;
    font-weight: 400;
    font-size: 12px;
    line-height: 15px;
    color: #FFFFFF;

}

.app-2025-loyality-section {
    background: #fff;
    padding: 117px 0;
}
.app-2025-loyality-title {
    font-family: 'Pacifico';
    font-style: normal;
    font-weight: 400;
    font-size: 42px;
    line-height: 54px;
    color: #1E3579;
    text-align: center;
    padding-bottom: 50px;
}
.app-2025-loyality-row {
    display: flex;
    justify-content: space-between;
    align-items: top;
}
.app-2025-loyality-box {
    width:228px;
    text-align: center;
}
.app-2025-loyality-box-img {
    height: 130px;
    display: flex;
    justify-content: center;
    align-items: center;
}

.app-2025-loyality-box-title {

    font-family: 'antoniobold';
    font-weight: 700;
    font-size: 18px;
    line-height: 23px;
    color: #1E3579;
    text-transform: uppercase;
    padding-bottom: 28px;
}
.app-2025-loyality-box-txt {
    font-family: 'Montserrat';
    font-style: normal;
    font-weight: 600;
    font-size: 14px;
    line-height: 21px;
    color: #1E3579;
}
.app-2025-reg-section {
    background: url(../images/app-2025/app-2025-bg-line.svg) center -1280px no-repeat, url(../images/app-2025/app-2025-gyik-bg.png) center top;
    padding: 32px 0 50px 0;
}
.app-2025-reg-row {
    flex-direction: row-reverse;
    display: flex;
    justify-content: center;
    align-items: center;
}
.app-2025-reg-img {
    position: relative;
}
.app-2025-reg-img::before {
        content:'';
        position: absolute;
        width: 68px;
        height: 65px;
        background: url(../images/app-2025/app-2025-img-pari.svg) no-repeat;
        background-size: 68px auto;
        top:-25px;
        left: -25px;
        transform: rotate(20deg);
    }
.app-2025-reg-txt {
    position: relative;
    margin-right: 190px;
}
.app-2025-reg-txt-title {
    font-family: 'Pacifico';
    font-style: normal;
    font-weight: 400;
    font-size: 42px;
    line-height: 74px;
    color: #1E3579;
    padding-bottom: 20px;
    padding-top: 40px;
}

.app-2025-reg-txt-txt {

    font-family: 'Montserrat';
    font-style: normal;
    font-weight: 600;
    font-size: 14px;
    line-height: 21px;
    color: #1E3579;
    padding-bottom: 60px;
    

}
.app-2025-reg-txt-btn-mobile {display: none;}
.app-2025-reg-txt-btn a {
    margin-right: 15px;
    /*display: inline-block;
    font-family: 'antoniobold';
    font-style: normal;
    font-weight: 700;
    font-size: 17px;
    line-height: 22px;
    letter-spacing: 0.05em;
    text-transform: uppercase;
    color: #FFFFFF;

    background: #1E3579;
    border-radius: 30px;
    padding: 8px 30px;
    text-decoration: none;*/
}
.app-2025-reg-txt-img {
    position: absolute;
    bottom: -30px;
    right: -160px;  
}

.app-2025-pari-section {
  background: #fff;
  padding-top: 120px;
  padding-bottom: 120px;
  text-align: center;
}
.app-2025-pari-title {
    font-family: 'Pacifico';
    font-style: normal;
    font-weight: 400;
    font-size: 42px;
    line-height: 74px;
    color: #1E3579;
    padding-bottom: 40px;
    

}
.app-2025-pari-txt {
    font-family: 'Montserrat';
    font-style: normal;
    font-weight: 600;
    font-size: 16px;
    line-height: 21px;
    color: #1E3579;
    padding-bottom: 100px;
}
.app-2025-pari-row {
    display: flex;
    justify-content: space-between;
    align-items: center;
}
.app-2025-pari-row img{
    width: 202px;
    height: auto;
    border-radius: 12px;
}
.app-2025-invite-section {
    background: linear-gradient(to top, rgba(15, 26, 60, 0.8) 0%, rgba(30, 53, 121, 0) 50%),
    url(../images/app-2025/app-2025-bg-line.svg) center -2475px no-repeat,
    #1E3579;
     
    padding: 65px 0 50px 0;
    overflow: hidden;
}
.app-2025-invite-row {
    
    display: flex;
    flex-direction: row;
    justify-content: center;
    align-items: center;
}
.app-2025-invite-img {
    position: relative;
}
.app-2025-invite-img::before {
    content:'';
    position: absolute;
    width: 68px;
    height: 65px;
    background: url(../images/app-2025/app-2025-img-pari.svg) no-repeat;
    background-size: 68px auto;
    top:-25px;
    left: -25px;
    transform: rotate(-25deg);

    }
.app-2025-invite-txt {
    position: relative;
    margin-right: 200px;
    margin-left: 98px;
    width: 260px;
}
.app-2025-invite-txt-title {
    font-family: 'Pacifico';
    font-style: normal;
    font-weight: 400;
    font-size: 42px;
    line-height: 54px;
    color: #FFD500;
    padding-bottom: 20px;
    padding-top: 40px;

}

.app-2025-invite-txt-txt {

    font-family: 'Montserrat';
    font-style: normal;
    font-weight: 600;
    font-size: 14px;
    line-height: 21px;
    color: #fff;
    padding-bottom: 60px;
    

}
.app-2025-invite-txt-btn {
      margin-right: -90px;
    }
.app-2025-invite-txt-btn-mobile {display: none;}
.app-2025-invite-txt-btn a {
    margin-right: 15px;
}
.app-2025-invite-txt-img {
    position: absolute;
    bottom: 50px;
    right: -250px;  
}


.app-2025-explore-section {
    background: #fff;
    padding: 117px 0;
}
.app-2025-explore-title {
    font-family: 'Pacifico';
    font-style: normal;
    font-weight: 400;
    font-size: 42px;
    line-height: 54px;
    color: #1E3579;
    text-align: center;
    padding-bottom: 50px;
}
.app-2025-explore-row {
    position: relative;
}

.app-2025-explore-row:after {
    content: '';
    display: block;
    position: absolute;
    width: 100px;
    height: 100%;
    right: -10px;
    top: 0px;

    background: linear-gradient(90deg, #FFFFFF 0%, rgba(255, 255, 255, 0.5) 62.28%, rgba(255, 255, 255, 0) 77.91%);
    transform: matrix(-1, 0, 0, 1, 0, 0);
}
.app-2025-explore-row:before {
    content: '';
    display: block;
    position: absolute;
    width: 100px;
    height: 100%;
    left: -10px;
    top: 0px;

    background: linear-gradient(90deg, #FFFFFF 0%, rgba(255, 255, 255, 0.5) 62.28%, rgba(255, 255, 255, 0) 77.91%);
    z-index: 2;
}
.app-2025-explore-box {
    width:228px;
    margin: 0 30px;
    text-align: center;
}
.app-2025-explore-box-img {
    
    display: flex;
    justify-content: center;
    align-items: center;
    padding-bottom: 30px;
}
.app-2025-explore-box-img img{
    width: 168px;
    height: auto;
    border-radius: 12px;
}

.app-2025-explore-box-title {

    font-family: 'antoniobold';
    font-weight: 700;
    font-size: 18px;
    line-height: 23px;
    color: #1E3579;
    text-transform: uppercase;
    padding-bottom: 28px;
}
.app-2025-explore-box-txt {
    font-family: 'Montserrat';
    font-style: normal;
    font-weight: 600;
    font-size: 14px;
    line-height: 21px;
    color: #1E3579;
}
.slick-prev  {
    font-size: 0;
    line-height: 0;
    position: absolute;
    top: 140px;
    left: -40px;
    z-index: 2;
    background: #E30613;
    width: 60px;
    height: 60px;
    border-radius: 30px;
    border: none;
    appearance: none;
    cursor: pointer;
}
.slick-prev::after  {
    content: '';
    display: block;
    width: 18px;
    height: 18px;
    transform: rotate(45deg);
    border-left: solid 4px #fff;
    border-bottom: solid 4px #fff;
    position: absolute;
    left: 22px;
    top: 20px;
    border-radius: 2px;  
}

.slick-next  {
    font-size: 0;
    line-height: 0;
    position: absolute;
    top: 140px;
    right: -40px;
    z-index: 2;
    background: #E30613;
    width: 60px;
    height: 60px;
    border-radius: 30px;
    border: none;
    appearance: none;
    cursor: pointer;
}
.slick-next::after  {
    content: '';
    display: block;
    width: 18px;
    height: 18px;
    transform: rotate(45deg);
    border-right: solid 4px #fff;
    border-top: solid 4px #fff;
    position: absolute;
    right: 22px;
    top: 20px;
    border-radius: 2px;  
}

.app-2025-gyik-section {
    background: url(../images/app-2025/app-2025-gyik-bg.png) center top;
    padding: 32px 0 50px 0;
}
.app-2025-gyik-title {
    font-family: 'Pacifico';
    font-style: normal;
    font-weight: 400;
    font-size: 42px;
    line-height: 74px;
    color: #1E3579;
    padding-bottom: 20px;
    padding-top: 40px;
    text-align: center;
}
.app-2025-gyik-section .accordion-group {
    border: none;
}
.app-2025-gyik-section .accordion-toggle {
    font-size: 18px;
    padding: 18px 0px;
    font-family: 'antoniobold';
    color: #1E3579;
    text-decoration: none;
    position: relative;
    border-top: solid 1px #1E3579;

}
.app-2025-gyik-section .accordion-group:first-child .accordion-toggle:first-child {
    
    border-top: none;

}

.app-2025-gyik-section .accordion-toggle::after {
    content:'';
      

    position: absolute;
    top: 15px;
    right: 0px;

    display: block;
    background: #1E3579 url(../images/app-2025/app-2025-gyik--.svg) no-repeat center center;
    background-size: 16px auto;
    border-radius: 15px;


    width: 30px;
    height: 30px;
    
}
.app-2025-gyik-section .accordion-toggle.collapsed::after {
    background: #1E3579 url(../images/app-2025/app-2025-gyik-+.svg) no-repeat center center;
    background-size: 16px auto;
}

.app-2025-gyik-section .accordion-inner {
    border: none;
    padding: 20px 0px 25px 0px;


    font-family: 'Montserrat';
    font-style: normal;
    font-weight: 600;
    font-size: 14px;
    line-height: 21px;
    color: #1E3579;
}
.app-2025-jogi {

    font-family: 'Montserrat';
    font-style: italic;
    font-weight: 400;
    font-size: 12px;
    line-height: 15px;
    text-align: center;
    color: #1E3579;
    padding: 50px 0 0 0;
    max-width: 600px;
    margin: 0 auto;
}


@media all and (max-width: 1280px) {
    .app-2025-explore-section .app-2025-container {
        padding:0 50px;
    }
    .app-2025-top-txt-img {
        margin-left: -40px;
        width: 225px;
        overflow: hidden;
    }

    .app-2025-top-txt {
    padding-left: 10px;
}
}


@media all and (max-width: 1140px) {
    .app-2025-top-section {
      
        padding-bottom: 0px;
    }

    .app-2025-top-row {
        flex-direction: column;
        align-items: center;
    }
    .app-2025-top-txt-title {
        text-align: center;
    }
    .app-2025-top-txt {
        text-align: center;
        padding: 0;
    }
    .app-2025-top-txt-txt {
        max-width: unset;
        text-align: center;
        
    }
    .app-2025-top-txt-row {
        flex-direction: row-reverse;
        justify-content: center;
    }
    .app-2025-top-txt-img {
        position: relative;
        margin-top: 0px;
        margin-left: 0px;
    }
    .app-2025-top-txt-img img {
        width: 240px;
        height: auto;
        margin: 0 0px -30px -40px;
        
    }
    .app-2025-top-txt-col-1 {
        display: flex;
        flex-direction: row-reverse;
    }
    .app-2025-top-txt-btn {
        margin-left: 24px;
        text-align: left;
    }
    .app-2025-top-txt-btn a { 
        display: block;
    }
    .app-2025-top-txt-btn a:last-child { 
        padding-bottom: 0px;
    }
    .app-2025-top-txt-2 {
        margin: -60px 0 50px 220px;
        text-align: left;
    }


    .app-2025-loyality-section {
        padding: 83px 0;
    }
    .app-2025-loyality-row {
        flex-wrap: wrap;
    }

    .app-2025-loyality-box {
        width: 50%;
        padding: 0 20px;
    }
    .app-2025-reg-section {
    background: url(../images/app-2025/app-2025-bg-line.svg) center -980px no-repeat, url(../images/app-2025/app-2025-gyik-bg.png) center top;
    
    }
    .app-2025-reg-row {
        flex-direction: column;
        align-items: center;
    }
        .app-2025-reg-img::before {
        top:20px
    }
    
    .app-2025-pari-section {
        padding-top: 80px;
        padding-bottom: 80px;
    }
    .app-2025-pari-txt {
        padding-bottom: 70px;
    }
    .app-2025-pari-row {
        flex-wrap: wrap;
        justify-content: center;
        gap: 50px;
        max-width: 900px;
        margin: 0 auto;
    }
    

    .app-2025-invite-section {
      
        background: linear-gradient(to top, rgba(15, 26, 60, 0.8) 0%, rgba(30, 53, 121, 0) 50%), url(../images/app-2025/app-2025-bg-line.svg) center -2475px no-repeat, #1E3579;
    
    
        overflow: hidden;
    }
    .app-2025-invite-row {
        flex-direction: column;
        align-items: center;
    }
    .app-2025-invite-txt {
        width: 400px;
    }
    .app-2025-invite-txt-img {
        bottom:0px;
    }
    
    .app-2025-invite-img::before {
        top:20px
    }

    .app-2025-explore-row {
        display: flex;
        flex-wrap: wrap;
        justify-content: center;
    }
    .app-2025-explore-row:before, .app-2025-explore-row:after {
        display: none;
    }
    .app-2025-explore-box {
        padding-bottom: 70px;
    }

    .app-2025-explore-section {
        padding: 83px 0;
    }
}

@media all and (max-width: 789px) {

    .app-2025-container {
        padding: 0px 15px 0px 15px;
 
    }
     .app-2025-top-txt-title {
        font-size: 38px;
        line-height: 46px;
    }

    .app-2025-top-img {
        width: 70%;
    }
    .app-2025-top-img img {
        width: 100%;
        height: auto;
    }
      

    .app-2025-top-txt-row {
        flex-direction: column;
    }
    .app-2025-top-txt-col-1 {
        display: none;
    }
    .app-2025-top-txt-col-1-mobile {display: block; text-align: center;}
    .app-2025-top-txt-col-1-mobile a {
        display: block;
        font-family: 'antoniobold';
        font-style: normal;
        font-weight: 700;
        font-size: 17px;
        line-height: 22px;
        letter-spacing: 0.05em;
        text-transform: uppercase;
        color: #1E3579;

        background: #fff;
        border-radius: 30px;
        padding: 16px 30px;
        text-decoration: none;
        
        margin: 0 auto;
        width: 300px;
        text-align: center;
    }
    .app-2025-top-txt-col-1-mobile a:last-child {
        padding-bottom: 16px;
    }
    .app-2025-top-txt-img {
        margin-bottom: 0;
        display: none;
    }
    .app-2025-top-txt-img img {
        width: 200px;
        height: auto;
        margin: 20px auto 0 auto;
    }
    .app-2025-top-txt-2 {
        width: 100%;
        margin: 0px 0 20px 0px;
        text-align: center;
    }

    .app-2025-loyality-section {
        padding: 75px 0 0 0;
    }
    .app-2025-loyality-title {
        font-size: 38px;
        line-height: 46px;
    }
    .app-2025-loyality-box {
        width: 100%;
        display: flex;
        flex-wrap: wrap;
        justify-content: flex-start;
        padding-bottom: 70px;
    }
    .app-2025-loyality-box-img {
        flex-basis: 90px;
        min-width: 90px;
        order:2;
        height: auto;

    }
    .app-2025-loyality-box-img img {
        width: 74px;
        margin-right: 15px;
    }
     .app-2025-loyality-box-title {
        
        flex-basis: 100%;
        min-width: 100%;
        order: 1;
        text-align: left;
        padding-left: 90px;
        font-size: 24px;
     }
     .app-2025-loyality-box-txt {
        flex-basis: calc(100% - 90px);
        min-width: calc(100% - 90px);
        order: 3;
        text-align: left;
    }
    
    .app-2025-reg-txt {
        margin-right: 0px;
        text-align: center;
        
    }
    .app-2025-reg-txt-title {
        font-size: 38px;
        line-height: 46px;
    }
    .app-2025-reg-img {
        position: relative;
    }
    .app-2025-reg-img img {
        width: 100%;
        height: auto;   
    }

    .app-2025-reg-img::before {
        top:auto;
        bottom: -25px;
        left: 20px;
    }
    
    .app-2025-reg-txt-txt {
        padding-bottom: 34px;

    }
    .app-2025-reg-txt-img {
        position: static;
        padding-bottom: 30px;
    }
    .app-2025-reg-txt-img img{
        width: 188px;
        height: auto;
    }
    .app-2025-reg-txt-btn {display: none;}
    .app-2025-reg-txt-btn-mobile {display: block;}
    .app-2025-reg-txt-btn-mobile a {
        display: inline-block;
        font-family: 'antoniobold';
        font-style: normal;
        font-weight: 700;
        font-size: 17px;
        line-height: 22px;
        letter-spacing: 0.05em;
        text-transform: uppercase;
        color: #FFFFFF;

        background: #1E3579;
        border-radius: 30px;
        padding: 16px 30px;
        text-decoration: none;
        margin: 0 auto;
        width: 300px;
        text-align: center;
    }



    .app-2025-pari-title {
        font-size: 38px;
        line-height: 46px;
    }
    .app-2025-pari-row {
        max-width: 500px;
        gap: 20px;
    }
    .app-2025-pari-row img{
        width: 168px;
        height: auto;
    }

    .app-2025-pari-row img:nth-child(3) {
        margin: 0 150px;

    }
    .app-2025-pari-txt {
        padding-bottom: 38px;
    }
    .app-2025-invite-img img {
        width: 100%;
        height: auto;
    }
     .app-2025-invite-txt {
        margin: 0px;
        text-align: center;
    }
    .app-2025-invite-txt-title {
        font-size: 38px;
        line-height: 46px;
    }
    .app-2025-invite-txt-txt {
        padding-bottom: 34px;

    }
    .app-2025-invite-txt-img {
        position: static;
        padding-bottom: 30px;
    }
    .app-2025-invite-txt-img img{
        width: 188px;
        height: auto;
    }
    .app-2025-invite-img::before {
       top:-20px;
       left: 20px;
    }
    .app-2025-invite-txt-btn {
      margin-right: -90px;
    }
    .app-2025-invite-txt-btn {display: none;}
    .app-2025-invite-txt-btn-mobile {display: block;}
    .app-2025-invite-txt-btn-mobile a {
        display: inline-block;
        font-family: 'antoniobold';
        font-style: normal;
        font-weight: 700;
        font-size: 17px;
        line-height: 22px;
        letter-spacing: 0.05em;
        text-transform: uppercase;
        color: #1E3579;

        background: #fff;
        border-radius: 30px;
        padding: 16px 30px;
        text-decoration: none;
        
        margin: 0 auto;
        width: 300px;
        text-align: center;
    }
    .app-2025-explore-section {
        padding: 75px 0 0 0;
    }

    .app-2025-explore-title {
        font-size: 38px;
        line-height: 46px;
    }

    .app-2025-jogi {       
        padding: 30px 0 0 0;
    }

}
@media all and (max-width: 420px) {
    .app-2025-pari-row img {
        width: 150px;
        height: auto;
    }
}
