@import url('https://fonts.googleapis.com/css2?family=Noto+Sans+JP&display=swap');

html {
    scroll-behavior: smooth;
}

html, body {
    overflow-x: hidden;
    width: 100%;
}

/* .checkbox {
	opacity: 0;
	position: absolute;
}

.label {
	background-color: #111;
	border-radius: 50px;
	cursor: pointer;
	display: flex;
	align-items: center;
	justify-content: space-between;
	padding: 5px;
	position: relative;
	height: 26px;
	width: 50px;
	transform: scale(1.5);
}

.label .ball {
	background-color: #fff;
	border-radius: 50%;
	position: absolute;
	top: 2px;
	left: 2px;
	height: 22px;
	width: 22px;
	transform: translateX(0px);
	transition: transform 0.2s linear;
}

.checkbox:checked + .label .ball {
	transform: translateX(24px);
}


.fa-moon {
	color: #f1c40f;
}

.fa-sun {
	color: #f39c12;
} */

.navbar-toogler, .navbar-toggler:active, .navbar-toggler:focus {
    outline: 0;
    border: none;
    -moz-outline-style: none;
  }

/* .navbar-toggler:focus, .navbar-toggler:active, .navbar-toggler-icon:focus {
    outline: none;
    box-shadow: none;
} */

.shadow-sf {
    box-shadow: 0 4px 2px -2px rgba(0,0,0,.2);
} 

.img-blur {
        -webkit-filter: blur(1px); /* Safari 6.0 - 9.0 */
        filter: blur(1px);
        filter: grayscale(50%);
}

.owl-theme .owl-dots .owl-dot {
    outline: none;
    border: none;
}

.close {
    outline: none;
    border: none;
}

.drag {
    user-drag: none; 
    user-select: none;
    -moz-user-select: none;
    -webkit-user-drag: none;
    -webkit-user-select: none;
    -ms-user-select: none;
}

.noselect {
    -webkit-touch-callout: none; /* iOS Safari */
      -webkit-user-select: none; /* Safari */
       -khtml-user-select: none; /* Konqueror HTML */
         -moz-user-select: none; /* Old versions of Firefox */
          -ms-user-select: none; /* Internet Explorer/Edge */
              user-select: none; /* Non-prefixed version, currently
                                    supported by Chrome, Edge, Opera and Firefox */
  }

/* nav a:hover {
    border-bottom: 3px solid white;
} */

/* NAVIGATION */
nav {
    /* width: 80%; */
    margin: 0 auto;
    /* background: #fff; */
    padding: 50px 0;
    /* box-shadow: 0px 5px 0px #dedede; */
  }
  nav ul {
    list-style: none;
    text-align: center;
  }
  nav ul li {
    display: inline-block;
  }
  /* nav ul li a {
    display: block;
    padding: 15px;
    text-decoration: none;
    color: #aaa;
    font-weight: 800;
    text-transform: uppercase;
    margin: 0 10px;
  } */
  nav ul li a,
  nav ul li a:after,
  nav ul li a:before {
    transition: all .5s;
  }
  nav ul li a:hover {
    color: #555;
  }

nav.shift ul li a {
    position:relative;
    z-index: 1;
  }
  nav.shift ul li a:hover {
    color: darkblue;
  }
  nav.shift ul li a:after {
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    margin: auto;
    width: 100%;
    height: 1px;
    content: '.';
    color: transparent;
    background: darkblue;
    visibility: none;
    opacity: 0;
    z-index: -1;
  }
  nav.shift ul li a:hover:after {
    opacity: 1;
    visibility: visible;
    height: 100%;
  }

.txtdrc {
    text-decoration: none;
}

.shadows.scrolled {
    box-shadow: 0 4px 2px -2px rgba(0,0,0,.2);
    transition: box-shadow 200ms linear;
}

.shadow-1 {
    -webkit-box-shadow: 0px 0px 7px 1px rgba(0,0,0,0.75);
    -moz-box-shadow: 0px 0px 7px 1px rgba(0,0,0,0.75);
    box-shadow: 0px 0px 7px 1px rgba(0,0,0,0.75);
}

.shadow-2 {
    -webkit-box-shadow: 0px 0px 7px 0px rgba(0,0,0,0.75);
    -moz-box-shadow: 0px 0px 7px 0px rgba(0,0,0,0.75);
    box-shadow: 0px 0px 7px 0px rgba(0,0,0,0.75);
}

