html,body{
    width: 100%;height: 100%;
    padding: 0;
}
body::-webkit-scrollbar {
    display: none;
  }
/*抬頭*/
ul{
    background-color: white;
    position:fixed;
    top: 0;
    left: 0;
    right: 0;
    /* top: -16px; */
    /* border: solid 1px #ccc; */
    display: table;
    width: 100%;
    height: 92px;
    margin-top: auto;
    padding-left: 0;
    z-index: 4;
}
/* 下拉內容 */
.dropdown-content {
  display: none;
  position: absolute;
  background-color: #ffffff;
  min-width: 160px;
  z-index: 1;
}

/* 連結 */
.dropdown-content a {
  color: black;
  padding: 12px 16px;
  text-decoration: none;
  display: block;
}

/* 當滑鼠移動到下拉內容上時 */
.dropdown-content a:hover {
  background-color: #ddd;
}

/* 顯示下拉內容 */
.dropdown:hover .dropdown-content {
  display: block;
}

/* 當滑鼠移開下拉內容時 */
.dropdown:hover .dropbtn {
  background-color: #a3a3a3;
}

li{
    float: right;
    position: relative;
    top: 35px;
    display: inline-block;
    padding: auto;
    padding-left: 10px;
    padding-right: 40px;

    font-family: 'Noto Sans TC', sans-serif;
    letter-spacing: 2px;
    background-color: none;
    font-weight: bold;
    margin-bottom: 10px;
} 
body{
    height: 1500px;
    width: auto;
    /* border: solid 1px #7f1084; */
    margin: 0;
    padding:0
}

.line {
    background: none;
    margin-top: 25px;
    margin-left: -40px;
    color: black;
    border-bottom: 5px solid #7f1084;
    height: 0;
}

.logo{
    display:inline;
    position: relative;
    top: 12px;
    left: 12%;
    background-color: white;
    font-family: 'Times New Roman', sans-serif;
    font-size: 50px;
    letter-spacing: 5px;
}
.home{
    font-family: 'Noto Sans TC', sans-serif;
    text-decoration: none;
    /* background-color: white; */
    font-size: 30px;
    cursor: grab;
}
.home:active{
    cursor: grab;
    box-shadow: rgba(50, 50, 93, 0.25) 0px 30px 60px -12px inset, rgba(0, 0, 0, 0.3) 0px 18px 36px -18px inset;
}


.button{
    display: inline-block;
    /* border: solid 1px black; */
    letter-spacing: 1px;
    font-family: 'Noto Sans TC', sans-serif;
    color: aliceblue;
    background-color: #7f1084;
    border-radius: 8px;
    padding-left: 15px;
    padding-top: 9px;
    padding-bottom: 9px;
    padding-right: 15px;
    text-align: left;
    margin-top: 30px;
    margin-bottom: 30px;
} 
.mid{
    text-align: center;
    /* border: solid 1px black; */
}
.introduction{
    font-family: 'Noto Sans TC', sans-serif;
    padding-top: 150px;
    width: 700px;
    text-align: left;
    display: inline-block;
}
.img1{
  position: relative;
  top: 16px;
  left: 11%;
}
.img2{
  position: relative;
  top: -70px;

}
ul .other{
    margin-right: 0%;
    font-size: 30px;
}
.footer{
    position: fixed;
    bottom: 0;
    right: 0;
    font-size: 0.1px;
    display: block;
    /* border: solid 1px black; */
    
}
.contact{
    width: 600px;
    height: 350px;
    font-size: 20px;
    display: inline-block;
    /* border:  solid 1px black; */
    position:relative;
    margin-left: 100px;

    text-align: left;
    z-index: 1;
}
.map{
    margin-top: 0px;
    text-align: center;
    height: 500px;
    width: 100%;

    display: block;
    border: none;
    font-family:'Kaisei Tokumin', serif;
    font-size: 60px;
}
h1{
    font-family: 'Kaisei Tokumin', sans-serif;
    font-size: 40px;
    letter-spacing: 3px;
}
h2{
  font-family: '標楷體', sans-serif;
  font-size: 45px;
  padding-bottom: 30px;
}
h7{
  font-family: 'Kaisei Tokumin', sans-serif;
  font-size: 45px;
  padding-bottom: 5px;
}

