/**

  * Name: Wedo
  * Version: 1.0
  * Author: Themesflat
  * Author URI: http://www.themesflat.com

-------------------------------------------------------------- */

/*  Table Content

  * variable
  * reset
  * header
  * footer
  * popup menu
  * dark themes
  * preloader 

*/

/* variable
-------------------------------------------------------------- */
:root {
  --primary-color: #ff841f;
  --color-white: #ffffff;
  --title-light: #1d1c22;
  --color-dark: #191919;
  --primary-bg-light: #b4d700;
  --primary-bg-white: #f6f6f6;
  --bg-dark-hover: rgba(255, 255, 255, 0.1);
  --color-overlay: #fff;
  --color-logo: rgba(29, 28, 34, 1);
  --bg-switcher: #191919;
}
.is-dark {
  --bg-switcher: rgba(255, 255, 255, 0.2);
  --color-logo: rgba(255, 255, 255, 0.5);
  --color-overlay: #191919;
}
:root {
  --slide-progress: 35%;
  --slide-progress--transition: all 200ms cubic-bezier(0.82, 0.02, 0.39, 1.01);
}
/* reset
---------------------------------------------------------------- */
html {
  overflow-y: scroll;
  -webkit-text-size-adjust: 100%;
  -ms-text-size-adjust: 100%;
  scroll-behavior: smooth;
}

body {
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  -webkit-text-size-adjust: 100%;
  -ms-text-size-adjust: 100%;
}

::-webkit-scrollbar {
  width: 0; /* Remove scrollbar width */
  background: transparent; /* Make scrollbar track transparent */
}

a,
abbr,
acronym,
address,
applet,
article,
aside,
audio,
b,
big,
blockquote,
body,
caption,
canvas,
center,
cite,
code,
dd,
del,
details,
dfn,
dialog,
div,
dl,
dt,
em,
embed,
fieldset,
figcaption,
figure,
form,
footer,
header,
hgroup,
h1,
h2,
h3,
h4,
h5,
h6,
html,
i,
iframe,
img,
ins,
kbd,
label,
legend,
li,
mark,
menu,
nav,
object,
ol,
output,
pre,
q,
ruby,
s,
samp,
section,
small,
span,
strike,
strong,
sub,
summary,
sup,
tt,
table,
tbody,
textarea,
tfoot,
thead,
time,
tr,
th,
td,
u,
ul,
var,
video {
  font-family: inherit;
  font-size: 100%;
  /* font-weight: inherit; */
  font-style: inherit;
  vertical-align: baseline;
  margin: 0;
  padding: 0;
  border: 0;
  outline: 0;
  background: transparent;
}

article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
menu,
nav,
section {
  display: block;
}

ol,
ul {
  list-style: none;
}

blockquote,
q {
  -webkit-hyphens: none;
  -moz-hyphens: none;
  -ms-hyphens: none;
  hyphens: none;
  quotes: none;
}

figure {
  margin: 0;
}

:focus {
  outline: 0;
}

table {
  border-collapse: collapse;
  border-spacing: 0;
}

img {
  border: 0;
  -ms-interpolation-mode: bicubic;
  vertical-align: middle;
}

legend {
  white-space: normal;
}

button,
input,
select,
textarea {
  font-size: 100%;
  margin: 0;
  max-width: 100%;
  vertical-align: baseline;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}

button,
input {
  line-height: normal;
}

input,
textarea {
  background-image: -webkit-linear-gradient(
    hsla(0, 0%, 100%, 0),
    hsla(0, 0%, 100%, 0)
  );
  /* Removing the inner shadow, rounded corners on iOS inputs */
}

button,
input[type="button"],
input[type="reset"],
input[type="submit"] {
  line-height: 1;
  cursor: pointer;
  /* Improves usability and consistency of cursor style between image-type 'input' and others */
  /* -webkit-appearance: button; */
  /* Corrects inability to style clickable 'input' types in iOS */
  border: none;
}

input[type="checkbox"],
input[type="radio"] {
  padding: 0;
  /* Addresses excess padding in IE8/9 */
}

/* input[type="search"] {
  /* -webkit-appearance: textfield; */
/* Addresses appearance set to searchfield in S5, Chrome
} */

input[type="search"]::-webkit-search-decoration {
  /* Corrects inner padding displayed oddly in S5, Chrome on OSX */
  -webkit-appearance: none;
}

