
html {
  position: relative;
  min-height: 100%;
  font-size: 14px;
  scroll-behavior: auto !important;
}


body {
    font-family: "Inter", sans-serif;
    font-size: 16px;
    background-color: #fff;
    color: #000;
}

.main-title {
    font-size: 52px;
    letter-spacing: -0.02em;
    font-weight: 750;
    color: #1E22AA;
    margin-bottom: -10px;
    white-space: nowrap;
    /*line-height: 70px;*/
}



.header1 {
    font-size: 36px;
    line-height: 60px;
    font-weight: 820;
    color: #1E22AA;
}

.header2 {
    font-size: 40px;
    line-height: 44px;
    font-weight: bold;
}

.header3 {
    font-size: 24px;
    line-height: 30px;
    font-weight: 550;
    color: black;
}

.text1 {
    font-size: 18px;
}

.text2 {
    font-size: 20px;
}

.text3 {
    font-size: 14px;
}

.text-small {
    font-size: 12px;
}

.strategy-header {
    background-color: #1E22AA;
    color: white;
    border-radius: 15px;
    font-size: 30px;
    font-weight: bold;
    padding: 0px 60px;
}

/*@media (min-width: 768px) {
  html {
    font-size: 16px;
  }
}*/

.navbar-brand {
    /*padding-left: 150px;*/
    /*height: 50px;*/
}

.nav-link {
    font-size: 18px;
    font-weight: 500;
    margin-right: 10px;
}

.btn-login {
    font-weight: bold;
    border-radius: 15px;
    padding: 6px 24px;
    background-color: #2CC84D;
/*    border: 3px solid #2CC84D;*/
    color: #131313;
    font-size: 17px;
    font-weight: 600;
}

.btn-signup {
    font-weight: bold;
/*    border: 3px solid #8358FF;*/
    border-radius: 15px;
    padding: 6px 24px;
    background-color: #B5ECC1;
    color: black;
    font-size: 17px;
    font-weight: 600;
    margin-right: 10px;
}
    .btn-signup:visited {
        color: black;
    }
.btn-dashboard {
    font-weight: bold;
    border-radius: 15px;
    padding: 6px 24px !important;
    background-color: #E6DCFF;
    border: 3px solid #8358FF;
    color: #131313;
    font-size: 17px;
    font-weight: 600;
    margin-right: 20px;
}

.btn-dashboard > img {
    margin-left: 8px;
}

.btn-normal-size {
    font-weight: bold;
    border-radius: 15px;
    padding: 7px 24px;
    font-size: 22px;
    font-weight: bolder;
}

.btn-lets-go {
    background-color: #FFA400;
    color: black;
}

.btn-lets-go-green {
    background-color: #2CC84D;
}

.color-red {
    color: white;
    background-color: red;
}

.bundle {
    background-color: #FFDFA6;
    border: 3px solid #FFA400;
    border-radius: 15px;
}


.btn:focus, .btn:active:focus, .btn-link.nav-link:focus, .form-control:focus, .form-check-input:focus {
  box-shadow: 0 0 0 0.1rem white, 0 0 0 0.25rem #258cfb;
}

.how-it-works {
    background-image: url("../images/blue-pattern-1.png");
    color: white;
}

.video-do-it {
    position: relative;
}

.video-do-it > .img-fluid {
    border-radius: 1em;
}

.play-btn {
    margin: auto;
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    width: 100px;
    height: 100px;
}

.login-button {

}



.user-area {
    background-color: white;
    padding: 5px;
    border-radius: 10px;
    border: 1px solid #999;
    cursor: pointer;
}

.user-area:hover {
    background-color: aliceblue;
}

.sub-title {
    font-size: 30px;
    line-height: 32px;
    font-weight: bold;
    color: #4B3BA9;
}

.title3 {
    color: #D89701;
    font-size: 24px;
    font-weight: bold;
}


.tab-area {
    display: flex;
    align-items: flex-end;
    color: white;
    background-color: #4A61FF;
    height: 40px;
    padding-left: 30px;
    margin-bottom: 30px;
}

.tab {
    padding: 4px 32px;
    margin-right: 24px;
    cursor: pointer;
    border-top-left-radius: 0.5em;
    border-top-right-radius: 0.5em;
    background-color: #ccc;
    font-size: 14px;
    font-weight: bold;
}

.tab a {
    text-decoration: none;

}

    .tab.selected {
        color: #413D8A;
        background-color: white;
        height: 30px;
    }




.footer {
    background-color: #3241A5;
    color: #ddd;
    margin-top: 70px;
    padding-top: 20px;
    font-size: 18px;
    line-height: 20px;
}

.footer-row {
    /*line-height: 12px;*/
}

.footer-heading {
    color: white;
    font-weight: bold;
    font-size: 18px;
    margin-top: 20px;
    margin-bottom: 14px;
}

div.footer-row a {
    display: block;
    color: #ddd;
    text-decoration: none;
    line-height: 30px;
}

div.footer-row a:hover {
    text-decoration: underline;
    text-decoration-color: #ddd;
}

.footer-copyright {
    font-size: 14px;
    margin-bottom: 12px;
}

.google-registration {
    margin-top: 8px;
    border: 1px solid #ddd;
    border-radius: 1em;
    padding: 8px 14px;
}

.email-registration {
    display: flex;
    flex-direction: column;
    margin-top: 8px;
    /*border: 1px solid #ddd;*/
    /*border-radius: 1em;*/
    padding: 30px 20px;
}


.gray-box {
    display: flex;
    flex-direction: column;
    padding: 20px;
    margin-bottom: 20px;
    background-color: #f5f5f5;
    color: black;
    border-radius: 1em;
    font-size: 18px;
}
