@import url('https://fonts.googleapis.com/css2?family=Poppins:wght@200;300;400;500&family=Roboto:wght@100&display=swap');
:root {
    /* Font Family variable */
    --poppins: 'Poppins', sans-serif, 'Roboto', sans-serif;
    /* Color variable */
    --white: #ffffff;
    --black:#000000;
    --primary: #0052FF;
    --gray:#757575;
    --gray-light:#FAFAFA;

    /* transition */
    --transition: all 0.5s ease;
}

.black {color: var(--black);}
.white {color: var(--white);}
.primary {color: var(--primary);}
.bold {font-weight: bold;}
.mt10 {margin-top: 10px;}
.mt15 {margin-top: 15px;}
.mt20 {margin-top: 20px;}
.mt30 {margin-top: 30px;}

b, strong {
    font-weight: 700;
}

html {
    scroll-behavior: smooth;
}

*{
    padding:0; margin:0;
}

body {
    font-family: var(--poppins);
    font-size: 16px;
    line-height: 25px;
}

.align-center {
    align-items: center;
}

.header {
    position: fixed;
    z-index: 99;
    overflow: hidden;
    padding: 0.5rem 1rem;
    box-shadow: 0 4px 8px rgb(0 0 0 / 10%);
    background: #fff;
    width: 100%;
}
/* .animate-header {
    z-index: 99;
    width: 100%;
    height: 67px;
    position: fixed;
    top: 0px;
    animation: 200ms cubic-bezier(0.6, 0, 0.15, 1) 0s 1 normal none running iNYHRl;
} */

.header a,
.header a:hover {
    text-decoration: none;
}

.header .know {
    margin-right: 2rem;
    color: var(--black);
}


img {
    max-width: 100%;
}

.intro {
    position: relative;
}

.btn {
    border: none;
    padding: 15px 32px;
    text-align: center;
    text-decoration: none;
    display: inline-block;
    font-size: 1.5rem;
    height: 60px;
    line-height: 30px;
}

.btnUnsub {
    background-color: #8ADA98;
    border: 0;
    border-radius: 2px;
    color: #fff;
    display: inline-block;
    text-transform: uppercase;
    font-weight: 400;
    line-height: 1;
    vertical-align: middle;
}

.btn-primary {
    background-color: #3f80ca;
    color: var(--white);
}

.btn-sm {
    font-size: .8rem;
    padding: 0.65rem 0.6rem;
}

