@import url('https://fonts.googleapis.com/css2?family=Roboto:wght@400;700&display=swap');

/* ================================================== */


/* import fonts icon */


/* ================================================== */

@import url("../fonts/fontawesome4/css/font-awesome.css");
@import url("../fonts/fontawesome6/css/fontawesome.css");
@import url("../fonts/fontawesome6/css/brands.css");
@import url("../fonts/fontawesome6/css/solid.css");
@import url("../fonts/elegant_font/HTML_CSS/style.css");
@import url("../fonts/et-line-font/style.css");
@import url("../fonts/icofont/icofont.min.css");

* {
  --title-font: 'Roboto', sans-serif;
  --body-font-size: 16px;
  --title-font-weight: 500;
  --h4-font-weight: 600;
  --h5-font-weight: 600;
  --h6-font-weight: 600;
  --body-font: 'Roboto', sans-serif;
  --body-font-weight: "300";
  --mainmenu-font: 'Roboto', sans-serif;
  --mainmenu-font-size: 14px;
  --mainmenu-font-weight: 500;
  --mainmenu-text-transform: uppercase;
  --deco-font: "";
  --border-default: solid 1px rgba(30, 30, 30, 1);
  --bg-gradient-1: 0deg, rgba(var(--primary-color-rgb), .1) 0%, rgba(var(--primary-color-rgb), .2) 100%;
  --swiper-theme-color: var(--primary-color);
  --rounded-1: 8px;
  --mega-menu-rounded: 0;
}

.bg-body {
  background: var(--background);
}

.bg-dark,
.bg-dark-1 {
  background-color: var(--bg-dark-1) !important
}

.bg-dark-2 {
  background-color: var(--bg-dark-2) !important
}

.bg-light {
  background: #ffffff!important;
}

section.p-4 {
  padding: 30px !important;
}

section.px-4 {
  padding-right: 30px !important;
  padding-left: 30px !important;
}

/* ================================================== */


/* body */


/* ================================================== */

html {
  overflow-x: hidden;
  padding: 0;
  margin: 0;
  background: var(--bg-dark-1);
}

body {
  font-family: var(--body-font);
  font-size: var(--body-font-size);
  font-weight: var(--body-font-weight);
  color: var(--body-font-color);
  padding: 0;
  line-height: 1.7em;
  word-spacing: 0px;
  background: var(--background);
}

body.no-scroll {
  overflow: hidden;
  position: absolute;
  width: 100%;
  height: 100%;
}

.dark-scheme {
  color: var(--dark-body-font-color);
}

body.dark-scheme {
  background: var(--bg-dark-1);
}

body .owl-stage .owl-item {
  margin-bottom: 15px;

}

#wrapper {
  position: relative;
  overflow: hidden;
}

a,
a:hover {
  text-decoration: none;
}

/* ================================================== */


/*  header  */


/* ================================================== */

header {
  width: 100%;
  position: absolute;
  left: 0;
  z-index: 1001;
  background: var(--bg-dark-1);
  margin: 0;
}

header .info {
  display: none;
  color: #fff;
  padding: 10px 0 10px 0;
  width: 100%;
  z-index: 100;
  background: #242424;
}

header .info .col {
  display: inline-block;
  font-size: 12px;
}

header .info .col {
  padding-right: 30px;
}

header .info .col:last-child {
  padding-right: 0px;
}

header .info i {
  font-size: 14px;
  margin-right: 15px;
}

header .info .social.col {
  border: none;
}

header .info .social i {
  color: #fff;
  font-size: 14px;
  display: inline-block;
  float: none;
  padding: 0 10px 0 10px;
  margin: 0;
}

header .info strong {
  font-size: 12px;
}

header.transparent {
  background: none;
}

header.autoshow {
  top: -120px;
  height: 70px !important;
}

header.autoshow.scrollOn,
header.autoshow.scrollOff {
  -o-transition: .5s;
  -ms-transition: .5s;
  -moz-transition: .5s;
  -webkit-transition: .5s;
  transition: .5s;
  outline: none;
}

header.autoshow.scrollOn {
  top: 0;
}

header div#logo {
  color: white;
  max-width: 160px;
  -webkit-transition: all 0.3s;
  -moz-transition: all 0.3s;
  -ms-transition: all 0.3s;
  -o-transition: all 0.3s;
  transition: all 0.3s;
}

header div#logo img {
  width: 100%;
}

header .logo {
  font-family: var(--body-font);
  color: #fff;
  font-size: 40px;
  font-weight: 300;
}

header nav a {
  -webkit-transition: all 0.3s;
  -moz-transition: all 0.3s;
  -ms-transition: all 0.3s;
  -o-transition: all 0.3s;
  transition: all 0.3s;
}

header nav a:hover {
  color: #555;
}

header.smaller #mainmenu ul ul {
  top: 0px;
}

header.smaller {
  position: fixed;
  top: 0px;
  background: var(--bg-dark-1);
  border: none;
}

.scroll-down {
  margin-top: -112px;
}

header.smaller .btn-rsvp {
  height: 100px;
  padding-top: 55px;
}

header.smaller #topbar {
  margin-top: -47px;
  overflow: hidden;
}

header .logo-mobile {
  display: none;
}

header #mainmenu li li a:hover {
  color: #ffffff;
  background: var(--primary-color);
}

.logo-smaller div#logo {
  width: 150px;
  height: 30px;
  line-height: 65px;
  font-size: 30px;
}

.logo-smaller div#logo img {
  font-size: 30px;
}

/* left col header */

/* middle col header */

/* subheader */

#subheader {
  overflow: hidden;
  position: relative;
  padding: 180px 0 80px 0;
}

#subheader h1 {
  display: inline-block;
  font-size: 60px;
  line-height: 1.2em;
  margin-bottom: 10px;
}

#subheader.dark {
  background-color: #1A1C26;
}

#subheader.dark h1 {
  color: #fff;
}

.de-overlay {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  background: linear-gradient(0deg, rgba(0, 0, 0, .4), rgba(0, 0, 0, .4));
}


.crumb {
  display: block;
  padding: 3px 10px;
  margin-top: 20px;
  line-height: 1.2em;
  border-radius: 30px;
  -moz-border-radius: 30px;
  -webkit-border-radius: 30px;
}

.text-light .crumb a {
  color: rgba(255, 255, 255, 1.0);
}


#subheader.text-light .crumb {
  color: #fff;
}

#subheader.dark h2,
#subheader.dark h4 {
  color: #fff;
}

#subheader.dark h2 {
  font-size: 48px;
}

#subheader.s2 {
  text-align: left;
  padding: 120px 0 20px;
  border: solid 1px #ddd;
  border-left: none;
  border-right: none;
}

.rtl #subheader.s2 {
  text-align: right;
}


#subheader.s2 h1,
#subheader.s2 .crumb {
  margin: 0;
  padding: 0;
}

#subheader.s2 .crumb {
  float: right;
  margin-top: 10px;
}

.rtl #subheader.s2 .crumb {
  float: left;
}

/* ================================================== */


/* navigation */


/* ================================================== */

#mainmenu {
  font-size: 14px;
  margin: 0 auto;
  padding: 0;
  float: none;
  counter-reset: my-awesome-counter;
  font-family: var(--mainmenu-font);
}

#mainmenu.s2 {
  font-family: var(--title-font);
}

#mainmenu ul {
  margin: 0px 0px;
  padding: 0px;
  height: 30px;
  background: #ffffff;
  color: var(--body-font-color);
}

.dark-scheme #mainmenu ul {
  background: var(--bg-dark-1);
  border: solid 1px rgba(255, 255, 255, .1);
}

.dark-scheme #mainmenu ul.mega {
  background: var(--bg-dark-1);
}

#mainmenu li {
  margin: 0px 0px;
  padding: 0px 0px;
  float: left;
  display: inline;
  list-style: none;
  position: relative;
}

#mainmenu>li {
  margin-right: 30px;
}

#mainmenu>li {
  counter-increment: my-awesome-counter;
}

/*
#mainmenu>li::before {
  content: counter(my-awesome-counter) ' —';
  right: 8px;
  top: 5px;
  color:var(--primary-color);
  margin-right: 5px;
  font-weight: 500;
  font-family: var(--title-font);
}
*/

header.smaller #mainmenu>li::before {
  transform: scale(0);
}

header.smaller #mainmenu>li::before {
  transform: scale(0);
}

#mainmenu>li.has-child:after {
  font-family: FontAwesome;
  content: "\f078";
  padding-left: 5px;
  font-size: 8px;
  position: relative;
  top: -2px;
  color: rgba(255, 255, 255, .75);
}


#mainmenu>li.has-child:after {
  font-family: FontAwesome;
  content: "\f078";
  padding-left: 5px;
  font-size: 8px;
  position: relative;
  top: -2px;
  color: rgba(255, 255, 255, .75);
}

.rtl #mainmenu li.has-child:after {
  padding-left: 15px;
}

#mainmenu>li>a {
  font-size: var(--mainmenu-font-size);
  padding-right: 6px;
  font-weight: var(--mainmenu-font-weight);
  text-transform: var(--mainmenu-text-transform);
}

#mainmenu.s2 li>a {
  letter-spacing: 0;
}

#mainmenu li.has-child>a {
  padding-right: 0px;
}

#mainmenu a {
  position: relative;
  display: inline-block;
  padding-top: 25px;
  padding-bottom: 25px;
  text-decoration: none;
  color: #ffffff;
  text-align: center;
  outline: none;
}

header.smaller #mainmenu>li>a {
  padding-top: 18px;
  padding-bottom: 18px;
}

#mainmenu p {
  line-height: 1.8em;
  margin-bottom: 0;
}

#mainmenu a span:not(.badge) {
  position: relative;
  width: 0%;
  color: #ffffff;
  display: block;
  font-size: 10px;
  text-transform: uppercase;
  line-height: 14px;
  border-bottom: solid 2px #ffffff;
}

#mainmenu li:hover a span:not(.badge) {
  width: 100%;
}

#mainmenu li li a span:not(.badge) {
  float: right;
  margin-top: 5px;
}

#mainmenu a.active span:not(.badge) {
  width: 100%;
  margin-left: 0%;
}

#mainmenu li li {
  font-family: var(--body-font);
  font-size: 14px;
}

#mainmenu li li:last-child {
  border-bottom: none;
}

#mainmenu li li a {
  padding: 10px 15px;
  border-top: none;
  color: #606060;
  width: 100%;
  border-left: none;
  text-align: left;
  font-weight: normal;
  border-bottom: solid 1px rgba(255, 255, 255, .1);
  letter-spacing: 0;
  line-height: 1.5;
}

#mainmenu .mega li a {
  padding: 0;
}

#mainmenu li:last-child>a {
  border-bottom: none;
}

.dark-scheme #mainmenu li li a {
  color: #ffffff;
}

.rtl #mainmenu li li a {
  text-align: right;
}

#mainmenu li li a:hover {
  color: #111;
}

#mainmenu li li a:after {
  content: none;
}

#mainmenu li li a:hover,
#mainmenu ul li:hover>a {
  color: #fff;
}

#mainmenu li a.active {
  color: var(--primary-color) !important;
}

#mainmenu li ul {
  width: 190px;
  height: auto;
  position: absolute;
  left: 0px;
  z-index: 10;
  visibility: hidden;
  opacity: 0;
  border-radius: 3px;
}

#mainmenu ul li b {
  background: #333;
  color: #ffffff;
  padding: 0 3px;
  padding-bottom: 3px;
  font-size: 10px;
  margin-right: 3px;
  border-radius: 2px;
  -moz-border-radius: 2px;
  -webkit-border-radius: 2px;
}

#mainmenu li li {
  font-size: 14px;
  display: block;
  float: none;
  text-transform: none;
}

#mainmenu li:hover>ul {
  visibility: visible;
  opacity: 1;
  margin-top: 0px;
}

/* before edited 
#mainmenu li ul ul {
    left: 100%;
    top: 0px;
}
*/

#mainmenu li ul ul:not(.ul-list) {
  top: 0px;
  margin-left: 188px;
}

#mainmenu select {
  padding: 10px;
  height: 36px;
  font-size: 14px;
  border: none;
  background: #ff4200;
  color: #eceff3;
}

#mainmenu select option {
  padding: 10px;
}

#mainmenu .btn-type {
  padding: 0;
  margin: 0;
}

#mainmenu .btn-type a {
  background: #eee;
  padding: 0;
  margin: 0;
}

#mainmenu>li ul.mega {
  position: fixed;
  left: 0;
  height: 0%;
  width: 100%;
  visibility: hidden;
  opacity: 0;
  overflow: hidden;
  padding: 0;
  -webkit-box-shadow: none;
  -moz-box-shadow: none;
  box-shadow: none;
  background: none;
}

#mainmenu>li ul.mega .sb-menu {
  background: #fff;
  border-radius: var(--mega-menu-rounded);
  -moz-border-radius: var(--mega-menu-rounded);
  -webkit-border-radius: var(--mega-menu-rounded);
  border: solid 1px #dddddd;
}

.dark-scheme #mainmenu>li ul.mega .sb-menu {
  background: var(--bg-dark-1);
  border-color: rgba(255, 255, 255, .1);
}

#mainmenu li:hover ul.mega {
  visibility: visible;
  opacity: 1;
}

#mainmenu li ul.mega>li,
#mainmenu li ul.mega>li a {
  width: 100%;
}

#mainmenu li ul.mega li.title {
  padding: 0px 10px 15px 10px;
  text-align: left;
  color: #fff;
  font-weight: bold;
}

#mainmenu li ul.mega>li ul {
  position: static;
  visibility: visible;
  opacity: 1;
  left: 0;
  float: none;
  width: 100%;
}

#mainmenu ul.mega>li ul li {
  margin: 0;
  padding: 0;
}

#mainmenu ul.mega>li ul li:last-child {
  border-bottom: none;
}

#mainmenu li ul.mega li.title {
  font-family: var(--main-font);
  padding: 0px;
  text-align: left;
  font-weight: bold;
  color: #586383;
}

#mainmenu ul.mega>li ul {
  border: none;
}

#mainmenu li ul.mega ul li a {
  background: none;
  padding: 2px 0;
}

#mainmenu li ul.mega ul li a:hover {
  color: #35404e;
}

#mainmenu li ul.mega ul {
  visibility: visible;
  opacity: 1;
  position: relative;
  display: block;
  margin: 0;
  padding: 0;
  border: none;
}



header.header-mobile #mainmenu>li ul.mega {
  visibility: visible;
  opacity: 1;
}

header:not(.header-mobile) #mainmenu>li:hover ul.mega {
  height: auto;
}

/* menu toggle for mobile */

#menu-btn {
  display: none;
  float: right;
  width: 32px;
  height: 32px;
  padding: 4px;
  text-align: center;
  cursor: poInter;
  color: #fff;
  margin-top: 0px;
  margin-left: 20px;
}

#menu-btn:before {
  font-family: FontAwesome;
  content: "\f0c9";
  font-size: 20px;
}

#menu-btn.menu-open:before {
  content: "\f068";
}

.rtl #menu-btn {
  float: left;
}

#btn-extra {
  position: relative;
  margin-left: 20px;
  width: 24px;
  height: 12px;
  cursor: pointer;
}

#btn-extra span {
  content: '';
  display: block;
  position: absolute;
  top: 0;
  width: 100%;
  border-bottom: solid 2px #ffffff;
}

#btn-extra.dark span {
  border-bottom: solid 2px var(--bg-dark-1);
}

#btn-extra span:nth-child(2) {
  top: auto;
  bottom: 0;
  right: 0;
}

#btn-extra:hover span {
  width: 70%;
}

#extra-wrap {
  position: fixed;
  z-index: 1002;
  top: 0;
  right: -500px;
  width: 500px;
  height: 100%;
  overflow: hidden;
  background: rgba(var(--bg-dark-3-rgb), .8);
  -webkit-backdrop-filter: blur(10px);
  -o-backdrop-filter: blur(10px);
  -moz-backdrop-filter: blur(10px);
  backdrop-filter: blur(10px);
}

#extra-wrap.open {
  right: 0;
}

#extra-content {
  padding: 50px;
  color: #ffffff;
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: -17px;
  overflow-y: scroll;
}

#btn-close {
  top: 50px;
  right: 50px;
  position: absolute;
  z-index: 1001;
  width: 26px;
  height: 26px;
  cursor: pointer;
}

#btn-close span {
  content: '';
  display: block;
  position: absolute;
  top: 50%;
  width: 100%;
  height: 2px;
  background: #ffffff;
  transform: rotate(45deg);
}

#btn-close span:nth-child(2) {
  transform: rotate(-45deg);
}


#btn-close.dark span {
  background: #000000;
}

/* user account menu */

#de-click-menu-notification {
  position: relative;
}

.de-submenu-profile {
  list-style: none;
  margin: 0;
  padding: 0;
}

.rtl .de-submenu-profile {
  text-align: right;
}

.de-submenu-profile a {
  color: #0d0c22;
  font-weight: bold;
  font-size: 14px;
  display: block;
  background: #fff;
}

.dark-scheme .de-submenu-profile a {
  color: #fff;
}

.de-submenu-profile li {
  padding: 5px 0;
}

.de-submenu-profile i {
  text-align: center;
  padding: 7px;
  background: #eee;
  color: #ffffff;
  border-radius: 30px;
  width: 28px;
  margin-right: 5px;
}

.dark-scheme .de-submenu-profile i {
  background: rgba(255, 255, 255, .1);
}


#de-submenu-notification ul {
  margin: 0;
  margin-top: 10px;
  padding: 0;
  list-style: none;
}

#de-submenu-notification li {
  line-height: 20px;
  margin-bottom: 15px;
}

#de-submenu-notification li a {
  color: #0d0c22;
}

.dark-scheme #de-submenu-notification li a {
  color: #ffffff;
}

#de-submenu-notification li img {
  width: 32px;
  height: 32px;
  position: absolute;
  border-radius: 30px;
  -moz-border-radius: 30px;
  -webkit-border-radius: 30px;
}

.rtl #de-submenu-notification li img {
  right: 20px;
}

#de-submenu-notification li:last-child {
  margin-bottom: 0;
}

/* user account menu close */

/* ================================================== */


/* content */


/* ================================================== */

#content {
  width: 100%;
  background: var(--background);
  padding: 90px 0 90px 0;
  z-index: 100;
}

.dark-scheme #content {
  background: var(--bg-dark-1);
}

.dark-scheme #content {
  background: var(--bg-dark-1);
}

/* ================================================== */


/* section */


/* ================================================== */

section {
  padding: 40px 0 40px 0;
}

section:not(.relative) {}

.rounded-5px {
  border-radius: 5px;
  -moz-border-radius: 5px;
  -webkit-border-radius: 5px;
}

.rounded-10px {
  border-radius: 10px;
  -moz-border-radius: 10px;
  -webkit-border-radius: 10px;
}


.dark-scheme section {
  background: var(--bg-dark-1);
}

.full-height {
  overflow: hidden;
}

/* ================================================== */


/* footer */


/* ================================================== */

footer {
  color: var(--dark-body-font-color);
  background: var(--bg-dark-1);
  padding: 100px 0 0 0;
}

footer p {
  line-height: 1.8em;
}

.dark-scheme footer a {
  color: var(--dark-body-font-color);
}

footer h5 {
  color: #fff;
  font-size: 18px;
  text-transform: none;
}

footer a {
  color: var(--dark-body-font-color);
  text-decoration: none !important;
}

header.side-header {
  border-bottom: none;
  margin: 0;
}

header.s2 {
  background: #ffffff !important;
  border-bottom: solid 1px var(--bg-dark-3);
  top: 0;
}

