:root {
  scroll-behavior: inherit;
  --sr-font-1: "Urbanist", sans-serif;
  --sr-font-2: "Squada One", sans-serif;
  --sr-font-3: "Bricolage Grotesque", sans-serif;
  --sr-clr-pr-1: #7A5AF8;
  --sr-clr-pr-2: #FF4200;
  --sr-clr-pr-3: #009393;
  --sr-clr-pr-5: #7063db;
  --sr-clr-sd-1: #4F4AE6;
  --sr-clr-sd-5: #FF7800;
  --sr-clr-black-3: #08080A;
  --sr-clr-black-4: #545963;
  --sr-clr-black-5: #181D27;
  --sr-clr-black-6: #D5D7DA;
  --sr-clr-black-7: #F8F9FC;
  --sr-clr-black-8: #0f1d37;
  --sr-clr-black-9: #404040;
  --sr-clr-black-10: #0a0a0a;
  --sr-clr-black-11: #0e1421;
  --sr-clr-gd-1: linear-gradient(180deg, #FF7800 0%, #FF4200 100%);
  --sr-clr-gd-2: linear-gradient( 0deg, rgb(0,147,147) 0%, rgb(1,221,221) 100%);
  --sr-cube-1: cubic-bezier(0.23, 1, 0.32, 1);
}

body {
  font-family: var(--sr-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(--sr-clr-pr-1);
    border-radius: 6px;
  }
}
.swiper-notification {
  display: none;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.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
*/
/*
    global-css-end
*/
/*
    02. utility
*/
.wa-fix {
  overflow: hidden;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.wa-no-ani-tf {
  transform: none !important;
}

.text-right {
  text-align: right;
}

/*
    components
*/
/*
    custom-container-start
*/
@media (min-width: 1400px) {
  .container.sr-container-1 {
    max-width: 1320px;
  }
}
@media (min-width: 1600px) {
  .container.sr-container-2 {
    max-width: 1524px;
  }
}
/*
    custom-container-end
*/
/*
    03. typography
*/
/*
    typography-start
*/
.sr-p-1 {
  font-family: var(--sr-font-1);
  line-height: 150%;
  font-size: 18px;
  font-weight: 400;
  color: var(--sr-clr-black-4);
  margin-bottom: 0;
}

.sr-p-2 {
  font-family: var(--sr-font-1);
  line-height: 150%;
  font-size: 18px;
  font-weight: 400;
  color: var(--sr-clr-black-6);
  margin-bottom: 0;
}

.sr-p-3 {
  font-family: var(--sr-font-1);
  line-height: 1.5;
  font-size: 20px;
  font-weight: 400;
  color: var(--sr-clr-black-9);
  margin-bottom: 0;
}

.sr-p-4 {
  font-family: var(--sr-font-1);
  line-height: 1.444;
  font-size: 18px;
  font-weight: 400;
  color: var(--sr-clr-black-9);
  margin-bottom: 0;
}

.sr-p-5 {
  font-family: var(--sr-font-1);
  line-height: 1.444;
  font-size: 20px;
  font-weight: 500;
  color: var(--sr-clr-black-11);
  margin-bottom: 0;
}

.sr-h-1 {
  font-family: var(--sr-font-1);
  line-height: 130%;
  font-weight: 600;
  color: var(--sr-clr-black-3);
  margin-bottom: 0;
}

.sr-h-2 {
  font-family: var(--sr-font-1);
  line-height: 130%;
  font-weight: 600;
  color: #fff;
  margin-bottom: 0;
}

.sr-h-3 {
  font-family: var(--sr-font-3);
  line-height: 1.25;
  font-weight: 700;
  color: var(--sr-clr-black-8);
  margin-bottom: 0;
}

.sr-h-5 {
  font-family: var(--sr-font-3);
  line-height: 1.25;
  font-weight: 600;
  color: var(--sr-clr-black-10);
  margin-bottom: 0;
}

.sr-subtitle-1 {
  font-family: var(--sr-font-1);
  display: inline-flex;
  gap: 8px;
  align-items: center;
  font-weight: 400;
  font-size: 18px;
  color: var(--sr-clr-black-3);
  line-height: 110%;
  border: 1px solid rgba(213, 215, 218, 0.4);
  border-radius: 32px;
  padding: 8px;
  padding-right: 16px;
  margin-bottom: 12px;
}
.sr-subtitle-1 .icon {
  width: 32px;
  height: 32px;
  background: var(--sr-clr-pr-1);
  border-radius: 50%;
  display: inline-flex;
  flex: 0 0 auto;
  align-items: center;
  justify-content: center;
  color: #fff;
  will-change: width, height;
}
.sr-subtitle-1:is(.has-v2) {
  background: linear-gradient(107.68deg, rgba(255, 255, 255, 0.02) 0%, rgba(255, 255, 255, 0.07) 100%);
  border: 1px solid rgba(255, 255, 255, 0.05);
  color: #fff;
}
.sr-subtitle-1:is(.has-v2) .icon {
  background: var(--sr-clr-gd-1);
}

.sr-subtitle-4 {
  display: inline-block;
  font-family: var(--sr-font-3);
  font-weight: 500;
  font-size: 15px;
  line-height: 1.3;
  position: relative;
  z-index: 1;
  border: 1px solid #426fe6;
  padding: 7px 24px;
  padding-left: 51px;
  border-radius: 100px;
  margin-bottom: 20px;
}
.sr-subtitle-4-icon {
  position: absolute;
  top: 38%;
  left: 0;
  transform: translateY(-50%);
  z-index: 1;
}

.sr-subtitle-5 {
  font-family: var(--sr-font-3);
  font-weight: 700;
  font-size: 19px;
  line-height: 1.5;
  background: linear-gradient(45deg, #f46800, #a54600);
  display: inline-block;
  background-clip: text;
  -webkit-text-fill-color: transparent;
  margin-bottom: 10px;
}
@media (max-width: 767px) {
  .sr-subtitle-5 {
    font-size: 16px;
  }
}

.sr-sec-title-1 {
  font-family: var(--sr-font-1);
  font-weight: 600;
  line-height: 120%;
  color: var(--sr-clr-black-3);
  font-size: 40px;
  margin-bottom: 0;
}
@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .sr-sec-title-1 {
    font-size: 38px;
  }
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .sr-sec-title-1 {
    font-size: 35px;
  }
}
@media (max-width: 767px) {
  .sr-sec-title-1 {
    font-size: 30px;
  }
}
@media only screen and (min-width: 576px) and (max-width: 767px) {
  .sr-sec-title-1 {
    font-size: 33px;
  }
}

.sr-sec-title-2 {
  font-family: var(--sr-font-1);
  font-weight: 600;
  color: #fff;
  font-size: 40px;
  line-height: 120%;
  margin-bottom: 0;
}
.sr-sec-title-2 span {
  display: inline;
  color: rgba(213, 215, 218, 0.7);
}
@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .sr-sec-title-2 {
    font-size: 38px;
  }
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .sr-sec-title-2 {
    font-size: 35px;
  }
}
@media (max-width: 767px) {
  .sr-sec-title-2 {
    font-size: 30px;
  }
}
@media only screen and (min-width: 576px) and (max-width: 767px) {
  .sr-sec-title-2 {
    font-size: 33px;
  }
}

.sr-sec-title-4 {
  font-family: var(--sr-font-3);
  font-weight: 800;
  line-height: 1.076;
  font-size: 65px;
  color: var(--sr-clr-black-8);
  margin-bottom: 6px;
}
@media only screen and (min-width: 1200px) and (max-width: 1399px) {
  .sr-sec-title-4 {
    font-size: 62px;
  }
}
@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .sr-sec-title-4 {
    font-size: 54px;
  }
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .sr-sec-title-4 {
    font-size: 46px;
  }
}
@media (max-width: 767px) {
  .sr-sec-title-4 {
    font-size: 30px;
  }
}
@media only screen and (min-width: 576px) and (max-width: 767px) {
  .sr-sec-title-4 {
    font-size: 38px;
  }
}
.sr-sec-title-4:is(.sec_title_2) .split-line {
  display: inline-block !important;
}

.sr-sec-title-5 {
  font-family: var(--sr-font-3);
  font-weight: 500;
  line-height: 1.2;
  letter-spacing: -0.03em;
  font-size: 60px;
  margin-bottom: 0;
}
.sr-sec-title-5:is(.wa_bg_position) div {
  background-size: 200% 100%;
  background-position-x: 100%;
  color: transparent;
  background-clip: text;
  -webkit-background-clip: text;
  background-image: linear-gradient(135deg, #000 35%, #f46800);
}
@media only screen and (min-width: 1400px) and (max-width: 1599px) {
  .sr-sec-title-5 {
    font-size: 55px;
  }
}
@media only screen and (min-width: 1200px) and (max-width: 1399px) {
  .sr-sec-title-5 {
    font-size: 50px;
  }
}
@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .sr-sec-title-5 {
    font-size: 45px;
  }
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .sr-sec-title-5 {
    font-size: 40px;
  }
}
@media (max-width: 767px) {
  .sr-sec-title-5 {
    font-size: 30px;
  }
}
@media only screen and (min-width: 576px) and (max-width: 767px) {
  .sr-sec-title-5 {
    font-size: 35px;
  }
}

/*
    typography-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(--pg-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(--pg-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(0);
  -moz-transform: scale(0);
  -ms-transform: scale(0);
  -o-transform: scale(0);
  transform: scale(0);
}
.wa-cursor:is(.-text) {
  mix-blend-mode: color-burn;
}
.wa-cursor:is(.-text):before {
  background: #000;
  -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);
}

/*
    05. button
*/
/*
    button-start
*/
.sr-offcanvas-btn-1 {
  width: 42px;
  height: 42px;
  border: 1px solid var(--sr-clr-black-5);
  border-radius: 6px;
  background: transparent;
  color: var(--sr-clr-black-5);
  font-size: 18px;
  transition: all 0.5s var(--sr-cube-1);
}
.sr-offcanvas-btn-1:hover {
  border-color: var(--sr-clr-pr-1);
  color: var(--sr-clr-pr-1);
}

.sr-login-btn-1 {
  font-family: var(--sr-font-1);
  font-weight: 500;
  font-size: 16px;
  color: var(--sr-clr-black-5);
  transition: all 0.5s var(--sr-cube-1);
}
.sr-login-btn-1:hover {
  color: var(--sr-clr-pr-1);
}

.sr-pr-btn-1 {
  font-family: var(--sr-font-1);
  background: var(--sr-clr-pr-1);
  border-radius: 8px;
  display: inline-flex;
  align-items: center;
  gap: 12px;
  padding: 8px;
  padding-left: 16px;
  font-size: 16px;
  font-weight: 500;
  color: #fff;
  transition: all 0.5s var(--sr-cube-1);
  overflow: hidden;
}
.sr-pr-btn-1 .icon {
  width: 32px;
  height: 32px;
  background: #fff;
  border-radius: 6px;
  flex: 0 0 auto;
  align-items: center;
  justify-content: center;
  display: flex;
  font-size: 18px;
  color: var(--sr-clr-pr-1);
  overflow: hidden;
  position: relative;
  transition: all 0.5s var(--sr-cube-1);
}
.sr-pr-btn-1 .icon i {
  transition: all 0.5s var(--sr-cube-1);
}
.sr-pr-btn-1 .icon i:nth-child(1) {
  position: absolute;
  transform: translateX(-25px);
}
.sr-pr-btn-1:hover {
  background: var(--sr-clr-sd-1);
  color: #fff;
}
.sr-pr-btn-1:hover i:nth-child(1) {
  transform: translateX(0px);
}
.sr-pr-btn-1:hover i:nth-child(2) {
  transform: translateX(25px);
}
.sr-pr-btn-1:is(.has-v2) {
  border: 1px solid var(--sr-clr-black-6);
  background: #fff;
  color: var(--sr-clr-black-3);
}
.sr-pr-btn-1:is(.has-v2) .icon {
  background: var(--sr-clr-black-3);
  color: #fff;
}
.sr-pr-btn-1:is(.has-v2):hover {
  border-color: transparent;
  background: var(--sr-clr-sd-1);
  color: #fff;
}
.sr-pr-btn-1:is(.has-v2):hover .icon {
  background: #fff;
  color: var(--sr-clr-pr-1);
}
.sr-pr-btn-1:is(.has-v3) {
  background: var(--sr-clr-gd-1);
}
.sr-pr-btn-1:is(.has-v3) .icon {
  color: #000;
}
.sr-pr-btn-1:is(.has-v3):hover .icon {
  color: var(--sr-clr-pr-2);
}
.sr-pr-btn-1:is(.has-v4) {
  background: linear-gradient(107.68deg, rgba(255, 255, 255, 0.05) 0%, rgba(255, 255, 255, 0.1) 100%);
  border-color: transparent;
  color: #fff;
}
.sr-pr-btn-1:is(.has-v4) .icon {
  background: var(--sr-clr-gd-1);
  color: #fff;
}
.sr-pr-btn-1:is(.has-v4):hover {
  color: var(--sr-clr-pr-2);
}

.sr-pr-btn-5 {
  font-family: var(--sr-font-3);
  font-weight: 700;
  display: inline-flex;
  align-items: center;
  gap: 10px;
  line-height: 1;
  background: var(--sr-clr-gd-2);
  color: #fff;
  padding: 26px 39px;
  border-radius: 100px;
  flex: 0 0 auto;
  font-size: 18px;
  overflow: hidden;
  position: relative;
  z-index: 1;
  transition: all 0.5s var(--sr-cube-1);
}
.sr-pr-btn-5-bg-shadow {
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0px;
  left: 0;
  background: radial-gradient(circle, rgb(1, 221, 221) 0%, rgb(0, 147, 147) 30%, rgba(0, 0, 0, 0) 80%);
  mix-blend-mode: hard-light;
  opacity: 1;
  transform: scale(1.7);
  z-index: -1;
  opacity: 0;
  transition: opacity 0.5s;
}
.sr-pr-btn-5:hover {
  color: #000;
}
.sr-pr-btn-5:hover .sr-pr-btn-5-bg-shadow {
  opacity: 1;
}
.sr-pr-btn-5:is(.has-v2) {
  background: var(--sr-clr-pr-5);
  padding: 26px 35px;
  font-weight: 600;
}
.sr-pr-btn-5:is(.has-v2)::after {
  content: "";
  width: 100%;
  height: 100%;
  background: linear-gradient(45deg, #f46800, #a54600);
  position: absolute;
  top: 0;
  left: 0;
  z-index: 1;
  transform: translateY(100%) scale(0.7);
  border-radius: 100px;
  transition: all 0.5s var(--sr-cube-1);
  filter: blur(15px);
  z-index: -1;
}
.sr-pr-btn-5:is(.has-v2):hover {
  color: #fff;
  transform: scale(96%);
}
.sr-pr-btn-5:is(.has-v2):hover::after {
  transform: translateY(0%) scale(1);
  filter: blur(0px);
}

/*
    button-end
*/
/*
    06. offcanvas
*/
/*
    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(--sr-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(--sr-clr-pr-1);
}
.mobile-main-navigation ul li:hover > .dropdown-btn {
  color: var(--sr-clr-pr-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
*/
/*
    form-1-start
*/
/*
    form-1-end
*/
/*
    08. search
*/
/*
    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
*/
/*
    09. preloader
*/
/*
	preloader-css-start
*/
.pg-preloader {
  position: fixed;
  inset: 0;
  z-index: 9999999;
  background: #fff;
  display: flex;
  align-items: center;
  justify-content: center;
  transition: opacity 0.5s ease, visibility 0.5s ease;
}
.pg-preloader-wrap {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100%;
  height: 100%;
  flex-direction: column;
  gap: 50px;
}
.pg-preloader-logo {
  width: 100px;
  height: 100px;
  display: flex;
  align-items: center;
  justify-content: center;
  border: 1px solid rgba(124, 91, 255, 0.3);
  padding: 20px;
  box-shadow: 0px 0px 34px rgba(0, 0, 0, 0.05);
  transition: 0.3s;
  border-radius: 6px;
}
.pg-preloader-logo img {
  animation: rotateXY 1.5s linear infinite;
}
.pg-preloader.loaded {
  opacity: 0;
  visibility: hidden;
  pointer-events: none;
}
.pg-preloader.loaded .pg-preloader-logo {
  transform: scale(0.5);
}

@keyframes rotateXY {
  0% {
    transform: rotate(0deg);
  }
  50% {
    opacity: 0.8;
    transform: rotateY(180deg) rotateX(0deg);
  }
  100% {
    transform: rotateY(180deg) rotateX(180deg);
  }
}
/*
	preloader-css-end
*/
/*
    11. wow-plus
*/
/*
    wow-plus-start
*/
@keyframes fadeInUp2 {
  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);
  }
}
.fadeInUp2 {
  -webkit-animation-name: fadeInUp2;
  animation-name: fadeInUp2;
  animation-duration: 800ms;
  animation-timing-function: var(--sr-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: 800ms;
  animation-timing-function: var(--sr-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: 800ms;
  animation-timing-function: var(--sr-cube-1);
}

@keyframes slideInUp2 {
  0% {
    -webkit-transform: translateY(100%);
    -ms-transform: translateY(100%);
    transform: translateY(100%);
  }
  100% {
    -webkit-transform: translateY(0);
    -ms-transform: translateY(0);
    transform: translateY(0);
  }
}
.slideInUp2 {
  -webkit-animation-name: slideInUp2;
  animation-name: slideInUp2;
  animation-duration: 500ms;
  animation-timing-function: var(--pg-cube-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);
  }
}
.jackInTheBox2 {
  -webkit-animation-name: jackInTheBox2;
  animation-name: jackInTheBox2;
  animation-duration: 800ms;
  animation-timing-function: var(--sr-cube-1);
}

@-webkit-keyframes bounce2 {
  0%, 20%, 50%, 80%, 100% {
    -webkit-transform: translateY(0);
    transform: translateY(0);
  }
  40% {
    -webkit-transform: translateY(-30px);
    transform: translateY(-30px);
  }
  60% {
    -webkit-transform: translateY(-15px);
    transform: translateY(-15px);
  }
}
@keyframes bounce2 {
  0%, 20%, 50%, 80%, 100% {
    -webkit-transform: translateY(0);
    -ms-transform: translateY(0);
    transform: translateY(0);
  }
  40% {
    -webkit-transform: translateY(-15px);
    -ms-transform: translateY(-15px);
    transform: translateY(-15px);
  }
  60% {
    -webkit-transform: translateY(-7px);
    -ms-transform: translateY(-7px);
    transform: translateY(-7px);
  }
}
.bounce2 {
  -webkit-animation-name: bounce2;
  animation-name: bounce2;
  animation-duration: 800ms;
  animation-timing-function: var(--sr-cube-1);
}

/*
    wow-plus-end
*/
/*
    elements-start
*/
.sr-rating-1 {
  display: flex;
  gap: 2px;
  font-size: 20px;
  color: #FFB400;
}

.sr-social-1 {
  display: flex;
  gap: 5px;
  flex-wrap: wrap;
}
.sr-social-1 .link-elm {
  width: 40px;
  height: 40px;
  background: #fff;
  border-radius: 12px;
  flex: 0 0 auto;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 20px;
  color: var(--sr-clr-pr-1);
  transition: 0.3s;
}
.sr-social-1 .link-elm:hover {
  background: var(--sr-clr-pr-1);
  color: #fff;
}

.sr-gd-bg-rotated {
  overflow: hidden;
  position: relative;
  z-index: 1;
}
.sr-gd-bg-rotated::before {
  content: "";
  width: calc(100% - 2px);
  height: calc(100% - 2px);
  position: absolute;
  left: 1px;
  top: 1px;
  background: #101010;
  z-index: -1;
}
.sr-gd-bg-rotated::after {
  content: "";
  width: 100%;
  height: 100%;
  position: absolute;
  left: 0;
  top: 0;
  background: linear-gradient(45deg, rgba(0, 0, 0, 0) 20%, rgb(255, 66, 0) 50%, rgba(0, 0, 0, 0) 80%);
  z-index: -2;
  animation: sr-gd-bg-rotated 10s linear infinite;
}

@keyframes sr-gd-bg-rotated {
  0% {
    transform: rotate(0deg);
  }
  100% {
    transform: rotate(360deg);
  }
}
/*
    elements-end
*/
/*
    13. back-to-top
*/
/*
    start-back-to-top
*/
.wa-back-to-top {
  position: fixed;
  right: 1.5%;
  bottom: -12.5%;
  z-index: 4;
  width: 40px;
  height: 40px;
  border: 1px solid rgba(122, 90, 248, 0.3);
  box-shadow: 1.782px 0.908px 32.2px 2.8px rgba(122, 90, 248, 0.1);
  background-color: #fff;
  transition: 0.3s;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 4px;
  color: var(--sr-clr-pr-1);
  cursor: pointer;
}
@media (max-width: 767px) {
  .wa-back-to-top {
    right: 3%;
  }
}
.wa-back-to-top:hover {
  transform: scale(0.9);
  box-shadow: 1.782px 0.908px 32.2px 2.8px rgba(214, 243, 69, 0);
}
.wa-back-to-top:is(.active) {
  bottom: 2.5%;
}

/*
    start-back-to-end
*/
/*
    layout
*/
/*
    15. header
*/
/*
    header-1-start
*/
.sr-header-1-area {
  position: absolute;
  top: 24px;
  left: 0;
  width: 100%;
  z-index: 3;
}
.sr-header-1-wrap {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 30px;
  background-color: rgba(173, 173, 173, 0.2);
  border-radius: 12px;
  padding: 0 15px;
  transition: all 0.5s var(--sr-cube-1);
}
@media only screen and (min-width: 992px) and (max-width: 1199px), only screen and (min-width: 768px) and (max-width: 991px), (max-width: 767px) {
  .sr-header-1-wrap {
    padding: 15px 15px;
  }
}
.sr-header-1-action-link {
  display: flex;
  align-items: center;
  gap: 24px;
}
@media (max-width: 767px) {
  .sr-header-1-action-link .sr-login-btn-1 {
    display: none;
  }
}
@media (max-width: 767px) {
  .sr-header-1-action-link .sr-pr-btn-1 {
    display: none;
  }
}
@media only screen and (min-width: 576px) and (max-width: 767px) {
  .sr-header-1-action-link .sr-pr-btn-1 {
    display: inline-flex;
  }
}

.sr-main-navigation .navbar-nav {
  display: flex;
  flex-direction: row;
  gap: 32px;
}
.sr-main-navigation .navbar-nav li a {
  position: relative;
  z-index: 1;
  font-family: var(--sr-font-1);
  font-size: 16px;
  font-weight: 500;
  line-height: 1.5;
  text-decoration: none;
  color: var(--sr-clr-black-5);
  padding: 27px 0;
  display: inline-flex;
  align-items: center;
  gap: 7px;
  transition: all 0.5s var(--sr-cube-1);
}
.sr-main-navigation .navbar-nav li:hover > a {
  color: var(--sr-clr-pr-1);
}
.sr-main-navigation .navbar-nav li:hover > .dropdown-menu {
  opacity: 1;
  visibility: visible;
  transform: scaleY(1);
}
.sr-main-navigation .navbar-nav li:hover > .dropdown-menu li {
  animation: fadeInDown 0.3s var(--sr-cube-1) backwards;
}
.sr-main-navigation .navbar-nav li:hover > .dropdown-menu li:nth-child(1) {
  animation-delay: 70ms;
}
.sr-main-navigation .navbar-nav li:hover > .dropdown-menu li:nth-child(2) {
  animation-delay: 140ms;
}
.sr-main-navigation .navbar-nav li:hover > .dropdown-menu li:nth-child(3) {
  animation-delay: 210ms;
}
.sr-main-navigation .navbar-nav li:hover > .dropdown-menu li:nth-child(4) {
  animation-delay: 280ms;
}
.sr-main-navigation .navbar-nav li:hover > .dropdown-menu li:nth-child(5) {
  animation-delay: 350ms;
}
.sr-main-navigation .navbar-nav li:hover > .dropdown-menu li:nth-child(6) {
  animation-delay: 420ms;
}
.sr-main-navigation .navbar-nav li:hover > .dropdown-menu li:nth-child(7) {
  animation-delay: 490ms;
}
.sr-main-navigation .navbar-nav li:hover > .dropdown-menu li:nth-child(8) {
  animation-delay: 560ms;
}
.sr-main-navigation .navbar-nav li:hover > .dropdown-menu li:nth-child(9) {
  animation-delay: 630ms;
}
.sr-main-navigation .navbar-nav li:hover > .dropdown-menu li:nth-child(10) {
  animation-delay: 700ms;
}
.sr-main-navigation .navbar-nav li:hover > .dropdown-menu li:nth-child(11) {
  animation-delay: 770ms;
}
.sr-main-navigation .navbar-nav li:hover > .dropdown-menu li:nth-child(12) {
  animation-delay: 840ms;
}
.sr-main-navigation .navbar-nav li:hover > .dropdown-menu li:nth-child(13) {
  animation-delay: 910ms;
}
.sr-main-navigation .navbar-nav li:hover > .dropdown-menu li:nth-child(14) {
  animation-delay: 980ms;
}
.sr-main-navigation .navbar-nav li:hover > .dropdown-menu li:nth-child(15) {
  animation-delay: 1050ms;
}
.sr-main-navigation .navbar-nav li:hover > .dropdown-menu li:nth-child(16) {
  animation-delay: 1120ms;
}
.sr-main-navigation .navbar-nav li:hover > .dropdown-menu li:nth-child(17) {
  animation-delay: 1190ms;
}
.sr-main-navigation .navbar-nav li:hover > .dropdown-menu li:nth-child(18) {
  animation-delay: 1260ms;
}
.sr-main-navigation .navbar-nav li:hover > .dropdown-menu li:nth-child(19) {
  animation-delay: 1330ms;
}
.sr-main-navigation .navbar-nav li:hover > .dropdown-menu li:nth-child(20) {
  animation-delay: 1400ms;
}
.sr-main-navigation .navbar-nav li .dropdown-menu {
  left: 0;
  top: 100%;
  z-index: 100;
  margin: 0px;
  padding: 15px 0px;
  height: auto;
  min-width: 200px;
  display: block;
  border-radius: 8px;
  position: absolute;
  background: #F5F5F5;
  text-align: left;
  opacity: 0;
  visibility: hidden;
  transform: scaleY(0);
  transform-origin: top;
  transition: all 0.5s var(--sr-cube-1);
}
.sr-main-navigation .navbar-nav li .dropdown-menu li {
  display: block;
  margin: 0;
}
.sr-main-navigation .navbar-nav li .dropdown-menu li::after {
  display: none;
}
.sr-main-navigation .navbar-nav li .dropdown-menu li a {
  width: 100%;
  display: block;
  padding: 9px 20px;
  padding-left: 30px;
}
.sr-main-navigation .navbar-nav li .dropdown-menu li:is(.dropdown) > a {
  padding-right: 13px;
}
.sr-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%;
}
.sr-main-navigation .navbar-nav li .dropdown-menu li:hover > a {
  transform: translateX(5px);
}
.sr-main-navigation .navbar-nav li .dropdown-menu li .dropdown-menu {
  top: 0;
  left: 100%;
}

