:root{
  --blue-primary: #1e3a8a;
  --blue-bold: #0b2242;
  --blue-light: #B0E6FC;
  --bg-primary: #f5f5f5;
  --bg-light: white;
  --bg-dark: black;
  --light: white;
  --dark: black;
}

@font-face {
  font-family: 'Visby';
  src: url("../font/Visby ExtraBold.otf") format("opentype");
  font-weight: normal;
  font-style: normal;
}

@font-face {
  font-family: 'Visby Reg';
  src: url("../font/Visby Reg.otf") format("opentype");
  font-weight: normal;
  font-style: normal;
}

@font-face {
  font-family: 'Arial';
  src: url("../font//Arial.ttf");
  font-weight: normal;
  font-style: normal;
}

html, body {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
  font-family: 'Visby';
  font-size: 1rem;
  background-color: var(--bg-primary);
  scroll-behavior: smooth;
  /* overflow-x: hidden; */
}

img{ max-width: 100%; }

.ozora-web .container, .ozora-web .row {margin: 0;}

::-webkit-scrollbar{
	width: 5px;
	background-color: transparent;
}

::-webkit-scrollbar-track {
  box-shadow: inset 0 0 1px grey; 
  border-radius: 10px;
}

::-webkit-scrollbar-thumb{
	background-color: var(--blue-bold);
  border-radius: 5px;
}

