/* Template Name: Levonic
   Author: Themesdesign
   Version: 1.0.0
   Created: Jan 2021
   File Description: Main Css file of the template
*/
/****************************************\

01.general
02.helper
03.components
04.about
05.home
06.services
07.features
08.pricing
09.counter
10.clients
11.contact
12.footer
13.responsive

*****************************************/
/*@import url("https://fonts.googleapis.com/css2?family=Mrs+Saint+Delafield&family=Open+Sans:wght@400;600&display=swap");*/
/* @import url('https://fonts.googleapis.com/css2?family=Prompt:ital,wght@0,100;0,200;0,300;0,400;0,500;0,600;0,700;0,800;1,100;1,200&display=swap'); */
/* @import url('https://fonts.googleapis.com/css2?family=Poppins:ital,wght@0,100;0,200;0,300;0,400;0,500;0,600;0,700;0,800;0,900;1,100;1,200;1,300&display=swap'); */
@import url('https://fonts.googleapis.com/css2?family=Open+Sans:ital,wght@0,300..800;1,300..800&display=swap');

.bg-lightan {
    background: linear-gradient(to top, rgb(179 180 222 / 10%) 30%, #ffffff 100%);
}

.text-normal{
  font-weight: normal;
}

.text-100{
  font-weight: 100;
}

.text-200{
  font-weight: 200;
}

.text-300{
  font-weight: 300;
}

.text-400{
  font-weight: 400;
}

.text-500{
  font-weight: 500;
}

.text-600{
  font-weight: 600;
}

.text-800{
  font-weight: 800;
}

li a.text-200{
  font-weight: 300;
}

h1.title{
  font-weight: bold;
  font-size: 45px;
}

.kuning{
  color:#fcce43;
} 
.biru{
  color:#0085AD;
} 

.mt-6{
  margin-top: 4rem !important;
}

.text-bold{
  font-weight: bold;
}

p.judul{
  font-size: 17px;
  font-family: 'Segoe UI', Tahoma, Geneva, Verdana, sans-serif !important;
}

.size-12{
  font-size: 12px;
  line-height: 1.3 !important;
  padding-bottom: 0px;
}

.box-services{
  border-radius: 14px;
  background-color: #F3F4F6;
}

p.mt-5{
  margin-top: 40px !important;
}

.img-padding{
  padding: 24px;
}

.btn-between{
  width: 140px;
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  align-items: center;
  padding: 10px 20px;
}

.desktop{
  display: block;
}

.mobile{
  display: none;
}

.gallery {
  column-count: 3;
  column-gap: 19px;
}
.gallery .gallery__image {
  margin: 0;
  display: grid;
  grid-template-rows: 1rem auto;
  margin-bottom: 20px;
  break-inside: avoid;
}

.gallery .gallery__image > img {
  display: block;
  grid-row: 1 / -1;
  grid-column: 1;
  border-radius: 14px;
}

.color-overlay.bg-dark-blue{
  background-color: #1E3A8A !important;
}


/* testimoni */
.section-testimoni .card {
  position: relative;
  display: flex;
  width: 350px;
  flex-direction: column;
  min-width: 0;
  word-wrap: break-word;
  background-color: #fff;
  background-clip: border-box;
  border: 1px solid #d2d2dc;
  border-radius: 20px;
  -webkit-box-shadow: 0px 0px 5px 0px rgb(249, 249, 250);
  -moz-box-shadow: 0px 0px 5px 0px rgba(212, 182, 212, 1);
  box-shadow: 0px 0px 5px 0px rgb(161, 163, 164);
}

.section-testimoni .card .card-body {
  padding: 20px 20px;
}

.section-testimoni .card-body {
  flex: 1 1 auto;
}

.section-testimoni p {
  font-size: 0.875rem;
  margin-bottom: .5rem;
  line-height: 1.5rem;
}

.section-testimoni h4 {
  line-height: .2 !important;
}

.section-testimoni .profile {
  margin-top: 16px;
  margin-left: 11px;
}

.section-testimoni .profile-pic {
  width: 58px;
}

.section-testimoni .cust-name {
  font-size: 18px;
}

.section-testimoni .cust-profession {
  font-size: 10px;
}

.section-testimoni .items {
  width: 95%;
  margin: 0px auto;
}

.section-testimoni .slick-slide {
  margin: 10px;
}
/* end testimoni */

/* slick slider */
.slick-prev,
.slick-next
{
  font-size: 0;
  line-height: 0;
  position: absolute;
  top: 113%;
  display: block;
  width: 36px;
  height: 36px;
  padding: 0;
  -webkit-transform: translate(0, -50%);
  -ms-transform: translate(0, -50%);
  transform: translate(0, -50%);
  cursor: pointer;
  color: transparent;
  border: none;
  outline: none;

  background: #FFFFFF;
  border-radius: 100px;
}

.slick-prev
{
  right: auto !important;
  left: 46% !important;
}

.slick-next
{
  right: 46% !important;
  left: auto !important;
}

.slick-prev:hover,
.slick-prev:focus,
.slick-next:hover,
.slick-next:focus
{
    color: #3B82F6;
    outline: none;
    background: #FFFFFF;
    opacity: .75;
}
.slick-prev:hover:before,
.slick-prev:focus:before,
.slick-next:hover:before,
.slick-next:focus:before
{
    opacity: 1;
}
.slick-prev.slick-disabled:before,
.slick-next.slick-disabled:before
{
    opacity: .25;
}

.slick-prev:before,
.slick-next:before
{
    font-family: 'slick';
    font-size: 20px;
    font-weight: bold;
    line-height: 1;

    opacity: .75;
    color: #3B82F6;

    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}

.slick-prev
{
    left: -25px;
}
[dir='rtl'] .slick-prev
{
    right: -25px;
    left: auto;
}
.slick-prev:before
{
    content: '←';
}
[dir='rtl'] .slick-prev:before
{
    content: '→';
}

.slick-next
{
    right: -25px;
}
[dir='rtl'] .slick-next
{
    right: auto;
    left: -25px;
}
.slick-next:before
{
    content: '→';
}
[dir='rtl'] .slick-next:before
{
    content: '←';
}

/* call to action */
.call-to-action {
  display: none;
}

@media only screen and (max-width: 768px) {
  .call-to-action {
      width: 100%;
      display: block;
      height: 57px;
      padding-top: 10px;
      border-top: 1px solid #02561e;
      position: fixed;
      z-index: 999;
      bottom: 0;
      background: #fff;
      color: #fff;
  }
  .call-to-action ul {
      margin: 0;
      padding: 0;
      text-align: center;
  }
  .call-to-action ul li {
      display: inline-block;
      color: #fff;
  }
  .call-to-action ul li a {
      text-align: center;
      padding: 0px 5px;
      font-size: 24px;
      display: block;
      line-height: 1.4;
  }
  .call-to-action ul li a span {
      font-size: 10px;
      color: #02561e;
      display: block;
  }
}
/* end cta */