123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294295296297298299300301302303304305306307308309310311312313314315316317318319320321322323324325326327328329330331332333334335336337338339340341342343344345346347348349350351352353354355356357358359360361362363364365366367368369370371372373374375376377378379380381382383384385386387388389390391392393394395396397398399400401402403404405406407408409410411412413414415416417418419420421422423424425426427428429430431432433434435436437438439440441442443444445446447448449450451452453454455456457458459460461462463464465466467468469470471472473474475476477478479480481482483484485486487488489490491492493494495496497498499500501502503504505506507508509510511512513514515516517518519520521522523524525526527528529530531532533534535536537538539540541542543544545546547548549550551552553554555556557558559560561562563564565566567568569570571572573574575576577578579580581582583584585586587588589590591592593594595596597598599600601602603604605606607608609610611612613614615616617618619620621622623624625626627628629630631632633634635636637638639640641642643644645646647648649650651652653654655656657658659660661662663664665666667668669670671672673674675676677678679680681682683684685686687688689690691692693694695696697698699700701702703704705 |
- /*
- Tooplate 2115 Marvel
- https://www.tooplate.com/view/2115-marvel
- */
- @import url("https://fonts.googleapis.com/css?family=Maven+Pro:400,700");
- body {
- font-family: "Maven Pro", sans-serif;
- padding-top: 70px;
- }
- #gray-block {
- background-color: #474559;
- }
- .full-screen {
- padding: 8rem 0;
- }
- .small-text {
- color: #5b5b5b;
- font-size: 14px;
- font-weight: bold;
- border-radius: 50px;
- letter-spacing: 0.2px;
- }
- ul {
- margin: 0;
- padding: 0;
- }
- ul li {
- list-style: none;
- }
- a {
- font-weight: normal;
- text-decoration: none !important;
- transition: all 0.4s ease;
- }
- a:hover {
- color: #ff0000 !important;
- }
- .navbar-brand .uil {
- font-size: 18px;
- padding-bottom: 15px;
- }
- p {
- font-size: 18px;
- font-weight: 300;
- line-height: 1.5;
- color: #5b5b5b;
- }
- h1,
- h2,
- h3,
- h4,
- h5,
- h6 {
- font-weight: bold;
- letter-spacing: -1px;
- }
- h1 {
- color: #212121;
- font-size: 2.8em;
- margin: 24px 0;
- }
- h2 {
- color: #353535;
- font-size: 2.4em;
- font-weight: bold;
- }
- h3 {
- color: #484848;
- }
- h3,
- b,
- strong {
- font-weight: bold;
- }
- .custom-btn {
- background: #eee;
- color: #5b5b5b;
- font-weight: bold;
- border-radius: 50px;
- padding: 13px 29px;
- font-size: 14px;
- line-height: normal;
- overflow: hidden;
- transition: all 0.4s ease;
- }
- .custom-btn:hover {
- color: #ff0000;
- }
- .custom-btn.custom-btn-bg {
- background: #474559;
- color: #ffffff;
- }
- .custom-btn.custom-btn-bg:hover {
- background: #ff0000;
- color: #ffffff !important;
- }
- .animated {
- position: relative;
- }
- .animated-info {
- display: inline-block;
- vertical-align: top;
- margin-top: 5px;
- min-width: 260px;
- position: relative;
- }
- .animated-item {
- color: #ff0000;
- }
- .animated-item {
- font-size: 38px;
- line-height: inherit;
- display: block;
- opacity: 0;
- overflow: hidden;
- position: absolute;
- top: 0;
- right: 0;
- left: 0;
- width: 400px;
- animation: BottomTotop 6s linear infinite 0s;
- }
- .animated-item:nth-child(2n+2) {
- animation-delay: 2s;
- }
- .animated-item:nth-child(3n+3) {
- animation-delay: 4s;
- }
- @keyframes BottomTotop {
- 0% {
- opacity: 0;
- }
- 5% {
- opacity: 0;
- transform: translateY(5px);
- }
- 10% {
- opacity: 1;
- transform: translateY(0px);
- }
- 25% {
- opacity: 1;
- transform: translateY(0px);
- }
- 30% {
- opacity: 0;
- transform: translateY(5px);
- }
- 80% {
- opacity: 0;
- }
- 100% {
- opacity: 0;
- }
- }
- .navbar {
- position: fixed;
- top: 0;
- right: 0;
- left: 0;
- z-index: 999999;
- will-change: transform;
- transition: transform 200ms linear;
- }
- .navbar[class*="-unpinned"] {
- transform: translate(0, -150%);
- }
- .navbar[class*="-pinned"] {
- transform: translate(0, 0);
- }
- .navbar[class*="headroom--not-top"] {
- background: #ffffff;
- border-bottom: 1px solid #f0f0f0;
- padding-top: 0;
- padding-bottom: 0;
- }
- .navbar-brand {
- font-weight: bold;
- }
- .navbar-expand-sm .navbar-nav .nav-link {
- padding: 0 20px;
- }
- .nav-link {
- font-weight: bold;
- font-size: 16px;
- overflow: hidden;
- }
- .nav-link span {
- position: relative;
- display: inline-block;
- transition: transform 0.3s;
- }
- .nav-link span:before {
- position: absolute;
- top: 100%;
- content: attr(data-hover);
- transform: translate3d(0, 0, 0);
- }
- .navbar-light .navbar-nav .nav-link:focus,
- .navbar-light .navbar-nav .nav-link:hover {
- color: #ff0000;
- font-weight: bold;
- }
- .navbar-light .navbar-nav .nav-link:focus span,
- .navbar-light .navbar-nav .nav-link:hover span {
- transform: translateY(-100%);
- }
- .navbar-light .navbar-toggler-icon {
- background: none;
- }
- .navbar-toggler {
- border: 0;
- padding: 0;
- width: 32px;
- height: 32px;
- line-height: 32px;
- outline: none;
- cursor: pointer;
- margin-right: 10px;
- }
- .navbar-toggler:focus {
- outline: none;
- }
- .navbar-toggler[aria-expanded="true"] .navbar-toggler-icon:first-child {
- transform: rotate(45deg);
- top: 6px;
- }
- .navbar-toggler[aria-expanded="true"] .navbar-toggler-icon:nth-child(2) {
- display: none;
- }
- .navbar-toggler[aria-expanded="true"] .navbar-toggler-icon:last-child {
- transform: rotate(-45deg);
- bottom: 1px;
- }
- .navbar-toggler .navbar-toggler-icon {
- background: #212121;
- display: block;
- width: 100%;
- height: 2px;
- margin: 5px 0;
- transition: all 0.4s ease;
- position: relative;
- }
- .copyright-text {
- font-size: 16px;
- font-weight: normal;
- display: block;
- }
- .color-mode {
- font-weight: bold;
- cursor: pointer;
- }
- .color-mode-icon {
- position: relative;
- right: 6px;
- }
- .color-mode-icon:after {
- font-family: 'unicons';
- content: '\ea9f';
- font-size: 30px;
- font-weight: 300;
- font-style: normal;
- }
- .color-mode-icon.active:after {
- font-family: 'unicons';
- content: '\eb65';
- font-size: 30px;
- color: #ffffff;
- }
- .dark-mode {
- background: #0c0c0d;
- }
- .dark-mode .navbar-light .navbar-nav .nav-link {
- color: rgba(255, 255, 255, 0.8);
- }
- .dark-mode .navbar-light .navbar-nav .nav-link:hover {
- color: #ff0000;
- }
- .dark-mode .navbar[class*="headroom--not-top"] {
- background: #0c0c0d;
- border-bottom: 1px solid;
- }
- .dark-mode #gray-block {
- background-color: #f0f0f0;
- }
- .dark-mode #header-gray {
- color: #474559 !important;
- }
- #lol,
- #low {
- color: #5b5b5b;
- }
- .dark-mode #small-text {
- color: rgba(255, 255, 255, 0.8) !important;
- }
- .dark-mode #lol {
- color: rgba(255, 255, 255, 0.8) !important;
- }
- .dark-mode #low {
- color: rgba(255, 255, 255, 0.8) !important;
- }
- .dark-mode .feature-card .uil,
- .dark-mode .navbar-light .navbar-brand,
- .dark-mode h1,
- .dark-mode h2,
- .dark-mode h3,
- .dark-mode h4,
- .dark-mode h5,
- .dark-mode h6,
- .dark-mode .color-mode {
- color: #ffffff;
- }
- .dark-mode .owl-carousel .owl-nav button.owl-next,
- .dark-mode .owl-carousel .owl-nav button.owl-prev,
- .dark-mode .owl-carousel button.owl-dot {
- color: #ff0000;
- }
- .timeline-wrapper {
- position: relative;
- padding: 22px 0;
- }
- .timeline-wrapper:last-child:before {
- height: 0;
- }
- .timeline-wrapper:before {
- content: "";
- background: #474559;
- width: 3px;
- height: 100%;
- position: absolute;
- left: 38px;
- }
- .timeline-yr {
- background: #474559;
- border-radius: 100%;
- position: absolute;
- width: 75px;
- height: 75px;
- line-height: 75px;
- text-align: center;
- }
- .timeline-yr span {
- color: #ffffff;
- font-size: 16px;
- font-weight: bold;
- display: block;
- line-height: 75px;
- }
- .timeline-info {
- display: inline-block;
- vertical-align: top;
- max-width: 432px;
- margin-left: 6em;
- }
- .timeline-info small {
- color: #474559;
- font-size: 16px;
- font-weight: bold;
- display: inline-block;
- vertical-align: middle;
- margin-left: 15px;
- }
- .owl-carousel .owl-nav span {
- display: none;
- }
- .owl-carousel .owl-nav .owl-prev:before,
- .owl-carousel .owl-nav .owl-next:before {
- background: none;
- padding: 0;
- display: block;
- position: absolute;
- top: 50%;
- transform: translate(0, -50%);
- font-family: 'unicons';
- font-size: 100px;
- line-height: normal;
- }
- .owl-carousel .owl-nav .owl-prev:before {
- content: '\e833';
- left: -45px;
- }
- .owl-carousel .owl-nav .owl-next:before {
- content: '\e836';
- right: -45px;
- }
- .owl-theme .owl-nav [class*=owl-] {
- background: none;
- border-radius: 0;
- margin: 0;
- padding: 0 0 10px 0;
- font-size: inherit;
- }
- .owl-theme .owl-nav [class*=owl-]:hover {
- color: #ff0000;
- }
- .dark-mode .owl-theme .owl-nav [class*=owl-]:hover {
- color: #474559;
- }
- .dark-mode #info-white {
- color: #f0f0f0;
- }
- .owl-theme .owl-dots .owl-dot {
- outline: none;
- }
- .owl-theme .owl-dots .owl-dot span {
- width: 8px;
- height: 8px;
- }
- .owl-theme .owl-dots .owl-dot.active span,
- .owl-theme .owl-dots .owl-dot:hover span {
- background: #5b5b5b;
- }
- .dark-mode .owl-theme .owl-dots .owl-dot.active span,
- .owl-theme .owl-dots .owl-dot:hover span {
- background: #474559;
- }
- .google-map iframe {
- width: 100%;
- }
- .contact-form {
- position: relative;
- }
- .contact-form .form-control {
- background: transparent;
- border-radius: 2px;
- outline: none;
- box-shadow: none;
- font-weight: bold;
- margin: 16px 0;
- }
- .contact-form .form-control:not(textarea) {
- height: 48px;
- }
- .contact-form .form-control:hover,
- .contact-form .form-control:focus {
- border-color: #ff0000;
- }
- .contact-form .submit-btn {
- background: #ff0000;
- border-radius: 50px;
- color: #ffffff;
- font-weight: bold;
- border: 0;
- cursor: pointer;
- transition: all 0.4s ease;
- }
- .contact-form .submit-btn:hover {
- background: #474559;
- }
- #white {
- color: #eee;
- font-weight: 400;
- }
- #white-red {
- color: #ff0000;
- font-weight: 600;
- }
- .dark-mode #white {
- color: #0c0c0d;
- }
- #price {
- background-color: #0c0c0d;
- }
- .dark-mode #price {
- background-color: #eee;
- }
- .contact-info {
- background: #474559;
- border-radius: 0 0 3px 3px;
- position: relative;
- bottom: 8px;
- }
- .contact-info p,
- .contact-info a {
- color: #f7f3f3;
- }
- .social-links .uil {
- color: #f7f3f3;
- font-size: 20px;
- display: block;
- margin: 5px 0;
- }
- .social-links .uil:hover {
- color: #ffc200;
- }
- @media (min-width: 1270px) {
- .owl-theme .owl-dots {
- position: relative;
- bottom: 50px;
- }
- }
- @media (max-width: 991px) {
- .full-screen {
- padding-bottom: 4rem;
- }
- .color-mode {
- display: none;
- }
- .about-image {
- margin-top: 4em;
- }
- .mobile-mt-2,
- .contact-form {
- margin-top: 2em;
- }
- .contact-info {
- padding: 0 2rem;
- }
- }
- @media (max-width: 767px) {
- h1 {
- font-size: 2.4em;
- }
- h2 {
- font-size: 2em;
- }
- .animated-item {
- font-size: 28px;
- }
- .navbar-collapse {
- background: #ffffff;
- text-align: center;
- padding-bottom: 20px;
- }
- .navbar-expand-sm .navbar-nav .nav-link {
- padding: 3px 20px;
- }
- }
- @media (max-width: 580px) {
- .animated-info {
- min-width: 200px;
- }
- .animated-item {
- font-size: 30px;
- }
- .custom-btn-group {
- text-align: center;
- }
- .custom-btn {
- display: block;
- margin: 10px 0;
- }
- .owl-theme .owl-nav {
- display: none;
- }
- .timeline-info small {
- display: block;
- margin: 10px 0 0 0;
- }
- }
- @media (max-width: 320px) {
- .animated-text {
- margin-top: 0;
- }
- .about-text {
- text-align: center;
- }
- .full-screen {
- padding: 4rem 0;
- }
- .mobile-block {
- display: block;
- }
- .contact-info {
- flex-direction: column;
- }
- .social-links li {
- display: inline-block;
- vertical-align: top;
- }
- }
|