@font-face {
  font-family: 'Rhetoric-Light';
  src: url('../fonts/Rhetoric-Light.eot');
  src: local('Rhetoric Light'), local('Rhetoric-Light'),
    url('../fonts/Rhetoric-Light.eot?#iefix') format('embedded-opentype'),
    url('../fonts/Rhetoric-Light.woff2') format('woff2'),
    url('../fonts/Rhetoric-Light.woff') format('woff'),
    url('../fonts/Rhetoric-Light.ttf') format('truetype');
  font-weight: 300;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: 'Rhetoric-Bold';
  src: url('../fonts/Rhetoric-Bold.eot');
  src: local('Rhetoric Bold'), local('Rhetoric-Bold'),
    url('../fonts/Rhetoric-Bold.eot?#iefix') format('embedded-opentype'),
    url('../fonts/Rhetoric-Bold.woff2') format('woff2'),
    url('../fonts/Rhetoric-Bold.woff') format('woff'),
    url('../fonts/Rhetoric-Bold.ttf') format('truetype');
  font-weight: bold;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: 'Rhetoric-Book';
  src: url('../fonts/Rhetoric-Book.eot');
  src: local('Rhetoric Book'), local('Rhetoric-Book'),
    url('../fonts/Rhetoric-Book.eot?#iefix') format('embedded-opentype'),
    url('../fonts/Rhetoric-Book.woff2') format('woff2'),
    url('../fonts/Rhetoric-Book.woff') format('woff'),
    url('../fonts/Rhetoric-Book.ttf') format('truetype');
  font-weight: bold;
  font-style: normal;
  font-display: swap;
}

:root {
  --font-light: 'Rhetoric-Light', sans-serif;
  --font-bold: 'Rhetoric-Bold', sans-serif;
  --font-book: 'Rhetoric-Book', sans-serif;
  --color-primary: #24c2e5;
  --color-secondary: #fcda00;
  --color-dark: #212121;
}

body {
  font-family: var(--font-book);
  font-size: 16px;
  font-weight: bold;
  color: #b8b8b8;
  font-style: normal;
  line-height: 25px;
  background: #111111;
  letter-spacing: 0.5px;
}

.container,
.container-lg,
.container-md,
.container-sm,
.container-xl {
  max-width: 1200px;
  position: relative;
  z-index: 998;
}

.container-fluid {
  max-width: 94%;
  z-index: 9999;
  position: relative;
}

.img {
  max-width: 100%;
  transition: all 0.3s ease-out 0s;
}

.fix {
  overflow: hidden
}

a,
.button {
  -webkit-transition: all 0.3s ease-out 0s;
  -moz-transition: all 0.3s ease-out 0s;
  -ms-transition: all 0.3s ease-out 0s;
  -o-transition: all 0.3s ease-out 0s;
  transition: all 0.3s ease-out 0s;
}

a:focus,
.button:focus {
  text-decoration: none;
  outline: none;
}

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

.btn.focus,
.btn:focus {
  outline: 0;
  box-shadow: none;
}

a,
button {
  color: #1696e7;
  outline: medium none;
}

button:focus,
input:focus,
input:focus,
textarea,
textarea:focus {
  outline: none;
  box-shadow: none;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  color: #fff;
  margin-top: 0px;
  font-style: normal;
  font-weight: bold;
  text-transform: normal;
}

h1 a,
h2 a,
h3 a,
h4 a,
h5 a,
h6 a {
  color: inherit;
}

h1 {
  font-size: 40px;
  font-weight: normal;
}

h2 {
  font-size: 35px;
}

h3 {
  font-size: 28px;
}

h4 {
  font-size: 22px;
}

h5 {
  font-size: 18px;
}

h6 {
  font-size: 16px;
}

ul {
  margin: 0px;
  padding: 0px;
}

li {
  list-style: none
}

p {

  line-height: 25px;
  margin-bottom: 15px;
}

label {
  color: #7e7e7e;
  cursor: pointer;
  font-size: 14px;
  font-weight: normal;
}

*::-moz-selection {
  background: #d6b161;
  color: #fff;
  text-shadow: none;
}

::-moz-selection {
  background: #444;
  color: #fff;
  text-shadow: none;
}

::selection {
  background: var(--color-primary);
  color: #212529;
  text-shadow: none;
}

*::-moz-placeholder {
  color: #555555;
  font-size: 14px;
  opacity: 1;
}

*::placeholder {
  color: #555555;
  font-size: 14px;
  opacity: 1;
}


/* button style */

.btn {
  -moz-user-select: none;
  background: var(--color-secondary);
  border: none;
  color: var(--color-dark);
  display: inline-block;
  font-size: 18px;
  font-weight: bold;
  letter-spacing: 1px;
  line-height: 1;
  margin-bottom: 0;
  padding: 16px 24px;
  text-align: center;
  text-transform: unset;
  touch-action: manipulation;
  transition: all 0.3s ease 0s;
  vertical-align: middle;
  white-space: nowrap;
  position: relative;
  z-index: 999;
  border-radius: 0;
}

.btn:hover::before {
  opacity: 0;
}

.btn-after {
  width: 100%;
  height: 45px;
  border: 1px solid #707070;
  border-radius: 8px;
  margin-top: -28px;
  margin-left: 15px;
  position: absolute;
  transition: all 0.3s ease 0s;

}

.slider-btn:hover .btn-after {
  margin-top: -50px;
  margin-left: 0px;
}

/* scrollUp */
#scrollUp {
  background: var(--color-secondary);
  height: 45px;
  width: 45px;
  right: 50px;
  bottom: 117px;
  color: #111;
  font-size: 20px;
  text-align: center;
  border-radius: 50%;
  font-size: 22px;
  line-height: 40px;
  transition: .3s;
}

#scrollUp:hover {
  background: var(--color-secondary);
}

/* 2. header */

.header-cta ul li {
  display: inline-block;
  margin-left: 35px;
}

.header-cta ul li:first-child {
  margin-left: 0;
}

.header-cta ul li i {
  display: inline-block;
  margin-right: 5px;
  position: relative;
  top: 2px;
  color: #fff;
}

.logo {
  width: 270px;
}

.logo a {
  display: block;
}

.main-menu ul li {
  display: inline-block;
  position: relative;
}

.main-menu ul li.active a {
  background-color: var(--color-primary);
  color: #212121;
}

.main-menu ul li a {
  display: block;
  color: #fff;
  font-weight: normal;
  padding: 8px 16px;
  position: relative;
  font-size: 18px;
  font-family: var(--font-book);
  text-transform: uppercase;
}

.main-menu ul li a.btn {
  color: #212121;
  margin-inline-start: 16px;
  background-color: var(--color-secondary) !important;
  height: 40px;
  line-height: 40px;
  padding: 0 16px;
}

.main-menu ul li:first-child {
  margin-left: 0;
}

.menu-area .menu-tigger {
  cursor: pointer;

}

.menu-area .menu-tigger span {
  height: 2px;
  width: 30px;
  background: #2935bb;
  display: block;
  margin: 7px 0;
  transition: .3s;
}

.main-menu ul li:hover>a {
  color: var(--color-secondary);
}

.main-menu ul li:hover>a::before {
  width: 100%;
}

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

.header-btn {
  margin-left: -40px;
}

.header-social a {
  font-size: 14px;
  display: inline-block;
  margin-left: 5px;
  height: 35px;
  width: 35px;
  background: #e9eaf8;
  text-align: center;
  line-height: 35px;
  border-radius: 50%;
  color: #191D3B;
}

.header-social a:hover {
  color: #fff;
  background: transparent linear-gradient(90deg, var(--color-secondary) 0%, var(--color-secondary) 100%) 0% 0% no-repeat padding-box;
}

.menu-area.sticky-menu {
  left: 0;
  margin: auto;
  position: fixed;
  top: 0;
  width: 100%;
  box-shadow: 0 0 60px 0 rgba(0, 0, 0, .07);
  z-index: 9999;
  background: #111;
  -webkit-animation: 300ms ease-in-out 0s normal none 1 running fadeInDown;
  animation: 300ms ease-in-out 0s normal none 1 running fadeInDown;
  -webkit-box-shadow: 0 10px 15px rgba(25, 25, 25, 0.1);
  padding: 16px 0;
}

.responsive {
  display: none;
}

#mobile-menu {
  display: block;
}

.menu-area {
  padding: 16px 0;
  background-color: #fff;
}

.top-btn {
  background: var(--color-secondary);

  padding: 10px 15px 10px 30px;
  width: 100%;
  float: left;
  color: #fff;
  border-radius: 23px;
  position: relative;
}

.top-btn i {
  background: #fff;
  width: 37px;
  height: 37px;
  line-height: 37px;
  background: #FFFFFF47 0% 0% no-repeat padding-box;
  position: absolute;
  right: 3px;
  top: 3px;
  border-radius: 50%;
  text-align: center;
}

.top-btn:hover {
  background: transparent linear-gradient(90deg, var(--color-secondary) 0%, var(--color-secondary) 100%) 0% 0% no-repeat padding-box;
  color: #fff;
}


.sticky-menu .logo {
  margin-top: 0;
  line-height: 61px;
  height: auto;
}

.sticky-menu::before {
  height: 71px;
  top: 0;
  left: -20px;

}

.slider-content {
  position: relative;
  z-index: 2;
}

.slider-price {
  position: absolute;
  right: 0;
  bottom: 0;
}

.slider-price h3 {
  color: #fff;
}

.slider-price h2 {
  color: var(--color-secondary);
  font-size: 60px;
  font-weight: normal;
}

.slider-btn {
  display: inline-block;
  position: relative;
}

.slider-active .slick-dots {
  position: absolute;
  right: 30px;
  bottom: 20px;
}

.slider-active .slick-dots li {
  display: inline-block;
}

.slider-active .slick-dots li button {
  padding: 0;
  margin-left: 10px;
  border-radius: 50px;
  z-index: 1;
  cursor: pointer;
  transition: .3s;
  width: 60px;
  height: 60px;
  line-height: 55px;
  color: #fff;
  border: 3px solid #ffffff1c;
  background: none;
  font-size: 16px;

}

.slider-active .slick-dots li.slick-active button {
  background-color: var(--color-secondary) !important;
  border: 3px solid var(--color-secondary) !important;
}

.slider-active .slick-dots li.slick-active button::before {
  background: url("../img/bg/active-dote.png");
  opacity: 1;
}

.second-header {
  border: none;
  padding-bottom: 9px;
  background: var(--color-secondary);
  padding-top: 9px;
  color: #fff;
}

