*{
    margin: 0;
    padding: 0;
    font-family: 'poppins', sans-serif;
    box-sizing: border-box;
    text-decoration: none;
}

:root{
    --background-color: #000000;
    --background-color-2:#3D3B40;
    --background-color-3:#0c192c;
    --text-color:#EEEEEE;
    --text-color-2:#999;
    --dark-blue:#4E4FEB;
    --light-blue:#068FFF;
    --light-blue-2:#00bfff;
    --dark-blue-2:#068FFF44;
    --light-red:#ff2d75;
    --dark-red:#ff2d7544;
    --text-box:#262626;
}

html{
    scroll-behavior: smooth;
}

body{
    background: var(--background-color-3);
    color: var(--text-color);
}
/* --------------------------------------------------\/ bubble background animation \/--------------------------------- */
.bubble-container{
    height: 500vh;
    width: 100%;
    position: relative;
    overflow: hidden;
}
.bubble{
    z-index: -100;
    position: relative;
    display: flex;
}
.bubble span{
    height:30px;
    width: 30px;
    border-radius: 50%;
    margin: 0 4px;
    background: var(--light-blue);
    box-shadow: 0 0 0 10px var(--dark-blue),
    0 0 50px var(--light-blue),
    0 0 100px var(--light-blue);
    animation: ani 15s linear infinite;
    animation-duration: calc(125s/var(--i));
}
.bubble span:nth-child(even)
{
    background: var(--light-red);
    box-shadow: 0 0 0 10px var(--dark-red),
    0 0 50px var(--light-red),
    0 0 100px var(--light-red);
}
/* bubble ani size = change here */
@keyframes ani{
    0%{
        transform: translateY(700vh) scale(0); 
    }
    100%{
        transform: translateY(-10vh) scale(1);
    }
}
/* =======================================================\/ nav bar \/======================================================== */
.content-section{
    margin-top: -3vh;
}
.nav_bar_container{
    padding: 10px 10%;
}

.nav_bar{
    background: rgb(78, 79, 235, 0.193);
    backdrop-filter: blur(10px);
    height: 11%;
    width: 101%;
    top: 0;
    left: -10px;
    justify-content: space-between;
    display: flex;
    flex-wrap: wrap;
    align-items: center ;
    flex-direction: row;
    position: fixed;
    z-index: 200;
    
}
#openmenuicon{
    /* display: none; */
    font-size: 70px;
    margin-top: -20px;
    margin-right: 30px;
    
}
#xmenuicon{
    display: none;
    font-size: 70px;
    margin-top: -20px;
    margin-right: 30px;
}

.logo-container {
    display: flex;
    align-items: center;
}

#p-img{
    margin-left:50px ;
}

.port-word{
    color: var(--text-color);
    font-size: 2.5rem;
    font-weight: 900;
    text-decoration: none;
    cursor: default;
    margin-left: -10px;
    padding-left: 0;
    
}

/* .nav_bar ul {
    list-style: none;
    display: flex;
} */

.nav_bar ul li {
    display: inline-block;
    list-style: none;
    margin: 10px 35px;
}

.nav_bar ul li a{
    color: var(--text-color);
    text-decoration: none;
    font-weight: 600;
    font-size: 19px;
}

.color{
    color: var(--light-blue);
    font-family: cursive;
}
/* ==================================================\/ iso-menu-bar \/============================================================== */
.iso-container{
    display: flex;
    justify-content: center;
    align-items: center;
    /* background: var(--dark-blue-2); */
    z-index: 200;
    /* display: none; */
}
/* .iso-menu-bar{
    z-index: 1000;

} */

/* old iso code */
.iso-menu-bar ul{
    align-items: center;
    margin-top: 40vh;
    position: fixed;
    list-style: none;

    background: rgb(78, 79, 235, 0.193);
    height: 130%;
    width: 20%;
    top: -330px;
    padding-top: 260px;
    right: -800px;
    z-index: 100;
    transition: 0.5s;

    text-decoration: none;
    transform: skewY(-15deg);
}

/* display: block; (nvm this line for ref)*/

.iso-menu-bar ul li{
    background: var(--background-color-3);
    
    position: relative;
    width: 200px;
    padding: 15px;
    z-index: var(--i);
    transition: 0.5s;
}
.iso-menu-bar ul li a{
    color: var(--text-color-2);
    text-transform: uppercase;
    letter-spacing: 0.5;
    display: block;
    transition: 0.5s;
}


/* new iso code */

