@charset "UTF-8";
/*
    
	=========================
	Template Name 	 : CryptoZone
	Author			 : DexignZone
	Version			 : 1.0
	Author Portfolio : https://themeforest.net/user/dexignzone/portfolio
	=========================
	
	[Table of Contents] 

	=== SCSS Start ===
	
	1. Abstract
        1.1 _abstract.scss
        1.2 _mixins.scss
        1.3 _variable.scss

    2. Bootstrap scss
    
	3. Base
        3.1 _base.scss
        3.2 _custom-grid.scss
        3.3 _fonts.scss
        3.4 _preloader.scss
        3.5 _reset.scss
        3.6 _shortcode.scss

    4. Layout
		4.1 header
			4.1.1 _default.scss
			4.1.2 _header.scss
			
		4.2 banner
			4.2.1 _default.scss
			4.2.2 _banner.scss
			
		4.3 footer
			4.3.1 _default.scss
			4.3.2 _footer.scss
	
    5. Components
        5.1 section-head    
        5.1 _components.scss (all scss file include)

    6. Pages
        6.1 _pages.scss
        6.2 _index.scss
        6.3 _blog-details.scss
		
	=== SCSS End ===
*/
@font-face {
  font-family: 'Yekan';
  src: url('../fonts/Yekan.eot');
  src: url('../fonts/Yekan.eot?#iefix') format('embedded-opentype'),
       url('../fonts/Yekan.woff') format('woff'),
       url('../fonts/Yekan.ttf') format('truetype');
  font-weight: normal;
  font-style: normal;
}
@font-face {
  font-family: 'IranYekan';
  src: url('../fonts/IRYekan.eot');
  src: url('../fonts/IRYekan.eot?#iefix') format('embedded-opentype'),
       url('../fonts/IRYekan.woff') format('woff'),
       url('../fonts/IRYekan.ttf') format('truetype');
  font-weight: normal;
  font-style: normal;
}
@font-face {
  font-family: 'IranSans';
  src: url('../fonts/IRANSans.eot');
  src: url('../fonts/IRANSans.eot?#iefix') format('embedded-opentype'),
       url('../fonts/IRANSans.woff') format('woff'),
       url('../fonts/IRANSans.ttf') format('truetype');
  font-weight: normal;
  font-style: normal;
}
@import url("../icons/font-awesome/css/all.min.css");
:root {
  --gradient: linear-gradient( to right, rgb(255,64,62) 0%, rgb(255,129,27) 100%);
  --gradient-sec: linear-gradient( to right, rgb(57,26,166) 0%, rgb(6,163,245) 100%);
  --primary: #9467FE;
  --secondary: #362465;
  --primary-hover: #7034fe;
  --primary-dark: #3d01cb;
  --rgba-primary-1: rgba(148, 103, 254, 0.1);
  --rgba-primary-2: rgba(148, 103, 254, 0.2);
  --rgba-primary-3: rgba(148, 103, 254, 0.3);
  --rgba-primary-4: rgba(148, 103, 254, 0.4);
  --rgba-primary-5: rgba(148, 103, 254, 0.5);
  --rgba-primary-6: rgba(148, 103, 254, 0.6);
  --rgba-primary-7: rgba(148, 103, 254, 0.7);
  --rgba-primary-8: rgba(148, 103, 254, 0.8);
  --rgba-primary-9: rgba(148, 103, 254, 0.9);
  --body-color: #7E87BF;
  --border-color: #CFDBED;
  --body-bg: #F0F5FF;
  --font-family-base: 'IranSans', sans-serif;
  --grey: #F4F6FA;
  --bg-image: '';
  --input-bg: #fff;
  --card-bg: #fff;
  --border-radius-base: 8px;
  --font-family-title: 'IranSans', sans-serif;
  --title: #1C2E9E;
  --body-img: url(../../../xhtml/page-error-404.html);
  --headings-font-weight:600;
  --headings-font-weight2:400;
  --headings-font-weight3:300; }

/*!
 * Bootstrap v5.1.3 (https://getbootstrap.com/)
 * Copyright 2011-2021 The Bootstrap Authors
 * Copyright 2011-2021 Twitter, Inc.
 * Licensed under MIT (https://github.com/twbs/bootstrap/blob/main/LICENSE)
 */
:root {
  --bs-gray-100: #f8f9fa;
  --bs-gray-200: #e9ecef;
  --bs-gray-300: #dee2e6;
  --bs-gray-400: #ced4da;
  --bs-gray-500: #adb5bd;
  --bs-gray-600: #6c757d;
  --bs-gray-700: #495057;
  --bs-gray-800: #343a40;
  --bs-gray-900: #212529;
  --bs-primary: #9467FE;
  --bs-secondary: #362465;
  --bs-success: #11B011;
  --bs-info: #00aeff;
  --bs-warning: #FFBB69;
  --bs-danger: #EB5757;
  --bs-light: #F0EAFF;
  --bs-dark: #212529;
  --bs-primary-rgb: 148, 103, 254;
  --bs-secondary-rgb: 54, 36, 101;
  --bs-success-rgb: 17, 176, 17;
  --bs-info-rgb: 0, 174, 255;
  --bs-warning-rgb: 255, 187, 105;
  --bs-danger-rgb: 235, 87, 87;
  --bs-light-rgb: 240, 234, 255;
  --bs-dark-rgb: 33, 37, 41;
  --bs-white-rgb: 255, 255, 255;
  --bs-black-rgb: 0, 0, 0;
  --bs-body-color-rgb: 126, 135, 191;
  --bs-body-bg-rgb: 240, 245, 255;
  --bs-font-sans-serif: system-ui, -apple-system, "Segoe UI", Roboto, "Helvetica Neue", Arial, "Noto Sans", "Liberation Sans", sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji";
  --bs-font-monospace: SFMono-Regular, Menlo, Monaco, Consolas, "Liberation Mono", "Courier New", monospace;
  --bs-gradient: linear-gradient(180deg, rgba(255, 255, 255, 0.15), rgba(255, 255, 255, 0));
  --bs-body-font-family: 'IranSans', sans-serif;
  --bs-body-font-size: 1rem;
  --bs-body-font-weight: 400;
  --bs-body-line-height: 1.6;
  --bs-body-color: #7E87BF;
  --bs-body-bg: #F0F5FF; }

*,
*::before,
*::after {
  box-sizing: border-box; }

@media (prefers-reduced-motion: no-preference) {
  :root {
    scroll-behavior: smooth; } }

@media only screen and (max-width: 768) {
  .price_box {
    margin-top: 0px !important; 
  } 
  .main-bnr .text {
    margin-top: 0 !important;
  }
}

body {
  margin: 0;
  background-image: url(../images/home-banner/bg.jpg);
  background-color: #261355;
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  font-family: var(--bs-body-font-family);
  font-size: var(--bs-body-font-size);
  font-weight: var(--bs-body-font-weight);
  line-height: var(--bs-body-line-height);
  color: var(--bs-body-color);
  text-align: var(--bs-body-text-align);
  background-color: var(--bs-body-bg);
  -webkit-text-size-adjust: 100%;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0); 
  overflow-x: hidden;
}

