body{
    margin: 0;
    font-family: Montserrat extrabold;
    background-color: #02050A;
}
.NavBar{
    width: 13%;
    height: 100vh;
    position: fixed;
}
.NavBar_name{
    height: 15vh;
    color: white;
    background-color: #151C25;
    display: flex;
    justify-content: center;
    align-items: center;
    font-size: 4vh;
}
.NavBar_menu{
    width: 100%;
    height: 85vh;
    display: flex;
    flex-direction: column;
    align-items: center;
    background-color: #08101A;
}

.menuItem {
    height: 7vh;
    width: 80%;
    color: #A2A2A2;
    margin-top: 5vh;
    display: flex;
    font-size: 1.5vh;
    border-radius: 5px;
    cursor: pointer;
    border: 1px #151C25 solid;
}

.menuItem_Part1 {
    height: 4vh;
    background-color: #151C25;
    width: 23%;
    padding: 1.5vh 6%;
    border-radius: 5px;

    transition: background-color 0.3s ease-in;
    transition: background 0.3s ease-in;
}
.menu_item{
    height: 4vh;
    width: 90%;
    margin-left: 10%;
}

.menu_img1{
    background: url('src/home\ white.png');
    background-size: contain;
    background-repeat: no-repeat;
    transition: background 0.3s ease-in;
}
.menu_img2{
    background: url('src/about\ white.png');
    background-size: contain;
    background-repeat: no-repeat;
    transition: background 0.3s ease-in;
}
.menu_img3{
    background: url('src/portfolio\ white.png');
    background-size: contain;
    background-repeat: no-repeat;
    transition: background 0.3s ease-in;
}
.menu_img4{
    background: url('src/contact\ white.png');
    background-size: contain;
    background-repeat: no-repeat;
    transition: background 0.3s ease-in;
}

.menuItem_Part2 {
    height: 7vh;
    width: 60%;
    margin-left: 8%;
    display: flex;
    align-items: center;
    transition: color 0.2s ease-in;
}

.menuItem:hover .menuItem_Part1 {
    background-color: #55E6A4;
}

.menuItem:hover .menuItem_Part2 {
    color: #55E6A4;
}

.menuItem:hover .menu_img1
{
    background: url('src/home\ black.png');
    background-size: contain;
    background-repeat: no-repeat;
    transform: rotateY('angle');
}
.menuItem:hover .menu_img2
{
    background: url('src/about\ black.png');
    background-size: contain;
    background-repeat: no-repeat;
}
.menuItem:hover .menu_img3
{
    background: url('src/portfolio\ black.png');
    background-size: contain;
    background-repeat: no-repeat;
}
.menuItem:hover .menu_img4
{
    background: url('src/contact\ black.png');
    background-size: contain;
    background-repeat: no-repeat;
}



.social_media{
    display: flex;
    margin-top: 3vh;
}
.socials_sec{
    height: 4vh;
    width: 3%;
    margin-right: 1.5%;
    border-radius: 50%;   
    padding: 1%;
    cursor: pointer;
}
.linkedin{

    background-color: #0077B5;
}
.linkedin:hover{
    background-color: #04669c;
}
.github{
    background-color: white;
}
.github:hover{
    background-color: rgb(199, 197, 197);
}


.home{
    height: 100vh;
    width: 68.5%;
    margin-left: 13%;
    padding-left: 9.5%;
    padding-right: 9%;
    background: url('src/home_bg.png');
    background-size: cover;
}
.myname{
    color: white;
    padding-top: 26vh;
    font-weight: bolder;
    font-size: 6vh
}
.myname_skill{
    color: #55E6A4;
}
.name_aboutme{
    margin-top: 5vh;
    width: 55%;
    font-size: 1.8vh;
    line-height: 3vh;
    color: #A2A2A2;
}
.btn_download_cv{
    margin-top: 6vh;
    width: 16%;
    font-size: 2vh;
    display: flex;
    justify-content: center;
    align-items: center;
    padding: 2.25vh;
    background-color: #55E6A4;
    border: 0px #55E6A4 solid;
}
.down_image{
    height: 2.5vh;
    width: 15%;
    margin-left: 3%;
    background: url('src/download\ black.png');
    background-repeat: no-repeat;
    background-size: contain;
    transition: background 0.3s ease-in;
}

