/* Font declaration */

@font-face {
    font-family: "OPPOSans";
    src: url("/content/dam/oppo/ro/mkt/events/reno6-pre/v5/fonts/OPPOSans-Regular.otf") ;
    font-weight:normal;
    
    }


    @font-face {
        font-family: "OPPOSans";
        src: url("/content/dam/oppo/ro/mkt/events/reno6-pre/v5/fonts/OPPOSans-Medium.otf") ;
        font-weight:500;
    }

    @font-face {
        font-family: "OPPOSans";
        src: url("/content/dam/oppo/ro/mkt/events/reno6-pre/v5/fonts/OPPOSans-Bold.otf") ;
        font-weight:700;
    }

    @font-face {
        font-family: "OPPOSans";
        src: url("/content/dam/oppo/ro/mkt/events/reno6-pre/v5/fonts/OPPOSans-Ultra.otf") ;
        font-weight:900;
    }

    @font-face {
        font-family: "OPPOSans";
        src: url("/content/dam/oppo/ro/mkt/events/reno6-pre/v5/fonts/OPPOSans-Light.otf") ;
        font-weight:300;
    }

    





	


body {
    font-family: 'OPPOSans';

}




#reno-partners .promo-partners ul {
    min-width: inherit!important;
    margin-left: inherit!important;
}

.promo-partners ul p {
    margin-bottom: 0;
    margin-top:0
}

.promo-partners ul {align-items:center}

.landing-page-container {
    background: linear-gradient(107deg, #8CCDED 0%, #BEE3F3 40%, #EAE4D6 100%)
}

*,
 ::after,
 ::before {
    box-sizing: border-box;
}

img {
    max-width: 100%;
}


/* Grid classes */

.container {
    width: 100%;
    padding-right: 15px;
    padding-left: 15px;
    margin-right: auto;
    margin-left: auto;
}

.row {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    margin-right: -17px;
    margin-left: -17px;
}

.col-6 {
    -ms-flex: 0 0 50%;
    flex: 0 0 50%;
    max-width: 50%;
}

.col-5,
.col-6,
.col-7 {
    position: relative;
    width: 100%;
    padding-right: 17px;
    padding-left: 17px;
}

.col-5 {
    -ms-flex: 0 0 41.666667%;
    flex: 0 0 41.666667%;
    max-width: 41.666667%;
}

.col-6 {
    -ms-flex: 0 0 50%;
    flex: 0 0 50%;
    max-width: 50%;
}

.col-7 {
    -ms-flex: 0 0 58.333333%;
    flex: 0 0 58.333333%;
    max-width: 58.333333%;
}

.container {
    position: relative;
    width: 90%;
}


/* Tipografy */

h1 {
    font-family: 'OPPOSans';
font-style: normal;
font-weight: bold;
font-size: 56px;
line-height: 66px;
letter-spacing: -2px;
color: #000000;
margin:4px 0;
}

h1 span {
    font-weight:normal
}

h1 img {max-width:74px}

h2 {
    font-family: OPPOSans;
    font-style: normal;
    font-weight: bold;
    font-size: 37px;
    line-height: 67px;
    letter-spacing: -0.035em;
    color: #000000;
}

h5 {
    font-family: OPPOSans;
    font-style: normal;
    font-weight: normal;
    font-size: 16px;
    line-height: 26px; 
    color: #000000;
}

.promo-text-titles h5 {max-width:570px}

p {
    font-family: OPPOSans;
font-style: normal;
font-weight: normal;
font-size: 14px;
line-height: 24px;
/* or 171% */


color: #000000;
}
/* Buttons */

a.buton-precomanda {
    scroll-padding-bottom: 150px;
    color: #FFFFFF;
    scroll-behavior: smooth;
    display: inline-block;
    margin-top:16px;
    font-family: OPPOSans;
    font-style: normal;
    font-weight: normal;
    font-size: 14px;
    line-height: 24px;
    text-transform: uppercase;
    padding: 16px 32px;
    background: #000000;
    width:fit-content;
    border-radius: 5px;
    text-decoration: none;
    -webkit-transition: all .25s ease;
    -moz-transition: all .25s ease;
    -ms-transition: all .25s ease;
    -o-transition: all .25s ease;
    transition: all .25s ease;
}

a.buton-precomanda:hover {
    color: #0D0E1F;
    background: #FFFFFF;
    -webkit-transition: all .25s ease;
    -moz-transition: all .25s ease;
    -ms-transition: all .25s ease;
    -o-transition: all .25s ease;
    transition: all .25s ease;
}


/* Banner */

#banner {
    padding-top: 0;
    padding-bottom: 195px;
}