button::-moz-focus-inner,
input::-moz-focus-inner {
  /* Corrects inner padding and border displayed oddly in FF3/4 www.sitepen.com/blog/2008/05/14/the-devils-in-the-details-fixing-dojos-toolbar-buttons/ */
  border: 0;
  padding: 0;
}

label {
  color: var(--title-light);
  font-size: 18px;
  line-height: 25px;
  font-weight: bold;
}

*,
*:before,
*:after {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}

*,
*:before,
*:after {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}

body {
  font: 16px/25px "Montserrat", sans-serif;
  /* font-weight: regular; */
  background-color: #fff;
  color: var(--primary-color);
}

a {
  color: var(--title-light);
  text-decoration: none;
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  -ms-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}

a:hover,
a:focus {
  color: var(--primary-bg-light);
  text-decoration: none;
  outline: 0;
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  -ms-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}

ul,
ol {
  padding: 0;
}

img {
  max-width: 100%;
  height: auto;
  -webkit-user-select: none; /* Safari */
  user-select: none;
}

/* b,
strong {
  /* font-weight: 900;
} */

h1 {
  font: 50px/50px "Autography", sans-serif;
  color: var(--title-light);
}

h1 {
  font: 50px/50px "Montserrat", sans-serif;
  color: var(--title-light);
}

h2 {
  font: 45px/45px "Montserrat", sans-serif;
}

h3 {
  font: 30px/30px "Montserrat", sans-serif;
}

h4 {
  font: 25px/25px "Montserrat", sans-serif;
}

h5 {
  font: 22px/22px "Montserrat", sans-serif;
}

h6 {
  font: 20px/20px "Montserrat", sans-serif;
}

p {
  color: var(--color-white);
  font-size: 16px;
  line-height: 30px;
  font-weight: 300;
  text-align: justify;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  margin: 0;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  /* font-weight: 400; */
  color: var(--title-light);
}

h1 {
  font-size: 80px;
  line-height: 1.1em;
}

h2 {
  font-size: 56px;
  line-height: 1.2142857142857142em;
}

h3 {
  font-size: 44px;
  line-height: 1.1363636363636365em;
}

h4 {
  font-size: 36px;
  line-height: 1.2222222222222223em;
}

h5 {
  font-size: 30px;
  line-height: 1.4em;
}

h6 {
  font-size: 24px;
  line-height: 1.25em;
}

input[type="button"],
input[type="reset"],
input[type="submit"] {
  font-size: 12px;
  font-family: "Montserrat", sans-serif;
  /* font-weight: 700; */
  background-color: transparent;
  text-transform: uppercase;
  border-width: 1px;
  border-style: solid;
  border-color: var(--color-dark);
  padding: 7px 21px;
  -webkit-transition: all 0.3s ease 0s;
  -moz-transition: all 0.3s ease 0s;
  -ms-transition: all 0.3s ease 0s;
  -o-transition: all 0.3s ease 0s;
  transition: all 0.3s ease 0s;
}

button[type="submit"] {
  border: none;
  font-weight: 700;
  background-color: var(--primary-bg-light);
  text-transform: capitalize;
  border-radius: 5px;
  width: 150px;
  height: 50px;
  display: flex;
  justify-content: center;
  align-items: center;
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  -ms-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}

button:hover {
  /* background-color: rgba(29, 28, 34, 0.1); */
  color: var(--primary-bg-light);
}

select,
textarea,
input[type="text"],
input[type="password"],
input[type="datetime"],
input[type="datetime-local"],
input[type="date"],
input[type="month"],
input[type="time"],
input[type="week"],
input[type="number"],
input[type="email"],
input[type="url"],
input[type="search"],
input[type="tel"],
input[type="color"] {
  width: 100%;
  font-size: 14px;
  border: 1px solid rgba(255, 255, 255, 0.1);
  color: var(--primary-color);
  background-color: transparent;
  height: 56px;
  padding: 21px 26px;
  border-radius: 10px;
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  -ms-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}

textarea:focus,
input[type="text"]:focus,
input[type="password"]:focus,
input[type="datetime"]:focus,
input[type="datetime-local"]:focus,
input[type="date"]:focus,
input[type="month"]:focus,
input[type="time"]:focus,
input[type="week"]:focus,
input[type="number"]:focus,
input[type="email"]:focus,
input[type="url"]:focus,
input[type="search"]:focus,
input[type="tel"]:focus,
input[type="color"]:focus {
  -webkit-box-shadow: none;
  -moz-box-shadow: none;
  box-shadow: none;
}

