/* ------------------------------------- Background -------------#1a1527---------------------------- */
.cont-section {
    height: 56vw;
    width: 100%;
    background-color: #1a1527;
    background: linear-gradient(#1a1527, #0b0a10);
}

@media only screen and (max-width: 500px) {
    .cont-section {
        height: 60vmax;
    }
}

/* ------------------------------------- Timeline ----------------------------------------- */
#timeline-cont {
    background-color: #5918df;
    list-style: none;
    margin-left: 21%;
    height: 48vmax;
    position: absolute;
    margin-top: 7%;
    width: 2px;
    z-index: 1;
}

@media only screen and (max-width: 550px) {
    #timeline-cont {
        height: 25vmax;
    }
}

@media only screen and (max-width: 500px) {
    #timeline-cont {
        height: 53vmax;
    }
}

/*----------------------------------- bullet points -----------------------------------*/

.bullet-cont {
    position: absolute;
    font-family: system-ui, -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, Oxygen, Ubuntu, Cantarell, 'Open Sans', 'Helvetica Neue', sans-serif;
    font-size: 20px;
    color: #988e9f;
    margin: 10px;
    padding: 20px;
    top: -45px;
}

.bullet-cont.bullet-cont:before {
    position: absolute
}

.bullet-cont:before {
    background-color: #5918df;
    border: 2px solid #5918df;
    border-radius: 50%;
    content: "";
    height: 9px;
    left: -15px;
    top: 25px;
    width: 9px;
}


/* ----------------------------------contact me txt---------------------------------------- */
#sel-cont {
    font-family: 'Trebuchet MS', 'Lucida Sans Unicode', 'Lucida Grande', 'Lucida Sans', Arial, sans-serif;
    font-size: 2vmax;
    font-weight: bold;
    position: absolute;
    margin-top: 10vmax;
    left: 24%;
    z-index: 2;
}


/* -------------------------------------Contatct Links-------------------------------------------- */
.links {
    position: relative;
    font-size: 1.7vmax;
    top: 16vmax;
    font-family: Verdana, Geneva, Tahoma, sans-serif;
}

@media only screen and (max-width: 750px) {
    .links {
        font-size: 2.2vmax;
    }
}

#insta {
    position: absolute;
    display: inline-block;
    margin-left: 30%;
    margin-top: 3%;
    text-decoration: none;
    color: #5918df;
}

#instaicon {
    position: relative;
    top: 0.4vmax;
    height: 1.9vmax;
    width: 1.9vmax;
}

#linkedin {
    position: absolute;
    display: inline-block;
    margin-left: 55%;
    margin-top: 3%;
    text-decoration: none;
    color: #595bd4;
}

#linkedinicon {
    position: relative;
    top: 0.5vmax;
    height: 2.1vmax;
    width: 2.1vmax;
}

#twitter {
    position: absolute;
    display: inline-block;
    margin-top: 8%;
    margin-left: 29.5%;
    text-decoration: none;
    color: #595bd4;
}

#twittericon {
    position: relative;
    top: 0.6vmax;
    height: 2.3vmax;
    width: 2.3vmax;
}

#github {
    position: absolute;
    display: inline-block;
    margin-top: 8%;
    margin-left: 55%;
    text-decoration: none;
    color: #595bd4;
}

#githubicon {

    position: relative;
    top: 0.5vmax;
    height: 2.1vmax;
    width: 2.1vmax;
}

#gmail {
    position: absolute;
    display: inline-block;
    margin-top: 14%;
    margin-left: 29.5%;
    text-decoration: none;
    color: #595bd4;
}

#gmailicon {
    position: relative;
    top: 0.5vmax;
    height: 2.1vmax;
    width: 2.1vmax;
}

@media only screen and (max-width: 500px) {
    #insta {
        margin-left: 30%;
        margin-top: 5%;
    }

    #linkedin {
        margin-left: 30%;
        margin-top: 12%;
    }

    #twitter {
        margin-left: 30%;
        margin-top: 20%;
    }

    #github {
        margin-left: 30%;
        margin-top: 27%;
    }

    #gmail {
        margin-left: 30%;
        margin-top: 35%;
    }
}

/* ------------------------------------- Scale hover------------------------------------- */

.scale-hoverdown {
    transition: transform .2s;
}

.scale-hoverdown:hover {
    transform: scale(1.2);
}


/* ------------------------------------------get in touch btn-------------------------------------------- */
#getintouch {
    position: relative;
    top: 38vw;
    left: 40%;
    z-index: 4;
}

@media only screen and (max-width: 500px) {
    #getintouch {
        margin-top: 45%;
        left: 25%;
    }
}


