123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294295296297298299300301302303304305306307308309310311312313314315316317318319320321322323324325326327328329330331332333334335336337338339340341342343344345346347348349350351352353354355356357358359360361362363364365366367368369370371372373374375376377378379380381382383384385386387388389390391392393394395396397398399400401402403404405406407408409410411412413414415416417418419420421422423424425426427428429430431432433434435436437438439440441442443444445446447448449450451452453454455456457458459460461462463464465466467468469470471472473474475476477478479480481482483484485486487488489490491492493494495496497498499500501502503504505506507508509510511512513514515516517518519520521522523524525526527528529530531532533534535536537538539540541542543544545546547548549550551552553554555556557558559560561562563564565566567568569570571572573574575576577578579580581582583584585586587588589590591592593594595596597598599600601602603604605606607608609610611612613614615616617618619620621622623624625626627628629630631632633634635636637638639640641642643644645646647648649650651652653654655656657658659660661662663664665666667668669670671672673674675676677678679680681682683684685686687688689690691692693694695696697698699700701702703704705706707708709710711712713714715716717718719720721722723724725726727728729730731732733734735736737738739740741742743744745746747748749750751752753754755756757758759760761762763764765766767768769770771772773774775776777778779780781782783784785786787788789790791792793794795796797798799800801802803804805806807808809810811812813814815816817818819820821822823824825826827828829830831832833834835836837838839840841842843844845846847848849850851852853854855856857858859860861862863864865866867868869870871872873874875876877878879880881882883884885886887888889890891892893894895896897898899900901902903904905906907908909910911912913914915916917918919920921922923924925926927928929930931932933934935936937938939940941942943944945946947948949950951952953954955956957958959960961962963964965966967968969970971972973974975976977978979980981982983984985986987988989990991992993994995996997998999100010011002100310041005100610071008100910101011101210131014101510161017101810191020102110221023102410251026102710281029103010311032103310341035103610371038103910401041104210431044104510461047104810491050105110521053105410551056105710581059106010611062106310641065106610671068106910701071107210731074107510761077107810791080108110821083108410851086108710881089109010911092109310941095109610971098109911001101 |
- $main-family: 'Microsoft JhengHei', Helvetica, Noto Sans TC, Roboto, Arial, sans-serif, -apple-system, BlinkMacSystemFont, "Segoe UI", "Helvetica Neue", Arial, "Noto Sans", "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji";
- $font-color: #707070;
- @import url('https://fonts.googleapis.com/css2?family=Roboto:wght@700&display=swap');
- @font-face {
- font-family: drechifont;
- src: url(../drechifont-Proportional.woff);
- font-weight: 300;
- font-display: swap;
- }
- @font-face {
- font-family: 'Taipei Sans TC Beta';
- src: local('Taipei Sans TC Beta');
- font-weight: 300;
- }
- body {
- background-color: #F7F7F7;
- overflow-x: hidden !important;
- font-family: 'Taipei Sans TC Beta';
- }
- // <!--################# header #################-->
- .header {
- z-index: 5;
- height: 94vh;
- background-image: url('../images/hero.webp');
- background-repeat: no-repeat;
- background-position: center;
- background-size: cover;
- border-bottom-right-radius: 18rem;
- border-bottom-left-radius: 18rem;
- -webkit-border-bottom-right-radius: 18rem;
- -webkit-border-bottom-left-radius: 18rem;
- -moz-border-bottom-right-radius: 18rem;
- -moz-border-bottom-left-radius: 18rem;
- position: relative;
- box-shadow: 0px 8px 25px 5px rgb(168, 168, 168);
- @media screen and(max-width: 576px) {
- background-image: url('../images/hero_m.webp');
- border-bottom-right-radius: 4rem;
- border-bottom-left-radius: 4rem;
- -webkit-border-bottom-right-radius: 4rem;
- -webkit-border-bottom-left-radius: 4rem;
- -moz-border-bottom-right-radius: 4rem;
- -moz-border-bottom-left-radius: 4rem;
- height: 90vh;
- }
- &__logo {
- display: block;
- width: 163px;
- height: 67px;
- overflow: hidden;
- background-image: url(../images/Logo@2x.webp);
- background-repeat: no-repeat;
- background-position: center;
- background-size: cover;
- transform: scale(.9);
- position: relative;
- @media screen and(max-width: 576px) {
- width: 160px;
- height: 65px;
- background-image: url(../images/logo.svg);
- transform: scale(1.6);
- }
- }
- &__logo-box {
- padding: 1rem;
- padding-top: 0;
- margin: 0rem 4.5rem;
- @media screen and(max-width: 576px) {
- margin: 0rem .4rem;
- padding-top: .3rem;
- }
- }
- &__line {
- background-color: white;
- height: 2px;
- border-top: 1px solid #ffff;
- margin: 0;
- @media screen and(max-width: 576px) {
- margin: 0rem .4rem;
- margin-top: .3rem;
- }
- }
- &__text-box {
- position: absolute;
- width:40vw;
- text-align: center;
- left: 50%;
- top: 50%;
- transform: translate(-50%, -60%);
- @media screen and(max-width: 576px) {
- width: 98vw;
- }
- .title__img {
- width: 100%;
- animation-duration: 2.5s;
- animation-name: fadein;
- animation-iteration-count: 1;
- @media screen and(max-width: 576px) {
- }
- }
- .sub__box {
- padding: .2rem .6rem;
- background-color: rgba(226, 226, 226, 0.815);
- font-weight: 600;
- display: inline-block;
- font-size: 1.05rem;
- }
- .pen__img {
- position: absolute;
- width: 110px;
- height: 109px;
- left: 90%;
- top: 44%;
- @media screen and(max-width: 576px) {
- width: 70px;
- height: 80px;
- left: 80%;
- top: 75%;
- transform: rotate(5deg);
- }
- }
- }
- &__polygon-box {
- position: absolute;
- bottom: 3%;
- left: 50%;
- display: flex;
- flex-direction: column;
- @media screen and(max-width: 576px) {
- transform: translateX(-50%);
- }
- img {
- margin-top: -6px;
- }
- }
- }
- .deco {
- &__path1 {
- z-index: -1;
- width: 100%;
- position: absolute;
- top: 60%;
- @media screen and(max-width: 576px) {
- top: 80%;
- }
- img {
- width: 100%;
- }
- }
- }
- .regulation {
- z-index: 5;
- padding: 10rem .5rem 9rem .5rem;
- padding-bottom: 7rem;
- position: relative;
- @media screen and(max-width: 576px) {
- padding: 6rem .5rem 7rem .5rem;
- padding-bottom: 7rem;
- }
- &__box {
- transform: translateX(35%);
- width: 52%;
- padding: 3rem;
- background-color: #F7F7F7;
- border-radius: 50px;
- padding-bottom: 6rem;
- padding-top: 4rem;
- color: $font-color;
- box-shadow: 1px 1px 10px 1px #cccccc, inset 0em 3px white;
- position: relative;
- @media screen and(max-width: 576px) {
- width: 95%;
- padding: 1.5rem;
- border-radius: 20px;
- transform: none;
- margin: 0 auto;
- }
- &::after {
- content: " ";
- position: absolute;
- bottom: 3rem;
- right: 3rem;
- width: 27%;
- height: 1px;
- background: $font-color;
- @media screen and(max-width: 576px) {
- bottom: 2rem;
- right: 1.5rem;
- }
- }
- &__title {
- font-weight: 600;
- margin-bottom: 1.5rem;
- font-size: 1.4rem;
- @media screen and(max-width: 576px) {
- font-size: 1.6rem;
- }
- }
- &__list {
- font-family: 'Taipei Sans TC Beta';
- margin-bottom: 1.5rem;
- font-size: 1rem;
- color: $font-color;
- line-height: 2rem;
- font-weight: 300;
- @media screen and(max-width: 576px) {
- font-size: 1.1rem;
- }
- }
- }
- &__imgbox {
- width: 43vw;
- height: 60%;
- background-image: url('../images/plant.jpg');
- background-repeat: no-repeat;
- background-position: center;
- background-size: cover;
- -webkit-filter:blur(3px);
- -moz-filter:blur(3px);
- -o-filter:blur(3px);
- -ms-filter:blur(3px);
- filter:blur(3px);
- opacity: 0.75;
- position: absolute;
- right: 0;
- bottom: 3rem;
- z-index: -1;
- border-radius: 3rem 0 0 2rem;
- @media screen and(max-width: 576px) {
- width: 70vw;
- }
- }
- &__square {
- position: absolute;
- bottom:2.4rem;
- left: 11%;
- }
- &__cricle {
- position: absolute;
- top: 12rem;
- right: 20%;
- }
- &__line {
- position: absolute;
- left: -4rem;
- opacity: 0.5;
- }
- }
- .designers {
- padding: 4rem 0;
- text-align: center;
- color: $font-color;
- font-family: 'TaipeiSansTCBeta';
- position: relative;
- @media screen and(max-width: 576px) {
- padding-top: 0rem;
- }
- .row {
- margin: 1px 0;
- }
- &__left {
- position: absolute;
- top: 75%;
- left: -1rem;
- z-index: -2;
- }
- &__cricle {
- position: absolute;
- bottom: -5rem;
- left: 10%;
- z-index: -1;
- }
- &__title {
- padding: .5rem 0 1rem 0;
- font-size: 1.8rem;
- font-weight: 700;
- margin-bottom: 2rem;
- display: block;
- position: relative;
- letter-spacing: 1px;
- @media screen and(max-width: 576px) {
- font-size: 2rem;
- padding-top: .5rem;
- margin-bottom: 1rem;
- }
- &::before, &::after {
- content: " ";
- position: absolute;
- width: 25%;
- height: 1px;
- background-color: #E0E0E0;
- top: 42%;
- @media screen and(max-width: 576px) {
- width: 18%;
- top: 40%;
- }
- }
- &::before {
- left: 18%;
- @media screen and(max-width: 576px) {
- left: 6%;
- }
- }
- &::after {
- right: 18%;
- @media screen and(max-width: 576px) {
- right: 6%;
- }
- }
- }
- &__small {
- font-family: 'Taipei Sans TC Beta';
- }
- &__card {
- height:14rem;
- padding: 0rem 0 1.5rem 0;
- color: $font-color;
- background-color: #F7F7F7;
- margin-right: 10px;
- margin-left: 10px;
- text-decoration: none;
- text-align: center;
- &:hover {
- color: $font-color;
- }
- @media screen and(max-width: 576px) {
- margin-right: 5px;
- margin-left: 5px;
- padding: 0rem 0 1.5rem 0;
- height: 16rem;
- }
- &__imgfr {
- display: inline-block;
- width: 100px;
- height: 100px;
- border-radius: 50%;
- overflow: hidden;
- box-shadow: 0px 3px 20px 6px rgba(214, 214, 214, 0.8);
- @media screen and(max-width: 576px) {
- width: 125px;
- height: 125px;
-
- }
- img {
- display: inline-block;
- width: 100px;
- @media screen and(max-width: 576px) {
- width: 125px;
- }
- }
- }
- &__text {
- font-weight: 350;
- margin-top: .6rem;
- @media screen and(max-width: 576px) {
- margin-top: .6rem;
- padding-left: 3px;
- padding-right: 3px;
- }
- strong {
- font-weight: bold;
- font-size: 1rem;
- letter-spacing: 1px;
- @media screen and(max-width: 576px) {
- font-size: 1.05rem;
- }
- }
- p {
- font-size: .8rem;
- &:nth-of-type(1) {
- padding-bottom: 3px;
- }
- &:nth-of-type(2) {
- // padding-top: 3px;
- }
- small {
- font-size: .7rem;
- }
- @media screen and(max-width: 576px) {
- font-size: .95rem;
- }
- }
- }
- }
- .container-fluid {
- padding-left: 0;
- padding-right: 0;
- }
- }
- .personal {
- padding: 4rem 0;
- padding-top: 0;
- text-align: center;
- color: $font-color;
- position: relative;
- @media screen and(max-width: 576px) {
- padding-top: 0rem;
- padding-bottom: 2rem;
- }
- &__title {
- padding: .5rem 0 1rem 0;
- font-size: 1.8rem;
- font-weight: 700;
- margin-bottom: 2rem;
- display: block;
- position: relative;
- letter-spacing: 1px;
- @media screen and(max-width: 576px) {
- font-size: 2rem;
- padding-top: .5rem;
- }
- &::before, &::after {
- content: " ";
- position: absolute;
- width: 25%;
- height: 1px;
- background-color: #E0E0E0;
- top: 42%;
- @media screen and(max-width: 576px) {
- width: 18%;
- top: 40%;
- }
- }
- &::before {
- left: 18%;
- @media screen and(max-width: 576px) {
- left: 6%;
- }
- }
- &::after {
- right: 18%;
- @media screen and(max-width: 576px) {
- right: 6%;
- }
- }
- }
- &__small {
- font-weight: 300;
- }
- &__box {
- min-width: 350px;
- width: 60%;
- padding: 3rem;
- background-color: #F7F7F7;
- color: $font-color;
- box-shadow: 1px 1px 10px 1px #cccccc, inset 0em 3px white;
- border-radius: 3rem;
- height: fit-content;
- min-height: 630px;
- margin: 0 auto;
- @media screen and(max-width: 576px) {
- padding: .5rem;
- padding-top: 2rem;
- border-radius: 2rem;
- min-height: 750px;
- }
- }
- &__triangle {
- position: absolute;
- top: 1rem;
- right: 9%;
- transform: rotate(43deg);
- z-index: -1;
- }
- &__wave {
- position: absolute;
- bottom: 8rem;
- left: 13%;
- z-index: -1;
- }
- &__left {
- position: absolute;
- left: -1rem;
- top: -1.5rem;
- z-index: -1;
- }
- #msform select {
- -webkit-appearance: none;
- -moz-appearance: none;
- appearance: none;
- }
- }
- .modal{
- background-color: rgba(black, 0.7);
- &-body {
- color: $font-color;
- padding: 2rem;
- @media screen and(max-width: 576px) {
- padding: 1rem;
- }
- }
- &-title {
- text-align: center;
- font-size: 22px;
- display: block;
- width: 16rem;
- margin: 1rem auto;
- }
- &-dialog {
- max-width: 800px;
- border-radius: 3rem;
- margin-top: calc(50vh - 297px);
- @media screen and(max-width: 576px) {
- padding: 1rem;
- margin-top: 2rem;
- margin-left: 0;
- margin-right: 0;
- }
- }
- &-content {
- border-radius: 1.3rem;
- }
- &-closer {
- width: 30px;
- height: 30px;
- position: absolute;
- right: -2.1rem;
- top: -2.1rem;
- @media screen and(max-width: 576px) {
- right: -.75rem;
- top: -2.2rem;
- }
- }
- &-terms {
- font-size: 1rem;
- line-height: 2rem;
- }
- }
- .owl-carousel .owl-item img {
- display: inline-block;
- width: 100px;
- @media screen and(max-width: 576px) {
- width: 125px;
- }
- }
- .owl-carousel .owl-stage-outer {
- overflow: unset;
- }
- .owl-theme .owl-nav {
- margin-top: 0;
- text-align: unset;
- }
- .owl-theme .owl-nav .owl-prev .owl-prev-icon, .owl-theme .owl-nav .owl-next .owl-next-icon {
- background-color: transparent;
- margin: 0;
- padding: 0;
- }
- .owl-theme .owl-nav span i {
- font-size: 2rem;
- color: rgb(190, 190, 190);
- }
- .owl-carousel .owl-nav button.owl-next, .owl-carousel .owl-nav button.owl-prev {
- position: absolute;
- top: 50%;
- transform: translateY(-50%);
- &:hover {
- background-color: transparent;
- i {
- color: grey;
- }
- }
- }
- .owl-carousel .owl-nav button.owl-prev {
- left: 0px;
- margin: 0;
- }
- .owl-carousel .owl-nav button.owl-next {
- right: 0px;
- margin: 0;
- }
- .owl-theme .owl-dots {
- margin-top: 2rem;
- @media screen and(max-width: 576px) {
- margin-top: .5rem;
- }
- }
- .owl-theme .owl-dots .owl-dot span {
- width: 25px;
- height: 3px;
- margin: 5px 3px;
- @media screen and(max-width: 576px) {
- width: 15px;
- }
- }
- .owl-theme .owl-dots .owl-dot.active span {
- background-color: #F39800;
- }
- .mb {
- margin-bottom: 8px;
- }
- .mt {
- margin-top: 8px;
- }
- .mr {
- margin-right: 5px;
- }
- /*form styles*/
- #msform {
- min-width: 370px;
- max-width: 1000px;
- margin: auto;
- text-align: center;
- position: relative;
- font-family: 'Taipei Sans TC Beta';
- @media screen and(max-width: 576px) {
- min-width: 340px;
- }
- }
- #msform fieldset {
- background: transparent;
- box-sizing: border-box;
- width: 85%;
- margin: 0 7.5%;
- /*stacking fieldsets above each other*/
- position: relative;
- }
- /*Hide all except first fieldset*/
- #msform fieldset:not(:first-of-type) {
- display: none;
- margin-top: 2rem;
- }
- /*inputs*/
- #msform input[type="text"], #msform textarea, #msform input[type="email"], #msform select {
- padding: 8px;
- padding-left: 1rem;
- border: 1px solid #C4C4C4;
- border-radius: 0px;
- margin-bottom: 16px;
- width: 100%;
- box-sizing: border-box;
- font-family: montserrat;
- color: #2C3E50;
- font-size: 14px;
- }
- #msform select {
- background-color: white;
- color: #C4C4C4;
- }
- #msform input {
- color: black;
- }
- #msform input::placeholder {
- color: #C4C4C4;
- }
- /*buttons*/
- #msform .action-button {
- width: 90px;
- background: #F7F7F7;
- font-weight: 400;
- color: $font-color;
- border: 1px solid $font-color;
- border-radius: 5px;
- cursor: pointer;
- padding: 4px 9px;
- margin: 10px auto;
- display: inline-block;
-
- }
- #msform .action-button:hover, #msform .action-button:focus {
- background: $font-color;
- color: #F7F7F7;
- }
- #msform .action-button.btn-margin {
- margin-top: 1.5rem;
- @media screen and(max-width: 576px) {
- margin-top: 160px;
- }
- }
- /*headings*/
- .fs-title {
- font-size: 15px;
- text-transform: uppercase;
- color: #2C3E50;
- margin-bottom: 10px;
- }
- .fs-subtitle {
- display: inline-block;
- font-weight: normal;
- font-size: 13px;
- color: #666;
- margin-bottom: 20px;
- padding-bottom: 3px;
- border-bottom: 2px solid #27AE60;
- }
- .fs-label {
- display: block;
- text-align: left;
- font-weight: bold;
- }
- /*progressbar*/
- #progressbar {
- width: 85%;
- margin: 0 auto;
- overflow: hidden;
- /*CSS counters to number the steps*/
- counter-reset: step;
- }
- #progressbar li {
- list-style-type: none;
- color: #C4C4C4;
- font-size: .9rem;
- width: 33.33%;
- float: left;
- position: relative;
- @media screen and(max-width: 576px) {
- font-size: .8rem;
- }
- }
- #progressbar span {
- display: block;
- }
- /* #progressbar li:before {
- content: counter(step);
- counter-increment: step;
- width: 20px;
- line-height: 20px;
- display: block;
- font-size: 12px;
- color: #333;
- background: white;
- border-radius: 3px;
- margin: 0 auto 5px auto;
- }
- /* progressbar connectors*/
- #progressbar li:after {
- content: '';
- width: 60%;
- height: 1px;
- background: #C4C4C4;
- position: absolute;
- left: -30%;
- top: 17px;
- z-index: 2; /*put it behind the numbers*/
- @media screen and(max-width: 576px) {
- width: 35%;
- height: 1px;
- background: #C4C4C4;
- position: absolute;
- left: -20%;
- top: 14px;
- }
- }
- #progressbar li:first-child:after {
- /*connector not needed before the first step*/
- content: none;
- }
- /*marking active/completed steps green*/
- /*The number of the step and the connector before it = green*/
- #progressbar li.active:after{
- background-color: #F39800;
- color: white;
- }
- #progressbar li.active {
- color: #F39800;
- font-weight: 600;
- }
- p.error-text {
- bottom: -23px;
- left: 24px;
- color: rgba(255, 0, 0, .7);
- font-size: .8em;
- }
- #term-error {
- color: rgba(255, 0, 0, .7);
- font-size: .8em;
- bottom: -23px;
- left: 24px;
- }
- select {
- padding: 15px;
- border: 1px solid #ccc;
- border-radius: 3px;
- margin-bottom: 10px;
- width: 100%;
- box-sizing: border-box;
- font-family: montserrat;
- color: #2C3E50;
- font-size: 13px;
- background-color: transparent;
- }
- .pl-0 {
- padding-left: 0;
- }
- .terms {
- font-size: .9rem;
- width: 95%;
- min-width: 250px;
- height: auto;
- overflow: scroll;
- margin-bottom: 1rem;
- margin-left: auto;
- margin-right: auto;
- border: 1px solid rgb(163, 163, 163);
- line-height: 1.5rem;
- }
- .term-link {
- @media screen and(max-width: 576px) {
- font-size: .8rem;
- }
- }
- .term-link span {
- color: black;
- display: inline-block;
- margin-left: 4px;
- text-decoration: underline;
- cursor: pointer;
- }
- .h2 {
- text-align: center;
- font-size: 1.2rem;
- font-weight: 500;
- margin-top: 2rem;
- }
- .left_align {
- font-size: 18px;
- text-align: left;
- }
- #overlay {
- position: fixed; /* Sit on top of the page content */
- display: none;
- width: 100%;
- height: 100%;
- top: 0;
- left: 0;
- right: 0;
- bottom: 0;
- background-color: rgba(0,0,0,0.5);
- z-index: 2;
- cursor: pointer;
- }
- .check_button {
- display: none;
- }
- .fs-label-type {
- background: white;
- padding: 5px 11px;
- border: 1px solid #C4C4C4;
- border-radius: 8px;
- display: inline-block;
- font-weight: lighter;
- font-size: 1rem;
- }
- .check_button:checked + .fs-label-type{
- background-color: #FFC107;
- color: black;
- border-color: #FFC107;
- }
- input[type="checkbox"] {
- display: none;
- }
- #checker1, #checker2 {
- display: inline;
- }
- .fs-label-info {
- background: white;
- padding: 5px 11px;
- border: 1px solid #C4C4C4;
- border-radius: 8px;
- display: inline-block;
- font-weight: lighter;
- font-size: 1rem;
- }
- input[type="radio"] {
- display: none;
- }
- input[type="radio"]:checked + .fs-label-info {
- background-color: #FFC107;
- color: black;
- border-color: #FFC107;
- }
- input[type="checkbox"]:checked + .fs-label-info {
- background-color: #FFC107;
- color: black;
- border-color: #FFC107;
- }
- #msform .submit {
- background-color: #0D6EFD;
- color: white;
- border: 1px solid #0D6EFD;
- }
- #msform .submit:hover, #msform .submit:focus {
- background-color: #0D6EFD;
- color: white;
- }
- .btn-exit {
- padding: .5rem .75rem;
- background-color: transparent;
- border: 1px solid black;
- margin-top: .3rem;
- }
- .btn-term-exit {
- padding: .5rem .75rem;
- background-color: transparent;
- border: 1px solid black;
- margin-top: .3rem;
- display: block;
- margin-left: auto;
- margin-right: auto;
- margin-bottom: 2rem;
- }
- #msform #userid, #msform #area {
- height: 0;
- padding: 0;
- margin: 0;
- border: none;
- }
- .footer {
- text-align: center;
- padding: 1.5rem;
- color: $font-color;
- font-size: 1rem;
- position: relative;
- font-family: 'Taipei Sans TC Beta';
- @media screen and(max-width: 576px) {
- padding-bottom: 3rem;
- background-color: transparent;
- font-size: .9rem;
- }
- .deco__bottomdiv {
- position: absolute;
- right: 15%;
- bottom: 0rem;
- z-index: -2;
- width: 920px;
- overflow: hidden;
- }
- .deco__rightdiv {
- width: 710px;
- position: absolute;
- right: 0;
- bottom: 0rem;
- z-index: -2;
- overflow: hidden;
- @media screen and(max-width: 576px) {
- width: 270px;
- }
- }
- .deco__right {
- width: 100%;
- transform: translateY(2rem);
- }
- .deco__bottom {
- width: 100%;
- transform: translateY(2rem);
- }
- .deco__linediv {
- width: 310px;
- position: absolute;
- bottom: 0rem;
- left: -8rem;
- z-index: -1;
- overflow: hidden;
- @media screen and(max-width: 576px) {
- width: 140px;
- left: -3rem;
- }
- }
- .deco__line3 {
- width: 100%;
- height: 110%;
- transform: translateY(3rem);
- opacity: .5;
- }
- .deco__rightlinediv {
- width: 650px;
- position: absolute;
- bottom: 0rem;
- right: -4rem;
- z-index: -1;
- overflow: hidden;
- @media screen and(max-width: 576px) {
- width: 300px;
- }
- }
- .deco__rightline {
- width: 100%;
- opacity: .6;
- transform: translateY(2rem);
- @media screen and(max-width: 576px) {
- opacity: 1;
- }
- }
- }
- @keyframes fadein {
- 0% {
- opacity: 0;
- }
- 100% {
- opacity: 1;
- }
- }
- .nav-tabs .nav-link {
- font-size: 1.2rem;
- color: rgb(194, 194, 194);
- padding: 0 6px;
- padding-bottom: 5px;
- margin: 1rem;
- margin-top: 0;
- margin-bottom: 0;
- font-weight: 400;
- @media screen and(max-width: 576px) {
- margin: .4rem .4rem;
- }
- }
- .nav-tabs .nav-link.active {
- color: #F39800;
- border-color: #F39800;
- background-color: transparent;
- font-weight: 500;
- }
- .nav {
- justify-content: center;
- @media screen and(max-width: 576px) {
- /* display: inline-block;
- width: max-content;
- overflow: scroll;
- } */
- }
- }
-
- /*
- .tabdiv {
- width: max-content;
- overflow: scroll;
- }
- .nav-item {
- @media screen and(max-width: 576px) {
- display: inline-block;
- }
- } */
|