/* .iso-menu-bar ul {
    position: fixed;
    list-style: none;
    text-decoration: none;
    top: 60px;
    right: -100vw; 
    left: auto;
    margin: 0 auto;
    width: 95vw;
    max-width: 400px; 
    height: auto;
    padding: 20px 0 0 0;
    background: rgb(78, 79, 235, 0.193);
    transform: skewY(-15deg);
    box-sizing: border-box;
    z-index: 1000;
    overflow-x: hidden;
    transition: right 0.5s cubic-bezier(.28,-0.03,0,.99);
} */
.iso-menu-bar ul.open {
    right: 0; /* Slide in when open */
}
/* .iso-menu-bar ul li {
    background: var(--background-color-3);
    
    z-index: var(--i);
    width: 80vw;
    max-width: 350px;
    margin: 10px auto;
    box-sizing: border-box;
    display: block;
    transition: 0.5s;
} */
/* .iso-menu-bar ul li a {
    color: var(--text-color-2);
    text-transform: uppercase;
    letter-spacing: 0.5;
    
    padding: 10px 0;
    text-align: center;
    display: block;
    transition: 0.5s;
} */
.iso-menu-bar ul li::before{
    background: var(--background-color-3);
    content: '';
    position: absolute;
    width: 40px;
    height: 100%;
    top: 0;
    left: -40px;
    transform-origin: right;
    transform: skewY(45deg);
}

.iso-menu-bar ul li::after{
    background: var(--background-color-3);
    content: '';
    position: absolute;
    width: 100%;
    height: 40px;
    left: 0;
    top: -40px;
    transform-origin: bottom;
    transform: skewX(45deg);
}

.iso-menu-bar ul li:hover{
    background-color: #2982b9;
    transform: translateX(-50px);
}
.iso-menu-bar ul li a:hover{
    color: var(--text-color);
}
.iso-menu-bar ul li:hover::after{
    background-color: #2982b9;
}
.iso-menu-bar ul li:hover::before{
    background-color: #2982b9;
}

/* ==================================================\/ home section \/========================================================== */
.home-text {
    margin-top: 20%;
    margin-left: 20px;
}
.home-text h1 {
    font-size: 60px;
    font-family: cursive;
    font-weight: 900;
}
.home-text h2{
    font-family: cursive;
    font-size: 32px;
    z-index: 20;
}
.bx{
    color: var(--light-blue);
    font-size: 90px;
    opacity: .5;
    padding: 0;
    margin-top: 0;
    margin-right: -30px;
    z-index: 10;
}
#quote-two{
    margin-left: -20px;
}

.home{
    scroll-margin-top: 70px;
    display: flex;
    justify-content: center;
}

.home-pic img{
    /* box-shadow: 0 0 50px var(--light-blue); */
    filter: drop-shadow(10px 10px 15px var(--light-blue));
    animation: ani-pro-pic 5s linear infinite;
    
}

@keyframes ani-pro-pic{
    0%{
        transform: translateY(0px);
    }
    50%{
        transform: translateY(-20px);
    }
    100%{
        transform: translateX(0px);
    }
}
/* =========================================================\/ABOUT\/=========================================== */
.about{
    padding: 200px 0;
    height: 100vh;
    /* margin-top: 100px; */
    scroll-margin-top: -50px;
}
.about_col_2 p{
    font-family: cursive;
    font-size: 21px;
    z-index: 20;
}

.about_col_2 .temp_sub_title h1{
    
    text-transform: uppercase;
    color: #f5f5f5;
    font-weight: 700;
    text-shadow: 1px, 1px, 1px #00bfff,
    1px, 2px, 1px #00bfff,
    1px, 3px, 1px #00bfff,
    1px, 4px, 1px #00bfff,
    1px, 5px, 1px #00bfff,
    1px, 6px, 1px #00bfff,
    1px, 7px, 1px #00bfff,
    1px, 8px, 1px #00bfff,
    1px, 9px, 1px #00bfff,
    1px, 10px, 1px #00bfff;
   
}

.row {
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
}

.about_col_1 {
    flex-basis: 35%;
}

.about_col_1 img {
    width: 100%;
    border-radius: 15px;
    filter: drop-shadow(10px 10px 15px var(--light-blue));
    scale: .8;opacity: 0;
    animation: about-img-ani linear forwards;
    animation-timeline: view();
    animation-range: entry;
    transition: 0.5s;
}

@keyframes about-img-ani {
    to{
        scale: 1;opacity: 1;
    }
}

.about_col_2 {
    flex-basis: 63%;
}

.sub_title {
    font-size: 60px;
    font-weight: 600;
    color: #fff;
}

.tab_title {
    display: flex;
    margin: 20px 0 40px;
}

.tab_links {
    margin-right: 50px;
    font-size: 18px;
    font-weight: 500;
    cursor: pointer;
    position: relative;
}

.tab_links::after {
    content: '';
    width: 0;
    height: 3px;
    background: #00bfff;
    position: absolute;
    left: 0;
    bottom: -8px;
    transition: 0.5s;

}

.tab_links.active_link::after {
    width: 50%;
}

.tab_contents ul li {
    list-style: none;
    margin: 10px 0;
}

.tab_contents ul li span {
    color: #00bfff96;
    font-size: 14px;

}

.tab_contents {
    display: none;
}

