/***====================================================================
Desgined and developed by Dazzling
====================================================================***/
/***====================================================================
# 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.  Section Title CSS 
8.  Banner Section CSS 
9.  Category Section CSS 
10. Product Section CSS 
11. About Section CSS 
12. Poster Section CSS 
13. Funfact Section CSS 
14. Gallery Section CSS 
15. Faq Section CSS 
16. History Section CSS 
17. Team Section CSS 
18. Login Section CSS 
19. Contact Section CSS 
20. Testimonial Section CSS 
21. Why Choose Us CSS 
22. Call To Action CSS 
23. Menu Section CSS 
24. Deal Section CSS 
25. News Section CSS 
26. Subscribe Section CSS 
27. Map Section CSS 
28. Clients Section CSS 
29. Main Footer CSS 
30. Page Title Section CSS 
31. News Detail Section CSS 
32. Error Section CSS 
33. Cart Section CSS 
34. Checkout Section CSS 
35. Shop- Detail Section CSS 
36. Product Info Section CSS 
================================================ */
/* ---------------------- */
/* Bootstrap Core Imports */
/* ---------------------- */
/* ---------------------- */
/* Common Core Files      */
/* ---------------------- */
@import url("https://fonts.googleapis.com/css2?family=DM+Sans:ital,opsz,wght@0,9..40,100..1000;1,9..40,100..1000&family=Lilita+One&family=Luckiest+Guy&display=swap");
@import url("animate.css");
@import url("jquery.fancybox.min.css");
@import url("linear.css");
@import url("swiper.min.css");
@import url("color-switcher-design.css");
@import url("fontawesome.css");
@import url("flaticon.css");

/*added by dazzling*/
@import url('https://fonts.googleapis.com/css2?family=Lalezar&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Zain:ital,wght@0,200;0,300;0,400;0,700;0,800;0,900;1,300;1,400&display=swap');
/*end added by dazzling*/
:root {
  --theme-color-light: #ffffff;
  --theme-color-dark: #000000;
/*  --theme-color1: #ec2126;*/
  --theme-color1: #ff6f00;
/*    dazzling*/
/*  --theme-color2: #ffcb17;*/
/*    --theme-color2: #ff6f00;*/
/*     --theme-color2: #fb8421;*/
     --theme-color2: #ffa726;
/*     --theme-color2: #ff9800;*/
/*     --theme-color2: #ff9a1a;*/
   
  --text-color: var(--theme-color-dark);
  --headings-color: var(--theme-color-dark);
  --link-color: var(--theme-color-dark);
  --link-hover-color: var(--theme-color-dark);
/*
  --title-font: "Luckiest Guy", sans-serif;
  --text-font: "DM Sans", sans-serif;
    --style-font: "Lilita One", sans-serif;
*/
/*    dazzling*/
     --title-font: "Lalezar", sans-serif;
  --text-font: "Zain", sans-serif;
  --style-font: "Zain", sans-serif;
  --body-font-size: 16px;
  --body-line-height: 26px;
  --body-font-weight: 400;
  --line-height-heading-h1: 1em;
  --line-height-heading: 1.2em;
  --line-height-heading-small: 1.4em;
  --h1-font-size: 96px;
  --h2-font-size: 70px;
  --h3-font-size: 34px;
  --h4-font-size: 24px;
  --h5-font-size: 20px;
  --h6-font-size: 18px;
  --h1-font-weight: 400;
  --h2-font-weight: 400;
  --h3-font-weight: 400;
  --h4-font-weight: 400;
  --h5-font-weight: 400;
  --h6-font-weight: 400;
  --sec-title-subtitle-color: var(--theme-color1);
  --sec-title-subtitle-font-size: var(--body-font-size);
  --sec-title-subtitle-font-family: var(--style-font);
  --sec-title-subtitle-font-weight: 400;
  --sec-title-subtitle-line-height: 26px;
  --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: #f8f6f1;
  --theme-light-background-text-color: var(--headings-color);
  --theme-black: #131313;
  --container-width: 1350px;
  --small-container-width: 1050px;
  --large-container-width: 1800px;
  --container-pt: 120px;
  --container-pb: 120px;
}

/*
 * typography.scss
 * -----------------------------------------------
*/
::-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: #fff;
  background-attachment: fixed;
  -ms-word-wrap: break-word;
  word-wrap: break-word;
  counter-reset: my-sec-counter;
  -webkit-font-smoothing: antialiased;
  -moz-font-smoothing: antialiased;
  color: var(--text-color);
  font-size: var(--body-font-size);
  font-family: var(--text-font);
  font-weight: var(--body-font-weight);
  line-height: var(--body-line-height);
}

p, .text {
  color: var(--text-color);
  font-size: var(--body-font-size);
  font-family: var(--text-font);
  font-weight: var(--body-font-weight);
  line-height: var(--body-line-height);
}

/* -------- Headings ---------- */
h1, h2, h3, h4, h5, h6 {
  color: var(--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;
}

/* -------- other ---------- */
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.scss
 * -----------------------------------------------
*/
.container .container {
  width: 100%;
}

.container .container,
.container .container-fluid,
.container-fluid .container,
.container-fluid .container-fluid {
  padding-left: 0;
  padding-right: 0;
}

section > .container,
section > .container-fluid {
  padding-top: var(--container-pt);
  padding-bottom: var(--container-pt);
}

@media (min-width: 1400px) {
  .container, .container-lg, .container-md, .container-sm, .container-xl, .container-xxl {
    max-width: var(--container-width);
  }
}
/*=== Default Form ===*/
.form-control, .input-text {
  height: calc(2.25rem + 27px);
  padding: 14px 30px;
  outline: 0;
  background-color: #f4f5f8;
  border: 1px solid #f4f5f8;
  color: #686a6f;
  font-size: 0.9rem;
  width: 100%;
}
.form-control::-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.png);
}
.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);
}

/* ---------------------- */
/* External Libraries     */
/* ---------------------- */
/* ---------------------- */
/* Base and Layout        */
/* ---------------------- */
/*** 

====================================================================
Reset
====================================================================

***/
* {
  margin: 0px;
  padding: 0px;
  border: none;
  outline: none;
  font-size: 100%;
}

/*** 

====================================================================
    Global Settings
====================================================================

***/
body.rtl {
  direction: rtl;
  text-align: right;
}

.contact-form label.error {
  display: block;
  font-weight: 500;
  font-size: 13px;
  text-transform: capitalize;
  line-height: 24px;
  color: #ff0000;
  padding-top: 7px;
  margin-bottom: 0;
}

form .response {
  position: relative;
  text-align: center;
}

form .response .success {
  background-color: #1ca345;
  color: #ffffff;
  padding: 0 10px;
  margin-bottom: 20px;
}

form .response .failed {
  background-color: #de3f44;
  color: #ffffff;
  padding: 0 10px;
  margin-bottom: 20px;
}

form .response .text-info {
  background-color: #ffc001 !important;
  color: #222222 !important;
  padding: 0 10px;
  margin-bottom: 20px;
}

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%;
}

.auto-container {
  position: static;
  max-width: var(--container-width);
  padding: 0px 15px;
  margin: 0 auto;
  width: 100%;
}

.small-container {
  position: static;
  max-width: var(--small-container-width);
  padding: 0px 15px;
  margin: 0 auto;
  width: 100%;
}

.pull-right {
  float: right;
}

.pull-left {
  float: left;
}

.dropdown-toggle::after {
  display: none;
}

/*=======================
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(--theme-color2);
}
.progress-wrap.active-progress {
  opacity: 1;
  visibility: visible;
  -webkit-transform: translateY(0);
          transform: translateY(0);
  bottom: 40px;
}
.progress-wrap:hover {
  background-color: var(--theme-color1);
}
.progress-wrap:hover:after {
  color: var(--theme-color-light);
}
.progress-wrap:hover svg.progress-circle path {
  stroke: var(--theme-color2);
}
.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-color1);
  stroke-width: 4;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  -webkit-transition: all 200ms linear;
  transition: all 200ms linear;
}

/*=== 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;
}

/*=== List Style Two ===*/
.list-style-two {
  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;
  gap: 20px;
}
.list-style-two.column {
  -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;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  gap: 10px;
}
.list-style-two li {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 8px;
  color: #ddd;
  font-size: 20px;
  margin-bottom: 0;
  gap: 5px;
  font-family: var(--style-font);
}
.list-style-two li .icon {
  position: relative;
  color: var(--theme-color2);
}

/*=== List Style Three ===*/
.list-style-three {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 20px;
}
.list-style-three li {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 8px;
  font-size: 16px;
  margin-bottom: 0;
  color: var(--theme-color-dark);
  font-family: var(--style-font);
}
.list-style-three li span {
  color: var(--theme-color1);
}
.list-style-three li .icon {
  position: relative;
  color: var(--theme-color1);
}

/*=== List Style Four ===*/
.list-style-four {
  position: relative;
}
.list-style-four li {
  position: relative;
  padding-left: 25px;
  font-size: 18px;
  line-height: 1em;
  color: #444444;
  font-weight: 700;
  margin-bottom: 18px;
}
.rtl .list-style-four li {
  padding-left: 0;
  padding-right: 25px;
}
.list-style-four li:before {
  content: "";
  position: absolute;
  top: 4px;
  left: 0;
  width: 10px;
  height: 10px;
  border-radius: 50%;
  background-color: var(--theme-color2);
}
.rtl .list-style-four li:before {
  left: auto;
  right: 0;
}

.social-icon-one {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 15px;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -ms-flex-negative: 0;
      flex-shrink: 0;
}
.social-icon-one li {
  position: relative;
  display: inline-block;
}
.social-icon-one li:last-child {
  margin-right: 0;
}
.social-icon-one li a {
  position: relative;
  width: 40px;
  height: 40px;
  border-radius: 50%;
  font-size: 18px;
  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-color-dark);
  background-color: var(--theme-color2);
}
.social-icon-one li a:hover {
  color: var(--theme-color-dark);
  background-color: var(--theme-color-light);
}

/*Social Icon Two*/
.social-icon-two {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.social-icon-two li {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin-right: 8px;
}
.social-icon-two li:last-child {
  margin-right: 0;
}
.social-icon-two li a {
  position: relative;
  display: block;
  height: 42px;
  width: 41px;
  line-height: 41px;
  border-radius: 50%;
  font-size: 14px;
  color: var(--theme-color-light);
  background: var(--gradient-2);
  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::before {
  position: absolute;
  left: 0;
  top: 0;
  height: 100%;
  width: 100%;
  -webkit-transform: scale(0);
          transform: scale(0);
  border-radius: 50px;
  background-color: var(--theme-color1);
  -webkit-transition: all 300ms ease;
  transition: all 300ms ease;
  content: "";
}
.social-icon-two li a:hover {
  color: var(--theme-color-light);
}
.social-icon-two li a:hover:before {
  -webkit-transform: scale(1);
          transform: scale(1);
}

.social-icon-three {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}
.social-icon-three li {
  position: relative;
  margin-right: 20px;
  padding-right: 20px;
  border-right: 1px solid #848484;
  display: inline-block;
}
.rtl .social-icon-three li {
  margin-right: 0;
  padding-right: 0;
  margin-left: 20px;
  padding-left: 20px;
  border-right: none;
  border-left: 1px solid #848484;
}
.rtl .social-icon-three li:last-child {
  margin-left: 0;
  padding-left: 0;
  border-left: none;
}
.social-icon-three li:last-child {
  margin-right: 0;
  padding-right: 0;
  border-right: none;
}
.social-icon-three li a {
  position: relative;
  font-size: 16px;
  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-color-dark);
}
.social-icon-three li a:hover {
  color: var(--theme-color1);
}

.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/icons/pattern-2.jpg);
}

.bg-pattern-3 {
  background-image: url(../images/icons/pattern-3.png);
}

.bg-pattern-4 {
  background-image: url(../images/icons/pattern-4.jpg);
}

.bg-pattern-5 {
  background-image: url(../images/icons/pattern-5.png);
}

/*======================
    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-color2);
  color: var(--theme-color-dark);
}
.play-btn .icon {
  position: relative;
  height: 130px;
  width: 130px;
  font-size: 28px;
  border-radius: 50%;
  color: var(--theme-color-light);
  background-color: var(--theme-color1);
  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;
}
@media (max-width: 575.98px) {
  .play-btn .icon {
    width: 100px;
    height: 100px;
  }
}
.play-btn .icon:after {
  content: "";
  position: absolute;
  top: 10px;
  left: 10px;
  right: 10px;
  bottom: 10px;
  border-radius: 50%;
  border: 2px dashed var(--theme-color-light);
}
@media (max-width: 575.98px) {
  .play-btn .icon:after {
    top: 5px;
    left: 5px;
    right: 5px;
    bottom: 5px;
  }
}

/*======================
    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;
}

/*==========================
	Prelaoder
===========================*/
.preloader {
  position: fixed;
  left: 0px;
  top: 0px;
  width: 100%;
  height: 100%;
  z-index: 999999;
  background-color: #ffffff;
}

.preloader:after {
  position: absolute;
  left: 50%;
  top: 50%;
  height: 160px;
  width: 160px;
  margin-top: -35px;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  background-position: center center;
  background-repeat: no-repeat;
  background-image: url(../images/icons/preloader.gif);
  background-size: 160px;
  content: "";
}

.preloader:before {
  position: absolute;
  top: 50%;
  left: 0;
  right: 0;
  width: 100%;
  text-align: center;
  margin: 0 auto;
  margin-top: 45px;
  color: var(--theme-color-dark);
  font-weight: 700;
  font-size: 12px;
  letter-spacing: 1px;
  content: "Loading";
  text-transform: uppercase;
  -webkit-transition: none;
  transition: none;
}

/*==========================
	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: absolute;
  top: 10px;
  left: 18px;
  margin-bottom: 0px;
  z-index: 3;
}
@media (max-width: 767.98px) {
  .skills .skill-item .skill-header {
    margin-bottom: 30px;
  }
}
.skills .skill-item .skill-header .skill-title {
  font-size: 20px;
  font-weight: 800;
  color: var(--theme-color2);
  margin-bottom: 10px;
  letter-spacing: -0.04em;
}
.skills .skill-item .skill-bar {
  position: relative;
  width: 100%;
  height: 7px;
  border-radius: 10px;
}
.skills .skill-item .skill-bar .bar-inner {
  position: relative;
  width: 100%;
  height: 7px;
  background: var(--theme-color-light);
  border-radius: 10px;
}
.skills .skill-item .skill-bar .bar-inner .bar {
  position: absolute;
  left: 0px;
  top: 0px;
  height: 7px;
  width: 0px;
  -webkit-transition: all 3000ms ease;
  transition: all 3000ms ease;
  border-radius: 10px;
  background: #6511fa;
}
.skills .skill-item .skill-bar .bar-inner .skill-percentage {
  position: absolute;
  right: 20px;
  bottom: 10px;
  font-size: 14px;
  color: var(--theme-color-light);
}
.skills.style-two .skill-header {
  position: relative;
  top: 0;
  left: 0;
  margin-bottom: 0px;
  z-index: 3;
}
.skills.style-two .skill-percentage {
  position: absolute;
  right: -40px !important;
  bottom: 100%;
  width: 40px;
  height: 21px;
  line-height: 21px;
  font-size: 12px;
  font-weight: 400;
  letter-spacing: 0.1em;
  border-radius: 6px 6px 6px 0;
  color: var(--theme-color-light);
  background-color: var(--theme-color-dark);
  margin-bottom: 10px;
  text-align: center;
}
.skills.style-two .skill-percentage:before {
  content: "";
  position: absolute;
  left: 0;
  bottom: -5px;
  width: 0;
  height: 0;
  border-right: 10px solid transparent;
  border-top: 5px solid var(--theme-color-dark);
  -webkit-transition: all 300ms ease;
  transition: all 300ms ease;
}

.quantity-box.style-two .bootstrap-touchspin {
  width: 194px !important;
}

.bootstrap-touchspin {
  position: relative;
  border-radius: 20px;
  overflow: hidden;
  width: 330px !important;
  border: 1px solid #dddddd;
  background-color: var(--theme-color-light);
}
.bootstrap-touchspin .form-control {
  background-color: var(--theme-color-light);
}
.bootstrap-touchspin .form-control:focus {
  border: none !important;
}
.bootstrap-touchspin .input-group-btn-vertical {
  position: absolute;
  top: 50%;
  right: 15px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  background-color: var(--theme-color-light);
  z-index: 33;
}
.rtl .bootstrap-touchspin .input-group-btn-vertical {
  right: auto;
  left: 15px;
}
.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;
  font-size: 12px;
  border: none !important;
  padding: 0 !important;
  width: 13px !important;
  height: 13px !important;
  background-color: transparent;
}

.custom-select-wrapper {
  position: relative;
  display: inline-block;
}
.custom-select-wrapper .custom-select {
  position: relative;
  border: none;
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  cursor: pointer;
  padding: 15px 113px;
  padding-left: 30px;
  font-size: 16px;
  border-radius: 999px;
  font-family: var(--style-font);
  color: var(--theme-color-dark);
  border: 2px solid var(--theme-color2);
  background-color: var(--theme-color-light);
}
.custom-select-wrapper .custom-select:focus {
  outline: none;
}
.custom-select-wrapper .dropdown-icon {
  position: absolute;
  top: 50%;
  right: 5px;
  font-size: 18px;
  pointer-events: none;
  width: 50px;
  height: 50px;
  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;
  color: var(--theme-color-dark);
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  background-color: var(--theme-color2);
}

.custom-select-wrapper-two {
  position: relative;
  width: 100%;
  display: inline-block;
}
.custom-select-wrapper-two .custom-select {
  position: relative;
  border: none;
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  cursor: pointer;
  padding: 15px 113px;
  padding-left: 30px;
  font-size: 16px;
  width: 100%;
  border-radius: 20px;
  color: #333333;
  border: 1px solid #c1c1c1;
  background-color: var(--theme-color-light);
}
.custom-select-wrapper-two .custom-select:focus {
  outline: none;
}
.rtl .custom-select-wrapper-two .custom-select {
  padding: 15px 113px;
  padding-right: 30px;
}
.custom-select-wrapper-two .dropdown-icon {
  position: absolute;
  top: 50%;
  right: 15px;
  font-size: 18px;
  width: 35px;
  height: 35px;
  border-radius: 50%;
  pointer-events: none;
  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-color-dark);
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  border: 1px solid #c1c1c1;
  background-color: var(--theme-color-light);
}
.rtl .custom-select-wrapper-two .dropdown-icon {
  right: auto;
  left: 15px;
}

.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;
  gap: 10px;
}

/*Btn Style One*/
.btn-style-one {
  position: relative;
  font-size: 18px;
  line-height: 36px;
  padding: 12px 37px;
  border-radius: 20px;
  font-family: var(--style-font);
  overflow: hidden;
  color: var(--theme-color-dark);
  background-color: var(--theme-color2);
  text-align: center;
}
.btn-style-one:before {
  content: "";
  position: absolute;
  top: 0;
  right: 0;
  width: 0;
  border-radius: 20px;
  height: 100%;
  background-color: var(--theme-color1);
  -webkit-transition: all 300ms ease;
  transition: all 300ms ease;
}
.btn-style-one .icon {
  position: relative;
  top: 1px;
  font-size: 32px;
  line-height: 1em;
  display: block;
  -ms-flex-negative: 0;
      flex-shrink: 0;
}
.btn-style-one:hover {
  color: var(--theme-color-light);
}
.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.red-bg {
  color: var(--theme-color-light);
  background-color: var(--theme-color1);
}
.btn-style-one.red-bg::before {
  background-color: var(--theme-color2);
}
.btn-style-one.red-bg:hover {
  color: var(--theme-color-dark);
}
.btn-style-one.dark-bg {
  color: var(--theme-color-light);
  background-color: var(--theme-color-dark);
}
.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%;
}

.icon-check {
  width: 18px;
  height: 18px;
  background-image: url(../images/icons/icon-check.png);
}

.icon-border {
  width: 65px;
  height: 11px;
  background-image: url(../images/icons/icon-border.png);
}

.icon-border-2 {
  width: 49px;
  height: 9px;
  background-image: url(../images/icons/icon-border-2.png);
}

.icon-border-3 {
  width: 39px;
  height: 7px;
  background-image: url(../images/icons/icon-border-3.png);
}

.icon-1 {
  width: 90px;
  height: 90px;
  background-image: url(../images/icons/icon-1.png);
}

.icon-2 {
  width: 113px;
  height: 100px;
  background-image: url(../images/icons/icon-2.png);
}

.icon-3 {
  width: 944px;
  height: 600px;
  background-image: url(../images/icons/icon-3.png);
}

.icon-4 {
  width: 240px;
  height: 218px;
  background-image: url(../images/icons/icon-4.png);
}

.icon-5 {
  width: 135px;
  height: 127px;
  background-image: url(../images/icons/icon-5.png);
}

.icon-6 {
  width: 118px;
  height: 88px;
  background-image: url(../images/icons/icon-6.png);
}

.icon-7 {
  width: 775px;
  height: 355px;
  background-image: url(../images/icons/icon-7.png);
}

.icon-8 {
  width: 86px;
  height: 81px;
  background-image: url(../images/icons/icon-8.png);
}

.shape-1 {
  width: 100%;
  height: 313px;
  background-image: url(../images/icons/shape-1.png);
}

.shape-2 {
  width: 276px;
  height: 100%;
  background-image: url(../images/icons/shape-2.png);
  background-repeat: no-repeat;
  background-size: cover;
}

.shape-3 {
  width: 816px;
  height: 621px;
  background-image: url(../images/icons/shape-3.png);
}

.shape-5 {
  width: 666px;
  height: 100%;
  background-image: url(../images/icons/shape-5.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;
  }
}

/*** 

====================================================================
  Search Popup
====================================================================

***/
.search-popup {
  position: fixed;
  left: 0;
  top: 0;
  height: 100vh;
  width: 100%;
  z-index: 99;
  opacity: 0;
  visibility: hidden;
  -webkit-transition: all 500ms ease;
  transition: all 500ms ease;
  overflow: hidden;
  -webkit-transform: scale(0.95);
          transform: scale(0.95);
}
.search-popup .search-back-drop {
  position: absolute;
  left: 0;
  top: 0;
  height: 100%;
  width: 100%;
  background-color: var(--theme-color-dark);
  opacity: 0.95;
}
.search-popup .close-search {
  position: absolute;
  top: 30px;
  right: 30px;
  font-size: 26px;
  color: var(--theme-color-light);
  z-index: 3;
  border-radius: 50%;
  background-color: transparent;
  -webkit-transition: all 500ms ease;
  transition: all 500ms ease;
}
.search-popup .search-inner {
  position: relative;
  display: block;
  top: 40%;
  height: auto;
  z-index: 1;
  width: calc(100% - 60px);
  max-width: 800px;
  margin: auto;
  opacity: 0;
  -webkit-transform: translateY(-50px);
          transform: translateY(-50px);
  -webkit-transition: all 300ms ease;
  transition: all 300ms ease;
}
.search-popup .form-group {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.search-popup .form-group input[type=search],
.search-popup .form-group input[type=text] {
  position: relative;
  display: block;
  line-height: 20px;
  font-size: 16px;
  width: 100%;
  height: 50px;
  border: 1px solid #e1e6dc;
  padding: 15px 20px;
  color: #707070;
  background: #ffffff;
  border-radius: 5px;
  -webkit-transition: all 500ms ease;
  transition: all 500ms ease;
}
.search-popup .form-group input[type=search]:focus,
.search-popup .form-group input[type=text]:focus {
  border-color: var(--border-theme-color2);
}
.search-popup .form-group button {
  position: absolute;
  right: 5px;
  top: 5px;
  height: 40px;
  width: 40px;
  display: block;
  font-size: 18px;
  color: var(--theme-color-dark);
  line-height: 40px;
  border-radius: 5px;
  font-weight: normal;
  background: #ffffff;
  -webkit-transition: all 500ms ease;
  transition: all 500ms ease;
}
.search-popup .form-group button:hover {
  color: var(--theme-color-dark);
}
.search-popup textarea::-webkit-input-placeholder, .search-popup input::-webkit-input-placeholder {
  color: inherit;
}
.search-popup textarea::-moz-placeholder, .search-popup input::-moz-placeholder {
  color: inherit;
}
.search-popup textarea:-ms-input-placeholder, .search-popup input:-ms-input-placeholder {
  color: inherit;
}
.search-popup textarea::-ms-input-placeholder, .search-popup input::-ms-input-placeholder {
  color: inherit;
}
.search-popup textarea::placeholder,
.search-popup input::placeholder {
  color: inherit;
}

.moblie-search-active .search-popup {
  opacity: 1;
  visibility: visible;
  -webkit-transform: scale(1);
          transform: scale(1);
  border-radius: 0%;
}
.moblie-search-active .search-popup .search-inner {
  opacity: 1;
  -webkit-transform: translateY(0);
          transform: translateY(0);
  -webkit-transition-delay: 500ms;
          transition-delay: 500ms;
}

/*** 

====================================================================
Main Header
====================================================================

***/
.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;
}
.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;
}
.main-header .main-box {
  position: relative;
  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: relative;
  float: left;
  padding: 14px 0px;
  margin-right: 35px;
  -webkit-transition: all 300ms ease;
  transition: all 300ms ease;
}
.rtl .main-menu .navigation > li {
  float: right;
  margin-left: 35px;
  margin-right: 0;
}
.main-menu .navigation > li:last-child {
  margin-right: 0;
}
.main-menu .navigation > li:hover > a:before, .main-menu .navigation > li.current > a:before {
  left: 0;
  width: 100%;
}
.main-menu .navigation > li > a {
  position: relative;
  display: block;
  text-align: center;
  opacity: 1;
/*    dazzling*/
/*  color: var(--theme-color-light);*/
  color: var(theme-color-dark);
  font-family: var(--style-font);
  font-size: 20px;
  line-height: 24px;
  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;
  height: 2px;
  width: 0%;
  z-index: 3;
  content: "";
  background-color: var(--theme-color2);
  -webkit-transition: all 300ms ease;
  transition: all 300ms ease;
}
.main-menu .navigation > li > a:hover {
  color: var(--theme-color2);
}
.main-menu .navigation > li.current > a {
  color: var(--theme-color2);
}
.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;
  left: 0px;
  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;
}
.main-menu .navigation > li > ul > li {
  position: relative;
  width: 100%;
  border-bottom: 1px solid #ebf1f5;
}
.main-menu .navigation > li > ul > li:last-child {
  border-bottom: none;
}
.main-menu .navigation > li > ul > li > a {
  position: relative;
  display: block;
  padding: 10px 0px;
  line-height: 29px;
  font-weight: 400;
  font-size: 16px;
  font-family: var(--style-font);
  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;
}
.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%;
}
.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;
}
.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;
  font-family: var(--style-font);
  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);
}
.rtl .main-menu .navigation > li > ul > li > ul > li > a {
  text-align: right;
}

.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;
  gap: 20px;
  height: 100%;
}

.main-header .ui-btn {
  position: relative;
  display: block;
  line-height: 1em;
  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: none;
  font-size: 35px;
  padding-top: 10px;
  color: var(--theme-color-light);
  -webkit-transition: all 300ms ease;
  transition: all 300ms ease;
}
.main-header .ui-btn:hover {
  color: var(--theme-color2);
}

.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-search {
  position: relative;
  width: 110px;
  -ms-flex-negative: 0;
      flex-shrink: 0;
}
.header-search .form-group {
  position: relative;
}
.header-search .form-group input:not([type=submit]) {
  position: relative;
  display: block;
  width: 100%;
  font-size: 14px;
  font-weight: 500;
  height: 30px;
  line-height: 20px;
  padding: 5px 0;
  padding-left: 30px;
  color: var(--text-color);
  background: transparent;
  -webkit-transition: all 300ms ease;
  transition: all 300ms ease;
  border-bottom: 1px solid transparent;
}
.header-search .form-group input:not([type=submit])::-webkit-input-placeholder {
  color: var(--text-color);
}
.header-search .form-group input:not([type=submit])::-moz-placeholder {
  color: var(--text-color);
}
.header-search .form-group input:not([type=submit]):-ms-input-placeholder {
  color: var(--text-color);
}
.header-search .form-group input:not([type=submit])::-ms-input-placeholder {
  color: var(--text-color);
}
.header-search .form-group input:not([type=submit])::placeholder {
  color: var(--text-color);
}
.header-search .form-group input:not([type=submit]):focus {
  border-bottom: 1px solid var(--theme-color-light);
}
.header-search .form-group .icon {
  position: absolute;
  top: 0px;
  left: 0;
  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;
  line-height: 20px;
  font-size: 20px;
  padding: 5px 0;
  color: var(--theme-color-dark);
  background: none;
}

.cart-btn {
  position: relative;
  display: block;
  z-index: 1;
  padding-top: 8px;
  font-size: 30px;
  line-height: 1em;
  color: var(--theme-color-light);
  background-color: transparent;
}
.cart-btn .count {
  position: absolute;
  right: -16px;
  top: 2px;
  height: 22px;
  width: 22px;
  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;
  border-radius: 50%;
  font-family: var(--style-font);
  color: var(--theme-color-dark);
  background-color: var(--theme-color-light);
}
.rtl .cart-btn .count {
  right: auto;
  left: -16px;
}

/*** 

====================================================================
    Header Style One
====================================================================

***/
.header-style-one {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
}
.header-style-one .main-box {
  position: relative;
}
@media (max-width: 991.98px) {
  .header-style-one .main-box {
    padding: 20px 0;
  }
}
.header-style-one .main-box .logo-box {
  position: relative;
  -ms-flex-negative: 0;
      flex-shrink: 0;
}
@media (max-width: 575.98px) {
  .header-style-one .main-box .logo-box .logo {
    width: 120px;
  }
}
.header-style-one .main-box .nav-outer {
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
.header-style-one .main-box .nav-outer .navigation > li {
  padding: 30px 0px;
}
@media (max-width: 575.98px) {
  .header-style-one .main-box .outer-box {
    gap: 30px;
  }
}
@media (max-width: 575.98px) {
  .header-style-one .main-box .outer-box .search-btn {
    display: none;
  }
}
@media (max-width: 1199.98px) {
  .header-style-one .main-box .outer-box .btn-box {
    display: none;
  }
}

/*** 

====================================================================
    Header Style Two
====================================================================

***/
.header-style-two {
  position: absolute;
  top: 30px;
  left: 0;
  width: 100%;
}
@media (max-width: 991.98px) {
  .header-style-two {
    top: 20px;
  }
}
@media (max-width: 575.98px) {
  .header-style-two {
    top: 0;
  }
}
.header-style-two .header-top {
  position: relative;
}
@media (max-width: 991.98px) {
  .header-style-two .header-top {
    display: none;
  }
}
.header-style-two .header-top .inner-container {
  position: relative;
  border-radius: 30px;
  margin-left: -30px;
  margin-right: -30px;
  padding: 15px 50px 79px 40px;
  background-color: var(--theme-color-light);
}
.header-style-two .header-top .inner-container .login {
  position: relative;
  font-family: var(--style-font);
  color: #444;
  -webkit-transition: all 300ms ease;
  transition: all 300ms ease;
}
.header-style-two .header-top .inner-container .login:hover {
  color: var(--theme-color1);
}
.header-style-two .header-top .inner-container .login .icon {
  color: var(--theme-color1);
  margin-right: 3px;
}
.header-style-two .header-top .inner-container .top-right {
  gap: 60px;
}
.header-style-two .header-lower {
  position: relative;
  margin-top: -60px;
}
@media (max-width: 991.98px) {
  .header-style-two .header-lower {
    margin-top: 0;
  }
}
@media (max-width: 575.98px) {
  .header-style-two .header-lower {
    background-color: var(--theme-color1);
  }
}
.header-style-two .header-lower .main-box {
  position: relative;
  border-radius: 30px;
  padding: 0 20px;
  background-color: var(--theme-color1);
}
@media (max-width: 575.98px) {
  .header-style-two .header-lower .main-box {
    padding: 0;
    border-radius: 0;
  }
}
.header-style-two .header-lower .main-box .logo-box {
  position: relative;
  -ms-flex-negative: 0;
      flex-shrink: 0;
}
@media (max-width: 575.98px) {
  .header-style-two .header-lower .main-box .logo-box .logo {
    width: 120px;
  }
}
.header-style-two .header-lower .main-box .nav-outer {
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
.header-style-two .header-lower .main-box .nav-outer .navigation > li {
  padding: 33px 0px;
}
@media (max-width: 575.98px) {
  .header-style-two .header-lower .main-box .outer-box {
    gap: 30px;
  }
}
@media (max-width: 575.98px) {
  .header-style-two .header-lower .main-box .outer-box .search-btn {
    display: none;
  }
}
@media (max-width: 1199.98px) {
  .header-style-two .header-lower .main-box .outer-box .btn-box {
    display: none;
  }
}

/*** 

====================================================================
    Sticky Header
====================================================================

***/
.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);
}
@media (max-width: 991.98px) {
  .sticky-header {
    padding: 5px 0;
  }
}