/*
    header-1-end
*/
/*
    header-2-start
*/
.has-header-2 .sr-header-1-wrap {
  position: relative;
  z-index: 1;
  background-color: transparent;
}
.has-header-2 .sr-header-1-wrap::after {
  content: "";
  width: 100%;
  height: 100%;
  background: linear-gradient(107.68deg, rgba(255, 255, 255, 0.8) 0%, rgba(255, 255, 255, 0.6) 100%);
  background-blend-mode: overlay;
  backdrop-filter: blur(47.8641px);
  border-radius: 12px;
  position: absolute;
  left: 0;
  top: 0;
  z-index: -1;
  opacity: 0.08;
}
.has-header-2 .sr-header-1-action-link .sr-login-btn-1 {
  color: var(--sr-clr-black-6);
}
.has-header-2 .sr-header-1-action-link .sr-login-btn-1:hover {
  color: var(--sr-clr-pr-2);
}
.has-header-2 .sr-header-1-action-link .sr-offcanvas-btn-1 {
  border: 1px solid var(--sr-clr-black-6);
  color: var(--sr-clr-black-6);
}
.has-header-2 .sr-header-1-action-link .sr-offcanvas-btn-1:hover {
  border: 1px solid var(--sr-clr-pr-2);
  color: var(--sr-clr-pr-2);
}
.has-header-2:is(.sr-main-navigation) ul li a {
  color: var(--sr-clr-black-6);
}
.has-header-2:is(.sr-main-navigation) ul li:hover > a {
  color: var(--sr-clr-pr-2);
}
.has-header-2:is(.sr-main-navigation) ul li .dropdown-menu {
  background-color: #191D1E;
}

/*
    header-2-end
*/
/*
    header-3-start
*/
.has-header-3:is(.sr-header-1-area) .sr-header-1-wrap {
  margin: 0px 24px;
  background: #fff;
}

/*
    header-3-end
*/
/*
    header-4-start
*/
.sr-header-4-area {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  z-index: 3;
}
.sr-header-4-top {
  background-color: #fff;
  padding: 10px 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) {
  .sr-header-4-top {
    display: none;
  }
}
.sr-header-4-top-wrap {
  display: flex;
  gap: 40px;
  max-width: 1400px;
  margin-left: auto;
  margin-right: auto;
}
.sr-header-4-top-item {
  display: flex;
  align-items: center;
  gap: 8px;
  font-size: 14px;
  color: var(--sr-clr-black-8);
}
.sr-header-4-top-item .icon {
  color: #3A7DF6;
}
.sr-header-4-top-item:nth-child(2) .icon {
  color: #22C55E;
}
.sr-header-4-wrap {
  padding: 0 40px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 70px;
}
@media only screen and (min-width: 1200px) and (max-width: 1399px) {
  .sr-header-4-wrap {
    padding: 0 20px;
    gap: 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) {
  .sr-header-4-wrap {
    padding: 15px 15px;
    gap: 20px;
  }
}
.sr-header-4-action-link {
  display: flex;
  align-items: center;
  gap: 35px;
  margin-left: auto;
}
.sr-header-4-action-link .sr-pr-btn-5 {
  background: #1a3300;
  font-size: 14px;
  padding: 24px 32px;
}
@media (max-width: 767px) {
  .sr-header-4-action-link .sr-pr-btn-5 {
    display: none;
  }
}
.sr-header-4-action-link .sr-pr-btn-5:hover {
  color: #fff;
}
.sr-header-4-action-link .sr-login-btn-1 {
  font-family: var(--sr-font-3);
  font-size: 19px;
  line-height: 1.1;
  position: relative;
  z-index: 1;
  transition: all 0.5s var(--sr-cube-1);
}
.sr-header-4-action-link .sr-login-btn-1::after {
  content: "";
  width: 100%;
  height: 1px;
  position: absolute;
  bottom: 0;
  left: 0;
  background: #000;
  transition: all 0.5s var(--sr-cube-1);
  transform-origin: left;
}
.sr-header-4-action-link .sr-login-btn-1:hover {
  color: #000;
}
.sr-header-4-action-link .sr-login-btn-1:hover::after {
  transform: scaleX(0);
}
@media (max-width: 767px) {
  .sr-header-4-action-link .sr-login-btn-1 {
    display: none;
  }
}

.sr-main-navigation:is(.has-header-4) .navbar-nav {
  gap: 0 60px;
}
.sr-main-navigation:is(.has-header-4) .navbar-nav li {
  position: relative;
}
.sr-main-navigation:is(.has-header-4) .navbar-nav li:not(:last-child)::after {
  content: "-";
  position: absolute;
  top: 47%;
  right: -30px;
  font-family: var(--sr-font-3);
  font-weight: 500;
  font-size: 19px;
  color: #0e1421;
  line-height: 1;
  transform: translateY(-50%);
  z-index: 1;
}
.sr-main-navigation:is(.has-header-4) .navbar-nav li a {
  font-family: var(--sr-font-3);
  font-weight: 500;
  font-size: 19px;
  color: #0e1421;
  padding: 43px 0;
}
.sr-main-navigation:is(.has-header-4) .navbar-nav li a::after {
  content: "";
  position: absolute;
  bottom: 45px;
  right: 0;
  z-index: 1;
  height: 2px;
  width: 100%;
  background: #0e1421;
  transform-origin: left;
  transition: all 0.5s var(--sr-cube-1);
  transform: scaleX(0);
}
.sr-main-navigation:is(.has-header-4) .navbar-nav li:hover > a::after {
  transform: scaleX(1);
}
.sr-main-navigation:is(.has-header-4) .navbar-nav li .dropdown-menu {
  background-color: #fff;
  border-radius: 0;
  border: none;
}
.sr-main-navigation:is(.has-header-4) .navbar-nav li .dropdown-menu li a {
  font-size: 16px;
}
.sr-main-navigation:is(.has-header-4) .navbar-nav li .dropdown-menu li a::after {
  display: none;
}
.sr-main-navigation:is(.has-header-4) .navbar-nav li .dropdown-menu li:hover > a {
  color: var(--sr-clr-pr-3);
}

/*
    header-4-end
*/
/*
    header-5-start
*/
.sr-header-5-area {
  position: absolute;
  top: 45px;
  left: 0;
  width: 100%;
  z-index: 3;
}
.sr-header-5-container {
  padding-left: 15px;
  padding-right: 15px;
  max-width: 1760px;
  margin-left: auto;
  margin-right: auto;
}
.sr-header-5-wrap {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 20px;
}
@media (max-width: 767px) {
  .sr-header-5-wrap .sr-header-1-action-link {
    gap: 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) {
  .sr-header-5-wrap .sr-header-1-action-link .phone-btn-5 {
    display: none;
  }
}
.sr-header-5-wrap .sr-header-1-action-link .sr-offcanvas-btn-1 {
  border-radius: 50%;
  background: var(--sr-clr-pr-5);
  border-color: transparent;
  color: #fff;
}
@media (max-width: 767px) {
  .sr-header-5-wrap .sr-header-1-action-link .sr-pr-btn-5 {
    display: none;
  }
}
@media only screen and (min-width: 576px) and (max-width: 767px) {
  .sr-header-5-wrap .sr-header-1-action-link .sr-pr-btn-5 {
    display: inline-block;
  }
}

.phone-btn-5 {
  color: var(--sr-clr-black-8);
  transition: all 0.4s var(--sr-cube-1);
}
.phone-btn-5 .icon {
  width: 45px;
  height: 45px;
  background: var(--sr-clr-pr-5);
  display: inline-flex;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
  font-size: 16px;
  color: #fff;
  margin-right: 8px;
  transition: all 0.4s var(--sr-cube-1);
}
.phone-btn-5:hover {
  color: var(--sr-clr-pr-5);
}

.sr-main-navigation:is(.has-header-5) {
  background: linear-gradient(90deg, rgba(0, 0, 0, 0) 0%, rgb(255, 255, 255) 100%);
  position: relative;
  z-index: 1;
  border-radius: 100px;
  padding: 10px 16px;
}
.sr-main-navigation:is(.has-header-5)::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  border-radius: 100px;
  padding: 2px;
  background: linear-gradient(90deg, rgba(112, 99, 219, 0) 20%, var(--sr-clr-pr-5) 100%);
  z-index: -1;
  -webkit-mask: linear-gradient(#fff 0 0) content-box, linear-gradient(#fff 0 0);
  mask: linear-gradient(#fff 0 0) content-box, linear-gradient(#fff 0 0);
  mask-composite: exclude;
}
.sr-main-navigation:is(.has-header-5) .navbar-nav li a {
  font-family: var(--sr-font-3);
  font-size: 18px;
  color: var(--sr-clr-black-8);
  border-radius: 100px;
  padding: 11px 21px;
  transition: all 0.5s var(--sr-cube-1);
}
.sr-main-navigation:is(.has-header-5) .navbar-nav li:hover > a {
  background: var(--sr-clr-pr-5);
  color: #fff;
}
.sr-main-navigation:is(.has-header-5) .navbar-nav li .dropdown-menu {
  background: #fff;
  border-radius: 30px;
  border-color: rgba(0, 0, 0, 0.1);
}
.sr-main-navigation:is(.has-header-5) .navbar-nav li .dropdown-menu li a {
  font-size: 16px;
  font-weight: 400;
}
.sr-main-navigation:is(.has-header-5) .navbar-nav li .dropdown-menu li:hover a {
  transform: unset;
}

/*
    header-5-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(.sr-header-1-area) {
  top: 24px;
}
.wa_sticky_header:is(.sr-header-1-area):is(.wa_sticky_show) .sr-header-1-wrap {
  background-color: #fff;
  box-shadow: 1px 10px 11px rgba(0, 0, 0, 0.04);
}
.wa_sticky_header:is(.sr-header-1-area):is(.wa_sticky_show):is(.has-header-2) .sr-header-1-wrap {
  background-color: #000;
  box-shadow: 0px 2px 16px rgba(255, 255, 255, 0.1);
}

/*
    sticky-header-css-end
*/
/*
    hero-1-start
*/
.sr-hero-1-area {
  padding-top: 230px;
}
.sr-hero-1-wrap {
  text-align: center;
}
.sr-hero-1-member {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  padding: 8px;
  border: 1px solid var(--sr-clr-black-6);
  border-radius: 100px;
  background-color: #fff;
}
@media (max-width: 767px) {
  .sr-hero-1-member {
    flex-wrap: wrap;
    border-radius: 6px;
  }
}
@media only screen and (min-width: 576px) and (max-width: 767px) {
  .sr-hero-1-member {
    flex-wrap: nowrap;
    border-radius: 100px;
  }
}
.sr-hero-1-member-img {
  display: inline-flex;
}
.sr-hero-1-member-img .img-elm {
  width: 32px;
  height: 32px;
  border-radius: 50%;
  border: 2px solid #fff;
  flex: 0 0 auto;
  position: relative;
}
.sr-hero-1-member-img .img-elm:not(:first-child) {
  margin-left: -10px;
}
.sr-hero-1-member-img .img-elm img {
  transform: scale(105%);
  border-radius: 50%;
}
.sr-hero-1-member .disc {
  color: var(--sr-clr-black-5);
  font-size: 16px;
}
.sr-hero-1-member .btn-elm {
  font-size: 14px;
  font-weight: 500;
  background: var(--sr-clr-black-3);
  color: #fff;
  border-radius: 100px;
  display: inline-flex;
  align-items: center;
  gap: 4px;
  padding: 6px 12px;
  transition: 0.3s;
}
.sr-hero-1-member .btn-elm:hover {
  background: var(--sr-clr-pr-1);
}
.sr-hero-1-content {
  max-width: 775px;
  margin-left: auto;
  margin-right: auto;
}
.sr-hero-1-content .hero-title {
  font-size: 48px;
  line-height: 120%;
  margin-top: 24px;
}
@media only screen and (min-width: 1200px) and (max-width: 1399px) {
  .sr-hero-1-content .hero-title {
    font-size: 45px;
  }
}
@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .sr-hero-1-content .hero-title {
    font-size: 42px;
  }
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .sr-hero-1-content .hero-title {
    font-size: 38px;
  }
}
@media (max-width: 767px) {
  .sr-hero-1-content .hero-title {
    font-size: 32px;
  }
}
@media only screen and (min-width: 576px) and (max-width: 767px) {
  .sr-hero-1-content .hero-title {
    font-size: 35px;
  }
}
.sr-hero-1-content .hero-disc {
  font-size: 18px;
  margin-top: 10px;
}
.sr-hero-1-content .hero-btn {
  margin-top: 32px;
  display: inline-flex;
  justify-content: center;
  flex-wrap: wrap;
  gap: 12px;
}
.sr-hero-1-brand-logo {
  width: 60px;
  height: 60px;
  background: #fff;
  border: 1px solid rgba(20, 19, 18, 0.06);
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
}
@media only screen and (min-width: 768px) and (max-width: 991px), (max-width: 767px) {
  .sr-hero-1-brand-logo {
    display: none;
  }
}
.sr-hero-1-brand-logo:is(.logo-1) {
  position: absolute;
  left: 10%;
  top: -8%;
  z-index: -1;
}
.sr-hero-1-brand-logo:is(.logo-2) {
  position: absolute;
  right: 0;
  top: 0;
  z-index: -1;
}
.sr-hero-1-brand-logo:is(.logo-3) {
  position: absolute;
  left: 0;
  top: 18%;
  z-index: -1;
}
.sr-hero-1-brand-logo:is(.logo-4) {
  position: absolute;
  right: 11%;
  top: 22%;
  z-index: -1;
}

.sr-hero-1-cursor-shape {
  width: 400px;
  height: 400px;
  position: absolute;
  top: 50%;
  left: 50%;
  margin: -200px 0 0 -200px;
  background: #fff;
  z-index: -1;
  mix-blend-mode: difference;
  filter: blur(30px);
  opacity: 0.1;
  border-radius: 50%;
}

/*
    hero-1-end
*/
/*
    hero-2-start
*/
.has-hero-2:is(.sr-hero-1-member) {
  background: linear-gradient(108deg, rgba(255, 255, 255, 0.08) 0%, rgba(255, 255, 255, 0.06) 100%);
  background-blend-mode: overlay;
  border-color: transparent;
}
.has-hero-2:is(.sr-hero-1-member) .disc {
  color: #fff;
}
.has-hero-2:is(.sr-hero-1-member) .img-elm {
  border: 1.5px solid #fff;
}
.has-hero-2:is(.sr-hero-1-member) .btn-elm {
  background-color: #fff;
  color: #000;
}
.has-hero-2:is(.sr-hero-1-member) .btn-elm:hover {
  color: var(--sr-clr-pr-2);
}
.has-hero-2:is(.sr-hero-1-content) .hero-title {
  font-size: 60px;
  font-weight: 500;
}
.has-hero-2:is(.sr-hero-1-content) .hero-title b {
  font-weight: 800;
}
@media only screen and (min-width: 1200px) and (max-width: 1399px) {
  .has-hero-2:is(.sr-hero-1-content) .hero-title {
    font-size: 55px;
  }
}
@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .has-hero-2:is(.sr-hero-1-content) .hero-title {
    font-size: 50px;
  }
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .has-hero-2:is(.sr-hero-1-content) .hero-title {
    font-size: 45px;
  }
}
@media (max-width: 767px) {
  .has-hero-2:is(.sr-hero-1-content) .hero-title {
    font-size: 35px;
  }
}
@media only screen and (min-width: 576px) and (max-width: 767px) {
  .has-hero-2:is(.sr-hero-1-content) .hero-title {
    font-size: 40px;
  }
}

.sr-hero-2-apps {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-top: 52px;
}
@media (max-width: 767px) {
  .sr-hero-2-apps {
    flex-wrap: wrap;
    gap: 40px;
    justify-content: center;
  }
}
@media only screen and (min-width: 576px) and (max-width: 767px) {
  .sr-hero-2-apps {
    flex-wrap: nowrap;
    gap: 0px;
  }
}
.sr-hero-2-apps .left {
  display: flex;
  flex-direction: column;
  gap: 150px;
  align-items: start;
}
@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .sr-hero-2-apps .left {
    gap: 93px;
  }
}
@media only screen and (min-width: 768px) and (max-width: 991px), (max-width: 767px) {
  .sr-hero-2-apps .left {
    gap: 40px;
  }
}
.sr-hero-2-apps .left .sr-hero-2-apps-logo:nth-child(2) {
  margin-left: 15px;
}
.sr-hero-2-apps-logo {
  display: inline-flex;
  align-items: center;
  background: linear-gradient(104deg, rgba(255, 255, 255, 0.02) 6.73%, rgba(255, 255, 255, 0.05) 93.48%);
  background-blend-mode: overlay;
  border-radius: 120px;
  gap: 12px;
  padding: 8px;
  padding-right: 20px;
}
.sr-hero-2-apps-logo .icon {
  width: 48px;
  height: 48px;
}
.sr-hero-2-apps-logo .logo {
  width: 48px;
  height: 48px;
  flex: 0 0 auto;
  display: flex;
  background: rgba(255, 255, 255, 0.09);
  border-radius: 50%;
  padding: 8px;
}
.sr-hero-2-apps-big-logo {
  width: 100px;
  height: 100px;
  background: var(--sr-clr-gd-1);
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 24px;
  padding: 10px;
  position: relative;
  /* z-index: 1; */
}
.sr-hero-2-apps-big-logo-shadow {
  width: 100%;
  height: 100%;
  background: var(--sr-clr-gd-1);
  background-blend-mode: overlay;
  border-radius: 25px;
  z-index: -1;
  position: absolute;
  top: 0;
  left: 0;
  transform: scale(1);
}
.sr-hero-2-apps .right {
  display: flex;
  flex-direction: column;
  gap: 150px;
  align-items: end;
}
@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .sr-hero-2-apps .right {
    gap: 93px;
  }
}
@media only screen and (min-width: 768px) and (max-width: 991px), (max-width: 767px) {
  .sr-hero-2-apps .right {
    gap: 40px;
  }
}
.sr-hero-2-apps .right .sr-hero-2-apps-logo {
  padding: 8px;
  padding-left: 20px;
}
.sr-hero-2-apps .right .sr-hero-2-apps-logo:nth-child(2) {
  margin-right: 15px;
}
.sr-hero-2-apps-svg {
  position: absolute;
  width: 39%;
  top: 50%;
  left: 32%;
  transform: translate(-50%, -50%);
  z-index: -1;
}
@media only screen and (min-width: 768px) and (max-width: 991px), (max-width: 767px) {
  .sr-hero-2-apps-svg {
    display: none;
  }
}
.sr-hero-2-apps-svg-2 {
  position: absolute;
  width: 39%;
  top: 50%;
  right: -6%;
  transform: translate(-50%, -50%) scaleX(-1);
  z-index: -1;
}
@media only screen and (min-width: 768px) and (max-width: 991px), (max-width: 767px) {
  .sr-hero-2-apps-svg-2 {
    display: none;
  }
}

/*
    hero-2-end
*/
/*
    hero-3-start
*/
.sr-hero-3-bg-img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 1060px;
  border-radius: 12px;
  z-index: -2;
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .sr-hero-3-bg-img {
    height: 860px;
  }
}
@media (max-width: 767px) {
  .sr-hero-3-bg-img {
    height: 90%;
  }
}
@media only screen and (min-width: 576px) and (max-width: 767px) {
  .sr-hero-3-bg-img {
    height: 760px;
  }
}
.sr-hero-3-area {
  margin: 12px;
  padding-top: 212px;
}
@media only screen and (min-width: 768px) and (max-width: 991px), (max-width: 767px) {
  .sr-hero-3-area {
    padding-top: 150px;
  }
}
.sr-hero-3-area .sr-hero-1-content {
  max-width: 1015px;
}
.sr-hero-3-area .sr-hero-1-content .hero-title {
  font-size: 68px;
  line-height: 110%;
  color: #fff;
}
.sr-hero-3-area .sr-hero-1-content .hero-title b {
  font-weight: 800;
}
@media only screen and (min-width: 1400px) and (max-width: 1599px) {
  .sr-hero-3-area .sr-hero-1-content .hero-title {
    font-size: 60px;
  }
}
@media only screen and (min-width: 1200px) and (max-width: 1399px) {
  .sr-hero-3-area .sr-hero-1-content .hero-title {
    font-size: 55px;
  }
}
@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .sr-hero-3-area .sr-hero-1-content .hero-title {
    font-size: 50px;
  }
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .sr-hero-3-area .sr-hero-1-content .hero-title {
    font-size: 45px;
  }
}
@media (max-width: 767px) {
  .sr-hero-3-area .sr-hero-1-content .hero-title {
    font-size: 35px;
  }
}
@media only screen and (min-width: 576px) and (max-width: 767px) {
  .sr-hero-3-area .sr-hero-1-content .hero-title {
    font-size: 40px;
  }
}
.sr-hero-3-area .sr-hero-1-content .hero-disc {
  color: #fff;
  max-width: 520px;
  margin-left: auto;
  margin-right: auto;
}
.sr-hero-3-area .sr-hero-1-content .hero-btn {
  align-items: center;
  gap: 20px;
}
.sr-hero-3-area .sr-hero-1-content .hero-3-btn {
  font-weight: 500;
  color: #fff;
  position: relative;
  z-index: 1;
  line-height: 1.2;
}
.sr-hero-3-area .sr-hero-1-content .hero-3-btn::after {
  content: "";
  width: 100%;
  height: 1px;
  background: #fff;
  position: absolute;
  bottom: 0;
  left: 0;
  transition: all 0.5s var(--sr-cube-1);
  transform-origin: left;
  transform: scaleX(0);
}
.sr-hero-3-area .sr-hero-1-content .hero-3-btn:hover::after {
  transform: scaleX(1);
}
.sr-hero-3-area .sr-hero-1-content .sr-pr-btn-1 {
  background: #fff;
  color: var(--sr-clr-black-3);
}
.sr-hero-3-area .sr-hero-1-content .sr-pr-btn-1 .icon {
  background: var(--sr-clr-pr-1);
  color: #fff;
}
.sr-hero-3-area .sr-hero-1-brand-logo {
  border-radius: 12px;
}
.sr-hero-3-area .sr-hero-1-brand-logo:is(.logo-1) {
  left: -10%;
  top: 7%;
}
@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) {
  .sr-hero-3-area .sr-hero-1-brand-logo:is(.logo-1) {
    left: 0;
  }
}
.sr-hero-3-area .sr-hero-1-brand-logo:is(.logo-2) {
  left: 11%;
  top: 24%;
}
.sr-hero-3-area .sr-hero-1-brand-logo:is(.logo-3) {
  right: -9%;
  top: 7%;
  left: unset;
}
@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) {
  .sr-hero-3-area .sr-hero-1-brand-logo:is(.logo-3) {
    right: 0;
  }
}
.sr-hero-3-area .sr-hero-1-brand-logo:is(.logo-4) {
  right: 9%;
  top: 25%;
}
.sr-hero-3-list {
  display: flex;
  justify-content: center;
  gap: 15px 20px;
  margin-top: 48px;
  flex-wrap: wrap;
}
.sr-hero-3-list li {
  color: #fff;
  display: flex;
  align-items: center;
  gap: 8px;
}
.sr-hero-3-list li i {
  font-size: 16px;
}
.sr-hero-3-img-wrap {
  perspective: 2000px;
  transform-style: preserve-3d;
}
.sr-hero-3-img {
  border-radius: 12px;
  transform: rotateX(40deg);
  transition: all 1s var(--sr-cube-1);
}
.sr-hero-3-img:is(.active) {
  transform: rotateX(0deg);
  transition-delay: 1.5s;
}

.sr-features-3-svg-1 path {
  stroke-dasharray: 1000;
  stroke-dashoffset: 1000;
  animation: draw 3s linear infinite forwards;
}

