@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 {
  padding: 10px 20px !important;
  display: inline-flex !important;
  gap: 10px;
  border-radius: 8px;
  background-image: url(../images/button-cta-bg.png);
  background-size: 100% 100%;
  background-repeat: no-repeat;
}
.btn-top:hover:before {
  width: 0 !important;
}
.btn-top span {
  color: #fff;
  padding-top: 5px;
}
.btn-top img {
  width: 20px;
  height: auto;
}
.btn-top:hover, .btn-top:focus {
  background-color: transparent !important;
  box-shadow: none;
  outline: none;
}
@media (max-width: 992px) {
  .btn-top {
    padding: 8px 10px !important;
  }
}

.header .newBg {
  background: rgba(0, 0, 0, 0.92) !important;
  box-shadow: 0 0 5px 0px rgba(50, 50, 50, 0.65);
}
.header .newBg.navbar {
  padding: 0;
  transition: all ease-in-out 0.4s;
}
.header .newBg.navbar-main {
  margin-top: 7px;
  margin-bottom: 7px;
}
.header .newBg.navbar ul.navbar-nav li.current-menu-ancestor > a:before, .header .newBg.navbar ul.navbar-nav li.current-menu-item > a:before {
  bottom: 22px;
}
.header .newBg.navbar ul.navbar-nav li > a {
  padding: 31px 0 22px;
}
.header .newBg.navbar ul.navbar-nav li > a:before {
  bottom: 22px;
}
@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: rgba(13, 13, 13, 0.5019607843);
  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: 5px;
  }
}
.header .navbar ul.navbar-nav li {
  padding: 0;
  position: relative;
}
.header .navbar ul.navbar-nav li.current-menu-ancestor > a:before, .header .navbar ul.navbar-nav li.current-menu-item > a:before {
  position: absolute;
  content: "";
  bottom: 25px;
  left: 50%;
  transform: translateX(-50%);
  width: 100%;
  height: 2px;
  background: linear-gradient(103.8deg, #DC143C 1.22%, #FF2ED1 99.95%);
  transition: all ease-in-out 0.4s;
}
@media (max-width: 767px) {
  .header .navbar ul.navbar-nav li.current-menu-ancestor > a:before, .header .navbar ul.navbar-nav li.current-menu-item > a:before {
    width: 0;
  }
}
.header .navbar ul.navbar-nav li a {
  display: block;
  font-size: 16px;
  line-height: 1.3;
  color: #fff;
  font-weight: 500;
  padding: 36px 0 28px;
  margin: 0 0 0 50px;
  position: relative;
  cursor: pointer;
  text-transform: uppercase;
}
.header .navbar ul.navbar-nav li a.btn-top {
  text-transform: inherit;
  margin-top: -5px;
  align-items: center;
  justify-content: center;
}
.header .navbar ul.navbar-nav li a.btn-top:before {
  display: none;
}
.header .navbar ul.navbar-nav li a:before {
  position: absolute;
  content: "";
  bottom: 25px;
  left: 50%;
  transform: translateX(-50%);
  width: 0;
  height: 2px;
  background: linear-gradient(103.8deg, #DC143C 1.22%, #FF2ED1 99.95%);
  transition: all ease-in-out 0.4s;
}
.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: 20px 20px !important;
  margin: 0;
  border-bottom: 1px solid rgba(255, 255, 255, 0.05);
}
.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;
  }
  .header .navbar-main .phone-flag {
    display: flex;
    align-items: center;
    justify-content: space-between;
  }
  .header .navbar.newBg .navbar-main {
    margin: 0;
  }
  .navbar-right {
    margin-right: 0;
    display: flex;
    align-items: center;
  }
}
@media screen and (max-width: 767px) {
  .sidenav-overlay {
    background: rgba(7, 7, 7, 0.16);
    display: none;
    height: 100%;
    left: 0;
    position: fixed;
    top: 0;
    width: 100%;
    z-index: 99;
    backdrop-filter: blur(10px);
    -webkit-backdrop-filter: blur(15px);
  }
  .sidenav {
    transform: translate(-290px, 0);
    background: rgba(0, 0, 0, 0.4);
    backdrop-filter: blur(10px);
    -webkit-backdrop-filter: blur(10px);
    border-radius: 0 10px 10px 0;
    transform: translate(-290px, 0);
  }
  .navbar-fixed-top .navbar-collapse,
  .navbar-fixed-bottom .navbar-collapse {
    max-height: inherit;
  }
  .sidenav-logo {
    margin-top: 20px;
    margin-bottom: 20px;
    margin-left: 15px;
  }
  .sidenav-logo img {
    width: 130px;
    height: auto;
  }
  .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;
    margin-top: 0;
  }
  .navbar ul li a {
    padding: 10px 20px !important;
    font-size: 13px;
    font-weight: normal;
  }
  .navbar-default .navbar-toggle:hover, .navbar-default .navbar-toggle:focus {
    background-color: transparent;
  }
  .navbar-default .navbar-collapse {
    box-shadow: none;
    border-color: transparent !important;
  }
  .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;
    font-size: 15px;
  }
  .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;
  }
  .sidenav-no-scroll .header .navbar-toggle .icon-bar:nth-child(2) {
    display: none;
  }
  .sidenav-no-scroll .header .navbar-toggle .icon-bar:nth-child(3) {
    transform: rotate(45deg);
    position: absolute;
    right: 0;
  }
  .sidenav-no-scroll .header .navbar-toggle .icon-bar:nth-child(4) {
    width: 27px;
    transform: rotate(-45deg);
    position: absolute;
    right: 0;
  }
}
.menu-large {
  position: static !important;
}

.megamenu {
  padding: 20px 0px;
  width: 100%;
}

.megamenu > li > ul {
  padding: 0;
  margin: 0;
}

.megamenu > li > ul > li {
  list-style: none;
}

.megamenu > li > ul > li > a {
  display: block;
  padding: 3px 20px;
  clear: both;
  font-weight: normal;
  line-height: 1.428571429;
  color: #333333;
  white-space: normal;
}

.megamenu > li ul > li > a:hover,
.megamenu > li ul > li > a:focus {
  text-decoration: none;
  color: #262626;
  background-color: #f5f5f5;
}

.megamenu.disabled > a,
.megamenu.disabled > a:hover,
.megamenu.disabled > a:focus {
  color: #999999;
}

.navbar-default .navbar-nav > li > a:focus, .navbar-default .navbar-nav > li > a:hover {
  color: #00A7E8;
}

