@import url("https://fonts.googleapis.com/css2?family=Manrope:wght@400;500;600;700;800&family=Source+Sans+3:wght@400;500;600;700&display=swap");

:root {
  --pi-bg: #f2f6f8;
  --pi-surface: #ffffff;
  --pi-surface-soft: #f7fbfc;
  --pi-text: #1a2833;
  --pi-text-soft: #5c6b75;
  --pi-accent: #00a99d;
  --pi-accent-dark: #0f7b75;
  --pi-border: #dce5ea;
  --pi-shadow: 0 24px 48px rgba(8, 32, 49, 0.18);
}

* {
  box-sizing: border-box;
}

html,
body {
  background: var(--pi-bg);
  color: var(--pi-text);
  font-family: "Source Sans 3", sans-serif;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  color: var(--pi-text);
  font-family: "Manrope", sans-serif;
  letter-spacing: -0.01em;
}

a {
  transition: all 0.2s ease;
}

.header {
  padding: 14px 0;
  background: rgba(8, 19, 27, 0.34);
  backdrop-filter: blur(9px);
  -webkit-backdrop-filter: blur(9px);
}

.fixtop {
  background: rgba(8, 19, 27, 0.8);
  box-shadow: 0 10px 28px rgba(0, 0, 0, 0.28);
  padding: 12px 0;
}

.header .logo a {
  display: inline-block;
}

.header .logo img {
  display: block;
}

.header .nav ul li {
  padding: 0 9px;
}

.header .nav ul li a {
  border-radius: 999px;
  color: #eef5f8;
  font-family: "Manrope", sans-serif;
  font-size: 13px;
  font-weight: 700;
  letter-spacing: 0.04em;
  padding: 8px 13px;
  text-transform: uppercase;
}

.header .nav ul li a:hover {
  background: rgba(255, 255, 255, 0.14);
  border-bottom: 0;
  color: #fff;
}

.mobilemenu a .bar {
  border-radius: 99px;
  height: 3px;
  width: 40px;
}

.banner {
  min-height: 760px;
  position: relative;
}

.banner::before {
  content: "";
  position: absolute;
  inset: 0;
  background: linear-gradient(
    120deg,
    rgba(10, 30, 45, 0.72) 0%,
    rgba(9, 41, 54, 0.34) 42%,
    rgba(7, 40, 49, 0.62) 100%
  );
}

.wrapbg {
  background: linear-gradient(
    180deg,
    rgba(0, 0, 0, 0.08) 0%,
    rgba(0, 0, 0, 0.2) 100%
  );
  display: block;
}

.wrapbg.wrapbg_on {
  background: rgba(0, 0, 0, 0.52);
}

.tbl .cell .wrapin {
  margin-right: 8vw;
  max-width: 560px;
  width: calc(100% - 24px);
}

.tbl .cell .wrapin h2 {
  color: #fff;
  font-family: "Manrope", sans-serif;
  font-size: 40px;
  font-weight: 700;
  line-height: 1.12;
  text-shadow: 0 10px 22px rgba(0, 0, 0, 0.34);
}

.tbl .cell .wrapin h2 + h2 {
  font-size: 31px;
  font-weight: 600;
  margin-top: 6px;
}

.tbl .cell .wrapin .wrapform {
  background: rgba(255, 255, 255, 0.94);
  border: 1px solid rgba(255, 255, 255, 0.85);
  border-radius: 18px;
  box-shadow: var(--pi-shadow);
  margin-top: 20px;
  padding: 24px 24px 18px;
}

.tbl .cell .wrapin .wrapform form label {
  color: var(--pi-text);
  font-family: "Manrope", sans-serif;
  font-size: 13px;
  font-weight: 700;
  letter-spacing: 0.015em;
  margin-bottom: 7px;
}

