:root {
    --primary--bg-color-brida: #1e4398;
    --secondary-bg-color-brida: #eb1b2f;
    --primary-color-txt-brida: var(--primary--color-brida);
    --secondary-color-txt-brida: var(--secondary-color-brida);
    --grey-color-txt-brida: #9b9b9b;
}

.card {
    background: rgba( 255, 255, 255, 0.4 );
box-shadow: 0 8px 32px 0 rgb(69 70 75 / 37%);
backdrop-filter: blur( 3px );
-webkit-backdrop-filter: blur( 3px );
border-radius: 10px;
/* border: 1px solid rgba( 255, 255, 255, 0.18 ); */
border: none;
}

.display-4 {
    font-weight: 800;
}

.card {
    transition: transform 0.3s ease;
}

.card:hover {
    transform: scale(1.03);
    z-index: 2;
    /* box-shadow: 0 5px 13px rgba(60,72,88,.2)!important; */
    background: rgb(139 102 102 / 70%);
    box-shadow: 0 8px 32px 0 rgb(69 70 75 / 37%) !important;
    backdrop-filter: blur( 7px );
    -webkit-backdrop-filter: blur( 7px );
    border-radius: 10px;
    border: 1px solid rgba( 255, 255, 255, 0.18 );
    color: #E43F52;
}

.form-signin {
    width: 100%;
    /* max-width: 400px; */
    margin: auto;
}

.layanan {
    /* Other styles */
    transition: transform 0.3s, box-shadow 0.3s;
}

.layanan:hover {
    transform: scale(1.03);
    z-index: 2;
    box-shadow: 0 5px 13px rgba(60, 72, 88, 0.2) !important;
}


.br-cstm-18 {
    border-radius: 18px !important;
    -webkit-border-radius: 18px !important;
    -moz-border-radius: 18px !important;
    -ms-border-radius: 18px !important;
    -o-border-radius: 18px !important;
}

/* btn */
.btn-brida-primary{
    background: var(--primary--bg-color-brida);
    border-color: var(--primary--bg-color-brida);
    color: #fff;
}

.btn-brida-primary:hover{
    background: var(--secondary-bg-color-brida) !important;
    border-color: var(--secondary-bg-color-brida) !important;
    color: #fff !important;
}

/* bg */
.bg-second-brida{
    background: var(--secondary-bg-color-brida);
}

/* video bg */
.wrap-video{
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.video-bg{
    position: fixed;
    overflow: hidden;
    z-index: -1;
    height: 100%;
    width: 100%;
}


.video-wrap video {
	position: relative;
	z-index: 1;
	opacity: 1;
	width: 100%;
    height: 100%;
	transition: opacity .3s 1s ease;
	/*min-width: 100%;
	min-height: 100%;
	top: 50%;
	transform: translateY(-50%);*/
}

body:not(.has-plugin-html5video) .video-wrap video {
	opacity: 0;
}

.video-overlay,
.video-placeholder {
	position: absolute;
	width: 100%;
	height: 100%;
	top: 0;
	left: 0;
	z-index: 5;
	background: transparent url('https://canvastemplate.com/images/grid.png') repeat;
	transform: translateZ(0);
	-webkit-backface-visibility: hidden;
}

.video-placeholder {
	z-index: 4;
	background-repeat: no-repeat !important;
}

.overflow-custom{
	overflow: hidden;
}

@media (max-width: 400px) {
    .overflow-custom{
        overflow: auto;
    }

    .overflow-section{
        overflow: hidden !important;   
    }
    
}

@media (max-width: 667px){
    .overflow-custom{
        overflow: auto;
    }

    .overflow-section{
        overflow: hidden !important;   
    }
    
}

.overflow-section{
    overflow: auto;   
}
