.footer-landing {
  width: 100%;
  height: auto;
  position: relative;
  background: #202020;
}

.footer-landing-container {
  width: 100%;
  height: auto;
  max-width: 1280px;
  margin-left: auto;
  margin-right: auto;
  padding-top: 80px;
  padding-bottom: 80px;
}

.footer-landing-row {
  display: flex;
  flex-direction: row;
  width: 100%;
  height: auto;
  margin-bottom: 40px;
}

.footer-landing-content {
  display: flex;
  flex-direction: column;
  width: 50%;
  height: auto;
}

.footer-landing-content .logo {
  display: flex;
  align-items: center;
  justify-content: center;
  user-select: none;
  cursor: pointer;
  transition: all 0.2s ease;
  position: relative;
  width: 200px;
  height: auto;
  margin-top: 30px;
}

.footer-landing-content .logo img {
  width: 100%;
  height: 100%;
  object-fit: contain;
  object-position: center;
  pointer-events: none;
  user-select: none;
}

.footer-landing-content .title {
  font-family: var(--font-medium);
  font-weight: 600;
  line-height: 1.2;
  user-select: none;
  transition: all 0.2s ease;
  letter-spacing: 0.4px;
  color: var(--primary);
  font-size: 28px;
  text-align: left;
  margin-top: 0;
  margin-bottom: 20px;
}

.footer-landing-content .paragraph {
  font-family: var(--font-regular);
  font-weight: 500;
  line-height: 1.5;
  transition: all 0.2s ease;
  letter-spacing: 0.4px;
  color: white;
  font-size: 16px;
  text-align: left;
  margin: 0;
}

.footer-landing-contact {
  display: flex;
  flex-direction: column;
  width: 50%;
  margin-left: 150px;
  height: auto;
}

.footer-landing-contact .title {
  font-family: var(--font-bold);
  font-weight: 600;
  line-height: 1.2;
  user-select: none;
  transition: all 0.2s ease;
  letter-spacing: 0.4px;
  color: white;
  font-size: 36px;
  text-align: left;
  margin-top: 0;
  margin-bottom: 30px;
}

.footer-landing-contact .info-list {
  display: flex;
  flex-direction: column;
  width: 100%;
  height: auto;
}

.footer-landing-contact .info-item {
  display: flex;
  justify-content: flex-start;
  align-items: center;
  width: 100%;
  height: auto;
  text-decoration: none;
  margin-bottom: 30px;
}

.footer-landing-contact .info-item:last-child {
  margin-bottom: 0;
}

.footer-landing-contact .info-item .icon {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 40px;
  height: 40px;
  border-radius: 9999px;
  overflow: hidden;
  border: 2px solid white;
  transition: all 0.3s ease;
}

.footer-landing-contact .info-item .icon svg {
  transition: all 0.3s ease;
}

.footer-landing-contact .info-item .icon svg {
  color: white;
}

.footer-landing-contact .info-item:hover .icon {
  background: white;
}

.footer-landing-contact .info-item:hover .icon svg {
  color: var(--primary);
}

.footer-landing-contact .info-item .text {
  font-family: var(--font-regular);
  font-weight: 500;
  line-height: 1.2;
  user-select: none;
  transition: all 0.2s ease;
  letter-spacing: 0.4px;
  color: white;
  font-size: 16px;
  text-align: left;
  width: calc(100% - 60px);
  margin-left: 15px;
}

.footer-landing-contact .info-item:hover .text {
  color: var(--primary);
}

.footer-landing-bottom {
  display: flex;
  justify-content: space-between;
  align-items: center;
  width: 100%;
  height: auto;
  padding-top: 40px;
  border-top: 1px solid var(--color-3);
}

.footer-landing-bottom .copyright {
  width: fit-content;
  font-family: var(--font-regular);
  font-weight: 500;
  line-height: 1;
  user-select: none;
  transition: all 0.2s ease;
  letter-spacing: 0.4px;
  color: white;
  font-size: 18px;
  text-align: center;
}

.footer-landing-bottom .icon-list {
  display: flex;
  flex-direction: row;
  width: fit-content;
  height: auto;
}

.footer-landing-bottom .icon-item {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 40px;
  height: 40px;
  border-radius: 9999px;
  overflow: hidden;
  border: 2px solid white;
  color: white;
  margin-right: 20px;
  transition: all 0.3s ease;
}

.footer-landing-bottom .icon-item:last-child {
  margin-right: 0;
}

