/*
Theme Name: Lestin
Author: 
Author URI: 
Description: Lestin- Directory Listing HTML Template<
Version: 1.0.0
*/
/*CSS Table Of Content Ends Here*/
@import url("https://fonts.googleapis.com/css2?family=Visby:wght@200..800&display=swap");

@font-face {
  font-family: 'Visby';
  src: url('../fonts/VisbyRegular.otf') format('opentype');
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: 'Visby';
  src: url('../fonts/VisbySemibold.otf') format('opentype');
  font-weight: 700;
  font-style: normal;
  font-display: swap;
}

select {
  display: block !important;
}
.nice-select{
  display: none !important;
}
:root {
  --body: #fff;
  --black: #11161f;
  --black-pure: #000;
  --white: #fff;
  --theme: rgba(251,1,2,255);
  --theme2: #35c54c;
  --theme3: #59aec2;
  --header: #11161f;
  --header2: #161616;
  --cmn-border: #838383;
  --ratting: #febb02;
  --text: #787878;
  --text2: #f5f5f5;
  --text3: #e2dfeb;
  --indef: #d5d5d5;
  --border: #e2dfeb;
  --bg: #e2dfeb;
  --box-shadow: 0px 4px 25px 0px rgba(0, 0, 0, 0.06);
}

.black-clr {
  color: var(--black);
}

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

.black-pure-clr {
  color: var(--black-pure);
}

.black-pure-bg {
  background: var(--black-pure);
}

.white-clr {
  color: var(--white);
}

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

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

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

.theme2-clr {
  color: var(--theme2);
}

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

.theme3-clr {
  color: var(--theme3);
}

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

.ratting-clr {
  color: var(--ratting);
}

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

.indef-clr {
  color: var(--indef);
}

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

.text-clr {
  color: var(--text);
}

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

.text2-clr {
  color: var(--text2);
}

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

.bg-clr {
  color: var(--bg);
}

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

.border-clr {
  color: var(--border);
}

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

.cus-border {
  border: 1px solid var(--border);
}

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

.cmn-border-clr {
  color: var(--cmn-border);
}

.cmn-border {
  border: 1px solid var(--cmn-border);
}

.cmn-border-bg {
  background: var(--cmn-border);
}

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

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

.fs-14 {
  font-size: 14px;
  line-height: 20px;
}

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

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

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

.theme-btn {
  position: relative;
  z-index: 2;
  vertical-align: middle;
  display: inline-flex;
  gap: 15px;
  border: none;
  text-align: center;
  background-color: var(--theme);
  color: var(--white);
  font-size: 14px;
  font-weight: 700;
  line-height: 1;
  padding: 19px 28px;
  overflow: hidden;
  align-items: center;
  font-family: "Visby", sans-serif;
}
.theme-btn.alt-btn {
  background-color: var(--black);
}
.theme-btn.alt-btn:hover {
  color: var(--black);
}
.theme-btn.alt-btn:hover::after, .theme-btn.alt-btn:hover::before {
  background-color: var(--white);
}
.theme-btn.alt-btn2 {
  background-color: var(--black);
}
.theme-btn.alt-btn2:hover {
  color: var(--black);
}
.theme-btn.alt-btn2:hover::after, .theme-btn.alt-btn2:hover::before {
  background-color: var(--theme);
}
.theme-btn.alt-btn03 {
  transition: all 0.4s;
}
.theme-btn.alt-btn03:hover {
  color: var(--black);
}
.theme-btn.alt-btn03:hover::after, .theme-btn.alt-btn03:hover::before {
  background-color: var(--white);
}
.theme-btn::after, .theme-btn::before {
  content: "";
  display: block;
  width: 50px;
  height: 50px;
  transform: translate(-50%, -50%);
  position: absolute;
  border-radius: 50%;
  z-index: -1;
  background-color: var(--header);
  transition: 1s ease;
}
.theme-btn::before {
  top: -2em;
  left: -2em;
}
.theme-btn::after {
  left: calc(100% + 2em);
  top: calc(100% + 2em);
}
.theme-btn:hover {
  color: var(--white);
  box-shadow: none;
}
.theme-btn:hover::after, .theme-btn:hover::before {
  height: 410px;
  width: 410px;
}
.theme-btn.header-bg {
  background-color: var(--header);
}
.theme-btn.header-bg::after, .theme-btn.header-bg::before {
  background-color: var(--theme);
}
.theme-btn.bg-white {
  background-color: var(--white);
  color: var(--header);
}
.theme-btn.bg-white::before, .theme-btn.bg-white::after {
  background-color: var(--header);
}
.theme-btn.bg-white:hover {
  color: var(--white);
}
@media (max-width: 575px) {
  .theme-btn {
    padding: 18px 30px;
    font-size: 14px;
  }
}

.link-btn {
  display: inline-block;
  color: var(--header);
  font-weight: 700;
  font-size: 18px;
  text-transform: uppercase;
  font-family: "Visby", sans-serif;
  border-bottom: 2px solid var(--header);
}
.link-btn:hover {
  border-bottom: 2px solid var(--theme);
  color: var(--theme);
}

/* --------------------------------------------
    Template Default Fonts & Fonts Styles
 ---------------------------------------------- */
body {
  font-size: 20px;
  font-weight: 400;
  line-height: 28px;
  color: var(--text);
  background-color: var(--white);
  padding: 0;
  margin: 0;
  overflow-x: hidden;
  font-family: "Visby", sans-serif;
}

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

button {
  border: none;
  background-color: transparent;
  padding: 0;
}

input:focus {
  color: var(--white);
  outline: none;
}

input {
  color: var(--white);
}

h1,
h2,
h3,
h4,
h5,
h6 {
  font-family: "Visby", sans-serif;
  margin: 0px;
  font-style: normal;
  padding: 0;
  color: var(--header);
  transition: all 0.4s ease-in-out;
}

h1 {
  font-size: 96px;
  font-weight: 900;
  line-height: 100%;
}

h2 {
  font-size: 50px;
  line-height: 120%;
  font-weight: 800;
  letter-spacing: -0.64px;
}
@media (max-width: 1199px) {
  h2 {
    font-size: 44px;
  }
}
@media (max-width: 991px) {
  h2 {
    font-size: 42px;
  }
}
@media (max-width: 767px) {
  h2 {
    font-size: 36px;
  }
}
@media (max-width: 575px) {
  h2 {
    font-size: 32px;
  }
}

h3 {
  font-size: 32px;
  font-weight: 900;
  line-height: 115%;
}
@media (max-width: 1199px) {
  h3 {
    font-size: 29px;
  }
}
@media (max-width: 991px) {
  h3 {
    font-size: 26px;
  }
}
@media (max-width: 767px) {
  h3 {
    font-size: 24px;
  }
}

h4 {
  font-size: 24px;
  font-weight: 900;
  line-height: 115%;
}
@media (max-width: 991px) {
  h4 {
    font-size: 22px;
  }
}
@media (max-width: 767px) {
  h4 {
    font-size: 20px;
  }
}

h5 {
  font-size: 20px;
  font-weight: 700;
}
@media (max-width: 991px) {
  h5 {
    font-size: 19px;
  }
}
@media (max-width: 767px) {
  h5 {
    font-size: 18px;
  }
}

h6 {
  font-size: 18px;
  font-weight: 600;
  line-height: 145%;
}

a {
  text-decoration: none;
  outline: none !important;
  cursor: pointer;
  color: var(--header);
  transition: all 0.4s ease-in-out;
}

p {
  margin: 0px;
  transition: all 0.4s ease-in-out;
}

span {
  margin: 0px;
  transition: all 0.4s ease-in-out;
}

.d-center {
  display: flex;
  align-items: center;
  justify-content: center;
}

.app-section {
  background: url(../img/app/app-bg.jpg) no-repeat center center;
  background-size: cover;
}
.app-section .app-content p {
  font-size: 21px;
  font-weight: 500;
  color: var(--text);
}
.app-section .app-content button {
  max-width: 230px;
}
.app-section .app-content button img {
  width: 100%;
}
.app-section .app-screen-thumb {
  position: absolute;
  right: 30%;
  bottom: 0;
}
.app-section .app-ele {
  position: absolute;
  right: 0;
  top: 0;
  animation: updown 4s linear infinite;
}
@media (max-width: 1399px) {
  .app-section .app-screen-thumb {
    position: absolute;
    right: 16%;
    bottom: 0;
  }
}
@media (max-width: 1199px) {
  .app-section .app-screen-thumb {
    position: absolute;
    right: 9%;
    bottom: 0;
  }
  .app-section .app-ele svg {
    width: 200px;
    height: 300px;
  }
}
@media (max-width: 991px) {
  .app-section .app-content p {
    font-size: 18px;
  }
  .app-section .app-content button {
    max-width: 160px;
  }
  .app-section .app-content button img {
    width: 100%;
  }
  .app-section .app-screen-thumb {
    display: none;
  }
  .app-section .app-ele svg {
    width: 100px;
    height: 300px;
  }
}

.app-store-btn button {
  width: 233px;
  height: 73px;
  transition: all 0.4s;
}
.app-store-btn button img {
  max-width: 155px;
  object-fit: contain;
  transition: all 0.4s;
}
.app-store-btn button:first-child {
  background: var(--theme);
}
.app-store-btn button:first-child:hover {
  background: var(--white);
}
.app-store-btn button:first-child:hover img {
  filter: brightness(0);
}
.app-store-btn button:last-child {
  background: var(--white);
}
.app-store-btn button:last-child:hover {
  background: var(--theme);
}
.app-store-btn button:last-child:hover img {
  filter: brightness(25);
}
@media (max-width: 991px) {
  .app-store-btn button {
    width: 233px;
    height: 63px;
    padding: 10px 16px;
  }
}

.user-items {
  background: var(--white);
  padding: 40px 40px;
  box-shadow: 0px 0px 40px 0px rgba(0, 0, 0, 0.1);
  transition: all 0.4s;
}
.user-items .user-icon {
  position: absolute;
  right: 0;
  bottom: 0;
}
.user-items.active, .user-items:hover {
  background: var(--black);
}
.user-items.active .user-icon, .user-items:hover .user-icon {
  filter: brightness(25);
}
.user-items.active p, .user-items:hover p {
  color: var(--white);
}
.user-items.active h5, .user-items:hover h5 {
  color: var(--white);
}
@media (max-width: 1399px) {
  .user-items {
    padding: 30px 30px;
  }
}

.anyting-section {
  background: url(../img/testimonial/aniting-bg.png) no-repeat center center;
  background-size: cover;
  padding: 80px 0;
}

.anyting-content {
  display: flex;
  align-items: center;
  gap: 100px;
}
.anyting-content p {
  font-size: 20px;
  color: var(--white);
}
.anyting-content .icon-circle {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  animation: circles 20s linear infinite;
}
@media (max-width: 1399px) {
  .anyting-content {
    gap: 60px;
  }
}
@media (max-width: 991px) {
  .anyting-content {
    display: grid;
    flex-wrap: wrap;
    gap: 70px;
    text-align: center;
  }
}

@keyframes circles {
  100% {
    transform: translate(-50%, -50%) rotate(360deg);
  }
}
.anyting-thumb-area {
  max-width: 630px;
  position: absolute;
  top: -100px;
  left: 8%;
}
.anyting-thumb-area img {
  width: 100%;
}
@media (max-width: 1899px) {
  .anyting-thumb-area {
    left: 1px;
  }
}
@media (max-width: 1399px) {
  .anyting-thumb-area {
    max-width: 100%;
    width: 100%;
    position: initial;
  }
  .anyting-thumb-area img {
    width: 100%;
  }
}

.about-thumb-main {
  display: flex;
  gap: 24px;
}
.about-thumb-main .thumb {
  width: 100%;
  overflow: hidden;
  max-height: 300px;
}
.about-thumb-main .thumb img {
  width: 100%;
}
.about-thumb-main .thumb2 {
  margin-top: -50px;
}
@media (max-width: 767px) {
  .about-thumb-main {
    gap: 14px;
  }
  .about-thumb-main .thumb2 {
    margin-top: 0px;
  }
}

.progress-outer {
  position: relative;
  margin-bottom: 40px;
}
.progress-outer .progress-circle {
  position: absolute;
  left: calc(25% - 31px);
  top: 35px;
  background: #161616;
  color: #fff;
  line-height: 1;
  width: 30px;
  height: 30px;
  border-radius: 50%;
  z-index: 9;
  border: 1px solid var(--white);
}
.progress-outer .progress-stacked {
  height: 14px;
  background-color: #ddd;
  border-radius: 15px;
}
.progress-outer .progress-bar {
  background-color: var(--theme);
  position: relative;
}
.progress-outer .progress-text-item {
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin-bottom: 15px;
  margin-top: 15px;
}
.progress-outer .progress-text-item h6 {
  font-size: 16px;
  font-weight: 700;
}
.progress-outer .progress-text-item p {
  font-size: 16px;
}

.about-section-inner .about-thumb-main .thumb.style-2 {
  margin-top: 2px;
}
@media (max-width: 1199px) {
  .about-section-inner .about-thumb-main .thumb.style-2 {
    margin-top: 0;
  }
}

@-webkit-keyframes rippleOne {
  70% {
    -webkit-box-shadow: 0 0 0 40px rgba(244, 68, 56, 0);
    box-shadow: 0 0 0 40px rgba(244, 68, 56, 0);
  }
  100% {
    -webkit-box-shadow: 0 0 0 0 rgba(244, 68, 56, 0);
    box-shadow: 0 0 0 0 rgba(244, 68, 56, 0);
  }
}
@keyframes rippleOne {
  70% {
    -webkit-box-shadow: 0 0 0 40px rgba(244, 68, 56, 0);
    box-shadow: 0 0 0 40px rgba(244, 68, 56, 0);
  }
  100% {
    -webkit-box-shadow: 0 0 0 0 rgba(244, 68, 56, 0);
    box-shadow: 0 0 0 0 rgba(244, 68, 56, 0);
  }
}
@keyframes cir36 {
  100% {
    transform: rotate(360deg);
  }
}
@keyframes rounded {
  50% {
    transform: rotate(15deg);
  }
}
@-webkit-keyframes spinner {
  to {
    -webkit-transform: rotateZ(360deg);
    transform: rotateZ(360deg);
  }
}
@keyframes spinner {
  to {
    -webkit-transform: rotateZ(360deg);
    transform: rotateZ(360deg);
  }
}
@-webkit-keyframes letters-loading {
  0%, 75%, 100% {
    opacity: 0;
    transform: rotateY(-90deg);
  }
  25%, 50% {
    opacity: 1;
    transform: rotateY(0deg);
  }
}
@keyframes letters-loading {
  0%, 75%, 100% {
    opacity: 0;
    transform: rotateY(-90deg);
  }
  25%, 50% {
    opacity: 1;
    transform: rotateY(0deg);
  }
}
@keyframes loaderspin {
  0% {
    transform: translate(-50%, -50%) rotate(0deg);
  }
  100% {
    transform: translate(-50%, -50%) rotate(360deg);
  }
}
@keyframes tpswing {
  0% {
    -webkit-transform: rotate(20deg);
    -ms-transform: rotate(20deg);
    transform: rotate(20deg);
  }
  100% {
    -webkit-transform: rotate(0deg);
    -ms-transform: rotate(0deg);
    transform: rotate(0deg);
  }
}
@keyframes width {
  0% {
    width: 0%;
  }
  100% {
    width: 100%;
  }
}
@-webkit-keyframes width {
  0% {
    width: 0%;
  }
  100% {
    width: 100%;
  }
}
@-webkit-keyframes loaderspin {
  0% {
    transform: translate(-50%, -50%) rotate(0deg);
  }
  100% {
    transform: translate(-50%, -50%) rotate(360deg);
  }
}
@keyframes loaderpulse {
  0% {
    transform: scale(1);
  }
  100% {
    transform: scale(1.2);
  }
}
@keyframes rounded {
  50% {
    transform: rotate(20deg);
  }
}
@keyframes cir36 {
  100% {
    transform: rotate(360deg);
  }
}
.float-bob-y {
  -webkit-animation-name: float-bob-y;
  animation-name: float-bob-y;
  -webkit-animation-duration: 3s;
  animation-duration: 3s;
  -webkit-animation-iteration-count: infinite;
  animation-iteration-count: infinite;
  -webkit-animation-timing-function: linear;
  animation-timing-function: linear;
}

@-webkit-keyframes float-bob-y {
  0% {
    -webkit-transform: translateY(-30px);
    transform: translateY(-30px);
  }
  50% {
    -webkit-transform: translateY(-10px);
    transform: translateY(-10px);
  }
  100% {
    -webkit-transform: translateY(-30px);
    transform: translateY(-30px);
  }
}
@keyframes float-bob-y {
  0% {
    -webkit-transform: translateY(-30px);
    transform: translateY(-30px);
  }
  50% {
    -webkit-transform: translateY(-10px);
    transform: translateY(-10px);
  }
  100% {
    -webkit-transform: translateY(-30px);
    transform: translateY(-30px);
  }
}
@keyframes shine {
  from {
    -webkit-mask-position: 150%;
  }
  to {
    -webkit-mask-position: -50%;
  }
}
@keyframes bounce-x {
  0% {
    -webkit-transform: translateX(0);
    transform: translateX(0);
  }
  50% {
    -webkit-transform: translateX(30px);
    transform: translateX(30px);
  }
  100% {
    -webkit-transform: translateX(0);
    transform: translateX(0);
  }
}
.bounce-x {
  -webkit-animation: bounce-x 7s infinite linear;
  animation: bounce-x 7s infinite linear;
}

