/*--------------------------------------------------------------
# General
--------------------------------------------------------------*/
/* color use:https://coolors.co/030c11-003152-fcedd9-fbb13c-fe6847 */
@import url(https://fonts.googleapis.com/earlyaccess/cwtexyen.css);
@import url("https://fonts.googleapis.com/css?family=Noto+Sans+TC&display=swap");
@import url('https://fonts.googleapis.com/css2?family=Kanit:ital,wght@0,400;0,600;0,800;0,900;1,400&display=swap');

body {
  /* font-family: 'Noto Sans TC',sans-serif; */
  font-family: 'Kanit', sans-serif;
  color: #fff;
  background: #1c050e;
}

a {
  text-decoration: none;
  color: #FCEDD9;
  cursor: pointer;
}

a:hover {
  color: #fc3287;
  text-decoration: none;
}

h1, h2, h3, h4, h5, h6 {
  color: #fc3287;
  font-weight: bold;
}
h2 span.en-title{ 
  color: #FCEDD9; 
  font-size: 50%; 
  font-weight: normal;
}
.text-right{
  text-align: right;
}
.small, small {
  font-size: 50%;
}
.button{
  color: #fff !important;
  text-transform: uppercase;
  background: linear-gradient(to top, #ff7e00 0%, #fc3287 100%);
  padding: 6px 20px;
  border: 2px solid #fc3287;
  min-width: 100px;
  border-radius: 20px;
  transition: all 0.4s;
}
.button:hover {
  color: #240037 !important;
}
@media screen and (max-width: 768px) {
  h2 span.min-title{
    display: none;
  }
}
/*--------------------------------------------------------------
# Back to top button
--------------------------------------------------------------*/
.back-to-top {
  position: fixed;
  visibility: hidden;
  opacity: 0;
  right: 15px;
  bottom: 15px;
  z-index: 996;
  background: #fc3287;
  width: 40px;
  height: 40px;
  border-radius: 4px;
  transition: all 0.4s;
}

.back-to-top i {
  font-size: 28px;
  color: #FCEDD9;
  line-height: 0;
}

.back-to-top:hover {
  background: #997600;
  color: #FCEDD9;
}

.back-to-top.active {
  visibility: visible;
  opacity: 1;
}
@media screen and (max-width: 768px) {
  .back-to-top{
    bottom: 100px;
  }
}
/*--------------------------------------------------------------
# Disable AOS delay on mobile
--------------------------------------------------------------*/
@media screen and (max-width: 768px) {
  [data-aos-delay] {
    transition-delay: 0 !important;
  }
}

/*--------------------------------------------------------------
# Header
--------------------------------------------------------------*/
#header {
  transition: all 0.5s;
  z-index: 997;
  transition: all 0.5s;
  /* background: #18191b; */
  box-shadow: 0 4px 10px -3px rgba(0, 0, 0, 0.5);
  border-radius: 0 0 20px 20px;
  overflow: hidden;
  margin: 0 10px;
}

#header .logo a span{
  font-size: 28px;
  margin-left: 12px;
  line-height: 1;
  letter-spacing: 2px;
  text-transform: uppercase;
  color: #fc3287;
  font-family: "cwTeXYen", sans-serif;
}
#header .logo{
  text-align: center;
}
#header .logo img {
  padding: 0;
  max-height: 70px;
}
.heard-top{
  padding: 0.5rem;
}
.heard-top h2{
  /* font-size: 24px; */
  font-weight: 900;
  padding: 8px;
  text-align: center;
  color: transparent;
}
.scrolled-offset {
  margin-top: 90px;
}
@media (max-width: 1410px) {
  #header .logo a span{
    font-size: 24px;
  }
}
@media (max-width: 1199px) {
  #header {
    /* height: 70px; */
  }
  #header .logo img {
    margin: auto;
    max-height: 60px;
  }
  #header .logo{
    flex: none;
  }
}
@media (max-width: 960px) {
  .scrolled-offset {
    margin-top: 90px;
  }
}
@media (max-width:450px){
  #header{ margin: 0;}
}
/*--------------------------------------------------------------
# Navigation Menu
--------------------------------------------------------------*/
/**
* Desktop Navigation 
*/
.navbar-bg {
  background: linear-gradient(180deg,#552652,#331231);
  padding: 0;
}
.navbar {
  padding: 0;
  margin: auto;
}

.navbar ul {
  margin: 0;
  padding: 0;
  display: flex;
  list-style: none;
  align-items: center;
}

.navbar li {
  position: relative;
}

.navbar a, .navbar a:focus {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: space-between;
  font-size: 1rem;
  color: #fff;
  text-transform: uppercase;
  white-space: nowrap;
  transition: 0.3s;
}

.navbar a i, .navbar a:focus i {
  font-size: 12px;
  line-height: 0;
  margin-left: 5px;
}

.navbar a:hover, .navbar .active, .navbar .active:focus, .navbar li:hover > a {
  color: #fc3287;
}
.navbar a span{
  color: #FFF;
  font-size: 12px;
  display: none;
}
a.nav-link img {
  height: 38px;
}
.btn-login {
  flex-direction: row !important;
  background: radial-gradient(100% 100% at 50% 0,#efff00 0,#ffbc00 44%,#df9a00 100%);
  color: #fc3287;
  padding: 6px 20px;
  min-width: 100px;
  border-radius: 10px 0 0 10px;
}
.btn-login:hover {
  color: #fff !important;
  background: radial-gradient(100% 100% at 50% 0,#efff00 0,#ffbc00 44%,#b98000 100%);
  transform: scale(1.025);
}
.btn-register {
  flex-direction: row !important;
  background: radial-gradient(100% 100% at 50% 0,#ff7aa7 0,#f11962 44%,#9a0957 100%);
  color: #fff !important;
  padding: 6px 20px;
  border-left: 0;
  min-width: 100px;
  border-radius: 0 10px 10px 0;
}
.btn-register:hover {
  color: #ffffff!important;
  background: radial-gradient(100% 100% at 50% 0,#ff7aa7 0,#f11962 44%,#660037 100%);
  transform: scale(1.025);
}
.btn-register img, .btn-login img{
  height: 32px;
}
@media (max-width: 1366px) {
  .navbar .dropdown .dropdown ul {
    left: -90%;
  }
  .navbar .dropdown .dropdown:hover > ul {
    left: -100%;
  }
}

/**
* Mobile Navigation 
*/
.mobile-nav-toggle {
  color: #fc3287;
  font-size: 28px;
  cursor: pointer;
  display: none;
  line-height: 0;
  transition: 0.5s;
  background: transparent;
  padding: 10px;
}

.mobile-nav-toggle.bi-x {
  color: #fc3287;
}

@media (max-width: 991px) {
  .navbar {
    padding: 12px 0;
    margin: 0;
  }
  .navbar-bg{
    padding: 0 !important;
  }
  .mobile-nav-toggle {
    display: block;
  }
  .navbar ul {
    display: none;
  }
  .navbar a, .navbar a:focus {
    display: flex;
    flex-direction: row;
    justify-content:center;
  }
  .navbar a span{ margin-left: .8rem;}
}

.navbar-mobile {
  position: fixed;
  overflow: hidden;
  top: 0;
  right: 0;
  left: 0;
  bottom: 0;
  background: rgba(0, 0, 0, 0.9);
  transition: 0.3s;
  z-index: 999;
}

.navbar-mobile .mobile-nav-toggle {
  position: absolute;
  top: 15px;
  right: 15px;
}

.navbar-mobile ul {
  display: block;
  position: absolute;
  top: 55px;
  right: 15px;
  bottom: 15px;
  left: 15px;
  padding: 10px 0;
  overflow-y: auto;
  transition: 0.3s;
}

.navbar-mobile a {
  padding: 10px 20px;
  font-size: 1rem;
  color: #fff;
}

.navbar-mobile a:hover, .navbar-mobile .active, .navbar-mobile li:hover > a {
  color: #fc3287;
}

.navbar-mobile .getstarted {
  margin: 15px;
}

.navbar-mobile .dropdown ul {
  position: static;
  display: none;
  margin: 10px 20px;
  padding: 10px 0;
  z-index: 99;
  opacity: 1;
  visibility: visible;
  background: #fff;
  box-shadow: 0px 0px 30px rgba(127, 137, 161, 0.25);
}

.navbar-mobile .dropdown ul li {
  min-width: 200px;
}

.navbar-mobile .dropdown ul a {
  padding: 10px 20px;
}

.navbar-mobile .dropdown ul a i {
  font-size: 12px;
}

.navbar-mobile .dropdown ul a:hover, .navbar-mobile .dropdown ul .active:hover, .navbar-mobile .dropdown ul li:hover > a {
  color: #f44336;
}

.navbar-mobile .dropdown > .dropdown-active {
  display: block;
}

/*--------------------------------------------------------------
# Sections General
--------------------------------------------------------------*/
section {
  overflow: hidden;
}

.section-bg {
  background-color: #000
}

.section-title {
  text-align: center;
  padding-bottom: 40px;
}

.section-title h2 {
  font-size: 32px;
  font-weight: bold;
  text-transform: uppercase;
  margin-bottom: 15px;
  padding-bottom: 0;
  text-shadow: 0 0 10px rgb(0 0 0 / 76%);
}

.section-title p, .section-title small {
  margin-bottom: 0;
  color: #fff;
}
@media (max-width: 768px) {
  .section-title {
    padding-bottom: 20px;
  }
}
/*--------------------------------------------------------------
# Testimonials
--------------------------------------------------------------*/
.testimonials {
  padding: 0;
  padding-top: 145px;
  max-width: 1920px;
  margin: auto;
}
.testimonials .swiper-container{
  border-radius: 20px;
  overflow:hidden;
}
.testimonials .testimonial-item {
  text-align: center;
  color: #fff;
}

.testimonials .testimonial-title {
  position: absolute;
  left: 25%;
  top: 25%;
  transform: rotate(-4deg);
  -webkit-filter: drop-shadow(12px 12px 7px rgba(0, 0, 0, 0.7));
  filter: drop-shadow(12px 12px 7px rgba(0, 0, 0, 0.7));
  display:none;
}

.testimonials .testimonial-item .testimonial-img {
  width: 100%;
  margin: 0 auto;
}

.testimonials .testimonial-item h3 {
  font-size: 7rem;
  font-weight: bold;
  margin: 10px 0 5px 0;
  color: #fff;
  background-image: linear-gradient(180deg,#ffffff 20%,#f3efb3 75%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  font-style: italic;
}

.testimonials .testimonial-item h4 {
  font-size: 4rem;
  color: #ddd;
  margin: 0 0 15px 0;
  background-image: linear-gradient(180deg,#ffffff 20%,#f3efb3 75%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  font-style: italic;
  font-weight: 600;
}

.testimonials .swiper-pagination {
  margin-top: 0;
  position: absolute;
  bottom: 1%;
}

.testimonials .swiper-pagination .swiper-pagination-bullet {
  width: 12px;
  height: 12px;
  opacity: 1;
  background-color: rgba(255, 255, 255, 0.4);
}

.testimonials .swiper-pagination .swiper-pagination-bullet-active {
  background-color: #fdb5487c;
  box-shadow: 0px 0px 4px 3px #fdb548;
}

@media (max-width: 768px) {
  .testimonials {
    background: transparent;
    padding-top: 110px;
  }
  .testimonials .testimonial-item .testimonial-img {
    overflow: hidden;
}
  .testimonials .testimonial-item p {
    width: 80%;
  }
  .testimonials .swiper-container{
    border-radius: 12px;
    overflow:hidden;
  }
}

/*--------------------------------------------------------------
# Home-theme-main-slider
--------------------------------------------------------------*/
.theme-main-slider.item{
  position: relative;
  width: 100%;
  z-index: 0;
  background-size: cover;
  /* height: 80vh; */
  text-align: center;
  padding: 60px 0 20px 0;
}
.theme-main-slider.item.ft {
  padding-bottom: 60px;
}
.theme-main-slider.item.item-top{
  height: 80vh;
}
.overlay{
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  height: 100%;
  width: 100%;
  background-color: rgba(0, 0, 0, .50);
  z-index: -1;
}
.theme-main-slider.item .item-pic{
  position: relative;
  z-index: 1;
}
.theme-main-slider.item .info{
  display: flex;
  flex-direction: column;
  justify-content: center;
  border-radius: 20px;
  border: 3px solid #f7865e;
  padding: 40px 30px 40px 100px;
  border-width: 2px 4px 2px 0;
  margin-left: -30%;
  /* position: relative;
  z-index: -1; */
  background: linear-gradient(90deg,rgba(31,31,31,.95) 40%,rgba(0,0,0,.95));
}
.info.info-left {
  margin-left: auto !important;
  margin-right: -30%;
  padding: 50px 90px 50px 50px !important;
  border-width: 2px 0px 2px 4px !important;
}
.info_bg {
  position: absolute;
  bottom: 6%;
  right: -20%;
  z-index: -2;
}
.info_bg  img{
  max-width: 780px;
}
.theme-main-slider.item .section-title h2 {
  color: #fff;
  text-transform: uppercase;
  text-shadow: 0 0 10px rgb(0 0 0 / 76%);
  font-size: 3vw;
  text-transform: uppercase;
  font-family: Myriad-Pro, sans-serif;
  text-align: left;
  line-height: 1;
  transition-duration: 1s;
  transition-delay: .4s;
}
.theme-main-slider.item h3.title {
  margin-bottom: 0;
  font-size: 1.5em;
}
.theme-main-slider .description {
  margin: 0 auto;
  font-size: 1vw;
  line-height: 1.5;
  text-align: left;
  display: block;
  /* padding-top: 2.5vw; */
  transition-duration: 0.5s;
  transition-delay: 1.5s;
  -webkit-transition-duration: 0.3s;
  -webkit-transition-delay: 0s;
}
.theme-main-slider{
    display: flex;
    align-items: center;
    justify-content: center;
}
.theme-main-slider {
  width: 100%;
  height: 100%;
  position: absolute;
  z-index: -1;
}
@media (max-width: 1024px) {
  .theme-main-slider.item{
    height: auto !important;
  }
  .overlay{
    background-color: rgba(0, 0, 0, .70);
  }
  .theme-main-slider.item .section-title h2, .theme-main-slider .description {
    padding-left: 0;
    text-align: center;
  }
  .info_bg {
    bottom: 13%;
    right: -20%;
  }
  .info_bg img {
    max-width: 530px;
  }
}
@media (max-width: 767px) {
  .theme-main-slider.item.ft {
    padding-bottom: 150px;
  }
  .theme-main-slider.item .info, .info.info-left {
    display: flex;
    flex-direction: column;
    justify-content: center;
    border-radius: 20px;
    border: 3px solid #f7865e;
    padding: 110px 12px 20px 12px !important;
    border-width: 0px 2px 4px 2px !important;
    margin-left: auto;
    margin-top: -30%;
  }
  .info.info-left {
    margin-left: auto !important;
    margin-right: auto;
    clear: both;
  }
  .theme-main-slider.item .section-title h2 {
    line-height: 1.2;
    font-size: 6vw;
  }
  .section-title h2{
    font-size: 1rem;
    width: 80%;
    margin: auto;
  }
}

.ft-new-register {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 470px;
  background-size: cover;
  background-position: 50%;
  background-image: url(../images/home/review-cover-bg.3569fd4a.jpg);
}
.ft-new-register .info{
  display: flex;
  align-items: center;
  flex-direction: column;
  padding: 20px;
}
.-review-login-btn {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 250px;
  height: 50px;
  margin-top: 2rem;
  padding: 0;
  background-size: cover;
  background-position: 50%;
  border-bottom: none;
  border-radius: 6px;
  -webkit-filter: drop-shadow(0 0 8px rgba(245,69,66,.5));
  filter: drop-shadow(0 0 8px rgba(245,69,66,.5));
  box-shadow: none;
  transition: all .3s;
  background-image: url(../images/home/review-cover-login-bg.3743b5b2.png);
  background-size: 100%;
  background-repeat: no-repeat;
  color: #fff;
  font-weight: 600;
}
.-review-login-btn:hover{
  -webkit-filter: drop-shadow(0 0 8px rgba(245,69,66,.5)) saturate(1.5);
  filter: drop-shadow(0 0 8px rgba(245,69,66,.5)) saturate(1.5);
  -webkit-transform: scale(1.025);
  transform: scale(1.025);
  color: #fff;
}

/*--------------------------------------------------------------
# Home-advantage
--------------------------------------------------------------*/
section.advantage {
  position: relative;
  padding: 2rem 0 3rem;
  text-align: center;
}
.advantage .panel {
  height: calc(520px - .5rem);
  margin-top: 10px;
  padding: 2px;
  text-align: center;
  border-radius: 15px;
  background-origin: border-box;
  background-clip: content-box,border-box;
  background-image: linear-gradient(180deg,#1f1f1f,rgba(0,0,0,.75)),linear-gradient(180deg,#f7865e,rgba(255,175,126,.5) 41%,rgba(247,134,94,0)); 
}
.advantage .-item-title{
  font-size: 18px;
}
.advantage .panel .icon{
  margin-top: 1em;
}
.advantage .panel .front, .advantage .panel .description{
  padding: 12px;
}
.advantage .panel .description{
  margin-bottom: 2rem;
  padding: 0 1rem;
  font-size: .875rem;
  font-weight: 300;
  color: #a9a6a6;
}
@media (max-width: 768px) {
  .advantage .panel .description{
    padding: 0 .5rem;
  }
}
/*--------------------------------------------------------------
# Home-exclusive
--------------------------------------------------------------*/
.exclusive {
  width: 100%;
  background: url(../images/service/bg.jpeg) no-repeat;
  background-size: cover;
  background-position: center;
  padding-top: 80px;
  padding-bottom: 80px;
}
.exclusive .panel {
  height: 450px;
  margin-top: 10px;
  border-radius: 0;
  background: #000;
  position: relative;
  text-align: center;
  box-shadow: -1px 3px 8px rgba(0, 0, 0, 0.48);
  font-weight: 600;
  display: flex;
  flex-direction: column;
  align-content: center;
  justify-content: center;
}
.exclusive .panel .icon{
  margin: auto;
}
.exclusive .panel .icon img{
  max-width: 250px;
}
.exclusive .panel .back {
  position: absolute;
  margin: auto;
  padding: 15%;
  top: 0;
  display: flex;
  align-items: center;
  justify-content: center;
  height: 450px;
  text-align: center;
  opacity: 0;
}
.exclusive .panel-1 .back { background: url(../images/service/ser_01_1.jpg) rgb(0 0 0 / 80%); }
.exclusive .panel-2 .back { background: url(../images/service/ser_01_2.jpg) rgb(0 0 0 / 80%); }
.exclusive .panel-3 .back { background: url(../images/service/ser_01_3.jpg) rgb(0 0 0 / 80%); }
.exclusive .panel-4 .back { background: url(../images/service/ser_01_4.jpg) rgb(0 0 0 / 80%); }
.exclusive .panel .back .desc {
  position: relative;
  z-index: 2;
}
.exclusive .panel .back .overlay {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  height: 100%;
  width: 100%;
  background-color: rgb(0 0 0 / 45%);
  z-index: 1;
}
.exclusive .panel:hover .back {
  opacity: 1;
  -webkit-transition: all .4s ease-in-out;
  transition: all .4s ease-in-out;
}

@media (max-width: 768px) {
  .exclusive .panel .icon img{
    max-width: 100%;
  }
  .exclusive .panel, .exclusive .panel .back{
    height: 350px;
    padding: 4%;
  }
}
/*--------------------------------------------------------------
# Games
--------------------------------------------------------------*/
section.Games {
  padding: 60px 0;
}
.game-list {
  padding: 0;
  list-style: none;
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  text-align: center;
}
.game-list li {
  flex: 0 0 auto;
  width: 20%;
  padding: 20px;
}

@media (max-width: 1024px) {
  .game-list li {
    flex: 0 0 auto;
    width: 25%;
    padding: 15px;
  }
}
@media (max-width: 768px) {
  section.Games {
   padding-bottom: 100px;
  }
  .game-list li {
    flex: 0 0 auto;
    width: 33.33%;
    padding: 10px;
  }
}
@media (max-width: 425px) {
  .game-list li {
    flex: 0 0 auto;
    width: 50%;
    padding: 10px;
  }
}
/*--------------------------------------------------------------
# ourService
--------------------------------------------------------------*/
.ourService {
  padding: 100px;
  background-color: #fff;
  color: #333;
}
.ourService .section-title .title{
  color: #333;
  text-shadow: none;
}
.ourService .os-title{
  font-weight: 600;
}
.ourService .sv {
  padding: 20px;
  text-align: center;
}
.ourService .sv .icon{
  padding: 20px;
}
.ourService .sv .icon img{
  text-align: center;
  max-width: 200px;
}

@media (max-width: 768px) {
  .ourService {
    padding: 60px 20px;
  }
  .ourService .sv, .ourService .sv .icon {
    padding: 10px;
  }
  .ourService .sv .icon img {
    max-width: 100px;
  }
}

/*--------------------------------------------------------------
# about
--------------------------------------------------------------*/
.theme-main-slider.item.about {
  background: url(../images/service/bg.jpeg) no-repeat;
  background-size: cover;
  background-position: center;
  padding-top: 124px;
  height: 37vh !important;
  text-align: left !important;
}
.theme-main-slider.item.about .section-title h2 {
  padding-left: 0;
  font-size: 120px;
}
.theme-main-slider.item.about .about-title {
  position: absolute;
  left: 2%;
  bottom: 0;
  opacity: .6;
}
.ourVision{
  padding: 140px 20px;
  text-align: left;
}
.ourVision .section-title {
  text-align: left !important;
  padding-bottom: 40px;
}
.ourVision .section-title h2 {
  text-shadow: none;
}
.ourVision p{
  color: #999;
}
@media (max-width: 1024px) {
  .theme-main-slider.item.about .section-title h2 {
    text-align: left !important;
  }
}
@media (max-width: 767px) {
  .theme-main-slider.item.about .section-title h2 {
    text-align: left !important;
  }
  .theme-main-slider.item.about .section-title h2 {
    font-size: 24px;
  }
}
/*--------------------------------------------------------------
# Frequently Asked Questions
--------------------------------------------------------------*/
section#faq {
  padding: 140px 20px;
}
.faq .container{
  max-width: 960px;
}
.faq .faq-list {
  padding: 0;
  list-style: none;
}

.faq .faq-list li {
  border: 1px solid #fc3287;
  margin-bottom: 16px;
  padding: 16px;
  border-radius: 12px;
}

.faq .faq-list a {
  display: contents;
  position: relative;
  font-size: 18px;
  line-height: 24px;
  font-weight: 400;
  padding-right: 25px;
  cursor: pointer;
}
.faq .faq-list .btn {
  display: initial;
  padding: 6px 24px;
  font-size: 1rem;
}
.faq .faq-list img{
  margin-bottom: 16px;
  border-radius: 20px;
  position: relative;
}

.faq .faq-list i {
  font-size: 24px;
  position: absolute;
  right: 6px;
  top: 6px;
  background: #fc3287;
  color: #fff;
  border-radius: 8px;
}

.faq .faq-list p {
  margin-bottom: 0;
  padding: 1rem 3rem;
}

.faq .faq-list .icon-show {
  display: none;
}

.faq .faq-list a.collapsed {
  color: #343a40;
}

.faq .faq-list a.collapsed:hover {
  color: #f44336;
}

.faq .faq-list a.collapsed .icon-show {
  display: inline-block;
}

.faq .faq-list a.collapsed .icon-close {
  display: none;
}
.faq.news .container{
  /* max-width: 80%; */
}
@media (max-width: 768px) {
  section#faq {
    padding: 120px 0;
  }
  .faq .faq-list p {
    padding: 1rem 1rem;
  }
}
/*--------------------------------------------------------------
# Breadcrumbs
--------------------------------------------------------------*/
.breadcrumbs {
  padding: 40px 0;
}

.breadcrumbs h2 {
  font-size: 26px;
  font-weight: 300;
}

.breadcrumbs ol {
  display: flex;
  flex-wrap: wrap;
  list-style: none;
  padding: 0;
  margin: 0;
  font-size: 1rem;
}

.breadcrumbs ol li + li {
  padding-left: 10px;
}

.breadcrumbs ol li + li::before {
  display: inline-block;
  padding-right: 10px;
  color: #2f2f2f;
  content: "/";
}

@media (max-width: 768px) {
  .breadcrumbs .d-flex {
    display: block !important;
  }
  .breadcrumbs ol {
    display: block;
  }
  .breadcrumbs ol li {
    display: inline-block;
  }
}

/*--------------------------------------------------------------
# Footer
--------------------------------------------------------------*/
#footer {
  background: url("../images/footer-bg.png") #000 repeat;
  color: #fff;
  font-size: 14px;
  position: relative;
}

#footer::before {
  /* content: "";
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  background: rgba(0, 0, 0, 0.3);
  z-index: 1; */
}
#footer ul{margin: 30px 0 0 0;}

#footer ul li{
  list-style: none;
  margin: 10px;
  display: inline-block;
}
#footer a {
  color: #ffffff;
  font-style: italic;
}
#footer .footer-top {
  position: relative;
  z-index: 2;
  padding: 80px 0;
}

#footer .footer-top .footer-logo img {
  height: 80px;
}

