*{

    color: white;
}
@font-face {
    font-family: Jost;
    src: url(Images/Jost-VariableFont_wght.ttf);
}
/* Preloader */
.loader{
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: lightgrey;
  z-index: 9999;
  display: flex;
  justify-content: center;
  align-items: center;
}
.disappear{
  animation: vanish 3s forwards;
}
@keyframes vanish {
  100%{
    opacity: 0;
    visibility: hidden;
  }
  
}
/* Preloader */
body{
    font-family: jost;
}
#Home{
    background-color: #CDB4DB;
}
header,#Testimonial{
    background-color: #BDE0FE ;
}
header div .nav-link{
    font-size: 20px;
}
header img{
    width: 10rem;
}
#Home img{
    width: 30rem;
}
.L{
    font-size: 20px;
}


/* See Oh */
*, *:before, *:after {
    box-sizing: border-box;
  }
  #Testimonial{
    padding-top: 0;
    margin-top: 0;
  }
  .testimonials-section {
    height: 100%;
    position: relative;
    width: 100%;
    overflow:hidden;
    display: flex;
    flex-flow: row nowrap;
    align-items: flex-end;
    justify-content: center;
    padding-top: 0;
    margin-top: 0;
  }
  .slider__nav {
    width: 22px;
    height: 22px;
    margin: 131px 17px;
    background-color: red;
    border-radius: 0%;
    z-index: 10;
    position: relative;
    bottom: 30rem;
    border-radius: 50%;
    outline: 6px solid #ccc;
    outline-offset: -6px;
    box-shadow: 0 0 0 0 #333, 0 0 0 0 rgba(51, 51, 51, 0);
    cursor: pointer;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
  }
  .slider__nav:checked {
    -webkit-animation: check 0.4s linear forwards;
    animation: check 0.4s linear forwards;
  }
  .slider__nav:checked:nth-of-type(1) ~ .slider__inner {
    left: 0%;
  }
  .slider__nav:checked:nth-of-type(2) ~ .slider__inner {
    left: -100%;
  }
  .slider__nav:checked:nth-of-type(3) ~ .slider__inner {
    left: -200%;
  }
  .slider__nav:checked:nth-of-type(4) ~ .slider__inner {
    left: -300%;
  }
  .slider__nav:checked:nth-of-type(5) ~ .slider__inner {
    left: -400%;
  }
  .slider__inner {
    position: absolute;
    width: 500%;
    height: 110vh;
    transition: left 0.4s;
    display: flex;
    flex-flow: row wrap;
  }
  .slider__contents {
    text-align: center;
    display: flex;
    flex: 1;
    flex-flow: column nowrap;
    align-items: center;
    justify-content: center;
    
  }
  .slider__caption {
    font-size: 14px;
    color: #111;
    opacity: .5;
    font-family: Jost;
    font-weight: bold;
  }
  .slider__txt {
    font-size: 22px;
    font-weight: bold;
    font-family: Jost;
    line-height: 1.7;
    color: #111;
    margin-top: -20px;
    margin-bottom: 20px;
    max-width: 750px;
  }
  quote {
    font-weight: bold;
    font-size: 90px;
    color: #ec2027;
    font-family: Arial, Helvetica, sans-serif;
    margin-bottom: 0;
  }
  .slider__contents img{
    width: 9rem;
    border-radius: 14px;
    margin-bottom: 20px;
  }
  @-webkit-keyframes check {
    50% {
      outline-color: #333;
      box-shadow: 0 0 0 12px #333, 0 0 0 36px rgba(51, 51, 51, 0.2);
    }
    100% {
      outline-color: #333;
      box-shadow: 0 0 0 0 #333, 0 0 0 0 rgba(51, 51, 51, 0);
    }
  }
  
  @keyframes check {
    50% {
      outline-color: #333;
      box-shadow: 0 0 0 12px #333, 0 0 0 36px rgba(51, 51, 51, 0.2);
    }
    100% {
      outline-color: #333;
      box-shadow: 0 0 0 0 #333, 0 0 0 0 rgba(51, 51, 51, 0);
    }
  }
  
