/**
* Template Name: Arsha
* Updated: May 30 2023 with Bootstrap v5.3.0
* Template URL: https://bootstrapmade.com/arsha-free-bootstrap-html-template-corporate/
* Author: BootstrapMade.com
* License: https://bootstrapmade.com/license/
*/

/*--------------------------------------------------------------
# General
--------------------------------------------------------------*/
body {
  font-family: "Open Sans", sans-serif;
  color: #444444;
}

a {
  color: #47b2e4;
  text-decoration: none;
}

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

h1,
h2,
h3,
h4,
h5,
h6 {
  font-family: "Jost", sans-serif;
}

/*--------------------------------------------------------------
# Preloader
--------------------------------------------------------------*/
#preloader {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: 9999;
  overflow: hidden;
  background: #37517e;
}

#preloader:before {
  content: "";
  position: fixed;
  top: calc(50% - 30px);
  left: calc(50% - 30px);
  border: 6px solid #37517e;
  border-top-color: #fff;
  border-bottom-color: #fff;
  border-radius: 50%;
  width: 60px;
  height: 60px;
  animation: animate-preloader 1s linear infinite;
}

@keyframes animate-preloader {
  0% {
    transform: rotate(0deg);
  }

  100% {
    transform: rotate(360deg);
  }
}

body {
  font-family: 'Roboto';
}

/*--------------------------------------------------------------
# Hero Section
--------------------------------------------------------------*/
#hero {
  position: relative;
  overflow-y: auto;
  overflow-x: hidden;
  background-image: url('../img/bg_pc.webp');
  background-repeat: no-repeat;
  background-position: top;
  background-size: cover;
  width: 100%;
  min-height: 100vh;
  height: auto;
  margin: auto;
}

@keyframes zoomInOut {
  0% {
    transform: scale(1);
  }
  50% {
    transform: scale(1.1);
  }
  100% {
    transform: scale(1);
  }
}

.app img {
  animation: zoomInOut 2s infinite; 
}

.fixed-top {
    position: fixed;
    top: 0;
    right: 0;
    left: 0;
    z-index: 1030;
    width: 1200px;
    margin: auto;
}

.tab-content-fixed{
  padding-top: 80px;
}


#hero .animated {
  animation: up-down 2s ease-in-out infinite alternate-reverse both;
}


.link-app-0{
  text-align: center;
  margin-left: auto;
  margin-right: auto;
  margin-top: 0px;
  width: 1300px;
}


.link-app-1 .nav-item{
    margin: 0;
    padding: 0 5px 0 0;
    cursor: pointer;
}


.link-app-1 .item-1{
    width: 40%;
}

.link-app-1 .item-2{
    width: 30%;/
}

.link-app-1 .item-3{
    width: 30%;
    /*min-width: 200px;*/
}


.link-app-1.nav-tabs {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 100%;
    padding: 5px 0px;
    border: 1px solid #203f4b;
    border-radius: 30px;
    background: #11151d;
}

.link-app-1 .nav-item  a{
   color: #fff;
   text-align: center;
   border: none;
}

.link-app-1 .nav-item  a h4{
  margin-bottom: 0px;
  font-size: 1.2rem;
  font-weight: 700;
}

.link-app-1 .nav-item  a:hover{
   border: none;
   outline: none;
}

.nav-tabs .nav-link.active{
  background-color: transparent;
}