.footer-landing-bottom .icon-item:hover {
  color: var(--primary);
  background: white;
}

@media only screen and (max-width: 600px) {
  .footer-landing-row {
    flex-direction: column;
    padding-left: 20px;
    padding-right: 20px;
  }

  .footer-landing-content {
    width: 100%;
  }

  .footer-landing-contact {
    width: 100%;
    margin-left: 0;
    margin-top: 60px;
  }

  .footer-landing-bottom {
    flex-direction: column;
  }

  .footer-landing-bottom .copyright {
    margin-bottom: 15px;
  }

  .footer-landing-container {
    padding-top: 50px;
    padding-bottom: 50px;
  }

  .testimonial-slider-wrap {
    padding-left: 40px !important;
    padding-right: 40px !important;
  }

.testimonial .container  .title {
  font-size: 30px;
  margin-bottom: 20px;
}

.footer-landing-contact .title {
  font-size: 30px;
}

.testimonial-slider .card-wrap {
  padding: 0 !important;
  height: auto !important;
}

.testimonial-slider .card-wrap .card {
      padding: 15px 10px;
}

.testimonial .container {
  margin-top: 60px !important;
  margin-bottom: 0 !important;
}

}

@media (min-width: 481px) and (max-width: 767px) {
  .footer-landing-row {
    flex-direction: column;
    padding-left: 20px;
    padding-right: 20px;
  }

  .footer-landing-content {
    width: 100%;
  }

  .footer-landing-contact {
    width: 100%;
    margin-left: 0;
    margin-top: 60px;
  }

  .footer-landing-bottom {
    flex-direction: column;
  }

  .footer-landing-bottom .copyright {
    margin-bottom: 15px;
  }

  .footer-landing-container {
    padding-top: 50px;
    padding-bottom: 50px;
  }

  .testimonial-slider-wrap {
    padding-left: 40px !important;
    padding-right: 40px !important;
  }

.testimonial .container  .title {
  font-size: 30px;
  margin-bottom: 20px;
}

.footer-landing-contact .title {
  font-size: 30px;
}

.testimonial-slider .card-wrap {
 height: auto !important;
}

.testimonial .container {
  margin-top: 60px !important;
  margin-bottom: 0 !important;
}

}

@media (min-width:768px) and (max-width:1024px){
 .footer-landing-row {
    flex-direction: column;
    padding-left: 20px;
    padding-right: 20px;
  }

  .footer-landing-content {
    width: 100%;
  }

  .footer-landing-contact {
    width: 100%;
    margin-left: 0;
    margin-top: 60px;
  }

  .footer-landing-bottom {
    flex-direction: column;
  }

  .footer-landing-bottom .copyright {
    margin-bottom: 15px;
  }

  .footer-landing-container {
    padding-top: 50px;
    padding-bottom: 50px;
  }

  .testimonial-slider-wrap {
    padding-left: 40px !important;
    padding-right: 40px !important;
  }

.testimonial .container .title {
  margin-bottom: 40px;
}

.testimonial-slider .card-wrap {
    height: auto !important;
}

.testimonial-slider-wrap {
  padding-top: 0 !important;
}

.testimonial .container {
  margin-top: 60px !important;
  margin-bottom: 0 !important;
}

}

@media (min-width:768px) and (max-width:1024px) and (orientation:landscape){
 .footer-landing-row {
    flex-direction: column;
    padding-left: 20px;
    padding-right: 20px;
  }

  .footer-landing-content {
    width: 100%;
  }

  .footer-landing-contact {
    width: 100%;
    margin-left: 0;
    margin-top: 60px;
  }

  .footer-landing-bottom {
    flex-direction: column;
  }

  .footer-landing-bottom .copyright {
    margin-bottom: 15px;
  }

  .footer-landing-container {
    padding-top: 50px;
    padding-bottom: 50px;
  }

  .testimonial-slider-wrap {
    padding-left: 40px !important;
    padding-right: 40px !important;
  }

.testimonial .container .title {
  margin-bottom: 40px;
}

.testimonial-slider .card-wrap {
 height: auto !important;
}

.testimonial-slider-wrap {
  padding-top: 0 !important;
}

.testimonial .container {
  margin-top: 60px !important;
  margin-bottom: 0 !important;
}

} 

.testimonial {
    width: 100%;
    height: auto;
}

.testimonial .container {
    width: 100%;
    height: auto;
    max-width: 1170px;
    margin-left: auto;
    margin-right: auto;
    margin-top: 100px;
    margin-bottom: 100px;
}

