html {
    scroll-behavior: smooth;
}

body {
    font-family: "sweet-sans-pro", sans-serif;
    font-weight: 700;
    font-style: normal;
}

.cover_wrapper {
    height: 100vh;
    width: 100%;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover !important;
    position: relative;
}


@media screen and (max-width: 768px) {

}

.cust-area-2 {
    padding-bottom: 0;
}

.cust-area {
    display: flex;             
    flex-direction: column;          
    justify-content: space-between; 
}

.card-custom-start {
    background: rgba(255, 255, 255, 0.8);
    backdrop-filter: blur(10px);
    padding-left: 20px;
    padding-right: 20px;
    padding-top: 15px;
    padding-bottom: 20px;
    text-align: center;

    width: 100%;
}

.card-custom-start--title h1 {
    font-family: "sweet-sans-pro", sans-serif;
    font-weight: 800;
    font-size: 4rem;
    margin-bottom: 0 !important;
}

.card-custom-start--description h2, .card-custom-start--description h4 {
    font-family: "sweet-sans-pro", sans-serif;
}

.card-custom-cont {
    background: rgba(255, 255, 255, 0.8);
    backdrop-filter: blur(10px);
    padding-left: 30px;
    padding-right: 30px;
    padding-top: 30px;
    padding-bottom: 30px;

    width: 100%;
    font-weight: 400;
    margin-bottom: 50px;
}

/* THEME SPECIFIC: PURPLE */

.purple {
    background-color: #B9ADD7;
    color: #6A50A7
}

.purple .footer {
    background-color: #6A50A7;
    color: #fff 
}

.purple .footer a {
    color: #fff
}

.purple .footer-logo {
    filter: invert(1)
}

.purple .social-links a img{    
    filter: invert(1)
}

/* THEME SPECIFIC: BLUE */

.blue {
    background-color: #B0CEEC;
    color: #08204B
}

.blue .footer {
    background-color: #08204B;
    color: #fff 
}

.blue .footer a {
    color: #fff
}

.blue .footer-logo {
    filter: invert(1)
}

.blue .social-links a img{    
    filter: invert(1)
}

/* THEME SPECIFIC: ORANGE */

.orange {
    background-color: #D79260;
    color: #b96849
}

.orange .footer {
    background-color: #b96849;
    color: #fff 
}

.orange .footer a {
    color: #fff
}

.orange .footer-logo {
    filter: invert(1)
}

.orange .social-links a img{    
    filter: invert(1)
}

/* THEME SPECIFIC: GREEN */

.green {
    background-color: #A2CA95;
    color: #095D17
}
.green .footer {
    background-color: #095D17;
    color: #fff 
}

.green .footer a {
    color: #fff
}

.green .footer-logo {
    filter: invert(1)
}

.green .social-links a img{    
    filter: invert(1)
}