#banner .col-7 {
    display: flex;
}

.banner-text {
    padding-top: 140px;
}

.promo-text {
    display: flex;
    flex-direction: column;
}


/* Partners */



.promo-partners ul {
    padding: 0;
    margin: 0;
    list-style: none;
    display: flex;
    justify-content: space-between;
}

.promo-partners ul li {
    margin-right: 20px;
}

.promo-partners ul li img {
    max-height: 60px;
    width: auto;
}

.promo-partners ul li a {
    display: block;
}

.promo-partners ul li:last-child {
    margin-right: 0;
}



.promo-text-titles h2 {
    margin-bottom:40px
}

.promo-policy p {
    max-width: 373px;
    margin-bottom: 20px;
    line-height: 22px;
}

.promo-policy p small {
    font-size: 12px;
    line-height: 22px;
}

.partners-policy p {
    margin-bottom: 0;
    margin-top: 47px;
    line-height: 24px;
}

.partners-policy p small {
    font-size: 10px;
    letter-spacing: 0;
    line-height: 19px;
}

.banner-text .promo-bottom-partners {
    padding-bottom: 10px;
}

/* Warranty button */

.reno6-frontside .three-years-warranty  {      background: #89C9E5;
    box-shadow: 0px 0px 16px rgb(0 0 0 / 16%);
    border-radius:50px;
    width: fit-content;
    display: flex;
    align-items: center;
    font-weight: normal;
    font-size: 16px;
    line-height: 26px;
    color: #FFFFFF;
    padding: 7px 22px 7px 15px;
    position: absolute;
    left: 250px;
    top:150px;
    z-index: 5;}
    
 .three-years-warranty .white-star {max-width:40px;
    position: relative;
    top: 0;
    left:0}



/* Stars */





/* Reno */

#reno-phone {
    padding-bottom: 90px;
}

#reno-phone .row .col-6:last-child {
    position: unset;
}

.reno-text {
    text-align: right;
    padding-top: 140px;
}

.reno-text .promo-policy p {
    margin-right: 0;
    margin-left: auto;
}

.reno-img img {
    max-width: 587px;
}

.reno-text .promo-bottom-partners {
    position: absolute;
    bottom: 0;
    right: 0;
    margin-right: 17px;
    margin-bottom: 20px;
}

.reno-text .promo-partners ul {
    min-width: 750px;
    margin-left: -140px;
}

.reno-text .partners-policy {
    min-width: 700px;
    margin-left: -100px;
    
}


/* Stars */

.reno-owl-1 {
    position: absolute;
    left: 20px;
    margin-top: 20px;
    -webkit-animation: mapMover linear infinite 2s;
    -moz-animation: mapMover linear infinite 2s;
    -o-animation: mapMover linear infinite 2s;
    animation: mapMover linear infinite 2s;
}

.reno-owl-2 {
    position: absolute;
    left: 50%;
    margin-top: 515px;
    -webkit-animation: mapMover linear infinite 2s;
    -moz-animation: mapMover linear infinite 2s;
    -o-animation: mapMover linear infinite 2s;
    animation: mapMover linear infinite 2s;
}

.reno-owl-3 {
    position: absolute;
    left: calc(49% - 20px);
    margin-top: 107px;
    -webkit-animation: banner3Shake linear infinite 2s;
    -moz-animation: banner3Shake linear infinite 2s;
    -o-animation: banner3Shake linear infinite 2s;
    animation: banner3Shake linear infinite 2s;
}


/* spects-section */

