@import url("https://fonts.googleapis.com/css2?family=Poppins:wght@100;200;300;400;500;600;700;800;900&display=swap");

:root {
  --primary: #016fb9;
  --secondary: #1b1b1b;
  --tertiary: #f1f3f4;
}

* {
  margin: 0;
  padding: 0;
  scroll-behavior: smooth;
}

body {
  overflow-x: hidden;
  font-family: "Poppins";
}

header {
  width: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
  height: 100px;
  justify-content: space-around;
  position: fixed;
  z-index: 999;
}

header .logo {
  height: 50px;
  padding: 0;
  width: 250px;
  justify-content: center;
  align-items: center;
  background-image: url("../img/brand2nd.png");
  background-size: cover;
}

header ul {
  list-style-type: none;
  display: flex;
  justify-content: space-between;
  align-items: center;
  background-color: rgba(255, 255, 255, 0.2);
  backdrop-filter: blur(5px);
  height: 45px;
  border-radius: 80px;
  width: 700px;
}

header ul li,
header ol li {
  height: 30px;
  margin: 0px 8px;
  padding: 0px 10px;
  border-radius: 80px;
  display: flex;
  align-items: center;
  justify-content: center;
  transition: ease-in-out 0.3s;
  font-weight: 500;
}

header ul li:last-child,
header ol li:last-child {
  background-color: var(--primary);
  padding: 0px 20px;
}

header ul li:last-child a,
header ol li:last-child a {
  color: #eeeeee;
  font-weight: 400;
  text-shadow: 0px 0px 5px rgba(0, 0, 0, 0.5);
  letter-spacing: 1px;
}

header ol li a {
  color: #000000;
  text-align: center;
  text-decoration: none;
  transition: ease-in-out 0.2s;
}
header ul li a {
  color: #ffffff;
  text-align: center;
  text-decoration: none;
  transition: ease-in-out 0.2s;
}

header ul li:hover,
header ol li:hover {
  background-color: var(--secondary);
}

.menu-toggle {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  height: 19px;
  background-color: var(--tertiary);
  padding: 12px 10px;
  border-radius: 30px;
}

.menu-toggle span {
  display: block;
  width: 24px;
  height: 3px;
  background-color: var(--secondary);
  border-radius: 5px;
}
header ol {
  list-style: none;
  position: absolute;
  justify-content: space-evenly;
  align-items: center;
  z-index: -1;
  display: flex;
  right: 0;
  top: 0;
  flex-direction: column;
  width: 90%;
  border-radius: 0;
  background-color: rgba(255, 255, 255, 0.45);
  height: 100vh;
  backdrop-filter: blur(20px);
  transform: translateX(100%);
  transition: all 1s;
}
/* / */

/* home */
#head {
  background: linear-gradient(
      145deg,
      rgba(71, 24, 2, 0.4),
      rgba(0, 0, 0, 0.4),
      rgba(116, 116, 116, 0.5)
    ),
    url(../img/head.jpg) no-repeat;
  background-size: cover;
  height: 120vh;
  background-position: center;
  width: 100%;
}

#head .container {
  width: 100%;
  height: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
}
#head .row {
  position: relative;
  top: -60px;
  width: 1000px;
  display: flex;
  flex-direction: column;
  height: 400px;
  align-items: center;
  justify-content: space-evenly;
  font-family: "Poppins";
}

#head .row h3 {
  font-size: 75px;
  text-align: center;
  color: var(--tertiary);
  text-shadow: 0px 0px 10px rgba(0, 0, 0, 0.5);
  pointer-events: none;
}

#head .row a {
  text-decoration: none;
  color: var(--tertiary);
  background-color: var(--primary);
  border-top: 0.5px solid rgba(255, 255, 255, 0.5);
  border-left: 0.5px solid rgba(255, 255, 255, 0.5);
  font-weight: 400;
  padding: 12px 35px;
  border-radius: 30px;
  box-shadow: 5px 5px 10px rgba(0, 0, 0, 0.5);
  transition: ease-in-out 0.2s;
}

#head .row a:hover {
  background-color: var(--secondary);
}

/* about */
#about {
  height: 100vh;
  width: 100%;
  background: var(--secondary);
  display: flex;
  justify-content: center;
  align-items: center;
}

#about .container {
  height: calc(100% + 110px);
  position: relative;
  z-index: 1;
  top: 20px;
  width: 95%;
  background-color: var(--tertiary);
  padding-bottom: 20px;
  border-radius: 60px;
  box-shadow: 0px 0px 40px #0000006a;
  display: flex;
  justify-content: center;
  flex-direction: column;
  align-items: center;
}

