/***====================================================================
Template Name: Konfer | Event & Conference HTML Template  
Author:        https://themeforest.net/user/expert-themes
Description:   Description
Version:       1.0.0  
License:       Copyright Commercial  
Primary use:   Event & Conference 
Tags:          event, conference, marketing, business
====================================================================***/
/***====================================================================
# TABLE OF CONTENTS  
====================================================================***/
/*  
1.  Global Variables CSS
2.  Global Typography CSS
3.  Global Settings CSS
4.  Main Header CSS 
5.  Sticky Header CSS
6.  Mobile Menu CSS
7.  Hidden Sidebar CSS
8.  Mega Menu CSS
9.  Section Title CSS
10.  Banner Section CSS
11.  FAQ Section CSS 
12.  Countdown Section CSS  
13.  Gallery Section CSS  
14.  Pricing Section CSS  
15.  Features Section CSS  
16.  About Section CSS  
17.  Marquee Section CSS  
18.  Map Section CSS
19.  Funfacts Section CSS  
20.  Testimonials Section CSS  
21.  Speakers Section CSS  
22.  Subscribe Section CSS 
23.  News Section CSS  
24.  Video Section CSS
25.  Clients Section CSS  
26.  Page Title CSS  
27.  Contact Section CSS  
28.  Error Section CSS  
29.  Service Single CSS  
30.  Blog Section CSS  
31.  Blog Single CSS  
32.  Speaker Single CSS  
33.  Event Single CSS  
34.  Comming Soon CSS  
35.  Shop Section CSS
36.  Shop Single CSS
37.  Cart Section CSS
38.  Checkout Section CSS
39.  Main Footer CSS
*/
@import url("animate.css");
@import url("jquery.fancybox.min.css");
@import url("linear.css");
@import url("swipper.min.css");
@import url("lightcase.css");
@import url("fonts.css");
@import url("fontawesome.css");
@import url("flaticon.css");

/***====================================================================
# Global Variables CSS
====================================================================***/
:root {
  --primary-color: rgb(65, 167, 55);
  --secondary-color: rgb(255, 204, 0);
  --accent-color: #f59e0b;
  --text-dark: #1f2937;
  --text-light: #e2dbdb;
  --bg-light: #f8fafc;
  --bg-white: #ffffff;
  --theme-color-light: #ffffff;
  --theme-color-dark: rgb(1, 1, 1);
  --theme-color1: rgb(193, 0, 44);
  --theme-color2: rgb(255, 204, 0);
  --theme-color3: rgb(65, 167, 55);
  --theme-color4: #ed5f00;
  --text-color: #666666;
  --dark-layout-color: #121212;
  --dark-layout-color-two: #333333;
  --headings-color: var(--theme-color-dark);
  --link-color: var(--theme-color-dark);
  --link-hover-color: var(--theme-color-dark);
  --title-font : "Quicksand", sans-serif;
  /* --title-font: "Instrument Sans", sans-serif; */
  /* --text-font: "Inter", sans-serif; */
  /*--text-font: "Helvetica Neue", Helvetica, Arial, sans-serif;*/
  /* --text-font: "Lato", sans-serif; */
  --text-font: "Quicksand", sans-serif;
  --body-font-size: 18px;
  --body-line-height: 30px;
  --body-font-weight: 400;
  --line-height-heading-h1: 1.1em;
  --line-height-heading: 1.2em;
  --line-height-heading-small: 1.4em;
  --h1-font-size: 128px;
  --h2-font-size: 64px;
  --h3-font-size: 32px;
  --h4-font-size: 24px;
  --h5-font-size: 20px;
  --h6-font-size: 18px;
  --h1-font-weight: 700;
  --h2-font-weight: 700;
  --h3-font-weight: 700;
  --h4-font-weight: 700;
  --h5-font-weight: 700;
  --h6-font-weight: 500;
  --sec-title-subtitle-color: var(--theme-color1);
  --sec-title-subtitle-font-size: 16px;
  --sec-title-subtitle-font-family: var(--title-font);
  --sec-title-subtitle-font-weight: 700;
  --sec-title-subtitle-line-height: 24px;
  --sec-title-color: var(--theme-color-dark);
  --sec-title-font-size: var(--h2-font-size);
  --sec-title-font-family: var(--title-font);
  --sec-title-font-weight: var(--h2-font-weight);
  --theme-light-background: #ffffff;
  --theme-light-background-text-color: var(--headings-color);
  --theme-black: rgb(1, 1, 1);
  --container-width: 1320px;
  --small-container-width: 1050px;
  --large-container-width: 1640px;
  --container-pt: 100px;
  --container-pb: 100px;
  
}

/***====================================================================
# Global Typography  
====================================================================***/
::-moz-selection {
  background: var(--theme-color-dark);
  color: #fff;
  text-shadow: none;
}
::selection {
  background: var(--theme-color-dark);
  color: #fff;
  text-shadow: none;
}

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

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

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

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

body {
  background-color: var(--theme-color-light);
  color: var(--text-color);
  font-size: var(--body-font-size);
  /* font-family: var(--text-font); */
  font-family: var(--text-font);
  font-weight: var(--body-font-weight);
  line-height: var(--body-line-height);
  
}

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

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

h1,
h2,
h3,
h4,
h5,
h6 {
  margin-bottom: 1rem;
}

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

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

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

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

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

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

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

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

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

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

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

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

iframe {
  border: none !important;
}

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

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

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

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

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

/* -------- Dark Theme Styling ---------- */
.dark-layout {
  background-color: var(--theme-color-dark) !important;
  --sec-title-color: var(--theme-color-light);
}
.dark-layout .sticky-header .main-menu .navigation > li > a,
.dark-layout h1,
.dark-layout h2,
.dark-layout h3,
.dark-layout h4,
.dark-layout h5,
.dark-layout h6 {
  color: var(--theme-color-light);
}
.dark-layout .preloader {
  background-color: var(--theme-color-dark);
}
.dark-layout .preloader:after {
  background-image: url(../images/logo.svg);
}
.dark-layout .sticky-header {
  background-color: var(--theme-color-dark);
}
.dark-layout .hidden-bar .upper-box {
  border-bottom: 1px solid rgba(0, 0, 0, 0.1);
}
.dark-layout .hidden-bar .social-links {
  border-top: 1px solid rgba(0, 0, 0, 0.1);
}
.dark-layout .hidden-bar .social-links li {
  border-right: 1px solid rgba(0, 0, 0, 0.1);
}

/***====================================================================
# Global Settings CSS
====================================================================***/
* {
  margin: 0px;
  padding: 0px;
  border: none;
  outline: none;
  font-size: 100%;
}

body.rtl {
  direction: rtl;
  text-align: right;
}

textarea {
  overflow: hidden;
  resize: none;
}

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

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

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

.title a {
  color: inherit;
}

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

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

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

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

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

.my-container {
  display: flex;
  justify-content: center;
  box-sizing: border-box;
}

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

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

.pull-right {
  float: right;
}

.pull-left {
  float: left;
}

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

/***=======================
Scroll To Top style
=======================*/
.progress-wrap {
  position: fixed;
  right: 40px;
  bottom: 500px;
  height: 60px;
  width: 60px;
  cursor: pointer;
  display: block;
  border-radius: 50px;
  z-index: 99;
  opacity: 0;
  visibility: hidden;
  -webkit-transform: translateY(15px);
  transform: translateY(15px);
  -webkit-transition: all ease 0.5s;
  transition: all ease 0.5s;
  background-color: var(--secondary-color);
}
.progress-wrap.active-progress {
  opacity: 1;
  visibility: visible;
  -webkit-transform: translateY(0);
  transform: translateY(0);
  bottom: 40px;
}
.progress-wrap:hover {
  background-color: var(--theme-color3);
}
.progress-wrap:hover:after {
  color: var(--theme-color-light);
}
.progress-wrap:hover svg.progress-circle path {
  stroke: var(--secondary-color);
}
.progress-wrap:after {
  position: absolute;
  content: "\f062";
  font-weight: 800;
  font-family: "Font Awesome 6 Pro";
  text-align: center;
  line-height: 60px;
  font-size: 20px;
  left: 0;
  top: 0;
  height: 60px;
  width: 60px;
  color: var(--theme-color-dark);
  cursor: pointer;
  display: block;
  z-index: 1;
  -webkit-transition: all 200ms linear;
  transition: all 200ms linear;
}
.progress-wrap svg path {
  fill: none;
}
.progress-wrap svg.progress-circle path {
  stroke: var(--theme-color3);
  stroke-width: 4;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  -webkit-transition: all 200ms linear;
  transition: all 200ms linear;
}

.link-style-one {
  position: relative;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  font-size: 12px;
  line-height: 20px;
  font-weight: 600;
  overflow: hidden;
  letter-spacing: 0.01em;
  text-transform: uppercase;
  font-family: var(--title-font);
  color: var(--theme-color-dark);
}
.link-style-one:before {
  position: absolute;
  left: 0;
  right: 18px;
  bottom: 2px;
  height: 1px;
  background-color: var(--r1);
  content: "";
  -webkit-transition: all 300ms ease;
  transition: all 300ms ease;
}
.link-style-one i {
  position: relative;
  top: 1px;
  display: block;
  font-size: 14px;
  margin-left: 5px;
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
}

.link-style-one:hover {
  color: var(--theme-color1);
}

.link-style-one:hover:before {
  right: 100%;
}

.feature-list {
  position: relative;
}

.feature-list li {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: end;
  -ms-flex-align: end;
  align-items: flex-end;
  gap: 19px;
  margin-bottom: 20px;
}

.feature-list li .icon-box {
  position: relative;
}

.feature-list li .icon-box .icon-check {
  position: relative;
  z-index: 3;
}

.feature-list li .icon-box .check-bg {
  position: absolute;
  bottom: 1px;
  left: -5px;
}

.feature-list li .title {
  position: relative;
  color: var(--theme-color-light);
  padding-top: 3px;
  margin-bottom: 2px;
}

.feature-list li .text {
  position: relative;
  font-size: 14px;
  line-height: 24px;
  color: #bbbbbb;
}

.feature-list-two {
  position: relative;
}
.feature-list-two.two-column {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}
.feature-list-two.two-column li {
  -webkit-box-flex: 0;
  -ms-flex: 0 0 50%;
  flex: 0 0 50%;
  width: 50%;
  padding-right: 15px;
}
.feature-list-two li {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  gap: 19px;
  margin-bottom: 16px;
}
.feature-list-two li:hover .icon-box .check-two-bg {
  opacity: 0;
}
.feature-list-two li:hover .icon-box .check-two-bg-two {
  opacity: 1;
}
.feature-list-two li:hover .title {
  color: var(--theme-color4);
}
.dark-layout .feature-list-two li:hover .title {
  color: var(--theme-color4);
}
.feature-list-two li .icon-box {
  position: relative;
}
.feature-list-two li .icon-box .icon-check-two {
  position: relative;
  z-index: 3;
}
.feature-list-two li .icon-box .check-two-bg {
  position: absolute;
  bottom: 0;
  left: -3px;
  -webkit-transition: all 300ms ease;
  transition: all 300ms ease;
}
.feature-list-two li .icon-box .check-two-bg-two {
  position: absolute;
  bottom: 0;
  left: -3px;
  opacity: 0;
  -webkit-transition: all 300ms ease;
  transition: all 300ms ease;
}
.feature-list-two li .title {
  position: relative;
  color: var(--theme-color-dark);
  margin-bottom: 0;
  -webkit-transition: all 300ms ease;
  transition: all 300ms ease;
}
.dark-layout .feature-list-two li .title {
  color: var(--theme-color-light);
}

/*=== List Style One ===*/
.list-style-one {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  padding: 12px 0;
}
.list-style-one li {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  font-size: 14px;
  font-weight: 500;
  line-height: 20px;
  margin-right: 20px;
  color: var(--theme-color-dark);
  letter-spacing: -0.02em;
}
.list-style-one li:last-child {
  margin-right: 0;
}
.list-style-one li i {
  position: relative;
  top: 1px;
  color: var(--theme-color1);
  font-size: 14px;
  line-height: 1em;
  margin-right: 10px;
}
.list-style-one li a {
  display: block;
  color: var(--theme-color-dark);
  -webkit-transition: all 300ms ease;
  transition: all 300ms ease;
}
.list-style-one li a:hover {
  color: var(--theme-color-light);
}
.list-style-one.light li,
.list-style-one.light a,
.list-style-one.light i {
  color: var(--theme-color-light) !important;
}
.list-style-one.light a:hover {
  text-decoration: underline;
}

.social-icon-one {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  gap: 10px;
}
.social-icon-one li {
  position: relative;
}
.social-icon-one li a {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  width: 40px;
  height: 40px;
  border-radius: 50%;
  border: 1px solid var(--theme-color-light);
  color: var(--theme-color-light);
  font-size: 17px;
}
.social-icon-one li a:hover {
  background-color: var(--theme-color2);
  border-color: var(--theme-color2);
  color: var(--theme-color-dark);
}

