<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">@import url(https://fonts.googleapis.com/css?family=Montserrat:100,200,300,regular,500,600,700,800,900,100italic,200italic,300italic,italic,500italic,600italic,700italic,800italic,900italic);

h1,
h2,
h3 {
  font-weight: 700;
}

h4 {
  font-weight: 600;
}

h5,
h6 {
  font-weight: 500;
}

p {
  font-weight: 400;
}

* {
  margin: 0;
  /* overflow-x: hidden; */
  padding: 0;
  box-sizing: border-box;
  font-family: Montserrat;
}

html,
body {
  width: 100%;
  height: 100%;
}

html {
  scroll-behavior: smooth;
}

.navbar {
  margin-bottom: 100px;
  display: flex;
  position: fixed;
  right: 0;
  width: 100%;
  z-index: 999;
  top: 0;
  justify-content: center;
  align-items: center;
  gap: 40px;
  background-color: #161617;
  color: #eee;
  font-size: 18px;
  box-shadow: 3px 3px 5px rgba(0, 0, 0, 0.1);
}

.navbar ul {
  list-style: none;
}

.navbar li {
  list-style: none;
  cursor: pointer;
}

.navbar a {
  text-decoration: none;
  color: #eee;
}

.navbar li i {
  display: none;
  font-size: 26px;
}

.navbar img {
  height: 50px;
  object-fit: contain;
}

.sidebar {
  position: fixed;
  top: 0;
  right: -250px;
  height: 100vh;
  width: 250px;
  backdrop-filter: blur(10px);
  z-index: 999;
  background-color: #030303c8;
  box-shadow: -10px 0 10px rgba(0, 0, 0, 0.1);
  list-style: none;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  justify-content: flex-start;
  padding: 20px;
  padding-top: 30px;
  transition: right 0.3s ease;
}

.sidebar.show {
  right: 0;
}

.sidebar ul li::marker {
  display: none;
}

.sidebar ul {
  list-style: none;
}

.sidebar li a {
  marker: none;
  text-decoration: none;
  color: #eee;
  font-size: 18px;
}

.sidebar li {
  margin-bottom: 30px;
  width: 100%;
  color: #eee;
}

.sidebar a {
  color: #eee;
  width: 100%;
}

.sidebar i {
  position: absolute;
  top: 30px;
  right: 40px;
  color: #fff;
  font-size: 24px;
}
.testimonials {
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
}

.testimonials h1 {
  font-size: 40px;
  margin-top: 120px;
  margin-bottom: 40px;
}

.container {
  display: flex;
  justify-content: center;
  align-items: center;
  flex-wrap: wrap;
  gap: 20px;
  margin-bottom: 40px;
}

.column {
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
  gap: 20px;
}

.testimonial {
  width: 230px;
  border-radius: 10px;
  padding: 20px;
  background-color: #15202b;
  color: #fff;
}

.testimonial a {
  color: #eee;
}

.test-head {
  display: flex;
  gap: 10px;
  margin-bottom: 10px;
}

.test-head img {
  height: 40px;
  width: 40px;
  object-fit: cover;
  border-radius: 50%;
}

.test-head .stars {
  color: gold;
}

.test-des {
  font-size: 14px;
  text-align: left;
}

.video {
  height: 400px;
  border-radius: 10px;
  width: 230px;
  object-fit: cover;
  transition: filter 0.3s;
  cursor: pointer;
}

/* Footer */

footer {
  background-color: #000;
  border-top: 1px solid #eeeded;
  padding: 40px 80px;
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
}

footer .copyright {
  color: #fff;
}

.footer-header {
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
  gap: 20px;
}

footer a {
  text-decoration: none;
}

.footer-header h2 {
  color: #fff;
  font-size: 36px;
  font-weight: 500;
  margin-bottom: 10px;
}

.footer-header h3 {
  color: #fff;
  font-size: 26px;
  font-weight: 400;
}

.main-footer {
  margin-top: 20px;
  margin-bottom: 20px;
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
  align-items: center;
  gap: 200px;
}

.main-footer p {
  color: #fff;
  font-size: 15px;
  font-weight: 500;
  margin-bottom: 7px;
}

.main-footer a {
  text-decoration: none;
  color: #fff;
  font-size: 15px;
  /* margin-bottom: 5px; */
}

