* {
  margin: 0;
  padding: 0;
  color: #FFFFFF;
}

/* Media Query for Mobile */
@media (max-width: 1429px) {
  @keyframes slideDown {
    0% {
      transform: translateY(-100%); /* Start above the viewport */
      opacity: 0;
    }
    100% {
      transform: translateY(0); /* End at its normal position */
      opacity: 1;
    }
  }
  body {
    background-color: #07060E;
    width: 100%;
  }
  body img {
    width: auto;
  }
  body hr {
    width: auto;
  }
  body header {
    background-color: #0A0817;
    position: fixed;
    z-index: 100;
    width: 100%;
  }
  body header .MenuContainer {
    display: flex;
    align-items: center;
    justify-content: space-between;
  }
  body header .MenuContainer .ReturnHome {
    display: flex;
    width: 5.1875rem;
    height: auto;
    padding: 1.25rem;
    justify-content: center;
    align-items: center;
  }
  body header .Menu {
    overflow: visible; /* Add this to prevent clipping */
    z-index: 2;
    display: flex;
    width: 5.1875rem;
    height: auto;
    padding: 0;
    justify-content: center;
    align-items: center;
    /* Burger Menu CSS */
    /* Active State Styles */
  }
  body header .Menu .burger-menu {
    width: 1.875rem;
    height: 1.5625rem;
    cursor: pointer;
    display: flex;
    position: relative;
    flex-direction: column;
    justify-content: space-between;
  }
  body header .Menu .burger-menu .bar {
    width: 100%;
    height: 0.1875rem;
    background-color: #FFFFFF;
    transition: transform 0.3s ease;
  }
  body header .Menu nav {
    display: none; /* Hide navigation menu by default on mobile */
    flex-direction: column; /* Stack navigation items vertically */
    position: absolute;
    top: 100%;
    left: 0;
    background-color: #0A0817;
    width: 100%;
    box-shadow: 0 0.125rem 0.3125rem rgba(0, 0, 0, 0.2);
    animation: slideDown 1s ease-in-out;
  }
  body header .Menu nav ul {
    flex-direction: column; /* Stack navigation items vertically */
    align-items: center; /* Center navigation items */
    justify-content: center;
    border-bottom: 2px solid #68FFFF;
  }
  body header .Menu nav ul li {
    justify-content: center; /* Center navigation items */
    text-align: center;
    border-top: 2px solid #68FFFF;
    position: relative;
    width: 100%; /* Make navigation items full width */
  }
  body header .Menu nav ul li a {
    color: #A5BBCB;
    text-decoration: none;
    font-family: "Chakra Petch", sans-serif;
    font-weight: 700;
    display: block;
    padding: 1.25rem;
  }
  body header .Menu nav ul li .about {
    background-color: #301A4B;
    color: #FFFFFF;
  }
  body header .Menu .burger-menu.active {
    justify-content: space-evenly;
  }
  body header .Menu .burger-menu.active .bar:nth-child(1) {
    transform: rotate(45deg) translate(5px, 5px);
  }
  body header .Menu .burger-menu.active .bar:nth-child(2) {
    opacity: 0;
  }
  body header .Menu .burger-menu.active .bar:nth-child(3) {
    transform: rotate(-45deg) translate(5px, -5px);
  }
  body header .Menu nav.active {
    display: flex; /* Show the menu when active */
  }
  body .Hero {
    display: flex;
  }
  body .Hero .HeroContent {
    display: flex;
    flex-direction: column;
    padding: 8rem 0.625rem 0.625rem 0.625rem;
    align-items: center;
    gap: 1.875rem;
  }
  body .Hero .HeroContent .Title h1 {
    font-size: 2.5rem;
    text-align: center;
    font-family: "Chakra Petch";
    font-weight: 700;
    color: #FFFFFF;
  }
  body .Hero .HeroContent .Text {
    display: flex;
    flex-direction: column;
    margin: 20px;
    gap: 22px;
  }
  body .Hero .HeroContent .Text .text01 {
    color: #68FFFF;
    font-size: 1rem;
    font-family: "Inter";
    font-weight: 500;
    text-align: center;
    padding: 0 1.25rem;
  }
  body .Hero .HeroContent .Text .text02 {
    color: #68FFFF;
    font-size: 1rem;
    font-family: "Inter";
    font-weight: 500;
    text-align: center;
    padding: 0 1.25rem;
  }
  body .AProposContent {
    display: flex;
    flex-direction: column;
    padding: 0 2.5rem;
  }
  body .AProposContent .AboutMeContainer {
    margin-bottom: 3.75rem;
  }
  body .AProposContent .AboutMeContainer .ProfilePic {
    display: flex;
    flex-direction: column;
    margin: 2.5rem 0;
  }
  body .AProposContent .AboutMeContainer .ProfilePic img {
    border-radius: 0.5rem;
    border: 0.25rem solid #9747FF;
  }
  body .AProposContent .AboutMeContainer .AboutMeText .TitleAboutMe {
    display: flex;
    align-items: flex-start;
    justify-content: center;
  }
  body .AProposContent .AboutMeContainer .AboutMeText .TitleAboutMe h2 {
    color: #9747FF;
    font-family: "Chakra Petch";
    font-weight: 600;
    text-align: center;
    font-size: 1.5rem;
  }
  body .AProposContent .AboutMeContainer .AboutMeText .TextAboutMe {
    display: flex;
    flex-direction: column;
    gap: 1.25rem;
    align-items: flex-start;
    justify-content: center;
    padding: 2.5rem 0;
  }
  body .AProposContent .AboutMeContainer .AboutMeText .TextAboutMe p {
    color: #FFFFFF;
    font-family: "Inter";
    font-weight: 500;
    text-align: center;
    font-size: 0.875rem;
  }
  body .AProposContent .AboutMeContainer .ButtonCV {
    display: flex;
    flex-direction: column;
    align-items: stretch;
  }
  body .AProposContent .AboutMeContainer .ButtonCV a button {
    background-color: #301A4B;
    padding: 1.5rem 1.5rem;
    width: 100%;
    border-radius: 0.5rem;
    border: 2px solid #68FFFF;
    color: #68FFFF;
    font-family: "Chakra Petch", sans-serif;
    font-weight: 700;
    font-size: 20px;
  }
  body .SkillsContainer .Title {
    margin-bottom: 3.75rem;
  }
  body .SkillsContainer .Title h2 {
    font-size: 2.5rem;
    text-align: center;
    font-family: "Chakra Petch";
    font-weight: 700;
    color: #FFFFFF;
  }
  body .SkillsContainer .UXUI_DA_Skills {
    display: flex;
    flex-direction: column;
  }
  body .SkillsContainer .UXUI_DA_Skills .Softprez_UXUI_DA {
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 1.25rem;
  }
  body .SkillsContainer .UXUI_DA_Skills .Softprez_UXUI_DA .TextPart {
    display: flex;
    flex-direction: column;
    gap: 1.25rem;
  }
  body .SkillsContainer .UXUI_DA_Skills .Softprez_UXUI_DA .TextPart h3 {
    color: #68FFFF;
    font-family: "Inter";
    font-weight: 600;
    text-align: center;
    font-size: 1.375rem;
  }
  body .SkillsContainer .UXUI_DA_Skills .Softprez_UXUI_DA .TextPart p {
    color: #FFFFFF;
    font-family: "Inter";
    font-weight: 500;
    text-align: center;
    font-size: 0.875rem;
  }
  body .SkillsContainer .UXUI_DA_Skills .Softprez_UXUI_DA .IconsPart {
    display: flex;
    justify-content: center;
    flex-wrap: wrap;
    gap: 2rem;
    margin: 2rem 0;
  }
  body .SkillsContainer .UXUI_DA_Skills .Softprez_UXUI_DA .IconsPart .Icon {
    display: flex;
    align-items: center;
    flex-direction: column;
    gap: 0.625rem;
  }
  body .SkillsContainer .UXUI_DA_Skills .Softprez_UXUI_DA .IconsPart .Icon p {
    font-size: 0.625rem;
    font-family: "Inter";
    text-align: center;
  }
  body .SkillsContainer .UXUI_DA_Skills .UXUI_Services_square {
    border: 0.125rem solid #A5BBCB;
    padding: 2.5rem;
    border-radius: 8px;
    background-color: #0A0817;
    margin: 0 0 60px 0;
    display: flex;
    flex-direction: column;
  }
  body .SkillsContainer .UXUI_DA_Skills .UXUI_Services_square .TitlePart {
    display: flex;
    justify-content: space-between;
    align-items: center;
  }
  body .SkillsContainer .UXUI_DA_Skills .UXUI_Services_square .TitlePart .TitleBlue h4 {
    color: #68FFFF;
    font-family: "Chakra Petch";
    font-weight: 600;
    text-align: center;
    font-size: 1.375rem;
  }
  body .SkillsContainer .UXUI_DA_Skills .UXUI_Services_square .separator hr {
    margin: 2rem 0 0.75rem 0;
  }
  body .SkillsContainer .UXUI_DA_Skills .UXUI_Services_square .ServicesText {
    display: flex;
    flex-direction: column;
  }
  body .SkillsContainer .UXUI_DA_Skills .UXUI_Services_square .ServicesText .text {
    display: flex;
    justify-content: flex-start;
    gap: 1.875rem;
    margin-top: 22px;
    align-items: center;
  }
  body .SkillsContainer .UXUI_DA_Skills .UXUI_Services_square .ServicesText .text p {
    font-size: 14px;
    font-family: "Inter";
    font-weight: 500;
  }
  body .SkillsContainer .UXUI_DA_Skills .DA_Services_square {
    border: 0.125rem solid #A5BBCB;
    padding: 2.5rem;
    border-radius: 8px;
    background-color: #0A0817;
    margin: 0 0 60px 0;
    display: flex;
    flex-direction: column;
  }
  body .SkillsContainer .UXUI_DA_Skills .DA_Services_square .TitlePart {
    display: flex;
    justify-content: space-between;
    align-items: center;
  }
  body .SkillsContainer .UXUI_DA_Skills .DA_Services_square .TitlePart .TitleBlue h4 {
    color: #68FFFF;
    font-family: "Chakra Petch";
    font-weight: 600;
    text-align: left;
    font-size: 1.5rem;
  }
  body .SkillsContainer .UXUI_DA_Skills .DA_Services_square .separator hr {
    margin: 2rem 0 0.75rem 0;
  }
  body .SkillsContainer .UXUI_DA_Skills .DA_Services_square .ServicesText {
    display: flex;
    flex-direction: column;
  }
  body .SkillsContainer .UXUI_DA_Skills .DA_Services_square .ServicesText .text {
    display: flex;
    justify-content: flex-start;
    gap: 1.875rem;
    margin-top: 1.375rem;
    align-items: center;
  }
  body .SkillsContainer .UXUI_DA_Skills .DA_Services_square .ServicesText .text p {
    font-size: 14px;
    font-family: "Inter";
    font-weight: 500;
  }
  body .SkillsContainer .Skills_2D_3D {
    display: flex;
    flex-direction: column;
  }
  body .SkillsContainer .Skills_2D_3D .Softprez_2D_3D {
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 1.25rem;
  }
  body .SkillsContainer .Skills_2D_3D .Softprez_2D_3D .TextPart {
    display: flex;
    flex-direction: column;
    gap: 1.25rem;
  }
  body .SkillsContainer .Skills_2D_3D .Softprez_2D_3D .TextPart h3 {
    color: #68FFFF;
    font-family: "Inter";
    font-weight: 600;
    text-align: center;
    font-size: 1.375rem;
  }
  body .SkillsContainer .Skills_2D_3D .Softprez_2D_3D .TextPart p {
    color: #FFFFFF;
    font-family: "Inter";
    font-weight: 500;
    text-align: center;
    font-size: 0.875rem;
  }
  body .SkillsContainer .Skills_2D_3D .Softprez_2D_3D .IconsPart {
    display: flex;
    justify-content: center;
    flex-wrap: wrap;
    gap: 2rem;
    margin: 2rem 0;
  }
  body .SkillsContainer .Skills_2D_3D .Softprez_2D_3D .IconsPart .Icon {
    display: flex;
    align-items: center;
    flex-direction: column;
    gap: 0.625rem;
  }
  body .SkillsContainer .Skills_2D_3D .Softprez_2D_3D .IconsPart .Icon p {
    font-size: 0.625rem;
    font-family: "Inter";
    text-align: center;
  }
  body .SkillsContainer .Skills_2D_3D .Services_2D_3D .Services_square_2D_3D {
    border: 0.125rem solid #A5BBCB;
    padding: 2.5rem;
    border-radius: 8px;
    background-color: #0A0817;
    margin: 0 0 60px 0;
    display: flex;
    flex-direction: column;
  }
  body .SkillsContainer .Skills_2D_3D .Services_2D_3D .Services_square_2D_3D .TitlePart {
    display: flex;
    justify-content: space-between;
    align-items: center;
  }
  body .SkillsContainer .Skills_2D_3D .Services_2D_3D .Services_square_2D_3D .TitlePart .TitleBlue h4 {
    color: #68FFFF;
    font-family: "Chakra Petch";
    font-weight: 600;
    text-align: left;
    font-size: 1.5rem;
  }
  body .SkillsContainer .Skills_2D_3D .Services_2D_3D .Services_square_2D_3D .separator hr {
    margin: 2rem 0 0.75rem 0;
  }
  body .SkillsContainer .Skills_2D_3D .Services_2D_3D .Services_square_2D_3D .ServicesText {
    display: flex;
    flex-direction: column;
  }
  body .SkillsContainer .Skills_2D_3D .Services_2D_3D .Services_square_2D_3D .ServicesText .text {
    display: flex;
    justify-content: flex-start;
    gap: 1.875rem;
    margin-top: 1.375rem;
    align-items: center;
  }
  body .SkillsContainer .Skills_2D_3D .Services_2D_3D .Services_square_2D_3D .ServicesText .text p {
    font-size: 14px;
    font-family: "Inter";
    font-weight: 500;
  }
  body .SkillsContainer .ProjectManagement_Skills {
    display: flex;
    flex-direction: column;
  }
  body .SkillsContainer .ProjectManagement_Skills .Softprez_ProjectManagement {
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 1.25rem;
  }
  body .SkillsContainer .ProjectManagement_Skills .Softprez_ProjectManagement .TextPart {
    display: flex;
    flex-direction: column;
    gap: 1.25rem;
  }
  body .SkillsContainer .ProjectManagement_Skills .Softprez_ProjectManagement .TextPart h3 {
    color: #68FFFF;
    font-family: "Inter";
    font-weight: 600;
    text-align: center;
    font-size: 1.375rem;
  }
  body .SkillsContainer .ProjectManagement_Skills .Softprez_ProjectManagement .TextPart p {
    color: #FFFFFF;
    font-family: "Inter";
    font-weight: 500;
    text-align: center;
    font-size: 0.875rem;
  }
  body .SkillsContainer .ProjectManagement_Skills .Softprez_ProjectManagement .IconsPart {
    display: flex;
    justify-content: center;
    flex-wrap: wrap;
    gap: 2rem;
    margin: 2rem 0;
  }
  body .SkillsContainer .ProjectManagement_Skills .Softprez_ProjectManagement .IconsPart .Icon {
    display: flex;
    align-items: center;
    flex-direction: column;
    gap: 0.625rem;
  }
  body .SkillsContainer .ProjectManagement_Skills .Softprez_ProjectManagement .IconsPart .Icon p {
    font-size: 0.625rem;
    font-family: "Inter";
    text-align: center;
  }
  body .SkillsContainer .ProjectManagement_Skills .Services_ProjectManagement .ProjectManagement_Services_square {
    border: 0.125rem solid #A5BBCB;
    padding: 2.5rem;
    border-radius: 8px;
    background-color: #0A0817;
    margin: 0 0 60px 0;
    display: flex;
    flex-direction: column;
  }
  body .SkillsContainer .ProjectManagement_Skills .Services_ProjectManagement .ProjectManagement_Services_square .TitlePart {
    display: flex;
    justify-content: space-between;
    align-items: center;
  }
  body .SkillsContainer .ProjectManagement_Skills .Services_ProjectManagement .ProjectManagement_Services_square .TitlePart .TitleBlue h4 {
    color: #68FFFF;
    font-family: "Chakra Petch";
    font-weight: 600;
    text-align: left;
    font-size: 1.5rem;
  }
  body .SkillsContainer .ProjectManagement_Skills .Services_ProjectManagement .ProjectManagement_Services_square .separator hr {
    margin: 2rem 0 0.75rem 0;
  }
  body .SkillsContainer .ProjectManagement_Skills .Services_ProjectManagement .ProjectManagement_Services_square .ServicesText {
    display: flex;
    flex-direction: column;
  }
  body .SkillsContainer .ProjectManagement_Skills .Services_ProjectManagement .ProjectManagement_Services_square .ServicesText .text {
    display: flex;
    justify-content: flex-start;
    gap: 1.875rem;
    margin-top: 1.375rem;
    align-items: center;
  }
  body .SkillsContainer .ProjectManagement_Skills .Services_ProjectManagement .ProjectManagement_Services_square .ServicesText .text p {
    font-size: 14px;
    font-family: "Inter";
    font-weight: 500;
  }
  body .SkillsContainer .DevWeb_Skills {
    display: flex;
    flex-direction: column;
  }
  body .SkillsContainer .DevWeb_Skills .Softprez_DevWeb {
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 1.25rem;
  }
  body .SkillsContainer .DevWeb_Skills .Softprez_DevWeb .TextPart {
    display: flex;
    flex-direction: column;
    gap: 1.25rem;
  }
  body .SkillsContainer .DevWeb_Skills .Softprez_DevWeb .TextPart h3 {
    color: #68FFFF;
    font-family: "Inter";
    font-weight: 600;
    text-align: center;
    font-size: 1.375rem;
  }
  body .SkillsContainer .DevWeb_Skills .Softprez_DevWeb .TextPart p {
    color: #FFFFFF;
    font-family: "Inter";
    font-weight: 500;
    text-align: center;
    font-size: 0.875rem;
  }
  body .SkillsContainer .DevWeb_Skills .Softprez_DevWeb .IconsPart {
    display: flex;
    justify-content: center;
    flex-wrap: wrap;
    gap: 2rem;
    margin: 2rem 0;
  }
  body .SkillsContainer .DevWeb_Skills .Softprez_DevWeb .IconsPart .Icon {
    display: flex;
    align-items: center;
    flex-direction: column;
    gap: 0.625rem;
  }
  body .SkillsContainer .DevWeb_Skills .Softprez_DevWeb .IconsPart .Icon p {
    font-size: 0.625rem;
    font-family: "Inter";
    text-align: center;
  }
  body .SkillsContainer .DevWeb_Skills .Services_DevWeb .DevWeb_Services_square {
    border: 0.125rem solid #A5BBCB;
    padding: 2.5rem;
    border-radius: 8px;
    background-color: #0A0817;
    margin: 0 0 60px 0;
    display: flex;
    flex-direction: column;
  }
  body .SkillsContainer .DevWeb_Skills .Services_DevWeb .DevWeb_Services_square .TitlePart {
    display: flex;
    justify-content: space-between;
    align-items: center;
  }
  body .SkillsContainer .DevWeb_Skills .Services_DevWeb .DevWeb_Services_square .TitlePart .TitleBlue h4 {
    color: #68FFFF;
    font-family: "Chakra Petch";
    font-weight: 600;
    text-align: left;
    font-size: 1.5rem;
  }
  body .SkillsContainer .DevWeb_Skills .Services_DevWeb .DevWeb_Services_square .separator hr {
    margin: 2rem 0 0.75rem 0;
  }
  body .SkillsContainer .DevWeb_Skills .Services_DevWeb .DevWeb_Services_square .ServicesText {
    display: flex;
    flex-direction: column;
  }
  body .SkillsContainer .DevWeb_Skills .Services_DevWeb .DevWeb_Services_square .ServicesText .text {
    display: flex;
    justify-content: flex-start;
    gap: 1.875rem;
    margin-top: 1.375rem;
    align-items: center;
  }
  body .SkillsContainer .DevWeb_Skills .Services_DevWeb .DevWeb_Services_square .ServicesText .text p {
    font-size: 14px;
    font-family: "Inter";
    font-weight: 500;
  }
  body footer {
    background-color: #0A0817;
    display: flex;
    flex-direction: column;
  }
  body footer .TopContentFooter .LeftContent .TopLeftContent {
    display: flex;
    flex-direction: column;
    align-items: center;
  }
  body footer .TopContentFooter .LeftContent .TopLeftContent .LogoFooter {
    display: flex;
    width: 5.1875rem;
    height: auto;
    padding: 1.25rem;
    justify-content: center;
    align-items: center;
  }
  body footer .TopContentFooter .LeftContent .TopLeftContent .TextFooter {
    display: flex;
    flex-direction: column;
    text-align: center;
    margin: 1.25rem 2.5rem;
  }
  body footer .TopContentFooter .LeftContent .TopLeftContent .TextFooter p {
    color: #FFFFFF;
    font-family: "Inter";
    font-weight: 500;
    font-size: 0.75rem;
  }
  body footer .TopContentFooter .LeftContent .SocialsIcons {
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: space-between;
    margin: 20px 40px;
  }
  body footer .TopContentFooter .LeftContent .SocialsIcons a .Bento {
    background-color: #301A4B;
    padding: 20px;
    border-radius: 360px;
    border: 2px solid #68FFFF;
  }
  body footer .TopContentFooter .LeftContent .SocialsIcons a .Behance {
    background-color: #301A4B;
    padding: 20px;
    border-radius: 360px;
    border: 2px solid #68FFFF;
  }
  body footer .TopContentFooter .LeftContent .SocialsIcons a .Linkedin {
    background-color: #301A4B;
    padding: 20px;
    border-radius: 360px;
    border: 2px solid #68FFFF;
  }
  body footer .TopContentFooter .LeftContent .SocialsIcons a .Github {
    background-color: #301A4B;
    padding: 20px;
    border-radius: 360px;
    border: 2px solid #68FFFF;
  }
  body footer .TopContentFooter .RightContent .Menu {
    padding: 20px 0;
  }
  body footer .TopContentFooter .RightContent .Menu nav ul {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    gap: 20px;
  }
  body footer .TopContentFooter .RightContent .Menu nav ul li {
    list-style: none;
  }
  body footer .TopContentFooter .RightContent .Menu nav ul li .Titlefooternav {
    color: #FFFFFF;
    font-family: "Chakra Petch";
    font-weight: 700;
  }
  body footer .TopContentFooter .RightContent .Menu nav ul li .homefooter {
    color: #FFFFFF;
    font-family: "Chakra Petch";
    font-weight: 400;
    text-decoration: none;
  }
  body footer .TopContentFooter .RightContent .Menu nav ul li .portfoliofooter {
    color: #FFFFFF;
    font-family: "Chakra Petch";
    font-weight: 400;
    text-decoration: none;
  }
  body footer .TopContentFooter .RightContent .Menu nav ul li .aboutfooter {
    color: #68FFFF;
    font-family: "Chakra Petch";
    font-weight: 500;
    text-decoration: none;
  }
  body footer .TopContentFooter .RightContent .Menu nav ul li .contactfooter {
    color: #FFFFFF;
    font-family: "Chakra Petch";
    font-weight: 400;
    text-decoration: none;
  }
  body footer .separatorfooter {
    display: flex;
    flex-direction: column;
    padding: 2.5rem 2.5rem;
  }
  body footer .separatorfooter hr {
    display: flex;
    flex-direction: column;
    width: 100%;
    border: 1px solid #FFFFFF;
  }
  body footer .BottomContentFooter .LegalMenu nav ul {
    display: flex;
    flex-direction: column;
    gap: 1.25rem;
    justify-content: center;
    align-items: center;
  }
  body footer .BottomContentFooter .LegalMenu nav ul li {
    list-style: none;
  }
  body footer .BottomContentFooter .LegalMenu nav ul li a {
    text-decoration: none;
    color: #FFFFFF;
    font-family: "Inter";
    font-weight: 400;
    font-size: 0.875rem;
  }
  body footer .BottomContentFooter .Copyright {
    display: flex;
    flex-direction: column;
    align-items: center;
    padding: 2.5rem;
  }
  body footer .BottomContentFooter .Copyright p {
    color: #FFFFFF;
    text-align: center;
    font-family: "Inter";
    font-weight: 500;
    font-size: 16px;
  }
}
/* Media Query for Desktop */
@media (min-width: 1430px) {
  body {
    background-color: #07060E;
  }
  body header {
    background-color: #0A0817;
    position: fixed;
    width: 100%;
    z-index: 100;
  }
  body header .MenuContainer {
    margin: 0 9rem;
    display: flex;
    align-items: center;
    justify-content: space-between;
  }
  body header .MenuContainer .ReturnHome {
    display: flex;
    width: 5.1875rem;
    height: 5.5rem;
    padding: 0.75rem;
    justify-content: center;
    align-items: center;
  }
  body header .MenuContainer .Menu nav ul {
    display: flex;
    list-style-type: none;
  }
  body header .MenuContainer .Menu nav ul li {
    display: flex;
    padding: 14px;
    justify-content: flex-end;
    align-items: center;
  }
  body header .MenuContainer .Menu nav ul li a {
    text-decoration: none;
    color: #A5BBCB;
    text-align: center;
    font-family: "Chakra Petch";
    font-weight: 500;
    font-size: 16px;
    color: #FFFFFF;
    border: 2px solid #0A0817;
  }
  body header .MenuContainer .Menu nav ul li .home {
    color: #A5BBCB;
    padding: 1.125rem 2rem;
    border-radius: 0.5rem;
  }
  body header .MenuContainer .Menu nav ul li .home:hover {
    border: 2px solid #68FFFF;
    color: #FFFFFF;
  }
  body header .MenuContainer .Menu nav ul li .portfolio {
    padding: 1.125rem 2rem;
    border-radius: 0.5rem;
    color: #A5BBCB;
  }
  body header .MenuContainer .Menu nav ul li .portfolio:hover {
    border: 2px solid #68FFFF;
    color: #FFFFFF;
  }
  body header .MenuContainer .Menu nav ul li .about {
    padding: 1.125rem 2rem;
    border-radius: 0.5rem;
    background-color: #301A4B;
  }
  body header .MenuContainer .Menu nav ul li .about:hover {
    border: 2px solid #68FFFF;
    color: #FFFFFF;
  }
  body header .MenuContainer .Menu nav ul li .contact {
    padding: 1.125rem 2rem;
    border-radius: 0.5rem;
    color: #A5BBCB;
  }
  body header .MenuContainer .Menu nav ul li .contact:hover {
    border: 2px solid #68FFFF;
    color: #FFFFFF;
  }
  body .Hero {
    display: flex;
    flex-direction: column;
    margin: 0 10.8rem;
  }
  body .Hero .HeroContent {
    display: flex;
    flex-direction: column;
    padding: 10rem 0 0 0;
    align-items: center;
    gap: 4rem;
  }
  body .Hero .HeroContent .Title h1 {
    font-size: 2.5rem;
    font-family: "Chakra Petch";
    font-weight: 700;
    color: #FFFFFF;
  }
  body .Hero .HeroContent .Text {
    display: flex;
    flex-direction: column;
    gap: 2rem;
    text-align: center;
  }
  body .Hero .HeroContent .Text .text01 {
    color: #68FFFF;
    font-size: 1.5rem;
    font-family: "Chakra Petch";
    font-weight: 500;
  }
  body .Hero .HeroContent .Text .text02 {
    color: #68FFFF;
    font-size: 1.5rem;
    font-family: "Chakra Petch";
    font-weight: 500;
  }
  body .AProposContent {
    display: flex;
    flex-direction: column;
    flex-wrap: wrap;
    margin: 0 10.8rem;
  }
  body .AProposContent .AboutMeContainer {
    display: grid;
    margin: 6rem 0 0 0;
    grid-template-columns: repeat(2, 1fr);
    grid-template-rows: 0.2fr 0.5fr 0.2fr;
    grid-row-gap: 30px;
  }
  body .AProposContent .AboutMeContainer .ProfilePic {
    margin: 2.5rem 0;
    display: flex;
    flex-direction: column;
    align-items: flex-end;
    justify-content: center;
    grid-area: 1/2/4/3;
  }
  body .AProposContent .AboutMeContainer .ProfilePic img {
    width: 60%;
    border-radius: 0.5rem;
    border: 0.25rem solid #9747FF;
  }
  body .AProposContent .AboutMeContainer .AboutMeText {
    display: flex;
    flex-direction: column;
    justify-content: space-evenly;
    grid-area: 1/1/3/2;
  }
  body .AProposContent .AboutMeContainer .AboutMeText .TitleAboutMe {
    grid-area: 1/1/2/2;
  }
  body .AProposContent .AboutMeContainer .AboutMeText .TitleAboutMe h2 {
    color: #9747FF;
    font-family: "Chakra Petch";
    font-weight: 600;
    font-size: 2.5rem;
  }
  body .AProposContent .AboutMeContainer .AboutMeText .TextAboutMe {
    grid-area: 2/1/3/2;
    display: flex;
    flex-direction: column;
    gap: 2rem;
  }
  body .AProposContent .AboutMeContainer .AboutMeText .TextAboutMe p {
    color: #FFFFFF;
    font-family: "Inter";
    font-weight: 400;
    font-size: 1rem;
  }
  body .AProposContent .AboutMeContainer .ButtonCV {
    display: flex;
    grid-area: 3/1/4/2;
  }
  body .AProposContent .AboutMeContainer .ButtonCV a button {
    background-color: #301A4B;
    padding: 1.5rem 1.5rem;
    width: 100%;
    border-radius: 0.5rem;
    border: 2px solid #07060E;
    color: #A5BBCB;
    font-family: "Chakra Petch", sans-serif;
    font-weight: 700;
    font-size: 20px;
  }
  body .AProposContent .AboutMeContainer .ButtonCV a button:hover {
    border: 2px solid #68FFFF;
    color: #FFFFFF;
  }
  body .SkillsContainer {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    grid-template-rows: 0.2fr repeat(2, 0.4fr);
    grid-column-gap: 5rem;
    grid-row-gap: 4rem;
    align-items: space-evenly;
    flex-wrap: wrap;
    grid-area: 1/1/4/4;
  }
  body .SkillsContainer .Title {
    grid-area: 1/1/2/4;
    display: flex;
    flex-direction: column;
    justify-content: center;
    padding: 4rem 0;
  }
  body .SkillsContainer .Title h2 {
    font-size: 2.5rem;
    text-align: center;
    font-family: "Chakra Petch";
    font-weight: 700;
    color: #FFFFFF;
  }
  body .SkillsContainer .UXUI_DA_Skills {
    display: grid;
    align-items: center;
    grid-template-columns: repeat(3, 1fr);
    grid-template-rows: 1fr;
    grid-column-gap: 5rem;
    grid-area: 2/1/3/4;
  }
  body .SkillsContainer .UXUI_DA_Skills .Softprez_UXUI_DA {
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 1.25rem;
    grid-area: 1/2/2/3;
  }
  body .SkillsContainer .UXUI_DA_Skills .Softprez_UXUI_DA .TextPart {
    display: flex;
    flex-direction: column;
    gap: 1.5rem;
  }
  body .SkillsContainer .UXUI_DA_Skills .Softprez_UXUI_DA .TextPart h3 {
    color: #68FFFF;
    font-family: "Inter";
    font-weight: 600;
    text-align: center;
    font-size: 1.625rem;
  }
  body .SkillsContainer .UXUI_DA_Skills .Softprez_UXUI_DA .TextPart p {
    color: #FFFFFF;
    font-family: "Inter";
    font-weight: 500;
    text-align: center;
    font-size: 1.125rem;
  }
  body .SkillsContainer .UXUI_DA_Skills .Softprez_UXUI_DA .IconsPart {
    display: flex;
    justify-content: center;
    flex-wrap: wrap;
    gap: 2rem;
    margin: 2rem 0;
  }
  body .SkillsContainer .UXUI_DA_Skills .Softprez_UXUI_DA .IconsPart .Icon {
    display: flex;
    align-items: center;
    flex-direction: column;
    gap: 0.625rem;
  }
  body .SkillsContainer .UXUI_DA_Skills .Softprez_UXUI_DA .IconsPart .Icon p {
    font-size: 0.625rem;
    font-family: "Inter";
    text-align: center;
  }
  body .SkillsContainer .UXUI_DA_Skills .UXUI_Services_square {
    border: 0.125rem solid #A5BBCB;
    border-radius: 8px;
    background-color: #0A0817;
    padding: 2.5rem;
    margin: 0 0 60px 0;
    grid-area: 1/1/2/2;
  }
  body .SkillsContainer .UXUI_DA_Skills .UXUI_Services_square .TitlePart {
    display: flex;
    justify-content: space-between;
    align-items: center;
  }
  body .SkillsContainer .UXUI_DA_Skills .UXUI_Services_square .TitlePart .TitleBlue h4 {
    color: #68FFFF;
    font-family: "Chakra Petch";
    font-weight: 600;
    text-align: center;
    font-size: 1.375rem;
  }
  body .SkillsContainer .UXUI_DA_Skills .UXUI_Services_square .separator hr {
    margin: 2rem 0 0.75rem 0;
  }
  body .SkillsContainer .UXUI_DA_Skills .UXUI_Services_square .ServicesText {
    display: flex;
    flex-direction: column;
  }
  body .SkillsContainer .UXUI_DA_Skills .UXUI_Services_square .ServicesText .text {
    display: flex;
    justify-content: flex-start;
    gap: 1.875rem;
    margin-top: 22px;
    align-items: center;
  }
  body .SkillsContainer .UXUI_DA_Skills .UXUI_Services_square .ServicesText .text p {
    font-size: 1.125rem;
    font-family: "Inter";
    font-weight: 500;
  }
  body .SkillsContainer .UXUI_DA_Skills .DA_Services_square {
    border: 0.125rem solid #A5BBCB;
    border-radius: 8px;
    background-color: #0A0817;
    padding: 2.5rem;
    margin: 0 0 60px 0;
    display: flex;
    flex-direction: column;
    grid-area: 1/3/2/4;
  }
  body .SkillsContainer .UXUI_DA_Skills .DA_Services_square .TitlePart {
    display: flex;
    justify-content: space-between;
    align-items: center;
  }
  body .SkillsContainer .UXUI_DA_Skills .DA_Services_square .TitlePart .TitleBlue h4 {
    color: #68FFFF;
    font-family: "Chakra Petch";
    font-weight: 600;
    text-align: left;
    font-size: 1.5rem;
  }
  body .SkillsContainer .UXUI_DA_Skills .DA_Services_square .separator hr {
    margin: 2rem 0 0.75rem 0;
  }
  body .SkillsContainer .UXUI_DA_Skills .DA_Services_square .ServicesText {
    display: flex;
    flex-direction: column;
  }
  body .SkillsContainer .UXUI_DA_Skills .DA_Services_square .ServicesText .text {
    display: flex;
    justify-content: flex-start;
    gap: 1.875rem;
    margin-top: 1.375rem;
    align-items: center;
  }
  body .SkillsContainer .UXUI_DA_Skills .DA_Services_square .ServicesText .text p {
    font-size: 1.125rem;
    font-family: "Inter";
    font-weight: 500;
  }
  body .SkillsContainer .Skills_2D_3D {
    display: flex;
    flex-direction: column;
    grid-area: 3/1/4/2;
  }
  body .SkillsContainer .Skills_2D_3D .Softprez_2D_3D {
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 1.5rem;
  }
  body .SkillsContainer .Skills_2D_3D .Softprez_2D_3D .TextPart {
    display: flex;
    flex-direction: column;
    gap: 1.25rem;
  }
  body .SkillsContainer .Skills_2D_3D .Softprez_2D_3D .TextPart h3 {
    color: #68FFFF;
    font-family: "Inter";
    font-weight: 600;
    text-align: center;
    font-size: 1.625rem;
  }
  body .SkillsContainer .Skills_2D_3D .Softprez_2D_3D .TextPart p {
    color: #FFFFFF;
    font-family: "Inter";
    font-weight: 500;
    text-align: center;
    font-size: 1.125rem;
  }
  body .SkillsContainer .Skills_2D_3D .Softprez_2D_3D .IconsPart {
    display: flex;
    justify-content: center;
    flex-wrap: wrap;
    gap: 2rem;
    margin: 2rem 0 4rem 0;
  }
  body .SkillsContainer .Skills_2D_3D .Softprez_2D_3D .IconsPart .Icon {
    display: flex;
    align-items: center;
    flex-direction: column;
    gap: 0.625rem;
  }
  body .SkillsContainer .Skills_2D_3D .Softprez_2D_3D .IconsPart .Icon p {
    font-size: 0.625rem;
    font-family: "Inter";
    text-align: center;
  }
  body .SkillsContainer .Skills_2D_3D .Services_2D_3D .Services_square_2D_3D {
    border: 0.125rem solid #A5BBCB;
    padding: 2.5rem;
    border-radius: 8px;
    background-color: #0A0817;
    margin: 0 0 60px 0;
    display: flex;
    flex-direction: column;
  }
  body .SkillsContainer .Skills_2D_3D .Services_2D_3D .Services_square_2D_3D .TitlePart {
    display: flex;
    justify-content: space-between;
    align-items: center;
  }
  body .SkillsContainer .Skills_2D_3D .Services_2D_3D .Services_square_2D_3D .TitlePart .TitleBlue h4 {
    color: #68FFFF;
    font-family: "Chakra Petch";
    font-weight: 600;
    text-align: left;
    font-size: 1.5rem;
  }
  body .SkillsContainer .Skills_2D_3D .Services_2D_3D .Services_square_2D_3D .separator hr {
    margin: 2rem 0 0.75rem 0;
  }
  body .SkillsContainer .Skills_2D_3D .Services_2D_3D .Services_square_2D_3D .ServicesText {
    display: flex;
    flex-direction: column;
  }
  body .SkillsContainer .Skills_2D_3D .Services_2D_3D .Services_square_2D_3D .ServicesText .text {
    display: flex;
    justify-content: flex-start;
    gap: 1.875rem;
    margin-top: 1.375rem;
    align-items: center;
  }
  body .SkillsContainer .Skills_2D_3D .Services_2D_3D .Services_square_2D_3D .ServicesText .text p {
    font-size: 1.125rem;
    font-family: "Inter";
    font-weight: 500;
  }
  body .SkillsContainer .ProjectManagement_Skills {
    display: flex;
    flex-direction: column;
    grid-area: 3/2/4/3;
  }
  body .SkillsContainer .ProjectManagement_Skills .Softprez_ProjectManagement {
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 1.5rem;
  }
  body .SkillsContainer .ProjectManagement_Skills .Softprez_ProjectManagement .TextPart {
    display: flex;
    flex-direction: column;
    gap: 1.25rem;
  }
  body .SkillsContainer .ProjectManagement_Skills .Softprez_ProjectManagement .TextPart h3 {
    color: #68FFFF;
    font-family: "Inter";
    font-weight: 600;
    text-align: center;
    font-size: 1.625rem;
  }
  body .SkillsContainer .ProjectManagement_Skills .Softprez_ProjectManagement .TextPart p {
    color: #FFFFFF;
    font-family: "Inter";
    font-weight: 500;
    text-align: center;
    font-size: 1.125rem;
  }
  body .SkillsContainer .ProjectManagement_Skills .Softprez_ProjectManagement .IconsPart {
    display: flex;
    justify-content: center;
    flex-wrap: wrap;
    gap: 2rem;
    margin: 2rem 0 4rem 0;
  }
  body .SkillsContainer .ProjectManagement_Skills .Softprez_ProjectManagement .IconsPart .Icon {
    display: flex;
    align-items: center;
    flex-direction: column;
    gap: 0.625rem;
  }
  body .SkillsContainer .ProjectManagement_Skills .Softprez_ProjectManagement .IconsPart .Icon p {
    font-size: 0.625rem;
    font-family: "Inter";
    text-align: center;
  }
  body .SkillsContainer .ProjectManagement_Skills .Services_ProjectManagement .ProjectManagement_Services_square {
    border: 0.125rem solid #A5BBCB;
    padding: 2.5rem;
    border-radius: 8px;
    background-color: #0A0817;
    margin: 0 0 60px 0;
    display: flex;
    flex-direction: column;
  }
  body .SkillsContainer .ProjectManagement_Skills .Services_ProjectManagement .ProjectManagement_Services_square .TitlePart {
    display: flex;
    justify-content: space-between;
    align-items: center;
  }
  body .SkillsContainer .ProjectManagement_Skills .Services_ProjectManagement .ProjectManagement_Services_square .TitlePart .TitleBlue h4 {
    color: #68FFFF;
    font-family: "Chakra Petch";
    font-weight: 600;
    text-align: left;
    font-size: 1.5rem;
  }
  body .SkillsContainer .ProjectManagement_Skills .Services_ProjectManagement .ProjectManagement_Services_square .separator hr {
    margin: 2rem 0 0.75rem 0;
  }
  body .SkillsContainer .ProjectManagement_Skills .Services_ProjectManagement .ProjectManagement_Services_square .ServicesText {
    display: flex;
    flex-direction: column;
  }
  body .SkillsContainer .ProjectManagement_Skills .Services_ProjectManagement .ProjectManagement_Services_square .ServicesText .text {
    display: flex;
    justify-content: flex-start;
    gap: 1.875rem;
    margin-top: 1.375rem;
    align-items: center;
  }
  body .SkillsContainer .ProjectManagement_Skills .Services_ProjectManagement .ProjectManagement_Services_square .ServicesText .text p {
    font-size: 1.125rem;
    font-family: "Inter";
    font-weight: 500;
  }
  body .SkillsContainer .DevWeb_Skills {
    display: flex;
    flex-direction: column;
    grid-area: 3/3/4/4;
  }
  body .SkillsContainer .DevWeb_Skills .Softprez_DevWeb {
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 1.5rem;
  }
  body .SkillsContainer .DevWeb_Skills .Softprez_DevWeb .TextPart {
    display: flex;
    flex-direction: column;
    gap: 1.25rem;
  }
  body .SkillsContainer .DevWeb_Skills .Softprez_DevWeb .TextPart h3 {
    color: #68FFFF;
    font-family: "Inter";
    font-weight: 600;
    text-align: center;
    font-size: 1.625rem;
  }
  body .SkillsContainer .DevWeb_Skills .Softprez_DevWeb .TextPart p {
    color: #FFFFFF;
    font-family: "Inter";
    font-weight: 500;
    text-align: center;
    font-size: 1.125rem;
  }
  body .SkillsContainer .DevWeb_Skills .Softprez_DevWeb .IconsPart {
    display: flex;
    justify-content: center;
    flex-wrap: wrap;
    gap: 2rem;
    margin: 2rem 0 4rem 0;
  }
  body .SkillsContainer .DevWeb_Skills .Softprez_DevWeb .IconsPart .Icon {
    display: flex;
    align-items: center;
    flex-direction: column;
    gap: 0.625rem;
  }
  body .SkillsContainer .DevWeb_Skills .Softprez_DevWeb .IconsPart .Icon p {
    font-size: 0.625rem;
    font-family: "Inter";
    text-align: center;
  }
  body .SkillsContainer .DevWeb_Skills .Services_DevWeb .DevWeb_Services_square {
    border: 0.125rem solid #A5BBCB;
    padding: 2.5rem;
    border-radius: 8px;
    background-color: #0A0817;
    margin: 0 0 60px 0;
    display: flex;
    flex-direction: column;
  }
  body .SkillsContainer .DevWeb_Skills .Services_DevWeb .DevWeb_Services_square .TitlePart {
    display: flex;
    justify-content: space-between;
    align-items: center;
  }
  body .SkillsContainer .DevWeb_Skills .Services_DevWeb .DevWeb_Services_square .TitlePart .TitleBlue h4 {
    color: #68FFFF;
    font-family: "Chakra Petch";
    font-weight: 600;
    text-align: left;
    font-size: 1.5rem;
  }
  body .SkillsContainer .DevWeb_Skills .Services_DevWeb .DevWeb_Services_square .separator hr {
    margin: 2rem 0 0.75rem 0;
  }
  body .SkillsContainer .DevWeb_Skills .Services_DevWeb .DevWeb_Services_square .ServicesText {
    display: flex;
    flex-direction: column;
  }
  body .SkillsContainer .DevWeb_Skills .Services_DevWeb .DevWeb_Services_square .ServicesText .text {
    display: flex;
    justify-content: flex-start;
    gap: 1.875rem;
    margin-top: 1.375rem;
    align-items: center;
  }
  body .SkillsContainer .DevWeb_Skills .Services_DevWeb .DevWeb_Services_square .ServicesText .text p {
    font-size: 1.125rem;
    font-family: "Inter";
    font-weight: 500;
  }
  body footer {
    background-color: #0A0817;
    display: flex;
    flex-direction: column;
    flex-wrap: wrap;
  }
  body footer .TopContentFooter {
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    margin: 4rem 9rem;
  }
  body footer .TopContentFooter .LeftContent {
    display: flex;
    flex-direction: column;
    gap: 4rem;
    justify-content: center;
  }
  body footer .TopContentFooter .LeftContent .TopLeftContent {
    display: flex;
    flex-direction: row;
    align-items: center;
  }
  body footer .TopContentFooter .LeftContent .TopLeftContent .LogoFooter {
    display: flex;
    width: 5.1875rem;
    height: auto;
    justify-content: center;
    align-items: center;
  }
  body footer .TopContentFooter .LeftContent .TopLeftContent .TextFooter {
    display: flex;
    flex-direction: column;
    margin: 0 4rem;
  }
  body footer .TopContentFooter .LeftContent .TopLeftContent .TextFooter p {
    color: #FFFFFF;
    font-family: "Inter";
    font-weight: 500;
    font-size: 0.75rem;
  }
  body footer .TopContentFooter .LeftContent .SocialsIcons {
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: flex-start;
    gap: 4rem;
  }
  body footer .TopContentFooter .LeftContent .SocialsIcons a .Bento {
    background-color: #0A0817;
    padding: 20px;
    border-radius: 360px;
    border: 2px solid #0A0817;
  }
  body footer .TopContentFooter .LeftContent .SocialsIcons a .Bento:hover {
    background-color: #301A4B;
    padding: 20px;
    border-radius: 360px;
    border: 2px solid #68FFFF;
  }
  body footer .TopContentFooter .LeftContent .SocialsIcons a .Behance {
    background-color: #0A0817;
    padding: 20px;
    border-radius: 360px;
    border: 2px solid #0A0817;
  }
  body footer .TopContentFooter .LeftContent .SocialsIcons a .Behance:hover {
    background-color: #301A4B;
    padding: 20px;
    border-radius: 360px;
    border: 2px solid #68FFFF;
  }
  body footer .TopContentFooter .LeftContent .SocialsIcons a .Linkedin {
    background-color: #0A0817;
    padding: 20px;
    border-radius: 360px;
    border: 2px solid #0A0817;
  }
  body footer .TopContentFooter .LeftContent .SocialsIcons a .Linkedin:hover {
    background-color: #301A4B;
    padding: 20px;
    border-radius: 360px;
    border: 2px solid #68FFFF;
  }
  body footer .TopContentFooter .LeftContent .SocialsIcons a .Github {
    background-color: #0A0817;
    padding: 20px;
    border-radius: 360px;
    border: 2px solid #0A0817;
  }
  body footer .TopContentFooter .LeftContent .SocialsIcons a .Github:hover {
    background-color: #301A4B;
    padding: 20px;
    border-radius: 360px;
    border: 2px solid #68FFFF;
  }
  body footer .TopContentFooter .RightContent .Menu nav ul {
    display: flex;
    flex-direction: column;
    justify-content: flex-end;
    text-align: right;
    gap: 20px;
  }
  body footer .TopContentFooter .RightContent .Menu nav ul li {
    list-style: none;
  }
  body footer .TopContentFooter .RightContent .Menu nav ul li .Titlefooternav {
    color: #FFFFFF;
    font-family: "Chakra Petch";
    font-weight: 700;
  }
  body footer .TopContentFooter .RightContent .Menu nav ul li .homefooter {
    color: #A5BBCB;
    font-family: "Chakra Petch";
    font-weight: 400;
    text-decoration: none;
  }
  body footer .TopContentFooter .RightContent .Menu nav ul li .homefooter:hover {
    border-bottom: 1px solid #68FFFF;
    color: #FFFFFF;
  }
  body footer .TopContentFooter .RightContent .Menu nav ul li .portfoliofooter {
    color: #A5BBCB;
    font-family: "Chakra Petch";
    font-weight: 400;
    text-decoration: none;
  }
  body footer .TopContentFooter .RightContent .Menu nav ul li .portfoliofooter:hover {
    border-bottom: 1px solid #68FFFF;
    color: #FFFFFF;
  }
  body footer .TopContentFooter .RightContent .Menu nav ul li .aboutfooter {
    color: #68FFFF;
    font-family: "Chakra Petch";
    font-weight: 500;
    text-decoration: none;
  }
  body footer .TopContentFooter .RightContent .Menu nav ul li .aboutfooter:hover {
    border-bottom: 1px solid #68FFFF;
    color: #68FFFF;
  }
  body footer .TopContentFooter .RightContent .Menu nav ul li .contactfooter {
    color: #A5BBCB;
    font-family: "Chakra Petch";
    font-weight: 400;
    text-decoration: none;
  }
  body footer .TopContentFooter .RightContent .Menu nav ul li .contactfooter:hover {
    border-bottom: 1px solid #68FFFF;
    color: #FFFFFF;
  }
  body footer .separatorfooter {
    display: flex;
    flex-direction: column;
    margin: 0 9rem;
  }
  body footer .separatorfooter hr {
    display: flex;
    flex-direction: column;
    width: 100%;
    border: 1px solid #FFFFFF;
  }
  body footer .BottomContentFooter {
    display: flex;
    flex-direction: row;
    align-items: center;
    flex-wrap: wrap;
    margin: 0 9rem;
    padding: 2.5rem 0;
    gap: 2rem;
    justify-content: space-between;
  }
  body footer .BottomContentFooter .LegalMenu nav ul {
    display: flex;
    flex-direction: row;
    gap: 1.25rem;
    justify-content: flex-start;
    align-items: center;
  }
  body footer .BottomContentFooter .LegalMenu nav ul li {
    list-style: none;
  }
  body footer .BottomContentFooter .LegalMenu nav ul li a {
    text-decoration: none;
    color: #A5BBCB;
    font-family: "Inter";
    font-weight: 400;
    font-size: 0.875rem;
  }
  body footer .BottomContentFooter .LegalMenu nav ul li a:hover {
    border-bottom: 1px solid #68FFFF;
    color: #FFFFFF;
  }
  body footer .BottomContentFooter .Copyright {
    display: flex;
  }
  body footer .BottomContentFooter .Copyright p {
    color: #FFFFFF;
    text-align: center;
    font-family: "Inter";
    font-weight: 400;
    font-size: 16px;
  }
}

/*# sourceMappingURL=styleAPropos.css.map */