.megamenu.disabled > a:hover,
.megamenu.disabled > a:focus {
  text-decoration: none;
  background-color: transparent;
  background-image: none;
  filter: progid:DXImageTransform.Microsoft.gradient(enabled = false);
  cursor: not-allowed;
}

.megamenu.dropdown-header {
  color: #428bca;
  font-size: 18px;
}

@media (max-width: 768px) {
  .megamenu {
    margin-left: 0;
    margin-right: 0;
  }
  .megamenu > li {
    margin-bottom: 30px;
  }
  .megamenu > li:last-child {
    margin-bottom: 0;
  }
  .megamenu.dropdown-header {
    padding: 3px 15px !important;
  }
  .navbar-nav .open .dropdown-menu .dropdown-header {
    color: #fff;
  }
}
.navbar-right .dropdown-menu ul {
  display: flex;
  align-items: start;
  justify-content: space-between;
  flex-wrap: wrap;
  list-style: none;
  padding: 0;
  max-width: 1200px;
  margin: auto;
  position: relative;
}

.navbar-right .dropdown-menu ul:before {
  position: absolute;
  content: "";
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  background-color: rgba(13, 13, 13, 0.8);
  filter: blur(50px);
}

.navbar-right .dropdown-menu {
  background: rgba(13, 13, 13, 0.5019607843);
}

.navbar-right .dropdown-menu ul li {
  width: 48%;
}

.navbar-right .dropdown-menu ul li a {
  padding-left: 0 !important;
  text-transform: inherit !important;
}

.navbar-right .dropdown-menu ul li a p {
  font-size: 16px;
  margin: 0;
}

.navbar-right .dropdown-menu ul li a span {
  font-weight: 300;
  font-size: 14px;
  padding-top: 8px;
  display: block;
}

.header .navbar ul.navbar-nav li.dropdown li a {
  position: relative;
  text-decoration: none;
}

.header .navbar ul.navbar-nav li.dropdown li a:before {
  text-decoration: none;
  position: absolute;
  content: "";
  left: 0 !important;
  top: 20px;
  width: 0px;
  height: 48px;
  border-radius: 2px;
  background: linear-gradient(103.8deg, #DC143C 1.22%, #FF2ED1 99.95%);
  bottom: inherit;
  transform: translateY(0);
}

.header .navbar ul.navbar-nav li.dropdown li a:hover:before {
  width: 2px !important;
}

.header .navbar ul.navbar-nav li.dropdown li a:hover 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;
  display: inline-block;
}

.navbar-nav > li.dropdown:hover > .dropdown-menu {
  display: block;
}

/* Optional: Add smooth transition */
.navbar-nav > li.dropdown .dropdown-menu {
  display: none;
  opacity: 0;
  transition: opacity 0.3s ease;
}

.navbar-nav > li.dropdown:hover > .dropdown-menu {
  display: block;
  opacity: 1;
}

@media (max-width: 767px) {
  .navbar-right .dropdown-menu ul li {
    width: 100%;
  }
  .navbar-default .navbar-nav > .open > a,
  .navbar-default .navbar-nav > .open > a:hover,
  .navbar-default .navbar-nav > .open > a:focus {
    background-color: rgba(113, 97, 97, 0);
    color: #ffffff;
  }
  .megamenu {
    padding: 0;
  }
}
a {
  text-decoration: none;
  color: inherit;
  transition: all 0.3s;
}

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