header.s2 #mainmenu>li>a {
  padding-top: 18px;
  padding-bottom: 18px;
}

header.header-mobile {
  position: fixed !important;
  background: var(--title-font-color);
  top: 0;
  padding: 5px 0 15px 0;
}


header.header-mobile .container {
  max-width: 100% !important;
  padding-left: 20px;
  padding-right: 20px;
}

.dark-scheme header.header-mobile {
  background: var(--bg-dark-1);
}

header.header-mobile nav {
  float: none;
}

header.header-mobile .logo {
  display: none;
}

header.header-mobile .btn-rsvp {
  padding-top: 40px;
  height: 90px;
}

header.header-mobile #mainmenu ul {
  padding: 0;
}

/* topbar start here */

#topbar {
  z-index: 1000;
  width: 100%;
  overflow: hidden;
  top: 0;
  background: var(--bg-dark-1);
}

#topbar a i {
  color: #ffffff;
}

#topbar a {
  color: var(--dark-body-font-color);
  text-decoration: none;
}

#topbar.text-light a {
  color: #ffffff;
}

/* topbar left content */

.menu_side_area .btn-line {
  display: inline-block;
}

/* topbar widget */
.topbar-widget {
  font-size: 14px;
  font-weight: 400;
  display: flex;
  padding: 4px 40px 8px 0;
  color: rgba(255, 255, 255, .5);
}

.topbar-widget i {
  font-size: 16px;
  margin-top: 12px;
  margin-right: 10px;
}

.topbar-widget:before {
  float: left;
  position: relative;
  font-family: "FontAwesome";
  font-size: 16px;
  margin-right: 10px;
}

.topbar-widget a span {
  font-weight: bold;
  margin-right: 10px;
  border-radius: 30px;
  -moz-border-radius: 30px;
  -webkit-border-radius: 30px;
}

/* topbar end here */

#de-sidebar {
  padding: 0px;
}

/* ================================================== */


/* blog */


/* ================================================== */

.blog-list {
  margin: 0;
  padding: 0;
}

/* blog list */

.blog-list>div {
  list-style: none;
  line-height: 1.7em;
  margin-top: 0px;
  border-bottom: solid 1px rgba(255, 255, 255, .1);
  margin-bottom: 20px;
}

.blog-list img {
  margin-bottom: 20px;
}

.blog-list h4 {
  margin-top: 20px;
}

.blog-list h4 a {
  color: #fff;
}

.blog-list .btn-more {
  padding: 3px 25px 3px 25px;
  color: #111;
  text-transform: uppercase;
  text-decoration: none;
  font-weight: 700;
  float: right;
}

.blog-list .btn-more:hover {
  background: #fff;
}

/* de-bloglist-type-1 */


/* de-post-type-1 */

#blog-carousel .item.item {
  width: 100%;
}

/* blog comment */

.blog-list h4 {
  color: #333;
}

.blog-carousel ul,
.blog-carousel li {
  margin: 0;
  list-style: none;
}

.blog-carousel h4 {
  margin-bottom: 0px;
}

.blog-carousel p {
  margin-bottom: 10px;
}

/* blog comment form */
.blog-slide {
  padding: 0;
  margin: 0;
}

/* ================================================== */

/* products */


/* ================================================== */

.products {
  padding: 0;
  list-style: none;
  text-align: center;
}

.products li {
  margin-bottom: 40px;
}

.product .price {
  margin-bottom: 10px;
  font-size: 20px;
  color: #222;
}

.product img {
  padding: 2px;
  background: #333;
  border: solid 1px #fff;
}

/* ================================================== */


/* contact form */


/* ================================================== */

.error {
  display: none;
  margin-top: 30px;
  color: #e7505a;
  clear: both;
  padding-top: 20px;
  padding: 20px;
  background: rgba(231, 80, 90, .1);
  border: solid 1px #e7505a;
}

.success {
  display: none;
  color: #96c346;
  margin-top: 30px;
  clear: both;
  padding-top: 20px;
  padding: 20px;
  background: rgba(150, 195, 70, .1);
  border: solid 1px #96c346;
}

.error img {
  vertical-align: top;
}

.full {
  width: 98%;
}


#search {
  padding: 10px;
  margin-bottom: 20px;
  border: solid 1px rgba(0, 0, 0, 0.25);
  height: auto;
  background: none;
}

.error_input {
  border-bottom: solid 1px #ff0000 !important;
}


/* ================================================== */


/* coming soon page */


/* ================================================== */

.coming-soon .logo {
  margin: 0;
  padding: 0;
}

.coming-soon h2 {
  margin-top: 0;
  color: rgba(255, 255, 255, .8);
  font-weight: 400;
}

.coming-soon .social-icons i {
  font-size: 20px;
  margin-left: 10px;
  margin-right: 10px;
}

.coming-soon .social-icons i:hover {
  background: none;
  color: rgba(255, 255, 255, .2);
}

.arrow-up,
.arrow-down {
  width: 0;
  height: 0;
  border-left: 40px solid transparent;
  border-right: 40px solid transparent;
  border-bottom: 40px solid #fff;
  position: fixed;
  margin-left: auto;
  margin-right: auto;
  left: 0;
  right: 0;
  bottom: 0;
  cursor: poInter;
  z-index: 101;
}

.arrow-down {
  border-top: 40px solid #fff;
  border-bottom: none;
  position: fixed;
  z-index: 102;
  top: -40px;
}

.arrow-up:before {
  font-family: "FontAwesome";
  font-size: 20px;
  content: "\f067";
  color: #222;
  position: relative;
  top: 12px;
  margin: 0 0 0 -8px;
}

.arrow-down:before {
  font-family: "FontAwesome";
  font-size: 20px;
  content: "\f068";
  color: #222;
  position: relative;
  top: -35px;
  margin: 0 0 0 -8px;
}

/* ================================================== */


/* elements */


/* ================================================== */


/* address */


/* ------------------------------ */

/* border */


/* ------------------------------ */

/* breadcrumb */


/* ------------------------------ */

.crumb {
  color: #777;
  margin: 0;
  padding: 0;
  font-weight: 400;
}

.crumb {
  font-size: 14px;
  margin-bottom: 15px;
}

.crumb li {
  display: inline;
  text-decoration: none;
  letter-spacing: 0;
}

.crumb li:after {
  font-family: "FontAwesome";
  content: "\f054";
  font-size: 10px;
  margin: 0 10px 0 10px;
  opacity: .5;
}

.crumb li:last-child:after {
  display: none;
}

.crumb a {
  text-decoration: none;
  opacity: .75;
}

.crumb li .active {
  font-weight: bold;
}

/* box icon */

/* button and link */


/* ------------------------------ */

a {
  text-decoration: none;
}

a.btn-text {
  font-family: var(--title-font);
  text-decoration: none;
  display: inline-block;
  color: #111;
  font-weight: 600;
  padding: 0;
}

a.btn-text:after {
  font-family: FontAwesome;
  content: "\f054";
  padding-left: 10px;
}


a.btn-big {
  font-size: 14px;
  color: #eceff3;
  letter-spacing: 1px;
  line-height: normal;
  font-weight: bold;
  text-transform: uppercase;
  border: solid 1px #fff;
  padding: 10px 30px 10px 30px;
}

a.btn-big:after {
  font-family: FontAwesome;
  content: "\f054";
  margin-left: 20px;
}

a.btn,
.btn {
  position: relative;
  z-index: 1;
  overflow: hidden;
}

a.btn:before {
  content: "";
  background: rgba(0, 0, 0, 0);
  width: 0;
  height: 100%;
  position: absolute;
  z-index: -1;
}

a.btn-fx:after {
  font-family: FontAwesome;
  content: "\f178";
  margin-left: 15px;
  position: absolute;
  right: -20px;
  margin-top: 0px;
}

a.btn-fx {
  font-size: 14px;
  color: #eceff3;
  letter-spacing: 1px;
  line-height: normal;
  font-weight: bold;
  text-transform: uppercase;
  border: solid 1px #fff;
  padding: 10px 30px 10px 30px;
}

a.btn-fx:hover {
  padding-left: 20px;
  padding-right: 40px;
}

a.btn-fx:before {
  width: 0;
  height: 100%;
  left: 0;
  top: 0;
  position: absolute;
}

a.btn-fx:hover:after {
  right: 15px;
}

a.btn-fx:hover:before {
  width: 100%;
  background: rgba(0, 0, 0, 1);
}

a.btn-fx.light:hover:before {
  width: 100%;
  background: rgba(255, 255, 255, 1);
}

.btn-fullwidth {
  display: block;
  width: 100%;
}

a.btn-slider {
  font-size: 14px;
  font-weight: bold;
  color: #fff;
  line-height: normal;
  text-decoration: none;
  text-transform: uppercase;
  border: solid 2px #fff;
  padding: 10px 30px 10px 30px;
  border-radius: 60px;
}

a.btn-slider:hover {
  color: #222;
  background: #fff;
  border-color: #000;
  border: solid 2px #fff;
}

a.btn-main:hover,
.btn-main:hover {
  color: #fff;
  -webkit-box-shadow: 2px 2px 20px 0px rgba(29, 29, 31, 0.5);
  -moz-box-shadow: 2px 2px 20px 0px rgba(29, 29, 31, 0.5);
  box-shadow: 2px 2px 20px 0px rgba(29, 29, 31, 0.5);
}

a.btn-slider:hover:after {
  color: #222;
}

a.btn-id,
a.btn-id:hover {
  border: none;
}

a.btn-light.btn-id {
  color: #222;
}

a.btn-dark.btn-id {
  color: #fff;
}

.btn-main.btn-small {
  padding: 5px 20px 5px 20px;
  font-weight: bold;
  text-transform: uppercase;
}

.btn-fx.btn-main {
  text-transform: normal;
}

a.btn-bg-dark {
  background: #222;
}

a.btn-text-light {
  color: #fff;
}

.btn-icon-left i {
  margin-right: 12px;
  color: #fff;
}

.btn-add_to_cart,
a.btn-add_to_cart {
  border: solid 1px #bbb;
  font-size: 12px;
  border-radius: 0;
  -moz-border-radius: 0;
  -webkit-border-radius: 0;
  padding: 3px;
  padding-left: 40px;
  padding-right: 20px;
  display: inline-block;
  text-align: center;
  text-decoration: none;
  color: #555;
}

.btn-add_to_cart:before,
a.btn-add_to_cart:before {
  font-family: "FontAwesome";
  content: "\f07a";
  position: absolute;
  left: 20px;
}

a.btn-main,
a.btn-main:active,
a.btn-main:focus,
a.btn-main:visited,
.btn-main,
input[type=button].btn-main,
a.btn-line,
#mainmenu li ul.mega a.btn-main {
  display: inline-block;
  font-family: var(--title-font);
  text-align: center;
  color: #35582a;
  outline: 0;
  font-weight: 600;
  text-decoration: none;
  padding: 6px 25px 5px 25px;
  font-size: 14px;
  border: none;
  border-radius: 30px;
  -moz-border-radius: 30px;
  -webkit-border-radius: 30px;
  text-transform: uppercase;
}


a.btn-main.btn-dark-trans {
  background: rgba(255, 255, 255, .1);
}

a.btn-main.btn-dark-trans:hover {
  background: var(--primary-color);
}


a.btn-main.btn-light-trans {
  color: var(--title-font-color);
  background: rgba(0, 0, 0, .05);
}

a.btn-main.btn-light-trans:hover {
  color: #ffffff;
  background: var(--primary-color);
}



a.btn-main img {
  width: 24px;
  margin-right: 10px;
  margin-top: -2px;
}

a.btn-sc {
  display: inline-block;
  font-family: var(--title-font);
  font-weight: bold;
  padding: 6px;
  font-size: 14px;
  color: #222;
  border-radius: 30px;
  -moz-border-radius: 30px;
  -webkit-border-radius: 30px;
  background: #f2f2f2;
}

a.btn-sc img {
  width: 20px;
  margin-top: -4px;
  margin-right: 8px;
}

a.btn-line,
a.btn-line:hover {
  background: none;
  color: #35404e;
  border: solid 1px rgba(255, 255, 255, .35);
}

a.btn-line:hover {
  border: solid 1px rgba(255, 255, 255, 0);
}

.text-light .btn-line {
  color: #ffffff;
}


a.btn-line:hover {
  color: #ffffff;
}

header:not(.header-light) a.btn-line,
.dark-scheme a.btn-line {
  color: #ffffff;
}

a.btn-main.btn-white {
  background: #ffffff;
}

header a.btn-main i {
  display: none;
}

a.btn-border {
  border: solid 2px rgba(255, 255, 255, .3);
  border-radius: 0px;
  -moz-border-radius: 0px;
  -webkit-border-radius: 0px;
  min-width: 120px;
  outline: 0;
  font-weight: bold;
  text-decoration: none;
  padding: 10px 30px;
  min-width: 120px;
  text-transform: uppercase;
  font-size: 12px;
  letter-spacing: 2px;
}

a.btn-border:hover {
  color: #ffffff;
  border-color: rgba(255, 255, 255, 0);
  margin-top: -2px;
  margin-bottom: 2px;
  box-sizing: border-box
}

a.btn-border.light {
  border: solid 1px #ffffff;
  color: #ffffff;
}

a.btn-border.light:hover {
  background: #ffffff;
}

a.btn-border:hover a {
  color: #ffffff !important;
}

a.btn-link {
  display: block;
  text-decoration: none;
  margin-top: 10px;
}

a.btn-lg {
  font-size: 24px;
  padding: 15px 30px 10px 30px;
}

.cover a.btn-link:hover {
  color: #fff;
}


/* counter */


/* ------------------------------ */

.de_count {
  padding: 0px;
  background: none;
}

.de_count h3 {
  margin: 0;
  padding: 0;
  margin-bottom: 0px;
  line-height: 1em;
}

.de_count h2 {
  margin-bottom: 0;
  line-height: 1em;
}

.de_count h4 {
  margin-top: 0;
  font-size: 16px;
  font-weight: 500;
}

.rtl .de_count h3,
.rtl .de_count h5 {
  text-align: right;
}

.de_count.small h4 {
  font-size: 28px;
  margin-bottom: 0;
}

.de_count {
  font-size: 16px;
  font-weight: 500;
}



/* divider */


/* ------------------------------ */

.spacer-single {
  width: 100%;
  height: 30px;
  display: block;
  clear: both;
}

.spacer-20 {
  width: 100%;
  height: 20px;
  display: block;
  clear: both;
}

.spacer-30 {
  width: 100%;
  height: 30px;
  display: block;
  clear: both;
}

.spacer-30-line {
  border-bottom: solid 1px #cccccc;
  margin-top: 30px;
  margin-bottom: 30px;
}

.text-light .spacer-30-line {
  border-bottom: solid 1px rgba(255, 255, 255, .3);
  margin-top: 30px;
  margin-bottom: 30px;
}


hr {
  display: block;
  clear: both;
  border-top: solid 1px #ddd;
  margin: 40px 0 40px 0;
}

/* dropcap */


/* ------------------------------ */

/* form */


/* ------------------------------ */

.dark-scheme ::-webkit-calendar-picker-indicator {
  filter: invert(1);
}

/* heading */


/* ------------------------------ */

h1,
h2,
h4,
h3,
h5,
h6,
.h1,
.h2,
.h3,
.h4,
.h5,
.h6 {
  margin-top: 0;
  font-family: var(--title-font);
  font-weight: var(--title-font-weight);
  color: var(--title-font-color);
}

.dark-scheme h1,
.dark-scheme h2,
.dark-scheme h4,
.dark-scheme h3,
.dark-scheme h5,
.dark-scheme h6,
.dark-scheme .h1,
.dark-scheme .h2,
.dark-scheme .h3,
.dark-scheme .h4,
.dark-scheme .h5,
.dark-scheme .h6 {
  color: #ffffff;
}

footer h1,
footer h2,
footer h4,
footer h4,
footer h5,
footer h6 {
  color: #fff;
}

h2.text-light,
footer h4,
footer h4,
footer h5,
footer h6 {
  color: #fff;
}

h1,
.h1 {
  font-size: 64px;
  margin-bottom: 20px;
}

h1 .label {
  display: inline-block;
  font-size: 36px;
  padding: 0 6px;
  margin-left: 10px;
  border-radius: 3px;
  -moz-border-radius: 3px;
  -webkit-border-radius: 3px;
}

h1 span {
  display: inline-block;
}

h1.s1 {
  letter-spacing: 30px;
  font-size: 26px;
}

h1.s2 {
  display: inline-block;
  letter-spacing: 2px;
  text-transform: uppercase;
}

h1.s2 .c1 {
  font-size: 240px;
  letter-spacing: -20px;
  line-height: .85em;
  position: relative;
}

h1.s2 .c1 span {
  position: absolute;
  top: 0;
  right: 0;
  color: #ffffff;
  display: block;
  font-size: 40px;
  line-height: 1em;
  background: #fff;
  width: 60px;
  height: 60px;
  border-radius: 100%;
  -moz-border-radius: 100%;
  -webkit-border-radius: 100%;
  padding: 10px 20px 10px 0;
}

h1.s2 .c2 {
  color: rgba(255, 255, 255, 0);
  -webkit-text-stroke: 1px rgba(255, 255, 255, .5);
  font-size: 140px;
  padding-bottom: 10px;
  margin-top: 10px;
  text-transform: uppercase;
  font-weight: bold;
}

h1.s2 .c3 {
  font-size: 20px;
  font-weight: 500;
}

h2 {
  margin-top: 0;
  font-size: 52px;
  margin-bottom: 20px;
  line-height: 1.1em;
  padding-bottom: 5px;
}

h2.s1 {
  font-size: 24px;
}

h3 {
  font-size: 26px;
  line-height: 1.4em;
  margin-bottom: 10px;
}

h3.s2 {
  position: relative;
  font-size: 22px;
}

h3.s2:after {
  content: "";
  position: absolute;
  border-bottom: 1px solid var(--primary-color);
  top: 14px;
  margin-left: 10px;
  width: 30px;
}

h4 {
  font-weight: var(--h4-font-weight);
  font-size: 20px;
  margin-top: 0;
  margin-bottom: 10px;
  line-height: 26px;
  letter-spacing: .5px;
}

h5 {
  font-size: 30px;
}

h5.title {
  display: inline-block;
  color: #ffffff;
  padding: 2px 10px;
  border-radius: 5px;
  -moz-border-radius: 5px;
  -webkit-border-radius: 5px;

}

h5.new:before {
  content: "NEW";
  font-size: 14px;
  padding: 2px 5px;
  color: #ffffff;
  background: var(--primary-color);
  margin-right: 10px;
  letter-spacing: 1px;
}

.text-light .subtitle.s2 {
  background: rgba(255, 255, 255, .1);
}

.subtitle.s2 span {
  margin-right: 20px;
  padding-left: 20px;
}

.subtitle.s2 i {
  margin-right: 10px;
}

.subtitle.s2 span:first-child {
  padding-left: 0;
}

h4.s1 {
  letter-spacing: 10px;
  font-weight: 400;
  font-size: 16px;
}

h4.s2 {
  font-family: var(--body-font);
  font-weight: bold;
  letter-spacing: 0;
  line-height: 1.8em;
}

h4.s2 span {
  display: inline-block;
  margin-right: 30px;
}

h4.s2 span i {
  display: inline-block;
  margin-right: 10px;
}

h1.title {
  font-size: 64px;
  letter-spacing: 10px;
}

h1.title strong {
  text-transform: none;
  letter-spacing: 0;
  font-weight: normal;
}