.nav-tabs .nav-link.active h4{
  width: 100%;
  background: -webkit-linear-gradient(left, #75ffc3 , #5fffff);
  background: -o-linear-gradient(right, #75ffc3, #5fffff);
  background: -moz-linear-gradient(right, #75ffc3, #5fffff);
  background: linear-gradient(to right, #75ffc3 , #5fffff); 
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  position: relative;
}


.nav-tabs .nav-link.active h4:after{
    content: "";
    position: absolute;
    bottom: -12px;
    width: 100%;
    left: 0;
    height: 1px;
    border-radius: 1px;
    /*background: linear-gradient(130deg, #75ffc3, #5fffff 41.07%, #75ffc3 76.05%);*/
     background-image: url('../img/border.webp');
    background-repeat: no-repeat;
    background-position: center;
    background-size: contain;
    width: 100%;
}

/*.nav-tabs .nav-link img{
   display: none;
}*/

.nav-tabs .nav-link.active img{
   display: flex;
   width: 200px;
}

.container{
  position: relative;
}

.logo{
  position: absolute;
  width: 185px;
  top: 0px;
  left: 65px;
}

.link-menu{
  position: absolute;
  top: 15px;
  left: 60px;
}

.link-menu a{
  cursor: pointer;
}

.link-menu img{
  height: 38px;
}

.ml-3{
  margin-left: 20px;
}

.rules{
    min-height: 100px;
    height: auto;
    background-color: #043438; /* For browsers that do not support gradients */
    background-image: linear-gradient(#0a3029, #060f17, #060f17, #060f17,  #060f17, #0a3029);
    border-radius: 25px;
    color: #fff;
    padding: 20px;
}

.bg-grad {  
  min-height: 100px;
  height: auto;
  background-color: #043438; /* For browsers that do not support gradients */
  background-image: linear-gradient(#043438, #043438, #061e25, #061e25, #061e25 ,#061e25, #043438, #043438);
  border-radius: 25px;
  color: #fff;
  padding: 10px 30px;
}

.bg-grad p{
  font-size: 1.15rem;
  margin-left: 10px;
}

.title-text{
  background: -webkit-linear-gradient(left, #16e066, #0ac9f0);
  background: -o-linear-gradient(right, #16e066, #0ac9f0);
  background: -moz-linear-gradient(right, #16e066, #0ac9f0);
  background: linear-gradient(to right, #16e066, #0ac9f0);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  font-size: 2.2rem;
  font-weight: 700;
  margin-bottom: 20px;
}

.title{
  line-height: 1.3;
}

.title span{
    border: 2px solid #35fea3;
    background: #11151d;
    border-top: none;
    border-bottom: none;
    font-size: 1.5rem;
    padding: 3px 15px;
    display: inline-block;
}

.step{
  color: #3cf1ab;
  font-size: 1.15rem;
  margin-top: 5px;
  margin-bottom: 0px;
}

.step img{
  height: 12px;
  margin-top: -2px;
}

.img-item{
  width: 250px;
}


.flex-center{
  display: flex;
  align-items: center;
}

.arrow{
  margin-top: 15%;
}


.scroll-top i {
    font-size: 24px;
    color: #fff;
    line-height: 0;
}

.scroll-top {
    position: fixed;
    visibility: hidden;
    opacity: 0;
    right: 15px;
    bottom: -15px;
    z-index: 99999;
    background-color: #043438;
    width: 44px;
    height: 44px;
    border-radius: 50px;
    transition: all 0.4s;
}

.scroll-top.active {
    visibility: visible;
    opacity: 1;
    bottom: 15px;
}


.app:hover, .link:hover, .app2:hover{
  opacity: 0.8;
}

.ellipsis  {
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  width: 100%;
  display: inline-block;
}

.ellipsis2  {
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  width: 80%;
  display: inline-block;
}

.imgteam{
  width: 70px;
  height: 70px;
}

.blv{
  margin-top: -12px;
}

.dk-pc{
  display: block;
}

.dk-sp{
  display: none;
}


.modal-content{
    box-shadow: #907300 0px 0px 0px 4px, #907300 0px 8px 6px -1px, #907300 0px 2px 0px inset;
    color: #fff;
    background-color: #2b282b;
}

#btn-confirm img{
   width: 60%;
}

.btn-closed{
  position: absolute;
  right: -45px;
  top: -35px;
  outline: none;
  box-shadow: none;
  border: none;

}

.btn-closed img{
   width: 60%;
}


@-webkit-keyframes glowing {
  0% { background-color: #004A7F; -webkit-box-shadow: 0 0 3px #004A7F; opacity: 0.3;}
  50% { background-color: #0094FF; -webkit-box-shadow: 0 0 10px #0094FF; opacity: 1;}
  100% { background-color: #004A7F; -webkit-box-shadow: 0 0 3px #004A7F; opacity: 0.3;}
}
 
@-moz-keyframes glowing {
  0% { background-color: #004A7F; -moz-box-shadow: 0 0 3px #004A7F; opacity: 0.3;}
  50% { background-color: #0094FF; -moz-box-shadow: 0 0 10px #0094FF; opacity: 1;}
  100% { background-color: #004A7F; -moz-box-shadow: 0 0 3px #004A7F; opacity: 0.3;}
}
 
@-o-keyframes glowing {
  0% { background-color: #004A7F; box-shadow: 0 0 3px #004A7F; opacity: 0.3;}
  50% { background-color: #0094FF; box-shadow: 0 0 10px #0094FF; opacity: 1;}
  100% { background-color: #004A7F; box-shadow: 0 0 3px #004A7F; opacity: 0.3;}
}
 
@keyframes glowing {
  0% { background-color: #004A7F; box-shadow: 0 0 3px #004A7F; opacity: 0.3; }
  50% { background-color: #0094FF; box-shadow: 0 0 10px #0094FF;opacity: 1;  }
  100% { background-color: #004A7F; box-shadow: 0 0 3px #004A7F; opacity: 0.3; }
}
 
.button-link {
  -webkit-animation: glowing 900ms infinite;
  -moz-animation: glowing 900ms infinite;
  -o-animation: glowing 900ms infinite;
  animation: glowing 900ms infinite;
}



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

@media (max-width: 1600px) {
 
}
@media (max-width: 1540px) {
 

}

@media (max-width: 1440px) {
  .link-app-0{
    width: 100%;
  }

@media (max-width: 1368px) {
   .imgteam {
      width: 60px;
      height: 60px;
    }   


    .bg-left {
        position: absolute;
        left: -83px;
        width: 130px;
        top: 0px;
    }

    .vs-group  img{
       width: 48%;
    }

    .vs-group .vs{
       width: 30%;
    }

    .item-match {
      height: 152px;
    }
 
}

@media (max-width: 1024px) {

  .bg-left, .bg-right{
    display: none;
  }

  .item-match{
    height: 163px;
  }

  .imgteam {
    width: 60px;
    height: 60px;
  }

  .vs-group  img{
     width: 48%;
  }

  .vs-group .vs{
     width: 30%;
  }

  /*.fixed-top{
    width: 100%;
  }

  .tab-content-fixed {
    padding-top: 130px;
  }*/

}

@media only screen 
    and (width: 1366px) 
    and (height: 1024px) {


    .imgteam {
      width: 60px;
      height: 60px;
    }   


    .bg-left {
        position: absolute;
        left: -83px;
        width: 130px;
        top: 0px;
    }

    .vs-group  img{
       width: 48%;
    }

    .vs-group .vs{
       width: 30%;
    }

    .item-match {
      height: 152px;
    }


}

@media only screen 
    and (width: 1024px) 
    and (height: 1366px) {
 
}

@media (max-width: 991px) {

}

@media (max-width: 768px) {
  #hero {
    position: relative;
    overflow: hidden;
    background-image: url('../img/bg_sp.webp');
    background-repeat: no-repeat;
    background-position: top;
    background-size: cover;
    width: 100%;
    min-height: 100vh;
    height: auto;
 }


  .link-app-0, .link-app-1, .link-app-2, .link-app-3 , .link-app-4, .link-app-5{
    width: 100% !important;
    padding-left: 0px;
    padding-right: 0px;
  }

  .container{
    padding-left: 10px;
    padding-right: 10px;
  }


  .nav-tabs .nav-link.active img{
    height: 40px;
  }

  .link-app-1 .nav-item a h4 {
    font-size: 1rem;
  }

  .link-menu {
    position: absolute;
    top: 5px;
    right: 5px;
    left: unset;
  }

  .link-menu img{
    height: 25px;
    }

  .ml-3{
    margin-left: 10px;
  }

  .block-rules{    
    margin-bottom: 0px;
  }

  .tab-content>.tab-pane {
    padding: 0px 0px;
  }

  .rules{
    padding: 15px;
  }

  .rules p{
    font-size: 1rem;
  }

  .nav-tabs .nav-link.active h4{   
    font-size: 1.1rem;
  }

  .bg-grad{
    padding: 10px 15px;
  }

  .title span{
    font-size: 1.1rem;
  }

  .step{
    font-size: 1rem;
  }

  .step-center{
    text-align: center !important;
  }

  .arrow{
    margin: 30px 0px !important
  }

  .bg-grad p{
    margin-left: 0px;
  }

  .logo{
    position: relative;
    margin-top: 15px;
    left: unset;
    top: unset;
    margin-right: auto;
    margin-left: auto;
    display: flex;
    align-items: center;
  }

  .title-text{
    font-size: 1.9rem;
  }

  .center2{
    display: block;
    margin-top: 30px;
  }

}

@media (max-width: 767px) {
  #hero {
    position: relative;
    overflow: hidden;
    background-image: url('../img/bg_sp.webp');
    background-repeat: no-repeat;
    background-position: top;
    background-size: cover;
    width: 100%;
    /*min-height: 100vh;*/
    height: auto;
 }

  .dk-pc{
    display: none;
  }

  .dk-sp{
    display: block;
  }

  .link-app-0, .link-app-1, .link-app-2, .link-app-3 , .link-app-4, .link-app-5{
    width: 100% !important;
    padding-left: 0px;
    padding-right: 0px;
  }

  .link-app-0{
     margin-top: 0px;
     padding: 0px;
  }  

  .link-app-1{
     margin-top: 0px;
     padding: 0px 0px;
  }

  .container{
    padding-left: 10px;
    padding-right: 10px;
  }


  .nav-tabs .nav-link.active img{
    height: 24px;
  }

  .link-app-1 .nav-item a h4 {
    font-size: 1.1rem;
  }

  .link-menu {
    position: absolute;
    top: 5px;
    right: 5px;
    left: unset;
  }

  .link-menu img{
    height: 25px;
    }

  .ml-3{
    margin-left: 10px;
  }

  .block-rules{    
    margin-bottom: 0px;
  }

  .tab-content>.tab-pane {
    padding: 0px 0px;
  }

  .rules{
    padding: 15px;
  }

  .rules p{
    font-size: 1rem;
  }

  .block-match {
    margin-bottom: 70px;
    padding: 0px 0px;
  }

  .item-match{
    font-size: 0.825rem;
    height: 170px;
  }

  .item-match .text-top {
    padding-top: 20px;
    padding-left: 10px;
    padding-right: 10px;
    padding-bottom: 10px;
  }

  .imgteam{
    width: 40px;
    height: 40px;
  }

  .blv {
     margin-top: 10px; 
  }

  .blv .col-12{
    padding: 0px;
  }

  .vs-group  img{
     width: 48%;
  }

  .vs-group .vs{
     width: 30%;
  }

  .item-match h4 {
      font-size: 0.825rem;
      margin-top: 5px;
  }

}

@media (max-width: 575px) {
}

@media (max-width: 435px) {

}

@media (max-width: 415px) {
 
}

@media only screen 
    and (width: 414px) 
    and (height: 736px) {


}

@media (max-width: 412px) {
  
 
}


@media (max-width: 400px) {
  
  .item-match{
    font-size: 0.825rem;
    height: 165px;
  }

}

@media (max-width: 380px) {

  .item-match .text-top {
    padding-top: 25px;
  }

  
}

@media only screen 
    and (width: 375px) 
    and (height: 812px) {
}

@media (max-width: 360px) {
  
}

@media (max-width: 767px) and  (max-height: 739px) {
 
}


.loading {
    position: relative;
    overflow: hidden;
    pointer-events: none;
}
.loading .loading__overlay {
    content: '';
    width: 100%;
    height: 100%;
    display: flex;
    align-items: center;
    cursor: wait;
    position: absolute;
    top: 0;
    left: 0;
    z-index: 999999;
}
.loading .loading__icon {
    content: '';
    width: 5%;
    height: 5%;
    min-width: 50px;
    min-height: 50px;
    background-image: url('./loading-icon.svg');
    background-repeat: no-repeat;
    background-position: center;
    background-size: contain;
    margin: 0 auto;
    position: absolute;
    top: 50%;
    right: 0;
    left: 0;
    transform: translateY(-50%);
}