.second-menu {
  position: relative;
  z-index: 9;
}

.sticky-menu .second-menu {
  margin: 0;
  box-shadow: none;
  padding: 0;
}

.sticky-menu .second-menu::before {
  content: none;
}

.second-menu .main-menu ul li:first-child {
  margin-left: 0;
}

.second-menu .main-menu ul li a::before {
  content: none;
}

.second-header-btn .btn {
  background: transparent;
  border: 2px solid var(--color-secondary);
  font-size: 16px;
  text-transform: uppercase;
  color: #fff;
}

.second-header-btn .btn:hover {
  color: #fff;
  background: var(--color-secondary);
}

.second-header-btn .btn::before {
  content: none;
}

.offcanvas-menu {
  position: fixed;
  right: 0;
  height: 100%;
  width: 300px;
  z-index: 999;
  background: #111;
  top: 0;
  padding: 30px;
  transition: .5s;
  transform: translateX(100%);
}

.offcanvas-menu.active {
  transform: translateX(0)
}

.menu-close i {
  font-size: 18px;
  color: #fff;
  transition: .3s;
  cursor: pointer;
}

.menu-close:hover i {
  color: var(--color-secondary);
}

.offcanvas-menu ul {
  margin-top: 30px;
}

.offcanvas-menu ul li {
  border-bottom: 1px solid #101c38;
}

.offcanvas-menu ul li a {
  color: #fff;
  font-size: 18px;
  text-transform: capitalize;
  padding: 6px 0;
  display: block;
}

.offcanvas-menu ul li:hover a {
  color: var(--color-secondary);
}

.offcanvas-overly {
  position: fixed;
  background: #000;
  top: 0;
  left: 0;
  height: 100%;
  width: 100%;
  z-index: 9;
  opacity: 0;
  visibility: hidden;
  transition: .3s;
}

.offcanvas-overly.active {
  opacity: .5;
  visibility: visible;
}

.off-logo {
  display: none;
}

/* breadcrumb */
.breadcrumb-area {
  min-height: 500px;
  background-position: center;
  background-size: cover;
  position: relative;
  margin-top: -145px;
}

.breadcrumb-title h2 {
  font-size: 60px;
  margin-bottom: 25px;
  line-height: 1;
}

.breadcrumb-title p {
  margin-bottom: 0;
  padding: 0 40px;
  color: #fff;
  font-size: 16px;
}

/* 3. slider */
.slider-area {
  height: calc(100vh - 121px);
  display: flex;
  align-items: center;
  background-color: #fff;
}

.slider-bg {
  background-position: center;
  background-size: cover;
  position: relative;
  z-index: 1;
}

.slider-bg::before {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  height: 100%;
  width: 100%;
  background: #000;
  opacity: .5;
  z-index: -1;
  display: none;
}

.slider-bg2 {
  min-height: 900px;
  background-position: center;
  background-size: cover;
  position: relative;
  margin-top: -118px;
  z-index: 1;
}

.slider-bg2 .slider-content>span::before {
  content: "";
  background: #383838;
  height: 3px;
  float: left;
  width: 60px;
  margin-top: 15px;
  margin-right: 10px;
}

.slider-bg2 .slider-content h2 {
  color: #383838;
}

.slider-bg2 .slider-content p {
  color: #676f67;
  font-size: 16px;
  margin-bottom: 0;
}

.slider-bg2 .slider-content>span {
  font-size: 22px;
  font-weight: normal;
  color: var(--color-secondary);
  display: block;
  margin-bottom: 20px;
  margin-top: 30px;
}

.slider-bg .video-i {
  background: #fff;
  padding: 14px;
  border-radius: 100%;
  width: 51px;
  display: inline-block;
  text-align: center;
  color: var(--color-secondary);
  ;
  margin-left: 50px;
}

.slider-bg .video-i:hover {
  background: var(--color-secondary);
  ;
  color: #fff;
}

.slider-bg2 .video-i {
  background: #383838;
  padding: 14px;
  border-radius: 100%;
  width: 51px;
  display: inline-block;
  text-align: center;
  color: #fff;
  margin-left: 20px;
}

.slider-bg2 .video-i:hover {
  background: var(--color-secondary);
  padding: 14px;
  border-radius: 100%;
  width: 51px;
  display: inline-block;
  text-align: center;
  color: #fff;
  margin-left: 20px;
}

.slider-content>span {
  font-size: 16px;
  font-weight: normal;
  color: var(--color-secondary);
  text-transform: uppercase;
  letter-spacing: 6px;
  display: block;
  margin-bottom: 20px;
}

.slider-content h2 {
  font-weight: bold;
  font-size: 64px;
  position: relative;
  text-transform: uppercase;
  line-height: 74px;
  margin: 0;
  font-family: var(--font-bold);
  letter-spacing: 2px;
  color: var(--color-primary);
}
.slider-content h4 {
  font-weight: bold;
  font-size: 48px;
  position: relative;
  text-transform: uppercase;
  line-height: 44px;
  margin: 24px 0 0;
  font-family: var(--font-bold);
  letter-spacing: 2px;
  color: var(--color-black);
}
.slider-content h2 span {
  color: var(--color-primary);
}

.slider-content p span {
  display: inline-block;
  height: 2px;
  width: 40px;
  background: var(--color-secondary);
  margin-right: 20px;
  position: relative;
  top: -4px;
}

.slider-content p {
  color: var(--color-dark);
  font-size: 28px;
  margin: 32px 0 16px;
  text-transform: capitalize;
  font-weight: bold;
  font-family: var(--font-book);
  line-height: 34px;
}


@media all and (max-width:767px) {
  .slider-content h2 {
    margin-bottom: 30px;
    margin-top: 100px;

  }
  .slider-content h4 {
    font-size: 28px;
}
  .slider-content p {
    font-size: 22px;
  }
}

.p-relative {
  position: relative;
}

.down-arrow {
  position: absolute;
  bottom: 60px;
  left: 0;
  right: 0;
  color: #fff;
  z-index: 1;
  height: 60px;
  width: 30px;
  margin: auto;
  text-align: center;
  line-height: 60px;
  border: 2px solid #fff;
  border-radius: 50px;
  font-size: 18px;
}

.down-arrow:hover {
  color: #fff;
}

.slider-active .slick-arrow {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  left: 70px;
  height: 60px;
  width: 60px;
  color: var(--color-secondary);
  font-size: 18px;
  line-height: 65px;
  border: none;
  background: #fff;
  border-radius: 50%;
  text-align: center;
  z-index: 9;
  cursor: pointer;
  padding: 0;
  box-shadow: 4px 2px 0 0 transparent;
  transition: .5s;
}

.slider-active .slick-next {
  right: 70px;
  left: auto;
}

.slider-active .slick-arrow:hover {
  box-shadow: 4px 2px 0 0 var(--color-secondary);
}

.second-slider-content h2 {
  font-size: 90px;
  margin-bottom: 20px;
}

.second-slider-content {
  padding-top: 85px;
  padding-bottom: 5px;
}



.header-img {
  max-width: 100%;
}

.offer-banner {
  position: absolute;
  right: 0;
  top: 10%;
}

.btn.ss-btn i {
  background: #fff;
  width: 37px;
  height: 37px;
  line-height: 37px;
  background: #FFFFFF47 0% 0% no-repeat padding-box;
  position: absolute;
  right: 3px;
  top: 3px;
  border-radius: 50%;
  text-align: center;
}

.btn.ss-btn:hover {
  background-color: var(--color-primary) !important;
  color: #212121;
}

.slider-shape {
  position: absolute !important;
  z-index: 9;
}

/* 4. about */
.title-about {
  display: flex;
}


.title-about .section-title span::after {
  content: "";
  background: var(--color-primary);
  height: 2px;
  width: 50px;
  float: right;
  margin-top: 10px;
  margin-left: 10px;
}

.year .text {
  width: 154px;
  height: 154px;
  background: #242424 0% 0% no-repeat padding-box;
  float: right;
  text-align: center;
  padding: 6px 0 0;
  position: relative;
}

.year .text::before {
  background: url(../img/about/y-bg.png);
  position: absolute;
  content: "";
  width: 85px;
  height: 85px;
  bottom: -8px;
  left: -7px;
  z-index: -1;
}

.year .text h2 {
  font-size: 60px;
}

.about-img {
  margin-left: -50px;
}

.about-text {
  display: flex;
}

.about-text .avatar {
  width: 50%;
}

.about-text .avatar img {
  float: left;
  margin-right: 30px;
}

.about-text .avatar .text {
  float: left;
  margin-top: 5px;
}

.about-text .avatar .text span {
  color: var(--color-secondary);
}

.about-title p {
  margin-bottom: 0;
}

.about-text p {
  padding: 0 30px 0px 0px;
}

.about-content li {
  display: flex;
  margin-bottom: 15px;
}

.about-content li .icon i {
  width: 33px;
  height: 33px;
  background: #294DA414 0% 0% no-repeat padding-box;
  text-align: center;
  line-height: 33px;
  border-radius: 50%;
  margin-right: 15px;
}

.about-content li .text {
  padding-top: 5px
}

.section-t h2 {
  font-size: 350px;
  position: absolute;
  left: 0;
  right: 0;
  text-align: center;
  z-index: -1;
  color: #fff;
  opacity: .05;
  margin: 0;
  font-family: 'Oswald', sans-serif;
  font-weight: normal;
  font-style: italic;
  top: -35px;
  line-height: 1;
}

.second-about {
  top: 62%;
  transform: translate(-50%, -50%);
  left: 74%;
  right: 0;
  bottom: 0;
}

.s-about-content p {
  margin: 0 0 24px;
  font-size: 18px;
  color: var(--color-dark);
  line-height: 28px;
}

/* 5. features */
.features-content h4 {
  font-size: 24px;
  margin-bottom: 17px;
}

.features-content p {
  padding: 0 40px;
  margin-bottom: 25px;
}

.section-title span {
  font-size: 24px;
  font-weight: bold;
  text-transform: uppercase;
  color: var(--color-primary);
  letter-spacing: 2px;
  display: inline-block;
  margin-bottom: 24px;
  position: relative;
  font-family: var(--font-book);
}