textarea {
  width: 100%;
  height: 120px;
  padding: 21px 26px;
}

input[type="checkbox"] {
  display: inline;
}

textarea:-moz-placeholder,
textarea::-moz-placeholder,
input:-moz-placeholder,
input::-moz-placeholder {
  color: rgba(162, 165, 177, 0.6);
  opacity: 1;
}

input:-ms-input-placeholder {
  color: rgba(162, 165, 177, 0.6);
}

textarea::-webkit-input-placeholder,
input::-webkit-input-placeholder {
  color: rgba(162, 165, 177, 0.6);
  opacity: 1;
}

/* bootstrap resetting elements */
.btn {
  background-image: none;
}

input[type="number"]::-webkit-inner-spin-button,
input[type="number"]::-webkit-outer-spin-button {
  -webkit-appearance: none;
  margin: 0;
}

input[type="number"] {
  -moz-appearance: textfield;
}

textarea,
input[type="text"],
input[type="submit"],
input[type="password"],
input[type="datetime"],
input[type="datetime-local"],
input[type="date"],
input[type="month"],
input[type="time"],
input[type="week"],
/* input[type="number"], */
/* input[type="email"], */
input[type="url"],
input[type="search"],
input[type="tel"],
input[type="color"],
.uneditable-input,
.dropdown-menu,
.navbar .nav > .active > a,
.navbar .nav > .active > a:hover,
.navbar .nav > .active > a:focus {
  /* -webkit-appearance: none; */
  text-shadow: none;
  -webkit-box-shadow: none;
  -moz-box-shadow: none;
  -o-box-shadow: none;
  box-shadow: none;
  color: var(--primary-color);
  border: 1px solid rgba(29, 28, 34, 0.1);
}

.tf-fullscreen {
  overflow: hidden;
}

/* section.content {
    min-height: 100vh;
} */

/* header
------------------------------------------------------------------------- */
.header {
  position: relative;
  padding: 15px 0px 0px;
  height: 80px;
  background: var(--color-white);
}

.left-logo {
  margin-left: 15px;
  margin-top: 5px;
}

.is-dark .header {
  /* background: var(--color-dark); */
  background: rgba(0, 0, 0, 0);
}

.header.is-fixed,
#header.style-absolute.is-fixed {
  position: fixed;
  top: -80px;
  left: 0;
  width: 100%;
  z-index: 9999;
  opacity: 1;
  box-shadow: 0px 3px 9px rgba(0, 0, 0, 0.05);
  background-color: var(--color-dark);
}

.is-dark .header.is-fixed,
.is-dark #header.style-absolute.is-fixed {
  box-shadow: 0px 3px 9px rgba(255, 255, 255, 0.05);
}

.header.is-fixed.is-small.hidden,
#header.style-absolute.is-small.hidden {
  top: -80px;
}

#header {
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  -ms-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}

.header.is-fixed.is-small,
#header.style-absolute.is-small {
  top: 0;
  -webkit-animation-name: fadeInDown;
  -webkit-animation-duration: 0.8s;
  animation-name: fadeInDown;
  animation-duration: 0.8s;
}

@keyframes fadeInDown {
  from {
    opacity: 0;
    transform: translate3d(0, -100%, 0);
  }

  to {
    opacity: 1;
    transform: none;
  }
}

.logo {
  /* width: 100%; */
  height: 45px;
  display: block;
  /* margin-left: -10px; */
}

.inner-header {
  display: flex;
  justify-content: space-between;
  align-items: center;
}

.inner-header-left,
.inner-header-right {
  display: flex;
  align-items: center;
  gap: 20px;
}

.wd-icon-box {
  border: 1px solid #e6e6e7;
  border-radius: 5px;
  width: 50px;
  height: 50px;
  display: flex;
  align-items: center;
  justify-content: center;
  cursor: pointer;
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  -ms-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}

.wd-icon-box:hover,
.wd-icon-box.active {
  background-color: var(--primary-bg-light);
  border: none;
}

.wd-icon-box:hover .icon-phone::before {
  color: var(--color-white);
}

.wd-icon-box:hover span::before {
  color: var(--title-light);
}