html, body {
    height: 100%; /* Ensure full height */
    margin: 0;
}

.page-wraper {
    display: flex;
    flex-direction: column;
    min-height: 100vh; /* Full viewport height */
}

.page-content {
    flex: 1; /* Pushes the bottom box to stay at the bottom */
    display: flex;
    flex-direction: column;
}

.clearfix.bg-primary-light {
    margin-top: auto; /* Ensures it stays at the bottom */
}


h1, .h1, h5, .h5, h6, .h6 {
  margin-top: 0;
  margin-bottom: 0.5rem;
  font-weight: 600;
  line-height: 1.2;
  color: #1C2E9E; }

h1, .h1 {
  font-size: calc(1.425rem + 2.1vw); }
  @media (min-width: 1200px) {
    h1, .h1 {
      font-size: 3rem; } }

h5, .h5 {
  font-size: 1.25rem; }

h6, .h6 {
  font-size: 1.125rem; }

p {
  margin-top: 0;
  margin-bottom: 1rem; }


ul {
  padding-left: 2rem; }


ul {
  margin-top: 0;
  margin-bottom: 1rem; }


ul ul {
  margin-bottom: 0; }

a {
  color: #9467FE;
  text-decoration: underline; }
  a:hover {
    color: #7652cb; }

a:not([href]):not([class]), a:not([href]):not([class]):hover {
  color: inherit;
  text-decoration: none; }

img,
svg {
  vertical-align: middle; }

table {
  caption-side: bottom;
  border-collapse: collapse; }

button {
  border-radius: 0; }

button:focus:not(:focus-visible) {
  outline: 0; }


button {
  margin: 0;
  font-family: inherit;
  font-size: inherit;
  line-height: inherit; }

button {
  text-transform: none; }

button,
[type="button"] {
  -webkit-appearance: button; }
  button:not(:disabled),
  [type="button"]:not(:disabled) {
    cursor: pointer; }

::-moz-focus-inner {
  padding: 0;
  border-style: none; }

::-webkit-datetime-edit-fields-wrapper,
::-webkit-datetime-edit-text,
::-webkit-datetime-edit-minute,
::-webkit-datetime-edit-hour-field,
::-webkit-datetime-edit-day-field,
::-webkit-datetime-edit-month-field,
::-webkit-datetime-edit-year-field {
  padding: 0; }

::-webkit-inner-spin-button {
  height: auto; }

/* rtl:raw:
[type="tel"],
[type="url"],
[type="email"],
[type="number"] {
  direction: ltr;
}
*/
::-webkit-search-decoration {
  -webkit-appearance: none; }

::-webkit-color-swatch-wrapper {
  padding: 0; }

::file-selector-button {
  font: inherit; }

::-webkit-file-upload-button {
  font: inherit;
  -webkit-appearance: button; }

.container {
  width: 100%;
  padding-right: var(--bs-gutter-x, 15px);
  padding-left: var(--bs-gutter-x, 15px);
  margin-right: auto;
  margin-left: auto; }

@media (min-width: 576px) {
  .container {
    max-width: 540px; } }

@media (min-width: 768px) {
  .container {
    max-width: 720px; 
  } 
  .main-bnr .text {
    margin-top: 50px !important;
  }
}

@media (min-width: 992px) {
  .container {
    max-width: 960px; } }

@media (min-width: 1200px) {
  .container {
    max-width: 1200px; } }

.row {
  --bs-gutter-x: 30px;
  --bs-gutter-y: 0;
  display: flex;
  flex-wrap: wrap;
  margin-top: calc(-1 * var(--bs-gutter-y));
  margin-right: calc(-.5 * var(--bs-gutter-x));
  margin-left: calc(-.5 * var(--bs-gutter-x)); }
  .row > * {
    flex-shrink: 0;
    width: 100%;
    max-width: 100%;
    padding-right: calc(var(--bs-gutter-x) * .5);
    padding-left: calc(var(--bs-gutter-x) * .5);
    margin-top: var(--bs-gutter-y); }

.col-12 {
  flex: 0 0 auto;
  width: 100%; }

@media (min-width: 768px) {
  .col-md-6 {
    flex: 0 0 auto;
    width: 50%; } }

@media (min-width: 992px) {
  .col-lg-4 {
    flex: 0 0 auto;
    width: 33.33333%; } }

.table {
  --bs-table-bg: transparent;
  --bs-table-accent-bg: transparent;
  --bs-table-striped-color: #7E87BF;
  --bs-table-striped-bg: rgba(0, 0, 0, 0.05);
  --bs-table-active-color: #7E87BF;
  --bs-table-active-bg: rgba(0, 0, 0, 0.1);
  --bs-table-hover-color: #7E87BF;
  --bs-table-hover-bg: rgba(0, 0, 0, 0.075);
  width: 100%;
  margin-bottom: 1rem;
  color: #7E87BF;
  vertical-align: top;
  border-color: #CFDBED; }
  .table > :not(caption) > * > * {
    padding: 0.5rem 0.5rem;
    background-color: var(--bs-table-bg);
    border-bottom-width: 1px;
    box-shadow: inset 0 0 0 9999px var(--bs-table-accent-bg); }
  .table > :not(:first-child) {
    border-top: 2px solid currentColor; }

.btn {
  display: inline-block;
  font-weight: 400;
  line-height: 1.6;
  color: #7E87BF;
  text-align: center;
  text-decoration: none;
  vertical-align: middle;
  cursor: pointer;
  user-select: none;
  background-color: transparent;
  border: 1px solid transparent;
  padding: 0.375rem 0.75rem;
  font-size: 1rem;
  border-radius: 0.375rem;
  transition: color 0.15s ease-in-out, background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out; }
  @media (prefers-reduced-motion: reduce) {
    .btn {
      transition: none; } }
  .btn:hover {
    color: #7E87BF; }
   .btn:focus {
    outline: 0;
    box-shadow: 0 0 0 0rem rgba(148, 103, 254, 0.25); }
  .btn:disabled {
    pointer-events: none;
    opacity: 0.65; }

.btn-primary {
  color: #000;
  background-color: #9467FE;
  border-color: #9467FE; }
  .btn-primary:hover {
    color: #000;
    background-color: #a47efe;
    border-color: #9f76fe; }
   .btn-primary:focus {
    color: #000;
    background-color: #a47efe;
    border-color: #9f76fe;
    box-shadow: 0 0 0 0rem rgba(126, 88, 216, 0.5); }
   .btn-primary:active {
    color: #000;
    background-color: #a985fe;
    border-color: #9f76fe; }
     .btn-primary:active:focus {
      box-shadow: 0 0 0 0rem rgba(126, 88, 216, 0.5); }
  .btn-primary:disabled {
    color: #000;
    background-color: #9467FE;
    border-color: #9467FE; }

.collapse:not(.show) {
  display: none; }

.navbar-toggler {
  padding: 0.25rem 0.75rem;
  font-size: 1.25rem;
  line-height: 1;
  background-color: transparent;
  border: 1px solid transparent;
  border-radius: 0.375rem;
  transition: box-shadow 0.15s ease-in-out; }
  @media (prefers-reduced-motion: reduce) {
    .navbar-toggler {
      transition: none; } }
  .navbar-toggler:hover {
    text-decoration: none; }
  .navbar-toggler:focus {
    text-decoration: none;
    outline: 0;
    box-shadow: 0 0 0 0rem; }

@media (min-width: 992px) {
  .navbar-expand-lg {
    flex-wrap: nowrap;
    justify-content: flex-start; }
    .navbar-expand-lg .navbar-toggler {
      display: none; } }

@keyframes progress-bar-stripes {
  0% {
    background-position-x: 1rem; } }

/* rtl:begin:ignore */

/* rtl:end:ignore */

/* rtl:options: {
  "autoRename": true,
  "stringMap":[ {
    "name"    : "prev-next",
    "search"  : "prev",
    "replace" : "next"
  } ]
} */

@keyframes spinner-border {
  to {
    transform: rotate(360deg) /* rtl:ignore */; } }

@keyframes spinner-grow {
  0% {
    transform: scale(0); }
  50% {
    opacity: 1;
    transform: none; } }

@keyframes placeholder-glow {
  50% {
    opacity: 0.2; } }

@keyframes placeholder-wave {
  100% {
    mask-position: -200% 0%; } }

.clearfix::after {
  display: block;
  clear: both;
  content: ""; }

.justify-content-end {
  justify-content: flex-end !important; }

.justify-content-center {
  justify-content: center !important; }

.align-items-center {
  align-items: center !important; }

.mb-0 {
  margin-bottom: 0 !important; }

.text-center {
  text-align: center !important; }

/* rtl:begin:remove */

/* rtl:end:remove */
.text-primary {
  --bs-text-opacity: 1;
  color: rgba(var(--bs-primary-rgb), var(--bs-text-opacity)) !important; }

.visible {
  visibility: visible !important; }

* {
  outline: none;
  padding: 0; }
  *::after {
    margin: 0;
    padding: 0; }
  *::before {
    margin: 0;
    padding: 0; }

body {
  line-height: 1.6;
  background-color: var(--body-bg);
  color: var(--body-color);
  font-size: 1rem;
  font-family: var(--font-family-base); }
  body.fixed {
    overflow: hidden;
    position: fixed; }
  @media only screen and (max-width: 1280px) {
    body {
      font-size: 15px; } }

h1 a, .h1 a,
h5 a,
.h5 a,
h6 a,
.h6 a {
  color: var(--title); }

h1, .h1, h5, .h5, h6, .h6, .h1, .h5, .h6 {
  font-family: var(--font-family-title);
  font-weight: 600;
  color: var(--title);
  line-height: 1.4; }

h1, .h1,
.h1 {
  font-size: 3rem; }
  @media only screen and (max-width: 1680px) {
    h1, .h1,
    .h1 {
      font-size: 3rem; } }
  @media only screen and (max-width: 1280px) {
    h1, .h1,
    .h1 {
      font-size: 2.813rem; } }
  @media only screen and (max-width: 767px) {
    h1, .h1,
    .h1 {
      font-size: 2.625rem; } }
  @media only screen and (max-width: 575px) {
    h1, .h1,
    .h1 {
      font-size: 2.25rem; } }

h5, .h5,
.h5 {
  font-size: 1.25rem; }
  @media only screen and (max-width: 767px) {
    h5, .h5,
    .h5 {
      font-size: 1.125rem; } }

h6, .h6,
.h6 {
  font-size: 1.125rem; }
  @media only screen and (max-width: 767px) {
    h6, .h6,
    .h6 {
      font-size: 1rem; } }

ul {
  padding: 0;
  margin: 0; }

img {
  border-style: none;
  height: auto;
  max-width: 100%;
  vertical-align: middle; }

li {
  list-style: none; }

a {
  text-decoration: none;
  outline: none;
  color: var(--primary);
  -webkit-transition: all 0.8s;
  -ms-transition: all 0.8s;
  transition: all 0.8s; }
  a:hover, a:focus {
    text-decoration: none;
    outline: none;
    color: var(--primary-hover); }

.text-primary {
  color: var(--primary) !important; }

::selection {
  color: #ffffff;
  background: var(--primary); }

/* Flaticon */

@keyframes pre_ani_cover_1 {
  from, 5%, 45%, 55%, 95%, to {
    background-color: var(--rgba-primary-6);
    animation-timing-function: ease-out; }
  10%, 40%, 60%, 90% {
    background-color: var(--rgba-primary-6);
    animation-timing-function: ease-in; } }

@keyframes pre_ani_shadow_1 {
  from, 10.01%, 20.01%, 30.01%, 40.01% {
    transform: translate3d(0, 0, 1px) scaleY(0) rotateY(0);
    animation-timing-function: ease-in; }
  5%, 15%, 25%, 35%, 45%, 55%, 65%, 75%, 85%, 95% {
    transform: translate3d(0, 0, 1px) scaleY(0.2) rotateY(90deg);
    animation-timing-function: ease-out; }
  10%, 20%, 30%, 40%, 50%, to {
    transform: translate3d(0, 0, 1px) scaleY(0) rotateY(180deg);
    animation-timing-function: ease-out; }
  50.01%, 60.01%, 70.01%, 80.01%, 90.01% {
    transform: translate3d(0, 0, 1px) scaleY(0) rotateY(180deg);
    animation-timing-function: ease-in; }
  60%, 70%, 80%, 90%, to {
    transform: translate3d(0, 0, 1px) scaleY(0) rotateY(0);
    animation-timing-function: ease-out; } }

@keyframes pre_ani_wrap_1 {
  from, to {
    background-color: #fff;
    transform: translate3d(0, 0, 1px) rotateY(0.4deg);
    animation-timing-function: ease-in-out; }
  10%, 15% {
    background-color: #fff;
    transform: translate3d(0, 0, 1px) rotateY(180deg);
    animation-timing-function: ease-out; }
  20%, 80% {
    background-color: rgba(0, 0, 0, 0.5);
    transform: translate3d(0, 0, 1px) rotateY(180deg);
    animation-timing-function: ease-in; }
  85%, 90% {
    background-color: #fff;
    transform: translate3d(0, 0, 1px) rotateY(180deg);
    animation-timing-function: ease-in-out; } }

@keyframes pre_ani_wrap_2 {
  from, to {
    background-color: rgba(0, 0, 0, 0.5);
    transform: translate3d(0, 0, 1px) rotateY(0.3deg);
    animation-timing-function: ease-in; }
  5%, 10% {
    background-color: #fff;
    transform: translate3d(0, 0, 1px) rotateY(0.3deg);
    animation-timing-function: ease-in-out; }
  20%, 25% {
    background-color: #fff;
    transform: translate3d(0, 0, 1px) rotateY(179.9deg);
    animation-timing-function: ease-out; }
  30%, 70% {
    background-color: rgba(0, 0, 0, 0.5);
    transform: translate3d(0, 0, 1px) rotateY(179.9deg);
    animation-timing-function: ease-in; }
  75%, 80% {
    background-color: #fff;
    transform: translate3d(0, 0, 1px) rotateY(179.9deg);
    animation-timing-function: ease-in-out; }
  90%, 95% {
    background-color: #fff;
    transform: translate3d(0, 0, 1px) rotateY(0.3deg);
    animation-timing-function: ease-out; } }

@keyframes pre_ani_wrap_3 {
  from, 10%, 90%, to {
    background-color: rgba(0, 0, 0, 0.5);
    transform: translate3d(0, 0, 1px) rotateY(0.2deg);
    animation-timing-function: ease-in; }
  15%, 20% {
    background-color: #fff;
    transform: translate3d(0, 0, 1px) rotateY(0.2deg);
    animation-timing-function: ease-in-out; }
  30%, 35% {
    background-color: #fff;
    transform: translate3d(0, 0, 1px) rotateY(179.8deg);
    animation-timing-function: ease-out; }
  40%, 60% {
    background-color: rgba(0, 0, 0, 0.5);
    transform: translate3d(0, 0, 1px) rotateY(179.8deg);
    animation-timing-function: ease-in; }
  65%, 70% {
    background-color: #fff;
    transform: translate3d(0, 0, 1px) rotateY(179.8deg);
    animation-timing-function: ease-in-out; }
  80%, 85% {
    background-color: #fff;
    transform: translate3d(0, 0, 1px) rotateY(0.2deg);
    animation-timing-function: ease-out; } }

@keyframes pre_ani_wrap_4 {
  from, 20%, 80%, to {
    background-color: rgba(0, 0, 0, 0.5);
    transform: translate3d(0, 0, 1px) rotateY(0.1deg);
    animation-timing-function: ease-in; }
  25%, 30% {
    background-color: #fff;
    transform: translate3d(0, 0, 1px) rotateY(0.1deg);
    animation-timing-function: ease-in-out; }
  40%, 45% {
    background-color: #fff;
    transform: translate3d(0, 0, 1px) rotateY(179.7deg);
    animation-timing-function: ease-out; }
  50% {
    background-color: rgba(0, 0, 0, 0.5);
    transform: translate3d(0, 0, 1px) rotateY(179.7deg);
    animation-timing-function: ease-in; }
  55%, 60% {
    background-color: #fff;
    transform: translate3d(0, 0, 1px) rotateY(179.7deg);
    animation-timing-function: ease-in-out; }
  70%, 75% {
    background-color: #fff;
    transform: translate3d(0, 0, 1px) rotateY(0.1deg);
    animation-timing-function: ease-out; } }

@keyframes pre_ani_wrap_5 {
  from, 30%, 70%, to {
    background-color: rgba(0, 0, 0, 0.5);
    transform: translate3d(0, 0, 1px) rotateY(0);
    animation-timing-function: ease-in; }
  35%, 40% {
    background-color: #fff;
    transform: translate3d(0, 0, 1px) rotateY(0deg);
    animation-timing-function: ease-in-out; }
  50% {
    background-color: #fff;
    transform: translate3d(0, 0, 1px) rotateY(179.6deg);
    animation-timing-function: ease-in-out; }
  60%, 65% {
    background-color: #fff;
    transform: translate3d(0, 0, 1px) rotateY(0);
    animation-timing-function: ease-out; } }

@keyframes pre_ani_2 {
  0% {
    height: 5px;
    transform: translateY(-50%) rotate(40deg); }
  100% {
    height: 90px;
    transform: translateY(-50%) rotate(0deg); } }

.m-b30 {
  margin-bottom: 30px; }

.text-red {
  color: #f22462; }

.text-green {
  color: #53C258; }

:root {
  --header-height: 80px; }

.logo-header {
  display: table;
  float: left;
  vertical-align: middle;
  padding: 0;
  color: #EFBB20;
  margin-top: 0;
  margin-bottom: 0;
  margin-left: 0;
  margin-right: 0;
  width: 215px;
  height: var(--header-height);
  position: relative;
  z-index: 9; }
  .logo-header a {
    display: table-cell;
    vertical-align: middle; }
  .logo-header span {
    font-size: 20px;
    letter-spacing: 20px; }
  @media only screen and (max-width: 575px) {
    .logo-header {
      width: 185px; } }

.site-header {
  position: relative;
  z-index: 9999; }
  .site-header .main-bar {
    background: #fff;
    width: 100%;
    position: relative;
    box-shadow: 0 10px 10px 0 rgba(0, 0, 0, 0.05);
    padding: 12px 0; }
    @media only screen and (max-width: 575px) {
      .site-header .main-bar {
        padding: 0; } }
  .site-header .container {
    position: relative; }
  .site-header .extra-nav {
    float: right;
    display: flex;
    align-items: center;
    position: relative;
    z-index: 9;
    height: var(--header-height);
    padding-left: 30px; }
    @media only screen and (max-width: 1280px) {
      .site-header .extra-nav {
        padding-left: 20px; } 
      .price_box{
        margin-top: 100px !important;
      }  
      }
    @media only screen and (max-width: 767px) {
      .site-header .extra-nav {
        display: none; 
      } 
      .price_box {
        margin-top: 2px !important;
      }
      }
    @media only screen and (max-width: 575px) {
      .site-header .extra-nav .btn {
        padding-left: 15px;
        padding-right: 15px; } }
    .site-header .extra-nav ul li {
      display: inline-block; }
      .site-header .extra-nav ul li .icon {
        padding: 0;
        background: transparent;
        min-width: 40px;
        text-align: center;
        height: 40px;
        line-height: 40px;
        border-radius: 4px; }

.navbar-toggler {
  border: 0 solid #efbb20;
  font-size: 16px;
  line-height: 24px;
  margin: 40px 0 39px 15px;
  padding: 0;
  float: right;
  outline: none !important; }
  @media only screen and (max-width: 991px) {
    .navbar-toggler {
      margin: 18px 0px 16px 10px; } 
    .price_box{
      margin-top: 10px !important;
    }  
    }

.navicon {
  width: 45px;
  height: 45px;
  background: var(--primary);
  box-shadow: 0 5px 15px -10px var(--primary);
  position: relative;
  -webkit-transform: rotate(0deg);
  -moz-transform: rotate(0deg);
  -o-transform: rotate(0deg);
  transform: rotate(0deg);
  -webkit-transition: .5s ease-in-out;
  -moz-transition: .5s ease-in-out;
  -o-transition: .5s ease-in-out;
  transition: .5s ease-in-out;
  cursor: pointer;
  border-radius: var(--border-radius-base); }
  .navicon span {
    display: block;
    position: absolute;
    height: 2px;
    width: 100%;
    border-radius: 1px;
    opacity: 1;
    background: #fff;
    left: 10px;
    -webkit-transform: rotate(0deg);
    -moz-transform: rotate(0deg);
    -o-transform: rotate(0deg);
    transform: rotate(0deg);
    -webkit-transition: .25s ease-in-out;
    -moz-transition: .25s ease-in-out;
    -o-transition: .25s ease-in-out;
    transition: .25s ease-in-out; }
    .navicon span:nth-child(1) {
      top: 13px;
      width: 22px; }
    .navicon span:nth-child(2) {
      top: 22px;
      width: 25px; }
    .navicon span:nth-child(3) {
      top: 32px;
      width: 20px; }

.header-transparent {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%; }
  .header-transparent .main-bar {
    background: transparent;
    box-shadow: none; }
  .header-transparent .navbar-toggler span {
    background: #ffffff; }
  .header-transparent .logo-header .logo-light {
    display: table-cell; }
  .header-transparent .logo-header .logo-dark {
    display: none; }

.main-bar {
  -webkit-transition: all 0.3s cubic-bezier(0.39, 0.575, 0.565, 1) 0s;
  -khtml-transition: all 0.3s cubic-bezier(0.39, 0.575, 0.565, 1) 0s;
  -moz-transition: all 0.3s cubic-bezier(0.39, 0.575, 0.565, 1) 0s;
  -ms-transition: all 0.3s cubic-bezier(0.39, 0.575, 0.565, 1) 0s;
  -o-transition: all 0.3s cubic-bezier(0.39, 0.575, 0.565, 1) 0s;
  transition: all 0.3s cubic-bezier(0.39, 0.575, 0.565, 1) 0s; }

@-moz-keyframes headerSlideDown {
  0% {
    margin-top: -150px; }
  100% {
    margin-top: 0; } }

@-ms-keyframes headerSlideDown {
  0% {
    margin-top: -150px; }
  100% {
    margin-top: 0; } }

@-webkit-keyframes headerSlideDown {
  0% {
    margin-top: -150px; }
  100% {
    margin-top: 0; } }

@keyframes headerSlideDown {
  0% {
    margin-top: -150px; }
  100% {
    margin-top: 0; } }

.bg-shape1 {
  animation: aniRotate 10s infinite linear; }

.bg-shape2 {
  animation: aniRotate 10s infinite linear; }

.bg-shape3 {
  animation: aniRotate 10s infinite linear; }

.bg-shape4 {
  animation: aniRotate 10s infinite linear; }

table {
  border-collapse: collapse;
  border-spacing: 0; }

button:hover,
button:active,
button:focus {
  outline: 0; }

.btn {
  font-size: 15px;
  padding: 14px 30px;
  line-height: 1.2;
  display: inline-flex;
  border-radius: var(--border-radius-base);
  font-weight: 400;
  position: relative;
  text-transform: capitalize;
  font-family: "IranSans", sans-serif;
  align-items: center;
  overflow: hidden;
  z-index: 1;
  text-align: center;
  -webkit-transition: all 0.2s;
  -ms-transition: all 0.2s;
  transition: all 0.2s;
  justify-content: center; }
  .btn.btn-primary {
    color: #ffffff; }
    .btn.btn-primary:hover {
      color: #ffffff; }
  .btn.space-lg {
    padding: 20px 50px; }
    @media only screen and (max-width: 991px) {
      .btn.space-lg {
        padding: 18px 30px; } }
  @media only screen and (max-width: 575px) {
    .btn {
      padding: 10px 15px; } }

.btn-primary.btn-gradient {
  background: linear-gradient(90deg, #9568FF 0%, #9568FF 99.31%);
  border: 0; }
  .btn-primary.btn-gradient:hover {
    background-position: right center; }

.btn-primary.btn-shadow {
  box-shadow: 0px 10px 25px rgba(243, 145, 0, 0.15); }

.btn-primary.btn-shadow {
  box-shadow: 0px 4px 10px var(--rgba-primary-2); }

.btn-primary {
  border-color: var(--primary);
  background-color: var(--primary); }
   .btn-primary:disabled, .btn-primary:not(:disabled):not(.disabled):active, .btn-primary:active, .btn-primary:focus, .btn-primary:hover {
    border-color: var(--primary-hover);
    background-color: var(--primary-hover); }
  .btn-primary:after {
    background-color: var(--secondary); }

.table {
  margin-bottom: 0px;
  font-weight: 400; }

.table > :not(:first-child) {
  border-top: 1px solid #dee2e6; }

/* Light Gallery */

@-webkit-keyframes spinAround {
  from {
    -webkit-transform: rotate(0deg) scale(1.2); }
  to {
    -webkit-transform: rotate(360deg) scale(1.2); } }

@-moz-keyframes spinAround {
  from {
    -moz-transform: rotate(0deg) scale(1.2); }
  to {
    -moz-transform: rotate(360deg) scale(1.2); } }

@keyframes spinAround {
  from {
    transform: rotate(0deg) scale(1.2); }
  to {
    transform: rotate(360deg) scale(1.2); } }

@-webkit-keyframes download1 {
  0%, 10%, 20%, 50%, 80%, 100% {
    -webkit-transform: translateY(0);
    transform: translateY(0); }
  40% {
    -webkit-transform: translateY(-10px);
    transform: translateY(-10px); }
  60% {
    -webkit-transform: translateY(-10px);
    transform: translateY(-10px); } }

@keyframes download1 {
  0%, 10%, 20%, 50%, 80%, 100% {
    -webkit-transform: translateY(0);
    transform: translateY(0); }
  40% {
    -webkit-transform: translateY(-10px);
    transform: translateY(-10px); }
  60% {
    -webkit-transform: translateY(-10px);
    transform: translateY(-10px); } }

/* widget listing*/

/*widget categories*/

/*widget rss  */

@-webkit-keyframes upToDown {
  49% {
    -webkit-transform: translateY(100%); }
  50% {
    opacity: 0;
    -webkit-transform: translateY(-100%); }
  51% {
    opacity: 1; } }

@-moz-keyframes upToDown {
  49% {
    -moz-transform: translateY(100%); }
  50% {
    opacity: 0;
    -moz-transform: translateY(-100%); }
  51% {
    opacity: 1; } }

@keyframes upToDown {
  49% {
    -webkit-transform: translateY(100%);
    transform: translateY(100%); }
  50% {
    opacity: 0;
    -webkit-transform: translateY(-100%);
    transform: translateY(-100%); }
  51% {
    opacity: 1; } }

@-webkit-keyframes upToRight {
  49% {
    -webkit-transform: translateX(100%); }
  50% {
    opacity: 0;
    -webkit-transform: translateX(-100%); }
  51% {
    opacity: 1; } }

@-moz-keyframes upToRight {
  49% {
    -moz-transform: translateX(100%); }
  50% {
    opacity: 0;
    -moz-transform: translateX(-100%); }
  51% {
    opacity: 1; } }

@keyframes upToRight {
  49% {
    -webkit-transform: translateX(100%);
    transform: translateX(100%); }
  50% {
    opacity: 0;
    -webkit-transform: translateX(-100%);
    transform: translateX(-100%); }
  51% {
    opacity: 1; } }

@-webkit-keyframes leftToRight {
  49% {
    -webkit-transform: translateX(100%); }
  50% {
    opacity: 0;
    -webkit-transform: translateX(-100%); }
  51% {
    opacity: 1; } }

@-moz-keyframes leftToRight {
  49% {
    -moz-transform: translateX(100%); }
  50% {
    opacity: 0;
    -moz-transform: translateX(-100%); }
  51% {
    opacity: 1; } }

@keyframes leftToRight {
  49% {
    -webkit-transform: translateX(100%);
    transform: translateX(100%); }
  50% {
    opacity: 0;
    -webkit-transform: translateX(-100%);
    transform: translateX(-100%); }
  51% {
    opacity: 1; } }

@keyframes movedelement {
  0% {
    -webkit-transform: translate(0);
    transform: translate(0); }
  25% {
    -webkit-transform: translate(10px, 10px);
    transform: translate(10px, 10px); }
  50% {
    -webkit-transform: translate(5px, 5px);
    transform: translate(5px, 5px); }
  75% {
    -webkit-transform: translate(10px, -5px);
    transform: translate(10px, -5px); }
  to {
    -webkit-transform: translate(0);
    transform: translate(0); } }

@keyframes movedelement2 {
  0% {
    -webkit-transform: translate(0);
    transform: translate(0); }
  25% {
    -webkit-transform: translate(-10px, -10px);
    transform: translate(-10px, -10px); }
  50% {
    -webkit-transform: translate(-5px, -5px);
    transform: translate(-5px, -5px); }
  75% {
    -webkit-transform: translate(-10px, 5px);
    transform: translate(-10px, 5px); }
  to {
    -webkit-transform: translate(0);
    transform: translate(0); } }

@keyframes movedelement3 {
  0% {
    -webkit-transform: translate(0);
    transform: translate(0); }
  25% {
    -webkit-transform: translate(15px, 15px);
    transform: translate(15px, 15px); }
  50% {
    -webkit-transform: translate(8px, 8px);
    transform: translate(8px, 8px); }
  75% {
    -webkit-transform: translate(15px, -8px);
    transform: translate(15px, -8px); }
  to {
    -webkit-transform: translate(0);
    transform: translate(0); } }

@keyframes movedelement4 {
  0% {
    -webkit-transform: translate(0);
    transform: translate(0); }
  25% {
    -webkit-transform: translate(-15px, -15px);
    transform: translate(-15px, -15px); }
  50% {
    -webkit-transform: translate(-8px, -8px);
    transform: translate(-8px, -8px); }
  75% {
    -webkit-transform: translate(-15px, 8px);
    transform: translate(-15px, 8px); }
  to {
    -webkit-transform: translate(0);
    transform: translate(0); } }

@keyframes movedelement5 {
  0% {
    -webkit-transform: translate(0px, -50%);
    transform: translate(0px, -50%); }
  25% {
    -webkit-transform: translate(10px, calc(-50% + 10px));
    transform: translate(10px, calc(-50% + 10px)); }
  50% {
    -webkit-transform: translate(5px, calc(-50% + 5px));
    transform: translate(5px, calc(-50% + 5px)); }
  75% {
    -webkit-transform: translate(10px, calc(-50% + -5px));
    transform: translate(10px, calc(-50% + -5px)); }
  to {
    -webkit-transform: translate(0px, -50%);
    transform: translate(0px, -50%); } }

@-moz-keyframes spin {
  100% {
    -moz-transform: translate(-50%, -50%) rotate(-45deg); } }

@-webkit-keyframes spin {
  100% {
    -webkit-transform: translate(-50%, -50%) rotate(-45deg); } }

@keyframes spin {
  100% {
    -webkit-transform: translate(-50%, -50%) rotate(-45deg);
    transform: translate(-50%, -50%) rotate(-45deg); } }

@-moz-keyframes spin2 {
  100% {
    -moz-transform: translate(-50%, -50%) rotate(45deg); } }

@-webkit-keyframes spin2 {
  100% {
    -webkit-transform: translate(-50%, -50%) rotate(45deg); } }

@keyframes spin2 {
  100% {
    -webkit-transform: translate(-50%, -50%) rotate(45deg);
    transform: translate(-50%, -50%) rotate(45deg); } }

@keyframes shake {
  0% {
    transform: translate(1px, 1px) rotate(0deg); }
  10% {
    transform: translate(-1px, -2px) rotate(-1deg); }
  20% {
    transform: translate(-3px, 0px) rotate(1deg); }
  30% {
    transform: translate(3px, 2px) rotate(0deg); }
  40% {
    transform: translate(1px, -1px) rotate(1deg); }
  50% {
    transform: translate(-1px, 2px) rotate(-1deg); }
  60% {
    transform: translate(-3px, 1px) rotate(0deg); }
  70% {
    transform: translate(3px, 1px) rotate(-1deg); }
  80% {
    transform: translate(-1px, -1px) rotate(1deg); }
  90% {
    transform: translate(1px, 2px) rotate(0deg); }
  100% {
    transform: translate(1px, -2px) rotate(-1deg); } }

.icon-bx-wraper.style-1 {
  box-shadow: 0px 15px 40px rgba(1, 18, 111, 0.15);
  height: 100%;
  border-radius: 10px;
  background-color: #fff;
  padding: 17px 17px;
  overflow: hidden;
  position: relative;
  z-index: 2;
  -webkit-transition: all 0.8s;
  -ms-transition: all 0.8s;
  transition: all 0.8s; }
  .icon-bx-wraper.style-1:hover {
    transform: translateY(-8px);
    background-color: #edf5ff; }
  .icon-bx-wraper.style-1 .title {
    font-size: 20px;
    margin-bottom: 12px; }
  .icon-bx-wraper.style-1 .icon-media {
    display: flex;
    align-items: center; }
    .icon-bx-wraper.style-1 .icon-media img {
      width: 50px;
      height: 50px;
      min-width: 50px;
    }
    .icon-info {
      margin-right: 10px !important;}
    .icon-bx-wraper.style-1 .icon-media .icon-info .title {
      margin-bottom: 0;
      font-family: var(--font-family-base); }
    .icon-bx-wraper.style-1 .icon-media .icon-info span {
      font-size: 14px; }
  .icon-bx-wraper.style-1 .icon-content .price li {
    display: flex;
    align-items: center;
    justify-content: space-between; }
    .icon-bx-wraper.style-1 .icon-content .price li span {
      font-weight: 400; }
    .icon-bx-wraper.style-1 .icon-content .price li .amount {
      font-family: var(--font-family-base); }
    .icon-bx-wraper.style-1 .icon-content .price li .percentage {
      font-size: 15px;
      font-weight: 500; }
  .icon-bx-wraper.style-1 .icon-content span {
    font-size: 14px;
    margin-bottom: 0; }

@-webkit-keyframes toTopFromBottom {
  49% {
    -webkit-transform: translateY(-50%); }
  50% {
    opacity: 0;
    -webkit-transform: translateY(50%); }
  51% {
    opacity: 1; } }

@-moz-keyframes toTopFromBottom {
  49% {
    -moz-transform: translateY(-50%); }
  50% {
    opacity: 0;
    -moz-transform: translateY(50%); }
  51% {
    opacity: 1; } }

@keyframes toTopFromBottom {
  49% {
    transform: translateY(-50%); }
  50% {
    opacity: 0;
    transform: translateY(50%); }
  51% {
    opacity: 1; } }

.bg-primary-light {
  background-color: #F0EAFF; }

.main-bnr {
  position: relative;
  background-image: url(../images/home-banner/bg.jpg);
  background-color: #261355;
  display: flex;
  background-size: cover;
  overflow: hidden;
  padding-top: 200px;
  padding-bottom: 165px;
  background-position: center; }
  .main-bnr .container {
    position: relative;
    z-index: 3; }
  .main-bnr h1, .main-bnr .h1 {
    color: #fff;
    font-size: 54px;
    line-height: 1.6;
    margin-bottom: 32px;
    position: relative; 
    width: 80%;
    margin: auto;
  }
  .main-bnr .image-before {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: -1; }
    .main-bnr .image-before .left-img {
      position: absolute;
      bottom: -100px;
      left: -180px;
      animation: dZwobble2 4s infinite;
      animation-delay: 1s;
      width: 550px; }
    .main-bnr .image-before .right-img {
      position: absolute;
      right: -280px;
      top: -180px;
      animation: dZwobble2 4s infinite;
      width: 600px; }
  .main-bnr .text {
    font-size: 24px;
    font-weight: 300;
    margin-bottom: 70px;
    line-height: 1.7; }
  .main-bnr .bg-shape1,
  .main-bnr .bg-shape2,
  .main-bnr .bg-shape3,
  .main-bnr .bg-shape4 {
    position: absolute; }
  .main-bnr .bg-shape1 {
    top: 20%;
    left: 8%;
    -webkit-animation: aniRotate 10s infinite linear;
    animation: aniRotate 10s infinite linear; }
  .main-bnr .bg-shape2 {
    right: 4%;
    bottom: 8%;
    -webkit-animation: aniRotate 10s infinite linear;
    animation: aniRotate 10s infinite linear; }
  .main-bnr .bg-shape3 {
    top: 8%;
    right: 3%;
    -webkit-animation: dZwobble 4s infinite;
    animation: dZwobble 4s infinite; }
  .main-bnr .bg-shape4 {
    bottom: 18%;
    left: 3%;
    -webkit-animation: dZwobble2 4s infinite;
    animation: dZwobble2 4s infinite; }
  @media only screen and (max-width: 1480px) {
    .main-bnr .bg-shape1 {
      top: 15%;
      left: 1%;
      width: 80px; }
    .main-bnr .bg-shape2 {
      width: 60px; } }
  @media only screen and (max-width: 1280px) {
    .main-bnr {
      padding-top: 200px;
      padding-bottom: 100px; }
      .main-bnr h1, .main-bnr .h1 {
        font-size: 48px;
        margin-bottom: 20px; }
      .main-bnr .text {
        font-size: 18px;
        margin-bottom: 40px; }
      .main-bnr .image-before .right-img {
        right: -100px;
        top: -180px;
        width: 400px; }
      .main-bnr .image-before .left-img {
        bottom: -50px;
        left: -50px;
        width: 400px; } }
  @media only screen and (max-width: 991px) {
      .main-bnr .image-before {
        display: none; }
      .main-bnr h1, .main-bnr .h1 {
        font-size: 36px; }
      .main-bnr .bg-shape1,
      .main-bnr .bg-shape2,
      .main-bnr .bg-shape3,
      .main-bnr .bg-shape4 {
        display: none; } }
  @media only screen and (max-width: 575px) {
    .main-bnr {
      padding-top: 150px;
      padding-bottom: 50px;
      height: 520px; }
      .main-bnr h1, .main-bnr .h1 {
        font-size: 32px; }
      .main-bnr .text {
        margin-bottom: 30px; } }

@-webkit-keyframes dZwobble2 {
  0% {
    -webkit-transform: rotate(1deg) translate(5px, 5px);
    transform: rotate(1deg) translate(5px, 5px); }
  50% {
    -webkit-transform: rotate(-1deg) translate(-5px, -5px);
    transform: rotate(-1deg) translate(-5px, -5px); }
  100% {
    -webkit-transform: rotate(1deg) translate(5px, 5px);
    transform: rotate(1deg) translate(5px, 5px); } }

@-webkit-keyframes dZwobble {
  0% {
    -webkit-transform: rotate(-1deg) translate(-5px, -5px);
    transform: rotate(-1deg) translate(-5px, -5px); }
  50% {
    -webkit-transform: rotate(1deg) translate(5px, 5px);
    transform: rotate(1deg) translate(5px, 5px); }
  100% {
    -webkit-transform: rotate(-1deg) translate(-5px, -5px);
    transform: rotate(-1deg) translate(-5px, -5px); } }

@-webkit-keyframes aniBnrShape2 {
  100% {
    -webkit-transform: rotateY(360deg);
    transform: rotateY(360deg); } }

@-webkit-keyframes aniRotate {
  100% {
    -webkit-transform: rotate(-360deg);
    transform: rotate(-360deg); } }

@-webkit-keyframes aniBnrMedia {
  0% {
    -webkit-transform: rotate(1deg) translate(2px, 2px);
    transform: rotate(1deg) translate(2px, 2px); }
  50% {
    -webkit-transform: rotate(-1deg) translate(-2px, -2px);
    transform: rotate(-1deg) translate(-2px, -2px); }
  100% {
    -webkit-transform: rotate(1deg) translate(2px, 2px);
    transform: rotate(1deg) translate(2px, 2px); } }

.currancy-wrapper {
  position: relative;
  padding: 0 75px;
  margin-top: -116px;
  z-index: 3; }
 
  @media only screen and (max-width: 1280px) {
    .currancy-wrapper {
      margin-top: -113px; } }
  @media only screen and (max-width: 1191px) {
    .currancy-wrapper {
      padding: 0 35px; } }
  @media only screen and (max-width: 991px) {
    .currancy-wrapper {
      padding: 0;
      margin-top: 50px; }
      .currancy-wrapper:after {
        display: none; } }

.icon-media {
  position: relative;
}

/* Price overlay styling */
.price-overlay {
  position: absolute;
  top: 10px;    /* adjust as needed */
  left: 10px;   /* adjust as needed */
  background: rgba(255, 255, 255, 0.8);
  padding: 5px 8px;
  border-radius: 4px;
  z-index: 2;
}


/* Google Recaptcha */

/* Google Recaptcha */

/* Gutenberg Gallery */
/* Gutenberg Css */
/* .dz-card.blog-single,
.dz-card.blog-single + #comment-list */

/* Gutenberg Gallery */

/* .dz-page-text.sidebar .alignfull,
.dz-page-text.sidebar .alignfullwide,
.dz-page-text.sidebar .alignwide,
.dz-page-text.sidebar .wp-block-gallery,
.blog-single.dz-card.sidebar .alignfullwide,
.blog-single.dz-card.sidebar .alignwide,
.blog-single.dz-card.sidebar .dz-post-text .wp-block-gallery {
    margin-left:0;
    margin-right:0;
    width: 100%;
    max-width: initial;
} */

/* Admin Bar */

/* Theme Unit Test */