@import url('https://fonts.googleapis.com/css2?family=Montserrat:wght@400;500;600;700&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Roboto:wght@400;500;700&display=swap');

:root {
        /* FONT SIZING AND CONSISTENCY */
        --smallheading:~'calc(1rem + (1vw + .11px))';
        --medheading:~'calc(1.5rem + (0.75vw + .11px))';
        --largeheading:~'calc(2.5rem + (1vw + .11px))';
        --smallbodyfont:~'calc(0.85rem + (0.25vw + 0.01px))';
        --medlargbodyfont:~'calc(0.60rem + (0.45vw + 0.01px))';
        --medbodyfont:~'calc(0.35rem + (0.5vw + 0.01px))';
        --largebodyfont:~'calc(.75rem + (.65vw + .11px))';
        --largemobilebodyfont:~'calc(1rem + (.75vw + .11px))';
        --largemobileinputfont:~'calc(1rem + (1.8vw + .11px))';
        --smalldevicefontsize:~'calc(12px + 4 * ((100vw - 320px) / 680))';
        --mobileblockpadding:~'calc(.2rem + (.1vw + .11px))';
        --xxlargemobilebodyfont:~'calc(2rem + (1vw + .11px))';

        /*SITEWIDE FORMATTING TO ALLOW CONSISTENCY ACCROSS THE APP		*/
        --globalborderradius:4px;
        --globalbasepadding:var(--largebodyfont);
        --globaltransition:0.18s all ease-in;

        /*VANILLA BASE MEASUREMENTS - OVERRIDE IN CUSTOM IF NEEDED		*/
        /*--headerheight:100px;*/
        --sidebarwidth:max-content;
        --breadcrumbsheight:50px;
        --subtab-tab-color:#003366;
        --table-header-color:#003366;
        
        --btn-background:#333;
}


html{
    scroll-behavior: smooth;
}
body{
 font-family: 'Montserrat', sans-serif;
 font-weight: 400;
 position: relative;
}
h1,h2,h3,h4,h5,h6{
    font-weight: 700;
}
a{
    display: inline-block;
    transition: all ease .6s;
}
a:hover{
    text-decoration: none;
}
ul{
    list-style: none;
    padding: 0;
    margin: 0;
}
p{
    font-family: 'Roboto', sans-serif;
}
header {
    background-color: #fed702;
    padding: 5px 0;
    border-bottom: 2px solid #eaeef9;
}
header .navbar-expand-lg .navbar-nav .nav-link {
    padding-right: 1.5rem;
    padding-left: 1.5rem;
}
header .navbar-brand img {
    width:200px;
}
header button span i{
    color: #000;
    font-size: 24px;
}
header .nav-link {
    color: #021032;
    font-weight: 600;
    text-transform: uppercase;
    border-bottom: 2px solid transparent;
    font-size: 13px;
    transition: all ease .6s;
}
header .nav-link:hover {
    border-bottom: 2px solid #0f2f8f;
}
header .special {
    margin-left: 20px;
}
header .special a {
    color: #fff;
    font-weight: 600;
    text-transform: uppercase;
    font-size: 15px;
    background: #ef4137;
    padding: 8px 13px;
    border-radius: 5px;
    display: inline-block;
    transition: all ease .6s;
}
header .special a:hover{
    opacity: .9;
    box-shadow: 0 30px 40px rgba(0,0,0,.1), 0 10px 30px rgba(0,0,0,.2);
    color: #fff;
    text-decoration: none;
}
/* header end */

div#logoassets *
{ 
    max-width: 400px;
    display:block;
    padding:20px;
    border-bottom:2px solid #ccc;
    margin:auto;
    
} 
div#logoassets  
{ 
    width: 100%;
    text-align: center;  
} 

/* banner start */
@media (min-width: 576px){
    .modal-dialog
    {
        max-width: 75%;
    }
}
@media (min-width: 900px){
    .modal-dialog
    {
        max-width: 800px;
    }
} 
.banner.second{
    background-position: center;
}
.banner{
    padding: 80px 0;
    background: linear-gradient( rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0.5) );
    background-image: url('/app/images/squarecode-shuffle-1440.jpg');
    background-size: cover;
    background-repeat: no-repeat; 
    color: #fff;
    position: relative;
    z-index: 9;
}
.banner::after{
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    content: '';
    background: #000;
    opacity: .4;
    z-index: -9;
}
.banner .banner_left{}
.banner .banner_item_1 h1 {
    margin-bottom: 20px;
}
.banner .banner_item_1 ul{
    margin-bottom: 40px;
}
.banner .banner_item_1 ul li {
    font-size: 18px;
    margin-bottom: 10px;
}
.banner .banner_item_1 ul li i{
    display: inline-block;
    margin-right: 10px;
}
.banner .banner_item_2{}
.banner .banner_item_2 h2{
    margin-top:40px;
    margin-bottom: 20px;
}
.banner .banner_item_2 p {
    font-size: 20px;
}
.banner .banner_right{}
.banner .banner_right img{}
.common_link{
    margin-top: 40px;
}
.common_link a {
    background: red;
    color: #fff;
    font-weight: 700;
    padding: 12px 35px;
    border-radius: 5px;
}
/* banner end */


/* whatis start */
.whatis{
    background: #f1f1f1;
    padding: 60px 0;
}
.whatis img{
    width: 80%;
}
.whatis h2{
    margin-bottom: 20px;
}
.whatis li strong{
    margin-left: -20px;
    font-size:larger;
}
.whatis ul{
    margin-left: 20px;
    
}
.whatis li{
    margin-left: 20px;
    
}
.whatis p {
    font-size: 20px;
    margin-bottom: 0;
}
/* own end */

