 
@import url('https://fonts.googleapis.com/css2?family=Carter+One&family=Edu+TAS+Beginner:wght@500&family=Merienda:wght@900&family=Open+Sans:wght@300&family=Playfair+Display&family=Playpen+Sans&family=Roboto&family=Ultra&display=swap');

:root {
    --bg-secondary : #030520;
    --bg-main:#000219;
    --color-blue : #235789;
}

#section-about-me {
    background: linear-gradient(200deg, #000219 , #dcdcdc );
    padding-top: 100px;
}

#Technologies {
    background: linear-gradient(200deg,#ffffff , #000219 );
}
.tech-container {
    position: relative;
    z-index: 200;
}

.tech-container .topic {
    color: brown;
    text-shadow: 2px 2px  white;
}

#Projects {
    background: linear-gradient(180deg, #2995D2 20%, #2995D2,#121c8e, #000219 80%) ;
}

#Education {
    background-color: #000219;
}
    
.spacer-edu {
    aspect-ratio:900/675;
    width: 100dvw;
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
}

body {
    position: relative;
    margin: 0;
    overflow-x: hidden;
}

body > * {

    box-sizing: border-box;
}

a {
    color: var(--bg-secondary);
    text-decoration: none;
}

li > a {
    font-size: 20px;
}
.svg {
    text-align: center;
    margin: 20px;
}

.name {
    opacity: 0;
    font-size: 1.5rem;
    transition: all 500ms ease-in;
    padding: 10px 5px;
    cursor: default;
    color: brown;
    text-shadow: .5px .5px silver;
    font-weight: 550;
}

.svg > svg {
    aspect-ratio: 1/1;
    position: relative;
    width: 150px;
    margin: 10px;
    padding: 5px 10px;
    height: auto;
    z-index: 100;
    transition: transform 500ms ease-in-out;
}

.svg > svg:hover {
    transform: scale(1.12, 1.12);
}

.svg:hover .name {
    opacity: 1;
}

section {
    position: relative;
    min-height: 100vh;
    background-color: var(--color-blue);
    padding: 150px 10%;
    margin:0;
    box-sizing: border-box;
}

#About-Me {
    height: 85px;
    background-color: var(--bg-main);
    border-bottom: 4px solid gray;
}

@media (max-width: 1100px) {
    section {
        padding: 150px 5%;
    }
    
    .content {
        font-size: 1rem;
        padding: 10px !important;
    }
    .content ul {
        padding-inline-start: 20px;
    }
    .content li {
        padding: 7px 0px 5px 5px !important;
    }
    
}

@media only screen and (max-width: 768px) {
    .certificate {
        display: block !important;
    }

    .cert-image {
        margin-right: 0px !important;
    }

    .content {
        max-width: 100% !important;
        margin-top: 20px !important;
    }
    .content ul {
        font-size: 16px;
    }

    .content li {
        padding: 10px;
    }

    .svg > svg {
       max-width: 100px;
       margin: 0;
    }

    .name {
        font-size: 1rem;
    }

    .solo-learn {
        margin: 0px 10px !important;
    }
    .solo-name {
        font-size: 15px !important;
    }

    header {
        position: relative !important;
    }
}

@media only screen and (max-width: 600px) {
   
    .custom svg {
        height: 142px !important;
    }

    .content ul {
        display: flex;
        flex-wrap: wrap;
    }

    .content li {
        padding: 10px 30px 10px 10px !important;
    }
    .svg {
        margin: 0;
    }

    .svg > svg {
        width: 80px;
        margin: 0;
    }

    .solo {
        min-width: 300px !important;
    }
    .name {
        padding: 5px;
    }
}

header {
    position: fixed !important;
    top: 0;
    left: 0;
    right: 0;
    z-index: 1000;
    max-width: 100dvw;
    margin: 0;
}

.navbar-toggler {
        background: #D4AF37;
}

.navbar {
    background-color: var(--bg-main) !important;
}

.navbar-brand > img {
    width: 40px;
    height:auto;
}

.container-fluid {
    justify-content: flex-end !important;
}
.navbar-nav{
    display: flex;
    margin-left: auto;
    align-items: center;
}

.nav-item {
    padding: 10px;
}

.nav-link {
    padding: 10px 20px;
    color: white;
    font-size: 18px;
    border: 2px solid transparent;
    transition: border-bottom-color, text-shadow 700ms ease-out;
}

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

.nav-link:focus {
    color: #D4AF37;
}

.navbar-hover {
    color: #D4AF37;
    border-bottom-color: #D4AF37;
    text-shadow: 2px 2px green;
}

.navbar-container {
    display: flex;
    flex-wrap: wrap;
    border: 2px solid rgb(172, 172, 107);
}

