123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294295296297298299300301302303304305306307308309310311312313314315316317318319320321322323324325326327328329330331332333334335336337338339340341342343344345346347348349350351352353354355356357358359360361362363364365366367368369370371372373374375376377378379380381382383384385386387388389390391392393394395396397398399400401402403404405 |
- /* Reset CSS */
- html,
- body,
- div,
- span,
- applet,
- object,
- iframe,
- h1,
- h2,
- h3,
- h4,
- h5,
- h6,
- p,
- blockquote,
- pre,
- a,
- abbr,
- acronym,
- address,
- big,
- cite,
- code,
- del,
- dfn,
- em,
- img,
- ins,
- kbd,
- q,
- s,
- samp,
- small,
- strike,
- strong,
- sub,
- sup,
- tt,
- var,
- b,
- u,
- i,
- center,
- dl,
- dt,
- dd,
- ol,
- ul,
- li,
- fieldset,
- form,
- label,
- legend,
- table,
- caption,
- tbody,
- tfoot,
- thead,
- tr,
- th,
- td,
- article,
- aside,
- canvas,
- details,
- embed,
- figure,
- figcaption,
- footer,
- header,
- hgroup,
- menu,
- nav,
- output,
- ruby,
- section,
- summary,
- time,
- mark,
- audio,
- video {
- margin: 0;
- padding: 0;
- border: 0;
- font-size: 100%;
- font: inherit;
- vertical-align: baseline;
- }
- /* HTML5 display-role reset for older browsers */
- article,
- aside,
- details,
- figcaption,
- figure,
- footer,
- header,
- hgroup,
- menu,
- nav,
- section {
- display: block;
- }
- body {
- line-height: 1;
- }
- ol,
- ul {
- list-style: none;
- }
- blockquote,
- q {
- quotes: none;
- }
- blockquote:before,
- blockquote:after,
- q:before,
- q:after {
- content: "";
- content: none;
- }
- table {
- border-collapse: collapse;
- border-spacing: 0;
- }
- /* Global Style */
- :root {
- --main-color: #000;
- --sub-color: #e47140;
- }
- img {
- max-width: 100%;
- height: auto;
- }
- h1 {
- background-image: url('/img/logo.svg');
- width: 100%;
- height: 60px;
- text-indent: 101%;
- white-space: nowrap;
- overflow: hidden;
- background-size: 270px;
- background-position: center;
- background-repeat: no-repeat;
- }
- video {
- width: 100%;
- height: auto;
- position: relative;
- z-index: 100;
- }
- body {
- font-family: "Source Sans 3", sans-serif;
- letter-spacing: 1px;
- }
- .banner-text {
- position: relative;
- @media (max-width: 767px) {
- display: flex;
- align-items: center;
- justify-content: center;
- }
- section {
- position: absolute;
- z-index: 100;
- top: 6vw;
- left: 5vw;
- color: #fff;
- text-align: center;
- @media (max-width: 1200px) {
- left: 3vw;
- }
- @media (max-width: 767px) {
- padding: 0 5px;
- top: unset;
- left: unset;
- }
- h2 {
- font-size: 50px;
- font-weight: 500;
- line-height: 66px;
- margin-bottom: 40px;
- @media (max-width: 1200px) {
- font-size: 40px;
- line-height: 60px;
- margin-bottom: 20px;
- }
- @media (max-width: 991px) {
- font-size: 38px;
- line-height: 44px;
- margin-bottom: 10px;
- }
- @media (max-width: 767px) {
- margin-bottom: 30px;
- span {
- font-size: 26px;
- }
- }
- @media (max-width: 575px) {
- font-size: 30px;
- line-height: 30px;
- span {
- font-size: 20px;
- }
- }
- }
- p {
- font-size: 24px;
- font-weight: 400;
- line-height: 34px;
- max-width: 870px;
- @media (max-width: 1200px) {
- font-size: 20px;
- max-width: 740px;
- }
- @media (max-width: 991px) {
- font-size: 18px;
- max-width: 670px;
- line-height: 28px;
- }
- @media (max-width: 767px) {
- max-width: 100%;
- }
- @media (max-width: 575px) {
- font-size: 16px;
- line-height: 20px;
- }
- }
- }
- }
- .content {
- padding: 150px 0 200px;
- margin-top: -3px;
- position: relative;
- background-image: linear-gradient(to bottom, #040203 0%, #101d32ff 100%);
- overflow: hidden;
- @media (max-width: 767px) {
- padding: 100px 0 150px;
- }
- .top-bg,
- .bottom-bg {
- width: 100vw;
- position: absolute;
- }
- .top-bg {
- top: -25vw;
- }
- .bottom-bg {
- bottom: 0;
- }
- .title {
- display: flex;
- justify-content: center;
- margin: 90px auto;
- h2 {
- color: #fff;
- text-align: center;
- font-size: 46px;
- @media (max-width: 575px) {
- font-size: 36px;
- }
- &::before {
- content: "";
- display: block;
- width: 285px;
- height: 1px;
- position: relative;
- top: -10px;
- left: -25px;
- background-color: #fff;
- }
- &::after {
- content: "";
- display: block;
- width: 285px;
- height: 1px;
- position: relative;
- top: 10px;
- right: -25px;
- background-color: #fff;
- }
- }
- img {
- width: 350px;
- @media (max-width: 767px) {
- width: 250px;
- }
- }
- }
- .img-block,
- .video-block {
- position: relative;
- z-index: 10;
- }
- .img-block {
- max-height: 300px;
- transition: max-height 1s ease;
- overflow: hidden;
- img {
- width: 100%;
- height: 185px;
- object-fit: cover;
- @media (max-width: 767px) {
- height: 120px;
- }
- }
- }
- .video-block {
- h3 {
- margin-bottom: 10px;
- text-align: center;
- color: #fff;
- font-size: 26px;
- }
- section {
- overflow: hidden;
- .cover-img {
- transition: all 0.5s;
- &:hover {
- transform: scale(1.1);
- }
- }
- span {
- display: block;
- position: relative;
- &:hover {
- .cover-img {
- transform: scale(1.1);
- }
- }
- }
- }
- .play-icon {
- position: absolute;
- width: 25%;
- left: 50%;
- top: 50%;
- transform: translate(-50%, -50%);
- z-index: 100;
- }
- }
- .coming-block {
- img {
- width: 100%;
- object-fit: cover;
- object-position: top;
- }
- }
- .dropdown {
- width: 40px;
- position: relative;
- top: 0;
- transition: all 0.3s;
- cursor: pointer;
- filter: invert(100%) sepia(92%) saturate(1%) hue-rotate(247deg) brightness(108%) contrast(99%);
- &:hover {
- top: 5px;
- }
- }
- .dropdown-rotate {
- transform: rotate(180deg);
- }
- .show {
- max-height: 2800px !important;
- }
- }
- .media-btn {
- display: flex;
- flex-direction: column;
- position: fixed;
- right: 15px;
- bottom: 10px;
- img {
- width: 45px;
- transition: all .3s;
- &:hover {
- opacity: .8;
- }
- }
- }
- footer {
- position: relative;
- display: flex;
- justify-content: center;
- h3 {
- position: absolute;
- bottom: 10px;
- z-index: 10;
- color: #fff;
- font-size: 14px;
- }
- }
|