@import url("https://fonts.googleapis.com/css?family=Lato:300,400|Poppins:300,400,800&display=swap");

* {
    margin: 0;
    padding: 0;
}

body,
html {
    /* overflow: hidden; */
}

.container {
    width: 100%;
    height: 100vh;
    background: #232323;
    display: flex;
    justify-content: center;
    align-items: center;
}

.container .box {
    width: 380px;
    height: 250px;
    position: relative;
    display: flex;
    justify-content: center;
    flex-direction: column;
    margin-top: -40px;
}

.container .box .title {
    width: 100%;
    position: relative;
    display: flex;
    align-items: center;
    height: 50px;
}

.container .box .title .block {
    width: 0%;
    height: inherit;
    background: #ffb510;
    position: absolute;
    animation: mainBlock 1.7s cubic-bezier(0.74, 0.06, 0.4, 0.92) forwards;
    display: flex;
    margin-top: 48px;
}

.container .box .title h1 {
    font-family: 'Poppins';
    color: #fff;
    font-size: 32px;
    -webkit-animation: mainFadeIn 2s forwards;
    -o-animation: mainFadeIn 2s forwards;
    animation: mainFadeIn 2s forwards;
    animation-delay: 1.6s;
    opacity: 0;
    display: flex;
    align-items: baseline;
    position: relative;
}

.container .box .title h1 span {
    width: 0px;
    height: 0px;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    border-radius: 50%;
    background: #ffb510;
    -webkit-animation: load 0.6s cubic-bezier(0.74, 0.06, 0.4, 0.92) forwards;
    animation: popIn 0.8s cubic-bezier(0.74, 0.06, 0.4, 0.92) forwards;
    animation-delay: 2s;
    margin-left: 5px;
    margin-top: -10px;
    position: absolute;
    bottom: 13px;
    right: -12px;
}

.container .box .role {
    width: 100%;
    position: relative;
    display: flex;
    align-items: center;
    height: 60px;
    margin-top: -10px;
}

.container .box .role .block {
    width: 0%;
    height: inherit;
    background: #ff6c3f;
    position: absolute;
    animation: secBlock 2s cubic-bezier(0.74, 0.06, 0.4, 0.92) forwards;
    animation-delay: 1.7s;
    display: flex;
    margin-top: 35px;
}

.container .box .role p {
    animation: secFadeIn 1.7s forwards;
    animation-delay: 3.2s;
    opacity: 0;
    font-weight: 400;
    font-family: 'Lato';
    color: #ffffff;
    font-size: 12px;
    text-transform: uppercase;
    letter-spacing: 5px;
}

.container .box .role .block .dot {
    color: #f2b100;
}

@keyframes mainBlock {
    0% {
        width: 0%;
        left: 0;
    }

    50% {
        width: 100%;
        left: 0;
    }

    100% {
        width: 0;
        left: 100%;
    }
}

@keyframes secBlock {
    0% {
        width: 0%;
        left: 0;
    }

    50% {
        width: 100%;
        left: 0;
    }

    100% {
        width: 0;
        left: 100%;
    }
}

@keyframes mainFadeIn {
    0% {
        opacity: 0;
    }

    100% {
        opacity: 1;
    }
}

@keyframes popIn {
    0% {
        width: 0px;
        height: 0px;
        background: #e9d856;
        border: 0px solid #ddd;
        opacity: 0;
    }

    50% {
        width: 10px;
        height: 10px;
        background: #e9d856;
        opacity: 1;
        bottom: 45px;
    }

    65% {
        width: 7px;
        height: 7px;
        bottom: 0px;
        width: 15px;
    }

    80% {
        width: 10px;
        height: 10px;
        bottom: 20px;
    }

    100% {
        width: 7px;
        height: 7px;
        background: #e9d856;
        border: 0px solid #222;
        bottom: 13px;
    }
}

@keyframes secFadeIn {
    0% {
        opacity: 0;
    }

    100% {
        opacity: 0.5;
    }
}

