/*

@Author: Instahub
@URL: https://themes.themiverse.com/instahub
======================================
*/
@import url("https://fonts.googleapis.com/css2?family=Plus+Jakarta+Sans:ital,wght@0,200..800;1,200..800&display=swap");

:root {
  --rk-content-width: 87.5em;
  --rk-global-font-family: "Plus Jakarta Sans", sans-serif;
  --rk-global-box-shadow: 0 3px 20px rgba(29, 38, 38, 0.05);
  --rk-global-box-shadow-dark: 0px 0px 10px rgba(0, 0, 0, 0.1);
  --rk-font-size-normal: .875em;
  --rk-font-size-h5: 1.2em;
  --rk-font-line-height-body: 1.75;
  --rk-font-weight-body: 400;
  --rk-font-weight-light: 300;
  --rk-font-weight-regular: 400;
  --rk-font-weight-medium: 500;
  --rk-font-weight-semi-bold: 600;
  --rk-font-weight-bold: 700;
  --rk-letter-spacing-one: .0625em;
  --rk-border-radius: .313em;
  --rk-border-radius-full: 100%;
  --rk-global-secondary-bgcolor: #F2F2F2;
  --rk-global-body-bgcolor: #ffffff;
  --rk-global-body-lightcolor: #ffffffCC;
  --rk-global-font-color: #2b2b2b;
  --rk-global-font-title: #000;
  --rk-border-color-light: #dddfe2;
  --rk-border-color-dark: #7f858b;
  --rk-dark-icon-color: #64738b;
  --rk-primary: #F81D43;
  --rk-primary-dark: #F81D43AA;
  --rk-primary-gradient: linear-gradient(128deg, #5341D5 5.23%, #8933BF 29.62%, #CE2580 50.46%, #F81D43 65.2%, #FEC053 93.16%);
  --rk-black: #000;
  --rk-white: #fff;
}


.container {
  max-width: var(--rk-content-width);
}

.container-fluid {
  padding: 0 1.875em;
}

@media (max-width: 1199px) {
  .container {
    max-width: 60.5em;
  }
}

@media (max-width:767px) {
  .container-fluid {
    padding: 0 1em;
  }
}

/* Scorllbar Style */
::-webkit-scrollbar-track {
  -webkit-box-shadow: inset 0 0 6px rgba(0, 0, 0, 0);
  background-color: #f5f5f5;
}

::-webkit-scrollbar {
  width: .4em;
  height: .25em;
}

::-webkit-scrollbar-track {
  border-radius: .313em;
}

::-webkit-scrollbar-thumb {
  border-radius: .313em;
  background: #f4f4f4;
}

.scrollbar-track {
  display: none !important;
}

.scrollbar-thumb {
  width: 0 !important;
  background: var(--rk-primary);
  border-radius: .313em;
  scrollbar-width: none;
}

/*-----------------custom start ------------------*/
html {
  line-height: 1.15;
  -webkit-text-size-adjust: 100%;
    scroll-behavior: smooth;
}

body {
  margin: 0;
  background: var(--rk-global-secondary-bgcolor);
}

main {
  display: block;
}

h1 {
  font-size: 2em;
  margin: .67em 0;
}

hr {
  -webkit-box-sizing: content-box;
  box-sizing: content-box;
  height: 0;
  overflow: visible;
}

pre {
  font-family: monospace;
  font-size: 1em;
}

a {
  background-color: transparent;
  text-decoration: none;
}

abbr[title] {
  border-bottom: none;
  text-decoration: underline;
  -webkit-text-decoration: underline dotted;
  text-decoration: underline dotted;
}

b,
strong {
  font-weight: bolder;
}

code,
kbd,
samp {
  font-family: monospace;
  font-size: 1em;
}

small {
  font-size: 80%
}

sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}

sub {
  bottom: -.25em;
}

sup {
  top: -.5em;
}

img {
  border-style: none;
}

button,
input,
optgroup,
select,
textarea {
  font-family: inherit;
  font-size: 100%;
  line-height: 1.15;
  margin: 0;
}

button,
input {
  overflow: visible;
}

button,
select {
  text-transform: none;
}

[type=button],
[type=reset],
[type=submit],
button {
  -webkit-appearance: button;
}

[type=button]::-moz-focus-inner,
[type=reset]::-moz-focus-inner,
[type=submit]::-moz-focus-inner,
button::-moz-focus-inner {
  border-style: none;
  padding: 0;
}

[type=button]:-moz-focusring,
[type=reset]:-moz-focusring,
[type=submit]:-moz-focusring,
button:-moz-focusring {
  outline: 1px dotted ButtonText;
}

fieldset {
  padding: .35em .75em .625em;
}

legend {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  color: inherit;
  display: table;
  max-width: 100%;
  padding: 0;
  white-space: normal;
}

progress {
  vertical-align: baseline;
}

textarea {
  overflow: auto;
}

[type=checkbox],
[type=radio] {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  padding: 0;
}

[type=number]::-webkit-inner-spin-button,
[type=number]::-webkit-outer-spin-button {
  height: auto;
}

[type=search] {
  -webkit-appearance: textfield;
  outline-offset: -2px;
}

[type=search]::-webkit-search-decoration {
  -webkit-appearance: none;
}

::-webkit-file-upload-button {
  -webkit-appearance: button;
  font: inherit;
}

details {
  display: block;
}

summary {
  display: list-item;
}

[hidden],
template {
  display: none;
}

html {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}

*,
:after,
:before {
  -webkit-box-sizing: inherit;
  box-sizing: inherit;
}

a:focus {
  text-decoration: none !important;
}

a:hover {
  color: var(--rk-primary);
  text-decoration: none;
}

:focus,
a {
  outline: none;
}

p {
  margin: 1em 0;
  line-height: 1.66em;
}

code {
  color: var(--rk-primary);
}

hr {
  background-color: var(--rk-border-color-dark);
  border: 0;
  height: .0625em;
  margin: 0;
  padding: 0;
}

ol,
ul {
  margin-bottom: 1em;
}

ol,
ol ol,
ul {
  padding-left: 1.563em;
}

dd {
  margin: 0 1.5em 1.5em;
}

dl dd {
  margin-bottom: 1em;
}

dl dd:last-child,
li>ol,
li>ul {
  margin-bottom: 0;
}

dt {
  font-weight: 700;
}

img {
  max-width: 100%;
  height: auto;
}

table {
  width: 100%;
  margin-bottom: 1.25em;
}

table,
table td,
table th {
  border: .0625em solid var(--rk-border-color-light);
}

table td,
table th {
  padding: .313em .5em;
}

table td a {
  color: var(--rk-global-font-color);
}

audio {
  width: 100%
}

[type=radio] {
  width: 1em;
  height: 1em;
  margin-right: .3em;
}

input[type=checkbox] {
  width: 1em;
  height: 1em;
  margin-right: .625em;
  line-height: 2;
}


a {
  color: var(--rk-primary);
}

a:hover {
  color: var(--rk-primary-dark);
}

a:focus {
  outline: none !important;
  -webkit-box-shadow: none;
  box-shadow: none;
}

a:active,
a:hover {
  outline: 0;
}

.section-padding {
  padding: 4.5em 0;
}


/*================================================
Animation CSS
=================================================*/

[data-animation^="animated"],
[data-animation^="innerAnimated"] {
  visibility: hidden;
}

.animated,
.innerAnimated {
  -webkit-animation-fill-mode: both;
  animation-fill-mode: both;
  visibility: visible;
}

.fadeInUpScreen {
  -webkit-animation-name: fadeInUpScreen;
  animation-name: fadeInUpScreen;
  -webkit-animation-duration: 1.5s;
  animation-duration: 1.5s;
  -webkit-animation-timing-function: cubic-bezier(0.25, 0.1, 0.1, 1);
  animation-timing-function: cubic-bezier(0.25, 0.1, 0.1, 1);
}

