@charset "UTF-8";

/**
  * Template Name: Bottle - Multipurpose HTML5 & Bootstrap Website Template.
  * Version: 1.0.0
  * Author: MhrTheme
  * Author URI: http://mhrtheme.com
*/

@import url('https://fonts.googleapis.com/css2?family=Kumbh+Sans:wght@100..900&display=swap');

:root {
  --mainColor: #F02940;
  --whiteColor: #FFFFFF;
  --blackColor: #222222;
}

/* Elements
-------------------------------------------------------------- */
html,
body,
div,
span,
applet,
object,
iframe,
h1,
h2,
h3,
h4,
h5,
h6,
p,
blockquote,
pre,
a,
abbr,
acronym,
address,
big,
cite,
code,
del,
dfn,
em,
img,
ins,
kbd,
q,
s,
samp,
small,
strike,
strong,
sub,
sup,
tt,
var,
b,
u,
i,
center,
dl,
dt,
dd,
ol,
ul,
li,
fieldset,
form,
label,
legend,
table,
caption,
tbody,
tfoot,
thead,
tr,
th,
td,
article,
aside,
canvas,
details,
embed,
figure,
figcaption,
footer,
header,
hgroup,
menu,
nav,
output,
ruby,
section,
summary,
time,
mark,
audio,
video {
  margin: 0;
  padding: 0;
  border: 0;
  outline: 0;
  font-size: 100%;
  font: inherit;
  vertical-align: baseline;
  font-family: inherit;
  font-size: 100%;
  font-style: inherit;
  font-weight: inherit;
}

article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
menu,
nav,
section {
  display: block;
}

* {
  margin: 0;
  padding: 0;
}

html {
  scroll-behavior: smooth;
}

body {
  font-family: "Kumbh Sans", sans-serif;
  font-size: 16px;
  line-height: 26px;
  font-weight: 400;
  color: var(--whiteColor);
  background-color: rgba(35, 5, 35, 20);
}

img {
  max-width: 100%;
  height: auto;
  transform: scale(1);
  vertical-align: middle;
  -ms-interpolation-mode: bicubic;
}

.row {
  margin-right: -15px;
  margin-left: -15px;
}

.row>* {
  padding-right: 15px;
  padding-left: 15px;
}

ul,
li {
  list-style-type: none;
  margin-bottom: 0;
  padding-left: 0;
  list-style: none;
}

.center {
  text-align: center;
}

.container-full {
  width: 100%;
  max-width: 100%;
  margin: 0 auto;
  padding: 0px 15px;
}

textarea,
input[type=text],
input[type=password],
input[type=datetime],
input[type=datetime-local],
input[type=date],
input[type=month],
input[type=time],
input[type=week],
input[type=number],
input[type=email],
input[type=url],
input[type=search],
input[type=tel],
input[type=color] {
  border: 1px solid var(--whiteColor);
  outline: 0;
  -webkit-box-shadow: none;
  -moz-box-shadow: none;
  box-shadow: none;
  line-height: 26px;
  font-size: 16px;
  font-weight: 400;
  border-radius: 99px;
  padding: 18px 23px;
  width: 100%;
  background: var(--whiteColor);
  color: var(--whiteColor);
  backdrop-filter: blur(12px);
}

textarea::placeholder,
input[type=text]::placeholder,
input[type=password]::placeholder,
input[type=datetime]::placeholder,
input[type=datetime-local]::placeholder,
input[type=date]::placeholder,
input[type=month]::placeholder,
input[type=time]::placeholder,
input[type=week]::placeholder,
input[type=number]::placeholder,
input[type=email]::placeholder,
input[type=url]::placeholder,
input[type=search]::placeholder,
input[type=tel]::placeholder,
input[type=color]::placeholder {
  color: #4D4E4F;
  line-height: 26px;
  font-size: 16px;
  font-weight: 400;
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -ms-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
}

/* Placeholder color */
::-webkit-input-placeholder {
  color: #8A8AA0;
}

:-moz-placeholder {
  color: #8A8AA0;
}

::-moz-placeholder {
  color: #8A8AA0;
  opacity: 1;
}