.custom {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    overflow: hidden;
    line-height: 0;
}

.custom svg {
    position: relative;
    display: block;
    width: calc(107% + 1.3px);
    height: 242px;
}

.custom .shape-fill {
    fill: var(--bg-main) ;
}

.custom-bottom {
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    overflow: hidden;
    line-height: 0;
    transform: rotate(180deg);
    color: #00000e ;
}

.custom-divider {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    overflow: hidden;
    line-height: 0;
}

.custom-divider svg {
    position: relative;
    display: block;
    width: calc(100% + 1.3px);
    height: 250px;
}

.custom-divider .shape-fill {
    fill: var(--bg-main);
}
.custom-shape-divider-bottom-1699375798 {
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    overflow: hidden;
    line-height: 0;
    transform: rotate(180deg);
}

.custom-shape-divider-bottom-1699375798 svg {
    position: relative;
    display: block;
    width: calc(107% + 1.3px);
    height: 220px;
}

.custom-shape-divider-bottom-1699375798 .shape-fill {
    fill: #000219;
}

img {
    width: 100%;
}

.technology {
    display: flex;
    flex-wrap: wrap ;
    align-items: center;
    justify-content: space-evenly;
    margin-top: 20px;
}

.certificate {
    border-left: 2px solid white;
    border-top: 2px solid white;
    padding: 20px;
    display: flex;
    justify-content: space-around;
    grid-template-rows: auto;
    grid-template-columns: auto 300px;
}

.certificate > a {
    display: flex;
    flex-direction: column;
    padding: 20px;
}


.topic {
    color: #D4AF37;
    font-weight: 500;
    padding: 10px 0;
}

@media only screen and (max-width: 1000px) {
    .cert-image {
        display: flex;
        align-items: center; 
        margin-right: 20px;
    }
}


.cert-image img {
    max-width: 800px;
    width: 99%;
    transform: none;
    border: 2px solid white;
    
}
.cert-image:hover img {

    box-shadow: -4px -4px 20px  rgb(104, 11, 11)
}
.content {
    user-select: none;
    min-width: 250px;
    flex-grow: 1;
    font-size: 1.1rem;
    color: white;
    padding: 20px;
    border-right: 2px solid brown;
    border-top: 2px solid brown;
    transition: box-shadow 500ms ease;
}

.content:hover {
    box-shadow: 4px -4px 20px  rgb(101, 101, 101)
}

.content li {
    padding: 10px 0;
    transition: all 300ms ease-in;
    cursor: pointer;
}

.content li:hover {
    text-decoration: none;
    color: brown;
}

.solo-learn {
    display: flex;
    flex-wrap: nowrap;
    overflow-x: auto;
    margin: auto;
}

.solo {
    min-width: 420px;
    max-width: 600px;
    margin: 20px;
    margin-left: 0;
    border-bottom-left-radius: 20px;
    border-bottom-right-radius: 20px;
    transition: box-shadow 500ms linear;
}

.solo:hover {
    box-shadow: 2px 2px 5px #D4AF37;
}

.image-verify {
    position: relative;
}

.image-verify:hover .verify {
    opacity: 1;
}

.verify {
    position: absolute;
    top: 2px;
    left: 2px;
    font-family: 'Trebuchet MS', 'Lucida Sans Unicode', 'Lucida Grande', 'Lucida Sans', Arial, sans-serif;
    font-size: .8rem;
    background-color: #00000e;
    color: white;
    padding: 5px 10px;
    border-bottom-right-radius: 5px;
    opacity: 0;
    transition: opacity 300ms ease-in;
}

.solo-img {
    border-bottom:  4px solid red;
}

.solo-name {
    padding: 10px 5px;
    font-size: 22px;
    color: white;
    text-align: center;
    background-color: #00000e;
    font-family: 'Playpen Sans', cursive;
    border-bottom-left-radius: 20px;
    border-bottom-right-radius: 20px;
}


.project-container {
    position: relative;
    z-index: 200;
    width: max-content;
    margin: auto;
    padding: 180px 0;
}

.pro {
    user-select: none ;
    background-color: rgba(255, 255, 255, 0.346);
    margin: 40px 0;
    display: grid;
    width: 750px;
    grid-template-columns: 165px auto;
    padding: 20px 0;
    border-radius: 20px;
    border-top-left-radius: 20px;
    transition: all 400ms ease-out;
    
}

.pro:hover {
    transform: scale(1.02);
    box-shadow:   20px 20px 20px -15px rgb(78, 71, 71);
}

.border {
    border-bottom-color:  yellow;
    background-color: white !important;
}