.btn_download_cv:hover .down_image{
    background: url('src/download\ white.png');
    background-repeat: no-repeat;
    background-size: contain;
}

.btn_download_cv:hover{
    cursor: pointer;
    animation: hover_download 0.3s ease-in forwards;
}
@keyframes hover_download {
    to{
        background-color: #141C27;
        color: white;
    }
}

.aboutme{
    height: 120vh;
    padding-top: 9vh;
    width: 87%;
    display: flex;
    justify-content: space-around;
    margin-left: 13%;
    color: white;
}
.about_container{
    height: 100%;
    width: 140vb;
}
.container_title{
    font-size: 5vh;
    font-weight: bolder;
    color: #55E6A4;
}
.container_my_desc{
    font-size: 2vh;
    margin-top: 2vh;
}
.what_i_do_title{
    margin-top: 3vh;
    font-size: 3.5vh;
    color: #55E6A4;
}
.what_i_do_section{
    height: 15vh;
    margin-top: 2.5vh;
    display: flex;
    width: 100%;
    border-radius: 10px;
    color: F1F1F1;
    background-color: #151C25;
}
.what_i_do_section_bottom_sec{
    background-color: #151C25;
}
.what_i_do_section_sec1{
    height: 10vh;
    margin: 2.5vh 4%;
    width: 7%;
}
.what_i_do_section_sec2{
    width: 85%;
    height: 10vh;
    margin: 0.5vh 3% 0.5vh 0; 
}
.sec2_title{
    margin-top: 1vh;
    font-size: 2.5vh;
}
.sec2_desc{
    margin-top: 1.5vh;
    font-size: 2vh;
    color: #BBBBBB;
    font-weight: 100;
}
.education_title{
    margin-top: 3vh;
    font-size: 3.5vh;
    color: #55E6A4;
}
.education_section_part{
    height: 11vh;
    margin-top: 2.5vh;
    width:46.25%;
    padding: 2vh 1.5%;
    border-radius: 10px;
    color: F1F1F1;
    float: left;
    display: flex;
    flex-direction: row;
    background-color: #151C25;
}

.education_section_part_section_part1{
    width: 16%;
    padding: 0.75vh 0;
    padding-right: 3%;
}
.education_section_part_section_part2{
    width: 81%;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    padding: 1.5vh auto;
    margin-right: 4%;
}

.education_section_part_2{
    float: right;
}

.edu_clg_year{
    color: #BBBBBB;
}
.edu_clg_field{

}
.edu_clg_clgname{
    color: #BBBBBB;
}


.portfolio{
    height: 92vh;
    padding-top: 8vh;
    width: 87%;
    display: flex;
    justify-content: space-around;
    margin-left: 13%;
    color: white;
}
.port_container{
    height: 100%;
    width: 140vb;
}
.project_menu{
    width: 30%;
    display: flex;
    justify-content: space-between;
    margin-top: 3vh;
}
.project_menu_list{
    font-size: 2vh;
    color: #A2A2A2;
    cursor: pointer;
    padding-left: 2%;
    padding-right: 2%;
}
.project_underline{
    width: 0%;
    margin-top: 0.5vh;
    height: 0.3vh;
    background-color: #55E6A4;
    transition: width 0.3s ease-in;
}
.project_menu_list:hover .project_underline {
    width: 100%;
}
.project_menu_list.active .project_underline {
    width: 100%;
}

.project_item_container{
    height: 38vh;
    width: 100%;
    margin-top: 2vh;
    display: flex;
}
.project_items{
    height: 34vh;
    width: 18%;
    margin-right: 3%;
    padding: 2vh 2%;
    cursor: pointer;
    border-radius: 10px;
    background-color: #151C25;
}
.project_item_photo{
    height: 15.5vh;
    width: 70%;
    padding: 5vh 15%;
    border-radius: 10px;
    display: flex;
    justify-content: center;
    align-items: center;
    background-color: #08101A;

}
.project_items_field{
    height: 3vh;
    margin-top: 1.5vh;
    font-size: 1.7vh;
}
.project_items_name{
    height: 5vh;
    font-size: 3.5vh;
}