@keyframes draw {
  to {
    stroke-dashoffset: 0;
  }
}
/*
    hero-3-end
*/
/*
    hero-4-start
*/
.sr-hero-4-area {
  padding-top: 245px;
  padding-bottom: 25px;
}
@media only screen and (min-width: 768px) and (max-width: 991px), (max-width: 767px) {
  .sr-hero-4-area {
    padding-top: 175px;
    padding-bottom: 0px;
  }
}
.sr-hero-4-bg-clr {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 1190px;
  background: linear-gradient(180deg, rgb(1, 211, 211) 0%, rgba(255, 255, 255, 0) 100%);
  z-index: -1;
  opacity: 0.3;
}
.sr-hero-4-content {
  text-align: center;
  max-width: 930px;
  margin-left: auto;
  margin-right: auto;
}
.sr-hero-4-content .subtitle {
  font-size: 19px;
  text-transform: uppercase;
}
.sr-hero-4-content .title {
  font-size: 80px;
  line-height: 1.2;
  margin-top: 4px;
}
@media only screen and (min-width: 1400px) and (max-width: 1599px) {
  .sr-hero-4-content .title {
    font-size: 76px;
  }
}
@media only screen and (min-width: 1200px) and (max-width: 1399px) {
  .sr-hero-4-content .title {
    font-size: 68px;
  }
}
@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .sr-hero-4-content .title {
    font-size: 60px;
  }
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .sr-hero-4-content .title {
    font-size: 52px;
  }
}
@media (max-width: 767px) {
  .sr-hero-4-content .title {
    font-size: 36px;
  }
}
@media only screen and (min-width: 576px) and (max-width: 767px) {
  .sr-hero-4-content .title {
    font-size: 44px;
  }
}
.sr-hero-4-content .title span div {
  background: #fff;
  font-weight: 400;
  border-radius: 100px;
  padding: 0 35px;
  color: #1A3300;
}
.sr-hero-4-content .disc {
  font-weight: 600;
  color: var(--sr-clr-black-8);
  margin-top: 22px;
}
.sr-hero-4-content .btn-wrap {
  margin-top: 37px;
}
.sr-hero-4-img-wrap {
  perspective: 2000px;
  transform-style: preserve-3d;
}
.sr-hero-4-img {
  border-radius: 20px;
  background-color: rgb(255, 255, 255);
  box-shadow: -0.521px 2.954px 38px 0px rgba(0, 0, 0, 0.05);
  overflow: hidden;
  filter: blur(5px);
  transform: rotateX(30deg);
  transition: all 1s var(--sr-cube-1);
}
.sr-hero-4-img:is(.active) {
  transform: rotateX(0deg);
  transition-delay: 1.5s;
  filter: blur(0);
}
.sr-hero-4-partner {
  border-style: solid;
  border-width: 1px;
  border-color: rgb(232, 232, 232);
  background-color: rgb(255, 255, 255);
  box-shadow: -0.521px 2.954px 38px 0px rgba(0, 0, 0, 0.05);
  border-radius: 100px;
  display: flex;
  align-items: center;
  padding: 20px 30px;
  gap: 40px;
  margin-top: -90px;
  position: relative;
  z-index: 1;
}
@media (max-width: 767px) {
  .sr-hero-4-partner {
    margin-top: 30px;
    flex-wrap: wrap;
  }
}
.sr-hero-4-partner .title {
  font-size: 15px;
  font-weight: 500;
  color: var(--sr-clr-black-8);
  flex: 0 0 auto;
}
.sr-hero-4-partner-logo {
  display: flex;
  gap: 30px;
  align-items: center;
  margin-right: 30px;
}
.sr-hero-4-partner-logo .single-logo {
  flex: 0 0 auto;
  max-width: 100px;
}
.sr-hero-4-partner-marquee {
  overflow: hidden;
}

/*
    hero-4-end
*/
/*
    hero-5-start
*/
.sr-hero-5-area {
  padding-top: 200px;
}
.sr-hero-5-wrap {
  display: grid;
  grid-template-columns: 1.1fr 1fr;
  gap: 50px;
  align-items: start;
}
@media only screen and (min-width: 768px) and (max-width: 991px), (max-width: 767px) {
  .sr-hero-5-wrap {
    grid-template-columns: 1fr;
  }
}
.sr-hero-5-content {
  margin-top: 50px;
}
@media only screen and (min-width: 768px) and (max-width: 991px), (max-width: 767px) {
  .sr-hero-5-content {
    margin-top: 0;
  }
}
.sr-hero-5-content .hero-title {
  font-weight: 800;
  font-size: 68px;
  letter-spacing: -0.03em;
  margin-bottom: 40px;
  max-width: 680px;
}
@media only screen and (min-width: 1600px) and (max-width: 1799px) {
  .sr-hero-5-content .hero-title {
    font-size: 65px;
  }
}
@media only screen and (min-width: 1400px) and (max-width: 1599px) {
  .sr-hero-5-content .hero-title {
    font-size: 60px;
  }
}
@media only screen and (min-width: 1200px) and (max-width: 1399px) {
  .sr-hero-5-content .hero-title {
    font-size: 55px;
  }
}
@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .sr-hero-5-content .hero-title {
    font-size: 50px;
  }
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .sr-hero-5-content .hero-title {
    font-size: 45px;
  }
}
@media (max-width: 767px) {
  .sr-hero-5-content .hero-title {
    font-size: 35px;
  }
}
@media only screen and (min-width: 576px) and (max-width: 767px) {
  .sr-hero-5-content .hero-title {
    font-size: 40px;
  }
}
.sr-hero-5-content .hero-disc {
  margin-bottom: 33px;
  font-weight: 400;
}
.sr-hero-5-content .hero-trust {
  text-align: left;
  margin-top: 47px;
}
.sr-hero-5-img {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 30px;
  background: linear-gradient(150deg, #DFE9F2 22%, #FFBC92);
  border-radius: 40px;
  padding: 50px 20px;
}
.sr-hero-5-progress {
  position: absolute;
  background: #fff;
  border-radius: 0 50% 50% 50%;
  box-shadow: 0 0 24px rgba(0, 0, 0, 0.05);
  top: 70px;
  left: -100px;
}
@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .sr-hero-5-progress {
    top: 0;
  }
}
@media only screen and (min-width: 768px) and (max-width: 991px), (max-width: 767px) {
  .sr-hero-5-progress {
    top: 0;
    left: 0;
  }
}
.sr-hero-5-progress-svg circle:nth-child(2) {
  stroke-dasharray: 230%;
  stroke-dashoffset: -230%;
  transition: all 2s var(--sr-cube-1);
}
.sr-hero-5-progress .content {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  text-align: center;
}
.sr-hero-5-progress-title {
  font-size: 24px;
}
.sr-hero-5-progress .disc {
  font-size: 14px;
  font-weight: 500;
  color: var(--sr-clr-black-8);
}
.sr-hero-5-progress:is(.active) .sr-hero-5-progress-svg circle:nth-child(2) {
  transition-delay: 1s;
  stroke-dashoffset: -40%;
}
.sr-hero-5-partner {
  margin-top: 65px;
}

/*
    hero-5-end
*/
/*
    core-features-1-start
*/
.sr-core-features-1-area {
  margin-top: -30px;
}
.sr-core-features-1-title {
  font-size: 18px;
  font-weight: 500;
  margin-bottom: 36px;
  text-align: center;
}
.sr-core-features-1-wrap {
  display: inline-flex;
  gap: 12px;
  margin-right: 12px;
}
.sr-core-features-1-wrap .single-elm {
  border: 1px solid rgba(213, 215, 218, 0.4);
  border-radius: 6px;
  display: inline-flex;
  gap: 7px;
  align-items: center;
  color: var(--sr-clr-black-3);
  padding: 9px 16px;
  font-size: 16px;
  flex: 0 0 auto;
  background-color: #fff;
  transition: all 0.5s var(--sr-cube-1);
}
.sr-core-features-1-wrap .single-elm:hover {
  border-color: rgba(119, 85, 255, 0.5);
}
.sr-core-features-1-marquee {
  position: relative;
}
.sr-core-features-1-marquee::after {
  content: "";
  width: 200px;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  background: linear-gradient(90deg, rgb(255, 255, 255) 0%, rgba(0, 90, 255, 0) 100%);
  z-index: 1;
}
@media only screen and (min-width: 768px) and (max-width: 991px), (max-width: 767px) {
  .sr-core-features-1-marquee::after {
    width: 100px;
  }
}
.sr-core-features-1-marquee::before {
  content: "";
  width: 200px;
  height: 100%;
  position: absolute;
  top: 0;
  right: 0;
  background: linear-gradient(1700deg, rgb(255, 255, 255) 0%, rgba(0, 90, 255, 0) 100%);
  z-index: 1;
}
@media only screen and (min-width: 768px) and (max-width: 991px), (max-width: 767px) {
  .sr-core-features-1-marquee::before {
    width: 100px;
  }
}
.sr-core-features-1-marquee .wa_marquee_right {
  padding: 24px 0;
  background: #FAFAFA;
  position: relative;
}
.sr-core-features-1-marquee .wa_marquee_right::after {
  content: "";
  width: 200px;
  height: 100%;
  position: absolute;
  left: 0;
  top: 0;
}

/*
    core-features-1-end
*/
/*
    core-features-2-start
*/
.sr-core-features-2-sec-title {
  max-width: 660px;
  margin-left: auto;
  margin-right: auto;
}
.sr-core-features-2-wrap {
  display: grid;
  grid-template-columns: 1fr 1fr 1fr;
  gap: 24px;
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .sr-core-features-2-wrap {
    grid-template-columns: 1fr 1fr;
  }
}
@media (max-width: 767px) {
  .sr-core-features-2-wrap {
    grid-template-columns: 1fr;
  }
}
@media only screen and (min-width: 576px) and (max-width: 767px) {
  .sr-core-features-2-wrap {
    grid-template-columns: 1fr 1fr;
  }
}
.sr-core-features-2-item {
  text-align: center;
  padding: 48px 48px;
  border-radius: 12px;
  border: 1px solid rgba(213, 215, 218, 0.05);
  background: linear-gradient(107deg, rgba(255, 255, 255, 0.04) 5.84%, rgba(255, 255, 255, 0.01) 70.7%);
  background-blend-mode: overlay;
  backdrop-filter: blur(3px);
}
@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) {
  .sr-core-features-2-item {
    padding: 48px 20px;
  }
}
.sr-core-features-2-item .icon {
  display: inline-flex;
  width: 60px;
  height: 60px;
  padding: 14px;
  justify-content: center;
  align-items: center;
  border-radius: 12px;
}
.sr-core-features-2-item .icon i, .sr-core-features-2-item .icon img {
  font-size: 30px;
  color: var(--sr-clr-pr-2);
}
.sr-core-features-2-item .icon::before {
  border-radius: 12px;
}
.sr-core-features-2-item .title {
  font-size: 24px;
  margin-top: 32px;
  transition: all 0.5s var(--sr-cube-1);
}
.sr-core-features-2-item .title:hover {
  color: var(--sr-clr-pr-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) {
  .sr-core-features-2-item .title {
    font-size: 22px;
  }
}
.sr-core-features-2-item .disc {
  opacity: 0.9;
  margin-top: 12px;
}
.sr-core-features-2-item:hover .icon i, .sr-core-features-2-item:hover .icon img {
  animation: pulse 1s;
}
.sr-core-features-2-item:nth-child(2) .icon::after {
  animation-delay: 2s;
}
.sr-core-features-2-item:nth-child(3) .icon::after {
  animation-delay: 4s;
}
.sr-core-features-2-item:nth-child(4) .icon::after {
  animation-delay: 3s;
}
.sr-core-features-2-item:nth-child(5) .icon::after {
  animation-delay: 2s;
}
.sr-core-features-2-item:nth-child(6) .icon::after {
  animation-delay: 2.8s;
}

/*
    core-features-2-end
*/
/*
    core-features-3-start
*/
.sr-core-features-3-area .sr-core-features-2-item {
  background: #fff;
}
.sr-core-features-3-area .sr-core-features-2-item .icon {
  background: rgba(83, 57, 255, 0.06);
  border: 1px solid rgba(83, 57, 255, 0.1);
}
.sr-core-features-3-area .sr-core-features-2-item .icon::after {
  display: none;
}
.sr-core-features-3-area .sr-core-features-2-item .icon::before {
  display: none;
}
.sr-core-features-3-area .sr-core-features-2-item .title {
  color: var(--sr-clr-black-3);
}
.sr-core-features-3-area .sr-core-features-2-item .title:hover {
  color: var(--sr-clr-pr-1);
}
.sr-core-features-3-area .sr-core-features-2-item .disc {
  color: var(--sr-clr-black-4);
}

/*
    core-features-3-end
*/
/*
    core-features-4-start
*/
.sr-core-features-4-sec-title {
  max-width: 560px;
  margin-left: auto;
  margin-right: auto;
}
.sr-core-features-4-wrap {
  display: grid;
  grid-template-columns: 1fr auto 1fr auto 1fr auto 1fr;
  gap: 50px;
}
@media only screen and (min-width: 1200px) and (max-width: 1399px) {
  .sr-core-features-4-wrap {
    gap: 30px;
  }
}
@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .sr-core-features-4-wrap {
    grid-template-columns: 1fr 1fr 1fr;
  }
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .sr-core-features-4-wrap {
    grid-template-columns: 1fr 1fr;
  }
}
@media (max-width: 767px) {
  .sr-core-features-4-wrap {
    grid-template-columns: 1fr;
  }
}
@media only screen and (min-width: 576px) and (max-width: 767px) {
  .sr-core-features-4-wrap {
    grid-template-columns: 1fr 1fr;
  }
}
.sr-core-features-4-wrap .division-line {
  width: 1px;
  height: 100%;
  background: #D2D2D2;
}
@media only screen and (min-width: 992px) and (max-width: 1199px), only screen and (min-width: 768px) and (max-width: 991px), (max-width: 767px) {
  .sr-core-features-4-wrap .division-line {
    display: none;
  }
}
.sr-core-features-4-item .icon {
  display: inline-block;
}
.sr-core-features-4-item .title {
  font-size: 22px;
  margin-top: 17px;
  transition: all 0.3s var(--sr-cube-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) {
  .sr-core-features-4-item .title {
    font-size: 20px;
  }
}
.sr-core-features-4-item .title:hover {
  color: var(--sr-clr-pr-3);
  transform: translateX(2px);
}
.sr-core-features-4-item .disc {
  margin-top: 4px;
}
.sr-core-features-4-item:hover .icon {
  animation: bounce2 1s;
}

/*
    core-features-4-end
*/
/*
    features-1-start
*/
.sr-features-1-sec-title {
  gap: 40px;
  display: flex;
  justify-content: space-between;
  align-items: center;
}
@media only screen and (min-width: 768px) and (max-width: 991px), (max-width: 767px) {
  .sr-features-1-sec-title {
    flex-wrap: wrap;
  }
}
.sr-features-1-sec-title .sec-disc {
  margin-bottom: 32px;
}
.sr-features-1-sec-title .left {
  max-width: 520px;
}
.sr-features-1-sec-title .right {
  max-width: 416px;
}
.sr-features-1-wrap {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  grid-template-rows: repeat(2, 1fr);
  gap: 12px;
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .sr-features-1-wrap {
    grid-template-columns: 1fr 1fr;
    grid-template-rows: auto;
  }
}
@media (max-width: 767px) {
  .sr-features-1-wrap {
    grid-template-columns: 1fr;
    grid-template-rows: auto;
  }
}
@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) {
  .sr-features-1-item:nth-child(1) {
    grid-area: 1/1/3/2;
  }
  .sr-features-1-item:nth-child(2) {
    grid-area: 1/2/2/4;
  }
  .sr-features-1-item:nth-child(3) {
    grid-area: 2/2/3/3;
  }
  .sr-features-1-item:nth-child(4) {
    grid-area: 2/3/4/4;
  }
  .sr-features-1-item:nth-child(5) {
    grid-area: 3/1/4/3;
  }
}
.sr-features-1-item {
  background: rgba(248, 249, 252, 0.6);
  border-radius: 12px;
  padding: 12px;
  border: 1px solid rgba(213, 215, 218, 0.25);
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  gap: 18px;
}
.sr-features-1-item .content {
  display: flex;
  padding: 12px;
  gap: 15px;
  justify-content: space-between;
}
.sr-features-1-item .content-left {
  max-width: 314px;
}
.sr-features-1-item .title {
  font-size: 20px;
  margin-bottom: 10px;
  transition: all 0.5s var(--sr-cube-1);
}
.sr-features-1-item .title:hover {
  color: var(--sr-clr-pr-1);
}
.sr-features-1-item .disc {
  font-size: 16px;
}
.sr-features-1-item .item-btn {
  flex: 0 0 auto;
  width: 40px;
  height: 40px;
  border: 1px solid rgba(213, 215, 218, 0.4);
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
  font-size: 18px;
  color: var(--sr-clr-black-3);
  transition: all 0.5s var(--sr-cube-1);
}
.sr-features-1-item .item-btn .icon {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  overflow: hidden;
}
.sr-features-1-item .item-btn .icon i {
  transition: all 0.5s var(--sr-cube-1);
}
.sr-features-1-item .item-btn .icon i:nth-child(1) {
  position: absolute;
  transform: translate(-15px, 15px);
}
.sr-features-1-item .item-btn:hover {
  background-color: var(--sr-clr-pr-1);
  border-color: transparent;
  color: #fff;
}
.sr-features-1-item .item-btn:hover i:nth-child(1) {
  transform: translate(0px, 0px);
}
.sr-features-1-item .item-btn:hover i:nth-child(2) {
  transform: translate(15px, -15px);
}
.sr-features-1-item .item-img {
  background-color: var(--sr-clr-black-7);
  border: 1px solid rgba(213, 215, 218, 0.3);
  border-radius: 12px;
  padding: 14px;
  display: flex;
  align-items: center;
  justify-content: center;
}
.sr-features-1-item .item-img-inner-div {
  display: grid;
  grid-template-columns: 1fr 1fr 1fr;
  gap: 8px;
  width: 100%;
}
@media only screen and (min-width: 768px) and (max-width: 991px), (max-width: 767px) {
  .sr-features-1-item .item-img-inner-div {
    grid-template-columns: 1fr;
  }
}
.sr-features-1-item .item-img-single {
  display: flex;
  align-items: center;
  justify-content: center;
  background: #fff;
  border-radius: 12px;
  padding: 20px 12px;
}

/*
    features-2-start
*/
.sr-features-2-sec-title {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 40px;
}
@media (max-width: 767px) {
  .sr-features-2-sec-title {
    flex-wrap: wrap;
  }
}
.sr-features-2-sec-title .left {
  max-width: 680px;
}
.sr-features-2-sec-title .right {
  max-width: 365px;
  display: flex;
  flex-direction: column;
  gap: 32px;
  align-items: start;
}
.sr-features-2-wrap {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 24px;
}
@media (max-width: 767px) {
  .sr-features-2-wrap {
    grid-template-columns: 1fr;
  }
}
.sr-features-2-item {
  padding: 32px 32px;
  border-radius: 12px;
  border: 1px solid rgba(213, 215, 218, 0.05);
  background: linear-gradient(107deg, rgba(255, 255, 255, 0.04) 5.84%, rgba(255, 255, 255, 0.01) 70.7%);
  background-blend-mode: overlay;
  backdrop-filter: blur(3px);
}
@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) {
  .sr-features-2-item {
    padding: 32px 20px;
  }
}
.sr-features-2-item .item-img {
  margin-bottom: 20px;
}
.sr-features-2-item .item-img img {
  width: 100%;
}
.sr-features-2-item .title {
  font-size: 24px;
  margin-bottom: 10px;
  transition: 0.5s var(--sr-cube-1);
}
.sr-features-2-item .title:hover {
  color: var(--sr-clr-pr-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) {
  .sr-features-2-item .title {
    font-size: 22px;
  }
}
.sr-features-2-item .disc {
  font-size: 16px;
}

/*
    features-2-end
*/
/*
    features-3-start
*/
.sr-features-3-wrap {
  padding: 80px 80px;
  background: #fff;
  border-radius: 20px;
  gap: 100px;
  display: grid;
  grid-template-columns: 1fr 1.24fr;
}
@media only screen and (min-width: 1200px) and (max-width: 1399px), only screen and (min-width: 992px) and (max-width: 1199px) {
  .sr-features-3-wrap {
    gap: 50px;
  }
}
@media only screen and (min-width: 768px) and (max-width: 991px), (max-width: 767px) {
  .sr-features-3-wrap {
    gap: 50px;
    grid-template-columns: 1fr;
    padding: 60px 20px;
  }
}
.sr-features-3-left-inner-div {
  display: grid;
  gap: 12px;
  grid-template-columns: 1fr 1.14fr;
  align-items: end;
  margin-bottom: 12px;
}
@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .sr-features-3-left-inner-div {
    grid-template-columns: 1fr;
  }
}
@media (max-width: 767px) {
  .sr-features-3-left-inner-div {
    grid-template-columns: 1fr;
  }
}
@media only screen and (min-width: 576px) and (max-width: 767px) {
  .sr-features-3-left-inner-div {
    grid-template-columns: 1fr 1.14fr;
  }
}
.sr-features-3-svg-3 {
  border-radius: 12px;
}
.sr-features-3-sec-title .sec-disc {
  margin-top: 12px;
}
.sr-features-3-item {
  display: flex;
  flex-direction: column;
  gap: 32px;
}
.sr-features-3-item-single {
  display: flex;
  gap: 24px;
  align-items: center;
}
.sr-features-3-item-single .icon {
  width: 80px;
  height: 80px;
  display: flex;
  align-items: center;
  justify-content: center;
  flex: 0 0 auto;
  background: rgba(83, 57, 255, 0.06);
  border: 1px solid rgba(83, 57, 255, 0.1);
  border-radius: 12px;
}
.sr-features-3-item-single .title {
  font-size: 20px;
}
.sr-features-3-item-single .disc {
  font-size: 16px;
  margin-top: 8px;
}
.sr-features-3-item-single:hover .icon i, .sr-features-3-item-single:hover .icon img {
  animation: swing 1s;
}

/*
    features-3-end
*/
/*
    features-5-start
*/
.sr-features-5-sec-title {
  display: flex;
  align-items: end;
  gap: 40px;
  justify-content: space-between;
}
@media only screen and (min-width: 768px) and (max-width: 991px), (max-width: 767px) {
  .sr-features-5-sec-title {
    flex-wrap: wrap;
  }
}
.sr-features-5-sec-title .left {
  max-width: 680px;
}
.sr-features-5-sec-title .sec-disc {
  font-size: 24px;
  font-weight: 500;
  margin-top: 10px;
}
.sr-features-5-wrap {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 20px;
}
@media (max-width: 767px) {
  .sr-features-5-wrap {
    grid-template-columns: 1fr;
  }
}
.sr-features-5-item {
  background-color: #fff9f6;
  border-radius: 30px;
  padding: 40px 70px;
}
@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) {
  .sr-features-5-item {
    padding: 40px 30px;
  }
}
.sr-features-5-item .icon-x-title {
  display: flex;
  align-items: center;
  gap: 15px 30px;
  margin-bottom: 22px;
}
@media only screen and (min-width: 768px) and (max-width: 991px), (max-width: 767px) {
  .sr-features-5-item .icon-x-title {
    flex-wrap: wrap;
  }
}
.sr-features-5-item .icon {
  width: 110px;
  height: 110px;
  background: #fff;
  flex: 0 0 auto;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
}
.sr-features-5-item .title {
  font-size: 30px;
  letter-spacing: -0.03em;
  transition: all 0.4s var(--sr-cube-1);
}
.sr-features-5-item .title:hover {
  color: var(--sr-clr-pr-5);
  transform: translateX(-3px);
}
@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) {
  .sr-features-5-item .title {
    font-size: 22px;
  }
}
.sr-features-5-item .disc {
  font-weight: 500;
}
.sr-features-5-item .features-list {
  display: inline-flex;
  background: #fff;
  gap: 25px;
  border-radius: 100px;
  padding: 10px 20px;
  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) {
  .sr-features-5-item .features-list {
    flex-wrap: wrap;
  }
}
.sr-features-5-item .features-list li {
  font-size: 15px;
  display: flex;
  align-items: center;
  gap: 10px;
}
.sr-features-5-item:hover .icon img, .sr-features-5-item:hover .icon i {
  animation: pulse 1s;
}

/*
    features-5-end
*/
/*
    partner-1-start
*/
.sr-partner-1-sec-title .sec-disc {
  margin-top: 12px;
}
.sr-partner-1-wrap {
  display: flex;
  align-items: center;
  gap: 60px;
  margin-right: 60px;
}
@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .sr-partner-1-wrap {
    gap: 50px;
    margin-right: 50px;
  }
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .sr-partner-1-wrap {
    gap: 40px;
    margin-right: 40px;
  }
}
@media (max-width: 767px) {
  .sr-partner-1-wrap {
    gap: 30px;
    margin-right: 30px;
  }
}
.sr-partner-1-logo {
  flex: 0 0 auto;
}
.sr-partner-1-marquee {
  overflow: hidden;
  position: relative;
  z-index: 1;
}
.sr-partner-1-marquee::after {
  content: "";
  width: 200px;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  background: linear-gradient(90deg, rgb(255, 255, 255) 0%, rgba(0, 90, 255, 0) 100%);
  z-index: 1;
}
@media only screen and (min-width: 768px) and (max-width: 991px), (max-width: 767px) {
  .sr-partner-1-marquee::after {
    width: 100px;
  }
}
.sr-partner-1-marquee::before {
  content: "";
  width: 200px;
  height: 100%;
  position: absolute;
  top: 0;
  right: 0;
  background: linear-gradient(1700deg, rgb(255, 255, 255) 0%, rgba(0, 90, 255, 0) 100%);
  z-index: 1;
}
@media only screen and (min-width: 768px) and (max-width: 991px), (max-width: 767px) {
  .sr-partner-1-marquee::before {
    width: 100px;
  }
}

/*
    partner-1-end
*/
/*
    partner-2-start
*/
.sr-partner-2-title {
  font-size: 24px;
  font-weight: 500;
  text-align: center;
}
@media (max-width: 767px) {
  .sr-partner-2-title {
    font-size: 20px;
  }
}
.sr-partner-2-wrap {
  display: flex;
  justify-content: space-between;
  align-items: center;
  gap: 50px;
  flex-wrap: wrap;
  margin-right: 50px;
}
.sr-partner-2-marquee {
  margin-top: 60px;
  margin-left: -48px;
  margin-right: -48px;
}
@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) {
  .sr-partner-2-marquee {
    margin-left: 0;
    margin-right: 0;
  }
}

/*
    partner-2-end
*/
/*
    partner-3-start
*/
.sr-partner-3-area .sr-partner-1-marquee::after {
  background: linear-gradient(90deg, rgb(248, 249, 252) 0%, rgba(0, 90, 255, 0) 100%);
}
.sr-partner-3-area .sr-partner-1-marquee::before {
  background: linear-gradient(270deg, rgb(248, 249, 252) 0%, rgba(0, 90, 255, 0) 100%);
}