@keyframes animate-positive {
  0% {
    width: 0;
  }
}
@keyframes updown {
  50% {
    transform: translateY(10px);
  }
}
@keyframes leftr {
  50% {
    transform: translateX(7px);
  }
}
@keyframes updowns {
  50% {
    margin: 5px 0;
  }
}
.tpfadeInLeft {
  opacity: 0; /* Start invisible */
  animation: tpfadeInLeft 2s ease-out forwards; /* 2 seconds duration, ease-out effect */
}

@keyframes tpfadeInLeft {
  0% {
    opacity: 0;
    transform: translateX(-20px); /* Start slightly to the left */
  }
  100% {
    opacity: 1;
    transform: translateX(0); /* End at original position */
  }
}
.tpSkillInLeft {
  opacity: 0; /* Start invisible */
  animation: tpSkillInLeft 2s ease-out forwards; /* 2 seconds duration, ease-out effect */
}

@keyframes tpSkillInLeft {
  0% {
    opacity: 0;
    transform: translateX(-300px); /* Start slightly to the left */
  }
  100% {
    opacity: 1;
    transform: translateX(0); /* End at original position */
  }
}
.brand-slider {
  border-bottom: 1px solid var(--border);
  padding-bottom: 45px;
}

.swiper-3d-section {
  margin-top: -18rem;
  position: relative;
  z-index: 1;
}
.swiper-3d-section .container {
  max-width: 1500px;
  margin: 0 auto;
}
.swiper-3d-section .card3d-content {
  position: absolute;
  left: 50%;
  width: 100%;
  text-align: center;
  opacity: 0;
}
.swiper-3d-section .card3d-content span {
  margin: 0 auto;
}
.swiper-3d-section .slide-cmn {
  width: 50px;
  height: 50px;
  border-radius: 50%;
  box-shadow: rgba(99, 99, 99, 0.2) 0px 2px 8px 0px;
}
.swiper-3d-section .swiper3d-btn-grp {
  width: 100%;
  justify-content: space-between;
  z-index: 9;
}
.swiper-3d-section .swiper3d-btn-grp .swiper-3d-button-prev {
  position: absolute;
  left: 10%;
  top: 56%;
  z-index: 9;
}
.swiper-3d-section .swiper3d-btn-grp .swiper-3d-button-next {
  position: absolute;
  right: 10%;
  top: 56%;
  z-index: 9;
}
@media (max-width: 1399px) {
  .swiper-3d-section .swiper3d-btn-grp {
    width: initial;
    justify-content: center;
    z-index: 9;
    margin-top: 30px;
  }
  .swiper-3d-section .swiper3d-btn-grp .swiper-3d-button-prev {
    position: initial;
  }
  .swiper-3d-section .swiper3d-btn-grp .swiper-3d-button-next {
    position: initial;
  }
}

.swiper-3d-section .swiper-3d-container {
  width: 100%;
}

.swiper-3d-section .swiper-3d-container .swiper-slide {
  width: 320px;
}

.swiper-3d-section .swiper-3d-container .swiper-slide .card-3d {
  position: relative;
  width: 320px;
  transition: all 0.5s ease;
}

.swiper-3d-section .swiper-3d-container .swiper-slide .card-3d .img-area {
  border-radius: inherit;
}

.swiper-3d-section .swiper-3d-container .swiper-slide .card-3d .img-area img {
  border-radius: inherit;
  transition: all 0.5s ease;
}

.swiper-3d-section .swiper-3d-container .swiper-slide .card-3d .card-date {
  border-radius: 12px;
  background: rgba(var(--n1), 0.45);
}

.swiper-3d-section .swiper-3d-container .swiper-slide .card-3d .card-status {
  border-radius: 46px;
  border: 1px solid rgb(var(--s1));
  background: rgb(var(--n4));
  bottom: -10px;
}

.swiper-3d-section .swiper-3d-container .swiper-slide .card-3d .card-info {
  border-radius: 12px;
  background: rgba(var(--n3), 0.4);
}

.swiper-3d-section .swiper-3d-container .swiper-slide-active .card-3d {
  opacity: 1;
  z-index: 1;
  position: relative;
}
.swiper-3d-section .swiper-3d-container .swiper-slide-active .card-3d .card3d-content {
  position: absolute;
  bottom: 30px;
  left: 40px;
  width: 100%;
  text-align: center;
  z-index: 1;
  opacity: 1;
}
.swiper-3d-section .swiper-3d-container .swiper-slide-active .card-3d .card3d-content span {
  margin: 0 auto;
}
.swiper-3d-section .swiper-3d-container .swiper-slide-active .card-3d::before {
  position: absolute;
  bottom: -220px;
  left: 0;
  content: "";
  width: 390px;
  border-radius: 50%;
  height: 400px;
  background: var(--theme);
}
@media (max-width: 575px) {
  .swiper-3d-section .swiper-3d-container .swiper-slide-active .card-3d {
    width: 100%;
    overflow: hidden;
  }
  .swiper-3d-section .swiper-3d-container .swiper-slide-active .card-3d .card3d-content {
    left: 50%;
    transform: translateX(-50%);
    bottom: 20px;
  }
  .swiper-3d-section .swiper-3d-container .swiper-slide-active .card-3d .card3d-content h4{
    padding-right: 2rem !important;
    padding-left: 2rem !important;
  }
  .swiper-3d-section .swiper-3d-container .swiper-slide-active .card-3d img {
    width: 100%;
  }
  .swiper-3d-section .swiper-3d-container .swiper-slide-active .card-3d::before {
    bottom: -220px;
    left: 50%;
    transform: translateX(-50%);
    width: 325px;
    height: 365px;
  }
  .swiper-3d-section .swiper-3d-container .swiper-slide-active .card-3d::after {
    bottom: -220px;
    left: 50%;
    transform: translateX(-50%);
    width: 300px;
    height: 300px;
  }
}

.swiper-3d-section .swiper-btn-area .swiper-3d-button-prev,
.swiper-3d-section .swiper-btn-area .swiper-3d-button-next {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  left: 10%;
  z-index: 10;
}

.swiper-3d-section .swiper-btn-area .swiper-3d-button-next {
  left: unset;
  right: 10%;
}

.contact-section .contact-information {
  border-radius: 5px;
  background-color: rgb(255, 255, 255);
  box-shadow: 0px 10px 60px 0px rgba(0, 0, 0, 0.1);
  padding: 40px;
}
.contact-section .contact-information .contact-info-item .icon {
  width: 73px;
  height: 73px;
  border-radius: 5px;
  transition: all 0.4s;
}
.contact-section .contact-information .contact-info-item .icon i {
  font-size: 19px;
  color: var(--white);
  transition: all 0.4s;
}
.contact-section .contact-information .contact-info-item .icon:hover {
  background: var(--black);
}
.contact-section .contact-information .contact-info-item .icon:hover i {
  color: var(--white);
}
.contact-section .contact-information .contact-info-item .cont P,
.contact-section .contact-information .contact-info-item .cont a {
  font-size: 20px;
}
.contact-section .contact-information .contact-info-item .cont P:hover,
.contact-section .contact-information .contact-info-item .cont a:hover {
  color: var(--theme);
}
@media (max-width: 1199px) {
  .contact-section .contact-information {
    padding: 24px 22px;
  }
  .contact-section .contact-information .contact-info-item .icon {
    width: 53px;
    height: 53px;
    border-radius: 5px;
  }
  .contact-section .contact-information .contact-info-item .icon i {
    font-size: 19px;
    color: var(--white);
  }
  .contact-section .contact-information .contact-info-item .cont P,
  .contact-section .contact-information .contact-info-item .cont a {
    font-size: 17px;
  }
}
.contact-section iframe {
  width: 100%;
  height: 458px;
  margin-bottom: -10px;
}
.contact-section form input,
.contact-section form textarea {
  width: 100%;
  padding: 18px 20px 19px !important;
  border-radius: 5px;
  border: unset;
  font-size: 14px;
  font-weight: 500;
  color: rgb(120, 120, 120);
  background: #f5f5f5;
  outline: none;
  margin-bottom: 0;
  height: 100%;
}
@media (max-width: 991px) {
  .contact-section iframe {
    height: 358px;
  }
  .about-thumb-main .thumb {
    width: 50%;
    max-height: 200px;
  }
}
@media (max-width: 575px) {
  .contact-section iframe {
    height: 290px;
  }
  .about-thumb-main .thumb {
    max-height: 140px;
  }
}

.feedback-section {
  z-index: 1;
  position: relative;
}
.feedback-section::before {
  position: absolute;
  left: 0;
  top: 0;
  height: 740px;
  content: "";
  width: 100%;
  background: url(../../assets/img/testimonial/feedback-bg.png) no-repeat center center;
  background-size: cover;
  z-index: -1;
}

.feedback-section3 {
  background: url(../../assets/img/testimonial/feedback-bg.png) no-repeat center center;
  background-size: cover;
}

.subscribe-wrapper {
  border: 1px solid rgb(213, 213, 213);
  border-radius: 5px;
  background-color: rgb(255, 255, 255);
  box-shadow: 0px 10px 60px 0px rgba(0, 0, 0, 0.1);
  background: url(../../assets/img/testimonial/subs-bg.png) no-repeat center center;
  background-size: cover;
  z-index: 1;
  padding: 100px;
}
.subscribe-wrapper .subscribe-form {
  background: var(--theme);
  border-radius: 8px;
  padding: 50px 50px;
}
.subscribe-wrapper .subscribe-form input {
  width: 100%;
  padding: 14px 24px;
  border-radius: 4px;
  color: var(--text);
  border: unset;
  font-size: 16px;
  font-weight: 500;
  margin-bottom: 22px;
}
.subscribe-wrapper .subscribe-form input::placeholder {
  color: var(--text);
}
.subscribe-wrapper .subs-line {
  position: absolute;
  top: -20px;
  left: -10px;
  z-index: -1;
}
.subscribe-wrapper .subs-list li {
  font-size: 18px;
  color: var(--text);
}
.subscribe-wrapper .subs-list li i {
  color: var(--theme);
}
@media (max-width: 1199px) {
  .subscribe-wrapper {
    padding: 40px;
  }
  .subscribe-wrapper .subscribe-form {
    padding: 20px 20px;
  }
}
@media (max-width: 575px) {
  .subscribe-wrapper {
    padding: 20px;
  }
}

.counter-wrapper {
  padding: 140px 80px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  max-width: 1620px;
  background-color: var(--bg);
}
.counter-wrapper .counter-items .content h2 {
  font-size: 80px;
  font-weight: 700;
  color: var(--theme);
  margin-bottom: 8px;
}

.counter-section {
  position: relative;
  z-index: 9;
}
.counter-section::before {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  width: 100%;
  height: 100%;
  content: "";
  background-color: var(--header);
  z-index: -1;
  height: 50%;
}
.counter-section .line-shape {
  position: absolute;
  left: 0;
  bottom: 0;
}

.vedio-area {
  padding: 300px 0;
  background-attachment: fixed;
  position: relative;
}

.play-btn .video-btn {
  width: 160px;
  height: 110px;
  line-height: 110px;
  text-align: center;
  background-color: var(--white);
  color: var(--header);
  position: absolute;
  top: 50%;
  left: 50%;
  font-size: 30px;
  transform: translate(-50%, -50%);
}

.cta-wrapper .cta-content {
  position: relative;
  z-index: 9;
}
.cta-wrapper .cta-content h2 {
  font-size: 80px;
  color: var(--white);
  margin-bottom: 10px;
}
.cta-wrapper .cta-content p {
  color: var(--white);
  font-weight: 400;
  margin-bottom: 40px;
}
.cta-wrapper .cta-image {
  position: relative;
  z-index: 9;
}
.cta-wrapper .cta-image img {
  width: 100%;
  height: 100%;
}

.cta-section {
  position: relative;
}
.cta-section::before {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  width: 100%;
  height: 100%;
  content: "";
  background-color: var(--theme);
  width: 83.9%;
  left: -6px;
  z-index: 1;
}
.cta-section::after {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  width: 100%;
  height: 100%;
  content: "";
  background-color: var(--header);
  top: 50%;
}

.counter-impact-items {
  background-color: var(--white);
  padding: 44px 36px;
  position: relative;
}
.counter-impact-items h4 {
  font-weight: 400;
  color: var(--text);
  position: absolute;
  top: 44px;
  right: 36px;
}
.counter-impact-items h5 {
  margin-bottom: 40px;
}
.counter-impact-items h2 {
  font-size: 80px;
  color: var(--theme);
}

.offer3-section {
  z-index: 1;
}
.offer3-section .offer-trit {
  background-color: rgb(245, 245, 245);
  box-shadow: inset -4px 0px 0px 0px rgba(233, 11, 53, 0.004);
}
.offer3-section .offer-elee {
  position: absolute;
  right: 0;
  top: 0;
  z-index: -1;
}
.offer3-section .offer3-thumb {
  direction: rtl;
  margin: 0 120px;
  position: relative;
}
.offer3-section .offer3-thumb img {
  max-width: unset;
}
.offer3-section .offer3-thumb .directory-badge {
  position: absolute;
  bottom: 46px;
  right: 46px;
}
.offer3-section .offer3-thumb .directory-badge img {
  width: 50px;
  margin-bottom: 14px;
}
.offer3-section .offer3-thumb .directory-badge span {
  font-size: 22px;
  font-weight: 500;
  line-height: 26px;
  color: var(--white);
  display: block;
  text-align: start;
}
@media (max-width: 1399px) {
  .offer3-section .offer3-thumb {
    direction: rtl;
    margin: 0 60px;
  }
  .offer3-section .offer3-thumb img {
    max-width: unset;
  }
}
@media (max-width: 1199px) {
  .offer3-section .offer3-thumb {
    direction: rtl;
    margin: 0 0px;
  }
  .offer3-section .offer3-thumb img {
    max-width: unset;
  }
}
@media (max-width: 991px) {
  .offer3-section .offer3-thumb {
    direction: rtl;
    margin: 10px 0px 0;
    width: 100%;
  }
  .offer3-section .offer3-thumb img {
    max-width: 100%;
  }
  .offer3-section .offer3-thumb .directory-badge {
    position: absolute;
    bottom: 16px;
    right: 16px;
  }
  .offer3-section .offer3-thumb .directory-badge img {
    width: 40px;
    margin-bottom: 9px;
  }
  .offer3-section .offer3-thumb .directory-badge span {
    font-size: 16px;
    line-height: 26px;
  }
}
@media (max-width: 450px) {
  .offer3-section .offer3-thumb .directory-badge {
    bottom: 7px;
    right: 7px;
  }
  .offer3-section .offer3-thumb .directory-badge img {
    width: 20px;
    margin-bottom: 5px;
  }
  .offer3-section .offer3-thumb .directory-badge span {
    font-size: 12px;
    line-height: 26px;
  }
}

.land-items {
  position: relative;
  overflow: hidden;
}
.land-items img {
  width: 100%;
  border-radius: 8px;
}
.land-items .land-content {
  width: 80%;
  border-radius: 5px;
  background-color: rgba(22, 22, 22, 0.902);
  z-index: 1;
  padding: 36px 36px;
  position: absolute;
  bottom: 35px;
  left: 35px;
  transition: all 0.5s;
}
@media (max-width: 1600px) {
  .land-items .land-content {
    bottom: 20px;
    left: 20px;
  }
}
@media (max-width: 1399px) {
  .land-items .land-content {
    width: 85%;
    left: 14px;
    bottom: 14px;
    padding: 28px 20px;
  }
}
@media (max-width: 1199px) {
  .land-items .land-content {
    padding: 26px 16px;
  }
  .land-items .land-content span {
    margin-bottom: 0 !important;
  }
  .land-items .land-content h4 a {
    font-size: 18px;
  }
}
@media (max-width: 991px) {
  .land-items .land-content {
    padding: 26px 18px;
  }
}
.land-items:hover .land-content {
  background-color: var(--theme);
  bottom: 33px;
  left: 33px;
}
.land-items:hover .land-content h4, .land-items:hover .land-content a, .land-items:hover .land-content span {
  color: var(--white);
}

.footer-section {
  background: url(../../assets/img/element/footer-bg.png) no-repeat center center;
  background-size: cover;
}

.footer-top .footer-widget .logo-footer {
  max-width: 160px;
  display: block;
}
.footer-top .footer-widget .logo-footer img {
  width: 100%;
}
.footer-top .footer-widget .footer-head-title {
  margin-bottom: 35px;
  font-size: 20px;
  font-weight: 600;
  color: var(--white);
}
.footer-top .footer-widget .pragraph-title {
  font-size: 20px;
  color: var(--white);
  margin-bottom: 24px;
}
.footer-top .footer-widget .widget-link li a {
  font-size: 16px;
  color: var(--text);
}
.footer-top .footer-widget .widget-link li a:hover {
  margin-left: 4px;
  color: var(--theme);
}
.footer-top .footer-widget .widget-info .icon {
  width: 42px;
  height: 42px;
  background: var(--theme);
}
.footer-top .footer-widget .widget-info .icon i {
  color: var(--white);
}
.footer-top .footer-widget .widget-info .cont .i-name {
  font-size: 12px;
  color: var(--text);
  display: block;
}
.footer-top .footer-widget .widget-info .cont a {
  color: var(--white);
  font-size: 16px;
}
.footer-top .footer-widget .widget-info .cont:hover a {
  color: var(--theme);
}
.footer-top .footer-widget .sub-text {
  font-size: 16px;
  color: var(--text);
  margin-bottom: 26px;
}
.footer-top .footer-widget .subscribe-form input {
  width: 100%;
  background: var(--white);
  border-radius: 4px;
  padding: 10px 16px;
  color: var(--text);
  font-size: 14px;
  border: unset;
}
.footer-top .footer-widget .subscribe-form input::placeholder {
  color: var(--text);
}
.footer-top .footer-widget .subscribe-form .theme-btn {
  font-size: 14px;
  font-weight: 600;
  letter-spacing: 1px;
  text-align: center;
  text-transform: capitalize;
  border-radius: 4px;
  margin-top: 10px;
}
@media (max-width: 1199px) {
  .footer-top .footer-widget .footer-head-title {
    margin-bottom: 25px;
  }
  .footer-top .footer-widget .pragraph-title {
    font-size: 16px;
  }
}
@media (max-width: 991px) {
  .footer-top .footer-widget .sub-text {
    font-size: 16px;
    color: var(--text);
    margin-bottom: 16px;
  }
}