.btn-primary {
  background-color: #e11853;
  background-image: linear-gradient(103.8deg, #DC143C 1.22%, #FF2ED1 99.95%);
  color: #fff;
  font-size: 16px;
  font-weight: 500;
  min-width: 210px;
  border: 0px solid;
  padding: 14px 30px 10px;
  line-height: 24px;
  border-radius: 8px;
  transition: all ease-in-out 0.3s;
}
.btn-primary:focus, .btn-primary:hover {
  background-image: none;
  background-color: #e11853;
  transition: all ease-in-out 0.3s;
}
@media (max-width: 767px) {
  .btn-primary {
    font-size: 12px;
    font-weight: 500;
    min-width: 160px;
    padding: 10px 15px 6px;
    line-height: 24px;
    border-radius: 5px;
  }
}

.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: 14px 30px 10px;
  line-height: 24px;
  border-radius: 8px;
}
.btn-info:focus, .btn-info:hover {
  background: linear-gradient(103.8deg, #DC143C 1.22%, #FF2ED1 99.95%);
}

.btn-success {
  color: #fff;
  font-size: 16px;
  font-weight: 500;
  min-width: 210px;
  border: 0px solid #FFB400;
  position: relative;
  border-radius: 8px;
  padding: 14px 30px 10px;
  line-height: 24px;
  background-image: url(../images/button-border.png);
  background-size: 100% 100%;
  background-color: transparent;
}
@media (max-width: 767px) {
  .btn-success {
    font-size: 12px;
    min-width: 160px;
    border-radius: 5px;
    padding: 10px 15px 6px;
    line-height: 24px;
  }
}
.btn-success span {
  position: relative;
  z-index: 9;
}
.btn-success:focus, .btn-success:hover {
  background: linear-gradient(90.85deg, #FF6F61 0%, #FFB400 100%);
}
.btn-success:focus.btn-grt-text span, .btn-success:hover.btn-grt-text span {
  color: #fff;
  -webkit-text-fill-color: #fff;
}
.btn-success.btn-grt-text span {
  background: linear-gradient(90.85deg, #FF6F61 0%, #FFB400 100%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  background-clip: text;
  color: transparent;
  display: inline-block;
}

.banner__video-wrap {
  position: relative;
  background: #000;
}
.banner__video-wrap .banner__video {
  position: absolute;
  top: 50%;
  left: 50%;
  min-width: 115%;
  min-height: 115%;
  transform: translate(-50%, -50%);
  pointer-events: none;
}
@media (max-width: 1650px) {
  .banner__video-wrap .banner__video {
    min-width: 152%;
  }
}
.banner__video-wrap .banner__content {
  position: relative;
  z-index: 2;
  color: #fff;
}
@media (max-width: 480px) {
  .banner__video-wrap .banner__content {
    padding: 0;
  }
}
.banner__video-wrap .banner__content:before {
  background: rgba(0, 0, 0, 0.75);
}
.banner__video-wrap {
  background-image: url(../images/banner-fall-back.png);
  background-repeat: no-repeat;
  background-size: cover;
}

.banner {
  width: 100%;
}
.banner.single-case-wrapper .banner__content .banner-row {
  align-items: flex-end;
}
@media (max-width: 767px) {
  .banner.single-case-wrapper .banner__content .banner-row {
    height: 650px;
  }
  .banner.single-case-wrapper .banner__content .banner-row .work-inner-details {
    padding-top: 0;
  }
  .banner.single-case-wrapper .banner__content .banner-row .content-copy {
    width: 100%;
    padding-bottom: 1rem;
  }
  .banner.single-case-wrapper .banner__content .banner-row .content-copy h1 {
    font-size: 30px;
  }
  .banner.single-case-wrapper .banner__content .banner-row .content-copy h1 span {
    font-size: 30px;
  }
  .banner.single-case-wrapper .banner__content .banner-row .content-copy p {
    font-size: 16px;
  }
  .banner.single-case-wrapper .banner__content .banner-row .work-photo {
    position: relative;
    right: 10px;
    bottom: inherit;
    width: 100%;
    max-width: 200px;
    margin: 0 auto 15px;
  }
}
.banner__slider {
  margin-top: 0 !important;
  margin-bottom: 0;
  overflow: hidden;
}
.banner__slider img {
  width: 100%;
}
.banner__content {
  position: relative;
  min-height: inherit;
}
.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: 10px 0 0;
  margin: 0;
  font-size: 24px;
}
@media (max-width: 767px) {
  .banner__content-main.subpages h1 {
    font-size: 16px;
    margin-top: 10px;
  }
}
@media (max-width: 460px) {
  .banner__content-main.subpages h1 {
    font-size: 15px;
  }
}
.banner__content-main.subpages h2 {
  margin: 0;
}
.banner__content-main.subpages h3 {
  color: #fff;
  font-size: 75px;
  margin-bottom: 0;
  line-height: 1.2;
}
@media (max-width: 767px) {
  .banner__content-main.subpages h3 {
    font-size: 38px;
    margin-top: 7px;
  }
}
@media (max-width: 460px) {
  .banner__content-main.subpages h3 {
    font-size: 32px;
  }
}
.banner__content-main.subpages h3 span {
  display: inline-block;
  background: linear-gradient(103.8deg, #DC143C 1.22%, #FF2ED1 99.95%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}
.banner__content-main.subpages .banner__content-description {
  max-width: 85%;
}
.banner__content:before {
  position: absolute;
  content: "";
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  background: rgba(0, 0, 0, 0.8);
}
.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: 75px;
  line-height: 80px;
  font-family: "Whyte";
  font-weight: 600;
  margin: 0;
}
.banner__content-title span {
  color: #1DB954;
}
@media (max-width: 1100px) {
  .banner__content-title {
    font-size: 65px;
  }
}
@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;
    font-size: 24px;
    padding-top: 30px;
  }
}
.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;
  margin: 0;
}
@media (max-width: 1100px) {
  .banner__content h2 {
    font-size: 60px;
  }
}
@media (max-width: 992px) {
  .banner__content h2 {
    font-size: 38px;
  }
}
@media (max-width: 767px) {
  .banner__content h2 {
    margin-top: 0px;
    font-size: 22px;
  }
}
.banner__content-description {
  font-family: "Whyte";
  font-style: normal;
  font-weight: 200;
  font-size: 22px;
  line-height: 34px;
  color: #fff;
  max-width: 65%;
  margin: 10px auto 50px;
}
@media (max-width: 1100px) {
  .banner__content-description {
    font-size: 20px;
    line-height: 30px;
  }
}
@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;
    font-size: 12px;
    line-height: 18px;
    margin: 5px auto 0px;
  }
}
.banner__content-description2 {
  color: rgba(253, 253, 253, 0.7411764706);
  font-size: 25px;
  font-weight: 100;
  line-height: 34px;
  width: 85%;
  margin: auto;
}
@media (max-width: 1100px) {
  .banner__content-description2 {
    font-size: 20px;
  }
}
@media (max-width: 992px) {
  .banner__content-description2 {
    font-size: 16px;
  }
}
@media (max-width: 767px) {
  .banner__content-description2 {
    font-size: 13px;
    line-height: 16px;
  }
}
.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;
}
.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;
  height: 800px;
}
@media (max-width: 1100px) {
  .banner__content .banner-row {
    height: 650px;
  }
}
@media (max-width: 800px) {
  .banner__content .banner-row {
    height: 600px;
  }
}
@media (max-width: 767px) {
  .banner__content .banner-row {
    height: 420px;
  }
}
.banner__content .banner-row.video-bg-content {
  height: 100vh;
}
@media (max-width: 1100px) {
  .banner__content .banner-row.video-bg-content {
    height: 750px;
  }
}
@media (max-width: 800px) {
  .banner__content .banner-row.video-bg-content {
    height: 650px;
  }
}
@media (max-width: 767px) {
  .banner__content .banner-row.video-bg-content {
    height: 322px;
  }
}
@media (max-width: 992px) {
  .banner__content {
    min-height: 450px;
  }
}
@media (max-width: 767px) {
  .banner__content {
    min-height: inherit;
  }
}
.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: 75%;
  margin: auto;
  padding-bottom: 20px;
}
@media (max-width: 767px) {
  .section-header {
    padding-bottom: 5px;
  }
}
.section-header.width-full {
  max-width: 100%;
}
.section-header.width-full .title p {
  width: 70%;
  margin: 12px auto;
}
@media (max-width: 767px) {
  .section-header.width-full .title p {
    margin: 0 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 0 5px 0;
}
@media (max-width: 767px) {
  .section-header .title h2 {
    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;
  display: inline-block;
}
@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;
  }
}
@media (max-width: 480px) {
  .section-header .title h2 {
    font-size: 20px;
    line-height: 26px;
  }
}
.section-header .title p {
  font-size: 18px;
  color: #fff;
  font-weight: 200;
  margin: 12px 15px 0;
}
@media (max-width: 992px) {
  .section-header .title p {
    font-size: 15px;
  }
}
@media (max-width: 480px) {
  .section-header .title p {
    font-size: 14px;
    line-height: 24px;
  }
}
.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;
}

