:root {
  scroll-behavior: inherit;
  --lw-font-1: "Lora", serif;
  --lw-font-2: "Raleway", serif;
  --lw-font-dancing: "Dancing Script", serif;
  --lw-clr-pr-1: #b57b51;
  --lw-clr-sd-1: #C4EF17;
  --lw-clr-h-1: #0c0c0c;
  --lw-clr-h-2: #121212;
  --lw-clr-p-1: #383838;
  --lw-clr-p-2: #424242;
  --lw-clr-white-1: #ffffff;
  --lw-clr-black-1: #000000;
  --lw-clr-gray-1: #B9B9B9;
  --lw-clr-fawn: #dba66e;
  --lw-gd-1: linear-gradient( -55deg, rgb(154,93,61) 0%, rgb(219,166,110) 51%, rgb(154,93,61) 100%);
  --lw-cube-1: cubic-bezier(0.2, 0.8, 0.2, 1);
}

/*
    global-css-start
*/
body {
  font-family: var(--lw-font-2);
  font-size: 18px;
  font-weight: 400;
  line-height: 28px;
  color: var(--lw-clr-h-1);
  overflow-x: hidden;
}

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

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

a, span {
  display: inline-block;
  color: inherit;
  font-size: inherit;
  font-family: inherit;
  font-weight: inherit;
  text-transform: inherit;
  text-decoration: none;
  transition: inherit;
}

button {
  border: none;
  outline: none;
}

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

h1 {
  font-size: 55px;
}

h2 {
  font-size: 55px;
}

h3 {
  font-size: 42px;
}

h4 {
  font-size: 27px;
}

h5 {
  font-size: 20px;
}

h6 {
  font-size: 16px;
}

::-moz-selection {
  background-color: #3065D0;
  color: white;
  text-shadow: none;
}

::-moz-selection {
  background-color: #3065D0;
  color: white;
  text-shadow: none;
}

::selection {
  background-color: #3065D0;
  color: white;
  text-shadow: none;
}

input::placeholder, textarea::placeholder {
  font-size: inherit;
  font-weight: inherit;
  color: inherit;
  font-family: inherit;
}

input:focus::placeholder, textarea:focus::placeholder {
  opacity: 0;
}

@media (min-width: 1800px), only screen and (min-width: 1600px) and (max-width: 1799px), only screen and (min-width: 1400px) and (max-width: 1599px) {
  ::-webkit-scrollbar {
    width: 7px;
    background-color: #000;
    box-shadow: none;
    border: none;
  }
  ::-webkit-scrollbar-track {
    background: transparent;
    box-shadow: none;
    border: none;
  }
  ::-webkit-scrollbar-thumb {
    background: var(--lw-clr-pr-1);
    border-radius: 0px;
  }
}
.swiper-notification {
  display: none;
}

/*
    margin-&-padding_variable-start
*/
.mt-5 {
  margin-top: 5px;
}

.mt-10 {
  margin-top: 10px;
}

.mt-15 {
  margin-top: 15px;
}

.mt-20 {
  margin-top: 20px;
}

.mt-25 {
  margin-top: 25px;
}

.mt-30 {
  margin-top: 30px;
}

.mt-35 {
  margin-top: 35px;
}

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

.mt-45 {
  margin-top: 45px;
}

.mt-50 {
  margin-top: 50px;
}

.mt-55 {
  margin-top: 55px;
}

.mt-60 {
  margin-top: 60px;
}

.mt-65 {
  margin-top: 65px;
}

.mt-70 {
  margin-top: 70px;
}

.mt-75 {
  margin-top: 75px;
}

.mt-80 {
  margin-top: 80px;
}

.mt-85 {
  margin-top: 85px;
}

.mt-90 {
  margin-top: 90px;
}

.mt-95 {
  margin-top: 95px;
}

.mt-100 {
  margin-top: 100px;
}

.mt-105 {
  margin-top: 105px;
}

.mt-110 {
  margin-top: 110px;
}

.mt-115 {
  margin-top: 115px;
}

.mt-120 {
  margin-top: 120px;
}

.mt-125 {
  margin-top: 125px;
}

.mt-130 {
  margin-top: 130px;
}

.mt-135 {
  margin-top: 135px;
}

.mt-140 {
  margin-top: 140px;
}

.mt-145 {
  margin-top: 145px;
}

.mt-150 {
  margin-top: 150px;
}

.mt-155 {
  margin-top: 155px;
}

.mt-160 {
  margin-top: 160px;
}

.mt-165 {
  margin-top: 165px;
}

.mt-170 {
  margin-top: 170px;
}

.mt-175 {
  margin-top: 175px;
}

.mt-180 {
  margin-top: 180px;
}

.mt-185 {
  margin-top: 185px;
}

.mt-190 {
  margin-top: 190px;
}

.mt-195 {
  margin-top: 195px;
}

.mt-200 {
  margin-top: 200px;
}

.mb-5 {
  margin-bottom: 5px;
}

.mb-10 {
  margin-bottom: 10px;
}

.mb-15 {
  margin-bottom: 15px;
}

.mb-20 {
  margin-bottom: 20px;
}

.mb-25 {
  margin-bottom: 25px;
}

.mb-30 {
  margin-bottom: 30px;
}

.mb-35 {
  margin-bottom: 35px;
}

.mb-40 {
  margin-bottom: 40px;
}

.mb-45 {
  margin-bottom: 45px;
}

.mb-50 {
  margin-bottom: 50px;
}

.mb-55 {
  margin-bottom: 55px;
}

.mb-60 {
  margin-bottom: 60px;
}

.mb-65 {
  margin-bottom: 65px;
}

.mb-70 {
  margin-bottom: 70px;
}

.mb-75 {
  margin-bottom: 75px;
}

.mb-80 {
  margin-bottom: 80px;
}

.mb-85 {
  margin-bottom: 85px;
}

.mb-90 {
  margin-bottom: 90px;
}

.mb-95 {
  margin-bottom: 95px;
}

.mb-100 {
  margin-bottom: 100px;
}

.mb-105 {
  margin-bottom: 105px;
}

.mb-110 {
  margin-bottom: 110px;
}

.mb-115 {
  margin-bottom: 115px;
}

.mb-120 {
  margin-bottom: 120px;
}

.mb-125 {
  margin-bottom: 125px;
}

.mb-130 {
  margin-bottom: 130px;
}

.mb-135 {
  margin-bottom: 135px;
}

.mb-140 {
  margin-bottom: 140px;
}

.mb-145 {
  margin-bottom: 145px;
}

.mb-150 {
  margin-bottom: 150px;
}

.mb-155 {
  margin-bottom: 155px;
}

.mb-160 {
  margin-bottom: 160px;
}

.mb-165 {
  margin-bottom: 165px;
}

.mb-170 {
  margin-bottom: 170px;
}

.mb-175 {
  margin-bottom: 175px;
}

.mb-180 {
  margin-bottom: 180px;
}

.mb-185 {
  margin-bottom: 185px;
}

.mb-190 {
  margin-bottom: 190px;
}

.mb-195 {
  margin-bottom: 195px;
}

.mb-200 {
  margin-bottom: 200px;
}

.ml-5 {
  margin-left: 5px;
}

.ml-10 {
  margin-left: 10px;
}

.ml-15 {
  margin-left: 15px;
}

.ml-20 {
  margin-left: 20px;
}

.ml-25 {
  margin-left: 25px;
}

.ml-30 {
  margin-left: 30px;
}

.ml-35 {
  margin-left: 35px;
}

.ml-40 {
  margin-left: 40px;
}

.ml-45 {
  margin-left: 45px;
}

.ml-50 {
  margin-left: 50px;
}

.ml-55 {
  margin-left: 55px;
}

.ml-60 {
  margin-left: 60px;
}

.ml-65 {
  margin-left: 65px;
}

.ml-70 {
  margin-left: 70px;
}

.ml-75 {
  margin-left: 75px;
}

.ml-80 {
  margin-left: 80px;
}

.ml-85 {
  margin-left: 85px;
}

.ml-90 {
  margin-left: 90px;
}

.ml-95 {
  margin-left: 95px;
}

.ml-100 {
  margin-left: 100px;
}

.ml-105 {
  margin-left: 105px;
}

.ml-110 {
  margin-left: 110px;
}

.ml-115 {
  margin-left: 115px;
}

.ml-120 {
  margin-left: 120px;
}

.ml-125 {
  margin-left: 125px;
}

.ml-130 {
  margin-left: 130px;
}

.ml-135 {
  margin-left: 135px;
}

.ml-140 {
  margin-left: 140px;
}

.ml-145 {
  margin-left: 145px;
}

.ml-150 {
  margin-left: 150px;
}

.ml-155 {
  margin-left: 155px;
}

.ml-160 {
  margin-left: 160px;
}

.ml-165 {
  margin-left: 165px;
}

.ml-170 {
  margin-left: 170px;
}

.ml-175 {
  margin-left: 175px;
}

.ml-180 {
  margin-left: 180px;
}

.ml-185 {
  margin-left: 185px;
}

.ml-190 {
  margin-left: 190px;
}

.ml-195 {
  margin-left: 195px;
}

.ml-200 {
  margin-left: 200px;
}

.mr-5 {
  margin-right: 5px;
}

.mr-10 {
  margin-right: 10px;
}

.mr-15 {
  margin-right: 15px;
}

.mr-20 {
  margin-right: 20px;
}

.mr-25 {
  margin-right: 25px;
}

.mr-30 {
  margin-right: 30px;
}

.mr-35 {
  margin-right: 35px;
}

.mr-40 {
  margin-right: 40px;
}

.mr-45 {
  margin-right: 45px;
}

.mr-50 {
  margin-right: 50px;
}

.mr-55 {
  margin-right: 55px;
}

.mr-60 {
  margin-right: 60px;
}

.mr-65 {
  margin-right: 65px;
}

.mr-70 {
  margin-right: 70px;
}

.mr-75 {
  margin-right: 75px;
}

.mr-80 {
  margin-right: 80px;
}

.mr-85 {
  margin-right: 85px;
}

.mr-90 {
  margin-right: 90px;
}

.mr-95 {
  margin-right: 95px;
}

.mr-100 {
  margin-right: 100px;
}

.mr-105 {
  margin-right: 105px;
}

.mr-110 {
  margin-right: 110px;
}

.mr-115 {
  margin-right: 115px;
}

.mr-120 {
  margin-right: 120px;
}

.mr-125 {
  margin-right: 125px;
}

.mr-130 {
  margin-right: 130px;
}

.mr-135 {
  margin-right: 135px;
}

.mr-140 {
  margin-right: 140px;
}

.mr-145 {
  margin-right: 145px;
}

.mr-150 {
  margin-right: 150px;
}

.mr-155 {
  margin-right: 155px;
}

.mr-160 {
  margin-right: 160px;
}

.mr-165 {
  margin-right: 165px;
}

.mr-170 {
  margin-right: 170px;
}

.mr-175 {
  margin-right: 175px;
}

.mr-180 {
  margin-right: 180px;
}

.mr-185 {
  margin-right: 185px;
}

.mr-190 {
  margin-right: 190px;
}

.mr-195 {
  margin-right: 195px;
}

.mr-200 {
  margin-right: 200px;
}

.pt-5 {
  padding-top: 5px;
}

.pt-10 {
  padding-top: 10px;
}

.pt-15 {
  padding-top: 15px;
}

.pt-20 {
  padding-top: 20px;
}

.pt-25 {
  padding-top: 25px;
}

.pt-30 {
  padding-top: 30px;
}

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

.pt-40 {
  padding-top: 40px;
}

.pt-45 {
  padding-top: 45px;
}

.pt-50 {
  padding-top: 50px;
}

.pt-55 {
  padding-top: 55px;
}

.pt-60 {
  padding-top: 60px;
}

.pt-65 {
  padding-top: 65px;
}

.pt-70 {
  padding-top: 70px;
}

.pt-75 {
  padding-top: 75px;
}

.pt-80 {
  padding-top: 80px;
}

.pt-85 {
  padding-top: 85px;
}

.pt-90 {
  padding-top: 90px;
}

.pt-95 {
  padding-top: 95px;
}

.pt-100 {
  padding-top: 100px;
}

.pt-105 {
  padding-top: 105px;
}

.pt-110 {
  padding-top: 110px;
}

.pt-115 {
  padding-top: 115px;
}

.pt-120 {
  padding-top: 120px;
}

.pt-125 {
  padding-top: 125px;
}

.pt-130 {
  padding-top: 130px;
}

.pt-135 {
  padding-top: 135px;
}

.pt-140 {
  padding-top: 140px;
}

.pt-145 {
  padding-top: 145px;
}

.pt-150 {
  padding-top: 150px;
}

.pt-155 {
  padding-top: 155px;
}

.pt-160 {
  padding-top: 160px;
}

.pt-165 {
  padding-top: 165px;
}

.pt-170 {
  padding-top: 170px;
}

.pt-175 {
  padding-top: 175px;
}

.pt-180 {
  padding-top: 180px;
}

.pt-185 {
  padding-top: 185px;
}

.pt-190 {
  padding-top: 190px;
}

.pt-195 {
  padding-top: 195px;
}

.pt-200 {
  padding-top: 200px;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.pl-5 {
  padding-left: 5px;
}

.pl-10 {
  padding-left: 10px;
}

.pl-15 {
  padding-left: 15px;
}

.pl-20 {
  padding-left: 20px;
}

.pl-25 {
  padding-left: 25px;
}

.pl-30 {
  padding-left: 30px;
}

.pl-35 {
  padding-left: 35px;
}

.pl-40 {
  padding-left: 40px;
}

.pl-45 {
  padding-left: 45px;
}

.pl-50 {
  padding-left: 50px;
}

.pl-55 {
  padding-left: 55px;
}

.pl-60 {
  padding-left: 60px;
}

.pl-65 {
  padding-left: 65px;
}

.pl-70 {
  padding-left: 70px;
}

.pl-75 {
  padding-left: 75px;
}

.pl-80 {
  padding-left: 80px;
}

.pl-85 {
  padding-left: 85px;
}

.pl-90 {
  padding-left: 90px;
}

.pl-95 {
  padding-left: 95px;
}

.pl-100 {
  padding-left: 100px;
}

.pl-105 {
  padding-left: 105px;
}

.pl-110 {
  padding-left: 110px;
}

.pl-115 {
  padding-left: 115px;
}

.pl-120 {
  padding-left: 120px;
}

.pl-125 {
  padding-left: 125px;
}

.pl-130 {
  padding-left: 130px;
}

.pl-135 {
  padding-left: 135px;
}

.pl-140 {
  padding-left: 140px;
}

.pl-145 {
  padding-left: 145px;
}

.pl-150 {
  padding-left: 150px;
}

.pl-155 {
  padding-left: 155px;
}

.pl-160 {
  padding-left: 160px;
}

.pl-165 {
  padding-left: 165px;
}

.pl-170 {
  padding-left: 170px;
}

.pl-175 {
  padding-left: 175px;
}

.pl-180 {
  padding-left: 180px;
}

.pl-185 {
  padding-left: 185px;
}

.pl-190 {
  padding-left: 190px;
}

.pl-195 {
  padding-left: 195px;
}

.pl-200 {
  padding-left: 200px;
}

.pr-5 {
  padding-right: 5px;
}

.pr-10 {
  padding-right: 10px;
}

.pr-15 {
  padding-right: 15px;
}

.pr-20 {
  padding-right: 20px;
}

.pr-25 {
  padding-right: 25px;
}

.pr-30 {
  padding-right: 30px;
}

.pr-35 {
  padding-right: 35px;
}

.pr-40 {
  padding-right: 40px;
}

.pr-45 {
  padding-right: 45px;
}

.pr-50 {
  padding-right: 50px;
}

.pr-55 {
  padding-right: 55px;
}

.pr-60 {
  padding-right: 60px;
}

.pr-65 {
  padding-right: 65px;
}

.pr-70 {
  padding-right: 70px;
}

.pr-75 {
  padding-right: 75px;
}

.pr-80 {
  padding-right: 80px;
}

.pr-85 {
  padding-right: 85px;
}

.pr-90 {
  padding-right: 90px;
}

.pr-95 {
  padding-right: 95px;
}

.pr-100 {
  padding-right: 100px;
}

.pr-105 {
  padding-right: 105px;
}

.pr-110 {
  padding-right: 110px;
}

.pr-115 {
  padding-right: 115px;
}

.pr-120 {
  padding-right: 120px;
}

.pr-125 {
  padding-right: 125px;
}

.pr-130 {
  padding-right: 130px;
}

.pr-135 {
  padding-right: 135px;
}

.pr-140 {
  padding-right: 140px;
}

.pr-145 {
  padding-right: 145px;
}

.pr-150 {
  padding-right: 150px;
}

.pr-155 {
  padding-right: 155px;
}

.pr-160 {
  padding-right: 160px;
}

.pr-165 {
  padding-right: 165px;
}

.pr-170 {
  padding-right: 170px;
}

.pr-175 {
  padding-right: 175px;
}

.pr-180 {
  padding-right: 180px;
}

.pr-185 {
  padding-right: 185px;
}

.pr-190 {
  padding-right: 190px;
}

.pr-195 {
  padding-right: 195px;
}

.pr-200 {
  padding-right: 200px;
}

/*
    margin-&-padding_variable-end
*/
/*
    global-css-end
*/
@media (min-width: 1200px) {
  .container.lw-container-1 {
    max-width: 1194px;
  }
}
.wa-row {
  --bs-gutter-x: 32px;
}

.wa-fix {
  overflow: hidden;
}

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

.wa-img-cover img {
  width: 100%;
  height: 100% !important;
  object-fit: cover;
}

.wa-bg-default {
  background-size: cover;
  background-position: center center;
  background-repeat: no-repeat;
}

.flaticon {
  display: inline-block;
  line-height: 0.65;
}

.wa-z-index-3 {
  position: relative;
  z-index: 3;
}

.wa-p-absolute {
  position: absolute;
}

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

.wa-origin-left {
  transform-origin: left;
}

.wa-origin-right {
  transform-origin: right;
}

.wa-fw-400 {
  font-weight: 400;
}

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

.wa-fw-600 {
  font-weight: 600;
}

.wa-fw-700 {
  font-weight: 700;
}

.wa-fw-800 {
  font-weight: 800;
}

.wa-fw-900 {
  font-weight: 900;
}

.wa-ml-auto {
  margin-left: auto;
}

.wa-mr-auto {
  margin-right: auto;
}

.wa-line-limit {
  overflow: hidden;
  display: -webkit-box;
  -webkit-box-orient: vertical;
}
.wa-line-limit:is(.has-line-1) {
  -webkit-line-clamp: 1;
  line-clamp: 1;
}
.wa-line-limit:is(.has-line-2) {
  -webkit-line-clamp: 2;
  line-clamp: 2;
}
.wa-line-limit:is(.has-line-3) {
  -webkit-line-clamp: 3;
  line-clamp: 3;
}
.wa-line-limit:is(.has-line-4) {
  -webkit-line-clamp: 4;
  line-clamp: 4;
}
.wa-line-limit:is(.has-line-5) {
  -webkit-line-clamp: 5;
  line-clamp: 5;
}
.wa-line-limit:is(.has-line-6) {
  -webkit-line-clamp: 6;
  line-clamp: 6;
}
.wa-line-limit:is(.has-line-7) {
  -webkit-line-clamp: 7;
  line-clamp: 7;
}
.wa-line-limit:is(.has-line-8) {
  -webkit-line-clamp: 8;
  line-clamp: 8;
}
.wa-line-limit:is(.has-line-9) {
  -webkit-line-clamp: 9;
  line-clamp: 9;
}
.wa-line-limit:is(.has-line-10) {
  -webkit-line-clamp: 10;
  line-clamp: 10;
}

.wa-will-c {
  will-change: transform, opacity;
}

/*
    components
*/
/*
    typography-start
*/
.lw-h-1 {
  -moz-osx-font-smoothing: grayscale;
  -webkit-font-smoothing: antialiased;
  font-family: var(--lw-font-1);
  line-height: 1.166;
  font-weight: 700;
  text-transform: capitalize;
  color: var(--lw-clr-h-1);
  margin-bottom: 0;
}

.lw-h-2 {
  -moz-osx-font-smoothing: grayscale;
  -webkit-font-smoothing: antialiased;
  font-family: var(--lw-font-1);
  line-height: 1.25;
  font-weight: 700;
  text-transform: capitalize;
  color: var(--lw-clr-h-2);
  margin-bottom: 0;
}

.lw-p-1 {
  -moz-osx-font-smoothing: grayscale;
  -webkit-font-smoothing: antialiased;
  font-family: var(--lw-font-2);
  font-size: 18px;
  line-height: 1.666;
  font-weight: 500;
  color: var(--lw-clr-p-1);
  margin-bottom: 0;
}

.lw-p-2 {
  -moz-osx-font-smoothing: grayscale;
  -webkit-font-smoothing: antialiased;
  font-family: var(--lw-font-2);
  font-size: 18px;
  line-height: 1.666;
  font-weight: 500;
  color: var(--lw-clr-p-2);
  margin-bottom: 0;
}

.lw-subtitle-1 {
  font-family: var(--lw-font-2);
  font-weight: 700;
  text-transform: capitalize;
  color: var(--lw-clr-pr-1);
  font-size: 24px;
  line-height: 1.5;
  display: inline-flex;
  align-items: center;
  gap: 10px;
  margin-bottom: 14px;
}
@media (max-width: 767px) {
  .lw-subtitle-1 {
    font-size: 20px;
  }
}

.lw-subtitle-2 {
  -moz-osx-font-smoothing: grayscale;
  -webkit-font-smoothing: antialiased;
  font-family: var(--lw-font-2);
  font-weight: 700;
  text-transform: uppercase;
  color: var(--lw-clr-pr-1);
  font-size: 15px;
  line-height: 1.5;
  letter-spacing: 0.2em;
  margin-bottom: 12px;
}

.lw-subtitle-3 {
  font-family: var(--lw-font-2);
  font-weight: 700;
  text-transform: capitalize;
  font-size: 24px;
  line-height: 1.5;
  color: var(--lw-clr-pr-1);
  margin-bottom: 14px;
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .lw-subtitle-3 {
    font-size: 22px;
  }
}
@media (max-width: 767px) {
  .lw-subtitle-3 {
    font-size: 20px;
  }
}

.lw-sec-big-title {
  font-family: var(--lw-font-1);
  font-weight: 900;
  line-height: 1;
  font-size: 180px;
  -webkit-text-stroke: 2px #0c0c0c;
  color: var(--lw-clr-pr-1);
  opacity: 13%;
  margin-bottom: 0;
  position: absolute;
  top: 0;
  left: 0;
  z-index: -1;
}
@media only screen and (min-width: 1600px) and (max-width: 1799px) {
  .lw-sec-big-title {
    font-size: 160px;
  }
}
@media only screen and (min-width: 1400px) and (max-width: 1599px) {
  .lw-sec-big-title {
    font-size: 140px;
  }
}
@media only screen and (min-width: 1200px) and (max-width: 1399px) {
  .lw-sec-big-title {
    font-size: 120px;
  }
}
@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .lw-sec-big-title {
    font-size: 100px;
  }
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .lw-sec-big-title {
    font-size: 80px;
  }
}
@media (max-width: 767px) {
  .lw-sec-big-title {
    font-size: 40px;
  }
}
@media only screen and (min-width: 576px) and (max-width: 767px) {
  .lw-sec-big-title {
    font-size: 60px;
  }
}

.lw-sec-title-1 {
  font-family: var(--lw-font-1);
  text-transform: capitalize;
  font-weight: 700;
  font-size: 60px;
  line-height: 1.166;
  color: var(--lw-clr-h-1);
  margin-bottom: 0;
}
@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .lw-sec-title-1 {
    font-size: 55px;
  }
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .lw-sec-title-1 {
    font-size: 45px;
  }
}
@media (max-width: 767px) {
  .lw-sec-title-1 {
    font-size: 30px;
  }
}
@media only screen and (min-width: 576px) and (max-width: 767px) {
  .lw-sec-title-1 {
    font-size: 35px;
  }
}

.lw-sec-title-2 {
  font-family: var(--lw-font-1);
  text-transform: capitalize;
  font-weight: 700;
  font-size: 48px;
  line-height: 1.25;
  color: var(--lw-clr-h-2);
  margin-bottom: 0;
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .lw-sec-title-2 {
    font-size: 45px;
  }
}
@media (max-width: 767px) {
  .lw-sec-title-2 {
    font-size: 30px;
  }
}
@media only screen and (min-width: 576px) and (max-width: 767px) {
  .lw-sec-title-2 {
    font-size: 35px;
  }
}

.lw-split-2:is(.lw-sec-title-1) {
  text-transform: unset !important;
  letter-spacing: -0.02em;
}
.lw-split-2:is(.lw-sec-title-1) .split-line div div:nth-child(1) {
  text-transform: capitalize;
}

.lw-split-3:is(.lw-sec-title-1) {
  text-transform: unset !important;
}
.lw-split-3:is(.lw-sec-title-1) .split-line {
  overflow: hidden;
  padding-bottom: 5px;
}
.lw-split-3:is(.lw-sec-title-1) .split-line:not(:first-child) {
  margin-top: -5px;
}
.lw-split-3:is(.lw-sec-title-1) .split-line div div:nth-child(1) {
  text-transform: capitalize;
}
.lw-split-3:is(.has-capi) .split-line {
  overflow: hidden;
}
.lw-split-3:is(.has-capi) .split-line div div:nth-child(1) {
  text-transform: capitalize;
}

.has-capi .split-line {
  overflow: hidden;
}
.has-capi .split-line div div:nth-child(1) {
  text-transform: capitalize;
}

.lw-split-4 {
  perspective: 2000px;
  transform-style: preserve-3d;
}

/*
    typography-end
*/
/*
    button-start
*/
/* offcanvas-btn-1 */
.lw-offcanvas-btn-1 {
  display: flex;
  flex-direction: column;
  gap: 4px;
  height: 30px;
  width: 44px;
  background: transparent;
  justify-content: space-between;
  transition: all 0.5s var(--lw-cube-1);
}
.lw-offcanvas-btn-1 span {
  width: 100%;
  height: 3px;
  border-radius: 5px;
  background: var(--lw-clr-pr-1);
  transition: all 0.5s var(--lw-cube-1);
  transform-origin: right;
}
.lw-offcanvas-btn-1:hover span:nth-child(2) {
  transform: scaleX(50%);
}

/* pr-btn-1 */
.lw-pr-btn-1 {
  font-family: var(--lw-font-1);
  font-weight: 700;
  text-transform: capitalize;
  font-size: 16px;
  position: relative;
  z-index: 1;
  color: var(--lw-clr-white-1);
  padding-left: 20px;
  transition: all 0.2s var(--lw-cube-1);
  display: inline-flex;
}
.lw-pr-btn-1 .text {
  background: var(--lw-clr-h-1);
  border-radius: 3px;
  padding: 13px 23px;
  padding-left: 30px;
  transition: all 0.5s var(--lw-cube-1);
  position: relative;
  z-index: 1;
  overflow: hidden;
}
.lw-pr-btn-1 .text::before {
  content: "";
  width: 100%;
  height: 100%;
  background: var(--lw-gd-1);
  position: absolute;
  top: 0;
  left: 0;
  transition: all 0.5s var(--lw-cube-1);
  z-index: -1;
  opacity: 0;
}
.lw-pr-btn-1 .icon {
  width: 37px;
  height: 40px;
  display: flex;
  align-items: center;
  justify-content: center;
  background: var(--lw-gd-1);
  color: var(--lw-clr-h-1);
  border-radius: 5px;
  border: 2px solid var(--lw-clr-h-1);
  position: absolute;
  top: 50%;
  left: 0;
  transform: translateY(-50%);
  transition: all 0.5s var(--lw-cube-1);
  transform-origin: left;
  z-index: 1;
}
.lw-pr-btn-1 .icon-2 {
  width: 37px;
  height: 40px;
  display: flex;
  align-items: center;
  justify-content: center;
  background: var(--lw-clr-h-1);
  color: var(--lw-clr-pr-1);
  border-radius: 5px;
  border: 2px solid var(--lw-clr-pr-1);
  position: absolute;
  top: 50%;
  right: 0;
  transform: translateY(-50%) translateX(-15%);
  transition: all 0.5s var(--lw-cube-1);
  transform-origin: left;
  opacity: 0;
  transition-delay: 0s;
  z-index: 1;
}
.lw-pr-btn-1:hover {
  color: var(--lw-clr-h-1);
}
.lw-pr-btn-1:hover .text {
  transform: translateX(-20px);
  padding: 13px 23px;
  padding-right: 30px;
}
.lw-pr-btn-1:hover .text::before {
  opacity: 1;
}
.lw-pr-btn-1:hover .icon {
  opacity: 0;
  transform: translateY(-50%) translateX(15%);
}
.lw-pr-btn-1:hover .icon-2 {
  opacity: 1;
  transition-delay: 0.1s;
  transform: translateY(-50%) translateX(0%);
}

/* pr-btn-2 */
.lw-pr-btn-2 {
  font-family: var(--lw-font-1);
  font-weight: 700;
  text-transform: capitalize;
  font-size: 16px;
  line-height: 1.5;
  display: inline-flex;
  align-items: center;
  gap: 20px;
  background: var(--lw-clr-h-1);
  color: var(--lw-clr-white-1);
  padding: 9px 8px;
  padding-left: 24px;
  border-radius: 4px;
  position: relative;
  z-index: 1;
  transition: all 0.5s var(--lw-cube-1);
  overflow: hidden;
}
.lw-pr-btn-2::before {
  content: "";
  width: 100%;
  height: 100%;
  background: var(--lw-gd-1);
  position: absolute;
  top: 0;
  left: 0;
  border-radius: 4px;
  transition: 0.5s var(--lw-cube-1);
  z-index: -1;
  opacity: 0;
}
.lw-pr-btn-2 .icon {
  display: inline-flex;
  justify-content: center;
  align-items: center;
  width: 37px;
  height: 40px;
  background: var(--lw-gd-1);
  border-radius: 5px;
  border: 2px solid var(--lw-clr-h-1);
  color: var(--lw-clr-h-1);
  transition: all 0.5s var(--lw-cube-1);
}
.lw-pr-btn-2 .icon-2 {
  display: inline-flex;
  justify-content: center;
  align-items: center;
  width: 37px;
  height: 40px;
  background: var(--lw-clr-h-1);
  border-radius: 5px;
  border: 2px solid var(--lw-clr-pr-1);
  color: var(--lw-clr-white-1);
  transition: all 0.5s var(--lw-cube-1);
  position: absolute;
  left: 8px;
  transform: translateX(-50px);
}
.lw-pr-btn-2:hover {
  color: var(--lw-clr-h-1);
}
.lw-pr-btn-2:hover::before {
  opacity: 1;
}
.lw-pr-btn-2:hover .icon-2 {
  transform: translateX(0px);
}
.lw-pr-btn-2:hover .text {
  transform: translateX(35px);
}
.lw-pr-btn-2:hover .icon {
  transform: translateX(50px);
}

/* slider-btn-2 */
.lw-slider-btn-2 {
  flex: 0 0 auto;
  display: inline-flex;
  width: 50px;
  height: 50px;
  border-radius: 50%;
  background: var(--lw-clr-white-1);
  justify-content: center;
  align-items: center;
  font-size: 20px;
  color: var(--lw-clr-h-1);
  border: 1px solid rgba(187, 187, 187, 0.34);
  transition: all 0.5s var(--lw-cube-1);
  cursor: pointer;
}
.lw-slider-btn-2:hover {
  background: var(--lw-clr-pr-1);
  color: var(--lw-clr-white-1);
}

/* pr-btn-3 */
.lw-pr-btn-3 {
  font-family: var(--lw-font-1);
  font-weight: 700;
  line-height: 1.5;
  background: var(--lw-clr-h-1);
  color: var(--lw-clr-white-1);
  font-size: 17px;
  display: inline-flex;
  align-items: center;
  gap: 22px;
  border-radius: 23px;
  position: relative;
  z-index: 1;
  text-transform: capitalize;
  padding: 11px 14px;
  padding-left: 23px;
  transition: all 0.5s var(--lw-cube-1);
}
.lw-pr-btn-3::after {
  content: "";
  width: 36.5px;
  height: 36.5px;
  position: absolute;
  right: 5px;
  top: 50%;
  transform: translateY(-50%);
  background: var(--lw-clr-pr-1);
  border-radius: 50%;
  z-index: -1;
  transition: all 0.5s var(--lw-cube-1);
}
.lw-pr-btn-3 .icon {
  line-height: 1;
  position: relative;
  z-index: 1;
  overflow: hidden;
  display: inline-flex;
  align-items: center;
  justify-content: center;
}
.lw-pr-btn-3 .icon i {
  transition: all 1s var(--lw-cube-1);
}
.lw-pr-btn-3 .icon i:nth-child(1) {
  position: relative;
}
.lw-pr-btn-3 .icon i:nth-child(2) {
  position: absolute;
  transform: translateX(-20px);
}
.lw-pr-btn-3 .text {
  position: relative;
  z-index: 1;
  overflow: hidden;
  line-height: 1.5;
}
.lw-pr-btn-3 .text::after {
  top: 0;
  left: 0;
  opacity: 0;
  width: 100%;
  display: block;
  transition: all 1s var(--lw-cube-1);
  position: absolute;
  content: attr(data-back);
  transform: translateY(100%);
}
.lw-pr-btn-3 .text::before {
  top: 0;
  left: 0;
  opacity: 1;
  display: block;
  transition: all 1s var(--lw-cube-1);
  position: relative;
  content: attr(data-front);
  transform: translateY(0);
}
.lw-pr-btn-3:hover {
  color: var(--lw-clr-white-1);
}
.lw-pr-btn-3:hover::after {
  width: 100%;
  height: 100%;
  right: 0;
  border-radius: 23px;
}
.lw-pr-btn-3:hover .icon i:nth-child(1) {
  transform: translateX(20px);
}
.lw-pr-btn-3:hover .icon i:nth-child(2) {
  transform: translateX(0px);
}
.lw-pr-btn-3:hover .text::after {
  opacity: 1;
  transform: translateY(0%);
}
.lw-pr-btn-3:hover .text::before {
  opacity: 0;
  transform: translateY(-100%);
}

/* pr-btn-4 */
.lw-pr-btn-4 {
  font-family: var(--lw-font-1);
  font-weight: 600;
  text-transform: capitalize;
  font-size: 18px;
  color: var(--lw-clr-white-1);
  line-height: 1.5;
  border: 2px solid var(--lw-clr-white-1);
  border-radius: 100px;
  transition: all 0.5s var(--lw-cube-1);
}
.lw-pr-btn-4 .btn-padding {
  padding: 11px 35px;
}
.lw-pr-btn-4 .text {
  position: relative;
  z-index: 1;
  overflow: hidden;
  display: inline-flex;
  line-height: 1.5;
}
.lw-pr-btn-4 .text::after {
  top: 0;
  left: 0;
  opacity: 0;
  width: 100%;
  display: block;
  transition: all 1s var(--lw-cube-1);
  position: absolute;
  content: attr(data-back);
  transform: translateY(100%);
}
.lw-pr-btn-4 .text::before {
  top: 0;
  left: 0;
  opacity: 1;
  display: block;
  transition: all 1s var(--lw-cube-1);
  position: relative;
  content: attr(data-front);
  transform: translateY(0);
}
.lw-pr-btn-4:hover {
  color: var(--lw-clr-white-1);
}
.lw-pr-btn-4:hover .text::after {
  opacity: 1;
  transform: translateY(0%);
}
.lw-pr-btn-4:hover .text::before {
  opacity: 0;
  transform: translateY(-100%);
}
.lw-pr-btn-4:is(.has-fill) {
  background: var(--lw-clr-pr-1);
  border-color: transparent;
}

/*
    button-end
*/
/*
    offcanvas-start
*/
.wa-offcanvas-area {
  position: fixed;
  right: 0;
  top: 0;
  background: var(--lw-clr-h-1);
  z-index: 9;
  max-width: 400px;
  width: 100%;
  height: 100%;
  overflow: scroll;
  opacity: 1;
  padding: 50px 30px;
  transition: 0.5s ease-in-out;
  transform: translateX(105%);
  visibility: hidden;
  opacity: 0;
}
.wa-offcanvas-area:is(.active) {
  transform: translateX(0%);
  visibility: visible;
  opacity: 1;
  transition: transform 0.5s ease-in-out, opacity 0.2s ease-in-out;
}
.wa-offcanvas-area::-webkit-scrollbar {
  display: none;
}
.wa-offcanvas-close {
  display: flex;
  flex: 0 0 auto;
  width: 35px;
  background: transparent;
  height: 35px;
  justify-content: center;
  align-items: center;
  transition: all 0.3s ease-in-out;
  gap: 10px;
  flex-direction: column;
  position: relative;
}
.wa-offcanvas-close span {
  transition: all 0.5s ease-in-out;
  width: 100%;
  height: 3px;
  background: #fff;
  position: absolute;
}
.wa-offcanvas-close span:nth-child(1) {
  transform: rotate(45deg);
}
.wa-offcanvas-close span:nth-child(2) {
  transform: rotate(-45deg);
}
.wa-offcanvas-close:hover span {
  transform: rotate(0);
}
.wa-offcanvas-top {
  display: flex;
  align-items: center;
  gap: 20px;
  justify-content: space-between;
  margin-bottom: 50px;
}
.wa-offcanvas-top-logo {
  flex: 0 0 auto;
  max-width: 150px;
  width: 100%;
}
.wa-offcanvas-social-title {
  color: #fff;
  font-size: 20px;
  opacity: 0.8;
  font-weight: 600;
  margin-bottom: 20px;
}
.wa-offcanvas-social-flex {
  gap: 30px;
}
.wa-offcanvas-social-link {
  color: #fff;
  font-size: 20px;
  opacity: 70%;
  transition: all 0.3s ease-in-out;
}
.wa-offcanvas-social-link:hover {
  color: var(--lw-clr-pr-1);
  opacity: 1;
}

/*
    header-menu-customization-start
*/
.mobile-main-navigation .navbar-nav li {
  position: relative;
  padding: 12px 0;
}
.mobile-main-navigation .navbar-nav li a {
  color: var(--lw-clr-pr-1);
  font-family: var(--lw-font-1);
  font-size: 20px;
  text-transform: capitalize;
  font-weight: 400;
}
.mobile-main-navigation .navbar-nav li a:hover {
  color: var(--lw-clr-fawn);
  opacity: 0.8;
}
.mobile-main-navigation .navbar-nav li .dropdown-btn {
  position: absolute;
  top: 0;
  right: 0;
  cursor: pointer;
  width: 100%;
  height: 53px;
  display: flex;
  justify-content: end;
  align-items: center;
  background: transparent;
  font-size: 22px;
  color: var(--lw-clr-pr-1);
  transition: 400ms ease-in-out;
}
.mobile-main-navigation .navbar-nav li .dropdown-btn i {
  transition: 400ms ease-in-out;
}
.mobile-main-navigation .navbar-nav li .dropdown-btn:hover {
  color: var(--lw-clr-fawn);
  opacity: 0.8;
}
.mobile-main-navigation .navbar-nav li .dropdown-btn:is(.active) i {
  transform: rotate(90deg);
}
.mobile-main-navigation .navbar-nav li .dropdown-menu {
  border-radius: 0;
  background-color: transparent;
  border: none;
  border-radius: 3px;
  padding-top: 15px;
}
.mobile-main-navigation .navbar-nav li .dropdown-menu li {
  margin-left: 30px;
  padding: 5px 0;
  margin-bottom: 0;
}
.mobile-main-navigation .navbar-nav li .dropdown-menu li a {
  font-size: 18px;
}
.mobile-main-navigation .navbar-nav li .dropdown-menu li .dropdown-btn {
  position: absolute;
  height: 39px;
  font-size: 16px;
}

.mobile-main-navigation .navbar-nav li:is(.has-megamenu) .dropdown-menu li a {
  margin-bottom: 30px;
}
.mobile-main-navigation .navbar-nav li:is(.has-megamenu) .dropdown-menu li a img {
  margin-bottom: 15px;
}

/*
    header-menu-customization-start
*/
/*
    offcanvas-end
*/
/*
    home-4-offcanvas-start
*/
.lw-sidebar-author {
  text-align: center;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: space-between;
  height: 90%;
}
@media only screen and (min-width: 992px) and (max-width: 1199px), only screen and (min-width: 768px) and (max-width: 991px), (max-width: 767px) {
  .lw-sidebar-author {
    display: none;
  }
}
.lw-sidebar-author-img {
  width: 120px;
  border-radius: 50%;
  height: 120px;
  margin: 0 auto;
  margin-bottom: 26px;
}
.lw-sidebar-author-name {
  font-size: 24px;
  color: var(--lw-clr-white-1);
  margin-bottom: 8px;
}
.lw-sidebar-author-bio {
  font-size: 16px;
  text-transform: capitalize;
  color: #a5a5a5;
  margin-bottom: 13px;
}
.lw-sidebar-author-social {
  justify-content: center;
  gap: 10px;
}
.lw-sidebar-author-social a {
  background: transparent;
  color: var(--lw-clr-white-1);
  font-size: 18px;
}
.lw-sidebar-author-social a:hover {
  color: var(--lw-clr-white-1) !important;
}
.lw-sidebar-author-copyright {
  font-size: 16px;
  text-transform: capitalize;
  color: var(--lw-clr-white-1);
}

@media (min-width: 1800px), only screen and (min-width: 1600px) and (max-width: 1799px), only screen and (min-width: 1400px) and (max-width: 1599px), only screen and (min-width: 1200px) and (max-width: 1399px) {
  .wa-offcanvas-area:is(.has-home-4) .wa-offcanvas-social, .wa-offcanvas-area:is(.has-home-4) .mobile-menu-navigation {
    display: none;
  }
}
.wa-offcanvas-area:is(.has-home-4) .wa-offcanvas-wrap {
  height: 100%;
}

/*
    home-4-offcanvas-end
*/
/*
    form-1-start
*/
.lw-form-1 {
  border-radius: 10px;
  padding: 48px 48px;
  padding-bottom: 0;
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 20px;
}
@media (max-width: 767px) {
  .lw-form-1 {
    padding: 48px 25px;
    padding-bottom: 0;
    grid-template-columns: 1fr;
  }
}
@media only screen and (min-width: 576px) and (max-width: 767px) {
  .lw-form-1 {
    padding: 48px 48px;
    padding-bottom: 0;
    grid-template-columns: 1fr 1fr;
  }
}
.lw-form-1-bg-color {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: calc(100% - 27px);
  background-color: #f6f1e7;
  z-index: -1;
  border-radius: 10px;
}
.lw-form-1-bg-color::after {
  content: "";
  width: 216px;
  height: 46px;
  background-color: var(--lw-clr-white-1);
  position: absolute;
  left: 47px;
  bottom: 0;
  border-radius: 10px 10px 0 0;
}
@media (max-width: 767px) {
  .lw-form-1-bg-color::after {
    left: 24px;
  }
}
.lw-form-1-item-input {
  border: 1px solid rgb(218, 218, 218);
  border-radius: 6px;
  background-color: rgb(255, 255, 255);
  height: 50px;
  font-family: var(--lw-font-2);
  font-size: 14px;
  width: 100%;
  padding: 0 26px;
  color: var(--lw-clr-h-1);
  outline: none;
  font-weight: 500;
}
.lw-form-1-item-input:is(textarea) {
  height: 100px;
  padding-top: 15px;
}
.lw-form-1-item-checkbox #check-1 {
  transform: translateY(1px);
  margin-right: 4px;
}
.lw-form-1-item-checkbox label {
  font-size: 14px;
  color: #606060;
  line-height: 24px;
}
.lw-form-1-item button {
  background: transparent;
}
.lw-form-1-item:last-child {
  padding-top: 12px;
  padding-left: 14px;
}
.lw-form-1-item:is(.has-full-width) {
  grid-column: 1/-1;
}

/*
    form-1-end
*/
/*
    search-box-css-start
*/
.txa-search-box {
  position: absolute;
  right: 0;
  top: 0;
  border-radius: 8px;
  background: #fff;
  z-index: 8;
  width: 650px;
  height: auto;
  background-color: var(--pf-clr-black-2);
  backdrop-filter: blur(40px);
  -webkit-backdrop-filter: blur(40px);
  overflow: hidden;
  transform: scale(0.9);
  transform-origin: top right;
  opacity: 0;
  visibility: hidden;
  transition: 0.4s ease-in-out;
  padding: 80px;
}
@media (max-width: 767px) {
  .txa-search-box {
    padding: 80px 20px;
    width: 300px;
  }
}
@media only screen and (min-width: 576px) and (max-width: 767px) {
  .txa-search-box {
    padding: 80px 40px;
    width: 480px;
  }
}
.txa-search-box::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  border-radius: 8px;
  padding: 2px;
  background: linear-gradient(90deg, rgb(199, 255, 73) 0%, rgb(125, 255, 88) 100%);
  z-index: -1;
  -webkit-mask: linear-gradient(#fff 0 0) content-box, linear-gradient(#fff 0 0);
  mask: linear-gradient(#fff 0 0) content-box, linear-gradient(#fff 0 0);
  mask-composite: exclude;
  animation: rotateGradient 3s linear infinite;
}
.txa-search-box-close {
  background: transparent;
  font-size: 22px;
  position: absolute;
  color: #fff;
  right: 20px;
  top: 20px;
  transition: all 0.3s ease-in-out;
  opacity: 80%;
}
@media (max-width: 767px) {
  .txa-search-box-close {
    width: 46px;
    height: 46px;
    font-size: 20px;
    right: 10px;
    top: 10px;
  }
}
.txa-search-box-close:hover {
  color: var(--pf-clr-pr-1);
  opacity: 100%;
}
.txa-search-box.active {
  transform: scale(1);
  visibility: visible;
  opacity: 1;
}
.txa-search-box.active .txa-search-form::after {
  transform: scaleX(1);
  transition-delay: 0.5s;
}
.txa-search-container {
  width: 100%;
  max-width: 840px;
  margin-left: auto;
  margin-right: auto;
  padding-left: 20px;
  padding-right: 20px;
}
.txa-search-title {
  font-size: 23px;
  line-height: 1;
  margin-bottom: 18px;
}
.txa-search-form {
  position: relative;
  z-index: 1;
}
.txa-search-form-input {
  width: 100%;
  margin: 0;
  border: none;
  outline: none;
  text-align: center;
  font-size: 16px;
  color: #888888;
  font-weight: 300;
  padding: 3px 10px;
  background: transparent;
}
.txa-search-form::after {
  content: "";
  width: 100%;
  bottom: 0;
  left: 0;
  right: 0;
  height: 1px;
  position: absolute;
  background-color: #6D6D6D;
  transition: all 0.5s ease-in-out;
  transform: scaleX(0);
  transition-delay: 0s;
}
.txa-search-tag {
  gap: 8px;
  justify-content: center;
}
.txa-search-tag-title {
  font-size: 16px;
  font-weight: 400;
  color: #5D5D5D;
  margin-bottom: 12px;
}
.txa-search-tag-item {
  flex: 0 0 auto;
  display: inline-block;
  font-size: 15px;
  font-weight: 500;
  color: rgba(255, 255, 255, 0.64);
  border: 1px solid rgba(255, 255, 255, 0.15);
  line-height: 1;
  padding: 9px 17px;
  transition: all 0.2s ease-in-out;
}
.txa-search-tag-item:hover {
  border-color: transparent;
  background: var(--pf-clr-pr-1);
  color: #fff;
}

.overlay {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: transparent;
  z-index: 1;
  display: none;
}
.overlay:is(.active) {
  display: block;
}

.txa-search-box:is(.has-default) {
  padding-top: 56px;
  padding-bottom: 56px;
  background-color: rgba(255, 255, 255, 0.88);
  backdrop-filter: blur(40px);
  -webkit-backdrop-filter: blur(40px);
  position: fixed;
  display: flex;
  left: 0;
  top: 0;
  width: 100%;
  z-index: 9;
  align-items: center;
  transition: 500ms var(--pf-cube-1);
  transform-origin: top;
  transform: scaleY(0);
  visibility: hidden;
  box-shadow: 0 5px 10px 1px rgba(0, 0, 0, 0.05);
  border: none;
  border-radius: 0;
}
.txa-search-box:is(.has-default)::before {
  display: none;
}
.txa-search-box:is(.has-default):is(.active) {
  top: 0;
  opacity: 1;
  visibility: visible;
  transform: scaleY(1);
}
.txa-search-box:is(.has-default):is(.active) .txa-search-form::after {
  transform: scaleX(1);
  transition-delay: 0.3s;
}
.txa-search-box:is(.has-default) .txa-search-title {
  color: var(--pf-clr-black-1);
  font-weight: 600;
}
.txa-search-box:is(.has-default) .txa-search-tag-item {
  color: rgba(0, 0, 0, 0.8);
  border: 1px solid rgba(0, 0, 0, 0.3);
}
.txa-search-box:is(.has-default) .txa-search-tag-item:hover {
  color: #fff;
  background: #000;
}
.txa-search-box:is(.has-default) .txa-search-box-close {
  color: #000000;
}

/*
    search-box-css-end
*/
/*
  mobile-menu-css-start
*/
/*
	preloader-css-start
*/
.lw-preloader {
  position: fixed;
  left: 0;
  top: 0;
  height: 100vh;
  width: 100%;
  z-index: 99999999;
  overflow: hidden;
  align-items: center;
  justify-content: center;
  background-color: var(--agn-clr-white-1);
  transition: all 1s cubic-bezier(0.55, 0.085, 0, 0.99);
}
.lw-preloader .loader-circle {
  position: absolute;
  left: 50%;
  top: 50%;
  width: 120px;
  height: 120px;
  border-radius: 50%;
  box-shadow: inset 0 0 0 1px rgba(0, 0, 0, 0.1);
  margin-left: -60px;
  margin-top: -60px;
}
.lw-preloader .vertical-centered-box {
  position: absolute;
  width: 100%;
  height: 100%;
  text-align: center;
  background-color: #fff;
  transition: all 1s cubic-bezier(0.55, 0.085, 0, 0.99);
}
.lw-preloader .vertical-centered-box .content {
  box-sizing: border-box;
  display: inline-block;
  vertical-align: middle;
  text-align: center;
  font-size: 0;
}
.lw-preloader .vertical-centered-box .preloader-logo {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  z-index: 1;
}
.lw-preloader .vertical-centered-box .preloader-logo img {
  width: 62px;
}
.lw-preloader .loader-line-mask {
  position: absolute;
  left: 50%;
  top: 50%;
  width: 60px;
  height: 120px;
  margin-left: -60px;
  margin-top: -60px;
  overflow: hidden;
  transform-origin: 60px 60px;
  -webkit-mask-image: -webkit-linear-gradient(top, #000000, rgba(0, 0, 0, 0));
  animation: lw-rotate 1.2s infinite linear;
}
.lw-preloader .loader-line-mask .loader-line {
  width: 120px;
  height: 120px;
  border-radius: 50%;
  box-shadow: inset 0 0 0 4px rgb(127, 82, 54);
}
.lw-preloader:is(.preloaded) .vertical-centered-box {
  transform: scale(1.2);
  opacity: 0;
}
.lw-preloader:is(.preloaded) {
  transform: scale(1.5);
}
.lw-preloader:is(.preloaded) .preloader-wrap {
  opacity: 0;
}

@keyframes lw-rotate {
  0% {
    transform: rotate(0deg);
  }
  100% {
    transform: rotate(360deg);
  }
}
/*
	preloader-css-end
*/
/*
    wa-wow-start
*/
@keyframes flip2 {
  0% {
    -webkit-transform: perspective(400px) scaleX(1) translateZ(0) rotateY(-1turn);
    transform: perspective(400px) scaleX(1) translateZ(0) rotateY(-1turn);
    -webkit-animation-timing-function: ease-out;
    animation-timing-function: ease-out;
  }
  40% {
    -webkit-transform: perspective(400px) scaleX(1) translateZ(110px) rotateY(-150deg);
    transform: perspective(400px) scaleX(1) translateZ(110px) rotateY(-150deg);
    -webkit-animation-timing-function: ease-out;
    animation-timing-function: ease-out;
  }
  50% {
    -webkit-transform: perspective(400px) scaleX(1) translateZ(110px) rotateY(-130deg);
    transform: perspective(400px) scaleX(1) translateZ(110px) rotateY(-130deg);
    -webkit-animation-timing-function: ease-in;
    animation-timing-function: ease-in;
  }
  80% {
    -webkit-transform: perspective(400px) scale3d(0.95, 0.95, 0.95) translateZ(0) rotateY(0deg);
    transform: perspective(400px) scale3d(0.95, 0.95, 0.95) translateZ(0) rotateY(0deg);
    -webkit-animation-timing-function: ease-in;
    animation-timing-function: ease-in;
  }
  to {
    -webkit-transform: perspective(400px) scaleX(1) translateZ(0) rotateY(0deg);
    transform: perspective(400px) scaleX(1) translateZ(0) rotateY(0deg);
    -webkit-animation-timing-function: ease-in;
    animation-timing-function: ease-in;
  }
}
.animate__animated.animate__flip2 {
  -webkit-backface-visibility: visible;
  backface-visibility: visible;
  -webkit-animation-name: flip2;
  animation-name: flip2;
}

.wa-img-split {
  width: 100%;
  height: 100%;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  perspective: 400px;
  cursor: pointer;
}
.wa-img-split img {
  height: 100%;
  object-fit: cover;
  width: 100%;
  opacity: 0;
  transition: all 1s;
}
.wa-img-split div {
  position: absolute;
  z-index: 1;
  background-repeat: no-repeat;
  transform: rotateY(50deg) scale(0.5);
  opacity: 0;
  transform-origin: bottom;
  transition: all 1s cubic-bezier(0.71, 0.05, 0.09, 0.91);
}

/*
    wa-wow-end
*/
/*
    element-start
*/
.lw-open-time-1 {
  font-size: 15px;
  color: var(--lw-clr-white-1);
  display: flex;
  align-items: center;
  gap: 8px;
}
.lw-open-time-1 i {
  background: var(--lw-clr-h-1);
  width: 35px;
  height: 35px;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
}

.lw-social-1 {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
}
.lw-social-1 a {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 35px;
  height: 35px;
  background: var(--lw-clr-h-1);
  border-radius: 50%;
  font-size: 16px;
  color: var(--lw-clr-white-1);
  transition: all 0.5s var(--lw-cube-1);
}
.lw-social-1 a:hover {
  background: var(--lw-clr-pr-1);
}

.lw-slider-btn-1 {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 100px;
  height: 100px;
  border: 4px solid rgba(255, 255, 255, 0.35);
  border-radius: 50%;
  font-size: 60px;
  color: rgba(255, 255, 255, 0.35);
  position: relative;
  z-index: 1;
  cursor: pointer;
  transition: all 0.5s var(--lw-cube-1);
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .lw-slider-btn-1 {
    width: 70px;
    height: 70px;
    font-size: 30px;
  }
}
@media (max-width: 767px) {
  .lw-slider-btn-1 {
    width: 50px;
    height: 50px;
    font-size: 30px;
    border-width: 2px;
  }
}
.lw-slider-btn-1::after {
  content: "";
  width: 65px;
  height: 3px;
  position: absolute;
  top: 50%;
  left: -45px;
  transform: translateY(-50%);
  background: var(--lw-clr-pr-1);
  transition: all 0.5s var(--lw-cube-1);
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .lw-slider-btn-1::after {
    width: 55px;
  }
}
@media (max-width: 767px) {
  .lw-slider-btn-1::after {
    width: 30px;
    left: -25px;
  }
}
.lw-slider-btn-1:hover {
  background: var(--lw-clr-pr-1);
  color: var(--lw-clr-h-1);
  border-color: transparent;
}
.lw-slider-btn-1:nth-child(2)::after {
  right: -45px;
  left: unset;
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .lw-slider-btn-1:nth-child(2)::after {
    right: -45px;
    left: unset;
  }
}
@media (max-width: 767px) {
  .lw-slider-btn-1:nth-child(2)::after {
    right: -25px;
    left: unset;
  }
}

.lw-rating-1 {
  display: inline-flex;
  font-size: 22px;
  gap: 3px;
  flex-wrap: wrap;
  flex: 0 0 auto;
  color: #F4BC0D;
}

.lw-scrollbar-1-area {
  position: fixed;
  top: 0;
  left: 20px;
  z-index: 3;
  padding: 50px 0px;
  display: flex;
  flex-direction: column;
  gap: 22px;
  height: 100%;
  align-items: center;
}
@media only screen and (min-width: 1200px) and (max-width: 1399px), only screen and (min-width: 992px) and (max-width: 1199px), only screen and (min-width: 768px) and (max-width: 991px), (max-width: 767px) {
  .lw-scrollbar-1-area {
    display: none !important;
  }
}
.lw-scrollbar-1-line {
  width: 4px;
  height: 100%;
  background: rgba(72, 72, 72, 0.3);
  position: relative;
  z-index: 1;
}
.lw-scrollbar-1-line-fill {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: linear-gradient(0deg, rgba(2, 0, 36, 0) 0%, rgb(181, 123, 81) 10%, rgb(181, 123, 81) 100%);
  transform-origin: top;
}
.lw-scrollbar-1-icon {
  cursor: pointer;
  font-size: 35px;
  color: var(--lw-clr-pr-1);
}
.lw-scrollbar-1-icon i {
  animation: lwMouseShakeY 2s infinite;
}

@keyframes lwMouseShakeY {
  0% {
    transform: translateY(0);
  }
  50% {
    transform: translateY(10px);
  }
  100% {
    transform: translateY(0px);
  }
}
.lw-plybtn-2 {
  display: flex;
  align-items: center;
  font-size: 20px;
  color: var(--lw-clr-white-1);
  gap: 35px;
  font-family: var(--lw-font-2);
  font-weight: 600;
  text-transform: capitalize;
}
.lw-plybtn-2-icon {
  flex: 0 0 auto;
  display: inline-flex;
  width: 84px;
  height: 84px;
  justify-content: center;
  align-items: center;
  background: var(--lw-gd-1);
  border-radius: 50%;
  font-size: 30px;
  position: relative;
  z-index: 1;
  color: var(--lw-clr-h-1);
}
.lw-plybtn-2-icon::after {
  content: "";
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  background: transparent;
  border: 1px solid var(--lw-clr-fawn);
  border-radius: 50%;
  transform: scale(1.3);
}
.lw-plybtn-2-text {
  transition: all 0.5s var(--lw-cube-1);
}
.lw-plybtn-2:hover {
  color: var(--lw-clr-white-1);
}
.lw-plybtn-2:hover .lw-plybtn-2-text {
  transform: translateX(-5px);
}

.lw-progress-1-title {
  font-size: 16px;
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  gap: 15px;
  margin-bottom: 11px;
}
.lw-progress-1-progress {
  width: 100%;
  height: 5px;
  background: #d6d6d6;
  overflow: hidden;
  position: relative;
  z-index: 1;
}
.lw-progress-1-progress-fill {
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
  background: var(--lw-clr-pr-1);
  transform-origin: left;
}

.lw-phone-2 {
  display: flex;
  align-items: center;
}
.lw-phone-2-icon {
  flex: 0 0 auto;
  width: 62px;
  height: 62px;
  border-radius: 50%;
  background: var(--lw-gd-1);
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 35px;
  color: var(--lw-clr-h-1);
  position: relative;
  z-index: 2;
  box-shadow: -1.042px 5.909px 6px 0px rgba(7, 7, 4, 0.3);
}
.lw-phone-2-icon i {
  animation: swing 2s infinite;
}
.lw-phone-2 .number {
  text-transform: capitalize;
  color: var(--lw-clr-white-1);
  line-height: 28px;
  transition: all 0.5s var(--lw-cube-1);
}
.lw-phone-2 .number b {
  font-weight: 700;
  font-size: 28px;
}
.lw-phone-2 .content {
  background: #7f5236;
  border-radius: 57px;
  padding: 28px 48px;
  position: relative;
  /* z-index: 1; */
  margin-left: -31px;
}
.lw-phone-2 .content::after {
  width: 100%;
  height: 100%;
  content: "";
  background: var(--lw-clr-pr-1);
  position: absolute;
  top: 0;
  left: 10px;
  border-radius: 57px;
  z-index: -1;
  transition: all 0.5s var(--lw-cube-1);
}
.lw-phone-2:hover .number {
  color: var(--lw-clr-h-1);
}
.lw-phone-2:hover .content::after {
  left: 0px;
}

.lw-arrow-cursor {
  position: fixed;
  top: 0;
  left: 0;
  width: 80px;
  height: 80px;
  border-radius: 100%;
  background: var(--lw-clr-pr-1);
  pointer-events: none;
  z-index: 5;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 10px;
  font-size: 18px;
  color: #000;
  opacity: 0;
  cursor: pointer;
}

.lw-slider-btn-3 {
  width: 60px;
  height: 60px;
  cursor: pointer;
  border-radius: 50%;
  transition: all 0.5s var(--lw-cube-1);
}
.lw-slider-btn-3 .icon {
  width: 100%;
  height: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
  font-size: 30px;
  color: #DEDEDE;
  transition: all 0.5s var(--lw-cube-1);
}
.lw-slider-btn-3 .btn-border {
  border: 2px solid #DEDEDE;
  display: inline-flex;
  border-radius: 50%;
  width: 100%;
  height: 100%;
  transition: all 0.5s var(--lw-cube-1);
}
.lw-slider-btn-3:hover .btn-border {
  border-color: var(--lw-clr-pr-1);
}
.lw-slider-btn-3:hover .icon {
  color: var(--lw-clr-pr-1);
}

.lw-play-btn-3 {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  z-index: 1;
  width: 86px;
  height: 86px;
  border-radius: 50%;
  transition: all 0.5s var(--lw-cube-1);
}
.lw-play-btn-3 .btn-border {
  width: 100%;
  height: 100%;
  border: 2px solid #fff;
  border-radius: 50%;
  transition: all 0.5s var(--lw-cube-1);
}
.lw-play-btn-3 .icon {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100%;
  height: 100%;
  color: #fff;
  font-size: 20px;
  border-radius: 50%;
}
.lw-play-btn-3:hover {
  background: var(--lw-clr-pr-1);
}
.lw-play-btn-3:hover .btn-border {
  border-color: transparent;
}

.lw-pagination {
  display: inline-flex;
  align-items: center;
  gap: 20px;
  flex-wrap: wrap;
  justify-content: center;
}
.lw-pagination-bg {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  background: #F6F1E7;
  border-radius: 100px;
  padding: 8px !important;
  flex-wrap: wrap;
}
@media (max-width: 767px) {
  .lw-pagination-bg {
    border-radius: 10px;
  }
}
@media only screen and (min-width: 576px) and (max-width: 767px) {
  .lw-pagination-bg {
    border-radius: 100px;
  }
}
.lw-pagination-link span,
.lw-pagination-link {
  display: inline-flex;
  flex: 0 0 auto;
  width: 42px;
  height: 42px;
  justify-content: center;
  align-items: center;
  font-size: 15px;
  font-weight: 500;
  font-family: var(--lw-font-1);
  background: var(--lw-clr-white-1);
  border-radius: 50%;
  color: var(--lw-clr-h-1);
  position: relative;
  z-index: 1;
  transition: all 0.5s var(--lw-cube-1);
}
.lw-pagination-link span::after,
.lw-pagination-link::after {
  content: "";
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  background: var(--lw-gd-1);
  z-index: -1;
  border-radius: 50%;
  transition: all 0.5s var(--lw-cube-1);
  opacity: 0;
}
.lw-pagination-link span.current,
.lw-pagination-link:hover {
  color: var(--lw-clr-white-1);
}
.lw-pagination-link:hover::after,
.lw-pagination-link:hover span::after,
.lw-pagination-link span.current::after
{
  opacity: 1;
}
.lw-pagination-link:is(.is-active) {
  color: var(--lw-clr-white-1);
}
.lw-pagination-link span.current::after,
.lw-pagination-link:is(.is-active)::after {
  opacity: 1;
}

/*
    element-end
*/
.mouse-follower {
  z-index: 10;
}
.mouse-follower span {
  z-index: 10;
  opacity: 1;
  top: -10px;
  left: -10px;
  transform: translate(-50%, -50%);
  border-radius: 50%;
  position: fixed;
  transition: 180ms ease-in-out;
  pointer-events: none;
}
.mouse-follower .cursor-outline {
  height: 30px;
  width: 30px;
  border: 1px solid var(--lw-clr-pr-1);
}
.mouse-follower .cursor-dot {
  height: 6px;
  width: 6px;
  background: var(--lw-clr-pr-1);
}
.mouse-follower:is(.hide-cursor) span {
  border-color: transparent;
  background: transparent;
}
.mouse-follower:is(.highlight-cursor-head) {
  cursor: none;
}
.mouse-follower:is(.highlight-cursor-head) .cursor-outline {
  height: 0;
  width: 0;
}
.mouse-follower:is(.highlight-cursor-head) .cursor-dot {
  height: 150px;
  width: 150px;
  background: #fff;
  mix-blend-mode: difference;
}
.mouse-follower:is(.highlight-cursor-para) {
  cursor: none;
}
.mouse-follower:is(.highlight-cursor-para) .cursor-outline {
  height: 0;
  width: 0;
}
.mouse-follower:is(.highlight-cursor-para) .cursor-dot {
  height: 70px;
  width: 70px;
  background: #fff;
  mix-blend-mode: difference;
}
.mouse-follower:is(.has-d-none) {
  display: none;
}

@media (max-width: 991px) {
  .mouse-follower.highlight-cursor-head .cursor-dot {
    height: 80px;
    width: 80px;
  }
}
@media (max-width: 991px) {
  .mouse-follower.highlight-cursor-para .cursor-dot {
    height: 60px;
    width: 60px;
  }
}
/*
    layout
*/
/*
    header-1-start
*/
.lw-header-1-area {
  position: fixed;
  top: 25px;
  left: 0;
  width: 100%;
  z-index: 4;
}
.lw-header-1-bg-color {
  position: absolute;
  top: 0;
  left: calc(0% - 25px);
  width: 58%;
  height: 100%;
  background: var(--lw-clr-h-1);
  border-radius: 8px;
  margin-left: auto;
  margin-right: auto;
  right: 0;
  transition: all 1s var(--lw-cube-1);
}
@media only screen and (min-width: 1600px) and (max-width: 1799px) {
  .lw-header-1-bg-color {
    left: calc(0% + 105px);
    width: 62%;
  }
}
@media only screen and (min-width: 1400px) and (max-width: 1599px) {
  .lw-header-1-bg-color {
    left: calc(0% + 105px);
  }
}
@media only screen and (min-width: 1200px) and (max-width: 1399px) {
  .lw-header-1-bg-color {
    left: 30px;
    width: 68%;
    right: unset;
  }
}
@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .lw-header-1-bg-color {
    left: 30px;
    width: 85%;
    right: unset;
  }
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .lw-header-1-bg-color {
    left: 15px;
    width: 95%;
    right: 15px;
  }
}
@media (max-width: 767px) {
  .lw-header-1-bg-color {
    left: 15px;
    width: 92%;
    right: 15px;
  }
}
.lw-header-1-bg-color::after {
  content: "";
  height: calc(100% - 12px);
  width: calc(100% + 12px);
  background: var(--lw-clr-pr-1);
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  z-index: -1;
  border-radius: 8px;
}
.lw-header-1-row {
  padding-left: 90px;
  padding-right: 35px;
  gap: 30px;
  position: relative;
  z-index: 1;
}
@media only screen and (min-width: 1200px) and (max-width: 1399px), only screen and (min-width: 992px) and (max-width: 1199px), only screen and (min-width: 768px) and (max-width: 991px), (max-width: 767px) {
  .lw-header-1-row {
    padding-left: 35px;
  }
}
.lw-header-1-row .lw-open-time-1 {
  position: relative;
  z-index: 1;
}
@media only screen and (min-width: 1200px) and (max-width: 1399px), only screen and (min-width: 992px) and (max-width: 1199px), only screen and (min-width: 768px) and (max-width: 991px), (max-width: 767px) {
  .lw-header-1-row .lw-open-time-1 {
    display: none;
  }
}
.lw-header-1-main {
  position: relative;
  gap: 30px;
  border-radius: 8px;
  padding: 0 44px;
}
@media only screen and (min-width: 1600px) and (max-width: 1799px), only screen and (min-width: 1400px) and (max-width: 1599px), only screen and (min-width: 1200px) and (max-width: 1399px), only screen and (min-width: 992px) and (max-width: 1199px) {
  .lw-header-1-main {
    padding: 0 24px;
  }
}
@media (max-width: 767px) {
  .lw-header-1-main {
    padding: 0 0px;
  }
}
@media only screen and (min-width: 576px) and (max-width: 767px) {
  .lw-header-1-main {
    padding: 0 24px;
  }
}
.lw-header-1-logo {
  background: var(--lw-clr-white-1);
  padding: 15px 18px;
  height: 100%;
}
.lw-header-1-logo img {
  width: 156px;
}
.lw-header-1-action-link {
  gap: 10px;
}
@media only screen and (max-width: 1919px) {
  .lw-header-1-action-link .lw-social-1 {
    display: none;
  }
}
@media (min-width: 1800px), only screen and (min-width: 1600px) and (max-width: 1799px), only screen and (min-width: 1400px) and (max-width: 1599px), only screen and (min-width: 1200px) and (max-width: 1399px), only screen and (min-width: 992px) and (max-width: 1199px) {
  .lw-header-1-action-link .lw-offcanvas-btn-1 {
    display: none;
  }
}
@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .lw-header-1-action-link .lw-pr-btn-1 {
    display: none;
  }
}
@media (max-width: 767px) {
  .lw-header-1-action-link .lw-pr-btn-1 {
    display: none;
  }
}

.lw-main-navigation .navbar-nav li:is(.has-megamenu) {
  position: static !important;
}
.lw-main-navigation .navbar-nav li:is(.has-megamenu)::after {
  left: 40px;
}
.lw-main-navigation .navbar-nav li:is(.has-megamenu)::before {
  left: 40px;
}
.lw-main-navigation .navbar-nav li:is(.has-megamenu) .dropdown-menu {
  display: grid;
  grid-template-columns: 1fr 1fr 1fr 1fr;
  gap: 30px 15px;
  padding: 20px 20px;
  height: 85vh;
  overflow: scroll;
  border-bottom: 2px solid var(--lw-clr-pr-1);
  background: #202020;
}
.lw-main-navigation .navbar-nav li:is(.has-megamenu) .dropdown-menu::-webkit-scrollbar {
  display: none;
}
.lw-main-navigation .navbar-nav li:is(.has-megamenu) .dropdown-menu li {
  padding: 0;
  text-align: center;
}
.lw-main-navigation .navbar-nav li:is(.has-megamenu) .dropdown-menu li::after {
  display: none;
}
.lw-main-navigation .navbar-nav li:is(.has-megamenu) .dropdown-menu li::before {
  display: none;
}
.lw-main-navigation .navbar-nav li:is(.has-megamenu) .dropdown-menu li a {
  padding: 0;
  color: rgba(255, 255, 255, 0.8);
}
.lw-main-navigation .navbar-nav li:is(.has-megamenu) .dropdown-menu li a img {
  margin-bottom: 15px;
  object-fit: cover;
  border: 1px solid transparent;
  transition: all 0.5s var(--lw-cube-1);
}
.lw-main-navigation .navbar-nav li:is(.has-megamenu) .dropdown-menu li:hover a {
  transform: unset;
  color: var(--lw-clr-white-1);
}
.lw-main-navigation .navbar-nav li:is(.has-megamenu) .dropdown-menu li:hover a img {
  border-color: var(--lw-clr-fawn);
}
.lw-main-navigation .navbar-nav li:is(.has-megamenu) .dropdown-menu li:hover a:hover {
  color: var(--lw-clr-pr-1);
}

.lw-main-navigation .navbar-nav {
  display: inline-flex;
  flex-direction: row;
  flex-wrap: wrap;
  gap: 55px;
}
@media only screen and (min-width: 1600px) and (max-width: 1799px), only screen and (min-width: 1400px) and (max-width: 1599px), only screen and (min-width: 1200px) and (max-width: 1399px), only screen and (min-width: 992px) and (max-width: 1199px) {
  .lw-main-navigation .navbar-nav {
    gap: 20px;
  }
}
.lw-main-navigation .navbar-nav li {
  position: relative;
}
.lw-main-navigation .navbar-nav li::after {
  content: "";
  width: 60px;
  height: 2px;
  background: var(--lw-clr-white-1);
  position: absolute;
  top: 50%;
  left: 0;
  transform: translateY(-50%);
  opacity: 9%;
}
@media only screen and (min-width: 1400px) and (max-width: 1599px), only screen and (min-width: 1200px) and (max-width: 1399px), only screen and (min-width: 992px) and (max-width: 1199px) {
  .lw-main-navigation .navbar-nav li::after {
    width: 20px;
  }
}
.lw-main-navigation .navbar-nav li::before {
  content: "";
  width: 60px;
  height: 2px;
  background: var(--lw-clr-pr-1);
  position: absolute;
  top: 50%;
  left: 0;
  transform-origin: left;
  transform: translateY(-50%) scaleX(0);
  transition: all 0.5s var(--lw-cube-1);
}
@media only screen and (min-width: 1400px) and (max-width: 1599px), only screen and (min-width: 1200px) and (max-width: 1399px), only screen and (min-width: 992px) and (max-width: 1199px) {
  .lw-main-navigation .navbar-nav li::before {
    width: 20px;
  }
}
.lw-main-navigation .navbar-nav li:is(.dropdown) > a {
  padding-right: 17px;
}
.lw-main-navigation .navbar-nav li:is(.dropdown) > a::before {
  content: "\f0d7";
  font-family: "Font Awesome 6 free";
  font-weight: 700;
  position: absolute;
  font-size: 14px;
  right: 0;
  top: 49%;
  color: var(--agn-clr-pr-1);
  transform: translateY(-50%);
  transition: all 0.4s var(--agn-cube-1);
}
.lw-main-navigation .navbar-nav li a {
  position: relative;
  z-index: 1;
  -moz-osx-font-smoothing: grayscale;
  -webkit-font-smoothing: antialiased;
  font-family: var(--lw-font-1);
  font-size: 18px;
  font-weight: 700;
  text-decoration: none;
  color: var(--lw-clr-white-1);
  padding: 31px 0;
  padding-left: 80px;
  display: inline-block;
  text-transform: capitalize;
  line-height: 1;
  transition: all 0.4s var(--lw-cube-1);
}
@media only screen and (min-width: 1400px) and (max-width: 1599px), only screen and (min-width: 1200px) and (max-width: 1399px), only screen and (min-width: 992px) and (max-width: 1199px) {
  .lw-main-navigation .navbar-nav li a {
    padding-left: 30px;
  }
}
.lw-main-navigation .navbar-nav li:hover::before {
  transform: translateY(-50%) scaleX(1);
}
.lw-main-navigation .navbar-nav li:hover > a {
  color: var(--lw-clr-pr-1);
}
.lw-main-navigation .navbar-nav li:hover > .dropdown-menu {
  opacity: 1;
  visibility: visible;
  transform: scaleY(1);
}
.lw-main-navigation .navbar-nav li .dropdown-menu {
  left: 0;
  top: 100%;
  z-index: 100;
  margin: 0px;
  padding: 5px 0px;
  height: auto;
  min-width: 200px;
  display: block;
  border: none;
  border-top: 2px solid var(--lw-clr-pr-1);
  box-shadow: 0 10px 50px 0 rgba(0, 0, 0, 0.05);
  border-radius: 8px;
  position: absolute;
  background: var(--lw-clr-h-1);
  text-align: left;
  opacity: 0;
  visibility: hidden;
  transform: scaleY(0);
  transform-origin: top;
  transition: opacity 0.4s cubic-bezier(0.19, 1, 0.22, 1), visibility 0.4s cubic-bezier(0.19, 1, 0.22, 1), transform 0.4s cubic-bezier(0.19, 1, 0.22, 1);
}
.lw-main-navigation .navbar-nav li .dropdown-menu li {
  display: block;
  margin: 0;
  position: relative;
  padding: 0 5px;
}
.lw-main-navigation .navbar-nav li .dropdown-menu li::after {
  width: 30px;
}
.lw-main-navigation .navbar-nav li .dropdown-menu li::before {
  width: 30px;
}
.lw-main-navigation .navbar-nav li .dropdown-menu li a {
  width: 100%;
  font-weight: 500;
  display: block;
  padding: 12px 20px;
  padding-left: 30px;
  font-size: 16px;
}
.lw-main-navigation .navbar-nav li .dropdown-menu li:is(.dropdown) > a::before {
  right: 20px;
  top: 51%;
}
.lw-main-navigation .navbar-nav li .dropdown-menu li .dropdown-menu {
  top: 0;
  left: 100%;
}
.lw-main-navigation .navbar-nav li .dropdown-menu li:hover > a {
  transform: translateX(5px);
  color: var(--lw-clr-pr-1);
}

/*
    header-1-end
*/
/*
    header-2-start
*/
.lw-header-2-area {
  position: absolute;
  top: 35px;
  left: 0;
  width: 100%;
  z-index: 3;
}
.lw-header-2-row {
  max-width: 1675px;
  margin-left: auto;
  margin-right: auto;
  gap: 30px;
  padding-left: 15px;
  padding-right: 15px;
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .lw-header-2-row {
    padding-top: 10px;
    padding-bottom: 10px;
  }
}
@media (max-width: 767px) {
  .lw-header-2-row {
    gap: 0px;
    padding-top: 10px;
    padding-bottom: 10px;
  }
}
.lw-header-2-logo img {
  max-width: 156px;
}
.lw-header-2-main {
  background: var(--lw-clr-white-1);
  border-radius: 50px;
  padding-right: 8px;
  padding-left: 58px;
  gap: 65px;
  position: relative;
}
@media only screen and (min-width: 1400px) and (max-width: 1599px) {
  .lw-header-2-main {
    gap: 20px;
    padding-right: 8px;
    padding-left: 20px;
  }
}
@media only screen and (min-width: 1200px) and (max-width: 1399px), only screen and (min-width: 992px) and (max-width: 1199px) {
  .lw-header-2-main {
    gap: 20px;
    padding-right: 20px;
    padding-left: 20px;
  }
}
.lw-header-2-main .lw-main-navigation .navbar-nav {
  gap: 44px;
}
@media only screen and (min-width: 1400px) and (max-width: 1599px), only screen and (min-width: 1200px) and (max-width: 1399px), only screen and (min-width: 992px) and (max-width: 1199px) {
  .lw-header-2-main .lw-main-navigation .navbar-nav {
    gap: 15px;
  }
}
.lw-header-2-main .lw-main-navigation .navbar-nav li::after {
  width: 36px;
  background: #303030;
  opacity: 9%;
}
.lw-header-2-main .lw-main-navigation .navbar-nav li::before {
  width: 36px;
}
.lw-header-2-main .lw-main-navigation .navbar-nav li a {
  color: var(--lw-clr-h-1);
  padding-left: 46px;
  padding: 39px 0;
  padding-left: 46px;
}
.lw-header-2-main .lw-main-navigation .navbar-nav li:is(.dropdown) > a {
  padding-right: 17px;
}
.lw-header-2-main .lw-main-navigation .navbar-nav li:hover > a {
  color: var(--lw-clr-pr-1);
}
.lw-header-2-main .lw-main-navigation .navbar-nav li .dropdown-menu {
  background: var(--lw-clr-white-1);
  top: 94%;
}
.lw-header-2-main .lw-main-navigation .navbar-nav li .dropdown-menu li::after {
  width: 20px;
  left: 10px;
}
.lw-header-2-main .lw-main-navigation .navbar-nav li .dropdown-menu li::before {
  width: 20px;
  left: 10px;
}
.lw-header-2-main .lw-main-navigation .navbar-nav li:is(.has-megamenu)::after {
  left: 59px;
}
.lw-header-2-main .lw-main-navigation .navbar-nav li:is(.has-megamenu)::before {
  left: 59px;
}
.lw-header-2-main .lw-main-navigation .navbar-nav li:is(.has-megamenu) .dropdown-menu li a {
  padding: 0;
  color: rgba(0, 0, 0, 0.8);
}
@media only screen and (min-width: 1200px) and (max-width: 1399px), only screen and (min-width: 992px) and (max-width: 1199px), only screen and (min-width: 768px) and (max-width: 991px), (max-width: 767px) {
  .lw-header-2-main .lw-header-2-btn {
    display: none;
  }
}
.lw-header-2-action-link {
  gap: 30px;
}
@media (min-width: 1800px), only screen and (min-width: 1600px) and (max-width: 1799px), only screen and (min-width: 1400px) and (max-width: 1599px), only screen and (min-width: 1200px) and (max-width: 1399px), only screen and (min-width: 992px) and (max-width: 1199px) {
  .lw-header-2-action-link .lw-offcanvas-btn-1 {
    display: none;
  }
}
@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .lw-header-2-action-link .lw-social-1 {
    display: none;
  }
}
@media (max-width: 767px) {
  .lw-header-2-action-link .lw-social-1 {
    display: none;
  }
}
@media only screen and (min-width: 576px) and (max-width: 767px) {
  .lw-header-2-action-link .lw-social-1 {
    display: inline-flex;
  }
}

.lw-header-2-btn {
  font-family: var(--lw-font-1);
  text-transform: capitalize;
  font-weight: 700;
  background: var(--lw-clr-h-1);
  color: var(--lw-clr-white-1);
  font-size: 17px;
  display: inline-flex;
  align-items: center;
  gap: 30px;
  border-radius: 42px;
  padding: 28px 23px;
  padding-left: 39px;
}
.lw-header-2-btn .icon {
  width: 12px;
  height: 12px;
  flex: 0 0 auto;
  background: #1eff00;
  border-radius: 50%;
  position: relative;
  z-index: 1;
}
.lw-header-2-btn .icon::after {
  content: "";
  width: 29px;
  height: 29px;
  background-color: #ceffc7;
  border-radius: 50%;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  z-index: -1;
  opacity: 20%;
  animation: lwHeaderBtn 3s infinite;
}
.lw-header-2-btn .text {
  position: relative;
  z-index: 1;
  overflow: hidden;
  line-height: 1.5;
}
.lw-header-2-btn .text::after {
  top: 0;
  left: 0;
  opacity: 0;
  width: 100%;
  display: block;
  transition: all 0.5s var(--lw-cube-1);
  position: absolute;
  content: attr(data-back);
  transform: translateY(100%);
}
.lw-header-2-btn .text::before {
  top: 0;
  left: 0;
  opacity: 1;
  display: block;
  transition: all 0.5s var(--lw-cube-1);
  position: relative;
  content: attr(data-front);
  transform: translateY(0);
}
.lw-header-2-btn:hover {
  color: var(--lw-clr-white-1);
}
.lw-header-2-btn:hover .text::after {
  opacity: 1;
  transform: translateY(0%);
}
.lw-header-2-btn:hover .text::before {
  opacity: 0;
  transform: translateY(-100%);
}

@keyframes lwHeaderBtn {
  0% {
    transform: translate(-50%, -50%) scale(0%);
  }
  25% {
    transform: translate(-50%, -50%) scale(100%);
  }
  50% {
    transform: translate(-50%, -50%) scale(130%);
    opacity: 30%;
  }
  75% {
    transform: translate(-50%, -50%) scale(80%);
    opacity: 70%;
  }
  100% {
    transform: translate(-50%, -50%) scale(130%);
    opacity: 0%;
  }
}
/*
    header-2-end
*/
/*
    header-3-start
*/
.lw-header-3-area {
  position: absolute;
  top: 15px;
  left: 0;
  width: 100%;
  z-index: 5;
}
.lw-header-3-logo {
  max-width: 155px;
}
.lw-header-3-row {
  background: var(--lw-clr-white-1);
  border-radius: 45px;
  padding-left: 25px;
  padding-right: 15px;
  gap: 45px;
  position: relative;
}
@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .lw-header-3-row {
    gap: 30px;
  }
}
@media only screen and (min-width: 768px) and (max-width: 991px), (max-width: 767px) {
  .lw-header-3-row {
    padding-top: 10px;
    padding-bottom: 10px;
  }
}
.lw-header-3-row .lw-main-navigation .navbar-nav {
  gap: 60px;
}
@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .lw-header-3-row .lw-main-navigation .navbar-nav {
    gap: 25px;
  }
}
.lw-header-3-row .lw-main-navigation .navbar-nav li::before {
  display: none;
}
.lw-header-3-row .lw-main-navigation .navbar-nav li::after {
  content: "";
  width: 0%;
  height: 2px;
  background: var(--lw-clr-pr-1);
  position: absolute;
  top: 65%;
  left: auto;
  right: 0;
  transform: translateY(-50%);
  transition: all 0.5s var(--lw-cube-1);
  opacity: 100%;
}
.lw-header-3-row .lw-main-navigation .navbar-nav li a {
  color: var(--lw-clr-h-1);
  padding: 34px 0;
}
.lw-header-3-row .lw-main-navigation .navbar-nav li:is(.dropdown) > a {
  padding-right: 17px;
}
.lw-header-3-row .lw-main-navigation .navbar-nav li:hover::after {
  width: 100%;
  left: 0;
  right: auto;
}
.lw-header-3-row .lw-main-navigation .navbar-nav li:hover > a {
  color: var(--lw-clr-pr-1);
}
.lw-header-3-row .lw-main-navigation .navbar-nav li .dropdown-menu {
  background: var(--lw-clr-white-1);
  top: 94%;
  padding: 0px 0px;
}
.lw-header-3-row .lw-main-navigation .navbar-nav li .dropdown-menu li {
  padding: 0;
}
.lw-header-3-row .lw-main-navigation .navbar-nav li .dropdown-menu li:not(:last-child) {
  border-bottom: 1px solid hsla(0, 0%, 0%, 0.1);
}
.lw-header-3-row .lw-main-navigation .navbar-nav li .dropdown-menu li a {
  padding: 12px 15px;
}
.lw-header-3-row .lw-main-navigation .navbar-nav li .dropdown-menu li::after {
  width: 0%;
  height: 1px;
  top: unset;
  bottom: -1px;
  transform: unset;
}
.lw-header-3-row .lw-main-navigation .navbar-nav li .dropdown-menu li:hover::after {
  width: 100%;
}
.lw-header-3-row .lw-main-navigation .navbar-nav li:is(.has-megamenu)::after {
  display: none;
}
.lw-header-3-row .lw-main-navigation .navbar-nav li:is(.has-megamenu)::before {
  display: none;
}
.lw-header-3-row .lw-main-navigation .navbar-nav li:is(.has-megamenu) .dropdown-menu {
  padding: 20px 15px;
}
.lw-header-3-row .lw-main-navigation .navbar-nav li:is(.has-megamenu) .dropdown-menu li {
  border-bottom: none;
}
.lw-header-3-row .lw-main-navigation .navbar-nav li:is(.has-megamenu) .dropdown-menu li a {
  padding: 0;
  color: rgba(0, 0, 0, 0.8);
}
.lw-header-3-action-link {
  gap: 30px;
}
.lw-header-3-action-link .lw-pr-btn-3 {
  background: var(--lw-clr-pr-1);
  padding: 12px 30px;
  border-radius: 100px;
}
.lw-header-3-action-link .lw-pr-btn-3::after {
  display: none;
}
.lw-header-3-action-link .lw-pr-btn-3:hover {
  background: var(--lw-clr-h-1);
}
@media (max-width: 767px) {
  .lw-header-3-action-link .lw-pr-btn-3 {
    display: none;
  }
}
@media only screen and (min-width: 576px) and (max-width: 767px) {
  .lw-header-3-action-link .lw-pr-btn-3 {
    display: flex;
  }
}
@media (min-width: 1800px), only screen and (min-width: 1600px) and (max-width: 1799px), only screen and (min-width: 1400px) and (max-width: 1599px), only screen and (min-width: 1200px) and (max-width: 1399px), only screen and (min-width: 992px) and (max-width: 1199px) {
  .lw-header-3-action-link .lw-offcanvas-btn-1 {
    display: none;
  }
}

/*
    header-3-end
*/
/*
    header-3-image-start
*/
.lw-header-3-area:is(.has-image-version) .lw-header-3-row {
  background: #eeeeee;
  border: 1px solid rgba(12, 12, 12, 0.16);
}

/*
    header-3-image-end
*/
/*
    header-4-start
*/
.lw-header-4-area {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  z-index: 5;
}
.lw-header-4-row {
  gap: 15px;
  padding: 0 50px;
  background: rgba(145, 94, 79, 0.3);
  backdrop-filter: blur(30px);
  position: relative;
}
@media only screen and (min-width: 768px) and (max-width: 991px), (max-width: 767px) {
  .lw-header-4-row {
    padding: 10px 30px;
  }
}
.lw-header-4-row .lw-main-navigation .navbar-nav li::after {
  display: none;
}
.lw-header-4-row .lw-main-navigation .navbar-nav li::before {
  display: none;
}
.lw-header-4-row .lw-main-navigation .navbar-nav li a {
  font-size: 18px;
  padding: 35px 0;
}
.lw-header-4-row .lw-main-navigation .navbar-nav li a::after {
  content: "";
  width: 13px;
  height: 11px;
  background: var(--lw-clr-pr-1);
  position: absolute;
  left: 50%;
  bottom: 35px;
  transform: translateX(-50%);
  opacity: 0;
  transition: all 0.5s var(--lw-cube-1);
}
.lw-header-4-row .lw-main-navigation .navbar-nav li:is(.dropdown) > a {
  padding-right: 17px;
}
.lw-header-4-row .lw-main-navigation .navbar-nav li:hover > a::after {
  bottom: 0px;
  opacity: 1;
}
.lw-header-4-row .lw-main-navigation .navbar-nav li .dropdown-menu {
  background: #452E2A;
  border-radius: 0;
  border-top: 0;
}
.lw-header-4-row .lw-main-navigation .navbar-nav li .dropdown-menu li a::after {
  left: 0%;
  bottom: 50%;
  transform: translateY(50%);
  width: 8px;
  height: 8px;
}
.lw-header-4-row .lw-main-navigation .navbar-nav li .dropdown-menu li:hover > a::after {
  left: 5%;
}
.lw-header-4-logo img {
  max-width: 45px;
}
.lw-header-4-action-link {
  gap: 15px;
}
.lw-header-4-action-link .lw-pr-btn-4 {
  background: var(--lw-clr-white-1);
  color: var(--lw-clr-h-1);
}
.lw-header-4-action-link .lw-pr-btn-4 .btn-padding {
  padding: 11px 35px;
}
.lw-header-4-action-link .lw-pr-btn-4:hover {
  color: var(--lw-clr-h-1);
}
@media (max-width: 767px) {
  .lw-header-4-action-link .lw-pr-btn-4 {
    display: none;
  }
}
@media only screen and (min-width: 576px) and (max-width: 767px) {
  .lw-header-4-action-link .lw-pr-btn-4 {
    display: block;
  }
}
.lw-header-4-action-link .lw-offcanvas-btn-1 {
  width: 43px;
  height: 43px;
  background: var(--lw-clr-white-1);
  padding: 12px 9px;
  border-radius: 50%;
  align-items: end;
}
.lw-header-4-action-link .lw-offcanvas-btn-1 span {
  background: var(--lw-clr-h-1);
}
.lw-header-4-action-link .lw-offcanvas-btn-1 span:nth-child(1) {
  width: 70%;
}
.lw-header-4-action-link .lw-offcanvas-btn-1 span:nth-child(3) {
  width: 60%;
}
.lw-header-4-action-link .lw-offcanvas-btn-1:hover span:nth-child(1) {
  width: 100%;
}
.lw-header-4-action-link .lw-offcanvas-btn-1:hover span:nth-child(2) {
  transform: scale(1);
}
.lw-header-4-action-link .lw-offcanvas-btn-1:hover span:nth-child(3) {
  width: 100%;
}

/*
    header-4-end
*/
/*
    sticky-header-css-start
*/
/* home-1-header-fixed */
.wa-sticky-header-2 {
  transition: 0.3s;
}
.wa-sticky-header-2:is(.has-sticky) {
  top: 0;
}
.wa-sticky-header-2:is(.has-sticky) .lw-header-1-bg-color {
  left: calc(0% - 0px);
  width: 98%;
}
.wa-sticky-header-2:is(.has-sticky) .lw-open-time-1 i {
  background: #252525;
}
.wa-sticky-header-2:is(.has-sticky) .lw-social-1 a {
  background: #252525;
}
.wa-sticky-header-2:is(.has-sticky) .lw-social-1 a:hover {
  background: var(--lw-clr-pr-1);
}
.wa-sticky-header-2:is(.has-sticky) .lw-pr-btn-1 .text {
  background: #252525;
}

.txa_sticky_header {
  position: fixed;
  width: 100%;
  top: 0;
  left: 0;
  right: 0;
  transition: 400ms ease-in-out;
  z-index: 8;
}
.txa_sticky_header:is(.txa_sticky) {
  transform: translateY(-190%);
}
.txa_sticky_header:is(.txa_sticky):is(.txa_sticky_show) {
  transform: translateY(0%);
}
.txa_sticky_header:is(.lw-header-3-area) {
  top: 15px;
}
.txa_sticky_header:is(.lw-header-2-area) {
  top: 35px;
}
.txa_sticky_header:is(.lw-header-2-area):is(.txa_sticky_show) {
  top: 0px;
  background: #fff;
  box-shadow: 0 4px 20px rgba(0, 0, 0, 0.06);
}

/*
    sticky-header-css-end
*/
/*
    hero-1-start
*/
.lw-hero-1-area::after {
  content: "";
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  background: var(--lw-clr-h-1);
  z-index: -1;
  opacity: 70%;
}
.lw-hero-1-bg-img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: -3;
}
.lw-hero-1-bg-shape {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: -2;
}
.lw-hero-1-item-content .title-wrap {
  display: flex;
  align-items: center;
  gap: 20px;
  max-width: 950px;
  margin-bottom: 34px;
}
@media (max-width: 767px) {
  .lw-hero-1-item-content .title-wrap {
    flex-wrap: wrap;
  }
}
.lw-hero-1-item-content .subtitle {
  font-family: var(--lw-font-2);
  font-weight: 700;
  text-transform: capitalize;
  line-height: 1.5;
  color: var(--lw-clr-pr-1);
  font-size: 30px;
  margin-bottom: 0;
  margin-bottom: 15px;
  text-transform: unset !important;
}
@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .lw-hero-1-item-content .subtitle {
    font-size: 26px;
  }
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .lw-hero-1-item-content .subtitle {
    font-size: 24px;
  }
}
@media (max-width: 767px) {
  .lw-hero-1-item-content .subtitle {
    font-size: 20px;
  }
}
.lw-hero-1-item-content .subtitle .split-line div {
  text-transform: unset !important;
}
.lw-hero-1-item-content .subtitle .split-line div div:nth-child(1) {
  text-transform: capitalize;
}
.lw-hero-1-item-content .sm-img {
  width: 160px;
  height: 70px;
  border-radius: 10px;
  flex: 0 0 auto;
  margin-top: -30px;
}
@media (max-width: 767px) {
  .lw-hero-1-item-content .sm-img {
    margin-top: 0px;
  }
}
.lw-hero-1-item-content .sm-img video {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.lw-hero-1-item-content .title {
  font-size: 72px;
  line-height: 1.18;
  color: var(--lw-clr-white-1);
  text-transform: unset !important;
}
@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .lw-hero-1-item-content .title {
    font-size: 62px;
  }
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .lw-hero-1-item-content .title {
    font-size: 52px;
  }
}
@media (max-width: 767px) {
  .lw-hero-1-item-content .title {
    font-size: 32px;
  }
}
@media only screen and (min-width: 576px) and (max-width: 767px) {
  .lw-hero-1-item-content .title {
    font-size: 42px;
  }
}
.lw-hero-1-item-content .title .split-line div {
  text-transform: unset !important;
}
.lw-hero-1-item-content .title .split-line div div:nth-child(1) {
  text-transform: capitalize;
}
.lw-hero-1-item-content .big-img {
  height: 335px;
  border-radius: 20px;
  perspective: 2000px;
  transform-style: preserve-3d;
}
.lw-hero-1-item-content .big-img img {
  border-radius: 20px;
}
.lw-hero-1-item-content .big-img video {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: 50% 90%;
}
.lw-hero-1-content {
  display: flex;
  align-items: center;
  gap: 30px;
  justify-content: space-between;
}
@media only screen and (min-width: 992px) and (max-width: 1199px), only screen and (min-width: 768px) and (max-width: 991px), (max-width: 767px) {
  .lw-hero-1-content {
    flex-wrap: wrap;
    justify-content: center;
  }
}
.lw-hero-1-content .disc {
  color: #dbdbdb;
}
.lw-hero-1-slider .swiper-container .swiper-slide .lw-hero-1-item-content .big-img img, .lw-hero-1-slider .swiper-container .swiper-slide .lw-hero-1-item-content .big-img video {
  transform-origin: bottom;
  filter: blur(10px);
  transform: translateY(-20%) scaleY(1.5);
  transition: opacity 0.2s, transform 1.5s var(--lw-cube-1), filter 2s var(--lw-cube-1);
  transition-delay: 0s;
  opacity: 0;
}
.lw-hero-1-slider .swiper-container .swiper-slide .lw-hero-1-item-content .sm-img {
  transform: translateY(-50%);
  transition: 2s var(--lw-cube-1);
  opacity: 0;
  transition-delay: 0s;
}
.lw-hero-1-slider .swiper-container .swiper-slide:is(.swiper-slide-active) .lw-hero-1-item-content .big-img img, .lw-hero-1-slider .swiper-container .swiper-slide:is(.swiper-slide-active) .lw-hero-1-item-content .big-img video {
  filter: blur(0px);
  transform: translateY(0%) scaleY(1);
  transition-delay: 1s;
  opacity: 1;
}
.lw-hero-1-slider .swiper-container .swiper-slide:is(.swiper-slide-active) .lw-hero-1-item-content .sm-img {
  transform: translateY(0%);
  opacity: 1;
  transition-delay: 1s;
}
.lw-hero-1-slider-btn {
  display: flex;
  align-items: center;
  gap: 60px;
}
.lw-hero-1-slider-btn .btn-wrap {
  display: flex;
  align-items: center;
  gap: 20px;
}
.lw-hero-1-slider-btn .slider-title {
  font-size: 18px;
  color: var(--lw-clr-white-1);
  max-width: 90px;
}
.lw-hero-1-slider-btn .slider-title:nth-child(1) {
  text-align: right;
}
@media only screen and (min-width: 576px) and (max-width: 767px) {
  .lw-hero-1-slider-btn .slider-title {
    display: block;
  }
}
@media (max-width: 767px) {
  .lw-hero-1-slider-btn .slider-title {
    display: none;
  }
}
.lw-hero-1-slider-btn .prev-slider-title {
  color: var(--lw-clr-pr-1);
}

/*
    hero-1-end
*/
/*
    hero-1-video-variant-start
*/
.has-video-variant:is(.lw-hero-1-area)::after {
  display: none;
}

/*
    hero-1-video-variant-end
*/
/*
    hero-1-video-variant-start
*/
.has-img-variant:is(.lw-hero-1-area)::after {
  display: none;
}
.has-img-variant:is(.lw-hero-1-area) .lw-hero-1-bg-shape {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: -2;
  opacity: 10%;
}

.lw-hero-1-img-wrap {
  margin-right: -270px;
  display: grid;
  grid-template-columns: 1fr auto;
}
@media only screen and (min-width: 1400px) and (max-width: 1599px) {
  .lw-hero-1-img-wrap {
    margin-right: -120px;
  }
}
@media only screen and (min-width: 1200px) and (max-width: 1399px), only screen and (min-width: 992px) and (max-width: 1199px), only screen and (min-width: 768px) and (max-width: 991px), (max-width: 767px) {
  .lw-hero-1-img-wrap {
    margin-right: 0px;
    grid-template-columns: 1fr;
  }
}
.lw-hero-1-img-wrap .lw-hero-1-item-content {
  margin-top: 110px;
}
.lw-hero-1-img-wrap .lw-hero-1-item-content .title-wrap {
  margin-bottom: 31px;
}
.lw-hero-1-img-wrap .lw-hero-1-item-content .disc {
  font-size: 24px;
  line-height: 1.5;
  color: var(--lw-clr-white-1);
  opacity: 0.8;
  margin-bottom: 71px;
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .lw-hero-1-img-wrap .lw-hero-1-item-content .disc {
    font-size: 20px;
  }
}
@media (max-width: 767px) {
  .lw-hero-1-img-wrap .lw-hero-1-item-content .disc {
    font-size: 18px;
  }
}
@media only screen and (min-width: 1200px) and (max-width: 1399px), only screen and (min-width: 992px) and (max-width: 1199px), only screen and (min-width: 768px) and (max-width: 991px), (max-width: 767px) {
  .lw-hero-1-img-img {
    text-align: center;
  }
}

/*
    hero-1-video-variant-end
*/
/*
    hero-2-start
*/
.lw-hero-2-area {
  background-color: #151514;
}
@media (max-width: 767px) {
  .lw-hero-2-area {
    padding-bottom: 70px;
  }
}
.lw-hero-2-slider-item {
  position: relative;
  z-index: 1;
  padding-top: 240px;
  padding-bottom: 320px;
}
@media (max-width: 767px) {
  .lw-hero-2-slider-item {
    padding-top: 200px;
    padding-bottom: 200px;
  }
}
.lw-hero-2-slider-item-bg {
  background: #151514;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: -1;
}
.lw-hero-2-slider-item-bg-img {
  position: relative;
  z-index: 1;
  clip-path: circle(20% at 70% 50%);
  transform: translateY(100%);
  transition: all 1s var(--pf-cube-1);
  transition-delay: 0s;
  height: 100%;
}
.lw-hero-2-slider-item-content {
  margin-left: -240px;
}
@media only screen and (min-width: 1600px) and (max-width: 1799px) {
  .lw-hero-2-slider-item-content {
    margin-left: -140px;
  }
}
@media only screen and (min-width: 1400px) and (max-width: 1599px), only screen and (min-width: 1200px) and (max-width: 1399px), only screen and (min-width: 992px) and (max-width: 1199px), only screen and (min-width: 768px) and (max-width: 991px), (max-width: 767px) {
  .lw-hero-2-slider-item-content {
    margin-left: 0px;
  }
}
.lw-hero-2-slider-item-content .hero-title {
  font-size: 100px;
  line-height: 1.2;
  color: var(--lw-clr-white-1);
  max-width: 873px;
  margin-bottom: 32px;
  text-transform: unset !important;
}
@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .lw-hero-2-slider-item-content .hero-title {
    font-size: 60px;
  }
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .lw-hero-2-slider-item-content .hero-title {
    font-size: 55px;
  }
}
@media (max-width: 767px) {
  .lw-hero-2-slider-item-content .hero-title {
    font-size: 40px;
  }
}
@media only screen and (min-width: 576px) and (max-width: 767px) {
  .lw-hero-2-slider-item-content .hero-title {
    font-size: 45px;
  }
}
.lw-hero-2-slider-item-content .hero-title .split-line div {
  text-transform: unset !important;
}
.lw-hero-2-slider-item-content .hero-title .split-line div div:nth-child(1) {
  text-transform: capitalize;
}
.lw-hero-2-slider-item-content .hero-title > .split-line {
  padding-bottom: 5px;
  overflow: hidden;
}
.lw-hero-2-slider-item-content .hero-title > .split-line:not(:first-child) {
  margin-top: -5px;
}
.lw-hero-2-slider-item-content .hero-disc {
  color: #9c9c9c;
  font-size: 24px;
  line-height: 1.666;
  max-width: 715px;
}
.lw-hero-2-slider .swiper-container .swiper-slide:is(.swiper-slide-active) .lw-hero-2-slider-item-bg-img {
  animation: transformAnimation 1s forwards, clipPathAnimation 1s 1s forwards;
}
.lw-hero-2-slider-preview-item {
  display: flex;
  align-items: center;
  gap: 25px;
  cursor: pointer;
}
.lw-hero-2-slider-preview-item .progress-box::after {
  content: "";
  width: 5px;
  height: 5px;
  border-radius: 5px;
  background: var(--lw-clr-white-1);
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  z-index: 1;
}
.lw-hero-2-slider-preview-item .item-progress {
  position: relative;
  z-index: 1;
}
.lw-hero-2-slider-preview-item .item-progress circle {
  r: 27;
  stroke: var(--lw-clr-white-1);
  stroke-dashoffset: 170px;
  stroke-dasharray: 170px;
}
.lw-hero-2-slider-preview-item .title {
  color: var(--lw-clr-white-1);
}
.lw-hero-2-slider-preview .swiper-container .swiper-wrapper {
  height: 160px !important;
}
.lw-hero-2-slider-preview .swiper-container .swiper-wrapper .swiper-slide .lw-hero-2-slider-preview-item {
  opacity: 30%;
  transition: all 0.5s var(--lw-cube-1);
}
.lw-hero-2-slider-preview .swiper-container .swiper-wrapper .swiper-slide .lw-hero-2-slider-preview-item:hover {
  opacity: 100%;
}
.lw-hero-2-slider-preview .swiper-container .swiper-wrapper .swiper-slide:is(.swiper-slide-thumb-active) .lw-hero-2-slider-preview-item {
  opacity: 1;
}
.lw-hero-2-slider-preview .swiper-container .swiper-wrapper .swiper-slide:is(.swiper-slide-thumb-active) .lw-hero-2-slider-preview-item .item-progress circle {
  stroke-dashoffset: 0px;
  transition: 6s;
  transition-delay: 0.5s;
}
.lw-hero-2-wrap {
  position: absolute;
  bottom: 100px;
  left: 0;
  width: 100%;
  z-index: 1;
}
@media (max-width: 767px) {
  .lw-hero-2-wrap {
    position: unset;
  }
}
.lw-hero-2-content {
  margin-left: -240px;
  display: flex;
  align-items: end;
  justify-content: space-between;
  gap: 30px;
  flex-wrap: wrap;
}
@media only screen and (min-width: 1600px) and (max-width: 1799px) {
  .lw-hero-2-content {
    margin-left: -140px;
  }
}
@media only screen and (min-width: 1400px) and (max-width: 1599px), only screen and (min-width: 1200px) and (max-width: 1399px), only screen and (min-width: 992px) and (max-width: 1199px), only screen and (min-width: 768px) and (max-width: 991px), (max-width: 767px) {
  .lw-hero-2-content {
    margin-left: 0px;
  }
}
.lw-hero-2-content .lw-phone-2 {
  margin-bottom: 20px;
}

@keyframes transformAnimation {
  to {
    transform: translateY(0%);
  }
}
@keyframes clipPathAnimation {
  to {
    clip-path: circle(60.6% at 75% 50%);
  }
}
/*
    hero-2-end
*/
/*
    hero-2-video-version-start
*/
@media (max-width: 767px) {
  .lw-hero-2-area:is(.has-video-version) {
    padding-bottom: 0;
  }
}
.lw-hero-2-area:is(.has-video-version) .lw-hero-2-slider-item {
  padding-top: 190px;
  padding-bottom: 0;
}
.lw-hero-2-area:is(.has-video-version) .lw-hero-2-slider-item-content {
  display: grid;
  grid-template-columns: 1.8fr 1fr;
  align-items: end;
}
@media only screen and (min-width: 768px) and (max-width: 991px), (max-width: 767px) {
  .lw-hero-2-area:is(.has-video-version) .lw-hero-2-slider-item-content {
    grid-template-columns: 1fr;
  }
}
.lw-hero-2-area:is(.has-video-version) .lw-hero-2-slider-item-content .left {
  padding-bottom: 190px;
}
@media only screen and (min-width: 768px) and (max-width: 991px), (max-width: 767px) {
  .lw-hero-2-area:is(.has-video-version) .lw-hero-2-slider-item-content .left {
    padding-bottom: 50px;
  }
}
@media only screen and (min-width: 1600px) and (max-width: 1799px) {
  .lw-hero-2-area:is(.has-video-version) .lw-hero-2-slider-item-content .hero-title {
    font-size: 90px;
  }
}
@media only screen and (min-width: 1400px) and (max-width: 1599px) {
  .lw-hero-2-area:is(.has-video-version) .lw-hero-2-slider-item-content .hero-title {
    font-size: 80px;
  }
}
@media only screen and (min-width: 1200px) and (max-width: 1399px) {
  .lw-hero-2-area:is(.has-video-version) .lw-hero-2-slider-item-content .hero-title {
    font-size: 70px;
  }
}
.lw-hero-2-area:is(.has-video-version) .lw-hero-2-slider-item-content .hero-disc {
  margin-bottom: 43px;
}
.lw-hero-2-area:is(.has-video-version) .lw-hero-2-slider-item-content .hero-disc .split-line {
  overflow: hidden;
}
.lw-hero-2-area:is(.has-video-version) .lw-hero-2-slider-item-content .lw-pr-btn-3 {
  font-size: 22px;
  padding: 22px 32px;
  border-radius: 100px;
}
.lw-hero-2-area:is(.has-video-version) .lw-hero-2-slider-item-content .lw-pr-btn-3::after {
  width: 48px;
  height: 48px;
  right: 18px;
  border-radius: 100px;
}
.lw-hero-2-area:is(.has-video-version) .lw-hero-2-slider-item-content .lw-pr-btn-3:hover::after {
  width: 100%;
  height: 100%;
  right: 0;
}
.lw-hero-2-area:is(.has-video-version) .lw-hero-2-slider-item-content .call-btn {
  position: absolute;
  right: -19%;
  bottom: 16%;
  z-index: 1;
}
@media only screen and (min-width: 1600px) and (max-width: 1799px), only screen and (min-width: 1400px) and (max-width: 1599px) {
  .lw-hero-2-area:is(.has-video-version) .lw-hero-2-slider-item-content .call-btn {
    right: -10%;
  }
}
@media only screen and (min-width: 1200px) and (max-width: 1399px), only screen and (min-width: 992px) and (max-width: 1199px), only screen and (min-width: 768px) and (max-width: 991px), (max-width: 767px) {
  .lw-hero-2-area:is(.has-video-version) .lw-hero-2-slider-item-content .call-btn {
    right: 0%;
  }
}
.lw-hero-2-area:is(.has-video-version) .lw-hero-2-slider-item-bg-img {
  transform: translateY(0);
}
@media only screen and (min-width: 768px) and (max-width: 991px), (max-width: 767px) {
  .lw-hero-2-area:is(.has-video-version) .lw-hero-2-slider-item-bg-img::after {
    position: absolute;
    top: 0;
    left: 0;
    content: "";
    background: var(--lw-clr-h-1);
    width: 100%;
    height: 100%;
    opacity: 0.7;
  }
}
.lw-hero-2-area:is(.has-video-version) .lw-hero-2-slider-item-bg-img video {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

/*
    hero-2-video-version-end
*/
/*
    hero-3-start
*/
.lw-hero-3-area {
  background-color: var(--lw-clr-black-1);
}
@media (max-width: 767px) {
  .lw-hero-3-area {
    padding-bottom: 100px;
  }
}
.lw-hero-3-bg-img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 600px;
  opacity: 23%;
  z-index: -2;
}
@media only screen and (min-width: 1200px) and (max-width: 1399px) {
  .lw-hero-3-bg-img {
    height: 65%;
  }
}
@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .lw-hero-3-bg-img {
    height: 60%;
  }
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .lw-hero-3-bg-img {
    height: 75%;
  }
}
@media (max-width: 767px) {
  .lw-hero-3-bg-img {
    height: 100%;
  }
}
.lw-hero-3-bg-img video {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: 50% 80%;
}
.lw-hero-3-content {
  display: grid;
  grid-template-columns: 1.1fr 1fr;
  max-width: 1090px;
  gap: 70px;
}
@media only screen and (min-width: 1600px) and (max-width: 1799px), only screen and (min-width: 1400px) and (max-width: 1599px) {
  .lw-hero-3-content {
    gap: 30px;
  }
}
@media only screen and (min-width: 1200px) and (max-width: 1399px) {
  .lw-hero-3-content {
    gap: 30px;
    grid-template-columns: 1fr;
  }
}
@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .lw-hero-3-content {
    gap: 50px;
  }
}
@media only screen and (min-width: 768px) and (max-width: 991px), (max-width: 767px) {
  .lw-hero-3-content {
    gap: 50px;
    grid-template-columns: 1fr;
  }
}
.lw-hero-3-content .subtitle {
  font-size: 20px;
  text-transform: uppercase;
  color: var(--lw-clr-pr-1);
  font-weight: 600;
  letter-spacing: 0.2em;
  margin-bottom: 8px;
  perspective: 2000px;
  transform-style: preserve-3d;
}
.lw-hero-3-content .title {
  font-size: 60px;
  line-height: 1.166;
  color: var(--lw-clr-white-1);
  perspective: 2000px;
  transform-style: preserve-3d;
}
.lw-hero-3-content .title .has-gd-clr {
  background: var(--lw-gd-1);
  background-clip: text;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  padding-bottom: 5px;
}
@media only screen and (min-width: 1200px) and (max-width: 1399px) {
  .lw-hero-3-content .title {
    font-size: 55px;
  }
}
@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .lw-hero-3-content .title {
    font-size: 50px;
  }
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .lw-hero-3-content .title {
    font-size: 45px;
  }
}
@media (max-width: 767px) {
  .lw-hero-3-content .title {
    font-size: 35px;
  }
}
@media only screen and (min-width: 576px) and (max-width: 767px) {
  .lw-hero-3-content .title {
    font-size: 40px;
  }
}
.lw-hero-3-content .line {
  width: 100%;
  height: 2px;
  background: #c4c4c4;
  opacity: 38%;
  margin-top: 16px;
  margin-bottom: 27px;
}
.lw-hero-3-content .title-2 {
  font-size: 30px;
  color: var(--lw-clr-white-1);
  line-height: 1.33;
  margin-bottom: 17px;
}
@media only screen and (min-width: 1600px) and (max-width: 1799px), only screen and (min-width: 1400px) and (max-width: 1599px), only screen and (min-width: 1200px) and (max-width: 1399px), only screen and (min-width: 992px) and (max-width: 1199px), only screen and (min-width: 768px) and (max-width: 991px), (max-width: 767px) {
  .lw-hero-3-content .title-2 {
    font-size: 24px;
  }
}
.lw-hero-3-content .disc {
  color: #b9b9b9;
  margin-bottom: 23px;
}
.lw-hero-3-content .lw-pr-btn-3 {
  background: transparent;
}
.lw-hero-3-rating {
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.lw-hero-3-rating .rating {
  font-size: 70px;
  line-height: 1;
  color: var(--lw-clr-white-1);
}
.lw-hero-3-rating .lw-rating-1 {
  font-size: 20px;
  color: var(--lw-clr-pr-1);
}
.lw-hero-3-rating .out-of {
  color: var(--lw-clr-white-1);
  text-align: right;
  text-transform: capitalize;
}
@media only screen and (min-width: 1600px) and (max-width: 1799px) {
  .lw-hero-3-slider {
    margin-left: 100px;
  }
}
@media only screen and (min-width: 1400px) and (max-width: 1599px) {
  .lw-hero-3-slider {
    margin-left: 120px;
  }
}
@media only screen and (min-width: 1200px) and (max-width: 1399px) {
  .lw-hero-3-slider {
    margin-left: 300px;
  }
}
.lw-hero-3-slider .swiper-container .swiper-slide .lw-hero-3-rating {
  max-width: 230px;
  transition: all 3s var(--lw-cube-1);
  transition-delay: 0;
}
.lw-hero-3-slider .swiper-container .swiper-slide .lw-hero-3-content .line {
  max-width: 250px;
  transition: all 3s var(--lw-cube-1);
  transition-delay: 0;
}
.lw-hero-3-slider .swiper-container .swiper-slide:is(.swiper-slide-active) .lw-hero-3-rating {
  max-width: 100%;
  transition-delay: 0.5s;
}
.lw-hero-3-slider .swiper-container .swiper-slide:is(.swiper-slide-active) .lw-hero-3-content .line {
  max-width: 100%;
  transition-delay: 0.5s;
}
.lw-hero-3-slider-pagi {
  display: inline-flex;
  gap: 19px;
  width: auto !important;
  position: absolute;
  bottom: 20px !important;
  left: 10px !important;
}
@media only screen and (min-width: 1200px) and (max-width: 1399px), only screen and (min-width: 992px) and (max-width: 1199px), only screen and (min-width: 768px) and (max-width: 991px), (max-width: 767px) {
  .lw-hero-3-slider-pagi {
    position: unset;
    margin-top: 50px;
  }
}
.lw-hero-3-slider-pagi span {
  margin: 0 !important;
  width: 7px;
  height: 7px;
  background: var(--lw-clr-white-1);
  opacity: 1;
  position: relative;
  z-index: 1;
  transition: all 0.5s var(--lw-cube-1);
}
.lw-hero-3-slider-pagi span::after {
  content: "";
  width: 27px;
  height: 27px;
  border-radius: 50%;
  border: 2px solid var(--lw-clr-white-1);
  background: transparent;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  opacity: 0;
  transition: all 0.5s var(--lw-cube-1);
}
.lw-hero-3-slider-pagi span:is(.swiper-pagination-bullet-active) {
  background: var(--lw-clr-pr-1);
}
.lw-hero-3-slider-pagi span:is(.swiper-pagination-bullet-active)::after {
  opacity: 1;
}

.lw-hero-3-img-area {
  text-align: right;
  position: relative;
  margin-top: -260px;
}
@media (max-width: 767px) {
  .lw-hero-3-img-area {
    display: none;
  }
}
.lw-hero-3-img-bg-img {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: calc(100% - 150px);
  z-index: -1;
  mask-repeat: no-repeat;
  -webkit-mask-repeat: no-repeat;
  mask-size: 100% 100%;
  -webkit-mask-size: 100% 100%;
}
.lw-hero-3-img-bg-img img {
  object-position: 50% 10%;
}
.lw-hero-3-img-bg-img::after {
  content: "";
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  background: var(--lw-clr-h-2);
  opacity: 62%;
}
.lw-hero-3-img-main {
  padding-right: 30px;
  overflow: hidden;
}
@media only screen and (min-width: 1600px) and (max-width: 1799px), only screen and (min-width: 1400px) and (max-width: 1599px), only screen and (min-width: 1200px) and (max-width: 1399px), only screen and (min-width: 992px) and (max-width: 1199px), only screen and (min-width: 768px) and (max-width: 991px), (max-width: 767px) {
  .lw-hero-3-img-main img {
    opacity: 0;
  }
}

.lw-author-sticky-area {
  max-width: 275px;
  position: fixed;
  top: 0;
  left: 0;
  z-index: 4;
  width: 100%;
  height: 100%;
  padding-top: 340px;
  padding-bottom: 50px;
}
@media only screen and (min-width: 992px) and (max-width: 1199px), only screen and (min-width: 768px) and (max-width: 991px), (max-width: 767px) {
  .lw-author-sticky-area {
    display: none;
  }
}
.lw-author-sticky-wrap {
  text-align: center;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: space-between;
  height: 100%;
}
.lw-author-sticky-img {
  width: 120px;
  border-radius: 50%;
  height: 120px;
  margin-bottom: 26px;
}
.lw-author-sticky-name {
  font-size: 24px;
  color: var(--lw-clr-white-1);
  margin-bottom: 8px;
}
.lw-author-sticky-bio {
  font-size: 16px;
  text-transform: capitalize;
  color: #a5a5a5;
  margin-bottom: 13px;
}
.lw-author-sticky-social {
  justify-content: center;
  gap: 10px;
}
.lw-author-sticky-social a {
  background: transparent;
  color: var(--lw-clr-white-1);
  font-size: 18px;
}
.lw-author-sticky-social a:hover {
  color: var(--lw-clr-white-1) !important;
}
.lw-author-sticky-copyright {
  font-size: 16px;
  text-transform: capitalize;
  color: var(--lw-clr-white-1);
}
.lw-author-sticky-bg-color {
  background: #e2e2e2;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  transform-origin: bottom;
  z-index: -1;
}

.lw-section-pagination {
  display: flex;
  flex-direction: column;
  gap: 8px;
  position: fixed;
  right: 38px;
  top: 44%;
  transform: translateY(-50%);
  z-index: 3;
  list-style: none;
  margin: 0;
  padding: 0;
}
@media (max-width: 767px) {
  .lw-section-pagination {
    display: none;
  }
}
.lw-section-pagination a {
  width: 20.5px;
  height: 20.5px;
  border: 2px solid var(--lw-clr-pr-1);
  border-radius: 50%;
  background: transparent;
  transition: all 0.5s var(--lw-cube-1);
}
.lw-section-pagination a:hover {
  background: var(--lw-clr-pr-1);
}
.lw-section-pagination a:is(.active) {
  background: var(--lw-clr-pr-1);
}
.lw-section-pagination li:is(.active) a {
  background: var(--lw-clr-pr-1);
}

/*
    hero-3-end
*/
/*
    hero-3-video-start
*/
.lw-hero-3-area:is(.has-video-version) .lw-hero-3-content {
  display: block;
  max-width: 560px;
}
.lw-hero-3-area:is(.has-video-version) .lw-hero-3-content .title {
  margin-bottom: 31px;
}
.lw-hero-3-area:is(.has-video-version) .lw-hero-3-content .pr-btn {
  margin-left: -20px;
}
.lw-hero-3-area:is(.has-video-version) .lw-hero-3-bg-img {
  opacity: 45%;
}

/*
    hero-3-video-end
*/
/*
    hero-3-image-start
*/
.lw-hero-3-area:is(.has-image-version) {
  background: #fff;
}
.lw-hero-3-area:is(.has-image-version) .lw-hero-3-content .subtitle {
  color: #121212;
}
.lw-hero-3-area:is(.has-image-version) .lw-hero-3-content .title {
  color: #121212;
}
.lw-hero-3-area:is(.has-image-version) .lw-hero-3-content .title-2 {
  color: #121212;
}
.lw-hero-3-area:is(.has-image-version) .lw-hero-3-content .disc {
  color: #424242;
}
.lw-hero-3-area:is(.has-image-version) .lw-hero-3-content .lw-pr-btn-3 {
  color: #121212;
  margin-left: -20px;
}
.lw-hero-3-area:is(.has-image-version) .lw-hero-3-rating .rating {
  color: #121212;
}
.lw-hero-3-area:is(.has-image-version) .lw-hero-3-rating .out-of {
  color: #838383;
}

/*
    hero-3-image-end
*/
/*
    hero-4-start
*/
.lw-hero-4-area {
  background: #000;
}
.lw-hero-4-wrap {
  padding-bottom: 220px;
  padding-top: 210px;
}
.lw-hero-4-bg-img {
  z-index: -1;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
.lw-hero-4-bg-img::after {
  content: "";
  width: 100%;
  height: 100%;
  background: #000;
  position: absolute;
  top: 0;
  left: 0;
  opacity: 45%;
  z-index: 1;
}
.lw-hero-4-bg-img video {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.lw-hero-4-bg-img:is(.active) .wa-img-split div {
  opacity: 1;
  transform: rotate(0deg) translateY(0);
}
.lw-hero-4-bg-img:is(.active) .wa-img-split img {
  opacity: 1;
  transition-delay: 1.5s;
}
.lw-hero-4-content .subtitle {
  font-family: var(--lw-font-dancing);
  font-size: 50px;
  font-weight: 400;
  color: var(--lw-clr-fawn);
  line-height: 1.5;
  margin-bottom: 18px;
  perspective: 2000px;
  transform-style: preserve-3d;
}
@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .lw-hero-4-content .subtitle {
    font-size: 45px;
  }
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .lw-hero-4-content .subtitle {
    font-size: 40px;
  }
}
@media (max-width: 767px) {
  .lw-hero-4-content .subtitle {
    font-size: 30px;
  }
}
@media only screen and (min-width: 576px) and (max-width: 767px) {
  .lw-hero-4-content .subtitle {
    font-size: 35px;
  }
}
.lw-hero-4-content .title {
  font-size: 100px;
  line-height: 1;
  color: var(--lw-clr-white-1);
  max-width: 750px;
  margin-left: auto;
  margin-right: auto;
  margin-bottom: 50px;
  perspective: 2000px;
  transform-style: preserve-3d;
}
@media only screen and (min-width: 1400px) and (max-width: 1599px) {
  .lw-hero-4-content .title {
    font-size: 90px;
  }
}
@media only screen and (min-width: 1200px) and (max-width: 1399px) {
  .lw-hero-4-content .title {
    font-size: 80px;
  }
}
@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .lw-hero-4-content .title {
    font-size: 70px;
  }
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .lw-hero-4-content .title {
    font-size: 60px;
  }
}
@media (max-width: 767px) {
  .lw-hero-4-content .title {
    font-size: 40px;
  }
}
@media only screen and (min-width: 576px) and (max-width: 767px) {
  .lw-hero-4-content .title {
    font-size: 50px;
  }
}
.lw-hero-4-content .btn-wrap {
  perspective: 2000px;
  transform-style: preserve-3d;
}
.lw-hero-4-content .lw-pr-btn-4 .text::after {
  color: var(--lw-clr-pr-1);
}
.lw-hero-4-content .lw-pr-btn-4:hover {
  background: var(--lw-clr-white-1);
}
.lw-hero-4-slider .swiper-container .swiper-slide:is(.swiper-slide-active) .wa-img-split div {
  opacity: 1;
  transform: rotate(0deg) translateY(0);
}
.lw-hero-4-slider .swiper-container .swiper-slide:is(.swiper-slide-active) .wa-img-split img {
  opacity: 1;
  transition-delay: 1.5s;
}
.lw-hero-4-slider-pagi {
  position: absolute;
  bottom: 16% !important;
  top: unset !important;
  left: 0;
  width: 100%;
  z-index: 1;
  display: flex;
  justify-content: center;
  gap: 20px;
}
.lw-hero-4-slider-pagi span {
  margin: 0 !important;
  width: 7px;
  height: 7px;
  opacity: 1;
  position: relative;
  background: var(--lw-clr-white-1);
  transition: all 0.5s var(--lw-cube-1);
}
.lw-hero-4-slider-pagi span::after {
  width: 27px;
  height: 27px;
  border: 2px solid var(--lw-clr-white-1);
  position: absolute;
  content: "";
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  border-radius: 50%;
  opacity: 0;
  transition: all 0.5s var(--lw-cube-1);
}
.lw-hero-4-slider-pagi span:is(.swiper-pagination-bullet-active) {
  background: var(--lw-clr-pr-1);
}
.lw-hero-4-slider-pagi span:is(.swiper-pagination-bullet-active)::after {
  opacity: 1;
}

/*
    hero-4-end
*/
/*
    hero-4-video-version-start
*/
.lw-hero-4-area:is(.has-video-version) .lw-hero-4-wrap {
  padding-bottom: 185px;
}

/*
    hero-4-video-version-end
*/
/*
    hero-4-video-version-start
*/
.lw-hero-4-area:is(.has-image-version) .lw-hero-4-wrap {
  padding-bottom: 185px;
}

/*
    hero-4-video-version-end
*/
/*
    about-1-start
*/
.lw-about-1-area {
  background: #f3ede1;
}
.lw-about-1-area::after {
  content: "";
  width: 66%;
  height: 102%;
  background: var(--lw-clr-white-1);
  position: absolute;
  bottom: 0;
  left: 0;
  z-index: -2;
}
.lw-about-1-glow {
  width: 23%;
  position: absolute;
  top: 50%;
  left: 0;
  transform: translateY(-50%);
  z-index: -1;
}
.lw-about-1-wrap {
  display: grid;
  grid-template-columns: 1.2fr 1fr;
  align-items: center;
}
@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .lw-about-1-wrap {
    margin-bottom: 50px;
  }
}
@media only screen and (min-width: 768px) and (max-width: 991px), only screen and (min-width: 576px) and (max-width: 767px), (max-width: 767px) {
  .lw-about-1-wrap {
    margin-bottom: 50px;
    grid-template-columns: 1fr;
    gap: 50px;
  }
}
.lw-about-1-wrap .lw-sec-big-title {
  top: -30px;
}
.lw-about-1-sec-title .lw-sec-title-1 {
  margin-bottom: 26px;
}
.lw-about-1-sec-title .disc {
  max-width: 500px;
}
.lw-about-1-content .btn-wrap {
  display: flex;
  align-items: center;
  gap: 35px;
}
@media (max-width: 767px) {
  .lw-about-1-content .btn-wrap {
    flex-wrap: wrap;
  }
}
.lw-about-1-content .disc-2 {
  font-size: 17px;
  max-width: 150px;
}
.lw-about-1-feature {
  display: flex;
  gap: 30px;
}
@media (max-width: 767px) {
  .lw-about-1-feature {
    flex-wrap: wrap;
  }
}
.lw-about-1-feature-single {
  display: flex;
  align-items: center;
  gap: 15px;
  max-width: 250px;
}
.lw-about-1-feature-single .title {
  font-size: 18px;
}
.lw-about-1-feature-single .icon {
  display: inline-flex;
  width: 64px;
  height: 64px;
  align-items: center;
  justify-content: center;
  border-radius: 4px;
  background: var(--lw-gd-1);
  flex: 0 0 auto;
  font-size: 40px;
  color: var(--lw-clr-h-1);
}
.lw-about-1-feature-single:hover .icon i {
  animation: flip2 1s;
}
.lw-about-1-right {
  position: relative;
  z-index: 1;
}
.lw-about-1-right .circle-shape-3 {
  content: "";
  width: 524px;
  height: 524px;
  background: transparent;
  border: 4px solid #b69034;
  position: absolute;
  bottom: 2%;
  right: -14%;
  border-radius: 50%;
  box-shadow: -16.362px 20.206px 62px 0px rgba(48, 48, 48, 0.58);
  z-index: -1;
}
@media only screen and (min-width: 1200px) and (max-width: 1399px), only screen and (min-width: 992px) and (max-width: 1199px), only screen and (min-width: 768px) and (max-width: 991px), (max-width: 767px) {
  .lw-about-1-right .circle-shape-3 {
    display: none;
  }
}
.lw-about-1-right .circle-shape {
  width: 88px;
  height: 88px;
  border-radius: 50%;
  border: 4px solid #b69034;
  box-shadow: -16.362px 20.206px 62px 0px rgba(48, 48, 48, 0.34);
  background: transparent;
  position: absolute;
  top: 40%;
  z-index: -1;
  left: -40px;
}
@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .lw-about-1-right .circle-shape {
    display: none;
  }
}
.lw-about-1-right .circle-shape-2 {
  width: 88px;
  height: 88px;
  border-radius: 50%;
  border: 4px solid #b69034;
  box-shadow: -16.362px 20.206px 62px 0px rgba(48, 48, 48, 0.34);
  background: transparent;
  position: absolute;
  bottom: -4%;
  z-index: 1;
  right: 21%;
}
.lw-about-1-circle-text {
  width: 571px;
  height: 571px;
  background: var(--lw-gd-1);
  border-radius: 50%;
  position: absolute;
  top: 18%;
  left: 0;
  z-index: -2;
}
@media only screen and (min-width: 1200px) and (max-width: 1399px) {
  .lw-about-1-circle-text {
    width: 501px;
    height: 501px;
  }
}
@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .lw-about-1-circle-text {
    width: 371px;
    height: 371px;
  }
}
@media (max-width: 767px) {
  .lw-about-1-circle-text {
    display: none;
  }
}
.lw-about-1-circle-text::after {
  content: "";
  width: 100%;
  height: 100%;
  border-radius: 50%;
  background: transparent;
  border: 40px solid var(--lw-clr-h-1);
  top: 0;
  left: 0;
  position: absolute;
  z-index: -1;
}

/*
    about-1-end
*/
/*
    about-2-start
*/
.lw-about-2-bg-shape {
  width: 38%;
  position: absolute;
  top: 0;
  left: 0;
  z-index: -1;
  height: 100%;
}
.lw-about-2-bg-shape img {
  height: 100%;
  width: 100%;
}
.lw-about-2-wrap {
  display: grid;
  grid-template-columns: 1fr 1.3fr;
  gap: 60px;
  align-items: center;
}
@media only screen and (min-width: 992px) and (max-width: 1199px), only screen and (min-width: 768px) and (max-width: 991px), (max-width: 767px) {
  .lw-about-2-wrap {
    grid-template-columns: 1fr;
  }
}
@media only screen and (min-width: 992px) and (max-width: 1199px), only screen and (min-width: 768px) and (max-width: 991px), (max-width: 767px) {
  .lw-about-2-content {
    max-width: 650px;
  }
}
.lw-about-2-sec-title .lw-sec-title-1 {
  margin-bottom: 21px;
}
.lw-about-2-quote {
  display: flex;
  gap: 20px;
}
.lw-about-2-quote .icon {
  font-size: 60px;
  color: var(--lw-clr-fawn);
}
.lw-about-2-quote .line {
  width: 2px;
  background: #606060;
  opacity: 16%;
}
.lw-about-2-quote .title {
  font-size: 20px;
  line-height: 1.5;
  margin-bottom: 20px;
}
.lw-about-2-quote .signature {
  font-size: 14px;
}
.lw-about-2-quote .signature span {
  font-size: 30px;
  color: var(--lw-clr-fawn);
  font-family: var(--lw-font-dancing);
  margin-right: 5px;
}
.lw-about-2-right {
  display: grid;
  grid-template-columns: 1.1fr 1fr;
}
@media (max-width: 767px) {
  .lw-about-2-right {
    grid-template-columns: 1fr;
  }
}
@media only screen and (min-width: 992px) and (max-width: 1199px), only screen and (min-width: 768px) and (max-width: 991px) {
  .lw-about-2-feature {
    padding-left: 20px;
  }
}
@media (max-width: 767px) {
  .lw-about-2-feature {
    padding-left: 30px;
  }
}
.lw-about-2-feature-single {
  box-shadow: -1.042px 5.909px 21px 0px rgba(94, 94, 94, 0.2);
  background: var(--lw-clr-white-1);
  display: flex;
  gap: 20px;
  padding: 30px 20px;
  padding-left: 0;
  transition: all 0.7s var(--lw-cube-1);
}
.lw-about-2-feature-single .icon {
  display: inline-flex;
  flex: 0 0 auto;
  width: 67px;
  height: 67px;
  border-radius: 50%;
  background: var(--lw-clr-pr-1);
  justify-content: center;
  align-items: center;
  font-size: 38px;
  color: var(--lw-clr-white-1);
  box-shadow: -1.042px 5.909px 13px 0px rgba(0, 0, 0, 0.3);
  margin-left: -34px;
  transition: all 0.7s var(--lw-cube-1);
}
.lw-about-2-feature-single .title {
  font-size: 30px;
  margin-bottom: 10px;
  transition: all 0.7s var(--lw-cube-1);
}
@media (max-width: 767px) {
  .lw-about-2-feature-single .title {
    font-size: 24px;
  }
}
.lw-about-2-feature-single .disc {
  font-size: 16px;
  line-height: 26px;
  opacity: 70%;
  transition: all 0.5s var(--lw-cube-1);
}
.lw-about-2-feature-single:nth-child(1) {
  position: relative;
  z-index: 1;
}
.lw-about-2-feature-single:is(.active) {
  background: var(--lw-clr-pr-1);
  box-shadow: -1.042px 5.909px 21px 0px rgba(94, 94, 94, 0);
}
.lw-about-2-feature-single:is(.active) .icon {
  color: var(--lw-clr-pr-1);
  background: var(--lw-clr-white-1);
}
.lw-about-2-feature-single:is(.active) .title {
  color: var(--lw-clr-white-1);
}
.lw-about-2-feature-single:is(.active) .title:hover {
  transform: translateX(5px);
}
.lw-about-2-feature-single:is(.active) .disc {
  color: var(--lw-clr-white-1);
}
.lw-about-2-img {
  height: 442px;
  filter: grayscale(1);
}
.lw-about-2-contact {
  background: rgba(80, 80, 80, 0.84);
  padding: 29px 40px;
  margin-top: -75px;
  position: relative;
  z-index: 1;
  max-width: 243px;
}
.lw-about-2-contact .contact-link {
  font-size: 15px;
  line-height: 1.5;
  color: var(--lw-clr-white-1);
  font-weight: 600;
  display: block;
  transition: all 0.5s var(--lw-cube-1);
}
.lw-about-2-contact .contact-link:hover {
  color: var(--lw-clr-pr-1);
}
.lw-about-2-contact .title {
  font-weight: 700;
  text-transform: uppercase;
  font-size: 16px;
  margin-bottom: 5px;
  color: var(--lw-clr-h-1);
  margin-top: 17px;
}
.lw-about-2-img-shape {
  position: absolute;
  bottom: 60px;
  right: 10px;
  width: 40px;
  height: 40px;
  background: var(--lw-clr-pr-1);
  z-index: -1;
  animation: lw_about_2_img_shape 6s linear infinite;
}
.lw-about-2-img-shape-2 {
  position: absolute;
  bottom: 30px;
  right: -21px;
  width: 30px;
  height: 30px;
  z-index: -1;
  background: var(--lw-clr-fawn);
  animation: lw_about_2_img_shape2 6s linear infinite;
}

@keyframes lw_about_2_img_shape {
  0% {
    transform: translate(0px, 0px);
  }
  50% {
    transform: translate(40px, 40px);
  }
  100% {
    transform: translate(0px, 0px);
  }
}
@keyframes lw_about_2_img_shape2 {
  0% {
    transform: translate(0px, 0px);
  }
  50% {
    transform: translate(-30px, -30px);
  }
  100% {
    transform: translate(0px, 0px);
  }
}
.has-first-letter-bg {
  display: flex;
  gap: 12px;
}
.has-first-letter-bg span {
  margin-top: 3px;
  line-height: 1;
  font-weight: 700;
  font-size: 56px;
  text-transform: capitalize;
}

/*
    about-2-end
*/
/*
    about-3-start
*/
.lw-about-3-wrap {
  padding-left: 100px;
  display: grid;
  gap: 50px;
  grid-template-columns: 1fr 1.3fr;
  align-items: center;
}
@media only screen and (min-width: 1400px) and (max-width: 1599px) {
  .lw-about-3-wrap {
    padding-left: 50px;
    grid-template-columns: 1fr 1.1fr;
  }
}
@media only screen and (min-width: 1200px) and (max-width: 1399px) {
  .lw-about-3-wrap {
    padding-left: 50px;
    grid-template-columns: 1fr;
  }
}
@media only screen and (min-width: 992px) and (max-width: 1199px), only screen and (min-width: 768px) and (max-width: 991px), (max-width: 767px) {
  .lw-about-3-wrap {
    padding-left: 50px;
    grid-template-columns: 1fr;
    padding-left: 30px;
    padding-right: 30px;
  }
}
.lw-about-3-content {
  max-width: 600px;
}
.lw-about-3-tabs-btn {
  background: #eeeeee;
  border-radius: 8px;
  border: 1px solid rgba(14, 14, 14, 0.16);
  display: inline-flex;
  align-items: center;
  gap: 12px;
  flex-wrap: wrap;
  padding: 20px 30px;
}
.lw-about-3-tabs-btn .nav-link {
  font-family: var(--lw-font-1);
  text-transform: capitalize;
  font-weight: 700;
  background: #fff;
  color: var(--lw-clr-h-2);
  border-radius: 6px;
  font-size: 16px;
  line-height: 1.5;
  display: flex;
  align-items: center;
  gap: 8px;
  padding: 10px 18px;
  transition: all 0.5s var(--lw-cube-1);
}
.lw-about-3-tabs-btn .nav-link .icon {
  line-height: 1;
  position: relative;
  font-size: 15px;
  margin-top: 3px;
  overflow: hidden;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 3px;
}
.lw-about-3-tabs-btn .nav-link .icon i {
  transition: all 0.5s var(--lw-cube-1);
}
.lw-about-3-tabs-btn .nav-link .icon i::before {
  font-weight: 700 !important;
}
.lw-about-3-tabs-btn .nav-link .icon i:nth-child(1) {
  position: relative;
}
.lw-about-3-tabs-btn .nav-link .icon i:nth-child(2) {
  position: absolute;
  transform: translate(-20px, 20px);
  color: #fff;
}
.lw-about-3-tabs-btn .nav-link:hover {
  background: var(--lw-clr-pr-1);
  color: var(--lw-clr-white-1);
}
.lw-about-3-tabs-btn .nav-link:hover .icon i:nth-child(1) {
  transform: translate(20px, -20px);
}
.lw-about-3-tabs-btn .nav-link:hover .icon i:nth-child(2) {
  transform: translate(0px, 0px);
}
.lw-about-3-tabs-btn .nav-link:is(.active) {
  background: var(--lw-clr-pr-1);
  color: var(--lw-clr-white-1);
}
.lw-about-3-tabs-btn .nav-link:is(.active) .icon i:nth-child(1) {
  transform: translate(20px, -20px);
}
.lw-about-3-tabs-btn .nav-link:is(.active) .icon i:nth-child(2) {
  transform: translate(0px, 0px);
}
.lw-about-3-tabs-pane .tab-pane .disc {
  margin-bottom: 27px;
}
.lw-about-3-tabs-pane .tab-pane:is(.show) .lw-about-3-progress-fill {
  transform: translateX(0);
}
.lw-about-3-progress {
  display: flex;
  align-items: center;
}
.lw-about-3-progress:not(:last-child) {
  margin-bottom: 25px;
}
@media (max-width: 767px) {
  .lw-about-3-progress {
    flex-wrap: wrap;
    gap: 20px;
  }
}
@media only screen and (min-width: 576px) and (max-width: 767px) {
  .lw-about-3-progress {
    flex-wrap: nowrap;
    gap: 0px;
  }
}
.lw-about-3-progress .title {
  font-size: 18px;
  max-width: 200px;
  flex: 0 0 auto;
  width: 100%;
}
.lw-about-3-progress-bar {
  height: 30px;
  background: #eeeeee;
  width: 100%;
  border-radius: 15px;
  position: relative;
  z-index: 1;
  overflow: hidden;
}
.lw-about-3-progress-fill {
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
  background: var(--lw-gd-1);
  border-radius: 15px;
  display: flex;
  align-items: center;
  justify-content: end;
  padding: 0 20px;
  transform: translateX(-102%);
  transition: all 2s var(--lw-cube-1);
}
.lw-about-3-progress-fill .percent {
  font-size: 15px;
  color: #fff;
}
.lw-about-3-pdf {
  font-size: 16px;
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  gap: 10px;
}
.lw-about-3-pdf a {
  background: var(--lw-clr-pr-1);
  color: #fff;
  display: flex;
  align-items: center;
  gap: 10px;
  border-radius: 30px;
  padding: 6px 20px;
  transition: all 0.5s var(--lw-cube-1);
}
.lw-about-3-pdf a:hover {
  background: var(--lw-clr-h-2);
  transform: translateX(3px);
}
.lw-about-3-img {
  height: 510px;
  position: relative;
}
.lw-about-3-img::after {
  content: "";
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  background: #000;
  opacity: 34%;
}
.lw-about-3-img .shape {
  width: 80px;
  height: 80px;
  background: #fff;
  position: absolute;
  z-index: 1;
}
.lw-about-3-img .shape-1 {
  left: 80px;
  top: 0;
}
.lw-about-3-img .shape-2 {
  left: 0px;
  top: 80px;
}
.lw-about-3-img .shape-3 {
  right: 80px;
  bottom: 0;
  background: var(--lw-gd-1);
}
.lw-about-3-img .shape-4 {
  right: 0px;
  bottom: 80px;
}
.lw-about-3-experience {
  display: flex;
  align-items: end;
  justify-content: center;
  margin-top: -92px;
  position: relative;
  z-index: 1;
}
@media (max-width: 767px) {
  .lw-about-3-experience {
    flex-wrap: wrap;
    margin-top: -32px;
  }
}
.lw-about-3-experience .title {
  font-size: 30px;
  margin-bottom: 33px;
  margin-left: -25px;
}
.lw-about-3-experience .number {
  display: inline-flex;
  font-size: 240px;
  line-height: 0.8;
  background-clip: text;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}
@media only screen and (min-width: 1400px) and (max-width: 1599px) {
  .lw-about-3-experience .number {
    font-size: 200px;
  }
}
@media (max-width: 767px) {
  .lw-about-3-experience .number {
    font-size: 140px;
  }
}
.lw-about-3-experience .number .plus {
  font-size: 72px;
}

/*
    about-3-end
*/
/*
    about-4-start
*/
.lw-about-4-wrap {
  display: grid;
  grid-template-columns: 1fr 1.45fr;
  gap: 100px;
  margin-right: -20px;
  align-items: center;
}
@media only screen and (min-width: 1200px) and (max-width: 1399px), only screen and (min-width: 992px) and (max-width: 1199px) {
  .lw-about-4-wrap {
    gap: 50px;
    margin-right: 0;
  }
}
@media only screen and (min-width: 768px) and (max-width: 991px), (max-width: 767px) {
  .lw-about-4-wrap {
    gap: 50px;
    margin-right: 0;
    grid-template-columns: 1fr;
  }
}
.lw-about-4-sec-title .sec-disc {
  margin-top: 29px;
  max-width: 570px;
}
.lw-about-4-counter {
  display: flex;
  gap: 20px;
  flex-wrap: wrap;
  justify-content: space-between;
}
.lw-about-4-counter-item .disc {
  font-size: 20px;
  text-transform: capitalize;
  color: var(--lw-clr-h-1);
}
.lw-about-4-counter-item .number {
  font-size: 55px;
  line-height: 1;
  margin-bottom: 9px;
}
@media only screen and (min-width: 768px) and (max-width: 991px), (max-width: 767px) {
  .lw-about-4-counter-item .number {
    font-size: 45px;
  }
}
.lw-about-4-color-shape {
  width: 444px;
  height: 540px;
  position: absolute;
  background: var(--lw-gd-1);
  z-index: -1;
  top: 50%;
  transform: translateY(-50%);
  left: -55px;
}
@media only screen and (min-width: 1200px) and (max-width: 1399px), only screen and (min-width: 992px) and (max-width: 1199px) {
  .lw-about-4-color-shape {
    left: 0;
    width: 100%;
  }
}
@media only screen and (min-width: 768px) and (max-width: 991px), (max-width: 767px) {
  .lw-about-4-color-shape {
    display: none;
  }
}

/*
    about-4-end
*/
/*
    cta-1-start
*/
.lw-cta-1-wrap {
  display: grid;
  grid-template-columns: 1fr 3.56fr;
  margin-left: -155px;
  margin-right: -255px;
  align-items: end;
}
@media only screen and (min-width: 1400px) and (max-width: 1599px), only screen and (min-width: 1200px) and (max-width: 1399px) {
  .lw-cta-1-wrap {
    margin-left: 0px;
    margin-right: 0px;
  }
}
@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .lw-cta-1-wrap {
    margin-left: 0px;
    margin-right: 0px;
    gap: 30px;
  }
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .lw-cta-1-wrap {
    margin-left: 0px;
    margin-right: 0px;
    gap: 30px;
    grid-template-columns: 1fr 1fr;
    align-items: center;
  }
}
@media (max-width: 767px) {
  .lw-cta-1-wrap {
    margin-left: 0px;
    margin-right: 0px;
    gap: 30px;
    grid-template-columns: 1fr;
    align-items: center;
  }
}
@media only screen and (min-width: 576px) and (max-width: 767px) {
  .lw-cta-1-wrap {
    margin-left: 0px;
    margin-right: 0px;
    gap: 30px;
    grid-template-columns: 1fr 1fr;
    align-items: center;
  }
}
.lw-cta-1-wrap .main-img {
  height: 312px;
  border-radius: 10px;
  filter: grayscale(1);
}
.lw-cta-1-flex {
  margin-left: -100px;
  position: relative;
  display: flex;
  align-items: center;
}
@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .lw-cta-1-flex {
    margin-left: 0;
    flex-wrap: wrap;
  }
}
@media only screen and (min-width: 768px) and (max-width: 991px), only screen and (min-width: 576px) and (max-width: 767px), (max-width: 767px) {
  .lw-cta-1-flex {
    margin-left: 0;
    flex-wrap: wrap;
    gap: 30px;
  }
}
.lw-cta-1-content {
  background: #1a1a1a;
  max-width: 394px;
  width: 100%;
  padding: 45px 30px;
}
.lw-cta-1-content .title {
  color: var(--lw-clr-white-1);
  font-size: 24px;
  line-height: 1.5;
  margin-bottom: 10px;
}
.lw-cta-1-content .name {
  font-weight: 600;
  text-transform: capitalize;
  color: var(--lw-clr-white-1);
  position: relative;
  z-index: 1;
  padding-left: 60px;
  font-size: 15px;
}
.lw-cta-1-content .name span {
  color: var(--lw-clr-pr-1);
}
.lw-cta-1-content .name::after {
  content: "";
  width: 42px;
  height: 2px;
  background: var(--lw-clr-pr-1);
  position: absolute;
  top: 11px;
  left: 0;
}
.lw-cta-1-icon {
  display: flex;
  flex: 0 0 auto;
  width: 102px;
  height: 102px;
  align-items: center;
  justify-content: center;
  background: var(--lw-clr-white-1);
  border-radius: 50%;
  border: 4px solid #b69034;
  margin-left: -42px;
  position: relative;
  z-index: 1;
  font-size: 60px;
  color: var(--lw-clr-h-1);
}
@media only screen and (min-width: 768px) and (max-width: 991px), (max-width: 767px) {
  .lw-cta-1-icon {
    margin-left: 0px;
  }
}
.lw-cta-1-icon:hover i {
  animation: flip2 1s;
}
.lw-cta-1-content-2 {
  background: var(--lw-gd-1);
  width: 100%;
  padding: 49px 78px;
  margin-left: -40px;
}
@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .lw-cta-1-content-2 {
    margin-left: 0;
  }
}
@media only screen and (min-width: 768px) and (max-width: 991px), only screen and (min-width: 576px) and (max-width: 767px), (max-width: 767px) {
  .lw-cta-1-content-2 {
    margin-left: 0;
    padding: 49px 20px;
  }
}
.lw-cta-1-content-2 .title {
  font-size: 40px;
  line-height: 1.33;
  margin-bottom: 6px;
}
@media only screen and (min-width: 1400px) and (max-width: 1599px), only screen and (min-width: 1200px) and (max-width: 1399px), only screen and (min-width: 992px) and (max-width: 1199px) {
  .lw-cta-1-content-2 .title {
    font-size: 30px;
  }
}
@media only screen and (min-width: 768px) and (max-width: 991px), (max-width: 767px) {
  .lw-cta-1-content-2 .title {
    font-size: 22px;
  }
}
.lw-cta-1-content-2 .name {
  font-size: 24px;
  color: #e2dcd8;
  font-weight: 400;
}
@media only screen and (min-width: 1400px) and (max-width: 1599px), only screen and (min-width: 1200px) and (max-width: 1399px), only screen and (min-width: 992px) and (max-width: 1199px), only screen and (min-width: 768px) and (max-width: 991px), (max-width: 767px) {
  .lw-cta-1-content-2 .name {
    font-size: 20px;
  }
}
.lw-cta-1-content-2 .name b {
  color: var(--lw-clr-white-1);
  font-weight: 600;
}
.lw-cta-1-content-2 .name a {
  color: var(--lw-clr-white-1);
  font-weight: 600;
  transition: all 0.5s var(--lw-cube-1);
}
.lw-cta-1-content-2 .name a:hover {
  color: var(--lw-clr-h-1);
}

/*
    cta-1-end
*/
/*
    services-1-start
*/
.lw-services-1-area {
  background-color: #252525;
  padding-top: 250px;
  padding-bottom: 150px;
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .lw-services-1-area {
    padding-top: 200px;
  }
}
@media (max-width: 767px) {
  .lw-services-1-area {
    padding-top: 150px;
  }
}
.lw-services-1-wrap {
  display: grid;
  grid-template-columns: 1.31fr auto 1fr;
  gap: 45px;
}
@media only screen and (min-width: 768px) and (max-width: 991px), (max-width: 767px) {
  .lw-services-1-wrap {
    grid-template-columns: 1fr;
  }
}
.lw-services-1-wrap .lw-sec-big-title {
  -webkit-text-stroke: transparent;
  top: -14%;
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .lw-services-1-wrap .lw-sec-big-title {
    top: -7%;
  }
}
@media (max-width: 767px) {
  .lw-services-1-wrap .lw-sec-big-title {
    top: -2%;
  }
}
.lw-services-1-sec-title .lw-sec-title-1 {
  color: var(--lw-clr-white-1);
  margin-bottom: 39px;
}
.lw-services-1-sec-title .lw-p-1.disc {
  color: #acacac;
  margin-bottom: 46px;
}
.lw-services-1-line {
  width: 4px;
  background: #404040;
  position: relative;
  z-index: 1;
  height: 600px;
  align-self: center;
}
@media only screen and (min-width: 768px) and (max-width: 991px), (max-width: 767px) {
  .lw-services-1-line {
    height: 200px;
    justify-self: center;
  }
}
.lw-services-1-line .line-color {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: var(--lw-clr-pr-1);
  z-index: 1;
  transform-origin: top;
  transition: all 0.3s var(--lw-cube-1);
}
.lw-services-1-line .line-color .line-dot {
  width: 22px;
  height: 22px;
  background: var(--lw-clr-pr-1);
  position: absolute;
  top: 100%;
  left: -9px;
  border-radius: 50%;
  z-index: 2;
  transition: all 0.5s var(--lw-cube-1);
}
.lw-services-1-line .line-color .line-dot .dot-shadow {
  width: 100%;
  height: 100%;
  background: var(--lw-clr-pr-1);
  position: absolute;
  top: 0;
  left: 0;
  border-radius: 50%;
  filter: blur(10px);
  transform: scale(2);
  z-index: -1;
}
.lw-services-1-line .line-color .line-dot::before {
  content: "";
  width: 11px;
  height: 11px;
  background: var(--lw-clr-white-1);
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  border-radius: 50%;
  box-shadow: 0px 0px 7.74px 1.26px rgba(0, 0, 0, 0.56);
  z-index: 2;
}

/*
    services-1-end
*/
/*
    services-2-start
*/
.lw-services-2-sec-title {
  display: flex;
  align-items: end;
  justify-content: space-between;
  gap: 30px;
  flex-wrap: wrap;
  margin-bottom: 27px;
}
.lw-services-2-card {
  width: 100%;
  position: relative;
  z-index: 1;
  transition: all 0.5s var(--lw-cube-1);
  perspective: 2000px;
}
.lw-services-2-card .main-content {
  background: var(--lw-clr-white-1);
  border-radius: 6px;
  overflow: hidden;
  position: relative;
  box-shadow: -1.042px 5.909px 21px 0px rgba(0, 0, 0, 0.05);
  padding: 35px 25px;
  transition: all 0.5s var(--lw-cube-1);
  transform: rotateY(180deg);
}
.lw-services-2-card .main-content .bg-shape {
  position: absolute;
  top: 0;
  right: 0;
  z-index: -1;
  width: 40%;
}
.lw-services-2-card .card-icon {
  flex: 0 0 auto;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 90px;
  height: 90px;
  background: var(--lw-clr-pr-1);
  border-radius: 50%;
  font-size: 50px;
  color: var(--lw-clr-white-1);
  margin-bottom: 32px;
}
.lw-services-2-card .title {
  max-width: 150px;
  font-size: 26px;
  line-height: 1.384;
  transition: all 0.5s var(--lw-cube-1);
  margin-bottom: 27px;
}
.lw-services-2-card .title:hover {
  color: var(--lw-clr-pr-1);
}
.lw-services-2-card .card-btn {
  background: var(--lw-clr-pr-1);
  padding: 6px 18px;
  gap: 8px;
}
.lw-services-2-card .card-btn::after {
  display: none;
}
.lw-services-2-card .card-btn:hover {
  background: var(--lw-clr-h-1);
}
.lw-services-2-card .bg-img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: -2;
  filter: grayscale(1);
}
.lw-services-2-card .hover-content {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 2;
  display: flex;
  align-items: center;
  flex-direction: column;
  justify-content: end;
  overflow: hidden;
  border-radius: 6px;
  transition: all 0.5s var(--lw-cube-1);
}
.lw-services-2-card .hover-content::after {
  content: "";
  width: 100%;
  height: 40%;
  position: absolute;
  bottom: -13px;
  left: 0;
  background: var(--lw-clr-h-1);
  filter: blur(20px);
  transform: scale(1.3);
  z-index: -1;
}
.lw-services-2-card .hover-content .title {
  text-align: center;
  color: var(--lw-clr-white-1);
  margin-bottom: 45px;
}
.lw-services-2-card .hover-content .bg-shape {
  position: absolute;
  bottom: 0;
  left: 0;
}
.lw-services-2-card:hover .hover-content {
  transform: rotateY(-180deg);
  opacity: 0;
  visibility: hidden;
  z-index: -1;
}
.lw-services-2-card:hover .main-content {
  transform: rotateY(0deg);
}
.lw-services-2-slide .swiper-container {
  padding: 20px 0;
}
.lw-services-2-slide-slider-btn {
  display: flex;
  gap: 15px;
  margin-bottom: 10px;
}

/*
    services-2-end
*/
/*
    services-3-start
*/
.lw-services-3-sec-title {
  max-width: 630px;
  margin-left: auto;
  margin-right: auto;
}
.lw-services-3-card {
  max-width: 505px;
  background-color: var(--lw-clr-h-2);
  border-radius: 20px 20px 0 0;
  overflow: hidden;
  width: 100%;
  flex: 0 0 auto;
}
.lw-services-3-card:nth-child(1) {
  transform-origin: 100% 100%;
}
.lw-services-3-card:nth-child(2) {
  transform-origin: 50% 100%;
}
.lw-services-3-card:nth-child(3) {
  transform-origin: 50% 100%;
}
.lw-services-3-card:nth-child(4) {
  transform-origin: 0% 100%;
}
.lw-services-3-card .card-img {
  height: 340px;
  position: relative;
}
.lw-services-3-card .card-img::after {
  content: "";
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  background-color: var(--lw-clr-h-2);
  opacity: 0;
  transition: all 0.5s var(--lw-cube-1);
}
.lw-services-3-card .card-btn {
  position: absolute;
  top: -20%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 100px;
  height: 100px;
  background: var(--lw-clr-fawn);
  border-radius: 50%;
  font-size: 30px;
  z-index: 1;
  transition: all 0.5s var(--lw-cube-1);
}
.lw-services-3-card .card-btn .btn-icon {
  width: 100%;
  height: 100%;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
}
.lw-services-3-card .card-btn .btn-icon i::before {
  font-weight: 700 !important;
}
.lw-services-3-card .card-title-wrap {
  position: absolute;
  right: 0;
  bottom: 0;
  display: flex;
  background-color: var(--lw-clr-h-2);
  align-items: center;
  gap: 15px;
  padding-right: 15px;
  width: calc(100% - 35px);
  z-index: 1;
}
.lw-services-3-card .card-icon {
  display: inline-flex;
  flex: 0 0 auto;
  width: 80px;
  height: 80px;
  background: var(--lw-gd-1);
  justify-content: center;
  align-items: center;
  font-size: 60px;
  color: var(--lw-clr-h-2);
}
.lw-services-3-card .card-title {
  color: var(--lw-clr-white-1);
  transition: all 0.5s var(--lw-cube-1);
}
@media (max-width: 767px) {
  .lw-services-3-card .card-title {
    font-size: 22px;
  }
}
.lw-services-3-card .card-title:hover {
  color: var(--lw-clr-pr-1);
  transform: translateX(5px);
}
.lw-services-3-card .card-disc {
  font-size: 20px;
  line-height: 1.8;
  color: rgba(255, 255, 255, 0.8);
  padding: 33px 35px;
}
@media (max-width: 767px) {
  .lw-services-3-card .card-disc {
    font-size: 18px;
    padding: 33px 15px;
  }
}
@media only screen and (min-width: 576px) and (max-width: 767px) {
  .lw-services-3-card .card-disc {
    font-size: 20px;
    padding: 33px 35px;
  }
}
.lw-services-3-card:hover .card-btn {
  top: 37%;
}
.lw-services-3-card:hover .card-icon i {
  animation: flip2 1s;
}
.lw-services-3-card:hover .card-img::after {
  opacity: 25%;
}
.lw-services-3-slider {
  display: flex;
  gap: 30px;
  padding-left: 25%;
}
@media only screen and (min-width: 768px) and (max-width: 991px), (max-width: 767px) {
  .lw-services-3-slider {
    padding-left: 15px;
    padding-right: 15px;
    flex-wrap: wrap;
    justify-content: center;
  }
}
.lw-services-3-all-btn .lw-pr-btn-3 {
  gap: 10px;
  padding: 5.5px 14px;
  background: var(--lw-clr-pr-1);
}
.lw-services-3-all-btn .lw-pr-btn-3::after {
  display: none;
}
.lw-services-3-all-btn .lw-pr-btn-3:hover {
  background: var(--lw-clr-h-2);
}

/*
    services-3-end
*/
/*
    services-4-start
*/
.lw-services-4-item {
  display: grid;
  grid-template-columns: 1fr 1fr;
  overflow: hidden;
}
@media only screen and (min-width: 768px) and (max-width: 991px), (max-width: 767px) {
  .lw-services-4-item {
    grid-template-columns: 1fr;
  }
}
.lw-services-4-item-content {
  background-color: #643a21;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 20px;
}
@media only screen and (min-width: 768px) and (max-width: 991px), (max-width: 767px) {
  .lw-services-4-item-content {
    padding: 40px 20px;
  }
}
.lw-services-4-item-content .item-number {
  font-size: 24px;
  font-weight: 500;
  color: var(--lw-clr-white-1);
  margin-bottom: 80px;
}
@media only screen and (min-width: 992px) and (max-width: 1199px), only screen and (min-width: 768px) and (max-width: 991px), (max-width: 767px) {
  .lw-services-4-item-content .item-number {
    margin-bottom: 30px;
  }
}
.lw-services-4-item-content .item-title {
  font-size: 36px;
  color: var(--lw-clr-white-1);
  margin-bottom: 92px;
  transition: all 0.3s var(--lw-cube-1);
}
@media only screen and (min-width: 992px) and (max-width: 1199px), only screen and (min-width: 768px) and (max-width: 991px), (max-width: 767px) {
  .lw-services-4-item-content .item-title {
    margin-bottom: 30px;
  }
}
.lw-services-4-item-content .hr-line {
  width: 1px;
  height: 175px;
  background: #7f5236;
  margin-left: auto;
  margin-right: auto;
  margin-bottom: 87px;
}
@media only screen and (min-width: 992px) and (max-width: 1199px), only screen and (min-width: 768px) and (max-width: 991px), (max-width: 767px) {
  .lw-services-4-item-content .hr-line {
    margin-bottom: 30px;
  }
}
.lw-services-4-item-content .item-disc {
  line-height: 36px;
  color: var(--lw-clr-white-1);
  opacity: 86%;
  max-width: 513px;
}
.lw-services-4-item-img {
  height: 900px;
}
@media only screen and (min-width: 1200px) and (max-width: 1399px) {
  .lw-services-4-item-img {
    height: 800px;
  }
}
@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .lw-services-4-item-img {
    height: 600px;
  }
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .lw-services-4-item-img {
    height: 500px;
  }
}
@media (max-width: 767px) {
  .lw-services-4-item-img {
    height: 400px;
  }
}
.lw-services-4-all-btn {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  z-index: 1;
}
@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .lw-services-4-all-btn {
    width: 15%;
    top: 50%;
  }
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .lw-services-4-all-btn {
    width: 15%;
    top: 79%;
  }
}
@media (max-width: 767px) {
  .lw-services-4-all-btn {
    top: 70%;
    width: 25%;
  }
}
.lw-services-4-all-btn img {
  animation: lw-s4-all-btn 10s linear infinite;
}
.lw-services-4-slider .swiper-container {
  height: 910px !important;
}
@media only screen and (min-width: 1200px) and (max-width: 1399px) {
  .lw-services-4-slider .swiper-container {
    height: 800px !important;
  }
}
@media only screen and (min-width: 992px) and (max-width: 1199px), only screen and (min-width: 768px) and (max-width: 991px), (max-width: 767px) {
  .lw-services-4-slider .swiper-container {
    height: auto !important;
  }
}
@media (min-width: 1800px), only screen and (min-width: 1600px) and (max-width: 1799px), only screen and (min-width: 1400px) and (max-width: 1599px), only screen and (min-width: 1200px) and (max-width: 1399px) {
  .lw-services-4-slider .swiper-container .swiper-slide .lw-services-4-item-content {
    transform: translateY(100%);
    transition: all 1s var(--lw-cube-1);
  }
  .lw-services-4-slider .swiper-container .swiper-slide .lw-services-4-item-content .hr-line {
    transform-origin: center top;
    transform: scaleY(0);
    transition: all 1s var(--lw-cube-1);
  }
  .lw-services-4-slider .swiper-container .swiper-slide .lw-services-4-item-img {
    transform: translateY(-100%);
    transition: all 1s var(--lw-cube-1);
  }
}
.lw-services-4-slider .swiper-container .swiper-slide:is(.swiper-slide-active) .lw-services-4-item-content {
  transform: translateY(0%);
  transition-delay: 0.5s;
}
.lw-services-4-slider .swiper-container .swiper-slide:is(.swiper-slide-active) .lw-services-4-item-content .hr-line {
  transform: scaleY(1);
  transition-delay: 0.9s;
}
.lw-services-4-slider .swiper-container .swiper-slide:is(.swiper-slide-active) .lw-services-4-item-content .item-disc {
  animation: fadeInDown 1s backwards;
  animation-delay: 1.2s;
}
.lw-services-4-slider .swiper-container .swiper-slide:is(.swiper-slide-active) .lw-services-4-item-content .item-title {
  animation: fadeInDown 1s backwards;
  animation-delay: 0.8s;
}
.lw-services-4-slider .swiper-container .swiper-slide:is(.swiper-slide-active) .lw-services-4-item-content:hover .item-link {
  opacity: 1;
  pointer-events: auto;
}
.lw-services-4-slider .swiper-container .swiper-slide:is(.swiper-slide-active) .lw-services-4-item-content:hover .item-link a {
  width: 100%;
  height: 100%;
  text-align: center;
  display: flex;
  align-items: center;
  justify-content: center;
  color: var(--lw-clr-white-1);
  font-weight: 400;
  letter-spacing: 1px;
}
.lw-services-4-slider .swiper-container .swiper-slide:is(.swiper-slide-active) .lw-services-4-item-img {
  transform: translateY(0%);
  transition-delay: 0.5s;
}

@keyframes lw-s4-all-btn {
  to {
    transform: rotate(360deg);
  }
}
/*
    services-4-end
*/
/*
    services-2-page-start
*/
.lw-services-2-area:is(.has-services-2-page) {
  background-color: #f2eade;
}

/*
    services-2-page-end
*/
/*
    faqs-1-start
*/
.lw-accordion-item {
  position: relative;
  border-bottom: 2px solid #404040;
  z-index: 1;
}
.lw-accordion-item::after {
  content: "";
  position: absolute;
  bottom: -2px;
  left: 0;
  width: 0%;
  height: 2px;
  background-color: var(--lw-clr-pr-1);
  transition: all 1s var(--lw-cube-1);
}
.lw-accordion-item .item-title {
  border: none;
  outline: none;
  font-size: 30px;
  background: transparent;
  color: var(--lw-clr-white-1);
  width: 100%;
  text-align: left;
  padding: 35px 0;
  transition: all 0.5s var(--lw-cube-1);
}
@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .lw-accordion-item .item-title {
    font-size: 26px;
  }
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .lw-accordion-item .item-title {
    font-size: 24px;
  }
}
@media (max-width: 767px) {
  .lw-accordion-item .item-title {
    font-size: 22px;
  }
}
.lw-accordion-item .item-title:hover {
  color: var(--lw-clr-pr-1);
}
.lw-accordion-item .item-title:is(:not(.collapsed)) {
  color: var(--lw-clr-pr-1);
}
.lw-accordion-item .item-body .main-img {
  height: 158px;
  margin-bottom: 30px;
}
.lw-accordion-item .item-body .main-img .item-btn {
  font-family: var(--lw-font-1);
  text-transform: capitalize;
  line-height: 1.5;
  font-size: 15px;
  color: var(--lw-clr-h-1);
  background: var(--lw-gd-1);
  font-weight: 700;
  padding: 9px 18px;
  border-radius: 4px;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  z-index: 2;
  transition: all 0.5s var(--lw-cube-1);
}
.lw-accordion-item .item-body .main-img .item-btn::after {
  content: "";
  width: 100%;
  height: 100%;
  background: var(--lw-clr-white-1);
  position: absolute;
  top: 0;
  left: 0;
  z-index: -1;
  transition: all 0.5s var(--lw-cube-1);
  opacity: 0;
  border-radius: 4px;
}
.lw-accordion-item .item-body .main-img .item-btn:hover::after {
  opacity: 1;
}
.lw-accordion-item .item-body .main-img img {
  filter: grayscale(1);
}
.lw-accordion-item .item-body .main-img::after {
  content: "";
  width: 100%;
  height: 100%;
  background: linear-gradient(0deg, rgb(12, 12, 12) 0%, rgba(255, 255, 255, 0) 70%);
  position: absolute;
  bottom: 0;
  left: 0;
  z-index: 1;
}
.lw-accordion-item .item-body .disc {
  color: var(--lw-clr-white-1);
  opacity: 66%;
  font-size: 17px;
  padding-bottom: 47px;
  position: relative;
  z-index: 1;
}
.lw-accordion-item:is(.active)::after {
  width: 100%;
}
.lw-accordion-item:hover::after {
  width: 100%;
}

/*
    faqs-1-end
*/
/*
    faqs-3-start
*/
.lw-faq-3-wrap {
  padding-left: 170px;
  display: grid;
  gap: 50px;
  grid-template-columns: 1fr 1.37fr;
  align-items: center;
}
@media only screen and (min-width: 1600px) and (max-width: 1799px) {
  .lw-faq-3-wrap {
    padding-left: 70px;
  }
}
@media only screen and (min-width: 1400px) and (max-width: 1599px) {
  .lw-faq-3-wrap {
    padding-left: 50px;
  }
}
@media only screen and (min-width: 1200px) and (max-width: 1399px), only screen and (min-width: 992px) and (max-width: 1199px), only screen and (min-width: 768px) and (max-width: 991px) {
  .lw-faq-3-wrap {
    padding-left: 30px;
    padding-right: 30px;
    grid-template-columns: 1fr;
  }
}
@media (max-width: 767px) {
  .lw-faq-3-wrap {
    padding-left: 20px;
    padding-right: 20px;
    grid-template-columns: 1fr;
  }
}
.lw-faq-3-sec-title .lw-sec-title-2 {
  margin-bottom: 33px;
}
.lw-faq-3-sec-title .sec-disc {
  padding-left: 25px;
  border-left: 4px solid var(--lw-clr-fawn);
}
.lw-faq-3-accordion .lw-accordion-item {
  background: #eeeeee;
  border-radius: 8px;
  border: 1px solid rgba(0, 0, 0, 0.16);
}
.lw-faq-3-accordion .lw-accordion-item:not(:last-child) {
  margin-bottom: 12px;
}
.lw-faq-3-accordion .lw-accordion-item::after {
  display: none;
}
.lw-faq-3-accordion .lw-accordion-item .item-title {
  font-size: 22px;
  color: #383838;
  display: flex;
  align-items: center;
  padding: 15px 35px;
  justify-content: space-between;
  padding-right: 15px;
}
@media only screen and (min-width: 1400px) and (max-width: 1599px), only screen and (min-width: 1200px) and (max-width: 1399px), only screen and (min-width: 992px) and (max-width: 1199px), only screen and (min-width: 768px) and (max-width: 991px), (max-width: 767px) {
  .lw-faq-3-accordion .lw-accordion-item .item-title {
    padding: 15px 15px;
    font-size: 20px;
  }
}
.lw-faq-3-accordion .lw-accordion-item .item-title .icon {
  flex: 0 0 auto;
  width: 50px;
  height: 50px;
  display: flex;
  align-items: center;
  justify-content: center;
  background: #fff;
  border-radius: 4px;
}
.lw-faq-3-accordion .lw-accordion-item .item-title:is(:not(.collapsed)) .icon {
  transform: rotate(90deg);
  background: var(--lw-clr-pr-1);
  color: #fff;
}
.lw-faq-3-accordion .lw-accordion-item .disc {
  color: var(--lw-clr-p-2);
  opacity: 1;
  font-size: 16px;
  padding-left: 35px;
  padding-right: 35px;
  padding-bottom: 25px;
  position: relative;
  z-index: 1;
}
.lw-faq-3-accordion .lw-accordion-item .disc a {
  color: #0081f9;
  font-weight: 500;
  transition: all 0.5s var(--lw-cube-1);
  border-bottom: 1px solid;
  line-height: 1.2;
}
.lw-faq-3-accordion .lw-accordion-item .disc a:hover {
  color: var(--lw-clr-pr-1);
}
.lw-faq-3-img {
  max-width: 500px;
  height: 430px;
  border-radius: 15px;
}
.lw-faq-3-img-2 {
  width: 57%;
  text-align: right;
  position: absolute;
  right: 0px;
  top: -130px;
}
@media only screen and (min-width: 1400px) and (max-width: 1599px), only screen and (min-width: 1200px) and (max-width: 1399px), only screen and (min-width: 992px) and (max-width: 1199px), only screen and (min-width: 768px) and (max-width: 991px), (max-width: 767px) {
  .lw-faq-3-img-2 {
    top: 0px;
  }
}
.lw-faq-3-counter {
  display: grid;
  grid-template-columns: 1fr 1fr 1fr;
  position: relative;
  z-index: 1;
  margin-top: -60px;
}
@media (max-width: 767px) {
  .lw-faq-3-counter {
    grid-template-columns: 1fr;
  }
}
@media only screen and (min-width: 576px) and (max-width: 767px) {
  .lw-faq-3-counter {
    grid-template-columns: 1fr 1fr;
  }
}
.lw-faq-3-counter-item {
  text-align: center;
  background: var(--lw-clr-fawn);
  border-radius: 0 40px 0 0;
  padding: 29px 15px;
}
.lw-faq-3-counter-item .number {
  font-size: 72px;
  line-height: 1;
}
@media only screen and (min-width: 1600px) and (max-width: 1799px), only screen and (min-width: 1400px) and (max-width: 1599px), only screen and (min-width: 1200px) and (max-width: 1399px), only screen and (min-width: 992px) and (max-width: 1199px), only screen and (min-width: 768px) and (max-width: 991px), (max-width: 767px) {
  .lw-faq-3-counter-item .number {
    font-size: 52px;
  }
}
.lw-faq-3-counter-item .disc {
  color: var(--lw-clr-h-2);
  text-transform: capitalize;
  font-weight: 600;
}
.lw-faq-3-counter-item:nth-child(2) {
  background: var(--lw-clr-pr-1);
}
.lw-faq-3-counter-item:nth-child(2) .number {
  color: var(--lw-clr-white-1);
}
.lw-faq-3-counter-item:nth-child(2) .disc {
  color: var(--lw-clr-white-1);
}
.lw-faq-3-counter-item:nth-child(3) {
  background: var(--lw-clr-h-2);
}
.lw-faq-3-counter-item:nth-child(3) .number {
  color: var(--lw-clr-white-1);
}
.lw-faq-3-counter-item:nth-child(3) .disc {
  color: var(--lw-clr-white-1);
}
.lw-faq-3-content .title {
  font-size: 24px;
  margin-bottom: 5px;
}
.lw-faq-3-content .disc {
  font-size: 16px;
  margin-bottom: 17px;
}
.lw-faq-3-content .lw-pr-btn-3 {
  background: var(--lw-clr-pr-1);
  gap: 10px;
  padding: 3px 15px;
  font-size: 15px;
}
.lw-faq-3-content .lw-pr-btn-3::after {
  display: none;
}

/*
    faqs-3-end
*/
/*
    faqs-details-page-start
*/
.lw-accordion:is(.has-details-page) {
  padding-top: 10px;
}
.lw-accordion:is(.has-details-page) .lw-accordion-item {
  background: transparent;
  border: 1px solid #E7EAF2;
}
.lw-accordion:is(.has-details-page) .lw-accordion-item .item-title {
  font-size: 20px;
  padding: 23px 35px;
  padding-left: 52px;
  font-weight: 600;
  position: relative;
  z-index: 1;
}
.lw-accordion:is(.has-details-page) .lw-accordion-item .item-title::after {
  content: "";
  width: 8px;
  height: 8px;
  border-radius: 50%;
  background: var(--lw-clr-pr-1);
  opacity: 72%;
  position: absolute;
  top: 32px;
  left: 31px;
}
.lw-accordion:is(.has-details-page) .lw-accordion-item .item-body .disc {
  margin-bottom: 0;
}
.lw-accordion:is(.has-details-page) .lw-accordion-item:is(.active) .item-title::after {
  opacity: 100%;
}

/*
    faqs-details-page-end
*/
/*
    faqs-page-start
*/
.lw-faqs-page-wrap {
  display: grid;
  grid-template-columns: 1fr 1.3fr;
  gap: 50px;
}
@media only screen and (min-width: 768px) and (max-width: 991px), (max-width: 767px) {
  .lw-faqs-page-wrap {
    grid-template-columns: 1fr;
  }
}
.lw-faqs-page-wrap .lw-sec-big-title {
  -webkit-text-stroke: transparent;
  top: -103px;
}

/*
    faqs-page-end
*/
/*
    work-1-start
*/
.lw-work-1-area {
  background: #f3ede1;
}
.lw-work-1-area .lw-sec-big-title {
  -webkit-text-stroke: transparent;
  left: -7%;
  top: 3%;
  opacity: 25%;
}
.lw-work-1-bg-color {
  position: absolute;
  top: 0;
  left: 0;
  width: 50%;
  height: 100%;
  background: var(--lw-gd-1);
  z-index: -2;
}
@media only screen and (min-width: 768px) and (max-width: 991px), (max-width: 767px) {
  .lw-work-1-bg-color {
    display: none;
  }
}
.lw-work-1-wrap {
  display: grid;
  grid-template-columns: 1.1fr 1fr;
  gap: 50px;
  align-items: end;
}
@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .lw-work-1-wrap {
    grid-template-columns: 1fr 1fr;
    align-items: center;
  }
}
@media only screen and (min-width: 768px) and (max-width: 991px), (max-width: 767px) {
  .lw-work-1-wrap {
    grid-template-columns: 1fr;
    align-items: center;
  }
}
.lw-work-1-slider-img-item {
  height: 605px;
  filter: grayscale(1);
}
@media only screen and (min-width: 768px) and (max-width: 991px), (max-width: 767px) {
  .lw-work-1-slider-img-item {
    height: 400px;
  }
}
.lw-work-1-slider-content-item .title {
  font-size: 30px;
  margin-bottom: 38px;
}
@media (max-width: 767px) {
  .lw-work-1-slider-content-item .title {
    font-size: 22px;
  }
}
.lw-work-1-slider-content-item .disc {
  margin-bottom: 51px;
  animation-delay: 0.2s;
}
.lw-work-1-slider-content .swiper-container .swiper-slide:is(.swiper-slide-active) .title, .lw-work-1-slider-content .swiper-container .swiper-slide:is(.swiper-slide-active) .disc, .lw-work-1-slider-content .swiper-container .swiper-slide:is(.swiper-slide-active) .lw-pr-btn-1 {
  animation: fadeInUp 0.5s backwards;
}
.lw-work-1-slider-content .swiper-container .swiper-slide:is(.swiper-slide-active) .disc {
  animation-delay: 0.3s;
}
.lw-work-1-slider-content .swiper-container .swiper-slide:is(.swiper-slide-active) .lw-pr-btn-1 {
  animation-delay: 0.5s;
}
.lw-work-1-slider-btn {
  width: 100%;
  max-width: 750px;
  min-height: 170px;
  margin-left: auto;
  margin-right: auto;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 60px;
  background: #252525;
  padding: 30px 20px;
  position: relative;
  z-index: 1;
  margin-top: -170px;
}
.lw-work-1-slider-btn::after {
  content: "";
  width: 50%;
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
  background: var(--lw-clr-h-1);
  z-index: -1;
}
.lw-work-1-slider-btn .btn-wrap {
  display: flex;
  align-items: center;
  gap: 20px;
}
.lw-work-1-slider-btn .slider-title {
  font-size: 18px;
  color: var(--lw-clr-white-1);
  max-width: 145px;
}
.lw-work-1-slider-btn .slider-title:nth-child(1) {
  text-align: right;
}
@media (max-width: 767px) {
  .lw-work-1-slider-btn .slider-title {
    display: none;
  }
}
@media only screen and (min-width: 576px) and (max-width: 767px) {
  .lw-work-1-slider-btn .slider-title {
    display: block;
  }
}
.lw-work-1-slider-btn .prev-slider-title {
  color: var(--lw-clr-pr-1);
}
.lw-work-1-content {
  margin-bottom: 240px;
}
.lw-work-1-sec-title {
  border-bottom: 1px solid #cacaca;
  padding-bottom: 50px;
  margin-bottom: 34px;
}

/*
    work-1-end
*/
/*
    work-2-start
*/
.lw-work-2-area {
  background-color: #090909;
}
.lw-work-2-sec-title {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 30px;
  flex-wrap: wrap;
}
.lw-work-2-sec-title .lw-sec-title-1 {
  color: var(--lw-clr-white-1);
}
.lw-work-2-sec-title .lw-pr-btn-3 {
  background: #2b2b2b;
}
.lw-work-2-item {
  overflow: hidden;
}
.lw-work-2-item .item-img {
  width: 100%;
  height: 560px;
  border-radius: 8px;
  position: relative;
  z-index: 1;
}
.lw-work-2-item .item-img::after {
  content: "";
  background: #090909;
  border-radius: 20px 20px 0 0;
  max-width: 605px;
  height: 272px;
  margin-left: auto;
  margin-right: auto;
  transition: all 1s var(--lw-cube-1);
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
  transform: translateY(100%);
  transition-delay: 0.4s;
}
@media only screen and (min-width: 1400px) and (max-width: 1599px) {
  .lw-work-2-item .item-img::after {
    max-width: 525px;
  }
}
.lw-work-2-item .item-content-wrap {
  margin-top: -243px;
}
.lw-work-2-item .item-content {
  background: #000;
  border-radius: 20px;
  max-width: 552px;
  margin-left: auto;
  margin-right: auto;
  text-align: center;
  padding: 50px 60px;
  position: relative;
  z-index: 1;
  transition: all 1s var(--lw-cube-1);
  transform: translateY(-105%);
  transition-delay: 0s;
}
@media only screen and (min-width: 1400px) and (max-width: 1599px), only screen and (min-width: 1200px) and (max-width: 1399px), only screen and (min-width: 992px) and (max-width: 1199px), only screen and (min-width: 768px) and (max-width: 991px), (max-width: 767px) {
  .lw-work-2-item .item-content {
    max-width: 472px;
    padding: 50px 20px;
  }
}
.lw-work-2-item .title {
  font-size: 30px;
  color: var(--lw-clr-white-1);
  margin-bottom: 10px;
  transition: all 0.5s var(--lw-cube-1);
}
@media only screen and (min-width: 1400px) and (max-width: 1599px) {
  .lw-work-2-item .title {
    font-size: 28px;
  }
}
@media only screen and (min-width: 1200px) and (max-width: 1399px) {
  .lw-work-2-item .title {
    font-size: 26px;
  }
}
@media only screen and (min-width: 992px) and (max-width: 1199px), only screen and (min-width: 768px) and (max-width: 991px), (max-width: 767px) {
  .lw-work-2-item .title {
    font-size: 24px;
  }
}
.lw-work-2-item .title:hover {
  color: var(--lw-clr-pr-1);
}
.lw-work-2-item .bio {
  font-size: 16px;
  text-transform: capitalize;
  background: var(--lw-gd-1);
  background-clip: text;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  margin-bottom: 18px;
}
.lw-work-2-item .line {
  width: 100%;
  height: 1px;
  background: var(--lw-clr-white-1);
  opacity: 18%;
  margin-bottom: 33px;
}
.lw-work-2-item .disc {
  font-size: 17px;
  color: #858585;
  margin-bottom: 29px;
}
.lw-work-2-item .item-btn {
  background: var(--lw-clr-pr-1);
  gap: 8px;
  padding: 6px 18px;
}
.lw-work-2-item .item-btn::after {
  display: none;
}
.lw-work-2-slider {
  margin-left: -160px;
  margin-right: -160px;
}
@media (max-width: 767px) {
  .lw-work-2-slider {
    margin-left: 0px;
    margin-right: 0px;
  }
}
.lw-work-2-slider .swiper-container .swiper-slide .lw-work-2-item .line {
  transform: scaleX(0);
  transition: all 1s var(--lw-cube-1);
}
.lw-work-2-slider .swiper-container .swiper-slide:is(.swiper-slide-active) .lw-work-2-item .line {
  transform: scaleX(1);
  transition-delay: 1.5s;
}
.lw-work-2-slider .swiper-container .swiper-slide:is(.swiper-slide-active) .lw-work-2-item .item-img::after {
  transform: translateY(0);
  transition-delay: 0.5s;
}
.lw-work-2-slider .swiper-container .swiper-slide:is(.swiper-slide-active) .lw-work-2-item .item-content {
  transform: translateY(0);
  transition-delay: 1s;
}
.lw-work-2-slider-next-btn {
  width: 175px;
  height: 175px;
  position: absolute;
  top: 17%;
  right: 29%;
  background: var(--lw-clr-pr-1);
  z-index: 1;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 30px;
  border-radius: 50%;
  color: var(--lw-clr-white-1);
  cursor: pointer;
  overflow: hidden;
}
@media only screen and (min-width: 1200px) and (max-width: 1399px) {
  .lw-work-2-slider-next-btn {
    width: 150px;
    height: 150px;
  }
}
@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .lw-work-2-slider-next-btn {
    width: 120px;
    height: 120px;
  }
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .lw-work-2-slider-next-btn {
    width: 80px;
    height: 80px;
    top: 27%;
    right: 21%;
  }
}
@media (max-width: 767px) {
  .lw-work-2-slider-next-btn {
    width: 60px;
    height: 60px;
    top: 27%;
    right: 5%;
  }
}
@media only screen and (min-width: 576px) and (max-width: 767px) {
  .lw-work-2-slider-next-btn {
    width: 60px;
    height: 60px;
    top: 27%;
    right: 21%;
  }
}
.lw-work-2-slider-next-btn i {
  transition: all 1s var(--lw-cube-1);
}
.lw-work-2-slider-next-btn i:nth-child(1) {
  position: absolute;
  transform: translateX(28px);
}
.lw-work-2-slider-next-btn i:nth-child(2) {
  position: relative;
}
.lw-work-2-slider-next-btn:hover i:nth-child(1) {
  position: absolute;
  transform: translateX(0px);
}
.lw-work-2-slider-next-btn:hover i:nth-child(2) {
  transform: translateX(-29px);
}

/*
    work-2-end
*/
/*
    work-3-start
*/
.lw-work-3-sec-title {
  max-width: 600px;
  margin-left: auto;
  margin-right: auto;
}
.lw-work-3-card {
  overflow: hidden;
  height: 375px;
  position: relative;
  border-radius: 10px;
  text-align: center;
}
.lw-work-3-card::after {
  content: "";
  width: 100%;
  height: 45%;
  background: linear-gradient(0deg, rgb(9, 9, 9) 0%, rgb(9, 9, 9) 50%, rgba(9, 9, 9, 0) 100%);
  position: absolute;
  bottom: 0;
  left: 0;
  transition: all 0.5s var(--lw-cube-1);
}
.lw-work-3-card::before {
  content: "";
  width: 100%;
  height: 100%;
  background: #2a2a2a;
  position: absolute;
  bottom: 0;
  left: 0;
  transition: all 0.5s var(--lw-cube-1);
  opacity: 0;
}
.lw-work-3-card .card-img {
  width: 100%;
  height: 100%;
}
.lw-work-3-card .card-title {
  font-size: 20px;
  line-height: 1.5;
  position: absolute;
  bottom: 28px;
  left: 0;
  width: 100%;
  padding: 0 15px;
  color: var(--lw-clr-white-1);
  z-index: 1;
  transition: all 0.5s var(--lw-cube-1);
  transition-delay: 0.2s;
}
.lw-work-3-card .content {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 100%;
  display: flex;
  flex-direction: column;
  justify-content: end;
  z-index: 2;
  transform: translateY(100%);
  transition: all 1s var(--lw-cube-1);
}
.lw-work-3-card .card-btn {
  padding: 20px 15px;
  background-color: #2a2a2a;
}
.lw-work-3-card .lw-pr-btn-3 {
  background: var(--lw-clr-pr-1);
  gap: 10px;
  padding: 3px 9px;
  font-size: 15px;
}
.lw-work-3-card .lw-pr-btn-3::after {
  display: none;
}
.lw-work-3-card .card-disc {
  font-size: 17px;
  line-height: 26px;
  color: #a9a9a9;
  padding: 0 15px;
  margin-bottom: 35px;
}
.lw-work-3-card .line {
  width: 100%;
  height: 1px;
  background-color: #fff;
  opacity: 18%;
  margin-bottom: 25px;
}
.lw-work-3-card .card-subtitle {
  font-size: 16px;
  line-height: 26px;
  color: var(--lw-clr-fawn);
  padding: 0 15px;
  margin-bottom: 26px;
}
.lw-work-3-card .card-title-2 {
  font-size: 20px;
  line-height: 1.2;
  color: var(--lw-clr-white-1);
  margin-bottom: 8px;
  transition: all 0.5s var(--lw-cube-1);
  padding: 0 15px;
}
.lw-work-3-card .card-title-2:hover {
  color: var(--lw-clr-fawn);
}
.lw-work-3-card:hover::after {
  background: linear-gradient(0deg, rgb(9, 9, 9) 50%, rgb(9, 9, 9) 50%, rgba(9, 9, 9, 0) 100%);
  height: 100%;
  opacity: 0;
}
.lw-work-3-card:hover::before {
  opacity: 0.9;
}
.lw-work-3-card:hover .card-title {
  transform: translateY(-10px);
  opacity: 0;
  transition-delay: 0s;
}
.lw-work-3-card:hover .content {
  transform: translateY(0%);
}
.lw-work-3-slider .lw-slider-btn-3 {
  background: var(--lw-clr-pr-1);
}
.lw-work-3-slider .lw-slider-btn-3 .btn-border {
  border-color: transparent;
}
.lw-work-3-slider .lw-slider-btn-3 .icon {
  color: var(--lw-clr-white-1);
}
.lw-work-3-slider::after {
  content: "";
  width: 0px;
  height: 100%;
  position: absolute;
  left: 0;
  top: 0;
  background: linear-gradient(90deg, rgb(18, 18, 18) 0%, rgba(0, 212, 255, 0) 100%);
  z-index: 1;
  transition: all 0.5s var(--lw-cube-1);
}
@media only screen and (min-width: 768px) and (max-width: 991px), (max-width: 767px) {
  .lw-work-3-slider::after {
    display: none;
  }
}
.lw-work-3-slider::before {
  content: "";
  width: 0px;
  height: 100%;
  position: absolute;
  right: 0;
  top: 0;
  background: linear-gradient(270deg, rgb(18, 18, 18) 0%, rgba(0, 212, 255, 0) 100%);
  z-index: 2;
  transition: all 0.5s var(--lw-cube-1);
}
@media only screen and (min-width: 768px) and (max-width: 991px), (max-width: 767px) {
  .lw-work-3-slider::before {
    display: none;
  }
}
.lw-work-3-slider .lw-w3-next {
  position: absolute;
  top: 50%;
  right: 0%;
  transform: translateY(-50%);
  z-index: 1;
  opacity: 0;
  transition: all 0.5s var(--lw-cube-1);
  z-index: 3;
}
.lw-work-3-slider .lw-w3-prev {
  position: absolute;
  top: 50%;
  left: 0%;
  transform: translateY(-50%);
  z-index: 1;
  opacity: 0;
  transition: all 0.5s var(--lw-cube-1);
  z-index: 3;
}
.lw-work-3-slider:hover::after {
  width: 320px;
}
@media only screen and (min-width: 1400px) and (max-width: 1599px), only screen and (min-width: 1200px) and (max-width: 1399px), only screen and (min-width: 992px) and (max-width: 1199px), only screen and (min-width: 768px) and (max-width: 991px), (max-width: 767px) {
  .lw-work-3-slider:hover::after {
    width: 250px;
  }
}
.lw-work-3-slider:hover::before {
  width: 320px;
}
@media only screen and (min-width: 1400px) and (max-width: 1599px), only screen and (min-width: 1200px) and (max-width: 1399px), only screen and (min-width: 992px) and (max-width: 1199px), only screen and (min-width: 768px) and (max-width: 991px), (max-width: 767px) {
  .lw-work-3-slider:hover::before {
    width: 250px;
  }
}
.lw-work-3-slider:hover .lw-w3-next {
  right: 3%;
  opacity: 1;
}
.lw-work-3-slider:hover .lw-w3-prev {
  left: 3%;
  opacity: 1;
}

/*
    work-3-end
*/
/*
    work-4-start
*/
.lw-work-4-area::after {
  content: "";
  width: 100%;
  height: 100%;
  background: #000;
  position: absolute;
  top: 0;
  left: 0;
  z-index: -1;
  opacity: 30%;
}
.lw-work-4-bg-img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: -1;
}
.lw-work-4-wrap {
  margin-left: -175px;
  display: grid;
  grid-template-columns: auto 1fr;
  gap: 50px;
}
@media only screen and (min-width: 1400px) and (max-width: 1599px) {
  .lw-work-4-wrap {
    margin-left: -100px;
  }
}
@media only screen and (min-width: 1200px) and (max-width: 1399px), only screen and (min-width: 992px) and (max-width: 1199px) {
  .lw-work-4-wrap {
    margin-left: 0px;
  }
}
@media only screen and (min-width: 768px) and (max-width: 991px), (max-width: 767px) {
  .lw-work-4-wrap {
    margin-left: 0px;
    grid-template-columns: 1fr;
  }
}
.lw-work-4-content {
  max-width: 660px;
  margin-left: auto;
}
.lw-work-4-content .lw-sec-title-1 {
  color: var(--lw-clr-white-1);
  margin-bottom: 23px;
}
.lw-work-4-content .lw-p-1 {
  color: #eeeeee;
  margin-bottom: 46px;
}
.lw-work-4-img {
  margin-top: -300px;
  max-width: 315px;
  height: 370px;
}
@media only screen and (min-width: 768px) and (max-width: 991px), (max-width: 767px) {
  .lw-work-4-img {
    margin-top: 0px;
  }
}

/*
    work-4-end
*/
/*
    work-5-start
*/
.lw-work-5-area {
  background: #252525;
}
.lw-work-5-bg-shape {
  width: 210px;
  height: 210px;
  background: var(--lw-clr-pr-1);
  border-radius: 50%;
  filter: blur(111px);
  opacity: 60%;
  position: absolute;
  top: 7%;
  left: 28%;
  z-index: -1;
}
.lw-work-5-bg-shape-2 {
  width: 210px;
  height: 210px;
  background: var(--lw-clr-pr-1);
  border-radius: 50%;
  filter: blur(111px);
  opacity: 60%;
  position: absolute;
  bottom: 10%;
  right: 6%;
  z-index: -1;
}
.lw-work-5-wrap {
  margin-left: -100px;
  margin-right: -100px;
}
@media only screen and (min-width: 1400px) and (max-width: 1599px), only screen and (min-width: 1200px) and (max-width: 1399px), only screen and (min-width: 992px) and (max-width: 1199px), only screen and (min-width: 768px) and (max-width: 991px), (max-width: 767px) {
  .lw-work-5-wrap {
    margin-left: 0px;
    margin-right: 0px;
  }
}
.lw-work-5-wrap .lw-sec-big-title {
  left: 50%;
  transform: translateX(-50%);
  top: -110px;
  -webkit-text-stroke: transparent;
  opacity: 7%;
}
.lw-work-5-sec-title .lw-sec-title-1 {
  color: var(--lw-clr-white-1);
}
.lw-work-5-item {
  display: grid;
  grid-template-columns: 1fr 1.15fr;
  gap: 60px;
  align-items: center;
}
@media (max-width: 767px) {
  .lw-work-5-item {
    grid-template-columns: 1fr;
  }
}
.lw-work-5-item .item-img {
  height: 300px;
}
.lw-work-5-item .item-title {
  font-size: 40px;
  line-height: 1.15;
  color: var(--lw-clr-white-1);
  margin-bottom: 24px;
  transform: translateY(30px);
  transition: all 1s var(--lw-cube-1);
  opacity: 0;
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .lw-work-5-item .item-title {
    font-size: 32px;
  }
}
@media (max-width: 767px) {
  .lw-work-5-item .item-title {
    font-size: 26px;
  }
}
.lw-work-5-item .item-disc {
  color: var(--lw-clr-white-1);
  transform: translateY(30px);
  transition: all 1s var(--lw-cube-1);
  opacity: 0;
}
.lw-work-5-item .bg-color {
  position: absolute;
  right: 0px;
  bottom: 0px;
  width: 100%;
  height: 100%;
  background: var(--lw-gd-1);
  z-index: -1;
  transition: all 1s var(--lw-cube-1);
}
.lw-work-5-tabs-btn {
  display: flex;
  justify-content: space-between;
  gap: 20px;
  position: relative;
  z-index: 1;
}
@media (max-width: 767px) {
  .lw-work-5-tabs-btn {
    flex-wrap: wrap;
    justify-content: start;
  }
}
.lw-work-5-tabs-btn::after {
  content: "";
  width: calc(100% - 52px);
  height: 2px;
  background: transparent;
  position: absolute;
  bottom: 8px;
  left: 50%;
  transform: translateX(-50%);
  z-index: -1;
  border-bottom: 1px solid #484848;
  border-bottom-style: dashed;
}
@media (max-width: 767px) {
  .lw-work-5-tabs-btn::after {
    display: none;
  }
}
.lw-work-5-tabs-btn .nav-link {
  background: transparent;
  color: #717171;
  font-weight: 500;
  font-size: 30px;
  position: relative;
  z-index: 1;
  padding-bottom: 16px;
}
@media only screen and (min-width: 768px) and (max-width: 991px), (max-width: 767px) {
  .lw-work-5-tabs-btn .nav-link {
    font-size: 22px;
  }
}
.lw-work-5-tabs-btn .nav-link::after {
  content: "";
  width: 17px;
  height: 17px;
  background-color: #717171;
  position: absolute;
  bottom: 0;
  left: 50%;
  transform: translateX(-50%);
  border-radius: 50%;
}
.lw-work-5-tabs-btn .nav-link:is(.active) {
  color: var(--lw-clr-pr-1);
}
.lw-work-5-tabs-btn .nav-link:is(.active)::after {
  background-color: var(--lw-clr-pr-1);
}
.lw-work-5-tabs-btn .nav-link:hover {
  color: var(--lw-clr-pr-1);
}
.lw-work-5-tabs-btn .nav-link:hover::after {
  background-color: var(--lw-clr-pr-1);
}
.lw-work-5-tabs-pane {
  max-width: 880px;
  margin-left: auto;
  margin-right: auto;
}
.lw-work-5-tabs-pane .tab-pane:is(.show) .lw-work-5-item .bg-color {
  right: -16px;
  bottom: -16px;
  transition-delay: 0.3s;
}
.lw-work-5-tabs-pane .tab-pane:is(.show) .lw-work-5-item .item-title {
  transform: translateY(0);
  transition-delay: 0.3s;
  opacity: 1;
}
.lw-work-5-tabs-pane .tab-pane:is(.show) .lw-work-5-item .item-disc {
  transform: translateY(0);
  transition-delay: 0.5s;
  opacity: 1;
}

/*
    work-5-end
*/
/*
    case-studies-page-start
*/
.lw-case-studies-page-wrap .lw-sec-big-title {
  -webkit-text-stroke: transparent;
  top: -110px;
  opacity: 7%;
}
.lw-case-studies-page-title {
  max-width: 770px;
}
.lw-case-studies-page-item {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 30px;
}
@media (max-width: 767px) {
  .lw-case-studies-page-item {
    grid-template-columns: 1fr;
  }
}
.lw-case-studies-page-item .lw-work-2-item {
  position: relative;
  z-index: 1;
  margin-bottom: 30px;
  transition: all 1s var(--lw-cube-1);
  transition-delay: 0.4s;
}
.lw-case-studies-page-item .lw-work-2-item .item-img {
  height: 430px;
}
.lw-case-studies-page-item .lw-work-2-item .item-img::after {
  background: #fff;
  max-width: 450px;
  height: 240px;
  transition: all 0.5s var(--lw-cube-1);
  transition-delay: 0.5s;
}
.lw-case-studies-page-item .lw-work-2-item .title {
  font-size: 28px;
}
@media (max-width: 767px) {
  .lw-case-studies-page-item .lw-work-2-item .title {
    font-size: 22px;
  }
}
.lw-case-studies-page-item .lw-work-2-item .item-content-wrap {
  margin-top: 0;
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  overflow: hidden;
}
.lw-case-studies-page-item .lw-work-2-item .item-content {
  max-width: 410px;
  padding: 32px 28px;
  transition-delay: 0s;
}
.lw-case-studies-page-item .lw-work-2-item:hover {
  padding-bottom: 175px;
  transition-delay: 0s;
}
.lw-case-studies-page-item .lw-work-2-item:hover .item-img::after {
  transform: translateY(0);
  transition-delay: 0s;
}
.lw-case-studies-page-item .lw-work-2-item:hover .item-content {
  transform: translateY(0);
  transition-delay: 0.3s;
}

/*
    case-studies-page-end
*/
/*
    case-studies-page-2-start
*/
.lw-case-studies-page-2-item {
  display: grid;
  grid-template-columns: 1.85fr 1fr;
  gap: 36px;
}
@media (min-width: 1800px) {
  .lw-case-studies-page-2-item {
    margin-left: -345px;
    margin-right: -345px;
  }
}
@media only screen and (min-width: 1600px) and (max-width: 1799px) {
  .lw-case-studies-page-2-item {
    margin-left: -200px;
    margin-right: -200px;
  }
}
@media only screen and (min-width: 992px) and (max-width: 1199px), only screen and (min-width: 768px) and (max-width: 991px), (max-width: 767px) {
  .lw-case-studies-page-2-item {
    grid-template-columns: 1fr;
  }
}
.lw-case-studies-page-2-item .left .inner-div {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 36px;
}
@media only screen and (min-width: 768px) and (max-width: 991px), (max-width: 767px) {
  .lw-case-studies-page-2-item .left .inner-div {
    grid-template-columns: 1fr;
  }
}
.lw-case-studies-item {
  height: 632px;
  border-radius: 8px;
  margin-bottom: 36px;
  font-size: 16px;
  width: 100%;
}
@media only screen and (min-width: 1400px) and (max-width: 1599px), only screen and (min-width: 1200px) and (max-width: 1399px), only screen and (min-width: 992px) and (max-width: 1199px) {
  .lw-case-studies-item {
    height: 532px;
  }
}
@media only screen and (min-width: 768px) and (max-width: 991px), (max-width: 767px) {
  .lw-case-studies-item {
    height: 450px;
  }
}
.lw-case-studies-item::after {
  content: "";
  width: 100%;
  height: 60%;
  position: absolute;
  bottom: 0;
  left: 0;
  background: linear-gradient(0deg, rgb(181, 123, 81) 0%, rgba(0, 212, 255, 0) 100%);
  transform: translateY(100%);
  transition: all 0.5s var(--lw-cube-1);
}
.lw-case-studies-item .content {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  z-index: 1;
  padding: 50px 60px;
  transition: all 0.5s var(--lw-cube-1);
  transform: translateY(100%);
}
@media only screen and (min-width: 1600px) and (max-width: 1799px), only screen and (min-width: 1400px) and (max-width: 1599px), only screen and (min-width: 1200px) and (max-width: 1399px), only screen and (min-width: 992px) and (max-width: 1199px), only screen and (min-width: 768px) and (max-width: 991px), (max-width: 767px) {
  .lw-case-studies-item .content {
    padding: 50px 30px;
  }
}
.lw-case-studies-item .item-btn {
  position: absolute;
  right: 42px;
  top: 42px;
  width: 105px;
  height: 105px;
  display: inline-flex;
  justify-content: center;
  align-items: center;
  background: var(--lw-gd-1);
  border-radius: 50%;
  font-size: 26px;
  z-index: 1;
  transition: all 0.5s var(--lw-cube-1);
  transform: scale(0);
}
.lw-case-studies-item .item-btn i::before {
  font-weight: 700 !important;
}
.lw-case-studies-item .item-subtitle {
  font-size: 14px;
  text-transform: capitalize;
  background: #C89D66;
  display: inline-block;
  color: var(--lw-clr-white-1);
  padding: 3px 17px;
  border-radius: 4px;
  margin-bottom: 10px;
}
.lw-case-studies-item .item-title {
  font-size: 36px;
  color: var(--lw-clr-white-1);
}
@media only screen and (min-width: 1400px) and (max-width: 1599px), only screen and (min-width: 1200px) and (max-width: 1399px), only screen and (min-width: 992px) and (max-width: 1199px) {
  .lw-case-studies-item .item-title {
    font-size: 32px;
  }
}
@media only screen and (min-width: 768px) and (max-width: 991px), (max-width: 767px) {
  .lw-case-studies-item .item-title {
    font-size: 22px;
  }
}
.lw-case-studies-item:hover::after {
  transform: translateY(0);
}
.lw-case-studies-item:hover .item-btn {
  transform: scale(1);
}
.lw-case-studies-item:hover .item-btn:hover {
  transform: rotate(45deg);
}
.lw-case-studies-item:hover .content {
  transform: translateY(0);
}
.lw-case-studies-item:is(.has-md-size) {
  height: 764px;
}
@media only screen and (min-width: 1400px) and (max-width: 1599px), only screen and (min-width: 1200px) and (max-width: 1399px), only screen and (min-width: 992px) and (max-width: 1199px) {
  .lw-case-studies-item:is(.has-md-size) {
    height: 664px;
  }
}
@media only screen and (min-width: 768px) and (max-width: 991px), (max-width: 767px) {
  .lw-case-studies-item:is(.has-md-size) {
    height: 450px;
  }
}
.lw-case-studies-item:is(.has-md-size) .item-title {
  font-size: 32px;
}
@media only screen and (min-width: 1400px) and (max-width: 1599px), only screen and (min-width: 1200px) and (max-width: 1399px), only screen and (min-width: 992px) and (max-width: 1199px) {
  .lw-case-studies-item:is(.has-md-size) .item-title {
    font-size: 28px;
  }
}
@media only screen and (min-width: 768px) and (max-width: 991px), (max-width: 767px) {
  .lw-case-studies-item:is(.has-md-size) .item-title {
    font-size: 22px;
  }
}
.lw-case-studies-item:is(.has-lg-size) {
  height: 894px;
}
@media only screen and (min-width: 768px) and (max-width: 991px), (max-width: 767px) {
  .lw-case-studies-item:is(.has-lg-size) {
    height: 450px;
  }
}
.lw-case-studies-item:is(.has-lg-size) .item-title {
  font-size: 32px;
}
@media only screen and (min-width: 1400px) and (max-width: 1599px), only screen and (min-width: 1200px) and (max-width: 1399px), only screen and (min-width: 992px) and (max-width: 1199px) {
  .lw-case-studies-item:is(.has-lg-size) .item-title {
    font-size: 28px;
  }
}
@media only screen and (min-width: 768px) and (max-width: 991px), (max-width: 767px) {
  .lw-case-studies-item:is(.has-lg-size) .item-title {
    font-size: 22px;
  }
}
.lw-case-studies-item:is(.has-sm-size) {
  height: 762px;
}
@media only screen and (min-width: 768px) and (max-width: 991px), (max-width: 767px) {
  .lw-case-studies-item:is(.has-sm-size) {
    height: 450px;
  }
}
.lw-case-studies-item:is(.has-sm-size) .item-title {
  font-size: 32px;
}
@media only screen and (min-width: 1400px) and (max-width: 1599px), only screen and (min-width: 1200px) and (max-width: 1399px), only screen and (min-width: 992px) and (max-width: 1199px) {
  .lw-case-studies-item:is(.has-sm-size) .item-title {
    font-size: 28px;
  }
}
@media only screen and (min-width: 768px) and (max-width: 991px), (max-width: 767px) {
  .lw-case-studies-item:is(.has-sm-size) .item-title {
    font-size: 22px;
  }
}
.lw-case-studies-item:is(.has-xs-size) {
  height: 428px;
}
.lw-case-studies-item:is(.has-xs-size) .item-title {
  font-size: 32px;
}
@media only screen and (min-width: 1400px) and (max-width: 1599px), only screen and (min-width: 1200px) and (max-width: 1399px), only screen and (min-width: 992px) and (max-width: 1199px) {
  .lw-case-studies-item:is(.has-xs-size) .item-title {
    font-size: 28px;
  }
}
@media only screen and (min-width: 768px) and (max-width: 991px), (max-width: 767px) {
  .lw-case-studies-item:is(.has-xs-size) .item-title {
    font-size: 22px;
  }
}

/*
    case-studies-page-2-end
*/
/*
    awards-1-start
*/
.lw-awards-1-bg-glow {
  width: 22%;
  position: absolute;
  bottom: -17%;
  left: 0;
  z-index: -1;
}
.lw-awards-1-wrap .lw-sec-big-title {
  top: -110px;
  -webkit-text-stroke: transparent;
}
@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .lw-awards-1-wrap .lw-sec-big-title {
    top: -60px;
  }
}
@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .lw-awards-1-wrap .lw-sec-big-title {
    top: -50px;
  }
}
@media (max-width: 767px) {
  .lw-awards-1-wrap .lw-sec-big-title {
    top: -30px;
  }
}
.lw-awards-1-row {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding-left: 60px;
  padding-right: 35px;
  margin-bottom: 17px;
}
@media only screen and (min-width: 768px) and (max-width: 991px), (max-width: 767px) {
  .lw-awards-1-row {
    display: none;
  }
}
.lw-awards-1-row .title {
  font-size: 14px;
  text-transform: uppercase;
  opacity: 60%;
}
.lw-awards-1-row .title:nth-child(2) {
  transform: translateX(-100px);
}
.lw-awards-1-item {
  font-size: 16px;
  font-weight: 600;
  padding: 29px 0;
  padding-left: 60px;
  padding-right: 35px;
  display: flex;
  align-items: center;
  gap: 20px;
  position: relative;
  z-index: 1;
  border-bottom: 1px solid #dba66e;
}
@media only screen and (min-width: 768px) and (max-width: 991px), (max-width: 767px) {
  .lw-awards-1-item {
    flex-wrap: wrap;
    padding-left: 30px;
  }
}
.lw-awards-1-item:first-child {
  border-top: 1px solid #dba66e;
}
.lw-awards-1-item::after {
  content: "";
  position: absolute;
  left: 0;
  bottom: 0;
  width: 100%;
  height: 0%;
  background: #dba66e;
  z-index: -1;
  transition: all 0.5s var(--lw-cube-1);
}
.lw-awards-1-item:hover::after {
  height: 100%;
}
.lw-awards-1-item span:nth-child(1) {
  width: 100%;
  max-width: 224px;
  text-transform: uppercase;
}
@media only screen and (min-width: 768px) and (max-width: 991px), (max-width: 767px) {
  .lw-awards-1-item span:nth-child(1) {
    width: auto;
    max-width: unset;
  }
}
.lw-awards-1-item span:nth-child(2) {
  width: 100%;
  max-width: 416px;
}
@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .lw-awards-1-item span:nth-child(2) {
    max-width: 266px;
  }
}
@media only screen and (min-width: 768px) and (max-width: 991px), (max-width: 767px) {
  .lw-awards-1-item span:nth-child(2) {
    width: auto;
    max-width: unset;
  }
}
.lw-awards-1-item span:nth-child(4) {
  margin-left: auto;
}
@media only screen and (min-width: 768px) and (max-width: 991px), (max-width: 767px) {
  .lw-awards-1-item span:nth-child(4) {
    margin-left: 0;
  }
}
.lw-awards-1-item-btn {
  font-family: var(--lw-font-1);
  text-transform: uppercase;
  font-weight: 700;
  font-size: 14px;
  display: inline-flex;
  align-items: center;
  gap: 15px;
  transition: all 0.5s var(--lw-cube-1);
}
.lw-awards-1-item-btn i {
  transition: all 0.5s var(--lw-cube-1);
}
.lw-awards-1-item-btn:hover {
  color: var(--lw-clr-pr-1);
}
.lw-awards-1-item-btn:hover i {
  transform: rotate(-90deg);
}

/*
    awards-1-end
*/
/*
    features-1-start
*/
.lw-features-x-team-area {
  z-index: 2;
}

.lw-features-x-team-bg {
  background-color: #0e0e0e;
  position: absolute;
  top: 502px;
  left: 0;
  width: 100%;
  height: 1010px;
  z-index: -1;
}
@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .lw-features-x-team-bg {
    top: 490px;
  }
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .lw-features-x-team-bg {
    top: 467px;
  }
}
.lw-features-x-team-bg img {
  opacity: 21%;
}

.lw-features-1-wrap .lw-sec-big-title {
  -webkit-text-stroke: transparent;
  top: -16%;
  text-align: center;
  width: 100%;
  left: 0;
}
@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .lw-features-1-wrap .lw-sec-big-title {
    top: -8%;
  }
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .lw-features-1-wrap .lw-sec-big-title {
    top: -5%;
  }
}
@media (max-width: 767px) {
  .lw-features-1-wrap .lw-sec-big-title {
    top: -2%;
  }
}
.lw-features-1-sec-title {
  max-width: 700px;
  margin-left: auto;
  margin-right: auto;
  text-align: center;
}
.lw-features-1-sec-title .lw-sec-title-1 {
  margin-bottom: 32px;
}
.lw-features-1-item {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  gap: 30px;
  padding: 50px 15px;
  padding-top: 0;
  position: relative;
  z-index: 1;
}
.lw-features-1-item::before {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: calc(100% - 55px);
  background: #4c4c4c;
  border-radius: 0 0 8px 8px;
  z-index: -1;
}
.lw-features-1-item::after {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: calc(0% - 55px);
  background: var(--lw-clr-pr-1);
  border-radius: 0 0 8px 8px;
  z-index: -1;
  transition: all 0.5s var(--lw-cube-1);
}
.lw-features-1-item .icon {
  display: flex;
  flex: 0 0 auto;
  width: 124px;
  height: 111px;
  align-items: center;
  justify-content: center;
  background: var(--lw-gd-1);
  border-radius: 8px;
  border: 2px solid var(--lw-clr-h-1);
  font-size: 60px;
  color: var(--lw-clr-h-1);
}
.lw-features-1-item .title {
  font-size: 24px;
  line-height: 1.5;
  color: var(--lw-clr-white-1);
  text-align: center;
  transition: all 0.5s var(--lw-cube-1);
}
@media only screen and (min-width: 992px) and (max-width: 1199px), only screen and (min-width: 768px) and (max-width: 991px), (max-width: 767px) {
  .lw-features-1-item .title {
    font-size: 20px;
  }
}
.lw-features-1-item .title:hover {
  color: var(--lw-clr-h-1);
}
.lw-features-1-item:hover::after {
  height: calc(100% - 55px);
}
.lw-features-1-item:hover .icon i {
  animation: flip2 1s;
}
.lw-features-1-slider-pagi .lw-features-1-pagination {
  height: 5px;
  background: #383838;
  display: block;
}
.lw-features-1-slider-pagi .lw-features-1-pagination .swiper-pagination-progressbar-fill {
  background: var(--lw-clr-pr-1);
}

/*
    features-1-end
*/
/*
    features-3-start
*/
.lw-sidebar {
  width: calc(100% - 275px);
  margin-left: auto;
}
@media only screen and (min-width: 992px) and (max-width: 1199px), only screen and (min-width: 768px) and (max-width: 991px), (max-width: 767px) {
  .lw-sidebar {
    width: 100%;
  }
}

.lw-features-3-area {
  margin-top: -380px;
  position: relative;
  z-index: 1;
}
@media (max-width: 767px) {
  .lw-features-3-area {
    margin-top: 0px;
    padding-top: 100px;
  }
}
.lw-features-3-sec-title {
  max-width: 555px;
  margin-left: auto;
  margin-right: auto;
}
.lw-features-3-sec-title .lw-sec-title-2 {
  color: var(--lw-clr-white-1);
}
@media (max-width: 767px) {
  .lw-features-3-sec-title .lw-sec-title-2 {
    color: var(--lw-clr-h-2);
  }
}
.lw-features-3-card {
  border-radius: 30px;
  box-shadow: -1.042px 5.909px 27px 0px rgba(0, 0, 0, 0.09);
  padding: 15px;
  padding-bottom: 45px;
  text-align: center;
  position: relative;
  background: var(--lw-clr-white-1);
}
.lw-features-3-card .card-img {
  height: 215px;
  border-radius: 20px;
  margin-bottom: 26px;
}
.lw-features-3-card .card-img::after {
  content: "";
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  background: #000;
  opacity: 0;
  transition: all 0.5s var(--lw-cube-1);
}
.lw-features-3-card .card-icon {
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  width: 95px;
  height: 95px;
  background: #bfbfbf;
  border-radius: 50%;
  display: inline-flex;
  justify-content: center;
  align-items: center;
  color: var(--lw-clr-h-2);
  font-size: 50px;
  z-index: 1;
  transition: all 0.5s var(--lw-cube-1);
}
.lw-features-3-card .card-title {
  font-size: 24px;
  line-height: 1.5;
  margin-bottom: 12px;
  padding: 0 15px;
  transition: all 0.5s var(--lw-cube-1);
}
@media only screen and (min-width: 1400px) and (max-width: 1599px), only screen and (min-width: 1200px) and (max-width: 1399px), only screen and (min-width: 992px) and (max-width: 1199px), only screen and (min-width: 768px) and (max-width: 991px), (max-width: 767px) {
  .lw-features-3-card .card-title {
    padding: 0;
    font-size: 22px;
  }
}
.lw-features-3-card .card-title:hover {
  color: var(--lw-clr-pr-1);
  transform: translateY(3px);
}
.lw-features-3-card .card-disc {
  font-size: 15px;
  line-height: 26px;
  margin-bottom: 23px;
  padding: 0 10px;
}
@media only screen and (min-width: 1400px) and (max-width: 1599px), only screen and (min-width: 1200px) and (max-width: 1399px), only screen and (min-width: 992px) and (max-width: 1199px), only screen and (min-width: 768px) and (max-width: 991px), (max-width: 767px) {
  .lw-features-3-card .card-disc {
    padding: 0;
  }
}
.lw-features-3-card .card-btn {
  gap: 12px;
  padding: 3px 14px;
  font-size: 15px;
  background: transparent;
  color: var(--lw-clr-h-2);
}
.lw-features-3-card .card-btn i {
  color: var(--lw-clr-white-1);
}
.lw-features-3-card .card-btn .text::after {
  color: var(--lw-clr-white-1);
}
.lw-features-3-card .card-btn::after {
  content: "";
  width: 26.5px;
  height: 26.5px;
  right: 7px;
}
.lw-features-3-card .card-btn:hover::after {
  width: 100%;
  height: 100%;
  right: 0;
}
.lw-features-3-card .card-number {
  font-size: 77px;
  line-height: 1;
  opacity: 5%;
  position: absolute;
  bottom: 10px;
  right: 20px;
}
.lw-features-3-card:hover .card-img::after {
  opacity: 70%;
}
.lw-features-3-card:hover .card-icon {
  background: var(--lw-clr-pr-1);
  color: var(--lw-clr-white-1);
}
.lw-features-3-card:hover .card-icon i {
  animation: flip2 1s;
}
.lw-features-3-slider {
  margin-left: -25px;
  margin-right: -25px;
}
.lw-features-3-slider .swiper-container {
  padding: 25px;
}
.lw-features-3-slider .swiper-container .swiper-slide-prev .lw-features-3-card {
  transition: 0.5s;
  box-shadow: unset;
}
.lw-features-3-slider-btn {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 12px;
  flex-wrap: wrap;
  padding-top: 5px;
}
.lw-features-3-slider-btn .line {
  width: 40px;
  height: 2px;
  background: #E1E1E1;
}

/*
    features-3-end
*/
/*
    team-1-start
*/
.lw-team-1-wrap .lw-sec-big-title {
  -webkit-text-stroke: transparent;
  transform: translateX(-50%);
  left: 50%;
  top: -16%;
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .lw-team-1-wrap .lw-sec-big-title {
    top: -16%;
  }
}
@media (max-width: 767px) {
  .lw-team-1-wrap .lw-sec-big-title {
    top: -6%;
  }
}
@media only screen and (min-width: 576px) and (max-width: 767px) {
  .lw-team-1-wrap .lw-sec-big-title {
    top: -10%;
  }
}
.lw-team-1-sec-title {
  max-width: 550px;
  margin-left: auto;
  margin-right: auto;
  text-align: center;
  margin-bottom: 22px;
}
.lw-team-1-sec-title .lw-sec-title-1 {
  color: var(--lw-clr-white-1);
}
.lw-team-1-item {
  position: relative;
  z-index: 1;
  overflow: hidden;
  box-shadow: 1.414px 1.414px 23.22px 3.78px rgba(0, 0, 0, 0.56);
}
.lw-team-1-item .main-img {
  position: relative;
  z-index: 1;
  height: 443px;
}
.lw-team-1-item .main-img::after {
  content: "";
  width: 100%;
  height: 50%;
  background: var(--lw-clr-pr-1);
  position: absolute;
  bottom: -70px;
  left: 0;
  filter: blur(40px);
  transform: scale(1.1);
  transition: all 0.5s var(--lw-cube-1);
}
.lw-team-1-item .main-img img {
  filter: grayscale(1);
  transition: all 0.5s var(--lw-cube-1);
}
.lw-team-1-item .content-posi {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  z-index: 1;
  padding: 25px 30px;
  display: flex;
  align-items: end;
  justify-content: space-between;
  gap: 15px;
}
@media only screen and (min-width: 992px) and (max-width: 1199px), only screen and (min-width: 768px) and (max-width: 991px), (max-width: 767px) {
  .lw-team-1-item .content-posi {
    padding: 25px 20px;
  }
}
.lw-team-1-item .title {
  font-size: 24px;
  color: var(--lw-clr-white-1);
  margin-bottom: 10px;
}
@media only screen and (min-width: 992px) and (max-width: 1199px), only screen and (min-width: 768px) and (max-width: 991px), (max-width: 767px) {
  .lw-team-1-item .title {
    font-size: 20px;
  }
}
.lw-team-1-item .title a {
  border-bottom: 1.5px solid transparent;
  transition: all 0.5s var(--lw-cube-1);
}
.lw-team-1-item .title:hover a {
  border-color: var(--lw-clr-white-1);
}
.lw-team-1-item .disc {
  font-size: 16px;
  color: var(--lw-clr-white-1);
  opacity: 60%;
}
.lw-team-1-item-social {
  display: flex;
  flex-direction: column;
  gap: 22px;
}
.lw-team-1-item-social a {
  width: 54px;
  display: inline-flex;
  height: 54px;
  justify-content: center;
  align-items: center;
  background: #4c4c4c;
  border-radius: 4px;
  color: var(--lw-clr-white-1);
  font-size: 20px;
  border: 2px solid transparent;
  position: relative;
  z-index: 1;
  transition: all 0.5s var(--lw-cube-1);
  transform: translateY(100%);
  opacity: 0;
}
.lw-team-1-item-social a::after {
  content: "";
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  border-radius: 4px;
  background: var(--lw-gd-1);
  z-index: -1;
  opacity: 0;
  transition: all 0.5s var(--lw-cube-1);
}
.lw-team-1-item-social a:hover {
  color: var(--lw-clr-h-1);
  border-color: var(--lw-clr-h-1);
}
.lw-team-1-item-social a:hover::after {
  opacity: 1;
}
.lw-team-1-item:hover .main-img::after {
  background: #393939;
}
.lw-team-1-item:hover .main-img img {
  filter: grayscale(0);
}
.lw-team-1-item:hover .lw-team-1-item-social a {
  transform: translateY(0);
  opacity: 1;
}
.lw-team-1-item:hover .lw-team-1-item-social a:nth-child(1) {
  transition-delay: 0.4s;
}
.lw-team-1-item:hover .lw-team-1-item-social a:nth-child(2) {
  transition-delay: 0.2s;
}
.lw-team-1-slider .swiper-container {
  padding: 30px 30px;
}
.lw-team-1-slider .lw-slider-btn-1 {
  width: 80px;
  height: 80px;
  font-size: 50px;
}
@media (max-width: 767px) {
  .lw-team-1-slider .lw-slider-btn-1 {
    width: 50px;
    height: 50px;
    font-size: 30px;
  }
}
.lw-team-1-slider .lw-slider-btn-1::after {
  display: none;
}
.lw-team-1-slider .lw-slider-btn-1:is(.lw-team-1-prev) {
  position: absolute;
  top: 50%;
  left: -22px;
  transform: translateY(-50%);
  z-index: 1;
}
@media only screen and (min-width: 1200px) and (max-width: 1399px), only screen and (min-width: 992px) and (max-width: 1199px), only screen and (min-width: 768px) and (max-width: 991px), (max-width: 767px) {
  .lw-team-1-slider .lw-slider-btn-1:is(.lw-team-1-prev) {
    left: 0px;
  }
}
.lw-team-1-slider .lw-slider-btn-1:is(.lw-team-1-next) {
  position: absolute;
  top: 50%;
  right: -22px;
  transform: translateY(-50%);
  z-index: 1;
}
@media only screen and (min-width: 1200px) and (max-width: 1399px), only screen and (min-width: 992px) and (max-width: 1199px), only screen and (min-width: 768px) and (max-width: 991px), (max-width: 767px) {
  .lw-team-1-slider .lw-slider-btn-1:is(.lw-team-1-next) {
    right: 0px;
  }
}

/*
    team-1-end
*/
/*
    team-1-about-page-start
*/
.lw-team-1-area:is(.has-about-page) {
  z-index: 2;
}
.lw-team-1-area:is(.has-about-page) .lw-features-x-team-bg {
  top: 0;
  height: calc(100% - 160px);
}

/*
    team-1-about-page-end
*/
/*
    team-2-start
*/
.lw-team-2-area {
  background-color: #ececec;
}
.lw-team-2-bg-img {
  width: 40%;
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
  z-index: -1;
}
.lw-team-2-bg-img img {
  width: 100%;
  height: 100%;
}
.lw-team-2-wrap {
  margin-right: -115px;
  display: grid;
  grid-template-columns: 1.45fr 1fr;
  align-items: start;
}
@media only screen and (min-width: 1200px) and (max-width: 1399px) {
  .lw-team-2-wrap {
    margin-right: 0px;
  }
}
@media only screen and (min-width: 992px) and (max-width: 1199px), only screen and (min-width: 768px) and (max-width: 991px), (max-width: 767px) {
  .lw-team-2-wrap {
    margin-right: 0px;
    grid-template-columns: 1fr;
    gap: 50px;
  }
}
.lw-team-2-sec-title .lw-sec-title-1 {
  margin-bottom: 26px;
}
.lw-team-2-sec-title .disc {
  max-width: 570px;
}
.lw-team-2-progress {
  max-width: 460px;
}
.lw-team-2-progress .lw-progress-1:not(:last-child) {
  margin-bottom: 21px;
}
.lw-team-2-member {
  margin-left: -70px;
}
@media only screen and (min-width: 1200px) and (max-width: 1399px) {
  .lw-team-2-member {
    margin-left: 0px;
  }
}
@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .lw-team-2-member {
    margin-left: 100px;
  }
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .lw-team-2-member {
    margin-left: 70px;
  }
}
@media (max-width: 767px) {
  .lw-team-2-member {
    margin-left: 0px;
  }
}
@media (min-width: 1800px), only screen and (min-width: 1600px) and (max-width: 1799px), only screen and (min-width: 1400px) and (max-width: 1599px), only screen and (min-width: 1200px) and (max-width: 1399px), only screen and (min-width: 992px) and (max-width: 1199px), only screen and (min-width: 768px) and (max-width: 991px) {
  .lw-team-2-member-single-ani:nth-child(even) {
    margin-left: 200px;
    margin-top: -120px;
  }
}
@media (min-width: 1800px), only screen and (min-width: 1600px) and (max-width: 1799px), only screen and (min-width: 1400px) and (max-width: 1599px), only screen and (min-width: 1200px) and (max-width: 1399px), only screen and (min-width: 992px) and (max-width: 1199px), only screen and (min-width: 768px) and (max-width: 991px) {
  .lw-team-2-member-single-ani:nth-child(odd) {
    margin-top: -190px;
    margin-left: -70px;
  }
}
.lw-team-2-member-single-ani:nth-child(1) {
  margin-top: 0px;
  margin-left: 0px;
}
.lw-team-2-member-single {
  width: 400px;
  height: 400px;
  overflow: hidden;
  position: relative;
  z-index: 1;
  clip-path: polygon(50% 0%, 100% 50%, 50% 100%, 0% 50%);
}
@media (max-width: 767px) {
  .lw-team-2-member-single {
    width: 100%;
  }
}
@media only screen and (min-width: 576px) and (max-width: 767px) {
  .lw-team-2-member-single {
    width: 400px;
  }
}
.lw-team-2-member-single::after {
  content: "";
  width: 100%;
  height: 70%;
  position: absolute;
  left: 0;
  bottom: 0;
  background: linear-gradient(0deg, rgb(0, 0, 0) 45%, rgba(0, 212, 255, 0) 100%);
  transform: translateY(100%);
  transition: all 0.5s var(--lw-cube-1);
}
.lw-team-2-member-single .content {
  position: absolute;
  bottom: 28%;
  left: 0;
  width: 100%;
  text-align: center;
  z-index: 1;
  transform: translateY(100%);
  transition: all 0.5s var(--lw-cube-1);
  opacity: 0;
  visibility: hidden;
}
.lw-team-2-member-single .lw-social-1 {
  position: absolute;
  right: -8%;
  top: 18%;
  z-index: 1;
  flex-direction: column;
  gap: 7px;
  transform: rotate(-45deg);
  transition: all 0.5s var(--lw-cube-1);
}
.lw-team-2-member-single .lw-social-1 a {
  color: var(--lw-clr-white-1);
  background: transparent;
  font-size: 20px;
}
.lw-team-2-member-single .lw-social-1 a:hover {
  background: var(--lw-clr-pr-1);
}
.lw-team-2-member-single .main-img {
  width: 100%;
  height: 100%;
}
.lw-team-2-member-single .name {
  font-size: 24px;
  color: var(--lw-clr-white-1);
  transition: all 0.5s var(--lw-cube-1);
  line-height: 1;
  margin-bottom: 5px;
}
.lw-team-2-member-single .name a {
  border-bottom: 1px solid;
}
.lw-team-2-member-single .name:hover {
  color: var(--lw-clr-pr-1);
}
.lw-team-2-member-single .name:hover a {
  border-bottom-color: transparent;
}
.lw-team-2-member-single .disc {
  font-size: 16px;
  color: var(--lw-clr-white-1);
  opacity: 62%;
}
.lw-team-2-member-single:hover::after {
  transform: translateY(0%);
}
.lw-team-2-member-single:hover .lw-social-1 {
  right: 12%;
  top: 28%;
  transition-delay: 0.3s;
}
.lw-team-2-member-single:hover .content {
  transform: translateY(0);
  opacity: 1;
  transition-delay: 0.3s;
  visibility: visible;
}

/*
    team-2-end
*/
/*
    team-4-start
*/
.lw-team-4-wrap {
  display: grid;
  grid-template-columns: 1fr 1fr;
}
@media (max-width: 767px) {
  .lw-team-4-wrap {
    grid-template-columns: 1fr;
  }
}
@media only screen and (min-width: 576px) and (max-width: 767px) {
  .lw-team-4-wrap {
    grid-template-columns: 1fr 1fr;
  }
}
.lw-team-4-content {
  height: 825px;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 20px;
  transition: all 0.5s var(--lw-cube-1);
  overflow: hidden;
}
@media only screen and (min-width: 1200px) and (max-width: 1399px) {
  .lw-team-4-content {
    height: 700px;
  }
}
@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .lw-team-4-content {
    height: 600px;
  }
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .lw-team-4-content {
    height: 500px;
  }
}
@media (max-width: 767px) {
  .lw-team-4-content {
    height: 400px;
  }
}
.lw-team-4-content::after {
  content: "";
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  z-index: -1;
  background: #000;
  opacity: 0%;
  transition: all 0.5s var(--lw-cube-1);
}
.lw-team-4-content .item-link {
  font-size: 40px;
  font-weight: 700;
  color: var(--lw-clr-white-1);
  text-align: center;
  line-height: 1.5;
  max-width: 400px;
  opacity: 0;
  transition: all 0.5s var(--lw-cube-1);
}
@media only screen and (min-width: 1200px) and (max-width: 1399px) {
  .lw-team-4-content .item-link {
    font-size: 35px;
  }
}
@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .lw-team-4-content .item-link {
    font-size: 30px;
  }
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .lw-team-4-content .item-link {
    font-size: 25px;
  }
}
@media (max-width: 767px) {
  .lw-team-4-content .item-link {
    font-size: 22px;
  }
}
.lw-team-4-content .item-link a {
  display: inline !important;
  background-position-y: -1px;
  background-repeat: no-repeat;
  background-size: 100% 100%;
  backface-visibility: hidden;
  -webkit-backface-visibility: hidden;
  background-image: linear-gradient(transparent calc(100% - 1px), currentColor 2px);
  -webkit-transition: 0.6s cubic-bezier(0.215, 0.61, 0.355, 1);
  transition: 0.6s cubic-bezier(0.215, 0.61, 0.355, 1);
}
.lw-team-4-content .item-link:hover a {
  background-size: 0% 100%;
}
.lw-team-4-content .bg-img {
  z-index: -1;
}
.lw-team-4-content .wa-img-split div {
  transition: all 0.5s cubic-bezier(0.71, 0.05, 0.09, 0.91);
}
.lw-team-4-content:is(.active)::after {
  opacity: 76%;
}
.lw-team-4-content:is(.active) .item-link {
  opacity: 1;
  transition-delay: 0.5s;
}
.lw-team-4-content:is(.active) .wa-img-split div {
  opacity: 1;
  transform: rotate(0deg) translateY(0);
}

/*
    team-4-end
*/
/*
    team-page-start
*/
.lw-team-page-wrap .lw-sec-big-title {
  -webkit-text-stroke: transparent;
  left: 29%;
  top: -160px;
}
@media only screen and (min-width: 768px) and (max-width: 991px), (max-width: 767px) {
  .lw-team-page-wrap .lw-sec-big-title {
    top: -60px;
  }
}
.lw-team-page-sec-title {
  max-width: 650px;
  margin-left: auto;
  margin-right: auto;
  margin-bottom: 37px;
}
.lw-team-page-member {
  display: grid;
  grid-template-columns: 1fr 1fr 1fr;
  gap: 72px;
}
@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .lw-team-page-member {
    gap: 32px;
  }
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .lw-team-page-member {
    gap: 32px;
    grid-template-columns: 1fr 1fr;
  }
}
@media (max-width: 767px) {
  .lw-team-page-member {
    gap: 32px;
    grid-template-columns: 1fr;
  }
}
@media only screen and (min-width: 576px) and (max-width: 767px) {
  .lw-team-page-member {
    gap: 32px;
    grid-template-columns: 1fr 1fr;
  }
}

/*
    team-page-end
*/
/*
    team-page-2-start
*/
.lw-team-page-2-member {
  display: grid;
  grid-template-columns: 1fr 1fr 1fr;
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .lw-team-page-2-member {
    grid-template-columns: 1fr 1fr;
  }
}
@media (max-width: 767px) {
  .lw-team-page-2-member {
    grid-template-columns: 1fr;
  }
}
.lw-team-page-2-member .lw-team-2-member-single {
  width: 100%;
}

.lw-about-3-img:is(.lw-team-page-2) {
  height: 770px;
}
@media only screen and (min-width: 1200px) and (max-width: 1399px) {
  .lw-about-3-img:is(.lw-team-page-2) {
    height: 700px;
  }
}
@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .lw-about-3-img:is(.lw-team-page-2) {
    height: 650px;
  }
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .lw-about-3-img:is(.lw-team-page-2) {
    height: 600px;
  }
}
@media (max-width: 767px) {
  .lw-about-3-img:is(.lw-team-page-2) {
    height: 450px;
  }
}
@media only screen and (min-width: 576px) and (max-width: 767px) {
  .lw-about-3-img:is(.lw-team-page-2) {
    height: 550px;
  }
}

/*
    team-page-2-end
*/
/*
    counter-1-start
*/
.lw-counter-1-item {
  display: flex;
  gap: 20px;
  justify-content: space-between;
  flex-wrap: wrap;
}
@media only screen and (min-width: 768px) and (max-width: 991px), (max-width: 767px) {
  .lw-counter-1-item {
    justify-content: center;
  }
}
.lw-counter-1-item-single {
  width: 235px;
  height: 235px;
  flex: 0 0 auto;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  padding: 15px;
  position: relative;
  z-index: 1;
}
@media only screen and (min-width: 992px) and (max-width: 1199px), only screen and (min-width: 768px) and (max-width: 991px), (max-width: 767px) {
  .lw-counter-1-item-single {
    width: 200px;
    height: 200px;
  }
}
.lw-counter-1-item-single .title {
  font-size: 55px;
  line-height: 1;
  font-weight: 600;
  margin-bottom: 10px;
}
@media only screen and (min-width: 992px) and (max-width: 1199px), only screen and (min-width: 768px) and (max-width: 991px), (max-width: 767px) {
  .lw-counter-1-item-single .title {
    font-size: 35px;
  }
}
.lw-counter-1-item-single .disc {
  font-size: 20px;
  font-weight: 600;
  text-transform: capitalize;
}
@media only screen and (min-width: 992px) and (max-width: 1199px), only screen and (min-width: 768px) and (max-width: 991px), (max-width: 767px) {
  .lw-counter-1-item-single .disc {
    font-size: 18px;
  }
}
.lw-counter-1-item-single .item-progress {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: -1;
}
.lw-counter-1-item-single .item-progress circle {
  r: 144.5;
}
.lw-counter-1-item-single .item-progress circle:nth-child(1) {
  stroke: #eeeeee;
}
.lw-counter-1-item-single .item-progress circle:nth-child(2) {
  stroke: #d19b67;
  stroke-dasharray: 911px;
  stroke-dashoffset: -911px;
  transition: all 1s var(--lw-cube-1);
}
.lw-counter-1-item-single:hover .item-progress circle:nth-child(2) {
  stroke-dashoffset: 0px;
}

/*
    counter-1-end
*/
/*
    counter-2-start
*/
.lw-counter-x-services-bg {
  background: #f2eade;
  position: absolute;
  left: 0;
  bottom: 0;
  width: 100%;
  height: 78%;
  z-index: -1;
}

.lw-counter-2-wrap {
  margin-left: -140px;
  margin-right: -140px;
  border-radius: 30px 30px 0 0;
}
@media only screen and (min-width: 1400px) and (max-width: 1599px) {
  .lw-counter-2-wrap {
    margin-left: -80px;
    margin-right: -80px;
  }
}
@media only screen and (min-width: 1200px) and (max-width: 1399px), only screen and (min-width: 992px) and (max-width: 1199px), only screen and (min-width: 768px) and (max-width: 991px), (max-width: 767px) {
  .lw-counter-2-wrap {
    margin-left: 0px;
    margin-right: 0px;
  }
}
.lw-counter-2-bg-shape {
  position: absolute;
  bottom: -18px;
  left: 0;
  right: 0;
  width: 90%;
  height: 18px;
  background: var(--lw-gd-1);
  z-index: -1;
  margin-left: auto;
  margin-right: auto;
}
.lw-counter-2-line {
  height: 2px;
  background: rgba(255, 255, 255, 0.26);
}
.lw-counter-2-item {
  display: grid;
  grid-template-columns: 1fr 1fr 1fr 1fr;
  gap: 55px;
  justify-content: space-between;
}
@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .lw-counter-2-item {
    gap: 15px;
  }
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .lw-counter-2-item {
    grid-template-columns: 1fr 1fr 1fr;
    gap: 15px;
  }
}
@media (max-width: 767px) {
  .lw-counter-2-item {
    grid-template-columns: 1fr;
    gap: 15px;
  }
}
@media only screen and (min-width: 576px) and (max-width: 767px) {
  .lw-counter-2-item {
    grid-template-columns: 1fr 1fr;
    gap: 15px;
  }
}
.lw-counter-2-item-single {
  text-align: center;
  border: 2px solid rgba(255, 255, 255, 0.26);
  padding: 22px 15px;
}
.lw-counter-2-item-single .title {
  font-size: 72px;
  line-height: 1;
  color: var(--lw-clr-white-1);
  font-weight: 600;
  margin-bottom: 14px;
}
@media only screen and (min-width: 992px) and (max-width: 1199px), only screen and (min-width: 768px) and (max-width: 991px), (max-width: 767px) {
  .lw-counter-2-item-single .title {
    font-size: 52px;
  }
}
.lw-counter-2-item-single .disc {
  font-size: 20px;
  color: var(--lw-clr-white-1);
  text-transform: capitalize;
}
.lw-counter-2-content {
  display: grid;
  grid-template-columns: 1fr auto 1fr;
  gap: 90px;
  align-items: center;
}
@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .lw-counter-2-content {
    gap: 50px;
  }
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .lw-counter-2-content {
    gap: 30px;
  }
}
@media (max-width: 767px) {
  .lw-counter-2-content {
    gap: 30px;
    grid-template-columns: 1fr;
  }
}
.lw-counter-2-content .title {
  font-size: 36px;
  font-weight: 700;
  line-height: 1.333;
  color: var(--lw-clr-white-1);
  text-align: right;
}
@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .lw-counter-2-content .title {
    font-size: 30px;
  }
}
@media only screen and (min-width: 768px) and (max-width: 991px), (max-width: 767px) {
  .lw-counter-2-content .title {
    font-size: 24px;
  }
}
.lw-counter-2-content .line {
  width: 1px;
  height: 156px;
  background: var(--lw-clr-white-1);
  opacity: 32%;
}
@media (max-width: 767px) {
  .lw-counter-2-content .line {
    display: none;
  }
}

/*
    counter-2-end
*/
/*
    testimonial-1-start
*/
.lw-counter-x-testimonial .bg-img {
  width: 36%;
  position: absolute;
  right: 0px;
  top: -11%;
  opacity: 52%;
  text-align: right;
  z-index: -1;
}
@media only screen and (min-width: 1200px) and (max-width: 1399px), only screen and (min-width: 992px) and (max-width: 1199px), only screen and (min-width: 768px) and (max-width: 991px), (max-width: 767px) {
  .lw-counter-x-testimonial .bg-img {
    display: none;
  }
}

.lw-testimonial-1-area .bg-color {
  height: 760px;
  width: 100%;
  background-color: rgb(246, 241, 231);
  border-radius: 0 500px 0 500px;
  position: absolute;
  top: 0;
  left: 0;
  z-index: -1;
}
@media only screen and (min-width: 1200px) and (max-width: 1399px), only screen and (min-width: 992px) and (max-width: 1199px) {
  .lw-testimonial-1-area .bg-color {
    border-radius: 0 100px 0 100px;
  }
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .lw-testimonial-1-area .bg-color {
    border-radius: 0 50px 0 50px;
  }
}
@media (max-width: 767px) {
  .lw-testimonial-1-area .bg-color {
    border-radius: 0 20px 0 20px;
  }
}
.lw-testimonial-1-wrap {
  display: grid;
  grid-template-columns: 1fr auto 1.6fr;
  gap: 35px;
}
@media (max-width: 767px) {
  .lw-testimonial-1-wrap {
    grid-template-columns: 1fr;
  }
}
.lw-testimonial-1-img {
  position: relative;
  z-index: 1;
  height: 430px;
}
.lw-testimonial-1-img .shape-1 {
  width: 95px;
  height: 95px;
  box-shadow: -16.362px 20.206px 62px 0px rgba(48, 48, 48, 0.34);
  border-radius: 50%;
  background: transparent;
  border: 4px solid #fff;
  position: absolute;
  z-index: -1;
  top: 10%;
  left: 0;
}
.lw-testimonial-1-img .icon-1 {
  display: inline-flex;
  width: 185px;
  height: 185px;
  align-items: center;
  justify-content: center;
  border: 4px solid #fff;
  box-shadow: -16.362px 20.206px 62px 0px rgba(48, 48, 48, 0.21);
  border-radius: 50%;
  position: absolute;
  left: 40%;
  top: 16%;
  z-index: -1;
}
.lw-testimonial-1-img .main-posi {
  position: absolute;
}
.lw-testimonial-1-img .main-posi::after {
  content: "";
  width: 100%;
  height: 100%;
  background: var(--lw-gd-1);
  border-radius: 50%;
  position: absolute;
  top: -5px;
  left: -8px;
  z-index: -1;
}
.lw-testimonial-1-img .main-posi .main-img {
  width: 112px;
  height: 112px;
  border-radius: 50%;
  overflow: hidden;
  filter: grayscale(1);
}
.lw-testimonial-1-img .img-1 {
  top: -6%;
  left: 30%;
}
.lw-testimonial-1-img .img-1 .main-img {
  width: 60px;
  height: 60px;
}
.lw-testimonial-1-img .img-2 {
  top: 24%;
  left: 0;
}
.lw-testimonial-1-img .img-2 .main-img {
  width: 60px;
  height: 60px;
}
.lw-testimonial-1-img .img-3 {
  top: 20%;
  right: 5%;
}
.lw-testimonial-1-img .img-3 .main-img {
  width: 72px;
  height: 72px;
}
.lw-testimonial-1-img .img-4 {
  bottom: 36%;
  left: 29%;
}
.lw-testimonial-1-img .img-5 {
  bottom: 14%;
  right: 14%;
}
.lw-testimonial-1-img .img-5 .main-img {
  width: 60px;
  height: 60px;
}
.lw-testimonial-1-img .img-6 {
  bottom: 0;
  left: 11%;
}
.lw-testimonial-1-img .img-6 .main-img {
  width: 60px;
  height: 60px;
}
.lw-testimonial-1-quote-icon {
  display: inline-flex;
  justify-content: center;
  align-items: center;
  width: 64px;
  height: 70px;
  background: var(--lw-gd-1);
  border-radius: 5px;
  font-size: 50px;
  color: var(--lw-clr-h-1);
}
.lw-testimonial-1-item .subtitle {
  font-size: 20px;
  text-transform: capitalize;
  color: var(--lw-clr-h-1);
  margin-bottom: 28px;
}
.lw-testimonial-1-item .comment {
  font-size: 28px;
  line-height: 1.357;
  margin-bottom: 55px;
}
@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .lw-testimonial-1-item .comment {
    font-size: 26px;
  }
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .lw-testimonial-1-item .comment {
    font-size: 24px;
  }
}
@media (max-width: 767px) {
  .lw-testimonial-1-item .comment {
    font-size: 22px;
  }
}
.lw-testimonial-1-slider .swiper-container .swiper-slide .lw-testimonial-1-item .lw-rating-1 i {
  opacity: 0;
  transition: all 0.5s var(--lw-cube-1);
}
.lw-testimonial-1-slider .swiper-container .swiper-slide:is(.swiper-slide-active) .lw-testimonial-1-item .subtitle, .lw-testimonial-1-slider .swiper-container .swiper-slide:is(.swiper-slide-active) .lw-testimonial-1-item .comment {
  animation: fadeInUp 0.5s backwards;
}
.lw-testimonial-1-slider .swiper-container .swiper-slide:is(.swiper-slide-active) .lw-testimonial-1-item .comment {
  animation-delay: 0.3s;
}
.lw-testimonial-1-slider .swiper-container .swiper-slide:is(.swiper-slide-active) .lw-testimonial-1-item .lw-rating-1 i {
  opacity: 1;
}
.lw-testimonial-1-slider .swiper-container .swiper-slide:is(.swiper-slide-active) .lw-testimonial-1-item .lw-rating-1 i:nth-child(1) {
  transition-delay: 0.3s;
}
.lw-testimonial-1-slider .swiper-container .swiper-slide:is(.swiper-slide-active) .lw-testimonial-1-item .lw-rating-1 i:nth-child(2) {
  transition-delay: 0.5s;
}
.lw-testimonial-1-slider .swiper-container .swiper-slide:is(.swiper-slide-active) .lw-testimonial-1-item .lw-rating-1 i:nth-child(3) {
  transition-delay: 0.7s;
}
.lw-testimonial-1-slider .swiper-container .swiper-slide:is(.swiper-slide-active) .lw-testimonial-1-item .lw-rating-1 i:nth-child(4) {
  transition-delay: 0.9s;
}
.lw-testimonial-1-slider .swiper-container .swiper-slide:is(.swiper-slide-active) .lw-testimonial-1-item .lw-rating-1 i:nth-child(5) {
  transition-delay: 1.1s;
}
.lw-testimonial-1-slider-btn {
  display: flex;
  gap: 15px;
  position: absolute;
  right: 0;
  bottom: 18%;
}
@media only screen and (min-width: 992px) and (max-width: 1199px), only screen and (min-width: 768px) and (max-width: 991px), (max-width: 767px) {
  .lw-testimonial-1-slider-btn {
    position: unset;
    padding-top: 15px;
  }
}
.lw-testimonial-1-slider-btn .lw-slider-btn-1 {
  width: 60px;
  height: 60px;
  color: #797979;
  font-size: 35px;
  border-color: #797979;
  opacity: 20%;
  border-width: 3px;
}
.lw-testimonial-1-slider-btn .lw-slider-btn-1::after {
  display: none;
}
.lw-testimonial-1-slider-btn .lw-slider-btn-1:hover {
  opacity: 1;
  color: var(--lw-clr-white-1);
  border-color: var(--lw-clr-pr-1);
}
.lw-testimonial-1-video {
  max-width: 770px;
  margin-left: auto;
  margin-right: auto;
}
.lw-testimonial-1-video .bg-color {
  background: var(--lw-clr-fawn);
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 102%;
  height: calc(100% - 20px);
  border-radius: 10px;
  z-index: -1;
}
.lw-testimonial-1-video-item {
  height: 235px;
  border-radius: 10px;
  position: relative;
  z-index: 1;
}
.lw-testimonial-1-video-item video {
  width: 100%;
  height: 100%;
  object-fit: cover;
  filter: grayscale(1);
}
.lw-testimonial-1-video-item .bg-noise {
  position: absolute;
  top: 0;
  left: 0;
  mix-blend-mode: hard-light;
  opacity: 74%;
  filter: grayscale(1);
}
.lw-testimonial-1-plybtn {
  display: flex;
  align-items: center;
  gap: 20px;
  font-size: 24px;
  color: var(--lw-clr-white-1);
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  z-index: 1;
  transition: all 0.5s var(--lw-cube-1);
}
@media (max-width: 767px) {
  .lw-testimonial-1-plybtn {
    font-size: 20px;
  }
}
.lw-testimonial-1-plybtn .text {
  border-bottom: 1px solid var(--lw-clr-white-1);
  transition: all 0.5s var(--lw-cube-1);
}
.lw-testimonial-1-plybtn .icon {
  width: 104px;
  height: 104px;
  display: inline-flex;
  justify-content: center;
  align-items: center;
  background: var(--lw-gd-1);
  border-radius: 50%;
  font-size: 44px;
  color: var(--lw-clr-white-1);
  flex: 0 0 auto;
}
@media (max-width: 767px) {
  .lw-testimonial-1-plybtn .icon {
    width: 64px;
    height: 64px;
    font-size: 24px;
  }
}
.lw-testimonial-1-plybtn .icon i {
  filter: drop-shadow(0px 6px 6px rgba(0, 0, 0, 0.4));
}
.lw-testimonial-1-plybtn:hover {
  color: var(--lw-clr-pr-1);
}
.lw-testimonial-1-plybtn:hover .text {
  border-color: var(--lw-clr-pr-1);
}

/*
    testimonial-1-end
*/
/*
    testimonial-2-start
*/
.lw-testimonial-2-sec-title {
  display: flex;
  align-items: end;
  flex-wrap: wrap;
  gap: 30px;
  justify-content: space-between;
}
.lw-testimonial-2-rating {
  text-align: right;
  margin-bottom: -23px;
}
.lw-testimonial-2-rating .title {
  text-transform: capitalize;
}
.lw-testimonial-2-rating .rating-point {
  font-size: 72px;
  line-height: 1;
  color: transparent;
  background-size: cover;
  background-position: center;
  background-clip: text;
  -webkit-background-clip: text; /* For Safari and Chrome */
  text-fill-color: transparent; /* For Safari */
  -webkit-text-fill-color: transparent; /* For Safari */
}
.lw-testimonial-2-item {
  padding-right: 13px;
  padding-top: 36px;
  padding-bottom: 7px;
}
.lw-testimonial-2-item .comment-box {
  border: 1px solid rgba(187, 187, 187, 0.24);
  border-radius: 8px;
  padding: 30px 35px;
  padding-top: 0;
  position: relative;
  background: var(--lw-clr-white-1);
  margin-bottom: 35px;
}
.lw-testimonial-2-item .comment-box::after {
  content: "";
  width: 90%;
  height: 90%;
  background: #D3D3D3;
  position: absolute;
  right: -13px;
  bottom: -13px;
  z-index: -1;
  border-radius: 12px;
  transition: all 0.5s var(--lw-cube-1);
}
.lw-testimonial-2-item .comment-box::before {
  content: "";
  width: 50px;
  height: 36px;
  background: #D3D3D3;
  position: absolute;
  left: 29%;
  bottom: -48px;
  z-index: -1;
  clip-path: polygon(100% 0, 0 0, 100% 100%);
  transition: all 0.5s var(--lw-cube-1);
}
.lw-testimonial-2-item .comment-box .icon {
  display: inline-flex;
  width: 90px;
  height: 70px;
  align-items: center;
  justify-content: center;
  font-size: 120px;
  line-height: 1;
  margin-top: -36px;
  margin-left: 20px;
  color: transparent;
  background: var(--lw-gd-1); /* Replace with your image */
  background-size: cover;
  background-position: center;
  background-clip: text;
  -webkit-background-clip: text; /* For Safari and Chrome */
  text-fill-color: #D3D3D3; /* For Safari */
  -webkit-text-fill-color: #D3D3D3; /* For Safari */
  transition: all 0.5s var(--lw-cube-1);
}
.lw-testimonial-2-item .comment {
  font-size: 20px;
  line-height: 30px;
  color: #7a7a7a;
}
.lw-testimonial-2-item .comment-author {
  display: flex;
  align-items: center;
  justify-content: end;
  gap: 20px;
}
.lw-testimonial-2-item .comment-author-img {
  border: 2px solid #fff;
  border-radius: 50%;
  box-shadow: 0px 3px 7px 0px rgba(0, 0, 0, 0.19);
  width: 72px;
  height: 72px;
  flex: 0 0 auto;
}
.lw-testimonial-2-item .comment-author .author-name {
  font-size: 20px;
  color: var(--lw-clr-pr-1);
  margin-bottom: 8px;
}
.lw-testimonial-2-item .comment-author .bio {
  font-size: 16px;
  color: #797979;
}
.lw-testimonial-2-item:hover .icon {
  text-fill-color: transparent;
  -webkit-text-fill-color: transparent;
}
.lw-testimonial-2-item:hover .comment-box::after {
  background: var(--lw-clr-pr-1);
}
.lw-testimonial-2-item:hover .comment-box::before {
  background: var(--lw-clr-pr-1);
}
.lw-testimonial-2-content {
  gap: 20px;
}
.lw-testimonial-2-slider .swiper-container:hover .lw-arrow-cursor {
  opacity: 1;
}

/*
    testimonial-2-end
*/
/*
    testimonial-3-start
*/
.lw-testimonial-3-area {
  background-color: var(--lw-clr-black-1);
}
.lw-testimonial-3-bg-shape {
  width: 210px;
  height: 210px;
  background: var(--lw-clr-pr-1);
  border-radius: 50%;
  filter: blur(111px);
  opacity: 60%;
  position: absolute;
  top: 20%;
  left: -30px;
  z-index: -1;
}
.lw-testimonial-3-bg-shape-2 {
  width: 210px;
  height: 210px;
  background: var(--lw-clr-pr-1);
  border-radius: 50%;
  filter: blur(111px);
  opacity: 60%;
  position: absolute;
  bottom: 10%;
  right: -30px;
  z-index: -1;
}
.lw-testimonial-3-sec-title {
  max-width: 600px;
  margin-left: auto;
  margin-right: auto;
}
.lw-testimonial-3-sec-title .lw-sec-title-2 {
  color: var(--lw-clr-white-1);
}
.lw-testimonial-3-item .item-img {
  width: 84px;
  height: 84px;
  border-radius: 50%;
  filter: grayscale(1);
}
.lw-testimonial-3-item .top-wrap {
  display: flex;
  align-items: center;
  gap: 20px;
  flex-wrap: wrap;
  margin-bottom: 25px;
}
.lw-testimonial-3-item .author-bio {
  font-size: 16px;
  text-transform: capitalize;
  color: var(--lw-clr-fawn);
  margin-bottom: 7px;
}
.lw-testimonial-3-item .author-name {
  font-size: 20px;
  color: var(--lw-clr-white-1);
}
.lw-testimonial-3-item .line {
  width: 100%;
  height: 1px;
  background: rgba(255, 255, 255, 0.1);
  position: relative;
  margin-bottom: 27px;
}
.lw-testimonial-3-item .line::after {
  content: "";
  width: 0%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  background-color: var(--lw-clr-pr-1);
  transition: all 0.5s var(--lw-cube-1);
}
.lw-testimonial-3-item .item-disc {
  font-size: 20px;
  color: #979797;
  transition: all 0.5s var(--lw-cube-1);
}
.lw-testimonial-3-item:hover .line::after {
  width: 100%;
}
.lw-testimonial-3-item:hover .item-disc {
  color: var(--lw-clr-white-1);
}
.lw-testimonial-3-slider {
  background: #2E2E2E;
  border-radius: 20px;
  padding: 54px 60px;
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .lw-testimonial-3-slider {
    padding: 54px 30px;
  }
}
@media (max-width: 767px) {
  .lw-testimonial-3-slider {
    padding: 54px 20px;
  }
}
.lw-testimonial-3-slider-btn {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 12px;
  flex-wrap: wrap;
  padding-top: 5px;
}
.lw-testimonial-3-slider-btn .line {
  width: 40px;
  height: 2px;
  background: #E1E1E1;
  opacity: 26%;
}
.lw-testimonial-3-slider-btn .lw-slider-btn-3 {
  opacity: 26%;
}
.lw-testimonial-3-slider-btn .lw-slider-btn-3:hover {
  opacity: 100%;
}

/*
    testimonial-3-end
*/
/*
    testimonial-4-start
*/
.lw-testimonial-4-area .lw-slide-text-3-marquee {
  height: 104px;
  margin-top: -120px;
  margin-bottom: 46px;
}
@media only screen and (min-width: 1200px) and (max-width: 1399px), only screen and (min-width: 992px) and (max-width: 1199px), only screen and (min-width: 768px) and (max-width: 991px), (max-width: 767px) {
  .lw-testimonial-4-area .lw-slide-text-3-marquee {
    margin-top: 30px;
    margin-bottom: 46px;
  }
}
.lw-testimonial-4-area .lw-slide-text-3-item {
  font-size: 80px;
  color: var(--lw-clr-h1-1);
}
@media only screen and (min-width: 1200px) and (max-width: 1399px) {
  .lw-testimonial-4-area .lw-slide-text-3-item {
    font-size: 70px;
  }
}
@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .lw-testimonial-4-area .lw-slide-text-3-item {
    font-size: 60px;
  }
}
@media only screen and (min-width: 768px) and (max-width: 991px), (max-width: 767px) {
  .lw-testimonial-4-area .lw-slide-text-3-item {
    font-size: 50px;
  }
}
.lw-testimonial-4-wrap {
  margin-left: -175px;
  margin-right: -175px;
  display: grid;
  grid-template-columns: 1fr auto 1.4fr auto;
  align-items: start;
  gap: 40px;
}
@media only screen and (min-width: 1400px) and (max-width: 1599px) {
  .lw-testimonial-4-wrap {
    margin-left: -100px;
    margin-right: -100px;
  }
}
@media only screen and (min-width: 1200px) and (max-width: 1399px), only screen and (min-width: 992px) and (max-width: 1199px), only screen and (min-width: 768px) and (max-width: 991px) {
  .lw-testimonial-4-wrap {
    margin-left: 0px;
    margin-right: 0px;
    grid-template-columns: 1fr auto;
  }
}
@media (max-width: 767px) {
  .lw-testimonial-4-wrap {
    margin-left: 0px;
    margin-right: 0px;
    grid-template-columns: 1fr;
  }
}
.lw-testimonial-4-wrap .lw-testimonial-1-quote-icon {
  margin-top: 12px;
  width: 88px;
  height: 88px;
  border-radius: 50%;
  color: var(--lw-clr-white-1);
  background: var(--lw-clr-pr-1);
}
.lw-testimonial-4-wrap .lw-testimonial-1-slider {
  margin-top: 20px;
}
.lw-testimonial-4-wrap .lw-testimonial-1-slider .lw-testimonial-1-item .subtitle {
  opacity: 50%;
}
.lw-testimonial-4-wrap .lw-testimonial-1-slider .lw-testimonial-1-item .comment {
  margin-bottom: 0;
}
.lw-testimonial-4-wrap .lw-testimonial-1-slider .lw-testimonial-1-slider-btn {
  position: unset;
  justify-content: end;
}
.lw-testimonial-4-img {
  height: 540px;
}
@media (max-width: 767px) {
  .lw-testimonial-4-img {
    height: 350px;
  }
}
@media only screen and (min-width: 576px) and (max-width: 767px) {
  .lw-testimonial-4-img {
    height: 450px;
  }
}
.lw-testimonial-4-img-2 {
  max-width: 244px;
  height: 290px;
  margin-top: 30px;
}
.lw-testimonial-4-accordion {
  max-width: 600px;
  margin-left: auto;
}

/*
    testimonial-4-end
*/
/*
    testimonial-5-start
*/
.lw-testimonial-5-wrap .lw-sec-big-title {
  -webkit-text-stroke: transparent;
  top: -100px;
  opacity: 7%;
}
.lw-testimonial-5-item {
  height: 372px;
  border-radius: 12px;
}
.lw-testimonial-5-item .lw-play-btn-3 {
  background: var(--lw-clr-pr-1);
}
.lw-testimonial-5-item .lw-play-btn-3 .btn-border {
  border-color: transparent;
}
.lw-testimonial-5-slider-pagi {
  width: 100%;
  z-index: 1;
  display: flex;
  justify-content: center;
  gap: 20px;
}
.lw-testimonial-5-slider-pagi span {
  margin: 0 !important;
  width: 7px;
  height: 7px;
  opacity: 1;
  position: relative;
  background: #B1B1B1;
  transition: all 0.5s var(--lw-cube-1);
}
.lw-testimonial-5-slider-pagi span::after {
  width: 27px;
  height: 27px;
  border: 2px solid var(--lw-clr-pr-1);
  position: absolute;
  content: "";
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  border-radius: 50%;
  opacity: 0;
  transition: all 0.5s var(--lw-cube-1);
}
.lw-testimonial-5-slider-pagi span:is(.swiper-pagination-bullet-active) {
  background: var(--lw-clr-pr-1);
}
.lw-testimonial-5-slider-pagi span:is(.swiper-pagination-bullet-active)::after {
  opacity: 1;
}

/*
    testimonial-5-end
*/
/*
    testimonial-6-start
*/
.lw-testimonial-6-item {
  display: flex;
  gap: 64px;
  align-items: center;
  max-width: 1095px;
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .lw-testimonial-6-item {
    gap: 30px;
  }
}
@media (max-width: 767px) {
  .lw-testimonial-6-item {
    gap: 30px;
    flex-wrap: wrap;
  }
}
.lw-testimonial-6-item:not(:last-child) {
  margin-bottom: 50px;
}
.lw-testimonial-6-item .item-img {
  max-width: 320px;
  width: 100%;
  flex: 0 0 auto;
  border-radius: 7px;
}
.lw-testimonial-6-item .item-img img {
  filter: grayscale(1);
  transition: all 0.5s var(--lw-cube-1);
}
.lw-testimonial-6-item .item-comment {
  font-size: 24px;
  line-height: 1.41;
  margin-bottom: 31px;
}
@media only screen and (min-width: 768px) and (max-width: 991px), (max-width: 767px) {
  .lw-testimonial-6-item .item-comment {
    font-size: 20px;
  }
}
.lw-testimonial-6-item .item-dot {
  display: flex;
  align-items: center;
  gap: 10px;
  margin-bottom: 34px;
}
.lw-testimonial-6-item .item-dot span {
  display: inline-block;
  width: 6px;
  height: 6px;
  background: var(--lw-clr-pr-1);
  border-radius: 50%;
}
.lw-testimonial-6-item .author-name {
  font-weight: 600;
  font-size: 22px;
  margin-bottom: 3px;
}
.lw-testimonial-6-item .author-bio {
  opacity: 64%;
}
.lw-testimonial-6-item:hover .item-img img {
  transform: scale(103%);
  filter: grayscale(0);
}

/*
    testimonial-6-end
*/
/*
    contact-1-start
*/
.lw-contact-1-illus-1 {
  position: absolute;
  right: 7%;
  bottom: 0;
  width: 43%;
  text-align: right;
  z-index: -1;
}
.lw-contact-1-sec-title .lw-sec-title-1 {
  margin-bottom: 10px;
}
.lw-contact-1-sec-title .disc {
  max-width: 380px;
}
.lw-contact-1-wrap {
  display: grid;
  grid-template-columns: 1fr 1.4fr;
  gap: 50px;
  align-items: center;
}
@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .lw-contact-1-wrap {
    grid-template-columns: 1fr 1.2fr;
  }
}
@media only screen and (min-width: 768px) and (max-width: 991px), (max-width: 767px) {
  .lw-contact-1-wrap {
    grid-template-columns: 1fr;
  }
}
.lw-contact-1-wrap .lw-sec-big-title {
  -webkit-text-stroke: transparent;
  top: -70px;
  left: -188px;
}
@media only screen and (min-width: 1400px) and (max-width: 1599px), only screen and (min-width: 1200px) and (max-width: 1399px), only screen and (min-width: 992px) and (max-width: 1199px), only screen and (min-width: 768px) and (max-width: 991px), (max-width: 767px) {
  .lw-contact-1-wrap .lw-sec-big-title {
    left: 0px;
  }
}
.lw-contact-1-address {
  display: flex;
  gap: 20px;
  flex-wrap: wrap;
}
.lw-contact-1-address .left {
  max-width: 165px;
}
.lw-contact-1-address .right {
  max-width: 165px;
}
.lw-contact-1-address .title {
  font-size: 16px;
  text-transform: uppercase;
  letter-spacing: 1px;
  margin-bottom: 9px;
}
.lw-contact-1-address .item-link {
  font-size: 15px;
  font-weight: 600;
  opacity: 80%;
  transition: all 0.5s var(--lw-cube-1);
}
.lw-contact-1-address .item-link:hover {
  color: var(--lw-clr-pr-1);
  opacity: 1;
}
.lw-contact-1-address .line {
  width: 1px;
  height: 80px;
  background: var(--lw-clr-h-1);
  flex: 0 0 auto;
}
.lw-contact-1-address .address {
  font-size: 15px;
  opacity: 80%;
  font-weight: 600;
}
.lw-contact-1-content .inner-div {
  gap: 55px;
}
.lw-contact-1-content .inner-div .title {
  font-size: 16px;
  text-transform: uppercase;
  letter-spacing: 1px;
  margin-bottom: 12px;
}
.lw-contact-1-social {
  display: flex;
  flex-wrap: wrap;
  gap: 9px;
}
.lw-contact-1-social .item-link {
  display: flex;
  flex: 0 0 auto;
  width: 30px;
  height: 30px;
  justify-content: center;
  align-items: center;
  background: var(--lw-clr-h-1);
  border-radius: 5px;
  color: var(--lw-clr-white-1);
  font-size: 15px;
  border: 2px solid var(--lw-clr-h-1);
  transition: all 0.5s var(--lw-cube-1);
}
.lw-contact-1-social .item-link:hover {
  background: var(--lw-clr-pr-1);
}

/*
    contact-1-end
*/
/*
    contact-2-start
*/
.lw-contact-2-height {
  background-color: #090909;
  height: 4000px;
  margin-top: -100vh;
}
@media only screen and (min-width: 768px) and (max-width: 991px), (max-width: 767px) {
  .lw-contact-2-height {
    height: auto;
    margin-top: 0;
  }
}

.lw-contact-2-area {
  height: 100vh;
  overflow: hidden;
  position: relative;
  z-index: 1;
  opacity: 0;
}
@media only screen and (min-width: 768px) and (max-width: 991px), (max-width: 767px) {
  .lw-contact-2-area {
    opacity: 1;
    height: auto;
  }
}
.lw-contact-2-bg {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: -2;
}
.lw-contact-2-bg-img {
  width: 100%;
  height: 100%;
}
.lw-contact-2-bg-img img {
  object-position: top;
}
.lw-contact-2-bg::after {
  content: "";
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  background-color: #090909;
  opacity: 23%;
}
.lw-contact-2-bg::before {
  content: "";
  width: 100%;
  height: 50%;
  position: absolute;
  bottom: 0;
  left: 0;
  background: linear-gradient(0deg, rgb(9, 9, 9) 0%, rgba(255, 255, 255, 0) 100%);
}
.lw-contact-2-mask {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100vh;
  z-index: 1;
  opacity: 1;
}
@media only screen and (min-width: 768px) and (max-width: 991px), (max-width: 767px) {
  .lw-contact-2-mask {
    display: none;
  }
}
.lw-contact-2-mask img {
  transform-origin: 50% 52%;
}
.lw-contact-2-mask-overly {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: #090909;
  opacity: 0;
}

.lw-contact-2-row {
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
}
@media only screen and (min-width: 768px) and (max-width: 991px), (max-width: 767px) {
  .lw-contact-2-row {
    justify-content: unset;
  }
}
.lw-contact-2-wrap {
  opacity: 0;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  height: 100%;
}
@media only screen and (min-width: 768px) and (max-width: 991px), (max-width: 767px) {
  .lw-contact-2-wrap {
    opacity: 1;
    padding-top: 100px;
    padding-bottom: 100px;
  }
}
.lw-contact-2-content-box {
  max-width: 300px;
  width: 100%;
  height: 300px;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
  padding: 25px;
  flex: 0 0 auto;
  position: relative;
  z-index: 1;
}
@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .lw-contact-2-content-box {
    max-width: 300px;
    padding: 45px 20px;
  }
}
.lw-contact-2-content-box .has-hr-line {
  width: 1px;
  height: 100%;
  background: linear-gradient(0deg, rgba(2, 0, 36, 0) 0%, rgb(255, 255, 255) 10%, rgb(255, 255, 255) 50%, rgb(255, 255, 255) 90%, rgba(0, 212, 255, 0) 100%);
  position: absolute;
  right: 0;
  top: -10%;
  transform: translateY(-50%) scaleY(3.2);
  opacity: 55%;
}
.lw-contact-2-content-box .has-hr-line-left {
  width: 1px;
  height: 100%;
  background: linear-gradient(0deg, rgba(2, 0, 36, 0) 0%, rgb(255, 255, 255) 10%, rgb(255, 255, 255) 50%, rgb(255, 255, 255) 90%, rgba(0, 212, 255, 0) 100%);
  position: absolute;
  left: 0;
  top: -10%;
  transform: translateY(-50%) scaleY(3.2);
  opacity: 55%;
}
.lw-contact-2-content-box .has-vr-line {
  width: 100%;
  height: 1px;
  background: linear-gradient(90deg, rgba(2, 0, 36, 0) 0%, rgb(255, 255, 255) 10%, rgb(255, 255, 255) 50%, rgb(255, 255, 255) 90%, rgba(0, 212, 255, 0) 100%);
  position: absolute;
  left: 150%;
  top: -1px;
  transform: translateX(-50%) scaleX(6);
  opacity: 55%;
}
.lw-contact-2-content-box .has-vr-line-top {
  width: 100%;
  height: 1px;
  background: linear-gradient(90deg, rgba(2, 0, 36, 0) 0%, rgb(255, 255, 255) 10%, rgb(255, 255, 255) 50%, rgb(255, 255, 255) 90%, rgba(0, 212, 255, 0) 100%);
  position: absolute;
  left: 53%;
  top: -1px;
  transform: translateX(-50%) scaleX(6);
  opacity: 55%;
}
.lw-contact-2-content-box .has-hr-line-bottom {
  width: 100%;
  height: 1px;
  background: linear-gradient(90deg, rgba(2, 0, 36, 0) 0%, rgb(255, 255, 255) 10%, rgb(255, 255, 255) 50%, rgb(255, 255, 255) 90%, rgba(0, 212, 255, 0) 100%);
  position: absolute;
  left: 143%;
  bottom: -1px;
  transform: translateX(-50%) scaleX(6);
  opacity: 55%;
}
.lw-contact-2-content-box .bg-img {
  position: absolute;
  top: 0;
  left: 0;
  z-index: -1;
  width: 100%;
  height: 100%;
}
.lw-contact-2-content-box .title {
  font-size: 24px;
  text-transform: uppercase;
  color: var(--lw-clr-white-1);
  font-weight: 700;
  width: 100%;
  margin-bottom: 15px;
}
@media only screen and (min-width: 992px) and (max-width: 1199px), only screen and (min-width: 768px) and (max-width: 991px), (max-width: 767px) {
  .lw-contact-2-content-box .title {
    font-size: 24px;
  }
}
.lw-contact-2-content-box .line {
  width: 100%;
  height: 1px;
  background: linear-gradient(90deg, rgba(2, 0, 36, 0) 0%, rgba(255, 255, 255, 0.8967962185) 10%, rgb(255, 255, 255) 50%, rgba(255, 255, 255, 0.9023984594) 90%, rgba(0, 212, 255, 0) 100%);
  opacity: 24%;
  transform: scaleX(122%);
  margin-bottom: 33px;
}
.lw-contact-2-content-box .item-link {
  width: 100%;
  text-transform: capitalize;
  font-size: 20px;
  font-weight: 600;
  color: var(--lw-clr-white-1);
  transition: all 0.5s var(--lw-cube-1);
}
@media only screen and (min-width: 992px) and (max-width: 1199px), only screen and (min-width: 768px) and (max-width: 991px), (max-width: 767px) {
  .lw-contact-2-content-box .item-link {
    font-size: 20px;
  }
}
.lw-contact-2-content-box .item-link span {
  color: #939393;
}
.lw-contact-2-content-box .item-link:hover {
  color: var(--lw-clr-pr-1);
}
.lw-contact-2-content-box .address {
  width: 100%;
  text-transform: capitalize;
  font-size: 20px;
  font-weight: 600;
  color: var(--lw-clr-white-1);
}
@media only screen and (min-width: 992px) and (max-width: 1199px), only screen and (min-width: 768px) and (max-width: 991px), (max-width: 767px) {
  .lw-contact-2-content-box .address {
    font-size: 20px;
  }
}
.lw-contact-2-content-box:is(.has-not-blur) {
  background: transparent;
  backdrop-filter: unset;
}
.lw-contact-2-content-logo {
  margin-left: -80px;
  position: relative;
  z-index: 1;
}
@media only screen and (min-width: 992px) and (max-width: 1199px), only screen and (min-width: 768px) and (max-width: 991px), (max-width: 767px) {
  .lw-contact-2-content-logo {
    margin-left: 0px;
    padding: 20px;
  }
}

/*
    contact-2-end
*/
/*
    contact-3-start
*/
.lw-contact-3-area .lw-contact-1-wrap {
  padding-top: 220px;
}
@media only screen and (min-width: 1200px) and (max-width: 1399px), only screen and (min-width: 992px) and (max-width: 1199px) {
  .lw-contact-3-area .lw-contact-1-wrap {
    padding-top: 180px;
  }
}
@media only screen and (min-width: 768px) and (max-width: 991px), (max-width: 767px) {
  .lw-contact-3-area .lw-contact-1-wrap {
    padding-top: 150px;
  }
}
.lw-contact-3-area .lw-contact-1-wrap .lw-sec-big-title {
  top: 0;
  left: -60px;
  font-size: 310px;
  opacity: 10%;
}
@media only screen and (min-width: 1400px) and (max-width: 1599px) {
  .lw-contact-3-area .lw-contact-1-wrap .lw-sec-big-title {
    font-size: 250px;
    left: 0px;
  }
}
@media only screen and (min-width: 1200px) and (max-width: 1399px) {
  .lw-contact-3-area .lw-contact-1-wrap .lw-sec-big-title {
    font-size: 200px;
    left: 0px;
  }
}
@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .lw-contact-3-area .lw-contact-1-wrap .lw-sec-big-title {
    font-size: 180px;
    left: 0px;
  }
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .lw-contact-3-area .lw-contact-1-wrap .lw-sec-big-title {
    font-size: 140px;
    left: 0px;
  }
}
@media (max-width: 767px) {
  .lw-contact-3-area .lw-contact-1-wrap .lw-sec-big-title {
    font-size: 80px;
    left: 0px;
  }
}
@media only screen and (min-width: 576px) and (max-width: 767px) {
  .lw-contact-3-area .lw-contact-1-wrap .lw-sec-big-title {
    font-size: 120px;
    left: 0px;
  }
}
.lw-contact-3-area .lw-contact-1-wrap .lw-contact-1-content .lw-pr-btn-3 {
  background: transparent;
  color: var(--lw-clr-h-2);
  padding: 5px 15px;
  padding-right: 15px;
}
.lw-contact-3-area .lw-contact-1-wrap .lw-form-1-bg-color {
  background-color: #eaeaea;
}
.lw-contact-3-area .lw-contact-1-wrap .lw-form-1-bg-color::after {
  border-radius: 40px 40px 0 0;
}
.lw-contact-3-area .lw-contact-1-wrap .lw-form-1-item-checkbox {
  margin-bottom: 12px;
}
.lw-contact-3-area .lw-contact-1-wrap .lw-form-1-item .lw-pr-btn-1 .icon {
  width: 40px;
  height: 40px;
  border-radius: 50%;
  border: 2px solid #fff;
}
.lw-contact-3-area .lw-contact-1-wrap .lw-form-1-item .lw-pr-btn-1 .icon-2 {
  width: 40px;
  height: 40px;
  border-radius: 50%;
  border: 2px solid #fff;
}
.lw-contact-3-area .lw-contact-1-wrap .lw-form-1-item .lw-pr-btn-1 .text {
  background: #333538;
  border-radius: 50px;
}
.lw-contact-3-bg-img {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 37%;
  height: 130%;
  z-index: -1;
}
.lw-contact-3-bg-img img {
  width: 100%;
  height: 100%;
}
.lw-contact-3-line {
  width: 100%;
  height: 1px;
  background: var(--lw-clr-pr-1);
  opacity: 20%;
}
.lw-contact-3-sec-title .lw-sec-title-2 {
  margin-bottom: 11px;
}

/*
    contact-3-end
*/
/*
    contact-4-start
*/
.lw-contact-4-wrap {
  display: grid;
  grid-template-columns: 1fr 1.64fr auto;
  gap: 30px;
  align-items: center;
  max-width: 1090px;
  margin-left: auto;
  margin-right: auto;
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .lw-contact-4-wrap {
    grid-template-columns: 1fr 1fr;
  }
}
@media (max-width: 767px) {
  .lw-contact-4-wrap {
    grid-template-columns: 1fr;
    gap: 50px;
  }
}
.lw-contact-4-sec-title .disc {
  margin-top: 10px;
}
.lw-contact-4-video {
  width: 185px;
  height: 200px;
  align-self: end;
}
.lw-contact-4-video::after {
  content: "";
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  background: #000;
  opacity: 0.6;
}
.lw-contact-4-content {
  margin-left: 100px;
}
@media only screen and (min-width: 992px) and (max-width: 1199px), only screen and (min-width: 768px) and (max-width: 991px), (max-width: 767px) {
  .lw-contact-4-content {
    margin-left: 0px;
  }
}
.lw-contact-4-content .lw-contact-1-social {
  gap: 20px;
}
.lw-contact-4-content .lw-contact-1-social .item-link {
  width: auto;
  height: auto;
  background: transparent;
  color: var(--lw-clr-h-1);
  font-size: 20px;
  border: none;
}
.lw-contact-4-content .lw-contact-1-social .item-link:hover {
  background: transparent;
  color: var(--lw-clr-pr-1);
}
.lw-contact-4-content .lw-pr-btn-4 {
  border-color: var(--lw-clr-pr-1);
  color: var(--lw-clr-h-1);
}
.lw-contact-4-content .lw-pr-btn-4 .text::after {
  color: var(--lw-clr-white-1);
}
.lw-contact-4-content .lw-pr-btn-4:hover {
  background: var(--lw-clr-pr-1);
}
.lw-contact-4-img {
  height: 558px;
}
@media (max-width: 767px) {
  .lw-contact-4-img {
    height: auto;
  }
}

/*
    contact-4-end
*/
/*
    appointment-page-start
*/
.lw-appointment-page-wrap .lw-sec-big-title {
  -webkit-text-stroke: transparent;
  top: -109px;
  left: 2%;
}
.comment-respond,
.lw-appointment-page-form {
  background-color: #F7F3EB;
  border-radius: 16px;
  max-width: 820px;
  width: 100%;
  margin-left: auto;
  margin-right: auto;
  padding: 60px 60px;
}
@media (max-width: 767px) {
  .comment-respond,
  .lw-appointment-page-form {
    padding: 60px 20px;
  }
}
@media only screen and (min-width: 576px) and (max-width: 767px) {
  .comment-respond,
  .lw-appointment-page-form {
    padding: 60px 30px;
  }
}
.lw-appointment-page-form-title {
  font-size: 32px;
  text-align: center;
  margin-bottom: 42px;
}
@media (max-width: 767px) {
  .lw-appointment-page-form-title {
    font-size: 22px;
  }
}
@media only screen and (min-width: 576px) and (max-width: 767px) {
  .lw-appointment-page-form-title {
    font-size: 26px;
  }
}
.lw-appointment-page-form .lw-form-1 {
  border-radius: 0;
  padding: 0;
  padding-bottom: 0;
}
.lw-appointment-page-form .lw-form-1-item-input {
  border: 1px solid rgba(176, 118, 78, 0.2);
  height: 56px;
}
.lw-appointment-page-form .lw-form-1-item textarea {
  height: 160px;
}
.lw-appointment-page-form .lw-form-1-item:last-child {
  padding-top: 0px;
  padding-left: 0px;
}
.comment-respond .form-btn,
.lw-appointment-page-form .lw-form-1-item .form-btn {
  width: 100%;
  text-align: center;
  font-family: var(--lw-font-1);
  text-transform: capitalize;
  background: var(--lw-gd-1);
  font-size: 18px;
  line-height: 28px;
  font-weight: 700;
  padding: 14px 15px;
  border-radius: 4px;
  color: var(--lw-clr-white-1);
  position: relative;
  z-index: 1;
  transition: all 0.5s var(--lw-cube-1);
}
.comment-respond .form-btn::after,
.lw-appointment-page-form .lw-form-1-item .form-btn::after {
  content: "";
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  background-color: var(--lw-clr-pr-1);
  border-radius: 4px;
  opacity: 0;
  transition: all 0.5s var(--lw-cube-1);
  z-index: -1;
}
.comment-respond .form-btn:hover,
.lw-appointment-page-form .lw-form-1-item .form-btn:hover {
  color: var(--lw-clr-h-1);
}
.comment-respond .form-btn:hover::after,
.lw-appointment-page-form .lw-form-1-item .form-btn:hover::after {
  opacity: 1;
}

/*
    appointment-page-end
*/
/*
    contact-page-start
*/
.lw-contact-5-wrap {
  display: grid;
  grid-template-columns: 1fr 1.08fr;
  background: #F7F3EB;
  border-radius: 12px;
  overflow: hidden;
  gap: 65px;
  padding-right: 65px;
  align-items: center;
}
@media only screen and (min-width: 768px) and (max-width: 991px), (max-width: 767px) {
  .lw-contact-5-wrap {
    grid-template-columns: 1fr;
    padding-right: 0;
  }
}
.lw-contact-5-img {
  height: 638px;
}
@media (max-width: 767px) {
  .lw-contact-5-img {
    height: 400px;
  }
}
@media only screen and (min-width: 576px) and (max-width: 767px) {
  .lw-contact-5-img {
    height: 500px;
  }
}
@media only screen and (min-width: 768px) and (max-width: 991px), (max-width: 767px) {
  .lw-contact-5-form {
    padding: 30px;
    padding-bottom: 40px;
    padding-top: 0;
  }
}
.lw-contact-5-form-title {
  font-size: 40px;
  font-weight: 600;
  margin-bottom: 30px;
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .lw-contact-5-form-title {
    font-size: 36px;
  }
}
@media (max-width: 767px) {
  .lw-contact-5-form-title {
    font-size: 26px;
  }
}
@media only screen and (min-width: 576px) and (max-width: 767px) {
  .lw-contact-5-form-title {
    font-size: 30px;
  }
}
.lw-contact-5-form .lw-contact-1-form {
  padding: 0;
}
.lw-contact-5-form .lw-contact-1-form .lw-form-1-item-input {
  border: 1px solid rgba(176, 118, 78, 0.2);
  height: 56px;
  color: rgba(12, 12, 12, 0.6);
}
.lw-contact-5-form .lw-contact-1-form .lw-form-1-item textarea {
  height: 145px;
}

.lw-contact-office {
  display: grid;
  grid-template-columns: 1fr 1fr 1fr;
  gap: 40px;
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .lw-contact-office {
    grid-template-columns: 1fr 1fr;
  }
}
@media (max-width: 767px) {
  .lw-contact-office {
    grid-template-columns: 1fr;
  }
}
.lw-contact-office-single .office-img {
  height: 412px;
  margin-bottom: 30px;
}
.lw-contact-office-single .title {
  font-size: 14px;
  text-transform: uppercase;
  color: var(--lw-clr-pr-1);
  font-weight: 500;
  letter-spacing: 2px;
  margin-bottom: 6px;
}
.lw-contact-office-single .disc {
  letter-spacing: 0.5px;
}
.lw-contact-office-single .disc a {
  display: block;
  transition: all 0.5s var(--lw-cube-1);
}
.lw-contact-office-single .disc a:hover {
  color: var(--lw-clr-pr-1);
}
.lw-contact-office-single .item-row:not(:last-child) {
  margin-bottom: 20px;
}

.lw-contact-page-map {
  width: 100%;
  height: 718px;
}
@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .lw-contact-page-map {
    height: 500px;
  }
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .lw-contact-page-map {
    height: 400px;
  }
}
@media (max-width: 767px) {
  .lw-contact-page-map {
    height: 300px;
  }
}
@media only screen and (min-width: 576px) and (max-width: 767px) {
  .lw-contact-page-map {
    height: 350px;
  }
}
.lw-contact-page-map iframe {
  width: 100%;
  height: 100%;
}

/*
    contact-page-end
*/
/*
    blog-1-start
*/
.lw-blog-1-area {
  background-color: #f6f1e7;
}
.lw-blog-1-wrap {
  margin-left: -65px;
  margin-right: -65px;
}
@media only screen and (min-width: 1200px) and (max-width: 1399px), only screen and (min-width: 992px) and (max-width: 1199px), only screen and (min-width: 768px) and (max-width: 991px), (max-width: 767px) {
  .lw-blog-1-wrap {
    margin-left: 0px;
    margin-right: 0px;
  }
}
.lw-blog-1-wrap .lw-sec-big-title {
  -webkit-text-stroke: transparent;
  top: -100px;
}
.lw-blog-1-sec-title {
  display: flex;
  align-items: end;
  gap: 30px;
  flex-wrap: wrap;
}
.lw-blog-1-sec-title .disc {
  margin-left: auto;
  margin-bottom: 5px;
}
@media only screen and (min-width: 768px) and (max-width: 991px), (max-width: 767px) {
  .lw-blog-1-sec-title .disc {
    margin-left: 0;
  }
}
.lw-blog-1-all-btn {
  font-size: 14px;
  text-transform: uppercase;
  display: inline-flex;
  align-items: center;
  gap: 10px;
  margin-bottom: 12px;
  line-height: 1;
  transition: all 0.5s var(--lw-cube-1);
}
.lw-blog-1-all-btn .text {
  border-bottom: 1px solid;
}
.lw-blog-1-all-btn:hover {
  color: var(--lw-clr-pr-1);
  transform: translateX(3px);
}
.lw-blog-1-item-wrap {
  display: grid;
  grid-template-columns: 2.2fr auto 1fr;
  gap: 30px;
  align-items: start;
}
@media only screen and (min-width: 768px) and (max-width: 991px), (max-width: 767px) {
  .lw-blog-1-item-wrap {
    grid-template-columns: 1fr;
  }
}
.lw-blog-1-item-wrap .line {
  width: 1px;
  height: 100%;
  background-color: #9f8f8f;
  opacity: 45%;
}
.lw-blog-1-item {
  position: relative;
  z-index: 1;
}
.lw-blog-1-item .blog-img {
  height: 590px;
  width: 100%;
  border-radius: 4px;
  position: relative;
  z-index: 1;
}
@media (max-width: 767px) {
  .lw-blog-1-item .blog-img {
    height: 490px;
  }
}
@media only screen and (min-width: 576px) and (max-width: 767px) {
  .lw-blog-1-item .blog-img {
    height: 590px;
  }
}
.lw-blog-1-item .blog-img::after {
  content: "";
  width: 100%;
  height: 45%;
  background: var(--lw-clr-pr-1);
  position: absolute;
  bottom: -70px;
  left: 0;
  filter: blur(40px);
  transform: scale(1.1);
  transition: all 0.5s var(--lw-cube-1);
  opacity: 0.9;
}
.lw-blog-1-item .blog-img img {
  filter: grayscale(1);
  transition: all 0.5s var(--lw-cube-1);
}
.lw-blog-1-item .content {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  z-index: 1;
  padding: 40px 50px;
}
@media (max-width: 767px) {
  .lw-blog-1-item .content {
    padding: 40px 20px;
  }
}
@media only screen and (min-width: 576px) and (max-width: 767px) {
  .lw-blog-1-item .content {
    padding: 40px 50px;
  }
}
.lw-blog-1-item .blog-title {
  font-size: 36px;
  line-height: 1.388;
  color: var(--lw-clr-white-1);
}
@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .lw-blog-1-item .blog-title {
    font-size: 32px;
  }
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .lw-blog-1-item .blog-title {
    font-size: 28px;
  }
}
@media (max-width: 767px) {
  .lw-blog-1-item .blog-title {
    font-size: 22px;
  }
}
.lw-blog-1-item .blog-title a {
  width: 100%;
  display: inline !important;
  background-position-y: -1px;
  background-repeat: no-repeat;
  background-size: 100% 100%;
  backface-visibility: hidden;
  padding-bottom: 0px;
  -webkit-backface-visibility: hidden;
  background-image: linear-gradient(transparent calc(100% - 1.5px), currentColor 2px);
  -webkit-transition: 0.6s cubic-bezier(0.215, 0.61, 0.355, 1);
  transition: 0.6s cubic-bezier(0.215, 0.61, 0.355, 1);
}
.lw-blog-1-item .blog-title:hover a {
  color: inherit;
  background-size: 0% 100%;
}
.lw-blog-1-item .blog-meta {
  font-size: 16px;
  text-transform: uppercase;
  color: var(--lw-clr-white-1);
  padding-left: 24px;
  position: relative;
  z-index: 1;
  margin-bottom: 26px;
}
.lw-blog-1-item .blog-meta span {
  color: #ababab;
  font-weight: 500;
}
.lw-blog-1-item .blog-meta::after {
  content: "";
  width: 11px;
  height: 11px;
  border-radius: 50%;
  background: var(--lw-clr-fawn);
  position: absolute;
  top: 4px;
  left: 0;
}
.lw-blog-1-item:hover .blog-img img {
  filter: grayscale(0);
  transform: scale(105%);
}
.lw-blog-1-item:is(.has-v2) .blog-img {
  height: 260px;
  margin-bottom: 27px;
}
.lw-blog-1-item:is(.has-v2) .blog-img::after {
  display: none;
}
.lw-blog-1-item:is(.has-v2) .content {
  padding: 0;
  position: unset;
}
.lw-blog-1-item:is(.has-v2) .blog-meta {
  color: var(--lw-clr-h-1);
}
.lw-blog-1-item:is(.has-v2) .blog-meta::after {
  background: var(--lw-clr-pr-1);
}
.lw-blog-1-item:is(.has-v2) .line {
  width: 100%;
  height: 1px;
  background-color: #9f8f8f;
  opacity: 45%;
  margin-bottom: 23px;
}
.lw-blog-1-item:is(.has-v2) .blog-title {
  font-size: 22px;
  line-height: 1.363;
  color: var(--lw-clr-h-1);
  margin-bottom: 21px;
}
.lw-blog-1-item:is(.has-v2) .disc {
  font-size: 16px;
  line-height: 24px;
  margin-bottom: 27px;
}

/*
    blog-1-end
*/
/*
    blog-4-start
*/
.lw-blog-4-content {
  display: flex;
  align-items: end;
  gap: 30px;
  max-width: 950px;
  margin-left: auto;
  justify-content: end;
}
@media only screen and (min-width: 768px) and (max-width: 991px), (max-width: 767px) {
  .lw-blog-4-content {
    justify-content: start;
    flex-wrap: wrap;
  }
}
.lw-blog-4-content .line {
  background: #aeaeae;
  width: 195px;
  height: 1px;
  margin-bottom: 33px;
}
.lw-blog-4-content .lw-testimonial-1-slider-btn {
  position: unset;
  margin-left: 50px;
}
@media only screen and (min-width: 768px) and (max-width: 991px), (max-width: 767px) {
  .lw-blog-4-content .lw-testimonial-1-slider-btn {
    margin-left: 0px;
  }
}
.lw-blog-4-card {
  max-width: 405px;
}
@media only screen and (min-width: 1200px) and (max-width: 1399px), only screen and (min-width: 992px) and (max-width: 1199px), only screen and (min-width: 768px) and (max-width: 991px), (max-width: 767px) {
  .lw-blog-4-card {
    max-width: 100%;
  }
}
.lw-blog-4-card .blog-img {
  width: 100%;
  height: 410px;
  margin-bottom: 25px;
  transition: all 0.5s var(--lw-cube-1);
}
.lw-blog-4-card .blog-date {
  font-size: 16px;
  background: var(--lw-clr-pr-1);
  display: inline-block;
  text-transform: uppercase;
  color: #fff;
  font-weight: 400;
  padding: 5px 14px;
  border-radius: 14px;
  margin-bottom: 30px;
}
.lw-blog-4-card .blog-title {
  font-size: 22px;
  line-height: 1.363;
  margin-bottom: 11px;
  transition: 0.6s cubic-bezier(0.215, 0.61, 0.355, 1);
}
.lw-blog-4-card .blog-title a {
  display: inline !important;
  background-position-y: -1px;
  background-repeat: no-repeat;
  background-size: 100% 100%;
  backface-visibility: hidden;
  -webkit-backface-visibility: hidden;
  background-image: linear-gradient(transparent calc(100% - 1px), currentColor 2px);
  -webkit-transition: 0.6s cubic-bezier(0.215, 0.61, 0.355, 1);
  transition: 0.6s cubic-bezier(0.215, 0.61, 0.355, 1);
}
.lw-blog-4-card .blog-title:hover {
  color: var(--lw-clr-pr-1);
}
.lw-blog-4-card .blog-title:hover a {
  background-size: 0% 100%;
}
.lw-blog-4-card .blog-disc {
  color: #4c4c4c;
}
.lw-blog-4-card:hover .blog-img {
  transform: translateY(10px);
}
@media only screen and (min-width: 1200px) and (max-width: 1399px), only screen and (min-width: 992px) and (max-width: 1199px), only screen and (min-width: 768px) and (max-width: 991px), (max-width: 767px) {
  .lw-blog-4-slider {
    padding-left: 15px;
    padding-right: 15px;
  }
}
@media (min-width: 1800px), only screen and (min-width: 1600px) and (max-width: 1799px), only screen and (min-width: 1400px) and (max-width: 1599px) {
  .lw-blog-4-slider .swiper-slide {
    width: auto !important;
  }
}

/*
    blog-4-end
*/
/*
    brand-2-start
*/
.lw-brand-2-area {
  background-color: #262424;
  padding: 42px 0;
}
.lw-brand-2-wrap {
  display: grid;
  grid-template-columns: 1fr 3fr;
  padding-left: 95px;
  align-items: center;
  gap: 180px;
}
@media only screen and (min-width: 1600px) and (max-width: 1799px) {
  .lw-brand-2-wrap {
    gap: 140px;
  }
}
@media only screen and (min-width: 1400px) and (max-width: 1599px) {
  .lw-brand-2-wrap {
    gap: 50px;
    grid-template-columns: 1fr 2fr;
  }
}
@media only screen and (min-width: 1200px) and (max-width: 1399px) {
  .lw-brand-2-wrap {
    gap: 50px;
    grid-template-columns: 1fr 2fr;
    padding-left: 30px;
  }
}
@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .lw-brand-2-wrap {
    gap: 50px;
    grid-template-columns: 1fr 2fr;
    padding-left: 30px;
  }
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .lw-brand-2-wrap {
    grid-template-columns: 1fr 2fr;
    padding-left: 25px;
    gap: 10px;
  }
}
@media (max-width: 767px) {
  .lw-brand-2-wrap {
    grid-template-columns: 1fr;
    padding-left: 15px;
    gap: 30px;
  }
}
.lw-brand-2-title {
  font-size: 36px;
  line-height: 1.333;
  font-weight: 600;
  color: var(--lw-clr-white-1);
  max-width: 344px;
  width: 100%;
}
@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .lw-brand-2-title {
    font-size: 30px;
  }
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .lw-brand-2-title {
    font-size: 28px;
  }
}
@media (max-width: 767px) {
  .lw-brand-2-title {
    font-size: 24px;
  }
}
.lw-brand-2-logo {
  display: flex;
  align-items: center;
  gap: 160px;
  overflow: hidden;
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .lw-brand-2-logo {
    gap: 80px;
  }
}
@media (max-width: 767px) {
  .lw-brand-2-logo {
    gap: 50px;
  }
}
.lw-brand-2-logo .logo {
  flex: 0 0 auto;
}
.lw-brand-2-marquee-active {
  overflow: hidden;
  position: relative;
  z-index: 1;
}
.lw-brand-2-marquee-active::after {
  content: "";
  width: 300px;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  background: linear-gradient(90deg, rgb(38, 36, 36) 0%, rgba(0, 212, 255, 0) 100%);
}

/*
    brand-2-end
*/
/*
    brand-3-start
*/
.lw-brand-2-area:is(.has-brand-3) {
  background: #0d0d0d;
}
.lw-brand-2-area:is(.has-brand-3) .lw-brand-2-marquee-active::after {
  background: linear-gradient(90deg, rgb(13, 13, 13) 0%, rgba(0, 212, 255, 0) 100%);
}

/*
    brand-3-end
*/
/*
    slide-text-1-start
*/
.lw-slide-text-1-btn {
  display: inline-flex;
  width: 165px;
  height: 165px;
  border-radius: 10px;
  background: var(--lw-gd-1);
  justify-content: center;
  align-items: center;
  font-size: 60px;
  border: 4px solid var(--lw-clr-h-1);
  color: var(--lw-clr-h-1);
}
.lw-slide-text-1-btn i {
  transition: all 0.5s var(--lw-cube-1);
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .lw-slide-text-1-btn {
    width: 125px;
    height: 125px;
    font-size: 50px;
  }
}
@media (max-width: 767px) {
  .lw-slide-text-1-btn {
    width: 85px;
    height: 85px;
    font-size: 30px;
  }
}
.lw-slide-text-1-btn:hover i {
  transform: rotate(45deg);
}
.lw-slide-text-1-wrap .btn-wrap {
  margin-bottom: -60px;
  position: relative;
  z-index: 1;
}
.lw-slide-text-1-wrap .lw-marquee-text-1 {
  height: 136px;
}
.lw-slide-text-1-flex {
  display: flex;
  gap: 125px;
}
@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .lw-slide-text-1-flex {
    gap: 100px;
  }
}
@media only screen and (min-width: 576px) and (max-width: 767px) {
  .lw-slide-text-1-flex {
    gap: 80px;
  }
}
@media (max-width: 767px) {
  .lw-slide-text-1-flex {
    gap: 60px;
  }
}
.lw-slide-text-1-flex .title {
  font-size: 136px;
  font-weight: 900;
  text-transform: uppercase;
  color: var(--lw-clr-h-1);
  line-height: 1;
  -webkit-text-stroke: 7px var(--lw-clr-white-1);
  text-shadow: -1.042px 5.909px 68px rgba(23, 16, 16, 0.44);
  flex: 0 0 auto;
  transition: all 0.5s var(--lw-cube-1);
}
@media only screen and (min-width: 1200px) and (max-width: 1399px) {
  .lw-slide-text-1-flex .title {
    font-size: 116px;
    -webkit-text-stroke: 6px var(--lw-clr-white-1);
  }
}
@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .lw-slide-text-1-flex .title {
    font-size: 96px;
    -webkit-text-stroke: 5px var(--lw-clr-white-1);
  }
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .lw-slide-text-1-flex .title {
    font-size: 66px;
    -webkit-text-stroke: 4px var(--lw-clr-white-1);
  }
}
@media (max-width: 767px) {
  .lw-slide-text-1-flex .title {
    font-size: 46px;
    -webkit-text-stroke: 2px var(--lw-clr-white-1);
  }
}

/*
    slide-text-1-end
*/
/*
    slide-text-3-start
*/
.lw-slide-text-3-area {
  background: var(--lw-clr-h-1);
  padding: 16px 0;
}
.lw-slide-text-3-wrap {
  display: flex;
  align-items: center;
  gap: 24px;
}
.lw-slide-text-3-item {
  font-size: 30px;
  line-height: 1.3;
  display: flex;
  align-items: center;
  gap: 24px;
  overflow: hidden;
  flex: 0 0 auto;
  color: var(--lw-clr-white-1);
}
.lw-slide-text-3-item i {
  color: var(--lw-clr-pr-1);
}
.lw-slide-text-3-item .text {
  position: relative;
}
.lw-slide-text-3-item .text span {
  transition: all 0.5s var(--lw-cube-1);
}
.lw-slide-text-3-item .text span:nth-child(2) {
  position: relative;
}
.lw-slide-text-3-item .text span:nth-child(1) {
  position: absolute;
  transform: translateY(-120%);
  color: var(--lw-clr-pr-1);
}
.lw-slide-text-3-item:hover .text span:nth-child(2) {
  transform: translateY(120%);
}
.lw-slide-text-3-item:hover .text span:nth-child(1) {
  transform: translateY(0%);
}

/*
    slide-text-3-end
*/
/*
    progress-2-start
*/
.lw-progress-2-height {
  background-color: #090909;
  height: 200vh;
}
@media only screen and (min-width: 768px) and (max-width: 991px), (max-width: 767px) {
  .lw-progress-2-height {
    padding-top: 100px;
    height: auto;
  }
}

.lw-progress-2-area {
  height: 100vh;
  display: flex;
  flex-direction: column;
  justify-content: end;
}
@media only screen and (min-width: 768px) and (max-width: 991px), (max-width: 767px) {
  .lw-progress-2-area {
    height: auto;
  }
}
.lw-progress-2-sec-title .lw-sec-title-1 {
  color: var(--lw-clr-white-1);
}
.lw-progress-2-item {
  display: grid;
  grid-template-columns: 1fr auto 1fr auto 1fr;
  gap: 39px;
  margin-bottom: 120px;
}
@media only screen and (min-width: 1200px) and (max-width: 1399px), only screen and (min-width: 992px) and (max-width: 1199px) {
  .lw-progress-2-item {
    margin-bottom: 60px;
  }
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .lw-progress-2-item {
    gap: 30px 20px;
    margin-bottom: 40px;
  }
}
@media (max-width: 767px) {
  .lw-progress-2-item {
    gap: 30px 20px;
    grid-template-columns: 1fr;
    margin-bottom: 40px;
  }
}
@media only screen and (min-width: 576px) and (max-width: 767px) {
  .lw-progress-2-item {
    gap: 30px 20px;
    grid-template-columns: 1fr 1fr;
    margin-bottom: 40px;
  }
}
.lw-progress-2-item-single .title {
  font-size: 30px;
  color: var(--lw-clr-white-1);
  margin-bottom: 39px;
}
@media only screen and (min-width: 768px) and (max-width: 991px), (max-width: 767px) {
  .lw-progress-2-item-single .title {
    font-size: 22px;
  }
}
.lw-progress-2-item-single .disc {
  color: #7e7e7e;
}
.lw-progress-2-item-single .disc span {
  color: var(--lw-clr-white-1);
  display: unset;
}
.lw-progress-2-item-icon {
  display: inline-flex;
  flex: 0 0 auto;
  align-items: center;
  justify-content: center;
  width: 35px;
  height: 35px;
  background: var(--lw-clr-pr-1);
  border-radius: 50%;
  font-size: 17px;
  color: var(--lw-clr-white-1);
}
@media (max-width: 767px) {
  .lw-progress-2-item-icon {
    display: none;
  }
}

.lw-chess-2-wrap {
  background-color: #090909;
  justify-content: center;
  align-items: center;
  width: 110vw;
  margin-left: -5vw;
  height: 260px;
  display: flex;
  overflow: hidden;
  position: relative;
  z-index: 1;
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .lw-chess-2-wrap {
    height: 120px;
  }
}
@media (max-width: 767px) {
  .lw-chess-2-wrap {
    height: 70px;
  }
}
@media only screen and (min-width: 576px) and (max-width: 767px) {
  .lw-chess-2-wrap {
    height: 120px;
  }
}
.lw-chess-2-wrap::after {
  content: "";
  width: 100%;
  height: 100%;
  background: linear-gradient(0deg, rgba(9, 9, 9, 0) 0%, rgb(9, 9, 9) 100%);
  position: absolute;
  top: 0;
  left: 0;
  z-index: 2;
}
.lw-chess-2-wrap .shape-layer {
  z-index: 1;
  width: 100%;
  height: 100%;
  position: absolute;
  inset: 0%;
  object-fit: contain;
  object-position: 50% 100%;
  opacity: 0;
}
@media only screen and (min-width: 768px) and (max-width: 991px), (max-width: 767px) {
  .lw-chess-2-wrap .shape-layer {
    opacity: 1;
  }
}

/*
    progress-2-end
*/
/*
    choose-1-start
*/
.lw-choose-1-area .lw-sec-big-title {
  -webkit-text-stroke: transparent;
  z-index: -1;
  top: 40px;
  opacity: 7%;
}
.lw-choose-1-wrap {
  margin-right: -290px;
  display: grid;
  grid-template-columns: 1.3fr 1fr;
  gap: 50px 110px;
}
@media only screen and (min-width: 1600px) and (max-width: 1799px) {
  .lw-choose-1-wrap {
    margin-right: -190px;
  }
}
@media only screen and (min-width: 1400px) and (max-width: 1599px) {
  .lw-choose-1-wrap {
    margin-right: -100px;
  }
}
@media only screen and (min-width: 1200px) and (max-width: 1399px) {
  .lw-choose-1-wrap {
    margin-right: 0px;
  }
}
@media only screen and (min-width: 992px) and (max-width: 1199px), only screen and (min-width: 768px) and (max-width: 991px), (max-width: 767px) {
  .lw-choose-1-wrap {
    margin-right: 0px;
    grid-template-columns: 1fr;
  }
}
.lw-choose-1-sec-title .lw-sec-title-1 {
  max-width: 720px;
}
.lw-choose-1-content-disc {
  padding-top: 10px;
  padding-bottom: 10px;
  padding-right: 10px;
}
.lw-choose-1-content-disc span {
  font-size: 32px;
}
.lw-choose-1-content-div {
  border-top: 1px solid rgba(31, 48, 68, 0.2);
  border-bottom: 1px solid rgba(31, 48, 68, 0.2);
  display: grid;
  grid-template-columns: 2fr 1fr;
}
@media (max-width: 767px) {
  .lw-choose-1-content-div {
    grid-template-columns: 1fr;
  }
}
@media only screen and (min-width: 576px) and (max-width: 767px) {
  .lw-choose-1-content-div {
    grid-template-columns: 2fr 1fr;
  }
}
.lw-choose-1-counter {
  padding-left: 32px;
  border-left: 1px solid rgba(31, 48, 68, 0.2);
  padding-top: 30px;
  padding-bottom: 27px;
}
@media (max-width: 767px) {
  .lw-choose-1-counter {
    border-left: none;
  }
}
@media only screen and (min-width: 576px) and (max-width: 767px) {
  .lw-choose-1-counter {
    border-left: 1px solid rgba(31, 48, 68, 0.2);
  }
}
.lw-choose-1-counter .number {
  font-size: 48px;
  font-weight: 500;
  line-height: 1;
  margin-bottom: 10px;
}
.lw-choose-1-counter .number .plus {
  font-size: 30px;
  color: var(--lw-clr-pr-1);
  transform: translateY(-20px);
}
.lw-choose-1-counter .disc {
  text-transform: capitalize;
}
.lw-choose-1-feature {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 30px;
}
@media (max-width: 767px) {
  .lw-choose-1-feature {
    grid-template-columns: 1fr;
  }
}
@media only screen and (min-width: 576px) and (max-width: 767px) {
  .lw-choose-1-feature {
    grid-template-columns: 1fr 1fr;
  }
}
.lw-choose-1-feature-single .item-icon {
  font-size: 40px;
  color: var(--lw-clr-pr-1);
  margin-bottom: 20px;
}
.lw-choose-1-feature-single .title {
  font-size: 24px;
  margin-bottom: 15px;
}
.lw-choose-1-img {
  height: 690px;
}
.lw-choose-1-img-2 {
  max-width: 300px;
  width: 100%;
  height: 400px;
  position: absolute;
  left: -70px;
  bottom: -95px;
}
@media only screen and (min-width: 992px) and (max-width: 1199px), only screen and (min-width: 768px) and (max-width: 991px), (max-width: 767px) {
  .lw-choose-1-img-2 {
    left: 0px;
    bottom: 0px;
  }
}
.lw-choose-1-bg-img {
  width: 38%;
  position: absolute;
  top: 0;
  left: 0;
  z-index: -2;
}

/*
    choose-1-end
*/
/*
    breadcrumb-start
*/
.lw-breadcrumb-area {
  position: relative;
  z-index: 1;
  padding-top: 275px;
  overflow: hidden;
  padding-bottom: 185px;
  background-color: #212120;
}
@media (max-width: 767px) {
  .lw-breadcrumb-area {
    padding-top: 200px;
    padding-bottom: 120px;
  }
}
.lw-breadcrumb-area::after {
  content: "";
  width: 100%;
  height: 100%;
  background: #021F45;
  opacity: 0%;
  position: absolute;
  left: 0;
  top: 0;
  z-index: -2;
}
.lw-breadcrumb-area:is(.has-details-page) {
  padding-top: 180px;
  padding-bottom: 280px;
}
.lw-breadcrumb-area:is(.has-team-details) {
  padding-bottom: 230px;
}
.lw-breadcrumb-area:is(.has-blog-details) {
  padding-bottom: 170px;
}
.lw-breadcrumb-area:is(.has-blog-details) .lw-breadcrumb-content {
  text-align: center;
}
.lw-breadcrumb-area:is(.has-blog-details) .lw-breadcrumb-title-2 {
  max-width: 1000px;
  margin-left: auto;
  margin-right: auto;
}
.lw-breadcrumb-area:is(.has-shop-page) .lw-breadcrumb-title {
  color: var(--lw-clr-h-1);
}
.lw-breadcrumb-title {
  font-size: 75px;
  line-height: 1.066;
  color: #fff;
  margin-bottom: 26px;
}
@media only screen and (min-width: 1200px) and (max-width: 1399px) {
  .lw-breadcrumb-title {
    font-size: 60px;
  }
}
@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .lw-breadcrumb-title {
    font-size: 55px;
  }
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .lw-breadcrumb-title {
    font-size: 45px;
  }
}
@media (max-width: 767px) {
  .lw-breadcrumb-title {
    font-size: 35px;
  }
}
@media only screen and (min-width: 576px) and (max-width: 767px) {
  .lw-breadcrumb-title {
    font-size: 40px;
  }
}
.lw-breadcrumb-list {
  background: var(--lw-clr-pr-1);
  display: inline-flex;
  border-radius: 8px;
  border: 1px solid rgba(42, 59, 78, 0.6);
  padding: 13px 32px !important;
  gap: 15px 32px;
}
.lw-breadcrumb-list a, .lw-breadcrumb-list span {
  font-weight: 500;
  font-size: 17px;
  font-family: var(--lw-font-2);
  line-height: 28px;
  color: var(--lw-clr-h-1);
  text-decoration: none;
  display: inline-block;
}
.lw-breadcrumb-list a {
  position: relative;
  transition: 300ms;
}
.lw-breadcrumb-list a:hover span,
.lw-breadcrumb-list a:hover {
  color: var(--lw-clr-white-1);
}
.lw-breadcrumb-list a::after {
  content: "";
  position: absolute;
  transform: translateY(-50%);
  background-image: url("../img/shape/breadcrumb-icon.webp");
  width: 16px;
  height: 16px;
  top: 15px;
  right: -26px;
}
.lw-breadcrumb-list span {
  opacity: 60%;
}
.lw-breadcrumb-illus {
  width: 13%;
  text-align: right;
  position: absolute;
  right: 1%;
  top: 57%;
  transform: translateY(-50%);
}
.lw-breadcrumb-content .preview-page {
  font-size: 16px;
  text-transform: capitalize;
  font-weight: 500;
  display: flex;
  align-items: center;
  gap: 10px;
  color: var(--lw-clr-white-1);
  letter-spacing: 0.02em;
  transition: all 0.5s var(--lw-cube-1);
  margin-bottom: 69px;
}
.lw-breadcrumb-content .preview-page i {
  color: var(--lw-clr-pr-1);
}
.lw-breadcrumb-content .preview-page:hover {
  color: var(--lw-clr-pr-1);
}
.lw-breadcrumb-content-meta {
  display: inline-flex;
  flex-wrap: wrap;
  align-items: center;
  gap: 10px 40px;
  background: rgba(255, 255, 255, 0.12);
  backdrop-filter: blur(6px);
  border-radius: 8px;
  padding: 18px 32px;
  margin-bottom: 28px;
}
.lw-breadcrumb-content-meta .meta-item {
  display: inline-flex;
  flex: 0 0 auto;
  font-size: 18px;
  line-height: 20px;
  color: #fff;
  align-items: center;
  gap: 8px;
  font-weight: 500;
  text-transform: capitalize;
}
.lw-breadcrumb-content-meta .meta-item svg path {
  fill: #fff;
}
.lw-breadcrumb-title-2 {
  font-size: 60px;
  line-height: 1.133;
  color: var(--lw-clr-white-1);
}
@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .lw-breadcrumb-title-2 {
    font-size: 55px;
  }
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .lw-breadcrumb-title-2 {
    font-size: 45px;
  }
}
@media (max-width: 767px) {
  .lw-breadcrumb-title-2 {
    font-size: 35px;
  }
}
@media only screen and (min-width: 576px) and (max-width: 767px) {
  .lw-breadcrumb-title-2 {
    font-size: 40px;
  }
}

/*
    breadcrumb-end
*/
/*
    services-details-start
*/
.lw-services-details-img {
  height: 620px;
  margin-top: -220px;
  margin-bottom: 70px;
}
@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .lw-services-details-img {
    height: 550px;
  }
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .lw-services-details-img {
    height: 500px;
  }
}
@media (max-width: 767px) {
  .lw-services-details-img {
    height: 400px;
  }
}
@media only screen and (min-width: 576px) and (max-width: 767px) {
  .lw-services-details-img {
    height: 450px;
  }
}
.lw-services-details-content h1, .lw-services-details-content h2, .lw-services-details-content h3, .lw-services-details-content h4, .lw-services-details-content h5, .lw-services-details-content h6 {
  text-transform: capitalize;
  line-height: 1.125;
  font-family: var(--lw-font-1);
  color: var(--lw-clr-h-1);
  font-weight: 600;
  letter-spacing: -0.02em;
  margin-bottom: 20px;
}
.lw-services-details-content p, .lw-services-details-content span, .lw-services-details-content li {
  font-family: var(--lw-font-2);
  color: var(--lw-crl-p-1);
}
.lw-services-details-content h1 {
  font-size: 36px;
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .lw-services-details-content h1 {
    font-size: 32px;
  }
}
@media (max-width: 767px) {
  .lw-services-details-content h1 {
    font-size: 26px;
  }
}
.lw-services-details-content h2 {
  font-size: 36px;
}
@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .lw-services-details-content h2 {
    font-size: 32px;
  }
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .lw-services-details-content h2 {
    font-size: 28px;
  }
}
@media (max-width: 767px) {
  .lw-services-details-content h2 {
    font-size: 24px;
  }
}
.lw-services-details-content h3 {
  font-size: 32px;
}
@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .lw-services-details-content h3 {
    font-size: 28px;
  }
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .lw-services-details-content h3 {
    font-size: 26px;
  }
}
@media (max-width: 767px) {
  .lw-services-details-content h3 {
    font-size: 22px;
  }
}
.lw-services-details-content h4 {
  font-size: 28px;
}
@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .lw-services-details-content h4 {
    font-size: 22px;
  }
}
@media only screen and (min-width: 768px) and (max-width: 991px), (max-width: 767px) {
  .lw-services-details-content h4 {
    font-size: 20px;
  }
}
.lw-services-details-content h5 {
  font-size: 22px;
}
@media only screen and (min-width: 992px) and (max-width: 1199px), only screen and (min-width: 768px) and (max-width: 991px), (max-width: 767px) {
  .lw-services-details-content h5 {
    font-size: 18px;
  }
}
.lw-services-details-content h6 {
  font-size: 18px;
}
.lw-services-details-content p {
  font-weight: 400;
  line-height: 30px;
  font-size: 18px;
  margin-bottom: 40px;
}
.lw-services-details-content p > span {
  text-transform: uppercase;
  font-size: 60px;
  line-height: 1;
  color: #1D1D3D;
}
.lw-services-details-content-feature {
  margin-bottom: 60px;
}
.lw-services-details-content-feature-single:not(:last-child) {
  margin-bottom: 27px;
}
.lw-services-details-content-feature-single .title {
  font-size: 20px;
  display: flex;
  align-items: center;
  gap: 10px;
  margin-bottom: 14px;
  text-transform: capitalize;
  line-height: 1.125;
  font-family: var(--lw-font-1);
  color: var(--lw-clr-h-1);
  font-weight: 600;
  letter-spacing: -0.02em;
}
.lw-services-details-content-feature-single .title i {
  color: var(--lw-clr-pr-1);
}
.lw-services-details-content-feature-single .disc {
  padding-left: 33px;
  margin-bottom: 0;
}
.lw-services-details-content-img {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 30px;
  margin-left: -220px;
  margin-right: -220px;
  margin-bottom: 60px;
}
@media only screen and (min-width: 992px) and (max-width: 1199px), only screen and (min-width: 768px) and (max-width: 991px) {
  .lw-services-details-content-img {
    margin-left: 0px;
    margin-right: 0px;
  }
}
@media (max-width: 767px) {
  .lw-services-details-content-img {
    margin-left: 0px;
    margin-right: 0px;
    grid-template-columns: 1fr;
  }
}
@media only screen and (min-width: 576px) and (max-width: 767px) {
  .lw-services-details-content-img {
    margin-left: 0px;
    margin-right: 0px;
    grid-template-columns: 1fr 1fr;
  }
}
.lw-services-details-content-img .single-img {
  height: 408px;
  border-radius: 8px;
}
.lw-services-details-content-list {
  background-color: #F6F1E7;
  border-radius: 8px;
  padding: 45px 52px;
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 30px;
  margin-bottom: 60px;
}
@media (max-width: 767px) {
  .lw-services-details-content-list {
    padding: 45px 25px;
    grid-template-columns: 1fr;
  }
}
@media only screen and (min-width: 576px) and (max-width: 767px) {
  .lw-services-details-content-list {
    padding: 45px 52px;
    grid-template-columns: 1fr 1fr;
  }
}
.lw-services-details-content-list .title {
  font-size: 26px;
  line-height: 1.076;
}
.lw-services-details-content ul {
  list-style: none;
  padding: 0;
  margin: 0;
}
.lw-services-details-content ul li {
  font-size: 16px;
  padding-left: 17px;
  position: relative;
  z-index: 1;
}
.lw-services-details-content ul li:not(:last-child) {
  margin-bottom: 6px;
}
.lw-services-details-content ul li::after {
  content: "";
  position: absolute;
  top: 9px;
  left: 0;
  background-color: #7F5236;
  border-radius: 50%;
  width: 6px;
  height: 6px;
}
.lw-services-details-content-testimonial {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 30px;
  padding-top: 10px;
  margin-bottom: 60px;
}
@media (max-width: 767px) {
  .lw-services-details-content-testimonial {
    grid-template-columns: 1fr;
  }
}
@media only screen and (min-width: 576px) and (max-width: 767px) {
  .lw-services-details-content-testimonial {
    grid-template-columns: 1fr 1fr;
  }
}
.lw-services-details-content-testimonial .lw-testimonial-3-item {
  background: #F6F6F6;
  border-radius: 12px;
  padding: 40px 32px;
}
.lw-services-details-content-testimonial .lw-testimonial-3-item .author-bio {
  color: var(--lw-clr-p-1);
  margin-bottom: 5px;
}
.lw-services-details-content-testimonial .lw-testimonial-3-item .author-name {
  color: var(--lw-clr-h-1);
  margin-bottom: 0;
}
.lw-services-details-content-testimonial .lw-testimonial-3-item .line {
  background: rgba(0, 0, 0, 0.2);
}
.lw-services-details-content-testimonial .lw-testimonial-3-item .item-disc {
  font-size: 18px;
  color: var(--lw-clr-p-1);
  margin-bottom: 0;
}

/*
    services-details-end
*/
/*
    price-1-start
*/
.lw-pricing-page-table {
  display: grid;
  grid-template-columns: 1fr 1fr 1fr;
  gap: 30px;
}
.lw-pricing-page-sec-title {
  max-width: 910px;
  margin-left: auto;
  margin-right: auto;
}
.lw-pricing-page-wrap .lw-sec-big-title {
  -webkit-text-stroke: transparent;
  top: -110px;
  opacity: 7%;
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .lw-pricing-page-table {
    grid-template-columns: 1fr 1fr;
  }
}
@media (max-width: 767px) {
  .lw-pricing-page-table {
    grid-template-columns: 1fr;
  }
}

.lw-pricing-1-card {
  background: #F5F5F5;
  border-radius: 16px;
  padding: 36px 36px;
  padding-top: 40px;
  transition: all 0.5s var(--lw-cube-1);
}
@media only screen and (min-width: 992px) and (max-width: 1199px), only screen and (min-width: 768px) and (max-width: 991px), (max-width: 767px) {
  .lw-pricing-1-card {
    padding: 60px 20px;
  }
}
.lw-pricing-1-card .card-title {
  font-size: 16px;
  font-weight: 600;
  background: #383838;
  display: inline-block;
  color: var(--lw-clr-white-1);
  text-transform: capitalize;
  border-radius: 6px;
  padding: 4px 17px;
  margin-bottom: 24px;
  transition: all 0.5s var(--lw-cube-1);
  position: relative;
  z-index: 1;
}
.lw-pricing-1-card .card-title::after {
  content: "";
  width: 100%;
  height: 100%;
  background: var(--lw-gd-1);
  position: absolute;
  left: 0;
  top: 0;
  z-index: -1;
  border-radius: 6px;
  transition: all 0.5s var(--lw-cube-1);
  opacity: 0;
}
.lw-pricing-1-card .card-disc {
  line-height: 26px;
  color: #383838;
  margin-bottom: 26px;
  transition: all 0.5s var(--lw-cube-1);
}
.lw-pricing-1-card .card-price {
  font-size: 56px;
  line-height: 1;
  letter-spacing: -0.02em;
  margin-bottom: 35px;
  transition: all 0.5s var(--lw-cube-1);
}
.lw-pricing-1-card .card-price span {
  transition: all 0.5s var(--lw-cube-1);
}
.lw-pricing-1-card .card-price span:nth-child(1) {
  font-size: 35px;
  color: var(--lw-clr-pr-1);
  transform: translateY(-16px);
}
.lw-pricing-1-card .card-price span:nth-child(2) {
  font-size: 18px;
  font-weight: 400;
}
.lw-pricing-1-card .price-feature {
  background: var(--lw-clr-white-1);
  border-radius: 6px;
  list-style: none;
  margin: 0;
  padding: 32px 32px;
}
@media only screen and (min-width: 992px) and (max-width: 1199px), only screen and (min-width: 768px) and (max-width: 991px), (max-width: 767px) {
  .lw-pricing-1-card .price-feature {
    padding: 32px 20px;
  }
}
.lw-pricing-1-card .price-feature li {
  font-family: var(--lw-font-2);
  font-size: 18px;
  line-height: 28px;
  text-align: left;
  display: flex;
  align-items: baseline;
  gap: 8px;
  color: #383838;
  font-weight: 400;
}
.lw-pricing-1-card .price-feature li:not(:last-child) {
  margin-bottom: 24px;
}
.lw-pricing-1-card .price-feature li .icon {
  display: inline-block;
  transform: translateY(-1px);
}
.lw-pricing-1-card .price-feature li .icon svg path:nth-child(1) {
  fill: var(--pf-clr-pr-1);
}
.lw-pricing-1-card .price-feature li .icon svg path:nth-child(2) {
  fill: var(--pf-clr-white-1);
}
.lw-pricing-1-card .price-feature li:is(.not-active) .icon svg path:nth-child(1) {
  fill: #BDC0C6;
}
.lw-pricing-1-card .card-btn {
  width: 100%;
  text-align: center;
  background: var(--lw-gd-1);
  border-radius: 8px;
  font-size: 18px;
  font-weight: 600;
  color: var(--lw-clr-white-1);
  padding: 16px 15px;
  position: relative;
  z-index: 1;
  margin-bottom: 28px;
  transition: all 0.5s var(--lw-cube-1);
}
.lw-pricing-1-card .card-btn::after {
  content: "";
  width: 100%;
  height: 100%;
  background-color: var(--lw-clr-white-1);
  position: absolute;
  left: 0;
  top: 0;
  z-index: -1;
  border-radius: 8px;
  transition: all 0.5s var(--lw-cube-1);
  opacity: 0;
}
.lw-pricing-1-card .card-btn:hover {
  transform: scale(95%);
}
.lw-pricing-1-card:hover {
  background-color: var(--lw-clr-pr-1);
}
.lw-pricing-1-card:hover .card-btn {
  color: var(--lw-clr-pr-1);
}
.lw-pricing-1-card:hover .card-btn::after {
  opacity: 1;
}
.lw-pricing-1-card:hover .card-title::after {
  opacity: 1;
}
.lw-pricing-1-card:hover .card-disc {
  color: var(--lw-clr-white-1);
}
.lw-pricing-1-card:hover .card-price {
  color: var(--lw-clr-white-1);
}
.lw-pricing-1-card:hover .card-price span {
  color: var(--lw-clr-white-1);
}

/*
    price-1-end
*/
/*
    team-details-start
*/
.lw-team-details-wrap {
  display: grid;
  grid-template-columns: 1.2fr 1fr;
  gap: 72px;
  margin-top: -220px;
}
@media only screen and (min-width: 992px) and (max-width: 1199px), only screen and (min-width: 768px) and (max-width: 991px) {
  .lw-team-details-wrap {
    grid-template-columns: 1fr 1fr;
    gap: 40px;
  }
}
@media (max-width: 767px) {
  .lw-team-details-wrap {
    grid-template-columns: 1fr;
    gap: 40px;
  }
}
.lw-team-details-img {
  height: 785px;
}
@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .lw-team-details-img {
    height: 700px;
  }
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .lw-team-details-img {
    height: 500px;
  }
}
@media (max-width: 767px) {
  .lw-team-details-img {
    height: 450px;
  }
}
@media only screen and (min-width: 576px) and (max-width: 767px) {
  .lw-team-details-img {
    height: 550px;
  }
}
.lw-team-details-content {
  padding-top: 40px;
}
@media (max-width: 767px) {
  .lw-team-details-content {
    padding-top: 0px;
  }
}
.lw-team-details-content .name {
  font-size: 60px;
  color: var(--lw-clr-white-1);
  margin-bottom: 16px;
}
@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .lw-team-details-content .name {
    font-size: 50px;
  }
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .lw-team-details-content .name {
    font-size: 45px;
  }
}
@media (max-width: 767px) {
  .lw-team-details-content .name {
    font-size: 35px;
    color: var(--lw-clr-h-1);
  }
}
@media only screen and (min-width: 576px) and (max-width: 767px) {
  .lw-team-details-content .name {
    font-size: 40px;
  }
}
.lw-team-details-content .bio {
  text-transform: capitalize;
  font-size: 24px;
  color: var(--lw-clr-fawn);
  margin-bottom: 120px;
}
@media (max-width: 767px) {
  .lw-team-details-content .bio {
    margin-bottom: 50px;
  }
}
.lw-team-details-content .disc {
  color: #383838;
  margin-bottom: 28px;
}
.lw-team-details-content .person-degi {
  list-style: none;
  margin: 0;
  padding: 0;
  margin-bottom: 30px;
}
.lw-team-details-content .person-degi li {
  font-family: var(--lw-font-2);
  text-transform: capitalize;
  font-size: 18px;
  line-height: 28px;
  color: #383838;
}
.lw-team-details-content .person-degi li:not(:last-child) {
  margin-bottom: 17px;
}
.lw-team-details-content .person-degi li b {
  color: var(--lw-clr-h-1);
  font-weight: 500;
  display: inline-block;
  width: 27%;
}
@media only screen and (min-width: 992px) and (max-width: 1199px), only screen and (min-width: 768px) and (max-width: 991px), (max-width: 767px) {
  .lw-team-details-content .person-degi li b {
    width: 30%;
  }
}
.lw-team-details-content .social-title {
  font-size: 18px;
  line-height: 28px;
  margin-bottom: 16px;
}
.lw-team-details-content-social {
  background: #fff;
  border: 1px solid #EEEEEE;
  display: inline-flex;
  border-radius: 8px;
  overflow: hidden;
  box-shadow: -12px 12px 36px rgba(0, 0, 0, 0.12);
}
.lw-team-details-content-social a {
  display: inline-flex;
  width: 50px;
  height: 50px;
  justify-content: center;
  align-items: center;
  font-size: 18px;
  color: #000;
  transition: all 0.5s var(--lw-cube-1);
}
.lw-team-details-content-social a:not(:last-child) {
  border-right: 1px solid #EEEEEE;
}
.lw-team-details-content-social a:hover {
  color: var(--lw-clr-fawn);
}
.lw-team-details-content .award-title {
  font-size: 32px;
  margin-bottom: 17px;
}
.lw-team-details-content-awards .year {
  text-transform: capitalize;
  color: var(--lw-clr-pr-1);
  font-size: 14px;
  line-height: 28px;
}
.lw-team-details-content-awards .title {
  font-size: 18px;
  line-height: 28px;
  text-transform: capitalize;
  font-weight: 500;
  color: var(--lw-clr-h-1);
}
.lw-team-details-content-awards .title:not(:last-child) {
  margin-bottom: 15px;
}
.lw-team-details-content .skills-title {
  font-size: 32px;
  margin-bottom: 29px;
}
.lw-team-details-content .lw-progress-1-title .progress-counter {
  font-weight: 500;
  color: var(--lw-clr-pr-1);
}
.lw-team-details-content .lw-progress-1-progress {
  height: 10px;
  border-radius: 24px;
  background: #F5EEE9;
}
.lw-team-details-content .lw-progress-1-progress-fill {
  border-radius: 24px;
}

/*
    team-details-end
*/
/*
    services-details-start
*/

.lw-case-studies-details-info li {
  font-family: var(--lw-font-2);
  font-size: 18px;
  line-height: 28px;
  font-weight: 400;
  color: rgba(12, 12, 12, 0.72);
}
.lw-case-studies-details-info li:not(:last-child) {
  margin-bottom: 14px;
}
.lw-case-studies-details-info li b {
  font-weight: 500;
  color: #0C0C0C;
}
.lw-case-studies-details-img {
  height: 620px;
  margin-top: -220px;
  margin-bottom: 70px;
  margin-left: -220px;
  margin-right: -220px;
  border-radius: 10px;
}
@media only screen and (min-width: 1600px) and (max-width: 1799px) {
  .lw-case-studies-details-img {
    margin-left: -150px;
    margin-right: -150px;
  }
}
@media only screen and (min-width: 1400px) and (max-width: 1599px) {
  .lw-case-studies-details-img {
    margin-left: -100px;
    margin-right: -100px;
  }
}
@media only screen and (min-width: 1200px) and (max-width: 1399px) {
  .lw-case-studies-details-img {
    margin-left: 0px;
    margin-right: 0px;
  }
}
@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .lw-case-studies-details-img {
    height: 550px;
    margin-left: 0px;
    margin-right: 0px;
  }
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .lw-case-studies-details-img {
    height: 500px;
    margin-left: 0px;
    margin-right: 0px;
  }
}
@media (max-width: 767px) {
  .lw-case-studies-details-img {
    height: 400px;
    margin-left: 0px;
    margin-right: 0px;
    margin-top: 0px;
  }
}
@media only screen and (min-width: 576px) and (max-width: 767px) {
  .lw-case-studies-details-img {
    height: 450px;
    margin-left: 0px;
    margin-right: 0px;
    margin-top: 0px;
  }
}
.lw-case-studies-details-content {
  max-width: 730px;
  margin-left: auto;
  margin-right: auto;
}
.lw-case-studies-details-content h1, .lw-case-studies-details-content h2, .lw-case-studies-details-content h3, .lw-case-studies-details-content h4, .lw-case-studies-details-content h5, .lw-case-studies-details-content h6 {
  text-transform: capitalize;
  line-height: 1.125;
  font-family: var(--lw-font-1);
  color: var(--lw-clr-h-1);
  font-weight: 600;
  letter-spacing: -0.02em;
  margin-bottom: 20px;
}
.lw-case-studies-details-content p, .lw-case-studies-details-content span, .lw-case-studies-details-content li {
  font-family: var(--lw-font-2);
  color: var(--lw-crl-p-1);
}
.lw-case-studies-details-content h1 {
  font-size: 36px;
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .lw-case-studies-details-content h1 {
    font-size: 32px;
  }
}
@media (max-width: 767px) {
  .lw-case-studies-details-content h1 {
    font-size: 26px;
  }
}
.lw-case-studies-details-content h2 {
  font-size: 36px;
}
@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .lw-case-studies-details-content h2 {
    font-size: 32px;
  }
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .lw-case-studies-details-content h2 {
    font-size: 28px;
  }
}
@media (max-width: 767px) {
  .lw-case-studies-details-content h2 {
    font-size: 24px;
  }
}
.lw-case-studies-details-content h3 {
  font-size: 32px;
}
@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .lw-case-studies-details-content h3 {
    font-size: 28px;
  }
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .lw-case-studies-details-content h3 {
    font-size: 26px;
  }
}
@media (max-width: 767px) {
  .lw-case-studies-details-content h3 {
    font-size: 22px;
  }
}
.lw-case-studies-details-content h4 {
  font-size: 28px;
}
@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .lw-case-studies-details-content h4 {
    font-size: 22px;
  }
}
@media only screen and (min-width: 768px) and (max-width: 991px), (max-width: 767px) {
  .lw-case-studies-details-content h4 {
    font-size: 20px;
  }
}
.lw-case-studies-details-content h5 {
  font-size: 22px;
}
@media only screen and (min-width: 992px) and (max-width: 1199px), only screen and (min-width: 768px) and (max-width: 991px), (max-width: 767px) {
  .lw-case-studies-details-content h5 {
    font-size: 18px;
  }
}
.lw-case-studies-details-content h6 {
  font-size: 18px;
}
.lw-case-studies-details-content p {
  font-weight: 400;
  line-height: 30px;
  font-size: 18px;
  margin-bottom: 40px;
}
.lw-case-studies-details-content p > span {
  text-transform: uppercase;
  font-size: 60px;
  line-height: 1;
  color: #1D1D3D;
}
.lw-case-studies-details-content-feature {
  margin-bottom: 60px;
}
.lw-case-studies-details-content-feature-single:not(:last-child) {
  margin-bottom: 27px;
}
.lw-case-studies-details-content-feature-single .title {
  font-size: 20px;
  display: flex;
  align-items: center;
  gap: 10px;
  margin-bottom: 14px;
}
.lw-case-studies-details-content-feature-single .title i {
  color: var(--lw-clr-pr-1);
}
.lw-case-studies-details-content-feature-single .disc {
  padding-left: 33px;
  margin-bottom: 0;
}
.lw-case-studies-details-content-img {
  margin-left: -120px;
  margin-right: -120px;
  height: 392px;
  border-radius: 16px;
  margin-bottom: 60px;
}
@media only screen and (min-width: 992px) and (max-width: 1199px), only screen and (min-width: 768px) and (max-width: 991px), (max-width: 767px) {
  .lw-case-studies-details-content-img {
    margin-left: 0px;
    margin-right: 0px;
  }
}

/*
    services-details-end
*/
/*
    blog-details-start
*/
.lw-blog-page-item-wrap {
  display: grid;
  grid-template-columns: 1fr 1fr 1fr;
  gap: 50px 30px;
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .lw-blog-page-item-wrap {
    grid-template-columns: 1fr 1fr;
  }
}
@media (max-width: 767px) {
  .lw-blog-page-item-wrap {
    grid-template-columns: 1fr;
  }
}
@media only screen and (min-width: 576px) and (max-width: 767px) {
  .lw-blog-page-item-wrap {
    grid-template-columns: 1fr 1fr;
  }
}
.lw-blog-page-item {
  border-bottom: 1px solid var(--lw-clr-h-1);
}
.lw-blog-page-item .item-img {
  height: 448px;
  margin-bottom: 26px;
}
@media only screen and (min-width: 992px) and (max-width: 1199px), only screen and (min-width: 768px) and (max-width: 991px), (max-width: 767px) {
  .lw-blog-page-item .item-img {
    height: 348px;
  }
}
.lw-blog-page-item .item-meta {
  font-size: 14px;
  text-transform: uppercase;
  font-weight: 700;
  color: var(--lw-clr-h-1);
  line-height: 20px;
  margin-bottom: 15px;
}
.lw-blog-page-item .item-meta span,
.lw-blog-page-item .item-meta span a
 {
  font-size: 14px;
}
.lw-blog-page-item .item-meta .categories {
  padding-left: 12px;
  position: relative;
}
.lw-blog-page-item .item-meta .categories::after {
  content: "";
  width: 6px;
  height: 6px;
  border-radius: 50%;
  background: var(--lw-clr-pr-1);
  position: absolute;
  top: 6px;
  left: 0px;
}
.lw-blog-page-item .item-meta .date {
  font-weight: 400;
  opacity: 80%;
}
.lw-blog-page-item .item-title {
  font-size: 24px;
  font-weight: 600;
  line-height: 1.166;
  display: flex;
  align-items: end;
  gap: 15px;
  transition: all 0.5s var(--lw-cube-1);
  margin-bottom: 15px;
  letter-spacing: -0.02em;
}
@media only screen and (min-width: 992px) and (max-width: 1199px), only screen and (min-width: 768px) and (max-width: 991px), (max-width: 767px) {
  .lw-blog-page-item .item-title {
    font-size: 22px;
  }
}
.lw-blog-page-item .item-title .dot {
  color: var(--lw-clr-pr-1);
}
.lw-blog-page-item .item-title .item-btn {
  font-size: 16px;
  transition: all 0.5s var(--lw-cube-1);
}
.lw-blog-page-item .item-title .item-btn i::before {
  font-weight: 700 !important;
}
.lw-blog-page-item .item-title:hover {
  color: var(--lw-clr-pr-1);
}
.lw-blog-page-item .item-title:hover .item-btn {
  transform: rotate(45deg);
}
.lw-blog-page-2-wrap .lw-blog-page-item-wrap {
  grid-template-columns: 1fr 1fr;
}
@media (max-width: 767px) {
  .lw-blog-page-2-wrap .lw-blog-page-item-wrap {
    grid-template-columns: 1fr;
  }
}
@media only screen and (min-width: 576px) and (max-width: 767px) {
  .lw-blog-page-2-wrap .lw-blog-page-item-wrap {
    grid-template-columns: 1fr 1fr;
  }
}
.lw-blog-page-sidebar {
  background: rgba(246, 241, 231, 0.52);
}
.lw-blog-page-sidebar-widget {
  padding: 40px 32px;
}
@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .lw-blog-page-sidebar-widget {
    padding: 32px 20px;
  }
}
@media (max-width: 767px) {
  .lw-blog-page-sidebar-widget {
    padding: 32px 20px;
  }
}
@media only screen and (min-width: 576px) and (max-width: 767px) {
  .lw-blog-page-sidebar-widget {
    padding: 32px 32px;
  }
}
.lw-blog-page-sidebar-widget:not(:last-child) {
  border-bottom: 1px solid rgba(12, 12, 12, 0.16);
}
.lw-blog-page-sidebar-widget .wp-block-heading ,
.lw-blog-page-sidebar-widget .widget-title
{
  font-size: 20px;
  line-height: 28px;
  font-weight: 500;
  margin-bottom: 15px;
  margin-top: -5px;
}
.lw-blog-page-sidebar:is(.has-left-sidebar) {
  margin-left: 0px;
  margin-right: 2px;
}
@media only screen and (min-width: 768px) and (max-width: 991px), (max-width: 767px) {
  .lw-blog-page-sidebar:is(.has-left-sidebar) {
    margin-right: 0px;
    margin-top: 0;
    margin-bottom: 50px;
  }
}

.lw-sidebar-search {
  position: relative;
  z-index: 1;
}
.lw-sidebar-search-input {
  font-family: var(--lw-font-2);
  border: none;
  outline: none;
  margin: 0;
  background: #fff;
  height: 56px;
  width: 100%;
  border-radius: 6px;
  padding-left: 20px;
  padding-right: 60px;
  font-size: 16px;
  font-weight: 400;
  color: rgba(0, 0, 0, 0.3);
}
.lw-sidebar-search-btn {
  width: 44px;
  height: 44px;
  position: absolute;
  right: 6px;
  top: 6px;
  background: var(--lw-clr-pr-1);
  border-radius: 4px;
  color: #fff;
  transition: all 0.3s ease;
}
.lw-sidebar-search-btn:hover {
  background: #000;
}
.lw-sidebar-categories {
  margin: 0;
  padding: 0;
  list-style: none;
}
.lw-sidebar-categories a {
  font-family: var(--lw-font-2);
  text-transform: capitalize;
  font-size: 18px;
  line-height: 28px;
  color: rgba(0, 0, 0, 0.82);
  display: flex;
  justify-content: space-between;
  padding: 18px 0;
  padding-left: 24px;
  position: relative;
  z-index: 1;
  border-bottom: 1px solid #DFE1E5;
  transition: all 0.4s var(--cube-1);
}
.lw-sidebar-categories a::after {
  content: "";
  width: 16px;
  height: 16px;
  border: 1px solid #CACACA;
  border-radius: 50%;
  position: absolute;
  left: 0;
  top: 23px;
  transition: all 0.4s var(--lw-cube-1);
}
.lw-sidebar-categories a:hover {
  color: var(--lw-clr-pr-1);
}
.lw-sidebar-categories a:hover::after {
  border-color: transparent;
  background: var(--lw-clr-pr-1);
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .lw-sidebar-blog {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 0 30px;
  }
}
@media (max-width: 767px) {
  .lw-sidebar-blog {
    display: grid;
    grid-template-columns: 1fr;
    gap: 0 30px;
  }
}
@media only screen and (min-width: 576px) and (max-width: 767px) {
  .lw-sidebar-blog {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 0 30px;
  }
}
.lw-sidebar-blog .lw-blog-page-item {
  border-bottom: none;
}
.lw-sidebar-blog .lw-blog-page-item:not(:last-child) {
  margin-bottom: 30px;
}
.lw-sidebar-blog .lw-blog-page-item .item-img {
  height: 112px;
  margin-bottom: 26px;
}
.lw-sidebar-blog .lw-blog-page-item .item-title {
  font-size: 18px;
  font-weight: 500;
  line-height: 26px;
  margin-bottom: 0px;
}
.lw-sidebar-tags {
  margin: 0;
  padding: 0;
  list-style: none;
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
}
.lw-sidebar-tags a {
  font-size: 16px;
  line-height: 20px;
  font-family: var(--lw-font-2);
  color: rgba(0, 0, 0, 0.6);
  background: #fff;
  display: inline-block;
  padding: 7px 16px;
  border-radius: 2px;
  transition: all 0.5s var(--lw-cube-1);
}
.lw-sidebar-tags a:hover {
  color: #000;
  background: var(--lw-clr-pr-1);
}

.lw-blog-page-3-item-single {
  border-radius: 12px;
  padding: 32px 32px;
  border: 1px solid #DFE1E5;
}
@media (max-width: 767px) {
  .lw-blog-page-3-item-single {
    padding: 25px 15px;
  }
}
@media only screen and (min-width: 576px) and (max-width: 767px) {
  .lw-blog-page-3-item-single {
    padding: 32px 32px;
  }
}
.lw-blog-page-3-item-single:not(:last-child) {
  margin-bottom: 32px;
}
.lw-blog-page-3-item-single .item-img {
  height: 380px;
  border-radius: 8px;
  position: relative;
  z-index: 1;
}
@media (max-width: 767px) {
  .lw-blog-page-3-item-single .item-img {
    height: 300px;
  }
}
@media only screen and (min-width: 576px) and (max-width: 767px) {
  .lw-blog-page-3-item-single .item-img {
    height: 350px;
  }
}
.lw-blog-page-3-item-single .item-img img {
  transform-origin: left;
  transition: 0.5s;
}
.lw-blog-page-3-item-single .item-img .swiper-container {
  width: 100%;
  height: 100%;
}
.lw-blog-page-3-item-single .item-img .swiper-container .swiper-wrapper {
  width: 100%;
  height: 100%;
}
.lw-blog-page-3-item-single .item-img .swiper-container .swiper-slide {
  width: 100%;
  height: 100%;
}
.lw-blog-page-3-item-single .item-img .blog-img-navi-btn {
  transform: translateY(-50%);
  z-index: 1;
  width: 48px;
  height: 48px;
  background: rgba(255, 255, 255, 0.2);
  backdrop-filter: blur(15px);
  -webkit-backdrop-filter: blur(15px);
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
  color: #fff;
  border: 2px solid #fff;
  transition: 0.3s;
}
.lw-blog-page-3-item-single .item-img .blog-img-navi-btn:hover {
  background: var(--lw-clr-pr-1);
  border-color: transparent;
}
.lw-blog-page-3-item-single .item-img .lw-blog-img-next {
  position: absolute;
  right: 22px;
  top: 50%;
  transform: translateY(-50%);
  z-index: 1;
}
.lw-blog-page-3-item-single .item-img .lw-blog-img-prev {
  position: absolute;
  left: 22px;
  top: 50%;
  transform: translateY(-50%);
  z-index: 1;
}
.lw-blog-page-3-item-single .item-img .item-img-btn {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  z-index: 1;
}
.lw-blog-page-3-item-single .item-meta {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  gap: 10px 50px;
  padding: 28px 0;
}
.lw-blog-page-3-item-single .item-meta .meta-item {
  display: inline-flex;
  flex: 0 0 auto;
  font-size: 18px;
  line-height: 20px;
  color: #000;
  align-items: center;
  gap: 8px;
  opacity: 72%;
  font-weight: 400;
  text-transform: capitalize;
}
@media (max-width: 767px) {
  .lw-blog-page-3-item-single .item-meta .meta-item {
    font-size: 16px;
  }
}
.lw-blog-page-3-item-single .item-title {
  font-size: 32px;
  line-height: 1.25;
  font-weight: 600;
  margin-bottom: 17px;
  transition: 0.3s;
}
@media only screen and (min-width: 1200px) and (max-width: 1399px) {
  .lw-blog-page-3-item-single .item-title {
    font-size: 26px;
  }
}
@media only screen and (min-width: 992px) and (max-width: 1199px), only screen and (min-width: 768px) and (max-width: 991px) {
  .lw-blog-page-3-item-single .item-title {
    font-size: 24px;
  }
}
@media (max-width: 767px) {
  .lw-blog-page-3-item-single .item-title {
    font-size: 20px;
  }
}
@media only screen and (min-width: 576px) and (max-width: 767px) {
  .lw-blog-page-3-item-single .item-title {
    font-size: 22px;
  }
}
.lw-blog-page-3-item-single .item-title:hover {
  color: var(--lw-clr-pr-1);
}
.lw-blog-page-3-item-single .item-disc {
  margin-bottom: 24px;
  color: #383838;
}
.lw-blog-page-3-item-single .item-btn {
  text-transform: uppercase;
  display: inline-flex;
  font-size: 16px;
  line-height: 26px;
  font-weight: 600;
  align-items: center;
  gap: 11px;
  transition: 0.3s;
}
.lw-blog-page-3-item-single .item-btn i {
  width: 32px;
  height: 32px;
  display: inline-flex;
  justify-content: center;
  align-items: center;
  background: var(--lw-gd-1);
  border-radius: 50%;
  color: #000;
  transition: 0.3s;
  font-size: 20px;
}
.lw-blog-page-3-item-single .item-btn:hover {
  color: var(--lw-clr-pr-1);
}
.lw-blog-page-3-item-single .item-btn:hover i {
  transform: translateX(5px);
}

.lw-blog-plybtn {
  display: flex;
  width: 84px;
  height: 84px;
  background: #fff;
  justify-content: center;
  align-items: center;
  border-radius: 50%;
  color: var(--lw-clr-pr-1);
  position: relative;
  transition: 0.4s;
}
.lw-blog-plybtn::after {
  content: "";
  width: 100%;
  height: 100%;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%) scale(1.5);
  background: #fff;
  border-radius: 50%;
  z-index: -1;
  opacity: 20%;
  backdrop-filter: blur(28px);
  -webkit-backdrop-filter: blur(28px);
  animation: fd-blog-plybtn 5s linear infinite;
  animation-delay: 3s;
}
.lw-blog-plybtn::before {
  content: "";
  width: 100%;
  height: 100%;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%) scale(2);
  background: #fff;
  border-radius: 50%;
  z-index: -1;
  opacity: 10%;
  backdrop-filter: blur(28px);
  -webkit-backdrop-filter: blur(28px);
  animation: fd-blog-plybtn 5s linear infinite;
}
.lw-blog-plybtn:hover {
  color: var(--lw-clr-h-1);
}

@keyframes fd-blog-plybtn {
  from {
    transform: translate(-50%, -50%) scale(1);
    opacity: 50%;
  }
  to {
    transform: translate(-50%, -50%) scale(2);
    opacity: 0;
  }
}
.lw-blog-details-content {
  max-width: 730px;
  margin-left: auto;
  margin-right: auto;
}
.lw-blog-details-content h1, .lw-blog-details-content h2, .lw-blog-details-content h3, .lw-blog-details-content h4, .lw-blog-details-content h5, .lw-blog-details-content h6 {
  text-transform: capitalize;
  line-height: 1.125;
  font-family: var(--lw-font-1);
  color: var(--lw-clr-h-1);
  font-weight: 600;
  letter-spacing: -0.02em;
  margin-bottom: 20px;
}
.lw-blog-details-content p, .lw-blog-details-content span, .lw-blog-details-content li {
  font-family: var(--lw-font-2);
  color: var(--lw-crl-p-1);
}
.lw-blog-details-content h1 {
  font-size: 36px;
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .lw-blog-details-content h1 {
    font-size: 32px;
  }
}
@media (max-width: 767px) {
  .lw-blog-details-content h1 {
    font-size: 26px;
  }
}
.lw-blog-details-content h2 {
  font-size: 36px;
}
@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .lw-blog-details-content h2 {
    font-size: 32px;
  }
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .lw-blog-details-content h2 {
    font-size: 28px;
  }
}
@media (max-width: 767px) {
  .lw-blog-details-content h2 {
    font-size: 24px;
  }
}
.lw-blog-details-content h3 {
  font-size: 32px;
}
@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .lw-blog-details-content h3 {
    font-size: 28px;
  }
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .lw-blog-details-content h3 {
    font-size: 26px;
  }
}
@media (max-width: 767px) {
  .lw-blog-details-content h3 {
    font-size: 22px;
  }
}
.lw-blog-details-content h4 {
  font-size: 28px;
}
@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .lw-blog-details-content h4 {
    font-size: 22px;
  }
}
@media only screen and (min-width: 768px) and (max-width: 991px), (max-width: 767px) {
  .lw-blog-details-content h4 {
    font-size: 20px;
  }
}
.lw-blog-details-content h5 {
  font-size: 22px;
}
@media only screen and (min-width: 992px) and (max-width: 1199px), only screen and (min-width: 768px) and (max-width: 991px), (max-width: 767px) {
  .lw-blog-details-content h5 {
    font-size: 18px;
  }
}
.lw-blog-details-content h6 {
  font-size: 18px;
}
.lw-blog-details-content p {
  font-weight: 400;
  line-height: 30px;
  font-size: 18px;
  margin-bottom: 40px;
}
.tx-detailsWrapper__prev .lw-blog-details-content p > span {
  text-transform: uppercase;
  font-size: 60px;
  line-height: 1;
  color: #1D1D3D;
}
.lw-blog-details-content-feature {
  margin-bottom: 60px;
}
.lw-blog-details-content-feature-single:not(:last-child) {
  margin-bottom: 27px;
}
.lw-blog-details-content-feature-single .title {
  font-size: 20px;
  display: flex;
  align-items: center;
  gap: 10px;
  margin-bottom: 14px;
}
.lw-blog-details-content-feature-single .title i {
  color: var(--lw-clr-pr-1);
}
.lw-blog-details-content-feature-single .disc {
  padding-left: 33px;
  margin-bottom: 0;
}
.lw-blog-details-content-img {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 30px;
  margin-left: -220px;
  margin-right: -220px;
  margin-bottom: 30px;
}
@media only screen and (min-width: 992px) and (max-width: 1199px), only screen and (min-width: 768px) and (max-width: 991px) {
  .lw-blog-details-content-img {
    margin-left: 0px;
    margin-right: 0px;
  }
}
@media (max-width: 767px) {
  .lw-blog-details-content-img {
    margin-left: 0px;
    margin-right: 0px;
    grid-template-columns: 1fr;
  }
}
@media only screen and (min-width: 576px) and (max-width: 767px) {
  .lw-blog-details-content-img {
    margin-left: 0px;
    margin-right: 0px;
    grid-template-columns: 1fr 1fr;
  }
}
.lw-blog-details-content-img .single-img {
  height: 408px;
  border-radius: 8px;
}
.lw-blog-details-content-list {
  background-color: #F6F1E7;
  border-radius: 8px;
  padding: 45px 52px;
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 30px;
  margin-bottom: 60px;
}
@media (max-width: 767px) {
  .lw-blog-details-content-list {
    padding: 45px 25px;
    grid-template-columns: 1fr;
  }
}
@media only screen and (min-width: 576px) and (max-width: 767px) {
  .lw-blog-details-content-list {
    padding: 45px 52px;
    grid-template-columns: 1fr 1fr;
  }
}
.lw-blog-details-content-list .title {
  font-size: 26px;
  line-height: 1.076;
}
.lw-blog-details-content ul {
  list-style: none;
  padding: 0;
  margin: 0;
}
.lw-blog-details-content ul li {
  font-size: 16px;
  padding-left: 17px;
  position: relative;
  z-index: 1;
}
.lw-blog-details-content ul li:not(:last-child) {
  margin-bottom: 6px;
}
.lw-blog-details-content ul li::after {
  content: "";
  position: absolute;
  top: 9px;
  left: 0;
  background-color: #7F5236;
  border-radius: 50%;
  width: 6px;
  height: 6px;
}
.lw-blog-details-content-testimonial {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 30px;
  padding-top: 10px;
  margin-bottom: 60px;
}
@media (max-width: 767px) {
  .lw-blog-details-content-testimonial {
    grid-template-columns: 1fr;
  }
}
@media only screen and (min-width: 576px) and (max-width: 767px) {
  .lw-blog-details-content-testimonial {
    grid-template-columns: 1fr 1fr;
  }
}
.lw-blog-details-content-testimonial .lw-testimonial-3-item {
  background: #F6F6F6;
  border-radius: 12px;
  padding: 40px 32px;
}
.lw-blog-details-content-testimonial .lw-testimonial-3-item .author-bio {
  color: var(--lw-clr-p-1);
  margin-bottom: 5px;
}
.lw-blog-details-content-testimonial .lw-testimonial-3-item .author-name {
  color: var(--lw-clr-h-1);
  margin-bottom: 0;
}
.lw-blog-details-content-testimonial .lw-testimonial-3-item .line {
  background: rgba(0, 0, 0, 0.2);
}
.lw-blog-details-content-testimonial .lw-testimonial-3-item .item-disc {
  font-size: 18px;
  color: var(--lw-clr-p-1);
  margin-bottom: 0;
}
.lw-blog-details-tag-share {
  display: flex;
  align-items: center;
  gap: 20px;
  flex-wrap: wrap;
  justify-content: space-between;
  border-bottom: 1px solid #DFE1E5;
  border-top: 1px solid #DFE1E5;
  padding: 34px 0;
  margin-top: 60px;
  margin-bottom: 64px;
}
.lw-blog-details-tag-share .lw-blog-share, .lw-blog-details-tag-share .lw-blog-tag {
  display: flex;
  align-items: center;
  gap: 10px;
  flex-wrap: wrap;
}
.lw-blog-details-tag-share .lw-blog-share .title, .lw-blog-details-tag-share .lw-blog-tag .title {
  line-height: 30px;
  font-size: 20px;
  font-weight: 600;
  margin: 0;
  padding: 0;
}
.lw-blog-details-tag-share .lw-blog-share .tag, .lw-blog-details-tag-share .lw-blog-tag .tag {
  font-size: 14px;
  font-weight: 400;
  color: rgba(0, 0, 0, 0.92);
  background: rgba(246, 241, 231, 0.52);
  line-height: 20px;
  border-radius: 5px;
  padding: 10px 19px;
  transition: all 0.3s ease;
}
.lw-blog-details-tag-share .lw-blog-share .tag:hover, .lw-blog-details-tag-share .lw-blog-tag .tag:hover {
  background: var(--lw-clr-pr-1);
  color: rgb(0, 0, 0);
}
.lw-blog-details-tag-share .lw-blog-share .link, .lw-blog-details-tag-share .lw-blog-tag .link {
  transition: all 0.3s ease;
}
.lw-blog-details-tag-share .lw-blog-share .link:hover, .lw-blog-details-tag-share .lw-blog-tag .link:hover {
  transform: scale(90%);
}
.lw-blog-details-tag-share .lw-blog-share .copylink, .lw-blog-details-tag-share .lw-blog-tag .copylink {
  display: flex;
  width: 36px;
  height: 36px;
  justify-content: center;
  align-items: center;
  background: #DFE1E5;
  border-radius: 50%;
  transition: all 0.3s ease;
}
.lw-blog-details-tag-share .lw-blog-share .copylink:hover, .lw-blog-details-tag-share .lw-blog-tag .copylink:hover {
  background: var(--lw-clr-pr-1);
}
.lw-blog-details-comment-item {
  background: #F6F1E7;
  border-radius: 8px;
  padding: 32px;
  display: flex;
  align-items: center;
  gap: 30px;
  margin-bottom: 64px;
}
@media (max-width: 767px) {
  .lw-blog-details-comment-item {
    flex-wrap: wrap;
  }
}
@media only screen and (min-width: 576px) and (max-width: 767px) {
  .lw-blog-details-comment-item {
    flex-wrap: nowrap;
  }
}
.lw-blog-details-comment-item .img-wrap {
  flex: 0 0 auto;
  width: 140px;
  height: 140px;
  overflow: hidden;
  border-radius: 50%;
  border: 2px solid #fff;
}
.lw-blog-details-comment-item .name {
  font-size: 20px;
  line-height: 26px;
  margin-bottom: 15px;
  display: block;
}
.lw-blog-details-comment-item .comment-text {
  margin-bottom: 0;
}
.comment-respond,
.lw-blog-details-comment-from .lw-appointment-page-form {
  background-color: transparent;
  border: 1px solid rgba(12, 12, 12, 0.16);
  padding: 48px 48px;
}
@media (max-width: 767px) {
  .comment-respond,
  .lw-blog-details-comment-from .lw-appointment-page-form {
    padding: 48px 20px;
  }
}
@media only screen and (min-width: 576px) and (max-width: 767px) {
  .comment-respond,
  .lw-blog-details-comment-from .lw-appointment-page-form {
    padding: 48px 48px;
  }
}
.lw-blog-details-comment-from .lw-appointment-page-form .lw-appointment-page-form-title {
  text-align: left;
}
.comment-respond .lw-form-1-item-input,
.lw-blog-details-comment-from .lw-appointment-page-form .lw-form-1-item-input {
  border: none;
  background: #F3F3F3;
  color: rgba(12, 12, 12, 0.72);
}

/*
    blog-details-end
*/
/*
    shop-page-start
*/
.lw-shop-page-filter {
  display: flex;
  align-items: center;
  justify-content: space-between;
  border: 1px solid rgba(12, 12, 12, 0.12);
  border-radius: 6px;
  padding: 10px;
  padding-left: 24px;
  gap: 20px;
  flex-wrap: wrap;
  margin-bottom: 52px;
}
.lw-shop-page-filter .item-found {
  color: var(--lw-clr-h-1);
  font-size: 18px;
  text-transform: capitalize;
}
.lw-shop-page-filter-btn {
  display: flex;
  align-items: center;
  gap: 10px;
  cursor: pointer;
}
.lw-shop-page-filter-btn .single-btn {
  width: 42px;
  height: 42px;
  flex: 0 0 auto;
  background: #F6F1E7;
  border-radius: 6px;
  display: inline-flex;
  justify-content: center;
  align-items: center;
  cursor: pointer;
  position: relative;
  z-index: -1;
}
.lw-shop-page-filter-btn .single-btn svg path {
  fill: var(--lw-clr-h-1);
}
.lw-shop-page-filter-btn .single-btn::after {
  content: "";
  width: 100%;
  height: 100%;
  border-radius: 6px;
  background: var(--lw-gd-1);
  position: absolute;
  left: 0;
  top: 0;
  z-index: -1;
  transition: all 0.5s var(--lw-cube-1);
  opacity: 0;
}
.lw-shop-page-filter-sorting {
  font-family: var(--lw-font-2);
  background: #F4F1EC;
  border: none;
  padding: 0 20px;
  padding-right: 40px;
  font-size: 16px;
  color: rgba(0, 0, 0, 0.8);
  line-height: 42px;
}
.lw-shop-page-filter-sorting:after {
  border-bottom: 2px solid rgba(0, 0, 0, 0.7);
  border-right: 2px solid rgba(0, 0, 0, 0.7);
  height: 11px;
  right: 20px;
  top: 41%;
  width: 10px;
}
.lw-shop-page-filter-search {
  width: 100%;
  max-width: 200px;
  display: inline-flex;
  flex: 0 0 auto;
  gap: 10px;
}
.lw-shop-page-filter-search input {
  border: none;
  outline: none;
  font-family: var(--lw-font-2);
  text-transform: capitalize;
  font-size: 14px;
  color: rgba(0, 0, 0, 0.7);
}
.lw-shop-page-filter-search button {
  background: transparent;
  font-size: 18px;
  color: rgba(0, 0, 0, 0.62);
  padding: 0;
}
.lw-shop-page-item {
  display: grid;
  grid-template-columns: 1fr 1fr 1fr 1fr;
  gap: 40px 30px;
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .lw-shop-page-item {
    grid-template-columns: 1fr 1fr 1fr;
  }
}
@media (max-width: 767px) {
  .lw-shop-page-item {
    grid-template-columns: 1fr;
  }
}
@media only screen and (min-width: 576px) and (max-width: 767px) {
  .lw-shop-page-item {
    grid-template-columns: 1fr 1fr;
  }
}
.lw-shop-page-item-single {
  text-align: center;
}
.lw-shop-page-item-single .item-img {
  height: 332px;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 20px;
  background: #F7F7F7;
  margin-bottom: 15px;
}
.lw-shop-page-item-single .item-img img {
  transition: all 1.5s var(--lw-cube-1);
}
.lw-shop-page-item-single .item-title {
  font-weight: 500;
  font-size: 20px;
  margin-bottom: 9px;
  transition: all 0.5s var(--lw-cube-1);
}
.lw-shop-page-item-single .item-title:hover {
  color: var(--lw-clr-pr-1);
}
.lw-shop-page-item-single .item-price {
  font-size: 18px;
  font-weight: 600;
  color: var(--lw-clr-pr-1);
  margin-bottom: 21px;
}
.lw-shop-page-item-single .item-price del {
  font-weight: 400;
  color: #999999;
  margin-left: 9px;
}
.lw-shop-page-item-single .item-btn {
  font-family: var(--lw-font-1);
  text-transform: capitalize;
  width: 100%;
  padding: 10px 5px;
  display: inline-flex;
  justify-content: center;
  align-items: center;
  gap: 10px;
  background: #f6f1e7;
  color: var(--lw-clr-h-1);
  font-size: 16px;
  line-height: 28px;
  transition: all 0.5s var(--lw-cube-1);
}
.lw-shop-page-item-single .item-btn:hover {
  background: var(--lw-clr-fawn);
}
.lw-shop-page-item-single:hover .item-img img {
  transform: scale(107%);
}

/*
    shop-page-end
*/
/*
    footer-1-start
*/
.lw-footer-1-area {
  background-color: #212120;
}
.lw-footer-1-main-bg-shape-1 {
  width: 29%;
  position: absolute;
  left: 0;
  bottom: 0;
  height: 100%;
  z-index: -1;
}
.lw-footer-1-main-bg-shape-1 img {
  width: 100%;
  height: 100%;
}
.lw-footer-1-main-bg-shape-2 {
  text-align: right;
  width: 27%;
  position: absolute;
  right: 0;
  top: 0;
  height: 100%;
  z-index: -1;
}
.lw-footer-1-main-bg-shape-2 img {
  width: 100%;
  height: 100%;
}
.lw-footer-1-wrap {
  display: flex;
  flex-wrap: wrap;
  gap: 50px;
  justify-content: space-between;
}
.lw-footer-1-widget:first-child {
  max-width: 245px;
}
.lw-footer-1-widget:last-child {
  max-width: 460px;
  width: 100%;
}
.lw-footer-1-widget .footer-disc {
  color: #757575;
}
.lw-footer-1-widget-logo {
  margin-bottom: 23px;
}
.lw-footer-1-widget-logo img {
  width: 156px;
}
.lw-footer-1-widget .widget-title {
  font-size: 24px;
  color: var(--lw-clr-white-1);
  margin-bottom: 24px;
}
.lw-footer-1-widget .footer-payout {
  transition: all 0.5s var(--lw-cube-1);
}
.lw-footer-1-widget .footer-payout:hover {
  transform: scale(95%);
}
.lw-footer-1-menu {
  list-style: none;
  margin: 0;
  padding: 0;
}
.lw-footer-1-menu li:not(:last-child) {
  margin-bottom: 21px;
}
.lw-footer-1-menu li a {
  font-family: var(--lw-font-2);
  text-transform: capitalize;
  font-weight: 600;
  color: #80828e;
  font-size: 18px;
  line-height: 1.5;
  position: relative;
  z-index: 1;
  padding-left: 20px;
  transform: translateX(-20px);
  transition: all 0.5s var(--lw-cube-1);
}
.lw-footer-1-menu li a::after {
  content: "";
  width: 10px;
  height: 10px;
  background: var(--lw-gd-1);
  position: absolute;
  left: 0;
  top: 8px;
  border: 2px solid var(--lw-clr-h-1);
  transition: all 0.5s var(--lw-cube-1);
  transform: scale(0);
}
.lw-footer-1-menu li a:hover {
  transform: translateX(0);
  color: var(--lw-clr-pr-1);
}
.lw-footer-1-menu li a:hover::after {
  transform: scale(1);
}
.lw-footer-1-copyright {
  background: #4c4c4c;
  padding: 19px 0;
}
.lw-footer-1-copyright-wrap {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 15px;
  flex-wrap: wrap;
}
@media (max-width: 767px) {
  .lw-footer-1-copyright-wrap {
    justify-content: center;
  }
}
.lw-footer-1-copyright-text {
  font-size: 16px;
  line-height: 24px;
  color: var(--lw-clr-white-1);
}
.lw-footer-1-copyright-menu {
  display: flex;
  flex-wrap: wrap;
  gap: 30px;
}
.lw-footer-1-copyright-menu .item-link {
  font-family: var(--lw-font-2);
  font-size: 16px;
  line-height: 24px;
  color: var(--lw-clr-white-1);
  font-weight: 500;
  transition: all 0.5s var(--lw-cube-1);
}
.lw-footer-1-copyright-menu .item-link:hover {
  color: var(--lw-clr-pr-1);
}

.lw-newsletter-1-title {
  font-size: 24px;
  line-height: 1.5;
  color: var(--lw-clr-white-1);
  display: flex;
  align-items: center;
  gap: 15px;
  flex-wrap: wrap;
  margin-bottom: 17px;
}
.lw-newsletter-1-title .icon {
  display: inline-flex;
  flex: 0 0 auto;
  width: 55px;
  height: 55px;
  justify-content: center;
  align-items: center;
  background: var(--lw-gd-1);
  border-radius: 5px;
  border: 2px solid var(--lw-clr-h-1);
}
.lw-newsletter-1-title .icon i {
  animation: swing 1s infinite;
}
.lw-newsletter-1-form-input {
  width: 100%;
  height: 62px;
  padding-left: 30px;
  padding-right: 70px;
  border-radius: 6px;
  background: transparent;
  border: 2px solid rgba(255, 255, 255, 0.2);
  color: #9ea0ac;
  font-family: var(--lw-font-2);
  font-weight: 500;
  font-size: 14px;
}
.lw-newsletter-1-form-btn {
  position: absolute;
  top: 12px;
  right: 12px;
  z-index: 1;
  width: 46px;
  height: 37px;
  border-radius: 3px;
  background: var(--lw-clr-pr-1);
  color: var(--lw-clr-white-1);
  display: inline-flex;
  justify-content: center;
  align-items: center;
  overflow: hidden;
}
.lw-newsletter-1-form-btn i {
  transition: all 0.5s var(--lw-cube-1);
}
.lw-newsletter-1-form-btn i:nth-child(1) {
  position: absolute;
  transform: translate(-30px, 30px);
}
.lw-newsletter-1-form-btn:hover i:nth-child(1) {
  transform: translate(0px, 0px);
}
.lw-newsletter-1-form-btn:hover i:nth-child(2) {
  transform: translate(30px, -30px);
}
.lw-newsletter-1-form-checkbox label {
  font-size: 14px;
  color: #80828e;
  line-height: 24px;
}
.lw-newsletter-1-form-checkbox input {
  width: 18px;
  height: 18px;
  transform: translateY(4px);
  margin-right: 5px;
}
.lw-newsletter-1-form-item {
  margin-bottom: 14px;
}

/*
    footer-1-end
*/
/*
    footer-2-start
*/
.lw-footer-2-area {
  background-color: #090909;
}
.lw-footer-2-area .lw-footer-1-wrap {
  gap: 50px 30px;
}
.lw-footer-2-contact {
  margin: 0;
  padding: 0;
  list-style: none;
  max-width: 210px;
}
.lw-footer-2-contact li {
  font-weight: 500;
  color: #6d6d6d;
  display: flex;
  align-items: baseline;
  gap: 8px;
  margin-bottom: 22px;
}
.lw-footer-2-contact li i {
  color: var(--lw-clr-pr-1);
}
.lw-footer-2-contact li a {
  transition: all 0.5s var(--lw-cube-1);
}
.lw-footer-2-contact li a:hover {
  color: var(--lw-clr-pr-1);
}

/*
    footer-2-end
*/
/*
    footer-4-top-start
*/
.lw-footer-4-top-area {
  padding: 131px 20px;
}
.lw-footer-4-top-bg-img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: -1;
}
.lw-footer-4-top-content {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  gap: 10px;
}
.lw-footer-4-top-content .logo-2 {
  margin-left: 60px;
}

/*
    footer-4-top-end
*/
/*
    footer-4-start
*/
.lw-footer-2-area:is(.has-footer-4) {
  background-color: #180900;
}
.lw-footer-2-area:is(.has-footer-4) .lw-footer-1-menu li a {
  color: #6d6d6d;
}
.lw-footer-2-area:is(.has-footer-4) .lw-footer-1-menu li a:hover {
  color: var(--lw-clr-pr-1);
}
.lw-footer-2-area:is(.has-footer-4) .lw-newsletter-1-title .icon {
  width: auto;
  height: auto;
  background: transparent;
  border: none;
  opacity: 30%;
}

/*
    footer-4-end
*/
/*
    pages
*/
/*
    home-1-dark-start
*/
@media (min-width: 1800px), only screen and (min-width: 1600px) and (max-width: 1799px), only screen and (min-width: 1400px) and (max-width: 1599px) {
  .lw-home-1::-webkit-scrollbar {
    width: 0px;
  }
}

.lw-home-1-dark {
  background-color: #353535;
  /*
      dark-work-1-start
  */
  /*
      dark-work-1-end
  */
  /*
      dark-award-1-start
  */
  /*
      dark-award-1-end
  */
  /*
      dark-feature-1-start
  */
  /*
      dark-feature-1-end
  */
  /*
      dark-counter-1-start
  */
  /*
      dark-counter-1-end
  */
  /*
      dark-testimonial-1-start
  */
  /*
      dark-testimonial-1-end
  */
  /*
      dark-contact-1-start
  */
  /*
      dark-contact-1-end
  */
  /*
      dark-blog-1-start
  */
  /*
      dark-blog-1-end
  */
  /*
      dark-text-slide-1-start
  */
  /*
      dark-text-slide-1-end
  */
}
.lw-home-1-dark .lw-sec-title-1,
.lw-home-1-dark .lw-about-1-feature-single .title,
.lw-home-1-dark .lw-work-1-slider-content-item .title,
.lw-home-1-dark .lw-counter-1-item-single .title {
  color: #fff;
}
.lw-home-1-dark .lw-p-1 {
  color: #e0e0e0;
}
.lw-home-1-dark .lw-about-1-area::after,
.lw-home-1-dark .lw-work-1-area,
.lw-home-1-dark .lw-counter-x-testimonial {
  background: #353535;
}
.lw-home-1-dark .lw-about-1-area,
.lw-home-1-dark .lw-testimonial-1-area .bg-color {
  background: #0c0c0c;
}
.lw-home-1-dark .lw-awards-1-area,
.lw-home-1-dark .lw-features-1-area {
  background: #252525;
}
.lw-home-1-dark .lw-preloader .vertical-centered-box {
  background: #090909;
}
.lw-home-1-dark .lw-work-1-sec-title {
  border-bottom-color: rgba(202, 202, 202, 0.25);
}
.lw-home-1-dark .lw-awards-1-row .title {
  color: #cfcfcf;
}
.lw-home-1-dark .lw-awards-1-item:first-child {
  border-top: 1px solid #454545;
}
.lw-home-1-dark .lw-awards-1-item {
  color: #fff;
  border-bottom: 1px solid #454545;
  transition: all 0.5s var(--lw-cube-1);
}
.lw-home-1-dark .lw-awards-1-item:hover {
  color: var(--lw-clr-h-1);
}
.lw-home-1-dark .lw-awards-1-item-btn {
  color: #fff;
}
.lw-home-1-dark .lw-awards-1-item-btn:hover {
  color: var(--lw-clr-pr-1);
}
.lw-home-1-dark .lw-features-x-team-bg {
  z-index: 1;
}
.lw-home-1-dark .lw-counter-1-item-single .disc {
  opacity: 80%;
}
.lw-home-1-dark .lw-testimonial-1-item .comment {
  color: #fff;
}
.lw-home-1-dark .lw-testimonial-1-video .bg-color {
  background: var(--lw-clr-pr-1);
}
.lw-home-1-dark .lw-testimonial-1-img .shape-1 {
  border: 4px solid rgba(255, 255, 255, 0.2);
}
.lw-home-1-dark .lw-testimonial-1-img .icon-1 {
  border: 4px solid rgba(255, 255, 255, 0.2);
}
.lw-home-1-dark .lw-contact-1-address .title {
  color: #fff;
}
.lw-home-1-dark .lw-contact-1-address .item-link {
  color: #cacaca;
  opacity: 1;
}
.lw-home-1-dark .lw-contact-1-address .address {
  color: #cacaca;
  opacity: 1;
}
.lw-home-1-dark .lw-contact-1-address .line {
  background: #656565;
}
.lw-home-1-dark .lw-contact-1-content .inner-div .title {
  color: #fff;
}
.lw-home-1-dark .lw-form-1-bg-color {
  background-color: #000;
}
.lw-home-1-dark .lw-form-1-item-input {
  background-color: rgba(255, 255, 255, 0.12);
  color: #c5c5c5;
  border: none;
}
.lw-home-1-dark .lw-form-1-bg-color::after {
  background-color: #353535;
}
.lw-home-1-dark .lw-blog-1-area {
  background-color: #1f1f1f;
}
.lw-home-1-dark .lw-blog-1-all-btn {
  color: #fff;
}
.lw-home-1-dark .lw-blog-1-all-btn:hover {
  color: var(--lw-clr-pr-1);
}
.lw-home-1-dark .lw-blog-1-item:is(.has-v2) .blog-meta {
  color: #fff;
}
.lw-home-1-dark .lw-blog-1-item:is(.has-v2) .blog-title {
  color: #fff;
}
.lw-home-1-dark .lw-blog-1-item:is(.has-v2) .blog-title:hover {
  color: var(--lw-clr-pr-1);
}
.lw-home-1-dark .lw-slide-text-1-flex .title {
  color: var(--lw-clr-h-1);
  -webkit-text-stroke: 7px rgba(255, 255, 255, 0.2);
}
.lw-home-1-dark .lw-footer-1-area {
  background-color: #000;
}

/*
    home-1-dark-end
*/
/*
    home-2-dark-start
*/
.lw-home-2-dark {
  background-color: #090909;
  /*
      dark-about-2-start
  */
  /*
      dark-about-2-end
  */
  /*
      dark-services-2-start
  */
  /*
      dark-services-2-end
  */
  /*
      dark-testimonial-2-start
  */
  /*
      dark-testimonial-2-end
  */
  /*
      dark-team-2-start
  */
  /*
      dark-team-2-end
  */
}
.lw-home-2-dark .lw-sec-title-1,
.lw-home-2-dark .lw-about-2-quote .title,
.lw-home-2-dark .lw-progress-1-title {
  color: #fff;
}
.lw-home-2-dark .lw-p-1 {
  color: #cccccc;
}
.lw-home-2-dark .lw-preloader .vertical-centered-box {
  background: #090909;
}
.lw-home-2-dark .lw-about-2-content .lw-pr-btn-3 {
  background: #333538;
}
.lw-home-2-dark .lw-about-2-feature-single {
  background: #454545;
}
.lw-home-2-dark .lw-about-2-feature-single .title {
  color: #fff;
}
.lw-home-2-dark .lw-about-2-feature-single:nth-child(2) {
  background: #212020;
}
.lw-home-2-dark .lw-about-2-feature-single:is(.active) {
  background: var(--lw-clr-pr-1);
}
.lw-home-2-dark .lw-counter-x-services-bg {
  background: #1f1f1f;
}
.lw-home-2-dark .lw-services-2-slider-btn .lw-slider-btn-2 {
  background: rgba(255, 255, 255, 0.17);
  border: 0;
}
.lw-home-2-dark .lw-services-2-slider-btn .lw-slider-btn-2:hover {
  background: var(--lw-clr-pr-1);
}
.lw-home-2-dark .lw-services-2-card .main-content {
  background: #000;
}
.lw-home-2-dark .lw-services-2-card .main-content .title {
  color: #fff;
}
.lw-home-2-dark .lw-testimonial-2-item .comment-box {
  border: none;
  background: #191919;
}
.lw-home-2-dark .lw-testimonial-2-item .comment-box .icon {
  opacity: 52%;
}
.lw-home-2-dark .lw-testimonial-2-item .comment-box::after {
  background: #383838;
}
.lw-home-2-dark .lw-testimonial-2-item .comment-box::before {
  background: #383838;
}
.lw-home-2-dark .lw-testimonial-2-item:hover .comment-box {
  background: #383838;
}
.lw-home-2-dark .lw-testimonial-2-item:hover .comment-box .icon {
  opacity: 100%;
}
.lw-home-2-dark .lw-testimonial-2-item:hover .comment-box::after {
  background: var(--lw-clr-pr-1);
}
.lw-home-2-dark .lw-testimonial-2-item:hover .comment-box::before {
  background: var(--lw-clr-pr-1);
}
.lw-home-2-dark .lw-team-2-area {
  background-color: #000;
}
.lw-home-2-dark .lw-team-2-content .lw-pr-btn-3 {
  background: #333538;
}

/*
    home-2-dark-end
*/
/*
    home-2-dark-start
*/
.lw-home-3-dark {
  background-color: #000;
  /*
      dark-hero-3-start
  */
  /*
      dark-hero-3-end
  */
  /*
      dark-features-3-start
  */
  /*
      dark-features-3-end
  */
  /*
      dark-about-3-start
  */
  /*
      dark-about-3-end
  */
  /*
      dark-testimonial-3-start
  */
  /*
      dark-testimonial-3-end
  */
  /*
      dark-faqs-3-start
  */
  /*
      dark-faqs-3-end
  */
  /*
      dark-contact-3-start
  */
  /*
      dark-contact-3-end
  */
}
.lw-home-3-dark .lw-sec-title-2 {
  color: #fff;
}
.lw-home-3-dark .lw-p-2,
.lw-home-3-dark .lw-p-1 {
  color: #a0a0a0;
}
.lw-home-3-dark .lw-preloader .vertical-centered-box {
  background: #090909;
}
.lw-home-3-dark .lw-author-sticky-bg-color {
  background: #212121;
}
.lw-home-3-dark .lw-hero-3-area {
  background: #242424;
}
.lw-home-3-dark .lw-features-3-slider-btn .line {
  opacity: 30%;
}
.lw-home-3-dark .lw-features-3-slider-btn .lw-slider-btn-3 {
  opacity: 30%;
}
.lw-home-3-dark .lw-features-3-slider-btn .lw-slider-btn-3:hover {
  opacity: 100%;
}
.lw-home-3-dark .lw-about-3-tabs-btn {
  background: rgba(238, 238, 238, 0.15);
}
.lw-home-3-dark .lw-about-3-tabs-btn .nav-link {
  background: rgba(255, 255, 255, 0.21);
  color: #fff;
}
.lw-home-3-dark .lw-about-3-tabs-btn .nav-link:is(.active) {
  background: var(--lw-clr-pr-1);
}
.lw-home-3-dark .lw-about-3-tabs-btn .nav-link:hover {
  background: var(--lw-clr-pr-1);
}
.lw-home-3-dark .lw-about-3-progress .title {
  color: #fff;
}
.lw-home-3-dark .lw-about-3-pdf {
  color: #fff;
}
.lw-home-3-dark .lw-about-3-img .shape {
  background: #000;
}
.lw-home-3-dark .lw-about-3-img .shape:nth-child(6) {
  background: var(--lw-gd-1);
}
.lw-home-3-dark .lw-about-3-experience .title {
  color: #fff;
}
.lw-home-3-dark .lw-testimonial-3-area {
  background-color: #151515;
}
.lw-home-3-dark .lw-testimonial-3-bg-shape {
  background: #fff;
  opacity: 30%;
}
.lw-home-3-dark .lw-testimonial-3-bg-shape-2 {
  background: #fff;
  opacity: 30%;
}
.lw-home-3-dark .lw-faq-3-accordion .lw-accordion-item {
  background: rgba(238, 238, 238, 0.1);
}
.lw-home-3-dark .lw-faq-3-accordion .lw-accordion-item .item-title {
  color: #fff;
}
.lw-home-3-dark .lw-faq-3-accordion .lw-accordion-item .item-title .icon {
  background: rgba(255, 255, 255, 0.1);
}
.lw-home-3-dark .lw-faq-3-accordion .lw-accordion-item .item-title:is(:not(.collapsed)) .icon {
  background: var(--lw-clr-pr-1);
}
.lw-home-3-dark .lw-faq-3-accordion .lw-accordion-item .disc {
  color: #c9c9c9;
}
.lw-home-3-dark .lw-faq-3-counter-item .disc {
  color: var(--lw-clr-h-2);
}
.lw-home-3-dark .lw-faq-3-counter-item:nth-child(2) .disc {
  color: #fff;
}
.lw-home-3-dark .lw-faq-3-counter-item:nth-child(3) .disc {
  color: #fff;
}
.lw-home-3-dark .lw-faq-3-content .title {
  color: #fff;
}
.lw-home-3-dark .lw-contact-1-address .title {
  color: #fff;
}
.lw-home-3-dark .lw-contact-1-address .address {
  color: #b6b6b6;
}
.lw-home-3-dark .lw-contact-1-address .item-link {
  color: #fff;
}
.lw-home-3-dark .lw-contact-1-address .item-link:hover {
  color: var(--lw-clr-pr-1);
}
.lw-home-3-dark .lw-contact-1-content .inner-div .title {
  color: #fff;
}
.lw-home-3-dark .lw-contact-3-area .lw-contact-1-wrap .lw-sec-big-title {
  opacity: 5%;
  color: #fff;
}
.lw-home-3-dark .lw-contact-1-social .item-link {
  background: #333538;
}
.lw-home-3-dark .lw-contact-1-social .item-link:hover {
  background: var(--lw-clr-pr-1);
}
.lw-home-3-dark .lw-contact-3-area .lw-contact-1-wrap .lw-contact-1-content .lw-pr-btn-3 {
  color: #fff;
}
.lw-home-3-dark .lw-contact-3-area .lw-contact-1-wrap .lw-form-1-bg-color {
  background-color: #0f0f0f;
}
.lw-home-3-dark .lw-contact-3-area .lw-contact-1-wrap .lw-form-1-bg-color::after {
  background-color: #000;
}
.lw-home-3-dark .lw-form-1-item-input {
  background-color: rgba(255, 255, 255, 0.1);
  border: none;
  color: rgba(255, 255, 255, 0.7);
}
.lw-home-3-dark .lw-contact-3-area .lw-contact-1-wrap .lw-form-1-item .lw-pr-btn-1 .icon {
  border: none;
}
.lw-home-3-dark .lw-contact-3-area .lw-contact-1-wrap .lw-form-1-item .lw-pr-btn-1 .icon-2 {
  border: none;
  background-color: #333538;
}
.lw-home-3-dark .lw-brand-2-title {
  color: #fff;
}

/*
    home-2-dark-end
*/
/*
    home-4-dark-start
*/
.lw-home-4-dark {
  background: #131313;
  /*
      dark-contact-4-start
  */
  /*
      dark-contact-4-end
  */
  /*
      dark-faq-4-start
  */
  /*
      dark-faq-4-end
  */
}
.lw-home-4-dark .lw-sec-title-1,
.lw-home-4-dark .lw-h-2,
.lw-home-4-dark .lw-h-1 {
  color: #fff;
}
.lw-home-4-dark .lw-p-1,
.lw-home-4-dark .lw-p-2 {
  color: #b5b5b5;
}
.lw-home-4-dark .lw-contact-4-content .lw-contact-1-social .item-link {
  color: #fff;
}
.lw-home-4-dark .lw-contact-4-content .lw-contact-1-social .item-link:hover {
  color: var(--lw-clr-pr-1);
}
.lw-home-4-dark .lw-contact-4-content .lw-pr-btn-4 {
  color: var(--lw-clr-white-1);
}
.lw-home-4-dark .lw-faq-3-accordion .lw-accordion-item {
  background: rgba(255, 255, 255, 0.23);
}
.lw-home-4-dark .lw-faq-3-accordion .lw-accordion-item .item-title {
  color: #fff;
}
.lw-home-4-dark .lw-faq-3-accordion .lw-accordion-item .item-title .icon {
  background: #000;
}
.lw-home-4-dark .lw-faq-3-accordion .lw-accordion-item .item-title:is(:not(.collapsed)) .icon {
  background: var(--lw-clr-pr-1);
}
.lw-home-4-dark .lw-faq-3-accordion .lw-accordion-item .disc {
  color: #d7d7d7;
}

/*
    home-4-dark-end
*/
.lw-404-page {
  background-repeat: no-repeat;
  background-position: center;
}
.lw-404-page-content {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  gap: 50px;
}

/*# sourceMappingURL=main.css.map */
