:root {
  scroll-behavior: inherit;
  --st-font-1: "Space Grotesk", sans-serif;
  --st-font-2: "DM Sans", sans-serif;
  --st-font-3: "Inter", sans-serif;
  --st-font-4: "Funnel Display", sans-serif;
  --st-clr-pr-1: #e82c00;
  --st-clr-pr-2: #FF7738;
  --st-clr-sd-1: #777EFF;
  --st-clr-h-2: #050505;
  --st-clr-p-1: #878787;
  --st-clr-p-2: #050505;
  --st-clr-gd-3: linear-gradient(135deg, #EF31BF 0%, #2754E9 100%);
  --st-cube-1: cubic-bezier(.18,.82,.41,1);
  --st-cube-2: all 220ms linear 0ms;
}

body {
  font-family: var(--st-font-1);
  font-size: 18px;
  font-weight: 400;
  -moz-osx-font-smoothing: grayscale;
  -webkit-font-smoothing: antialiased;
  line-height: 28px;
  color: #000;
  overflow-x: hidden;
  font-optical-sizing: auto;
  font-feature-settings: "liga" off, "clig" off;
}

.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;
  line-height: inherit;
  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, textarea {
  outline: 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: #fff;
    box-shadow: none;
    border: none;
  }
  ::-webkit-scrollbar-track {
    background: transparent;
    box-shadow: none;
    border: none;
  }
  ::-webkit-scrollbar-thumb {
    background: var(--st-clr-pr-1);
    border-radius: 6px;
  }
}
.swiper-notification {
  display: none;
}

/*
    global-css-end
*/
/*
    02. utility
*/
/*
    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;
}

.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;
}

/*
    margin-&-padding_variable-end
*/
.mb-24 {
  margin-bottom: 24px;
}

.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-video-cover video {
  width: 100%;
  height: 100%;
  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;
}

.mr-0 {
  margin-right: 0 !important;
}

.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-change {
  will-change: transform, opacity;
}

.wa-no-ani-tf {
  transform: none !important;
}

.text-right {
  text-align: right;
}

.wa-parallax-img {
  will-change: object-position;
}

.wa-parallax-bg {
  will-change: background-position;
}

.wa-origin-center {
  transform-origin: center;
}

/*
    components
*/
/*
    custom-container-start
*/
@media (min-width: 1800px) {
  .container.st-container-1 {
    max-width: 1710px;
  }
}
@media (min-width: 1600px) {
  .container.st-container-2 {
    max-width: 1584px;
  }
}
/*
    custom-container-end
*/
/*
    typography-start
*/
.st-p-1 {
  font-family: var(--st-font-2);
  font-weight: 400;
  font-size: 19px;
  color: var(--st-clr-p-1);
  letter-spacing: -0.02em;
  line-height: 1.579;
  margin-bottom: 0;
}

.st-p-2 {
  font-family: var(--st-font-3);
  font-weight: 400;
  font-size: 18px;
  color: var(--st-clr-p-2);
  line-height: 1.555;
  margin-bottom: 0;
  opacity: 80%;
}

.st-p-3 {
  font-family: var(--st-font-3);
  font-weight: 400;
  font-size: 18px;
  color: var(--st-clr-p-2);
  line-height: 1.555;
  margin-bottom: 0;
  opacity: 80%;
}

.st-h-1 {
  font-family: var(--st-font-1);
  color: #fff;
  font-weight: bold;
  line-height: 1.111;
  letter-spacing: -0.02em;
  margin-bottom: 0;
}

.st-h-2 {
  font-family: var(--st-font-4);
  color: var(--st-clr-h-2);
  font-weight: 600;
  line-height: 1.066;
  margin-bottom: 0;
}

.st-h-4 {
  font-family: var(--st-font-1);
  color: var(--st-clr-h-2);
  font-weight: 700;
  line-height: 1.066;
  margin-bottom: 0;
}

.st-subtitle-1 {
  font-family: var(--st-font-2);
  font-weight: 500;
  font-size: 22px;
  line-height: 1.3;
  color: #b1b1b1;
  letter-spacing: -0.01em;
  display: inline-flex;
  align-items: center;
  gap: 10px;
  margin-bottom: 35px;
}
.st-subtitle-1 .dot-elm {
  width: 14px;
  height: 14px;
  background-color: var(--st-clr-pr-1);
}

.st-subtitle-2 {
  font-family: var(--st-font-4);
  color: #fff;
  font-size: 16px;
  font-weight: 500;
  line-height: 1.2;
  display: inline-block;
  position: relative;
  z-index: 1;
  margin: 0;
  padding: 6px 17px;
  margin-bottom: 15px;
}
.st-subtitle-2 .line-1 {
  position: absolute;
  top: 0;
  left: 0;
  width: 32px;
  height: 1px;
  background: var(--st-clr-pr-1);
}
.st-subtitle-2 .line-2 {
  position: absolute;
  top: -7px;
  left: 7px;
  width: 1px;
  height: 32px;
  background: var(--st-clr-pr-1);
}
.st-subtitle-2 .line-3 {
  position: absolute;
  bottom: 0;
  right: 0;
  width: 32px;
  height: 1px;
  background: var(--st-clr-pr-1);
}
.st-subtitle-2 .line-4 {
  position: absolute;
  bottom: -7px;
  right: 7px;
  width: 1px;
  height: 32px;
  background: var(--st-clr-pr-1);
}
.st-subtitle-2:is(.has-black) {
  color: var(--st-clr-h-2);
}

.st-subtitle-3 {
  font-family: var(--st-font-4);
  font-size: 18px;
  font-weight: 400;
  color: #000;
  display: inline-flex;
  align-items: center;
  gap: 10px;
  margin-bottom: 20px;
}
.st-subtitle-3-icon {
  transform-origin: center;
}
.st-subtitle-3-icon path {
  transform-origin: center;
  animation: wa-rotated 5s linear infinite;
}

.st-subtitle-4 {
  font-family: var(--st-font-3);
  font-weight: 500;
  font-size: 20px;
  line-height: 1.3;
  color: #000;
  display: inline-flex;
  align-items: center;
  gap: 10px;
  margin-bottom: 15px;
}
.st-subtitle-4 .dot-elm {
  width: 14px;
  height: 14px;
  background-color: var(--st-clr-pr-1);
}
.st-subtitle-4 .text-elm {
  opacity: 80%;
}
.st-subtitle-4:is(.has-white) {
  color: #fff;
}

.st-sec-title-1 {
  font-family: var(--st-font-1);
  color: #fff;
  font-weight: 700;
  line-height: 0.888;
  font-size: 90px;
  letter-spacing: -0.05em;
  margin-bottom: 0;
}
@media only screen and (min-width: 1600px) and (max-width: 1799px) {
  .st-sec-title-1 {
    font-size: 85px;
  }
}
@media only screen and (min-width: 1400px) and (max-width: 1599px) {
  .st-sec-title-1 {
    font-size: 80px;
  }
}
@media only screen and (min-width: 1200px) and (max-width: 1399px) {
  .st-sec-title-1 {
    font-size: 70px;
  }
}
@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .st-sec-title-1 {
    font-size: 60px;
  }
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .st-sec-title-1 {
    font-size: 50px;
  }
}
@media (max-width: 767px) {
  .st-sec-title-1 {
    font-size: 38px;
  }
}
@media only screen and (min-width: 576px) and (max-width: 767px) {
  .st-sec-title-1 {
    font-size: 44px;
  }
}

.st-sec-title-2 {
  font-family: var(--st-font-4);
  color: #fff;
  font-weight: 600;
  font-size: 60px;
  line-height: 1.066;
  margin-bottom: 0;
  letter-spacing: -1%;
}
@media only screen and (min-width: 1200px) and (max-width: 1399px) {
  .st-sec-title-2 {
    font-size: 55px;
  }
}
@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .st-sec-title-2 {
    font-size: 50px;
  }
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .st-sec-title-2 {
    font-size: 45px;
  }
}
@media (max-width: 767px) {
  .st-sec-title-2 {
    font-size: 35px;
  }
}
@media only screen and (min-width: 576px) and (max-width: 767px) {
  .st-sec-title-2 {
    font-size: 40px;
  }
}
.st-sec-title-2:is(.has-black) {
  color: var(--st-clr-h-2);
}

.st-sec-tittle-3 {
  font-family: var(--st-font-4);
  font-weight: 700;
  font-size: 56px;
  line-height: 1.071;
  color: var(--st-clr-h-2);
  margin-bottom: 0;
}
@media only screen and (min-width: 1200px) and (max-width: 1399px) {
  .st-sec-tittle-3 {
    font-size: 55px;
  }
}
@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .st-sec-tittle-3 {
    font-size: 50px;
  }
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .st-sec-tittle-3 {
    font-size: 45px;
  }
}
@media (max-width: 767px) {
  .st-sec-tittle-3 {
    font-size: 35px;
  }
}
@media only screen and (min-width: 576px) and (max-width: 767px) {
  .st-sec-tittle-3 {
    font-size: 40px;
  }
}

.st-sec-title-4 {
  font-family: var(--st-font-1);
  font-weight: 700;
  line-height: 1.0714;
  color: #000;
  font-size: 56px;
  margin-bottom: 0;
}
@media only screen and (min-width: 1200px) and (max-width: 1399px) {
  .st-sec-title-4 {
    font-size: 55px;
  }
}
@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .st-sec-title-4 {
    font-size: 50px;
  }
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .st-sec-title-4 {
    font-size: 45px;
  }
}
@media (max-width: 767px) {
  .st-sec-title-4 {
    font-size: 35px;
  }
}
@media only screen and (min-width: 576px) and (max-width: 767px) {
  .st-sec-title-4 {
    font-size: 40px;
  }
}
.st-sec-title-4:is(.has-white) {
  color: #fff;
}

/*
    typography-end
*/
/*
    button-start
*/
.st-offcanvas-btn-1 {
  width: 32px;
  height: 32px;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 16px;
  background-color: #000;
  color: #fff;
}

.st-offcanvas-btn-3 {
  font-family: var(--st-font-4);
  background: transparent;
  margin: 0;
  border: 1px solid rgba(255, 255, 255, 0.32);
  border-radius: 100px;
  display: flex;
  align-items: center;
  gap: 10px;
  font-size: 16px;
  font-weight: 500;
  color: #fff;
  padding: 5px 14px;
  padding-left: 18px;
  transition: var(--st-cube-2);
}
.st-offcanvas-btn-3 img {
  transition: var(--st-cube-2);
}
.st-offcanvas-btn-3:hover {
  background-color: #fff;
  color: var(--st-clr-pr-1);
}
.st-offcanvas-btn-3:hover img {
  transform: rotate(90deg);
}

.st-pr-btn-1 {
  font-family: var(--st-font-1);
  font-weight: 700;
  line-height: 1.4;
  color: #000;
  letter-spacing: -0.01em;
  display: inline-flex;
  align-items: center;
  gap: 14px;
  background-color: #fff;
  padding: 6px;
  padding-right: 28px;
  border-radius: 100px;
  transition: var(--st-cube-2);
}
.st-pr-btn-1 .icon-elm {
  width: 48px;
  height: 48px;
  background-color: var(--st-clr-pr-1);
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 16px;
  color: #fff;
  transition: var(--st-cube-2);
}
.st-pr-btn-1 .icon-elm i {
  transition: var(--st-cube-2);
}
.st-pr-btn-1:hover {
  color: var(--st-clr-pr-1);
}
.st-pr-btn-1:hover .icon-elm {
  transform: scale(1.3);
  box-shadow: 4px 0px 10px 1px rgba(0, 0, 0, 0.15);
}
.st-pr-btn-1:hover .icon-elm i {
  transform: scale(0.7);
}
.st-pr-btn-1:is(.has-black) {
  background-color: var(--st-clr-h-2);
  color: #fff;
}

.st-pr-btn-2 {
  font-family: var(--st-font-4);
  display: inline-flex;
  align-items: center;
  font-size: 16px;
  font-weight: 600;
  line-height: 1.5;
  position: relative;
  z-index: 1;
  color: var(--st-clr-h-2);
  transition: var(--st-cube-2);
  flex: 0 0 auto;
}
.st-pr-btn-2 .text {
  background-color: var(--st-clr-pr-2);
  padding: 16px 29px;
  border-radius: 100px;
  overflow: hidden;
  transition: 0.4s cubic-bezier(0.28, 0.23, 0.56, 1.39);
  transform-origin: 50% 50% 0px;
  position: relative;
  z-index: 1;
}
.st-pr-btn-2 .icon {
  width: 54px;
  height: 54px;
  background: var(--st-clr-pr-2);
  border-radius: 50%;
  align-items: center;
  justify-content: center;
  display: flex;
  transform-origin: 50% 50% 0px;
  transition: 0.4s cubic-bezier(0.28, 0.23, 0.56, 1.39);
  display: flex;
  align-items: center;
}
.st-pr-btn-2 .icon .icon-box {
  background-color: var(--st-clr-h-2);
  box-shadow: inset 0px 0px 8px #FFFFFF;
  border-radius: 22px;
  width: 46px;
  height: 46px;
  display: flex;
  align-items: center;
  justify-content: center;
}
.st-pr-btn-2 .icon-2 {
  width: 54px;
  height: 54px;
  background: var(--st-clr-pr-2);
  border-radius: 50%;
  align-items: center;
  justify-content: center;
  display: flex;
  position: absolute;
  top: 17px;
  left: 2px;
  transform-origin: 50% 50% 0px;
  transform: scale(0) rotate(-45deg);
  transition: 0.4s cubic-bezier(0.28, 0.23, 0.56, 1.39);
}
.st-pr-btn-2 .icon-2 .icon-box {
  background-color: var(--st-clr-h-2);
  box-shadow: inset 0px 0px 8px #FFFFFF;
  border-radius: 22px;
  width: 46px;
  height: 46px;
  display: flex;
  align-items: center;
  justify-content: center;
}
.st-pr-btn-2:hover .text {
  transform: rotate(5deg) translateX(52px);
}
.st-pr-btn-2:hover .icon {
  transform: scale(0) rotate(45deg) translateY(10px);
}
.st-pr-btn-2:hover .icon-2 {
  transform: scale(1) rotate(0deg);
}

.st-sd-btn-2 {
  font-family: var(--st-font-4);
  color: #fff;
  overflow: hidden;
  border-radius: 100px;
  position: relative;
  z-index: 1;
  font-size: 16px;
  font-weight: 600;
  line-height: 1;
  padding: 2px;
  transition: var(--st-cube-2);
}
.st-sd-btn-2::after {
  content: "";
  width: 270px;
  height: 270px;
  background: linear-gradient(180deg, #E72B01 19.71%, rgba(0, 0, 0, 0) 50%, #FF7738 80%);
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%) rotate(416deg);
  z-index: -1;
  animation: st-sd-btn-2-kf 5s linear infinite;
}
.st-sd-btn-2 .btn-border {
  display: flex;
  align-items: center;
  gap: 8px;
  background-color: var(--st-clr-h-2);
  border-radius: 100px;
  padding: 18px 26px;
}
.st-sd-btn-2:hover {
  color: var(--st-clr-pr-2);
}

@keyframes st-sd-btn-2-kf {
  0% {
    transform: translate(-50%, -50%) rotate(0deg);
  }
  100% {
    transform: translate(-50%, -50%) rotate(360deg);
  }
}
.st-pr-btn-3 {
  font-family: var(--st-font-4);
  font-size: 16px;
  font-weight: 600;
  display: inline-flex;
  align-items: center;
  gap: 14px;
  background: var(--st-clr-pr-1);
  border-radius: 6px;
  color: #fff;
  transition: var(--st-cube-2);
  position: relative;
  z-index: 1;
  padding: 6px;
  padding-left: 20px;
}
.st-pr-btn-3 .icon-elm {
  width: 40px;
  height: 40px;
  display: flex;
  align-items: center;
  justify-content: center;
}
.st-pr-btn-3 .icon-elm svg * {
  transition: all var(--as-cube-1);
}
.st-pr-btn-3::after {
  content: "";
  width: 40px;
  height: 40px;
  position: absolute;
  right: 6px;
  top: 6px;
  background: linear-gradient(136.49deg, #A82607 1.25%, #050505 25.11%, #050505 67.43%, #A82607 97.56%);
  border-radius: 4px;
  z-index: -1;
  transition: var(--st-cube-2);
}
.st-pr-btn-3:hover {
  color: var(--st-clr-pr-1);
}
.st-pr-btn-3:hover::after {
  width: calc(100% - 12px);
}
.st-pr-btn-3:hover .icon-elm svg path {
  fill: var(--st-clr-pr-1);
}
.st-pr-btn-3:hover .icon-elm svg path:nth-child(even) {
  transition-delay: 0.2s;
}
.st-pr-btn-3:hover .icon-elm svg path:nth-child(odd) {
  transition-delay: 0.4s;
}

/*
    button-end
*/
/*
    offcanvas-start
*/
.wa-offcanvas-area {
  position: fixed;
  right: 0;
  top: 0;
  background: #fff;
  z-index: 9;
  max-width: 450px;
  width: 100%;
  height: 100%;
  overflow: scroll;
  opacity: 1;
  padding: 50px 50px;
  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: 25px;
  background: transparent;
  height: 25px;
  justify-content: center;
  align-items: center;
  transition: 300ms;
  gap: 10px;
  flex-direction: column;
  position: relative;
}
.wa-offcanvas-close span {
  transition: 300ms;
  width: 100%;
  height: 3px;
  background: #000;
  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: #000;
  font-size: 20px;
  font-weight: 500;
  margin-bottom: 20px;
}
.wa-offcanvas-social-flex {
  gap: 10px;
}
.wa-offcanvas-social-link {
  display: flex;
  width: 40px;
  border: 1px solid rgba(0, 0, 0, 0.3);
  height: 40px;
  color: #000;
  font-size: 18px;
  transition: 400ms;
  justify-content: center;
  align-items: center;
}
.wa-offcanvas-social-link:hover {
  background: #000;
  color: #fff;
  opacity: 1;
}
.wa-offcanvas-gallery {
  margin-bottom: 50px;
}
.wa-offcanvas-gallery-title {
  color: #000;
  font-size: 20px;
  font-weight: 500;
  margin-bottom: 20px;
}
.wa-offcanvas-gallery-grid {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 20px;
}
@media (max-width: 767px) {
  .wa-offcanvas-gallery-grid {
    grid-template-columns: 1fr;
  }
}
@media only screen and (min-width: 576px) and (max-width: 767px) {
  .wa-offcanvas-gallery-grid {
    grid-template-columns: 1fr 1fr;
  }
}
.wa-offcanvas-gallery-item {
  height: 200px;
}
.wa-offcanvas-gallery-item img {
  transition: 0.3s;
}
.wa-offcanvas-gallery-item:hover img {
  transform: scale(102%);
}

.wa-overly {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.8);
  z-index: 4;
  transform: scaleX(0);
  transform-origin: right;
  transition: opacity 0.5s;
  opacity: 0;
}
.wa-overly:is(.active) {
  transform: scaleX(1);
  transition: opacity 0.5s;
  opacity: 1;
}

/*
    header-menu-customization-start
*/
.mobile-main-navigation ul li {
  position: relative;
  padding: 0px 0;
}
.mobile-main-navigation ul li:not(:last-child) {
  border-bottom: 1px solid rgba(0, 0, 0, 0.1);
}
.mobile-main-navigation ul li a {
  font-family: var(--st-font-1);
  text-transform: capitalize;
  font-size: 20px;
  font-weight: 500;
  width: 100%;
  line-height: 1;
  transition: 300ms;
  padding: 20px 0;
}
.mobile-main-navigation ul li .dropdown-btn {
  position: absolute;
  top: 0;
  right: 0;
  cursor: pointer;
  width: 100%;
  height: 69px;
  display: flex;
  align-items: center;
  justify-content: end;
  background: transparent;
  font-size: 18px;
  color: #000;
  transition: 300ms;
}
.mobile-main-navigation ul li .dropdown-btn i {
  transition: 300ms;
}
.mobile-main-navigation ul li .dropdown-btn:is(.active) i {
  transform: rotate(90deg);
}
.mobile-main-navigation ul li:hover > a {
  color: var(--sk-clr-sd-1);
}
.mobile-main-navigation ul li:hover > .dropdown-btn {
  color: var(--sk-clr-sd-1);
}
.mobile-main-navigation ul li .dropdown-menu {
  border-radius: 0;
  background-color: transparent;
  border: none;
  margin-left: 30px;
  padding: 0;
}
.mobile-main-navigation ul li .dropdown-menu li {
  padding: 0px 0;
}
.mobile-main-navigation ul li .dropdown-menu li a {
  font-size: 18px;
}
.mobile-main-navigation ul li .dropdown-menu li .dropdown-btn {
  height: 55px;
  font-size: 16px;
}

/*
    header-menu-customization-start
*/
/*
    offcanvas-end
*/
/*
    search-box-css-start
*/
.wa-search-box {
  padding-top: 56px;
  padding-bottom: 56px;
  background-color: rgb(255, 255, 255);
  position: fixed;
  display: flex;
  left: 0;
  top: 0;
  width: 100%;
  z-index: 9;
  align-items: center;
  transition: 500ms;
  transform-origin: top;
  transform: scaleY(0);
  visibility: hidden;
  box-shadow: 0 5px 10px 1px rgba(0, 0, 0, 0.05);
}
.wa-search-box-close {
  height: 40px;
  width: 40px;
  font-size: 18px;
  border: none;
  outline: none;
  border-radius: 2px;
  background: rgba(0, 0, 0, 0.1);
  color: #000;
  flex: 0 0 auto;
  transition: all 0.3s ease-in-out;
  position: absolute;
  right: 40px;
  top: 35px;
  line-height: 1;
}
@media (max-width: 767px) {
  .wa-search-box-close {
    right: 20px;
    top: 15px;
  }
}
.wa-search-box-close i {
  font-weight: 400;
  line-height: 1;
}
.wa-search-box-close:hover {
  background: #000;
  color: #fff;
}
.wa-search-box.active {
  top: 0;
  opacity: 1;
  visibility: visible;
  transform: scaleY(1);
}
.wa-search-box.active .wa-search-form::after {
  transform: scaleX(1);
  transition-delay: 0.3s;
}
.wa-search-container {
  width: 100%;
  max-width: 840px;
  margin-left: auto;
  margin-right: auto;
  padding-left: 20px;
  padding-right: 20px;
}
.wa-search-title {
  font-size: 23px;
  line-height: 1;
  margin-bottom: 18px;
}
.wa-search-form {
  position: relative;
  z-index: 1;
}
.wa-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;
}
.wa-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;
}
.wa-search-tag {
  gap: 8px;
  justify-content: center;
}
.wa-search-tag-title {
  font-size: 16px;
  font-weight: 400;
  color: #5D5D5D;
  margin-bottom: 12px;
}
.wa-search-tag-item {
  flex: 0 0 auto;
  display: inline-block;
  font-size: 15px;
  font-weight: 500;
  color: #454545;
  border: 1px solid #DFE1E5;
  line-height: 1;
  padding: 9px 17px;
  transition: all 0.2s ease-in-out;
}
.wa-search-tag-item:hover {
  background: #000;
  color: #fff;
}

/*
    search-box-css-end
*/
/*
    04. mouse-cursor
*/
.wa-cursor {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 99;
  contain: layout style size;
  pointer-events: none;
  will-change: transform;
  -webkit-transition: opacity 0.3s, color 0.4s;
  -o-transition: opacity 0.3s, color 0.4s;
  -moz-transition: opacity 0.3s, color 0.4s;
  transition: opacity 0.3s, color 0.4s;
}
.wa-cursor::before {
  background: var(--st-clr-pr-1);
}
.wa-cursor:before {
  content: "";
  position: absolute;
  top: -30px;
  left: -30px;
  display: block;
  width: 60px;
  height: 60px;
  -webkit-transform: scale(0);
  -moz-transform: scale(0);
  -ms-transform: scale(0);
  -o-transform: scale(0);
  transform: scale(0);
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  border-radius: 50%;
  -webkit-transition: opacity 0.1s, -webkit-transform 0.3s ease-in-out;
  transition: opacity 0.1s, -webkit-transform 0.3s ease-in-out;
  -o-transition: opacity 0.1s, -o-transform 0.3s ease-in-out;
  -moz-transition: transform 0.3s ease-in-out, opacity 0.1s, -moz-transform 0.3s ease-in-out;
  transition: transform 0.3s ease-in-out, opacity 0.1s;
  transition: transform 0.3s ease-in-out, opacity 0.1s, -webkit-transform 0.3s ease-in-out, -moz-transform 0.3s ease-in-out, -o-transform 0.3s ease-in-out;
}
.wa-cursor-text {
  position: absolute;
  top: -15px;
  left: -15px;
  width: 30px;
  height: 30px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -moz-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -moz-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-transform: scale(0) rotate(10deg);
  -moz-transform: scale(0) rotate(10deg);
  -ms-transform: scale(0) rotate(10deg);
  -o-transform: scale(0) rotate(10deg);
  transform: scale(0) rotate(10deg);
  opacity: 0;
  color: white;
  font-family: var(--xr-font-1);
  font-size: 18px;
  font-weight: 400;
  line-height: 20px;
  text-align: center;
  letter-spacing: 0.1em;
  -webkit-transition: opacity 0.4s, -webkit-transform 0.3s;
  transition: opacity 0.4s, -webkit-transform 0.3s;
  -o-transition: opacity 0.4s, -o-transform 0.3s;
  -moz-transition: opacity 0.4s, transform 0.3s, -moz-transform 0.3s;
  transition: opacity 0.4s, transform 0.3s;
  transition: opacity 0.4s, transform 0.3s, -webkit-transform 0.3s, -moz-transform 0.3s, -o-transform 0.3s;
}
.wa-cursor:is(.-normal) {
  mix-blend-mode: normal;
}
.wa-cursor:is(.-normal)::before {
  background: currentColor;
}
.wa-cursor:is(.-inverse) {
  color: white;
}
.wa-cursor:is(.-visible)::before {
  -webkit-transform: scale(0.2);
  -moz-transform: scale(0.2);
  -ms-transform: scale(0.2);
  -o-transform: scale(0.2);
  transform: scale(0.2);
}
.wa-cursor:is(.-visible):is(.-active):before {
  -webkit-transform: scale(0.23);
  -moz-transform: scale(0.23);
  -ms-transform: scale(0.23);
  -o-transform: scale(0.23);
  transform: scale(0.23);
  -webkit-transition-duration: 0.2s;
  -moz-transition-duration: 0.2s;
  -o-transition-duration: 0.2s;
  transition-duration: 0.2s;
}
.wa-cursor:is(.-pointer)::before {
  -webkit-transform: scale(1);
  -moz-transform: scale(1);
  -ms-transform: scale(1);
  -o-transform: scale(1);
  transform: scale(1);
  opacity: 1;
  opacity: 0.3;
}
.wa-cursor:is(.-text):before {
  -webkit-transform: scale(1);
  -moz-transform: scale(1);
  -ms-transform: scale(1);
  -o-transform: scale(1);
  transform: scale(1);
}
.wa-cursor:is(.-text) .wa-cursor-text {
  opacity: 1;
  -webkit-transform: scale(1);
  -moz-transform: scale(1);
  -ms-transform: scale(1);
  -o-transform: scale(1);
  transform: scale(1);
}
.wa-cursor:is(.-text):is(.-active)::before {
  -webkit-transform: scale(1.6);
  -moz-transform: scale(1.6);
  -ms-transform: scale(1.6);
  -o-transform: scale(1.6);
  transform: scale(1.6);
  -webkit-transition-duration: 0.2s;
  -moz-transition-duration: 0.2s;
  -o-transition-duration: 0.2s;
  transition-duration: 0.2s;
}
.wa-cursor:is(.-opaque) {
  mix-blend-mode: multiply;
}
.wa-cursor:is(.-opaque)::before {
  -webkit-transform: scale(1.3);
  -moz-transform: scale(1.3);
  -ms-transform: scale(1.3);
  -o-transform: scale(1.3);
  transform: scale(1.3);
}
.wa-cursor:is(.-opaque):is(.-active)::before {
  -webkit-transform: scale(1.2);
  -moz-transform: scale(1.2);
  -ms-transform: scale(1.2);
  -o-transform: scale(1.2);
  transform: scale(1.2);
}
.wa-cursor:is(.-lg)::before {
  -webkit-transform: scale(2);
  -moz-transform: scale(2);
  -ms-transform: scale(2);
  -o-transform: scale(2);
  transform: scale(2);
}
.wa-cursor:is(.-hidden)::before {
  -webkit-transform: scale(0);
  -moz-transform: scale(0);
  -ms-transform: scale(0);
  -o-transform: scale(0);
  transform: scale(0);
}

/*
    preloader-css-start
*/
.st-preloader {
  position: fixed;
  inset: 0;
  z-index: 99999;
  background: #0e0e0e;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  padding: 2.5rem 2.8rem;
  transition: opacity 0.5s ease, visibility 0.5s ease;
  opacity: 1;
  visibility: visible;
}
.st-preloader-box {
  max-width: 400px;
  width: 100%;
  height: 300px;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  position: relative;
  z-index: 1;
}
.st-preloader-box .line-1 {
  position: absolute;
  top: 0;
  left: 0;
  width: 50px;
  height: 50px;
  border-top: 1px solid rgba(255, 255, 255, 0.2);
  border-left: 1px solid rgba(255, 255, 255, 0.2);
}
.st-preloader-box .line-2 {
  position: absolute;
  top: 0;
  right: 0;
  width: 50px;
  height: 50px;
  border-top: 1px solid rgba(255, 255, 255, 0.2);
  border-right: 1px solid rgba(255, 255, 255, 0.2);
}
.st-preloader-box .line-3 {
  position: absolute;
  bottom: 0;
  right: 0;
  width: 50px;
  height: 50px;
  border-bottom: 1px solid rgba(255, 255, 255, 0.2);
  border-right: 1px solid rgba(255, 255, 255, 0.2);
}
.st-preloader-box .line-4 {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 50px;
  height: 50px;
  border-bottom: 1px solid rgba(255, 255, 255, 0.2);
  border-left: 1px solid rgba(255, 255, 255, 0.2);
}
.st-preloader-bar-track {
  width: 80%;
  margin: 0 auto;
  height: 3px;
  background: #2a2a2a;
  position: relative;
}
.st-preloader-bar {
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
  width: 0%;
  background: var(--st-clr-pr-1);
  box-shadow: 0px 0px 11px 2px var(--st-clr-pr-1);
}
.st-preloader-bottom {
  display: flex;
  justify-content: center;
  align-items: end;
  gap: 10px;
  margin-bottom: 30px;
}
.st-preloader-count {
  font-family: var(--st-font-1);
  font-size: clamp(40px, 10vw, 60px);
  font-weight: 300;
  color: #f3f3f3;
  letter-spacing: -0.03em;
  line-height: 1;
  font-variant-numeric: tabular-nums;
}
.st-preloader-footer {
  font-family: var(--st-font-1);
  font-size: 16px;
  color: #555;
  letter-spacing: 0.04em;
  padding-bottom: 4px;
}

.st-preloader.loaded {
  opacity: 0;
  visibility: hidden;
}

/*
    preloader-css-end
*/
/*
    wow-plus-start
*/
@keyframes wa-rotated {
  to {
    transform: rotate(360deg);
  }
}
@keyframes wa-rotated-minus {
  to {
    transform: rotate(-360deg);
  }
}
@keyframes wa-fade-in-out {
  0% {
    opacity: 0;
  }
  50% {
    opacity: 1;
  }
  100% {
    opacity: 0;
  }
}
@keyframes fadeInUp2 {
  0% {
    opacity: 0;
    perspective: 2000px;
    transform: rotateX(-50deg) translateY(60px) scale3d(0.84, 0.81, 1);
    filter: blur(5px);
  }
  100% {
    perspective: 2000px;
    transform: rotateX(0deg) translateY(0px) scale3d(1, 1, 1);
  }
}
.fadeInUp2 {
  -webkit-animation-name: fadeInUp2;
  animation-name: fadeInUp2;
  animation-duration: 800ms;
  animation-timing-function: var(--xr-cube-1);
}

@keyframes fadeInDown2 {
  0% {
    opacity: 0;
    -webkit-transform: translateY(-30px);
    -ms-transform: translateY(-30px);
    transform: translateY(-30px);
    filter: blur(3px);
  }
  100% {
    -webkit-transform: translateY(0);
    -ms-transform: translateY(0);
    transform: translateY(0);
    filter: blur(0px);
  }
}
.fadeInDown2 {
  -webkit-animation-name: fadeInDown2;
  animation-name: fadeInDown2;
  animation-duration: 1000ms;
  animation-timing-function: var(--xr-cube-1);
}

@keyframes fadeInRight2 {
  0% {
    opacity: 0;
    -webkit-transform: translateX(50px);
    -ms-transform: translateX(50px);
    transform: translateX(50px);
    filter: blur(3px);
  }
  100% {
    -webkit-transform: translateX(0);
    -ms-transform: translateX(0);
    transform: translateX(0);
    filter: blur(0px);
  }
}
.fadeInRight2 {
  -webkit-animation-name: fadeInRight2;
  animation-name: fadeInRight2;
  animation-duration: 1000ms;
  animation-timing-function: var(--xr-cube-1);
}

@keyframes fadeInLeft2 {
  0% {
    opacity: 0;
    -webkit-transform: translateX(-50px);
    -ms-transform: translateX(-50px);
    transform: translateX(-50px);
    filter: blur(3px);
  }
  100% {
    -webkit-transform: translateX(0);
    -ms-transform: translateX(0);
    transform: translateX(0);
    filter: blur(0px);
  }
}
.fadeInLeft2 {
  -webkit-animation-name: fadeInLeft2;
  animation-name: fadeInLeft2;
  animation-duration: 1000ms;
  animation-timing-function: var(--xr-cube-1);
}

@-webkit-keyframes jackInTheBox2 {
  from {
    opacity: 0;
    -webkit-transform: scale(0.1) rotate(30deg);
    transform: scale(0.1) rotate(30deg);
    -webkit-transform-origin: center bottom;
    transform-origin: center bottom;
  }
  50% {
    -webkit-transform: rotate(-10deg);
    transform: rotate(-10deg);
  }
  70% {
    -webkit-transform: rotate(3deg);
    transform: rotate(3deg);
  }
  to {
    opacity: 1;
    -webkit-transform: scale(1);
    transform: scale(1);
  }
}
@keyframes jackInTheBox2 {
  from {
    opacity: 0;
    -webkit-transform: scale(0.1) rotate(30deg);
    transform: scale(0.1) rotate(30deg);
    -webkit-transform-origin: center bottom;
    transform-origin: center bottom;
  }
  50% {
    -webkit-transform: rotate(-10deg);
    transform: rotate(-10deg);
  }
  70% {
    -webkit-transform: rotate(3deg);
    transform: rotate(3deg);
  }
  to {
    opacity: 1;
    -webkit-transform: scale(1);
    transform: scale(1);
  }
}
.animate__jackInTheBox {
  -webkit-animation-name: jackInTheBox2;
  animation-name: jackInTheBox2;
}

@keyframes shakeX2 {
  0% {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
  30% {
    -webkit-transform: translate3d(-3px, 0, 0);
    transform: translate3d(-3px, 0, 0);
  }
  70% {
    -webkit-transform: translate3d(3px, 0, 0);
    transform: translate3d(3px, 0, 0);
  }
  100% {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}
.animate__shakeX2 {
  -webkit-animation-name: shakeX2;
  animation-name: shakeX2;
}

@-webkit-keyframes shakeY2 {
  from, to {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
  10%, 30%, 50%, 70%, 90% {
    -webkit-transform: translate3d(0, -10px, 0);
    transform: translate3d(0, -10px, 0);
  }
  20%, 40%, 60%, 80% {
    -webkit-transform: translate3d(0, 10px, 0);
    transform: translate3d(0, 10px, 0);
  }
}
@keyframes shakeY2 {
  from, to {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
  10%, 30%, 50%, 70%, 90% {
    -webkit-transform: translate3d(0, -10px, 0);
    transform: translate3d(0, -10px, 0);
  }
  20%, 40%, 60%, 80% {
    -webkit-transform: translate3d(0, 10px, 0);
    transform: translate3d(0, 10px, 0);
  }
}
.animate__shakeY2 {
  -webkit-animation-name: shakeY2;
  animation-name: shakeY2;
}

@-webkit-keyframes zoomInUp2 {
  from {
    opacity: 0;
    -webkit-transform: scale3d(0.1, 0.1, 0.1) translate3d(0, 30px, 0);
    transform: scale3d(0.1, 0.1, 0.1) translate3d(0, 30px, 0);
    -webkit-animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
    animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
  }
  60% {
    opacity: 1;
    -webkit-transform: scale3d(0.475, 0.475, 0.475) translate3d(0, -30px, 0);
    transform: scale3d(0.475, 0.475, 0.475) translate3d(0, -30px, 0);
    -webkit-animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
    animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
  }
}
@keyframes zoomInUp2 {
  from {
    opacity: 0;
    -webkit-transform: scale3d(0.1, 0.1, 0.1) translate3d(0, 30px, 0);
    transform: scale3d(0.1, 0.1, 0.1) translate3d(0, 30px, 0);
    -webkit-animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
    animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
  }
  60% {
    opacity: 1;
    -webkit-transform: scale3d(0.475, 0.475, 0.475) translate3d(0, -20px, 0);
    transform: scale3d(0.475, 0.475, 0.475) translate3d(0, -20px, 0);
    -webkit-animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
    animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
  }
}
.zoomInUp2 {
  -webkit-animation-name: zoomInUp2;
  animation-name: zoomInUp2;
}

@-webkit-keyframes backInDown2 {
  0% {
    -webkit-transform: translateY(-1200px) scale(0.7);
    transform: translateY(-1200px) scale(0.7);
    opacity: 0.7;
  }
  80% {
    -webkit-transform: translateY(0px) scale(0.7);
    transform: translateY(0px) scale(0.7);
    opacity: 0.7;
  }
  100% {
    -webkit-transform: scale(1);
    transform: scale(1);
    opacity: 1;
  }
}
@keyframes backInDown2 {
  0% {
    -webkit-transform: translateY(-1200px) scale(0.7);
    transform: translateY(-1200px) scale(0.7);
    opacity: 0.7;
  }
  80% {
    -webkit-transform: translateY(0px) scale(0.7);
    transform: translateY(0px) scale(0.7);
    opacity: 0.7;
  }
  100% {
    -webkit-transform: scale(1);
    transform: scale(1);
    opacity: 1;
  }
}
.animate__backInDown2 {
  -webkit-animation-name: backInDown2;
  animation-name: backInDown2;
}

/*
    wow-plus-end
*/
/*
    elements-start
*/
.st-bg-border-grid {
  width: 100%;
  height: 100%;
  display: flex;
  gap: 50px;
  position: relative;
  justify-content: space-evenly;
}

.st-bg-border-line {
  position: relative;
  width: 2px;
  height: 100%;
  border-left: 1px solid rgba(255, 255, 255, 0.1);
  background: radial-gradient(100px circle at var(--x, -100px) var(--y, -100px), red 0%, transparent 70%);
  -webkit-mask: linear-gradient(#fff 0 0) content-box, linear-gradient(#fff 0 0);
  -webkit-mask-composite: xor;
  mask-composite: exclude;
  padding-left: 1px; /* border thickness */
}

.st-bg-border-line::after {
  left: var(--x);
  top: var(--y);
  opacity: var(--opacity, 0);
}

.st-active-btn-2 {
  font-family: var(--st-font-1);
  color: #fff;
  overflow: hidden;
  border-radius: 100px;
  position: relative;
  z-index: 1;
  font-size: 20px;
  letter-spacing: -2%;
  font-weight: 500;
  line-height: 1;
  padding: 1px;
  transition: var(--st-cube-2);
}
.st-active-btn-2::after {
  content: "";
  width: 270px;
  height: 270px;
  background: linear-gradient(180deg, #E72B01 19.71%, rgba(0, 0, 0, 0) 50%, #FF7738 80%);
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%) rotate(416deg);
  z-index: -1;
  animation: st-active-btn-kf 5s linear infinite;
}
.st-active-btn-2 .dot-elm {
  width: 16px;
  height: 16px;
  background-color: rgba(255, 255, 255, 0.1);
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  flex: 0 0 auto;
  position: relative;
  z-index: 1;
}
.st-active-btn-2 .dot-elm::after {
  content: "";
  width: 8px;
  height: 8px;
  background-color: #6DFF40;
  border-radius: 50%;
  position: absolute;
  animation: wa-fade-in-out 2s linear infinite;
}
.st-active-btn-2 .btn-border {
  display: flex;
  align-items: center;
  gap: 8px;
  background-color: #121213;
  border-radius: 100px;
  padding: 13px 17px;
}
.st-active-btn-2:hover {
  color: var(--st-clr-pr-2);
}

@keyframes st-active-btn-kf {
  0% {
    transform: translate(-50%, -50%) rotate(0deg);
  }
  100% {
    transform: translate(-50%, -50%) rotate(360deg);
  }
}
.wa_magnifier_lens {
  position: relative;
  z-index: 1;
  overflow: hidden;
  cursor: none;
}
.wa_magnifier_lens .wa_magnifier_lens_circle {
  position: absolute;
  width: 200px;
  height: 200px;
  border-radius: 50%;
  pointer-events: none;
  display: none;
  background-repeat: no-repeat;
  background-size: 800px 800px;
  border: 2px solid rgba(255, 255, 255, 0.5);
}

.st-black-bg {
  background-color: var(--st-clr-h-2);
}

.st-pagination-1 ul {
  margin: 0;
  padding: 0;
  list-style: none;
  display: inline-flex;
  align-items: center;
  gap: 10px;
  flex-wrap: wrap;
}
.st-pagination-1 ul li {
  font-family: var(--st-font-3);
  font-weight: 500;
  line-height: 1;
  width: 52px;
  height: 52px;
  border: 2px solid #F1F1F1;
  border-radius: 4px;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 20px;
  color: var(--st-clr-h-2);
  transition: var(--st-cube-2);
}
.st-pagination-1 ul li:hover {
  background-color: var(--st-clr-pr-1);
  color: #fff;
  border-color: transparent;
}

@keyframes blink {
  90% {
    transform: none;
    animation-timing-function: ease-in;
  }
  93% {
    transform: translateY(15px) scaleY(0);
  }
  100% {
    animation-timing-function: ease-out;
  }
}
/*
    elements-end
*/
/*
    start-back-to-top
*/
.wa-back-to-top {
  position: fixed;
  right: 1.5%;
  bottom: -12.5%;
  z-index: 4;
  width: 40px;
  height: 50px;
  background-color: #0D0D0D;
  transition: 0.3s;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 3px;
  cursor: pointer;
}
@media (max-width: 767px) {
  .wa-back-to-top {
    right: 3%;
  }
}
.wa-back-to-top svg {
  transition: 0.3s;
}
.wa-back-to-top svg * {
  fill: #fff;
  transition: 0.3s;
}
.wa-back-to-top:hover {
  height: 35px;
}
.wa-back-to-top:hover svg {
  transform: translateY(-20px);
  mix-blend-mode: difference;
}
.wa-back-to-top:hover svg * {
  fill: var(--st-clr-pr-1);
}
.wa-back-to-top:is(.active) {
  bottom: 2.5%;
}
.wa-back-to-top:is(.has-home-2) {
  background: var(--xr-clr-pr-2);
}
.wa-back-to-top:is(.has-home-2) svg * {
  fill: #000;
}
.wa-back-to-top:is(.has-home-2):hover svg * {
  fill: var(--xr-clr-pr-2);
}
.wa-back-to-top:is(.has-home-3) {
  background: var(--xr-clr-gd-3);
}
.wa-back-to-top:is(.has-home-3):hover svg * {
  fill: var(--xr-clr-pr-3);
}

/*
    start-back-to-end
*/
/*
    layout
*/
/*
    header-1-start
*/
.st-header-1-area {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  z-index: 3;
}
.st-header-1-wrap {
  display: flex;
  align-items: center;
  justify-content: space-between;
  max-width: 1160px;
  margin-left: auto;
  margin-right: 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) {
  .st-header-1-wrap {
    padding-top: 10px;
    padding-bottom: 10px;
  }
}
.st-header-1-logo {
  max-width: 40px;
}
.st-header-1-logo img {
  animation: wa-rotated 15s linear infinite;
}
.st-header-1-menu {
  position: relative;
  max-width: 890px;
  width: 100%;
  text-align: center;
}
.st-header-1-menu .bg-shape {
  position: absolute;
  top: -1px;
  left: 0;
  width: 100%;
  height: 105%;
  opacity: 0.4;
  stroke-opacity: 0.5;
}
.st-header-1-social {
  display: flex;
  gap: 10px;
}
.st-header-1-social .link-elm {
  width: 32px;
  height: 32px;
  display: flex;
  align-items: center;
  justify-content: center;
  box-shadow: inset 0px 1px 16px 0px rgba(255, 255, 255, 0.6);
  background-color: rgb(0, 0, 0);
  border-radius: 50%;
  font-size: 16px;
  color: #fff;
  border: 1px solid rgba(255, 255, 255, 0.6);
  transition: var(--st-cube-2);
}
.st-header-1-social .link-elm:hover {
  background-color: var(--st-clr-pr-1);
}
.st-header-1-action-link {
  display: flex;
  align-items: center;
  gap: 30px;
}

.st-main-navigation .navbar-nav {
  display: flex;
  flex-direction: row;
  gap: 55px;
}
.st-main-navigation .navbar-nav li a {
  position: relative;
  z-index: 1;
  font-family: var(--st-font-1);
  font-size: 16px;
  font-weight: 700;
  line-height: 1.5;
  letter-spacing: 0.02em;
  text-decoration: none;
  color: #fff;
  padding: 21px 0;
  display: inline-flex;
  align-items: center;
  transition: var(--st-cube-2);
}
.st-main-navigation .navbar-nav li a::after {
  content: "";
  position: absolute;
  width: 9px;
  height: 9px;
  background-color: var(--st-clr-pr-1);
  top: 50%;
  transform: translateY(-50%) scale(2);
  left: -20px;
  opacity: 0;
  transition: var(--st-cube-2);
}
.st-main-navigation .navbar-nav li:is(.dropdown) > a {
  padding-right: 15px;
}
.st-main-navigation .navbar-nav li:is(.dropdown) > a::before {
  display: block;
  content: "+";
  font-family: "Font Awesome 6 free";
  font-weight: 900;
  position: absolute;
  font-size: 12px;
  right: 0;
  top: 50%;
  transform: translateY(-50%);
}
.st-main-navigation .navbar-nav li:hover > a {
  color: var(--st-clr-pr-1);
  opacity: 1;
}
.st-main-navigation .navbar-nav li:hover > a::after {
  transform: translateY(-50%) scale(1);
  opacity: 1;
}
.st-main-navigation .navbar-nav li:hover > .dropdown-menu {
  opacity: 1;
  visibility: visible;
  transform: translateY(0px);
}
.st-main-navigation .navbar-nav li .dropdown-menu {
  left: 0;
  top: 100%;
  z-index: 100;
  margin: 0px;
  padding: 10px 0px;
  height: auto;
  min-width: 250px;
  display: block;
  position: absolute;
  background: #733D01;
  border: 1px solid rgba(255, 255, 255, 0.16);
  backdrop-filter: blur(12px);
  border-radius: 8px;
  text-align: left;
  opacity: 0;
  visibility: hidden;
  transform: translateY(10px);
  transform-origin: top;
  transition: var(--st-cube-2);
}
.st-main-navigation .navbar-nav li .dropdown-menu li a {
  width: 100%;
  display: block;
  padding: 9px 20px;
  padding-left: 30px;
  opacity: 1;
}
.st-main-navigation .navbar-nav li .dropdown-menu li a::after {
  left: 10px;
}
.st-main-navigation .navbar-nav li .dropdown-menu li:is(.dropdown) > a {
  padding-right: 13px;
}
.st-main-navigation .navbar-nav li .dropdown-menu li:is(.dropdown) > a::before {
  display: block;
  content: "\f107";
  font-family: "Font Awesome 6 free";
  font-weight: 700;
  position: absolute;
  font-size: 11px;
  right: 20px;
  top: 51%;
  transform: translateY(-50%);
  opacity: 42%;
}
.st-main-navigation .navbar-nav li .dropdown-menu li:hover > a {
  color: var(--st-clr-pr-1);
}
.st-main-navigation .navbar-nav li .dropdown-menu li .dropdown-menu {
  top: 0;
  left: 100%;
}

/*
    header-1-end
*/
/*
    header-2-start
*/
.st-header-2-area {
  position: absolute;
  top: 30px;
  left: 0;
  width: 100%;
  z-index: 3;
}
.st-header-2-container {
  width: 100%;
  max-width: 1290px;
  margin-left: auto;
  margin-right: auto;
}
.st-header-2-wrap {
  display: flex;
  align-items: center;
  gap: 30px;
  position: relative;
  z-index: 1;
  justify-content: space-between;
  padding-left: 40px;
  padding-right: 20px;
}
.st-header-2-wrap::after {
  content: "";
  width: 100%;
  height: 100%;
  border: 1px solid #fff;
  background-color: transparent;
  z-index: -1;
  position: absolute;
  left: 0;
  top: 0;
  border-radius: 100px;
  border-style: dashed;
  clip-path: polygon(0% 0%, 0% 100%, 45.5% 100%, 45.5% 0, 54.5% 0, 54.5% 100%, 100% 100%, 100% 0%);
}
.st-header-2-logo {
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  z-index: 1;
  width: 100px;
  height: 100px;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
  border: 3px solid rgba(5, 5, 5, 0.4);
}
@media only screen and (min-width: 992px) and (max-width: 1199px), only screen and (min-width: 768px) and (max-width: 991px), (max-width: 767px) {
  .st-header-2-logo {
    position: unset;
    transform: unset;
    width: 60px;
    height: 60px;
  }
}
.st-header-2-logo .logo-elm {
  width: 80px;
  height: 80px;
  display: flex;
  align-items: center;
  justify-content: center;
  background: var(--st-clr-h-2);
  box-shadow: inset 0px 0px 14px #FF7738;
  border-radius: 50%;
}
@media only screen and (min-width: 992px) and (max-width: 1199px), only screen and (min-width: 768px) and (max-width: 991px), (max-width: 767px) {
  .st-header-2-logo .logo-elm {
    position: unset;
    transform: unset;
    width: 40px;
    height: 40px;
    padding: 5px;
  }
}
.st-header-2-logo .logo-elm img {
  animation: wa-rotated-minus 10s linear infinite;
}
.st-header-2-action-link {
  flex: 0 0 auto;
  display: flex;
  align-items: center;
  gap: 20px;
}
@media (max-width: 767px) {
  .st-header-2-action-link .st-pr-btn-2 {
    display: none;
  }
}
@media only screen and (min-width: 576px) and (max-width: 767px) {
  .st-header-2-action-link .st-pr-btn-2 {
    display: inline-flex;
  }
}
.st-header-2-action-link .st-pr-btn-2 .icon {
  width: 44px;
  height: 44px;
  background: var(--st-clr-h-2);
}
.st-header-2-action-link .st-pr-btn-2 .icon .icon-box {
  width: 36px;
  height: 36px;
  box-shadow: inset 0px 0px 8px #FF7738;
  background: var(--st-clr-h-2);
}
.st-header-2-action-link .st-pr-btn-2 .text {
  padding: 10px 19px;
  color: #fff;
  background-color: var(--st-clr-h-2);
}
.st-header-2-action-link .st-pr-btn-2 .icon-2 {
  width: 44px;
  height: 44px;
  background: var(--st-clr-h-2);
  top: 8px;
}
.st-header-2-action-link .st-pr-btn-2 .icon-2 .icon-box {
  width: 36px;
  height: 36px;
  box-shadow: inset 0px 0px 8px #FF7738;
  background: var(--st-clr-h-2);
}
.st-header-2-action-link .st-pr-btn-2:hover .text {
  transform: rotate(5deg) translateX(44px);
}
.st-header-2-action-link .st-offcanvas-btn-1 {
  border-radius: 50%;
}

.st-main-navigation:is(.has-header-2) .navbar-nav {
  gap: 76px;
}
@media only screen and (min-width: 1200px) and (max-width: 1399px) {
  .st-main-navigation:is(.has-header-2) .navbar-nav {
    gap: 36px;
  }
}
.st-main-navigation:is(.has-header-2) .navbar-nav li a {
  font-family: var(--st-font-3);
  font-weight: 400;
  font-size: 18px;
  color: var(--st-clr-h-2);
}
.st-main-navigation:is(.has-header-2) .navbar-nav li a::after {
  display: none;
}
.st-main-navigation:is(.has-header-2) .navbar-nav li:is(.dropdown) > a::before {
  content: "\f103";
  color: #fff;
}
.st-main-navigation:is(.has-header-2) .navbar-nav li:nth-child(4) {
  margin-right: 104px;
}
@media only screen and (min-width: 1200px) and (max-width: 1399px) {
  .st-main-navigation:is(.has-header-2) .navbar-nav li:nth-child(4) {
    margin-right: 170px;
  }
}
.st-main-navigation:is(.has-header-2) .navbar-nav li:hover > a {
  color: #fff;
}
.st-main-navigation:is(.has-header-2) .navbar-nav li .dropdown-menu {
  background: var(--st-clr-pr-2);
  border: 1px dashed rgba(255, 255, 255, 0.5);
  backdrop-filter: none;
}
.st-main-navigation:is(.has-header-2) .navbar-nav li .dropdown-menu li:hover > a {
  color: #fff;
}

/*
    header-2-end
*/
/*
    header-3-start
*/
.st-header-3-area {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  z-index: 3;
}
.st-header-3-wrap {
  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) {
  .st-header-3-wrap {
    padding: 15px 0;
  }
}

.st-main-navigation:is(.has-header-3) .navbar-nav {
  gap: 48px;
}
.st-main-navigation:is(.has-header-3) .navbar-nav li a {
  font-family: var(--st-font-4);
  font-size: 18px;
  font-weight: 400;
}
.st-main-navigation:is(.has-header-3) .navbar-nav li a::after {
  display: none;
}
.st-main-navigation:is(.has-header-3) .navbar-nav li a::before {
  opacity: 70%;
}
.st-main-navigation:is(.has-header-3) .navbar-nav li .dropdown-menu {
  background-color: #fff;
  border-radius: 0;
  padding: 10px 0;
}
.st-main-navigation:is(.has-header-3) .navbar-nav li .dropdown-menu li a {
  font-size: 16px;
  color: #000;
}
.st-main-navigation:is(.has-header-3) .navbar-nav li .dropdown-menu li:hover > a {
  color: var(--st-clr-pr-2);
  transform: translateX(-3px);
}

/*
    header-3-end
*/
/*
    header-4-start
*/
.st-header-4-area {
  position: absolute;
  top: 24px;
  left: 0;
  width: 100%;
  z-index: 3;
}
.st-header-4-wrap {
  display: flex;
}
@media only screen and (min-width: 992px) and (max-width: 1199px), only screen and (min-width: 768px) and (max-width: 991px), (max-width: 767px) {
  .st-header-4-wrap {
    justify-content: space-between;
  }
}
.st-header-4-wrap-inner {
  display: flex;
  align-items: center;
  background: rgba(5, 5, 5, 0.2);
  border-width: 1px 1px 1px 0px;
  border-style: solid;
  border-color: rgba(255, 255, 255, 0.16);
  backdrop-filter: blur(10px);
  border-radius: 12px;
  padding-left: 28px;
  padding-right: 8px;
  gap: 28px;
}
.st-header-4-logo {
  width: 60px;
  height: 60px;
  flex: 0 0 auto;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 14px;
  background-color: var(--st-clr-pr-1);
  border-radius: 12px;
}
.st-header-4-logo img {
  animation: wa-rotated-minus 10s linear infinite;
}
.st-header-4-action-link {
  display: flex;
  align-items: center;
  gap: 20px;
}
.st-header-4-action-link .st-pr-btn-3 {
  padding: 4px;
  padding-left: 16px;
  background-color: var(--st-clr-h-2);
}
@media (max-width: 767px) {
  .st-header-4-action-link .st-pr-btn-3 {
    display: none;
  }
}
@media only screen and (min-width: 576px) and (max-width: 767px) {
  .st-header-4-action-link .st-pr-btn-3 {
    display: inline-flex;
  }
}
.st-header-4-action-link .st-pr-btn-3::after {
  width: 36px;
  height: 36px;
  right: 4px;
  top: 4px;
  background: linear-gradient(136.49deg, #A82607 1.25%, #E82C00 25.11%, #E82C00 67.43%, #A82607 97.56%);
}
.st-header-4-action-link .st-pr-btn-3 .icon-elm {
  width: 36px;
  height: 36px;
}
.st-header-4-action-link .st-pr-btn-3:hover {
  color: #fff;
}
.st-header-4-action-link .st-pr-btn-3:hover::after {
  width: calc(100% - 8px);
}
.st-header-4-action-link .st-pr-btn-3:hover .icon-elm * path {
  fill: #fff;
}

.st-main-navigation:is(.has-header-4) .navbar-nav {
  gap: 40px;
}
.st-main-navigation:is(.has-header-4) .navbar-nav li a {
  font-family: var(--st-font-4);
  font-size: 18px;
  font-weight: 400;
  padding: 15px 0;
}
.st-main-navigation:is(.has-header-4) .navbar-nav li a::after {
  display: none;
}
.st-main-navigation:is(.has-header-4) .navbar-nav li:is(.dropdown) > a {
  padding-right: 15px;
}
.st-main-navigation:is(.has-header-4) .navbar-nav li:is(.dropdown) > a::before {
  top: 52%;
  opacity: 0.7;
}
.st-main-navigation:is(.has-header-4) .navbar-nav li .dropdown-menu {
  background-color: #000;
  padding: 10px 0;
}

/*
    header-4-end
*/
/*
    header-5-start
*/
.st-header-5-area {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  z-index: 3;
  border-bottom: 1px solid rgba(255, 255, 255, 0.48);
}
.st-header-5-wrap {
  display: flex;
  justify-content: space-between;
  align-items: center;
  gap: 20px;
}
.st-header-5-logo {
  width: 72px;
  height: 72px;
  background: var(--st-clr-h-2);
  display: flex;
  align-items: center;
  justify-content: center;
}
.st-header-5-logo img {
  animation: wa-rotated-minus 10s linear infinite;
}

.st-offcanvas-btn-5 {
  width: 72px;
  height: 72px;
  background: var(--st-clr-pr-1);
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
  gap: 4px;
  margin: 0;
  padding: 0;
}
.st-offcanvas-btn-5 span {
  width: 22px;
  height: 2px;
  background: #fff;
  border-radius: 4px;
  transition: var(--st-cube-2);
}
.st-offcanvas-btn-5 span:nth-child(1) {
  width: 14px;
  transform: translateX(4px);
}
.st-offcanvas-btn-5 span:nth-child(3) {
  width: 14px;
  transform: translateX(-4px);
}
.st-offcanvas-btn-5:hover span:nth-child(1) {
  width: 22px;
  transform: translateX(0px);
}
.st-offcanvas-btn-5:hover span:nth-child(3) {
  width: 22px;
  transform: translateX(0px);
}

.st-main-navigation:is(.has-header-5) .navbar-nav {
  gap: 48px;
}
.st-main-navigation:is(.has-header-5) .navbar-nav li a {
  font-family: var(--st-font-4);
  font-size: 18px;
  font-weight: 400;
}
.st-main-navigation:is(.has-header-5) .navbar-nav li .dropdown-menu {
  border-radius: 0;
  padding: 10px 0;
  border: none;
  background-color: #000;
}

/*
    header-5-end
*/
/*
    header-6-start
*/
.st-header-5-area:is(.has-header-6) {
  border-bottom: 1px solid rgba(5, 5, 5, 0.2);
}
.st-header-5-area:is(.has-header-6) .st-main-navigation .navbar-nav li a {
  color: #000;
}
.st-header-5-area:is(.has-header-6) .st-main-navigation .navbar-nav li:hover > a {
  color: var(--st-clr-pr-1);
}
.st-header-5-area:is(.has-header-6) .st-main-navigation .navbar-nav li .dropdown-menu {
  background: #fff;
}

/*
    header-6-end
*/
/*
    header-inner-start
*/
.has-inner-page {
  background: linear-gradient(45deg, #d96210, #893418);
}

/*
    header-inner-end
*/
/*
    sticky-header-css-start
*/
.wa_sticky_header {
  position: fixed;
  width: 100%;
  top: 0;
  left: 0;
  right: 0;
  transition: 400ms ease-in-out;
  z-index: 8;
}
.wa_sticky_header:is(.wa_sticky) {
  transform: translateY(-190%);
}
.wa_sticky_header:is(.wa_sticky):is(.wa_sticky_show) {
  transform: translateY(0%);
}
.wa_sticky_header:is(.st-header-1-area):is(.wa_sticky_show) {
  background-color: #000;
}
.wa_sticky_header:is(.st-header-2-area) {
  top: 15px;
  padding: 20px 0;
}
.wa_sticky_header:is(.st-header-2-area):is(.wa_sticky_show) {
  top: 0;
  background-color: var(--st-clr-pr-2);
}
.wa_sticky_header:is(.st-header-3-area):is(.wa_sticky_show) {
  top: 0;
  background-color: #000;
}

/*
    sticky-header-css-end
*/
/*
    hero-1-start
*/
.st-hero-1-area {
  padding-top: 175px;
  padding-bottom: 70px;
}
.st-hero-1-wrap {
  margin-bottom: 30px;
}
@media only screen and (min-width: 1400px) and (max-width: 1599px), only screen and (min-width: 1200px) and (max-width: 1399px) {
  .st-hero-1-wrap {
    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) {
  .st-hero-1-wrap {
    margin-bottom: 130px;
  }
}
.st-hero-1-bg-img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: -4;
}
.st-hero-1-bg-img-2 {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: -2;
}
.st-hero-1-bg-img-2::after {
  content: "";
  height: 100%;
  width: 100%;
  bottom: 0;
  left: 0;
  position: absolute;
  background: linear-gradient(0deg, black, rgba(0, 0, 0, 0.05));
}
.st-hero-1-bg-line {
  position: absolute;
  inset: 0;
  left: 0;
  z-index: -2;
}
.st-hero-1-content {
  text-align: center;
}
.st-hero-1-disc {
  font-size: 22px;
  color: #e3e3e3;
  max-width: 525px;
  margin-left: auto;
  margin-right: auto;
  margin-bottom: 35px;
}
.st-hero-1-author {
  display: flex;
}
.st-hero-1-author-x-rating {
  display: inline-flex;
  align-items: center;
  gap: 20px;
  margin-bottom: -10px;
  flex-wrap: wrap;
}
@media (max-width: 767px) {
  .st-hero-1-author-x-rating {
    margin-bottom: 20px;
  }
}
.st-hero-1-author .img-elm {
  width: 47px;
  height: 47px;
  border-radius: 50%;
  border: 2px solid #582400;
}
.st-hero-1-author .img-elm:not(:first-child) {
  margin-left: -15px;
}
.st-hero-1-author .img-elm:is(.has-text) {
  display: flex;
  align-items: center;
  justify-content: center;
  background-color: #262626;
}
.st-hero-1-author .img-elm:is(.has-text) .has-text-elm {
  color: #fff;
  font-weight: 500;
  font-size: 16px;
}
.st-hero-1-rating .rating {
  display: flex;
  font-size: 16px;
  color: #fff;
  gap: 5px;
}
.st-hero-1-rating .icon-x-text {
  display: flex;
  align-items: center;
  gap: 10px;
}
.st-hero-1-rating .text-elm {
  color: white;
  font-size: 16px;
}
.st-hero-1-rating .disc-elm {
  font-size: 16px;
  color: #fff;
  text-align: left;
}
.st-hero-1-title {
  font-size: 200px;
  letter-spacing: -0.05em;
}
@media only screen and (min-width: 1400px) and (max-width: 1599px) {
  .st-hero-1-title {
    font-size: 180px;
  }
}
@media only screen and (min-width: 1200px) and (max-width: 1399px) {
  .st-hero-1-title {
    font-size: 170px;
  }
}
@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .st-hero-1-title {
    font-size: 160px;
  }
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .st-hero-1-title {
    font-size: 140px;
  }
}
@media (max-width: 767px) {
  .st-hero-1-title {
    font-size: 60px;
  }
}
@media only screen and (min-width: 576px) and (max-width: 767px) {
  .st-hero-1-title {
    font-size: 120px;
  }
}
.st-hero-1-copyright {
  position: absolute;
  bottom: 31%;
  right: 5%;
  max-width: 290px;
  z-index: 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) {
  .st-hero-1-copyright {
    bottom: 48%;
    right: 0;
  }
}
@media only screen and (min-width: 992px) and (max-width: 1199px), only screen and (min-width: 768px) and (max-width: 991px), (max-width: 767px) {
  .st-hero-1-copyright {
    position: unset;
    text-align: center;
    margin-left: auto;
    margin-right: auto;
    margin-top: 30px;
  }
}
.st-hero-1-copyright .title {
  font-size: 30px;
  margin-bottom: 15px;
}
.st-hero-1-copyright .disc {
  font-size: 16px;
  color: #dcdcdc;
}
.st-hero-1-copyright .disc b {
  color: #fff;
  font-weight: 500;
}
.st-hero-1-gallery::after {
  content: "";
  width: 100%;
  height: 40%;
  left: 0;
  bottom: 0;
  position: absolute;
  background: linear-gradient(0deg, black 20%, transparent);
  z-index: 1;
}
.st-hero-1-gallery .shadow-1 {
  position: absolute;
  top: 0;
  left: 0;
  width: 200px;
  height: 100%;
  background: linear-gradient(90deg, black, transparent);
  z-index: 2;
}
.st-hero-1-gallery .shadow-2 {
  position: absolute;
  top: 0;
  right: 0;
  width: 200px;
  height: 100%;
  background: linear-gradient(-90deg, black, transparent);
  z-index: 2;
}
.st-hero-1-gallery-camera {
  position: absolute;
  left: 50%;
  top: 35%;
  transform: translate(-50%, -50%);
  z-index: 2;
}
@media only screen and (min-width: 768px) and (max-width: 991px), (max-width: 767px) {
  .st-hero-1-gallery-camera {
    width: 100%;
    text-align: center;
  }
}
.st-hero-1-gallery-camera-lens {
  position: absolute;
  top: 53.3%;
  left: 50.21%;
  transform: translate(-50%, -50%);
  z-index: 2;
  mix-blend-mode: screen;
}
@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .st-hero-1-gallery-camera-lens {
    width: 21%;
  }
}
@media only screen and (min-width: 768px) and (max-width: 991px), (max-width: 767px) {
  .st-hero-1-gallery-camera-lens {
    width: 50%;
    text-align: center;
  }
}
.st-hero-1-gallery-slider-img {
  border-radius: 22px;
  height: 245px;
  transition: 1s var(--st-cube-1);
}
.st-hero-1-gallery-slider .swiper-wrapper .swiper-slide:is(.swiper-slide-active) .st-hero-1-gallery-slider-img {
  transform: scale(1.1);
  transition-delay: 0.5s;
}
.st-hero-1-bg-sun {
  width: 150px;
  height: 150px;
  background: rgba(255, 252, 252, 0.9);
  border-radius: 50%;
  box-shadow: 0px 0px 100px 100px #ff8800;
  position: absolute;
  z-index: -3;
  filter: blur(1px);
  top: 0;
  left: 0;
  pointer-events: none;
  will-change: transform;
  transition: unset;
}

/*
    hero-1-end
*/
/*
    hero-2-start
*/
.st-hero-2-top {
  background-color: var(--st-clr-pr-2);
  padding-top: 155px;
}
.st-hero-2-top::after {
  content: "";
  width: 100%;
  height: 384px;
  background: linear-gradient(180deg, rgba(5, 5, 5, 0) 0%, #050505 100%);
  position: absolute;
  left: 0;
  bottom: 0;
  z-index: 2;
  pointer-events: none;
}
@media only screen and (min-width: 992px) and (max-width: 1199px), only screen and (min-width: 768px) and (max-width: 991px), (max-width: 767px) {
  .st-hero-2-top::after {
    height: 124px;
  }
}
.st-hero-2-title {
  font-weight: 700;
  text-align: center;
  font-size: 355px;
  letter-spacing: -3%;
  opacity: 10%;
  line-height: 1;
  margin-bottom: 75px;
}
@media only screen and (min-width: 1600px) and (max-width: 1799px) {
  .st-hero-2-title {
    font-size: 275px;
  }
}
@media only screen and (min-width: 1400px) and (max-width: 1599px) {
  .st-hero-2-title {
    font-size: 200px;
  }
}
@media only screen and (min-width: 1200px) and (max-width: 1399px) {
  .st-hero-2-title {
    font-size: 160px;
  }
}
@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .st-hero-2-title {
    font-size: 140px;
  }
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .st-hero-2-title {
    font-size: 120px;
  }
}
@media (max-width: 767px) {
  .st-hero-2-title {
    font-size: 20vw;
  }
}
@media only screen and (min-width: 576px) and (max-width: 767px) {
  .st-hero-2-title {
    font-size: 80px;
  }
}
.st-hero-2-man {
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
  bottom: 0;
  z-index: 1;
  width: 39%;
  text-align: center;
}
@media (max-width: 767px) {
  .st-hero-2-man {
    width: 80%;
  }
}
@media only screen and (min-width: 576px) and (max-width: 767px) {
  .st-hero-2-man {
    width: 50%;
  }
}
.st-hero-2-man .flash-img {
  position: absolute;
  left: 65%;
  top: 27%;
  transform: translate(-50%, -50%) scale(0);
  transition: opacity 0.3s cubic-bezier(1, 0.39, 0, 1.11);
  opacity: 0;
  width: 82%;
}
.st-hero-2-man:is(.active) .flash-img {
  opacity: 1;
  transform: translate(-50%, -50%) scale(1);
}
.st-hero-2-bg-shape-1 {
  position: absolute;
  width: 34%;
  top: 0;
  left: -15%;
  z-index: -3;
  mix-blend-mode: overlay;
}
.st-hero-2-bg-shape-2 {
  position: absolute;
  right: -10%;
  top: 0;
  width: 34%;
  text-align: right;
  mix-blend-mode: overlay;
  z-index: -3;
}
.st-hero-2-btn {
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
  bottom: 22px;
  z-index: 3;
}
.st-hero-2-slider-item {
  height: 216px;
  position: relative;
  z-index: 1;
  padding: 8px;
  transition: 1s var(--st-cube-1);
  transform-origin: bottom;
  transition-delay: 2.1s;
}
.st-hero-2-slider-item .line-1 {
  width: 40px;
  height: 40px;
  border-top: 1px solid #fff;
  border-left: 1px solid #fff;
  position: absolute;
  top: 0;
  left: 0;
  z-index: -1;
  opacity: 40%;
}
.st-hero-2-slider-item .line-2 {
  width: 40px;
  height: 40px;
  border-top: 1px solid #fff;
  border-right: 1px solid #fff;
  position: absolute;
  top: 0;
  right: 0;
  z-index: -1;
  opacity: 40%;
}
.st-hero-2-slider-item .line-3 {
  width: 40px;
  height: 40px;
  border-bottom: 1px solid #fff;
  border-left: 1px solid #fff;
  position: absolute;
  bottom: 0;
  left: 0;
  z-index: -1;
  opacity: 40%;
}
.st-hero-2-slider-item .line-4 {
  width: 40px;
  height: 40px;
  border-bottom: 1px solid #fff;
  border-right: 1px solid #fff;
  position: absolute;
  bottom: 0;
  right: 0;
  z-index: -1;
  opacity: 40%;
}
.st-hero-2-slider-item .img-elm {
  background-color: var(--st-clr-pr-2);
  transition: var(--st-cube-2);
}
.st-hero-2-slider-item .img-elm img {
  mix-blend-mode: luminosity;
  opacity: 70%;
  transition: var(--st-cube-2);
}
.st-hero-2-slider .swiper-wrapper .swiper-slide {
  max-width: 284px;
  width: 100%;
}
.st-hero-2-slider:is(.active) .swiper-wrapper .swiper-slide:is(.swiper-slide-prev) .st-hero-2-slider-item {
  transform: translate(-220px, -310px) rotate(-22deg) scale(1.3);
  transition-delay: 0s;
}
.st-hero-2-slider:is(.active) .swiper-wrapper .swiper-slide:is(.swiper-slide-prev) .st-hero-2-slider-item .img-elm img {
  opacity: 1;
  mix-blend-mode: normal;
}
.st-hero-2-bottom {
  background-color: var(--st-clr-h-2);
  padding-bottom: 120px;
  padding-top: 40px;
}
.st-hero-2-bottom-wrap {
  text-align: center;
}
.st-hero-2-bottom-btn {
  display: inline-flex;
  align-items: center;
  gap: 30px;
  flex-wrap: wrap;
}
.st-hero-2-bottom-title {
  color: #fff;
  font-size: 92px;
  font-weight: 700;
  letter-spacing: -1%;
  line-height: 1.043;
  text-align: center;
  max-width: 1100px;
  margin-left: auto;
  margin-right: auto;
  margin-bottom: 39px;
}
@media only screen and (min-width: 1600px) and (max-width: 1799px) {
  .st-hero-2-bottom-title {
    font-size: 72px;
  }
}
@media only screen and (min-width: 1400px) and (max-width: 1599px) {
  .st-hero-2-bottom-title {
    font-size: 60px;
  }
}
@media only screen and (min-width: 1200px) and (max-width: 1399px) {
  .st-hero-2-bottom-title {
    font-size: 50px;
  }
}
@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .st-hero-2-bottom-title {
    font-size: 45px;
  }
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .st-hero-2-bottom-title {
    font-size: 40px;
  }
}
@media (max-width: 767px) {
  .st-hero-2-bottom-title {
    font-size: 30px;
  }
}
@media only screen and (min-width: 576px) and (max-width: 767px) {
  .st-hero-2-bottom-title {
    font-size: 35px;
  }
}
.st-hero-2-bottom-title .img-elm {
  display: inline-flex;
  transform: translateY(10px);
}
.st-hero-2-bottom-title .img-elm-single {
  width: 62px;
  height: 76px;
  display: flex;
  border-radius: 10px;
  border: 2px solid #5E5E5E;
  transform-origin: bottom;
}
.st-hero-2-bottom-title .img-elm-single:not(:first-child) {
  margin-left: -40px;
}
.st-hero-2-bottom-title .img-elm-single:nth-child(1) {
  transition: var(--st-cube-2);
}
.st-hero-2-bottom-title .img-elm-single:nth-child(1):hover {
  z-index: 1;
  transform: scale(2);
}
.st-hero-2-bottom-title .img-elm-single:nth-child(2) {
  transform: rotate(9deg);
  transition: var(--st-cube-2);
}
.st-hero-2-bottom-title .img-elm-single:nth-child(2):hover {
  z-index: 1;
  transform: rotate(0deg) scale(2);
}
.st-hero-2-bottom-title .img-elm-single:nth-child(3) {
  transform: rotate(18deg) translateY(4px);
  transition: var(--st-cube-2);
}
.st-hero-2-bottom-title .img-elm-single:nth-child(3):hover {
  transform: rotate(0deg) translateY(0px) scale(2);
}
.st-hero-2-bottom-title .img-elm-single-2 {
  width: 120px;
  height: 66px;
  border-radius: 60px;
  display: inline-flex;
  transform: translateY(4px);
  border: 1px solid var(--st-clr-pr-1);
  outline: 3px solid #5E5E5E;
}
.st-hero-2-bottom-title .dot {
  color: var(--st-clr-pr-2);
}

@keyframes doubleFlash {
  0% {
    opacity: 0;
  }
  10% {
    opacity: 1;
  }
  20% {
    opacity: 0;
  }
  30% {
    opacity: 0;
  }
  40% {
    opacity: 1;
  }
  55% {
    opacity: 0;
  }
  100% {
    opacity: 0;
  }
}
/*
    hero-2-end
*/
/*
    hero-3-start
*/
.st-hero-3-area {
  background-color: #800013;
  position: relative;
  z-index: 1;
  overflow: hidden;
}
.st-hero-3-slider-item-bg {
  position: absolute;
  inset: 0;
  z-index: -2;
  width: 100%;
  height: 100%;
}
.st-hero-3-slider-item-content {
  width: 100%;
  height: 960px;
  position: relative;
  overflow: hidden;
  display: flex;
  justify-content: end;
  padding-top: 160px;
  z-index: 1;
  align-items: start;
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .st-hero-3-slider-item-content {
    height: 860px;
  }
}
@media (max-width: 767px) {
  .st-hero-3-slider-item-content {
    height: 600px;
  }
}
@media only screen and (min-width: 576px) and (max-width: 767px) {
  .st-hero-3-slider-item-content {
    height: 760px;
  }
}
.st-hero-3-slider-item-content .bg-shape-1 {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  width: 100%;
  transform-origin: center;
  z-index: -3;
}
.st-hero-3-slider-item-content .bg-shape-1-text {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  width: 100%;
  transform-origin: center;
  z-index: -2;
}
.st-hero-3-slider-item-content .content-box {
  max-width: 325px;
}
.st-hero-3-slider-item-content .content-box .year {
  color: #fff;
  font-size: 32px;
  font-weight: 700;
  display: flex;
  align-items: center;
  gap: 10px;
  align-items: center;
  margin-bottom: 15px;
}
.st-hero-3-slider-item-content .content-box .year i {
  color: var(--st-clr-pr-2);
  font-size: 20px;
  margin-bottom: -2px;
}
.st-hero-3-slider-item-content .content-box .disc {
  color: rgba(255, 255, 255, 0.8);
  opacity: 1;
}
.st-hero-3-slider-item-content .content-box .disc b {
  color: #fff;
  font-weight: 500;
}
.st-hero-3-slider-item-title {
  font-size: 100px;
  font-weight: 700;
  transform: rotate(-131deg) scale(94%);
  transform-origin: center;
  fill: #fff;
  opacity: 0;
  transition: 2s;
}
.st-hero-3-slider-item-subtitle {
  font-size: 70px;
  font-weight: 700;
  fill: var(--st-clr-pr-1);
  transform-origin: center;
  transform: scale(97%) rotate(-105deg);
  opacity: 0;
  transition: 2s;
}
.st-hero-3-slider .swiper-wrapper .swiper-slide .st-hero-3-slider-item-content .bg-shape-1 .circle-1, .st-hero-3-slider .swiper-wrapper .swiper-slide .st-hero-3-slider-item-content .bg-shape-1 .circle-2, .st-hero-3-slider .swiper-wrapper .swiper-slide .st-hero-3-slider-item-content .bg-shape-1 .circle-3 {
  transform: scale(0);
  transition: 1.5s;
  transform-origin: center;
}
.st-hero-3-slider .swiper-wrapper .swiper-slide .st-hero-3-slider-item-content .content-box {
  transition: var(--st-cube-2);
  transform: translateY(100px);
  opacity: 0;
  transition-delay: 0;
}
.st-hero-3-slider .swiper-wrapper .swiper-slide .st-hero-3-slider-item-bg img {
  opacity: 0;
  transition: 1s;
}
.st-hero-3-slider .swiper-wrapper .swiper-slide:is(.swiper-slide-active) .st-hero-3-slider-item-content .bg-shape-1 .circle-1, .st-hero-3-slider .swiper-wrapper .swiper-slide:is(.swiper-slide-active) .st-hero-3-slider-item-content .bg-shape-1 .circle-2, .st-hero-3-slider .swiper-wrapper .swiper-slide:is(.swiper-slide-active) .st-hero-3-slider-item-content .bg-shape-1 .circle-3 {
  transform: scale(1);
  transition-delay: 0.5s;
}
.st-hero-3-slider .swiper-wrapper .swiper-slide:is(.swiper-slide-active) .st-hero-3-slider-item-content .content-box {
  transform: translateY(0px);
  opacity: 1;
  transition-delay: 2.2s;
}
.st-hero-3-slider .swiper-wrapper .swiper-slide:is(.swiper-slide-active) .st-hero-3-slider-item-title {
  transform: rotate(-42deg) scale(94%);
  opacity: 1;
  transition-delay: 1.5s;
}
.st-hero-3-slider .swiper-wrapper .swiper-slide:is(.swiper-slide-active) .st-hero-3-slider-item-subtitle {
  transform: scale(97%) rotate(0deg);
  opacity: 1;
  transition-delay: 1.5s;
}
.st-hero-3-slider .swiper-wrapper .swiper-slide:is(.swiper-slide-active) .st-hero-3-slider-item-bg img {
  opacity: 1;
  transition-delay: 0.3s;
}
.st-hero-3-slider-btn {
  display: inline-flex;
  align-items: center;
  gap: 15px;
  position: absolute;
  left: 8.2%;
  top: 50%;
  transform: translateY(-50%);
  z-index: 2;
  cursor: pointer;
}
@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) {
  .st-hero-3-slider-btn {
    left: 1.2%;
  }
}
.st-hero-3-slider-btn .btn-icon {
  width: 40px;
  height: 40px;
  background: rgba(255, 255, 255, 0.24);
  backdrop-filter: blur(17px);
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
  color: #fff;
  font-size: 16px;
  position: relative;
  z-index: 1;
  transition: var(--st-cube-2);
}
.st-hero-3-slider-btn .text-elm {
  color: #fff;
  font-weight: 500;
  opacity: 0;
  transform: translateX(-100%);
  transition: var(--st-cube-2);
}
.st-hero-3-slider-btn:hover .text-elm {
  transform: translateX(0);
  opacity: 1;
}
.st-hero-3-slider-btn:hover .btn-icon {
  transform: scale(1.1);
  color: var(--st-clr-pr-1);
  background: rgb(255, 255, 255);
}
.st-hero-3-slider-btn:is(.has-right) {
  position: absolute;
  right: 8.2%;
  left: unset;
  top: 50%;
  transform: translateY(-50%);
  z-index: 2;
}
@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) {
  .st-hero-3-slider-btn:is(.has-right) {
    right: 1.2%;
  }
}
.st-hero-3-slider-btn:is(.has-right) .text-elm {
  transform: translateX(100%);
}
.st-hero-3-slider-btn:is(.has-right):hover .text-elm {
  transform: translateX(0%);
}
.st-hero-3-slider-pagi {
  mask-repeat: no-repeat;
  max-width: 388px;
  height: 52px;
  mask-size: 100% 100%;
  width: 100%;
  position: absolute;
  bottom: 28px;
  z-index: 1;
  left: 50%;
  transform: translateX(-50%);
  cursor: pointer;
}
.st-hero-3-slider-pagi .elm-wrap {
  display: flex;
}
.st-hero-3-slider-pagi .elm-single {
  flex: 0 0 auto;
}

/*
    hero-3-end
*/
/*
    hero-4-start
*/
.st-hero-4-area {
  height: 100vh;
  width: 100%;
  background-color: var(--st-clr-h-2);
}
.st-hero-4-wrap {
  display: flex;
  height: 100%;
}
.st-hero-4-wrap-right {
  width: 19%;
  flex: 0 0 auto;
  position: relative;
  z-index: 2;
  background-color: #F8C64F;
}
@media only screen and (min-width: 992px) and (max-width: 1199px), only screen and (min-width: 768px) and (max-width: 991px), (max-width: 767px) {
  .st-hero-4-wrap-right {
    display: none;
  }
}
.st-hero-4-wrap-right::after {
  content: "";
  width: 12px;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  background-color: var(--st-clr-h-2);
  z-index: -1;
}
.st-hero-4-slider {
  width: 81%;
  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) {
  .st-hero-4-slider {
    width: 100%;
  }
}
.st-hero-4-slider-item {
  height: 100vh;
  padding-top: 220px;
  display: flex;
  flex-direction: column;
  overflow: hidden;
}
@media only screen and (min-width: 768px) and (max-width: 991px), (max-width: 767px) {
  .st-hero-4-slider-item {
    padding-top: 150px;
  }
}
.st-hero-4-slider-item-disc {
  font-size: 32px;
  font-weight: 400;
  color: #fff;
  line-height: 1.125;
  max-width: 525px;
  margin-left: 179px;
}
@media only screen and (min-width: 768px) and (max-width: 991px), (max-width: 767px) {
  .st-hero-4-slider-item-disc {
    font-size: 24px;
    margin-left: 0;
    padding: 0 30px;
  }
}
.st-hero-4-slider-item-title {
  font-size: clamp(40px, 11vw, 302px);
  font-weight: 700;
  line-height: 1;
  color: #fff;
  opacity: 72%;
  margin-bottom: -85px;
  margin-top: -20px;
}
@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) {
  .st-hero-4-slider-item-title {
    margin-bottom: 0px;
    margin-top: 0px;
  }
}
.st-hero-4-slider-item-line {
  margin-top: auto;
}
.st-hero-4-slider-item-line .item-wrap {
  display: flex;
}
.st-hero-4-slider-item-line .item-single {
  flex: 0 0 auto;
}
.st-hero-4-slider .swiper-wrapper .swiper-slide:is(.swiper-slide-active) .st-hero-4-slider-item-disc {
  animation: fadeInUp2 0.8s backwards;
  animation-delay: 0.8s;
}
.st-hero-4-marquee-1 {
  position: absolute;
  top: 43%;
  left: -340px;
  transform: rotate(-90deg) translateY(-50%);
  width: 1400px;
  z-index: 1;
}
@media only screen and (min-width: 1200px) and (max-width: 1399px) {
  .st-hero-4-marquee-1 {
    left: -480px;
  }
}
@media only screen and (min-width: 992px) and (max-width: 1199px), only screen and (min-width: 768px) and (max-width: 991px), (max-width: 767px) {
  .st-hero-4-marquee-1 {
    display: none;
  }
}
.st-hero-4-marquee-1-wrap {
  display: flex;
  gap: 10px;
  padding: 22px 0;
  background-size: auto 100%;
}
.st-hero-4-marquee-1-wrap .single-img {
  height: 152px;
  width: 232px;
  flex: 0 0 auto;
}
.st-hero-4-marquee-2 {
  position: absolute;
  top: 59%;
  left: -396px;
  transform: rotate(-57deg) translateY(-50%);
  width: 1400px;
  z-index: 2;
}
@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) {
  .st-hero-4-marquee-2 {
    display: none;
  }
}
.st-hero-4-pagination {
  width: 400px;
  height: 480px;
  position: absolute;
  right: 43.5%;
  top: 50%;
  transform: translateY(-50%);
  z-index: 1;
  display: flex;
  align-items: center;
  justify-content: center;
}
@media only screen and (min-width: 1600px) and (max-width: 1799px) {
  .st-hero-4-pagination {
    right: 32.5%;
  }
}
@media only screen and (min-width: 1400px) and (max-width: 1599px) {
  .st-hero-4-pagination {
    right: 22.5%;
  }
}
@media only screen and (min-width: 1200px) and (max-width: 1399px) {
  .st-hero-4-pagination {
    right: 10.5%;
  }
}
@media only screen and (min-width: 992px) and (max-width: 1199px), only screen and (min-width: 768px) and (max-width: 991px), (max-width: 767px) {
  .st-hero-4-pagination {
    display: none;
  }
}
.st-hero-4-pagination .bg-shape {
  position: absolute;
  z-index: -1;
}
.st-hero-4-pagination .home_slider_1_pagination {
  display: inline-flex;
  width: auto !important;
  gap: 4px;
  position: relative;
  z-index: 1;
  transition: var(--st-cube-2);
}
.st-hero-4-pagination .home_slider_1_pagination span {
  margin: 0 !important;
  width: 10px;
  height: 10px;
  background-color: #666666;
  opacity: 1;
}
.st-hero-4-pagination .home_slider_1_pagination span:is(.swiper-pagination-bullet-active) {
  background-color: var(--st-clr-pr-1);
  width: 40px;
  border-radius: 4px;
}

/*
    hero-4-end
*/
/*
    hero-5-start
*/
.st-hero-5-area {
  height: 100vh;
}
.st-hero-5-slider {
  height: 100%;
}
.st-hero-5-slider-item {
  height: 100%;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: end;
  gap: 92px;
}
@media (max-width: 767px) {
  .st-hero-5-slider-item {
    gap: 30px;
  }
}
.st-hero-5-slider-item .bg-img {
  position: absolute;
  width: 100%;
  height: 100%;
  inset: 0;
  z-index: -1;
}
.st-hero-5-slider-item-content {
  height: 100%;
  display: flex;
  flex-direction: column;
  gap: 100px;
  justify-content: center;
}
@media (max-width: 767px) {
  .st-hero-5-slider-item-content {
    gap: 30px;
  }
}
.st-hero-5-slider-item-content .title {
  font-size: 72px;
  color: #fff;
  line-height: 1.055;
  max-width: 550px;
}
@media only screen and (min-width: 1400px) and (max-width: 1599px) {
  .st-hero-5-slider-item-content .title {
    font-size: 60px;
  }
}
@media only screen and (min-width: 1200px) and (max-width: 1399px) {
  .st-hero-5-slider-item-content .title {
    font-size: 55px;
  }
}
@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .st-hero-5-slider-item-content .title {
    font-size: 50px;
  }
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .st-hero-5-slider-item-content .title {
    font-size: 45px;
  }
}
@media (max-width: 767px) {
  .st-hero-5-slider-item-content .title {
    font-size: 35px;
  }
}
@media only screen and (min-width: 576px) and (max-width: 767px) {
  .st-hero-5-slider-item-content .title {
    font-size: 40px;
  }
}
.st-hero-5-slider-item-content .inner-div {
  max-width: 440px;
  margin-left: auto;
  text-align: right;
}
.st-hero-5-slider-item-content .disc {
  color: #fff;
  margin-bottom: 33px;
}
.st-hero-5-slider-item-features {
  display: grid;
  grid-template-columns: 1fr 1fr 1fr;
  width: 100%;
  padding: 0 72px;
  border-top: 1px solid rgba(255, 255, 255, 0.48);
}
@media (max-width: 767px) {
  .st-hero-5-slider-item-features {
    grid-template-columns: 1fr;
  }
}
@media only screen and (min-width: 576px) and (max-width: 767px) {
  .st-hero-5-slider-item-features {
    grid-template-columns: 1fr 1fr;
  }
}
.st-hero-5-slider-item-features .single-item {
  background: rgba(5, 5, 5, 0.28);
  backdrop-filter: blur(22px);
  color: #fff;
  text-align: center;
  font-size: 20px;
  font-weight: 400;
  padding: 25px 10px;
}
.st-hero-5-slider-item-features .single-item:not(:last-child) {
  border-right: 1px solid rgba(255, 255, 255, 0.48);
}
@media only screen and (min-width: 768px) and (max-width: 991px), (max-width: 767px) {
  .st-hero-5-slider-item-features .single-item {
    font-size: 16px;
    padding: 12px 10px;
  }
}
.st-hero-5-slider .swiper-wrapper .swiper-slide .st-hero-5-slider-item-features {
  transform: translateY(100%);
  transition: 0.8s;
}
.st-hero-5-slider .swiper-wrapper .swiper-slide:is(.swiper-slide-active) .st-hero-5-slider-item-content .disc, .st-hero-5-slider .swiper-wrapper .swiper-slide:is(.swiper-slide-active) .st-hero-5-slider-item-content .title, .st-hero-5-slider .swiper-wrapper .swiper-slide:is(.swiper-slide-active) .st-hero-5-slider-item-content .btn-elm {
  animation: fadeInUp2 0.8s backwards;
  animation-delay: 0.5s;
}
.st-hero-5-slider .swiper-wrapper .swiper-slide:is(.swiper-slide-active) .st-hero-5-slider-item-content .disc {
  animation-delay: 0.7s;
}
.st-hero-5-slider .swiper-wrapper .swiper-slide:is(.swiper-slide-active) .st-hero-5-slider-item-content .btn-elm {
  animation-delay: 0.9s;
}
.st-hero-5-slider .swiper-wrapper .swiper-slide:is(.swiper-slide-active) .st-hero-5-slider-item-features {
  transform: translateY(0%);
  transition-delay: 1s;
}
.st-hero-5-social {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 2;
  width: 73px;
  height: 100%;
  border-right: 1px solid rgba(255, 255, 255, 0.48);
  display: flex;
  align-items: end;
  padding-bottom: 96px;
  justify-content: center;
}
@media (max-width: 767px) {
  .st-hero-5-social {
    display: none;
  }
}
.st-hero-5-social-link {
  display: flex;
  gap: 12px;
  flex-direction: column;
}
.st-hero-5-social-link .single-link {
  width: 48px;
  height: 48px;
  display: flex;
  align-items: center;
  justify-content: center;
  position: relative;
  z-index: 1;
  font-size: 14px;
  transition: var(--st-cube-2);
}
.st-hero-5-social-link .single-link .icon-elm {
  width: 24px;
  height: 24px;
  display: flex;
  align-items: center;
  justify-content: center;
  background-color: #fff;
  border-radius: 50%;
  color: #000;
  transition: var(--st-cube-2);
}
.st-hero-5-social-link .single-link .bg-shape {
  position: absolute;
  z-index: -1;
  transition: var(--st-cube-2);
}
.st-hero-5-social-link .single-link .bg-shape path {
  transition: var(--st-cube-2);
}
.st-hero-5-social-link .single-link:hover .icon-elm {
  background-color: var(--st-clr-pr-2);
}
.st-hero-5-social-link .single-link:hover .bg-shape path {
  fill: var(--st-clr-pr-2);
  fill-opacity: 1;
}
.st-hero-5-pagination {
  position: absolute;
  top: 0;
  right: 0;
  border-left: 1px solid rgba(255, 255, 255, 0.48);
  width: 73px;
  height: 100%;
  z-index: 1;
  display: flex;
  align-items: center;
  justify-content: center;
}
@media (max-width: 767px) {
  .st-hero-5-pagination {
    display: none;
  }
}
.st-hero-5-pagination .st-hero-3-slider-pagi {
  mask-repeat: no-repeat;
  height: 52px;
  position: unset;
  mask-size: 100% 100%;
  width: 290px;
  z-index: 1;
  transform: rotate(-90deg);
  flex: 0 0 auto;
}

/*
    hero-5-end
*/
/*
    hero-6-start
*/
.st-hero-6-area {
  height: 100vh;
}
.st-hero-6-slider {
  height: 100%;
}
.st-hero-6-slider-item {
  height: 100%;
  display: flex;
  align-items: end;
  justify-content: center;
}
.st-hero-6-slider-item .bg-img {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  z-index: -2;
  will-change: transform;
}
.st-hero-6-slider-item .bg-img img {
  transform: scale(1.2);
}
.st-hero-6-slider-item-content {
  padding-bottom: 210px;
}
.st-hero-6-slider-item-img {
  position: absolute;
  bottom: 0;
  left: 50%;
  transform: translateX(-50%);
  z-index: -1;
  width: 53%;
  text-align: center;
}
@media only screen and (min-width: 1200px) and (max-width: 1399px) {
  .st-hero-6-slider-item-img {
    width: 60%;
  }
}
@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .st-hero-6-slider-item-img {
    width: 70%;
  }
}
@media only screen and (min-width: 768px) and (max-width: 991px), (max-width: 767px) {
  .st-hero-6-slider-item-img {
    width: 100%;
  }
}
.st-hero-6-slider-item-img .main-img {
  text-align: center;
}
.st-hero-6-slider-item-img .has-animation {
  text-align: center;
}
.st-hero-6-slider-item-title-posi {
  position: absolute;
  bottom: 33vh;
  z-index: -1;
  width: 100%;
  text-align: center;
}
@media (max-width: 767px) {
  .st-hero-6-slider-item-title-posi {
    bottom: 53vh;
  }
}
@media only screen and (min-width: 576px) and (max-width: 767px) {
  .st-hero-6-slider-item-title-posi {
    bottom: 40vh;
  }
}
.st-hero-6-slider-item-title {
  font-size: clamp(40px, 22vw, 292px);
  display: flex;
  flex-direction: column;
  line-height: 0.8;
  color: #fff;
  font-weight: 700;
  will-change: transform;
}
.st-hero-6-slider-item-title span:nth-child(1) {
  margin-left: -180px;
}
@media (max-width: 767px) {
  .st-hero-6-slider-item-title span:nth-child(1) {
    margin-left: 0px;
  }
}
.st-hero-6-slider-item-title span:nth-child(2) {
  margin-left: 180px;
}
@media (max-width: 767px) {
  .st-hero-6-slider-item-title span:nth-child(2) {
    margin-left: 0px;
  }
}
.st-hero-6-slider-item-disc {
  font-size: 18px;
  font-weight: 500;
  color: #fff;
  max-width: 500px;
  text-align: center;
  margin-left: auto;
  margin-right: auto;
  line-height: 28px;
}
.st-hero-6-slider .swiper-wrapper .swiper-slide .st-hero-6-slider-item-img img {
  opacity: 0;
  transition: 1s;
}
.st-hero-6-slider .swiper-wrapper .swiper-slide:is(.swiper-slide-active) .st-hero-6-slider-item-title span {
  animation: fadeInUp2 0.8s backwards;
  animation-delay: 1s;
}
.st-hero-6-slider .swiper-wrapper .swiper-slide:is(.swiper-slide-active) .st-hero-6-slider-item-title span:nth-child(2) {
  animation-delay: 1.5s;
}
.st-hero-6-slider .swiper-wrapper .swiper-slide:is(.swiper-slide-active) .st-hero-6-slider-item-disc {
  animation: fadeInUp2 0.8s backwards;
  animation-delay: 1.5s;
}
.st-hero-6-slider .swiper-wrapper .swiper-slide:is(.swiper-slide-active) .st-hero-6-slider-item-img img {
  opacity: 1;
  transition-delay: 0.3s;
}
.st-hero-6-slider-preview-posi {
  position: absolute;
  bottom: 46px;
  left: 0;
  z-index: 2;
  width: 100%;
  text-align: center;
}
.st-hero-6-slider-preview {
  max-width: 672px;
  width: 100%;
  display: inline-block;
  margin-left: auto;
  margin-right: auto;
}
.st-hero-6-slider-preview-img {
  height: 100px;
  border: 8px solid #fff;
  cursor: pointer;
}
.st-hero-6-slider-preview-img img {
  transition: var(--st-cube-2);
}
.st-hero-6-slider-preview-img:hover img {
  transform: scale(1.1);
}

/*
    hero-6-end
*/
/*
    about-1-start
*/
.st-about-1-sec-title {
  border-bottom: 1px solid rgba(190, 190, 190, 0.12);
  padding-bottom: 35px;
}
.st-about-1-sec-title .sec-disc {
  margin-top: 29px;
  max-width: 420px;
}
.st-about-1-wrap {
  display: grid;
  gap: 50px;
  grid-template-columns: 1fr 1fr 1.6fr;
}
@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) {
  .st-about-1-wrap {
    grid-template-columns: 1fr 1fr 1fr;
  }
}
@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .st-about-1-wrap {
    grid-template-columns: 1fr 1fr;
  }
}
@media only screen and (min-width: 768px) and (max-width: 991px), (max-width: 767px) {
  .st-about-1-wrap {
    grid-template-columns: 1fr;
  }
}
.st-about-1-img {
  height: 656px;
}
@media (max-width: 767px) {
  .st-about-1-img {
    height: 456px;
  }
}
@media only screen and (min-width: 576px) and (max-width: 767px) {
  .st-about-1-img {
    height: 600px;
  }
}
.st-about-1-img-shape {
  position: absolute;
  top: -1px;
  left: -54px;
  z-index: 1;
}
@media (max-width: 767px) {
  .st-about-1-img-shape {
    height: 100%;
    overflow: hidden;
  }
}
.st-about-1-features {
  display: flex;
  flex-direction: column;
  gap: 19px;
}
.st-about-1-features li {
  font-weight: 600;
  color: #fff;
  display: flex;
  align-items: center;
  gap: 10px;
}
.st-about-1-card {
  display: flex;
  flex-direction: column;
  gap: 22px;
}
@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .st-about-1-card {
    display: grid;
    grid-template-columns: 1fr 1fr;
    grid-column-start: 1;
    grid-column-end: -1;
  }
}
.st-about-1-card-single {
  border: 4px solid #252424;
  padding: 27px 34px;
  transition: var(--st-cube-2);
  position: relative;
  z-index: 1;
  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) {
  .st-about-1-card-single {
    padding: 27px 15px;
  }
}
.st-about-1-card-single::after {
  content: "";
  width: 150px;
  height: 150px;
  background-color: var(--st-clr-pr-1);
  border-radius: 50%;
  position: absolute;
  bottom: -40px;
  right: -40px;
  filter: blur(30px);
  opacity: 0;
  transition: var(--st-cube-2);
}
.st-about-1-card-single .title {
  font-size: 36px;
  margin-bottom: 20px;
  transition: var(--st-cube-2);
}
@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) {
  .st-about-1-card-single .title {
    font-size: 26px;
  }
}
@media (max-width: 767px) {
  .st-about-1-card-single .title {
    font-size: 22px;
  }
}
.st-about-1-card-single .title:hover {
  color: var(--st-clr-pr-1);
}
.st-about-1-card-single .dvr-line {
  background-color: #d1d1d1;
  width: 100%;
  height: 1px;
  opacity: 18%;
  margin-bottom: 24px;
}
.st-about-1-card-single .disc {
  max-width: 530px;
}
.st-about-1-card-single:hover {
  border-color: var(--st-clr-pr-1);
}
.st-about-1-card-single:hover::after {
  opacity: 0.6;
}

/*
    about-1-end
*/
/*
    about-2-start
*/
.st-about-2-sec-title {
  display: grid;
  gap: 40px;
  grid-template-columns: 1fr 2.42fr;
  align-items: start;
  margin-bottom: 48px;
}
@media only screen and (min-width: 768px) and (max-width: 991px), (max-width: 767px) {
  .st-about-2-sec-title {
    grid-template-columns: 1fr;
  }
}
.st-about-2-sec-title .st-subtitle-2 {
  justify-self: start;
}
.st-about-2-sec-title .main-title {
  line-height: 1.083;
  font-size: 48px;
  font-weight: 500;
}
@media (max-width: 767px) {
  .st-about-2-sec-title .main-title {
    font-size: 38px;
  }
}
@media only screen and (min-width: 576px) and (max-width: 767px) {
  .st-about-2-sec-title .main-title {
    font-size: 44px;
  }
}
.st-about-2-sec-title .main-title span {
  display: inline;
}
.st-about-2-sec-title .main-title .has-clr {
  color: var(--st-clr-pr-1);
}
.st-about-2-sec-title .main-title .has-opacity {
  opacity: 40%;
}
.st-about-2-wrap {
  display: grid;
  gap: 80px;
  grid-template-columns: 1fr 2.65fr;
  align-items: end;
}
@media only screen and (min-width: 768px) and (max-width: 991px), (max-width: 767px) {
  .st-about-2-wrap {
    grid-template-columns: 1fr;
  }
}
.st-about-2-img {
  display: grid;
  gap: 12px;
  grid-template-columns: 1fr 1.39fr;
}
@media (max-width: 767px) {
  .st-about-2-img {
    grid-template-columns: 1fr;
  }
}
@media only screen and (min-width: 576px) and (max-width: 767px) {
  .st-about-2-img {
    grid-template-columns: 1fr 1.39fr;
  }
}
.st-about-2-img-single {
  height: 336px;
  border-radius: 12px;
  position: relative;
  z-index: 1;
  cursor: none;
}
.st-about-2-img-single .line-1 {
  position: absolute;
  top: 16px;
  left: 16px;
  width: 40px;
  height: 40px;
  border-radius: 6px 0 0 0;
  border-top: 1px solid #fff;
  border-left: 1px solid #fff;
}
.st-about-2-img-single .line-2 {
  position: absolute;
  top: 16px;
  right: 16px;
  width: 40px;
  height: 40px;
  border-radius: 0 6px 0 0;
  border-top: 1px solid #fff;
  border-right: 1px solid #fff;
}
.st-about-2-img-single .line-3 {
  position: absolute;
  bottom: 16px;
  left: 16px;
  width: 40px;
  height: 40px;
  border-radius: 0 0 0 6px;
  border-bottom: 1px solid #fff;
  border-left: 1px solid #fff;
}
.st-about-2-img-single .line-4 {
  position: absolute;
  bottom: 16px;
  right: 16px;
  width: 40px;
  height: 40px;
  border-radius: 0 0 6px 0;
  border-bottom: 1px solid #fff;
  border-right: 1px solid #fff;
}
.st-about-2-btn {
  text-align: right;
}
.st-about-2-camera-img {
  width: 18%;
  text-align: center;
  position: absolute;
  top: -70px;
  left: 8%;
  z-index: -1;
}
@media only screen and (min-width: 768px) and (max-width: 991px), (max-width: 767px) {
  .st-about-2-camera-img {
    left: unset;
    right: 2%;
  }
}
.st-about-2-camera-img img {
  transform-origin: top;
  animation: a2-camera-kf 10s ease-in-out infinite;
}

@keyframes a2-camera-kf {
  0% {
    transform: rotate(0deg);
  }
  15% {
    transform: rotate(10deg);
  }
  30% {
    transform: rotate(-9deg);
  }
  45% {
    transform: rotate(7deg);
  }
  60% {
    transform: rotate(-5deg);
  }
  75% {
    transform: rotate(3deg);
  }
  90% {
    transform: rotate(-2deg);
  }
  100% {
    transform: rotate(0deg);
  }
}
/*
    about-2-end
*/
/*
    about-3-start
*/
.st-about-3-wrap {
  display: grid;
  gap: 50px 72px;
  grid-template-columns: 1fr 1.1fr;
  align-items: start;
}
@media only screen and (min-width: 992px) and (max-width: 1199px), only screen and (min-width: 768px) and (max-width: 991px), (max-width: 767px) {
  .st-about-3-wrap {
    grid-template-columns: 1fr;
  }
}
.st-about-3-sec-title .sec-disc {
  margin-top: 20px;
}
.st-about-3-left-inner {
  display: flex;
  justify-content: space-between;
  gap: 30px;
  flex-wrap: wrap;
}
.st-about-3-features-box {
  background-color: transparent;
  border-radius: 12px;
  display: flex;
  align-items: start;
  gap: 16px;
  padding: 24px 24px;
  transition: var(--st-cube-2);
  position: relative;
  z-index: 1;
}
.st-about-3-features-box::before {
  content: "";
  position: absolute;
  inset: 0;
  border-radius: 12px;
  padding: 2px;
  background: conic-gradient(from var(--hero-border-angle, 0deg), rgba(255, 119, 56, 0) 80%, #FF7738 0%);
  animation: heroBorderFlow 5s linear infinite;
  pointer-events: none;
  -webkit-mask: linear-gradient(#fff 0 0) content-box, linear-gradient(#fff 0 0);
  -webkit-mask-composite: xor;
  mask-composite: exclude;
  opacity: 0;
  transition: var(--st-cube-2);
}
.st-about-3-features-box .icon-elm {
  flex: 0 0 auto;
  transition: var(--st-cube-2);
}
.st-about-3-features-box .title {
  font-size: 22px;
  font-weight: 500;
  margin-bottom: 8px;
}
.st-about-3-features-box .disc {
  letter-spacing: -2%;
}
.st-about-3-features-box:is(.active) {
  background-color: #fff;
}
.st-about-3-features-box:is(.active)::before {
  opacity: 1;
}
.st-about-3-features-box:is(.active) .icon-elm {
  filter: grayscale(1);
}
.st-about-3-author {
  display: flex;
  align-items: center;
  gap: 12px;
}
.st-about-3-author-img {
  display: flex;
}
.st-about-3-author-img .single-img {
  width: 52px;
  height: 52px;
  border-radius: 50%;
  border: 2px solid #fff;
}
.st-about-3-author-img .single-img:not(:first-child) {
  margin-left: -20px;
}
.st-about-3-author-content .rating {
  display: flex;
  gap: 4px;
  font-size: 16px;
  color: var(--st-clr-pr-1);
  margin-bottom: 13px;
}
.st-about-3-author-content .disc {
  letter-spacing: -2%;
  line-height: 1;
}
.st-about-3-right {
  margin-top: 30px;
  width: 100%;
}
@media (max-width: 767px) {
  .st-about-3-right {
    overflow: hidden;
  }
}
@media only screen and (min-width: 576px) and (max-width: 767px) {
  .st-about-3-right {
    overflow: visible;
  }
}
.st-about-3-img-slider {
  max-width: 470px;
  height: 692px;
  border-radius: 400px 400px 0 0;
  border: 8px solid #fff;
  width: 100%;
}
@media (max-width: 767px) {
  .st-about-3-img-slider {
    height: 400px;
  }
}
@media only screen and (min-width: 576px) and (max-width: 767px) {
  .st-about-3-img-slider {
    height: 500px;
  }
}
.st-about-3-img-slider-single {
  height: 100%;
  width: 100%;
}
.st-about-3-img-2 {
  width: 90%;
  position: absolute;
  right: -22%;
  top: -5%;
  z-index: 1;
}
@media only screen and (min-width: 768px) and (max-width: 991px), (max-width: 767px) {
  .st-about-3-img-2 {
    right: 0;
  }
}
.st-about-3-img-3 {
  max-width: 388px;
  height: 388px;
  border-radius: 50%;
  border: 8px solid #fff;
  position: absolute;
  width: 100%;
  right: -4%;
  bottom: -15%;
  z-index: 1;
}
@media only screen and (min-width: 768px) and (max-width: 991px), (max-width: 767px) {
  .st-about-3-img-3 {
    max-width: 200px;
    height: 200px;
    right: 0;
  }
}

/*
    about-3-end
*/
/*
    about-4-start
*/
.st-inner-about-sec-title {
  max-width: 1080px;
  margin-left: auto;
  margin-right: auto;
}
.st-inner-about-wrap {
  display: grid;
  grid-template-columns: 1fr 2.2fr 1.7fr;
  gap: 90px;
  align-items: start;
}
@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .st-inner-about-wrap {
    gap: 40px;
  }
}
@media only screen and (min-width: 768px) and (max-width: 991px), (max-width: 767px) {
  .st-inner-about-wrap {
    grid-template-columns: 1fr;
    gap: 40px;
  }
}
.st-inner-about-content .counter-box {
  display: flex;
  align-items: center;
  gap: 20px;
  border-bottom: 1px solid #D9D9D9;
  flex-wrap: wrap;
  margin-bottom: 35px;
  padding-bottom: 18px;
}
.st-inner-about-content .counter-number {
  font-size: 108px;
  line-height: 1;
}
.st-inner-about-content .counter-disc {
  text-transform: uppercase;
  font-size: 22px;
}
.st-inner-about-content .disc {
  margin-bottom: 30px;
}
.st-inner-about-content .btn-elm {
  margin-top: 45px;
}
.st-inner-about-img-1 {
  height: 212px;
  border-radius: 10px;
}
@media only screen and (min-width: 768px) and (max-width: 991px), (max-width: 767px) {
  .st-inner-about-img-1 {
    max-width: 300px;
  }
}
.st-inner-about-img-2 {
  border-radius: 10px;
  height: 544px;
}
@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .st-inner-about-img-2 {
    height: 400px;
  }
}
@media only screen and (min-width: 768px) and (max-width: 991px), (max-width: 767px) {
  .st-inner-about-img-2 {
    height: 400px;
    max-width: 300px;
  }
}

/*
    about-4-end
*/
/*
    choose-1-start
*/
.st-choose-1-area {
  padding-top: 220px;
  padding-bottom: 180px;
}
.st-choose-1-bg-lens {
  width: 20%;
  left: 50%;
  position: absolute;
  top: -198px;
  transform: translateX(-50%);
  z-index: -1;
  text-align: center;
}
@media only screen and (min-width: 1400px) and (max-width: 1599px) {
  .st-choose-1-bg-lens {
    top: -160px;
  }
}
@media only screen and (min-width: 1200px) and (max-width: 1399px) {
  .st-choose-1-bg-lens {
    top: -130px;
  }
}
@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .st-choose-1-bg-lens {
    top: -100px;
  }
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .st-choose-1-bg-lens {
    top: -70px;
  }
}
@media (max-width: 767px) {
  .st-choose-1-bg-lens {
    top: 0px;
  }
}
.st-choose-1-bg-lens .shadow-elm {
  position: absolute;
  inset: 0;
  background: var(--st-clr-pr-1);
  z-index: -1;
  border-radius: 50%;
  filter: blur(91px);
}
.st-choose-1-bg-lens .img-elm img {
  animation: wa-rotated 15s linear infinite;
}
.st-choose-1-clr-glow-1 {
  mask-image: url(../img/choose/c1-glow-mask.png);
  mask-repeat: no-repeat;
  -webkit-mask-repeat: no-repeat;
  mask-size: 100% 100%;
  -webkit-mask-size: 100% 100%;
  mask-position: center center;
  position: absolute;
  top: 0;
  right: 0;
  height: 69%;
  z-index: -2;
  width: 30%;
}
.st-choose-1-wrap {
  max-width: 1270px;
  margin-left: auto;
  margin-right: auto;
  overflow: hidden;
  padding: 1px;
  border-radius: 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) {
  .st-choose-1-wrap::before {
    content: "";
    position: absolute;
    border-radius: 30px;
    background: linear-gradient(90deg, rgb(232, 44, 0) 0%, rgb(255, 180, 0) 34%, #1C1814 60%);
    z-index: -1;
    width: 1300px;
    height: 1300px;
    top: -300px;
    left: -100px;
    animation: s1-clr-rotated 10s linear infinite;
  }
  @keyframes s1-clr-rotated {
    0% {
      transform: rotate(0deg) scale(1.3);
    }
    100% {
      transform: rotate(360deg) scale(1.3);
    }
  }
}
.st-choose-1-wrap-border {
  border-radius: 30px;
  padding: 35px 35px;
  background-color: #040404;
  overflow: hidden;
}
.st-choose-1-wrap-dvr-line {
  width: 100%;
  height: 1px;
  background-color: #ffffff;
  opacity: 0.1;
}
.st-choose-1-sec-title {
  display: flex;
  align-items: center;
  gap: 20px 100px;
  flex-wrap: wrap;
  margin-bottom: 30px;
}
.st-choose-1-sec-title .st-subtitle-1 {
  margin-bottom: 0;
}
.st-choose-1-card {
  display: grid;
  grid-template-columns: 1fr 1fr 1fr 1fr;
  gap: 30px;
}
@media only screen and (min-width: 1200px) and (max-width: 1399px) {
  .st-choose-1-card {
    grid-template-columns: 1fr 1fr 1fr;
  }
}
@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .st-choose-1-card {
    grid-template-columns: 1fr 1fr;
  }
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .st-choose-1-card {
    grid-template-columns: 1fr 1fr;
  }
}
@media (max-width: 767px) {
  .st-choose-1-card {
    grid-template-columns: 1fr;
  }
}
.st-choose-1-card-single {
  background-color: #0c0c0c;
  border-radius: 20px;
  padding: 28px 32px;
  position: relative;
  z-index: 1;
  overflow: hidden;
}
.st-choose-1-card-single::before {
  content: "";
  position: absolute;
  inset: 0;
  border-radius: 20px;
  background: linear-gradient(-180deg, var(--st-clr-pr-1), transparent);
  padding: 2px;
  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;
  pointer-events: none;
  animation: rotateGradient 5s linear infinite;
}
.st-choose-1-card-single .icon-elm {
  margin-bottom: 16px;
}
.st-choose-1-card-single .title {
  font-size: 23px;
  margin-bottom: 8px;
}
.st-choose-1-card-single .disc {
  font-size: 18px;
}
.st-choose-1-card-single .front-content {
  transition: 0.5s var(--st-cube-1);
}
.st-choose-1-card-single .back-content {
  position: absolute;
  inset: 0;
  z-index: 1;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  background-color: var(--st-clr-pr-1);
  text-align: center;
  gap: 14px;
  padding: 10px 20px;
  opacity: 0;
  transition: 0.5s var(--st-cube-1);
  transform: translateY(100%);
  border-radius: 20px;
}
.st-choose-1-card-single .back-content .title {
  margin-bottom: 0;
}
.st-choose-1-card-single .disc {
  color: #fff;
  opacity: 100%;
}
.st-choose-1-card-single .btn-elm {
  width: 42px;
  height: 42px;
  background-color: #fff;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
  font-size: 17px;
  color: #000;
}
.st-choose-1-card-single:hover .front-content {
  opacity: 0;
  transform: translateY(-100%);
}
.st-choose-1-card-single:hover .back-content {
  opacity: 1;
  transform: translateY(0%);
}
.st-choose-1-bg-line {
  position: absolute;
  inset: 0;
  z-index: -2;
  display: flex;
  align-items: center;
  justify-content: center;
}
.st-choose-1-bg-line .st-bg-border-grid {
  height: 84%;
}
.st-choose-1-bg-line .st-bg-border-line:is(.has-top) {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 2px;
  border-top: 1px solid rgba(255, 255, 255, 0.1);
  border-left: 0;
}
.st-choose-1-bg-line .st-bg-border-line:is(.has-bottom) {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 2px;
  border-bottom: 1px solid rgba(255, 255, 255, 0.1);
  border-left: 0;
}

/*
    choose-1-end
*/
/*
    choose-2-start
*/
.st-choose-2-area {
  background-color: var(--st-clr-h-2);
}
.st-choose-2-wrap {
  display: flex;
  gap: 90px;
}
@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) {
  .st-choose-2-wrap {
    flex-wrap: wrap;
    gap: 50px;
  }
}
.st-choose-2-left {
  width: 100%;
  max-width: 600px;
  flex: 0 0 auto;
}
@media only screen and (min-width: 1400px) and (max-width: 1599px) {
  .st-choose-2-left {
    max-width: 500px;
  }
}
.st-choose-2-sec-title .inner-div {
  margin-left: 140px;
}
@media only screen and (min-width: 1400px) and (max-width: 1599px) {
  .st-choose-2-sec-title .inner-div {
    margin-left: 0px;
  }
}
@media (max-width: 767px) {
  .st-choose-2-sec-title .inner-div {
    margin-left: 0px;
  }
}
.st-choose-2-sec-title .st-sec-title-2 {
  font-size: 80px;
  margin-bottom: 63px;
}
@media only screen and (min-width: 1200px) and (max-width: 1399px) {
  .st-choose-2-sec-title .st-sec-title-2 {
    font-size: 55px;
  }
}
@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .st-choose-2-sec-title .st-sec-title-2 {
    font-size: 50px;
  }
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .st-choose-2-sec-title .st-sec-title-2 {
    font-size: 45px;
  }
}
@media (max-width: 767px) {
  .st-choose-2-sec-title .st-sec-title-2 {
    font-size: 35px;
  }
}
@media only screen and (min-width: 576px) and (max-width: 767px) {
  .st-choose-2-sec-title .st-sec-title-2 {
    font-size: 40px;
  }
}
.st-choose-2-sec-title .sec-disc {
  color: #fff;
  margin-bottom: 46px;
}
.st-choose-2-right {
  max-width: 1400px;
  width: 100%;
  flex: 0 0 auto;
}
.st-choose-2-right-grid-1 {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 8px;
  margin-bottom: 8px;
}
@media only screen and (min-width: 768px) and (max-width: 991px), (max-width: 767px) {
  .st-choose-2-right-grid-1 {
    grid-template-columns: 1fr;
  }
}
.st-choose-2-right-grid-2 {
  display: grid;
  gap: 8px;
  grid-template-columns: 1fr 2fr;
  align-items: start;
}
@media only screen and (min-width: 768px) and (max-width: 991px), (max-width: 767px) {
  .st-choose-2-right-grid-2 {
    grid-template-columns: 1fr;
  }
}
.st-choose-2-right-grid-2 .inner-div-top {
  display: grid;
  gap: 8px;
  grid-template-columns: 1fr 1fr;
  margin-bottom: 8px;
}
@media only screen and (min-width: 992px) and (max-width: 1199px), only screen and (min-width: 768px) and (max-width: 991px), (max-width: 767px) {
  .st-choose-2-right-grid-2 .inner-div-top {
    grid-template-columns: 1fr;
  }
}
.st-choose-2-customer {
  border: 8px solid #191919;
  padding: 36px 32px;
}
.st-choose-2-customer .counter-x-content {
  display: flex;
  gap: 20px 95px;
  margin-bottom: 64px;
}
@media (max-width: 767px) {
  .st-choose-2-customer .counter-x-content {
    flex-wrap: wrap;
  }
}
@media only screen and (min-width: 576px) and (max-width: 767px) {
  .st-choose-2-customer .counter-x-content {
    flex-wrap: nowrap;
  }
}
.st-choose-2-customer .number {
  font-size: 80px;
  color: #fff;
  font-weight: 500;
  flex: 0 0 auto;
  line-height: 1;
  display: flex;
  align-items: center;
  margin-top: -40px;
}
@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) {
  .st-choose-2-customer .number {
    font-size: 60px;
  }
}
.st-choose-2-customer .number .plus {
  color: var(--st-clr-pr-2);
  font-size: 40px;
  margin-top: -20px;
  font-weight: 600;
}
.st-choose-2-customer .title {
  color: #fff;
  font-size: 22px;
  font-weight: 500;
  margin-bottom: 11px;
}
.st-choose-2-customer .disc {
  color: #666666;
  opacity: 1;
}
.st-choose-2-customer .author-box {
  display: flex;
  background-color: #191919;
  border-radius: 5px;
  padding: 11px 12px;
  align-items: center;
  justify-content: space-between;
  gap: 20px;
}
@media (max-width: 767px) {
  .st-choose-2-customer .author-box {
    flex-wrap: wrap;
  }
}
@media only screen and (min-width: 576px) and (max-width: 767px) {
  .st-choose-2-customer .author-box {
    flex-wrap: nowrap;
  }
}
.st-choose-2-customer .author-img {
  display: flex;
}
.st-choose-2-customer .author-img-single {
  width: 40px;
  height: 40px;
  border-radius: 5px;
  border: 3px solid #191919;
}
.st-choose-2-customer .author-img-single:not(:first-child) {
  margin-left: -15px;
}
.st-choose-2-customer .author-disc {
  color: #fff;
  opacity: 1;
}
.st-choose-2-editing {
  border: 8px solid #191919;
  position: relative;
  z-index: 1;
  padding: 20px 30px;
}
@media only screen and (min-width: 768px) and (max-width: 991px), (max-width: 767px) {
  .st-choose-2-editing {
    min-height: 300px;
  }
}
.st-choose-2-editing .bg-clr {
  position: absolute;
  width: 50%;
  height: 100%;
  background: linear-gradient(45deg, black, transparent);
  top: 0;
  left: 0;
  z-index: -1;
  border-right: 2px solid #fff;
  animation: bg-clr-kf 4s ease-in-out infinite;
}
@keyframes bg-clr-kf {
  0% {
    width: 100%;
  }
  50% {
    width: 50%;
  }
  100% {
    width: 100%;
  }
}
.st-choose-2-editing .title-elm {
  font-size: 40px;
  color: #fff;
  font-weight: 500;
  max-width: 230px;
  line-height: 1.3;
}
@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) {
  .st-choose-2-editing .title-elm {
    font-size: 30px;
  }
}
.st-choose-2-counter {
  min-height: 484px;
  border: 8px solid #191919;
  padding: 36px;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  gap: 30px;
}
.st-choose-2-counter .counter-elm {
  position: relative;
  display: inline-block;
  align-self: start;
  margin-top: -9px;
}
.st-choose-2-counter .counter-elm .icon-elm {
  width: 40px;
  height: 40px;
  color: #000;
  background-color: var(--st-clr-pr-1);
  display: flex;
  align-items: center;
  justify-content: center;
  border: 2px solid #000;
  border-radius: 50%;
  position: absolute;
  right: -20px;
  top: 20px;
}
.st-choose-2-counter .number {
  font-size: 100px;
  color: #fff;
  line-height: 1;
  font-weight: 700;
}
.st-choose-2-counter .disc {
  color: #fff;
  text-align: right;
  font-size: 20px;
  font-weight: 400;
  max-width: 350px;
  margin-left: auto;
}
.st-choose-2-style {
  min-height: 312px;
  background-color: var(--st-clr-pr-2);
  padding: 30px;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  overflow: hidden;
}
.st-choose-2-style .camera-img {
  position: absolute;
  bottom: -50px;
  left: 0;
  z-index: -1;
}
.st-choose-2-style .disc {
  color: #fff;
  text-align: right;
  max-width: 290px;
  margin-left: auto;
  opacity: 1;
}
.st-choose-2-style .title-elm {
  font-size: 32px;
  letter-spacing: -2%;
  color: #fff;
  max-width: 290px;
}
@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) {
  .st-choose-2-style .title-elm {
    font-size: 24px;
  }
}
.st-choose-2-style .bg-img {
  position: absolute;
  inset: 0;
  z-index: -2;
  mix-blend-mode: luminosity;
}
.st-choose-2-focus {
  border: 8px solid #191919;
  display: grid;
  grid-template-columns: 1.3fr 1fr;
}
.st-choose-2-focus .content-wrap {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  gap: 20px;
  padding: 25px;
}
.st-choose-2-focus .title {
  color: #fff;
  font-size: 24px;
}
.st-choose-2-focus .disc {
  color: #fff;
  font-size: 16px;
}
.st-choose-2-client {
  border: 8px solid #191919;
  overflow: hidden;
  padding: 24px 26px;
  padding-bottom: 35px;
}
.st-choose-2-client .title {
  color: #fff;
  font-size: 24px;
  text-align: center;
  margin-bottom: 31px;
}
@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) {
  .st-choose-2-client .title {
    font-size: 20px;
  }
}
.st-choose-2-client-marquee {
  overflow: hidden;
}
.st-choose-2-client-marquee-item {
  display: flex;
  align-items: center;
  gap: 80px;
  margin-right: 80px;
}
.st-choose-2-client-marquee-item .single-logo {
  flex: 0 0 auto;
  opacity: 40%;
  transition: var(--st-cube-2);
}
.st-choose-2-client-marquee-item .single-logo:hover {
  opacity: 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) {
  .st-choose-2-height {
    height: 200vh;
  }
}
.st-choose-2-marquee {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  z-index: -1;
}

/*
    choose-2-end
*/
/*
    choose-3-start
*/
.st-choose-3-area {
  background-color: #F1F1F1;
}
.st-choose-3-sec-title {
  max-width: 710px;
  margin-left: auto;
  margin-right: auto;
}
.st-choose-3-wrap {
  display: grid;
  gap: 10px;
  grid-template-columns: 1.48fr 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) {
  .st-choose-3-wrap {
    grid-template-columns: 1fr;
  }
}
.st-choose-3-wrap-left-inner-1 {
  display: grid;
  gap: 10px;
  grid-template-columns: 1.8fr 1fr;
  margin-bottom: 10px;
}
@media (max-width: 767px) {
  .st-choose-3-wrap-left-inner-1 {
    grid-template-columns: 1fr;
  }
}
.st-choose-3-wrap-left-inner-2 {
  display: grid;
  gap: 10px;
  grid-template-columns: 1fr 1fr;
}
@media (max-width: 767px) {
  .st-choose-3-wrap-left-inner-2 {
    grid-template-columns: 1fr;
  }
}
.st-choose-3-editing {
  position: relative;
  z-index: 1;
  border-radius: 12px;
  overflow: hidden;
}
.st-choose-3-editing .img-elm {
  height: 396px;
  width: 100%;
}
.st-choose-3-editing .img-elm *::after {
  width: 2px;
}
.st-choose-3-editing .img-elm *::before {
  width: 2px;
}
.st-choose-3-editing .img-elm .twentytwenty-before-label {
  display: none;
}
.st-choose-3-editing .img-elm .twentytwenty-after-label {
  display: none;
}
.st-choose-3-editing .title {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  text-align: center;
  color: #fff;
  font-size: 36px;
  font-weight: 700;
  padding: 24px 20px;
}
@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) {
  .st-choose-3-editing .title {
    font-size: 26px;
  }
}
.st-choose-3-support {
  border-radius: 12px;
  border: 3px solid #fff;
  overflow: hidden;
  position: relative;
  z-index: 1;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  gap: 20px;
  padding: 30px 32px;
}
.st-choose-3-support::before {
  content: "";
  position: absolute;
  width: 109.33px;
  height: 108.14px;
  background: #050505;
  opacity: 0.2;
  filter: blur(25px);
  left: -30px;
  top: -40px;
  z-index: -1;
}
.st-choose-3-support::after {
  content: "";
  position: absolute;
  width: 109.33px;
  height: 179.24px;
  background: var(--st-clr-pr-1);
  opacity: 0.5;
  filter: blur(52px);
  left: 32%;
  bottom: -110px;
  z-index: -1;
}
.st-choose-3-support .bg-img {
  width: 58%;
  position: absolute;
  right: 7%;
  top: 20%;
  filter: grayscale(1);
  z-index: -1;
}
.st-choose-3-support .title {
  font-size: 48px;
  margin-bottom: 6px;
}
.st-choose-3-support .disc {
  color: var(--st-clr-h-2);
  opacity: 72%;
}
.st-choose-3-support .chat-img {
  text-align: center;
  margin-top: auto;
}
.st-choose-3-support .smile-img {
  text-align: center;
}
.st-choose-3-counter {
  border-radius: 12px;
  background: #fff;
  overflow: hidden;
  padding: 35px;
  position: relative;
  z-index: 1;
  min-height: 272px;
}
.st-choose-3-counter .number {
  font-size: 72px;
  line-height: 1;
  font-weight: 500;
  margin-top: -16px;
  display: flex;
  align-items: center;
}
.st-choose-3-counter .number .plus {
  color: #ddd;
}
.st-choose-3-counter .number .disc {
  text-transform: uppercase;
  color: var(--st-clr-h-2);
  opacity: 1;
}
.st-choose-3-counter .content-wrap {
  max-width: 140px;
}
.st-choose-3-counter .main-img {
  width: 62%;
  text-align: right;
  position: absolute;
  bottom: -51px;
  right: -50px;
  z-index: -1;
}
.st-choose-3-counter .bg-shape-1 {
  position: absolute;
  bottom: -50%;
  left: -3%;
  z-index: -3;
}
.st-choose-3-counter .bg-shape-1 svg {
  animation: wa-rotated 10s linear infinite;
}
.st-choose-3-counter .bg-shape-2 {
  position: absolute;
  bottom: -76px;
  left: -90px;
  z-index: -4;
}
.st-choose-3-gallery {
  background-color: var(--st-clr-h-2);
  border-radius: 12px;
  display: flex;
  align-items: end;
  justify-content: center;
  text-align: center;
  padding: 26px 27px;
  min-height: 272px;
}
.st-choose-3-gallery .title {
  color: #fff;
  font-size: 22px;
  font-weight: 500;
  line-height: 1.272;
}
.st-choose-3-features {
  border-radius: 32px;
  padding: 30px 30px;
  position: relative;
  z-index: 1;
  overflow: hidden;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  gap: 60px;
}
.st-choose-3-features .features-list {
  display: flex;
  flex-direction: column;
  gap: 19px 0;
  margin-top: 60px;
}
.st-choose-3-features .features-list li {
  display: flex;
  align-items: center;
  gap: 10px;
  opacity: 1;
  color: var(--st-clr-h-2);
}
.st-choose-3-features .camera-img {
  width: 51%;
  position: absolute;
  bottom: -123px;
  left: -90px;
}
.st-choose-3-features-marquee-wrap {
  display: flex;
  gap: 40px;
  margin-right: 40px;
}
.st-choose-3-features-marquee-wrap .marquee-elm {
  font-size: 132px;
  flex: 0 0 auto;
  font-weight: 700;
  opacity: 7%;
}
@media only screen and (min-width: 576px) and (max-width: 767px) {
  .st-choose-3-features-marquee-wrap .marquee-elm {
    font-size: 100px;
  }
}
@media (max-width: 767px) {
  .st-choose-3-features-marquee-wrap .marquee-elm {
    font-size: 70px;
  }
}
.st-choose-3-img {
  position: absolute;
  right: 1%;
  top: 14%;
  z-index: 2;
  width: 29%;
  text-align: right;
}
@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) {
  .st-choose-3-img {
    right: -5%;
  }
}
@media only screen and (min-width: 992px) and (max-width: 1199px), only screen and (min-width: 768px) and (max-width: 991px), (max-width: 767px) {
  .st-choose-3-img {
    display: none;
  }
}

/*
    choose-3-end
*/
/*
    projects-1-start
*/
.st-projects-1-area {
  background-color: #0D0D0D;
}
.st-projects-1-sec-title {
  display: flex;
  align-items: center;
  gap: 20px 100px;
  flex-wrap: wrap;
  margin-bottom: 40px;
  background-color: #0D0D0D;
}
.st-projects-1-sec-title .st-subtitle-1 {
  margin-bottom: 0;
}
.st-projects-1-container {
  width: 100%;
  max-width: 1080px;
  margin-left: auto;
  margin-right: auto;
}
.st-projects-1-slider-card {
  width: 100%;
  overflow: hidden;
  background-color: #000;
  position: relative;
  z-index: 1;
}
.st-projects-1-slider-card::after {
  content: "";
  inset: 0;
  border: 2px solid var(--st-clr-pr-1);
  position: absolute;
  z-index: 2;
  pointer-events: none;
  transition: 0.4s var(--st-cube-1);
  opacity: 0;
}
.st-projects-1-slider-card .subtitle-x-number {
  display: flex;
  align-items: end;
  justify-content: space-between;
  margin-bottom: 64px;
}
.st-projects-1-slider-card .subtitle {
  font-size: 14px;
  background-color: #141414;
  display: inline-block;
  font-weight: 500;
  border-radius: 100px;
  padding: 9px 24px;
  color: #fff;
}
.st-projects-1-slider-card .number {
  font-size: 56px;
  color: #202020;
  line-height: 0.8;
  transition: 0.5s var(--st-cube-1);
}
.st-projects-1-slider-card .img-elm {
  height: 280px;
  position: relative;
  z-index: 1;
}
.st-projects-1-slider-card .title {
  font-size: 36px;
  transition: var(--st-cube-2);
}
@media only screen and (min-width: 768px) and (max-width: 991px), (max-width: 767px) {
  .st-projects-1-slider-card .title {
    font-size: 26px;
  }
}
.st-projects-1-slider-card .title:hover {
  color: var(--st-clr-pr-1);
}
.st-projects-1-slider-card .content-wrap {
  padding: 40px 30px;
}
.st-projects-1-slider-card .logo-img {
  position: absolute;
  transform: translate(-50%, -50%);
  left: 50%;
  top: 50%;
  z-index: 1;
  transition: 0.5s var(--st-cube-1);
  opacity: 0;
}
.st-projects-1-slider-card .overly-box {
  position: absolute;
  inset: 0;
  background: rgba(0, 0, 0, 0.7);
  backdrop-filter: blur(10px);
  transition: 0.5s var(--st-cube-1);
  opacity: 0;
  transform: scale(1.1);
}
.st-projects-1-slider-card .overly-box-line {
  background-color: #fff;
  position: absolute;
}
.st-projects-1-slider-card .overly-box-line:nth-child(1) {
  width: 2px;
  height: 28px;
  left: 18px;
  top: 18px;
}
.st-projects-1-slider-card .overly-box-line:nth-child(2) {
  width: 2px;
  height: 28px;
  right: 18px;
  top: 18px;
}
.st-projects-1-slider-card .overly-box-line:nth-child(3) {
  width: 2px;
  height: 28px;
  right: 18px;
  bottom: 18px;
}
.st-projects-1-slider-card .overly-box-line:nth-child(4) {
  width: 2px;
  height: 28px;
  left: 18px;
  bottom: 18px;
}
.st-projects-1-slider-card .overly-box-line:nth-child(5) {
  width: 28px;
  height: 2px;
  left: 18px;
  bottom: 18px;
}
.st-projects-1-slider-card .overly-box-line:nth-child(6) {
  width: 28px;
  height: 2px;
  right: 18px;
  bottom: 18px;
}
.st-projects-1-slider-card .overly-box-line:nth-child(7) {
  width: 28px;
  height: 2px;
  right: 18px;
  top: 18px;
}
.st-projects-1-slider-card .overly-box-line:nth-child(8) {
  width: 28px;
  height: 2px;
  left: 18px;
  top: 18px;
}
.st-projects-1-slider-card:hover::after {
  opacity: 1;
}
.st-projects-1-slider-card:hover .logo-img {
  opacity: 1;
}
.st-projects-1-slider-card:hover .overly-box {
  opacity: 1;
  transform: scale(1);
}
.st-projects-1-slider-card:hover .number {
  color: #fff;
}
.st-projects-1-tabs-btn {
  display: flex;
  justify-content: center;
  margin-bottom: 50px;
  flex-wrap: wrap;
  flex: 30px 0;
}
.st-projects-1-tabs-btn li {
  min-width: 200px;
}
.st-projects-1-tabs-btn .nav-link {
  text-align: left;
  width: 100%;
  background: transparent;
  font-size: 20px;
  position: relative;
  z-index: 1;
  padding: 10px 0;
  opacity: 0.3;
  transition: 0.5s var(--st-cube-1);
}
.st-projects-1-tabs-btn .nav-link::after {
  content: "";
  width: 100%;
  height: 2px;
  background: linear-gradient(90deg, #fff, rgba(241, 46, 0, 0.3));
  position: absolute;
  bottom: 0;
  left: 0;
  box-shadow: 0px 0px 4px 1px rgba(241, 46, 0, 0.7);
  transition: 0.5s var(--st-cube-1);
  opacity: 0;
}
.st-projects-1-tabs-btn .nav-link:hover {
  color: #fff;
  opacity: 1;
}
.st-projects-1-tabs-btn .nav-link:is(.active) {
  color: #fff;
  opacity: 1;
}
.st-projects-1-tabs-btn .nav-link:is(.active)::after {
  opacity: 1;
}
.st-projects-1-tabs-pane {
  position: relative;
  z-index: 1;
}
.st-projects-1-tabs-pane .tab-pane {
  display: block !important;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
}
.st-projects-1-tabs-pane .tab-pane:is(.active) {
  z-index: 2;
}
.st-projects-1-slider .swiper-wrapper {
  align-items: end;
}
.st-projects-1-slider .swiper-wrapper .swiper-slide {
  max-width: 436px;
  transition: 0.5s;
  opacity: 0;
  display: flex;
  align-items: end;
}
.st-projects-1-slider .swiper-wrapper .swiper-slide:is(.swiper-slide-prev) {
  opacity: 1;
}
.st-projects-1-slider .swiper-wrapper .swiper-slide:is(.swiper-slide-active) {
  opacity: 1;
}
.st-projects-1-slider .swiper-wrapper .swiper-slide:is(.swiper-slide-next) {
  opacity: 1;
}
.st-projects-1-bg-line {
  position: absolute;
  inset: 0;
  z-index: -2;
  display: flex;
  align-items: center;
  justify-content: center;
}
.st-projects-1-bg-line .st-bg-border-grid {
  height: 90%;
}
.st-projects-1-bg-line .st-bg-border-line:is(.has-top) {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 2px;
  border-top: 1px solid rgba(255, 255, 255, 0.1);
  border-left: 0;
}
.st-projects-1-bg-line .st-bg-border-line:is(.has-bottom) {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 2px;
  border-bottom: 1px solid rgba(255, 255, 255, 0.1);
  border-left: 0;
}

/*
    projects-1-end
*/
/*
    projects-2-start
*/
.st-projects-2-sec-title {
  text-align: center;
  font-weight: 700;
  font-size: clamp(30px, 10vw, 200px);
  line-height: 0.86;
  margin-bottom: -72px;
}
.st-projects-2-sec-title span {
  opacity: 12%;
}
@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .st-projects-2-sec-title {
    margin-bottom: -30px;
  }
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .st-projects-2-sec-title {
    margin-bottom: -20px;
  }
}
@media (max-width: 767px) {
  .st-projects-2-sec-title {
    margin-bottom: 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) {
  .st-projects-2-item {
    display: flex;
    flex-direction: column;
    gap: 40px;
  }
}
.st-projects-2-item-single {
  width: 100%;
  height: 100vh;
  display: flex;
  align-items: center;
  justify-content: 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) {
  .st-projects-2-item-single {
    height: auto;
    padding: 200px 0;
  }
}
.st-projects-2-item-single .bg-shape-1 {
  position: absolute;
  top: 16px;
  left: 0;
  width: 100%;
  height: 36px;
  z-index: -1;
}
.st-projects-2-item-single .bg-shape-2 {
  position: absolute;
  bottom: 16px;
  left: 0;
  width: 100%;
  height: 36px;
  z-index: -1;
}
.st-projects-2-item-single .content-wrap {
  display: flex;
  gap: 50px;
  justify-content: space-between;
  flex-wrap: wrap;
  align-items: center;
}
.st-projects-2-item-single .title {
  font-size: 60px;
  color: #fff;
  font-weight: 700;
  margin-bottom: 31px;
  transition: var(--st-cube-2);
}
@media only screen and (min-width: 992px) and (max-width: 1199px), only screen and (min-width: 768px) and (max-width: 991px), (max-width: 767px) {
  .st-projects-2-item-single .title {
    font-size: 30px;
  }
}
.st-projects-2-item-single .title:hover {
  color: var(--st-clr-pr-2);
}
.st-projects-2-item-single .tags-list {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
}
.st-projects-2-item-single .tags-list li {
  background: rgba(255, 255, 255, 0.12);
  backdrop-filter: blur(6px);
  border-radius: 6px;
  color: #fff;
  opacity: 1;
  padding: 4px 21px;
}
.st-projects-2-item-single .st-pr-btn-2 {
  color: #fff;
}
.st-projects-2-item-single .st-pr-btn-2 .text {
  border: 1px solid #fff;
  background: transparent;
}
.st-projects-2-item-single .st-pr-btn-2 .icon {
  background-color: #fff;
}
.st-projects-2-item-single .st-pr-btn-2 .icon-2 {
  background-color: #fff;
}
.st-projects-2-item-single .st-pr-btn-2:hover .text {
  background-color: #fff;
  color: #000;
}
@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) {
  .st-projects-2-item {
    width: 100%;
    height: 100vh;
    position: relative;
    z-index: 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) {
  .st-projects-2-item-single {
    position: absolute;
    inset: 0;
    transform-origin: right bottom;
  }
}
@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) {
  .st-projects-2-pin {
    position: sticky;
    top: 0;
  }
}

/*
    projects-2-end
*/
/*
    projects-3-start
*/
.st-projects-3-top {
  height: 100vh;
}
.st-projects-3-top-height {
  height: 200vh;
}
@media only screen and (min-width: 992px) and (max-width: 1199px), only screen and (min-width: 768px) and (max-width: 991px), (max-width: 767px) {
  .st-projects-3-top-height {
    display: none;
  }
}
.st-projects-3-top-pin {
  position: sticky;
  top: 100px;
  overflow: hidden;
}
@media (min-width: 1800px) {
  .st-projects-3-top-pin {
    margin-left: -80px;
    padding-left: 80px;
  }
}
.st-projects-3-top-img {
  position: absolute;
  border-radius: 12px;
}
.st-projects-3-top-img:is(.has-img-1) {
  top: 0;
  left: 38%;
  width: 385px;
  height: 480px;
}
.st-projects-3-top-img:is(.has-img-2) {
  top: 0;
  left: -5%;
  width: 285px;
  height: 160px;
}
.st-projects-3-top-img:is(.has-img-3) {
  top: 5%;
  right: 2%;
  width: 214px;
  height: 263px;
}
.st-projects-3-top-img:is(.has-img-4) {
  top: 14%;
  left: 5%;
  width: 278px;
  height: 156px;
}
.st-projects-3-top-img:is(.has-img-5) {
  top: 26%;
  left: 75%;
  width: 264px;
  height: 328px;
}
.st-projects-3-top-img:is(.has-img-6) {
  top: 36%;
  left: 24%;
  width: 148px;
  height: 186px;
}
.st-projects-3-top-img:is(.has-img-7) {
  top: 41%;
  left: 31%;
  width: 236px;
  height: 294px;
}
.st-projects-3-top-img:is(.has-img-8) {
  top: 45%;
  left: 54%;
  width: 282px;
  height: 156px;
  z-index: -1;
}
.st-projects-3-top-text {
  position: absolute;
  bottom: 50%;
  left: 0;
  width: 100%;
  overflow: hidden;
  z-index: -2;
}
.st-projects-3-top-text-elm {
  text-align: center;
  font-size: clamp(40px, 11vw, 240px);
  line-height: 0.9;
  font-weight: 700;
}
.st-projects-3-bottom-card {
  display: flex;
  flex-direction: column;
  gap: 100px;
}
.st-projects-3-bottom-card-single {
  display: flex;
  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) {
  .st-projects-3-bottom-card-single {
    gap: 30px;
  }
}
@media (max-width: 767px) {
  .st-projects-3-bottom-card-single {
    gap: 30px;
    flex-wrap: wrap;
  }
}
@media only screen and (min-width: 576px) and (max-width: 767px) {
  .st-projects-3-bottom-card-single {
    gap: 30px;
    flex-wrap: nowrap;
  }
}
.st-projects-3-bottom-card-single .card-img {
  max-width: 768px;
  width: 100%;
  height: 828px;
  border-radius: 16px;
}
@media only screen and (min-width: 1400px) and (max-width: 1599px), only screen and (min-width: 1200px) and (max-width: 1399px) {
  .st-projects-3-bottom-card-single .card-img {
    max-width: 600px;
  }
}
@media only screen and (min-width: 992px) and (max-width: 1199px), only screen and (min-width: 768px) and (max-width: 991px), (max-width: 767px) {
  .st-projects-3-bottom-card-single .card-img {
    max-width: 400px;
    height: 450px;
  }
}
.st-projects-3-bottom-card-single .content-wrap {
  max-width: 735px;
  width: 100%;
  top: 140px;
  left: 38%;
  position: absolute;
  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) {
  .st-projects-3-bottom-card-single .content-wrap {
    position: unset;
  }
}
.st-projects-3-bottom-card-single .title {
  font-size: 100px;
  margin-bottom: 36px;
  transition: var(--st-cube-2);
}
.st-projects-3-bottom-card-single .title:hover {
  color: var(--st-clr-pr-1);
}
@media only screen and (min-width: 1400px) and (max-width: 1599px), only screen and (min-width: 1200px) and (max-width: 1399px) {
  .st-projects-3-bottom-card-single .title {
    font-size: 70px;
  }
}
@media only screen and (min-width: 992px) and (max-width: 1199px), only screen and (min-width: 768px) and (max-width: 991px), (max-width: 767px) {
  .st-projects-3-bottom-card-single .title {
    font-size: 30px;
  }
}
.st-projects-3-bottom-card-single .content-inner {
  max-width: 435px;
  margin-left: auto;
}
.st-projects-3-bottom-card-single .disc {
  margin-bottom: 32px;
}
.st-projects-3-bottom-card-single .st-pr-btn-3 {
  border: 2px solid #000;
  background-color: transparent;
  color: #000;
}
.st-projects-3-bottom-card-single .st-pr-btn-3 .icon-elm {
  width: 33px;
  height: 33px;
}
.st-projects-3-bottom-card-single .st-pr-btn-3::after {
  width: 33px;
  height: 33px;
}
.st-projects-3-bottom-card-single .st-pr-btn-3:hover {
  color: var(--st-clr-pr-1);
}
.st-projects-3-bottom-card-single .st-pr-btn-3:hover::after {
  width: calc(100% - 12px);
}
.st-projects-3-bottom-card-single:is(.has-v2) {
  justify-content: end;
}
.st-projects-3-bottom-card-single:is(.has-v2) .card-img {
  height: 580px;
  max-width: 1035px;
}
@media only screen and (min-width: 1400px) and (max-width: 1599px), only screen and (min-width: 1200px) and (max-width: 1399px) {
  .st-projects-3-bottom-card-single:is(.has-v2) .card-img {
    max-width: 500px;
  }
}
@media only screen and (min-width: 992px) and (max-width: 1199px), only screen and (min-width: 768px) and (max-width: 991px), (max-width: 767px) {
  .st-projects-3-bottom-card-single:is(.has-v2) .card-img {
    max-width: 400px;
    height: 450px;
  }
}
.st-projects-3-bottom-card-single:is(.has-v2) .content-wrap {
  left: 0;
}
.st-projects-3-bottom-card-single:is(.has-v2) .content-inner {
  margin-left: 0;
}
.st-projects-3-bottom-card-single:is(.has-v3) .card-img {
  max-width: 777px;
  height: 644px;
}
@media only screen and (min-width: 1400px) and (max-width: 1599px), only screen and (min-width: 1200px) and (max-width: 1399px) {
  .st-projects-3-bottom-card-single:is(.has-v3) .card-img {
    max-width: 500px;
  }
}
@media only screen and (min-width: 992px) and (max-width: 1199px), only screen and (min-width: 768px) and (max-width: 991px), (max-width: 767px) {
  .st-projects-3-bottom-card-single:is(.has-v3) .card-img {
    max-width: 400px;
    height: 450px;
  }
}
.st-projects-3-bottom-card-single:is(.has-v4) {
  justify-content: end;
  max-width: 1300px;
  margin-left: auto;
  width: 100%;
}
.st-projects-3-bottom-card-single:is(.has-v4) .card-img {
  max-width: 768px;
  height: 828px;
}
@media only screen and (min-width: 1400px) and (max-width: 1599px), only screen and (min-width: 1200px) and (max-width: 1399px) {
  .st-projects-3-bottom-card-single:is(.has-v4) .card-img {
    max-width: 500px;
  }
}
@media only screen and (min-width: 992px) and (max-width: 1199px), only screen and (min-width: 768px) and (max-width: 991px), (max-width: 767px) {
  .st-projects-3-bottom-card-single:is(.has-v4) .card-img {
    max-width: 400px;
    height: 450px;
  }
}
.st-projects-3-bottom-card-single:is(.has-v4) .content-wrap {
  left: 0;
  max-width: 100%;
}
.st-projects-3-bottom-card-single:is(.has-v4) .content-inner {
  margin-left: 0;
}
.st-projects-3-bottom-card-single:is(.has-v5) .card-img {
  max-width: 1035px;
  height: 580px;
}
@media only screen and (min-width: 1400px) and (max-width: 1599px), only screen and (min-width: 1200px) and (max-width: 1399px) {
  .st-projects-3-bottom-card-single:is(.has-v5) .card-img {
    max-width: 500px;
  }
}
@media only screen and (min-width: 992px) and (max-width: 1199px), only screen and (min-width: 768px) and (max-width: 991px), (max-width: 767px) {
  .st-projects-3-bottom-card-single:is(.has-v5) .card-img {
    max-width: 400px;
    height: 450px;
  }
}
.st-projects-3-bottom-card-single:is(.has-v5) .content-wrap {
  left: unset;
  right: 0;
  max-width: 100%;
}
.st-projects-3-bottom-card-single:is(.has-v5) .content-wrap .title {
  text-align: right;
}
.st-projects-3-bottom-card-single:is(.has-v5) .content-inner {
  margin-left: auto;
}
.st-projects-3-bottom-right {
  position: absolute;
  right: 20px;
  top: 0;
  padding-top: 70px;
  height: 100%;
}
.st-projects-3-bottom-right-sticky {
  position: sticky;
  top: 100px;
}
.st-projects-3-preview {
  position: relative;
  padding-left: 15px;
  z-index: 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) {
  .st-projects-3-preview {
    display: none;
  }
}
.st-projects-3-preview-active {
  width: 8px;
  height: 8px;
  background: var(--st-clr-pr-1);
  border-radius: 50%;
  position: absolute;
  top: 9%;
  left: 0;
}
.st-projects-3-preview-img {
  width: 80px;
  display: flex;
  flex-direction: column;
  gap: 12px;
}
.st-projects-3-preview-img .single-img {
  height: 100px;
  border-radius: 4px;
  display: block;
}

/*
    projects-3-end
*/
/*
    services-1-start
*/
.st-services-1-area {
  background-color: #0c0c0c;
}
.st-services-1-wrap {
  display: flex;
  justify-content: space-between;
  gap: 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), (max-width: 767px) {
  .st-services-1-wrap {
    flex-direction: column;
  }
}
.st-services-1-left {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}
@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) {
  .st-services-1-left {
    display: none;
  }
}
.st-services-1-middle {
  max-width: 600px;
  width: 100%;
}
@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) {
  .st-services-1-middle {
    max-width: 100%;
  }
}
.st-services-1-right {
  max-width: 540px;
  width: 100%;
  display: flex;
  flex-direction: column;
  gap: 100px;
  align-self: 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) {
  .st-services-1-right {
    max-width: 100%;
    flex-direction: row;
    gap: 50px;
    flex-wrap: wrap;
  }
}
.st-services-1-item-prev-img-wrap {
  display: inline-block;
}
.st-services-1-item-prev-img-wrap .bottom-line-1 {
  background-color: #414141;
  height: 2px;
  width: 72px;
}
.st-services-1-item-prev-img {
  width: 72px;
  height: 82px;
  position: relative;
  z-index: 1;
  overflow: hidden;
}
.st-services-1-item-prev-img::after {
  content: "";
  width: 35px;
  height: 2px;
  background-color: var(--st-clr-pr-1);
  position: absolute;
  right: 0;
  bottom: 0;
}
.st-services-1-item-prev-img::before {
  content: "";
  height: 35px;
  width: 2px;
  background-color: var(--st-clr-pr-1);
  position: absolute;
  right: 0;
  bottom: 0;
  z-index: 1;
}
.st-services-1-item-prev-img-single {
  position: absolute;
  inset: 0;
  border: 2px solid #414141;
}
.st-services-1-item-main-img {
  height: 480px;
  position: relative;
  z-index: 1;
  max-width: 385px;
  width: 100%;
  overflow: hidden;
}
@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) {
  .st-services-1-item-main-img {
    width: 100%;
    max-width: 100%;
    display: flex;
    flex-wrap: wrap;
    gap: 20px;
    height: auto;
  }
}
.st-services-1-item-main-img-single {
  position: absolute;
  inset: 0;
}
@media only screen and (min-width: 1200px) and (max-width: 1399px) {
  .st-services-1-item-main-img-single {
    position: unset;
    width: 300px;
    height: 350px;
  }
}
@media only screen and (min-width: 992px) and (max-width: 1199px), only screen and (min-width: 768px) and (max-width: 991px), (max-width: 767px) {
  .st-services-1-item-main-img-single {
    position: unset;
    width: 240px;
    height: 310px;
  }
}
.st-services-1-item-next-img {
  position: relative;
  z-index: 1;
  height: 240px;
  width: 215px;
  margin-left: auto;
  overflow: hidden;
}
@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) {
  .st-services-1-item-next-img {
    display: none;
  }
}
.st-services-1-item-number {
  position: relative;
  z-index: 1;
  height: 110px;
  display: flex;
  align-items: center;
  min-width: 200px;
  overflow: hidden;
}
.st-services-1-item-number .number-single {
  font-size: 120px;
  line-height: 1;
  position: absolute;
}
.st-services-1-item-subtitle {
  display: flex;
  flex-direction: column;
  gap: 10px;
  padding: 50px 0;
  border-top: 1px solid #292929;
  border-bottom: 1px solid #292929;
  background-color: #0c0c0c;
}
.st-services-1-item-subtitle .subtitle-elm {
  font-size: 16px;
  color: #fff;
  padding-left: 24px;
  position: relative;
  z-index: 1;
  opacity: 0.5;
}
.st-services-1-item-subtitle .subtitle-elm::after {
  content: "";
  width: 8px;
  height: 2px;
  background-color: #fff;
  position: absolute;
  left: 0;
  top: 50%;
  transform: translateY(-50%);
  transition: 0.5s var(--st-cube-1);
}
.st-services-1-item-subtitle .subtitle-elm:is(.active) {
  opacity: 1;
}
.st-services-1-item-subtitle .subtitle-elm:is(.active)::after {
  width: 14px;
  background-color: var(--st-clr-pr-1);
}
.st-services-1-item-content {
  position: relative;
  z-index: 1;
  width: 100%;
  display: flex;
  align-items: center;
  height: 340px;
}
@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) {
  .st-services-1-item-content {
    height: auto;
    flex-direction: column;
    gap: 20px;
  }
}
.st-services-1-item-content-box {
  position: absolute;
  transition: 0.3s var(--st-cube-1);
  opacity: 0;
  visibility: hidden;
}
@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) {
  .st-services-1-item-content-box {
    position: unset;
    opacity: 1;
    visibility: visible;
  }
}
.st-services-1-item-content-box .border-elm {
  border-top: 1px solid #292929;
  border-bottom: 1px solid #292929;
  padding: 40px 0;
  background-color: #0c0c0c;
}
.st-services-1-item-content-box .title {
  font-size: 45px;
  letter-spacing: -0.05em;
  margin-bottom: 19px;
  transition: var(--st-cube-2);
}
@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) {
  .st-services-1-item-content-box .title {
    font-size: 32px;
  }
}
.st-services-1-item-content-box .title:hover {
  color: var(--st-clr-pr-1);
}
.st-services-1-item-content-box .disc {
  max-width: 456px;
  font-size: 20px;
}
.st-services-1-item-content-box .btn-elm {
  margin-left: 110px;
  margin-top: 54px;
}
@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) {
  .st-services-1-item-content-box .btn-elm {
    margin-left: 0px;
  }
}
.st-services-1-item-content-box:is(.active) {
  opacity: 1;
  visibility: visible;
}
.st-services-1-item-content-box:is(.active) .title {
  animation: fadeInUp2 0.5s backwards;
  animation-delay: 0.2s;
}
.st-services-1-item-content-box:is(.active) .disc {
  animation: fadeInUp2 0.5s backwards;
  animation-delay: 0.3s;
}
.st-services-1-item-content-box:is(.active) .btn-elm {
  animation: fadeInUp2 0.5s backwards;
  animation-delay: 0.4s;
}
.st-services-1-area {
  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) {
  .st-services-1-area {
    padding: 120px 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) {
  .st-services-1-vh {
    width: 100%;
    height: 100vh;
    display: flex;
    align-items: center;
    justify-content: center;
  }
}
.st-services-1-bg-line {
  position: absolute;
  inset: 0;
  z-index: -1;
  display: flex;
  align-items: center;
  justify-content: center;
}
.st-services-1-bg-line .st-bg-border-grid {
  height: 84%;
}
.st-services-1-bg-line .st-bg-border-line:is(.has-top) {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 2px;
  border-top: 1px solid rgba(255, 255, 255, 0.1);
  border-left: 0;
}
.st-services-1-bg-line .st-bg-border-line:is(.has-bottom) {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 2px;
  border-bottom: 1px solid rgba(255, 255, 255, 0.1);
  border-left: 0;
}

/*
    services-1-end
*/
/*
    services-2-start
*/
.st-services-2-area {
  background-color: var(--st-clr-h-2);
  position: relative;
  z-index: 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) {
  .st-services-2-pin {
    position: sticky;
    top: 10px;
  }
}
.st-services-2-sec-title {
  display: flex;
  align-items: center;
  gap: 40px;
  flex-wrap: wrap;
  justify-content: space-between;
  margin-bottom: 50px;
}
.st-services-2-sec-title .left {
  max-width: 900px;
}
.st-services-2-container {
  background: #191919;
  border-radius: 32px;
  margin-left: 32px;
  margin-right: 32px;
  position: relative;
  z-index: 1;
  overflow: hidden;
  padding-top: 70px;
  height: 880px;
  width: 100%;
}
@media only screen and (min-width: 1400px) and (max-width: 1599px) {
  .st-services-2-container {
    margin-left: 10px;
    margin-right: 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) {
  .st-services-2-container {
    margin-left: 0px;
    margin-right: 0px;
    height: auto;
    padding-top: 70px;
  }
}
.st-services-2-container-bg-img {
  text-align: right;
  width: 42%;
  position: absolute;
  top: 0;
  right: 0;
  opacity: 6%;
  z-index: -2;
}
.st-services-2-container-bg-shape-1 {
  position: absolute;
  width: 376px;
  height: 398.38px;
  background: #FFFFFF;
  opacity: 0.3;
  filter: blur(102px);
  z-index: -1;
  top: -100px;
  left: -50px;
}
.st-services-2-container-bg-shape-2 {
  position: absolute;
  width: 336px;
  height: 368.38px;
  background: var(--st-clr-pr-1);
  opacity: 0.6;
  filter: blur(70px);
  z-index: -1;
  bottom: -110px;
  right: -140px;
}
@media (min-width: 1800px), only screen and (min-width: 1600px) and (max-width: 1799px), only screen and (min-width: 1400px) and (max-width: 1599px) {
  .st-services-2-vh {
    width: 100%;
    height: 100vh;
    display: flex;
    align-items: center;
    justify-content: center;
  }
}
.st-services-2-wrap {
  display: flex;
  gap: 50px;
  justify-content: space-between;
}
@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) {
  .st-services-2-wrap {
    flex-direction: column;
  }
}
.st-services-2-left {
  max-width: 650px;
  overflow: hidden;
  padding-top: 150px;
}
@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) {
  .st-services-2-left {
    max-width: 100%;
    padding-top: 0px;
  }
}
.st-services-2-right {
  margin-right: 200px;
}
@media only screen and (min-width: 1400px) and (max-width: 1599px) {
  .st-services-2-right {
    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), (max-width: 767px) {
  .st-services-2-right {
    margin-right: 0px;
  }
}
.st-services-2-item {
  display: flex;
  flex-direction: column;
  gap: 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), (max-width: 767px) {
  .st-services-2-item {
    flex-direction: row;
    flex-wrap: wrap;
  }
}
.st-services-2-item-single {
  display: flex;
  gap: 14px;
  transition: var(--st-cube-2);
}
@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) {
  .st-services-2-item-single {
    max-width: 400px;
    flex-wrap: wrap;
  }
}
.st-services-2-item-single .title {
  color: #fff;
  font-size: 52px;
  font-weight: 600;
  margin-bottom: 15px;
  transition: var(--st-cube-2);
}
@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) {
  .st-services-2-item-single .title {
    font-size: 32px;
  }
}
@media (max-width: 767px) {
  .st-services-2-item-single .title {
    font-size: 28px;
  }
}
.st-services-2-item-single .title:hover {
  color: var(--st-clr-pr-2);
}
.st-services-2-item-single .number {
  font-size: 52px;
  font-weight: 400;
  color: #fff;
  opacity: 40%;
  transition: var(--st-cube-2);
}
@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) {
  .st-services-2-item-single .number {
    font-size: 32px;
  }
}
@media (max-width: 767px) {
  .st-services-2-item-single .number {
    font-size: 28px;
  }
}
.st-services-2-item-single .disc {
  color: #fff;
}
@media (min-width: 1800px), only screen and (min-width: 1600px) and (max-width: 1799px), only screen and (min-width: 1400px) and (max-width: 1599px) {
  .st-services-2-item-single:not(.active) {
    filter: blur(9px);
    opacity: 0.5;
  }
}
@media (min-width: 1800px), only screen and (min-width: 1600px) and (max-width: 1799px), only screen and (min-width: 1400px) and (max-width: 1599px) {
  .st-services-2-item-single:is(.active) .number {
    color: var(--st-clr-pr-1);
    opacity: 1;
  }
}
.st-services-2-item-img {
  position: relative;
  z-index: 1;
  width: 432px;
  height: 536px;
  flex: 0 0 auto;
}
@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) {
  .st-services-2-item-img {
    width: auto;
    height: auto;
    display: flex;
    gap: 30px;
    flex-wrap: wrap;
  }
}
.st-services-2-item-img-single {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  border: 6px solid rgba(255, 255, 255, 0.16);
  border-radius: 20px;
  transform: rotate(-15deg);
}
@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) {
  .st-services-2-item-img-single {
    position: unset;
    border-width: 3px;
    width: 250px;
    height: 300px;
    transform: rotate(0deg);
  }
}
@media (min-width: 1800px), only screen and (min-width: 1600px) and (max-width: 1799px), only screen and (min-width: 1400px) and (max-width: 1599px) {
  .st-services-2-item-img-single:nth-child(4) {
    transform: rotate(-15deg);
  }
}
@media (min-width: 1800px), only screen and (min-width: 1600px) and (max-width: 1799px), only screen and (min-width: 1400px) and (max-width: 1599px) {
  .st-services-2-item-img-single:nth-child(3) {
    transform: rotate(30deg);
  }
}
@media (min-width: 1800px), only screen and (min-width: 1600px) and (max-width: 1799px), only screen and (min-width: 1400px) and (max-width: 1599px) {
  .st-services-2-item-img-single:nth-child(2) {
    transform: rotate(15deg);
  }
}
@media (min-width: 1800px), only screen and (min-width: 1600px) and (max-width: 1799px), only screen and (min-width: 1400px) and (max-width: 1599px) {
  .st-services-2-item-img-single:nth-child(1) {
    transform: rotate(0deg);
  }
}
.st-services-2-bg-img {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  z-index: -2;
  height: 640px;
  mix-blend-mode: luminosity;
  opacity: 80%;
}
.st-services-2-marquee {
  position: absolute;
  bottom: -2px;
  left: 0;
  width: 100%;
  overflow: hidden;
  z-index: -1;
}
.st-services-2-marquee-item {
  display: flex;
}
.st-services-2-marquee-item .single-item {
  flex: 0 0 auto;
}

/*
    services-2-end
*/
/*
    services-3-start
*/
.st-services-3-area {
  background-color: var(--st-clr-h-2);
}
.st-services-3-top {
  display: flex;
  justify-content: space-between;
  margin-bottom: 280px;
}
@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) {
  .st-services-3-top {
    margin-bottom: 80px;
    gap: 40px;
    flex-wrap: wrap;
  }
}
.st-services-3-sec-title {
  max-width: 560px;
  width: 100%;
}
.st-services-3-sec-title .st-subtitle-3 {
  color: #fff;
}
.st-services-3-sec-title .st-sec-tittle-3 {
  color: #fff;
}
.st-services-3-sec-title .sec-disc {
  color: #fff;
  margin-top: 20px;
}
.st-services-3-top-content {
  max-width: 540px;
  width: 100%;
  margin-top: 30px;
}
@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) {
  .st-services-3-top-content {
    max-width: auto;
    width: auto;
  }
}
.st-services-3-top-content .title {
  color: var(--st-clr-pr-2);
  font-size: 18px;
  font-weight: 500;
  margin-bottom: 20px;
}
.st-services-3-top-content .features-list {
  display: flex;
  flex-direction: column;
  gap: 13px;
  margin-bottom: 42px;
}
.st-services-3-top-content .features-list li {
  color: #fff;
  opacity: 1;
  font-size: 20px;
}

.st-services-3-card {
  display: grid;
  grid-template-columns: 1fr 1fr 1fr 1fr 1fr;
  gap: 10px;
  position: relative;
  z-index: 2;
}
@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .st-services-3-card {
    grid-template-columns: 1fr 1fr 1fr 1fr;
  }
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .st-services-3-card {
    grid-template-columns: 1fr 1fr 1fr;
  }
}
@media (max-width: 767px) {
  .st-services-3-card {
    grid-template-columns: 1fr;
  }
}
@media only screen and (min-width: 576px) and (max-width: 767px) {
  .st-services-3-card {
    grid-template-columns: 1fr 1fr;
  }
}
.st-services-3-card-single {
  border-radius: 16px;
  height: 375px;
  position: relative;
  z-index: 1;
  border: 1px solid rgba(255, 255, 255, 0.5);
  will-change: transform;
}
.st-services-3-card-single img {
  transition: var(--st-cube-2);
  filter: grayscale(1);
}
.st-services-3-card-single .title {
  font-size: 24px;
  color: #fff;
  position: absolute;
  bottom: 0;
  width: 100%;
  text-align: center;
  font-weight: 700;
  padding: 26px 15px;
  z-index: 1;
  transition: var(--st-cube-2);
}
@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) {
  .st-services-3-card-single .title {
    font-size: 22px;
  }
}
.st-services-3-card-single .title:hover {
  color: var(--st-clr-pr-2);
}
.st-services-3-card-single::after {
  content: "";
  width: 100%;
  height: 167.12px;
  background: linear-gradient(180deg, rgba(5, 5, 5, 0) 0%, #050505 100%);
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
}
.st-services-3-card-single:hover img {
  transform: scale(1.05);
}
.st-services-3-card-single:is(.active) img {
  filter: grayscale(0);
}
@media (min-width: 1800px), only screen and (min-width: 1600px) and (max-width: 1799px) {
  .st-services-3-card-single:nth-child(1) {
    transform-origin: right bottom;
    transform: rotate(-30deg) translate(-30px, 80px);
  }
}
@media (min-width: 1800px), only screen and (min-width: 1600px) and (max-width: 1799px) {
  .st-services-3-card-single:nth-child(2) {
    transform-origin: right bottom;
    transform: rotate(-15deg);
  }
}
@media (min-width: 1800px), only screen and (min-width: 1600px) and (max-width: 1799px) {
  .st-services-3-card-single:nth-child(3) {
    z-index: 2;
  }
}
@media (min-width: 1800px), only screen and (min-width: 1600px) and (max-width: 1799px) {
  .st-services-3-card-single:nth-child(4) {
    transform-origin: left bottom;
    transform: rotate(15deg);
  }
}
@media (min-width: 1800px), only screen and (min-width: 1600px) and (max-width: 1799px) {
  .st-services-3-card-single:nth-child(5) {
    transform-origin: left bottom;
    transform: rotate(30deg) translate(30px, 80px);
  }
}
.st-services-3-card-content {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  min-height: 340px;
  position: relative;
  z-index: 1;
}
.st-services-3-card-content-single {
  text-align: center;
  max-width: 550px;
  position: absolute;
  transform: translateY(20px);
  opacity: 0;
  visibility: hidden;
  transition: var(--st-cube-2);
  transition-delay: 0s;
}
.st-services-3-card-content-single .disc {
  color: #fff;
  margin-bottom: 40px;
}
.st-services-3-card-content-single .st-pr-btn-3 {
  border: 1px solid var(--st-clr-pr-1);
  color: #fff;
  background: transparent;
}
.st-services-3-card-content-single .st-pr-btn-3 .icon-elm svg path {
  fill: var(--st-clr-pr-1);
}
.st-services-3-card-content-single .st-pr-btn-3::after {
  background: linear-gradient(136.49deg, #A82607 1.25%, #FFFFFF 25.11%, #FFFFFF 67.43%, #A82607 97.56%);
}
.st-services-3-card-content-single .st-pr-btn-3:hover {
  color: #000;
}
.st-services-3-card-content-single:is(.active) {
  opacity: 1;
  visibility: visible;
  transform: translateY(0);
  transition-delay: 0.2s;
}
.st-services-3-card-content-single:is(.active) .btn-elm {
  animation: fadeInUp2 0.5s backwards;
  animation-delay: 0.3s;
}

/*
    services-3-end
*/
/*
    services-4-start
*/
.st-services-4-area {
  background-color: #F1F1F1;
}
.st-services-4-sec-title .st-sec-title-4 {
  margin-bottom: 25px;
}
.st-services-4-wrap {
  display: grid;
  grid-template-columns: 1fr 1fr 1fr;
  gap: 24px;
}
@media only screen and (min-width: 992px) and (max-width: 1199px), only screen and (min-width: 768px) and (max-width: 991px) {
  .st-services-4-wrap {
    grid-template-columns: 1fr 1fr;
  }
}
@media (max-width: 767px) {
  .st-services-4-wrap {
    grid-template-columns: 1fr;
  }
}
.st-services-4-card {
  background: linear-gradient(0deg, #FFFFFF 0%, #ECECEC 100%);
  box-shadow: 0px 0px 0.224852px 0.224852px rgba(0, 0, 0, 0.07), 0px 0px 0.224852px 0.674556px rgba(0, 0, 0, 0.05), 0px 2.69822px 2.92308px -1.34911px rgba(0, 0, 0, 0.25), 0px 0.899408px 3.59763px 0.899408px rgba(0, 0, 0, 0.12), 0px 0px 0px 4px #F2F2F2;
  border-radius: 24px;
  padding: 8px;
  position: relative;
  z-index: 1;
  transition: var(--st-cube-2);
}
.st-services-4-card::after {
  content: "";
  position: absolute;
  inset: 0;
  border-radius: 24px;
  background: linear-gradient(180deg, #FFFFFF 0%, #ECECEC 100%);
  padding: 3px;
  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;
}
.st-services-4-card .title {
  font-size: 28px;
  margin-left: 32px;
  margin-top: 28px;
  margin-bottom: 26px;
  transition: var(--st-cube-2);
}
@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) {
  .st-services-4-card .title {
    font-size: 24px;
    margin-left: 20px;
  }
}
.st-services-4-card .title:hover {
  color: var(--st-clr-pr-1);
}
.st-services-4-card .icon-elm {
  width: 88px;
  height: 88px;
  background: #050505;
  box-shadow: 0px 0px 0.224852px 0.224852px rgba(0, 0, 0, 0.07), 0px 0px 0.224852px 0.674556px rgba(0, 0, 0, 0.05), 0px 2.69822px 2.92308px -1.34911px rgba(0, 0, 0, 0.25), 0px 0.899408px 3.59763px 0.899408px rgba(0, 0, 0, 0.12), 0px 0px 0px 4px #F2F2F2;
  border-radius: 150px;
  display: flex;
  align-items: center;
  justify-content: center;
  margin: 0 auto;
  border: 3px solid #fff;
  margin-bottom: 34px;
  transition: var(--st-cube-2);
}
.st-services-4-card .inner-box {
  background: #F1F1F1;
  border-radius: 20px;
  padding: 20px 28px;
}
.st-services-4-card .btn-elm {
  font-size: 16px;
  font-weight: 500;
  display: inline-flex;
  align-items: center;
  gap: 8px;
  transition: var(--st-cube-2);
}
.st-services-4-card .btn-elm .btn-icon {
  width: 32px;
  height: 32px;
  display: inline-flex;
  flex: 0 0 auto;
  align-items: center;
  justify-content: center;
  background-color: var(--st-clr-pr-1);
  border-radius: 50%;
  font-size: 16px;
  color: #fff;
}
.st-services-4-card .btn-elm:hover {
  color: var(--st-clr-pr-1);
}
.st-services-4-card .disc {
  margin-bottom: 14px;
}
.st-services-4-card:hover {
  background: linear-gradient(180deg, #F4F4F4 0%, #FEFEFE 100%);
  box-shadow: 0px 0px 0.224852px 0.224852px rgba(0, 0, 0, 0.07), 0px 0px 0.224852px 0.674556px rgba(0, 0, 0, 0.05), 0px 5.7px 11.92px -1.34911px rgba(0, 0, 0, 0.35), 0px 3.9px 10.6px 4.9px rgba(0, 0, 0, 0.12), 0px 0px 0px 4px #F2F2F2;
}
.st-services-4-card:hover .icon-elm {
  background-color: var(--st-clr-pr-1);
}

/*
    services-4-end
*/
/*
    features-1-start
*/
.st-features-1-area::after {
  content: "";
  width: 100%;
  height: 635px;
  position: absolute;
  top: 0;
  left: 0;
  background-color: #cacaca;
  z-index: -1;
}
.st-features-1-title-x-author {
  display: flex;
  gap: 50px;
  flex-wrap: wrap;
}
.st-features-1-sec-title {
  display: flex;
  align-items: start;
  gap: 40px;
  max-width: 1060px;
}
@media only screen and (min-width: 1600px) and (max-width: 1799px) {
  .st-features-1-sec-title {
    max-width: 920px;
  }
}
@media only screen and (min-width: 1400px) and (max-width: 1599px) {
  .st-features-1-sec-title {
    max-width: 860px;
  }
}
@media (max-width: 767px) {
  .st-features-1-sec-title {
    flex-wrap: wrap;
  }
}
.st-features-1-sec-title .st-subtitle-1 {
  flex: 0 0 auto;
  margin-bottom: 0;
  color: #000;
}
.st-features-1-sec-title .st-sec-title-1 {
  color: #000;
}
.st-features-1-rating {
  gap: 24px;
  display: flex;
  align-items: center;
}
@media (max-width: 767px) {
  .st-features-1-rating {
    flex-wrap: wrap;
  }
}
.st-features-1-rating-author {
  display: inline-flex;
}
.st-features-1-rating-author .single-img {
  width: 48px;
  height: 48px;
  border-radius: 6px;
  border: 2px solid #fff;
  animation: f1authorKf 5s linear infinite;
  transform-origin: top;
}
.st-features-1-rating-author .single-img:nth-child(1) {
  animation-delay: 2s;
  margin-right: -5px;
}
.st-features-1-rating-author .single-img:nth-child(2) {
  margin-right: -5px;
}
.st-features-1-rating-author .single-img:nth-child(3) {
  animation-delay: 3s;
}
@keyframes f1authorKf {
  0% {
    transform: rotate(0deg);
  }
  50% {
    transform: rotate(14deg);
  }
  100% {
    transform: rotate(0deg);
  }
}
.st-features-1-rating-content {
  margin-top: 9px;
}
.st-features-1-rating-content .rating {
  color: var(--st-clr-pr-1);
  display: flex;
  justify-content: end;
  font-size: 16px;
  gap: 5px;
  margin-bottom: 5px;
}
.st-features-1-rating-content .disc {
  font-weight: 700;
  color: #000;
}
.st-features-1-wrap {
  max-width: 1150px;
  margin-left: auto;
  margin-right: auto;
  width: 100%;
  display: grid;
  grid-template-columns: 1fr 1fr 1fr;
  gap: 20px;
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .st-features-1-wrap {
    grid-template-columns: 1fr 1fr;
  }
}
@media (max-width: 767px) {
  .st-features-1-wrap {
    grid-template-columns: 1fr;
  }
}
.st-features-1-care {
  background: #fff;
  position: relative;
  z-index: 1;
  padding: 30px;
  border-radius: 30px;
  overflow: hidden;
}
.st-features-1-care::after {
  content: "";
  width: 200px;
  height: 200px;
  border-radius: 50%;
  background-color: #000;
  position: absolute;
  right: 0;
  top: 0;
  filter: blur(131px);
  z-index: -1;
  opacity: 0.5;
}
.st-features-1-care .img-elm {
  margin-bottom: 50px;
}
.st-features-1-care .img-elm-single-1 {
  width: 146px;
  height: 175px;
  border: 5px solid #fff;
  border-radius: 6px;
}
.st-features-1-care .img-elm-single-2 {
  width: 114px;
  height: 136px;
  border: 6px solid #fff;
  border-radius: 6px;
  margin-left: auto;
  margin-right: auto;
  margin-top: -55px;
  position: relative;
  transition: 1s;
  transform: translate(-80%, -80%);
}
.st-features-1-care .img-elm-single-3 {
  width: 105px;
  height: 125px;
  border-radius: 6px;
  border: 5px solid #fff;
  margin-left: auto;
  margin-right: 40px;
  margin-top: -50px;
  position: relative;
  transition: 1s;
  transform: translate(-130%, -130%);
}
.st-features-1-care .img-elm:is(.active) .img-elm-single-2 {
  transform: translate(0%, 0%);
}
.st-features-1-care .img-elm:is(.active) .img-elm-single-3 {
  transform: translate(0%, 0%);
}
.st-features-1-care .title {
  font-size: 55px;
  color: #000;
  letter-spacing: -0.06em;
  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) {
  .st-features-1-care .title {
    font-size: 35px;
  }
}
@media (max-width: 767px) {
  .st-features-1-care .title {
    font-size: 25px;
  }
}
.st-features-1-lens {
  border-radius: 30px;
  padding: 30px;
  background-color: #fff;
  position: relative;
  z-index: 1;
  overflow: hidden;
  min-height: 552px;
}
.st-features-1-lens .title {
  font-size: 40px;
  color: #000;
  max-width: 241px;
}
@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) {
  .st-features-1-lens .title {
    font-size: 35px;
  }
}
@media (max-width: 767px) {
  .st-features-1-lens .title {
    font-size: 25px;
  }
}
.st-features-1-lens .img-elm {
  position: absolute;
  margin-top: -30px;
  width: max-content;
}
.st-features-1-lens .img-elm img {
  filter: drop-shadow(0px 10px 20px rgba(0, 0, 0, 0.3));
  transform: translate(50%, 50%) scale(0);
  transition: 1s;
}
.st-features-1-lens .img-elm:is(.active) img {
  transform: translate(0%, 0%) scale(1);
}
.st-features-1-editing {
  background-color: #1c1c1c;
  border-radius: 30px;
  overflow: hidden;
  display: flex;
  justify-content: space-between;
  flex-direction: column;
}
.st-features-1-editing .img-elm {
  height: 412px;
  width: 100%;
  border-radius: 0 0 30px 30px;
}
.st-features-1-editing .img-elm .twentytwenty-before-label {
  display: none;
}
.st-features-1-editing .img-elm .twentytwenty-after-label {
  display: none;
}
.st-features-1-editing .subtitle {
  font-weight: 600;
  font-size: 20px;
  margin-bottom: -5px;
}
.st-features-1-editing .title {
  font-size: 60px;
}
@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) {
  .st-features-1-editing .title {
    font-size: 35px;
  }
}
@media (max-width: 767px) {
  .st-features-1-editing .title {
    font-size: 25px;
  }
}
.st-features-1-editing .content-wrap {
  padding: 20px 30px;
}

/*
    features-1-end
*/
/*
    facts-1-start
*/
.st-facts-1-sec-title {
  display: flex;
  align-items: start;
  gap: 30px 80px;
  background-color: #000;
}
@media only screen and (min-width: 992px) and (max-width: 1199px), only screen and (min-width: 768px) and (max-width: 991px), (max-width: 767px) {
  .st-facts-1-sec-title {
    flex-wrap: wrap;
  }
}
.st-facts-1-sec-title .st-subtitle-1 {
  flex: 0 0 auto;
  margin-bottom: 0;
  color: #fff;
}
.st-facts-1-sec-title .st-sec-title-1 {
  max-width: 1000px;
}
.st-facts-1-wrap {
  display: flex;
  gap: 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) {
  .st-facts-1-wrap {
    flex-wrap: wrap;
  }
}
.st-facts-1-client {
  display: flex;
  align-items: center;
  margin-top: -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) {
  .st-facts-1-client {
    margin-top: 50px;
  }
}
@media (max-width: 767px) {
  .st-facts-1-client {
    margin-top: 50px;
    flex-wrap: wrap;
  }
}
.st-facts-1-client .img-col {
  display: flex;
  flex-direction: column;
  gap: 148px;
}
.st-facts-1-client .single-logo {
  width: 148px;
  height: 148px;
  display: flex;
  align-items: center;
  justify-content: center;
  background-color: #161617;
  transition: var(--st-cube-2);
  transition: 1s var(--st-cube-1);
}
.st-facts-1-client .single-logo:is(.active) {
  background-color: var(--st-clr-pr-1);
}
.st-facts-1-client .img-col:nth-child(1) .single-logo:nth-child(1) {
  transform: translateY(148px);
}
.st-facts-1-client .img-col:nth-child(1) .single-logo:nth-child(4) {
  transform: translateY(-148px);
}
.st-facts-1-client .img-col:nth-child(2) .single-logo:nth-child(2) {
  transform: translateX(-148px);
}
.st-facts-1-client .img-col:nth-child(3) .single-logo:nth-child(1) {
  transform: translateX(-148px);
}
.st-facts-1-client .img-col:nth-child(3) .single-logo:nth-child(2) {
  transform: translateX(-148px);
}
.st-facts-1-client .img-col:nth-child(4) .single-logo:nth-child(1) {
  transform: translateX(-296px);
}
.st-facts-1-client:is(.active) .img-col:nth-child(1) .single-logo:nth-child(1) {
  transform: translateY(0px);
}
.st-facts-1-client:is(.active) .img-col:nth-child(1) .single-logo:nth-child(4) {
  transform: translateY(0px);
}
.st-facts-1-client:is(.active) .img-col:nth-child(2) .single-logo:nth-child(2) {
  transform: translateX(0px);
}
.st-facts-1-client:is(.active) .img-col:nth-child(3) .single-logo:nth-child(1) {
  transform: translateX(0px);
}
.st-facts-1-client:is(.active) .img-col:nth-child(3) .single-logo:nth-child(2) {
  transform: translateX(0px);
}
.st-facts-1-client:is(.active) .img-col:nth-child(4) .single-logo:nth-child(1) {
  transform: translateX(0px);
}
.st-facts-1-right {
  width: 100%;
  margin-top: 100px;
}
.st-facts-1-counter {
  max-width: 820px;
  margin-left: auto;
  width: 100%;
  background-color: #000;
}
.st-facts-1-counter .title-x-disc {
  display: flex;
  align-items: center;
  gap: 45px;
  margin-bottom: 30px;
}
@media (max-width: 767px) {
  .st-facts-1-counter .title-x-disc {
    flex-wrap: wrap;
  }
}
@media only screen and (min-width: 576px) and (max-width: 767px) {
  .st-facts-1-counter .title-x-disc {
    flex-wrap: nowrap;
  }
}
.st-facts-1-counter .title-x-disc .title {
  font-size: 48px;
  flex: 0 0 auto;
}
@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) {
  .st-facts-1-counter .title-x-disc .title {
    font-size: 32px;
  }
}
@media (max-width: 767px) {
  .st-facts-1-counter .title-x-disc .title {
    font-size: 26px;
  }
}
.st-facts-1-counter-box-wrap {
  display: grid;
  grid-template-columns: 1fr 1fr 1fr 1fr;
}
@media only screen and (min-width: 1200px) and (max-width: 1399px) {
  .st-facts-1-counter-box-wrap {
    grid-template-columns: 1fr 1fr;
  }
}
@media (max-width: 767px) {
  .st-facts-1-counter-box-wrap {
    grid-template-columns: 1fr 1fr;
  }
}
@media only screen and (min-width: 576px) and (max-width: 767px) {
  .st-facts-1-counter-box-wrap {
    grid-template-columns: 1fr 1fr 1fr;
  }
}
.st-facts-1-counter-box {
  border: 1px solid #393939;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  text-align: center;
  padding: 15px;
  min-height: 190px;
  background-repeat: no-repeat;
  background-position: 0px -3px;
}
.st-facts-1-counter-box:not(:first-child) {
  margin-left: -1px;
}
.st-facts-1-counter-box .number {
  font-size: 48px;
  line-height: 1;
  margin-top: 22px;
}
.st-facts-1-counter-box .number .plus {
  color: var(--st-clr-pr-1);
  font-size: 40px;
}
.st-facts-1-counter-box .disc {
  line-height: 24px;
  font-weight: 500;
}
.st-facts-1-tabs {
  display: flex;
  gap: 30px;
  align-items: start;
}
@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) {
  .st-facts-1-tabs {
    flex-direction: column-reverse;
  }
}
.st-facts-1-tabs .right-div {
  width: 100%;
}
.st-facts-1-tabs .right-div-title {
  font-size: 48px;
  margin-bottom: 55px;
}
@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) {
  .st-facts-1-tabs .right-div-title {
    font-size: 30px;
  }
}
.st-facts-1-tabs-pane {
  max-width: 195px;
  width: 100%;
  margin-top: 190px;
  position: relative;
  z-index: 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) {
  .st-facts-1-tabs-pane {
    margin-top: 30px;
  }
}
.st-facts-1-tabs-pane::after {
  content: "";
  width: 100px;
  height: 100px;
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  background-color: #fff;
  z-index: -1;
  border-radius: 50%;
  filter: blur(71px);
  opacity: 0.5;
}
.st-facts-1-tabs-btn {
  display: flex;
  flex-direction: column;
  gap: 15px;
}
.st-facts-1-tabs-btn .nav-link {
  background: #040404;
  text-align: left;
  border: 1px solid rgba(255, 255, 255, 0.4);
  border-radius: 100px;
  width: 100%;
  font-size: 24px;
  display: grid;
  grid-template-columns: 1.3fr 0.6fr 1fr;
  padding: 30px 40px;
  align-items: center;
  overflow: hidden;
  position: relative;
  z-index: 1;
  opacity: 0.3;
  transition: 0.5s var(--st-cube-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) {
  .st-facts-1-tabs-btn .nav-link {
    padding: 30px 20px;
    font-size: 22px;
  }
}
@media (max-width: 767px) {
  .st-facts-1-tabs-btn .nav-link {
    padding: 30px 20px;
    font-size: 22px;
    grid-template-columns: 1fr;
  }
}
@media only screen and (min-width: 576px) and (max-width: 767px) {
  .st-facts-1-tabs-btn .nav-link {
    padding: 30px 20px;
    font-size: 22px;
    grid-template-columns: 1.3fr 0.6fr 1fr;
  }
}
.st-facts-1-tabs-btn .nav-link span:nth-child(2) {
  font-size: 16px;
  color: #9c9c9c;
}
.st-facts-1-tabs-btn .nav-link span:nth-child(3) {
  font-size: 16px;
  color: #9c9c9c;
}
.st-facts-1-tabs-btn .nav-link::after {
  content: "";
  width: 130px;
  height: 80px;
  position: absolute;
  top: -30px;
  left: 10px;
  border-radius: 50%;
  background-color: #fff;
  z-index: -1;
  filter: blur(41px);
  opacity: 0.5;
  transition: 0.5s var(--st-cube-1);
}
.st-facts-1-tabs-btn .nav-link:is(.active) {
  color: #fff;
  opacity: 1;
}
.st-facts-1-tabs-btn .nav-link:is(.active)::after {
  width: 60%;
  opacity: 0.3;
}
.st-facts-1-tabs-btn .nav-link:hover {
  color: #fff;
  opacity: 1;
}
.st-facts-1-tabs-btn .nav-link:hover::after {
  width: 60%;
  opacity: 0.3;
}
.st-facts-1-bg-line {
  position: absolute;
  inset: 0;
  z-index: -2;
  display: flex;
  align-items: center;
  justify-content: center;
}
.st-facts-1-bg-line .st-bg-border-grid {
  height: 90%;
}
.st-facts-1-bg-line .st-bg-border-line:is(.has-top) {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 2px;
  border-top: 1px solid rgba(255, 255, 255, 0.1);
  border-left: 0;
}
.st-facts-1-bg-line .st-bg-border-line:is(.has-bottom) {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 2px;
  border-bottom: 1px solid rgba(255, 255, 255, 0.1);
  border-left: 0;
}

/*
    facts-1-end
*/
/*
    expertise-1-start
*/
.st-expertise-1-area {
  padding: 180px 0;
}
.st-expertise-1-wrap {
  display: flex;
  align-items: center;
  gap: 50px;
  margin-right: 50px;
}
.st-expertise-1-item {
  flex: 0 0 auto;
  position: relative;
  z-index: 1;
}
.st-expertise-1-item .title {
  display: flex;
  align-items: center;
  gap: 40px;
  font-size: 100px;
}
@media (max-width: 767px) {
  .st-expertise-1-item .title {
    font-size: 60px;
  }
}
@media only screen and (min-width: 576px) and (max-width: 767px) {
  .st-expertise-1-item .title {
    font-size: 80px;
  }
}
.st-expertise-1-item .title .icon {
  margin-top: -20px;
}
.st-expertise-1-item .title .text {
  background: linear-gradient(0deg, #7b7b7b, #fff);
  background-clip: text;
  -webkit-text-fill-color: transparent;
  opacity: 0.3;
  transition: 0.5s var(--st-cube-1);
}
.st-expertise-1-item .img-elm {
  width: 230px;
  height: 330px;
  position: absolute;
  z-index: -1;
  pointer-events: none;
}
.st-expertise-1-item:hover .title .text {
  opacity: 1;
}

/*
    expertise-1-end
*/
/*
    contact-1-start
*/
.st-contact-1-area {
  background-color: #0D0D0D;
}
.st-contact-1-wrap {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 75px;
}
@media only screen and (min-width: 768px) and (max-width: 991px), (max-width: 767px) {
  .st-contact-1-wrap {
    flex-wrap: wrap;
  }
}
.st-contact-1-right {
  max-width: 410px;
}
.st-contact-1-img {
  max-width: 420px;
  height: 610px;
  border-radius: 30px;
  width: 100%;
}
@media (max-width: 767px) {
  .st-contact-1-img {
    height: 400px;
  }
}
@media only screen and (min-width: 576px) and (max-width: 767px) {
  .st-contact-1-img {
    height: 510px;
  }
}
.st-contact-1-disc {
  font-size: 24px;
  margin-bottom: 40px;
}
.st-contact-1-disc span {
  color: #fff;
}
.st-contact-1-lens {
  width: 217px;
  height: 217px;
  display: flex;
  align-items: center;
  justify-content: center;
  text-align: center;
  font-weight: 700;
  line-height: 1.2;
  color: #000;
  position: relative;
  z-index: 1;
}
.st-contact-1-lens .text {
  max-width: 100px;
  transition: 0.4s var(--st-cube-1);
}
.st-contact-1-lens .bg-shape {
  position: absolute;
  z-index: -1;
  transition: 0.4s var(--st-cube-1);
}
.st-contact-1-lens:hover .bg-shape {
  transform: rotate(30deg);
}
.st-contact-1-lens:hover .text {
  color: var(--st-clr-pr-1);
}
.st-contact-1-info {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 50px;
}
@media (max-width: 767px) {
  .st-contact-1-info {
    grid-template-columns: 1fr;
  }
}
@media only screen and (min-width: 576px) and (max-width: 767px) {
  .st-contact-1-info {
    grid-template-columns: 1fr 1fr;
  }
}
.st-contact-1-info-box .icon-elm {
  width: 42px;
  height: 42px;
  background: linear-gradient(133deg, rgb(46, 46, 46) 0%, rgb(16, 16, 16) 100%);
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  margin-bottom: 22px;
  color: rgba(255, 255, 255, 0.5);
  transition: 0.4s var(--st-cube-1);
}
.st-contact-1-info-box .title {
  font-size: 24px;
  margin-bottom: 13px;
}
.st-contact-1-info-box .link-elm {
  font-size: 15px;
  transition: 0.4s var(--st-cube-1);
}
.st-contact-1-info-box .link-elm:not(:last-child) {
  margin-bottom: 5px;
}
.st-contact-1-info-box .link-elm span {
  color: #fff;
}
.st-contact-1-info-box .link-elm:hover {
  color: var(--st-clr-pr-1);
}
.st-contact-1-info-box:hover .icon-elm {
  color: var(--st-clr-pr-1);
}
.st-contact-1-social {
  display: flex;
  gap: 50px;
  flex-wrap: wrap;
}
.st-contact-1-social .link-elm {
  width: 34px;
  height: 36px;
  position: relative;
  z-index: 1;
  display: flex;
  align-items: center;
  justify-content: center;
}
.st-contact-1-social .link-elm svg {
  position: absolute;
}
.st-contact-1-social .link-elm span {
  width: 28px;
  height: 28px;
  background-color: #2c2c2c;
  border-radius: 50%;
  text-align: center;
  font-size: 14px;
  color: rgba(255, 255, 255, 0.6);
  transition: 0.4s var(--st-cube-1);
}
.st-contact-1-social .link-elm:hover span {
  background-color: var(--st-clr-pr-1);
  color: #fff;
}
.st-contact-1-big-title {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  left: 0;
  width: 100%;
  text-align: center;
  z-index: -1;
  overflow: hidden;
}
.st-contact-1-big-title-elm {
  font-size: 420px;
  font-weight: 600;
  width: max-content;
  color: #000;
  line-height: 1;
  letter-spacing: -0.1em;
  text-align: center;
}
@media only screen and (min-width: 1600px) and (max-width: 1799px) {
  .st-contact-1-big-title-elm {
    font-size: 350px;
  }
}
@media only screen and (min-width: 1400px) and (max-width: 1599px) {
  .st-contact-1-big-title-elm {
    font-size: 320px;
  }
}
@media only screen and (min-width: 1200px) and (max-width: 1399px) {
  .st-contact-1-big-title-elm {
    font-size: 260px;
  }
}
@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .st-contact-1-big-title-elm {
    font-size: 200px;
  }
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .st-contact-1-big-title-elm {
    font-size: 140px;
  }
}
@media (max-width: 767px) {
  .st-contact-1-big-title-elm {
    font-size: 60px;
  }
}
@media only screen and (min-width: 576px) and (max-width: 767px) {
  .st-contact-1-big-title-elm {
    font-size: 100px;
  }
}
.st-contact-1-bg-shape {
  width: 16%;
  position: absolute;
  top: -90px;
  left: 0;
  z-index: -1;
}
@media (max-width: 767px) {
  .st-contact-1-bg-shape {
    top: -30px;
  }
}
.st-contact-1-bg-line {
  position: absolute;
  inset: 0;
  z-index: -2;
  display: flex;
  align-items: center;
  justify-content: center;
}
.st-contact-1-bg-line .st-bg-border-grid {
  height: 90%;
}
.st-contact-1-bg-line .st-bg-border-line:is(.has-top) {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 2px;
  border-top: 1px solid rgba(255, 255, 255, 0.1);
  border-left: 0;
}
.st-contact-1-bg-line .st-bg-border-line:is(.has-bottom) {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 2px;
  border-bottom: 1px solid rgba(255, 255, 255, 0.1);
  border-left: 0;
}

/*
    contact-1-end
*/
/*
    contact-2-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), only screen and (min-width: 1200px) and (max-width: 1399px) {
  .st-contact-2-area {
    height: 300vh;
    position: relative;
  }
}
@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) {
  .st-contact-2-pin {
    position: sticky;
    top: 0;
  }
}
.st-contact-2-vh {
  background-color: var(--st-clr-h-2);
  padding: 120px 0;
  height: 100vh;
  display: flex;
  align-items: center;
  justify-content: 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) {
  .st-contact-2-vh {
    height: auto;
    min-height: 660px;
  }
}
.st-contact-2-bg-img {
  position: absolute;
  inset: 0;
  display: grid;
  grid-template-columns: 1fr 1fr 1fr;
  gap: 10px;
  padding: 10px;
  z-index: -1;
  perspective: 2000px;
  transform-style: preserve-3d;
  overflow: hidden;
  width: 100%;
  height: 100%;
}
@media only screen and (min-width: 992px) and (max-width: 1199px), only screen and (min-width: 768px) and (max-width: 991px), (max-width: 767px) {
  .st-contact-2-bg-img {
    opacity: 0.24;
  }
}
.st-contact-2-bg-img .single-img {
  border-radius: 8px;
  transform-origin: 50% 0%;
}
.st-contact-2-content {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  max-width: 690px;
  text-align: center;
  margin-left: auto;
  margin-right: auto;
  perspective: 2000px;
  transform-style: preserve-3d;
}
.st-contact-2-content .st-sec-title-2 {
  font-size: 70px;
  margin-bottom: 14px;
}
@media only screen and (min-width: 1400px) and (max-width: 1599px) {
  .st-contact-2-content .st-sec-title-2 {
    font-size: 60px;
  }
}
@media only screen and (min-width: 1200px) and (max-width: 1399px) {
  .st-contact-2-content .st-sec-title-2 {
    font-size: 55px;
  }
}
@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .st-contact-2-content .st-sec-title-2 {
    font-size: 50px;
  }
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .st-contact-2-content .st-sec-title-2 {
    font-size: 45px;
  }
}
@media (max-width: 767px) {
  .st-contact-2-content .st-sec-title-2 {
    font-size: 35px;
  }
}
@media only screen and (min-width: 576px) and (max-width: 767px) {
  .st-contact-2-content .st-sec-title-2 {
    font-size: 40px;
  }
}
.st-contact-2-content .sec-disc {
  color: #fff;
  margin-bottom: 33px;
}

/*
    contact-2-end
*/
/*
    contact-3-start
*/
.st-contact-3-area {
  background-color: var(--st-clr-h-2);
}
@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) {
  .st-contact-3-area {
    padding-top: 100px;
  }
}
.st-contact-3-area::after {
  content: "";
  width: 484px;
  height: 484px;
  background: var(--st-clr-pr-1);
  filter: blur(97px);
  position: absolute;
  top: -290px;
  left: -240px;
  z-index: -5;
}
@media only screen and (min-width: 768px) and (max-width: 991px), (max-width: 767px) {
  .st-contact-3-area::after {
    display: none;
  }
}
.st-contact-3-area::before {
  content: "";
  position: absolute;
  width: 400px;
  height: 400px;
  background: #FFFFFF;
  filter: blur(77px);
  z-index: -5;
  right: -200px;
  bottom: -270px;
}
@media only screen and (min-width: 768px) and (max-width: 991px), (max-width: 767px) {
  .st-contact-3-area::before {
    display: none;
  }
}
.st-contact-3-big-title {
  font-size: clamp(40px, 11vw, 266px);
  font-weight: 700;
  color: #fff;
  text-align: center;
  line-height: 1;
  opacity: 5%;
}
.st-contact-3-sec-title {
  max-width: 788px;
  margin-left: auto;
  margin-right: auto;
  margin-top: -100px;
}
@media only screen and (min-width: 768px) and (max-width: 991px), (max-width: 767px) {
  .st-contact-3-sec-title {
    margin-top: 0px;
  }
}
.st-contact-3-sec-title .st-subtitle-3 {
  color: #fff;
}
.st-contact-3-sec-title .st-sec-tittle-3 {
  color: #fff;
  font-size: 52px;
  font-weight: 600;
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .st-contact-3-sec-title .st-sec-tittle-3 {
    font-size: 45px;
  }
}
@media (max-width: 767px) {
  .st-contact-3-sec-title .st-sec-tittle-3 {
    font-size: 35px;
  }
}
@media only screen and (min-width: 576px) and (max-width: 767px) {
  .st-contact-3-sec-title .st-sec-tittle-3 {
    font-size: 40px;
  }
}
.st-contact-3-form {
  max-width: 788px;
  margin-left: auto;
  margin-right: auto;
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 28px 28px;
}
@media (max-width: 767px) {
  .st-contact-3-form {
    grid-template-columns: 1fr;
  }
}
@media only screen and (min-width: 576px) and (max-width: 767px) {
  .st-contact-3-form {
    grid-template-columns: 1fr 1fr;
  }
}
.st-contact-3-form-label {
  color: #fff;
  font-size: 14px;
  font-weight: 500;
  letter-spacing: 2px;
  line-height: 1;
  text-transform: uppercase;
  opacity: 1;
  display: block;
}
.st-contact-3-form-input {
  height: 56px;
  background: transparent;
  border: none;
  border-bottom: 1px solid rgba(255, 255, 255, 0.2);
  width: 100%;
  padding: 0;
  font-size: 18px;
  color: rgba(255, 255, 255, 0.6);
  font-weight: 300;
}
.st-contact-3-form-input:is(textarea) {
  height: 95px;
  padding-top: 16px;
}
.st-contact-3-form-input:focus-within {
  border-color: var(--as-clr-pr-1);
}
.st-contact-3-form .input-box:is(.has-full-width) {
  grid-column-start: 1;
  grid-column-end: -1;
}
.st-contact-3-form .button-x-author {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 30px;
  flex-wrap: wrap;
}
.st-contact-3-form .button-x-author:is(.has-full-width) {
  grid-column-start: 1;
  grid-column-end: -1;
}
.st-contact-3-form .author {
  display: inline-flex;
  gap: 18px;
  align-items: center;
}
.st-contact-3-form .author-img {
  width: 55px;
  height: 55px;
  border-radius: 50%;
}
.st-contact-3-form .author-name {
  font-size: 20px;
  color: #fff;
}
.st-contact-3-form .author-dg {
  font-size: 15px;
  color: #6a6a6a;
}
.st-contact-3-marquee-1 {
  position: absolute;
  top: 190px;
  left: -200px;
  transform: rotate(-45deg);
  width: 800px;
  z-index: -2;
}
@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) {
  .st-contact-3-marquee-1 {
    display: none;
  }
}
.st-contact-3-marquee-1 .rolling-img {
  position: absolute;
  top: -32px;
  right: -90px;
  transform: rotate(45deg);
  z-index: 1;
}
.st-contact-3-marquee-1-wrap {
  display: flex;
  gap: 10px;
  padding: 22px 0;
  background-size: auto 100%;
  margin-right: 10px;
}
.st-contact-3-marquee-1-wrap .single-img {
  height: 152px;
  width: 232px;
  flex: 0 0 auto;
}
.st-contact-3-marquee-2 {
  position: absolute;
  bottom: 17px;
  left: 0;
  transform: rotate(20deg);
  width: 800px;
  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) {
  .st-contact-3-marquee-2 {
    display: none;
  }
}
.st-contact-3-marquee-3 {
  position: absolute;
  bottom: 157px;
  right: -200px;
  transform: rotate(-45deg);
  width: 800px;
  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) {
  .st-contact-3-marquee-3 {
    display: none;
  }
}
.st-contact-3-marquee-3 .rolling-img {
  position: absolute;
  bottom: -26px;
  left: -79px;
  z-index: 1;
  transform: rotate(45deg);
}
.st-contact-3-marquee-4 {
  position: absolute;
  top: 39px;
  right: -120px;
  transform: rotate(30deg);
  width: 960px;
  z-index: -2;
}
@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) {
  .st-contact-3-marquee-4 {
    display: none;
  }
}

/*
    contact-3-end
*/
/*
    contact-4-start
*/
.st-cta-4-sec-title {
  max-width: 712px;
  margin-left: auto;
  margin-right: auto;
  margin-bottom: 40px;
}
.st-cta-4-sec-title span {
  display: inline;
  color: #A0A0A0;
}
.st-cta-4-wrap {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 50px;
  align-items: center;
  margin-bottom: 50px;
}
@media (max-width: 767px) {
  .st-cta-4-wrap {
    grid-template-columns: 1fr;
  }
}
.st-cta-4-content {
  max-width: 480px;
}
.st-cta-4-content .disc {
  margin-bottom: 30px;
}
.st-cta-4-camera {
  margin-left: 17%;
}
@media only screen and (min-width: 768px) and (max-width: 991px), (max-width: 767px) {
  .st-cta-4-camera {
    margin-left: 0%;
  }
}

/*
    contact-4-end
*/
/*
    contact-5-start
*/
.st-contact-5-sec-title .sec-disc {
  margin-top: 20px;
}
.st-contact-5-area .st-contact-form-4 {
  border: 1px solid rgba(5, 5, 5, 0.08);
  max-width: 1000px;
  margin-left: auto;
  margin-right: auto;
}
.st-contact-5-area .st-contact-form-4 .st-contact-3-form {
  max-width: 100%;
  gap: 20px 18px;
}
.st-contact-5-area .st-contact-form-4 .st-contact-3-form-input {
  color: rgba(0, 0, 0, 0.5);
}
.st-contact-5-area .st-contact-form-4 .st-contact-3-form .nice-select {
  width: 100%;
  height: 56px;
  border: navajowhite;
  display: flex;
  align-items: center;
  padding: 24px;
  font-family: var(--st-font-3);
  font-size: 16px;
}
.st-contact-5-area .st-contact-form-4 .st-contact-3-form .nice-select:after {
  height: 8px;
  margin-top: -4px;
  right: 25px;
  top: 45%;
  width: 8px;
}
.st-contact-5-area .st-contact-form-4 .st-contact-3-form .nice-select .list {
  width: 100%;
}

/*
    contact-5-end
*/
/*
    contact-us-page-start
*/
.st-contact-us-card {
  background-color: #F1F1F1;
  padding: 28px 28px;
  border-radius: 16px;
  display: grid;
  gap: 28px;
  grid-template-columns: 1fr 1fr 1fr;
}
@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) {
  .st-contact-us-card {
    padding: 18px 18px;
  }
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .st-contact-us-card {
    padding: 18px 18px;
    grid-template-columns: 1fr 1fr;
  }
}
@media (max-width: 767px) {
  .st-contact-us-card {
    padding: 18px 18px;
    grid-template-columns: 1fr;
  }
}
.st-contact-us-card-single {
  background-color: #fff;
  border-radius: 12px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 30px;
  flex-wrap: wrap;
  padding: 40px 40px;
}
@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) {
  .st-contact-us-card-single {
    padding: 40px 20px;
  }
}
.st-contact-us-card-single .title {
  font-size: 22px;
  margin-bottom: 22px;
}
.st-contact-us-card-single .link-elm {
  max-width: 300px;
}
.st-contact-us-card-single .link-elm:not(:last-child) {
  margin-bottom: 6px;
}
.st-contact-us-card-single .link-elm a {
  transition: var(--st-cube-2);
}
.st-contact-us-card-single .link-elm a:hover {
  color: var(--st-clr-pr-1);
}
.st-contact-us-area {
  padding-top: 120px;
  padding-bottom: 310px;
}
.st-contact-us-area .st-contact-form-4 {
  box-shadow: 12px -12px 46px rgba(0, 0, 0, 0.12);
  border-radius: 16px;
  max-width: 905px;
  background-color: #fff;
}
.st-contact-us-area .st-contact-form-4-title {
  font-size: 36px;
  margin-top: -5px;
  margin-bottom: 33px;
  text-align: center;
  max-width: 560px;
  margin-left: auto;
  margin-right: auto;
}
.st-contact-us-area .st-contact-form-4 .st-contact-3-form {
  max-width: 100%;
}
.st-contact-us-area .st-contact-form-4 .st-contact-3-form-input {
  background-color: #F1F1F1;
}
.st-contact-us-bg-img {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  z-index: -2;
}
.st-contact-us-img {
  position: absolute;
  right: 3%;
  bottom: 0;
  z-index: -1;
  width: 43%;
}

/*
    contact-us-page-end
*/
/*
    gallery-1-start
*/
.st-gallery-1-title {
  display: flex;
  justify-content: center;
  align-items: center;
  font-size: 50px;
}
.st-gallery-1-title .img-elm {
  width: 67px;
  height: 67px;
  border: 3px solid #414141;
  border-radius: 10px;
  flex: 0 0 auto;
  animation: f1authorKf 5s linear infinite;
  transform-origin: top;
}
.st-gallery-1-title .img-elm:nth-child(2) {
  animation-delay: 2.5s;
}
.st-gallery-1-title .text-elm {
  padding: 0 20px;
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .st-gallery-1-title {
    font-size: 40px;
  }
}
@media (max-width: 767px) {
  .st-gallery-1-title {
    font-size: 30px;
    flex-wrap: wrap;
  }
}
@media only screen and (min-width: 576px) and (max-width: 767px) {
  .st-gallery-1-title {
    font-size: 35px;
  }
}
.st-gallery-1-slider-item {
  border: 5px solid transparent;
  border-radius: 15px;
  overflow: hidden;
  display: flex;
  align-items: center;
  justify-content: center;
  position: relative;
  z-index: 1;
  transition: var(--st-cube-2);
  height: 300px;
  max-width: 300px;
  height: 300px;
}
.st-gallery-1-slider-item .main-img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: var(--st-cube-2);
}
.st-gallery-1-slider-item .logo-img {
  position: absolute;
  transition: var(--st-cube-2);
  opacity: 0;
  transform: scale(0.3);
  transform-origin: center;
}
.st-gallery-1-slider-item:hover {
  border-color: var(--st-clr-pr-1);
}
.st-gallery-1-slider-item:hover .logo-img {
  opacity: 1;
  transform: scale(1);
}
.st-gallery-1-slider-item:hover .main-img {
  filter: blur(10px);
}
.st-gallery-1-marquee-wrap {
  display: flex;
  gap: 20px;
}
.st-gallery-1-bottom-line {
  width: 100%;
  height: 8px;
  background-color: #313131;
}

/*
    gallery-1-end
*/
/*
    gallery-4-start
*/
.st-gallery-4-area {
  height: 950px;
}
.st-gallery-4-img-1 {
  width: 11%;
  height: 287px;
  position: absolute;
  bottom: 0;
  left: 16%;
  z-index: 1;
}
.st-gallery-4-img-2 {
  width: 16%;
  height: 436px;
  position: absolute;
  top: 15%;
  left: 22%;
}
@media (max-width: 767px) {
  .st-gallery-4-img-2 {
    height: 300px;
  }
}
@media only screen and (min-width: 576px) and (max-width: 767px) {
  .st-gallery-4-img-2 {
    height: 400px;
  }
}
.st-gallery-4-img-3 {
  width: 17%;
  height: 450px;
  position: absolute;
  right: 12%;
  top: 32%;
  z-index: 1;
}
@media (max-width: 767px) {
  .st-gallery-4-img-3 {
    height: 300px;
  }
}
@media only screen and (min-width: 576px) and (max-width: 767px) {
  .st-gallery-4-img-3 {
    height: 400px;
  }
}
.st-gallery-4-img-4 {
  width: 12%;
  height: 308px;
  position: absolute;
  bottom: 20%;
  left: 35%;
  z-index: -1;
}
@media (max-width: 767px) {
  .st-gallery-4-img-4 {
    height: 300px;
  }
}
.st-gallery-4-img-5 {
  width: 13%;
  height: 340px;
  position: absolute;
  right: 0;
  top: 8%;
}
@media (max-width: 767px) {
  .st-gallery-4-img-5 {
    height: 300px;
  }
}
.st-gallery-4-img-6 {
  width: 23%;
  height: 620px;
  position: absolute;
  top: 80px;
  left: 0;
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .st-gallery-4-img-6 {
    height: 500px;
  }
}
@media (max-width: 767px) {
  .st-gallery-4-img-6 {
    height: 300px;
  }
}
@media only screen and (min-width: 576px) and (max-width: 767px) {
  .st-gallery-4-img-6 {
    height: 400px;
  }
}
.st-gallery-4-img-7 {
  width: 30%;
  height: 830px;
  position: absolute;
  top: 0;
  right: 26%;
  z-index: -2;
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .st-gallery-4-img-7 {
    height: 500px;
  }
}
@media (max-width: 767px) {
  .st-gallery-4-img-7 {
    height: 300px;
  }
}
@media only screen and (min-width: 576px) and (max-width: 767px) {
  .st-gallery-4-img-7 {
    height: 400px;
  }
}

/*
    gallery-4-end
*/
/*
    gallery-5-start
*/
.st-gallery-5-sec-title {
  text-align: center;
  font-size: clamp(35px, 8vw, 116px);
  line-height: 1;
  opacity: 16%;
  margin-bottom: -18px;
}
@media (max-width: 767px) {
  .st-gallery-5-sec-title {
    margin-bottom: 0px;
  }
}
.st-gallery-5-wrap {
  position: relative;
  z-index: 1;
  display: grid;
  grid-template-columns: 1.3fr 1fr 1.5fr;
  gap: 8px;
  margin-bottom: 8px;
}
@media (max-width: 767px) {
  .st-gallery-5-wrap {
    grid-template-columns: 1fr;
  }
}
@media only screen and (min-width: 576px) and (max-width: 767px) {
  .st-gallery-5-wrap {
    grid-template-columns: 1fr 1fr;
  }
}
.st-gallery-5-wrap .single-img {
  height: 480px;
}
@media only screen and (min-width: 992px) and (max-width: 1199px), only screen and (min-width: 768px) and (max-width: 991px), (max-width: 767px) {
  .st-gallery-5-wrap .single-img {
    height: 350px;
  }
}
.st-gallery-5-wrap-2 {
  display: grid;
  gap: 8px;
  grid-template-columns: 1fr 1fr;
}
@media (max-width: 767px) {
  .st-gallery-5-wrap-2 {
    grid-template-columns: 1fr;
  }
}
@media only screen and (min-width: 576px) and (max-width: 767px) {
  .st-gallery-5-wrap-2 {
    grid-template-columns: 1fr 1fr;
  }
}
.st-gallery-5-wrap-2 .single-img {
  height: 480px;
}
@media only screen and (min-width: 992px) and (max-width: 1199px), only screen and (min-width: 768px) and (max-width: 991px), (max-width: 767px) {
  .st-gallery-5-wrap-2 .single-img {
    height: 350px;
  }
}

/*
    gallery-5-end
*/
/*
    process-1-start
*/
.st-process-2-area {
  background-color: rgba(5, 5, 5, 0.05);
}
.st-process-2-sec-title {
  margin-bottom: 102px;
}
.st-process-2-sec-title .sec-disc {
  margin-top: 11px;
  max-width: 800px;
  margin-left: auto;
  margin-right: auto;
}
.st-process-2-wrap {
  display: flex;
  gap: 50px;
  justify-content: space-between;
  flex-wrap: wrap;
  border: 2px solid transparent;
  border-radius: 10px;
  padding: 32px 40px;
  position: relative;
  z-index: 1;
}
.st-process-2-wrap::before {
  content: "";
  position: absolute;
  inset: 0;
  border-radius: 12px;
  padding: 2px;
  background: conic-gradient(from var(--hero-border-angle, 0deg), #FF7738 0%, rgba(201, 201, 201, 0.3) 18.16%, rgba(201, 201, 201, 0.3) 77.89%, #E72B01 99.39%);
  animation: heroBorderFlow 2.5s linear infinite;
  pointer-events: none;
  -webkit-mask: linear-gradient(#fff 0 0) content-box, linear-gradient(#fff 0 0);
  -webkit-mask-composite: xor;
  mask-composite: exclude;
}
@keyframes heroBorderFlow {
  from {
    --hero-border-angle: 0deg;
  }
  to {
    --hero-border-angle: 360deg;
  }
}
.st-process-2-wrap .left-side {
  display: flex;
  flex-direction: column;
  gap: 60px;
}
.st-process-2-wrap .right-side {
  display: flex;
  flex-direction: column;
  gap: 60px;
}
.st-process-2-wrap-line {
  position: absolute;
  top: 50%;
  left: 40px;
  transform: translateY(-50%);
  width: calc(100% - 80px);
  height: 1px;
  background: #D9D9D9;
}
.st-process-2-lens {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  display: flex;
  align-items: center;
  justify-content: center;
  width: 36%;
}
@media only screen and (min-width: 992px) and (max-width: 1199px), only screen and (min-width: 768px) and (max-width: 991px), (max-width: 767px) {
  .st-process-2-lens {
    position: relative;
    transform: unset;
    left: unset;
    top: unset;
  }
}
.st-process-2-lens-man {
  position: absolute;
  overflow: hidden;
  border-radius: 50%;
  width: 84%;
  mix-blend-mode: plus-lighter;
}
.st-process-2-box {
  max-width: 416px;
}
@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) {
  .st-process-2-box {
    max-width: 316px;
  }
}
.st-process-2-box .icon-x-number {
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin-bottom: 19px;
}
.st-process-2-box .number {
  font-size: 16px;
  color: var(--st-clr-pr-1);
  opacity: 1;
  font-weight: 600;
}
.st-process-2-box .title {
  font-size: 24px;
  margin-bottom: 12px;
}
.st-process-2-box:hover .icon-elm {
  animation: swing 1s;
}

@property --hero-border-angle {
  syntax: "<angle>";
  inherits: false;
  initial-value: 0deg;
}
/*
    process-1-end
*/
/*
    price-1-start
*/
.st-price-2-area {
  background-color: var(--st-clr-h-2);
}
.st-price-2-sec-title .sec-disc {
  color: #fff;
  max-width: 900px;
  margin-left: auto;
  margin-right: auto;
  margin-top: 14px;
}
.st-price-2-wrap {
  display: flex;
  justify-content: center;
  border-top: 1px solid #373737;
  border-bottom: 1px solid #373737;
}
@media only screen and (min-width: 768px) and (max-width: 991px), (max-width: 767px) {
  .st-price-2-wrap {
    flex-wrap: wrap;
    justify-content: center;
  }
}
.st-price-2-wrap .star-icon-1 {
  position: absolute;
  top: -17px;
  left: 9.26%;
  z-index: 2;
}
@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) {
  .st-price-2-wrap .star-icon-1 {
    display: none;
  }
}
.st-price-2-wrap .star-icon-2 {
  position: absolute;
  top: -17px;
  right: 9.26%;
  z-index: 2;
}
@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) {
  .st-price-2-wrap .star-icon-2 {
    display: none;
  }
}
.st-price-2-wrap .star-icon-3 {
  position: absolute;
  bottom: -12px;
  left: 9.24%;
  z-index: 2;
}
@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) {
  .st-price-2-wrap .star-icon-3 {
    display: none;
  }
}
.st-price-2-wrap .star-icon-4 {
  position: absolute;
  bottom: -12px;
  right: 9.24%;
  z-index: 2;
}
@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) {
  .st-price-2-wrap .star-icon-4 {
    display: none;
  }
}
.st-price-2-card {
  max-width: 420px;
  width: 100%;
  padding: 35px 34px;
  border-left: 1px solid #373737;
  border-right: 1px solid #373737;
  position: relative;
  z-index: 1;
}
.st-price-2-card:not(:first-child) {
  margin-left: -1px;
}
.st-price-2-card .bg-img {
  position: absolute;
  top: 0;
  height: 213px;
  overflow: hidden;
  right: 0;
  z-index: -1;
  transition: var(--st-cube-2);
  opacity: 0;
}
.st-price-2-card .bg-img-2 {
  position: absolute;
  bottom: 0;
  overflow: hidden;
  left: 0;
  z-index: -1;
  transition: var(--st-cube-2);
  opacity: 0;
}
.st-price-2-card .title {
  color: #fff;
  font-size: 24px;
  font-weight: 500;
  margin-bottom: 13px;
}
.st-price-2-card .disc {
  color: #fff;
  margin-bottom: 18px;
}
.st-price-2-card .price-elm {
  font-size: 60px;
  color: #fff;
  margin-bottom: 29px;
}
.st-price-2-card .price-elm .time {
  font-size: 18px;
  opacity: 50%;
  font-weight: 300;
  transform: translateY(-3px);
}
.st-price-2-card .price-elm .dollar-sing {
  font-weight: 400;
}
.st-price-2-card .dvr-line {
  width: calc(100% + 68px);
  height: 32px;
  border-top: 1px solid rgb(55, 55, 55);
  border-bottom: 1px solid rgb(55, 55, 55);
  margin-left: -34px;
  margin-bottom: 30px;
}
.st-price-2-card .subtitle {
  color: #fff;
  opacity: 52%;
  font-size: 20px;
  margin-bottom: 30px;
}
.st-price-2-card .features-list {
  display: flex;
  flex-direction: column;
  gap: 15px;
  margin-bottom: 35px;
}
.st-price-2-card .features-list li {
  color: #fff;
  opacity: 1;
  display: flex;
  align-items: center;
  gap: 8px;
}
.st-price-2-card .card-btn {
  width: 100%;
  background: rgba(255, 255, 255, 0.2);
  text-align: center;
  font-size: 16px;
  font-weight: 500;
  color: #fff;
  border-radius: 10px;
  padding: 17px 15px;
  transition: var(--st-cube-2);
}
.st-price-2-card .card-btn:hover {
  background-color: var(--st-clr-pr-2);
  color: #000;
}
.st-price-2-card:is(.active) .bg-img {
  opacity: 1;
}
.st-price-2-card:is(.active) .bg-img-2 {
  opacity: 1;
}
.st-price-2-marquee-1 {
  margin-top: -4px;
}
.st-price-2-marquee-1-item {
  display: flex;
}
.st-price-2-marquee-1-item .single-item {
  flex: 0 0 auto;
}
.st-price-2-marquee-2-item {
  display: flex;
}
.st-price-2-marquee-2-item .single-item {
  flex: 0 0 auto;
}
.st-price-2-bg-img {
  text-align: right;
  width: 25%;
  position: absolute;
  right: -90px;
  top: 0;
  z-index: -2;
  mix-blend-mode: luminosity;
}
.st-price-2-bg-glow {
  position: absolute;
  width: 400px;
  height: 400px;
  background: linear-gradient(180deg, #FF7738 0%, #E72B01 100%);
  filter: blur(102px);
  top: -160px;
  left: -160px;
  border-radius: 50%;
  z-index: -1;
}
@media only screen and (min-width: 768px) and (max-width: 991px), (max-width: 767px) {
  .st-price-2-bg-glow {
    width: 200px;
    height: 200px;
    top: -100px;
    left: -100px;
  }
}

/*
    price-1-end
*/
/*
    price-4-start
*/
.st-price-4-sec-title .sec-disc {
  margin-top: 22px;
}
.st-price-4-area .st-price-2-card {
  background-color: var(--st-clr-h-2);
}

/*
    price-4-end
*/
/*
    testimonial-2-start
*/
.st-testimonial-2-sec-title {
  max-width: 800px;
  margin-left: auto;
  margin-right: auto;
}
.st-testimonial-2-bg-camera {
  width: 8%;
  position: absolute;
  right: 13%;
  top: 6%;
  z-index: -1;
}
.st-testimonial-2-slider-card {
  height: 520px;
  position: relative;
}
.st-testimonial-2-slider-card .card-img {
  width: 100%;
  height: 100%;
  border-radius: 20px;
  transition: var(--st-cube-2);
}
.st-testimonial-2-slider-card .card-content {
  background-color: #f2f2f2;
  border-radius: 20px;
  position: absolute;
  inset: 0;
  padding: 55px 48px;
  display: flex;
  flex-direction: column;
  transition: var(--st-cube-2);
}
@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) {
  .st-testimonial-2-slider-card .card-content {
    padding: 55px 20px;
  }
}
.st-testimonial-2-slider-card .author-name {
  font-size: 22px;
  letter-spacing: -1%;
  margin-bottom: 4px;
}
.st-testimonial-2-slider-card .quote-icon {
  margin-top: auto;
  margin-bottom: 45px;
}
.st-testimonial-2-slider-card .comment {
  font-size: 24px;
  line-height: 1.333;
}
@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) {
  .st-testimonial-2-slider-card .comment {
    font-size: 20px;
  }
}
.st-testimonial-2-slider-card:hover .card-img {
  transform: rotate(-3deg) translateY(-145px);
}
.st-testimonial-2-slider-card:hover .card-content {
  transform: rotate(6deg) translateY(90px);
  filter: drop-shadow(16px 16px 28px rgba(0, 0, 0, 0.16));
}
.st-testimonial-2-slider .swiper-wrapper .swiper-slide {
  max-width: 420px;
}

/*
    testimonial-2-end
*/
/*
    testimonial-3-start
*/
.st-testimonial-3-bg-shape-1 {
  position: absolute;
  right: 6%;
  top: -60px;
  z-index: -1;
  width: 12%;
}
.st-testimonial-3-bg-shape-2 {
  position: absolute;
  left: -30px;
  bottom: 100px;
  z-index: -1;
  width: 17%;
}
.st-testimonial-3-sec-title {
  max-width: 800px;
  margin-left: auto;
  margin-right: auto;
}
.st-testimonial-3-bottom-content {
  text-align: center;
  max-width: 822px;
  margin-left: auto;
  margin-right: auto;
}
.st-testimonial-3-wrap {
  padding: 82px 0px;
}
.st-testimonial-3-lens {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100%;
  max-width: 500px;
  height: 500px;
  z-index: 1;
}
@media only screen and (min-width: 992px) and (max-width: 1199px), only screen and (min-width: 768px) and (max-width: 991px) {
  .st-testimonial-3-lens {
    position: relative;
    transform: unset;
    left: unset;
    top: unset;
  }
}
@media (max-width: 767px) {
  .st-testimonial-3-lens {
    position: relative;
    transform: unset;
    left: unset;
    top: unset;
    max-width: 200px;
    height: 200px;
  }
}
.st-testimonial-3-lens-img img {
  animation: wa-rotated-minus 20s linear infinite;
}
.st-testimonial-3-lens-man {
  position: absolute;
  overflow: hidden;
  border-radius: 50%;
  width: 72%;
  background-color: #fff;
}
.st-testimonial-3-lens-man .swiper-wrapper .swiper-slide img {
  transition: 10s;
}
.st-testimonial-3-lens-man .swiper-wrapper .swiper-slide:is(.swiper-slide-active) img {
  transform: scale(1.3);
}
.st-testimonial-3-card {
  max-width: 488px;
  border-radius: 18px;
  outline: 10px solid #F1F1F1;
  width: 100%;
  flex: 0 0 auto;
  padding: 30px 30px;
  position: relative;
  z-index: 1;
  min-height: 319px;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}
.st-testimonial-3-card .quote-icon {
  font-size: 80px;
  position: absolute;
  top: 4px;
  left: 22px;
  opacity: 5%;
}
.st-testimonial-3-card .comment {
  font-size: 20px;
  margin-bottom: 70px;
}
.st-testimonial-3-card .card-author {
  display: flex;
  align-items: center;
  gap: 16px;
}
.st-testimonial-3-card .card-author-img {
  width: 64px;
  height: 64px;
  flex: 0 0 auto;
  border-radius: 50%;
}
.st-testimonial-3-card .card-author .name-x-rating {
  display: flex;
  align-items: center;
  gap: 15px;
  margin-bottom: 3px;
}
.st-testimonial-3-card .card-author .name {
  font-size: 22px;
  font-weight: 500;
  flex: 0 0 auto;
}
.st-testimonial-3-card .card-author .dvr-line {
  width: 100%;
  height: 1px;
  background: #D9D9D9;
}
.st-testimonial-3-card .card-author .rating {
  flex: 0 0 auto;
  display: flex;
  align-items: center;
  gap: 6px;
}
.st-testimonial-3-card .card-author .rating i {
  color: #F87400;
  font-size: 15px;
}
.st-testimonial-3-card .card-author .bio {
  opacity: 72%;
  font-size: 16px;
}
.st-testimonial-3-card .card-author-content {
  width: 100%;
}
.st-testimonial-3-marquee {
  padding: 12px 0;
}
.st-testimonial-3-marquee-wrap {
  display: flex;
  gap: 26px;
  margin-right: 26px;
  align-items: center;
}

/*
    testimonial-3-end
*/
/*
    testimonial-4-start
*/
.st-testimonial-4-wrap {
  display: grid;
  gap: 24px;
  grid-template-columns: 1fr 1fr;
  margin-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) {
  .st-testimonial-4-wrap {
    grid-template-columns: 1fr;
  }
}
.st-testimonial-4-card {
  display: grid;
  background-color: var(--st-clr-h-2);
  border-radius: 20px;
  padding: 20px 20px;
  gap: 44px;
  grid-template-columns: 1fr 2.6fr;
}
@media (max-width: 767px) {
  .st-testimonial-4-card {
    grid-template-columns: 1fr;
  }
}
@media only screen and (min-width: 576px) and (max-width: 767px) {
  .st-testimonial-4-card {
    grid-template-columns: 1fr 2.6fr;
  }
}
.st-testimonial-4-card .main-img {
  border-radius: 12px;
  height: 392px;
}
.st-testimonial-4-card .st-testimonial-3-card {
  outline: none;
  padding: 30px 0px;
}
.st-testimonial-4-card .st-testimonial-3-card .comment {
  color: #fff;
}
.st-testimonial-4-card .st-testimonial-3-card .card-author {
  flex-wrap: wrap;
}
.st-testimonial-4-card .st-testimonial-3-card .quote-icon {
  color: #fff;
  opacity: 10%;
  left: -8px;
}
.st-testimonial-4-card .st-testimonial-3-card .name {
  color: #fff;
}
.st-testimonial-4-card .st-testimonial-3-card .bio {
  color: #fff;
}
.st-testimonial-4-card .st-testimonial-3-card .rating {
  color: #fff;
}
.st-testimonial-4-card .st-testimonial-3-card .dvr-line {
  opacity: 20%;
}
.st-testimonial-4-wrap-2 {
  display: grid;
  gap: 40px 38px;
  grid-template-columns: 1fr 1fr 1fr;
}
@media only screen and (min-width: 992px) and (max-width: 1199px), only screen and (min-width: 768px) and (max-width: 991px) {
  .st-testimonial-4-wrap-2 {
    grid-template-columns: 1fr 1fr;
  }
}
@media (max-width: 767px) {
  .st-testimonial-4-wrap-2 {
    grid-template-columns: 1fr;
  }
}
.st-testimonial-4-wrap-2 .st-testimonial-3-card {
  max-width: 100%;
}
.st-testimonial-4-wrap-2 .st-testimonial-3-card .card-author {
  flex-wrap: wrap;
}

/*
    testimonial-4-end
*/
/*
    faqs-3-start
*/
.st-faqs-3-area {
  background-color: var(--st-clr-h-2);
}
.st-faqs-3-wrap {
  display: grid;
  gap: 92px;
  grid-template-columns: 1fr 1.3fr;
}
@media only screen and (min-width: 1400px) and (max-width: 1599px), only screen and (min-width: 1200px) and (max-width: 1399px) {
  .st-faqs-3-wrap {
    gap: 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) {
  .st-faqs-3-wrap {
    gap: 50px;
    grid-template-columns: 1fr;
  }
}
.st-faqs-3-sec-title .st-subtitle-3 {
  color: #fff;
}
.st-faqs-3-sec-title .st-sec-tittle-3 {
  color: #fff;
  font-size: 48px;
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .st-faqs-3-sec-title .st-sec-tittle-3 {
    font-size: 45px;
  }
}
@media (max-width: 767px) {
  .st-faqs-3-sec-title .st-sec-tittle-3 {
    font-size: 35px;
  }
}
@media only screen and (min-width: 576px) and (max-width: 767px) {
  .st-faqs-3-sec-title .st-sec-tittle-3 {
    font-size: 40px;
  }
}
@media (min-width: 1800px) {
  .st-faqs-3-left {
    margin-left: -175px;
  }
}
.st-faqs-3-left .title {
  text-shadow: 0px -6px 7px rgba(142, 142, 142, 0.3), 0px 6px 7px rgba(142, 142, 142, 0.14);
  font-size: 168px;
  font-weight: 700;
  position: absolute;
  top: -28px;
  left: 4%;
}
@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) {
  .st-faqs-3-left .title {
    font-size: 129px;
    top: 2px;
    left: 0;
  }
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .st-faqs-3-left .title {
    font-size: 110px;
    position: unset;
  }
}
@media (max-width: 767px) {
  .st-faqs-3-left .title {
    font-size: 60px;
    position: unset;
  }
}
@media only screen and (min-width: 576px) and (max-width: 767px) {
  .st-faqs-3-left .title {
    font-size: 70px;
    position: unset;
  }
}
.st-faqs-3-client-logo .logo-row {
  display: flex;
}
@media (max-width: 767px) {
  .st-faqs-3-client-logo .logo-row {
    flex-wrap: wrap;
  }
}
.st-faqs-3-client-logo .logo-row:nth-child(1) {
  justify-content: end;
}
.st-faqs-3-client-logo .logo-row:nth-child(2) {
  justify-content: end;
}
.st-faqs-3-client-logo .logo-row:nth-child(2) .single-logo:nth-child(2) {
  margin-right: auto;
}
.st-faqs-3-client-logo .logo-row:nth-child(3) {
  justify-content: space-evenly;
}
.st-faqs-3-client-logo .logo-row:nth-child(4) {
  justify-content: space-between;
}
.st-faqs-3-client-logo .single-logo {
  width: 164px;
  height: 164px;
  border: 1px solid #313131;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 15px;
  flex: 0 0 auto;
  margin-top: -1px;
  margin-left: -1px;
  position: relative;
  z-index: 1;
  overflow: hidden;
  transition: var(--st-cube-2);
}
.st-faqs-3-client-logo .single-logo::after {
  content: "";
  position: absolute;
  width: 120px;
  height: 120px;
  background: var(--st-clr-pr-1);
  filter: blur(42px);
  top: -60px;
  left: -50px;
  z-index: -1;
  transition: var(--st-cube-2);
  opacity: 0;
}
.st-faqs-3-client-logo .single-logo::before {
  content: "";
  position: absolute;
  width: 120px;
  height: 120px;
  background: var(--st-clr-pr-1);
  filter: blur(42px);
  bottom: -60px;
  right: -50px;
  z-index: -1;
  transition: var(--st-cube-2);
  opacity: 0;
}
.st-faqs-3-client-logo .single-logo img {
  opacity: 48%;
  transition: var(--st-cube-2);
}
.st-faqs-3-client-logo .single-logo:hover {
  z-index: 2;
  border-color: var(--st-clr-pr-1);
}
.st-faqs-3-client-logo .single-logo:hover img {
  opacity: 1;
}
.st-faqs-3-client-logo .single-logo:hover::after {
  opacity: 1;
}
.st-faqs-3-client-logo .single-logo:hover::before {
  opacity: 1;
}
.st-faqs-3-client-logo .single-logo:is(.has-bg-2) {
  background-color: #191919;
}
.st-faqs-3-bg-img {
  width: 9%;
  position: absolute;
  right: 0;
  text-align: right;
  bottom: 0;
  z-index: -1;
}

.st-accordion {
  display: flex;
  flex-direction: column;
  gap: 6px;
}
.st-accordion-item {
  border: 1px solid rgba(255, 255, 255, 0.24);
  border-radius: 16px;
  position: relative;
  z-index: 1;
  overflow: hidden;
  background-color: var(--st-clr-h-2);
}
.st-accordion-item::after {
  content: "";
  position: absolute;
  width: 155.25px;
  height: 41px;
  background: #D9D9D9;
  border: 1px solid rgba(255, 255, 255, 0.24);
  filter: blur(37px);
  top: -50%;
  left: 0;
  z-index: -1;
  transition: 0.2s;
}
.st-accordion-item::before {
  content: "";
  position: absolute;
  width: 155.25px;
  height: 41px;
  background: #D9D9D9;
  border: 1px solid rgba(255, 255, 255, 0.24);
  filter: blur(37px);
  right: 7%;
  bottom: -20%;
  transition: 0.2s;
}
.st-accordion-item .item-title {
  font-size: 20px;
  background: transparent;
  font-weight: 500;
  color: #fff;
  width: 100%;
  display: flex;
  align-items: center;
  gap: 10px;
  padding: 23px 28px;
  text-align: left;
  transition: 0.2s;
}
.st-accordion-item .item-title .icon {
  width: 32px;
  height: 32px;
  background: rgba(255, 255, 255, 0.2);
  border-radius: 16px;
  font-size: 12px;
  color: #fff;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  flex: 0 0 auto;
  margin-left: auto;
  transition: 0.2s;
}
.st-accordion-item .item-title .icon i {
  transition: 0.5s;
}
.st-accordion-item .item-title:is(:not(.collapsed)) .icon {
  background: var(--st-clr-pr-1);
  color: #fff;
}
.st-accordion-item .item-title:is(:not(.collapsed)) .icon i {
  transform: rotate(45deg);
}
.st-accordion-item .item-disc {
  margin: 0 28px;
  padding: 20px 0;
  padding-bottom: 24px;
  color: #fff;
  font-size: 16px;
  opacity: 80%;
  border-top: 1px solid rgba(255, 255, 255, 0.28);
}
.st-accordion-item:is(.active)::after {
  background-color: var(--st-clr-pr-1);
  filter: blur(27px);
  top: -10%;
}
.st-accordion-item:is(.active)::before {
  background-color: var(--st-clr-pr-1);
  filter: blur(27px);
  bottom: -10%;
}

/*
    faqs-3-end
*/
/*
    faqs-version-2-start
*/
.st-accordion:is(.has-v2) {
  border-radius: 12px;
  border: 1px solid rgba(36, 45, 49, 0.2);
  gap: 0;
}
.st-accordion:is(.has-v2) .st-accordion-item {
  background: transparent;
  border-radius: 0;
}
.st-accordion:is(.has-v2) .st-accordion-item:not(:last-child) {
  border-bottom: 1px solid rgba(36, 45, 49, 0.2);
}
.st-accordion:is(.has-v2) .st-accordion-item::after {
  display: none;
}
.st-accordion:is(.has-v2) .st-accordion-item::before {
  display: none;
}
.st-accordion:is(.has-v2) .st-accordion-item .item-title {
  color: var(--st-clr-h-2);
  padding: 34px 40px;
}
@media only screen and (min-width: 992px) and (max-width: 1199px), only screen and (min-width: 768px) and (max-width: 991px), (max-width: 767px) {
  .st-accordion:is(.has-v2) .st-accordion-item .item-title {
    padding: 34px 20px;
  }
}
.st-accordion:is(.has-v2) .st-accordion-item .item-title .icon {
  width: auto;
  height: auto;
  background: transparent;
  color: #000;
  font-size: 16px;
}
.st-accordion:is(.has-v2) .st-accordion-item .item-title:is(:not(.collapsed)) .icon {
  color: var(--st-clr-pr-1);
}
.st-accordion:is(.has-v2) .st-accordion-item .item-title:is(:not(.collapsed)) .icon i {
  transform: unset;
}
.st-accordion:is(.has-v2) .st-accordion-item .item-disc {
  color: #000;
  margin: 0;
  padding: 0 40px;
  padding-bottom: 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) {
  .st-accordion:is(.has-v2) .st-accordion-item .item-disc {
    padding: 0 20px;
    padding-bottom: 32px;
  }
}

/*
    faqs-version-2-end
*/
/*
    faqs-version-4-start
*/
.st-faqs-4-area .st-accordion {
  max-width: 1048px;
  margin-left: auto;
  margin-right: auto;
}
.st-faqs-4-area .st-accordion-item {
  border: 2px solid rgba(5, 5, 5, 0.12);
  background-color: transparent;
}
.st-faqs-4-area .st-accordion-item .item-title {
  color: var(--st-clr-h-2);
}
.st-faqs-4-area .st-accordion-item .item-title .icon {
  background-color: #E8E8E8;
  color: var(--st-clr-h-2);
}
.st-faqs-4-area .st-accordion-item .item-title:is(:not(.collapsed)) .icon {
  background: var(--st-clr-pr-1);
  color: #fff;
}
.st-faqs-4-area .st-accordion-item .item-disc {
  border-top: 1px dashed rgba(5, 5, 5, 0.32);
  opacity: 1;
  color: rgba(5, 5, 5, 0.8);
}
.st-faqs-4-area .st-accordion-item::after {
  width: 190px;
  height: 190px;
  filter: blur(87px);
  top: -120px;
  left: -10px;
}
.st-faqs-4-area .st-accordion-item::before {
  width: 190px;
  height: 190px;
  filter: blur(87px);
  bottom: -130px;
}
.st-faqs-4-area .st-accordion-item:is(.active) {
  border-color: var(--st-clr-pr-1);
}

/*
    faqs-version-4-end
*/
/*
    team-3-start
*/
.st-team-3-area {
  background-color: var(--st-clr-h-2);
}
.st-team-3-sec-title {
  display: flex;
  justify-content: space-between;
  gap: 40px;
  flex-wrap: wrap;
  margin-bottom: 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) {
  .st-team-3-sec-title {
    margin-bottom: 40px;
  }
}
.st-team-3-sec-title .st-subtitle-3 {
  color: #fff;
}
.st-team-3-sec-title .sec-disc {
  color: #fff;
  margin-bottom: 33px;
}
.st-team-3-sec-title .st-sec-tittle-3 {
  color: #fff;
}
.st-team-3-sec-title .left-elm {
  max-width: 610px;
}
.st-team-3-sec-title .right-elm {
  max-width: 540px;
}
.st-team-3-sec-title .st-pr-btn-3 {
  background-color: #323232;
}
.st-team-3-member {
  position: relative;
  z-index: 1;
}
.st-team-3-member::after {
  content: "";
  width: 100%;
  height: 260px;
  position: absolute;
  left: 0;
  bottom: 0;
  background: linear-gradient(0deg, #050505, transparent);
}
.st-team-3-member .member-img {
  width: 100%;
  height: 100%;
  text-align: center;
}
.st-team-3-member .content-wrap {
  text-align: center;
  position: absolute;
  left: 0;
  width: 100%;
  bottom: 0;
  z-index: 1;
  padding: 55px 0;
  transform: translateY(80px);
  opacity: 0;
  visibility: hidden;
  transition: var(--st-cube-2);
}
.st-team-3-member .content-wrap .name {
  color: #fff;
  font-size: 32px;
  font-weight: 700;
  margin-bottom: 9px;
  transition: var(--st-cube-2);
}
.st-team-3-member .content-wrap .name:hover {
  color: var(--st-clr-pr-1);
}
@media only screen and (min-width: 768px) and (max-width: 991px), (max-width: 767px) {
  .st-team-3-member .content-wrap .name {
    font-size: 26px;
  }
}
.st-team-3-member .content-wrap .disc {
  color: var(--st-clr-pr-2);
  opacity: 1;
  margin-bottom: 25px;
}
.st-team-3-member .social-link-wrap {
  display: flex;
  gap: 12px;
  justify-content: center;
}
.st-team-3-member .social-link {
  width: 48px;
  height: 48px;
  display: flex;
  align-items: center;
  justify-content: center;
  position: relative;
  z-index: 1;
  font-size: 14px;
  transition: var(--st-cube-2);
}
.st-team-3-member .social-link .icon-elm {
  width: 24px;
  height: 24px;
  display: flex;
  align-items: center;
  justify-content: center;
  background-color: #fff;
  border-radius: 50%;
  color: #000;
  transition: var(--st-cube-2);
}
.st-team-3-member .social-link .bg-shape {
  position: absolute;
  z-index: -1;
  transition: var(--st-cube-2);
}
.st-team-3-member .social-link .bg-shape path {
  transition: var(--st-cube-2);
}
.st-team-3-member .social-link:hover .icon-elm {
  background-color: var(--st-clr-pr-2);
}
.st-team-3-member .social-link:hover .bg-shape path {
  fill: var(--st-clr-pr-2);
  fill-opacity: 1;
}
@media (min-width: 1800px) {
  .st-team-3-slider {
    margin-left: -250px;
    margin-right: -250px;
  }
}
.st-team-3-slider .swiper-wrapper .swiper-slide .st-team-3-member {
  transition: 1s;
}
.st-team-3-slider .swiper-wrapper .swiper-slide .st-team-3-member .member-img img {
  filter: grayscale(1) brightness(40%);
  transition: 1s;
}
.st-team-3-slider .swiper-wrapper .swiper-slide:is(.swiper-slide-active) .st-team-3-member .member-img img {
  filter: grayscale(0) brightness(100%);
  opacity: 1;
}
.st-team-3-slider .swiper-wrapper .swiper-slide:is(.swiper-slide-active) .st-team-3-member .content-wrap {
  transform: translateY(0);
  opacity: 1;
  visibility: visible;
}
.st-team-3-slider .swiper-wrapper .swiper-slide:not(.swiper-slide-active) .st-team-3-member {
  transform: translateY(190px);
}
.st-team-3-slider .swiper-wrapper .swiper-slide:is(.swiper-slide-prev) .st-team-3-member {
  transform: translateY(100px);
}
.st-team-3-slider .swiper-wrapper .swiper-slide:is(.swiper-slide-next) .st-team-3-member {
  transform: translateY(100px);
}

/*
    team-3-end
*/
/*
    team-4-start
*/
.st-team-4-wrap {
  display: grid;
  gap: 20px;
  grid-template-columns: 1fr 1fr 1fr 1fr 1fr;
}
@media only screen and (min-width: 1200px) and (max-width: 1399px), only screen and (min-width: 992px) and (max-width: 1199px) {
  .st-team-4-wrap {
    grid-template-columns: 1fr 1fr 1fr 1fr;
  }
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .st-team-4-wrap {
    grid-template-columns: 1fr 1fr;
  }
}
@media (max-width: 767px) {
  .st-team-4-wrap {
    grid-template-columns: 1fr;
  }
}
@media only screen and (min-width: 576px) and (max-width: 767px) {
  .st-team-4-wrap {
    grid-template-columns: 1fr 1fr;
  }
}
.st-team-4-member .main-img {
  height: 360px;
  border-radius: 12px;
  margin-bottom: 20px;
  position: relative;
  z-index: 1;
  background-color: #E8EBF0;
  overflow: hidden;
  display: flex;
  justify-content: center;
  align-items: end;
  padding-top: 15px;
  transition: var(--st-cube-2);
}
.st-team-4-member .main-img::after {
  content: "";
  position: absolute;
  width: 198px;
  height: 198px;
  background: var(--st-clr-pr-1);
  filter: blur(50px);
  opacity: 0%;
  transition: var(--st-cube-2);
  z-index: -1;
  top: -50px;
  left: -30px;
}
.st-team-4-member .main-img img {
  transition: var(--st-cube-2);
}
.st-team-4-member .content-wrap {
  text-align: center;
  display: flex;
  flex-direction: column;
  gap: 2px;
}
.st-team-4-member .name {
  font-size: 22px;
  transition: var(--st-cube-2);
  margin-bottom: 5px;
}
.st-team-4-member .name:hover {
  color: var(--st-clr-pr-1);
}
.st-team-4-member .team-social {
  position: absolute;
  bottom: -165px;
  left: 0;
  z-index: 1;
  width: 100%;
  height: 282px;
  display: flex;
  justify-content: space-between;
  align-items: start;
  transform: rotate(180deg);
  transition: var(--st-cube-2);
  opacity: 0;
}
.st-team-4-member .team-social-shape {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: -1;
}
.st-team-4-member .team-social-link {
  width: 40px;
  height: 40px;
  background-color: #fff;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  color: var(--xr-clr-pr-1);
  font-size: 16px;
}
.st-team-4-member .team-social-link:nth-of-type(1) {
  margin-top: 65px;
  margin-left: 22px;
}
.st-team-4-member .team-social-link:nth-of-type(2) {
  margin-top: 15px;
  margin-left: -32px;
}
.st-team-4-member .team-social-link:nth-of-type(3) {
  margin-top: 15px;
  margin-right: -32px;
}
.st-team-4-member .team-social-link:nth-of-type(4) {
  margin-top: 65px;
  margin-right: 22px;
}
.st-team-4-member:hover .main-img {
  background-color: var(--st-clr-h-2);
}
.st-team-4-member:hover .main-img::after {
  opacity: 90%;
}
.st-team-4-member:hover .main-img::before {
  opacity: 1;
}
.st-team-4-member:hover .team-social {
  transform: rotate(0deg);
  opacity: 1;
}

/*
    team-4-end
*/
/*
    team-5-start
*/
.st-team-5-wrap {
  display: grid;
  grid-template-columns: 1fr 1fr 1fr 1fr;
  gap: 35px 24px;
}
@media only screen and (min-width: 992px) and (max-width: 1199px), only screen and (min-width: 768px) and (max-width: 991px) {
  .st-team-5-wrap {
    grid-template-columns: 1fr 1fr 1fr;
  }
}
@media (max-width: 767px) {
  .st-team-5-wrap {
    grid-template-columns: 1fr;
  }
}
@media only screen and (min-width: 576px) and (max-width: 767px) {
  .st-team-5-wrap {
    grid-template-columns: 1fr 1fr;
  }
}
.st-team-5-wrap .st-team-4-member .main-img {
  height: 460px;
}
@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) {
  .st-team-5-wrap .st-team-4-member .main-img {
    height: 360px;
  }
}
@media (max-width: 767px) {
  .st-team-5-wrap .st-team-4-member .main-img {
    height: auto;
  }
}
@media only screen and (min-width: 576px) and (max-width: 767px) {
  .st-team-5-wrap .st-team-4-member .main-img {
    height: 360px;
  }
}
@media (min-width: 1800px), only screen and (min-width: 1600px) and (max-width: 1799px) {
  .st-team-5-wrap .st-team-4-member .team-social {
    left: 11%;
    width: 78%;
  }
}
.st-team-5-content {
  text-align: center;
  border-top: 1px solid rgba(5, 5, 5, 0.2);
  border-bottom: 1px solid rgba(5, 5, 5, 0.2);
  padding: 27px 0;
}
.st-team-5-content .disc {
  letter-spacing: -2%;
  margin-bottom: 18px;
}
.st-team-5-content .disc b {
  font-weight: 600;
}
.st-team-5-content .btn-elm {
  color: var(--st-clr-pr-1);
  text-decoration: underline;
  font-size: 22px;
  font-weight: 500;
  transition: var(--st-cube-2);
}
.st-team-5-content .btn-elm:hover {
  color: var(--st-h-2);
  text-decoration: none;
}

/*
    team-5-end
*/
/*
    blog-3-start
*/
.st-blog-3-area::after {
  content: "";
  position: absolute;
  width: 100%;
  height: 580px;
  background: linear-gradient(180deg, #FFDBD3 0%, #FFFFFF 100%);
  z-index: -2;
  top: 0;
  left: 0;
}
.st-blog-3-area .st-price-2-marquee-1 {
  transform: translateY(-3px);
}
.st-blog-3-sec-title {
  display: flex;
  align-items: center;
  gap: 40px;
  justify-content: space-between;
  flex-wrap: wrap;
}
.st-blog-3-sec-title .left-elm {
  max-width: 770px;
}
.st-blog-3-sec-title .st-pr-btn-3 {
  background: var(--st-clr-h-2);
}
.st-blog-3-sec-title .st-pr-btn-3::after {
  background: linear-gradient(136.49deg, #A82607 1.25%, #E72B01 25.11%, #E72B01 67.43%, #A82607 97.56%);
}
.st-blog-3-sec-title .st-pr-btn-3:hover {
  color: #fff;
}
.st-blog-3-sec-title .st-pr-btn-3:hover .icon-elm * path {
  fill: #fff;
}
.st-blog-3-wrap {
  display: grid;
  grid-template-columns: 1fr 1fr 1fr;
  gap: 32px;
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .st-blog-3-wrap {
    grid-template-columns: 1fr 1fr;
  }
}
@media (max-width: 767px) {
  .st-blog-3-wrap {
    grid-template-columns: 1fr;
  }
}
.st-blog-3-card {
  padding-right: 20px;
  position: relative;
  z-index: 1;
}
.st-blog-3-card .categories {
  font-size: 18px;
  color: var(--st-clr-pr-1);
  font-weight: 400;
  margin-bottom: 12px;
}
.st-blog-3-card .card-img {
  height: 316px;
  border-radius: 18px;
  margin-bottom: 24px;
}
.st-blog-3-card .card-img img {
  filter: grayscale(1);
  transition: var(--st-cube-2);
}
.st-blog-3-card .author-x-time {
  display: flex;
  align-items: center;
  gap: 10px 20px;
  margin-bottom: 16px;
  flex-wrap: wrap;
}
.st-blog-3-card .meta-author {
  display: flex;
  align-items: center;
  gap: 15px;
}
.st-blog-3-card .meta-author-img {
  width: 44px;
  height: 44px;
  border-radius: 50%;
}
.st-blog-3-card .meta-author-name {
  opacity: 1;
  color: var(--st-clr-h-2);
}
.st-blog-3-card .meta-date {
  position: relative;
  z-index: 1;
  padding-left: 25px;
}
.st-blog-3-card .meta-date::after {
  content: "";
  width: 6px;
  height: 6px;
  border-radius: 50%;
  background-color: var(--st-clr-pr-1);
  position: absolute;
  top: 10px;
  left: 0;
}
.st-blog-3-card .bg-line-shape {
  position: absolute;
  right: 0;
  top: 11px;
  width: 75%;
  height: 98%;
  z-index: -1;
}
.st-blog-3-card .bg-line-shape path {
  transition: var(--st-cube-2);
}
.st-blog-3-card .title {
  font-size: 26px;
  font-weight: 500;
  margin-bottom: 20px;
}
@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) {
  .st-blog-3-card .title {
    font-size: 22px;
  }
}
.st-blog-3-card .title:hover {
  color: var(--st-clr-pr-1);
}
.st-blog-3-card .title:hover a {
  text-decoration: underline;
}
.st-blog-3-card .item-btn {
  font-family: var(--st-font-2);
  font-weight: 500;
  color: rgba(0, 0, 0, 0.72);
  font-size: 16px;
  line-height: 1;
  display: inline-flex;
  align-items: center;
  gap: 50px;
  transition: var(--st-cube-2);
}
.st-blog-3-card .item-btn .icon-elm {
  width: 40px;
  height: 40px;
  background-color: rgba(232, 44, 0, 0.12);
  display: inline-flex;
  flex: 0 0 auto;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
  position: relative;
  z-index: 1;
  transition: var(--st-cube-2);
}
.st-blog-3-card .item-btn .icon-elm::after {
  content: "";
  width: 60px;
  height: 1.5px;
  position: absolute;
  top: 19.5px;
  right: 41%;
  background-color: var(--st-clr-pr-1);
  transition: var(--st-cube-2);
}
.st-blog-3-card .item-btn .icon-elm * {
  fill: var(--st-clr-pr-1);
  transition: var(--st-cube-2);
}
.st-blog-3-card .item-btn:hover {
  color: var(--st-clr-h-2);
}
.st-blog-3-card .item-btn:hover .icon-elm {
  background-color: var(--st-clr-pr-1);
  transform: translateX(-40px);
}
.st-blog-3-card .item-btn:hover .icon-elm::after {
  transform: scaleX(0);
}
.st-blog-3-card .item-btn:hover .icon-elm * {
  fill: #fff;
}
.st-blog-3-card:hover .bg-line-shape path {
  fill-opacity: 1;
}
.st-blog-3-card:hover .card-img img {
  filter: grayscale(0);
}

/*
    blog-3-end
*/
/*
    blog-4-start
*/
.st-blog-4-big-card {
  padding: 12px;
  border: 1px solid rgba(5, 5, 5, 0.2);
  border-radius: 32px;
  margin-bottom: 60px;
}
.st-blog-4-big-card .card-img {
  height: 556px;
  border-radius: 24px;
  margin-bottom: 12px;
}
@media only screen and (min-width: 768px) and (max-width: 991px), (max-width: 767px) {
  .st-blog-4-big-card .card-img {
    height: 400px;
  }
}
.st-blog-4-big-card .card-img img {
  transition: 3s;
}
.st-blog-4-big-card .content-wrap {
  background-color: #F1F1F1;
  border-radius: 24px;
  padding: 32px 32px;
}
@media only screen and (min-width: 768px) and (max-width: 991px), (max-width: 767px) {
  .st-blog-4-big-card .content-wrap {
    padding: 32px 22px;
  }
}
.st-blog-4-big-card .author-x-time {
  display: flex;
  align-items: center;
  gap: 10px 20px;
  flex-wrap: wrap;
}
.st-blog-4-big-card .cat-x-author {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 20px;
  flex-wrap: wrap;
  margin-bottom: 17px;
}
.st-blog-4-big-card .cat-x-author .cat-box {
  display: flex;
  gap: 15px 20px;
  flex-wrap: wrap;
  align-items: center;
}
.st-blog-4-big-card .meta-author {
  display: flex;
  align-items: center;
  gap: 15px;
}
.st-blog-4-big-card .meta-author-img {
  width: 44px;
  height: 44px;
  border-radius: 50%;
}
.st-blog-4-big-card .meta-author-name {
  opacity: 1;
  color: var(--st-clr-h-2);
}
.st-blog-4-big-card .meta-date {
  position: relative;
  z-index: 1;
  padding-left: 25px;
}
.st-blog-4-big-card .meta-date::after {
  content: "";
  width: 6px;
  height: 6px;
  border-radius: 50%;
  background-color: var(--st-clr-pr-1);
  position: absolute;
  top: 10px;
  left: 0;
}
.st-blog-4-big-card .categories {
  color: var(--st-clr-pr-1);
  opacity: 1;
  background-color: #fff;
  padding: 8px 15px;
  border-radius: 9px;
}
.st-blog-4-big-card .title {
  font-size: 32px;
  font-weight: 500;
  margin-bottom: 16px;
  transition: var(--st-cube-2);
}
@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) {
  .st-blog-4-big-card .title {
    font-size: 22px;
  }
}
.st-blog-4-big-card .title:hover {
  color: var(--st-clr-pr-1);
}
.st-blog-4-big-card .disc {
  max-width: 1100px;
}
.st-blog-4-big-card:hover .card-img img {
  transform: scale(1.05);
}
.st-blog-4-wrap {
  display: grid;
  gap: 40px 32px;
  grid-template-columns: 1fr 1fr 1fr;
}
@media only screen and (min-width: 992px) and (max-width: 1199px), only screen and (min-width: 768px) and (max-width: 991px) {
  .st-blog-4-wrap {
    grid-template-columns: 1fr 1fr;
  }
}
@media (max-width: 767px) {
  .st-blog-4-wrap {
    grid-template-columns: 1fr;
  }
}

/*
    blog-4-end
*/
/*
    footer-1-start
*/
.st-footer-1-top {
  display: flex;
  flex-direction: column;
  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) {
  .st-footer-1-top {
    margin-bottom: 50px;
  }
}
.st-footer-1-top .dvr-line {
  background: radial-gradient(circle, rgb(232, 44, 0) 0%, rgba(255, 255, 255, 0) 100%);
  width: 100%;
  height: 1px;
  max-width: 500px;
  margin-top: 30px;
}
.st-footer-1-available-btn {
  display: inline-flex;
  font-family: var(--st-font-1);
  color: #fff;
  gap: 10px;
  font-size: 30px;
  font-weight: 700;
  transition: var(--st-cube-2);
}
.st-footer-1-available-btn .dot-elm {
  width: 27px;
  height: 27px;
  background-color: #393939;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
}
.st-footer-1-available-btn .dot-elm::after {
  content: "";
  width: 12px;
  height: 12px;
  background-color: var(--st-clr-pr-1);
  position: absolute;
  border-radius: 50%;
  animation: wa-fade-in-out 2s linear infinite;
}
.st-footer-1-available-btn:hover {
  color: var(--st-clr-pr-1);
}
.st-footer-1-logo {
  margin-bottom: 45px;
}
.st-footer-1-wrap {
  display: flex;
  justify-content: space-between;
  gap: 50px;
  flex-wrap: wrap;
}
@media only screen and (min-width: 992px) and (max-width: 1199px), only screen and (min-width: 768px) and (max-width: 991px), (max-width: 767px) {
  .st-footer-1-wrap {
    margin-bottom: 50px;
  }
}
.st-footer-1-shd .icon-elm {
  width: 42px;
  height: 42px;
  background: linear-gradient(133deg, rgb(46, 46, 46) 0%, rgb(16, 16, 16) 100%);
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  margin-bottom: 22px;
  color: rgba(255, 255, 255, 0.5);
  transition: 0.4s var(--st-cube-1);
}
.st-footer-1-shd .title {
  font-size: 24px;
  margin-bottom: 13px;
}
.st-footer-1-shd .link-elm {
  font-weight: 500;
  font-size: 15px;
  transition: 0.4s var(--st-cube-1);
}
.st-footer-1-shd .link-elm:not(:last-child) {
  margin-bottom: 5px;
}
.st-footer-1-shd .link-elm span {
  color: #fff;
}
.st-footer-1-menu {
  margin-top: 70px;
}
.st-footer-1-menu-title {
  color: #fff;
  font-family: var(--st-font-1);
  font-weight: 700;
  font-size: 30px;
  text-align: center;
  margin-bottom: 25px;
}
.st-footer-1-menu ul {
  margin: 0;
  padding: 0;
  display: flex;
  gap: 30px;
  list-style: none;
  flex-wrap: wrap;
}
.st-footer-1-menu ul li a {
  font-family: var(--st-font-1);
  color: #fff;
  font-size: 16px;
  line-height: 1.5;
  opacity: 0.5;
  transition: var(--st-cube-2);
}
.st-footer-1-menu ul li a:hover {
  color: var(--st-clr-pr-1);
  opacity: 1;
}
.st-footer-1-contact {
  align-self: center;
  margin-top: 15px;
}
.st-footer-1-contact .link-elm {
  display: flex;
  color: #fff;
  align-items: center;
  gap: 10px;
  transition: var(--st-cube-2);
}
.st-footer-1-contact .link-elm i {
  opacity: 50%;
  transition: var(--st-cube-2);
}
.st-footer-1-contact .link-elm:hover {
  color: var(--st-clr-pr-1);
}
.st-footer-1-contact .link-elm:hover i {
  opacity: 1;
}
.st-footer-1-big-title {
  padding: 40px 0;
}
.st-footer-1-big-title .text-elm {
  font-size: 184px;
  flex: 0 0 auto;
  letter-spacing: -0.05em;
  text-align: center;
}
@media (max-width: 767px) {
  .st-footer-1-big-title .text-elm {
    font-size: 30px;
  }
}
@media only screen and (min-width: 576px) and (max-width: 767px) {
  .st-footer-1-big-title .text-elm {
    font-size: 50px;
  }
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .st-footer-1-big-title .text-elm {
    font-size: 70px;
  }
}
@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .st-footer-1-big-title .text-elm {
    font-size: 90px;
  }
}
@media only screen and (min-width: 1200px) and (max-width: 1399px) {
  .st-footer-1-big-title .text-elm {
    font-size: 110px;
  }
}
@media only screen and (min-width: 1400px) and (max-width: 1599px) {
  .st-footer-1-big-title .text-elm {
    font-size: 130px;
  }
}
@media only screen and (min-width: 1600px) and (max-width: 1799px) {
  .st-footer-1-big-title .text-elm {
    font-size: 150px;
  }
}
.st-footer-1-bottom {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  gap: 20px 30px;
  max-width: 1220px;
  margin: 0 auto;
  align-items: center;
  padding: 33px 0;
}
.st-footer-1-bottom-link li a {
  font-family: var(--st-font-2);
  color: #fff;
  font-size: 16px;
  transition: var(--st-cube-2);
}
.st-footer-1-bottom-link li a:hover {
  color: var(--st-clr-pr-1);
}
.st-footer-1-copyright {
  font-size: 16px;
}
.st-footer-1-make {
  border: 1px solid rgba(217, 217, 217, 0.2);
  font-size: 16px;
  border-radius: 100px;
  padding: 6px 20px;
}
.st-footer-1-make i {
  color: var(--st-clr-pr-1);
  margin: 0 6px;
  font-size: 14px;
}
.st-footer-1-make a {
  color: #fff;
  transition: var(--st-cube-2);
}
.st-footer-1-make a:hover {
  color: var(--st-clr-pr-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) {
  .st-footer-1-make {
    margin-left: -60px;
  }
}
.st-footer-1-bottom-line {
  background: linear-gradient(90deg, rgba(255, 255, 255, 0) 0%, rgba(90, 90, 90, 0.5) 3%, rgba(70, 70, 70, 0.5) 97%, rgba(255, 255, 255, 0) 100%);
  width: 100%;
  height: 1px;
  position: absolute;
  top: 0;
  display: flex;
  align-items: center;
  justify-content: center;
}
.st-footer-1-bottom-line .icon-elm {
  color: var(--st-clr-pr-1);
  font-size: 16px;
}
.st-footer-1-dot-svg {
  max-width: 460px;
  width: 100%;
  height: 480px;
  position: absolute;
  top: 40px;
  left: 10%;
  z-index: -1;
}
.st-footer-1-dot-svg-2 {
  max-width: 460px;
  width: 100%;
  height: 480px;
  position: absolute;
  top: 40px;
  right: 0%;
  z-index: -1;
}

/*
    footer-1-end
*/
/*
    footer-2-start
*/
.st-footer-2-area {
  background-color: var(--st-clr-h-2);
}
@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) {
  .st-footer-2-area {
    position: fixed;
    bottom: 0;
    left: 0;
    width: 100%;
  }
}
.st-footer-2-bg-img {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  z-index: -1;
  mix-blend-mode: luminosity;
}
.st-footer-2-wrap {
  display: flex;
  justify-content: space-between;
  gap: 50px;
  flex-wrap: wrap;
  position: relative;
  z-index: 2;
  margin-bottom: 80px;
}
.st-footer-2-content {
  max-width: 510px;
}
.st-footer-2-content .footer-disc {
  color: #fff;
  max-width: 440px;
  margin-bottom: 35px;
}
.st-footer-2-content .footer-logo {
  margin-bottom: 30px;
}
.st-footer-2-social {
  display: flex;
  gap: 12px;
}
.st-footer-2-social .single-link {
  width: 48px;
  height: 48px;
  display: flex;
  align-items: center;
  justify-content: center;
  position: relative;
  z-index: 1;
  font-size: 14px;
  transition: var(--st-cube-2);
}
.st-footer-2-social .single-link .icon-elm {
  width: 24px;
  height: 24px;
  display: flex;
  align-items: center;
  justify-content: center;
  background-color: #fff;
  border-radius: 50%;
  color: #000;
  transition: var(--st-cube-2);
}
.st-footer-2-social .single-link .bg-shape {
  position: absolute;
  z-index: -1;
  transition: var(--st-cube-2);
}
.st-footer-2-social .single-link .bg-shape path {
  transition: var(--st-cube-2);
}
.st-footer-2-social .single-link:hover .icon-elm {
  background-color: var(--st-clr-pr-2);
}
.st-footer-2-social .single-link:hover .bg-shape path {
  fill: var(--st-clr-pr-2);
  fill-opacity: 1;
}
.st-footer-2-menu ul {
  padding: 0;
  margin: 0;
  list-style: none;
  display: flex;
  flex-direction: column;
  gap: 9px;
  perspective: 2000px;
}
.st-footer-2-menu ul li {
  transition: var(--st-cube-2);
}
.st-footer-2-menu ul li a {
  display: block;
  font-family: var(--st-font-3);
  line-height: 1.4;
  color: #fff;
  font-size: 40px;
  font-weight: 400;
  transition: var(--st-cube-2);
}
@media only screen and (min-width: 992px) and (max-width: 1199px), only screen and (min-width: 768px) and (max-width: 991px), (max-width: 767px) {
  .st-footer-2-menu ul li a {
    font-size: 26px;
  }
}
.st-footer-2-menu ul li:hover {
  transform: rotateX(40deg);
}
.st-footer-2-menu ul li:hover a {
  color: var(--st-clr-pr-2);
}
.st-footer-2-wrap-2 {
  border-bottom: 2px solid rgba(255, 255, 255, 0.12);
}
.st-footer-2-wrap-2 .man-img {
  position: absolute;
  left: 57%;
  transform: translateX(-50%);
  bottom: 0;
  mix-blend-mode: luminosity;
  filter: grayscale(1);
  width: 32%;
  text-align: center;
}
.st-footer-2-wrap-2 .big-title {
  text-align: center;
  color: rgba(255, 255, 255, 0.12);
  font-size: 340px;
  font-weight: 700;
  line-height: 0.8;
  margin-bottom: -88px;
}
@media only screen and (min-width: 1600px) and (max-width: 1799px) {
  .st-footer-2-wrap-2 .big-title {
    font-size: 300px;
  }
}
@media only screen and (min-width: 1400px) and (max-width: 1599px) {
  .st-footer-2-wrap-2 .big-title {
    font-size: 260px;
  }
}
@media only screen and (min-width: 1200px) and (max-width: 1399px) {
  .st-footer-2-wrap-2 .big-title {
    font-size: 220px;
    margin-bottom: -50px;
  }
}
@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .st-footer-2-wrap-2 .big-title {
    font-size: 160px;
    margin-bottom: -40px;
  }
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .st-footer-2-wrap-2 .big-title {
    font-size: 120px;
    margin-bottom: -30px;
  }
}
@media (max-width: 767px) {
  .st-footer-2-wrap-2 .big-title {
    font-size: 40px;
    margin-bottom: -10px;
  }
}
@media only screen and (min-width: 576px) and (max-width: 767px) {
  .st-footer-2-wrap-2 .big-title {
    font-size: 80px;
    margin-bottom: -20px;
  }
}
.st-footer-2-bottom {
  display: flex;
  justify-content: space-between;
  gap: 20px;
  flex-wrap: wrap;
  padding: 21px 0;
}
.st-footer-2-bottom .copyright-text {
  color: rgba(255, 255, 255, 0.64);
  opacity: 1;
  font-size: 16px;
}
.st-footer-2-bottom .copyright-text a {
  color: #fff;
  transition: var(--st-cube-2);
}
.st-footer-2-bottom-menu ul {
  margin: 0;
  padding: 0;
  list-style: none;
  display: flex;
  flex-wrap: wrap;
  gap: 12px 24px;
}
.st-footer-2-bottom-menu ul li a {
  font-family: var(--st-font-3);
  font-size: 16px;
  color: #fff;
  line-height: 1.3;
  opacity: 72%;
  transition: var(--st-cube-2);
}
.st-footer-2-bottom-menu ul li a:hover {
  opacity: 1;
  color: var(--st-clr-pr-2);
}

/*
    footer-2-end
*/
/*
    footer-3-start
*/
.st-footer-3-area {
  padding-bottom: 250px;
}
.st-footer-3-top {
  text-align: center;
  max-width: 820px;
  margin-left: auto;
  margin-right: auto;
}
.st-footer-3-top .title {
  font-size: 60px;
  margin-bottom: 31px;
}
.st-footer-3-top .title span {
  color: var(--st-clr-pr-1);
}
@media only screen and (min-width: 1200px) and (max-width: 1399px) {
  .st-footer-3-top .title {
    font-size: 55px;
  }
}
@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .st-footer-3-top .title {
    font-size: 50px;
  }
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .st-footer-3-top .title {
    font-size: 45px;
  }
}
@media (max-width: 767px) {
  .st-footer-3-top .title {
    font-size: 35px;
  }
}
@media only screen and (min-width: 576px) and (max-width: 767px) {
  .st-footer-3-top .title {
    font-size: 40px;
  }
}
.st-footer-3-top .social-link {
  display: inline-flex;
  justify-content: center;
  gap: 12px;
  flex-wrap: wrap;
}
.st-footer-3-top .social-link-elm {
  background-color: #fff;
  border-radius: 100px;
  padding: 10px 20px;
  box-shadow: 0.222px 0.222px 0.314px -0.5px rgba(0, 0, 0, 0.2), 0.605px 0.605px 0.856px -1px rgba(0, 0, 0, 0.18), 1.329px 1.329px 1.88px -1.5px rgba(0, 0, 0, 0.25), 2.95px 2.95px 4.172px -2px rgba(0, 0, 0, 0.1), 2.5px 2.5px 3px -2.5px rgba(0, 0, 0, 0.15), -0.5px -0.5px 0px rgba(0, 0, 0, 0.1), inset 0.5px 0.5px 1px #FFFFFF, inset -0.5px -0.5px 1px rgba(0, 0, 0, 0.15);
  color: rgba(0, 0, 0, 0.72);
  opacity: 1;
  display: flex;
  align-items: center;
  font-size: 16px;
  gap: 7px;
  transition: var(--st-cube-2);
}
.st-footer-3-top .social-link-elm i {
  color: #000;
}
.st-footer-3-top .social-link-elm:hover {
  background-color: var(--st-clr-pr-2);
  color: #000;
}
.st-footer-3-middle {
  display: flex;
  gap: 50px;
  flex-wrap: wrap;
  justify-content: space-between;
}
.st-footer-3-menu ul {
  margin: 0;
  padding: 0;
  list-style: none;
  display: flex;
  flex-direction: column;
  gap: 12px;
}
.st-footer-3-menu ul li a {
  font-family: var(--st-font-3);
  font-size: 28px;
  line-height: 1.4;
  color: var(--st-clr-h-2);
  transition: var(--st-cube-2);
}
.st-footer-3-menu ul li a:hover {
  color: var(--st-clr-pr-1);
  transform: translateX(4px);
}
.st-footer-3-contact {
  max-width: 260px;
}
.st-footer-3-contact .title {
  font-size: 14px;
  text-transform: uppercase;
  letter-spacing: 8%;
  color: var(--st-clr-pr-1);
  margin-bottom: 13px;
}
.st-footer-3-contact .disc {
  opacity: 1;
  font-size: 20px;
}
.st-footer-3-contact .disc a {
  transition: var(--st-cube-2);
}
.st-footer-3-contact .disc a:hover {
  color: var(--st-clr-pr-1);
  transform: translateX(5px);
}
.st-footer-3-g-img-1 {
  max-width: 420px;
  height: 584px;
  border-radius: 20px;
  width: 100%;
}
@media only screen and (min-width: 992px) and (max-width: 1199px), only screen and (min-width: 768px) and (max-width: 991px) {
  .st-footer-3-g-img-1 {
    max-width: 220px;
    height: 334px;
  }
}
.st-footer-3-g-img-1-posi {
  position: absolute;
  bottom: -70px;
  left: 36%;
  transform: translateX(-50%) rotate(-8deg);
  z-index: -3;
}
@media (max-width: 767px) {
  .st-footer-3-g-img-1-posi {
    display: none;
  }
}
.st-footer-3-g-img-2 {
  max-width: 485px;
  height: 584px;
  width: 100%;
  border-radius: 20px;
}
@media only screen and (min-width: 992px) and (max-width: 1199px), only screen and (min-width: 768px) and (max-width: 991px) {
  .st-footer-3-g-img-2 {
    max-width: 220px;
    height: 334px;
  }
}
.st-footer-3-g-img-2-posi {
  position: absolute;
  bottom: -120px;
  left: 59%;
  transform: translateX(-50%) rotate(7deg);
  z-index: -4;
}
@media (max-width: 767px) {
  .st-footer-3-g-img-2-posi {
    display: none;
  }
}
.st-footer-3-marquee-1 {
  background-color: var(--st-clr-h-2);
  padding-top: 17px;
  padding-bottom: 22px;
  position: absolute;
  bottom: -4px;
  left: -5px;
  width: 100%;
  transform: rotate(2deg);
  z-index: -5;
}
.st-footer-3-marquee-1-wrap {
  display: flex;
  gap: 30px;
  margin-right: 30px;
}
.st-footer-3-marquee-1-wrap .single-text {
  color: #fff;
  font-size: 40px;
  flex: 0 0 auto;
}
.st-footer-3-marquee-2 {
  background-color: var(--st-clr-pr-1);
  padding-top: 17px;
  padding-bottom: 22px;
  position: absolute;
  bottom: 0;
  left: -5px;
  width: 101%;
  transform: rotate(-3deg);
  z-index: -1;
}
.st-footer-3-marquee-2-wrap {
  display: flex;
  gap: 30px;
  margin-right: 30px;
}
.st-footer-3-marquee-2-wrap .single-text {
  color: #fff;
  font-size: 40px;
  flex: 0 0 auto;
  display: flex;
  align-items: center;
  gap: 10px;
}
.st-footer-3-marquee-2-wrap .single-text img {
  width: 30px;
}
.st-footer-3-bg-shape {
  width: 20%;
  position: absolute;
  top: 14%;
  left: 0;
  z-index: -1;
}
.st-footer-3-favicon {
  width: 15%;
  position: absolute;
  top: 40px;
  left: 50%;
  transform: translateX(-50%);
  z-index: -1;
  opacity: 6%;
}

/*
    footer-3-end
*/
/*
    breadcrumb-start
*/
.st-breadcrumb-area {
  background-color: var(--st-clr-h-2);
  padding-top: 200px;
  padding-bottom: 250px;
}
.st-breadcrumb-wrap {
  display: flex;
  flex-direction: column;
  gap: 30px;
}
.st-breadcrumb-title {
  font-family: var(--st-font-4);
  font-size: 68px;
  line-height: 1.058;
  color: #fff;
  font-weight: 700;
  margin-bottom: 0px;
}
@media only screen and (min-width: 1400px) and (max-width: 1599px) {
  .st-breadcrumb-title {
    font-size: 60px;
  }
}
@media only screen and (min-width: 1200px) and (max-width: 1399px) {
  .st-breadcrumb-title {
    font-size: 55px;
  }
}
@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .st-breadcrumb-title {
    font-size: 50px;
  }
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .st-breadcrumb-title {
    font-size: 45px;
  }
}
@media (max-width: 767px) {
  .st-breadcrumb-title {
    font-size: 35px;
  }
}
@media only screen and (min-width: 576px) and (max-width: 767px) {
  .st-breadcrumb-title {
    font-size: 40px;
  }
}
.st-breadcrumb-list {
  display: flex;
  align-items: center;
  align-self: start;
  background: rgba(5, 5, 5, 0.24);
  backdrop-filter: blur(6px);
  border-radius: 10px;
  padding: 16px 22px;
  position: relative;
  z-index: 1;
}
.st-breadcrumb-list::after {
  content: "";
  position: absolute;
  inset: 0;
  border-radius: 10px;
  background: linear-gradient(90deg, #E72B01 0%, rgba(231, 43, 1, 0) 19.5%, rgba(231, 43, 1, 0) 80.74%, #E72B01 100%);
  padding: 1px;
  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;
}
.st-breadcrumb-list a, .st-breadcrumb-list span {
  font-size: 18px;
  font-family: var(--st-font-4);
  font-weight: 500;
  line-height: 1;
  color: #fff;
  text-decoration: none;
  display: inline-block;
}
.st-breadcrumb-list a {
  padding-right: 26px;
  position: relative;
  transition: 300ms;
  margin-right: 9px;
}
.st-breadcrumb-list a:hover {
  color: var(--st-clr-pr-1);
}
.st-breadcrumb-list a::after {
  content: "";
  position: absolute;
  width: 12px;
  height: 12px;
  right: 0px;
  top: 8px;
  transform: translateY(-50%);
  font-size: 20px;
}
.st-breadcrumb-list span {
  opacity: 60%;
}
.st-breadcrumb-img {
  text-align: right;
  width: 34%;
  position: absolute;
  right: -80px;
  bottom: -81px;
  z-index: -2;
}
@media only screen and (min-width: 768px) and (max-width: 991px), (max-width: 767px) {
  .st-breadcrumb-img {
    width: 30%;
    right: -20px;
    bottom: -20px;
  }
}
.st-breadcrumb-gallery {
  position: absolute;
  top: -16%;
  right: 40%;
  z-index: -3;
  transform: rotate(20deg);
  width: 100%;
  max-width: 272px;
}
@media only screen and (min-width: 768px) and (max-width: 991px), (max-width: 767px) {
  .st-breadcrumb-gallery {
    display: none;
  }
}
.st-breadcrumb-gallery-wrap {
  display: flex;
  flex-direction: column;
  gap: 10px;
  margin-bottom: 10px;
}
.st-breadcrumb-gallery-wrap .single-img {
  width: 272px;
  height: 260px;
  border-radius: 12px;
}
.st-breadcrumb-bg-glow-1 {
  position: absolute;
  width: 324px;
  height: 174px;
  background: #E82C00;
  filter: blur(80px);
  z-index: -1;
  bottom: -60px;
  left: -140px;
}
.st-breadcrumb-bg-glow-2 {
  position: absolute;
  width: 324px;
  height: 174px;
  background: #E82C00;
  filter: blur(80px);
  left: 50%;
  bottom: -90px;
  z-index: -1;
}
@media (max-width: 767px) {
  .st-breadcrumb-bg-glow-2 {
    display: none;
  }
}
.st-breadcrumb-bg-glow-3 {
  position: absolute;
  width: 324px;
  height: 174px;
  background: #E82C00;
  filter: blur(80px);
  bottom: -70px;
  right: 50px;
  z-index: -1;
}
@media (max-width: 767px) {
  .st-breadcrumb-bg-glow-3 {
    display: none;
  }
}

/*
    breadcrumb-end
*/
/*
    error-start
*/
.st-error-page-area {
  background-color: #FFF9F8;
}
.st-error-page-wrap {
  display: grid;
  align-items: center;
  max-width: 1400px;
  gap: 50px;
  grid-template-columns: 1fr 1fr;
  margin-left: auto;
  margin-right: auto;
}
@media (max-width: 767px) {
  .st-error-page-wrap {
    grid-template-columns: 1fr;
  }
}
.st-error-page-content .subtitle {
  color: var(--st-clr-h-2);
  font-weight: 400;
  opacity: 50%;
  font-size: 80px;
  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) {
  .st-error-page-content .subtitle {
    font-size: 40px;
  }
}
.st-error-page-content .title {
  font-size: 92px;
  color: var(--st-clr-pr-1);
  margin-bottom: 18px;
}
@media only screen and (min-width: 992px) and (max-width: 1199px), only screen and (min-width: 768px) and (max-width: 991px), (max-width: 767px) {
  .st-error-page-content .title {
    font-size: 60px;
  }
}
.st-error-page-content .disc {
  max-width: 520px;
  margin-bottom: 32px;
}
.st-error-page-content .st-pr-btn-3 {
  background-color: var(--st-clr-h-2);
}
.st-error-page-content .st-pr-btn-3::after {
  background: var(--st-clr-pr-1);
}
.st-error-page-content .st-pr-btn-3:hover {
  color: #fff;
}
.st-error-page-content .st-pr-btn-3:hover .icon-elm svg path {
  fill: #fff;
}

/*
    error-end
*/
/*
    services-details-start
*/
.st-back-btn-1 {
  font-size: 16px;
  display: inline-flex;
  align-items: center;
  gap: 8px;
  opacity: 1;
  transition: var(--st-cube-2);
}
.st-back-btn-1 i {
  color: var(--st-clr-pr-1);
}
.st-back-btn-1:hover {
  color: var(--st-clr-pr-1);
}

.st-services-details-title {
  font-size: clamp(40px, 6vw, 72px);
  line-height: 1.055;
  margin-top: 43px;
  margin-bottom: 47px;
}
.st-services-details-img {
  border-radius: 20px;
  margin-bottom: 60px;
}
.st-services-details-content {
  max-width: 800px;
  margin-left: auto;
  margin-right: auto;
}
.st-services-details-content h1, .st-services-details-content h2, .st-services-details-content h3, .st-services-details-content h4, .st-services-details-content h5, .st-services-details-content h6, .st-services-details-content p, .st-services-details-content li, .st-services-details-content blockquote, .st-services-details-content cite, .st-services-details-content b {
  font-family: var(--st-font-4);
  color: var(--st-clr-h-2);
}
.st-services-details-content h1, .st-services-details-content h2, .st-services-details-content h3, .st-services-details-content h4, .st-services-details-content h5, .st-services-details-content h6 {
  font-weight: 700;
  line-height: 1.142;
  margin-top: 41px;
  margin-bottom: 17px;
}
.st-services-details-content p {
  font-size: 18px;
  line-height: 1.555;
  opacity: 80%;
  color: var(--st-clr-h-2);
  margin-bottom: 25px;
}
.st-services-details-content p:first-of-type b {
  font-weight: 400;
  font-size: 60px;
  line-height: 1;
}
.st-services-details-content h1 {
  font-size: 46px;
}
@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .st-services-details-content h1 {
    font-size: 42px;
  }
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .st-services-details-content h1 {
    font-size: 36px;
  }
}
@media (max-width: 767px) {
  .st-services-details-content h1 {
    font-size: 26px;
  }
}
@media only screen and (min-width: 576px) and (max-width: 767px) {
  .st-services-details-content h1 {
    font-size: 30px;
  }
}
.st-services-details-content h2 {
  font-size: 42px;
}
@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .st-services-details-content h2 {
    font-size: 38px;
  }
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .st-services-details-content h2 {
    font-size: 34px;
  }
}
@media (max-width: 767px) {
  .st-services-details-content h2 {
    font-size: 24px;
  }
}
@media only screen and (min-width: 576px) and (max-width: 767px) {
  .st-services-details-content h2 {
    font-size: 26px;
  }
}
.st-services-details-content h3 {
  font-size: 40px;
}
@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .st-services-details-content h3 {
    font-size: 38px;
  }
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .st-services-details-content h3 {
    font-size: 34px;
  }
}
@media (max-width: 767px) {
  .st-services-details-content h3 {
    font-size: 24px;
  }
}
@media only screen and (min-width: 576px) and (max-width: 767px) {
  .st-services-details-content h3 {
    font-size: 30px;
  }
}
.st-services-details-content h4 {
  font-size: 28px;
  font-weight: 700;
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .st-services-details-content h4 {
    font-size: 25px;
  }
}
@media (max-width: 767px) {
  .st-services-details-content h4 {
    font-size: 20px;
  }
}
@media only screen and (min-width: 576px) and (max-width: 767px) {
  .st-services-details-content h4 {
    font-size: 23px;
  }
}
.st-services-details-content h5 {
  font-size: 24px;
  font-weight: 600;
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .st-services-details-content h5 {
    font-size: 20px;
  }
}
.st-services-details-content h6 {
  font-size: 18px;
  font-weight: 500;
}
.st-services-details-content blockquote {
  background: #F1F1F1;
  border-radius: 12px;
  padding: 32px 32px;
  color: #000;
  font-weight: 500;
  text-align: center;
  font-size: 24px;
  line-height: 150%;
  margin-bottom: 24px;
  margin-top: 24px;
}
@media only screen and (min-width: 992px) and (max-width: 1199px), only screen and (min-width: 768px) and (max-width: 991px), (max-width: 767px) {
  .st-services-details-content blockquote {
    font-size: 20px;
  }
}
.st-services-details-content ul {
  list-style: none;
  margin: 0;
  padding: 0;
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 20px 20px;
}
@media (max-width: 767px) {
  .st-services-details-content ul {
    grid-template-columns: 1fr;
  }
}
.st-services-details-content ul li {
  font-family: var(--st-font-3);
  display: flex;
  align-items: center;
  gap: 12px;
  font-size: 18px;
  line-height: 1.142;
}
.st-services-details-card {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 16px;
}
@media (max-width: 767px) {
  .st-services-details-card {
    grid-template-columns: 1fr;
  }
}
@media only screen and (min-width: 576px) and (max-width: 767px) {
  .st-services-details-card {
    grid-template-columns: 1fr 1fr;
  }
}
.st-services-details-card-single {
  background-color: #F1F1F1;
  border-radius: 12px;
  padding: 24px 24px;
}
.st-services-details-card-single .number {
  margin: 0;
  width: 36px;
  height: 36px;
  background-color: #fff;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 16px;
  font-weight: 500;
  color: var(--st-clr-pr-1);
  margin-bottom: 20px;
}
.st-services-details-card-single .title {
  margin: 0;
  font-size: 20px;
  font-weight: 500;
  margin-bottom: 9px;
}
.st-services-details-card-single .disc {
  margin: 0;
  font-size: 16px;
}
.st-services-details-gallery {
  display: grid;
  gap: 12px;
  grid-template-columns: 1fr 1.2fr 1fr;
}
@media (max-width: 767px) {
  .st-services-details-gallery {
    grid-template-columns: 1fr;
  }
}
@media only screen and (min-width: 576px) and (max-width: 767px) {
  .st-services-details-gallery {
    grid-template-columns: 1fr 1fr;
  }
}
@media (min-width: 1800px) {
  .st-services-details-gallery {
    margin-left: -557px;
    margin-right: -556px;
  }
}
.st-services-details-faqs {
  width: 100%;
  max-width: 800px;
  margin-left: auto;
  margin-right: auto;
}
.st-services-details-faqs .faqs-title {
  font-size: 28px;
  font-weight: 700;
  margin-bottom: 28px;
}

/*
    services-details-end
*/
/*
    team-details-start
*/
.st-team-details-wrap {
  display: grid;
  gap: 120px;
  grid-template-columns: 1fr 1.25fr;
  margin-top: 55px;
}
@media only screen and (min-width: 1200px) and (max-width: 1399px), only screen and (min-width: 992px) and (max-width: 1199px) {
  .st-team-details-wrap {
    gap: 50px;
  }
}
@media only screen and (min-width: 768px) and (max-width: 991px), (max-width: 767px) {
  .st-team-details-wrap {
    gap: 50px;
    grid-template-columns: 1fr;
  }
}
.st-team-details-img {
  overflow: hidden;
  background-color: #E8EBF0;
  border-radius: 20px;
}
.st-team-details-social {
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
  gap: 20px;
}
.st-team-details-social .link-elm {
  width: 56px;
  height: 56px;
  flex: 0 0 auto;
  background-color: #F1F1F1;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
  font-size: 18px;
  color: #000;
  transition: var(--st-cube-2);
}
.st-team-details-social .link-elm:hover {
  background-color: var(--st-clr-pr-1);
  box-shadow: 4px 8px 20px rgba(232, 44, 0, 0.68);
  color: #fff;
}
.st-team-details-content .subtitle {
  font-size: 28px;
  color: var(--st-clr-pr-1);
  letter-spacing: -2%;
  opacity: 1;
  margin-bottom: 3px;
}
.st-team-details-content .name {
  font-size: 72px;
  margin-bottom: 20px;
}
@media only screen and (min-width: 1400px) and (max-width: 1599px) {
  .st-team-details-content .name {
    font-size: 65px;
  }
}
@media only screen and (min-width: 1200px) and (max-width: 1399px) {
  .st-team-details-content .name {
    font-size: 55px;
  }
}
@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .st-team-details-content .name {
    font-size: 50px;
  }
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .st-team-details-content .name {
    font-size: 45px;
  }
}
@media (max-width: 767px) {
  .st-team-details-content .name {
    font-size: 35px;
  }
}
@media only screen and (min-width: 576px) and (max-width: 767px) {
  .st-team-details-content .name {
    font-size: 40px;
  }
}
.st-team-details-content .disc {
  margin-bottom: 20px;
}
.st-team-details-content .bio-list {
  display: flex;
  flex-direction: column;
  gap: 15px;
  margin-bottom: 55px;
}
.st-team-details-content .bio-list li {
  opacity: 1;
}
.st-team-details-content .bio-list li span:nth-child(1) {
  color: var(--st-clr-h-2);
  min-width: 109px;
}
.st-team-details-content .bio-list li span:nth-child(2) {
  opacity: 72%;
}
.st-team-details-content .title {
  font-size: 28px;
  font-weight: 700;
  margin-bottom: 20px;
}
.st-team-details-content .ex-list {
  display: flex;
  flex-direction: column;
  gap: 11px;
  margin-bottom: 55px;
}
.st-team-details-content .ex-list li {
  opacity: 1;
  position: relative;
  z-index: 1;
  padding-left: 16px;
  color: rgba(0, 0, 0, 0.8);
}
.st-team-details-content .ex-list li::after {
  content: "";
  width: 6px;
  height: 6px;
  background: var(--st-clr-h-2);
  position: absolute;
  top: 11px;
  left: 0;
  border-radius: 50%;
}
.st-team-details-content .awards-list {
  display: flex;
  flex-direction: column;
  gap: 28px;
  margin-bottom: 55px;
}
.st-team-details-content .awards-list .awards-subtitle {
  font-size: 14px;
  color: var(--st-clr-pr-1);
  opacity: 1;
  margin-bottom: 5px;
}
.st-team-details-content .awards-list .awards-title {
  font-size: 18px;
  font-weight: 500;
}

.st-contact-form-4 {
  background-color: #F1F1F1;
  border-radius: 16px;
  padding: 40px 40px;
}
@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) {
  .st-contact-form-4 {
    padding: 40px 20px;
  }
}
.st-contact-form-4-title {
  font-size: 36px;
  margin-top: -5px;
  margin-bottom: 33px;
}
@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) {
  .st-contact-form-4-title {
    font-size: 26px;
  }
}
.st-contact-form-4 .st-contact-3-form {
  gap: 15px;
}
.st-contact-form-4 .st-contact-3-form-input {
  background-color: #fff;
  border-radius: 8px;
  color: rgba(0, 0, 0, 0.7);
  height: 56px;
  padding: 0 24px;
  font-size: 16px;
  opacity: 1;
  font-weight: 500;
}
.st-contact-form-4 .st-contact-3-form-input:is(textarea) {
  height: 132px;
  padding-top: 14px;
}
.st-contact-form-4 .st-contact-3-form .st-pr-btn-3 {
  background-color: var(--st-clr-h-2);
}
.st-contact-form-4 .st-contact-3-form .st-pr-btn-3::after {
  background: var(--st-clr-pr-1);
}
.st-contact-form-4 .st-contact-3-form .st-pr-btn-3:hover {
  color: #fff;
}
.st-contact-form-4 .st-contact-3-form .st-pr-btn-3:hover svg * {
  fill: #fff;
}
.st-contact-form-4 .st-contact-3-form .any-questions {
  font-size: 16px;
}
.st-contact-form-4 .st-contact-3-form .number-btn {
  display: inline-flex;
  align-items: center;
  gap: 10px;
  font-weight: 500;
  font-size: 18px;
}
.st-contact-form-4 .st-contact-3-form .number-btn .icon-elm {
  width: 40px;
  height: 40px;
  background-color: var(--st-clr-pr-1);
  color: #fff;
  align-items: center;
  justify-content: center;
  display: inline-flex;
  border-radius: 50%;
  font-size: 14px;
}

/*
    team-details-end
*/
/*
    booking-calendar-start
*/
.ast-booking-calendar-area {
  /* =====================
  CSS Variables
  ===================== */
  /* =====================
  Reset & Base
  ===================== */
  /* =====================
  Wrapper
  ===================== */
  /* =====================
  Calendar Card
  ===================== */
  /* =====================
  Spiral rings (decorative)
  ===================== */
  /* =====================
  Header
  ===================== */
  /* =====================
  Weekday Labels
  ===================== */
  /* =====================
  Day Grid
  ===================== */
  /* =====================
  Day Cell
  ===================== */
  /* Sunday = col 1, Saturday = col 7 */
  /* Today highlight */
  /* Selected day */
  /* =====================
  Footer
  ===================== */
  /* =====================
  Month change animation
  ===================== */
}
.ast-booking-calendar-area :root {
  --bg-page: #f0ede8;
  --bg-cal: #ffffff;
  --header-bg: #1a1a1a;
  --header-text: #ffffff;
  --text-primary: #1a1a1a;
  --text-muted: #999;
  --text-weekend: #c0392b;
  --today-bg: #1a1a1a;
  --today-text: #ffffff;
  --today-ring: #e8c547;
  --hover-bg: #f5f5f5;
  --selected-bg: #e8c547;
  --selected-text: #1a1a1a;
  --border-radius-cal: 24px;
  --border-radius-day: 10px;
  --shadow: 0 20px 60px rgba(0,0,0,0.15), 0 4px 16px rgba(0,0,0,0.08);
  --font-display: "DM Serif Display", serif;
  --font-body: "DM Sans", sans-serif;
  --spiral-color: #555;
  --grid-gap: 4px;
}
.ast-booking-calendar-area *, .ast-booking-calendar-area *::before, .ast-booking-calendar-area *::after {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
}
.ast-booking-calendar-area body {
  background: var(--bg-page);
  min-height: 100vh;
  display: flex;
  align-items: center;
  justify-content: center;
  font-family: var(--font-body);
  background-image: radial-gradient(circle at 20% 20%, rgba(232, 197, 71, 0.12) 0%, transparent 50%), radial-gradient(circle at 80% 80%, rgba(26, 26, 26, 0.06) 0%, transparent 50%);
}
.ast-booking-calendar-area .wrapper {
  perspective: 800px;
}
.ast-booking-calendar-area .calendar {
  background: var(--bg-cal);
  border-radius: var(--border-radius-cal);
  width: 380px;
  box-shadow: var(--shadow);
  overflow: hidden;
  position: relative;
  animation: slideIn 0.6s cubic-bezier(0.22, 1, 0.36, 1) both;
}
@keyframes slideIn {
  from {
    opacity: 0;
    transform: translateY(30px) rotateX(6deg);
  }
  to {
    opacity: 1;
    transform: translateY(0) rotateX(0);
  }
}
.ast-booking-calendar-area .calendar::before {
  content: "";
  display: block;
  height: 22px;
  background: radial-gradient(circle at 50% 50%, var(--spiral-color) 38%, transparent 40%) 30px 50%/24px 14px repeat-x, linear-gradient(var(--header-bg), var(--header-bg)) 0 11px/100% 2px no-repeat;
  position: relative;
  z-index: 2;
  background-color: var(--header-bg);
}
.ast-booking-calendar-area .calendar__header {
  background: var(--header-bg);
  color: var(--header-text);
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 18px 28px 22px;
}
.ast-booking-calendar-area .month-title {
  font-family: var(--font-display);
  font-size: 2rem;
  letter-spacing: 0.06em;
  color: var(--header-text);
  transition: all 0.3s ease;
  user-select: none;
}
.ast-booking-calendar-area .nav-btn {
  background: rgba(255, 255, 255, 0.12);
  border: none;
  color: var(--header-text);
  width: 34px;
  height: 34px;
  border-radius: 8px;
  font-size: 1.4rem;
  cursor: pointer;
  display: flex;
  align-items: center;
  justify-content: center;
  transition: background 0.2s, transform 0.15s;
  line-height: 1;
}
.ast-booking-calendar-area .nav-btn:hover {
  background: rgba(255, 255, 255, 0.22);
  transform: scale(1.1);
}
.ast-booking-calendar-area .nav-btn:active {
  transform: scale(0.95);
}
.ast-booking-calendar-area .calendar__weekdays {
  display: grid;
  grid-template-columns: repeat(7, 1fr);
  padding: 14px 16px 8px;
  gap: var(--grid-gap);
}
.ast-booking-calendar-area .calendar__weekdays span {
  text-align: center;
  font-size: 0.65rem;
  font-weight: 600;
  letter-spacing: 0.08em;
  color: var(--text-muted);
  padding: 4px 0;
}
.ast-booking-calendar-area .calendar__grid {
  display: grid;
  grid-template-columns: repeat(7, 1fr);
  gap: var(--grid-gap);
  padding: 4px 16px 18px;
}
.ast-booking-calendar-area .day {
  aspect-ratio: 1;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: var(--border-radius-day);
  font-size: 0.82rem;
  font-weight: 500;
  color: var(--text-primary);
  cursor: pointer;
  transition: background 0.18s, transform 0.15s, color 0.18s, box-shadow 0.18s;
  position: relative;
  user-select: none;
  animation: fadeUp 0.4s both;
}
@keyframes fadeUp {
  from {
    opacity: 0;
    transform: translateY(6px);
  }
  to {
    opacity: 1;
    transform: translateY(0);
  }
}
.ast-booking-calendar-area .day:hover:not(.day--empty):not(.day--today) {
  background: var(--hover-bg);
  transform: scale(1.08);
}
.ast-booking-calendar-area .day--empty {
  cursor: default;
  pointer-events: none;
}
.ast-booking-calendar-area .day--sun {
  color: var(--text-weekend);
}
.ast-booking-calendar-area .day--sat {
  color: var(--text-weekend);
}
.ast-booking-calendar-area .day--today {
  background: var(--today-bg);
  color: var(--today-text);
  font-weight: 600;
  box-shadow: 0 0 0 3px var(--today-ring), 0 4px 14px rgba(26, 26, 26, 0.25);
  transform: scale(1.12);
  z-index: 2;
}
.ast-booking-calendar-area .day--today::after {
  content: "";
  position: absolute;
  inset: -5px;
  border-radius: calc(var(--border-radius-day) + 4px);
  border: 2px solid var(--today-ring);
  opacity: 0.5;
  animation: pulse 2s infinite;
}
@keyframes pulse {
  0%, 100% {
    transform: scale(1);
    opacity: 0.5;
  }
  50% {
    transform: scale(1.08);
    opacity: 0.15;
  }
}
.ast-booking-calendar-area .day--selected:not(.day--today) {
  background: var(--selected-bg);
  color: var(--selected-text);
  font-weight: 600;
  box-shadow: 0 2px 10px rgba(232, 197, 71, 0.4);
}
.ast-booking-calendar-area .calendar__footer {
  border-top: 1px solid #f0f0f0;
  padding: 12px 20px;
  text-align: center;
  font-size: 0.72rem;
  color: var(--text-muted);
  letter-spacing: 0.04em;
}
.ast-booking-calendar-area .calendar__grid.anim-out {
  animation: gridOut 0.2s ease forwards;
}
.ast-booking-calendar-area .calendar__grid.anim-in {
  animation: gridIn 0.3s ease forwards;
}
@keyframes gridOut {
  to {
    opacity: 0;
    transform: translateX(-20px);
  }
}
@keyframes gridIn {
  from {
    opacity: 0;
    transform: translateX(20px);
  }
  to {
    opacity: 1;
    transform: translateX(0);
  }
}

/*
    booking-calendar-end
*/
/*
    events-1-start
*/
.st-events-5-wrap {
  display: grid;
  gap: 24px;
  grid-template-columns: 1fr 1fr 1fr;
}
@media only screen and (min-width: 992px) and (max-width: 1199px), only screen and (min-width: 768px) and (max-width: 991px) {
  .st-events-5-wrap {
    grid-template-columns: 1fr 1fr;
  }
}
@media (max-width: 767px) {
  .st-events-5-wrap {
    grid-template-columns: 1fr;
  }
}
.st-events-5-card {
  border: 1px solid rgba(5, 5, 5, 0.3);
  border-radius: 16px;
  padding: 12px;
}
.st-events-5-card .card-img {
  height: 332px;
  border-radius: 16px;
}
.st-events-5-card .content-wrap {
  padding: 24px;
  padding-top: 0;
}
@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) {
  .st-events-5-card .content-wrap {
    padding: 0px;
  }
}
.st-events-5-card .date-x-location {
  display: flex;
  justify-content: space-between;
  align-items: end;
  gap: 20px;
  flex-wrap: wrap;
  margin-top: -40px;
  margin-bottom: 27px;
}
.st-events-5-card .date-box {
  border: 1px solid rgba(0, 0, 0, 0.2);
  border-radius: 8px;
  text-align: center;
  width: 100%;
  max-width: 76px;
  padding-bottom: 10px;
  background-color: #fff;
}
.st-events-5-card .date-box .day {
  background: rgba(232, 44, 0, 0.2);
  border-bottom: 1px solid #CCCCCC;
  backdrop-filter: blur(20px);
  border-radius: 7px 7px 0px 0px;
  color: var(--st-clr-pr-1);
  font-size: 14px;
  padding: 8px 5px;
}
.st-events-5-card .date-box .date {
  font-size: 28px;
  font-weight: 700;
  padding: 3px 0;
}
.st-events-5-card .date-box .year {
  font-size: 14px;
  line-height: 1;
  text-transform: uppercase;
}
.st-events-5-card .location-text {
  background-color: #F2F2F2;
  border-radius: 100px;
  display: flex;
  align-items: center;
  gap: 10px;
  opacity: 1;
  font-size: 16px;
  padding: 10px 18px;
}
.st-events-5-card .title {
  font-size: 34px;
  margin-bottom: 16px;
  transition: var(--st-cube-2);
}
@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) {
  .st-events-5-card .title {
    font-size: 24px;
  }
}
.st-events-5-card .title:hover {
  color: var(--st-clr-pr-1);
}
.st-events-5-card .disc {
  margin-bottom: 20px;
}
.st-events-5-card .card-btn {
  display: inline-flex;
  align-items: center;
  gap: 5px;
  padding: 6px;
  padding-left: 16px;
  border-radius: 100px;
  border: 1px solid rgba(5, 5, 5, 0.32);
  font-size: 15px;
  font-weight: 500;
  letter-spacing: -1%;
  transition: var(--st-cube-2);
}
.st-events-5-card .card-btn .icon {
  width: 28px;
  height: 28px;
  background-color: var(--st-clr-pr-1);
  border-radius: 50%;
  color: #fff;
  text-align: center;
  line-height: 28px;
  font-size: 15px;
  transition: var(--st-cube-2);
}
.st-events-5-card .card-btn:hover {
  background-color: var(--st-clr-pr-1);
  border-color: transparent;
  color: #fff;
}

/*
    events-1-end
*/
/*
    services-details-start
*/
.st-events-details-title {
  font-size: clamp(40px, 6vw, 72px);
  line-height: 1.055;
  margin-top: 43px;
  margin-bottom: 47px;
}
.st-events-details-img {
  border-radius: 20px;
  margin-bottom: 60px;
}
.st-events-details-wrap {
  display: flex;
  flex-wrap: wrap;
  gap: 50px;
  align-items: start;
  justify-content: space-between;
}
.st-events-details-content {
  max-width: 800px;
}
@media only screen and (min-width: 1400px) and (max-width: 1599px) {
  .st-events-details-content {
    max-width: 760px;
  }
}
@media only screen and (min-width: 1200px) and (max-width: 1399px) {
  .st-events-details-content {
    max-width: 580px;
  }
}
@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .st-events-details-content {
    max-width: 500px;
  }
}
.st-events-details-content h1, .st-events-details-content h2, .st-events-details-content h3, .st-events-details-content h4, .st-events-details-content h5, .st-events-details-content h6, .st-events-details-content p, .st-events-details-content li, .st-events-details-content blockquote, .st-events-details-content cite, .st-events-details-content b {
  font-family: var(--st-font-4);
  color: var(--st-clr-h-2);
}
.st-events-details-content h1, .st-events-details-content h2, .st-events-details-content h3, .st-events-details-content h4, .st-events-details-content h5, .st-events-details-content h6 {
  font-weight: 700;
  line-height: 1.142;
  margin-top: 41px;
  margin-bottom: 17px;
}
.st-events-details-content p {
  font-size: 18px;
  line-height: 1.555;
  opacity: 80%;
  color: var(--st-clr-h-2);
  margin-bottom: 25px;
}
.st-events-details-content p:first-of-type b {
  font-weight: 400;
  font-size: 60px;
  line-height: 1;
}
.st-events-details-content h1 {
  font-size: 46px;
}
@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .st-events-details-content h1 {
    font-size: 42px;
  }
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .st-events-details-content h1 {
    font-size: 36px;
  }
}
@media (max-width: 767px) {
  .st-events-details-content h1 {
    font-size: 26px;
  }
}
@media only screen and (min-width: 576px) and (max-width: 767px) {
  .st-events-details-content h1 {
    font-size: 30px;
  }
}
.st-events-details-content h2 {
  font-size: 42px;
}
@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .st-events-details-content h2 {
    font-size: 38px;
  }
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .st-events-details-content h2 {
    font-size: 34px;
  }
}
@media (max-width: 767px) {
  .st-events-details-content h2 {
    font-size: 24px;
  }
}
@media only screen and (min-width: 576px) and (max-width: 767px) {
  .st-events-details-content h2 {
    font-size: 26px;
  }
}
.st-events-details-content h3 {
  font-size: 40px;
}
@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .st-events-details-content h3 {
    font-size: 38px;
  }
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .st-events-details-content h3 {
    font-size: 34px;
  }
}
@media (max-width: 767px) {
  .st-events-details-content h3 {
    font-size: 24px;
  }
}
@media only screen and (min-width: 576px) and (max-width: 767px) {
  .st-events-details-content h3 {
    font-size: 30px;
  }
}
.st-events-details-content h4 {
  font-size: 28px;
  font-weight: 700;
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .st-events-details-content h4 {
    font-size: 25px;
  }
}
@media (max-width: 767px) {
  .st-events-details-content h4 {
    font-size: 20px;
  }
}
@media only screen and (min-width: 576px) and (max-width: 767px) {
  .st-events-details-content h4 {
    font-size: 23px;
  }
}
.st-events-details-content h5 {
  font-size: 24px;
  font-weight: 600;
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .st-events-details-content h5 {
    font-size: 20px;
  }
}
.st-events-details-content h6 {
  font-size: 18px;
  font-weight: 500;
}
.st-events-details-content blockquote {
  background: #F1F1F1;
  border-radius: 12px;
  padding: 32px 32px;
  color: #000;
  font-weight: 500;
  text-align: center;
  font-size: 24px;
  line-height: 150%;
  margin-bottom: 24px;
  margin-top: 24px;
}
@media only screen and (min-width: 992px) and (max-width: 1199px), only screen and (min-width: 768px) and (max-width: 991px), (max-width: 767px) {
  .st-events-details-content blockquote {
    font-size: 20px;
  }
}
.st-events-details-content ul {
  list-style: none;
  margin: 0;
  padding: 0;
  display: grid;
  gap: 20px 20px;
}
@media (max-width: 767px) {
  .st-events-details-content ul {
    grid-template-columns: 1fr;
  }
}
.st-events-details-content ul li {
  font-family: var(--st-font-3);
  display: flex;
  align-items: center;
  gap: 12px;
  font-size: 18px;
  line-height: 1.142;
}
.st-events-details-content-team {
  display: flex;
  gap: 16px;
  flex-wrap: wrap;
}
.st-events-details-content-team .single-member {
  border: 1px solid rgba(5, 5, 5, 0.12);
  padding: 6px;
  border-radius: 8px;
  width: 100%;
  max-width: 188px;
  text-align: center;
}
.st-events-details-content-team .single-member .main-img {
  height: 185px;
  border-radius: 6px;
  margin-bottom: 10px;
}
.st-events-details-content-team .single-member .name {
  margin: 0;
  font-size: 18px;
  margin-bottom: 2px;
}
.st-events-details-content-team .single-member .bio {
  font-size: 15px;
  margin-bottom: 6px;
}
.st-events-details-content .map-box {
  width: 100%;
  height: 342px;
  border-radius: 12px;
  overflow: hidden;
  margin-top: 30px;
}
.st-events-details-content .map-box iframe {
  width: 100%;
  height: 100%;
}
.st-events-details-sidebar {
  width: 100%;
  max-width: 480px;
  background-color: #F1F1F1;
  border-radius: 20px;
  padding: 35px 40px;
}
@media only screen and (min-width: 992px) and (max-width: 1199px), only screen and (min-width: 768px) and (max-width: 991px), (max-width: 767px) {
  .st-events-details-sidebar {
    max-width: 370px;
    padding: 35px 20px;
  }
}
.st-events-details-sidebar .content-row {
  display: flex;
  align-items: start;
  gap: 20px;
  flex-wrap: wrap;
  justify-content: space-between;
  border-bottom: 1px dashed rgba(5, 5, 5, 0.24);
  padding-bottom: 15px;
  margin-bottom: 19px;
}
.st-events-details-sidebar .title {
  font-size: 18px;
  font-weight: 500;
  display: flex;
  align-items: center;
  gap: 8px;
}
.st-events-details-sidebar .title i {
  color: var(--st-clr-pr-1);
}
.st-events-details-sidebar .disc {
  text-align: right;
}
.st-events-details-sidebar-btn {
  display: flex;
  flex-direction: column;
  gap: 8px;
  margin-top: 32px;
}
.st-events-details-sidebar-btn .btn-elm {
  font-size: 16px;
  text-align: center;
  background: #fff;
  color: var(--st-clr-h-2);
  border-radius: 10px;
  display: block;
  padding: 18px 20px;
  transition: var(--st-cube-2);
}
.st-events-details-sidebar-btn .btn-elm:hover {
  color: #fff;
  background: var(--st-clr-pr-1);
}
.st-events-details-sidebar-btn .btn-elm:nth-child(2) {
  border: 1px solid #000;
  background: transparent;
}
.st-events-details-sidebar-btn .btn-elm:nth-child(2):hover {
  border-color: var(--st-clr-pr-1);
  color: var(--st-clr-pr-1);
}
.st-events-details-sidebar-btn .btn-elm:nth-child(1) {
  background: var(--st-clr-pr-1);
  color: #fff;
}
.st-events-details-sidebar-btn .btn-elm:nth-child(1):hover {
  background: var(--st-clr-h-2);
}

/*
    services-details-end
*/
/*
    portfolio-4-start
*/
.st-portfolio-col-2-wrap {
  max-width: 1420px;
  margin-left: auto;
  margin-right: auto;
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 55px 32px;
}
@media (max-width: 767px) {
  .st-portfolio-col-2-wrap {
    grid-template-columns: 1fr;
  }
}
.st-portfolio-4-card .card-img {
  height: 804px;
  margin-bottom: 18px;
  border-radius: 16px;
}
@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) {
  .st-portfolio-4-card .card-img {
    height: auto;
  }
}
.st-portfolio-4-card .card-img .main-img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: 2s;
}
.st-portfolio-4-card .card-img .border-1 {
  position: absolute;
  top: 36px;
  left: 36px;
  z-index: 1;
  border-top: 1px solid #fff;
  width: 40px;
  height: 40px;
  border-radius: 6px 0 0 0;
  border-left: 1px solid #fff;
  opacity: 0;
  transition: var(--st-cube-2);
}
.st-portfolio-4-card .card-img .border-2 {
  position: absolute;
  top: 36px;
  right: 36px;
  z-index: 1;
  border-top: 1px solid #fff;
  width: 40px;
  height: 40px;
  border-radius: 0 6px 0 0;
  border-right: 1px solid #fff;
  opacity: 0;
  transition: var(--st-cube-2);
}
.st-portfolio-4-card .card-img .border-3 {
  position: absolute;
  bottom: 36px;
  left: 36px;
  z-index: 1;
  border-bottom: 1px solid #fff;
  width: 40px;
  height: 40px;
  border-radius: 0 0 0 6px;
  border-left: 1px solid #fff;
  opacity: 0;
  transition: var(--st-cube-2);
}
.st-portfolio-4-card .card-img .border-4 {
  position: absolute;
  bottom: 36px;
  right: 36px;
  z-index: 1;
  border-bottom: 1px solid #fff;
  width: 40px;
  height: 40px;
  border-radius: 0 0 6px 0;
  border-right: 1px solid #fff;
  opacity: 0;
  transition: var(--st-cube-2);
}
.st-portfolio-4-card .card-img .eye-btn {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%) scale(0);
  z-index: 2;
  width: 136px;
  height: 136px;
  background: rgba(255, 255, 255, 0.2);
  border: 1.5px solid rgba(255, 255, 255, 0.48);
  backdrop-filter: blur(12px);
  border-radius: 68px;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 50px;
  border-radius: 50%;
  transition: var(--st-cube-2);
}
@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) {
  .st-portfolio-4-card .card-img .eye-btn {
    width: 100px;
    height: 100px;
  }
}
.st-portfolio-4-card .card-img .eye-btn img {
  animation: blink 2.4s infinite;
  transform-origin: 50% 50%;
}
.st-portfolio-4-card .card-img .eye-btn span {
  transition: unset;
}
.st-portfolio-4-card .card-img .eye-btn:hover {
  background: var(--nm-clr-pr-1);
  color: #000;
}
.st-portfolio-4-card .content-wrap {
  text-align: center;
}
.st-portfolio-4-card .subtitle {
  color: var(--st-clr-pr-1);
  opacity: 1;
  margin-bottom: 2px;
}
.st-portfolio-4-card .title {
  font-size: 40px;
  transition: var(--st-cube-2);
}
.st-portfolio-4-card .title:hover {
  color: var(--st-clr-pr-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) {
  .st-portfolio-4-card .title {
    font-size: 28px;
  }
}
.st-portfolio-4-card:hover .card-img .eye-btn {
  transform: translate(-50%, -50%) scale(1);
}
.st-portfolio-4-card:hover .card-img .border-4, .st-portfolio-4-card:hover .card-img .border-3, .st-portfolio-4-card:hover .card-img .border-2, .st-portfolio-4-card:hover .card-img .border-1 {
  opacity: 1;
}
.st-portfolio-4-card:hover .card-img .main-img {
  transform: scale(1.05);
}

.st-portfolio-col-3-wrap {
  display: grid;
  grid-template-columns: 1fr 1fr 1fr;
  gap: 55px 32px;
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .st-portfolio-col-3-wrap {
    grid-template-columns: 1fr 1fr;
  }
}
@media (max-width: 767px) {
  .st-portfolio-col-3-wrap {
    grid-template-columns: 1fr;
  }
}
.st-portfolio-col-3-wrap .st-portfolio-4-card .card-img {
  height: auto;
}
.st-portfolio-col-3-wrap .st-portfolio-4-card .card-img .eye-btn {
  width: 100px;
  height: 100px;
}
.st-portfolio-col-3-wrap .st-portfolio-4-card .title {
  font-size: 30px;
}
@media only screen and (min-width: 992px) and (max-width: 1199px), only screen and (min-width: 768px) and (max-width: 991px), (max-width: 767px) {
  .st-portfolio-col-3-wrap .st-portfolio-4-card .title {
    font-size: 26px;
  }
}

/*
    portfolio-4-end
*/
/*
    portfolio-classic-start
*/
.st-portfolio-classic-col-2-wrap {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 40px;
}
@media (max-width: 767px) {
  .st-portfolio-classic-col-2-wrap {
    grid-template-columns: 1fr;
  }
}
.st-portfolio-classic-card {
  height: 580px;
  border-radius: 16px;
  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) {
  .st-portfolio-classic-card {
    height: auto;
  }
}
.st-portfolio-classic-card img {
  transition: var(--st-cube-2);
}
.st-portfolio-classic-card::after {
  content: "";
  position: absolute;
  width: 381px;
  height: 382px;
  background: var(--st-clr-pr-1);
  filter: blur(142px);
  top: -120px;
  left: -130px;
  z-index: 1;
  transition: var(--st-cube-2);
  opacity: 0;
}
.st-portfolio-classic-card::before {
  content: "";
  position: absolute;
  width: 381px;
  height: 382px;
  background: var(--st-clr-pr-1);
  filter: blur(142px);
  bottom: -140px;
  right: -110px;
  z-index: 1;
  transition: var(--st-cube-2);
  opacity: 0;
}
.st-portfolio-classic-card .card-btn {
  display: inline-flex;
  flex-direction: column;
  width: max-content;
}
.st-portfolio-classic-card .card-btn .subtitle {
  background: var(--st-clr-pr-1);
  color: #fff;
  opacity: 1;
  padding: 3px 11px;
  flex: 0 0 auto;
}
.st-portfolio-classic-card .card-btn .title {
  background-color: #fff;
  font-size: 40px;
  padding: 13px 19px;
  flex: 0 0 auto;
}
@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) {
  .st-portfolio-classic-card .card-btn .title {
    font-size: 26px;
  }
}
.st-portfolio-classic-card .card-btn {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 5;
  opacity: 0;
  visibility: hidden;
  cursor: none;
  transition: opacity 0.3s ease, visibility 0.3s ease;
}
.st-portfolio-classic-card:hover::after {
  opacity: 1;
}
.st-portfolio-classic-card:hover::before {
  opacity: 1;
}
.st-portfolio-classic-card:hover img {
  filter: grayscale(1);
}
.st-portfolio-classic-card:hover .card-btn {
  opacity: 1;
  visibility: visible;
}

.st-portfolio-classic-col-3-wrap {
  display: grid;
  grid-template-columns: 1fr 1fr 1fr;
  gap: 40px;
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .st-portfolio-classic-col-3-wrap {
    grid-template-columns: 1fr 1fr;
  }
}
@media (max-width: 767px) {
  .st-portfolio-classic-col-3-wrap {
    grid-template-columns: 1fr;
  }
}
.st-portfolio-classic-col-3-wrap .st-portfolio-classic-card .card-btn .title {
  font-size: 30px;
}

/*
    portfolio-classic-end
*/
/*
    portfolio-modern-start
*/
.st-portfolio-modern-col-2-wrap {
  display: grid;
  gap: 40px;
  grid-template-columns: 1fr 1fr;
}
@media (max-width: 767px) {
  .st-portfolio-modern-col-2-wrap {
    grid-template-columns: 1fr;
  }
}
.st-portfolio-modern-card {
  height: 814px;
  border-radius: 16px;
  background-color: var(--st-clr-h-2);
  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) {
  .st-portfolio-modern-card {
    height: auto;
  }
}
.st-portfolio-modern-card .main-img {
  transition: 2s;
}
.st-portfolio-modern-card .border-1 {
  position: absolute;
  top: 36px;
  left: 36px;
  z-index: 1;
  border-top: 1px solid #fff;
  width: 40px;
  height: 40px;
  border-radius: 6px 0 0 0;
  border-left: 1px solid #fff;
  opacity: 0;
  transition: var(--st-cube-2);
}
.st-portfolio-modern-card .border-2 {
  position: absolute;
  top: 36px;
  right: 36px;
  z-index: 1;
  border-top: 1px solid #fff;
  width: 40px;
  height: 40px;
  border-radius: 0 6px 0 0;
  border-right: 1px solid #fff;
  opacity: 0;
  transition: var(--st-cube-2);
}
.st-portfolio-modern-card .border-3 {
  position: absolute;
  bottom: 36px;
  left: 36px;
  z-index: 1;
  border-bottom: 1px solid #fff;
  width: 40px;
  height: 40px;
  border-radius: 0 0 0 6px;
  border-left: 1px solid #fff;
  opacity: 0;
  transition: var(--st-cube-2);
}
.st-portfolio-modern-card .border-4 {
  position: absolute;
  bottom: 36px;
  right: 36px;
  z-index: 1;
  border-bottom: 1px solid #fff;
  width: 40px;
  height: 40px;
  border-radius: 0 0 6px 0;
  border-right: 1px solid #fff;
  opacity: 0;
  transition: var(--st-cube-2);
}
.st-portfolio-modern-card .content-wrap {
  text-align: center;
  position: absolute;
  bottom: 80px;
  z-index: 1;
  width: 100%;
  left: 0;
  transform: translateY(30%);
  opacity: 0;
  transition: var(--st-cube-2);
}
.st-portfolio-modern-card .content-wrap::after {
  content: "";
  position: absolute;
  width: 403px;
  height: 403px;
  background: #050505;
  filter: blur(87px);
  left: 50%;
  bottom: -160px;
  border-radius: 50%;
  transform: translateX(-50%);
  z-index: -1;
}
.st-portfolio-modern-card .subtitle {
  color: var(--st-clr-pr-1);
  opacity: 1;
  margin-bottom: 2px;
}
.st-portfolio-modern-card .title {
  font-size: 48px;
  transition: var(--st-cube-2);
  color: #fff;
}
.st-portfolio-modern-card .title:hover {
  color: var(--st-clr-pr-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) {
  .st-portfolio-modern-card .title {
    font-size: 28px;
  }
}
.st-portfolio-modern-card:hover .border-4, .st-portfolio-modern-card:hover .border-3, .st-portfolio-modern-card:hover .border-2, .st-portfolio-modern-card:hover .border-1 {
  opacity: 1;
}
.st-portfolio-modern-card:hover .main-img {
  transform: scale(1.05);
  opacity: 80%;
}
.st-portfolio-modern-card:hover .content-wrap {
  transform: translateY(0);
  opacity: 1;
}

.st-portfolio-modern-col-3-wrap {
  display: grid;
  gap: 40px;
  grid-template-columns: 1fr 1fr 1fr;
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .st-portfolio-modern-col-3-wrap {
    grid-template-columns: 1fr 1fr;
  }
}
@media (max-width: 767px) {
  .st-portfolio-modern-col-3-wrap {
    grid-template-columns: 1fr;
  }
}
.st-portfolio-modern-col-3-wrap .st-portfolio-modern-card {
  height: auto;
}
.st-portfolio-modern-col-3-wrap .st-portfolio-modern-card .title {
  font-size: 28px;
}

/*
    portfolio-modern-end
*/
/*
    portfolio-masonry-start
*/
.st-portfolio-masonry-wrap {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  grid-template-rows: repeat(4, 465px);
  gap: 12px;
}
@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .st-portfolio-masonry-wrap {
    grid-template-rows: repeat(4, 300px);
  }
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .st-portfolio-masonry-wrap {
    grid-template-columns: 1fr 1fr;
    grid-template-rows: 300px;
  }
}
@media (max-width: 767px) {
  .st-portfolio-masonry-wrap {
    grid-template-columns: 1fr;
    grid-template-rows: 300px;
  }
}
@media sm {
  .st-portfolio-masonry-wrap {
    grid-template-columns: 1fr 1fr;
    grid-template-rows: 300px;
  }
}
@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) {
  .st-portfolio-masonry-wrap .div1 {
    grid-area: 1/1/3/2;
  }
  .st-portfolio-masonry-wrap .div2 {
    grid-area: 1/2/2/4;
  }
  .st-portfolio-masonry-wrap .div3 {
    grid-area: 2/2/3/3;
  }
  .st-portfolio-masonry-wrap .div4 {
    grid-area: 2/3/3/4;
  }
  .st-portfolio-masonry-wrap .div5 {
    grid-area: 3/1/4/2;
  }
  .st-portfolio-masonry-wrap .div6 {
    grid-area: 3/2/4/3;
  }
  .st-portfolio-masonry-wrap .div7 {
    grid-area: 3/3/4/4;
  }
  .st-portfolio-masonry-wrap .div8 {
    grid-area: 4/1/5/2;
  }
  .st-portfolio-masonry-wrap .div9 {
    grid-area: 4/2/5/3;
  }
  .st-portfolio-masonry-wrap .div10 {
    grid-area: 4/3/5/4;
  }
}
@media (min-width: 1800px), only screen and (min-width: 1600px) and (max-width: 1799px) {
  .st-portfolio-masonry-wrap .div5 .st-portfolio-modern-card {
    width: 70%;
  }
  .st-portfolio-masonry-wrap .div6 .st-portfolio-modern-card {
    margin-left: -154px;
    margin-right: -154px;
  }
  .st-portfolio-masonry-wrap .div7 .st-portfolio-modern-card {
    width: 70%;
    margin-left: auto;
  }
}
.st-portfolio-masonry-wrap .st-portfolio-modern-card {
  height: 100%;
}
.st-portfolio-masonry-wrap .st-portfolio-modern-card .subtitle {
  display: inline-block;
  background: #000;
  padding: 3px 17px;
  border-radius: 6px;
}
.st-portfolio-masonry-wrap .st-portfolio-modern-card .title {
  font-size: 40px;
}
.st-portfolio-masonry-wrap .st-portfolio-modern-card .title:hover {
  color: #000;
}
.st-portfolio-masonry-wrap .st-portfolio-modern-card .content-wrap {
  bottom: 40px;
}
.st-portfolio-masonry-wrap .st-portfolio-modern-card .content-wrap::after {
  bottom: -200px;
  background: var(--st-clr-pr-1);
}
.st-portfolio-masonry-wrap .st-portfolio-modern-card:hover img {
  filter: grayscale(1);
}

/*
    portfolio-masonry-end
*/
/*
    portfolio-masonry-2-start
*/
.st-portfolio-masonry-2-wrap {
  display: grid;
  grid-template-columns: 1fr 0.8fr 1fr;
  grid-template-rows: repeat(4, 480px);
  gap: 12px;
}
@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .st-portfolio-masonry-2-wrap {
    grid-template-rows: repeat(4, 300px);
  }
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .st-portfolio-masonry-2-wrap {
    grid-template-columns: 1fr 1fr;
    grid-template-rows: 300px;
  }
}
@media (max-width: 767px) {
  .st-portfolio-masonry-2-wrap {
    grid-template-columns: 1fr;
    grid-template-rows: 300px;
  }
}
@media sm {
  .st-portfolio-masonry-2-wrap {
    grid-template-columns: 1fr 1fr;
    grid-template-rows: 300px;
  }
}
@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) {
  .st-portfolio-masonry-2-wrap .div1 {
    grid-area: 1/1/2/2;
  }
  .st-portfolio-masonry-2-wrap .div2 {
    grid-area: 1/2/2/4;
  }
  .st-portfolio-masonry-2-wrap .div3 {
    grid-area: 2/1/3/3;
  }
  .st-portfolio-masonry-2-wrap .div4 {
    grid-area: 2/3/3/4;
  }
  .st-portfolio-masonry-2-wrap .div5 {
    grid-area: 3/1/4/2;
  }
  .st-portfolio-masonry-2-wrap .div6 {
    grid-area: 3/2/4/4;
  }
  .st-portfolio-masonry-2-wrap .div7 {
    grid-area: 4/1/5/3;
  }
  .st-portfolio-masonry-2-wrap .div8 {
    grid-area: 4/3/5/4;
  }
}
.st-portfolio-masonry-2-wrap .st-portfolio-modern-card {
  height: 100%;
}
.st-portfolio-masonry-2-wrap .st-portfolio-modern-card .subtitle {
  display: inline-block;
  background: #000;
  padding: 3px 17px;
  border-radius: 6px;
}
.st-portfolio-masonry-2-wrap .st-portfolio-modern-card .title {
  font-size: 40px;
}
.st-portfolio-masonry-2-wrap .st-portfolio-modern-card .title:hover {
  color: #000;
}
.st-portfolio-masonry-2-wrap .st-portfolio-modern-card .content-wrap {
  bottom: 40px;
}
.st-portfolio-masonry-2-wrap .st-portfolio-modern-card .content-wrap::after {
  bottom: -200px;
  background: var(--st-clr-pr-1);
}
.st-portfolio-masonry-2-wrap .st-portfolio-modern-card:hover img {
  filter: grayscale(1);
}

/*
    portfolio-masonry-2-end
*/
/*
    portfolio-overlapping-start
*/
.st-portfolio-ol-wrap .st-projects-2-item-single {
  position: relative;
  transform: unset;
  left: unset;
  top: unset;
  right: unset;
  bottom: unset;
  height: 768px;
  border-radius: 20px;
}
@media only screen and (min-width: 992px) and (max-width: 1199px), only screen and (min-width: 768px) and (max-width: 991px), (max-width: 767px) {
  .st-portfolio-ol-wrap .st-projects-2-item-single {
    height: auto;
  }
}
.st-portfolio-ol-wrap .st-projects-2-item-single .content-wrap {
  max-width: 1320px;
  margin-left: auto;
  margin-right: auto;
}

/*
    portfolio-overlapping-end
*/
/*
    portfolio-video-start
*/
.st-portfolio-video-wrap {
  display: grid;
  gap: 60px 40px;
  grid-template-columns: 1fr 1fr;
}
@media (max-width: 767px) {
  .st-portfolio-video-wrap {
    grid-template-columns: 1fr;
  }
}
@media only screen and (min-width: 576px) and (max-width: 767px) {
  .st-portfolio-video-wrap {
    grid-template-columns: 1fr 1fr;
  }
}
.st-portfolio-video-card .card-img {
  height: 580px;
  margin-bottom: 18px;
  border-radius: 16px;
}
@media only screen and (min-width: 768px) and (max-width: 991px), (max-width: 767px) {
  .st-portfolio-video-card .card-img {
    height: 400px;
  }
}
.st-portfolio-video-card .card-img .main-img {
  transition: 3s;
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.st-portfolio-video-card .card-img .playbtn {
  position: absolute;
  width: 136px;
  height: 136px;
  background: rgba(255, 255, 255, 0.2);
  border: 1.5px solid rgba(255, 255, 255, 0.48);
  backdrop-filter: blur(12px);
  border-radius: 50%;
  transform: translate(-50%, -50%) scale(0);
  left: 50%;
  top: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 40px;
  color: #fff;
  transition: var(--st-cube-2);
}
.st-portfolio-video-card .card-img .playbtn:hover {
  border-color: var(--st-clr-pr-1);
  background: var(--st-clr-pr-1);
}
.st-portfolio-video-card .content-wrap {
  text-align: center;
}
.st-portfolio-video-card .subtitle {
  color: var(--st-clr-pr-1);
  opacity: 1;
  margin-bottom: 2px;
}
.st-portfolio-video-card .title {
  font-size: 40px;
  transition: var(--st-cube-2);
}
.st-portfolio-video-card .title:hover {
  color: var(--st-clr-pr-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) {
  .st-portfolio-video-card .title {
    font-size: 28px;
  }
}
.st-portfolio-video-card:hover .card-img .playbtn {
  transform: translate(-50%, -50%) scale(1);
}
.st-portfolio-video-card:hover .card-img .main-img {
  transform: scale(1.05);
}

/*
    portfolio-video-end
*/
/*
    portfolio-slider-start
*/
@media (min-width: 1800px) {
  .st-portfolio-slider {
    margin-left: -690px;
    margin-right: -690px;
  }
}
.st-portfolio-slider-card {
  text-align: center;
}
.st-portfolio-slider-card .card-img {
  height: 600px;
  border-radius: 16px;
  margin-bottom: 34px;
  filter: grayscale(1);
  transition: var(--st-cube-2);
}
@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) {
  .st-portfolio-slider-card .card-img {
    height: 400px;
  }
}
.st-portfolio-slider-card .subtitle {
  color: var(--st-clr-pr-1);
  opacity: 1;
  margin-bottom: 2px;
}
.st-portfolio-slider-card .title {
  font-size: 40px;
  transition: var(--st-cube-2);
}
.st-portfolio-slider-card .title:hover {
  color: var(--st-clr-pr-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) {
  .st-portfolio-slider-card .title {
    font-size: 28px;
  }
}
.st-portfolio-slider-card .content-wrap {
  opacity: 0;
  visibility: hidden;
  transition: var(--st-cube-2);
  transform: translateY(-20px);
}
.st-portfolio-slider .swiper-wrapper .swiper-slide:is(.swiper-slide-active) .st-portfolio-slider-card .card-img {
  filter: grayscale(0);
}
.st-portfolio-slider .swiper-wrapper .swiper-slide:is(.swiper-slide-active) .st-portfolio-slider-card .content-wrap {
  opacity: 1;
  visibility: visible;
  transition-delay: 0.6s;
  transform: translateY(0px);
}
.st-portfolio-slider-btn {
  width: 56px;
  height: 56px;
  border: 1px solid rgba(5, 5, 5, 0.2);
  border-radius: 16px;
  display: flex;
  align-items: center;
  justify-content: center;
  transition: var(--st-cube-2);
  position: absolute;
  right: 23%;
  bottom: 120px;
  cursor: pointer;
  z-index: 1;
}
.st-portfolio-slider-btn:hover {
  background-color: var(--st-clr-pr-1);
  color: #fff;
}
@media (max-width: 767px) {
  .st-portfolio-slider-btn {
    right: 2%;
  }
}
.st-portfolio-slider-btn:is(.has-left) {
  right: unset;
  left: 23%;
}
@media (max-width: 767px) {
  .st-portfolio-slider-btn:is(.has-left) {
    left: 2%;
  }
}

/*
    portfolio-slider-end
*/
/*
    portfolio-details-start
*/
.st-portfolio-details-title {
  font-size: clamp(40px, 6vw, 72px);
  line-height: 1.055;
  margin-top: 43px;
  margin-bottom: 47px;
}
.st-portfolio-details-img {
  border-radius: 20px;
  margin-bottom: 60px;
}
.st-portfolio-details-wrap {
  display: flex;
  align-items: start;
  gap: 50px;
  flex-wrap: wrap;
  justify-content: space-between;
}
.st-portfolio-details-wrap-left {
  max-width: 800px;
  width: 100%;
}
@media only screen and (min-width: 1400px) and (max-width: 1599px) {
  .st-portfolio-details-wrap-left {
    max-width: 760px;
  }
}
@media only screen and (min-width: 1200px) and (max-width: 1399px) {
  .st-portfolio-details-wrap-left {
    max-width: 580px;
  }
}
@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .st-portfolio-details-wrap-left {
    max-width: 500px;
  }
}
.st-portfolio-details-content h1, .st-portfolio-details-content h2, .st-portfolio-details-content h3, .st-portfolio-details-content h4, .st-portfolio-details-content h5, .st-portfolio-details-content h6, .st-portfolio-details-content p, .st-portfolio-details-content li, .st-portfolio-details-content blockquote, .st-portfolio-details-content cite, .st-portfolio-details-content b {
  font-family: var(--st-font-4);
  color: var(--st-clr-h-2);
}
.st-portfolio-details-content h1, .st-portfolio-details-content h2, .st-portfolio-details-content h3, .st-portfolio-details-content h4, .st-portfolio-details-content h5, .st-portfolio-details-content h6 {
  font-weight: 700;
  line-height: 1.142;
  margin-top: 41px;
  margin-bottom: 17px;
}
.st-portfolio-details-content p {
  font-size: 18px;
  line-height: 1.555;
  opacity: 80%;
  color: var(--st-clr-h-2);
  margin-bottom: 25px;
}
.st-portfolio-details-content p:first-of-type b {
  font-weight: 400;
  font-size: 60px;
  line-height: 1;
}
.st-portfolio-details-content h1 {
  font-size: 46px;
}
@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .st-portfolio-details-content h1 {
    font-size: 42px;
  }
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .st-portfolio-details-content h1 {
    font-size: 36px;
  }
}
@media (max-width: 767px) {
  .st-portfolio-details-content h1 {
    font-size: 26px;
  }
}
@media only screen and (min-width: 576px) and (max-width: 767px) {
  .st-portfolio-details-content h1 {
    font-size: 30px;
  }
}
.st-portfolio-details-content h2 {
  font-size: 42px;
}
@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .st-portfolio-details-content h2 {
    font-size: 38px;
  }
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .st-portfolio-details-content h2 {
    font-size: 34px;
  }
}
@media (max-width: 767px) {
  .st-portfolio-details-content h2 {
    font-size: 24px;
  }
}
@media only screen and (min-width: 576px) and (max-width: 767px) {
  .st-portfolio-details-content h2 {
    font-size: 26px;
  }
}
.st-portfolio-details-content h3 {
  font-size: 40px;
}
@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .st-portfolio-details-content h3 {
    font-size: 38px;
  }
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .st-portfolio-details-content h3 {
    font-size: 34px;
  }
}
@media (max-width: 767px) {
  .st-portfolio-details-content h3 {
    font-size: 24px;
  }
}
@media only screen and (min-width: 576px) and (max-width: 767px) {
  .st-portfolio-details-content h3 {
    font-size: 30px;
  }
}
.st-portfolio-details-content h4 {
  font-size: 28px;
  font-weight: 700;
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .st-portfolio-details-content h4 {
    font-size: 25px;
  }
}
@media (max-width: 767px) {
  .st-portfolio-details-content h4 {
    font-size: 20px;
  }
}
@media only screen and (min-width: 576px) and (max-width: 767px) {
  .st-portfolio-details-content h4 {
    font-size: 23px;
  }
}
.st-portfolio-details-content h5 {
  font-size: 24px;
  font-weight: 600;
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .st-portfolio-details-content h5 {
    font-size: 20px;
  }
}
.st-portfolio-details-content h6 {
  font-size: 18px;
  font-weight: 500;
}
.st-portfolio-details-content blockquote {
  background: #F1F1F1;
  border-radius: 12px;
  padding: 32px 32px;
  color: #000;
  font-weight: 500;
  text-align: center;
  font-size: 24px;
  line-height: 150%;
  margin-bottom: 24px;
  margin-top: 24px;
}
@media only screen and (min-width: 992px) and (max-width: 1199px), only screen and (min-width: 768px) and (max-width: 991px), (max-width: 767px) {
  .st-portfolio-details-content blockquote {
    font-size: 20px;
  }
}
.st-portfolio-details-content ul {
  list-style: none;
  margin: 0;
  padding: 0;
  display: grid;
  gap: 20px 20px;
}
.st-portfolio-details-content ul li {
  font-family: var(--st-font-3);
  display: flex;
  align-items: start;
  gap: 12px;
  font-size: 18px;
  line-height: 1.5;
}
.st-portfolio-details-content ul li b {
  font-weight: 500;
}
.st-portfolio-details-content ul li img {
  margin-top: 5px;
}
.st-portfolio-details-gallery {
  display: grid;
  gap: 12px;
  grid-template-columns: 1fr 1fr 1fr;
}
@media (max-width: 767px) {
  .st-portfolio-details-gallery {
    grid-template-columns: 1fr;
  }
}
@media only screen and (min-width: 576px) and (max-width: 767px) {
  .st-portfolio-details-gallery {
    grid-template-columns: 1fr 1fr;
  }
}
.st-portfolio-details-slider {
  border: 1px solid rgba(0, 0, 0, 0.24);
  border-radius: 10px;
  padding: 40px 40px;
  overflow: hidden;
}
@media only screen and (min-width: 992px) and (max-width: 1199px), only screen and (min-width: 768px) and (max-width: 991px), (max-width: 767px) {
  .st-portfolio-details-slider {
    padding: 40px 20px;
  }
}
.st-portfolio-details-slider-card .rating {
  color: #F87400;
  font-size: 18px;
  margin-top: -5px;
  margin-bottom: 12px;
}
.st-portfolio-details-slider-card .comment {
  font-size: 22px;
  opacity: 1;
  margin-bottom: 24px;
}
.st-portfolio-details-slider-card .author {
  display: flex;
  align-items: center;
  gap: 14px;
}
.st-portfolio-details-slider-card .author-img {
  width: 60px;
  height: 60px;
  border-radius: 60px;
}
.st-portfolio-details-slider-card .author-name {
  font-size: 20px;
  font-weight: 500;
  text-transform: uppercase;
  margin-bottom: 4px;
}
.st-portfolio-details-slider-btn {
  width: 44px;
  height: 44px;
  border: 1px solid rgba(0, 0, 0, 0.24);
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 16px;
  transition: var(--st-cube-2);
  position: absolute;
  right: 40px;
  bottom: 40px;
  cursor: pointer;
  z-index: 1;
}
.st-portfolio-details-slider-btn:hover {
  background-color: var(--st-clr-pr-1);
  border-color: transparent;
  color: #fff;
}
.st-portfolio-details-slider-btn:is(.has-left) {
  right: 93px;
}
.st-portfolio-details-sidebar {
  width: 100%;
  max-width: 480px;
  border-radius: 20px;
  overflow: hidden;
}
@media only screen and (min-width: 992px) and (max-width: 1199px), only screen and (min-width: 768px) and (max-width: 991px), (max-width: 767px) {
  .st-portfolio-details-sidebar {
    max-width: 370px;
  }
}
.st-portfolio-details-sidebar .sidebar-title {
  background-color: var(--st-clr-pr-1);
  color: #fff;
  text-align: center;
  font-size: 24px;
  padding: 22px 10px;
}
.st-portfolio-details-sidebar .content-box {
  background-color: var(--st-clr-h-2);
  padding: 30px 40px;
}
@media only screen and (min-width: 992px) and (max-width: 1199px), only screen and (min-width: 768px) and (max-width: 991px), (max-width: 767px) {
  .st-portfolio-details-sidebar .content-box {
    padding: 30px 20px;
  }
}
.st-portfolio-details-sidebar .title-x-disc {
  display: flex;
  justify-content: space-between;
  gap: 20px;
  flex-wrap: wrap;
  align-items: start;
}
.st-portfolio-details-sidebar .title-x-disc:not(:last-child) {
  padding-bottom: 18px;
  margin-bottom: 20px;
  border-bottom: 1px dashed rgba(255, 255, 255, 0.24);
}
.st-portfolio-details-sidebar .title {
  color: #fff;
  font-weight: 500;
  display: flex;
  align-items: center;
  gap: 6px;
}
.st-portfolio-details-sidebar .disc {
  color: #fff;
}
.st-portfolio-details-sidebar .disc i {
  color: #F87400;
}

/*
    portfolio-details-end
*/
/*
    portfolio-details-2-start
*/
.st-portfolio-details-2-area .st-portfolio-details-title {
  text-align: center;
}
.st-portfolio-details-2-wrap {
  max-width: 800px;
  width: 100%;
  margin-left: auto;
  margin-right: auto;
}
@media (min-width: 1800px) {
  .st-portfolio-details-2-wrap .st-portfolio-details-gallery {
    margin-left: -700px;
    margin-right: -700px;
  }
}
.st-portfolio-details-2-wrap .st-portfolio-details-gallery .single-img {
  border-radius: 12px;
}

.st-portfolio-details-content-meta {
  background: #F1F1F1;
  border: 1px solid rgba(5, 5, 5, 0.16);
  border-radius: 12px;
  padding: 20px 0px;
  display: grid;
  gap: 24px;
  grid-template-columns: 1fr 1fr 1fr;
}
@media only screen and (min-width: 768px) and (max-width: 991px), (max-width: 767px) {
  .st-portfolio-details-content-meta {
    grid-template-columns: 1fr;
  }
}
.st-portfolio-details-content-meta .text-elm {
  margin: 0;
  opacity: 1;
  color: rgba(0, 0, 0, 0.72);
  display: flex;
  align-items: baseline;
  gap: 5px;
}
.st-portfolio-details-content-meta .text-elm b {
  font-size: 18px !important;
  font-weight: 500;
}
.st-portfolio-details-content-meta .text-elm i {
  color: #F87400;
  font-size: 16px;
}
.st-portfolio-details-content-meta .text-elm:not(:last-child) {
  margin-bottom: 10px;
}
.st-portfolio-details-content-meta .content-box {
  position: relative;
  z-index: 1;
  padding: 0 24px;
}
@media only screen and (min-width: 768px) and (max-width: 991px), (max-width: 767px) {
  .st-portfolio-details-content-meta .content-box {
    padding: 0 14px;
  }
}
.st-portfolio-details-content-meta .content-box:not(:last-child)::after {
  content: "";
  width: 1px;
  height: 100%;
  background: radial-gradient(50% 50% at 50% 50%, #050505 0%, #F1F1F1 100%);
  position: absolute;
  right: 0;
  top: 0;
  z-index: 1;
}
@media only screen and (min-width: 768px) and (max-width: 991px), (max-width: 767px) {
  .st-portfolio-details-content-meta .content-box:not(:last-child)::after {
    display: none;
  }
}

/*
    portfolio-details-2-end
*/
/*
    blog-right-sidebar-start
*/
.st-blog-right-sidebar-wrap {
  display: grid;
  gap: 40px;
  grid-template-columns: 2.1fr 1fr;
  align-items: start;
}
@media only screen and (min-width: 768px) and (max-width: 991px), (max-width: 767px) {
  .st-blog-right-sidebar-wrap {
    grid-template-columns: 1fr;
  }
}
.st-blog-right-sidebar-wrap:is(.has-left-sidebar) {
  grid-template-columns: 1fr 2.1fr;
}
@media only screen and (min-width: 768px) and (max-width: 991px), (max-width: 767px) {
  .st-blog-right-sidebar-wrap:is(.has-left-sidebar) {
    grid-template-columns: 1fr;
  }
}
.st-blog-right-sidebar-card {
  display: grid;
  gap: 40px 32px;
  grid-template-columns: 1fr 1fr;
}
@media (max-width: 767px) {
  .st-blog-right-sidebar-card {
    grid-template-columns: 1fr;
  }
}
@media only screen and (min-width: 576px) and (max-width: 767px) {
  .st-blog-right-sidebar-card {
    grid-template-columns: 1fr 1fr;
  }
}

.st-blog-sidebar {
  background-color: #F1F1F1;
  border-radius: 16px;
  padding: 12px;
  display: flex;
  flex-direction: column;
  gap: 12px;
}
.st-blog-sidebar-widget {
  background-color: #fff;
  border-radius: 12px;
  padding: 32px 28px;
  padding-top: 28px;
}
@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) {
  .st-blog-sidebar-widget {
    padding: 32px 18px;
  }
}
.st-blog-sidebar-widget .widget-title {
  font-size: 22px;
  font-weight: 500;
  margin-bottom: 19px;
}

.st-sidebar-search {
  position: relative;
  z-index: 1;
  height: 54px;
  width: 100%;
  border-radius: 8px;
  background-color: #F1F1F1;
}
.st-sidebar-search-input {
  font-family: var(--st-font-3);
  border: none;
  outline: none;
  margin: 0;
  background: transparent;
  height: 100%;
  width: 100%;
  padding-left: 20px;
  padding-right: 60px;
  font-size: 16px;
  font-weight: 400;
  color: rgba(0, 3, 0, 0.4);
}
.st-sidebar-search-btn {
  width: 54px;
  height: 100%;
  position: absolute;
  right: 0;
  top: 0;
  background: var(--st-clr-pr-1);
  border-radius: 0 5px 5px 0;
  color: #fff;
  transition: all 0.3s ease;
}
.st-sidebar-search-btn:hover {
  background: #000;
}
.st-sidebar-categories {
  list-style: none;
  margin: 0;
  padding: 0;
  display: flex;
  flex-direction: column;
  gap: 8px;
}
.st-sidebar-categories a {
  font-family: var(--st-font-4);
  text-transform: capitalize;
  font-size: 18px;
  line-height: 28px;
  color: rgba(0, 0, 0, 0.8);
  display: flex;
  justify-content: space-between;
  padding: 13px 20px;
  transition: var(--st-cube-2);
  border: 1px solid rgba(0, 3, 0, 0.12);
  border-radius: 6px;
}
.st-sidebar-categories a:hover {
  color: #fff;
  border-color: transparent;
  background: var(--st-clr-h-2);
}
.st-sidebar-recent-post {
  display: flex;
  flex-direction: column;
  gap: 16px;
}
.st-sidebar-recent-post-single {
  display: grid;
  grid-template-columns: 1fr 2.26fr;
  gap: 20px;
  align-items: center;
}
.st-sidebar-recent-post-single .item-img {
  height: 130px;
  border-radius: 4px;
}
.st-sidebar-recent-post-single .item-title {
  font-size: 18px;
  transition: var(--st-cube-2);
  font-weight: 500;
  line-height: 1.4;
  margin-bottom: 7px;
}
.st-sidebar-recent-post-single .item-title:hover {
  color: var(--st-clr-pr-1);
}
.st-sidebar-recent-post-single .read-time {
  font-size: 14px;
  margin-bottom: -2px;
}
.st-sidebar-recent-post-single .categories {
  font-size: 14px;
  color: var(--st-clr-pr-1);
  opacity: 1;
}
.st-sidebar-tags {
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
  list-style: none;
  margin: 0;
  padding: 0;
}
.st-sidebar-tags a {
  font-size: 16px;
  line-height: 20px;
  font-family: var(--st-font-3);
  color: rgba(5, 5, 5, 0.8);
  background: #F1F1F1;
  display: inline-block;
  padding: 7px 16px;
  border-radius: 4px;
  transition: var(--st-cube-2);
}
.st-sidebar-tags a:hover {
  color: #fff;
  background: var(--st-clr-pr-1);
}
.st-sidebar-social {
  list-style: none;
  margin: 0;
  padding: 0;
  display: flex;
  flex-wrap: wrap;
  gap: 16px;
}
.st-sidebar-social a {
  width: 50px;
  height: 50px;
  border: 1px solid #F1F3F5;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 8px;
  transition: var(--st-cube-2);
}
.st-sidebar-social a:hover {
  filter: drop-shadow(4px 6px 10px rgba(232, 44, 0, 0.6));
  background-color: var(--st-clr-pr-1);
  color: #fff;
}

/*
    blog-right-sidebar-end
*/
/*
    blog-details-start
*/
.st-blog-details-top {
  max-width: 1030px;
}
.st-blog-details-top .author-x-time {
  display: flex;
  align-items: center;
  gap: 10px 20px;
  flex-wrap: wrap;
}
.st-blog-details-top .cat-x-author {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 20px;
  flex-wrap: wrap;
  margin-bottom: 17px;
}
.st-blog-details-top .cat-x-author .cat-box {
  display: flex;
  gap: 15px 20px;
  flex-wrap: wrap;
  align-items: center;
}
.st-blog-details-top .meta-author {
  display: flex;
  align-items: center;
  gap: 15px;
}
.st-blog-details-top .meta-author-img {
  width: 44px;
  height: 44px;
  border-radius: 50%;
}
.st-blog-details-top .meta-author-name {
  opacity: 1;
  color: var(--st-clr-h-2);
}
.st-blog-details-top .meta-date {
  position: relative;
  z-index: 1;
  padding-left: 25px;
}
.st-blog-details-top .meta-date::after {
  content: "";
  width: 6px;
  height: 6px;
  border-radius: 50%;
  background-color: var(--st-clr-pr-1);
  position: absolute;
  top: 10px;
  left: 0;
}
.st-blog-details-top .categories {
  color: var(--st-clr-pr-1);
  opacity: 1;
  background-color: #fff;
  padding: 8px 15px;
  border-radius: 9px;
}
.st-blog-details-wrap {
  display: flex;
  flex-wrap: wrap;
  gap: 50px;
  align-items: start;
  justify-content: space-between;
}
.st-blog-details-wrap-left {
  max-width: 800px;
  width: 100%;
}
@media only screen and (min-width: 1400px) and (max-width: 1599px) {
  .st-blog-details-wrap-left {
    max-width: 760px;
  }
}
@media only screen and (min-width: 1200px) and (max-width: 1399px) {
  .st-blog-details-wrap-left {
    max-width: 580px;
  }
}
@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .st-blog-details-wrap-left {
    max-width: 500px;
  }
}
.st-blog-details-wrap .st-blog-sidebar {
  max-width: 480px;
  width: 100%;
}
@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .st-blog-details-wrap .st-blog-sidebar {
    max-width: 370px;
    padding: 35px 20px;
  }
}
@media only screen and (min-width: 768px) and (max-width: 991px), (max-width: 767px) {
  .st-blog-details-wrap .st-blog-sidebar {
    max-width: 100%;
    padding: 35px 20px;
  }
}

.st-blog-details-title {
  font-size: clamp(35px, 6vw, 64px);
  letter-spacing: -1%;
}
.st-blog-details-img {
  border-radius: 20px;
  margin-bottom: 60px;
}
.st-blog-details-content h1, .st-blog-details-content h2, .st-blog-details-content h3, .st-blog-details-content h4, .st-blog-details-content h5, .st-blog-details-content h6, .st-blog-details-content p, .st-blog-details-content li, .st-blog-details-content blockquote, .st-blog-details-content cite, .st-blog-details-content b {
  font-family: var(--st-font-4);
  color: var(--st-clr-h-2);
}
.st-blog-details-content h1, .st-blog-details-content h2, .st-blog-details-content h3, .st-blog-details-content h4, .st-blog-details-content h5, .st-blog-details-content h6 {
  font-weight: 700;
  line-height: 1.142;
  margin-top: 41px;
  margin-bottom: 17px;
}
.st-blog-details-content p {
  font-size: 18px;
  line-height: 1.555;
  opacity: 80%;
  color: var(--st-clr-h-2);
  margin-bottom: 25px;
}
.st-blog-details-content p:first-of-type b {
  font-weight: 400;
  font-size: 60px;
  line-height: 1;
}
.st-blog-details-content h1 {
  font-size: 46px;
}
@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .st-blog-details-content h1 {
    font-size: 42px;
  }
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .st-blog-details-content h1 {
    font-size: 36px;
  }
}
@media (max-width: 767px) {
  .st-blog-details-content h1 {
    font-size: 26px;
  }
}
@media only screen and (min-width: 576px) and (max-width: 767px) {
  .st-blog-details-content h1 {
    font-size: 30px;
  }
}
.st-blog-details-content h2 {
  font-size: 42px;
}
@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .st-blog-details-content h2 {
    font-size: 38px;
  }
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .st-blog-details-content h2 {
    font-size: 34px;
  }
}
@media (max-width: 767px) {
  .st-blog-details-content h2 {
    font-size: 24px;
  }
}
@media only screen and (min-width: 576px) and (max-width: 767px) {
  .st-blog-details-content h2 {
    font-size: 26px;
  }
}
.st-blog-details-content h3 {
  font-size: 40px;
}
@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .st-blog-details-content h3 {
    font-size: 38px;
  }
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .st-blog-details-content h3 {
    font-size: 34px;
  }
}
@media (max-width: 767px) {
  .st-blog-details-content h3 {
    font-size: 24px;
  }
}
@media only screen and (min-width: 576px) and (max-width: 767px) {
  .st-blog-details-content h3 {
    font-size: 30px;
  }
}
.st-blog-details-content h4 {
  font-size: 28px;
  font-weight: 700;
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .st-blog-details-content h4 {
    font-size: 25px;
  }
}
@media (max-width: 767px) {
  .st-blog-details-content h4 {
    font-size: 20px;
  }
}
@media only screen and (min-width: 576px) and (max-width: 767px) {
  .st-blog-details-content h4 {
    font-size: 23px;
  }
}
.st-blog-details-content h5 {
  font-size: 24px;
  font-weight: 600;
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .st-blog-details-content h5 {
    font-size: 20px;
  }
}
.st-blog-details-content h6 {
  font-size: 18px;
  font-weight: 500;
}
.st-blog-details-content blockquote {
  font-family: var(--st-font-3);
  background: #F1F1F1;
  border-radius: 8px;
  padding: 35px 40px;
  color: var(--st-clr-h-2);
  font-weight: 400;
  position: relative;
  z-index: 1;
  font-size: 20px;
  line-height: 30px;
  margin-bottom: 60px;
  margin-top: 60px;
  overflow: hidden;
  border-left: 4px solid var(--st-clr-pr-1);
  border-right: 4px solid var(--st-clr-pr-1);
  font-style: italic;
}
.st-blog-details-content blockquote::after {
  content: "";
  width: 60px;
  height: 60px;
  background: url("../img/vector/quote-icon.svg") no-repeat;
  left: 31px;
  top: 26px;
  position: absolute;
  z-index: -1;
}
.st-blog-details-content cite {
  display: block;
  font-weight: 700;
  color: #261723;
  font-style: normal;
  padding-left: 72px;
  margin-top: 20px;
  text-transform: uppercase;
  position: relative;
  z-index: 1;
  font-size: 18px;
}
@media (max-width: 767px) {
  .st-blog-details-content cite {
    font-size: 16px;
  }
}
@media only screen and (min-width: 576px) and (max-width: 767px) {
  .st-blog-details-content cite {
    font-size: 18px;
  }
}
.st-blog-details-content cite::after {
  content: "";
  width: 62px;
  height: 2px;
  border-radius: 20px;
  background: var(--st-clr-pr-1);
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  left: 0;
}
.st-blog-details-content ul {
  list-style: none;
  margin: 0;
  padding: 0;
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 20px 20px;
}
@media (max-width: 767px) {
  .st-blog-details-content ul {
    grid-template-columns: 1fr;
  }
}
.st-blog-details-content ul li {
  font-family: var(--st-font-3);
  display: flex;
  align-items: center;
  gap: 12px;
  font-size: 18px;
  line-height: 1.142;
}
.st-blog-details-content-gallery {
  display: grid;
  grid-template-columns: 1fr 2fr;
  gap: 8px;
  margin-top: 50px;
}
@media (max-width: 767px) {
  .st-blog-details-content-gallery {
    grid-template-columns: 1fr;
  }
}
@media only screen and (min-width: 576px) and (max-width: 767px) {
  .st-blog-details-content-gallery {
    grid-template-columns: 1fr 1fr;
  }
}
.st-blog-details-content-gallery .single-img {
  border-radius: 10px;
}
.st-blog-details-tag-share {
  display: flex;
  gap: 40px;
  justify-content: space-between;
  flex-wrap: wrap;
  border-top: 1px solid rgba(5, 5, 5, 0.2);
  border-bottom: 1px solid rgba(5, 5, 5, 0.2);
  padding: 32px 0px;
  margin-top: 60px;
}
.st-blog-details-tag-share .tags-box-title {
  font-size: 20px;
  margin-bottom: 15px;
}
.st-blog-details-tag-share .tags-box-list {
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
}
.st-blog-details-tag-share .tags-box-list a {
  background-color: #F1F1F1;
  border-radius: 5px;
  padding: 9px 18px;
  font-size: 14px;
  transition: var(--st-cube-2);
}
.st-blog-details-tag-share .tags-box-list a:hover {
  background-color: var(--st-clr-pr-1);
  color: #fff;
}
.st-blog-details-tag-share .share-box-title {
  font-size: 20px;
  margin-bottom: 15px;
}
.st-blog-details-tag-share .share-box-list {
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
}
.st-blog-details-tag-share .share-box-list .has-link-copy {
  width: 38px;
  height: 38px;
  background-color: #DFE1E5;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  transition: var(--st-cube-2);
}
.st-blog-details-tag-share .share-box-list .has-link-copy:hover {
  background-color: var(--st-clr-pr-1);
}
.st-blog-details-author {
  background: #FFD6CD;
  border-radius: 14px;
  padding: 32px;
  display: flex;
  align-items: center;
  gap: 28px;
  margin-top: 64px;
}
@media (max-width: 767px) {
  .st-blog-details-author {
    flex-wrap: wrap;
  }
}
@media only screen and (min-width: 576px) and (max-width: 767px) {
  .st-blog-details-author {
    flex-wrap: nowrap;
  }
}
.st-blog-details-author .img-elm {
  border-radius: 50%;
  width: 140px;
  height: 140px;
  flex: 0 0 auto;
  border: 3px solid var(--st-clr-pr-1);
}
.st-blog-details-author .name {
  font-size: 20px;
  line-height: 26px;
  margin-bottom: 15px;
  display: block;
}
.st-blog-details-author .comment-text {
  opacity: 72%;
  margin-bottom: 0;
}
.st-blog-details-form {
  background-color: #F1F1F1;
  border-radius: 16px;
  padding: 40px 40px;
}
@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) {
  .st-blog-details-form {
    padding: 40px 20px;
  }
}
.st-blog-details-form-title {
  font-size: 36px;
  margin-top: -5px;
  margin-bottom: 33px;
}
@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) {
  .st-blog-details-form-title {
    font-size: 26px;
  }
}
.st-blog-details-form .st-contact-3-form {
  gap: 15px;
}
.st-blog-details-form .st-contact-3-form-input {
  background-color: #fff;
  border-radius: 8px;
  color: rgba(0, 0, 0, 0.7);
  height: 56px;
  padding: 0 24px;
  font-size: 16px;
  opacity: 1;
  font-weight: 500;
}
.st-blog-details-form .st-contact-3-form-input:is(textarea) {
  height: 132px;
  padding-top: 14px;
}
.st-blog-details-form .st-contact-3-form .st-pr-btn-3 {
  background-color: var(--st-clr-h-2);
}
.st-blog-details-form .st-contact-3-form .st-pr-btn-3::after {
  background: var(--st-clr-pr-1);
}
.st-blog-details-form .st-contact-3-form .st-pr-btn-3:hover {
  color: #fff;
}
.st-blog-details-form .st-contact-3-form .st-pr-btn-3:hover svg * {
  fill: #fff;
}

/*
    blog-details-end
*/
/*
    blog-details-2-start
*/
.st-blog-details-2-area .st-blog-details-top {
  max-width: 100%;
  text-align: center;
}
.st-blog-details-2-area .st-blog-details-top .cat-x-author {
  justify-content: center;
}
.st-blog-details-2-area .st-blog-details-wrap-left {
  margin-left: auto;
  margin-right: auto;
}

/*
    blog-details-2-end
*/
/*
    blog-standard-start
*/
.st-blog-standard-card {
  display: flex;
  flex-direction: column;
  gap: 32px;
}
.st-blog-standard-card .st-blog-4-big-card {
  margin-bottom: 0;
}
.st-blog-standard-card .st-blog-4-big-card .card-img {
  position: relative;
  z-index: 1;
}
.st-blog-standard-card .st-blog-4-big-card .card-img::after {
  content: "";
  width: 100%;
  height: 100%;
  background-color: #000;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 1;
  opacity: 20%;
}
.st-blog-standard-card .st-blog-4-big-card .card-img .plybtn {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 65px;
  height: 65px;
  background-color: #fff;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
  font-size: 16px;
  z-index: 2;
  transition: var(--st-cube-2);
}
.st-blog-standard-card .st-blog-4-big-card .card-img .plybtn:hover {
  background-color: var(--st-clr-pr-1);
  color: #fff;
}
.st-blog-standard-card .st-blog-4-big-card .btn-elm {
  display: inline-flex;
  align-items: center;
  gap: 10px;
  margin-top: 18px;
  transition: var(--st-cube-2);
}
.st-blog-standard-card .st-blog-4-big-card .btn-elm .icon-elm {
  width: 44px;
  height: 44px;
  background-color: var(--st-clr-h-2);
  color: #fff;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 18px;
  transition: var(--st-cube-2);
}
.st-blog-standard-card .st-blog-4-big-card .btn-elm:hover {
  color: var(--st-clr-pr-1);
}
.st-blog-standard-card .st-blog-4-big-card .btn-elm:hover .icon-elm {
  background-color: var(--st-clr-pr-1);
  color: #fff;
}

/*
    blog-standard-end
*/
/*
    pages
*/
/*
    home-css-start
*/
.st-home-1 {
  background-color: #000;
}

@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) {
  .st-home-2-bg-color {
    background-color: #fff;
    position: relative;
    z-index: 2;
  }
}

/*
    home-css-end
*/

/*# sourceMappingURL=main.css.map */