.section-title h2 {
  font-size: 56px;
  position: relative;
  text-transform: uppercase;
  line-height: 60px;
  margin: 0 0 24px;
  font-family: var(--font-bold);
  letter-spacing: 2px;
}
.word_icon{
  display: inline-block;
  position: relative;
}
.word_icon img{
  content:"";
  position: absolute;
  top: -26px;
  right: 0;
  margin: auto;
  width: 40px;
  height: auto;
}
.section-title h2::before {
  content: "";
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
  height: 4px;
  width: 60px;
  background: var(--color-secondary);
  margin: auto;
  transition: .3s;
  display: none;
}

.section-title p {
  font-size: 18px;
  position: relative;
  line-height: 24px;
  margin: 16px 0 0;
  font-family: var(--font-book);
}

section:hover .section-title h2::before {
  width: 100px;
}

.features-shape {
  position: absolute;
  z-index: -1;
}

.fshape-one {
  left: 120px;
  top: 25%;
}

.fshape-two {
  left: 15%;
  top: 51%;
}

/* 6. services */

.services-content span {
  display: block;
  height: 2px;
  width: 150px;
  background: var(--color-secondary);
  transition: .3s;
  margin-bottom: 55px;
}

.services-content {
  padding: 60px 40px;
  padding-bottom: 55px;
}

.services-content small {
  font-size: 14px;
  text-transform: uppercase;
  letter-spacing: 2px;
  display: block;
  margin-bottom: 20px;
}

.services-content h4 {
  font-size: 24px;
  margin-bottom: 23px;
}

.services-content h4:hover a {
  color: var(--color-secondary);
}

.services-content p {
  margin-bottom: 0;
}

.services-icon i {
  font-size: 48px;
  border-radius: 50%;
  color: #f5f5f5;
  text-align: center;
}

.services-two .services-icon {
  display: inline-block;
  margin-bottom: 30px;
  text-align: center;
}

.services-two .second-services-content {
  float: left;
  width: 100%;
}

.services-two .s-single-services {
  transition: .3s;
  padding: 32px;
  border: none;
  margin-bottom: 30px;
  background: #fff;
}

.services-two .s-single-services {
  float: left;
  width: 100%;
}

.second-services-content h5 {
  color: var(--color-dark);
  font-weight: bold;
  font-size: 32px;
  position: relative;
  text-transform: uppercase;
  line-height: 32px;
  margin: 0 0 24px;
  font-family: var(--font-bold);
  letter-spacing: 2px;
}

.second-services-content p {
  margin: 0;
  font-size: 14px;
  color: var(--color-dark);
}

.second-services-content a:hover {
  color: var(--color-secondary);
}

.second-services-content a::after {
  left: -40px;
  right: unset;
  opacity: 0;
}

.s-single-services {
  transition: .3s;
  padding: 30px;
  border: 5px solid #5C5C5C;
}

.s-single-services .d-active-icon {
  display: block;
}

/*.s-single-services:hover {background: #fff;}
.s-single-services:hover .second-services-content h5{color: #fff;}
.s-single-services:hover .second-services-content a{color: var(--color-secondary);}*/

/*.s-single-services.active {background:url('../img/features/se-hover-bg.png');  box-shadow: 3px 4px 15px #EB34497D;background-repeat: no-repeat; background-size: cover;}
.s-single-services.active .services-icon {background:#fff;}
.s-single-services.active .second-services-content h5{color: #fff;}
.s-single-services.active .second-services-content a{color: #fff;}
.s-single-services.active .second-services-content p{
    color: #fff;
}
.s-single-services.active .active-icon{display: block;}
.s-single-services.active .d-active-icon{display: none;}
.services-bg {
	background-position: center;
	background-size: cover;
}*/

.sr-line {
  background: url(../img/icon/sr-line.png) no-repeat;
  background-position: center 30px;
}

/* 7. video */
.video-position {
  position: absolute;
  bottom: -170px;
  left: 50px;
}

.video-img {
  position: relative;
  overflow: hidden;
  z-index: 1;
}

.video-img img {
  width: 100%;
}

.video-img::before {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  height: 100%;
  width: 100%;
  opacity: .65;
}

.video-img a {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  z-index: 9;
  font-size: 14px;
  color: var(--color-secondary);
  height: 80px;
  width: 80px;
  text-align: center;
  background: transparent linear-gradient(90deg, var(--color-secondary) 0%, var(--color-secondary) 100%) 0% 0% no-repeat padding-box;
  border-radius: 50%;
  padding: 25px;
}

.video-img a::before {
  content: "";
  position: absolute;
  left: 50%;
  top: 50%;
  height: 90px;
  width: 90px;
  background: transparent linear-gradient(90deg, var(--color-secondary) 0%, var(--color-secondary) 100%) 0% 0% no-repeat padding-box;
  z-index: -1;
  border-radius: 50%;
  transform: translate(-50%, -50%);
  animation: pulse-border 1500ms ease-out infinite;
}

@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;
  }
}

.v-list ul li {
  margin-bottom: 20px;
}

.v-list ul li:last-child {
  margin-bottom: 0px;
}

.v-list ul li i {
  color: var(--color-secondary);
  display: inline-block;
  margin-right: 5px;
}

.v-padding {
  padding-top: 35px;
}

.s-video-wrap {
  background-position: center;
  background-size: cover;
  margin-bottom: -415px;
  height: 550px;
  display: flex;
  align-items: center;
  margin-top: 55px;
}

.s-video-content {
  padding-left: 200px;
}

.s-video-content a {
  z-index: 9;
  font-size: 14px;
  color: var(--color-secondary);
  height: 80px;
  width: 80px;
  text-align: center;
  line-height: 80px;
  background: #fff;
  border-radius: 50%;
  display: block;
  margin-bottom: 25px;
  position: relative;
}

.s-video-content a::before {
  content: "";
  position: absolute;
  left: 50%;
  top: 50%;
  height: 90px;
  width: 90px;
  background: rgba(255, 255, 255, 0.479);
  z-index: -1;
  border-radius: 50%;
  transform: translate(-50%, -50%);
  animation: pulse-border 1500ms ease-out infinite;
}

.s-video-content h2 {
  font-size: 55px;
  color: #fff;
  font-weight: 600;
  letter-spacing: -2px;
  margin-bottom: 20px;
}

.s-video-content p {
  font-size: 18px;
  color: #fff;
  margin-bottom: 0;
}

/* 8. choose */
.chosse-img {
  background-size: cover;
  height: 100%;
  right: 0;
  position: absolute;
  top: 0;
  width: 50%;
  background-repeat: no-repeat;
  background-position: center;
}

.choose-list {
  float: left;
  width: 100%;
}

.choose-list ul li {
  margin-bottom: 20px;
  color: #b8b8b8;
  width: 50%;
  float: left;
}

.choose-list ul li i {
  color: var(--color-secondary);
  display: inline-block;
  margin-right: 5px;
  font-size: 18px;
}

.choose-content p {
  margin-bottom: 15px;
  color: #b8b8b8;
  padding-right: 50px;
}

/* 9. brand */

/* 10. work-process */
.wp-bg {
  background-position: center;
  background-size: cover;
}

.wp-list {
  background: #232c8e;
  box-shadow: 0px 10px 30px 0px rgba(29, 38, 129, 0.48);
  padding: 80px 50px;
  padding-bottom: 75px;
}

.wp-list ul li {
  display: flex;
  align-items: start;
  overflow: hidden;
  margin-bottom: 45px;
}

.wp-list ul li:last-child {
  margin-bottom: 0px;
}

.wp-icon {
  margin-right: 25px;
}

.wp-tag {
  position: absolute;
  left: 70px;
  top: 90px;
  animation: alltuchtopdown 3s infinite;
  -webkit-animation: alltuchtopdown 3s infinite;
  animation-delay: 0s;
  -webkit-animation-delay: 1s;
}

@keyframes alltuchtopdown {
  0% {
    -webkit-transform: rotateX(0deg) translateY(0px);
    -moz-transform: rotateX(0deg) translateY(0px);
    -ms-transform: rotateX(0deg) translateY(0px);
    -o-transform: rotateX(0deg) translateY(0px);
    transform: rotateX(0deg) translateY(0px);
  }

  50% {
    -webkit-transform: rotateX(0deg) translateY(-10px);
    -moz-transform: rotateX(0deg) translateY(-10px);
    -ms-transform: rotateX(0deg) translateY(-10px);
    -o-transform: rotateX(0deg) translateY(-10px);
    transform: rotateX(0deg) translateY(-10px);
  }

  100% {
    -webkit-transform: rotateX(0deg) translateY(0px);
    -moz-transform: rotateX(0deg) translateY(0px);
    -ms-transform: rotateX(0deg) translateY(0px);
    -o-transform: rotateX(0deg) translateY(0px);
    transform: rotateX(0deg) translateY(0px);
  }
}

@-webkit-keyframes alltuchtopdown {
  0% {
    -webkit-transform: rotateX(0deg) translateY(0px);
    -moz-transform: rotateX(0deg) translateY(0px);
    -ms-transform: rotateX(0deg) translateY(0px);
    -o-transform: rotateX(0deg) translateY(0px);
    transform: rotateX(0deg) translateY(0px);
  }

  50% {
    -webkit-transform: rotateX(0deg) translateY(-10px);
    -moz-transform: rotateX(0deg) translateY(-10px);
    -ms-transform: rotateX(0deg) translateY(-10px);
    -o-transform: rotateX(0deg) translateY(-10px);
    transform: rotateX(0deg) translateY(-10px);
  }

  100% {
    -webkit-transform: rotateX(0deg) translateY(0px);
    -moz-transform: rotateX(0deg) translateY(0px);
    -ms-transform: rotateX(0deg) translateY(0px);
    -o-transform: rotateX(0deg) translateY(0px);
    transform: rotateX(0deg) translateY(0px);
  }
}

.wp-img {
  margin-right: -60px;
  margin-top: -60px;
  margin-bottom: -15px;
}

.wp-thumb img {
  width: 100%;
}

.inner-wp-icon {
  float: left;
  display: block;
  margin-right: 30px;
}

/* 11. team */
.team-active .slick-dots {
  text-align: center;
}

.team-active .slick-dots li {
  display: inline-block;
  margin: 0 5px;
}

.team-active .slick-dots li button {
  text-indent: -99999px;
  border: none;
  padding: 0;
  margin-left: 10px;
  border-radius: 50px;
  z-index: 1;
  cursor: pointer;
  background: no-repeat;
  transition: .3s;

}

.team-active .slick-dots li.slick-active button::before {
  background: url("../img/bg/active-dote.png");
  opacity: 1;
}