.tab_contents.active_tab {
    display: block;
}
/* --------------------\/ about cracked letter \/----- */
/* .temp_sub_title{
    display: flex;
    justify-content: left;
    align-items: left;
    
}

.about_col_2 h1{
    position: relative;
    font-family: 'Montserrat', Arial, sans-serif;
    font-weight: 700;
    color: var(--light-blue);
    text-transform: uppercase;
    letter-spacing: 0.02em;
    user-select: none;
    white-space: nowrap;
    filter: blur(0.007em);
    animation: shake 3.5s linear forwards;
}

.about_col_2 h1 span{
    position: absolute;
    top: 0;
    left: 0;
    transform: translate(-50%, -50%);
    clip-path: polygon(10% 0%, 44% 0%, 70% 100%, 55% 100%);
}

.about_col_2 h1::before, .about_col_2 h1::after{
    content: attr(data-text) ;
    position: absolute;
    top: 0;
    left: 0;
}

.about_col_2 h1::before{
    animation: crak1 3.5s linear forwards;
    clip-path: polygon(0% 0%, 10% 0%, 55% 100%, 0% 100%);
}

.about_col_2 h1::after{
    animation: crak2 3.5s linear forwards;
    clip-path: polygon(44% 0%, 100% 0%, 100% 100%, 70% 100%);
}

@keyframes crak1{
    0%, 95%{
        transform: translate(-50%, -50%);
    }
    100%{
        transform: translate(-51%, 48%);
    }
}

@keyframes crak2{
    0%, 95%{
        transform: translate(-50%, -50%);
    }
    100%{
        transform: translate(-49%, -53%);
    }
} */

/* =====================================\/ services \/==================================== */
.TopOfServices{
    scroll-margin-top: 70px;
    margin-top: 20%;
}

.Services{
    /* margin-top: -100px; */
    display: flex;
    justify-content: center;
    align-items: center;
    min-height: 150vh;
    overflow: hidden;

    /* padding: 200px 0;
    height: 100vh;
    margin-top: 100px; */
    
}
.TopOfServices .temp_sub_title{
    margin-top: 100px;
    margin-left: 3%;
    transform: skewY(-10deg);
}
.Services h3{
    font-family: cursive;
}
.TopOfServices .temp_sub_title h1{
    
    text-transform: uppercase;
    color: #f5f5f5;
    font-weight: 700;
    text-shadow: 1px, 1px, 1px #00bfff,
    1px, 2px, 1px #00bfff,
    1px, 3px, 1px #00bfff,
    1px, 4px, 1px #00bfff,
    1px, 5px, 1px #00bfff,
    1px, 6px, 1px #00bfff,
    1px, 7px, 1px #00bfff,
    1px, 8px, 1px #00bfff,
    1px, 9px, 1px #00bfff,
    1px, 10px, 1px #00bfff;
   
}

.containerServices{
    position: relative;
    width: 1050px;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    transition: 0.5s;
    transform: skewY(-10deg);
}