h2.subtitle {
  margin-top: 0;
}

h2.name {
  font-family: var(--body-font);
  color: #fff;
  font-size: 84px;
  line-height: 50px;
}

h2.name span {
  display: block;
  font-size: 32px;
}

h2.s2 {
  font-family: var(--body-font);
  font-weight: 400;
}

h4.title {
  border-bottom: solid 1px #ddd;
  margin-bottom: 20px;
}

h4.title {
  border-bottom: solid 1px #ddd;
  padding-bottom: 10px;
  margin-bottom: 20px;
}

h5 {
  font-size: 17px;
  font-weight: var(--h5-font-weight);
}

h5.s2 {
  font-family: var(--body-font);
  letter-spacing: 0;
  display: inline-block;
  font-size: 16px;
  padding: 6px 12px;
  border-radius: 30px;
  -moz-border-radius: 30px;
  -webkit-border-radius: 30px;
  line-height: 1.5em;
  font-weight: bold;
}

h5.s2 span {
  padding: 0 10px 2px 10px;
  margin-right: 5px;
  background: var(--tertiary-color);
  border-radius: 5px;
  -moz-border-radius: 5px;
  -webkit-border-radius: 5px;
}

h5.s2 span i {
  margin-right: 10px;
}

h5 span.label {
  display: inline-block;
  margin-right: 10px;
  background: #222222;
  color: #ffffff;
  padding: 0 5px;
  border-radius: 3px;
  -moz-border-radius: 3px;
  -webkit-border-radius: 3px;
}

h6 {
  font-size: 14px;
  font-weight: var(--h6-font-weight);
}

h4.s1 {
  font-size: 12px;
  letter-spacing: 20px;
  text-transform: uppercase;
  font-weight: 500;
}

.wm {
  width: 1920px;
  font-size: 120px;
  position: absolute;
  left: 0;
  z-index: 0;
  text-align: center;
  font-family: var(--deco-font);
  line-height: 70px;
}

.wm .s1 {
  -webkit-text-stroke: 0;
  color: rgba(var(--primary-color-rgb), .3);
}

.text-light,
.text-light p,
.text-light a:not(.btn-main) {
  color: var(--dark-body-font-color);
}

.text-dark {
  color: #223044;
}

.text-dark p {
  color: #223044;
}

.text-white {
  color: #fff;
}

.text-light h1:not(.id-color),
.text-light h2:not(.id-color),
.text-light h3:not(.id-color),
.text-light h4:not(.id-color),
.text-light h5:not(.id-color),
.text-light h6:not(.id-color) {
  color: #fff;
}

.text-white h1,
.text-white h2,
.text-white h4,
.text-white h4,
.text-white h5,
.text-white h6 {
  color: #fff;
}

/* feature box style 1 */

.f-hover {
  -o-transition: .5s;
  -ms-transition: .5s;
  -moz-transition: .5s;
  -webkit-transition: .5s;
  transition: .5s;
  outline: none;
}

/* feature-box style 2 */

/* feature-box image style 3 */

/* with image */

/* feature-box image style 4 */

/* list */

.activity-list,
.activity-list li {
  list-style: none;
  padding: 0;
  margin: 0;
}

.activity-list li {
  padding: 20px;
  border-radius: 0px;
  margin-bottom: 20px;
  position: relative;
  padding-right: 100px;
}

.activity-list li:after {
  font-family: "FontAwesome";
  margin-right: 15px;
  float: right;
  position: absolute;
  right: 20px;
  top: 30%;
  font-size: 26px;
  background: #fff;
  height: 48px;
  width: 48px;
  padding: 12px 0;
  text-align: center;
  border-radius: 100%;
  -moz-border-radius: 100%;
  -webkit-border-radius: 100%;
  -webkit-box-shadow: 2px 2px 20px 0px rgba(0, 0, 0, 0.1);
  -moz-box-shadow: 2px 2px 20px 0px rgba(0, 0, 0, 0.1);
  box-shadow: 2px 2px 20px 0px rgba(0, 0, 0, 0.1);
}

.activity-filter,
.activity-filter li {
  margin: 0;
  padding: 0;
  list-style: none;
}

.activity-filter li {
  display: inline-block;
  padding: 8px 10px;
  border: solid 1px #d2d2d2;
  border-radius: 0px;
  -moz-border-radius: 0px;
  -webkit-border-radius: 0px;
  margin-right: 5px;
  margin-bottom: 10px;
  width: 48%;
  font-weight: bold;
  cursor: pointer;
  font-family: var(--title-font);
  ;
}

.dark-scheme .activity-filter li {
  border-color: rgba(255, 255, 255, .2);
}

.activity-filter li:nth-child(2) {
  margin-right: 0;
}

.activity-filter i {
  height: 32px;
  width: 32px;
  padding: 9px 0;
  text-align: center;
  border-radius: 100%;
  -moz-border-radius: 100%;
  -webkit-border-radius: 100%;
  background: #eee;
  margin-right: 10px;
}

.activity-filter li.active {
  color: #fff;
}

.activity-filter li.active i {
  background: #ffffff;
}

.activity-list img {
  width: 80px;
  position: absolute;
  border-radius: 100%;
  -moz-border-radius: 100%;
  -webkit-border-radius: 100%;
}

.ul-style-2 {
  padding: 0;
  list-style: none;
}

.ul-style-2 li {
  margin: 5px 0 5px 0;
}

.ul-style-2 li:before {
  font-family: "FontAwesome";
  content: "\f00c";
  margin-right: 15px;
}

.no-style {
  padding: 0;
  margin: 0;
  list-style: none;
}

/* pagination */

/* pricing table */


/* ================================================== */

/* de_pricing-table begin */

/* de_pricing-table end */

@-webkit-keyframes sk-bouncedelay {

  0%,
  80%,
  100% {
    -webkit-transform: scale(0)
  }

  40% {
    -webkit-transform: scale(1.0)
  }
}

@keyframes sk-bouncedelay {

  0%,
  80%,
  100% {
    -webkit-transform: scale(0);
    transform: scale(0);
  }

  40% {
    -webkit-transform: scale(1.0);
    transform: scale(1.0);
  }
}

/* ================================================== */

/* preloader */

/* ================================================== */

#de-loader {
  position: fixed;
  z-index: 20000;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: #ffffff;
  text-align: center;
  display: flex;
  justify-content: center;
  align-items: center;
}

.dark-scheme #de-loader {
  background: var(--bg-dark-1);
}

.lds-roller {
  display: inline-block;
  position: relative;
  width: 80px;
  height: 80px;
}

.lds-roller div {
  animation: lds-roller 1.2s cubic-bezier(0.5, 0, 0.5, 1) infinite;
  transform-origin: 40px 40px;
}

.lds-roller div:after {
  content: " ";
  display: block;
  position: absolute;
  width: 5px;
  height: 5px;
  border-radius: 50%;
  background: var(--primary-color);
  margin: -2px 0 0 -2px;
}

.lds-roller div:nth-child(1) {
  animation-delay: -0.036s;
}

.lds-roller div:nth-child(1):after {
  top: 63px;
  left: 63px;
}

.lds-roller div:nth-child(2) {
  animation-delay: -0.072s;
}

.lds-roller div:nth-child(2):after {
  top: 68px;
  left: 56px;
}

.lds-roller div:nth-child(3) {
  animation-delay: -0.108s;
}

.lds-roller div:nth-child(3):after {
  top: 71px;
  left: 48px;
}

.lds-roller div:nth-child(4) {
  animation-delay: -0.144s;
}

.lds-roller div:nth-child(4):after {
  top: 72px;
  left: 40px;
}

.lds-roller div:nth-child(5) {
  animation-delay: -0.18s;
}

.lds-roller div:nth-child(5):after {
  top: 71px;
  left: 32px;
}

.lds-roller div:nth-child(6) {
  animation-delay: -0.216s;
}

.lds-roller div:nth-child(6):after {
  top: 68px;
  left: 24px;
}

.lds-roller div:nth-child(7) {
  animation-delay: -0.252s;
}

.lds-roller div:nth-child(7):after {
  top: 63px;
  left: 17px;
}

.lds-roller div:nth-child(8) {
  animation-delay: -0.288s;
}

.lds-roller div:nth-child(8):after {
  top: 56px;
  left: 12px;
}

@keyframes lds-roller {
  0% {
    transform: rotate(0deg);
  }

  100% {
    transform: rotate(360deg);
  }
}

/* progress bar */


/* ================================================== */

.de-progress {
  width: 100%;
  height: 8px;
  background: #ddd;
  margin-top: 20px;
  margin-bottom: 20px;
  border-radius: 8px;
  -moz-border-radius: 8px;
  -webkit-border-radius: 8px;
  overflow: hidden;
}

.de-progress .progress-bar {
  background: #333;
  height: 8px;
  box-shadow: none;
}

.de-progress {
  background: #ffffff;
}


/* social-icons */


/* ================================================== */

.social-icons {
  display: inline-block;
}

.social-icons i {
  text-shadow: none;
  padding: 10px 5px;
  width: 36px;
  height: 36px;
  text-align: center;
  font-size: 16px;
  margin: 0 3px 0 3px;
  border-radius: 30px;
  -moz-border-radius: 30px;
  -webkit-border-radius: 30px;
}

.dark-scheme .social-icons i {
  background: rgba(255, 255, 255, .1);
}

.social-icons.s2 i {
  background: rgba(255, 255, 255, .1);
}

.social-icons i:hover {
  background: #fff;
  border-color: #eceff3;
  color: #333;
}

#topbar .social-icons i {
  font-size: 16px;
  background: none;
  margin-bottom: 0;
  margin-right: 1px;
  padding: 15px 5px;
  height: 30px;
  width: 30px;
  margin-top: 9px;
  color: var(--tertiary-color);
}

.social-icons.s1 i {
  border: none;
  font-size: 16px;
  margin: 3px;
}

.social-icons.s1:hover i {
  background: none;
}

.social-icons.s1 {
  line-height: 0.5;
  text-align: center;
}

.social-icons.s1 .inner {
  display: inline-block;
  position: relative;
}

.social-icons.s1 .inner:before,
.social-icons.s1 .inner:after {
  content: "";
  position: absolute;
  height: 5px;
  border-bottom: 1px solid rgba(255, 255, 255, .2);
  top: 0;
  width: 100%;
}

.social-icons.s1 .inner:before {
  right: 100%;
  margin-right: 15px;
  margin-top: 20px;
}

.social-icons.s1 .inner:after {
  left: 100%;
  margin-left: 15px;
  margin-top: 20px;
}

/* ================================================== */

/* accordion

/* ================================================== */


.accordion-section-title {
  color: #35404e;
  width: 100%;
  padding: 15px 0;
  cursor: poInter;
  font-family: var(--body-font);
  width: 100%;
  display: inline-block;
  font-size: 17px;
  transition: all linear 0.5s;
  text-decoration: none;
  font-weight: 600;
  overflow: none;
  border-bottom: solid 1px rgba(0, 0, 0, .2);
}

.dark-scheme .accordion-section-title,
.text-light .accordion-section-title {
  color: #ffffff;
  border-bottom: solid 1px rgba(255, 255, 255, .75) !important;
}

.accordion-section-title:before {
  font-family: "FontAwesome";
  content: "\f107";
  float: right;
  color: var(--bg-dark-1);
  text-align: center;
  padding: 0 8px 0 8px;
  font-size: 15px;
  border-radius: 8px;
  -moz-border-radius: 8px;
  -webkit-border-radius: 8px;
  width: 30px;
}

.text-light .accordion-section-title:before {
  color: #ffffff;
}



.rtl .accordion-section-title:before {
  float: left;
}

.accordion-section-title.active:before {
  content: "\f106";
}

.accordion-section-title.active {
  margin-bottom: 0px;
  text-decoration: none;
}

.accordion-section-title:hover {
  text-decoration: none;
}

.accordion-section-content {
  padding-top: 15px;
  padding-bottom: 5px;
  display: none;
  margin-bottom: 10px;
}


/* bs */

.expand-custom {
  background: #ffffff;
  padding: 30px;
  margin-bottom: 30px;
  border-radius: 3px;
  border: solid 1px #dddddd;
}

.dark-scheme .expand-custom {
  background: var(--bg-color-odd);
  border: var(--border-default);
}

.expand-custom h4 {
  margin: 0;
  margin-bottom: 5px;
}

.expand-custom p {
  margin: 0;
}

.expand-custom .table {
  display: table;
}

.expand-custom .toggle {
  display: block;
  margin-top: 10px;
  float: right;
  cursor: poInter;
}

.rtl .expand-custom .toggle {
  float: left;
}

.expand-custom .toggle:before {
  font-family: "FontAwesome";
  content: "\f107";
  font-size: 32px;
}

.expand-custom .toggle.clicked:before {
  content: "\f106";
}

.expand-custom .c1,
.expand-custom .c2,
.expand-custom .c3 {
  display: table-cell;
  vertical-align: middle;
}

.expand-custom .c1,
.expand-custom .c2 {
  padding-right: 30px;
}

.rtl .expand-custom .c1,
.rtl .expand-custom .c2 {
  padding-right: 0;
  padding-left: 30px;
}

.expand-custom .c1 img {
  width: 80px;
}

.expand-custom .c1 {
  width: 10%;
}

.expand-custom .c2 {
  width: 80%;
}

.expand-custom .c3 {
  width: 10%;
}

.expand-custom .details {
  display: none;
  margin-top: 30px;
}

.de_tab .de_nav {
  overflow: hidden;
  padding-left: 0;
  margin: 0;
  padding: 0;
  font-weight: bold;
}

.de_tab .de_nav li {
  float: left;
  list-style: none;
  margin-right: 10px;
  border-radius: 0px;
  -moz-border-radius: 0px;
  -webkit-border-radius: 0px;
}

.rtl .de_tab .de_nav li {
  float: right;
  margin-right: 0;
  margin-left: 0;
}

.de_tab .de_nav li span {
  border: solid 1px rgba(0, 0, 0, .2);
  display: block;
  text-decoration: none;
  color: #646464;
  font-size: 15px;
  cursor: poInter;
}

.dark-scheme .de_tab .de_nav li span {
  color: rgba(255, 255, 255, .3);
  background: #292F45;
}

.de_tab .de_nav li span {
  border-radius: 3px;
  -moz-border-radius: 3px;
  -webkit-border-radius: 3px;
}

.de_tab .de_tab_content {
  padding-top: 30px;
}

.de_tab .de_nav li.active span {
  background: #FFF;
  color: #222;
}

.de_tab .de_nav li.active span .v-border {
  display: none;
}

.de_tab .de_nav li.active span {
  background: #27282b;
}

/* new added */



/* tab de_light */

/* tab de_light */

.de_tab h3 {
  font-size: 18px;
  margin-bottom: 10px;
}

.de_tab h3 span {
  font-size: 40px;
}

.de_tab p {
  margin-bottom: 0;
}

.de_nav h3 {
  text-transform: uppercase;
  font-size: 24px;
  line-height: 1em;
  margin-bottom: 0;
}


/* tab de_light */

.btn-left,
.btn-right {
  background: none;
  border: solid 1px rgba(255, 255, 255, .2);
  padding: 10px 20px 10px 20px;
  margin: 5px;
  font-family: var(--body-font);
  text-transform: uppercase;
  letter-spacing: 5px;
}

.btn-right:after {
  font-family: FontAwesome;
  content: "\f054";
  padding-left: 10px;
}

.btn-left:before {
  font-family: FontAwesome;
  content: "\f053";
  padding-right: 10px;
}

a.btn-left,
a.btn-right {
  text-decoration: none;
}

/* team
    /* ================================================== */

.team {
  margin-bottom: 30px;
  text-align: center;
}

.team h5 {
  margin-bottom: 0;
}

.team .columns {
  margin-bottom: 30px;
}

/* testimonial
    /* ================================================== */

/*
.de_testi blockquote:before {
  font-family: FontAwesome;
  content: "\f10d";
  padding-bottom: 10px;
  font-size: 20px;
  display: inline-block;
  padding: 10px 20px 10px 20px;
  font-style: normal;
  background: #000;
  position: absolute;
  left: 15px;
  font-weight: normal;
}
*/

/* new timeline */

/* close new timeline */



/* css attributes */


/* margin top */

/* margin bottom */

.padding30 {
  padding: 30px;
}

.padding40 {
  padding: 40px;
}

/* margin top */
.w-40px {
  width: 40px
}


.w-50px {
  width: 50px;
}


.w-60px {
  width: 60px;
}

.w-80px {
  width: 80px;
}

.w-100px {
  width: 100px;
}

.w-150px {
  width: 150px;
}

.abs,
.absolute {
  position: absolute;
}

.abs-center {
  left: 50%;
  transform: translateX(-50%);
}

.abs-middle {
  top: 50%;
  transform: translateY(-50%);
}

.abs-centered {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}

.relative {
  position: relative;
  z-index: 1;
}

.overflow-hidden {
  overflow: hidden;
}

/* ================================================== */


/* anim */


/* ================================================== */

header,
#topbar,
.hover,
.hover *,
.de__pcard *,
.de_tab .de_nav li span,
a.btn-line:after,
.de_count,
.social-icons a i,
.product img,
.product img:hover,
.mfp-close,
.mfp-close:hover,
i.btn-action-hide,
.text-rotate-wrap,
.text-rotate-wrap .text-item,
.owl-slider-nav .next,
.owl-slider-nav .prev,
#back-to-top.show,
#back-to-top.hide,
.de_tab .de_nav li span,
#popup-box.popup-show,
#popup-box.popup-hide,
.btn-rsvp,
.btn-main,
#mainmenu a span,
#mainmenu a.active span,
.error_input,
a.btn-border,
#selector .dark-mode,
#selector .dark-mode:hover,
.de-image-hover *,
#selector *,
.activity-filter *,
.dropdown *,
.d-carousel *,
.image-container *,
.de-country,
.de-country *,
#slider-carousel *,
.d_demo_img *,
.carousel-control-next-icon,
.carousel-control-prev-icon,
.de-item,
.de-item *,
.show-on-scroll,
#mainmenu>li::before,
.player,
.player *,
.swiper-button-next,
.swiper-button-prev,
#extra-wrap,
#btn-extra,
#btn-extra *,
#de_notif {
  -o-transition: .5s;
  -ms-transition: .5s;
  -moz-transition: .5s;
  -webkit-transition: .5s;
  transition: .5s;
  outline: none;
}

a.btn-fx:after,
a.btn-fx:hover:after,
a.btn-fx:before,
a.btn-fx:hover:before,
#mainmenu li,
#mainmenu li ul,
.owl-prev,
.owl-next {
  -o-transition: .2s ease;
  -ms-transition: .2s ease;
  -moz-transition: .2s ease;
  -webkit-transition: .2s ease;
  transition: .2s ease;
  outline: none;
}

header.header-mobile #mainmenu>li>span {
  -o-transition: none;
  -ms-transition: none;
  -moz-transition: none;
  -webkit-transition: none;
  transition: none;
  outline: none;
}

@-webkit-keyframes scaleIn {
  from {
    opacity: 0;
    -webkit-transform: scale3d(1.5, 1.5, 1.5);
    transform: scale3d(1.5, 1.5, 1.5);
  }

  100% {
    opacity: 1;
    -webkit-transform: scale3d(1, 1, 1);
    transform: scale3d(1, 1, 1);
  }
}

@keyframes scaleIn {
  from {
    opacity: 0;
    -webkit-transform: scale3d(1.5, 1.5, 1.5);
    transform: scale3d(1.5, 1.5, 1.5);
  }

  100% {
    opacity: 1;
    -webkit-transform: scale3d(1, 1, 1);
    transform: scale3d(1, 1, 1);
  }
}

