body{
    background: #0e1d39;
}
.no-webp body::before {
    content: "";
    background: url(../img/body-bg__Riviera.jpg) no-repeat fixed;
    -webkit-background-size: cover; 
    -moz-background-size: cover; 
    -o-background-size: cover; 
    background-size: cover;
    background-position: center;
    opacity: 0.1;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    position: fixed;
    z-index: -1;   
}
.webp body::before {
    content: "";
    background: url(../img/body-bg__Riviera.webp) no-repeat fixed;
    -webkit-background-size: cover; 
    -moz-background-size: cover; 
    -o-background-size: cover; 
    background-size: cover;
    background-position: center;
    opacity: 0.2;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    position: fixed;
    z-index: -1;   
}
.home-page
{
    margin-bottom: 35px;
    margin-top: 30px;
}
.right-design {
    position: absolute;
    right: 0px;
    top: 20%;
    z-index: -1;
    background: url(../img/right-design.png) no-repeat fixed;
}

.mainhomewrapper {
    min-height: 97vh;
}
.img-logo {
    height: 80px!important;
    margin: 0 auto 0px auto;
}
/*article {
    margin: 20px 0px;
    margin-bottom: 2rem;
}*/
.banner-container {
    margin: 15px;
    background: #1d3768;
    box-shadow: 0px 0px 30px 5px rgba(74, 74, 74, 0.25);
}
.banner-details h3 {
    line-height: 26px;
    font-size: 19px;
    font-weight: 600;
    margin-top: 10px;
    text-align: center;
}

.testimonial_content p {padding: 0px 30px;line-height: 21px;font-size: 14px;position: relative;top: -4px;margin-bottom: 0px;}

.testimonial_content h2 {
    font-size: 18px;
    color: #fff;
    margin-top: 5px;
    text-transform: uppercase;
    background: linear-gradient(to bottom right, #715524 0%, #b3977a 100%);
    background: -webkit-linear-gradient(to bottom right, #715524 0%, #b3977a 100%);
    background: -moz-linear-gradient(to bottom right, #715524 0%, #b3977a 100%);
    background: -ms-linear-gradient(to bottom right, #715524 0%, #b3977a 100%);
    background: -o-linear-gradient(to bottom right, #715524 0%, #b3977a 100%);
    -webkit-background-clip: text;
    -moz-background-clip: text;
    -ms-background-clip: text;
    -o-background-clip: text;
    -webkit-text-fill-color: transparent;
    -moz-text-fill-color: transparent;
    -ms-text-fill-color: transparent;
    -o-text-fill-color: transparent;
}
.banner-details {
    color: #9F865E;
    padding:8px !important;
    background-color: #f6f6f6;
}
.banner-details h2{
    font-size: 34px;
}
.banner-details p {
    font-size: 1.5rem;
    line-height: 2rem;
    margin: auto;
    margin-bottom: 10px;
    font-family: 'Walburn-Italic-2';
    text-align: center;
}
.index__wb-footer{
    position: absolute;
    bottom: 0px;
    left:0px;
    width:100%;
}
.ball {
  margin-top: 50px;
  margin-left: -200px;
  width: 120px;
  height: 40px;
  background-color: #EDE053;
  border-radius: 20px;
  transition: 1s;
  line-height: 40px;
  text-align: center;
}
wb-footer #return-to-bottom{
    display: none !important;   
}
.about-txt p {
    color: #9F865E;
    font-size: 1.8rem;
    line-height: 3rem;
    margin: auto;
}
.about-txt {
    padding: 0rem 12rem;
}

.know-more {
    margin: 40px auto auto;;
    text-align: center;
}
.know-more__btn{
    background-color: #fff;
    color: #715524;
}

.know-more__btn,
.know-more__btn:focus {
    color: #715524;
    margin: auto;
    border: 2px solid #9F865E;
    padding: 10px;
    font-size: 1.6rem;
}
.know-more__btn:hover {
    color: #ffffff;
    background-color: #242d4a;
    border-color: #9F865E;
    }
@media only screen and (min-device-width: 375px) and (max-device-width: 1024px) and (orientation: landscape) {
    .index__wb-footer{
        position: relative;
    }
}
@media only screen and (max-width: 425px) and (orientation:portrait) {
    .title-container p {
        font-size: 10px;
    }
    article {
        margin: 30px 0;
    }
    .banner-container {
        margin: 15px;
    }
    .img-logo {
        height: 80px;
    }
    .banner-details {
        text-align: center;
        padding: 10px 30px !important;
        min-height: 100%;
    }
    .banner-details h1,
    .banner-details h2{
        font-size: 2rem !important;
    }
    .banner-details p {
        font-size: 1.6rem;
        line-height: 2rem;
    }
    .right-design,
    .left-design,
    .right-design1,
    .left-design1 {
        height: 18rem;
    }
    .about-txt {
        padding: 0rem 2rem !important;
    }
    .about-txt p {
        font-size: 1.6rem;
        line-height: 2rem;
    }

}

@media only screen and (max-width: 768px) {
    .index__wb-footer{
        position: relative;
    }
    .about-txt {
        padding: 1rem 5rem;
    }
}

@media only screen and (max-width: 1024px) {
    .banner-details{
        text-align: center;
    }
}
@media only screen and (min-width: 1780px) {
    .img-logo {
        height: 150px;
    }
    .container-banner {
        width: 75%;
    }
    .banner-details h2,
    .banner-details h1{
        font-size: 4.5rem;
    }
    .banner-details {
        color: #9F865E;
        
    }
    .banner-details p {
         /*font-size: 1.6rem;
        line-height: 2rem;*/
        
    }
}
@media only screen and (min-width: 2000px) {
    .banner-details {
         /*margin: 3% 0px 0px;*/
    }
    .banner-details p {
       /* line-height: 3.5rem;*/
    }
}
/*@media only screen and (min-width: 2300px) {
    .banner-details {
        margin: 2rem 0px 0px;
    }
    .banner-details {
        color: #9F865E;
        padding: 0px 50px 0px 20px !important;
    }
}*/