.container { height: 100%; overflow: hidden; position: relative; li { span { text-align: center !important; } } header { height: 80px; width: 100%; padding: 0 24px; display: flex; justify-content: space-between; align-items: center; img { height: 65%; } .menu { height: 80px; display: flex; justify-content: flex-end; align-items: flex-end; > ul { height: 100% !important; line-height: 80px !important; } } .dll { width: 98px; height: 80px; padding: 0 16px; display: flex; justify-content: space-around; align-items: center; margin-right: -24px; > * { font-size: 20px; color: @primary-color; } } } .loadcontent { position: absolute; width: 100%; height: 100%; display: flex; justify-content: center; align-items: center; z-index: 9999999; background-image: linear-gradient( 145deg, #bee9ff 0%, #99dbff 25%, #ffc4f1 50%, #99dbff 75%, #bee9ff 100% ); background-size: 400% 400%; animation: bgmove 20s linear 0s infinite alternate forwards; } } @keyframes bgmove { 0% { background-position: 0% 50%; } 50% { background-position: 100% 100%; } 100% { background-position: 0% 50%; } } .aboutheader { position: relative; margin-bottom: 60px; .menucontent { width: 80%; display: flex; justify-content: space-around; align-items: center; position: absolute; left: 0; right: 0; margin: auto; bottom: -48px; background-color: #ffffff; height: 5rem; box-shadow: 0 0 4px rgba(0, 0, 0, 0.5); > div { flex: 1; display: flex; justify-content: center; align-items: center; flex-direction: column; cursor: pointer; > div { width: 3rem; height: 3rem; background-size: 40% auto; padding: 1rem; background-color: #ffffff; border-radius: 50%; transform: scale(1); } p { font-size: 0.6rem; } } } } .navbar { padding: 0 2rem !important; border-top: 1px solid #f0f0f0 !important; background-color: rgba(255, 255, 255, 0.85); margin-top: 3rem; } .diybtn { font-size: 0.8rem !important; letter-spacing: 2px; width: 6rem; height: 2rem; background-color: aliceblue; border-radius: 6rem; display: flex; justify-content: center; align-items: center; cursor: pointer; color: #000000; }