/*
Theme Name: Bridge Child 2026
Theme URI: http://demo.qodeinteractive.com/bridge/
Description: A child theme of Bridge Theme
Author: Qode Interactive
Author URI: http://www.qodethemes.com/
Version: 1.0.0
Template: bridge
*/
@import url("../bridge/style.css");

.blob-outer-container{
    position:fixed;
    height:30%;
    width:100%;
    z-index:0;
    inset:0;
    margin:auto;
    filter: blur(100px);
    background-color:black;
}

.blob-inner-container{
    border-radius: 99999px;
    position:absolute;
    inset:0;
    margin:auto;
    width:100vw;
    height:100vh;
    min-width:1000px;
    overflow:hidden;
    background:black;
    transform: scale(0.6);
    opacity: 0.5;
}

.blob{
    position:absolute;
    width:100vw;
    height:100vh;
    inset:0;
    margin:auto;
    background:conic-gradient(from 0deg, #00B5E1, #DA1884, #F9E547);
    animation: spinBlob 8s linear infinite;
}

@keyframes spinBlob{
    0% {
        transform: rotate(0deg) scale(2);
    }
    100% {
        transform: rotate(1turn) scale(2);
    }
}

#egc_full_width{
    width:100%;
    height:30%;
    margin:0 auto auto auto;
    background: black;
}

.content .container .container_inner.page_container_inner, .full_page_container_inner {
    padding: 0 0 0;
}

.bottom_header clearfix{
	
}

.fixed_top_header.has_top .bottom_header
Specificity: (0,3,0)
 {
    padding-top: 0;
}