.containerServices2{
    position: relative;
    width: 1050px;
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    align-items: center;
    margin-left: auto;
    margin-top: 50px;
    margin-right: auto;
    transition: 0.5s;
    transform: skewY(-1deg);
}
.containerServices .Card::before{
    content: '';
    position: absolute;
    top: -15px;
    left: 0;
    width: 100%;
    height: 15px;
    background: var(--light-blue);
    transform-origin: bottom;
    transform: skewX(45deg);
    transition: 0.5s;
}
.containerServices .Card::after{
    content: '';
    position: absolute;
    top: -15px;
    left: -15px;
    width: 15px;
    height: 50%;
    background: var(--light-blue);
    transform-origin: left;
    transform: skewY(45deg);
    transition: 0.5s;
    /* border-bottom: 200px solid var(--dark-blue-2); */
    border-bottom: solid transparent; /* Set the border color to transparent */
    box-shadow: 0px 200px 0px 0px rgba(6, 143, 255, 0.27); /* Apply a translucent shadow instead */


}
.containerServices .Card{
    position: relative;
    width: 300px;
    height: 400px;
    background: var(--dark-blue-2);
    transition: 0.5s;
}
.containerServices .Card:hover{
    transform: translateY(-40px);
}
.containerServices .Card .CardImg i{
    color: var(--text-color);
    max-width: 100px;
    margin-left: -39px;
}
.containerServices .Card .CardImg{
    position: relative;
    width: 300px;
    height: 200px;
    background: var(--light-blue);
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;

}
.containerServices .Card .CardImg h3{
    position: relative;
    margin-top: 10px;
} 
.containerServices .Card .CardContent{
    position: relative;
    width: 100%;
    height: 200px;
    padding: 20px;
    text-align: center;
}
.containerServices .Card .CardContent::before{
    content: '';
    position: absolute;
    left: 0;
    bottom: 0;
    width: 100%;
    height: 400px;
    background: linear-gradient(transparent,transparent,rgba(6, 143, 255, 0.4));
    transform-origin: bottom;
    transform: skewX(45deg);
    transition: 0.5s;
    pointer-events: none;
    z-index: -1;
}
.containerServices .Card:hover .CardContent::before{
    transform: translateY(40px) skewX(45deg);
    filter: blur(5px);
    opacity: 0.5;
}
/* =====================================\/ My works \/======================================= */
/* 
.Work .temp_sub_title h1{
    
    text-transform: uppercase;
    color: #f5f5f5;
    font-weight: 700;
    text-shadow: 1px, 1px, 1px #00bfff,
    1px, 2px, 1px #00bfff,
    1px, 3px, 1px #00bfff,
    1px, 4px, 1px #00bfff,
    1px, 5px, 1px #00bfff,
    1px, 6px, 1px #00bfff,
    1px, 7px, 1px #00bfff,
    1px, 8px, 1px #00bfff,
    1px, 9px, 1px #00bfff,
    1px, 10px, 1px #00bfff;
   
}

.Work .temp_sub_title{
    margin-left: 50px; ;
}
.WorkWarp{
    width: 100%;
    height: 100vh;
    display: flex;
    align-items: center;
    justify-content: center;
}
.WorkContainer{
    height: 400px;
    display: flex;
    flex-wrap: nowrap;
    justify-content: start;
}
.WorkCard{
    width: 80px;
    border-radius: 0.75rem;
    background-size: cover;
    cursor: pointer;
    overflow: hidden;
    border-radius: 2rem;
    margin: 0 10px;
    display: flex;
    align-items: flex-end;
    transition: .6s cubic-bezier(.28,-0.03,0,.99);
    box-shadow: 0px 10px 40px -5px rgba(6, 143, 255, 0.5);
}
.WorkCard .WorkRow{

    display: flex;
    flex-wrap: nowrap;
}
.WorkCard .WorkRow .WorkIcon{
    background: var(--light-blue-2);
    border-radius: 50%;
    width: 50px;
    display: flex;
    justify-content: center;
    align-items: center;
    margin: 15px;
}
.WorkCard .WorkRow .WorkDesc{
    color: var(--text-color);
    display: flex;
    justify-content: center;
    flex-direction: column;
    overflow: hidden;
    height: 80px;
    width: 520px;
    opacity: 0;
    transform: translateY(30px);
    transition-delay: 0.3s;
    transition: all .3s ease;
}
.WorkCard .WorkRow .WorkDesc p{
    padding-top: 5px;
}
.WorkCard .WorkRow .WorkDesc h4{
    text-transform: uppercase;
    font-family: cursive;
}
.Work .WorkContainer input{
    display: none;
}
.Work .WorkContainer input:checked + label{
    width: 600px;
}
.Work .WorkContainer input:checked + label .WorkDesc{
    opacity: 1 !important;
    transform: translateY(0) !important;
}
.WorkCard {
    position: relative;
    overflow: hidden; 
}
.WorkCard::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: -1; 
    background-size: cover;
    background-position: center;
    filter: grayscale(100%);
}
.WorkCard[for='c1']::before{
    background-image:url('./images/istockphoto-513474508-612x612.jpg') ;
    
}
.WorkCard[for='c2']::before{
    background-image:url('./images/smart_glasess_1.png') ;
}
.WorkCard[for='c3']::before{
    background-image:url('./images/mobapp.png') ;
} */

.temp_sub_titleMyWorks h1{
    margin-left: 3%;
    transform: skewY(-10deg);
    text-transform: uppercase;
    color: #f5f5f5;
    font-weight: 700;
    text-shadow: 1px, 1px, 1px #00bfff,
    1px, 2px, 1px #00bfff,
    1px, 3px, 1px #00bfff,
    1px, 4px, 1px #00bfff,
    1px, 5px, 1px #00bfff,
    1px, 6px, 1px #00bfff,
    1px, 7px, 1px #00bfff,
    1px, 8px, 1px #00bfff,
    1px, 9px, 1px #00bfff,
    1px, 10px, 1px #00bfff;
   
}
.temp_sub_titleMyWorks{
    margin-top: 5%;
}
.Mywork{
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
    scroll-margin-top: 150px;
}
.Mywork .MyworkContainer {
    position: relative;
    margin-top: 250px;
    max-width: 800px;
    transform: skewY(-20deg);
}
.Mywork .MyworkImg{
    position: relative;
    width: 100%;
    height: 180px;
    transform-origin: bottom;
    transform: skewX(45deg);
}
.Mywork .MyworkImg img{
    height: 99%;
    width: 100%;

    position: absolute;
    top: 0;
    left: 0;
    max-width: 100%;
    transition: 0.5s;
}
.Mywork .MyworkContainer:hover img:nth-child(3){
    transform: translate(100px, -100px);
}
.Mywork .MyworkContainer:hover img:nth-child(2){
    transform: translate(50px, -50px);
    opacity: 0.5;
}
.Mywork .MyworkContainer:hover img:nth-child(1){
    transform: translate(0px, 0px);
    opacity: 0.1;
}
.Mywork .MyworkContainer h2{
    position: relative;
    font-size: 4em;
    color: var(--text-color);
    font-family: cursive;
}
.Mywork .MyworkDesc{
    transform-origin: top;
    transform: skewX(45deg);
}
.Mywork .MyworkDesc p{
    font-size: 1.2em;
}
/* .Mywork .MyworkDesc .LearnMore{
    position: relative;
    padding: 10px 30px;
    display: inline-block;
    background: transparent;
    transform-origin: top;
    margin-top: 20px;
    border: 2px solid var(--text-color);
    transform: skewX(-45deg);
    color: var(--text-color);
    font-family: cursive;
} */
.Mywork .MyworkDesc .DownloadJournal{
    color: var(--text-color-2);
    font-family: cursive;
}
.Mywork .MyworkDesc .LearnMore{
    position: relative;
    padding: 10px 30px;
    display: inline-block;
    transform-origin: top;
    margin-top: 30px;
    color: var(--text-color);
    transform: skewX(-45deg);
    font-family: cursive;
    background: var(--dark-blue-2);
    border: 2px solid var(--text-color);
    transition: 0.5s;
}
.Mywork .MyworkDesc .LearnMore::before{
    content: '';
    position: absolute;
    top: -23px;
    left: -13px;
    width: 100%;
    height: 20px;
    background: var(--dark-blue-2);
    transform: skewX(45deg);
    transition: 0.5s;
    border: 2px solid var(--text-color);
}
.Mywork .MyworkDesc .LearnMore::after{
    content: '';
    position: absolute;
    top: -13px;
    left: -23px;
    width: 20px;
    height: 100%;
    background: var(--dark-blue-2);
    transform: skewY(45deg);
    transition: 0.5s;
    border: 2px solid var(--text-color);
}
.Mywork .MyworkDesc .LearnMore:hover{
    top: 10px;
    background-color: var(--light-blue);
    transition: 0.5s;
    border: transparent;
}
.Mywork .MyworkDesc .LearnMore:hover::before{
    background-color: var(--light-blue);
    border: transparent;
    top: -20px;
    left: -10px;
}
.Mywork .MyworkDesc .LearnMore:hover::after{
    background-color: var(--light-blue);
    border: transparent;
    left: -20px;
    top: -10px;
}
/* =====================================\/ Contact \/======================================= */
.contact{
    scroll-margin-top: 170px;
}
.containerContact{
    margin-top: 20%;
    margin-left: 3%;
    margin-right: 3%;
}