#spects-section {
    padding-bottom: 100px;
}

.spec-card img {
    width: 100%;
}

.spec-card {
    background-color: #FFFFFF;
    box-shadow: 0 2px 4px 2px rgba(113, 112, 112, 0.1);
    border-radius:5px;
}

.spec-card-img-wrapper {border-radius: 5px 5px 0 0;} 


.spec-card-info {
    padding-top: 42px;
    padding-left: 52px;
    padding-bottom: 32px;
    padding-right: 30px;
}

.spec-card-info h4 {
    font-style: normal;
    font-weight: normal;
    font-size: 20px;
    line-height: 36px;
    color: #000000;
    margin-top: 0;
    margin-bottom: 32px;
}

.specs-list {
    list-style: none;
    padding: 0;
    margin: 0;
    display: block;
}

.specs-list p {
    color: #000000;
   font-weight:bold;
    font-size: 20px;
    letter-spacing: 0;
    line-height: 32px;
}

.specs-list li {
    flex: 1;
    position: relative;
    display: inline-block;
    padding-right: 22px;
    margin-right: 20px;
    color: #000000;
    font-family: OPPOSansBold;
    font-size: 20px;
    letter-spacing: 0;
    line-height: 32px;
}

.specs-list li:after {
    position: absolute;
    right: 0;
    content: "";
    height: calc(100% - 13px);
    top: 0;
    width: 1px;
    background: #979797;
    margin-top: 8px;
}

.specs-list li:last-child:after {
    display: none;
}

.specs-list li:last-child {
    margin: 0;
    padding: 0;
}

.spec-card a {
    position: relative;
    display: inline-block;
    color: #111111;
    font-weight:400;
    font-size: 15px;
    letter-spacing: 0;
    line-height: 28px;
    text-decoration: none;
    margin-top: 50px;
    -webkit-transition: all .25s ease;
    -moz-transition: all .25s ease;
    -ms-transition: all .25s ease;
    -o-transition: all .25s ease;
    transition: all .25s ease;
}

.spec-card a:after {
    content: '';
    position: absolute;
    bottom: 0;
    margin-bottom: -4px;
    width: 100%;
    background: #222222;
    left: 0;
    height: 1px;
    -webkit-transition: all .25s ease;
    -moz-transition: all .25s ease;
    -ms-transition: all .25s ease;
    -o-transition: all .25s ease;
    transition: all .25s ease;
}

.spec-card a:hover {
    -webkit-transition: all .25s ease;
    -moz-transition: all .25s ease;
    -ms-transition: all .25s ease;
    -o-transition: all .25s ease;
    transition: all .25s ease;
}

.spec-card a:hover:after {
    width: 90%;
    left: 5%;
    -webkit-transition: all .25s ease;
    -moz-transition: all .25s ease;
    -ms-transition: all .25s ease;
    -o-transition: all .25s ease;
    transition: all .25s ease;
}

.spec-card-img-wrapper {overflow:hidden;
cursor:pointer}
 /* Products images */

 .product-images {position:relative;
width:100%;
height:100%;
padding-top:140px}

 .product-images img {position:absolute;
}

 .reno6-backside img {top: 0;
    z-index: 2;
    max-width: 260px;
    left: 0;}

.reno6-frontside img  {top: -25px;
    z-index: 2;
    left:124px;
    max-width: 216px;}

.oppo-watch img{ top: 276px;
    z-index: 3;
    left: 100px;
    max-width: 176px;}







@media(max-width: 1600px) {
    .banner-text {
        padding-top: 100px;
    }
}

@media(max-width: 1440px) {
    .banner-text {
        padding-top: 120px;
    }
}

@media(max-width: 1380px) {
    .reno-text {
        padding-top: 170px;
    }
}

@media(max-width: 1432px) {
    .specs-list p {
        font-size: 18px;
        line-height: 28px;
    }
}

@media(max-width: 1367px) {
    .banner-text {
        padding-top: 100px;
    }
    .reno-text {
        padding-top: 160px;
    }
    .spec-card-info {
        padding-top: 40px;
        padding-left: 40px;
        padding-bottom: 32px;
        padding-right: 30px;
    }
}

