@import url("https://fonts.googleapis.com/css2?family=Nunito+Sans:wght@300;400;600;700&amp;display=swap");

:root {
    --blue: #0056B3;
    --indigo: #6610f2;
    --purple: #6f42c1;
    --pink: #e83e8c;
    --red: #A91E2C;
    --orange: #fd7e14;
    --yellow: #F0B400;
    --green: #18634B;
    --teal: #0056B3;
    --cyan: #17a2b8;
    --white: #ECF0F3;
    --gray: #93a5be;
    --gray-dark: #525480;
    --primary: #e6e7ee;
    --secondary: #2D4CC8;
    --success: #18634B;
    --info: #0056B3;
    --warning: #F0B400;
    --danger: #A91E2C;
    --light: #D1D9E6;
    --dark: #31344b;
    --default: #262833;
    --white: #ECF0F3;
    --gray: #44476A;
    --neutral: #ECF0F3;
    --soft: #e6e7ee;
    --black: #262833;
    --purple: #6f42c1;
    --gray-100: #f3f7fa;
    --gray-200: #fafbfe;
    --gray-300: #e6e7ee;
    --gray-400: #D1D9E6;
    --gray-500: #b1bcce;
    --gray-600: #93a5be;
    --gray-700: #66799e;
    --gray-800: #525480;
    --facebook: #3b5999;
    --dribbble: #ea4c89;
    --github: #222222;
    --behance: #0057ff;
    --twitter: #1da1f2;
    --slack: #3aaf85;
    --breakpoint-xs: 0;
    --breakpoint-sm: 576px;
    --breakpoint-md: 768px;
    --breakpoint-lg: 992px;
    --breakpoint-xl: 1200px;
    --font-family-sans-serif: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, "Noto Sans", sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji";
    --font-family-monospace: SFMono-Regular, Menlo, Monaco, Consolas, "Liberation Mono", "Courier New", monospace;
}

body {
    margin: 0;
    padding: 0;
    font-family: "Nunito Sans", sans-serif;
    font-size: 1rem;
    font-weight: 300;
    line-height: 1.5;
    color: var(--gray);
    background-color: var(--primary);
    min-height: 100vh;
}
.main-content {
    min-height: 100vh;
    width: 100%;
    font-size: 1.5rem;
    display: flex;
    flex-direction: column;
    align-items: center;
    flex-wrap: wrap;
}

.display-name {
    margin: 20vh 0 10vh 0;
    font-size: 1.5rem;
    text-align: center;
    height: 200px;
}

.display-name .name {
    font-size: 3.5rem;
    letter-spacing: 10px;
   
}

.display-name .designation {
    font-size: 1.25rem;
    font-weight: 300;
    letter-spacing: 8px;
}

.main-content .social-platfrom .platform-content  {
    position: relative;
    margin: auto;
    display: flex;
    width: 100vh;
    justify-content: space-evenly;
    align-items: center;
}

.main-content .social-platfrom .platform-content li  {
    list-style: none;
    display: flex;  
    align-items: center;
    justify-content: center;
}

.main-content .social-platfrom .platform-content li:hover  {
    list-style: none;
    cursor: pointer;
}

.main-content .social-platfrom button {
    background-color: #dde1e7;
    justify-content: space-around;
    border: 1px solid rgba(128, 128, 128, 0.556);
    width: 50px;
    height: 50px;
    border-radius: 50%;
    box-shadow: -3px -3px 7px #ffffffe5,
    3px 3px 4px rgba(81, 90, 104, 0.581);
    

}

.main-content .social-platfrom button:hover, .main-content .social-platfrom button span:hover{
    cursor: pointer;
}

.main-content .social-platfrom button span {
    font-size: 1.2rem;
    text-align: center;
}

.modal {
    display: flex;
    flex-direction: column;
    justify-content: center;
    gap: 0.4rem;
    width: 450px;
    padding: 1.3rem;
    min-height: 250px;
    position: absolute;
    z-index: 2;
    background-color: white;
    border: 1px solid #ddd;
    border-radius: 15px;
  }
  
  .modal .flex {
    display: flex;
    align-items: center;
    justify-content: center;
    margin-top: 10%;
  }
  
  .modal input {
    padding: 0.7rem 1rem;
    border: 1px solid #ddd;
    border-radius: 5px;
    font-size: 0.9em;
  }
  
  .modal p {
    font-size: 0.9rem;
    color: #777;
    margin: 0.4rem 0 0.2rem;
  }
  
  button {
    cursor: pointer;
    border: none;
    font-weight: 600;
  }
  
  .btn {
    display: inline-block;
    padding: 0.8rem 1.4rem;
    font-weight: 700;
    background-color: black;
    color: white;
    border-radius: 5px;
    text-align: center;
    font-size: 1em;
  }
  
  .btn-open {
    position: absolute;
    bottom: 150px;
  }
  
  .btn-close {
    transform: translate(10px, -20px);
    padding: 0.5rem 0.7rem;
    background: #c8c8c8;
    border-radius: 50%;
    align-items: center;
    justify-content: center;
  }
  
  .overlay {
    position: fixed;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.5);
    backdrop-filter: blur(3px);
    z-index: 1;
  }
  
  .hidden {
    display: none;
  }

/* .dark-mood {
    margin: 0;
    padding: 0;
    font-family: "Nunito Sans", sans-serif;
    font-size: 1rem;
    font-weight: 300;
    line-height: 1.5;
    color: var(--white);
    background-color: var(--black);
    min-height: 100vh;
} */
/* .theme-mode-toggle {
    display: flex;
    justify-content: flex-end;
    margin-right: 50px;
    

    
}
.theme-mode {
    background-color: #dde1e7;
    margin-top: 25px;
    justify-content: space-around;
    border: 1px solid rgba(128, 128, 128, 0.556);
    width: 35px;
    height: 35px;
    border-radius: 50%;
}
.theme-mode span {
    font-size: 1.2rem;
    text-align: center;
} */





