html{
    overflow: auto;
    height: 100%;
    width: 100%;
    position: relative;
}
body{
    font-family: "Alliance No.2", sans-serif;
    overflow: hidden;
    overflow-y: auto;
    position: relative;
    color: white;
    min-height: 100%;
    background: black;
}

.navbar-brand {
    margin-left: 15px;
}
.navbar-toggler{
    margin-right:15px;
}
.navbar-collapse{
    justify-content: flex-end;
    margin-right: 15px;
    margin-left: 15px;
}
.navbar a, .navbar button {
    background: black;
}

#navbarshumpum01 .navbar-nav{
    padding-left: 10px;
}

#logo-img {
    width: auto;
    display: block;
    height: 35px;
}


#particle-background {
    position: relative;
    width: 100%;
    height: 100vh;
    background-color: #000;
    text-align: center;
}

.contentmain {
    position: relative;
    z-index: 1;
    color: white;
    font-size: 2rem;
    text-align: center;
    top: 20%;
    transform: translateY(-50%);
}

.particles-js-canvas-el {
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    z-index: 0;
}

.main-content {
    position: relative;
    margin-top: 10%;
    text-align: center;
    min-height: 320px;
    z-index: 1;
    padding-left: 30px;
    padding-right: 30px;
}

#maincontainer {
    position: absolute;
    left: 10%;
    right: 10%;
}
.cursorblink {
    display: inline-block;
    animation: blinker 0.9s infinite;
    font-weight: bold;
}
@keyframes blinker {
    0% { opacity: 1; }
    50% { opacity: 0; }
    100% { opacity: 1; }
}
.typing-container {
    font-size: clamp(1rem, 5vw, 2rem);
    display: inline-block;
    overflow: hidden;
}
#main-text {
    font-size: clamp(1rem, 12vw, 3rem);
    font-weight: revert;
    text-align: left;
    padding-bottom: 0;
    margin-bottom: 0;
}
.topbaro{
    display: inline-block;
    background-color: #0f0f0f;
    border: 1px solid #292b3b;
    border-radius: 50px;
    padding: 20px 60px;
    border-bottom-left-radius: 0;
    border-bottom-right-radius: 0;
    border-bottom: none;
    background-image: radial-gradient( farthest-corner at 50% 50%, rgba(255, 255, 255, 0.1), rgb(0, 0, 0) );

}
.botbaro{
    background-color: #000;
    border-bottom: 1px solid #292b3b;
    margin-bottom: 30px;
    padding-top: 15px;
    padding-bottom: 15px;
    border-left: 1px solid #292b3b;
    text-align: left;
    padding-left: 30px;

}
#dynamic-text {
    padding-bottom: 10px;
}
#subText {
    padding: 22px;
    font-size: clamp(.8rem, 2vw, 1.2rem);
    font-weight: lighter;
    color: #f1f1f1;
    line-height: 1.8rem;
    margin: auto;
    background: rgba(0, 0, 0, .8);
    text-align: center;
}

.agentcont {
    position: relative;
    display: inline-block;
    padding: 20px 40px;
    /*background-color: #cf245f;*/
    /*background-image: linear-gradient(to bottom right, #fcd34d, #ef4444, #ec4899);*/
    border: 0;
    border-radius: .25rem;
    box-sizing: border-box;
    color: #fff;
    box-shadow: 1px 1px 10px #3c4f50;
    z-index: 1;
    margin-bottom: 50px;
    margin-left: 10px;
    margin-right: 10px;
    background-image: url('/assets/images/cardbackb.jpg');
    background-size: cover;
    background-position: center;
    background: #06010fc7;
}
.agentcont:hover{
    box-shadow: 1px 1px 20px #3c4f50;
}

.agentButton{
    font-size: 54px;
    width: 120px;
    border-radius: 100px;
    position: relative;
    padding: 20px;
    background: #161515;
    margin: 25px auto auto;
    z-index: 1;
    box-shadow: 1px 1px 10px blueviolet;
}

.agentcont:hover .agentButton{
    font-weight: bold;
    box-shadow: 1px 1px 20px #d62be2;
}

.agentcont h4 {
    color: white;
}
.demobox {
    margin-top: 25px;
    padding: 20px 0;
}