.shoeHead_popup{
    height: 90vh;
    border-radius: 10px;
    width: 40%;
    padding: 2vh 2%;
    margin: -5vh auto 0 auto;
    position: absolute;
    background-color: white;
    display: none;
}
.EatIt_popup{
    height: 90vh;
    border-radius: 10px;
    width: 40%;
    padding: 2vh 2%;
    margin: -5vh auto 0 auto;
    position: absolute;
    display: none;
    background-color: white;
}

.Fintrack_popup{
    height: 90vh;
    border-radius: 10px;
    width: 40%;
    padding: 2vh 2%;
    margin: -5vh auto 0 auto;
    position: absolute;
    display: none;
    background-color: white;
}
.cacel_btn{
    width: 100%;
    height: 4vh;
    text-align: right;
    cursor: pointer;
}
.project_name{
    color: #55E6A4;
    font-size: 3.5vh;
    text-align: center;
}
.project_info_sec{
    height: 10vh;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    margin-top: 3vh;
}
.project_info{
    width: 48%;
    display: flex;
    align-items: center;
    font-size: 2.2vh;
    height: 5vh;
    color: black;
}
.project_desc_sec1{
    margin-top: 3vh;
    font-size: 1.75vh;
    font-family: monospace sans-serif;
    line-height: 3.25vh;
    color: gray;
}
.project_desc_sec2{
    margin-top: 2vh;
    font-family: monospace sans-serif;
    font-size: 1.75vh;
    line-height: 3.25vh;
    color: gray;
}
.photos_Section{
    height: 38vh;
    display: flex;
    justify-content: space-between;
    margin-top: 2vh;
}
.project_photos{
    width: 23%;
    border-radius: 10px;
    height: 100%;
    background-color: white;
}
.project_photos > img{
    border-radius: 10px;
}


.skills{
    display: flex;
    justify-content: space-between;
}
.skill_section_1{
    width: 48%;
}
.skill_section_2{
    height: 26vh;
    width: 48%;
}
.non_tech_skill_sec{
    height: 23.1vh;
    width: 94%;
    background-color: #151C25;
    border-radius: 10px;
    padding: 1.2vh 3%;
    display: flex;
    align-items: center;
    flex-wrap: wrap;
}
.non_tech_skill{
    height: fit-content;
    width: fit-content;
    padding: 1vh 4%;
    border-radius: 10px;
    font-size: 2.1vh;
    margin-right: 2%;
    background-color: #08101A;
}

.skills_title{
    margin-top: 3vh;
    margin-bottom: 1.5vh;
    font-size: 3vh;
    color: #55E6A4;
}
.skill_container{
    height: 5.6vh;
    margin-top: 1vh;
    width: 100%;
}
.skill_main_section{
    height: 23vh;
    background-color: #151C25;
    width: 95%;
    display: flex;
    flex-direction: column;
    justify-content: space-evenly;
    border-radius: 10px;
    padding: 1.2vh 2.5%;
}
.skill_name{
    font-size: 2.25vh;
    display: flex;
    justify-content: space-between;
}
.skill_range{
    height: 1.35vh;
    border-radius: 50px;
    width: 100%;
    margin-top: 1.1vh;
    background-color: white;
}
.skill_web{
    height: 100%;
    border-radius: 50px;
    width: 85%;
    background-color: #55E6A4;
}
.skill_app{
    height: 100%;
    border-radius: 50px;
    width: 80%;
    background-color: #55E6A4;
}
.skill_python{
    height: 100%;
    border-radius: 50px;
    width: 70%;
    background-color: #55E6A4;
}


.contact{
    height: 92vh;
    padding-top: 8vh;
    width: 87%;
    display: flex;
    justify-content: space-around;
    margin-left: 13%;
    color: white;
}
.contact_container{
    height: 100%;
    width: 140vb;
}
.contact_details{
    width: 100%;
    height: 40vh;
    display: flex;
    justify-content: space-between;
}
.contact_details_section{
    height: 100%;
    width: 32.6%;
    background-color: #08101A;
}
.contact_form{
    width: 100%;
    height: 47vh;
    margin-top: 4vh;
    display: flex;
    flex-wrap: wrap;
}