@media (min-width: 1025px) {
  .experiental-engine {
    /* Column hover effect - only affects same-width columns */
    /* For col-md-6 columns (50% width) */
    /* For col-md-4 columns (33.33% width) */
    /* Optional: Enhance card on hover */
  }
  .experiental-engine .row {
    display: flex;
    flex-wrap: wrap;
  }
  .experiental-engine .row > [class*=col-] {
    transition: all ease-in-out 0.3s;
  }
  .experiental-engine .row > .col-md-6:hover {
    flex: 0 0 55% !important; /* 50% + 10% (20% of 50%) */
    max-width: 55% !important;
    z-index: 10;
    position: relative;
    transition: all ease-in-out 0.3s;
  }
  .experiental-engine .row > .col-md-6:hover ~ .col-md-6,
  .experiental-engine .row:has(.col-md-6:hover) > .col-md-6:not(:hover) {
    flex: 0 0 45% !important; /* 50% - 10% */
    max-width: 45% !important;
    transition: all ease-in-out 0.3s;
  }
  .experiental-engine .row > .col-md-4:hover {
    flex: 0 0 40% !important; /* 33.33% + 6.67% (20% of 33.33%) */
    max-width: 40% !important;
    z-index: 10;
    position: relative;
    transition: all ease-in-out 0.3s;
  }
  .experiental-engine .row:has(.col-md-4:hover) > .col-md-4:not(:hover) {
    flex: 0 0 30% !important; /* 33.33% - 3.33% (distributed among 2 columns) */
    max-width: 30% !important;
    transition: all ease-in-out 0.3s;
  }
  .experiental-engine .row > [class*=col-]:hover .card-tile {
    box-shadow: 0 8px 16px rgba(0, 0, 0, 0.15);
  }
}
/* Responsive behavior */
.experiental-engine {
  padding: 6rem 0;
  background: #0d0d0d url(../images/exbg.png);
  background-position: bottom center;
  background-size: 100%;
  background-repeat: no-repeat;
}
.experiental-engine-solutions {
  background-color: #fff;
}
@media (max-width: 767px) {
  .experiental-engine {
    padding: 3rem 0;
  }
}
.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%;
  height: 300px;
  -o-object-fit: cover;
     object-fit: cover;
}
@media (max-width: 767px) {
  .experiental-engine .card-tile .card-tile-img {
    height: 285px;
  }
}
.experiental-engine .card-tile .card-tile-img img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.experiental-engine .card-tile .brand-card-title {
  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;
  padding-top: 6px;
}
@media (max-width: 992px) {
  .experiental-engine .card-tile .brand-card-title {
    font-size: 18px;
    line-height: 24px;
    padding-right: 0px;
  }
}
.experiental-engine .card-tile .brand-card-des {
  color: #fff;
  font-size: 18px;
  font-weight: 200;
  padding: 0 10px 0 0;
}

.btn-part {
  margin-left: 20px;
}

.brand-choose {
  padding: 6rem 0;
  background: #0d0d0d url(../images/exbg2.png);
  background-position: top center;
  background-size: 100%;
  background-repeat: no-repeat;
}
.brand-choose .col-md-4 {
  transition: all 0.4s ease;
}
.brand-choose .col-md-6 {
  transition: all 0.4s ease;
}
.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;
  transition: all 0.4s ease;
}
.brand-choose .icon-card:hover .card-desc {
  transform: translateY(20px);
  opacity: 1;
}
@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 .card-title {
  margin: 0;
  color: #fff;
  font-size: 26px;
  max-width: 100%;
  text-align: center;
  line-height: 30px;
  font-weight: 700;
  margin-top: 30px;
}
@media (max-width: 992px) {
  .brand-choose .icon-card .card-title {
    max-width: 100%;
    font-size: 22px;
    line-height: 26px;
  }
}
.brand-choose .icon-card .card-desc {
  text-align: center;
  font-size: 16px;
  color: #fff;
  font-weight: 300;
  transform: translateY(120px);
  opacity: 0;
}
.brand-choose .btn-area {
  margin-top: 40px;
}

.engine-motion {
  padding: 6rem 0;
  background: linear-gradient(360deg, rgba(13, 13, 13, 0) 96.52%, rgba(13, 13, 13, 0.2) 123.16%);
  position: relative;
}
@media (max-width: 767px) {
  .engine-motion {
    padding: 4rem 0 3rem;
  }
}
.engine-motion:before {
  position: absolute;
  content: "";
  bottom: 0;
  left: 0;
  right: 0;
  height: 100%;
  background: linear-gradient(180deg, rgba(13, 13, 13, 0) 96.15%, rgba(13, 13, 13, 0.2) 123.8%);
}

.vertical-slider {
  padding-top: 3rem;
  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%;
    height: 100px;
    background: #ffffff;
    margin: 0;
    z-index: 9;
  }
}
.vertical-slider .thumb-slider .slick-current .thumb-inner:before {
  background: transparent;
}
.vertical-slider .thumb-slider .thumb-inner {
  width: 100px;
  height: 100px;
  border-radius: 5px;
  overflow: hidden;
  margin: 5px 0;
  position: relative;
}
.vertical-slider .thumb-slider .thumb-inner:before {
  position: absolute;
  content: "";
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  background: rgba(0, 0, 0, 0.5607843137);
}
@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%;
    z-index: 9;
    margin-bottom: 0;
  }
}
.vertical-slider .main-slider .details-img {
  height: 450px;
  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: 30px;
  padding-left: 30px;
}
@media (max-width: 767px) {
  .vertical-slider .main-slider .img-content {
    padding-left: 5px;
    padding-bottom: 0px;
  }
}
.vertical-slider .main-slider .img-content .btn-success span {
  background: linear-gradient(90.85deg, #FF6F61 0%, #FFB400 100%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  background-clip: text;
  color: transparent;
  display: inline-block;
}
.vertical-slider .main-slider .img-content .btn-success:hover span {
  -webkit-text-fill-color: #fff;
}
.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;
  padding: 15px 0;
  display: inline;
}
@media (max-width: 767px) {
  .vertical-slider .main-slider .img-content h3 {
    font-size: 28px;
  }
}
.vertical-slider .main-slider .img-content > span {
  font-size: 34px;
  color: #1E1E1E;
}
@media (max-width: 767px) {
  .vertical-slider .main-slider .img-content > span {
    font-size: 28px;
  }
}
.vertical-slider .main-slider .img-content p {
  font-size: 22px;
  font-weight: 300;
  margin: 0;
  padding: 20px 0;
}
@media (max-width: 767px) {
  .vertical-slider .main-slider .img-content p {
    font-size: 18px;
    padding: 15px 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;
}
@media (max-width: 767px) {
  .vertical-slider .main-slider .img-content ul {
    margin: 20px 0 20px;
  }
}
.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 {
  padding: 6rem 0;
}
.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%;
  overflow: hidden;
  border-radius: 10px;
}
.the-people-content .first-row .people-image:hover img {
  transform: scale(1.15);
  transition: all ease-in-out 0.3s;
}
@media (max-width: 767px) {
  .the-people-content .first-row .people-image {
    width: 100%;
  }
}
.the-people-content .first-row .people-image img {
  width: 100%;
  transition: all ease-in-out 0.3s;
}
.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: 37%;
  padding: 0 0 10rem 3rem;
}
@media (max-width: 767px) {
  .the-people-content .first-row .people-copy {
    width: 100%;
    padding: 0 0 0 10px;
  }
}
.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;
  display: inline-block;
}
@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%;
  overflow: hidden;
  border-radius: 10px;
}
.the-people-content .second-row .second-people-img:hover img {
  transform: scale(1.15);
  transition: all ease-in-out 0.3s;
}
@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%;
  transition: all ease-in-out 0.3s;
}
.the-people-content .second-row .second-people-img:first-child {
  margin-top: 15px;
}

