﻿.banner1 {
    width: 100%;
    height: 500px;
}

.cardStyle {
    width: 355px;
}

.division {
    margin-left: 10px;
}

.secondRowCards {
    margin-top: 10px;
}

.logoWidth {
    width: auto;
}

.parallax {
    /* The image used */
    background-image: url("/Assets/bg/background1.jpg");
    /* Set a specific height */
    min-height: 500px;
    /* Create the parallax scrolling effect */
    background-attachment: fixed;
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
}


@@media only screen and (min-width: 1600px) {
    /* Styles for monitors between 1200px and 1600px in width */
    .cardStyle {
        width: 410px;
        margin-top: 10px;
    }
}




@@media only screen and (max-width: 767px) {
    /* Styles for smartphones */

    .banner1 {
        width: 100%;
        height: 200px;
    }

    .cardStyle {
        width: 100%;
        margin-top: 10px;
    }

    .division {
        margin-left: 0;
    }
}

@@media only screen and (min-width: 768px) and (max-width: 1024px) {
    /* Styles for tablets */
    .banner1 {
        width: 100%;
        height: 200px;
    }

    .cardStyle {
        width: 100%;
        margin-top: 10px;
    }

    .division {
        margin-left: 0;
    }
}

.row {
    --bs-gutter-x: 0rem;
    --bs-gutter-y: 0;
    display: flex;
    flex-wrap: wrap;
    margin-left: calc(var(--bs-gutter-x)*-.5);
    margin-right: calc(var(--bs-gutter-x)*-.5);
    margin-top: calc(var(--bs-gutter-y)*-1);
}

.image {
    background-size: cover;
}

#auth #auth-left {
    padding: 3rem 1rem;
}

input:-webkit-autofill::first-line {
    font-family: 'Nunito' !important;
    font-size: 1.2rem;
}

img {
    object-fit: cover
}

.padded img {
    padding-left: 6em;
    padding-right: 6em;
}

.picHover {
    margin: auto auto;
}

    .picHover img {
        width: 100%;
        height: auto;
        align-items: center;
        transition: all 1s;
    }

    .picHover:hover img {
        transform: scale(1.2);
        border-radius: 50px;
    }


body {
    background-image: url();
    background-repeat: no-repeat;
    background-attachment: fixed;
    background-size: 100% 100%;
}


.customized_hr_tag {
    background: #80808052;
    height: 1px;
    width: 80%;
}

.customized_hr_main {
    display: flex;
    justify-content: center;
    align-items: center;
}

.customized_hr_tag {
    background: #80808052;
    height: 1px;
    width: 80%;
}

.customized_hr_main {
    display: flex;
    justify-content: center;
    align-items: center;
}

p, span {
    text-align: justify;
}


@keyframes DownToUpAppear {
    from {
        opacity: 0;
        transform: translateY(800px);
    }

    to {
        opacity: 1;
        transform: translateY(0px);
    }
}

.DownToUpAppear {
    animation: DownToUpAppear 2s ease-out both;
    animation-timeline: view();
    animation-range: entry 0% cover 25%;
}





.card-img-top-overlay .overlay {
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    /*     background: rgba(120,120,120,.4); */
}

a {
    text-decoration: none !important;
}

.card-img-top-overlay .card-badge.top-right {
    top: 1rem;
    right: 1rem;
}

.card-img-top-overlay .card-badge.top-left {
    top: 1rem;
    left: 1rem;
}
/* for images to be same height */
.img-same-height {
    object-fit: cover;
    height: 100%;
}

.card-img-top-overlay .card-badge {
    position: absolute;
    font-size: .8125rem;
    line-height: 1.5rem;
    font-weight: 600;
    box-shadow: 0 0.8rem 1.2rem #343a4014;
    padding-left: 0.75rem;
    padding-right: 0.75rem;
    border-radius: 0.25rem;
    z-index: 1000;
}

.card-img, .card-img-top {
    border-top-left-radius: calc(0.1875rem + 0px);
    border-top-right-radius: calc(0.1875rem + 0px);
}

.shape.bottom {
    bottom: -2px;
    left: 0;
    right: 0;
}

.shape {
    position: absolute;
    pointer-events: none;
    overflow: hidden;
}

    .shape > svg {
        width: auto;
        height: 100%;
    }

    .shape.bottom > svg {
        width: 100%;
    }

.card-body {
    flex: 1 1 auto;
    padding: 1.5rem;
}

.card {
    margin-bottom: 1.5rem;
    position: relative;
}