@import "fonts.css";
@import "brands.min.css";
@import "https://cdnjs.cloudflare.com/ajax/libs/font-awesome/6.7.1/css/all.min.css";
@import "bootstrap.min.css";
@import "sidenav.min.css";
.navbar > .container .navbar-brand {
  margin-left: 0;
  width: 60px;
}
@media (max-width: 1100px) {
  .navbar > .container .navbar-brand {
    width: 50px;
  }
}
@media (max-width: 767px) {
  .navbar > .container .navbar-brand {
    width: 45px;
  }
}
@media (max-width: 480px) {
  .navbar > .container .navbar-brand {
    width: 45px;
  }
}

.btn-top {
  background: linear-gradient(103.8deg, #DC143C 1.22%, #FF2ED1 99.95%);
  padding: 14px 25px !important;
  display: inline-flex !important;
  gap: 10px;
  border-radius: 12px;
}
.btn-top span {
  color: #fff;
}
.btn-top img {
  width: 20px;
  height: auto;
}
.btn-top:hover, .btn-top:focus {
  background-color: #53E88B !important;
  box-shadow: none;
  outline: none;
}
@media (max-width: 992px) {
  .btn-top {
    padding: 8px 10px !important;
  }
}

.header .newBg {
  background: rgba(0, 0, 0, 0.81) !important;
  box-shadow: 0 0 5px 0px rgba(50, 50, 50, 0.65);
}
.header .newBg.navbar {
  padding: 5px 0;
  transition: all ease-in-out 0.4s;
}
.header .newBg.navbar-main {
  margin-top: 7px;
  margin-bottom: 7px;
}
@media (max-width: 767px) {
  .header .newBg .navbar-brand {
    width: 36px;
    padding-top: 5px;
    transition: all ease-in-out 0.4s;
  }
  .header .newBg .navbar-toggle,
  .header .newBg .phone-flag {
    top: 0;
    transition: all ease-in-out 0.4s;
  }
}
.header .navbar {
  border-color: transparent;
  background-color: transparent;
  border: none;
  margin-bottom: 0;
  padding: 0;
  transition: all ease-in-out 0.4s;
}
.header .navbar-toggle {
  border-color: transparent;
}
.header .navbar-toggle .icon-bar {
  display: block;
  width: 24px;
  height: 3px;
  border-radius: 0px;
  background-color: #e31855;
}
.header .navbar-toggle .icon-bar:nth-child(3) {
  width: 27px;
}
@media (max-width: 767px) {
  .header .navbar-toggle {
    padding: 15px 0;
    margin: 0;
  }
}
.header .navbar-brand {
  width: 180px;
  height: auto;
  padding: 0;
}
.header .navbar-brand img {
  width: 100%;
}
@media (max-width: 767px) {
  .header .navbar-brand {
    width: 140px;
    height: auto;
    padding-top: 10px;
  }
}
.header .navbar ul.navbar-nav li {
  padding: 0;
  position: relative;
}
.header .navbar ul.navbar-nav li a {
  display: block;
  font-size: 18px;
  color: #fff;
  font-weight: 500;
  padding: 0;
  margin: 0 0 0 40px;
  position: relative;
  cursor: pointer;
  text-transform: uppercase;
}
.header .navbar ul.navbar-nav li a.btn-top {
  text-transform: inherit;
}
.header .navbar ul.navbar-nav li a.btn-top:before {
  width: 100%;
  height: 100%;
  top: 10px;
  background: linear-gradient(103.8deg, #DC143C 1.22%, #FF2ED1 99.95%);
  border-radius: 12px;
  z-index: -1;
  border-radius: 16px;
  z-index: -1;
  left: 10px;
}
.header .navbar ul.navbar-nav li a.btn-top:after {
  position: absolute;
  content: "";
  left: 14px;
  top: 12px;
  width: calc(100% - 6px);
  height: calc(100% - 4px);
  background: #000;
  z-index: -1;
  border-radius: 15px;
  bottom: 0;
}
.header .navbar ul.navbar-nav li a:before {
  position: absolute;
  content: "";
  bottom: -8px;
  left: 0;
  width: 0;
  height: 3px;
  background-color: #F9F9F9;
  transition: all ease-in-out 0.4s;
}
.header .navbar ul.navbar-nav li a:hover, .header .navbar ul.navbar-nav li a:focus, .header .navbar ul.navbar-nav li a:active {
  color: #e31855 !important;
}
.header .navbar ul.navbar-nav li a:hover:before, .header .navbar ul.navbar-nav li a:focus:before, .header .navbar ul.navbar-nav li a:active:before {
  width: 100%;
  transition: all ease-in-out 0.4s;
}
.header .navbar ul.navbar-nav li a i {
  padding-left: 4px;
}
@media (min-width: 768px) and (max-width: 1023px) {
  .header .navbar ul.navbar-nav li a {
    margin: 0 0 0px 20px;
    font-size: 16px;
  }
}
.header .navbar ul.navbar-nav li.active a {
  background-color: transparent;
  color: #fff;
}
.header .navbar ul.navbar-nav li.active:before {
  position: absolute;
  content: "";
  bottom: 0;
  right: 0;
  width: 100%;
  height: 3px;
  background-color: blue;
}
.header .navbar ul.navbar-nav li:first-child a {
  margin-left: 0;
}
.header .navbar ul.navbar-nav li.dropdown li a {
  color: #fff;
  display: block;
  font-size: 13px;
  font-weight: 400;
  padding: 10px 20px;
  margin: 0;
  border-bottom: 1px solid #06424c;
}
.header .navbar ul.navbar-nav li.dropdown li a:hover:before {
  width: 0;
}
.header .navbar ul.navbar-nav li.dropdown li:last-child a {
  border-bottom: 0px solid transparent;
}

.header .navbar ul li.dropdown > ul {
  background: rgba(24, 83, 94, 0.8);
  left: auto;
  list-style: none;
  margin: 0;
  min-width: 215px;
  opacity: 0;
  padding: 0;
  position: absolute;
  text-align: left;
  transform: translateY(3em);
  transition: all 0.3s ease 0s, visibility 0s linear 0.3s, z-index 0s linear 0.01s;
  visibility: hidden;
  z-index: 9999;
}
.header .navbar ul li.dropdown:hover > ul {
  opacity: 1;
  transform: translate(0%);
  transition-delay: 0s, 0s, 0.3s;
  visibility: visible;
  z-index: 9999;
}

.phone-flag .phone-text {
  font-size: 16px;
  font-weight: 700;
  color: #fff;
  margin-top: -10px;
  margin-right: 50px;
}
.phone-flag .phone-text:hover {
  text-decoration: none;
  color: #0aaec8;
}
.phone-flag .phone-text img {
  width: 28px;
  height: auto;
}
@media (max-width: 767px) {
  .phone-flag .phone-text img {
    margin-top: -12px;
  }
}
@media (max-width: 992px) {
  .phone-flag .phone-text {
    font-size: 0;
    margin-right: 10px;
  }
  .phone-flag .phone-text img {
    width: 20px;
  }
}
@media (max-width: 767px) {
  .phone-flag {
    width: 130px;
    position: absolute;
    top: 15px;
    left: 50%;
  }
}
.phone-flag .btn-default {
  background: transparent;
  border-color: transparent;
  color: #fff;
  width: 82px !important;
}
.phone-flag .btn-default .filter-option {
  font-size: 16px;
  font-weight: 700;
  color: #fff;
  display: flex !important;
  width: 48px !important;
  align-items: center;
  justify-content: space-between;
}
.phone-flag .btn-default .caret {
  border: 0px solid transparent;
  background: url(../images/arrow.png) center center no-repeat;
  width: 16px;
  height: 12px;
}

.sg-icons {
  background: rgba(186, 186, 186, 0.1);
  display: flex;
  align-items: flex-start;
  justify-content: center;
  margin-top: -195px;
  position: relative;
  padding: 15px 0;
}
.sg-icons .sg-icons-each {
  width: 25%;
  padding: 0px 30px;
  position: relative;
}
.sg-icons .sg-icons-each:not(:first-of-type):before {
  position: absolute;
  content: "";
  left: 0;
  top: 0;
  height: 122px;
  width: 1px;
  background: rgba(186, 186, 186, 0.2);
}
@media (max-width: 992px) {
  .sg-icons .sg-icons-each {
    padding: 10px 12px;
  }
}
@media (max-width: 767px) {
  .sg-icons {
    flex-wrap: wrap;
    margin-top: -330px;
  }
  .sg-icons .sg-icons-each {
    width: 50%;
  }
}
.sg-icons img {
  width: auto;
  height: 64px;
}
.sg-icons p {
  padding-top: 20px;
  margin: 0;
  font-size: 18px;
  color: #fff;
  font-weight: 700;
}
@media (max-width: 1024px) {
  .sg-icons p {
    font-size: 15px;
  }
}

@media screen and (min-width: 768px) {
  .header .navbar-main {
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin-top: 20px;
  }
  .header .navbar-main .phone-flag {
    display: flex;
    align-items: center;
    justify-content: space-between;
  }
  .header .navbar.newBg .navbar-main {
    margin: 7px 0;
  }
  .navbar-right {
    margin-right: 0;
    display: flex;
    align-items: center;
  }
}
@media screen and (max-width: 767px) {
  .sidenav {
    background: #0b0b0b;
    transform: translate(-290px, 0);
  }
  .navbar-fixed-top .navbar-collapse,
  .navbar-fixed-bottom .navbar-collapse {
    max-height: inherit;
  }
  .sidenav-logo {
    margin-top: 30px;
    margin-bottom: 30px;
    text-align: center;
  }
  .sidenav-logo img {
    width: 105px;
  }
  .sidenav-dropdown, .sidenav-header {
    border-bottom: 0;
  }
  .navbar-nav .sidenav-dropdown a {
    padding-left: 70px !important;
  }
  .navbar-middle {
    text-align: left;
  }
  .navbar-nav {
    padding: 15px 0;
    border-top: 1px solid #72777d;
  }
  .navbar ul li a {
    padding: 10px 55px !important;
    font-size: 13px;
    font-weight: normal;
  }
  .navbar-default .navbar-toggle:hover, .navbar-default .navbar-toggle:focus {
    background-color: transparent;
  }
  .header .navbar ul li {
    display: block;
  }
  .header .navbar ul li.dropdown > ul {
    position: inherit;
    opacity: 1;
    background: inherit;
    border-top: 0px solid #fff;
    visibility: visible;
    transition: inherit;
    min-width: inherit;
    transform: translate(0%);
  }
  .header .navbar ul li.dropdown ul {
    left: auto;
  }
  .header .navbar ul.navbar-nav li a {
    margin-left: 0;
    margin-bottom: 10px;
  }
  .header .navbar ul.navbar-nav li a:before {
    background: transparent;
  }
  .header .navbar ul.navbar-nav li a.btn {
    margin-left: 15px;
  }
  .header .navbar ul.navbar-nav li.active:before {
    background: transparent;
  }
  .has-toggle {
    position: relative;
  }
  .has-toggle + .navbar {
    min-height: 0px;
  }
  .has-toggle .navbar-toggle {
    position: absolute;
    top: 8px;
    right: 0;
  }
  .has-toggle .navbar-toggle .icon-bar {
    width: 24px;
    height: 3px;
    border-radius: 0px;
  }
  .has-toggle .navbar-toggle .icon-bar:nth-child(3) {
    width: 27px;
  }
}
a {
  text-decoration: none;
  color: inherit;
  transition: all 0.3s;
}

.mb-4 {
  margin-bottom: 2rem !important;
}

.btn-primary {
  background: linear-gradient(103.8deg, #DC143C 1.22%, #FF2ED1 99.95%);
  color: #fff;
  font-size: 16px;
  font-weight: 500;
  min-width: 200px;
  border: 0px solid;
  padding: 12px 5px;
  border-radius: 8px;
}

.btn-info {
  background: linear-gradient(103.8deg, #DC143C 1.22%, #FF2ED1 99.95%);
  color: #fff;
  font-size: 16px;
  font-weight: 500;
  min-width: 200px;
  border: 0px solid;
  padding: 12px 5px;
  border-radius: 8px;
}

.btn-success {
  color: #fff;
  font-size: 16px;
  font-weight: 500;
  min-width: 200px;
  border: 0px solid #FFB400;
  position: relative;
  border-radius: 12px;
  padding: 12px 5px;
}
.btn-success span {
  position: relative;
  z-index: 9;
}
.btn-success:before {
  position: absolute;
  content: "";
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  background: #000;
  z-index: 3;
  border-radius: 7px;
}
.btn-success:after {
  position: absolute;
  content: "";
  top: -2px;
  bottom: -1px;
  left: -1px;
  right: -1px;
  background: linear-gradient(103.8deg, #DC143C 1.22%, #FF2ED1 99.95%);
  z-index: 2;
  border-radius: 7px;
}

.banner {
  width: 100%;
}
.banner__slider {
  margin-bottom: 0;
}
.banner__slider img {
  width: 100%;
}
.banner__content {
  position: relative;
  min-height: inherit;
}
.banner__content-main {
  padding-top: 17rem;
  padding-bottom: 19rem;
}
@media (max-width: 480px) {
  .banner__content-main {
    padding-top: 1rem;
    padding-bottom: 1rem;
  }
}
.banner__content-main.subpages h1 {
  background: linear-gradient(90.85deg, #FF6F61 30%, #FFB400 100%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  background-clip: text;
  color: transparent;
  padding: 0;
  margin: 0;
  font-size: 24px;
}
.banner__content-main.subpages h2 {
  margin: 0;
}
.banner__content-main.subpages h3 {
  color: #fff;
  font-size: 75px;
  margin-bottom: 0;
}
@media (max-width: 767px) {
  .banner__content-main.subpages h3 {
    font-size: 38px;
  }
}
.banner__content-main.subpages h3 span {
  background: linear-gradient(103.8deg, #DC143C 1.22%, #FF2ED1 99.95%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}
.banner__content:before {
  position: absolute;
  content: "";
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  background: rgba(0, 0, 0, 0.85);
}
.banner__content-date {
  display: block;
  margin-top: 225px;
  font-style: normal;
  font-weight: 500;
  font-size: 13px;
  line-height: 29px;
  letter-spacing: 0.06em;
  text-transform: uppercase;
  color: #e31855;
}
@media (max-width: 767px) {
  .banner__content-date {
    margin-top: 160px;
  }
}
.banner__content-title {
  color: #fff;
  text-transform: uppercase;
  font-size: 80px;
  line-height: 65px;
  font-family: "Inter", sans-serif;
  font-weight: 600;
  margin: 0;
}
.banner__content-title span {
  color: #1DB954;
}
@media (max-width: 992px) {
  .banner__content-title {
    font-size: 40px;
    line-height: 44px;
    margin-top: 40px;
  }
}
@media (max-width: 767px) {
  .banner__content-title {
    margin-top: 0px;
  }
}
@media (max-width: 480px) {
  .banner__content-title {
    margin-top: 0px;
    font-size: 28px;
  }
}
.banner__content h2 {
  background: linear-gradient(103.8deg, #DC143C 1.22%, #FF2ED1 99.95%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  background-clip: text;
  color: transparent;
  font-size: 75px;
}
@media (max-width: 992px) {
  .banner__content h2 {
    font-size: 38px;
  }
}
@media (max-width: 480px) {
  .banner__content h2 {
    margin-top: 0px;
    font-size: 28px;
  }
}
.banner__content-description {
  font-family: "Inter", sans-serif;
  font-style: normal;
  font-weight: 300;
  font-size: 22px;
  line-height: 34px;
  color: #fff;
  max-width: 75%;
  margin: 40px auto 50px;
}
@media (max-width: 992px) {
  .banner__content-description {
    font-size: 18px;
    line-height: 28px;
    margin: 20px auto 30px;
  }
}
@media (max-width: 767px) {
  .banner__content-description {
    max-width: inherit;
  }
}
@media (max-width: 480px) {
  .banner__content-description {
    font-size: 14px;
    line-height: 24px;
    margin: 20px auto 30px;
  }
}
.banner__content-description2 {
  color: #FDFDFD;
  font-size: 28px;
  font-weight: 100;
  line-height: 34px;
  width: 86%;
  margin: auto;
}
@media (max-width: 992px) {
  .banner__content-description2 {
    font-size: 16px;
  }
}
@media (max-width: 480px) {
  .banner__content-description2 {
    font-size: 14px;
    line-height: 22px;
  }
}
.banner__content-logo {
  margin-top: 4rem;
}
@media (max-width: 767px) {
  .banner__content-logo {
    margin-top: 2rem;
  }
}
.banner__content-logo ul {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 20px;
}
@media (max-width: 767px) {
  .banner__content-logo ul {
    flex-direction: column;
  }
}
.banner__content-logo ul img {
  width: 180px;
}
@media (max-width: 992px) {
  .banner__content-logo ul img {
    width: 135px;
  }
}
.banner__content .banner-row {
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin-top: 107px;
}
@media (max-width: 992px) {
  .banner__content .banner-row {
    margin-top: 100px;
  }
  .banner__content .banner-row .col-sm-6 > img {
    width: 88%;
    margin-left: auto;
  }
}
@media (max-width: 767px) {
  .banner__content .banner-row {
    flex-direction: column-reverse;
  }
  .banner__content .banner-row .col-sm-6 > img {
    width: 75%;
    margin: auto;
  }
}
@media (max-width: 992px) {
  .banner__content {
    min-height: 450px;
  }
}
@media (max-width: 767px) {
  .banner__content {
    min-height: inherit;
    padding-bottom: 25px;
  }
}
.banner .slick-dots {
  position: absolute;
  bottom: 130px;
  max-width: 1200px;
  left: 50%;
  transform: translateX(-50%);
  text-align: left;
  padding-left: 10px;
}
.banner .slick-dots li {
  width: 10px;
  height: 10px;
}
.banner .slick-dots li button {
  width: 10px;
  height: 10px;
}
.banner .slick-dots li button:before {
  width: 10px;
  height: 10px;
  border-radius: 50%;
  background: rgba(255, 255, 255, 0.38);
  font-size: 0;
  opacity: 1;
}
.banner .slick-dots li.slick-active button:before {
  background-color: #e31855;
}
@media (max-width: 1200px) {
  .banner .slick-dots {
    left: 0;
    padding-left: 70px;
    transform: translateX(0);
  }
}
@media (max-width: 768px) {
  .banner .slick-dots {
    padding-left: 10px;
  }
}
@media (max-width: 767px) {
  .banner .slick-dots {
    bottom: 35px;
    text-align: center;
  }
}
.banner.merchant-banner {
  background: #F3FBF6;
}
.banner.merchant-banner .banner-row {
  margin-top: 125px;
}
.banner.merchant-banner .banner-row .col-sm-6 > img {
  width: 100%;
}
.banner.customer-banner .banner-row {
  margin-top: 125px;
}
.banner.customer-banner .banner__content {
  min-height: inherit;
  padding-bottom: 50px;
}
.banner.customer-banner .banner__content-title {
  margin: 40px 0 0;
}
@media (max-width: 992px) {
  .banner.customer-banner .banner__content {
    position: relative;
    min-height: 580px;
  }
}
.banner.book-demo-banner {
  background: #F3FBF6;
  padding-bottom: 100px;
}
.banner.book-demo-banner .banner-content-inner {
  margin-top: 140px;
}
.banner.book-demo-banner .banner-content-inner .section-header {
  padding: 0 0 50px 0;
}
.banner.book-demo-banner .banner-content-inner .section-header p {
  margin: 30px 0;
}
.banner.book-demo-banner .banner-content-inner .banner__content-title {
  margin-top: 50px;
}

.section-header {
  text-align: center;
  max-width: 65%;
  margin: auto;
  padding-bottom: 20px;
}
.section-header.width-full {
  max-width: 100%;
}
.section-header.width-full .title p {
  width: 70%;
  margin: 12px auto;
}
.section-header.with-black .title h2 {
  color: #1E1E1E;
}
.section-header.with-black .title p {
  color: #1E1E1E;
}
@media (max-width: 992px) {
  .section-header {
    max-width: 100%;
  }
}
@media (max-width: 767px) {
  .section-header {
    max-width: 100%;
  }
}
.section-header .title h2 {
  font-weight: 700;
  font-size: 50px;
  font-weight: 500;
  line-height: 60px;
  color: #fff;
  margin: 0;
  padding: 0;
}
.section-header .title h2 span {
  background: linear-gradient(103.8deg, #DC143C 1.22%, #FF2ED1 99.95%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  background-clip: text;
  color: transparent;
}
@media (max-width: 992px) {
  .section-header .title h2 {
    font-size: 34px;
  }
}
@media (max-width: 767px) {
  .section-header .title h2 {
    font-size: 26px;
    line-height: 36px;
  }
}
.section-header .title p {
  font-size: 17px;
  color: #fff;
  font-weight: 300;
  margin: 12px 0 0;
}
@media (max-width: 992px) {
  .section-header .title p {
    font-size: 15px;
  }
}
.section-header .see-more a {
  font-weight: 500;
  font-size: 13px;
  line-height: 29px;
  text-align: center;
  letter-spacing: 0.06em;
  text-transform: uppercase;
  color: #454545;
}
.section-header .see-more a img {
  margin-top: -5px;
  height: 11px;
  margin-left: 3px;
}

.experiental-engine {
  padding: 4rem 0;
  background: url(../images/exbg.png);
  background-position: bottom center;
  background-size: cover;
  background-repeat: no-repeat;
}
.experiental-engine-solutions {
  background: #fff;
}
.experiental-engine .card-tile {
  position: relative;
  margin: 15px 0;
  border-radius: 10px;
  overflow: hidden;
}
.experiental-engine .card-tile:before {
  position: absolute;
  content: "";
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background: linear-gradient(180deg, rgba(4, 4, 4, 0) 0%, #040404 83.66%);
}
.experiental-engine .card-tile .card-tile-img {
  width: 100%;
}
.experiental-engine .card-tile .card-tile-img img {
  width: 100%;
}
.experiental-engine .card-tile p {
  position: absolute;
  bottom: 20px;
  left: 20px;
  background: linear-gradient(90.85deg, #FF6F61 0%, #FFB400 100%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  background-clip: text;
  color: transparent;
  font-size: 30px;
  line-height: 32px;
  padding-right: 30px;
}
@media (max-width: 992px) {
  .experiental-engine .card-tile p {
    font-size: 18px;
    line-height: 24px;
    padding-right: 0px;
  }
}

.brand-choose {
  padding: 4rem 0;
  background: url(../images/exbg2.png);
  background-position: top center;
  background-size: cover;
  background-repeat: no-repeat;
}
.brand-choose .card-wrapper {
  margin-top: 30px;
}
.brand-choose .icon-card {
  background: linear-gradient(311deg, #DC143C 1.22%, #FF2ED1 99.95%);
  width: 100%;
  height: 350px;
  border-radius: 10px;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
}
@media (max-width: 767px) {
  .brand-choose .icon-card {
    margin-bottom: 15px;
  }
}
@media (max-width: 992px) {
  .brand-choose .icon-card {
    height: 250px;
  }
}
.brand-choose .icon-card .icon-box {
  width: inherit;
  height: 90px;
  text-align: center;
}
.brand-choose .icon-card .icon-box img {
  width: auto;
  height: 100%;
}
.brand-choose .icon-card p {
  margin: 0;
  color: #fff;
  font-size: 26px;
  max-width: 60%;
  text-align: center;
  line-height: 30px;
  font-weight: 700;
  margin-top: 30px;
}
@media (max-width: 992px) {
  .brand-choose .icon-card p {
    max-width: 100%;
    font-size: 22px;
    line-height: 26px;
  }
}
.brand-choose .btn-area {
  margin-top: 40px;
}

.vertical-slider {
  display: flex;
  align-items: start;
  justify-content: space-between;
}
@media (max-width: 767px) {
  .vertical-slider {
    flex-direction: column;
  }
}
.vertical-slider .thumb-slider {
  width: 100px;
}
@media (max-width: 767px) {
  .vertical-slider .thumb-slider {
    width: 100%;
  }
}
.vertical-slider .thumb-slider .thumb-inner {
  width: 100px;
  height: 100px;
  border-radius: 5px;
  overflow: hidden;
  margin: 5px 0;
}
@media (max-width: 767px) {
  .vertical-slider .thumb-slider .thumb-inner {
    width: 75px;
    height: 75px;
  }
}
.vertical-slider .thumb-slider .thumb-inner img {
  width: 100%;
  height: 100%;
}
.vertical-slider .main-slider {
  width: calc(100% - 120px);
}
@media (max-width: 767px) {
  .vertical-slider .main-slider {
    width: 100%;
  }
}
.vertical-slider .main-slider .details-img {
  height: 480px;
  width: 100%;
  border-radius: 12px;
  overflow: hidden;
}
@media (max-width: 767px) {
  .vertical-slider .main-slider .details-img {
    height: 320px;
  }
}
.vertical-slider .main-slider .details-img img {
  width: 100%;
  height: 100%;
  -o-object-fit: fill;
     object-fit: fill;
}
.vertical-slider .main-slider .img-content {
  padding-top: 20px;
}
.vertical-slider .main-slider .img-content h3 {
  background: linear-gradient(103.8deg, #DC143C 1.22%, #FF2ED1 99.95%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  background-clip: text;
  color: transparent;
  font-size: 34px;
}
.vertical-slider .main-slider .img-content > span {
  font-size: 34px;
  color: #1E1E1E;
}
.vertical-slider .main-slider .img-content p {
  font-size: 22px;
  font-weight: 300;
  margin: 0;
  padding: 20px 0;
}
.vertical-slider .main-slider .img-content ul {
  display: flex;
  align-items: center;
  justify-content: start;
  gap: 25px;
  list-style: none;
  padding: 0;
  margin: 20px 0 40px;
}
.vertical-slider .main-slider .img-content ul li {
  width: 36px;
  height: 36px;
}
.vertical-slider .main-slider .img-content ul li img {
  width: 100%;
  height: 100%;
  -o-object-fit: contain;
     object-fit: contain;
}

.the-people-content {
  margin: 20px 0;
}
.the-people-content .first-row {
  display: flex;
  align-items: end;
  gap: 20px;
}
@media (max-width: 767px) {
  .the-people-content .first-row {
    flex-direction: column-reverse;
  }
}
.the-people-content .first-row .people-image {
  width: 44%;
}
@media (max-width: 767px) {
  .the-people-content .first-row .people-image {
    width: 100%;
  }
}
.the-people-content .first-row .people-image img {
  width: 100%;
}
.the-people-content .first-row .people-image:nth-child(2) {
  width: 49%;
}
@media (max-width: 767px) {
  .the-people-content .first-row .people-image:nth-child(2) {
    width: 100%;
  }
}
.the-people-content .first-row .people-copy {
  width: 35%;
  padding: 0 0 60px 25px;
}
@media (max-width: 767px) {
  .the-people-content .first-row .people-copy {
    width: 100%;
    padding: 0 0 0 25px;
  }
}
.the-people-content .first-row .people-copy h3 {
  color: #1E1E1E;
  font-size: 55px;
}
.the-people-content .first-row .people-copy h3 span {
  background: linear-gradient(103.8deg, #DC143C 1.22%, #FF2ED1 99.95%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  background-clip: text;
  color: transparent;
  font-weight: 700;
}
@media (max-width: 1100px) {
  .the-people-content .first-row .people-copy h3 {
    font-size: 45px;
  }
}
@media (max-width: 992px) {
  .the-people-content .first-row .people-copy h3 {
    font-size: 32px;
  }
}
.the-people-content .second-row {
  display: flex;
  align-items: start;
  gap: 20px;
  margin-top: 20px;
  justify-content: flex-end;
}
@media (max-width: 767px) {
  .the-people-content .second-row {
    flex-direction: column;
  }
}
.the-people-content .second-row .second-people-img {
  width: 48%;
}
@media (max-width: 767px) {
  .the-people-content .second-row .second-people-img {
    width: 100%;
  }
}
.the-people-content .second-row .second-people-img img {
  width: 100%;
}
.the-people-content .second-row .second-people-img:first-child {
  margin-top: 15px;
}

.ready-power .ready-left-img {
  width: 100%;
}
.ready-power .ready-left-img img {
  width: 100%;
}
.ready-power .ready-form {
  padding: 20px 15px;
}
@media (max-width: 992px) {
  .ready-power .ready-form {
    padding: 5px;
  }
}
.ready-power .ready-form .form-group {
  margin-bottom: 20px;
}
@media (max-width: 992px) {
  .ready-power .ready-form .form-group {
    margin-bottom: 10px;
  }
}
.ready-power .ready-form .button-area {
  margin-top: 30px;
}
@media (max-width: 992px) {
  .ready-power .ready-form .button-area {
    margin-top: 12px;
  }
}

.form-control {
  color: #1E1E1E;
  border-radius: 10px;
  border: 0px solid;
  border-bottom: 1px solid rgba(13, 13, 13, 0.5019607843);
  background: transparent;
  font-size: 16px;
  font-style: normal;
  font-weight: 300;
  line-height: 26px;
  padding: 5px;
  border-radius: 0;
  box-shadow: none;
  height: inherit;
}
@media (max-width: 992px) {
  .form-control {
    line-height: 20px;
  }
}

.cta-footer {
  z-index: 1;
  position: relative;
}

.cta-footer-inner {
  margin-top: 60px;
  background: url(../images/cta-footer.png);
  background-repeat: no-repeat;
  background-position: bottom right;
  padding: 20px 30px;
  min-height: 345px;
  background-size: cover;
  border-radius: 12px;
  border: 1px solid #ddd;
}
.cta-footer-inner .cta-content {
  width: 40%;
}
@media (max-width: 992px) {
  .cta-footer-inner .cta-content {
    width: 60%;
  }
}
@media (max-width: 767px) {
  .cta-footer-inner .cta-content {
    width: 310px;
  }
}
@media (max-width: 380px) {
  .cta-footer-inner .cta-content {
    width: 100%;
  }
}
.cta-footer-inner .cta-content h3 {
  color: #fff;
  font-size: 50px;
  font-weight: 700;
}
@media (max-width: 767px) {
  .cta-footer-inner .cta-content h3 {
    font-size: 40px;
  }
}
@media (max-width: 380px) {
  .cta-footer-inner .cta-content h3 {
    font-size: 32px;
  }
}
.cta-footer-inner .cta-content h3 span {
  background: linear-gradient(103.8deg, #DC143C 1.22%, #FF2ED1 99.95%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  background-clip: text;
  color: transparent;
}
.cta-footer-inner .cta-content p {
  color: #fff;
  font-size: 18px;
  font-weight: 200;
  margin-top: 25px;
}
@media (max-width: 767px) {
  .cta-footer-inner .cta-content p {
    font-size: 20px;
  }
}
@media (max-width: 380px) {
  .cta-footer-inner .cta-content p {
    font-size: 16px;
  }
}
.cta-footer-inner .cta-content ul {
  padding: 0;
  display: flex;
  align-items: center;
  gap: 15px;
  list-style: none;
  margin: 25px 0 0;
}
.cta-footer-inner .cta-content ul li i {
  width: 32px;
  height: 32px;
  line-height: 32px;
  text-align: center;
  background: #fff;
  font-size: 16px;
  color: #1E1E1E;
  border-radius: 50%;
}
@media (max-width: 580px) {
  .cta-footer-inner .cta-content ul.list-unstyled {
    flex-direction: column;
  }
}

.what-drives {
  padding-top: 20px;
}

.icon-card-area {
  display: flex;
  align-items: start;
  justify-content: space-between;
  flex-wrap: wrap;
  padding: 10px 5%;
}
@media (max-width: 767px) {
  .icon-card-area {
    flex-direction: column;
  }
}
.icon-card-area .icon-card {
  display: flex;
  align-items: center;
  justify-content: start;
  gap: 25px;
  width: calc(50% - 35px);
  margin-bottom: 25px;
}
@media (max-width: 767px) {
  .icon-card-area .icon-card {
    width: 100%;
  }
}
.icon-card-area .icon-card .icon-box {
  width: 80px;
  height: 80px;
  border-radius: 50%;
}
.icon-card-area .icon-card .icon-box img {
  width: 100%;
}
.icon-card-area .icon-card .icon-copy h2 {
  font-size: 26px;
  color: #0d0d0d;
  font-weight: 700;
  margin: 0 0 5px 0;
}
.icon-card-area .icon-card .icon-copy p {
  font-size: 18px;
  margin: 0;
  color: #0d0d0d;
  font-weight: 300;
}

.grid-wrapper {
  display: grid;
  grid-template-columns: 0.7fr 1.4fr 1.1fr;
  grid-auto-rows: 200px;
  gap: 16px;
  max-width: 1200px;
  margin: 0 auto;
}
@media (max-width: 768px) {
  .grid-wrapper {
    grid-template-columns: 1fr;
    grid-auto-rows: 250px;
  }
}
.grid-wrapper .ibox {
  width: 100%;
  height: 100%;
  overflow: hidden;
  border-radius: 12px;
  box-shadow: 0 4px 6px rgba(0, 0, 0, 0.1);
  transition: transform 0.3s ease, box-shadow 0.3s ease;
}
.grid-wrapper .ibox:hover {
  transform: translateY(-4px);
  box-shadow: 0 8px 12px rgba(0, 0, 0, 0.15);
}
.grid-wrapper .ibox img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  display: block;
}
.grid-wrapper .ibox:nth-child(1) {
  grid-row: span 2;
}
.grid-wrapper .ibox:nth-child(2) {
  grid-column: 2;
  grid-row: 1/span 3;
}
.grid-wrapper .ibox:nth-child(3) {
  grid-column: 3;
  grid-row: span 2;
}
.grid-wrapper .ibox:nth-child(4) {
  grid-column: 1;
  grid-row: 3;
}
.grid-wrapper .ibox:nth-child(5) {
  background: url(../images/ibox-bg.png) center;
  grid-column: 3;
  grid-row: 3;
  display: flex;
  align-items: center;
  justify-content: center;
}
@media (max-width: 768px) {
  .grid-wrapper .ibox {
    grid-column: 1 !important;
    grid-row: auto !important;
  }
}
.grid-wrapper .ibox .ibox-inner h2 {
  color: #fff;
  font-weight: 300;
  font-size: 28px;
  margin: 0;
}
.grid-wrapper .ibox .ibox-inner h3 {
  text-transform: uppercase;
  font-size: 60px;
  line-height: 1.2;
  margin: 0;
  letter-spacing: 2px;
  font-weight: 700;
  background: linear-gradient(103.8deg, #DC143C 1.22%, #FF2ED1 99.95%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  background-clip: text;
  color: transparent;
}
.grid-wrapper .ibox .ibox-inner p {
  text-transform: uppercase;
  margin: 0;
  font-size: 30px;
  line-height: 1;
  background: linear-gradient(90.85deg, #FF6F61 0%, #FFB400 100%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  background-clip: text;
}

.features-case {
  padding: 30px 0 10px;
}
.features-case .slick-slide img {
  display: block;
  width: 100%;
}
.features-case .slick-slider .slick-slide {
  padding: 0 15px;
}

.contact-us {
  max-width: 1350px;
  margin: 50px auto 0;
  background: url(../images/contact-bg.png);
  background-repeat: no-repeat;
  background-position: top right;
  background-size: auto;
  border-radius: 12px;
  overflow: hidden;
  padding: 35px 45px 35px 90px;
}
.contact-us .contact-copy p {
  background: linear-gradient(103.8deg, #DC143C 1.22%, #FF2ED1 99.95%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  background-clip: text;
  color: transparent;
  margin: 20px 0 40px;
  font-weight: 500;
  font-size: 24px;
}
.contact-us .contact-copy h2 {
  color: #fff;
  font-size: 32px;
}
.contact-us .contact-copy h3 {
  background: linear-gradient(103.8deg, #DC143C 1.22%, #FF2ED1 99.95%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  background-clip: text;
  color: transparent;
  font-size: 54px;
  font-weight: 600;
  margin: 0;
  max-width: 300px;
  margin-bottom: 80px;
}
.contact-us .email-div {
  margin: 45px 0;
}
.contact-us .email-div h4 {
  color: #fff;
  font-size: 22px;
  font-weight: 500;
}
.contact-us .email-div a {
  color: rgba(255, 255, 255, 0.65);
  font-size: 16px;
  font-weight: 300;
}
.contact-us .email-div p {
  color: rgba(255, 255, 255, 0.65);
  font-size: 16px;
  font-weight: 300;
  max-width: 180px;
  margin: 0;
  line-height: 20px;
}
.contact-us .contact-form-inner {
  background-color: #fff;
  border-radius: 8px;
  padding: 40px 30px;
}
.contact-us .contact-form-inner h3 {
  margin: 0;
  background: linear-gradient(103.8deg, #DC143C 1.22%, #FF2ED1 99.95%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  background-clip: text;
  color: transparent;
  font-weight: 700;
  margin-bottom: 40px;
}
.contact-us .contact-form-inner .form-group label {
  color: rgba(13, 13, 13, 0.5019607843);
  font-weight: 300;
}
.contact-us .contact-form-inner .form-group .form-control {
  line-height: 30px;
  margin-bottom: 30px;
  border-bottom: 1px solid rgba(13, 13, 13, 0.1);
}
.contact-us .contact-form-inner .form-group .form-control:hover, .contact-us .contact-form-inner .form-group .form-control:focus {
  box-shadow: none;
  background: rgba(236, 236, 236, 0.33);
}
.contact-us .button-area {
  margin-top: 60px;
}

.work-inner-details {
  position: relative;
  padding: 30rem 0 0;
}
.work-inner-details .work-photo {
  position: absolute;
  right: 60px;
  bottom: 0;
  width: 40%;
}
.work-inner-details .work-photo img {
  width: 100%;
}
.work-inner-details .content-copy {
  width: 40%;
  margin-left: 0;
  padding-bottom: 12rem;
}
.work-inner-details .content-copy h1 {
  font-size: 36px;
  font-weight: 700;
  color: #fff;
}
.work-inner-details .content-copy h1 span {
  background: linear-gradient(103.8deg, #DC143C 1.22%, #FF2ED1 99.95%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  background-clip: text;
  color: transparent;
}
.work-inner-details .content-copy p {
  font-size: 20px;
  font-weight: 300;
  color: #fff;
  margin: 20px 0 30px;
}

.work-inner {
  background: url(../images/work-bg.png);
  background-repeat: no-repeat;
  background-size: cover;
  position: relative;
  padding: 30px;
  border-radius: 12px;
}
.work-inner .work-photo {
  position: absolute;
  right: 60px;
  bottom: 0;
  width: 300px;
}
.work-inner .work-photo img {
  width: 100%;
}
.work-inner .content-copy {
  width: 40%;
  margin-left: 45px;
  padding: 20px 0;
}
.work-inner .content-copy h1 {
  font-size: 36px;
  font-weight: 700;
  color: #fff;
}
.work-inner .content-copy h1 span {
  background: linear-gradient(103.8deg, #DC143C 1.22%, #FF2ED1 99.95%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  background-clip: text;
  color: transparent;
}
.work-inner .content-copy p {
  font-size: 20px;
  font-weight: 300;
  color: #fff;
  margin: 20px 0 30px;
}
.work-inner .content-copy ul {
  list-style: none;
  display: flex;
  align-items: center;
  padding: 0;
  gap: 20px;
  margin-bottom: 30px;
}
.work-inner .content-copy ul li img {
  height: 36px;
  width: auto;
}

.our-works {
  margin: 45px 0 0;
}

.make-digital-wrapper {
  overflow: hidden;
  position: relative;
  padding: 15px 0;
}
.pagingInfo {
  position: absolute;
  bottom: 4px;
  right: 40px;
  font-size: 16px;
}
.pagingInfo b {
  color: #e31855;
  font-weight: 500;
}

.featured-digital-slider {
  padding-top: 53px;
  padding-bottom: 35px;
  margin-bottom: 0;
  margin-left: -30px;
  margin-right: -30px;
}
.featured-digital-slider:before {
  position: absolute;
  content: "";
  left: 0;
  width: 130px;
  height: 190px;
  background: linear-gradient(90deg, #ffffff 40%, rgba(255, 255, 255, 0) 100%);
  top: 0;
  z-index: 1;
}
.featured-digital-slider:after {
  position: absolute;
  content: "";
  right: 0;
  width: 130px;
  height: 190px;
  background: linear-gradient(269deg, #ffffff 40%, rgba(255, 255, 255, 0) 100%);
  top: 0;
  z-index: 1;
}
.featured-digital-slider .slick-list {
  padding: 0 !important;
}
@media (max-width: 992px) {
  .featured-digital-slider .slick-list {
    padding: 0 !important;
  }
}
.featured-digital-slider .slick-dots {
  bottom: -20px;
  margin-left: -100px;
}
@media (max-width: 992px) {
  .featured-digital-slider .slick-dots {
    margin-left: 0;
    width: 100vw;
  }
}
.featured-digital-slider .slick-dots li {
  width: 10px;
  height: 10px;
  transition: all ease-in-out 0.2s;
}
.featured-digital-slider .slick-dots li button {
  width: 10px;
  height: 10px;
}
.featured-digital-slider .slick-dots li button:before {
  font-size: 0;
  height: 10px;
  left: 0;
  width: 10px;
  background: #1DB954;
  border-radius: 7px;
}
.featured-digital-slider .slick-dots li.slick-active {
  width: 30px;
  background: #e31855;
  border-radius: 10px;
  transition: all ease-in-out 0.2s;
}
.featured-digital-slider .featured-digital-item .card-contents {
  display: flex;
  align-items: center;
  justify-content: space-around;
  padding: 45px 28px;
  border-radius: 20px;
  border: 1px solid rgba(29, 185, 84, 0.1);
  background: #F7F8F9;
  overflow: hidden;
  gap: 7px;
}
.featured-digital-slider .featured-digital-item .card-contents-copy h3 {
  font-size: 18px;
  color: #3c3b3b;
  font-weight: 500;
  line-height: 20px;
  padding: 0;
  margin: 0;
}
@media (max-width: 767px) {
  .featured-digital-slider .featured-digital-item .card-contents-copy h3 {
    text-align: center;
  }
}
.featured-digital-slider .featured-digital-item .card-contents-copy p {
  margin: 20px 0 0;
  font-size: 16px;
  color: #595959;
  font-weight: 300;
  line-height: 26px;
  padding: 0;
}
@media (max-width: 767px) {
  .featured-digital-slider .featured-digital-item .card-contents-copy p {
    text-align: center;
  }
}
.featured-digital-slider .featured-digital-item .card-contents .icon {
  width: 80px;
  height: 80px;
}
@media (max-width: 767px) {
  .featured-digital-slider .featured-digital-item .card-contents .icon {
    margin-bottom: 25px;
  }
}
.featured-digital-slider .featured-digital-item .card-contents .icon img {
  width: 80px;
  height: auto;
}
@media (max-width: 767px) {
  .featured-digital-slider .featured-digital-item .card-contents {
    flex-direction: column-reverse;
    align-items: center;
    justify-content: center;
    padding: 25px 15px;
  }
}
.featured-digital-slider h2 {
  font-weight: 700;
  font-size: 13px;
  line-height: 22px;
  letter-spacing: 0.06em;
  text-transform: uppercase;
  color: #373737;
  padding: 10px;
  margin: 0;
}
.featured-digital-slider p {
  font-weight: 300;
  font-size: 13px;
  line-height: 20px;
  letter-spacing: 0.06em;
  margin-top: 5px;
  color: #454545;
  padding: 0 10px 0 10px;
  margin: 0;
}
.featured-digital-slider .post-date {
  font-weight: 300;
  font-size: 13px;
  line-height: 29px;
  letter-spacing: 0.06em;
  display: block;
  margin: 0;
  padding: 5px 0 10px 10px;
  color: #828282;
}
.featured-digital-slider .slick-slide {
  margin: 0 15px;
}
@media (max-width: 992px) {
  .featured-digital-slider .slick-slide {
    margin: 0 15px;
  }
}
.featured-digital-slider .slick-slide img {
  margin: auto;
}
.featured-digital-slider .next-arrow {
  position: absolute;
  right: 16%;
  bottom: -26px;
  border: none;
  width: 24px;
  height: 24px;
  background: url(../images/prev-arrow.svg);
  background-repeat: no-repeat;
}
@media (max-width: 1024px) {
  .featured-digital-slider .next-arrow {
    left: -9%;
  }
}
@media (max-width: 992px) {
  .featured-digital-slider .next-arrow {
    left: 72%;
    top: -62px;
  }
}
.featured-digital-slider .prev-arrow {
  position: absolute;
  right: 21%;
  bottom: -26px;
  border: none;
  width: 24px;
  height: 24px;
  transform: rotate(180deg);
  background: url(../images/prev-arrow.svg);
  background-repeat: no-repeat;
}
@media (max-width: 992px) {
  .featured-digital-slider .prev-arrow {
    left: 65%;
    top: -62px;
  }
}
@media (max-width: 767px) {
  .featured-digital-slider .prev-arrow {
    left: 60%;
  }
}

.date-year {
  margin-top: 50px;
  padding-bottom: 20px;
  border-bottom: 1px solid #e6e6e6;
}

@media (max-width: 767px) {
  .details-col {
    margin: 0 0 25px 0;
  }
}
.details-col .year-title {
  font-weight: 300;
  font-size: 17px;
  line-height: 1;
  color: #0D0D0D;
  padding-bottom: 14px;
  margin: 0;
}
.details-col .year-date {
  font-size: 18px;
  line-height: 1;
  text-transform: capitalize;
  color: #171717;
  font-weight: 500;
  margin: 0;
}
@media (max-width: 767px) {
  .details-col.text-right {
    text-align: left;
  }
}

.objective-img-box {
  width: 100%;
}
.objective-img-box img {
  width: 100%;
}

.objective-area {
  text-align: center;
  padding: 30px 0;
}
.objective-area h3 {
  font-size: 26px;
  font-weight: 700;
  background: linear-gradient(90.85deg, #FF6F61 0%, #FFB400 100%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  background-clip: text;
  color: transparent;
  margin: 0;
}
.objective-area h2 {
  font-size: 50px;
  font-weight: 700;
  margin: 0;
  padding: 15px 0;
}
.objective-area h2 span {
  background: linear-gradient(103.8deg, #DC143C 1.22%, #FF2ED1 99.95%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  background-clip: text;
  color: transparent;
}
.objective-area p {
  font-size: 18px;
  line-height: 24px;
  font-weight: 300;
}

.objective-copy ul {
  padding: 0;
  list-style: none;
}
.objective-copy ul li {
  position: relative;
  font-size: 18px;
  font-weight: 300;
  padding-left: 15px;
  margin-bottom: 12px;
  line-height: 24px;
  min-height: 48px;
  display: flex;
  align-items: center;
}
.objective-copy ul li:before {
  position: absolute;
  content: "";
  top: 2px;
  left: 0;
  height: 44px;
  width: 3px;
  background: linear-gradient(103.8deg, #DC143C 1.22%, #FF2ED1 99.95%);
  border-radius: 2px;
}
.objective-copy p {
  font-size: 18px;
  font-weight: 300;
  line-height: 24px;
  margin: 30px 0 0 0;
}

.our-solutions {
  background: #FDFDFD;
  margin: 50px 0;
  box-shadow: inset 0 15px 30px rgba(0, 0, 0, 0.1);
  padding: 15px 0;
}

.single-box {
  border-radius: 10px;
  background: linear-gradient(103.8deg, rgba(220, 20, 60, 0.1) 1.22%, rgba(255, 46, 209, 0.1) 99.95%);
  padding: 15px;
  min-width: 24%;
}
@media (max-width: 767px) {
  .single-box {
    width: 48%;
  }
}
@media (max-width: 480px) {
  .single-box {
    width: 100%;
  }
}

.solution-box {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 15px;
}
@media (max-width: 767px) {
  .solution-box {
    flex-wrap: wrap;
  }
}
@media (max-width: 480px) {
  .solution-box {
    flex-direction: column;
  }
}
.solution-box .single-box span {
  font-size: 75px;
  line-height: 60px;
  display: block;
  background: linear-gradient(103.8deg, #DC143C 1.22%, #FF2ED1 99.95%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  background-clip: text;
  color: transparent;
}
.solution-box .single-box p {
  font-size: 38px;
  color: #0d0d0d;
  margin: 0;
  font-weight: 500;
  line-height: 40px;
  padding: 80px 0 10px;
}
@media (max-width: 992px) {
  .solution-box .single-box p {
    font-size: 30px;
  }
}

.four-boxs {
  display: flex;
  align-items: center;
  justify-content: space-between;
  flex-wrap: wrap;
  gap: 10px;
  padding-bottom: 35px;
}
.four-boxs .each-four {
  background: linear-gradient(103.8deg, rgba(220, 20, 60, 0.05) 1.22%, rgba(255, 46, 209, 0.05) 99.95%);
  width: calc(50% - 5px);
  border-radius: 8px;
}
.four-boxs .each-four p {
  margin: 0;
  padding: 25px;
  font-size: 18px;
  line-height: 24px;
  font-weight: 300;
}

video-section .video-container {
  width: 100%;
  position: relative;
  overflow: hidden;
  border-radius: 20px;
  height: 500px;
}

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

.video-section .video-container .play-button {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  border: none;
  color: white;
  font-size: 2.5rem;
  width: 120px;
  height: 120px;
  border-radius: 50%;
  cursor: pointer;
  transition: background 0.3s ease;
  background: transparent;
}

.video-section .video-container .play-button img {
  width: 100%;
}

.video-section .video-container .video {
  display: none;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
}

.video-thum {
  position: relative;
}

.video-thum:before {
  position: absolute;
  content: "";
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.7);
}

.gallary-photo {
  margin-top: 70px;
}
.gallary-photo .each-gallry {
  height: 550px;
}
.gallary-photo .each-gallry img {
  width: 100%;
}
.gallary-photo .slick-dots {
  bottom: 12px;
}
.gallary-photo .slick-dots li button {
  border-radius: 50%;
  background: rgba(255, 255, 255, 0.1490196078);
}
.gallary-photo .slick-dots li button:before {
  font-size: 0;
}
.gallary-photo .slick-dots li.slick-active button {
  background: linear-gradient(103.8deg, #DC143C 1.22%, #FF2ED1 99.95%);
}

.video-section .video-container {
  width: 100%;
  position: relative;
  overflow: hidden;
  border-radius: 20px;
  height: 500px;
}

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

.video-section .video-container .play-button {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  border: none;
  color: white;
  font-size: 2.5rem;
  width: 120px;
  height: 120px;
  border-radius: 50%;
  cursor: pointer;
  transition: background 0.3s ease;
  background: transparent;
}

.video-section .video-container .play-button img {
  width: 100%;
}

.video-section .video-container .video {
  display: none;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
}

.video-thum {
  position: relative;
}

.video-thum:before {
  position: absolute;
  content: "";
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.7);
}

.gallary-photo {
  margin-top: 70px;
}

.gallary-photo .each-gallry img {
  width: 100%;
}

.next-prev-inner {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.next-prev-inner a {
  font-style: normal;
  font-weight: 500;
  font-size: 34px;
  line-height: 1;
  text-align: center;
  color: #1B1C20;
}
.next-prev-inner a img {
  height: 40px;
}
.next-prev-inner a img.rotate-arrow {
  transform: rotate(180deg);
}

@media (max-width: 767px) {
  .case_study-template-default .work-inner-details {
    padding-top: 2rem;
  }
  .case_study-template-default .work-inner-details .content-copy {
    width: 100%;
  }
  .case_study-template-default .work-inner-details .work-photo {
    position: absolute;
    right: 10px;
    bottom: -25px;
    width: 40%;
  }
}
.footer {
  background: url(../images/footer.png);
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
  padding: 250px 0 50px 0;
  margin-top: -170px;
  z-index: 0;
}
.footer .footer-bottom .footer-logo img {
  width: 150px;
}
.footer .footer-bottom .footer-logo p {
  color: rgba(255, 255, 255, 0.5);
  padding: 30px 0 0;
  font-size: 14px;
  max-width: 300px;
  font-weight: 200;
}
@media (max-width: 767px) {
  .footer .footer-bottom .footer-nav {
    margin-top: 30px;
  }
}
.footer .footer-bottom .footer-nav .footer-title {
  background: linear-gradient(103.8deg, #DC143C 1.22%, #FF2ED1 99.95%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  background-clip: text;
  color: transparent;
  font-size: 18px;
  font-weight: 500;
}
.footer .footer-bottom .footer-nav ul {
  padding: 0;
  list-style: none;
  margin-top: 30px;
}
@media (max-width: 767px) {
  .footer .footer-bottom .footer-nav ul {
    margin-top: 15px;
  }
}
.footer .footer-bottom .footer-nav ul li {
  margin: 20px 0 0;
  display: flex;
  align-items: baseline;
  gap: 15px;
}
.footer .footer-bottom .footer-nav ul li a {
  font-size: 15px;
  color: rgba(255, 255, 255, 0.5);
  font-weight: 200;
}
.footer .footer-bottom .footer-nav ul li p {
  font-size: 15px;
  color: rgba(255, 255, 255, 0.5);
  font-weight: 200;
}

body {
  font-family: "Inter", sans-serif;
}/*# sourceMappingURL=style.css.map */