.error {
  font-size: 16px;
  color: #120A21;
  margin-bottom: 10px;
  -webkit-transition: all ease 0.3s;
  -moz-transition: all ease 0.3s;
  transition: all ease 0.3s;
}

/* Since FF19 lowers the opacity of the placeholder by default */
:-ms-input-placeholder {
  color: #8A8AA0;
}

/* Text Button
-------------------------------------------------------------- */
.text-button {
  font-size: 15px;
  line-height: 26px;
  font-weight: 600;
}

.tf-btn {
  padding: 16px 40px;
  background: linear-gradient(270deg, #C3105F 0%, #3073DF 98.88%);
  border-radius: 0px;
  position: relative;
  white-space: nowrap;
  border: 0;
  animation: bghover 5s linear infinite;
  background-size: 400% 400%;
}

.tf-btn * {
  position: relative;
  z-index: 5;
}

.tf-btn.style-fill {
  padding: 14px 40px;
  background: transparent !important;
  border: 1px solid var(--mainColor);
}

.tf-btn.style-fill:hover {
  background: var(--mainColor) !important;
}

/* Section Title */
.section-title {
  text-align: center;
  max-width: 750px;
  margin-left: auto;
  margin-right: auto;
  margin-bottom: 40px;
}

.section-title h2 {
  font-size: 32px;
  line-height: 42px;
  margin-bottom: 20px;
}

.section-title p {
  margin-top: 12px;
}

/* Extra Classes
-------------------------------------------------------------- */
label.error {
  color: red;
}

.flex {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
}

.center,
.text-center {
  text-align: center;
}

.text-end {
  text-align: end;
}

.absolute {
  position: absolute;
}

.relative {
  position: relative;
}

.flex-none {
  flex: none !important;
}

.text-t {
  text-transform: capitalize;
}

.text-u {
  text-transform: uppercase;
}

.text-unset {
  text-transform: unset !important;
}

.text-line {
  text-decoration-line: underline !important;
}

.justify-center {
  justify-content: center;
}

.justify-end {
  justify-content: end;
}

.justify-space {
  justify-content: space-between;
}

.flex-wrap {
  flex-wrap: wrap;
}

.align-center {
  align-items: center;
}

.text-end {
  text-align: end;
}

.font-italic {
  font-style: italic;
}

#wrapper {
  position: relative;
  overflow: hidden;
  max-width: 100%;
  height: 100%;
}

button {
  cursor: pointer;
}

.fw-1 {
  font-weight: 100;
}

.fw-4 {
  font-weight: 400;
}

.fw-5 {
  font-weight: 500;
}

.fw-6 {
  font-weight: 600;
}

.fw-7 {
  font-weight: 700;
}

.fw-8 {
  font-weight: 800;
}

.fs-12 {
  font-size: 12px;
}

.fs-13 {
  font-size: 13px;
}

.fs-16 {
  font-size: 16px;
}

.fs-18 {
  font-size: 18px;
}

.fs-20 {
  font-size: 20px;
}

.fs-22 {
  font-size: 22px;
}

.fs-26 {
  font-size: 26px;
}

.fs-30 {
  font-size: 30px;
}

.fs-40 {
  font-size: 40px;
}

.z-2 {
  z-index: 2;
}

.br-10 {
  border-radius: 10px;
}

.bg-1 {
  background-color: #F5F5F5;
}

.bg-white {
  background-color: var(--whiteColor);
}

.img-border {
  border-radius: 10px;
}

.mb-8 {
  margin-bottom: 8px;
}

.mb-31 {
  margin-bottom: 31px;
}

.mb-10 {
  margin-bottom: 10px;
}

.mb-12 {
  margin-bottom: 12px;
}

.mb-16 {
  margin-bottom: 16px;
}

.mb-17 {
  margin-bottom: 17px;
}

.mr_24 {
  margin-right: -24px;
}

.gap-60 {
  gap: 60px;
}

.ptb-50 {
  padding-top: 50px;
  padding-bottom: 50px;
}

.pt-50 {
  padding-top: 50px;
}

.pb-50 {
  padding-bottom: 50px;
}

.ptb-20 {
  padding-top: 20px;
  padding-bottom: 20px;
}