#footer .footer-top h3 {
  font-size: 36px;
  font-weight: 700;
  color: #fc3287;
  position: relative;
  font-family: "Poppins", sans-serif;
  padding: 30px 0 0 0;
  margin-bottom: 0;
}

#footer .footer-top p {
  font-size: 1rem;
  line-height: 1.5;
  font-style: italic;
  margin: 30px 0 0 0;
  padding: 0;
}

#footer .footer-top .footer-newsletter {
  text-align: center;
  font-size: 1rem;
  margin-top: 30px;
}

#footer .footer-top .social-links {
  margin-top: 30px;
}

#footer .footer-top .social-links a {
  font-size: 18px;
  display: inline-block;
  background: #fc3287;
  color: #fff;
  line-height: 1;
  padding: 8px 0;
  margin-right: 4px;
  border-radius: 50%;
  text-align: center;
  width: 36px;
  height: 36px;
  transition: 0.3s;
}

#footer .footer-top .social-links a:hover {
  background: #5ab652;
  color: #fff;
  text-decoration: none;
}

#footer .footer-bottom {
  border-top: 1px solid #222222;
  z-index: 2;
  position: relative;
  padding-top: 40px;
  padding-bottom: 40px;
}

#footer .copyright {
  text-align: center;
}

#footer .credits {
  text-align: center;
  font-size: 13px;
  padding-top: 5px;
}


