@import url('https://fonts.cdnfonts.com/css/times-new-roman');

*,
body {
    margin: 0;
    padding: 0;
    overflow-x: 0 !important;
    font-family: 'Times New Roman',
        sans-serif;
}

.cstm-gold {
    color: #8d7843 !important;
}

.bg-cstm {
    background-image: url('/images/tabg.svg') !important;
    background-size: cover !important;
    background-repeat: no-repeat !important;
    background-position: center center !important;
}

.fp-watermark {
    display: none !important;
}

.container-center {
    display: flex;
    flex-direction: column;
    height: 100vh;
    overflow: hidden;
}

.row-center {
    align-items: center;
    justify-content: center;
    flex-grow: 0.8;
    overflow-y: auto;
}

.loading-h1
{
    font-size: 35px !important;
}

.pulsate-bck {
    -webkit-animation: pulsate-bck 2s ease-in-out infinite both;
    animation: pulsate-bck 2s ease-in-out infinite both;
}

@-webkit-keyframes pulsate-bck {
    0% {
        -webkit-transform: scale(1);
        transform: scale(1);
    }

    50% {
        -webkit-transform: scale(0.9);
        transform: scale(0.9);
    }

    100% {
        -webkit-transform: scale(1);
        transform: scale(1);
    }
}

@keyframes pulsate-bck {
    0% {
        -webkit-transform: scale(1);
        transform: scale(1);
    }

    50% {
        -webkit-transform: scale(0.9);
        transform: scale(0.9);
    }

    100% {
        -webkit-transform: scale(1);
        transform: scale(1);
    }
}

.li-icon {
    display: inline-block;
    list-style: none;
}

.section-img {
    width: 60% !important;
}

.partner-logo {
    width: 50% !important;
}

.coll-img {
    margin-top: 50px !important;
    width: 55% !important;
}


@media only screen and (max-width: 500px) {
    .section-img {
        width: 30% !important;
    }
    
    .loading-h1
{
    font-size: 10px !important;
}

    .container-center {
        display: flex;
        flex-direction: column;
        height: 80vh;
        overflow: hidden;
    }

    .section-img-2 {
        width: 100% !important;
    }

    .partner-logo {
        width: 60% !important;
    }

    h6,
    h4 {
        font-size: 12px !important;
    }

    .coll-img {
        width: 100% !important;
    }
}
