/* Start custom CSS for html, class: .elementor-element-dcc03b3 */.container{
    background: black;
    width: 100%;
    height: 100dvh;
}


.elementor-container{
    max-width: 100% !important;
}

.elementor-column-gap-default>.elementor-column>.elementor-element-populated {
     padding: 0px; 
}

.entry_header{
    width: 80%;
    height: 25%;
    margin: auto;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    text-align: center
    
}

.entry_header h1{
    margin: 0;
    width: 70%;
    font-size: clamp(1rem,2.5vw,4rem);
    text-transform: uppercase
}

.entry_header p{
    width: 60%;
    margin-top: 20px;
    color: white;
}


.entry_container{
    width: 80%;
    height: 70%;
    background: black;
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 25px;
    margin: auto;
}

.reg2{
    width: 100%;
    height: 90%;
    border: solid;
    border-radius: 10px;
    display: flex;
     flex-direction: column;
     align-items: center;
     justify-content: center;
    place-items: center;
    padding: 10px 30px;
    gap: 10px;
    text-align: center;
    overflow: hidden;
    position: relative
}


.inspire_div{
    width: 100%;
}
.content1{
    width: 100%;
    height: 90%;
    border: solid;
    border-radius: 10px;
    display: flex;
     flex-direction: column;
     align-items: center;
     justify-content: center;
    place-items: center;
    padding: 10px 30px;
    gap: 10px;
    text-align: center;
    position: relative;
    overflow: hidden;
}

.content2{
    width: 100%;
    height: 90%;
    border: solid;
    border-radius: 10px;
    display: flex;
     flex-direction: column;
     align-items: center;
     justify-content: center;
    place-items: center;
    padding: 10px 30px;
    gap: 10px;
    text-align: center;
    position: relative;
    overflow: hidden;
}

.content1 p, .content2 p, .reg2 p{
    font-size: .7rem;
}
.content1 h3, .content2 h3, .reg2 h3{
    font-size: 1rem;
    color: white;
    text-transform: uppercase;
}

.content1 a, .content2 a, .reg2 a{
    font-size: 1rem;
    color: white;
    width: 100%
    
}


.logo_holder{
    width: 130px;
}

.logo_holder img{
    wwidth: 100%;
}

h2{
    font-size: clamp(0.9rem,2vw,0.9rem);
    margin: 0;
    color: white;
    font-weight: bold;
    margin-top: 10px
}

p{
    margin: 0;
    color: grey
}

h1{
    color: white;
    font-weight: bold;
     font-size: clamp(2rem,6vw,4rem);
     margin: 0;
    
}

sub{
    font-size: 2rem;
}

.subscribe_button{
    width: 100%;
    background: white;
    color:black;
    padding: 10px 20px;
    border-radius: 5px;
    margin-top: 30px;
    font-size: .9rem;
    font-weight: bold;
    text-transform: uppercase;

}

b{
    color: orange;
    font-style: italic;
    font-weight: 900;
}

.sub_info{
    font-size: .9rem
}

.bold_text{
    font-weight: 900;
    text-transform: uppercase;
    color: white;
}



/*Colors for pricing*/
 .color_orange{
    width: 100%;
    height: 2vh;
    background-color: orange;
    position: absolute;
    bottom: 0;
    color: white;
    
    
}

.colorG{
    width: 2100%;
    height: 2vh;
    background-color: green;
    position: absolute;
    bottom: 0;
    
}

.colorR{
    width: 2100%;
    height: 2vh;
    background-color: red;
    position: absolute;
    bottom: 0;
    
}



@media screen and (max-width:500px){
    body{
        background:black;
    }
    
    .container{
        height:auto;
    }
    
    .entry_container{
        flex-direction:column;
    }
    
    .content1,.reg2,.content2{
        
        padding: 45px 30px;
    }
    
    .content2{
        margin-bottom:50px;
    }
    
    .entry_header{
        padding:50px 0;
    }
    
    .entry_header h1,.entry_header p{
        width:100%
    }
    .entry_header h1{
        font-size:1.5rem;
    }
   
}/* End custom CSS */