@import "../common/style.css"; @import "../common/header1"; @import "../common/footer.css"; // steady .about-us-box { .banner-box { width: 100%; position: relative; > img { width: 100%; height: 100%; } .container { position: absolute; left: 50%; height: 180px; top: 0; bottom: 0; margin: auto; transform: translateX(-50%); color: #FFFFFF; letter-spacing: 1px; text-shadow: 0px 0px 10px rgba(0, 0, 0, 0.4); } .banner-title { font-size: 3.6rem; line-height: 6rem; text-align: left; .iconfont { color: #fff; margin-left: 10px; font-size: 30px; } span { font-size: 18px; line-height: 25px; } } .qr-code-box { padding-top: 20px; display: flex; justify-content: end; .qr-code { margin-right: 36px; text-align: center; & > div { width: 100px; height: 100px; margin-bottom: 12px; background: #E8F1FF; box-shadow: 0px 0px 10px 0px rgba(255, 255, 255, 0.31); border-radius: 2px; } & > span { font-size: 14px; } } } } .modal-2 { margin: 70px 0 110px; .card-option { display: block; overflow: hidden; width: 262px; height: 250px; margin: 40px auto 0; padding: 0 31px; background: #FEFEFF; filter: blur(0px); letter-spacing: 1px; text-align: center; cursor: pointer; box-shadow: 0px 0px 20px 5px rgba(54, 81, 209, 0.09); transition: all .4s; .card-icon { width: 72px; margin: 38px auto 0; } & > h3 { margin: 20px 0 10px; font-size: 24px; font-weight: 600; color: #323334; line-height: 40px; } & > span { font-size: 14px; font-weight: 500; color: #323334; line-height: 20px; } &:hover { transform: translateY(-1.5rem); background: #FEFEFF; box-shadow: 0px 0px 20px 5px rgba(54, 81, 209, 0.15); } } } #navbar-main { box-shadow: none; background: #fff; .container { #navbar-main-collapse { .nav-item { margin-left: 6rem; .nav-link { color: #0A0D2C; &:hover { color: #3651D1; } } .list-group { .list-group-item { white-space: nowrap; } } } .register-btn { width: 80px; height: 34px; font-size: 14px; font-weight: 600; color: #fff; line-height: 20px; background: #3651D1; border-radius: 2px; border: 1px solid; border-image: linear-gradient(190deg, rgba(255, 255, 255, 0.5), rgba(255, 255, 255, 0.01), rgba(255, 255, 255, 0.01)) 1 1; } } } } .steady-box { padding-top: 80px; #footerPage2 { background: #323334; .footer-nav { h6 { color: #fff; } .list-unstyled { li { a { font-size: 14px; font-weight: 400; color: #D0DAFF; } .contact-us-icon { background: #F5F6FA; box-shadow: 0px 2px 5px 0px rgba(193, 194, 203, 0.38); } .iconfont { color: #646566; } } } .link-mode { .contact-email { color: #D0DAFF; } .contact-phone { color: #D0DAFF; span { i { color: #D0DAFF; &::before { color: #fff; } } } } } } } } } @media (max-width: 992px) { .steady-box { .banner-box { height: 450px; .container { height: 300px; .qr-code-box { justify-content: start; } } } } } @media (max-width: 1100px) { .modal-2 { .card-option { width: 240px !important; height: 228px !important; } } }