#about .row:first-child {
  height: 15%;
  width: 70%;
  display: flex;
  justify-content: space-evenly;
  top: -20px;
  position: relative;
}
#about .row:first-child .col {
  width: 22%;
  height: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
}
#about .row:first-child .col img {
  width: 120px;
}
#about .row:last-child {
  width: 100%;
  height: 65%;
  display: flex;
  justify-content: space-between;
  align-items: center;
}

#about .row:last-child .col:first-child h3 {
  font-weight: 900;
  font-size: 40px;
  color: var(--secondary);
  margin-bottom: 30px;
  text-shadow: 0px 0px 5px rgba(0, 0, 0, 0.2);
}
#about .row:last-child .col:first-child h4 {
  color: var(--primary);
  font-family: "Poppins";
  font-weight: bold;
  letter-spacing: 1px;
  padding-left: 10px;
  font-size: 20px;
  margin-bottom: 20px;
  border-left: 3.2px solid var(--primary);
}
#about .row:last-child .col:first-child {
  width: 40%;
  margin-left: 150px;
  height: 100%;
  display: flex;
  flex-direction: column;
  justify-content: center;
}

#about .row:last-child .col:last-child {
  width: 50%;
  height: 80%;
  display: flex;
  justify-content: center;
  align-items: center;
}
#about .row:last-child .col:last-child img {
  width: 40%;
  position: absolute;
  right: 5%;
}

#about .row:last-child .col:first-child .exp {
  display: flex;
  width: 100%;
  margin-top: 8%;
  height: 100%;
  justify-content: space-around;
  align-items: center;
}
#about .row:last-child .col:first-child .exp .exp-content {
  display: flex;
  background-color: var(--tertiary);
  border-radius: 20px;
  box-shadow: 0px 0px 10px var(--secondary);
  flex-direction: column;
  width: 30%;
  justify-content: center;
  text-align: center;
  align-items: center;
  height: 100%;
}
#about .row:last-child .col:first-child .exp .exp-content p {
  font-size: 12px;
}
#about .row:last-child .col:first-child .exp .exp-content h3 {
  font-size: 25px;
}
/* / */

/* desti */
#desti {
  height: 110vh;
  width: 100%;
  z-index: -2;
  background-color: var(--secondary);
}

#desti .container {
  overflow-x: hidden;
  position: absolute;
  top: 275%;
  left: 50%;
  transform: translate(-50%, -50%);
  height: 110%;
  width: 100%;
  box-shadow: 0px 30px 50px rgba(100, 100, 100, 0.2);
}

#desti .container .slide {
  overflow-x: hidden;
  width: 100%;
  height: 100%;
}
#desti .container .slide .item {
  width: 200px;
  height: 300px;
  position: absolute;
  top: 50%;
  transform: translate(0, -50%);
  border-radius: 20px;
  box-shadow: -5px 10px 50px rgba(0, 0, 0, 0.8);
  background-position: 50% 50%;
  background-size: cover;
  display: inline-block;
  transition: 0.5s;
}

#desti .container .slide .item:nth-child(1),
#desti .container .slide .item:nth-child(2) {
  top: 0;
  left: 0;
  transform: translate(0, 0);
  border-radius: 0;
  width: 100%;
  height: 100%;
}
#desti .container .slide .item:nth-child(3) {
  left: calc(50% + 220px);
}
#desti .container .slide .item:nth-child(4) {
  left: calc(50% + 440px);
}
#desti .container .slide .item:nth-child(5) {
  left: calc(50% + 660px);
}
#desti .container .slide .item:nth-child(n + 6) {
  left: calc(50% + 880px);
  opacity: 0;
}

#desti .container .slide .item .content {
  position: absolute;
  top: 50%;
  left: 100px;
  width: 300px;
  text-align: left;
  color: var(--tertiary);
  transform: translate(0, -50%);
  font-family: "Poppins";
  display: none;
}
#desti .container .slide .item:nth-child(2) .content {
  display: block;
  padding: 0px 0px 0px 0px;
  width: 50%;
}
#desti .container .slide .item .content .tg {
  display: flex;
  width: 500px;
}
#desti .container .slide .item .content .tg .trg {
  animation: animate 1s ease-in-out 1 forwards;
  display: flex;
  padding: 0px 15px;
  box-shadow: 0px 0px 20px var(--secondary);
  color: var(--primary);
  font-size: 20px;
  background-color: var(--tertiary);
  width: fit-content;
  font-weight: bold;
  text-transform: uppercase;
}
#desti .container .slide .item .content .tg p {
  margin: 0px 0px 0px 20px;
  color: var(--tertiary);
  background-color: var(--primary);
  box-shadow: 0px 0px 10px var(--secondary);
  padding-left: 10px;
  padding-right: 10px;
  font-weight: 900;
  font-size: 20px;
  text-transform: uppercase;
  letter-spacing: 1px;
  animation: animate 1s ease-in-out 1 forwards;
}