.description {
    cursor: default;
    position: relative;
    margin: 0 20px;
    padding: 0 10px  20px 10px;
    color: black;
    font-size: 1.2rem;
    text-align: justify;
    font-family: Cambria, Cochin, Georgia, Times, 'Times New Roman', serif;
}

.see {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-around;
    color: #00000e;
    opacity: 0;
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    text-align: center;
    transition: opacity 2000ms ease;
    z-index: 400;
   
}
.description:hover .see{
    opacity: 1;
}


.see a {
    cursor: default;
}


.view-project:hover {
    border-color: #2179ac;
}

.note {
    opacity: 1;
    font-family: 'Open Sans', sans-serif;
    text-align: justify;
    transition: opacity 500ms ease-in;
}

.see a {
    border-radius: 10px;
    overflow: hidden;
    height: max-content;
}

.view-project {
    border-radius: 10px;
    cursor: pointer;
    padding: 10px 20px;
    font-family:  sans-serif;
    color: rgb(255, 255, 255);
    border: 2px solid transparent;
    background-color: #2995D2;
    font-size: 1.2rem;
    transition: border 500ms linear;
}

.description:hover .note{
    opacity: .6;
}

.title > h3 {
    font-weight: 500;
    text-align: center;
    font-family: Cambria, Cochin, Georgia, Times, 'Times New Roman', serif;
}

.image-container {
    display: flex;
    flex-direction: column;
    align-items: flex-end;
    border-right: .25rem solid #4dff00;
    text-align: end;
    padding: 0 20px;
}


.image-container .image {
    width: 95%;
    margin-bottom: 10px;
    border-radius: 5px;
}

.developed {
    display: flex;
    flex-direction: column;
    align-items: flex-end;
    justify-content: space-around;
    opacity: .5;
    padding: 10px 0;
    transition: opacity 1000ms ease;
}

.developed > div {
    cursor: pointer;
    margin: 2px 0;
    font-size: .7rem;
    padding: 4px 10px;
    font-family: Verdana, Geneva, Tahoma, sans-serif;
    background-color: #32abf1;
    color: white;
    border: 1.5px solid transparent;
    border-radius: 20px;
}

.developed > div:hover {
    border-color: #4dff00;
} 

.image-container:hover .developed  {
    opacity: 1;
}



.frontend:hover {
    text-decoration: underline;
}


@media only screen and (max-width:800px) {
    section {
        padding: 150px 20px;
    }
    
    .pro {
        width: 90vw;
        grid-template-columns: 150px auto;
    }
    
    .description {
        font-size: 1.1rem ;
    }

    .view-project {
        padding: 7px 15px;
        font-size: 16px;
    }
}

@media only screen and (max-width: 658px) {
    .nav-link {
        font-size: .9rem;
    }
    #About-Me {
        height: 80px ;
    }
}

@media screen and (max-width:600px)  {
    section {
        padding: 100px 5px !important;
    }

    .pro {
        width: 95vw;
        grid-template-columns: 120px auto;
    }

    .description {
        margin: 0 10px;
    }

    .developed > div {
        padding: 0 10px ;
    }
    
    .pro h3 {
        font-size: 18px;
    }

    .note {
        font-size: 14px;
    }

    .view-project {
        padding: 3px 10px;
        font-size: 14px;
    }

    .see a {
        margin: 5px ;
    }
    
    .image-container {
        padding: 0 10px ;
    }
}


@media only screen and (max-width: 575px) {
    .nav-item {
        padding: 5px;
    }
    #About-Me {
        height: 55px;
    }

    .nav-link {
        font-size: 1.2rem;
    }
}

.contact-input {
    position: relative;
    z-index: 200;
    margin: auto;
    width: max-content;
}

#messageInput {
    min-height: 250px;
    max-height: 600px;
}


.contact-form {
    max-width: 800px;
    min-width: 300px;
    width: 70vw;
    padding: 7px 10px;
    margin: 5px 0;
    font-family: "Roboto", sans-serif;
    outline: none;
    border: 2px solid transparent;
    border-radius: 5px;
    background-color:#daeeff ;
    resize: none;
}

.contact-form:hover {
    border-color: 2px solid green;
}

#send {
    font-family:  sans-serif;
    padding: 7px 20px;
    margin-left: calc(100% - 80px);
    background-color: #D4AF37;
    font-weight: 700;
    border-radius: 7px;
    border: 1px solid green;
}

#send:hover {
    background-color: goldenrod;
}



.spacer {
    aspect-ratio: 900/300;
    width: 100dvw;
    top: 0;
    position: absolute;
    right: 0;
    left: 0;
    bottom: auto;
    height: 320px;
    background-color: white;
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
}

.layer  {
    background-image: url('images/svg/steps.svg');
}

