*{
    margin: 0;
    padding: 0;
    font-family: 'Segoe UI', sans-serif;
}

body{
    height: 100vh;
    display: flex;
    align-items: center;
    justify-content: center;
    background-color: rgb(51, 51, 51);
}

#cursor-blur{
    height: 220px;
    width: 220px;
    background-color: rgba(142, 133, 133, 0.455);
    border-radius: 50%;
    position: fixed;
    filter: blur(90px);
}

.bg{
    width: 100%;
    height: 100%;
    position: fixed;
    left: 0;
    top: 0;
    z-index: -100;
    opacity: .4;
    object-fit: cover;
}

.bg video{
    object-fit: cover;
    height: 100%;
    width: 100%;
  
    position: absolute;
    top: 0;
    left: 0;
}

.container{
    color: #fff;
    text-align: center;
    object-fit: cover;
}

h1 {
    font-size: 4rem;
    font-weight: 700;
    margin-bottom: 1rem;
}

@media screen and (max-width: 768px) {
    h1 {
        font-size: 3rem;
        margin-bottom: 1.5rem;
    }
}

@media screen and (max-width: 480px) {
    h1 {
        font-size: 2rem;
        margin-bottom: 1rem;
    }
}


h3{
    font-size: 14px;
    font-weight: 400;
    letter-spacing: 8px;
    margin-bottom: 20px;
}

.progress-bar{
    width: 360px;
    height: 12px;
    background-color: #e6e6e6;
    margin: auto;
    margin-bottom: 100px;
    opacity: .8;
    position: relative;
}

.progress-bar::before{
    content: "52%";
    position: absolute;
    left: 0;
    font-size: 12px;
    bottom: -18px;
}

.progress-bar::after{
    content: "100%";
    position: absolute;
    right: 0;
    font-size: 12px;
    bottom: -18px;
}

.progress-bar span{
    display: block;
    width: 52%;
    height: 12px;
    background-color: #1880ef;
    animation: fill 1s ease-in 1;
}

@keyframes fill{
    from{
        width: 0;
    }
    
    to{
        width: 52%;
    }
}

.social-icons a{
    display: inline-block;
    width: 60px;
    height: 60px;
    background-color: #1880ef;
    line-height: 60px;
    color: #fff;
    font-size: 22px;
    border-radius: 50%;
    margin: 0 10px;
    opacity: .7;
    transition: .3s linear;
}

.social-icons a:hover{
    transform: scale(1.1);
    opacity: 1;
}

@media (max-width: 768px){
    #cursor-blur{
        display: none;
    }
    h1{
        font-size: 48px;
    }
}


.calendly-badge-widget .calendly-badge-content {
    opacity: .7;
    font-family: 'Segoe UI', sans-serif;
}

.ZOkPVd_LRDODqX2OtRqu #onetrust-banner-sdk #onetrust-consent-sdk{
    display: none !important;
}

#onetrust-banner-sdk.otFloatingRounded{
    display: none !important;
}

.ot-sdk-row{
    display: none !important;
}


.ZOkPVd_LRDODqX2OtRqu {
    display: none;
}