.team-active .slick-dots li button::before {
  content: "";
  width: 19px;
  height: 19px;
  background: url("../img/bg/dote.png");
  float: left;
  position: relative;
  margin-top: -9px;
  left: -19px;
  border-radius: 50%;
  opacity: .7;
  background-repeat: no-repeat;
  background-position: center;
}

.team-info {
  background: #111;
  transform: translateY(-50px);
  padding: 30px 20px 15px;
  transition: .3s;
  position: relative;
  overflow: hidden;
  width: 90%;
  margin: auto;
}

.team-info h4 {
  font-size: 24px;
  margin-bottom: 5px;
  transition: .3s;
}

.team-info span {
  font-size: 16px;
  transition: .3s;
}

.team-info p {
  color: var(--color-secondary);
}

.slick-slide {
  outline: none;
}

.team-active .slick-arrow {
  position: absolute;
  top: 30%;
  left: -40px;
  border: none;
  background: none;
  padding: 0;
  font-size: 24px;
  color: #fff;
  z-index: 9;
  cursor: pointer;
  transition: .3s;
  width: auto;
}

.team-active .slick-next {
  left: inherit;
  right: -40px;
}

/* 12. project */
.project h2 {
  color: #fff;
}

.single-project .project-info {
  position: absolute;
  bottom: 15%;
  right: 13px;
  border-radius: 20px 0px 0px 20px;
  background: #ffffffed;
  padding: 20px;
  width: 85%;
}

.single-project .project-info h4 {
  font-size: 18px;
}

.single-project .project-info a {
  color: var(--color-secondary);
}

.single-project .project-info a img {
  display: inline;
  margin-left: 5px;
}

.portfolio-active {
  margin-left: -150px;
  margin-right: -150px;
}

.portfolio-active .single-project {
  position: relative;
}

.portfolio-active .slick-arrow {
  position: absolute;
  top: -124px;
  left: 69.5%;
  border: none;
  background: none;
  padding: 0;
  font-size: 24px;
  color: #fff;
  z-index: 9;
  cursor: pointer;
  transition: .3s;
  width: auto;
}

.portfolio-active .slick-next {
  left: 73.5%;
}

/* 12. counter */
.single-counter {
  background: #FFFFFF 0% 0% no-repeat padding-box;
  box-shadow: 3px 4px 15px #00000026;
  border-radius: 10px;
  padding: 30px;
}

.single-counter i {
  display: inline-block;
  width: 80px;
  height: 80px;
  background: var(--color-secondary);
  border-radius: 50%;
  margin-bottom: 30px;
  color: #fff;
  font-size: 40px;
  line-height: 80px;
}

.single-counter img {
  margin-bottom: 10px;
}

.counter small {
  font-size: 35px;
  font-weight: bold;
  color: var(--color-secondary);
  line-height: 1;
  position: relative;
  font-family: 'Oswald', sans-serif;
}

.single-counter p {
  font-size: 16px;
  margin-bottom: 0;
  color: #fff;
}

.single-counter .line {
  display: inline-block;
  width: 1px;
  height: 50px;
  background: var(--color-secondary);
  margin-bottom: -5px;
  margin-top: 10px;
}

/* 13. cta */
.cta-bg {
  position: relative;
  background-size: cover;
  background-position: center;
  z-index: 1;
}

.cta-content p {
  color: #fff;
  padding-right: 80px;
  margin-bottom: 35px;
}

.cta-right p {
  margin-bottom: 0;
  color: #fff;
  font-size: 24px;
  font-weight: normal;
}

.cta-bg .video-img {
  margin-top: -200px;
  height: 757px;
}

.cta-bg .line {
  text-align: center;
}

/* 15. blog */

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

.b-meta ul li {
  display: inline-block;
  margin-right: 5px;
}

.b-meta ul li:last-child {
  margin-right: 0;
}

.b-meta ul li a {
  font-size: 14px;
  text-transform: uppercase;
  color: #b8b8b8;
}

.b-meta ul li a:hover {
  color: var(--color-secondary);
}

.blog-content h4 {
  font-size: 24px;
  margin-bottom: 20px;
  line-height: 1.3;
}

.blog-content h4:hover a {
  color: var(--color-secondary);
}

.b-meta i {
  margin-right: 5px;
  color: var(--color-secondary);
}

.bsingle__content {
  padding: 50px;
  border: 2px solid #FFFFFF1A;
  position: relative;
}

.bsingle__content .meta-info ul {
  margin-bottom: 15px;
}

.bsingle__content .meta-info ul li {
  display: inline-block;
  font-size: 14px;
  margin-right: 30px;
  font-weight: normal;
}

.bsingle__content .meta-info ul li a {
  color: #b8b8b8;
  text-transform: capitalize;
}

.bsingle__content .meta-info ul li a i {
  margin-right: 5px;
}

.bsingle__content .meta-info ul li a:hover {
  color: var(--color-secondary);
}

.bsingle__content .meta-info ul li i {
  margin-right: 5px;
  color: var(--color-secondary);
}

.bsingle__content .blog-flex {
  display: flex;
  margin-bottom: 7px;
  justify-content: space-between;
}

.bsingle__content .blog-flex .blog-right {
  position: relative;
  padding-left: 55px;
}

.bsingle__content .blog-flex .blog-right p {
  font-weight: bold;
  color: #fff;
  padding-right: 0;
  margin-bottom: 0;
}

.bsingle__content .blog-flex .blog-right img {
  position: absolute;
  left: 0;
  top: -5px;
}

.bsingle__content .blog-flex .blog-left a {
  font-weight: bold;
  letter-spacing: 2px;
  color: var(--color-secondary);
  text-transform: uppercase;
  font-size: 14px;
}

.bsingle__content .blog-flex .blog-left a i {
  padding-right: 15px;
}

.bsingle__content h2 {
  font-size: 32px;
  line-height: 1.3;
  margin-bottom: 20px;
}

.bsingle__content h2:hover a {
  color: var(--color-secondary);
}

.bsingle__content p {
  padding-right: 35px;
  margin-bottom: 25px;
}

.quote-post {
  background-position: center;
  background-repeat: no-repeat;
}

.quote-post .quote-icon {
  float: left;
  margin-right: 30px;
  display: block;
  margin-top: 20px;
}

.quote-post h2 {
  overflow: hidden;
  margin-bottom: 0;
}

.widget__post-content {
  overflow: hidden;
  display: block;
}

.widget__post-content h6 {
  font-size: 16px;
  margin-bottom: 1px;
  padding-right: 15px;
  font-weight: normal;
  font-family: 'Archivo', sans-serif;
}

.widget__post-content h6:hover a {
  color: var(--color-secondary);
}

.widget__post-content span {
  font-size: 14px;
}

.widget__post-content span i {
  margin-right: 8px;
}

.widget__banner-overly {
  position: absolute;
  top: 50px;
  left: 0;
  right: 0;
  text-align: center;
}

.widget__banner-overly>span {
  font-size: 14px;
  font-weight: normal;
  text-transform: uppercase;
  color: #ffffff;
  letter-spacing: 2px;
  display: block;
  margin-bottom: 160px;
}

.widget__banner-overly h3 {
  color: #ffffff;
  font-size: 40px;
  margin-bottom: 129px;
  font-weight: normal;
}

.widget__banner-overly h3 span {
  display: block;
  font-family: 'Oswald', sans-serif;
  font-size: 30px;
  font-weight: 300;
}

.widget__banner-overly .btn {
  border-radius: unset;
  background: #fff;
  border: 2px solid #fff;
  font-size: 12px;
  text-transform: uppercase;
  letter-spacing: 2px;
  padding: 17px 35px;
  color: var(--color-secondary);
}

.widget__banner-overly .btn:hover {
  background: transparent;
  color: #fff;
}

.meta__info ul {
  margin-bottom: 7px;
}

.meta__info ul li {
  display: inline-block;
  font-size: 14px;
  margin-right: 30px;
  font-weight: normal;
}

.meta__info ul li a {
  color: #b8b8b8;
  text-transform: capitalize;
}

.meta__info ul li a i {
  margin-right: 5px;
}

.meta__info ul li a:hover {
  color: var(--color-secondary);
}

.meta__info ul li i {
  margin-right: 5px;
  color: var(--color-secondary);
}

.details__content h2 {
  font-size: 32px;
  line-height: 1.3;
  margin-bottom: 20px;
  padding-right: 0;
}

.details__content p {
  margin-bottom: 18px;
}

.details__content blockquote {
  background: #222;
  padding: 30px 35px;
  padding-left: 90px;
  position: relative;
  font-size: 14px;
  padding-right: 50px;
  margin-top: 45px;
  margin-bottom: 45px;
  line-height: 1.7;
  color: #ffffff59;
  z-index: 1;
}

.details__content blockquote footer {
  font-size: 14px;
  margin-top: 15px;
  color: #fff;
  font-weight: 600;
}

.details__content figure {
  margin-top: 45px;
  margin-bottom: 60px;
}

.details__content figure img {
  float: left;
  width: 255px;
  margin-right: 30px;
}

.post__tag h5 {
  font-size: 18px;
  margin-bottom: 20px;
}

.post__tag ul li {
  display: inline-block;
  margin-right: 15px;
}

.post__tag ul li a {
  font-size: 14px;
  text-transform: uppercase;
  border: 2px solid #5C5C5C3D;
  padding: 12px 18px;
  font-weight: normal;
  display: inline-block;
  border-radius: 3px;
  color: #b8b8b8;
}

.post__tag ul li a:hover {
  border-color: var(--color-secondary);
  background: var(--color-secondary);
  color: #ffffff;
}

.post__share h5 {
  font-size: 18px;
  margin-bottom: 30px;
}

.post__share ul li {
  margin-left: 20px;
  display: inline-block;
}

.post__share ul li a {
  font-size: 18px;
  display: inline-block;
  color: #b8b8b8;
}

.post__share ul li a:hover {
  color: var(--color-secondary);
}

.posts_navigation {
  border-top: 1px solid #5C5C5C3D;
  border-bottom: 1px solid #5C5C5C3D;
}

.posts_navigation .prev-link span {
  font-size: 14px;
  text-transform: uppercase;
  letter-spacing: 2px;
}

.posts_navigation .prev-link h4 {
  font-size: 24px;
  margin-bottom: 0;
  text-transform: capitalize;
}

.posts_navigation .prev-link h4:hover a {
  color: var(--color-secondary);
}

.related-post-wrap .rp__content {
  padding: 44px;
  border: 2px solid #5C5C5C3D;
  border-top: none;
}