footer {
    width: 350px;
    height: 80px;
    /* background: white; */
    position: absolute;
    right: 0;
    bottom: -80px;
    display: flex;
    justify-content: center;
    align-items: center;
    animation: top 0.8s forwards;
    animation-delay: 4s;
}

footer span {
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 12px;
    color: #232323;
    font-family: 'Poppins';
}

footer span i {
    margin-right: 25px;
    font-size: 22px;
    color: #232323;
    animation: icon 2s forwards;
    animation-delay: 4s;
    opacity: 0;
}

@keyframes top {
    0% {
        opacity: 0;
        bottom: -80px;
    }

    100% {
        opacity: 1;
        bottom: 0px;
    }
}

@keyframes icon {
    0% {
        opacity: 0;
        transform: scale(0);
    }

    50% {
        opacity: 1;
        transform: scale(1.3) rotate(-2deg);
    }

    100% {
        opacity: 1;
        bottom: 0px;
    }
}


.blocker {
    z-index: 100;
}

#portfolio-grid1 {
    margin-top: -120px;
}

.ta-page-center {
    display: flex;
    flex-direction: row;
    justify-content: center;
    /* height: 75%; */
    margin-top: 10% !important;
}

.lerna-black {
    color: #000;
}

.lerna-yellow {
    color: #f2b100;
}

.loader-title-font {
    font-size: 30px !important;
}

.loader-logo-font {
    font-size: 54px !important;
    font-weight: bold;
}

.loader-role-margin {
    margin-top: 10px !important;
}

.loader-p-font {
    font-size: 18px !important;
}

.loader-b-font {
    font-size: 20px !important;
}

/* .right-sidebar {
    width: 5px;
    height: 200px;
    position: absolute;
    background: #ff6c3f;
    right: 0px;
    border-radius: 5px;
    bottom: 100px;
}

.left-sidebar {
    width: 5px;
    height: 200px;
    position: absolute;
    background: #ff6c3f;
    border-radius: 5px;
    left: 0px;
    top: 100px;
} */



.main-logo-lerna {
    font-size: 30px;
    display: inline;
    user-select: none;
    font-family: 'DM Sans';
}

.main-logo-dot {
    font-weight: bold;
    font-size: 30px;
    color: #f2b100;
}

.lerna-silver {
    color: silver;

}

.lerna-orange {
    color: #ff6c3f
}

.lerna-purple{
    color: #6868b8;
}


.background-item-336 {
    height: 100%;
    width: 100%;
    background: rgb(255, 255, 255);
    background: linear-gradient(45deg, rgba(255, 255, 255, 0.6208684157256652) 0%, rgba(170, 170, 170, 1) 50%);
}

.background-item-461 {
    height: 100%;
    width: 100%;
    background-color: black;
}

.background-item-189 {
    height: 100%;
    width: 100%;
    background-color: #6868b8;
}

.background-item-16 {
    height: 100%;
    width: 100%;
    background-color: #fdcb00;
}

.background-item-46 {
    height: 100%;
    width: 100%;
    background-color: #32325d;
}

.background-item-44 {
    height: 100%;
    width: 100%;
    background-color: #f8511f;
}


.footer-min-height {
    min-height: 51.2031px;
}

.footer-margin-top {
    margin-top: 0px;
}

footer-copyright-margin {
    margin-top: 30.2031px;
}

about-page {
    overflow: scroll;
    height: 100vh;
}

.display-flex {
    display: flex;
}

.about-person-title {
    margin-top: 10px !important;
}

.image-info {
    margin: 15px;
}

#reachout-form {
    margin-top: -50px;
}

.tilesWrap {
    padding-top: 70px;
    margin: 50px;
    display: flex;
    flex-direction: row;
    overflow-y: none;
    width: 70%;
    flex-flow: wrap;
    height: auto;
    margin-top: 80px;
    cursor: default;
    padding-bottom: 50px;
}

.tilesWrap>div {
    display: inline-block;
    width: 40%;
    padding: 25px 50px;
    position: relative;
    vertical-align: top;
    margin: 10px;
    min-height: 220px;
    height: auto;
    background: white;
    text-align: left;
    flex-grow: 2;
    box-shadow: rgba(99, 99, 99, 0.2) 0px 2px 8px 0px;
    border-left: 5px solid black;
    border-radius: 5px;
    /* box-shadow: rgba(100, 100, 111, 0.2) 0px 7px 29px 0px; */
}


