/**
* 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: hidden;
  background-image: url('../img/bg_pc.webp');
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
  width: 100%;
  height: 100vh;
  margin: auto;
}

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

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


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

.block-center{
  margin-left: auto;
  margin-right: auto;;
  text-align: center;
}

.top-10{
  margin-top: 10px;
}

.top-30{
  margin-top: 30px;
}


.block-dk{
   width: 600px;
}


.app:hover, .link:hover, .app2:hover, .logo:hover{
  opacity: 0.7;
}

.dk-pc{
  display: block;
}

.dk-sp{
  display: none;
}


@-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) {

 .block-dk{
   width: 25%;
 }

}

@media (max-width: 1440px) {
   .block-app {
    width: 900px;
   }

   .block-text{
     width: 600px;
   }

   .block-dk{
     width: 600px;
   }

}

@media (max-width: 1368px) {
  .block-app {
      width: 60%;
   }

   .block-text{
     width: 35%;
   }

   .block-dk{
     width: 45%;
   }

}

@media (max-width: 1024px) {

body {
  position: relative;
  overflow: hidden;
  background-image: url('../img/blur.webp');
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
  width: 100%;
  height: 100vh;
  margin: auto;
}

   #hero {
    background-size: contain;
  }

   .block-logo{
      margin-top: 100px;
      width: 20%;
   }


   .block-dk{
     width: 35%;
   }


}

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

   .block-logo{
      margin-top: 150px;
   }

   .block-app {
     width: 57%;
   }

   .block-text{
     width: 35%;
   }

   .block-dk{
     width: 45%;
   }

   .block-game{
      bottom: 140px;
      width: 20%;
   }

}

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

   .block-logo{
      margin-top: 400px;
   }

   .block-app {
     width: 57%;
   }

   .block-text{
     width: 35%;
   }

   .block-dk{
     width: 35%;
   }

   .block-game{
      bottom: 400px;
      width: 20%;
   }
}

@media (max-width: 991px) {

}

@media (max-width: 768px) {
  body {
    /*background-image: url('../img/bg_sp1.jpg');*/
  }
  #hero {
    height: 100vh;
    position: relative;
    overflow: hidden;
    background-image: url('../img/bg_sp1.webp');
    background-repeat: no-repeat;
    background-position: top;
    background-size: contain;
    width: 100%;
 }

  .dk-pc{
    display: none;
  }

  .dk-sp{
    display: block;
  }

  .block-logo{
     margin-top: 10px;
     width: 50%;
   }

  .block-app {
      width: 60%;
      margin-top: 10px;
   }

   .block-text{
     width: 50%;
     margin-top: 10px;
   }

   .block-dk{
     width: 50%;
     margin-top: 30px;
   }

   .block-game{
      bottom: 80px;
      width: 30%;
   }
}

@media (max-width: 767px) {
  #hero {
    background-size: cover;
 }
  .block-logo{
     margin-top: 10px;
     width: 50%;
   }

  .block-app {
      width: 80%;
      margin-top: 5px;
   }

   .block-text{
     width: 80%;
     margin-top: 10px;
   }

   .block-dk{
     width: 80%;
     margin-top: 25px;
   }

   .block-game{
      position: relative;
      margin-top: 100px;
      width: 45%;
   }
}

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

@media (max-width: 435px) {


}

@media (max-width: 415px) {


}


@media (max-width: 412px) {


}


@media (max-width: 400px) {



}

@media (max-width: 380px) {

}


@media (max-width: 360px) {

}

@media (max-width: 280px) {


}

@media (max-height: 800px) {

}


.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%);
}
