*{
    margin: 0;
    padding: 0;
    box-sizing: border-box;
    font-family: 'Manrope', sans-serif;
}

#about .left a, .txt-note a{
    color: #007bff !important; 
    transition: all ease .2s;
}

#about .left a:hover, .txt-note a:hover{
    color: #69b2ff !important; 
}



/*Navbar*/
.navbar{
    background-color: #000000;
    position: relative;
    top: 0;
    width: 100%;
    z-index: 100;
    padding: 0.5rem 0 !important;

}

.navbar-toggler{
    padding: 0;
}

.navbar-toggler-icon {
    display: flex;
    align-items: center;
}

.navbar-toggler-icon svg{
    fill: #def81d;
}

.navbar .navbar-brand{
    color: #ffffff;
    font-size: 16px;
    font-weight: 500;
    max-width: 117px;
}

.navbar .nav-link{
    color: #ffffff;
    font-size: 15px;
    font-weight: 400;
    transition: all ease .2s;
}

.navbar .nav-item:hover .nav-link,
.navbar .nav-item.active .nav-link,
.navbar .nav-item:focus .nav-link{
    color: #a496ef;
}

.navbar .line-menu{
    color: #ffffff;
    font-size: 25px;
    font-weight: 300;
    line-height: 40px;
    pointer-events: none;
}




.navbar-brand{
    width: 0;
    max-width: fit-content;
    overflow: hidden;
    white-space: nowrap;
    font-size: 2rem;
    margin-bottom: 0;
    border-right: 0.15em solid #a496ef;
    animation: typing 10s steps(85) 1.5s normal both infinite, blink 0.8s steps(1) infinite ;
}
@keyframes typing {
  from {
    width: 0;
  }
  to {
    width: 100%;
  }
}
@keyframes blink {
  50% {
    border-color: transparent;
  }
}

/*End Navbar*/

/*Footer*/
footer{
    background-color: #000000;
    margin-bottom: 0;
    padding: 35px 0;
}


footer a{
    color: #afa0ff;
    font-weight: 500;
    line-height: 125%;
    display: flex;
    align-items: center;
}

footer .link-about{
    width: 129px !important;
}

footer .link-about svg{
    background-color: #def81d;
    padding: 0px 5px;
    border-radius: 5px;
    display: flex;
    align-items: center;
    justify-content: center;
    width: 17px;
    height: 17px;
    margin-left: 5px;
    transition: all ease .2s;
    line-height: 17px !important;
}

footer .link-about:hover svg{
    background-color: #a496ef;
    text-decoration: none;
    fill: #def81d;
}

footer a:hover{
    color: #a496ef;
    text-decoration: underline;
}

footer a:hover i{
    color: #def81d;
}

footer a i{
    color: #000000;
    font-size: 8px;
}

footer p{
    color: #ffffff;
    line-height: 125%;
    font-size: 10px;
    margin-bottom: 0;
}

footer p a{
    text-decoration: underline;
    color: #ffffff;
    font-weight: 500;
    transition: all ease .2s;
    display: inline-flex;
}

footer p a:hover{
    color: #a496ef;
    text-decoration: none;
}

footer .links {
    width: 100%;
    display: flex;
    display: -ms-flexbox;
    justify-content: flex-end;
    flex-direction: row;
}

::-ms-backdrop, footer.links{
    margin-right: 0 !important;
    text-align: end !important;
    display: inline-block !important;
    position: absolute;
    bottom: 15px;
    right: 5px;
}

::-ms-backdrop, #about .row{
    display: flexbox !important;
    display: -ms-flexbox !important;
    width: 100% !important;
}

::-ms-backdrop, #about .right{
    max-width: 50% !important;
    display: flexbox !important;
    display: -ms-flexbox !important;
    flex-direction: column !important;
}

::-ms-backdrop, #about .left{
    max-width: 50% !important;
    display: flexbox !important;
    display: -ms-flexbox !important;
    flex-direction: column !important;
}

::-ms-backdrop, footer.links a{
    display: inline-block !important;
    text-align: right !important;
    margin-right: 0 !important;

}


footer .links a{
    margin: 0 10px;
    stroke: #ffffff;
    width: 20px;
    height: 20px;
    border-radius: 50px;
    /* display: flex;
    align-items: center;
    justify-content: center; */
    line-height: 25px;
    margin-bottom: 10px;
    transition: all ease .2s;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex; 
    -webkit-box-align: center !important; 
        -ms-flex-align: center !important; 
            align-items: center !important; 
    -webkit-box-pack: right; 
        -ms-flex-pack: right; 
            justify-content: right;
    text-align:right;
}