.related-post-wrap .rp__content h3 {
  font-size: 24px;
  margin-bottom: 20px;
  line-height: 1.4;
}

.related-post-wrap .rp__content h3:hover a {
  color: var(--color-secondary);
}

.related-post-wrap .rp__content p {
  margin-bottom: 0;
  font-size: 14px;
}

.avatar__wrap {
  background: #222;
  padding: 50px 80px;
}

.single__comment .comments-avatar {
  float: left;
  width: 100px;
  margin-right: 30px;
}

.single__comment.children {
  margin-left: 130px;
}

.comment__form {
  padding: 50px;
  background: #222;
}

.comment__form .btn {
  background: transparent;
  border: 2px solid var(--color-secondary);
  font-size: 14px;
  text-transform: uppercase;
  color: #fff;
  box-shadow: none;
}

.comment__form .btn::before {
  content: none;
}

.comment__form .btn:hover {
  color: #fff;
  background: var(--color-secondary);
}

/* 16. pagination */
.pagination {
  display: -webkit-box;
  display: -ms-flexbox;
  display: block;
  padding-left: 0;
  list-style: none;
  border-radius: 0;
}

.pagination-wrap {
  width: 100%;
}

.pagination-wrap .pagination {
  display: block;
  border-radius: unset;
}

.pagination-wrap .pagination li {
  display: inline-block;
  margin-right: 6px;
  margin-left: 0;
  margin-bottom: 0;
}

.pagination-wrap .pagination li.active a {
  background: #FF6F1C;
  color: #ffffff;
  box-shadow: 0px 8px 16px 0px rgba(26, 35, 126, 0.32);
}

.pagination-wrap .pagination li a {
  border: none;
  height: 50px;
  width: 50px;
  display: block;
  line-height: 50px;
  background: var(--color-secondary);
  border-radius: 50%;
  color: #111;
  font-size: 14px;
  text-align: center;
}

.pagination-wrap .pagination li a:hover {
  color: #ffffff;
  background: var(--color-secondary);
}

/* 17. f-cta */
.f-cta-area {
  background: #fff;
  margin-left: 260px;
  margin-right: 260px;
  position: relative;
  top: -70px;
  margin-bottom: 30px;
  box-shadow: 0 -3px 65px 0 rgba(0, 0, 0, .09);
}

/* 18. pricing */
.pricing-box {
  background: #FFFFFF 0% 0% no-repeat padding-box;
  box-shadow: 3px 4px 15px #0000001A;
  border-radius: 10px;
  float: left;
  width: 100%;
  position: relative;
}

.pricing-box.active {
  border: 3px dashed #1C19A1;
}

/* 19. contact */

.contact-wrapper textarea {
  border: 0;
  color: #000;
  font-size: 15px;
  height: 200px;
  width: 100%;
  text-transform: capitalize;
  transition: .3s;
  background: #f4f4fe;
  padding: 30px 40px;
}

.contact-wrapper textarea::-moz-placeholder {
  color: #b3bdcd;
  font-size: 14px;
}

.contact-wrapper textarea::placeholder {
  color: #8990b0;
  font-size: 14px;
}

.contact-wrapper input {
  border: 0;
  color: #000;
  font-size: 15px;
  height: 80px;
  text-transform: capitalize;
  width: 100%;
  padding: 0 40px;
  transition: .3s;
  background: #f4f4fe;
}

.contact-wrapper input::-moz-placeholder {
  color: #8990b0;
  font-size: 14px;
}

.contact-wrapper input::placeholder {
  color: #8990b0;
  font-size: 14px;
}

.contact-bg {
  background-size: cover;
  background-position: center;
  z-index: 1;
}

.contact-img {
  margin-left: -400px;
}

/* 20. footer */
.f-widget-title,
.f-time {
  position: relative;
}

.f-time {
  width: 50%;
  margin: auto;
  color: #fff;
}

.footer-link ul li div {
  width: 50%;
}

.f-contact-icon {
  position: absolute;
  width: 100%;
  top: 30px;
  left: 0;
}

.footer-bg {
  background-size: cover;
  background-repeat: no-repeat;
}

.flog a img {
  width: 220px;
}

.footer-text p {
  margin-bottom: 0;
}

.footer-social span {
  font-size: 14px;
  color: #fff;
  font-weight: normal;
  font-family: 'Oswald', sans-serif;
  display: inline-block;
  margin-right: 20px;
}

.footer-social a {
  height: 40px;
  width: 40px;
  display: inline-block;
}

.footer-social a svg {
  width: 40px;
  height: 40px;
}

.footer-social a:hover {
  color: #fff;
  background: var(--color-secondary);
  opacity: 1;
}

.f-widget-title h5 {
  font-size: 36px;
  margin-bottom: 30px;
  position: relative;
}

.f-widget-title span {
  color: var(--color-secondary);
}

.footer-link ul li i {
  color: var(--color-secondary);
  margin-right: 5px;
}

.footer-link ul li a {
  color: #b8b8b8;
  font-size: 14px;
  display: inline-block;
}

.footer-link ul li a:hover {
  padding-left: 5px;
  color: var(--color-secondary);
}

.footer-link ul li {
  margin-bottom: 10px;
  display: flex;
}

.footer-link ul li:last-child {
  margin-bottom: 0;
}

.f-insta ul li {
  display: inline-block;
  margin-bottom: 10px;
  margin-left: 7px;
}

.f-insta ul li a {
  display: block;
  position: relative;
}

.f-insta ul li a::before {
  content: "\e035";
  font-family: "dripicons-v2" !important;
  position: absolute;
  top: 40%;
  left: 50%;
  transform: translate(-50%, -50%);
  font-size: 24px;
  color: var(--color-secondary);
  transition: .3s;
  opacity: 0;
  z-index: 9;
}

.f-insta ul li a::after {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  height: 100%;
  width: 100%;
  background: var(--color-secondary);
  opacity: 0;
  transition: .3s;
}

.f-insta ul li:hover a::before {
  top: 50%;
  opacity: 1;
}

.f-insta ul li:hover a::after {
  opacity: .6;
}

#contact-form4 {
  margin-top: 20px;
}

#contact-form4 input {
  float: left;
  border-radius: 10px 0 0px 10px;
  padding: 23px 30px;
  border: none;
  width: 75%;
}

#contact-form4 button {
  padding: 15px 30px;
  border-radius: 0px 10px 10px 0;
}

/* Fillter css */

.portfolio .col2 .grid-item {
  width: 49%;
  padding: 15px;
}

.portfolio .col3 .grid-item {
  width: 33.33%;
  padding: 15px;
  margin: 0;
}

.portfolio .col4 .grid-item {
  width: 24.985%;
  padding: 15px;
  margin: 0;
}

.portfolio .col4 .grid-item .gallery-image {
  overflow: hidden;
}

.portfolio .col4 .grid-item .gallery-image img {
  width: 100%;
  transition: 0.3s;
}

.portfolio .col4 .grid-item .gallery-image:hover img {
  transform: scale(1.2);
}

.button-group {
  padding-bottom: 15px;
}

.button-group button {
  border: none;
  background: none;
  transition: .3s;
  font-size: 14px;
  margin: 0 15px;
  padding-bottom: 15px;
  cursor: pointer;
  outline: none;
  color: #fff;
  font-weight: normal;
  text-transform: uppercase;
  position: relative;
}

.button-group button:hover {
  color: var(--color-secondary);
}

.button-group button.active {
  background: transparent;
  color: var(--color-secondary);
  box-shadow: inset 0 -2px 0 var(--color-secondary);
}

/* 21. Menu Theme dropdown default css */

.main-menu .has-sub>ul {
  display: none;
  position: absolute;
  background-color: #ffff;
  min-width: 250px;
  z-index: 1;
  transition: all 0.3s ease-in-out;
  margin-top: 15px;
  border-top: 4px solid var(--color-secondary);
  box-shadow: 0 10px 15px rgba(25, 25, 25, 0.1);
  -webkit-box-shadow: 0 10px 15px rgba(25, 25, 25, 0.1);
}

.main-menu .has-sub li a {
  padding: 15px;

}

.main-menu .has-sub li {
  margin-left: 0 !important;
  float: left;
  border-bottom: 1px solid #b8b8b833;
  width: 100%;
  text-align: left;

}

.main-menu .has-sub a:hover {
  color: var(--color-secondary);
}

.main-menu .has-sub:hover>ul {
  display: block;
  margin-top: 0px;
}

.main-menu .has-sub>ul>.has-sub>ul {
  display: none;
  position: absolute;
  background-color: #ffff;
  width: 250px;
  z-index: 1;
  padding: 0;
  margin-left: -255px;
  margin-top: 0;
  top: -3px;
}

.main-menu .has-sub>ul>.has-sub:hover>ul {
  display: block;
}

.main-menu .has-sub>ul>.has-sub>ul>.has-sub>ul {
  display: none;
  position: absolute;
  background-color: #ffff;
  width: 250px;
  z-index: 1;
  padding: 0;
  margin-left: 255px;
  margin-top: 0;
  top: -3px;
}

.main-menu .has-sub>ul>.has-sub>ul>.has-sub:hover>ul {
  display: block;
}

.main-menu .has-sub ul li a {
  color: #000;
}

.main-menu .has-sub ul li a:hover {
  color: var(--color-secondary);
}

/* 23. mega menu */

.offcanvas-menu .has-mega-menu ul {
  display: none;
}

.offcanvas-menu li.has-sub.has-mega-menu:hover>ul {
  margin-left: -1160px;
  background: #00081b;
  top: 121px;
}

.has-mega-menu {
  position: static;
}

li.has-sub.has-mega-menu ul {
  position: absolute;
  top: NNpx;
  /*insert the needed value*/
  z-index: 100;
  left: 0px;
  right: 0px;
  width: 1180px;

}

li.has-sub.has-mega-menu:hover>ul {
  /*flexbox fallback for browsers that do not support CSS GRID lyout*/
  display: flex;
  flex-wrap: wrap;
  /*CSS GRID lyout*/
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(25%, 1fr));
  margin-left: -820px;

}

li.has-sub.has-mega-menu:hover>ul>li>ul {
  /*flexbox fallback for browsers that do not support CSS GRID lyout*/
  display: flex;
  flex-wrap: wrap;
  width: auto;
  background: none;
  /*CSS GRID lyout*/
  display: grid;
  position: relative;
  border: none;
  margin-left: 0;
}


@media screen and (min-width: 992px) {
  li.has-mega-menu:hover>ul {
    grid-template-columns: repeat(auto-fit, minmax(33.3333%, 1fr));
  }
}