.custom-shape-divider-bottom-1699120156 {
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    overflow: hidden;
    line-height: 0;
    z-index: 0;
}

.custom-shape-divider-bottom-1699120156 svg {
    position: relative;
    display: block;
    width: calc(100% + 1.3px);
    height: 108px;
    transform: rotateY(180deg);
}



@media only screen and (max-width: 600px ) {
    .custom-shape {
        height: 144px;
    }
}

.custom-shape-divider-bottom-1699120156 .shape-fill {
    fill: var(--bg-main);
}

.custom-shape-divider-top-1699214157 {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    overflow: hidden;
    line-height: 0;
    transform: rotate(180deg);
}

.custom-shape-divider-top-1699214157 svg {
    position: relative;
    display: block;
    width: calc(100% + 1.3px);
    height: 155px;
    transform: rotateY(180deg);
}

.custom-shape-divider-top-1699214157 .shape-fill {
    fill: var(--bg-main);
}

.error {
    border-color:  red;
}

.success {
    border-color: #D4AF37;
}


.error-div {
    background-color: rgb(179, 0, 0);
}

#feedback {
    color: white;
    max-width: 90vw;
    border-radius: 5px;
    width: auto;
    margin: 10px 0;
    padding: 10px 20px;
}

.success-div {
    background-color: rgb(12, 179, 0);

}




.contact-container {
    position: relative;
    z-index: 200;
    max-width: 1100px;
    margin: auto;
    user-select: none;
}

.main-container {
    position: relative;
    height: max-content;
}

#nameTitle {
    opacity: 0;
    transition: opacity 3000ms ease-in;
}

.hello-world {
    text-align: center;
    font-size: 80px;
    font-weight: 800;
}


.detail-container {
    position: relative;
    text-align: right;
    font-size: 55px;
    font-family: "Roboto", sans-serif;
    height: max-content;
}

.my-name {
    position: relative;
    font-family: "Carter One", sans-serif;
    color: white;
    text-shadow: -2px -4px rgb(0, 183, 255);
    font-weight: 100 !important;
}


.full-stack {
    font-family: "Carter One", sans-serif;
    color: black;
    box-sizing: border-box;
    font-size: 55px;
    text-shadow: 1px 4px white;
    background: -webkit-linear-gradient(-90deg,#ff0000, orange, goldenrod );
    background-clip: text;
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;

}
.br {
    display: block;
    margin: 1rem;
}

.specific {
    padding: 40px 20px;
    font-size: 25px;
    font-family: "Roboto", sans-serif;
    color: rgb(236, 236, 236);
    text-align: justify;
    text-shadow: 2px 2px var(--color-blue);
    opacity: 0;
    transition: opacity 500ms linear;
}

.hand {
    animation-duration: 2.5s;       
    animation-iteration-count: infinite;  
    transform-origin: 70% 70%;       
    display: inline-block;
}
  
  @keyframes wave {
      0% { transform: rotate( 0.0deg) }
     10% { transform: rotate(14.0deg) }  
     20% { transform: rotate(-8.0deg) }
     30% { transform: rotate(14.0deg) }
     40% { transform: rotate(-4.0deg) }
     50% { transform: rotate(10.0deg) }
     60% { transform: rotate( 0.0deg) }  
    100% { transform: rotate( 0.0deg) }
  }
  

@media only screen and (max-width:768px) {
    .hello-world {
        font-size: 45px;
    }
    .display-container {
        justify-content: center ;
    }

    .my-name {
        font-size: 44px;
        text-align: center;
    }

     .full-stack {
        text-align: center;
        font-size: 47px;
    }
}
    
@media only screen and (max-width:600px) {
    .hello-world {
        font-size: 38px;
    }

    .my-name {
        font-size: 35px;
        text-shadow: -1px -2px rgb(0, 183, 255);
    }
} 

@media only screen and (max-width:480px) {
    .my-name {
        font-size: 25px;
    }
    .full-stack {
        font-size: 35px;
        text-shadow: 1px 2.5px white;
    }
}

.display {
    margin: 0px ;
    color: #D4AF37;
    transition: opacity 700ms ease-in;
    display: none;
    background: -webkit-linear-gradient(-90deg, rgb(255, 220, 20), rgb(210, 137, 0));
    background-clip: text;
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
}

.display-container {
    display: flex;
    align-items: center;
}

.space {
    margin-right: 10px;
}

#Contact-Me {
    padding: 120px;
    background: linear-gradient(rgb(246, 254, 255), var(--color-blue)70%, var(--bg-main) 96%);
}

#Contact-Me  h2 {
    position: relative;
    z-index: 200;
    color: #D4AF37;
    margin-bottom: 20px;
}

.form-display {
    display: none;
}