
body {
    margin: 0;
    width: 100%;

}

nav {
    display: flex;
    justify-content: space-between;
    align-items: center;
    background-color: #3B3B4E;
    width: 100%;
}

h1 {
    font-family: MuseoModerno;
    font-size: 28px;
    font-style: normal;
    font-weight: 800;
    line-height: 100%; 
}

h2 {
    font-family: Lato;
    font-size: 30px;
    font-style: normal;
    font-weight: 800;
    line-height: normal;
    margin-top: 4px;
}

li, p {
    font-family: Lato;
    font-size: 14px;
    font-style: normal;
    font-weight: 400;
    line-height: 150%;
}

li {padding: 5px;}

ul {margin-top: 0px;}

a {
    font-family: Lato;
    font-size: 14px;
    font-style: normal;
    text-decoration: none;
    line-height: 150%;
    color: #ffffff; 
    
}

nav a {padding-bottom: 10px;}
.nav-a-text {display: none;}

.row {
    display: flex;
    flex-direction: row;
    align-items: center;
}
.make-it-bold {font-weight: 800;}

.page {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
}

.inner-page {
    display: flex;
    flex-direction: column;
    align-items: center;
    width: 100%;
    gap: 50px;
}

.bin-50 {
    display: flex;
    flex-direction: column;
}

.bin-col {
    display: flex;
    flex-direction: column;
}

.inner-div {
    position: relative;
    padding: 50px;
    justify-content: center;
}

.outer-div {
    border-radius: 10px;
    border: 1px solid #3B3B4E;
    width: 330px;
}

.container-w {width: 335px;}

.hero-img{width: 335px;}

.redirect-icon {
    height: 38px;
    width: 38px;
}

.go-to-container {align-items: center;}

.home-icon {padding-left: 20px;}

.arrows {
    display: flex;
    flex-direction: row;
    padding-right: 50px;
    padding-top: 10px;
    gap: 30px;
}
.arrow {height: 30px;}
.arrow-next {padding-left: 15px;}
.arrow-prev {padding-right: 15px;}

.hero {
    margin-top: 50px;
    align-items: center;
    width: 330px;
}
.hero-title {max-width: 250px;}



.go-to-container img {padding-right: 12px;}

.tech-stack-outer {
    background-color: #3B3B4E;
    width: 330px;
    border-radius: 10px;
}

.tech-stack {
    flex-direction: row;
    align-items: center;
    justify-content: space-between;
    padding: 20px 5px;  
}

.tech-stack img {
    width: 35px;
    height: 35px;
}

.icon-tech {gap: 15px;}
.icon-tech p {color: #FFFFFF;}
.icon-tech img {width: 45px;}
.tech-text {display: none;}

.dark {color: #3B3B4E;}

.card-left {align-items: center;}

.div-robot {display: none;}

.hero-title {max-width: 100%;}

.card-right {padding-top: 20px;}

.skills-desc {
    column-gap: 30px;
    padding: 20px 0px;
}

.skills-desc p {margin-bottom: 0px; margin-top: 5px;}

.email {
    color: #3B3B4E;
    margin-bottom: 50px;
}



@media  screen and (min-width: 768px) {

    li, p {font-size: 16px;}

    a {font-size: 16px;}

    h2 {font-size: 32px;}
    
    h1 {font-size: 32px;}
    .nav-a-text {display: inherit;}
    .home-icon {padding-left: 50px;}
    .container-w {width: 450px;}

    .hero-img {width: 450px;}
    .hero-title {max-width: 300px}

    .arrows {gap: 50px; padding-right: 50px;}

    .tech-stack {
        flex-direction: row;
        padding: 15px 20px;
    }
    .tech-stack img {
        width: 45px;
        height: 45px;
    }
    .icon-tech {align-items: center;}

    .go-to-container {display: flex; flex-direction: row!important;}
}

@media  screen and (min-width: 930px) {
    
    .container-w {width: 600px;}

    .hero-img {width: 600px;}

    .tech-text {display:inherit; margin: 1px; }

    
}
@media screen and (min-width:1023px) {

    
    
    li, p {font-size: 18px;}

    a {font-size: 18px;}

    h2 {font-size: 36px;}

    h1 {font-size: 35px;}

    .bin-50 {flex-direction: row;}

    .inner-div {justify-content: space-between;}

    .hero {justify-content: space-between; align-items: flex-start;}
    .card-left {width: 40%; align-items: flex-start;}
    .container-w {width: 940px}

    .tech-stack {justify-content: space-between; gap: 0px; padding: 20px 50px;}
    .tech-text {margin: inherit;}

    .skills-card-left {width: 279px;}
    
    .skills-card-right {width: 510px;}

    .hero-img {width: 100%;}

    .div-robot {
        display:block;
        position: absolute;
        width: 60px;
        left: 20px;
        bottom: 0px;
    }
}