#desti .container .slide .item .content .name {
  font-size: 70px;
  text-transform: uppercase;
  text-shadow: 0px 0px 14px var(--secondary);
  font-weight: bold;
  width: 600px;
  margin: 20px 0px;
  animation: animate 1s ease-in-out 1 forwards;
}
#desti .container .slide .item .content .des {
  margin-top: 12px;
  background-color: #0000006a;
  font-weight: 400;
  width: 100%;
  border-radius: 20px;
  letter-spacing: 1px;
  padding: 10px 12px;
  margin-bottom: 12px;
  animation: animate 1s ease-in-out 0.3s 1 forwards;
}
#desti .container .slide .item .content button {
  padding: 10px 20px;
  border-radius: 12px;
  border: none;
  background-color: var(--primary);
  color: var(--tertiary);
  margin-top: 12px;
  font-weight: 400;
  box-shadow: 5px 5px 10px rgba(0, 0, 0, 0.5);
  border-top: 1px solid rgba(255, 255, 255, 0.4);
  border-left: 1px solid rgba(255, 255, 255, 0.4);
  cursor: pointer;
  animation: animate 1s ease-in-out 0.6s 1 forwards;
}

@keyframes animate {
  from {
    opacity: 0;
    transform: translate(0, 100px);
    filter: blur(5px);
  }
  to {
    opacity: 1;
    transform: translate(0);
    filter: blur(0);
  }
}

#desti .container .button a {
  text-decoration: none;
  display: inline-block;
  width: 40px;
  border-top: 1px solid rgba(255, 255, 255, 0.5);
  border-left: 1px solid rgba(255, 255, 255, 0.5);
  height: 40px;
  display: flex;
  justify-content: center;
  align-items: center;
  font-size: 30px;
  margin: 0px 10px;
  box-shadow: 5px 5px 15px rgba(0, 0, 0, 0.9);
  cursor: pointer;
}

#desti .container .button a:hover {
  background-color: var(--primary);
  color: var(--tertiary);
}

#desti .container .button .previous {
  background-color: var(--tertiary);
  color: var(--secondary);
}

#desti .container .button .next {
  background-color: var(--tertiary);
  color: var(--secondary);
}

.round {
  border-radius: 8px;
}

#desti .container .button {
  width: 20%;
  left: calc(50% + 220px);
  display: flex;
  transition: 0.5s;
  align-items: center;
  justify-content: space-between;
  position: absolute;
  top: 50%;
}

/* / */

/* service */
#service {
  background-color: var(--secondary);
  height: 200vh;
  width: 100%;
  display: flex;
  justify-content: center;
}

#service .container1 {
  height: 210%;
  width: 95%;
  background-color: var(--tertiary);
  z-index: 10;
  position: absolute;
  top: 325%;
  border-top-right-radius: 30px;
  border-top-left-radius: 30px;
  display: flex;
  justify-content: center;
}

#service .container1 .why {
  height: 90%;
  position: absolute;
  top: 50px;
  display: flex;
  flex-direction: column;
  justify-content: space-evenly;
  width: 90%;
  align-items: center;
}
#service .container1 .why .title {
  height: 20%;
  display: flex;
  flex-direction: column;
  justify-content: space-evenly;
  align-items: center;
}
#service .container1 .why .title h3 {
  font-size: 30px;
}
#service .container1 .why .title p {
  text-align: center;
}

#service .container1 .why .row:nth-child(2) {
  height: 95%;
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: space-evenly;
}
#service .container1 .why .row:nth-child(2) .col {
  display: flex;
  height: 50%;
  width: 25%;
  flex-direction: column;
  background-color: var(--tertiary);
  border-radius: 20px;
  box-shadow: 0px 0px 10px var(--secondary);
  justify-content: space-evenly;
  align-items: center;
  transition: ease-in-out 0.5s;
}
#service .container1 .why .row:nth-child(2) .col h5 {
  font-size: 16px;
  color: var(--secondary);
  text-align: center;
  transition: ease-in-out 0.5s;
  font-weight: 600;
}
#service .container1 .why .row:nth-child(2) .col p {
  text-align: center;
  transition: ease-in-out 0.5s;
  margin: 0px 5%;
  display: none;
  font-size: 12px;
}

