@import url('https://fonts.googleapis.com/css2?family=Anybody:ital,wght@0,100..900;1,100..900&family=Figtree:ital,wght@0,300..900;1,300..900&family=Inter:ital,opsz,wght@0,14..32,100..900;1,14..32,100..900&family=Lora:ital,wght@0,400..700;1,400..700&display=swap');

:root {
   --primary-color: linear-gradient(
      90deg,
      rgba(205, 182, 149, 1) 0%,
      rgba(132, 110, 81, 1) 100%);
   --primary-color-dark: #003358;
   --hover-color: #ffffff;
   --text-dark: #12110f;
   --text-light: #6b7280;
   --extra-light: #fbf7f6;
   --white: #ffffff;
   --max-width: 1200px;
   --inter: 'Inter-Regular', sans-serif;
   --inter-semibold: 'Inter-SemiBold', sans-serif;
   --anybody: 'Anybody-SemiBold', sans-serif;
   --anybody-medium: 'Anybody-Medium', sans-serif;

  }

* {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
 }

 .section_container{
    max-width: var(--max-width);
    margin: auto;
    padding: 1rem 1rem;   
 }

 .section__header {
  margin-bottom: 0.5rem;
  font-size: 2.5rem;
  font-weight: 600;
  text-align: center;
}

.btn{
  text-decoration: none;
   padding: 0.75rem 1.5rem;
   outline: none;
   border: none;
   font-size: 1rem;
   color: black;
   background: var(--primary-color);
   font-family: var(--lora-regular);
   font-size: 24px;
   border-radius: 15px;
   transition: 0.3s ease-in-out;
   cursor: pointer;
}

.btn:hover{
  background: var(--hover-color);
  color: var(--text-dark);
}

 .title{
  font-weight: 600;
  text-align: center;
 }

 img{
  display: flex;
 }

 .collapse{
  align-items: center;
  justify-content: center;
}

.navbar-logo-1{
  display: none;
}

.navbar-logo-2{
  max-width: 50px;
  margin: 0px;
  padding: 0px;
}

.navbar-toggler{
  width: 20px;
  height: 20px;
  position: relative;
  transition: .5s ease-in-out;
}

.navbar-toggler,
.navbar-toggler:focus,
.navbar-toggler:active,
.navbar-toggler:focus{
  outline: none;
  box-shadow: none;
  border: 0;
}

.toggler-icon{
  display: block;
  position: absolute;
  height: 3px;
  width: 100%;
  background: #2f9ab4;
  border-radius: 1px;
  opacity: 1;
  left: 0;
  transform: rotate(0deg);
  transition: .25s ease-in-out;
}

.middle-bar{
  margin-top: 0px;
}

.navbar-toggler .top-bar{
  margin-top: 0px;
  transform: rotate(135deg);
}

.navbar-toggler .middle-bar{
  opacity: 0;
  filter: alpha(opacity=0);
}

.navbar-toggler .bottom-bar{
  margin-top: 0px;
  transform: rotate(-135deg);
}

.navbar-toggler.collapsed .top-bar{
  margin-top: -20px;
  transform: rotate(0deg);
}

.navbar-toggler.collapsed .middle-bar{
  opacity: 1;
  filter: alpha(opacity=100);
}

.navbar-toggler.collapsed .bottom-bar{
  margin-top: 20px;
  transform: rotate(0deg);
}

.nav-link{
  color: #fcfcfc;
  position: relative;
}

.nav-link::before{
  content: "";
  position: absolute;
  bottom: 0;
  left: 50%;
  transform: translateX(-50%);
  width: 0;
  height: 2px;
  visibility: hidden;
  background-color: #2f9ab4;
  transition: 0.3s ease-in-out;
}

.nav-link:hover::before{
  visibility: visible;
  width: 100%;
  transform: translateX(-50%);
}

.navbar-nav{
  gap: 10px;
}

.navbar a{
  color: rgb(240, 240, 240);
  font-family: var(--jacques);
}

.navbar a:hover{
  color: #2f9ab4;
}


/* HERO STYLE */

 .header {
   padding-block: 0.5rem;
  background: url(pic/bg.svg) center/cover no-repeat ,linear-gradient(
   109.1deg,
   rgba(0, 31, 43, 1) 31.267008185386658%,
   rgba(0, 106, 144, 1) 100%
 );
  background-position: center center;
  background-size: cover;
  background-repeat: no-repeat;
 }

 .header h1 {
   font-size: 44px;
   color: var(--white);
   font-family: var(--anybody-medium);
   text-align: left;
   margin-bottom: 2rem;
   max-width: 700px;
 }

 .header p {
   font-size: 28px;
   color: var(--white);
   font-family: var(--anybody-medium);
   text-align: left;
   margin-bottom: 2rem;
   max-width: 550px;
 }

 /* WHY STYLE */

.bg-why{
  background: #001F2B;
  color: #ffffff;
}

/* KEY STYLE */

.title .key{
  color: var(--primary-color-dark);
}

.key{
  flex-direction: row;
  /* margin-top: 3rem; */
  align-items: center;
}

.key_row{
  display: flex;
  flex-direction: row;
  gap: 1rem;
  align-items: center;
  justify-content: center;
  flex: 1;
  position: relative;
  padding: 1rem;
  margin: 2rem;
}