.wd-icon-box .icon-phone {
  font-size: 18px;
}

.wd-icon-box .nav-menu,
.wd-icon-box .nav-menu-open {
  position: relative;
  transition: all 0.3s ease;
}

.nav-menu span {
  display: block;
  width: 18px;
  height: 2px;
  background-color: var(--title-light);
  border-radius: 8px;
  margin: 8px 0px 6px;
  transition: all 0.3s ease;
}

.nav-menu::before,
.nav-menu::after {
  content: "";
  position: absolute;
  display: block;
  width: 16px;
  height: 2px;
  background-color: var(--title-light);
  border-radius: 8px;
  overflow: hidden;
  transition: all 0.3s ease;
}

.nav-menu::after {
  width: 12px;
  height: 2px;
  left: 2px;
}

.nav-menu-open span {
  visibility: hidden;
  display: block;
  width: 18px;
  height: 2px;
  background-color: var(--title-light);
  border-radius: 8px;
  margin: 8px 0px 6px;
  transition: all 0.3s ease;
}

.nav-menu-open::before,
.nav-menu-open::after {
  content: "";
  position: absolute;
  display: block;
  width: 20px;
  height: 2px;
  background-color: var(--primary-color) !important;
  border-radius: 8px;
  overflow: hidden;
  top: 50%;
  transition: all 0.3s ease;
}

.nav-menu-open::before {
  transform: rotate(45deg);
}

.nav-menu-open::after {
  transform: rotate(-45deg);
}
/* footer
------------------------------------------------------------------------ */
.footer {
  position: fixed;
  width: 100%;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
}

.footer p {
  color: var(--color-white);
  font-size: 14px;
  line-height: 17px;
  margin-bottom: 5px;
}

.footer p a {
  color: var(--primary-color);
}

/* popup menu
---------------------------------------------------------------------- */
.is-relative {
  position: relative;
}

.widget-filter {
  background: var(--primary-bg-light);
  box-shadow: 0px 2px 2px rgba(28, 36, 51, 0.1);
  padding: 50px;
}

.menu-popup .widget-filter {
  height: 100vh;
  transform: translateY(-10px);
  border-radius: 20px;
  transition: transform 0.25s cubic-bezier(0.25, 0.46, 0.45, 0.94);
  will-change: transform;
  -webkit-overflow-scrolling: touch;
  -webkit-transition: all 0.5s ease 0s;
  -moz-transition: all 0.5s ease 0s;
  -ms-transition: all 0.5s ease 0s;
  -o-transition: all 0.5s ease 0s;
  transition: all 0.5s ease 0s;
  -webkit-transition-timing-function: ease;
  transition-timing-function: ease;
}

.menu-popup .modal-menu__backdrop {
  position: absolute;
  inset: 85px 13px 0px;
  background-color: rgba(26, 25, 30, 0.9);
  z-index: 999;
  border-radius: 20px;
  opacity: 0;
  visibility: hidden;
  -webkit-overflow-scrolling: touch;
  -webkit-transition: all 0.5s ease 0s;
  -moz-transition: all 0.5s ease 0s;
  -ms-transition: all 0.5s ease 0s;
  -o-transition: all 0.5s ease 0s;
  transition: all 0.5s ease 0s;
  -webkit-transition-timing-function: ease;
  transition-timing-function: ease;
  cursor: url(../images/home/icon-close.png), auto;
}

.menu-popup .widget-filter {
  position: absolute;
  inset: 65px 13px 0px;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  height: 84vh;
  z-index: 99999;
  opacity: 0;
  visibility: hidden;
}

.menu-popup.modal-menu--open .widget-filter {
  opacity: 1;
  transform: translateY(0%);
  visibility: visible;
}

.menu-popup.modal-menu--open .modal-menu__backdrop {
  opacity: 1;
  visibility: visible;
}

.menu-popup .menu-left,
.menu-popup .menu-right {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  flex: 1;
}

.menu-popup .contact p {
  color: rgba(29, 28, 34, 0.6);
  /* font-weight: 500; */
  font-size: 14px;
  line-height: 17px;
  margin-bottom: 8px;
  text-transform: uppercase;
}

.menu-popup .contact h4 {
  font-size: 24px;
  line-height: 29px;
  color: var(--title-light);
}

.menu-popup .contact > .contact-phone {
  margin-bottom: 40px;
}