.scaleIn {
  -webkit-animation-name: scaleIn;
  animation-name: scaleIn;
}

@-webkit-keyframes scaleInFade {
  from {
    opacity: 0;
    -webkit-transform: scale3d(1.5, 1.5, 1.5);
    transform: scale3d(1.5, 1.5, 1.5);
  }

  100% {
    opacity: 1;
    -webkit-transform: scale3d(1, 1, 1);
    transform: scale3d(1, 1, 1);
  }
}

@keyframes scaleInFade {
  from {
    opacity: 0;
    -webkit-transform: scale3d(1.5, 1.5, 1.5);
    transform: scale3d(1.5, 1.5, 1.5);
  }

  100% {
    opacity: 1;
    -webkit-transform: scale3d(1, 1, 1);
    transform: scale3d(1, 1, 1);
  }
}

@-webkit-keyframes scaleOutFade {
  from {
    opacity: 0;
    -webkit-transform: scale(0);
    transform: scale(0);
  }

  100% {
    opacity: 1;
    -webkit-transform: scale(1, 1, 1);
    transform: scale(1, 1, 1);
  }
}

@keyframes scaleOutFade {
  from {
    opacity: 0;
    -webkit-transform: scale(0);
    transform: scale(0);
  }

  100% {
    opacity: 1;
    -webkit-transform: scale(1, 1, 1);
    transform: scale(1, 1, 1);
  }
}

@-webkit-keyframes widthInFade {
  from {
    opacity: 0;
    width: 1px;
  }

  100% {
    opacity: 1;
    width: 100px;
  }
}

@keyframes widthInFade {
  from {
    opacity: 0;
    width: 1px;
  }

  100% {
    opacity: 1;
    width: 100px;
  }
}

/* ================================================== */


/* video */


/* ================================================== */

video,
object {
  display: inline-block;
  vertical-align: baseline;
  min-width: 100%;
  min-height: 100%;
}

.de-video-container {
  top: 0%;
  left: 0%;
  height: 500px;
  width: 100%;
  overflow: hidden;
}

.de-video-content {
  width: 100%;
  position: absolute;
  z-index: 10;
}

.de-video-overlay {
  position: absolute;
  width: 100%;
  min-height: 100%;
  background: rgba(20, 20, 20, .5);
}

/* youtube, vimeo */

.de-video-container .btn-line:hover:after,
.de-video-container a.btn-line:hover:after,
.de-video-container a.btn-line.hover:after {
  color: #eceff3;
}

/* ================================================== */


/* map */


/* ================================================== */


/* --------------- map --------------- */

#map {
  width: 100%;
  height: 500px;
}

.map iframe {
  width: 100%;
  border: solid 1px #ccc;
  padding: 2px;
  background: #fff;
}

@-webkit-keyframes pulsate {
  0% {
    -webkit-transform: scale(0.1, 0.1);
    opacity: 0.0;
  }

  50% {
    opacity: 1.0;
  }

  100% {
    -webkit-transform: scale(1.2, 1.2);
    opacity: 0.0;
  }
}

/* ================================================== */


/* call to action */


/* ================================================== */

/* ================================================== */


/* overide bootstrap */


/* ================================================== */
.title-intro {
  font-size: 18px;
  padding-left: 20px;
}

.intro {
  font-size: 24px !important;
  color: #193f2c !important;
  font-weight: 300;
}

.fafo-content {
  margin-top: 0px !important;
}

.fafo-content p {
  margin: 5px 0px 10px !important;
}

.g-4 {
  --bs-gutter-x: 30px;
  --bs-gutter-y: 30px;
  justify-content: center;
}

.dark-scheme .modal-header,
.nav-tabs {
  border-bottom-color: rgba(255, 255, 255, .2);
}

.dark-scheme .modal-content {
  background: var(--bg-dark-1);
}

.dark-scheme .modal-footer {
  border-top-color: rgba(255, 255, 255, .2);
}

.nav-tabs .nav-link {
  font-weight: 600;
}

.container-fluid {
  padding: 0px;
  margin: 0px;
}

.btn-primary {
  text-shadow: none;
  border: none;
}

.btn.btn-primary:hover {
  background: #555;
}

.label {
  font-family: "Inter", Arial, Helvetica, sans-serif;
}

table thead {
  font-weight: bold;
}

p {
  margin-top: 0;
}

p.lead {
  font-size: 17px;
  line-height: 32px;
  margin-top: 0;
}

.dark-scheme p.lead {
  color: rgba(255, 255, 255, .75);
}

.dark-scheme strong {
  color: #ffffff;
}

p.sub {
  font-size: 14px;
}

.progress {
  background: #27282B;
}

/* Vertical line */

.rtl .rtl-show {
  display: block
}

.rtl .rtl-hide {
  display: none;
}

.card h6 {
  font-weight: 500;
}

/* ======================================== */


/* toggle */


/* ======================================== */

.toggle-list {
  list-style: none;
  margin: 0;
  padding: 0;
}

.toggle-list li {
  margin-bottom: 10px;
  background: #fff;
  border: solid 1px #ddd;
  border-bottom: solid 3px #ddd;
}

.toggle-list li h2 {
  -moz-user-select: none;
  -html-user-select: none;
  user-select: none;
  color: #555;
  font-size: 16px;
  line-height: 20px;
  font-family: "Inter", Arial, Helvetica, sans-serifr;
  padding: 10px 20px 0px 60px;
  font-weight: 700;
  display: block;
  letter-spacing: normal;
}

.toggle-list li .acc_active:hover {
  color: #777;
  background: url(../images_02/icon-slide-plus.png) 20px center no-repeat;
  padding-left: 80px;
  -o-transition: .5s;
  -ms-transition: .5s;
  -moz-transition: .5s;
  -webkit-transition: .5s;
  transition: .5s;
}

.toggle-list li .acc_noactive:hover {
  color: #777;
  background: url(../images_02/icon-slide-min.png) 20px center no-repeat;
  -o-transition: .5s;
  -ms-transition: .5s;
  -moz-transition: .5s;
  -webkit-transition: .5s;
  transition: .5s;
}

.toggle-list .ac-content {
  display: none;
  padding: 20px;
  border-top: solid 1px #e5e5e5;
}

.acc_active {
  background: url(../images_02/icon-slide-plus.png) 20px center no-repeat;
  -o-transition: .5s;
  -ms-transition: .5s;
  -moz-transition: .5s;
  -webkit-transition: .5s;
  transition: .5s;
  height: 32px;
}

.acc_noactive {
  background: url(../images_02/icon-slide-min.png) 20px center no-repeat;
}

/* ================================================== */


/* image position */


/* ================================================== */

hr {
  border-top: solid 1px #555;
}

hr.s2 {
  background: none;
  margin: 20px 0;
  border-top: solid 1px #000;
}

.text-light hr.s2 {
  border-top: solid 1px #fff;
}

/* ================================================== */


/* font awesome icons */


/* ================================================== */

i {
  display: inline-block;
}

i.large {
  font-size: 72px;
  text-align: center;
  display: inline-block;
  float: none;
}

i.medium {
  font-size: 20px;
  padding: 10px;
  text-align: center;
  display: inline-block;
  float: none;
}

i.small {
  font-size: 12px;
  padding: 4px;
  text-align: center;
  display: inline-block;
  float: none;
}

/* extra ^ */

/* ================================================== */


/* transition */


/* ================================================== */

a,
a:hover {
  -o-transition: .3s;
  -ms-transition: .3s;
  -moz-transition: .3s;
  -webkit-transition: .3s;
  transition: .3s;
}

/* ================================================== */


/* gallery */


/* ================================================== */

.carousel-item {
  width: 100%;
}

.carousel-item img {
  width: 100%;
  height: auto;
}

span.overlay {
  font-family: var(--body-font);
  text-align: center;
  display: block;
  width: 100px;
  background: rgba(var(--primary-color-rgb), .8);
  position: absolute;
  opacity: .75;
  z-index: 500;
}

span.icon {
  cursor: poInter;
}

.grid_gallery .item {
  margin-bottom: 30px;
}

/* ---- grid ---- */

.grid {
  width: 100%;
}

/* clear fix */
.grid:after {
  content: '';
  display: block;
  clear: both;
}

/* ---- .element-item ---- */

/* 5 columns, percentage width */

.grid-item {
  position: relative;
  float: left;
  border: none;
  overflow: hidden;
  margin: 0;
  padding: 0;
}

/* ================================================== */


/* widget */


/* ================================================== */

.widget {
  margin-bottom: 30px;
  padding-bottom: 30px;
}

footer .widget {
  margin-bottom: 0;
}


.widget ul {
  list-style: none;
  margin: 0;
  padding: 0;
}

.widget ul li {
  margin: 3px 0;
}


footer .widget {
  border: none;
  margin-bottom: 0;
}

footer .widget h5 {
  margin-bottom: 20px;
}


.side-layout header {
  width: 20%;
  height: 100%;
  background: #222;
  position: fixed;
  padding: 30px;
  top: 0;
}

.side-layout #content {
  width: 80%;
  float: right;
}

.side-layout footer {
  width: 80%;
  float: right;
}

.side-layout .container {
  width: 90%;
}

.side-layout section {
  width: 100%;
  float: right;
}


.side-layout header .info {
  display: none;
}

.side-layout #mainmenu {
  padding: 0;
  margin-top: 40px;
}

.side-layout #mainmenu>li {
  display: block;
  width: 100%;
  border-bottom: solid 1px rgba(255, 255, 255, .1);
  margin-bottom: 5px;
  padding-bottom: 5px;
}

.side-layout header.smaller #mainmenu>li {
  border-bottom: solid 1px rgba(0, 0, 0, .1);
}

.side-layout header.smaller {
  border-right: solid 1px #f6f6f6;
}

.side-layout #mainmenu>li:last-child {
  border-bottom: none;
}

.side-layout #mainmenu>li>a {
  padding: 0;
  margin: 0;
}

.side-layout #mainmenu>li>a span {
  display: none;
}

.side-layout #mainmenu>li>ul {
  top: 0;
  margin-left: 120%;
}

.side-layout #mainmenu li ul {
  border: solid 1px #888;
}

.side-layout header div#logo {
  display: block;
  float: none;
  text-align: center;
}

.side-layout header div#logo img {
  width: 100%;
}

.side-layout #subheader {
  width: 80%;
  float: right;
  text-align: left;
}

.side-layout #subheader h1 {
  margin-top: 0;
  font-size: 24px;
}

.d_wrap_sm-box {
  font-size: 15px;
  font-family: var(--title-font);
  font-weight: bold;
  display: inline-block;
  position: absolute;
  background: #ffffff;
  padding: 10px 15px;
  height: 62px;
  padding-left: 60px;
  color: #2f394b;
  box-shadow: 5px 25px 20px 5px rgba(0, 0, 0, 0.1);
  -webkit-box-shadow: 5px 25px 20px 5px rgba(0, 0, 0, 0.1);
  -moz-box-shadow: 5px 25px 20px 5px rgba(0, 0, 0, 0.1);
  border-radius: 8px;
  -moz-border-radius: 8px;
  -webkit-border-radius: 8px;
}

.dark-scheme .d_wrap_sm-box {
  background: var(--bg-dark-3);
}

.d_wrap_sm-box i {
  position: absolute;
  left: 10px;
  margin-right: 10px;
  background: var(--primary-color);
  padding: 8px;
  width: 42px;
  height: 42px;
  border-radius: 10px;
  -moz-border-radius: 10px;
  -webkit-border-radius: 10px;
  text-align: center;
  color: #fff;
  font-size: 24px;
}

.d_wrap_sm-box h3 {
  font-size: 24px;
  margin-bottom: 0px;
}

.d_wrap_sm-box h6 {
  font-weight: 500;
  font-size: 12px;
}

.dark-scheme .d_wrap_sm-box h6 {
  color: rgba(255, 255, 255, .6);
}

.d_wrap_sm-box.b1 {
  left: 0;
  top: 20%;
}

.d_wrap_sm-box.b2 {
  right: 0;
  top: 25%;
}


#cookit {
  position: fixed;
  width: 100%;
  bottom: 0;
  padding: 1rem 2rem;
  display: flex;
  z-index: 1022;
  background: rgba(20, 20, 20, 1) !important;
}

.dark-scheme #cookit {
  border-top: solid 1px rgba(255, 255, 255, .15);
}

#cookit.hidden {
  display: none;
}

#cookit #cookit-container {
  margin: auto;
  width: 1300px;
  display: flex;
  align-items: center;
  flex-wrap: wrap;
}

#cookit #cookit-container>* {
  margin: .4rem;
}

#cookit #cookit-container p {
  line-height: 1.4rem;
}

#cookit #cookit-container a {
  text-decoration: none;
}

#cookit #cookit-container a:hover {
  opacity: .9;
}

#cookit #cookit-container #cookit-button {
  color: #ffffff !important;
  font-size: 14px;
  font-weight: bold;
  padding: .25rem 2rem;
  margin-left: auto;
  border-radius: 30px;
  -moz-border-radius: 30px;
  -webkit-border-radius: 30px;
}

/* marquee */


.d-flex {
  display: flex;
  white-space: nowrap;
}

/* marquee */

.bg-blur {
  background: rgba(255, 255, 255, .15);
  -webkit-backdrop-filter: blur(10px);
  -o-backdrop-filter: blur(10px);
  -moz-backdrop-filter: blur(10px);
  backdrop-filter: blur(10px);
}

/* marquee plugin */

/* marquee plugin close */

.de-gradient-edge-top {
  z-index: 1;
  position: absolute;
  top: 0;
  width: 100%;
  height: 30%;
  background: linear-gradient(180deg, rgba(255, 255, 255, 1) 0%, rgba(255, 255, 255, 0) 100%);
}

.de-gradient-edge-top.dark {
  background: linear-gradient(180deg, rgba(30, 31, 34, 1) 0%, rgba(30, 31, 34, 0) 100%);
}

.d-stars i {
  margin: 0 2px;
  font-size: 16px;
  color: #E4A853;
}

.show-on-scroll {
  opacity: 0;
}

.show-on-scroll.show {
  opacity: 1;
}

.show-on-scroll.hide {
  opacity: 0;
}


/* year-card */


.de-images-stack {
  position: relative;
}

.de-images-stack img {
  -webkit-box-shadow: 2px 10px 50px 0px rgba(0, 0, 0, 0.3);
  -moz-box-shadow: 2px 10px 50px 0px rgba(0, 0, 0, 0.3);
  box-shadow: 2px 10px 50px 0px rgba(0, 0, 0, 0.3);
}

.de-images-stack .di-1,
.de-images-stack .di-2,
.de-images-stack .di-3 {
  overflow: hidden;
}

.de-images-stack .di-1 {
  width: 70%;
  position: relative;
  z-index: 10;
  left: 50%;
  transform: translateX(-50%);
}

.de-images-stack .di-2 {
  width: 40%;
  position: absolute;
  z-index: 9;
  right: 0;
  top: -20%;
}

.de-images-stack .di-3 {
  width: 40%;
  position: absolute;
  z-index: 8;
  left: 0;
  bottom: -20%;
}

.de-images-stack .d_wrap_sm-box {
  padding-left: 20px;
  z-index: 10;
}

.de-images-stack .d_wrap_sm-box h6 {
  margin-bottom: 0;
}

.de-images-stack .d_wrap_sm-box.b1 {
  top: 15%;

}

.de-images-stack .d_wrap_sm-box.b2 {
  top: 65%;
}

.d_wrap_sm-box {
  font-size: 15px;
  font-family: var(--title-font);
  font-weight: bold;
  display: inline-block;
  position: absolute;
  background: rgba(30, 31, 34, .5);
  padding: 10px 15px;
  color: #2f394b;
  box-shadow: 5px 25px 20px 5px rgba(0, 0, 0, 0.1);
  -webkit-box-shadow: 5px 25px 20px 5px rgba(0, 0, 0, 0.1);
  -moz-box-shadow: 5px 25px 20px 5px rgba(0, 0, 0, 0.1);
  border-radius: 0;
  -moz-border-radius: 0;
  -webkit-border-radius: 0;
  padding-left: 60px;
}

.d_wrap_sm-box h6,
.d_wrap_sm-box h4 {
  color: var(--title-font-color);
}

.de-rating-ext i {
  color: #F2B827;
  font-size: 14px;
}

/* select2 begin */

.select2-dropdown {
  border-radius: 0;
  box-shadow: #444 0px 3px 5px;
  border: 0;
}

/* select2 end */

/* ================================================== */

/* misc */

/* ================================================== */

/* background */
.bg-white {
  background: #ffffff;
}

/* width (percent) */
.w-20 {
  width: 20%;
}

.w-50 {
  width: 50%;
}

.w-90 {
  width: 90%;
}

.w-100 {
  width: 100%;
}

/* width (px) */
.w-40px {
  width: 40px;
}

.w-50px {
  width: 50px;
}

.w-60px {
  width: 60px;
}

.w-80px {
  width: 80px;
}

.w-100px {
  width: 100px;
}

.w-120px {
  width: 120px;
}

.w-150px {
  width: 150px;
}

/* height (percent) */
.h-40 {
  height: 40%;
}

.h-100 {
  height: 100%;
}

/* height (px) */
.h-40px {
  height: 40px;
}

/* top (percent) */

/* top (px) */

/* bottom (percent) */

/* bottom (px) */

/* top negative (px) */

/* bottom negative (px) */

/* left pos (percent) */

/* left pos (px) */

/* right  pos (percent) */

/* right  pos (px) */

/* margin-left (percent) */

/* margin top negative (px) */

/* margin bottom negative (px) */
.mb-min-50 {
  margin-bottom: -50px;
}

/* margin left negative (px) */

/* margin top negative (px) */

/* font-size (px) */
.fs-15 {
  font-size: 15px;
}

.fs-18 {
  font-size: 18px;
}

.fs-24 {
  font-size: 24px;
}

.fs-32 {
  font-size: 32px;
}

.fs-36 {
  font-size: 36px;
}

.fs-40 {
  font-size: 40px;
}

.fs-64 {
  font-size: 64px;
}

/* font-weight */
.fw-500 {
  font-weight: 500;
}

/* margin left (px) */

/* padding (px) */
.p-30 {
  padding: 30px;
}

/* padding bottom (px) */
.pb-50 {
  padding-bottom: 50px;
}

.pb-80 {
  padding-bottom: 80px;
}

/* padding top (px) */

/* padding left (px) */
.ps-80 {
  padding-left: 80px;
}

/* border white */

/* border bottom white with transparency */

/* border bottom grey */

/* border bottom dark */

/* hover effects */
.hover-op-0 {
  opacity: 1
}

.hover:hover .hover-op-0 {
  opacity: 0
}

.hover-op-1,
.hover-op-05 {
  opacity: 0
}

.hover:hover .hover-op-1 {
  opacity: 1
}

.hover:hover .hover-op-05 {
  opacity: .5
}

.hover:hover .hover-scale-1-1 {
  transform: scale(1.1);
}

.hover-mt-40 {
  margin-top: 40px;
}

.hover:hover .hover-mt-40 {
  margin-top: 0px;
}

.inline-block {
  display: inline-block;
}

/* opacity */
.op-5 {
  opacity: .5;
}

.op-7 {
  opacity: .7;
}

/* line height em */
.lh-1-3 {
  line-height: 1.3em;
}

/* min height (px) */

/* background dark */

/* overlay-black */

/* overlay-white */

/* positions */
.absolute,
.abs {
  position: absolute;
}

