8889841c/** * Template Name: Scaffold * Template URL: https://bootstrapmade.com/scaffold-bootstrap-metro-style-template/ * Updated: Mar 17 2024 with Bootstrap v5.3.3 * Author: BootstrapMade.com * License: https://bootstrapmade.com/license/ */ /*-------------------------------------------------------------- # General --------------------------------------------------------------*/ body { font-family: "Open Sans", sans-serif; color: #444444; background-color:#f4f4f4; } a { color: #009cea; text-decoration: none; } a:hover { color: #1eb4ff; text-decoration: none; } h1, h2, h3, h4, h5, h6 { font-family: "Raleway", sans-serif; } /*-------------------------------------------------------------- # Back to top button --------------------------------------------------------------*/ .back-to-top { position: fixed; visibility: hidden; opacity: 0; right: 15px; bottom: 15px; z-index: 996; background: #009cea; width: 40px; height: 40px; border-radius: 4px; transition: all 0.4s; } .back-to-top i { font-size: 28px; color: #fff; line-height: 0; } .back-to-top:hover { background: #14b1ff; color: #fff; } .back-to-top.active { visibility: visible; opacity: 1; } /*-------------------------------------------------------------- # Disable AOS delay on mobile --------------------------------------------------------------*/ @media screen and (max-width: 768px) { [data-aos-delay] { transition-delay: 0 !important; } } /*-------------------------------------------------------------- # Header --------------------------------------------------------------*/ #header { height: 72px; transition: all 0.5s; z-index: 997; transition: all 0.5s; color: #fafbfb; background: #1a1a1a; border-bottom: 4px solid #54A7DB; } #header.header-scrolled { box-shadow: 0px 2px 15px rgba(0, 0, 0, 0.1); } #header .logo h1 { font-size: 28px; margin: 0; line-height: 0; color: #fff; font-weight: 600; letter-spacing: 1px; font-family: "lato", sans-serif; } #header .logo h1 a, #header .logo h1 a:hover { color: #54A7DB; text-decoration: none; } #header .logo img { padding: 0; margin: 0; max-height: 40px; } /*-------------------------------------------------------------- # Header Social Links --------------------------------------------------------------*/ .header-social-links { margin: 0 0 0 30px; } @media (max-width: 768px) { .header-social-links { margin: 0 15px 0 0; } } .header-social-links a { color: #7b909a; display: inline-block; line-height: 0px; transition: 0.3s; padding-left: 10px; } .header-social-links a:hover { color: #009cea; } /*-------------------------------------------------------------- # Navigation Menu --------------------------------------------------------------*/ /** * Desktop Navigation */ .navbar { padding: 0; } .navbar ul { margin: 0; padding: 0; display: flex; list-style: none; align-items: center; } .navbar li { position: relative; } .navbar a, .navbar a:focus { display: flex; align-items: center; justify-content: space-between; padding: 10px 0 10px 30px; font-size: 15px; font-family: "Poppins", sans-serif; color: #ffffff; white-space: nowrap; transition: 0.3s; } .navbar a i, .navbar a:focus i { font-size: 12px; line-height: 0; margin-left: 5px; } .navbar a:hover, .navbar .active, .navbar .active:focus, .navbar li:hover>a { color: #ffffff; } .navbar .dropdown ul { display: block; position: absolute; left: 14px; top: calc(100% + 30px); margin: 0; padding: 10px 0; z-index: 99; opacity: 0; visibility: hidden; background: #fff; box-shadow: 0px 0px 30px rgba(127, 137, 161, 0.25); transition: 0.3s; } .navbar .dropdown ul li { min-width: 200px; } .navbar .dropdown ul a { padding: 10px 20px; font-size: 14px; color: #003651; } .navbar .dropdown ul a i { font-size: 12px; } .navbar .dropdown ul a:hover, .navbar .dropdown ul .active:hover, .navbar .dropdown ul li:hover>a { color: #009cea; } .navbar .dropdown:hover>ul { opacity: 1; top: 100%; visibility: visible; } .navbar .dropdown .dropdown ul { top: 0; left: calc(100% - 30px); visibility: hidden; } .navbar .dropdown .dropdown:hover>ul { opacity: 1; top: 0; left: 100%; visibility: visible; } @media (max-width: 1366px) { .navbar .dropdown .dropdown ul { left: -90%; } .navbar .dropdown .dropdown:hover>ul { left: -100%; } } /** * Mobile Navigation */ .mobile-nav-toggle { color: #54A7DB; font-size: 28px; cursor: pointer; display: none; line-height: 0; transition: 0.5s; } .mobile-nav-toggle.bi-x { color: #fff; } @media (max-width: 991px) { .mobile-nav-toggle { display: block; } .navbar ul { display: none; } } .navbar-mobile { position: fixed; overflow: hidden; top: 0; right: 0; left: 0; bottom: 0; background: rgba(32, 38, 41, 0.9); transition: 0.3s; z-index: 999; } .navbar-mobile .mobile-nav-toggle { position: absolute; top: 15px; right: 15px; } .navbar-mobile ul { display: block; position: absolute; top: 55px; right: 15px; bottom: 15px; left: 15px; padding: 10px 0; background-color: #fff; overflow-y: auto; transition: 0.3s; } .navbar-mobile a, .navbar-mobile a:focus { padding: 10px 20px; font-size: 15px; color: #54A7DB; } .navbar-mobile a:hover, .navbar-mobile .active, .navbar-mobile li:hover>a { color: #009cea; } .navbar-mobile .getstarted, .navbar-mobile .getstarted:focus { margin: 15px; } .navbar-mobile .dropdown ul { position: static; display: none; margin: 10px 20px; padding: 10px 0; z-index: 99; opacity: 1; visibility: visible; background: #fff; box-shadow: 0px 0px 30px rgba(127, 137, 161, 0.25); } .navbar-mobile .dropdown ul li { min-width: 200px; } .navbar-mobile .dropdown ul a { padding: 10px 20px; } .navbar-mobile .dropdown ul a i { font-size: 12px; } .navbar-mobile .dropdown ul a:hover, .navbar-mobile .dropdown ul .active:hover, .navbar-mobile .dropdown ul li:hover>a { color: #009cea; } .navbar-mobile .dropdown>.dropdown-active { display: block; } /*-------------------------------------------------------------- # Hero Section --------------------------------------------------------------*/ #hero { width: 100%; background-repeat: no-repeat; margin-top: 70px; padding: 60px 0; } #hero h1 { margin: 0 0 20px 0; font-size: 60px; text-align: left; font-weight: 900; font-family: "Lato", sans-serif; font-style: italic; line-height: 56px; color: #54A7DB; } #hero h2 { color: #54A7DB; font-family: "Lato", sans-serif; margin-bottom: 0px; font-size: 24px; } #hero .btn-get-started { font-family: "Lato", sans-serif; font-weight: 600; font-size: 13px; text-transform: uppercase; letter-spacing: 1px; padding: 12px 8px; border-radius: 3px; transition: 0.5s; color: #fff; background: #009cea; } #hero .btn-get-started:hover { background: #008bd1; } #hero .hero-img { text-align: left; } #hero .container .hero-img img { width:760px; height:auto; } @media (min-width: 1024px) { #hero { padding-bottom:3px; background-attachment: fixed; } } @media (max-width: 992px) { #hero h1 { font-size: 32px; line-height: 40px; } #hero .container .col-lg-6{ } #hero .hero-img img { display: none; } #hero h2 { font-size: 20px; } } /*-------------------------------------------------------------- # Sections General --------------------------------------------------------------*/ section { padding: 60px 0; overflow: hidden; } .section-bg { background-color: #f7f8f9; } .section-title { text-align: center; padding-bottom: 30px; } .section-title h2 { font-size: 32px; font-weight: 400; margin-bottom: 20px; padding-bottom: 0; font-family: "Poppins", sans-serif; color: #627680; } .section-title p { margin-bottom: 0; } /* --------------------------------------------------------------- #Form ---------------------------------------------------------------*/ .order-2 .login-form { float: right; } .login-form { background-color: #ffffff; padding: 45px 30px 12px 30px; margin: auto; width: 460px; margin: 14px 0 0; border-radius: 10px; border: 1px solid #e5e5e5; } .login-form input { width: 100%; margin-bottom: 10px; border: 1px solid #ccc; border-radius: 5px; box-sizing: border-box; } ::placeholder { text-style:italic; } .form-label-link { text-align: right; } .img-logo img { padding: 23px 0 33px 0; width: 345px; height: auto; } .bottom-img { padding: auto; margin: 20px 101px; text-align: right; } .bottom-icon{ float:right; text-align:right; } .bottom-img img { width: 214px; height: auto; } .bottom-side-icon{ text-align:right; } .bottom-icon-col{ text-align:center; } .bottom-icon-col .icon-img{ text-align:center; } .not-register-link { font-style:italic; padding-top:15px; margin-top:15px; } .bottom-icon-col .icon-text{ font-size:12px; text-align:center; } .bottom-side-icon .row{ margin-top:-13px; } .btn-primary { font-size: 23px; font-weight: 300; font-style: italic; } .login-form .btn-primary { width: 100%; font-size: 16px; font-weight: 300; font-style: italic; padding: 10px; background-color: #54A7DB; color: #fff; border: none; border-radius: 5px; cursor: pointer; } .login-form button:hover { background-color: #329adb; } .forgot-password-link{ text-align:right; } .forgot-username-link{ text-align:right; } .input-group input::placeholder{ font-style:italic; } @media (max-width: 992px) { .login-form { width: 100%; margin:2px 0; } .bottom-icon-col{ width:30%; margin-top:0px; } .bottom-side-icon .row{ margin-top:-2px; } .bottom-img { padding: auto; margin: 10px 0 0 53px; text-align: left; } .not-register-link { } .img-logo img { padding: 23px 0 33px 0; width: 245px; height: auto; } } /*-------------------------------------------------------------- # About --------------------------------------------------------------*/ .about { padding: 0; margin-top: 40px; } .about .container { background-color: #f7f8f9; padding: 60px 50px; } @media (max-width: 992px) { .about .container { padding: 30px; } } .about .content h3 { font-weight: 400; font-size: 32px; color: #54A7DB; font-family: "Poppins", sans-serif; } .about .content ul { list-style: none; padding: 0; } .about .content ul li { padding-bottom: 10px; } .about .content ul i { font-size: 20px; padding-right: 4px; color: #28a745; } .about .content p:last-child { margin-bottom: 0; } /*-------------------------------------------------------------- # Features --------------------------------------------------------------*/ .features { padding-bottom: 40px; } .features .nav-tabs { border: 0; } .features .nav-link { border: 0; padding: 20px; transition: 0.3s; color: #54A7DB; transition: 0.3s ease-in-out; border-radius: 0; border-left: 4px solid #fafbfb; } .features .nav-link h4 { font-size: 18px; font-weight: 600; transition: 0.3s ease-in-out; color: #576971; } .features .nav-link p { font-size: 14px; margin-bottom: 0; } .features .nav-link:hover { background: #fafbfb; } .features .nav-link:hover h4 { color: #54A7DB; } .features .nav-link.active { border-radius: 0; border: 0; border-left: 4px solid #009cea; background: #fafbfb; } .features .nav-link.active h4 { color: #009cea; } .features .tab-pane.active { animation: slide-down 0.5s ease-out; } .features .tab-content { text-align: right; } @keyframes slide-down { 0% { opacity: 0; } 100% { opacity: 1; } }