@font-face {
  font-family: "Poppins";
  src: url("../fonts/Poppins-Regular.woff2");
}

body {
  font-family: "Poppins";
  background-color: #EBF3FE;
  overflow-x: hidden;
  color: #333;
}

.bg-testimonial{
  background: rgb(255,255,255);
  background: linear-gradient(180deg, rgba(255,255,255,1) 0%, rgba(235,243,254,1) 100%);
}

.card-testimonial{
  margin-top: -25px;
}

.base-color{
  background-color: #00BCD4;
}

.base-color02{
  background-color: #23549a;
}

.text-color01{
 color: #55586a;
}

.text-color03{
  color: #9098c6;
 }

.text-color05{
  color: #aff6ff;
}

.base-services img{
  color: #00BCD4;
  background-color: #fff;
}

.base-services{
  background-color: #f2f8ff;
  border: 1px solid #dfe7ef;
  transition: transform 0.3s ease, box-shadow 0.3s ease;
}

.base-services:hover{
  -webkit-box-shadow: 0px 20px 30px 0px rgba(120, 183, 255, 0.11);
  -moz-box-shadow: 0px 20px 30px 0px rgba(120, 183, 255, 0.11);
  box-shadow: 0px 20px 30px 0px rgba(120, 183, 255, 0.11);
  transform: translateY(-10px);
  cursor: pointer;
}

.hr-dark{
  border:1px solid #7b8ca7
}

.hr-light{
  border:1px solid #adf6ff
}

.fs-08{
  font-size: 0.8rem;
}

.fs-09{
  font-size: 0.9rem;
}

.box-shadow{
  -webkit-box-shadow: 0px 20px 30px 0px rgba(120, 183, 255, 0.11);
  -moz-box-shadow: 0px 20px 30px 0px rgba(120, 183, 255, 0.11);
  box-shadow: 0px 20px 30px 0px rgba(120, 183, 255, 0.11);
}

.navbar{
  width: 100vw;
  overflow-x: hidden;
  position: fixed !important;
}

.nav-link {
  position: relative;
  color: #4f5363;
  font-size: 1rem !important;
  opacity: 1;
  display: inline-block;
  padding: 0.75rem 0px;
  margin: 0px 0.75rem;
  text-decoration: none;
}

.nav-link:hover {
  opacity: 1;
}

.nav-link::before {
  transition: 300ms;
  height: 1px;
  content: "";
  position: absolute;
  background-color: #00BCD4;
}

.nav-link-ltr::before {
  width: 0%;
  bottom: 0px;
}

.nav-link-ltr:hover::before {
  width: 100%;
}

.nav-link.active::before {
  width: 100%;
}

.border-radius-1{
  border-radius: 1rem;
}

.navbar-nav .nav-link.active, .navbar-nav .show>.nav-link{
  color: #00BCD4;
}

.image-container {
  position: relative;
  width: 1.8rem;
  height: 1.8rem;
  overflow: hidden;
  float: left;
  margin-right: 10px;
}

.image,
.image-hover {
  position: absolute;
  top: 0;
  left: 0;
  transition: opacity 0.3s ease;
  cursor: pointer;
}

.image-hover {
  opacity: 0;
}

.image-container:hover .image {
  opacity: 0;
}

.image-container:hover .image-hover {
  opacity: 1;
}

.list-social-media{
  list-style-type: none;
  padding-left: 0;
}

.list-social-media li{
  float: left;
  padding-left: 15px;
}

.list-social-media li:hover{
  cursor: pointer;
}

.list-social-media li>img {
  max-width: 100%;
  height: auto;
}

.footer-menu a:hover{
  color:#00BCD4;
  cursor: pointer;
  font-size: 0.9rem;
}

.footer-menu ul{
  list-style-type: none;
  padding-left: 0px;
}

ul.list-contact {
  margin-left: 0 !important;
  padding-left: 0 !important;
}

.list-contact li {
  border-top: 1px solid #C0CFE6;
  list-style-type: none;
  padding: 1.2rem 0;
  padding-left: 0;
}

.mt-half{
  margin-top: -150px;
  z-index: 9;
}

.mb-half{
  padding-bottom: 15rem;
}

.img-client img{
  filter: grayscale(100%) brightness(95%) contrast(75%);
  transition: filter 0.3s ease;
  opacity: 0.3;
}

.img-client img:hover{
  filter: grayscale(0%) brightness(100%) contrast(100%);
  opacity: 1;
}

.slick-slider{
  overflow: hidden;
}

.navbar-toggler:focus{
  outline: none;
}

.li-star {
  list-style-type: none;
  padding-left: 0 !important;
  margin: 0 !important;
}

.list-client{
  list-style-type: none;
  margin: 0;
  padding: 0;
  overflow: hidden;
}

.list-client li {
  float: left;
}

.list-client li a {
  display: block;
  padding: 16px;
  text-decoration: none;
}

.rounded-medium{
  border-radius: 1rem;
}

.btn-rounded{
  border-radius: 50px;
  color: rgba(0, 188, 212, 1);
  background-color: #26c9de;
  border: 0px;
}

.btn-rounded:hover{
  border-radius: 50px;
  opacity:0.9;
  color: rgba(0, 188, 212, 0.8);
}

.btn-hero01{
  border:1px solid #fff;
  font-size: 1rem;
  color: #26c9de;
  background-color: #fff;
  margin-top: 1rem;
  margin-right: 0.5rem;
  transition: transform 0.3s ease, box-shadow 0.3s ease;
  display: inline-block;
  width: 200px;
  text-align: center;
}

.btn-hero01:hover{
  border:1px solid #fff;
  font-size: 1rem;
  color: #fff;
  background-color: unset;
  transform: translateY(-10px);
  cursor: pointer;
}