@media(max-width: 1330px) {
    .spec-card-info h4 {
        margin-bottom: 25px;
    }
    .spec-card-info {
        padding-top: 30px;
    }
    .spec-card a {
        margin-top: 40px;
    }
    .specs-list p {
        font-size: 17px;
        line-height: 27px;
    }
}

@media(max-width: 1260px) {
    .specs-list li {
        padding-right: 20px;
    }
    .specs-list p {
        font-size: 16px;
        line-height: 24px;
    }
}

@media(max-width: 1200px) {
    .banner-text {
        padding-top: 40px;
    }
    h1 {
        font-size: 60px;
        line-height: 70px;
        margin-bottom: 40px;
    }
    h2 {
        font-size: 22px;
        line-height: 36px;
    }
    a.buton-precomanda {
        font-size: 14px;
        line-height: 24px;
        padding: 12px 20px;
    }
    .reno-img img {
        width: 100%;
    }
    .reno-text {
        padding-top: 80px;
    }
    .reno-text .promo-partners ul img {
        width: auto;
        max-height: 50px;
    }
    .reno-text .promo-partners ul {
        justify-content: flex-end;
    }
    .specs-list p {
        font-size: 15px;
        line-height: 22px;
    }
    .specs-list li {
        padding-right: 15px;
        margin-right: 15px;
    }
    .spec-card-info h4 {
        margin-bottom: 20px;
    }
    .spec-card-info {
        padding-left: 35px;
        padding-bottom: 30px;
        padding-right: 30px;
    }
    .find-owl-3 {
        margin-top: 400px;
    }
    .reno-owl-2 {
        margin-top: 450px;
    }
}

@media(max-width: 1100px) {
    .spec-card-info {
        padding-left: 20px;
        padding-bottom: 30px;
        padding-right: 20px;
        padding-top: 20px;
    }
    .spec-card-info h4 {
        margin-bottom: 15px;
        font-size: 18px;
        line-height: 30px;
    }
    h1 {
        font-size: 50px;
        line-height: 60px;
        margin-bottom: 40px;
    }
    .specs-list p {
        font-size: 14px;
        line-height: 22px;
    }
    .spec-card a {
        margin-top: 30px;
        font-size: 14px;
    }
    .reno-text .promo-bottom-partners {
        margin-bottom: 0;
    }
    .promo-text-titles p {
        font-size: 14px;
    }

    .promo-text-titles h5 {max-width:559px}
    .reno-owl-2 {
        margin-top: 400px;
    }
}

@media only screen and (max-width: 992px) and (min-width: 767px) {
    h1 {
        font-size: 35px;
        line-height: 1.5;
        margin-bottom: 20px;
    }
    h2 {
        font-size: 18px;
        line-height: 32px;
    }
    a.buton-precomanda {
        font-size: 12px;
        line-height: 24px;
        padding: 9px 18px;
    }
    .reno-text {
        padding-top: 60px;
    }
    .promo-policy p small {
        font-size: 11px;
        line-height: 17px;
    }
    .promo-partners ul img,
    .reno-text .promo-partners ul img {
        width: auto;
        max-height: 40px;
    }
    .promo-text-titles p {
        font-size: 13px;
    }
    .promo-partners ul li {
        margin-right: 10px;
        display: flex;
    height: 63px;
    align-items: center;
    }
   .partners-list-2 {justify-content: space-between;}
}

@media (max-width: 992px) {
    .specs-list {
        display: flex;
        flex-direction: column;
    }
    .specs-list br {
        display: none;
    }
    .specs-list li:after {
        display: none;
    }
    .specs-list li {
        padding-bottom: 10px;
    }
    .specs-list li:last-child {
        padding-bottom: 0;
    }
    .specs-list li:before {
        content: ">";
        margin-right: 10px;
        margin-top: 3px;
        vertical-align: middle;
    }
    .specs-list p {
        display: inline-block;
    }
}