.key_column{
  display: flex;
  flex-direction: column;
  align-items: center;
  text-align: center;
  justify-content: flex-start;
  flex: 1;
  position: relative;
  padding: 1rem;
  margin: 2rem;
}

.key_line1{
  display: flex;
  flex-direction: column;
  gap: 20px;
  align-items: top;
  align-items: center;
  justify-content: flex-start;
  flex: 1;
  position: relative;
  padding: 1rem;
  margin-bottom: 4rem;
}

.key_line2{
  display: flex;
  flex-direction: column;
  gap: 20px;
  align-items: center;
  justify-content: flex-start;
  flex: 1;
  position: relative;
  padding: 1rem;
  margin-bottom: 2rem;
}

.key_line3{
  display: flex;
  flex-direction: column;
  gap: 20px;
  align-items: center;
  justify-content: flex-start;
  flex: 1;
  position: relative;
  top: 70px;
  margin-top: 2rem;
}

.key_line4{
  display: flex;
  flex-direction: column;
  gap: 20px;
  align-items: center;
  justify-content: flex-start;
  flex: 1;
  position: relative;
  padding: 1rem;
  bottom: 33px;
}

.key_line5{
  display: flex;
  flex-direction: column;
  gap: 20px;
  align-items: center;
  justify-content: flex-start;
  flex: 1;
  position: relative;
  padding: 1rem;
  margin-top: 2rem;
  bottom: 27px;
}

.key_img{
  max-width: 79px;
}

.key_subtitle{
  font-size: 24px;
  color: #001F2B;
  font-family: var(--anybody-medium);
  text-align: center;
  max-width: 250px;
}

.key_text{
  max-width: 300px;
  font-size: 16px;
  color: #001F2B;
  font-family: var(--inter);
  text-align: center;
}

/* how style */

.bg-hero{
  padding: 0rem 2rem;
  /* margin-top: 3rem; */
  background: linear-gradient(
    180deg,
    rgba(0, 31, 43, 1) 30.000001192092896%,
    rgba(0, 106, 144, 1) 100%);
} 

.how_subtitle{
  font-size: 19px;
  color: #ffffff;
  font-family: var(--anybody-medium);
  max-width: 500px;
}


/* cta style */
.demo{
  /* margin-top: 3rem; */
  background: #001F2B;
  /* border-radius: 20px; */
}

.demo .section_container{
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
}

.demo .title{
  color: #CDB695;
  margin-bottom: 2em;
}

.demo .btn{
  margin-bottom: 2rem;
}


/* footer style */
.text-footer{
  color: #CDB695;
}

.bg-footer{
  background: #003246;
}

.text-footer p{
  font-weight: 700;
}

@media (max-width: 1028px) {
.btn {
  font-size: 10px;
}

  .header h1 {
    font-size: 48px;
  }

  .header p {
    font-size: 24px;
  }

  .key {
    flex-direction: column;
  }

  .key_row {
    margin: 1.5rem;
    flex-direction: column;
  }

  .key_icon{
    display: none;
  }

  .key_column {
    margin: 1.5rem;
  }

  .key_line1,
  .key_line2,
  .key_line4,
  .key_line5 {
    margin: 1.5rem;
  }

  .key_line3 {
    margin: 0 1.5rem;
    top: -10px;
  }

  .key_img {
    max-width: 60px;
  }

  .key_subtitle {
    font-size: 22px;
  }

  .key_text {
    font-size: 15px;
  }

  .demo .title {
    font-size: 22px;
  }
}
@media (max-width: 768px) {
  .header h1 {
    font-size: 40px;
  }

  .header p {
    font-size: 20px;
  }

  .key{
    flex-direction: column;
  }

  .key_row{
    margin: 1rem;
  }

  .key_column{
    margin: 1rem;
  }

  .key_line1{
    margin: 1rem;
  }

  .key_line2{
    margin: 1rem;
  }

  .key_line3{
    margin: 0rem 1rem;
  }

  .key_line4{
    margin: 1rem;
  }

  .key_line5{
    margin: 1rem;
  }

  .key_img{
    max-width: 50px;
  }

  .key_subtitle{
    font-size: 20px;
  }

  .key_text{
    font-size: 14px;
  }

  .demo .title{
    font-size: 20px;
  }
}

@media (max-width: 468px){
  .img-fluid{
    width: 75%;
    margin: 0px;
  }

  .row{
    flex-direction: column;
  }

  .btn{
    font-size: 5px;
  }

  .header h1 {
    font-size: 32px; /* Mengurangi ukuran font */
  }

  .header p {
    font-size: 18px; /* Mengurangi ukuran font */
  }

  .key {
    flex-direction: column; /* Mengubah arah flex menjadi kolom */
  }

  .key_row {
    margin: 1rem; /* Mengurangi margin */
  }

  .key_column {
    margin: 1rem; /* Mengurangi margin */
  }

  .key_line3{
    margin: 0 1rem; /* Menambah margin atas */
  }

  .key_line1,
  .key_line2,
  .key_line4,
  .key_line5 {
    margin: 1rem; /* Mengurangi margin */
  }

  .key_subtitle {
    font-size: 20px; /* Mengurangi ukuran font */
  }

  .key_text {
    font-size: 14px; /* Mengurangi ukuran font */
  }

  .demo .title {
    font-size: 20px; /* Mengurangi ukuran font */
  }
}