.tilesWrap div h4 {
    font-size: 114px;
    margin: 0;
    position: absolute;
    opacity: 1;
    letter-spacing: 3px;
    top: 0px;
    right: 10px;
    transition: all 0.3s ease-in-out;
    margin-top: .8em !important;
    font-size: 20px;
    margin-bottom: 5px;
    font-family: 'Anton';
}

.tilesWrap>div p {
    font-size: 20px;
    line-height: 32px;
    color: rgb(53, 49, 49);
    margin-top: 70px;
    font-family: 'DM Sans';
    letter-spacing: 1px;
}

.tilesWrap .tiles-description {
    position: absolute;
    height: 100%;
    background-color: transparent;
    width: 100%;
    top: 0;
    left: 0;
    /* transform: translateY(-150px); */
    transition: all 0.6s ease-in-out;
    color: white;
}

.tilesWrap>div:hover .tiles-description {
    display: block !important;
    transition: all 0.6s ease-in-out;

    background-color: rgb(53, 49, 49);

}

.tilesWrap>div:hover {
    border-left: 5px solid #f2b100;
    border-radius: 5px;
}


.tilesWrap>div .tiles-description:hover p {
    color: white;
}

.tilesWrap .tiles-description p {
    color: transparent;
}

.tilesWrap .tiles-description p ul {
    left: 10px;
    margin-top: 20px;
    list-style: none;
}

.tilesWrap input[type='button'] {
    background: rgb(53, 49, 49);
    padding: 10px 20px;
    position: relative;
    transition: all 0.3s ease-in-out;
    cursor: pointer;
    color: white;
    border: 0px;
}

.reach-out-wrapper input[type='button'] {
    background: rgb(53, 49, 49);
    padding: 10px 20px;
    position: relative;
    transition: all 0.3s ease-in-out;
    cursor: pointer;
    color: white;
    border: 0px;
}

.connect-wrapper input[type='button'] {
    background: rgb(53, 49, 49);
    padding: 10px 20px;
    position: relative;
    transition: all 0.3s ease-in-out;
    cursor: pointer;
    color: white;
    border: 0px;
}


.about-wrapper input[type='button'] {
    background: rgb(53, 49, 49);
    padding: 10px 20px;
    position: relative;
    transition: all 0.3s ease-in-out;
    cursor: pointer;
    color: white;
    border: 0px;
}


.reach-out-wrapper{
    padding-bottom: 0px;
}

.reach-out-wrapper .contact-info{
    margin-top: 80px;

    display: flex;

    
}
.reach-out-wrapper .contact-info .email{
    border-bottom: 2px dashed grey;
}
.reach-out-wrapper .contact-info .phone{
    margin-left: 80px;
    border-bottom: 2px dashed grey;
}

.reach-out-wrapper .contact-info a{
    font-size: 24px;
}


@media only screen and (min-width:0px) and (max-width: 768px) {
    .reach-out-wrapper .contact-info{
        flex-direction: column;
    }

    .reach-out-wrapper .contact-info .phone{
        margin-left: 0px;
        margin-top: 50px;
    }
}

.lerna-about{
    padding-bottom: 150px;
}

.tilesWrap input[type='button'] :hover {
    background-color: rgb(53, 49, 49) !important;
}


@media only screen and (min-width:1401px) {
    .tilesWrap>div {
        width: 30% !important;
    }
    .top-menu {
        position: fixed;  
        z-index: 100;
        top: 7rem !important;
        margin-left: 120px !important;
        background-color: white !important;
        width: 80% !important;
        overflow-x: scroll;
    }
    
    .top-menu-wrapper {
        display: flex;
        margin-left: -50px;
        justify-content: space-between;
        flex-direction: row !important;
        width: 90% !important;
    
    }
}