.pt-20 {
  padding-top: 20px;
}

.pb-20 {
  padding-bottom: 20px;
}

/* Link Style
-------------------------------------------------------------- */
a {
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -ms-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
  text-decoration: none;
  color: unset;
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -ms-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
  cursor: pointer;
  display: inline-block;
}

a:focus,
a:hover {
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -ms-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
  text-decoration: none;
  outline: 0;
  color: unset;
}

/* Header
-------------------------------------------------------------- */
.main-header {
  z-index: 99;
  width: 100%;
  position: absolute;
}

.main-header .logo-box {
  position: relative;
  z-index: 10;
}

.main-header .logo-box .logo img {
  display: inline-block;
  max-width: 100%;
  -webkit-transition: all 300ms ease;
  -ms-transition: all 300ms ease;
  -o-transition: all 300ms ease;
  -moz-transition: all 300ms ease;
  transition: all 300ms ease;
}

.main-header .logo-box .logo {
  position: relative;
}

.main-header .header-lower {
  position: relative;
  transition: all 500ms ease;
  -moz-transition: all 500ms ease;
  -webkit-transition: all 500ms ease;
  -ms-transition: all 500ms ease;
  -o-transition: all 500ms ease;
}

.main-header .header-lower .nav-outer {
  position: relative;
}

.main-header .header-upper .logo-box {
  position: relative;
  padding: 10px 0px 10px;
}

.main-header .header-upper .logo-box .logo {
  position: relative;
}

/* Header Fixed */
#header.style-absolute.is-fixed,
.header.is-fixed {
  position: fixed;
  top: -80px;
  left: 0;
  width: 100%;
  box-shadow: 0px 3px 9px rgba(0, 0, 0, 0.05);
  z-index: 9999;
  border: none;
  opacity: 1;
  -webkit-transition: all 0.5s ease;
  -moz-transition: all 0.5s ease;
  -ms-transition: all 0.5s ease;
  -o-transition: all 0.5s ease;
  transition: all 0.5s ease;
}

#header.style-absolute.is-fixed {
  background: rgba(35, 5, 35, 20);
  box-shadow: 0 0 20px 3px rgba(0, 0, 0, 30%);
}

.header.is-fixed.is-small,
#header.style-absolute.is-small {
  top: 0;
  -webkit-animation-name: fadeInDown;
  -webkit-animation-duration: 0.8s;
  animation-name: fadeInDown;
  animation-duration: 0.8s;
}

/* Main Menu */
.main-header .main-menu {
  position: relative;
  -webkit-transition: all 300ms ease;
  -ms-transition: all 300ms ease;
  -o-transition: all 300ms ease;
  -moz-transition: all 300ms ease;
  transition: all 300ms ease;
}

.main-header .main-menu .navbar-collapse {
  padding: 0px;
  display: block;
}

.main-header .header-lower .main-menu .navigation {
  position: relative;
}

.main-header .main-menu .navigation>li {
  position: relative;
  display: inline-block;
  transition: all 500ms ease;
  -moz-transition: all 500ms ease;
  -webkit-transition: all 500ms ease;
  -ms-transition: all 500ms ease;
  -o-transition: all 500ms ease;
  margin-right: 26px;
}

.main-header .sticky-header .nav-outer .options-box {
  margin-top: 40px;
}

/* Sticky Header */
.main-header .sticky-header {
  position: fixed;
  opacity: 0;
  visibility: hidden;
  left: 0px;
  top: 0px;
  width: 100%;
  padding: 0px 0px;
  z-index: 0;
  transition: all 500ms ease;
  -moz-transition: all 500ms ease;
  -webkit-transition: all 500ms ease;
  -ms-transition: all 500ms ease;
  -o-transition: all 500ms ease;
  box-shadow: 0px 0px 10px rgba(0, 0, 0, 0.1);
}

.main-header .sticky-header .mobile-nav-toggler {
  display: none;
  cursor: pointer;
}

.main-header .sticky-header .logo {
  position: relative;
  padding: 7px 0px;
}