.menu-popup .menu-right .contact {
  display: none;
}

.menu-popup .menu-left img {
  width: 125px;
  /* height: 100px; */
}

.menu-popup .menu-left span {
  font-size: 25px;
  margin-top: 5px;
  margin-left: -10px;
}

.menu-popup .menu-left a:hover {
  color: var(--title-light);
}

.menu-popup .menu-content li a {
  font: 30px/30px "Montserrat", sans-serif;
  font-size: 28px;
  line-height: 68px;
  color: var(--title-light);
}

.menu-popup .menu-content li a:hover {
  color: var(--primary-color);
}

.menu-popup .menu-right li {
  color: var(--title-light);
}

.menu-popup .menu-right .icon-close {
  display: flex;
  align-items: center;
  gap: 20px;
  cursor: pointer;
}

.menu-popup .menu-right .icon-close span {
  font-family: "Bebas Neue", cursive;
  letter-spacing: 1em;
  font-size: 14px;
  line-height: 17px;
  color: var(--title-light);
}

.menu-popup .menu-right .icon-close:hover .title-button-group {
  transform: rotateZ(-90deg) scale(0.9);
}

.menu-popup .menu-right .icon-close .splitting .char {
  -webkit-animation-duration: 0.6s;
  animation-duration: 0.6s;
  -webkit-animation-timing-function: cubic-bezier(0.29, 0.01, 0.33, 1.27);
  animation-timing-function: cubic-bezier(0.29, 0.01, 0.33, 1.27);
  -webkit-animation-direction: both;
  animation-direction: both;
  -webkit-animation-delay: calc(0.036s * var(--char-index));
  animation-delay: calc(0.036s * var(--char-index));
  -webkit-animation-iteration-count: 1;
  animation-iteration-count: 1;
  display: inline-block;
  transition-duration: 0.5s;
  transition-timing-function: cubic-bezier(0.68, -0.55, 0.265, 1.55);
  transition-delay: calc(30ms * var(--char-index) + 1ms);
}

.menu-popup .menu-right .icon-close:hover .splitting .char {
  -webkit-animation-name: slide-in-spt;
  animation-name: slide-in-spt;
}

.sub-menu {
  opacity: 0;
  max-height: 0;
  overflow: hidden;
  transition: opacity 0.5s ease, max-height 0.5s ease;
}

.dropdown:hover .sub-menu {
  opacity: 1;
  max-height: 300px; /* Adjust this value to match the maximum height of your submenu */
}

.sub-menu li {
  margin: bottom -10px;
  margin-top: -10px;
}

.box-title .circle-box .icon-close {
  display: flex;
  align-items: center;
  gap: 20px;
  cursor: pointer;
}

.box-title .circle-box .icon-close span {
  font-family: "Bebas Neue", cursive;
  letter-spacing: 1em;
  font-size: 14px;
  line-height: 17px;
  color: var(--color-white);
}

.box-title .circle-box .icon-close:hover .button-close .title-button-group {
  transform: rotateZ(-90deg) scale(0.9);
}

.box-title .circle-box .icon-close .splitting .char {
  -webkit-animation-duration: 0.6s;
  animation-duration: 0.6s;
  -webkit-animation-timing-function: cubic-bezier(0.29, 0.01, 0.33, 1.27);
  animation-timing-function: cubic-bezier(0.29, 0.01, 0.33, 1.27);
  -webkit-animation-direction: both;
  animation-direction: both;
  -webkit-animation-delay: calc(0.036s * var(--char-index));
  animation-delay: calc(0.036s * var(--char-index));
  -webkit-animation-iteration-count: 1;
  animation-iteration-count: 1;
  display: inline-block;
  transition-duration: 0.5s;
  transition-timing-function: cubic-bezier(0.68, -0.55, 0.265, 1.55);
  transition-delay: calc(30ms * var(--char-index) + 1ms);
}

.box-title .circle-box .icon-close:hover .splitting .char {
  -webkit-animation-name: slide-in-spt;
  animation-name: slide-in-spt;
}

.modal-menu--open .menu-content li a .char {
  -webkit-animation: fadeInUp 0.4s cubic-bezier(0.3, 0, 0.7, 1) both;
  animation: fadeInUp 0.4s cubic-bezier(0.3, 0, 0.7, 1) both;
  -webkit-animation-delay: calc(30ms * var(--char-index));
  animation-delay: calc(30ms * var(--char-index));
}