/* claim start */
.claim {
    padding: 60px 0;
}
.claim h2{}
.claim p {
    margin-bottom: 0;
    font-size: 20px;
}
/* claim end */

/* own start */
.own{
    background: #f1f1f1;
    padding: 60px 0;
}
.own img{
    width: 80%;
}
.own h2{
    margin-bottom: 20px;
}
.own p {
    font-size: 20px;
    margin-bottom: 0;
}
/* own end */


.zoom {
    padding: 60px 0;
    background: #f1f1f1;
}
.zoom h1 {
    text-transform: uppercase;
    margin-bottom: 60px;
}
.zoom h2 {
    margin-bottom: 30px;
    color: #027368;
    text-transform: uppercase;
}
.zoom  .container {
    max-width: 1360px;
}
.zoom .zoom_inner{}
.zoom .zoom_item{
    background: #fff;
    padding: 30px 20px;
    border-radius: 5px;
    box-shadow: 0 0 6px 0 rgba(0,0,0,.3);
    color: #7ac24b;
}
.zoom .zoom_inner h4 {
    font-size: 20px;
}
.zoom .zoom_inner h3 {
    font-size: 26px;
    text-transform: uppercase;
    margin-bottom: 20px;
}
.zoom .zoom_inner a {
    border: none;
    background: #00AEEF;
    padding: 8px 25px;
    border-radius: 5px;
    color: #fff;
    font-weight: 700;
    margin-top: 15px;
    cursor:pointer;
}
.zoom .zoom_item_1 {
    border-radius: 5px 0 0px 5px;
    padding: 40px 20px;
}
.zoom .zoom_item_2 {
    padding: 60px 20px;
}

.zoom .zoom_item ul{
    padding-top: 10px;
    padding-bottom: 10px;
}
.zoom .zoom_item ul li {
    font-weight: 600;
    margin-bottom: 10px;
    color: #636363;
}
.zoom p {
    font-size: 22px;
    margin-bottom: 10px;
    color: whitesmoke;
    font-weight: 700;
}
/* .zoom end */


.register{
    padding: 80px 0;
}
.register h2{
    margin-bottom: 60px;
}
.modal-body button{
    background: red;
    color: #fff;
    font-weight: 700;
    padding: 12px 35px;
    border-radius: 5px;
    border: none;
}
.modal-body button:disabled{
    background: #ccc;
    
}
.register form{
    border-radius: 10px;
    padding: 50px;
    box-shadow: 0 0 10px 0 rgba(0, 0, 0, .1);
}
/* register end  */
footer {
    padding: 20px 0;
    background: #262b3e;
    color: #fff;
    font-size: 15px;
}


.form_body {
    width: 500px;
    margin: 0 auto;
    margin-top: 40px;
}
.form_body input[type="email"] 
,.form_body input[type="url"] 
{
    width: 60%;
    display: inline-block;
    height: calc(2em + .75rem + 2px);
}
.form_body input[type="submit"]
, .form_body input[type="button"]
 {
    height: calc(2em + .75rem + 2px);
    background: red;
    color: #fff;
    display: inline-block;
    text-transform: uppercase;
    font-weight: 700;
    padding: 11px 20px;
    border-radius: 5px;
    margin-left: 10px;
    border: 1px solid red;
}

.own .form_body {
    width: 500px;
    margin: inherit;
    margin-top: 40px;
}
.squarecode-text{ 
    text-transform: uppercase;  
} 
.squarecode-text img{ 
    width:inherit;
} 
.squarecode-text :not(.highlight-color)
{  
    font-size: smaller;
}
.squarecode-text .highlight-color:not(:nth-child(6)) 
{ 
    color:#ea330e;
} 
span.free
{ 
    color:green;
    font-weight:bold;
    
}
.alert-ok{
    background:#c3ffbb;
    color:green;
    font-weight:bold;
}
.alert-error{
    background:#ffbbbb;
    color:red;
    font-weight:bold;
}
.alert-notice{
    background:orange;
    color:white;
    font-weight:bold;
}

/* Modal Form */
#customSC {
    background-color: rgba(0, 0, 0, 0.7);
}
#customSC .modal-body {
    position: relative;
}
#customSC .close span {
    font-size: 30px;
    position: absolute;
    top: 0;
    right: 5px;
}
#customSC .modal-header {
    flex-direction: column;
}
#customSC .modal-header p {
    margin-bottom: 0;
}
#customSC button[type='submit'] {
    background-color: red!important;
    border-color: red!important;
    font-size: 20px;
}
#responseMsg {
    width: 100%;
    font-size: 16px;
    border-radius: 3px;
}
.error {
    margin-top: 10px;
    padding: 10px;
    color: #b94a48;
    background-color: #f2dede;
    border: 1px solid rgba(185, 74, 72, 0.3);
}
.success {
    margin-top: 10px;
    padding: 10px;
    color: #468847;
    background-color: #dff0d8;
    border: 1px solid #d6e9c6;
}
.new-content-block{
    border:1px solid #ccc;
    border-radius:4px;
    background:#f9f9f9;
}
.nextstepmessage
{
    font-style:italic;
    font-weight:bold;
}
.nextstepmessage2
{
    font-style:italic;
    font-weight:bold;
}
.nextstepmessage-small
{
    font-size:smaller;
    font-style:italic; 
}
#stripe-card-element-error
{
    background: #fbbfbf;
    padding:4px;
    font-size:smaller;
    font-weight:bold;
    color:red;
} 
form>div>label
{
    font-weight:bold;
    color:#333;
}
 
form div.options
{
   border:1px solid #f5f5f5;
   background: #fafafa;
   padding: 10px;;
}
form>div>div label
{ 
    font-weight:bold;
    color:#666;
    margin: 0px;
    padding:0px;
}
form .tinynote
{
    font-size:smaller;
    color:#aaa;
}