.photo_section{
    height: 12vh;
    width: 25%;
    margin: 4vh 37.5% 0 37.5%;
}
.contact_sec_name{
    width: 100%;
    text-align: center;
    font-size: 2.25vh;
    margin-top: 3vh;
}
.contact_sec_desc{
    height: 7.5vh;
    width: 80%;
    padding: 0% 10%;
    margin-top: 2vh;
    font-size: 1.75vh;
    line-height: 2.5vh;
    color: #A2A2A2;
    text-align: center;
}
.contact_sec_value{
    width: 100%;
    margin-top: 3vh;
    font-size: 1.9vh;
    text-align: center;
    cursor: pointer;
}
.contact_sec_value > a{
    color: white;
    text-decoration: none;
    transition: color 0.3s ease-in;
}

.contact_sec_value > a:hover{
    color: #55E6A4;
}

form{
    width: 100%;
}
.form_details{
    background-color: transparent;
    height: 6vh;
    border: 1px #151C25 solid;
    border-radius: 5px;
    font-size: 1.7vh;
    color: white;
}
input::placeholder{
    color: white;
}
textarea::placeholder{
    color: white;
}
input:focus{
    outline: none;
}
textarea:focus{
    outline: none;
}

.name{
    width: 46%;
    padding: 0 1.5%;
    margin-bottom: 2.5vh;
}
.subject{
    width: 46.4%;
    padding: 0 1.5%;
    margin-left: 0.43%;
    margin-bottom: 2.5vh;
}
.email{
    width: 96.5%;
    padding: 0 1.5%;
    margin-bottom: 2.5vh;
}
.message{
    height: 15vh;
    width: 96.5%;
    padding: 1.25% 1.5%;
    margin-bottom: 2vh;
}

.submit_btn{
    height: 6.5vh;
    font-size: 1.8vh;
    font-weight: bold;
    border-radius: 5px;
    width: 15%;
    margin: 0 42.5%;
    border: 0px white solid;
    background-color: #55E6A4;
    cursor: pointer;
}
.submit_btn:hover{
    animation: submit_ani 0.3s ease-in forwards;
}
@keyframes submit_ani {
    to{
        background-color: white;
    }
}


.popup{
    width: 50%;
    margin: 0 25%;
    height: 80vh;
    position: absolute;
    background-color: rebeccapurple;
}


.hidden {
    display: none;
}

.popup_ani{
    animation: popup_project 0.5s ease-in forwards;
}