@media only screen and (min-width:1250px) and (max-width: 1400px) {

    .tilesWrap > div {
        width: 50% !important;
    }

    .top-menu {
        top: 7rem !important;
 
        background-color: white !important;
        width: 95% !important;
        overflow-x: scroll;
        /* margin-left: 20px !important; */
      
    }
    .top-menu-wrapper {

        display: flex; 
        justify-content: flex-start !important;
        flex-direction: row !important;
        width: 95% !important;
        margin-left: -50px !important;
    }
    

}

@media only screen and (min-width:769px) and (max-width: 1249px) {

    .tilesWrap,
    .tilesWrap>div {
        width: 80% !important;
    }

    .tilesWrap{
        margin-top: 10rem;
    }

    .top-menu {
        top: 6rem  !important;
        margin-left: -100px !important;
        background-color: white !important;
        width: 100% !important;
        overflow-x: scroll;

    }

    .top-menu-wrapper {
        justify-content: flex-start;
        flex-direction: row !important;
 
        width: 100% !important;
        margin-left: -50px !important;
    }

    .lerna-about{
        flex-direction: column;
    }
}

@media only screen and (min-width:481px) and (max-width: 768px) {
    .tilesWrap {
        width: 100%;
        margin-top: 12rem;
        margin-left: 0px;
        margin-right: 0px;
    }

    .tilesWrap>div {
        width: 100% !important;
    }

    .top-menu {
        top: 6rem  !important;
        margin-left: -150px !important;
        background-color: white !important;
        min-width: 90% !important;
        overflow-x: scroll;

    }

    .top-menu-wrapper {
        justify-content: flex-start !important;
        flex-direction: row !important;
        width: 90% !important;
        margin-left: -50px !important;

    }

    .lerna-about{
        flex-direction: column;
    }

}

@media only screen and (max-width:480px) {
    .tilesWrap {
        width: 100%;
        margin-top: 12rem;
        margin-left: 0px;
        margin-right: 0px;
    }

    .tilesWrap>div {
        width: 100% !important;
    }

    .top-menu {
        top: 6rem !important;
        margin-left: -150px !important;
        background-color: white !important;
        width: 100% !important;
        overflow-x: scroll;
    }

    .top-menu-wrapper {
        justify-content: flex-start !important;
        flex-direction: row !important;
        margin-left: -50px !important;
        width: 100% !important;
    }

    #footer{
        display: none;
    }

    .lerna-about{
        flex-direction: column;
    }
}

.top-menu {
    position: fixed;  
    z-index: 100;
    top: 7rem !important;
    left: 180px !important;
    background-color: white !important;
    width: 80% !important;
    overflow-x: scroll;
}

.top-menu-wrapper {
    display: flex;
    margin-left: -50px;
    justify-content: space-between;
    flex-direction: row !important;
    width: 90% !important;

}

.top-menu-wrapper>div {
    top: 12vh;
    transition: 0.3s;
    text-decoration: none;
    font-size: 20px !important;
    color: white;
    border-radius: 0 5px 5px 0;
    z-index: 1000;
    margin: 10px 10px 10px 50px;
    border-radius: 0px;
    border-bottom: 1px solid whitesmoke;
    word-wrap: break-word;
}

.top-menu-wrapper>div:hover {
    background-color: whitesmoke !important;
}
 .top-menu-default-color:hover{
    box-shadow: inset 80vw 0 0 0 #f2b100;
    color: white;
    border-radius: 3px;

 }


.top-menu-default-color {
    font-size: 1rem;
    font-family: 'DM Sans';
    text-transform: uppercase;
    letter-spacing: 3px;
    z-index: 1000;
    font-weight: bold;
    box-shadow: inset 0 0 0 0 #f2b100;
    color: #232323;
    margin: 0 -.25rem;
    padding: 0 .25rem;
    transition: color .3s ease-in-out, box-shadow .3s ease-in-out;

}
 
.top-menu-selected-color {
    box-shadow: inset 80vw 0 0 0 #232323;
    color: white;
    padding: 0px 10px;
    border-radius: 3px;
    text-transform: uppercase;
    font-size: 1.1rem;
    font-weight: bold;
} 

.Toastify__toast-container--bottom-right { top: 15%; }