/*
    partner-3-end
*/
/*
    services-1-start
*/
.sr-services-1-wrap {
  display: flex;
  justify-content: space-between;
  gap: 50px;
}
@media only screen and (min-width: 768px) and (max-width: 991px), (max-width: 767px) {
  .sr-services-1-wrap {
    flex-wrap: wrap;
  }
}
.sr-services-1-left {
  max-width: 635px;
}
.sr-services-1-sec-title .sec-disc {
  max-width: 500px;
  margin-top: 12px;
}
.sr-services-1-tags {
  display: flex;
  gap: 12px;
  flex-wrap: wrap;
}
.sr-services-1-tags .tags-elm {
  background: var(--sr-clr-black-7);
  border-radius: 100px;
  color: var(--sr-clr-black-3);
  font-size: 16px;
  padding: 9px 16px;
  transition: all 0.5s var(--sr-cube-1);
}
.sr-services-1-tags .tags-elm:hover {
  background: var(--sr-clr-pr-1);
  color: #fff;
}
.sr-services-1-right {
  max-width: 525px;
  border-left: 1px solid var(--sr-clr-black-6);
  display: flex;
  flex-direction: column;
  gap: 24px;
  width: 100%;
}
.sr-services-1-item {
  padding: 24px 40px;
  position: relative;
  z-index: 1;
  transition: all 0.5s var(--sr-cube-1);
}
.sr-services-1-item::after {
  content: "";
  width: 3px;
  height: 70%;
  top: 50%;
  transform: translateY(-50%);
  z-index: 1;
  background: linear-gradient(0deg, rgba(0, 0, 0, 0.05) 0%, var(--sr-clr-pr-1) 100%);
  position: absolute;
  left: 0;
}
.sr-services-1-item::before {
  content: "";
  width: 3px;
  height: 48px;
  top: 23px;
  z-index: 1;
  background: var(--sr-clr-pr-1);
  position: absolute;
  left: 0;
}
.sr-services-1-item .title {
  font-size: 20px;
  transition: all 0.5s var(--sr-cube-1);
}
.sr-services-1-item .title a {
  display: flex;
  align-items: center;
  gap: 16px;
}
.sr-services-1-item .title .icon {
  width: 48px;
  height: 48px;
  background: var(--sr-clr-black-7);
  flex: 0 0 auto;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 23px;
  color: var(--sr-clr-pr-1);
  transition: all 0.5s var(--sr-cube-1);
}
.sr-services-1-item .title:hover {
  color: var(--sr-clr-pr-1);
}
.sr-services-1-item .title:hover .icon img, .sr-services-1-item .title:hover .icon i {
  animation: pulse 1s;
}
.sr-services-1-item .disc {
  font-size: 16px;
  margin-top: 12px;
}
.sr-services-1-item:hover {
  background: #F8F9FC;
}
.sr-services-1-item:hover .title .icon {
  background: rgba(122, 90, 248, 0.1);
}

/*
    services-1-end
*/
/*
    services-2-start
*/
.sr-services-2-wrap {
  display: grid;
  gap: 24px;
  grid-template-columns: 1fr 1fr 1fr;
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .sr-services-2-wrap {
    grid-template-columns: 1fr 1fr;
  }
}
@media (max-width: 767px) {
  .sr-services-2-wrap {
    grid-template-columns: 1fr;
  }
}
@media only screen and (min-width: 576px) and (max-width: 767px) {
  .sr-services-2-wrap {
    grid-template-columns: 1fr 1fr;
  }
}
.sr-services-2-tags::after {
  content: "";
  width: 300px;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  background: linear-gradient(90deg, #0B0D0C 0%, rgba(0, 90, 255, 0) 100%);
  z-index: 1;
}
@media only screen and (min-width: 768px) and (max-width: 991px), (max-width: 767px) {
  .sr-services-2-tags::after {
    width: 100px;
  }
}
.sr-services-2-tags::before {
  content: "";
  width: 300px;
  height: 100%;
  position: absolute;
  top: 0;
  right: 0;
  background: linear-gradient(1700deg, #0B0D0C 0%, rgba(0, 90, 255, 0) 100%);
  z-index: 1;
}
@media only screen and (min-width: 768px) and (max-width: 991px), (max-width: 767px) {
  .sr-services-2-tags::before {
    width: 100px;
  }
}
.sr-services-2-tags-wrap {
  display: flex;
  gap: 24px;
  margin-right: 24px;
}
.sr-services-2-tags-single {
  flex: 0 0 auto;
  border-radius: 100px;
  border: 1px solid rgba(213, 215, 218, 0.05);
  background: linear-gradient(107deg, rgba(255, 255, 255, 0.01) 5.84%, rgba(255, 255, 255, 0.02) 70.7%);
  background-blend-mode: overlay;
  backdrop-filter: blur(3px);
  padding: 11px 23px;
}

/*
    services-2-end
*/
/*
    services-3-start
*/
.sr-services-3-sec-title {
  max-width: 590px;
  margin-left: auto;
  margin-right: auto;
}
.sr-services-3-sec-title .sec-disc {
  margin-top: 12px;
}
.sr-services-3-wrap {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 12px;
}
@media (max-width: 767px) {
  .sr-services-3-wrap {
    grid-template-columns: 1fr;
  }
}
@media only screen and (min-width: 576px) and (max-width: 767px) {
  .sr-services-3-wrap {
    grid-template-columns: 1fr 1fr;
  }
}
.sr-services-3-item {
  text-align: center;
  background-color: #F8F9FC;
  border: 12px solid #fff;
  border-radius: 12px;
  padding: 65px 15px;
}
.sr-services-3-item .icon {
  display: inline-flex;
  width: 72px;
  height: 72px;
  border-radius: 12px;
  align-items: center;
  justify-content: center;
  font-size: 30px;
  color: var(--sr-clr-pr-1);
}
.sr-services-3-item .icon::before {
  background: var(--sr-clr-black-7);
  border-radius: 10px;
}
.sr-services-3-item .icon::after {
  background: linear-gradient(50deg, rgba(0, 0, 0, 0) 20%, var(--sr-clr-pr-1) 50%, rgba(0, 0, 0, 0) 80%);
  border-radius: 10px;
}
.sr-services-3-item .title {
  font-size: 24px;
  margin-top: 32px;
  transition: all 0.3s var(--sr-cube-1);
}
.sr-services-3-item .title:hover {
  color: var(--sr-clr-pr-1);
}
@media only screen and (min-width: 768px) and (max-width: 991px), (max-width: 767px) {
  .sr-services-3-item .title {
    font-size: 22px;
  }
}
.sr-services-3-item .disc {
  margin-top: 14px;
  max-width: 420px;
  margin-left: auto;
  margin-right: auto;
}
.sr-services-3-item:nth-child(odd) .icon::after {
  animation-delay: 1.5s;
}

/*
    services-3-end
*/
/*
    services-4-start
*/
.sr-services-4-sec-title .sec-disc {
  max-width: 600px;
  margin-left: auto;
  margin-right: auto;
}
.sr-services-4-wrap {
  max-width: 1395px;
  display: grid;
  grid-template-columns: 1fr 1.2fr;
  gap: 50px;
  align-items: center;
}
@media only screen and (min-width: 768px) and (max-width: 991px), (max-width: 767px) {
  .sr-services-4-wrap {
    grid-template-columns: 1fr;
  }
}
.sr-services-4-right {
  display: flex;
  flex-direction: column;
  gap: 30px;
  align-items: self-start;
}
.sr-services-4-right-step {
  background: #F8F8F8;
  display: inline-block;
  font-weight: 500;
  padding: 10px 30px;
  border-radius: 6px;
}
.sr-services-4-item {
  padding-left: 90px;
  position: relative;
  z-index: 1;
}
@media (max-width: 767px) {
  .sr-services-4-item {
    padding-left: 0px;
  }
}
@media only screen and (min-width: 576px) and (max-width: 767px) {
  .sr-services-4-item {
    padding-left: 90px;
  }
}
.sr-services-4-item .item-line {
  width: 3px;
  height: 100%;
  background: #e4e4e4;
  position: absolute;
  top: 0;
  left: 0;
}
@media (max-width: 767px) {
  .sr-services-4-item .item-line {
    display: none;
  }
}
@media only screen and (min-width: 576px) and (max-width: 767px) {
  .sr-services-4-item .item-line {
    display: inline-block;
  }
}
.sr-services-4-item .item-line::after {
  content: "";
  width: 30px;
  height: 30px;
  border-radius: 50%;
  border: 3px solid #e4e4e4;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  z-index: 1;
  background: #fff;
  transition: all 0.5s var(--sr-cube-1);
}
.sr-services-4-item .content-wrap {
  display: flex;
  gap: 25px;
  align-items: center;
}
.sr-services-4-item .icon {
  flex: 0 0 auto;
  width: 70px;
}
.sr-services-4-item .title {
  font-size: 26px;
}
@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) {
  .sr-services-4-item .title {
    font-size: 22px;
  }
}
@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) {
  .sr-services-4-item .title {
    font-size: 22px;
  }
}
.sr-services-4-item .disc {
  margin-top: 14px;
}
.sr-services-4-item .content-wrap {
  border-bottom: 1px solid #E3E3E3;
  padding: 30px 0;
}
.sr-services-4-slider {
  height: 482px;
  padding-left: 28px;
}
.sr-services-4-slider .swiper-slide {
  max-width: 660px;
  height: auto !important;
}
.sr-services-4-slider .swiper-slide:is(.swiper-slide-active) .item-line::after {
  top: 20%;
}
.sr-services-4-slider-btn {
  position: absolute;
  top: 0;
  left: 0;
  background: var(--sr-clr-gd-2);
  width: 60px;
  height: 60px;
  z-index: 2;
  border-radius: 50%;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
}
.sr-services-4-slider-btn .line {
  width: 30px;
  height: 2px;
  background: #fff;
}
.sr-services-4-slider-btn .single-btn {
  color: #fff;
  transition: all 0.5s var(--sr-cube-1);
}
.sr-services-4-slider-btn .single-btn:hover {
  color: #000;
}

/*
    services-4-end
*/
/*
    price-1-start
*/
.sr-price-1-sec-title .sec-disc {
  margin-top: 12px;
  max-width: 500px;
  margin-left: auto;
  margin-right: auto;
}
.sr-price-1-table {
  display: grid;
  grid-template-columns: 1fr 1fr 1fr;
  gap: 24px;
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .sr-price-1-table {
    grid-template-columns: 1fr 1fr;
  }
}
@media (max-width: 767px) {
  .sr-price-1-table {
    grid-template-columns: 1fr;
  }
}
.sr-price-1-card {
  background: rgba(248, 249, 252, 0.6);
  border: 1px solid rgba(213, 215, 218, 0.25);
  border-radius: 12px;
  padding: 32px 32px;
}
@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) {
  .sr-price-1-card {
    padding: 32px 22px;
  }
}
.sr-price-1-card .icon-x-title {
  display: flex;
  justify-content: space-between;
  gap: 30px;
  flex-wrap: wrap;
  align-items: start;
}
.sr-price-1-card .icon {
  width: 60px;
  height: 60px;
  flex: 0 0 auto;
  display: flex;
  align-items: center;
  justify-content: center;
  background: rgba(122, 90, 248, 0.08);
  border-radius: 12px;
  font-size: 20px;
  color: var(--sr-clr-pr-1);
}
.sr-price-1-card .limited {
  font-size: 16px;
  color: var(--sr-clr-black-3);
  border-radius: 8px;
  border: 1px solid rgba(213, 215, 218, 0.6);
  padding: 5px 15px;
  transition: all 0.5s var(--sr-cube-1);
}
.sr-price-1-card .package-name {
  font-size: 18px;
  font-weight: 500;
  margin-top: 32px;
}
.sr-price-1-card .package-price {
  font-size: 60px;
  font-weight: 800;
  margin-top: 12px;
  line-height: 120%;
}
@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) {
  .sr-price-1-card .package-price {
    font-size: 40px;
  }
}
.sr-price-1-card .package-price span {
  color: var(--sr-clr-black-4);
  font-weight: 400;
  font-size: 18px;
  line-height: 1;
}
.sr-price-1-card .card-line {
  width: 100%;
  height: 1px;
  background: radial-gradient(circle, rgb(207, 207, 208) 0%, rgba(0, 0, 0, 0) 100%);
  max-width: 323px;
  margin-top: 16px;
}
.sr-price-1-card .package-disc {
  margin-top: 16px;
}
.sr-price-1-card .package-btn {
  width: 100%;
  text-align: center;
  font-size: 18px;
  font-weight: 500;
  border: 1px solid rgba(213, 215, 218, 0.5);
  border-radius: 8px;
  padding: 12px 10px;
  margin-top: 32px;
  transition: all 0.5s var(--sr-cube-1);
}
.sr-price-1-card .package-features {
  background: #fff;
  border-radius: 12px;
  display: flex;
  flex-direction: column;
  gap: 12px;
  padding: 24px 24px;
  margin-top: 32px;
}
@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) {
  .sr-price-1-card .package-features {
    padding: 24px 14px;
  }
}
.sr-price-1-card .package-features li {
  display: flex;
  align-items: center;
  gap: 10px;
}
.sr-price-1-card .package-features li:is(.has-disable) {
  opacity: 60%;
}
.sr-price-1-card:hover .limited, .sr-price-1-card:hover .package-btn {
  background: var(--sr-clr-pr-1);
  color: #fff;
  border-color: transparent;
}
.sr-price-1-tabs-btn {
  display: inline-flex;
  align-items: center;
  gap: 12px;
  border: 1px solid rgba(213, 215, 218, 0.7);
  border-radius: 100px;
  padding: 6px 8px;
  margin-top: 32px;
}
.sr-price-1-tabs-btn .nav-link {
  border-radius: 100px;
  font-size: 16px;
  color: var(--sr-clr-black-3);
  padding: 6px 17px;
  background: transparent;
}
.sr-price-1-tabs-btn .nav-link:is(.active) {
  background: var(--sr-clr-black-7);
}
.sr-price-1-tabs-btn .nav-link:not(.active):hover {
  color: var(--sr-clr-pr-1);
}
.sr-price-1-tabs-btn .offer-price {
  background: rgba(119, 85, 255, 0.08);
  border-radius: 100px;
  font-size: 14px;
  color: var(--sr-clr-pr-1);
  padding: 3px 10px;
}

/*
    price-1-end
*/
/*
    price-2-start
*/
.sr-price-2-sec-title {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 40px;
}
@media only screen and (min-width: 768px) and (max-width: 991px), (max-width: 767px) {
  .sr-price-2-sec-title {
    flex-wrap: wrap;
  }
}
.sr-price-2-sec-title .left {
  max-width: 486px;
}
.sr-price-2-sec-title .right {
  max-width: 416px;
  display: flex;
  flex-direction: column;
  gap: 25px;
  align-items: start;
}
.sr-price-2-tabs-btn {
  display: inline-flex;
  padding: 6px 8px;
  border: 1px solid rgba(255, 255, 255, 0.08);
  border-radius: 100px;
  background: linear-gradient(108deg, rgba(255, 255, 255, 0.02) 0%, rgba(255, 255, 255, 0.05) 100%);
  gap: 12px;
}
.sr-price-2-tabs-btn .nav-link {
  font-size: 16px;
  color: #fff;
  border-radius: 100px;
  background: transparent;
  padding: 5px 17px;
  transition: all 0.5s var(--sr-cube-1);
}
.sr-price-2-tabs-btn .nav-link:is(.active) {
  background: var(--sr-clr-gd-1);
}
.sr-price-2-tabs-btn .nav-link:not(.active):hover {
  color: var(--sr-clr-pr-2);
}
.sr-price-2-wrap {
  display: grid;
  grid-template-columns: 1.42fr 1fr;
  gap: 24px;
}
@media (max-width: 767px) {
  .sr-price-2-wrap {
    grid-template-columns: 1fr;
  }
}
.sr-price-2-package {
  display: flex;
  flex-direction: column;
  gap: 20px;
}
.sr-price-2-package-single {
  border-radius: 12px;
  border: 1px solid rgba(213, 215, 218, 0.05);
  background: linear-gradient(93deg, rgba(255, 255, 255, 0.01) 0%, rgba(255, 255, 255, 0.01) 100%);
  background-blend-mode: overlay;
  display: flex;
  justify-content: space-between;
  gap: 20px;
  padding: 40px 40px;
  align-items: center;
  transition: all 0.5s var(--sr-cube-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) {
  .sr-price-2-package-single {
    padding: 40px 20px;
  }
}
.sr-price-2-package-single .title {
  font-weight: 24px;
}
@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) {
  .sr-price-2-package-single .title {
    font-size: 22px;
  }
}
.sr-price-2-package-single .disc {
  margin-top: 12px;
}
.sr-price-2-package-single .left {
  max-width: 380px;
}
.sr-price-2-package-single .price {
  font-size: 54px;
  font-weight: 700;
  letter-spacing: -2px;
  line-height: 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) {
  .sr-price-2-package-single .price {
    font-size: 35px;
  }
}
.sr-price-2-package-single .per-month {
  font-size: 16px;
  margin-top: 8px;
}
.sr-price-2-package-single:hover {
  border-color: var(--sr-clr-pr-2);
}
.sr-price-2-package .nav-link {
  width: 100%;
  background: transparent;
  text-align: left;
}
.sr-price-2-package .nav-link:is(.active) .sr-price-2-package-single {
  border-color: var(--sr-clr-pr-2);
}
.sr-price-2-features {
  border-radius: 12px;
  border: 1px solid rgba(213, 215, 218, 0.05);
  background: linear-gradient(93deg, rgba(255, 255, 255, 0.02) 0%, rgba(255, 255, 255, 0.01) 100%);
  background-blend-mode: overlay;
  padding: 40px 40px;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  height: 100%;
  gap: 30px;
}
@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) {
  .sr-price-2-features {
    padding: 40px 20px;
  }
}
.sr-price-2-features .title {
  font-size: 24px;
}
@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) {
  .sr-price-2-features .title {
    font-size: 22px;
  }
}
.sr-price-2-features .features-list {
  display: flex;
  flex-direction: column;
  gap: 16px;
}
.sr-price-2-features .features-list li {
  display: flex;
  gap: 8px;
}
.sr-price-2-features .price-btn {
  text-align: center;
  font-weight: 500;
  font-size: 18px;
  background: var(--sr-clr-gd-1);
  border-radius: 100px;
  padding: 18px 15px;
}
.sr-price-2-tabs-2-pane .tab-pane {
  height: 100%;
}
.sr-price-2-tabs-2-pane .tab-pane:is(.show) .sr-price-2-features .title {
  animation: fadeInUp2 0.3s;
  animation-timing-function: var(--sr-cube-1);
}
.sr-price-2-tabs-2-pane .tab-pane:is(.show) .sr-price-2-features .features-list li {
  animation: fadeInUp2 0.3s backwards;
  animation-timing-function: var(--sr-cube-1);
}
.sr-price-2-tabs-2-pane .tab-pane:is(.show) .sr-price-2-features .features-list li:nth-child(1) {
  animation-delay: 0.1s;
}
.sr-price-2-tabs-2-pane .tab-pane:is(.show) .sr-price-2-features .features-list li:nth-child(2) {
  animation-delay: 0.15s;
}
.sr-price-2-tabs-2-pane .tab-pane:is(.show) .sr-price-2-features .features-list li:nth-child(3) {
  animation-delay: 0.2s;
}
.sr-price-2-tabs-2-pane .tab-pane:is(.show) .sr-price-2-features .features-list li:nth-child(4) {
  animation-delay: 0.25s;
}
.sr-price-2-tabs-2-pane .tab-pane:is(.show) .sr-price-2-features .features-list li:nth-child(5) {
  animation-delay: 0.3s;
}
.sr-price-2-tabs-2-pane .tab-pane:is(.show) .sr-price-2-features .features-list li:nth-child(6) {
  animation-delay: 0.35s;
}
.sr-price-2-tabs-2-pane .tab-pane:is(.show) .sr-price-2-features .features-list li:nth-child(7) {
  animation-delay: 0.4s;
}
.sr-price-2-tabs-2-pane .tab-pane:is(.show) .sr-price-2-features .price-btn {
  animation: fadeInUp2 0.3s backwards;
  animation-timing-function: var(--sr-cube-1);
  animation-delay: 0.45s;
}

/*
    price-2-end
*/
/*
    price-3-start
*/
.sr-price-3-wrap {
  display: grid;
  gap: 24px;
  grid-template-columns: 1fr 2fr;
}
@media only screen and (min-width: 768px) and (max-width: 991px), (max-width: 767px) {
  .sr-price-3-wrap {
    grid-template-columns: 1fr;
  }
}
.sr-price-3-content .sec-disc {
  margin-top: 12px;
}
.sr-price-3-content .btn-wrap {
  margin-top: 40px;
}
.sr-price-3-tabs-btn {
  display: flex;
  gap: 12px;
  margin-top: 24px;
}
.sr-price-3-tabs-btn .nav-link {
  font-size: 18px;
  background: transparent;
  font-weight: 500;
  display: flex;
  gap: 12px;
  align-items: center;
}
.sr-price-3-tabs-btn .nav-link .button-toggle {
  width: 50px;
  height: 28px;
  border: 1px solid rgba(46, 48, 51, 0.12);
  border-radius: 32px;
  position: relative;
  z-index: 1;
  flex: 0 0 auto;
  cursor: auto;
}
.sr-price-3-tabs-btn .nav-link .button-toggle::after {
  content: "";
  width: 20px;
  height: 20px;
  position: absolute;
  top: 3px;
  left: 5px;
  background: var(--sr-clr-sd-1);
  border-radius: 50%;
  transition: all 0.5s var(--sr-cube-1);
}
.sr-price-3-tabs-btn .nav-link:not(.active) {
  color: rgba(8, 8, 10, 0.6);
}
.sr-price-3-tabs-btn .nav-link:not(.active) .button-toggle::after {
  left: 23px;
}
.sr-price-3-tabs-btn .nav-link:not(.active):hover {
  color: var(--sr-clr-pr-1);
}
.sr-price-3-table {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 24px;
}
@media (max-width: 767px) {
  .sr-price-3-table {
    grid-template-columns: 1fr;
  }
}
.sr-price-3-table .sr-price-1-card {
  background: #fff;
  padding: 40px 40px;
  border: none;
}
@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) {
  .sr-price-3-table .sr-price-1-card {
    padding: 40px 20px;
  }
}
.sr-price-3-table .sr-price-1-card .limited {
  display: inline-block;
  border-radius: 100px;
}
.sr-price-3-table .sr-price-1-card .package-btn {
  margin-top: 24px;
}
.sr-price-3-table .sr-price-1-card .card-line {
  background: rgba(0, 0, 0, 0.05);
  margin-top: 24px;
}
.sr-price-3-table .sr-price-1-card .package-features {
  padding: 0;
  margin-top: 40px;
}

/*
    price-3-end
*/
/*
    price-4-start
*/
.sr-price-4-sec-title {
  max-width: 910px;
  margin-left: auto;
  margin-right: auto;
}
.sr-price-4-sec-title .sec-disc {
  max-width: 600px;
  margin-left: auto;
  margin-right: auto;
}
.sr-price-4-wrap {
  display: grid;
  grid-template-columns: 1fr 1fr 1fr;
  gap: 30px;
  max-width: 1400px;
  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) {
  .sr-price-4-wrap {
    grid-template-columns: 1fr 1fr;
  }
}
@media (max-width: 767px) {
  .sr-price-4-wrap {
    grid-template-columns: 1fr;
  }
}
.sr-price-4-card {
  position: relative;
  z-index: 1;
  padding: 10px;
  box-shadow: 0px 82.954px 38px 0px rgba(0, 0, 0, 0.03);
  overflow: hidden;
  border-radius: 40px;
}
.sr-price-4-card::after {
  content: "";
  width: 100%;
  height: 100%;
  background: var(--sr-clr-gd-2);
  position: absolute;
  top: 0;
  left: 0;
  z-index: -1;
  opacity: 0;
  transition: all 0.5s var(--sr-cube-1);
}
.sr-price-4-card .bg-clr {
  background-color: #fff;
  border-radius: 40px;
}
.sr-price-4-card .money-back {
  text-align: center;
  color: #fff;
  font-size: 15px;
  padding-bottom: 15px;
  padding-top: 10px;
  font-weight: 500;
  opacity: 0;
  transition: all 0.5s var(--sr-cube-1);
}
.sr-price-4-card .card-top {
  border-radius: 40px;
  padding: 40px 50px;
  background: #fafcfe;
}
@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) {
  .sr-price-4-card .card-top {
    padding: 40px 15px;
  }
}
.sr-price-4-card .subtitle {
  display: flex;
  gap: 10px;
  font-size: 18px;
}
.sr-price-4-card .subtitle .icon {
  width: 23px;
  height: 23px;
  background: #426FE6;
  flex: 0 0 auto;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
}
.sr-price-4-card .package-name {
  font-size: 40px;
  font-weight: 800;
  color: #0f1d37;
  margin-top: 11px;
}
@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) {
  .sr-price-4-card .package-name {
    font-size: 34px;
  }
}
.sr-price-4-card .package-disc {
  font-size: 15px;
  font-weight: 600;
}
.sr-price-4-card .hr-line {
  width: 100%;
  height: 1px;
  background: #D8D8D8;
  margin-top: 30px;
}
.sr-price-4-card .button-x-price {
  display: flex;
  align-items: center;
  margin-top: 30px;
  gap: 20px;
  flex-wrap: wrap;
}
.sr-price-4-card .sr-pr-btn-5 {
  background: #1a3300;
  padding: 17px 35px;
  font-weight: 500;
}
.sr-price-4-card .sr-pr-btn-5:hover {
  color: #fff;
}
.sr-price-4-card .price {
  font-size: 27px;
  font-weight: 800;
}
.sr-price-4-card .price span {
  font-size: 14px;
  font-weight: 500;
}
.sr-price-4-card .price-disc {
  font-size: 11px;
}
.sr-price-4-card .sr-about-4-list {
  margin: 0;
  margin-left: 80px;
  padding: 45px 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) {
  .sr-price-4-card .sr-about-4-list {
    margin-left: 20px;
  }
}
.sr-price-4-card .sr-about-4-list li {
  font-size: 16px;
  color: #0f1d37;
  font-weight: 700;
}
.sr-price-4-card:is(.active)::after {
  opacity: 1;
}
.sr-price-4-card:is(.active) .money-back {
  opacity: 1;
}
.sr-price-4-trust {
  text-align: center;
  margin-top: 70px;
}
.sr-price-4-trust i {
  color: #00B67A;
}
.sr-price-4-division-line {
  width: 100%;
  height: 1px;
  background: #F0F0F0;
}

