.page-top {
    background-image: url("../../../global/2021/images/other/app-dl-page/desktop_bg.webp");
    background-position: bottom left;
    background-repeat: no-repeat;
    background-size: cover;
}

.left-top{
    margin: 0 auto;
    padding-top: 50px;
    padding-left: 50px;
}

.right-top{
    margin: 0 auto;
    padding-top: 50px;
    padding-right: 145px;
}

.logoHolder{
    max-width: 200px;
}

.offer__wrapper {
    padding: 40px 0px 35px 0px;
}

.offer__headline--1{
    color: #1f2947;
    font-size: 100px;
}

.offer__headline--2{
    color: #e10a0a;
    font-size: 100px;
}

.offer__wrapper p {
    padding: 18px 0px 0px 0px;
    font-size:25px;
    line-height: 1.2;
    color: #1f2947;
}

.appStoreBar{
    display: flex;
    flex:1;
    flex-direction: row;
    flex-basis: 200px;
}

.appleStore img{
    width: 143px;
    height: auto;
    padding-right: 10px;

}

.googleStore img{
    width: 143px;
    height: auto;
    padding-left: 10px;

}

.footer__wrapper{
    padding-top: 0px;
}

.desktop {
    display: block !important;
}

.mobile {
    display: none !important; 
}




@media screen and (max-width:1024px){
    .desktop {
        display: block !important;
    }

    .mobile {
        display: none !important; 
    }

    .page-top {
        display: flex;
        align-items: flex-start;
        justify-content: space-between;
        overflow: hidden;
    }

    .left-top{
        margin: 0 auto;
        padding-top: 50px;
        padding-left: 75px;
    }

    .right-top{
        margin: 0 auto;
        padding-top: 50px;
        padding-right: 0px;
        padding-left: 100px;
    }

    .heroImage{
        width: 400px;
    }

    .logoHolder{
        max-width: 175px;
    }

    .offer__wrapper {
        padding: 20px 0px 30px 0px;
    }

    .offer__headline--1{
        color: #1f2947;
        font-size: 80px;
    }

    .offer__headline--2{
        color: #e10a0a;
        font-size: 80px;
    }

    .offer__wrapper p {
        padding: 8px 0px 0px 0px;
        font-size:22px;
        line-height: 1.2;
        color: #1f2947;
    }

}



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

    .left-top{
        margin: 0 auto;
        padding-top: 50px;
        padding-left: 65px;
    }

    .right-top{
        margin: 0 auto;
        padding-top: 50px;
        padding-right: 0px;
        padding-left: 75px;
    }

    .heroImage{
        width: 300px;

    }

    .logoHolder{
        width: 125px;
    }

    .offer__headline--1{
        color: #1f2947;
        font-size: 65px;
    }

    .offer__headline--2{
        color: #e10a0a;
        font-size: 65px;
    }

    .offer__wrapper {
        padding: 15px 0px 0px 0px;
    }

    .offer__wrapper p {
        padding: 0px 0px 15px 0px;
        margin: 8px 0 0;
        font-size:18px;
        line-height: 1.2;
        color: #1f2947;
    }


    .appStoreBar{
        display: flex;
        flex:1;
        flex-direction: row;
    }

    .appleStore img{
        width: 111px;
        height: auto;
        padding-right: 5px;

    }

    .googleStore img{
        width: 111px;
        height: auto;
        padding-left: 5px;

    }


}




@media screen and (max-width:430px){
    .desktop {
        display: none !important;
    }

    .mobile {
        display: block !important; 
    }


    .page-top{
        background-image: url("../../../global/2021/images/other/app-dl-page/mobile_bg.webp");
        background-position: bottom left;
        background-repeat: no-repeat;
        background-size: cover;
        display: flex;
        width: 100%;
        flex-direction:column; 
    }

    .left-top{
        margin: 0 auto;
        padding-top: 25px;
        padding-left: 0px;
    }

   .right-top{
        margin: 0 auto;
        padding-top: 0px;
        padding-left: 0px;
    }

    .logoHolder2{
        width: 175px;
        height: auto;
        margin: 0 auto;
    }

    .logo2{
        width: 100%;
    }



    .offer__headline--1{
        color: #1f2947;
        font-size: 70px;
        padding-bottom: 10px;
    }

    .offer__headline--2{
        color: #e10a0a;
        font-size: 70px;
    }

    .offer__wrapper {
        padding: 20px 0px 0px 0px;
    }

    .offer_body{
        padding: 0px 15px 15px 15px;
        margin: 8px 0 0;
        font-size:25px;
        line-height: 1.2;
        color: #1f2947;
        text-align: center;
    }


    .heroImage{
        width: 100%;
        height: auto;
        margin: 0 auto;
    }

    .hero-image{
        position: relative;
    }


    .appStoreBar{
        display: flex;
        flex:1;
        flex-direction: column;
        justify-content: center;
        width: 100%;
        align-items: center;
        margin: 0 auto;
        padding-bottom: 20px;

    }


    .appleStore{
        position: relative;
        width: 130px;
        margin: 0 auto;
        padding-top: 10px;
    }

    .appleStore img{
        width: 100%;
        height: auto;
        padding:0px;

    }


    .googleStore{
        position: relative;
        width: 143px;
        margin: 0 auto;
        padding-top: 10px;
    }
    .googleStore img{
        width: 100%;
        height: auto;
        padding:0px;
    }

}



.sticky-bar {
  position: fixed;
  display: block;
  bottom: 0;
  left: 0;
  width: 100%;
  background-color: black;
  padding: 10px 0px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  justify-content: center;
  gap: 0px;
  z-index: 1000;
  margin: 0 auto;
}


.store-button {
  display: block;
  width: 120px;
  height: auto;
  padding: 10px 10px;

}

.store-button img {
  width: 100%;
  height: 100%;
  object-fit: contain;
  border-radius: 5px;
}


.sticky-bar a {
  transition: transform 0.3s ease;
}

.sticky-bar a:hover {
  transform: scale(1.05);
}