.testimonial .title {
      font-weight: 800;
    font-size: 60px;
    line-height: 1.2;
    letter-spacing: 0.4px;
    text-align: center;
    margin: 0;
    font-family: var(--font-semibold);
    color: var(--color-9);
    margin-bottom: 40px;
}

.testimonial-slider-wrap {
    padding-left: 70px;
    padding-right: 70px;
    width: 100%;
    padding-top: 60px;
    position: relative;
    overflow: hidden;
}

.testimonial-slider-wrap .arrow-left {
    position: absolute;
    top: 50%;
    right: 0;
    bottom: 0;
    left: 0;
    width: 40px;
    height: 40px;
    display: flex;
    align-items: center;
    justify-content: center;
    overflow: hidden;
    color: var(--color-9);
    cursor: pointer;
    background: transparent;
    border: none;
    transition: all 0.3s ease;
}

.testimonial-slider-wrap .arrow-left:hover {
    opacity: .7;
}

.testimonial-slider-wrap .arrow-right:hover {
    opacity: .7;
}

.testimonial-slider-wrap .arrow-right {
    position: absolute;
    top: 50%;
    right: 0;
    bottom: 0;
    width: 40px;
    height: 40px;
    display: flex;
    align-items: center;
    justify-content: center;
    overflow: hidden;
    color: var(--color-9);
    cursor: pointer;
    background: transparent;
    border: none;
    transition: all 0.3s ease;
}

.testimonial-slider {
    width: 100%;
    height: auto;
    display: flex;
    flex-direction: row;
}

.testimonial-slider .card-wrap {
    width: 100%;
    height: 545px;
    padding: 10px;
}

.testimonial-slider .card {
    width: 100%;
    margin-right: 30px;
    height: 100%;
    display: flex;
    align-items: center;
    justify-content: flex-start;
    flex-direction: column;
    padding: 30px;
    border: 1px solid var(--color-3);
}

.testimonial-slider .card .text-wrap {
    width: 100%;
    height: auto;
    margin-top: 5px;
}

.testimonial-slider .card .text-wrap .paragraph {
    font-size: 16px;
    line-height: 1.3;
    font-weight: 500;
    letter-spacing: 0.8px;
    color: var(--color-7);
    font-family: var(--font-regular);
    margin: 0;
    text-align: center;
}

.testimonial-slider .card .text-wrap p {
       font-size: 15px;
    line-height: 1.5;
    font-weight: 500;
    letter-spacing: 0.8px;
    color: var(--color-7);
    font-family: var(--font-regular);
    margin: 0;
    text-align: center;
}

.testimonial-slider .card .rating {
    width: fit-content;
    height: auto;
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: center;
    margin-top: 25px;
}

.testimonial-slider .card .rating .icon {
    display: flex;
    align-items: center;
    justify-content: center;
    width: fit-content;
    height: auto;
    margin-right: 6px
}

.testimonial-slider .card .rating .icon:last-child {
    margin-right: 0;
}

.testimonial-slider .card .rating .icon svg {
    color: rgb(255, 208, 0);
}

.testimonial-slider .card .info {
    width: 100%;
    height: auto;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
}

.testimonial-slider .card .wrap {
  width: 100%;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  height: auto;
}

.testimonial-slider .card .info .status {
 font-size: 16px;
    line-height: 1.2;
    font-weight: 600;
    letter-spacing: 0.8px;
    color: var(--color-7);
    font-family: var(--font-regular);
    margin-bottom: 15px;
    text-align: center;
}

.testimonial-slider .card .info .media {
 width: 65px;
    height: 65px;
    position: relative;
    overflow: hidden;
    border-radius: 9999px;
    margin-right: 10px;
    background: var(--bg);
    display: flex;
    align-items: center;
    justify-content: center;
    margin-bottom: 15px;
}

.testimonial-slider .card .info .media .text {
      font-size: 30px;
    line-height: 1.2;
    font-weight: 600;
    letter-spacing: 0.8px;
    color: white;
    font-family: var(--font-regular);
    text-align: center;
}

.testimonial-slider .card .info .media img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: center;
    user-select: none;
    appearance: none;
}

.testimonial-slider .card .info .name {
  font-size: 24px;
    line-height: 1.2;
    font-weight: 800;
    letter-spacing: 0.8px;
    color: var(--color-7);
    font-family: var(--font-semibold);
    text-align: center;
}