@import"https://fonts.googleapis.com/css2?family=Poppins:wght@300;400;600&display=swap";.navBar-main{display:flex;align-items:center;justify-content:space-between;padding:0 5%;width:100%;position:fixed;top:0;left:0;z-index:1000;background-color:#fff;box-shadow:0 4px 10px rgba(0,0,0,.1)}.navBar-main a{text-decoration:none}.brand{display:flex;align-items:center;justify-content:center;flex-grow:1}.brand h1{font-family:Emerald!important;letter-spacing:2px!important;cursor:pointer;font-weight:700;text-align:center}.brand .logo-img{width:100px;height:100px;margin-left:10px}.menuBar{align-items:center}.menuBar,.menuBar ul{display:flex;justify-content:center}.menuBar ul{list-style-type:none;margin:0;padding:0}.menuBar ul li{padding:15px 10px}.menuBar ul li a{text-decoration:none;display:block;padding:5px 10px;transition:border-bottom .3s;color:#000}.menuBar ul li a:hover{border-bottom:2px solid #000}.text-quote{color:#fc636b!important}.social-icon{width:20px;height:20px}.social-icon:hover{border-bottom:none!important}.p-menubar{background:none;font-size:14px;display:none}.p-menubar .p-menubar-root-list{position:absolute;top:75px;left:0;width:90vw;background:#fff;box-shadow:0 5px 10px rgba(0,0,0,.1)}.p-menubar .p-menubar-root-list>.p-menuitem>.p-menuitem-link{padding:10px;display:block;text-align:left}.p-scrolltop{width:3rem;height:3rem;border-radius:50%;box-shadow:0 2px 12px 0 rgba(0,0,0,.1);transition:background-color .2s,color .2s,box-shadow .2s}@media screen and (max-width:960px){.navBar-main{align-items:center}.brand{margin-bottom:10px}.menuBar{display:none}.p-menubar{display:flex;justify-content:center;width:50px;border:1px solid #000}.p-menubar-root-list{display:none;flex-direction:column;margin-left:-5%;width:100%;height:auto;background:#fff}.p-menubar.p-menubar-mobile-active .p-menubar-root-list{display:flex}}@media screen and (max-width:460px){.brand h1{font-size:25px}}