@media screen and (min-width: 1200px) {
  li.has-mega-menu:hover>ul {
    grid-template-columns: repeat(auto-fit, minmax(25%, 1fr));
  }
}


/* 22. Theme sidebar widge css */

.quote-post {
  background: url(../images/quote_bg.png);
}

video {
  width: 100%;
}

.wp-block-gallery.columns-3 li {
  width: 33.333%;
  padding: 10px;
  height: 200px;
}

.wp-block-gallery.columns-2 li {
  width: 50%;
  padding: 10px;
}

.wp-block-gallery {
  width: 100%;
  float: left;
}

.wp-block-gallery.columns-5 li {
  width: auto;
  height: auto;
  overflow: hidden;
  columns: auto;
}

.bsingle__content ul,
.pages-content ul {
  padding-left: 0px;
}

.bsingle__content ul li,
.pages-content ul li {
  list-style: disc;
}

.bsingle__content ol {
  padding: 0 0 0 1.5em;
}

.bsingle__content ol li,
.pages-content ol li {
  list-style: decimal;
}

.bsingle__content figure {
  margin: 0 0 1rem;
}

a,
h1,
h2,
h3,
h4,
h5,
h6,
p,
span {
  overflow-wrap: break-word;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  overflow-wrap: break-word;
}

.tag-template img {
  width: auto !important;
}

.tag-markup-2 li>ul,
li>ol,
.pages-content li>ul,
li>ol {
  padding-left: 1.5em;
}

.tag-markup-2 ul li,
.tag-markup-2 ol li,
.pages-content ul li,
.pages-content ol li {
  margin-top: 10px;
  margin-bottom: 0;
}

.bsingle__content ul ul li,
.pages-content ul ul li {
  list-style: circle;
}

ol {
  padding-left: 15px;
}

.about-area {
  background-color: #fff;
}

iframe {
  width: 100%;
  margin-bottom: -16px;
}

.has-2-columns,
.has-3-columns,
.has-5-columns,
.has-6-columns {
  float: left;
  width: 100%;
}

.has-2-columns .wp-block-column {
  float: left;
  width: 50%;
  padding-right: 20px;
}

.has-3-columns .wp-block-column {
  float: left;
  width: 33.333%;
  padding-right: 20px;
}

.has-5-columns .wp-block-column {
  float: left;
  width: 20%;
  padding-right: 20px;
}

.has-4-columns .wp-block-column {
  float: left;
  width: 25%;
  padding-right: 20px;
}

.has-6-columns .wp-block-column {
  float: left;
  width: 16.66666666666667%;
  padding-right: 20px;
}

.wp-block-media-text.alignwide figure {

  float: left;
  width: 50%;
  margin-right: 20px;

}

.wp-block-media-text__content {

  float: left;
  width: 47%;
  padding-top: 0;

}

.columns-3.is-cropped li {
  list-style: none;
  float: left;
  width: 33.333%;
}

.wp-block-gallery.alignwide.columns-4.is-cropped li {

  float: left;
  list-style: none;
  width: 25%;
  padding: 10px;

}

.wp-block-gallery.columns-6.is-cropped li {

  float: left;
  width: 16.666%;
  height: 129px;
  list-style: none;
  padding: 10px;

}

.wp-block-gallery.columns-7.is-cropped li {

  float: left;
  width: 14%;
  padding: 10px;
  list-style: none;
  min-height: 150px;

}

.wp-block-gallery.columns-8.is-cropped li {

  float: left;
  width: 12%;
  padding: 10px;
  list-style: none;
  min-height: 100px;

}

.bsingle__content h1,
.bsingle__content h2,
.bsingle__content h3,
.bsingle__content h4,
.bsingle__content h5,
.bsingle__content h6 {
  line-height: 1.3;
  margin-bottom: 20px;
}

.pages-content h1,
.pages-content h2,
.pages-content h3,
.pages-content h4,
.pages-content h5,
.pages-content h6 {
  line-height: 1.3;
  margin-bottom: 20px;
}

.quote-post {
  min-height: 200px;
}

/* 0. Woocommcrece Theme default css */


.woocommerce a.button,
.woocommerce button.button,
.woocommerce input.button {
  text-transform: uppercase;
  -moz-user-select: none;
  background: var(--color-secondary);
  border: none;
  border-radius: 50px;
  color: #fff;
  display: inline-block;
  font-size: 16px;
  font-weight: normal;
  letter-spacing: 0;
  line-height: 1;
  margin-bottom: 0;
  padding: 15px 30px;
  text-align: center;
  text-transform: unset;
  touch-action: manipulation;
  transition: all 0.3s ease 0s;
  vertical-align: middle;
  white-space: nowrap;
  position: relative;
}

.woocommerce div.product div.images .flex-control-thumbs {
  margin-top: 30px;
}

.woocommerce div.product div.images .flex-control-thumbs img {
  width: auto;
}

.woocommerce #content div.product div.images,
.woocommerce div.product div.images,
.woocommerce-page #content div.product div.images,
.woocommerce-page div.product div.images {
  float: left;
  width: 48%;
  overflow: hidden;
}


.woocommerce ul.products li.product h3 {
  font-size: 18px;
}

.woocommerce ul li {
  list-style: none !important;
}

.woocommerce div.product .woocommerce-tabs ul.tabs li.active::before,
.woocommerce div.product .woocommerce-tabs ul.tabs li::after {
  box-shadow: inherit !important;
  border-radius: 0;
  border: none;
}

.woocommerce ul.products li.product,
.woocommerce-page ul.products li.product {
  background: #f5f5f566;
  text-align: center;
  padding-bottom: 20px;
}

.woocommerce div.product .woocommerce-tabs ul.tabs {
  padding: 0 0 0 0;
  margin: 0 0 30px 0;
}

.woocommerce div.product .woocommerce-tabs ul.tabs li a {
  font-weight: normal;
}

.woocommerce div.product .woocommerce-tabs ul.tabs li {
  border: none;
  background: none;
  border-radius: 0 0 0 0;
  margin: 0 0px;
  padding: 10px 3em;
}

.woocommerce div.product .woocommerce-tabs ul.tabs li.active {
  background: var(--color-secondary);
  z-index: 2;
  border-bottom-color: var(--color-secondary);
  border: none;
  color: #fff;
  border-radius: 0;
}

.col2-set {
  margin-bottom: 50px;
}


.woocommerce a.button.alt,
.woocommerce button.button.alt,
.woocommerce input.button.alt {
  background-color: #fff;
  color: #fff;
  -webkit-font-smoothing: antialiased;
}


.woocommerce a.button.alt:hover,
.woocommerce button.button.alt:hover,
.woocommerce input.button.alt:hover {
  background-color: var(--color-secondary);
  color: #fff;
}

/* 16. pagination */

.pagination-wrap .pagination {
  display: block;
  border-radius: unset;
}

.pagination-wrap .pagination li {
  display: inline-block;
  margin-right: 6px;
  margin-left: 0;
  margin-bottom: 0;
}

.pagination-wrap .pagination li.active a {
  background: #FF6F1C;
  color: #ffffff;
  box-shadow: 0px 8px 16px 0px rgba(26, 35, 126, 0.32);
}

.pagination-wrap .pagination li a {
  border: none;
  height: 50px;
  width: 50px;
  display: block;
  line-height: 50px;
  background: var(--color-secondary);

  border-radius: 50%;
  color: #111;
  font-size: 14px;
  text-align: center;
}

.pagination-wrap .pagination li a:hover {
  color: #ffffff;
  background: var(--color-secondary);
}

/* Here's the new CSS to add... */

.admin-bar .menu-area {
  margin-top: 15px;
}

.admin-bar .second-header {
  margin-bottom: -70px;
}

.admin-bar .sticky-menu {
  top: 32px;
  margin-top: 0;
}


/* 24. call */


.call-area h2 span {
  color: var(--color-secondary);
}

.call-area p {
  color: #fff;
  opacity: 0.9;
}

.number {
  font-size: 55px;
  font-weight: 600;
  color: var(--color-secondary);
}

/* Shop */

.img,
img {
  max-width: 100%;
  transition: all 0.3s ease-out 0s;
}

/* Cart */

/*Checkout */

/* 24. Login */

/*Services Category*/

/*=== Brochures Box ===*/

.btn-style-one {
  position: relative;
  font-size: 16px;
  line-height: 20px;
  color: #ffffff;
  background-color: var(--color-secondary);
  padding: 15px 35px;
  font-weight: bold;
  overflow: hidden;
}

/*Help Box*/


/*** 

====================================================================
		Service Detail
====================================================================

***/

.service-detail {
  position: relative;
  padding-left: 20px;
}

/*** 

====================================================================
		Project Detail
====================================================================

***/

/* Lower Content */

/* Load More Option */

/*** 

====================================================================
		booking area
====================================================================

***/

.booking-area {
  z-index: 9;
}

.booking-area .btn.ss-btn {
  width: 180px;
}

.booking-area .custom-select {
  display: inline-block;
  width: 259px;
  height: calc(1.5em + .75rem + 11px);
  padding: .375rem 1.75rem .375rem .75rem;
  font-size: 1rem;
  font-weight: normal;
  line-height: 1.5;
  color: #495057;
  vertical-align: middle;
  background: #fff url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' width='4' height='5' viewBox='0 0 4 5'%3e%3cpath fill='%23343a40' d='M2 0L0 2h4zm0 5L0 3h4z'/%3e%3c/svg%3e") no-repeat right .75rem center/8px 10px;
  border: 1px solid #C3C3C3;
  border-radius: 30px;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
}

.booking-area .custom-select {
  color: #A3A3A3;
}

.booking-area ul {
  display: flex;
}

.booking-area ul li {
  margin-right: 18px;
}

/*** 

====================================================================
		department area
====================================================================

***/
.department-area li {
  display: flex;
  margin-bottom: 30px;
  background: #FFFFFF 0% 0% no-repeat padding-box;
  box-shadow: 3px 4px 15px #00000026;
  border-radius: 10px;
  padding: 18px 30px;
}

.department-area li a {
  color: #b8b8b8;
}

.department-area li:hover,
.department-area .active {
  background: var(--color-secondary);
  color: #fff;

}

.department-area .active a {
  color: #fff;
}

.department-area li h3 {
  font-size: 24px;
  font-weight: 600;
}

.department-area li:hover h3,
.department-area li a:hover,
.department-area .active h3 {
  color: #fff;
}

