123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294295296297298299300301302303304305306307308309310311312313314315316317318319320321322323324325326327328329330331332333334335336337338339340341342343344345346347348349350351352353354355356357358359360361362363364365366367368369370371372373374375376377378379380381382383384385386387388389390391392393394395396397398399400401402403404405406407408409410411412413414415416417418419420421422423424425426427428429430431432433434435436437438439440441442443444445446447448449450451452453454455456457458459460461462463464465466467468469470471472473474475476477478479480481482483484485486487488489490491492493494495496497498499500501502503504505506507508509510511512513514515516517518519520521522523524525526527528529530531532533534535536537538539540541542543544545546547548549550551552553554555556557558559560561562563564565566567568569570571572573574575576577578579580581582583584585586587588589590591592593594595596597598599600601602603604605606607608609610611612613614615616617618619620621622623624625626627628629630631632633634635636637638639640641642643644645646647648649650651652653654655656657658659660661662663664665666667668669670671672673674675676677678679680681682683684685686687688689690691692693694695696697698699700701702703704705706707708709710711712713714715716717718719720721722723724725726727728729730731732733734735736737738739740741742743744745746747748749750751752753754755756757758759760761762763764765766767768769770771772773774775776777778779780781782783784785786787788789790791792793794795796797798799800801802803804805806807808809810811812813814815816817818819820821822823824825826827828829830831832833834835836837838839840841842843844845846847848849850851852853854855856857858859860861862863864865866867868869870871872873874875876877878879880881882883884885886887888889890891892893894895896897898899900901902903904905906907908909910911912913914915916917918919920921922923924925926927928929930931932933934935936937938939940941942943944945946947948949950951952953954955956957958959960961962963964965966967968969970971972973974975976977978979980981982983984985986987988989990991992993994995996997998999100010011002100310041005100610071008100910101011101210131014101510161017101810191020102110221023102410251026102710281029103010311032103310341035103610371038103910401041104210431044104510461047104810491050105110521053105410551056105710581059106010611062106310641065106610671068106910701071107210731074107510761077107810791080108110821083108410851086108710881089109010911092109310941095109610971098109911001101110211031104110511061107110811091110111111121113111411151116111711181119112011211122112311241125112611271128112911301131113211331134113511361137113811391140114111421143114411451146114711481149115011511152115311541155115611571158115911601161 |
- * {
- margin: 0;
- padding: 0;
- box-sizing: border-box;
- }
- @import url('https://fonts.googleapis.com/css2?family=Noto+Serif+TC:wght@600;700;900&display=swap');
- @font-face {
- font-family: 綜藝體繁;
- src: url(./wt040-綜藝體繁.ttf);
- font-weight: 900;
- font-display: swap;
- }
- $desktop: 1025px;
- $table: 1024px;
- $moblie: 767px;
- $navbgcolor: #292421;
- $subcolor: #9400d3;
- @media screen and(max-width:$table) {
- }
- @media screen and(max-width:$moblie) {
- }
- #opentalk-content{
- position: relative;
-
- overflow: hidden !important;
- }
- body {
- font-family:'Noto Serif TC', serif ;
- .secn-title {
- font-family: 'Noto Serif TC', serif;
- text-align: left;
- color: #292421;
- font-size: 30px;
- font-weight: 700;
- padding: 5px 10px;
- margin-bottom: 0px;
- @media screen and(max-width:$moblie) {
- font-weight: 900;
- font-size: 26px;
- }
- }
- .line {
- width: 8vw;
- height: 3px;
- color:$subcolor;
- margin-left: 12px;
- opacity: 1 !important;
- margin-top: 10px;
- @media screen and(max-width:$moblie) {
- width: 30vw;
- }
- }
- }
- .container-fluid {
- width: 80vw;
- margin: 0 auto;
- @media screen and(max-width:$moblie) {
- width: 100vw;
- }
- }
- // 主選單
- #Navigation {
- width: 100vw;
- position: fixed;
- z-index: 20;
- background:rgba(41, 36, 33, 0.9);
- color:#fff;
- #logo {
- padding-top: 2.5vw;
- padding-left: 2vw;
- @media screen and(max-width:$moblie) {
- padding-top: 1vw;
- padding-left: 5vw;
- }
- img {
- width: 180px;
- @media screen and(max-width:$moblie) {
- width: 140px;
- }
- }
- }
- #link {
- padding: 4vw 1vw 2vw 1vw;
- @media screen and(max-width:$moblie) {
- display: none;
- }
- a {
- text-decoration: none;
- color: #fff;
- letter-spacing: 1px;
- font-size: 0.9rem;
- font-weight: 600;
- cursor: pointer;
- padding: 15px;
- position: relative;
- :hover {
- opacity: 0.8;
- }
- &:after {
- content: "";
- display: block;
- width: 80%;
- height: 3px;
- background-color: #fff;
- position: absolute;
- left: 12%;
- bottom: 0;
- transition: all 0.3s;
- opacity: 0;
- }
- &:hover:after {
- width: 80%;
- opacity: 1;
- }
- @media screen and(max-width:$table) {
- padding: 5px;
- padding-top: 2vw;
- }
- }
- }
- #menu-btn1 {
- position: absolute;
- right: 2vw;
- top: 5vw;
- width: 15vw;
- z-index: 6;
- @media screen and(min-width:$desktop) {
- display: none;
- }
- @media screen and(min-width:768px) {
- display: none;
- }
- }
- }
- // 行動版彈跳式選單
- #menu-box {
- width: 40vw;
- right: 0px;
- position: fixed;
- top: 0px;
- z-index: 20;
- overflow: hidden;
- display: none;
- @media screen and(min-width:$desktop) {
- display: none;
- }
- hr {
- margin: 5px auto !important;
- width: 25vw;
- background: #fff;
- opacity: 1 !important;
- }
- #menu-box2 {
- padding-bottom: 5vw;
- position: relative;
- width: 40vw;
- background-color: $navbgcolor;
- z-index: 7;
- text-align: center;
- @media screen and(max-width:$moblie) {
- }
- @media screen and(max-width:350px) {
- }
- .close {
- padding: 30px 15px 15px 15px;
- }
- a {
- display: inline-block;
- text-decoration: none;
- color: #fff;
- font-size: 14px;
- font-weight: 900;
- text-align: center;
- padding: 0 !important;
- }
- }
- }
- .courseadv{
- font-weight: 900;
- width: 100vw;
- padding: 2vw;
- box-shadow: 0 5px 10px rgba(0, 0, 0, 0.3);
- img{
- cursor: pointer;
- }
- }
- // banner
- #banner {
- margin-top: 7.5vw;
- padding-bottom:3vw ;
- width: 100vw;
- display: inline-block;
- background: #000;
- @media screen and(max-width:$moblie) {
- margin-top: 70px;
- }
- .form {
- padding-top: 5vw;
- background: #000;
- h1 {
- text-align: center;
- font-size: 2.5rem;
- color: #fff;
- font-weight: 900;
- @media screen and(max-width:$moblie) {
- font-size: 1.8rem;
- }
- @media screen and(max-width:350px) {
- font-size: 1.5rem;
- }
- }
- h4 {
- text-align: center;
- margin-top: 2rem;
- color: #adadad;
- }
- h2 {
- text-align: center;
- margin-top: 30px;
- color: #fff;
- }
- .email-form {
- width: 70%;
- @media screen and(max-width:$moblie) {
- width: 100%;
- }
- .course-tab {
- margin: 15px 0px;
- font-family: 微軟正黑體;
- font-size: 18px;
- display: inline-block;
- width: 100%;
- color: #fff;
- }
- #email {
- width: 100%;
- height: 35px;
- margin: 15px 0;
- padding: 25px 5px;
- background: #1b1c1e;
- border: 1px solid rgba(0, 0, 0, 0.3);
- border-radius: 5px;
- color: #fff;
- }
- .selector1 {
- cursor: pointer;
- margin: 0.3rem;
- padding: 0.5rem;
- border: 1px solid #bebebe;
- border-radius: 5px;
- width: 8vw;
- color: #bebebe;
- transition: 0.3s;
- @media screen and(max-width:$moblie) {
- width: 40%;
- }
- img {
- filter: invert(100%) sepia(100%) saturate(1%) hue-rotate(174deg) brightness(102%) contrast(101%);
- }
- &:hover {
- color: #fff;
- border: 1px solid #fff;
- }
- }
- .email-subbtn {
- margin: 0 auto;
- width: 100%;
- margin: 30px 0px;
- padding: 15px 0;
- background-color: #9400d3;
- // background-color: $navbgcolor;
- // background: rgba(41, 36, 33, 0.9);
- /* 邊框:寬度 樣式 顏色 */
- border: 0 solid #000;
- color: #fff;
- border-radius: 5px;
- &:hover {
- background-color: #57027c;
- }
- }
- }
- }
- #banner-container {
- overflow: hidden;
- @media screen and(max-width:$moblie) {
- width: 100vw;
- margin: 0;
- padding-bottom: 15vw;
- }
- img {
- margin-bottom: -50px;
- width: 55vw;
- height: 30vw;
- object-fit: cover;
- @media screen and(max-width:$moblie) {
- padding-top: 15vw;
- width: 100vw;
- height: auto;
- }
- }
- }
- }
- // 最新課程-電腦版
- #sec01 {
- padding-top: 5vw;
- padding-bottom: 10vw;
- background: #fff;
- // @media screen and(max-width:$moblie) {
- // display: none;
- // }
- #sec01-title {
- margin-bottom: 50px;
- }
- .learn-more {
- width: 45%;
- }
- #sec01-container {
- .sec01-1 {
- .card {
- box-shadow: 0 5px 10px rgba(0, 0, 0, 0.3);
- border-radius: 10px;
- img {
- padding: 5px;
- object-fit: cover;
- }
- a{
- color:#000;
- text-decoration: none;
- transition: 0.3s;
- cursor: pointer;
- &:hover {
- color: $subcolor;
- }
- }
- .card-title1 {
- // font-weight: 900;
- height: 100px;
- font-size: 20px;
-
- }
- .card-content1 {
- height: 100px;
- }
- }
- }
- }
- }
- // 最新課程-手機板
- #sec01-moblie {
- padding-top: 5vw;
- padding-bottom: 5vw;
- background: #fff;
- position: relative;
- overflow: hidden;
- .arrow-table {
- position: fixed;
- width: 25px;
- right: 15px;
- bottom: 240px;
- z-index: 6;
- @media screen and(max-width:350px) {
- right: 10px;
- }
- }
- @media screen and(min-width:$desktop) {
- display: none;
- }
- #sec01-moblie-header {
- h1 {
- text-align: center;
- color: #e02d4b;
- font-size: 45px;
- font-weight: 900;
- padding: 5px 10px;
- @media screen and(max-width:$moblie) {
- font-weight: 900;
- font-size: 32px;
- }
- }
- hr {
- margin: 10px auto !important ;
- width: 25vw;
- height: 5px;
- color: #e02d4b;
- margin: 10px;
- opacity: 1 !important;
- }
- }
- #sec01-moblie-container {
- padding-top: 10vw;
- .col {
- margin: 10px;
- .card {
- img {
- height: 150px;
- object-fit: cover;
- }
- box-shadow: 0 5px 10px rgba(0, 0, 0, 0.3);
- border-radius: 10px;
- .card-title {
- font-weight: 900;
- }
- .learn-more {
- width: 120px;
- }
- }
- }
- }
- }
- // sec02 TOP排名 電腦版
- #sec02 {
- background: $navbgcolor;
- // background: rgba(41,36,33,0.9);
- padding: 5vw 0px;
- padding-bottom: 8vw;
- @media screen and(max-width:$moblie) {
- display: none;
- }
- #sec02-container {
- width: 90vw;
- padding: 15px;
- font-weight: 900;
- color: #fff;
- position: relative;
- // 電腦版top圖片排行
- #sec02-top-box {
- #sec02-top-title {
- text-align: center;
- h1{
- font-family: 'Noto Serif TC', serif;
- }
- // h1{
- // font-family:綜藝體繁 ;
- // }
- hr {
- width: 5vw;
- height: 5px;
- color:$subcolor;
- margin: 10px auto;
- opacity: 1 !important;
- @media screen and(max-width:$moblie) {
- width: 30vw;
- }
- }
- }
- position: relative;
- #sec02-content {
- position: absolute;
- top: -180px;
- left: 300px;
- }
- .sec02-box1 {
- color: #fff;
- img {
- display: inline;
- width: 200px;
- height: 200px;
- object-fit: cover;
- }
- .sec02-top-text {
- font-size: 20px;
- span {
- font-size: 30px;
- }
- }
- }
- }
- }
- }
- // sec02 TOP排名 手機板
- #sec02-moblie {
- padding-top: 3vw;
- @media screen and(min-width:$desktop) {
- display: none;
- }
- #sec02-moblie-header {
- h1 {
- text-align: center;
- color: $navbgcolor;
- font-size: 45px;
- font-weight: 900;
- padding: 5px 10px;
- @media screen and(max-width:$moblie) {
- font-weight: 900;
- font-size: 32px;
- }
- }
- hr {
- margin: 10px auto !important;
- width: 25vw;
- height: 5px;
- color: $navbgcolor;
- margin: 10px;
- opacity: 1 !important;
- }
- }
- #sec02-container {
- background: linear-gradient(180deg, #fff 20%, transparent 35%, $navbgcolor 20%);
- font-weight: 900;
- color: #fff;
- text-align: right;
- padding: 20vw 0;
- #sec02-content {
- position: relative;
- padding: 5px;
- }
- #sec02-top-box {
- @media screen and(max-width:350px) {
- left: 10px;
- }
- .sec02-box1 {
- color: #fff;
- #top1 {
- width: 120px;
- @media screen and(max-width:350px) {
- width: 100px;
- height: auto;
- }
- }
- img {
- object-fit: cover;
- @media screen and(max-width:350px) {
- width: 70px;
- height: auto;
- }
- }
- .sec02-top-text {
- font-size: 12px;
- text-align: left;
- @media screen and(max-width:350px) {
- text-align: left;
- }
- span {
- font-size: 30px;
- @media screen and(max-width:350px) {
- font-size: 25px;
- }
- }
- }
- }
- }
- }
- }
- // sec03 排名table-電腦版
- #sec03 {
- padding-bottom: 5vw;
- @media screen and(max-width:$moblie) {
- display: none;
- }
- #sec03-table {
- .sec03-table-title {
- font-family: 微軟正黑體;
- font-weight: 900;
- padding: 15px;
- font-size: 35px;
- }
- .table {
- th {
- font-size: 40px;
- display: table-cell;
- vertical-align: middle;
- color: $navbgcolor;
- }
- td {
- padding: 15px;
- a {
-
- text-decoration: none;
- color: #000;
- transition: 0.3s;
- cursor: pointer;
- &:hover {
- color:$subcolor;
- }
- }
- }
- img {
- width: 80px;
- border-radius: 5px;
- }
- .sec03-table-text {
- padding: 10px;
- display: table-cell;
- vertical-align: middle;
- h1 {
- font-size: 20px;
- margin: 0;
- }
- p {
- margin: 0;
- }
- }
- }
- }
- }
- // sec03排名table-手機板
- #sec03-moblie {
- position: relative;
- .arrow-table {
- position: fixed;
- width: 25px;
- right: 15px;
- bottom: 250px;
- z-index: 6;
- @media screen and(max-width:350px) {
- right: 10px;
- bottom: 200px;
- }
- }
- .sec03-table-title,
- .sec03-table-title2 {
- font-family: 微軟正黑體;
- font-weight: 900;
- font-size: 14px;
- display: inline-block;
- color: #9b9b9b;
- }
- .contant-toggle {
- display: inline-block;
- color: #000;
- padding-bottom: 10px;
- border-bottom: 2px solid #000;
- }
- #sec03-slider {
- padding-top: 5vw;
- .slick-slide img {
- display: inline;
- }
- #sec03-slider1,
- #sec03-slider2 {
- margin: 0 5px;
- @media screen and(max-width:350px) {
- margin: 0 5px;
- }
- }
- .table {
- th {
- font-size: 40px;
- display: table-cell;
- vertical-align: middle;
- padding: 15px;
- @media screen and(max-width:350px) {
- font-size: 30px;
- }
- }
- td {
- display: table-cell;
- vertical-align: middle;
- padding: 15px;
- padding: 10px;
- @media screen and(max-width:350px) {
- padding: 0px;
- }
- a {
- text-decoration: none;
- color: #000;
- transition: 0.3s;
- cursor: pointer;
- &:hover {
- color: #2828ff;
- }
- }
- }
- img {
- width: 70px;
- }
- .sec03-table-text {
- padding: 0px 0px 0px 3px;
- display: table-cell;
- vertical-align: middle;
- @media screen and(max-width:350px) {
- padding: 0px;
- }
- h1 {
- font-size: 14px;
- margin: 0;
- }
- p {
- margin: 0;
- font-size: 12px;
- }
- }
- }
- }
- @media screen and(min-width:$desktop) {
- display: none;
- }
- }
- // sec04 專欄報導-電腦版
- #sec04 {
- background: linear-gradient(180deg, #fff 50%, #ededf9 50%);
- padding-bottom: 10vw;
- @media screen and(max-width:$moblie) {
- display: none;
- }
- #sec04-title {
- margin-bottom: 50px;
- }
- .learn-more {
- width: 45%;
- }
- #sec04-container {
- a {
- text-decoration: none;
- color: #000;
- transition: 0.3s;
- cursor: pointer;
- &:hover {
- color: $subcolor;
- }
- }
- .card {
- box-shadow: 0 10px 1px #9400d3;
- border-radius: 10px;
- img {
- padding: 5px;
- height: 150px;
- object-fit: cover;
- }
- .card-title {
- font-weight: 900;
- }
- }
- }
- }
- // sec04專欄報導 手機板
- #sec04-moblie {
- padding-top: 5vw;
- padding-bottom: 5vw;
- background: #fff;
- position: relative;
- overflow: hidden;
- .arrow-table {
- position: fixed;
- width: 25px;
- right: 15px;
- bottom: 240px;
- z-index: 6;
- @media screen and(max-width:350px) {
- right: 10px;
- }
- }
- @media screen and(min-width:$desktop) {
- display: none;
- }
- #sec04-moblie-container {
- padding-top: 10vw;
- .col {
- margin: 10px;
- a {
- text-decoration: none;
- color: #000;
- transition: 0.3s;
- cursor: pointer;
- &:hover {
- color: $navbgcolor;
- }
- }
- .card {
- img {
- height: 150px;
- object-fit: cover;
- }
- box-shadow: 0 10px 1px #9400d3;
- border-radius: 10px;
- .card-body {
- height: 260px;
- @media screen and(max-width:350px) {
- padding: 0.5rem 0.5rem;
- }
- }
- .card-title {
- font-weight: 900;
- }
- .card-text {
- @media screen and(max-width:350px) {
- font-size: 14px;
- }
- }
- }
- }
- }
- }
- // sec05 課程分類-電腦版
- #sec05 {
- padding-top: 5vw;
- padding-bottom: 5vw;
- @media screen and(max-width:$moblie) {
- display: none;
- }
- #sec05-title {
- margin-bottom: 50px;
- }
- #tag-group {
- @media screen and(max-width:$moblie) {
- text-align: center;
- }
- .tag {
-
- button {
- padding-left: 10px;
- padding-right: 10px;
- margin-right: 30px;
- color: #292421;
- background: none;
- font-size: 24px;
- @media screen and(max-width:$moblie) {
- font-size: 18px;
- padding-left: 5px;
- padding-right: 5px;
- margin-right: 5px;
- color: #292421;
- }
- @media screen and(max-width:350px) {
- font-size: 16px;
- }
-
- &:hover,
- &:focus {
- color: #fff;
- background: #292421;
- }
- }
- }
- }
- .sec05-container {
- .slick-prev:before,
- .slick-next:before {
- opacity: 0;
- }
- .slick-prev,
- .slick-next {
- width: 40px;
- height: 40px;
- content: none;
- }
- .slick-prev {
- background-image: url(./img/next0.png);
- background-repeat: no-repeat;
- background-size: contain;
- left: -40px;
- &:hover,
- &:focus {
- background-image: url(./img/next0.png);
- background-repeat: no-repeat;
- }
- }
- .slick-next {
- background-image: url(./img/next.png);
- background-repeat: no-repeat;
- background-size: contain;
- right: -40px;
- &:hover,
- &:focus {
- background-image: url(./img/next.png);
- background-repeat: no-repeat;
-
- }
- }
- @media screen and(max-width:$moblie) {
- padding: 5px;
- margin: 0;
- }
- .course-content {
- animation-name: Cardload;
- animation-duration: 1.5s;
- }
- .sec05-course,.sec05-course2{
- .card{
- border: none !important;
- margin: 15px;
- }
- a {
- text-decoration: none;
- color: #000;
- transition: 0.3s;
- cursor: pointer;
- &:hover {
- color: $subcolor;
- }
- img{
- height: 10vw;
- object-fit: cover;
- }
- }
- img {
- border-radius: 10px;
- object-fit: cover;
- @media screen and(max-width:$moblie) {
- // width: 95vw;
- }
- }
- // .card-title {
- // font-weight: 900;
- // height: 55px;
- // }
- // .banner {
- // img {
- // height: 22vw;
- // @media screen and(max-width:$moblie) {
- // height: auto;
- // }
- // }
- // }
- // .card-content {
- // height: 100px;
- // @media screen and(max-width:$moblie) {
- // height: auto;
- // }
- // }
- // .price {
- // font-size: 20px;
- // @media screen and(max-width:350px) {
- // font-size: 16px;
- // }
- // }
- }
- }
- }
- // sec05 行動版
- #sec05-m{
-
- @media screen and(min-width:$desktop) {
- display: none;
- }
- .price{
- font-size: 18px;
- @media screen and(max-width:350px) {
- font-size:16px ;
- }
-
- }
- a{
- color:#000;
- text-decoration: none;
- transition: 0.3s;
- cursor: pointer;
- &:hover {
- color: $subcolor;
- }
- }
- }
- // 頁尾
- #footer {
- width: 100vw;
- text-align: center;
- line-height: 2;
- background: $navbgcolor;
- color: #fff;
- .footer-link {
- padding-top: 3vw;
- a {
- text-decoration: none;
- font-size: 20px;
- padding: 10px;
- color: #fff;
- @media screen and(max-width:$moblie) {
- font-size: 14px;
- padding: 0 !important;
- }
- @media screen and(max-width:400px) {
- font-size: 12px;
- }
- span {
- font-size: 28px;
- @media screen and(max-width:$moblie) {
- font-size: 16px;
- }
- @media screen and(max-width:350px) {
- font-size: 14px;
- }
- }
- }
- }
- .text {
- padding-top: 3vw;
- a {
- text-decoration: none;
- color: #fff;
- }
- h2 {
- font-size: 20px;
- margin: 10px;
- letter-spacing: 1px;
- @media screen and(max-width:$moblie) {
- display: block;
- font-size: 16px;
- margin: 8px;
- }
- }
- p {
- margin: 0 !important;
- }
- img {
- width: 30px;
- margin: 10px;
- filter: invert(100%) sepia(0%) saturate(0%) hue-rotate(138deg) brightness(103%) contrast(102%);
- transition: 0.3s;
- &:hover {
- opacity: 0.6;
- }
- }
- }
- }
- // 第二層
- #sec10 {
- width: 90vw;
- margin: 0 auto;
- .sec10-title {
- font-size: 43px;
- @media screen and(max-width:$moblie) {
- width: 95vw;
- font-size: 26px;
- }
- }
- hr {
- height: 1px;
- background: #000;
-
- }
- .content {
- word-wrap: break-word;
- p {
- line-height: 2;
- font-size: 18px;
- }
- .video-work {
- #video2 {
- video {
- width: 100%;
- }
- }
- }
- }
- .side-bar {
- h1 {
- color: #000;
- font-size: 36px;
-
- }
- a{
- color:#000;
- text-decoration: none;
- transition: 0.3s;
- cursor: pointer;
- &:hover {
- color: $subcolor;
- }
- }
- h5 {
- font-size: 20px;
- font-weight: 900;
- }
- p {
- font-size: 16px;
- }
- }
- }
- #sec11 {
- #sec11-container {
- a{
- color:#000;
- text-decoration: none;
- transition: 0.3s;
- cursor: pointer;
- &:hover {
- color: $subcolor;
- }
- }
- h1 {
- color: #000;
- font-size: 30px;
- }
- width: 90vw;
- .sec11-01 {
- @media screen and(max-width:$moblie) {
- display: block;
- }
- }
- .col {
- overflow: hidden;
- }
- .sec11-img {
- width: 550px;
- height: 350px;
- object-fit: cover;
- transition: 0.3s;
- cursor: pointer;
- &:hover {
- transform: scale(1.02);
- }
- @media screen and(max-width:$moblie) {
- height: 250px;
- }
- }
- h2 {
- font-weight: 900;
- font-size: 24px;
- }
- }
- }
- @keyframes Cardload {
- 0% {
- opacity: 0;
- }
- 100% {
- opacity: 1;
- }
- }
- .btn-close{
- color:#fff ;
- background: none !important;
- img{
- width: 24px;
- object-fit: cover;
- filter: invert(74%) sepia(4%) saturate(5%) hue-rotate(317deg) brightness(94%) contrast(89%);
- }
- }
|