.abs-center {
  left: 50%;
  transform: translateX(-50%);
}

.abs-middle {
  top: 50%;
  transform: translateY(-50%);
}

.abs-centered {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}

.relative {
  position: relative;
}

.gradient-trans-color-bottom {
  background: linear-gradient(180deg, rgba(var(--primary-color-rgb), 0) 0%, rgba(var(--primary-color-rgb), 1) 100%);
}

/* z-index */
.z-1 {
  z-index: 1
}

.z-2 {
  z-index: 2
}

.z-4 {
  z-index: 4
}

.z-5 {
  z-index: 5
}


.rounded-1 {
  border-radius: var(--rounded-1) !important;
  -moz-border-radius: var(--rounded-1) !important;
  -webkit-border-radius: var(--rounded-1) !important;
}

/* misc end */


/* ecommerce */

.de__pcard h3 {
  font-weight: bold;
  margin-top: 5px;
  margin-bottom: 0px;
  font-size: 17px;
}

.atr__image-hover {
  opacity: 0;
  z-index: 1;
  position: absolute;
  left: 0;
}

.atr__colors {
  margin-top: 10px;
}

.atr__colors div {
  border: solid 1px rgba(51, 51, 51, 0);
  display: inline-block;
  margin: 0 2px;
  border-radius: 30px;
  -moz-border-radius: 30px;
  -webkit-border-radius: 30px;
}

.atr__colors span {
  display: block;
  background: #333333;
  width: 20px;
  height: 20px;
  border-radius: 30px;
  -moz-border-radius: 30px;
  -webkit-border-radius: 30px;
}

.atr__colors div.active {
  border: solid 1px #333333;
  padding: 3px;
}

.atr__colors div.active span {
  width: 14px;
  height: 14px;
}

.atr__opt {
  text-align: center;
}

.atr__opt div {
  display: inline-block;
  cursor: pointer;
  font-size: 14px;
  padding: 2px;
  margin: 2px;
  border: solid 1px var(--secondary-color);
  border-radius: 5px;
  -moz-border-radius: 5px;
  -webkit-border-radius: 5px;
  line-height: 1em;
  width: 32px;
}

.atr__opt div.active {
  background: var(--secondary-color);
  color: #ffffff;
}

/* ecommerce end */


/* cart begin */

/* cart end */

/* ecommerce icons begin */
/* ecommerce icons end */


/* range slider begin */

/* price range slider */
.price-input {
  width: 100%;
  display: flex;
  margin: 0 0 15px;
}

.price-input .field {
  display: flex;
  width: 100%;
  align-items: center;
}

.field input {
  width: 60px;
  outline: none;
  font-size: 16px;
  margin-left: 12px;
  border-radius: 3px;
  border: none;
  font-weight: bold;
  -moz-appearance: textfield;
  background: none;
}

input[type="number"]::-webkit-outer-spin-button,
input[type="number"]::-webkit-inner-spin-button {
  -webkit-appearance: none;
}

.price-input .separator {
  width: 130px;
  display: flex;
  font-size: 19px;
  align-items: center;
  justify-content: center;
  margin-top: 15px;
  margin-left: 10px;
}

.slider {
  height: 5px;
  position: relative;
  background: #ddd;
  border-radius: 5px;
}

.slider .progress {
  height: 100%;
  left: 0%;
  right: 0%;
  position: absolute;
  border-radius: 5px;
  background: var(--primary-color);
}

.range-input {
  position: relative;
  margin-bottom: 10px;
}

.range-input input {
  position: absolute;
  width: 100%;
  height: 5px;
  top: -5px;
  background: none;
  pointer-events: none;
  -webkit-appearance: none;
  -moz-appearance: none;
}

input[type="range"]::-webkit-slider-thumb {
  height: 17px;
  width: 17px;
  border-radius: 50%;
  background: var(--primary-color);
  pointer-events: auto;
  -webkit-appearance: none;
  box-shadow: 0 0 6px rgba(0, 0, 0, 0.05);
}

input[type="range"]::-moz-range-thumb {
  height: 17px;
  width: 17px;
  border: none;
  border-radius: 50%;
  background: var(--primary-color);
  pointer-events: auto;
  -moz-appearance: none;
  box-shadow: 0 0 6px rgba(0, 0, 0, 0.05);
}

/* range slider end */

/* owl sync begin */
#sync1 .item {
  background: var(--bg-light);
  padding: 40px;
  margin: 5px;
  color: #FFF;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  border-radius: 3px;
  text-align: center;
}

#sync2 .item {
  background: var(--bg-light);
  padding: 10px 0px;
  margin: 5px;
  color: #FFF;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  border-radius: 3px;
  text-align: center;
  cursor: pointer;
}

#sync2 .item h1 {
  font-size: 18px;
}

#sync2 .current .item {
  background: var(--secondary-color);
}

.owl-theme .owl-nav {
  /*default owl-theme theme reset .disabled:hover links */
}

.owl-theme .owl-nav [class*=owl-] {
  transition: all 0.3s ease;
}

.owl-theme .owl-nav [class*=owl-].disabled:hover {
  background-color: #D6D6D6;
}

#sync1.owl-theme {
  position: relative;
}

#sync1.owl-theme .owl-next,
#sync1.owl-theme .owl-prev {
  width: 22px;
  height: 40px;
  margin-top: -20px;
  position: absolute;
  top: 50%;
}

#sync1.owl-theme .owl-prev {
  left: 10px;
}

#sync1.owl-theme .owl-next {
  right: 10px;
}

/* owl sync end */

/* de_notif begin */
#de_notif {
  opacity: 0;
  font-weight: bold;
  background: #ffffff;
  color: #000000;
  padding: 5px 10px;
  position: fixed;
  left: 50%;
  bottom: -50px;
  transform: translate(-50%, 0);
  z-index: 100;
  border-radius: 5px;
  -moz-border-radius: 5px;
  -webkit-border-radius: 5px;
}

#de_notif.active {
  opacity: 1;
  bottom: 40px;
}

/* de_notif end */

/* radio__button begin */


/* radio__button end */

/* dlm table */

/* dlm table end */

input.text-center {
  text-align: center;
}

.player {
  margin: 0 auto;
  background: none;
  width: 120px;
  height: 120px;
  border: solid 2px #fff;
  border-radius: 100%;
  position: relative;
  text-indent: -9999px;
}

.player span {
  width: 0;
  height: 0;
  border-top: 15px solid transparent;
  border-left: 20px solid #fff;
  border-bottom: 15px solid transparent;
  position: absolute;
  top: 37.5%;
  left: 45%;
}

.player:hover {
  background: var(--primary-color);
  cursor: pointer;
  border: none;
  box-shadow: none;
}

.player:hover span {
  transform: scale(.8);
}

.de-flex #mainmenu {
  margin: 0;
}

.applyBtn.btn-success {
  width: 72px;
  height: 30px;
  border: none;
}

/* ribbon */


.de_ribbon {
  font-family: var(--body-font);
  line-height: 1em;
  font-size: 28px;
  text-transform: uppercase;
  text-align: center;
  font-weight: 600;
  text-shadow: 1px 1px 5px rgba(0, 0, 0, 0.15);
  letter-spacing: -2px;
  display: block;
  width: 6rem;
  height: 4rem;
  background: linear-gradient(to bottom, #999999 0%, #cccccc 100%);
  color: white;
  padding: 10px 0;
  position: absolute;
  z-index: 1000;
  -webkit-filter: drop-shadow(0 0.5rem 0.3em rgba(0, 0, 0, 0.5));
  transform: translate3d(0, 0, 0);
  right: 40px;
  margin: 0 auto;
  background: var(--primary-color);
}

.de_ribbon:after {
  content: "";
  width: 0;
  height: 0;
  border-right: 3rem solid transparent;
  border-left: 3rem solid transparent;
  border-top: 1.5rem solid var(--primary-color);
  position: absolute;
  top: 64px;
  left: 0;
}

.vl {
  position: absolute;
  border-left: solid 1px #333333;
  height: 100%;
  left: 50%;
  z-index: 2000;
}


/* swiperjs */

.swiper-slide {
  position: relative;
}

.swiper-scrollbar,
.swiper-scrollbar-horizontal,
.swiper-scrollbar-drag {
  display: none;
}

.swiper-inner {
  display: block;
  position: absolute;
  top: 0;
  width: 100%;
  height: 100%;
  background: none;
}

.swiper-slide-active .subtitle {
  animation-delay: 0s;
  animation: fadeInUp 2s;
}

.swiper-slide-active .btn-main,
.swiper-slide-active .btn-line {
  animation-delay: 1.4s;
  animation: fadeInUp 2s;
}

.swiper-pagination {
  width: 100px;
  font-size: 20px;
  text-align: right;
  position: absolute;
  left: auto;
  right: 40px;
  bottom: 40px;
  font-weight: 400;
}

.swiper-pagination-total {
  font-size: 20px;
  opacity: .5;
}

.swiper-pagination-current {
  color: var(--priamry-color);
  font-size: 20px;
}

.swiper-button-next,
.swiper-button-prev {
  background: var(--primary-color);
  color: #ffffff;
  width: 48px;
  height: 48px;
  border-radius: 10px;
  -moz-border-radius: 10px;
  -webkit-border-radius: 10px;
}

.swiper-button-next:after,
.swiper-button-prev:after {
  font-size: 24px;
}

.swiper-button-next {
  right: 0px;
  border-radius: 30px 0 0 30px;
  -moz-border-radius: 30px 0 0 30px;
  -webkit-border-radius: 30px 0 0 30px;
}

.swiper-button-prev {
  left: 0px;
  border-radius: 0 30px 30px 0;
  -moz-border-radius: 0 30px 30px 0;
  -webkit-border-radius: 0 30px 30px 0;
}

/* swiper end */


/* swiper #2 begin */

.swiper-container {
  overflow: hidden;
  width: 100%;
  margin-left: auto;
  margin-right: auto;
}

@media (min-width: 480px) {
  .swiper-container {
    min-height: 320px;
  }
}

.swiper-container-wrapper {
  display: flex;
  flex-flow: column nowrap;
  height: 100vh;
  width: 100vw;
}

@media (min-width: 480px) {
  .swiper-container-wrapper {
    flex-flow: row nowrap;
  }
}

#swiper-s2 .swiper-slide {
  text-align: center;
  background-size: cover;
  background-position: center;
  background-color: var(--bg-dark-1);
  /* Center slide text vertically */
  display: flex;
  flex-flow: column nowrap;
  justify-content: center;
  align-items: center;
  /* Slide content */
}

.swiper-slide .description,
.swiper-slide .title {
  display: block;
  opacity: 0;
  transition: 0.5s ease 0.5s;
}

.swiper-slide-active .description,
.swiper-slide-active .title {
  opacity: 1;
}

.swiper-slide-active .title {
  margin-bottom: 0.5rem;
  font-size: 24px;
  color: #000;
  transition: opacity 0.5s ease 0.5s;
}

.swiper-slide-active .description {
  font-size: 16px;
  color: #777;
  transition: opacity 0.5s ease 0.75s;
}

/* swiper #2 end */

.subtitle {
  position: relative;
  display: inline-block;
  font-size: 13px;
  font-family: var(--title-font);
  color: var(--title-font-color);
  background: none;
  font-weight: 600;
  text-transform: uppercase;
  padding: 2px 15px;
  margin-bottom: 20px;
  border-radius: 30px;
  -moz-border-radius: 30px;
  -webkit-border-radius: 30px;
  background: rgba(var(--primary-color-rgb), .1);
}

.dark-scheme .subtitle,
.text-light .subtitle {
  background: rgba(255, 255, 255, .1);
}

.dark-scheme .subtitle,
.text-light .subtitle:not(.id-color) {
  color: #ffffff;
}


@keyframes blinkingText {
  0% {
    background: var(--primary-color);
  }

  50% {
    background: rgba(255, 255, 255, 1.0);
  }

  100% {
    background: var(--primary-color);
  }
}

@keyframes op-blink-to-light {
  0% {
    background: var(--primary-color);
    color: #ffffff;
  }

  50% {
    background: var(--bg-grey);
    color: var(--primary-color);
  }

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

/* scrollbar */
body::-webkit-scrollbar {
  width: 5px;
}

body::-webkit-scrollbar-track {
  background: #dddddd;
}

body::-webkit-scrollbar-thumb {
  background-color: #ffffff;
  border-radius: 5px;
  -moz-border-radius: 5px;
  -webkit-border-radius: 5px;
}

body.dark-scheme::-webkit-scrollbar-track {
  background: var(--bg-dark-1);
}


.de-item {
  border: solid 0px rgba(var(--primary-color-rgb), 0);
  position: relative;
  border-radius: 12px;
  -moz-border-radius: 12px;
  -webkit-border-radius: 12px;
  overflow: hidden;
}

.de-item .d-overlay {
  position: absolute;
  width: 100%;
  height: 100%;
  z-index: 1;
  background: -moz-linear-gradient(0deg, rgba(var(--primary-color-rgb), .6) 20%, rgba(var(--primary-color-rgb), .2) 50%);
  background: -webkit-linear-gradient(0deg, rgba(var(--primary-color-rgb), .6) 20%, rgba(var(--primary-color-rgb), .2) 50%);
  background: linear-gradient(0deg, rgba(var(--primary-color-rgb), .6) 20%, rgba(var(--primary-color-rgb), .2) 50%);
}

.de-item .price {
  color: #ffffff;
  font-weight: bold;
  background: rgba(var(--primary-color-rgb), .5);
  margin-left: 5px;
  border-radius: 5px;
  -moz-border-radius: 5px;
  -webkit-border-radius: 5px;
  padding: 0 5px;
}

.de-item:hover img {
  transform: scale(1.05);
}

.de-item hr {
  margin: 10px 0;
  opacity: .5;
  border-color: #ffffff;
}

/* glow fx */

.de-item:hover {
  -webkit-box-shadow: 0 0 50px 0px rgba(0, 0, 0, .5);
  -moz-box-shadow: 0 0 50px 0px rgba(0, 0, 0, .5);
  box-shadow: 0 0 50px 0px rgba(0, 0, 0, .5);
}

.scrollbar-v {
  background: var(--primary-color);
  position: fixed;
  top: calc(50% + 60px);
  left: 43px;
  width: 2px;
  transition: all linear 0.1s;
  min-height: 0%;
  z-index: 1005;
}

.scrollbar-v:before {
  content: "";
  position: absolute;
  left: 0;
  width: 2px;
  min-height: 100px;
  background: rgba(0, 0, 0, .15);
}


.scrollbar-v.dark:before {
  background: rgba(255, 255, 255, .2);
}

.float-text {
  width: 20px;
  position: fixed;
  z-index: 1002;
  margin-left: 30px;
  text-align: center;
  font-size: 12px;
  top: 50%;
  left: 16px;
  transform: translate(-50%, -50%);
  font-weight: 400;
}

.float-text a {
  color: #000000;
}

.float-text.dark a {
  color: #ffffff;
}

.float-text span {
  margin-left: -5px;
  margin-top: 20px;
  writing-mode: vertical-rl;
  letter-spacing: .75px;
  -webkit-transform: rotate(-180deg);
  -ms-transform: rotate(-180deg);
  transform: rotate(-180deg);
  color: #222;
}


.dark-scheme .float-text span {
  color: #ffffff;
}


/* de-number begin */

.de-number {
  margin-top: 8px;
}

.d-minus,
.d-plus {
  margin-top: -6px;
  cursor: pointer;
  color: var(--title-font-color);
  font-size: 24px;
  width: 36px;
  height: 36px;
  padding: 3px 5px 3px 5px;
  display: inline-block;
  vertical-align: middle;
  text-align: center;
  -webkit-user-select: none;
  /* Safari */
  -ms-user-select: none;
  /* IE 10 and IE 11 */
  user-select: none;
  /* Standard syntax */
  background: var(--bg-light);
  border-radius: 30px;
  -moz-border-radius: 30px;
  -webkit-border-radius: 30px;
}

.d-minus:active,
.d-plus:active {
  background: #ffffff;
  color: #000;
}

.de-number input {
  width: 40px;
  text-align: center;
  font-size: 20px;
  border: none;
  padding: 3px !important;
  background: none;
  color: var(--title-font-color);
  border: solid 1px var(--primary-color);
}

/* de-number close */


.carousel-indicators [data-mdb-target] {
  background: none !important;
  margin: 0 10px;
}

.carousel-indicators [data-mdb-target] img {
  margin-top: 20px;
}


.d_demo_img {
  position: relative;
  overflow: hidden;
  display: block;
  margin-bottom: 20px;
  box-shadow: 5px 20px 40px 5px rgba(0, 0, 0, .2);
  -webkit-box-shadow: 5px 20px 40px 5px rgba(0, 0, 0, .2);
  -moz-box-shadow: 5px 20px 40px 5px rgba(0, 0, 0, .2);
  border-radius: 6px;
  -moz-border-radius: 6px;
  -webkit-border-radius: 6px;
}

.d_demo_img:hover {
  border-color: rgba(var(--primary-color-rgb), 1);
}

.d_demo_img .d-overlay {
  opacity: 0;
  position: absolute;
  z-index: 1;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, .5);
  display: flex;
  justify-content: center;
  align-items: center;
}

.d_demo_img .d-overlay span {
  color: #ffffff;
  background: var(--secondary-color);
  padding: 5px 20px;
  font-weight: bold;
  transform: scale(1.5);
  opacity: 0;
  border-radius: 30px;
  -moz-border-radius: 30px;
  -webkit-border-radius: 30px;
}

.d_demo_img:hover img {
  transform: scale(1.1);
}

.d_demo_img:hover .d-overlay {
  opacity: 1;
}

.d_demo_img:hover .d-overlay span {
  transform: scale(1.0);
  opacity: 1;
}

/* box-url */

.rtl .owl-carousel {
  direction: ltr;
}

.rtl .owl-carousel .owl-item {
  direction: rtl;
}

#item-carousel-big {
  padding: 0 25px;
}

.de-flex {
  display: flex;
  justify-content: space-between;
}

.de-flex>.de-flex-col {
  display: flex;
  justify-content: center;
  align-items: center;
}

#loadmore {
  display: inline-block;
  margin-top: 10px;
}

.d-item {
  display: none;
}

.text-light .card {
  color: #ffffff !important;
  background: rgba(255, 255, 255, .05);
}



.filter__r {
  font-family: var(--title-font);
}

.filter__r {
  float: right;
  cursor: pointer;
}

/*Cookie Consent Begin*/
#cookieConsent {
  background-color: rgba(255, 255, 255, 0.8);
  min-height: 26px;
  font-size: 14px;
  line-height: 26px;
  font-weight: 500;
  padding: 10px 30px 10px 30px;
  position: fixed;
  bottom: 0;
  left: 0;
  right: 0;
  display: none;
  z-index: 9999;
}

#cookieConsent a {
  text-decoration: none;
}

#cookieConsent a.cookieConsentOK {
  color: #fff;
  display: inline-block;
  border-radius: 3px;
  -moz-border-radius: 3px;
  -webkit-border-radius: 3px;
  padding: 0 20px;
  cursor: poInter;
}

#cookieConsent a.cookieConsentOK:hover {
  opacity: .8;
}

/*Cookie Consent End*/

@keyframes shadow-pulse {
  0% {
    box-shadow: 0 0 0 0px rgba(120, 169, 56, 0.2);
  }

  100% {
    box-shadow: 0 0 0 20px rgba(120, 169, 56, 0);
  }
}

div.round {
  border-radius: 0px !important;
  -moz-border-radius: 0px !important;
  -webkit-border-radius: 0px !important;
}