footer .links a:hover{
    stroke: #afa0ff;
}

footer .links a:hover .icon-lettering{
    fill: #afa0ff;
}


footer .txt-footer{
    font-size: 11px;
    text-align: right;
}

footer .row{
    align-items: flex-end;
}

/*End Footer*/

section{
    background-color: #f8f8f8;
    padding: 85px 0;
}

section .container,
footer .container,
.navbar .container{
    width: 100% !important;
    padding: 0 120px;
    max-width: 1900px !important;

}



/*Home*/

#home .card{
    border-radius: 10px;
    background-color: #000000;
    overflow: hidden;
    height: 330px;
    margin: 10px 0;
    border: none;
    cursor: pointer;
    text-decoration: none;
    box-shadow: 0 0 25px 0 rgba(82, 63, 105, 0.35);

}

#home .title{
    display: flex;
    flex-direction: column;
    justify-content: center;
    padding-left: 20px;
}

#home .title h1{
    font-size: 55px;
    font-weight: 700;
    line-height: 115%;
    margin-bottom: 10px;
}

#home .title .tagline{
    font-size: 2rem;
    font-weight: 400;
    line-height: 125%;
}

#home .card .image{
    height: 55%;
    border-bottom-right-radius: 10px;
    border-bottom-left-radius: 10px;    
    overflow: hidden;
    display: flex;
    justify-content: center;
    align-items: center;
}



#home .card .image img{
   width: 100%;
   transition: all ease .4s;
}

#home .card:hover .image img{
    transform: scale(1.1);
}



#home .card .description{
    padding: 15px 15px 25px 15px;
    height: 45%;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    align-items: flex-start;
}

#home .card .description h3{
    color: #ffffff;
    font-weight: 400;
    line-height: 125%;
    margin-bottom: 20px;
    display: block;
    max-width: 100% !important;
    font-size: 18px !important;
}

.btn-card{
    padding: 5px 20px;
    background-color:#afa0ff;
    color: #000000;
    font-weight: 700;
    line-height: 27.27px;
    margin: 0;
    font-size: 13px;
    border-radius: 5px;
    transition: all ease .2s;
}

#home .card:hover .description .btn-card,
#home .card:active .description .btn-card,
#home .card:focus .description .btn-card{
    background-color:#def81d;
    text-decoration: none;
    color: #000000;
}

/*End home*/

/*About*/
#about{
    padding: 85px 0;
}

#about .row{
    display: flex;
    display: flexbox;
    display: -ms-flexbox;
}


#about .right{
    padding-left: 80px;
    max-width: 700px
}

#about h1{
    font-size: 50px;
    font-weight: 700;
    margin-bottom: 15px;
    padding-top: 20px;
}

#about .txt-about {
    font-size: 17px;
    font-weight: 400;
    line-height: 140%;
}

#about .txt-about span{
    font-weight: 700;
}

#about .txt-about a{
    font-weight: 700;
    text-decoration: underline;
}

#about .txt-about.top{
    font-size: 18px;
    font-weight: 500;
}

#about .txt-about.bottom{
    border-top: solid 1px #a5a5a5;
    padding-top: 25px;
}

#about .image{
    border-radius: 15px;
    overflow: hidden;
    z-index: 1;
    position: relative;
}

#about .image img{
    max-width: 100%;
}

#about .last-post{
    background-color: #def81d;
    position: relative;
    top: -30px;
    padding: 45px 15px 15px 15px;
    border-radius: 15px;
}

#about .last-post .row{
    align-items: center;
}

#about .last-post .row .col-lg-4{
    justify-content: center;
}

#about .last-post p{
    font-size: 12px;
    margin-bottom: 0;
}

#about .last-post h3{
    font-weight: 700;
    font-size: 19px;
}

#about .last-post .btn-card{
    border: solid 2px transparent;
    color: #000000;
    padding: 0 12px;
}

#about .last-post .btn-card:hover,
#about .last-post .btn-card:active,
#about .last-post .btn-card:focus{
    background-color:#def81d;
    text-decoration: none;
    border: solid 2px #000000;
}

#about .links{
    display: flex;
    justify-content: center;
    flex-wrap: wrap !important;
}