h5{
    font-family: 'Kaisei Tokumin',serif;
    font-size: 45px;
    height: 40px;
}
h3{
    font-size: 20px;
}
h4{
    font-family: 'Kaisei Tokumin', serif;
    font-size: 20px;
}
h6{
    font-family: 'Noto Sans TC', sans-serif;
    font-size: 20px;
    margin-top: 0px;
}
.mid img{
    position: relative;
    top: 110px;
    left: 0px;
    border-radius:20%;
}

button {
    margin: 20px;

  }
.custom-btn2 {
    margin-left: 0;
    margin-top: 40px;
    width: 130px;
    height: 40px;
    color: #F6EA02;
    border-radius: 5px;
    padding: 10px 25px;
    font-family: 'Lato', sans-serif;
    font-weight: 500;
    /* background: transparent; */
    cursor: grab;
    /* 滑鼠形狀 */
    transition: all 0.3s ease;
    display: inline-block;
    position: relative;
    /* 陰影樣式 */
     box-shadow:inset 2px 2px 2px 0px rgba(255,255,255,.5),
     7px 7px 20px 0px rgba(0,0,0,.1),
     4px 4px 5px 0px rgba(0,0,0,.1);
    outline: none;
}
.btn{
    width: 130px;
    height: 50px;
    
    padding: 0px;
    border: none;
    background: linear-gradient(0deg, #E0001A 0%, #E0001A 100%);
}
.btn:hover{
    box-shadow: none;
    color: #0139A8;
    font-weight: 700;
    letter-spacing: 4px;
    background: transparent;
}

.btn:before,
.btn:after{
  content:'';
  position:absolute;
  top:0;
  right:0;
  height:2px;
  width:0;
  background: #E0001A;
  box-shadow:
   -1px -1px 5px 0px #fff,
   7px 7px 20px 0px #0003,
   4px 4px 5px 0px #0002;
  transition:400ms ease all;
}
.btn:after{
  right:inherit;
  top:inherit;
  left:0;
  bottom:0;
}
.btn:hover:before,
.btn:hover:after{
  width:100%;
  transition:800ms ease all;
}



#mapicon{
    position: absolute;
    display: inline-block;
    top: 1240px;
    right:52%;
}
#schoolicon{
    position: absolute;
    display: inline-block;
    top: 1175px;
    right: 60%;
}
#domainicon{
    position: absolute;
    display: inline-block;
    top: 1210px;
    right: 60%;
}
#smarticon{
    position: absolute;
    display: inline-block;
    top: 1267px;
    right: 63%;
}
.news{
    height: 600px;
    width: auto;
    display: block;
    border: none;
    /* background-color: #0139A8; */
    text-align: center;
    font-family:'Kaisei Tokumin', serif;
    font-size: 45px;
    
}
.newsblock{
    position: absolute;
    left: 52%;
    height: 760px;
    width: 38%;
    /* border: solid 1px #0139A8; */
    background-color: #8c89a2;
    font-size: 20px;
    color: #fff;
    font-family:'Kaisei Tokumin', serif;
    margin-top: -50px;
    padding-bottom: 50px;
}
.newsblock img{
    width: 100%;
    height: auto;
}

.xinwenneirong{
    margin-top: 10px;
    padding-left: 15px;
    text-align: left;
    font-size: 40px;
}

#newsblock2{
    left:10%;
    font-size: 10px;
    height: auto; 
    padding-bottom: 10px;
}
.newsblock3{
    position: absolute;
    left: 52%;
    height: 595px;
    top: 1600px;
    width: 38%;
    /* border: solid 1px #0139A8; */
    background-color: #8c89a2;
    font-size: 20px;
    color: #fff;
    font-family:'Kaisei Tokumin', serif;
    margin-top: -50px;
    padding-bottom: 50px;
}
#champion1{
    position: absolute;
    left: 9%;
    top: 50%;
    font-size: 50px;
    font-family: 'Reggae One', cursive;
    color: #ffc300;
}
#champion img{
    width: 6vw;
    position: absolute;
    left:15px;
}
#xinwen{
    margin-top: 15px;
    padding-left: 10px;
    font-size: 40px;
}
#newsblock3{
    left: 56%;
    /* bottom: 0px; */
    font-size: 10px;
    height: 355px;
}