/*
    price-4-end
*/
/*
    price-5-start
*/
.sr-price-5-wrap {
  padding: 0 10px;
  display: grid;
  grid-template-columns: 1fr 1.8fr 1fr;
  gap: 55px;
  max-width: 1920px;
  margin-left: auto;
  margin-right: auto;
}
@media only screen and (min-width: 1200px) and (max-width: 1399px), only screen and (min-width: 992px) and (max-width: 1199px) {
  .sr-price-5-wrap {
    grid-template-columns: 1fr 1fr 1fr;
    gap: 30px;
  }
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .sr-price-5-wrap {
    grid-template-columns: 1fr 1fr;
    gap: 30px;
  }
}
@media (max-width: 767px) {
  .sr-price-5-wrap {
    grid-template-columns: 1fr;
    gap: 30px;
  }
}
@media only screen and (min-width: 576px) and (max-width: 767px) {
  .sr-price-5-wrap {
    grid-template-columns: 1fr 1fr;
    gap: 30px;
  }
}
.sr-price-5-item {
  background: #edf3ff;
  border-radius: 20px;
  padding: 50px 70px;
}
@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) {
  .sr-price-5-item {
    padding: 50px 30px;
  }
}
.sr-price-5-item .plan-name {
  font-size: 33px;
  letter-spacing: -0.03em;
  margin-bottom: 13px;
}
@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) {
  .sr-price-5-item .plan-name {
    font-size: 26px;
  }
}
.sr-price-5-item .price {
  font-size: 50px;
  margin-bottom: 35px;
}
@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) {
  .sr-price-5-item .price {
    font-size: 40px;
  }
}
.sr-price-5-item .price span {
  font-size: 18px;
  font-weight: 400;
}
.sr-price-5-item .price-disc {
  margin-bottom: 20px;
}
.sr-price-5-item .price-list {
  display: flex;
  flex-direction: column;
  gap: 17px;
  margin-top: 35px;
}
.sr-price-5-item .price-list li i {
  margin-right: 7px;
  font-size: 16px;
  transform: translateY(-2px);
}
.sr-price-5-item .item-img {
  border-radius: 10px;
  overflow: hidden;
  height: 500px;
}
@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) {
  .sr-price-5-item .item-img {
    display: none;
  }
}
.sr-price-5-item:nth-child(2) {
  background-color: #fff8ed;
}
.sr-price-5-item:nth-child(3) {
  background-color: #f2ffed;
}
@media (min-width: 1800px), only screen and (min-width: 1600px) and (max-width: 1799px), only screen and (min-width: 1400px) and (max-width: 1599px) {
  .sr-price-5-item:is(.has-v2) {
    display: grid;
    grid-template-columns: 1fr 1fr;
  }
}

/*
    price-5-end
*/
/*
    faqs-1-start
*/
.sr-accordion {
  display: flex;
  flex-direction: column;
  gap: 16px;
  align-items: start;
}
.sr-accordion-item {
  background-color: #fff;
  border-radius: 12px;
  width: 100%;
}
.sr-accordion-item .item-title {
  font-size: 20px;
  font-weight: 500;
  background: transparent;
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 25px;
  padding: 22px 24px;
  text-align: left;
  transition: 0.2s;
}
@media only screen and (min-width: 992px) and (max-width: 1199px), only screen and (min-width: 768px) and (max-width: 991px), (max-width: 767px) {
  .sr-accordion-item .item-title {
    padding: 22px 15px;
  }
}
.sr-accordion-item .item-title .icon {
  width: 30px;
  height: 8px;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}
.sr-accordion-item .item-title .icon .line {
  width: 100%;
  height: 2px;
  background: var(--sr-clr-pr-1);
  transition: all 0.4s ease-in-out;
}
.sr-accordion-item .item-title:is(:not(.collapsed)) .icon .line:nth-child(1) {
  transform: rotate(45deg) translateY(4px);
}
.sr-accordion-item .item-title:is(:not(.collapsed)) .icon .line:nth-child(2) {
  transform: rotate(-45deg) translateY(-4px);
}
.sr-accordion-item .item-title:is(.collapsed):hover {
  color: var(--sr-clr-pr-1);
}
.sr-accordion-item .item-disc {
  padding: 22px 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) {
  .sr-accordion-item .item-disc {
    padding: 22px 15px;
  }
}

.sr-faqs-1-wrap {
  display: grid;
  gap: 50px;
  grid-template-columns: 1fr 1.04fr;
}
@media only screen and (min-width: 768px) and (max-width: 991px), (max-width: 767px) {
  .sr-faqs-1-wrap {
    grid-template-columns: 1fr;
  }
}
.sr-faqs-1-content .sec-disc {
  max-width: 500px;
  margin-top: 12px;
}
.sr-faqs-1-content .btn-wrap {
  margin-top: 32px;
}
.sr-faqs-1-accordion {
  background-color: #FBFBFD;
  border: 1px solid #F3F3F5;
  border-radius: 24px;
  padding: 32px 32px;
}
@media only screen and (min-width: 992px) and (max-width: 1199px), only screen and (min-width: 768px) and (max-width: 991px), (max-width: 767px) {
  .sr-faqs-1-accordion {
    padding: 32px 20px;
  }
}

/*
    faqs-1-end
*/
/*
    faqs-2-start
*/
.sr-faqs-2-sec-title .sec-disc {
  margin-top: 12px;
  max-width: 500px;
  margin-left: auto;
  margin-right: auto;
}
.sr-faqs-2-max-width {
  max-width: 856px;
  margin-left: auto;
  margin-right: auto;
}
.sr-faqs-2-accordion {
  border-radius: 20px;
  border: 1px solid rgba(213, 215, 218, 0.05);
  background: linear-gradient(107deg, rgba(255, 255, 255, 0.04) 5.84%, rgba(255, 255, 255, 0.01) 70.7%);
  background-blend-mode: overlay;
  padding: 8px;
}
.sr-faqs-2-accordion .sr-accordion {
  gap: 4px;
}
.sr-faqs-2-accordion .sr-accordion-item {
  border-radius: 12px;
  background: rgba(255, 255, 255, 0.02);
}
.sr-faqs-2-accordion .sr-accordion-item .item-title .icon-2 {
  width: 40px;
  height: 40px;
  font-size: 16px;
  border-radius: 8px;
  border: 1px solid rgba(31, 31, 31, 0.6);
  color: var(--sr-clr-black-4);
  flex: 0 0 auto;
  display: flex;
  align-items: center;
  justify-content: center;
}
.sr-faqs-2-accordion .sr-accordion-item .item-title .icon-2 i {
  transition: all 0.5s var(--sr-cube-1);
}
.sr-faqs-2-accordion .sr-accordion-item .item-title:is(:not(.collapsed)) .icon-2 {
  transform: rotate(90deg);
}
.sr-faqs-2-accordion .sr-accordion-item .item-title:is(.collapsed):hover {
  color: var(--sr-clr-pr-2);
}
.sr-faqs-2-accordion .sr-accordion-item .item-disc {
  opacity: 0.8;
  padding: 22px 24px;
  padding-top: 0;
}

/*
    faqs-2-end
*/
/*
    faqs-3-start
*/
.sr-faqs-3-wrap {
  padding: 80px 80px;
  background-color: #fff;
  border-radius: 24px;
}
@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) {
  .sr-faqs-3-wrap {
    padding: 80px 20px;
  }
}
.sr-faqs-3-sec-title {
  max-width: 660px;
  margin-left: auto;
  margin-right: auto;
}
.sr-faqs-3-sec-title .sec-disc {
  margin-top: 12px;
}
.sr-faqs-3-accordion {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 24px;
}
@media only screen and (min-width: 768px) and (max-width: 991px), (max-width: 767px) {
  .sr-faqs-3-accordion {
    grid-template-columns: 1fr;
  }
}
.sr-faqs-3-accordion .sr-accordion {
  gap: 20px;
}
.sr-faqs-3-accordion .sr-accordion-item {
  border-radius: 12px;
  background: var(--sr-clr-black-7);
}
.sr-faqs-3-accordion .sr-accordion-item .item-title {
  padding: 15px 16px;
}
.sr-faqs-3-accordion .sr-accordion-item .item-title .icon-2 {
  width: 40px;
  height: 40px;
  font-size: 16px;
  border-radius: 8px;
  background: #fff;
  color: var(--sr-clr-pr-1);
  flex: 0 0 auto;
  display: flex;
  align-items: center;
  justify-content: center;
  transition: all 0.5s var(--sr-cube-1);
}
.sr-faqs-3-accordion .sr-accordion-item .item-title .icon-2 i {
  transition: all 0.5s var(--sr-cube-1);
}
.sr-faqs-3-accordion .sr-accordion-item .item-title:is(:not(.collapsed)) .icon-2 {
  color: #fff;
  background: var(--sr-clr-pr-1);
}
.sr-faqs-3-accordion .sr-accordion-item .item-title:is(:not(.collapsed)) .icon-2 i {
  transform: rotate(-180deg);
}
.sr-faqs-3-accordion .sr-accordion-item .item-title:is(.collapsed):hover {
  color: var(--sr-clr-pr-1);
}
.sr-faqs-3-accordion .sr-accordion-item .item-disc {
  opacity: 1;
  padding: 22px 16px;
  padding-top: 10px;
}

/*
    faqs-3-end
*/
/*
    faqs-4-start
*/
.sr-faqs-4-wrap {
  max-width: 1265px;
  margin-left: auto;
  margin-right: auto;
}
.sr-faqs-4-sec-title {
  max-width: 599px;
  margin-left: auto;
  margin-right: auto;
}
.sr-faqs-4-item {
  display: flex;
  flex-direction: column;
  gap: 28px;
}
.sr-faqs-4-item-single {
  background-color: #fffadb;
  border-radius: 20px;
  height: 145px;
  overflow: hidden;
  transition: all 0.5s var(--sr-cube-1);
}
.sr-faqs-4-item-single .front-content {
  display: flex;
  align-items: center;
  gap: 30px;
  padding: 0 35px;
  cursor: pointer;
  height: 145px;
}
@media (max-width: 767px) {
  .sr-faqs-4-item-single .front-content {
    padding: 0 20px;
  }
}
.sr-faqs-4-item-single .front-content .main-img {
  width: 270px;
  transition: all 0.3s var(--sr-cube-1);
}
@media (max-width: 767px) {
  .sr-faqs-4-item-single .front-content .main-img {
    display: none;
  }
}
.sr-faqs-4-item-single .front-content .dot-shape {
  width: 22px;
  border-radius: 50%;
  height: 22px;
  background: #c0b888;
  transition: all 0.3s var(--sr-cube-1);
  flex: 0 0 auto;
}
@media (max-width: 767px) {
  .sr-faqs-4-item-single .front-content .dot-shape {
    display: none;
  }
}
.sr-faqs-4-item-single .front-content .plus-icon {
  width: 35px;
  height: 35px;
  display: flex;
  align-items: center;
  justify-content: center;
  position: relative;
  z-index: 1;
  margin-left: auto;
  flex: 0 0 auto;
}
.sr-faqs-4-item-single .front-content .plus-icon .line {
  position: absolute;
  width: 100%;
  height: 2px;
  background: var(--sr-clr-black-8);
  transition: all 0.3s var(--sr-cube-1);
}
.sr-faqs-4-item-single .front-content .plus-icon .line:nth-child(2) {
  height: 100%;
  width: 2px;
}
.sr-faqs-4-item-single .main-title {
  font-size: 25px;
  font-weight: 800;
  transition: all 0.5s var(--sr-cube-1);
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .sr-faqs-4-item-single .main-title {
    font-size: 22px;
  }
}
@media (max-width: 767px) {
  .sr-faqs-4-item-single .main-title {
    font-size: 20px;
  }
}
.sr-faqs-4-item-single .back-content {
  display: grid;
  grid-template-columns: 1fr 1fr;
  padding: 0 50px;
  align-items: center;
  gap: 50px;
  transition: all 0.3s var(--sr-cube-1);
}
@media only screen and (min-width: 992px) and (max-width: 1199px), only screen and (min-width: 768px) and (max-width: 991px) {
  .sr-faqs-4-item-single .back-content {
    padding-top: 30px;
  }
}
@media (max-width: 767px) {
  .sr-faqs-4-item-single .back-content {
    grid-template-columns: 1fr;
  }
}
.sr-faqs-4-item-single .back-content .disc {
  font-weight: 500;
  margin-top: 13px;
}
@media (max-width: 767px) {
  .sr-faqs-4-item-single .back-content .main-img {
    display: none;
  }
}
.sr-faqs-4-item-single:hover .front-content .dot-shape {
  background: var(--sr-clr-black-8);
}
.sr-faqs-4-item-single:is(.active) {
  height: 370px;
}
@media (max-width: 767px) {
  .sr-faqs-4-item-single:is(.active) {
    height: 270px;
  }
}
.sr-faqs-4-item-single:is(.active) .dot-shape {
  opacity: 0;
}
.sr-faqs-4-item-single:is(.active) .front-content .main-img {
  transform: translateY(20px);
  opacity: 0;
}
.sr-faqs-4-item-single:is(.active) .front-content .main-title {
  transform: translateY(20px);
  opacity: 0;
}
.sr-faqs-4-item-single:is(.active) .back-content {
  transform: translateY(-70px);
}
.sr-faqs-4-item-single:is(.active) .back-content .main-title {
  max-width: 430px;
}
.sr-faqs-4-item-single:is(.active) .plus-icon .line:nth-child(2) {
  opacity: 0;
}
.sr-faqs-4-item-single:nth-child(2) {
  background-color: #fff0ec;
}
.sr-faqs-4-item-single:nth-child(2) .dot-shape {
  background-color: #ffd7cc;
}
.sr-faqs-4-item-single:nth-child(3) {
  background-color: #f7f7f7;
}
.sr-faqs-4-item-single:nth-child(3) .dot-shape {
  background-color: #d8d8d8;
}
.sr-faqs-4-item-single:nth-child(4) {
  background-color: #f8f9fd;
}
.sr-faqs-4-item-single:nth-child(4) .dot-shape {
  background-color: #ced8ff;
}

/*
    faqs-4-end
*/
/*
    counter-2-start
*/
.sr-counter-2-wrap {
  background: linear-gradient(106.97deg, rgba(255, 255, 255, 0.04) 5.84%, rgba(255, 255, 255, 0.01) 70.7%);
  background-blend-mode: overlay;
  backdrop-filter: blur(3px);
  border-radius: 12px;
  padding: 80px 80px;
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 40px;
}
@media only screen and (min-width: 1200px) and (max-width: 1399px), only screen and (min-width: 992px) and (max-width: 1199px) {
  .sr-counter-2-wrap {
    padding: 80px 20px;
  }
}
@media only screen and (min-width: 768px) and (max-width: 991px), (max-width: 767px) {
  .sr-counter-2-wrap {
    padding: 80px 20px;
    grid-template-columns: 1fr;
  }
}
.sr-counter-2-sec-title .sec-disc {
  max-width: 500px;
  margin-top: 12px;
  margin-bottom: 40px;
}
.sr-counter-2-right {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 80px;
}
@media (max-width: 767px) {
  .sr-counter-2-right {
    grid-template-columns: 1fr;
  }
}
@media only screen and (min-width: 576px) and (max-width: 767px) {
  .sr-counter-2-right {
    grid-template-columns: 1fr 1fr;
  }
}
.sr-counter-2-item {
  display: flex;
  flex-direction: column;
  gap: 24px;
}
.sr-counter-2-item .number {
  color: #fff;
  font-weight: 400;
  margin-bottom: 0;
  letter-spacing: -2px;
  line-height: 80%;
  text-align: right;
  font-family: var(--sr-font-2);
  font-size: 72px;
}
.sr-counter-2-item .number .odometer-formatting-mark {
  display: none;
}
.sr-counter-2-item .number * {
  font-family: inherit;
  line-height: inherit;
  font-weight: inherit;
  font-size: inherit;
}
.sr-counter-2-item .number .odometer {
  transform: translateY(-2px);
}
.sr-counter-2-item .number:is(.has-stroke) {
  -webkit-text-stroke: 1px #fff;
  -webkit-text-fill-color: transparent;
}
@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) {
  .sr-counter-2-item .number {
    font-size: 52px;
  }
}
.sr-counter-2-item .disc {
  border-top: 2px solid rgba(84, 89, 99, 0.1);
  padding-top: 12px;
  color: #fff;
}

/*
    counter-2-end
*/
/*
    counter-3-start
*/
.sr-counter-3-line {
  width: 100%;
  height: 1px;
  background: linear-gradient(90deg, rgba(213, 215, 218, 0) 0%, #D5D7DA 50.39%, rgba(213, 215, 218, 0) 100%);
}
.sr-counter-3-wrap {
  display: flex;
  justify-content: center;
  gap: 40px;
}
@media (max-width: 767px) {
  .sr-counter-3-wrap {
    flex-wrap: wrap;
  }
}
.sr-counter-3-wrap .hr-line {
  height: 98px;
  width: 2px;
  background: linear-gradient(0deg, rgba(213, 215, 218, 0) 0%, #D5D7DA 50.39%, rgba(213, 215, 218, 0) 100%);
}
@media (max-width: 767px) {
  .sr-counter-3-wrap .hr-line {
    display: none;
  }
}
.sr-counter-3-item {
  text-align: center;
  max-width: 306px;
  width: 100%;
}
@media (max-width: 767px) {
  .sr-counter-3-item {
    max-width: auto;
    width: auto;
  }
}
.sr-counter-3-item .number {
  font-family: var(--sr-font-2);
  font-size: 72px;
  letter-spacing: -0.03em;
  font-weight: 400;
  line-height: 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) {
  .sr-counter-3-item .number {
    font-size: 60px;
  }
}
.sr-counter-3-item .number .odometer {
  transform: translateY(-3px);
}
.sr-counter-3-item .number .odometer-formatting-mark {
  display: none;
}
.sr-counter-3-item .number * {
  font-family: inherit;
  line-height: inherit;
  font-weight: inherit;
  font-size: inherit;
}
.sr-counter-3-item .disc {
  font-size: 24px;
  font-weight: 400;
  margin-top: 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) {
  .sr-counter-3-item .disc {
    font-size: 20px;
  }
}

/*
    counter-3-end
*/
/*
    counter-4-start
*/
.sr-counter-4-wrap {
  display: flex;
  justify-content: space-between;
  align-items: center;
  gap: 50px;
  flex-wrap: wrap;
}
@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .sr-counter-4-wrap {
    gap: 20px;
  }
}
.sr-counter-4-wrap .division-line {
  width: 2px;
  height: 210px;
  background: #F3F3F3;
}
@media only screen and (min-width: 768px) and (max-width: 991px), (max-width: 767px) {
  .sr-counter-4-wrap .division-line {
    display: none;
  }
}
.sr-counter-4-item {
  max-width: 380px;
  flex: 0 0 auto;
}
@media only screen and (min-width: 1400px) and (max-width: 1599px) {
  .sr-counter-4-item {
    max-width: 350px;
  }
}
@media only screen and (min-width: 1200px) and (max-width: 1399px) {
  .sr-counter-4-item {
    max-width: 280px;
  }
}
@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .sr-counter-4-item {
    max-width: 274px;
  }
}
@media only screen and (min-width: 768px) and (max-width: 991px), (max-width: 767px) {
  .sr-counter-4-item {
    max-width: 274px;
  }
}
.sr-counter-4-item .subtitle {
  display: inline-block;
  background: #eef9ff;
  font-size: 20px;
  font-weight: 500;
  border-radius: 100px;
  padding: 11px 20px;
  margin-bottom: 20px;
}
.sr-counter-4-item .subtitle i {
  color: #2B92FF;
}
.sr-counter-4-item .number {
  font-size: 90px;
  line-height: 1;
  font-weight: 400;
  letter-spacing: -0.03em;
}
@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) {
  .sr-counter-4-item .number {
    font-size: 60px;
  }
}
.sr-counter-4-item .disc {
  font-weight: 500;
}

/*
    counter-4-end
*/
/*
    workflow-1-start
*/
.sr-workflow-1-bg {
  border-radius: 32px;
}
.sr-workflow-1-sec-title {
  max-width: 670px;
  margin-left: auto;
  margin-right: auto;
}
.sr-workflow-1-sec-title .sec-disc {
  margin-top: 12px;
}
.sr-workflow-1-wrap {
  display: flex;
  gap: 20px;
}
@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) {
  .sr-workflow-1-wrap {
    flex-wrap: wrap;
  }
}
.sr-workflow-1-wrap .inner-div {
  display: flex;
  flex-direction: column;
  gap: 20px;
  justify-content: end;
}
.sr-workflow-1-wrap .inner-div:nth-child(3) {
  margin-bottom: 60px;
}
.sr-workflow-1-wrap .inner-div:nth-child(5) {
  margin-bottom: 60px;
}
.sr-workflow-1-wrap .inner-div:nth-child(7) {
  margin-bottom: 60px;
}
.sr-workflow-1-wrap .inner-div:nth-child(9) {
  margin-bottom: 52px;
}
.sr-workflow-1-logo {
  width: 100px;
  height: 100px;
  border-radius: 20px;
  background: linear-gradient(135deg, #FFFFFF 0%, #FBFBFB 100%);
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 20px;
  flex: 0 0 auto;
}

/*
    workflow-1-end
*/
/*
    workflow-1-end
*/
.sr-workflow-2-sec-title .sec-disc {
  opacity: 0.9;
  margin-top: 12px;
}
.sr-workflow-2-max-width {
  max-width: 1076px;
  margin-left: auto;
  margin-right: auto;
}
.sr-workflow-2-wrap {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 120px 180px;
}
@media (max-width: 767px) {
  .sr-workflow-2-wrap {
    gap: 30px 30px;
    grid-template-columns: 1fr;
  }
}
@media only screen and (min-width: 576px) and (max-width: 767px) {
  .sr-workflow-2-wrap {
    gap: 30px 30px;
    grid-template-columns: 1fr 1fr;
  }
}
.sr-workflow-2-item {
  text-align: center;
  padding: 32px 32px;
}
@media (max-width: 767px) {
  .sr-workflow-2-item {
    padding: 32px 20px;
  }
}
.sr-workflow-2-item .icon {
  display: inline-flex;
  width: 60px;
  height: 60px;
  padding: 14px;
  justify-content: center;
  align-items: center;
  border-radius: 12px;
}
.sr-workflow-2-item .icon i, .sr-workflow-2-item .icon img {
  font-size: 30px;
  color: var(--sr-clr-pr-2);
}
.sr-workflow-2-item .icon::before {
  border-radius: 12px;
}
.sr-workflow-2-item .disc {
  opacity: 0.9;
  margin-top: 32px;
}
.sr-workflow-2-item:nth-child(2) .icon::after {
  animation-delay: 2s;
}
.sr-workflow-2-item:nth-child(3) .icon::after {
  animation-delay: 4s;
}
.sr-workflow-2-item:nth-child(4) .icon::after {
  animation-delay: 5s;
}
.sr-workflow-2-bg-ani-logo {
  width: 72px;
  height: 72px;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  background: var(--sr-clr-gd-1);
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  z-index: -1;
  padding: 20px;
}
@media (max-width: 767px) {
  .sr-workflow-2-bg-ani-logo {
    display: none;
  }
}
.sr-workflow-2-bg-ani-line {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: -2;
}
@media (max-width: 767px) {
  .sr-workflow-2-bg-ani-line {
    display: none;
  }
}
.sr-workflow-2-bg-ani-line .line-1 {
  position: absolute;
  top: 50%;
  transform: translate(-50%, -50%);
  left: 50%;
  height: 1px;
  width: 100%;
  background: #2B140A;
  overflow: hidden;
}
.sr-workflow-2-bg-ani-line .line-1::after {
  content: "";
  width: 30px;
  height: 100%;
  background: linear-gradient(270deg, var(--sr-clr-pr-2) 0%, rgba(255, 255, 255, 0) 100%);
  position: absolute;
  top: 0;
  left: 50%;
  animation: line1after 5s linear infinite;
  animation-delay: 1s;
}
.sr-workflow-2-bg-ani-line .line-1::before {
  content: "";
  width: 30px;
  height: 100%;
  background: linear-gradient(90deg, var(--sr-clr-pr-2) 0%, rgba(255, 255, 255, 0) 100%);
  border-radius: 3px;
  position: absolute;
  top: 0;
  left: 50%;
  animation: line1before 5s linear infinite;
  animation-delay: 1s;
}
.sr-workflow-2-bg-ani-line .line-2 {
  position: absolute;
  top: 50%;
  transform: translate(-50%, -50%);
  left: 50%;
  height: 100%;
  width: 1.5px;
  background: #2B140A;
  overflow: hidden;
}
.sr-workflow-2-bg-ani-line .line-2::after {
  content: "";
  width: 100%;
  height: 30px;
  background: linear-gradient(180deg, var(--sr-clr-pr-2) 0%, rgba(255, 255, 255, 0) 100%);
  border-radius: 3px;
  position: absolute;
  top: 50%;
  left: 0;
  animation: line2after 5s linear infinite;
  animation-delay: 1s;
}
.sr-workflow-2-bg-ani-line .line-2::before {
  content: "";
  width: 100%;
  height: 30px;
  background: linear-gradient(0deg, var(--sr-clr-pr-2) 0%, rgba(255, 255, 255, 0) 100%);
  border-radius: 3px;
  position: absolute;
  top: 50%;
  left: 0;
  animation: line2before 5s linear infinite;
  animation-delay: 1s;
}
.sr-workflow-2-bg-ani-circle {
  width: 200px;
  height: 200px;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  z-index: -3;
  transform: scale(0);
  animation: processBgCircle 2.5s linear infinite;
}
@media (max-width: 767px) {
  .sr-workflow-2-bg-ani-circle {
    display: none;
  }
}
.sr-workflow-2-bg-ani-circle .circle-1 {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background: linear-gradient(104deg, rgba(255, 255, 255, 0.6) 6.73%, rgba(255, 255, 255, 0.1) 93.48%);
  background-blend-mode: overlay;
  z-index: -3;
  border-radius: 50%;
  opacity: 12%;
}
.sr-workflow-2-bg-ani-circle .circle-2 {
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  width: 168px;
  height: 168px;
  background: linear-gradient(104deg, rgba(255, 255, 255, 0.6) 6.73%, rgba(255, 255, 255, 0.1) 93.48%);
  background-blend-mode: overlay;
  z-index: -2;
  border-radius: 50%;
  opacity: 12%;
}
.sr-workflow-2-bg-ani-circle .circle-3 {
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  width: 136px;
  height: 136px;
  background: linear-gradient(104deg, rgba(255, 255, 255, 0.6) 6.73%, rgba(255, 255, 255, 0.1) 93.48%);
  background-blend-mode: overlay;
  z-index: -1;
  border-radius: 50%;
  opacity: 12%;
}

@keyframes processBgCircle {
  0% {
    transform: translate(-50%, -50%) scale(0);
  }
  70% {
    transform: translate(-50%, -50%) scale(0.7);
    opacity: 1;
  }
  100% {
    transform: translate(-50%, -50%) scale(1);
    opacity: 0;
  }
}
@keyframes line1after {
  0% {
    left: 50%;
  }
  100% {
    left: 110%;
  }
}
@keyframes line1before {
  0% {
    left: 50%;
  }
  100% {
    left: -10%;
  }
}
@keyframes line2after {
  0% {
    top: 50%;
  }
  100% {
    top: -10%;
  }
}
@keyframes line2before {
  0% {
    top: 50%;
  }
  100% {
    top: 110%;
  }
}
/*
    workflow-1-end
*/
/*
    highlights-3-start
*/
.sr-highlights-3-sec-title {
  max-width: 750px;
  margin-left: auto;
  margin-right: auto;
}
.sr-highlights-3-sec-title .sec-disc {
  margin-top: 12px;
}
.sr-highlights-3-wrap {
  display: grid;
  grid-template-columns: 1fr 1fr 1fr;
  gap: 24px;
  margin-bottom: 24px;
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .sr-highlights-3-wrap {
    grid-template-columns: 1fr 1fr;
  }
}
@media (max-width: 767px) {
  .sr-highlights-3-wrap {
    grid-template-columns: 1fr;
  }
}
.sr-highlights-3-wrap-2 {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 24px;
}
@media (max-width: 767px) {
  .sr-highlights-3-wrap-2 {
    grid-template-columns: 1fr;
  }
}
.sr-highlights-3-wrap-2 .sr-features-1-item {
  grid-area: unset;
  background-color: #fff;
  border-radius: 20px;
  border: none;
}
.sr-highlights-3-wrap-2 .sr-features-1-item .content-left {
  max-width: 355px;
}
.sr-highlights-3-wrap-2 .sr-features-1-item .item-img {
  border: none;
}
.sr-highlights-3-wrap-2 .sr-features-1-item .item-img img {
  border-radius: 10px;
  transition: all 0.5s var(--sr-cube-1);
}
.sr-highlights-3-wrap-2 .sr-features-1-item:hover .item-img img {
  transform: scale(103%);
}
.sr-highlights-3-wrap .sr-features-1-item {
  grid-area: unset;
  background-color: #fff;
  border-radius: 20px;
  border: none;
}
.sr-highlights-3-wrap .sr-features-1-item .item-img {
  border: none;
  height: 274px;
}
@media only screen and (min-width: 768px) and (max-width: 991px), (max-width: 767px) {
  .sr-highlights-3-wrap .sr-features-1-item .item-img {
    height: auto;
  }
}
.sr-highlights-3-wrap .sr-features-1-item .item-img img {
  border-radius: 10px;
  transition: all 0.5s var(--sr-cube-1);
}
.sr-highlights-3-wrap .sr-features-1-item:hover .item-img img {
  transform: scale(103%);
}

/*
    highlights-3-end
*/
/*
    highlights-4-start
*/
.sr-highlights-4-sec-title {
  max-width: 680px;
  margin-left: auto;
  margin-right: auto;
}
.sr-highlights-4-sec-title .sr-subtitle-4 .sr-subtitle-4-icon {
  top: 25%;
}
.sr-highlights-4-wrap {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 20px;
}
@media (max-width: 767px) {
  .sr-highlights-4-wrap {
    grid-template-columns: 1fr;
  }
}
.sr-highlights-4-item {
  padding: 50px 50px;
  background-color: #fafafa;
  border-radius: 20px;
  padding-bottom: 0;
  padding-right: 89px;
  border: 2px solid transparent;
  transform: all 0.5s var(--sr-cube-1);
}
@media only screen and (min-width: 1400px) and (max-width: 1599px), only screen and (min-width: 1200px) and (max-width: 1399px), only screen and (min-width: 992px) and (max-width: 1199px) {
  .sr-highlights-4-item {
    padding: 50px 20px;
    padding-bottom: 0;
    padding-right: 40px;
  }
}
@media only screen and (min-width: 768px) and (max-width: 991px), (max-width: 767px) {
  .sr-highlights-4-item {
    padding: 50px 20px;
    padding-bottom: 0;
  }
}
.sr-highlights-4-item .icon-x-title {
  display: flex;
  align-items: center;
  gap: 15px;
  margin-bottom: 25px;
}
@media only screen and (min-width: 768px) and (max-width: 991px), (max-width: 767px) {
  .sr-highlights-4-item .icon-x-title {
    flex-wrap: wrap;
  }
}
.sr-highlights-4-item .title {
  font-size: 28px;
  transition: all 0.3s var(--sr-cube-1);
}
@media only screen and (min-width: 1400px) and (max-width: 1599px), only screen and (min-width: 1200px) and (max-width: 1399px), only screen and (min-width: 992px) and (max-width: 1199px), only screen and (min-width: 768px) and (max-width: 991px), (max-width: 767px) {
  .sr-highlights-4-item .title {
    font-size: 24px;
  }
}
.sr-highlights-4-item .title:hover {
  color: var(--sr-clr-pr-3);
}
.sr-highlights-4-item .disc {
  font-weight: 500;
  color: var(--sr-clr-black-8);
  margin-top: 3px;
}
.sr-highlights-4-item .sr-about-4-list {
  display: grid;
  grid-template-columns: 1fr 1fr;
}
@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) {
  .sr-highlights-4-item .sr-about-4-list {
    grid-template-columns: 1fr;
  }
}
.sr-highlights-4-item .sr-about-4-list li {
  font-size: 17px;
  font-weight: 700;
}
.sr-highlights-4-item .item-img {
  border-radius: 20px 20px 0 0;
  border: 2px solid #e7eefe;
  transition: all 0.4s var(--sr-cube-1);
}
.sr-highlights-4-item .item-img img {
  transform: scale(102%);
}
.sr-highlights-4-item:hover {
  border-color: var(--sr-clr-pr-3);
}
.sr-highlights-4-item:hover .icon {
  animation: swing 1s;
}
.sr-highlights-4-item:hover .item-img {
  transform: scale(102%);
}
.sr-highlights-4-item:is(.has-v2) {
  padding: 50px 50px;
  padding-bottom: 0;
  padding-left: 89px;
}
@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) {
  .sr-highlights-4-item:is(.has-v2) {
    padding: 50px 20px;
    padding-bottom: 0;
    padding-left: 40px;
  }
}
@media only screen and (min-width: 768px) and (max-width: 991px), (max-width: 767px) {
  .sr-highlights-4-item:is(.has-v2) {
    padding: 50px 20px;
    padding-bottom: 0;
  }
}
.sr-highlights-4-all-btn {
  background: var(--sr-clr-gd-2);
  writing-mode: sideways-lr;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  margin: 0;
  font-weight: 700;
  color: #fff;
  padding: 30px 20px;
  border-radius: 100px;
}
@media only screen and (min-width: 768px) and (max-width: 991px), (max-width: 767px) {
  .sr-highlights-4-all-btn {
    display: none;
  }
}
.sr-highlights-4-all-btn a {
  background: #02DEDE;
  border-radius: 100px;
  padding: 15px 8px;
  margin-bottom: 20px;
  transition: all 0.5s var(--sr-cube-1);
}
.sr-highlights-4-all-btn a:hover {
  background: #000;
}