.sticky-header.fixed-header {
  opacity: 1;
  z-index: 9999;
  visibility: visible;
}

.sticky-header .logo {
  padding: 10px 0;
  max-width: 145px;
}
@media (max-width: 575.98px) {
  .sticky-header .logo {
    max-width: 120px;
  }
}
.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;
  margin-left: 50px;
  padding: 20px 0;
}
.sticky-header .main-menu .navigation > li:before {
  background-color: var(--theme-color1);
}

.sticky-header .main-menu .navigation > li > a {
  color: var(--theme-color-dark);
}

.sticky-header .main-menu .navigation > li.current > a,
.sticky-header .main-menu .navigation > li:hover > a {
/*  dazzling*/
/*    color: var(--theme-color1);*/
  color: var(--theme-color2);
}

.sticky-header .outer-box,
.sticky-header .navbar-header {
  display: none;
}

.sticky-header .mobile-nav-toggler {
  color: var(--theme-color-dark);
}

@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
====================================================================

***/
.mobile-nav-toggler {
  position: relative;
  font-size: 30px;
  width: 50px;
  height: 50px;
  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;
  cursor: pointer;
  display: none;
  -webkit-box-ordinal-group: 9;
      -ms-flex-order: 8;
          order: 8;
  border-radius: 10px;
  color: var(--theme-color-dark);
  background-color: var(--theme-color2);
}
@media (max-width: 991.98px) {
  .mobile-nav-toggler {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }
}
@media (max-width: 575.98px) {
  .mobile-nav-toggler {
    border-radius: 5px;
    width: 40px;
    height: 40px;
    font-size: 24px;
  }
}

.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;
/*    dazzling*/
/*  color: var(--theme-color1);*/
  color: var(--theme-color2);
  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%;
}
.mobile-menu .nav-logo img {
  max-height: 40px;
}
.rtl .mobile-menu .nav-logo {
  text-align: right;
}
.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%);
}

.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);
}
.mobile-menu .navigation li {
  position: relative;
  display: block;
  border-bottom: 1px solid rgba(0, 0, 0, 0.1);
}
.mobile-menu .navigation li > ul > li:last-child {
  border-bottom: none;
}
.mobile-menu .navigation li > ul > li:first-child {
  border-top: 1px solid rgba(0, 0, 0, 0.1);
}
.mobile-menu .navigation li > a {
  position: relative;
  display: block;
  line-height: 24px;
  padding: 10px 20px;
  font-size: 16px;
  color: #000000;
  font-weight: 400;
  text-transform: capitalize;
}
.mobile-menu .navigation li:hover > a, .mobile-menu .navigation li.current > a {
/*  dazzling*/
/*    color: var(--theme-color1);*/
  color: var(--theme-color2);
}
.mobile-menu .navigation li.dropdown .dropdown-btn {
  position: absolute;
  right: 0px;
  top: 0px;
  width: 44px;
  height: 44px;
  text-align: center;
  font-size: 16px;
  line-height: 44px;
  color: #000000;
  cursor: pointer;
  z-index: 5;
}
.rtl .mobile-menu .navigation li.dropdown .dropdown-btn {
  left: 0;
  right: auto;
}
.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;
}
.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;
/*    dazzling*/
/*  color: var(--theme-color1);*/
  color: var(--theme-color2);
}
.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;
}
.contact-list-one li .text {
  font-size: 14px;
  line-height: 24px;
  color: var(--theme-color-dark);
}
.contact-list-one li .text a {
  color: var(--theme-color-dark);
  -webkit-transition: all 300ms ease;
  transition: all 300ms ease;
}
.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;
}
.mobile-menu .social-links li {
  position: relative;
  text-align: center;
  width: 100%;
  border-right: 1px solid rgba(0, 0, 0, 0.1);
}
.mobile-menu .social-links li a {
  position: relative;
  display: block;
  line-height: 50px;
  height: 50px;
  font-size: 14px;
  text-align: center;
  color: #000000;
  -webkit-transition: all 300ms ease;
  transition: all 300ms ease;
}
.mobile-menu .social-links li a:hover {
  color: var(--theme-color2);
}

/*=== Shopping Cart ===*/
.cart-widget {
  position: relative;
  padding: 30px;
  border: 1px solid #DADCE2;
  border-radius: 7px;
  overflow: hidden;
}

.shopping-cart .cart-item {
  position: relative;
  width: 100%;
  padding-left: 75px;
  min-height: 60px;
  margin-bottom: 20px;
}

.shopping-cart .cart-item:last-child {
  border-bottom: 0;
}

.shopping-cart .cart-item .thumb {
  position: absolute;
  left: 0;
  top: 0;
  -o-object-fit: cover;
     object-fit: cover;
  width: 80px;
  -webkit-transition: all 300ms ease;
  transition: all 300ms ease;
}

.shopping-cart .cart-item:hover .thumb {
  opacity: 0.7;
}

.shopping-cart .item-name {
  display: block;
  color: #333333;
  font-size: 16px;
  font-family: var(--style-font);
  line-height: 22px;
  -webkit-transition: all 300ms ease;
  transition: all 300ms ease;
}

.shopping-cart .cart-item:hover .item-name {
  color: #333333;
}

.shopping-cart .item-quantity {
  position: relative;
  display: block;
  font-size: 14px;
  line-height: 22px;
  font-weight: 500;
  color: var(--theme-color-dark);
}

.shopping-cart .item-amount {
  font-size: 14px;
}

.shopping-cart .product-detail {
  position: absolute;
  left: 0;
  top: 0;
  height: 100%;
  width: 100%;
}

.shopping-cart .remove-item {
  position: absolute;
  right: 0;
  top: 0;
  font-size: 10px;
  z-index: 2;
  font-weight: 400;
  -webkit-transition: all 300ms ease;
  transition: all 300ms ease;
}

.shopping-cart .remove {
  position: relative;
  font-size: 13px;
  font-weight: 400;
  color: var(--theme-color1);
  line-height: 17px;
  background-color: transparent;
  text-decoration: underline;
}

.shopping-cart .cart-item .remove-item:hover {
  color: var(--theme-color-dark);
}

.shopping-cart .cart-footer {
  position: relative;
  margin-top: 16px;
}

.shopping-cart .shopping-cart-total {
  width: 100%;
  margin: 0 0 20px;
  padding-top: 15px;
  border-top: 1px solid #e5e5e5;
  font-size: 17px;
  font-family: var(--style-font);
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -moz-justify-content: space-between;
  -ms-justify-content: space-between;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}

.shopping-cart .shopping-cart-total span {
  font-size: 15px;
}

.shopping-cart .btn-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;
}

.sidebar-cart {
  position: fixed;
  left: 0;
  top: 0;
  height: 100%;
  width: 100%;
  z-index: 999;
  opacity: 0;
  visibility: hidden;
  -webkit-transition: all 300ms ease;
  transition: all 300ms ease;
}

.sidebar-cart-active {
  overflow: hidden;
}

.sidebar-cart-active .sidebar-cart {
  opacity: 1;
  visibility: visible;
}

.sidebar-cart .cart-back-drop {
  position: fixed;
  left: 0;
  top: 0;
  height: 100%;
  width: 100%;
  background-color: rgba(0, 0, 0, 0.5);
}

.sidebar-cart .shopping-cart {
  position: fixed;
  right: 0;
  top: 0;
  height: 100%;
  width: 300px;
  background-color: #ffffff;
  padding: 20px 20px 50px;
  overflow-y: auto;
  -webkit-transform: translateX(50%);
  transform: translateX(50%);
  -webkit-transition: all 300ms ease;
  transition: all 300ms ease;
}

.sidebar-cart-active .sidebar-cart .shopping-cart {
  -webkit-transform: translateX(0%);
  transform: translateX(0%);
}

.shopping-cart .cart-header {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin-bottom: 15px;
}

.shopping-cart .cart-header .title {
  text-align: left;
  width: 100%;
  font-size: 15px;
  font-weight: 600;
  line-height: 21px;
  padding-bottom: 10px;
  border-bottom: 1px solid #eeeeee;
}

.shopping-cart .close-cart {
  position: relative;
  top: -5px;
  line-height: 22px;
  font-size: 18px;
  font-weight: 600;
  background-color: transparent;
  -webkit-transition: all 300ms ease;
  transition: all 300ms ease;
}
.shopping-cart .close-cart:hover {
  color: var(--theme-color1);
}

.sidebar-cart .cart-item {
  padding-left: 100px;
  padding-bottom: 20px;
  border-bottom: 1px dashed #e5e5e5;
  margin-bottom: 20px;
}

.sidebar-cart .shopping-cart .cart-item .thumb {
  width: 75px;
  height: 74px;
}

