/*******************************/
/********* General CSS *********/
/*******************************/
/*#213546*/
:root {
    --blue: #1e90ff;
    --text-color: #213546;
    --color-primary: #4F84C4;
  }
body {
    color: #213546;
    background: #FFFFFF;
    font-family: Arial, sans-serif;
    min-height: 100%;
    max-width: 100%;
    user-select: none;
    /* overflow-x: hidden; */
}

video::-webkit-media-controls-start-playback-button {
  display: none;
}

.btn-primary {
    background-color: var(--color-primary);
    color: white;
    height: 54px;
    font-size: 20px;
    line-height: 23px;
    font-weight: 700;
    border-radius: 30px;
    min-width: 196px;
    border-color: transparent;
}

.btn:focus {
    /* the !important is really the key here, it overrides everything else */
    outline: none !important;
    box-shadow: none !important;
}

.text-end {
  transform: translateX(0);
  transition: transform 0.5s ease-out, text-align 0.5s ease-out;
}

.text-center{
  transform: translateX(0);
  transition: transform 0.5s ease-out, text-align 0.5s ease-out;
}

/* HEADER SECTION */

.contact-no {
  text-decoration: none;
  color: var(--text-color);
}

.contact-no:hover {
  color: var(--color-primary);
}

.btn-demo{
    background-color: var(--color-primary);
    color: white;
    font-size: 13px;
    font-weight: 700;
    border-radius: 12px;
    border-color: transparent;
}
.brand {
    display: block;
    margin-left: 0; /* Align left by default */
    height: 70px;
}

.brand-image {
    display: block;
    margin-left: 0; /* Align left by default */
    height: 70px;
}

@media (max-width: 600px) {
    .brand {
        align-content: center;
    }
    .brand-image {
        margin-left: auto;
        margin-right: auto;
        display: block;
        text-align: center; /* Center the image */
    } 
}

.navbar {
    margin-top: 24px;
}

.navbar-light .navbar-nav .nav-link {
   line-height: 18.4px;
   color: var(--text-color);
   font-size: 16px;
}

.navbar-light .navbar-nav .nav-link.active {
    line-height: 20px;
    color: var(--color-primary);
    font-size: 18px;
    font-weight: 800;
    text-decoration: underline;
}

.nav-item {
    margin-left: 10px; /* Adjust the value as needed */
    font-family: Arial, sans-serif;
    font-size: 16px;
    line-height: 18px;
}
/* Remove margin for the first nav-item */
.nav-item:first-child {
    margin-left: 0;
}

.header-contact{
    font-family: Arial, sans-serif;
    color: var(--text-color);
    font-size: 14px;
    line-height: 16px;
    text-align: end;
}

.txt-end {
    text-align: end;
}

@media (max-width: 600px) {
    .txt-end{
        text-align: center;
    }
}

/*END HEADER SECTION*/
/* FOOTER SECTION */

.footer {
    height: 80px;
    background-color: #ededed;
    text-align: center;
    line-height: 80px;
}

/* END FOOTER SECTION */

/* HOMEPAGE */

.media-payer {
  width: 100%;
  height: fit-content;
}



.carousel {
    height: 500px;
    max-width: 80%;
    align-items: center;
    margin: auto;
  }
  
  #home-carousel {
    align-content: center;
  }

.home-carousel-item {
    background: #D6EDFF;
    min-height: 350px;
    width: 100%;
    align-items: center;
    justify-content: center; /* 50% of the viewport height */
}

.float-right-lg-sm-center {
  float: right;
}

@media (max-width: 600px) {
    .home-carousel-item {
        min-height: 550px;
    }

    .margin-top-mobile {
      margin-top: 25px;
    }
    .float-right-lg-sm-center {
      margin:0 auto;
    display:block;
      float: none;
    }
}

  .slider-1-title {
    font-weight: 900;
    font-size: 50px;
    color: var(--text-color);
    line-height: 55px;
  }

  .slider-1-title span {
    color: var(--color-primary);
  }

  .slider-1-description {
    font-weight: 400;
    font-size: 18px;
    color: var(--text-color);
    line-height: 21px;
  }

  .teknik-slider {
    background-color: white; 
    height: 400px;
  }

  .slider-btn-right {
    float: right;
  }
  .slider-btn-left {
    align-self: self-start;
  }
  @media (max-width: 600px) {
    .order-1-small {
      order: 1 !important;
    }
    .order-2-small {
      order: 2 !important;
    }
    .slider-btn-right {
      float: none;
    margin: 0 auto; 
    display: block;
  }
    .slider-btn-left{
    float: none;
    margin: 0 auto; 
    display: block;
  }
}

  .home-content {
    font-weight: 400;
    font-size: 13.5px;
    line-height: 18px;
    color: var(--text-color);
    background-color:#E5F3FF;
    border-radius: 12px;
    padding: 10px;
}

.slider-2-title{
    font-weight: 900;
    font-size: 20px;
    color: var(--text-color);
    line-height: 24px;
}

.slider-2-description{
    font-size: 13.5px;
}

.testimonial {
    background-image: url('img/bg-testimonial.svg');
    background-repeat: no-repeat;
    min-height: 425px;
    margin-top: 8px;
    margin-bottom: 50px;
  }
  .testimonial-title-img {
    height: 100px;
  }
  