.footer-bottom {
  border-top: 1px solid rgba(156, 153, 153, 0.1529411765);
  font-size: 16px;
  padding: 38px 0;
}
@media (max-width: 1199px) {
  .footer-bottom {
    padding: 24px 0;
  }
}

.social-area a {
  width: 42px;
  height: 42px;
  background: var(--black-pure);
}
.social-area a i {
  color: var(--white);
  font-size: 14px;
}
.social-area a:hover {
  background: var(--theme);
}

.header-top-section {
  position: relative;
  z-index: 99;
  background: rgb(22, 22, 22);
}
.header-top-section .header-top-wrapper {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 11px 0;
}
.header-top-section .header-top-wrapper .contact-list {
  display: flex;
  align-items: center;
  gap: 40px;
}
.header-top-section .header-top-wrapper .contact-list li {
  display: flex;
  align-items: center;
  gap: 8px;
  color: rgb(131, 131, 131);
}
.header-top-section .header-top-wrapper .contact-list li a {
  color: rgb(131, 131, 131);
  font-size: 13px;
}
.header-top-section .header-top-wrapper .contact-list li a:hover {
  color: var(--white);
}
.header-top-section .header-top-wrapper .contact-list li i {
  font-size: 14px;
  color: var(--theme);
}
.header-top-section .header-top-wrapper .social-related a,
.header-top-section .header-top-wrapper .social-related span {
  font-size: 13px;
  color: #838383;
}
.header-top-section .header-top-wrapper .social-wrapper a i {
  font-size: 16px;
  transition: all 0.4s;
  color: #dbdbdb;
}
.header-top-section .header-top-wrapper .social-wrapper a .ani-arrow {
  transition: all 0.5s;
}
.header-top-section .header-top-wrapper .social-wrapper a:hover {
  border-color: var(--theme2);
}
.header-top-section .header-top-wrapper .social-wrapper a:hover i {
  color: var(--theme);
}
@media (max-width: 1199px) {
  .header-top-section .header-top-wrapper .contact-list {
    display: flex;
    align-items: center;
    gap: 20px;
  }
  .header-top-section .header-top-wrapper .contact-list li a {
    color: var(--white);
    font-size: 14px;
  }
}
.header-top-section .container {
  max-width: 1475px;
  margin: 0 auto;
}

