body 
{
    font-family: 'Segoe UI', Roboto, sans-serif;
    margin: 0px;
    padding: 0px;
    min-height: 100vh;
    background: #1E293B;
}

div
{
  border: none;
  padding: 0px;
  margin: 0px;
  overflow: hidden;
  outline: hidden;
}

#nav_color
{
    color: #E6007E;
}

#nav_color:hover
{
    color: white;
}

/* ===================== NAV ===================== */

#top_navs {
    height: 90px;
    width: 100%;
    max-width: 100%;  
    padding: 0 6%;
    display: flex;
    justify-content: space-between;
    align-items: center;
    position: fixed;
    top: 0;
    left: 0;
    z-index: 1000;
    box-sizing: border-box;
}

 
.top_navs .logo {
    display: block;
    width: 45px;
    height: 45px;
    background: url("../images/logo/logo_blue.png") no-repeat center/contain;
}

.logo:hover
{
 background: url("../images/logo/logo_white.png") no-repeat center/contain;

}

 
.menu_btn {
    background: transparent !important;
    border: none;
    color: white;
    font-size: 2.5rem !important;  
    font-weight: 100 !important;  
    cursor: pointer;
    line-height: 1;
    padding: 0;
    font-family: Arial, sans-serif;
    transition: color 0.3s ease;
}

.menu_btn:hover {
    color: #E6007E;
}

 
#myLinks {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100vh;
    background-color: #0A192F;  
    z-index: 2000;
    display: none;  
    flex-direction: column;
    justify-content: center;
    align-items: center;
}

 
#myLinks.open {
    display: flex !important;
}

 
.wrap_header {
    display: flex;
    flex-direction: column;
    text-align: center;
    gap: 1.2rem;
}

.wrap_header a {
    color: #FFFFFF;
    text-decoration: none;
    font-size: 2em;
    text-transform: uppercase;
    font-family: 'Inter', -apple-system, sans-serif;
    font-weight: 800;
    transition: 0.3s ease;
    margin-bottom: 1em;
}

.wrap_header a:hover {
    color: #E6007E;
    transform: translateY(-2px);
    letter-spacing: 10px;
}

 
.close_btn {
    position: absolute;
    top: 30px;
    right: 4%;
}


/************************************/
  

.vibrant_magenta_bg
{
    background: #E6007E;
    color: white;
}


.main-card 
{
    background: #1e293b;
    max-width: 90%;
    display: flex;
    border-radius: 20px;
    overflow: hidden;
    box-shadow: 0 25px 50px -12px rgba(0, 0, 0, 0.5);
    margin:auto;
    color: white;
    padding: 0px;
}

#contact_me_card
{
    background: #1e293b;
    max-width: 90%;
    display: flex;
    border-radius: 20px;
    overflow: hidden;
    box-shadow: 0 25px 50px -12px rgba(0, 0, 0, 0.5);
    margin:auto;
    color: white;
    display: none;
}


.poster-side 
{
    background: #A5D0F0;
    flex: 1;
    padding: 40px;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    text-align: center;
}



.poster-side h1 
{
    color: #2a3b8f;
    font-size: 3rem;
    margin: 0;
    line-height: 1;
}

.info-side 
{
    flex: 1.5;
    padding:3em;
    padding-top: 5em;
}

.accent-pink 
{
    color: #ff2e8c;
    text-transform: uppercase;
    letter-spacing: 2px;
    font-weight: 800;
    font-size: 0.9rem;
    display: block;
    margin-bottom: 10px;
}

h2 
{
    font-size: 2.2rem;
    background: linear-gradient(to right, #fff, #94a3b8);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    text-transform: uppercase;
    margin: 0px;
    padding: 0px;
}

.stat-grid 
{
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 20px;
    margin: 30px 0;
}

.stat-item {
            border-left: 4px solid #ff2e8c;
            padding-left: 15px;
        }

.stat-number {
            font-size: 1.5rem;
            font-weight: bold;
            display: block;
        }

.quote 
{
    border-top: 1px solid #334155;
    padding-top: 20px;
    margin-top: 30px;
    font-style: italic;
    color: #94a3b8;
}



.palette-container 
{
    display: flex;
    gap: 15px;
    font-family: sans-serif;
    margin: 20px 0;
}


.color-swatch 
{
    flex: 1;
    height: 90px;
    border-radius: 8px;
    display: flex;
    flex-direction: column;
    justify-content: flex-end;
    padding: 10px;
    color: white;
    font-weight: bold;
    text-shadow: 1px 1px 2px rgba(0,0,0,0.3);
    box-shadow: 0 4px 6px rgba(0,0,0,0.1);
}
        
.navy { background-color: #292C63; }
.sky { background-color: #A5D0F0; color: #333; text-shadow: none; }
.magenta { background-color: #E6007E; }
.yellow { background-color: #FEED00; color: #333; text-shadow: none; }
        
.hex-code 
{
    font-size: 0.9rem;
    opacity: 0.9;
}



/* ==================bottom===================== */
.fa {
  padding: 0.5em;
  font-size:4em;
  width:1em;
  text-align: center;
  text-decoration: none;
  margin: 1em;
  border-radius: 50%;
}

.fa:hover {
    color: #FF2E8C;
    border:2px solid #FF2E8C;
}


.fa-google {
  background: white;
  color: black;
}

.fa-linkedin {
  background: white;
  color: black;
}


.fa-instagram {
  background: white;
  color: black;
}


.social_media_buttons
{
    margin: 0 auto;
    width: 100%;
    text-align: center;
    padding-top: 2em;
}

.bg_bootom
{
    color: white;
    text-align: center;
    line-height: 3em;
    text-transform: uppercase;
    position: relative;
    bottom: 0px;
}

/* ==============contact me==================== */

form
{
    max-width: 100%;
    text-align: left;
    margin: auto;
}

#contact-form
{
  margin-top: 2em;
}

input,textarea
{
    width: 100%;
    height: auto;
}

label
{
    line-height: 2em;
    color: #FF2E8C;
    font-weight: bold;
    text-transform: uppercase;

}

.textbox
{
    margin-bottom: 2em;
}

.textbox:focus {
    outline: none;
    border: 2px solid #FF2E8C;
 
}

.submit_button
{
    text-align: center;
    padding: 0px;
    margin: 0px auto;
}

.submit_button button
{
    border: none;
    background: white;
    color:#FF2E8C;
    line-height: 1.5em;
    width:6em;
    border-radius: 5px;
    font-size: 1.2em;
    line-height: 2em;
    text-align: center;
    text-transform: uppercase;
    font-family: "Momo Trust Display", sans-serif;
    
}

.submit_button button:hover
{
    background: white;
    color:#FF2E8C;
    border:1px solid #FF2E8C;
}

.contact_me
{
    margin: 0px;
    padding: 0px;
    text-align: center;
    margin-top: 4em;
}

@media (max-width: 850px) 
{
    .main-card, #contact_me_card 
    { 
        flex-direction: column; 
    }

    #contact-form input, form
    {
       width: 100%;
    }

 
    .wrap_header
    {
        font-size: 0.7rem;
    }

    .wrap_header a
    {
        margin-bottom: 1em;
    }

}