/* Appify - App Development HTML5 Landing Template

Template Name: app
Version: 1.0.0
License: copyright commercial

/************ TABLE OF CONTENTS ***************
1. Fonts
2. Reset
3. Global Settings
4. Main Header 
5. Sticky Header 
6. Mobile Menu
7. Section Title
8. Page Title
9. Main Slider
10. Banner Section
11. Map Section
12. FAQ's Sectiom 
13. Testimonial Section
14. Pricing Section
15. Clients Section
16. Main Footer
**********************************************/
@import url("https://fonts.googleapis.com/css2?family=Montserrat:ital,wght@0,100..900;1,100..900&family=Mozilla+Text:wght@200..700&display=swap");
@import url("animate.css");
@import url("swiper.min.css");
@import url("magnific.css");
@import url("linear.css");
@import url("fontawesome-free.css");
@import url("fontawesome.css");
@import url("flaticon.css");
@import url("flaticon-set-business.css");
@import url("tm-bs-mp.css");
@import url("tm-utility-classes.css");
@import url("nice-select.css");
:root {
  --theme-color-white: #ffffff;
  --theme-color-white-rgb: 255, 255, 255;
  --theme-color-light: #f8f5f0;
  --theme-color-gray: #f6f6f6;
  --theme-color-black: #000000;
  --theme-color-black-rgb: 0, 0, 0;
  --theme-color1: #d43396;
  --theme-color1-rgb: 34, 36, 41;
  --theme-color2: #000;
  --theme-color2-rgb: 255, 170, 23;
  --theme-color3: #565656;
  --theme-bg-color1:#F8F9F5;
  --bg-theme-color1: var(--theme-color1);
  --bg-theme-color2: var(--theme-color2);
  --bg-theme-color3: var(--theme-color3);
  --border-theme-color1: var(--theme-color1);
  --border-theme-color2: var(--theme-color2);
  --border-theme-color3: var(--theme-color3);
  --text-color-bg-theme-color1: #fff;
  --text-color-bg-theme-color2: #0f0f0f;
  --text-color-bg-theme-color3: #fff;
  --text-color: #565656;
  --heading-color: #000;
  --link-color: #0C2318;
  --link-hover-color: #d43396;
  --link-hover-color: #de51f73f;
  --text-font: "Montserrat", sans-serif;
  --title-font:"Mozilla Text", sans-serif;
  --body-font-size: 16px;
  --body-line-height: 28px;
  --body-font-weight: 500;
  --line-height-heading-h1: 1em;
  --line-height-heading: 1.2em;
  --line-height-heading-small: 1.4em;
  --h1-font-size: 60.8px;
  --h2-font-size: 48px;
  --h3-font-size: 31.2px;
  --h4-font-size: 23.2px;
  --h5-font-size: 18px;
  --h6-font-size: 14px;
  --h1-font-weight: 700;
  --h2-font-weight: 700;
  --h3-font-weight: 700;
  --h4-font-weight: 600;
  --h5-font-weight: 500;
  --h6-font-weight: 500;
  --sec-title-subtitle-color: var(--theme-color2);
  --sec-title-subtitle-font-size: 13px;
  --sec-title-subtitle-font-family: var(--text-font);
  --sec-title-subtitle-font-weight: 700;
  --sec-title-subtitle-line-height: 1.2em;
  --sec-title-color: var(--heading-color);
  --sec-title-font-size: 50px;
  --sec-title-font-family: var(--title-font);
  --sec-title-font-weight: var(--h2-font-weight);
  --theme-light-background: #f8f6f1;
  --theme-light-background-text-color: var(--heading-color);
  --theme-black: #222429;
  --container-width: 1350px;
  --main-container-width:1320px;
  --small-container-width: 1000px;
  --large-container-width: 1550px;
  --container-pt: 120px;
  --container-pb: 120px;
}

/*
 * typography.scss
 * -----------------------------------------------
*/
::selection {
  background: var(--theme-color2);
  color: #fff;
  text-shadow: none;
}

::-moz-selection {
  background: var(--theme-color2); /* Firefox */
  color: #fff;
  text-shadow: none;
}

::-webkit-selection {
  background: var(--theme-color2); /* Safari */
  color: #fff;
  text-shadow: none;
}

:active,
:focus {
  outline: none !important;
}

::-webkit-input-placeholder {
  color: #7c858c;
}

::-moz-input-placeholder {
  color: #7c858c;
}

::-ms-input-placeholder {
  color: #7c858c;
}

body {
  background-color: #fff;
  background-attachment: fixed;
  -ms-word-wrap: break-word;
  word-wrap: break-word;
  counter-reset: my-sec-counter;
  -webkit-font-smoothing: antialiased;
  -moz-font-smoothing: antialiased;
  color: var(--text-color);
  font-size: var(--body-font-size);
  font-family: var(--text-font);
  font-weight: var(--body-font-weight);
  line-height: var(--body-line-height);
}

p, .text {
  color: var(--text-color);
  font-size: var(--body-font-size);
  font-family: var(--text-font);
  font-weight: var(--body-font-weight);
  line-height: var(--body-line-height);
}

/* -------- Headings ---------- */
h1, h2, h3, h4, h5, h6 {
  color: var(--heading-color);
  font-family: var(--title-font);
  position: relative;
  line-height: var(--line-height-heading-);
}
h1 small,
h1 .small, h2 small,
h2 .small, h3 small,
h3 .small, h4 small,
h4 .small, h5 small,
h5 .small, h6 small,
h6 .small {
  font-weight: normal;
  line-height: 1;
  color: var(--heading-color);
}
h1 a, h2 a, h3 a, h4 a, h5 a, h6 a {
  color: inherit;
  font-weight: inherit;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  margin-bottom: 10px;
}

h1 {
  font-size: var(--h1-font-size);
  font-weight: var(--h1-font-weight);
  line-height: var(--line-height-heading-h1);
}

h2 {
  font-size: var(--h2-font-size);
  font-weight: var(--h2-font-weight);
  line-height: var(--line-height-heading);
}

h3 {
  font-size: var(--h3-font-size);
  font-weight: var(--h3-font-weight);
  line-height: var(--line-height-heading);
}

h4 {
  font-size: var(--h4-font-size);
  font-weight: var(--h4-font-weight);
  line-height: var(--line-height-heading-small);
}

h5 {
  font-size: var(--h5-font-size);
  font-weight: var(--h5-font-weight);
  line-height: var(--line-height-heading-small);
}

h6 {
  font-size: var(--h6-font-size);
  font-weight: var(--h6-font-weight);
  line-height: var(--line-height-heading-small);
}

/* -------- Body Text ---------- */
table p {
  margin-bottom: 0;
}

p {
  margin-bottom: 20px;
}
p a:not(.button):not(.btn):hover, p a:not(.button):not(.btn):focus {
  text-decoration: underline;
}

/* -------- other ---------- */
a {
  color: var(--link-color);
  text-decoration: none;
  font-weight: var(--body-font-weight);
  cursor: pointer;
  transition: all 0.3s ease;
}
a:hover, a:focus {
  color: inherit;
  text-decoration: none;
  outline: none;
}
a b, a strong {
  transition: all 0.3s ease;
}
a img {
  border: none;
}

pre,
ul,
ol,
dl,
dd,
blockquote,
address,
table,
fieldset {
  margin-bottom: 10px;
}

ol, ul {
  list-style-position: inside;
  margin: 0;
  padding: 0;
}

b, strong {
  color: #333;
  font-weight: var(--body-font-weight-bold);
}

iframe {
  border: none !important;
}

.reveal {
  position: relative;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  visibility: hidden;
  overflow: hidden;
}

.reveal img {
  -o-object-fit: cover;
  object-fit: cover;
  -webkit-transform-origin: left;
  transform-origin: left;
}

label {
  color: #fff;
  cursor: pointer;
  font-size: 14px;
  font-weight: 400;
}

.fade-in {
  transform: translateY(50px);
  transition: opacity 1.5s ease-out, transform 1.5s ease-out;
}

.boxs {
  opacity: 0;
  will-change: transform, opacity;
}

#smooth-wrapper {
  overflow: hidden;
}

/*
 * container.scss
 * -----------------------------------------------
*/
.container .container {
  width: 100%;
}

.container .container,
.container .container-fluid,
.container-fluid .container,
.container-fluid .container-fluid {
  padding-left: 0;
  padding-right: 0;
}

section > .container,
section > .container-fluid {
  padding-top: var(--container-pt);
  padding-bottom: var(--container-pt);
}

@media (min-width: 1400px) {
  .container, .container-lg, .container-md, .container-sm, .container-xl, .container-xxl {
    max-width: var(--container-width);
  }
}
/*=== Default Form ===*/
.form-control, .input-text {
  height: calc(2.25rem + 27px);
  padding: 14px 30px;
  outline: 0;
  background-color: #f4f5f8;
  border: 1px solid #f4f5f8;
  color: #686a6f;
  font-size: 0.9rem;
  width: 100%;
}
.form-control::placeholder, .input-text::placeholder {
  color: #686a6f;
  opacity: 1;
}
.form-control:-ms-input-placeholder, .input-text:-ms-input-placeholder {
  color: #686a6f;
}
.form-control::-ms-input-placeholder, .input-text::-ms-input-placeholder {
  color: #686a6f;
}

textarea.form-control {
  height: auto;
  padding-top: 15px;
  padding-bottom: 15px;
}

/*
 *	boxed-layout.scss
 * -----------------------------------------------
*/
.tm-boxed-layout {
  background-color: #0C2318;
  padding-top: 40px;
  padding-bottom: 40px;
  padding-left: 15px;
  padding-right: 15px;
}
.tm-boxed-layout.layer-overlay:before {
  z-index: -1;
}
.tm-boxed-layout .page-wrapper {
  margin: 0 auto;
  overflow: hidden;
}
@media (min-width: 1200px) {
  .tm-boxed-layout .page-wrapper {
    width: 1170px;
  }
}
.tm-boxed-layout .container .container {
  width: 100%;
}
@media (min-width: 1200px) {
  .tm-boxed-layout .container {
    width: 1140px;
  }
}
@media (min-width: 1000px) {
  .tm-boxed-layout.tm-container-970px .page-wrapper {
    width: 970px;
  }
}
.tm-boxed-layout.tm-container-970px .container,
.tm-boxed-layout.tm-container-970px .container-fluid {
  padding-left: 20px;
  padding-right: 20px;
}
.tm-boxed-layout.tm-container-970px .container .container,
.tm-boxed-layout.tm-container-970px .container .container-fluid,
.tm-boxed-layout.tm-container-970px .container-fluid .container,
.tm-boxed-layout.tm-container-970px .container-fluid .container-fluid {
  padding-left: 0;
  padding-right: 0;
}
@media (min-width: 1300px) {
  .tm-boxed-layout.tm-container-1230px .page-wrapper {
    width: 1230px;
  }
}
.tm-boxed-layout.tm-container-1230px .container,
.tm-boxed-layout.tm-container-1230px .container-fluid {
  width: 100%;
  padding-left: 20px;
  padding-right: 20px;
}
.tm-boxed-layout.tm-container-1230px .container .container,
.tm-boxed-layout.tm-container-1230px .container .container-fluid,
.tm-boxed-layout.tm-container-1230px .container-fluid .container,
.tm-boxed-layout.tm-container-1230px .container-fluid .container-fluid {
  padding-left: 0;
  padding-right: 0;
}
@media (min-width: 1400px) {
  .tm-boxed-layout.tm-container-1300px .page-wrapper {
    width: 1300px;
  }
}
.tm-boxed-layout.tm-container-1300px .container,
.tm-boxed-layout.tm-container-1300px .container-fluid {
  width: 100%;
  padding-left: 20px;
  padding-right: 20px;
}
.tm-boxed-layout.tm-container-1300px .container .container,
.tm-boxed-layout.tm-container-1300px .container .container-fluid,
.tm-boxed-layout.tm-container-1300px .container-fluid .container,
.tm-boxed-layout.tm-container-1300px .container-fluid .container-fluid {
  padding-left: 0;
  padding-right: 0;
}
@media (min-width: 1400px) {
  .tm-boxed-layout.tm-container-1340px .page-wrapper {
    width: 1340px;
  }
}
.tm-boxed-layout.tm-container-1340px .container,
.tm-boxed-layout.tm-container-1340px .container-fluid {
  width: 100%;
  padding-left: 20px;
  padding-right: 20px;
}
.tm-boxed-layout.tm-container-1340px .container .container,
.tm-boxed-layout.tm-container-1340px .container .container-fluid,
.tm-boxed-layout.tm-container-1340px .container-fluid .container,
.tm-boxed-layout.tm-container-1340px .container-fluid .container-fluid {
  padding-left: 0;
  padding-right: 0;
}
@media (min-width: 1400px) {
  .tm-boxed-layout.tm-container-1440px .page-wrapper {
    width: 1440px;
  }
}
.tm-boxed-layout.tm-container-1440px .container,
.tm-boxed-layout.tm-container-1440px .container-fluid {
  width: 100%;
  padding-left: 20px;
  padding-right: 20px;
}
.tm-boxed-layout.tm-container-1440px .container .container,
.tm-boxed-layout.tm-container-1440px .container .container-fluid,
.tm-boxed-layout.tm-container-1440px .container-fluid .container,
.tm-boxed-layout.tm-container-1440px .container-fluid .container-fluid {
  padding-left: 0;
  padding-right: 0;
}
@media (min-width: 1560px) {
  .tm-boxed-layout.tm-container-1500px .page-wrapper {
    width: 1500px;
  }
}
.tm-boxed-layout.tm-container-1500px .container,
.tm-boxed-layout.tm-container-1500px .container-fluid {
  width: 100%;
  padding-left: 20px;
  padding-right: 20px;
}
.tm-boxed-layout.tm-container-1500px .container .container,
.tm-boxed-layout.tm-container-1500px .container .container-fluid,
.tm-boxed-layout.tm-container-1500px .container-fluid .container,
.tm-boxed-layout.tm-container-1500px .container-fluid .container-fluid {
  padding-left: 0;
  padding-right: 0;
}
@media (min-width: 1660px) {
  .tm-boxed-layout.tm-container-1600px .page-wrapper {
    width: 1600px;
  }
}
.tm-boxed-layout.tm-container-1600px .container,
.tm-boxed-layout.tm-container-1600px .container-fluid {
  width: 100%;
  padding-left: 20px;
  padding-right: 20px;
}
.tm-boxed-layout.tm-container-1600px .container .container,
.tm-boxed-layout.tm-container-1600px .container .container-fluid,
.tm-boxed-layout.tm-container-1600px .container-fluid .container,
.tm-boxed-layout.tm-container-1600px .container-fluid .container-fluid {
  padding-left: 0;
  padding-right: 0;
}
.tm-boxed-layout.tm-container-100pr .page-wrapper {
  width: 95%;
}
.tm-boxed-layout.tm-container-100pr .page-wrapper .container,
.tm-boxed-layout.tm-container-100pr .page-wrapper .container-fluid {
  width: 100%;
}
.tm-boxed-layout.container-shadow .page-wrapper {
  box-shadow: 0 0 25px 0 #777;
}
.tm-boxed-layout .header,
.tm-boxed-layout section,
.tm-boxed-layout .footer {
  background-color: #fff;
}
.tm-boxed-layout .header .navbar-default {
  background-color: #fff;
  border-color: #fff;
  padding: 0;
}
.tm-boxed-layout .header .navbar-default .navbar-nav > li > a {
  padding: 30px 5px;
}
.tm-boxed-layout .header .navbar-default .navbar-collapse {
  background-color: #fff;
  border-color: #fff;
  margin-right: 30px;
}
.tm-boxed-layout .header #header-logo {
  margin: 0;
  padding-top: 27px;
}
.tm-boxed-layout .banner-section .slide-item {
  min-height: 540px;
}
.tm-boxed-layout .banner-section .slide-item .content-box {
  padding: 150px 0 220px;
}
.tm-boxed-layout .banner-section-two .content-box {
  padding: 250px 0 150px;
}
.tm-boxed-layout .banner-section-three .content-box {
  padding: 250px 0 150px;
}
.tm-boxed-layout .banner-section-four .content-box {
  padding: 130px 0;
}