.sidebar-cart .shopping-cart .theme-btn {
  margin: 0 0 15px;
  display: block;
  width: 100%;
}
.sidebar-cart .shopping-cart .theme-btn .btn-title {
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

/*** 

====================================================================
    Section Title
====================================================================

***/
.sec-title {
  position: relative;
  margin-bottom: 50px;
  z-index: 3;
}
@media (max-width: 767.98px) {
  .sec-title br {
    display: none;
  }
}
.sec-title .sub-title {
  position: relative;
  display: 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;
  letter-spacing: 0.5px;
  margin-bottom: 5px;
}
.sec-title h1 {
  position: relative;
  font-size: var(--h1-font-size);
  line-height: 1.2em;
  text-transform: uppercase;
  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;
  text-transform: uppercase;
}
@media (max-width: 767.98px) {
  .sec-title h2 {
    font-size: 60px;
  }
  .sec-title h2 br {
    display: none;
  }
}
@media (max-width: 575.98px) {
  .sec-title h2 {
    font-size: 38px;
  }
}
.sec-title .text {
  margin-top: 20px;
}
.sec-title .icon-border {
  position: relative;
  display: block;
  margin-bottom: 15px;
}
.sec-title.light .text {
  color: var(--theme-color-light);
}
.sec-title.light h2,
.sec-title.light h1 {
  color: var(--theme-color-light);
}
.sec-title.text-center .icon-border {
  margin: 0 auto 15px;
}

/* 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 800ms ease;
  transition: all 800ms ease;
}
.swiper .swiper-slide-active .animate-x {
  opacity: 1;
  -webkit-transition-delay: 900ms;
          transition-delay: 900ms;
  -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;
}

/*** 

====================================================================
    Banner Section
====================================================================

***/
.banner-section {
  position: relative;
  overflow: hidden;
}
.banner-section .swiper-pagination {
  position: relative;
  bottom: 70px;
}
.banner-section .swiper-pagination .swiper-pagination-bullet {
  position: relative;
  width: 54px;
  height: 4px;
  opacity: 1;
  border-radius: 3px;
  margin: 0 4px;
  background-color: var(--theme-color-light);
  -webkit-transition: all 400ms ease;
  transition: all 400ms ease;
}
@media (max-width: 575.98px) {
  .banner-section .swiper-pagination .swiper-pagination-bullet {
    width: 40px;
  }
}
.banner-section .swiper-pagination .swiper-pagination-bullet-active {
  width: 139px;
  background-color: var(--theme-color2);
}
@media (max-width: 575.98px) {
  .banner-section .swiper-pagination .swiper-pagination-bullet-active {
    width: 80px;
  }
}
.banner-section .banner-slide {
  position: relative;
  overflow: hidden;
  height: 100vh;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
/*    dazzling*/
  -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;

}
.banner-section .banner-slide .bg:before {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  height: 100%;
  width: 100%;
  background-color: var(--theme-color-dark);
/*    dazzling banner*/
/*  opacity: 0.6;*/
    opacity: 0.4;
    
}
.banner-section .banner-slide .icon-5 {
  position: absolute;
  left: 100px;
  bottom: 50px;
}
@media (max-width: 1399.98px) {
  .banner-section .banner-slide .icon-5 {
    display: none;
  }
}
.rtl .banner-section .banner-slide .icon-5 {
  left: auto;
  right: 100px;
}
.banner-section .banner-slide .content-box {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -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;
  margin-bottom: 50px;
  text-align: center;
}
.banner-section .banner-slide .content-box .inner-column {
  position: relative;
}
@media (max-width: 1199.98px) {
  .banner-section .banner-slide .content-box .inner-column {
    text-align: center;
  }
}
.banner-section .banner-slide .content-box .inner-column .title {
  position: relative;
/*  font-size: 150px;*/
/*    dazzling*/
     font-size: 80px;
  line-height: 0.9em;
  color: var(--theme-color-light);
  text-transform: uppercase;
}
@media (max-width: 991.98px) {
  .banner-section .banner-slide .content-box .inner-column .title {
/*    font-size: 130px;*/
      /*    dazzling*/
      font-size: 60px;
  }
}
@media (max-width: 767.98px) {
  .banner-section .banner-slide .content-box .inner-column .title {
/*    font-size: 100px;*/
       /*    dazzling*/
      font-size: 50px;
  }
}
@media (max-width: 575.98px) {
  .banner-section .banner-slide .content-box .inner-column .title {
/*    font-size: 80px;*/
       /*    dazzling*/
      font-size: 40px;
  }
}
.banner-section .banner-slide .content-box .inner-column .text {
  position: relative;
  font-size: 40px;
  line-height: 1.2em;
  font-family: var(--style-font);
  color: var(--theme-color-light);
  margin-bottom: 40px;
}
@media (max-width: 767.98px) {
  .banner-section .banner-slide .content-box .inner-column .text {
    font-size: 30px;
  }
}
@media (max-width: 575.98px) {
  .banner-section .banner-slide .content-box .inner-column .text {
    font-size: 22px;
    margin-bottom: 25px;
  }
}
.banner-section .banner-slide .content-box .inner-column .btn-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;
  gap: 24px;
}
@media (max-width: 1199.98px) {
  .banner-section .banner-slide .content-box .inner-column .btn-box {
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
}
@media (max-width: 575.98px) {
  .banner-section .banner-slide .content-box .inner-column .btn-box {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
}
.banner-section .banner-slide .content-box .inner-column .btn-box .info-btn {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 10px;
}
.banner-section .banner-slide .content-box .inner-column .btn-box .info-btn .icon {
  position: relative;
  font-size: 24px;
  line-height: 1em;
  color: var(--theme-color-light);
}
.banner-section .banner-slide .content-box .inner-column .btn-box .info-btn .phone {
  position: relative;
  font-size: 20px;
  font-family: var(--style-font);
  color: var(--theme-color-light);
}
.banner-section .banner-slide .content-box .inner-column .btn-box .info-btn .phone:hover {
  color: var(--theme-color2);
}
.banner-section .banner-slide .image-column {
  margin-bottom: 50px;
}
.banner-section .banner-slide .image-column .inner-column {
  position: relative;
}
@media (max-width: 1199.98px) {
  .banner-section .banner-slide .image-column .inner-column {
    text-align: center;
  }
}
.banner-section .banner-slide .image-column .inner-column .image {
  position: relative;
  margin-bottom: 0;
}
@media (max-width: 1199.98px) {
  .banner-section .banner-slide .image-column .inner-column .image {
    width: 70%;
    margin: 0 auto;
  }
}
@media (max-width: 991.98px) {
  .banner-section .banner-slide .image-column .inner-column .image {
    width: 80%;
  }
}
@media (max-width: 575.98px) {
  .banner-section .banner-slide .image-column .inner-column .image {
    width: 100%;
  }
}
.banner-section .banner-slide .image-column .inner-column .icon-3 {
  position: absolute;
  top: -20px;
  right: -200px;
}
@media (max-width: 1399.98px) {
  .banner-section .banner-slide .image-column .inner-column .icon-3 {
    display: none;
  }
}
.banner-section .banner-slide .image-column .inner-column .shape-3 {
  position: absolute;
  top: 0;
  right: -100px;
}
@media (max-width: 1399.98px) {
  .banner-section .banner-slide .image-column .inner-column .shape-3 {
    right: -150px;
    top: -50px;
  }
}
@media (max-width: 1199.98px) {
  .banner-section .banner-slide .image-column .inner-column .shape-3 {
    right: 50px;
    top: 0;
  }
}
@media (max-width: 991.98px) {
  .banner-section .banner-slide .image-column .inner-column .shape-3 {
    top: -40px;
    right: 10px;
    width: 100%;
    height: 100%;
    background-size: contain;
  }
}
@media (max-width: 1199.98px) {
  .banner-section .banner-slide .image-column .inner-column .shape-3 {
    top: -10px;
  }
}
.banner-section .banner-slide .image-column .inner-column .discount-box {
  position: absolute;
  bottom: -25px;
  right: 0;
  width: 240px;
  height: 218px;
  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;
  z-index: 2;
}
@media (max-width: 575.98px) {
  .banner-section .banner-slide .image-column .inner-column .discount-box {
    display: none;
  }
}
.rtl .banner-section .banner-slide .image-column .inner-column .discount-box {
  right: auto;
  left: 0;
}
.banner-section .banner-slide .image-column .inner-column .discount-box .icon-4 {
  position: absolute;
  top: 0;
  left: 0;
}
.banner-section .banner-slide .image-column .inner-column .discount-box .text {
  position: relative;
  color: var(--theme-color-light);
  font-family: var(--title-font);
  font-size: 74px;
  font-weight: 400;
  line-height: 60px;
  padding-left: 10px;
  margin-bottom: 0;
  display: inline-block;
  text-align: center;
}

/*** 

====================================================================
    Banner Section Two
====================================================================

***/
.banner-section-two {
  position: relative;
  overflow: hidden;
}
.banner-section-two:before {
  content: "";
  position: absolute;
  top: -180px;
  right: -170px;
  width: 956px;
  height: 956px;
  pointer-events: none;
  border-radius: 500px;
  background-color: var(--theme-color2);
  z-index: 1;
}
@media (max-width: 575.98px) {
  .banner-section-two:before {
    display: none;
  }
}
.rtl .banner-section-two:before {
  right: auto;
  left: -170px;
}
.banner-section-two .swiper-pagination {
  position: relative;
  text-align: left;
  bottom: 50px;
  z-index: 3;
}
.rtl .banner-section-two .swiper-pagination {
  text-align: right;
}
@media (max-width: 991.98px) {
  .rtl .banner-section-two .swiper-pagination {
    text-align: center;
  }
}
@media (max-width: 991.98px) {
  .banner-section-two .swiper-pagination {
    text-align: center;
  }
}
.banner-section-two .swiper-pagination .swiper-pagination-bullet {
  position: relative;
  width: 54px;
  height: 4px;
  opacity: 1;
  border-radius: 3px;
  margin: 0 4px;
  background-color: var(--theme-color-dark);
  -webkit-transition: all 400ms ease;
  transition: all 400ms ease;
}
@media (max-width: 575.98px) {
  .banner-section-two .swiper-pagination .swiper-pagination-bullet {
    width: 40px;
  }
}
.banner-section-two .swiper-pagination .swiper-pagination-bullet-active {
  width: 139px;
  background-color: var(--theme-color1);
}
@media (max-width: 575.98px) {
  .banner-section-two .swiper-pagination .swiper-pagination-bullet-active {
    width: 80px;
  }
}
.banner-section-two .banner-slide {
  position: relative;
  padding: 300px 0 50px;
  z-index: 3;
}
@media (max-width: 991.98px) {
  .banner-section-two .banner-slide {
    padding-top: 200px;
  }
}
@media (max-width: 575.98px) {
  .banner-section-two .banner-slide {
    padding-top: 150px;
  }
}
.banner-section-two .banner-slide .content-column {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -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;
  margin-bottom: 50px;
}
.banner-section-two .banner-slide .content-column .inner-column {
  position: relative;
}
@media (max-width: 1199.98px) {
  .banner-section-two .banner-slide .content-column .inner-column {
    text-align: center;
  }
}
.banner-section-two .banner-slide .content-column .inner-column .title {
  position: relative;
  font-size: 90px;
  text-transform: uppercase;
}
@media (max-width: 767.98px) {
  .banner-section-two .banner-slide .content-column .inner-column .title {
    font-size: 72px;
  }
}
@media (max-width: 575.98px) {
  .banner-section-two .banner-slide .content-column .inner-column .title {
    font-size: 54px;
  }
}
.banner-section-two .banner-slide .content-column .inner-column .text {
  position: relative;
  color: #555;
  margin-bottom: 32px;
  font-size: 26px;
  line-height: 1.2em;
  font-family: var(--style-font);
  margin-bottom: 40px;
}
@media (max-width: 1199.98px) {
  .banner-section-two .banner-slide .content-column .inner-column .theme-btn {
    color: var(--theme-color-light);
    background-color: var(--theme-color1);
  }
}
.banner-section-two .banner-slide .image-column {
  margin-bottom: 50px;
}
.banner-section-two .banner-slide .image-column .inner-column {
  position: relative;
}
@media (max-width: 1199.98px) {
  .banner-section-two .banner-slide .image-column .inner-column {
    text-align: center;
  }
}
.banner-section-two .banner-slide .image-column .inner-column .image {
  position: relative;
  -webkit-transform: scale(1.3);
          transform: scale(1.3);
  margin-bottom: 0;
}
@media (max-width: 991.98px) {
  .banner-section-two .banner-slide .image-column .inner-column .image {
    -webkit-transform: scale(1.1);
            transform: scale(1.1);
  }
}
@media (max-width: 575.98px) {
  .banner-section-two .banner-slide .image-column .inner-column .image {
    -webkit-transform: scale(1.2);
            transform: scale(1.2);
  }
}
.banner-section-two .banner-slide .image-column .inner-column .info-box {
  position: absolute;
  bottom: -40px;
  right: 0;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 20px;
  padding: 20px 30px;
  max-width: 300px;
  font-size: 22px;
  border-radius: 30px;
  font-family: var(--style-font);
  -webkit-box-shadow: 0 15px 65px rgba(0, 0, 0, 0.2588235294);
          box-shadow: 0 15px 65px rgba(0, 0, 0, 0.2588235294);
  background-color: var(--theme-color-light);
}
@media (max-width: 991.98px) {
  .banner-section-two .banner-slide .image-column .inner-column .info-box {
    right: 30px;
    bottom: 0;
  }
}
@media (max-width: 575.98px) {
  .banner-section-two .banner-slide .image-column .inner-column .info-box {
    padding: 15px;
    right: 0;
    bottom: -30px;
    text-align: left;
  }
}
.rtl .banner-section-two .banner-slide .image-column .inner-column .info-box {
  right: auto;
  left: 0;
}
@media (max-width: 991.98px) {
  .rtl .banner-section-two .banner-slide .image-column .inner-column .info-box {
    left: 30px;
  }
}
@media (max-width: 575.98px) {
  .rtl .banner-section-two .banner-slide .image-column .inner-column .info-box {
    left: 0;
  }
}
.banner-section-two .banner-slide .image-column .inner-column .info-box .text {
  position: relative;
  font-size: 18px;
  font-family: var(--style-font);
}
@media (max-width: 575.98px) {
  .banner-section-two .banner-slide .image-column .inner-column .info-box .text {
    font-size: 15px;
    margin-bottom: 0;
  }
}
.banner-section-two .banner-slide .image-column .inner-column .info-box .phone {
  color: var(--theme-color1);
}
@media (max-width: 575.98px) {
  .banner-section-two .banner-slide .image-column .inner-column .info-box .phone {
    font-size: 17px;
  }
}

/*** 

====================================================================
    Banner Section Three
====================================================================

***/
.banner-section-three {
  position: relative;
  overflow: hidden;
}
.banner-section-three .swiper-pagination {
  position: relative;
  text-align: left;
  bottom: 50px;
  z-index: 3;
}
@media (max-width: 1199.98px) {
  .banner-section-three .swiper-pagination {
    text-align: center;
  }
}
.rtl .banner-section-three .swiper-pagination {
  text-align: right;
}
@media (max-width: 991.98px) {
  .rtl .banner-section-three .swiper-pagination {
    text-align: center;
  }
}
.banner-section-three .swiper-pagination .swiper-pagination-bullet {
  position: relative;
  width: 54px;
  height: 4px;
  opacity: 1;
  border-radius: 3px;
  margin: 0 4px;
  background-color: #6c6c6c;
  -webkit-transition: all 400ms ease;
  transition: all 400ms ease;
}
@media (max-width: 1199.98px) {
  .banner-section-three .swiper-pagination .swiper-pagination-bullet {
    width: 40px;
  }
}
.banner-section-three .swiper-pagination .swiper-pagination-bullet-active {
  width: 139px;
  background-color: var(--theme-color1);
}
@media (max-width: 1199.98px) {
  .banner-section-three .swiper-pagination .swiper-pagination-bullet-active {
    width: 80px;
  }
}
.banner-section-three .banner-slide {
  position: relative;
  padding: 150px 0 50px;
  z-index: 3;
}
.banner-section-three .banner-slide .content-column {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -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;
  margin-bottom: 50px;
}
.banner-section-three .banner-slide .content-column .inner-column {
  position: relative;
}
@media (max-width: 1199.98px) {
  .banner-section-three .banner-slide .content-column .inner-column {
    text-align: center;
  }
}
.banner-section-three .banner-slide .content-column .inner-column .subtitle {
  position: relative;
  font-size: 22px;
  color: #d5d5d5;
  margin-bottom: 15px;
  font-family: var(--style-font);
}
@media (max-width: 575.98px) {
  .banner-section-three .banner-slide .content-column .inner-column .subtitle {
    font-size: 18px;
  }
}
.banner-section-three .banner-slide .content-column .inner-column .title {
  position: relative;
  font-size: 90px;
  text-transform: uppercase;
  color: var(--theme-color-light);
}
@media (max-width: 767.98px) {
  .banner-section-three .banner-slide .content-column .inner-column .title {
    font-size: 72px;
  }
}
@media (max-width: 575.98px) {
  .banner-section-three .banner-slide .content-column .inner-column .title {
    font-size: 54px;
    margin-bottom: 10px;
  }
}
.banner-section-three .banner-slide .content-column .inner-column .text {
  position: relative;
  font-size: 18px;
  max-width: 490px;
  line-height: 32px;
  margin-bottom: 32px;
  color: var(--theme-color-light);
}
@media (max-width: 1199.98px) {
  .banner-section-three .banner-slide .content-column .inner-column .text {
    max-width: 100%;
  }
}
.banner-section-three .banner-slide .image-column {
  margin-bottom: 50px;
}
.banner-section-three .banner-slide .image-column .inner-column {
  position: relative;
  text-align: right;
}
@media (max-width: 1199.98px) {
  .banner-section-three .banner-slide .image-column .inner-column {
    text-align: center;
    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;
  }
}
.rtl .banner-section-three .banner-slide .image-column .inner-column {
  text-align: left;
}
@media (max-width: 1199.98px) {
  .rtl .banner-section-three .banner-slide .image-column .inner-column {
    text-align: center;
  }
}
.banner-section-three .banner-slide .image-column .inner-column .image {
  position: relative;
  margin-bottom: 0;
}
.banner-section-three .banner-slide .image-column .inner-column .image-box {
  position: absolute;
  top: 0;
  left: -130px;
}
@media (max-width: 1199.98px) {
  .banner-section-three .banner-slide .image-column .inner-column .image-box {
    position: relative;
    left: 0;
  }
}
.rtl .banner-section-three .banner-slide .image-column .inner-column .image-box {
  right: -130px;
  left: auto;
}
@media (max-width: 1199.98px) {
  .rtl .banner-section-three .banner-slide .image-column .inner-column .image-box {
    right: 0;
  }
}
.banner-section-three .banner-slide .image-column .inner-column .info-box {
  position: absolute;
  bottom: -40px;
  right: 0;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 20px;
  padding: 20px 30px;
  max-width: 300px;
  font-size: 22px;
  border-radius: 30px;
  text-align: left;
  font-family: var(--style-font);
  -webkit-box-shadow: 0 15px 65px rgba(0, 0, 0, 0.2588235294);
          box-shadow: 0 15px 65px rgba(0, 0, 0, 0.2588235294);
  background-color: var(--theme-color-light);
}
@media (max-width: 575.98px) {
  .banner-section-three .banner-slide .image-column .inner-column .info-box {
    padding: 15px;
    right: -10px;
  }
}
.rtl .banner-section-three .banner-slide .image-column .inner-column .info-box {
  right: auto;
  left: 0;
  text-align: right;
}
@media (max-width: 575.98px) {
  .rtl .banner-section-three .banner-slide .image-column .inner-column .info-box {
    right: auto;
    left: -10px;
  }
}
.banner-section-three .banner-slide .image-column .inner-column .info-box .text {
  position: relative;
  font-size: 18px;
  font-family: var(--style-font);
}
@media (max-width: 575.98px) {
  .banner-section-three .banner-slide .image-column .inner-column .info-box .text {
    font-size: 15px;
  }
}
.banner-section-three .banner-slide .image-column .inner-column .info-box .phone {
  color: var(--theme-color1);
}
@media (max-width: 575.98px) {
  .banner-section-three .banner-slide .image-column .inner-column .info-box .phone {
    font-size: 17px;
  }
}

/*** 

====================================================================
    Category Section
====================================================================

***/
.category-section {
  position: relative;
  padding: 120px 0;
}
.category-section .swiper {
  position: relative;
  z-index: 15;
}
.category-section .swiper-wrapper {
  position: relative;
  padding-top: 100px;
}
@media (max-width: 575.98px) {
  .category-section .swiper-wrapper {
    padding-top: 80px;
  }
}
.category-section .nav-box {
  position: absolute;
  top: 50%;
  left: 0;
  right: 0;
  height: 90px;
  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;
  max-width: 1450px;
  width: 100%;
  margin: 0 auto;
}
@media (max-width: 1199.98px) {
  .category-section .nav-box {
    position: relative;
    top: auto;
    max-width: 100%;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    gap: 30px;
    height: 70px;
    margin-top: 30px;
  }
}
@media (max-width: 575.98px) {
  .category-section .nav-box {
    height: 55px;
  }
}
@media (max-width: 1199.98px) {
  .rtl .category-section .nav-box {
    gap: 0;
  }
}
.category-section .nav-box .swiper-button-prev,
.category-section .nav-box .swiper-button-next {
  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: 90px;
  height: 90px;
  font-size: 20px;
  border-radius: 50%;
  color: var(--theme-color-dark);
  border: 2px solid var(--theme-color2);
  -webkit-transition: all 300ms ease;
  transition: all 300ms ease;
}
@media (max-width: 1199.98px) {
  .category-section .nav-box .swiper-button-prev,
  .category-section .nav-box .swiper-button-next {
    top: auto;
    width: 70px;
    height: 70px;
  }
}
@media (max-width: 575.98px) {
  .category-section .nav-box .swiper-button-prev,
  .category-section .nav-box .swiper-button-next {
    width: 55px;
    height: 55px;
    font-size: 18px;
  }
}
.rtl .category-section .nav-box .swiper-button-prev,
.rtl .category-section .nav-box .swiper-button-next {
  -webkit-transform: scaleX(-1);
          transform: scaleX(-1);
}
.category-section .nav-box .swiper-button-prev:after,
.category-section .nav-box .swiper-button-next:after {
  display: none;
}
.category-section .nav-box .swiper-button-prev:hover,
.category-section .nav-box .swiper-button-next:hover {
  background-color: var(--theme-color2);
  color: var(--theme-color-dark);
}

.category-block .inner-box {
  position: relative;
  text-align: center;
  border-radius: 300px 300px 50px;
  background-color: #f5f5f5;
  padding: 30px 30px 40px;
  z-index: 9;
  -webkit-transition: all 300ms ease;
  transition: all 300ms ease;
}
.rtl .category-block .inner-box {
  border-radius: 300px 300px 300px 50px;
}
.category-block .inner-box:hover {
  border-radius: 300px;
}
.category-block .inner-box:hover:after {
  -webkit-transform: scale(1);
          transform: scale(1);
  opacity: 1;
  border-radius: 300px;
}
.category-block .inner-box:hover .image {
  -webkit-transform: scale(1.1);
          transform: scale(1.1);
}
.category-block .inner-box:hover .content .text,
.category-block .inner-box:hover .content .title {
  color: var(--theme-color-light);
}
.category-block .inner-box:hover .content .icon-cat {
  border-color: var(--theme-color-light);
}
.category-block .inner-box:after {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 100%;
  -webkit-transform: scale(0.2);
          transform: scale(0.2);
  opacity: 0;
  border-radius: 300px 300px 50px;
  background-color: var(--theme-color1);
  -webkit-transition: all 300ms ease;
  transition: all 300ms ease;
}
.category-block .inner-box .image {
  position: relative;
  width: 100%;
  margin-top: -100px;
  margin-bottom: 0;
  z-index: 3;
  -webkit-transition: all 300ms ease;
  transition: all 300ms ease;
}
.category-block .inner-box .content {
  position: relative;
  padding-top: 15px;
  z-index: 3;
}
.category-block .inner-box .content .text {
  position: relative;
  font-family: var(--style-font);
  margin-bottom: 10px;
  font-size: 20px;
  line-height: 1em;
  -webkit-transition: all 300ms ease;
  transition: all 300ms ease;
}
.category-block .inner-box .content .title {
  position: relative;
  margin-bottom: 0;
  font-size: 30px;
  color: var(--theme-color1);
  -webkit-transition: all 300ms ease;
  transition: all 300ms ease;
}
.category-block .inner-box .content .icon-cat {
  position: relative;
  width: 65px;
  height: 30px;
  border-bottom: 4px solid var(--theme-color1);
  border-radius: 50%;
  margin: 0 auto;
  -webkit-transition: all 300ms ease;
  transition: all 300ms ease;
}

/*** 

====================================================================
    Category Section Two
====================================================================

***/
.category-section-two {
  position: relative;
  padding: 120px 0 90px;
}

.category-block-two {
  margin-bottom: 30px;
}
.category-block-two .inner-box {
  position: relative;
  text-align: center;
}
.category-block-two .inner-box:hover .image {
  -webkit-transform: scale(1.1);
          transform: scale(1.1);
}
.category-block-two .inner-box .image {
  position: relative;
  margin-bottom: 0;
  -webkit-transition: all 300ms ease;
  transition: all 300ms ease;
}
.category-block-two .inner-box .content {
  margin-top: 10px;
}
.category-block-two .inner-box .content .title {
  margin-bottom: 0;
  font-family: var(--style-font);
}
.category-block-two .inner-box .content .title a:hover {
  color: var(--theme-color1);
}

/*** 

====================================================================
    Product Section
====================================================================

***/
.product-section {
  position: relative;
  padding: 120px 0;
}
.product-section.style-two {
  padding: 120px 0 70px;
}
.product-section.style-two .product-block {
  margin-bottom: 50px;
}
.product-section .items-sorting {
  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;
  margin-bottom: 30px;
}
@media (max-width: 767.98px) {
  .product-section .items-sorting {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    gap: 20px;
  }
}
.product-section .items-sorting .text {
  position: relative;
  color: var(--theme-color-dark);
  font-family: var(--style-font);
}
.product-section .items-sorting .form-group {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 15px;
}
.product-section .items-sorting .select-column {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 50px;
}
@media (max-width: 767.98px) {
  .product-section .items-sorting .select-column {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    gap: 20px;
  }
}
@media (max-width: 767.98px) {
  .product-section .items-sorting .select-column .text {
    display: none;
  }
}
.product-section .items-sorting .select-column .view-box {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 10px;
}
.product-section .items-sorting .select-column .view-box .icon {
  position: relative;
  width: 56px;
  height: 56px;
  font-size: 20px;
  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;
  border: 1px solid #cccccc;
  cursor: pointer;
  background-color: var(--theme-color-light);
  -webkit-transition: all 300ms ease;
  transition: all 300ms ease;
}
.product-section .items-sorting .select-column .view-box .icon:hover, .product-section .items-sorting .select-column .view-box .icon.active {
  color: var(--theme-color-light);
  background-color: var(--theme-color1);
  border-color: var(--theme-color1);
}
.product-section .swiper-wrapper {
  padding-bottom: 10px;
}
.product-section .swiper-pagination {
  position: relative;
  margin-top: 30px;
}
.product-section .swiper-pagination .swiper-pagination-bullet {
  position: relative;
  width: 54px;
  height: 4px;
  opacity: 1;
  border-radius: 3px;
  margin: 0 4px;
  background-color: #6c6c6c;
  -webkit-transition: all 400ms ease;
  transition: all 400ms ease;
}
@media (max-width: 575.98px) {
  .product-section .swiper-pagination .swiper-pagination-bullet {
    width: 30px;
  }
}
.product-section .swiper-pagination .swiper-pagination-bullet-active {
  width: 139px;
  background-color: var(--theme-color1);
}
@media (max-width: 575.98px) {
  .product-section .swiper-pagination .swiper-pagination-bullet-active {
    width: 80px;
  }
}

.product-block {
  position: relative;
}
.product-block .inner-box {
  position: relative;
  padding: 30px 30px 20px;
  border-radius: 30px;
  border: 3px solid var(--theme-color2);
  background-color: var(--theme-color-light);
}
@media (max-width: 991.98px) {
  .product-block .inner-box {
    padding: 30px 20px 20px;
  }
}
@media (max-width: 575.98px) {
  .product-block .inner-box {
    text-align: center;
    padding: 30px 15px 15px;
  }
}
.product-block .inner-box .bottom-line {
  position: absolute;
  bottom: -10px;
  left: 0;
  right: 0;
  width: 80%;
  height: 10px;
  margin-left: auto;
  margin-right: auto;
  background-color: var(--theme-color1);
  border-radius: 0 0 10px 10px;
  z-index: -4;
}
@media (max-width: 575.98px) {
  .product-block .inner-box .bottom-line {
    display: none;
  }
}
.product-block .inner-box:hover .image {
  -webkit-transform: scale(1.1);
          transform: scale(1.1);
}
.product-block .inner-box:hover .content .btn-box {
  -webkit-transform: translateY(0);
          transform: translateY(0);
  opacity: 1;
}
.product-block .inner-box .shape-1 {
  position: absolute;
  top: 0;
  left: 0;
  border-radius: 20px 20px 0 0;
  background-repeat: no-repeat;
  background-size: cover;
}
@media (max-width: 575.98px) {
  .product-block .inner-box .shape-1 {
    height: 216px;
  }
}
.product-block .inner-box .rating.two {
  position: absolute;
  top: 10px;
  right: 10px;
  gap: 5px;
  display: none;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  border-radius: 5px;
  padding: 5px 10px;
  font-size: 16px;
  line-height: 19px;
  font-family: var(--style-font);
  background-color: var(--theme-color-light);
}
.product-block .inner-box .rating.two .icon {
  font-size: 14px;
}
@media (max-width: 575.98px) {
  .product-block .inner-box .rating.two {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }
}
.product-block .inner-box .image {
  position: relative;
  margin-bottom: 0;
  text-align: center;
  -webkit-transition: all 300ms ease;
  transition: all 300ms ease;
}
.product-block .inner-box .content {
  position: relative;
  padding-top: 2px;
}
.product-block .inner-box .content .title {
  position: relative;
  font-size: 30px;
  font-family: var(--style-font);
  margin-bottom: 8px;
}
@media (max-width: 1399.98px) {
  .product-block .inner-box .content .title {
    margin-right: -10px;
  }
}
@media (max-width: 767.98px) {
  .product-block .inner-box .content .title {
    margin: 0 -10px;
  }
}
@media (max-width: 575.98px) {
  .product-block .inner-box .content .title {
    font-size: 26px;
  }
}
.product-block .inner-box .content .product-list {
  position: relative;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  gap: 24px;
  margin-bottom: 28px;
}
@media (max-width: 575.98px) {
  .product-block .inner-box .content .product-list {
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    gap: 5px;
    margin-bottom: 15px;
  }
}
.product-block .inner-box .content .product-list li {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 5px;
  line-height: 1em;
  font-family: var(--style-font);
  color: #5f5c5c;
}
.product-block .inner-box .content .price-box-outer {
  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;
}
@media (max-width: 575.98px) {
  .product-block .inner-box .content .price-box-outer {
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
}
.product-block .inner-box .content .price-box-outer .price-box {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: end;
      -ms-flex-align: end;
          align-items: flex-end;
  gap: 10px;
}
.product-block .inner-box .content .price-box-outer .price-box .price {
  position: relative;
  color: var(--theme-color1);
  font-family: var(--style-font);
  font-size: 35px;
  line-height: 1em;
  margin-bottom: 0;
}
@media (max-width: 575.98px) {
  .product-block .inner-box .content .price-box-outer .price-box .price {
    font-size: 30px;
  }
}
.product-block .inner-box .content .price-box-outer .price-box .discount-price {
  position: relative;
  font-family: var(--style-font);
  font-size: 21px;
  text-decoration: line-through;
  margin-bottom: 0;
}
@media (max-width: 575.98px) {
  .product-block .inner-box .content .price-box-outer .price-box .discount-price {
    font-size: 18px;
  }
}
.product-block .inner-box .content .price-box-outer .rating {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 5px;
  border-radius: 10px;
  padding: 5px 15px;
  font-size: 20px;
  font-family: var(--style-font);
  background-color: var(--theme-color2);
}
@media (max-width: 575.98px) {
  .product-block .inner-box .content .price-box-outer .rating {
    display: none;
  }
}
.product-block .inner-box .content .price-box-outer .rating .icon {
  position: relative;
  font-size: 16px;
}
.product-block .inner-box .content .btn-box {
  position: absolute;
  bottom: -30px;
  left: 0;
  width: 100%;
  opacity: 0;
  -webkit-transform: translateY(15px);
          transform: translateY(15px);
  -webkit-transition: all 300ms ease;
  transition: all 300ms ease;
}
@media (max-width: 575.98px) {
  .product-block .inner-box .content .btn-box {
    position: relative;
    bottom: 0;
    opacity: 1;
    -webkit-transform: translateY(0);
            transform: translateY(0);
    margin-top: 15px;
  }
}
.product-block .inner-box .content .btn-box .theme-btn {
  width: 100%;
}

/*** 

====================================================================
    Product Section Two
====================================================================

***/
.product-section-two {
  position: relative;
  padding: 120px 0;
}
.product-section-two .swiper-wrapper {
  padding-bottom: 10px;
}
.product-section-two .swiper-pagination {
  position: relative;
  margin-top: 30px;
}
.product-section-two .swiper-pagination .swiper-pagination-bullet {
  position: relative;
  width: 54px;
  height: 4px;
  opacity: 1;
  border-radius: 3px;
  margin: 0 4px;
  background-color: #6c6c6c;
  -webkit-transition: all 400ms ease;
  transition: all 400ms ease;
}
@media (max-width: 575.98px) {
  .product-section-two .swiper-pagination .swiper-pagination-bullet {
    width: 40px;
  }
}
.product-section-two .swiper-pagination .swiper-pagination-bullet-active {
  width: 139px;
  background-color: var(--theme-color1);
}
@media (max-width: 575.98px) {
  .product-section-two .swiper-pagination .swiper-pagination-bullet-active {
    width: 80px;
  }
}

.product-block-two {
  position: relative;
}
.product-block-two .inner-box {
  position: relative;
  padding: 40px 0 25px;
  border-radius: 30px;
  overflow: hidden;
  border: 3px solid var(--theme-color2);
  background-color: var(--theme-color-light);
}
.product-block-two .inner-box:before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 206px;
  pointer-events: none;
  border-radius: 50px 50px 300px 300px;
  background-color: var(--theme-color2);
}
.product-block-two .inner-box:after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 206px;
  pointer-events: none;
  -webkit-transform: scaleY(0);
          transform: scaleY(0);
  -webkit-transform-origin: top;
          transform-origin: top;
  border-radius: 50px 50px 300px 300px;
  background-color: var(--theme-color1);
  -webkit-transition: all 300ms ease;
  transition: all 300ms ease;
}
.product-block-two .inner-box:hover:after {
  -webkit-transform: scaleY(1);
          transform: scaleY(1);
}
.product-block-two .inner-box:hover .image {
  -webkit-transform: scale(1.1);
          transform: scale(1.1);
}
.product-block-two .inner-box:hover .btn-box .theme-btn {
  background-color: var(--theme-color2);
  clip-path: polygon(0% 0%, 100% 0%, 100% 100%, 0% 100%);
}
.product-block-two .inner-box .prep-time {
  position: absolute;
  top: 15px;
  left: 20px;
  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;
  gap: 5px;
  color: #5f5c5c;
  padding: 5px 17px;
  border-radius: 15px;
  font-family: var(--style-font);
  background-color: var(--theme-color-light);
  z-index: 3;
}
.product-block-two .inner-box .prep-time .icon {
  line-height: 1em;
}
.product-block-two .inner-box .image {
  position: relative;
  width: 100%;
  margin-bottom: 0;
  z-index: 3;
  text-align: center;
  -webkit-transition: all 300ms ease;
  transition: all 300ms ease;
}
.product-block-two .inner-box .content {
  position: relative;
  padding: 0 30px;
  z-index: 1;
}
@media (max-width: 1399.98px) {
  .product-block-two .inner-box .content {
    padding: 0 20px;
  }
}
.product-block-two .inner-box .content .title {
  position: relative;
  font-family: var(--style-font);
  font-size: 34px;
  margin-bottom: 8px;
}
.product-block-two .inner-box .content .title a:hover {
  color: var(--theme-color1);
}
.product-block-two .inner-box .content .text {
  position: relative;
  color: #444;
  font-family: var(--style-font);
  margin-bottom: 20px;
}
.product-block-two .inner-box .content .price-box {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: end;
      -ms-flex-align: end;
          align-items: flex-end;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  gap: 10px;
}
.product-block-two .inner-box .content .price-box .price {
  position: relative;
  font-size: 26px;
  line-height: 1em;
  font-family: var(--style-font);
  color: var(--theme-color1);
  margin-bottom: 0;
}
.product-block-two .inner-box .content .price-box .discount-price {
  position: relative;
  font-family: var(--style-font);
  text-decoration: line-through;
  margin-bottom: 0;
}
.product-block-two .inner-box .btn-box {
  position: absolute;
  bottom: 5px;
  right: 5px;
  z-index: 1;
}
.rtl .product-block-two .inner-box .btn-box {
  right: auto;
  left: 5px;
}
.product-block-two .inner-box .btn-box .theme-btn {
  white-space: nowrap;
  margin-right: 38px;
  background-color: #ffecaa;
  clip-path: polygon(100% 0%, 100% 0%, 100% 100%, 100% 100%);
  -webkit-transition: all 300ms ease;
  transition: all 300ms ease;
}
.rtl .product-block-two .inner-box .btn-box .theme-btn {
  margin-right: 0;
  margin-left: 38px;
}
.product-block-two .inner-box .btn-box .theme-btn:hover {
  color: var(--theme-color-dark);
}
.product-block-two .inner-box .btn-box .theme-btn.icon-btn {
  position: absolute;
  bottom: 0;
  right: 0;
  width: 76px;
  height: 60px;
  border-radius: 20px;
  font-size: 32px;
  line-height: 1em;
  margin-right: 0;
  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;
  clip-path: polygon(0% 0%, 100% 0%, 100% 100%, 0% 100%);
  -webkit-transition: all 300ms ease;
  transition: all 300ms ease;
  z-index: 3;
}
.rtl .product-block-two .inner-box .btn-box .theme-btn.icon-btn {
  right: auto;
  left: 0;
  margin-left: 0;
}
.product-block-two .inner-box .btn-box .theme-btn:before {
  display: none;
}

/*** 

====================================================================
    About Section
====================================================================

***/
.about-section {
  position: relative;
  padding: 120px 0 70px;
  overflow: hidden;
}
.about-section .content-column {
  position: relative;
  margin-bottom: 50px;
  z-index: 9;
}
.about-section .content-column .inner-column {
  position: relative;
}
.about-section .content-column .inner-column .title {
  position: relative;
  font-size: 60px;
  line-height: 1.2em;
  margin-right: -216px;
}
@media (max-width: 991.98px) {
  .about-section .content-column .inner-column .title {
    margin-right: 0;
  }
}
@media (max-width: 575.98px) {
  .about-section .content-column .inner-column .title {
    font-size: 38px;
  }
}
.rtl .about-section .content-column .inner-column .title {
  margin-right: 0;
  margin-left: -216px;
}
.about-section .content-column .inner-column .title .highlight {
  border-radius: 20px;
  padding-right: 20px;
  background-color: var(--theme-color-light);
}
@media (max-width: 991.98px) {
  .about-section .content-column .inner-column .title .highlight {
    padding-right: 0;
    display: inline !important;
  }
}
.rtl .about-section .content-column .inner-column .title .highlight {
  padding-right: 0;
  padding-left: 20px;
}
.about-section .content-column .inner-column .text {
  position: relative;
  font-size: 18px;
  line-height: 30px;
}
@media (max-width: 575.98px) {
  .about-section .content-column .inner-column .text {
    font-size: 16px;
    line-height: 26px;
  }
}
.about-section .content-column .inner-column .author-box {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 20px;
}
.about-section .content-column .inner-column .author-box .image {
  position: relative;
  width: 80px;
  height: 80px;
  overflow: hidden;
  -o-object-fit: cover;
     object-fit: cover;
  -ms-flex-negative: 0;
      flex-shrink: 0;
  border-radius: 50%;
}
.about-section .content-column .inner-column .author-box .image img {
  height: 100%;
  width: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.about-section .content-column .inner-column .author-box .name {
  position: relative;
  font-family: var(--style-font);
  margin-bottom: 0;
}
.about-section .content-column .inner-column .author-box .designation {
  position: relative;
  font-family: var(--style-font);
  color: var(--theme-color1);
}
.about-section .image-column {
  margin-bottom: 50px;
}
.about-section .image-column .inner-column {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: end;
      -ms-flex-align: end;
          align-items: flex-end;
  gap: 24px;
}
@media (max-width: 1199.98px) {
  .about-section .image-column .inner-column {
    display: block;
  }
}
.about-section .image-column .inner-column .image {
  width: 500px;
  height: 600px;
  overflow: hidden;
  position: relative;
  -o-object-fit: cover;
     object-fit: cover;
  border-radius: 20px;
  margin-bottom: 0;
  -ms-flex-negative: 0;
      flex-shrink: 0;
}
@media (max-width: 1199.98px) {
  .about-section .image-column .inner-column .image {
    width: auto;
  }
}
@media (max-width: 991.98px) {
  .about-section .image-column .inner-column .image {
    height: auto;
  }
}
.about-section .image-column .inner-column .image img {
  height: 100%;
  width: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.about-section .image-column .inner-column .image.style-two {
  height: 315px;
  width: 250px;
  border-radius: 20px;
}
@media (max-width: 1199.98px) {
  .about-section .image-column .inner-column .image.style-two {
    display: none;
  }
}

/*** 

====================================================================
    About Section Two
====================================================================

***/
.about-section-two {
  position: relative;
  padding: 120px 0 70px;
}
.about-section-two .content-column {
  margin-bottom: 50px;
}
.about-section-two .content-column .inner-column {
  position: relative;
}
.about-section-two .content-column .inner-column .author-box {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 15px;
}
@media (max-width: 575.98px) {
  .about-section-two .content-column .inner-column .author-box {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
}
.about-section-two .content-column .inner-column .author-box .author-img {
  position: relative;
  width: 100px;
  height: 100px;
  border-radius: 505px;
  border: 5px solid var(--theme-color2);
}
@media (max-width: 575.98px) {
  .about-section-two .content-column .inner-column .author-box .author-img {
    width: 80px;
    height: 80px;
  }
}
.about-section-two .content-column .inner-column .author-box .name {
  position: relative;
  margin-bottom: 0;
}
.about-section-two .content-column .inner-column .author-box .designation {
  position: relative;
  font-family: var(--style-font);
  color: var(--theme-color1);
}
.about-section-two .content-column .inner-column .author-box .sign {
  margin-left: 30px;
}
.about-section-two .image-column {
  margin-bottom: 50px;
}
@media (max-width: 1199.98px) {
  .about-section-two .image-column {
    text-align: center;
  }
}
.about-section-two .image-column .inner-column {
  position: relative;
  display: -ms-inline-grid;
  display: inline-grid;
  gap: 20px;
  -ms-grid-rows: auto;
  grid-template-rows: auto;
  -ms-grid-columns: 1fr 20px 1fr;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  max-width: 600px;
  margin-left: auto;
  margin-right: auto;
}
.about-section-two .image-column .inner-column > *:nth-child(1) {
  -ms-grid-row: 1;
  -ms-grid-column: 1;
}
.about-section-two .image-column .inner-column > *:nth-child(2) {
  -ms-grid-row: 1;
  -ms-grid-column: 3;
}
@media (max-width: 575.98px) {
  .about-section-two .image-column .inner-column {
    max-width: 100%;
    gap: 10px;
  }
}
.about-section-two .image-column .inner-column .image-box {
  position: relative;
}
.about-section-two .image-column .inner-column .image-box.one .image {
  border-radius: 505px 505px 100px;
}
.rtl .about-section-two .image-column .inner-column .image-box.one .image {
  border-radius: 505px 505px 505px 100px;
}
.about-section-two .image-column .inner-column .image-box.two .image {
  border-radius: 505px 505px 505px 100px;
}
.rtl .about-section-two .image-column .inner-column .image-box.two .image {
  border-radius: 505px 505px 100px 505px;
}
.about-section-two .image-column .inner-column .image-box.three .image {
  border-radius: 100px 505px 505px 505px;
}
.rtl .about-section-two .image-column .inner-column .image-box.three .image {
  border-radius: 505px 100px 505px 505px;
}
.about-section-two .image-column .inner-column .image-box .image {
  position: relative;
  width: 250px;
  height: 250px;
  margin-bottom: 0;
  overflow: hidden;
}
@media (max-width: 575.98px) {
  .about-section-two .image-column .inner-column .image-box .image {
    width: auto;
    height: auto;
  }
}
.about-section-two .image-column .inner-column .image-box .image img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.about-section-two .image-column .inner-column .exp-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;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  width: 250px;
  height: 250px;
  border-radius: 505px 100px 505px 505px;
  background-color: var(--theme-color1);
}
@media (max-width: 575.98px) {
  .about-section-two .image-column .inner-column .exp-box {
    width: auto;
    height: auto;
  }
}
.rtl .about-section-two .image-column .inner-column .exp-box {
  border-radius: 100px 505px 505px 505px;
}
.about-section-two .image-column .inner-column .exp-box .year-count {
  position: relative;
  font-size: 112px;
  line-height: 1em;
  font-family: var(--style-font);
  color: var(--theme-color-light);
}
@media (max-width: 575.98px) {
  .about-section-two .image-column .inner-column .exp-box .year-count {
    font-size: 50px;
  }
}
.about-section-two .image-column .inner-column .exp-box .text {
  position: relative;
  font-size: 18px;
  font-family: var(--style-font);
  color: var(--theme-color-light);
  margin-bottom: 0;
}
@media (max-width: 575.98px) {
  .about-section-two .image-column .inner-column .exp-box .text {
    font-size: 14px;
  }
}

/*** 

====================================================================
    Poster Section
====================================================================

***/
.poster-section {
  position: relative;
  padding: 120px 0 90px;
}
.poster-section .deal-block {
  margin-bottom: 30px;
}
.poster-section .deal-block.bg-red .inner-box .image-box {
  -ms-flex-negative: 0;
      flex-shrink: 0;
}
.poster-section .poster-block {
  margin-bottom: 30px;
}

.poster-block {
  margin-bottom: 30px;
}
.poster-block.style-two .inner-box {
  margin-bottom: 0;
  background-color: var(--theme-color1);
}
.poster-block.style-two .inner-box .price-box {
  position: absolute;
  bottom: 0 !important;
  right: 15px;
  width: 110px;
  height: 110px;
  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;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  background-color: var(--theme-color-light);
}
.rtl .poster-block.style-two .inner-box .price-box {
  right: auto;
  left: 15px;
}
.poster-block.style-two .inner-box .price-box .text {
  position: relative;
  color: #3f3f3f;
  font-size: 14px;
  margin-bottom: 1px;
  font-family: var(--title-font);
  text-transform: uppercase;
}
.poster-block.style-two .inner-box .price-box .title {
  position: relative;
  font-size: 35px !important;
  line-height: 1em;
  font-family: var(--style-font);
  padding-left: 0 !important;
  margin-bottom: 0 !important;
  color: var(--theme-color1) !important;
}
.poster-block.style-three .inner-box {
  background-color: #1567b3;
}
.poster-block.style-three .inner-box .image-box {
  top: 55px;
}
@media (max-width: 575.98px) {
  .poster-block.style-three .inner-box .image-box {
    top: 0;
  }
}
.poster-block.style-three .inner-box .image-box .image {
  width: 210px;
}
@media (max-width: 575.98px) {
  .poster-block.style-three .inner-box .image-box .image {
    margin: 0 auto;
  }
}
.poster-block .inner-box {
  position: relative;
  border-radius: 25px;
  padding: 40px 30px;
  overflow: hidden;
  background-color: #438c40;
}
@media (max-width: 575.98px) {
  .poster-block .inner-box {
    text-align: center;
    padding: 30px 30px;
  }
}
.poster-block .inner-box:hover .image-box .image {
  -webkit-transform: scale(1.2);
          transform: scale(1.2);
}
.poster-block .inner-box .content-box {
  position: relative;
  max-width: 220px;
  z-index: 3;
}
@media (max-width: 575.98px) {
  .poster-block .inner-box .content-box {
    max-width: 100%;
    margin-bottom: 20px;
  }
}
.poster-block .inner-box .content-box .title {
  position: relative;
  font-size: 36px;
  font-family: var(--style-font);
  color: var(--theme-color-light);
  margin-bottom: 10px;
}
@media (max-width: 575.98px) {
  .poster-block .inner-box .content-box .title {
    font-size: 30px;
  }
}
.poster-block .inner-box .content-box .text {
  position: relative;
  font-family: var(--style-font);
  color: var(--theme-color-light);
  margin-bottom: 15px;
}
.poster-block .inner-box .image-box {
  position: absolute;
  top: 25px;
  right: 15px;
}
@media (max-width: 575.98px) {
  .poster-block .inner-box .image-box {
    position: relative;
    top: 0;
    right: 0;
    text-align: center;
  }
}
.rtl .poster-block .inner-box .image-box {
  right: auto;
  left: 15px;
}
@media (max-width: 575.98px) {
  .rtl .poster-block .inner-box .image-box {
    left: 0;
  }
}
.poster-block .inner-box .image-box .image {
  position: relative;
  width: 100%;
  -webkit-transform: scale(1.1);
          transform: scale(1.1);
  margin-bottom: 0;
  -webkit-transition: all 300ms ease;
  transition: all 300ms ease;
}
.poster-block .inner-box .image-box .price-box {
  position: absolute;
  bottom: -30px;
  right: 15px;
  width: 110px;
  height: 110px;
  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;
}
.rtl .poster-block .inner-box .image-box .price-box {
  right: auto;
  left: 15px;
}
.poster-block .inner-box .image-box .price-box .icon-2 {
  position: absolute;
  top: 0;
  left: 0;
}
.poster-block .inner-box .image-box .price-box .title {
  position: relative;
  font-size: 32px;
  line-height: 1em;
  padding-left: 5px;
  margin-bottom: 3px;
  color: var(--theme-color-light);
}

.poster-block-two {
  position: relative;
  margin-bottom: 30px;
}
.poster-block-two.style-two .inner-box .content .title {
  font-size: 42px;
  margin-bottom: 20px;
}
.poster-block-two.style-two .inner-box .content .text {
  position: relative;
  margin-bottom: 30px;
  font-size: 20px;
  font-family: var(--style-font);
  color: var(--theme-color-light);
  z-index: 1;
}
.poster-block-two .inner-box {
  position: relative;
  border-radius: 30px;
  padding: 50px 30px 40px;
  overflow: hidden;
  text-align: center;
}
.poster-block-two .inner-box:hover .image {
  -webkit-transform: scale(1.1);
          transform: scale(1.1);
}
.poster-block-two .inner-box .content .title {
  position: relative;
  color: var(--theme-color2);
  font-size: 75px;
  line-height: 1em;
  margin-bottom: 0;
  text-transform: uppercase;
}
@media (max-width: 575.98px) {
  .poster-block-two .inner-box .content .title {
    font-size: 60px;
  }
}
.poster-block-two .inner-box .content .title span {
  position: relative;
  display: block;
  line-height: 1em;
  font-size: 30px;
  color: var(--theme-color-light);
}
.poster-block-two .inner-box .image {
  position: relative;
  margin-bottom: 0;
  -webkit-transition: all 300ms ease;
  transition: all 300ms ease;
}

/*** 

====================================================================
    Funfacts Section
====================================================================

***/
.funfact-section {
  position: relative;
  padding: 120px 0 90px;
  overflow: hidden;
}

.counter-block-two {
  margin-bottom: 30px;
}
.counter-block-two .inner-box {
  position: relative;
  border-radius: 30px;
  padding: 30px 40px;
  border: 1px solid #a7a7a7;
  -webkit-transition: all 300ms ease;
  transition: all 300ms ease;
}
@media (max-width: 575.98px) {
  .counter-block-two .inner-box {
    text-align: center;
    padding: 20px;
  }
}
.counter-block-two .inner-box:hover {
  background-color: var(--theme-color1);
  border-color: var(--theme-color1);
}
.counter-block-two .inner-box:hover .icon-box .icon {
  -webkit-transform: scaleX(-1);
          transform: scaleX(-1);
}
.counter-block-two .inner-box:hover .count-box,
.counter-block-two .inner-box:hover .counter-title {
  color: var(--theme-color-light);
}
.counter-block-two .inner-box .icon-box {
  position: relative;
  display: inline-block;
  margin-bottom: 10px;
  -webkit-transition: all 300ms ease;
  transition: all 300ms ease;
}
.counter-block-two .inner-box .icon-box .icon {
  position: relative;
  width: 78px;
  height: 78px;
  font-size: 40px;
  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;
  background-color: var(--theme-color2);
  -webkit-transition: all 300ms ease;
  transition: all 300ms ease;
}
.counter-block-two .inner-box .icon-box .icon-border-2 {
  position: relative;
  margin: 5px auto 0;
}
.counter-block-two .inner-box .count-box {
  position: relative;
  font-size: 80px;
  line-height: 100%;
  margin-bottom: 8px;
  color: var(--theme-color1);
  font-family: var(--style-font);
  -webkit-transition: all 300ms ease;
  transition: all 300ms ease;
}
@media (max-width: 575.98px) {
  .counter-block-two .inner-box .count-box {
    font-size: 54px;
  }
}
.counter-block-two .inner-box .counter-title {
  position: relative;
  font-size: 18px;
  font-family: var(--style-font);
  margin-bottom: 0;
  white-space: nowrap;
  -webkit-transition: all 300ms ease;
  transition: all 300ms ease;
}
@media (max-width: 575.98px) {
  .counter-block-two .inner-box .counter-title {
    font-size: 16px;
  }
}

/*** 

====================================================================
    Gallery Section
====================================================================

***/
.gallery-section {
  position: relative;
  padding: 120px 0 90px;
}
.gallery-section .outer-box {
  position: relative;
  display: -ms-grid;
  display: grid;
  gap: 20px;
  -ms-grid-rows: auto;
  grid-template-rows: auto;
  -ms-grid-columns: 1fr 20px 1fr 20px 1fr 20px 1fr 20px 1fr;
  grid-template-columns: 1fr 1fr 1fr 1fr 1fr;
}
.gallery-section .outer-box > *:nth-child(1) {
  -ms-grid-row: 1;
  -ms-grid-column: 1;
}
.gallery-section .outer-box > *:nth-child(2) {
  -ms-grid-row: 1;
  -ms-grid-column: 3;
}
.gallery-section .outer-box > *:nth-child(3) {
  -ms-grid-row: 1;
  -ms-grid-column: 5;
}
.gallery-section .outer-box > *:nth-child(4) {
  -ms-grid-row: 1;
  -ms-grid-column: 7;
}
.gallery-section .outer-box > *:nth-child(5) {
  -ms-grid-row: 1;
  -ms-grid-column: 9;
}
@media (max-width: 991.98px) {
  .gallery-section .outer-box {
    -ms-grid-columns: 1fr 1fr 1fr;
    grid-template-columns: 1fr 1fr 1fr;
  }
}
@media (max-width: 767.98px) {
  .gallery-section .outer-box {
    -ms-grid-columns: 1fr 1fr;
    grid-template-columns: 1fr 1fr;
  }
}
@media (max-width: 575.98px) {
  .gallery-section .outer-box {
    gap: 0px;
    -ms-grid-columns: 1fr;
    grid-template-columns: 1fr;
  }
}
.gallery-section .block-outer {
  margin-bottom: 20px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 20px;
}
@media (max-width: 575.98px) {
  .gallery-section .block-outer {
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    text-align: center;
  }
}
.gallery-section .block-outer .insta-box .icon {
  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;
  font-size: 36px;
  width: 60px;
  height: 60px;
  margin-bottom: 20px;
  border-radius: 50%;
  color: var(--theme-color-light);
  background-color: var(--theme-color1);
}
@media (max-width: 575.98px) {
  .gallery-section .block-outer .insta-box .icon {
    margin: 0 auto 20px;
  }
}
.gallery-section .block-outer .insta-box .title {
  position: relative;
  margin-bottom: 0;
}
.gallery-section .block-outer .insta-box .title a {
  display: block;
}
.gallery-section .block-outer .insta-box .title a:hover {
  color: var(--theme-color1);
}

.gallery-block {
  position: relative;
  height: 100%;
}
.gallery-block .inner-box {
  position: relative;
  border-radius: 30px;
  height: 100%;
  overflow: hidden;
}
.gallery-block .inner-box:hover .image img {
  -webkit-transform: scale(1.1);
          transform: scale(1.1);
}
.gallery-block .inner-box:hover .content {
  opacity: 1;
  -webkit-transform: scale(1);
          transform: scale(1);
}
.gallery-block .inner-box .image {
  position: relative;
  margin-bottom: 0;
  width: 100%;
  height: 100%;
}
.gallery-block .inner-box .image img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  -webkit-transition: all 300ms ease;
  transition: all 300ms ease;
}
.gallery-block .inner-box .content {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  opacity: 0;
  border-radius: 30px;
  -webkit-transform: scale(0.5);
          transform: scale(0.5);
  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;
  pointer-events: none;
  -webkit-transition: all 400ms ease;
  transition: all 400ms ease;
}
.gallery-block .inner-box .content:before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  opacity: 0.7;
  border-radius: 30px;
  background-color: var(--theme-color1);
}
.gallery-block .inner-box .content .icon {
  position: relative;
  width: 50px;
  height: 50px;
  font-size: 22px;
  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;
  color: var(--theme-color-dark);
  background-color: var(--theme-color-light);
}

/*** 

====================================================================
    Faq Section
====================================================================

***/
.faq-section {
  position: relative;
  padding: 120px 0;
}

.accordion-box {
  position: relative;
}
.accordion-box .block {
  position: relative;
  width: 100%;
  margin-bottom: 20px;
  padding-bottom: 20px;
  border-bottom: 1px solid #CCCCCC;
}
.accordion-box .block:last-child {
  margin-bottom: 0;
}
.accordion-box .block .acc-btn {
  position: relative;
  font-size: 30px;
  padding: 20px 20px;
  padding-left: 80px;
  line-height: 1em;
  cursor: pointer;
  font-family: var(--style-font);
  color: var(--theme-color-dark);
  -webkit-transition: all 500ms ease;
  transition: all 500ms ease;
}
@media (max-width: 767.98px) {
  .accordion-box .block .acc-btn {
    font-size: 24px;
  }
}
@media (max-width: 575.98px) {
  .accordion-box .block .acc-btn {
    font-size: 22px;
    padding: 20px 15px;
    padding-left: 55px;
  }
}
.rtl .accordion-box .block .acc-btn {
  padding: 20px 20px;
  padding-right: 80px;
}
@media (max-width: 575.98px) {
  .rtl .accordion-box .block .acc-btn {
    padding: 20px 15px;
    padding-right: 55px;
  }
}
.accordion-box .block .acc-btn .icon {
  position: absolute;
  top: 50%;
  left: 0;
  width: 52px;
  height: 52px;
  font-size: 18px;
  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;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  color: var(--theme-color-dark);
  background-color: var(--theme-color2);
  -webkit-transition: all 300ms ease;
  transition: all 300ms ease;
}
@media (max-width: 575.98px) {
  .accordion-box .block .acc-btn .icon {
    width: 40px;
    height: 40px;
  }
}
.rtl .accordion-box .block .acc-btn .icon {
  left: auto;
  right: 0;
}
.accordion-box .block .acc-btn.active .icon {
  color: var(--theme-color-light);
  background-color: var(--theme-color1);
}
.accordion-box .block .acc-btn.active .icon:before {
  content: "\f068";
}
.accordion-box .block .acc-content {
  position: relative;
  padding-left: 80px;
  display: none;
}
@media (max-width: 575.98px) {
  .accordion-box .block .acc-content {
    padding-left: 0;
  }
}
.rtl .accordion-box .block .acc-content {
  padding-left: 0;
  padding-right: 80px;
}
@media (max-width: 575.98px) {
  .rtl .accordion-box .block .acc-content {
    padding-right: 0;
  }
}
.accordion-box .block .acc-content .text {
  display: block;
  font-size: 18px;
  line-height: 32px;
  margin-bottom: 0;
}
@media (max-width: 575.98px) {
  .accordion-box .block .acc-content .text {
    font-size: 16px;
    line-height: 26px;
  }
}
.accordion-box .block .acc-content.current {
  display: block;
}

/*** 

====================================================================
    History Section
====================================================================

***/
.history-section {
  position: relative;
  padding: 120px 0 90px;
}

.history-block.two .inner-box {
  border-bottom: 3px solid var(--theme-color2);
}
@media (max-width: 1199.98px) {
  .history-block.two .inner-box {
    border-bottom: none;
  }
}
.history-block:last-child .inner-box {
  border-bottom: 3px solid var(--theme-color2);
  padding-bottom: 35px;
}
.history-block .inner-box {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 35px;
  padding: 35px 0;
  border-top: 3px solid var(--theme-color2);
}
@media (max-width: 575.98px) {
  .history-block .inner-box {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    text-align: center;
    gap: 20px;
    padding-bottom: 0;
  }
}
.history-block .inner-box .year {
  position: relative;
  width: 140px;
  height: 140px;
  -ms-flex-negative: 0;
      flex-shrink: 0;
  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: var(--theme-color1);
  font-family: var(--style-font);
  border: 3px solid var(--theme-color2);
  background-color: var(--theme-color-light);
}
.history-block .inner-box .content-box {
  position: relative;
}
.history-block .inner-box .content-box .title {
  position: relative;
  margin-bottom: 10px;
  font-family: var(--style-font);
}
.history-block .inner-box .content-box .text {
  position: relative;
  margin-bottom: 0;
}

/***====================================================================
      Mega Menu CSS
====================================================================***/
.main-header .navigation > li.has-mega-menu {
  position: static;
}
@media (max-width: 991.98px) {
  .main-header .navigation > li.has-mega-menu {
    position: relative !important;
  }
}
.main-header .navigation > li > .mega-menu {
  position: absolute;
  width: 100%;
  max-width: 100%;
  min-width: 100%;
  padding: 30px 35px 25px;
  top: 100%;
  left: 0;
  z-index: 100;
  margin-top: 20px;
  opacity: 0;
  display: none;
  background-color: var(--theme-color-light);
  -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);
}
@media (max-width: 991.98px) {
  .main-header .navigation > li > .mega-menu {
    position: relative;
    display: none;
    opacity: 1;
    visibility: visible;
    margin: 0px;
    padding: 0px;
    width: 100%;
    border-radius: 0px;
    -webkit-transition: none !important;
    transition: none !important;
    -webkit-box-shadow: none;
            box-shadow: none;
    position: relative;
    width: 100%;
    padding: 0px !important;
    background: none !important;
    margin: 0px !important;
    left: 0px !important;
    top: 0px !important;
  }
}
.main-header .navigation > li:hover > .mega-menu {
  margin-top: 0;
  opacity: 1;
  visibility: visible;
  -webkit-transition: all 200ms ease;
  transition: all 200ms ease;
}
.main-header .navigation > li > .mega-menu .mega-menu-bar {
  position: relative;
}
.main-header .navigation > li > .mega-menu .mega-menu-bar h3 {
  position: relative;
  color: var(--theme-color-dark);
}
.main-header .navigation > li > .mega-menu .mega-menu-bar ul {
  position: relative;
  margin-bottom: -1px;
}
.main-header .navigation > li > .mega-menu .mega-menu-bar ul > li {
  position: relative;
  width: 100%;
  border-bottom: 1px solid #ebf1f5;
  -webkit-transition: all 500ms ease;
  transition: all 500ms ease;
}
.main-header .navigation > li > .mega-menu .mega-menu-bar .column {
  position: relative;
  margin-bottom: 10px;
}
@media (max-width: 991.98px) {
  .main-header .navigation > li > .mega-menu .mega-menu-bar .column {
    margin-bottom: 0;
  }
}
.main-header .navigation > li > .mega-menu .mega-menu-bar .column > ul > li:last-child {
  border: none;
}
@media (max-width: 991.98px) {
  .main-header .navigation > li > .mega-menu .mega-menu-bar .column > ul > li {
    padding-left: 20px;
    border-bottom: 1px solid rgba(255, 255, 255, 0.1);
  }
  .main-header .navigation > li > .mega-menu .mega-menu-bar .column > ul > li:first-child {
    border-top: 1px solid rgba(255, 255, 255, 0.1);
  }
  .main-header .navigation > li > .mega-menu .mega-menu-bar .column > ul > li:last-child {
    border-bottom: 1px solid rgba(255, 255, 255, 0.1);
  }
}
.main-header .navigation > li > .mega-menu .mega-menu-bar .column > ul > li > a {
  position: relative;
  display: block;
  padding: 10px 0px;
  line-height: 29px;
  font-weight: 400;
  font-size: 16px;
  font-family: var(--style-font);
  color: var(--theme-color-dark);
  text-align: left;
  text-transform: capitalize;
  -webkit-transition: all 200ms ease;
  transition: all 200ms ease;
}
@media (max-width: 991.98px) {
  .main-header .navigation > li > .mega-menu .mega-menu-bar .column > ul > li > a {
    font-family: var(--text-font);
  }
}
.rtl .main-header .navigation > li > .mega-menu .mega-menu-bar .column > ul > li > a {
  text-align: right;
}
.main-header .navigation > li > .mega-menu .mega-menu-bar .column > ul > li > a:hover {
  color: var(--theme-color1);
}
@media (max-width: 991.98px) {
  .main-header .navigation > li > .mega-menu .mega-menu-bar .column > ul > li > a {
    position: relative;
    display: block;
    line-height: 24px;
    padding: 10px 20px;
    font-size: 16px;
    font-weight: 400;
    text-transform: capitalize;
  }
}