.menu-popup .menu-content li a {
  position: relative;
}

.menu-popup .menu-content li a.sub-list {
  font-size: 22px;
  font-weight: 450;
}

.menu-popup .menu-content li a.list {
  font-weight: 700;
}

/* .menu-popup .menu-content li a::after {
  content: "";
  width: 0;
  height: 2px;
  position: absolute;
  right: 0;
  bottom: 6px;
  background-color: var(--title-light);
  -webkit-transition: width 0.35s cubic-bezier(0.35, 0.7, 0.35, 1) 0s;
  -moz-transition: width 0.35s cubic-bezier(0.35, 0.7, 0.35, 1) 0s;
  -ms-transition: width 0.35s cubic-bezier(0.35, 0.7, 0.35, 1) 0s;
  -o-transition: width 0.35s cubic-bezier(0.35, 0.7, 0.35, 1) 0s;
  transition: width 0.35s cubic-bezier(0.35, 0.7, 0.35, 1) 0s;
}

.menu-popup .menu-content li a:hover::after,
.modal-menu--open .menu-content li.active a::after {
  width: 100%;
  left: 0;
  right: auto;
}

.modal-menu--open .menu-content li.active a::after {
  transition-delay: 0.6s;
} */

@keyframes slide-in-spt {
  0% {
    transform: translateY(0);
    opacity: 0;
  }
  50% {
    transform: translateY(-0.3em);
    opacity: 0.5;
  }
  100% {
    transform: translateY(0);
    opacity: 1;
  }
}

.title-button-group {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100px;
  height: 100px;
  border: 1px solid #000000;
  border-radius: 50%;
}

.circle-box .icon-close .button-close .title-button-group {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 40px;
  height: 40px;
  border: 1px solid #ffffff;
  border-radius: 50%;
}

.title-button-group::before,
.title-button-group::after {
  content: "";
  display: block;
  background-color: #000000;
  transform: rotate(45deg);
  width: 1px;
  height: 20px;
}

.circle-box .icon-close .button-close .title-button-group::before,
.circle-box .icon-close .button-close .title-button-group::after {
  content: "";
  display: block;
  background-color: #ffffff;
  transform: rotate(45deg);
  width: 1px;
  height: 20px;
}

.title-button-group::after {
  transform: rotate(137.42deg);
}

.circle-box .icon-close .button-close .title-button-group::after {
  transform: rotate(137.42deg);
}

.menu-popup .menu-right .wd-social-icon li a {
  background: #191919;
}

.footer .wd-social-icon li a {
  background: rgba(29, 28, 34, 0.5) !important;
}

.menu-popup .menu-right .wd-social-icon li i::before {
  color: var(--color-dark);
}

/* .menu-popup .menu-right .wd-social-icon li a:hover {
  background: var(--primary-color);
} */

.benifits {
  margin-top: 30px;
  margin-bottom: 10px;
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  gap: 20px 0px;
}

.benifits-content {
  border: solid 1px #ff841f;
  width: auto;
  border-radius: 50px;
  margin-left: 10px;
  font-size: 19px;
  text-wrap: nowrap;
  /* padding-left: 7px; */
  /* padding-right: 7px; */
  padding: 5px 12px;
}

/* .benifits-content:hover {
  background-color: #ffffff; /* Change this to your desired background color 
  transition: background-color 0.5s; Add 'color' to specify the property and remove the parentheses
} */

.accordian {
  border-bottom: 1px solid grey;
}

.accordian input {
  display: none !important;
}

.accordian label {
  /* font-size: 30px; */
  display: flex !important;
  color: #ffffff;
  display: block;
  cursor: pointer;
  padding: 20px 10px 20px 30px;
  position: relative;
  user-select: none;
}

.accordian label:before {
  content: "";
  display: block;
  background-color: #ffffff;
  transform: rotate(137.42deg);
  width: 2px;
  height: 8px;
  background: white;
  position: absolute;
  top: 27px;
  left: 11px;
  transition: transform 0.5s;
  margin-right: 4px;
}

.accordian label:after {
  content: "";
  display: block;
  background-color: #ffffff;
  transform: rotate(45deg);
  width: 2px;
  height: 8px;
  background: white;
  position: absolute;
  top: 27px;
  left: 11px;
  transition: transform 0.5s;
  margin-left: 4px;
}

