﻿/* Google Fonts - Poppins */
/* @import url('https://fonts.googleapis.com/css2?family=Poppins:wght@300;400;500;600&display=swap'); */

/**{
  margin: 0;
  padding: 0;
  box-sizing: border-box;
  font-family: 'Poppins', sans-serif;
}
body{
  min-height: 100vh;
  display: flex;
  align-items: center;
  justify-content: center;
  background-color: #EFEFEF;
}*/


.slide-container, .slide-containerTw, .slide-containerSp {
    /*max-width: 1120px;*/
    width: 100%;
    padding: 40px 0;
}
.slide-content, .slide-contentTw, .slide-contentSp {
    margin: 0 0px;
    overflow: hidden;
    /*border-radius: 25px;*/
}
.card{
    margin:0px 0px 0px 0px;
}
.image-content,
.card-content {
    background-color: #fff;
    padding: 20px 10px 20px 15px;
    text-align: left;
}
.image-content{
  position: relative;
  row-gap: 5px;
  padding: 5px 0;
}
.overlay{
  position: absolute;
  left: 0;
  top: 0;
  height: 100%;
  width: 100%;
  /*background-color: #4070F4;*/
  border-radius: 5px 5px 0 5px;
}
.overlay::before,
.overlay::after{
  content: '';
  position: absolute;
  right: 0;
  bottom: -40px;
  height: 40px;
  width: 40px;
  /*background-color: #4070F4;*/
}
.overlay::after{
  border-radius: 0 25px 0 0;
  background-color: #FFF;
}
.card-image {
    position: relative;
    background-color: #fff;
    width:100%
}
    .card-image .card-img {
        object-fit: contain;
        background-color: #fff;
        margin-left: 1px;
        width: 100%;
    }
.name{
  font-size: 18px;
  font-weight: 500;
  color: #333;
  padding: 0px 10px 5px 10px;
}
.description{
  font-size: 14px;
  color: #707070;
  text-align: left !important;
}
.button{
  border: none;
  font-size: 16px;
  color: #FFF;
  padding: 8px 16px;
  background-color: #4070F4;
  border-radius: 6px;
  margin: 14px;
  cursor: pointer;
  transition: all 0.3s ease;
}
.button:hover{
  background: #265DF2;
}

.swiper-navBtn{
  color: #6E93f7;
  transition: color 0.3s ease;
}
.swiper-navBtn:hover{
  color: #4070F4;
}
.swiper-navBtn::before,
.swiper-navBtn::after{
  font-size: 35px;
}
.swiper-button-next, .swiper-button-nextTw, .swiper-button-nextSp {
    right: 0;
}
.swiper-button-prev, .swiper-button-prevTw, .swiper-button-prevSp {
    left: 0;
}
.swiper-pagination-bullet, .swiper-paginationTw-bullet, .swiper-paginationSp-bullet, .swiper-paginationSp-bullet {
    background-color: #6E93f7;
    opacity: 1;
}
.swiper-pagination-bullet-active, .swiper-paginationTw-bullet-active, .swiper-paginationSp-bullet-active, .swiper-paginationSp-bullet-active {
    background-color: #4070F4;
}

@media screen and (max-width: 768px) {
  .slide-content{
    margin: 0 10px;
  }
  .swiper-navBtn{
    display: none;
  }
}


.news-content {
    padding: 1em;
}

.news-image{
    float:left;
    width:100px;
    padding: 0 1em 0 1em;
    border:none;
}

.news-title {
    font-size: 18px;
    color: #000;
    font-weight: 400;
    text-align: left;
    display:block;
    margin:10px;
}

.news-date {
    font-size: 14px;
    color: #000;
    font-weight: 400;
    text-align: left;
    display:block;
    margin:10px;
}

.news-body{
    margin-top:0.5em;
    font-size:13px;
    line-height:normal;
    color:#666;
    font-weight:400;
}

.sponsor-images {
    width: 100%;
    padding: 15px 0px 15px 0px;
    display: flex;
    justify-content: center;
}

.sponsor-card-img{
    object-fit:contain;
    width:35%;
}

.swiper-btn {
    width: 50%;
    height: 50%;
    background: transparent;
    border-radius: 50%;
    text-align: center;
    cursor: pointer;
    display: inline-block;
}

.icon-arrow_right:before {
    content: "f0a9";
}