.main-header.fixed-header .sticky-header {
  z-index: 999;
  opacity: 1;
  visibility: visible;
  -ms-animation-name: fadeInDown;
  -moz-animation-name: fadeInDown;
  -op-animation-name: fadeInDown;
  -webkit-animation-name: fadeInDown;
  animation-name: fadeInDown;
  -ms-animation-duration: 500ms;
  -moz-animation-duration: 500ms;
  -op-animation-duration: 500ms;
  -webkit-animation-duration: 500ms;
  animation-duration: 500ms;
  -ms-animation-timing-function: linear;
  -moz-animation-timing-function: linear;
  -op-animation-timing-function: linear;
  -webkit-animation-timing-function: linear;
  animation-timing-function: linear;
  -ms-animation-iteration-count: 1;
  -moz-animation-iteration-count: 1;
  -op-animation-iteration-count: 1;
  -webkit-animation-iteration-count: 1;
  animation-iteration-count: 1;
}

.main-header .main-menu .navigation>li>a {
  position: relative;
  display: block;
  text-align: center;
  font-size: 16px;
  font-weight: 600;
  line-height: 26px;
  padding: 36px 0px;
  letter-spacing: 0px;
  color: var(--whiteColor);
  text-transform: capitalize;
  transition: all 500ms ease;
  -moz-transition: all 500ms ease;
  -webkit-transition: all 500ms ease;
  -ms-transition: all 500ms ease;
  -o-transition: all 500ms ease;
}

.main-header .navigation>li:last-child {
  margin-right: 0;
}

.main-header .sticky-header .navigation>li {
  position: relative;
}

.main-header .sticky-header .navigation>li:last-child {
  margin-right: 0;
}

.main-header .navigation>li.current>a {
  opacity: 1;
  color: var(--mainColor);
}

.main-header .navigation>li>a::after {
  position: absolute;
  content: '';
  width: 0;
  left: auto;
  right: 0;
  height: 2px;
  bottom: 32px;
  background-color: var(--mainColor);
  -webkit-transition: width 0.4s cubic-bezier(0.25, 0.8, 0.25, 1) 0s;
  -o-transition: width 0.4s cubic-bezier(0.25, 0.8, 0.25, 1) 0s;
  transition: width 0.4s cubic-bezier(0.25, 0.8, 0.25, 1) 0s;
}

.main-header .navigation>li.active>a::after,
.main-header .navigation>li:hover>a::after {
  width: 100%;
  left: 0;
  right: auto;
}

.main-menu ul.navigation a.dropdown-toggle {
  padding-right: 14px;
  left: 0px;
}

.main-menu .navigation .dropdown-toggle::after {
  display: none;
}

.main-menu .navigation .dropdown-toggle::before {
  position: absolute;
  content: "\e9ac";
  line-height: 1;
  right: -7px;
  top: 40px;
  font-family: 'boxicons';
  font-size: 18px;
}

.main-menu .navigation .dropdown-menu {
  left: 0;
  top: 80px;
  opacity: 0;
  z-index: 99;
  border: none;
  width: 540px;
  margin-top: 0;
  display: block;
  padding: 0;
  border-radius: 0;
  position: absolute;
  visibility: hidden;
  background: var(--whiteColor);
  -webkit-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
  -webkit-box-shadow: 0px 0px 15px 0px rgba(0, 0, 0, 0.1);
          box-shadow: 0px 0px 15px 0px rgba(0, 0, 0, 0.1);
}

.main-menu .navigation .dropdown-menu li {
  margin: 0;
  float: left;
  width: 180px;
}

.main-menu .navigation .dropdown-menu li a {
  display: block;
  padding: 9px 20px;
  position: relative;
  color: var(--blackColor);
  font-size: 14px;
  font-weight: 600;
  border: 1px solid #DDDDDD;
}

.main-menu .navigation .dropdown-menu li a i {
  top: 50%;
  margin: 0;
  right: 15px;
  font-size: 15px;
  position: absolute;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
}

.main-menu .navigation .dropdown-menu li a:hover, 
.main-menu .navigation .dropdown-menu li a:focus {
  color: var(--mainColor);
  padding-left: 25px;
}

.main-menu .navigation li:hover .dropdown-menu {
  opacity: 1;
  visibility: visible;
}

