/*!
Theme Name: Voicechatroom
Theme URI: http://underscores.me/
Author: Vrinsoft Technology
Author URI: https://www.vrinsofts.com/
Description: Description
Version: 1.0.0
Tested up to: 5.4
Requires PHP: 5.6
License: GNU General Public License v2 or later
License URI: LICENSE
Text Domain: voicechatroom
Tags: custom-background, custom-logo, custom-menu, featured-images, threaded-comments, translation-ready

This theme, like WordPress, is licensed under the GPL.
Use it to make something cool, have fun, and share what you've learned.

voicechatroom is based on Underscores https://underscores.me/, (C) 2012-2020 Automattic, Inc.
Underscores is distributed under the terms of the GNU GPL v2 or later.

Normalizing styles have been helped along thanks to the fine work of
Nicolas Gallagher and Jonathan Neal https://necolas.github.io/normalize.css/
*/

/* Google Fonts */
@import url("https://fonts.googleapis.com/css2?family=Nunito:ital,wght@0,200..1000;1,200..1000&display=swap");
/* Google Fonts End */
/* Basic Styles */
* {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
*,
::before,
::after {
  box-sizing: border-box;
  -webkit-box-sizing: border-box;
}
:focus-visible {
  outline: none;
}
html {
  font-family: "Nunito", sans-serif;
}
body {
  font-size: 16px;
  line-height: 24px;
  font-weight: 400;
  color: #1c1c1c;
  font-family: "Nunito", sans-serif;
  margin: 0;
  padding: 0;
}
article,
aside,
details,
figcaption,
figure,
footer,
header,
nav,
section,
summary {
  display: block;
}
audio,
canvas,
video {
  display: inline-block;
}
iframe {
  border: 0;
  width: 100%;
}
svg:not(:root) {
  overflow: hidden;
}
img {
  max-width: 100%;
  height: auto;
  display: inline-block;
  margin: 0;
}
.clear:before,
.clear:after,
.entry-content:before,
.entry-content:after,
.entry-footer:before,
.entry-footer:after,
.comment-content:before,
.comment-content:after,
.site-header:before,
.site-header:after,
.site-content:before,
.site-content:after,
.site-footer:before,
.site-footer:after,
.nav-links:before,
.nav-links:after,
.pagination:before,
.pagination:after,
.comment-author:before,
.comment-author:after,
.widget-area:before,
.widget-area:after,
.widget:before,
.widget:after,
.comment-meta:before,
.comment-meta:after {
  content: "";
  display: table;
  table-layout: fixed;
}
.clear:after,
.entry-content:after,
.entry-footer:after,
.comment-content:after,
.site-header:after,
.site-content:after,
.site-footer:after,
.nav-links:after,
.pagination:after,
.comment-author:after,
.widget-area:after,
.widget:after,
.comment-meta:after {
  clear: both;
}
.clearfix:before,
.clearfix:after {
  visibility: hidden;
  display: block;
  font-size: 0;
  content: " ";
  clear: both;
  height: 0;
}
i {
  display: block;
  background-size: cover;
  background-repeat: no-repeat;
  mask-size: contain;
  -webkit-mask-size: contain;
  mask-repeat: no-repeat;
  -webkit-mask-repeat: no-repeat;
  mask-position: center;
  -webkit-mask-position: center;
  transition: all ease-in-out 0.3s;
}
i:hover {
  transition: all ease-in-out 0.3s;
}
.container {
  padding: 0;
  max-width: 1140px;
}
.container-fluid {
  padding: 0;
}
.admin-bar header {
  margin-top: 32px;
}
.button-row,
.button-row > p {
  display: flex;
  align-items: center;
  gap: 20px;
}
/* Basic Styles End */
/* Form Styling */
input,
select,
textarea,
.form-control {
  font-weight: 600;
  font-size: 16px;
  line-height: 24px;
  color: #1c1c1c;
  border: 1px solid #e0e0e0;
  border-radius: 14px;
  transition: all ease-in-out 0.3s;
  -webkit-transition: all ease-in-out 0.3s;
  box-shadow: none;
  -webkit-box-shadow: none;
}
input:focus,
input:active,
select:focus,
select:active,
textarea:focus,
textarea:active,
.form-control:focus,
.form-control:active {
  outline: none;
  box-shadow: none;
  border-color: #e0e0e0;
}
input,
textarea,
.form-control {
  padding: 12px 15px;
}
textarea {
  resize: none;
}
select {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  background-position: right center;
  background-image: url(../mobileguard/assets/images/icon_down_arrow.svg) !important;
  background-repeat: no-repeat !important;
  background-position: right 16px center !important;
  background-color: #fff;
}
input[type="checkbox"],
input[type="radio"] {
  width: 20px;
  height: 20px;
  margin-right: 8px;
}
input[type="checkbox"]:focus,
input[type="radio"]:focus {
  outline: 0;
  box-shadow: none;
}
input::placeholder,
input::-moz-placeholder,
input::-webkit-input-placeholder,
textarea::placeholder,
textarea::-moz-placeholder,
textarea::-webkit-input-placeholder {
  color: #6e6e6e;
  opacity: 1;
  font-weight: 400;
}
.form-group {
  margin-bottom: 16px;
}
.form-group input,
.form-group textarea {
  width: 100%;
}
label {
  font-weight: 500;
  font-size: 14px;
  line-height: 21px;
  color: #1c1c1c;
  margin-bottom: 6px;
  display: flex;
}
label .required {
  display: inline-block;
  color: #ef5151;
}
.wpcf7-submit {
  min-width: 90px;
  justify-content: center;
}
.wpcf7-spinner {
  opacity: 1;
  margin: 0;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  background-color: #5b8def;
  width: 100%;
  height: 100%;
  border-radius: 0;
  display: inline-flex;
  align-items: center;
  justify-content: center;
}
.wpcf7-spinner::before {
  content: "Loading...";
  animation: none;
  color: #ffffff;
  background-color: transparent;
  width: max-content;
  height: max-content;
  position: static;
}
.wpcf7 form.invalid .wpcf7-response-output,
.wpcf7 form.failed .wpcf7-response-output {
  font-size: 12px;
  font-weight: 400;
  line-height: 16px;
  border-color: #ef5151;
  margin-top: 16px;
  border-radius: 8px;
  padding: 2px 10px;
}
.wpcf7-not-valid {
  border: 1px solid #ef5151;
}
.wpcf7 form.sent .wpcf7-response-output {
  margin-top: 16px;
  display: none;
}
.wpcf7 form .wpcf7-response-output {
  border-radius: 6px;
  border-color: #181717;
  border: 1px solid #181717;
  margin: 0;
}
.wpcf7-not-valid-tip {
  font-size: 12px;
  font-weight: 400;
  line-height: 16px;
  margin-top: 4px;
  color: #ef5151;
}
/* .wpcf7-not-valid-tip:not(:nth-child(1)):not(:nth-child(2)) {
  display: none;
} */
.wpcf7-list-item {
  margin: 0;
}
.wpcf7-list-item label {
  display: flex;
  margin-bottom: 0;
}
.wpcf7-list-item label .wpcf7-list-item-label {
  font-size: 14px;
  font-weight: 400;
  line-height: normal;
  color: #6a6a6a;
  display: inline-block;
}
.error-text {
  color: #ef5151;
}
.wpcf7-submit {
  width: 100%;
}
/* Form Styling End */
/* Typography */
h1,
.heading-one {
  font-size: 52px;
  line-height: 76px;
}
h2,
.heading-two {
  font-size: 40px;
  line-height: 55px;
}
h3,
.heading-three {
  font-size: 32px;
  line-height: 44px;
}
h4,
.heading-four {
  font-size: 24px;
  line-height: 33px;
}
h5,
.heading-five {
  font-size: 20px;
  line-height: 28px;
}
h6,
.heading-six {
  font-size: 16px;
  line-height: 24px;
}
h1,
.heading-one,
h2,
.heading-two {
  font-weight: 800;
}
h3,
.heading-three,
h4,
.heading-four,
h5,
.heading-five,
h6,
.heading-six {
  font-weight: 600;
}
h1,
.heading-one,
h2,
.heading-two,
h3,
.heading-three,
h4,
.heading-four,
h5,
.heading-five,
h6,
.heading-six,
p {
  color: #1c1c1c;
}
p,
a,
p > a {
  font-size: 16px;
  font-weight: 500;
  line-height: 26px;
  text-decoration: none;
}
a {
  display: inline-block;
}
a,
p > a {
  color: #1c1c1c;
  text-decoration: none;
  transition: all ease-in-out 0.3s;
}
a:hover,
p > a:hover {
  text-decoration: underline;
  transition: all ease-in-out 0.3s;
}
a.white,
p > a.white {
  color: #ffffff;
}
.text-xs {
  font-size: 12px;
  line-height: 18px;
}
.text-sm {
  font-size: 14px;
  line-height: 21px;
}
.text-normal {
  font-size: 16px;
  line-height: 26px;
}
.text-xl {
  font-size: 18px;
  line-height: 27px;
}
.text-xxl {
  font-size: 20px;
  line-height: 32px;
}
.fw-400 {
  font-weight: 400;
}
.fw-500 {
  font-weight: 500;
}
.fw-600 {
  font-weight: 600;
}
.fw-700 {
  font-weight: 700;
}
.fw-800 {
  font-weight: 800;
}
h1,
h2,
h3,
h4,
h5,
h6,
address,
p,
pre,
blockquote,
dl,
dd,
menu,
ol,
ul,
table,
caption,
hr {
  margin: 0 0 16px 0;
}
p:last-child {
  margin-bottom: 0;
}
dl,
ol,
ul,
ul li {
  list-style-type: none;
  padding: 0;
}
/* Typography End */
/* Color Style */
.primary-text {
  color: #5b8def;
}
.secondary-text {
  color: #1c1c1c;
}
.light-grey-text {
  color: #424242;
}
.dark-grey-text {
  color: #6e6e6e;
}
.white-text {
  color: #ffffff;
}
.primary-bg {
  background-color: #5b8def;
}
.light-grey-bg {
  background-color: #eef3fd;
}
/* Color Style End */
/* Spacing Class */
.mb-10 {
  margin-bottom: 10px;
}
.mb-20 {
  margin-bottom: 20px;
}
.mb-30 {
  margin-bottom: 30px;
}
.mb-32 {
  margin-bottom: 32px;
}
.mb-40 {
  margin-bottom: 40px;
}
.mb-60 {
  margin-bottom: 60px;
}
.mt-10 {
  margin-top: 10px;
}
.mt-20 {
  margin-top: 20px;
}
.mt-30 {
  margin-top: 30px;
}
.mt-40 {
  margin-top: 40px;
}
.mt-60 {
  margin-top: 60px;
}
.py-60 {
  padding-top: 60px;
  padding-bottom: 60px;
}
.pt-60 {
  padding-top: 60px;
}
.pb-60 {
  padding-bottom: 60px;
}
.pt-50 {
  padding-top: 50px;
}
.pb-50 {
  padding-bottom: 50px;
}
.py-40 {
  padding-top: 40px;
  padding-bottom: 40px;
}
.pt-40 {
  padding-top: 40px;
}
.pb-40 {
  padding-bottom: 40px;
}
/* Spacing Class End */
/* Button Style */
.solid-btn,
.wpcf7-submit {
  font-size: 16px;
  font-weight: 600;
  line-height: 22px;
  color: #ffffff;
  background: #5b8def;
  border: 1px solid #5b8def;
  border-radius: 14px;
  text-decoration: none;
  padding: 14px 26px;
  display: inline-flex;
  align-items: center;
  gap: 10px;
  transition: all ease-in-out 0.3s;
}
.solid-btn.white {
  color: #5b8def;
  background: #ffffff;
  border-color: #ffffff;
}
.solid-btn:hover,
.solid-btn:focus,
.wpcf7-submit:hover,
.wpcf7-submit:focus,
.solid-btn.white:hover,
.solid-btn.white:focus {
  color: #5b8def;
  background-color: #ffffff;
  border-color: #5b8def;
  text-decoration: none;
  transition: all ease-in-out 0.3s;
}
.solid-btn i,
.wpcf7-submit i {
  background: #ffffff;
  transition: all ease-in-out 0.3s;
}
.solid-btn.white i {
  background: #1c1c1c;
}
.solid-btn:hover i,
.solid-btn:focus i,
.wpcf7-submit:hover i,
.wpcf7-submit:focus i,
.solid-btn.white:hover i,
.solid-btn.white:focus i {
  background: #5b8def;
  transition: all ease-in-out 0.3s;
}
.line-btn {
  font-size: 16px;
  font-weight: 600;
  line-height: 20px;
  color: #1c1c1c;
  background: #ffffff;
  border: 1px solid #1c1c1c;
  padding: 12px 26px;
  display: inline-flex;
  align-items: center;
  gap: 10px;
  transition: all ease-in-out 0.3s;
}
.line-btn:hover,
.line-btn:focus {
  color: #ffffff;
  background-color: #1c1c1c;
  transition: all ease-in-out 0.3s;
}
.line-btn i {
  background: #1c1c1c;
  transition: all ease-in-out 0.3s;
}
.line-btn:hover i,
.line-btn:focus i {
  background: #ffffff;
  transition: all ease-in-out 0.3s;
}
/* Button Style End */
/* Icons */
.icon-down-arrow {
  -webkit-mask-image: url(./assets/images/icon-down-arrow.svg);
  mask-image: url(./assets/images/icon-down-arrow.svg);
  width: 18px;
  height: 18px;
  background: #ffffff;
}
/* Icons End */
/* Common Listing */
.common-content ul li,
.common-list li,
.blog-detail-content ul li {
  padding-left: 24px;
  position: relative;
}
.common-content ul li::before,
.common-list li::before,
.blog-detail-content ul li::before {
  content: "";
  position: absolute;
  top: 8px;
  left: 6px;
  background: #5b8def;
  border-radius: 100%;
  width: 6px;
  height: 6px;
}
.common-content ul li:not(:last-child),
.common-list li:not(:last-child),
.blog-detail-content ul li:not(:last-child) {
  margin-bottom: 8px;
}
.common-content ul:last-child,
.common-list:last-child {
  margin-bottom: 0;
}
.common-list-numeric {
  counter-reset: item;
  margin-left: 0;
}
.common-list-numeric > li:before {
  content: counters(item, ".") ". ";
  counter-increment: item;
}
.common-list-numeric > li:not(:last-child) {
  margin-bottom: 16px;
}
.common-list-numeric .common-list {
  margin-top: 12px;
}
/* Common Listing End */
.inner-banner {
  border-bottom: 1px solid #e0e0e0;
}
/* Header */
.site-header {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  background: #5b8def;
  z-index: 999;
  transition: all ease-in-out 0.3s;
}
.home .site-header {
  background: transparent;
}
.site-header.sticky {
  background: #5b8def;
  transition: all ease-in-out 0.3s;
}
.header-wrapper {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 8px;
  padding: 25px 0 15px;
  border-bottom: 1px solid rgba(255, 255, 255, 0.46);
  transition: all ease-in-out 0.3s;
}
.site-header.sticky .header-wrapper {
  padding: 12px 0;
  border-color: transparent;
  transition: all ease-in-out 0.3s;
}
.header-left {
  display: flex;
  align-items: center;
  justify-content: flex-end;
  gap: 20px;
}
.menu {
  display: flex;
  align-items: center;
  justify-content: flex-end;
  margin-bottom: 0;
  gap: 16px;
}
.menu .menu-item a {
  line-height: 24px;
  color: #ffffff;
  display: block;
  cursor: pointer;
  transition: all ease-in-out 0.3s;
}
.menu:hover .menu-item a {
  opacity: 0.6;
  transition: all ease-in-out 0.3s;
}
.menu:hover .menu-item:hover a:hover {
  opacity: 1;
  transition: all ease-in-out 0.3s;
}
.menu .menu-item a:hover {
  text-decoration: none;
  transition: all ease-in-out 0.3s;
}
.header-left .solid-btn {
  border-radius: 12px;
  padding: 9px 12px;
}
.hamburger-wrapper {
  display: none;
}
.custom-lang-dropdown .dropdown-toggle {
  font-weight: 500;
  font-size: 16px;
  line-height: 24px;
  color: #ffffff;
  border: 1px solid #ffffff;
  border-radius: 12px;
  background-color: transparent;
  padding: 7px 12px;
  display: flex;
  align-items: center;
  gap: 4px;
}
.custom-lang-dropdown .dropdown-toggle::after {
  display: block;
  margin-left: 0;
  content: "";
  border: none;
  background-image: url(./assets/images/icons-dropdown-arrow-small.svg);
  background-size: 10px;
  background-position: center;
  background-repeat: no-repeat;
  width: 10px;
  height: 10px;
  transition: all ease-in-out 0.3s;
  margin: 0;
}
.custom-lang-dropdown .dropdown-toggle:hover::after {
  transform: rotate(-180deg);
  transition: all ease-in-out 0.3s;
}
.custom-lang-dropdown .dropdown-menu {
  position: absolute;
  font-weight: 500;
  font-size: 16px;
  line-height: 24px;
  color: #ffffff;
  border: 1px solid #ffffff;
  border-radius: 12px;
  background-color: #5b8def;
  padding: 0;
  min-width: 60px;
  text-align: center;
}
.custom-lang-dropdown .dropdown-menu li a {
  padding: 7px 12px;
  color: #ffffff;
  display: block;
}
.custom-lang-dropdown .dropdown-menu li a:hover {
  text-decoration: none;
}
.custom-lang-dropdown:hover .dropdown-menu {
  display: block;
}
.custom-lang-dropdown .dropdown-menu {
  display: none;
}
/* Header End */
/* Banner */
.banner {
  position: relative;
  overflow: hidden;
  /* max-height: 650px; */
}
.banner-bg {
  position: absolute;
  left: 0;
  bottom: 0;
  width: 100%;
  height: 100%;
  z-index: -1;
  object-fit: cover;
  object-position: center;
}
.banner-wrapper,
.site-content {
  padding-top: 95px;
}
.home .site-content {
  padding-top: 0;
}
.banner-content {
  display: flex;
  align-items: flex-start;
  justify-content: center;
  flex-direction: column;
  height: 100%;
  padding: 36px 0 30px;
}
.banner-content p {
  font-weight: 400;
  font-size: 20px;
  line-height: 32px;
  margin-bottom: 30px;
}
.banner-img {
  display: flex;
  align-items: flex-end;
  justify-content: center;
  margin-top: 80px;
}
.app-links {
  display: flex;
  align-items: center;
  justify-content: flex-start;
  gap: 20px;
}
.app-links li a {
  display: block;
}
.scroll-link {
  font-size: 16px;
  font-weight: 500;
  line-height: 19px;
  color: #ffffff;
  display: inline-flex;
  align-items: center;
  gap: 8px;
  margin-top: auto;
}
.scroll-link:hover {
  text-decoration: none;
}
.scrollLink-img {
  background-color: #ffffff4d;
  border-radius: 50%;
  height: 30px;
  width: 30px;
  overflow: hidden;
  display: inline-flex;
  align-items: center;
  justify-content: center;
}
.scrollLink-img i {
  -moz-animation: bounce 2s infinite;
  -webkit-animation: bounce 2s infinite;
  animation: bounce 2s infinite;
}
@keyframes bounce {
  0%,
  20%,
  50%,
  80%,
  100% {
    transform: translateY(0);
  }
  40% {
    transform: translateY(-10px);
  }
  60% {
    transform: translateY(-5px);
  }
}
/* Banner End */
/* About Us */
.home h2,
.home h3,
.home h4,
.home h5,
.home h6 {
  margin-bottom: 6px;
}
.about-left {
  margin-right: 36px;
}
.about-left .about-img {
  margin-top: 60px;
}
.about-right .about-img {
  margin-bottom: 40px;
}
.about-img {
  border-radius: 40px;
  overflow: hidden;
}
.about-img img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center;
}
/* About Us End */
/* Faq */
.faqs .accordion.row {
  margin-bottom: -16px;
}
.faqs .accordion-item {
  background: #ffffff;
  border: 1px solid #e0e0e0;
  border-radius: 20px;
  padding: 29px;
  margin-bottom: 16px;
}
.faqs .accordion-button {
  font-weight: 600;
  font-size: 22px;
  line-height: 33px;
  padding: 0;
  background-color: transparent;
  box-shadow: none;
  color: #1c1c1c;
}
.faqs .accordion-button:not(.collapsed) {
  color: #1c1c1c;
  background-color: transparent;
  box-shadow: none;
}
.faqs .accordion-button:focus {
  z-index: 3;
  border-color: none;
  outline: 0;
  box-shadow: none;
}