.ready-power {
  padding: 6rem 0 0;
  background: linear-gradient(360deg, rgba(13, 13, 13, 0) 96.52%, rgba(13, 13, 13, 0.2) 123.16%);
  position: relative;
}
@media (max-width: 767px) {
  .ready-power {
    padding: 3rem 0 0;
  }
}
.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 .form-group label {
  margin-bottom: 0;
}
.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: 18px;
  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 rgba(222, 222, 222, 0.5);
}
.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;
  display: inline-block;
  line-height: 1.2;
}
.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%;
  transition: all ease-in-out 0.3s;
}
.cta-footer-inner .cta-content ul li i:hover {
  background: linear-gradient(90.85deg, #FF6F61 0%, #FFB400 100%);
  transition: all ease-in-out 0.3s;
}
@media (max-width: 580px) {
  .cta-footer-inner .cta-content ul.list-unstyled {
    flex-direction: column;
  }
}

.what-drives {
  padding: 6rem 0 0;
}
@media (max-width: 767px) {
  .what-drives {
    padding-top: 3rem;
  }
}

.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;
  transition: all 0.45s ease;
}
@media (max-width: 767px) {
  .icon-card-area .icon-card {
    width: 100%;
    margin-bottom: 12px;
  }
}
.icon-card-area .icon-card .icon-box {
  width: 80px;
  height: 80px;
  border-radius: 50%;
}
@media (max-width: 767px) {
  .icon-card-area .icon-card .icon-box {
    width: 60px;
    height: 60px;
  }
}
.icon-card-area .icon-card .icon-box img {
  width: 100%;
}
.icon-card-area .icon-card .icon-copy {
  width: calc(100% - 80px);
}
.icon-card-area .icon-card .icon-copy h2 {
  font-size: 26px;
  color: #0d0d0d;
  font-weight: 700;
  margin: 0 0 5px 0;
  padding: 4px 0 0;
}
@media (max-width: 767px) {
  .icon-card-area .icon-card .icon-copy h2 {
    font-size: 17px;
    margin: 0;
  }
}
.icon-card-area .icon-card .icon-copy p {
  font-size: 18px;
  margin: 0;
  color: #0d0d0d;
  font-weight: 300;
}
@media (max-width: 767px) {
  .icon-card-area .icon-card .icon-copy p {
    font-size: 14px;
  }
}

.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: 5px 0 0;
}
.grid-wrapper .ibox .ibox-inner h3 {
  text-transform: uppercase;
  font-size: 60px;
  line-height: 1.2;
  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;
  margin: 0 0 -15px;
  padding-top: 10px;
}
.grid-wrapper .ibox .ibox-inner p {
  text-transform: uppercase;
  margin: 0;
  font-size: 30px;
  line-height: 1.4;
  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;
}
@media (max-width: 992px) {
  .contact-us {
    padding: 35px 10px 35px 10px;
  }
}
@media (max-width: 767px) {
  .contact-us {
    background-size: cover !important;
    background-position: center !important;
    padding: 35px 15px 35px 15px;
  }
}
.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;
  margin-bottom: 80px;
}
@media (max-width: 992px) {
  .contact-us .contact-copy h3 {
    font-size: 50px;
  }
}
@media (max-width: 767px) {
  .contact-us .contact-copy h3 {
    font-size: 50px;
  }
}
.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.85);
  font-size: 16px;
  font-weight: 300;
  max-width: 280px;
  margin: 0;
  line-height: 24px;
}
.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 0%, #FF2ED1 20%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  background-clip: text;
  color: transparent;
  font-weight: 700;
  margin-bottom: 40px;
  font-size: 30px;
}
.contact-us .contact-form-inner .form-group label {
  color: rgba(13, 13, 13, 0.5019607843);
  font-weight: 300;
  font-size: 18px;
}
.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);
}
@media (max-width: 992px) {
  .contact-us .contact-form-inner .form-group .form-control {
    margin-bottom: 10px;
  }
}
.contact-us .button-area {
  margin-top: 60px;
}

.work-inner-details {
  position: relative;
  padding: 8rem 0 0;
}
.work-inner-details .work-photo {
  position: absolute;
  right: 60px;
  bottom: 0px;
  width: 35%;
}
.work-inner-details .work-photo img {
  width: 100%;
}
.work-inner-details .content-copy {
  width: 45%;
  margin-left: 0;
  padding-bottom: 12rem;
}
.work-inner-details .content-copy .banner-logo {
  width: 150px;
  height: auto;
  margin-bottom: 10px;
}
.work-inner-details .content-copy h1 {
  font-size: 45px;
  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;
  line-height: 1.2;
  font-size: 45px;
  padding: 20px 0 10px;
}
.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: 0 50px;
  border-radius: 12px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  flex-direction: row-reverse;
}
@media (max-width: 767px) {
  .work-inner {
    flex-direction: column;
    padding: 20px 20px;
  }
}
.work-inner .work-photo {
  max-width: 300px;
  width: 35%;
  position: relative;
}
@media (max-width: 767px) {
  .work-inner .work-photo {
    position: relative;
    right: inherit;
    width: 100%;
    max-width: 250px;
    margin: auto;
  }
}
.work-inner .work-photo img {
  width: 100%;
}
.work-inner .content-copy {
  width: 55%;
  margin-left: 45px;
  padding: 20px 0;
}
@media (max-width: 767px) {
  .work-inner .content-copy {
    width: 100%;
    margin: 0;
  }
}
.work-inner .content-copy h1 {
  font-size: 36px;
  font-weight: 700;
  color: #fff;
  max-width: 450px;
}
.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;
  padding: 15px 0;
  line-height: 1.2;
}
@media (max-width: 767px) {
  .work-inner .content-copy h1 {
    font-size: 26px;
  }
}
.work-inner .content-copy p {
  font-size: 18px;
  font-weight: 200;
  color: #fff;
  margin: 20px 0 30px;
}
@media (max-width: 767px) {
  .work-inner .content-copy p {
    font-size: 15px;
  }
}
.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 img {
  height: 65px;
}
.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;
  color: #171717;
  font-weight: 500;
  margin: 0;
}
.details-col .year-date a {
  font-size: 18px;
  text-decoration: none;
}
.details-col .year-date a span {
  padding: 10px 0;
}
.details-col .year-date a:hover {
  transition: all ease-in-out 0.3s;
}
.details-col .year-date a:hover span, .details-col .year-date a:hover i {
  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: 767px) {
  .details-col.text-right {
    text-align: left;
  }
}

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