.contact_left {
    flex-basis: 30%;
    transform: skewY(-15deg);
}

.contact_right {
    flex-basis: 60%;
    /* margin-right: 3%; */

}

.contact_left h1{
    /* transform: skewY(-15deg); */
    text-transform: uppercase;
}
.contact_left p {
    margin-top: 30px;
    /* transform: skewY(-10deg); */
    
}

.contact_left p i {
    color: var(--light-blue-2);
    /* background: var(--dark-blue-2); */
    padding: 5px 5px 5px 5px;
    margin-right: 15px;
    font-size: 25px;
    transform-origin: top;
    position: relative;
   
}

.socio_icons {
    /* transform: skewY(-10deg); */
    margin-top: 50px;
    display: flex;
    flex-direction: row;
    font-size: 45px;
    transform: skewX(-20deg);
    
}
/* insta icon */
.socio_icons .insta {
    transform: skewX(45deg);
    margin-right: 100px;
}
.socio_icons .insta a{
    position: absolute;
    text-decoration: none;
    color: var(--light-blue-2);
}

.socio_icons .insta:hover a:nth-child(3){
    transform: translate(20px,-20px);
}
.socio_icons .insta:hover a:nth-child(2){
    transform: translate(10px,-10px);
    opacity: 0.5;
}
.socio_icons .insta:hover a:nth-child(1){
    transform: translate(0px,0px);
    opacity: 0.1;
}

/* git icon */
.socio_icons .git {
    transform: skewX(45deg);
    margin-right: 100px;
}
.socio_icons .git a{
    position: absolute;
    text-decoration: none;
    color: var(--light-blue-2);
}

.socio_icons .git:hover a:nth-child(3){
    transform: translate(20px,-20px);
}
.socio_icons .git:hover a:nth-child(2){
    transform: translate(10px,-10px);
    opacity: 0.5;
}
.socio_icons .git:hover a:nth-child(1){
    transform: translate(0px,0px);
    opacity: 0.1;
}

/* linkedin icon */
.socio_icons .linked {
    transform: skewX(45deg);
    margin-right: 100px;
}
.socio_icons .linked a{
    position: absolute;
    text-decoration: none;
    color: var(--light-blue-2);
}

.socio_icons .linked:hover a:nth-child(3){
    transform: translate(20px,-20px);
}
.socio_icons .linked:hover a:nth-child(2){
    transform: translate(10px,-10px);
    opacity: 0.5;
}
.socio_icons .linked:hover a:nth-child(1){
    transform: translate(0px,0px);
    opacity: 0.1;
}


/* .button.button2 {
    display: inline-block;
    background: #00bfff;
    
    
} */

.contact_right form {
    width: 100%;

}
form input,
form textarea {
    width: 100%;
    border: 0;
    outline: none;
    background: #262626;
    padding: 15px;
    margin: 15px 0;
    color: #fff;
    font-size: 18px;
    border-radius: 6px;

    
}