.avatar {
    display: inline-block;
    overflow: hidden;
    width: 700px;
    height:450px;
}
.avatar img {
    position: relative;
    top: -25%;
}
#pic img {
    right: 60px;
}



/* For mobile phones: */
[class*="col-"] {
    width: 100%;
}
  
@media only screen and (min-width: 600px) {
    /* For tablets: */
    .col-s-1 {width: 8.33%;}
    .col-s-2 {width: 16.66%;}
    .col-s-3 {width: 25%;}
    .col-s-4 {width: 33.33%;}
    .col-s-5 {width: 41.66%;}
    .col-s-6 {width: 50%;}
    .col-s-7 {width: 58.33%;}
    .col-s-8 {width: 66.66%;}
    .col-s-9 {width: 75%;}
    .col-s-10 {width: 83.33%;}
    .col-s-11 {width: 91.66%;}
    .col-s-12 {width: 100%;}
}
@media only screen and (min-width: 768px) {
    /* For desktop: */
    .col-1 {width: 8.33%;}
    .col-2 {width: 16.66%;}
    .col-3 {width: 25%;}
    .col-4 {width: 33.33%;}
    .col-5 {width: 41.66%;}
    .col-6 {width: 50%;}
    .col-7 {width: 58.33%;}
    .col-8 {width: 66.66%;}
    .col-9 {width: 75%;}
    .col-10 {width: 83.33%;}
    .col-11 {width: 91.66%;}
    .col-12 {width: 100%;}
    .pit-1{width: 400px}
}


#新聞部份設定
/* @import url(https://pro.fontawesome.com/releases/v5.11.2/css/all.css); */
:root {
  --user-button-circle: rgba(0,0,0,0.025);
  --user-button-cardborder: rgba(255,255,255,0.25);
  --user-button-text:#323133;
  --user-button-shadow:rgba(0,0,0,0.1);
}

