/* Base overrides */
@import url('https://fonts.googleapis.com/css2?family=Varela+Round&display=swap');

body {
    background-color: #fff;
}
.container {
    width: 95%;
}
.container_wrapper {
    margin-bottom: 0px !important;
}
.mainWrapper h1, 
.mainWrapper h2, 
.mainWrapper h3 {
    font-family: 'Varela Round', sans-serif;
    font-weight: 500;
    color: #333;
}
.collectionCategories {
    display: inline-block;
}
.collectionCategories.tileCategories > div {
    font-size: 13px;
    padding: 8px 20px 7px;
    font-weight: 600;
    font-family: 'Nunito';
    margin-right: 10px;
}
#interestedWrapper {
    width: 100%;
}

/* ---------- */



/* Placeholder style */
.placeholder .placeholderBlock,
.placeholder .fa-play {
    background: linear-gradient(to right, #d4d4d4, #b8b8b8 20%, #d4d4d4 70%);
    background-size: 200% 100%;
    animation: ph-gradiant 1.5s linear infinite;
}
.placeholderImage {
    height: 200px;
    border-radius: 30px;
    margin-bottom: 24px;
    margin-top: 10px;
}
.placeholderTitle {
    height: 50px;
    width: 96%;
    border-radius: 200px;
    margin-bottom: 20px;
}
.placeholderTitle2 {
    height: 50px;
    width: 80%;
    border-radius: 200px;
    margin-bottom: 40px;
}
.placeholderStandfirst,
.placeholderStandfirst2 {
    height: 22px;
    width: 96%;
    border-radius: 200px;
    margin-bottom: 16px;
}
.placeholderStandfirst3 {
    height: 22px;
    width: 60%;
    border-radius: 200px;
    margin-bottom: 16px;
}


@keyframes ph-gradiant {
    0%{
        background-position: 100% 0
    }
    100%{
        background-position: -100% 0
    }
}


/* ----------------- */


/* Feedback Modal */
#feedback .modal-content {
    text-align: center;
    padding: 0px 30px 30px 30px;
    border-radius: 30px;
}
#feedback .modal-content h1 {
    margin-top: 0px;
    color: #2e6ecf;
    font-family: 'Varela Round', sans-serif;
    font-size: 30px;
    font-weight: bold;
    letter-spacing: 0.02em;
}
lottie-player {
    margin: auto;
}
textarea {
    width: 100%;
    height: 100px;
    border-radius: 20px;
    border: 1px solid #ddd;
    padding: 10px 14px;
    font-size: 14px;
    background: #fbfbfbef;
    outline: none !important;
}
.submitButton {
    background: #3072d1;
    border: 0px solid;
    display: inline-block;
    color: #fff;
    font-weight: bold;
    font-size: 14px;
    font-family: 'Varela Round', sans-serif;
    padding: 12px 20px 12px 14px;
    border-radius: 200px;
    line-height: normal;
    margin-top: 10px;
    transition: all 0.3s;
}
.submitButton:hover {
    background: #1f61bd;
    color: #fff;
    cursor: pointer;
}
.submitButton em {
    font-size: 22px;
    vertical-align: sub;
    margin-right: 6px;
}
.closeButton {
    position: absolute;
    cursor: pointer;
    top: 10px;
    right: 20px;
    font-size: 30px;
    color: #3072d1;
}
/* ------------- */