.shadow-1:hover {
    -webkit-box-shadow: 0px 0px 5px 3px rgba(0,0,0,0.71);
    -moz-box-shadow: 0px 0px 5px 3px rgba(0,0,0,0.71);
    box-shadow: 0px 0px 5px 3px rgba(0,0,0,0.71);
}

.shadow-2:hover {
    -webkit-box-shadow: 0px 0px 5px 3px rgba(0,0,0,0.71);
    -moz-box-shadow: 0px 0px 5px 3px rgba(0,0,0,0.71);
    box-shadow: 0px 0px 5px 3px rgba(0,0,0,0.71);
}

.shadow-3 {
    box-shadow: 2px 2px 10px -2px rgba(0,0,0,0.73);
    -webkit-box-shadow: 2px 2px 10px -2px rgba(0,0,0,0.73);
    -moz-box-shadow: 2px 2px 10px -2px rgba(0,0,0,0.73);
}

.shadow-4 {
    -webkit-box-shadow: 0px 0px 7px 0px rgba(0,0,0,0.75);
    -moz-box-shadow: 0px 0px 7px 0px rgba(0,0,0,0.75);
    box-shadow: 0px 0px 7px 0px rgba(0,0,0,0.75);
}

.shadow-5 {
    box-shadow: 0px 0px 11px 3px rgba(0,0,0,0.75);
    -webkit-box-shadow: 0px 0px 11px 3px rgba(0,0,0,0.75);
    -moz-box-shadow: 0px 0px 11px 3px rgba(0,0,0,0.75);
}

.font-15 {
    font-size: 15px;
}

.font-16 {
    font-size: 16px;
}

.font-17 {
    font-size: 17px;
}

.card {
    border-radius: 15px;
}

.txt-1 {
    font-family: 'Noto Sans JP', sans-serif;
}

.blue-1 {
    background-color: #B8B1E1;
}

.blue-2 {
    background-color: #928FFF;
}

.blue-3 {
    background-color: #1b2db5;
}

.white {
    background-color: white;
}

.biru {
    background-color: darkblue;
}

.biru-gr {
    background: rgb(0,30,252);
    background: linear-gradient(125deg, rgba(0,30,252,0.6055672268907564) 0%, rgba(7,24,130,1) 100%, rgba(66,91,242,1) 100%);   
    color: white;
}