/***

====================================================================
    Team Section
====================================================================

***/
.team-section {
  position: relative;
  padding: 120px 0 90px;
}
.team-section .sec-title-outer {
  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;
  margin-bottom: 50px;
}
.team-section .sec-title-outer .readmore {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 10px;
  z-index: 3;
  font-family: var(--style-font);
  letter-spacing: 1px;
  text-transform: uppercase;
  white-space: nowrap;
  -webkit-transition: all 300ms ease;
  transition: all 300ms ease;
}
@media (max-width: 767.98px) {
  .team-section .sec-title-outer .readmore {
    display: none;
  }
}
.team-section .sec-title-outer .readmore:hover {
  color: var(--theme-color1);
}
.team-section .sec-title-outer .readmore:hover .icon {
  background-color: var(--theme-color2);
}
.team-section .sec-title-outer .readmore .icon {
  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;
  border-radius: 50%;
  width: 40px;
  height: 40px;
  font-size: 14px;
  color: var(--theme-color-dark);
  border: 2px solid var(--theme-color2);
  -webkit-transition: all 300ms ease;
  transition: all 300ms ease;
}
@media (max-width: 991.98px) {
  .team-section .timing-column {
    display: none;
  }
}
.team-section .timing-column .inner-column {
  position: relative;
  border-radius: 30px;
  width: 100%;
  max-width: 300px;
  padding: 30px 35px;
  background-color: var(--theme-color1);
}
.team-section .timing-column .inner-column .title {
  position: relative;
  font-size: 28px;
  font-family: var(--style-font);
  text-transform: capitalize;
  color: var(--theme-color-light);
}
.team-section .timing-column .inner-column .time-box {
  position: relative;
  width: 100%;
  padding-top: 28px;
  padding-bottom: 30px;
  border-bottom: 2px dashed #f6979a;
}
.team-section .timing-column .inner-column .time-box.last {
  padding-bottom: 0;
  border-bottom: none;
}
.team-section .timing-column .inner-column .day,
.team-section .timing-column .inner-column .timing {
  position: relative;
  font-family: var(--style-font);
  color: var(--theme-color-light);
  font-size: 18px;
  margin-bottom: 0;
}

.team-block {
  position: relative;
  margin-bottom: 30px;
}
.team-block .inner-box {
  position: relative;
  padding: 20px 20px 0;
  overflow: hidden;
}
.team-block .inner-box:before {
  content: "";
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
  height: 80%;
  border-radius: 30px;
  background-color: var(--theme-color-light);
  -webkit-transition: all 300ms ease;
  transition: all 300ms ease;
}
.team-block .inner-box:hover:before {
  height: 100%;
}
.team-block .inner-box:hover .image-box .image img:first-child {
  -webkit-transform: translateX(0) scaleX(1);
          transform: translateX(0) scaleX(1);
  opacity: 1;
  -webkit-filter: blur(0);
          filter: blur(0);
}
.team-block .inner-box:hover .image-box .image img:nth-child(2) {
  -webkit-transform: translateX(-50%) scaleX(2);
          transform: translateX(-50%) scaleX(2);
  opacity: 0;
  -webkit-filter: blur(10px);
          filter: blur(10px);
}
.team-block .inner-box:hover .image-box .social-links {
  -webkit-transform: scale(1);
          transform: scale(1);
  visibility: visible;
}
.team-block .inner-box .image-box {
  position: relative;
}
.team-block .inner-box .image-box .image {
  position: relative;
  overflow: hidden;
  border-radius: 25px;
  margin-bottom: 0;
  z-index: 1;
}
.team-block .inner-box .image-box .image img {
  position: relative;
  width: 100%;
  display: block;
  -webkit-transition: all 500ms ease;
  transition: all 500ms ease;
  z-index: 33;
}
.team-block .inner-box .image-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);
  z-index: 33;
}
.team-block .inner-box .image-box .icon-box {
  position: absolute;
  right: 10px;
  bottom: 10px;
}
.rtl .team-block .inner-box .image-box .icon-box {
  right: auto;
  left: 10px;
}
.team-block .inner-box .image-box .icon-box .icon {
  position: relative;
  display: block;
  height: 50px;
  width: 50px;
  line-height: 50px;
  text-align: center;
  font-size: 22px;
  border-radius: 50%;
  color: var(--theme-color-dark);
  background-color: var(--theme-color-light);
  z-index: 3;
}
.team-block .inner-box .image-box .social-links {
  position: absolute;
  right: 10px;
  bottom: 70px;
  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;
  -webkit-transform-origin: bottom;
          transform-origin: bottom;
  gap: 5px;
  -webkit-transform: scaleY(0);
          transform: scaleY(0);
  visibility: hidden;
  z-index: 5;
  -webkit-transition: all 500ms ease;
  transition: all 500ms ease;
}
.rtl .team-block .inner-box .image-box .social-links {
  right: auto;
  left: 10px;
}
.team-block .inner-box .image-box .social-links a {
  position: relative;
  height: 50px;
  width: 50px;
  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%;
  font-size: 18px;
  color: var(--theme-color-dark);
  background-color: var(--theme-color2);
  -webkit-transition: all 300ms ease;
  transition: all 300ms ease;
}
.team-block .inner-box .image-box .social-links a:hover {
  color: var(--theme-color-light);
  background-color: var(--theme-color1);
}
.team-block .inner-box .content-box {
  position: relative;
  padding: 30px 15px;
}
.team-block .inner-box .content-box .title {
  position: relative;
  font-size: 40px;
  line-height: 1em;
  font-family: var(--style-font);
  margin-bottom: 15px;
}
.team-block .inner-box .content-box .title a:hover {
  color: var(--theme-color1);
}
.team-block .inner-box .content-box .designation {
  position: relative;
  display: block;
  margin-bottom: 0;
  font-family: var(--style-font);
  color: var(--theme-color1);
}

/***

====================================================================
    Team Section Two
====================================================================

***/
.team-section-two {
  position: relative;
  padding: 120px 0 90px;
}

.team-block-two {
  position: relative;
  margin-bottom: 30px;
}
.team-block-two .inner-box {
  position: relative;
  border-radius: 30px;
  margin-top: 45px;
  padding-bottom: 30px;
  text-align: center;
  border: 3px solid var(--theme-color2);
  -webkit-transition: all 300ms ease;
  transition: all 300ms ease;
}
.team-block-two .inner-box:before {
  content: "";
  position: absolute;
  top: -3px;
  left: -3px;
  right: -3px;
  width: auto;
  height: 190px;
  border-radius: 30px 30px 100px 100px;
  background-color: var(--theme-color2);
  z-index: 3;
}
.team-block-two .inner-box:after {
  content: "";
  position: absolute;
  top: 20px;
  left: 0;
  bottom: 0;
  height: auto;
  width: 100%;
  -webkit-transform: scaleY(0);
          transform: scaleY(0);
  border-radius: 30px;
  -webkit-transform-origin: top;
          transform-origin: top;
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
  background-image: url(../images/icons/shape-8.png);
  -webkit-transition: all 300ms ease;
  transition: all 300ms ease;
}
.team-block-two .inner-box:hover {
  border-color: var(--theme-color-dark);
}
.team-block-two .inner-box:hover:after {
  -webkit-transform: scaleY(1);
          transform: scaleY(1);
}
.team-block-two .inner-box:hover .image img {
  -webkit-transform: scale(1.1);
          transform: scale(1.1);
}
.team-block-two .inner-box:hover .content-box .title {
  color: var(--theme-color-light);
}
.team-block-two .inner-box .image {
  position: relative;
  z-index: 3;
  width: 350px;
  height: 350px;
  margin: -45px auto 0;
  border-radius: 50%;
  overflow: hidden;
  margin-bottom: 0;
  z-index: 5;
}
@media (max-width: 575.98px) {
  .team-block-two .inner-box .image {
    width: 95%;
    height: 95%;
  }
}
.team-block-two .inner-box .image img {
  -o-object-fit: cover;
     object-fit: cover;
  width: 100%;
  height: 100%;
  -webkit-transition: all 300ms ease;
  transition: all 300ms ease;
}
.team-block-two .inner-box .content-box {
  position: relative;
  padding-top: 20px;
  z-index: 5;
}
.team-block-two .inner-box .content-box .title {
  position: relative;
  margin-bottom: 10px;
}
.team-block-two .inner-box .content-box .title a:hover {
  color: var(--theme-color2);
}
.team-block-two .inner-box .content-box .designation {
  position: relative;
  font-size: 18px;
  margin-bottom: 15px;
  color: var(--theme-color1);
  font-family: var(--style-font);
}
.team-block-two .inner-box .content-box .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: center;
      -ms-flex-pack: center;
          justify-content: center;
  gap: 15px;
}
.team-block-two .inner-box .content-box .social-links a {
  position: relative;
  width: 50px;
  height: 50px;
  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: 1px solid #8f8f8f;
  border-radius: 50%;
  background-color: var(--theme-color-light);
}
.team-block-two .inner-box .content-box .social-links a:hover {
  background-color: var(--theme-color2);
}

/*** 

====================================================================
    Login Section
====================================================================

***/
.login-section {
  position: relative;
  padding: 120px 0px 70px;
}
.login-section .column {
  position: relative;
  margin-bottom: 50px;
}
.login-section .title {
  position: relative;
  margin-bottom: 25px;
}

.login-form {
  position: relative;
  margin-bottom: 40px;
  padding: 30px 40px 25px;
  max-width: 500px;
  margin: 0 auto;
  border-radius: 0 0 10px 10px;
  -webkit-box-shadow: 0 0 20px rgba(0, 0, 0, 0.1);
          box-shadow: 0 0 20px rgba(0, 0, 0, 0.1);
  background-color: rgba(0, 0, 0, 0.02);
  -webkit-transition: all 300ms ease;
  transition: all 300ms ease;
}
@media (max-width: 991.98px) {
  .login-form {
    max-width: 100%;
  }
}
@media (max-width: 575.98px) {
  .login-form {
    padding: 20px;
  }
}
.login-form .form-group {
  position: relative;
  margin-bottom: 20px;
}
.login-form .form-group label {
  position: relative;
  top: -1px;
  color: #999999;
  font-weight: 400;
  font-size: 16px;
}
.login-form input[type=text],
.login-form input[type=password],
.login-form input[type=tel],
.login-form input[type=email] {
  position: relative;
  display: block;
  width: 100%;
  line-height: 28px;
  padding: 10px 20px;
  height: 50px;
  color: #777777;
  font-size: 16px;
  border-radius: 15px;
  border: 1px solid #dddddd;
  background-color: var(--theme-color-light);
  -webkit-transition: all 300ms ease;
  transition: all 300ms ease;
}
.login-form input[type=text]:focus,
.login-form input[type=password]:focus,
.login-form input[type=tel]:focus,
.login-form input[type=email]:focus {
  border-color: var(--theme-color1);
}
.login-form .theme-btn {
  width: 100%;
}
@media (max-width: 575.98px) {
  .login-form .theme-btn {
    padding: 8px 37px;
  }
}
.login-form .psw {
  position: relative;
  color: #999999;
  font-size: 16px;
  -webkit-transition: all 300ms ease;
  transition: all 300ms ease;
}
.login-form .psw:hover {
  text-decoration: underline;
}