@media only screen and (max-width: 900px) and (min-width: 767px) {
    .banner-text {
        padding-top: 10px;
    }
    h1 {
        font-size: 30px;
        line-height: 1.5;
        margin-bottom: 5px;
    }
    .promo-text-titles p {
        margin-bottom: 15px;
    }
    .promo-text-titles p {
        max-width: 360px;
        line-height: 24px;
    }
    .reno-text {
        padding-top: 50px;
    }
    .reno-owl-2 {
        margin-top: 300px;
        left: 42%;
    }
    a.buton-precomanda {
        font-size: 11px;
        line-height: 24px;
        padding: 9px 18px;
    }
    .reno-text .partners-policy {
        min-width: 700px;
        margin-left: -100px;
        max-width: 412px;
        min-width: auto;
        margin-right: 0;
        margin-left: auto;
    }
    .reno-text .promo-bottom-partners {
        margin-bottom: -20px;
    }
}

@media(max-width: 768px) {
    h1 {
        font-size: 30px;
        line-height: 1.2;
        margin-bottom: 10px;
    }
    h2 {
        font-size: 19px;
        line-height: 34px;
        margin-bottom: 10px;
    }

h1 img {max-width:50px}

    a.buton-precomanda {
        font-size: 10px;
        line-height: 24px;
        padding: 8px 15px;
    }
    .promo-text-titles p {
        font-size: 12px;
        line-height: 1.8;
    }
    .promo-bottom-partners {
        margin-top: 30px;
    }
    .promo-policy p small {
        font-size: 10px;
        line-height: 15px;
    }
    .promo-policy p {
        max-width: 373px;
        margin-bottom: 15px;
        line-height: 18px;
    }
    .promo-bottom-partners {
        position: absolute;
        bottom: 0;
        right: 0;
        margin-right: 17px;
    }
    #banner .col-7,
    #reno-phone .row .col-6:nth-child(2) {
        position: unset;
    }
    #reno-phone .row .col-6:nth-child(2) {
        -ms-flex: 0 0 55%;
        flex: 0 0 55%;
        max-width: 55%;
    }
    #reno-phone .row .col-6:nth-child(1) {
        -ms-flex: 0 0 45%;
        flex: 0 0 45%;
        max-width: 45%;
    }
    .promo-bottom-partners img {
        max-height: 40px!important;
    }
    #reno-phone .row .col-6:last-child {
        position: unset;
    }
    .promo-partners ul li {
        margin-right: 10px;
    }
    #banner .row,
    #reno-phone .row {
        padding-bottom: 60px;
    }
    .reno-text {
        padding-top: 20px;
    }
    .banner-text .promo-bottom-partners {
        padding-left: 17px;
    }
    .reno-text .partners-policy {
        min-width: inherit;
        margin-left: inherit;
    }
    .reno-owl-3 {
        position: absolute;
        left: 42%;
        margin-top: 50px;
    }
    .reno-owl-2 {
        margin-top: 300px;
        left: 35%;
    }
    .reno-owl-2 img {
        width: 30px;
    }
}

@media(min-width: 700px) {
    .d-lg-none {
        display: none
    }
}

@media(max-width: 700px) {

    .reno6-and-oppowatch {margin-top:50px;}
    #spects-section .col-6 {
        -ms-flex: 0 0 100%;
        flex: 0 0 100%;
        max-width: 100%;
    }
    .d-none-sm {
        display: none;
    }
    .promo-bottom-partners {
        position: relative;
    }
    #banner .row,
    #reno-phone .row {
        padding-bottom: 40px;
    }
    .promo-bottom-partners {
        margin-top: 0;
        margin-left: 0;
    }
    #banner .promo-bottom-partners {
        margin-left: 17px;
    }
    #reno-phone .promo-bottom-partners {
        text-align: right;
    }
    #reno-phone .promo-policy p {
        margin-left: auto;
        margin-right: 0;
    }
  
    #reno-phone {
        padding-bottom: 40px;
    }
    h1 {
        font-size: 26px;
        line-height: 1.2;
        margin-bottom: 5px;
    }
    h2 {
        font-size: 18px;
        line-height: 30px;
        margin-bottom: 10px;
    }
    .promo-text-titles p {
        font-size: 11px;
        line-height: 1.8;
    }
    a.buton-precomanda {
        font-size: 9px;
        line-height: 24px;
        padding: 8px 12px;
    }
    .find-owl-3 {
        margin-top: 200px;
        left: 55%;
    }
    #banner .promo-bottom-partners {
        margin-left: 17px;
        margin-top: -70px;
    }
    #reno-phone .promo-bottom-partners {
        margin-top: -80px;
    }
    #spects-section .row .col-6:first-child {
        margin-bottom: 30px;
    }
    
}

