html {
  font-size: 100%;
  scroll-behavior: smooth;
}

body {
  background-color: rgba(255, 255, 255, 0.768627451);
  font-family: "Familjen Grotesk", sans-serif;
  font-size: 14px;
  font-weight: 400;
  line-height: 1.5em;
  color: #242424;
  overflow-x: hidden;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  clear: both;
  line-height: 1.3em;
  color: #161515;
  -webkit-font-smoothing: antialiased;
  font-family: "Familjen Grotesk", sans-serif;
  font-weight: 900;
}

.header-mts {
  background: #f0f4f8;
  padding: 18px 0;
  font-family: 'Verdana', sans-serif;
  border-bottom: 2px solid #ccc;
  position: relative;
  z-index: 50;
}

.wrapper-mts {
  max-width: 1180px;
  margin: 0 auto;
  padding: 0 24px;
  display: flex;
  justify-content: space-between;
  align-items: center;
}

.eGfcorTPhj {
  font-size: 1.6rem;
  font-weight: bold;
  color: #2d3142;
  text-transform: uppercase;
}

.cByDiYePUi {
  display: flex;
  gap: 26px;
}

.cByDiYePUi a {
  text-decoration: none;
  color: #2d3142;
  font-weight: 500;
  transition: color 0.3s ease;
}

.cByDiYePUi a:hover {
  color: #ef476f;
}

.nav-toggle-mts {
  display: none;
}

.menu-button-mts {
  display: none;
  flex-direction: column;
  gap: 5px;
  cursor: pointer;
  width: 24px;
  height: 24px;
}

.menu-button-mts div {
  background: #2d3142;
  height: 3px;
  border-radius: 2px;
  transition: 0.3s ease;
}

@media (max-width: 768px) {
  .menu-button-mts {
    display: flex;
  }

  .cByDiYePUi {
    position: fixed;
    bottom: 0;
    left: 0;
    width: 100%;
    background: #f8f9fa;
    flex-direction: column;
    align-items: center;
    padding: 40px 0 60px;
    transform: translateY(100%);
    transition: transform 0.35s ease-in-out;
    gap: 20px;
    box-shadow: 0 -4px 12px rgba(0, 0, 0, 0.1);
  }

  .nav-toggle-mts:checked~.cByDiYePUi {
    transform: translateY(0);
  }

  .nav-toggle-mts:checked+.menu-button-mts div:nth-child(1) {
    transform: rotate(45deg) translate(4px, 4px);
  }

  .nav-toggle-mts:checked+.menu-button-mts div:nth-child(2) {
    opacity: 0;
  }

  .nav-toggle-mts:checked+.menu-button-mts div:nth-child(3) {
    transform: rotate(-45deg) translate(4px, -4px);
  }

  .cByDiYePUi a {
    font-size: 1.2rem;
  }
}

/* Стилі для блоку контактів */
.CgJJOQCqAf {
  background-color: #f9f9f9;
  padding: 25px 30px;
  border-radius: 8px;
  box-shadow: 0 4px 15px rgba(0, 0, 0, 0.1);
  margin-bottom: 30px;
  font-family: Arial, sans-serif;
}

.CgJJOQCqAf h4 {
  margin-bottom: 15px;
  font-weight: 600;
  color: #333;
  font-size: 1.4rem;
}

.CgJJOQCqAf a {
  display: block;
  color: #007bff;
  text-decoration: none;
  margin-bottom: 10px;
  font-size: 1.1rem;
  transition: color 0.3s ease;
}

.CgJJOQCqAf a:hover {
  color: #0056b3;
  text-decoration: underline;
}

.CgJJOQCqAf p {
  margin-bottom: 15px;
  font-size: 1.1rem;
  color: #555;
}

/* Карта */
.contact-map iframe {
  width: 100%;
  height: 280px;
  border-radius: 8px;
  border: none;
}

.window-grid-container {
  max-width: 1050px;
  /* Slightly narrower for compactness */
  margin: 0 auto;
  padding: 0 20px;
}

/* Global Headings */
.window-main-title {
  font-family: 'Montserrat', sans-serif;
  /* Strong, modern heading font */
  font-size: 3.2em;
  color: #1a237e;
  /* Deep indigo blue */
  text-align: center;
  margin-bottom: 15px;
  font-weight: 700;
  position: relative;
  padding-bottom: 10px;
  letter-spacing: -0.03em;
}

.window-main-title::after {
  content: '';
  position: absolute;
  left: 50%;
  bottom: 0;
  transform: translateX(-50%);
  width: 80px;
  height: 3px;
  background-color: #64b5f6;
  /* Lighter, clear blue accent */
  border-radius: 2px;
}

.window-sub-heading {
  font-size: 1.15em;
  color: #666;
  text-align: center;
  margin-bottom: 60px;
  max-width: 700px;
  margin-left: auto;
  margin-right: auto;
  line-height: 1.6;
  font-weight: 300;
}

/* --- Services Section Styles --- */
.window-solutions-showcase {
  padding: 70px 0;
  /* Reduced padding for compactness */
  background-color: #ffffff;
  /* Clean white background */
  position: relative;
  overflow: hidden;
  box-shadow: 0 4px 12px rgba(0, 0, 0, 0.03);
  /* Subtle shadow for the section */
}

/* Background pattern (minimalist geometric dots) */
.window-solutions-showcase::before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: radial-gradient(circle, #e0f2f7 1px, transparent 1px);
  background-size: 25px 25px;
  opacity: 0.6;
  z-index: 0;
}

.rvAmjkC4Mu {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(300px, 1fr));
  gap: 30px;
  /* Standard gap for compactness */
  position: relative;
  z-index: 1;
}

.solution-item-card {
  background-color: #ffffff;
  border-radius: 8px;
  /* Slightly less rounded for a crisp look */
  box-shadow: 0 8px 20px rgba(0, 0, 0, 0.08);
  /* Clean, modern shadow */
  overflow: hidden;
  transition: transform 0.3s ease, box-shadow 0.3s ease;
  display: flex;
  flex-direction: column;
  text-align: left;
  border: 1px solid #eef2f5;
}

.solution-item-card:hover {
  transform: translateY(-8px);
  /* Moderate lift */
  box-shadow: 0 15px 35px rgba(0, 0, 0, 0.15);
  /* More pronounced shadow on hover */
}

.solution-image-wrapper {
  width: 100%;
  height: 200px;
  /* Moderate image height */
  overflow: hidden;
  margin: 0;
  border-bottom: 1px solid #f0f5f8;
}

.solution-image-wrapper img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: transform 0.4s ease;
}

.solution-item-card:hover .solution-image-wrapper img {
  transform: scale(1.05);
  /* Gentle zoom */
}

.solution-content-area {
  padding: 20px;
  /* Compact padding */
  flex-grow: 1;
}

.solution-title-tag {
  font-family: 'Montserrat', sans-serif;
  font-size: 1.7em;
  color: #1a237e;
  /* Deep indigo for titles */
  margin-top: 0;
  margin-bottom: 12px;
  font-weight: 600;
  line-height: 1.3;
}

.oPUjlOQm1C {
  font-size: 0.9em;
  /* Slightly smaller text for compactness */
  color: #555;
  line-height: 1.5;
  margin-bottom: 18px;
}