/*
    highlights-4-end
*/
/*
    highlights-5-start
*/
.sr-highlight-5-wrap {
  display: grid;
  grid-template-columns: 1fr 1.2fr;
  gap: 50px;
  align-items: center;
}
@media only screen and (min-width: 768px) and (max-width: 991px), (max-width: 767px) {
  .sr-highlight-5-wrap {
    grid-template-columns: 1fr;
  }
}
.sr-highlight-5-sec-title .sec-disc {
  max-width: 530px;
  margin-top: 10px;
}
.sr-highlight-5-list {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 30px;
  max-width: 500px;
  margin-bottom: 50px;
}
@media (max-width: 767px) {
  .sr-highlight-5-list {
    grid-template-columns: 1fr;
  }
}
@media only screen and (min-width: 576px) and (max-width: 767px) {
  .sr-highlight-5-list {
    grid-template-columns: 1fr 1fr;
  }
}
.sr-highlight-5-list li {
  font-size: 23px;
  font-weight: 600;
  display: flex;
  align-items: center;
  gap: 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) {
  .sr-highlight-5-list li {
    font-size: 20px;
  }
}
.sr-highlight-5-list li .icon {
  width: 60px;
  height: 60px;
  background: #262726;
  border-radius: 50%;
  flex: 0 0 auto;
  display: inline-flex;
  justify-content: center;
  align-items: center;
  color: #fff;
  font-size: 18px;
}
.sr-highlight-5-right .sr-features-3-svg-2 {
  position: absolute;
  left: -160px;
  bottom: -40px;
  max-width: 400px;
  background: #fff;
  border-radius: 10px;
  box-shadow: 0 0 20px rgba(0, 0, 0, 0.15);
}
@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) {
  .sr-highlight-5-right .sr-features-3-svg-2 {
    left: 0;
  }
}
.sr-highlight-5-right .sr-features-3-svg-3 {
  position: absolute;
  left: 22%;
  top: 11%;
  max-width: 455px;
  box-shadow: 0 0 20px rgba(0, 0, 0, 0.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) {
  .sr-highlight-5-right .sr-features-3-svg-3 {
    left: 10%;
  }
}
@media (max-width: 767px) {
  .sr-highlight-5-right .sr-features-3-svg-3 {
    left: unset;
    right: 0;
    top: 0;
  }
}
.sr-highlight-5-img {
  height: 740px;
  border-radius: 30px;
}

/*
    highlights-5-end
*/
/*
    testimonial-1-start
*/
.sr-testimonial-1-sec-title {
  max-width: 740px;
  margin-left: auto;
  margin-right: auto;
}
.sr-testimonial-1-sec-title .sec-disc {
  margin-top: 12px;
}
.sr-testimonial-1-item {
  background-color: rgba(248, 249, 252, 0.7);
  border: 1px solid rgba(0, 0, 0, 0.03);
  border-radius: 20px;
  padding: 12px;
  padding-bottom: 24px;
}
.sr-testimonial-1-item .content-wrap {
  border-radius: 20px;
  background-color: #fff;
  padding: 32px 32px;
}
@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) {
  .sr-testimonial-1-item .content-wrap {
    padding: 32px 20px;
  }
}
.sr-testimonial-1-item .rating-x-social {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  gap: 15px;
  align-items: center;
}
.sr-testimonial-1-item .author-social {
  font-size: 22px;
  color: var(--sr-clr-pr-1);
  opacity: 40%;
  transition: 0.3s;
}
.sr-testimonial-1-item .comment {
  margin-top: 30px;
  border-bottom: 1px dashed var(--sr-clr-black-6);
  padding-bottom: 24px;
}
.sr-testimonial-1-item .author {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  padding: 0 12px;
  gap: 12px;
  margin-top: 24px;
}
.sr-testimonial-1-item .author-img {
  width: 60px;
  height: 60px;
  border-radius: 12px;
}
.sr-testimonial-1-item .author-name {
  font-size: 20px;
}
.sr-testimonial-1-item .author-dg {
  font-size: 16px;
  margin-top: 3px;
}
.sr-testimonial-1-item:hover .author-social {
  opacity: 1;
}
.sr-testimonial-1-slider-btn {
  display: flex;
  justify-content: center;
  gap: 12px;
  margin-top: 60px;
}
.sr-testimonial-1-slider-btn span {
  margin: 0 !important;
  width: 48px;
  height: 6px;
  background: var(--sr-clr-pr-1);
  opacity: 1;
  border-radius: 3px;
  opacity: 0.3;
  transition: 0.1s;
}
.sr-testimonial-1-slider-btn span:hover {
  opacity: 1;
}
.sr-testimonial-1-slider-btn span:is(.swiper-pagination-bullet-active) {
  opacity: 1;
}

/*
    testimonial-1-end
*/
/*
    testimonial-2-start
*/
.sr-testimonial-2-sec-title .sr-sec-title-2 {
  max-width: 530px;
  margin-left: auto;
  margin-right: auto;
}
.sr-testimonial-2-sec-title .sec-disc {
  margin-top: 12px;
  opacity: 0.9;
}
.sr-testimonial-2-item {
  border-radius: 16px;
  border: 1px solid rgba(213, 215, 218, 0.05);
  background: linear-gradient(107deg, rgba(255, 255, 255, 0.04) 5.84%, rgba(255, 255, 255, 0.01) 70.7%);
  background-blend-mode: overlay;
  padding: 12px;
  padding-right: 0;
  display: grid;
  grid-template-columns: 1fr 1.74fr;
}
@media (max-width: 767px) {
  .sr-testimonial-2-item {
    grid-template-columns: 1fr;
  }
}
@media only screen and (min-width: 576px) and (max-width: 767px) {
  .sr-testimonial-2-item {
    grid-template-columns: 1fr 1.74fr;
  }
}
.sr-testimonial-2-item .left {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  gap: 24px;
  border-radius: 12px;
  background-color: #171918;
  padding: 36px 10px;
}
.sr-testimonial-2-item .author-img {
  width: 120px;
  height: 120px;
  border-radius: 50%;
}
.sr-testimonial-2-item .right {
  display: flex;
  flex-direction: column;
  justify-content: center;
  gap: 45px;
  padding: 20px 35px;
}
@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) {
  .sr-testimonial-2-item .right {
    padding: 20px 20px;
  }
}
.sr-testimonial-2-item .logo-x-quote {
  display: flex;
  justify-content: space-between;
  gap: 30px;
  flex-wrap: wrap;
}
.sr-testimonial-2-item .quote {
  opacity: 4%;
}
.sr-testimonial-2-item .sr-rating-1 {
  gap: 5px;
  color: var(--sr-clr-pr-2);
}
.sr-testimonial-2-item .author-name {
  font-weight: 500;
  font-size: 20px;
}
.sr-testimonial-2-slider-pagi:is(.sr-testimonial-1-slider-btn) span {
  background: var(--sr-clr-gd-1);
}

/*
    testimonial-2-end
*/
/*
    testimonial-3-start
*/
.sr-testimonial-3-sec-title .sec-disc {
  max-width: 480px;
  margin-left: auto;
  margin-right: auto;
  margin-top: 12px;
}
.sr-testimonial-3-stories {
  max-width: 1076px;
  display: grid;
  grid-template-columns: 1.07fr 1fr;
  margin-left: auto;
  margin-right: auto;
  gap: 60px;
  align-items: center;
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .sr-testimonial-3-stories {
    gap: 40px;
  }
}
@media (max-width: 767px) {
  .sr-testimonial-3-stories {
    gap: 40px;
    grid-template-columns: 1fr;
  }
}
.sr-testimonial-3-stories .main-img {
  height: 360px;
  border-radius: 24px;
}
.sr-testimonial-3-stories .comment {
  font-size: 24px;
  font-weight: 500;
  margin-bottom: 24px;
}
@media only screen and (min-width: 768px) and (max-width: 991px), (max-width: 767px) {
  .sr-testimonial-3-stories .comment {
    font-size: 20px;
  }
}
.sr-testimonial-3-stories .author-name {
  font-size: 20px;
  margin-bottom: 4px;
}
.sr-testimonial-3-stories .author-dg {
  margin-bottom: 40px;
}
.sr-testimonial-3-item {
  display: grid;
  grid-template-columns: 1fr 1fr 1fr;
  gap: 24px;
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .sr-testimonial-3-item {
    grid-template-columns: 1fr 1fr;
  }
}
@media (max-width: 767px) {
  .sr-testimonial-3-item {
    grid-template-columns: 1fr;
  }
}
.sr-testimonial-3-item .sr-testimonial-1-item {
  background-color: transparent;
  text-align: center;
  padding: 32px 32px;
  transition: all 0.5s var(--sr-cube-1);
  border: 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) {
  .sr-testimonial-3-item .sr-testimonial-1-item {
    padding: 32px 20px;
  }
}
.sr-testimonial-3-item .sr-testimonial-1-item .sr-rating-1 {
  justify-content: center;
  color: var(--sr-clr-pr-2);
  font-size: 18px;
}
.sr-testimonial-3-item .sr-testimonial-1-item .comment {
  margin-top: 24px;
}
.sr-testimonial-3-item .sr-testimonial-1-item .author {
  text-align: left;
  padding: 0;
}
.sr-testimonial-3-item .sr-testimonial-1-item .author .author-social {
  margin-left: auto;
}
.sr-testimonial-3-item .sr-testimonial-1-item:hover {
  background-color: #fff;
}

/*
    testimonial-3-end
*/
/*
    testimonial-4-start
*/
.sr-testimonial-4-sec-title {
  max-width: 700px;
  margin-left: auto;
  margin-right: auto;
}
.sr-testimonial-4-sec-title .sr-subtitle-4-icon {
  top: 50%;
  left: -2px;
}
.sr-testimonial-4-sec-title .sec-disc {
  max-width: 530px;
  margin-left: auto;
  margin-right: auto;
}
.sr-testimonial-4-wrap::after {
  content: "";
  width: 500px;
  height: 100%;
  background: linear-gradient(90deg, rgb(255, 255, 255) 0%, rgba(0, 0, 0, 0) 100%);
  position: absolute;
  top: 0;
  left: 0;
  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) {
  .sr-testimonial-4-wrap::after {
    max-width: 300px;
  }
}
.sr-testimonial-4-wrap::before {
  content: "";
  width: 500px;
  height: 100%;
  background: linear-gradient(270deg, rgb(255, 255, 255) 0%, rgba(0, 0, 0, 0) 100%);
  position: absolute;
  top: 0;
  right: 0;
  z-index: 1;
}
@media only screen and (min-width: 992px) and (max-width: 1199px), only screen and (min-width: 768px) and (max-width: 991px) {
  .sr-testimonial-4-wrap::before {
    max-width: 300px;
  }
}
@media (max-width: 767px) {
  .sr-testimonial-4-wrap::before {
    max-width: 100px;
  }
}
.sr-testimonial-4-item {
  display: flex;
  gap: 20px;
  margin-right: 20px;
}
.sr-testimonial-4-item-single {
  border-radius: 20px;
  background-color: rgb(255, 255, 255);
  box-shadow: -0.521px 2.954px 38px 0px rgba(0, 0, 0, 0.05);
  max-width: 475px;
  padding: 25px 30px;
  flex: 0 0 auto;
}
.sr-testimonial-4-item-single .author-name {
  display: flex;
  align-items: center;
  gap: 10px;
  font-size: 20px;
}
.sr-testimonial-4-item-single .author-img {
  width: 40px;
  height: 40px;
  flex: 0 0 auto;
  border-radius: 50%;
  display: flex;
}
.sr-testimonial-4-item-single .comment {
  font-weight: 500;
  margin-top: 13px;
}
.sr-testimonial-4-item-single .rating {
  display: flex;
  gap: 6px;
  font-size: 16px;
  color: #E5B91A;
  margin-top: 14px;
}

/*
    testimonial-4-end
*/
/*
    testimonial-5-start
*/
.sr-testimonial-5-wrap {
  display: grid;
  grid-template-columns: 1fr 2.8fr;
  gap: 50px;
}
@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .sr-testimonial-5-wrap {
    grid-template-columns: 1fr 2.3fr;
  }
}
@media only screen and (min-width: 768px) and (max-width: 991px), (max-width: 767px) {
  .sr-testimonial-5-wrap {
    grid-template-columns: 1fr;
  }
}
.sr-testimonial-5-content .rating-elm {
  font-weight: 600;
  color: #021639;
  margin-bottom: 11px;
}
.sr-testimonial-5-content .rating-elm .icon {
  font-size: 16px;
  margin-right: 10px;
  transform: translateY(-2px);
  color: #FF9900;
}
.sr-testimonial-5-content .sr-sec-title-5 {
  margin-bottom: 40px;
}
.sr-testimonial-5-content .arrow-shape {
  position: absolute;
  right: -40px;
  bottom: 0;
  transform-origin: top left;
  animation: swing 5s linear infinite;
}
@media (max-width: 767px) {
  .sr-testimonial-5-content .arrow-shape {
    display: none;
  }
}
.sr-testimonial-5-left {
  margin-top: 50px;
}
.sr-testimonial-5-left-img {
  margin-left: -210px;
}
@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) {
  .sr-testimonial-5-left-img {
    margin-left: 0px;
  }
}
.sr-testimonial-5-right {
  height: 650px;
  display: flex;
  align-items: end;
  padding-left: 150px;
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .sr-testimonial-5-right {
    padding-left: 0px;
  }
}
@media (max-width: 767px) {
  .sr-testimonial-5-right {
    padding-left: 0px;
    overflow: hidden;
  }
}
.sr-testimonial-5-right-img-1 {
  width: 213px;
  height: 213px;
  border-radius: 50%;
  position: absolute;
  top: 41%;
  left: 10%;
  box-shadow: 0px 70px 120px 0px rgba(72, 71, 80, 0.25);
}
.sr-testimonial-5-right-img-2 {
  width: 280px;
  height: 280px;
  border-radius: 50%;
  position: absolute;
  left: 31%;
  top: 0;
  box-shadow: 0px 150px 170px 0px rgba(72, 71, 80, 0.2);
}
@media (max-width: 767px) {
  .sr-testimonial-5-right-img-2 {
    display: none;
  }
}
.sr-testimonial-5-right-img-3 {
  width: 120px;
  height: 120px;
  border-radius: 50%;
  position: absolute;
  right: 28%;
  top: 6%;
}
.sr-testimonial-5-right-img-4 {
  width: 300px;
  height: 300px;
  border-radius: 50%;
  position: absolute;
  right: 0;
  top: 16%;
  box-shadow: 0px 150px 170px 0px rgba(72, 71, 80, 0.2);
}
@media (max-width: 767px) {
  .sr-testimonial-5-right-img-4 {
    display: none;
  }
}
.sr-testimonial-5-right-img-5 {
  width: 115px;
  height: 115px;
  border-radius: 50%;
  position: absolute;
  right: 38%;
  top: 50%;
  box-shadow: 0px 70px 120px 0px rgba(72, 71, 80, 0.25);
}
.sr-testimonial-5-right-img-6 {
  width: 165px;
  height: 165px;
  border-radius: 50%;
  position: absolute;
  bottom: 5%;
  right: 6%;
  box-shadow: 0px 20px 120px 0px rgba(72, 71, 80, 0.25);
}
.sr-testimonial-5-right-img-7 {
  position: absolute;
  left: 50%;
  bottom: 0;
  z-index: 2;
}
.sr-testimonial-5-slider {
  background: #131313;
  max-width: 423px;
  border-radius: 30px;
  position: relative;
  z-index: 1;
  width: 100%;
  cursor: e-resize;
}
.sr-testimonial-5-slider-item {
  padding: 40px 50px;
  width: 100%;
}
.sr-testimonial-5-slider-item .comment {
  color: #fff;
  font-size: 24px;
  font-weight: 400;
  font-style: italic;
}
.sr-testimonial-5-slider-item .author-name {
  color: #fc4827;
  font-size: 20px;
  margin-top: 40px;
}
.sr-testimonial-5-slider-item .author-bio {
  font-size: 14px;
  color: #fff;
  margin-top: 10px;
}

/*
    testimonial-5-end
*/
/*
    blog-1-start
*/
.sr-blog-1-wrap {
  display: grid;
  grid-template-columns: 1fr 1.5fr;
  gap: 50px;
}
@media only screen and (min-width: 768px) and (max-width: 991px), (max-width: 767px) {
  .sr-blog-1-wrap {
    grid-template-columns: 1fr;
  }
}
.sr-blog-1-content .sec-disc {
  margin-top: 12px;
}
.sr-blog-1-content .btn-wrap {
  margin-top: 32px;
}
.sr-blog-1-item {
  display: flex;
  gap: 34px;
  align-items: self-start;
  padding: 60px 0;
  border-bottom: 1px solid rgba(0, 0, 0, 0.05);
}
@media (max-width: 767px) {
  .sr-blog-1-item {
    flex-wrap: wrap;
  }
}
@media only screen and (min-width: 576px) and (max-width: 767px) {
  .sr-blog-1-item {
    flex-wrap: nowrap;
  }
}
.sr-blog-1-item .blog-date {
  max-width: 152px;
  width: 100%;
  font-weight: 500;
}
.sr-blog-1-item .title {
  font-size: 24px;
  transition: all 0.5s var(--sr-cube-1);
}
.sr-blog-1-item .title:hover {
  color: var(--sr-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) {
  .sr-blog-1-item .title {
    font-size: 22px;
  }
}
.sr-blog-1-item .disc {
  margin-top: 12px;
}
.sr-blog-1-item .blog-btn {
  flex: 0 0 auto;
  width: 80px;
  height: 80px;
  border-radius: 12px;
  background: rgba(122, 90, 248, 0.05);
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 25px;
  color: var(--sr-clr-pr-1);
  transition: all 0.5s var(--sr-cube-1);
}
.sr-blog-1-item .blog-btn .icon {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  overflow: hidden;
}
.sr-blog-1-item .blog-btn .icon i {
  transition: all 0.5s var(--sr-cube-1);
}
.sr-blog-1-item .blog-btn .icon i:nth-child(1) {
  position: absolute;
  transform: translate(-20px, 20px);
}
.sr-blog-1-item .blog-btn:hover {
  background-color: var(--sr-clr-pr-1);
  border-color: transparent;
  color: #fff;
}
.sr-blog-1-item .blog-btn:hover i:nth-child(1) {
  transform: translate(0px, 0px);
}
.sr-blog-1-item .blog-btn:hover i:nth-child(2) {
  transform: translate(20px, -20px);
}
.sr-blog-1-item:nth-child(1) {
  padding-top: 0;
}

/*
    blog-1-end
*/
/*
    blog-2-start
*/
.sr-blog-2-sec-title .sec-disc {
  margin-top: 12px;
  max-width: 500px;
  margin-left: auto;
  margin-right: auto;
}
.sr-blog-2-wrap {
  display: grid;
  gap: 40px;
  grid-template-columns: 1fr 1.39fr;
}
@media only screen and (min-width: 768px) and (max-width: 991px), (max-width: 767px) {
  .sr-blog-2-wrap {
    grid-template-columns: 1fr;
  }
}
.sr-blog-2-wrap .right {
  display: flex;
  flex-direction: column;
  gap: 150px;
}
.sr-blog-2-item .item-img {
  height: 520px;
  border-radius: 12px;
  margin-bottom: 32px;
  perspective: 2000px;
  transform-style: preserve-3d;
}
@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .sr-blog-2-item .item-img {
    height: 450px;
  }
}
@media only screen and (min-width: 768px) and (max-width: 991px), (max-width: 767px) {
  .sr-blog-2-item .item-img {
    height: 294px;
  }
}
.sr-blog-2-item .item-img img {
  transition: all 0.5s var(--sr-cube-1);
}
.sr-blog-2-item .item-content {
  padding: 0 12px;
}
.sr-blog-2-item .item-title {
  font-size: 32px;
  color: #F0F2F4;
  transition: all 0.5s var(--sr-cube-1);
}
.sr-blog-2-item .item-title:hover {
  color: var(--sr-clr-pr-2);
}
@media only screen and (min-width: 1200px) and (max-width: 1399px), only screen and (min-width: 992px) and (max-width: 1199px) {
  .sr-blog-2-item .item-title {
    font-size: 26px;
  }
}
@media only screen and (min-width: 768px) and (max-width: 991px), (max-width: 767px) {
  .sr-blog-2-item .item-title {
    font-size: 22px;
  }
}
.sr-blog-2-item .item-disc {
  margin-top: 12px;
  padding-bottom: 20px;
  border-bottom: 1px solid rgba(84, 89, 99, 0.2);
}
.sr-blog-2-item .btn-x-date {
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin-top: 40px;
  gap: 20px;
  flex-wrap: wrap;
}
.sr-blog-2-item .item-btn {
  display: inline-flex;
  align-items: center;
  gap: 12px;
  font-size: 18px;
  font-weight: 600;
  transition: all 0.5s var(--sr-cube-1);
}
.sr-blog-2-item .item-btn .icon {
  width: 48px;
  height: 48px;
  border-radius: 12px;
  flex: 0 0 auto;
  display: flex;
  align-items: center;
  justify-content: center;
  color: var(--sr-clr-pr-2);
  font-size: 24px;
}
.sr-blog-2-item .item-btn .icon::after {
  border-radius: 12px;
}
.sr-blog-2-item .item-btn .icon::before {
  border-radius: 12px;
}
.sr-blog-2-item .item-btn .icon .icon-wrap {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  overflow: hidden;
}
.sr-blog-2-item .item-btn .icon .icon-wrap i {
  transition: all 0.5s var(--sr-cube-1);
}
.sr-blog-2-item .item-btn .icon .icon-wrap i:nth-child(1) {
  position: absolute;
  transform: translate(-20px, 20px);
}
.sr-blog-2-item .item-btn:hover {
  color: var(--sr-clr-pr-2);
}
.sr-blog-2-item .item-btn:hover .icon-wrap i:nth-child(1) {
  transform: translate(0px, 0px);
}
.sr-blog-2-item .item-btn:hover .icon-wrap i:nth-child(2) {
  transform: translate(20px, -20px);
}
.sr-blog-2-item:hover .item-img img {
  transform-origin: 50% 100%;
  transform: rotateX(5deg) scale3d(1.05, 1.05, 1);
}
.sr-blog-2-item:is(.has-v2) .item-img {
  height: 294px;
}