/*Social Icon Two*/
.social-icon-two {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 24px;
}
.social-icon-two.light a {
  color: var(--theme-color-light);
}
.social-icon-two li {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.social-icon-two li a {
  position: relative;
  display: block;
  line-height: 1em;
  font-size: 18px;
  color: var(--theme-color-dark);
  text-align: center;
  -webkit-transition: all 300ms ease;
  transition: all 300ms ease;
}
.social-icon-two li a i {
  position: relative;
}
.social-icon-two li a:hover {
  color: var(--theme-color1);
}

.parallax-window {
  min-height: 400px;
  background: transparent;
}

.page-social-icon-box {
  position: fixed;
  top: 50%;
  left: 110px;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  z-index: 999;
}
@media only screen and (max-width: 1699px) {
  .page-social-icon-box {
    left: 50px;
  }
}
@media (max-width: 1199.98px) {
  .page-social-icon-box {
    display: none;
  }
}
.rtl .page-social-icon-box {
  left: auto;
  right: 110px;
}
@media only screen and (max-width: 1699px) {
  .rtl .page-social-icon-box {
    left: auto;
    right: 50px;
  }
}

.social-icon-three {
  position: relative;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  gap: 12px;
  border-radius: 40px;
  padding: 8px;
  background-color: #150036;
}
.dark-layout .social-icon-three {
  background-color: #eeeeee;
}
.social-icon-three a {
  position: relative;
  width: 64px;
  height: 64px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  border-radius: 50%;
  color: var(--theme-color-light);
  font-size: 22px;
  background-color: transparent;
  -webkit-transition: all 300ms ease;
  transition: all 300ms ease;
}
.dark-layout .social-icon-three a {
  color: #150036;
}
.social-icon-three a:hover {
  background-color: var(--theme-color3);
  color: var(--theme-color-light);
}

.bg {
  position: absolute;
  left: 0;
  top: 0;
  height: 100%;
  width: 100%;
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
}

.bg-pattern-1 {
  background-image: url(../images/icons/pattern-1.jpg);
}

.bg-pattern-2 {
  background-image: url(../images/background/ARRIERE\ PLAN\ DECOMPTE.png);
}

.bg-pattern-3 {
  background-image: url(../images/icons/pattern-3.jpg);
}

.bg-pattern-4 {
  background-image: url(../images/icons/pattern-4.jpg);
}

.bg-pattern-5 {
  background-image: url(../images/icons/pattern-5.png);
}

.bg-pattern-6 {
  background-image: url(../images/icons/pattern-6.png);
}

.bg-pattern-7 {
  background-image: url(../images/icons/pattern-7.jpg);
}

.bg-pattern-8 {
  background-image: url(../images/icons/pattern-8.jpg);
}

.bg-pattern-9 {
  background-image: url(../images/icons/pattern-9.png);
}

.bg-pattern-10 {
  background-image: url(../images/icons/pattern-10.jpg);
}

.bg-pattern-11 {
  background-image: url(../images/icons/pattern-11.png);
}

.expand-section {
  width: 80%;
  margin: 0 auto;
  border-radius: 72px;
  overflow: hidden;
}
@media (max-width: 767.98px) {
  .expand-section {
    width: 90%;
  }
}

.bg-reveal {
  position: absolute;
  top: 1px;
  bottom: 1px;
  left: 50%;
  -webkit-transform: translateX(-50%);
  transform: translateX(-50%);
  width: 100%;
  height: 100%;
  min-width: 1920px;
  background-size: cover;
  background-position: center;
}

.parallax-section {
  overflow: hidden;
}
.parallax-section .parallax-bg {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 150vh;
  background-size: cover;
  background-position: center;
}
@media (max-width: 991.98px) {
  .parallax-section .parallax-bg {
    height: 200%;
  }
}

/***======================
    Tabs Box
======================*/
.tabs-box {
  position: relative;
}

.tabs-box .tab {
  display: none;
}

.tabs-box .active-tab {
  display: block;
}

.play-btn {
  position: relative;
  display: inline-block;
}
.play-btn:hover .icon {
  background-color: var(--theme-color1);
  color: var(--theme-color-light);
}
.play-btn .icon {
  height: 140px;
  width: 140px;
  font-size: 28px;
  color: var(--theme-color-light);
  background-color: var(--theme-color2);
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-transition: all 300ms ease;
  transition: all 300ms ease;
}
.play-btn .circle-text img {
  position: relative;
  display: inline-block;
  -webkit-animation: fa-spin 60s infinite linear;
  animation: fa-spin 60s infinite linear;
}

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

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

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

.play-now .ripple.light,
.play-now .ripple.light:before,
.play-now .ripple.light:after {
  -webkit-box-shadow: 0 0 0 0 rgb(255, 255, 255);
  box-shadow: 0 0 0 0 rgb(255, 255, 255);
}

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

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

@-webkit-keyframes ripple {
  70% {
    -webkit-box-shadow: 0 0 0 50px rgba(233, 35, 47, 0);
    box-shadow: 0 0 0 50px rgba(233, 35, 47, 0);
  }
  100% {
    -webkit-box-shadow: 0 0 0 0 rgba(233, 35, 47, 0);
    box-shadow: 0 0 0 0 rgba(233, 35, 47, 0);
  }
}

@keyframes ripple {
  70% {
    -webkit-box-shadow: 0 0 0 50px rgba(233, 35, 47, 0);
    box-shadow: 0 0 0 50px rgba(233, 35, 47, 0);
  }
  100% {
    -webkit-box-shadow: 0 0 0 0 rgba(233, 35, 47, 0);
    box-shadow: 0 0 0 0 rgba(233, 35, 47, 0);
  }
}
.play-now-two {
  height: 150px;
  width: 150px;
  background-color: rgba(21, 21, 21, 0.5);
  border-radius: 50%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  font-size: 34px;
  color: #ffffff;
  -webkit-transition: all 300ms ease;
  transition: all 300ms ease;
  -webkit-animation: zoom-one 3s infinite linear;
  animation: zoom-one 3s infinite linear;
}
.play-now-two:hover {
  color: #ff9205;
  background-color: #ffffff;
}

/***========================
  Select2 Dropdown Plugin
========================*/
.select2-dropdown {
  border: 1px solid #eee;
}

.select2-results__option {
  padding: 0 10px;
  color: #7c858c;
  border: 0;
}

.select2-container--default
  .select2-selection--single
  .select2-selection__rendered {
  color: #7c858c;
  padding-left: 0;
}

.select2-container--default
  .select2-results__option--highlighted[aria-selected] {
  background-color: var(--bg-theme-color1);
}

.select2-container--default .select2-search--dropdown .select2-search__field {
  height: 30px;
}

.select2-container--default
  .select2-selection--single
  .select2-selection__arrow {
  bottom: 1px;
  height: auto;
  width: 40px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  font-size: 12px;
  color: #7c858c;
}

.select2-container--default
  .select2-selection--single
  .select2-selection__arrow:before {
  position: relative;
  content: "\f107";
  font-family: "Font Awesome 6 Pro";
}

.select2-container--default
  .select2-selection--single
  .select2-selection__arrow
  b {
  display: none;
}

.select2-container--default .select2-selection--single {
  border-radius: 0;
}

.default-navs .owl-nav {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}
.default-navs .owl-next,
.default-navs .owl-prev {
  display: block;
  width: 52px;
  height: 52px;
  font-size: 16px;
  font-weight: 700;
  line-height: 52px;
  color: var(--theme-color-dark);
  background: #fff;
  text-align: center;
  -webkit-transition: all 500ms ease;
  transition: all 500ms ease;
  border-radius: 50%;
  margin-right: 10px;
}
.default-navs .owl-next:hover,
.default-navs .owl-prev:hover {
  background-color: var(--theme-color-dark);
  color: var(--theme-color-light);
}

.default-dots .owl-dots {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  width: 100%;
}
.default-dots .owl-dots .owl-dot {
  height: 20px;
  width: 20px;
  border: 2px solid #3d0de5;
  background-color: transparent;
  margin: 0 5px;
  -webkit-transition: all 300ms ease;
  transition: all 300ms ease;
  border-radius: 50%;
}
.default-dots .owl-dots .owl-dot.active {
  background-color: #270ad9;
  border-radius: 50%;
  border: 2px solid #270ad9;
}

/***==========================
	Nav Style One
===========================*/
.nav-style-one {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  z-index: 9;
}
.nav-style-one .next,
.nav-style-one .prev {
  margin-right: 38px;
  padding: 18px 25px;
  padding-left: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.nav-style-one .next .icon,
.nav-style-one .prev .icon {
  position: relative;
  display: inline-block;
}
.nav-style-one .next .icon:before,
.nav-style-one .prev .icon:before {
  position: absolute;
  top: 0;
  margin-top: -20px;
  right: -25px;
  height: 52px;
  width: 52px;
  border: 1px dotted #fff;
  border-radius: 100px;
  content: "";
  z-index: -1;
  -webkit-transition: all 300ms ease;
  transition: all 300ms ease;
}
.nav-style-one .next:hover .icon:before,
.nav-style-one .prev:hover .icon:before {
  background-color: rgba(255, 255, 255, 0.15);
  width: 125px;
}
.nav-style-one .prev {
  margin-right: 0;
  padding-left: 25px;
  padding-right: 0;
}
.nav-style-one .prev .icon:before {
  left: -25px;
  right: auto;
}
.nav-style-one .swiper-button-disabled {
  opacity: 0.5;
  pointer-events: none;
}
.nav-style-one.dark .next .icon:before,
.nav-style-one.dark .prev .icon:before {
  border: 1px solid #797979;
}
/***==========================
	Default Tabs
===========================*/
.default-tabs {
  position: relative;
  overflow: hidden;
  margin-bottom: 30px;
}

.default-tabs .tab-buttons {
  position: relative;
  margin-bottom: 30px;
}

.default-tabs .tab-buttons li {
  position: relative;
  float: left;
  font-weight: 600;
  font-size: 18px;
  padding: 15px 35px;
  color: var(--theme-color1);
  line-height: 20px;
  border-radius: 5px;
  background-color: #ffffff;
  cursor: pointer;
  margin-right: 20px;
  -webkit-box-shadow: 0 10px 30px rgba(0, 0, 0, 0.05);
  box-shadow: 0 10px 30px rgba(0, 0, 0, 0.05);
  -webkit-transition: all 300ms ease;
  transition: all 300ms ease;
  transition: all 300ms ease;
}
.default-tabs .tab-buttons li:last-child {
  margin-right: 0;
}

.default-tabs .tab-buttons li.active-btn {
  background: var(--gradient-1);
  color: #ffffff;
}

.default-tabs .tabs-content {
  position: relative;
  width: 100%;
}

.blockquote-style-one {
  position: relative;
  font-size: 16px;
  line-height: 24px;
  color: var(--theme-color-dark);
  padding: 13px 25px;
  background-color: #fff;
  -webkit-box-shadow: none;
  box-shadow: none;
  font-family: var(--title-font);
  font-weight: 800;
  margin-bottom: 30px;
  -webkit-box-shadow: 0 0 30px rgba(0, 0, 0, 0.1);
  box-shadow: 0 0 30px rgba(0, 0, 0, 0.1);
}
.blockquote-style-one:before {
  position: absolute;
  left: 0;
  top: 10px;
  bottom: 10px;
  width: 4px;
  z-index: 2;
  background-color: var(--theme-color1);
  content: "";
}

/***================================
    Progress Bar
=================================*/
.skills {
  position: relative;
  margin-bottom: 50px;
}
.skills .skill-item {
  position: relative;
  margin-bottom: 25px;
}
.skills .skill-item:last-child {
  margin-bottom: 0px;
}
.skills .skill-item .skill-header {
  position: relative;
  margin-bottom: 0px;
  z-index: 3;
}
.skills .skill-item .skill-header .skill-title {
  font-size: 20px;
  font-weight: 700;
  font-family: var(--title-font);
  color: var(--theme-color-dark);
  margin-bottom: 10px;
}
@media (max-width: 575.98px) {
  .skills .skill-item .skill-header .skill-title {
    font-size: 16px;
  }
}
.dark-layout .skills .skill-item .skill-header .skill-title {
  color: var(--theme-color-light);
}
.skills .skill-item .skill-bar {
  position: relative;
  width: 100%;
  height: 14px;
  border-radius: 10px;
}
.skills .skill-item .skill-bar .bar-inner {
  position: relative;
  width: 100%;
  height: 14px;
  background: #dddddd;
  border-radius: 10px;
}
.skills .skill-item .skill-bar .bar-inner .bar {
  position: absolute;
  left: 0px;
  top: 0px;
  height: 14px;
  width: 0px;
  border-radius: 10px;
  background: var(--theme-color4);
  -webkit-transition: all 3000ms ease;
  transition: all 3000ms ease;
}
.rtl .skills .skill-item .skill-bar .bar-inner .bar {
  left: auto;
  right: 0px;
}
.skills .skill-item .skill-bar .bar-inner .skill-percentage {
  position: absolute;
  right: 20px;
  bottom: 10px;
  font-size: 16px;
  font-weight: 700;
  color: #666666;
  margin-bottom: 10px;
}
@media (max-width: 575.98px) {
  .skills .skill-item .skill-bar .bar-inner .skill-percentage {
    font-size: 14px;
    right: -40px;
  }
}
.dark-layout .skills .skill-item .skill-bar .bar-inner .skill-percentage {
  color: var(--theme-color-light);
}
.rtl .skills .skill-item .skill-bar .bar-inner .skill-percentage {
  right: auto;
  left: 20px;
}
@media (max-width: 575.98px) {
  .rtl .skills .skill-item .skill-bar .bar-inner .skill-percentage {
    left: -40px;
  }
}

.cursor1 {
  position: fixed;
  width: 40px;
  height: 40px;
  border: 2px solid var(--theme-color1);
  border-radius: 50%;
  left: 0;
  top: 0;
  pointer-events: none;
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  -webkit-transition: 0.15s;
  transition: 0.15s;
  z-index: 999;
  mix-blend-mode: difference;
}

@media (max-width: 1200px) {
  .cursor1 {
    display: none;
  }
}
.cursor1.hide {
  opacity: 0;
  visibility: hidden;
}

.cursor2 {
  position: fixed;
  width: 8px;
  height: 8px;
  border: 4px solid var(--theme-color1);
  border-radius: 50%;
  left: 0;
  top: 0;
  pointer-events: none;
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  -webkit-transition: 0.2s;
  transition: 0.2s;
  z-index: 999;
  mix-blend-mode: difference;
}

@media (max-width: 1200px) {
  .cursor2 {
    display: none;
  }
}
.cursor2.hide {
  opacity: 0;
  visibility: hidden;
}

.cursor2.circle {
  width: 60px;
  height: 60px;
}

.theme-btn {
  position: relative;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  text-align: center;
  white-space: nowrap;
  gap: 10px;
  -webkit-transition: all 300ms ease;
  transition: all 300ms ease;
}
.theme-btn .btn-title {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

/*Btn Style One*/
.btn-style-one {
  position: relative;
  font-size: 16px;
  line-height: 20px;
  padding: 20px 41px;
  border-radius: 50px;
  font-weight: 700;
  overflow: hidden;
  color: var(--theme-color-light);
  background-color: var(--primary-color);
  text-transform: uppercase;
}
@media (max-width: 575.98px) {
  .btn-style-one {
    padding: 18px 30px;
    font-size: 12px;
  }
}
.btn-style-one:before {
  content: "";
  position: absolute;
  top: 0;
  right: 0;
  width: 0;
  border-radius: 50px;
  height: 100%;
  background-color: var(--theme-color2);
  -webkit-transition: all 300ms ease;
  transition: all 300ms ease;
}
.btn-style-one i {
  position: relative;
  top: 1px;
  display: block;
}
.btn-style-one:hover {
  color: var(--theme-color-dark);
}
.btn-style-one:hover:before {
  width: 100%;
  right: auto;
  left: 0;
}
.btn-style-one:active {
  -webkit-transform: scale(0.9);
  transform: scale(0.9);
}
.btn-style-one .icon {
  position: relative;
  border-radius: 28.5px;
  font-size: 20px;
  width: 40px;
  height: 40px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  color: var(--theme-color1);
  background-color: var(--theme-color-light);
  z-index: 1;
}
.btn-style-one.icon-btn {
  gap: 16px;
  line-height: 14px;
  padding: 9px 27px 10px 9px;
}
.rtl .btn-style-one.icon-btn {
  padding: 9px 9px 10px 27px;
}
.btn-style-one.bg-yellow {
  background-color: var(--theme-color2);
  color: var(--theme-color-dark);
}
.btn-style-one.bg-yellow::before {
  background-color: var(--theme-color1);
}
.btn-style-one.bg-yellow:hover {
  color: var(--theme-color-light);
}
.btn-style-one.bg-pink {
  background-color: var(--theme-color3);
}
.btn-style-one.bg-pink::before {
  background-color: var(--theme-color1);
}
.btn-style-one.bg-pink:hover {
  color: var(--theme-color-light);
}
.btn-style-one.bg-blue {
  background-color: #200066;
}
.btn-style-one.bg-blue::before {
  background-color: var(--theme-color1);
}
.btn-style-one.bg-blue:hover {
  color: var(--theme-color-light);
}
.btn-style-one.bg-orange {
  background-color: var(--theme-color4);
}
.btn-style-one.bg-orange::before {
  background-color: var(--theme-color1);
}
.btn-style-one.bg-orange:hover {
  color: var(--theme-color-light);
}
.btn-style-one.dark-bg {
  color: var(--theme-color-light);
  background-color: #212729;
}
.btn-style-one.dark-bg::before {
  background-color: var(--theme-color1);
}
.btn-style-one.light-bg {
  color: var(--theme-color-dark);
  background: var(--theme-color-light);
}
.btn-style-one.light-bg::before {
  background: var(--theme-color1);
}
.btn-style-one.light-bg:hover {
  color: var(--theme-color-light);
}
.btn-style-one.hover-light:hover {
  color: var(--theme-color-dark);
}
.btn-style-one.hover-light:before {
  background-color: var(--theme-color-light);
}
.btn-style-one.hover-dark:hover {
  color: var(--theme-color-light);
}
.btn-style-one.hover-dark:before {
  background-color: var(--theme-color-dark);
}

/***====================================================================
  Anim Icons
====================================================================***/
.reveal {
  position: relative;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  visibility: hidden;
  overflow: hidden;
}
.reveal img {
  height: 100%;
  width: 100%;
  -o-object-fit: cover;
  object-fit: cover;
  -webkit-transform-origin: left;
  transform-origin: left;
}

.anim-icons {
  position: absolute;
  left: 0;
  top: 0;
  right: 0;
  height: 100%;
  width: 100%;
  max-width: 1170px;
  margin: 0 auto;
}

[text-split] {
  opacity: 0;
}

.word {
  overflow: hidden;
  margin-bottom: -0.1em;
  -webkit-transform-origin: bottom;
  transform-origin: bottom;
}

.anim-icons.full-width {
  max-width: 100%;
}

.anim-icons .icon {
  position: absolute;
  background-position: center;
  background-repeat: no-repeat;
  background-size: 100%;
}

.banner-layer {
  width: 964px;
  height: 100%;
  background-image: url(../images/icons/banner-layer.png);
}

.btn-bg {
  width: 322px;
  height: 100%;
  background-image: url(../images/icons/btn-bg.png);
}

.testi-shape-one {
  width: 109px;
  height: 80px;
  background-image: url(../images/icons/testi-shape-one.png);
}

.testi-shape-two {
  width: 109px;
  height: 80px;
  background-image: url(../images/icons/testi-shape-two.png);
}

.icon-mic {
  width: 80px;
  height: 183px;
  background-image: url(../images/icons/icon-mic.svg);
}

.icon-check {
  width: 60px;
  height: 51px;
  background-image: url(../images/icons/check.png);
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
}

.check-bg-one {
  width: 54px;
  height: 44px;
  background-image: url(../images/icons/check-bg-one.png);
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
}

.check-bg-two {
  width: 54px;
  height: 44px;
  background-image: url(../images/icons/check-bg-two.png);
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
}

.icon-check-three {
  width: 37px;
  height: 32px;
  background-image: url(../images/icons/icon-check-three.png);
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
}

.check-three-bg {
  width: 28px;
  height: 22px;
  background-image: url(../images/icons/check-three-bg.png);
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
}

.check-bg-three {
  width: 54px;
  height: 44px;
  background-image: url(../images/icons/check-bg-three.png);
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
}

.icon-check-two {
  width: 38px;
  height: 32px;
  background-image: url(../images/icons/icon-check-two.png);
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
}

.check-two-bg {
  width: 37px;
  height: 31px;
  background-image: url(../images/icons/check-two-bg.png);
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
}

.check-two-bg-two {
  width: 37px;
  height: 31px;
  background-image: url(../images/icons/check-two-bg-two.png);
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
}

.play-icon {
  width: 45px;
  height: 61px;
  background-image: url(../images/icons/play-icon.png);
}

.icon-arrow {
  width: 153px;
  height: 128px;
  background-image: url(../images/icons/icon-arrow.png);
}

.icon-star {
  width: 75px;
  height: 75px;
  background-image: url(../images/icons/icon-star.png);
}

.icon-video {
  width: 123px;
  height: 123px;
  background-image: url(../images/icons/icon-video.png);
}

.icon-one {
  width: 97px;
  height: 156px;
  background-image: url(../images/icons/icon-one.png);
}

.icon-two {
  width: 97px;
  height: 156px;
  background-image: url(../images/icons/icon-two.png);
}

.icon-three {
  width: 189px;
  height: 135px;
  background-image: url(../images/icons/icon-three.png);
}

.icon-four {
  width: 379px;
  height: 455px;
  background-image: url(../images/icons/icon-four.png);
}

.icon-five {
  width: 70px;
  height: 68px;
  background-image: url(../images/icons/icon-five.png);
}

.icon-six {
  width: 243px;
  height: 243px;
  background-image: url(../images/icons/icon-six.png);
}

.icon-seven {
  width: 119px;
  height: 124px;
  background-image: url(../images/icons/icon-seven.png);
}

.icon-eight {
  width: 119px;
  height: 124px;
  background-image: url(../images/icons/icon-eight.png);
}

.icon-nine {
  width: 224px;
  height: 224px;
  background-image: url(../images/icons/icon-nine.png);
}

.icon-ten {
  width: 235px;
  height: 173px;
  background-image: url(../images/icons/icon-ten.png);
}

.icon-eleven {
  width: 235px;
  height: 173px;
  background-image: url(../images/icons/icon-eleven.png);
}

.icon-twelve {
  width: 64px;
  height: 64px;
  background-image: url(../images/icons/icon-twelve.png);
}

.icon-thirteen {
  width: 70px;
  height: 70px;
  background-image: url(../images/icons/icon-thirteen.png);
}

.icon-fourteen {
  width: 318px;
  height: 479px;
  background-image: url(../images/icons/icon-fourteen.png);
}

.icon-fifteen {
  width: 346px;
  height: 387px;
  background-image: url(../images/icons/icon-fifteen.png);
}

.icon-sixteen {
  width: 449px;
  height: 551px;
  background-image: url(../images/icons/icon-sixteen.png);
}

.icon-seventeen {
  width: 25px;
  height: 25px;
  background-image: url(../images/icons/icon-seventeen.png);
}

.icon-eighteen {
  width: 25px;
  height: 25px;
  background-image: url(../images/icons/icon-eighteen.png);
}

.icon-nineteen {
  width: 109px;
  height: 80px;
  background-image: url(../images/icons/icon-nineteen.png);
}

.icon-twenty {
  width: 109px;
  height: 80px;
  background-image: url(../images/icons/icon-twenty.png);
}

.icon-twentyone {
  width: 70px;
  height: 68px;
  background-image: url(../images/icons/icon-twentyone.png);
}

.icon-twentytwo {
  width: 146px;
  height: 108px;
  background-image: url(../images/icons/icon-twentytwo.png);
}

.icon-twentythree {
  width: 146px;
  height: 108px;
  background-image: url(../images/icons/icon-twentythree.png);
}

.icon-twentyfour {
  width: 78px;
  height: 65px;
  background-image: url(../images/icons/icon-twentyfour.png);
}

.icon-twentyfive {
  width: 130px;
  height: 72px;
  background-image: url(../images/icons/icon-twentyfive.png);
}

.icon-twentysix {
  width: 130px;
  height: 72px;
  background-image: url(../images/icons/icon-twentysix.png);
}

.icon-twentyseven {
  width: 86px;
  height: 51px;
  background-image: url(../images/icons/icon-twentyseven.png);
}

.icon-twentyeight {
  width: 86px;
  height: 51px;
  background-image: url(../images/icons/icon-twentyeight.png);
}

.shape-one {
  width: 317px;
  height: 305px;
  background-image: url(../images/icons/shape-one.png);
}

.shape-two {
  width: 715px;
  height: 762px;
  background-image: url(../images/icons/shape-two.png);
}

.shape-three {
  width: 688px;
  height: 1156px;
  background-image: url(../images/icons/bg_agenda_left.png);
}

.shape-four {
  width: 364px;
  height: 547px;
  background-image: url(../images/icons/bg_agenda_right.png);
}

.shape-five {
  width: 217px;
  height: 428px;
  background-image: url(../images/icons/shape-five.png);
}

.shape-six {
  width: 627px;
  height: 626px;
  background-image: url(../images/icons/shape-six.png);
}

.shape-seven {
  width: 627px;
  height: 627px;
  background-image: url(../images/icons/shape-seven.png);
}

.shape-eight {
  width: 108px;
  height: 100%;
  background-image: url(../images/icons/shape-eight.png);
}

.shape-nine {
  width: 474px;
  height: 1051px;
  background-image: url(../images/icons/shape-nine.png);
}

.shape-ten {
  width: 156px;
  height: 100%;
  background-image: url(../images/icons/shape-ten.png);
}

.shape-eleven {
  width: 161px;
  height: 367px;
  background-image: url(../images/icons/shape-eleven.png);
}

.shape-twelve {
  width: 159px;
  height: 367px;
  background-image: url(../images/icons/shape-twelve.png);
}

.shape-thirteen {
  width: 108px;
  height: 100%;
  background-image: url(../images/icons/shape-thirteen.png);
}

.shape-fourteen {
  width: 506px;
  height: 518px;
  background-image: url(../images/icons/shape-fourteen.png);
}

.shape-fifteen {
  width: 97px;
  height: 100%;
  background-image: url(../images/icons/shape-fifteen.png);
}

.shape-sixteen {
  width: 196px;
  height: 100%;
  background-image: url(../images/icons/shape-sixteen.png);
}

.shape-seventeen {
  width: 248px;
  height: 100%;
  background-image: url(../images/icons/shape-seventeen.png);
}

.shape-eighteen {
  width: 406px;
  height: 404px;
  background-image: url(../images/icons/shape-eighteen.png);
}

.shape-nineteen {
  width: 219px;
  height: 507px;
  background-image: url(../images/icons/shape-nineteen.png);
}

.shape-twenty {
  width: 100%;
  height: 100%;
  background-image: url(../images/icons/shape-twenty.png);
}

.shape-twentyone {
  width: 393px;
  height: 662px;
  background-image: url(../images/icons/shape-twentyone.png);
}

.shape-twentytwo {
  width: 598px;
  height: 515px;
  background-image: url(../images/icons/shape-twentytwo.png);
}

.shape-twentythree {
  width: 541px;
  height: 503px;
  background-image: url(../images/icons/shape-twentythree.png);
}

.shape-twentyfour {
  width: 512px;
  height: 518px;
  background-image: url(../images/icons/shape-twentyfour.png);
}

.shape-twentyfive {
  width: 434px;
  height: 340px;
  background-image: url(../images/icons/shape-twentyfive.png);
}

.shape-twentysix {
  width: 301px;
  height: 492px;
  background-image: url(../images/icons/shape-twentysix.png);
}

.shape-twentyseven {
  width: 237px;
  height: 507px;
  background-image: url(../images/icons/shape-twentyseven.png);
}

.shape-twentyeight {
  width: 205px;
  height: 121px;
  background-image: url(../images/icons/shape-twentyeight.png);
}

.shape-twentynine {
  width: 109px;
  height: 80px;
  background-image: url(../images/icons/shape-twentynine.png);
}

.shape-thirty {
  width: 291px;
  height: 100%;
  background-image: url(../images/icons/shape-thirty.png);
}

.shape-thirtyone {
  width: 291px;
  height: 100%;
  background-image: url(../images/icons/shape-thirtyone.png);
}

.shape-thirtytwo {
  width: 234px;
  height: 561px;
  background-image: url(../images/icons/shape-thirtytwo.png);
}

.shape-thirtythree {
  width: 224px;
  height: 561px;
  background-image: url(../images/icons/shape-thirtythree.png);
}

.shape-thirtyfour {
  width: 434px;
  height: 457px;
  background-image: url(../images/icons/shape-thirtyfour.png);
}

.shape-thirtyfive {
  width: 163px;
  height: 163px;
  background-image: url(../images/icons/shape-thirtyfive.png);
}

.shape-thirtysix {
  width: 341px;
  height: 430px;
  background-image: url(../images/icons/shape-thirtysix.png);
}

.shape-thirtyseven {
  width: 217px;
  height: 434px;
  background-image: url(../images/icons/shape-thirtyseven.png);
}

.shape-thirtyeight {
  width: 1273px;
  height: 1273px;
  background-image: url(../images/icons/shape-thirtyeight.png);
}

.shape-thirtynine {
  width: 273px;
  height: 162px;
  background-image: url(../images/icons/shape-thirtynine.png);
}

.shape-fourty {
  width: 539px;
  height: 518px;
  background-image: url(../images/icons/shape-fourty.png);
}

.shape-fourtyone {
  width: 348px;
  height: 348px;
  background-image: url(../images/icons/shape-fourtyone.png);
}

.shape-fourtytwo {
  width: 348px;
  height: 348px;
  background-image: url(../images/icons/shape-fourtytwo.png);
}

.shape-fourtythree {
  width: 348px;
  height: 348px;
  background-image: url(../images/icons/shape-fourtythree.png);
}

.shape-fourtyfour {
  width: 348px;
  height: 348px;
  background-image: url(../images/icons/shape-fourtyfour.png);
}

.shape-fourtyfive {
  width: 348px;
  height: 348px;
  background-image: url(../images/icons/shape-fourtyfive.png);
}

.shape-fourtysix {
  width: 348px;
  height: 348px;
  background-image: url(../images/icons/shape-fourtysix.png);
}

.shape-fourtyseven {
  width: 348px;
  height: 348px;
  background-image: url(../images/icons/shape-fourtyseven.png);
}

.bounce-y {
  -webkit-animation: bounce-y 10s infinite linear;
  animation: bounce-y 10s infinite linear;
}

.bounce-x {
  -webkit-animation: bounce-x 10s infinite linear;
  animation: bounce-x 10s infinite linear;
}

.zoom-one {
  -webkit-animation: zoom-one 10s infinite linear;
  animation: zoom-one 10s infinite linear;
}

.zoom-two {
  -webkit-animation: zoom-two 5s infinite linear;
  animation: zoom-two 5s infinite linear;
}

@-webkit-keyframes float {
  0% {
    -webkit-transform: translateY(0);
    transform: translateY(0);
  }
  50% {
    -webkit-transform: translateY(-10px);
    transform: translateY(-10px);
  }
  100% {
    -webkit-transform: translateY(0);
    transform: translateY(0);
  }
}

@keyframes float {
  0% {
    -webkit-transform: translateY(0);
    transform: translateY(0);
  }
  50% {
    -webkit-transform: translateY(-10px);
    transform: translateY(-10px);
  }
  100% {
    -webkit-transform: translateY(0);
    transform: translateY(0);
  }
}
@-webkit-keyframes bounce-y {
  0% {
    -webkit-transform: translateY(0);
    transform: translateY(0);
  }
  50% {
    -webkit-transform: translateY(-30px);
    transform: translateY(-30px);
  }
  100% {
    -webkit-transform: translateY(0);
    transform: translateY(0);
  }
}
@keyframes bounce-y {
  0% {
    -webkit-transform: translateY(0);
    transform: translateY(0);
  }
  50% {
    -webkit-transform: translateY(-30px);
    transform: translateY(-30px);
  }
  100% {
    -webkit-transform: translateY(0);
    transform: translateY(0);
  }
}
@-webkit-keyframes bounce-x {
  0% {
    -webkit-transform: translateX(0);
    transform: translateX(0);
  }
  50% {
    -webkit-transform: translateX(30px);
    transform: translateX(30px);
  }
  100% {
    -webkit-transform: translateX(0);
    transform: translateX(0);
  }
}
@keyframes bounce-x {
  0% {
    -webkit-transform: translateX(0);
    transform: translateX(0);
  }
  50% {
    -webkit-transform: translateX(30px);
    transform: translateX(30px);
  }
  100% {
    -webkit-transform: translateX(0);
    transform: translateX(0);
  }
}
@-webkit-keyframes zoom-one {
  0% {
    -webkit-transform: scale(0.95);
    transform: scale(0.95);
  }
  50% {
    -webkit-transform: scale(1.05);
    transform: scale(1.05);
  }
  100% {
    -webkit-transform: scale(0.95);
    transform: scale(0.95);
  }
}
@keyframes zoom-one {
  0% {
    -webkit-transform: scale(0.95);
    transform: scale(0.95);
  }
  50% {
    -webkit-transform: scale(1.05);
    transform: scale(1.05);
  }
  100% {
    -webkit-transform: scale(0.95);
    transform: scale(0.95);
  }
}
@-webkit-keyframes zoom-two {
  0% {
    -webkit-transform: scale(1);
    transform: scale(1);
  }
  50% {
    -webkit-transform: scale(0.95);
    transform: scale(0.95);
  }
  100% {
    -webkit-transform: scale(1);
    transform: scale(1);
  }
}
@keyframes zoom-two {
  0% {
    -webkit-transform: scale(1);
    transform: scale(1);
  }
  50% {
    -webkit-transform: scale(0.95);
    transform: scale(0.95);
  }
  100% {
    -webkit-transform: scale(1);
    transform: scale(1);
  }
}
.overlay-anim {
  position: relative;
}
.overlay-anim:after {
  background: rgba(255, 255, 255, 0.3);
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 0;
  opacity: 1;
  z-index: 9;
  pointer-events: none;
}
.overlay-anim:hover:after {
  height: 100%;
  opacity: 0;
  -webkit-transition: all 400ms linear;
  transition: all 400ms linear;
}

.circle {
  position: fixed;
  width: 10px;
  height: 10px;
  left: -10px;
  top: -10px;
  border-radius: 100%;
  z-index: 1;
  pointer-events: none;
  z-index: 10000;
  -webkit-transform: scale(1);
  transform: scale(1);
}
@supports (mix-blend-mode: difference) {
  .circle {
    background-color: white;
    mix-blend-mode: difference;
  }
}
@media only screen and (max-width: 1023px) {
  .circle {
    display: none !important;
  }
}

.circle-follow {
  position: fixed;
  mix-blend-mode: difference;
  width: 30px;
  height: 30px;
  left: -21px;
  top: -21px;
  border-radius: 100%;
  z-index: 1;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  pointer-events: none;
  z-index: 10000;
  -webkit-transform: scale(1);
  transform: scale(1);
}
@supports (mix-blend-mode: difference) {
  .circle-follow {
    border: 1px solid #fff;
    mix-blend-mode: difference;
  }
}
@media only screen and (max-width: 1023px) {
  .circle-follow {
    display: none !important;
  }
}

/***====================================================================
    Main Header CSS
====================================================================***/
.header-span {
  position: relative;
  height: 110px;
  display: block;
  width: 100%;
}

.main-header {
  position: relative;
  width: 100%;
  z-index: 999;
}

.header-top {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.header-top .inner-container {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  width: 100%;
  padding: 0 80px;
}
@media (max-width: 1399.98px) {
  .header-top .inner-container {
    padding: 0 20px;
  }
}
.header-top .top-left {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}
.header-top .top-right {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}
.header-top .top-right .social-icon-one {
  margin-left: 41px;
}
.header-top .useful-links {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  padding: 12px 0;
}
.header-top .useful-links li {
  position: relative;
  padding-left: 15px;
  margin-left: 15px;
  font-size: 12px;
  color: #75767a;
  line-height: 20px;
}
.header-top .useful-links li:first-child {
  margin-left: 0;
  padding-left: 0;
}
.header-top .useful-links li:first-child:before {
  display: none;
}
.header-top .useful-links li:before {
  position: absolute;
  left: -3px;
  top: 0;
  content: "/";
}
.header-top .useful-links li a {
  color: #808287;
  -webkit-transition: all 300ms ease;
  transition: all 300ms ease;
}
.header-top .useful-links li a:hover {
  color: var(--theme-color-light);
}

.main-header .header-lower {
  position: relative;
  -webkit-transition: all 300ms ease;
  transition: all 300ms ease;
}
.main-header .header-lower .logo-box {
  position: relative;
  padding: 20px 0;
}

.main-header {
  width: 100%;
  z-index: 999;
}
.main-header .logo {
  position: relative;
  display: block;
}
.main-header .logo img {
  max-width: 100%;
  height: auto;
  object-fit: cover;
}
.main-header .main-box {
  position: static;
  left: 0px;
  top: 0px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-transition: all 300ms ease;
  transition: all 300ms ease;
}
.main-header .main-box .nav-outer {
  position: static;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  width: 100%;
}

.main-menu {
  position: static;
}
@media (max-width: 991.98px) {
  .main-menu {
    display: none;
  }
}

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

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

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

.main-menu .navigation > li {
  position: static;
  float: left;
  padding: 20px 0px;
  margin-right: 40px;
}
.main-menu .navigation > li:last-child {
  margin-right: 0;
}
.rtl .main-menu .navigation > li {
  float: right;
  margin-right: 0;
  margin-left: 40px;
}
.rtl .main-menu .navigation > li:last-child {
  margin-left: 0;
}
.main-menu .navigation > li:hover > a:before,
.main-menu .navigation > li.current > a:before {
  left: 0;
  width: calc(100% - 14px);
}
.main-menu .navigation > li > a {
  position: relative;
  display: block;
  text-align: center;
  opacity: 1;
  color: var(--theme-color-dark);
  font-size: 16px;
  line-height: 30px;
  font-weight: 700;
  padding: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-transition: all 300ms ease;
  transition: all 300ms ease;
}
.main-menu .navigation > li > a:before {
  position: absolute;
  left: 50%;
  top: 50%;
  margin-top: 10px;
  margin-right: 14px;
  height: 2px;
  width: 0%;
  background-color: var(--theme-color-light);
  z-index: 3;
  content: "";
  -webkit-transition: all 300ms ease;
  transition: all 300ms ease;
}
.main-menu .navigation > li > a:hover {
  color: var(--theme-color1);
}
.main-menu .navigation > li.current > a {
  color: var(--theme-color1);
  font-weight: 700;
}
.main-menu .navigation > li.dropdown > a {
  padding-right: 14px;
  margin-right: -14px;
}
.rtl .main-menu .navigation > li.dropdown > a {
  padding-left: 14px;
  padding-right: 0;
  margin-right: 0;
  margin-left: -14px;
}
.main-menu .navigation > li.dropdown > a:after {
  content: "\f107";
  position: absolute;
  right: 0;
  top: 50%;
  width: 10px;
  height: 20px;
  display: block;
  line-height: 24px;
  font-size: 12px;
  z-index: 5;
  font-family: "Font Awesome 6 Pro";
  font-weight: 900;
  margin-top: -2px;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
}
.rtl .main-menu .navigation > li.dropdown > a:after {
  right: auto;
  left: 0;
}
.main-menu .navigation > li.dropdown:hover > ul {
  visibility: visible;
  opacity: 1;
  top: 100%;
  margin-top: 0;
  -webkit-transition: all 300ms ease;
  transition: all 300ms ease;
}

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

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

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

.main-header .outer-box {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: end;
  -ms-flex-pack: end;
  justify-content: flex-end;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  height: 100%;
  gap: 20px;
}

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

.main-header .info-btn {
  position: relative;
  font-size: 16px;
  padding-left: 44px;
  color: #ffffff;
  text-align: left;
  font-weight: 500;
  white-space: nowrap;
  line-height: 20px;
  margin-left: 40px;
}
.main-header .info-btn small {
  display: block;
  font-size: 10px;
  font-weight: 500;
  text-transform: uppercase;
  color: var(--theme-color1);
}
.main-header .info-btn .icon {
  position: absolute;
  left: 0;
  top: 50%;
  margin-top: -12px;
  line-height: 40px;
  height: 40px;
  font-size: 24px;
  line-height: 1em;
  margin-right: 20px;
  padding-right: 20px;
}
.main-header .info-btn:hover {
  color: var(--theme-color-light);
}

/***====================================================================
    Header Style One
====================================================================***/
.header-style-one {
  position: absolute;
  top: 59px;
  left: 0;
}

.header-navbar {
  display: flex;
  align-items: center;
}

.main-box {
  display: flex;
  align-items: center;
  justify-content: space-around;
  width: 100%;
}

.header-navbar .navigation {
  display: flex;
  align-items: center;
  margin: 0;
  padding: 0;
  list-style: none;
  gap: 20px;
}

.header-navbar .navigation > li {
  margin: 0 5px !important;
}

.header-navbar .navigation > li > a {
  font-size: 13px;
  font-weight: 600;
}

@media (max-width: 1199.98px) {
  .header-style-one {
    top: 30px;
  }
}
.header-style-one .main-box {
  position: relative;
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
}
@media (max-width: 991.98px) {
  .header-style-one .main-box {
    -webkit-box-align: stretch;
    -ms-flex-align: stretch;
    align-items: stretch;
  }
}
.header-style-one .main-box .header-navbar {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  width: 100%;
  background-color: var(--theme-color3);
  border-radius: 0 50px 50px 0;
}
@media (max-width: 575.98px) {
  .header-style-one .main-box .header-navbar {
    border-radius: 0 5px 5px 0;
  }
}
.rtl .header-style-one .main-box .header-navbar {
  border-radius: 50px 0 0 50px;
}
@media (max-width: 575.98px) {
  .rtl .header-style-one .main-box .header-navbar {
    border-radius: 0 5px 5px 0;
  }
}
.header-style-one .main-box .logo-box {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  min-width: 225px;
  height: 88px;
  margin-right: 68px;
  padding: 8px 10px 19px 19px;
  border-radius: 50px 0 0 50px;
  background-color: #fff;
}
@media (max-width: 991.98px) {
  .header-style-one .main-box .logo-box {
    margin-right: 0;
    height: 75px;
    min-width: 200px;
  }
}
@media (max-width: 575.98px) {
  .header-style-one .main-box .logo-box {
    min-width: 120px;
    padding: 10px 10px 15px;
    border-radius: 5px 0 0 5px;
    height: 60px;
  }
}
.rtl .header-style-one .main-box .logo-box {
  margin-right: 0;
  margin-left: 68px;
  padding: 8px 19px 19px 10px;
  border-radius: 0 50px 50px 0;
}
@media (max-width: 991.98px) {
  .rtl .header-style-one .main-box .logo-box {
    margin-left: 0;
  }
}
@media (max-width: 575.98px) {
  .rtl .header-style-one .main-box .logo-box {
    border-radius: 5px 0 0 5px;
  }
}
.header-style-one .main-box .logo-box:before {
  content: "";
  position: absolute;
  right: -53px;
  top: 0;
  width: 0;
  height: 0;
  border-top: 70px solid #fff;
  border-right: 55px solid transparent;
}
@media (max-width: 991.98px) {
  .header-style-one .main-box .logo-box:before {
    display: none;
  }
}
.rtl .header-style-one .main-box .logo-box:before {
  left: -55px;
  right: auto;
  -webkit-transform: scaleX(-1);
  transform: scaleX(-1);
}
.header-style-one .main-box .logo-box:after {
  content: "";
  position: absolute;
  right: -12px;
  bottom: 0;
  width: 0;
  height: 0;
  border-bottom: 18px solid #fff;
  border-right: 14px solid transparent;
}
@media (max-width: 991.98px) {
  .header-style-one .main-box .logo-box:after {
    display: none;
  }
}
.rtl .header-style-one .main-box .logo-box:after {
  left: -14px;
  right: auto;
  -webkit-transform: scaleX(-1);
  transform: scaleX(-1);
}
.header-style-one .main-box .logo-box img {
  width: 185px;
}
@media (max-width: 991.98px) {
  .header-style-one .main-box .logo-box img {
    width: 160px;
  }
}
@media (max-width: 575.98px) {
  .header-style-one .main-box .logo-box img {
    width: 140px;
  }
}
.header-style-one .main-box .nav-outer {
  padding-left: 14px;
}
@media (max-width: 575.98px) {
  .header-style-one .main-box .nav-outer {
    padding-left: 0;
  }
}
.rtl .header-style-one .main-box .nav-outer {
  padding-left: 0;
  padding-right: 14px;
}
@media (max-width: 575.98px) {
  .rtl .header-style-one .main-box .nav-outer {
    padding-right: 0;
  }
}
.header-style-one .main-box .nav-outer:before {
  content: "";
  position: absolute;
  top: 0;
  left: -55px;
  width: 0;
  height: 0;
  border-bottom: 70px solid var(--theme-color3);
  border-left: 56px solid transparent;
}
@media (max-width: 991.98px) {
  .header-style-one .main-box .nav-outer:before {
    display: none;
  }
}
.rtl .header-style-one .main-box .nav-outer:before {
  left: auto;
  right: -56px;
  -webkit-transform: scaleX(-1);
  transform: scaleX(-1);
}
.header-style-one .main-box .nav-outer:after {
  content: "";
  position: absolute;
  bottom: -18px;
  left: -56px;
  width: 0;
  height: 0;
  border-left: 18px solid transparent;
  border-right: 18px solid transparent;
  border-top: 18px solid #fff;
}
@media (max-width: 991.98px) {
  .header-style-one .main-box .nav-outer:after {
    display: none;
  }
}
.rtl .header-style-one .main-box .nav-outer:after {
  left: auto;
  right: -56px;
}
.header-style-one .main-box .nav-outer .navigation > li {
  margin-right: 45px;
  text-transform: uppercase;
}
@media (max-width: 1199.98px) {
  .header-style-one .main-box .nav-outer .navigation > li {
    margin-right: 40px;
  }
}
.rtl .header-style-one .main-box .nav-outer .navigation > li {
  margin-right: 0;
  margin-left: 45px;
}
@media (max-width: 1199.98px) {
  .rtl .header-style-one .main-box .nav-outer .navigation > li {
    margin-left: 40px;
  }
}
.header-style-one .main-box .nav-outer .navigation > li:before {
  background-color: var(--theme-color-light);
}
.header-style-one .main-box .nav-outer .navigation > li > a {
  font-weight: 600;
  color: var(--theme-color-light);
}
@media (max-width: 1199.98px) {
  .header-style-one .main-box .nav-outer .navigation > li > a {
    font-size: 15px;
  }
}
.header-style-one .main-box .outer-box {
  position: relative;
  -ms-flex-negative: 0;
  flex-shrink: 0;
  padding-right: 10px;
}
@media (max-width: 1399.98px) {
  .header-style-one .main-box .outer-box {
    padding-right: 30px;
  }
}
@media (max-width: 1199.98px) {
  .header-style-one .main-box .outer-box {
    padding-right: 15px;
  }
}
@media (max-width: 991.98px) {
  .header-style-one .main-box .outer-box {
    padding-right: 30px;
  }
}
@media (max-width: 575.98px) {
  .header-style-one .main-box .outer-box {
    padding-right: 15px;
  }
}
@media (max-width: 991.98px) {
  .header-style-one .main-box .outer-box {
    gap: 10px;
  }
}
@media (max-width: 575.98px) {
  .header-style-one .main-box .outer-box {
    gap: 5px;
  }
}
.rtl .header-style-one .main-box .outer-box {
  padding-right: 0;
  padding-left: 10px;
}
@media (max-width: 1399.98px) {
  .rtl .header-style-one .main-box .outer-box {
    padding-left: 30px;
  }
}
@media (max-width: 1199.98px) {
  .rtl .header-style-one .main-box .outer-box {
    padding-left: 15px;
  }
}
@media (max-width: 991.98px) {
  .rtl .header-style-one .main-box .outer-box {
    padding-left: 30px;
  }
}
@media (max-width: 575.98px) {
  .rtl .header-style-one .main-box .outer-box {
    padding-left: 15px;
  }
}
.header-style-one .main-box .outer-box .search-btn {
  margin-right: 20px;
}
@media (max-width: 1399.98px) {
  .header-style-one .main-box .outer-box .search-btn {
    margin-right: 10px;
  }
}
@media (max-width: 991.98px) {
  .header-style-one .main-box .outer-box .search-btn {
    margin-right: 0;
  }
}
@media (max-width: 575.98px) {
  .header-style-one .main-box .outer-box .search-btn {
    font-size: 22px;
  }
}
.rtl .header-style-one .main-box .outer-box .search-btn {
  margin-right: 0;
  margin-left: 20px;
}
@media (max-width: 1399.98px) {
  .rtl .header-style-one .main-box .outer-box .search-btn {
    margin-left: 10px;
  }
}
@media (max-width: 991.98px) {
  .rtl .header-style-one .main-box .outer-box .search-btn {
    margin-left: 0;
  }
}
@media (max-width: 1199.98px) {
  .header-style-one .main-box .outer-box .toggle-hidden-bar {
    display: none;
  }
}
.header-style-one .main-box .outer-box .ui-btn {
  color: var(--theme-color-light);
}
.header-style-one .main-box .outer-box .btn-box .theme-btn {
  padding: 17px 44px;
}
@media (max-width: 1399.98px) {
  .header-style-one .main-box .outer-box .btn-box {
    display: none;
  }
}
@media (max-width: 991.98px) {
  .header-style-one .main-box .outer-box .mobile-nav-toggler {
    width: 40px;
    height: 40px;
    border-radius: 5px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    background-color: var(--theme-color-light);
  }
}
@media (max-width: 575.98px) {
  .header-style-one .main-box .outer-box .mobile-nav-toggler {
    width: 32px;
    height: 32px;
    font-size: 22px;
    margin-left: 10px;
  }
}
@media (max-width: 991.98px) {
  .rtl .header-style-one .main-box .outer-box .mobile-nav-toggler {
    margin-left: 0;
    margin-right: 20px;
  }
}
@media (max-width: 575.98px) {
  .rtl .header-style-one .main-box .outer-box .mobile-nav-toggler {
    margin-left: 0;
    margin-right: 10px;
  }
}

/***====================================================================
    Sticky Header CSS
====================================================================***/

.main-box {
  display: flex;
  align-items: center;
  justify-content: space-around;
  width: 100%;
}

.header-navbar .navigation {
  display: flex;
  align-items: center;
  margin: 0;
  padding: 0;
  list-style: none;
  gap: 15px;
}

.header-navbar .navigation > li {
  margin: 0 5px !important;
}

.header-navbar .navigation > li > a {
  font-size: 15px;
  font-weight: 600;
}

.sticky-header {
  position: fixed;
  visibility: hidden;
  opacity: 0;
  left: 0px;
  top: 0px;
  width: 100%;
  z-index: 99999;
  background: #ffffff;
  -webkit-box-shadow: 0 0 20px rgba(0, 0, 0, 0.05);
  box-shadow: 0 0 20px rgba(0, 0, 0, 0.05);
  display: flex;
  align-items: center;
}
@media (max-width: 991.98px) {
  .sticky-header {
    padding: 5px 0;
  }
}

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

.sticky-header .logo-box {
  padding: 10px 0;
}
.sticky-header .logo-box .logo {
  max-width: 150px;
}
.sticky-header .logo-box .logo.light {
  display: block;
}
.dark-layout .sticky-header .logo-box .logo.light {
  display: none;
}
.sticky-header .logo-box .logo.dark {
  display: none;
}
.dark-layout .sticky-header .logo-box .logo.dark {
  display: block !important;
}
.sticky-header .nav-outer {
  position: relative;
  background: none;
}
.sticky-header .inner-container {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}

.sticky-header .main-menu .navigation > li {
  margin: 0 20px !important;
  padding: 20px 0;
}

.sticky-header .main-menu .navigation > li > a {
  color: var(--theme-color-dark);
  text-transform: uppercase;
  font-size: 15px;
  font-weight: 600;
}
.dark-layout .sticky-header .main-menu .navigation > li > a {
  color: var(--theme-color-light);
}
.sticky-header .main-menu .navigation > li > a:before {
  background: var(--theme-color1);
}

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

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

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

@media only screen and (min-width: 768px) {
  .main-menu .navigation > li > ul,
  .main-menu .navigation > li > .mega-menu,
  .main-menu .navigation > li > ul > li > ul {
    display: block !important;
    visibility: hidden;
    opacity: 0;
  }
}
/***====================================================================
      Mobile Menu CSS
====================================================================***/
.mobile-nav-toggler {
  position: relative;
  font-size: 28px;
  line-height: 20px;
  cursor: pointer;
  color: var(--theme-color1);
  display: none;
  margin-left: 20px;
  -webkit-box-ordinal-group: 9;
  -ms-flex-order: 8;
  order: 8;
}
@media (max-width: 991.98px) {
  .mobile-nav-toggler {
    display: block;
  }
}

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

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

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

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

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

.contact-list-one {
  position: relative;
  padding: 30px 20px 20px;
  width: 100%;
}
.contact-list-one li {
  position: relative;
  padding-left: 54px;
  min-height: 50px;
  margin-bottom: 20px;
}
.rtl .contact-list-one li {
  padding-left: 0;
  padding-right: 54px;
}
.contact-list-one li .icon {
  position: absolute;
  left: 0;
  top: 0px;
  font-size: 34px;
  line-height: 40px;
  color: var(--theme-color1);
}
.rtl .contact-list-one li .icon {
  left: auto;
  right: 0;
}
.contact-list-one li .title {
  display: block;
  font-size: 14px;
  color: var(--theme-color-dark);
  line-height: 24px;
  font-weight: 700;
  text-transform: uppercase;
}
.dark-layout .contact-list-one li .title {
  color: var(--theme-color-light);
}
.contact-list-one li .text {
  font-size: 14px;
  line-height: 24px;
  color: var(--theme-color-dark);
}
.dark-layout .contact-list-one li .text {
  color: var(--theme-color-light);
}
.contact-list-one li .text a {
  color: var(--theme-color-dark);
  -webkit-transition: all 300ms ease;
  transition: all 300ms ease;
}
.dark-layout .contact-list-one li .text a {
  color: var(--theme-color-light);
}
.contact-list-one li .text a:hover {
  color: var(--theme-color1);
}
.contact-list-one.light li .icon {
  color: var(--theme-color7);
}
.contact-list-one.light li .text,
.contact-list-one.light li .title {
  color: var(--theme-color-light);
}
.contact-list-one.light li .text a,
.contact-list-one.light li .title a {
  color: var(--theme-color-light);
}

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

/***

====================================================================
  Hidden Sidebar CSS
====================================================================***/
.toggle-hidden-bar {
  position: relative;
}

.hidden-bar {
  position: fixed;
  right: 0;
  top: 0px;
  height: 100%;
  overflow-y: auto;
  z-index: 99999;
  max-width: 320px;
  width: 100%;
  opacity: 0;
  -webkit-transform: translateX(100%);
  transform: translateX(100%);
  visibility: hidden;
  background: #ffffff;
  -webkit-transition: all 500ms ease;
  transition: all 500ms ease;
}
.dark-layout .hidden-bar {
  background: var(--dark-layout-color);
}
.hidden-bar::-webkit-scrollbar {
  width: 2px;
}
.hidden-bar::-webkit-scrollbar-track {
  -webkit-box-shadow: inset 0 0 2px #cecece;
  box-shadow: inset 0 0 2px #cecece;
  border-radius: 10px;
}
.hidden-bar::-webkit-scrollbar-thumb {
  background: #7a7a7a;
  border-radius: 10px;
}
.hidden-bar::-webkit-scrollbar-thumb:hover {
  background: #7a7a7a;
}
.hidden-bar .inner-box {
  position: relative;
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  background-color: var(--theme-color-light);
  height: 100%;
}
.dark-layout .hidden-bar .inner-box {
  background: var(--dark-layout-color);
}
.hidden-bar .upper-box {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  width: 100%;
  padding: 20px 30px 15px;
  border-bottom: 1px solid rgba(255, 255, 255, 0.2);
}
.hidden-bar .upper-box .close-btn {
  position: relative;
  top: 4px;
  text-align: center;
  font-size: 20px;
  line-height: 30px;
  color: var(--theme-color1);
  cursor: pointer;
  z-index: 10;
  -webkit-transition: all 0.5s ease;
  transition: all 0.5s ease;
}
.hidden-bar .upper-box .close-btn:hover {
  opacity: 0.5;
}
.hidden-bar .upper-box .nav-logo {
  position: relative;
  text-align: left;
  width: 100%;
}
.rtl .hidden-bar .upper-box .nav-logo {
  text-align: right;
}
.hidden-bar .upper-box .nav-logo img {
  max-height: 50px;
}
.hidden-bar .upper-box .nav-logo.light {
  display: block;
}
.dark-layout .hidden-bar .upper-box .nav-logo.light {
  display: none;
}
.hidden-bar .upper-box .nav-logo.dark {
  display: none;
}
.dark-layout .hidden-bar .upper-box .nav-logo.dark {
  display: block;
}
.hidden-bar .text-box {
  position: relative;
  padding: 25px 30px 25px;
}
.hidden-bar .text-box .title {
  color: var(--theme-color-dark);
}
.dark-layout .hidden-bar .text-box .title {
  color: var(--theme-color-light);
}
.hidden-bar .text-box .text {
  color: var(--theme-color-dark);
}
.dark-layout .hidden-bar .text-box .text {
  color: var(--theme-color-light);
}

.hidden-bar-back-drop {
  position: absolute;
  left: 0;
  top: 0;
  height: 100%;
  width: 100%;
  background-color: rgba(0, 0, 0, 0.5);
  z-index: 999;
  opacity: 0;
  visibility: hidden;
  -webkit-transition: all 0.5s ease;
  transition: all 0.5s ease;
}

.active-hidden-bar .hidden-bar {
  -webkit-transform: translateX(0);
  transform: translateX(0);
  opacity: 1;
  visibility: visible;
}

.active-hidden-bar .hidden-bar-back-drop {
  opacity: 1;
  visibility: visible;
}

.hidden-bar .social-links {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  background: var(--theme-color-light);
  width: 100%;
  border-top: 1px solid rgba(0, 0, 0, 0.2);
  margin-top: auto;
}
.dark-layout .hidden-bar .social-links {
  background: var(--dark-layout-color);
  border-top: 1px solid rgba(255, 255, 255, 0.2);
}
.hidden-bar .social-links li {
  position: relative;
  text-align: center;
  width: 100%;
  border-right: 1px solid rgba(0, 0, 0, 0.2);
}
.dark-layout .hidden-bar .social-links li {
  border-right: 1px solid rgba(255, 255, 255, 0.2);
}
.hidden-bar .social-links li a {
  position: relative;
  display: block;
  line-height: 50px;
  height: 50px;
  font-size: 14px;
  text-align: center;
  color: var(--theme-color-dark);
  -webkit-transition: all 300ms ease;
  transition: all 300ms ease;
}
.dark-layout .hidden-bar .social-links li a {
  color: var(--theme-color-light);
}
.hidden-bar .social-links li a:hover {
  color: var(--theme-color1);
}

/***====================================================================
    Section Title CSS
====================================================================***/
.sec-title {
  position: relative;
  margin-bottom: 50px;
  z-index: 1;
}
@media (max-width: 991.98px) {
  .sec-title br {
    display: none;
  }
}
.dark-layout .sec-title .sub-title,
.dark-layout .sec-title .section-title,
.dark-layout .sec-title .text {
  color: var(--theme-color-light);
}
.sec-title .sub-title {
  position: relative;
  display: inline-block;
  font-size: var(--sec-title-subtitle-font-size);
  line-height: var(--sec-title-subtitle-line-height);
  font-weight: var(--sec-title-subtitle-font-weight);
  font-family: var(--sec-title-subtitle-font-family);
  color: var(--sec-title-subtitle-color);
  text-transform: uppercase;
  margin-bottom: 20px;
}
.sec-title .sub-title:before {
  position: absolute;
  top: 4px;
  left: -17px;
  font-size: 16px;
  line-height: 1em;
  font-weight: 400;
  font-family: var(--fa-style-family, "Font Awesome 6 Pro");
  content: "\f130";
  display: none;
}
.rtl .sec-title .sub-title:before {
  left: auto;
  right: -17px;
}
.sec-title .sub-title:after {
  position: absolute;
  top: 4px;
  right: -17px;
  font-size: 16px;
  line-height: 1em;
  font-weight: 400;
  font-family: var(--fa-style-family, "Font Awesome 6 Pro");
  content: "\f130";
}
.rtl .sec-title .sub-title:after {
  right: auto;
  left: -17px;
}
.sec-title h1 {
  position: relative;
  font-size: var(--h1-font-size);
  line-height: 1.2em;
  margin-bottom: 0;
}
@media (max-width: 1199.98px) {
  .sec-title h1 {
    font-size: 84px;
  }
}
@media (max-width: 991.98px) {
  .sec-title h1 {
    font-size: 72px;
  }
}
@media (max-width: 767.98px) {
  .sec-title h1 {
    font-size: 68px;
  }
}
@media (max-width: 575.98px) {
  .sec-title h1 {
    font-size: 54px;
  }
}
.sec-title h2 {
  position: relative;
  font-size: var(--sec-title-font-size);
  color: var(--sec-title-color);
  font-family: var(--sec-title-font-family);
  font-weight: var(--sec-title-font-weight);
  margin-bottom: 0;
  line-height: 1.1em;
  z-index: 2;
}
@media (max-width: 575.98px) {
  .sec-title h2 {
    font-size: 40px;
  }
  .sec-title h2 br {
    display: none;
  }
}
.sec-title .text {
  margin-top: 20px;
}
.sec-title.light .sub-title {
  color: var(--theme-color-light);
}
.sec-title.light .sub-title:before {
  color: var(--theme-color-light);
}
.sec-title.light .text {
  color: var(--theme-color-light);
}
.sec-title.light h2,
.sec-title.light h1 {
  color: var(--theme-color-light);
}
.sec-title.orange .sub-title {
  color: var(--theme-color4);
}
.sec-title.orange .sub-title:before,
.sec-title.orange .sub-title:after {
  color: var(--theme-color4);
}
.sec-title.yellow .sub-title {
  color: var(--theme-color2);
}
.sec-title.yellow .sub-title:before,
.sec-title.yellow .sub-title:after {
  color: var(--theme-color2);
}
.sec-title.text-center .sub-title:before {
  display: block;
}

/* Animate 1 */
.swiper .animate-8,
.swiper .animate-7,
.swiper .animate-6,
.swiper .animate-5,
.swiper .animate-4,
.swiper .animate-3,
.swiper .animate-2,
.swiper .animate-1 {
  opacity: 0;
  -webkit-transform: translateY(100px);
  transform: translateY(100px);
  -webkit-transition: all 500ms ease;
  transition: all 500ms ease;
}
.swiper .animate-x {
  opacity: 0;
  -webkit-transform: translateX(100px);
  transform: translateX(100px);
  -webkit-transition: all 500ms ease;
  transition: all 500ms ease;
}
.swiper .swiper-slide-active .animate-x {
  opacity: 1;
  -webkit-transition-delay: 300ms;
  transition-delay: 300ms;
  -webkit-transform: translateX(0);
  transform: translateX(0);
}
.swiper .swiper-slide-active .animate-x,
.swiper .swiper-slide-active .animate-8,
.swiper .swiper-slide-active .animate-7,
.swiper .swiper-slide-active .animate-6,
.swiper .swiper-slide-active .animate-5,
.swiper .swiper-slide-active .animate-4,
.swiper .swiper-slide-active .animate-3,
.swiper .swiper-slide-active .animate-2,
.swiper .swiper-slide-active .animate-1 {
  opacity: 1;
  -webkit-transform: translateY(0);
  transform: translateY(0);
}
.swiper .swiper-slide-active .animate-2 {
  -webkit-transition-delay: 300ms;
  transition-delay: 300ms;
}
.swiper .swiper-slide-active .animate-3 {
  -webkit-transition-delay: 600ms;
  transition-delay: 600ms;
}
.swiper .swiper-slide-active .animate-4 {
  -webkit-transition-delay: 900ms;
  transition-delay: 900ms;
}
.swiper .swiper-slide-active .animate-5 {
  -webkit-transition-delay: 1200ms;
  transition-delay: 1200ms;
}
.swiper .swiper-slide-active .animate-6 {
  -webkit-transition-delay: 1500ms;
  transition-delay: 1500ms;
}
.swiper .swiper-slide-active .animate-7 {
  -webkit-transition-delay: 1800ms;
  transition-delay: 1800ms;
}
.swiper .swiper-slide-active .animate-8 {
  -webkit-transition-delay: 2100ms;
  transition-delay: 2100ms;
}

/***====================================================================
    Event Section CSS
====================================================================***/
.event-section {
  position: relative;
  padding: 120px 0;
  overflow: hidden;
}
.event-section .shape-three {
  position: absolute;
  top: 0;
  left: 0;
}
@media (max-width: 991.98px) {
  .event-section .shape-three {
    display: none;
  }
}
.event-section .shape-four {
  position: absolute;
  top: 0;
  right: 0;
}
@media (max-width: 991.98px) {
  .event-section .shape-four {
    display: none;
  }
}

.event-block {
  position: relative;
}
.event-block:first-child .inner-box {
  border-top: 1px solid #666666;
}
.event-block .event-block-inner {
  position: relative;
  z-index: 3;
}
.event-block .inner-box {
  position: relative;
  padding: 50px 65px 50px 66px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  background-color: var(--theme-color-light);
  border-bottom: 1px solid #666666;
  -webkit-transition: all 300ms ease;
  transition: all 300ms ease;
}
@media (max-width: 1199.98px) {
  .event-block .inner-box {
    padding: 50px 30px;
  }
}
@media (max-width: 1199.98px) {
  .event-block .inner-box {
    padding: 50px 20px;
  }
}
@media (max-width: 767.98px) {
  .event-block .inner-box {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
    gap: 20px;
  }
}
@media (max-width: 575.98px) {
  .event-block .inner-box {
    padding: 40px 10px;
  }
}
.rtl .event-block .inner-box {
  padding: 66px 76px 66px 65px;
}
@media (max-width: 1199.98px) {
  .rtl .event-block .inner-box {
    padding: 50px 30px;
  }
}
@media (max-width: 1199.98px) {
  .rtl .event-block .inner-box {
    padding: 50px 20px;
  }
}
@media (max-width: 575.98px) {
  .rtl .event-block .inner-box {
    padding: 40px 10px;
  }
}
.dark-layout .event-block .inner-box {
  background-color: var(--dark-layout-color);
}
.event-block .inner-box:before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  opacity: 0;
  background: -webkit-gradient(
    linear,
    left top,
    left bottom,
    from(#ffffff),
    to(#f5f5f5)
  );
  background: linear-gradient(to bottom, #ffffff 0%, #f5f5f5 100%);
  -webkit-transition: all 300ms ease;
  transition: all 300ms ease;
}
.rtl .event-block .inner-box:before {
  left: auto;
  right: 0;
}
.dark-layout .event-block .inner-box:before {
  background: -webkit-gradient(
    linear,
    left top,
    left bottom,
    from(var(--dark-layout-color)),
    to(#333333)
  );
  background: linear-gradient(
    to bottom,
    var(--dark-layout-color) 0%,
    #333333 100%
  );
}
.event-block .inner-box:hover {
  -webkit-filter: drop-shadow(0px 0px 20px rgba(0, 0, 0, 0.1));
  filter: drop-shadow(0px 0px 20px rgba(0, 0, 0, 0.1));
  z-index: 5;
}
.event-block .inner-box:hover:before {
  opacity: 1;
}
.event-block .inner-box:hover .event-hover {
  opacity: 1;
}
.event-block .inner-box:hover .title-box .title {
  color: var(--primary-color);
}
.event-block .inner-box .date-box {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: end;
  -ms-flex-align: end;
  align-items: flex-end;
  gap: 16px;
  z-index: 10;
}
@media (max-width: 575.98px) {
  .event-block .inner-box .date-box {
    gap: 10px;
  }
}
.rtl .event-block .inner-box .date-box {
  text-align: right;
}
.event-block .inner-box .date-box .date {
  position: relative;
  display: block;
  font-size: 96px;
  font-weight: 600;
  line-height: 1em;
  font-family: var(--title-font);
  color: var(--theme-color-dark);
}
@media (max-width: 991.98px) {
  .event-block .inner-box .date-box .date {
    font-size: 80px;
  }
}
@media (max-width: 575.98px) {
  .event-block .inner-box .date-box .date {
    font-size: 60px;
  }
}
.dark-layout .event-block .inner-box .date-box .date {
  color: var(--theme-color-light);
}
.event-block .inner-box .date-box .year {
  position: relative;
  top: -8px;
  display: block;
  font-size: 24px;
  line-height: 30px;
  font-weight: 600;
}
@media (max-width: 991.98px) {
  .event-block .inner-box .date-box .year {
    font-size: 18px;
    line-height: 1.4em;
  }
}
@media (max-width: 575.98px) {
  .event-block .inner-box .date-box .year {
    font-size: 16px;
  }
}
.event-block .inner-box .title-box {
  position: relative;
  padding-left: 120px;
  z-index: 10;
}
@media (max-width: 991.98px) {
  .event-block .inner-box .title-box {
    padding-left: 50px;
  }
}
@media (max-width: 767.98px) {
  .event-block .inner-box .title-box {
    padding-left: 0px;
  }
}
.rtl .event-block .inner-box .title-box {
  padding-left: 0px;
  padding-right: 120px;
  text-align: right;
}
@media (max-width: 991.98px) {
  .rtl .event-block .inner-box .title-box {
    padding-right: 50px;
  }
}
@media (max-width: 767.98px) {
  .rtl .event-block .inner-box .title-box {
    padding-right: 0px;
  }
}
.event-block .inner-box .title-box .title {
  position: relative;
  margin-bottom: 10px;
  text-transform: capitalize;
  z-index: 99;
}
@media (max-width: 575.98px) {
  .event-block .inner-box .title-box .title {
    font-size: 26px;
    margin-bottom: 15px;
  }
}
.event-block .inner-box .location-box {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  gap: 14px;
  z-index: 10;
}
@media (max-width: 1199.98px) {
  .event-block .inner-box .location-box {
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    gap: 8px;
  }
}
@media (max-width: 575.98px) {
  .event-block .inner-box .location-box {
    gap: 4px;
  }
}
.event-block .inner-box .location-box li {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  gap: 12px;
}
.event-block .inner-box .location-box .icon {
  position: relative;
  color: var(--theme-color-dark);
}
.dark-layout .event-block .inner-box .location-box .icon {
  color: var(--theme-color-light);
}
.event-block .inner-box .btn-box {
  position: relative;
  margin-left: auto;
  text-align: center;
  z-index: 10;
}
@media (max-width: 767.98px) {
  .event-block .inner-box .btn-box {
    margin-left: 0;
    margin-right: auto;
  }
}
.rtl .event-block .inner-box .btn-box {
  margin-left: 0;
  margin-right: auto;
}
@media (max-width: 767.98px) {
  .rtl .event-block .inner-box .btn-box {
    margin-right: 0;
    margin-left: auto;
  }
}
.event-block .inner-box .btn-box .title.free {
  position: relative;
  margin-bottom: 0;
  color: var(--text-color);
}
@media (max-width: 575.98px) {
  .event-block .inner-box .btn-box .title.free {
    font-size: 20px;
  }
}
.dark-layout .event-block .inner-box .btn-box .title.free {
  color: rgba(255, 255, 255, 0.6);
}
.event-block .inner-box .btn-box .title.sold {
  position: relative;
  margin-bottom: 0;
  color: var(--theme-color1);
}
@media (max-width: 575.98px) {
  .event-block .inner-box .btn-box .title.sold {
    font-size: 20px;
  }
}
.event-block .inner-box .event-hover {
  position: absolute;
  top: 0;
  left: 0;
  width: 313px;
  height: 502px;
  background-size: cover;
  background-repeat: no-repeat;
  background-position-x: 75%;
  opacity: 0;
  -webkit-transition: opacity 0.3s,
    -webkit-transform 0.7s cubic-bezier(0.23, 1, 0.32, 1);
  transition: opacity 0.3s,
    -webkit-transform 0.7s cubic-bezier(0.23, 1, 0.32, 1);
  transition: opacity 0.3s, transform 0.7s cubic-bezier(0.23, 1, 0.32, 1);
  transition: opacity 0.3s, transform 0.7s cubic-bezier(0.23, 1, 0.32, 1),
    -webkit-transform 0.7s cubic-bezier(0.23, 1, 0.32, 1);
  margin: -100px 0 0 -50px;
  pointer-events: none;
  z-index: 9;
}
@media (max-width: 767.98px) {
  .event-block .inner-box .event-hover {
    display: none;
  }
}

.event-tabs {
  position: relative;
  text-align: center;
}
.event-tabs .tab-btns {
  position: relative;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  border: 1px solid #dddddd;
  border-radius: 50px;
  margin-bottom: 75px;
}
@media (max-width: 575.98px) {
  .event-tabs .tab-btns {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    border: none;
    gap: 10px;
    width: 80%;
  }
}
.event-tabs .tab-btn {
  position: relative;
  font-family: var(--title-font);
  font-size: 16px;
  line-height: 1em;
  font-weight: 700;
  padding: 22px 50px;
  cursor: pointer;
  text-transform: uppercase;
  color: var(--theme-color-dark);
  border-radius: 50px;
  -webkit-transition: all 300ms ease;
  transition: all 300ms ease;
}
@media (max-width: 575.98px) {
  .event-tabs .tab-btn {
    border: 1px solid #dddddd;
    width: 100%;
  }
}
.dark-layout .event-tabs .tab-btn {
  color: var(--theme-color-light);
}
.event-tabs .tab-btn.active-btn {
  background-color: var(--primary-color);
  color: var(--theme-color-light);
}
.event-tabs .tab-btn.active-btn:before {
  content: "";
  position: absolute;
  bottom: -17px;
  left: 50%;
  width: 0;
  height: 0;
  border-left: 8px solid transparent;
  border-right: 8px solid transparent;
  border-top: 17px solid var(--primary-color);
  -webkit-transform: translateX(-50%);
  transform: translateX(-50%);
}
@media (max-width: 575.98px) {
  .event-tabs .tab-btn.active-btn:before {
    display: none;
  }
}
.event-tabs .tabs-content {
  text-align: left;
}

/***====================================================================
    Countdown Section CSS
====================================================================***/
.countdown-section {
  position: relative;
}

.countdown-section .bg-pattern-2 {
  position: absolute;
  left: 0;
  top: 0;
  height: 100%;
  width: 100%;
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
}

.countdown-section .outer-box {
  position: relative;
  padding: 97px 0;
}

.countdown-section .outer-box .btn-box .theme-btn {
  background-color: var(--secondary-color);
  color: var(--theme-color-dark);
}

.countdown-section .outer-box .btn-box .theme-btn:hover {
  background-color: var(--bg-white);
  color: var(--primary-color);
}

@media (max-width: 1199.98px) {
  .countdown-section .outer-box {
    text-align: center;
  }
}
.countdown-section .outer-box .sec-title h2 {
  font-size: 40px;
}
.countdown-section .outer-box .time-countdown {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  gap: 30px;
  padding-top: 28px;
  padding-left: 125px;
}
@media (max-width: 1199.98px) {
  .countdown-section .outer-box .time-countdown {
    padding-left: 0;
    padding-top: 40px;
  }
}
@media (max-width: 575.98px) {
  .countdown-section .outer-box .time-countdown {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
  }
}
.rtl .countdown-section .outer-box .time-countdown {
  padding-right: 125px;
  padding-left: 0;
}
@media (max-width: 1199.98px) {
  .rtl .countdown-section .outer-box .time-countdown {
    padding-right: 0;
  }
}
.countdown-section .outer-box .time-countdown .separator {
  position: relative;
  font-size: 36px;
  font-weight: 700;
  line-height: 1em;
  color: var(--theme-color-light);
}
@media (max-width: 575.98px) {
  .countdown-section .outer-box .time-countdown .separator {
    display: none;
  }
}
.countdown-section .outer-box .time-countdown .counter-column {
  position: relative;
  text-align: center;
}
.countdown-section .outer-box .time-countdown .counter-column .count {
  position: relative;
  display: block;
  font-size: 48px;
  font-weight: 700;
  line-height: 1em;
  color: var(--theme-color-light);
  font-family: var(--title-font);
  margin-bottom: 0;
  padding-bottom: 20px;
  margin-bottom: 15px;
  text-align: center;
}
@media (max-width: 575.98px) {
  .countdown-section .outer-box .time-countdown .counter-column .count {
    padding-bottom: 0;
    margin-bottom: 5px;
  }
}
.countdown-section .outer-box .time-countdown .counter-column .count:before {
  content: "";
  position: absolute;
  bottom: 0;
  left: 50%;
  width: 50px;
  height: 2px;
  background: -webkit-gradient(
    linear,
    left top,
    right top,
    from(transparent),
    color-stop(50%, #ffffff),
    to(transparent)
  );
  background: linear-gradient(
    to right,
    transparent 0%,
    #ffffff 50%,
    transparent 100%
  );
  -webkit-transform: translateX(-50%);
  transform: translateX(-50%);
}
@media (max-width: 575.98px) {
  .countdown-section .outer-box .time-countdown .counter-column .count:before {
    display: none;
  }
}
.countdown-section .outer-box .time-countdown .counter-column sub {
  position: relative;
  color: var(--theme-color-light);
  font-size: 20px;
  line-height: 1em;
  font-weight: 700;
  z-index: 3;
}
.countdown-section .outer-box .btn-box {
  position: relative;
  text-align: right;
  padding-top: 70px;
}
@media (max-width: 1199.98px) {
  .countdown-section .outer-box .btn-box {
    text-align: center;
    padding-top: 50px;
  }
}
.rtl .countdown-section .outer-box .btn-box {
  text-align: left;
}
@media (max-width: 1199.98px) {
  .rtl .countdown-section .outer-box .btn-box {
    text-align: center;
  }
}
.countdown-section .outer-box .btn-box .theme-btn {
  position: relative;
  z-index: 3;
}
.countdown-section .outer-box .image {
  position: absolute;
  bottom: 0;
  right: -130px;
  margin-bottom: 0;
}
@media (max-width: 1399.98px) {
  .countdown-section .outer-box .image {
    display: none;
  }
}
.rtl .countdown-section .outer-box .image {
  right: auto;
  left: -130px;
}

/***====================================================================
    Countdown Section Two
====================================================================***/
.countdown-section-two {
  position: relative;
  background-color: #f5f5f5;
}
.dark-layout .countdown-section-two {
  background-color: var(--dark-layout-color);
}
.countdown-section-two .large-container {
  max-width: 1546px;
}
.countdown-section-two .outer-box {
  position: relative;
  margin-top: -330px;
  z-index: 4;
}
@media (max-width: 575.98px) {
  .countdown-section-two .outer-box {
    margin-top: 120px;
  }
}
.countdown-section-two .outer-box .image {
  position: relative;
  margin-bottom: 0;
  width: 100%;
  height: 100%;
}
@media (max-width: 991.98px) {
  .countdown-section-two .outer-box .image {
    height: 600px;
    border-radius: 20px;
  }
}
@media (max-width: 575.98px) {
  .countdown-section-two .outer-box .image {
    display: none;
  }
}
.countdown-section-two .outer-box .image img {
  position: relative;
  width: 100%;
  height: 100%;
}
@media (max-width: 991.98px) {
  .countdown-section-two .outer-box .image img {
    -o-object-fit: cover;
    object-fit: cover;
    border-radius: 20px;
  }
}
.countdown-section-two .outer-box .content-box {
  position: absolute;
  left: 50%;
  bottom: 36px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  padding: 58px 90px;
  border-radius: 100px;
  width: 100%;
  background-color: rgba(0, 0, 0, 0.3);
  border: 1px solid rgba(255, 255, 255, 0.3);
  max-width: 1108px;
  -webkit-transform: translateX(-50%);
  transform: translateX(-50%);
}
@media (max-width: 1199.98px) {
  .countdown-section-two .outer-box .content-box {
    max-width: 950px;
  }
}
@media (max-width: 991.98px) {
  .countdown-section-two .outer-box .content-box {
    max-width: 90%;
    margin: 0 auto;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    text-align: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    gap: 30px;
    border-radius: 20px;
  }
}
@media (max-width: 575.98px) {
  .countdown-section-two .outer-box .content-box {
    position: relative;
    left: 0;
    bottom: 0;
    -webkit-transform: translateX(0%);
    transform: translateX(0%);
    max-width: 100%;
    padding: 50px;
  }
}
.countdown-section-two .outer-box .content-box:before {
  content: "";
  position: absolute;
  top: 13px;
  left: 13px;
  bottom: 13px;
  right: 13px;
  border-radius: 100px;
  background-color: #5800e3;
}
@media (max-width: 991.98px) {
  .countdown-section-two .outer-box .content-box:before {
    border-radius: 20px;
  }
}
.countdown-section-two .outer-box .content-box .title-box {
  position: relative;
  z-index: 1;
}
.countdown-section-two .outer-box .content-box .title-box .text {
  position: relative;
  margin-bottom: 2px;
  color: var(--theme-color-light);
}
.countdown-section-two .outer-box .content-box .title-box .title {
  position: relative;
  margin-bottom: 0;
  color: var(--theme-color-light);
}
.countdown-section-two .outer-box .time-countdown {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  gap: 34px;
  z-index: 1;
}
@media (max-width: 1199.98px) {
  .countdown-section-two .outer-box .time-countdown {
    gap: 20px;
  }
}
@media (max-width: 575.98px) {
  .countdown-section-two .outer-box .time-countdown {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
  }
}
.countdown-section-two .outer-box .time-countdown .separator {
  position: relative;
  font-size: 40px;
  font-weight: 700;
  line-height: 1em;
  font-family: var(--title-font);
  color: var(--theme-color-light);
}
@media (max-width: 575.98px) {
  .countdown-section-two .outer-box .time-countdown .separator {
    display: none;
  }
}
.countdown-section-two .outer-box .time-countdown .counter-column {
  position: relative;
}
.countdown-section-two .outer-box .time-countdown .counter-column .count {
  position: relative;
  display: block;
  font-size: 40px;
  font-weight: 700;
  line-height: 1em;
  color: var(--theme-color-light);
  font-family: var(--title-font);
  margin-bottom: 0;
}
.countdown-section-two .outer-box .time-countdown .counter-column sub {
  position: relative;
  color: var(--theme-color-light);
  font-size: 16px;
  line-height: 1em;
  font-weight: 300;
  text-transform: uppercase;
  z-index: 1;
}

/***====================================================================
    Gallery Section CSS
====================================================================***/
.gallery-section {
  position: relative;
  padding: 120px 0;
}
.gallery-section .outer-box {
  width: 100%;
  overflow: hidden;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.rtl .gallery-section .outer-box {
  direction: ltr;
}
.gallery-section .outer-box .gallery.one {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  white-space: nowrap;
  -webkit-animation: gallery-one 20s linear infinite;
  animation: gallery-one 20s linear infinite;
}
.gallery-section .outer-box .gallery.one:hover {
  -webkit-animation-play-state: paused;
  animation-play-state: paused;
}
.gallery-section .outer-box .gallery.two {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  white-space: nowrap;
  -webkit-animation: gallery-two 20s linear infinite;
  animation: gallery-two 20s linear infinite;
}
.gallery-section .outer-box .gallery.two:hover {
  -webkit-animation-play-state: paused;
  animation-play-state: paused;
}

@-webkit-keyframes gallery-one {
  from {
    -webkit-transform: translateX(0%);
    transform: translateX(0%);
  }
  to {
    -webkit-transform: translateX(-100%);
    transform: translateX(-100%);
  }
}

@keyframes gallery-one {
  from {
    -webkit-transform: translateX(0%);
    transform: translateX(0%);
  }
  to {
    -webkit-transform: translateX(-100%);
    transform: translateX(-100%);
  }
}
@-webkit-keyframes gallery-two {
  from {
    -webkit-transform: translateX(-100%);
    transform: translateX(-100%);
  }
  to {
    -webkit-transform: translateX(0%);
    transform: translateX(0%);
  }
}
@keyframes gallery-two {
  from {
    -webkit-transform: translateX(-100%);
    transform: translateX(-100%);
  }
  to {
    -webkit-transform: translateX(0%);
    transform: translateX(0%);
  }
}
.gallery-block {
  position: relative;
  width: 25%;
  -ms-flex-negative: 0;
  flex-shrink: 0;
}
@media (max-width: 575.98px) {
  .gallery-block {
    width: 50%;
  }
}
.gallery-block .inner-box {
  position: relative;
}
.gallery-block .inner-box:before {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  height: 100%;
  width: 100%;
  opacity: 0;
  -webkit-transform: scale(0.9);
  transform: scale(0.9);
  pointer-events: none;
  background-color: var(--theme-color1);
  z-index: 5;
  -webkit-transition: all 300ms ease;
  transition: all 300ms ease;
}
.gallery-block .inner-box:after {
  position: absolute;
  top: 50%;
  left: 50%;
  color: var(--theme-color-light);
  font-size: 70px;
  line-height: 1em;
  opacity: 0;
  font-family: flaticon_mycollection;
  pointer-events: none;
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  content: "\f10d";
  z-index: 6;
  -webkit-transition: all 300ms ease;
  transition: all 300ms ease;
}
@media (max-width: 991.98px) {
  .gallery-block .inner-box:after {
    font-size: 80px;
  }
}
.gallery-block .inner-box:hover:before {
  opacity: 0.8;
  -webkit-transform: scale(1);
  transform: scale(1);
}
.gallery-block .inner-box:hover:after {
  opacity: 1;
}
.gallery-block .inner-box .image {
  position: relative;
  overflow: hidden;
  cursor: pointer;
  margin-bottom: 0;
  z-index: 3;
}
.gallery-block .inner-box .image:hover img:first-child {
  -webkit-transform: translatex(0) scalex(1);
  transform: translatex(0) scalex(1);
  opacity: 1;
  -webkit-filter: blur(0);
  filter: blur(0);
}
.gallery-block .inner-box .image:hover img:nth-child(2) {
  -webkit-transform: translatex(-50%) scalex(2);
  transform: translatex(-50%) scalex(2);
  opacity: 0;
  -webkit-filter: blur(10px);
  filter: blur(10px);
}
.gallery-block .inner-box .image img {
  position: relative;
  width: 100%;
  height: 100%;
  -webkit-transition: all 500ms ease;
  transition: all 500ms ease;
}
.gallery-block .inner-box .image img:first-child {
  position: absolute;
  left: 0px;
  top: 0px;
  right: 0px;
  bottom: 0px;
  z-index: 1;
  -webkit-transform: translatex(50%) scalex(2);
  transform: translatex(50%) scalex(2);
  opacity: 0;
  -webkit-filter: blur(10px);
  filter: blur(10px);
}

/***
====================================================================
    Marquee Section CSS
====================================================================***/
.marquee-section {
  position: relative;
  padding: 20px 0 60px;
}
.marquee-section .text {
  position: relative;
  -webkit-transition: all 300ms ease;
  transition: all 300ms ease;
}
.marquee-section .text:hover {
  color: var(--theme-color1);
}

.marquee-container {
  width: 100%;
  overflow: hidden;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.rtl .marquee-container {
  direction: ltr;
}
.marquee-container:hover .marquee {
  -webkit-animation-play-state: paused;
  animation-play-state: paused;
}
.marquee-container .marquee {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  white-space: nowrap;
  -webkit-animation: marquee 50s linear infinite;
  animation: marquee 50s linear infinite;
}
.marquee-container .marquee .text {
  position: relative;
  color: #dddddd;
  font-size: 130px;
  font-weight: 700;
  line-height: 1em;
  padding: 0 30px;
  text-transform: uppercase;
}
.marquee-container .marquee .text:hover {
  color: var(--theme-color1);
}
@media (max-width: 991.98px) {
  .marquee-container .marquee .text {
    font-size: 80px;
    padding: 0 20px;
  }
}
@media (max-width: 575.98px) {
  .marquee-container .marquee .text {
    font-size: 40px;
    padding: 0 10px;
  }
}

@-webkit-keyframes marquee {
  from {
    -webkit-transform: translateX(0%);
    transform: translateX(0%);
  }
  to {
    -webkit-transform: translateX(-50%);
    transform: translateX(-50%);
  }
}

@keyframes marquee {
  from {
    -webkit-transform: translateX(0%);
    transform: translateX(0%);
  }
  to {
    -webkit-transform: translateX(-50%);
    transform: translateX(-50%);
  }
}
/***

====================================================================
    Marquee Section Two
====================================================================***/
.marquee-section-two {
  position: relative;
  padding: 10px 0 120px;
}
@media (max-width: 991.98px) {
  .marquee-section-two {
    padding-top: 0;
  }
}
@media (max-width: 575.98px) {
  .marquee-section-two {
    padding-bottom: 80px;
  }
}
.marquee-section-two .marquee-container .text {
  font-family: var(--title-font);
  font-size: 130px;
  line-height: 1em;
  -webkit-transition: all 300ms ease;
  transition: all 300ms ease;
}
@media (max-width: 991.98px) {
  .marquee-section-two .marquee-container .text {
    font-size: 100px;
  }
}
@media (max-width: 767.98px) {
  .marquee-section-two .marquee-container .text {
    font-size: 60px;
  }
}
.marquee-section-two .marquee-container .text.bold {
  font-weight: 700;
  color: var(--theme-color-dark);
}
.dark-layout .marquee-section-two .marquee-container .text.bold {
  color: var(--theme-color-light);
}
.marquee-section-two .marquee-container .text.bold:hover {
  color: var(--theme-color1);
}
.marquee-section-two .marquee-container .text.light {
  color: #dddddd;
}
.dark-layout .marquee-section-two .marquee-container .text.light {
  color: var(--theme-color-light);
}
.marquee-section-two .marquee-container .text.light:hover {
  color: var(--theme-color1);
}
.marquee-section-two .marquee-container .text.text-border {
  color: var(--theme-color-light);
  text-shadow: -1px -1px 0 #000, 1px -1px 0 #000, -1px 1px 0 #000,
    1px 1px 0 #000;
}
.dark-layout .marquee-section-two .marquee-container .text.text-border {
  color: #fff;
  text-shadow: -1px -1px 0 #fff, 1px -1px 0 #fff, -1px 1px 0 #fff,
    1px 1px 0 #fff;
}
.marquee-section-two .marquee-container .text.text-border:hover {
  color: var(--theme-color-dark);
}
.marquee-section-two .marquee-container .text.dot {
  color: #dddddd !important;
}

/***

====================================================================
    Marquee Section Three
====================================================================***/
.marquee-section-three {
  position: relative;
  padding: 34px 0;
  background-color: #150036;
}
.marquee-section-three .marquee-container .text {
  font-size: 32px;
  font-weight: 700;
  line-height: 1em;
  color: var(--theme-color-light);
  -webkit-transition: all 300ms ease;
  transition: all 300ms ease;
}
@media (max-width: 575.98px) {
  .marquee-section-three .marquee-container .text {
    font-size: 22px;
  }
}

/***====================================================================
    Map Section CSS
====================================================================***/
.map-section {
  position: relative;
  padding: 120px 0;
}
.map-section iframe {
  margin-bottom: -10px;
  width: 100%;
  height: 500px;
}
@media (max-width: 575.98px) {
  .map-section iframe {
    height: 300px;
  }
}

/***====================================================================
    Comming Soon CSS
====================================================================***/
.comming-soon {
  position: relative;
  padding: 120px 0;
}
.comming-soon .content {
  position: relative;
  text-align: center;
}
.comming-soon .content .logo-box .logo {
  position: relative;
  margin-bottom: 150px;
}
@media (max-width: 575.98px) {
  .comming-soon .content .logo-box .logo {
    margin-bottom: 60px;
  }
}
.comming-soon .content .logo-box .logo img {
  max-width: 300px;
  width: 100%;
}
.comming-soon .content .logo-box .logo.light {
  display: block;
}
.dark-layout .comming-soon .content .logo-box .logo.light {
  display: none;
}
.comming-soon .content .logo-box .logo.dark {
  display: none;
}
.dark-layout .comming-soon .content .logo-box .logo.dark {
  display: block;
}
.comming-soon .content .time-countdown {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  gap: 20px;
  margin-bottom: 150px;
  z-index: 1;
}
@media (max-width: 1199.98px) {
  .comming-soon .content .time-countdown {
    margin-bottom: 100px;
  }
}
@media (max-width: 991.98px) {
  .comming-soon .content .time-countdown {
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }
}
@media (max-width: 575.98px) {
  .comming-soon .content .time-countdown {
    margin-bottom: 60px;
  }
}
@media (max-width: 575.98px) {
  .comming-soon .content .time-countdown .separator {
    display: none;
  }
}
.comming-soon .content .time-countdown .counter-column {
  position: relative;
  padding: 10px;
  width: 200px;
  height: 200px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  border-radius: 10px;
  background-color: #f5f5f5;
}
@media (max-width: 575.98px) {
  .comming-soon .content .time-countdown .counter-column {
    width: 120px;
    height: 120px;
  }
}
.comming-soon .content .time-countdown .counter-column .count {
  position: relative;
  display: block;
  font-size: 80px;
  font-weight: 400;
  line-height: 1em;
  color: var(--theme-color-dark);
  font-family: var(--title-font);
  margin-bottom: 0;
}
@media (max-width: 575.98px) {
  .comming-soon .content .time-countdown .counter-column .count {
    font-size: 50px;
  }
}
.comming-soon .content .time-countdown .counter-column sub {
  position: relative;
  color: var(--theme-color-dark);
  font-family: var(--text-font);
  font-size: 20px;
  line-height: 1.2em;
  z-index: 1;
}
@media (max-width: 575.98px) {
  .comming-soon .content .time-countdown .counter-column sub {
    font-size: 18px;
  }
}
.comming-soon .content .title-box {
  position: relative;
  margin-bottom: 40px;
}
@media (max-width: 575.98px) {
  .comming-soon .content .title-box {
    margin-bottom: 30px;
  }
}
.comming-soon .content .title-box .title {
  position: relative;
  font-size: 48px;
  font-weight: 400;
  margin-bottom: 20px;
}
@media (max-width: 767.98px) {
  .comming-soon .content .title-box .title {
    font-size: 38px;
  }
}
@media (max-width: 575.98px) {
  .comming-soon .content .title-box .title {
    font-size: 28px;
  }
}
.comming-soon .content .title-box .text {
  position: relative;
  font-size: 24px;
  line-height: 42px;
}
@media (max-width: 767.98px) {
  .comming-soon .content .title-box .text {
    font-size: 20px;
  }
}
@media (max-width: 575.98px) {
  .comming-soon .content .title-box .text {
    font-size: 18px;
    line-height: 30px;
  }
}

.emailed-form {
  position: relative;
}
.emailed-form .form-group {
  position: relative;
  width: 580px;
  margin: 0 auto;
}
@media (max-width: 767.98px) {
  .emailed-form .form-group {
    width: 100%;
  }
}
.emailed-form .select2-container--default .select2-selection--single,
.emailed-form input:not([type="submit"]),
.emailed-form textarea,
.emailed-form select {
  position: relative;
  display: block;
  height: 60px;
  width: 100%;
  padding: 24px 34px;
  font-size: 16px;
  font-weight: 400;
  border-radius: 50px;
  color: #666666;
  border: 1px solid #666666;
  background-color: var(--theme-color-light);
  margin-bottom: 0;
  -webkit-transition: all 300ms ease;
  transition: all 300ms ease;
}
@media (max-width: 575.98px) {
  .emailed-form .select2-container--default .select2-selection--single,
  .emailed-form input:not([type="submit"]),
  .emailed-form textarea,
  .emailed-form select {
    padding: 10px 20px;
  }
}
.emailed-form ::-webkit-input-placeholder {
  color: #666666;
}
.emailed-form input:focus,
.emailed-form select:focus,
.emailed-form textarea:focus {
  border-color: var(--theme-color4);
}
.emailed-form button {
  position: absolute;
  top: 5px;
  right: 5px;
  width: 50px;
  height: 50px;
  border-radius: 50%;
  color: var(--theme-color-light);
  background-color: var(--theme-color4);
  -webkit-transition: all 300ms ease;
  transition: all 300ms ease;
}
.rtl .emailed-form button {
  right: auto;
  left: 5px;
}

.clock-wrapper {
  position: absolute;
  top: 45%;
  right: 0;
  left: 0;
  width: 250px;
  height: 250px;
  margin: auto;
  margin-top: -145px;
  border-radius: 50%;
  -webkit-box-shadow: 0 0 20px rgba(0, 0, 0, 0.05);
  box-shadow: 0 0 20px rgba(0, 0, 0, 0.05);
  border: 1px solid #cccccc;
  background-color: var(--theme-color-light);
  -webkit-transform: scale(1.6);
  transform: scale(1.6);
}
@media (max-width: 575.98px) {
  .clock-wrapper {
    margin-top: -140px;
    -webkit-transform: scale(1.2);
    transform: scale(1.2);
  }
}

.clock-base {
  width: 250px;
  height: 250px;
  border-radius: 50%;
}

.click-indicator {
  position: absolute;
  z-index: 1;
  top: 10px;
  left: 10px;
  width: 230px;
  height: 230px;
}
.click-indicator div {
  position: absolute;
  width: 2px;
  height: 4px;
  margin: 113px 114px;
}
.click-indicator div > span {
  height: 5px;
  width: 5px;
  background-color: #353535;
  display: inline-block;
  border-radius: 50%;
  margin-left: -1px;
  margin-top: -1px;
}
.click-indicator div:nth-child(1) {
  -webkit-transform: rotate(30deg) translateY(-120px);
  transform: rotate(30deg) translateY(-120px);
}
.click-indicator div:nth-child(2) {
  -webkit-transform: rotate(60deg) translateY(-120px);
  transform: rotate(60deg) translateY(-120px);
}
.click-indicator div:nth-child(3) {
  -webkit-transform: rotate(90deg) translateY(-120px);
  transform: rotate(90deg) translateY(-120px);
  background-color: #f00;
}
.click-indicator div:nth-child(4) {
  -webkit-transform: rotate(120deg) translateY(-120px);
  transform: rotate(120deg) translateY(-120px);
}
.click-indicator div:nth-child(5) {
  -webkit-transform: rotate(150deg) translateY(-120px);
  transform: rotate(150deg) translateY(-120px);
}
.click-indicator div:nth-child(6) {
  -webkit-transform: rotate(180deg) translateY(-120px);
  transform: rotate(180deg) translateY(-120px);
  background-color: #f00;
}
.click-indicator div:nth-child(7) {
  -webkit-transform: rotate(210deg) translateY(-120px);
  transform: rotate(210deg) translateY(-120px);
}
.click-indicator div:nth-child(8) {
  -webkit-transform: rotate(240deg) translateY(-120px);
  transform: rotate(240deg) translateY(-120px);
}
.click-indicator div:nth-child(9) {
  -webkit-transform: rotate(270deg) translateY(-120px);
  transform: rotate(270deg) translateY(-120px);
  background-color: #f00;
}
.click-indicator div:nth-child(10) {
  -webkit-transform: rotate(300deg) translateY(-120px);
  transform: rotate(300deg) translateY(-120px);
}
.click-indicator div:nth-child(11) {
  -webkit-transform: rotate(330deg) translateY(-120px);
  transform: rotate(330deg) translateY(-120px);
}
.click-indicator div:nth-child(12) {
  -webkit-transform: rotate(360deg) translateY(-120px);
  transform: rotate(360deg) translateY(-120px);
  background-color: #f00;
}

.clock-hour {
  position: absolute;
  z-index: 2;
  top: 75px;
  left: 123px;
  width: 4px;
  height: 65px;
  background-color: #555;
  border-radius: 2px;
  -webkit-box-shadow: 0 0 2px rgba(0, 0, 0, 0.2);
  box-shadow: 0 0 2px rgba(0, 0, 0, 0.2);
  -webkit-transform-origin: 2px 50px;
  transform-origin: 2px 50px;
  -webkit-transition: 0.5s;
  transition: 0.5s;
  -webkit-animation: rotate-hour 43200s linear infinite;
  -moz-animation: rotate-hour 43200s linear infinite;
}

.clock-minute {
  position: absolute;
  z-index: 3;
  top: 55px;
  left: 123px;
  width: 4px;
  height: 85px;
  background-color: #555;
  border-radius: 2px;
  -webkit-box-shadow: 0 0 2px rgba(0, 0, 0, 0.2);
  box-shadow: 0 0 2px rgba(0, 0, 0, 0.2);
  -webkit-transform-origin: 2px 70px;
  transform-origin: 2px 70px;
  -webkit-transition: 0.5s;
  transition: 0.5s;
  -webkit-animation: rotate-minute 3600s linear infinite;
  -moz-animation: rotate-minute 3600s linear infinite;
}

.clock-second {
  position: absolute;
  z-index: 4;
  top: 15px;
  left: 124px;
  width: 2px;
  height: 130px;
  background-color: #a00;
  border-radius: 2px;
  -webkit-box-shadow: 0 0 2px rgba(0, 0, 0, 0.2);
  box-shadow: 0 0 2px rgba(0, 0, 0, 0.2);
  -webkit-transform-origin: 1px 110px;
  transform-origin: 1px 110px;
  -webkit-transition: 0.5s;
  transition: 0.5s;
  -webkit-animation: rotate-second 60s linear infinite;
  -moz-animation: rotate-second 60s linear infinite;
  opacity: 0.5;
}
.clock-second:after {
  content: "";
  display: block;
  position: absolute;
  left: -3px;
  bottom: 16px;
  width: 8px;
  height: 8px;
  background-color: #a00;
  border: solid 2px #a00;
  border-radius: 50%;
  -webkit-box-shadow: 0 0 3px rgba(0, 0, 0, 0.2);
  box-shadow: 0 0 3px rgba(0, 0, 0, 0.2);
}

.clock-center {
  position: absolute;
  z-index: 1;
  width: 150px;
  height: 150px;
  top: 50px;
  left: 50px;
  -webkit-box-shadow: 0 0 3px rgba(0, 0, 0, 0.2);
  box-shadow: 0 0 3px rgba(0, 0, 0, 0.2);
  border-radius: 50%;
}
.clock-center:after {
  content: "";
  display: block;
  width: 20px;
  height: 20px;
  margin: 65px;
  background-color: #ddd;
  border-radius: 50%;
}

/***====================================================================
    Shop Section CSS
====================================================================***/
.shop-section {
  position: relative;
  padding: 120px 0;
}
@media (max-width: 575.98px) {
  .shop-section .content-column {
    margin-bottom: 50px;
  }
}
.shop-section .items-sorting {
  position: relative;
  margin-bottom: 20px;
}
.shop-section .items-sorting .results-column {
  margin-bottom: 20px;
}
.shop-section .items-sorting .results-column h6 {
  position: relative;
  font-weight: 400;
  padding: 13px 0px;
}
.shop-section .items-sorting .select-column {
  margin-bottom: 20px;
}
.shop-section .items-sorting .form-group {
  margin-bottom: 0px;
}
.shop-section .items-sorting select {
  position: relative;
  display: block;
  width: 100%;
  line-height: 24px;
  padding: 9px 20px 9px;
  height: 50px;
  font-size: 14px;
  border: 1px solid #eeeeee;
  cursor: pointer;
  -moz-appearance: none;
  -webkit-appearance: none;
  -ms-appearance: none;
  -o-appearance: none;
  background: url(../images/icons/icon-select.png) right center no-repeat;
  color: var(--text-color);
  -webkit-transition: all 500ms ease;
  transition: all 500ms ease;
}
.shop-section .items-sorting select option {
  text-indent: 15px;
}

.shop-item {
  position: relative;
  margin-bottom: 40px;
}
.shop-item .inner-box {
  position: relative;
  -webkit-transition: all 300ms ease;
  transition: all 300ms ease;
}
.shop-item .inner-box:hover .image .overlay-box {
  opacity: 1;
}
.shop-item .inner-box:hover .image .overlay-box:before {
  -webkit-transform: rotateX(0deg) scale(1, 1);
  transform: rotateX(0deg) scale(1, 1);
  opacity: 0.5;
  visibility: visible;
}
.shop-item .inner-box .image {
  position: relative;
  z-index: 11;
  text-align: center;
  background-color: var(--theme-color-light);
}
.shop-item .inner-box .image .sale {
  position: absolute;
  left: 20px;
  top: 20px;
  font-size: 11px;
  font-weight: 700;
  color: var(--theme-color-light);
  z-index: 12;
  padding: 5px 8px;
  line-height: 1em;
  text-transform: uppercase;
  background-color: var(--theme-color3);
}
.shop-item .inner-box .image .overlay-box {
  position: absolute;
  content: "";
  left: 0px;
  top: 0px;
  width: 100%;
  height: 100%;
  opacity: 0;
  -webkit-transition: all 300ms ease;
  transition: all 300ms ease;
}
.shop-item .inner-box .image .overlay-box:before {
  position: absolute;
  content: "";
  left: 0px;
  top: 0px;
  right: 0px;
  bottom: 0px;
  display: block;
  opacity: 0;
  visibility: hidden;
  -webkit-transition: all 900ms ease;
  transition: all 900ms ease;
  background-color: var(--theme-color-dark);
  -webkit-transform: rotateX(-360deg) scale(0.5, 0.5);
  transform: rotateX(-360deg) scale(0.5, 0.5);
}
.shop-item .inner-box .image .overlay-box .cart-option li {
  position: relative;
}
.shop-item .inner-box .image .overlay-box .cart-option li:first-child {
  position: absolute;
  right: 15px;
  top: 15px;
}
.shop-item .inner-box .image .overlay-box .cart-option li:last-child {
  position: absolute;
  left: 15px;
  bottom: 15px;
}
.shop-item .inner-box .image .overlay-box .cart-option li a {
  position: relative;
  width: 40px;
  height: 40px;
  color: var(--theme-color-light);
  font-size: 18px;
  display: block;
  line-height: 40px;
  background-color: var(--theme-color3);
  -webkit-transition: all 300ms ease;
  transition: all 300ms ease;
}
.shop-item .inner-box .image .overlay-box .cart-option li a:hover {
  background-color: var(--theme-color3);
  color: var(--theme-color-light);
}
.shop-item .inner-box .image img {
  width: 100%;
  display: inline-block;
}
.shop-item .inner-box .lower-content {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  padding: 30px 0px 0px;
  z-index: 3;
}
.shop-item .inner-box .lower-content .title {
  position: relative;
  margin-bottom: 0;
}
.shop-item .inner-box .lower-content .title a:hover {
  color: var(--theme-color3);
}
.shop-item .inner-box .lower-content .price {
  position: relative;
}
.shop-item .inner-box .lower-content .price li {
  position: relative;
  color: var(--theme-color-dark);
  display: inline-block;
}
.dark-layout .shop-item .inner-box .lower-content .price li {
  color: var(--theme-color-light);
}
.shop-item .inner-box .lower-content .price li.discount {
  position: relative;
  color: var(--theme-color-dark);
  margin-right: 8px;
  text-decoration: line-through;
}
.dark-layout .shop-item .inner-box .lower-content .price li.discount {
  color: var(--theme-color-light);
}

/***====================================================================
    Shop Single CSS
====================================================================***/
.shop-single-section {
  position: relative;
  padding: 120px 0;
}

.cart-section input.quantity-spinner {
  line-height: 24px;
  padding: 10px 15px !important;
  height: 54px !important;
  -webkit-box-shadow: none !important;
  box-shadow: none !important;
}
.cart-section .bootstrap-touchspin .input-group-btn-vertical > .btn {
  padding: 13px 10px;
  background: #f4f5f6;
}
.cart-section .bootstrap-touchspin .input-group-btn-vertical i {
  top: 1px;
}

.product-details .basic-details {
  position: relative;
  margin-bottom: 20px;
}
.product-details .basic-details .details-header {
  position: relative;
  margin-bottom: 0px;
}
.product-details .basic-details .details-header h2 {
  margin-bottom: 8px;
}
@media (max-width: 575.98px) {
  .product-details .basic-details .details-header h2 {
    font-size: 36px;
  }
}
.product-details .basic-details .details-header h2 a {
  color: var(--theme-color-dark);
}
.product-details .basic-details .details-header .rating {
  font-size: 16px;
  margin-bottom: 25px;
  display: inline-block;
}
.product-details .basic-details .details-header .rating span {
  color: var(--theme-color3);
}
.product-details .basic-details .details-header .rating .fa {
  display: inline-block;
  margin-right: 1px;
}
.product-details .basic-details .details-header .rating .fa.light {
  color: var(--theme-color-light);
}
.product-details .basic-details .details-header .item-price {
  position: relative;
  font-size: 24px;
  font-weight: 400;
  color: var(--theme-color-dark);
  line-height: 24px;
  letter-spacing: 1px;
  margin-bottom: 20px;
}
.dark-layout .product-details .basic-details .details-header .item-price {
  color: var(--theme-color-light);
}
.product-details .basic-details .text {
  position: relative;
  font-size: 14px;
  line-height: 1.9em;
  margin-bottom: 30px;
}
.dark-layout .product-details .basic-details .text {
  color: var(--theme-color-light);
}
.product-details .basic-details .availablity {
  position: relative;
  float: left;
  padding-right: 40px;
  line-height: 32px;
  margin-bottom: 27px;
  font-size: 13px;
  font-weight: 500;
  letter-spacing: 1px;
  color: var(--theme-color-light);
}
.product-details .basic-details .availablity strong {
  font-size: 14px;
  letter-spacing: 2px;
  color: var(--theme-color-light);
  font-weight: 600;
  text-transform: uppercase;
}
.product-details .basic-details .other-options {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 20px;
}
.product-details .basic-details .item-quantity {
  position: relative;
  width: 120px;
}
.product-details .basic-details .btns-box {
  position: relative;
}
.product-details .basic-details .quantity-spinner {
  line-height: 24px;
  width: 120px;
  padding: 10px 15px !important;
  height: 54px !important;
  -webkit-box-shadow: none !important;
  box-shadow: none !important;
}
.product-details
  .basic-details
  .bootstrap-touchspin
  .input-group-btn-vertical
  > .btn {
  padding: 13px 10px;
  background: #f4f5f6;
}
.product-details .image-column {
  margin-bottom: 50px;
}
.product-details .image-column .image-carousel {
  background-color: var(--theme-color-light);
  border-radius: 4px;
}
@media (max-width: 575.98px) {
  .product-details .image-column {
    margin-bottom: 30px;
  }
}
.product-details .image-column .image-box img {
  position: relative;
  display: block;
  width: 100%;
}
.product-details .image-column .thumbs-carousel {
  margin-top: 20px;
}
.product-details .image-column .thumbs-carousel li {
  background-color: var(--theme-color-light);
  text-align: center;
  padding: 0px 0px;
  cursor: pointer;
}
.product-details .image-column .thumbs-carousel li img {
  width: 100%;
  display: inline-block;
}
.product-details .shop-list {
  position: relative;
  margin-top: 20px;
}
.product-details .shop-list li {
  position: relative;
  font-size: 14px;
  margin-bottom: 10px;
}
.product-details .shop-list li strong {
  color: #222222;
  font-size: 16px;
  margin-right: 5px;
  text-transform: uppercase;
}
.dark-layout .product-details .shop-list li strong {
  color: var(--theme-color-light);
}
.product-details .shop-list li a {
  position: relative;
  color: var(--theme-color3);
  font-size: 14px;
  font-weight: 700;
  margin-top: 0px;
  display: inline-block;
  text-transform: uppercase;
}
.product-details .info-column {
  margin-bottom: 50px;
}
.product-details .bootstrap-touchspin .input-group-btn-vertical i {
  top: 1px;
}

/*Add Review*/
.shop-page .prod-tabs {
  position: relative;
}
.shop-page .prod-tabs .tab-btns {
  position: relative;
  text-align: center;
  margin-bottom: 40px;
}
.shop-page .prod-tabs .tab-btns .tab-btn {
  position: relative;
  display: block;
  margin-right: 8px;
  font-size: 16px;
  background: none;
  color: var(--theme-color-dark);
  border: 1px solid #cccccc;
  text-transform: capitalize;
  font-weight: 400;
  line-height: 24px;
  cursor: pointer;
  border-radius: 5px;
  margin-bottom: 12px;
  display: inline-block;
  padding: 12px 40px 10px;
  -webkit-transition: all 500ms ease;
  transition: all 500ms ease;
}
.shop-page .prod-tabs .tab-btns .tab-btn:hover {
  color: var(--theme-color-light);
  background: var(--theme-color3);
  border-color: var(--theme-color3);
}
.dark-layout .shop-page .prod-tabs .tab-btns .tab-btn {
  color: var(--theme-color-light);
}
@media (max-width: 575.98px) {
  .shop-page .prod-tabs .tab-btns .tab-btn {
    width: 100%;
  }
}
.shop-page .prod-tabs .tab-btns .tab-btn.active-btn {
  color: var(--theme-color-light);
  background: var(--theme-color3);
  border-color: var(--theme-color3);
}
.shop-page .prod-tabs .tabs-content {
  position: relative;
}
.shop-page .prod-tabs .tabs-content .tab {
  position: relative;
  display: none;
}
.shop-page .prod-tabs .tabs-content .tab p {
  font-size: 14px;
  line-height: 2em;
  color: var(--text-color);
  margin-bottom: 20px;
}
.dark-layout .shop-page .prod-tabs .tabs-content .tab p {
  color: var(--theme-color-light);
}
.shop-page .prod-tabs .tabs-content .tab p:last-child {
  margin-bottom: 0px;
}
.shop-page .prod-tabs .tabs-content .tab h3 {
  margin-bottom: 15px;
}
.shop-page .prod-tabs .tabs-content .tab h4 {
  margin-bottom: 15px;
  font-size: 16px;
  font-weight: 700;
  text-transform: uppercase;
}
.shop-page .prod-tabs .tabs-content .tab h5 {
  margin-bottom: 15px;
}
.shop-page .prod-tabs .tabs-content .tab h6 {
  margin-bottom: 15px;
}
.shop-page .prod-tabs .tabs-content .tab.active-tab {
  display: block;
}
.shop-page .prod-tabs .reviews-container {
  position: relative;
  padding-bottom: 1px;
}
.shop-page .prod-tabs .reviews-container .review-box {
  position: relative;
  margin-bottom: 30px;
  padding-left: 120px;
  min-height: 130px;
  padding-bottom: 30px;
  border-bottom: 1px solid #f0f0f0;
}
.shop-page .prod-tabs .reviews-container .review-box:last-child {
  margin-bottom: 0px;
  padding-bottom: 0px;
  border: none;
}
@media (max-width: 575.98px) {
  .shop-page .prod-tabs .reviews-container .review-box {
    padding-left: 0;
  }
}
.rtl .shop-page .prod-tabs .reviews-container .review-box {
  padding-left: 0;
  padding-right: 120px;
}
@media (max-width: 575.98px) {
  .rtl .shop-page .prod-tabs .reviews-container .review-box {
    padding-right: 0;
  }
}
.shop-page .prod-tabs .reviews-container .rev-thumb {
  position: absolute;
  left: 0px;
  top: 5px;
  width: 100px;
  height: 100px;
  background: #ffffff;
  border-radius: 3px;
  margin-bottom: 20px;
}
@media (max-width: 575.98px) {
  .shop-page .prod-tabs .reviews-container .rev-thumb {
    position: relative;
    top: 0;
  }
}
.rtl .shop-page .prod-tabs .reviews-container .rev-thumb {
  left: auto;
  right: 0;
}
.shop-page .prod-tabs .reviews-container .rev-thumb img {
  display: block;
  width: 100%;
  border-radius: 3px;
}
.shop-page .prod-tabs .reviews-container .rev-content {
  position: relative;
}
.shop-page .prod-tabs .reviews-container .rev-header {
  position: relative;
}
.shop-page .prod-tabs .reviews-container .rev-header h4 {
  float: left;
  text-transform: uppercase;
  margin-bottom: 10px;
}
@media (max-width: 575.98px) {
  .shop-page .prod-tabs .reviews-container .rev-header h4 {
    margin-right: 10px;
    float: none;
    margin-bottom: 0;
  }
}
.rtl .shop-page .prod-tabs .reviews-container .rev-header h4 {
  float: right;
}
@media (max-width: 575.98px) {
  .rtl .shop-page .prod-tabs .reviews-container .rev-header h4 {
    float: none;
  }
}
.shop-page .prod-tabs .reviews-container .rev-header .rating {
  position: relative;
  float: left;
  margin-left: 40px;
  color: var(--theme-color3);
  line-height: 30px;
  font-size: 14px;
  margin-bottom: 10px;
}
.rtl .shop-page .prod-tabs .reviews-container .rev-header .rating {
  float: right;
  margin-left: 0;
  margin-right: 40px;
}
@media (max-width: 575.98px) {
  .rtl .shop-page .prod-tabs .reviews-container .rev-header .rating {
    float: none;
    margin-right: 0;
  }
}
.shop-page .prod-tabs .reviews-container .rev-header .rating .fa {
  margin-right: 3px;
}
@media (max-width: 575.98px) {
  .shop-page .prod-tabs .reviews-container .rev-header .rating {
    float: none;
    margin-left: 0;
    margin-bottom: 0;
  }
}
.shop-page .prod-tabs .reviews-container .rev-header .time {
  position: relative;
  float: right;
  color: var(--theme-color-dark);
  line-height: 30px;
  font-size: 14px;
}
@media (max-width: 575.98px) {
  .shop-page .prod-tabs .reviews-container .rev-header .time {
    float: left;
  }
}
.dark-layout .shop-page .prod-tabs .reviews-container .rev-header .time {
  color: var(--theme-color-light);
}
.rtl .shop-page .prod-tabs .reviews-container .rev-header .time {
  float: left;
}
@media (max-width: 575.98px) {
  .rtl .shop-page .prod-tabs .reviews-container .rev-header .time {
    float: right;
  }
}
.shop-page .prod-tabs .reviews-container .rev-option {
  font-size: 14px;
  color: var(--theme-color-dark);
}
.dark-layout .shop-page .prod-tabs .reviews-container .rev-option {
  color: var(--theme-color-light);
}
.shop-page .prod-tabs .reviews-container .rev-option a {
  font-size: 14px;
  text-transform: uppercase;
  font-weight: 700;
}
.shop-page .prod-tabs .reviews-container .rev-text {
  font-size: 14px;
  color: var(--theme-color-dark);
  line-height: 1.8em;
  margin-bottom: 15px;
}
.dark-layout .shop-page .prod-tabs .reviews-container .rev-text {
  color: var(--theme-color-light);
}
.shop-page .prod-tabs .add-review {
  position: relative;
  margin: 30px 0px 0;
  font-size: 14px;
}
.shop-page .prod-tabs .add-review h2 {
  color: var(--theme-color-dark);
}
.shop-page .prod-tabs .add-review .rating {
  position: relative;
  padding-top: 8px;
}
.shop-page .prod-tabs .add-review .rating .rate-box {
  position: relative;
  display: inline-block;
  margin-right: 10px;
  font-size: 14px;
  color: var(--theme-color-dark);
}
.rtl .shop-page .prod-tabs .add-review .rating .rate-box {
  margin-right: 0;
  margin-left: 10px;
}
.shop-page .prod-tabs .add-review .rating .rate-box:hover {
  color: var(--theme-color3);
}
.shop-page .prod-tabs .add-review .rating .rate-box:focus {
  color: var(--theme-color3);
}
.shop-page .prod-tabs .add-review .rating .rate-box:active {
  color: var(--theme-color3);
}
.shop-page .prod-tabs .add-review label {
  position: relative;
  display: block;
  font-size: 14px;
  margin-bottom: 5px;
  font-weight: 400;
  color: var(--theme-color-dark);
}
.dark-layout .shop-page .prod-tabs .add-review label {
  color: var(--theme-color-light);
}
.shop-page .prod-tabs .add-review h3 {
  margin-bottom: 20px;
}
.shop-page .prod-tabs .add-review .form-group {
  position: relative;
  margin-bottom: 20px;
}
.shop-page .prod-tabs .add-review .form-group:last-child {
  margin-bottom: 0;
}
.shop-page .prod-tabs .add-review .form-group input[type="text"],
.shop-page .prod-tabs .add-review .form-group input[type="email"],
.shop-page .prod-tabs .add-review .form-group textarea,
.shop-page .prod-tabs .add-review .form-group select {
  position: relative;
  display: block;
  height: 60px;
  width: 100%;
  font-size: 15px;
  color: #666666;
  line-height: 23px;
  border-radius: 30px;
  font-weight: 400;
  padding: 24px 32px;
  background-color: var(--theme-color-light);
  border: 1px solid #dddddd;
  -webkit-transition: all 300ms ease;
  transition: all 300ms ease;
}
.dark-layout .shop-page .prod-tabs .add-review .form-group input[type="text"],
.dark-layout .shop-page .prod-tabs .add-review .form-group input[type="email"],
.dark-layout .shop-page .prod-tabs .add-review .form-group textarea,
.dark-layout .shop-page .prod-tabs .add-review .form-group select {
  background-color: var(--dark-layout-color-two);
  border-color: var(--theme-color-light);
  color: var(--theme-color-light);
}
.shop-page .prod-tabs .add-review .form-group input:focus,
.shop-page .prod-tabs .add-review .form-group select:focus,
.shop-page .prod-tabs .add-review .form-group textarea:focus {
  border-color: var(--theme-color4);
}
.dark-layout .shop-page .prod-tabs .add-review .form-group input:focus,
.dark-layout .shop-page .prod-tabs .add-review .form-group select:focus,
.dark-layout .shop-page .prod-tabs .add-review .form-group textarea:focus {
  border-color: var(--theme-color4);
}
.shop-page .prod-tabs .add-review .form-group textarea {
  height: 180px;
  resize: none;
  padding: 27px 32px;
  border-radius: 30px;
}

.bootstrap-touchspin {
  width: 120px !important;
}
.bootstrap-touchspin .input-group-btn-vertical {
  position: absolute;
  top: 0;
  right: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
}
.bootstrap-touchspin .input-group-btn-vertical button {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  padding: 0 !important;
  width: 27px !important;
  height: 27px !important;
  z-index: 33;
}

/***====================================================================
    Cart Section CSS
====================================================================***/
.cart-section {
  position: relative;
  padding: 120px 0;
}
.cart-section .cart-outer {
  position: relative;
}
.cart-section .table-outer {
  position: relative;
  width: 100%;
  overflow-x: auto;
}
.cart-section .cart-table {
  width: 100%;
  min-width: 900px;
  border: 1px solid #eeeeee;
}
.cart-section .cart-table tbody tr {
  border-bottom: 1px solid #eeeeee;
}
.cart-section .coupon-outer {
  position: relative;
  margin: 40px 0px 50px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}
@media (max-width: 991.98px) {
  .cart-section .coupon-outer {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
    gap: 30px;
  }
}
.cart-section .coupon-outer .cart-btn {
  font-size: 14px;
  padding: 14px 43px;
  font-weight: 400;
  cursor: pointer;
  -webkit-transition: all 500ms ease;
  transition: all 500ms ease;
}
.cart-section .apply-coupon {
  position: relative;
}
.cart-section .apply-coupon .form-group {
  position: relative;
  float: left;
  margin-right: 20px;
}
.rtl .cart-section .apply-coupon .form-group {
  float: right;
}
.cart-section .apply-coupon .form-group .coupon-btn {
  padding: 11px 28px;
  line-height: 30px;
  cursor: pointer;
}
.cart-section .apply-coupon .form-group .coupon-btn:hover {
  background-color: var(--theme-color-dark);
  color: var(--theme-color-light);
}
.cart-section .apply-coupon .form-group input[type="text"] {
  display: block;
  line-height: 26px;
  padding: 12px 0px;
  border-bottom: 2px solid var(--theme-color-dark);
  height: 54px;
  width: 230px;
  background: none;
  font-size: 14px;
}
.dark-layout .cart-section .apply-coupon .form-group input[type="text"] {
  border-bottom: 2px solid var(--theme-color-light);
}
.cart-section .estimate-form {
  position: relative;
}
.cart-section .estimate-form .row {
  margin-left: -7px;
  margin-right: -7px;
}
.cart-section .estimate-form .row .form-group {
  padding: 0px 7px !important;
  margin-bottom: 30px;
}
.cart-section .sec-title {
  margin-bottom: 25px;
}
.cart-section .sec-title h2 {
  font-size: 26px;
  color: var(--theme-color-dark);
}
.cart-section .cart-note {
  position: relative;
  margin-bottom: 50px;
  padding: 16px 20px;
  text-align: center;
  border: 1px dashed #b2dd4c;
  background: #f4f4f4;
  line-height: 1.7em;
}

.cart-table .cart-header {
  position: relative;
  width: 100%;
  text-transform: uppercase;
  font-size: 16px;
  border-radius: 0px;
  background: var(--theme-color3);
  color: var(--theme-color-dark);
}
.cart-table thead tr th {
  line-height: 24px;
  padding: 20px 15px;
  min-width: 120px;
  font-weight: 700;
  color: var(--theme-color-light);
  font-size: 16px;
  text-transform: capitalize;
}
.cart-table thead tr th.prod-column {
  text-align: left;
  padding-left: 40px;
}
.cart-table tbody tr td {
  line-height: 24px;
  padding: 40px 40px 40px;
  min-width: 100px;
  vertical-align: middle;
}
.cart-table tbody tr td .quantity-spinner {
  padding: 5px 0px 5px 20px;
  line-height: 24px;
  height: 34px;
  display: block;
  width: 100%;
  position: relative;
}
.cart-table tbody tr .qty {
  width: 90px;
  padding-right: 40px;
  padding-left: 10px;
}
.cart-table tbody tr .qty .quantity-spinner {
  background: #f5f5f5;
}
.cart-table tbody tr .qty input[type="text"] {
  position: relative;
  line-height: 46px;
  height: 46px;
  background: #f4f4f4;
}
.rtl .cart-table tbody tr .qty input[type="text"] {
  text-align: left;
}
.cart-table tbody tr .prod-column .column-box {
  position: relative;
  min-height: 100px;
  padding-left: 130px;
  padding-top: 40px;
  text-align: left;
}
.rtl .cart-table tbody tr .prod-column .column-box {
  padding-left: 0;
  padding-right: 130px;
  text-align: right;
}
.cart-table tbody tr .prod-column .column-box .prod-thumb {
  position: absolute;
  width: 100px;
  left: 0px;
  top: 0px;
}
.rtl .cart-table tbody tr .prod-column .column-box .prod-thumb {
  left: auto;
  right: 0;
}
.cart-table tbody tr .prod-column .column-box .prod-thumb img {
  display: block;
  max-width: 100%;
}
.cart-table tbody tr .prod-column .column-box h6 {
  margin-bottom: 5px;
}
.cart-table tbody tr .sub-total {
  font-weight: 400;
  color: var(--theme-color-dark);
  font-size: 18px;
  padding-left: 20px;
}
.dark-layout .cart-table tbody tr .sub-total {
  color: var(--theme-color-light);
}
.cart-table tbody tr .remove-btn {
  position: relative;
  font-size: 18px;
  color: var(--theme-color-dark);
  display: inline-block;
  -webkit-transition: all 300ms ease;
  transition: all 300ms ease;
}
.dark-layout .cart-table tbody tr .remove-btn {
  color: var(--theme-color-light);
}
.dark-layout .cart-table tbody tr .remove-btn:hover {
  color: var(--theme-color3);
}
.cart-table tbody tr .remove-btn:hover {
  color: var(--theme-color3);
}
.cart-table tbody tr td.price {
  font-size: 18px;
  font-weight: 400;
  color: var(--theme-color-dark);
  padding-left: 10px;
}
.dark-layout .cart-table tbody tr td.price {
  color: var(--theme-color-light);
}
.cart-table tbody .available-info {
  position: relative;
  padding-left: 50px;
  color: var(--theme-color-dark);
  font-size: 16px;
}
.dark-layout .cart-table tbody .available-info {
  color: var(--theme-color-light);
}
.cart-table tbody .available-info .icon {
  position: absolute;
  left: 0px;
  top: 5px;
  width: 40px;
  height: 40px;
  line-height: 40px;
  text-align: center;
  font-size: 18px;
  color: var(--theme-color-light);
  background: #3e4494;
  border-radius: 50%;
}

.column.default-column .cart-table tbody tr .qty {
  width: 110px;
  padding-right: 20px;
}

.product-details .basic-details .item-quantity input[type="text"] {
  position: relative;
  line-height: 46px;
  height: 46px;
  background: #f4f4f4;
}

.bootstrap-touchspin .input-group-btn-vertical > .btn {
  height: 24px;
  background: #e9e9e9;
}
.bootstrap-touchspin .input-group-btn-vertical i {
  left: 6px;
  top: 6px;
}

.cart-total-box {
  position: relative;
  max-width: 490px;
  margin-bottom: 40px;
  padding: 40px 40px 30px;
  background-color: var(--theme-color-light);
  -webkit-box-shadow: rgba(99, 99, 99, 0.2) 0px 2px 8px 0px;
  box-shadow: rgba(99, 99, 99, 0.2) 0px 2px 8px 0px;
}
@media (max-width: 575.98px) {
  .cart-total-box {
    padding: 20px;
  }
}
.dark-layout .cart-total-box {
  background-color: var(--dark-layout-color-two);
}
.cart-total-box h4 {
  position: relative;
  margin-bottom: 25px;
}

.totals-table {
  position: relative;
}
.totals-table li {
  position: relative;
  color: var(--theme-color-dark);
  font-weight: 500;
  font-size: 18px;
  margin-bottom: 8px;
}
.dark-layout .totals-table li {
  color: var(--theme-color-light);
}
.totals-table li .col {
  float: right;
  width: auto;
}
.totals-table li .col-title {
  font-weight: 600;
  float: left;
}
.dark-layout .totals-table li .col-title {
  color: var(--theme-color-light);
}
.totals-table li.total {
  margin-top: 25px;
  padding-top: 30px;
  border-top: 1px solid #cccccc;
}
.dark-layout .totals-table li.total {
  color: var(--theme-color-light);
}

.checkout-btn {
  color: var(--theme-color-light);
  font-size: 14px;
  font-weight: 400;
  padding: 17px 43px 14px;
  cursor: pointer;
  background-color: var(--theme-color-dark);
}

/***====================================================================
    Checkout Section CSS
====================================================================***/
.checkout-section {
  position: relative;
  padding: 120px 0;
}
.checkout-section .default-links {
  position: relative;
  margin-bottom: 40px;
}
.checkout-section .default-links li {
  margin-bottom: 15px;
  line-height: 24px;
  padding: 18px 28px;
  background: #f9f9f9;
  color: var(--text-color);
  font-size: 17px;
  font-weight: 600;
  border: 1px solid #ebebeb;
}
.checkout-section .default-links li a {
  color: var(--theme-color-dark);
  text-decoration: underline;
}
.checkout-section .payment-options li {
  position: relative;
  margin-bottom: 15px;
}
.checkout-section .payment-options li .radio-option {
  position: relative;
}
.checkout-section .payment-options li .radio-option label {
  position: relative;
  display: block;
  padding-left: 30px;
  font-weight: 600 !important;
  text-transform: capitalize;
  letter-spacing: 1px;
  color: var(--text-color);
  cursor: pointer;
  font-size: 15px;
}
.checkout-section .payment-options li .radio-option label strong {
  font-weight: 500;
  display: inline-block;
  color: var(--text-color);
  font-size: 15px;
}
.dark-layout .checkout-section .payment-options li .radio-option label strong {
  color: var(--theme-color-light);
}
.checkout-section .payment-options li .radio-option label .small-text {
  position: relative;
  display: none;
  padding: 18px 26px;
  letter-spacing: 0px;
  text-transform: none;
  font-weight: normal;
  font-size: 15px;
  border-radius: 4px;
  line-height: 20px;
  line-height: 1.8em;
  margin-top: 20px;
  margin-left: -30px;
  background-color: #ececec;
}
.checkout-section .payment-options li .radio-option label .small-text:before {
  position: absolute;
  content: "";
  left: 24px;
  top: -10px;
  border-left: 10px solid transparent;
  border-right: 10px solid transparent;
  border-bottom: 15px solid #ececec;
}
.checkout-section .payment-options li .radio-option label img {
  position: relative;
  top: -3px;
  display: inline-block;
  max-width: 100%;
  padding-left: 30px;
  position: relative;
  display: inline-block;
  max-width: 100%;
  padding-left: 30px;
}
.checkout-section .payment-options li .radio-option input[type="radio"] {
  position: absolute;
  left: 0px;
  top: 3px;
}
.checkout-section
  .payment-options
  li
  .radio-option
  input[type="radio"]:checked
  + label
  .small-text {
  display: block;
}
.checkout-section .payment-options li .radio-option #payment-3 {
  top: 9px;
}
.checkout-section .payment-options li .what-paypall {
  font-size: 13px;
  font-weight: 500;
  margin-left: 15px;
  color: var(--theme-color-dark);
}
.dark-layout .checkout-section .payment-options li .what-paypall {
  color: var(--theme-color-light);
}

.shop-form .billing-inner {
  position: relative;
}
.shop-form .form-group {
  position: relative;
  margin-bottom: 20px;
}
.shop-form .form-group .field-label {
  display: block;
  line-height: 24px;
  margin-bottom: 8px;
  color: var(--text-color);
  font-size: 15px;
  font-weight: 500;
  text-transform: capitalize;
}
.dark-layout .shop-form .form-group .field-label {
  color: var(--theme-color-light);
}
.shop-form .form-group .field-label sup {
  position: relative;
  top: 0px;
  color: var(--text-color);
  font-size: 16px;
}
.dark-layout .shop-form .form-group .field-label sup {
  color: var(--theme-color-light);
}
.shop-form .select2-container--default .select2-selection--single,
.shop-form
  input:not([type="submit"]):not([type="checkbox"]):not([type="radio"]),
.shop-form textarea,
.shop-form select {
  position: relative;
  display: block;
  height: 60px;
  width: 100%;
  font-size: 15px;
  color: #666666;
  line-height: 23px;
  border-radius: 5px;
  font-weight: 400;
  padding: 10px 20px;
  background-color: var(--theme-color-light);
  border: 1px solid #dddddd;
  -webkit-transition: all 300ms ease;
  transition: all 300ms ease;
}
.dark-layout .shop-form .select2-container--default .select2-selection--single,
.dark-layout
  .shop-form
  input:not([type="submit"]):not([type="checkbox"]):not([type="radio"]),
.dark-layout .shop-form textarea,
.dark-layout .shop-form select {
  background-color: var(--dark-layout-color-two);
  border-color: var(--theme-color-light);
  color: var(--theme-color-light);
}
.shop-form .select2-container--default .select2-selection--single:focus,
.shop-form .select2-container--default .select2-selection--single:focus,
.shop-form .select2-container--default .select2-selection--single:focus,
.shop-form
  input:not([type="submit"]):not([type="checkbox"]):not([type="radio"]):focus,
.shop-form
  input:not([type="submit"]):not([type="checkbox"]):not([type="radio"]):focus,
.shop-form
  input:not([type="submit"]):not([type="checkbox"]):not([type="radio"]):focus,
.shop-form textarea:focus,
.shop-form textarea:focus,
.shop-form textarea:focus,
.shop-form select:focus,
.shop-form select:focus,
.shop-form select:focus {
  border-color: var(--theme-color1);
}
.dark-layout
  .shop-form
  .select2-container--default
  .select2-selection--single:focus,
.dark-layout
  .shop-form
  .select2-container--default
  .select2-selection--single:focus,
.dark-layout
  .shop-form
  .select2-container--default
  .select2-selection--single:focus,
.dark-layout
  .shop-form
  input:not([type="submit"]):not([type="checkbox"]):not([type="radio"]):focus,
.dark-layout
  .shop-form
  input:not([type="submit"]):not([type="checkbox"]):not([type="radio"]):focus,
.dark-layout
  .shop-form
  input:not([type="submit"]):not([type="checkbox"]):not([type="radio"]):focus,
.dark-layout .shop-form textarea:focus,
.dark-layout .shop-form textarea:focus,
.dark-layout .shop-form textarea:focus,
.dark-layout .shop-form select:focus,
.dark-layout .shop-form select:focus,
.dark-layout .shop-form select:focus {
  border-color: var(--theme-color1);
}
.shop-form input.address-two {
  margin-top: 12px;
}
.shop-form textarea {
  height: 180px;
  resize: none;
  padding: 27px 32px;
  border-radius: 5px;
}

.billing-details .shop-form .sec-title {
  margin-bottom: 20px;
}
.billing-details .shop-form .form-group.sec-title {
  margin-bottom: 10px;
  padding-bottom: 30px;
  margin-top: 20px;
}

.shop-order-box {
  position: relative;
  padding: 20px 28px 50px;
  border: 1px solid #d9d9d9;
}
@media (max-width: 575.98px) {
  .shop-order-box {
    padding: 15px;
  }
}
.shop-order-box .order-list {
  position: relative;
}
.shop-order-box .order-list li {
  position: relative;
  color: var(--text-color);
  font-size: 15px;
  font-weight: 500;
  margin-bottom: 12px;
  text-transform: uppercase;
}
@media (max-width: 575.98px) {
  .shop-order-box .order-list li {
    font-size: 12px;
  }
}
.dark-layout .shop-order-box .order-list li {
  color: var(--theme-color-light);
}
.shop-order-box .order-list li span {
  float: right;
  width: 35%;
  text-align: left;
  font-size: 17px;
  text-transform: capitalize;
}
@media (max-width: 575.98px) {
  .shop-order-box .order-list li span {
    font-size: 12px;
  }
}
.rtl .shop-order-box .order-list li span {
  text-align: right;
}
.shop-order-box .order-list li span.dark {
  color: var(--theme-color-dark);
}
.shop-order-box .order-list li.total {
  padding: 8px 0px;
  border-top: 1px solid #e2e2e2;
  border-bottom: 1px solid #e2e2e2;
}

.payment-options {
  position: relative;
  margin-top: 20px;
  margin-bottom: 20px;
}

/***

==================================================================
	Main Footer CSS
==================================================================***/
.main-footer {
  position: relative;
  background-color: var(--theme-color-light);
}
.main-footer .widgets-section {
  position: relative;
  padding: 250px 0 50px;
}
.main-footer .footer-column {
  position: relative;
  margin-bottom: 50px;
}
.main-footer .footer-widget {
  position: relative;
}
.main-footer .widget-title {
  position: relative;
  display: block;
  color: var(--theme-color-light);
  margin-bottom: 30px;
}
.main-footer .about-widget .logo {
  margin-bottom: 30px;
}
.main-footer .about-widget .text {
  position: relative;
  color: var(--theme-color-light);
  margin-bottom: 30px;
}

/*=== User LInks ===*/
.user-links {
  position: relative;
}
.user-links li {
  position: relative;
  font-size: 16px;
  line-height: 36px;
  color: var(--theme-color-light);
  margin-bottom: 0;
}
.user-links li:last-child {
  margin-bottom: 0;
}
.user-links li a {
  position: relative;
  display: inline-block;
  color: inherit;
  -webkit-transition: all 300ms ease;
  transition: all 300ms ease;
}
.user-links li a:hover {
  color: var(--theme-color2);
}
.user-links li a:hover:before {
  width: 100%;
}
.user-links li i {
  font-weight: 300;
  margin-right: 15px;
  font-size: 16px;
}
.rtl .user-links li i {
  margin-right: 0;
  margin-left: 15px;
  -webkit-transform: scaleX(-1);
  transform: scaleX(-1);
}
.user-links.two-column {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}
.user-links.two-column li {
  -webkit-box-flex: 0;
  -ms-flex: 0 0 50%;
  flex: 0 0 50%;
  width: 50%;
  padding-right: 15px;
}

.contact-list-two {
  position: relative;
  padding: 0;
}
.contact-list-two.two {
  margin-top: -10px;
}
.contact-list-two.two li {
  margin-bottom: 10px;
}
.contact-list-two.two li i {
  font-size: 20px;
  padding-top: 5px;
}
.contact-list-two li {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  font-size: 18px;
  line-height: 30px;
  font-weight: 300;
}
.contact-list-two li i {
  position: relative;
  font-size: 28px;
  line-height: 1em;
  color: var(--theme-color2);
  margin-right: 20px;
  padding-top: 9px;
}
.rtl .contact-list-two li i {
  margin-right: 0;
  margin-left: 20px;
}
.contact-list-two li:last-child {
  margin-bottom: 0;
}
.contact-list-two li a {
  position: relative;
  font-weight: 300;
  display: inline-block;
  color: var(--theme-color-dark);
  -webkit-transition: all 300ms ease;
  transition: all 300ms ease;
}
.contact-list-two li a:hover {
  color: var(--theme-color1);
}
.contact-list-two.light li,
.contact-list-two.light a {
  color: var(--theme-color-light);
}

.contact-list-three {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}
.contact-list-three li {
  position: relative;
  font-size: 18px;
  line-height: 30px;
}
.contact-list-three li .icon-box {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.contact-list-three li i {
  position: relative;
  top: 3px;
  font-size: 20px;
  line-height: 1em;
  margin-right: 15px;
  color: var(--theme-color4);
}
.rtl .contact-list-three li i {
  margin-right: 0;
  margin-left: 15px;
}
.contact-list-three li a {
  position: relative;
  display: inline-block;
  color: var(--theme-color-dark);
  -webkit-transition: all 300ms ease;
  transition: all 300ms ease;
}
.contact-list-three li a:hover {
  color: var(--theme-color4);
}
.contact-list-three.light li,
.contact-list-three.light a {
  color: var(--theme-color-light);
}

/* Newsletter Form */
.newsletter-form {
  position: relative;
}
.newsletter-form .form-group {
  position: relative;
  max-width: 280px;
  width: 100%;
}
.newsletter-form .form-group input[type="text"],
.newsletter-form .form-group input[type="email"] {
  position: relative;
  display: block;
  height: 50px;
  width: 100%;
  font-size: var(--body-font-size);
  line-height: 30px;
  color: #536a72;
  padding: 20px 30px;
  background: var(--theme-color-light);
  border-radius: 50px;
  -webkit-transition: all 300ms ease;
  transition: all 300ms ease;
}
.newsletter-form .form-group input[type="text"]::-webkit-input-placeholder,
.newsletter-form .form-group input[type="email"]::-webkit-input-placeholder {
  color: #536a72;
}
.newsletter-form .form-group input[type="text"]::-moz-placeholder,
.newsletter-form .form-group input[type="email"]::-moz-placeholder {
  color: #536a72;
}
.newsletter-form .form-group input[type="text"]:-ms-input-placeholder,
.newsletter-form .form-group input[type="email"]:-ms-input-placeholder {
  color: #536a72;
}
.newsletter-form .form-group input[type="text"]::-ms-input-placeholder,
.newsletter-form .form-group input[type="email"]::-ms-input-placeholder {
  color: #536a72;
}
.newsletter-form .form-group input[type="text"]::placeholder,
.newsletter-form .form-group input[type="email"]::placeholder {
  color: #536a72;
}
.newsletter-form .form-group .button {
  position: absolute;
  right: 0;
  top: 0;
  width: 50px;
  height: 50px;
  line-height: 50px;
  text-align: center;
  border-radius: 50%;
  font-size: 22px;
  color: var(--theme-color-light);
  background-color: var(--theme-color4);
  -webkit-transition: all 300ms ease;
  transition: all 300ms ease;
}
.newsletter-form .form-group .button:hover {
  background-color: var(--theme-color1);
}
.rtl .newsletter-form .form-group .button {
  left: 0;
  right: auto;
}
.newsletter-form .form-group .button i {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}

/* Newsletter Form */
.newsletter-form-two {
  position: relative;
}
.newsletter-form-two .form-group {
  position: relative;
}
.newsletter-form-two .form-group input[type="text"],
.newsletter-form-two .form-group input[type="email"] {
  position: relative;
  display: block;
  height: 60px;
  width: 100%;
  font-size: var(--body-font-size);
  line-height: 30px;
  color: var(--theme-color-light);
  padding: 25px 32px;
  background: rgba(245, 245, 245, 0.1);
  border-radius: 50px;
  -webkit-transition: all 300ms ease;
  transition: all 300ms ease;
}
.newsletter-form-two .form-group input[type="text"]::-webkit-input-placeholder,
.newsletter-form-two
  .form-group
  input[type="email"]::-webkit-input-placeholder {
  color: var(--theme-color-light);
}
.newsletter-form-two .form-group input[type="text"]::-moz-placeholder,
.newsletter-form-two .form-group input[type="email"]::-moz-placeholder {
  color: var(--theme-color-light);
}
.newsletter-form-two .form-group input[type="text"]:-ms-input-placeholder,
.newsletter-form-two .form-group input[type="email"]:-ms-input-placeholder {
  color: var(--theme-color-light);
}
.newsletter-form-two .form-group input[type="text"]::-ms-input-placeholder,
.newsletter-form-two .form-group input[type="email"]::-ms-input-placeholder {
  color: var(--theme-color-light);
}
.newsletter-form-two .form-group input[type="text"]::placeholder,
.newsletter-form-two .form-group input[type="email"]::placeholder {
  color: var(--theme-color-light);
}
.newsletter-form-two .form-group .button {
  position: absolute;
  right: 4px;
  top: 5px;
  width: 50px;
  height: 50px;
  line-height: 50px;
  text-align: center;
  border-radius: 50%;
  font-size: 22px;
  color: var(--theme-color-light);
  background-color: var(--theme-color4);
  -webkit-transition: all 300ms ease;
  transition: all 300ms ease;
}
.newsletter-form-two .form-group .button:hover {
  background-color: var(--theme-color1);
}
.rtl .newsletter-form-two .form-group .button {
  left: 4px;
  right: auto;
}
.newsletter-form-two .form-group .button i {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}

.recent-post {
  position: relative;
  margin-bottom: 30px;
}
.recent-post:last-child {
  margin-bottom: 0;
}
.recent-post .inner {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  gap: 27px;
  min-height: 93px;
}
.recent-post .inner:hover .post-thumb img {
  opacity: 0.7;
}
.recent-post .inner .post-thumb {
  position: relative;
  height: 93px;
  width: 93px;
  border-radius: 10px;
  overflow: hidden;
  -ms-flex-negative: 0;
  flex-shrink: 0;
  margin-bottom: 0;
}
.recent-post .inner .post-thumb img {
  width: 100%;
  width: 100%;
  -o-object-fit: cover;
  object-fit: cover;
  -webkit-transition: all 300ms ease;
  transition: all 300ms ease;
}
.recent-post .inner .post-title {
  color: var(--theme-color-light);
  margin-bottom: 10px;
}
.recent-post .inner .post-title a:hover {
  color: var(--theme-color4);
}
.recent-post .inner .post-meta {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  gap: 13px;
  margin-bottom: 0;
}
.recent-post .inner .post-meta li {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  color: var(--theme-color-light);
  font-size: 14px;
  gap: 7px;
  -webkit-transition: all 300ms ease;
  transition: all 300ms ease;
}
.recent-post .inner .post-meta li .icon {
  color: var(--theme-color-light);
  font-size: 14px;
  -webkit-transition: all 300ms ease;
  transition: all 300ms ease;
}

/*=== Insta Gallery ===*/
.insta-gallery {
  position: relative;
}
.insta-gallery .image {
  position: relative;
  border-radius: 10px;
  overflow: hidden;
}
.insta-gallery img {
  display: block;
  width: 100%;
}
.rtl .insta-gallery img {
  direction: rtl;
}
.insta-gallery a {
  position: relative;
  display: block;
}
.insta-gallery a:hover:after {
  -webkit-transform: scale(1);
  transform: scale(1);
}
.insta-gallery a:hover:before {
  -webkit-transform: scale(1);
  transform: scale(1);
}
.insta-gallery a:before {
  position: absolute;
  left: 0;
  top: 0;
  height: 100%;
  width: 100%;
  background: var(--theme-color1);
  opacity: 0.8;
  content: "";
  border-radius: 10px;
  -webkit-transform: scale(0);
  transform: scale(0);
  -webkit-transition: all 300ms ease;
  transition: all 300ms ease;
}
.insta-gallery a:after {
  position: absolute;
  height: 20px;
  width: 20px;
  left: 50%;
  top: 50%;
  margin-left: -10px;
  margin-top: -10px;
  content: "\f0b2";
  text-align: center;
  line-height: 20px;
  font-size: 20px;
  color: var(--theme-color-light);
  font-family: "Font Awesome 6 Pro";
  -webkit-transform: scale(0);
  transform: scale(0);
  -webkit-transition: all 300ms ease;
  transition: all 300ms ease;
}

/*=== Footer Bottom ===*/
.footer-bottom {
  position: relative;
  width: 100%;
}
.footer-bottom .inner-container {
  position: relative;
  padding: 20px 0;
}
@media (max-width: 575.98px) {
  .footer-bottom .inner-container {
    padding: 15px 0;
  }
}
.footer-bottom .copyright-text {
  position: relative;
  font-size: 18px;
  line-height: 30px;
  color: var(--theme-color-light);
  margin-bottom: 0px;
}
@media (max-width: 575.98px) {
  .footer-bottom .copyright-text {
    font-size: 12px;
  }
}
.footer-bottom .copyright-text a {
  color: var(--theme-color2);
}
.footer-bottom .copyright-text a:hover {
  text-decoration: underline;
}

/***

==================================================================
	Main Footer
==================================================================***/
.footer-style-one {
  position: relative;
  background-color: var(--theme-color3);
}
.footer-style-one .shape-eleven {
  position: absolute;
  top: 170px;
  left: 0;
}
@media (max-width: 575.98px) {
  .footer-style-one .shape-eleven {
    display: none;
  }
}
.footer-style-one .shape-twelve {
  position: absolute;
  top: 170px;
  right: 0;
}
@media (max-width: 575.98px) {
  .footer-style-one .shape-twelve {
    display: none;
  }
}
.footer-style-one .widgets-section {
  padding-bottom: 20px;
}
@media (max-width: 575.98px) {
  .footer-style-one .widgets-section .logo {
    width: 200px;
  }
}
@media (max-width: 575.98px) {
  .footer-style-one .widgets-section .widget-title {
    font-size: 26px;
  }
}
.footer-style-one .widgets-section .about-widget .text {
  font-weight: 300;
  margin-bottom: 25px;
}
.footer-style-one .widgets-section .links-widget {
  padding-left: 90px;
}
@media (max-width: 575.98px) {
  .footer-style-one .widgets-section .links-widget {
    padding-left: 0;
  }
}
.rtl .footer-style-one .widgets-section .links-widget {
  padding-left: 0;
  padding-right: 90px;
}
@media (max-width: 575.98px) {
  .rtl .footer-style-one .widgets-section .links-widget {
    padding-right: 0;
  }
}
@media (max-width: 575.98px) {
  .footer-style-one .widgets-section .links-widget .widget-title {
    margin-bottom: 20px;
  }
}
.footer-style-one .widgets-section .gallery-widget .widget-title {
  margin-bottom: 20px;
}
.rtl .footer-style-one .widgets-section .gallery-widget .gallery-swiper {
  direction: ltr;
}
.footer-style-one .widgets-section .gallery-widget .nav-box {
  position: absolute;
  top: 20px;
  right: 0;
  gap: 24px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}
.rtl .footer-style-one .widgets-section .gallery-widget .nav-box {
  right: auto;
  left: 0;
  gap: 0;
}
.footer-style-one .widgets-section .gallery-widget .nav-box .swiper-button-prev,
.footer-style-one
  .widgets-section
  .gallery-widget
  .nav-box
  .swiper-button-next {
  position: relative;
  color: var(--theme-color-light);
  -webkit-transition: all 300ms ease;
  transition: all 300ms ease;
}
.footer-style-one
  .widgets-section
  .gallery-widget
  .nav-box
  .swiper-button-prev:after,
.footer-style-one
  .widgets-section
  .gallery-widget
  .nav-box
  .swiper-button-next:after {
  display: none;
}
.rtl
  .footer-style-one
  .widgets-section
  .gallery-widget
  .nav-box
  .swiper-button-prev,
.rtl
  .footer-style-one
  .widgets-section
  .gallery-widget
  .nav-box
  .swiper-button-next {
  -webkit-transform: scaleX(-1);
  transform: scaleX(-1);
}
@media (max-width: 991.98px) {
  .rtl
    .footer-style-one
    .widgets-section
    .gallery-widget
    .nav-box
    .swiper-button-prev,
  .rtl
    .footer-style-one
    .widgets-section
    .gallery-widget
    .nav-box
    .swiper-button-next {
    margin: 0;
  }
}
.footer-style-one
  .widgets-section
  .gallery-widget
  .nav-box
  .swiper-button-prev:hover,
.footer-style-one
  .widgets-section
  .gallery-widget
  .nav-box
  .swiper-button-next:hover {
  color: var(--theme-color4);
}
.footer-style-one .widgets-section .contact-list-box {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 70px;
}
@media (max-width: 575.98px) {
  .footer-style-one .widgets-section .contact-list-box {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    gap: 15px;
  }
}
.footer-style-one .widgets-section .contact-widget {
  padding-top: 30px;
}
.footer-style-one .widgets-section .contact-widget .widget-title {
  margin-bottom: 15px;
}
@media (max-width: 575.98px) {
  .footer-style-one .widgets-section .contact-widget .widget-title {
    margin-bottom: 20px;
  }
}
.footer-style-one .footer-bottom {
  background: -webkit-gradient(
    linear,
    left top,
    left bottom,
    color-stop(-272.14%, #20aadf),
    to(#150f4d)
  );
  background: linear-gradient(180deg, #20aadf -272.14%, #150f4d 100%);
  text-align: center;
}

/***

==================================================================
	Main Footer Two
==================================================================***/
.footer-style-two {
  position: relative;
}
.footer-style-two .shape-eighteen {
  position: absolute;
  bottom: 90px;
  right: -203px;
  -webkit-animation: fa-spin 50s linear infinite;
  animation: fa-spin 50s linear infinite;
}
@media (max-width: 991.98px) {
  .footer-style-two .shape-eighteen {
    bottom: auto;
    top: 40px;
  }
}
@media (max-width: 575.98px) {
  .footer-style-two .shape-eighteen {
    display: none;
  }
}
.footer-style-two .icon-twelve {
  position: absolute;
  top: 0;
  left: 0;
}
.footer-style-two .icon-thirteen {
  position: absolute;
  bottom: 0;
  right: 0;
}
.footer-style-two .widgets-section {
  padding-top: 150px;
  padding-bottom: 65px;
}
@media (max-width: 575.98px) {
  .footer-style-two .widgets-section {
    padding-bottom: 0;
  }
}
.footer-style-two .widgets-section .widget-title {
  padding-bottom: 15px;
  margin-bottom: 30px;
}
.footer-style-two .widgets-section .widget-title:before {
  position: absolute;
  left: 0;
  bottom: 0;
  width: 60px;
  height: 2px;
  margin-right: 6px;
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
  background-color: var(--theme-color-light);
  content: "";
}
.rtl .footer-style-two .widgets-section .widget-title:before {
  left: auto;
  right: 0;
  margin-right: 0;
  margin-left: 6px;
}
.footer-style-two .widgets-section .widget-title:after {
  position: absolute;
  left: 65px;
  bottom: -2px;
  height: 6px;
  width: 6px;
  content: "";
  border-radius: 50%;
  background-color: var(--theme-color-light);
}
.rtl .footer-style-two .widgets-section .widget-title:after {
  left: auto;
  right: 65px;
}
.footer-style-two .about-widget {
  padding-right: 10px;
}
.footer-style-two .about-widget .text {
  margin-bottom: 10px;
  font-weight: 300;
  padding-right: 10px;
}
@media (max-width: 1399.98px) {
  .footer-style-two .about-widget .text {
    padding-right: 0;
  }
}
.rtl .footer-style-two .about-widget .text {
  padding-right: 0;
  padding-left: 10px;
}
@media (max-width: 1399.98px) {
  .rtl .footer-style-two .about-widget .text {
    padding-left: 0;
  }
}
.footer-style-two .about-widget .email-box {
  margin-bottom: 25px;
}
.footer-style-two .about-widget .email-box .email {
  position: relative;
  font-weight: 300;
  color: var(--theme-color-light);
  padding-bottom: 5px;
  border-bottom: 1px solid var(--theme-color1);
}
.footer-style-two .about-widget .social-icon-two a {
  font-size: 20px;
}
.footer-style-two .newsletter-widget .title {
  color: var(--theme-color-light);
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  gap: 12px;
}
.footer-style-two .newsletter-widget .text {
  color: var(--theme-color-light);
  margin-bottom: 20px;
  font-size: 14px;
  max-width: 240px;
  line-height: 24px;
  font-weight: 300;
}
@media (max-width: 575.98px) {
  .footer-style-two .post-widget .recent-post .inner {
    gap: 15px;
  }
}
.footer-style-two .user-links li i {
  font-size: 12px;
  margin-right: 10px;
}
.rtl .footer-style-two .user-links li i {
  margin-right: 0;
  margin-left: 10px;
}
.footer-style-two .user-links li a:hover {
  color: var(--theme-color4);
}
.footer-style-two .footer-bottom {
  text-align: center;
  background-color: rgba(0, 0, 0, 0.2);
}

/***

==================================================================
	Main Footer Three
==================================================================***/
.footer-style-three {
  position: relative;
}
.footer-style-three .icon-fourteen {
  position: absolute;
  bottom: 0;
  right: 0;
}
@media only screen and (max-width: 1699px) {
  .footer-style-three .icon-fourteen {
    display: none;
  }
}
.rtl .footer-style-three .icon-fourteen {
  right: auto;
  left: 0;
  -webkit-transform: scaleX(-1) !important;
  transform: scaleX(-1) !important;
}
.footer-style-three .icon-fifteen {
  position: absolute;
  top: 0;
  left: 0;
  -webkit-animation: zoom-one 5s infinite linear;
  animation: zoom-one 5s infinite linear;
}
@media (max-width: 575.98px) {
  .footer-style-three .icon-fifteen {
    display: none;
  }
}
.footer-style-three .icon-sixteen {
  position: absolute;
  top: 0;
  right: 0;
  -webkit-animation: zoom-one 5s infinite linear;
  animation: zoom-one 5s infinite linear;
}
@media only screen and (max-width: 1699px) {
  .footer-style-three .icon-sixteen {
    display: none;
  }
}
.footer-style-three .widgets-section {
  padding: 130px 0 50px;
  z-index: 1;
}
@media (max-width: 767.98px) {
  .footer-style-three .widgets-section {
    padding-bottom: 30px;
    padding-top: 100px;
  }
}
.footer-style-three .widgets-section .about-widget {
  margin-bottom: 0 !important;
}
.footer-style-three .widgets-section .about-widget .icon-star {
  position: absolute;
  top: 0;
  right: 180px;
  -webkit-animation: fa-spin 10s linear infinite;
  animation: fa-spin 10s linear infinite;
}
@media (max-width: 1199.98px) {
  .footer-style-three .widgets-section .about-widget .icon-star {
    right: 100px;
    top: 10px;
  }
}
@media (max-width: 991.98px) {
  .footer-style-three .widgets-section .about-widget .icon-star {
    display: none;
  }
}
.rtl .footer-style-three .widgets-section .about-widget .icon-star {
  right: auto;
  left: 180px;
}
@media (max-width: 1199.98px) {
  .rtl .footer-style-three .widgets-section .about-widget .icon-star {
    left: 100px;
  }
}
.footer-style-three .widgets-section .about-widget .title {
  position: relative;
  font-size: 90px;
  line-height: 1.2em;
  color: var(--theme-color-light);
  margin-bottom: 10px;
}
@media (max-width: 575.98px) {
  .footer-style-three .widgets-section .about-widget .title {
    font-size: 50px;
  }
}
.footer-style-three .widgets-section .about-widget .text {
  position: relative;
  margin-bottom: 60px;
  font-size: 18px;
  line-height: 38px;
  font-weight: 300;
  max-width: 388px;
}
@media (max-width: 991.98px) {
  .footer-style-three .widgets-section .about-widget .text {
    max-width: 100%;
  }
}
@media (max-width: 575.98px) {
  .footer-style-three .widgets-section .about-widget .text {
    font-size: 16px;
    line-height: 28px;
    margin-bottom: 30px;
  }
}
.footer-style-three .widgets-section .about-widget .social-icon-two {
  margin-bottom: 20px;
  gap: 35px;
}
@media (max-width: 575.98px) {
  .footer-style-three .widgets-section .about-widget .social-icon-two {
    gap: 20px;
  }
}
.footer-style-three .widgets-section .about-widget .social-icon-two a {
  font-size: 26px;
}
@media (max-width: 575.98px) {
  .footer-style-three .widgets-section .about-widget .social-icon-two a {
    font-size: 20px;
  }
}
.footer-style-three .widgets-section .about-widget .copyright-text {
  color: var(--theme-color-light);
  margin-bottom: 0;
}
.footer-style-three .widgets-section .about-widget .copyright-text a {
  color: var(--theme-color4);
}
.footer-style-three .widgets-section .about-widget .copyright-text a:hover {
  text-decoration: underline;
}
.footer-style-three .widgets-section .post-widget {
  position: relative;
  margin-bottom: 40px;
  padding-top: 15px;
}
.rtl .footer-style-three .widgets-section .post-widget .post-swiper {
  direction: ltr !important;
}
.footer-style-three .widgets-section .post-widget .nav-box {
  position: absolute;
  top: 29px;
  right: 0;
  gap: 20px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}
@media (max-width: 991.98px) {
  .footer-style-three .widgets-section .post-widget .nav-box {
    top: 10px;
    gap: 15px;
  }
}
@media (max-width: 575.98px) {
  .footer-style-three .widgets-section .post-widget .nav-box {
    position: relative;
    top: 0;
    left: 0;
    right: auto;
    gap: 5px;
  }
}
@media (max-width: 575.98px) {
  .footer-style-three
    .widgets-section
    .post-widget
    .nav-box
    .swiper-button-prev,
  .footer-style-three
    .widgets-section
    .post-widget
    .nav-box
    .swiper-button-next {
    left: 0 !important;
    margin: 0 !important;
  }
}
.rtl .footer-style-three .widgets-section .post-widget .nav-box {
  right: auto;
  left: 0;
  gap: 0;
}
.footer-style-three .widgets-section .post-widget .nav-box .swiper-button-prev,
.footer-style-three .widgets-section .post-widget .nav-box .swiper-button-next {
  position: relative;
  color: var(--theme-color-light);
  -webkit-transition: all 300ms ease;
  transition: all 300ms ease;
}
.footer-style-three
  .widgets-section
  .post-widget
  .nav-box
  .swiper-button-prev:after,
.footer-style-three
  .widgets-section
  .post-widget
  .nav-box
  .swiper-button-next:after {
  display: none;
}
@media (max-width: 991.98px) {
  .footer-style-three
    .widgets-section
    .post-widget
    .nav-box
    .swiper-button-prev,
  .footer-style-three
    .widgets-section
    .post-widget
    .nav-box
    .swiper-button-next {
    margin: 0 10px;
  }
}
.rtl
  .footer-style-three
  .widgets-section
  .post-widget
  .nav-box
  .swiper-button-prev,
.rtl
  .footer-style-three
  .widgets-section
  .post-widget
  .nav-box
  .swiper-button-next {
  -webkit-transform: scaleX(-1);
  transform: scaleX(-1);
}
@media (max-width: 991.98px) {
  .rtl
    .footer-style-three
    .widgets-section
    .post-widget
    .nav-box
    .swiper-button-prev,
  .rtl
    .footer-style-three
    .widgets-section
    .post-widget
    .nav-box
    .swiper-button-next {
    margin: 0;
  }
}
.footer-style-three
  .widgets-section
  .post-widget
  .nav-box
  .swiper-button-prev:hover,
.footer-style-three
  .widgets-section
  .post-widget
  .nav-box
  .swiper-button-next:hover {
  color: var(--theme-color4);
}
.footer-style-three .widgets-section .post-widget .recent-post {
  position: relative;
  margin-bottom: 0;
}
.rtl .footer-style-three .widgets-section .post-widget .recent-post {
  direction: rtl;
}
.footer-style-three .widgets-section .post-widget .recent-post .inner {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}
@media (max-width: 575.98px) {
  .footer-style-three .widgets-section .post-widget .recent-post .inner {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
  }
}
.footer-style-three
  .widgets-section
  .post-widget
  .recent-post
  .inner
  .thumb-box {
  position: relative;
  -ms-flex-negative: 0;
  flex-shrink: 0;
  max-width: 300px;
}
.footer-style-three
  .widgets-section
  .post-widget
  .recent-post
  .inner
  .thumb-box
  .days-box {
  position: absolute;
  bottom: 7px;
  right: 7px;
  border-radius: 5px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  font-size: 10px;
  padding: 9px;
  line-height: 1.2em;
  gap: 5px;
  font-weight: 700;
  background-color: #00000d;
  color: var(--theme-color-light);
}
.rtl
  .footer-style-three
  .widgets-section
  .post-widget
  .recent-post
  .inner
  .thumb-box
  .days-box {
  right: auto;
  left: 8px;
}
.footer-style-three
  .widgets-section
  .post-widget
  .recent-post
  .inner
  .thumb-box
  .days-box
  .date {
  font-size: 24px;
}
.footer-style-three
  .widgets-section
  .post-widget
  .recent-post
  .inner
  .thumb-box
  .days-box
  .days {
  display: block;
  color: var(--theme-color4);
}
.footer-style-three
  .widgets-section
  .post-widget
  .recent-post
  .inner
  .post-thumb {
  width: 300px;
  height: 146px;
}
.footer-style-three .widgets-section .post-widget .recent-post .inner .content {
  position: relative;
  width: 100%;
}
.footer-style-three
  .widgets-section
  .post-widget
  .recent-post
  .inner
  .content
  .post-meta-box {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: end;
  -ms-flex-align: end;
  align-items: flex-end;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}
@media (max-width: 575.98px) {
  .footer-style-three
    .widgets-section
    .post-widget
    .recent-post
    .inner
    .content
    .post-meta-box {
    position: absolute;
    top: 0;
    right: 0;
  }
}
@media (max-width: 575.98px) {
  .rtl
    .footer-style-three
    .widgets-section
    .post-widget
    .recent-post
    .inner
    .content
    .post-meta-box {
    right: auto;
    left: 0;
  }
}
.footer-style-three
  .widgets-section
  .post-widget
  .recent-post
  .inner
  .content
  .post-meta-box
  .post-meta
  .icon {
  color: var(--theme-color4);
  font-size: 10px;
}
.footer-style-three
  .widgets-section
  .post-widget
  .recent-post
  .inner
  .content
  .post-meta-box
  .post-meta
  li {
  font-weight: 300;
}
@media (max-width: 575.98px) {
  .footer-style-three
    .widgets-section
    .post-widget
    .recent-post
    .inner
    .content
    .post-meta-box
    .post-meta
    li {
    font-size: 13px;
  }
}
.footer-style-three
  .widgets-section
  .post-widget
  .recent-post
  .inner
  .content
  .date {
  position: relative;
  font-size: 14px;
  font-weight: 700;
  color: var(--theme-color4);
  margin-bottom: 10px;
}
@media (max-width: 575.98px) {
  .footer-style-three
    .widgets-section
    .post-widget
    .recent-post
    .inner
    .content
    .date {
    font-size: 13px;
  }
}
.footer-style-three
  .widgets-section
  .post-widget
  .recent-post
  .inner
  .content
  .post-title {
  max-width: 313px;
  margin-bottom: 3px;
  line-height: 36px;
}
@media (max-width: 575.98px) {
  .footer-style-three
    .widgets-section
    .post-widget
    .recent-post
    .inner
    .content
    .post-title {
    width: 100%;
  }
}
@media (max-width: 1199.98px) {
  .footer-style-three
    .widgets-section
    .post-widget
    .recent-post
    .inner
    .content
    .btn-box {
    display: none;
  }
}
.footer-style-three
  .widgets-section
  .post-widget
  .recent-post
  .inner
  .content
  .btn-box
  .theme-btn {
  font-size: 14px;
  color: var(--theme-color4);
  padding: 10px 25px;
  text-transform: unset;
}
.footer-style-three
  .widgets-section
  .post-widget
  .recent-post
  .inner
  .content
  .btn-box
  .theme-btn:hover {
  color: var(--theme-color-light);
}
.footer-style-three .widgets-section .newsletter-widget {
  margin-bottom: 30px;
}
.footer-style-three .widgets-section .newsletter-widget .widget-title {
  margin-bottom: 5px;
}
.footer-style-three .widgets-section .newsletter-widget .text {
  color: var(--theme-color-light);
  margin-bottom: 15px;
  font-weight: 300;
}
.footer-style-three .widgets-section .contact-widget a {
  font-weight: 300;
}
@media (max-width: 767.98px) {
  .footer-style-three .widgets-section .contact-widget .contact-list-three {
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    gap: 30px;
  }
}
.footer-style-three
  .widgets-section
  .contact-widget
  .contact-list-three
  li.location {
  position: relative;
  padding-left: 40px;
  font-weight: 300;
}
.rtl
  .footer-style-three
  .widgets-section
  .contact-widget
  .contact-list-three
  li.location {
  padding-left: 0;
  padding-right: 40px;
}
.footer-style-three
  .widgets-section
  .contact-widget
  .contact-list-three
  li.location
  i {
  position: absolute;
  left: 0;
  font-size: 26px;
}
.rtl
  .footer-style-three
  .widgets-section
  .contact-widget
  .contact-list-three
  li.location
  i {
  left: auto;
  right: 0;
}



/* ==Gallery== */
.gallery-section {
  padding: 4em 1em;
  background-color: #f9f9f9;
}

.gallery-section .section-title {
  font-size: 2rem;
  font-weight: 700;
  color: #222;
  margin-bottom: 2rem;
}

.gallery-section .video-wrapper {
  position: relative;
  padding-bottom: 56.25%; /* 16:9 ratio */
  height: 0;
  overflow: hidden;
  border-radius: 12px;
  box-shadow: 0 10px 30px rgba(0, 0, 0, 0.1);
  /* max-width: 900px; */
  margin: 0 auto 2rem;
}

.gallery-section .video-wrapper iframe {
  position: absolute;
  top: 0; left: 0;
  width: 100%; height: 100%;
  border: none;
  border-radius: 12px;
}

/* Photo Gallery */
.gallery-section .gallery-photo-card {
  background: white;
  border-radius: 12px;
  box-shadow: 0 6px 18px rgba(0, 0, 0, 0.06);
  overflow: hidden;
  transition: transform 0.3s ease;
  text-align: center;
}

.gallery-section .gallery-photo-card:hover {
  transform: translateY(-5px);
}

.gallery-section .photo-wrapper {
  overflow: hidden;
  height: 220px;
  display: flex;
  align-items: center;
  justify-content: center;
  background: #f4f4f4;
}

.gallery-section .photo-wrapper img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: transform 0.4s ease;
}

.gallery-section .gallery-photo-card:hover img {
  transform: scale(1.05);
}

.gallery-section .gallery-caption {
  padding: 1rem;
  font-size: 0.95rem;
  color: #555;
}