.objective-area {
  text-align: center;
  padding: 30px 0;
  position: relative;
}
.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;
  padding-top: 5px;
}
@media (max-width: 767px) {
  .objective-area h3 {
    line-height: 22px;
    font-size: 20px;
  }
}
.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;
  display: inline-block;
  line-height: 62px;
}
@media (max-width: 767px) {
  .objective-area h2 {
    font-size: 28px;
    line-height: 30px;
    padding: 0;
  }
}
.objective-area p {
  font-size: 18px;
  line-height: 24px;
  font-weight: 300;
}
@media (max-width: 767px) {
  .objective-area p {
    font-size: 16px;
  }
}

.objective-copy {
  position: relative;
}
.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;
}
@media (max-width: 767px) {
  .objective-copy ul li {
    font-size: 16px;
  }
}
.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;
}
@media (max-width: 767px) {
  .objective-copy p {
    font-size: 16px;
  }
}

.our-solutions {
  background: linear-gradient(360deg, rgba(0, 0, 0, 0) 94.52%, rgba(0, 0, 0, 0.2) 138.11%);
  margin: 50px 0 10px;
  box-shadow: inset 0 15px 30px rgba(0, 0, 0, 0.1);
  padding: 15px 0;
  position: relative;
}
.our-solutions:before {
  position: absolute;
  content: "";
  bottom: 0;
  left: 0;
  right: 0;
  height: 100%;
  background: linear-gradient(180deg, rgba(0, 0, 0, 0) 92.91%, rgba(0, 0, 0, 0.2) 139.75%);
}
@media (max-width: 767px) {
  .our-solutions {
    margin-bottom: 0;
  }
}
.our-solutions .extended-copy {
  font-size: 30px;
  font-weight: 500;
  margin-top: -10px;
  margin-bottom: 20px;
}

.project-photo {
  width: 100%;
  height: auto;
  margin-bottom: 30px;
  position: relative;
  z-index: 99;
}
.project-photo img {
  width: 100%;
}

.solution-box {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 15px;
  position: relative;
}
@media (max-width: 767px) {
  .solution-box {
    flex-wrap: wrap;
  }
}
@media (max-width: 480px) {
  .solution-box {
    flex-direction: column;
  }
}
.solution-box .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%;
  min-height: 330px;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  flex: 1 1 0;
  position: relative;
  overflow: hidden;
}
.solution-box .single-box:hover .solution-box-hover {
  transform: translateY(0);
  transition: all ease-in-out 0.5s;
}
.solution-box .single-box .solution-box-hover {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  background: linear-gradient(103.8deg, rgb(220, 20, 60) 1.22%, rgb(255, 46, 209) 99.95%);
  border-radius: 10px;
  padding: 20px;
  display: flex;
  align-items: flex-start;
  flex-direction: column;
  justify-content: center;
  transform: translateY(100%);
  transition: all ease-in-out 0.5s;
}
.solution-box .single-box .solution-box-hover h3 {
  color: #fff;
  font-size: 30px;
  margin: 0 0 13px 0;
}
.solution-box .single-box .solution-box-hover p {
  font-size: 18px;
  color: #fff;
  font-weight: 300;
  line-height: 1.25;
  margin: 0;
}
@media (max-width: 767px) {
  .solution-box .single-box {
    min-height: 180px;
  }
}
@media (max-width: 480px) {
  .solution-box .single-box {
    width: 100%;
  }
}
.solution-box .single-box span {
  font-size: 75px;
  line-height: 90px;
  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;
}
@media (max-width: 767px) {
  .solution-box .single-box span {
    font-size: 60px;
    line-height: 75px;
  }
}
.solution-box .single-box h2 {
  font-size: 33px;
  color: #0d0d0d;
  margin: 0;
  font-weight: 500;
  line-height: 40px;
  padding: 10px 0 10px;
}
@media (max-width: 992px) {
  .solution-box .single-box h2 {
    font-size: 30px;
  }
}
@media (max-width: 767px) {
  .solution-box .single-box h2 {
    font-size: 24px;
    line-height: 30px;
  }
}

.four-boxs {
  display: flex;
  align-items: center;
  justify-content: space-between;
  flex-wrap: wrap;
  gap: 10px;
  padding-bottom: 35px;
  position: relative;
}
.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;
  display: flex;
  align-items: center;
  min-height: 125px;
  transition: all ease-in-out 0.3s;
}
.four-boxs .each-four:hover {
  transition: all ease-in-out 0.3s;
  background: linear-gradient(103.8deg, rgba(220, 20, 60, 0.1) 1.22%, rgba(255, 46, 209, 0.1) 99.95%);
}
@media (max-width: 767px) {
  .four-boxs .each-four {
    width: 100%;
  }
}
.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;
}
@media (max-width: 767px) {
  .video-section .video-container {
    height: 190px;
  }
}

.gallary-photo {
  margin-top: 70px;
}
.gallary-photo .each-gallry {
  height: 550px;
}
@media (max-width: 767px) {
  .gallary-photo .each-gallry {
    height: 220px;
  }
}
.gallary-photo .each-gallry img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
@media (max-width: 767px) {
  .gallary-photo .each-gallry img {
    height: 100%;
    -o-object-fit: cover;
       object-fit: cover;
  }
}
.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%);
}

.next-prev-inner {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.next-prev-inner a {
  font-style: normal;
  font-weight: 500;
  font-size: 38px;
  line-height: 1.2;
  text-align: center;
  color: #1B1C20;
  padding: 15px 0 5px;
  text-decoration: none;
  transition: all ease-in-out 0.3s;
}
.next-prev-inner a:hover, .next-prev-inner a:focus {
  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;
  transition: all ease-in-out 0.3s;
}
@media (max-width: 767px) {
  .next-prev-inner a {
    font-size: 20px;
  }
}
.next-prev-inner a span {
  padding: 10px 10px 0;
  display: inline-block;
}
.next-prev-inner a img {
  height: 48px;
}
.next-prev-inner a img.rotate-arrow {
  transform: rotate(180deg);
}
@media (max-width: 767px) {
  .next-prev-inner a img {
    height: 30px;
  }
}

#clear-scale-new .experiental-engine {
  background-image: none;
  background-color: #fff;
  padding-bottom: 0;
}

