/* Add custom CSS styles below */
.first-banner-0 h1 {
    color:white;
}
.first-banner-0 p{
    color:#fefcff;
    font-size:26px !important ;    
}
.first-banner-2 .sal-animate .absolute{
    width:100%;
    left:0;
    top:auto;
    bottom:0;
}
.first-banner-2 .sal-animate .absolute button{
    min-width:100% !important;
    background-color:#304a9a;
}
section.media span{
    color:white !important;
}
section.media .shape{
    padding-left:20px;
    background-color:#304a9a;
}
@media(max-width:768px){
#details-5 .grid  {
    height:100vh !important;
}
#details-5 .relative.zoom-container:nth-of-type(2) {
    height:350px;
}
}

/* Content on top of Cart */
p.custom-content {
    background-color: var(--color-primary);
    padding: 1rem 10rem;
    text-align: center;
    color: #fff;
    font-size: 18px;
    line-height: 2.2rem
}
@media (max-width: 1440px) {
    p.custom-content {
        padding: 1rem 2rem;
        font-size: 16px;
    }   
}
@media (max-width: 1024px) {
    p.custom-content {
        padding: 1rem;
        font-size: 15px;
        line-height: 2rem
    }   
}
@media (max-width: 576px) {
    p.custom-content {
        padding: 0.5rem;
        font-size: 14px;
        line-height: 1.9rem
    }   
}