#service .container1 .row:nth-child(3) {
  height: 25%;
  width: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
}

#service .container1 .row:nth-child(3) .judul {
  display: flex;
  width: 80%;
  justify-content: center;
  align-items: center;
  height: 100%;
}
#service .container1 .row:nth-child(3) .judul h3 {
  font-size: 30px;
  font-weight: 800;
  letter-spacing: 0.5px;
}

#service .container1 .row:nth-child(4) {
  height: 75%;
  display: flex;
  background: linear-gradient(
    140deg,
    var(--tertiary),
    var(--tertiary),
    var(--primary)
  );
  justify-content: space-evenly;
  box-shadow: 0px 0px 10px var(--secondary);
  border-radius: 40px;
  align-items: center;
  width: 100%;
}
#service .container1 .row:nth-child(4) .col:first-child {
  width: 50%;
  display: flex;
  flex-direction: column;
  height: 100%;
  justify-content: space-evenly;
  align-items: center;
}
#service .container1 .row:nth-child(4) .col:first-child .step {
  width: 85%;
  display: flex;
  height: 30%;
  justify-content: space-between;
}

#service
  .container1
  .row:nth-child(4)
  .col:first-child
  .step:first-child
  h2:first-child {
  background-color: var(--primary);
  color: var(--tertiary);
}
#service .container1 .row:nth-child(4) .col:first-child .step h2 {
  margin-top: 5%;
  background-color: var(--tertiary);
  margin-left: 5%;
  display: flex;
  color: var(--secondary);
  box-shadow: 0px 0px 10px var(--secondary);
  border-radius: 20px;
  align-items: center;
  justify-content: center;
  width: 12%;
  height: 40%;
}
#service .container1 .row:nth-child(4) .col:first-child .step .step-desc {
  height: 70%;
  width: 75%;
  margin-top: 5%;
}
#service .container1 .row:nth-child(4) .col:first-child .step .step-desc h3 {
  font-size: 25px;
  font-weight: 500;
  letter-spacing: 1px;
}
#service .container1 .row:nth-child(4) .col:nth-child(2) {
  width: 40%;
  height: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
}
#service .container1 .row:nth-child(4) .col:nth-child(2) img {
  width: 100%;
}
/* / */

/* testi */
#testi {
  height: 120vh;
  display: flex;
  justify-content: center;
  align-items: center;
  width: 100%;
  background-color: var(--secondary);
}

#testi .container {
  background: linear-gradient(
    180deg,
    var(--secondary),
    var(--secondary),
    #016fb988,
    var(--primary)
  );
  height: 100%;
  width: 100%;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
}
#testi .container .row {
  height: 50%;
  background-color: var(--tertiary);
  width: 95%;
  display: flex;
  justify-content: space-evenly;
  backdrop-filter: blur(10px);
  align-items: center;
}
#testi .container .row:first-child {
  display: flex;
  justify-content: space-evenly;
  align-items: center;
}
#testi .container .row:first-child .col:first-child {
  height: 100%;
  width: 40%;
  display: flex;
  justify-content: center;
}
#testi .container .row:first-child .col:first-child h3 {
  font-size: 45px;
  border-left: 4px solid var(--primary);
  padding: 0px 30px;
  font-weight: 600;
  height: fit-content;
  width: 80%;
  margin-top: 10%;
}
#testi .container .row:first-child .col:last-child {
  height: 100%;
  width: 45%;
  align-items: center;
  display: flex;
  justify-content: center;
}
#testi .container .row:first-child .col:last-child .card-content {
  background: linear-gradient(
    180deg,
    var(--primary),
    var(--tertiary),
    var(--tertiary)
  );
  height: 80%;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: space-evenly;
  text-align: center;
  width: 80%;
  box-shadow: 0px 0px 10px var(--secondary);
  border-radius: 20px;
}
#testi .container .row:first-child .col:last-child .card-content .img img {
  border-radius: 50%;
  box-shadow: 0px 0px 10px var(--secondary);
  width: 130px;
}
#testi .container .row:nth-child(2) {
  border-bottom-left-radius: 30px;
  height: 45%;
  display: flex;
  justify-content: space-evenly;
  align-items: start;
  border-bottom-right-radius: 30px;
}
#testi .container .row:nth-child(2) .card-content:first-child {
  background: linear-gradient(
    180deg,
    var(--primary),
    var(--tertiary),
    var(--tertiary)
  );
  height: 90%;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: space-evenly;
  text-align: center;
  width: 25%;
  box-shadow: 0px 0px 10px var(--secondary);
  border-radius: 20px;
}
#testi .container .row:nth-child(2) .card-content:first-child .img img {
  border-radius: 50%;
  box-shadow: 0px 0px 10px var(--secondary);
  width: 130px;
}
#testi .container .row .card-content .bio p {
  width: 95%;
}
#testi .container .row:nth-child(2) .card-content:nth-child(2) {
  background: linear-gradient(
    180deg,
    var(--primary),
    var(--tertiary),
    var(--tertiary)
  );
  height: 90%;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: space-evenly;
  text-align: center;
  width: 25%;
  box-shadow: 0px 0px 10px var(--secondary);
  border-radius: 20px;
}
#testi .container .row:nth-child(2) .card-content:nth-child(2) .img img {
  border-radius: 50%;
  box-shadow: 0px 0px 10px var(--secondary);
  width: 130px;
}
#testi .container .row:nth-child(2) .card-content:nth-child(3) {
  background: linear-gradient(
    180deg,
    var(--primary),
    var(--tertiary),
    var(--tertiary)
  );
  height: 90%;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: space-evenly;
  text-align: center;
  width: 25%;
  box-shadow: 0px 0px 10px var(--secondary);
  border-radius: 20px;
}
#testi .container .row:nth-child(2) .card-content:nth-child(3) .img img {
  border-radius: 50%;
  box-shadow: 0px 0px 10px var(--secondary);
  width: 130px;
}

