body {
    margin: 0 auto;
    background-image: linear-gradient(155deg, #221e1c 25%, #000103 100%);
    font-family: 'Comfortaa', cursive;
    color: #9a9496;
}

p {
    font-size: 1.15rem;
    line-height: 1.65;
    letter-spacing: .5;
}

@media (max-width: 650px) {
    P {
        font-size: 1rem;
    }
}


h1,
h2,
h3,
h4,
h5{
    color: #eaeaea;
    line-height: 1.35;
    letter-spacing: .5;
}

h5 {
    font-weight: 400;
}

h6 {
    color: #9a9496;
    margin: 0 0 4rem;
    /* font-weight: 500; */
}

@media (max-width: 675px) {
    h6 {
        font-size: .85rem;;
    }
}

h1 {
    font-size: 2.75rem;
    font-weight: 800;
}

@media (max-width: 650px) {
    h1 {
        font-size: 2.5rem;
    }
}

@media (max-width: 400px) {
    h1 {
        font-size: 2.3rem;
    }
}

h2 {
    font-size: 2.5rem;
    font-weight: 600;
}

@media (max-width: 650px) {
    h2 {
        font-size: 2.1rem;
    }
}


a {
    color: #9a9496;
    text-decoration: none;
    transition: transform .3s ease-in-out;
    letter-spacing: .5;
}

a:hover {
    color: #FCB836;
}

/* .nav-link {
    font-size: 1.1rem;
    ;
} */

.notera {
    color: #FCB836;
    letter-spacing: .1rem;
}

.container-fluid {
    padding: 3% 10%;
}

.container,
.container-xxl {
    padding: 3% 2%;
}

@media (max-width: 650px) {

    .container,
    .container-xxl {
        padding: 3% 4%;
    }
}

.align-left {
    text-align: left;
}

#hero {}

@media (max-width:990px) {
    .content-hero {
        text-align: center;
    }
}

.navbar-brand {
    transition: all .2s ease-in-out;
}

.navbar-brand:hover {
    transform: scale(1.1);
}

@media (max-width:990px) {
    .navbar-brand {
        margin-bottom: 8px;
    }
}

.nav-item {
    margin: 0 0 0 40px;
}

@media (max-width:990px) {
    .nav-item {
        margin: 8px 0 0 0;
    }
}

/* .nav-link {
    letter-spacing: .05rem;
} */

.nav-link:hover {
    color: #FCB836;
}

.notera-nav {
    margin: 0 16px;
    font-size: 2rem;
    font-weight: 400;
    letter-spacing: .1rem;
}

.account-nav {
    color: #9a9496;
    border: 1px solid #9a9496;
    border-radius: 100rem;
    background-color: transparent;
    padding: .5rem;
}

.account-nav:hover {
    border-color: #FCB836;
    background-color: transparent;
}

.content-hero {
    margin-top: 10%;
    margin-bottom: 10%;
}

.p-hero {
    margin: 2rem 0 2.5rem;
}

@media (max-width: 650px) {
    .p-hero {
        margin: 5% 0 10%;
    }
}


.btn-hero {
    /* background-color: transparent;
    background-image: linear-gradient(to right, #FCB836 0%, #fbcf3b 50%, #fbcf3b 100%); */
    color: #FCB836;
    font-size: 1.3rem;
    letter-spacing: 1.15;
    font-weight: 30;
    padding: .85rem 2.5rem;
    background-color: transparent;
    background-size: 0% 100%;
    background-image: linear-gradient(#FCB836, #FCB836);
    background-repeat: no-repeat;
    transition: all 0.3s linear;
    border: 1px solid #FCB836;
    border-radius: 100rem;
    /* transition: transform .3s ease-in-out; */
}

.btn-hero:hover {
    /* background-color: #FCB836; */
    /* color: #FCB836; */
    /* font-weight: 400; */
    /* border: 1.5px solid #FCB836; */
    /* box-shadow: 0 0 8px #FCB836; */
    /* transform: scale(1.1); */
    background-size: 100% 100%;
    color: #221e1c;
    transition: all 0.3s cubic-bezier(0.000, 0.000, 0.230, 1);
}

.hero-col-l {
    padding-right: 4%;
}

.img-hero {
    width: 100%;
    transition: transform .3s ease-in-out;
}

.img-hero:hover {
    transform: scale(1.35);
    cursor: zoom-in;
}

@media (max-width: 990px) {
    .img-hero {
        margin-top: 32px;
    }
}

.center {
    margin: 0 auto;
    text-align: center;
}

.explore-notera {
    margin: 0 auto;
    text-align: center;
    line-height: 2;

    letter-spacing: 1.5;
    transition: transform .3s ease-in-out;
    width: 200px;
}

.explore-notera:hover {
    color: #FCB836;
    transform: scale(1.1);
}

@media (max-width: 650px) {
    .explore-notera {
        visibility: hidden;
    }
}

#features {
    margin-bottom: 4%;
}

.row-features {
    padding: 3rem 0;
}

@media (max-width: 990px) {
    .row-features {
        text-align: center;
    }
}

.h2-features {
    margin: 1rem 0 3rem;
    letter-spacing: 1.5;
}

@media (max-width: 650px) {
    .h2-features {
        margin-bottom: 10%;
    }
}

.img-features {
    width: 72%;
    transition: transform .3s ease-in-out;
}

@media (max-width: 1400px) {
    .img-features {
        width: 80%;
    }
}

@media (max-width: 1199px) {
    .img-features {
        width: 100%;
    }
}

@media (max-width: 990px) {
    .img-features {
        width: 50%;
    }
}

@media (max-width: 650px) {
    .img-features {
        width: 64%;
    }
}

.img-features:hover {
    transform: scale(1.4);
    cursor: zoom-in;
}

.feat-img-end {
    text-align: end;
}

.feat-img-start {
    text-align: start;
}

@media (max-width: 990px) {

    .feat-img-end,
    .feat-img-start {
        text-align: center;
        margin-bottom: 10%;
    }
}

@media (max-width: 990px) {
    .feat-row-reverse {
        display: flex;
        flex-direction: column-reverse;
    }
}

#integrations {
    background-color: rgb(34, 30, 28, .3);
    padding: 3rem 0 8rem;
    overflow: hidden;
    max-width: 100vw;
    position: relative;
}