.department-area li .icon div {
  width: 96px;
  height: 96px;
  background: #FFFFFF 0% 0% no-repeat padding-box;
  box-shadow: 3px 4px 15px #00000026;
  text-align: center;
  line-height: 90px;
  border-radius: 50%;
  margin-right: 15px;
}

/* 8. newslater-area */
.newslater-area {
  padding: 90px 30px 0;
  height: 337px;
}

.newslater-area span {
  color: var(--color-secondary);
}

.newslater-area p {
  opacity: 0.8;
}

.newslater-area #contact-form4 {
  margin-top: 30px;
  float: right;
  width: 100%;
  position: relative;
}

.newslater-area #contact-form4 button {
  background: var(--color-secondary);
  box-shadow: none;
  width: 52px;
  height: 52px;
  float: left;
  color: #111;
  border-radius: 50%;
  position: absolute;
  right: 6px;
  top: 4px;
  padding: 0;
  text-align: center;
}

/*==================================================
#0.5 booking-serch-area
=====================================================*/

@media (max-width: 767px) {

  .booking-select-wrap {
    margin-top: 0;
    padding: 20px;
  }

}


.populer-meal ul {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  gap: 32px;
}

.populer-meal li {
  width: 31%;
}

.meal-container {
  display: flex;
  flex-direction: column;
  align-items: center;
}

.meal-price {
  text-align: center;
  background: var(--color-primary);
  color: #212121 !important;
  padding: 12px 16px;
  font-size: 18px;
  font-weight: bold;
  letter-spacing: 1px;
  font-family: var(--font-bold);
  max-width: 111px;
}

.meal-container div {
  text-align: center;
}

.meal-container img {
  width: 100%;
  object-fit: contain;
  border-radius: 25px;
  transition: 0.4s linear all;
}
.meal-container img:hover {
    transform: translate(0, -10px) scale(1.05) rotate(4deg);
}
.meal-container .line {
  width: 12%;
  padding: 0 !important;
  display: none;
}




.meal-content h5 {
  font-size: 24px;
  margin-top: 32px;
  text-transform: capitalize;
  font-weight: bold;
  font-family: var(--font-bold);
}

.meal-content p {
  line-height: 24px;
  margin: 24px 0;
  font-size: 16px;
  color: var(--color-dark);
  max-width: 420px;
}


/*** 

====================================================================
	Cart Section style
====================================================================

***/

/* Check Out Page */

/* Shop Order Box */

/* KetKoot landing: menu tabs + readable menu rows */
.ketkoot-menu {
  display: flex;
  align-items: flex-start;
}

section#menu {
  background-color: #fff;
}

.ketkoot-menu .tab-content {
  flex: 1 1 auto;
  min-width: 0;
  margin: 0;
  border-inline-start: 1px solid rgba(255, 255, 255, 0.12);
  padding-inline-start: 32px;
  min-height: 363px;
  display: flex;
  align-items: center;
  justify-content: space-between;
}

.tab-content>.tab-pane {
  width: 100%;
}

.ketkoot-menu .menu-tabs {
  flex-direction: column;
  min-width: 200px;
  border: 0;
}

.ketkoot-menu .menu-tabs .nav-link {
  text-transform: none;
  position: relative;
  border: 0;
  border-radius: 0;
  padding: 12px 16px;
  text-align: left;
  width: 100%;
  margin: 0 0 4px;
  color: var(--color-dark);
  font-weight: bold;
  font-size: 18px;
  font-family: var(--font-bold);
  letter-spacing: 1px;
}

.ketkoot-menu .menu-tabs .nav-link::before {
  content: "";
  position: absolute;
  inset-inline-end: -19px;
  width: 20px;
  height: 20px;
  border: 10px solid transparent;
  top: 0;
  bottom: 0;
  margin: auto;
}

.ketkoot-menu .menu-tabs .nav-link.active::before {
  border-left-color: var(--color-primary);
}

@media all and (max-width:991px) {
  .ketkoot-menu .menu-tabs .nav-link::before {
    left: 0;
    right: 0;
    top: auto;
    bottom: -19px;
  }

  .ketkoot-menu .menu-tabs .nav-link.active::before {
    border-top-color: var(--color-primary);
    border-left-color: transparent !important;
  }
}

.ketkoot-menu .menu-tabs .nav-link.active {
  background-color: var(--color-primary);
}



.ketkoot-menu .ketkoot-category-title {
  margin: 0 0 16px;
  font-weight: bold;
  font-size: 26px;
  font-family: var(--font-bold);
}

.ketkoot-menu-item {
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
  gap: 16px;
  padding-inline-start: 0;
  border-bottom: 0;
  position: relative;
  flex-direction: column;
  padding-bottom: 24px;
  margin-top: 16px;
}

.note {
  white-space: nowrap;
  color: #212121;
  font-family: 'Archivo', sans-serif;
  font-weight: normal;
  font-size: 14px;
  background: var(--color-primary);
  padding: 9px 16px;
  line-height: 1;
  min-width: 64px;
  position: relative;
  display: inline-block;
  margin: 0;
}

.note::after {
  content: "";
  width: 32px;
  height: 32px;
  position: absolute;
  inset-inline-end: -32px;
  top: 0;
  bottom: 0;
  margin: auto;
  background: url(../img/icon/bg-note.png) no-repeat;
  background-size: contain;
}

.ketkoot-menu-item:last-child {
  border-bottom: 0;
}

.ketkoot-menu-item::after {
  content: "";
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
  border-top: 1px dashed rgba(255, 255, 255, 0.35);
}

.ketkoot-item-name {
  color: var(--color-dark);
  font-weight: bold;
  font-size: 20px;
  line-height: 24px;
  margin: 0 auto 16px;
  font-family: var(--font-bold);
}

.ketkoot-item-price {
  white-space: nowrap;
  min-width: 80px;
  text-align: center;
  background: var(--color-primary);
  color: #212121 !important;
  padding: 2px 15px;
  font-size: 18px;
  font-weight: bold;
  letter-spacing: 1px;
  font-family: var(--font-bold);
}

.ketkoot-item-desc {
  margin: 0 0 8px;
  color: var(--color-dark);
  font-size: 20px;
  line-height: 20px;
  font-weight: normal;
  font-family: var(--font-light);
}

.ketkoot-item-upgrade {
  margin-top: 4px;
  color: #e4e4e4;
  font-size: 13px;
}

/* KetKoot landing: location card */
.ketkoot-location-card {
  padding: 32px;
  margin-top: 16px;
}

.ketkoot-location-address {
  font-weight: bold;
  font-size: 32px;
  color: var(--color-dark);
  position: relative;
  text-transform: uppercase;
  line-height: 34px;
  margin: 0 0 24px;
  font-family: var(--font-bold);
  letter-spacing: 2px;
}

.ketkoot-location-sub {
  color: var(--color-dark);
  font-size: 24px;
}

@media (max-width: 991.98px) {

  /* Switch back to horizontal tabs on narrower screens */
  .ketkoot-menu {
    flex-direction: column;
    gap: 16px;
  }

  .ketkoot-menu .menu-tabs {
    flex-direction: row;
    text-align: center;
    justify-content: center;
    align-items: center;
    min-width: 100%;
  }

  .ketkoot-menu .menu-tabs .nav-link {
    width: auto;
    text-align: center;
    white-space: nowrap;
    padding: 8px 12px;
    font-size: 16px;
    letter-spacing: 0;
  }

  .ketkoot-menu .tab-content {
    padding: 16px 0 0 0;
    border-top: 1px solid rgba(0, 0, 0, 0.05);
    border-inline-start: 0;
    margin-top: -19px;
    width: 100%;
    display: block;
    min-height: auto;
  }
}

@media (max-width: 575.98px) {
  .ketkoot-menu .tab-content {
    padding-top: 32px;
  }

  .ketkoot-menu-item::before {
    width: 52px;
    height: 52px;
  }

  .ketkoot-menu-item {
    margin-bottom: 16px;
  }

  .pl-3 {
    padding: 0 !important
  }

  .ketkoot-menu .ketkoot-category-title {
    font-size: 22px;
  }

  .ketkoot-item-name {
    font-size: 16px;
  }

  .ketkoot-item-price {
    font-size: 18px;
  }
}

.dollor,
.plus {
  font-family: sans-serif;
  font-style: normal;
  font-weight: normal;
}

/* ===== Subtle item reveal (small fade + 10px lift; not scroll-behavior) ===== */
#home {
  position: relative
}

.meal-select-section::before,
#home::before,
#services::before {
  content: "";
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  background: url(../img/bg-texture.png) repeat center;
  opacity: 4%;
  z-index: 9998;
}

.ktk-reveal {
  opacity: 0;
  transform: translate3d(0, 10px, 0);
  transition: opacity 0.5s ease, transform 0.5s ease;
  transition-delay: var(--ktk-delay, 0s);
}

.ktk-reveal.is-visible {
  opacity: 1;
  transform: translate3d(0, 0, 0);
  /* padding-top: 3rem; */
}

/* Header always visible — no reveal animation */
header .ktk-reveal,
header.ktk-reveal {
  opacity: 1 !important;
  transform: none !important;
  transition: none !important;
}

@media (prefers-reduced-motion: reduce) {
  .ktk-reveal {
    opacity: 1;
    transform: none;
    transition: none;
  }
}

button,
.btn,
input[type="button"],
.ss-btn {
  transition: color 0.2s ease, background-color 0.2s ease, border-color 0.2s ease,
    box-shadow 0.2s ease, opacity 0.2s ease;
}

/* ===== Full-page load progress (until window load) ===== */
.page-loader {
  position: fixed;
  inset: 0;
  z-index: 999999;
  display: flex;
  align-items: center;
  justify-content: center;
  background: rgba(17, 17, 17, 0.96);
  transition: opacity 0.45s ease, visibility 0.45s ease;
}

.page-loader--done {
  opacity: 0;
  visibility: hidden;
  pointer-events: none;
}

.page-loader__inner {
  width: min(320px, 82vw);
  text-align: center;
}

.page-loader__track {
  width: 100%;
  height: 4px;
  border-radius: 4px;
  background: rgba(255, 255, 255, 0.1);
  overflow: hidden;
}