/*
    blog-2-end
*/
/*
    blog-5-start
*/
.sr-blog-5-wrap {
  display: grid;
  grid-template-columns: 1fr 1.17fr;
  gap: 35px;
}
@media only screen and (min-width: 768px) and (max-width: 991px), (max-width: 767px) {
  .sr-blog-5-wrap {
    grid-template-columns: 1fr;
  }
}
.sr-blog-5-item .item-img {
  position: relative;
  z-index: 1;
  height: 362px;
  border-radius: 10px;
  margin-bottom: 23px;
  perspective: 2000px;
  transform-style: preserve-3d;
}
.sr-blog-5-item .item-img img {
  transition: all 1s var(--sr-cube-1);
}
.sr-blog-5-item .item-date {
  position: absolute;
  bottom: 20px;
  left: 20px;
  z-index: 1;
  background: #fff;
  font-size: 14px;
  border-radius: 100px;
  padding: 6px 20px;
  font-weight: 700;
}
.sr-blog-5-item .title {
  font-size: 32px;
  font-weight: 700;
  transition: all 0.5s var(--sr-cube-1);
}
.sr-blog-5-item .title:hover {
  color: var(--sr-clr-pr-5);
  transform: translateY(-2px);
}
@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) {
  .sr-blog-5-item .title {
    font-size: 24px;
  }
}
.sr-blog-5-item:hover .item-img img {
  transform-origin: 50% 100%;
  transform: rotateX(5deg) scale3d(1.05, 1.05, 1);
}
.sr-blog-5-right {
  display: flex;
  flex-direction: column;
  gap: 35px;
}
.sr-blog-5-item-2 {
  display: grid;
  grid-template-columns: 1fr 2.46fr;
  gap: 40px;
}
@media (max-width: 767px) {
  .sr-blog-5-item-2 {
    grid-template-columns: 1fr;
  }
}
@media only screen and (min-width: 576px) and (max-width: 767px) {
  .sr-blog-5-item-2 {
    grid-template-columns: 1fr 2.46fr;
  }
}
.sr-blog-5-item-2 .blog-date {
  background: #fff;
  font-size: 14px;
  border-radius: 100px;
  padding: 6px 20px;
  font-weight: 700;
  display: inline-block;
  border: 1px solid #efefef;
  margin-bottom: 15px;
}
.sr-blog-5-item-2 .title {
  font-size: 28px;
  font-weight: 700;
  margin-bottom: 13px;
  transition: all 0.5s var(--sr-cube-1);
}
.sr-blog-5-item-2 .title:hover {
  color: var(--sr-clr-pr-5);
  transform: translateY(-2px);
}
@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) {
  .sr-blog-5-item-2 .title {
    font-size: 22px;
  }
}
.sr-blog-5-item-2 .blog-disc {
  font-size: 17px;
  color: #616368;
  max-width: 450px;
}
.sr-blog-5-item-2 .item-img {
  height: 190px;
  border-radius: 10px;
  perspective: 2000px;
  transform-style: preserve-3d;
}
.sr-blog-5-item-2 .item-img img {
  transition: all 1s var(--sr-cube-1);
}
.sr-blog-5-item-2:hover .item-img img {
  transform-origin: 50% 100%;
  transform: rotateX(5deg) scale3d(1.05, 1.05, 1);
}
.sr-blog-5-item-2:not(:last-child) {
  padding-bottom: 35px;
  border-bottom: 1px solid #ececec;
}

/*
    blog-5-end
*/
/*
    about-4-start
*/
.sr-about-4-area {
  padding-bottom: 120px;
}
@media (max-width: 767px) {
  .sr-about-4-area {
    padding-bottom: 0px;
  }
}
.sr-about-4-wrap {
  background: linear-gradient(180deg, rgba(1, 211, 211, 0.15) 0%, rgba(255, 255, 255, 0) 100%);
  padding: 0 130px;
  padding-top: 160px;
  border-radius: 10px;
  gap: 50px;
  display: flex;
  justify-content: space-between;
}
@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) {
  .sr-about-4-wrap {
    padding: 0 30px;
    padding-top: 160px;
  }
}
@media only screen and (min-width: 768px) and (max-width: 991px), (max-width: 767px) {
  .sr-about-4-wrap {
    padding: 0 30px;
    padding-top: 120px;
    flex-wrap: wrap;
  }
}
.sr-about-4-sec-title .sec-disc {
  font-weight: 600;
}
.sr-about-4-sec-title .sr-sec-title-4 {
  font-size: 80px;
}
@media only screen and (min-width: 1400px) and (max-width: 1599px) {
  .sr-about-4-sec-title .sr-sec-title-4 {
    font-size: 70px;
  }
}
@media only screen and (min-width: 1200px) and (max-width: 1399px) {
  .sr-about-4-sec-title .sr-sec-title-4 {
    font-size: 62px;
  }
}
@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .sr-about-4-sec-title .sr-sec-title-4 {
    font-size: 54px;
  }
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .sr-about-4-sec-title .sr-sec-title-4 {
    font-size: 46px;
  }
}
@media (max-width: 767px) {
  .sr-about-4-sec-title .sr-sec-title-4 {
    font-size: 30px;
  }
}
@media only screen and (min-width: 576px) and (max-width: 767px) {
  .sr-about-4-sec-title .sr-sec-title-4 {
    font-size: 38px;
  }
}
.sr-about-4-title-icon {
  width: 55px;
  height: 55px;
  background: #B3E265;
  display: inline-block;
  text-align: center;
  border-radius: 50%;
  position: relative;
  margin-left: 50px;
  line-height: 51px;
}
.sr-about-4-title-icon::after {
  content: "";
  width: 55px;
  height: 55px;
  background: #000;
  position: absolute;
  left: -50%;
  border-radius: 50%;
  z-index: -1;
}
.sr-about-4-left {
  max-width: 360px;
}
.sr-about-4-list {
  display: flex;
  flex-direction: column;
  gap: 10px;
  margin-bottom: 45px;
}
.sr-about-4-list li {
  display: flex;
  align-items: center;
  gap: 8px;
  font-weight: 600;
  color: #1e1e1e;
}
.sr-about-4-list li i {
  font-size: 17px;
  background: var(--sr-clr-gd-2);
  -webkit-text-fill-color: transparent;
  background-clip: text;
}
.sr-about-4-img-2 {
  background: #fff;
  border-radius: 20px;
  padding-top: 50px;
  padding-right: 110px;
  padding-left: 50px;
}
.sr-about-4-img-1 {
  max-width: 330px;
  height: 330px;
  border-radius: 50%;
  position: absolute;
  top: -10%;
  left: -43%;
  z-index: 1;
}
@media only screen and (min-width: 1200px) and (max-width: 1399px), only screen and (min-width: 992px) and (max-width: 1199px) {
  .sr-about-4-img-1 {
    left: -13%;
  }
}
@media only screen and (min-width: 768px) and (max-width: 991px), (max-width: 767px) {
  .sr-about-4-img-1 {
    display: none;
  }
}
.sr-about-4-img-3 {
  position: absolute;
  bottom: -24%;
  left: -30%;
  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) {
  .sr-about-4-img-3 {
    display: none;
  }
}
.sr-about-4-img-4 {
  position: absolute;
  bottom: 0;
  left: -49%;
  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) {
  .sr-about-4-img-4 {
    display: none;
  }
}
.sr-about-4-img-5 {
  position: absolute;
  right: -40px;
  top: -110px;
  background: #fff;
  box-shadow: -0.521px 2.954px 38px 0px rgba(0, 0, 0, 0.05);
  padding: 30px 12px;
  border-radius: 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) {
  .sr-about-4-img-5 {
    display: none;
  }
}

/*
    about-4-end
*/
/*
    about-5-start
*/
.sr-about-5-sec-title {
  max-width: 1080px;
  margin-left: auto;
  margin-right: auto;
}
.sr-about-5-sec-title .sr-subtitle-5 {
  margin-bottom: 20px;
}
.sr-about-5-sec-title .sr-sec-title-5 {
  font-size: 65px;
}
@media only screen and (min-width: 1600px) and (max-width: 1799px) {
  .sr-about-5-sec-title .sr-sec-title-5 {
    font-size: 60px;
  }
}
@media only screen and (min-width: 1400px) and (max-width: 1599px) {
  .sr-about-5-sec-title .sr-sec-title-5 {
    font-size: 55px;
  }
}
@media only screen and (min-width: 1200px) and (max-width: 1399px) {
  .sr-about-5-sec-title .sr-sec-title-5 {
    font-size: 50px;
  }
}
@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .sr-about-5-sec-title .sr-sec-title-5 {
    font-size: 45px;
  }
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .sr-about-5-sec-title .sr-sec-title-5 {
    font-size: 40px;
  }
}
@media (max-width: 767px) {
  .sr-about-5-sec-title .sr-sec-title-5 {
    font-size: 30px;
  }
}
@media only screen and (min-width: 576px) and (max-width: 767px) {
  .sr-about-5-sec-title .sr-sec-title-5 {
    font-size: 35px;
  }
}
.sr-about-5-img {
  display: grid;
  grid-template-columns: auto 2fr auto;
  gap: 30px;
  align-items: end;
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .sr-about-5-img {
    grid-template-columns: auto 1fr;
  }
}
@media (max-width: 767px) {
  .sr-about-5-img {
    grid-template-columns: auto;
  }
}
.sr-about-5-img-1 {
  border-radius: 30px;
  background: #fff;
  overflow: hidden;
}
.sr-about-5-img-3 {
  border-radius: 30px;
  background: #fff;
  overflow: hidden;
}
.sr-about-5-img-2 {
  border-radius: 30px;
  overflow: hidden;
  height: 430px;
}
.sr-about-5-img-2 .hover-effect {
  transform: scale(110%);
}
.sr-about-5-content {
  max-width: 1000px;
  margin-left: auto;
  margin-right: auto;
}
.sr-about-5-content .disc {
  font-size: 26px;
  color: var(--sr-clr-black-8);
  font-weight: 500;
  margin-bottom: 35px;
}
@media only screen and (min-width: 992px) and (max-width: 1199px), only screen and (min-width: 768px) and (max-width: 991px), (max-width: 767px) {
  .sr-about-5-content .disc {
    font-size: 20px;
  }
}

/*
    about-5-end
*/
/*
    customer-3-start
*/
.sr-customer-3-sec-title {
  max-width: 600px;
  margin-left: auto;
  margin-right: auto;
}
.sr-customer-3-bg {
  background-color: #fff;
  border-radius: 20px;
  padding: 80px 50px;
}
.sr-customer-3-author {
  width: 100%;
  height: 528px;
}
.sr-customer-3-author .bg-map {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  text-align: center;
  z-index: -1;
}
.sr-customer-3-author .author-img {
  width: 72px;
  height: 72px;
  border-radius: 50%;
  border: 3px solid #FFFFFF;
  box-shadow: 0px 4px 10px rgba(139, 139, 139, 0.3);
}
.sr-customer-3-author .author-img-posi {
  position: absolute;
  transform: translate(-50%, -50%);
}
.sr-customer-3-author .author-img-posi:is(.has-item-1) {
  left: 11%;
  top: 8%;
}
.sr-customer-3-author .author-img-posi:is(.has-item-1) .author-img {
  width: 32px;
  height: 32px;
  border-width: 1px;
}
.sr-customer-3-author .author-img-posi:is(.has-item-2) {
  left: 32%;
  top: 24%;
}
.sr-customer-3-author .author-img-posi:is(.has-item-2) .author-img {
  width: 40px;
  height: 40px;
  border-width: 2px;
}
.sr-customer-3-author .author-img-posi:is(.has-item-3) {
  bottom: 10%;
  left: 26%;
}
.sr-customer-3-author .author-img-posi:is(.has-item-3) .author-img {
  width: 60px;
  height: 60px;
  border-width: 2px;
}
.sr-customer-3-author .author-img-posi:is(.has-item-4) {
  left: 48%;
  top: 42%;
}
.sr-customer-3-author .author-img-posi:is(.has-item-5) {
  right: 29%;
  top: 5%;
}
.sr-customer-3-author .author-img-posi:is(.has-item-5) .author-img {
  width: 40px;
  height: 40px;
  border-width: 2px;
}
.sr-customer-3-author .author-img-posi:is(.has-item-6) {
  right: 9%;
  top: 30%;
}
.sr-customer-3-author .author-img-posi:is(.has-item-6) .author-img {
  width: 60px;
  height: 60px;
  border-width: 2px;
}
.sr-customer-3-author .author-img-posi:is(.has-item-7) {
  right: 19%;
  bottom: 5%;
}
.sr-customer-3-author .author-img-posi:is(.has-item-7) .author-img {
  width: 40px;
  height: 40px;
  border-width: 2px;
}
.sr-customer-3-counter {
  display: flex;
  gap: 12px;
  align-items: center;
  max-width: 300px;
  margin-left: auto;
  margin-right: auto;
}
@media (max-width: 767px) {
  .sr-customer-3-counter {
    flex-wrap: wrap;
  }
}
@media only screen and (min-width: 576px) and (max-width: 767px) {
  .sr-customer-3-counter {
    flex-wrap: nowrap;
  }
}
.sr-customer-3-counter .number {
  font-size: 52px;
  line-height: 1;
  font-weight: 700;
  flex: 0 0 auto;
  color: var(--sr-clr-sd-1);
}
.sr-customer-3-counter .disc {
  color: var(--sr-clr-black-3);
  font-weight: 500;
  margin-top: -6px;
}

/*
    customer-3-start
*/
/*
    team-3-start
*/
.sr-team-3-sec-title {
  display: flex;
  justify-content: space-between;
  gap: 20px;
  flex-wrap: wrap;
}
.sr-team-3-sec-title .left {
  max-width: 420px;
}
.sr-team-3-sec-title .right {
  max-width: 420px;
}
.sr-team-3-sec-title .sec-disc {
  margin-bottom: 32px;
}
.sr-team-3-wrap {
  display: grid;
  grid-template-columns: 1fr 1fr 1fr 1fr;
  gap: 24px;
}
@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .sr-team-3-wrap {
    grid-template-columns: 1fr 1fr 1fr;
  }
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .sr-team-3-wrap {
    grid-template-columns: 1fr 1fr;
  }
}
@media (max-width: 767px) {
  .sr-team-3-wrap {
    grid-template-columns: 1fr;
  }
}
@media only screen and (min-width: 576px) and (max-width: 767px) {
  .sr-team-3-wrap {
    grid-template-columns: 1fr 1fr;
  }
}
.sr-team-3-item {
  text-align: center;
  background: #fff;
  padding: 32px;
  border-radius: 12px;
}
@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) {
  .sr-team-3-item {
    padding: 32px 20px;
  }
}
.sr-team-3-item .member-img {
  height: 200px;
  border-radius: 12px;
  margin-bottom: 24px;
  position: relative;
  z-index: 1;
}
.sr-team-3-item .member-img::after {
  content: "";
  width: 300px;
  height: 300px;
  background: radial-gradient(circle, rgb(255, 255, 255) 0%, rgba(255, 255, 255, 0) 70%);
  position: absolute;
  inset: 0;
  transform: translate(80%, -70%);
  transition: all 1s var(--sr-cube-1);
  opacity: 0;
}
.sr-team-3-item .member-img img {
  transition: all 0.5s var(--sr-cube-1);
}
.sr-team-3-item .member-name {
  font-size: 22px;
  transition: all 0.3s var(--sr-cube-1);
}
.sr-team-3-item .member-name:hover {
  color: var(--sr-clr-pr-1);
}
.sr-team-3-item .member-dg {
  margin-top: 8px;
}
.sr-team-3-item .sr-social-1 {
  justify-content: center;
  gap: 8px;
  margin-top: 24px;
}
.sr-team-3-item .sr-social-1 .link-elm {
  background: var(--sr-clr-black-7);
  color: rgba(84, 89, 99, 0.7);
}
.sr-team-3-item .sr-social-1 .link-elm:hover {
  background-color: var(--sr-clr-pr-1);
  color: #fff;
}
.sr-team-3-item:hover .member-img::after {
  transform: translate(-80%, 70%);
  opacity: 0.3;
}
.sr-team-3-item:hover .member-img img {
  transform: scale(104%);
}

/*
    team-3-end
*/
/*
    team-4-start
*/
.sr-team-4-sec-title {
  max-width: 680px;
  margin-left: auto;
  margin-right: auto;
}
.sr-team-4-sec-title .sec-disc {
  max-width: 530px;
  margin-left: auto;
  margin-right: auto;
}
.sr-team-4-wrap {
  display: grid;
  grid-template-columns: 1fr 1fr 1fr 1fr;
  gap: 35px;
}
@media only screen and (min-width: 1200px) and (max-width: 1399px), only screen and (min-width: 992px) and (max-width: 1199px) {
  .sr-team-4-wrap {
    grid-template-columns: 1fr 1fr 1fr;
  }
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .sr-team-4-wrap {
    grid-template-columns: 1fr 1fr;
  }
}
@media (max-width: 767px) {
  .sr-team-4-wrap {
    grid-template-columns: 1fr;
  }
}
@media only screen and (min-width: 576px) and (max-width: 767px) {
  .sr-team-4-wrap {
    grid-template-columns: 1fr 1fr;
  }
}
.sr-team-4-member {
  border: 2px solid rgb(231, 238, 254);
  border-radius: 10px;
  padding: 20px;
  transition: all 0.5s var(--sr-cube-1);
}
.sr-team-4-member .member-img {
  height: 403px;
  border-radius: 10px;
  margin-bottom: 26px;
}
@media only screen and (min-width: 992px) and (max-width: 1199px), only screen and (min-width: 768px) and (max-width: 991px), (max-width: 767px) {
  .sr-team-4-member .member-img {
    height: 360px;
  }
}
.sr-team-4-member .member-img img {
  object-position: top;
  transition: all 0.5s var(--sr-cube-1);
}
.sr-team-4-member .content {
  padding: 0 20px;
  transition: all 0.5s var(--sr-cube-1);
}
.sr-team-4-member .name {
  font-size: 25px;
  transition: all 0.5s var(--sr-cube-1);
}
@media only screen and (min-width: 1400px) and (max-width: 1599px), only screen and (min-width: 1200px) and (max-width: 1399px), only screen and (min-width: 992px) and (max-width: 1199px), only screen and (min-width: 768px) and (max-width: 991px), (max-width: 767px) {
  .sr-team-4-member .name {
    font-size: 22px;
  }
}
.sr-team-4-member .name:hover {
  color: var(--sr-clr-pr-3);
}
.sr-team-4-member .member-dg {
  color: var(--sr-clr-black-8);
  font-size: 17px;
  font-weight: 500;
  margin-top: 3px;
}
.sr-team-4-member .sr-social-1 {
  background: var(--sr-clr-gd-2);
  flex-direction: column;
  position: absolute;
  left: 10px;
  bottom: -20px;
  border-radius: 100px;
  padding: 10px;
  transform: translateY(-20px);
  opacity: 0;
  transition: all 0.5s var(--sr-cube-1);
}
.sr-team-4-member .sr-social-1 .link-elm {
  width: 25px;
  height: 25px;
  color: var(--sr-clr-pr-3);
  font-size: 12px;
}
.sr-team-4-member .sr-social-1 .link-elm:hover {
  background: #000;
  color: #fff;
}
.sr-team-4-member:hover .content {
  transform: translateX(30px);
}
.sr-team-4-member:hover .sr-social-1 {
  transform: translateY(0);
  opacity: 1;
}
.sr-team-4-member:hover .member-img img {
  transform: scale(102%);
}