.integrations-h2 {
    text-align: center;
    margin-bottom: 4rem;
}

.integrations-img {
    width: 150px;
    margin: 0 40px;
    transition: transform .2s ease-in-out;
}

.integrations-img:hover {
    cursor: pointer;
    transform: scale(1.15);
}

@media (max-width: 490px) {
    .integrations-img {
        width: 120px;
        margin: 0 24px;
    }
}

/* Begin Integration Animation */

/* @media (max-width: 1250px) and (min-width: 992px) {
    .int-anim-lg {
        display: none;
    }
} */


.int-images-lg {
    text-align: center;
    transform: translateX(-1350px);
    animation: move 50s linear 50s infinite;
    animation-delay: 0s;
    /* overflow: hidden; */
    max-width: 100vw;
    position: absolute;
}

.int-images-lg-2 {
    text-align: center;
    transform: translateX(-1350px);
    animation: move 50s linear 50s infinite;
    animation-delay: 10s;
    /* overflow: hidden; */
    max-width: 100vw;
    position: absolute;
    display: inline-block;
}

/* @media (max-width: 490px) {
    .int-images-lg-2 {
        animation-delay: 9.75s;
    }
} */

.int-images-lg-3 {
    text-align: center;
    transform: translateX(-1350px);
    animation: move 50s linear 50s infinite;
    animation-delay: 20s;
    /* overflow: hidden; */
    max-width: 100vw;
    position: absolute;
    display: inline-block;
}

/* @media (max-width: 490px) {
    .int-images-lg-3 {
        animation-delay: 19.5s;
    }
} */

.int-images-lg-4 {
    text-align: center;
    transform: translateX(-1350px);
    animation: move 50s linear 50s infinite;
    animation-delay: 30s;
    /* overflow: hidden; */
    max-width: 100vw;
    position: absolute;
    display: inline-block;
}

/* @media (max-width: 490px) {
    .int-images-lg-4 {
        animation-delay: 29.25s;
    }
} */

