.footer_container{display:flex;padding:2rem 4rem;flex-direction:row;justify-content:space-between;align-items:center;background-color:#0f172a;border-top:1px solid #1e293b}@media screen and (max-width:900px){.footer_container{flex-direction:column;align-items:center;gap:3rem;text-align:center}}.firstContainer{display:flex;align-items:center;gap:1rem;flex:1}#logoPic{width:45px;height:auto}.secondContainer{flex:1}.icons,.secondContainer{display:flex;align-items:center;justify-content:center}.icons{background-color:transparent;padding:8px;margin:0 .4rem;font-size:1.5rem;border-radius:50%;border:1px solid #1e293b;transition:all .3s ease;width:50px;height:40px}.icons:hover{background-color:#1e293b;color:white!important;border-color:#4f46e5}.thirdContainer{display:flex;flex-direction:column;align-items:flex-end;flex:1}@media screen and (max-width:900px){.firstContainer,.secondContainer,.thirdContainer{flex:none;align-items:center;justify-content:center}.thirdContainer{align-items:center}}.sectionList{list-style:none;padding:0;margin-top:1rem;text-align:right}@media screen and (max-width:900px){.sectionList{text-align:center}}.sectionList li{font-size:1rem;padding:.25rem 0}.nav{position:fixed;top:0;left:0;width:100%;height:80px;z-index:50;background-color:white;display:flex;align-items:center;justify-content:space-between;padding:0 2rem;box-shadow:0 1px 3px rgba(0,0,0,.1)}@media screen and (max-width:700px){.nav{padding:0 1rem;height:70px}}.logoBox{display:flex;align-items:center}#picLogo{width:45px;height:auto}@media screen and (max-width:700px){#picLogo{width:35px}}.hello{flex-grow:1;display:flex;justify-content:center}.hello h1{font-size:1.5rem;margin:0}@media screen and (max-width:700px){.hello h1{font-size:1.1rem}}.custom-dropdown{position:relative}.custom-dropdown-menu{position:absolute;right:0;top:100%;z-index:100}.custom-dropdown-toggle{display:flex;align-items:center;justify-content:center;width:45px;height:45px;border-radius:12px;transition:all .3s ease}.custom-dropdown-toggle:hover{transform:scale(1.05);box-shadow:0 4px 12px rgba(0,0,0,.1)}@media screen and (max-width:700px){.custom-dropdown-toggle{width:35px;height:35px;font-size:1.2rem}}