/*** 

====================================================================
    Contact Section
====================================================================

***/
.contact-section {
  position: relative;
  padding: 120px 0 70px;
  overflow: hidden;
}
.contact-section .sec-title-outer {
  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;
  margin-bottom: 50px;
}
@media (max-width: 1199.98px) {
  .contact-section .sec-title-outer {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    text-align: center;
    gap: 20px;
  }
}
@media (max-width: 1199.98px) {
  .contact-section .sec-title-outer h2 br {
    display: none;
  }
}
.contact-section .outer-box {
  position: relative;
}
.contact-section .outer-box .image.style-two {
  position: absolute;
  bottom: 25px;
  left: -230px;
  width: 600px;
  margin-bottom: 0;
}
@media (max-width: 1199.98px) {
  .contact-section .outer-box .image.style-two {
    display: none;
  }
}
.contact-section .outer-box .contact-outer {
  position: relative;
  width: 75%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 30px;
  margin-left: auto;
}
@media (max-width: 1399.98px) {
  .contact-section .outer-box .contact-outer {
    width: 85%;
  }
}
@media (max-width: 1199.98px) {
  .contact-section .outer-box .contact-outer {
    width: 100%;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    gap: 50px;
  }
}
@media (max-width: 991.98px) {
  .contact-section .outer-box .contact-outer {
    gap: 20px;
  }
}
@media (max-width: 767.98px) {
  .contact-section .outer-box .contact-outer {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
}
.contact-section .outer-box .contact-info-box {
  position: relative;
  border-radius: 30px;
  padding: 56px 36px;
  text-align: center;
  max-width: 415px;
  width: 100%;
  display: inline-block;
  background-color: #ec2126;
  z-index: 1;
}
@media (max-width: 991.98px) {
  .contact-section .outer-box .contact-info-box {
    max-width: 305px;
    padding: 30px 15px;
  }
}
@media (max-width: 767.98px) {
  .contact-section .outer-box .contact-info-box {
    max-width: 100%;
  }
}
.contact-section .outer-box .contact-info-box .image {
  position: relative;
  display: block;
  width: 100%;
  margin-bottom: 40px;
}
.contact-section .outer-box .contact-info-box .image img {
  width: 60%;
}
@media (max-width: 767.98px) {
  .contact-section .outer-box .contact-info-box .image img {
    width: 200px;
  }
}
.contact-section .outer-box .contact-info-box .sub-title {
  position: relative;
  margin-bottom: 8px;
  font-size: 20px;
  font-family: var(--title-font);
  color: var(--theme-color-light);
}
.contact-section .outer-box .contact-info-box .title {
  position: relative;
  font-size: 30px;
  margin-bottom: 8px;
  text-transform: uppercase;
  color: var(--theme-color-light);
}
@media (max-width: 575.98px) {
  .contact-section .outer-box .contact-info-box .title {
    font-size: 28px;
  }
}
.contact-section .outer-box .contact-info-box .text {
  position: relative;
  margin-bottom: 30px;
  font-weight: 700;
  color: var(--theme-color-light);
}

.contact-form {
  position: relative;
  padding: 56px 42px;
  border-radius: 30px;
  width: 100%;
  background-color: #171717;
}
@media (max-width: 991.98px) {
  .contact-form {
    padding: 40px 24px;
  }
}
@media (max-width: 575.98px) {
  .contact-form {
    padding: 30px 20px;
  }
}
.contact-form .title {
  position: relative;
  color: var(--theme-color-light);
  text-transform: uppercase;
  margin-bottom: 30px;
}
@media (max-width: 991.98px) {
  .contact-form .title {
    font-size: 24px;
  }
}
.contact-form .form-group {
  position: relative;
  margin-bottom: 20px;
}
.contact-form .form-group .input-outer {
  position: relative;
}
.contact-form .form-group .icon {
  position: absolute;
  top: 50%;
  right: 20px;
  font-size: 22px;
  color: var(--theme-color2);
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
}
.rtl .contact-form .form-group .icon {
  right: auto;
  left: 20px;
}
.contact-form .select2-container--default .select2-selection--single,
.contact-form input:not([type=submit]),
.contact-form textarea,
.contact-form select {
  position: relative;
  display: block;
  height: 65px;
  width: 100%;
  padding: 20px 20px;
  font-size: 16px;
  border-radius: 20px;
  font-weight: 400;
  color: #d2d2d2;
  border: 1px solid #a3a3a3;
  background-color: transparent;
  margin-bottom: 0;
  -webkit-transition: all 300ms ease;
  transition: all 300ms ease;
}
.rtl .contact-form .select2-container--default .select2-selection--single,
.rtl .contact-form input:not([type=submit]),
.rtl .contact-form textarea,
.rtl .contact-form select {
  text-align: right;
}
.contact-form ::-webkit-input-placeholder {
  color: #d2d2d2;
}
.contact-form input:focus,
.contact-form select:focus,
.contact-form textarea:focus {
  border-color: var(--theme-color2);
}
.contact-form .theme-btn {
  width: 100%;
  color: var(--theme-color-light);
  border: 3px solid var(--theme-color2);
  background-color: transparent;
}
.contact-form .theme-btn:before {
  background-color: var(--theme-color2);
}
.contact-form .theme-btn:hover {
  color: var(--theme-color-dark);
}

.counter-block {
  margin-bottom: 30px;
}
.counter-block .inner-box {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 10px;
}
@media (max-width: 575.98px) {
  .counter-block .inner-box {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    text-align: center;
  }
}
.counter-block .inner-box:hover .icon-box .icon {
  -webkit-transform: scaleX(-1);
          transform: scaleX(-1);
}
.counter-block .inner-box .icon-box {
  position: relative;
}
.counter-block .inner-box .icon-box .icon {
  position: relative;
  width: 78px;
  height: 78px;
  font-size: 40px;
  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;
  background-color: var(--theme-color2);
  -webkit-transition: all 300ms ease;
  transition: all 300ms ease;
}
.counter-block .inner-box .icon-box .icon-border-2 {
  position: relative;
  margin: 0 auto;
}
.counter-block .inner-box .count-box {
  position: relative;
  margin-bottom: 0;
  font-size: 80px;
  line-height: 100%;
  color: var(--theme-color1);
  font-family: var(--style-font);
}
@media (max-width: 575.98px) {
  .counter-block .inner-box .count-box {
    font-size: 60px;
  }
}
.counter-block .inner-box .counter-title {
  position: relative;
  font-size: 18px;
  font-family: var(--style-font);
  margin-bottom: 0;
  white-space: nowrap;
}

/*** 

====================================================================
    Contact Section Two
====================================================================

***/
.contact-section-two {
  position: relative;
  padding: 120px 0;
}
.contact-section-two .outer-box {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 80px;
  overflow: hidden;
  border-radius: 30px;
}
@media (max-width: 1199.98px) {
  .contact-section-two .outer-box {
    gap: 30px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
}
@media (max-width: 575.98px) {
  .contact-section-two .outer-box {
    gap: 0;
  }
}
.contact-section-two .content-box {
  position: relative;
  width: 50%;
  padding: 50px 60px 50px;
}
@media (max-width: 1199.98px) {
  .contact-section-two .content-box {
    width: 100%;
  }
}
@media (max-width: 991.98px) {
  .contact-section-two .content-box {
    padding: 50px 30px;
  }
}
@media (max-width: 767.98px) {
  .contact-section-two .content-box {
    padding: 50px 15px;
  }
}
.contact-section-two .content-box .title-box {
  position: relative;
  margin-bottom: 30px;
}
.contact-section-two .content-box .title-box .subtitle {
  position: relative;
  font-family: var(--style-font);
  color: var(--theme-color1);
}
.contact-section-two .content-box .title-box .title {
  position: relative;
  font-size: 50px;
  margin-bottom: 0;
  text-transform: uppercase;
}
.contact-section-two .image-box {
  position: relative;
}
.contact-section-two .image-box .inner-box {
  height: 100%;
}
.contact-section-two .image-box .image {
  position: relative;
  height: 100%;
  margin-bottom: 0;
}
@media (max-width: 1199.98px) {
  .contact-section-two .image-box .image {
    height: 550px;
  }
}
@media (max-width: 575.98px) {
  .contact-section-two .image-box .image {
    height: 100%;
  }
}
.contact-section-two .image-box .image img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.contact-section-two .image-box .image.two {
  position: absolute;
  left: -80px;
  bottom: 0;
  height: auto;
}
@media (max-width: 575.98px) {
  .contact-section-two .image-box .image.two {
    display: none;
  }
}
.rtl .contact-section-two .image-box .image.two {
  right: -80px;
  left: auto;
}

.contact-form-two {
  position: relative;
}
.contact-form-two .form-group {
  position: relative;
  margin-bottom: 20px;
}
.contact-form-two .form-group .input-outer {
  position: relative;
}
.contact-form-two .form-group .icon {
  position: absolute;
  top: 50%;
  right: 20px;
  font-size: 25px;
  line-height: 1em;
  color: var(--theme-color2);
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
}
.rtl .contact-form-two .form-group .icon {
  right: auto;
  left: 20px;
}
.contact-form-two .select2-container--default .select2-selection--single,
.contact-form-two input:not([type=submit]),
.contact-form-two textarea,
.contact-form-two select {
  position: relative;
  display: block;
  height: 65px;
  width: 100%;
  padding: 20px 20px;
  font-size: 16px;
  border-radius: 20px;
  font-weight: 400;
  color: #444444;
  border: 1px solid transparent;
  background-color: var(--theme-color-light);
  -webkit-box-shadow: 0 15px 22px rgba(0, 0, 0, 0.1019607843);
          box-shadow: 0 15px 22px rgba(0, 0, 0, 0.1019607843);
  margin-bottom: 0;
  -webkit-transition: all 300ms ease;
  transition: all 300ms ease;
}
.rtl .contact-form-two .select2-container--default .select2-selection--single,
.rtl .contact-form-two input:not([type=submit]),
.rtl .contact-form-two textarea,
.rtl .contact-form-two select {
  text-align: right;
}
.contact-form-two ::-webkit-input-placeholder {
  color: #444444;
}
.contact-form-two input:focus,
.contact-form-two select:focus,
.contact-form-two textarea:focus {
  border-color: var(--theme-color2);
}
.contact-form-two .theme-btn {
  width: 100%;
}

/*** 

====================================================================
    Contact Section Three
====================================================================

***/
.contact-section-three {
  position: relative;
  padding: 120px 0 70px;
}
.contact-section-three .content-column {
  margin-bottom: 50px;
}
.contact-section-three .content-column .inner-column {
  position: relative;
}
.contact-section-three .info-column {
  margin-bottom: 20px;
}
.contact-section-three .info-column .inner-column {
  position: relative;
}

.contact-info-box-two {
  margin-bottom: 30px;
}
.contact-info-box-two.one .inner-box {
  border-radius: 500px 500px 100px;
}
.rtl .contact-info-box-two.one .inner-box {
  border-radius: 505px 505px 505px 100px;
}
.contact-info-box-two.two .inner-box {
  border-radius: 500px 500px 500px 100px;
}
.rtl .contact-info-box-two.two .inner-box {
  border-radius: 505px 505px 100px 505px;
}
.contact-info-box-two.three .inner-box {
  border-radius: 500px 100px 500px 500px;
}
.rtl .contact-info-box-two.three .inner-box {
  border-radius: 100px 505px 505px 505px;
}
.contact-info-box-two.four .inner-box {
  border-radius: 100px 500px 500px 500px;
}
.rtl .contact-info-box-two.four .inner-box {
  border-radius: 505px 100px 505px 505px;
}
.contact-info-box-two .inner-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;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  overflow: hidden;
  height: 260px;
  text-align: center;
  border: 3px solid var(--theme-color2);
  -webkit-transition: all 300ms ease;
  transition: all 300ms ease;
}
@media (max-width: 575.98px) {
  .contact-info-box-two .inner-box {
    border-radius: 20px !important;
  }
}
.contact-info-box-two .inner-box:hover {
  background-color: var(--theme-color2);
}
.contact-info-box-two .inner-box:hover .icon {
  -webkit-transform: scaleX(-1);
          transform: scaleX(-1);
}
.contact-info-box-two .inner-box .icon {
  position: relative;
  font-size: 68px;
  line-height: 1em;
  margin-bottom: 15px;
  color: var(--theme-color1);
  -webkit-transition: all 300ms ease;
  transition: all 300ms ease;
}
.contact-info-box-two .inner-box .text {
  position: relative;
  margin-bottom: 0;
  font-size: 18px;
  font-family: var(--style-font);
}
.contact-info-box-two .inner-box .text a {
  position: relative;
  display: block;
}
.contact-info-box-two .inner-box .text a:hover {
  color: var(--theme-color1);
}

.contact-form-three {
  position: relative;
}
.contact-form-three .form-group {
  position: relative;
  margin-bottom: 20px;
}
.contact-form-three .select2-container--default .select2-selection--single,
.contact-form-three input:not([type=submit]),
.contact-form-three textarea,
.contact-form-three select {
  position: relative;
  display: block;
  height: 60px;
  width: 100%;
  padding: 20px 20px;
  font-size: 16px;
  border-radius: 20px;
  font-weight: 400;
  color: #444444;
  border: 1px solid #d4d4d4;
  background-color: #fffefa;
  margin-bottom: 0;
  -webkit-transition: all 300ms ease;
  transition: all 300ms ease;
}
.rtl .contact-form-three .select2-container--default .select2-selection--single,
.rtl .contact-form-three input:not([type=submit]),
.rtl .contact-form-three textarea,
.rtl .contact-form-three select {
  text-align: right;
}
.contact-form-three ::-webkit-input-placeholder {
  color: #444444;
}
.contact-form-three input:focus,
.contact-form-three select:focus,
.contact-form-three textarea:focus {
  border-color: var(--theme-color1);
}
.contact-form-three textarea {
  height: 130px;
  resize: none;
}

/*** 

====================================================================
    Testimonials Section
====================================================================

***/
.testimonial-section {
  position: relative;
  padding: 120px 0 70px;
}
.testimonial-section .reviews-column {
  margin-bottom: 50px;
}
.testimonial-section .reviews-column .inner-column {
  position: relative;
  padding: 60px 60px;
  border-radius: 30px;
  overflow: hidden;
  margin-right: 40px;
}
@media (max-width: 1399.98px) {
  .testimonial-section .reviews-column .inner-column {
    padding: 60px 28px;
  }
}
@media (max-width: 1199.98px) {
  .testimonial-section .reviews-column .inner-column {
    margin-right: 0;
    padding: 50px 50px 30px;
  }
}
@media (max-width: 991.98px) {
  .testimonial-section .reviews-column .inner-column {
    padding: 50px 30px 30px;
  }
}
@media (max-width: 575.98px) {
  .testimonial-section .reviews-column .inner-column {
    padding: 40px 20px 25px;
    text-align: center;
  }
}
@media (max-width: 575.98px) {
  .testimonial-section .reviews-column .inner-column .sec-title {
    margin-bottom: 30px;
  }
}
.testimonial-section .poster-column {
  margin-bottom: 50px;
}
.testimonial-section .poster-column .inner-column {
  position: relative;
  margin-left: -40px;
}
@media (max-width: 1199.98px) {
  .testimonial-section .poster-column .inner-column {
    margin-left: 0;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    gap: 30px;
  }
}
@media (max-width: 1199.98px) and (max-width: 991.98px) {
  .testimonial-section .poster-column .inner-column {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    gap: 0;
  }
}
@media (max-width: 1199.98px) {
  .testimonial-section .poster-column .inner-column .poster-block {
    width: 50%;
  }
}
@media (max-width: 1199.98px) and (max-width: 991.98px) {
  .testimonial-section .poster-column .inner-column .poster-block {
    width: 100%;
  }
}
.testimonial-section .swiper-pagination {
  position: relative;
  text-align: left;
  margin-top: 50px;
}
@media (max-width: 575.98px) {
  .testimonial-section .swiper-pagination {
    text-align: center;
  }
}
.rtl .testimonial-section .swiper-pagination {
  text-align: right;
}
@media (max-width: 575.98px) {
  .rtl .testimonial-section .swiper-pagination {
    text-align: center;
  }
}
.testimonial-section .swiper-pagination .swiper-pagination-bullet {
  position: relative;
  width: 54px;
  height: 4px;
  opacity: 1;
  border-radius: 3px;
  margin: 0 4px;
  background-color: #6c6c6c;
  -webkit-transition: all 400ms ease;
  transition: all 400ms ease;
}
@media (max-width: 575.98px) {
  .testimonial-section .swiper-pagination .swiper-pagination-bullet {
    width: 40px;
  }
}
.testimonial-section .swiper-pagination .swiper-pagination-bullet-active {
  width: 139px;
  background-color: var(--theme-color1);
}
@media (max-width: 575.98px) {
  .testimonial-section .swiper-pagination .swiper-pagination-bullet-active {
    width: 90px;
  }
}

.testimonial-block .inner-box {
  position: relative;
}
@media (max-width: 575.98px) {
  .testimonial-block .inner-box {
    text-align: center;
  }
}
.testimonial-block .inner-box .text {
  position: relative;
  font-family: var(--style-font);
  color: #444;
  font-size: 28px;
  line-height: 1.6em;
  margin-bottom: 30px;
}
@media (max-width: 575.98px) {
  .testimonial-block .inner-box .text {
    font-size: 22px;
  }
}
.testimonial-block .inner-box .author-box {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 20px;
}
@media (max-width: 575.98px) {
  .testimonial-block .inner-box .author-box {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
}
.testimonial-block .inner-box .author-box .image {
  position: relative;
  width: 80px;
  height: 80px;
  overflow: hidden;
  -ms-flex-negative: 0;
      flex-shrink: 0;
  border-radius: 20px;
  border: 2px solid var(--theme-color2);
}
.testimonial-block .inner-box .author-box .name {
  position: relative;
  font-size: 36px;
  font-family: var(--style-font);
  margin-bottom: 3px;
}
@media (max-width: 575.98px) {
  .testimonial-block .inner-box .author-box .name {
    font-size: 24px;
  }
}
.testimonial-block .inner-box .author-box .text {
  position: relative;
  font-family: var(--style-font);
  color: var(--theme-color1);
  font-size: 18px;
  margin-bottom: 0;
}
@media (max-width: 575.98px) {
  .testimonial-block .inner-box .author-box .text {
    font-size: 14px;
  }
}

/*** 

====================================================================
    Testimonials Section Two
====================================================================

***/
.testimonial-section-two {
  position: relative;
  padding: 120px 0;
}
.testimonial-section-two .nav-box {
  position: absolute;
  top: 50%;
  left: 0;
  right: 0;
  height: 90px;
  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;
  max-width: 1350px;
  width: 100%;
  margin: 0 auto;
}
@media (max-width: 767.98px) {
  .testimonial-section-two .nav-box {
    position: relative;
    top: auto;
    max-width: 100%;
    height: 70px;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    gap: 30px;
  }
}
@media (max-width: 575.98px) {
  .testimonial-section-two .nav-box {
    height: 55px;
  }
}
@media (max-width: 767.98px) {
  .rtl .testimonial-section-two .nav-box {
    gap: 0;
  }
}
.testimonial-section-two .nav-box .swiper-button-prev,
.testimonial-section-two .nav-box .swiper-button-next {
  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: 90px;
  height: 90px;
  font-size: 20px;
  border-radius: 50%;
  color: var(--theme-color-dark);
  border: 2px solid var(--theme-color2);
  -webkit-transition: all 300ms ease;
  transition: all 300ms ease;
}
@media (max-width: 767.98px) {
  .testimonial-section-two .nav-box .swiper-button-prev,
  .testimonial-section-two .nav-box .swiper-button-next {
    width: 70px;
    height: 70px;
    top: auto;
  }
}
@media (max-width: 575.98px) {
  .testimonial-section-two .nav-box .swiper-button-prev,
  .testimonial-section-two .nav-box .swiper-button-next {
    width: 55px;
    height: 55px;
    font-size: 18px;
  }
}
.rtl .testimonial-section-two .nav-box .swiper-button-prev,
.rtl .testimonial-section-two .nav-box .swiper-button-next {
  -webkit-transform: scaleX(-1);
          transform: scaleX(-1);
}
.testimonial-section-two .nav-box .swiper-button-prev:after,
.testimonial-section-two .nav-box .swiper-button-next:after {
  display: none;
}
.testimonial-section-two .nav-box .swiper-button-prev:hover,
.testimonial-section-two .nav-box .swiper-button-next:hover {
  background-color: var(--theme-color2);
  color: var(--theme-color-dark);
}
.testimonial-section-two .swiper {
  position: relative;
  margin: 0 55px;
  z-index: 15;
}
@media (max-width: 767.98px) {
  .testimonial-section-two .swiper {
    margin: 0;
  }
}

.testimonial-block-two {
  position: relative;
  padding: 30px 0;
  z-index: 3;
}
@media (max-width: 575.98px) {
  .testimonial-block-two {
    padding-top: 0;
  }
}
.testimonial-block-two .inner-box {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  width: 100%;
  border-radius: 20px;
  border: 3px solid var(--theme-color2);
  background-color: var(--theme-color-light);
}
@media (max-width: 1199.98px) {
  .testimonial-block-two .inner-box {
    text-align: center;
  }
}
.testimonial-block-two .inner-box .content-box {
  position: relative;
  max-width: 800px;
  padding: 65px 60px;
}
@media (max-width: 1199.98px) {
  .testimonial-block-two .inner-box .content-box {
    max-width: 100%;
    padding: 50px 40px;
  }
}
@media (max-width: 991.98px) {
  .testimonial-block-two .inner-box .content-box {
    padding: 40px 30px;
  }
}
@media (max-width: 575.98px) {
  .testimonial-block-two .inner-box .content-box {
    padding: 30px 20px;
  }
}
.testimonial-block-two .inner-box .content-box .text {
  position: relative;
  font-family: var(--style-font);
  color: #444444;
  font-size: 30px;
  line-height: 1.6em;
  margin-bottom: 30px;
}
@media (max-width: 991.98px) {
  .testimonial-block-two .inner-box .content-box .text {
    font-size: 24px;
    margin-bottom: 20px;
  }
}
@media (max-width: 575.98px) {
  .testimonial-block-two .inner-box .content-box .text {
    font-size: 20px;
  }
}
.testimonial-block-two .inner-box .content-box .author-box {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 20px;
}
@media (max-width: 1199.98px) {
  .testimonial-block-two .inner-box .content-box .author-box {
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
}
.testimonial-block-two .inner-box .content-box .author-box .image {
  position: relative;
  width: 80px;
  height: 80px;
  overflow: hidden;
  -ms-flex-negative: 0;
      flex-shrink: 0;
  border-radius: 20px;
  border: 2px solid var(--theme-color2);
}
.testimonial-block-two .inner-box .content-box .author-box .name {
  position: relative;
  font-size: 36px;
  font-family: var(--style-font);
  margin-bottom: 3px;
}
@media (max-width: 991.98px) {
  .testimonial-block-two .inner-box .content-box .author-box .name {
    font-size: 30px;
  }
}
@media (max-width: 575.98px) {
  .testimonial-block-two .inner-box .content-box .author-box .name {
    font-size: 24px;
  }
}
.testimonial-block-two .inner-box .content-box .author-box .text {
  position: relative;
  font-family: var(--style-font);
  color: var(--theme-color1);
  font-size: 18px;
  margin-bottom: 0;
}
@media (max-width: 991.98px) {
  .testimonial-block-two .inner-box .content-box .author-box .text {
    font-size: 16px;
  }
}
.testimonial-block-two .inner-box .image-box {
  position: absolute;
  top: 0;
  right: 25px;
  width: 100%;
  max-width: 30%;
  height: 100%;
  z-index: 3;
}
@media (max-width: 1199.98px) {
  .testimonial-block-two .inner-box .image-box {
    display: none;
  }
}
.rtl .testimonial-block-two .inner-box .image-box {
  right: auto;
  left: 25px;
}
.testimonial-block-two .inner-box .image-box .image {
  position: relative;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  margin-bottom: 0;
}
.testimonial-block-two .inner-box .image-box .image img {
  position: relative;
  width: 100%;
  height: 100%;
  border-radius: 30px;
  -o-object-fit: cover;
     object-fit: cover;
}

/*** 

====================================================================
    Why Choose Us
====================================================================

***/
.why-choose-us {
  position: relative;
  padding: 120px 0 70px;
}
.why-choose-us .sec-title-outer {
  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;
  -webkit-box-align: end;
      -ms-flex-align: end;
          align-items: flex-end;
  margin-bottom: 50px;
}
@media (max-width: 1399.98px) {
  .why-choose-us .sec-title-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;
  }
}
@media (max-width: 575.98px) {
  .why-choose-us .sec-title-outer {
    text-align: center;
  }
}
@media (max-width: 1399.98px) {
  .why-choose-us .sec-title-outer h2 br {
    display: none;
  }
}
.why-choose-us .sec-title-outer .text {
  max-width: 625px;
  font-size: 18px;
  line-height: 32px;
}
@media (max-width: 1399.98px) {
  .why-choose-us .sec-title-outer .text {
    max-width: 100%;
    padding-top: 10px;
  }
}
@media (max-width: 575.98px) {
  .why-choose-us .sec-title-outer .text {
    font-size: 16px;
    line-height: 26px;
  }
}
.why-choose-us .content-column {
  margin-bottom: 20px;
}
.why-choose-us .content-column .inner-column {
  position: relative;
  padding-left: 40px;
}
@media (max-width: 1199.98px) {
  .why-choose-us .content-column .inner-column {
    padding-left: 0;
  }
}
@media (max-width: 575.98px) {
  .why-choose-us .content-column .inner-column {
    text-align: center;
  }
}
.rtl .why-choose-us .content-column .inner-column {
  padding-left: 0;
  padding-right: 40px;
}
@media (max-width: 1199.98px) {
  .rtl .why-choose-us .content-column .inner-column {
    padding-right: 0;
  }
}
.why-choose-us .image-column {
  margin-bottom: 50px;
}
.why-choose-us .image-column .inner-column {
  position: relative;
}
.why-choose-us .image-column .inner-column .image-box {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: end;
      -ms-flex-align: end;
          align-items: flex-end;
  gap: 24px;
}
.why-choose-us .image-column .inner-column .icon-6 {
  position: absolute;
  top: 170px;
  left: 100px;
}
@media (max-width: 1199.98px) {
  .why-choose-us .image-column .inner-column .icon-6 {
    display: none;
  }
}
.why-choose-us .image-column .inner-column .image {
  position: relative;
  border-radius: 20px;
  overflow: hidden;
  margin-bottom: 0;
}
@media (max-width: 1199.98px) {
  .why-choose-us .image-column .inner-column .image {
    width: 50%;
    height: 100%;
  }
}
@media (max-width: 575.98px) {
  .why-choose-us .image-column .inner-column .image {
    width: 100%;
    height: 100%;
  }
}
.why-choose-us .image-column .inner-column .image img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
@media (max-width: 575.98px) {
  .why-choose-us .image-column .inner-column .image.one {
    display: none;
  }
}
.why-choose-us .image-column .inner-column .video-box {
  position: absolute;
  top: 0;
  left: 180px;
}
@media (max-width: 1199.98px) {
  .why-choose-us .image-column .inner-column .video-box {
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
            transform: translate(-50%, -50%);
  }
}
.rtl .why-choose-us .image-column .inner-column .video-box {
  left: auto;
  right: 180px;
}
@media (max-width: 1199.98px) {
  .rtl .why-choose-us .image-column .inner-column .video-box {
    right: 50%;
    -webkit-transform: translate(50%, -50%);
            transform: translate(50%, -50%);
  }
}

.why-us-block {
  margin-bottom: 30px;
}
.why-us-block .inner-box {
  position: relative;
}
.why-us-block .inner-box:hover .icon-box .icon {
  -webkit-transform: scaleX(-1);
          transform: scaleX(-1);
}
.why-us-block .inner-box .icon-box {
  position: relative;
  display: inline-block;
  margin-bottom: 10px;
}
.why-us-block .inner-box .icon-box .icon {
  position: relative;
  width: 105px;
  height: 105px;
  font-size: 60px;
  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;
  background-color: var(--theme-color2);
  -webkit-transition: all 300ms ease;
  transition: all 300ms ease;
}
.why-us-block .inner-box .icon-box .icon-border-2 {
  position: relative;
  margin: 0 auto;
}
.why-us-block .inner-box .content .title {
  position: relative;
  font-size: 28px;
  margin-bottom: 10px;
}
@media (max-width: 1199.98px) {
  .why-us-block .inner-box .content .title {
    font-size: 24px;
  }
}
@media (max-width: 575.98px) {
  .why-us-block .inner-box .content .title {
    font-size: 20px;
  }
}
.why-us-block .inner-box .content .text {
  position: relative;
  margin-bottom: 0;
}

/*** 

====================================================================
    Call To Action
====================================================================

***/
.call-to-action {
  position: relative;
  padding: 120px 0;
}
.call-to-action .bike {
  position: absolute;
  bottom: 20px;
  right: 80%;
  width: 530px;
  pointer-events: none;
}
@media (max-width: 1199.98px) {
  .call-to-action .bike {
    display: none;
  }
}
.call-to-action .phone {
  position: absolute;
  bottom: 0;
  left: 80%;
  width: 100%;
  pointer-events: none;
}
@media (max-width: 1199.98px) {
  .call-to-action .phone {
    display: none;
  }
}
.call-to-action .outer-box {
  position: relative;
  text-align: center;
}
.call-to-action .subtitle {
  position: relative;
  font-size: 40px;
  line-height: 1em;
  font-family: var(--title-font);
  color: var(--theme-color-light);
  text-transform: uppercase;
  margin-bottom: 10px;
}
@media (max-width: 767.98px) {
  .call-to-action .subtitle {
    font-size: 30px;
  }
}
@media (max-width: 575.98px) {
  .call-to-action .subtitle {
    font-size: 22px;
  }
}
.call-to-action .title {
  position: relative;
  font-size: 120px;
  color: var(--theme-color2);
  text-transform: uppercase;
  margin-bottom: 10px;
}
@media (max-width: 991.98px) {
  .call-to-action .title {
    font-size: 100px;
  }
}
@media (max-width: 767.98px) {
  .call-to-action .title {
    font-size: 80px;
  }
}
@media (max-width: 575.98px) {
  .call-to-action .title {
    font-size: 50px;
  }
}
.call-to-action .text {
  position: relative;
  font-size: 18px;
  font-weight: 500;
  line-height: 30px;
  margin-bottom: 40px;
  color: var(--theme-color-light);
}
@media (max-width: 1199.98px) {
  .call-to-action .text br {
    display: none;
  }
}
@media (max-width: 575.98px) {
  .call-to-action .text {
    margin-bottom: 25px;
  }
}
.call-to-action .btn-box {
  position: relative;
  gap: 20px;
  margin-bottom: 80px;
  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;
}
@media (max-width: 1199.98px) {
  .call-to-action .btn-box {
    margin-bottom: 60px;
  }
}
@media (max-width: 575.98px) {
  .call-to-action .btn-box {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    margin-bottom: 40px;
  }
}
.call-to-action .btn-box .button {
  position: relative;
  border-radius: 12px;
  padding: 10px 30px;
  padding-left: 80px;
  font-size: 14px;
  line-height: 24px;
  text-transform: uppercase;
  text-align: left;
  font-family: var(--style-font);
  -webkit-transition: all 300ms ease;
  transition: all 300ms ease;
  background-color: var(--theme-color-light);
}
.call-to-action .btn-box .button:hover {
  color: var(--theme-color-light);
  background-color: var(--theme-color1);
}
.call-to-action .btn-box .button span {
  position: relative;
  display: block;
  font-size: 20px;
}
.call-to-action .btn-box .button .icon {
  position: absolute;
  top: 50%;
  left: 30px;
  font-size: 40px;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
}
@media (max-width: 1199.98px) {
  .call-to-action .list-style-two {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
}

/*** 

====================================================================
    Call To Action Two
====================================================================

***/
.call-to-action-two {
  position: relative;
  padding: 120px 0;
}
.call-to-action-two .outer-box {
  position: relative;
  border-radius: 30px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: stretch;
      -ms-flex-align: stretch;
          align-items: stretch;
  background-color: var(--theme-color2);
}
@media (max-width: 1199.98px) {
  .call-to-action-two .outer-box {
    text-align: center;
  }
}
.call-to-action-two .outer-box .content-box {
  position: relative;
  padding: 60px;
}
@media (max-width: 767.98px) {
  .call-to-action-two .outer-box .content-box {
    padding: 30px 20px;
  }
}
.call-to-action-two .outer-box .content-box .subtitle {
  position: relative;
  font-family: var(--title-font);
  font-size: 30px;
  margin-bottom: 0;
  text-transform: uppercase;
}
@media (max-width: 767.98px) {
  .call-to-action-two .outer-box .content-box .subtitle {
    font-size: 24px;
  }
}
@media (max-width: 575.98px) {
  .call-to-action-two .outer-box .content-box .subtitle {
    font-size: 20px;
  }
}
.call-to-action-two .outer-box .content-box .title {
  position: relative;
  font-size: 80px;
  margin-bottom: 10px;
  text-transform: uppercase;
}
@media (max-width: 767.98px) {
  .call-to-action-two .outer-box .content-box .title {
    font-size: 60px;
  }
}
@media (max-width: 575.98px) {
  .call-to-action-two .outer-box .content-box .title {
    font-size: 45px;
  }
}
.call-to-action-two .outer-box .content-box .text {
  position: relative;
  margin-bottom: 40px;
}
@media only screen and (max-width: 1699px) {
  .call-to-action-two .outer-box .content-box .text br {
    display: none;
  }
}
@media (max-width: 1199.98px) {
  .call-to-action-two .outer-box .content-box .text {
    margin-bottom: 20px;
  }
}
.call-to-action-two .outer-box .content-box .btn-box {
  position: relative;
  gap: 20px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
@media (max-width: 1199.98px) {
  .call-to-action-two .outer-box .content-box .btn-box {
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
}
@media (max-width: 575.98px) {
  .call-to-action-two .outer-box .content-box .btn-box {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
}
.call-to-action-two .outer-box .content-box .btn-box .button {
  position: relative;
  border-radius: 12px;
  padding: 10px 30px;
  padding-left: 80px;
  font-size: 14px;
  line-height: 24px;
  text-transform: uppercase;
  text-align: left;
  font-family: var(--style-font);
  -webkit-transition: all 300ms ease;
  transition: all 300ms ease;
  background-color: var(--theme-color-light);
}
.call-to-action-two .outer-box .content-box .btn-box .button:hover {
  color: var(--theme-color-light);
  background-color: var(--theme-color1);
}
.call-to-action-two .outer-box .content-box .btn-box .button span {
  position: relative;
  display: block;
  font-size: 20px;
}
.call-to-action-two .outer-box .content-box .btn-box .button .icon {
  position: absolute;
  top: 50%;
  left: 30px;
  font-size: 40px;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
}
.call-to-action-two .outer-box .image-box {
  position: relative;
  width: 50%;
}
@media (max-width: 1199.98px) {
  .call-to-action-two .outer-box .image-box {
    display: none;
  }
}
.call-to-action-two .outer-box .image-box .image {
  position: relative;
  margin-bottom: 0;
}
.call-to-action-two .outer-box .image-box .image.one {
  position: absolute;
  left: 0;
  bottom: 20px;
  z-index: 3;
}
.rtl .call-to-action-two .outer-box .image-box .image.one {
  left: auto;
  right: 0;
}
.call-to-action-two .outer-box .image-box .image.two {
  position: absolute;
  bottom: 0;
  right: 0;
}
@media (max-width: 1399.98px) {
  .call-to-action-two .outer-box .image-box .image.two {
    display: none;
  }
}
.rtl .call-to-action-two .outer-box .image-box .image.two {
  right: auto;
  left: 0;
}

/*** 

====================================================================
    Menu Section
====================================================================

***/
.menu-section {
  position: relative;
  padding: 120px 0 90px;
}

.menu-block {
  position: relative;
  margin-bottom: 30px;
}
.menu-block .inner-box {
  position: relative;
  border-radius: 30px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  width: 100%;
  padding: 10px 30px 10px 40px;
  overflow: hidden;
/*    dazzling*/
/*  border: 3px solid var(--theme-color2);*/
  border: 2px solid var(--theme-color2);
  background-color: var(--theme-color-light);
}
@media (max-width: 767.98px) {
  .menu-block .inner-box {
    padding-left: 20px;
  }
}
@media (max-width: 575.98px) {
  .menu-block .inner-box {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    text-align: center;
    padding: 25px 20px;
  }
}
.rtl .menu-block .inner-box {
  padding: 10px 40px 10px 30px;
}
@media (max-width: 767.98px) {
  .rtl .menu-block .inner-box {
    padding-right: 20px;
  }
}
@media (max-width: 575.98px) {
  .rtl .menu-block .inner-box {
    padding: 25px 20px;
  }
}
.menu-block .inner-box:hover .image {
  -webkit-transform: scale(1.1);
          transform: scale(1.1);
}
.menu-block .inner-box:hover .btn-box .theme-btn {
  background-color: var(--theme-color2);
  clip-path: polygon(0% 0%, 100% 0%, 100% 100%, 0% 100%);
}
.menu-block .inner-box .shape-2 {
  position: absolute;
  top: 0;
  left: 0;
}
@media (max-width: 767.98px) {
  .menu-block .inner-box .shape-2 {
    left: -50px;
  }
}
@media (max-width: 575.98px) {
  .menu-block .inner-box .shape-2 {
    width: 100%;
    height: 220px;
    left: 0;
    top: -50px;
  }
}
.rtl .menu-block .inner-box .shape-2 {
  left: auto;
  right: 0;
  -webkit-transform: scaleX(-1);
          transform: scaleX(-1);
}
@media (max-width: 767.98px) {
  .rtl .menu-block .inner-box .shape-2 {
    right: -50px;
  }
}
@media (max-width: 575.98px) {
  .rtl .menu-block .inner-box .shape-2 {
    right: 0;
  }
}
.menu-block .inner-box .image-box {
  position: relative;
  max-width: 210px;
  width: 100%;
}
.menu-block .inner-box .image {
  position: relative;
  margin-bottom: 0;
  max-width: 209px;
  width: 100%;
  -webkit-transition: all 300ms ease;
  transition: all 300ms ease;
}
.menu-block .inner-box .image img {
  width: 210px;
  height: 210px;
  -o-object-fit: cover;
     object-fit: cover;
}
.menu-block .inner-box .content-box {
  position: relative;
  padding-left: 60px;
}
@media (max-width: 767.98px) {
  .menu-block .inner-box .content-box {
    padding-left: 30px;
  }
}
@media (max-width: 575.98px) {
  .menu-block .inner-box .content-box {
    padding-left: 0;
    padding-top: 20px;
  }
}
.rtl .menu-block .inner-box .content-box {
  padding-left: 0;
  padding-right: 60px;
}
@media (max-width: 767.98px) {
  .rtl .menu-block .inner-box .content-box {
    padding-right: 30px;
  }
}
@media (max-width: 575.98px) {
  .rtl .menu-block .inner-box .content-box {
    padding-right: 0;
  }
}
.menu-block .inner-box .content-box .title {
  position: relative;
  font-size: 30px;
  font-family: var(--style-font);
  margin-bottom: 10px;
}
.menu-block .inner-box .content-box .title a:hover {
  color: var(--theme-color1);
}
.menu-block .inner-box .content-box .product-list {
  position: relative;
  margin-bottom: 28px;
}
@media (max-width: 575.98px) {
  .menu-block .inner-box .content-box .product-list {
    margin-bottom: 15px;
  }
}
.menu-block .inner-box .content-box .product-list li {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 5px;
  font-family: var(--style-font);
  color: #5f5c5c;
  margin-bottom: 8px;
}
@media (max-width: 575.98px) {
  .menu-block .inner-box .content-box .product-list li {
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
}
.menu-block .inner-box .content-box .price-box {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: end;
      -ms-flex-align: end;
          align-items: flex-end;
  gap: 10px;
}
@media (max-width: 575.98px) {
  .menu-block .inner-box .content-box .price-box {
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    margin-bottom: 15px;
  }
}
.menu-block .inner-box .content-box .price-box .price {
  position: relative;
  color: var(--theme-color1);
  font-family: var(--style-font);
  font-size: 35px;
  line-height: 1em;
  margin-bottom: 0;
}
.menu-block .inner-box .content-box .price-box .discount-price {
  position: relative;
  font-family: var(--style-font);
  font-size: 21px;
  text-decoration: line-through;
  margin-bottom: 0;
}
.menu-block .inner-box .btn-box {
  position: absolute;
  bottom: 5px;
  right: 5px;
  z-index: 1;
}
@media (max-width: 575.98px) {
  .menu-block .inner-box .btn-box {
    position: relative;
    bottom: auto;
    right: auto;
  }
}
.rtl .menu-block .inner-box .btn-box {
  right: auto;
  left: 5px;
}
@media (max-width: 575.98px) {
  .rtl .menu-block .inner-box .btn-box {
    left: auto;
  }
}
.menu-block .inner-box .btn-box .theme-btn {
  white-space: nowrap;
  margin-right: 38px;
  background-color: #ffecaa;
  clip-path: polygon(100% 0%, 100% 0%, 100% 100%, 100% 100%);
  -webkit-transition: all 300ms ease;
  transition: all 300ms ease;
}
@media (max-width: 575.98px) {
  .menu-block .inner-box .btn-box .theme-btn {
    clip-path: none;
    margin-right: 0;
    white-space: wrap;
    background-color: var(--theme-color2);
  }
}
.rtl .menu-block .inner-box .btn-box .theme-btn {
  margin-right: 0;
  margin-left: 38px;
}
@media (max-width: 575.98px) {
  .rtl .menu-block .inner-box .btn-box .theme-btn {
    margin-left: 0;
  }
}
.menu-block .inner-box .btn-box .theme-btn:hover {
  color: var(--theme-color-dark);
}
.menu-block .inner-box .btn-box .theme-btn.icon-btn {
  position: absolute;
  bottom: 0;
  right: 0;
  width: 76px;
  height: 60px;
  border-radius: 20px;
  font-size: 32px;
  line-height: 1em;
  margin-right: 0;
  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;
  clip-path: polygon(0% 0%, 100% 0%, 100% 100%, 0% 100%);
  -webkit-transition: all 300ms ease;
  transition: all 300ms ease;
  z-index: 3;
}
@media (max-width: 575.98px) {
  .menu-block .inner-box .btn-box .theme-btn.icon-btn {
    display: none;
  }
}
.rtl .menu-block .inner-box .btn-box .theme-btn.icon-btn {
  right: auto;
  left: 0;
  margin-left: 0;
}
.menu-block .inner-box .btn-box .theme-btn:before {
  display: none;
}

.menu-tabs {
  position: static;
  text-align: center;
}
.menu-tabs .tab-btns {
  position: sticky;
  top: 73px;
  left: 0;
  width: 100%;
  padding: 15px 0;
  z-index: 33;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 20px;
  overflow-x: scroll;
  padding-bottom: 10px;
  margin-bottom: 50px;
  background-color: var(--theme-color-light);
}
@media (max-width: 991.98px) {
  .menu-tabs .tab-btns {
    position: sticky;
    top: 73px;
    left: 0;
    width: 100%;
    padding: 15px 0;
    background-color: var(--theme-color-light);
    z-index: 33;
  }
}
@media (max-width: 991.98px) and (max-width: 575.98px) {
  .menu-tabs .tab-btns {
    top: 65px;
  }
}
.menu-tabs .tab-btns .icon {
  position: relative;
  font-size: 70px;
  line-height: 1em;
  margin-bottom: 5px;
  color: var(--theme-color-dark);
}
@media (max-width: 991.98px) {
  .menu-tabs .tab-btns .icon {
    font-size: 50px;
  }
}
@media (max-width: 575.98px) {
  .menu-tabs .tab-btns .icon {
    font-size: 30px;
    margin-bottom: 2px;
  }
}
.menu-tabs .tab-btn {
  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;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-flow: column;
          flex-flow: column;
  font-size: 24px;
  text-align: center;
  background-color: #f5f5f5;
  border-radius: 50%;
  width: 200px;
  height: 200px;
  line-height: 24px;
  cursor: pointer;
  -ms-flex-negative: 0;
      flex-shrink: 0;
  font-family: var(--title-font);
  color: var(--theme-color-dark);
  border: 2px solid transparent;
  -webkit-transition: all 300ms ease;
  transition: all 300ms ease;
}
@media (max-width: 991.98px) {
  .menu-tabs .tab-btn {
    width: 150px;
    height: 150px;
    font-size: 20px;
  }
}
@media (max-width: 575.98px) {
  .menu-tabs .tab-btn {
    width: 100px;
    height: 100px;
    font-size: 16px;
  }
}
.menu-tabs .tab-btn.active-btn {
  background-color: var(--theme-color-light);
  border-color: var(--theme-color1);
  color: var(--theme-color1);
}
.menu-tabs .icon-border {
  margin-top: 10px;
}
@media (max-width: 575.98px) {
  .menu-tabs .icon-border {
    width: 45px;
    margin-top: 4px;
    background-repeat: no-repeat;
    background-size: contain;
  }
}
.menu-tabs .tabs-content {
  text-align: left;
}

/*** 

====================================================================
    Menu Section Two
====================================================================

***/
.menu-section-two {
  position: relative;
  padding: 120px 0 90px;
}
.menu-section-two .outer-box {
  position: relative;
}
@media (max-width: 1199.98px) {
  .menu-section-two .outer-box .sec-title {
    text-align: center;
  }
}

.menu-block-two {
  position: relative;
  margin-bottom: 30px;
}
.menu-block-two .inner-box {
  position: relative;
  margin-left: 35px;
  border-radius: 30px;
  padding: 30px 27px 30px 80px;
  border: 3px solid var(--theme-color-light);
  background-color: var(--theme-color-light);
  -webkit-transition: all 300ms ease;
  transition: all 300ms ease;
}
@media (max-width: 1199.98px) {
  .menu-block-two .inner-box {
    padding: 30px 10px 30px 75px;
  }
}
@media (max-width: 991.98px) {
  .menu-block-two .inner-box {
    padding: 30px 27px 30px 80px;
  }
}
@media (max-width: 575.98px) {
  .menu-block-two .inner-box {
    padding: 20px;
    margin-left: 0;
    text-align: center;
  }
}
.rtl .menu-block-two .inner-box {
  margin-left: 0;
  margin-right: 35px;
  padding: 30px 80px 30px 27px;
}
@media (max-width: 1199.98px) {
  .rtl .menu-block-two .inner-box {
    padding: 30px 75px 30px 10px;
  }
}
@media (max-width: 991.98px) {
  .rtl .menu-block-two .inner-box {
    padding: 30px 80px 30px 27px;
  }
}
@media (max-width: 575.98px) {
  .rtl .menu-block-two .inner-box {
    padding: 20px;
    margin-right: 0;
  }
}
.menu-block-two .inner-box:hover {
  border-color: var(--theme-color2);
}
.menu-block-two .inner-box:hover .image-box .image {
  -webkit-transform: rotateZ(180deg);
          transform: rotateZ(180deg);
}
.menu-block-two .inner-box .image-box {
  position: absolute;
  top: 50%;
  left: -35px;
  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;
  width: 106px;
  height: 106px;
  padding: 3px;
  border-radius: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  background-color: var(--theme-color2);
}
@media (max-width: 575.98px) {
  .menu-block-two .inner-box .image-box {
    position: relative;
    top: auto;
    left: auto;
    -webkit-transform: translateY(0);
            transform: translateY(0);
  }
}
.rtl .menu-block-two .inner-box .image-box {
  left: auto;
  right: -35px;
}
@media (max-width: 575.98px) {
  .rtl .menu-block-two .inner-box .image-box {
    right: auto;
  }
}
.menu-block-two .inner-box .image-box .image {
  position: relative;
  width: 100%;
  margin-bottom: 0;
  -webkit-transition: all 300ms ease;
  transition: all 300ms ease;
}
.menu-block-two .inner-box .content-box {
  position: relative;
  width: 100%;
  text-align: left;
}
@media (max-width: 575.98px) {
  .menu-block-two .inner-box .content-box {
    text-align: center;
    padding-top: 15px;
  }
}
.rtl .menu-block-two .inner-box .content-box {
  text-align: right;
}
@media (max-width: 575.98px) {
  .rtl .menu-block-two .inner-box .content-box {
    text-align: center;
  }
}
.menu-block-two .inner-box .content-box .title-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: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  gap: 15px;
  margin-bottom: 15px;
}
@media (max-width: 575.98px) {
  .menu-block-two .inner-box .content-box .title-box {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    gap: 10px;
    margin-bottom: 10px;
  }
}
.menu-block-two .inner-box .content-box .title {
  position: relative;
  font-family: var(--style-font);
  white-space: nowrap;
  -ms-flex-negative: 0;
      flex-shrink: 0;
  line-height: 1em;
  margin-bottom: 0;
}
@media (max-width: 575.98px) {
  .menu-block-two .inner-box .content-box .title {
    -webkit-box-ordinal-group: 3;
        -ms-flex-order: 2;
            order: 2;
  }
}
.menu-block-two .inner-box .content-box .divider {
  position: relative;
  width: 100%;
  height: 1px;
  margin-bottom: 5px;
  border-bottom: 1px dashed #444;
}
@media (max-width: 575.98px) {
  .menu-block-two .inner-box .content-box .divider {
    display: none;
  }
}
.menu-block-two .inner-box .content-box .price {
  position: relative;
  font-family: var(--style-font);
  color: var(--theme-color1);
  font-size: 24px;
  line-height: 1em;
  margin-bottom: 0;
}
.menu-block-two .inner-box .content-box .text {
  position: relative;
  color: #444;
  font-family: var(--style-font);
  margin-bottom: 0;
}

.menu-tabs-two {
  position: relative;
  text-align: center;
  z-index: 3;
}
.menu-tabs-two .tab-btns {
  position: absolute;
  top: -130px;
  right: 0;
  gap: 20px;
  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;
  margin-bottom: 50px;
}
@media (max-width: 1199.98px) {
  .menu-tabs-two .tab-btns {
    position: relative;
    top: 0;
  }
}
@media (max-width: 575.98px) {
  .menu-tabs-two .tab-btns {
    padding: 30px 0;
    overflow-x: scroll;
    -webkit-box-pack: start;
        -ms-flex-pack: start;
            justify-content: flex-start;
  }
}
.rtl .menu-tabs-two .tab-btns {
  right: auto;
  left: 0;
}
.menu-tabs-two .tab-btns .icon {
  position: relative;
  font-size: 50px;
  line-height: 1em;
  color: var(--theme-color-dark);
  -webkit-transition: all 300ms ease;
  transition: all 300ms ease;
}
.menu-tabs-two .tab-btns .tab-btn {
  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;
  text-align: center;
  width: 90px;
  height: 90px;
  cursor: pointer;
  border-radius: 50%;
  -ms-flex-negative: 0;
      flex-shrink: 0;
  font-family: var(--title-font);
  color: var(--theme-color-dark);
  border: 1px solid #646464;
  background-color: transparent;
  -webkit-transition: all 300ms ease;
  transition: all 300ms ease;
}
.menu-tabs-two .tab-btns .tab-btn.active-btn {
  background-color: var(--theme-color1);
  border-color: var(--theme-color1);
  color: var(--theme-color-light);
}
.menu-tabs-two .tab-btns .tab-btn.active-btn .icon {
  color: var(--theme-color-light);
}
.menu-tabs-two .tab-btns .tab-btn.active-btn .text {
  opacity: 1;
  -webkit-transform: translateY(0px);
          transform: translateY(0px);
}
.menu-tabs-two .tab-btns .tab-btn.active-btn .icon-border-3 {
  opacity: 1;
  -webkit-transform: translateY(0px);
          transform: translateY(0px);
}
.menu-tabs-two .tab-btns .text {
  position: absolute;
  top: -30px;
  left: 0;
  right: 0;
  display: block;
  font-family: var(--title-font);
  color: var(--theme-color1);
  text-align: center;
  margin-bottom: 0;
  opacity: 0;
  -webkit-transform: translateY(30px);
          transform: translateY(30px);
  -webkit-transition: all 300ms ease;
  transition: all 300ms ease;
}
.menu-tabs-two .tab-btns .icon-border-3 {
  position: absolute;
  bottom: -12px;
  left: 0;
  right: 0;
  margin: 0 auto;
  opacity: 0;
  -webkit-transform: translateY(-25px);
          transform: translateY(-25px);
  -webkit-transition: all 300ms ease;
  transition: all 300ms ease;
}
.menu-tabs-two .tab-btns .tabs-content {
  text-align: left;
}

/*** 

====================================================================
    Menu Section Three
====================================================================

***/
.menu-section-three {
  position: relative;
  padding: 120px 0 90px;
}
.menu-section-three .swiper-wrapper {
  padding-bottom: 20px;
}
.menu-section-three .swiper-pagination {
  position: relative;
  margin-top: 30px;
  z-index: 3;
}
.menu-section-three .swiper-pagination .swiper-pagination-bullet {
  position: relative;
  width: 54px;
  height: 4px;
  opacity: 1;
  border-radius: 3px;
  margin: 0 4px;
  background-color: #6c6c6c;
  -webkit-transition: all 400ms ease;
  transition: all 400ms ease;
}
@media (max-width: 575.98px) {
  .menu-section-three .swiper-pagination .swiper-pagination-bullet {
    width: 40px;
  }
}
.menu-section-three .swiper-pagination .swiper-pagination-bullet-active {
  width: 139px;
  background-color: var(--theme-color1);
}
@media (max-width: 575.98px) {
  .menu-section-three .swiper-pagination .swiper-pagination-bullet-active {
    width: 80px;
  }
}
.menu-section-three .menu-block-three {
  position: relative;
  padding: 40px 35px;
  border-radius: 30px;
  -webkit-box-shadow: 0 12px 8px rgba(0, 0, 0, 0.1411764706);
          box-shadow: 0 12px 8px rgba(0, 0, 0, 0.1411764706);
  background-color: var(--theme-color-light);
  -webkit-transition: all 300ms ease;
  transition: all 300ms ease;
}
@media (max-width: 991.98px) {
  .menu-section-three .menu-block-three {
    padding: 25px;
  }
}
.menu-section-three .menu-block-three:hover {
  -webkit-box-shadow: none;
          box-shadow: none;
}
.menu-section-three .menu-block-three:hover:before {
  opacity: 1;
  -webkit-transform: scaleY(1);
          transform: scaleY(1);
}
.menu-section-three .menu-block-three:hover .title {
  color: var(--theme-color-light);
}
.menu-section-three .menu-block-three:hover .menu-item .title {
  color: var(--theme-color-light);
}
.menu-section-three .menu-block-three:before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  border-radius: 30px;
  width: 100%;
  height: 100%;
  opacity: 0;
  -webkit-transform: scaleY(0);
          transform: scaleY(0);
  -webkit-transform-origin: top;
          transform-origin: top;
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
  background-image: url(../images/icons/shape-4.png);
  -webkit-transition: all 400ms ease;
  transition: all 400ms ease;
}
.menu-section-three .menu-block-three .title {
  position: relative;
  -webkit-transition: all 300ms ease;
  transition: all 300ms ease;
}

.menu-item {
  margin-bottom: 30px;
}
.menu-item:last-child {
  margin-bottom: 0;
}
.menu-item .inner-box {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 20px;
}
@media (max-width: 575.98px) {
  .menu-item .inner-box {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    text-align: center;
    gap: 5px;
  }
}
.menu-item .inner-box .image-box {
  position: relative;
  width: 126px;
  height: 126px;
  -ms-flex-negative: 0;
      flex-shrink: 0;
}
.menu-item .inner-box .image-box .image {
  margin-bottom: 0;
}
.menu-item .inner-box .image-box .price {
  position: absolute;
  top: 0;
  left: 0;
  width: 40px;
  height: 40px;
  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;
  color: var(--theme-color-light);
  font-family: var(--style-font);
  background-color: var(--theme-color1);
}
.rtl .menu-item .inner-box .image-box .price {
  left: auto;
  right: 0;
}
.menu-item .inner-box .content {
  position: relative;
}
.menu-item .inner-box .content .title {
  position: relative;
  margin-bottom: 8px;
  -webkit-transition: all 300ms ease;
  transition: all 300ms ease;
}
.menu-item .inner-box .content .text {
  position: relative;
  font-family: var(--style-font);
  color: #8d8d8d;
  margin-bottom: 0;
  line-height: 22px;
}

/*** 

====================================================================
    Menu Section Four
====================================================================

***/
.menu-section-four {
  position: relative;
  padding: 120px 0;
}
.menu-section-four .outer-box {
  position: relative;
  padding-left: 70px;
}
@media (max-width: 1199.98px) {
  .menu-section-four .outer-box {
    padding-left: 0;
    margin-top: 40px;
  }
}
.rtl .menu-section-four .outer-box {
  padding-left: 0;
  padding-right: 70px;
}
@media (max-width: 1199.98px) {
  .rtl .menu-section-four .outer-box {
    padding-right: 0;
  }
}
.menu-section-four .content-column .inner-column .title {
  position: relative;
  font-size: 40px;
  white-space: nowrap;
  margin-bottom: 40px;
  color: var(--theme-color-light);
  font-family: var(--style-font);
}
@media (max-width: 1199.98px) {
  .menu-section-four .content-column .inner-column .title {
    margin-bottom: 30px;
  }
}
@media (max-width: 575.98px) {
  .menu-section-four .content-column .inner-column .title {
    font-size: 30px;
    text-align: center;
  }
}
.menu-section-four .content-column .inner-column .menu-list {
  position: relative;
  margin-bottom: 40px;
}
.menu-section-four .content-column .inner-column .menu-list:last-child {
  margin-bottom: 0;
}
@media (max-width: 1199.98px) {
  .menu-section-four .content-column .inner-column .menu-list {
    margin-bottom: 25px;
  }
}
@media (max-width: 575.98px) {
  .menu-section-four .content-column .inner-column .menu-list {
    text-align: center;
  }
}
.menu-section-four .content-column .inner-column .menu-list .title-box {
  position: relative;
  gap: 15px;
  margin-bottom: 15px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: end;
      -ms-flex-align: end;
          align-items: flex-end;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
}
@media (max-width: 575.98px) {
  .menu-section-four .content-column .inner-column .menu-list .title-box {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    margin-bottom: 10px;
    gap: 8px;
  }
}
.menu-section-four .content-column .inner-column .menu-list .title-box .divider {
  position: relative;
  width: 100%;
  height: 1px;
  margin-bottom: 5px;
  border-bottom: 1px dashed #444;
}
@media (max-width: 575.98px) {
  .menu-section-four .content-column .inner-column .menu-list .title-box .divider {
    display: none;
  }
}
.menu-section-four .content-column .inner-column .menu-list .name {
  position: relative;
  font-family: var(--style-font);
  color: var(--theme-color-light);
  -ms-flex-negative: 0;
      flex-shrink: 0;
  margin-bottom: 0;
}
@media (max-width: 575.98px) {
  .menu-section-four .content-column .inner-column .menu-list .name {
    -webkit-box-ordinal-group: 3;
        -ms-flex-order: 2;
            order: 2;
    font-size: 20px;
  }
}
.menu-section-four .content-column .inner-column .menu-list .price {
  position: relative;
  font-size: 36px;
  line-height: 1.2em;
  margin-bottom: 0;
  font-family: var(--title-font);
  color: var(--theme-color1);
}
@media (max-width: 575.98px) {
  .menu-section-four .content-column .inner-column .menu-list .price {
    font-size: 26px;
  }
}
.menu-section-four .content-column .inner-column .menu-list .text {
  position: relative;
  font-family: var(--style-font);
  color: #8d8d8d;
  margin-bottom: 0;
}
.menu-section-four .image-column .inner-column .image-box {
  position: relative;
  height: 520px;
  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;
}
@media (max-width: 575.98px) {
  .menu-section-four .image-column .inner-column .image-box {
    height: auto;
  }
}
.menu-section-four .image-column .inner-column .image-box:before {
  content: "";
  position: relative;
  bottom: 0;
  left: 0;
  width: 440px;
  height: 440px;
  border-radius: 50%;
  background-color: var(--theme-color2);
}
@media (max-width: 575.98px) {
  .menu-section-four .image-column .inner-column .image-box:before {
    width: 100%;
    height: 100%;
    max-height: 80%;
    position: absolute;
    bottom: 40px;
  }
}
.rtl .menu-section-four .image-column .inner-column .image-box:before {
  left: auto;
  right: 0;
}
.menu-section-four .image-column .inner-column .image-box .image {
  position: absolute;
  bottom: 10px;
  margin-bottom: 0;
  z-index: 2;
}
@media (max-width: 575.98px) {
  .menu-section-four .image-column .inner-column .image-box .image {
    position: relative;
    bottom: auto;
  }
}
.menu-section-four .image-column .inner-column .image-box .image img {
  width: 420px;
  height: 500px;
  -o-object-fit: contain;
     object-fit: contain;
}
@media (max-width: 575.98px) {
  .menu-section-four .image-column .inner-column .image-box .image img {
    height: auto;
  }
}

.menu-tabs-three {
  position: relative;
  padding-left: 200px;
  z-index: 3;
}
@media (max-width: 1199.98px) {
  .menu-tabs-three {
    padding-left: 0;
  }
}
.rtl .menu-tabs-three {
  padding-left: 0;
  padding-right: 200px;
}
@media (max-width: 1199.98px) {
  .rtl .menu-tabs-three {
    padding-right: 0;
  }
}
.menu-tabs-three .tab-btns {
  position: absolute;
  top: 50%;
  left: 0;
  width: 100%;
  max-width: 200px;
  margin-top: -20px;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
}
@media (max-width: 1199.98px) {
  .menu-tabs-three .tab-btns {
    position: relative;
    top: auto;
    margin-top: 0px;
    max-width: 100%;
    display: -ms-grid;
    display: grid;
    gap: 10px;
    -ms-grid-rows: auto 10px auto;
    grid-template-rows: auto auto;
    -ms-grid-columns: 1fr 10px 1fr;
    grid-template-columns: 1fr 1fr;
    grid-auto-columns: 1fr;
    text-align: center;
    -webkit-transform: translateY(0%);
            transform: translateY(0%);
  }
  .menu-tabs-three .tab-btns > *:nth-child(1) {
    -ms-grid-row: 1;
    -ms-grid-column: 1;
  }
  .menu-tabs-three .tab-btns > *:nth-child(2) {
    -ms-grid-row: 1;
    -ms-grid-column: 3;
  }
  .menu-tabs-three .tab-btns > *:nth-child(3) {
    -ms-grid-row: 3;
    -ms-grid-column: 1;
  }
  .menu-tabs-three .tab-btns > *:nth-child(4) {
    -ms-grid-row: 3;
    -ms-grid-column: 3;
  }
}
@media (max-width: 575.98px) {
  .menu-tabs-three .tab-btns {
    -ms-grid-columns: 1fr;
    grid-template-columns: 1fr;
  }
}
.rtl .menu-tabs-three .tab-btns {
  left: auto;
  right: 0;
}
.menu-tabs-three .tab-btns .tab-btn {
  position: relative;
  cursor: pointer;
  border-radius: 20px;
  font-size: 20px;
  line-height: 27px;
  padding: 20px 30px;
  margin-bottom: 10px;
  width: 100%;
  font-family: var(--style-font);
  color: var(--theme-color-light);
  background-color: #444;
  -webkit-transition: all 300ms ease;
  transition: all 300ms ease;
}
@media (max-width: 1199.98px) {
  .menu-tabs-three .tab-btns .tab-btn {
    margin-bottom: 0;
  }
}
.menu-tabs-three .tab-btns .tab-btn.active-btn {
  background-color: var(--theme-color1);
}

/*** 

====================================================================
    Deal Section
====================================================================

***/
.deal-section {
  position: relative;
  padding: 120px 0;
}
@media (max-width: 1199.98px) {
  .deal-section .tab-btn-column .inner-column {
    text-align: center;
  }
}

.deal-block {
  position: relative;
}
.deal-block.bg-red .inner-box {
  background-color: var(--theme-color1);
}
.deal-block .inner-box {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  width: 100%;
  border-radius: 30px;
  padding: 34px 50px 10px;
  background-color: #438c40;
  z-index: 3;
}
@media (max-width: 1399.98px) {
  .deal-block .inner-box {
    padding-bottom: 35px;
  }
}
@media (max-width: 1199.98px) {
  .deal-block .inner-box {
    padding-bottom: 0;
  }
}
@media (max-width: 991.98px) {
  .deal-block .inner-box {
    padding-left: 30px;
  }
}
@media (max-width: 767.98px) {
  .deal-block .inner-box {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    text-align: center;
    padding: 30px 30px 10px;
  }
}
@media (max-width: 575.98px) {
  .deal-block .inner-box {
    padding: 30px 20px 10px;
  }
}
.deal-block .inner-box:hover .image {
  -webkit-transform: scale(1.1);
          transform: scale(1.1);
}
.deal-block .inner-box .content-box {
  position: relative;
}
@media (max-width: 1199.98px) {
  .deal-block .inner-box .content-box {
    padding-bottom: 40px;
  }
}
.rtl .deal-block .inner-box .content-box {
  text-align: right;
}
.deal-block .inner-box .content-box .title {
  position: relative;
  font-size: 42px;
  color: var(--theme-color2);
  margin-bottom: 10px;
}
@media (max-width: 575.98px) {
  .deal-block .inner-box .content-box .title {
    font-size: 34px;
  }
}
.deal-block .inner-box .content-box .text {
  position: relative;
  font-size: 20px;
  font-family: var(--style-font);
  color: var(--theme-color-light);
  margin-bottom: 50px;
  line-height: 1.5em;
}
@media (max-width: 767.98px) {
  .deal-block .inner-box .content-box .text {
    margin-bottom: 25px;
  }
  .deal-block .inner-box .content-box .text br {
    display: none;
  }
}
@media (max-width: 575.98px) {
  .deal-block .inner-box .content-box .text {
    font-size: 18px;
  }
}
.deal-block .inner-box .content-box .time {
  position: relative;
  font-size: 26px;
  font-weight: 400;
  margin-bottom: 25px;
  font-family: var(--style-font);
  color: var(--theme-color-light);
}
@media (max-width: 575.98px) {
  .deal-block .inner-box .content-box .time {
    font-size: 24px;
  }
}
.deal-block .inner-box .image-box {
  position: relative;
}
.deal-block .inner-box .image-box .image {
  position: relative;
  width: 100%;
  margin-bottom: 0;
  -webkit-transition: all 300ms ease;
  transition: all 300ms ease;
}
.deal-block .inner-box .image-box .price-box {
  position: absolute;
  top: -20px;
  right: -35px;
}
@media (max-width: 575.98px) {
  .deal-block .inner-box .image-box .price-box {
    right: -10px;
  }
}
.rtl .deal-block .inner-box .image-box .price-box {
  right: auto;
  left: -35px;
}
@media (max-width: 991.98px) {
  .rtl .deal-block .inner-box .image-box .price-box {
    left: -10px;
  }
}
.deal-block .inner-box .image-box .price-box:before {
  content: "";
  position: absolute;
  top: 10px;
  right: 10px;
  width: 155px;
  height: 155px;
  border-radius: 50% 50% 50% 30px;
  background-color: var(--theme-color2);
}
@media (max-width: 575.98px) {
  .deal-block .inner-box .image-box .price-box:before {
    width: 120px;
    height: 120px;
  }
}
.rtl .deal-block .inner-box .image-box .price-box:before {
  border-radius: 50% 50% 30px 50%;
}
.deal-block .inner-box .image-box .price-box .price-inner {
  position: relative;
  width: 155px;
  height: 155px;
  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-flow: column;
          flex-flow: column;
  border-radius: 50% 50% 50% 30px;
  background-color: var(--theme-color-light);
}
@media (max-width: 575.98px) {
  .deal-block .inner-box .image-box .price-box .price-inner {
    width: 120px;
    height: 120px;
  }
}
.rtl .deal-block .inner-box .image-box .price-box .price-inner {
  border-radius: 50% 50% 30px 50%;
}
.deal-block .inner-box .image-box .price-box .price-inner .text {
  position: relative;
  color: #444444;
  font-size: 24px;
  font-family: var(--title-font);
  margin-bottom: 5px;
  text-transform: uppercase;
}
@media (max-width: 575.98px) {
  .deal-block .inner-box .image-box .price-box .price-inner .text {
    font-size: 18px;
    margin-bottom: 0;
  }
}
.deal-block .inner-box .image-box .price-box .price-inner .price {
  position: relative;
  font-size: 35px;
  color: var(--theme-color1);
  font-family: var(--style-font);
  margin-bottom: 5px;
}
@media (max-width: 575.98px) {
  .deal-block .inner-box .image-box .price-box .price-inner .price {
    font-size: 28px;
    margin-bottom: 0;
  }
}

.deal-tabs {
  position: relative;
}
.deal-tabs .tab-btns {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  gap: 10px;
  margin-bottom: 50px;
}
@media (max-width: 1199.98px) {
  .deal-tabs .tab-btns {
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
}
.deal-tabs .tab-btn {
  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;
  font-family: var(--style-font);
  color: var(--theme-color-dark);
  border-radius: 15px;
  width: 180px;
  padding: 15px 30px;
  font-size: 22px;
  font-weight: 400;
  line-height: 32px;
  text-align: center;
  cursor: pointer;
  background-color: #f5f5f5;
  -webkit-transition: all 300ms ease;
  transition: all 300ms ease;
}
.deal-tabs .tab-btn:before {
  content: "";
  position: absolute;
  top: 50%;
  left: 17px;
  width: 15px;
  height: 15px;
  border-radius: 50px;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  background-color: var(--theme-color-light);
}
.rtl .deal-tabs .tab-btn:before {
  left: auto;
  right: 17px;
}
.deal-tabs .tab-btn.active-btn {
  background-color: var(--theme-color2);
  color: var(--theme-color-dark);
}
.deal-tabs .tabs-content {
  text-align: left;
}

/*** 

====================================================================
    Deal Section Two
====================================================================

***/
.deal-section-two {
  position: relative;
  padding: 120px 0 90px;
}

.deal-block-two {
  margin-bottom: 30px;
}
.deal-block-two .inner-box {
  position: relative;
  border-radius: 30px;
  overflow: hidden;
  padding: 40px 40px 35px;
  background-color: var(--theme-color-light);
  border: 2px solid var(--theme-color2);
  -webkit-transition: all 300ms ease;
  transition: all 300ms ease;
}
@media (max-width: 767.98px) {
  .deal-block-two .inner-box {
    text-align: center;
  }
}
@media (max-width: 575.98px) {
  .deal-block-two .inner-box {
    padding: 25px 30px 30px;
  }
}
.deal-block-two .inner-box:hover .image-box .image {
  -webkit-transform: scale(1.1);
          transform: scale(1.1);
}
.deal-block-two .inner-box:hover .image-box:after {
  -webkit-transform: scale(1);
          transform: scale(1);
}
.deal-block-two .inner-box .content-box {
  position: relative;
  width: 100%;
  max-width: 270px;
}
@media (max-width: 767.98px) {
  .deal-block-two .inner-box .content-box {
    max-width: 100%;
  }
}
.deal-block-two .inner-box .content-box .title {
  position: relative;
  font-family: var(--style-font);
}
.deal-block-two .inner-box .content-box .title a:hover {
  color: var(--theme-color1);
}
.deal-block-two .inner-box .content-box .text {
  position: relative;
  color: #444444;
  font-family: var(--style-font);
  margin-bottom: 25px;
}
.deal-block-two .inner-box .content-box .price-box {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: end;
      -ms-flex-align: end;
          align-items: flex-end;
  gap: 10px;
  margin-bottom: 20px;
}
@media (max-width: 767.98px) {
  .deal-block-two .inner-box .content-box .price-box {
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
}
.deal-block-two .inner-box .content-box .price-box .price {
  position: relative;
  font-family: var(--style-font);
  color: var(--theme-color1);
  font-size: 35px;
  line-height: 1em;
  margin-bottom: 0;
}
.deal-block-two .inner-box .content-box .price-box .discount {
  position: relative;
  font-family: var(--style-font);
  font-size: 21px;
  text-decoration: line-through;
  margin-bottom: 0;
}
.deal-block-two .inner-box .content-box .btn-box .theme-btn {
  background-color: var(--theme-color-light);
  border: 2px solid var(--theme-color2);
}
.deal-block-two .inner-box .content-box .btn-box .theme-btn:before {
  background-color: var(--theme-color2);
}
.deal-block-two .inner-box .content-box .btn-box .theme-btn:hover {
  color: var(--theme-color-dark);
}
.deal-block-two .inner-box .content-box .time {
  position: relative;
  color: #444;
  font-family: var(--style-font);
  margin-top: 20px;
  margin-bottom: 0;
}
.deal-block-two .inner-box .content-box .time span {
  color: var(--theme-color1);
}
.deal-block-two .inner-box .image-box {
  position: absolute;
  bottom: 0;
  right: 15px;
}
@media (max-width: 767.98px) {
  .deal-block-two .inner-box .image-box {
    position: relative;
    right: auto;
    margin-top: 20px;
  }
}
.rtl .deal-block-two .inner-box .image-box {
  right: auto;
  left: 15px;
}
@media (max-width: 767.98px) {
  .rtl .deal-block-two .inner-box .image-box {
    right: auto;
  }
}
.deal-block-two .inner-box .image-box:before {
  content: "";
  position: absolute;
  bottom: -80px;
  right: -80px;
  width: 380px;
  height: 380px;
  border-radius: 50%;
  background-color: var(--theme-color2);
}
@media (max-width: 767.98px) {
  .deal-block-two .inner-box .image-box:before {
    display: none;
  }
}
.rtl .deal-block-two .inner-box .image-box:before {
  right: auto;
  left: -80px;
}
.deal-block-two .inner-box .image-box:after {
  content: "";
  position: absolute;
  bottom: -80px;
  right: -80px;
  width: 380px;
  height: 380px;
  -webkit-transform: scale(0);
          transform: scale(0);
  -webkit-transform-origin: bottom right;
          transform-origin: bottom right;
  border-radius: 50%;
  background-color: var(--theme-color1);
  -webkit-transition: all 300ms ease;
  transition: all 300ms ease;
}
@media (max-width: 767.98px) {
  .deal-block-two .inner-box .image-box:after {
    display: none;
  }
}
.rtl .deal-block-two .inner-box .image-box:after {
  right: auto;
  left: -80px;
  -webkit-transform-origin: bottom left;
          transform-origin: bottom left;
}
.deal-block-two .inner-box .image-box .image {
  position: relative;
  margin-bottom: 0;
  z-index: 3;
  -webkit-transition: all 300ms ease;
  transition: all 300ms ease;
}

/*** 

====================================================================
    News Section
====================================================================

***/
.news-section {
  position: relative;
  padding: 120px 0 90px;
}

.news-block {
  margin-bottom: 30px;
}
.news-block .inner-box {
  position: relative;
  border: 2px solid var(--theme-color2);
  border-radius: 30px;
  overflow: hidden;
}
.news-block .inner-box:hover .image img {
  -webkit-transform: scale(1.1);
          transform: scale(1.1);
}
.news-block .inner-box .image-box {
  position: relative;
}
.news-block .inner-box .image-box .cat {
  position: absolute;
  top: 20px;
  left: 20px;
  display: inline-block;
  border-radius: 50px;
  padding: 6px 21px;
  line-height: 24px;
  margin-bottom: 0;
  font-family: var(--style-font);
  background-color: var(--theme-color2);
}
@media (max-width: 575.98px) {
  .news-block .inner-box .image-box .cat {
    padding: 6px 15px;
    font-size: 14px;
    top: 10px;
    left: 10px;
  }
}
.rtl .news-block .inner-box .image-box .cat {
  left: auto;
  right: 20px;
}
@media (max-width: 575.98px) {
  .rtl .news-block .inner-box .image-box .cat {
    right: 10px;
  }
}
.news-block .inner-box .image {
  position: relative;
  margin-bottom: 0;
  overflow: hidden;
}
.news-block .inner-box .image img {
  position: relative;
  width: 100%;
  -webkit-transition: all 300ms ease;
  transition: all 300ms ease;
}
.news-block .inner-box .content-box {
  position: relative;
  padding: 30px;
}
@media (max-width: 991.98px) {
  .news-block .inner-box .content-box {
    padding: 25px 20px;
  }
}
@media (max-width: 575.98px) {
  .news-block .inner-box .content-box {
    padding: 15px;
  }
}
.news-block .inner-box .content-box .date-outer {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 15px;
  margin-bottom: 20px;
}
@media (max-width: 575.98px) {
  .news-block .inner-box .content-box .date-outer {
    margin-bottom: 15px;
  }
}
.news-block .inner-box .content-box .date-box {
  position: relative;
  background-color: var(--theme-color1);
  border-radius: 20px;
  width: 100%;
  max-width: 82px;
  padding: 15px 5px;
  text-align: center;
}
@media (max-width: 575.98px) {
  .news-block .inner-box .content-box .date-box {
    max-width: 70px;
  }
}
.news-block .inner-box .content-box .date-box .date {
  position: relative;
  font-family: var(--style-font);
  color: var(--theme-color-light);
  font-size: 42px;
  line-height: 1em;
  margin-bottom: 0;
}
@media (max-width: 575.98px) {
  .news-block .inner-box .content-box .date-box .date {
    font-size: 30px;
  }
}
.news-block .inner-box .content-box .date-box .month {
  position: relative;
  font-family: var(--style-font);
  color: var(--theme-color-light);
  font-size: 14px;
  margin-bottom: 0;
  text-transform: uppercase;
}
@media (max-width: 575.98px) {
  .news-block .inner-box .content-box .date-box .month {
    font-size: 12px;
  }
}
.news-block .inner-box .content-box .title {
  position: relative;
  margin-bottom: 5px;
}
@media (max-width: 575.98px) {
  .news-block .inner-box .content-box .title {
    font-size: 20px;
  }
}
.news-block .inner-box .content-box .title a:hover {
  color: var(--theme-color1);
}
.news-block .inner-box .content-box .post-meta li {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 5px;
  font-family: var(--style-font);
  color: #9c9c9c;
  margin-bottom: 0;
}
.news-block .inner-box .content-box .post-meta li .icon {
  color: var(--theme-color1);
  font-size: 16px;
}

/***

====================================================================
    News Section Two
====================================================================

***/
.news-section-two {
  position: relative;
  padding: 120px 0 70px;
}
.news-section-two .content-column {
  margin-bottom: 50px;
}

.news-block-two {
  margin-bottom: 50px;
}
.news-block-two:last-child {
  margin-bottom: 0;
}
.news-block-two .inner-box {
  position: relative;
}
.news-block-two .inner-box:hover .news-image img {
  -webkit-transform: scale(1.1);
          transform: scale(1.1);
}
.news-block-two .inner-box .image-box {
  position: relative;
}
.news-block-two .inner-box .image-box .date {
  position: absolute;
  bottom: 10px;
  left: 10px;
  padding: 24px 16px 14px;
  border-radius: 30px;
  text-align: center;
  text-transform: uppercase;
  font-family: var(--style-font);
  color: var(--theme-color-light);
  background-color: var(--theme-color1);
}
.news-block-two .inner-box .image-box .date span {
  display: block;
  font-size: 45px;
  margin-bottom: 10px;
}
.rtl .news-block-two .inner-box .image-box .date {
  left: auto;
  right: 10px;
}
.news-block-two .inner-box .news-image {
  position: relative;
  width: 100%;
  border-radius: 25px;
  overflow: hidden;
  margin-bottom: 0;
}
.news-block-two .inner-box .news-image img {
  position: relative;
  width: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  -webkit-transition: all 300ms ease;
  transition: all 300ms ease;
}
@media (max-width: 575.98px) {
  .news-block-two .inner-box .news-image img {
    height: 200px;
  }
}
.news-block-two .inner-box .content-box {
  position: relative;
  padding-top: 25px;
}
.news-block-two .inner-box .content-box .title {
  position: relative;
  margin-bottom: 10px;
}
.news-block-two .inner-box .content-box .title a:hover {
  color: var(--theme-color1);
}
@media (max-width: 575.98px) {
  .news-block-two .inner-box .content-box .title {
    font-size: 24px;
  }
}
.news-block-two .inner-box .content-box .text {
  position: relative;
  font-size: 18px;
  line-height: 30px;
  color: #444444;
  margin-bottom: 15px;
}
@media (max-width: 575.98px) {
  .news-block-two .inner-box .content-box .text {
    font-size: 16px;
    line-height: 26px;
  }
}
.news-block-two .inner-box .content-box .author-outer-box {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 24px;
}
@media (max-width: 575.98px) {
  .news-block-two .inner-box .content-box .author-outer-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;
  }
}
.news-block-two .inner-box .content-box .author-box {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 10px;
}
.news-block-two .inner-box .content-box .author-box .author-img {
  position: relative;
  border-radius: 20px;
  overflow: hidden;
}
.news-block-two .inner-box .content-box .author-box .name {
  position: relative;
  margin-bottom: 0;
  font-family: var(--style-font);
}
.news-block-two .inner-box .content-box .comment-box {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin-bottom: 0;
  gap: 10px;
}
@media (max-width: 575.98px) {
  .news-block-two .inner-box .content-box .comment-box {
    display: none;
  }
}
.news-block-two .inner-box .content-box .comment-box .text {
  position: relative;
  margin-bottom: 0;
  font-family: var(--style-font);
}

/*** 

====================================================================
    Subscribe Section
====================================================================

***/
.subscribe-section {
  position: relative;
  background-color: var(--theme-color2);
}
.subscribe-section .outer-box {
  position: relative;
}
.subscribe-section .content-column .inner-column {
  position: relative;
  padding: 60px 0;
}
@media (max-width: 991.98px) {
  .subscribe-section .content-column .inner-column {
    text-align: center;
  }
}
.subscribe-section .content-column .inner-column .title-box {
  position: relative;
  padding-left: 110px;
  margin-bottom: 30px;
}
@media (max-width: 1399.98px) {
  .subscribe-section .content-column .inner-column .title-box {
    padding-left: 0;
  }
}
.rtl .subscribe-section .content-column .inner-column .title-box {
  padding-left: 0;
  padding-right: 110px;
}
@media (max-width: 1399.98px) {
  .rtl .subscribe-section .content-column .inner-column .title-box {
    padding-right: 0;
  }
}
.subscribe-section .content-column .inner-column .title-box .icon-1 {
  position: absolute;
  top: 4px;
  left: 0;
}
@media (max-width: 1399.98px) {
  .subscribe-section .content-column .inner-column .title-box .icon-1 {
    display: none;
  }
}
.rtl .subscribe-section .content-column .inner-column .title-box .icon-1 {
  left: auto;
  right: 0;
  -webkit-transform: scaleX(-1);
          transform: scaleX(-1);
}
.subscribe-section .content-column .inner-column .title-box .title {
  position: relative;
  font-size: 55px;
  text-transform: uppercase;
  margin-bottom: 5px;
}
@media (max-width: 1199.98px) {
  .subscribe-section .content-column .inner-column .title-box .title {
    font-size: 50px;
  }
}
@media (max-width: 575.98px) {
  .subscribe-section .content-column .inner-column .title-box .title {
    font-size: 38px;
  }
}
.subscribe-section .content-column .inner-column .title-box .title span {
  color: var(--theme-color1);
}
.subscribe-section .content-column .inner-column .title-box .text {
  position: relative;
  font-family: var(--style-font);
  font-size: 20px;
  line-height: 24px;
  margin-bottom: 0;
}
@media (max-width: 575.98px) {
  .subscribe-section .content-column .inner-column .title-box .text {
    font-size: 18px;
  }
}
@media (max-width: 991.98px) {
  .subscribe-section .image-column {
    display: none;
  }
}
.subscribe-section .image-column .inner-column {
  position: relative;
  height: 100%;
}
.subscribe-section .image-column .inner-column .image {
  position: absolute;
  bottom: 0;
  right: 0;
  width: 100%;
  margin-bottom: 0;
}
.rtl .subscribe-section .image-column .inner-column .image {
  left: 0;
  right: auto;
}

.subscribe-form {
  position: relative;
}
.subscribe-form .form-group {
  position: relative;
  width: 750px;
}
@media (max-width: 1399.98px) {
  .subscribe-form .form-group {
    max-width: 600px;
  }
}
@media (max-width: 991.98px) {
  .subscribe-form .form-group {
    margin: 0 auto;
    max-width: 100%;
  }
}
.subscribe-form .select2-container--default .select2-selection--single,
.subscribe-form input:not([type=submit]),
.subscribe-form textarea,
.subscribe-form select {
  position: relative;
  display: block;
  height: 66px;
  width: 100%;
  padding: 20px 45px;
  font-size: 16px;
  border-radius: 20px;
  font-weight: 400;
  color: #595959;
  border: 1px solid transparent;
  background-color: var(--theme-color-light);
  margin-bottom: 0;
  -webkit-transition: all 300ms ease;
  transition: all 300ms ease;
}
@media (max-width: 1399.98px) {
  .subscribe-form .select2-container--default .select2-selection--single,
  .subscribe-form input:not([type=submit]),
  .subscribe-form textarea,
  .subscribe-form select {
    padding: 20px 30px;
  }
}
.subscribe-form ::-webkit-input-placeholder {
  color: #595959;
}
.subscribe-form input:focus,
.subscribe-form select:focus,
.subscribe-form textarea:focus {
  border-color: var(--theme-color1);
}
.subscribe-form .theme-btn {
  position: absolute;
  top: 5px;
  right: 5px;
  padding: 10px 37px;
}
@media (max-width: 575.98px) {
  .subscribe-form .theme-btn {
    position: relative;
    top: 0;
    right: 0;
    width: 100%;
    margin-top: 15px;
  }
}
.rtl .subscribe-form .theme-btn {
  left: 5px;
  right: auto;
}
@media (max-width: 575.98px) {
  .rtl .subscribe-form .theme-btn {
    left: 0;
  }
}

/***

====================================================================
    Map Section CSS
====================================================================

***/
.map-section {
  position: relative;
  padding: 120px 0;
}
.map-section iframe {
  width: 100%;
  height: 500px;
  border-radius: 20px;
}
@media (max-width: 575.98px) {
  .map-section iframe {
    height: 300px;
  }
}

/*** 

====================================================================
    Clients Section
====================================================================

***/
.client-section {
  position: relative;
  padding: 80px 0;
}
.client-section .swiper-wrapper {
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.client-block {
  position: relative;
  overflow: hidden;
  text-align: center;
}
.client-block a {
  position: relative;
  display: inline-block;
  text-align: center;
  opacity: 0.8;
  -webkit-transition: all 300ms ease;
  transition: all 300ms ease;
}
.client-block a:hover {
  opacity: 1;
}
.client-block .image {
  position: relative;
  margin-bottom: 0;
}
.client-block .image img {
  display: inline-block;
  width: auto;
}

/***

==================================================================
	Main Footer
==================================================================

***/
.main-footer {
  position: relative;
  overflow: hidden;
  background-color: var(--theme-color2);
}
.main-footer .widgets-section {
  position: relative;
  padding: 110px 0 0;
}
.main-footer .footer-column {
  position: relative;
  margin-bottom: 50px;
}
.main-footer .footer-widget {
  position: relative;
}
.main-footer .widget-title {
  position: relative;
  display: inline-block;
  font-size: 26px;
  line-height: 1.2em;
  color: var(--theme-color-light);
  margin-bottom: 45px;
}
.main-footer .about-widget .logo {
  margin-bottom: 28px;
}
.main-footer .about-widget .text {
  font-size: 16px;
  line-height: 26px;
  color: var(--theme-color-light);
  margin-bottom: 30px;
}

/*=== User LInks ===*/
.user-links {
  position: relative;
}
.user-links li {
  position: relative;
  font-size: 16px;
  line-height: 20px;
  margin-bottom: 20px;
  color: var(--theme-color-light);
}
.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:before {
  position: absolute;
  left: 0;
  bottom: 0;
  width: 0;
  height: 1px;
  background-color: var(--theme-color2);
  content: "";
  -webkit-transition: all 300ms ease;
  transition: all 300ms ease;
}
.rtl .user-links li a:before {
  left: auto;
  right: 0;
}
.user-links li a:hover:before {
  width: 100%;
}
.user-links li i {
  font-weight: 300;
  margin-right: 2px;
  font-size: 12px;
}
.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;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 48px;
}
@media (max-width: 575.98px) {
  .contact-list-two {
    -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: 0;
  }
}
.contact-list-two li {
  position: relative;
  padding-top: 8px;
  padding-left: 80px;
}
.rtl .contact-list-two li {
  padding-left: 0;
  padding-right: 80px;
}
.contact-list-two li:hover .icon {
  -webkit-transform: scaleX(-1);
          transform: scaleX(-1);
}
.contact-list-two li .icon {
  position: absolute;
  top: 3px;
  left: 0;
  width: 65px;
  height: 65px;
  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: 30px;
  border-radius: 50%;
  color: var(--theme-color2);
  background-color: #1f1f1f;
  -webkit-transition: all 300ms ease;
  transition: all 300ms ease;
}
.rtl .contact-list-two li .icon {
  left: auto;
  right: 0;
}
.contact-list-two li:last-child {
  margin-bottom: 0;
}
.contact-list-two li .title {
  position: relative;
  color: var(--theme-color-light);
  font-family: var(--style-font);
  margin-bottom: 3px;
}
.contact-list-two li .text,
.contact-list-two li a {
  position: relative;
  display: inline-block;
  margin-bottom: 0;
  color: var(--theme-color-light);
  -webkit-transition: all 300ms ease;
  transition: all 300ms ease;
}
.contact-list-two li .text:hover,
.contact-list-two li a:hover {
  color: var(--theme-color2);
}

.contact-list-three {
  position: relative;
}
.contact-list-three.light li .title {
  color: var(--theme-color-light);
}
.contact-list-three.light li .text,
.contact-list-three.light li a {
  color: var(--theme-color-light);
}
.contact-list-three.light li .text:hover,
.contact-list-three.light li a:hover {
  color: var(--theme-color2);
}
.contact-list-three li {
  position: relative;
  margin-bottom: 20px;
  padding-left: 70px;
}
.rtl .contact-list-three li {
  padding-left: 0;
  padding-right: 70px;
}
.contact-list-three li i {
  position: absolute;
  top: 3px;
  left: 0;
  width: 55px;
  height: 55px;
  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: 24px;
  border-radius: 50%;
  color: var(--theme-color-dark);
  background-color: var(--theme-color2);
}
.rtl .contact-list-three li i {
  right: 0;
  left: auto;
}
.contact-list-three li:last-child {
  margin-bottom: 0;
}
.contact-list-three li .title {
  position: relative;
  font-family: var(--style-font);
  color: #444444;
  margin-bottom: 3px;
}
.contact-list-three li .text,
.contact-list-three li a {
  position: relative;
  display: inline-block;
  margin-bottom: 0;
  color: var(--theme-color-dark);
  -webkit-transition: all 300ms ease;
  transition: all 300ms ease;
}
.contact-list-three li .text:hover,
.contact-list-three li a:hover {
  color: var(--theme-color1);
}

/* Newsletter Form */
.newsletter-form {
  position: relative;
}
.newsletter-form .form-group {
  position: relative;
}
@media (max-width: 991.98px) {
  .newsletter-form .form-group {
    max-width: 500px;
  }
}
.newsletter-form .form-group input[type=text],
.newsletter-form .form-group input[type=email] {
  position: relative;
  display: block;
  height: 66px;
  width: 100%;
  line-height: 30px;
  font-size: 16px;
  padding: 18px 20px;
  color: #595959;
  border-radius: 20px;
  border: 1px solid transparent;
  -webkit-box-shadow: 0 15px 22px rgba(0, 0, 0, 0.1294117647);
          box-shadow: 0 15px 22px rgba(0, 0, 0, 0.1294117647);
  background: var(--theme-color-light);
  -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: #595959;
}
.newsletter-form .form-group input[type=text]::-moz-placeholder, .newsletter-form .form-group input[type=email]::-moz-placeholder {
  color: #595959;
}
.newsletter-form .form-group input[type=text]:-ms-input-placeholder, .newsletter-form .form-group input[type=email]:-ms-input-placeholder {
  color: #595959;
}
.newsletter-form .form-group input[type=text]::-ms-input-placeholder, .newsletter-form .form-group input[type=email]::-ms-input-placeholder {
  color: #595959;
}
.newsletter-form .form-group input[type=text]::placeholder,
.newsletter-form .form-group input[type=email]::placeholder {
  color: #595959;
}
.newsletter-form .form-group input[type=text]:focus,
.newsletter-form .form-group input[type=email]:focus {
  border-color: var(--theme-color1);
}
.newsletter-form .form-group .theme-btn {
  margin-top: 15px;
}

/*=== Footer Bottom ===*/
.footer-bottom {
  position: relative;
  width: 100%;
}
.footer-bottom .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;
  padding: 25px 0 40px;
}
@media (max-width: 575.98px) {
  .footer-bottom .inner-container {
    -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;
    padding: 15px 0;
    padding-bottom: 25px;
  }
}
.footer-bottom .copyright-text {
  position: relative;
  font-size: 18px;
  line-height: 30px;
  font-family: var(--style-font);
  color: var(--theme-color-light);
  margin-bottom: 0;
}
.footer-bottom .copyright-text a {
  color: inherit;
  border-bottom: 2px solid var(--theme-color2);
}
.footer-bottom .copyright-text a:hover {
  color: var(--theme-color2);
}

/***

==================================================================
	Main Footer
==================================================================

***/
.main-footer {
  position: relative;
}
@media (max-width: 575.98px) {
  .main-footer .widgets-section {
    padding-top: 60px;
  }
}
@media (max-width: 575.98px) {
  .main-footer .widgets-section .widget-title {
    margin-bottom: 30px;
  }
}
@media (max-width: 767.98px) {
  .main-footer .widgets-section .about-widget .text br {
    display: none;
  }
}
@media (max-width: 575.98px) {
  .main-footer .footer-bottom .copyright-text {
    -webkit-box-ordinal-group: 3;
        -ms-flex-order: 2;
            order: 2;
  }
}

/***

==================================================================
	Main Footer Two
==================================================================

***/
.footer-style-two {
  position: relative;
}
.footer-style-two .widgets-section {
  position: relative;
  padding: 110px 0 40px;
}
@media (max-width: 575.98px) {
  .footer-style-two .widgets-section {
    padding: 60px 0 10px;
  }
}
.footer-style-two .widget-title {
  color: var(--theme-color-dark);
}
.footer-style-two .about-widget .text {
  color: var(--text-color);
}
.footer-style-two .about-widget .list-style-two li {
  font-family: var(--style-font);
  color: #444;
  gap: 8px;
  font-size: 16px;
}
.footer-style-two .newsletter-widget .text {
  margin-bottom: 20px;
}
.footer-style-two .footer-bottom {
  border-top: 1px solid #cccccc;
}
.footer-style-two .footer-bottom .inner-container {
  padding: 25px 0;
}
@media (max-width: 575.98px) {
  .footer-style-two .footer-bottom .inner-container {
    text-align: center;
  }
}
@media (max-width: 575.98px) {
  .footer-style-two .footer-bottom .inner-container .social-icon-one {
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    width: 100%;
  }
}
.footer-style-two .footer-bottom .copyright-text {
  color: var(--theme-color-dark);
}

/***

==================================================================
	Main Footer Three
==================================================================

***/
.footer-style-three {
  position: relative;
}
.footer-style-three .list-style-two li {
  gap: 8px;
  font-family: var(--style-font);
  color: var(--theme-color-light);
  font-size: 16px;
}
.footer-style-three .newsletter-widget .text {
  color: var(--theme-color-light);
  margin-bottom: 40px;
}

/* ---------------------- */
/* Inner Pages            */
/* ---------------------- */
/***

====================================================================
    Page Title
====================================================================

***/
.page-title {
  position: relative;
}
.page-title .icon-8 {
  position: absolute;
  bottom: 30px;
  left: 30px;
}
@media (max-width: 1199.98px) {
  .page-title .icon-8 {
    display: none;
  }
}
.rtl .page-title .icon-8 {
  left: auto;
  right: 30px;
}
.page-title .inner-container {
  position: relative;
  padding: 300px 0 50px;
}
@media (max-width: 1199.98px) {
  .page-title .inner-container {
    text-align: center;
    padding: 280px 0 70px;
  }
}
@media (max-width: 991.98px) {
  .page-title .inner-container {
    text-align: center;
    padding: 200px 0 70px;
  }
}
.page-title .inner-container .title {
  position: relative;
  font-size: 90px;
  text-transform: uppercase;
  color: var(--theme-color-light);
}
@media (max-width: 767.98px) {
  .page-title .inner-container .title {
    font-size: 72px;
  }
}
@media (max-width: 575.98px) {
  .page-title .inner-container .title {
    font-size: 66px;
  }
}
.page-title .inner-container .breadcrumb {
  position: relative;
  padding: 12px 30px;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 20px;
  border-radius: 20px;
  background-color: var(--theme-color2);
}
@media (max-width: 575.98px) {
  .page-title .inner-container .breadcrumb {
    gap: 15px;
    padding: 10px 25px;
  }
}
.page-title .inner-container .breadcrumb li {
  position: relative;
  font-size: 18px;
  color: var(--theme-color-dark);
  font-family: var(--style-font);
  text-transform: uppercase;
}
.page-title .inner-container .image-box {
  position: absolute;
  bottom: -24px;
  right: 0;
}
@media (max-width: 1199.98px) {
  .page-title .inner-container .image-box {
    display: none;
  }
}
.rtl .page-title .inner-container .image-box {
  right: auto;
  left: 0;
  -webkit-transform: scaleX(-1);
          transform: scaleX(-1);
}
.page-title .inner-container .image-box .image {
  position: relative;
  margin-bottom: 0;
}
.page-title .inner-container .image-box .icon-7 {
  position: absolute;
  bottom: 50px;
  right: -90px;
}

/***

====================================================================
    News Detail
====================================================================

***/
.news-detail {
  position: relative;
  padding: 120px 0 70px;
}
.news-detail .content-column {
  margin-bottom: 50px;
}
.news-detail .content-column .news-block-two .image {
  position: relative;
  width: 100%;
  border-radius: 25px;
  margin-bottom: 0;
  overflow: hidden;
}
.news-detail .content-column .news-block-two .image img {
  width: 100%;
}
.news-detail .content-column .news-block-two .author-outer-box {
  position: relative;
  margin-bottom: 20px;
}
.news-detail .content-column .drop-cap-text::first-letter {
  float: left;
  font-size: 105px;
  line-height: 1;
  font-weight: 700;
  margin-right: 10px;
}
.rtl .news-detail .content-column .drop-cap-text::first-letter {
  float: right;
  margin-right: 0;
  margin-left: 10px;
}
.news-detail .content-column .feature-list {
  position: relative;
  margin-top: 30px;
}
.news-detail .content-column .feature-list li {
  position: relative;
  padding-left: 25px;
  margin-bottom: 10px;
}
.rtl .news-detail .content-column .feature-list li {
  padding-left: 0;
  padding-right: 25px;
}
.news-detail .content-column .feature-list li:before {
  content: "";
  position: absolute;
  top: 5px;
  left: 0;
  width: 16px;
  height: 16px;
  background-color: var(--theme-color2);
}
.rtl .news-detail .content-column .feature-list li:before {
  left: auto;
  right: 0;
}
.news-detail .content-column blockquote {
  position: relative;
  padding: 30px 50px;
  font-size: 40px;
  line-height: 54px;
  margin: 30px 0;
  border-radius: 24px;
  font-family: var(--style-font);
  color: var(--theme-color-light);
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
  background-image: url(./../images/icons/shape-7.png);
}
@media (max-width: 575.98px) {
  .news-detail .content-column blockquote {
    font-size: 20px;
    padding: 24px;
    line-height: 36px;
  }
}
.news-detail .content-column .images-box {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 30px;
  margin-bottom: 30px;
}
@media (max-width: 575.98px) {
  .news-detail .content-column .images-box {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    gap: 10px;
  }
}
.news-detail .content-column .images-box .image {
  position: relative;
  margin-bottom: 0;
}
.news-detail .content-column .video-box {
  position: relative;
  margin-bottom: 30px;
}
.news-detail .content-column .video-box .play-btn {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
}
@media (max-width: 575.98px) {
  .news-detail .content-column .video-box .image {
    height: 250px;
  }
}
.news-detail .content-column .video-box .image img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.news-detail .content-column .social-box {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 20px;
}
.news-detail .content-column .social-box .text {
  position: relative;
  font-weight: 700;
  margin-bottom: 0;
}
.news-detail .content-column .social-box .social-link {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 10px;
}
.news-detail .content-column .social-box .social-link a {
  position: relative;
  width: 50px;
  height: 50px;
  border-radius: 50%;
  font-size: 18px;
  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: 1px solid #c3c3c3;
  color: var(--theme-color-dark);
  background-color: var(--theme-color-light);
  -webkit-transition: all 300ms ease;
  transition: all 300ms ease;
}
.news-detail .content-column .social-box .social-link a:hover {
  color: var(--theme-color-light);
  border-color: var(--theme-color1);
  background-color: var(--theme-color1);
}

.comment-box {
  margin-bottom: 30px;
}
.comment-box.style-two {
  margin-left: 60px;
}
@media (max-width: 575.98px) {
  .comment-box.style-two {
    margin-left: 0;
  }
}
.rtl .comment-box.style-two {
  margin-left: 0;
  margin-right: 60px;
}
@media (max-width: 575.98px) {
  .rtl .comment-box.style-two {
    margin-right: 0;
  }
}
.comment-box .inner-box {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 24px;
  padding: 20px;
  border-radius: 30px;
  background-color: #f5f5f5;
}
@media (max-width: 575.98px) {
  .comment-box .inner-box {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    text-align: center;
  }
}
.comment-box .inner-box .image {
  position: relative;
  width: 130px;
  height: 130px;
  -ms-flex-negative: 0;
      flex-shrink: 0;
}
.comment-box .inner-box .name-box {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: end;
      -ms-flex-align: end;
          align-items: flex-end;
  gap: 10px;
  margin-bottom: 10px;
}
@media (max-width: 575.98px) {
  .comment-box .inner-box .name-box {
    -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;
    gap: 5px;
  }
}
.comment-box .inner-box .name-box .name {
  position: relative;
  font-size: 28px;
  margin-bottom: 0;
  font-family: var(--style-font);
}
.comment-box .inner-box .name-box .date {
  position: relative;
  font-family: var(--style-font);
  color: var(--theme-color1);
}
.comment-box .inner-box .text {
  position: relative;
  margin-bottom: 0;
}
@media (max-width: 575.98px) {
  .comment-box .inner-box .text {
    margin-bottom: 15px;
  }
}
.comment-box .inner-box .reply {
  position: absolute;
  top: 20px;
  right: 20px;
  padding: 5px 20px;
  border-radius: 30px;
  color: var(--theme-color-light);
  font-family: var(--style-font);
  background-color: var(--theme-color-dark);
}
@media (max-width: 575.98px) {
  .comment-box .inner-box .reply {
    position: relative;
    right: 0;
    top: 0;
  }
}
.comment-box .inner-box .reply:hover {
  background-color: var(--theme-color1);
}
.rtl .comment-box .inner-box .reply {
  right: auto;
  left: 20px;
}
@media (max-width: 575.98px) {
  .rtl .comment-box .inner-box .reply {
    left: 0;
  }
}

.comment-form {
  position: relative;
}
.comment-form .form-group {
  position: relative;
  margin-bottom: 20px;
}
.comment-form .select2-container--default .select2-selection--single,
.comment-form input:not([type=submit]),
.comment-form textarea,
.comment-form select {
  position: relative;
  display: block;
  height: 63px;
  width: 100%;
  padding: 20px 25px;
  font-size: 16px;
  border-radius: 20px;
  font-weight: 400;
  color: #d2d2d2;
  border: 1px solid #666666;
  background-color: transparent;
  margin-bottom: 0;
  -webkit-transition: all 300ms ease;
  transition: all 300ms ease;
}
.comment-form ::-webkit-input-placeholder {
  color: #666666;
}
.comment-form input:focus,
.comment-form select:focus,
.comment-form textarea:focus {
  border-color: var(--theme-color1);
}
.comment-form textarea {
  height: 160px;
}

.sidebar {
  position: sticky;
  top: 100px;
  left: 0;
  width: 100%;
  margin-bottom: 50px;
}
@media (max-width: 575.98px) {
  .sidebar .sidebar-title {
    font-size: 28px;
  }
}
.sidebar .post-box {
  position: relative;
  padding: 40px;
  border-radius: 30px;
  margin-bottom: 20px;
  background-color: #f5f5f5;
}
@media (max-width: 575.98px) {
  .sidebar .post-box {
    padding: 30px 20px;
  }
}
.sidebar .category-box {
  position: relative;
  padding: 40px;
  border-radius: 30px;
  margin-bottom: 20px;
  background-color: #f5f5f5;
}
@media (max-width: 575.98px) {
  .sidebar .category-box {
    padding: 30px 20px;
  }
}
.sidebar .category-box .category-list li {
  position: relative;
  margin-bottom: 10px;
}
.sidebar .category-box .category-list li:last-child {
  margin-bottom: 0;
}
.sidebar .category-box .category-list a {
  position: relative;
  font-size: 16px;
  padding: 16px 30px;
  border-radius: 50px;
  display: block;
  color: var(--theme-color-dark);
  font-family: var(--style-font);
  background-color: var(--theme-color-light);
  -webkit-transition: all 300ms ease;
  transition: all 300ms ease;
}
.sidebar .category-box .category-list a:hover {
  color: var(--theme-color-light);
  background-color: var(--theme-color1);
}
.sidebar .category-box .category-list a .count {
  position: absolute;
  top: 5px;
  right: 5px;
  width: 48px;
  height: 48px;
  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;
  color: var(--theme-color-dark);
  background-color: var(--theme-color2);
}
.rtl .sidebar .category-box .category-list a .count {
  right: auto;
  left: 5px;
}
.sidebar .links-box {
  position: relative;
  padding: 40px;
  border-radius: 30px;
  margin-bottom: 20px;
  background-color: #f5f5f5;
}
@media (max-width: 575.98px) {
  .sidebar .links-box {
    padding: 30px 20px;
  }
}
.sidebar .links-box .quick-links li {
  position: relative;
  margin-bottom: 10px;
}
.sidebar .links-box .quick-links li:last-child {
  margin-bottom: 0;
}
.sidebar .links-box .quick-links a {
  position: relative;
  font-size: 16px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 12px;
  -webkit-transition: all 300ms ease;
  transition: all 300ms ease;
}
.sidebar .links-box .quick-links a:hover {
  color: var(--theme-color1);
}
.rtl .sidebar .links-box .quick-links a i {
  -webkit-transform: scaleX(-1);
          transform: scaleX(-1);
}
.sidebar .newsletter-box {
  position: relative;
  padding: 40px;
  border-radius: 30px;
  margin-bottom: 20px;
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
  background-image: url(./../images/icons/shape-6.png);
}
@media (max-width: 575.98px) {
  .sidebar .newsletter-box {
    padding: 30px 20px;
  }
}
.sidebar .newsletter-box .text {
  position: relative;
  font-family: var(--style-font);
  font-size: 18px;
  color: #444444;
  margin-bottom: 20px;
}
.sidebar .meta-box {
  position: relative;
  padding: 40px;
  border-radius: 30px;
  background-color: #f5f5f5;
}
@media (max-width: 575.98px) {
  .sidebar .meta-box {
    padding: 30px 20px;
  }
}
.sidebar .meta-box .meta-list li {
  position: relative;
  margin-bottom: 13px;
  padding-bottom: 13px;
  border-bottom: 1px solid #d4cfcf;
}
.sidebar .meta-box .meta-list li:last-child {
  margin-bottom: 0;
  padding-bottom: 0;
  border-bottom: none;
}
.sidebar .meta-box .meta-list a {
  position: relative;
  font-size: 16px;
  display: block;
  -webkit-transition: all 300ms ease;
  transition: all 300ms ease;
}
.sidebar .meta-box .meta-list a:hover {
  color: var(--theme-color1);
}

.post-block {
  padding-bottom: 20px;
  margin-bottom: 20px;
  border-bottom: 1px solid #bfbfbf;
}
.post-block:last-child {
  padding-bottom: 0;
  margin-bottom: 0;
  border-bottom: none;
}
.post-block .inner-box {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 15px;
}
.post-block .inner-box .image {
  position: relative;
  width: 90px;
  height: 90px;
  overflow: hidden;
  -ms-flex-negative: 0;
      flex-shrink: 0;
  border-radius: 20px;
}
.post-block .inner-box .image img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.post-block .inner-box .date {
  position: relative;
  font-size: 16px;
  padding: 0 10px;
  margin-bottom: 5px;
  border-radius: 10px;
  display: inline-block;
  text-transform: uppercase;
  font-family: var(--style-font);
  color: var(--theme-color-light);
  background-color: var(--theme-color1);
}
.post-block .inner-box .title {
  position: relative;
  font-family: var(--style-font);
  margin-bottom: 0;
}
@media (max-width: 575.98px) {
  .post-block .inner-box .title {
    font-size: 20px;
  }
}
.post-block .inner-box .title a:hover {
  color: var(--theme-color1);
}

.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: 56px;
  width: 100%;
  font-size: 16px;
  line-height: 30px;
  padding: 18px 20px;
  color: #444444;
  border-radius: 20px;
  font-family: var(--style-font);
  border: 1px solid transparent;
  background: var(--theme-color-light);
  -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: #444444;
}
.newsletter-form-two .form-group input[type=text]::-moz-placeholder, .newsletter-form-two .form-group input[type=email]::-moz-placeholder {
  color: #444444;
}
.newsletter-form-two .form-group input[type=text]:-ms-input-placeholder, .newsletter-form-two .form-group input[type=email]:-ms-input-placeholder {
  color: #444444;
}
.newsletter-form-two .form-group input[type=text]::-ms-input-placeholder, .newsletter-form-two .form-group input[type=email]::-ms-input-placeholder {
  color: #444444;
}
.newsletter-form-two .form-group input[type=text]::placeholder,
.newsletter-form-two .form-group input[type=email]::placeholder {
  color: #444444;
}
.newsletter-form-two .form-group input[type=text]:focus,
.newsletter-form-two .form-group input[type=email]:focus {
  border-color: var(--theme-color1);
}
.newsletter-form-two .form-group .theme-btn {
  margin-top: 15px;
  width: 100%;
}

/***

====================================================================
    Error Section
====================================================================

***/
.error-section {
  position: relative;
  height: 100vh;
  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: center;
      -ms-flex-pack: center;
          justify-content: center;
}
.error-section .content-box {
  position: relative;
  width: 100%;
  padding: 150px 15px 0;
  margin-top: auto;
  max-width: 750px;
  margin-left: auto;
  margin-right: auto;
  text-align: center;
  z-index: 1;
}
@media (max-width: 575.98px) {
  .error-section .content-box {
    padding-top: 120px;
  }
}
.error-section .content-box .title {
  position: relative;
  line-height: 1em;
  font-size: 220px;
  color: var(--theme-color2);
}
@media (max-width: 767.98px) {
  .error-section .content-box .title {
    font-size: 200px;
  }
}
@media (max-width: 575.98px) {
  .error-section .content-box .title {
    font-size: 150px;
  }
}
.error-section .content-box .title-two {
  position: relative;
  font-size: 50px;
  margin-bottom: 15px;
  color: var(--theme-color-light);
}
@media (max-width: 767.98px) {
  .error-section .content-box .title-two {
    font-size: 40px;
  }
}
@media (max-width: 575.98px) {
  .error-section .content-box .title-two {
    font-size: 32px;
  }
}
.error-section .content-box .text {
  position: relative;
  font-size: 18px;
  margin-bottom: 30px;
  color: var(--theme-color-light);
  font-family: var(--style-font);
}
.error-section .content-box .btn-box {
  position: relative;
  padding-top: 30px;
}
.error-section .bottom-box {
  position: relative;
  padding: 0 15px;
  margin-top: auto;
}
.error-section .bottom-box .inner-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;
  padding: 25px 0 40px;
}
@media (max-width: 767.98px) {
  .error-section .bottom-box .inner-box {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    gap: 20px;
    padding: 15px 0;
    padding-bottom: 25px;
    text-align: center;
  }
}
.error-section .bottom-box .inner-box .copyright-text {
  position: relative;
  font-size: 18px;
  line-height: 30px;
  font-family: var(--style-font);
  color: var(--theme-color-light);
  margin-bottom: 0;
}
@media (max-width: 767.98px) {
  .error-section .bottom-box .inner-box .copyright-text {
    -webkit-box-ordinal-group: 3;
        -ms-flex-order: 2;
            order: 2;
  }
}
.error-section .bottom-box .inner-box .copyright-text a {
  color: inherit;
  border-bottom: 2px solid var(--theme-color2);
}
.error-section .bottom-box .inner-box .copyright-text a:hover {
  color: var(--theme-color2);
}

.error-form {
  position: relative;
}
.error-form .form-group {
  position: relative;
  overflow: hidden;
  border-radius: 20px;
}
.error-form .select2-container--default .select2-selection--single,
.error-form input:not([type=submit]),
.error-form textarea,
.error-form select {
  position: relative;
  display: block;
  height: 63px;
  width: 100%;
  padding: 20px 25px;
  font-size: 16px;
  font-weight: 400;
  color: #444444;
  margin-bottom: 0;
  border: 1px solid transparent;
  background-color: var(--theme-color-light);
  -webkit-transition: all 300ms ease;
  transition: all 300ms ease;
}
@media (max-width: 1399.98px) {
  .error-form .select2-container--default .select2-selection--single,
  .error-form input:not([type=submit]),
  .error-form textarea,
  .error-form select {
    padding: 20px 30px;
  }
}
.error-form ::-webkit-input-placeholder {
  color: #444444;
}
.error-form input:focus,
.error-form select:focus,
.error-form textarea:focus {
  border-color: var(--theme-color2);
}
.error-form .button {
  position: absolute;
  top: 0;
  right: 0;
  height: 100%;
  border-radius: 20px;
  width: 78px;
  color: var(--theme-color-dark);
  background-color: var(--theme-color2);
}
.rtl .error-form .button {
  right: auto;
  left: 0;
}

/***

====================================================================
    Cart Section
====================================================================

***/
.cart-section {
  position: relative;
  padding: 120px 0;
}
.cart-section .shop-cart {
  position: relative;
  overflow: hidden;
  border-radius: 10px;
  border: 1px solid #cccccc;
}
@media (max-width: 991.98px) {
  .cart-section .shop-cart {
    overflow-x: scroll;
    width: 100%;
  }
}
.cart-section .shop-cart table {
  position: relative;
  width: 100%;
  border-collapse: collapse;
}
@media (max-width: 991.98px) {
  .cart-section .shop-cart table {
    min-width: 900px;
  }
}
.cart-section .shop-cart table thead {
  position: relative;
  background-color: var(--theme-color2);
}
.cart-section .shop-cart table th {
  position: relative;
  padding: 16px;
  font-size: 22px;
  font-weight: 400;
  text-align: left;
  font-family: var(--style-font);
  color: var(--theme-color-dark);
}
.rtl .cart-section .shop-cart table th {
  text-align: right;
}
.cart-section .shop-cart table td {
  padding: 16px;
  vertical-align: middle;
}
.cart-section .shop-cart table .row-alt {
  background-color: #f8f9ed;
}
.cart-section .shop-cart table .remove {
  position: relative;
  cursor: pointer;
  display: inline-block;
  font-size: 30px;
  margin-right: 10px;
  top: 5px;
  font-family: var(--style-font);
  color: var(--theme-color-dark);
}
.rtl .cart-section .shop-cart table .remove {
  margin-right: 0;
  margin-left: 10px;
}
.cart-section .shop-cart table .name {
  position: relative;
  margin-left: 10px;
  font-family: var(--style-font);
  vertical-align: middle;
}
.cart-section .shop-cart table .price {
  position: relative;
  font-size: 22px;
  font-family: var(--style-font);
  color: var(--theme-color-dark);
}
.cart-section .shop-cart table .price span {
  font-size: 12px;
  color: #444444;
  text-decoration: line-through;
}
.cart-section .cart-options {
  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-top: 30px;
  gap: 20px;
}
@media (max-width: 991.98px) {
  .cart-section .cart-options {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
}
@media (max-width: 575.98px) {
  .cart-section .cart-options .btn-box {
    width: 100%;
  }
}
@media (max-width: 575.98px) {
  .cart-section .cart-options .btn-box .theme-btn {
    width: 100%;
  }
}
.cart-section .cart-options .apply-coupon {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  width: 100%;
  gap: 20px;
}
@media (max-width: 575.98px) {
  .cart-section .cart-options .apply-coupon {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
}
.cart-section .cart-options .apply-coupon .form-group {
  position: relative;
}
@media (max-width: 575.98px) {
  .cart-section .cart-options .apply-coupon .form-group {
    width: 100%;
  }
}
.cart-section .cart-options .apply-coupon .form-group input[type=text] {
  position: relative;
  width: 443px;
  height: 62px;
  display: block;
  border-radius: 24px;
  font-family: var(--style-font);
  color: #373737;
  line-height: 28px;
  padding: 10px 35px;
  border: 1px solid #c1c1c1;
  background-color: var(--theme-color-light);
}
@media (max-width: 767.98px) {
  .cart-section .cart-options .apply-coupon .form-group input[type=text] {
    width: 100%;
  }
}
@media (max-width: 575.98px) {
  .cart-section .cart-options .apply-coupon .form-group .theme-btn {
    width: 100%;
  }
}
.cart-section .cart-total {
  position: relative;
  width: 100%;
  max-width: 520px;
  margin-left: auto;
  border-radius: 30px;
  margin-top: 50px;
  padding: 50px 40px 40px;
  background-size: cover;
  background-position: 50%;
  background-repeat: no-repeat;
  background-image: url(./../images/icons/shape-4.png);
}
@media (max-width: 991.98px) {
  .cart-section .cart-total {
    max-width: 100%;
  }
}
@media (max-width: 575.98px) {
  .cart-section .cart-total {
    padding: 40px 20px;
  }
}
.rtl .cart-section .cart-total {
  margin-right: auto;
  margin-left: 0;
}
.cart-section .cart-total .title {
  position: relative;
  color: var(--theme-color-light);
}
.cart-section .cart-total .totals-table {
  position: relative;
  border-radius: 20px;
  padding-top: 15px;
  border: 2px solid var(--theme-color2);
  margin-bottom: 20px;
}
.cart-section .cart-total .totals-table li {
  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: 10px 20px;
  font-size: 20px;
  font-family: var(--style-font);
  color: var(--theme-color-light);
  text-transform: uppercase;
}
.cart-section .cart-total .totals-table li.total {
  margin-bottom: 0;
  margin-top: 10px;
  border-radius: 10px;
  color: var(--theme-color-dark);
  background-color: var(--theme-color2);
}
.cart-section .cart-total .theme-btn {
  width: 100%;
}

/***

====================================================================
    Checkout Section
====================================================================

***/
.checkout-section {
  position: relative;
  padding: 120px 0;
}
.checkout-section .content-column .inner-column {
  position: sticky;
  top: 100px;
  left: 0;
  width: 100%;
}
.checkout-section .content-column .inner-column .cart-total {
  position: relative;
  width: 100%;
  border-radius: 30px;
  padding: 50px 40px 40px;
  background-size: cover;
  background-position: 50%;
  background-repeat: no-repeat;
  background-image: url(./../images/icons/shape-4.png);
}
@media (max-width: 991.98px) {
  .checkout-section .content-column .inner-column .cart-total {
    max-width: 100%;
  }
}
@media (max-width: 575.98px) {
  .checkout-section .content-column .inner-column .cart-total {
    padding: 40px 20px;
  }
}
.checkout-section .content-column .inner-column .cart-total .title {
  position: relative;
  font-size: 40px;
  color: var(--theme-color-light);
}
.checkout-section .content-column .inner-column .cart-total .totals-table {
  position: relative;
  border-radius: 20px;
  padding-top: 15px;
  border: 2px solid var(--theme-color2);
  margin-bottom: 40px;
}
.checkout-section .content-column .inner-column .cart-total .totals-table li {
  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: 10px 20px;
  font-size: 20px;
  font-family: var(--style-font);
  color: var(--theme-color-light);
  text-transform: uppercase;
}
.checkout-section .content-column .inner-column .cart-total .totals-table li.total {
  margin-bottom: 0;
  margin-top: 10px;
  border-radius: 10px;
  color: var(--theme-color-dark);
  background-color: var(--theme-color2);
}
.checkout-section .content-column .inner-column .cart-total .payment-method {
  position: relative;
}
.checkout-section .content-column .inner-column .cart-total .payment-method .title-two {
  position: relative;
  font-size: 28px;
  font-family: var(--style-font);
  color: var(--theme-color-light);
}
.checkout-section .content-column .inner-column .cart-total .payment-method .payment-option {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  cursor: pointer;
  margin-bottom: 10px;
  gap: 13px;
}
.checkout-section .content-column .inner-column .cart-total .payment-method .payment-option input {
  position: relative;
  width: 17px;
  height: 17px;
  background-color: transparent;
}
.checkout-section .content-column .inner-column .cart-total .payment-method .payment-option label {
  position: relative;
  color: var(--theme-color-light);
}
.checkout-section .content-column .inner-column .cart-total .payment-method .rewards {
  position: relative;
  padding: 15px 25px;
  color: var(--theme-color-light);
  background-color: rgba(255, 255, 255, 0.1);
  margin-bottom: 20px;
}
.checkout-section .content-column .inner-column .cart-total .theme-btn {
  width: 100%;
}

.checkout-form {
  position: relative;
}
.checkout-form .title {
  position: relative;
  color: var(--theme-color-light);
  text-transform: uppercase;
  margin-bottom: 30px;
}
@media (max-width: 991.98px) {
  .checkout-form .title {
    font-size: 24px;
  }
}
.checkout-form .form-group {
  position: relative;
  margin-bottom: 20px;
}
.checkout-form .form-group .checkbox {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  cursor: pointer;
  margin-bottom: 5px;
  gap: 13px;
}
.checkout-form .form-group .checkbox input {
  position: relative;
  width: 17px;
  height: 17px;
  background-color: #f1f1f1;
}
.checkout-form .select2-container--default .select2-selection--single,
.checkout-form input:not([type=submit]),
.checkout-form input:not([type=checkbox]),
.checkout-form textarea,
.checkout-form select {
  position: relative;
  display: block;
  height: 65px;
  width: 100%;
  padding: 20px 20px;
  font-size: 16px;
  border-radius: 20px;
  font-weight: 400;
  color: #333333;
  margin-bottom: 0;
  border: 1px solid #c1c1c1;
  background-color: var(--theme-color-light);
  -webkit-transition: all 300ms ease;
  transition: all 300ms ease;
}
.checkout-form ::-webkit-input-placeholder {
  color: #333333;
}
.checkout-form input:focus,
.checkout-form select:focus,
.checkout-form textarea:focus {
  border-color: var(--theme-color1);
}
.checkout-form textarea {
  height: 190px;
}

/***

====================================================================
    Shop Detail
====================================================================

***/
.shop-detail {
  position: relative;
  padding: 120px 0;
}
.shop-detail .outer-box {
  position: relative;
  border-radius: 30px;
  overflow: hidden;
  padding: 30px 60px;
  background-color: #f5f5f5;
}
@media (max-width: 1199.98px) {
  .shop-detail .outer-box {
    text-align: center;
    padding: 40px;
  }
}
@media (max-width: 575.98px) {
  .shop-detail .outer-box {
    padding: 20px 15px;
  }
}
.shop-detail .outer-box .content-column {
  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: center;
      -ms-flex-pack: center;
          justify-content: center;
}
.shop-detail .outer-box .content-column .inner-column {
  position: relative;
  padding-left: 50px;
}
@media (max-width: 1199.98px) {
  .shop-detail .outer-box .content-column .inner-column {
    padding-left: 0;
    padding-top: 40px;
  }
}
.rtl .shop-detail .outer-box .content-column .inner-column {
  padding-left: 0;
  padding-right: 50px;
}
@media (max-width: 1199.98px) {
  .rtl .shop-detail .outer-box .content-column .inner-column {
    padding-right: 0;
  }
}
.shop-detail .outer-box .content-column .inner-column .rating {
  position: relative;
  display: inline-block;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 5px;
  border-radius: 10px;
  padding: 5px 15px;
  font-size: 20px;
  font-family: var(--style-font);
  background-color: var(--theme-color2);
}
.shop-detail .outer-box .content-column .inner-column .rating .icon {
  position: relative;
  font-size: 16px;
}
.shop-detail .outer-box .content-column .inner-column .title {
  position: relative;
  font-family: var(--style-font);
  margin-bottom: 8px;
}
@media (max-width: 767.98px) {
  .shop-detail .outer-box .content-column .inner-column .title {
    font-size: 60px;
  }
}
@media (max-width: 575.98px) {
  .shop-detail .outer-box .content-column .inner-column .title {
    font-size: 40px;
    margin-bottom: 15px;
    margin-top: 10px;
  }
}
.shop-detail .outer-box .content-column .inner-column .product-list {
  position: relative;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  gap: 24px;
  margin-bottom: 28px;
}
@media (max-width: 1199.98px) {
  .shop-detail .outer-box .content-column .inner-column .product-list {
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    margin-bottom: 20px;
  }
}
@media (max-width: 575.98px) {
  .shop-detail .outer-box .content-column .inner-column .product-list {
    gap: 5px;
    margin-bottom: 15px;
  }
}
.shop-detail .outer-box .content-column .inner-column .product-list li {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 5px;
  line-height: 1em;
  font-family: var(--style-font);
  color: #5f5c5c;
}
.shop-detail .outer-box .content-column .inner-column .price-box {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 10px;
  margin-bottom: 40px;
}
@media (max-width: 1199.98px) {
  .shop-detail .outer-box .content-column .inner-column .price-box {
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    margin-bottom: 20px;
  }
}
.shop-detail .outer-box .content-column .inner-column .price-box .price {
  position: relative;
  color: var(--theme-color1);
  font-family: var(--style-font);
  font-size: 54px;
  line-height: 1em;
  margin-bottom: 0;
}
@media (max-width: 767.98px) {
  .shop-detail .outer-box .content-column .inner-column .price-box .price {
    font-size: 42px;
  }
}
@media (max-width: 575.98px) {
  .shop-detail .outer-box .content-column .inner-column .price-box .price {
    font-size: 36px;
  }
}
.shop-detail .outer-box .content-column .inner-column .price-box .discount-price {
  position: relative;
  font-family: var(--style-font);
  font-size: 32px;
  text-decoration: line-through;
  margin-bottom: 0;
}
@media (max-width: 767.98px) {
  .shop-detail .outer-box .content-column .inner-column .price-box .discount-price {
    font-size: 24px;
  }
}
@media (max-width: 575.98px) {
  .shop-detail .outer-box .content-column .inner-column .price-box .discount-price {
    font-size: 20px;
  }
}
.shop-detail .outer-box .content-column .inner-column .quantity-box {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 20px;
}
@media (max-width: 1199.98px) {
  .shop-detail .outer-box .content-column .inner-column .quantity-box {
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
}
.shop-detail .outer-box .content-column .inner-column .quantity-box .availability {
  position: relative;
  font-weight: 700;
  color: #1f9d25;
}
@media (max-width: 575.98px) {
  .shop-detail .outer-box .content-column .inner-column .quantity-box .availability {
    display: none;
  }
}
.shop-detail .outer-box .content-column .inner-column .btn-box {
  position: relative;
  margin-top: 30px;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 15px;
}
@media (max-width: 575.98px) {
  .shop-detail .outer-box .content-column .inner-column .btn-box {
    gap: 10px;
  }
}
.shop-detail .outer-box .content-column .inner-column .btn-box .wishlist {
  position: relative;
  width: 63px;
  height: 63px;
  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: 20px;
  font-size: 18px;
  color: var(--theme-color-light);
  background-color: #383838;
  -webkit-transition: all 300ms ease;
  transition: all 300ms ease;
}
.shop-detail .outer-box .content-column .inner-column .btn-box .wishlist:hover {
  background-color: var(--theme-color1);
}
.shop-detail .outer-box .content-column .inner-column .cat-box {
  position: relative;
  margin-top: 50px;
  padding-top: 30px;
  border-top: 3px dashed #d4d4d4;
}
@media (max-width: 575.98px) {
  .shop-detail .outer-box .content-column .inner-column .cat-box {
    padding-top: 24px;
    margin-top: 0;
    border-top: none;
  }
}
.shop-detail .outer-box .content-column .inner-column .cat-box li {
  position: relative;
  color: #444444;
  font-size: 18px;
  line-height: 34px;
  font-family: var(--style-font);
  text-transform: uppercase;
}
@media (max-width: 575.98px) {
  .shop-detail .outer-box .content-column .inner-column .cat-box li {
    font-size: 14px;
    line-height: 24px;
  }
}
.shop-detail .outer-box .content-column .inner-column .cat-box li span {
  color: var(--theme-color1);
}
.shop-detail .outer-box .image-column .inner-column .image {
  position: relative;
  margin-bottom: 0;
}
.shop-detail .outer-box .image-column .inner-column .shape-5 {
  position: absolute;
  top: 0;
  left: 0;
}
@media (max-width: 1199.98px) {
  .shop-detail .outer-box .image-column .inner-column .shape-5 {
    display: none;
  }
}
.rtl .shop-detail .outer-box .image-column .inner-column .shape-5 {
  left: auto;
  right: 0;
  -webkit-transform: scaleX(-1);
          transform: scaleX(-1);
}

/***

====================================================================
    Product Info
====================================================================

***/
.product-info {
  position: relative;
  padding: 120px 0;
}
.product-info .outer-box {
  position: relative;
}
.rtl .product-info .outer-box {
  text-align: right;
}
.product-info .outer-box .title {
  position: relative;
  margin-bottom: 20px;
}
.product-info .outer-box .text {
  position: relative;
  margin-bottom: 20px;
}
.product-info .outer-box .product-table {
  position: relative;
  margin-top: 20px;
  border-radius: 30px;
  border: 1px solid #f5f5f5;
}
@media (max-width: 991.98px) {
  .product-info .outer-box .product-table {
    overflow-x: scroll;
    padding-bottom: 10px;
    width: 100%;
  }
}
.product-info .outer-box .product-table table {
  position: relative;
  width: 100%;
  margin-bottom: 0;
  border-radius: 30px;
  overflow: hidden;
  font-size: 18px;
  border-collapse: collapse;
}
@media (max-width: 575.98px) {
  .product-info .outer-box .product-table table {
    white-space: nowrap;
  }
}
.rtl .product-info .outer-box .product-table table {
  text-align: right;
}
.product-info .outer-box .product-table table tr:not(:last-child) {
  border-bottom: 1px solid #ededed;
}
.product-info .outer-box .product-table table td {
  position: relative;
  font-family: var(--style-font);
  padding: 20px 40px;
  vertical-align: middle;
}
@media (max-width: 767.98px) {
  .product-info .outer-box .product-table table td {
    padding: 20px 30px;
  }
}
.product-info .outer-box .product-table table td:first-child {
  width: 30%;
  color: var(--theme-color1);
  background-color: #f5f5f5;
}

.review-block {
  margin-bottom: 30px;
}
.review-block .inner-box {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 30px;
  padding: 20px;
  border-radius: 20px;
  background-color: #f5f5f5;
}
@media (max-width: 575.98px) {
  .review-block .inner-box {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    text-align: center;
  }
}
.review-block .inner-box .image {
  position: relative;
  width: 110px;
  height: 110px;
  -o-object-fit: cover;
     object-fit: cover;
  -ms-flex-negative: 0;
      flex-shrink: 0;
  overflow: hidden;
  border-radius: 30px;
  -webkit-box-shadow: 0 3px 7px rgba(0, 0, 0, 0.3490196078);
          box-shadow: 0 3px 7px rgba(0, 0, 0, 0.3490196078);
  border: 3px solid var(--theme-color-light);
}
.review-block .inner-box .image img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.review-block .inner-box .content {
  position: relative;
}
.review-block .inner-box .content .name-box {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: end;
      -ms-flex-align: end;
          align-items: flex-end;
  gap: 10px;
  margin-bottom: 10px;
}
@media (max-width: 575.98px) {
  .review-block .inner-box .content .name-box {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    gap: 5px;
  }
}
.review-block .inner-box .content .name-box .name {
  position: relative;
  font-size: 28px;
  margin-bottom: 0;
  font-family: var(--style-font);
}
.review-block .inner-box .content .name-box .date {
  position: relative;
  color: var(--theme-color1);
  font-family: var(--style-font);
  margin-bottom: 0;
}
.review-block .inner-box .content .text {
  margin-bottom: 0;
}
.review-block .inner-box .content .rating {
  position: absolute;
  top: 0;
  right: 0;
  display: inline-block;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 5px;
  border-radius: 10px;
  padding: 2px 15px;
  font-size: 16px;
  font-family: var(--style-font);
  background-color: var(--theme-color2);
}
@media (max-width: 575.98px) {
  .review-block .inner-box .content .rating {
    position: relative;
    margin-top: 15px;
  }
}
.rtl .review-block .inner-box .content .rating {
  left: 0;
  right: auto;
}

.product-info-tabs {
  position: relative;
}
.product-info-tabs .tab-btns {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 20px;
  margin-bottom: 50px;
}
@media (max-width: 1199.98px) {
  .product-info-tabs .tab-btns {
    padding-bottom: 10px;
    overflow-x: scroll;
    -webkit-box-pack: start;
        -ms-flex-pack: start;
            justify-content: flex-start;
  }
}
.product-info-tabs .tab-btn {
  position: relative;
  display: inline-block;
  font-size: 18px;
  line-height: 32px;
  text-align: center;
  border-radius: 20px;
  padding: 10px 50px;
  cursor: pointer;
  -ms-flex-negative: 0;
      flex-shrink: 0;
  font-family: var(--style-font);
  color: var(--theme-color-dark);
  border: 3px solid var(--theme-color2);
  background-color: var(--theme-color-light);
  -webkit-transition: all 300ms ease;
  transition: all 300ms ease;
}
.product-info-tabs .tab-btn.active-btn {
  color: var(--theme-color-dark);
  background-color: var(--theme-color2);
}
.product-info-tabs .tabs-content {
  text-align: left;
}

/*added by dazzling*/
.pt-dazz{
    padding-top:40px !important;
}