@media(max-width: 640px) {
    #reno-phone .row .col-6,
    #banner .col-7,
    #banner .col-5 {
        -ms-flex: 0 0 100%!important;
        flex: 0 0 100%!important;
        max-width: 100%!important;
    }
    #banner .promo-bottom-partners {
        margin-left: 17px;
        margin-top: 0px;
    }
    .partners-policy p {
        margin-top: 0;
    }
    .findX-img {
        margin-top: 20px;
    }
    .promo-policy p small,
    .partners-policy p small {
        font-size: 8px;
        line-height: 12px;
    }
    .partners-policy p {
        line-height: 12px;
    }
    #reno-phone .promo-bottom-partners {
        margin-top: 20px;
    }
    #reno-phone .row .col-6:nth-child(1) {
        order: 2;
    }
    #reno-phone .row .col-6:nth-child(2) {
        order: 1;
    }
    #reno-phone .col-12 {
        order: 3;
    }
    #banner {
        padding-bottom: 0;
        padding-top:48px
    }
    .reno-img {
        margin-top: 30px;
    }
    #reno-phone .promo-bottom-partners {
        margin-top: -60px;
    }
    .find-owl-1 {
        position: absolute;
        left: 0%;
        margin-top: 250px;
    }
    .find-owl-1 img {
        width: 45px;
    }
  
  
    .reno-owl-1 {
        position: absolute;
        right: 10px;
        margin-top: 580px;
    }
    .reno-owl-2 {
        margin-top: 280px;
        right: 3%;
        left: inherit;
    }
    .reno-owl-3 {
        position: absolute;
        left: 10%;
        margin-top: 220px;
    }
    .promo-partners ul {
        margin-bottom: 10px;
    }
}

@media(max-width: 420px) {
    .reno-owl-1 {
        position: absolute;
        right: 5px;
        margin-top: 540px;
    }
    .find-owl-3 {
        margin-top: 540px;
        left: 1px;
    }
}

@media (min-width: 992px) {
    .container {
        max-width: 960px;
    }
}

@media (min-width: 1100px) {
    .container {
        max-width: 1070px;
    }
}

@media (min-width: 1200px) {
    .container {
        max-width: 1140px;
    }
    .banner-text .promo-bottom-partners {
        margin-top: 246px;
    }
}

@media (min-width: 1330px) {
    .container {
        max-width: 1280px;
    }
    .banner-text .promo-bottom-partners {
        margin-top: 253px;
    }
}


/* Combined code updates */

.landing-page-container.mobile {
    display: none;
}

.landing-page-container.desktop {
    display: block; }

@media (max-width: 1080px) {
.landing-page-container.mobile {
    display: block;
}

.landing-page-container.desktop {
    display: none;
}

}

@media screen and (min-width: 767px) and (max-width: 1024px) {
    .landing-page-container.mobile .promo-bottom-partners {
        position: relative;
    }

    .landing-page-container.mobile .col-7 .promo-bottom-partners .partners-policy {
        display: none;
    }

    .landing-page-container.mobile #findx-partners.col-12 {
        display: block;
        padding-left: 17px;
        padding-right: 17px;
    }

    .landing-page-container.mobile #banner {
        padding-bottom: 0px;
    }

    .landing-page-container.mobile .partners-policy p {
        margin-top: 10px;
    }

    .landing-page-container.mobile #findx-partners.col-12 .promo-partners .promo-partners {
        display: flex;
    }
}