
#kt_app_header, .app-header .app-container {
    background: linear-gradient(75deg, #023f5a 0%, #0071a4 25%, #0071a4 50%, #023f5a 100%) !important;
}

.liner_color {
    background: linear-gradient(75deg, #023f5a 0%, #0071a4 25%, #0071a4 50%, #023f5a 100%) !important;
}

.div_bg_color {
    background: linear-gradient(75deg, #3d6c8e 0%, #8f9fb0 100%)
}

.bg-gradient-to-tl {
    background-image: linear-gradient(to top left, var(--tw-gradient-stops));
}

.from-brand-700 {
    --tw-gradient-from: #0071a4 var(--tw-gradient-from-position);
    --tw-gradient-to: rgba(0, 113, 164, 0) var(--tw-gradient-to-position);
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to)
}

.via-brand-800 {
    --tw-gradient-to: rgba(5, 96, 135, 0) var(--tw-gradient-to-position);
    --tw-gradient-stops: var(--tw-gradient-from), #056087 var(--tw-gradient-via-position), var(--tw-gradient-to)
}

.fill-brand-800 {
    fill: #056087
}

.fill-current {
    fill: currentColor
}

.fill-gray-50 {
    fill: #f9fafb
}


.footer-lines {
    background: linear-gradient(90deg, rgba(248, 227, 63, 1) 0%, rgba(0, 178, 226, 1) 33%, rgba(241, 161, 150, 1) 66%,
    rgba(72, 109, 246, 1) 100%);
}

.footer-lines .pt-container {
    display: flex;
}

.pt-container {
    position: relative;
    max-width: 1270px;
    padding: 0 20px;
    margin: 0 auto;
}

span.footer-line-1 {
    background: #056087;
}

span.footer-line-2 {
    background: #F1A196;
}

span.footer-line-3 {
    background: #00B2E2;
}

.footer-lines span {
    height: 5px;
    display: block;
    background: #F8E33F;
    width: 25%;
    opacity: 0;
}

.div_bg_color_body {
    height: 300vh;
    background: linear-gradient(45deg, violet, dodgerblue, hotpink);
}

.parallax_container {
    background-attachment: fixed;
    background-position: center;
    background-size: cover;
    min-height: 40vh;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
}

.parallax_container::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: #ffffff;
    opacity: 0.9;
    z-index: -1;
}

.parallax_overlay {
    background-color: rgba(255, 255, 255, 0.9);
    position: relative;
    width: 100%;
    height: 100%;
}

.parallax_overlay::before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(255, 255, 255, 0.9);
    background-repeat: no-repeat;
    background-size: cover;
    opacity: 0.9;
    z-index: -1;
}


.ParallaxVideo {
    position: relative;
    height: auto;
    width: auto;
    z-index: -9998;

}

.ParallaxVideo video {
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    object-fit: cover;
    z-index: -9999;
}

.ParallaxVideo::before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    min-width: 100%;
    min-height: 100%;
    background-color: rgba(255, 255, 255, 0.9);
    background-repeat: no-repeat;
    background-size: cover;
    opacity: 0.9;
    z-index: -1;
}

.endRaduis {
    -webkit-border-top-right-radius: 0px;
    -webkit-border-bottom-right-radius: 0px;
    -moz-border-radius-topright: 0px;
    -moz-border-radius-bottomright: 0px;
    border-top-right-radius: 0px;
    border-bottom-right-radius: 0px;

    -webkit-border-top-left-radius: 50px;
    -webkit-border-bottom-left-radius: 50px;
    -moz-border-radius-topleft: 50px;
    -moz-border-radius-bottomleft: 50px;
    border-top-left-radius: 50px;
    border-bottom-left-radius: 50px;
}

@media only screen and (max-width: 960px) {
    .endRaduis {
        -webkit-border-radius: 0px;
        -moz-border-radius: 0px;
        border-radius: 0px;
    }
}