@import url('https://fonts.googleapis.com/css2?family=Poppins:wght@400;500;600;700&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Montserrat:wght@300;400;500;600;700;800;900&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Open+Sans:wght@300;400;500;600;700;800&display=swap');

/* body */

/* body {

    background-size: cover;
    background-position: center;
    display: flex;
    justify-content: center;
    align-items: center;
    min-height: 100vh;
    margin: 0;
    flex-direction: column;
} */

.body-home{
  background: linear-gradient(0deg, rgba(0, 0, 0, 0.2), rgba(0, 0, 0, 0.2)), url("./images/background.jpeg");
  background-position: center;
  display: flex;
  justify-content: center;
  align-items: center;
  min-height: 100vh;
  margin: 0;
  flex-direction: column;
  background-size: cover;
}


.hero-area{
    padding-bottom: 150px;
    background-size: cover;
    background-position: center;
    position: relative;
    text-align: center;
    z-index: 1;
}

.hero-area::after{
    content: "";
    clear: both;
    display: block;
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    z-index: -1;
}

.hero-caption h1{
    font-size: 42px;
    font-weight: 700;
    color: #fff;
}

.hero-caption p{
    font-size: 24px;
    font-weight: 500;
    text-transform: capitalize;
    color: #e8e8e8;
    margin-bottom: 30px;
}

.h-search-form{
    width: 100%;
    position: relative;
}

.h-search-form input{
    width: 100%;
    padding: 0 30px;
    border-radius:  50px;
    border: none;
    font-weight: 600;
    font-size: 16px;
    text-transform: capitalize;
    position: relative;
    color: #333;
    height: 70px;
}

.h-search-form button {
  position: absolute;
  right: 0;
  height: 60px;
  border: none;
  color: #000;
  top: 5px;
  border-radius: 50px;
  width: 100px;
  margin-left: -100px;
}


/* Footer */

.container-right-body {
    display: flex;
    flex-direction: column;
    align-items: center;
  }
  
  .container-right-body .row {
    margin: 0;
  }
  
  .container-right-body .col {
    text-align: center;
    padding: 10;
  }
  
  .container-right-body ion-icon {
    font-size: 24px;
  }
  
  .container-right-body p {
    position: flex;
    margin-top: 10px;
    justify-content: center;
  }

  .right-side-logo{
    position: flex;
    display: center;
  }

  #baris-card {
    display: flex;
    position: flex;
    align-items: center;
    justify-content: center;
    margin: auto;
  }
  
  .logo-item {
    text-align: center;
    margin-bottom: 15px;
  }
  
  .logo-item ion-icon {
    font-size: 24px;
  }
  
  .logo-item p {
    margin-top: 5px;
    font-size: 14px;
  }

  .card-text p {
    margin-bottom: 0;
  }

  body {
    display: flex;
    flex-direction: column;
    min-height: 100vh;
  }

  .footer {
    margin-top: auto;
  }


  /* Destinasi */


  #intro-profile{
    background-size: cover;
    background-position: center;
    display: flex;
    justify-content: center;
    align-items: center;
    min-height: 30vh;
    margin-left: auto;
    margin-right: auto;
    flex-direction: column;
    height: 200px; /* Adjust the height value as per your requirement */
    padding: 20px; 
  }

  #verticle-line {
    width: 3px;
    height: 79px;
    background-color: #3685FB;
    margin: 0 20px; /* Add margin to create spacing around the vertical line */
}

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

.col {
    flex: 1;
}


#number-dif{
  color : #3685FB;
}

#title-des{
  font-family: 'Montserrat';
  font-weight: 700;
}

.desc-rcol{
  font-weight: 600;
  font-size: 30px;
}

.desc-lcol{
  font-weight: 400;
  font-size: 16px;
  font-family: 'Open-Sans';
}

/* footer */
@import url('https://fonts.googleapis.com/css2?family=Poppins:wght@400;500;600&display=swap');

/* ------------ VARIABLES ------------ */
:root{

  --font: 'Poppins', sans-serif;

  --color: #9176FF;
  --bg-color: #f4f4f4;
  --bg-color-text : #000000;
}

/* ------------ BASE ------------ */

.container {
  overflow-x: hidden;/* Disable horizontal overflow */
}
 
.card-destination{
  font-family: var(--font);
  display: flex;
  justify-content: center;
  align-items: center;
  height: 100vh;

  background-color: var(--bg-color);
}


/* ----------- SLIDER ------------ */

#footer-destination{
  overscroll-behavior: none;
}
.swiper{
  width: 100%;
}

.swiper-wrapper{
  width: 90%;
  height: 50%;
  display: flex;
  align-items: center;
}

.card-destination{
  width: 20em;
  height: 90%;
  background-color: #fff;
  border-radius: 2em;
  box-shadow: 0 0 2em rgba(0, 0, 0, .2);
  padding: 2em 1em;

  display: flex;
  align-items: center;
  flex-direction: column;
  margin: 0 2em;
}

.swiper-slide:not(.swiper-slide-active){
  filter: blur(1px);
  border: none;
}

.swiper-slide:not(.swiper-slide-deactive){
  border: none;
}

.card__image{
  width: 15em;
  height: 9em;
  border-radius: 3%;
  border: 5px solid var(--bg);
  padding: 3px;
  margin-bottom: 2em;
}

.card__image img{
  width: 100%;
  height: 100%;
  border-radius: 3%;
  object-fit: cover;
}

.card__image ion-icon {
    position: absolute;
    top: 40px;
    right: 50px;
    font-size: 24px;
    color: #fff;
    padding: 5px;
    border-radius: 50%;
  }

  .card__content ion-icon{
    color: #000;
    font-size: 15px;
  }

.card__content{
  display: flex;
  align-items: center;
  flex-direction: column;
}
.card__title{
  font-size: 1.5rem;
  font-weight: 500;
  position: relative;
  top: .2em;
}

.card__name{
  color: var(--bg-color-text);
}

.card__text{
  text-align: center;
  font-size: 1.1rem;
  margin: 1em 0;
}

.card__btn{
  background-color: var(--color);
  color: #fff;
  font-size: 1rem;
  text-transform: uppercase;
  font-weight: 600;
  border: none;
  padding: .5em;
  border-radius: .5em;
  margin-top: .5em;
  cursor: pointer;
}


.body-link-destination{
  display: block;
  position: center;
  top: 100px;
}