#clear-scale-new .section-header {
  width: 100%;
  max-width: inherit;
}

#clear-scale-new .section-header .title h2 {
  color: #1E1E1E;
}

#clear-scale-new .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;
}

#clear-scale-new .section-header .title p {
  color: #1E1E1E;
  max-width: 75%;
  margin: 12px auto;
}

#clear-scale-new .experiental-engine .card-tile 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;
  line-height: 1.3;
}

.page-content-inner {
  background: url(../images/ibox-bg.png);
  border-radius: 12px;
  margin: 20px 0 0;
  padding: 20px 30px;
  background-size: cover;
  background-position: center;
  color: #fff;
}
.page-content-inner .page-content P {
  font-weight: 300;
  margin-bottom: 5px;
}
.page-content-inner .page-content P strong {
  font-size: 18px;
  font-weight: 300;
}
.page-content-inner .page-content li {
  font-weight: 300;
}
.page-content-inner .page-content a {
  font-weight: 300;
}

.video-container {
  position: relative;
  width: 100%;
  aspect-ratio: 16/9;
  background: #000;
  overflow: hidden;
}

.video-container iframe,
.video-container video {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
}

.video-thum img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}

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

.video-section .video-container {
  position: relative;
}
.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;
  background: transparent;
  z-index: 99;
  transition: all ease-in-out 0.3s;
}
.video-section .video-container .play-button img {
  width: 100%;
}
@media (max-width: 767px) {
  .video-section .video-container .play-button {
    width: 60px;
    height: 60px;
  }
}
.video-section .video-container .play-button:hover {
  transition: all ease-in-out 0.3s;
  width: 130px;
  height: 130px;
  box-shadow: 0 0 20px 20px rgba(230, 25, 100, 0.25);
}