.int-images-lg-5 {
    text-align: center;
    transform: translateX(-1350px);
    animation: move 50s linear 50s infinite;
    animation-delay: 40s;
    /* overflow: hidden; */
    max-width: 100vw;
    position: absolute;
    display: inline-block;
}

/* @media (max-width: 490px) {
    .int-images-lg-5 {
        animation-delay: 39.5s;
    }
} */

@-webkit-keyframes move {
    from {
        transform: translateX(-650px);
    }

    to {
        transform: translateX(1675px);
    }
}

@media (max-width: 490px) {
    @-webkit-keyframes move {
        from {
            transform: translateX(-350px);
        }

        to {
            transform: translateX(1350px);
        }
    }
}

/* End Integration Animation */


#discover {
    padding-top: 3rem;
}

@media (max-width: 990px) {
    #discover {
        padding: 4rem 0 0;
    }
}

.disc-h2 {
    margin-bottom: 3rem;
}

/* @media (max-width: 675px) {
    .disc-h2 {
        font-size: 1.75rem;
        margin-bottom: 1rem;
    }
} */

.stud-content,
.prof-content,
.pers-content {
    display: none;
}

input[type='radio'] {
    width: 0;
    height: 0;
    opacity: 0;
}

.disc-label {
    cursor: pointer;
    background-color: transparent;
    /* border-style: none none solid none;
    border-width: 1px;
    border-color: transparent; */
    transition: .15s ease-in-out;
    font-size: 1.5rem;
    font-weight: 500;
    color: #eaeaea;
    margin: 0 8rem 6rem;
}

.disc-label:hover {
    color: #9a9496;
    transition: .15s ease-in-out;
}

@media (max-width: 1400px) {
    .disc-label {
        font-size: 1.5rem;
        margin: 0 4rem 6rem;
    }
}

@media (max-width: 990px) {
    .disc-label {
        font-size: 1.5rem;
        margin: 0 2rem 2rem;
    }
}

@media (max-width: 675px) {
    .disc-label {
        font-size: .85rem;
        margin: 1rem .5rem;
    }
}

#disc-stud:checked+.disc-label,
#disc-prof:checked+.disc-label,
#disc-pers:checked+.disc-label {
    /* border-color: #FCB836; */
    color: #FCB836;
    transform: scale(1.1);
}

#disc-stud:checked~.stud-content,
#disc-prof:checked~.prof-content,
#disc-pers:checked~.pers-content {
    display: block;
}

.disc-txt-col-left {
    padding-right: 4rem;
}

.disc-imgs {
    width: 32rem;
    padding: 0 4rem 3rem;
    text-align: center;
}

@media (max-width: 1180px) {
    .disc-imgs {
        width: 24rem;
    }
}

@media (max-width: 675px) {
    .disc-imgs {
        width: 20rem;
    }
}

#cta {
    margin-top: 2rem;
}

@media (max-width:990px) {
    #cta {
        text-align: center;
    }
}

.cta-img {
    width: 24rem;
    animation: ctaEnlarge 1.65s ease-in-out 0s infinite alternate none;
}

.cta-img:hover {
    cursor: pointer;
}

@-webkit-keyframes ctaEnlarge {
    from {
        transform: scale(1);
    }

    to {
        transform: scale(1.15);
    }
}

@media (max-width:990px) {
    .cta-img {
        margin-top: 5rem;
        width: 20rem;
    }
}

@media (max-width: 650px) {
    .cta-img {
        margin-top: 3rem;
        animation: none;
    }
}

#footer {
    margin-top: 4rem;
}

@media (max-width: 990px) {
    .hide-md {
        visibility: hidden;
    }
}

.social-icon {
    margin: 0 16px;
    color: rgb(154, 148, 150, .5);
    transition: .15s ease-in-out;
}

.social-icon:hover {
    color: #FCB836;
    transform: scale(1.1);
}

.footer-footer {
    margin-top: 2rem;
}

.footer-notera-img {
    width: 3rem;
    margin-right: 1rem;
}

.footer-notera-txt {
    font-size: 2rem;
}

.copyright {
    margin-top: 2rem;
    color: rgb(154, 148, 150, .75);
    font-size: 1rem;
    font-weight: 300;
}

.notera-footer {
    color: rgb(247, 197, 72, .75);
}