#about .links a{
    margin: 4px;
    padding: 6px;
    width: 30px !important;
    height: 30px !important;
    border-radius: 50%;
    stroke: #ffffff;
    background-color: #000000;
    display: flex;
    align-items: center;
    justify-content: center;
    text-decoration: none;
    transition: all ease .2s;
    fill: transparent;
}

#about .links a i{
    font-size: 13px;
    color: #def81d;
    transition: all ease .2s;

}

#about .links a:hover{
    background-color: #a496ef;
}

#about .links a:hover i{
    color: #000000;
}


/*End About*/

/*Note*/
#note{
    padding: 40px 0;
}

#note .banner{
    width: 100%;
    height: 400px;
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center bottom;
    border-radius: 15px;
    position: relative;
    overflow: hidden;
    box-shadow: 0 0 25px 0 rgba(82, 63, 105, 0.35);
}

#note .banner .row{
    height: 100%;
}

#note .banner:after{
    content: "";
    bottom: 0;
    left: 0;
    right: 0;
    top: 0;
    position: absolute;
    background: linear-gradient(0deg, rgba(0,0,0,0.6) 20%,rgba(0,0,0,0) 100%);
}

#note .note-bottom{
    position: relative;
    top: -135px;
}

#note .banner iframe{
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
}

::-ms-backdrop, #note .note-bottom .left{
    height: auto !important;
    max-height: 436px;
}

#note .note-bottom .left{
    background-color: #000000;
    padding: 30px 15px 15px 15px;
    border-radius: 15px;
    position: sticky;
    top: 40px;    
    margin-left: -20px;    
    margin-right: 80px;
    height: fit-content;
    height: -ms-fit-content;
    max-width: 315px;
    box-shadow: 0 0 25px 0 rgba(82, 63, 105, 0.35);
}

#note .note-bottom .left p{
    color: #ffffff;
    text-transform: uppercase;
    font-weight: 700;
    font-size: 16px;
}

#note .note-bottom .left .post{
    border-top: solid 1px #ffffff;
    padding: 20px 0;
}

#note .note-bottom .left .post p{
    color: #ffffff;
    font-size: 12px;
    font-weight: 300;
    margin-bottom: 5px;
    line-height: 115%;
}

#note .note-bottom .left .post a{
    color: #ffffff;
    font-size: 14px;
    font-weight: 500;
    margin-bottom: 0;
    display: flex;
    line-height: 125% !important;
}

#note .banner .title-note{
    display: flex;
    flex-direction: column;
    justify-content: flex-end;
    position: relative;
    z-index: 100;
}

#note .note-bottom .txt-note{
    position: relative;
    top: 175px;
    margin-bottom: 75px;
}

#note .txt-list{
    padding-left: 40px;
}

#note .txt-list span{
    font-size: 22px;
}


#note .banner .title-note h1{
    color: #ffffff;
    font-size: 35px;
    line-height: 125%;
    font-weight: 500;
}

#note .banner .col-lg-3{
    max-width: 315px;
    margin-right: 60px;
}

#note .banner .title-note h2{
    color: #ffffff;
    font-weight: 300;
    margin-bottom: 30px;
    font-size: 20px;
}

#note .note-bottom .txt-note h4{
    color: #ffffff;
    font-weight: 300;
    margin-bottom: 90px;
}

#note .note-bottom .txt-note .intro{
    font-size: 18px;
    line-height: 135%;
    margin-bottom: 35px;
}

#note .note-bottom .txt-note .intro span{
    background-color: #def81d;
    float:left;
    color:black;
    font-size:35px;
    line-height:45px;
    padding:0 8px;
    margin-right: 15px;
    border-radius: 8px;
}

#note .note-bottom .txt-note .quotes i{
    font-size: 30px;
}

#note .note-bottom .txt-note .quotes{
    margin-bottom: 40px;
}

#note .note-bottom .txt-note .txt-quote{
    line-height: 125%;
    font-weight: 500;
    padding-bottom: 15px;
    border-bottom: solid 1px #000000;
    margin-bottom: 5px;
}

#note .note-bottom .txt-note blockquote {
    border-left: 2px solid #cccccc;
    margin: 10px;
}

#note .note-bottom .txt-note blockquote p{
    font-style: italic;
    padding: 10px;
}

#note .note-bottom .txt-note ul{
    padding-left: 25px;
}

#note .note-bottom .txt-note p,
#note .note-bottom .txt-note ul li{
    line-height: 145%;
    font-size: 17px;
    margin-bottom: 25px;
}

