
.btn-custom-header {
    color: #EE5503;
    background-color: #f1f1f1;
    border-color: #f1f1f1;
    border-radius: 0;
}

.btn-custom-header:hover {
    color: #fff;
    background-color: #EE5503;
    border-color: #EE5503;
}
.slider-item {
    width: 200px;
}

.line-clamp-4 {
    overflow: hidden;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 3;
}

.line-clamp-2 {
    overflow: hidden;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
}

.pt-cstm-220 {
    padding-top: 200px;
}
@media (max-width: 1200px) {
    .pt-cstm-220 {
        padding-top: 0px;
    }
}
.carousel-control-prev, .carousel-control-next {
    background-color: transparent;
    border: transparent;
}
.img-carousell-cstm {
    height: 400px;
    object-fit: contain;
    object-position: center;
    background-color: white;
}
.tags {
    background-color: #EE5503;
    color: white;
    padding: 5px 20px;
    font-size: 14px;
    border-radius: 10px;
}

.faq {
    padding: 60px 0;
  }
  .faq .faq-list {
    padding: 0;
    list-style: none;
  }
  .faq .faq-list li {
      background-color: #FBAC30;
      margin-bottom: 10px;
      border-radius: 10px;
      padding: 10px 40px;
  }
  .faq .faq-list a {
      display: block;
      position: relative;
      font-size: 16px;
      font-weight: 600;
      color: white;
      text-decoration: none;
  }

  .faq .faq-list i {
    font-size: 16px;
    position: absolute;
    left: -25px;
    top: 6px;
    transition: 1s;
  }
  .faq-title {
      text-align: center;
      font-size: 17px;
      border-bottom: 2px dashed #ffffff;
      margin-bottom: 30px;
      padding-bottom: 10px;
      color: #ffffff;
  }

  .faq .faq-list p {
    padding-top: 5px;
    margin-bottom: 20px;
    font-size: 15px;
  }


  .collapsed i.fas.fa-arrow-up {
      transform: rotate(180deg);
  }
.collapse {
    color: white;
}
.form-one input[type=date] {
    display: block;
    width: 100%;
    height: 73px;
    border-radius: 36.5px;
    background-color: #f1f1f1;
    color: #7e7e7e;
    font-size: 16px;
    font-weight: 500;
    border: none;
    outline: none;
    padding-left: 30px;
}

.text-kalem {
    font-family: 'Lucida Sans', 'Lucida Sans Regular', 'Lucida Grande', 'Lucida Sans Unicode', Geneva, Verdana, sans-serif;
}


/* mobile */
.text-jumbotron{
    font-size: 35px !important;
}

.px-mobile {
    padding-left: 40px;
    padding-right: 40px;
}
.plus-custom {
    font-size: 40px !important;
    width: fit-content;
    margin: auto;
    padding: 10px 20px;
}
.card-width {
    height: 350px !important;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
}
.text-header {
    font-size: 25px !important;
    line-clamp: 1;
    -webkit-line-clamp: 1;
    -webkit-box-orient: vertical;
    overflow: hidden;
    display: -webkit-box;
}

@media (min-width: 991px) {
    /* desktop */
    .text-jumbotron{
        font-size: 50px !important;
    }
    .px-mobile {
        padding-left: 0px;
        padding-right: 0px;
    }
    .plus-custom {
        font-size: 100px !important;
        width: 100%;
        margin: auto;
    }


}


section .container {
    padding-left: 40px;
    padding-right: 40px;
}

.flip-card {
    background-color: transparent;
    perspective: 1000px;
  }

  .flip-card-inner {
    position: relative;
    width: 100%;
    height: 100%;
    text-align: center;
    transition: transform 0.6s;
    transform-style: preserve-3d;
  }

  .flip-card:hover .flip-card-inner {
    transform: rotateY(180deg);
  }

  .flip-card-front, .flip-card-back {
    position: absolute;
    width: 100%;
    height: 100%;
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
  }

  .flip-card-front {
    background-color: transparent;
    color: black;
  }

  .flip-card-back {
    background-color: transparent;
    color: white;
    transform: rotateY(180deg);
  }