.demobox select{
    border-radius: 0;
    border-color: #5d28d0;
}
.demobox input{
    border-radius: 0;
    border-color: #5d28d0;
}
.demobox button{
    border-radius: 0;
    height: 55px;
    padding: 0 30px;
    text-shadow: none;
    color: white;
    background: #5d28d0;
}
.demobox button:hover{
    background: #3c045c;
}

.maskinputgroup {
    position: absolute;
    left: -25px;
    right: -25px;
    top: -10px;
    bottom: -10px;
    background: #857bf9;
    color: white;
    z-index: 5;
    display: none;
    font-size: 0.9rem;
    line-height: 2rem;
    padding-top: 1.3rem;
}

.grainback{
    padding-top: 100px;
    background-image: radial-gradient( farthest-corner at 50% 50%, rgba(255, 255, 255, 0.1), rgb(0, 0, 0) );
}
.grainback h2 {
    font-size: 3rem;
    padding: 100px;
    text-align: center;
    padding-bottom: 50px;
}
.grainback .cardmain {
    position: relative;
    padding: 10px;
    text-align: left;
    background-color: #0f0f0f;
    border: 1px solid #292b3b;
    border-radius: 16px;
    height: 400px;
    margin: 30px auto auto;
    max-width: 350px;
    overflow: hidden;
    box-shadow: 1px 1px 5px blueviolet;
}

.grainback .cardmain .card-img-top {
    position: absolute;
    top: 0;
    right: 0;
    left: 0;
    height: 220px;
    background: gray;
}

.grainback .cardmain .card-body {
    position: absolute;
    top: 240px;
    left: 0;
    right: 0;
    padding: 15px;
}

.grainback .cardmain .card-body .card-title {
    font-size: 24px;
}

.grainback .cardmain .card-body .card-text {
    font-size: 14px;
    margin-top: 10px;
}

.grainback .bulbmain {
    max-width: 500px;
    margin: auto;
    padding: 25px;
    border: 1px solid #0d245bb0;
    margin-bottom: 50px;
    border-radius: 15px;
    box-shadow: 1px 1px 5px #5f9ea02e;
}

.grainback .bulbmain .bulbtile {
    margin-bottom: 10px;
}

.grainback .bulbmain .bulbtext {
    color: #afc1d7;
    font-size: 14px;
}

.pricingbod{
    padding: 25px;
    border: 1px solid #0d245bb0;
    margin: auto auto 50px;
    border-radius: 15px;
    box-shadow: 1px 1px 5px #5f9ea02e;
}
@media (max-width: 992px){
    .main-content{
        margin-top: 100px;
        min-height: 250px;
        padding-left: 0;
        padding-right: 0;
    }
    .typing-container{
        font-size: 1.5rem;
        line-height: 3rem;
    }
    .topbaro{
        font-size: 1.5rem;
        line-height: 3rem;
    }
}

/*for xs screens write a css*/
@media (max-width: 576px) {
    .main-content{
        margin-top: 100px;
        min-height: 200px;
        padding-left: 0;
        padding-right: 0;
    }
    #main-text{
        padding: 0;
    }
    .typing-container{
        font-size: 1.5rem;
        line-height: 3rem;
    }
    #dynamic-text{
        padding-bottom: 5px;
    }
    .cursorblink{
        /*margin-left: -5px;*/
    }
    .demobox select, .demobox input, .demobox button{
        font-size: 12px;
    }
    .demobox .input-group-append{
        max-width: 75px;
    }
    .demobox button{
        padding: 0 10px;
    }
    .demobox select{
        max-width: 80px;
    }
    .agentcont{
        padding: 20px;
    }
    .maskinputgroup{
        font-size: 10px;
        line-height: 35px;
        padding-top: 20px;
        left:-20px;
        right:-20px;
    }
}

.footer{
    padding-bottom:50px ;
}

footer .desc{
    line-height: 1.25rem;
    font-size: small;
    color: white;
    text-align: center;
    margin-bottom: 0.5rem;
}

footer .staticlink{
    line-height: 1.25rem;
    font-size: small;
    color: #e1e1e1;
    text-align: center;
    margin-top: -5px;
    margin-bottom: 5px;
}

footer .staticlink a{
    text-decoration: none;
    color: white;
    padding: 2px 10px;
    display: inline-block;
    border-radius: 5px;
}

footer .staticlink a:hover{
    color: white;
    background: #606eff;
}
.grecaptcha-badge{
    display: none;
}