/*--------------------------------------------------------------
# SEO
--------------------------------------------------------------*/
.product-item h3{
  font-size: 1.2rem;
  font-weight: 600;
}

section.seo {
  border-top: 1px solid #fc3287;
  background:rgb(0 0 0 / 69%);
  padding: 60px 0;
}
section.seo .container{
  padding-bottom: 0;
}
/*--------------------------------------------------------------
# modal
--------------------------------------------------------------*/
.modal-header {
  background: #fc3287;
  color: #000
  font-weight: 900;
  border-bottom: 0;
}
.modal-header .close {
  color: #000;
  padding: 1rem 1rem;
  margin: -1rem -0.2rem -1rem auto;
  padding: 0;
  background-color: transparent;
  border: 0;
}
.close {
  float: right;
  font-size: 1.5rem;
  font-weight: 700;
  line-height: 1;
  text-shadow: 0 1px 0 #fff;
  opacity: 1;
}
.modal-footer{
  border: 0;
}
h4.modal-title{
  color:#000;
}
.modal-content {
  background-color: #0c0017;
  border: 1px solid #fc3287;
  max-height: 78vh;
  overflow-y: scroll;
}

.login_form .form-control {
  font-size: 18px;
  border-radius: 0;
  border: 0;
  border-bottom: 1px solid;
  background: 0 0;
  color: #fff;
}
.login_form label {
  margin: 10px 6px;
  font-size: 16px;
  color: #fff;
  font-weight: 600;
  letter-spacing: 2px;
}
.login_form .button-red {
  min-width: 120px;
  height: 40px;
  color: #000;
  letter-spacing: 2px;
  font-weight: 400 !important;
  text-shadow: none;
  margin: 0 -15px;
  background: #ffc107;
  border-radius: 40px;
  border: solid 1px #ffc107;
}
.login_form .button-red:hover {
  background: linear-gradient(to top, #f7922f 0%, #ffc107 100%);
  transition: all 0.4s;
}
#notice li{
  margin-bottom: 12px;
  border-bottom: 1px dotted #fc3287;
}
/*--------------------------------------------------------------
# Register
--------------------------------------------------------------*/
section#register {
  margin-top: 120px;
  min-height: 60vh;
  padding: 60px 40px 120px 40px;
}