/* Mobile Menu
-------------------------------------------------------------- */
.mobile-menu {
  position: fixed;
  left: 0;
  top: 0;
  width: 305px;
  padding-right: 30px;
  max-width: 100%;
  height: 100%;
  visibility: hidden;
  z-index: 999999;
}

.mobile-menu .nav-logo {
  position: relative;
  background: rgba(42, 7, 42, 1);
  box-shadow: 0px 4px 18px 0px rgba(0, 0, 0, 0.08);
  padding: 15.5px 20px;
}

.mobile-menu .nav-logo img {
  max-width: 200px;
}

.mobile-menu .bottom-canvas {
  padding: 30px 20px 30px;
}

.mobile-menu-visible {
  overflow: hidden;
}

.mobile-menu-visible .mobile-menu {
  visibility: visible;
}

.mobile-menu-visible .mobile-menu .menu-backdrop {
  opacity: 1;
  visibility: visible;
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -ms-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
}

.mobile-menu-visible .mobile-menu .menu-box {
  left: 0px;
  -webkit-overflow-scrolling: touch;
  -webkit-transition-duration: 0.5s;
  transition-duration: 0.5s;
  -webkit-transition-timing-function: ease;
   transition-timing-function: ease;
}

.mobile-menu .menu-backdrop {
  position: fixed;
  right: 0;
  top: 0;
  width: 100%;
  height: 100%;
  z-index: 1;
  background: rgba(0, 0, 0, 0.5);
  transition: all 0.3s ease 0s;
  visibility: hidden;
  opacity: 0;
}

.mobile-menu .menu-box {
  position: absolute;
  left: -300px;
  top: 0px;
  width: 100%;
  height: 100%;
  max-height: 100%;
  overflow-y: auto;
  background-color: var(--whiteColor);
  z-index: 5;
  border-radius: 0px;
  -webkit-overflow-scrolling: touch;
  -webkit-transition-duration: 0.5s;
  transition-duration: 0.5s;
  -webkit-transition-timing-function: ease;
  transition-timing-function: ease;
}

.close-btn {
  position: fixed;
  left: 230px;
  top: 40px;
  line-height: 30px;
  width: 30px;
  text-align: center;
  font-size: 16px;
  color: var(--whiteColor);
  cursor: pointer;
  transition: all 0.3s ease;
  z-index: 9999999999;
  opacity: 0;
  visibility: hidden;
}

.close-btn::before {
  content: "\f00d";
  font-family: "Font Awesome 5 Pro";
  font-size: 33px;
  font-weight: 100;
}

.mobile-menu-visible .close-btn {
  visibility: visible;
  opacity: 1;
}

.mobile-menu .close-btn:hover {
  opacity: 0.5;
}

.mobile-menu .navigation {
  position: relative;
  display: block;
  width: 100%;
}

.mobile-menu .navigation li {
  position: relative;
  display: block;
}

.mobile-menu .navigation li {
  position: relative;
  display: block;
}

.mobile-menu .navigation li>ul>li:last-child {
  border-bottom: none;
}

.mobile-menu .navigation li>ul,
.mobile-menu .navigation li>ul>li>ul {
  display: none;
  background: #FFE7EC;
  padding: 15px 20px;
  border-radius: 10px;
}

.mobile-menu .navigation li>ul>li,
.mobile-menu .navigation li>ul>li>ul>li {
  margin-bottom: 0;
}

.mobile-menu .navigation li>ul>li>a,
.mobile-menu .navigation li>ul>li>ul>li>a {
  padding: 7px 0px !important;
  font-size: 14px !important;
  font-weight: 500;
}

.mobile-menu .navigation li>ul>li>ul {
  padding-left: 15px;
}

.mobile-menu .navigation li>ul>li>ul>li>a {
  padding-left: 40px;
}

.mobile-menu .close-btn:hover {
  opacity: 0.5;
}

.mobile-menu .navigation li>ul>li:last-child {
  border-bottom: none;
}

.mobile-menu .navigation li>a {
  position: relative;
  display: block;
  font-weight: 600;
  line-height: 24px;
  padding: 10px 0px;
  font-size: 15px;
  color: #120A21;
  text-transform: capitalize;
}

