@import url('https://fonts.googleapis.com/css2?family=Roboto:wght@100;300;400;500;700&display=swap');
.landing-page-wrapper{
    max-width: 1920px;
    margin: 0 auto;
    padding: 45px 0 0 0;
    height: 100vh;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    background-color: #E7EAF5;
}
.lp-prices2{
    display: none;
}
.lp-container{
    display: flex;
    flex-direction: row; 
    padding: 0 140px 0 70px;   
    margin: 0 auto;
}
.lp-watch{
    align-self: flex-end;
    margin-right: 20px;
}
.lp-content-information p{
    font-family: Roboto;
    font-size: 35px;
    margin-bottom: 60px;
}
#lp-title-one{
    font-family: Roboto;
    font-size: 59px;
    margin-bottom: 0;
}
.lp-prices{
    display: flex;
    flex-direction: row;
}
.left-prices{
    margin-right: 25px;
}
.left-prices p{
    font-size: 29px;
    margin: 0;
}
.right-prices p{
    font-size: 29px;
    margin: 0;
}
.old-price{
    text-decoration: line-through;
    text-decoration-color: red;
}
.new-price b{
    font-size: 41px;
}
#lp-heading{
    font-size: 68px;
}
.lp-phones-image{
    align-self: flex-end;
}
.lp-phones-image img{
    width: 100%;
}
.lp-watch img{
    width: 100%;
}
.lp-content-information{
    max-width: 630px;
    padding: 0 0 80px;
}
@media only screen and (max-width: 1800px){
    .lp-content-information p{
        font-size: 32px;
        margin-bottom: 50px;
    }
    #lp-title-one{
        font-size: 54px;
    }
    #lp-heading{
        font-size: 63px;
    }
    .new-price b{
        font-size: 38px;
    }
    .left-prices p{
        font-size: 29px;
        margin: 0;
    }
    .right-prices p{
        font-size: 29px;
        margin: 0;
    }
}
@media only screen and (max-width: 1700px){
    .lp-content-information p{
        font-size: 29px;
        margin-bottom: 40px;
    }
    #lp-title-one{
        font-size: 49px;
    }
    #lp-heading{
        font-size: 58px;
    }
    .new-price b{
        font-size: 36px;
    }
    .left-prices p{
        font-size: 29px;
        margin: 0;
    }
    .right-prices p{
        font-size: 29px;
        margin: 0;
    }
}
@media only screen and (max-width: 1600px){
    .lp-content-information p{
        font-size: 26px;
        margin-bottom: 30px;
    }
    #lp-title-one{
        font-size: 44px;
    }
    #lp-heading{
        font-size: 53px;
    }
    .new-price b{
        font-size: 33px;
    }
    .left-prices p{
        font-size: 27px;
        margin: 0;
    }
    .right-prices p{
        font-size: 27px;
        margin: 0;
    }
}
@media only screen and (max-width: 1495px){
    .lp-content-information p{
        font-size: 25px;
        margin-bottom: 20px;
    }
    #lp-title-one{
        font-size: 39px;
    }
    #lp-heading{
        font-size: 48px;
    }
    .new-price b{
        font-size: 31px;
    }
    .left-prices p{
        font-size: 25px;
        margin: 0;
    }
    .right-prices p{
        font-size: 25px;
        margin: 0;
    }
}
@media only screen and (max-width: 1280px){
    .lp-content-information p{
        font-size: 25px;
        margin-bottom: 20px;
    }
    #lp-title-one{
        font-size: 34px;
    }
    #lp-heading{
        font-size: 43px;
    }
    .new-price b{
        font-size: 29px;
    }
    .left-prices p{
        font-size: 23px;
        margin: 0;
    }
    .right-prices p{
        font-size: 23px;
        margin: 0;
    }
}
@media only screen and (max-width: 1210px){
    .lp-content-information p{
        font-size: 24px;
        margin-bottom: 20px;
    }
    #lp-title-one{
        font-size: 30px;
    }
    #lp-heading{
        font-size: 39px;
    }
    .new-price b{
        font-size: 26px;
    }
    .left-prices p{
        font-size: 22px;
        margin: 0;
    }
    .right-prices p{
        font-size: 22px;
        margin: 0;
    }
}
@media only screen and (max-width: 1175px){
    .lp-content-information p{
        font-size: 25px;
        margin-bottom: 20px;
    }
    #lp-heading{
        font-size: 34px;
    }
    .new-price b{
        font-size: 24px;
    }
    .left-prices p{
        font-size: 20px;
        margin: 0;
    }
    .right-prices p{
        font-size: 20px;
        margin: 0;
    }
}
@media only screen and (max-width: 1090px){
    .landing-page-wrapper{
        height: auto;
        padding: 45px 45px 0 45px;
    }
    #lp-title-one{
        
        margin-bottom: 10px;
    }
    .lp-container{
        flex-direction: column;
        justify-content: center;
        padding: 20px 0 0;
        text-align: center;
    }
    .lp-watch{
        align-self: center;
        margin: 0;
        /* order: 3; */
        display: flex;
        flex-direction: row;
        align-items: center;
        justify-content: space-between;
    }
    .lp-watch img{
        width: 40%;
    }
    .lp-phones-image img{
        width: 70%;
        /* margin-bottom: 20px; */
    }
    .lp-prices{
        justify-content: center;
    }
    .lp-content-information{
        margin-bottom: 20px;
        max-width: none;
        padding: 0;
    }
    .lp-prices{
        display: none;
    }
    .lp-prices2{
        display: flex;
        flex-direction: row;
        justify-content: space-around;
        font-family: Roboto;
        text-align: left;
    }
    .logo-image img{
        margin: 0;
    }
    .logo-image{
        text-align: right;
    }
}
@media only screen and (max-width: 768px){
    .landing-page-wrapper{
        padding: 30px 30px 0 30px;
    }
}
@media only screen and (max-width: 486px){
    .lp-content-information p{
        font-size: 14px;
        margin-bottom: 20px;
        
    }
    .lp-content-information{
        padding: 0;
    }
    #lp-title-one{
        font-size: 20px;
    }
    #lp-heading{
        font-size: 18px;
    }
    .new-price b{
        font-size: 15px;
    }
    .left-prices p{
        font-size: 13px;
        margin: 0;
    }
    .right-prices p{
        font-size: 13px;
        margin: 0;
    }
    .lp-watch img{
        width: 35%;
    }
}
@media only screen and (max-width: 365px){
    .left-prices{
        margin-right: 15px;
    }
}

