@import url('https://fonts.googleapis.com/css2?family=Josefin+Sans:ital,wght@0,100..700;1,100..700&family=Poppins:ital,wght@0,100;0,200;0,300;0,400;0,500;0,600;0,700;0,800;0,900;1,100;1,200;1,300;1,400;1,500;1,600;1,700;1,800;1,900&display=swap');

h1,
h2,
h3,
h4,
h5,
h6 {
  font-family: 'Josefin Sans', sans-serif;
}

h1,
h2 {
  text-shadow: 0 4px 3px rgba(0, 0, 0, 0.2), 0 18px 23px rgba(0, 0, 0, 0.1);
}

body {
  overflow-x: hidden;
  color: #252e55;
  font-family: 'Poppins', sans-serif;
}

.btn-primary,
.bg-primary {
  background-color: #c9222f !important;
  border-color: #c9222f !important;
}

.text-primary {
  color: #c9222f !important;
}

.how_to_image {
  border: 3px solid #252e55;
  border-radius: 5px;
  padding: 10px;
  box-shadow: 0 4px 3px rgba(0, 0, 0, 0.2), 0 18px 23px rgba(0, 0, 0, 0.1);
}

.preview_video {
  position: relative;
  cursor: pointer;
  margin-top: 1rem;
  margin-bottom: 2.5rem;
  background-color: #efefef;
}

.preview_video img {
  width: 100%;
  height: auto;
  border-radius: 4px;
}

.preview_video .play_video {
  position: absolute;
  left: 50%;
  top: 50%;
  width: 68px;
  height: 48px;
  transform: translate(-50%, -50%);
  z-index: 99;
  background: transparent;
  border: 0;
}

.preview_video .play_video svg {
  position: absolute;
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
  color: #212121;
  opacity: 0.8;
  transition: color 0.1s cubic-bezier(0.4, 0, 1, 1),
    opacity 0.1s cubic-bezier(0.4, 0, 1, 1);
}

.preview_video:hover .play_video svg {
  color: #f00;
}

.video-responsive {
  overflow: hidden;
  padding-bottom: 56.25%;
  position: relative;
  height: 0;
}

.video-responsive iframe {
  left: 50%;
  top: 50%;
  transform: translateY(-50%) translateX(-50%);
  height: 75%;
  width: 75%;
  position: absolute;
}

.divider::after {
  content: '';
  border: none;
  height: 15px;
  width: 250px;
  display: block;
  margin: 13px auto 10px auto;
  background: url('/wp-content/uploads/2024/05/divider.png') no-repeat center;
  background-size: contain;
}

.faq {
  margin-bottom: 20px;
}

.faq .faq-question {
  cursor: pointer;
  padding: 10px 20px;
  background: #f9f9f9;
  border: 1px solid #e5e5e5;
  border-radius: 5px;
  margin-bottom: 0;

  display: flex;
  justify-content: space-between;
}

.faq .faq-answer {
  display: none;
  padding: 10px 20px;
  background: #f9f9f9;
  border: 1px solid #e5e5e5;
  border-top: none;
  border-radius: 0px 0px 5px 5px;
}

.faq .faq-question span {
  font-size: 1.2rem;
  transition: transform 0.3s;
}

.faq .faq-question span.rotate {
  transform: rotate(45deg);
}

.faq .faq-answer.show {
  display: block;
}

h3 {
  font-weight: bolder;
}

.custom-bg-pattern {
  background-color: #c9222f;
  background-image: url('/wp-content/uploads/2024/05/pattern.png');

  padding: 8rem 5rem;
  box-shadow: 0 4px 3px rgba(0, 0, 0, 0.2), 0 18px 23px rgba(0, 0, 0, 0.1);
}

.custom-bg-pattern h1,
.custom-bg-pattern h2 {
  color: #fff;
}

.custom-bg-pattern .btn-secondary {
  background-color: #fff !important;
  color: #c9222f !important;
  font-weight: bold;
}

@media (max-width: 768px) {
  .custom-bg-pattern {
    padding: 3rem 2rem;
  }
}
