.background_main {
    background-image: url("../data/test1.png");
    background-color: #F5F7F9 !important;

}

.bg-up0 {
    background-color: transparent;
}

.bg-up00 {
    background-color: rgba(0, 0, 0, 0.7);
}

.bg-up {
    background: rgb(9, 66, 90);
    background: linear-gradient(270deg, rgba(9, 66, 90, 1) 38%, rgba(0, 212, 255, 1) 100%);
}

.bg-up2 {
    background: rgb(9, 66, 90);
}

.bg-up4 {
    background-color: #009fff;
}

.clup {
    color: rgb(15, 115, 117) !important;
}

.clup2 {
    color: #AABEC6;
}

.bg-up3 {
    background: rgb(9, 66, 90);
}

.cr1 {
    background-color: #3993DD;
    font-size: 32px;
}


.bg-mid {
    background-color: white;
    color: black;
}

.color_test {
    background-color: #F5F7F9;
}


.text-black {
    color: black;
}

.text-red {
    color: red;
}

.text-blue {
    color: #001f3f;
}

.floating_btn {
    border-radius: 50px;
    width: 20%;
    height: 5rem;
}

.floating_card {
    border-radius: 50px;
    background: rgba(0, 0, 0, .3);
    box-shadow: 20px 20px 60px rgba(0, 0, 0, .4),
    -20px -20px 60px rgba(0, 0, 0, .6);
}

.floating_card_vertical {
    border-bottom-right-radius: 50px;
    border-bottom-left-radius: 50px;
    background: #F5F7F9;
    box-shadow: 20px 20px 60px #d0d2d4,
    -20px -20px 60px #ffffff;
}

.floating_card_inv_vertical {
    border-top-right-radius: 50px;
    border-top-left-radius: 50px;

    background: rgba(0, 0, 0, .3);
    box-shadow: 10px 10px 20px rgba(0, 0, 0, .4),
    -10px -10px 20px rgba(0, 0, 0, .6);

}

.floating_card_vertical-w {
    border-radius: 50px;
    background: #F5F7F9;
    box-shadow: 10px 10px 20px #d0d2d4,
    -10px -10px 20px #ffffff;
}

.floating_card_inv_vertical-w {
    border-top-right-radius: 50px;
    border-top-left-radius: 50px;
    background: #FFFFFF;
    box-shadow: 20px 20px 60px #d9d9d9,
    -20px -20px 60px #ffffff;
}

.pr-50 {
    padding-right: 60% !important;
}

.btn1 {
    width: 200px;
    height: 40px;
    text-align: center;
    margin: 0 auto;
    border-radius: 4px;
}

.card-text1 {
    font-size: clamp(1rem, 4vw, 2rem);
    background-attachment: fixed;
    background-position: center;
    background-repeat: no-repeat;
    text-align: justify !important;
}


.hide {
    display: none !important;
}

.w-30 {
    width: 30% !important;
}

.h-300 {
    height: 300px !important;
}

.btn-outline-red {
    color: red;
    background-color: transparent;
    background-image: none;
    border-color: red;
}

.btn-outline-red:hover {
    color: #fff;
    background-color: red;
    border-color: red;
}

.btn-outline-red:focus, .btn-outline-red.focus {
    box-shadow: 0 0 0 0.2rem rgba(255, 0, 0, 0.5);
}

.btn-outline-red.disabled, .btn-outline-red:disabled {
    color: red;
    background-color: transparent;
}

.btn-outline-red:not(:disabled):not(.disabled):active, .btn-outline-red:not(:disabled):not(.disabled).active,
.show > .btn-outline-red.dropdown-toggle {
    color: #fff;
    background-color: red;
    border-color: red;
}

.btn-outline-red:not(:disabled):not(.disabled):active:focus, .btn-outline-red:not(:disabled):not(.disabled).active:focus,
.show > .btn-outline-red.dropdown-toggle:focus {
    box-shadow: 0 0 0 0.2rem rgba(255, 0, 0, 0.5);
}


.form-signin {
    width: 100%;
    max-width: 420px;
    padding: 15px;
    margin: auto;
}

.form-label-group {
    position: relative;
    margin-bottom: 1rem;
}

.form-label-group {
    position: relative;
    margin-bottom: 1rem;
}

.form-label-group > input,
.form-label-group > label {
    height: 3.125rem;
    padding: .75rem;
}


.form-label-group > label {
    position: absolute;
    top: 0;
    left: 0;
    display: block;
    width: 100%;
    margin-bottom: 0; /* Override default `<label>` margin */
    line-height: 1.5;
    color: #495057;
    pointer-events: none;
    cursor: text; /* Match the input under the label */
    border: 1px solid transparent;
    border-radius: .25rem;
    transition: all .1s ease-in-out;
}

.form-label-group input::-webkit-input-placeholder {
    color: transparent;
}

.form-label-group input:-ms-input-placeholder {
    color: transparent;
}

.form-label-group input::-ms-input-placeholder {
    color: transparent;
}

.form-label-group input::-moz-placeholder {
    color: transparent;
}

.form-label-group input::placeholder {
    color: transparent;
}

.form-label-group input:not(:placeholder-shown) {
    padding-top: 1.25rem;
    padding-bottom: .25rem;
}

.form-label-group input:not(:placeholder-shown) ~ label {
    padding-top: .25rem;
    padding-bottom: .25rem;
    font-size: 12px;
    color: #777;
}

.card-img {
    display: inline-block;
    background-attachment: fixed;
    background-position: center;
    background-repeat: no-repeat;
}

.card {
    border: transparent;
}

#crd:hover {
    background: #575F67;
    box-shadow: 20px 20px 60px #d0d2d4,
    -20px -20px 60px #ffffff;
    -webkit-transition: background 2s 0s ease, box-shadow 2s 0s linear, color 2s 0s ease;
    -moz-transition: background 2s 0s ease, box-shadow 2s 0s linear, color 2s 0s ease;
    -o-transition: background 2s 0s ease, box-shadow 2s 0s linear, color 2s 0s ease;
    transition: background 2s 0s ease, box-shadow 2s 0s linear, color 2s 0s ease;
}

.btn-primary:hover {
    color: #fff !important;
}

.w-49 {
    width: 49%;
}

.w-95 {
    width: 95%;
}

.underline {
    text-decoration: underline !important;
}

.items {
    height: 520px;
    background-repeat: no-repeat;
    background-size: cover;
}

.footer-no {
    font-size: 13px;
}

.flex-equal > * {
    -ms-flex: 1;
    flex: 1;
}

.mr-25 {
    margin-right: 2.5%;
}