#testi .container .row .card-content .rating i {
  color: #f6dd00;
  text-shadow: 0px 0px 2px var(--secondary);
}
#testi
  .container
  .row.row:nth-child(2)
  .card-content:nth-child(3)
  .rating
  i:nth-child(5) {
  color: var(--secondary);
  text-shadow: 0px 0px 2px var(--secondary);
}
#testi .container .row .card-content .img img {
  width: 100px;
}
/*/  */

/* footer */
footer {
  background-color: var(--primary);
  width: 100%;
  height: 70vh;
  display: flex;
  justify-content: center;
  align-items: end;
}
footer .container {
  background-color: var(--tertiary);
  height: 60%;
  border-top-right-radius: 20px;
  border-top-left-radius: 20px;
  box-shadow: -20px 0px 20px var(--secondary);
  width: 100%;
  display: flex;
  flex-direction: column;
  justify-content: end;
  align-items: center;
}
footer .container .row:first-child {
  height: 70%;
  width: 95%;
  border-bottom: 1px solid var(--secondary);
  display: flex;
  align-items: center;
  justify-content: space-evenly;
}
footer .container .row:last-child {
  height: 20%;
  width: 95%;
}

footer .container .row:first-child .col:first-child {
  height: 80%;
  width: 30%;
  display: flex;
  flex-direction: column;
  align-items: center;
}
footer .container .row:first-child .col:last-child {
  width: 60%;
  height: 80%;
}
footer .container .row:first-child .col:first-child img {
  width: 100%;
}
footer .container .row:first-child .col:first-child p {
  text-align: center;
  font-size: 15px;
  font-weight: 300;
}
footer .container .row:first-child .col:first-child .medsos {
  height: 30%;
  width: 40%;
  display: flex;
  justify-content: space-evenly;
  align-items: center;
}
footer .container .row:last-child {
  display: flex;
  justify-content: center;
  align-items: center;
}
footer .container .row:last-child h3 {
  font-weight: 500;
  font-size: 12px;
}
footer .container .row:first-child .col:last-child {
  display: flex;
  width: 90%;
  height: 100%;
  flex-direction: column;
  justify-content: center;
  align-items: center;
}
footer .container .row:first-child .col:last-child h3 {
  width: 100%;
  text-align: center;
  height: 30%;
  font-size: 30px;
  font-weight: 300;
}
footer .container .row:first-child .col:last-child form {
  width: 100%;
  height: 30%;
  display: flex;
  justify-content: start;
  align-items: center;
}
footer .container .row:first-child .col:last-child form input {
  padding: 10px;
  margin-left: 10%;
  width: 70%;
  border-top-left-radius: 20px;
  border-bottom-left-radius: 20px;
  box-shadow: -2px 0px 10px var(--secondary);
  border: none;
  height: 20px;
  z-index: 40;
}
footer .container .row:first-child .col:last-child form a {
  width: 10%;
  border-top-right-radius: 20px;
  z-index: 40;
  border-bottom-right-radius: 20px;
  box-shadow: 2px 0px 10px var(--secondary);
  border: none;
  text-align: center;
  padding: 10px;
  height: 20px;
  cursor: pointer;
}
/* / */