@media only screen and (max-width: 1200px) {
    .NavBar{
        width: 100%;
        height: 7vh;
        position: fixed;
    }
    .NavBar_name{
        display: none;
    }
    .NavBar_menu{
        width: 100%;
        height: 10vh;
        display: flex;
        flex-direction: row;
        align-items: center;
        justify-content: end;
        background-color: #08101A;
    }
    
    .menuItem {
        height: auto;
        width: fit-content;
        color: #A2A2A2;
        margin-top: 0vh;
        font-size: 1.7vh;
        margin-left: 3%;
        border-radius: 0px;
        padding: 0 0.8%;
        cursor: pointer;
        border: 0px #151C25 solid;
    }
    
    .menuItem_Part1 {
        display: none;
    }
    
    .menuItem_Part2 {
        height: 7vh;
        width: fit-content;
        display: flex;
        flex-direction: row;
        margin: 0 0;
        align-items: center;
    }
    .home{
        height: fit-content;
        width: 86%;
        margin-left: 0%;
        padding: 0 7%;
        background: none;
        background-size: cover;
    }
    .myname{
        color: white;
        padding-top: 16vh;
        font-weight: bolder;
        font-size: 5vh
    }
    .myname_skill{
        color: #55E6A4;
        font-size: 4.5vh;
    }
    .name_aboutme{
        margin-top: 3vh;
        width: 100%;
        font-size: 1.8vh;
        line-height: 3vh;
        color: #A2A2A2;
        text-align: justify;

    }
    .btn_download_cv{
        margin-top: 4vh;
        width: 40%;
        font-size: 2vh;
        display: flex;
        justify-content: center;
        align-items: center;
        padding: 2.25vh;
        background-color: #55E6A4;
        border: 0px #55E6A4 solid;
    }
    .down_image{
        height: 2.5vh;
        width: 15%;
        margin-left: 3%;
        background: url('src/download\ black.png');
        background-repeat: no-repeat;
        background-size: contain;
        transition: background 0.3s ease-in;
    }
    
    .btn_download_cv:hover .down_image{
        background: url('src/download\ white.png');
        background-repeat: no-repeat;
        background-size: contain;
    }
    
    .btn_download_cv:hover{
        cursor: pointer;
        animation: hover_download 0.3s ease-in forwards;
    }
    @keyframes hover_download {
        to{
            background-color: #141C27;
            color: white;
        }
    }
    
    .aboutme{
        height: fit-content;
        width: 86%;
        padding: 0 7%;
        display: flex;
        justify-content: space-around;
        margin-left: 0%;
        margin-top: 5vh;
        padding-top: 12vh;
        color: white;
    }
    .about_container{
        height: 100%;
        width: 100%;
    }
    .container_title{
        font-size: 5vh;
        font-weight: bolder;
        color: #55E6A4;
    }
    .container_my_desc{
        font-size: 2vh;
        line-height: 3vh;
        margin-top: 2vh;
    }
    .what_i_do_title{
        margin-top: 3vh;
        font-size: 4vh;
        color: #55E6A4;
    }
    .what_i_do_section{
        height: fit-content;
        margin-top: 2.5vh;
        display: flex;
        width: 100%;
        border-radius: 10px;
        color: #F1F1F1;
        background-color: #151C25;
        padding: 1vh 0%;
    }
    .what_i_do_section_bottom_sec{
        background-color: #151C25;
    }
    .what_i_do_section_sec1{
        height: 8vh;
        margin: 2.5vh 4%;
        width: 20%;
    }
    .what_i_do_section_sec2{
        width: 85%;
        height: fit-content;
        margin: 0.5vh 3% 0.5vh 0; 
    }
    .sec2_title{
        margin-top: 1vh;
        font-size: 2.5vh;
    }
    .sec2_desc{
        margin-top: 1.5vh;
        font-size: 2.25vh;
        color: #BBBBBB;
    }
    .education_title{
        margin-top: 3vh;
        font-size: 4vh;
        color: #55E6A4;
    }
    .education_section_part{
        height: fit-content;
        margin-top: 2.5vh;
        width: 95%;
        padding: 1vh 2.5%;
        border-radius: 10px;
        color: F1F1F1;
        float: left;
        display: flex;
        flex-wrap: wrap;
        flex-direction: row;
        background-color: #151C25;
    }
    
    .education_section_part_section_part1{
        width: 25%;
        height: 100%;
        padding: 0vh 0;
        margin: auto 0;
    }
    .education_section_part_section_part2{
        width: 70%;
        display: flex;
        flex-direction: column;
        justify-content: space-between;
        padding: 0vh 2.5%;
        margin-right: 0%;
    }
    
    .education_section_part_2{
        float: right;
    }
    
    .edu_clg_year{
        color: #BBBBBB;
    }
    .edu_clg_field{
        margin-top: 1vh;
        margin-bottom: 1vh;
    }
    .edu_clg_clgname{
        color: #BBBBBB;
        font-size: 1.57vh;
    }
    
    
    .portfolio{
        height: fit-content;
        margin-top: 4vh;
        width: 86%;
        display: flex;
        justify-content: space-around;
        margin-left: 0%;
        padding: 0 7% ;
        padding-top: 12vh;
        text-align: justify;

        color: white;
    }
    .port_container{
        height: 100%;
        width: 100%;
    }
    .project_menu{
        width: 100%;
        display: flex;
        justify-content: space-evenly;
        margin-top: 3vh;
    }
    .project_menu_list{
        font-size: 2vh;
        color: #A2A2A2;
        cursor: pointer;
        padding-left: 2%;
        padding-right: 2%;
    }
    .project_underline{
        width: 0%;
        margin-top: 0.5vh;
        height: 0.3vh;
        background-color: #55E6A4;
        transition: width 0.3s ease-in;
    }
    .project_menu_list:hover .project_underline {
        width: 100%;
    }
    .project_menu_list.active .project_underline {
        width: 100%;
    }
    
    .project_item_container{
        height: fit-content;
        width: 100%;
        margin-top: 1vh;
        display: flex;
        flex-direction: column;
    }
    .project_items{
        height: fit-content;
        width: 90%;
        margin-right: 0%;
        padding: 2vh 5%;
        margin-top: 2vh;
        cursor: pointer;
        border-radius: 10px;
        background-color: #151C25;
    }
    .project_item_photo{
        height: 20vh;
        width: 70%;
        padding: 5vh 15%;
        border-radius: 10px;
        display: flex;
        justify-content: center;
        align-items: center;
        background-color: #08101A;
    
    }
    .project_items_field{
        height: 3vh;
        margin-top: 1.5vh;
        font-size: 2.25vh;
    }
    .project_items_name{
        height: 4.5vh;
        margin-top: 1vh;
        font-size: 4vh;
    }
    
    .shoeHead_popup{
        height: 90vh;
        border-radius: 10px;
        width: 40%;
        padding: 2vh 2%;
        margin: -5vh auto 0 auto;
        position: absolute;
        background-color: white;
        display: none;
    }
    .EatIt_popup{
        height: 90vh;
        border-radius: 10px;
        width: 40%;
        padding: 2vh 2%;
        margin: -5vh auto 0 auto;
        position: absolute;
        display: none;
        background-color: white;
    }
    
    .Fintrack_popup{
        height: 90vh;
        border-radius: 10px;
        width: 40%;
        padding: 2vh 2%;
        margin: -5vh auto 0 auto;
        position: absolute;
        display: none;
        background-color: white;
    }


    .cacel_btn{
        width: 100%;
        height: 4vh;
        text-align: right;
        cursor: pointer;
    }
    .project_name{
        color: #55E6A4;
        font-size: 3.5vh;
        text-align: center;
    }
    .project_info_sec{
        height: 10vh;
        display: flex;
        flex-wrap: wrap;
        justify-content: space-between;
        margin-top: 3vh;
    }
    .project_info{
        width: 48%;
        display: flex;
        align-items: center;
        font-size: 2.2vh;
        height: 5vh;
        color: black;
    }
    .project_desc_sec1{
        margin-top: 3vh;
        font-size: 1.75vh;
        font-family: monospace sans-serif;
        line-height: 3.25vh;
        color: gray;
    }
    .project_desc_sec2{
        margin-top: 2vh;
        font-family: monospace sans-serif;
        font-size: 1.75vh;
        line-height: 3.25vh;
        color: gray;
    }
    .photos_Section{
        height: 38vh;
        display: flex;
        justify-content: space-between;
        margin-top: 2vh;
    }
    .project_photos{
        width: 23%;
        border-radius: 10px;
        height: 100%;
        background-color: white;
    }
    .project_photos > img{
        border-radius: 10px;
    }
    
    
    .skills{
        display: flex;
        flex-direction: column;
        justify-content: space-between;
    }
    .skill_section_1{
        width: 100%;
    }
    .skill_section_2{
        height: fit-content;
        width: 100%;
    }
    .non_tech_skill_sec{
        height: fit-content;
        width: 94%;
        background-color: #151C25;
        border-radius: 10px;
        padding: 1.3vh 3%;
        display: flex;
        align-items: center;
        flex-wrap: wrap;
    }
    .non_tech_skill{
        height: fit-content;
        width: fit-content;
        padding: 0.5vh 2.3%;
        border-radius: 10px;
        font-size: 2.5vh;
        margin: 1vh 0.75%;
        background-color: #08101A;
    }
    
    .skills_title{
        margin-top: 3.5vh;
        margin-bottom: 1.5vh;
        font-size: 3.5vh;
        color: #55E6A4;
    }
    .skill_container{
        height: 6vh;
        margin-top: 1vh;
        width: 100%;
    }
    .skill_main_section{
        height: 23vh;
        background-color: #151C25;
        width: 95%;
        display: flex;
        flex-direction: column;
        justify-content: space-evenly;
        border-radius: 10px;
        padding: 1.2vh 2.5%;
    }
    .skill_name{
        font-size: 2.25vh;
        display: flex;
        justify-content: space-between;
    }
    .skill_range{
        height: 1.35vh;
        border-radius: 50px;
        width: 100%;
        margin-top: 1.1vh;
        background-color: white;
    }
    .skill_web{
        height: 100%;
        border-radius: 50px;
        width: 85%;
        background-color: #55E6A4;
    }
    .skill_app{
        height: 100%;
        border-radius: 50px;
        width: 80%;
        background-color: #55E6A4;
    }
    .skill_python{
        height: 100%;
        border-radius: 50px;
        width: 70%;
        background-color: #55E6A4;
    }
    
    
    .contact{
        height: fit-content;
        padding: 0;
        width: 86%;
        margin: 5vh 7% 0 7%;
        padding-top: 12vh;
        color: white;
    }
    .contact_container{
        height: fit-content;
        width: 100%;
    }
    .contact_details{
        width: 100%;
        height: fit-content;
        display: flex;
        flex-direction: column;
        justify-content: space-between;
    }
    .contact_details_section{
        height: fit-content;
        margin-bottom: 2vh;
        width: 100%;
        padding: 2vh 0%;
        background-color: #08101A;
    }
    .contact_form{
        width: 100%;
        height: 47vh;
        margin-top: 4vh;
        display: flex;
        flex-wrap: wrap;
    }
    
    .photo_section{
        height: 12vh;
        width: 25%;
        margin: 0vh 37.5% 0 37.5%;
    }
    .contact_sec_name{
        width: 100%;
        text-align: center;
        font-size: 2.25vh;
        margin-top: 2vh;
    }
    .contact_sec_desc{
        height: 7vh;
        width: 80%;
        padding: 0% 10%;
        margin-top: 2vh;
        font-size: 1.75vh;
        line-height: 2.5vh;
        color: #A2A2A2;
        text-align: center;
    }
    .contact_sec_value{
        width: 100%;
        margin-top: 3vh;
        font-size: 1.9vh;
        text-align: center;
        cursor: pointer;
    }
    .contact_sec_value > a{
        color: white;
        text-decoration: none;
        transition: color 0.3s ease-in;
    }
    
    .contact_sec_value > a:hover{
        color: #55E6A4;
    }
    
    form{
        width: 100%;
    }
    .form_details{
        background-color: transparent;
        height: 6.5vh;
        border: 1px #151C25 solid;
        border-radius: 5px;
        font-size: 2vh;
        color: white;
    }
    input::placeholder{
        color: white;
    }
    textarea::placeholder{
        color: white;
    }
    input:focus{
        outline: none;
    }
    textarea:focus{
        outline: none;
    }
    
    .name{
        width: 95%;
        padding: 0 2.5%;
        margin-bottom: 2.5vh;
    }
    .subject{
        width: 95%;
        padding: 0 2.5%;
        margin-left: 0%;
        margin-bottom: 2.5vh;
    }
    .email{
        width: 95%;
        padding: 0 2.5%;
        margin-bottom: 2.5vh;
    }
    .message{
        height: 12vh;
        width: 95%;
        font-weight: 500;
        font-size: 2.2vh;
        padding: 1.5vh 2.5%;
        margin-bottom: 2.5vh;

    }
    
    .submit_btn{
        height: 6.5vh;
        font-size: 2.5vh;
        border-radius: 5px;
        width: 40%;
        margin: 0 30%;
        border: 0px white solid;
        background-color: #55E6A4;
        cursor: pointer;
        margin-bottom: 3vh;
    }
    .submit_btn:hover{
        animation: submit_ani 0.3s ease-in forwards;
    }
    @keyframes submit_ani {
        to{
            background-color: white;
        }
    }
    
    
    .popup{
        width: 50%;
        margin: 0 25%;
        height: 80vh;
        position: absolute;
        background-color: rebeccapurple;
    }
    
    
    .hidden {
        display: none;
    }
    
    .popup_ani{
        animation: popup_project 0.5s ease-in forwards;
    }

    .social_media{
        display: flex;
        margin-top: 3vh;
    }
    .socials_sec{
        height: 30px;
        width: 30px;
        margin-right: 4%;
        border-radius: 50%;   
        cursor: pointer;
        padding: 3.5%;
    }
  }