.page-loader__bar {
  width: 0%;
  height: 100%;
  border-radius: 4px;
  background: linear-gradient(90deg, var(--color-secondary) 0%, #ff6f1c 100%);
  transition: width 0.18s ease-out;
}

.page-loader__text {
  margin: 14px 0 0;
  font-size: 13px;
  letter-spacing: 0.06em;
  color: #b8b8b8;
  text-transform: uppercase;
}

html.page-loading,
html.page-loading body {
  overflow: hidden;
}

/* KetKoot — site overrides (merged from former theme.css) */
body {
  background: #f4f4f2 !important;
  color: #454545 !important;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  color: var(--color-dark);
}

.main-menu ul li a {
  color: #1a1a1a !important;
}

.main-menu ul li:hover>a {
  color: var(--color-secondary) !important;
}

.main-menu ul li.active a {
  background-color: var(--color-primary);
}

.menu-area.sticky-menu {
  background: #fff !important;
  box-shadow: 0 4px 20px rgba(0, 0, 0, 0.08) !important;
}

.slider-active .slick-arrow {
  background: #fff !important;
  color: var(--color-secondary) !important;
  box-shadow: 0 4px 14px rgba(0, 0, 0, 0.12);
}

/* Home hero (#home) — replace dark header-bg image */
#home.slider-area .single-slider.slider-bg,
#home .slider-bg {
  background-image: none !important;
  min-height: calc(100vh - 121px);
}

#home .slider-bg::before {
  display: none !important;
}

/* Footer — replace dark footer-bg image + readable text */
footer.footer-bg {
  background-color: #f4f4f2 !important;
  background-image: none !important;
}

.footer-bg .footer-top {
  background-color: #fff !important;
}

.footer-text p {
  color: var(--color-dark);
  font-size: 18px;
}

.footer-social span {
  color: #333 !important;
}

.footer-link ul li a {
  color: #555 !important;
}

.f-widget-title h5 {
  color:var(--color-primary) !important;
}

.footer-social a {
  border-radius: 50%;
  transition: background 0.2s ease, transform 0.2s ease;
}

.footer-social a:hover {
  background: rgba(253, 221, 0, 0.35) !important;
  color:var(--color-primary) !important;
}

.page-loader {
  background: rgba(244, 244, 242, 0.98) !important;
}

.page-loader__track {
  background: rgba(0, 0, 0, 0.08) !important;
}

.page-loader__text {
  color: #666 !important;
}

/* KetKoot — full-width promo video (poster + play) */
.ketkoot-video-section {
  width: 100%;
  margin: 0;
  padding: 0;
  display: block;
  background: #1a1a1a;
}

.ketkoot-video-wrap {
  position: relative;
  width: 100%;
  max-height: 820px;
  aspect-ratio: 16 / 9;
  overflow: hidden;
  background: #111;
}

@supports not (aspect-ratio: 16 / 9) {
  .ketkoot-video-wrap {
    height: 0;
    padding-bottom: 56.25%;
    max-height: none;
  }

  .ketkoot-video-wrap > * {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
  }
}

.ketkoot-video-poster-layer {
  position: absolute;
  inset: 0;
  z-index: 1;
}

.ketkoot-video-poster-img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
}

.ketkoot-video-play {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  z-index: 2;
  width: 88px;
  height: 88px;
  padding: 0;
  margin: 0;
  border: none;
  border-radius: 50%;
  cursor: pointer;
  color: #212121;
  display: flex;
  align-items: center;
  justify-content: center;
  padding-left: 6px;
  background: transparent linear-gradient(90deg, var(--color-primary) 0%, var(--color-primary) 100%) 0% 0%    no-repeat padding-box;
  box-shadow: 0 8px 32px rgba(0, 0, 0, 0.35);
  transition: transform 0.2s ease, box-shadow 0.2s ease;
}

.ketkoot-video-play::before {
  content: "";
  position: absolute;
  left: 50%;
  top: 50%;
  width: 98px;
  height: 98px;
  background: transparent linear-gradient(90deg, var(--color-primary) 0%, var(--color-primary) 100%) 0% 0%    no-repeat padding-box;
  z-index: -1;
  border-radius: 50%;
  transform: translate(-50%, -50%);
  opacity: 0.45;
  animation: pulse-border 1500ms ease-out infinite;
}

.ketkoot-video-play:hover {
  transform: translate(-50%, -50%) scale(1.05);
  box-shadow: 0 12px 40px rgba(0, 0, 0, 0.4);
}

.ketkoot-video-play:focus {
  outline: 3px solid var(--color-primary);
  outline-offset: 4px;
}

.ketkoot-video-el {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  object-fit: contain;
  background: #000;
  z-index: 3;
  display: none;
}

.ketkoot-video-wrap.is-playing .ketkoot-video-poster-layer {
  visibility: hidden;
  pointer-events: none;
}

.ketkoot-video-wrap.is-playing .ketkoot-video-el {
  display: block;
}

/* KetKoot menu + location */
.ketkoot-menu .tab-content {
  border-inline-start-color: rgba(0, 0, 0, 0.1) !important;
}

.ketkoot-item-upgrade {
  color: #444 !important;
}

.ketkoot-menu-item::after {
  border-top-color: rgba(0, 0, 0, 0.18) !important;
}

.ketkoot-location-card {
  background: #fff;
}

/* Mobile meanmenu bar */
.mean-container .mean-bar {
  background: #fff !important;
}

.mean-container .meanmenu-reveal span {
  background: var(--color-primary);
}

.mean-container .mean-nav {
  background: #f8f8f6 !important;
}

.mean-container .mean-nav ul li a {
  color: #222 !important;
  border-top-color: rgba(0, 0, 0, 0.08) !important;
}

/* Section backgrounds (inline images overridden) */
/* POPULAR MEAL */
.meal-select-section {
  background-color: #eef0ec !important;
  background-image: none !important;
}

.meal-content h5 a {
  color: var(--color-dark);
  font-weight: bold;
  font-size: 24px;
  position: relative;
  text-transform: uppercase;
  line-height: 32px;
  margin: 0;
  font-family: var(--font-bold);
  letter-spacing: 1px;
}

/* CORE FEATURES */
#services.services-area,
.services-area.services-bg {
  background-color: #e8ebe7 !important;
  background-image: none !important;
}

.second-services-content a:hover {
  color: var(--color-secondary) !important;
}

/* Hero (#home) — slick pagination dots: visible on light background */
.slider-active .slick-dots li button {
  border-color: rgba(0, 0, 0, 0.2) !important;
  color: #2a2a2a !important;
  background: rgba(255, 255, 255, 0.95) !important;
}

.slider-active .slick-dots li.slick-active button {
}

.slider-active .slick-dots li.slick-active button::before {
  opacity: 1;
  filter: contrast(1.1) brightness(0.95);
}

/* About column — image carousel */
.about-slider-active .slick-slide img {
  width: 100%;
  display: block;
  height: 495px;
  object-fit: cover;
  object-position: center;
}

.about-slider-active .slick-arrow {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  left: 10px;
  height: 48px;
  width: 48px;
  color: var(--color-secondary);
  font-size: 16px;
  line-height: 48px;
  border: none;
  background: #fff;
  border-radius: 50%;
  text-align: center;
  z-index: 2;
  cursor: pointer;
  padding: 0;
  box-shadow: 0 4px 14px rgba(0, 0, 0, 0.12);
}

.about-slider-active .slick-next {
  left: auto;
  right: 10px;
}

.about-slider-active .slick-arrow:hover {
  box-shadow: 0 4px 18px rgba(0, 0, 0, 0.16);
}

.about-slider-active .slick-dots li button {
  border-color: rgba(0, 0, 0, 0.2) !important;
  color: #2a2a2a !important;
  background: rgba(255, 255, 255, 0.95) !important;
}

.about-slider-active .slick-dots li.slick-active button {
  background: var(--color-secondar) !important;
  color:var(--color-primary) !important;
  border-color: transparent !important;
}

.about-slider-active .slick-dots li.slick-active button::before {
  opacity: 1;
  filter: contrast(1.1) brightness(0.95);
}

/* Instagram section (class name: .instgram) */
.instgram {
  background-color: #fff;
}


.instgram__lead {
  font-size: 20px;
  line-height: 32px;
  color: var(--color-dark);
  max-width: 590px;
  margin: auto auto 24px;
}

.custom-img {
  width: 100%;
  margin: 0 auto 16px;
  display: inline-block;
  max-width: 460px;
}

@media all and (max-width:1440px) {
  .custom-img {
    max-width: 320px;
  }
}

@media all and (max-width:991px) {
  .custom-img {
    max-width: 240px;
  }
}

@media all and (max-width:767px) {

  #home.slider-area .single-slider.slider-bg,
  #home .slider-bg,
  .slider-area {
    height: auto;
    min-height: auto;
    display: flex;
    align-items: center;
    /* background-color: #fff; */
  }

  .slider-area {
    padding-top: 70px;
  }

  .meal-price {
    margin: auto;
    margin-top: 2rem;
  }
}
.social-links{

}

.social-links a{
  background-color: var(--color-secondary);
  width: 50px;
  height: 50px;
  display: inline-block;
  text-align: center;
  border-radius: 50%;
  display: inline-flex;
  align-items: center;
  justify-content: center;
}

.social-links a svg path{
  fill: var(--color-dark);
}

/* Custom site cursor (64×71 PNG, hotspot ~center; large originals exceed browser cursor limits) */
html,
body,
body *,
body *::before,
body *::after {
  cursor: url('../img/mouse.png') 32 35, auto !important;
}

input[type='text'],
input[type='search'],
input[type='email'],
input[type='password'],
input[type='url'],
input[type='tel'],
input[type='number'],
textarea {
  cursor: text !important;
}
.title_bc{
  background: url(../img/menuelements.png) no-repeat;
  width: 100%;
  max-width: 320px;
  background-position: right;
  background-size: cover;
  padding: 0 10px;
  line-height: 108px;
  height: 115px;
  position: relative;
}
.title_bc::before{
  content: '';
  position: absolute;
  inset-inline-end: 4px;
  top: -15px;
  width: 54px;
  height: 54px;
  background: url(../img/mouse2.png) no-repeat;
}
.title_bc h2{
    margin: 0;
    line-height: 108px;
    color: #fff;
    font-size: 37px;
}
.meal-img {
    height: 20rem;
}
@media (max-width: 768px) {

  .meal-img {
      height: 15rem;
  }
  .footer-k {
    display: flex;
    justify-content: space-between;
    -ms-flex-align: center!important;
    align-items: center !important;
    gap: 1rem;
    flex-direction: column;
  }
}
.footer-k {
    display: flex;
    justify-content: space-between;
    -ms-flex-align: center!important;
    align-items: center !important;
    /* gap: 1rem;
    flex-direction: column; */
}