.opt-1 {
  display: inline-block;
}

.opt-2 {
  display: none;
}

.border {
  border-color: #EFEFEF !important;
}

.text-light .border {
  border-color: rgba(255, 255, 255, .1) !important;
}

.owl-carousel {
  position: relative;
  margin-top: -5px;
  bottom: -5px;
  margin-bottom: -15px;
}

.owl-thumbs img {
  padding: 3px;
}

#slider-carousel .owl-thumbs {
  padding: 3px;
  margin-bottom: 30px;
  width: auto;
}

#slider-carousel .owl-thumbs button {
  opacity: 1;
  border: none !important;
  padding: 0;
  margin-right: 15px;
  margin-bottom: 20px;
  opacity: 1;
  overflow: hidden;
  opacity: .5;
}

#slider-carousel .owl-thumb-item.active {
  opacity: 1;
}

#slider-carousel button.owl-thumb-item.active {
  -webkit-box-shadow: 5px 5px 20px 0px rgba(0, 0, 0, 0.5);
  -moz-box-shadow: 5px 5px 20px 0px rgba(0, 0, 0, 0.5);
  box-shadow: 5px 5px 20px 0px rgba(0, 0, 0, 0.5);
}

#slider-carousel .owl-thumb-item img {
  background: #fff;
  padding: 0;
  width: 120px;
}

strong {
  font-weight: bold;
}

.text-light strong {
  color: #fff;
}

.bg-white {
  background: #ffffff;
}

.border-bottom {
  border-bottom: solid 1px rgba(0, 0, 0, .2) !important;
}

.dark-scheme header.border-bottom {
  border-bottom: solid 1px rgba(255, 255, 255, .1) !important;
}

.overlay {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: var(--bg-dark-1);
}

.border-box {
  border: solid 1px #d2d2d2;
}

#popup-box {
  position: fixed;
  background: #fff;
  width: 100%;
  height: 100%;
  z-index: 10000;
  top: -100%;
  overflow-y: auto;
}

#popup-box.popup-show {
  top: 0;
}

#popup-box.popup-hide {
  top: -100%;
}

#navigation {
  position: fixed;
  width: 100%;
  height: 60px;
  top: 0;
  right: 20px;
  text-align: center;
  margin-bottom: 60px;
  z-index: 1000;
}

.nav-prev:before,
.nav-next:before,
.nav-exit:before {
  font-family: "FontAwesome";
  content: '\f177';
  color: #fff;
  padding: 20px;
  font-size: 24px;
  cursor: poInter;
}

.nav-exit:before {
  width: 100%;
  display: block;
}

.nav-next:before {
  content: '\f178';
  width: 100%;
  background: #555;
}

.nav-exit:before {
  content: '\f00d';
}

.no-bottom {
  margin-bottom: 0;
  padding-bottom: 0;
}

p {
  margin-bottom: 20px;
}

p.intro {
  color: #555;
  font-size: 16px;
  line-height: 1.5em;
}

.no-bottom .col-md-12 {}

.no-bottom {
  padding-bottom: 0 !important;
}

.no-top {
  padding-top: 0 !important;
}

#filters i {
  margin-right: 10px;
}

.image-container {
  position: absolute;
  padding: 0;
  margin: 0;
  background-size: cover;
}

.image-container:hover .background-image {
  transform: scale(1.05);
}

.loader {
  position: fixed;
  left: 0px;
  top: 0px;
  width: 100%;
  height: 100%;
  z-index: 99999;
}

.form-control {
  border-radius: 8px !important;
  -moz-border-radius: 8px !important;
  -webkit-border-radius: 8px !important;
}

.form-control:focus {
  box-shadow: none;
  -moz-box-shadow: none;
  -webkit-box-shadow: none;
}

.d-carousel {
  position: relative;
  display: flex;
  align-items: center;
}

.d-arrow-left,
.d-arrow-right {
  display: none;
  cursor: pointer;
  position: absolute;
  margin-top: -10px;
  z-index: 100;
  width: 30px;
  height: 60px;
  background-color: rgba(255, 255, 255, 1.0);
}

.d-arrow-left {
  left: 0px;
  border-top-right-radius: 110px;
  border-bottom-right-radius: 110px;
}

.d-arrow-right {
  right: 0px;
  border-top-left-radius: 110px;
  border-bottom-left-radius: 110px;
}

.d-arrow-left i,
.d-arrow-right i {
  position: absolute;
  z-index: 1000;
  top: 20px;
  color: #ffffff;
  font-size: 20px;
  font-weight: bold;
}

.d-arrow-left i {
  left: 8px;
}

.d-arrow-right i {
  right: 8px;
}

.owl-nav {
  display: flex;
}

.owl-prev,
.owl-next {
  cursor: pointer;
  position: absolute;
  top: 27.5%;
  z-index: 100;
  width: 40px;
  height: 40px;
  background-color: rgba(255, 255, 255, 1.0);
  border: solid 1px #ccc;
}

.dark-scheme .owl-prev,
.dark-scheme .owl-next {
  background: var(--bg-color-even);
  color: #ffffff;
  border-color: rgba(255, 255, 255, .1);
}

.owl-prev:hover,
.owl-next:hover {
  transform: scale(1.1);
  -webkit-box-shadow: 5px 5px 30px 0px rgba(0, 0, 0, 0.2);
  -moz-box-shadow: 5px 5px 30px 0px rgba(0, 0, 0, 0.2);
  box-shadow: 5px 5px 30px 0px rgba(0, 0, 0, 0.2);
}

.owl-prev {
  left: -12px;
  border-radius: 60px;
  padding-left: 4px;
}

.owl-next {
  right: -12px;
  border-radius: 60px;
  padding-right: 4px;
}

.owl-next i {
  top: 12px;
  left: 16px;
}

.owl-arrow {
  z-index: 100;
  background: #fff;
  margin-top: 48%;
  display: none;
  cursor: poInter;
}

.owl-arrow span {
  display: block;
  background: #555;
  position: absolute;
}

.owl-arrow .prev {
  left: 0;
}

.owl-arrow .next {
  right: 0;
}

.owl-arrow .prev:before,
.owl-arrow .next:before {
  font-family: "FontAwesome";
  content: '\f177';
  color: #222222;
  padding: 20px;
  font-size: 32px;
  display: block;
}

.owl-arrow .next:before {
  content: '\f178';
}

.owl-pagination {
  margin-top: 0px;
  height: 40px;
}

.owl-theme .owl-controls .owl-page span {
  display: block;
  margin-top: 20px;
  margin-left: 10px;
  margin-right: 10px;
  width: 6px;
  height: 6px;
  background-color: #555;
  opacity: 1;
}

.owl-theme .owl-controls .owl-page.active span {
  background: none;
}

.owl-theme .owl-controls .owl-page.active span:before {
  content: '';
  display: inline-block;
  width: 12px;
  height: 12px;
  -moz-border-radius: 15px;
  -webkit-border-radius: 15px;
  border-radius: 15px;
  position: relative;
  border: solid 2px #555;
  top: -2px;
  left: -2px;
}

/* new owl */

.owl-theme .owl-nav.disabled+.owl-dots {
  margin-top: 0px;
}

.owl-dots button {
  border: none;
  outline: none;
  padding: 0;
  width: 8px;
  height: 8px;
  margin: 0 5px;
  border-radius: 30px;
}

.owl-theme .owl-dots .owl-dot span {
  display: none;
}

/* new owl close */

.text-light .owl-theme .owl-controls .owl-page span {
  background-color: #fff;
}

.text-light .owl-theme .owl-controls .owl-page.active span {
  background: none;
}

.text-light .owl-theme .owl-controls .owl-page.active span:before {
  border: solid 2px #fff;
}

.text-item i {
  font-size: 60px;
  margin-top: 5px;
}

.text-rotate-wrap {
  display: inline-block;
}

.text-rotate-wrap .text-item {
  display: none;
}

.red {
  color: #ff0000;
}

.green {
  color: #009900;
}

.center-y {
  position: relative;
}

.full-height .center-y {
  display: table-cell;
  vertical-align: middle;
}

.pic-hover {
  width: 100%;
  position: relative;
  overflow: hidden;
}

i.btn-action-hide {
  opacity: 0;
}

.pic-hover:hover i.btn-action-hide {
  opacity: 1;
}



#back-to-top {
  background: #ffffff;
  position: fixed;
  bottom: -40px;
  right: 20px;
  z-index: 1020;
  width: 40px;
  height: 40px;
  text-align: center;
  line-height: 30px;
  cursor: poInter;
  padding-top: 3px;
  border: 0;
  text-decoration: none;
  transition: opacity 0.2s ease-out;
  outline: none;
  opacity: 0;
  border-radius: 6px;
  -moz-border-radius: 6px;
  -webkit-border-radius: 6px;
}

#back-to-top:hover {
  transform: scale(1.1);
}

#back-to-top.show {
  bottom: 20px;
  opacity: 1;
}

#back-to-top.hide {
  bottom: -40px;
}

#back-to-top:before {
  font-family: "FontAwesome";
  font-size: 18px;
  content: "\f106";
  color: #fff !important;
  position: relative;
}

/* mouse scroll icon begin */

.scroll {
  display: block;
  width: 3px;
  height: 3px;
  margin: 6px auto;
  border-radius: 4px;
  background: #fff;
  -webkit-animation: finger 1s infinite;
  animation: finger 1s infinite;
}

@-webkit-keyframes intro {
  0% {
    opacity: 0;
    -webkit-transform: translateY(40px);
    transform: translateY(40px);
  }

  100% {
    opacity: 1;
    -webkit-transform: translateY(0);
    transform: translateY(0);
  }
}

@keyframes intro {
  0% {
    opacity: 0;
    -webkit-transform: translateY(40px);
    transform: translateY(40px);
  }

  100% {
    opacity: 1;
    -webkit-transform: translateY(0);
    transform: translateY(0);
  }
}

@-webkit-keyframes finger {
  0% {
    opacity: 1;
  }

  100% {
    opacity: 0;
    -webkit-transform: translateY(20px);
    transform: translateY(20px);
  }
}

@keyframes finger {
  0% {
    opacity: 1;
  }

  100% {
    opacity: 0;
    -webkit-transform: translateY(20px);
    transform: translateY(20px);
  }
}

/* mouse scroll icon close */

@-moz-keyframes bounce {

  0%,
  20%,
  50%,
  80%,
  100% {
    -moz-transform: translateY(0);
    transform: translateY(0);
  }

  40% {
    -moz-transform: translateY(-30px);
    transform: translateY(-30px);
  }

  60% {
    -moz-transform: translateY(-15px);
    transform: translateY(-15px);
  }
}

@-webkit-keyframes bounce {

  0%,
  20%,
  50%,
  80%,
  100% {
    -webkit-transform: translateY(0);
    transform: translateY(0);
  }

  40% {
    -webkit-transform: translateY(-30px);
    transform: translateY(-30px);
  }

  60% {
    -webkit-transform: translateY(-15px);
    transform: translateY(-15px);
  }
}

@keyframes bounce {

  0%,
  20%,
  50%,
  80%,
  100% {
    -moz-transform: translateY(0);
    -ms-transform: translateY(0);
    -webkit-transform: translateY(0);
    transform: translateY(0);
  }

  40% {
    -moz-transform: translateY(-30px);
    -ms-transform: translateY(-30px);
    -webkit-transform: translateY(-30px);
    transform: translateY(-30px);
  }

  60% {
    -moz-transform: translateY(-15px);
    -ms-transform: translateY(-15px);
    -webkit-transform: translateY(-15px);
    transform: translateY(-15px);
  }
}

.bounce {
  -moz-animation: bounce 2s infinite;
  -webkit-animation: bounce 2s infinite;
  animation: bounce 2s infinite;
}


.pf-hover:hover .btn-next {
  right: 30px;
  opacity: 1;
}

.pf-hover:hover .btn-prev {
  left: 30px;
  opacity: 1;
}

#custom-owl-slider {
  display: block;
  overflow: hidden;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  z-index: -1;
  background: #fff;
}

#custom-owl-slider .items {
  width: 100%;
  height: 100%;
  overflow: hidden;
  z-index: 20;
  visibility: inherit;
  opacity: 1;
}

#custom-owl-slider .item img {
  display: block;
  width: 100%;
  height: 100%;
}

.owl-slider-nav {
  position: absolute;
  width: 100%;
}

.owl-slider-nav,
.owl-slider-nav div {
  position: absolute;
  z-index: 10;
  cursor: poInter;
}

.owl-slider-nav .next {
  right: -50px;
  width: 0;
  height: 0;
  border-top: 50px solid transparent;
  border-bottom: 50px solid transparent;
  border-right: 50px solid transparent;
}

.owl-slider-nav .prev {
  left: -50px;
  width: 0;
  height: 0;
  border-top: 50px solid transparent;
  border-bottom: 50px solid transparent;
  border-left: 50px solid transparent;
}

.owl-slider-nav .next:before {
  font-family: "FontAwesome";
  font-size: 24px;
  content: "\f0da";
  color: #fff;
  position: absolute;
  right: -40px;
  top: -13px;
}

.owl-slider-nav .prev:before {
  font-family: "FontAwesome";
  font-size: 24px;
  content: "\f0d9";
  color: #fff;
  position: absolute;
  left: -40px;
  top: -13px;
}

.owl-dots {
  text-align: center;
}

.owl-dot {
  background: #ccc;
  border: none;
  margin: 5px;
  width: 6px;
  height: 6px;
  padding: 0;
  border-radius: 60px;
  -moz-border-radius: 60px;
  -webkit-border-radius: 60px;
}

.dark-scheme .owl-dot,
.text-light .owl-dot {
  background: rgba(255, 255, 255, .2);
}

.owl-stage {
  overflow: none;
}

/* close new table */

.table {
  display: table;
  margin-bottom: 0;
}

.table [class*="col-"] {
  float: none;
  display: table-cell;
  vertical-align: top;
  padding: 0;
  height: 100%;
}

.table .table {
  background: none;
}

.typed-cursor {
  opacity: 1;
  -webkit-animation: blink 0.5s infinite;
  -moz-animation: blink 0.5s infinite;
  animation: blink 0.5s infinite;
}

@keyframes blink {
  0% {
    opacity: 1;
  }

  50% {
    opacity: 0;
  }

  100% {
    opacity: 1;
  }
}

@-webkit-keyframes blink {
  0% {
    opacity: 1;
  }

  50% {
    opacity: 0;
  }

  100% {
    opacity: 1;
  }
}

@-moz-keyframes blink {
  0% {
    opacity: 1;
  }

  50% {
    opacity: 0;
  }

  100% {
    opacity: 1;
  }
}

.list {
  margin: 0;
  padding: 0;
}

.list li {
  list-style: none;
}

.rtl .list.s1 li:after,
.list.s1 li:before {
  font-family: FontAwesome;
  content: "\f00c";
  margin-right: 10px;
}

.rtl .list.s1 li:after {
  margin-right: 0;
  margin-left: 10px;
}

.rtl .list.s1 li:before {
  display: none;
}

.list.s2 li:before {
  font-family: FontAwesome;
  content: "\f055";
  margin-right: 10px;
}

#owl-logo img:hover {
  opacity: 1;
}

.dark-scheme .switch {
  background: rgba(255, 255, 255, .1);
}

.switch {
  margin-bottom: -5px;
  -webkit-appearance: none;
  height: 22px;
  width: 42px;
  background-color: #F4F4F4;
  border-radius: 60px;
  position: relative;
  cursor: poInter;
  border: none;
}

.switch::after {
  content: "";
  width: 18px;
  height: 18px;
  background-color: #ffffff;
  position: absolute;
  border-radius: 100%;
  transition: .5s;
  margin: 2px 0 0 2px;
}

.switch-with-title h5 {
  float: left;
}

.switch:checked::after {
  transform: translateX(20px);
}

.switch:focus {
  outline-color: transparent;
}

#selector {
  width: 500px;
  position: fixed;
  right: 0;
  top: 45%;
  padding: 5px;
  z-index: 1000;
}

#selector .opt {
  margin-top: 10px;
  margin-right: 5px;
  width: 16px;
  height: 16px;
  display: block;
  float: left;
  background: #ffffff;
  border-radius: 3px;
  -moz-border-radius: 3px;
  -webkit-border-radius: 3px;
  cursor: pointer;
  border: solid 1px rgba(255, 255, 255, .5);
}

#selector .opt:hover {
  border-color: #ffffff;
}


#selector #dark-mode {
  font-weight: bold;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  margin-top: 50px;
  right: 15px;
  width: 40px;
  height: 39px;
  position: absolute;
  background: #222222;
  padding: 8px;
  padding-top: 0px;
  cursor: pointer;
  overflow: hidden;
  border-radius: 60px;
  -moz-border-radius: 60px;
  -webkit-border-radius: 60px;
  color: #FDD32A;
  font-size: 16px;
}

#selector #dark-mode:hover {
  width: 190px;
}

#selector #dark-mode:before {
  font-weight: normal;
  display: inline-block;
  content: '\f186';
  font-family: "FontAwesome";
  font-size: 20px;
  padding: 3px;
  padding-top: 6px;
  margin-right: 10px;
}

#selector #dark-mode.active {
  background: #FDD32A;
  color: #222222;
}

#selector .sc-val {
  display: inline-block;
  margin-top: 5px;
}


.de-image-hover {
  position: relative;
  overflow: hidden;
}

.de-image-hover:hover img {
  transform: scale(1.1);
}

.de-image-hover:hover {
  -webkit-box-shadow: 5px 25px 15px 0px rgba(0, 0, 0, 0.1);
  -moz-box-shadow: 5px 25px 15px 0px rgba(0, 0, 0, 0.1);
  box-shadow: 5px 25px 15px 0px rgba(0, 0, 0, 0.1);
}

.menu_side_area {
  margin-left: 20px;
  display: flex;
  align-items: center;
}

.rtl .menu_side_area {
  margin-left: 0;
}

.de_countdown {
  text-align: right;
  z-index: 100;
  padding: 0 0 10px 0;
}

.dark-scheme .de_countdown {
  color: #fff;
  background: none;
}

.countdown-section {
  font-size: 28px;
  margin-left: 8px;
  font-weight: bold;
}

.hide-content {
  display: none;
}

.ul-style-2 {
  padding: 0;
  list-style: none;
}

.ul-style-2 li {
  position: relative;
  display: block;
  margin-top: 0;
  padding: 0px;
  padding-left: 30px;
  border-radius: 0px;
  -moz-border-radius: 0px;
  -webkit-border-radius: 0px;
}

.ul-style-2 li h4 {
  font-size: 18px;
  font-weight: 500;
}

.ul-style-2.s2 li h4 {
  font-weight: 600;
}

.ul-style-2.s2 li {
  margin-bottom: 30px;
}

.ul-style-2 li:before {
  position: absolute;
  left: 0;
  font-family: "FontAwesome";
  content: "\f00c";
  margin-right: 12px;
  width: 20px;
  line-height: 1;
  padding: 4px 0;
  font-size: 15px;
  display: inline-block;
  text-align: center;
  border-radius: 0px;
  -moz-border-radius: 0px;
  -webkit-border-radius: 0px;
}

.rtl .ul-style-2 li:before {
  margin-right: 0;
  margin-left: 12px;
}

.de-country {
  border: solid 1px #dddddd;
  margin-bottom: 25px;
  overflow: hidden;
}

.dark-scheme .de-country {
  border: var(--border-default);
}

.de-country .d-title {
  padding: 20px;
  padding-bottom: 15px;
  cursor: pointer;
}