@media (max-width: 1200px) {
  .tm-boxed-layout {
    padding-top: 15px;
  }
  .tm-boxed-layout .header .navbar-default .navbar-nav > li > a {
    padding: 10px;
  }
  .tm-boxed-layout .header .navbar-default .navbar-collapse {
    margin-right: 15px;
  }
  .tm-boxed-layout .navbar-header {
    padding: 15px 0;
  }
  .tm-boxed-layout .navbar-collapse .navbar-nav li a .caret {
    margin-right: 0;
  }
}
/*** 

====================================================================
Reset
====================================================================

***/
* {
  margin: 0px;
  padding: 0px;
  border: none;
  outline: none;
  font-size: 100%;
}

/*** 

====================================================================
Global Settings
====================================================================

***/
textarea {
  overflow: hidden;
  resize: none;
}

button {
  outline: none !important;
  cursor: pointer;
}

img {
  display: inline-block;
  max-width: 100%;
  height: auto;
}

ul,
li {
  list-style: none;
  padding: 0px;
  margin: 0px;
}

.title a {
  color: inherit;
}

.color1 {
  color: var(--theme-color1);
}

.color2 {
  color: var(--theme-color2);
}

.color3 {
  color: var(--theme-color3);
}

.bg-color3 {
  background-color: var(--theme-color3) !important;
}

.page-wrapper {
  position: relative;
  margin: 0 auto;
  width: 100%;
  min-width: 300px;
  overflow: hidden;
  z-index: 99;
  background-color: #ffffff;
}

.large-container {
  position: static;
  max-width: var(--large-container-width);
  padding: 0px 15px;
  margin: 0 auto;
  width: 100%;
}

.auto-container {
  position: static;
  max-width: var(--container-width);
  padding: 0px 15px;
  margin: 0 auto;
  width: 100%;
}

.main-container {
  position: static;
  max-width: var(--main-container-width);
  padding: 0px 15px;
  margin: 0 auto;
  width: 100%;
}

.small-container {
  position: static;
  max-width: var(--small-container-width);
  padding: 0px 15px;
  margin: 0 auto;
  width: 100%;
}

.pull-right {
  float: right;
}

.pull-left {
  float: left;
}

.dropdown-toggle::after {
  display: none;
}

/*==========================
	Prelaoder
===========================*/
.preloader {
  position: fixed;
  left: 0px;
  top: 0px;
  width: 100%;
  height: 100%;
  z-index: 999999;
  background-color: #ffffff;
}
.preloader:before {
  position: absolute;
  top: 50%;
  left: 0;
  right: 0;
  width: 100%;
  text-align: center;
  margin: 0 auto;
  margin-top: 30px;
  color: var(--theme-color-black);
  font-weight: 700;
  font-size: 12px;
  letter-spacing: 1px;
  content: "Loading";
  text-transform: uppercase;
  -webkit-transition: none;
  -o-transition: none;
  transition: none;
}
.preloader .loader {
  display: block;
  position: relative;
  left: 50%;
  top: 50%;
  width: 100px;
  height: 100px;
  margin: -75px 0 0 -50px;
  border-radius: 50%;
  border: 3px solid #d43396;
  border-top-color: var(--theme-color2);
  -webkit-animation: spin 2s linear infinite;
  animation: spin 2s linear infinite;
}
.preloader .loader:before {
  content: "";
  position: absolute;
  top: 5px;
  left: 5px;
  right: 5px;
  bottom: 5px;
  border-radius: 50%;
  border: 3px solid transparent;
  border-top-color: #d43396;
  -webkit-animation: spin 3s linear infinite;
  animation: spin 3s linear infinite;
}
.preloader .loader:after {
  content: "";
  position: absolute;
  top: 15px;
  left: 15px;
  right: 15px;
  bottom: 15px;
  border-radius: 50%;
  border: 3px solid transparent;
  border-top-color: var(--text-color);
  -webkit-animation: spin 1.5s linear infinite;
  animation: spin 1.5s linear infinite;
}