/* h2{
    font-size:20px;
}

h3{
    font-size: 18px;
}

h4{
    font-size: 15px;
}

h5{
    font-size: 13px;
} */

#note .note-bottom .txt-note h2{
    font-weight: 700;
    font-size: 22px;
}

#note .note-bottom .txt-note img{
    max-width: 80%;
    margin: 40px auto;
    display: flex;
    justify-content: center;
}

#note .links{
    display: flex;
    flex-direction: column;
    position: relative;
    top: 160px !important;
    align-items: flex-end;
}

#note .links p{
    font-size: 12px;
    text-transform: uppercase;
    font-weight: 500;
    margin-bottom: 0;
}

#note .links svg{
    width: 24px !important;
    height: 24px !important;
}

#note .links a:hover path,
#note .links a:hover rect,
#note .links a:hover circle{
    transition: all ease .2s;
}

#note .links p{
    margin-bottom: 10px !important;
}

#note .links a {
    color: #000000;
    margin-bottom: 10px;
    transition: all ease .3s;
}

#note .links a:hover path,
#note .links a:hover rect,
#note .links a:hover circle{
    fill: #a496ef !important;
}





/*End Note*/

/*Media Querys*/


@media (max-width: 1200px){
    #about .right {
        padding-left: 0px !important;
        max-width: 700px;
    }
    #note .banner iframe {
        position: absolute;
        top: 0;
        bottom: 0;
        left: -57px;
        right: 0;
        scale: 1.8;
        margin: 0 auto !important;
    }

    #home .card .description h3{
        font-size: 16px !important;
    }
}

@media (max-width: 992px){



    #note .banner .title-note h1 {
        font-size: 28px;
        padding-left: 0 !important;
    }


    #about .right {
        padding-left: 0 !important;
        max-width: 700px;
    }

    .navbar-expand-lg>.container{
        padding: 0 50px !important;
    }

    #note .banner {
        height: 310px;
    }


    #home .card .description h3 {
        font-size: 13px;
        margin-bottom: 15px;
    }

    #home .card .image {
        height: 45%;
    }

    #home .card .description {
        padding: 10px 10px 15px 10px;
        height: 55%;
    }

    #home .card {
        height: 230px;
    }

    #home .card .description .btn-card {
        padding: 0px 10px;
        line-height: 22px;
        font-size: 11px;
    }

    .navbar-nav {
        align-items: center;
        padding-top: 15px;
    }

    .line-menu{
        display: none;
    }

    #note .links {
        flex-direction: row-reverse;
        position: relative;
        top: 45px !important;
        justify-content: flex-end;
        align-items: center;  
        padding-left: 0; 
        
    }

    #note .links p{
        display: none;
    }

    #note .links a{
        margin-right: 10px;
        margin-bottom: 0;
    }

    #about .txt-about.bottom {
        margin-bottom: 50px;
    }

    #note .banner iframe {
        position: absolute;
        top: 0;
        bottom: 0;
        left: -57px;
        right: 0;
        scale: 1.3;
        margin: 0 auto !important;
    }

    
}
@media (max-width: 850px){
    ::-ms-backdrop, #note .note-bottom .left{
        max-height: 490px;
    }


}