body #user-button {
  z-index: 1000;
  bottom: 1rem !important;
  right: 1rem !important;
  color: var(--user-button-text);
  transition: 1s 0s ease-out;
  -webkit-animation: slide 3s ease-out forwards;
          animation: slide 3s ease-out forwards;
}
@-webkit-keyframes slide {
  0%, 50% {
    opacity: 0;
    display: block !important;
  }
  100% {
    opacity: 1;
    display: block !important;
  }
}
@keyframes slide {
  0%, 50% {
    opacity: 0;
    display: block !important;
  }
  100% {
    opacity: 1;
    display: block !important;
  }
}
body #user-button .u-card {
  border-radius: 100%;
  box-shadow: 0 0 1rem -0.25rem var(--user-button-shadow), inset 0 0 1rem -0.75rem var(--user-button-shadow);
}
body #user-button .u-main {
  cursor: pointer;
  --user-button-background:var(--user-button-main, #EC87C0);
}
body #user-button .u-main img {
  height: 100%;
  width: 100%;
}
body #user-button .u-main iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 4rem;
  height: 4rem;
  opacity: 1;
  transition: 0s 4s;
}
body #user-button .u-icons {
  position: relative;
  z-index: 950;
  transform: translate(-50%, -50%);
  background: var(--user-button-circle);
  box-shadow: 0 0 0 0.125rem var(--user-button-cardborder);
  border-radius: 100%;
  transition: 0.25s;
  opacity: 1 !important;
  -webkit-backdrop-filter: blur(10px);
          backdrop-filter: blur(10px);
  /*&:before {
     z-index:-1;
     position:absolute;
     top:0; right:0; bottom:0; left:0;
     content:'';

     backdrop-filter: blur(10px);
  }*/
}
body #user-button .u-icons a {
  color: inherit;
  display: grid;
  place-items: center;
  width: 30px;
  height: 30px;
  text-decoration: none;
}
body #user-button .u-icons a div {
  padding: 0.5rem;
  transition: 0s;
}
body #user-button .u-icons a[href="https://twitter.com/Osorpenke"] {
  position: relative;
}
body #user-button .u-icons a[href="https://twitter.com/Osorpenke"]:before {
  content: "Middle Click";
  position: absolute;
  top: -1.5rem;
  left: 50%;
  font-family: "Segoe UI", Tahoma, Geneva, Verdana, sans-serif;
  white-space: pre;
  transform: translateX(-50%);
  opacity: 0;
  pointer-events: none;
  transition: 0.25s ease-in;
  background: #fffc;
  padding: 0.25rem 0.5rem;
  border-radius: 0.25rem;
}
body #user-button .u-icons a[href="https://twitter.com/Osorpenke"].show:before {
  opacity: 1;
  transition: 0.25s ease-out;
}
body #user-button .u-icons a[href="https://twitter.com/Osorpenke"] div {
  color: #1da1f2;
}
body #user-button .u-icons a[href="https://codepen.io/z-"] div {
  background: black;
  color: white;
}
body #user-button .u-icons a.u-random div {
  position: relative;
  top: -1px;
  -webkit-animation: diespin 2s linear infinite;
          animation: diespin 2s linear infinite;
}
@-webkit-keyframes diespin {
  0% {
    transform: rotate(0deg);
  }
  100% {
    transform: rotate(360deg);
  }
}
@keyframes diespin {
  0% {
    transform: rotate(0deg);
  }
  100% {
    transform: rotate(360deg);
  }
}
body #user-button .u-icons a.u-random:not(:hover) div {
  -webkit-animation-play-state: paused;
          animation-play-state: paused;
}
body #user-button .u-icons > * {
  position: absolute;
  width: 30px;
  height: 30px;
  background: var(--singlecolour);
  border-radius: 100%;
  cursor: pointer;
  transform: translate(-50%, -50%);
  transition: 0.25s -0.05s;
}
body #user-button .u-icons > *:before {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}
body #user-button .u-icons > *:hover, body #user-button .u-icons > *:focus-within {
  background: var(--hcolour);
}
body #user-button .u-icons > *:first-child:nth-last-child(1):nth-child(1), body #user-button .u-icons > *:first-child:nth-last-child(1) ~ *:nth-child(1) {
  left: 25%;
  top: 25%;
}
body #user-button .u-icons > *:first-child:nth-last-child(2):nth-child(1), body #user-button .u-icons > *:first-child:nth-last-child(2) ~ *:nth-child(1) {
  left: 37.5%;
  top: 18.75%;
}
body #user-button .u-icons > *:first-child:nth-last-child(2):nth-child(2), body #user-button .u-icons > *:first-child:nth-last-child(2) ~ *:nth-child(2) {
  left: 18.75%;
  top: 37.5%;
}
body #user-button .u-icons > *:first-child:nth-last-child(3):nth-child(1), body #user-button .u-icons > *:first-child:nth-last-child(3) ~ *:nth-child(1) {
  left: 50%;
  top: 15.625%;
}
body #user-button .u-icons > *:first-child:nth-last-child(3):nth-child(2), body #user-button .u-icons > *:first-child:nth-last-child(3) ~ *:nth-child(2) {
  left: 25%;
  top: 25%;
}
body #user-button .u-icons > *:first-child:nth-last-child(3):nth-child(3), body #user-button .u-icons > *:first-child:nth-last-child(3) ~ *:nth-child(3) {
  left: 15.625%;
  top: 50%;
}
body #user-button .u-icons > *:first-child:nth-last-child(4):nth-child(1), body #user-button .u-icons > *:first-child:nth-last-child(4) ~ *:nth-child(1) {
  left: 62.5%;
  top: 18.75%;
}
body #user-button .u-icons > *:first-child:nth-last-child(4):nth-child(2), body #user-button .u-icons > *:first-child:nth-last-child(4) ~ *:nth-child(2) {
  left: 37.5%;
  top: 18.75%;
}
body #user-button .u-icons > *:first-child:nth-last-child(4):nth-child(3), body #user-button .u-icons > *:first-child:nth-last-child(4) ~ *:nth-child(3) {
  left: 18.75%;
  top: 37.5%;
}
body #user-button .u-icons > *:first-child:nth-last-child(4):nth-child(4), body #user-button .u-icons > *:first-child:nth-last-child(4) ~ *:nth-child(4) {
  left: 18.75%;
  top: 62.5%;
}
body #user-button:hover .u-icons, body #user-button:focus-within .u-icons {
  width: 300% !important;
  height: 300% !important;
}