.mobile-menu .navigation li:hover>a,
.mobile-menu .navigation li.current>a {
  color: var(--mainColor);
}

.main-header .sticky-header .navbar-header {
  display: none;
}

.main-header .outer-box {
  position: relative;
}

.main-header .sticky-header .main-menu .navigation>li>a {
  padding: 22px 0px;
}

.header-right {
  display: flex;
  align-items: center;
  gap: 15px;
}

.mobile-button {
  display: none;
  width: 26px;
  height: 26px;
  float: right;
  top: 50%;
  right: 15px;
  background-color: transparent;
  cursor: pointer;
  transition: all 0s ease;
  -webkit-transform: translateY(-0%);
  -ms-transform: translateY(-0%);
  -o-transform: translateY(-0%);
  transform: translateY(-0%);
}

.mobile-button::before,
.mobile-button::after,
.mobile-button span {
  background-color: var(--mainColor);
  -webkit-transition: all ease 0.3s;
  -moz-transition: all ease 0.3s;
  transition: all ease 0.3s;
}

.mobile-button::before,
.mobile-button::after {
  content: "";
  position: absolute;
  top: 0;
  height: 2px;
  width: 100%;
  left: 0;
  top: 50%;
  -webkit-transform-origin: 50% 50%;
  -ms-transform-origin: 50% 50%;
  transform-origin: 50% 50%;
}

.mobile-button span {
  position: absolute;
  width: 100%;
  height: 2px;
  left: 0;
  top: 50%;
  overflow: hidden;
  text-indent: 200%;
}

.mobile-button::before {
  -webkit-transform: translate3d(0, -9px, 0);
  -moz-transform: translate3d(0, -9px, 0);
  transform: translate3d(0, -9px, 0);
}

.mobile-button::after {
  -webkit-transform: translate3d(0, 9px, 0);
  -moz-transform: translate3d(0, 9px, 0);
  transform: translate3d(0, 9px, 0);
}

.mobile-button.active span {
  opacity: 0;
}

.mobile-button.active::before {
  -webkit-transform: rotate3d(0, 0, 1, 45deg);
  -moz-transform: rotate3d(0, 0, 1, 45deg);
  transform: rotate3d(0, 0, 1, 45deg);
}

.mobile-button.active::after {
  -webkit-transform: rotate3d(0, 0, 1, -45deg);
  -moz-transform: rotate3d(0, 0, 1, -45deg);
  transform: rotate3d(0, 0, 1, -45deg);
}

.mobile-button.mobi-style::before,
.mobile-button.mobi-style::after,
.mobile-button.mobi-style span {
  background-color: var(--whiteColor);
}

.mobile-menu .menu-outer {
  padding-bottom: 20px;
  margin-bottom: 20px;
}

/* Mouse Cursor
-------------------------------------------------------------- */
.tfmouseCursor {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  pointer-events: none;
  border-radius: 50%;
  transform: translateZ(0);
  visibility: hidden;
  text-align: center;
}

.tfmouseCursor.cursor-outer {
  margin-left: -18px;
  margin-top: -18px;
  width: 35px;
  height: 35px;
  background: var(--mainColor);
  box-sizing: border-box;
  z-index: 10000000;
  opacity: .2;
  transition: all 0.1s ease-out;
}

.tfmouseCursor.cursor-outer.cursor-hover {
  width: 70px;
  height: 70px;
  margin-left: -35px;
  margin-top: -35px;
  opacity: .1;
}

.tfmouseCursor.cursor-inner {
  margin-left: -4px;
  margin-top: -4px;
  width: 10px;
  height: 10px;
  z-index: 10000001;
  background-color: var(--mainColor);
  transition: width 0.1s ease-in-out, height 0.1s ease-in-out, margin 0.1s ease-in-out, opacity 0.1s ease-in-out;
}

.tfmouseCursor.cursor-inner.cursor-hover {
  opacity: 0;
}

/* Preloader
-------------------------------------------------------------- */
#preloader {
  position: fixed;
  left: 0;
  top: 0;
  z-index: 9999999;
  width: 100%;
  height: 100%;
  overflow: visible;
  background: rgba(42, 7, 42, 1);
  display: table;
  text-align: center;
}