@media (max-width: 767px){
    #note .banner {
        padding: 0 20px;
    }

    .navbar-toggler {
        padding: 0.25rem 0 !important;
    }

    .navbar-toggler-icon {
        display: flex !important;
        justify-content: flex-end !important;
    }


    ::-ms-backdrop, #about .left,
    ::-ms-backdrop, #about .right{
        width: 100% !important;
        min-width: 100% !important;
        display: inline-block !important;
        display: -ms-flexbox !important;
        flex-direction: column !important;
    }
    ::-ms-backdrop, #about .row{
        flex-direction: row !important;
    }

    #about .right {
        padding-left: 0px;
        max-width: 700px;
    }


    .navbar-expand-lg>.container{
        padding: 0 30px !important;
    }

    .navbar-toggler {
        padding-right: 0;
    }

    #home .card .image img {
        width: 100%;
        max-height: none;
    }

    #home .card .image {
        height: 60%;
    }

    #home .card .description {
        height: 40%;
    }

    #home .title h1 {
        font-size: 35px;
    }

    #home .title h2 {
        font-size: 16px;
        margin-bottom: 30px;
    }


    #note .note-bottom .left{
        order: 2;
        left: 0;
    }

    #note .note-bottom .txt-note{
        order: 1;
    }

    #note .note-bottom .links{
        order: 3;
        padding-left: 17px;
    }

    #note .banner .title-note h1{
        padding: 0 15px;
        font-size: 22px;
        line-height: 115%;
    }

    #note .note-bottom .txt-note h4{
        padding-left: 15px;
        font-size: 14px;
        margin-bottom: 50px;
    }

    #note .note-bottom {
        top: -135px;
    }

    #note .banner {
        height: 230px;
    }

    #note .note-bottom .txt-note .intro {
        font-size: 14px;
    }

    #note .note-bottom .txt-note .quotes .txt-quote {
        font-size: 18px;
    }

    #note .note-bottom .txt-note .img img{
        max-width: 100%;
    }

    #note .note-bottom .left .post a,
    #note .note-bottom .left h4{
        font-size: 13px;
    }

    #note .note-bottom .left .post{
        padding: 10px;
    }

    #note .note-bottom .left{
        margin: 70px 15px 30px 15px;
        position: relative;    
    }

    #note {
        padding: 40px 0 0 0;
    }

    section .container,
    .navbar .container,
    footer .container {
        padding: 0 30px;
    }

    .navbar .navbar-brand {
        color: #ffffff;
        font-size: 16px;
        font-weight: 500;
        padding-left: 0px;
    }

    ::-ms-backdrop, #note .note-bottom .left{
        top: 10px !important
    }

    #note .banner .title-note h4 {
        font-size: 16px;
    }

    #about .right{
        padding: 0 15px !important;
    }

}

@media (max-width: 576px){
    #home .card .image {
        height: 180px;
    }

    #home .card .description {
        height: calc(100% - 180px);
    }

    #home .card {
        height: auto;
    }

    .navbar-brand {
        width: 0;
        animation: typing 10s steps(50) 1.5s normal both infinite, blink 0.8s steps(1) infinite;
    }

    footer .links {
        margin-top: 20px;
        justify-content: flex-start;
        margin-bottom: 20px;
    }

    footer .txt-footer {
        font-size: 11px;
        text-align: left;
    }

    footer .links a {
        margin: 0 10px 0 0;
    }
    

    #about{
        padding: 90px 0;
    }

    #about h1 {
        font-size: 25px;
    }

    #about .txt-about.top {
        font-size: 14px;
    }

    #about .txt-about {
        font-size: 13px;
    }

    #about .last-post .col-sm-6{
        justify-content: flex-start !important;
    }

    #about .last-post .btn-card{
        margin: 15px 0;
    }

    #note .banner iframe {
        position: absolute;
        top: 0;
        bottom: 0;
        left: -57px;
        right: 0;
        scale: 1;
        margin: 0 auto !important;
    }

    #note .note-bottom .left {
        max-width: 560px;
    }
}

@media (max-width: 400px){
    .navbar-brand {
        width: 0;
        animation: typing 10s steps(40) 1.5s normal both infinite, blink 0.8s steps(1) infinite;
    }


    #note .note-bottom {
        top: -155px;
    }
}



@media (min-width: 992px){
    .navbar-expand-lg .navbar-collapse {
        justify-content: flex-end;
    }
    
}

@media (min-width: 1200px){
    .container, .container-lg, .container-md, .container-sm, .container-xl {
        max-width: 1249px;
    }

    #note .banner iframe {
        position: absolute;
        top: 0;
        bottom: 0;
        left: -57px;
        right: 0;
        scale: 2.7;
        margin: 0 auto !important;
    }
}

@media (min-width: 1325px){
    .container, .container-lg, .container-md, .container-sm, .container-xl {
        max-width: 1150px;
    }
}

@media (min-width: 1500px){
    #note .banner {
        height: 500px;
    }
}


/*Page 404*/
#page404{
    height: calc(100vh - 196px);
}

#page404 .container{
    display: flex;
    align-items: center;
    justify-content: center;
    height: 100%;
}

#page404 .txt{
    display: flex;
    flex-direction: column;
    align-items: center;
    min-height: 100% !important;
    justify-content: center;
}

#page404 .txt h1{
    -webkit-text-stroke: 2px #a496ef;
    color: transparent;
    font-size: 180px;
    font-weight: 700;
}

#page404 .txt h2{
    font-size: 18px;
    text-align: center;
}

@media (max-width: 600px){
    #page404 .txt h1{
        font-size: 110px;
    }

    #page404 .txt h2{
        font-size: 15px;
    }
    
    
}