/* ######## CAUTION! DO NOT MESS WITH THE SH*T BELOW ########....*/
/* 1. ----INPUT NAME---- */
.contact_right .fakeInpu{
    display: flex;
    flex-direction: column;
    margin-bottom: 60px;
    
    
}
.contact_right .fakeP{
    position: absolute;
    width: 828px;
    background: var(--text-box);
    padding: 15px;
    margin: 15px 0;
    font-size: 18px;
    height: 48px;
    color: var(--text-color);

    transform: skewY(-15deg);
    border: 2px solid var(--text-color);
}

#back{
    z-index: -1;
}
#back::before{
    content: '';
    background: var(--text-box);
    position: absolute;
    width: 20px;
    height: 100%;
    top: 0;
    left: -23px;
    transform-origin: right;
    transform: skewY(45deg);
    border: 2px solid var(--text-color);

}
#back::after{
    content: '';
    background: var(--text-box);
    position: absolute;
    width: 100%;
    height: 20px;
    top: -23px;
    left: -13px;
    transform: skewX(45deg);
    border: 2px solid var(--text-color);
}

/* 2. ----INPUT EMAIL---- */

.contact_right .fakeInpu2{
    display: flex;
    flex-direction: column;
    margin-bottom: 60px;
    
}
.contact_right .fakeP2{
    position: absolute;
    width: 828px;
    background: var(--text-box);
    padding: 15px;
    margin: 15px 0;
    font-size: 18px;
    height: 48px;
    color: var(--text-color);

    transform: skewY(-15deg);
    border: 2px solid var(--text-color);
}
#back2{
    z-index: -1;
}
#back2::before{
    content: '';
    background: var(--text-box);
    position: absolute;
    width: 20px;
    height: 100%;
    top: 0;
    left: -23px;
    transform-origin: right;
    transform: skewY(45deg);
    border: 2px solid var(--text-color);

}
#back2::after{
    content: '';
    background: var(--text-box);
    position: absolute;
    width: 100%;
    height: 20px;
    top: -23px;
    left: -13px;
    transform: skewX(45deg);
    border: 2px solid var(--text-color);
}
/* 3. ---- TEXT AREA-MESSAGE ---- */

.contact_right .fakeInpu3{
    display: flex;
    flex-direction: column;
    margin-bottom: 300px;
    
}
.contact_right .fakeP3{
    position: absolute;
    width: 828px;
    background: var(--text-box);
    padding: 15px;
    margin: 15px 0;
    font-size: 18px;
    height: 150px;
    color: var(--text-color);

    transform: skewY(-15deg);
    border: 2px solid var(--text-color);
}
#back3{
    z-index: -1;
}
#back3::before{
    content: '';
    background: var(--text-box);
    position: absolute;
    width: 20px;
    height: 100%;
    top: 0;
    left: -23px;
    transform-origin: right;
    transform: skewY(45deg);
    border: 2px solid var(--text-color);

}
#back3::after{
    content: '';
    background: var(--text-box);
    position: absolute;
    width: 100%;
    height: 20px;
    top: -23px;
    left: -13px;
    transform: skewX(45deg);
    border: 2px solid var(--text-color);
}
/* -########################### /\/\/\###################- */

form .button2 {
    padding: 14px 60px;
    font-size: 18px;
    margin-left: 0;
    margin-top: 40px;
    margin-bottom: 20px;
    cursor: pointer;

    transform: skewY(-15deg);

    border:2px solid var(--text-color);
    background: var(--dark-blue-2);
    color: var(--text-color);
    font-family: cursive;
}
form .button2::before{
    content: '';
    background: var(--dark-blue-2);
    width: 20px;
    height: 100%;
    position: absolute;
    top: 0;
    left: -23px;
    transform-origin: right;
    transform: skewY(45deg);
    border:2px solid var(--text-color);

}
form .button2::after{
content: '';
position: absolute;
background: var(--dark-blue-2);
transform-origin:bottom ;
width: 100%;
height: 20px;
top: -23px;
left:0;
transform: skewX(45deg);
border: 2px solid var(--text-color);
}
form .button2:hover{
    top: 10px;  
    background-color: var(--light-blue);
    transition: 0.5s;
    border: transparent;
}
form .button2:hover::before{
    background-color: var(--light-blue);
    border: transparent;
    left: -20px;
}
form .button2:hover::after{
    background-color: var(--light-blue);
    border: transparent;
    top: -20px;
}


.copyright {
    justify-content: center;
    display: inline-flex;
    width: 100%;
    text-align: center;
    padding: 25px 0;
    background: #262626;
    font-weight: 300;
    margin-top: 20px;
}

.up {
    text-align: right;
}

.up i {
    text-align: right;
    color: #00bfff;
    font-size: 40px;
    border: 3px solid #00bfff;
    border-radius: 50%;
    cursor: pointer;
}


.copyright i {
    color: #00bfff;
}

#msg {
    color: #ababab;
    margin-top: -40px;
    display: block;

}

/* =====================================\/ download cv \/========================================= */

/* .download-button a{
    background: var(--light-blue);
    text-align: center;
    justify-content: center;
    color: var(--background-color);
    position: fixed;
    width: 50px;
    height: 50px;
    right: 50px;
    bottom: 50px;
} */