.loader {
  display: table-cell;
  vertical-align: middle;
  height: 100%;
  width: 100%;
  position: relative;
  width: 200px;
  height: 200px;
}

.pulse-loader {
  width: 40px;
  height: 40px;
  position: relative;
  margin: 0px auto;
}

.double-bounce1,
.double-bounce2 {
  width: 100%;
  height: 100%;
  border-radius: 50%;
  background-color: var(--mainColor);
  opacity: 0.6;
  position: absolute;
  top: 0;
  left: 0;
  -webkit-animation: sk-bounce 2s infinite ease-in-out;
  animation: sk-bounce 2s infinite ease-in-out;
}

.double-bounce2 {
  -webkit-animation-delay: -1s;
  animation-delay: -1s;
}

@keyframes sk-bounce {
  0%,
  100% {
    transform: scale(0);
    -webkit-transform: scale(0);
  }
  50% {
    transform: scale(1);
    -webkit-transform: scale(1);
  }
}

/* Home Slider
-------------------------------------------------------------- */
.slider.home {
  background-color: rgba(42, 7, 42, 1);
}

.slider.home .inner-content {
  padding-top: 138px;
  padding-bottom: 50px;
  text-align: center;
}

.slider.home .title-display {
  margin-bottom: 28px;
  font-size: 70px;
  line-height: 88px;
}