.header-main {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 18px 0;
}
.header-main .custom-header-btn .plus {
  width: 45px;
  height: 50px;
  background: #ba092a;
  transition: all 0.4s;
}
.header-main .custom-header-btn .texts {
  padding: 3px 20px 6px 16px;
  font-weight: 700;
  font-size: 14px;
}
.header-main .custom-header-btn:hover .plus {
  background: #9e0622;
}
.header-main .custom-dropdown .dropdown-button i {
  font-size: 24px;
  transition: all 0.4s;
  color: var(--white);
}
.header-main .custom-dropdown .dropdown-button:hover i {
  color: var(--theme);
}
.header-main .dropdown-content {
  opacity: 0;
  max-height: 0;
  position: absolute;
  background-color: #f9f9f9;
  box-shadow: 0px 8px 16px rgba(0, 0, 0, 0.2);
  border-radius: 4px;
  min-width: 180px;
  z-index: 1;
  top: 140%;
  right: 0;
  transition: opacity 0.3s ease, max-height 0.3s ease;
}
.header-main .dropdown-content a {
  font-size: 14px;
  font-weight: 600;
  color: var(--pragraph);
}
.header-main .dropdown-content a:not(:last-child) {
  margin-bottom: 5px;
}
.header-main .dropdown-content a i {
  font-size: 16px;
}
.header-main .dropdown-content a:hover {
  color: var(--theme);
}
.header-main .dropdown-content::before {
  position: absolute;
  top: -15px;
  right: 1px;
  width: 20px;
  height: 20px;
  content: "";
  background: var(--white);
  clip-path: polygon(50% 0%, 0% 100%, 100% 100%);
}
.header-main .dropdown-content.show {
  opacity: 1;
  max-height: 500px;
}
.header-main .main-menu ul {
  margin-bottom: 0;
}
.header-main .main-menu ul li {
  position: relative;
  list-style: none;
  display: inline-block;
  margin-inline-end: 37px;
}
.header-main .main-menu ul li:last-child {
  margin-inline-end: 0;
}
.header-main .main-menu ul li a {
  display: inline-block;
  font-size: 16px;
  font-weight: 400;
  color: var(--white);
  padding: 14px 0;
  text-align: left;
  font-family: "Visby", sans-serif;
  position: relative;
  transition: all 0.4s ease-in-out;
}
.header-main .main-menu ul li a i {
  margin-left: 2px;
  font-size: 16px;
}
.header-main .main-menu ul li a:hover {
  color: var(--theme) !important;
}
.header-main .main-menu ul li .submenu {
  position: absolute;
  top: 100%;
  inset-inline-start: 0;
  width: 200px;
  background: var(--white);
  border-radius: 5px;
  z-index: 99999;
  visibility: hidden;
  opacity: 0;
  transform-origin: top center;
  color: var(--header);
  box-shadow: 0px 0px 10px 0px rgba(0, 0, 0, 0.2);
  -webkit-box-shadow: 0px 0px 10px 0px rgba(0, 0, 0, 0.2);
  -moz-box-shadow: 0px 0px 10px 0px rgba(0, 0, 0, 0.2);
  transform: translateY(10px);
  transition: all 0.4s ease-in-out;
}
.header-main .main-menu ul li .submenu li {
  display: block;
  width: 100%;
  margin: 0;
  padding: 0;
}
.header-main .main-menu ul li .submenu li a {
  position: relative;
  z-index: 11;
  font-size: 16px;
  font-weight: 600;
  color: var(--black);
  padding: 0 18px;
  padding-bottom: 11px;
  padding-top: 11px;
  width: 100%;
  border-bottom: 1px solid #eeeeee;
  border-radius: 5px;
}
.header-main .main-menu ul li .submenu li:last-child a {
  border: none;
}
.header-main .main-menu ul li .submenu li .submenu {
  inset-inline-start: 100%;
  top: 0;
  visibility: hidden;
  opacity: 0;
}
.header-main .main-menu ul li .submenu li:hover > a {
  background: var(--theme);
  color: var(--white) !important;
}
.header-main .main-menu ul li .submenu li:hover > a::after {
  color: var(--theme);
}
.header-main .main-menu ul li .submenu li:hover > .submenu {
  -webkit-transform: translateY(1);
  -moz-transform: translateY(1);
  -ms-transform: translateY(1);
  -o-transform: translateY(1);
  transform: translateY(1);
  visibility: visible;
  opacity: 1;
}
.header-main .main-menu ul li .submenu li.has-dropdown > a::after {
  position: absolute;
  top: 50%;
  inset-inline-end: 25px;
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  transform: translateY(-50%);
  color: var(--theme);
}
.header-main .main-menu ul li .has-homemenu {
  width: 500px;
  padding: 30px 30px 10px 30px;
  opacity: 0;
  left: 0px;
  visibility: hidden;
  padding: 20px 20px 20px 20px;
}
@media (min-width: 1200px) {
  .header-main .main-menu ul li .has-homemenu {
    width: 746px;
  }
}
.header-main .main-menu ul li .has-homemenu .homemenu-items {
  display: flex;
  align-items: center;
  gap: 18px;
  justify-content: space-between;
}
@media (max-width: 991px) {
  .header-main .main-menu ul li .has-homemenu .homemenu-items {
    flex-wrap: wrap;
  }
}
.header-main .main-menu ul li .has-homemenu .homemenu-items .homemenu {
  position: relative;
  box-shadow: 0px 0px 10px 0px rgba(0, 0, 0, 0.2);
}
.header-main .main-menu ul li .has-homemenu .homemenu-items .homemenu .homemenu-thumb {
  position: relative;
  width: 100%;
  max-width: 220px;
}
.header-main .main-menu ul li .has-homemenu .homemenu-items .homemenu .homemenu-thumb img {
  width: 100%;
}
.header-main .main-menu ul li .has-homemenu .homemenu-items .homemenu .homemenu-thumb .demo-button {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 60%;
  gap: 10px;
  display: flex;
  justify-content: center;
  flex-direction: column;
  opacity: 0;
  visibility: hidden;
  transition: all 0.4s ease-in-out;
  margin-top: 20px;
}
.header-main .main-menu ul li .has-homemenu .homemenu-items .homemenu .homemenu-thumb .demo-button .theme-btn {
  padding: 14px 20px;
  color: var(--white) !important;
  width: initial;
  font-size: 14px;
  text-align: center;
  border-radius: 0;
  justify-content: center !important;
}
.header-main .main-menu ul li .has-homemenu .homemenu-items .homemenu .homemenu-thumb .demo-button .theme-btn:hover {
  color: var(--white) !important;
}
.header-main .main-menu ul li .has-homemenu .homemenu-items .homemenu .homemenu-thumb::before {
  background: -webkit-gradient(linear, left top, left bottom, from(rgba(20, 19, 19, 0)), to(#5e5ef6));
  background: linear-gradient(to bottom, rgba(99, 92, 92, 0) 0%, #252527 100%);
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
  width: 100%;
  height: 100%;
  position: absolute;
  left: 0;
  top: 0;
  overflow: hidden;
  opacity: 0;
  -webkit-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
  content: "";
}
.header-main .main-menu ul li .has-homemenu .homemenu-items .homemenu .homemenu-thumb:hover::before {
  visibility: visible;
  opacity: 1;
}
.header-main .main-menu ul li .has-homemenu .homemenu-items .homemenu .homemenu-thumb:hover .demo-button {
  opacity: 1;
  visibility: visible;
  margin-top: 0;
}
.header-main .main-menu ul li .has-homemenu .homemenu-items .homemenu .homemenu-thumb:hover .homemenu-btn {
  opacity: 1;
  visibility: visible;
  bottom: 50%;
  transform: translateY(50%);
}
.header-main .main-menu ul li .has-homemenu .homemenu-items .homemenu .homemenu-thumb img {
  width: 100%;
}
.header-main .main-menu ul li .has-homemenu .homemenu-items .homemenu .homemenu-title {
  text-align: center;
  margin: 15px auto;
  display: inline-block;
  font-size: 16px;
}
.header-main .main-menu ul li:hover > a {
  color: var(--theme);
}
.header-main .main-menu ul li:hover > a::after {
  color: var(--theme);
}
.header-main .main-menu ul li:hover > .submenu {
  visibility: visible;
  opacity: 1;
  transform: translateY(0px);
}
.header-main .sidebar__toggle {
  cursor: pointer;
}
.header-main .sidebar__toggle i {
  font-size: 28px;
}

@media screen and (min-width: 1850px) {
  .container.container-header-top {
    margin-left: 225px !important;
    max-width: 1600px !important;
  }
}

.container.container-extra-header {
  max-width: 1740px !important;
  margin: 0 auto !important;
}

.header-1 .mega-menu-wrapper {
  border-radius: 100px;
}
.header-1 .header-main .header-left {
  display: flex;
  align-items: center;
  gap: 60px;
}
@media (max-width: 1899px) {
  .header-1 .header-main .header-left {
    gap: 40px;
  }
}
@media (max-width: 1399px) {
  .header-1 .header-main .header-left {
    gap: 25px;
  }
}
@media (max-width: 1199px) {
  .header-1 .header-main .header-left {
    gap: 20px;
  }
}
.header-1 .header-main .header-left .category-oneadjust {
  width: 160px;
  border-radius: 8px;
  border: 1px solid rgba(92, 112, 126, 0.3);
  padding: 10px 16px;
  position: relative;
  z-index: 99;
}
@media (max-width: 767px) {
  .header-1 .header-main .header-left .category-oneadjust {
    display: none;
  }
}
.header-1 .header-main .header-left .category-oneadjust .nice-select {
  width: unset !important;
  gap: 20px;
  font-size: 16px;
}
.header-1 .header-main .header-left .category-oneadjust .nice-select .list {
  max-height: 15vh;
  background: var(--white);
  width: 160px;
  padding: 5px 8px;
  overflow-y: scroll;
}
@media (max-width: 1199px) {
  .header-1 .header-main .header-left .category-oneadjust .nice-select .list {
    right: -60px;
  }
}
.header-1 .header-main .header-left .category-oneadjust .nice-select .list li {
  color: var(--header);
  font-size: 14px;
  border: none;
}
.header-1 .header-main .header-right {
  gap: 30px;
}
@media (max-width: 1199px) {
  .header-1 .header-main .header-right {
    gap: 20px;
  }
}
@media (max-width: 767px) {
  .header-1 .header-main .header-right {
    gap: 10px;
  }
  .swiper-3d-section {
    margin-top: -5rem;
  }
}
@media (max-width: 1399px) {
  .header-1 .header-main .header-right {
    gap: 7px;
  }
}
.header-1 .header-main .header-right .search-icon {
  width: 50px;
  height: 50px;
  line-height: 50px;
  text-align: center;
  border-radius: 50%;
  border: 1px solid rgba(92, 112, 126, 0.3);
  color: var(--header);
  margin-left: 30px;
}
@media (max-width: 1199px) {
  .header-1 .header-main .header-right .search-icon {
    margin-left: 0;
  }
}
@media (max-width: 1199px) {
  .header-1 .header-main .header-right .search-icon {
    width: 40px;
    height: 40px;
    line-height: 40px;
  }
}
@media (max-width: 1399px) {
  .header-1 .header-main .header-right .header-button {
    display: none;
  }
}
.header-1 .header-logo {
  width: 160px;
  display: block;
}
.header-1 .header-logo img {
  width: 100%;
}
.header-1.header-style2 {
  position: fixed;
  left: 0;
  top: 0;
  width: 100%;
  z-index: 9;
  padding-top: 53px;
  border-bottom: 1px solid rgba(255, 255, 255, 0);
  box-shadow: 0px 1px 0px 0px rgba(255, 255, 255, 0.1);
}
.header-1.header-style2 .container {
  max-width: 1475px;
  margin: 0 auto;
}
.header-1.header-version2 {
  padding-top: 0;
  padding: 25px 0;
  border: unset !important;
  box-shadow: none !important;
}
.header-1.header-version2.sticky {
  padding: 0 0;
}
.header-1.header-version3.sticky {
  background: var(--white);
}
.header-1.header-version3 .dropdown-button i {
  color: var(--black);
}
.header-1.header-version3 .sidebar__toggle i {
  color: var(--black) !important;
}
@media (min-width: 1200px) {
  .header-1.header-version3 .main-menu ul li a {
    color: var(--black);
  }
}
@media (max-width: 1199px) {
  .header-1.header-version3 {
    background: var(--white);
  }
}
@media (max-width: 1199px) {
  .header-1 .common-btn {
    padding: 9px 16px 11px !important;
  }
  .header-1 .common-btn i {
    display: none;
  }
}
@media (max-width: 767px) {
  .header-1.header-style2 {
    padding-top: 0px;
  }
}
@media (max-width: 450px) {
  .header-1 .header-logo {
    max-width: 100px;
  }
  .header-1 .header-logo img {
    width: 100%;
  }
}

.sidebar__toggle {
  cursor: pointer;
}

.sticky-header1.sticky {
  position: fixed !important;
  top: 0 !important;
}

.header-style2.sticky {
  position: fixed !important;
  top: 0 !important;
  left: 0;
  width: 100%;
  z-index: 100;
  transition: all 0.9s;
  -webkit-animation: 500ms ease-in-out 0s normal none 1 running fadeInDown;
  animation: 500ms ease-in-out 0s normal none 1 running fadeInDown;
  padding-top: 0;
  background: white;
}

.header-color2 .header-right .main-menu ul li,
.header-color2 .header-right .main-menu ul a {
  color: black;
}

@media (min-width: 1200px) {
  .fix-area {
    display: none !important;
  }
}

.offcanvas__info {
  background: var(--white);
  border-left: 2px solid var(--white);
  position: fixed;
  right: 0;
  top: 0;
  width: 400px;
  height: 100%;
  -webkit-transform: translateX(calc(100% + 80px));
  -moz-transform: translateX(calc(100% + 80px));
  -ms-transform: translateX(calc(100% + 80px));
  -o-transform: translateX(calc(100% + 80px));
  transform: translateX(calc(100% + 80px));
  -webkit-transition: transform 0.45s ease-in-out, opacity 0.45s ease-in-out;
  -moz-transition: transform 0.45s ease-in-out, opacity 0.45s ease-in-out;
  transition: transform 0.45s ease-in-out, opacity 0.45s ease-in-out;
  z-index: 99999;
  overflow-y: scroll;
  overscroll-behavior-y: contain;
  scrollbar-width: none;
}
.offcanvas__info::-webkit-scrollbar {
  display: none;
}

.offcanvas__info.info-open {
  opacity: 1;
  -webkit-transform: translateX(0);
  -moz-transform: translateX(0);
  -ms-transform: translateX(0);
  -o-transform: translateX(0);
  transform: translateX(0);
}

.offcanvas__wrapper {
  position: relative;
  height: 100%;
  padding: 30px 30px;
}
.offcanvas__wrapper .offcanvas__content .offcanvas__logo a {
  max-width: 160px;
  display: block;
}
.offcanvas__wrapper .offcanvas__content .offcanvas__logo a img {
  width: 100%;
}
.offcanvas__wrapper .offcanvas__content .text {
  color: var(--text);
}
.offcanvas__wrapper .offcanvas__content .offcanvas__close {
  width: 40px;
  height: 40px;
  line-height: 40px;
  text-align: center;
  border-radius: 4px;
  background-color: var(--theme);
  position: relative;
  z-index: 9;
  cursor: pointer;
}
.offcanvas__wrapper .offcanvas__content .offcanvas__close i {
  color: var(--white);
}
.offcanvas__wrapper .offcanvas__content .offcanvas__contact {
  margin-top: 20px;
}
.offcanvas__wrapper .offcanvas__content .offcanvas__contact ul {
  margin-top: 20px;
}
.offcanvas__wrapper .offcanvas__content .offcanvas__contact ul li {
  font-size: 14px;
  font-weight: 500;
  text-transform: capitalize;
  line-height: 22px;
}
.offcanvas__wrapper .offcanvas__content .offcanvas__contact ul li a {
  color: var(--black);
}
.offcanvas__wrapper .offcanvas__content .offcanvas__contact ul li:not(:last-child) {
  margin-bottom: 8px;
}
.offcanvas__wrapper .offcanvas__content .offcanvas__contact ul li .offcanvas__contact-icon {
  margin-right: 10px;
}
.offcanvas__wrapper .offcanvas__content .offcanvas__contact ul li .offcanvas__contact-icon i {
  color: var(--black);
  font-size: 18px;
}
.offcanvas__wrapper .offcanvas__content .offcanvas__contact span {
  text-transform: initial;
}
.offcanvas__wrapper .offcanvas__content .offcanvas__contact .header-button {
  margin-top: 20px;
}
.offcanvas__wrapper .offcanvas__content .offcanvas__contact .header-button .theme-btn {
  width: 100%;
  padding: 16px 40px;
  text-transform: capitalize !important;
  background: var(--theme) !important;
  border-radius: 100px;
  overflow: hidden;
  padding: 9px 16px 10px;
}
.offcanvas__wrapper .offcanvas__content .offcanvas__contact .header-button .theme-btn span,
.offcanvas__wrapper .offcanvas__content .offcanvas__contact .header-button .theme-btn i {
  color: var(--white) !important;
}
.offcanvas__wrapper .offcanvas__content .offcanvas__contact .social-icon {
  margin-top: 30px;
  gap: 10px;
}
.offcanvas__wrapper .offcanvas__content .offcanvas__contact .social-icon a {
  width: 45px;
  height: 45px;
  line-height: 45px;
  text-align: center;
  font-size: 16px;
  display: block;
  background: var(--white);
  color: var(--text);
  border-radius: 8px;
  -webkit-transition: all 0.4s ease-in-out;
  transition: all 0.4s ease-in-out;
  text-align: center;
  border: 1px solid var(--border);
}
.offcanvas__wrapper .offcanvas__content .offcanvas__contact .social-icon a:hover {
  border-color: var(--theme);
  background-color: var(--theme);
  color: var(--white);
}

@media (max-width: 1199px) {
  .offcanvas__overlay {
    position: fixed;
    height: 100%;
    width: 100%;
    background: #151515;
    z-index: 900;
    top: 0;
    opacity: 0;
    visibility: hidden;
    right: 0;
  }
}

@media (max-width: 1199px) {
  .offcanvas__overlay.overlay-open {
    opacity: 0.8;
    visibility: visible;
  }
}

@media (max-width: 450px) {
  .offcanvas__info {
    width: 300px;
  }
}
@media (max-width: 575px) {
  .offcanvas__wrapper {
    padding: 20px;
  }
}
::-webkit-scrollbar {
  width: 4px;
  height: 4px;
}

/* Track */
::-webkit-scrollbar-track {
  box-shadow: inset 0 0 5px var(--theme);
  border-radius: 5px;
}

/* Handle */
::-webkit-scrollbar-thumb {
  background: var(--theme);
  border-radius: 10px;
}

.fix {
  overflow: hidden;
}

.ralt {
  position: relative;
}

.ripple {
  position: relative;
}
.ripple::before, .ripple::after {
  position: absolute;
  left: 50%;
  top: 50%;
  width: 60px;
  height: 60px;
  -webkit-transform: translateX(-50%) translateY(-50%);
  transform: translateX(-50%) translateY(-50%);
  border-radius: 50%;
  box-shadow: 0 0 0 0 rgba(191, 247, 71, 0.5);
  -webkit-animation: rippleOne 3s infinite;
  animation: rippleOne 3s infinite;
}
.ripple::before {
  -webkit-animation-delay: 0.9s;
  animation-delay: 0.9s;
  content: "";
  position: absolute;
  right: 0;
  bottom: 0;
}
.ripple::after {
  -webkit-animation-delay: 0.6s;
  animation-delay: 0.6s;
  content: "";
  position: absolute;
  right: 0;
  bottom: 0;
}

.swiper-dot .swiper-pagination-bullet {
  width: 40px;
  height: 8px;
  transition: 0.6s;
  background-color: #2a2a2a;
  opacity: 1;
  border-radius: 10px;
  position: relative;
}
.swiper-dot .swiper-pagination-bullet.swiper-pagination-bullet-active {
  background-color: var(--theme);
  transition: 0.6s;
  position: relative;
  width: 40px;
}

/* background */
.bg-cover {
  background-repeat: no-repeat;
  background-size: cover;
  position: relative;
  background-position: center;
}

.nice-select {
  background-color: transparent;
  border: transparent;
  float: initial;
  overflow: initial;
  height: initial;
  padding: 0;
  display: inline-flex;
  align-items: center;
  line-height: 150%;
  width: 100%;
  border: none;
}
.nice-select:focus, .nice-select:hover {
  border-color: transparent;
}
.nice-select::after {
  height: 8px;
  width: 8px;
  right: 0px;
  top: 15px;
  border-color: var(--header);
  border-bottom: 2px solid var(--header);
  border-right: 2px solid var(--header);
}
.nice-select .list {
  width: initial;
  background-color: var(--theme);
  box-shadow: none;
  overflow: initial;
  box-shadow: rgba(0, 0, 0, 0.15) 0px 3px 3px 0px;
  width: 100%;
  top: 100%;
  padding: 0;
  max-height: 50vh;
  overflow-x: auto;
  right: initial;
  left: 0;
}
.nice-select .list::-webkit-scrollbar {
  width: 2px;
  opacity: 1;
  display: block;
}
.nice-select .list::-webkit-scrollbar-button, .nice-select .list::-webkit-scrollbar-thumb {
  background: var(--header);
}
.nice-select .option {
  background-color: transparent;
  font-size: 16px;
  line-height: 150%;
  padding: 4px 5px;
  min-height: initial;
  font-weight: 500;
}
.nice-select .option:hover, .nice-select .option:focus, .nice-select .option.selected.focus {
  background-color: transparent;
}
.nice-select .current {
  font-weight: 500;
  color: var(--header);
}

.price-range-wrapper {
  /* Custom thumb styling */
  /* Remove the default appearance for sliders in Firefox */
}
.price-range-wrapper .slider-container {
  position: relative;
  width: 100%;
}
.price-range-wrapper .price-text label {
  color: #1b1f2a;
  font-size: 20px;
  font-weight: 500;
}
.price-range-wrapper .price-text input {
  color: #1b1f2a;
  font-size: 18px;
  font-weight: 500;
}
.price-range-wrapper .slider {
  -webkit-appearance: none;
  appearance: none;
  width: 100%;
  height: 6px;
  background: #ddd; /* Default background */
  outline: none;
  position: absolute;
  top: 0;
  pointer-events: none;
}
.price-range-wrapper .slider::-webkit-slider-thumb {
  -webkit-appearance: none;
  appearance: none;
  width: 18px;
  height: 18px;
  background: #ff5722;
  cursor: pointer;
  border: 2px solid #fff;
  position: relative;
  z-index: 2;
  pointer-events: all;
}
.price-range-wrapper .slider::-moz-range-thumb {
  width: 20px;
  height: 20px;
  background: #ff5722;
  cursor: pointer;
  border-radius: 4px;
  border: 2px solid #000;
  z-index: 2;
  position: relative;
}
.price-range-wrapper .slider::-ms-thumb {
  width: 20px;
  height: 20px;
  background: #ff5722;
  cursor: pointer;
  border-radius: 4px;
  border: 2px solid #000;
  z-index: 2;
  position: relative;
}
.price-range-wrapper input[type=range]::-moz-range-track {
  background: transparent;
}

.common-table {
  min-width: -moz-max-content;
  min-width: max-content;
  width: 100%;
  overflow: hidden;
  box-sizing: border-box;
}
.common-table .cart-item-thumb {
  width: 86px;
}
.common-table .cart-item-thumb .head {
  color: #1B1F2A;
  font-size: 16px;
  font-weight: 600;
  text-transform: uppercase;
}
.common-table .price-usd {
  font-size: 16px;
  font-weight: 500;
  color: #666C78;
}
.common-table tr {
  border-bottom: 1px solid #E4E4E5;
}

.common-table thead,
.common-table tbody {
  width: 100%;
}

.common-table thead tr,
.common-table tbody tr {
  width: 100%;
  display: flex;
  box-sizing: border-box;
}

.common-table thead tr th,
.common-table thead tr td,
.common-table tbody tr th,
.common-table tbody tr td {
  width: 100%;
  box-sizing: border-box;
}

.common-table thead tr {
  color: #1B1F2A;
  border-bottom: unset;
  border-radius: 16px 16px 0 0;
  border-bottom: 1px solid #E4E4E5;
}

.common-table thead tr th {
  background: unset;
  color: unset;
  border: unset;
  font-size: 16px;
  padding-bottom: 16px;
}

.common-table tbody tr td {
  background: transparent;
  color: unset;
  box-sizing: border-box;
  border-bottom: unset;
}

.quantity button i {
  font-size: 16px;
}

.quantity .quantityValue {
  width: 40px;
  text-align: center;
  padding: 0;
  color: #000;
  border: unset;
}

.hero-1 {
  padding: 260px 0 185px;
  position: relative;
}
.hero-1 .hero-bg {
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
  width: 100%;
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center center;
  -webkit-transform: scale(1);
  transform: scale(1);
  -webkit-transition: opacity 1500ms ease-in, -webkit-transform 7000ms ease;
  transition: opacity 1500ms ease-in, -webkit-transform 7000ms ease;
  transition: transform 9000ms ease, opacity 1500ms ease-in;
  transition: transform 9000ms ease, opacity 1500ms ease-in, -webkit-transform 9000ms ease;
}
.hero-1 .hero-bg::before {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  width: 100%;
  height: 100%;
  content: "";
  background: linear-gradient(180deg, rgba(11, 13, 17, 0.6) 0%, rgba(11, 13, 17, 0.2) 30%, #0b0d11 100%);
}
.hero-1 .hero-content {
  position: relative;
  opacity: 0;
  z-index: 3;
  transform: translateY(-150px);
}
.hero-1 .hero-content h1 {
  margin-bottom: 30px;
  font-size: 50px;
  font-weight: 800;
  color: var(--white);
  line-height: 70px;
}
.hero-1 .hero-content h1 .discover {
  letter-spacing: 9px;
  color: var(--theme);
  display: block;
  text-transform: uppercase;
}
.hero-1 .hero-content h1 span .lines-elee {
  position: absolute;
  right: -50px;
  top: -15px;
}
.hero-1 .hero-content .listing-search-form {
  padding: 20px 20px;
  margin-bottom: 30px;
  border-radius: 10px;
  background: url(../../images/backgrounds/foto-sal.jpg) no-repeat center center;
  background-size: cover;
}
.hero-1 .hero-content .listing-search-form .search-wrap {
  background: var(--white);
  padding: 20px 20px;
  border-radius: 5px;
  width: 100%;
  margin: 0 auto;
  -webkit-box-shadow: 0 0px 60px 0 rgba(0, 0, 0, 0.1);
  box-shadow: 0 0px 60px 0 rgba(0, 0, 0, 0.1);
}
.hero-1 .hero-content .listing-search-form .search-wrap .search-form-main {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.hero-1 .hero-content .listing-search-form .search-wrap .search-form-main input {
  border: unset;
  border-radius: 0;
  font-size: 16px;
  color: var(--text);
}
.hero-1 .hero-content .listing-search-form .search-wrap .search-form-main ::placeholder {
  color: var(--text);
}
.hero-1 .hero-content .listing-search-form .search-wrap .search-form-main .search-first {
  width: 285px;
}
.hero-1 .hero-content .listing-search-form .search-wrap .search-form-main .theme-btn {
  font-size: 15px;
  letter-spacing: 1px;
  padding-bottom: 21px !important;
}
.hero-1 .hero-content .listing-search-form .search-wrap .category-select {
  width: 285px;
  border-left: 1px solid rgb(213, 213, 213);
  padding-left: 40px;
}
.hero-1 .hero-content .listing-search-form .search-wrap .nice-select {
  border-radius: 0;
}
.hero-1 .hero-content .listing-search-form .search-wrap .nice-select .list li {
  background: var(--white);
  font-size: 14px;
  font-weight: 500;
  color: var(--pragraph);
  padding-left: 10px;
  border-color: rgba(112, 112, 112, 0.26);
}
.hero-1 .hero-content .listing-search-form .search-wrap .nice-select .current {
  font-size: 14px;
  font-weight: 400;
  color: var(--text);
}
.hero-1 .hero-content .listing-search-form .search-wrap .nice-select::after {
  border-color: rgb(120, 120, 120);
}
.hero-1 .hero-content .browse-hilisht {
  display: flex;
  align-items: center;
  gap: 10px;
}
.hero-1 .hero-content .browse-hilisht .b-hilisht-text {
  font-size: 16px;
  font-weight: 600;
  color: var(--white);
}
.hero-1 .hero-content .browse-hilisht .b-hilisht-item {
  background: rgba(255, 255, 255, 0.2);
  border-radius: 5px;
  padding: 2px 16px;
  color: #fff;
  font-size: 12px;
  font-weight: 700;
  -webkit-transition: all 0.35s;
  transition: all 0.35s;
}
.hero-1 .hero-content .browse-hilisht .b-hilisht-item:hover {
  cursor: pointer;
}
.hero-1 .hero-content .browse-hilisht .arrow-ele {
  position: absolute;
  top: 100%;
  left: 160px;
}
.hero-1 .hero-button {
  text-align: right;
  transform: translateY(150px);
  opacity: 0;
}
@media (max-width: 1399px) {
  .hero-1 .hero-content .listing-search-form .search-wrap .search-form-main .search-first {
    width: 255px;
  }
  .hero-1 .hero-content .listing-search-form .search-wrap .category-select {
    width: 255px;
    padding-left: 20px;
  }
}
@media (max-width: 1199px) {
  .hero-1 {
    padding: 200px 0 145px;
  }
  .hero-1 .hero-content h1 {
    margin-bottom: 30px;
    font-size: 50px;
    font-weight: 800;
    line-height: 70px;
  }
  .hero-1 .hero-content .listing-search-form {
    padding: 15px 16px;
    margin-bottom: 30px;
  }
  .hero-1 .hero-content .listing-search-form .search-wrap {
    padding: 15px 15px;
  }
  .hero-1 .hero-content .listing-search-form .search-wrap .search-form-main {
    display: flex;
    align-items: center;
    justify-content: space-between;
  }
  .hero-1 .hero-content .listing-search-form .search-wrap .search-form-main input {
    font-size: 16px;
  }
  .hero-1 .hero-content .listing-search-form .search-wrap .search-form-main .search-first {
    width: 215px;
  }
  .hero-1 .hero-content .listing-search-form .search-wrap .search-form-main .theme-btn {
    font-size: 15px;
  }
  .hero-1 .hero-content .listing-search-form .search-wrap .category-select {
    width: 215px;
    padding-left: 20px;
  }
  .hero-1 .hero-content .listing-search-form .search-wrap .nice-select .list li {
    font-size: 14px;
  }
  .hero-1 .hero-content .browse-hilisht {
    display: flex;
    align-items: center;
    gap: 10px;
  }
  .hero-1 .hero-content .browse-hilisht .b-hilisht-item {
    padding: 2px 16px;
  }
  .hero-1 .hero-content .browse-hilisht .arrow-ele {
    left: 160px;
  }
}
@media (max-width: 991px) {
  .hero-1 {
    padding: 180px 0 125px;
  }
  .hero-1 .hero-content h1 {
    margin-bottom: 30px;
    font-size: 42px;
    font-weight: 800;
    line-height: 70px;
  }
  .hero-1 .hero-content .listing-search-form {
    padding: 15px 16px;
    margin-bottom: 30px;
  }
  .hero-1 .hero-content .listing-search-form .search-wrap {
    padding: 15px 15px;
  }
  .hero-1 .hero-content .listing-search-form .search-wrap .search-form-main {
    display: flex;
    align-items: center;
    flex-wrap: wrap;
    justify-content: center;
  }
  .hero-1 .hero-content .listing-search-form .search-wrap .search-form-main input {
    font-size: 14px;
    width: 100%;
    margin-bottom: 20px;
    padding-bottom: 8px;
    border-bottom: 1px solid #ebebeb;
  }
  .hero-1 .hero-content .listing-search-form .search-wrap .search-form-main .search-first {
    width: 100%;
  }
  .hero-1 .hero-content .listing-search-form .search-wrap .search-form-main .theme-btn {
    font-size: 15px;
    width: 100%;
    justify-content: center !important;
  }
  .hero-1 .hero-content .listing-search-form .search-wrap .category-select {
    width: 100%;
    padding-left: 0px;
    border-left: unset;
    border-bottom: 1px solid #ebebeb;
    padding-bottom: 8px;
    margin-bottom: 22px;
  }
  .hero-1 .hero-content .listing-search-form .search-wrap .nice-select .list li {
    font-size: 14px;
  }
}
@media (max-width: 767px) {
  .hero-1 {
    padding: 160px 0 125px;
  }
}
@media (max-width: 575px) {
  .hero-1 {
    padding: 130px 0 105px;
  }
  .hero-1 .hero-content h1 {
    margin-bottom: 30px;
    font-size: 30px;
    font-weight: 800;
    line-height: 40px;
  }
}

.my-custom-hero .hero-content {
  position: relative;
  opacity: 1;
  z-index: 3;
  transform: translateY(0px);
}

.browse-hilisht {
  display: flex;
  align-items: center;
  gap: 10px;
}
.browse-hilisht .b-hilisht-text {
  font-size: 16px;
  font-weight: 600;
  color: var(--white);
}
.browse-hilisht .b-hilisht-item {
  background: rgba(255, 255, 255, 0.2);
  border-radius: 5px;
  padding: 2px 16px;
  color: #fff;
  font-size: 12px;
  font-weight: 700;
  -webkit-transition: all 0.35s;
  transition: all 0.35s;
}
.browse-hilisht .b-hilisht-item:hover {
  cursor: pointer;
}
.browse-hilisht .arrow-ele {
  position: absolute;
  top: 100%;
  left: 160px;
}

.hero-section .swiper-slide.swiper-slide-active .hero-bg {
  -webkit-transform: scale(1.35);
  transform: scale(1.35);
}
.hero-section .swiper-slide.swiper-slide-active .hero-content {
  opacity: 1;
  transform: translateY(0px);
  transition: all 2500ms ease;
}
.hero-section .swiper-slide.swiper-slide-active .hero-button {
  opacity: 1;
  transform: translateY(0px);
  transition: all 2500ms ease;
}
.hero-section.hero-section2 {
  background: linear-gradient( white, transparent), url(../../images/backgrounds/hp-pozadi-red.jpg) no-repeat center center;
  background-size: cover;
  padding: 145px 0 0;
}
.hero-section.hero-section2 .hero-wrap2 {
  background: linear-gradient(white, transparent), url(../../assets/img/header/DSC03001-Edit.jpg) no-repeat center bottom;
  background-size: cover;
  border-radius: 12px;
  padding: 149px 0 149px;
}
.hero-section.hero-section2 .hero-wrap2 .hero-content {
  position: relative;
  z-index: 1;
  transform: initial;
  opacity: initial;
  max-width: 1171px;
  margin: 0 auto;
}
.hero-section.hero-section2 .hero-wrap2 .hero-content .listing-search-form {
  background: transparent;
  padding: 0 0;
}
.hero-section.hero-section2 .hero-wrap2 .hero-content h1 {
  font-size: 70px;
  text-transform: uppercase;
  margin-bottom: 40px;
}
.hero-section.hero-section2 .container {
  max-width: 1475px;
  margin: 0 auto;
}
.hero-section.hero-section2 .browse-hilisht {
  padding: 50px 0;
  display: flex;
  justify-content: center;
}
.hero-section.hero-section2 .browse-hilisht .arrow-eles {
  position: absolute;
  left: 23%;
  top: 0;
  width: 90px;
  transform: rotate(32deg);
}
@media (max-width: 1399px) {
  .hero-section.hero-section2 {
    padding: 145px 0 0;
  }
  .hero-section.hero-section2 .hero-wrap2 {
    padding: 149px 0 149px;
  }
  .hero-section.hero-section2 .hero-wrap2 .hero-content {
    max-width: 1171px;
    margin: 0 auto;
  }
  .hero-section.hero-section2 .hero-wrap2 .hero-content .listing-search-form {
    background: transparent;
    padding: 0 0;
  }
  .hero-section.hero-section2 .hero-wrap2 .hero-content .listing-search-form .search-wrap {
    width: 90%;
  }
  .hero-section.hero-section2 .hero-wrap2 .hero-content h1 {
    font-size: 70px;
    text-transform: uppercase;
    margin-bottom: 40px;
  }
  .hero-section.hero-section2 .container {
    max-width: 1475px;
    margin: 0 auto;
  }
  .hero-section.hero-section2 .browse-hilisht {
    padding: 50px 0;
  }
  .hero-section.hero-section2 .browse-hilisht .arrow-eles {
    left: 23%;
    width: 90px;
  }
}
@media (max-width: 1199px) {
  .hero-section.hero-section2 {
    padding: 135px 0 0;
  }
  .hero-section.hero-section2 .hero-wrap2 {
    padding: 119px 0 119px;
  }
  .hero-section.hero-section2 .hero-wrap2 .hero-content .listing-search-form .search-wrap {
    width: 90%;
  }
  .hero-section.hero-section2 .hero-wrap2 .hero-content h1 {
    font-size: 56px;
    margin-bottom: 40px;
  }
  .hero-section.hero-section2 .browse-hilisht {
    padding: 50px 0;
  }
  .hero-section.hero-section2 .browse-hilisht .arrow-eles {
    left: 23%;
    width: 90px;
  }
}
@media (max-width: 991px) {
  .hero-section.hero-section2 {
    padding: 125px 0 0;
  }
  .hero-section.hero-section2 .hero-wrap2 {
    padding: 119px 0 119px;
  }
  .hero-section.hero-section2 .hero-wrap2 .hero-content .listing-search-form .search-wrap {
    width: 90%;
  }
  .hero-section.hero-section2 .hero-wrap2 .hero-content h1 {
    font-size: 56px;
    margin-bottom: 40px;
  }
  .hero-section.hero-section2 .browse-hilisht {
    padding: 50px 0;
  }
  .hero-section.hero-section2 .browse-hilisht .arrow-eles {
    left: 23%;
    width: 90px;
  }
}
@media (max-width: 767px) {
  .hero-section.hero-section2 {
    padding: 85px 0 0;
  }
  .hero-section.hero-section2 .hero-wrap2 {
    padding: 90px 0 110px;
  }
  .hero-section.hero-section2 .hero-wrap2 .hero-content .listing-search-form .search-wrap {
    width: 90%;
  }
  .hero-section.hero-section2 .hero-wrap2 .hero-content h1 {
    font-size: 48px;
    margin-bottom: 40px;
  }
  .hero-section.hero-section2 .browse-hilisht {
    padding: 50px 0;
  }
  .hero-section.hero-section2 .browse-hilisht .arrow-eles {
    left: 23%;
    width: 90px;
  }
}
@media (max-width: 767px) {
  .hero-section.hero-section2 {
    padding: 85px 0 0;
  }
  .hero-section.hero-section2 .hero-wrap2 {
    padding: 90px 0 100px;
  }
  .hero-section.hero-section2 .hero-wrap2 .hero-content .listing-search-form .search-wrap {
    width: 95%;
  }
  .hero-section.hero-section2 .hero-wrap2 .hero-content h1 {
    font-size: 36px;
    margin-bottom: 30px;
  }
  .hero-section.hero-section2 .browse-hilisht {
    padding: 50px 0;
  }
  .hero-section.hero-section2 .browse-hilisht .arrow-eles {
    left: 23%;
    width: 90px;
  }
}
.hero-section.hero-section3 {
  background: url(../../assets/img/hero/hero3-bg.jpg) no-repeat center center;
  background-size: cover;
  padding: 271px 0 80px;
  z-index: 1;
  position: relative;
}
.hero-section.hero-section3 .hero-wrap2 {
  background: transparent;
  padding: 0 0 0;
}
.hero-section.hero-section3 .hero-wrap2 .hero-content {
  position: relative;
  z-index: 1;
  transform: initial;
  opacity: initial;
  max-width: 1171px;
  margin: 0 0 0 0;
}
.hero-section.hero-section3 .hero-wrap2 .hero-content .listing-search-form {
  background: transparent;
  padding: 0 0;
}
.hero-section.hero-section3 .hero-wrap2 .hero-content h1 {
  font-size: 60px;
  text-transform: uppercase;
  margin-bottom: 40px;
  color: var(--black);
}
.hero-section.hero-section3 .hero-wrap2 .browse-hilisht {
  padding: 0 0;
  margin-top: 30px;
}
.hero-section.hero-section3 .hero-wrap2 .browse-hilisht .b-hilisht-text {
  color: var(--black);
}
.hero-section.hero-section3 .hero-wrap2 .browse-hilisht .b-hilisht-item {
  background-color: rgba(22, 22, 22, 0.2);
  transition: all 0.4s;
}
.hero-section.hero-section3 .hero-wrap2 .browse-hilisht .b-hilisht-item:hover {
  background: var(--theme);
}
.hero-section.hero-section3 .hero-wrap2 .hero3-thumb-wrap {
  max-width: 743px;
  gap: 24px;
  position: absolute;
  top: -155px;
  right: 0;
}
.hero-section.hero-section3 .hero-wrap2 .hero3-thumb-wrap .hero3-thumb-inner {
  display: grid;
  gap: 24px;
}
.hero-section.hero-section3 .hero-wrap2 .hero3-thumb-wrap .hero3-thumb-inner .thumb1 {
  width: 100%;
}
.hero-section.hero-section3 .hero-wrap2 .hero3-thumb-wrap .hero3-thumb-inner .thumb1 img {
  width: 100%;
}
.hero-section.hero-section3 .hero-wrap2 .hero3-thumb-wrap .thumb2 {
  width: 100%;
  max-width: 419px;
}
.hero-section.hero-section3 .hero-wrap2 .hero3-thumb-wrap .thumb2 img {
  width: 100%;
}
@media (max-width: 1399px) {
  .hero-section.hero-section3 .hero-wrap2 .hero-content .listing-search-form .search-wrap {
    width: 100%;
  }
  .hero-section.hero-section3 .hero-wrap2 .hero3-thumb-wrap {
    max-width: 650px;
    gap: 14px;
    position: absolute;
    top: -155px;
    right: 0;
  }
  .hero-section.hero-section3 .hero-wrap2 .hero3-thumb-wrap .hero3-thumb-inner {
    display: grid;
    gap: 14px;
  }
  .hero-section.hero-section3 .hero-wrap2 .hero3-thumb-wrap .hero3-thumb-inner .thumb1 {
    width: 100%;
  }
  .hero-section.hero-section3 .hero-wrap2 .hero3-thumb-wrap .hero3-thumb-inner .thumb1 img {
    width: 100%;
  }
  .hero-section.hero-section3 .hero-wrap2 .hero3-thumb-wrap .thumb2 {
    max-width: 300px;
  }
  .hero-section.hero-section3 .hero-wrap2 .hero3-thumb-wrap .thumb2 img {
    width: 100%;
  }
}
@media (max-width: 1199px) {
  .hero-section.hero-section3 .hero-wrap2 .hero-content .listing-search-form .search-wrap {
    width: 100%;
  }
  .hero-section.hero-section3 .hero-wrap2 .hero-content h1 {
    font-size: 44px;
    line-height: 56px;
    margin-bottom: 40px;
  }
  .hero-section.hero-section3 .hero-wrap2 .hero3-thumb-wrap {
    max-width: 550px;
    gap: 14px;
    top: -165px;
    right: 0;
  }
  .hero-section.hero-section3 .hero-wrap2 .hero3-thumb-wrap .hero3-thumb-inner {
    display: grid;
    gap: 14px;
  }
  .hero-section.hero-section3 .hero-wrap2 .hero3-thumb-wrap .hero3-thumb-inner .thumb1 {
    width: 100%;
  }
  .hero-section.hero-section3 .hero-wrap2 .hero3-thumb-wrap .hero3-thumb-inner .thumb1 img {
    width: 100%;
  }
  .hero-section.hero-section3 .hero-wrap2 .hero3-thumb-wrap .thumb2 {
    max-width: 300px;
  }
  .hero-section.hero-section3 .hero-wrap2 .hero3-thumb-wrap .thumb2 img {
    width: 100%;
  }
}
@media (max-width: 991px) {
  .hero-section.hero-section3 {
    padding: 150px 0 80px;
  }
  .hero-section.hero-section3 .hero-wrap2 .hero-content .listing-search-form .search-wrap {
    width: 100%;
  }
  .hero-section.hero-section3 .hero-wrap2 .hero-content h1 {
    font-size: 44px;
    line-height: 56px;
    margin-bottom: 30px;
  }
  .hero-section.hero-section3 .hero-wrap2 .hero3-thumb-wrap {
    max-width: 100%;
    width: 100%;
    position: initial;
    gap: 14px;
    top: -165px;
    right: 0;
    margin-top: 30px;
  }
  .hero-section.hero-section3 .hero-wrap2 .hero3-thumb-wrap .hero3-thumb-inner {
    display: grid;
    gap: 14px;
  }
  .hero-section.hero-section3 .hero-wrap2 .hero3-thumb-wrap .hero3-thumb-inner .thumb1 {
    width: 100%;
  }
  .hero-section.hero-section3 .hero-wrap2 .hero3-thumb-wrap .hero3-thumb-inner .thumb1 img {
    width: 100%;
  }
  .hero-section.hero-section3 .hero-wrap2 .hero3-thumb-wrap .thumb2 {
    max-width: 300px;
  }
  .hero-section.hero-section3 .hero-wrap2 .hero3-thumb-wrap .thumb2 img {
    width: 100%;
  }
}
@media (max-width: 767px) {
  .hero-section.hero-section3 {
    padding: 130px 0 80px;
  }
  .hero-section.hero-section3 .hero-content .listing-search-form .search-wrap {
    width: 100%;
  }
  .hero-section.hero-section3 .hero-content h1 {
    font-size: 36px;
    line-height: 56px;
    margin-bottom: 30px;
  }
}

.breadcrumb-section {
  background: url(../../assets/img/hero/breadcrumnd-banner.png) no-repeat center center;
  background-size: cover;
  padding: 208px 0 108px;
  position: relative;
  z-index: 1;
}
.breadcrumb-section .breadcrumb-content h2 {
  margin-bottom: 16px;
  color: var(--white);
}
.breadcrumb-section .breadcrumb-content .bread-list {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 16px;
}
.breadcrumb-section .breadcrumb-content .bread-list li,
.breadcrumb-section .breadcrumb-content .bread-list a {
  font-size: 14px;
  font-weight: 600;
}
.breadcrumb-section::before {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  content: "";
  z-index: -1;
}
.breadcrumb-section.listin-details-breadcrumb {
  background: url(../../assets/img/hero/listin-details-bg.png) no-repeat center center;
  height: 700px;
  background-size: cover;
}
.breadcrumb-section.listin-details-breadcrumb .form-info {
  position: absolute;
  right: 17%;
  bottom: 40px;
  z-index: 1;
}
.breadcrumb-section.listin-details-breadcrumb .form-info button {
  width: 50px;
  height: 50px;
  transition: all 0.5s;
}
.breadcrumb-section.listin-details-breadcrumb .form-info button i {
  transition: all 0.4s;
}
.breadcrumb-section.listin-details-breadcrumb .form-info button:hover {
  background: var(--theme);
}
.breadcrumb-section.listin-details-breadcrumb .form-info button:hover i {
  color: var(--white);
}
.breadcrumb-section.listin-details-breadcrumb .form-info button:hover img {
  filter: brightness(25);
}
@media (max-width: 1399px) {
  .breadcrumb-section.listin-details-breadcrumb {
    height: 500px;
  }
}
@media (max-width: 991px) {
  .breadcrumb-section.listin-details-breadcrumb {
    height: 400px;
  }
}
@media (max-width: 767px) {
  .breadcrumb-section.listin-details-breadcrumb {
    height: 300px;
  }
}
@media (max-width: 991px) {
  .breadcrumb-section {
    padding: 170px 0 100px;
  }
}
@media (max-width: 767px) {
  .breadcrumb-section {
    padding: 130px 0 75px;
  }
}

.rear-view {
  padding: 50px 0;
}
.rear-view .share-area li button {
  transition: all 0.4s;
}
.rear-view .share-area li button:hover {
  background: var(--theme);
  color: var(--white);
}
.rear-view .share-area li button:hover i {
  color: var(--white);
}
.rear-view .share-area li button:hover img {
  filter: brightness(25);
}
.rear-view .rear-admin {
  display: flex;
  align-items: center;
  gap: 20px;
}
.rear-view .rear-admin .content h3 {
  margin-bottom: 12px;
}
.rear-view .rear-admin .content .line {
  height: 16px;
  width: 1px;
  background: var(--indef);
}
@media (max-width: 991px) {
  .rear-view .rear-admin {
    display: grid;
    flex-wrap: wrap;
    justify-content: center;
    align-items: center;
    gap: 20px;
    text-align: center;
  }
  .rear-view .rear-admin .admin-thumb {
    margin: 0 auto;
  }
  .rear-view .rear-admin .content h3 {
    margin-bottom: 12px;
  }
  .rear-view .rear-admin .content .line {
    height: 16px;
    width: 1px;
    background: var(--indef);
  }
}

.listin-details-section {
  padding: 60px 0 120px;
}
.listin-details-section iframe {
  width: 100%;
  height: 300px;
  border-radius: 10px 10px 0 0;
}
.listin-details-section .posted-content-area {
  padding: 50px 50px;
  box-shadow: 0px 10px 60px 0px rgba(0, 0, 0, 0.05);
  background: var(--white);
}
.listin-details-section .posted-content-area .social-area a {
  background: rgb(245, 245, 245);
  transition: all 0.4s;
}
.listin-details-section .posted-content-area .social-area a i {
  color: var(--black);
  transition: all 0.4s;
}
.listin-details-section .posted-content-area .social-area a:hover {
  background: var(--theme);
}
.listin-details-section .posted-content-area .social-area a:hover i {
  color: var(--white);
}
@media (max-width: 1199px) {
  .listin-details-section .posted-content-area {
    padding: 30px 24px;
  }
}

.additional-info {
  padding: 50px 50px;
  background-color: rgb(245, 245, 245);
  border-radius: 5px;
}
@media (max-width: 1199px) {
  .additional-info {
    padding: 30px 24px;
  }
}
.additional-info.style-radisu .common-form input {
  border-radius: 7px;
}
.additional-info.style-radisu .common-form textarea {
  border-radius: 7px;
  padding-bottom: 105px;
}

.common-form input,
.common-form textarea {
  width: 100%;
  padding: 10px 14px 11px;
  font-size: 14px;
  border: unset;
  margin-bottom: 10px;
  color: rgb(131, 130, 130);
}

.listin-left-content .line {
  width: 100%;
  height: 1px;
  background-color: #e2dfeb;
}
.listin-left-content .review-pop {
  position: absolute;
  width: 96px;
  height: 96px;
  background: var(--theme);
  z-index: 1;
}
.listin-left-content .review-pop i {
  font-size: 24px;
  color: var(--white);
}
.listin-left-content .review-pop::before, .listin-left-content .review-pop::after {
  position: absolute;
  width: 100%;
  height: 100%;
  content: "";
  border: 1px solid var(--theme);
  border-radius: 50%;
}
.listin-left-content .review-pop::before {
  transition: all 0.3s;
  animation: scsl 2s linear infinite;
}
.listin-left-content .review-pop::after {
  transition: all 0.4s;
  animation: scsl2 3s linear infinite;
}
.listin-left-content .review-pop:hover {
  background-color: var(--header);
}
@media (max-width: 1199px) {
  .listin-left-content .review-pop {
    width: 50px;
    height: 50px;
  }
  .listin-left-content .review-pop i {
    font-size: 16px;
  }
}
@keyframes scsl {
  50% {
    transform: scale(1.05);
    opacity: 1;
  }
  60% {
    transform: scale(1.09);
    opacity: 0.6;
  }
  80% {
    transform: scale(1.1);
    opacity: 0.3;
  }
  90% {
    transform: scale(1.2);
    opacity: 0.2;
  }
  100% {
    transform: scale(1.3);
    opacity: 0;
  }
}
@keyframes scsl2 {
  50% {
    transform: scale(1.05);
    opacity: 1;
  }
  60% {
    transform: scale(1.09);
    opacity: 0.6;
  }
  80% {
    transform: scale(1.1);
    opacity: 0.3;
  }
  90% {
    transform: scale(1.2);
    opacity: 0.2;
  }
  100% {
    transform: scale(1.3);
    opacity: 0;
  }
}
.listin-left-content .review-progress {
  background-color: rgb(245, 245, 245);
}
.listin-left-content .review-progress .boxes-re {
  background: var(--white);
  width: 217px;
  min-width: 217px;
  height: 240px;
  border-radius: 5px;
  padding: 10px;
}
@media (max-width: 1399px) {
  .listin-left-content .review-progress .boxes-re {
    width: 180px;
    min-width: 180px;
    height: 190px;
  }
}
@media (max-width: 575px) {
  .listin-left-content .review-progress .boxes-re {
    width: 100%;
    min-width: 100%;
    height: 190px;
  }
}
.listin-left-content .listing-progress-item .progres {
  background: var(--white);
  width: 318px;
  height: 5px;
  border-radius: 7px;
  position: relative;
}
.listin-left-content .listing-progress-item .progres .bar {
  height: 100%;
  border-radius: 5px;
  position: absolute;
  background: var(--theme);
}
.listin-left-content .listing-progress-item .titles {
  width: 92px;
}
@media (max-width: 1399px) {
  .listin-left-content .listing-progress-item .progres {
    width: 280px;
    height: 4px;
  }
  .listin-left-content .listing-progress-item .progres .bar {
    height: 100%;
    border-radius: 5px;
  }
  .listin-left-content .listing-progress-item .titles {
    width: 80px;
  }
}
@media (max-width: 1199px) {
  .listin-left-content .listing-progress-item .progres {
    width: 200px;
    height: 4px;
  }
  .listin-left-content .listing-progress-item .progres .bar {
    height: 100%;
    border-radius: 5px;
  }
  .listin-left-content .listing-progress-item .titles {
    width: 80px;
  }
}
@media (max-width: 767px) {
  .listin-left-content .listing-progress-item .titles {
    width: initial;
  }
}
@media (max-width: 575px) {
  .listin-left-content .listing-progress-item {
    width: 100%;
  }
  .listin-left-content .listing-progress-item .progres {
    width: 100%;
  }
}

.author-review-item .thumb {
  width: 160px;
  height: 160px;
  min-width: 160px;
}
.author-review-item .thumb img {
  width: 100%;
  height: 100%;
}
.author-review-item button {
  transition: all 0.4s;
}
.author-review-item button:hover {
  background: var(--black);
  color: var(--white);
}
@media (max-width: 575px) {
  .author-review-item .thumb {
    width: 100px;
    height: 100px;
    min-width: 100px;
  }
  .author-review-item .thumb img {
    width: 100%;
    height: 100%;
  }
}

.write-review-wrap .pricing-review-adjust {
  display: flex;
  gap: 130px;
  margin-bottom: 40px;
}
@media (max-width: 1199px) {
  .write-review-wrap .pricing-review-adjust {
    margin-bottom: 20px;
  }
}
@media (max-width: 575px) {
  .write-review-wrap .pricing-review-adjust {
    gap: 9px 24px;
    flex-wrap: wrap;
  }
}
.write-review-wrap form input,
.write-review-wrap form textarea {
  width: 100%;
  padding: 18px 20px 19px !important;
  border-radius: 5px;
  border: unset;
  font-size: 14px;
  font-weight: 500;
  color: rgb(120, 120, 120);
  background: #f5f5f5;
  outline: none;
  margin-bottom: 0;
  height: 100%;
}

.scrolling-wrap {
  overflow: hidden;
  white-space: nowrap;
  display: flex;
  gap: 20px;
}
.scrolling-wrap .comm {
  display: flex;
  align-items: center;
  animation: scroll 60s linear infinite;
  gap: 30px;
  cursor: pointer;
}
.scrolling-wrap .comm .cmn-textslide {
  font-size: 130px;
  font-weight: 900;
  text-transform: uppercase;
  font-family: "Visby", sans-serif;
  line-height: 134px;
}
.scrolling-wrap .comm .text-custom-storke {
  -webkit-text-stroke: rgb(228, 228, 229);
}
.scrolling-wrap:hover .comm {
  animation-play-state: paused;
}

@keyframes scroll {
  0% {
    transform: translateX(0);
  }
  100% {
    transform: translateX(-100%);
  }
}
@keyframes scroll2 {
  0% {
    transform: translateX(0%);
  }
  100% {
    transform: translateX(-200%);
  }
}
.mean-container a.meanmenu-reveal {
  display: none;
}

.mean-container .mean-nav {
  background: none;
  margin-top: 0;
}

.mean-container .mean-bar {
  padding: 0;
  min-height: auto;
  background: none;
}

.mean-container .mean-nav > ul {
  padding: 0;
  margin: 0;
  width: 100%;
  list-style-type: none;
  display: block !important;
}
.mean-container .mean-nav > ul .homemenu-items {
  display: flex;
  align-items: center;
  gap: 30px;
  justify-content: space-between;
}
@media (max-width: 1199px) {
  .mean-container .mean-nav > ul .homemenu-items {
    flex-wrap: wrap;
  }
}
.mean-container .mean-nav > ul .homemenu-items .homemenu {
  position: relative;
}
@media (max-width: 1199px) {
  .mean-container .mean-nav > ul .homemenu-items .homemenu {
    max-width: 300px;
    text-align: center;
    margin: 0 auto;
    border: 1px solid var(--border);
    padding: 10px;
  }
}
.mean-container .mean-nav > ul .homemenu-items .homemenu .homemenu-thumb {
  position: relative;
}
.mean-container .mean-nav > ul .homemenu-items .homemenu .homemenu-thumb .demo-button {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 60%;
  gap: 10px;
  display: flex;
  justify-content: center;
  flex-direction: column;
  opacity: 0;
  visibility: hidden;
  transition: all 0.4s ease-in-out;
  margin-top: 20px;
}
.mean-container .mean-nav > ul .homemenu-items .homemenu .homemenu-thumb .demo-button .theme-btn {
  padding: 12px 20px;
  color: var(--white) !important;
  width: initial;
  font-size: 16px;
  text-align: center;
  border-radius: 0;
}
.mean-container .mean-nav > ul .homemenu-items .homemenu .homemenu-thumb .demo-button .theme-btn:hover {
  color: var(--white) !important;
}
.mean-container .mean-nav > ul .homemenu-items .homemenu .homemenu-thumb::before {
  background: -webkit-gradient(linear, left top, left bottom, from(rgba(20, 19, 19, 0)), to(#5e5ef6));
  background: linear-gradient(to bottom, rgba(99, 92, 92, 0) 0%, #252527 100%);
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
  width: 100%;
  height: 100%;
  position: absolute;
  left: 0;
  top: 0;
  overflow: hidden;
  opacity: 0;
  -webkit-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
  content: "";
}
.mean-container .mean-nav > ul .homemenu-items .homemenu .homemenu-thumb:hover::before {
  visibility: visible;
  opacity: 1;
}
.mean-container .mean-nav > ul .homemenu-items .homemenu .homemenu-thumb:hover .demo-button {
  opacity: 1;
  visibility: visible;
  margin-top: 0;
}
.mean-container .mean-nav > ul .homemenu-items .homemenu .homemenu-thumb:hover .homemenu-btn {
  opacity: 1;
  visibility: visible;
  bottom: 50%;
  transform: translateY(50%);
}
.mean-container .mean-nav > ul .homemenu-items .homemenu .homemenu-thumb img {
  width: 100%;
}
.mean-container .mean-nav > ul .homemenu-items .homemenu .homemenu-title {
  text-align: center;
  margin: 15px auto;
  display: inline-block;
  font-size: 16px;
}

.mean-container a.meanmenu-reveal {
  display: none !important;
}

.mean-container .mean-nav ul li a {
  width: 100%;
  padding: 10px 0;
  color: var(--header);
  font-size: 16px;
  line-height: 1.5;
  font-weight: 500;
  text-transform: capitalize;
  border-bottom: 1px solid var(--border) !important;
  border: none;
}
.mean-container .mean-nav ul li a:hover {
  color: var(--theme);
}

.mean-container .mean-nav ul li a:last-child {
  border-bottom: 0;
}

.mean-container .mean-nav ul li a:hover {
  color: var(--theme);
}

.mean-container .mean-nav ul li a.mean-expand {
  margin-top: 5px;
  padding: 0 !important;
}

.mean-container .mean-nav ul li > a > i {
  display: none;
}

.mean-container .mean-nav ul li > a.mean-expand i {
  display: inline-block;
  font-size: 18px;
}

.mean-container .mean-nav > ul > li:first-child > a {
  border-top: 0;
}

.mean-container .mean-nav ul li a.mean-expand.mean-clicked i {
  transform: rotate(45deg);
  -webkit-transform: rotate(45deg);
  -moz-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  -o-transform: rotate(45deg);
  transition: all 0.4s ease-in-out;
}

.mean-container .mean-nav ul li .mega-menu li a {
  height: 200px;
  width: 100%;
  padding: 0;
  border-top: 0;
  margin-bottom: 20px;
}

.news-box-items {
  transition: all 0.5s;
}
.news-box-items .news-image {
  width: 100%;
  height: 250px;
}
.news-box-items .news-image img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  border-radius: 7px;
}
.news-box-items .news-image .date-badge {
  position: absolute;
  right: 18px;
  top: -12px;
  width: 60px;
  height: 64px;
  line-height: 14px;
  font-weight: 500;
  text-transform: uppercase;
  z-index: 1;
}
.news-box-items .news-image .date-badge::before {
  position: absolute;
  left: -14px;
  top: 0;
  width: 19px;
  height: 12px;
  content: "";
  background: var(--theme);
  clip-path: polygon(100% 0, 0% 100%, 100% 100%);
}
.news-box-items .news-content {
  border-radius: 5px;
  background-color: rgb(245, 245, 245);
  padding: 24px 36px;
}
.news-box-items .news-content .comment-blog {
  position: relative;
  box-shadow: rgba(149, 157, 165, 0.2) 0px 8px 24px;
}
.news-box-items .news-content .comment-blog .blog-arrow:hover {
  color: var(--theme);
}
.news-box-items .news-content .comment-blog .blog-arrow:hover i {
  color: var(--theme);
}
@media (min-width: 992px) {
  .news-box-items .news-content .comment-blog {
    margin-bottom: -50px;
  }
}
.news-box-items .news-content h4 a:hover {
  color: var(--theme);
}
@media (max-width: 1199px) {
  .news-box-items .news-content {
    padding: 20px 16px;
  }
}
.news-box-items:hover {
  transform: translateY(-8px);
}

.news-section3 {
  position: relative;
  z-index: 1;
  padding-top: 90px;
}
.news-section3::before {
  position: absolute;
  top: 0;
  right: 0;
  width: 932px;
  height: 100%;
  content: "";
  z-index: -1;
  background-color: rgb(245, 245, 245);
}
.news-section3 .slide-cmn {
  background-color: rgb(245, 245, 245);
  border-radius: 50% !important;
}
.news-section3 .slide-cmn i {
  color: var(--text);
}
.news-section3 .slide-cmn.active {
  background: var(--theme);
}
.news-section3 .slide-cmn.active i {
  color: var(--white);
}

.news-slider-maintain {
  margin-left: 300px;
}
.news-slider-maintain.style4 {
  margin-bottom: -60px;
}
@media screen and (max-width: 1900px) {
  .news-slider-maintain {
    margin-left: 0;
  }
}

.blog-news-wrapper3.style4 .news-box-items {
  background: var(--white);
  box-shadow: 0px 10px 60px 0px rgba(0, 0, 0, 0.05);
  margin-bottom: 60px;
}
.blog-news-wrapper3.style4 .news-box-items .news-content {
  background: var(--white);
}
.blog-news-wrapper3.style4 .news-box-items .comment-blog {
  margin-bottom: 0;
  margin-top: 20px;
  width: 100%;
  box-shadow: none;
  border: 1px solid rgb(213, 213, 213);
}

.newsletter-places {
  background: url(../../assets/img/element/newsletter-bg.png) no-repeat center center;
  background-size: cover;
  padding: 76px 50px 76px 20px;
  border-radius: 12px;
  display: flex;
  justify-content: flex-end;
  align-items: center;
  gap: 118px;
}
.newsletter-places h3 {
  font-size: 40px;
  color: var(--white);
}
@media (max-width: 767px) {
  .newsletter-places {
    padding: 65px 20px 65px 20px;
    border-radius: 12px;
    display: flex;
    text-align: center;
    flex-wrap: wrap;
    justify-content: center;
    align-items: center;
    gap: 16px 30px;
  }
  .newsletter-places h3 {
    font-size: 29px;
  }
}

.blog-rightbar {
  gap: 30px;
}
.blog-rightbar form input {
  width: 100%;
  height: 55px;
  background: transparent;
  border: unset;
  font-size: 18px;
  color: var(--white);
}
.blog-rightbar form input::placeholder {
  color: var(--white);
}
.blog-rightbar form i {
  color: var(--white);
}
.blog-rightbar .lastes-post {
  background-color: rgb(245, 245, 245);
  border-radius: 5px;
  padding: 40px 30px;
}
.blog-rightbar .lastes-post .lates-link li {
  background: var(--white);
  border-radius: 5px;
  padding: 15px 16px;
  display: flex;
  align-items: center;
  gap: 12px;
}
.blog-rightbar .lastes-post .lates-link li .cont a {
  line-height: 24px;
  display: block;
}
.blog-rightbar .lastes-post .lates-link li:hover .cont a {
  color: var(--theme);
}
@media (max-width: 1199px) {
  .blog-rightbar .lastes-post {
    padding: 30px 18px;
  }
  .blog-rightbar .lastes-post .lates-link li {
    background: var(--white);
    border-radius: 5px;
    padding: 15px 14px;
    display: flex;
    align-items: center;
    gap: 12px;
  }
  .blog-rightbar .lastes-post .lates-link li a {
    line-height: 21px;
    display: block;
    font-size: 16px;
  }
}
.blog-rightbar .blog-category {
  background-color: rgb(245, 245, 245);
  border-radius: 5px;
  padding: 40px 30px;
}
.blog-rightbar .blog-category a {
  border-radius: 5px;
  color: rgb(120, 120, 120);
  transition: all 0.4s;
  font-size: 16px;
  font-weight: 500;
}
.blog-rightbar .blog-category a:hover {
  background: var(--white);
  color: var(--black);
}
.blog-rightbar .blog-category a:hover i {
  color: var(--theme);
}
@media (max-width: 1199px) {
  .blog-rightbar .blog-category {
    padding: 30px 20px;
  }
}

.blog-tags {
  background-color: rgb(245, 245, 245);
  border-radius: 5px;
  padding: 40px 30px;
}
.blog-tags a {
  border-radius: 5px;
  padding: 7px 18px 10px;
  font-size: 14px;
  font-weight: 600;
  color: var(--black);
  background: var(--white);
  text-align: center;
  transition: all 0.4s;
  display: inline-block;
}
.blog-tags a.active, .blog-tags a:hover {
  background: var(--theme);
  color: var(--white);
}
.blog-tags .active:hover {
  background: var(--black);
  color: var(--white);
}
@media (max-width: 1199px) {
  .blog-tags {
    padding: 30px 20px;
  }
}

.tag-share-area {
  border-top: 1px solid rgb(245, 245, 245);
  padding-top: 40px;
  margin-top: 40px;
  margin-bottom: 40px;
}
.tag-share-area .social-area a {
  background: rgb(247, 241, 241);
}
.tag-share-area .social-area a i {
  color: var(--black);
}
.tag-share-area .social-area a:hover {
  background: var(--theme);
}
.tag-share-area .social-area a:hover i {
  color: var(--white);
}
@media (max-width: 575px) {
  .tag-share-area {
    padding-top: 30px;
    margin-top: 30px;
    margin-bottom: 30px;
  }
}

.caters-thumb {
  background: url(../../assets/img/news/blog-details-text.png) no-repeat center center;
  background-size: cover;
  border-radius: 10px;
  overflow: hidden;
  padding: 52px 20px;
}

.caters-content {
  background: rgb(245, 245, 245);
  border-radius: 10px;
  overflow: hidden;
  padding: 52px 20px;
}

.author-review-wrap .line {
  width: 100%;
  height: 1px;
  background: rgb(245, 245, 245);
}

.pricing-section {
  position: relative;
  z-index: 1;
}
.pricing-section::before {
  position: absolute;
  left: 0;
  top: 0;
  height: 575px;
  content: "";
  width: 100%;
  background: url(../../assets/img/element/pricing-bg.png) no-repeat center center;
  background-size: cover;
  z-index: -1;
}

.pricing-items {
  background-color: rgb(255, 255, 255);
  box-shadow: -10px 0px 60px 0px rgba(0, 0, 0, 0.07);
  z-index: 1;
  transition: all 0.4s;
}
.pricing-items .price-head {
  position: relative;
  background: var(--theme);
  padding: 50px 20px;
  overflow: hidden;
  z-index: 1;
}
.pricing-items .price-head .pricing-shape {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  border-radius: 8px;
  z-index: -1;
}
.pricing-items .line {
  width: 100%;
  height: 1px;
  background-color: rgb(213, 213, 213);
}
.pricing-items.premium .theme-btn {
  background: var(--theme);
}
.pricing-items:hover {
  transform: scale(1.05);
}
.pricing-items:hover .theme-btn {
  color: var(--white);
}

.offer-thumb-area {
  z-index: 1;
}
.offer-thumb-area .theme-line {
  position: absolute;
  bottom: 0;
  right: 0px;
  z-index: -1;
  animation: leftr 2s linear infinite;
}
.offer-thumb-area .offer-cirlcles {
  position: absolute;
  bottom: 0;
  top: 0;
  left: -200px;
  z-index: -1;
}
@media (max-width: 1399px) {
  .offer-thumb-area .thumb1,
  .offer-thumb-area .thumb {
    width: 100%;
  }
  .offer-thumb-area .thumb1 img,
  .offer-thumb-area .thumb img {
    width: 100%;
  }
  .offer-thumb-area .thumb1 .theme-line,
  .offer-thumb-area .thumb .theme-line {
    display: none;
  }
  .offer-thumb-area .thumb {
    max-width: 300px;
  }
}

.offer-content .theme-btn {
  background: var(--black);
}
.offer-content .theme-btn::after, .offer-content .theme-btn::before {
  background-color: var(--theme);
}
.offer-content .connect-line {
  background-color: rgb(213, 213, 213);
  height: 60px;
  width: 1px;
}
.offer-content .offer-condition-wrap {
  display: grid;
  gap: 24px;
  margin: 36px 0;
}
.offer-content .offer-condition-wrap .offer-connection {
  gap: 30px;
}
.offer-content .offer-condition-wrap .offer-connection .sty-title {
  font-size: 20px;
  font-weight: 800;
  color: var(--black);
}
.offer-content .offer-condition-wrap .offer-connection .icon {
  width: 55px;
  height: 55px;
  min-width: 55px;
  transition: all 0.4s;
}
.offer-content .offer-condition-wrap .offer-connection .icon:hover {
  background: var(--black);
}
@media (max-width: 575px) {
  .offer-content .connect-line {
    display: none;
  }
  .offer-content .offer-condition-wrap {
    gap: 18px;
    margin: 28px 0;
  }
  .offer-content .offer-condition-wrap .offer-connection {
    gap: 8px 20px;
    flex-wrap: wrap;
  }
  .offer-content .offer-condition-wrap .offer-connection .sty-title {
    font-size: 18px;
  }
  .offer-content .offer-condition-wrap .offer-connection .icon {
    width: 40px;
    height: 40px;
    min-width: 40px;
  }
}

.step-section {
  position: relative;
  z-index: 1;
}
.step-section.style-space .container {
  max-width: 1070px;
  margin: 0 auto;
}
.step-section::before {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  content: "";
  background: url(../../assets/img/brand/step-bg.png) no-repeat center center;
  background-size: cover;
}
.step-section .step-slide-wrap {
  box-shadow: 0px 1px 0px 0px rgba(255, 255, 255, 0.2);
  padding: 100px 0;
}
.step-section .step-slide-wrap .step-sponsor img {
  transition: all 0.5s;
}
.step-section .step-slide-wrap .step-sponsor:hover img {
  filter: brightness(0);
  cursor: pointer;
}
.step-section .swiper-slide.swiper-slide-active .step-sponsor img {
  filter: brightness(5);
  transform: scale(1.2);
}

.step-sponsor {
  text-align: center;
  margin: 0 auto;
}
.step-sponsor:hover {
  cursor: pointer;
}

.sponsor-section {
  padding: 100px 0;
}
.sponsor-section .step-sponsor {
  text-align: center;
  margin: 0 auto;
}
.sponsor-section .step-sponsor img {
  filter: brightness(0);
  transition: all 0.5s;
  opacity: 0.5;
}
.sponsor-section .step-sponsor:hover img {
  filter: brightness(0);
  transition: all 0.5s;
  opacity: 1;
}
.sponsor-section .swiper-slide {
  margin: 0 auto;
  text-align: center;
}
.sponsor-section .swiper-slide.swiper-slide-active .step-sponsor img {
  filter: brightness(0);
  transition: all 0.5s;
  opacity: 1;
}
@media (max-width: 1199px) {
  .sponsor-section {
    padding: 80px 0;
  }
}
@media (max-width: 991px) {
  .sponsor-section {
    padding: 70px 0;
  }
}

.sponsor-border {
  border-bottom: 1px solid #d5d5d5;
}

.step-items {
  z-index: 1;
  position: relative;
  border: 1px solid rgb(213, 213, 213);
  background: var(--white);
  max-width: 217px;
  padding: 40px 10px;
  transition: all 0.4s;
  position: relative;
  transform: skewX(-10deg);
  height: 100%;
}
.step-items .step-box {
  transform: skewX(10deg);
  max-width: 140px;
  margin: 0 auto;
  transition: all 0.5s;
}
.step-items:hover {
  transform: skewX(0deg);
}
.step-items:hover .step-box {
  transform: skewX(0deg);
}
.step-items:hover .icon {
  transform: scale(1.02);
}
@media (max-width: 575px) {
  .step-items {
    max-width: 100%;
    transform: skewX(0deg);
  }
  .step-items .step-box {
    transform: skewX(0deg);
    max-width: 300px;
    margin: 0 auto;
    transition: all 0.5s;
  }
}

.step-shape {
  position: absolute;
  left: -224px;
  height: 100%;
  top: 0;
}
@media (max-width: 991px) {
  .step-items {
    max-width: 100%;
    transform: skewX(0deg);
  }
  .step-items .step-box{
    transform: skewX(0deg);
  }
  .step-shape {
    display: none;
  }
  .step-shape-fiest {
    display: none;
  }
}

.step-shape-lst img {
  height: 95%;
}

.step-shape-fiest {
  position: absolute;
  bottom: 6px;
  left: -69px;
}

.popular-section .section-title {
  max-width: 500px;
}

.popular-items {
  position: relative;
  overflow: hidden;
}
.popular-items img {
  width: 100%;
  border-radius: 8px;
}
.popular-items .box-content {
  position: absolute;
  bottom: -100%;
  left: 15px;
  width: 90%;
  background: var(--theme);
  border-radius: 8px;
  padding: 40px 30px;
  transition: all 0.5s;
}
.popular-items .box-content .arrow {
  width: 55px;
  height: 55px;
  min-width: 55px;
  background: var(--white);
  position: absolute;
  right: 15px;
  top: -30px;
  transition: all 0.4s;
}
.popular-items .box-content .arrow i {
  color: var(--theme);
  transition: all 0.4s;
}
.popular-items .box-content .arrow:hover {
  background: var(--black);
}
.popular-items .box-content .arrow:hover i {
  color: var(--white);
}
.popular-items .some-cont {
  position: absolute;
  bottom: 35px;
  left: 35px;
  transition: all 0.4s;
}
.popular-items .some-cont .listing {
  padding: 4px 12px;
  background: var(--theme);
  color: var(--white);
  border-radius: 8px;
  display: inline-block;
  font-size: 12px;
  position: relative;
  margin-left: 80px;
  margin-bottom: 10px;
}
.popular-items .some-cont .listing::before {
  position: absolute;
  left: 0;
  bottom: -12px;
  width: 12px;
  height: 20px;
  content: "";
  background: var(--theme);
  clip-path: polygon(100% 0, 0 0, 0 100%);
}
@media (max-width: 1399px) {
  .popular-items .box-content {
    padding: 20px 20px;
  }
  .popular-items .box-content .arrow {
    width: 45px;
    height: 45px;
    min-width: 45px;
  }
  .popular-items .box-content .arrow i {
    color: var(--theme);
  }
}
.popular-items:hover {
  cursor: pointer;
}
.popular-items:hover .some-cont {
  opacity: 0;
}
.popular-items:hover .box-content {
  bottom: 15px;
  z-index: 1;
}

.section-title {
  position: relative;
  z-index: 99;
}
.section-title span {
  display: inline-block;
  font-size: 14px;
  letter-spacing: 1px;
  text-transform: uppercase;
  font-weight: 700;
  line-height: 1;
  color: var(--theme);
}

.section-title-area {
  display: flex;
  align-items: center;
  justify-content: space-between;
  position: relative;
  z-index: 9;
}
@media (max-width: 991px) {
  .section-title-area {
    flex-wrap: wrap;
    gap: 30px;
  }
}

.center {
  text-align: center;
  margin: 0 auto;
}

.section-bg {
  background-color: var(--bg);
}

.section-bg-2 {
  background-color: var(--header);
}

.section-padding {
  padding: 120px 0;
}
@media (max-width: 1199px) {
  .section-padding {
    padding: 100px 0;
  }
}
@media (max-width: 991px) {
  .section-padding {
    padding: 80px 0;
  }
}

.space-top {
  padding-top: 120px;
}
@media (max-width: 1199px) {
  .space-top {
    padding-top: 100px;
  }
}
@media (max-width: 991px) {
  .space-top {
    padding-top: 80px;
  }
}

.space-bottom {
  padding-bottom: 120px;
}
@media (max-width: 1199px) {
  .space-bottom {
    padding-bottom: 100px;
  }
}
@media (max-width: 991px) {
  .space-bottom {
    padding-bottom: 80px;
  }
}

.mb-60 {
  margin-bottom: 55px;
}
@media (max-width: 1199px) {
  .mb-60 {
    margin-bottom: 45px;
  }
}
@media (max-width: 991px) {
  .mb-60 {
    margin-bottom: 40px;
  }
}
@media (max-width: 767px) {
  .mb-60 {
    margin-bottom: 35px;
  }
}

.discover-cate-wrapper {
  display: flex;
  grid-template-columns: repeat(1fr, 6);
  gap: 30px;
}
.discover-cate-wrapper .discover-cate-item {
  width: 100%;
}
@media (max-width: 1399px) {
  .discover-cate-wrapper {
    gap: 20px;
  }
}
@media (max-width: 1199px) {
  .discover-cate-wrapper {
    flex-wrap: wrap;
    justify-content: center;
    grid-template-columns: repeat(1fr, 3);
  }
  .discover-cate-wrapper .discover-cate-item {
    width: 30%;
  }
}
@media (max-width: 767px) {
  .discover-cate-wrapper {
    flex-wrap: wrap;
    justify-content: center;
    grid-template-columns: repeat(1fr, 2);
  }
  .discover-cate-wrapper .discover-cate-item {
    width: 44%;
  }
}
@media (max-width: 575px) {
  .discover-cate-wrapper .discover-cate-item {
    width: 100%;
  }
}

.discover-cate-item {
  border: 1px solid rgb(213, 213, 213);
  border-radius: 5px;
  padding: 38px 0px 0;
  transition: all 0.5s;
}
.discover-cate-item .icon {
  width: 100px;
  height: 100px;
  margin: 0 auto 38px;
  background-color: rgba(233, 10, 53, 0.051);
  transition: all 0.5s;
}
.discover-cate-item .icon .seri-badge {
  width: 32px;
  height: 32px;
  border-radius: 50%;
  background: var(--black);
  position: absolute;
  top: -5px;
  right: -5px;
  color: var(--white);
  font-size: 12px;
}
.discover-cate-item .discover-text {
  background-color: rgb(245, 245, 245);
  display: block;
  padding: 15px 10px;
}
.discover-cate-item .discover-text::before {
  background-color: rgb(245, 245, 245);
  position: absolute;
  bottom: 100%;
  left: 50%;
  transform: translateX(-50%);
  content: "";
  clip-path: polygon(50% 0%, 0 100%, 100% 100%);
  width: 35px;
  height: 11px;
}
.discover-cate-item .discover-text:hover {
  color: var(--theme);
}
.discover-cate-item.active, .discover-cate-item:hover {
  transform: translateY(4px) scale(1.02);
}
.discover-cate-item.active .icon, .discover-cate-item:hover .icon {
  background-color: var(--theme);
}
.discover-cate-item.active .icon img, .discover-cate-item:hover .icon img {
  filter: brightness(25);
}
@media (max-width: 1399px) {
  .discover-cate-item {
    padding: 30px 0 0;
  }
}

.business-section {
  position: relative;
  z-index: 1;
  background: url(../../assets/img/element/business-bg.png) no-repeat center center;
  background-size: cover;
}

.business-single {
  background-color: rgb(255, 255, 255);
  box-shadow: 0px 10px 60px 0px rgba(0, 0, 0, 0.05);
  overflow: hidden;
  border-radius: 8px;
}
.business-single .news-image {
  width: 100%;
  height: 250px;
  overflow: hidden;
  transition: all 0.5s;
}
.business-single .news-image img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  overflow: hidden;
  transition: all 0.5s;
}
.business-single .news-image .business-badge {
  position: absolute;
  top: 20px;
  left: 25px;
  z-index: 1;
}
.business-single .news-image .mike-hardson {
  position: absolute;
  left: 25px;
  bottom: 20px;
}
.business-single .news-image .mike-hardson img {
  width: 32px;
  height: 32px;
  object-fit: contain;
}
.business-single .business-content .review-area .re-line {
  width: 1px;
  background: var(--indef);
  height: 16px;
}
.business-single .business-content h4 a:hover {
  color: var(--theme);
}
.business-single .business-content .business-info li {
  display: flex;
  align-items: center;
  gap: 8px;
}
.business-single .business-content .line {
  width: 100%;
  height: 1px;
  background-color: rgb(213, 213, 213);
}
.business-single .business-content .form-info button {
  width: 33px;
  height: 33px;
  background-color: rgb(245, 245, 245);
  transition: all 0.5s;
}
.business-single .business-content .form-info button:hover {
  background: var(--theme);
}
.business-single .business-content .form-info button:hover img {
  filter: brightness(25);
}
.business-single .business-content .form-info button:hover i {
  color: var(--white);
}
.business-single:hover .news-image img {
  transform: scale(1.1);
}

.benefit-section {
  background: url(../../assets/img/service/bg.png) no-repeat center center;
  background-size: cover;
}

.benefit-area {
  display: grid;
  gap: 25px;
}
.benefit-area .benefit-items .arrows {
  width: 55px;
  height: 55px;
  min-width: 55px;
  background: var(--white);
  border-radius: 50%;
  transition: all 0.5s;
}
.benefit-area .benefit-items:hover .arrows {
  transform: rotate(90deg);
  background: var(--theme);
}
.benefit-area .benefit-items:hover .arrows i {
  color: var(--white);
}
.benefit-area .line {
  width: 100%;
  height: 1px;
  background: #d5d5d5;
}
@media (max-width: 1199px) {
  .benefit-area {
    gap: 18px;
  }
  .benefit-area .benefit-items .arrows {
    width: 45px;
    height: 45px;
    min-width: 45px;
  }
}

.benefit-thumb-inner {
  z-index: 1;
}
.benefit-thumb-inner .thumb1 {
  max-width: 370px;
}
.benefit-thumb-inner .thumb1 img {
  width: 100%;
}
.benefit-thumb-inner .thumb2 {
  max-width: 250px;
  margin-left: -50px;
}
.benefit-thumb-inner .thumb2 img {
  width: 100%;
}
.benefit-thumb-inner .benefit-ele {
  position: absolute;
  top: -80px;
  left: -120px;
  z-index: -1;
  animation: rots 2s linear infinite;
}
@media (max-width: 991px) {
  .benefit-thumb-inner .benefit-ele {
    top: initial;
    bottom: 20px;
    left: initial;
    right: 20px;
  }
}

@keyframes rots {
  50% {
    transform: rotate(5deg);
  }
}
.sponsor-section3 {
  background: url(../../assets/img/hero/sponsor3-bg.png) no-repeat center center;
  background-size: cover;
  padding: 110px 0;
}
.sponsor-section3 .step-sponsor {
  transition: all 0.5s;
}
.sponsor-section3 .step-sponsor img {
  transition: all 0.5s;
}
.sponsor-section3 .step-sponsor:hover {
  filter: brightness(1.75);
}
.sponsor-section3 .step-sponsor:hover img {
  filter: brightness(1.75);
  opacity: 1;
  cursor: pointer;
}
.sponsor-section3 .swiper-slide.swiper-slide-active .step-sponsor img {
  filter: brightness(5);
  transform: scale(1.2);
}
@media (max-width: 1399px) {
  .sponsor-section3 {
    padding: 90px 0;
  }
}
@media (max-width: 1199px) {
  .sponsor-section3 {
    padding: 80px 0;
  }
}
@media (max-width: 991px) {
  .sponsor-section3 {
    padding: 70px 0;
  }
}
@media (max-width: 767px) {
  .sponsor-section3 {
    padding: 60px 0;
  }
}

.discover-section {
  z-index: 1;
}
.discover-section .discover-shape {
  position: absolute;
  bottom: 0;
  width: 100%;
  z-index: -1;
}

.discover-items {
  border: 1px solid rgb(213, 213, 213);
  padding: 40px 50px;
  overflow: hidden;
  transition: all 0.4s;
}
.discover-items .box {
  max-width: 345px;
}
.discover-items .badge-ele {
  position: absolute;
  right: 0;
  top: 0;
  width: 155px;
  height: 155px;
  background: rgb(213, 213, 213);
  border-bottom-left-radius: 150px;
  transition: all 0.4s;
}
.discover-items:hover {
  border-color: var(--theme);
}
.discover-items:hover .badge-ele {
  background: var(--theme);
}
@media (max-width: 1199px) {
  .discover-items .badge-ele {
    width: 105px;
    height: 105px;
  }
  .discover-items .badge-ele img {
    width: 50px;
  }
}
@media (max-width: 1199px) {
  .discover-items {
    padding: 24px 24px;
  }
  .discover-items .badge-ele {
    width: 65px;
    height: 65px;
  }
  .discover-items .badge-ele img {
    width: 30px;
  }
}

.discover-separate .container {
  max-width: 1465px;
  margin: 0 auto;
}

.discover-all-wrap {
  display: flex;
  flex-wrap: wrap;
}
.discover-all-wrap .discover-separ-item {
  width: 20%;
  padding: 10px;
}
.discover-all-wrap .discover-separ-item .box {
  background-color: rgb(245, 245, 245);
  border-radius: 12px;
  border: 5px solid var(--white);
  box-shadow: 0px 10px 60px 0px rgba(0, 0, 0, 0.08);
  padding: 30px 30px;
  position: relative;
  z-index: 1;
}
.discover-all-wrap .discover-separ-item .box::before {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  content: "";
  background: url(../../assets/img/project/discover-thumb.png) no-repeat center center;
  background-size: cover;
  border-radius: 12px;
  z-index: -1;
  transition: all 0.4s;
  transform: scale(0);
}
.discover-all-wrap .discover-separ-item .box .icon {
  position: absolute;
  right: 24px;
  top: 24px;
  width: 45px;
  height: 45px;
}
.discover-all-wrap .discover-separ-item .box .icon i {
  color: var(--white);
  font-size: 16px;
}
.discover-all-wrap .discover-separ-item.active .box::before, .discover-all-wrap .discover-separ-item:hover .box::before {
  transform: scale(1);
}
.discover-all-wrap .discover-separ-item.active span, .discover-all-wrap .discover-separ-item:hover span {
  color: var(--white);
}
@media (max-width: 1199px) {
  .discover-all-wrap .discover-separ-item {
    width: 20%;
    padding: 5px;
  }
  .discover-all-wrap .discover-separ-item .box {
    padding: 24px 18px;
  }
}
@media (max-width: 991px) {
  .discover-all-wrap .discover-separ-item {
    width: 33.33%;
    padding: 5px;
  }
  .discover-all-wrap .discover-separ-item .box {
    padding: 24px 18px;
  }
}
@media (max-width: 767px) {
  .discover-all-wrap .discover-separ-item {
    width: 50%;
    padding: 5px;
  }
  .discover-all-wrap .discover-separ-item .box {
    padding: 24px 18px;
  }
}
@media (max-width: 450px) {
  .discover-all-wrap .discover-separ-item {
    width: 100%;
    padding: 5px;
  }
  .discover-all-wrap .discover-separ-item .box {
    padding: 24px 18px;
  }
}

.watch-section {
  background: linear-gradient(black, transparent), url("../../assets/img/project/virtual-background.07.13 (1).jpeg") no-repeat center center;
  background-size: cover;
  background-attachment: fixed;
  padding: 0 0 140px;
  background-attachment: fixed;
  z-index: 1;
}
.watch-section .watch-content {
  z-index: 1;
  position: relative;
}
.watch-section .watch-content .watch-icon {
  width: 164px;
  height: 164px;
  display: block;
  display: flex;
  align-items: center;
  justify-content: center;
  margin: 0 auto 24px;
  background: var(--theme);
  border-radius: 0 0 100px 100px;
}
.watch-section .watch-content .watch-icon i {
  font-size: 24px;
  color: var(--white);
}
.watch-section .watch-content .watch-icon:hover {
  background-color: var(--header);
}
.watch-section .watch-content .text-line {
  position: absolute;
  top: -12px;
  left: -4px;
  z-index: -1;
}
@media (min-width: 1200px) {
  .watch-section .watch-content h2 {
    font-size: 60px;
  }
}
@media (max-width: 767px) {
  .watch-section {
    padding: 0 0 80px;
  }
  .watch-section .watch-content {
    z-index: 1;
    position: relative;
  }
  .watch-section .watch-content .watch-icon {
    width: 124px;
    height: 124px;
    display: block;
    display: flex;
    align-items: center;
    justify-content: center;
    margin: 0 auto 24px;
    background: var(--theme);
    border-radius: 0 0 100px 100px;
  }
  .watch-section .watch-content .watch-icon i {
    font-size: 24px;
    color: var(--white);
  }
  .watch-section .watch-content .text-line {
    position: absolute;
    top: 0;
    left: 0;
    z-index: -1;
  }
}

.authentic-item {
  position: relative;
  z-index: 1;
  transition: all 0.4s;
}
.authentic-item::before {
  position: absolute;
  top: -10px;
  left: -10px;
  content: "";
  border-radius: 5px;
  background-color: rgb(213, 213, 213);
  width: 80%;
  height: 60%;
  transition: all 0.4s;
}
.authentic-item .cont {
  margin-top: -18px;
  position: relative;
  z-index: 1;
}
.authentic-item .cont .social-share .share {
  position: relative;
  width: 48px;
  height: 48px;
  background: var(--theme);
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  margin: 0 auto 20px;
}
.authentic-item .cont .social-share .share i {
  color: var(--white);
}
.authentic-item .cont .social-share .share:hover {
  cursor: pointer;
}
.authentic-item .cont .social-share .share:hover .social-area {
  transform: translateX(-50%) rotateX(0deg);
}
.authentic-item .cont .social-share .social-area {
  position: absolute;
  bottom: 60px;
  left: 50%;
  transform: translateX(-50%) rotateX(90deg);
  transition: all 0.4s;
}
.authentic-item:hover {
  transform: translateY(5px);
}
.authentic-item:hover::before {
  background: var(--theme);
}

.what-wedo-wrap {
  z-index: 1;
  position: relative;
}
.what-wedo-wrap::before {
  position: absolute;
  height: 630px;
  width: 1490px;
  content: "";
  left: 50%;
  transform: translate(-50%, -50%);
  top: 50%;
  content: "";
  z-index: -1;
  background: url(../../assets/img/team/what-bg.png) no-repeat center center;
  background-size: cover;
  border-radius: 16px;
  overflow: hidden;
}
.what-wedo-wrap .ele-badge1,
.what-wedo-wrap .ele-badge2,
.what-wedo-wrap .ele-badge3 {
  position: absolute;
  width: 81px;
  height: 81px;
  border: 5px solid var(--white);
}
.what-wedo-wrap .ele-badge1 img,
.what-wedo-wrap .ele-badge2 img,
.what-wedo-wrap .ele-badge3 img {
  width: 28px;
}
.what-wedo-wrap .ele-badge1 {
  right: -120px;
  top: 50%;
  transform: translateY(-50%);
}
.what-wedo-wrap .ele-badge2 {
  right: 30%;
  top: 22px;
}
.what-wedo-wrap .ele-badge3 {
  right: 40%;
  bottom: 10px;
}
@media (max-width: 991px) {
  .what-wedo-wrap {
    padding: 60px 0;
  }
  .what-wedo-wrap::before {
    height: 100%;
  }
  .what-wedo-wrap .ele-badge1 {
    display: none;
  }
  .what-wedo-wrap .ele-badge2 {
    display: none;
  }
}

.what-wedo-thumbarea {
  display: flex;
  align-items: center;
  gap: 24px;
  justify-content: flex-end;
}
.what-wedo-thumbarea .thumb {
  width: 100%;
}
.what-wedo-thumbarea .thumb img {
  width: 100%;
}
.what-wedo-thumbarea .what-wedo-thumbinner {
  display: grid;
  gap: 24px;
}
.what-wedo-thumbarea .what-wedo-thumbinner .thumb2 {
  width: 100%;
}
.what-wedo-thumbarea .what-wedo-thumbinner .thumb2 img {
  width: 100%;
}
.what-wedo-thumbarea .review-badge {
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  animation: updowns 2s linear infinite;
}
@media (max-width: 575px) {
  .what-wedo-thumbarea {
    gap: 14px;
  }
  .what-wedo-thumbarea .thumb1 {
    max-width: 300px;
  }
  .what-wedo-thumbarea .thumb1 img {
    width: 100%;
  }
  .what-wedo-thumbarea .what-wedo-thumbinner {
    display: grid;
    gap: 14px;
  }
  .what-wedo-thumbarea .what-wedo-thumbinner .thumb2 {
    width: 100%;
  }
  .what-wedo-thumbarea .what-wedo-thumbinner .thumb2 img {
    width: 100%;
  }
}

.testimonail-items {
  background: var(--white);
  padding: 40px;
  border-radius: 8px;
  z-index: 1;
  overflow: hidden;
  box-shadow: -10px 0px 60px 0px rgba(0, 0, 0, 0.07);
}
.testimonail-items .thumb {
  border: 2px solid var(--theme);
  width: 60px;
  height: 60px;
  border-radius: 50%;
}
.testimonail-items .testimonial-shape {
  position: absolute;
  left: 0;
  bottom: 0;
  z-index: -1;
}
@media (max-width: 991px) {
  .testimonail-items {
    padding: 20px;
  }
}
@media (max-width: 767px) {
  .testimonail-items p {
    font-size: 14px;
    line-height: 21px;
  }
}

.los-angels-wrap {
  margin-left: 80px;
}
.los-angels-wrap .container {
  max-width: 1396px;
  margin: 0 auto;
}

.testimonial-wrapper2 {
  max-width: 930px;
}

.testimonail-items2 .testimonial-author .test-author-small {
  width: 76px;
  height: 76px;
  border-radius: 50%;
}
.testimonail-items2 .testimonial-author .test-author-big {
  width: 140px;
  height: 140px;
  border-radius: 50%;
  border: 2px solid var(--theme);
}
.testimonail-items2 p {
  font-size: 32px;
  line-height: 40px;
  color: var(--text);
  font-family: "Visby", sans-serif;
  position: relative;
  text-align: center;
  margin-bottom: 36px;
}
.testimonail-items2 .testi-quote {
  position: absolute;
  bottom: 100%;
  left: 32px;
}
@media (max-width: 767px) {
  .testimonail-items2 .testi-quote {
    display: none;
  }
  .testimonail-items2 .testimonial-author .test-author-small {
    width: 58px;
    height: 58px;
  }
  .testimonail-items2 .testimonial-author .test-author-big {
    width: 80px;
    height: 80px;
  }
  .testimonail-items2 p {
    font-size: 16px;
    line-height: 20px;
    margin-bottom: 18px;
  }
}

.testimonial-cargo {
  position: absolute;
  bottom: 0;
  width: 100%;
  left: 0;
}

.slide-cmn {
  width: 41px;
  height: 41px;
  background: var(--white);
  transition: all 0.4s;
}
.slide-cmn i {
  color: var(--black);
  font-size: 15px;
  transition: all 0.4s;
}
.slide-cmn:hover {
  background: var(--theme);
}
.slide-cmn:hover i {
  color: var(--white);
}

.funfact-section {
  background: url(../../assets/img/project/fun-fact.png) no-repeat center center;
  background-size: cover;
  background-attachment: fixed;
  padding: 90px 0;
}

.funfact-content .section-title {
  margin-bottom: 44px;
}
.funfact-content .funfact-info {
  display: grid;
  gap: 24px;
}
.funfact-content .funfact-info .funfact-item .icon {
  width: 60px;
  height: 60px;
  min-width: 60px;
  transition: all 0.4s;
}
.funfact-content .funfact-info .funfact-item .icon i {
  transition: all 0.4s;
}
.funfact-content .funfact-info .funfact-item:hover .icon {
  background: var(--white);
}
.funfact-content .funfact-info .funfact-item:hover .icon i {
  color: var(--black);
}
@media (max-width: 767px) {
  .funfact-content .section-title {
    margin-bottom: 30px;
  }
  .funfact-content .funfact-info {
    display: grid;
    gap: 20px;
  }
  .funfact-content .funfact-info .funfact-item .icon {
    width: 44px;
    height: 44px;
    min-width: 44px;
  }
  .funfact-content .funfact-info .funfact-item .icon i {
    font-size: 16px;
  }
}

.funfact-counting-wrap .funfact-count {
  width: 192px;
  height: 192px;
  min-width: 192px;
}
.funfact-counting-wrap .funfact-count h2 {
  font-size: 40px;
}
.funfact-counting-wrap .funfact-count span {
  color: rgba(255, 255, 255, 0.6);
  line-height: 18px;
  text-align: center;
  display: block;
}
.funfact-counting-wrap .funfact-count .icon {
  width: 55px;
  height: 55px;
  min-width: 55px;
  position: absolute;
}
.funfact-counting-wrap .funfact-count .posi1 {
  left: 50%;
  bottom: -20px;
  transform: translateX(-50%);
}
.funfact-counting-wrap .funcat-inner {
  display: flex;
  gap: 50px;
  justify-content: center;
}
@media (max-width: 500px) {
  .funfact-counting-wrap .funfact-count {
    width: 122px;
    height: 122px;
    min-width: 122px;
  }
  .funfact-counting-wrap .funfact-count h2 {
    font-size: 24px;
    margin-bottom: 8px;
  }
  .funfact-counting-wrap .funfact-count span {
    line-height: 18px;
  }
  .funfact-counting-wrap .funfact-count .icon {
    width: 55px;
    height: 55px;
    min-width: 55px;
  }
  .funfact-counting-wrap .funfact-count .posi1 {
    bottom: -34px;
  }
  .funfact-counting-wrap .funcat-inner {
    gap: 20px;
    margin-bottom: 10px;
  }
}
.funfact-counting-wrap .third-count {
  margin: 0 auto;
}/*# sourceMappingURL=main.css.map */
.pagination .fa-angle-right, .pagination .fa-angle-left {
  padding: 8px 11px 8px 11px;
}

.pagination .page-button {
  border: 1px solid gray;
  cursor: pointer;
  font-size: small;
  width: 45px;
  height: 45px;
  display: flex;
  justify-content: center;
  align-items: center;
}

.pagination .page-button.selected, .pagination .page-button:hover{
  border-color: var(--theme);
  color: var(--theme);
}

.pagination .skip-button i {
  border-radius: 5px;
  border: 1px solid var(--theme);
  color: white;
  background: var(--theme) !important;
  width: 45px;
  height: 45px;
  display: flex;
  font-size: small;
  justify-content: center;
  align-items: center;
  cursor: pointer;
}

.month-check span{
  border-bottom: 1px solid transparent;
  transition: 1s all;
  font-size: calc(1.275rem + .3vw) !important;
  color: black;
  font-weight: lighter;
}

.month-check:hover span, .month-check.active span{
  color: var(--theme) !important;
  border-bottom: 1px solid var(--theme);
}

.popis-novinky a{
  color: var(--theme) !important;
}

@media (max-width: 400px) {
  .maly-screen-skryt {
    display: none;
  }
}