.client-review {
font-weight: 900; 
font-size: 32px; 
line-height: 50px;
display: block;
color: var(--text-color);
}
.testimonial-col {
margin-top: 1.2rem;
}
.testimonial-content {
font-weight: 400; 
font-size: 17px; 
line-height: 20px;
letter-spacing: 0.5px;
display: block;
color: var(--text-color);
}
.item {
max-width: 50%;
}
.owl-card {
border: 0.5px solid rgba(0, 0, 0, 0.08);
border-radius: 12px;
background-color: white;
min-height: 380px;
}
.card-image {
background-color: #c4ccdf;
border-radius: 12px;
height: 180px;
padding: 12px 12px 1px 12px;
}
.testimonial-name {
font-weight: 700;
font-size: 16px;
line-height: 19px;
color: var(--text-color);
}
.testimonial-designation {
font-weight: 400;
font-size: 11px;
line-height: 0px;
color: #617585;
}
.testimonial-comment {
font-weight: 400;
font-size: 12.5px;
line-height: 15px;
color: var(--text-color);
margin-bottom: 2px;
}
@media (max-width: 600px) {
    .testimonial {
    background-image: none;
  }
    .testimonial-title-img{
      display: none;
    }

    .owl-card {
      width: 75%;  
      margin: 0px 12.5%;
    }
    .testimonial-content {
      display: none;
    }
    .owl-card {
      box-shadow: 0 4px 8px rgba(0, 0, 0, 0.2);
    }
}

  .card-product {
    width: 180px;
    border-radius: 24px;
    box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.2), 0 6px 20px 0 rgba(0, 0, 0, 0.2);
  }
  
  .card-product img {
    width: 170px;
    align-self: center;
    border-radius: 24px;
  }

  .section {
    margin-top: 56px;
    margin-bottom: 56px;
  }


  #mobile-products{
    display: none;
  }

  .desktop-products {
    display: block !important;
  }

  @media (max-width: 600px) {
    .card-product {
      width: 100%;
    } 

    .desktop-products {
      display: none  !important;
    }

    #mobile-products{
      display: block !important;
    }
  
    
  }

/* HOMEPAGE END */
.contact-us-tittle {
    font-weight: 700;
    font-size: 25px;
    line-height: 28px;
    padding: 0px;
}



.btn-full-width{
    width:100%;
}

.sales-title{
    font-weight: 700;
    font-size: 17px;
    margin-top: 6px;
    margin-bottom: 0px;
}

.sales-contact {
  margin-top: 3px;
}


.form-control {
    border-radius:10px; 
}

.contact-us-subtittle{
    font-weight: 400;
    font-size: 12.82px;
    line-height: 14.8px;
    margin-top: 15px;
}

.img-fluid{
    max-width: 100%;
    height: 77px;
}

.home-title{
    font-weight: 900;
    font-size: 44px;
    color: var(--text-color);
}

/*ABOUT US*/
.about-title {
    font-weight: 700;
    font-size: 28px;
    line-height: 38px;
    color: var(--text-color);
}
.about-content {
    font-weight: 400;
    font-size: 13.5px;
    line-height: 18px;
    color: var(--text-color);
}

.product-title{
    font-weight: 900;
    font-size: 40px;
    line-height: 67px;
    color: #FFFFFF;
}

.product-img{
    max-width: 300px;
}

.card-title{
    font-weight: 700;
    font-size: 24px;
    line-height: 25px;
}


.card-text{
    font-weight: 400;
    font-size: 11px;
    line-height: 15px;
}

.card{
    min-height: 530px;
    margin-top: 30px;
    border-radius: 32px;
    box-shadow:0 4px 8px 0 rgba(0, 0, 0, 0.2), 0 6px 20px 0 rgba(0, 0, 0, 0.19);
}

/* SUPPORT SECTION */

.title-bg-gradiant{
  width: 100%;
  height: 65px; 
  background-image: linear-gradient(to right, rgba(0,0,0,0.0), rgb(79, 132, 196),rgba(0,0,0,0.0));
}

.support-title{
font-weight: 900;
    font-size: 35px;
    line-height: 67px;
    color: #FFFFFF;
}

.support-discription{
  margin-top: 40px;
  margin-right: 50px;
  margin-left: 50px;
  text-align: center;
  font-size: 14px;
}

.support-text{
  margin-top: 64px;
  margin-right: 50px;
  margin-left: 50px;
  text-align: center;
  font-size: 14px;
}

.support-img{
  margin-bottom: 100px;
  height: 132px;
  width: 115x;
  background-color: #E0F1FF;
  border-radius: 12px;
  padding: 24px;
  cursor: pointer;
}

.button-whatsapp{
  position: fixed;
  width: 50px;
  height: 50px;
  bottom: 100px;
  right: 40px;
  background-color: #FFFFFF;
  color: #25d366;
  border-radius: 50px;
  text-align: center;
  font-size: 30px;
  box-shadow: 2px 2px 3px #999;
  z-index: 100;
}

@media (max-width: 600px) {
  .support-img{
    margin-bottom: 25px;
  }
}

/* END SUPPORT SECTION */

/* SERVICE PAGE */    


.our-services{
  font-weight: 900;
  font-size: 64px;
  line-height: 0px;
}

.our-services span {
  color: var(--color-primary);
}

/* SERVICES */
.our-service-heading {
  font-weight:800;
  font-size:55px;
  text-align: left;
}