@-webkit-keyframes spin {
  0% {
    -webkit-transform: rotate(0deg);
    -ms-transform: rotate(0deg);
    transform: rotate(0deg);
  }
  100% {
    -webkit-transform: rotate(360deg);
    -ms-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}
@keyframes spin {
  0% {
    -webkit-transform: rotate(0deg);
    -ms-transform: rotate(0deg);
    transform: rotate(0deg);
  }
  100% {
    -webkit-transform: rotate(360deg);
    -ms-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}
/*=======================
Scroll To Top style
=======================*/
.scroll-to-top {
  position: fixed;
  right: 20px;
  bottom: 20px;
  width: 40px;
  font-size: 16px;
  line-height: 40px;
  color: #ffffff;
  text-align: center;
  cursor: pointer;
  background-color: var(--theme-color2);
  z-index: 100;
  display: none;
  border-radius: 50%;
  margin: 0 auto;
  -webkit-box-shadow: 0 0 5px rgba(0, 0, 0, 0.1);
  box-shadow: 0 0 5px rgba(0, 0, 0, 0.1);
  -webkit-transition: all 300ms ease;
  -o-transition: all 300ms ease;
  transition: all 300ms ease;
}

.scroll-to-top:hover {
  background: var(--theme-color1);
  color: #ffffff;
}

/*Social Icon One*/
.social-icon-one {
  position: relative;
  display: flex;
  flex-wrap: wrap;
}
.social-icon-one li {
  position: relative;
  margin-left: 27px;
}
.social-icon-one li:first-child {
  margin-left: 0;
}
.social-icon-one li a {
  position: relative;
  display: block;
  line-height: 40px;
  height: 40px;
  text-align: center;
  font-size: 14px;
  color: var(--theme-color1);
  transition: all 300ms ease;
}
.social-icon-one li a:hover {
  color: var(--theme-color2);
}

.styled-pagination {
  position: relative;
  margin: 0 auto;
  width: 100%;
  margin-top: 60px;
  border-radius: 10px;
  background-color: #f4f2f9;
}
.styled-pagination .swiper-pagination-progressbar-fill {
  background: var(--bg-theme-color2);
}
.styled-pagination .swiper-pagination-progressbar-fill::before {
  position: absolute;
  top: -7px;
  right: 0;
  height: 17px;
  width: 17px;
  background-color: var(--bg-theme-color2);
  border-radius: 50%;
  content: "";
  transform: none;
  display: none;
}

/*======================
    Media Play Button 
======================*/
.play-now {
  position: relative;
  display: block;
  z-index: 9;
  transition: all 300ms ease;
}

.play-now .icon {
  position: relative;
  display: inline-block;
  height: 70px;
  width: 70px;
  text-align: center;
  line-height: 70px;
  background-color: #ffffff;
  color: var(--bg-theme-color1);
  z-index: 1;
  padding-left: 5px;
  font-size: 14px;
  display: block;
  border-radius: 50%;
  box-shadow: 0 0px 10px 0 rgba(255, 255, 255, 0.3);
  transform-origin: center;
}

.play-now .ripple,
.play-now .ripple:before,
.play-now .ripple:after {
  position: absolute;
  top: 50%;
  left: 50%;
  height: 70px;
  width: 70px;
  transform: translate(-50%, -50%);
  border-radius: 50%;
  box-shadow: 0 0 0 0 rgba(255, 255, 255, 0.6);
  animation: ripple 3s infinite;
}

.play-now .ripple:before {
  -webkit-animation-delay: 0.9s;
  animation-delay: 0.9s;
  content: "";
  position: absolute;
}

.play-now .ripple:after {
  -webkit-animation-delay: 0.6s;
  animation-delay: 0.6s;
  content: "";
  position: absolute;
}

@-webkit-keyframes ripple {
  70% {
    -webkit-box-shadow: 0 0 0 70px rgba(255, 255, 255, 0);
    box-shadow: 0 0 0 70px rgba(255, 255, 255, 0);
  }
  100% {
    -webkit-box-shadow: 0 0 0 0 rgba(255, 255, 255, 0);
    box-shadow: 0 0 0 0 rgba(255, 255, 255, 0);
  }
}
@keyframes ripple {
  70% {
    -webkit-box-shadow: 0 0 0 70px rgba(255, 255, 255, 0);
    box-shadow: 0 0 0 70px rgba(255, 255, 255, 0);
  }
  100% {
    -webkit-box-shadow: 0 0 0 0 rgba(255, 255, 255, 0);
    box-shadow: 0 0 0 0 rgba(255, 255, 255, 0);
  }
}
.play-now-two {
  height: 92px;
  width: 92px;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  padding-left: 5px;
  font-size: 12px;
  border: 0.5px solid var(--border-theme-color1);
  color: #ffffff;
  transition: all 300ms ease;
  animation: zoom-one 3s infinite linear;
}
.play-now-two:before {
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  height: 62px;
  width: 62px;
  border-radius: 50%;
  background-color: var(--bg-theme-color1);
  content: "";
}
.play-now-two i {
  position: relative;
}
.play-now-two:hover {
  color: #d43396;
  background-color: #ffffff;
}

/***===========================
  Main Header style one
=========================***/
.main-header {
  position: relative;
  top: 0;
  left: 0;
  z-index: 999;
  transition: all 0.3s ease;
}
.main-header.header-style-one {
  background-color: var(--theme-color-white);
  margin: 60px 100px 0 82px;
  border-radius: 20px;
}
@media only screen and (max-width: 1700px) {
  .main-header.header-style-one {
    margin: 0;
    border-radius: 0;
  }
}

.main-header .header-lower {
  position: relative;
  transition: all 300ms ease;
}
.main-header .header-lower .logo-box {
  min-width: 280px;
  padding: 24px 0 24px 40px;
  position: relative;
}

.main-header.scrolled {
  background: #fff;
  box-shadow: 0 2px 8px rgba(0, 0, 0, 0.1);
}

.main-header {
  z-index: 999;
}
.main-header .logo {
  display: block;
  position: relative;
}
.main-header .logo img {
  max-width: 170px;
  height: auto;
}
.main-header .main-box {
  align-items: center;
  display: flex;
  justify-content: space-between;
  left: 0px;
  position: relative;
  top: 0px;
  transition: all 300ms ease;
}
.main-header .main-box .nav-outer {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: end;
  width: 100%;
  gap: 200px;
}
@media (min-width: 1200px) and (max-width: 1399.98px) {
  .main-header .main-box .nav-outer {
    gap: 60px;
  }
}

.main-menu {
  position: relative;
}

.main-menu .navbar-header {
  display: none;
}

.main-menu .navbar-collapse {
  padding: 0px;
}

.main-menu .navigation {
  margin: 0px;
  position: relative;
}

.main-menu .navigation > li {
  float: left;
  margin-right: 35px;
  padding: 31px 20px 31px 0px;
  position: relative;
  transition: all 300ms ease;
}
.main-menu .navigation > li:last-child {
  margin-right: 0;
}
.main-menu .navigation > li > a {
  color: var(--link-color);
  display: flex;
  font-size: 18px;
  line-height: 28px;
  font-weight: 500;
  font-family: var(--title-font);
  opacity: 1;
  padding: 0;
  position: relative;
  text-align: center;
  transition: all 300ms ease;
}
.main-menu .navigation > li > a .icon {
  position: relative;
  font-size: 22px;
  line-height: 24px;
  margin-left: 10px;
}
.main-menu .navigation > li > a:hover {
  color: var(--theme-color1);
}
.main-menu .navigation > li.current > a {
  color: var(--theme-color2);
  font-weight: 700;
}
.main-menu .navigation > li.dropdown > a {
  margin-right: -14px;
  padding-right: 14px;
}
.main-menu .navigation > li.dropdown > a:after {
  content: "\f107";
  display: block;
  font-family: "Font Awesome 5 Free";
  font-size: 14px;
  font-weight: 900;
  height: 20px;
  line-height: 24px;
  margin-top: 0;
  position: absolute;
  right: -16px;
  top: 50%;
  transform: translateY(-50%);
  width: 30px;
  z-index: 5;
}
.main-menu .navigation > li.dropdown:hover > ul {
  margin-top: 0;
  opacity: 1;
  top: 100%;
  transition: all 300ms ease;
  visibility: visible;
}

.main-menu .navigation > li > ul {
  background-color: #ffffff;
  box-shadow: 0 0 3px rgba(0, 0, 0, 0.1);
  box-shadow: 2px 2px 5px 1px rgba(0, 0, 0, 0.05), -2px 0px 5px 1px rgba(0, 0, 0, 0.05);
  display: none;
  left: 0px;
  margin-top: 30px;
  opacity: 0;
  padding: 10px 0 0;
  position: absolute;
  top: 100%;
  width: 220px;
  z-index: 100;
}
.main-menu .navigation > li > ul.from-right {
  left: auto;
  right: 0px;
}
.main-menu .navigation > li > ul > li {
  position: relative;
  width: 100%;
  border-bottom: 1px solid #ebf1f5;
}
.main-menu .navigation > li > ul > li:last-child {
  border-bottom: none;
}
.main-menu .navigation > li > ul > li > a {
  position: relative;
  display: block;
  padding: 15px 0px;
  line-height: 1;
  font-weight: 400;
  font-size: 15px;
  color: var(--bg-theme-color1);
  text-align: left;
  margin: 0 30px;
  text-transform: capitalize;
  transition: all 200ms ease;
}
.main-menu .navigation > li > ul > li:hover > a {
  color: var(--theme-color2);
}
.main-menu .navigation > li > ul > li.dropdown > a:after {
  font-family: "Font Awesome 5 Free";
  content: "\f105";
  position: absolute;
  right: 0;
  top: 11px;
  display: block;
  line-height: 24px;
  font-size: 11px;
  font-weight: 900;
  z-index: 5;
}
.main-menu .navigation > li > ul > li.dropdown:hover > ul {
  visibility: visible;
  opacity: 1;
  top: 0px;
  margin-top: 20px;
  transition: all 300ms ease;
}

.main-menu .navigation > li > ul > li > ul {
  background-color: #ffffff;
  box-shadow: 2px 2px 5px 1px rgba(0, 0, 0, 0.05), -2px 0px 5px 1px rgba(0, 0, 0, 0.05);
  display: none;
  left: 100%;
  margin-top: 10px;
  opacity: 0;
  padding: 15px 0 0;
  position: absolute;
  top: 0px;
  transform: translateY(-30px);
  width: 260px;
  z-index: 100;
}
.main-menu .navigation > li > ul > li > ul > li {
  border-bottom: 1px solid #ebf1f5;
  position: relative;
  width: 100%;
}
.main-menu .navigation > li > ul > li > ul > li:last-child {
  border-bottom: none;
}
.main-menu .navigation > li > ul > li > ul > li > a {
  color: var(--theme-color1);
  display: block;
  font-size: 15px;
  font-weight: 400;
  line-height: 1;
  margin: 0 30px;
  padding: 10px 0 15px;
  position: relative;
  text-align: left;
  text-transform: capitalize;
  transition: all 300ms ease;
}
.main-menu .navigation > li > ul > li > ul > li > a:hover {
  color: var(--theme-color2);
}

.main-menu .navigation li.dropdown .dropdown-btn {
  border: 1px solid #ffffff;
  color: #ffffff;
  cursor: pointer;
  display: none;
  font-size: 16px;
  height: 30px;
  line-height: 26px;
  position: absolute;
  right: 10px;
  text-align: center;
  top: 8px;
  width: 34px;
  z-index: 5;
}

.main-header .header-lower .outer-box {
  align-items: center;
  display: flex;
  height: 100%;
  justify-content: flex-end;
  padding: 10px 50px 10px 0;
  position: relative;
}
@media only screen and (max-width: 1700px) {
  .main-header .header-lower .outer-box {
    padding: 10px 0px 10px 0;
  }
}
.main-header .header-lower .outer-box .theme-btn {
  display: inline-block;
  font-family: var(--title-font);
  color: var(--theme-color-white);
  background: var(--theme-color-black);
  padding: 11px 26px;
  font-weight: 400;
  font-size: 18px;
  border-radius: 45px;
  position: relative;
  z-index: 1;
  transition: all 300ms ease;
  margin-right: 30px;
}
.main-header .header-lower .outer-box .theme-btn::before {
  position: absolute;
  content: "";
  height: 16px;
  width: 1px;
  background-color: var(--theme-color-white);
  left: 138px;
  top: 16px;
}
.main-header .header-lower .outer-box .theme-btn::after {
  position: absolute;
  content: "";
  width: 0;
  height: 100%;
  left: 50%;
  top: 0;
  background: var(--theme-color1);
  z-index: -1;
  border-radius: 45px;
  transition: all 300ms ease;
}
.main-header .header-lower .outer-box .theme-btn span i {
  display: inline-block;
  margin-left: 18px;
  font-size: 16px;
  font-weight: 400;
  position: relative;
  top: 2px;
}
.main-header .header-lower .outer-box .theme-btn:hover::after {
  width: 101%;
  left: 0;
}
.main-header .header-lower .outer-box .menubars-text a {
  display: inline-block;
  font-family: var(--title-font);
  font-weight: 500;
  font-size: 18px;
  color: var(--heading-color);
}
.main-header .header-lower .outer-box .menubars {
  width: 25px;
  line-height: 8px;
  text-align: right;
  background: transparent;
  position: relative;
  z-index: 1;
  top: -7px;
  right: -10px;
}
.main-header .header-lower .outer-box .menubars span {
  display: inline-block;
  width: 18px;
  height: 2px;
  background-color: var(--theme-black);
  transition: all 300ms ease;
}
.main-header .header-lower .outer-box .menubars span:nth-child(2) {
  width: 28px;
  text-align: left;
}
.main-header .header-lower .outer-box .menubars span:nth-child(3) {
  width: 18px;
  text-align: right;
}
.main-header .header-lower .outer-box .ui-btn-outer {
  align-items: center;
  border-right: 1px solid #e6e8ed;
  display: flex;
  justify-content: flex-end;
  margin-right: 30px;
  padding: 6px 0;
  padding-right: 30px;
}

.main-header .ui-btn {
  background: none;
  color: var(--theme-color1);
  display: block;
  font-size: 26px;
  line-height: 30px;
  height: 30px;
  margin-left: 26px;
  position: relative;
  text-align: center;
  transition: all 300ms ease;
  width: 30px;
}
.main-header .ui-btn:hover {
  color: var(--theme-color2);
}

.main-header .info-btn {
  color: var(--theme-color1);
  display: block;
  font-size: 14px;
  font-weight: 600;
  line-height: 20px;
  padding: 8px 0;
  padding-left: 54px;
  position: relative;
  text-align: left;
}
.main-header .info-btn small {
  color: #808287;
  font-size: 12px;
  font-weight: 400;
}
.main-header .info-btn i {
  background-color: var(--bg-theme-color1);
  border-radius: 50%;
  color: #fff;
  font-size: 18px;
  height: 44px;
  left: 0;
  line-height: 44px;
  margin-top: -22px;
  position: absolute;
  text-align: center;
  top: 50%;
  width: 44px;
}
.main-header .info-btn:hover {
  color: var(--bg-theme-color2);
}

.main-header .info-btn-two {
  background-color: var(--theme-color2);
  color: var(--text-color-bg-theme-color2);
  display: block;
  font-size: 16px;
  font-weight: 700;
  line-height: 20px;
  padding: 10px 25px 9px 65px;
  position: relative;
  text-align: left;
}
.main-header .info-btn-two small {
  color: #000;
  font-size: 14px;
  font-weight: 400;
}
.main-header .info-btn-two i {
  color: var(--theme-color4);
  font-size: 24px;
  left: 23px;
  position: absolute;
  text-align: center;
  top: 50%;
  transform: translateY(-50%);
}

/***============================
Sticky Header
================================***/
.sticky-header {
  background-color: var(--theme-color-white);
  -webkit-box-shadow: 0 0 20px rgba(0, 0, 0, 0.05);
  box-shadow: 0 0 20px rgba(0, 0, 0, 0.05);
  left: 0px;
  opacity: 0;
  padding: 0px 0px;
  position: fixed;
  top: 0px;
  visibility: hidden;
  width: 100%;
  z-index: 99999;
}

.sticky-header.fixed-header {
  opacity: 1;
  visibility: visible;
  z-index: 9999;
}

.sticky-header .logo {
  padding: 10px 0;
}
.sticky-header .logo img {
  max-height: 40px;
}
.sticky-header .nav-outer {
  background: none;
  position: relative;
}
.sticky-header .inner-container {
  align-items: center;
  display: flex;
  justify-content: space-between;
  position: relative;
}

.sticky-header .main-menu .navigation > li {
  margin: 0;
  padding: 30px 25px;
}

.sticky-header .main-menu .navigation > li > a {
  color: var(--theme-color1);
}

.sticky-header .main-menu .navigation > li.current > a,
.sticky-header .main-menu .navigation > li:hover > a {
  color: var(--theme-color2);
}

.sticky-header .main-menu .navigation > li:before {
  display: none;
}

.sticky-header .outer-box,
.sticky-header .navbar-header {
  display: none;
}

.sticky-header .mobile-nav-toggler {
  color: var(--theme-color1);
}

/*** 

====================================================================
      Mobile Menu
====================================================================

***/
.mobile-nav-toggler {
  position: relative;
  font-size: 24px;
  line-height: 20px;
  cursor: pointer;
  color: var(--theme-color1);
  display: none;
  top: 0px;
  margin-left: 25px;
  order: 8;
}

.mobile-menu {
  position: fixed;
  right: 0;
  top: 0;
  width: 300px;
  max-width: 100%;
  height: 100%;
  opacity: 0;
  visibility: hidden;
  z-index: 999999;
}
.mobile-menu .menu-backdrop {
  position: fixed;
  right: 0;
  top: 0;
  width: 100%;
  height: 100%;
  z-index: 1;
  background: rgba(0, 0, 0, 0.7);
  opacity: 0;
  visibility: hidden;
}
.mobile-menu .upper-box {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  width: 100%;
  padding: 20px 20px;
}
.mobile-menu .close-btn {
  position: relative;
  top: -10px;
  text-align: center;
  font-size: 18px;
  color: var(--theme-color3);
  cursor: pointer;
  z-index: 10;
  transition: all 0.5s ease;
  transform: translateY(-50px);
}
.mobile-menu .close-btn:hover {
  opacity: 0.5;
}
.mobile-menu .nav-logo {
  position: relative;
  text-align: left;
  width: 100%;
}
.mobile-menu .nav-logo img {
  max-height: 40px;
}
.mobile-menu .menu-box {
  position: relative;
  display: flex;
  flex-direction: column;
  justify-content: flex-start;
  left: 0px;
  top: 0px;
  width: 100%;
  height: 100%;
  max-height: 100%;
  overflow-y: auto;
  background: var(--bg-theme-color1);
  padding: 0px 0px;
  z-index: 5;
  opacity: 0;
  visibility: hidden;
  border-radius: 0px;
  transform: translateX(101%);
}

.mobile-menu-visible {
  overflow: hidden;
}
.mobile-menu-visible .mobile-menu {
  opacity: 1;
  visibility: visible;
}
.mobile-menu-visible .mobile-menu .menu-backdrop {
  opacity: 1;
  visibility: visible;
  transition: all 0.4s ease;
}
.mobile-menu-visible .mobile-menu .menu-box {
  opacity: 1;
  visibility: visible;
  transition: all 0.4s ease 200ms;
  transform: translateX(0%);
}
.mobile-menu-visible .mobile-menu .close-btn {
  transform: translateY(0px);
}
.mobile-menu-visible .scroll-to-top {
  opacity: 0;
  visibility: hidden;
}

.mobile-menu .navigation {
  position: relative;
  display: block;
  width: 100%;
  border-top: 1px solid rgba(255, 255, 255, 0.1);
}
.mobile-menu .navigation li {
  position: relative;
  display: block;
  border-bottom: 1px solid rgba(255, 255, 255, 0.1);
}
.mobile-menu .navigation li > ul > li:last-child {
  border-bottom: none;
}
.mobile-menu .navigation li > ul > li:first-child {
  border-top: 1px solid rgba(255, 255, 255, 0.1);
}
.mobile-menu .navigation li > a {
  position: relative;
  display: block;
  line-height: 24px;
  padding: 10px 20px;
  font-size: 16px;
  color: #ffffff;
  font-weight: 400;
  text-transform: capitalize;
}
.mobile-menu .navigation li:hover > a, .mobile-menu .navigation li.current > a {
  color: var(--theme-color2);
}
.mobile-menu .navigation li.dropdown .dropdown-btn {
  position: absolute;
  right: 0px;
  top: 0px;
  width: 44px;
  height: 44px;
  text-align: center;
  font-size: 16px;
  line-height: 44px;
  color: #ffffff;
  cursor: pointer;
  z-index: 5;
}
.mobile-menu .navigation li.dropdown .dropdown-btn:after {
  content: "";
  position: absolute;
  left: 0px;
  top: 10px;
  width: 1px;
  height: 24px;
  border-left: 1px solid rgba(255, 255, 255, 0.1);
}
.mobile-menu .navigation li.dropdown .dropdown-btn.active i:before {
  content: "\f106";
}

.mobile-menu .navigation li > ul,
.mobile-menu .navigation li > ul > li > ul {
  display: none;
}

.mobile-menu .navigation li > ul > li {
  padding-left: 20px;
}

.contact-list-one {
  position: relative;
  padding: 30px 20px 20px;
}
.contact-list-one li {
  position: relative;
  margin-bottom: 20px;
}
.contact-list-one li:last-child {
  margin-right: 0;
}
.contact-list-one li .contact-info-box {
  position: relative;
  padding-left: 54px;
  font-size: 14px;
  line-height: 24px;
  color: #ffffff;
}
.contact-list-one li .contact-info-box a {
  color: #ffffff;
  transition: all 300ms ease;
}
.contact-list-one li .contact-info-box .icon {
  position: absolute;
  left: 0;
  top: 0;
  font-size: 34px;
  line-height: 50px;
  color: var(--theme-color2);
}
.contact-list-one li .contact-info-box .title {
  display: block;
  font-size: 12px;
  color: #b2c1c0;
  font-weight: 400;
  text-transform: uppercase;
}

.mobile-menu .social-links {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: space-between;
  background: var(--bg-theme-color1);
  width: 100%;
  border-top: 1px solid rgba(255, 255, 255, 0.1);
  margin-top: auto;
}
.mobile-menu .social-links li {
  position: relative;
  text-align: center;
  width: 100%;
  border-right: 1px solid rgba(255, 255, 255, 0.1);
}
.mobile-menu .social-links li a {
  position: relative;
  display: block;
  line-height: 50px;
  height: 50px;
  font-size: 14px;
  text-align: center;
  color: var(--theme-color3);
  transition: all 300ms ease;
}
.mobile-menu .social-links li a:hover {
  color: var(--theme-color2);
}

/*** 

==============================
Section Title
==============================

***/
.sec-title {
  margin-bottom: 20px;
}
.sec-title .section-sub-title .sub-title {
  color: var(--theme-color1);
  font-weight: 500;
  font-size: 18px;
  font-family: var(--text-font);
}
.sec-title .section-title .title {
  color: var(--heading-color);
  font-family: var(--title-font);
  font-weight: 700;
  font-size: 50px;
  line-height: 65px;
  margin: 0;
}
@media (min-width: 1200px) and (max-width: 1399.98px) {
  .sec-title .section-title .title {
    font-size: 45px;
    line-height: 55px;
  }
}
@media (min-width: 992px) and (max-width: 1199.98px) {
  .sec-title .section-title .title {
    font-size: 40px;
    line-height: 50px;
  }
}
@media (min-width: 768px) and (max-width: 991.98px) {
  .sec-title .section-title .title {
    font-size: 35px;
    line-height: 45px;
  }
}
@media (max-width: 767.98px) {
  .sec-title .section-title .title {
    font-size: 25px;
    line-height: 35px;
  }
}

.section-desc p {
  color: var(--text-color);
  font-weight: 400;
  font-size: 16px;
  line-height: 26px;
  margin: 23px 0 35px;
}
@media (max-width: 1199.98px) {
  .section-desc p br {
    display: none;
  }
}

/*** =============================
    Banner Section one
==================================***/
.banner-section {
  position: relative;
  background-image: url(../images/bg.png);
  background-position: center center;
  background-repeat: no-repeat;
  background-size: cover;
  padding: 100px 0 80px;
}
.banner-section .banner-wrapper {
  background: var(--theme-color4);
  position: relative;
  z-index: 1;
  border-radius: 20px;
}
@media (min-width: 768px) and (max-width: 991.98px) {
  .banner-section .banner-wrapper {
    display: none;
  }
}
@media (min-width: 576px) and (max-width: 767.98px) {
  .banner-section .banner-wrapper {
    display: none;
  }
}
.banner-section .banner-wrapper .banner-thumb {
  text-align: right;
  position: relative;
  z-index: 1;
}
.banner-section .banner-wrapper .banner-shape1 {
  position: absolute;
  top: 100px;
  left: 0px;
  z-index: -1;
  animation: rotateme 12s linear infinite;
}
@media (max-width: 1199.98px) {
  .banner-section .banner-wrapper .banner-shape1 {
    display: none;
  }
}
.banner-section .banner-wrapper .banner-shape3 {
  position: absolute;
  left: -550px;
  bottom: -45px;
  z-index: -11;
  animation: down-up 3s ease-in-out infinite;
}
@media (max-width: 1199.98px) {
  .banner-section .banner-wrapper .banner-shape3 {
    display: none;
  }
}
.banner-section .banner-content-wrap {
  position: relative;
  z-index: 1;
  overflow: hidden;
}
.banner-section .banner-content-wrap .banner-title h1 {
  color: var(--heading-color);
  font-family: var(--title-font);
  font-weight: 700;
  font-size: 60px;
  line-height: 75px;
  margin: 0;
}
@media only screen and (max-width: 1700px) {
  .banner-section .banner-content-wrap .banner-title h1 {
    font-size: 50px;
    line-height: 60px;
  }
}
@media (min-width: 992px) and (max-width: 1199.98px) {
  .banner-section .banner-content-wrap .banner-title h1 {
    font-size: 45px;
    line-height: 55px;
  }
}
@media (min-width: 768px) and (max-width: 991.98px) {
  .banner-section .banner-content-wrap .banner-title h1 {
    font-size: 38px;
    line-height: 50px;
  }
}
@media (max-width: 767.98px) {
  .banner-section .banner-content-wrap .banner-title h1 {
    font-size: 30px;
    line-height: 42px;
  }
}
.banner-section .banner-content-wrap .banner-title h1 span {
  color: var(--theme-color1);
}
.banner-section .banner-content-wrap .section-desc p {
  font-size: 16px;
  margin: 15px 0 0px;
}
.banner-section .banner-content-wrap .banner-info-box {
  display: flex;
  gap: 20px;
  margin: 30px 0 0px;
  padding: 0 0 20px;
}
.banner-section .banner-content-wrap .banner-info-box .banner-btn a {
  display: inline-block;
  font-family: var(--title-font);
  color: var(--theme-color-white);
  background-color: var(--theme-color2);
  padding: 13px 35px;
  font-weight: 400;
  font-size: 16px;
  border-radius: 30px;
  position: relative;
  z-index: 1;
  transition: all 300ms ease;
}
@media (max-width: 767.98px) {
  .banner-section .banner-content-wrap .banner-info-box .banner-btn a {
    padding: 10px 28px;
  }
}
@media (max-width: 575.98px) {
  .banner-section .banner-content-wrap .banner-info-box .banner-btn a {
    padding: 10px 12px;
  }
}
.banner-section .banner-content-wrap .banner-info-box .banner-btn a::after {
  display: flex;
  align-items: flex-end;
  justify-content: flex-end;
  color: #fff;
  position: absolute;
  content: attr(data-text);
  cursor: pointer;
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
  background-image: url(../images/mask-btn2.png);
  -webkit-mask: url(../images/mask-btn2.png);
  mask: url(../images/mask-btn2.png);
  -webkit-mask-size: 2300% 100%;
  mask-size: 2300% 100%;
  animation: mask_animation_2 0.7s steps(22) forwards;
  z-index: -1;
  border-radius: 30px;
  transition: all 300ms ease;
}
.banner-section .banner-content-wrap .banner-info-box .banner-btn a:hover::after {
  animation: mask_animation 0.7s steps(22) forwards;
}
.banner-section .banner-content-wrap .banner-info-box .button a {
  display: inline-block;
  background-color: var(--theme-color1);
}
.banner-section .banner-content-wrap .banner-info-box .button a::after {
  display: flex;
  align-items: flex-end;
  justify-content: flex-end;
  color: #fff;
  position: absolute;
  content: attr(data-text);
  cursor: pointer;
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
  background-image: url(../images/mask-btn.png);
  -webkit-mask: url(../images/mask-btn.png);
  mask: url(../images/mask-btn.png);
  -webkit-mask-size: 2300% 100%;
  mask-size: 2300% 100%;
  animation: mask_animation_2 0.7s steps(22) forwards;
  z-index: -1;
  border-radius: 30px;
  transition: all 300ms ease;
}
.banner-section .banner-content-wrap .banner-info-box .button a:hover::after {
  animation: mask_animation 0.7s steps(22) forwards;
}
.banner-section .hero-dna-shape {
  transform: scale(0.65) rotate(-90deg);
}
.banner-section .hero-animation {
  position: absolute;
  right: 280px;
  bottom: -140px;
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
  transform: rotate(-45deg);
}
@media (min-width: 992px) and (max-width: 1199.98px) {
  .banner-section .hero-animation {
    bottom: -40px;
  }
}
@media (max-width: 991.98px) {
  .banner-section .hero-animation {
    display: none;
  }
}
.banner-section .hero-animation span {
  width: 80px;
  height: 4px;
  background: #d43396;
  margin: 6px;
  position: relative;
  transform-style: preserve-3d;
  animation: dnaAnim 2.5s linear infinite;
}
.banner-section .hero-animation span::before {
  content: "";
  width: 10px;
  height: 10px;
  border-radius: 50%;
  background: #d43396;
  position: absolute;
  top: calc(50% - 5px);
}
.banner-section .hero-animation span::after {
  content: "";
  width: 10px;
  height: 10px;
  border-radius: 50%;
  background: #d43396;
  position: absolute;
  top: calc(50% - 5px);
}
.banner-section .hero-animation span:after {
  right: -8px;
}
.banner-section .hero-animation span:before {
  left: -8px;
}
.banner-section .hero-animation span:nth-child(1) {
  animation-delay: 0.1s;
}
.banner-section .hero-animation span:nth-child(2) {
  animation-delay: 0.2s;
}
.banner-section .hero-animation span:nth-child(3) {
  animation-delay: 0.3s;
}
.banner-section .hero-animation span:nth-child(4) {
  animation-delay: 0.4s;
}
.banner-section .hero-animation span:nth-child(5) {
  animation-delay: 0.5s;
}
.banner-section .hero-animation span:nth-child(6) {
  animation-delay: 0.6s;
}
.banner-section .hero-animation span:nth-child(7) {
  animation-delay: 0.7s;
}
.banner-section .hero-animation span:nth-child(8) {
  animation-delay: 0.8s;
}
.banner-section .hero-animation span:nth-child(9) {
  animation-delay: 0.9s;
}
.banner-section .hero-animation span:nth-child(10) {
  animation-delay: 1s;
}
.banner-section .hero-animation span:nth-child(11) {
  animation-delay: 1.1s;
}
.banner-section .hero-animation span:nth-child(12) {
  animation-delay: 1.2s;
}
.banner-section .hero-animation span:nth-child(13) {
  animation-delay: 1.3s;
}
.banner-section .hero-animation span:nth-child(14) {
  animation-delay: 1.4s;
}
.banner-section .hero-animation span:nth-child(15) {
  animation-delay: 1.5s;
}
.banner-section .hero-animation span:nth-child(16) {
  animation-delay: 1.6s;
}
.banner-section .hero-animation span:nth-child(17) {
  animation-delay: 1.7s;
}
.banner-section .hero-animation span:nth-child(18) {
  animation-delay: 1.8s;
}

@keyframes mask_animation {
  from {
    -webkit-mask-position: 0 0;
    mask-position: 0 0;
  }
  to {
    -webkit-mask-position: 100% 0;
    mask-position: 100% 0;
  }
}
@keyframes mask_animation_2 {
  from {
    -webkit-mask-position: 100% 0;
    mask-position: 100% 0;
  }
  to {
    -webkit-mask-position: 0 0;
    mask-position: 0 0;
  }
}
@keyframes dnarotate {
  0% {
    transform: rotateZ(0deg);
  }
  100% {
    transform: rotateZ(359deg);
  }
}
@keyframes dnaAnim {
  0% {
    transform: rotateY(0deg);
  }
  100% {
    transform: rotateY(359deg);
  }
}
.appify-button a {
  display: inline-block;
  font-family: var(--title-font);
  color: var(--theme-color-white);
  background-color: var(--theme-color2);
  padding: 12px 38px;
  font-weight: 400;
  font-size: 16px;
  border-radius: 30px;
  position: relative;
  z-index: 1;
  transition: all 300ms ease;
}
@media (max-width: 767.98px) {
  .appify-button a {
    padding: 10px 28px;
  }
}
.appify-button a::after {
  display: flex;
  align-items: flex-end;
  justify-content: flex-end;
  color: #fff;
  position: absolute;
  content: attr(data-text);
  cursor: pointer;
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
  background-image: url(../images/mask-btn2.png);
  -webkit-mask: url(../images/mask-btn2.png);
  mask: url(../images/mask-btn2.png);
  -webkit-mask-size: 2300% 100%;
  mask-size: 2300% 100%;
  animation: mask_animation_2 0.7s steps(22) forwards;
  z-index: -1;
  border-radius: 30px;
  transition: all 300ms ease;
}
.appify-button a:hover::after {
  animation: mask_animation 0.7s steps(22) forwards;
}

/*-------------testimonial-section-------------------*/
.section-testimonial {
  padding: 110px 0 30px;
  position: relative;
}
.section-testimonial .wrapper .swiper {
  padding: 20px;
}
.section-testimonial .wrapper .swiper .swiper-slide {
  background: rgba(255, 255, 255, 0.3);
  border-radius: 6px;
  opacity: 0.2;
  transition: all 0.5s ease-in-out;
}
.section-testimonial .wrapper .swiper .swiper-slide .content-wrapper {
  padding: 35px 30px 20px;
  border-radius: 12px;
}
.section-testimonial .wrapper .swiper .swiper-slide .content-wrapper .content {
  text-align: center;
}
.section-testimonial .wrapper .swiper .swiper-slide .content-wrapper .content P {
  font-size: 15px;
  line-height: 1.6;
  padding: 30px 0 0px;
}
.section-testimonial .wrapper .swiper .swiper-slide .content-wrapper .content h4.cite {
  font-size: 20px;
  color: var(--theme-color2);
}
.section-testimonial .wrapper .swiper .swiper-slide .content-wrapper .content .swiper-avatar img {
  border-radius: 50%;
  max-width: 90px;
}
.section-testimonial .wrapper .swiper .swiper-slide-active {
  background: rgba(59, 179, 77, 0.0392156863);
  opacity: 1;
  transform: scale(1.1);
  box-shadow: 0 38px 75px rgba(0, 0, 0, 0.075);
}
.section-testimonial .wrapper .swiper-nav-wrapper {
  display: flex;
  justify-content: center;
  align-items: center;
  padding-top: 6em;
}
.section-testimonial .wrapper .swiper-nav-wrapper .swiper-pagination-bullet {
  background: #fff;
}
.section-testimonial .wrapper .swiper-nav-wrapper .swiper-pagination-bullet-active {
  transform: scale(1.5);
}

.main-footer {
  padding: 100px 0 20px;
  position: relative;
  background-color: rgba(212, 51, 150, 0.1019607843);
}
.main-footer .footer-desc p {
  font-size: 16px;
  color: var(--text-color);
  padding: 32px 0 20px;
}
.main-footer .footer-social {
  margin-bottom: 30px;
}
.main-footer .footer-social li {
  display: inline-block;
  margin-right: 7px;
}
.main-footer .footer-social li a {
  display: inline-block;
  color: var(--theme-color-white);
  background: var(--text-color);
  width: 42px;
  height: 42px;
  line-height: 42px;
  border-radius: 50%;
  text-align: center;
  position: relative;
  z-index: 1;
  transition: all 300ms ease;
}
.main-footer .footer-social li a::before {
  position: absolute;
  z-index: -1;
  content: "";
  left: 0;
  top: 0;
  height: 100%;
  width: 100%;
  transform: scale(0);
  border-radius: 50%;
  background-color: var(--theme-color1);
  transition: all 300ms ease;
}
.main-footer .footer-social li a:hover::before {
  transform: scale(1);
}
.main-footer .footer-widget-content {
  padding-right: 45px;
}
.main-footer .footer-widget-content .footer-title {
  font-size: 28px;
  color: var(--heading-color);
  margin: 0px 0 45px;
}
@media (max-width: 991.98px) {
  .main-footer .footer-widget-content .footer-title {
    font-size: 22px;
  }
}
.main-footer .footer-widget-content .footer-menu li a {
  display: flex;
  justify-content: space-between;
  color: var(--heading-color);
  font-weight: 400;
  font-size: 18px;
  border-bottom: 1px solid rgba(86, 86, 86, 0.4705882353);
  padding-bottom: 13px;
  margin-bottom: 14px;
  transition: all 300ms ease;
}
@media (max-width: 991.98px) {
  .main-footer .footer-widget-content .footer-menu li a {
    font-size: 16px;
  }
}
.main-footer .footer-widget-content .footer-menu li a:hover {
  color: var(--theme-color1);
}
.main-footer .footer-content .location {
  color: var(--text-color);
  font-weight: 400;
  font-size: 18px;
  line-height: 28px;
  padding-bottom: 30px;
}
.main-footer .footer-content .location span {
  display: block;
  color: var(--heading-color);
  font-weight: 400;
  font-size: 18px;
  padding-bottom: 10px;
}
.main-footer .footer-content .contact-info .email-text a {
  display: block;
  color: var(--heading-color);
  font-weight: 400;
  font-size: 18px;
  padding-bottom: 10px;
}
.main-footer .footer-content .contact-info .email-address a {
  display: block;
  color: var(--heading-color);
  font-weight: 400;
  font-size: 18px;
  padding-bottom: 10px;
}
.main-footer .footer-bottom {
  position: relative;
  border-top: 1px solid rgba(86, 86, 86, 0.4705882353);
  z-index: 1;
  margin-top: 80px;
  padding: 38px 0 0;
}
.main-footer .footer-bottom .copyright-text {
  font-size: 16px;
  color: var(--text-color);
}
.main-footer .footer-bottom .copyright-text a {
  display: inline-block;
  color: var(--theme-color1);
}
.main-footer .footer-bottom .footer-bottom-menu {
  text-align: right;
}
.main-footer .footer-bottom .footer-bottom-menu ul li {
  display: inline-block;
  margin-left: 42px;
}
@media (min-width: 768px) and (max-width: 991.98px) {
  .main-footer .footer-bottom .footer-bottom-menu ul li {
    margin-left: 12px;
  }
}
.main-footer .footer-bottom .footer-bottom-menu ul li a {
  font-size: 16px;
  display: inline-block;
  color: var(--text-color);
  transition: all 300ms ease;
}
.main-footer .footer-bottom .footer-bottom-menu ul li a:hover {
  color: var(--theme-color1);
}

/*==========================================
  educate Search Popup Css
=========================================*/
.search-popup {
  position: fixed;
  left: 0;
  top: 0;
  height: 100vh;
  width: 100%;
  z-index: 99999;
  margin-top: -540px;
  transform: translateY(-100%);
  background-color: var(--theme-color2);
  -webkit-transition: all 500ms cubic-bezier(0.86, 0, 0.07, 1);
  -moz-transition: all 500ms cubic-bezier(0.86, 0, 0.07, 1);
  -o-transition: all 500ms cubic-bezier(0.86, 0, 0.07, 1);
  transition: all 1500ms cubic-bezier(0.86, 0, 0.07, 1);
  -webkit-transition-timing-function: cubic-bezier(0.86, 0, 0.07, 1);
  -moz-transition-timing-function: cubic-bezier(0.86, 0, 0.07, 1);
  -o-transition-timing-function: cubic-bezier(0.86, 0, 0.07, 1);
  transition-timing-function: cubic-bezier(0.86, 0, 0.07, 1);
  backdrop-filter: blur(5px);
}

.search-popup {
  width: 100%;
}

.search-active .search-popup {
  transform: translateY(0%);
  margin-top: 0;
}

.search-popup .close-search {
  position: absolute;
  left: 0;
  right: 0;
  top: 75%;
  margin: 0 auto;
  margin-top: -200px;
  border-radius: 50%;
  text-align: center;
  background: var(--theme-color2);
  width: 70px;
  cursor: pointer;
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.05);
  border-bottom: 3px solid var(--theme-color2);
  border-left: 3px solid #393939;
  border-top: 3px solid #fff;
  border-right: 3px solid #393939;
  -webkit-transition: all 500ms ease;
  -moz-transition: all 500ms ease;
  -ms-transition: all 500ms ease;
  -o-transition: all 500ms ease;
  transition: all 500ms ease;
  opacity: 0;
  visibility: hidden;
  height: 70px;
  line-height: 70px;
  text-align: center;
}

.search-popup .close-search i {
  position: relative;
  font-size: 30px;
  color: #fff;
}

.search-active .search-popup .close-search {
  visibility: visible;
  opacity: 1;
  top: 50%;
  -webkit-transition-delay: 1500ms;
  -moz-transition-delay: 1500ms;
  -ms-transition-delay: 1500ms;
  -o-transition-delay: 1500ms;
  transition-delay: 1500ms;
}

.search-popup form {
  position: absolute;
  max-width: 700px;
  top: 50%;
  left: 15px;
  right: 15px;
  margin: -35px auto 0;
  transform: scaleX(0);
  transform-origin: center;
  background-color: transparent;
  -webkit-transition: all 300ms ease;
  -moz-transition: all 300ms ease;
  -ms-transition: all 300ms ease;
  -o-transition: all 300ms ease;
  transition: all 300ms ease;
}

.search-active .search-popup form {
  transform: scaleX(1);
  -webkit-transition-delay: 1200ms;
  -moz-transition-delay: 1200ms;
  -ms-transition-delay: 1200ms;
  -o-transition-delay: 1200ms;
  transition-delay: 1200ms;
}

.search-popup .form-group {
  position: relative;
  margin: 0px;
  overflow: hidden;
}

.search-popup .form-group input[type=text],
.search-popup .form-group input[type=search] {
  position: relative;
  display: block;
  font-size: 18px;
  line-height: 50px;
  color: #000000;
  height: 70px;
  width: 100%;
  padding: 10px 30px;
  padding-right: 100px;
  background-color: #fff;
  -webkit-transition: all 500ms ease;
  -moz-transition: all 500ms ease;
  -ms-transition: all 500ms ease;
  -o-transition: all 500ms ease;
  transition: all 500ms ease;
  font-weight: 500;
  text-transform: capitalize;
}

.search-popup .form-group input::placeholder {
  font-size: 18px;
  font-family: "Montserrat", sans-serif;
}

.search-popup .form-group input[type=submit],
.search-popup .form-group button {
  position: absolute;
  right: 30px;
  top: 0px;
  height: 70px;
  line-height: 70px;
  background: transparent;
  text-align: center;
  font-size: 24px;
  color: #000000;
  padding: 0;
  cursor: pointer;
  -webkit-transition: all 500ms ease;
  -moz-transition: all 500ms ease;
  -ms-transition: all 500ms ease;
  -o-transition: all 500ms ease;
  transition: all 500ms ease;
  border: none;
  transition: 0.5s;
}

.search-popup .form-group button i {
  transition: 0.5s;
}

.search-popup .form-group button:hover i {
  color: #f00;
}

.search-popup .form-group input {
  border-radius: 5px;
  border: 2px solid #f5f5f5;
}

.search-popup .form-group input[type=submit]:hover,
.search-popup .form-group button:hover {
  color: #000000;
}

.search-popup input::placeholder,
.search-popup textarea::placeholder {
  color: #000000;
}

.search-popup .close-search.style-two {
  position: absolute;
  right: 25px;
  left: auto;
  color: #fff;
  width: auto;
  height: auto;
  top: 25px;
  margin: 0px;
  border: none;
  background: none !important;
  box-shadow: none !important;
  -webkit-transition: all 500ms ease;
  -moz-transition: all 500ms ease;
  -ms-transition: all 500ms ease;
  -o-transition: all 500ms ease;
  transition: all 500ms ease;
}

.search-popup .close-search.style-two i {
  font-size: 20px;
  color: #181d4e;
  transition: 0.5s;
}

.search-popup .close-search.style-two i:hover {
  color: #f00;
}

.search-box-btn.search-box-outer i {
  cursor: pointer;
  display: inline-block;
  text-align: center;
  transition: all 500ms ease;
  font-size: 16px;
  text-transform: uppercase;
  color: var(--title-color);
  width: 46px;
  height: 46px;
  line-height: 46px;
  border-radius: 23px;
  background-color: rgba(255, 255, 255, 0);
  border: 1px solid rgba(30, 30, 30, 0.15);
}

.contact-section {
  padding: 90px 0 90px;
  background-color: rgba(212, 51, 150, 0.1019607843);
}
.contact-section .form-box {
  display: flex;
  align-items: center;
  margin-top: 20px;
  position: relative;
}
.contact-section .form-box input {
  transition: 0.3s;
  outline: 0;
  width: 100%;
  height: 55px;
  border: 1px solid rgba(12, 35, 24, 0.15);
  background: transparent;
  border-radius: 10px;
  padding: 0 35px 0 30px;
}
.contact-section .form-box i {
  display: inline-block;
  position: relative;
  left: -40px;
  color: var(--theme-color1);
}
.contact-section .form-box .option-box {
  width: 100%;
}
.contact-section .form-box .option-box .wide {
  font-family: var(--text-font);
  font-weight: 400;
  font-size: 16px;
  border: 1px solid rgba(12, 35, 24, 0.15);
  background: transparent;
  width: 100%;
  padding: 13px 30px 13px 30px;
  border-radius: 10px;
}
.contact-section .form-box textarea {
  width: 100%;
  height: 150px;
  border: 1px solid rgba(12, 35, 24, 0.15);
  border-radius: 10px;
  padding: 35px;
  background: transparent;
  outline: 0;
}
.contact-section .contact-form button {
  display: inline-block;
  color: var(--theme-color-white);
  background-color: var(--theme-color2);
  padding: 12px 38px;
  font-weight: 400;
  font-size: 16px;
  border-radius: 30px;
  position: relative;
  margin: 30px 0 30px;
  z-index: 1;
  transition: all 300ms ease;
}
@media (max-width: 767.98px) {
  .contact-section .contact-form button {
    font-size: 14px;
    padding: 10px 28px;
  }
}
.contact-section .contact-form button::before {
  display: flex;
  align-items: flex-end;
  justify-content: flex-end;
  color: #fff;
  position: absolute;
  content: attr(data-text);
  cursor: pointer;
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
  background-image: url(../images/mask-btn2.png);
  -webkit-mask: url(../images/mask-btn2.png);
  mask: url(../images/mask-btn2.png);
  -webkit-mask-size: 2300% 100%;
  mask-size: 2300% 100%;
  animation: mask_animation_2 0.7s steps(22) forwards;
  z-index: -1;
  border-radius: 30px;
  transition: all 300ms ease;
}
.contact-section .contact-form button:hover::before {
  animation: mask_animation 0.7s steps(22) forwards;
}

.feature-section {
  padding: 100px 0 80px;
  position: relative;
}
.feature-section .feature-box {
  position: relative;
  text-align: center;
  padding: 45px 20px 20px;
  margin-top: 20px;
  margin-bottom: 30px;
  box-shadow: 0 0px 7px 0px var(--text-color);
  border-radius: 15px;
  transition: all 300ms ease;
}
.feature-section .feature-box::before {
  background: var(--theme-color1);
  bottom: 0;
  content: "";
  left: 50%;
  position: absolute;
  z-index: 1;
  right: 51%;
  top: 0;
  opacity: 0.2;
  pointer-events: none;
  transition: all 300ms ease;
}
.feature-section .feature-box:hover::before {
  left: 0;
  right: 0;
  opacity: 0;
  -webkit-transition: all 400ms linear;
  transition: all 300ms linear;
}
.feature-section .feature-box .feature-icon i {
  display: inline-block;
  font-size: 40px;
  color: var(--theme-color1);
  transition: all 300ms ease;
}
@media (max-width: 767.98px) {
  .feature-section .feature-box .feature-icon i {
    font-size: 30px;
  }
}
.feature-section .feature-box .feature-content h3 {
  font-size: 24px;
  margin: 20px 0 15px;
  transition: all 300ms ease;
}
@media (min-width: 992px) and (max-width: 1199.98px) {
  .feature-section .feature-box .feature-content h3 {
    font-size: 20px;
  }
}
@media (max-width: 767.98px) {
  .feature-section .feature-box .feature-content h3 {
    font-size: 20px;
  }
}
.feature-section .feature-box:hover .feature-content h3 {
  color: var(--theme-color1);
}
.feature-section .feature-box:hover .feature-icon i {
  transform: scaleX(-1);
}

.about-section {
  padding: 100px 0 90px;
  background-color: rgba(212, 51, 150, 0.1019607843);
  position: relative;
}
.about-section .about-thumb {
  text-align: center;
}
@media (max-width: 991.98px) {
  .about-section .about-thumb {
    margin-top: 30px;
  }
}
.about-section .ab-dna-shape {
  transform: scale(0.65) rotate(0deg);
}
.about-section .ab-animation {
  position: absolute;
  left: 480px;
  bottom: 0px;
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
  transform: rotate(-45deg);
}
@media (min-width: 992px) and (max-width: 1199.98px) {
  .about-section .ab-animation {
    left: 275px;
    bottom: -30px;
  }
}
@media (max-width: 991.98px) {
  .about-section .ab-animation {
    display: none;
  }
}
.about-section .ab-animation span {
  width: 80px;
  height: 4px;
  background: #d43396;
  margin: 6px;
  position: relative;
  transform-style: preserve-3d;
  animation: dnaAnim 2.5s linear infinite;
}
.about-section .ab-animation span::before {
  content: "";
  width: 10px;
  height: 10px;
  border-radius: 50%;
  background: #d43396;
  position: absolute;
  top: calc(50% - 5px);
}
.about-section .ab-animation span::after {
  content: "";
  width: 10px;
  height: 10px;
  border-radius: 50%;
  background: #d43396;
  position: absolute;
  top: calc(50% - 5px);
}
.about-section .ab-animation span:after {
  right: -8px;
}
.about-section .ab-animation span:before {
  left: -8px;
}
.about-section .ab-animation span:nth-child(1) {
  animation-delay: 0.1s;
}
.about-section .ab-animation span:nth-child(2) {
  animation-delay: 0.2s;
}
.about-section .ab-animation span:nth-child(3) {
  animation-delay: 0.3s;
}
.about-section .ab-animation span:nth-child(4) {
  animation-delay: 0.4s;
}
.about-section .ab-animation span:nth-child(5) {
  animation-delay: 0.5s;
}
.about-section .ab-animation span:nth-child(6) {
  animation-delay: 0.6s;
}
.about-section .ab-animation span:nth-child(7) {
  animation-delay: 0.7s;
}
.about-section .ab-animation span:nth-child(8) {
  animation-delay: 0.8s;
}
.about-section .ab-animation span:nth-child(9) {
  animation-delay: 0.9s;
}
.about-section .ab-animation span:nth-child(10) {
  animation-delay: 1s;
}
.about-section .ab-animation span:nth-child(11) {
  animation-delay: 1.1s;
}
.about-section .ab-animation span:nth-child(12) {
  animation-delay: 1.2s;
}
.about-section .ab-animation span:nth-child(13) {
  animation-delay: 1.3s;
}
.about-section .ab-animation span:nth-child(14) {
  animation-delay: 1.4s;
}
.about-section .ab-animation span:nth-child(15) {
  animation-delay: 1.5s;
}
.about-section .ab-animation span:nth-child(16) {
  animation-delay: 1.6s;
}
.about-section .ab-animation span:nth-child(17) {
  animation-delay: 1.7s;
}
.about-section .ab-animation span:nth-child(18) {
  animation-delay: 1.8s;
}

.counter-section {
  padding: 90px 0 60px;
  background-color: rgba(212, 51, 150, 0.1019607843);
}
.counter-section .appify-counter {
  position: relative;
  text-align: center;
  padding: 32px 0 5px;
  background-color: #fff;
  margin-bottom: 30px;
  box-shadow: 0px 10px 50px 0px rgba(0, 0, 0, 0.07);
  border-radius: 10px;
  transition: all 300ms ease;
}
.counter-section .appify-counter::before {
  background: var(--theme-color1);
  bottom: 0;
  content: "";
  left: 50%;
  position: absolute;
  z-index: 1;
  right: 51%;
  top: 0;
  opacity: 0.2;
  pointer-events: none;
  transition: all 300ms ease;
}
.counter-section .appify-counter .counter-icon i {
  font-size: 35px;
  display: inline-block;
  color: var(--theme-color1);
  transition: all 300ms linear;
}
@media (max-width: 767.98px) {
  .counter-section .appify-counter .counter-icon i {
    font-size: 28px;
  }
}
.counter-section .appify-counter .counter {
  font-size: 50px;
  display: inline-block;
  margin: 8px 0 0;
}
@media (min-width: 992px) and (max-width: 1199.98px) {
  .counter-section .appify-counter .counter {
    font-size: 40px;
  }
}
@media (min-width: 768px) and (max-width: 991.98px) {
  .counter-section .appify-counter .counter {
    font-size: 40px;
  }
}
@media (max-width: 767.98px) {
  .counter-section .appify-counter .counter {
    font-size: 32px;
  }
}
.counter-section .appify-counter span {
  font-size: 45px;
  color: var(--heading-color);
  display: inline-block;
  font-weight: var(--h4-font-weight);
}
@media (min-width: 992px) and (max-width: 1199.98px) {
  .counter-section .appify-counter span {
    font-size: 40px;
  }
}
@media (min-width: 768px) and (max-width: 991.98px) {
  .counter-section .appify-counter span {
    font-size: 40px;
  }
}
@media (max-width: 767.98px) {
  .counter-section .appify-counter span {
    font-size: 32px;
  }
}
.counter-section .appify-counter:hover::before {
  left: 0;
  right: 0;
  opacity: 0;
  -webkit-transition: all 300ms linear;
  transition: all 300ms linear;
}
.counter-section .appify-counter:hover .counter-icon i {
  transform: scaleX(-1);
}

.pricing-section {
  padding: 100px 0 90px;
  position: relative;
}
.pricing-section .pricing-switcher {
  text-align: center;
  margin-top: 20px;
}
.pricing-section .pricing-switcher .fieldset {
  display: inline-block;
  position: relative;
  padding: 2px;
  border-radius: 30px;
  border: 1px solid #000;
}
.pricing-section .pricing-switcher input[type=radio] {
  position: absolute;
  opacity: 0;
}
.pricing-section .pricing-switcher label {
  position: relative;
  z-index: 1;
  display: inline-block;
  float: left;
  width: 100px;
  height: 40px;
  line-height: 40px;
  cursor: pointer;
  font-size: 18px;
  color: var(--heading-color);
}
.pricing-section .pricing-switcher .switch {
  position: absolute;
  top: 2px;
  left: 2px;
  height: 40px;
  width: 100px;
  background-color: var(--theme-color1);
  border-radius: 30px;
  -webkit-transition: -webkit-transform 0.5s;
  -moz-transition: -moz-transform 0.5s;
  transition: transform 0.5s;
}
.pricing-section .pricing-switcher input[type=radio]:checked + label + .switch,
.pricing-section .pricing-switcher input[type=radio]:checked + label:nth-of-type(n) + .switch {
  -webkit-transform: translateX(100px);
  -moz-transform: translateX(100px);
  -ms-transform: translateX(100px);
  -o-transform: translateX(100px);
  transform: translateX(100px);
}
.pricing-section .no-js .pricing-switcher {
  display: none;
}
.pricing-section .pricing-list {
  margin: 15px 0 0px;
}
.pricing-section .pricing-list > li {
  position: relative;
  padding-left: 10px;
  padding-right: 10px;
  margin-bottom: 1em;
}
@media only screen and (min-width: 768px) {
  .pricing-section .pricing-list:after {
    content: "";
    display: table;
    clear: both;
  }
  .pricing-section .pricing-list > li {
    width: 32.3333333333%;
    float: left;
  }
  .pricing-section .has-margins .pricing-list > li {
    width: 32.3333333333%;
    float: left;
    margin-right: 1.5%;
  }
  .pricing-section .has-margins .pricing-list > li:last-of-type {
    margin-right: 0;
  }
}
.pricing-section .pricing-wrapper {
  position: relative;
  border-radius: 10px;
  transition: all 300ms linear;
}
.pricing-section .pricing-wrapper::before {
  background: var(--theme-color1);
  bottom: 0;
  content: "";
  left: 50%;
  position: absolute;
  z-index: 1;
  right: 51%;
  top: 0;
  opacity: 0.2;
  pointer-events: none;
  transition: all 300ms ease;
}
.pricing-section .pricing-wrapper:hover::before {
  left: 0;
  right: 0;
  opacity: 0;
  -webkit-transition: all 300ms linear;
  transition: all 300ms linear;
}
.pricing-section .touch .pricing-wrapper {
  -webkit-perspective: 2000px;
  -moz-perspective: 2000px;
  perspective: 2000px;
}
.pricing-section .pricing-wrapper.is-switched .is-visible {
  -webkit-transform: rotateY(180deg);
  -moz-transform: rotateY(180deg);
  -ms-transform: rotateY(180deg);
  -o-transform: rotateY(180deg);
  transform: rotateY(180deg);
  -webkit-animation: rotate 0.5s;
  -moz-animation: rotate 0.5s;
  animation: rotate 0.5s;
}
.pricing-section .pricing-wrapper.is-switched .is-hidden {
  -webkit-transform: rotateY(0);
  -moz-transform: rotateY(0);
  -ms-transform: rotateY(0);
  -o-transform: rotateY(0);
  transform: rotateY(0);
  -webkit-animation: rotate-inverse 0.5s;
  -moz-animation: rotate-inverse 0.5s;
  animation: rotate-inverse 0.5s;
  opacity: 0;
}
.pricing-section .pricing-wrapper.is-switched .is-selected {
  opacity: 1;
}
.pricing-section .pricing-wrapper.is-switched.reverse-animation .is-visible {
  -webkit-transform: rotateY(-180deg);
  -moz-transform: rotateY(-180deg);
  -ms-transform: rotateY(-180deg);
  -o-transform: rotateY(-180deg);
  transform: rotateY(-180deg);
  -webkit-animation: rotate-back 0.5s;
  -moz-animation: rotate-back 0.5s;
  animation: rotate-back 0.5s;
}
.pricing-section .pricing-wrapper.is-switched.reverse-animation .is-hidden {
  -webkit-transform: rotateY(0);
  -moz-transform: rotateY(0);
  -ms-transform: rotateY(0);
  -o-transform: rotateY(0);
  transform: rotateY(0);
  -webkit-animation: rotate-inverse-back 0.5s;
  -moz-animation: rotate-inverse-back 0.5s;
  animation: rotate-inverse-back 0.5s;
  opacity: 0;
}
.pricing-section .pricing-wrapper.is-switched.reverse-animation .is-selected {
  opacity: 1;
}
.pricing-section .pricing-wrapper > li {
  background-color: #ffffff;
  border-radius: 10px;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  outline: 1px solid #d43396;
}
@media only screen and (min-width: 768px) {
  .pricing-section .pricing-wrapper > li {
    padding: 0 18px;
  }
}
.pricing-section .pricing-wrapper > li::after {
  content: "";
  position: absolute;
  top: 0;
  right: 0;
  height: 100%;
  width: 50px;
  pointer-events: none;
  background: -webkit-linear-gradient(right, #ffffff, rgba(255, 255, 255, 0));
  background: linear-gradient(to left, #ffffff, rgba(255, 255, 255, 0));
}
.pricing-section .pricing-wrapper > li.is-ended::after {
  display: none;
}
.pricing-section .pricing-wrapper .is-visible {
  position: relative;
  z-index: 5;
}
.pricing-section .pricing-wrapper .is-hidden {
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
  width: 100%;
  z-index: 1;
  -webkit-transform: rotateY(180deg);
  -moz-transform: rotateY(180deg);
  -ms-transform: rotateY(180deg);
  -o-transform: rotateY(180deg);
  transform: rotateY(180deg);
}
.pricing-section .pricing-wrapper .is-selected {
  z-index: 3 !important;
}
@media only screen and (min-width: 768px) {
  .pricing-section .pricing-wrapper > li::before {
    content: "";
    position: absolute;
    z-index: 6;
    left: -1px;
    top: 50%;
    bottom: auto;
    -webkit-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    -o-transform: translateY(-50%);
    transform: translateY(-50%);
    height: 50%;
    width: 1px;
    background-color: #b1d6e8;
  }
  .pricing-section .pricing-wrapper > li::after {
    display: none;
  }
  .pricing-section .has-margins .pricing-wrapper > li,
  .pricing-section .has-margins .exclusive .pricing-wrapper > li {
    box-shadow: 0 1px 5px rgba(0, 0, 0, 0.1);
  }
  .pricing-section :nth-of-type(1) > .pricing-wrapper > li::before {
    display: none;
  }
  .pricing-section .has-margins .pricing-wrapper > li {
    border-radius: 4px 4px 6px 6px;
  }
  .pricing-section .has-margins .pricing-wrapper > li::before {
    display: none;
  }
}
@media only screen and (min-width: 1500px) {
  .pricing-section .full-width .pricing-wrapper > li {
    padding: 2.5em 0;
  }
}
.pricing-section .no-js .pricing-wrapper .is-hidden {
  position: relative;
  -webkit-transform: rotateY(0);
  -moz-transform: rotateY(0);
  -ms-transform: rotateY(0);
  -o-transform: rotateY(0);
  transform: rotateY(0);
  margin-top: 1em;
}
@media only screen and (min-width: 768px) {
  .pricing-section .exclusive .pricing-wrapper > li::before {
    display: none;
  }
  .pricing-section .exclusive + li .pricing-wrapper > li::before {
    display: none;
  }
}
.pricing-section .pricing-header h2 {
  font-size: 25px;
  padding: 40px 0 12px;
  text-transform: uppercase;
  text-align: center;
}
@media (max-width: 991.98px) {
  .pricing-section .pricing-header h2 {
    font-size: 20px;
  }
}
.pricing-section .pricing-header {
  text-align: center;
  color: var(--heading-color);
}
.pricing-section .currency,
.pricing-section .value {
  font-size: 40px;
  font-weight: var(--h1-font-weight);
}
@media (max-width: 991.98px) {
  .pricing-section .currency,
  .pricing-section .value {
    font-size: 30px;
  }
}
.pricing-section .duration::before {
  content: "/";
  margin-right: 2px;
}
.pricing-section .currency {
  font-size: 30px;
  display: inline-block;
  color: var(--text-color);
}
.pricing-section .duration {
  font-size: 15px;
  color: var(--text-color);
  text-transform: uppercase;
}
.pricing-section .duration {
  font-size: 15px;
}
.pricing-section .pricing-features {
  margin: 12px 0 25px;
}
.pricing-section .is-switched .pricing-body {
  overflow: hidden;
}
.pricing-section .pricing-features li {
  font-size: 16px;
  padding: 5px 50px;
}
@media (min-width: 992px) and (max-width: 1199.98px) {
  .pricing-section .pricing-features li {
    padding: 5px 28px;
  }
}
@media (min-width: 768px) and (max-width: 991.98px) {
  .pricing-section .pricing-features li {
    padding: 5px 0px;
  }
}
.pricing-section .pricing-footer {
  text-align: center;
}
.pricing-section .pricing-footer .select {
  position: relative;
  display: inline-block;
  padding: 8px 30px;
  color: var(--heading-color);
  border-radius: 8px;
  font-size: 16px;
  margin-bottom: 30px;
  border: 1px solid #d43396;
  transition: all 0.6s;
}
.pricing-section .pricing-footer .select::after {
  display: flex;
  align-items: flex-end;
  justify-content: flex-end;
  color: var(--heading-color);
  position: absolute;
  content: attr(data-text);
  cursor: pointer;
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
  background-image: url(../images/mask-btn2.png);
  -webkit-mask: url(../images/mask-btn2.png);
  mask: url(../images/mask-btn2.png);
  -webkit-mask-size: 2300% 100%;
  mask-size: 2300% 100%;
  animation: mask_animation_2 0.7s steps(22) forwards;
  z-index: -1;
  border-radius: 8px;
  transition: all 300ms ease;
}
.pricing-section .pricing-footer .select:hover::after {
  animation: mask_animation 0.7s steps(22) forwards;
}
.pricing-section .has-margins .pricing-footer {
  padding-bottom: 0;
}
.pricing-section .has-margins .select {
  display: block;
  padding: 18px 0;
  border-radius: 0 0 4px 4px;
}
@-webkit-keyframes rotate {
  0% {
    -webkit-transform: perspective(2000px) rotateY(0);
  }
  70% {
    -webkit-transform: perspective(2000px) rotateY(200deg);
  }
  100% {
    -webkit-transform: perspective(2000px) rotateY(180deg);
  }
}
@-moz-keyframes rotate {
  0% {
    -moz-transform: perspective(2000px) rotateY(0);
  }
  70% {
    -moz-transform: perspective(2000px) rotateY(200deg);
  }
  100% {
    -moz-transform: perspective(2000px) rotateY(180deg);
  }
}
@keyframes rotate {
  0% {
    -webkit-transform: perspective(2000px) rotateY(0);
    -moz-transform: perspective(2000px) rotateY(0);
    -ms-transform: perspective(2000px) rotateY(0);
    -o-transform: perspective(2000px) rotateY(0);
    transform: perspective(2000px) rotateY(0);
  }
  70% {
    -webkit-transform: perspective(2000px) rotateY(200deg);
    -moz-transform: perspective(2000px) rotateY(200deg);
    -ms-transform: perspective(2000px) rotateY(200deg);
    -o-transform: perspective(2000px) rotateY(200deg);
    transform: perspective(2000px) rotateY(200deg);
  }
  100% {
    -webkit-transform: perspective(2000px) rotateY(180deg);
    -moz-transform: perspective(2000px) rotateY(180deg);
    -ms-transform: perspective(2000px) rotateY(180deg);
    -o-transform: perspective(2000px) rotateY(180deg);
    transform: perspective(2000px) rotateY(180deg);
  }
}
@-webkit-keyframes rotate-inverse {
  0% {
    -webkit-transform: perspective(2000px) rotateY(-180deg);
  }
  70% {
    -webkit-transform: perspective(2000px) rotateY(20deg);
  }
  100% {
    -webkit-transform: perspective(2000px) rotateY(0);
  }
}
@-moz-keyframes rotate-inverse {
  0% {
    -moz-transform: perspective(2000px) rotateY(-180deg);
  }
  70% {
    -moz-transform: perspective(2000px) rotateY(20deg);
  }
  100% {
    -moz-transform: perspective(2000px) rotateY(0);
  }
}
@keyframes rotate-inverse {
  0% {
    -webkit-transform: perspective(2000px) rotateY(-180deg);
    -moz-transform: perspective(2000px) rotateY(-180deg);
    -ms-transform: perspective(2000px) rotateY(-180deg);
    -o-transform: perspective(2000px) rotateY(-180deg);
    transform: perspective(2000px) rotateY(-180deg);
  }
  70% {
    -webkit-transform: perspective(2000px) rotateY(20deg);
    -moz-transform: perspective(2000px) rotateY(20deg);
    -ms-transform: perspective(2000px) rotateY(20deg);
    -o-transform: perspective(2000px) rotateY(20deg);
    transform: perspective(2000px) rotateY(20deg);
  }
  100% {
    -webkit-transform: perspective(2000px) rotateY(0);
    -moz-transform: perspective(2000px) rotateY(0);
    -ms-transform: perspective(2000px) rotateY(0);
    -o-transform: perspective(2000px) rotateY(0);
    transform: perspective(2000px) rotateY(0);
  }
}
@-webkit-keyframes rotate-back {
  0% {
    -webkit-transform: perspective(2000px) rotateY(0);
  }
  70% {
    -webkit-transform: perspective(2000px) rotateY(-200deg);
  }
  100% {
    -webkit-transform: perspective(2000px) rotateY(-180deg);
  }
}
@-moz-keyframes rotate-back {
  0% {
    -moz-transform: perspective(2000px) rotateY(0);
  }
  70% {
    -moz-transform: perspective(2000px) rotateY(-200deg);
  }
  100% {
    -moz-transform: perspective(2000px) rotateY(-180deg);
  }
}
@keyframes rotate-back {
  0% {
    -webkit-transform: perspective(2000px) rotateY(0);
    -moz-transform: perspective(2000px) rotateY(0);
    -ms-transform: perspective(2000px) rotateY(0);
    -o-transform: perspective(2000px) rotateY(0);
    transform: perspective(2000px) rotateY(0);
  }
  70% {
    -webkit-transform: perspective(2000px) rotateY(-200deg);
    -moz-transform: perspective(2000px) rotateY(-200deg);
    -ms-transform: perspective(2000px) rotateY(-200deg);
    -o-transform: perspective(2000px) rotateY(-200deg);
    transform: perspective(2000px) rotateY(-200deg);
  }
  100% {
    -webkit-transform: perspective(2000px) rotateY(-180deg);
    -moz-transform: perspective(2000px) rotateY(-180deg);
    -ms-transform: perspective(2000px) rotateY(-180deg);
    -o-transform: perspective(2000px) rotateY(-180deg);
    transform: perspective(2000px) rotateY(-180deg);
  }
}
@-webkit-keyframes rotate-inverse-back {
  0% {
    -webkit-transform: perspective(2000px) rotateY(180deg);
  }
  70% {
    -webkit-transform: perspective(2000px) rotateY(-20deg);
  }
  100% {
    -webkit-transform: perspective(2000px) rotateY(0);
  }
}
@-moz-keyframes rotate-inverse-back {
  0% {
    -moz-transform: perspective(2000px) rotateY(180deg);
  }
  70% {
    -moz-transform: perspective(2000px) rotateY(-20deg);
  }
  100% {
    -moz-transform: perspective(2000px) rotateY(0);
  }
}
@keyframes rotate-inverse-back {
  0% {
    -webkit-transform: perspective(2000px) rotateY(180deg);
    -moz-transform: perspective(2000px) rotateY(180deg);
    -ms-transform: perspective(2000px) rotateY(180deg);
    -o-transform: perspective(2000px) rotateY(180deg);
    transform: perspective(2000px) rotateY(180deg);
  }
  70% {
    -webkit-transform: perspective(2000px) rotateY(-20deg);
    -moz-transform: perspective(2000px) rotateY(-20deg);
    -ms-transform: perspective(2000px) rotateY(-20deg);
    -o-transform: perspective(2000px) rotateY(-20deg);
    transform: perspective(2000px) rotateY(-20deg);
  }
  100% {
    -webkit-transform: perspective(2000px) rotateY(0);
    -moz-transform: perspective(2000px) rotateY(0);
    -ms-transform: perspective(2000px) rotateY(0);
    -o-transform: perspective(2000px) rotateY(0);
    transform: perspective(2000px) rotateY(0);
  }
}

.latest-blog-section {
  padding: 90px 0 90px;
}
.latest-blog-section .single-blog-box {
  margin: 20px 0 30px;
}
.latest-blog-section .single-blog-box .blog-thumb {
  position: relative;
  overflow: hidden;
  z-index: 1;
  transition: all 300ms ease;
}
.latest-blog-section .single-blog-box .blog-thumb img {
  width: 100%;
  display: block;
  -webkit-transition: all 300ms ease;
  transition: all 300ms ease;
}
.latest-blog-section .single-blog-box .blog-thumb img:first-child {
  position: absolute;
  left: 0px;
  top: 0px;
  right: 0px;
  bottom: 0px;
  z-index: 1;
  -webkit-transform: translateX(50%) scaleX(2);
  transform: translateX(50%) scaleX(2);
  opacity: 0;
  -webkit-filter: blur(10px);
  filter: blur(10px);
}
.latest-blog-section .single-blog-box .blog-thumb::before {
  background: var(--theme-color-white);
  bottom: 0;
  content: "";
  left: 50%;
  position: absolute;
  z-index: 1;
  right: 51%;
  top: 0;
  opacity: 0.2;
  pointer-events: none;
  transition: all 300ms ease;
}
.latest-blog-section .single-blog-box:hover .blog-thumb::before {
  left: 0;
  right: 0;
  opacity: 0;
  -webkit-transition: all 300ms linear;
  transition: all 300ms linear;
}
.latest-blog-section .single-blog-box .blog-content .blog-meta {
  display: flex;
  gap: 20px;
  padding-top: 15px;
}
.latest-blog-section .single-blog-box .blog-content .blog-meta p {
  font-size: 16px;
  margin: 0;
}
.latest-blog-section .single-blog-box .blog-content .blog-title a {
  font-size: 28px;
  display: inline-block;
  margin: 8px 0 15px;
  transition: all 300ms ease;
}
@media (min-width: 1200px) and (max-width: 1399.98px) {
  .latest-blog-section .single-blog-box .blog-content .blog-title a {
    font-size: 26px;
  }
}
@media (max-width: 767.98px) {
  .latest-blog-section .single-blog-box .blog-content .blog-title a {
    font-size: 22px;
  }
}
.latest-blog-section .single-blog-box .blog-content .blog-title a:hover {
  color: var(--theme-color1);
}
.latest-blog-section .single-blog-box .blog-content .blog-btn a {
  font-size: 16px;
  display: inline-block;
  position: relative;
  color: #fff;
  background-color: var(--theme-color1);
  padding: 12px 35px;
  z-index: 1;
  font-weight: 400;
  border-radius: 10px;
  transition: all 300ms ease;
}
@media (max-width: 767.98px) {
  .latest-blog-section .single-blog-box .blog-content .blog-btn a {
    padding: 10px 28px;
  }
}
.latest-blog-section .single-blog-box .blog-content .blog-btn a::after {
  display: flex;
  align-items: flex-end;
  justify-content: flex-end;
  position: absolute;
  content: attr(data-text);
  cursor: pointer;
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
  background-image: url(../images/mask-btn.png);
  -webkit-mask: url(../images/mask-btn.png);
  mask: url(../images/mask-btn.png);
  -webkit-mask-size: 2300% 100%;
  mask-size: 2300% 100%;
  animation: mask_animation_2 0.7s steps(22) forwards;
  z-index: -1;
  border-radius: 10px;
  transition: all 300ms ease;
}
.latest-blog-section .single-blog-box .blog-content .blog-btn a:hover::after {
  animation: mask_animation 0.7s steps(22) forwards;
}
.latest-blog-section .single-blog-box:hover .blog-thumb img:first-child {
  -webkit-transform: translateX(0) scaleX(1);
  transform: translateX(0) scaleX(1);
  opacity: 1;
  -webkit-filter: blur(0);
  filter: blur(0);
}
.latest-blog-section .single-blog-box:hover .blog-thumb img:nth-child(2) {
  -webkit-transform: translateX(-50%) scaleX(2);
  transform: translateX(-50%) scaleX(2);
  opacity: 0;
  -webkit-filter: blur(10px);
  filter: blur(10px);
}

.breadcumb-area {
  padding: 180px 0 185px;
  background-image: url(../images/breadcume-be.png);
  background-position: center center;
  background-repeat: no-repeat;
  background-size: cover;
}
@media (max-width: 1199.98px) {
  .breadcumb-area {
    padding: 120px 0 120px;
  }
}
.breadcumb-area .breadcumb-content .breadcumb-title h4 {
  font-size: 45px;
  color: var(--theme-color-white);
  margin: 0;
  font-weight: var(--h2-font-weight);
}
@media (max-width: 1199.98px) {
  .breadcumb-area .breadcumb-content .breadcumb-title h4 {
    font-size: 35px;
  }
}
@media (max-width: 767.98px) {
  .breadcumb-area .breadcumb-content .breadcumb-title h4 {
    font-size: 30px;
  }
}
.breadcumb-area .breadcumb-content ul li {
  display: inline-block;
  margin: 0 19px;
  color: var(--theme-color-white);
}
.breadcumb-area .breadcumb-content ul li a {
  display: inline-block;
  font-size: 16px;
  color: var(--theme-color-white);
  position: relative;
}
.breadcumb-area .breadcumb-content ul li a::before {
  position: absolute;
  content: "";
  width: 17px;
  height: 2px;
  right: -30px;
  top: 13px;
  background: var(--theme-color-white);
}

.blog-details-area {
  padding: 120px 0 100px;
  position: relative;
}
.blog-details-area .blog-details-content {
  padding: 27px 36px 20px;
  border: 1px solid rgba(34, 34, 34, 0.1333333333);
}
.blog-details-area .blog-details-content .meta-blog .mate-text {
  padding-left: 36px;
  position: relative;
}
.blog-details-area .blog-details-content .meta-blog .mate-text::before {
  position: absolute;
  content: "";
  width: 20px;
  height: 2px;
  left: 5px;
  top: 11px;
  background: var(--theme-color1);
}
.blog-details-area .blog-details-content .meta-blog span {
  display: inline-block;
  margin-right: 28px;
  font-weight: 500;
}
.blog-details-area .blog-details-content .meta-blog span i {
  display: inline-block;
  color: var(--theme-color1);
  padding-right: 9px;
}
.blog-details-area .blog-details-content .blog-details-title {
  font-size: 28px;
  margin: 40px 0 16px;
}
@media (max-width: 1199.98px) {
  .blog-details-area .blog-details-content .blog-details-title {
    font-size: 24px;
  }
}
@media (max-width: 767.98px) {
  .blog-details-area .blog-details-content .blog-details-title {
    font-size: 22px;
  }
}
.blog-details-area .blog-details-content .blog-details-desc {
  font-size: 17px;
  margin-bottom: 25px;
}
.blog-details-area .blog-details-content .blog-details-list-item ul li {
  font-size: 17px;
  margin-bottom: 10px;
}
.blog-details-area .blog-details-content .blog-details-list-item ul li i {
  display: inline-block;
  color: var(--theme-color1);
  font-size: 18px;
  margin-right: 16px;
}
.blog-details-area .blog-details-social-icon ul li {
  display: inline-block;
}
.blog-details-area .blog-details-social-icon ul li a i {
  position: relative;
  display: inline-block;
  background: var(--heading-color);
  color: var(--theme-color-white);
  width: 35px;
  height: 35px;
  text-align: center;
  line-height: 35px;
  border-radius: 50%;
  font-size: 13px;
  margin-left: 5px;
  z-index: 1;
}
.blog-details-area .blog-details-social-icon ul li a i::after {
  position: absolute;
  z-index: -1;
  content: "";
  left: 0;
  top: 0;
  height: 100%;
  width: 100%;
  transform: scale(0);
  border-radius: 50%;
  background-color: var(--theme-color1);
  transition: all 300ms ease;
}
.blog-details-area .blog-details-social-icon ul li a i:hover::after {
  transform: scale(1);
}
.blog-details-area .single-comment-area {
  background-color: rgba(212, 51, 150, 0.1019607843);
  padding: 30px 30px 40px;
}
.blog-details-area .single-comment-area .blog-details-contact-title h4 {
  font-size: 22px;
  font-weight: 600;
  padding-bottom: 30px;
}
.blog-details-area .single-comment-area .contact-input-box input {
  background: var(--theme-color-white);
  border: transparent;
  width: 100%;
  height: 60px;
  padding: 22px;
  outline: 0;
  margin-bottom: 12px;
}
.blog-details-area .single-comment-area .contact-input-box textarea {
  background: var(--theme-color-white);
  border: transparent;
  width: 100%;
  height: 170px;
  padding: 12px 22px 0;
  outline: 0;
  margin-top: 10px;
  margin-bottom: 20px;
}
.blog-details-area .single-comment-area .blog-submit-button button {
  color: var(--theme-color-white);
  background-color: var(--theme-color2);
  text-transform: uppercase;
  border: transparent;
  padding: 10px 25px;
  font-size: 13px;
  margin-top: 34px;
  position: relative;
  z-index: 1;
  border: 2px solid var(--theme-color1);
  border-radius: 5px;
  font-weight: 500;
  transition: all 300ms ease;
}
.blog-details-area .single-comment-area .blog-submit-button button::before {
  display: flex;
  align-items: flex-end;
  justify-content: flex-end;
  color: #fff;
  position: absolute;
  content: attr(data-text);
  cursor: pointer;
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
  background-image: url(../images/mask-btn2.png);
  -webkit-mask: url(../images/mask-btn2.png);
  mask: url(../images/mask-btn2.png);
  -webkit-mask-size: 2300% 100%;
  mask-size: 2300% 100%;
  animation: mask_animation_2 0.7s steps(22) forwards;
  z-index: -1;
  border-radius: 5px;
  transition: all 300ms ease;
}
.blog-details-area .single-comment-area .blog-submit-button button:hover::before {
  animation: mask_animation 0.7s steps(22) forwards;
}
.blog-details-area .widget-sidber {
  border-radius: 5px;
  background-color: rgba(212, 51, 150, 0.1019607843);
  padding: 30px 40px 30px;
  margin-bottom: 25px;
}
.blog-details-area .widget-sidber .widget_search {
  position: relative;
}
.blog-details-area .widget-sidber .widget_search input {
  border-radius: 4px;
  padding-left: 20px !important;
  height: 60px;
  width: 100% !important;
  position: relative;
  color: var(--heading-color);
  outline: 0 !important;
  border: transparent !important;
}
.blog-details-area .widget-sidber .widget_search button {
  border: 0;
  font-size: 16px;
  position: absolute;
  right: 14px;
  top: 20px;
  color: var(--heading-color);
  background: transparent;
  opacity: 0.7;
}
.blog-details-area .widget-sidber .widget-sidber-content h4 {
  font-size: 24px;
  font-weight: 600;
  margin: 0 0 46px;
  position: relative;
}
.blog-details-area .widget-sidber .widget-sidber-content h4::before {
  position: absolute;
  content: "";
  width: 29px;
  height: 2px;
  left: 0;
  bottom: -8px;
  background: var(--theme-color1);
}
.blog-details-area .widget-sidber .widget-category ul li a {
  background: var(--theme-color-white);
  padding: 14px 26px;
  width: 100%;
  display: inline-block;
  margin-bottom: 14px;
  color: var(--heading-color);
  font-weight: 500;
  border-radius: 5px;
  position: relative;
  z-index: 1;
  transition: all 300ms ease;
}
.blog-details-area .widget-sidber .widget-category ul li a::before {
  position: absolute;
  content: "";
  width: 0;
  height: 100%;
  left: 50%;
  top: 0;
  background: var(--theme-color1);
  z-index: -1;
  border-radius: 5px;
  transition: all 300ms ease;
}
.blog-details-area .widget-sidber .widget-category ul li a:hover {
  color: var(--theme-color-white);
}
.blog-details-area .widget-sidber .widget-category ul li a:hover::before {
  width: 100%;
  left: 0;
}
.blog-details-area .widget-sidber .widget-category ul li a i {
  color: var(--heading-color);
  display: inline-block;
  float: right;
  font-size: 17px;
  opacity: 0;
  transition: 0.5s;
}
.blog-details-area .widget-sidber .widget-category ul li a:hover i {
  opacity: 1;
  color: var(--theme-color-white);
}
.blog-details-area .widget-sidber .sidber-widget-recent-post {
  margin-bottom: 20px;
  display: flex;
  align-items: center;
  gap: 19px;
}
@media (min-width: 992px) and (max-width: 1199.98px) {
  .blog-details-area .widget-sidber .sidber-widget-recent-post {
    display: block;
  }
}
.blog-details-area .widget-sidber .sidber-widget-recent-post .recent-widget-thumb {
  flex-shrink: 0;
}
.blog-details-area .widget-sidber .sidber-widget-recent-post .recent-widget-thumb img {
  height: 80px;
  width: 80px;
}
.blog-details-area .widget-sidber .sidber-widget-recent-post .recent-widget-content a {
  display: inline-block;
  font-size: 16px;
  color: var(--heading-color);
  line-height: 26px;
}
.blog-details-area .widget-sidber .widget-catefories-tags a {
  display: inline-block;
  color: var(--heading-color);
  font-weight: 500;
  background: var(--theme-color-white);
  padding: 5px 15px;
  margin: 5px 3px;
  position: relative;
  z-index: 1;
  font-size: 15px;
  transition: all 300ms ease;
}
.blog-details-area .widget-sidber .widget-catefories-tags a::before {
  position: absolute;
  content: "";
  width: 0;
  height: 100%;
  left: 50%;
  top: 0;
  background: var(--theme-color1);
  z-index: -1;
  transition: all 300ms ease;
}
.blog-details-area .widget-sidber .widget-catefories-tags a:hover {
  color: var(--theme-color-white);
}
.blog-details-area .widget-sidber .widget-catefories-tags a:hover::before {
  width: 100%;
  left: 0;
}

/*# sourceMappingURL=style.css.map */