.accordian div {
  padding: 0px;
  font-size: 14px;
  font-weight: 300;
  color: #ffffff;
  max-height: 0;
  overflow: hidden;
  opacity: 0;
  transition: max-height 500ms, opacity 500ms, padding 500ms;
}

.accordian input:checked ~ label:before {
  transform: rotate(45deg);
}

.accordian input:checked ~ label:after {
  transform: rotate(137.42deg);
}

.accordian input:checked ~ div {
  padding: 15px;
  padding-top: 0px;
  opacity: 1;
  max-height: 100px;
}
/* dark themes -------------------------------------- */
.is-dark {
  /* background-image: url("/images/bg_grdnt_m01_cs22_BG_GRDNT_M01_CS22.svg"); */
  /* background-image: url("/images/3-01.svg"); */
  /* background-image: url("/images/dark-black-crumpled-paper-close-up-texture-background.jpg"); */
  /* background-image: url("/images/panorama-black-concrete-background-wall-abstract-grunge-loft-texture.jpg"); */
  /* background-image: url("/images/grunge-texture-black-background.jpg"); */
  /* background-image: url("https://plus.unsplash.com/premium_photo-1675695700239-44153e6bf430?q=80&w=1000&auto=format&fit=crop&ixlib=rb-4.0.3&ixid=M3wxMjA3fDB8MHxzZWFyY2h8MXx8cGFwZXIlMjB0ZXh0dXJlfGVufDB8fDB8fHww"); */
  background-repeat: no-repeat;
  background-size: cover;
  background: var(--color-dark);
}

.is-dark h3,
.is-dark h4,
.is-dark h4 a {
  color: var(--color-white);
}

.choose-themes {
  font-size: 20%;
  position: relative;
  height: 50px;
  width: 50px;
  border-radius: 50%;
  transition: all 500ms ease-in-out;
  background: var(--primary-bg-light);
  cursor: pointer;
  overflow: hidden;
}

.choose-themes.day {
  background-color: var(--bg-dark-hover);
}

.sun {
  position: absolute;
  display: block;
  border-radius: 50%;
  top: 15px;
  left: 15px;
  transform: rotate(0deg);
  transition: all 400ms ease-in-out;
  width: 7em;
  height: 7em;
  background: var(--bg-dark-hover);
  box-shadow: 3em 3em 0 5em #fff inset, 0 -5em 0 -2.7em #fff,
    3.5em -3.5em 0 -3em #fff, 5em 0 0 -2.7em #fff, 3.5em 3.5em 0 -3em #fff,
    0 5em 0 -2.7em #fff, -3.5em 3.5em 0 -3em #fff, -5em 0 0 -2.7em #fff,
    -3.5em -3.5em 0 -3em #fff;
}

.moon {
  position: absolute;
  border-radius: 50%;
  transition: all 400ms ease-in-out;
  top: 4px;
  left: 21px;
  transform: rotate(92deg);
  width: 25px;
  height: 25px;
  background: transparent;
  box-shadow: 2.5em 2.5em 0 0em var(--primary-bg-light);
}

#logo_header-2,
.logo-footer-dark {
  display: none;
}

.is-dark #logo_header-2,
.is-dark .logo-footer-dark {
  display: block;
}

.is-dark #logo_header,
.is-dark .logo-footer {
  display: none;
}

.is-dark .wd-icon-box {
  border-color: var(--bg-dark-hover);
}

.is-dark .wd-icon-box:hover,
.is-dark .wd-icon-box.active {
  background-color: var(--bg-dark-hover);
}

.is-dark .wd-icon-box:hover span::before {
  color: var(--primary-bg-light);
}

.is-dark .wd-icon-box:hover .nav-menu::before,
.is-dark .wd-icon-box:hover .nav-menu span,
.is-dark .wd-icon-box:hover .nav-menu::after,
.is-dark .wd-icon-box.active .nav-menu::before,
.is-dark .wd-icon-box.active .nav-menu span,
.is-dark .wd-icon-box.active .nav-menu::after {
  background-color: var(--primary-bg-light);
}

.is-dark .nav-menu::before,
.is-dark .nav-menu span,
.is-dark .nav-menu::after {
  color: var(--primary-bg-light);
}

.is-dark h3 a:hover {
  color: var(--primary-color);
}