.btn-hero02{
  border:1px solid #fff;
  font-size: 1rem;
  color: #fff;
  background-color: unset;
  margin-top: 1rem;
  margin-right: 0.5rem;
  transition: transform 0.3s ease, box-shadow 0.3s ease;
  display: inline-block;
  width: 200px;
  text-align: center;
}

.btn-hero02:hover{
  border:1px solid #fff;
  font-size: 1rem;
  color: #fff;
  background-color: unset;
  transform: translateY(-10px);
  cursor: pointer;
}

.field-subscribe{
  border-radius: 100px;
  border: 0px;
  background-color: unset;
  color: #ffffff;
}

.field-subscribe:focus{
  border-radius: 100px;
  border: 0px;
  background-color: unset;
  color: #ffffff;
  box-shadow: unset;
}

.field-subscribe::placeholder{
  color: #ffffff;
  opacity: 0.75;
}

.img-tech div{
  transition: transform 0.3s ease, box-shadow 0.3s ease;
  display: block;
  position: relative;
}

.img-tech div:hover{
  -webkit-box-shadow: 0px 20px 30px 0px rgba(120, 183, 255, 0.11);
  -moz-box-shadow: 0px 20px 30px 0px rgba(120, 183, 255, 0.11);
  box-shadow: 0px 20px 30px 0px rgba(120, 183, 255, 0.11);
  border: 1px solid #dfe7ef;
  transform: scale(1.1);
}

.glass{
  background: rgba(255, 255, 255, 0.1);
  box-shadow: 0 4px 30px rgba(176, 226, 255, 0.1);
  backdrop-filter: blur(5px);
  -webkit-backdrop-filter: blur(5px);
  border: 1px solid rgba(255, 255, 255, 0.3);
}

.mt-team{
  margin-top: -60px;
}

.img-team{
  z-index: 9;
  border: 4px solid rgb(255,255,255, 0.2);
}

.bullet-line {
  display: flex;
  align-items: center;
}

.bullet-line .line {
  width: 75px;
  height: 1px;
  background-color: #fff;
}

.bullet-line .dot {
  width: 12px;
  height: 12px;
  border-radius: 50%;
  background-color: #fff;
  margin: 0 10px;
}

.bullet-line-dark {
  display: flex;
  align-items: center;
}

.bullet-line-dark .line {
  width: 75px;
  height: 1px;
  background-color: #9098c6;
}

.bullet-line-dark .dot {
  width: 12px;
  height: 12px;
  border-radius: 50%;
  background-color: #9098c6;
  margin: 0 10px;
}

.hr-team{
  margin-right: 0;
  margin-left: auto;
}

.wrap-team{
  transition: transform 0.3s ease, box-shadow 0.3s ease;
}

.wrap-team:hover{
  transform: scale(1.1)
}

.team-sosmed img{
  z-index: 9;
  transition: transform 0.3s ease, box-shadow 0.3s ease;
}

.team-sosmed img:hover{
  transform: rotate(10deg)
}

.hero-content {
  margin: 0 auto;
  padding: 0 10px;
}

.hero {
  position: relative;
  background: #EBF3FE;
  color: white;
  height: 100vh;
  display: flex;
  align-items: center;
  overflow:hidden;
}

.hero h2 {
  position: relative;
  z-index: 1;
  font-size: 2.6rem;
  margin: 0 0 10px;
  font-weight: 500;
  color: rgba(255, 255, 255, 0.9);
}

.hero p {
  position: relative;
  z-index: 1;
  font-size: 1.1rem;
  color: rgba(255, 255, 255, 0.8);
  line-height: 1.4;
}

.hero img {
  position: relative;
  z-index: 1;
}

.waves {
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  height: 200px;
  background-color: var(--color);
  /* box-shadow: inset 0 0 50px rgba(0, 0, 0, 0.5); */
  transition: 500ms;
  width: 100vw;
}

.waves::before,
.waves::after {
  content: '';
  position: absolute;
  width: 300vw;
  height: 300vw;
  top: -65vw;
  left: 50%;
  transform: translate(-50%, -75%);
}

.waves::before {
  border-radius: 44%;
  background: rgba(0, 188, 212, 1);
  animation: waves 8s linear infinite;
}

.waves::after {
  border-radius: 44%;
  background: rgba(0, 188, 212, 0.5);
  animation: waves 15s linear infinite;
}

@keyframes waves {
  0% {
    transform: translate(-50%, -75%) rotate(0deg);
  }
  
  100% {
    transform: translate(-50%, -75%) rotate(360deg);
  }
}

.img-about{
  position: relative;
}

.img-about:before{
  background-color: #d8faff;
  filter: blur(100px);
  z-index: -1;
  position: absolute;
  content: '';
  top: 0;
  left: 0;
  width: 50%;
  height: 50%;
}

.img-about img {
  position: relative;
  z-index: 1; 
}

.wrap-contact{
  position: relative;
}

.wrap-contact:before{
  /* background-color: #aaf4ff; */
  /* filter: blur(100px); */
  z-index: -1;
  position: absolute;
  content: '';
  top: 0;
  right: 0;
  width: 50%;
  height: 50%;
}

.wrap-contact iframe {
  position: relative;
  z-index: 1; 
}

.img-client{
  width: 100%;
  padding: 0px 25px;
  display: flex;
  justify-content: center;
}

.img-client img{
  width: 100%;
}

@media only screen and (max-width: 768px) {
  .img-client img{
    width: 75%;
  }
  .img-client{
    width: 100%;
    padding: 0px 10px;
  }
}
@media (min-width: 360px) and (max-width: 490px) {
  .waves {
    height: 80px;
  }
}
@media (max-width: 360px) {
  .waves {
    height: 70px;
  }
}