@-webkit-keyframes fadeInUpScreen {
  0% {
    opacity: 0;
    -webkit-transform: translate3d(10px, 60px, 0);
    transform: translate3d(10px, 60px, 0);
  }

  60% {
    opacity: 1;
  }

  100% {
    opacity: 1;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}

@keyframes fadeInUpScreen {
  0% {
    opacity: 0;
    -webkit-transform: translate3d(10px, 60px, 0);
    transform: translate3d(10px, 60px, 0);
  }

  60% {
    opacity: 1;
  }

  100% {
    opacity: 1;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}

@keyframes circleMove {
  from {
    -webkit-transform: rotate(0deg);
  }

  to {
    -webkit-transform: rotate(360deg);
  }
}

@keyframes roundMove {
  from {
    transform: rotate(0deg) translateX(10px) rotate(0deg);
  }

  to {
    transform: rotate(360deg) translateX(10px) rotate(-360deg);
  }
}

.fadeInUpDemos {
  -webkit-animation-name: fadeInUpDemos;
  animation-name: fadeInUpDemos;
  -webkit-animation-duration: 1s;
  animation-duration: 1s;
  -webkit-animation-timing-function: ease;
  animation-timing-function: ease;
}

@-webkit-keyframes fadeInUpDemos {
  0% {
    opacity: 0;
    -webkit-transform: translate3d(0, 30px, 0);
    transform: translate3d(0, 30px, 0);
  }

  100% {
    opacity: 1;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}

@keyframes fadeInUpDemos {
  0% {
    opacity: 0;
    -webkit-transform: translate3d(0, 30px, 0);
    transform: translate3d(0, 30px, 0);
  }

  100% {
    opacity: 1;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}

.fadeInUp {
  -webkit-animation-name: fadeInUp;
  animation-name: fadeInUp;
  -webkit-animation-duration: 1s;
  animation-duration: 1s;
  -webkit-animation-timing-function: ease;
  animation-timing-function: ease;
}

@-webkit-keyframes fadeInUp {
  0% {
    opacity: 0;
    -webkit-transform: translate3d(0, 40px, 0);
    transform: translate3d(0, 40px, 0);
  }

  60% {
    opacity: 1;
  }

  100% {
    opacity: 1;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}

@keyframes fadeInUp {
  0% {
    opacity: 0;
    -webkit-transform: translate3d(0, 40px, 0);
    transform: translate3d(0, 40px, 0);
  }

  60% {
    opacity: 1;
  }

  100% {
    opacity: 1;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}

.fadeIn {
  -webkit-animation-name: fadeIn;
  animation-name: fadeIn;
  -webkit-animation-timing-function: ease;
  animation-timing-function: ease;
  -webkit-animation-duration: 0.5s;
  animation-duration: 0.5s;
}

@-webkit-keyframes fadeIn {
  0% {
    opacity: 0;
  }

  100% {
    opacity: 1;
  }
}

@keyframes fadeIn {
  0% {
    opacity: 0;
  }

  100% {
    opacity: 1;
  }
}

.fadeInRight {
  -webkit-animation-name: fadeInRight;
  animation-name: fadeInRight;
  -webkit-animation-duration: 1s;
  animation-duration: 1s;
  -webkit-animation-timing-function: ease;
  animation-timing-function: ease;
}

@-webkit-keyframes fadeInRight {
  0% {
    opacity: 0;
    -webkit-transform: translateX(30px);
    transform: translateX(30px);
  }

  100% {
    opacity: 1;
    -webkit-transform: translateX(0);
    transform: translateX(0);
  }
}

@keyframes fadeInRight {
  0% {
    opacity: 0;
    -webkit-transform: translateX(30px);
    transform: translateX(30px);
  }

  100% {
    opacity: 1;
    -webkit-transform: translateX(0);
    transform: translateX(0);
  }
}

.slideInRight {
  -webkit-animation-name: slideInRight;
  animation-name: slideInRight;
  -webkit-animation-duration: 0.75s;
  animation-duration: 0.75s;
  -webkit-animation-timing-function: ease;
  animation-timing-function: ease;
}

@-webkit-keyframes slideInRight {
  0% {
    opacity: 0;
    -webkit-transform: translateX(170px);
    transform: translateX(170px);
  }

  25% {
    opacity: 1;
  }

  100% {
    opacity: 1;
    -webkit-transform: translateX(0);
    transform: translateX(0);
  }
}

@keyframes slideInRight {
  0% {
    opacity: 0;
    -webkit-transform: translateX(170px);
    transform: translateX(170px);
  }

  25% {
    opacity: 1;
  }

  100% {
    opacity: 1;
    -webkit-transform: translateX(0);
    transform: translateX(0);
  }
}

@media (max-width: 768px) {
  @-webkit-keyframes slideInRight {
    0% {
      opacity: 0;
      -webkit-transform: translateX(60px);
      transform: translateX(60px);
    }

    25% {
      opacity: 1;
    }

    100% {
      opacity: 1;
      -webkit-transform: translateX(0);
      transform: translateX(0);
    }
  }

  @keyframes slideInRight {
    0% {
      opacity: 0;
      -webkit-transform: translateX(60px);
      transform: translateX(60px);
    }

    25% {
      opacity: 1;
    }

    100% {
      opacity: 1;
      -webkit-transform: translateX(0);
      transform: translateX(0);
    }
  }
}

.fadeInLeft {
  -webkit-animation-name: fadeInLeft;
  animation-name: fadeInLeft;
  -webkit-animation-duration: 1s;
  animation-duration: 1s;
  -webkit-animation-timing-function: ease;
  animation-timing-function: ease;
}

@-webkit-keyframes fadeInLeft {
  0% {
    opacity: 0;
    -webkit-transform: translateX(-30px);
    transform: translateX(-30px);
  }

  100% {
    opacity: 1;
    -webkit-transform: translateX(0);
    transform: translateX(0);
  }
}

@keyframes fadeInLeft {
  0% {
    opacity: 0;
    -webkit-transform: translateX(-30px);
    transform: translateX(-30px);
  }

  100% {
    opacity: 1;
    -webkit-transform: translateX(0);
    transform: translateX(0);
  }
}

.fadeInDown {
  -webkit-animation-name: fadeInDown;
  animation-name: fadeInDown;
  -webkit-animation-duration: 1s;
  animation-duration: 1s;
}

@-webkit-keyframes fadeInDown {
  0% {
    opacity: 0;
    -webkit-transform: translateY(-30px);
    transform: translateY(-30px);
  }

  100% {
    opacity: 1;
    -webkit-transform: translateY(0);
    transform: translateY(0);
  }
}

@keyframes fadeInDown {
  0% {
    opacity: 0;
    -webkit-transform: translateY(-30px);
    transform: translateY(-30px);
  }

  100% {
    opacity: 1;
    -webkit-transform: translateY(0);
    transform: translateY(0);
  }
}

.clipping {
  -webkit-animation-name: clipping;
  animation-name: clipping;
  -webkit-animation-timing-function: linear;
  animation-timing-function: linear;
  -webkit-animation-duration: 0.5s;
  animation-duration: 0.5s;
}

@-webkit-keyframes clipping {
  0% {
    -webkit-clip-path: inset(-20px 100% -20px -20px);
    clip-path: inset(-20px 100% -20px -20px);
  }

  99% {
    -webkit-clip-path: inset(-20px -20px -20px -20px);
    clip-path: inset(-20px -20px -20px -20px);
  }

  100% {
    -webkit-clip-path: none;
    clip-path: none;
  }
}

@keyframes clipping {
  0% {
    -webkit-clip-path: inset(-20px 100% -20px -20px);
    clip-path: inset(-20px 100% -20px -20px);
  }

  99% {
    -webkit-clip-path: inset(-20px -20px -20px -20px);
    clip-path: inset(-20px -20px -20px -20px);
  }

  100% {
    -webkit-clip-path: none;
    clip-path: none;
  }
}

.clippingCircle {
  -webkit-animation-name: clippingCircle;
  animation-name: clippingCircle;
  -webkit-animation-timing-function: ease;
  animation-timing-function: ease;
  -webkit-animation-duration: 1.25s;
  animation-duration: 1.25s;
}

@-webkit-keyframes clippingCircle {
  0% {
    -webkit-clip-path: circle(0%);
    clip-path: circle(0%);
  }

  99% {
    -webkit-clip-path: circle(110%);
    clip-path: circle(110%);
  }

  100% {
    -webkit-clip-path: none;
    clip-path: none;
  }
}

@keyframes clippingCircle {
  0% {
    -webkit-clip-path: circle(0%);
    clip-path: circle(0%);
  }

  99% {
    -webkit-clip-path: circle(110%);
    clip-path: circle(110%);
  }

  100% {
    -webkit-clip-path: none;
    clip-path: none;
  }
}

.fadeInUpText {
  -webkit-animation-name: fadeInUpText;
  animation-name: fadeInUpText;
  -webkit-animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
  animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
  -webkit-animation-duration: 1s;
  animation-duration: 1s;
}

@-webkit-keyframes fadeInUpText {
  0% {
    opacity: 0;
    -webkit-transform: translateY(100%);
    transform: translateY(100%);
  }

  50% {
    opacity: 1;
  }

  100% {
    opacity: 1;
    -webkit-transform: translateY(0);
    transform: translateY(0);
  }
}

@keyframes fadeInUpText {
  0% {
    opacity: 0;
    -webkit-transform: translateY(100%);
    transform: translateY(100%);
  }

  50% {
    opacity: 1;
  }

  100% {
    opacity: 1;
    -webkit-transform: translateY(0);
    transform: translateY(0);
  }
}

/*animations for payments block*/
@keyframes circleMove {
  from {
    -webkit-transform: rotate(0deg);
  }

  to {
    -webkit-transform: rotate(360deg);
  }
}

@keyframes imageMove1 {
  from {
    -webkit-transform: translateX(-50%) rotate(0deg);
  }

  to {
    -webkit-transform: translateX(-50%) rotate(-360deg);
  }
}

@keyframes imageMove2 {
  from {
    -webkit-transform: translateX(-50%) rotate(-60deg);
  }

  to {
    -webkit-transform: translateX(-50%) rotate(-420deg);
  }
}

@keyframes imageMove3 {
  from {
    -webkit-transform: translateX(-50%) rotate(-120deg);
  }

  to {
    -webkit-transform: translateX(-50%) rotate(-480deg);
  }
}

@keyframes imageMove4 {
  from {
    -webkit-transform: translateX(-50%) rotate(-180deg);
  }

  to {
    -webkit-transform: translateX(-50%) rotate(-540deg);
  }
}

@keyframes imageMove5 {
  from {
    -webkit-transform: translateX(-50%) rotate(-240deg);
  }

  to {
    -webkit-transform: translateX(-50%) rotate(-600deg);
  }
}

@keyframes imageMove6 {
  from {
    -webkit-transform: translateX(-50%) rotate(-300deg);
  }

  to {
    -webkit-transform: translateX(-50%) rotate(-660deg);
  }
}

/*----------------- scroll-to-top start ------------------*/
.scroll-to-top {
  margin: 0;
  background: var(--rk-primary);
  position: fixed;
  bottom: 2.18em;
  right: .8em;
  z-index: 999;
  font-size: 1.625em;
  width: 1.875em;
  height: 1.875em;
  display: none;
  z-index: 99999;
  overflow: hidden;
  text-align: center;
  line-height: 1.875em;
  border-radius: 50%;
  color: var(--rk-white);
  transition: all .45s ease-in-out;
  cursor: pointer;
}

.scroll-to-top .scroll-icon i {
  color: var(--rk-white);
  transition: all 0.3s ease;
  animation: bounce 1.5s infinite;
}

#preloader {
  position: fixed;
  width: 100%;
  height: 100vh;
  z-index: 99999;
  overflow: visible;
  background: #ffffff;
}

#preloader .loader-circle {
  position: absolute;
  left: 0;
  right: 0;
  top: 40%;
  bottom: 0;
  width: 50px;
  height: 50px;
  margin: 0 auto;
  text-align: center;
  margin: 0 auto;
  border-radius: 50%;
  background: linear-gradient(45deg, transparent, transparent 40%, var(--rk-primary));
  -webkit-animation: animate 2s linear infinite;
  animation: animate 2s linear infinite;
}

#preloader .loader-circle:before {
  content: "";
  position: absolute;
  top: .125em;
  left: .125em;
  right: .125em;
  bottom: .125em;
  background: var(--rk-global-body-bgcolor);
  border-radius: 50%;
  z-index: 999;
}


@keyframes animate {
  0% {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
  }

  to {
    -webkit-transform: rotate(1turn);
    transform: rotate(1turn);
  }
}

@-webkit-keyframes animate {
  0% {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
  }

  to {
    -webkit-transform: rotate(1turn);
    transform: rotate(1turn);
  }
}


@keyframes bounce {

  0%,
  100% {
    transform: translateY(0);
  }

  50% {
    transform: translateY(-10px);
  }
}

@keyframes grow {
  0% {
    transform: scale(0.8);
  }

  50% {
    transform: scale(1.2);
  }

  100% {
    transform: scale(0.8);
  }
}

.grow-animation {
  animation: grow 2s infinite ease-in-out;
}

/*----------------- scroll-to-top end ------------------*/

/*----------------- header start ------------------*/
.menu-single a {
  color: var(--rk-white);
  font-size: 16px;
  font-weight: 600;
  transition: all 0.5s ease;
  -webkit-transition: all 0.5s ease;
  -ms-transition: all 0.5s ease;
  -moz-transition: all 0.5s ease;
  -o-transition: all 0.5s ease;
  position: relative;
  padding: 4px 0;
}

.menu-single a:after {
  width: 0;
  content: '';
  position: absolute;
  bottom: 0;
  z-index: 1;
  height: 100%;
  -webkit-transition: width .5s;
  transition: width .5s;
}

.menu-single a:after {
  left: 0;
  border-bottom: 2px solid var(--rk-white);
}

.menu-single a:hover {
  color: var(--rk-white)
}

.menu-single a:hover:before,
.menu-single a:hover:after,
.menu-single a.active:before,
.menu-single a.active:after {
  width: 100%;
}

.menu-single .sub-menu a:before,
.menu-single .sub-menu a:after {
  content: none;
}

.menu-single a.active {
  color: var(--rk-white)
}

.menu-single .down-ar {
  color: var(--rk-white)
}

.menu-single:hover .down-ar {
  color: var(--rk-white)
}

.menu-single .sub-menu a {
  color: #000;
}

.menu-single .sub-menu a:hover {
  color: var(--rk-primary);
}

.menu-single.megamenu-dropdown {
  position: unset;
}

.menu-single.megamenu-dropdown:hover .sub-menu {
  top: 73%;
}

.megamenu-dropdown .sub-menu {
  width: 100%;
  padding: 15px;
  column-count: 3;
}

.menu-single {
  margin: 0 20px;
  position: relative;
}

.menu-single .down-ar {
  vertical-align: middle;
  margin-left: 5px;
}

.sub-menu {
  position: absolute;
  right: 0;
  top: 130%;
  background: white;
  width: 240px;
  padding: 20px 20px;
  z-index: 999;
  box-shadow: 0px 0px 15px 0px rgba(0, 0, 0, 0.1);
  opacity: 0;
  visibility: hidden;
  transition: all 0.5s ease;
  -webkit-transition: all 0.5s ease;
  -ms-transition: all 0.5s ease;
  -moz-transition: all 0.5s ease;
  -o-transition: all 0.5s ease;
  margin: 30px 0 0;
}

.menu-single:hover .sub-menu {
  top: 100%;
  opacity: 1;
  visibility: visible;
}



header.sticky .menu-single:hover .sub-menu {
  top: 47%;
}

header.sticky .menu-single.megamenu-dropdown:hover .sub-menu {
  top: 48%;
}



.sub-menu a {
  display: block;
  font-weight: normal;
  padding: 5px 0;
}

.sub-menu li:last-child a {
  border: none;
}

header {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  z-index: 10;
  padding: 30px 0;
}

.main-logo img {
  transition: all 0.5s ease;
  -webkit-transition: all 0.5s ease;
  -ms-transition: all 0.5s ease;
  -moz-transition: all 0.5s ease;
  -o-transition: all 0.5s ease;
  width: 200px;
}

header .item {
  flex: 0 1 180px;
  width: auto;
}

header .item:nth-of-type(2) {
  flex-basis: auto;
}

header .item:nth-of-type(3) {
  text-align: end;
}

.rk-button {
  font-size: var(--rk-font-size-normal);
  font-family: var(--rk-global-font-family);
  letter-spacing: var(--rk-letter-spacing-one);
  font-weight: var(--rk-font-weight-semi-bold);
  line-height: var(--rk-font-line-height-body);
  padding: .75em 3em;
  border: none;
  display: inline-block;
  vertical-align: top;
  text-transform: capitalize;
  white-space: nowrap;
  box-shadow: none;
  transition: all .45s ease-in-out;
  color: var(--rk-white);
  border-radius: var(--rk-border-radius);
}

.rk-button {
  position: relative;
}

.rk-button::before {
  content: "";
  position: absolute;
  inset: 0;
  z-index: -2;
  background: linear-gradient(128deg, #5341D5 5.23%, #8933BF 29.62%, #CE2580 50.46%, #F81D43 65.2%, #FEC053 93.16%);
  border-radius: inherit;
  transition: opacity 0.6s ease-in-out;
  opacity: 1;
}

/* Hover gradient (radial) */
.rk-button::after {
  content: "";
  position: absolute;
  inset: 0;
  z-index: -1;
  background: radial-gradient(circle farthest-corner at 100% 0, #f09c33 0, #f59234 4%, #f98736 7%, #fd7b38 10%, #ff6e3c 14%, #ff5f41 18%, #ff4e46 21%, #ff384b 25%, #fd1851 29%, #f90059 32%, #f50062 36%, #f0006c 39%, #e90077 43%, #e10083 46%, #d70090 50%, var(--rk-primary) 75%, var(--rk-primary) 100%);
  background-size: 400% 100%;
  background-position: 85%;
  border-radius: inherit;
  transition: opacity 0.6s ease-in-out, background-position 1s cubic-bezier(.35, .35, 0, 1);
  opacity: 0;
}

.rk-button:hover::before {
  opacity: 0;
}

.rk-button:hover::after {
  opacity: 1;
  background-position: 0 0;
}

.rk-button:hover {
  color: var(--rk-white);
}

.rk-button.full {
  padding: .95em 5em;
}

.rk-button.medium {
  padding: .95em 3em;
}

.rk-button-light {
  border: 1px solid var(--rk-primary);
  background: transparent;
  background-image: linear-gradient(128.13deg, #5341D5, #8933BF, #CE2580, #F81D43, #FEC053);
  background-clip: text;
  -webkit-background-clip: text;
  color: transparent;
  -webkit-text-fill-color: transparent;
  padding: .9em 3em !important;
}

.rk-button-light:before,
.rk-white-light:before,
.rk-white-light:after,
.rk-button-light::after,
.rk-white-btn:after,
.rk-white-btn:before {
  content: none;
}

.rk-white-btn {
  border: 1px solid var(--rk-white);
  background: var(--rk-white);
  color: var(--rk-primary);
  box-shadow: var(--rk-global-box-shadow);
}

.rk-white-btn svg {
  vertical-align: middle;
}

.rk-white-light,
.rk-white-btn:hover {
  border: 1px solid var(--rk-white);
  background: transparent;
  color: var(--rk-white);
  box-shadow: var(--rk-global-box-shadow-dark);

}

.rk-white-light:hover {
  background: var(--rk-white);
  color: var(--rk-primary);
  border-color: var(--rk-white);
  box-shadow: var(--rk-global-box-shadow-dark);

}

/*----------------- header end ------------------*/
.section-heading {
  position: relative;
}

.section-heading .effectimg img {
  position: absolute;
  z-index: 1;
  width: 3%;
}

.section-title {
  letter-spacing: -0.02em;
  font-size: 2.8125em;
  text-align: center;
  font-weight: var(--rk-font-weight-bold);
  color: var(--rk-black);
  line-height: 58px;
}

.section-title.white {
  color: var(--rk-white);
}

.effect-title {
  background: var(--rk-primary-gradient);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  background-clip: text;
  color: transparent;
}

/* Buy now Button */
.rk-btn-buy-now {
  position: fixed;
  top: 50%;
  left: auto;
  right: 1%;
  text-align: center;
  align-items: center;
  justify-content: center;
  flex-direction: column;
  z-index: 9999;
}

.rk-btn-buy-now .cart-icon {
  width: 50px;
  height: 50px;
  background: var(--rk-primary);
  display: flex;
  justify-content: center;
  align-items: center;
  box-shadow: var(--rk-global-box-shadow-dark);
  border-radius: 50%;
  font-size: 24px;
  line-height: normal;
  color: #fff;
}

.rk-btn-buy-now .title {
  margin-top: 1px;
  font-weight: 600;
  text-transform: capitalize;
}

/*================================================
Hero Section CSS
=================================================*/
section {
  overflow: hidden;
  position: relative;
  z-index: 1;
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
}

.hero {
  height: 100vh;
  min-height: 950px;
  position: relative;
}

.animatedLine {
  position: fixed;
  top: 0;
  height: 100%;
  width: 1px;
  overflow: hidden;
}

.animatedLine:nth-child(1) {
  left: 30%;
}

.animatedLine:nth-child(1)::after {
  animation-delay: -1s;
}

.animatedLine:nth-child(2) {
  left: 72%;
}

.animatedLine:nth-child(2)::after {
  animation-delay: -.5s;
}

.animatedLine::after {
  content: '';
  display: block;
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 75px;
  background: -moz-linear-gradient(top, rgba(255, 255, 255, 0) 0%, var(--rk-white) 75%, var(--rk-white) 100%);
  background: -webkit-linear-gradient(top, rgba(255, 255, 255, 0) 0%, var(--rk-white) 75%, var(--rk-white) 100%);
  background: linear-gradient(to bottom, rgba(255, 255, 255, 0) 0%, var(--rk-white) 75%, var(--rk-white) 100%);
  animation: animatedLine 3s 0s infinite;
  animation-timing-function: cubic-bezier(0.4, 0.26, 0, 0.97);
  animation-fill-mode: forwards;
}

@keyframes animatedLine {
  0% {
    top: -150px;
  }

  60% {
    top: calc(100% + 150px);
  }

  100% {
    top: calc(100% + 150px);
  }
}

.hero-section::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background-color: #000;
  background-size: cover;
  z-index: -1;
}

.hero-section .section-title span {
  display: inline-block;
  vertical-align: top;
}

.hero-section .section-title .type {
  overflow: hidden;
  white-space: nowrap;
  width: 0;
  animation:
    typing 1s steps(25, end) forwards;
}

.hero-section .section-title .type2 {
  overflow: hidden;
  white-space: nowrap;
  width: 0;
  animation:
    typing 1s steps(25, end) forwards;
  animation-delay: 1s;
}

@keyframes typing {
  from {
    width: 0
  }

  to {
    width: 100%
  }
}

.hero-section .hero_subtitle {
  margin: 0 auto;
  max-width: 500px;
}

.hero-section .reward-img {
  max-width: 71px;
}

.hero-section .hero_subtitle p {
  font-size: 1.25em;
  text-align: center;
  color: var(--rk-white)
}


.hero-section .hero_subtitle span {
  color: var(--rk-white)
}

.hero-section .section-heading .effectimg.pattern-img img {
  right: auto;
  top: 5%;
  left: -4%;
  width: 3%;
}

.hero-section .section-heading .effectimg.pattern-img img:nth-child(1) {
  width: 4%;
}

.hero-section .section-heading .effectimg.pattern-img img:nth-of-type(2) {
  right: -4%;
  top: 23%;
  left: auto;
}

.hero-section .section-heading .effectimg.pattern-img img:nth-of-type(3) {
  top: auto;
  left: 1%;
  bottom: -65%;
  right: auto;
  width: 7%;
}

.hero-section .masonry-block {
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  width: 100%;
  height: 100%;
  z-index: 1;
  display: grid;
  justify-content: space-between;
  align-items: flex-end;
  overflow: hidden;
  grid-template-columns: 16% 9.2% 42.8% 9.46% 13.9%;
  grid-gap: 20px;
  margin: 0;
}


.hero-section .masonry-block .item {
  position: relative;
  display: inline-grid;
  z-index: 2;
}

.hero-section .masonry-block .item:nth-of-type(1) img:nth-of-type(2) {
  position: absolute;
  top: 0;
  right: -5%;
  transform: translateY(-160%);
  width: 22%;
}

.hero-section .masonry-block .item:nth-of-type(1) img:nth-of-type(3) {
  position: absolute;
  top: 0;
  left: 35%;
  width: 27%;
  max-width: 85px;
  transform: translateY(-175%);
}

.hero-section .masonry-block .item:nth-of-type(2) {
  bottom: -3.1%;
}

.hero-section .masonry-block .item:nth-of-type(3) .hero_main_img {
  background-color: var(--rk-global-body-bgcolor);
  padding: 3.6% 3.6% 0;
  border-radius: 15px 15px 0 0;
}

.hero-section .masonry-block .item:nth-of-type(3) .masonry_img {
  position: absolute;
  top: 0;
}

.hero-section .masonry-block .item:nth-of-type(3) .masonry_img:nth-of-type(1) {
  left: -13%;
  width: 9.2%;
  transform: translateY(110%);
}


.hero-section .masonry-block .item:nth-of-type(3) .masonry_img:nth-of-type(2) {
  left: -28%;
  width: 10.7%;
  transform: translateY(-45%);
  top: auto;
  bottom: 0;
}

.hero-section .masonry-block .item:nth-of-type(3) .masonry_img:nth-of-type(3) {
  right: -11%;
  width: 6.2%;
  transform: translateY(-100%);
  bottom: auto;
}

.hero-section .masonry-block .item:nth-of-type(4) {
  bottom: -3.8%;
}
.hero-section .masonry-block .item:nth-of-type(4) img{
    border-radius: 15px 18px;
}
.hero-section .masonry-block .item:nth-of-type(4) .masonry_img {
  width: 55%;
  margin-bottom: 28%;
}

.hero-section .masonry-block .item:nth-of-type(5) .masonry_img {
  position: absolute;
  top: 0;
}

.hero-section .masonry-block .item:nth-of-type(5) .masonry_img:nth-of-type(1) {
  left: 8%;
  width: 19.09%;
  transform: translateY(-130%);
}

.hero-section .masonry-block .item:nth-of-type(5) .masonry_img:nth-of-type(2) {
  left: -42%;
  width: 28.5%;
  transform: translateY(-170%);
}

.hero-section .masonry-block .item:nth-of-type(5) img {
  margin-left: auto;
}

.masonry-block .item {
  opacity: 0;
  transition: opacity 0.3s linear;
}

.masonry-block .item:nth-of-type(1) {
  transition-delay: 0.1s;
}

.masonry-block .item:nth-of-type(2) {
  transition-delay: 0.2s;
}

.masonry-block .item:nth-of-type(3) {
  transition-delay: 0.3s;
}

.masonry-block .item:nth-of-type(4) {
  transition-delay: 0.4s;
}

.masonry-block .item:nth-of-type(5) {
  transition-delay: 0.5s;
}

.masonry-block .item:nth-of-type(6) {
  transition-delay: 0.6s;
}

.load-content .masonry-block .item {
  opacity: 1 !important;
}

.hero_top {
  position: relative;
  z-index: 99;
  padding-top: 15.2em;
}

.hero_top .container {
  width: 100%;
  max-width: 1007px;
  position: relative;
  z-index: 2;
}

@media (max-width: 1023px) {
  .hero_top h1 br {
    display: none;
  }
}

.hero_top .sub {
  color: var(--rk-white);
  margin-top: 1.5em;
}

@media (max-width: 1023px) {
  .hero_top .sub {
    margin-top: 1em;
  }
}

.hero_top .btn_wrap {
  margin-top: 2.3em;
}


.hero_top .img_wrap {
  background-color: var(--rk-global-body-bgcolor);
  margin-top: 7.7em;
  padding: 35px;
  border-radius: 15px;
  box-shadow: var(--rk-global-box-shadow);
}

.hero-main {
  position: absolute;
  top: 0;
  bottom: 0;
  width: 100%;
  height: 100%;
  overflow: hidden;
  opacity: 0.25;
}

@media (max-width: 1679px) {

  .hero_top .container {
    max-width: 800px;
  }

  .hero-section {
    min-height: 800px;
  }
}

@media (max-width: 1279px) {

  .hero_top .container {
    max-width: 700px;
  }

  .hero_top .img_wrap {
    margin-top: 6em;
  }
}

@media(max-width : 1024px) {
  .hero_top {
    padding-top: 9em;
  }
}

@media (max-width: 850px) and (orientation: landscape) {
  .hero_top {
    padding-top: 8em;
  }

  .hero_top .img_wrap {
    margin-top: 3em;
  }
}

@media (max-width: 479px) {

  .hero_top .container {
    justify-content: center;
  }

  .hero_top .img_wrap {
    margin-top: 3em;
  }
}

@media screen and (min-width: 1025px) and (max-width: 1440px) {
  .hero-section {
    min-height: 730px;
    max-height: 760px;
  }
}

@media (max-width: 1024px) {
  .hero-section {
    min-height: 650px;
  }
}

@media (max-width: 850px) {
  .hero-section {
    min-height: 490px;
    max-height: 600px;
  }

  .hero-section .section-heading .effectimg.pattern-img {
    display: none;
  }

  .hero-section::after {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background-size: cover;
    z-index: -1;
    background-size: cover;
    opacity: .15;
    background-image: url(../images/hero/hero_bg.png);
    background-size: cover;
  }
}

@media (max-width: 740px) {
  .hero-section .masonry-block {
    display: none;
  }
}

@media (max-width: 666px) {
  .hero-section {
    min-height: 285px;
    max-height: 600px;
    display: flex;
    align-items: end;
    justify-content: center;
    height: 100%;
  }

  .hero_top {
    padding: 0 1em 2.5em
  }

  .hero-section .section-title {
    font-size: 1.25em;
  }

  .hero-section .hero_subtitle p {
    line-height: normal;
    font-size: 14px;
  }
}

@media screen and (min-width: 568px) and (max-width: 736px) {
  .hero-section {
    height: 120vh;
    min-height: 300px;
    max-height: 450px;
  }
}

@media (max-width: 767px) {

  .hero_top .btn_wrap {
    margin-top: 1.5em;
  }

  .hero-section .reward-img {
    max-width: 67px;
  }
}

@media (max-width: 479px) {
  .hero-section {
    min-height: 308px;
  }

  .hero-section .section-title .type,
  .hero-section .section-title .type2 {
    white-space: unset;
  }

  .hero-section .section-title span {
    display: unset;
  }

  .hero-section .section-title br {
    display: none;
  }

  .hero-section .hero_subtitle {
    max-width: 275px;
  }

  .hero-section .reward-img {
    max-width: 50px;
  }

}

/* Aimation On Load */
.heroFadeUp {
  -webkit-transform: translate3d(0, 40px, 0);
  transform: translate3d(0, 40px, 0);
}

.heroFadeTopLeft {
  -webkit-transform: translate3d(-40px, -40px, 0);
  transform: translate3d(-40px, -40px, 0);
}

.heroFadeTopRight {
  -webkit-transform: translate3d(40px, 40px, 0);
  transform: translate3d(40px, 40px, 0);
}

.heroFadeBottomLeft {
  -webkit-transform: translate3d(-40px, 40px, 0);
  transform: translate3d(-40px, 40px, 0);
}

.heroFadeBottomRight {
  -webkit-transform: translate3d(40px, -40px, 0);
  transform: translate3d(40px, -40px, 0);
}

/*================================================
Demo Section CSS
=================================================*/
.demo-section .grid {
  margin-top: 2.5em;
  display: grid;
  grid-template-columns: 1fr 1fr 1fr 1fr;
  grid-gap: 30px;
  justify-items: stretch;
}

@media (max-width: 1199px) {
  .demo-section .grid {
    grid-template-columns: 1fr 1fr 1fr;
  }
}

@media (max-width: 991px) {
  .demo-section .grid {
    grid-template-columns: 1fr 1fr;
  }
}

@media (max-width: 479px) {
  .demo-section .grid {
    grid-template-columns: 1fr;
  }
}

.demo-section .grid .item p,
.demo-section .grid .item .demo_img {
  display: block;
  background-color: var(--rk-global-body-bgcolor);
  padding: 20px;
  border-radius: 20px;
  box-shadow: var(--rk-global-box-shadow);
}

.demo-section .grid a {
  transition: all 0.2s ease-in;
}

.demo-section .grid .item:hover .demo_img {
  transform: translateY(-7px);
}


.demo-section h5 {
  margin-top: 1em;
}

.demo-section h5 a {
  color: inherit;
}

/*================================================
Try Section CSS
=================================================*/

.try-demo-section {
  background-color: var(--rk-global-body-bgcolor);
  z-index: 5;
}

.try-demo-section img {
  width: 100%;
  height: auto;
}

.try-demo-section .container {
  max-width: 702px;
  padding-left: 15px;
  padding-right: 15px;
  margin: 0 auto;
}

.try-demo-section .try-content {
  position: relative;
}

.try-demo-section .try-content img:not(:first-child) {
  position: absolute;
}

.try-demo-section .try-content img:nth-child(2) {
  top: auto;
  right: 3%;
  width: 35%;
  box-shadow: 0px 22px 64px 0px #161C2D31;
  bottom: -3%;
}

.try-demo-section .try-content img:nth-child(3) {
  top: 20%;
  left: -5%;
  width: 7.5%;
}

.try-demo-section .try-content img:nth-child(4) {
  width: 9%;
  bottom: 15%;
  top: auto;
  left: 6%;
}

.try-demo-section .try-content img:nth-child(5) {
  width: 9%;
  top: 11%;
  left: auto;
  bottom: auto;
  right: -7%;
}

.try-demo-section .try-content img:nth-child(6) {
  top: 26%;
  right: -20%;
  width: 6%;
}

.try-demo-section .try-content img:nth-child(7) {
  width: 8.2%;
  top: auto;
  bottom: 36%;
  right: -12%;
}

.try-demo-section .button {
  margin-top: 35px;
  text-align: center;
}

@media (max-width: 1199px) {
  .try-demo-section .container {
    max-width: 500px;
  }
}

@media(max-width: 767px) {
  .try-demo-section .try-content {
    width: 75%;
    margin: auto;
  }
}

/*================================================
Plugins Section CSS
=================================================*/
.plugins-section .grid {
  margin-top: 2.5em;
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(200px, 1fr));
  grid-gap: 30px;
  justify-items: stretch;
}

@media (max-width: 767px) {
  .plugins-section .grid {
    grid-gap: 20px;
  }
}

.plugins-section .item {
  background-color: var(--rk-global-body-bgcolor);
  border-radius: 15px;
  height: 225px;
  box-shadow: var(--rk-global-box-shadow-dark);
  padding: 40px 20px 10px;
}

.plugins-section .item .img_wrap {
  --size: 100px;
  border-radius: 50%;
  background-color: var(--rk-global-secondary-bgcolor);
  width: var(--size);
  height: var(--size);
  display: grid;
  place-items: center;
  margin: 0 auto;
}

.plugins-section .item img {
  width: auto;
}

.plugins-section h6 {
  margin-top: 1em;
  margin-bottom: 0;
}

.plugins-section .btn_wrap {
  margin-top: 3.3em;
  margin-left: auto;
  margin-right: auto;
  max-width: 272px;
}

@media (max-width: 1279px) {
  .plugins-section .btn_wrap {
    margin-top: 2.5em;
  }
}

@media (max-width: 600px) {
  .plugins-section .btn_wrap {
    margin-top: 2em;
  }
}

.plugins-section .btn_wrap .btn {
  width: 100%;
}

.plugins-section .effectimg {
  position: absolute;
  z-index: 1;
}


/*================================================
Features Section CSS
=================================================*/
.features-section .grid {
  margin-top: 2.5em;
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  grid-gap: 30px;
  justify-items: stretch;
}

@media (max-width: 1023px) {
  .features-section .grid {
    grid-template-columns: 1fr 1fr;
  }
}

@media (max-width: 767px) {
  .features-section .grid {
    grid-gap: 20px;
  }
}

@media (max-width: 600px) {
  .features-section .grid {
    grid-template-columns: 400px;
    justify-content: center;
  }
}

@media (max-width: 479px) {
  .features-section .grid {
    grid-template-columns: 1fr;
  }
}

.features-section .item {
  height: 390px;
  border-radius: 16px;
  box-sizing: border-box;
  justify-content: flex-end;
  padding: 2em 2.5em;
  background-color: var(--rk-global-body-bgcolor);
}

@media (max-width: 1279px) {
  .features-section .item {
    padding: 1.2em 2em;
  }
}

@media (max-width: 600px) {
  .features-section .item {
    height: max-content;
  }
}

.features-section .item h4 {
  margin: 1em 0 0.3em;
  text-transform: capitalize;
}

.features-section .img_wrap {
  max-width: 190px;
  position: relative;
  margin: 0 auto;
  max-height: 155px;
}

.features-section img {
  margin: 0 auto;
}

/*================================================
buddypress Section CSS
=================================================*/

.buddypress-block-section .list-wrap {
  display: flex;
  flex-wrap: wrap;
  max-width: 590px;
  margin-top: 2.1em;
  margin-bottom: .5em;
}

.buddypress-block-section .block-bottom {
  display: flex;
  flex-wrap: wrap;
}

.buddypress-block-section .block-bottom .rk-button {
  margin: .5em;
}

.buddypress-block-section ul {
  flex: 0 0 49%;
}


.buddypress-block-section .img-wrap {
  position: relative;
}

.buddypress-block-section .content {
  max-width: 580px;
}

.buddypress-block-section img:not(:first-of-type) {
  position: absolute;
}

.buddypress-block-section img:first-of-type {
  position: relative;
}

.circle-pattern {
  animation: roundMove 5s infinite linear;
}

.buddypress-block-section {
  background: var(--rk-global-body-bgcolor);
}

.buddypress-block-section .section-heading p {
  font-size: var(--rk-font-size-h5);
}



.buddypress-block-section .content p {
  max-width: 490px;
}

.buddypress-block-section .content .list-wrap ul {
  flex-basis: 100%;
}

.buddypress-block-section .content .list-wrap li {
  font-size: 18px;
  line-height: 1.25em;
  font-weight: 400;
  display: flex;
  justify-content: start;
  gap: 20px;
  padding-bottom: 1em;
  align-items: center;
}

.buddypress-block-section .content .list-wrap li:before {
  display: none;
}


.buddypress-block-section .content .list-wrap li+li {
  margin-top: 12px;
}

.buddypress-block-section .content .list-wrap p {
  margin: 0;
}

.buddypress-block-section .img-wrap {
  padding: 6.3% 0 0 5.5%;
}

.buddypress-block-section .img-wrap>img {
  box-shadow: 0 3px 12px rgba(0, 0, 0, 0.04);
  z-index: 1;
  border-radius: 10px;
}

.buddypress-block-section .img-wrap>img:nth-of-type(1) {
  z-index: 1;
  box-shadow: none;
}

.buddypress-block-section .img-wrap>img:nth-of-type(2) {
  bottom: 6%;
  right: 10%;
  z-index: -1;
  width: 43.5%;
}

.buddypress-block-section .img-wrap>img:nth-of-type(3) {
  z-index: 2;
  top: 21%;
  left: 1.7%;
  max-width: 50px;
  width: 7%;
}

.buddypress-block-section .img-wrap>img:nth-of-type(4) {
  z-index: 2;
  bottom: 37.5%;
  left: -6%;
  width: 9.3%;
  max-width: 68px;
}


.buddypress-block-section .img-wrap>img:nth-of-type(5) {
  top: 7%;
  left: 10%;
  box-shadow: none;
  z-index: 0;
  border-radius: 0;
  width: 32.9%;
}

.buddypress-block-section .img-wrap>img:nth-of-type(6) {
  z-index: 2;
  top: 9%;
  right: 16.6%;
  width: 8.6%;
  max-width: 63px;
}

.buddypress-block-section .img-wrap>img:nth-of-type(7) {
  z-index: 2;
  bottom: 43.5%;
  right: 8%;
  width: 7.8%;
  max-width: 57px;
}

.buddypress-block-section .img-wrap>img:nth-of-type(8) {
  z-index: 2;
  bottom: 10%;
  right: 13%;
  width: 7%;
  max-width: 51px;
}

.buddypress-block-section .img-wrap>img:nth-of-type(9) {
  z-index: 2;
  bottom: 0;
  left: 23%;
  width: 6.9%;
  max-width: 50px;
}

@media (max-width: 1349px) {
  .buddypress-block-section .img-wrap {
    padding-left: 1.5%;
  }
}

@media (max-width: 1229px) {
  .buddypress-block-section ul {
    flex: 0 0 50%;
  }

  .buddypress-block-section .img-wrap>img:nth-of-type(2) {
    right: 1%;
  }

  .buddypress-block-section .img-wrap>img:nth-of-type(7) {
    right: 0;
  }

  .buddypress-block-section .img-wrap>img:nth-of-type(8) {
    right: 7%;
  }
}

@media (max-width: 1199px) {
  .buddypress-block-section .list-wrap {
    max-width: 450px;
    margin-top: 2em;
  }

}

@media (max-width: 1023px) {
  .buddypress-block-section .content {
    max-width: 100%;
  }

  .buddypress-block-section .content h5 {
    margin-bottom: 5px;
  }
}

@media(max-width: 767px) {
  .buddypress-block-section .img-wrap {
    padding-left: 0;
    width: 70%;
    margin: auto;
  }

  .buddypress-block-section .img-wrap>img:nth-of-type(2) {
    right: 1%;
  }

  .buddypress-block-section .img-wrap>img:nth-of-type(7) {
    bottom: 39.5%;
  }

  .buddypress-block-section .img-wrap>img:nth-of-type(4) {
    left: -9%;
  }

  .buddypress-block-section .img-wrap>img:nth-of-type(3) {
    left: -2%;
  }

  .buddypress-block-section .img-wrap>img:nth-of-type(6) {
    top: 10%;
    right: 7.6%;
  }
}

@media (max-width: 379px) {
  .buddypress-block-section .list-wrap {
    flex: 0 0 100%;
    margin-top: 1.4em;
  }

  .buddypress-block-section ul {
    flex: 0 0 100%;
  }

  .buddypress-block-section .img-wrap {
    width: 85%;
  }

  .buddypress-block-section .img-wrap>img:nth-of-type(4) {
    width: 13.3%;
    max-width: 90px;
  }

  .buddypress-block-section .img-wrap>img:nth-of-type(6) {
    top: 6%;
    right: 7.6%;
    width: 10.6%;
    max-width: 70px;
  }

  .buddypress-block-section .img-wrap>img:nth-of-type(7) {
    right: -4%;
    width: 10.8%;
    max-width: 70px;
  }

  .buddypress-block-section .img-wrap>img:nth-of-type(9) {
    bottom: -7%;
    left: 23%;
    width: 10.9%;
  }

  .buddypress-block-section .img-wrap>img:nth-of-type(8),
  .buddypress-block-section .img-wrap>img:nth-of-type(3) {
    width: 9%;
  }
}

/*================================================
info-block-section Section CSS
=================================================*/
.info-block-section {
  background: var(--rk-global-body-bgcolor);
}

.center-block .section-heading {
  padding: 0 5em;
}

.center-block {
  background: var(--rk-primary-gradient);
  border-radius: 30px;
  position: relative;
  z-index: 1;
}

.center-block::before {
  position: absolute;
  content: "";
  left: auto;
  right: 0;
  top: auto;
  bottom: 0;
  background: url(../images/info-bg.png);
  width: 100%;
  height: 100%;
  background-size: contain;
  z-index: -1;
  background-repeat: no-repeat;
}

.center-block {
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
}

.center-block .rk-button {
  margin: 0.5em;
}

@media(max-width: 1199px) {
  .center-block .section-heading {
    padding: 0 1em;
  }
}

@media(max-width: 543px) {

  .center-block .section-heading br {
    display: none;
  }

}

/*===============================================
Mode Section Css
===============================================*/

.live-mode .section-heading .effectimg.pattern-img img {
  top: 10.7%;
  right: 10%;
}

.live-mode .section-heading .effectimg.pattern-img img:nth-of-type(2) {
  top: auto;
  right: 6%;
  bottom: 12%;
}

.live-mode-slider {
  position: relative;
  margin-top: 2.5em;
}

.live-slider {
  position: relative;
  z-index: 2;
}

.live-mode {
  width: 60%;
  margin: 0 auto;
}

.live-slider-inner {
  position: relative;
  padding-top: 40%;
}

.live-slider-inner .img {
  position: absolute;
  background-repeat: no-repeat;
  background-size: cover;
  top: 0;
  left: 0;
  bottom: 0;
  width: 100%;
}

.live-slider-inner .light {
  background-image: url("../images/mode/light.png");
}

.live-slider-inner .dark {
  background-image: url("../images/mode/dark.png");
  width: 100%;
  height: 100%;
  clip-path: inset(0 50% 0 0); 
  transition: clip-path 0.2s;
}

.mode_slider {
  position: absolute;
  top: 0;
  bottom: 0;
  width: 100%;
  height: 100%;
  background-color: transparent;
  outline: none;
  margin: 0;
  transition: all 0.2s;
  opacity: 0;
  left: 0;
  right: 0;
}

.mode_slider::-webkit-slider-thumb {
  width: 40px;
  height: 100%;
  background-color: transparent;
  cursor: pointer;
}

.mode_slider::-moz-range-thumb {
  background-color: transparent;
  width: 40px;
  height: 100%;
  cursor: pointer;
}

.mode_slider_btn {
  --size: 40px;
  cursor: pointer;
  transition: all 0.2s;
  pointer-events: none;
  position: absolute;
  width: var(--size);
  height: var(--size);
  border-radius: var(--rk-border-radius);
  background-color: white;
  transform: translate(-50%, -50%);
  left: 50%;
  top: 50%;
  z-index: 3;
}

.mode_slider_btn:before {
  content: "\f337";
  font-family: "Font Awesome 6 Free";
  display: inline-block;
  font-weight: 600;
  vertical-align: middle;
  padding: 5px 10px;
  font-size: 20px;
}

@media (max-width : 991px) {
  .live-mode {
    width: 80%;
  }

  .live-mode .section-heading .effectimg.pattern-img img {
    right: 2%;
  }

  .live-mode .section-heading .effectimg.pattern-img img:nth-of-type(2) {
    right: 0;
    bottom: 38%;
  }
}

@media(max-width: 479px) {

  .live-mode {
    width: 90%;
  }

  .live-mode .section-heading .effectimg.pattern-img img {
    right: -2%;
  }

  .live-mode .section-heading .effectimg.pattern-img img:nth-of-type(2) {
    right: -6%;
    bottom: auto;
    top: 20%;
  }

  .section-heading .effectimg img {
    width: 5%;
  }
}


/*===========================
 Story section css
===========================*/
.story-section {
  background: var(--rk-global-body-bgcolor);
}

.swiper-container>.swiper-slide__content {
  position: absolute;
  top: 0;
}

.swiper-slide {
  display: flex;
  align-items: center;
  justify-content: center;
  transition: all 200ms linear;
  transform: scale(.8) !important;
}

.swiper-slide-active {
  transform: scale(1) !important;
  overflow: hidden;
}

.swiper-slide-active .center {
  position: relative;
  overflow: hidden;
}

.story-section .swiper-container {
  padding: 1.5em 3em;
}

.center-display-fixed {
  position: absolute;
  top: 50%;
  left: 50%;
  width: 165px; 
  transform: translate(-50%, -50%);
  z-index: 10;
  pointer-events: none; /* so swipe still works */
}

.center-display-fixed img {
  width: 100%;
  height: auto;
}
.story-section .item {
  padding-left: 8em;
}

@media only screen and (max-width : 1199px) {
  .story-section .item {
    padding-left: 2em;
  }


  .story-section .swiper-container {
    padding: 1.5em;
  }
}

p {
  font-size: 15px;
  line-height: 24px;
  color: var(--rk-global-font-color);
}

ul {
  padding: 0;
  list-style-type: none;
  margin: 0;
}

/*----------------- responsive start ------------------*/

@media only screen and (min-width : 992px) {
  .menu-toggle {
    display: none;
  }

  .sub-menu.collapse {
    display: block !important;
  }

}


@media only screen and (max-width : 1199px) {
  .menu-single {
    margin: 0 15px;
  }
}

@media only screen and (max-width : 991px) {
  header .center-grid {
    justify-content: start !important;
  }

  header .item:nth-of-type(2) {
    order: 1;
  }

  header .item {
    order: 2;
    z-index: 1;
  }

  header .item:nth-of-type(3) {
    margin-left: auto;
  }

  .section-title {
    font-size: 2em;
    line-height: normal;
  }

  .menu-toggle-icon {
    position: relative;
    display: block;
    width: 22px;
    height: 16px;
    background: transparent;
    border-top: 2px solid var(--rk-white);
    border-bottom: 2px solid var(--rk-white);
    color: var(--rk-white);
    font-size: 0;
    -webkit-transition: all 0.25s ease-in-out;
    -o-transition: all 0.25s ease-in-out;
    transition: all 0.25s ease-in-out;
    z-index: 9999;
  }

  .menu-toggle-icon:before,
  .menu-toggle-icon:after {
    content: '';
    display: block;
    width: 100%;
    height: 2px;
    position: absolute;
    top: 50%;
    left: 50%;
    background: var(--rk-global-body-bgcolor);
    -webkit-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    transition: -webkit-transform 0.25s ease-in-out;
    -webkit-transition: -webkit-transform 0.25s ease-in-out;
    -o-transition: -webkit-transform 0.25s ease-in-out;
    transition: transform 0.25s ease-in-out;
    -moz-transition: -webkit-transform 0.25s ease-in-out;
    -ms-transition: -webkit-transform 0.25s ease-in-out;
  }

  span.is-active {
    border-color: transparent;
  }

  span.is-active:before {
    -webkit-transform: translate(-50%, -50%) rotate(45deg);
    -ms-transform: translate(-50%, -50%) rotate(45deg);
    transform: translate(-50%, -50%) rotate(45deg);
  }

  span.is-active:after {
    -webkit-transform: translate(-50%, -50%) rotate(-45deg);
    -ms-transform: translate(-50%, -50%) rotate(-45deg);
    transform: translate(-50%, -50%) rotate(-45deg);
  }

  span.menu-toggle:hover {
    color: var(--rk-primary);
  }

  span.is-active {
    border-color: transparent;
  }

  span.is-active:before {
    -webkit-transform: translate(-50%, -50%) rotate(45deg);
    -ms-transform: translate(-50%, -50%) rotate(45deg);
    transform: translate(-50%, -50%) rotate(45deg);
  }

  span.is-active:after {
    -webkit-transform: translate(-50%, -50%) rotate(-45deg);
    -ms-transform: translate(-50%, -50%) rotate(-45deg);
    transform: translate(-50%, -50%) rotate(-45deg);
  }

  .animated {
    -webkit-animation-duration: 1s;
    animation-duration: 1s;
    -webkit-animation-fill-mode: both;
    animation-fill-mode: both;
  }

  @-webkit-keyframes fadeInDown {
    from {
      opacity: 0;
      -webkit-transform: translate3d(0, -100%, 0);
      -ms-transform: translate3d(0, -100%, 0);
      transform: translate3d(0, -100%, 0);
    }

    to {
      opacity: 1;
      -webkit-transform: none;
      -ms-transform: none;
      transform: none;
    }
  }

  @keyframes fadeInDown {
    from {
      opacity: 0;
      -webkit-transform: translate3d(0, -100%, 0);
      -ms-transform: translate3d(0, -100%, 0);
      transform: translate3d(0, -100%, 0);
    }

    to {
      opacity: 1;
      -webkit-transform: none;
      -ms-transform: none;
      transform: none;
    }
  }

  .sub-menu {
    position: static;
    opacity: 1;
    visibility: visible;
    padding: 0;
    border: none;
    box-shadow: unset;
    width: 100%;
    margin: 0;
  }


  .menu-toggle {
    font-size: 20px;
    cursor: pointer;
    color: var(--rk-white);
  }

  .main-menu {
    overflow: hidden;
    height: 0;
    position: absolute;
    display: flex;
    align-items: center;
    justify-content: center;
    width: 100%;
    top: 0;
    left: 0;
    text-align: center;
    background-color: rgba(0, 0, 0, 0.95);
    border-radius: 0;
    z-index: 1000;
    will-change: width, transform, transition, border-radius, height;
    transition: all 0.8s ease;
    flex-direction: column;
  }

  .main-menu.show {
    transition: all 0.8s ease;
    height: 100vh;
    min-height: 400px;
    overflow-y: scroll;

  }

  .menu-single a {
    font-size: 18px;
  }

  .menu-single a,
  .menu-single a.active {
    color: var(--rk-white);
  }

  .menu-single {
    padding: 15px 0;
  }
}

@media (max-width: 479px) {
  .section-title {
    font-size: 1.8em;
  }

  .buddypress-block-section .section-heading p,
  .buddypress-block-section .content h5 {
    font-size: 1em;
  }

  .buddypress-block-section .content .list-wrap p {
    font-size: 14px;
  }

  header .item.header-right .rk-button.btn-login {
    padding: 0.4em 1.2em;
    font-size: 12px;
  }

  header .item {
    flex: 0 1 120px;
  }

  header .item.header-left {
    padding: 0;
  }
}

/*----------------- responsive end ------------------*/