/*-----------------------------------
    ft_menu
------------------------------------*/

.ft-navbar {
  background: rgb(0 0 0 / 85%);
  border-top: solid 1px #fc3287;
  padding: 8px 0 24px 0;
  box-shadow: -3px -6px 8px 0px rgb(245 210 107 / 54%);
  border-radius: 20px 20px 0 0;
}

.ft-navbar ul {
  margin: auto;
  height: 40px;
}
.ft-navbar ul li {
  list-style: none;
  padding: 6px 10px;
  text-align: center;
  min-width: 46px;
}
.ft-link-home {
  position: relative;
  bottom: 17px;
  width: 120px;
  height: 54px;
  z-index: 10;
  text-align: center;
}
.ft-link-home .home {
  text-align: center;
  margin: 26px 0;
}
.ft-link-home .home img {
  margin: -8px 0px;
  max-width: 40px;
}
.ft-link-home .home div{
  font-size: .6em;
  line-height: 2.4;
  width: 50px;
  margin: -26px 14px;
}
a.ft-link {
  line-height: 0;
  font-size: .8em;
  color: #fff;
}
.ft-link img {
  margin-bottom: 4px;
  width: 28px;
}
a.ft-link div{
  margin: 4px auto;
    text-align: center;
}

/* login-els */
/* login-els */
.login-else, .register_else{
  display: flex;
  flex-direction: column;
  align-items: center;
}
.login-else h4, .register h4{
  color: #fc3287;
  font-weight: 600;
  font-size: 24px;
  margin-bottom: 12px;
}
.login-else .hr ,.register_else .hr{
  width: 100%;
  height: 1px;
  margin: 16px 0;
  background: #8f8f8f;
}
.register_else .hr{
  margin: 40px 0;
}
.else-btn {
  display: flex;
    width: 275px !important;
    height: 50px;
    background: -webkit-linear-gradient(90deg,#5BC2E7 20%, #ffe97d,#5BC2E7 90% );
    border-radius: 40px;
    padding: 6px 20px;
    margin: 5px 0;
    align-items: center;
    justify-content: space-between;
}
.else-btn.google{
  background: #db4437;
  color: #fff;
}
.else-btn.line{
  background: #06c755;
  color: #fff;
}
.else-btn span {
  width: 80%;
  text-align: left;
  letter-spacing: 1px;
  font-weight: 600;
  font-size: 14px;
  border-left: 1px solid;
  padding-left: 16px;
}
.else-btn img{
  max-width: 40px;
  padding: 5px;
}