.tbl .cell .wrapin .wrapform form input[type="email"],
.tbl .cell .wrapin .wrapform form input[type="phone"],
.tbl .cell .wrapin .wrapform form input[type="text"],
.tbl .cell .wrapin .wrapform form input[type="date"],
.tbl .cell .wrapin .wrapform form select {
  background: #f5f9fb;
  border: 1px solid var(--pi-border);
  border-radius: 10px;
  color: var(--pi-text);
  font-size: 15px;
  height: 44px;
  padding: 10px 12px;
}

.tbl .cell .wrapin .wrapform form input[type="email"]:focus,
.tbl .cell .wrapin .wrapform form input[type="phone"]:focus,
.tbl .cell .wrapin .wrapform form input[type="text"]:focus,
.tbl .cell .wrapin .wrapform form input[type="date"]:focus,
.tbl .cell .wrapin .wrapform form select:focus {
  background: #fff;
  border-color: rgba(0, 169, 157, 0.8);
  box-shadow: 0 0 0 4px rgba(0, 169, 157, 0.12);
}

.tbl .cell .wrapin .wrapform form .pickfield label {
  color: var(--pi-accent-dark);
}

.tbl .cell .wrapin .wrapform form input[type="submit"] {
  background: linear-gradient(135deg, var(--pi-accent) 0%, #20cab9 100%);
  border: 0;
  border-radius: 999px;
  box-shadow: 0 12px 24px rgba(0, 169, 157, 0.28);
  color: #fff;
  font-family: "Manrope", sans-serif;
  font-size: 14px;
  font-weight: 800;
  letter-spacing: 0.05em;
  min-width: 180px;
  padding: 12px 26px;
  text-transform: uppercase;
}

.tbl .cell .wrapin .wrapform form input[type="submit"]:hover {
  background: linear-gradient(135deg, var(--pi-accent-dark) 0%, var(--pi-accent) 100%);
  transform: translateY(-1px);
}

.form-feedback {
  font-size: 14px;
  margin-bottom: 18px !important;
}

.destination,
.testimoni,
.additionalpckg {
  padding: 92px 0;
}

.destination {
  background: linear-gradient(180deg, #f6fafc 0%, #eef4f7 100%);
}

.destination h2,
.additionalpckg .wraptitle h2 {
  font-size: 40px;
  font-weight: 800;
  letter-spacing: -0.02em;
  margin-bottom: 14px;
}

.destination p,
.additionalpckg .wraptitle p {
  color: var(--pi-text-soft);
  font-size: 18px;
  line-height: 1.7;
}

.destination .grid-item {
  border-radius: 16px;
  box-shadow: 0 16px 28px rgba(4, 24, 40, 0.18);
  min-height: 250px;
  overflow: hidden;
}

.destination .grid-item::after {
  background: linear-gradient(180deg, rgba(0, 0, 0, 0.16) 0%, rgba(0, 0, 0, 0.72) 100%);
}

.destination .grid-item .wraptext {
  bottom: 18px;
  left: 18px;
  right: 18px;
}

.destination .grid-item .wraptext h3 {
  font-family: "Manrope", sans-serif;
  font-size: 23px;
  font-weight: 700;
}

.destination .grid-item .wraptext p {
  color: rgba(255, 255, 255, 0.92);
}

.testimoni {
  background: #fff;
}

.testimoni .rowtesti {
  margin-bottom: 24px;
}

.testimoni .dtbl {
  background: linear-gradient(180deg, #ffffff 0%, #f9fcfd 100%);
  border: 1px solid #e2ebf0;
  border-radius: 16px;
  box-shadow: 0 16px 30px rgba(17, 57, 79, 0.1);
  height: 100%;
}

.testimoni .dtbl .cell {
  padding: 36px 32px;
}

.testimoni .dtbl .cell i.fas {
  color: var(--pi-accent);
  font-size: 32px;
}

.testimoni .dtbl .cell h2 {
  font-family: "Manrope", sans-serif;
  font-size: 28px;
  line-height: 1.25;
  margin: 14px 0 10px;
}

.testimoni .dtbl .cell p {
  color: var(--pi-text-soft);
  font-size: 17px;
  line-height: 1.7;
}

.additionalpckg {
  background: #f4f9fb;
}

.additionalpckg .wraptitle {
  background: #fff;
  border: 1px solid #dde8ee;
  border-radius: 18px;
  box-shadow: 0 18px 30px rgba(12, 45, 66, 0.08);
  margin: 0 auto 28px;
  max-width: 1030px;
  padding: 36px 34px;
}

.additionalpckg .wraptitle ol,
.additionalpckg .wraptitle ul {
  margin-bottom: 16px;
  margin-left: 22px;
}

.additionalpckg .wraptitle li,
.additionalpckg .wraptitle p {
  color: var(--pi-text-soft);
  font-size: 17px;
  line-height: 1.74;
}

.additionalpckg .subscribe {
  background: linear-gradient(135deg, #0e4855 0%, #0b2e3a 100%);
  border-radius: 16px;
  margin: 0 auto;
  max-width: 760px;
  padding: 34px 22px;
}

.additionalpckg .subscribe h3 {
  color: #fff;
  font-family: "Manrope", sans-serif;
  font-size: 30px;
  font-weight: 800;
}

.additionalpckg .subscribe form input[type="submit"] {
  background: linear-gradient(135deg, var(--pi-accent) 0%, #22cab9 100%);
  border-radius: 999px;
  font-family: "Manrope", sans-serif;
  font-weight: 800;
  letter-spacing: 0.05em;
  margin-top: 16px;
}

.footer {
  background: linear-gradient(180deg, #10242f 0%, #0a161f 100%);
  border-top: 1px solid rgba(255, 255, 255, 0.08);
  padding: 68px 0 56px;
}

.footer h2 {
  color: #f3fbff;
  font-family: "Manrope", sans-serif;
  font-size: 24px;
  margin-bottom: 16px;
}

.footer p,
.footer ul li a {
  color: #c5d3dc;
  font-size: 16px;
  line-height: 1.65;
}

.footer ul li a:hover {
  color: #ffffff;
}

.footer ul.sosmed li a {
  border: 1px solid rgba(255, 255, 255, 0.24);
  border-radius: 999px;
  color: #dbedf3;
  height: 38px;
  line-height: 38px;
  width: 38px;
}

.footer ul.sosmed li a:hover {
  background: var(--pi-accent);
  border-color: var(--pi-accent);
  color: #fff;
}

@media only screen and (max-width: 1199px) {
  .tbl .cell .wrapin {
    left: 0;
    margin: 0 auto;
    max-width: 620px;
  }

  .nav.open {
    background: #fff;
    border-radius: 0 0 14px 14px;
  }

  .nav ul li a,
  .nav.open ul li a {
    color: var(--pi-text);
    font-weight: 700;
  }

  .nav ul li a:hover,
  .nav.open ul li a:hover {
    border-bottom: 1px solid #e6edf1;
    color: var(--pi-accent-dark);
  }
}

@media only screen and (max-width: 767px) {
  .banner {
    min-height: 740px;
  }

  .tbl .cell .wrapin h2 {
    font-size: 33px;
  }

  .tbl .cell .wrapin h2 + h2 {
    font-size: 25px;
  }

  .tbl .cell .wrapin .wrapform {
    padding: 20px 18px 16px;
  }

  .destination,
  .testimoni,
  .additionalpckg {
    padding: 72px 0;
  }

  .destination h2,
  .additionalpckg .wraptitle h2 {
    font-size: 31px;
  }

  .additionalpckg .wraptitle {
    padding: 26px 20px;
  }

  .additionalpckg .subscribe h3 {
    font-size: 24px;
  }
}

@media only screen and (max-width: 420px) {
  .banner {
    min-height: 700px;
  }

  .tbl .cell .wrapin h2 {
    font-size: 29px;
  }

  .destination .grid-item {
    min-height: 220px;
  }
}
