:root {
    --red-wine: radial-gradient(100% 100% at 50% 0%, #D51F39 0%, #A91E32 25%, #B31329 94.79%);
    --coffee-platone: #D7282F;
    --whiteBeige: radial-gradient(50.01% 50.01% at 49.99% 50.01%, #FFFFFF 76.56%, #FDF7E7 100%);
    --btn: linear-gradient(114.95deg, #E62A2C 15.88%, #AD2533 84.12%);
    --florida-red: linear-gradient(0deg, #C2222E 0%, #E93E3A 23.96%, #ED683C 100%);
    --florida-footer: linear-gradient(0deg, #FEDCAE 0%, #FFEED8 100%);
    --florida-yellow: linear-gradient(180deg, #FFEAB5 0%, #FFC907 100%);
    --monalisa-gray: #58595B;
    --monalisa-campogne-gold: #EEB5A1;
}

* {
    font-family: 'Lora';
    padding: 0px;
    margin: 0px;
}

.footer-content{
    margin: 20px 0px 0px;
    background: white;
    height: 24rem;
    border-radius: 30px 30px 0px 0px;
}
.body-florida .footer-content,
.body-pweb-florida .footer-content{
    height: 14rem;
}
.copyright{
    background: var(--coffee-platone);
    position: relative;
    bottom: 0;
}
.body-monalisa .copyright, .dashboard-monalisa .copyright {
    background: var(--monalisa-campogne-gold);
}
.linkless, .linkless:any-link, .linkless a:hover, .linkless a:active, .linkless a:visited{
    text-decoration:none;
}
.footer-title{
    padding-top: 50px;
    color: var(--coffee-platone);
    letter-spacing: 8px;
    font-weight: 700;
}
.footer-link{
    text-align: left;
}
.footer-link a{
    color: black;
    padding: 10px;
    text-decoration: none;
    font-size: 14px;
    font-weight: bold;
}
.dashboard-florida .footer-link a,
.body-florida .footer-link a,
.body-pweb-florida .footer-link a{
    color: #C2222E;
}
.footer-contact{
    text-align: end;
}
.footer-line{
    color: var(--coffee-platone);
    padding: 2px;
    width: 40%;
    opacity: 1;
}
.footer-contact .text{
    font-size: 14px;
    font-weight: bold;
    /* width: 80%; */
    margin-left: auto;
}
.dashboard-florida .footer-contact p,
.body-florida .footer-contact p,
.body-pweb-florida .footer-contact p{
    color: #C2222E;
}
.footer-social .footer-logo{
    padding-top: 20px;
    width: 100%;
    margin: 20px 0px;
}
.footer-social .florida-logo{
    padding: 35px 0px 15px 0px;
}
.footer-social img.monalisa-logo{
    width: 200px;
}
.footer-social .monalisa-logo{
    padding: 35px 0px 15px 0px;
}
.body-monalisa .coffee-footer,
.dashboard-monalisa .coffee-footer {
    background: var(--monalisa-gray);
    padding: 0px calc(15% - (5vw));
}
.body-pweb-florida .coffee-footer,
.dashboard-florida .coffee-footer,
.body-florida .coffee-footer {
    background: var(--florida-footer);
    padding: 0px calc(15% - (5vw));
}
.coffee-footer{
    display: flex;
    justify-content: space-around;
    flex-direction: column;
    padding: 0px 30px;
}
.coffee-footer-inner{
    display: flex;
}
.florida-outside-footer{
    display: flex;
    justify-content: space-between;
    align-items: center;
}
.florida-outside-footer p{
    margin: 9px 0px;
}
.footer-quick-links{
    width: 40%;
}
.footer-quick-links h2{
    padding-top: 35px;
    text-align: start;
}
.footer-contact-us{
    width: 40%;
}
.footer-contact-us h2{
    padding-top: 35px;
    text-align: end;
}
.footer-contact-us hr{
    margin-left: auto;
    margin-right: 0.5rem;
}

/* copyright claims */
.copyright p{
    margin: 0px;
    font-size: 14px;
}
.copyright{
    display: flex;
    justify-content: space-around;

}
.titleBox{
    padding: 0px;
    margin-bottom: 20px;
}
.titleBox-bg{
    background: lightgrey;
    height: 10rem;
    border-radius: 30px;
}
.titleBox-content {
    display: flex;
    height: 10rem;
    border-radius: 30px;
    background-image: url('../assets/far-coffee/background/background-about.png');
    background-size: cover;
}
.titleBox-content-area {
    background: linear-gradient(270deg, rgba(217, 217, 217, 0) -24.02%, #000000 100%);
    display: flex;
    justify-content: center;
    flex-direction: column;
    padding: 0 60px;
    border-radius: 30px 0 0 30px;
}
.titleBox-line{
    color: var(--coffee-platone);
    padding: 1px;
    width: 100px;
    opacity: 1;
    margin: 0 auto;
}

.titlebox-text{
    color:  rgb(255, 255, 255);
    font-size: 40px;
    text-transform: uppercase;
    letter-spacing: 8px;
    font-weight: 700;
}

/* CONTENT */
.title{
    color: var(--coffee-platone);
    letter-spacing: 8px;
    font-weight: 700;
}
.footer-contact-us .footer-contact .whatsapp {
    text-decoration: none;
    color: #000000;
}
.footer-contact-us .footer-contact .whatsapp img{
    width: 53px;
    margin: 0px -4px;
}
.body-pweb-florida.far-coffee-bg{
    background: none;
}
.body-pweb-florida .content-bg{
    background: var(--florida-red);
    padding: 0px 30px;
}
.body-pweb-florida .inner-content,
.body-pweb-florida .inner-content .container,
.body-pweb-florida .banner-area,
.body-pweb-florida .image-box,
.body-pweb-florida .image-box img,
.body-pweb-coffee .inner-content .container,
.body-pweb-coffee .banner-area,
.body-pweb-coffee .image-box,
.body-pweb-coffee .image-box img{
    border-radius: 0px;
    padding: 0px;
    width: 100%;

}

.body-pweb-coffee .inner-content,
.body-pweb-florida .inner-content{
    min-height: 68vh;
    padding: 0px;
    width: 100%;
}

.body-pweb-florida .nav-bg{
    background: var(--florida-footer);
}
.body-pweb-florida .navbar,
.body-pweb-florida .logo-link{
    padding: 0px;
}

.body-pweb-florida .navbar .logo-link img{
    width: 7rem;
}

.body-pweb-florida .coffee-border::before {
    content: "";
    position: absolute;
    inset: 0;
    border-radius: 30px;
    padding: 3px;
    background:  linear-gradient(180deg, #FFEAB5 0%, #FFC907 100%);
    -webkit-mask: linear-gradient(#fff 0 0) content-box, linear-gradient(#fff 0 0);
    -webkit-mask-composite: xor;
    mask-composite: exclude;
    pointer-events: none;

}
.body-pweb-florida .coffee-border::before{
    border-radius: 1rem;
}
.body-pweb-florida .outlet-btn {
    background: var(--florida-red);
    border-radius: 50px;
}
.body-pweb-florida .header-check .logo-link img{
    width: 7rem;
}
.body-pweb-florida .order-text,
.body-pweb-coffee .order-text{
    margin: 20px 10px;
}
.body-pweb-florida .welcome{
    background: var(--florida-yellow);
    padding: 10px;
}
.body-pweb-coffee .welcome{
    background: var(--red-wine);
    padding: 10px;
}
.body-pweb-coffee .welcome span{
    color: white;
}
.body-pweb-florida .border-box{
    padding:  20px;
    position: relative;

}
.body-pweb-coffee .border-box{
    padding:  20px;
    position: relative;

}
.body-pweb-coffee .content-bg{
    padding: 0px 30px 0px 30px;
}
.body-pweb-coffee .inner-content{
    box-shadow: none;
    border-radius: 30px;
}
.body-pweb-coffee .banner-area {
    background: var(--red-wine);
}
.body-pweb-coffee .image-box {
    border-top-left-radius: 30px;
    border-top-right-radius: 30px;
}
.body-pweb-coffee .image-box {
    border-top-left-radius: 30px;
    border-top-right-radius: 30px;
}
.body-pweb-coffee .slick-dots{
    display: block;
}


.florida-outside-footer{
    text-align: left;
}
.body-pweb-florida .mb-menu-group::before{
    background: var(--florida-yellow);
}
.body-pweb-florida .temp::after{
    background: var(--florida-yellow);
}
.dashboard-coffee .footer-content,
.dashboard-florida .footer-content {
    height: 0px;
}
.body-coffee .footer-content,
.dashboard-coffee .footer-content {
    border-radius: 0px 0px 0px 0px;
}
.body-pweb-monalisa .footer-quick-links h2.title, .body-pweb-monalisa .footer-quick-links hr.footer-line, .body-pweb-monalisa .footer-contact-us h2.title, .body-pweb-monalisa .footer-contact-us hr.footer-line,
.body-monalisa .footer-quick-links h2.title, .body-monalisa .footer-quick-links hr.footer-line, .body-monalisa .footer-contact-us h2.title, .dashboard-monalisa .footer-contact-us h2.title, .body-monalisa .footer-contact-us hr.footer-line,
.dashboard-monalisa .footer-contact-us hr.footer-line, .dashboard-monalisa .footer-quick-links h2.title, .dashboard-monalisa .footer-quick-links hr.footer-line {
    color: var(--monalisa-campogne-gold);
}
.body-pweb-monalisa .footer-quick-links .footer-link a, .body-monalisa .footer-quick-links .footer-link a, .dashboard-monalisa .footer-quick-links .footer-link a {
    color: var(--monalisa-campogne-gold);
}
.body-pweb-monalisa .footer-contact-us .footer-contact,  .body-monalisa .footer-contact-us .footer-contact, .dashboard-monalisa .footer-contact-us .footer-contact {
    color: var(--monalisa-campogne-gold);
}
.monalisa-outside-footer p {
    color: var(--monalisa-campogne-gold);
}
@media (max-width: 1199px){
    .footer-social img.monalisa-logo{
        width: 150px;
    }
}
@media (max-width: 992px){
    .far-coffee-bg {
        background: var(--red-wine);
        width: 100%;
        min-height: 100vh;
    }
    .footer-social{
        width: 100%;
        padding: 0px;
        padding-right: 10px;
    }
    .body-pweb-coffee .footer-social .footer-logo,
    .body-coffee .footer-social .footer-logo{
        width: 163px;
        height: 195px;
    }
    .body-pweb-coffee .footer-content,
    .body-coffee .footer-content{
        margin: 20px 19px 0px;
    }
    .mb-footer-content{
        margin-top: 20px;
        background: white;
        border-radius: 30px 30px 0px 0px;
        margin: 0px 10px;
    }
    .copyright{
        display: block;
        text-align: center;
    }
    .copyright p{
        font-size: 12px;
    }
    .inner-content{
        margin: 20px 9px;
        height: auto;

    }
    .coffee-footer{
        display: flex;
        justify-content: space-around;
        flex-direction: column;
        padding: 0px 15px;
    }
    .body-pweb-coffee .footer-quick-links,
    .body-coffee .footer-quick-links {
        width: 60%;
    }
    .footer-quick-links h2{
        padding-top: 20px;
        text-align: left;
        font-size: 25px;
    }
    .footer-contact-us h2{
        padding-top: 20px;
        text-align: left;
        font-size: 25px;
        float:none;

    }
    .footer-contact-us hr{
        margin-left: 0px;
        margin-right: 0px;
    }
    .footer-contact{
        text-align: left;
    }
    .body-florida .footer-contact-us,
    .body-pweb-florida .footer-contact-us,
    .body-monalisa .footer-contact-us,
    .body-pweb-monalisa .footer-contact-us {
        /* width: 100%; */
        margin-left: 42px;
    }
    .body-pweb-coffee .footer-link,
    .body-coffee .footer-link{
        display: flex;
        flex-direction: row;
    }
    .body-pweb-coffee .footer-contact-us,
    .body-coffee .footer-contact-us{
        width: 55%;
        margin-left: 40px;
    }
    .footer-line{
        width: 50%;
    }
    .div-whatsapp {
        text-align:center;
        margin-bottom: 9px;
    }
    .div-whatsapp .text {
        text-decoration: none;
        font-weight: bold;
        color: #ffffff;
        font-size: 18px;
    }
    .div-whatsapp .text img {
        width: 71px;
        margin: 0px -5px;
    }
    .body-florida .copyright,
    .dashboard-florida .copyright,
    .body-pweb-florida .copyright {
        background: #dcdada;
    }
    .body-pweb-florida.far-coffee-bg,
    .body-florida.far-coffee-bg{
        background: #FFFAF6;
    }
    .body-pweb-florida .inner-content {
        background: none;
        box-shadow: none;
        margin: 0px;

        border-radius: 30px; /* Ensure this applies to the background */
    }
    .body-pweb-florida .border-box{
        margin: 20px;
    }
    .body-pweb-florida .border-box::before {
        content: "";
        position: absolute;
        inset: 0;
        border-radius: 30px;
        padding: 3px;
        background:  linear-gradient(180deg, #FFEAB5 0%, #FFC907 100%);
        -webkit-mask: linear-gradient(#fff 0 0) content-box, linear-gradient(#fff 0 0);
        -webkit-mask-composite: xor;
        mask-composite: exclude;
        pointer-events: none;

    }
    .inner-content .container{
        margin: 0px;
        width: 100%;
        max-width: none;
    }
    .body-florida .div-whatsapp .text,
    .body-pweb-florida .div-whatsapp .text {
        color: black;
    }
    .image-box{
        width: 100%;
        height: 100%;
        border-radius: 15px;
        overflow: hidden;
        position: relative;
        background-color: rgba(0, 0, 0, 0.2);

    }
    .body-pweb-coffee .inner-content{
        margin: 0px;
        background: var(--red-wine);
    }
    .body-pweb-coffee .border-box{
        background: var(--whiteBeige);
        margin:  20px;
        padding:  1px;
        position: relative;
        border-radius: 30px;

    }
    .body-pweb-coffee .banner-area,
    .body-pweb-coffee .image-box,
    .body-pweb-coffee .image-box img{
        border-radius: 0px;
    }
    .body-pweb-coffee .slick-dots {
        background: var(--red-wine);
    }
    .body-pweb-coffee .slick-dots li button:before {
        color: white;
      }

    .body-pweb-coffee .slick-dots li.slick-active button:before {
        color: white;
    }
    .body-coffee .div-whatsapp .text,
    .dashboard-florida .div-whatsapp .text,
    .dashboard-coffee .div-whatsapp .text,
    .body-florida .div-whatsapp .text,
    .body-pweb-florida .div-whatsapp .text {
        color: black;
    }
    .body-pweb-coffee .footer-content,
    .body-coffee .footer-content {
        height: 21rem;
    }
    .body-florida .coffee-footer,
    .dashboard-florida .coffee-footer,
    .body-pweb-florida .coffee-footer,
    .body-monalisa .coffee-footer {
        padding: 0px 30px;
    }
    .body-coffee .footer-content,
    .dashboard-coffee .footer-content {
        margin: 0px 0px 0px;
    }
}


@media only screen and (max-width: 768px) {
    .body-pweb-florida .outlet-btn {
        width: 100%
    }
    .body-pweb-coffee .custom-footer,
    .dashboard-coffee .custom-footer,
    .body-coffee .custom-footer {
        background-image: url('../assets/far-coffee/far_coffee-footer.png');
        background-size: cover;
        background-repeat: no-repeat;
        height: 240px;
    }
    .body-florida .custom-footer,
    .dashboard-florida .custom-footer,
    .body-pweb-florida .custom-footer {
        background-image: url('../assets/florida/florida-footer.png');
        background-size: cover;
        background-repeat: no-repeat;
        height: 240px;
    }
    .body-monalisa .custom-footer,
    .dashboard-monalisa .custom-footer,
    .body-pweb-monalisa .custom-footer {
        background-image: url('../assets/monalisa-bookstore/monalisa-bookstore-footer.png');
        background-size: cover;
        background-repeat: no-repeat;
        height: 240px;
    }
}

@media (min-width: 993px) {
    .body-coffee .footer-social .footer-logo,
    .dashboard-coffee .footer-social .footer-logo {
        width: 170px;
    }

    .body-coffee .coffee-footer,
    .dashboard-coffee .coffee-footer{
        background: white;
        padding: 0px calc(15% - (5vw));
    }
}