.main-footer .footer-title {
  font-weight: 600;
  font-size: 18px;
  margin-bottom: 20px;
}

.footer-logos img {
  height: 40px;
  margin-right: 20px;
}

.footer-right .footer-des {
  width: 280px;
}

.footer-right input {
  background-color: transparent;
  color: #fff;
  font-size: 16px;
  margin-top: 10px;
  width: 230px;
  padding: 5px;
  height: 30px;
  border: none;
  border-bottom: 1px solid #fff;
  outline: none;
}

.footer-right button {
  margin-top: 10px;
  font-weight: 600;
  font-size: 16px;
  padding: 12px 0;
  border: none;
  border-radius: 10px;
  cursor: pointer;
  width: 230px;
}

.more-testimonials {
  position: relative;
  display: inline-block;
  padding: 7px 0px;
  margin: 20px auto;
  font-weight: 600;
  margin-top: 10px;
  border-radius: 15px;
  text-align: center;
  font-size: 16px;
  width: 120px;
  text-decoration: none;
  color: #000;
  background: transparent;
  cursor: pointer;
  transition: ease-out 0.5s;
  border: 2px solid #000;
  border-radius: 30px;
  box-shadow: inset 0 0 0 0 #000;
}

.pagination {
  display: none;
  gap: 10px;
  margin-bottom: 40px;
}

.page {
  height: 30px;
  width: 30px;
  background-color: #15202b;
  border-radius: 50%;
  color: #eeeded;
  display: flex;
  justify-content: center;
  cursor: pointer;
  align-items: center;
}

/* Subscribe Button */
.subscribe {
  position: fixed;
  padding: 20px;
  display: none;
  justify-content: center;
  align-items: center;
  flex-direction: column;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%) scale(0);
  z-index: 100;
  width: fit-content;
  height: 200px;
  color: #000;
  background-color: #fff;
  box-shadow: 0 4px 20px hsla(207, 24%, 35%, 0.4);
  border-radius: 25px;
  transition: transform 0.3s ease-out;
}

.subscribe i {
  color: #088178;
  font-size: 60px;
}

.subscribe p {
  font-size: 16px;
  margin-top: 20px;
  font-weight: 500;
}

.subscribe.show {
  display: flex;
  transform: translate(-50%, -50%) scale(1);
}

.close-btn {
  position: absolute;
  right: 10px;
  top: 20px;
  width: 25px;
  height: 25px;
  background: #0d0c22;
  color: #fff;
  font-size: 20px;
  font-weight: 600;
  text-align: center;
  border-radius: 50%;
  cursor: pointer;
  display: inline-block;
  margin-bottom: 5px;
}

.blurred {
  filter: blur(4px);
}

@media screen and (max-width: 1265px) {
  .main-footer {
    gap: 100px;
  }
}

@media screen and (max-width: 1000px) {
  .column:last-child {
    display: none;
  }
}

@media screen and (max-width: 900px) {
  .hide-nav {
    display: none;
  }
  .visible {
    display: block;
  }
  .navbar {
    padding: 0px 40px;
    display: flex;
    width: 100%;
    justify-content: space-between;
    align-items: center;
  }
  .navbar li i {
    display: block;
    font-size: 26px;
  }
}

@media screen and (max-width: 800px) {
  footer {
    padding: 40px 40px;
  }
  .footer-header h2 {
    text-align: center;
  }
}

@media screen and (max-width: 750px) {
  .column:nth-child(3) {
    display: none;
  }
}

@media screen and (max-width: 634px) {
  .main-footer {
    gap: 50px;
  }
}

@media screen and (max-width: 500px) {
  .navbar {
    gap: 0px;
  }
  .main-footer {
    flex-direction: column;
    align-items: center;
    justify-content: center;
    text-align: left;
  }
  .footer-left,
  .footer-center,
  .footer-right {
    width: 280px;
    text-align: left;
  }
  .footer-logos {
    text-align: center;
  }
  .subscribe {
    width: 90%;
  }
}

@media screen and (max-width: 400px) {
  .testimonials h1 {
    font-size: 30px;
  }
  footer .copyright {
    text-align: center;
    font-size: 14px;
  }
}
</pre></body></html>