.form-block input {width:100%; height: 40px; padding: 5px 10px; border-radius: 5px; border:solid 1px #adadad; outline: none;}
.form-block input:focus-visible, .form-block input:focus, .form-block textarea:focus {border:solid 1px #409EFF}

.intro .intro-title {
    font-size: 60px;
    font-weight: bold;
    text-align: center;
    line-height: 80px;
}
.intro .mainTitle {
    margin: 0px;
    top: 40%;
    position: relative;
    display: block;
}
.headline {
    padding: 160px 50px 50px 50px;
    text-align: center;
}
.headline .subheadline {
    padding:1rem 6%;
    font-size: 18px;
    line-height: 30px;
}
.logo img { 
    max-width: 290px;
}


.intro .word,
.intro .letter {
    display: inline-block;
}

.container {
    max-width: 1180px;
    margin: 0 auto;
}

.form-getstarted {margin-top:40px}

.inside-form {max-width: 722px; text-align: center; display: flex; justify-content: center; margin:0 auto}
.inside-form input[type="text"] {
    border:solid 1px #BFBFBF;
    padding: 18px 30px;
    outline: none;
    border-radius: 5px;
    margin-right: 15px;
    font-size: 20px;
    transform: var(--transition);
}
.inside-form input[type="text"]:focus {border:solid 1px var(--primary)}
.inside-form button[type="submit"] {
    border-radius: 5px;
    cursor: pointer;
    transition: var(--transition);
}
.inside-form button[type="submit"]:hover {
    background-color: #024ae2;
}
.agreetext {
    font-size: 13px;
    text-align: center;
    margin: 10px auto;
}

section {
    margin-bottom: 50px;
}
.common-block {
    padding-top: 125px;
}
.common-block h1 {
    text-align: center;
    font-size: 38px;
    color: var(--primary);
    line-height: 45px;
    margin-bottom: 20px;
}


.footer {background:var(--gray-light); padding: 30px;}
.footer p {
    font-size: 14px;
    margin-bottom: 20px;
}
.footer-link {
    list-style: none;
    display: flex;
    align-items: center;
    justify-content: center;
    margin: 30px 0;
}
.footer-link a {display: inline-block; color: var(--black); text-decoration: none; transition: var(--transition); padding: 0 15px; margin: 0 15px;}
.footer-link a:hover {color: var(--primary);text-decoration: underline; }
.copyright {
    border-top: solid 1px #E5E5E5;
    text-align: center;
    margin:15px 0;
    padding: 15px 0;
}

.notable-earnings .custom-container .table-foot {
    border: 1px solid #ccc;
    border-top: 0
}

.table-footer:hover {
    background-color: #D2D2D2;
    cursor: pointer;
}

.notable-earnings .title {
    font-size: 1.1rem;
    padding-bottom: 5px; /*color: #63ce76;*/
}

.notable-earnings .custom-container p {
    color: #424858;
    font-family: 'Gotham Narrow SSm 4r', Arial;
    font-size: 16px !important;
    line-height: 22px;
}

.notable-earnings .custom-container table {
    border: 1px solid #ccc;
}

.notable-earnings .custom-container .responsive-table {
    overflow: inherit;
    border: none;
}

.notable-earnings .custom-container table thead {
    background-color: #75beda;
    color: #fff;
    font-size: .85rem;
}

    .notable-earnings .custom-container table thead th {
        line-height: normal;
    }

.notable-earnings .custom-container thead td {
    font-size: .85rem;
}

.notable-earnings .custom-container table td .table-text-align {
    font-size: .80rem;
}

.table-footer:hover {
    background-color: #D2D2D2;
    cursor: pointer;
}

.table-footer p {
    display: inline-block;
    font-size: .9rem;
}

.table--predicted-move .table-main__row td:nth-child(2) {
    width: 25%;
}

/* anees css start */
.notable-earnings {
    padding: 0.6em 0;
}

.custom-container {
    max-width: 1200px;
    margin: 0 auto;
}

    .custom-container article {
        margin-bottom: 25px;
    }

    .custom-container > article > h1 {
        font-size: 2em;
        margin-bottom: 20px;
        line-height: normal;
    }

    .custom-container > article > p {
        margin-bottom: 15px;
        line-height: normal;
    }

.notable-earnings .custom-container .custom-table table tbody tr td:first-child a {
    font-weight: 400;
}

.directional-prediction.custom-container table {
    border-bottom: 1px solid #ccc;
}

.directional-prediction.custom-container table {
    border-bottom: 1px solid #ccc;
}

.directional-prediction.custom-container table {
    border-bottom: 1px solid #ccc;
}

.directional-prediction-list ol, .directional-prediction-list ul {
    color: #424858;
    font-family: 'Gotham Narrow SSm 4r', Arial;
    font-size: 15px !important;
    padding-top: 0;
}

.directional-prediction-list ul {
    list-style: none;
    padding-left: 10px;
}

    .directional-prediction-list ul span {
        font-weight: bold;
    }

.termsAndConditions p {
    margin-bottom: 5px;
}

.termsAndConditions span {
    font-weight: normal;
}

.clear {
    clear: both;
}

.fontweight {
    font-weight: normal;
}

.padding-top10 {
    padding-top: 10px;
}

.f_fieldsec {
    margin-top: 10px;
}

    .f_fieldsec label {
        font-size: 16px;
        font-weight: bold;
        width: auto;
    }

.f_fieldItem {
    padding-left: 15px;
}


--------------


@media (min-width:993px) and (max-width: 1280px) {
    .custom-container > article {
        padding: 0 15px;
    }
}


@media screen and (min-width: 839px) and (max-width:1200px) {
    .intro .intro-title {
        font-size: 4.0rem;
        font-weight: bold;
    }
}


@media screen and (max-width: 680px) {
    .logo img {
        max-width: 230px;
    }
    .intro .intro-title {
        font-size: 110px;
        line-height: 40px;
        margin:0px;
        width: 100%;
    }
  
    .intro .mainTitle, .intro .word  {
        font-size: 44%;
        line-height: 60px;
    }  

    .container {
        max-width: 100%;
    }
    .intro {        
        background-position-x: 20%;
    }
   
    .intro .mainTitle, .intro .word {
        font-size: 30%;
        line-height: 40px;
    } 
    .headline {
        padding: 100px 20px 50px 20px;
        text-align: center;
    }
    .headline .subheadline {
        padding:1rem 0%;
        font-size: 16px;
        line-height: 26px;
    }
    .inside-form input[type="text"]  {
        font-size: 18px;
        margin-bottom: 20px;
        margin-right: 0px;
    }
    .inside-form .btn {
        font-size: 18px;
        width: 100%;
    }
    .inside-form {
        display: block;
        max-width: 100%;
    }
    .agreetext {
        text-align: center;
    }
    .footer {
        padding: 30px 15px 0 15px;
    }
    .footer-link a {
        padding: 0px;
    }        
}