.features-slider {
  margin-bottom: 80px;
}
.features-slider .slick-prev {
  left: 34%;
  top: inherit;
  bottom: -85px;
  z-index: 99;
  width: 45px;
  height: 45px;
  background: rgba(220, 20, 60, 0.0509803922);
  border-radius: 5px;
}
@media (max-width: 767px) {
  .features-slider .slick-prev {
    left: 1%;
  }
}
.features-slider .slick-prev:before {
  position: absolute;
  content: "\f104";
  font-family: "Font Awesome 6 Free";
  font-weight: 900;
  color: rgba(13, 13, 13, 0.5019607843);
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}
.features-slider .slick-next {
  right: 34%;
  left: inherit;
  top: inherit;
  bottom: -85px;
  z-index: 99;
  width: 45px;
  height: 45px;
  background: rgba(220, 20, 60, 0.0509803922);
  border-radius: 5px;
}
@media (max-width: 767px) {
  .features-slider .slick-next {
    right: 1%;
  }
}
.features-slider .slick-next:before {
  content: "\f105";
  font-family: "Font Awesome 6 Free";
  font-weight: 900;
  color: rgba(13, 13, 13, 0.5019607843);
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}
.features-slider .slick-dots {
  bottom: -72px;
}
.features-slider li {
  width: 45px;
  height: 45px;
  line-height: 45px;
}
.features-slider li a {
  width: 45px;
  background: rgba(220, 20, 60, 0.0509803922);
  text-align: center;
  height: 45px;
  display: inline-block;
  justify-content: center;
  align-items: center;
  font-size: 18px;
  position: relative;
  z-index: 99;
  padding-top: 5px;
  border-radius: 5px;
}
.features-slider li.slick-active a {
  background: linear-gradient(90.85deg, #FF6F61 0%, #FFB400 100%);
  color: #fff;
}

.action-terms {
  margin-top: 65px;
}
@media (max-width: 767px) {
  .action-terms {
    margin-top: 30px;
  }
}

.row-card-inner:first-child:nth-last-child(4) ~ .row-card-inner:nth-child(n+3) {
  flex: 1 1 calc(50% - 10px);
}

.row-card {
  display: flex;
  flex-wrap: wrap;
  gap: 20px;
}
@media (max-width: 767px) {
  .row-card {
    flex-direction: column;
  }
}
.row-card .row-card-inner {
  border-radius: 10px;
  text-align: center;
  padding: 25px;
  flex: 1 1 calc(50% - 10px);
  min-width: 0;
  background: linear-gradient(103.8deg, rgba(220, 20, 60, 0.1) 1.22%, rgba(255, 46, 209, 0.1) 99.95%);
}
.row-card .row-card-inner:first-child:nth-last-child(4) {
  flex: 1 1 calc(50% - 10px);
}
.row-card .row-card-inner:first-child:nth-last-child(4) ~ .row-card-inner {
  flex: 1 1 calc(50% - 10px);
}
.row-card .row-card-inner:nth-child(n+3) {
  flex: 1 1 calc(33.333% - 14px);
}
.row-card .row-card-inner .card-inner-icon {
  margin: 30px auto;
  width: 100px;
  height: 100px;
  border-radius: 50%;
  background: linear-gradient(103.8deg, #DC143C 1.22%, #FF2ED1 99.95%);
  text-align: center;
  line-height: 100px;
}
.row-card .row-card-inner .card-inner-icon img {
  width: 40px;
}
.row-card .row-card-inner h3 {
  font-size: 24px;
  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;
  display: inline-block;
  border-radius: 10px;
  text-align: center;
  padding: 25px;
  margin: 0;
  padding: 2px 2px 10px;
}
.row-card .row-card-inner p {
  font-size: 16px;
  font-weight: 300;
  color: #0D0D0D;
  margin: 0;
  padding: 0 5rem;
}

.why-it-works {
  margin-top: 65px;
}

.work-box {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 20px;
  position: relative;
}
@media (max-width: 767px) {
  .work-box {
    flex-direction: column;
  }
}
.work-box .single-box {
  padding: 20px;
  min-width: 24%;
  display: flex;
  flex-direction: column;
  flex: 1 1 0;
  box-shadow: 0px 0px 15px 0px rgba(0, 0, 0, 0.1019607843);
  min-height: 300px;
  border-radius: 12px;
}
.work-box .single-box span {
  font-size: 75px;
  line-height: 90px;
  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;
  margin-top: 25px;
  margin-bottom: 15px;
}
.work-box .single-box p {
  font-size: 26px;
  color: #0d0d0d;
  margin: 0;
  font-weight: 200;
  line-height: 30px;
  padding: 0;
}

/* CONTENT */
.btn-part {
  margin-left: 20px;
}

.brand-card-title,
.brand-card-des,
.btn-part {
  transition: all 0.4s ease;
}

/* DEFAULT STATE */
.brand-card-title {
  margin-top: 16px;
  transform: translateY(0);
}

.brand-card-des {
  opacity: 0;
  transform: translateY(0px);
  pointer-events: none;
  position: absolute;
  left: 20px;
}

.btn-part {
  opacity: 0;
  transform: translateY(30px);
  pointer-events: none;
  position: absolute;
  left: 5px;
}

/* HOVER STATE */
.card-tile:hover:after {
  content: "";
  position: absolute;
  inset: 0;
  padding: 3px;
  border-radius: 10px;
  background: linear-gradient(95.59deg, #DC143C -31.16%, rgba(255, 46, 209, 0.5) 49.74%, rgba(0, 0, 0, 0) 130.64%);
  -webkit-mask: linear-gradient(#fff 0 0) content-box, linear-gradient(#fff 0 0);
  -webkit-mask-composite: xor;
  mask-composite: exclude;
  pointer-events: none;
}

.card-tile:hover:before {
  background: linear-gradient(0deg, rgba(13, 13, 13, 0.1), rgba(13, 13, 13, 0.95)), radial-gradient(150.5% 286.12% at -69.31% -179.53%, rgba(255, 46, 209, 0.25) 0%, rgba(220, 20, 60, 0) 100%), radial-gradient(94.06% 178.82% at 148.39% 133.06%, rgba(220, 20, 60, 0.25) 0%, rgba(255, 46, 209, 0) 100%);
}

.card-tile:hover .brand-card-title {
  transform: translateY(-190px);
}

.card-tile:hover .brand-card-des {
  opacity: 1;
  visibility: visible;
  transform: translateY(-200px);
  pointer-events: auto;
}

.card-tile:hover .btn-part {
  opacity: 1;
  visibility: visible;
  transform: translateY(-75px);
  pointer-events: auto;
}

/* OPTIONAL: STAGGERED ANIMATION */
.card-tile:hover .brand-card-des {
  transition-delay: 0.1s;
}

.card-tile:hover .btn-part {
  transition-delay: 0.2s;
}

.card-wrapper .row {
  display: flex;
  flex-wrap: wrap;
}

.card-wrapper [class*=col-] {
  transition: all 0.45s ease;
}

.icon-card {
  height: 100%;
  border-radius: 12px;
  transition: all 0.45s ease;
  color: #fff;
  overflow: hidden;
}

.card-wrapper [class*=col-] {
  flex: 0 0 33.333%;
  max-width: 33.333%;
}
@media (max-width: 767px) {
  .card-wrapper [class*=col-] {
    flex: 0 0 100%;
    max-width: 100%;
  }
}

.icon-card {
  opacity: 1;
}

.card-wrapper:hover [class*=col-] {
  flex: 0 0 25%;
  max-width: 25%;
}
@media (max-width: 767px) {
  .card-wrapper:hover [class*=col-] {
    flex: 0 0 100%;
    max-width: 100%;
  }
}

.card-wrapper:hover .icon-card {
  opacity: 0.35;
  filter: grayscale(100%);
}

.card-wrapper [class*=col-]:hover {
  flex: 0 0 50%;
  max-width: 50%;
  z-index: 10;
}
@media (max-width: 767px) {
  .card-wrapper [class*=col-]:hover {
    flex: 0 0 100%;
    max-width: 100%;
  }
}

.card-wrapper [class*=col-]:hover .icon-card {
  opacity: 1;
  filter: grayscale(0);
  box-shadow: 0 40px 80px rgba(0, 0, 0, 0.4);
}

.card-desc {
  max-height: 0;
  opacity: 0;
  transition: all 0.4s ease;
}

.card-wrapper [class*=col-]:hover .card-desc {
  max-height: 200px;
  opacity: 1;
  margin-top: 15px;
}

.team-member-wrapper {
  margin: 50px 0 0;
}
.team-member-wrapper .member-box {
  margin: 20px 0;
}
.team-member-wrapper .member-box .member-photo {
  overflow: hidden;
  border-radius: 12px;
}
.team-member-wrapper .member-box .member-photo img {
  width: 100%;
}
.team-member-wrapper .member-box .member-copy {
  text-align: center;
  margin: 20px 0;
}
.team-member-wrapper .member-box .member-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: 28px;
  margin: 0;
  font-weight: 600;
  padding-top: 5px;
}
.team-member-wrapper .member-box .member-copy p {
  font-size: 17px;
  font-weight: 300;
  color: #697077;
  margin: 0;
  padding-top: 10px;
}

.error-page {
  height: 100vh;
}
.error-page .error-wrap {
  display: flex;
  flex-direction: column;
  justify-content: center;
  height: 100vh;
  max-width: 1170px;
  margin: auto;
}
.error-page .error-wrap .error-box img {
  width: 100%;
}
.error-page .error-wrap .error-copy {
  text-align: center;
  margin-top: 25px;
}
.error-page .error-wrap .error-copy h2 {
  padding-top: 10px;
  font-size: 54px;
  color: #fff;
}
.error-page .error-wrap .error-copy p {
  margin: auto;
  max-width: 370px;
  font-size: 18px;
  font-weight: 300;
  color: rgba(255, 255, 255, 0.5);
}
.error-page .error-wrap .error-copy .btn {
  margin-top: 50px;
  padding-right: 0px;
  min-width: 160px;
  padding-left: 0;
}

.has-extra-text-and-image {
  display: flex;
  align-items: center;
}
.has-extra-text-and-image .objective-copy {
  padding-right: 7rem;
}
.has-extra-text-and-image .objective-copy p {
  margin: 0;
  line-height: 28px;
}

.big-height-img-box {
  margin-top: 30px;
}
.big-height-img-box img {
  width: 100%;
}

.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.7);
  padding: 30px 0 0;
  font-weight: 200;
  font-size: 18px;
  max-width: 385px;
}
@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 a:hover {
  color: #fff;
  text-decoration: none;
  cursor: pointer;
}
.footer .footer-bottom .footer-nav ul li p {
  font-size: 15px;
  color: rgba(255, 255, 255, 0.5);
  font-weight: 200;
}

body {
  font-family: "Whyte";
  font-size: 14px;
}/*# sourceMappingURL=style.css.map */