::placeholder{ color: #b5b5b5; font-family: 'Visby Reg'; }
:-ms-input-placeholder{ color: #b5b5b5; font-family: 'Visby Reg'; }
::-ms-input-placeholder{ color: #b5b5b5; font-family: 'Visby Reg'; }

.preloader{
  position: fixed;
  width: 100%;
  height: 100vh;
  background-color: var(--blue-bold);
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  overflow-y: hidden;
  z-index: 9999;
}
.preloader p{ color: white; font-size: 2rem; margin-top: 20px; }
.preloader img{ 
  width: 80px;
  height: 80px;
  opacity: 0.5;
  animation-name: preload-ani;
  animation-duration: 2s;
  animation-iteration-count: infinite;
}
@keyframes preload-ani {
  0% { opacity: 0.5; }
  50% { opacity: 1; transform: scale(1.3, 1.3) rotate(360deg); }
  100% { opacity: 0.5; }
}

#btn-top {
  display: none;
  position: fixed;
  bottom: 20px;
  right: 20px;
  width: 50px;
  height: 50px;
  z-index: 99;
  font-size: 18px;
  border-top: none;
  border-right: 4px solid var(--blue-primary);
  border-left: none;
  border-bottom: 4px solid var(--blue-primary);
  outline: none;
  background-color: var(--blue-light);
  cursor: pointer;
  border-radius: 100%;
  transition: all 0.3s ease;
}
#btn-top:hover{ transform: scale(1.2,1.2); }

header{ position: relative; height: 100vh; }

.ozora-logo{ width: 150px; }

.navbar-ozora{
  position: absolute;
  background-color: transparent;
  z-index: 1;
  height: 80px;
  width: 100%;
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 3%;
}
  
.navbar-hidden{
  background-color: white;
  box-shadow: 0 0 7px 0 rgba(0, 0, 0, 0.2);
  position: fixed;
  height: 80px;
  top: -100%;
  z-index: 999;
  width: 100%;
  transition: top 0.5s;
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 3%;
}

.navbar-ozora .menu-ozora, .navbar-hidden .menu-ozora{
  display: flex;
  justify-content: right;
  width: 80%;
}

.navbar-ozora .menu-ozora a{ 
  text-decoration: none;
  position: relative;
  color: var(--light);
  margin-left: 5%;
  font-size: 1.1rem;
  transition: transform 0.2s ease;
}

.navbar-ozora .menu-ozora a::before{ 
  content: "";
  position: absolute;
  left: 50%;
  top: 50%;
  background-color: var(--light);
  z-index: -1;
  border-radius: 50px;
  width: 0;
  height: 0;
  transition: all 0.2s ease;
}

.navbar-ozora .menu-ozora a:hover, .navbar-ozora .menu-ozora a.menu-item.active{ 
  color: black;
  transform: scale(1.2,1.2);
}

.navbar-ozora .menu-ozora a:hover:before, .navbar-ozora .menu-ozora a.menu-item.active:before{
  top: -20%;
  left: -20%;
  width: 140%;
  height: 140%;
}

.navbar-hidden .menu-ozora a{
  text-decoration: none;
  color: var(--dark);
  position: relative;
  z-index: 1;
  font-size: 1.1rem;
  margin-left: 5%;
  transition: transform 0.1s ease;
}

.navbar-hidden .menu-ozora a::before{
  content: "";
  position: absolute;
  left: 50%;
  bottom: -15%;
  background-color: var(--blue-primary);  
  width: 0;
  height: 0;
  z-index: -1;
  border-radius: 50px;
  transition: all 0.2s ease;
}

.navbar-hidden .menu-ozora a:hover, .navbar-hidden .menu-ozora a.menu-item.active{ 
  transform: scale(1.2,1.2);
}

.navbar-hidden .menu-ozora a:hover:before, .navbar-hidden .menu-ozora a.menu-item.active:before{
  left: -10%;
  width: 120%;
  height: 5px;
}

.menu_button { display: none; }

.menu-small { display: none; }

.sec-first{
  /* position: absolute;
  top: 0; */
  background: rgb(30,58,138);
  background: linear-gradient(0deg, rgba(30,58,138,1) 0%, rgba(14,165,233,1) 100%);
  width: 100%;
  height: 100vh;
  padding: 0 7%;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  color: white;
}

.sec-first .info-abt, .sec-first .info-img{
  display: flex;
  flex-direction: column;
  text-align: center;
  align-items: center;
  justify-content: center;
}
.sec-first .info-img img{ width: 90%; }
.sec-first .info-abt{ padding-top: 3rem; }

.sec-first h1{ 
  font-size: 2.5 rem;
  color: var(--blue-light);
  text-shadow: 3px 3px var(--blue-bold);
}
.sec-first h3{ font-size: 1.5rem; }
.sec-first h4{ font-size: 1.3rem; margin-top: 1.5rem; }

.section-title{
  font-size: 3rem;
  line-height: 2.5rem;
  text-align: center;
  color: var(--blue-primary);
}

.section-info{
  font-family: 'Visby Reg';
  font-size: 1rem;
  text-align: center;
}

.title-line{
  width: 70%;
  height: 5px;
  background-color: var(--blue-light);
  border-radius: 50px;
}

/* About */
#about{ width: 100%; background-color: rgb(30,58,138); }
.about{
  position: relative;
  width: 100%;
  height: 100%;
  background-color: white;
  padding: 0 10% 15% 10%;
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  align-items: center;
}
.about-top, .service-bottom{ 
  width: 100%; height: 100%;
  background-image: url('../img/about-service-border.svg');
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
}
.service-bottom{ background-image: url('../img/about-service-border.svg'); transform: scaleX(-1) scaleY(-1) }
.about-top img, .service-bottom img{ width: 100%; visibility: hidden; }
.about-img, .about-info{
  width: 100%;
  text-align: center;
  margin-top: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
  opacity: 0;
  transition: all 1.5s ease;
}
.about-img.active, .about-info.active { margin-top: 0; opacity: 1; }
/* About End */

/* Animasi Background */
.about .about-bg1, .service .service-bg1, .about .about-bg2, .service .service-bg2{
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  background-image: url('../img/about-service-back.png');
  background-size: 100% auto;
  background-position: center;
  background-repeat: space;
  opacity: 0;
  animation-name: aboutservice-bg;
  animation-duration: 4s;
  animation-iteration-count: infinite;
}
.about .about-bg2, .service .service-bg2{ background-image: url('../img/about-service-back2.png'); animation-duration: 6s; }
@keyframes aboutservice-bg {
  40% { opacity: 0; }
  70% { opacity: 1; }
  100% { opacity: 0; }
}
/* End Animasi Background */

/* Serivce */
#service{ width: 100%; background-color: rgb(30,58,138); }
.service{
  position: relative;
  width: 100%;
  padding: 5%;
  z-index: 1;
  background-color: white;
}
.service-before{
  position: absolute;
  width: 100%;
  height: 100%;
  background-color: var(--blue-light);
  border-radius: 0 0 40% 0 / 0 0 30% 0;
}

.service-child{
  position: relative;
  width: 100%;
  height: 100%;
  font-size: 1rem;
  transition: all 0.5s ease;
}
.service-child .service-card-wrapper{
  position: absolute; 
  top:0; 
  z-index: 0; 
  width: 100%; 
  height: 100%;
}
.service-child .service-card-wrapper .service-card{
  position: absolute;
  bottom: 0;
  width: 100%;
  height: 75%;
  background-color: white;
  z-index: -1;
  border-radius: 5%;
  box-shadow: rgba(0, 0, 0, 0.24) 0px 3px 8px;
  transition: all 0.5s ease;
}

.service-child:hover{ transform: scale(1.1,1.1); }
.service-child:hover .service-card{ box-shadow: rgba(0, 0, 0, 0.24) 0px 10px 15px; }

.service-child .title{ margin: 5% 0 3% 0; transform: scale(1.3,1.3); }
.service-child .title-line{ margin-bottom: 3%; }
.service-child .content{
  position: relative;
  width: 100%;
  height: 100%;
  padding: 0 3% 0 3%;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: start;
}
.service-child .info-desc{ font-size: 0.8em; font-family: 'Visby Reg'; text-align: center; }
/* End Service */


/* Team */
.team{
  position: relative;
  background-color: rgb(30,58,138);
  width: 100%;
  padding: 5%;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
}
.team .team-bg{
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  background-image: url('../img/tim/tim-bg.png');
  background-position: center;
  background-repeat: space;
  background-size: contain;
  opacity: 0;
  animation-name: team-bg;
  animation-duration: 5s;
  animation-iteration-count: infinite;
}
@keyframes team-bg {
  0% { opacity: 0; }
  50% { opacity: 0.5; }
  100% { opacity: 0; }
}
.team-child{ 
  position: relative; 
  text-align: center;
  width: 100%; 
  font-size: 1rem; 
}
.team-child .foto{
  position: relative;
  width: 100%;
  height: 100%;
  overflow: hidden;
  border-radius: 100%;
  background-position: center;
  background-size: cover;
}
.team-child .foto::before{
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  z-index: 1;
  width: 100%;
  height: 100%;
  background-color: black;
  transition: all 0.5s ease;
  opacity: 0;
}
.team-child .foto .team-desc{
  position: absolute;
  padding: 5%;
  top: 100%;
  width: 100%;
  height: 100%;
  color: var(--light);
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  z-index: 2;
  transition: all 0.5s ease;
}

.team-child .foto img{ transition: all 0.5s ease;}
.team-child .foto:hover img{ transform: scale(1.1,1.1); }
.team-child .foto:hover::before{ opacity: 0.8; }
.team-child .foto:hover .team-desc{ top: 0; }
.team-child h1{ font-size: 1.7em; margin-top: 5%; color: var(--blue-light); }
.team-child p{ font-size: 1em; font-family: 'Visby Reg'; color: white; }
/* End Team */

#portofolio{ width: 100%; padding: 5% 0 5%; }
.owl-theme .owl-dots .owl-dot {
  outline: none;
}
.job{
  background-color: var(--blue-primary);
  border-radius: 50px;
  width: 100%;
  height: 65vh;
  overflow: hidden;
}

.job .image{
  background-color: white;
  width: 100%;
  height: 80%;
  border-radius: 50px;
  transition: all 0.5s ease;
  overflow: hidden;
}
.job .image img{ width: 100%; height: 100%; object-fit: cover; }
.job .title{
  width: 100%;
  height: 20%;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  font-size: 2rem;
  color: var(--light);
}
.job .title-line { width: 0; height: 7px; transition: all 0.5s ease; }
.job .job-desc{ width: 100%; height: 0; padding: 5%; font-size: 1.1em; color: var(--light); transition: all 0.5s ease; }

.job:hover .image{ height: 0; } 
.job:hover .title-line { width: 70%; }
.job:hover .job-desc { height: 100%; }

.btn-oz{
  /* width: 100%;
  padding: 10px;
  border: none;
  outline: none;
  cursor: pointer;
  position: relative;
  z-index: 1; */
  color: white;
  background-color: var(--blue-primary);
  border-radius: 100px;
  transition: all 0.3s ease;
}
.btn-oz:focus{ border: none; outline: none; }
.btn-oz:hover{ transform: scale(1.1,1.1); box-shadow: rgba(0, 0, 0, 0.24) 0px 5px 7px; }
.btn-oz::before{
  content: "";
  position: absolute;
  left: 50%;
  top: 0;
  width: 0;
  height: 100%;
  border-radius: 100px;
  cursor: pointer;
  background-color: var(--blue-bold);
  color: white;
  transition: all 0.3s ease;
  z-index: -1;
}
.btn-oz:hover:before{ left: 0; width: 100%; }
.btn-oz:disabled{ background-color: #395abc; transform: scale(1,1); }
.btn-oz:disabled:before{ left: 50%; width: 0; }
.btn-oz-success{ border-radius: 100px; padding: 0.375rem 1rem; }

#news{ 
  position: relative; 
  width: 100%; 
}
.news-top, .news-bottom{ 
  width: 100%; height: 100%;
  background-image: url('../img/news-border.svg');
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
}
.news-bottom{ background-image: url('../img/news-border.svg'); transform: scaleX(-1) scaleY(-1) }
.news-cover{
  position: absolute;
  width: 100%; 
  /* height: 100%; */
  background-color: red;
}
.news{
  width: 100%; 
  background-color: white;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-self: center;
  padding: 0 5%;
}
.news-ball{
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  z-index: 1;
}
.news-ball img{
  position: absolute;
  height: 100%;
  top: 0;
  left: 110%;
  transition: all 3s ease;
}
.news-ball img.roll{
  position: absolute;
  height: 100%;
  top: 0;
  left: -100%;
}

#contact{ width: 100%; padding: 5%; }
.contact-banner{
  width: 100%;
  height: 100%;
  padding: 5%;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
}

.ozora-input{ 
  font-family: 'Visby Reg';
  width: 100%;
  border-radius: 15px;
  background-color: white;
  font-size: 1em;
  padding: 0.3em 0.7em 0.3em 0.7em;
  resize: none;
  box-sizing: border-box;
  border-top: 1px solid var(--blue-primary);
  border-left: 1px solid var(--blue-primary);
  border-right: 3px solid var(--blue-primary);
  border-bottom: 3px solid var(--blue-primary);
  outline: none;
  transition: all 0.2s ease;
}
.ozora-input:focus{ 
  outline: none;
  box-shadow: 3px 3px 0px 2px var(--blue-primary);
}

footer{
  width: 100%;
  padding: 5% 3% 0 3%;
  color: white;
  background-color: var(--blue-bold);
  text-align: center;
}
footer img{ width: 100%; }
footer p, footer a{ font-family: 'Visby Reg'; margin: 0; color: rgb(193, 193, 193); }
footer .footer-section h4{ 
  position: relative; 
  font-family: 'Visby'; 
  margin-bottom: 1em;
  margin-top: 0;
  transition: all 0.2s ease; 
}
footer h4:hover{ transform: scale(1.1,1.1); }
footer h4::after{
  content: "";
  position: absolute;
  bottom: -10px;
  left: 15%;
  height: 5px;
  width: 0;
  border-radius: 50px;
  background-color: var(--blue-light);
  transition: all 0.5s ease; 
}
footer h4:hover::after{ width: 70%; }
footer .footer-menu{
  font-family: 'Visby Reg';
  display: flex;
  flex-direction: column;
  gap: 0.7em;
  align-items: center;
  justify-content: center;
}
footer .footer-menu a{ text-decoration: none; }
footer .sosmed{
  display: flex;
  gap: 1em;
  align-items: center;
  justify-content: center;
}
footer a, footer a:hover{ transition: all 0.2s ease; }
footer a:hover{ color: white; }
footer .sosmed a:hover{ transform: scale(1.2,1.2); }
.footer-copy{ 
  font-family: 'Visby Reg';
  padding: 5rem 1rem 2rem 1rem; 
  text-align: center;
}

@media only screen and (max-width: 1200px){
  .team-child h1{ font-size: 1.3em; }
  .team-child p{ font-size: 0.9em; }
}

@media only screen and (max-width: 992px) {
  .ozora-logo{ width: 130px; }
  .navbar-ozora .menu-ozora, .navbar-hidden .menu-ozora{ display: none; }

  .menu_button {
    display: block;
    width: 39px;
    z-index: 999;
    overflow: hidden;
    color: white;
    text-align: right;
  }

  .navbar-hidden .menu_button { color: black; }

  .menu-small { 
    position: fixed;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    background-color: var(--blue-bold);
    color: var(--light);
    width: 100%;
    height: 100%;
    padding: 3%;
    right: -100vw;
    z-index: 999;
    transition: right 0.3s;
  }
  
  .menu-small-header{
    height: 80px;
    width: 100%;
    display: flex;
    justify-content: right;
    align-items: center;
    padding: 3%;
  }
  
  .menu-small-nav{
    width: 100%;
    height: 100%;
    margin: 8% 0 8%;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    align-items: center;
    position: relative;
    animation-name: ani-small-nav;
    animation-duration: 1s;
  }
  
  .menu-small .menu-small-nav a{ 
    text-decoration: none;
    position: relative;
    color: white;
    font-size: 1.3rem;
    transition: all 0.2s ease;
  }

  .menu-small .menu-small-nav a::before{ 
    content: "";
    position: absolute;
    left: 50%; /* Agar start ditengah */
    top: 50%;
    background-color: white;
    z-index: -1;
    border-radius: 50px;
    width: 0;
    height: 0;
    transition: all 0.2s ease;
  }
  
  .menu-small .menu-small-nav a:hover, .menu-small .menu-small-nav a.menu-item.active{ 
    color: black;
    transform: scale(1.2,1.2);
  }

  .menu-small .menu-small-nav a:hover:before, .menu-small .menu-small-nav a.menu-item.active:before{ 
    top: -20%;
    left: -20%;
    width: 140%;
    height: 140%;
  }
  
  .menu-small-footer{
    height: 80px;
    width: 100%;
    display: flex;
    justify-content: center;
    align-items: end;
    padding: 3%;
  }

  @keyframes ani-small-nav {
    0% { top: 100px; opacity: 0; }
    100% { top: 0; opacity: 1; }
  }

  .small-header{
    width: 100%;
    height: 100%;
    display: flex;
    gap: 5%;
    flex-direction: column;
    justify-content: center;
  }
  .sec-first .info-abt{ padding-top: 0; }

  .section-title{ font-size: 2rem; }
  .section-info{ font-size: 1.2rem; }

  .about{ padding: 0 10% 10% 10%; }
  .about-img{ margin-bottom: 3%;}

  .service{ align-items: center; }

  .team-child h1{ font-size: 2rem; }
  .team-child p{ font-size: 1.5rem; }

  .swiper-slide { padding: 5%; }

  footer .footer-section{ margin-top: 3rem; }
  footer .footer-menu{ flex-direction: row; gap: 1em; flex-wrap: wrap; }
  footer img{ width: 70%; }
}

@media only screen and (max-width: 768px){ }

@media only screen and (max-width: 576px) {
  .sec-first h1{ font-size: 1.5rem; line-height: 1; }
  .sec-first h3{ font-size: 1.2rem; line-height: 1; }
  .sec-first h4{ font-size: 0.9rem; line-height: 1; margin-top: 0; }

  .about .about-bg1, .service .service-bg1{ background-image: url('../img/about-service-back-sm.png'); }
  .about .about-bg2, .service .service-bg2{ background-image: url('../img/about-service-back-sm2.png'); }

  .team .team-bg{ background-image: url('../img/tim/tim-bg-sm.png'); }
  .team-child h1{ font-size: 1.4rem; }
  .team-child p{ font-size: 0.9rem; }

  .job{ height: 55vh; }
  .job .title{ font-size: 1.5rem; }
  .job .job-desc{ font-size: 1rem; }
} 

@media only screen and (max-width: 430px){ }

@media only screen and (max-width: 340px){
  .job .title{ font-size: 1rem; }
  .job .job-desc{ font-size: 0.7rem; }
}
