12345678910111213141516171819202122232425262728293031323334353637383940414243444546474849505152535455565758596061626364656667686970717273747576777879808182838485868788899091929394959697989910010110210310410510610710810911011111211311411511611711811912012112212312412512612712812913013113213313413513613713813914014114214314414514614714814915015115215315415515615715815916016116216316416516616716816917017117217317417517617717817918018118218318418518618718818919019119219319419519619719819920020120220320420520620720820921021121221321421521621721821922022122222322422522622722822923023123223323423523623723823924024124224324424524624724824925025125225325425525625725825926026126226326426526626726826927027127227327427527627727827928028128228328428528628728828929029129229329429529629729829930030130230330430530630730830931031131231331431531631731831932032132232332432532632732832933033133233333433533633733833934034134234334434534634734834935035135235335435535635735835936036136236336436536636736836937037137237337437537637737837938038138238338438538638738838939039139239339439539639739839940040140240340440540640740840941041141241341441541641741841942042142242342442542642742842943043143243343443543643743843944044144244344444544644744844945045145245345445545645745845946046146246346446546646746846947047147247347447547647747847948048148248348448548648748848949049149249349449549649749849950050150250350450550650750850951051151251351451551651751851952052152252352452552652752852953053153253353453553653753853954054154254354454554654754854955055155255355455555655755855956056156256356456556656756856957057157257357457557657757857958058158258358458558658758858959059159259359459559659759859960060160260360460560660760860961061161261361461561661761861962062162262362462562662762862963063163263363463563663763863964064164264364464564664764864965065165265365465565665765865966066166266366466566666766866967067167267367467567667767867968068168268368468568668768868969069169269369469569669769869970070170270370470570670770870971071171271371471571671771871972072172272372472572672772872973073173273373473573673773873974074174274374474574674774874975075175275375475575675775875976076176276376476576676776876977077177277377477577677777877978078178278378478578678778878979079179279379479579679779879980080180280380480580680780880981081181281381481581681781881982082182282382482582682782882983083183283383483583683783883984084184284384484584684784884985085185285385485585685785885986086186286386486586686786886987087187287387487587687787887988088188288388488588688788888989089189289389489589689789889990090190290390490590690790890991091191291391491591691791891992092192292392492592692792892993093193293393493593693793893994094194294394494594694794894995095195295395495595695795895996096196296396496596696796896997097197297397497597697797897998098198298398498598698798898999099199299399499599699799899910001001100210031004100510061007100810091010101110121013101410151016101710181019102010211022102310241025102610271028102910301031103210331034103510361037103810391040104110421043104410451046104710481049105010511052105310541055105610571058105910601061106210631064106510661067106810691070107110721073107410751076107710781079108010811082108310841085108610871088108910901091109210931094109510961097109810991100110111021103110411051106110711081109111011111112111311141115111611171118111911201121112211231124112511261127112811291130113111321133113411351136113711381139114011411142114311441145 |
- * {
- 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) {
- }
- body {
-
- .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: 32px;
- }
- }
- .line {
- width: 8vw;
- height: 3px;
- color: #292421;
- 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;
- @media screen and(max-width:$moblie) {
- padding: 15px;
- }
- 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{
- 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: 2rem;
- }
- }
- 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;
-
- }
- .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: #fff;
- 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;
- }
- .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) {
- padding: 0;
- margin: 0;
- }
- #sec05-title {
- margin-bottom: 50px;
- }
- #tag-group {
- // border: 3px solid #ea504d;
- // @media screen and(max-width:$moblie) {
- // font-size: 16px;
- // padding: 0 10px;
- // margin: 0 10px;
- // border: 0;
- // }
- .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 {
- @media screen and(max-width:$moblie) {
- padding: 5px;
- margin: 0;
- }
- .course-content {
- animation-name: Cardload;
- animation-duration: 1.5s;
- }
- #sec05-course {
- a {
- text-decoration: none;
- color: #000;
- transition: 0.3s;
- cursor: pointer;
- &:hover {
- color: $subcolor;
- }
- }
- img {
- 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;
- }
- }
- }
- }
- }
- // sec06 合作對象 - 電腦版
- #sec06 {
- padding-top: 5vw;
- padding-bottom: 5vw;
- #sec06-container-box {
- padding-top: 8vw;
- background: linear-gradient(180deg, #292421 50%, transparent 50%, #fff 50%);
- // background: url(./img/sec06/sec06-1.png), linear-gradient(180deg, transparent 50%, #fff 30%);
- // background:$navbgcolor;
- background-size: contain;
- background-repeat: no-repeat;
- background-blend-mode: overlay;
- }
- #sec06-title {
- width: 80vw;
- margin: 0 auto;
- text-align: right !important;
- @media screen and(max-width:$moblie) {
- width: 100vw;
- }
- }
- #sec06-container {
- text-align: center;
- .card {
- box-shadow: 0 5px 10px rgba(0, 0, 0, 0.3);
- background: #fff;
- padding-top: 5vw;
- padding-bottom: 5vw;
- border: none;
- @media screen and(max-width:$moblie) {
- padding: 5px;
- }
- .sec09-7 {
- width: 200px;
- }
- .adv4 {
- display: flex;
- align-items: center;
- img {
- align-items: center;
- }
- }
- }
- .col-3 {
- margin: 10px 0;
- @media screen and(max-width:$desktop) {
- padding: 15px;
- }
- @media screen and(max-width:$moblie) {
- padding: 5px;
- }
- img {
- object-fit: cover;
- @media screen and(max-width:$moblie) {
- padding: 5px;
- }
- }
- }
- .sec09-1 {
- padding: 50px;
- @media screen and(max-width:$moblie) {
- padding: 0;
- }
- }
- }
- }
- // 頁尾
- #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: #eee;
- opacity: 1;
- }
- .content {
- word-wrap: break-word;
- p {
- line-height: 2;
- font-size: 18px;
- }
- .video-work {
- #video2 {
- video {
- width: 100%;
- }
- }
- }
- }
- .side-bar {
- h1 {
- color: #e02d4b;
- font-size: 36px;
- font-weight: 900;
- }
- a {
- text-decoration: none;
- color: #000;
- transition: 0.3s;
- cursor: pointer;
- &:hover {
- color: $navbgcolor;
- }
- }
- h5 {
- font-size: 20px;
- font-weight: 900;
- }
- p {
- font-size: 16px;
- }
- }
- }
- #sec11 {
- #sec11-container {
- a {
- text-decoration: none;
- color: #000;
- transition: 0.3s;
- cursor: pointer;
- &:hover {
- color: $navbgcolor;
- }
- }
- h1 {
- color: #e02d4b;
- font-weight: 900;
- font-size: 36px;
- }
- width: 85vw;
- .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;
- }
- }
|