.faqs .accordion-button::after {
  width: 30px;
  height: 30px;
  display: flex;
  align-items: center;
  justify-content: center;
  background-image: url(./assets/images/icon-plus.svg);
  border-radius: 6px;
  border: 1px solid #e0e0e0;
  background-color: #f1f1f1;
  background-size: 14px;
  background-position: center;
}
.faqs .accordion-button:not(.collapsed)::after {
  background-image: url(./assets/images/icon-minus.svg);
  background-color: #5b8def;
  border-color: #5b8def;
}
.faqs .accordion-header {
  margin-bottom: 0;
}
.faqs .accordion-body {
  padding: 0;
  border-top: 1px solid #e0e0e0;
  padding-top: 16px;
  margin-top: 16px;
}
.faqs .accordion-body p:last-of-type {
  margin-bottom: 0;
}
/* Faq End */
/* Features */
.feature-row {
  margin-bottom: -24px;
  justify-content: center;
}
.feature-col {
  margin-bottom: 24px;
}
.feature-block {
  display: flex;
  align-items: center;
  gap: 20px;
  border-radius: 20px;
  background-color: #eef3fd;
  padding: 24px;
  margin-bottom: 0;
  height: 100%;
}
.feature-icon {
  width: 60px;
  height: 60px;
  border-radius: 25px;
  background-color: #5b8def;
  display: flex;
  align-items: center;
  justify-content: center;
}
.feature-block h3 {
  margin-bottom: 2px;
}
.feature-block p {
  margin-bottom: 0;
}
/* Features End */
/* Download Our App */
.download-content {
  max-width: 460px;
}
/* Download Our App End */
/* Contact Us */
.contact-block {
  border: 1px solid #e0e0e0;
  border-radius: 40px;
  padding: 30px;
  max-width: 654px;
  margin: 0 auto;
}
/* Contact Us End */
/* Footer */
.footer-menu p,
.footer-social p {
  margin-bottom: 20px;
}
.menu-footer-menu-container .menu,
.menu-footer-menu-ar-container .menu {
  display: block;
  column-count: 2;
  column-gap: 0;
}
.menu-footer-menu-container .menu .menu-item,
.menu-footer-menu-ar-container .menu .menu-item {
  padding-bottom: 0;
  margin-top: 0;
  margin-bottom: 6px;
  break-inside: avoid;
  border: 0;
}
.menu-footer-menu-container .menu .menu-item a,
.menu-footer-menu-ar-container .menu .menu-item a {
  color: #1c1c1c;
  transition: all ease-in-out 0.3s;
}
.footer-social-media {
  display: flex;
  align-items: center;
  gap: 20px;
  margin-bottom: 0;
}
.footer-social-media li a,
.footer-social-media li a img {
  display: block;
}
.footer-bottom-wrapper {
  display: flex;
  align-items: center;
  justify-content: space-between;
  row-gap: 4px;
  column-gap: 8px;
  padding: 11px 0;
}
.footer-bottom-wrapper p,
.footer-bottom-wrapper a {
  font-size: 12px;
  line-height: 18px;
  color: #ffffff;
  margin-bottom: 0;
}
.go-top.solid-btn {
  position: fixed;
  right: 24px;
  bottom: 80px;
  padding: 0;
  border-color: #ffffff;
  align-items: center;
  justify-content: center;
  width: 40px;
  height: 40px;
  z-index: 999;
  transition: 0.4s;
}
.go-top.solid-btn:hover {
  border-color: #5b8def;
}
/* Footer End */
/* Blog */
.blog-col {
  margin-bottom: 24px;
}
.blog-card {
  position: relative;
  height: 100%;
  background: transparent;
  border: 1px solid #e0e0e0;
  border-radius: 20px;
  padding: 16px;
  transition: all ease-in-out 0.3s;
}
.blog-card:hover {
  border-color: #eef3fd;
  background-color: #eef3fd;
  transition: all ease-in-out 0.3s;
}
.blog-image {
  display: block;
  overflow: hidden;
  border-radius: 10px;
  margin-bottom: 16px;
  max-width: 364px;
  height: 220px;
  width: 100%;
}
.blog-image img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: all ease-in-out 0.3s;
}
.blog-card:hover .blog-image img {
  transform: scale(1.1);
  transition: all ease-in-out 0.3s;
}
.blog-content h2 {
  display: -webkit-box;
  line-clamp: 2;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  overflow: hidden;
}
.blog-content p {
  font-size: 14px;
  line-height: 20px;
  color: #4f4f4f;
  display: -webkit-box;
  line-clamp: 3;
  -webkit-line-clamp: 3;
  -webkit-box-orient: vertical;
  overflow: hidden;
  margin-bottom: 8px;
}
.post-featured-image {
  margin-bottom: 24px;
}
.post-featured-image img {
  width: 100%;
  height: 100%;
  max-height: 400px;
  object-fit: cover;
}
/* Blog End */
/* Error Page */
.error404 .site-header {
  display: none;
}
.error404 .site-content {
  padding-top: 0;
}
.error404 .site-footer {
  display: none;
}
.not-found {
  display: flex;
  align-items: center;
  justify-content: center;
  height: 100vh;
}
.error-page-block {
  text-align: center;
}
.error404 .go-top {
  display: none !important;
}
.content h1.wrong {
  color: #1c1c1c;
}
.content h1.wrong {
  --distance: 0.01em;
  --dist-factor: 1;
  position: relative;
  display: block;
  font-size: 160px;
  line-height: 180px;
  color: #1c1c1c;
}
.content h1.wrong > [data-overlay] {
  position: relative;
}
.content h1.wrong > [data-overlay]::after {
  --dist-factor: 32;
  content: attr(data-overlay);
  position: absolute;
  left: 0;
  top: 0;
  display: flex;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 100%;
  font-size: 0.125em;
}
.content h1.wrong,
.content h1.wrong::after,
.content h1.wrong [data-overlay]::after {
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  -webkit-animation: animText 3s linear infinite;
  animation: animText 3s linear infinite;
}
.content h1.wrong::after {
  --dist-factor: 2;
  content: attr(data-txt);
  position: absolute;
  left: 0;
  right: 0;
  color: #5b8def;
}
.content h1.wrong::after,
.content h1.wrong [data-overlay]:first-child::after {
  animation-direction: reverse;
}
.content p {
  position: relative;
  text-align: center;
}