.biru-gr2 {
    background-color: #0093E9;
    background-image: linear-gradient(160deg, #0093E9 0%, #80D0C7 100%);
    color: white;
}

.biru-gr3 {
    background-color: #FF3CAC;
    background-image: linear-gradient(225deg, #FF3CAC 0%, #784BA0 50%, #2B86C5 100%);
    color: white;
}

.biru-gr4 {
    background: rgb(56,137,241);
    background: linear-gradient(125deg, rgba(56,137,241,0.6055672268907564) 0%, rgba(29,73,213,1) 100%, rgba(7,8,226,1) 100%);
    color: white;
}

.ijo-gr {
    background: rgb(0,255,59);
    background: linear-gradient(125deg, rgba(0,255,59,0.6055672268907564) 0%, rgba(8,167,58,1) 100%, rgba(10,68,2,1) 100%);
    color: white;
}

.txt-biru {
    color: blue;
}

.whited {
    background-color: rgba(207, 204, 204, 0.719);
}

.whited-2 {
    background-color: rgba(226, 226, 226, 0.568);
}

.bounce {
    border-radius: 50%;
    background-color: darkblue;
    -webkit-animation: bounce 1s infinite;
}

.star {
    background-color: #00008b;
    border: none;
    border-radius: 50%;
    /* width: 10px; */
    text-decoration: none;
    margin-bottom: 8px;
}

.star i {
    color: yellow;
}

.fa-star {
    color: rgb(255, 255, 55);
    text-shadow: -1px 1px 0 #000,
                          1px 1px 0 #000,
                         1px -1px 0 #000,
                        -1px -1px 0 #000;
}

.bounce:hover {
    -webkit-box-shadow: 0px 0px 5px 3px rgba(0,0,0,0.71);
    -moz-box-shadow: 0px 0px 5px 3px rgba(0,0,0,0.71);
    box-shadow: 0px 0px 5px 3px rgba(0,0,0,0.71);
}

@-webkit-keyframes bounce {
    0% {
transform: scale(1,1) translate(0px, 0px);
}

30%{
transform: scale(1,0.8) translate(0px, 10px); 
}

75%{
transform: scale(1,1.1) translate(0px, -25px); 
}

100% {
transform: scale(1,1) translate(0px, 0px);
}
}



.scrollToTopBtn {
    background-color: #00008b;
    border: none;
    border-radius: 50%;
    color: white;
    cursor: pointer;
    font-size: 16px;
    line-height: 48px;
    width: 48px;
    outline: none;
    
    /* place it at the bottom right corner */
    position: fixed;
    bottom: 30px;
    right: 30px;
    /* keep it at the top of everything else */
    z-index: 100;
    /* hide with opacity */
    opacity: 0;
    /* also add a translate effect */
    transform: translateY(100px);
    /* and a transition */
    transition: all .5s ease
  }
      
  .showBtn {
    opacity: 1;
    transform: translateY(0);
    outline: none;
  }

.cent {
    margin-left: 17px;
}

.social {
    padding: 0;
    border: 0;
    background: none;
    outline: none;
}

.btn-pill {
    border: 1px solid black;
    background-color: white;
    color: black;
    padding: 8px 20px;
    font-size: 16px;
    cursor: pointer;
    transition: 0.4s;
}

.grad {
    border-color: #0093E9;
    color: #0093E9;
}

.grad:hover {
    background-color: #0093E9;
    background-image: linear-gradient(160deg, #0093E9 0%, #80D0C7 100%);
    color: white;
}

.disabled:hover {
    cursor:not-allowed
 }

 .tengah {
    display: block;
    margin-left: auto;
    margin-right: auto;
    width: 90%;
  }

  .button-contact {
    outline: none;
    display: inline-block;
    padding: 12px;
    margin: 4px 8px;
    /* height: 40px; */
    text-align: center;
    /* width: 130px; */
    border-radius:48%;
    background: #1b2db5;
    border: 2px solid #e5e4ec;
    color: green;
    /* letter-spacing:1px; */
    /* text-shadow:0; */
    cursor: pointer;
    transition: all 0.25s ease;
    /* &:hover {
        color:white;
        background: green;
      } */
      /* &:active {
        letter-spacing: 2px;
        letter-spacing: 2px ;
      } */
      /* &:after {
        content:"SUBMIT";
      } */
  }

.button-contact:hover {
    color:white;
    background: #ffffff;
}

.cv-button {
    background-color: darkblue;
    border: none;
    color: white;
    padding: 10px 20px;
    text-align: center;
    text-decoration: none;
    display: inline-block;
    margin: 4px 2px;
    cursor: pointer;
    border-radius: 16px;
}

.owl-theme .owl-dots .owl-dot span {
    width: 10px;
    height: 10px;
    margin: 5px 7px;
    /* background: #00008b; */
    display: block;
    -webkit-backface-visibility: visible;
    transition: all .2s ease;
    border-radius: 30px;
}

.owl-carousel .active span {
    width:10px;
    height:10px;
    margin:5px 7px;
    background: #1b2db5 !important;
    display:block;
    -webkit-backface-visibility:visible;
    -webkit-transition:opacity 200ms ease;
    -moz-transition:opacity 200ms ease;
    -ms-transition:opacity 200ms ease;
    -o-transition:opacity 200ms ease;
    transition:opacity 200ms ease;
    -webkit-border-radius:30px;
    -moz-border-radius:30px;
    border-radius:30px;
}

.carousel-control-next,
.carousel-control-prev /*, .carousel-indicators */ {
    filter: invert(100%);
}

.carousel-control-next {
    right: -5%;
}

.carousel-control-prev {
    left: -5%;
}

.carousel-indicators {
    filter: invert(100%);
    bottom: -5%;
}

.instagram .fab {
    font-size:24px;
    background: #d6249f;
    background: radial-gradient(circle at 30% 107%, #fdf497 0%, #fdf497 5%, #fd5949 45%,#d6249f 60%,#285AEB 90%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
}

.socialmedia-icon {
    font-size: 24px;
}