/**
* 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';
  background-color: #7fd4f0;
  background-image: url('../img/bg_blur.jpg');
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
}

/*--------------------------------------------------------------
# Hero Section
--------------------------------------------------------------*/
#hero {
  position: relative;
  overflow: hidden;
  background-image: url('../img/bg_pc.webp');
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
  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-app{
    text-align: center;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(50%, -50%);
    width: 400px;
}

.link-app-1{
  position: absolute;
  width: 335px;
  right: 520px;
  bottom: 223px;
}

.link-app-2{
  position: absolute;
  width: 322px;
  right: 501px;
  bottom: 140px;
}

.app:hover{
  opacity: 0.7;
}

.dk-pc{
  display: block;
}

.dk-sp{
  display: none;
}

.logo img{
  width: 25%;
  margin-left: 130px;
}


@-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) {
  .link-app-1{
    width: 335px;
    right: 360px;
    bottom: 223px;
  }

  .link-app-2{
    width: 322px;
    right: 340px;
    bottom: 140px;
  }

  .logo img{
    margin-left: 0px;
  }
}
@media (max-width: 1540px) {
  .link-app-1{
    width: 256px;
    right: 430px;
    bottom: 174px;
  }

  .link-app-2{
    width: 203px;
    right: 455px;
    bottom: 111px;
  }

  .logo img{
    margin-left: 130px;
  }
}

@media (max-width: 1440px) {
   .link-app-1{
    width: 280px;
    right: 335px;
    bottom: 254px;
  }

  .link-app-2{
    width: 231px;
    right: 359px;
    bottom: 176px;
  }

   .logo img{
    margin-left: 0px;
    margin-top: 70px;
  }
}

@media (max-width: 1368px) {
  .link-app-1{
    width: 256px;
    right: 326px;
    bottom: 195px;
  }

  .link-app-2{
    width: 203px;
    right: 350px;
    bottom: 130px;
  }
  .logo img{
    margin-left: 0px;
    margin-top: 20px;
  }
}

@media (max-width: 1024px) {
  .link-app-1{
    width: 200px;
    right: 243px;
    bottom: 239px
  }

  .link-app-2{
    width: 150px;
    right: 260px;
    bottom: 182px;
  }

  .logo img{
    margin-left: 0px;
    margin-top: 100px;
  }
}

@media only screen 
    and (width: 1366px) 
    and (height: 1024px) {
  
  .link-app-1{
    width: 256px;
    right: 326px;
    bottom: 320px;
  }

  .link-app-2{
    width: 203px;
    right: 350px;
    bottom: 255px;
  }
  .logo img{
    margin-left: 0px;
    margin-top: 150px;
  }
}

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

  .link-app-1{
    width: 200px;
    right: 243px;
    bottom: 539px
  }

  .link-app-2{
    width: 150px;
    right: 260px;
    bottom: 482px;
  }

  .logo img{
    margin-left: 0px;
    margin-top: 400px;
  }
}

@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_sp.jpg');
    background-repeat: no-repeat;
    background-position: top;
    background-size: contain;
    width: 100%;
 }

 .centered-axis-x {
    position: absolute;
    left: 50%;
    transform: translate(-50%, 0);   
  }

  .logo{
     width: 50%;
     top: -10px;
     left: 0;
     transform: unset;
  }

 .logo img {
    margin-left: unset;
    margin-top: unset;
    width: unset;
 }
  .link-app{
    position: relative;
  }

  

 .dk-pc{
  display: none;
 }

  .dk-sp{
    display: block;
  }

  .bottom-axis-x {
    position: absolute;
    left: 50%;
    transform: translate(-50%, 0);
    width: 100%;
    bottom: 0;
    text-align: center;
  }

  .link-app-3 {
    position: absolute;
    left: 50%;
    transform: translate(-50%, 0);
    text-align: center;
    bottom: 140px;
    width: 380px;
  }

  .link-app-4 {
    position: absolute;
    left: 50%;
    transform: translate(-50%, 0);
    text-align: center;
    bottom: 30px;    
    width: 380px;
  }
}

@media (max-width: 575px) {
   .bottom-axis-x{
    bottom: 150px;
  }

  .link-app-3 {
    bottom: 230px;
    width: 180px;
  }

  .link-app-4 {
    bottom: 170px;
    width: 180px;
  }
}

@media (max-width: 435px) {
  #hero {
    height: 100vh;
  }

  .bottom-axis-x{
    bottom: 90px;
  }

  .link-app-3 {
    bottom: 180px;
    width: 180px;
  }

  .link-app-4 {
    bottom: 120px;
    width: 180px;
  }

}

@media (max-width: 415px) {
  #hero {
    height: 100vh;
  }

  .bottom-axis-x{
    bottom: 80px;
  }

  .link-app-3 {
    bottom: 170px;
    width: 180px;
  }

  .link-app-4 {
    bottom: 110px;
    width: 180px;
  }
}

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

  .bottom-axis-x{
    bottom: 0px;
  }

  .link-app-3 {
    bottom: 90px;
    width: 180px;
  }

  .link-app-4 {
    bottom: 30px;
    width: 180px;
  }
}


@media (max-width: 400px) {
  #hero {
    height: 100vh;
  }

  .bottom-axis-x {
    bottom: 60px;
  }

  .link-app-3 {
    bottom: 130px;
    width: 180px;
  }

  .link-app-4 {
    bottom: 70px;
    width: 180px;
  }

}

@media (max-width: 380px) {
  #hero {
    height: 100vh;
  }

  .bottom-axis-x{
    bottom: 0px;
  }

  .link-app-3 {
    bottom: 70px;
    width: 180px;
  }

  .link-app-4 {
    bottom: 10px;
    width: 180px;
  }
}

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

  .bottom-axis-x{
    bottom: 60px;
  }

  .link-app-3 {
    bottom: 135px;
    width: 180px;
  }

  .link-app-4 {
    bottom: 80px;
    width: 180px;
  }
}

@media (max-width: 360px) {
  #hero {
   height: 100vh;
  }

  .link-app-3 {
    bottom: 70px;
    width: 180px;
  }

  .link-app-4 {
    bottom: 10px;
    width: 180px;
  }
}

@media (max-width: 280px) {
  #hero {
   height: 100vh;
  }

  .bottom-axis-x{
    bottom: 150px;
  }

  .link-app-3 {
    bottom: 170px;
    width: 180px;
  }

  .link-app-4 {
    bottom: 110px;
    width: 180px;
  }
}


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