/* ----------------------------------------End text---------------------------------------------- */
#endtxt {
    position: absolute;
    display: inline-block;
    margin-top: -5vw;
    left: 22%;
    color: #988e9f;
    font-size: 1.2vmax;
    font-family: system-ui, -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, Oxygen, Ubuntu, Cantarell, 'Open Sans', 'Helvetica Neue', sans-serif;
}

@media only screen and (max-width: 700px) {
    #endtxt {
        font-size: 10px;
    }

}



#flag {
    position: relative;
    height: 1.8vmax;
    top: 0.5vmax;
}   


/* -------------------------------Form-------------------------------------- */

.loginPopup {
    position: fixed;
    text-align: center;
    font-family: system-ui, -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, Oxygen, Ubuntu, Cantarell, 'Open Sans', 'Helvetica Neue', sans-serif;
    font-size: 1.8vmax;
    color: #ffffff;
    z-index: 5;
}

.formPopup {
    display: none;
    position: fixed;
    left: 0;
    right: 10vw;
    top: 0;
}

.formContainer .btn {
    cursor: pointer;
    width: 50%;
    margin-bottom: 15px;
    opacity: 0.8;
}

#contact-form {
    height: 50%;
    width: 100%;
    backdrop-filter: blur(30px);
    border: 2px solid #ffffff;
    padding-top: 30px;
    padding-left: 50px;
    padding-right: 50px;
    padding-bottom: 30px;
    border-radius: 15px;

}

label {
    font-weight: 400;
    cursor: pointer;
}

textarea,
input {
    border: none;
    outline: none;
    border-radius: 0;
    text-align: center;
    background: none;
    font-weight: 700;
    font-family: system-ui, -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, Oxygen, Ubuntu, Cantarell, 'Open Sans', 'Helvetica Neue', sans-serif;
    font-size: 1.8vmax;
    color: #ffffff;
    padding: 1rem;
    border: 2px solid rgba(255, 255, 255, 0);
    box-sizing: border-box;
    cursor: text;
}

textarea {
    text-align: left;
    overflow: hidden;
    resize: none;
    width: 30vmax;
    border-color: rgba(255, 255, 255, 0);
}

textarea:focus {
    background-color: rgba(255, 255, 255, 0.04);
}

textarea:focus:required:valid {
    border: 2px solid rgba(255, 255, 255, 0);
    border-bottom: 2px solid rgba(255, 255, 255, 0.2);
}

textarea:required:valid {
    border-bottom: 2px solid rgba(255, 250, 250, 0.2);
}

input {
    border-bottom: 2px solid rgba(255, 253, 253, 0.5);
}

input:required,
textarea:required {
    border-bottom: 2px solid rgba(255, 255, 255, 0.5);
}

input:focus {
    border-bottom: 2px solid rgb(255, 255, 255);
    background-color: rgba(255, 255, 255, 0.04);
}

input:required:valid {
    border-bottom: 2px solid rgba(255, 255, 255, 0.2);
}

input:required:invalid {
    color: rgba(255, 255, 255, 0.5);
}

::-webkit-input-placeholder {
    text-align: center;
    color: rgba(255, 255, 255, 0.4);
    font-style: italic;
    font-weight: 400;
}

:-moz-placeholder {
    text-align: center;
    color: rgba(255, 255, 255, 0.4);
    font-style: italic;
    font-weight: 400;
}

::-moz-placeholder {
    text-align: center;
    color: rgba(255, 255, 255, 0.4);
    font-style: italic;
    font-weight: 400;
}

:-ms-input-placeholder {
    text-align: center;
    color: rgba(255, 255, 255, 0.4);
    font-style: italic;
    font-weight: 400;
}

.touchtxt {
    display: inline;
    font-weight: 500;
    background-color: #1a1527;
    padding: 7px;
    padding-left: 18px;
    padding-right: 18px;
    border-radius: 25px;
    border: 1px solid #ffffff;
}

button {
    background: none;
    border: none;
    outline: none;
}

.send-icn {
    margin-top: 3%;
    margin-bottom: 0;
}

.cancel {
    position: absolute;
    top: 4%;
    left: 94%;
    font-size: larger;
    cursor: pointer;

}


@media only screen and (max-width: 800px) {
    .formPopup {
        right: 20vw;
    }
}

@media only screen and (max-width: 500px) {
    .formPopup {
        right: 25vw;
    }
    
    .loginPopup {
        font-size: 12px;
        
    }
    
    textarea,
    input {
        margin-bottom: 15px;
    }
}

@media only screen and (max-width: 400px) {
    .formPopup {
        right: 39vw;
    }
}



