﻿@import url('https://fonts.googleapis.com/css2?family=Righteous&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Lato:wght@300&display=swap');

body {
    /* solid background */
    background: #22282e !important;
    /* gradient background*/
    background: linear-gradient(45deg, #adacaa) 0%, #777675 100% !important;
    /* photo background */
    /* background-image: url(https://images.unsplash.com/photo-1619204715997-1367fe5812f1?ixlib=rb-1.2.1&ixid=MnwxMjA3fDB8MHxwaG90by1wYWdlfHx8fGVufDB8fHx8&auto=format&fit=crop&w=1889&q=80); */
    /* background-size: cover !important; */
    /* background-position: center !important; */
    /* background-attachment: fixed !important; */
    /* background-repeat: no-repeat !important; */
}

.container-cc {
    backdrop-filter: blur(16px) saturate(180%) !important;
    -webkit-backdrop-filter: blur(16px) saturate(180%) !important;
    background-color: #777371 !important;
    background-image: url(ggwp.png) !important;
    border-radius: 12px !important;
    border: 1px solid rgba(255, 255, 255, 0.125) !important;
    padding: 0 !important;
    filter: drop-shadow(0 30px 10px rgba(0, 0, 0, 0.125)) !important;
    display: flex !important;
    flex-direction: column !important;
    align-items: center !important;
    text-align: center !important;
    width: 100% !important;
   
}



.wrapper-cc {
    width: 100% !important;
    height: auto !important;
    margin-bottom: 100px !important;
}

.banner-image-cc {
    /*  background-image: url(https://images.unsplash.com/photo-1641326201918-3cafc641038e?ixlib=rb-1.2.1&ixid=MnwxMjA3fDB8MHxwaG90by1wYWdlfHx8fGVufDB8fHx8&auto=format&fit=crop&w=1887&q=80) !important;*/
    background-position: center !important;
    background-size: contain !important;
    background-repeat: no-repeat !important;
 
    height: 220px;
    width: auto !important;
    border-radius: 12px !important;
    border: 1px solid rgba(255, 255, 255, 0.255) !important;
    margin-bottom: 24px !important;
}

h1 {
    font-family: 'Righteous', sans-serif !important;
    color: rgba(255, 255, 255, 0.98) !important;
    text-transform: uppercase !important;
    font-size: 1.4rem !important;
}

p {
    color: #fff !important;
    font-family: 'Lato', sans-serif !important;
    text-align: center !important;
    font-size: 0.8rem !important;
    line-height: 150% !important;
    letter-spacing: 2px !important;
    text-transform: uppercase !important;
}

span {
    font-family: 'Righteous', sans-serif !important;
    color: rgba(255, 255, 255, 0.98) !important;
    text-transform: uppercase !important;
    font-size: 1.4rem !important;
    text-align: center !important;
    width: 100% !important;
    position: absolute !important;
    bottom: 50px !important;
}

.button-wrapper-cc {
    margin-top: 50px !important;
    padding-top: 50px !important;
    position: absolute !important;
    bottom: 18px !important;
}

.btn-cc {
    border: none !important;
    padding: 12px 24px !important;
    border-radius: 24px !important;
    font-size: 12px !important;
    font-size: 0.8rem !important;
    letter-spacing: 2px !important;
    cursor: pointer !important;
}

    .btn-cc + .btn-cc {
        margin-left: 10px !important;
    }

.outline-cc {
    background: transparent !important;
    color: #fff !important;
    border: 2px solid #a7a5a4 !important;
    transition: all .3s ease !important;
}

    .outline-cc:hover {
        transform: scale(1.125) !important;
        color: #fff !important;
        border-color: #a7a5a4 !important;
        transition: all .3s ease !important;
    }

.fill-cc {
    background-color: #a7a5a4 !important;
    color: rgba(255, 255, 255, 0.95) !important;
    filter: drop-shadow(0) !important;
    font-weight: bold !important;
    transition: all .3s ease !important;
}

    .fill-cc:hover {
        transform: scale(1.125) !important;
        border-color: rgba(255, 255, 255, 0.9) !important;
        filter: drop-shadow(0 10px 5px rgba(0, 0, 0, 0.125)) !important;
        transition: all .3s ease !important;
    }

.grid-container-cc {
    position: absolute !important;
  
    width: 70% !important;
    left: 15% !important;
    display: grid !important;
    grid-template-columns: repeat(auto-fit, minmax(300px, 1fr)) !important;
    gap: 24px !important;
    margin-top: 24px !important;
}

.card-cc {
    height: auto !important;
    padding: 20px !important;
    width: 100% !important;
    display: flex !important;
    flex-direction: column !important;
    align-items: center !important;
    justify-content: flex-start !important;
    text-align: center !important;
}