.is-dark h1 {
  color: var(--color-white);
}

.is-dark h3 a {
  color: var(--primary-bg-light);
}

/* cursor
------------------------------------------------------ */
.tf-mouse {
  position: fixed;
  left: 0;
  top: 0;
  pointer-events: none;
  border-radius: 50%;
  -webkit-transform: translateZ(0);
  transform: translateZ(0);
  visibility: hidden;
}

.tf-mouse-inner {
  margin-left: -5px;
  margin-top: -5px;
  width: 8px;
  height: 8px;
  z-index: 1000;
  background-color: var(--primary-bg-light);
  -webkit-transition: width 0.5s ease-in-out, height 0.5s ease-in-out,
    margin 0.5s ease-in-out, opacity 0.5s ease-in-out;
  transition: width 0.5s ease-in-out, height 0.5s ease-in-out,
    margin 0.5s ease-in-out, opacity 0.5s ease-in-out;
}

.tf-mouse-inner.mouse-hover {
  margin-left: -40px;
  margin-top: -40px;
  width: 80px;
  height: 80px;
  background-color: var(--primary-bg-light);
  opacity: 0.3;
}

.tf-mouse-outer {
  margin-left: -22px;
  margin-top: -22px;
  width: 40px;
  height: 40px;
  border: 2px solid var(--primary-bg-light);
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  z-index: 1000;
  opacity: 0.5;
  -webkit-transition: all 0.1s ease-out;
  transition: all 0.1s ease-out;
}

.tf-mouse-outer.mouse-hover {
  opacity: 0;
}

/* preloader 
------------------------------------------------------- */

#preloader {
  position: fixed;
  left: 0;
  top: 0;
  height: 100vh;
  width: 100%;
  z-index: 99999;
  display: flex;
}

#preloader:before,
#preloader:after {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  width: 50%;
  height: 100%;
  z-index: -1;
  background-color: #000;
  -webkit-transition: all 0.3s ease 0s;
  -o-transition: all 0.3s ease 0s;
  transition: all 0.3s ease 0s;
}

#preloader:after {
  left: auto;
  right: 0;
}

#preloader .preload-container {
  margin: auto;
  width: 1px;
  height: 250px;
  position: relative;
  overflow: hidden;
  -webkit-transition: all 0.8s ease 0s;
  -o-transition: all 0.8s ease 0s;
  transition: all 0.8s ease 0s;
}

.preload-container:before {
  content: "";
  position: absolute;
  left: 0;
  top: 50%;
  width: 1px;
  height: 0%;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  transform: translateY(-50%);
  background-color: #fff;
  -webkit-animation: line-height 1000ms ease-in-out 0s forwards;
  -o-animation: line-height 1000ms ease-in-out 0s forwards;
  animation: line-height 1000ms ease-in-out 0s forwards;
}

.preload-container:after {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  width: 1px;
  height: 100%;
  background-color: #999;
  -webkit-transform: translateY(-100%);
  -ms-transform: translateY(-100%);
  -o-transform: translateY(-100%);
  transform: translateY(-100%);
  -webkit-animation: line-round 1200ms linear 0s infinite;
  -o-animation: line-round 1200ms linear 0s infinite;
  animation: line-round 1200ms linear 0s infinite;
  animation-delay: 2000ms;
}

@keyframes line-height {
  0% {
    height: 0%;
  }

  100% {
    height: 100%;
  }
}

@keyframes line-round {
  0% {
    -webkit-transform: translateY(-100%);
    -ms-transform: translateY(-100%);
    -o-transform: translateY(-100%);
    transform: translateY(-100%);
  }

  100% {
    -webkit-transform: translateY(200%);
    -ms-transform: translateY(200%);
    -o-transform: translateY(200%);
    transform: translateY(200%);
  }
}

.preloaded .preload-container:after {
  opacity: 0;
}

.preloaded .preload-container {
  opacity: 0;
  height: 100% !important;
}

.preloaded:before,
.preloaded:after {
  -webkit-animation: preloaded-wrapper 300ms ease-in-out 500ms forwards;
  -o-animation: preloaded-wrapper 300ms ease-in-out 500ms forwards;
  animation: preloaded-wrapper 300ms ease-in-out 500ms forwards;
}

@keyframes preloaded-wrapper {
  0% {
    width: 50%;
  }

  100% {
    width: 0%;
  }
}