.de-country .d-title:after {
  font-family: FontAwesome;
  content: "\f078";
  margin-top: 3px;
  float: right;
}

.rtl .de-country .d-title:after {
  float: left;
}

.de-country.expand .d-title:after {
  content: "\f077";
}

.de-country .d-title h4 {
  display: inline-block;
  margin-top: 5px;
  margin-left: 10px;
  font-size: 18px;
}

.de-country img {
  width: 32px;
  height: auto;
  float: left;
}

.rtl .de-country img {
  float: right;
  margin-left: 10px;
}

.de-country:hover {
  position: relative;
  margin-top: -5px;
  margin-bottom: 30px;
  -webkit-box-shadow: 0 4px 6px 0 rgba(10, 10, 10, .2);
  -moz-box-shadow: 0 4px 6px 0 rgba(10, 10, 10, .2);
  box-shadow: 0 4px 6px 0 rgba(10, 10, 10, .2);
}


/* shadow */

header.smaller,
.de-country,
.expand-custom {
  -webkit-box-shadow: 0 10px 30px rgb(0 0 0 / 5%);
  -moz-box-shadow: 0 10px 30px rgb(0 0 0 / 5%);
  box-shadow: 0 10px 30px rgb(0 0 0 / 5%);
}

.shadow-soft {
  -webkit-box-shadow: 0 20px 30px rgb(0 0 0 / 10%);
  -moz-box-shadow: 0 20px 30px rgb(0 0 0 / 10%);
  box-shadow: 0 20px 30px rgb(0 0 0 / 10%);
}

.circle {
  border-radius: 100%;
  -moz-border-radius: 100%;
  -webkit-border-radius: 100%;
}

.de-country:hover,
.dropdown ul {
  -webkit-box-shadow: 0 4px 6px 0 rgba(10, 10, 10, .2);
  -moz-box-shadow: 0 4px 6px 0 rgba(10, 10, 10, .2);
  box-shadow: 0 4px 6px 0 rgba(10, 10, 10, .2);
}

.rtl .carousel-control-next {
  right: 0;
}

.rtl .carousel-control-prev {
  left: 0;
  right: auto;
}

.carousel-control-next-icon,
.carousel-control-prev-icon {
  opacity: 1;
  width: 48px;
  height: 48px;
  padding-top: 10px;
  border-radius: 10px;
  -moz-border-radius: 10px;
  -webkit-border-radius: 10px;
}

.carousel-control-next-icon:after,
.carousel-control-prev-icon:after {
  font-family: FontAwesome;
  content: "\f104";
  font-size: 32px;
  color: var(--primary-color);
}

.carousel-control-next-icon:after {
  content: "\f105";
}

.carousel-control-next-icon:hover,
.carousel-control-prev-icon:hover {
  background: #ffffff;
}

.carousel-indicators [data-mdb-target] {
  background-color: var(--primary-color);
  border-radius: 100%;
  -moz-border-radius: 100%;
  -webkit-border-radius: 100%;
}


/* image effect */

@-webkit-keyframes move-up-down {
  0% {
    transform: translateY(0);
  }

  100% {
    transform: translateY(-10px);
  }
}

@keyframes move-up-down {
  0% {
    transform: translateY(0);
  }

  100% {
    transform: translateY(-10px);
  }
}

/* price list */


/* video play button */
.btn-play-wrap {
  position: relative;
  margin-left: 40px;
  min-width: 200px;
}

.btn-play-wrap>span {
  display: inline-block;
  margin-left: 75px;
  font-weight: bold;
  font-family: var(--title-font);
}

@keyframes pulse-border {
  0% {
    transform: translateX(-50%) translateY(-50%) translateZ(0) scale(1);
    opacity: 1;
  }

  100% {
    transform: translateX(-50%) translateY(-50%) translateZ(0) scale(1.5);
    opacity: 0;
  }
}


/* de-dot */


@keyframes dot-pulse {
  0% {
    transform: translateX(-50%) translateY(-50%) translateZ(0) scale(1);
    opacity: 1;
  }

  100% {
    transform: translateX(-50%) translateY(-50%) translateZ(0) scale(2.2);
    opacity: 0;
  }
}


/* ================================================== */


/* quick-search */


/* ================================================== */

.side-bg {
  position: relative;
}

.image-container {
  height: 100%;
  overflow: hidden;
  padding: 0;
  position: absolute;
  top: 0;

}

.side-bg .background-image {
  background-position: 50% 50%;
  background-size: cover;
  width: 100%;
  height: 100%;
  left: 0;
  position: absolute;
  z-index: 0;
  display: flex;
  justify-content: center;
  align-items: center;
}

.side-bg .background-image i {
  font-size: 84px;
  background: rgba(0, 0, 0, .3);
  width: 135px;
  padding: 25px 0;
  text-align: center;
  border-radius: 100%;
}

.side-bg.right .image-container {
  right: 0;
}

#search {
  float: left;
  width: 70%;
  margin-bottom: 0;
}

#btn-search {
  border: none;
  padding: 7px;
  background: #222;
  float: left;
  width: 30%;
  height: 42px;
}

#btn-search:before {
  font-family: FontAwesome;
  content: "\f002";
  font-size: 24px;
  color: #111;
}

#btn-search:hover {
  background: #fff;
}

/* dropdown */
/* ------------------------------ */
.dropdown {
  position: relative;
  z-index: 500;
  font-weight: 600;
  display: inline-block;
  border-radius: 0px;
  -moz-border-radius: 0px;
  -webkit-border-radius: 0px;
  text-align: left;
}

.dropdown a,
.dropdown a:hover {
  text-decoration: none;
  outline: none;
  display: inline-block;
}

.dropdown a {
  color: #333;
}

.dark-scheme .dropdown a {
  color: #ffffff;
}

.dropdown>a {
  display: inline-block;
  padding: 7px 12px 7px 12px;
  min-width: 140px;
  border: solid 1px rgba(0, 0, 0, .2);
  border-radius: 0px;
  -moz-border-radius: 0px;
  -webkit-border-radius: 0px;
  font-weight: bold;
}

.dark-scheme .dropdown>a {
  border: solid 1px rgba(255, 255, 255, .2);
}

.dropdown>a:after {
  font-family: "FontAwesome";
  font-size: 16px;
  content: "\f107";
  position: relative;
  float: right;
  margin-left: 10px;
}

.rtl .dropdown>a:after {
  margin-left: 0;
  float: left;
}

.dropdown ul,
.dropdown li {
  list-style: none;
  display: block;
  padding: 0;
  margin: 0;
}

.dropdown ul {
  background: #ffffff;
  padding: 10px;
  position: absolute;
  min-width: 140px;
  display: none;
  cursor: pointer;
  border: solid 1px rgba(0, 0, 0, .1);
}

.dropdown li span {
  background: #ffffff;
  display: block;
  padding: 5px 10px 5px 10px;
  border-top: none;
  width: 100%;
  font-weight: 400;
  font-size: 14px;
}

.dark-scheme .dropdown li span {
  background: var(--bg-dark-1);
  border: solid 1px rgba(255, 255, 255, .1);
}

.dark-scheme .dropdown li span:hover {
  background: var(--bg-color-even);
  color: #fff;
}

.dropdown li span:hover {
  color: #ffffff;
  background: #eeeeee;
}

.dropdown li.active {
  display: none;
}

.text-light .dropdown {
  background: none;
  border: solid 1px rgba(255, 255, 255, .1);
}

.text-light .dropdown a {
  color: #ffffff;
}

a.btn-search-big {
  text-align: center;
  display: inline-block;
  width: 100%;
  padding: 20px;
  font-weight: bold;
  color: #ffffff;
  font-size: 20px;
  border: solid 1px #ffffff;
}

a.btn-search-big:hover {
  background: #ffffff;
  color: #35404e;
}

/* ================================================== */


/* review */


/* ================================================== */

.de_review {
  text-align: center;
  min-height: 260px;
}

.de_review .de_nav {
  overflow: hidden;
  padding-left: 0;
  margin: 0;
  padding: 0;
  font-weight: bold;
  text-align: center;
}

.de_review .de_nav li {
  list-style: none;
  background: #EEE;
  margin: 0 10px 0 10px;
  margin-bottom: 20px;
}

.de_review .de_nav li {
  display: inline-block;
}

.de_review .de_nav li img {
  width: 100px;
  height: auto;
}

.de_review .de_nav li span {
  padding: 8px 16px 8px 16px;
  border-top: 1px solid #ddd;
  border-bottom: 1px solid #ddd;
  border-left: 1px solid #ddd;
  border-right: 1px solid #ddd;
  display: block;
  background: #f6f6f6;
  text-decoration: none;
  color: #646464;
  font-size: 13px;
  cursor: poInter;
}

.de_review .de_nav li span {
  border: 1px solid #202220;
  background: #222;
}

.de_review .de_nav li:first-child span {
  border-left: 1px solid #ddd;
}

.de_review .de_nav li:first-child span {
  border-left: 1px solid #202220;
}

.de_review .de_nav li.active span {
  background: #FFF;
  border-bottom: 1px solid #fff;
  color: #222;
  margin-bottom: -3px;
}

.separator {
  line-height: 0.5;
  text-align: center;
  margin: 30px 0 30px 0;
}

.separator span {
  display: inline-block;
  position: relative;
}

.separator span:before,
.separator span:after {
  content: "";
  position: absolute;
  border-bottom: 1px solid rgba(255, 255, 255, .1);
  top: 5px;
  width: 50px;
}

.separator span:before {
  right: 100%;
  margin-right: 15px;
}

.separator span:after {
  left: 100%;
  margin-left: 15px;
}

.separator span i {
  font-size: 12px;
  padding: 0;
  margin: 0;
  float: none;
}

.text-light .separator span:before,
.text-light .separator span:after {
  border-bottom: 1px solid rgba(255, 255, 255, .1);
}

/* --------------------------------------------------
     * plugin
     * --------------------------------------------------*/


/* --------------------------------------------------
* revolution slider setting
* --------------------------------------------------*/

a.btn-slider:hover {
  color: #222;
}

/* ================================================== */


/* isotope */


/* ================================================== */

.isotope {
  -webkit-transition-duration: 1s;
  -moz-transition-duration: 1s;
  -ms-transition-duration: 1s;
  -o-transition-duration: 1s;
  transition-duration: 1s;
}

.isotope {
  -webkit-transition-property: height, width;
  -moz-transition-property: height, width;
  -ms-transition-property: height, width;
  -o-transition-property: height, width;
  transition-property: height, width;
}

/**** disabling Isotope CSS3 transitions ****/

#filters {
  font-family: var(--body-font);
  padding: 0;
  margin: 0;
  margin-bottom: 20px;
  font-weight: 400;
}

#filters li {
  display: inline-block;
  margin-right: 10px;
  margin-bottom: 25px;
}

#filters a {
  background: rgba(255, 255, 255, .1);
  outline: none;
  color: #ffffff;
  text-decoration: none;
  padding: 8px 20px;
  border-radius: 6px;
  -moz-border-radius: 6px;
  -webkit-border-radius: 6px;
  text-transform: uppercase;
  font-size: 14px;
  font-weight: bold;
}

.text-light #filters a {
  color: rgba(255, 255, 255, .5);
}

#filters a:hover {
  background: rgba(255, 255, 255, .2);
}

#filters a.selected {
  color: #fff;
}

.text-light #filters a:hover {
  color: #fff;
}

.text-light #filters a.selected {
  color: #fff;
}

.text-light #filters a.selected {
  color: #fff;
}

.owl-carousel.owl-center .owl-item {
  opacity: .6;
}

.owl-carousel.owl-center .owl-item.active.center {
  opacity: 1;
  position: relative;
  z-index: 101;
  -webkit-transform: scale(1.2);
  transform: scale(1.2);
  -webkit-box-shadow: 8px 8px 10px 0px rgba(0, 0, 0, 0.calc());
  -moz-box-shadow: 8px 8px 10px 0px rgba(0, 0, 0, 0.calc());
  box-shadow: 8px 8px 10px 0px rgba(0, 0, 0, 0.calc());
}


/* mdb carousel */

/* Carousel styling */

/* mdb carousel */


/* flex slider - testi slider */

/* Control Nav */

a,
img {
  outline: 0;
}


/* overwrite bootstrap */

.nav-pills .nav-link {
  font-weight: 500;
}

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

@keyframes grow {
  to {
    transform: translateX(-50%) scale(0);
  }
}


/* -------------------------Line Preloader--------------------- */

@keyframes anim4 {
  to {
    transform: rotate(360deg);
  }
}

/* plugins */

/* owl */
.owl-custom-nav.menu-float {
  position: relative;
}

.owl-custom-nav.menu-float .btn-prev,
.owl-custom-nav.menu-float .btn-next {
  position: absolute;
  z-index: 2000;
  top: 50%;
  transform: translateY(-50%);
  display: block;
  cursor: pointer;
  padding: 0;
}

.owl-custom-nav.menu-float .btn-prev {
  left: 0px;
}

.owl-custom-nav.menu-float .btn-next {
  right: 0px;
}

.owl-custom-nav.menu-float .btn-prev:before,
.owl-custom-nav.menu-float .btn-next:before {
  font-size: 24px;
}

.owl-custom-nav .btn-prev:before,
.owl-custom-nav .btn-next:before {
  display: block;
  font-family: "FontAwesome";
  content: "\f105";
  color: #ffffff;
  padding: 5px 0;
  font-size: 20px;
  width: 40px;
  height: 40px;
  background: var(--primary-color);
  text-align: center;
}

.owl-custom-nav .btn-prev:before {
  content: "\f104";
  border-radius: 0 20px 20px 0;
  -moz-border-radius: 0 20px 20px 0;
  -webkit-border-radius: 0 20px 20px 0;
}

.owl-custom-nav .btn-next:before {
  border-radius: 20px 0 0 20px;
  -moz-border-radius: 20px 0 0 20px;
  -webkit-border-radius: 20px 0 0 20px;
}

.owl-custom-nav.dark .btn-prev:before,
.owl-custom-nav.dark .btn-next:before {
  color: #000000;
}

.owl-custom-nav a {
  text-decoration: none;
}

/* ================================================== */


/* R E S P O N S I V E */


/* ================================================== */

/* bootstrap cols 5 */
/* bootstrap cols 5 end */

@media (min-width: 1200px) {

  .container {
    max-width: 1200px;
  }
}


@media (min-width: 1400px) {

  .container {
    max-width: 1400px;
  }
}

@media(min-width:980px) and (max-width: 1199px) {
  #mainmenu li a:after {
    margin-left: 15px;
  }

  .container {
    min-width: 95%;
  }
}

/* -------------------------------------------------- 
    design for 768px
    /* ================================================== */