/* body {
  display: flex;
  flex-direction: row;
  justify-content: center;
  align-items: center;
  overflow: hidden;
  height: 100vh;
  font-family: "Roboto", sans-serif;
  transition: 0.25s;
} */
body.dark {
  background: #232223;
  color: white;
}
@media (prefers-color-scheme: dark) {
  body:not(.light) {
    background: #232223;
    color: white;
  }
}
body .credit {
  position: absolute;
  bottom: 20px;
  left: 20px;
  color: inherit;
}
body .options {
  display: flex;
  flex-direction: row;
  align-items: stretch;
  overflow: hidden;
  min-width: 80%;
  max-width: 80%;
  height: 90%;
  padding-left: 20%;
  
}
@media screen and (max-width: 718px) {
  body .options {
    min-width: 520px;
  }
  body .options .option:nth-child(5) {
    display: none;
  }
}
@media screen and (max-width: 638px) {
  body .options {
    min-width: 440px;
  }
  body .options .option:nth-child(4) {
    display: none;
  }
}
@media screen and (max-width: 558px) {
  body .options {
    min-width: 360px;
  }
  body .options .option:nth-child(3) {
    display: none;
  }
}
@media screen and (max-width: 478px) {
  body .options {
    min-width: 280px;
  }
  body .options .option:nth-child(2) {
    display: none;
  }
}
body .options .option {
  position: relative;
  overflow: hidden;
  min-width: 80px;
  margin: 10px;
  background: var(--optionBackground, var(--defaultBackground, #E6E9ED));
  background-size: auto 120%;
  background-position: center;
  cursor: pointer;
  transition: 0.5s cubic-bezier(0.05, 0.61, 0.41, 0.95);
}
body .options .option:nth-child(1) {
  --defaultBackground:#ED5565;
}
body .options .option:nth-child(2) {
  --defaultBackground:#FC6E51;
}
body .options .option:nth-child(3) {
  --defaultBackground:#FFCE54;
}
body .options .option:nth-child(4) {
  --defaultBackground:#2ECC71;
}
body .options .option:nth-child(5) {
  --defaultBackground:#5D9CEC;
}
body .options .option:nth-child(6) {
  --defaultBackground:#AC92EC;
}
body .options .option.active {
  flex-grow: 10000;
  transform: scale(1);
  max-width: 1200px;
  margin: 0px;
  border-radius: 50px;
  background-size: auto 100%;
  /*&:active {
     transform:scale(0.9);
  }*/
}
body .options .option.active .shadow {
  box-shadow: inset 0 -120px 320px -120px black, inset 0 -120px 120px -100px black;
}
body .options .option.active .label {
  bottom: 0px;
  left: 10px;
}
body .options .option.active .label .info > div {
  left: 0px;
  opacity: 1;
}
body .options .option:not(.active) {
  flex-grow: 2;
  border-radius: 30px;
}
body .options .option:not(.active) .shadow {
  bottom: -40px;
  box-shadow: inset 0 -120px 0px -120px black, inset 0 -120px 0px -100px black;
}
body .options .option:not(.active) .label {
  bottom: 10px;
  left: 10px;
}
body .options .option:not(.active) .label .info > div {
  left: 20px;
  opacity: 0;
}

body .options .option .shadow {
  position: absolute;
  bottom: 0px;
  left: 0px;
  right: 0px;
  height: 110px;
  transition: 0.6s cubic-bezier(0.05, 0.61, 0.41, 0.95);
}
body .options .option .label {
  display: flex;
  position: absolute;
  right: 0px;
  height: 100px;
  transition: 0.6s cubic-bezier(0.05, 0.61, 0.41, 0.95);
}
body .options .option .label .icon {
  display: flex;
  flex-direction: row;
  justify-content: center;
  align-items: center;
  min-width: 40px;
  max-width: 40px;
  height: 40px;
  border-radius: 100%;
  background-color: white;
  color: var(--defaultBackground);
}
body .options .option .label .info {
  display: flex;
  flex-direction: column;
  justify-content: left;
  margin-left: 10px;
  color: white;
  white-space: pre;
  width: 500px;
  font-display: left;
}
body .options .option .label .info > div {
  position: relative;
  transition: 0.5s cubic-bezier(0.05, 0.61, 0.41, 0.95), opacity 0.5s ease-out;
}
body .options .option .label .info .main {
  
  font-weight: bold;
  font-size: 35px ;
}
body .options .option .label .info .sub {
  transition-delay: 0.1s;
  font-size: 30px;
}



/* 行事曆 */
/* @import url("https://fonts.googleapis.com/css2?family=Open+Sans:wght@400;500;600&family=Roboto:wght@300;400;500&display=swap"); */

* {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
}

section {
  position: relative;
  width: 100%;
  min-width : 600px;
  display: flex;
  justify-content: center;
  align-items: center;
  background: #ffffff;
  overflow: hidden;
  padding-bottom: 80px;
}

.swiper {
  width: 100%;
  padding-top: 50px;
  padding-bottom: 50px;
}

.swiper-slide {
  width: 700px;
  height: 400px;
  box-shadow: 0 15px 50px rgba(0, 0, 0, 0.2);
  filter: blur(1px);
  border-radius: 40px;
  display: flex;
  flex-direction: column;
  justify-content: flex-end;
  align-items: flex-start;
}

.swiper-slide-active {
  filter: blur(0px);
}

.swiper-pagination-bullet,
.swiper-pagination-bullet-active {
  background: #0c6af7;
}

.swiper-slide span {
  text-transform: uppercase;
  color: #fff;
  padding: 7px 18px 7px 25px;
  display: inline-block;
  border-radius: 0 20px 20px 0px;
  letter-spacing: 3px;
  font-size: 35px;
  font-family: "Georgia", sans-serif;
}

.swiper-slide--one span {
  background: #62667f;
}

.swiper-slide--two span {
  background: #087ac4;
}

.swiper-slide--three span {
  background: #b45205;
}

.swiper-slide--four span {
  background: #087ac4;
}
.swiper-slide--five span {
  background: #63e0bb;
}
.swiper-slide--six span {
  background: #079219;
}
.swiper-slide--seven span {
  background: #00ccff;
}
.swiper-slide--eight span {
  background: #f8d165;
}
.swiper-slide--nine span {
  background: #ffa806;
}
.swiper-slide--ten span {
  background: #003eb1;
}
.swiper-slide--eleven span {
  background: #9e86d4;
}
.swiper-slide--twelve span {
  background: #e76060;
}

.swiper-slide h2 {
  color: #fff;
  font-family: "標楷體", sans-serif;
  font-weight: 400;
  font-size: 25px;
  line-height: 1.4;
  margin-bottom: 10px;
  padding: 15px 45px 0 25px;
}
.swiper-slide h1 {
  color: #fff;
  font-family: "標楷體", sans-serif;
  font-weight: 400;
  font-size: 25px;
  line-height: 1.4;
  margin-bottom: 10px;
  padding: 0px 45px 0 25px;
}

.swiper-slide p {
  color: #fff;
  font-family: "標楷體", sans-serif;
  font-weight: 300;
  font-size: 20px;
  display: flex;
  align-items: center;
  padding: 0 25px 35px 25px;
}

.swiper-slide svg {
  color: #fff;
  width: 22px;
  height: 22px;
  margin-right: 7px;
}

.swiper-slide--one {
  background: linear-gradient(to top, #0f2027, #203a4300, #2c536400),
    url(https://images.unsplash.com/photo-1556206079-747a7a424d3d?ixlib=rb-4.0.3&ixid=MnwxMjA3fDB8MHxwaG90by1wYWdlfHx8fGVufDB8fHx8&auto=format&fit=crop&w=871&q=80)
      no-repeat 50% 50% / cover;
}

.swiper-slide--two {
  background: linear-gradient(to top, #0f2027, #203a4300, #2c536400),
    url("https://images.pexels.com/photos/1126382/pexels-photo-1126382.jpeg?auto=compress&cs=tinysrgb&w=1260&h=750&dpr=1")
      no-repeat 50% 50% / cover;
}

.swiper-slide--three {
  background: linear-gradient(to top, #0f2027, #203a4300, #2c536400),
    url("https://images.pexels.com/photos/456710/pexels-photo-456710.jpeg?auto=compress&cs=tinysrgb&w=1260&h=750&dpr=1")
      no-repeat 50% 50% / cover;
}

.swiper-slide--four {
  background: linear-gradient(to top, #0f2027, #203a4300, #2c536400),
    url("https://images.pexels.com/photos/516864/pexels-photo-516864.jpeg?auto=compress&cs=tinysrgb&w=1260&h=750&dpr=1")
      no-repeat 50% 50% / cover;
}

.swiper-slide--five {
  background: linear-gradient(to top, #0f2027, #203a4300, #2c536400),
    url("https://images.pexels.com/photos/819519/pexels-photo-819519.jpeg?auto=compress&cs=tinysrgb&w=1260&h=750&dpr=1")
      no-repeat 50% 50% / cover;
}
.swiper-slide--six {
  background: linear-gradient(to top, #0f2027, #203a4300, #2c536400),
    url("https://i0.wp.com/www.fotobeginner.com/wp-content/uploads/2015/01/186.jpg?w=748&ssl=1")
      no-repeat 50% 50% / cover;
}
.swiper-slide--seven {
  background: linear-gradient(to top, #0f2027, #203a4300, #2c536400),
    url("https://images.pexels.com/photos/620337/pexels-photo-620337.jpeg?auto=compress&cs=tinysrgb&w=1260&h=750&dpr=1")
      no-repeat 50% 50% / cover;
}
.swiper-slide--eight {
  background: linear-gradient(to top, #0f2027, #203a4300, #2c536400),
    url("https://d1hjkbq40fs2x4.cloudfront.net/2016-04-22/files/under-the-light-sample_1252.jpg")
      no-repeat 50% 50% / cover;
}
.swiper-slide--nine {
  background: linear-gradient(to top, #0f2027, #203a4300, #2c536400),
    url("https://d1hjkbq40fs2x4.cloudfront.net/2016-04-22/files/under-the-light-sample_1252-1.jpg")
      no-repeat 50% 50% / cover;
}
.swiper-slide--ten {
  background: linear-gradient(to top, #0f2027, #203a4300, #424b4e00),
    url("https://d1hjkbq40fs2x4.cloudfront.net/2016-04-22/files/under-the-light-sample_1252-4.jpg")
      no-repeat 50% 50% / cover;
}
.swiper-slide--eleven {
  background: linear-gradient(to top, #0f2027, #203a4300, #2c536400),
    url("https://i0.wp.com/www.fotobeginner.com/wp-content/uploads/2009/04/4.jpg?w=748&ssl=1")
      no-repeat 50% 50% / cover;
}
.swiper-slide--twelve {
  background: linear-gradient(to top, #0f2027, #203a4300, #2c536400),
    url("https://i0.wp.com/www.fotobeginner.com/wp-content/uploads/2009/04/7.jpg?w=748&ssl=1")
      no-repeat 50% 50% / cover;
}

.swiper-3d .swiper-slide-shadow-left,
.swiper-3d .swiper-slide-shadow-right {
  background-image: none;
}