/*
    team-4-end
*/
/*
    team-5-start
*/
.sr-team-5-wrap {
  max-width: 1125px;
  margin-left: auto;
  margin-right: auto;
}
.sr-team-5-wrap-2 {
  display: flex;
  flex-direction: column;
  gap: 35px;
}
.sr-team-5-member {
  background-color: #f8f4ff;
  border-radius: 20px;
  display: grid;
  grid-template-columns: 1fr 2.4fr;
  gap: 50px;
  padding: 40px 35px;
  align-items: center;
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .sr-team-5-member {
    grid-template-columns: 1fr 2fr;
    gap: 30px;
    padding: 40px 20px;
  }
}
@media (max-width: 767px) {
  .sr-team-5-member {
    grid-template-columns: 1fr;
    gap: 30px;
    padding: 40px 20px;
  }
}
.sr-team-5-member .member-img {
  border-radius: 20px;
  height: 290px;
  perspective: 2000px;
  transform-style: preserve-3d;
}
.sr-team-5-member .member-img img {
  transition: all 1s var(--sr-cube-1);
}
.sr-team-5-member .member-social {
  display: flex;
  gap: 10px;
}
.sr-team-5-member .member-social .link-elm {
  flex: 0 0 auto;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 40px;
  height: 40px;
  background: #000;
  border-radius: 50%;
  color: #fff;
  font-size: 16px;
  transition: all 0.5s var(--sr-cube-1);
}
.sr-team-5-member .member-social .link-elm:hover {
  background-color: var(--sr-clr-sd-5);
}
.sr-team-5-member .member-dg {
  font-size: 23px;
  max-width: 650px;
  margin-top: 22px;
}
@media only screen and (min-width: 768px) and (max-width: 991px), (max-width: 767px) {
  .sr-team-5-member .member-dg {
    font-size: 18px;
  }
}
.sr-team-5-member .member-name {
  display: inline-block;
  font-weight: 700;
  letter-spacing: -0.03em;
  font-size: 28px;
  background: linear-gradient(135deg, #000 35%, #f46800);
  background-clip: text;
  -webkit-text-fill-color: transparent;
  margin-top: 40px;
}
@media (max-width: 767px) {
  .sr-team-5-member .member-name {
    font-size: 24px;
  }
}
.sr-team-5-member:hover .member-img img {
  transform-origin: 50% 100%;
  transform: rotateX(5deg) scale3d(1.05, 1.05, 1);
}
.sr-team-5-member:nth-child(2) {
  background: #f4fffd;
}

/*
    team-5-end
*/
/*
    choose-5-start
*/
.sr-choose-5-wrap {
  background-color: #fff1e8;
  border-radius: 20px;
  padding: 100px 75px;
  padding-bottom: 140px;
}
@media only screen and (min-width: 992px) and (max-width: 1199px), only screen and (min-width: 768px) and (max-width: 991px) {
  .sr-choose-5-wrap {
    padding-bottom: 0;
  }
}
@media (max-width: 767px) {
  .sr-choose-5-wrap {
    padding: 100px 20px;
    padding-bottom: 0px;
  }
}
.sr-choose-5-icon {
  position: absolute;
  top: -40px;
  left: -54px;
}
.sr-choose-5-sec-title {
  max-width: 670px;
}
.sr-choose-5-sec-title .sec-disc {
  max-width: 580px;
  margin-top: 10px;
}
.sr-choose-5-list {
  display: flex;
  flex-direction: column;
  align-items: self-start;
  gap: 8px;
  margin-top: 40px;
}
.sr-choose-5-list li {
  display: inline-block;
  background-color: #ffe5dd;
  font-size: 18px;
  font-weight: 800;
  padding: 10px 25px;
  border-radius: 100px;
}
.sr-choose-5-list li .icon {
  width: 22px;
  height: 22px;
  background: #fff;
  border-radius: 50%;
  color: #000;
  margin-right: 5px;
  display: inline-flex;
  font-size: 14px;
  justify-content: center;
  align-items: center;
  flex: 0 0 auto;
}
.sr-choose-5-list li:nth-child(2) {
  background: #deefff;
}
.sr-choose-5-list li:nth-child(3) {
  background: #ffd9d9;
}
.sr-choose-5-img {
  position: absolute;
  bottom: 0;
  right: 0;
  z-index: -1;
  width: 55%;
}
@media only screen and (min-width: 992px) and (max-width: 1199px), only screen and (min-width: 768px) and (max-width: 991px), (max-width: 767px) {
  .sr-choose-5-img {
    position: unset;
    margin-top: 50px;
  }
}
.sr-choose-5-apps {
  display: inline-flex;
  gap: 30px;
  flex-wrap: wrap;
  position: absolute;
  bottom: 60px;
  left: 63%;
  transform: translateX(-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) {
  .sr-choose-5-apps {
    position: unset;
    transform: unset;
    margin-top: 50px;
  }
}
.sr-choose-5-apps .app-elm {
  transition: all 0.5s var(--sr-cube-1);
}
.sr-choose-5-apps .app-elm:hover {
  transform: scale(98%);
}

/*
    choose-5-end
*/
/*
    cta-1-start
*/
.sr-cta-1-area {
  position: relative;
  z-index: 2;
}
.sr-cta-1-wrap {
  border-radius: 24px;
  outline: 1px solid rgba(213, 215, 218, 0.3);
  border: 12px solid var(--sr-clr-black-7);
  background: #fff;
}
.sr-cta-1-emoji {
  position: absolute;
  z-index: -1;
}
@media only screen and (min-width: 768px) and (max-width: 991px), (max-width: 767px) {
  .sr-cta-1-emoji {
    display: none;
  }
}
.sr-cta-1-emoji .icon {
  position: absolute;
  right: -10px;
  top: -10px;
  font-size: 20px;
  color: var(--sr-clr-black-3);
}
.sr-cta-1-emoji:nth-child(1) {
  bottom: 70px;
  left: 70px;
}
.sr-cta-1-emoji:nth-child(2) {
  top: 70px;
  right: 70px;
}
.sr-cta-1-emoji:nth-child(2) .icon {
  right: unset;
  top: unset;
  left: -10px;
  bottom: -10px;
}
.sr-cta-1-emoji:nth-child(2) .icon i {
  transform: scale(-1);
}
.sr-cta-1-content {
  max-width: 636px;
  margin-left: auto;
  margin-right: auto;
  padding: 0 20px;
}
.sr-cta-1-content .sec-disc {
  margin-top: 13px;
}
.sr-cta-1-form-input {
  font-family: var(--sr-font-1);
  background: rgba(248, 249, 252, 0.6);
  width: 100%;
  height: 60px;
  border-radius: 8px;
  border: 1px solid rgba(213, 215, 218, 0.2);
  font-size: 16px;
  color: rgba(84, 89, 99, 0.6);
  font-weight: 400;
  padding-left: 16px;
  padding-right: 170px;
}
@media (max-width: 767px) {
  .sr-cta-1-form-input {
    padding-right: 16px;
  }
}
@media only screen and (min-width: 576px) and (max-width: 767px) {
  .sr-cta-1-form-input {
    padding-right: 170px;
  }
}
.sr-cta-1-form-btn {
  position: absolute;
  right: 8px;
  top: 50%;
  transform: translateY(-50%);
}
@media (max-width: 767px) {
  .sr-cta-1-form-btn {
    position: unset;
    transform: unset;
    margin-top: 30px;
  }
}
@media only screen and (min-width: 576px) and (max-width: 767px) {
  .sr-cta-1-form-btn {
    position: absolute;
    transform: translateY(-50%);
    margin-top: 0px;
  }
}

/*
    cta-1-end
*/
/*
    cta-2-start
*/
.sr-cta-2-wrap {
  max-width: 636px;
  margin-left: auto;
  margin-right: auto;
}
.sr-cta-2-wrap .sr-cta-1-form-input {
  border-radius: 8px;
  border: 1px solid rgba(213, 215, 218, 0.1);
  background: rgba(55, 55, 55, 0.1);
  color: var(--sr-clr-black-6);
}
.sr-cta-2-sec-title .sec-disc {
  margin-top: 12px;
}

/*
    cta-2-end
*/
/*
    cta-3-start
*/
.sr-cta-3-bg-shape-1 {
  width: 17%;
  position: absolute;
  top: 0;
  left: 0;
  z-index: -1;
}
.sr-cta-3-bg-shape-2 {
  text-align: right;
  width: 16%;
  position: absolute;
  right: 0;
  bottom: 0;
  z-index: -1;
}
.sr-cta-3-area .sr-cta-1-content .btn-wrap {
  margin-top: 32px;
}

/*
    cta-3-end
*/
/*
    cta-4-start
*/
.sr-cta-4-wrap {
  border-radius: 20px;
  padding: 120px 0;
  position: relative;
  z-index: 1;
}
.sr-cta-4-wrap::after {
  content: "";
  width: 100%;
  height: 100%;
  background: #000;
  position: absolute;
  top: 0;
  left: 0;
  z-index: -1;
  opacity: 0.3;
}
.sr-cta-4-content {
  max-width: 800px;
  margin-left: 140px;
}
@media only screen and (min-width: 768px) and (max-width: 991px), (max-width: 767px) {
  .sr-cta-4-content {
    margin-left: 0px;
    padding: 0 30px;
  }
}
.sr-cta-4-content .sr-subtitle-4 {
  color: #fff;
  border: none;
  padding-left: 40px;
  font-size: 20px;
}
.sr-cta-4-content .sr-sec-title-4 {
  color: #fff;
  margin-bottom: 37px;
}

/*
    cta-4-end
*/
/*
    footer-1-start
*/
.cta-x-footer-bg-img {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: calc(100% - 260px);
  z-index: -1;
}

.sr-footer-1-bg-shape {
  width: 35%;
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
  top: -54px;
  z-index: -1;
  text-align: center;
}
.sr-footer-1-wrap {
  display: flex;
  gap: 68px;
  justify-content: space-between;
}
@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .sr-footer-1-wrap {
    gap: 50px;
  }
}
@media only screen and (min-width: 768px) and (max-width: 991px), (max-width: 767px) {
  .sr-footer-1-wrap {
    gap: 50px;
    flex-wrap: wrap;
  }
}
.sr-footer-1-widget .widget-title {
  font-size: 24px;
  padding-bottom: 24px;
  position: relative;
  margin-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) {
  .sr-footer-1-widget .widget-title {
    font-size: 22px;
  }
}
.sr-footer-1-widget .widget-title::after {
  content: "";
  width: 72px;
  height: 3px;
  background: var(--sr-clr-pr-1);
  position: absolute;
  bottom: 0;
  left: 0;
}
.sr-footer-1-widget .widget-title::before {
  content: "";
  width: 24px;
  height: 3px;
  border-left: 6px solid #fff;
  border-right: 6px solid #fff;
  position: absolute;
  bottom: 0;
  left: 0%;
  z-index: 1;
  animation: f1widgetLine 7s linear infinite;
}
.sr-footer-1-widget:nth-child(1) {
  margin-right: auto;
}
.sr-footer-1-widget:nth-child(3) .widget-title::before {
  animation-delay: 1s;
}
.sr-footer-1-widget:nth-child(4) .widget-title::before {
  animation-delay: 3s;
}
.sr-footer-1-logo {
  margin-bottom: 32px;
}
.sr-footer-1-disc {
  max-width: 415px;
}
@media only screen and (min-width: 992px) and (max-width: 1199px), only screen and (min-width: 768px) and (max-width: 991px), (max-width: 767px) {
  .sr-footer-1-disc {
    max-width: 315px;
  }
}
.sr-footer-1-disc .title {
  font-size: 24px;
  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) {
  .sr-footer-1-disc .title {
    font-size: 20px;
  }
}
.sr-footer-1-disc .disc {
  margin-top: 8px;
}
.sr-footer-1-disc .sr-social-1 {
  margin-top: 32px;
}
.sr-footer-1-menu {
  display: flex;
  flex-direction: column;
  gap: 12px;
}
.sr-footer-1-menu a {
  transform: all 0.5s var(--sr-cube-1);
}
.sr-footer-1-menu a:hover {
  color: var(--sr-clr-pr-1);
}
.sr-footer-1-copyright {
  text-align: center;
  border-top: 1px solid var(--sr-clr-black-6);
  padding: 32px 0;
  font-size: 18px;
  font-weight: 500;
}
.sr-footer-1-copyright a {
  color: var(--sr-clr-pr-1);
  transition: all 0.5s var(--sr-cube-1);
}
.sr-footer-1-copyright a:hover {
  color: var(--sr-clr-sd-1);
}

@keyframes f1widgetLine {
  0% {
    transform: translateX(0%);
  }
  50% {
    transform: translateX(200%);
  }
  100% {
    transform: translateX(0%);
  }
}
/*
    footer-1-end
*/
/*
    footer-2-start
*/
.sr-footer-2-area .sr-footer-1-bg-shape {
  top: 31%;
}
.sr-footer-2-wrap {
  border-radius: 24px;
  border: 1px solid rgba(213, 215, 218, 0.05);
  background: rgba(55, 55, 55, 0.04);
  padding: 80px 80px;
  padding-bottom: 0;
}
@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) {
  .sr-footer-2-wrap {
    padding: 80px 20px;
    padding-bottom: 0;
  }
}
.sr-footer-2-wrap .sr-footer-1-disc .disc {
  margin-top: 0;
}
.sr-footer-2-wrap .sr-footer-1-widget .widget-title::before {
  display: none;
}
.sr-footer-2-wrap .sr-footer-1-widget .widget-title::after {
  display: none;
}
.sr-footer-2-wrap .sr-footer-1-widget .widget-title .line-wrap {
  width: 72px;
  height: 3px;
  position: absolute;
  bottom: 0;
  left: 0;
  overflow: hidden;
}
.sr-footer-2-wrap .sr-footer-1-widget .widget-title .line-wrap .line {
  display: flex;
  width: 100%;
  height: 100%;
  gap: 3px;
  animation: sr-footer-2-title-line 10s linear infinite;
}
.sr-footer-2-wrap .sr-footer-1-widget .widget-title .line-wrap .line span {
  background: var(--sr-clr-gd-1);
  width: 100%;
  height: 100%;
}
.sr-footer-2-wrap .sr-footer-1-widget .widget-title .line-wrap .line span:nth-child(2) {
  width: 30%;
}
.sr-footer-2-wrap .sr-footer-1-widget:nth-child(3) .line-wrap .line {
  animation-delay: 1s;
}
.sr-footer-2-wrap .sr-footer-1-widget:nth-child(4) .line-wrap .line {
  animation-delay: 3s;
}
.sr-footer-2-wrap .sr-footer-1-menu a {
  color: var(--sr-clr-black-6);
}
.sr-footer-2-wrap .sr-footer-1-menu a:hover {
  color: var(--sr-clr-pr-2);
}
.sr-footer-2-wrap .sr-social-1 .link-elm {
  background: rgba(255, 255, 255, 0.08);
  color: #fff;
}
.sr-footer-2-wrap .sr-social-1 .link-elm:hover {
  background: var(--sr-clr-pr-2);
}
.sr-footer-2-bottom {
  display: flex;
  justify-content: space-between;
  border-top: 1px solid rgba(255, 255, 255, 0.1);
  padding: 32px 0;
  gap: 20px;
  flex-wrap: wrap;
}
@media (max-width: 767px) {
  .sr-footer-2-bottom {
    justify-content: center;
  }
}
.sr-footer-2-copyright {
  color: #fff;
}
.sr-footer-2-designed {
  color: #fff;
}
.sr-footer-2-designed a {
  border-bottom: 1px solid rgba(255, 255, 255, 0.3);
  transition: all 0.5s var(--sr-cube-1);
  line-height: 1;
}
.sr-footer-2-designed a:hover {
  color: var(--sr-clr-pr-2);
  border-color: var(--sr-clr-pr-2);
}

@keyframes sr-footer-2-title-line {
  0% {
    transform: translateX(-50%) scaleX(2);
  }
  50% {
    transform: translateX(50%) scaleX(2);
  }
  100% {
    transform: translateX(-50%) scaleX(2);
  }
}
/*
    footer-2-end
*/
/*
    footer-3-start
*/
.sr-footer-3-area {
  background-color: #fff;
}
@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) {
  .sr-footer-3-area .sr-footer-1-disc {
    max-width: 275px;
  }
}
.sr-footer-3-area .sr-footer-1-disc .disc {
  margin-top: 0;
}
.sr-footer-3-area .sr-footer-1-disc .sr-social-1 .link-elm {
  background: var(--sr-clr-black-7);
  color: #000;
}
.sr-footer-3-area .sr-footer-1-disc .sr-social-1 .link-elm:hover {
  background: var(--sr-clr-pr-1);
  color: #fff;
}
.sr-footer-3-area .sr-footer-1-copyright {
  font-weight: 400;
}
.sr-footer-3-area .sr-footer-1-widget:nth-child(1) {
  margin-right: unset;
}
.sr-footer-3-newsletter {
  max-width: 330px;
  width: 100%;
}
@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .sr-footer-3-newsletter {
    max-width: 270px;
  }
}
.sr-footer-3-newsletter-input {
  font-family: var(--sr-font-1);
  width: 100%;
  height: 64px;
  border-radius: 12px;
  border: none;
  background: var(--sr-clr-black-7);
  padding-left: 16px;
  padding-right: 125px;
  font-size: 16px;
  color: rgba(0, 0, 0, 0.5);
}
.sr-footer-3-newsletter-btn {
  background: var(--sr-clr-pr-1);
  color: #fff;
  font-size: 16px;
  font-weight: 500;
  padding: 12px 16px;
  border-radius: 12px;
  position: absolute;
  right: 8px;
  top: 8px;
  transition: all 0.5s var(--sr-cube-1);
}
.sr-footer-3-newsletter-btn:hover {
  transform: scale(97%);
  background: var(--sr-clr-sd-1);
}

/*
    footer-3-end
*/
/*
    footer-4-start
*/
.sr-footer-4-area {
  background: linear-gradient(0deg, rgba(1, 211, 211, 0.3) 0%, rgba(255, 255, 255, 0) 100%);
}
.sr-footer-4-wrap {
  display: flex;
  gap: 100px;
  margin-right: -130px;
  align-items: center;
  flex-wrap: wrap;
}
@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) {
  .sr-footer-4-wrap {
    margin-right: 0px;
    gap: 50px;
  }
}
.sr-footer-4-widget .widget-title {
  font-size: 30px;
  font-weight: 800;
}
.sr-footer-4-widget:nth-child(1) {
  margin-right: auto;
  margin-top: -80px;
}
@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) {
  .sr-footer-4-widget:nth-child(1) {
    margin-top: 0px;
  }
}
.sr-footer-4-menu {
  display: flex;
  flex-direction: column;
  gap: 11px;
  margin-top: 30px;
}
.sr-footer-4-menu li {
  font-weight: 500;
  color: #0f1d37;
}
.sr-footer-4-menu li a {
  width: 100%;
  display: inline !important;
  background-position-y: 0px;
  background-repeat: no-repeat;
  background-size: 0 100%;
  backface-visibility: hidden;
  -webkit-backface-visibility: hidden;
  background-image: linear-gradient(transparent calc(100% - 1px), currentColor 2px);
  -webkit-transition: 0.6s cubic-bezier(0.215, 0.61, 0.355, 1);
  transition: 0.6s cubic-bezier(0.215, 0.61, 0.355, 1);
}
.sr-footer-4-menu li a:hover {
  background-size: 100% 100%;
}
.sr-footer-4-logo {
  display: inline-block;
  margin-bottom: 35px;
}
.sr-footer-4-gallery {
  max-width: 555px;
  display: grid;
  grid-template-columns: 1fr 1fr 1fr;
  gap: 35px;
}
@media only screen and (min-width: 1400px) and (max-width: 1599px) {
  .sr-footer-4-gallery {
    max-width: 525px;
  }
}
@media only screen and (min-width: 1200px) and (max-width: 1399px) {
  .sr-footer-4-gallery {
    max-width: 355px;
  }
}
.sr-footer-4-gallery .item-col {
  display: flex;
  flex-direction: column;
  gap: 35px;
  align-items: start;
}
.sr-footer-4-gallery .item-col:nth-child(2) {
  margin-top: 50px;
}
.sr-footer-4-gallery .item-col:nth-child(3) {
  margin-top: 80px;
}
.sr-footer-4-gallery .single-img {
  display: inline-block;
  border-radius: 20px;
}
.sr-footer-4-disc {
  max-width: 360px;
}
@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) {
  .sr-footer-4-disc {
    max-width: 270px;
  }
}
.sr-footer-4-disc .disc-title {
  font-size: 40px;
  font-weight: 800;
}
@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) {
  .sr-footer-4-disc .disc-title {
    font-size: 28px;
  }
}
.sr-footer-4-disc .disc-rating {
  margin-top: 15px;
  margin-bottom: 34px;
}
.sr-footer-4-disc .disc-rating .rating {
  display: flex;
  gap: 5px;
  font-size: 20px;
  color: #ffcc00;
}
.sr-footer-4-disc .disc-rating .title {
  font-size: 15px;
  font-weight: 800;
  color: #000;
  margin-top: 10px;
}
.sr-footer-4-disc .sr-pr-btn-5 {
  background: #1a3300;
}
.sr-footer-4-disc .sr-pr-btn-5:hover {
  color: #fff;
}
.sr-footer-4-wrap-2 {
  display: flex;
  align-items: center;
  gap: 20px;
  flex-wrap: wrap;
  justify-content: space-between;
}
.sr-footer-4-menu-2 {
  display: flex;
  gap: 15px 30px;
  flex-wrap: wrap;
}
.sr-footer-4-menu-2 li {
  font-weight: 500;
  color: #000;
}
.sr-footer-4-menu-2 li a {
  width: 100%;
  display: inline !important;
  background-position-y: 0px;
  background-repeat: no-repeat;
  background-size: 0 100%;
  backface-visibility: hidden;
  -webkit-backface-visibility: hidden;
  background-image: linear-gradient(transparent calc(100% - 1px), currentColor 2px);
  -webkit-transition: 0.6s cubic-bezier(0.215, 0.61, 0.355, 1);
  transition: 0.6s cubic-bezier(0.215, 0.61, 0.355, 1);
}
.sr-footer-4-menu-2 li a:hover {
  background-size: 100% 100%;
}
.sr-footer-4-social {
  display: flex;
  gap: 20px;
}
.sr-footer-4-social .link-elm {
  width: 36px;
  height: 35px;
  background: #000;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  color: #F1FDFD;
  font-size: 15px;
  transition: all 0.5s var(--sr-cube-1);
}
.sr-footer-4-social .link-elm:hover {
  background: #fff;
  color: #000;
}
.sr-footer-4-wrap-3 {
  display: flex;
  justify-content: space-between;
  gap: 20px;
  flex-wrap: wrap;
  padding: 25px 0;
}
.sr-footer-4-copyright {
  color: #000;
}
.sr-footer-4-link {
  display: flex;
  gap: 15px 40px;
  flex-wrap: wrap;
}
.sr-footer-4-link .link-elm {
  color: #000;
  transition: all 0.4s var(--sr-cube-1);
}
.sr-footer-4-link .link-elm:hover {
  opacity: 0.7;
  transform: translateX(3px);
}
.sr-footer-4-marquee {
  position: absolute;
  bottom: -10px;
  left: 0;
  z-index: -1;
  opacity: 8%;
}
@media (max-width: 767px) {
  .sr-footer-4-marquee {
    bottom: 0px;
  }
}
.sr-footer-4-marquee-item {
  font-size: 365px;
  font-weight: 800;
  color: #5dc1c1;
  line-height: 0.7;
  display: flex;
}
.sr-footer-4-marquee-item span {
  flex: 0 0 auto;
}
@media only screen and (min-width: 1600px) and (max-width: 1799px) {
  .sr-footer-4-marquee-item {
    font-size: 345px;
  }
}
@media only screen and (min-width: 1400px) and (max-width: 1599px) {
  .sr-footer-4-marquee-item {
    font-size: 325px;
  }
}
@media only screen and (min-width: 1200px) and (max-width: 1399px) {
  .sr-footer-4-marquee-item {
    font-size: 305px;
  }
}
@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .sr-footer-4-marquee-item {
    font-size: 285px;
  }
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .sr-footer-4-marquee-item {
    font-size: 265px;
  }
}
@media (max-width: 767px) {
  .sr-footer-4-marquee-item {
    font-size: 185px;
  }
}
@media only screen and (min-width: 576px) and (max-width: 767px) {
  .sr-footer-4-marquee-item {
    font-size: 225px;
  }
}

/*
    footer-4-end
*/
/*
    footer-5-start
*/
.sr-footer-5-area {
  background-color: #000;
  border-bottom: 10px solid var(--sr-clr-pr-5);
  padding-top: 120px;
  padding-bottom: 70px;
}
.sr-footer-5-bg-img {
  position: absolute;
  bottom: 0;
  right: 0;
  z-index: -1;
  height: 225px;
  width: 50%;
}
.sr-footer-5-wrap {
  display: grid;
  grid-template-columns: 1fr 1.5fr;
  gap: 50px;
}
@media (max-width: 767px) {
  .sr-footer-5-wrap {
    grid-template-columns: 1fr;
  }
}
.sr-footer-5-logo {
  margin-bottom: 40px;
}
.sr-footer-5-left .left-title {
  font-size: 38px;
  color: #fff;
  font-weight: 700;
  margin-bottom: 17px;
}
@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) {
  .sr-footer-5-left .left-title {
    font-size: 22px;
  }
}
.sr-footer-5-left .left-list {
  display: flex;
  gap: 25px;
  margin-bottom: 26px;
  flex-wrap: wrap;
}
.sr-footer-5-left .left-list li {
  font-size: 17px;
  color: #c4c4c4;
  font-weight: 400;
}
.sr-footer-5-left .left-list li i {
  margin-right: 4px;
  color: #fff;
}
.sr-footer-5-progress {
  max-width: 470px;
  overflow: hidden;
}
.sr-footer-5-progress-single {
  background: var(--sr-clr-pr-5);
  color: #fff;
  display: flex;
  justify-content: space-between;
  border-radius: 0 100px 100px 0;
  font-size: 18px;
  font-weight: 700;
  padding: 19px 25px;
}
.sr-footer-5-progress-single:nth-child(2) {
  background-color: #5c4dd0;
  margin-top: -15px;
}
.sr-footer-5-call {
  font-size: 24px;
  color: #fff;
  display: flex;
  gap: 10px;
  transition: all 0.5s var(--sr-cube-1);
}
.sr-footer-5-call:hover {
  color: #fff;
  transform: translateX(3px);
}
.sr-footer-5-copyright {
  color: #fff;
  font-size: 15px;
  margin-top: 55px;
}
.sr-footer-5-widget-title {
  font-size: 26px;
  color: #fff;
  font-weight: 800;
  margin-bottom: 25px;
}
@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) {
  .sr-footer-5-widget-title {
    font-size: 22px;
  }
}
.sr-footer-5-menu {
  display: flex;
  flex-direction: column;
  gap: 15px 0;
}
.sr-footer-5-menu a {
  color: #c4c4c4;
  font-size: 17px;
  transition: all 0.3s var(--sr-cube-1);
}
.sr-footer-5-menu a i {
  color: #fff;
  margin-right: 4px;
  transition: all 0.3s var(--sr-cube-1);
}
.sr-footer-5-menu a:hover {
  color: var(--sr-clr-pr-5);
  transform: translateX(2px);
}
.sr-footer-5-menu a:hover i {
  color: var(--sr-clr-pr-5);
}
.sr-footer-5-right-inner {
  display: flex;
  justify-content: space-between;
  gap: 50px;
  align-items: end;
}
@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) {
  .sr-footer-5-right-inner {
    flex-wrap: wrap;
  }
}
.sr-footer-5-counter-single {
  display: flex;
  align-items: center;
  gap: 20px;
  padding-right: 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) {
  .sr-footer-5-counter-single {
    padding-right: 0;
  }
}
.sr-footer-5-counter-single .number {
  color: var(--sr-clr-pr-5);
  font-size: 42px;
  line-height: 1;
  flex: 0 0 auto;
}
.sr-footer-5-counter-single .title {
  font-size: 21px;
  color: #fff;
  font-weight: 800;
  margin-bottom: 7px;
}
@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) {
  .sr-footer-5-counter-single .title {
    font-size: 18px;
  }
}
.sr-footer-5-counter-single .disc {
  color: #c4c4c4;
  font-size: 17px;
  max-width: 280px;
}
.sr-footer-5-counter-single:not(:last-child) {
  border-bottom: 1px solid #323232;
  padding-bottom: 30px;
  margin-bottom: 30px;
}
.sr-footer-5-content {
  display: flex;
  align-items: center;
  gap: 50px;
  max-width: 726px;
  margin-left: auto;
  margin-top: 160px;
}
@media (max-width: 767px) {
  .sr-footer-5-content {
    flex-wrap: wrap;
  }
}
.sr-footer-5-content .btn-wrap {
  flex: 0 0 auto;
}
.sr-footer-5-content .title {
  font-size: 30px;
  color: #fff;
  font-weight: 700;
}
@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) {
  .sr-footer-5-content .title {
    font-size: 22px;
  }
}

/*
    footer-5-end
*/
/*
    pages
*/
/*
    home-css-start
*/
.sr-home-2 {
  background-color: #0B0D0C;
}
@media (min-width: 1800px), only screen and (min-width: 1600px) and (max-width: 1799px), only screen and (min-width: 1400px) and (max-width: 1599px) {
  .sr-home-2::-webkit-scrollbar-thumb {
    background: var(--sr-clr-pr-2);
  }
}
.sr-home-2 .wa-back-to-top {
  border: 1px solid rgba(255, 77, 0, 0.3);
  background-color: #000;
  color: var(--sr-clr-pr-2);
}

.sr-home-3 {
  background-color: #F8F9FC;
}

@media (min-width: 1800px), only screen and (min-width: 1600px) and (max-width: 1799px), only screen and (min-width: 1400px) and (max-width: 1599px) {
  .sr-home-4::-webkit-scrollbar-thumb {
    background: var(--sr-clr-pr-3);
  }
}
.sr-home-4 .wa-back-to-top {
  border: 1px solid rgba(0, 206, 206, 0.48);
  box-shadow: 1.782px 0.908px 32.2px 2.8px rgba(122, 90, 248, 0.1);
  color: var(--sr-clr-pr-3);
}

/*
    home-css-end
*/

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