body{ 
    font-family: "Abel", serif;
    color: #3E1315;
}
img{
    max-width: 100%;
}
h2 {
    font-size: 3em;
    line-height: 1;
    margin-bottom: 0;
    letter-spacing: 2px;
}
p{
    font-size: 20px;
    line-height: 1.1;
    letter-spacing: 1.5px;
}
ul {
    margin: 0;
    list-style-type: none;
    padding: 0;
}
header{
    position: absolute;
    z-index: 9;
    width: 100%;
    padding: 1em 0 0;
}
header img{
    width: 55px;
}
.banner{
    background: url('https://d33m3g343o7hgb.cloudfront.net/builtech/aura/images/banner.png');
    background-repeat: no-repeat;
    height: 100vh;
    display: flex;
    align-items: center;
    background-position: bottom;
    background-size: 100%;
    position: relative;
    color: #fff;
    background-attachment: fixed;
}
@media screen and (min-width:768px) and (max-width:1200px) {
    .banner{
        background-size: auto;
        background-position: top;
    }
}
.banner h1{
    font-size: 3.5em;
    margin-bottom: 0;
    letter-spacing: 2px;
}
.banner .head-right{
    position: relative;
    left: -10%;
}
.banner h4{
    position: absolute;
    left: 0;
    right: 0;
    margin: auto;
    width: 42%;
    bottom: 2.25em;
    line-height: 1;
    letter-spacing: 1px;
    font-size: 1.45rem;
}
.banner h6{
    position: absolute;
    left: 0;
    right: 0;
    margin: auto;
    background: #fff;
    width: fit-content;
    padding: 10px 35px;
    bottom: 0;
    border-top-left-radius: 5px;
    border-top-right-radius: 5px;
    color: #3E1315;
    letter-spacing: 1px;
}
.banner h6:before{
    position: absolute;
    content: "";
    border-bottom: 39px solid #fff;
    border-left: 31px solid transparent;
    left: -30px;
    top: 3px;
    transform: rotate(359deg);
}
.banner h6:after{
    position: absolute;
    content: "";
    border-bottom: 39px solid #fff;
    border-right: 31px solid transparent;
    right: -30px;
    top: 3px;
    transform: rotate(1deg);
}
.conversation-block{
    padding: 5em 0 2em;
}
.conversation-block h2{
    color: #902827;
    margin-bottom: 15px;
}
.conversation-block p{
    padding: 0 1em;
    margin-bottom: 0;
}
.conversation-block .spacing-class{
    padding: 5em 0 0;
}
.leisure-block{
    padding-bottom: 5em;
}
.leisure-block .border-bottom{
    padding-bottom: 2em;
}
.leisure-block h2{
    margin-bottom: 15px;
}
.leisure-block .leisure-item h5 {
    line-height: 1;
    margin-bottom: 5px;
    letter-spacing: 1.5px;
}
.leisure-block .leisure-item p{
    font-size: 26px;
}
.leisure-block .right-block{
    padding-top: 5em;
}
.leisure-block .leisure-icon-item {
    display: flex;
    align-items: center;
    margin: 2em 0;
    column-gap: 1rem;
}
.leisure-block .leisure-icon-item h5 {
    margin-bottom: 0;
    font-family: "Poppins", serif;
    font-weight: 400;
    font-size: 1rem;
    letter-spacing: 1.5px;
}
.easy-access-block {
    background: #902827;
    color: #fff;
    padding: 6em 0 2em;
    position: relative;
}
.easy-access-block .btm-right{
    position: absolute;
    bottom: 0;
    right: 0;
    height: 200px;
}
.easy-access-block h2{
    padding-right: 5em;
    margin-bottom: 20px;
}
.easy-access-block p{
    margin-bottom: 30px;
    padding-right: 5em;
}
.easy-access-block h6{
    color: #D3A882;
    font-size: 1.3rem;
    position: relative;
    padding-bottom: 1px;
    letter-spacing: 2px;
    display: inline-block;
}
.easy-access-block h6:after{
    position: absolute;
    content: "";
    background: #7C181C;
    width: 90%;
    height: 1px;
    bottom: 0;
    left: 0
}
.easy-access-block span{
    width: 100%;
    display: block;
    margin-bottom: 2em;
}
.journey-block{
    padding: 8em 0 3em;
}
.journey-block h2{
    color: #902827;
}
.journey-block .logo-item{
    width: 120px;
    margin:2.5em 0;
}
.journey-block .logo-item.height{
    width: auto;
    height:65px;
}
.contact-block {
    background: #F1F1F1;
    padding: 6em 0;
}
.contact-block .logo{
    width: 55px;
    margin-bottom: 4em;
}
.contact-block h2{
    color:#902827;
    margin-bottom: 10px;
}
.contact-block span{
    font-family: "Poppins", serif;
    font-weight: 300;
    font-size: 15px;
    padding-right: 5em;
    line-height: 1.2;
    margin-bottom: 1em;
    display: block;
}
@media screen and (max-width:480px) {
    .contact-block span {
        padding-right:0;
    }
}
.contact-block p {
    font-family: "Poppins", serif;
    font-weight: 200;
    font-size: 16px;
    margin: 0 0 5px;
}
.contact-block p a{
    color: inherit;
    text-decoration: none;
}
.contact-block ul{
    margin: 1em 0 0;
}
.contact-block ul li {
    display: inline-block;
    margin-right: 15px;
}
.contact-block ul li a img {
    height: 20px;
}
.contact-block input[type="text"],
.contact-block input[type="email"],
.contact-block input[type="tel"],
.contact-block textarea{
    border: 1px solid #BEBEBE;
    width: 100%;
    padding: 8px 15px;
    background: transparent;
    border-radius: 0;
    margin-bottom: 1em;
}
.contact-block textarea{
    height: 100px;
    resize: none;
}
.contact-block input:focus-visible,.contact-block textarea:focus-visible{
    outline: none;
}
.contact-block input[type="submit"]{
    background: #902827;
    border: 0;
    color: #fff;
    padding: 5px 50px 7px;
    text-transform: uppercase;
    letter-spacing: 1px;
}
footer{
    padding: 1em 0;
}
.sliding-form{
    position: fixed;
    right: 0;
    top: 45%;
    z-index: 9;
    width: 39px;
}
.processing{
    display:none;
}
.processing img{
    width: 40px;
}
@media (min-width: 768px) and (max-width: 1199px) {
    .banner h1{
        font-size: 2.5em;
    }
    .easy-access-block h2,.easy-access-block p{
        padding-right: 0;
    }
}
@media (max-width: 767.98px) {
    h2 {
        font-size: 2.25em;
    }
    p{
        font-size: 18px;
        letter-spacing: 1px;
    }
    header img{
        width: 35px;
    }
    .banner{
        background-size: cover;
        background-position: top;
        height: 500px;
        background-attachment: inherit;
    }
    .banner h1{
        font-size: 2.5em;
        text-align: center;
        line-height: 1;
    }
    .banner .head-right{
        left: 0;
    }
    .banner h4{
        font-size: 1.125rem;
        width: 100%;
        bottom: 3em;
    }
    .banner h6{
        padding: 10px;
        font-size: 13px;
        text-align: center;
    }
    .banner h6:before{
        display: none;
    }
    .banner h6:after{
        display: none;
    }
    .conversation-block {
        padding: 2em 0;
    }
    .conversation-block .spacing-class{
        padding: 1em 0 0;
    }
    .leisure-block{
        padding-bottom: 2em;
    }
    .leisure-block .right-block{
        padding-top: 0;
    }
    .leisure-block .leisure-item h5{
        font-size: 1.125rem;
    }
    .leisure-block .leisure-item h5 br{
        display: none;
    }
    .leisure-block .leisure-item p{
        font-size: 18px;
    }
    .leisure-block .border-bottom{
        padding-bottom: 1em;
        text-align: center;
    }
    .leisure-block .leisure-icon-item{
        margin: 1em 0 0;
        column-gap: .5rem;
        justify-content: center;
    }
    .leisure-block .leisure-icon-item h5{
        font-size: 14px;
    }
    .easy-access-block{
        padding: 2em 0;
        text-align: center;
    }
    .easy-access-block h2{
        padding-right: 0;
        margin-bottom: 15px;
    }
    .easy-access-block p{
        margin-bottom: 20px;
        padding-right: 0;
    }
    .easy-access-block span{
        margin-bottom: 1em;
    }
    .easy-access-block .btm-right{
        position: initial;
        height: 85px;
        margin: 4em 0 0;
    }
    .journey-block{
        padding: 2em 0;
        text-align: center;
    }
    .journey-block h2{
        margin-bottom: 15px;
    }
    .journey-block .logo-item{
        margin: 1em 0 0;
        width: 100px;
    }
    .journey-block .logo-item.height{
        height: 60px;
    }
    .sliding-form,.sliding-form img{
        width: 30px;
    }
    .contact-block{
        padding: 2em 0 1em;
        text-align: center;
    }
    .contact-block .logo{
        margin-bottom: 1em;
    }
    .contact-block ul {
        margin: 1em 0;
    }
}

.qrcode{display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
   
    position: absolute;
    max-width: 20rem;
    right: 2rem;
    top: 18px;
}
.qrcode img{
    height: 5rem;
    width: auto;
    margin: 0;
    margin-bottom: 1rem;
 
}

.qrcode p{
    font-size: 12px;
  margin: 0;
    /* margin-top: 1rem; */
}
.qrcode .link{
  margin: 0 0 1rem 0;
}
@media screen and (min-width: 768px) and (max-width: 1200px){
.qrcode{
    max-width: 103px;
right: 1rem;
    
}
 .qrcode p{
        font-size: 8px;
    }
}

@media screen and (min-width: 320px) and (max-width: 767px){
    .qrcode{
       /* left: 50%;             /* push it to the middle */
  /* transform: translateX(-50%); 
  bottom: 6rem;
  width: 100%;
  align-items: center;
  justify-content: center;  */
max-width: 83px;
right: 1rem;
    }
    .qrcode img{
        height: 1.7rem;
        margin-bottom: 0.5rem;
    }
    .qrcode p{
        font-size: 6px;
    }
}