/* See Oh */
article img{
    width: 20rm;
}
/* Main Card */
.Dard {
    width: 390px;
    height: 314px;
    padding: 2rem 1.5rem;
    transition: box-shadow .3s ease, transform .2s ease;
    box-shadow: black 2px 2px 20px;
    border-radius: 24px;
   }
   
   .Dard-info {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    gap: 2rem;
    transition: transform .2s ease, opacity .2s ease;
   }
   
   /*Image*/
   .Dard-avatar {

    --size: 60px;
    background: linear-gradient(to top, #f1e1c1 0%, #fcbc97 100%);
    width: var(--size);
    height: var(--size);
    border-radius: 50%;
    transition: transform .2s ease;
    margin-bottom: 1rem;
   }
   .Dard-avatar img{
    width: 7rem;
    height: 7rem;
    border-radius: 12px;
    margin-left: -1.7rem;
   }
   
   
   /*Dard footer*/
   .Dard-social {
    transform: translateY(200%);
    display: flex;
    justify-content: space-around;
    align-items: center;
    width: 100%;
    padding-left: 0;
    opacity: 0;
    transition: transform .2s ease, opacity .2s ease;
   }
   
   .Fard-social__items {
    list-style: none;
   }
   
   .Fard-social__items svg {
    display: block;
    width: 40px;
    fill: green;
    cursor: pointer;
    transition: fill 0.2s ease ,transform 0.2s ease;
   }
   
   /*Text*/
   .Dard-title {
    color: #333;
    font-size: 1.5em;
    font-weight: 600;
    line-height: 2rem;
   }
   
   .Dard-subtitle {
    color: #859ba8;
    font-size: 0.8em;
   }
   
   /*Hover*/
   .Dard:hover {
    box-shadow: 0 8px 50px #23232333;
   }
   
   .Dard:hover .Dard-info {
    transform: translateY(-5%);
   }
   
   .Dard:hover .Dard-social {
    transform: translateY(10%);
    opacity: 1;
   }
   
   .Fard-social__items svg:hover {
    fill: white;
    transform: scale(1.3);
   }
   
   .Dard-avatar:hover {
    transform: scale(1.1);
   }
/* Main Card */
/* Contact & Footer */
.form-container {
  width: 100%;
  background: linear-gradient(#212121, #212121) padding-box,
              linear-gradient(145deg, transparent 35%,#e81cff, #40c9ff) border-box;
  border: 2px solid transparent;
  padding: 32px 24px;
  font-size: 14px;
  font-family: inherit;
  color: white;
  display: flex;
  flex-direction: column;
  gap: 20px;
  box-sizing: border-box;
  border-radius: 16px;
  background-size: 200% 100%;
  animation: gradient 5s ease infinite;
}

@keyframes gradient {
  0% {
    background-position: 0% 50%;
  }

  50% {
    background-position: 100% 50%;
  }

  100% {
    background-position: 0% 50%;
  }
}

.form-container button:active {
  scale: 0.95;
}

.form-container .form {
  display: flex;
  flex-direction: column;
  gap: 20px;
}

.form-container .form-group {
  display: flex;
  flex-direction: column;
  gap: 2px;
}

.form-container .form-group label {
  display: block;
  margin-bottom: 5px;
  color: white;
  font-weight: 600;
  font-size: 12px;
}

.form-container .form-group input {
  width: 100%;
  padding: 12px 16px;
  border-radius: 8px;
  color: #fff;
  font-family: inherit;
  background-color: transparent;
  border: 1px solid #414141;
}

.form-container .form-group textarea {
  width: 100%;
  padding: 12px 16px;
  border-radius: 8px;
  resize: none;
  color: #fff;
  height: 96px;
  border: 1px solid #414141;
  background-color: transparent;
  font-family: inherit;
}

.form-container .form-group input::placeholder {
  opacity: 0.5;
}

.form-container .form-group input:focus {
  outline: none;
  border-color: #e81cff;
}

.form-container .form-group textarea:focus {
  outline: none;
  border-color: #e81cff;
}
form div{
  display: flex;
  justify-content: center;
}
.form-container .form-submit-btn {
  display: flex;
  align-items: flex-start;
  justify-content: center;
  align-self: flex-start;
  font-family: inherit;
  color: gray;
  font-weight: 600;
  width: 40%;
  background: #313131;
  border: 1px solid #414141;
  padding: 12px 16px;
  font-size: inherit;
  gap: 8px;
  margin-top: 8px;
  cursor: pointer;
  border-radius: 6px;
}

.form-container .form-submit-btn:hover {
  background-color: #fff;
  border-color: #fff;
}




/* Contact & Footer */
/* Review */
.testimonials {
  padding: 100px 0;

}
.testimonials h3 {
  margin-bottom: 20px;
}
.testimonials .card {
  border-bottom: 3px #007bff solid !important;
  transition: 0.5s;
  margin-top: 60px;
}
.testimonials .card i  {
  color: #ffffff;
  width: 100px;
  height: 100px;
  margin: -40px auto 0 auto;
  margin-bottom: 2rem;
}
.testimonials .card i img{
  border-radius: 50%;
  width: 10rem;

}

/* Review */
/* ID */
.card-client {
  background: #2cb5a0;
  width: 25rem;
  padding-top: 25px;
  padding-bottom: 25px;
  padding-left: 20px;
  padding-right: 20px;
  border: 4px solid #7cdacc;
  box-shadow: 0 6px 10px rgba(207, 212, 222, 1);
  border-radius: 10px;
  text-align: center;
  color: #fff;
  font-family: "Poppins", sans-serif;
  transition: all 0.3s ease;
}

.card-client:hover {
  transform: translateY(-10px);
}

.user-picture {
  overflow: hidden;
  width: 10rem;
  height: 10rem;
  border: 4px solid #7cdacc;
  border-radius: 999px;
  display: flex;
  justify-content: center;
  align-items: center;
  margin: auto;
  background-image: url(Images/image\ \(4\).png);
  background-size: cover;
  background-position: right;
}

.user-picture svg {
  width: 2.5rem;
  fill: currentColor;
}

.name-client {
  margin: 0;
  margin-top: 20px;
  font-weight: 400;
  font-size: 22px;
}

.name-client span {
  display: block;
  font-weight: 200;
  font-size: 16px;
}
.social-media:before {
  content: " ";
  display: block;
  width: 100%;
  height: 2px;
  margin: 20px 0;
  background: #7cdacc;
}

.social-media a {
  position: relative;
  margin-right: 15px;
  text-decoration: none;
  color: inherit;
}

.social-media a:last-child {
  margin-right: 0;
}



/*-- Tooltip Social Media --*/
.tooltip-social {
  background: #262626;
  display: block;
  position: absolute;
  bottom: 0;
  left: 50%;
  padding: 0.5rem 0.4rem;
  border-radius: 5px;
  font-size: 0.8rem;
  font-weight: 600;
  opacity: 0;
  pointer-events: none;
  transform: translate(-50%, -90%);
  transition: all 0.2s ease;
  z-index: 1;
}

.tooltip-social:after {
  content: " ";
  position: absolute;
  bottom: 1px;
  left: 50%;
  border: solid;
  border-width: 10px 10px 0 10px;
  border-color: transparent;
  transform: translate(-50%, 100%);
}

.social-media a .tooltip-social:after {
  border-top-color: #262626;
}

.social-media a:hover .tooltip-social {
  opacity: 1;
  transform: translate(-50%, -80%);
}
/* ID */