/*  --------------- Root Design ---------------  */

* {
font-family: 'Poppins', sans-serif;
margin: 0;
padding: 0;
}
a, ul, li {
text-decoration: none;
color: black;
margin: 0;
padding: 0;
}

.h1 {
/* h1 */
font-family: Poppins;
font-size: 64.85px;
font-style: normal;
font-weight: 700;
}
.h2 {
/* h2 */
font-family: Poppins;
font-size: 51.88px;
font-style: normal;
font-weight: 700;
}
.h3 {
/* h3 */
font-family: Poppins;
font-size: 41.504px;
font-style: normal;
font-weight: 700;
line-height: 55.2px; /* 133% */
}
.h4 {
/* h4 */
font-family: Poppins;
font-size: 33.203px;
font-style: normal;
font-weight: 600;
line-height: 44.16px; /* 133% */
}
.h5 {
/* h5 */
font-family: Poppins;
font-size: 26.563px;
font-style: normal;
font-weight: 600;
line-height: 35.329px; /* 133% */
}
.h6 {
/* h6 */
font-family: Poppins;
font-size: 21.248px;
font-style: normal;
font-weight: 500;
line-height: 28.263px; /* 133.013% */
}
.p {
/* p */
font-family: Poppins;
font-size: 14px;
font-style: normal;
font-weight: 400;
line-height: 20px; /* 142.857% */
}
/* // Large devices (desktops, 992px and up) */
@media (max-width: 992px) { 
.h1 {
  /* h1 */
  font-size: 30.85px;
}
.h2 {
  /* h2 */
  font-size: 28.88px;
}
.h3 {
  /* h3 */
  font-size: 24.504px;
}
.h4 {
  /* h4 */
  font-size: 22.203px;
}
.h5 {
  /* h5 */
  font-size: 20.563px;
}
.h6 {
  /* h6 */
  font-size: 18.248px;
}
.p {
  /* p */
  font-size: 14px;
}
}
/* // Medium devices (tablets, 768px and up) */
@media (max-width: 768px) {
.h1 {
  /* h1 */
  font-size: 28.85px;
}
.h2 {
  /* h2 */
  font-size: 24.88px;
}
.h3 {
  /* h3 */
  font-size: 22.504px;
}
.h4 {
  /* h4 */
  font-size: 20.203px;
}
.h5 {
  /* h5 */
  font-size: 18.563px;
}
.h6 {
  /* h6 */
  font-size: 16.248px;
}
.p {
  /* p */
  font-size: 12px;
}
}
/* // Small devices (landscape phones, 576px and up) */
@media (max-width: 576px) {
.h1 {
  /* h1 */
  font-size: 24.85px;
}
.h2 {
  /* h2 */
  font-size: 22.88px;
}
.h3 {
  /* h3 */
  font-size: 20.504px;
}
.h4 {
  /* h4 */
  font-size: 18.203px;
}
.h5 {
  /* h5 */
  font-size: 16.563px;
}
.h6 {
  /* h6 */
  font-size: 14.248px;
}
.p {
  /* p */
  font-size: 11px;
}
}
.z-40 {
  z-index: 99;
}
/*  --------------- header ---------------  */
header {
padding: 40px 0;
position: fixed;
width: 100%;
z-index: 99;
}
@media (max-width:960px) {
  header {
    z-index: 0;
    }
}
header nav {
padding: 0!important;
margin: 0;
display: flex;
justify-content: space-evenly;
align-items: center;
transition: 0.5s;
background: var(--color-5, #FFF);
/* shadow-md */
box-shadow: 0px 4px 6px 0px rgba(0, 0, 0, 0.10), 0px 2px 4px 0px rgba(0, 0, 0, 0.06);
}
header nav img {
width: 100%;
max-width: 200px;
padding: 10px 20px ;
}
header nav .main {
display: flex;
justify-content: space-evenly;
align-items: center;
gap: 40px;
background-image: url('img/navbar.png');
background-position: left;
background-repeat: no-repeat;
background-size: cover;
min-height: 130px;
width: 100%;
}
@media (max-width:960px) {
  header nav .main {
    background-position: center;
  }
}
header nav ul {
display: flex;
align-items: center;
list-style: none;
}
header ul {
display: flex;
}
header ul li a {
transition: 0.5s;
color: var(--color-4, #F5F5F5);

/* text-2xl */
font-family: Poppins;
font-size: 14px;
font-style: normal;
font-weight: 400;
line-height: 150%; /* 36px */
}
header ul li a:hover {
color: var(--color-1, #F86F03);

/* text-2xl */
font-family: Poppins;
font-size: 14px;
font-style: normal;
font-weight: 400;
line-height: 150%; /* 36px */
}
header ul {
display: flex;
gap: 10px;
}
header .buttons {
display: flex;
justify-content: center;
align-items: center;
gap: 10px;
}
header .buttons button, header  .buttons button:hover {
color: white;
}
button.close {
display: none;
cursor: pointer;
}


/* // X-Large devices (large desktops, 1200px and up) */
@media (max-width: 1200px) {
header {
  margin: 10px;
}
header nav{
  flex-direction: column;
}
header .main {
  flex-direction: column;
  padding: 20px 0;
}
header .main ul {
  flex-direction: column;
}
header .main .buttons {
  flex-direction: column;
}
button.close {
  position: fixed;
  top: 10px;
  left: 10px;
  border-radius: 20px;
  width: 40px;
  height: 40px;
  display: flex;
  justify-content: center;
  align-items: center;
  z-index: 999;
}

.translate {
  transform: translateY(-200%);
}
}

/* footer */
footer .line {
width: 63px;
height: 5px;
background: #0D1282;
margin-bottom: 20px;
}

footer .top {
background: var(--color-1, #F86F03);
padding: 100px 10px;
}

footer .bottom {
background: #DE6200;
padding: 28px;
text-align: center;
}

footer .bottom p {
color: var(--color-4, #F5F5F5);
text-align: center;
}

footer h4 {
color: var(--color-4, #F5F5F5)!important;
}

footer ul {
list-style: none;
}

footer .left ul {
display: flex;
flex-direction: column;
gap: 10px;
}

footer .left ul li a{
color: white;
display: flex;
gap: 20px;
}

footer .content {
justify-content: space-around;
}

footer .main {
display: flex;
flex-direction: column;
justify-content: center;
align-items: center;
text-align: center;
color: white;
border-left: #0D1282 solid;
border-right: #0D1282 solid;
border-width: 5px;
}

footer .right ul li a{
color: white;
display: flex;
gap: 10px;
}

/* // X-Large devices (large desktops, 1200px and up) */
@media (max-width: 1200px) {
footer .main {
  border: none;
  align-items: start;
  text-align: start;
} 

footer .content {
  gap: 40px;
}
}
/* buttons */
.btn-1 {
display: inline-flex;
padding: 12px 32px;
justify-content: center;
align-items: center;
gap: 10px;
transition: 0.5s ease-in-out;
border-radius: 7px;
background: var(--color-1, #F86F03);
color: white;
cursor: pointer;

/* shadow-md */
box-shadow: 0px 4px 6px 0px rgba(0, 0, 0, 0.10), 0px 2px 4px 0px rgba(0, 0, 0, 0.06);
}
.btn-1:hover {
display: inline-flex;
padding: 12px 32px;
justify-content: center;
align-items: center;
gap: 10px;

border-radius: 7px;
background: var(--color-2, #0D1282);
color: white;

/* shadow-md */
box-shadow: 0px 4px 6px 0px rgba(0, 0, 0, 0.10), 0px 2px 4px 0px rgba(0, 0, 0, 0.06);
}

/* card-1 */
.card-1 {
min-height: 500px;
display: flex;
flex-direction: column;
justify-content: end;
border-radius: 10px;
background-size: 100% 100%;
background-position: center;
transition: 0.2s ease-in-out;
cursor: pointer;
}

.card-1 .desc{
display: flex;
flex-direction: column;
justify-content: flex-end;
align-items: center;
min-height: 200px;
background-image: linear-gradient(rgba(0, 0, 0, 0),rgb(0, 0, 0));
opacity: 0;
transition: 0.2s ease-in-out;
border-radius: 0 0 10px 10px;
}

.card-1:hover .desc {
opacity: 1;
}
.card-1:hover {
background-size: 110% 110%;
}

.card-1 .desc p {
color: var(--color-4, #F5F5F5);
text-align: center;
}

.card-1 .desc h6 {
color: var(--color-1, #F86F03);
font-family: Poppins;
}

/* card-2 */
.card-2 .bg {
min-height: 300px;
display: flex;
flex-direction: column;
justify-content: end;
border-radius: 10px;
background-size: 100% 100%;
background-position: center;
transition: 0.2s ease-in-out;
cursor: pointer;
}

.card-2 .bg:hover {
background-size: 110% 110%;
}

.card-2 .desc{
display: flex;
flex-direction: column;
justify-content: flex-end;
align-items: center;
min-height: 150px;
background-color: #F5F5F5;
transition: 0.2s ease-in-out;
border-radius: 0 0 10px 10px;
padding: 10px;
}

.card-2 .desc p {
text-align: center;
}

.card-2 .icon-bg {
position: relative;
display: flex;
justify-content: center;
align-items: end;
}

.card-2 .icon {
position: absolute;
bottom: 20px;
}

.card-2 img {
width: 100%;
}

/* button more */
body {
  background-color: #f5f5f5;
}

.adminActions {
  position: fixed;
  bottom: 35px; right: 35px;
  z-index: 999;
}

.adminButton {
  height: 60px;
  width: 60px;
  background-color: rgba(67, 83, 143, .8);
  border-radius: 50%;
  display: block;
  color: #fff;
  text-align: center;
  position: relative;
  z-index: 1;
  display: flex;
  justify-content: center;
  align-items: center;
}

.adminButton svg {
  font-size: 22px;
}

.adminButtons {
position: absolute;
width: 100%;
bottom: 120%;
text-align: center;
}

.adminButtons a {
  display: block;
  width: 45px;
  height: 45px;
  border-radius: 50%;
  text-decoration: none;
  margin: 10px auto 0;
  line-height: 1.15;
  color: #fff;
  opacity: 0;
  visibility: hidden;
  position: relative;
  box-shadow: 0 0 5px 1px rgba(51, 51, 51, .3);
  display: flex;
  justify-content: center;
  align-items: center;
}

.adminButtons a:hover {
  transform: scale(1.05);
}

.adminButtons a:nth-child(1) {background-color: #ff5722; transition: opacity .2s ease-in-out .3s, transform .15s ease-in-out;}
.adminButtons a:nth-child(2) {background-color: #03a9f4; transition: opacity .2s ease-in-out .25s, transform .15s ease-in-out;}
.adminButtons a:nth-child(3) {background-color: #f44336; transition: opacity .2s ease-in-out .2s, transform .15s ease-in-out;}
.adminButtons a:nth-child(4) {background-color: #4CAF50; transition: opacity .2s ease-in-out .15s, transform .15s ease-in-out;}

.adminActions a i {
  position: absolute;
  top: 50%; left: 50%;
  display: flex;
  justify-content: center;
  align-items: center;
}

.adminToggle {
-webkit-appearance: none;
position: absolute;
border-radius: 50%;
top: 0; left: 0;
margin: 0;
width: 100%;
height: 100%;
cursor: pointer;
background-color: transparent;
border: none;
outline: none;
z-index: 2;
transition: box-shadow .2s ease-in-out;
box-shadow: 0 3px 5px 1px rgba(51, 51, 51, .3);
}

.adminToggle:hover {
  box-shadow: 0 3px 6px 2px rgba(51, 51, 51, .3);
}

.adminToggle:checked ~ .adminButtons a {
  opacity: 1;
  visibility: visible;
  display: flex;
  justify-content: center;
  align-items: center;
}

/* --------------- Beranda Page ---------------  */

/* banner */
.banner {
background-image: url('img/banner-bg.png');
background-position: right;
background-repeat: no-repeat;
position: relative;
}
/* // X-Large devices (large desktops, 1200px and up) */
@media (max-width: 1200px) {
.banner {
  background-image: none;
}
}
.banner .main {
justify-content: center;
align-items: center;
min-height: 100vh;
}
.banner h1 {
color: var(--color-1, #F86F03);
font-family: Poppins;
}
.banner h1 span {
color: var(--color-2, #0D1282);
font-family: Poppins;
}
.banner img {
width: 100%;
}
.banner .bottom .row {
position: absolute;
bottom: -60px;
display: flex;
justify-content: center;
align-items: center;
margin: auto;
max-width: 604px;
width: 100%;
height: 126px;
flex-shrink: 0;

border-radius: 8px;
background: var(--color-2, #0D1282);

/* shadow-lg */
box-shadow: 0px 4px 6px 0px rgba(0, 0, 0, 0.05), 0px 10px 15px 0px rgba(0, 0, 0, 0.10);
}
@media (max-width: 1200px) {
  .banner .bottom .row {
    position: relative;
    margin: 50px 0;
  }
}
.banner .bottom {
width: 100%;
display: flex;
justify-content: center;
align-items: center;
}
.banner .bottom .col-6 {
display: flex;
justify-content: center;
align-items: center;
gap: 10px;
}
.banner .bottom h2 {
color: var(--color-1, #F86F03);
font-family: Poppins;
}
.banner .bottom p {
color: var(--color-4, #F5F5F5);
font-family: Poppins;
}

/* hero */

.hero .row.main {
padding: 40px 0;
min-height: 100vh;
display: flex;
justify-content: center;
align-content: center;
}

.hero .row img {
width: 100%;
}

.hero .row .right {
display: flex;
flex-direction: column;
justify-content: center;
}

.hero .row .right h2 {
color: var(--color-2, #0D1282);
font-family: Poppins;
}

.hero .row .right h2 span {
color: var(--color-1, #F86F03);
font-family: Poppins;
}

.hero .row .left{
  display: flex;
  gap: 20px;
  justify-content: center;
  align-items: center;
}

.hero .row .row {
  display: flex;
  justify-content: center;
  align-content: center;
}

.hero .item {
  height: 250px;
  width: 250px;
  border-radius: 15px;
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  box-shadow: rgba(0, 0, 0, 0.1) 0px 4px 12px;
  cursor: pointer;
  transition: 0.5 ease-in-out;
}

/* project */

.project {
min-height: 100vh;
width: 100%;
display: flex;
flex-direction: column;
justify-content: center;
align-items: center;
}

.project .title {
text-align: center;
margin-bottom: 50px;
}

.project .title h2 {
color: var(--color-2, #0D1282);
font-family: Poppins;
}

.project .title h2 span {
color: var(--color-1, #F86F03);
font-family: Poppins;
}

.project .title p {
max-width: 800px;
margin: auto;
}

.project .row {
width: 100%;
}

/* service */

.service {
min-height: 100vh;
width: 100%;
display: flex;
flex-direction: column;
justify-content: center;
align-items: center;
}

.service .title {
text-align: center;
margin-bottom: 50px;
}

.service .title h2 {
color: var(--color-2, #0D1282);
font-family: Poppins;
}

.service .title h2 span {
color: var(--color-1, #F86F03);
font-family: Poppins;
}

.service .title p {
max-width: 800px;
margin: auto;
}

.service .row {
width: 100%;
}

/* testimoni */
.testimoni {
background-color: #F5F5F5;
padding: 20px 0;
}

.testimoni img {
width: 200px;
}

.testimoni .row {
justify-content: center;
align-items: center;
}

/* contact */
.contact {
min-height: 100vh;

display: flex;
justify-content: center;
align-items: center;
flex-direction: column;
}

.contact .row {
position: relative;
display: flex;
justify-content: flex-end;
align-items: center;
width: 100%;
}

.contact .form {
background-color: white;
padding: 70px;
position: absolute;
right: 50px;

border-radius: 7px;
background: var(--color-5, #FFF);

/* shadow-lg */
box-shadow: 0px 4px 6px 0px rgba(0, 0, 0, 0.05), 0px 10px 15px 0px rgba(0, 0, 0, 0.10);
}

.contact iframe {
background: url(<path-to-image>), lightgray 50% / cover no-repeat;

/* shadow-xl */
box-shadow: 0px 10px 10px 0px rgba(0, 0, 0, 0.04), 0px 20px 25px 0px rgba(0, 0, 0, 0.10);
}

.contact .form h3 span {
color: var(--color-1, #F86F03);
}

.contact .form h3 {
color: var(--color-2, #0D1282);
}

.contact .line {
width: 80px;
height: 5px;
background: #B2B2B2;
margin-bottom: 10px;
}

/* // X-Large devices (large desktops, 1200px and up) */
@media (max-width: 1200px) {

.contact .row {
  gap: 50px;
}

.contact .form {
  position: relative;
  right: 0;
}

}

/*  --------------- List Page ---------------  */
.listpage .banner {
background-image: url('img/list-bg.png');
background-position: center;
background-size: cover;
background-repeat: no-repeat;
}

.listpage .banner .main {
display: flex;
flex-direction: column;
justify-content: center;
align-items: center;
min-height: 100vh;
text-align: center;
}

.listpage .banner h1 {
color: var(--color-1, #F86F03);
font-family: Poppins;
}

.listpage .banner h1 span {
color: var(--color-2, #0D1282);
font-family: Poppins;
}

.listpage .banner p {
max-width: 750px;
margin-top: 17px;
}

/* input */
.listpage form input,
.listpage form input:focus {
border: none;
outline: none;
width: 100%;
padding: 10px;
}

.listpage form {
margin-top: 40px;
border-radius: 10px;
display: flex;
padding: 10px;
background: rgb(255, 255, 255);

  /* shadow-lg */
  box-shadow: 0px 4px 6px 0px rgba(0, 0, 0, 0.05), 0px 10px 15px 0px rgba(0, 0, 0, 0.10);

  max-width: 1013px;
  width: 100%;
  height: 85px;
  flex-shrink: 0;
}

/*  --------------- Detail Page ---------------  */
.detailpage {
  padding-top: 100px;
}
.detailpage h1 {
  display: flex;
  color: var(--color-1, #F86F03);
  margin-top: 30px;
}

.detailpage .line {
  background: #B2B2B2;
  width: 150px;
  height: 7px;
  margin: 10px 0 20px;
}

.detailpage .left p{
  text-align: start;
}

@media (min-width: 1200px) {
  .detailpage .banner {
    background-image: url('img/detail-bg.png');
    background-position: right;
    background-repeat: no-repeat;
  }
}

.detailpage .banner .main {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  min-height: 100vh;
  text-align: center;
}

.detailpage .right div,
.detailpage .right ul li {
  text-align: start;
  display: flex;
  flex-direction: column;
  justify-content: start;
  align-items: start;
}

.detailpage .right h2 {
  color: var(--color-2, #0D1282);
}

.detailpage .right h2 span {
  color: var(--color-1, #F86F03);
}

.detailpage .right .line {
  width: 80px;
  height: 5px;
  background: #B2B2B2;
  margin-bottom: 20px;
}

.detailpage .right {
  padding: 70px;
  border-radius: 5px;
  background: var(--color-5, #FFF);
  
  /* shadow-lg */
  box-shadow: 0px 4px 6px 0px rgba(0, 0, 0, 0.05), 0px 10px 15px 0px rgba(0, 0, 0, 0.10);
}

.detailpage .right ul {
  list-style: none;
}

.detailpage .swiper-container {
  display: flex;
  flex-direction: column-reverse;
}

.detailpage .swiper {
  width: 100%;
  height: 300px;
  margin-left: auto;
  margin-right: auto;
}

.detailpage .swiper-slide {
  background-size: cover;
  background-position: center;
}

.detailpage .mySwiper4 {
  width: 100%;
  min-height: 400px;
}

.detailpage .mySwiper3 {
  height: 200px;
  box-sizing: border-box;
  padding: 10px 0;
}

.detailpage .mySwiper3 .swiper-slide {
  width: 100%;
  height: 100%;
  opacity: 0.4;
}

.detailpage .mySwiper3 .swiper-slide-thumb-active {
  opacity: 1;
}

.detailpage .swiper-slide img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
}