.wjlEuPdvlX {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 15px 20px;
  /* Compact padding */
  border-top: 1px solid #f6f9fc;
  background-color: #fcfdfe;
  border-radius: 0 0 8px 8px;
  margin-top: auto;
}

.solution-price {
  font-family: 'Montserrat', sans-serif;
  font-size: 1.4em;
  font-weight: 700;
  color: #28a745;
  /* Vibrant green for prices */
  letter-spacing: -0.5px;
}

.solution-order-button {
  display: inline-block;
  padding: 10px 22px;
  /* Compact button size */
  background: linear-gradient(45deg, #64b5f6 0%, #2196f3 100%);
  /* Blue gradient */
  color: #fff;
  text-align: center;
  text-decoration: none;
  border-radius: 5px;
  transition: all 0.3s ease;
  font-weight: 500;
  font-size: 0.85em;
  text-transform: uppercase;
  letter-spacing: 0.7px;
  border: none;
  cursor: pointer;
  box-shadow: 0 4px 10px rgba(100, 181, 246, 0.2);
}

.solution-order-button:hover {
  background: linear-gradient(45deg, #2196f3 0%, #64b5f6 100%);
  transform: translateY(-2px);
  box-shadow: 0 6px 15px rgba(100, 181, 246, 0.35);
}

/* --- Pricing Plans Section Styles --- */
.QKDwj6nOrt {
  padding: 80px 0;
  background-color: #e3f2fd;
  /* Light blue background for pricing */
  position: relative;
  overflow: hidden;
}

/* Background pattern (subtle diagonal grid) */
.QKDwj6nOrt::before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: linear-gradient(45deg, rgba(144, 202, 249, 0.2) 25%, transparent 25%, transparent 75%, rgba(144, 202, 249, 0.2) 75%, rgba(144, 202, 249, 0.2)),
    linear-gradient(45deg, rgba(144, 202, 249, 0.2) 25%, transparent 25%, transparent 75%, rgba(144, 202, 249, 0.2) 75%, rgba(144, 202, 249, 0.2));
  background-size: 50px 50px;
  background-position: 0 0, 25px 25px;
  opacity: 0.7;
  z-index: 0;
}

.plan-options-grid {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(280px, 1fr));
  /* Slightly narrower cards for plans */
  gap: 25px;
  /* Compact gap */
  position: relative;
  z-index: 1;
}

.plan-option-card {
  background-color: #ffffff;
  border-radius: 10px;
  box-shadow: 0 10px 25px rgba(0, 0, 0, 0.1);
  /* Clean shadow */
  padding: 25px;
  /* Compact padding */
  text-align: center;
  transition: transform 0.3s ease, box-shadow 0.3s ease;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  border: 2px solid #eff4f7;
}

.plan-option-card:hover {
  transform: translateY(-10px);
  box-shadow: 0 18px 40px rgba(0, 0, 0, 0.18);
}

.Ei79LYSiyd {
  border-color: #1a237e;
  /* Deep indigo border for featured */
  transform: translateY(-15px) scale(1.03);
  box-shadow: 0 15px 35px rgba(26, 35, 126, 0.3);
  /* Indigo shadow for featured */
  position: relative;
  z-index: 2;
}

.Ei79LYSiyd:hover {
  transform: translateY(-18px) scale(1.04);
  box-shadow: 0 25px 50px rgba(26, 35, 126, 0.45);
}

.PGDLQUV1uL {
  margin-bottom: 20px;
}

.plan-level-title {
  font-family: 'Montserrat', sans-serif;
  font-size: 2.2em;
  color: #1a237e;
  margin-bottom: 8px;
  font-weight: 700;
}

.plan-subtitle {
  display: inline-block;
  background-color: #90a4ae;
  /* Muted blue-gray for tags */
  color: #fff;
  padding: 5px 12px;
  border-radius: 20px;
  font-size: 0.8em;
  font-weight: 500;
  text-transform: uppercase;
  letter-spacing: 0.6px;
}

.featured-subtitle {
  background-color: #64b5f6;
  /* Clear blue for featured tag */
}

.plan-body-content {
  flex-grow: 1;
  margin-bottom: 25px;
}

.plan-price-display {
  font-family: 'Montserrat', sans-serif;
  font-size: 3em;
  /* Moderately large price */
  font-weight: 800;
  color: #1a237e;
  /* Deep indigo for price */
  display: block;
  margin-bottom: 5px;
  line-height: 1;
}

.Ei79LYSiyd .plan-price-display {
  color: #64b5f6;
  /* Clear blue for featured price */
}

.plan-validity {
  font-size: 1em;
  color: #777;
  margin-bottom: 20px;
  display: block;
  font-weight: 400;
}

.plan-feature-list {
  list-style: none;
  padding: 0;
  margin: 0;
  text-align: left;
}

.plan-feature-list li {
  font-size: 0.9em;
  color: #555;
  margin-bottom: 10px;
  /* Compact spacing */
  padding-left: 28px;
  /* Space for icon */
  position: relative;
  line-height: 1.4;
}

.plan-feature-list li i {
  /* Font Awesome checkmark */
  position: absolute;
  left: 0;
  top: 0;
  color: #28a745;
  /* Vibrant green for checkmarks */
  font-size: 1em;
}

.Ei79LYSiyd .plan-feature-list li i {
  color: #1a237e;
  /* Deep indigo for featured checkmarks */
}

.plan-footer-cta {
  padding-top: 20px;
  border-top: 1px solid #f0f0f0;
}