@media only screen and (max-width: 1200px) {

  .container {
    max-width: 100%;
  }

  .sm-pt10 {
    padding-top: 10px;
  }

  #menu-btn {
    display: block;
    float: right;
    z-index: 1000;
    top: 0;
    right: 0;
  }

  .header-col-mid #mainmenu {
    position: absolute;
    top: 90px;
    width: 100%;
    padding: 0 0 0 0;
    left: 20px;
  }

  #mainmenu>li::before {
    display: none;
  }

  header {
    display: none;
  }

  header .info {
    display: none;
  }

  header,
  header.fixed {
    display: block;
    position: inherit;
    margin: 0;
    padding: 0;
    margin-top: 0;
    height: auto;
    background: #111111;
  }

  #de-sidebar {
    position: absolute;
    width: 100%;
    right: 1px;
  }

  header.side-header {
    position: absolute;
    display: block;
    height: 60px;
    top: 0;
    background: #000;
  }

  header.side-header #mainmenu {
    position: absolute;
    background: #000;
    margin: 0;
    top: 60px;
    left: 0;
    width: 100%;
  }

  header.side-header #logo .logo {
    display: none;
  }

  header.side-header #menu-btn {
    position: absolute;
    top: 8px;
    right: 30px;
    height: 0;
    z-index: 2000;
    height: 35px;
  }

  header.side-header #mainmenu li {
    display: block;
  }

  header.side-header #mainmenu a {
    display: block;
    text-align: center;
    color: #fff;
  }

  header.side-header #mainmenu a:hover {
    background: none;
  }

  header.side-header #mainmenu a:hover {
    background: none;
  }

  header.autoshow {
    height: auto;
    top: 0;
  }

  header.autoshow #mainmenu li a {
    background: none;
  }

  #subheader.s2 {
    padding: 40px 0 30px 0;
  }

  #subheader .crumb {
    margin-top: -5px;
    margin-bottom: 0;
  }

  #logo,
  #logo .inner {
    vertical-align: middle;
    height: auto;
  }

  nav {
    height: 0;
  }

  #mainmenu {
    position: fixed;
    height: 100%;
    z-index: 200;
    width: 200px;
    margin: 0;
    margin-top: 10px;
    padding: 0;
    padding-top: 20px;
    padding-bottom: 100px !important;
    overflow-y: auto;
    top: 100px;
  }

  #mainmenu ul {
    -webkit-box-shadow: none;
    -moz-box-shadow: none;
    box-shadow: none;
  }

  #mainmenu a.menu-item {
    text-align: left;
    padding-left: 0;
    padding-top: 10px;
    padding-bottom: 10px;
  }

  #mainmenu li.has-child:after {
    display: none;
  }

  #mainmenu li li a.menu-item,
  #mainmenu li li li a.menu-item {
    padding-left: 0;
  }

  #mainmenu a.menu-item:hover {
    background: #111;
  }

  #mainmenu a.menu-item:hover {
    background: #111;
  }

  #mainmenu li ul {
    display: block;
    position: inherit;
    margin: 0;
    width: 100%;
  }

  #mainmenu li {
    border-bottom: solid 1px var(--bg-dark-3);
    margin: 0;
    width: 100%;
    display: block;
  }

  #mainmenu li a.menu-item:after {
    display: none;
  }

  #mainmenu li:last-child {
    margin-bottom: 30px;
  }

  #mainmenu li ul {
    border-top: solid 1px #eee;
    top: auto;
    width: auto;
    height: auto;
    position: inherit;
    visibility: visible;
    opacity: 1;
  }

  #mainmenu>li.menu-item-has-children>a.menu-item {
    position: relative;
    padding-right: 15px;
  }

  #mainmenu>li.menu-item-has-children>a.menu-item:after {
    content: "\f107";
    font-family: "FontAwesome";
    display: inline-block;
    position: absolute;
    top: 0;
    right: 0;
  }

  #mainmenu li ul a.menu-item {
    width: 100%;
    background: none;
    border: none;
  }

  #mainmenu li ul li {
    border: none;
    padding-left: 40px;
  }

  #mainmenu li ul li a.menu-item {
    display: block;
  }

  #mainmenu li ul li:last-child {
    border-bottom: none;
    margin: 0;
  }

  #mainmenu li ul li:last-child a.menu-item {
    border-bottom: none;
  }

  #mainmenu li a {
    color: #eceff3;
  }

  #mainmenu li li a.menu-item:hover {
    color: #fff;
  }

  #mainmenu ul:not(.mega) {
    border: none;
  }

  #mainmenu>li ul.mega .sb-menu {
    border: none;
  }

  #back-to-top {
    display: none;
  }

  header.header-mobile {
    overflow: hidden;
    position: relative;
  }

  header.header-mobile #mainmenu {
    width: 100%;
    padding-right: 30px;
    position: absolute;
  }

  header.header-mobile #mainmenu ul {
    background: none;
  }

  header.header-mobile #mainmenu a.menu-item {
    text-align: left;
    padding-top: 10px;
    padding-bottom: 10px;
  }

  header.header-mobile #mainmenu a.menu-item:hover {
    background: none;
  }

  header.header-mobile #mainmenu li ul {
    display: block;
    position: inherit;
    margin: 0;
    width: 100%;
  }

  header.header-mobile #mainmenu li {
    border-bottom: solid 1px rgba(255, 255, 255, .2);
    margin: 0;
    width: 100%;
    display: block;
  }

  .dark-scheme header.header-mobile #mainmenu li {
    border-bottom-color: rgba(255, 255, 255, .1);
  }

  header.header-mobile #mainmenu li ul.mega ul {
    height: auto;
  }

  header.header-mobile #mainmenu li a.menu-item:after {
    display: none;
  }

  header.header-mobile #mainmenu li:last-child {
    margin-bottom: 30px;
  }

  header.header-mobile #mainmenu li ul {
    border-top: none;
    top: auto;
  }

  header.header-mobile #mainmenu li ul a.menu-item {
    width: 100%;
    background: none;
    border: none;
  }

  header.header-mobile #mainmenu li ul li {
    border: none;
    padding-left: 40px;
  }



  header.header-mobile #mainmenu li .mega li {
    border: none;
    padding-left: 0;
  }


  header #mainmenu li ul li:first-child {
    border-top: solid 1px var(--bg-dark-3);
  }

  .dark-scheme header #mainmenu li ul li:first-child {
    border-top-color: rgba(255, 255, 255, .1);
  }

  header.header-mobile #mainmenu li ul li a.menu-item {
    display: block;
    border-bottom: solid 1px var(--bg-dark-3);
  }

  header.header-mobile #mainmenu li ul li:last-child {
    border-bottom: none;
    margin: 0;
  }

  header.header-mobile #mainmenu li ul li:last-child a.menu-item {
    border-bottom: none;
  }

  header.header-mobile #mainmenu ul li a {
    color: #ffffff;
  }

  header.header-mobile #mainmenu ul.mega li a {
    color: var(--title-font-color);
  }

  .dark-scheme header.header-mobile #mainmenu li a.menu-item {
    color: #ffffff;
  }

  header.header-mobile #mainmenu li a.menu-item:hover {
    color: var(--primary-color);
  }

  .dark-scheme header.header-mobile #mainmenu li a.menu-item:hover {
    color: #fff;
  }

  header.header-mobile #mainmenu li ul {
    height: 0;
    overflow: hidden;
    position: relative;
    left: 0;
  }

  header.header-mobile #mainmenu li ul li ul {
    margin-bottom: 10px;
  }

  header.header-mobile #mainmenu>li>span {
    width: 36px;
    height: 36px;
    background: url(../images/ui/arrow-down-light.png) center no-repeat;
    position: absolute;
    right: 0;
    margin-top: 10px;
    z-index: 1000;
    cursor: poInter;
  }

  .dark-scheme header.header-mobile #mainmenu>li>span {
    background: url(../images/ui/arrow-down-light.png) center no-repeat;
  }

  header.header-mobile #mainmenu li span.active {
    background: url(../images/ui/arrow-up-light.png) center no-repeat;
  }

  .dark-scheme header.header-mobile #mainmenu li span.active {
    background: url(../images/ui/arrow-up-light.png) center no-repeat;
  }

  header.header-mobile #mainmenu li>ul>li>span {
    width: 36px;
    height: 36px;
    background: url(../images/ui/arrow-down.png) center no-repeat;
    position: absolute;
    right: 0;
    margin-top: -45px;
    z-index: 1000;
    cursor: poInter;
  }

  header.header-mobile #mainmenu>li>ul>li>span.active {
    background: url(../images/ui/arrow-up.png) center no-repeat;
  }

  header.header-mobile #mainmenu li ul li a.menu-item {
    border-bottom: solid 1px rgba(255, 255, 255, .2);
  }

  .dark-scheme header.header-mobile #mainmenu li ul li a.menu-item {
    border-bottom-color: rgba(255, 255, 255, .1);
  }

  header.header-mobile #mainmenu li ul li:last-child>a.menu-item {
    border-bottom: none;
  }

  #mainmenu li ul.mega {
    position: fixed;
    left: 0;
    width: 100%;
    margin-top: 30px;
    display: block;
  }

  #mainmenu li ul.mega>li {
    width: 100%;
  }

  #mainmenu li ul.mega>li ul {
    position: static;
    visibility: visible;
    opacity: 1;
    left: 0;
    float: none;
    width: 100%;
  }

  #mainmenu ul.mega>li ul li {
    margin: 0;
    padding: 0;
  }

  /* header light */

  .grid_gallery .item {
    width: 100%;
  }

  .table [class*="col-"] {
    float: none;
    display: block;
    vertical-align: top;
  }

  .sm-hide {
    display: none !important;
  }

  .btn-rsvp {
    position: absolute;
  }

  #mainmenu a.menu-item span {
    display: none;
  }

  .activity-filter li {
    width: 100%;
  }

  .dropdown {
    display: inline-block;
    margin-bottom: 10px;
  }

  .side-bg .image-container {
    position: relative;
    width: 100%;
    height: 400px !important;
    top: 0;
    margin-bottom: 60px;
  }

  section {
    padding: 60px 0;
  }

  #subheader {
    padding-top: 120px;
    padding-bottom: 20px;
  }

  .crumb {
    margin-bottom: 0;
  }

  /* title tablet */

  h1 {
    font-size: 60px;
  }

  h2 {
    font-size: 40px;
  }

  #topbar,
  #btn-extra {
    display: none;
  }

}

/* -------------------------------------------------- 
    custom for 320px & 480px 
    /* -------------------------------------------------- */

@media only screen and (max-width: 767px) {

  header .logo-main {
    display: none;
  }

  header .logo-mobile {
    display: block;
  }

  header .btn-main {
    display: none;
  }

  #topbar {
    display: none;
  }

  .menu_side_area {
    margin-left: 20px;
    width: 100%;
    position: relative;
    right: 0;
    text-align: right;
    z-index: 0;
    display: block;
  }

  header .container {
    min-width: 100%;
  }

  .container {
    padding-left: 20px;
    padding-right: 20px;
  }

  #filters li.pull-right {
    float: none;
  }

  .text-item {
    font-size: 48px;
    line-height: 48px;
  }

  .text-item i {
    font-size: 36px;
  }

  #de-sidebar {
    width: 100%;
    display: block;
    position: relative;
  }

  .xs-hide {
    display: none !important;
  }

  .scrollbar-v,
  .float-text {
    display: none;
  }

  section {
    padding: 40px 0;
  }

  #subheader {
    padding-top: 100px;
  }

  /* title phone */

  h1 {
    font-size: 48px;
    letter-spacing: -2px;
  }

  h2 {
    font-size: 36px;
    letter-spacing: -1.25px;
  }

}

/* -------------------------------------------------- 
    design for 480px
    /* -------------------------------------------------- */

@media only screen and (min-width: 480px) and (max-width: 767px) {
  .container {
    padding-left: 30px;
    padding-right: 30px;
  }
}

/* -------------------------------------------------- 
    design for 320px
    /* -------------------------------------------------- */

@media only screen and (max-width: 480px) {

  #extra-wrap {
    width: 100%;
  }


  .menu_side_area .btn-main {
    display: none;
  }

  .text-item {
    font-size: 32px;
    line-height: 32px;
  }

  .text-item i {
    font-size: 24px;
  }

  h4.s2 span {
    display: block;
    margin: 0;
    padding: 0;
  }

  header a.btn-main i {
    display: inline-block;
  }

}

@media only screen and (max-width: 360px) {
  #topbar {
    display: none;
  }
}

/* section control */
@media only screen and (min-device-width: 768) and (max-device-width: 1024) and (orientation: portrait) {
  section {
    -webkit-background-size: auto 100%;
    -moz-background-size: auto 100%;
    -o-background-size: auto 100%;
    background-size: auto 100%;
    background-attachment: scroll;
  }
}

@media only screen and (max-width: 992px) {
  #subheader {
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
    background-attachment: scroll;
  }

  section {
    -webkit-background-size: auto 100%;
    -moz-background-size: auto 100%;
    -o-background-size: auto 100%;
    background-size: auto 100%;
    background-attachment: scroll;
  }
}



/* new added */


.jarallax {
  position: relative;
  overflow: hidden;
  height: 600px;
 object-fit: cover;

}

.jarallax img {
  object-fit: cover;
}

.jarallax-video {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  /* This ensures the video covers the entire section without distortion */
  z-index: -1;
  /* Keeps the video behind other content */
}


.relative {
  position: relative;
}

/* ✅ Big image */
.big-img {
  width: 100%;
}

/* ✅ Small overlay image */
.small-img {
  position: absolute;
  right: -40px;
  bottom: 0;
  width: 45%;
  /* desktop size */
  margin-bottom: -40px;
  z-index: 2;
  box-shadow: 0 4px 12px rgba(0, 0, 0, 0.1);
  border-radius: 8px;
  overflow: hidden;
}

/* ✅ Tablet screens */
@media (max-width: 992px) {
  .big-img {
    max-width: 85%;
    /* reduce big image */
    margin: 0 auto;
  }

  .small-img {
    position: static;
    /* stack instead of overlay */
    width: 55%;
    /* reduce size */
    margin: 20px auto 0;
  }
}

/* ✅ Mobile screens */
@media (max-width: 576px) {
  .big-img {
    max-width: 75%;
    height: 350px;
    /* smaller big image */
    margin: 0 auto;
  }

  .small-img {
    width: 50%;
    /* reduce further */
    margin: 15px auto 0;
  }
}

@media (max-width:460px) {
  .big-img {
    width: 450px;
    height: 300px;
    /* smaller big image */
    margin: 0 auto;
  }
}

:root {
  --container-padding: 40px;
 
  --accent: #f0c419;
  /* yellow underline */
  --green: #0f6b08;
}

* {
  box-sizing: border-box
}



/* header band like in the screenshot */

.wrap {
  max-width: 1300px;
  margin: 0px auto 0px;
  padding: var(--container-padding);
}


.cards {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 28px;
  align-items: stretch
}

.card-amb {
  position: relative;
  height: 520px;
  border-radius: var(--card-radius);
  overflow: hidden;
  box-shadow: 0 6px 30px rgba(14, 20, 16, 0.18);
  background: #111;
  transition: transform .28s ease, box-shadow .28s ease;
}

.card-amb:hover {
  transform: translateY(-8px);
  box-shadow: 0 18px 40px rgba(10, 20, 10, 0.28)
}

.card-amb img {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
  transform: scale(1.02);
}

/* dark overlay with gradient to bottom */
.card-amb::after {
  content: '';
  position: absolute;
  inset: 0;
  /* background: linear-gradient(180deg, rgba(0, 0, 0, 0.08) 0%, rgba(0, 0, 0, 0.55) 55%, rgba(0, 0, 0, 0.78) 100%); */
}

.card-amb .content {
  position: absolute;
  left: 28px;
  bottom: 28px;
  right: 28px;
  z-index: 2;
  color: #fff;
  display: flex;
  flex-direction: column;
  gap: 14px;
}

.eyebrow {
  font-size: 13px;
  letter-spacing: 1.6px;
  text-transform: uppercase;
  font-weight: 700;
  display: inline-block;
  position: relative;
  padding-bottom: 6px;
}

.eyebrow::after {
  content: '';
  position: absolute;
  left: 0;
  bottom: 0;
  width: 100px;
  height: 4px;
  background: #35582a;
  border-radius: 4px
}

.title {

  font-size: 36px;
  line-height: 1;
  font-weight: 600;
  margin: 0;
  letter-spacing: 2px;
  color: #ffffff;
}

/* small subtle divider like left spacing */
.subtitle2 {
  font-size: 16px;
  opacity: 0.9;
  color: #ffffff;
  background-color: #ffffff30;
}



/* make cards responsive */
@media (max-width:1100px) {
  .wrap {
    padding: 28px
  }

  .card-amb {
    height: 480px
  }

  .title {
    font-size: 40px
  }
}

@media (max-width:880px) {
  .cards {
    grid-template-columns: repeat(2, 1fr)
  }

  .card-amb {
    height: 420px
  }
}

@media (max-width:560px) {
  .wrap {
    margin: -40px 12px 40px
  }

  .cards {
    grid-template-columns: 1fr
  }

  .card-amb {
    height: 360px
  }

  .title {
    font-size: 34px
  }

  .eyebrow::after {
    width: 28px
  }
}

p.perfect {
  color: #000000;
}

h2.quotes{
  margin-left: 50px;
}
.best-gherkin  {
  min-height: 200px !important;
}
@media (max-width:1422px){
.best-gherkin{
  min-height: 300px !important;
}
}
@media (max-width:992px){
.best-gherkin{
  min-height: 190px !important;
}
}

h2.our-product{
  font-weight: 800;
  color: #ffffff !important;
  text-transform: uppercase;
}



 .opportunities-cards-section {
      max-width: 1200px;
      margin: 50px auto;
      padding: 20px;
    }


 .opportunity-container {
  max-width: 1200px;
      margin: 0 auto;
      display: flex;
      flex-wrap: wrap;
      gap: 30px;
      justify-content: center; /* ✅ center last row */
      padding: 20px;
    }
  .card5 {
      background: white;
      overflow: hidden;
      box-shadow: 0 4px 6px rgba(0, 0, 0, 0.1);
      transition: all 0.3s ease;
      cursor: pointer;
      display: flex;
      flex-direction: column;
      width: 350px; /* ✅ fixed width so rows align */
      min-height: 350px; /* ✅ consistent height */
    }

    .card5:hover {
      transform: translateY(-5px);
      box-shadow: 0 8px 25px rgba(0, 0, 0, 0.15);
    }

    .card5-header {
      height: 70px;
      background: #457339;
      display: flex;
      align-items: center;
      justify-content: center;
      color: rgb(255, 255, 255);
      font-size: 26px;
      font-weight: 400;
      text-align: center;
      padding: 20px;
      
    }

    .opportunity-card5-list li::before {
  content: "";
  background-image: url("/assets/images/icons/bullet.png");
  background-size: 14px 14px; /* size of the bullet */
  background-repeat: no-repeat;
  width: 18px;
  height: 18px;
  position: absolute;
  left: 0;
  top: 4px; /* align with text */
}

    .opportunity-card5-list strong{
      color: #457339;
    }



    .card5:nth-child(2) .card5-header { background: #457339; }
    .card5:nth-child(3) .card5-header { background: #457339; }
    .card5:nth-child(4) .card5-header { background: #457339; }
    .card5:nth-child(5) .card5-header { background: #457339; }
    .card5:nth-child(6) .card5-header { background: #457339; }

    .card5-accent {
      height: 70px;
      display: flex;
      align-items: center;
      justify-content: center;
      font-weight: 600;
      padding: 0 20px;
    }

    .card5:nth-child(1) .card5-accent { background: #dbf6ff; }
    .card5:nth-child(2) .card5-accent { background: #cdfff0; }
    .card5:nth-child(3) .card5-accent { background: #ffecc9; }
    .card5:nth-child(4) .card5-accent { background: #e5ffc2; }
    .card5:nth-child(5) .card5-accent { background: #f9bfb4; }
    .card5:nth-child(6) .card5-accent { background: #ff2a00; }

    .card5-content {
      padding: 24px;
      flex-grow: 1;
      display: flex;
      flex-direction: column;
      background-color: #e7ece3;
    }

    .card5-title {
      font-size: 1.3rem;
      font-weight: 700;
      margin-bottom: 12px;
      line-height: 1.3;
    }

    .card5-description {
      color: #000000;
      line-height: 1.6;
      margin-bottom: 20px;
      flex-grow: 1;
    }

    .card5-footer {
      height: 20px;
      display: flex;
      align-items: center;
      justify-content: space-between;
      padding: 0 20px;
      font-weight: 600;
      color: white;
    }

    .card5:nth-child(1) .card5-footer { background: #457339; }
    .card5:nth-child(2) .card5-footer { background: #457339; }
    .card5:nth-child(3) .card5-footer { background: #457339; color: #333; }
    .card5:nth-child(4) .card5-footer { background: #457339; }
    .card5:nth-child(5) .card5-footer { background: #457339; }
    .card5:nth-child(6) .card5-footer { background: #457339; }

    .opportunity-card1-list {
      list-style: disc;
      margin-left: 20px;
      margin-bottom: 15px;
    }
.card5-content ul {
  list-style: none;
  padding: 0;
  margin: 0;
}

    .opportunity-card5-list li {
      font-size: 15px;
      margin: 8px 0;
      padding-left: 25px;
      position: relative;
    }

    @media (max-width: 768px) {
      .card5 {
        width: 100%;
      }
    }
    p.shipment{
      margin-top: -30px;
    }




    .fafod-products-section {
  max-width: 900px;
  margin: 40px auto;
  padding: 24px;
}

.fafod-products-header {
  text-align: left;
  margin-bottom: 22px;
}
.fafod-products-title {
    font-family: 'Anton';
  font-size: 52px;
  color: #535353;
  margin-bottom: 7px;
  font-weight: 400;
  letter-spacing: 1px;
}
.fafod-products-subtitle {
  font-size: 38px;
  color: #66915b;
  margin-bottom: 8px;
  font-weight: 400;
  line-height: 1.1;
}
.fafod-products-description {
  color: black;
  margin-bottom: 22px;
  font-size: 1em;
  line-height: 1.6;
}

.fafod-products-list {
  display: flex;
  flex-direction: column;
  gap: 12px;
}
.fafod-product-row {
  display: flex;
  gap: 10px;
}
.fafod-product-item {
  display: flex;
  flex: 1;
  align-items: stretch;
  background: none;
  overflow: hidden;
  min-height: 88px;
}
.fafod-product-img {
  width: 150px;
  height: 150px;
  object-fit: cover;
  margin-right: 0;
  background: #eee;
  flex-shrink: 0;
}
.fafod-product-content p{
  margin-top: 5px !important;
}
.fafod-product-content {
  margin-top: 12px !important;
  max-height: 125px;
  padding: 11px 17px;
  display: flex;
  flex-direction: column;
  justify-content: center;
  font-size: 0.98em;
  line-height: 1.45;
}
.fafod-bg-green {
  background: #eaf7e2;
  color: #000000;
}
.fafod-bg-beige {
  background: #eaf7e2;
  color: #000000;
  width: 261px;
}
.fafod-product-name {
  font-weight: 600;
  color: #39633d;
  font-size: 16px;
  margin-bottom: 2px;
}

.fafod-products-footer {
  margin-top: 20px;
  font-size: 0.97em;
  color: black;
  line-height: 1.5;
  padding-top: 13px;
  border-top: 1px solid #e0e0e0;
}

/* Responsive adjustments */
@media (max-width: 900px) {
  .fafod-products-section { max-width: 100%; padding: 10px; }
}
@media (max-width: 700px) {
  .fafod-product-row { flex-direction: column; gap: 8px; }
  .fafod-products-list { gap: 6px; }
  .fafod-product-img { width: 100px; height: 80px; }
  .fafod-product-content { padding: 10px 12px; }
}

h2.shipment{
 text-align: left;
 width: 1050px;
   font-family: 'Anton' !important;
  font-size: 52px;
  color: #535353;
  margin-bottom: 7px;
  font-weight: 400;
  letter-spacing: 1px;
}
h4.shipment{
  color: #798d7a;
  text-align: left;
  margin-top: 0px;
  font-size: 38px;
  font-weight: 400;
  margin-bottom: 20px;
  text-transform:uppercase ;
  width: 1050px;
}

 .abs.bg-color {
  background: rgba(0,0,0,0.4); /* 40% black transparent overlay */
}