.slider.home .text-gradient {
  background: linear-gradient(270deg, #C3105E 0%, #BDFFF5 48.94%, #9978FA 98.88%);
  -webkit-background-clip: text;
  -webkit-text-stroke: 0px transparent;
  -webkit-text-fill-color: transparent;
  animation: bghover 5s linear infinite;
  background-size: 400% 400%;
}

.slider.home .btn-box {
  padding-top: 10px;
}

/* Default Button
-------------------------------------------------------------- */
.default-btn {
  display: inline-block;
  text-align: center;
  background-color: transparent;
  color: var(--whiteColor);
  position: relative;
  z-index: 1;
  border: 1px solid var(--mainColor);
  border-radius: 0px;
  padding-top: 14px;
  padding-bottom: 14px;
  padding-left: 58px;
  padding-right: 30px;
  font-size: 15px;
  font-weight: 500;
}

.default-btn i {
  position: absolute;
  left: 30px;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  font-size: 20px;
}

.default-btn::before {
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  border-radius: 0px;
  bottom: 0;
  background: transparent;
  z-index: -1;
  content: '';
}

.default-btn:hover {
  color: var(--whiteColor);
  background-color: var(--mainColor);
}

.default-btn:hover::before {
  opacity: 0;
  visibility: hidden;
}

/* BG Hover Animation
-------------------------------------------------------------- */
@keyframes bghover {
  0% {
    background-position: 0% 50%;
  }
  50% {
    background-position: 100% 50%;
  }
  100% {
    background-position: 0% 50%;
  }
}

/* Preview Demos Area
-------------------------------------------------------------- */
.posttype-filter {
  text-align: center;
  margin-bottom: 50px;
}

.posttype-filter::-webkit-scrollbar {
  height: 0px;
}

.posttype-filter li {
  display: inline-block;
  border-radius: 100px;
  padding: 10px;
}

.posttype-filter a {
  color: var(--whiteColor);
  border-radius: 100px;
  padding: 12px 24px;
  background-color: rgba(35, 5, 35, 20);
  position: relative;
}

.posttype-filter a::before {
  position: absolute;
  content: '';
  inset: -2px;
  border: 2px solid rgba(255, 255, 255, 0.1);
  border-radius: 99px;
  z-index: -1;
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -ms-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
}

.posttype-filter a::after {
  position: absolute;
  content: '';
  bottom: -2px;
  left: -2px;
  right: -2px;
  height: 0%;
  border-radius: 99px;
  z-index: -1;
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -ms-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
  background: linear-gradient(270deg, #C3105E 0%, #BDFFF5 48.94%, #9978FA 98.88%);
  animation: bghover 5s linear infinite;
  background-size: 400% 400%;
  opacity: 0;
}

.posttype-filter li.active a:after,
.posttype-filter li:hover a:after {
  height: calc(100% + 4px);
  opacity: 1;
}

.posttype-filter a .tool-tip {
  position: absolute;
  border-radius: 99px;
  top: 4px;
  bottom: 4px;
  left: 4px;
  right: 4px;
  display: flex;
  align-items: center;
  justify-content: center;
  background-color: rgba(35, 5, 35, 20);
  opacity: 0;
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -ms-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
}

.posttype-filter a:hover .tool-tip {
  opacity: 1;
}

@media only screen and (min-width: 992px) {
  .preview-demos-area .container-filter .item.last {
    left: auto !important;
  }
}

.preview-demos-area .single-demo-box {
  margin-bottom: 30px;
}

.preview-demos-area .single-demo-box a {
  display: block;
}

.preview-demos-area .image-bg {
  width: 360px;
  height: 400px;
  display: inline-block;
  position: relative;
}

.preview-demos-area .image-bg .image-demo-scroll {
  background-position: center 0;
  background-repeat: no-repeat;
  background-size: cover;
  position: absolute;
  width: 360px;
  height: 400px;
  border: 10px solid rgba(42, 7, 42, 1);
  border-radius: 25px;
  box-shadow: 0 2px 8px 0 rgb(0 0 0 / 15%);
  transition: all 8s ease-out 0s;
}

.preview-demos-area .image-bg:hover .image-demo-scroll, 
.preview-demos-area .image-bg:focus .image-demo-scroll {
  background-position: center 100% !important;
  border: 10px solid var(--mainColor);
}

.preview-demos-area h3 {
  text-align: center;
  font-size: 20px;
  margin-top: 20px;
}

.preview-demos-area .section-title p {
  font-size: 17px;
}

/* Features Area
-------------------------------------------------------------- */
.features-area {
  background-color: rgba(42, 7, 42, 1);
}

.core-features {
  background-color: var(--whiteColor);
  border-radius: 5px;
  box-shadow: 0 0 10px 0 rgb(83 82 82 / 10%);
  margin-bottom: 30px;
  padding: 20px 0;
  text-align: center;
}

.core-features .circle img {
  display: table;
  height: 80px;
  width: 80px;
  margin: 0 auto;
  transition: width 3s, height 3s;
}

.core-features:hover .circle img {
  height: 100px;
  width: 100px;
}

.core-features h3 {
  color: #232323;
  font-size: 14px;
  line-height: 35px;
  margin-top: 10px;
  text-transform: capitalize;
  margin-bottom: 0;
}

/* Call To Action Area
-------------------------------------------------------------- */
.call-to-action-area {
  background-color: rgba(35, 5, 35, 20);
}

.call-to-action-content {
  text-align: center;
  max-width: 820px;
  margin-left: auto;
  margin-right: auto;
}

.call-to-action-content h2 {
  margin-bottom: 30px;
  font-size: 36px;
}

.call-to-action-content p {
  font-size: 16px;
  line-height: 28px;
}

.call-to-action-content .btn-box {
  margin-top: 30px;
}

.call-to-action-content .btn-box .default-btn {
  margin-left: 8px;
  margin-right: 8px;
}

.call-to-action-content .btn-box .default-btn:nth-child(2):hover {
  background-color: var(--whiteColor);
  color: var(--mainColor);
}

.call-to-action-content .btn-box .default-btn:nth-child(2)::before {
  display: none;
}

.call-to-action-content .btn-box .default-btn:last-child {
  margin-right: 0;
}

.call-to-action-content .btn-box .default-btn:first-child {
  margin-left: 0;
}

/* Scroll Up
-------------------------------------------------------------- */
#scrollUp {
  text-align: center;
  bottom: 20px;
  cursor: pointer;
  display: none;
  position: fixed;
  right: 20px;
  z-index: 10;
  border-radius: 50%;
  background: var(--mainColor);
  padding: 1px;
  transition: background 0.3s;
  box-shadow: 0px 0px 20px rgba(0, 0, 0, 0.3);
}

#scrollUp .scrollprogress .progress-circle {
  transition: stroke-dashoffset 0.5s ease;
}

#scrollUp .arrowup {
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
}

#scrollUp:hover {
  background: var(--blackColor);
}