.header-feed {
    padding-top: 25px;
    padding-bottom: 15px;
    color: #000;
    text-align: left;
    color: #A6A6A6;
}

.twitter-header-feed {
    padding-top: 20px;
    padding-bottom: 15px;
    color: #000;
    text-align: left;
    
}

.wrapper{
    align-items:center;
}

@media screen and (min-width:1420px) {
    .slider-controller {
        /*margin: 0 auto 10px;*/
        width: 1400px;
        background-color: #fff
    }

    .swiper-buttons {
        width: 2% !important;
    }

    .slider-containerSp {
        margin-left:180px;
    }

}

@media screen and (min-width:1025px) and (max-width:1340px) {
    .slider-controller {
        margin: 0 auto 10px;
        width: 100%;
        background-color: #fff
    }
    .swiper-buttons {
        width: 2% !important;
    }

    .sponsorship {
        margin-left: 420px;
    }
}

@media screen and (min-width:768px) and (max-width:1024px) {
    .slider-controller {
/*        margin: 0 auto 10px;*/
        width: 100%;
        background-color: #fff
    }

    .swiper-buttons {
        width: 3% !important;
    }
}

@media screen and (max-width:768px) {
    .slider-controller {
        /*margin: 0 auto 10px;*/
        width: 100%;
        background-color: #fff
    }

    .swiper-buttons {
        width: 6% !important;
    }
}

.swiper-horizontal > .swiper-scrollbar, .swiper-horizontal > .swiper-scrollbarSp, .swiper-horizontal > .swiper-scrollbarTw, .swiper-scrollbar.swiper-scrollbar-horizontal, .swiper-scrollbarSp.swiper-scrollbarSp-horizontal, .swiper-scrollbarTw.swiper-scrollbarTw-horizontal{
    width:99% !important;
}

.swiper-container-horizontal > .swiper-scrollbar, .swiper-scrollbar.swiper-scrollbar-horizontal {
    border-radius: 2px !important;
    height: 5px !important;
    bottom: 0 !important;
    left: 50% !important;
    transform: translateX(-99%) !important;
}

.swiper-container-horizontal > .swiper-scrollbarTw, .swiper-scrollbarTw.swiper-scrollbar-horizontal {
    border-radius: 2px !important;
    height: 5px !important;
    bottom: 0 !important;
    left: 50% !important;
    transform: translateX(-87%) !important;
}

.swiper-container-horizontal > .swiper-scrollbarSp, .swiper-scrollbarSp.swiper-scrollbar-horizontal {
    border-radius: 2px !important;
    height: 5px !important;
    bottom: 0 !important;
    left: 50% !important;
    transform: translateX(-85%) !important;
}

.swiper-scrollbar, .swiper-scrollbarTw, .swiper-scrollbarSp{
    background:none !important;
}


#twitter {
    display: flex;
    width: auto;
    padding: 0px 0px 0px 10px;
}

#youtube {
    display: flex;
    width: auto;
    padding: 20px 0px 0px 10px;
}

.youtubeSlide, .normalSlider {
    background-color: #000;
    /*margin-bottom: 30px;*/
    position: relative;
    padding-top: 56.25%;
    overflow: hidden;
    cursor: pointer;
}

    .youtubeSlide img {
        width: 100%;
        /*top: -16.84%;*/
        top:0.16%;
        left: 0;
        opacity: 0.7;
    }

    .youtubeSlide .play-button {
        width: 90px;
        height: 60px;
        background-color: #333;
        box-shadow: 0 0 30px rgba( 0,0,0,0.6 );
        z-index: 1;
        opacity: 0.8;
        border-radius: 6px;
    }

        .youtubeSlide .play-button:before {
            content: "";
            border-style: solid;
            border-width: 15px 0 15px 26.0px;
            border-color: transparent transparent transparent #fff;
        }

    .youtubeSlide img,
    .youtubeSlide .play-button {
        cursor: pointer;
    }

        .youtubeSlide img,
        .youtubeSlide iframe,
        .youtubeSlide .play-button,
        .youtubeSlide .play-button:before {
            position: absolute;
        }

            .youtubeSlide .play-button,
            .youtubeSlide .play-button:before {
                top: 50%;
                left: 50%;
                transform: translate3d( -50%, -50%, 0 );
            }

    .youtubeSlide iframe {
        height: 100%;
        width: 100%;
        top: 0;
        left: 0;
    }