.download-button a i{
    background: var(--light-blue);
    opacity: 1;
    color: var(--background-color);
    /* filter: drop-shadow(5px 5px 5px var(--light-blue)); */
    box-shadow: 
    5px 5px 10px var(--light-blue), /* Top right */
    -5px -5px 10px var(--light-blue), /* Top left */
    5px -5px 10px var(--light-blue), /* Bottom right */
    -5px 5px 10px var(--light-blue); /* Bottom left */

    font-size: 30px;
    position: fixed;
    text-align: center;
    justify-content: center;
    right: 50px;
    bottom: 50px;
    border-radius: 100%;
    /* width: 50px;
    height: 50px;
     */
     width: 30px;
     transition: 0.5s;
}
.download-button a i p{
    display: none;
    /* opacity: 0; */
}
.download-button a i:hover{
    width: 200px;
    border-radius: 20%;
    transition: 0.5s;

}
.download-button a i:hover P{
    display: block;
    /* opacity: 1; */
    font-size: small;
    transition: 2s;
}

/* =====================================\/ media query \/======================================= *//* ...existing code... */

/* // ...existing code... */

@media (max-width: 800px) {
    html, body {
        overflow-x: hidden !important;
        max-width: 100vw;
        width: 100vw;
        margin: 0;
        padding: 0;
    }
    /* NAV BAR */
    .nav_bar_container {
        padding: 10px 0 !important;
        margin: 0 !important;
        width: 100% !important;
        box-sizing: border-box;
    }
    .nav_bar {
        height: auto !important;
        width: 100% !important;
        left: 0 !important;
        top: 0 !important;
        position: fixed !important;
        margin: 0 !important;
        box-sizing: border-box;
        border-radius: 0 !important;
    }
    .logo-container {
        margin-left: 0 !important;
    }
    #p-img {
        margin-left: 0 !important;
    }
    .nav_bar ul {
        padding-left: 0 !important;
        margin-left: 0 !important;
    }
    .nav_bar ul li {
        margin: 10px 10px !important;
        font-size: 16px !important;
    }
    .port-word {
        font-size: 2rem !important;
        margin-left: 0 !important;
        padding-left: 0 !important;
    }

    /* ISO MENU BAR - improved for mobile */

    .iso-menu-bar ul{
        right: -800px;  
        width: 100vw; 
    }
    .iso-menu-bar ul.open {
    right: -100px; 
    }

    /* HOME SECTION */
    .home-text {
        margin-top: 80px !important;
        text-align: center !important;
        width: 100% !important;
        margin-left: 0 !important;
        margin-right: 0 !important;
    }
    .home-text h1 {
        font-size: 2.2rem !important;
    }
    .home-text h2 {
        font-size: 1.2rem !important;
    }
    .bx {
        font-size: 2.5rem !important;
        margin-right: 0 !important;
    }
    .home {
        flex-direction: column !important;
        align-items: center !important;
        margin-top: 30px !important;
        width: 100% !important;
        box-sizing: border-box;
    }
    .home-pic img {
        width: 90vw !important;
        max-width: 300px !important;
        margin: 0 auto !important;
        display: block !important;
    }

    /* about SECTION */
    
    .about {
        width: 100vw !important;
        max-width: 100vw !important;
        padding: 30px 0 !important;
        /* margin: 0 !important; */
        height: auto !important;
        box-sizing: border-box;
        scroll-margin-top: 70px;
        margin-top: 20%;
    }
    .about_col_1,
    .about_col_2 {
        flex-basis: 100% !important;
        width: 100% !important;
        margin: 0 !important;
        padding: 0 10px !important;
        box-sizing: border-box;
    }
    .about_col_2 p {
        font-size: 1em !important;
        /* text-align: left !important; */
        padding: 0 !important;
        text-align: justify;
        text-align: center;
    }
    .about_col_2 .temp_sub_title h1 {
        font-size: 2rem !important;
        text-align: center !important;
        margin: 10px 0 !important;
    }
    .about_col_1 img {
        display: none;
    }

    /* SERVICES */
    .TopOfServices{
    scroll-margin-top: 150px;
    }

    .TopOfServices .temp_sub_title h1 {
        margin-left: 0 !important;
        font-size: 2rem !important;
        text-align: center !important;
        width: 100% !important;
        box-sizing: border-box;
        transform: skewY(-10deg);
    }
    .Services {
        margin-top: 20px;
        min-height: auto !important;
        flex-direction: column !important;
        align-items: center !important;
        padding: 0 !important;
        width: 100% !important;
        box-sizing: border-box;
        transform: skewY(-10deg);
    }
    
    .containerServices {
        width: 100% !important;
        flex-direction: column !important;
        align-items: center !important;
        padding: 0 !important;
        box-sizing: border-box;
        transform: skewY(-10deg);
        margin-top: 5%;
        margin-left: 10%;
    }
    
    .containerServices2 {
        width: 100% !important;
        flex-direction: column !important;
        align-items: center !important;
        padding: 0 !important;
        box-sizing: border-box;
        transform: skewY(-1deg);
    }

    /* container light blue part (bottom) */
    .containerServices .Card {
        width: 85vw !important;
        height: auto !important;
        margin-bottom: 20px !important;
        margin-top: 20%;
    }

    .containerServices2 .Card {
        width: 85vw !important;
        /* height: 450px !important; */
        margin-bottom: 35px !important;
        margin-top: 2%;
    }

    /* container dark blue part (top) */
    .containerServices .Card .CardImg{
        width: 85vw;
    }
    /* .containerServices2 .Card .CardImg{
        width: 80vw;
        height: 225px;
    } */
    

    /* container TOP part (top) */
    .containerServices .Card::before{
        width: 100%;
    }
    /* container LEFT part (LEFT) */
    .containerServices .Card::after{
        width: 15px;
    }
    /* .containerServices2 .Card::after{
        width: 15px;
        height: 225px;
    } */
    
    
    
    /* MY WORKS - keep isometric, fix width */
    .temp_sub_titleMyWorks{
    margin-top: 50%;
    }

    .Mywork{
        scroll-margin-top: 200px;
    }

    .temp_sub_titleMyWorks h1{
        font-size: 2rem;
        text-align: center;
        transform: skewY(-20deg);

    }
    .Mywork .MyworkContainer h2{
        font-size: 2rem;
        /* margin-left: 20%; */
    }
    .Mywork .MyworkContainer{
        margin-left: 20%;
    }
    .Mywork .MyworkDesc p {
        font-size: 1em;
        display: none;
    }

    .Mywork .MyworkDesc {
        transform: skewX(45deg);
        
    }
    .Mywork .MyworkImg{
        align-items: center;
    }
    .Mywork .MyworkImg img{
        /* margin-left: 20%; */
        width: 90%;
    }
    .Mywork .MyworkContainer {
        margin-top: 50px !important;
        max-width: 95vw !important;
        width: 95vw !important;
        box-sizing: border-box;
        transform: skewY(-20deg);
    }
    .Mywork .MyworkImg {
        height: 120px !important;
        width: 100% !important;
        transform: skewX(45deg);
    }
    
    .Mywork .MyworkContainer:hover img:nth-child(3){
    transform: translate(50px, -50px);
    }
    .Mywork .MyworkContainer:hover img:nth-child(2){
        transform: translate(25px, -25px);
        opacity: 0.5;
    }
    .Mywork .MyworkContainer:hover img:nth-child(1){
        transform: translate(0px, 0px);
        opacity: 0.1;
    }

    /* CONTACT - keep isometric, fix width */
    .contact_left h1{
        font-size: 2rem;
        text-align: center;
    }
    .containerContact {
        margin-top: 50% !important;
        margin-left: 0 !important;
        margin-right: 0 !important;
        width: 100% !important;
        box-sizing: border-box;
    }
    .row{
        margin: 2%;
        /* margin-top: 20%; */
        /* margin-left: 10%; */
    }
    .contact_left {
        flex-basis: 100% !important;
        margin: 0 !important;
        width: 100% !important;
        box-sizing: border-box;
        transform: skewY(-15deg);
        align-items: center;
        
    }
    
    /* .contact_right {
        flex-basis: 100% !important;
        margin: 0 !important;
        width: 100% !important;
        box-sizing: border-box;
        transform: skewY(-15deg);
        align-items: center;
        
    } */
     .contact_right{
        margin-left: 25%;
     }
    .socio_icons {
        font-size: 2rem;
        margin-top: 20px;
        margin-bottom: 70px;
        flex-direction: row ;
        justify-content: space-between ;
        width: 50% ;
        box-sizing: border-box;
        transform: skewX(-20deg);
        /* margin: 20%; */
    }
    .socio_icons .insta,
    .socio_icons .git,
    .socio_icons .linked {
        margin-right: 20px !important;
        transform: skewX(45deg);
    }
    /* contact me input area */
    /* 1. ----INPUT NAME---- */
    .contact_right .fakeInpu{
        width: 0;
    }
    .contact_right .fakeP{
        margin: 15px 10px;
        width: 0px;
    }
    
    /* DOWNLOAD BUTTON */
    .download-button a i {
        right: 10px !important;
        bottom: 10px !important;
        font-size: 1.5rem !important;
        width: 40px !important;
    }

    /* COPYRIGHT */
    .copyright {
        font-size: 0.9rem !important;
        padding: 10px 0 !important;
        width: 100% !important;
        box-sizing: border-box;
    }

    /* FORM */
    form input,
    form textarea {
        font-size: 1rem !important;
        padding: 10px !important;
        width: 95vw !important;
        box-sizing: border-box;
    }
    .contact_right .fakeP,
    .contact_right .fakeP2,
    .contact_right .fakeP3 {
        width: 95vw !important;
        font-size: 1rem !important;
        padding: 10px !important;
        height: auto !important;
        box-sizing: border-box;
        transform: skewY(-15deg);
        left: 0 !important;
    }
}