@-webkit-keyframes animText {
  0% {
    transform: rotate(0deg)
      translate(
        calc(var(--distance) * -1 * var(--dist-factor)),
        calc(var(--distance) * -1 * var(--dist-factor))
      )
      rotate(0deg);
  }
  100% {
    transform: rotate(360deg)
      translate(
        calc(var(--distance) * -1 * var(--dist-factor)),
        calc(var(--distance) * -1 * var(--dist-factor))
      )
      rotate(-360deg);
  }
}
@keyframes animText {
  0% {
    transform: rotate(0deg)
      translate(
        calc(var(--distance) * -1 * var(--dist-factor)),
        calc(var(--distance) * -1 * var(--dist-factor))
      )
      rotate(0deg);
  }
  100% {
    transform: rotate(360deg)
      translate(
        calc(var(--distance) * -1 * var(--dist-factor)),
        calc(var(--distance) * -1 * var(--dist-factor))
      )
      rotate(-360deg);
  }
}
/* Error Page End */
/* Thank You */
.thank-you-block {
  padding: 40px;
  border: 1px solid #e0e0e0;
  text-align: center;
  border-radius: 40px;
}
.thank-you-image {
  display: inline-block;
  margin: 0 auto 24px;
  max-width: 100px;
}
#check-group {
  /* animation: 0.32s ease-in-out 1.03s check-group; */
  animation: 3s ease-in-out infinite check-group;
  transform-origin: center;
}

#check-group #check {
  animation: 0.34s cubic-bezier(0.65, 0, 1, 1) 0.8s forwards check;
  stroke-dasharray: 0, 75px;
  stroke-linecap: round;
  stroke-linejoin: round;
}

#check-group #outline {
  animation: 0.38s ease-in outline;
  transform: rotate(0deg);
  transform-origin: center;
}

#check-group #white-circle {
  animation: 0.35s ease-in 0.35s forwards circle;
  transform: none;
  transform-origin: center;
}

@keyframes outline {
  from {
    stroke-dasharray: 0, 345.576px;
  }
  to {
    stroke-dasharray: 345.576px, 345.576px;
  }
}
@keyframes circle {
  from {
    transform: scale(1);
  }
  to {
    transform: scale(0);
  }
}
@keyframes check {
  from {
    stroke-dasharray: 0, 75px;
  }
  to {
    stroke-dasharray: 75px, 75px;
  }
}
@keyframes check-group {
  from {
    transform: scale(1);
  }
  50% {
    transform: scale(1.09);
  }
  to {
    transform: scale(1);
  }
}
/* Thank You End */