.plan-select-btn {
  display: block;
  width: calc(100% - 16px);
  padding: 12px 20px;
  /* Compact button */
  background: linear-gradient(45deg, #1a237e 0%, #3949ab 100%);
  /* Deep indigo gradient */
  color: #fff;
  text-align: center;
  text-decoration: none;
  border-radius: 6px;
  transition: all 0.3s ease;
  font-size: 0.95em;
  font-weight: 600;
  text-transform: uppercase;
  letter-spacing: 0.8px;
  border: none;
  cursor: pointer;
  box-shadow: 0 5px 15px rgba(26, 35, 126, 0.2);
  margin: 0 auto;
}

.plan-select-btn:hover {
  background: linear-gradient(45deg, #3949ab 0%, #1a237e 100%);
  transform: translateY(-3px);
  box-shadow: 0 8px 20px rgba(26, 35, 126, 0.35);
}

.l5N0xGXUfq {
  background: linear-gradient(45deg, #64b5f6 0%, #2196f3 100%);
  /* Clear blue gradient for primary */
  box-shadow: 0 5px 15px rgba(100, 181, 246, 0.3);
}

.l5N0xGXUfq:hover {
  background: linear-gradient(45deg, #2196f3 0%, #64b5f6 100%);
  box-shadow: 0 8px 20px rgba(100, 181, 246, 0.45);
}

/* Media Queries for Responsiveness */
@media (max-width: 991px) {
  .window-main-title {
    font-size: 2.6em;
  }

  .window-sub-heading {
    font-size: 1em;
    margin-bottom: 40px;
  }

  .rvAmjkC4Mu,
  .plan-options-grid {
    grid-template-columns: repeat(auto-fit, minmax(260px, 1fr));
    /* Two columns on tablets */
    gap: 25px;
  }

  .solution-item-card,
  .plan-option-card {
    max-width: 400px;
    /* Slightly narrower max-width */
    margin: 0 auto;
  }

  .solution-image-wrapper {
    height: 180px;
  }

  .solution-title-tag {
    font-size: 1.5em;
  }

  .solution-price {
    font-size: 1.3em;
  }

  .plan-level-title {
    font-size: 2em;
  }

  .plan-price-display {
    font-size: 2.8em;
  }

  .Ei79LYSiyd {
    transform: translateY(-8px) scale(1.02);
  }

  .Ei79LYSiyd:hover {
    transform: translateY(-10px) scale(1.03);
  }
}

@media (max-width: 767px) {
  .window-main-title {
    font-size: 2em;
  }

  .window-sub-heading {
    font-size: 0.9em;
    margin-bottom: 30px;
  }

  .rvAmjkC4Mu,
  .plan-options-grid {
    grid-template-columns: 1fr;
    /* Single column on mobile */
    gap: 20px;
  }

  .solution-item-card,
  .plan-option-card {
    max-width: 300px;
    margin: 0 auto;
  }

  .solution-image-wrapper {
    height: 160px;
  }

  .solution-title-tag {
    font-size: 1.4em;
  }

  .solution-price {
    font-size: 1.2em;
  }

  .plan-level-title {
    font-size: 1.8em;
  }

  .plan-price-display {
    font-size: 2.5em;
  }

  .plan-option-card {
    padding: 20px;
  }

  .Ei79LYSiyd {
    transform: translateY(0) scale(1);
    /* Disable elevation on mobile */
    box-shadow: 0 10px 25px rgba(26, 35, 126, 0.2);
  }

  .Ei79LYSiyd:hover {
    transform: translateY(0) scale(1);
    box-shadow: 0 12px 30px rgba(26, 35, 126, 0.3);
  }
}

.t3FcYRPKpZ {
  display: flex;
  justify-content: center;
  /* Центруємо іконки */
  gap: 15px;
  margin-top: 10px;
}

.Jqh9bZftCJ {
  width: 35px;
  /* Розмір іконок */
  height: 35px;
  transition: transform 0.3s ease;
}

.Jqh9bZftCJ:hover {
  transform: scale(1.1);
  /* Збільшуємо іконку при наведенні */
}

h1 {
  font-size: 50px;
}

@media only screen and (max-width: 991px) {
  h1 {
    font-size: 40px;
  }
}

@media only screen and (max-width: 575px) {
  h1 {
    font-size: 30px;
  }
}

h2 {
  font-size: 30px;
}

@media only screen and (max-width: 991px) {
  h2 {
    font-size: 26px;
  }
}

@media only screen and (max-width: 575px) {
  h2 {
    font-size: 24px;
  }
}

h3 {
  font-size: 20px;
}

@media only screen and (max-width: 991px) {
  h3 {
    font-size: 18px;
  }
}

h4 {
  font-size: 18px;
}

@media only screen and (max-width: 991px) {
  h4 {
    font-size: 16px;
  }
}

h5 {
  font-size: 16px;
}

@media only screen and (max-width: 575px) {
  h5 {
    font-size: 14px;
  }
}

h6 {
  font-size: 14px;
}

h1 a,
h2 a,
h3 a,
h4 a,
h5 a {
  color: inherit;
  text-decoration: none;
}

h1 a:hover,
h2 a:hover,
h3 a:hover,
h4 a:hover {
  color: inherit;
  text-decoration: none;
}

.title {
  font-size: 40px;
  font-weight: 600;
  letter-spacing: 1.5px;
}

@media only screen and (max-width: 571px) {
  .title {
    font-size: 30px;
  }
}

@media only screen and (max-width: 768px) {
  .title {
    font-size: 35px;
  }
}

@media only screen and (max-width: 990px) {
  .title {
    font-size: 35px;
  }
}

.video-wrapper .video-icon {
  display: inline-block;
  width: 50px;
  height: 50px;
  line-height: 50px;
  text-align: center;
  -webkit-transform: translate(-10%, -15%);
  transform: translate(-10%, -15%);
  color: #ffffff;
  font-size: 14px;
  z-index: 1;
  background-color: #f21759;
  border-radius: 50%;
  -webkit-transition: all ease 0.5s;
  transition: all ease 0.5s;
}

@media only screen and (max-width: 575px) {
  .video-wrapper .video-icon {
    width: 45px;
    height: 45px;
    line-height: 45px;
    font-size: 20px;
  }
}

.video-wrapper .video-icon::before {
  content: "";
  display: block;
  position: absolute;
  top: 0;
  right: 0;
  z-index: -1;
  bottom: 0;
  left: 0;
  border-radius: 0;
  border-radius: 50%;
  -webkit-transition: all ease 0.5s;
  transition: all ease 0.5s;
  -webkit-animation: ripple 1.6s ease-out infinite;
  animation: ripple 1.6s ease-out infinite;
  background-color: #f21759;
}

a {
  display: inline-block;
}

ul {
  list-style-type: none;
  padding: 0;
  margin: 0;
}

blockquote {
  margin: 0 0 1.3em;
}

.nav-pills .nav-link.active {
  background-color: #f21759 !important;
}

p {
  margin-bottom: 15px;
  line-height: 1.7em;
}

p:last-child {
  margin-bottom: 0px;
}

@media only screen and (max-width: 1199px) {
  p {
    line-height: 1.7em;
  }
}

img {
  max-width: 100%;
  height: auto;
}

button:focus,
input:focus,
textarea:focus {
  outline: none;
}

button,
input[type=submit],
input[type=reset],
input[type=button] {
  border: none;
  cursor: pointer;
}

input,
textarea {
  padding: 12px 25px;
  width: 100%;
}

span {
  display: inline-block;
}

a,
a:focus,
a:hover {
  text-decoration: none;
  color: inherit;
}

blockquote {
  background-color: #ffffff;
  padding: 40px;
  border-radius: 10px;
  font-weight: 500;
  font-style: italic;
  position: relative;
}

blockquote .quote-icon {
  position: absolute;
  top: 0;
  left: 5%;
  font-size: 120px;
  opacity: 0.1;
}

#back-top {
  position: fixed;
  bottom: 20px;
  right: 20px;
  display: none;
  z-index: 10;
  padding: 10px 15px;
  background-color: #f21759;
  color: #ffffff;
  border: 1px solid #f21759;
  border-radius: 5px;
}

.scroll-top {
  background-color: #f21759;
}

.pt-40 {
  padding-top: 40px;
}

.pt-50 {
  padding-top: 50px;
}

.pt-60 {
  padding-top: 60px;
}

.pt-80 {
  padding-top: 80px;
}

.pt-100 {
  padding-top: 100px;
}

@media only screen and (max-width: 991px) {
  .pt-100 {
    padding-top: 80px;
  }
}

.pt-120 {
  padding-top: 120px;
}

@media only screen and (max-width: 991px) {
  .pt-120 {
    padding-top: 100px;
  }
}

.pt-150 {
  padding-top: 150px;
}

@media only screen and (max-width: 991px) {
  .pt-150 {
    padding-top: 100px;
  }
}

.uGyj2R411s {
  padding-bottom: 40px;
}

.pb-50 {
  padding-bottom: 50px;
}

.pb-60 {
  padding-bottom: 60px;
}

.pb-80 {
  padding-bottom: 80px;
}

.pb-100 {
  padding-bottom: 100px;
}

@media only screen and (max-width: 991px) {
  .pb-100 {
    padding-bottom: 80px;
  }
}

.mV13DuCkhL {
  padding-bottom: 120px;
}

@media only screen and (max-width: 991px) {
  .mV13DuCkhL {
    padding-bottom: 100px;
  }
}

.pb-150 {
  padding-bottom: 150px;
}

@media only screen and (max-width: 991px) {
  .pb-150 {
    padding-bottom: 100px;
  }
}

.ptb-10 {
  padding: 10px 0;
}

.ptb-20 {
  padding: 20px 0;
}

.ptb-30 {
  padding: 30px 0;
}

.ptb-40 {
  padding: 40px 0;
}

.ptb-50 {
  padding: 50px 0;
}

.ptb-60 {
  padding: 60px 0;
}

.ptb-80 {
  padding: 80px 0;
}

.ptb-100 {
  padding: 100px 0;
}

@media only screen and (max-width: 991px) {
  .ptb-100 {
    padding: 80px 0;
  }
}

.ptb-120 {
  padding: 120px 0;
}

@media only screen and (max-width: 991px) {
  .ptb-120 {
    padding: 100px 0;
  }
}

.ptb-150 {
  padding: 150px 0;
}

@media only screen and (max-width: 991px) {
  .ptb-150 {
    padding: 100px 0;
  }
}

.mt-40 {
  margin-top: 40px;
}

.mt-50 {
  margin-top: 50px;
}

.mt-60 {
  margin-top: 60px;
}

.mt-80 {
  margin-top: 80px;
}

.mt-100 {
  margin-top: 100px;
}

.mt-120 {
  margin-top: 120px;
}

.mt-150 {
  margin-top: 150px;
}

.mb-40 {
  margin-bottom: 40px;
}

.mb-50 {
  margin-bottom: 50px;
}

.mb-60 {
  margin-bottom: 60px;
}

.mb-80 {
  margin-bottom: 80px;
}

@media only screen and (max-width: 575px) {
  .mb-80 {
    margin-bottom: 40px;
  }
}

.mb-100 {
  margin-bottom: 100px;
}

.mb-120 {
  margin-bottom: 120px;
}

.mb-150 {
  margin-bottom: 150px;
}

.box-shadow {
  -webkit-box-shadow: 0 2px 8px 0 rgba(0, 0, 0, 0.08);
  box-shadow: 0 2px 8px 0 rgba(0, 0, 0, 0.08);
}

*::-webkit-scrollbar-track {
  -webkit-box-shadow: inset -5px -5px 8px -1px rgba(255, 255, 255, 0.7), 5px 5px 8px -1px rgba(0, 0, 0, 0.065);
  box-shadow: inset -5px -5px 8px -1px rgba(255, 255, 255, 0.7), 5px 5px 8px -1px rgba(0, 0, 0, 0.065);
  background-color: #eaf7e4;
}

*::-webkit-scrollbar {
  width: 6px;
  background-color: #eaf7e4;
}

*::-webkit-scrollbar-button {
  background-color: #f21759;
}

*::-webkit-scrollbar-thumb {
  background-color: #f21759;
}

.swiper-notification {
  display: none;
}

.swiper-pagination {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  margin-top: 60px;
}

.swiper-pagination .swiper-pagination-bullet {
  height: 10px;
  width: 10px;
  border-radius: 50%;
  background-color: rgba(242, 23, 89, 0.2);
  opacity: 1;
  margin-right: 10px;
}

.swiper-pagination .swiper-pagination-bullet-active {
  background-color: #f21759;
  width: 25px;
  border-radius: 10px;
  margin-right: 10px;
}

.slider-next,
.slider-prev {
  width: 35px;
  height: 35px;
  line-height: 35px;
  font-size: 12px;
  background-color: #ffffff;
  border: 1px solid #363a5d;
  border-radius: 50%;
  color: #242424;
  display: inline-block;
  text-align: center;
  position: relative;
  top: 50%;
  left: 50%;
  -webkit-transform: translateX(-100%);
  transform: translateX(-100%);
  cursor: pointer;
  margin-top: 60px;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}

.slider-next:hover,
.slider-prev:hover {
  background-color: #f21759;
  color: #ffffff;
}

.slider-next {
  margin-left: 10px;
}

.pagination {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-pack: end;
  -ms-flex-pack: end;
  justify-content: flex-end;
  margin-top: 20px;
}

.pagination .page-item {
  text-align: center;
  padding: 3px;
}

.pagination .page-item a,
.pagination .page-item span {
  width: 32px;
  height: 32px;
  border-radius: 8px;
  background: transparent;
  border: 2px solid #363a5d;
  color: #ffffff;
  padding: 0;
  font-weight: 600;
  line-height: 30px;
  display: block;
  margin: 0;
}

.pagination .page-item.disabled span {
  border-radius: 8px;
  background: transparent;
  border: 1px solid #363a5d;
  color: #ffffff;
}

.pagination .page-item .page-link {
  border-radius: 8px;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}

.pagination .page-item.active .page-link,
.pagination .page-item:hover .page-link {
  background-color: #f21759;
  border-color: transparent;
  color: #ffffff;
}

.preloader {
  position: fixed;
  z-index: 9999999;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: #f21759;
  overflow: hidden;
  width: 100%;
  height: 100%;
}

.preloader .loader-bg {
  width: 100%;
  height: 100%;
  background: #ffffff;
  position: fixed;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  z-index: 9999999999;
}

.preloader .loader-bg h3 {
  position: fixed;
  color: #f21759;
  font-size: 24px;
}

.preloader .loader {
  width: 8em;
  height: 8em;
  font-size: 22px;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  border-top: 0.3em solid #50b0ff;
  border-radius: 50%;
  position: relative;
  -webkit-animation: rotating 2s ease-in-out infinite;
  animation: rotating 2s ease-in-out infinite;
  --direction: 1;
}

.preloader .loader span {
  position: absolute;
  color: #f21759;
  width: inherit;
  height: inherit;
  text-align: center;
  line-height: 10em;
  font-family: sans-serif;
  -webkit-animation: rotating 2s linear infinite;
  animation: rotating 2s linear infinite;
}

.preloader .loader::before,
.preloader .loader::after {
  content: "";
  position: absolute;
  width: inherit;
  height: inherit;
  border-radius: 50%;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  top: -0.2em;
}

.preloader .loader::before {
  border-top: 0.3em solid dodgerblue;
  -webkit-transform: rotate(120deg);
  transform: rotate(120deg);
}

.preloader .loader::after {
  border-top: 0.3em solid #f21759;
  -webkit-transform: rotate(240deg);
  transform: rotate(240deg);
}

@-webkit-keyframes rotating {
  50% {
    -webkit-transform: rotate(180deg);
    transform: rotate(180deg);
  }

  100% {
    -webkit-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}

@keyframes rotating {
  50% {
    -webkit-transform: rotate(180deg);
    transform: rotate(180deg);
  }

  100% {
    -webkit-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}

.modal-content {
  background-color: rgba(255, 255, 255, 0.768627451);
}

.modal-content .close {
  border-radius: 3px;
}

.modal-header {
  border-color: #363a5d;
}

.modal-footer {
  border-color: #363a5d;
}

.modal-footer button,
.modal-footer input[type=submit],
.modal-footer input[type=reset],
.modal-footer input[type=button] {
  padding: 8px 25px;
  font-size: 14px;
  border-radius: 8px;
  color: #ffffff !important;
}

input[type=submit]:hover {
  color: #ffffff;
}

button,
input[type=button],
input[type=reset],
input[type=submit] {
  cursor: pointer;
  -webkit-appearance: button;
}

button:focus,
input[type=button]:focus,
input[type=reset]:focus,
input[type=submit]:focus {
  outline: none;
}

button::-moz-focus-inner,
input[type=button]::-moz-focus-inner,
input[type=reset]::-moz-focus-inner,
input[type=submit]::-moz-focus-inner,
input::-moz-focus-inner {
  padding: 0;
  border: 0;
}

.btn {
  -webkit-transition: all 0.3s ease 0.02s;
  transition: all 0.3s ease 0.02s;
}

.btn:active,
.btn:focus {
  -webkit-box-shadow: 0 0px 0px rgba(0, 0, 0, 0.125) inset;
  box-shadow: 0 0px 0px rgba(0, 0, 0, 0.125) inset;
}

.vw-btn-main {
  background: linear-gradient(45deg, #1a237e 0%, #3949ab 100%);
  border-radius: 8px;
  color: #ffffff;
  padding: 10px 20px;
  font-size: 20px;
  font-weight: 400;
  text-align: center;
  -webkit-transition: 0.5s;
  transition: 0.5s;
  border: 2px solid #f21759;
  letter-spacing: 0.6px;
}

.vw-btn-main:hover {
  background: transparent;
  color: #161515;
  border: 2px solid #f21759;
}

@media only screen and (max-width: 991px) {
  .vw-btn-main {
    padding: 10px 25px;
    font-size: 13px;
  }
}

.vw-btn-main-2 {
  background: transparent;
  border-radius: 999px;
  color: #161515;
  padding: 15px 30px;
  font-size: 20px;
  font-weight: 400;
  text-align: center;
  -webkit-transition: 0.5s;
  transition: 0.5s;
  border: 2px solid #f21759;
  letter-spacing: 0.6px;
}

.vw-btn-main-2:hover {
  background: #f21759;
  color: #ffffff;
  border: 2px solid #f21759;
}

@media only screen and (max-width: 991px) {
  .vw-btn-main-2 {
    padding: 10px 25px;
    font-size: 13px;
  }
}

.bg_img {
  background-position: center;
  background-repeat: no-repeat !important;
  background-size: cover;
}

.bg_img-2 {
  background-position: left;
  background-repeat: no-repeat !important;
  background-size: cover;
}

.bg-fixed {
  background-attachment: fixed;
}

.bg-overlay-base {
  position: relative;
  z-index: 2;
}

.bg-overlay-base:before {
  content: "";
  position: absolute;
  background: #ffffff;
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
  z-index: -1;
  opacity: 0.6;
}

.bg-overlay-base-f {
  position: relative;
  z-index: 2;
}

.bg-overlay-base-f:before {
  content: "";
  position: absolute;
  background: black;
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
  z-index: -1;
  opacity: 0.8;
}

.bg-overlay-base-2 {
  position: relative;
}

.bg-overlay-base-2:before {
  content: "";
  position: absolute;
  background: #132a40;
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
  opacity: 0.5;
  border-radius: 20px;
}

.bg-overlay-base-2>div {
  position: relative;
  z-index: 2;
}

@-webkit-keyframes scroll-down {
  0% {
    -webkit-transform: translateY(0);
    transform: translateY(0);
  }

  50% {
    -webkit-transform: translateY(10px);
    transform: translateY(10px);
  }

  100% {
    -webkit-transform: translateY(0px);
    transform: translateY(0px);
  }
}

@keyframes scroll-down {
  0% {
    -webkit-transform: translateY(0);
    transform: translateY(0);
  }

  50% {
    -webkit-transform: translateY(10px);
    transform: translateY(10px);
  }

  100% {
    -webkit-transform: translateY(0px);
    transform: translateY(0px);
  }
}

@-webkit-keyframes scale {
  0% {
    -webkit-transform: scale(1);
    transform: scale(1);
  }

  50% {
    -webkit-transform: scale(0.6);
    transform: scale(0.6);
  }

  100% {
    -webkit-transform: scale(1.1);
    transform: scale(1.1);
  }
}

@keyframes scale {
  0% {
    -webkit-transform: scale(1);
    transform: scale(1);
  }

  50% {
    -webkit-transform: scale(0.6);
    transform: scale(0.6);
  }

  100% {
    -webkit-transform: scale(1.1);
    transform: scale(1.1);
  }
}

@-webkit-keyframes scale-up-one {
  0% {
    -webkit-transform: scale(1);
    transform: scale(1);
  }

  40% {
    -webkit-transform: scale(0.5);
    transform: scale(0.5);
  }

  100% {
    -webkit-transform: scale(1);
    transform: scale(1);
  }
}

@keyframes scale-up-one {
  0% {
    -webkit-transform: scale(1);
    transform: scale(1);
  }

  40% {
    -webkit-transform: scale(0.5);
    transform: scale(0.5);
  }

  100% {
    -webkit-transform: scale(1);
    transform: scale(1);
  }
}

@-webkit-keyframes ripple {

  0%,
  35% {
    -webkit-transform: scale(0);
    transform: scale(0);
    opacity: 1;
  }

  50% {
    -webkit-transform: scale(1.5);
    transform: scale(1.5);
    opacity: 0.8;
  }

  100% {
    opacity: 0;
    -webkit-transform: scale(2);
    transform: scale(2);
  }
}

@keyframes ripple {

  0%,
  35% {
    -webkit-transform: scale(0);
    transform: scale(0);
    opacity: 1;
  }

  50% {
    -webkit-transform: scale(1.2);
    transform: scale(1.2);
    opacity: 0.8;
  }

  100% {
    opacity: 0;
    -webkit-transform: scale(1.8);
    transform: scale(1.8);
  }
}

@-webkit-keyframes wave {
  0% {
    -webkit-transform: rotate(1deg);
    transform: rotate(1deg);
  }

  100% {
    -webkit-transform: rotate(-1deg);
    transform: rotate(-1deg);
  }
}

@keyframes wave {
  0% {
    -webkit-transform: rotate(1deg);
    transform: rotate(1deg);
  }

  100% {
    -webkit-transform: rotate(-1deg);
    transform: rotate(-1deg);
  }
}

@-webkit-keyframes rotate-center {
  0% {
    -webkit-transform: rotate(0);
    transform: rotate(0);
  }

  100% {
    -webkit-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}

@keyframes rotate-center {
  0% {
    -webkit-transform: rotate(0);
    transform: rotate(0);
  }

  100% {
    -webkit-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}

@-webkit-keyframes gradient {
  0% {
    background-position: 0% 50%;
  }

  50% {
    background-position: 100% 50%;
  }

  100% {
    background-position: 0% 50%;
  }
}

@keyframes gradient {
  0% {
    background-position: 0% 50%;
  }

  50% {
    background-position: 100% 50%;
  }

  100% {
    background-position: 0% 50%;
  }
}

.vw-header-section {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  z-index: 9;
  background-color: transparent;
}

@media only screen and (max-width: 1400px) {
  .vw-header-section .vw-header-bottom-area .container {
    max-width: 100%;
  }
}

.header {
  background-color: transparent;
  border-top-left-radius: 20px;
  border-top-right-radius: 20px;
  width: 100%;
  z-index: 999;
  -webkit-transition: all ease 1s;
  transition: all ease 1s;
}

.header.active {
  -webkit-transform: translateY(0%);
  transform: translateY(0%);
  position: fixed;
  top: 0;
  left: 0;
  -webkit-animation-name: fadeInDown;
  animation-name: fadeInDown;
  -webkit-animation-duration: 1s;
  animation-duration: 1s;
  -webkit-transition: all 1s;
  transition: all 1s;
}

.vw-header-section.header-fixed {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  z-index: 999;
  background-color: #ffffff;
  margin-top: 0;
}

.vw-header-section.header-fixed .header-top-area {
  display: none !important;
}

.vw-header-section.header-fixed .vw-header-bottom-area {
  -webkit-box-shadow: 0px 5px 30px rgba(0, 0, 0, 0.1);
  box-shadow: 0px 5px 30px rgba(0, 0, 0, 0.1);
}

.vw-header-bottom-area {
  position: relative;
  background: transparent;
}

@media only screen and (max-width: 991px) {
  .vw-header-bottom-area {
    padding: 10px 0;
  }
}

.vw-header-bottom-area .navbar-expand-lg {
  background-color: transparent;
  padding: 0 !important;
}

@media (max-width: 991px) {
  .vw-header-bottom-area .navbar-collapse {
    background-color: #ffffff;
    border-radius: 16px;
    padding: 0 !important;
  }

  .vw-header-bottom-area .navbar-collapse .main-menu {
    padding: 15px 0;
  }

  .vw-header-bottom-area .navbar-collapse .main-menu .navbar-nav {
    background-color: rgba(255, 255, 255, 0.768627451);
  }

  .vw-header-bottom-area .menu_has_children .sub-menu {
    display: none !important;
  }

  .vw-header-bottom-area .menu_has_children .sub-menu li {
    width: 100%;
  }

  .vw-header-bottom-area .navbar-collapse .main-menu .menu_has_children.show .sub-menu,
  .vw-header-bottom-area .navbar-collapse .main-menu .menu_has_children.show .sub-menu {
    display: -webkit-box !important;
    display: -ms-flexbox !important;
    display: flex !important;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }
}

.vw-header-bottom-area .navbar-collapse .main-menu li:last-child .sub-menu {
  left: auto;
  right: 0;
}

.vw-header-bottom-area .navbar-collapse .main-menu {
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

@media only screen and (max-width: 991px) {
  .vw-header-bottom-area .navbar-collapse .main-menu {
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
  }
}

.vw-header-bottom-area .navbar-collapse .main-menu li {
  position: relative;
  padding-right: 25px;
}

@media only screen and (max-width: 1199px) {
  .vw-header-bottom-area .navbar-collapse .main-menu li {
    padding-right: 22px !important;
  }
}

.vw-header-bottom-area .navbar-collapse .main-menu li:last-child {
  padding-right: 0;
  margin-right: 0;
}

.vw-header-bottom-area .navbar-collapse .main-menu li:hover .sub-menu {
  -webkit-transform: scaleY(1);
  transform: scaleY(1);
}

.vw-header-bottom-area .navbar-collapse .main-menu li.menu_has_children {
  position: relative;
}

.vw-header-bottom-area .navbar-collapse .main-menu li.menu_has_children i {
  font-size: 12px;
  margin-left: 5px;
}

@media (max-width: 991px) {
  .vw-header-bottom-area .navbar-collapse .main-menu li.menu_has_children::before {
    top: 12px;
    right: 15px;
  }
}

.vw-header-bottom-area .navbar-collapse .main-menu li a {
  position: relative;
  padding: 33px 0;
  font-weight: 400;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  text-transform: capitalize;
  display: inline-block;
  font-size: 20px;
  color: #242424;
  -webkit-transition: all 0.5s;
  transition: all 0.5s;
  z-index: 999;
  letter-spacing: 0.6px;
}

.vw-header-bottom-area .navbar-collapse .main-menu li a:hover,
.vw-header-bottom-area .navbar-collapse .main-menu li a.active {
  color: #f21759;
}

.vw-header-bottom-area .navbar-collapse .main-menu li a:hover::before,
.vw-header-bottom-area .navbar-collapse .main-menu li a.active::before {
  opacity: 1;
  -webkit-transform: translateX(-50%) translateY(0);
  transform: translateX(-50%) translateY(0);
}

.vw-header-bottom-area .vw-header-section.header-fixed .navbar-collapse .main-menu li a {
  padding: 30px 18px 30px 0;
}

@media (max-width: 991px) {
  .vw-header-bottom-area .navbar-collapse .main-menu li a {
    padding: 12px 15px !important;
  }
}

.vw-header-bottom-area .navbar-collapse .main-menu li .sub-menu {
  position: absolute;
  top: 90px;
  left: 0px !important;
  border-top: 5px solid #f21759;
  width: 180px;
  background: #ffffff;
  border-radius: 3px;
  display: block;
  -webkit-transform: scaleY(0);
  transform: scaleY(0);
  -webkit-transform-origin: top left;
  transform-origin: top left;
  -webkit-transition: all 0.5s;
  transition: all 0.5s;
  z-index: 10;
}

@media only screen and (max-width: 991px) {
  .vw-header-bottom-area .navbar-collapse .main-menu li .sub-menu {
    width: 180px;
  }
}

.vw-header-bottom-area .navbar-collapse .main-menu li .sub-menu li {
  margin-right: 0;
  padding-right: 0;
  -webkit-transition: all ease 0.5s;
  transition: all ease 0.5s;
  position: relative;
  z-index: 2;
}

.vw-header-bottom-area .navbar-collapse .main-menu li .sub-menu li:last-child {
  border-bottom: 0px solid;
}

.vw-header-bottom-area .navbar-collapse .main-menu li .sub-menu li:hover a {
  color: #f21759;
}

.vw-header-bottom-area .navbar-collapse .main-menu li .sub-menu li a {
  width: 100%;
  font-size: 14px;
  padding: 8px 15px;
  display: block;
  -webkit-transition: all ease 0.3s;
  transition: all ease 0.3s;
}

.vw-header-bottom-area .navbar-collapse .main-menu li .sub-menu li a::before {
  display: none;
}

.vw-header-bottom-area .vw-header-section.header-fixed .navbar-collapse .main-menu li .sub-menu li a {
  padding: 8px 20px;
}

@media (max-width: 991px) {
  .vw-header-bottom-area .navbar-collapse .main-menu li .sub-menu {
    position: initial;
    opacity: 1;
    visibility: visible;
    display: none;
    -webkit-transition: none;
    transition: none;
  }
}

.vw-header-bottom-area .navbar-collapse .main-menu li:last-child .sub-menu {
  left: auto;
  right: 0;
}

.vw-site-logo {
  max-width: 9rem;
}

@media only screen and (max-width: 991px) {
  .vw-site-logo {
    max-width: 130px;
  }
}

.header-action {
  margin: 10px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

.header-action a {
  margin: 0px;
}

@media only screen and (max-width: 991px) {
  .header-action a {
    margin: 0px 10px 15px 10px;
  }
}

.header-action .header-account-btn {
  width: 40px;
  height: 40px;
  line-height: 40px;
  display: inline-block;
  text-align: center;
  border: 1px solid rgba(0, 0, 0, 0.1333333333);
  border-radius: 50%;
  font-size: 18px;
  -webkit-transition: all 0.5s;
  transition: all 0.5s;
}

.header-action .header-account-btn:hover {
  background-color: #ffffff;
  border: 1px solid #ffffff;
}

.language-select {
  background: transparent;
  color: #ffffff;
  border: none;
  border-radius: 3px;
  font-size: 14px;
  font-weight: 500;
}

@media only screen and (max-width: 991px) {
  .language-select {
    margin-left: 12px;
  }
}

@media only screen and (max-width: 991px) {
  .header-link {
    display: none;
  }
}

.header-link a {
  color: #ffffff;
}

.header-link a i {
  color: #f21759;
  margin-right: 5px;
  font-size: 16px;
}

.header-link a+a {
  margin-left: 20px;
}

.header-social li {
  display: inline-block;
}

.header-social li a {
  width: 30px;
  height: 30px;
  line-height: 30px;
  display: inline-block;
  text-align: center;
  background: transparent;
  background-color: rgba(255, 255, 255, 0.2);
  color: #ffffff;
  font-size: 14px;
  border-radius: 50%;
  -webkit-transition: all 0.5s;
  transition: all 0.5s;
}

.header-social li a:hover,
.header-social li a.active {
  background: #f21759;
  color: #ffffff;
}

.header-social li a.facebook {
  background-color: #0d6efd;
}

.header-social li a.instagram {
  background-color: #dc3545;
}

.header-social li+li {
  margin-left: 5px;
}

.navbar-toggler:focus {
  -webkit-box-shadow: none;
  box-shadow: none;
}

.navbar-toggler span {
  width: 40px;
  height: 40px;
  line-height: 40px;
  border-radius: 5px;
  color: #242424;
  font-size: 18px;
}

.banner {
  position: relative;
  overflow: hidden;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  padding-top: 12rem;
  padding-bottom: 5rem;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

@media only screen and (max-width: 571px) {
  .banner {
    padding-top: 8rem;
    padding-bottom: 8rem;
  }
}

.banner .video {
  font-size: 20px;
  margin: auto;
  color: #636363;
  font-weight: 400;
  line-height: 30px;
  /* 150% */
  letter-spacing: 2px;
}

@media only screen and (max-width: 571px) {
  .banner .video {
    width: 100%;
    font-size: 16px;
  }
}

.banner .top h3 {
  font-size: 51px;
  padding-bottom: 5px;
  letter-spacing: 2.25px;
}

.banner .top h3 span {
  color: #f21759;
}

@media only screen and (max-width: 571px) {
  .banner .top h3 {
    font-size: 30px;
  }
}

@media only screen and (max-width: 768px) {
  .banner .top h3 {
    font-size: 35px;
  }
}

@media only screen and (max-width: 990px) {
  .banner .top h3 {
    font-size: 35px;
  }
}

.banner .top p {
  font-size: 20px;
  margin: auto;
  color: #636363;
  font-weight: 400;
  line-height: 30px;
  /* 150% */
  letter-spacing: 2px;
}

@media only screen and (max-width: 571px) {
  .banner .top p {
    width: 100%;
    font-size: 16px;
  }
}

.banner .top .sub-title {
  color: #f21759;
}

.banner .card {
  border-radius: 0px 0px 30px 30px;
  background: rgba(76, 102, 196, 0.3);
  padding: 30px;
}

.banner .card h3 {
  color: #ffffff;
  font-size: 16px;
  font-weight: 500;
  letter-spacing: 0.48px;
  margin-bottom: 13px;
}

.banner .card .form-control {
  border-radius: 30px 0px 0px 30px;
  background: rgba(76, 102, 196, 0.5);
  border: none;
  color: #cfcfcf;
  padding: 10px 20px;
}

.banner .card select {
  border-radius: 0px 30px 30px 0px;
  background: rgba(33, 77, 235, 0.7);
  border: none;
  color: #ffffff;
  height: 44px;
}

.banner .head {
  border-radius: 30px 30px 0px 0px;
  background: rgba(33, 77, 235, 0.7);
  padding: 12px;
}

.banner .head h3 {
  color: #fff;
  font-size: 25px;
  font-weight: 600;
  text-align: center;
  margin: 0;
}

@media only screen and (max-width: 571px) {
  .banner .head {
    margin-top: 20px;
  }
}

.footer {
  background-color: #ffffff;
}

.footer a {
  color: #f21759;
}

.footer .footer-top {
  text-transform: capitalize;
  font-weight: 500;
  margin-bottom: 15px;
  color: #242424;
  font-size: 20px;
  padding-bottom: 5px;
  letter-spacing: 0.6px;
}

.footer p {
  font-size: 16px;
  margin: auto;
  color: #242424;
  font-weight: 400;
  letter-spacing: 2px;
}

.footer .list-unstyled li a {
  color: #242424;
  font-size: 16px;
  margin: auto;
  font-weight: 400;
  letter-spacing: 2px;
}

.footer .footer-logo {
  width: 150px;
}

.footer .footer-social li a i {
  font-size: 17px;
  background-color: transparent;
  border: 1px solid #f21759;
  color: #f21759;
  -webkit-transition: 0.4s;
  transition: 0.4s;
  padding: 13px;
  border-radius: 999px;
}

.footer .footer-social li a i:hover {
  background-color: #f21759;
  border: 1px solid #f21759;
  color: #ffffff;
}

.ezedHDdO9o {
  overflow: hidden;
}

.ezedHDdO9o .title {
  margin-bottom: 30px;
}

.ezedHDdO9o .card {
  border: none;
  text-align: center;
  padding: 25px;
  border-radius: 8px;
  background-color: #ffffff;
}

.ezedHDdO9o .card h3 {
  color: #242424;
  font-size: 25px;
  font-weight: 500;
  letter-spacing: 0.75px;
  margin-bottom: 10px;
  margin-top: 10px;
}

.ezedHDdO9o .card .icon {
  background-color: #f21759;
  width: 50px;
  height: 50px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  margin: auto;
  border-radius: 50%;
}

.ezedHDdO9o .card .icon i {
  color: #ffffff;
  font-size: 25px;
}

.about {
  overflow: hidden;
}

.about .content h3 {
  font-size: 41px;
  padding-bottom: 5px;
  letter-spacing: 2.25px;
}

.about .content h3 span {
  color: #f21759;
}

@media only screen and (max-width: 571px) {
  .about .content h3 {
    font-size: 30px;
  }
}

@media only screen and (max-width: 768px) {
  .about .content h3 {
    font-size: 35px;
  }
}

@media only screen and (max-width: 990px) {
  .about .content h3 {
    font-size: 35px;
  }
}

.about .content p {
  font-size: 20px;
  margin: auto;
  color: #242424;
  font-weight: 400;
  line-height: 30px;

}

@media only screen and (max-width: 571px) {
  .about .content p {
    width: 100%;
    font-size: 16px;
  }
}

.about .content .sub-title {
  color: #f21759;
  font-weight: 500;
}

.vw-client {
  overflow: hidden;
}

.vw-client .client-slider .card {
  border: none;
  padding: 10px;
  background-color: #ffffff;
  border-radius: 8px;
}

@media only screen and (max-width: 571px) {
  .vw-client .client-slider .card {
    padding: 25px;
  }
}

.vw-client .client-slider .card h3 {
  font-size: 25px;
  font-weight: 500;
  line-height: 22px;
  /* 88% */
  letter-spacing: 0.75px;
  padding-top: 25px;
}

.vw-client .client-slider .card p {
  font-size: 18px;
  margin: auto;
  font-weight: 400;
  letter-spacing: 1px;
}

@media only screen and (max-width: 571px) {
  .vw-client .client-slider .card p {
    width: 100%;
    font-size: 16px;
  }
}

.vw-client .client-slider .card img {
  width: 65px;
  height: 65px;
  border-radius: 50%;
  margin-bottom: 15px;
}

.vw-solution {
  overflow: hidden;
}

.vw-solution .content h3 {
  font-size: 41px;
  padding-bottom: 5px;
  letter-spacing: 2.25px;
}

.vw-solution .content h3 span {
  color: #f21759;
}

@media only screen and (max-width: 571px) {
  .vw-solution .content h3 {
    font-size: 30px;
  }
}

@media only screen and (max-width: 768px) {
  .vw-solution .content h3 {
    font-size: 35px;
  }
}

@media only screen and (max-width: 990px) {
  .vw-solution .content h3 {
    font-size: 35px;
  }
}

.vw-solution .content p {
  font-size: 20px;
  margin: auto;
  color: #242424;
  font-weight: 400;
  line-height: 30px;
  /* 150% */
  letter-spacing: 2px;
}

@media only screen and (max-width: 571px) {
  .vw-solution .content p {
    width: 100%;
    font-size: 16px;
  }
}

.vw-solution .content .sub-title {
  color: #f21759;
  font-weight: 500;
}

.get-started {
  overflow: hidden;
}

.get-started .main {
  background-color: #ffffff;
  border-radius: 8px;
  padding: 40px 20px;
}

.get-started .main h3 {
  color: #242424;
}

.get-started .main img {
  width: 50%;
  margin-left: 30px;
}

@media only screen and (max-width: 571px) {
  .get-started .main img {
    margin-left: 0px;
  }
}

.blog {
  overflow: hidden;
}

.blog .card {
  border-radius: 8px;
  background-color: #ffffff;
  border: none;
}

.blog .card .content {
  padding: 0px 20px 20px 20px;
}

.blog .card .content h3 {
  font-size: 20px;
  padding-bottom: 5px;
  letter-spacing: 0.6px;
  text-transform: capitalize;
}

.blog .card .content h3 span {
  color: #f21759;
}

@media only screen and (max-width: 571px) {
  .blog .card .content h3 {
    font-size: 17px;
  }
}

.blog .card .content p {
  font-size: 16px;
  margin: auto;
  color: #242424;
  font-weight: 400;
  line-height: 30px;
  /* 150% */
  letter-spacing: 2px;
}

.blog .card .content a {
  color: #f21759;
  letter-spacing: 2px;
  font-weight: 600;
  font-size: 15px;
  margin-top: 10px;
}

.blog .card img {
  width: 100%;
  height: auto;
  border-radius: 30px 30px 0 0;
  padding: 20px;
}

.head-two {
  background-color: #242424;
}

.faq {
  overflow: hidden;
}

.faq .title {
  text-align: center;
}

.faq .faq-content {
  width: 100%;
  background-color: #ffffff;
  border-radius: 10px;
  -webkit-box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
}

.faq .faq-content .faq-item {
  padding: 20px;
  border-bottom: 1px solid #a4a4a4;
  cursor: pointer;
  -webkit-transition: background-color 0.3s ease-in-out;
  transition: background-color 0.3s ease-in-out;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

.faq .faq-content .faq-item:last-child {
  border-bottom: none;
}

.faq .faq-content .faq-question {
  font-size: 20px;
  font-weight: 700;
  padding-bottom: 3px;
  letter-spacing: 0.6px;
}

.faq .faq-content .faq-answer {
  max-height: 0;
  overflow: hidden;
  -webkit-transition: max-height 0.3s ease-in-out;
  transition: max-height 0.3s ease-in-out;
  text-align: start;
  padding-left: 20px;
  padding-right: 20px;
  font-size: 20px;
  margin: auto;
  color: #242424;
  font-weight: 400;
  letter-spacing: 2px;
}

@media only screen and (max-width: 571px) {
  .faq .faq-content .faq-answer {
    font-size: 16px;
  }
}

.faq .faq-content .faq-answer.active {
  border-bottom: 1px solid #e0e0e0;
}

.faq .faq-content .icon-container i {
  font-size: 16px;
  cursor: pointer;
  -webkit-transition: -webkit-transform 0.3s ease-in-out;
  transition: -webkit-transform 0.3s ease-in-out;
  transition: transform 0.3s ease-in-out;
  transition: transform 0.3s ease-in-out, -webkit-transform 0.3s ease-in-out;
}

.faq .faq-content .icon-container i.active {
  -webkit-transform: rotate(90deg);
  transform: rotate(90deg);
}

.contact {
  overflow: hidden;
}

.contact .thumb-right img {
  width: 33rem;
}

.contact .form-control {
  padding: 10px;
}

.signin .content {
  -webkit-box-shadow: 0px 0px 40px -2px rgba(207, 203, 203, 0.57);
  box-shadow: 0px 0px 40px -2px rgba(207, 203, 203, 0.57);
  padding: 30px;
  border-radius: 10px;
}

.signin .form-control {
  padding: 10px;
}

.signin .create-acc a {
  color: #f21759;
}

.signin p {
  font-size: 18px;
  margin: auto;
  color: #242424;
  font-weight: 500;
  line-height: 30px;
  /* 150% */
  letter-spacing: 2px;
  padding-bottom: 5px;
}

.blog-details {
  overflow: hidden;
}

.blog-details img {
  border-radius: 10px;
  width: 80%;
}

.blog-details p {
  font-size: 20px;
  color: #242424;
  font-weight: 400;
  line-height: 30px;
  /* 150% */
  letter-spacing: 2px;
  padding-bottom: 5px;
  width: 90%;
}

@media only screen and (max-width: 571px) {
  .blog-details p {
    width: 100%;
  }
}

.policy {
  overflow: hidden;
}

.policy .box {
  -webkit-box-shadow: 0px 0px 20px 0px rgba(219, 219, 219, 0.57);
  box-shadow: 0px 0px 20px 0px rgba(219, 219, 219, 0.57);
  padding: 20px;
  border-radius: 10px;
}

.policy p {
  font-size: 20px;
  color: #242424;
  font-weight: 400;
  line-height: 30px;
  /* 150% */
  letter-spacing: 2px;
  padding-bottom: 5px;
}