@font-face {
  font-family: "Poppins";
  font-weight: 300;
  font-style: normal;
  src: url("../assets/fonts/Poppins-Light.ttf") format("truetype");
}
@font-face {
  font-family: "Poppins";
  font-weight: 400;
  font-style: normal;
  src: url("../assets/fonts/Poppins-Regular.ttf") format("truetype");
}
@font-face {
  font-family: "Poppins";
  font-weight: 400;
  font-style: italic;
  src: url("../assets/fonts/Poppins-Italic.ttf") format("truetype");
}
@font-face {
  font-family: "Poppins";
  font-weight: 500;
  font-style: normal;
  src: url("../assets/fonts/Poppins-Medium.ttf") format("truetype");
}
@font-face {
  font-family: "Poppins";
  font-weight: 600;
  font-style: normal;
  src: url("../assets/fonts/Poppins-SemiBold.ttf") format("truetype");
}
@font-face {
  font-family: "Poppins";
  font-weight: bold;
  font-style: normal;
  src: url("../assets/fonts/Poppins-Bold.ttf") format("truetype");
}
@font-face {
  font-family: "Poppins";
  font-weight: 600;
  font-style: italic;
  src: url("../assets/fonts/Poppins-SemiBoldItalic.ttf") format("truetype");
}
@font-face {
  font-family: "Cambira";
  font-weight: 500;
  font-style: normal;
  src: url("../assets/fonts/cambira/cambriab.ttf") format("truetype");
}
@font-face {
  font-family: "Cambira";
  font-weight: 400;
  font-style: normal;
  src: url("../assets/fonts/cambira/Cambria.ttf") format("truetype");
}
@font-face {
  font-family: "Brightwall";
  font-style: normal;
  src: url("../assets/fonts/Brightwall.ttf") format("truetype");
}
*,
*::before,
*::after {
  box-sizing: border-box;
  padding: 0;
  margin: 0;
}

html,
body {
  overflow-x: hidden;
}

body {
  font-family: "Poppins", sans-serif;
  font-weight: 400;
  position: relative;
}
body > .app {
  display: none;
}

h1,
h2,
h3,
h4 {
  font-family: "Cambira", sans-serif;
}

button {
  border: none;
  background-color: transparent;
  cursor: pointer;
}

a,
button {
  transition: transform 0.3s;
}

a:active,
button:active {
  transform: scale(0.9);
}

ul {
  list-style: none;
}

a {
  text-decoration: none;
}

.logo {
  display: block;
  width: 263px;
}
.logo img {
  width: 100%;
  height: 100%;
}

.loader {
  width: 100%;
  height: 100vh;
  display: flex;
  justify-content: center;
  align-items: center;
  background: white;
  top: 0;
  z-index: 99;
  transition: transform 2.5s;
}

svg path,
svg rect {
  fill: #ff6700;
}

button.arrow {
  width: 35px;
  height: 35px;
  border-radius: 50%;
  background-color: transparent;
  border: 2px solid #ff9908;
  cursor: pointer;
  color: #ff9908;
  z-index: 1;
}

.arrow-mr {
  margin-right: 1.5rem;
}

.btn-style {
  display: block;
  width: -moz-fit-content;
  width: fit-content;
  background-color: #ff9908;
  color: white;
  padding: 10px 2rem;
  font-size: 1.4rem;
  border-radius: 30px;
}

.mt {
  margin-top: 1.5rem;
}

.btn-ho,
.btn-ho-2,
.btn-hov-clr-wh {
  transition: 300ms;
}

.btn-ho:hover {
  background-color: #002d40 !important;
  color: white !important;
}

.btn-ho-2:hover {
  background-color: #f0900a !important;
}

.btn-hov-clr-wh:hover {
  color: white !important;
}

.fa-brands {
  display: inline-block;
  width: 40px;
  height: 40px;
  background-color: white;
  font-size: 25px;
  border-radius: 50%;
  text-align: center;
  line-height: 40px !important;
}

.links {
  display: block;
}

.fa-brands {
  margin-right: 10px;
}

.linkedin {
  color: #0072b1;
}

.facebook {
  color: #3b5998;
}

.insta {
  color: #e1306c;
}

.twitter {
  color: #00acee;
}

.youtube {
  color: #ff0000;
  margin: 0;
}

.whatsapp {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 50px;
  height: 50px;
  border-radius: 50%;
  position: fixed;
  bottom: 15px;
  right: 15px;
  z-index: 10;
  background-color: #25d366;
  box-shadow: 0px 2px 0px 2px #21bb5a;
}
.whatsapp .whats-icon {
  background-color: #25d366;
  color: white;
  font-size: 2.5rem;
  margin: 0;
}

.bullets {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 1rem;
  margin-top: 3rem;
}

.bullets div {
  border-radius: 50%;
  width: 15px;
  height: 15px;
  background-color: rgb(205, 205, 205);
  cursor: pointer;
  transition: background-color 0.3s;
}
.bullets div.active {
  background-color: #ff9908 !important;
}

/* For Any Container In Html Page  */
.container {
  padding-left: 15px;
  padding-right: 15px;
  margin-left: auto;
  margin-right: auto;
}

/* Small Screens */
@media (min-width: 768px) {
  .container {
    width: 750px;
  }
}
/* Medium Screens */
@media (min-width: 992px) {
  .container {
    width: 970px;
  }
}
/* Large Screens */
@media (min-width: 1200px) {
  .container {
    width: 1170px;
  }
}
.fast-agency span {
  color: #ff9908;
}

.amazon-claim,
.fast-agency,
.footer .container > p:nth-child(1) {
  text-align: center;
  padding: 1.8rem;
  background-color: #002d40;
  color: white;
  font-size: 1.3rem;
}
.amazon-claim a,
.fast-agency a,
.footer .container > p:nth-child(1) a {
  color: inherit;
}
.amazon-claim .amount,
.amazon-claim .free,
.fast-agency .amount,
.fast-agency .free,
.footer .container > p:nth-child(1) .amount,
.footer .container > p:nth-child(1) .free {
  position: relative;
  z-index: 10;
}
.amazon-claim .amount::before,
.amazon-claim .amount::after,
.amazon-claim .free::before,
.fast-agency .amount::before,
.fast-agency .amount::after,
.fast-agency .free::before,
.footer .container > p:nth-child(1) .amount::before,
.footer .container > p:nth-child(1) .amount::after,
.footer .container > p:nth-child(1) .free::before {
  content: "";
  position: absolute;
  top: 50%;
  left: 50%;
  background-color: #ff9908;
}
.amazon-claim .amount::before,
.fast-agency .amount::before,
.footer .container > p:nth-child(1) .amount::before {
  transform: translate(-50%, -50%) rotate(45deg);
  width: 1.3px;
  height: 100%;
}
.amazon-claim .amount::after,
.fast-agency .amount::after,
.footer .container > p:nth-child(1) .amount::after {
  transform: translate(50%, -20%) rotate(45deg);
  width: 1.3px;
  height: 100%;
}
.amazon-claim .free::before,
.fast-agency .free::before,
.footer .container > p:nth-child(1) .free::before {
  transform: translate(-50%, -50%) rotate(15deg);
  content: "";
  width: 100%;
  height: 100%;
  z-index: -1;
  padding: 20px;
}

.nav-header {
  padding-top: 2rem;
  padding-bottom: 2rem;
  position: relative;
  z-index: 1;
}
.nav-header .container {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.nav-header .container .list-container {
  display: flex;
  align-items: center;
  gap: 1rem;
}
.nav-header .container .list-container ul:not(.sub-menu) {
  display: flex;
  list-style: none;
  font-size: 15px;
  font-weight: 500;
}
.nav-header .container .list-container ul a {
  display: block;
  color: #002d40;
  padding: 10px;
  border-radius: 10px;
  transition: background-color 0.4s;
}
.nav-header .container .list-container ul a:hover, .nav-header .container .list-container ul a.active {
  background-color: #ff9908;
  color: white;
}
.nav-header .container .list-container .services {
  position: relative;
}
.nav-header .container .list-container .services-mobile-v {
  display: none;
}
.nav-header .container .list-container .services:hover .sub-menu-c {
  pointer-events: painted;
}
.nav-header .container .list-container .services:hover .sub-menu {
  visibility: visible;
  opacity: 1;
}
.nav-header .container .list-container .sub-menu-c {
  pointer-events: none;
  position: absolute;
  width: 100%;
  height: 40px;
  left: 50%;
  transform: translateX(-50%);
}
.nav-header .container .list-container .sub-menu {
  visibility: hidden;
  width: 265px;
  height: -moz-fit-content;
  height: fit-content;
  opacity: 0;
  background: white;
  box-shadow: 0px 3px 5px 2px rgba(0, 0, 0, 0.2);
  border-radius: 10px;
  padding: 1rem;
  margin-top: 0.5rem;
  transition: opacity 0.5s, visibility 0.6s;
}
.nav-header .container .call-btn {
  color: white;
  background-color: #ff9908;
  padding: 12px;
  border-radius: 30px;
  font-size: 15px;
}
.nav-header .container .call-btn span {
  margin-left: 10px;
}
@media screen and (max-width: 1200px) {
  .nav-header .container .logo {
    width: 160px;
  }
  .nav-header .container .list-container ul,
  .nav-header .container .call-btn {
    font-size: 11px !important;
  }
  .nav-header .container .list-container {
    gap: 0.5rem;
  }
}
@media screen and (max-width: 992px) {
  .nav-header .container {
    width: 100%;
  }
}
@media screen and (max-width: 797px) {
  .nav-header {
    position: relative;
  }
  .nav-header .container .logo {
    width: 190px;
  }
  .nav-header .container .list-container,
  .nav-header .container .list-container ul {
    display: block !important;
  }
  .nav-header .container .menu-c {
    display: flex;
    gap: 1rem;
    align-items: center;
  }
  .nav-header .container .menu {
    background-color: #ff9908;
    color: white;
    padding: 2px 6px;
    border-radius: 10px;
    font-weight: 500;
    font-size: 1.9rem;
  }
  .nav-header .container .list-container {
    opacity: 0;
    visibility: hidden;
    position: absolute;
    width: 100%;
    background-color: white;
    z-index: 10;
    text-align: center;
    padding: 2rem 0;
    box-shadow: 0px 10px 9px 1px rgba(0, 0, 0, 0.23);
    border-radius: 0px 0px 30px 30px;
    top: 0;
    left: 0;
    transform: translateY(-100%);
    transition: 0.4s;
    transition-property: opacity, visibility, transform;
  }
  .nav-header .container .list-container.show {
    opacity: 1;
    transform: translateY(0);
    visibility: visible;
  }
  .nav-header .container .list-container .close {
    position: absolute;
    right: 20px;
    background: #ff9908;
    font-size: 2rem;
    color: white;
    padding: 0 9px;
    border-radius: 10px;
  }
  .nav-header .container .list-container ul {
    width: 100%;
    height: 100%;
  }
  .nav-header .container .list-container ul.sub-menu {
    margin-top: 1.5rem;
    position: absolute;
    left: 50%;
    transform: translateX(-50%);
  }
  .nav-header .container .list-container ul li {
    padding: 1rem 0;
    font-size: 15px;
    width: -moz-fit-content;
    width: fit-content;
    margin: 0 auto;
  }
  .nav-header .container .list-container ul li.desktop {
    display: none;
  }
  .nav-header .container .list-container ul .services-mobile-v {
    display: block;
    position: relative;
  }
  .nav-header .container .list-container ul a {
    display: inline;
  }
  .nav-header .container .list-container ul .mobile-serv-navigate {
    visibility: hidden;
    opacity: 0;
    font-size: 14px;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-220px, -50%);
    transition: opacity 0.4s, transform 0.4s, visibility 0.4s;
  }
  .nav-header .container .list-container ul li.mobile:hover + .mobile-serv-navigate {
    visibility: visible;
    opacity: 1;
    transform: translate(-150px, -50%);
  }
  .nav-header .container .list-container .call-btn {
    margin: 1rem auto 0;
  }
  .nav-header .container .call-btn {
    display: block;
    width: -moz-fit-content;
    width: fit-content;
  }
}
@media screen and (min-width: 797px) {
  .nav-header .container .menu,
  .nav-header .container .list-container .close,
  .nav-header .container .menu + .call-btn {
    display: none;
  }
}
@media screen and (max-width: 480px) {
  .nav-header .container .menu + .call-btn {
    display: none;
  }
}

.hero-home,
.hero-about {
  position: relative;
  overflow: hidden;
}
.hero-home::after,
.hero-about::after {
  content: "";
  position: absolute;
  background-image: url(../../assets/images/web-assests_02.png);
  background-size: 100% 100%;
  width: 100%;
  height: 150px;
  top: -101px;
}
.hero-home h1,
.hero-about h1 {
  font-size: 2.5rem;
  padding: 3rem 5px 0 0;
  margin-bottom: 10px;
  line-height: 1.2;
}
.hero-home h1 span,
.hero-about h1 span {
  position: relative;
  color: #ff9908;
}
.hero-home .info-text,
.hero-about .info-text {
  font-size: 1.4rem;
  line-height: 1.4;
}
.hero-home .info-text span,
.hero-about .info-text span {
  color: #ff9908;
}
@media screen and (max-width: 466px) {
  .hero-home .container .side-left h1,
  .hero-about .container .side-left h1 {
    font-size: 1.9rem;
  }
  .hero-home .container .side-left .info-text,
  .hero-about .container .side-left .info-text {
    font-size: 1rem;
  }
  .hero-home .container .side-left a,
  .hero-about .container .side-left a {
    font-size: 14px;
  }
}

.hero-home::before {
  content: "";
  -webkit-clip-path: polygon(70% 0, 100% 0, 100% 40%, 100% 100%, 66% 89%, 47% 80%, 31% 67%, 18% 49%, 0 0, 35% 0);
          clip-path: polygon(70% 0, 100% 0, 100% 40%, 100% 100%, 66% 89%, 47% 80%, 31% 67%, 18% 49%, 0 0, 35% 0);
  background-color: #fff3f3;
  position: absolute;
  width: 100%;
  height: 100%;
  z-index: -1;
}
.hero-home .container {
  display: flex;
}
.hero-home .container .side-left {
  flex: 1;
  padding-bottom: 2rem;
}
.hero-home .container .side-left a {
  display: block;
  width: -moz-fit-content;
  width: fit-content;
  padding: 0.8rem 1.8rem;
  font-size: 1.3rem;
  font-weight: 500;
  border-radius: 30px;
  background-color: #ff9908;
  color: white;
  margin: 1.8rem auto 1rem 5rem;
  box-shadow: 0 5px 6px 1px rgba(0, 0, 0, 0.2);
}
.hero-home .container .side-left img {
  display: block;
  margin: 0 auto 0 8.1rem;
  width: 230px;
}
.hero-home .container .side-left .review-txt {
  margin: 1rem auto 0 9.3rem;
  font-weight: 500;
}
.hero-home .container .side-right {
  flex: 1;
  box-shadow: 0px 0px 5px 0px rgba(0, 0, 0, 0.4);
  background-color: white;
}
.hero-home .container .side-right video {
  width: 100%;
  height: 100%;
}

.hero-about {
  background-color: #002d40;
  padding: 2rem 0;
}
.hero-about .container {
  display: flex;
  gap: 1rem 2rem;
  align-items: center;
}
.hero-about .container h1 {
  color: white;
  padding: 0;
}
.hero-about .container .info-text {
  color: white;
  font-weight: 300;
  margin-top: 1.4rem;
}
.hero-about .container .side-left,
.hero-about .container .side-right {
  position: relative;
  flex: 1;
}
.hero-about .container .side-right img {
  width: 100%;
}

.elusive .heading {
  background-image: url("../../assets/images/navy-background.png");
  background-repeat: no-repeat;
  background-size: cover;
  background-position: 100%;
  padding: 4rem 15px 5rem;
}
.elusive .heading h2 {
  text-align: center;
  max-width: 700px;
  font-size: 3rem;
  margin: 0 auto;
  color: white;
}
.elusive .heading h2 span {
  position: relative;
}
.elusive .heading h2 span img {
  position: absolute;
  width: 170px;
  right: -44px;
  top: -40px;
}
.elusive .heading h2 span.orange {
  color: #ff9908;
}
.elusive .box {
  background-color: white;
  box-shadow: 0px 0px 20px 1px rgba(0, 0, 0, 0.3);
  padding: 2rem 4rem;
  border-radius: 10px;
  margin-top: -40px;
}
.elusive .box .inner-content {
  display: flex;
  align-items: center;
  gap: 4rem;
}
.elusive .box .inner-content img {
  max-width: 900px;
  width: 100%;
}
.elusive .box h5 {
  font-weight: 600;
  color: #002d40;
  text-align: center;
  font-size: 2rem;
  line-height: 1.4;
}
.elusive .box h6 {
  color: #ff9908;
  font-size: 22px;
  font-style: italic;
  margin-top: 1rem;
}
.elusive .box p:not(:first-of-type) {
  margin-top: 1rem;
}

.recent-search {
  padding-top: 4rem;
}
.recent-search .heading {
  background-color: #002d40;
  padding: 2rem 15px;
  text-align: center;
  color: white;
}
.recent-search .heading h2 {
  position: relative;
  max-width: 920px;
  font-size: 3rem;
  margin: 0 auto;
}
.recent-search .heading h2 span:not(.orange) {
  font-weight: 400;
}
.recent-search .heading h2 span.orange {
  color: #ff9908;
}
.recent-search .heading h2::after {
  content: "";
  display: block;
  width: 200px;
  height: 1px;
  background-color: #ff9908;
  margin: 2rem auto;
}
.recent-search .heading p {
  font-size: 1.7rem;
  max-width: 850px;
  margin: 0 auto;
  line-height: 1.7;
  font-style: italic;
}
.recent-search .heading p img {
  width: 45px;
  vertical-align: middle;
  transform: rotate(90deg) rotateX(180deg);
}
.recent-search .box-c {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(200px, 1fr));
  gap: 1rem 3rem;
}
.recent-search .box-c .box {
  text-align: center;
  position: relative;
}
.recent-search .box-c .box img {
  width: 170px;
}
.recent-search .box-c .box:not(:last-of-type)::after {
  content: "";
  position: absolute;
  height: 40px;
  width: 3px;
  bottom: -10px;
  right: -23px;
  transform: translateY(-50%);
  background-color: #002d40;
}

.waste-time {
  text-align: center;
  padding-top: 2rem;
}
.waste-time .heading {
  background-color: #002d40;
  padding: 2rem 15px;
}
.waste-time p {
  color: white;
  max-width: 920px;
  margin: 0 auto;
  line-height: 1.5;
  font-size: 1.5rem;
}
.waste-time h2 {
  margin-top: 2rem;
  font-size: 2.5rem;
}
.waste-time h2 span {
  color: #ff9908;
}

.Redefine {
  padding-top: 3rem;
}
.Redefine .heading h2 {
  font-size: 3.5rem;
}
.Redefine .heading h2 span img {
  width: 110px;
  left: -91px;
  top: -91px;
  transform: rotate(-30deg);
}
.Redefine .heading h2 span:last-of-type {
  font-weight: 400;
}
.Redefine .box .inner-content {
  display: block;
  margin-top: 2rem;
}
.Redefine .box .inner-content h6 {
  font-size: 30px;
  text-align: center;
  margin: 1.5rem 0;
}
.Redefine .box .inner-content p {
  font-size: 20px;
  margin: 0;
}

.why-konector {
  margin-top: 4rem;
  background-color: #002d40;
}
.why-konector .container {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(400px, 1fr));
  align-items: center;
  color: white;
  max-width: 1070px;
}
.why-konector .container span {
  color: #ff9908;
}
.why-konector .container h2 {
  font-size: 2rem;
  text-align: center;
}
.why-konector .container h5 {
  font-size: 2.5rem;
}
.why-konector .container p {
  line-height: 1.7;
}
.why-konector .container .left-side {
  border-right: 2px solid #ff9908;
  padding: 2rem 0;
}
.why-konector .container .left-side .why-stats:not(:first-of-type) {
  margin-top: 1rem;
}
.why-konector .container .left-side .why-stats p {
  font-size: 20px;
}
.why-konector .container .right-side {
  padding-bottom: 1rem;
  padding-left: 2rem;
}
.why-konector .container .right-side h2 {
  margin: 2rem 84px 3rem 0;
}

.we-are-here {
  padding-top: 3rem;
}
.we-are-here .heading h2 {
  max-width: 100%;
  font-size: 4rem;
}
.we-are-here .box .inner-content {
  gap: 0;
}
.we-are-here .box .inner-content h6 {
  font-weight: 500;
  font-size: 28px;
  font-style: normal;
  color: black;
}
.we-are-here .box .inner-content img {
  max-width: 875px;
}
.we-are-here .box .inner-content + h6 {
  color: black;
  font-style: normal;
  font-weight: 600;
  font-size: 2.2rem;
  text-align: center;
  margin: 0 0 1.5rem;
}
.we-are-here .box > h6:last-of-type {
  font-style: normal;
  font-weight: 600;
  font-size: 2.5rem;
}
.we-are-here .quote {
  position: relative;
  margin-top: 2rem;
  background-color: #d0dffe;
  padding: 1.5rem;
  border-radius: 20px;
  border: 3px solid;
  line-height: 1.4;
}
.we-are-here .quote::before, .we-are-here .quote::after {
  font-family: "Font Awesome 6 Free";
  font-weight: 900;
  position: absolute;
  width: 45px;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
  font-size: 2.5rem;
}
.we-are-here .quote::before {
  content: "\f10d";
  top: -25px;
  left: 9px;
  background: linear-gradient(0deg, #d0dffe 50%, white 50%);
}
.we-are-here .quote::after {
  content: "\f10e";
  bottom: -25px;
  right: 9px;
  background: linear-gradient(to bottom, #d0dffe 50%, white 50%);
}
.we-are-here .quote p {
  position: relative;
  margin: 0;
  font-style: italic;
}
.we-are-here a {
  font-family: "Cambira", sans-serif;
  font-weight: 600;
  margin: 2rem auto 0;
  font-size: 3rem;
  padding: 12px 3rem;
  border-radius: 60px;
  background: linear-gradient(to right, #002d40 50%, #00202d 50%);
}
.we-are-here a span {
  color: #ff9908;
}

@media screen and (max-width: 992px) {
  .hero-home .container .side-left a {
    margin: 1.8rem auto 1rem;
  }
  .hero-home .container .side-left img {
    margin: 0 auto 0;
  }
  .hero-home .container .side-left .review-txt {
    margin: 1rem 0 0;
    text-align: center;
  }
  .hero-home .container,
  .hero-about .container {
    display: block;
  }
  .about .hero-about {
    padding-top: 5rem;
  }
  .why-konector .container .left-side {
    border-right: none;
    border-bottom: 2px solid #ff9908;
    padding-bottom: 2rem;
  }
  .why-konector .container .right-side {
    padding-bottom: 2rem;
    padding-left: 0;
  }
  .elusive .box .inner-content {
    margin-top: 2rem;
  }
  .elusive .box h6 {
    font-size: 18px;
  }
}
@media screen and (max-width: 768px) {
  .hero-home .container .side-left a {
    font-size: 1rem;
  }
  .elusive .heading h2 {
    font-size: 2rem;
  }
  .elusive .container .box {
    padding: 2rem;
  }
  .elusive .container .box .inner-content {
    flex-direction: column;
    gap: 0;
  }
  .elusive .container .box h5 {
    font-size: 1.3rem;
  }
  .elusive .container .box p {
    font-size: 16px;
  }
  .recent-search .heading h2 {
    font-size: 1.7rem;
  }
  .recent-search .heading p {
    font-size: 1rem;
  }
  .recent-search .heading p img {
    width: 20px;
  }
  .Redefine .box .inner-content h6 {
    font-size: 22px;
  }
  .waste-time p {
    font-size: 1rem;
  }
  .waste-time h2 {
    font-size: 1.7rem;
  }
  .we-are-here .box .inner-content + h6 {
    font-size: 1.4rem;
  }
  .we-are-here .box > h6:last-of-type {
    font-size: 1.7rem;
  }
  .we-are-here a {
    font-size: 1.3rem;
  }
}
@media screen and (max-width: 470px) {
  .why-konector .container {
    display: block;
  }
  .why-konector .container .left-side .head {
    margin-left: 0;
    justify-content: center;
  }
  .why-konector .container .left-side .head h2 {
    margin: 1rem 0;
  }
  .why-konector .container .left-side .head img {
    width: 120px;
  }
  .why-konector .container .right-side h2 {
    margin: 2rem 0;
  }
  .why-konector .container .info-txt {
    padding: 0;
  }
}
.partners {
  overflow: hidden;
  padding-top: 4rem;
}
.partners h2 {
  text-align: center;
  font-weight: 400;
  font-size: 2rem;
}
.partners .img-c {
  margin-top: 2.5rem;
  white-space: nowrap;
  animation: move-brands 20s infinite linear;
}
.partners .img-c img {
  width: 80px;
}
.partners .img-c img:not(:last-of-type) {
  margin-right: 5rem;
}
.partners .img-c .rounded {
  border-radius: 50%;
}

.about-partners {
  padding: 5rem 0;
}

@keyframes move-brands {
  0% {
    transform: translateX(0px);
  }
  100% {
    transform: translateX(-2430px);
  }
}
.team {
  padding: 3rem 0;
  background-color: #edfaff;
  color: #002d40;
}
.team h1 {
  text-align: center;
  font-size: 2.5rem;
}
.team .separator {
  height: 20px;
  background-color: white;
  margin: 3rem 0;
}
.team h1,
.team h2 {
  font-family: "Cambria", sans-serif;
}
.team .member {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(400px, 1fr));
  align-items: center;
  gap: 1rem 2rem;
}
.team .member .info h2 {
  font-size: 2rem;
}
.team .member .info .role {
  color: #ff9908;
  margin: 0.3rem 0 1rem;
}
.team .member .info .about {
  line-height: 1.6;
}
.team .member .image {
  position: relative;
}
.team .member .image img {
  width: 100%;
}
.team .member .image .team-mem-pic {
  position: absolute;
  left: 0;
  bottom: 0;
}
.team .links {
  margin-top: 1rem;
}
.team .links i {
  box-shadow: 1px 2px 0px 0px rgba(0, 0, 0, 0.2);
}

.customers-saying {
  padding-top: 3rem;
}
.customers-saying .container {
  text-align: center;
  color: #002d40;
}
.customers-saying .container h2 {
  font-family: "Cambria", sans-serif;
  font-size: 2.7rem;
}
.customers-saying .container > p {
  margin-top: 1rem;
}
.customers-saying .container .arrows {
  margin: 2rem 0;
}
.customers-saying .container .says-c {
  display: flex;
  align-items: flex-start;
  justify-content: center;
  flex-wrap: wrap;
  gap: 1rem;
}
.customers-saying .container .says-c .box {
  box-shadow: 0px 5px 4px 1px rgba(0, 0, 0, 0.15);
  background-color: white;
}
.customers-saying .container .says-c .trustpilot-img {
  padding: 2rem;
}
.customers-saying .container .says-c p {
  font-weight: 600;
  font-size: 1.6rem;
}
.customers-saying .container .says-c img {
  width: 150px;
}
.customers-saying .container .says {
  display: flex;
  justify-content: center;
  align-items: center;
  flex-wrap: wrap;
  gap: 1.3rem;
}
.customers-saying .container .says .box {
  width: 289px;
  height: 205px;
}
@media screen and (max-width: 470px) {
  .customers-saying .container h2 {
    font-size: 2rem;
  }
}

.customers-saying.con {
  background-color: #edfaff;
  padding: 4rem 0;
}

.konnector-process {
  margin-top: 4rem;
  height: 100vh;
  display: flex;
  justify-content: center;
  align-items: center;
  background-image: url("../../assets/images/navy-background.png");
  background-repeat: no-repeat;
  background-size: cover;
  background-position: 100%;
  background-color: #002d40;
}
.konnector-process .container {
  display: flex;
  align-items: center;
  gap: 0rem 3rem;
}
.konnector-process .container .left-side {
  flex: 1;
  color: white;
}
.konnector-process .container .left-side h2 {
  color: #ff9908;
  font-size: 4rem;
}
.konnector-process .container .left-side .list-c {
  margin: 5rem 0 0 5rem;
}
.konnector-process .container .left-side ul {
  font-size: 1.8rem;
  list-style: none;
}
.konnector-process .container .left-side ul li {
  position: relative;
  cursor: pointer;
}
.konnector-process .container .left-side ul li:not(:last-of-type) {
  padding-bottom: 1.57rem;
}
.konnector-process .container .left-side ul li::before {
  content: "";
  position: absolute;
  width: 15px;
  height: 15px;
  border-radius: 50%;
  top: 10px;
  left: -50px;
  background-color: white;
  z-index: 2;
  transition: 0.5s;
  transition-property: background-color, height;
}
.konnector-process .container .left-side ul li:not(:last-of-type):after {
  content: "";
  position: absolute;
  background-color: white;
  width: 2px;
  height: 100%;
  top: 15px;
  left: -44px;
  z-index: 1;
  transition: background-color 0.5s;
}
.konnector-process .container .left-side ul li span {
  display: block;
  margin-bottom: 15px;
}
.konnector-process .container .left-side ul li p {
  visibility: hidden;
  height: 0;
  opacity: 0;
  font-size: 14px;
  line-height: 1.6;
  transition: visibility 0.5s, opacity 0.7s;
}
.konnector-process .container .left-side ul li.active span {
  color: #ff9908;
}
.konnector-process .container .left-side ul li.active::before {
  content: attr(data-num);
  background-color: #ff9908;
  display: flex;
  justify-content: center;
  align-items: center;
  width: 35px;
  height: 35px;
  font-size: 1.2rem;
  top: 0;
  left: -60px;
}
.konnector-process .container .left-side ul li.active::after {
  background-color: #ff9908;
}
.konnector-process .container .left-side ul li.active p {
  visibility: visible;
  opacity: 1;
  height: 100%;
  cursor: default;
}
.konnector-process .container .right-side {
  width: 100%;
  min-height: 650px;
  flex: 1;
  position: relative;
  overflow: hidden;
}
.konnector-process .container .right-side .box {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 50%;
  left: 50%;
  border-radius: inherit;
  transition: transform 0.6s linear;
}
.konnector-process .container .right-side .box img {
  height: 100%;
  width: 100%;
  -o-object-fit: contain;
     object-fit: contain;
}

.perles-work {
  padding: 4rem 0;
}
.perles-work .container {
  display: flex;
  justify-content: space-between;
  align-items: center;
  gap: 12rem 0;
}
.perles-work .container h2 {
  color: #002d40;
  font-size: 4rem;
}
.perles-work .container p {
  margin: 1rem 0 2rem;
  line-height: 1.4;
  position: relative;
  z-index: 20;
}
.perles-work .container a {
  padding: 10px 1rem;
  font-weight: 500;
  border-radius: 60px;
  background-color: #ff9908;
  color: white;
  position: relative;
  z-index: 2;
  box-shadow: 0 3px 4px 0px rgba(0, 0, 0, 0.15);
}
.perles-work .container .heading {
  position: relative;
}
.perles-work .container .perles {
  max-width: 578px;
}
.perles-work .container .perles-arrow {
  position: absolute;
  width: 596px;
  z-index: 1;
  left: 138px;
  bottom: -50px;
  transform: rotate(-10deg);
}

@media screen and (max-width: 650px) {
  .konnector-process .container .left-side h2 {
    font-size: 2.2rem;
    text-align: center;
  }
  .konnector-process .container .left-side .list-c ul {
    font-size: 1.4rem;
  }
}
@media screen and (max-width: 768px) {
  .konnector-process {
    display: block;
    height: auto;
    padding: 3rem 0;
  }
  .konnector-process .container {
    flex-direction: column;
  }
  .konnector-process .container .right-side {
    min-height: 456px;
  }
  .konnector-process .container .left-side .list-c {
    margin: 2.5rem 0 0 5rem;
  }
  .perles-work .container {
    flex-wrap: wrap;
    gap: 2rem 0;
  }
  .perles-work .container h2 {
    font-size: 3rem;
  }
  .perles-work .container .perles {
    width: 100%;
  }
  .perles-work .container .perles-arrow {
    width: 325px;
    transform: rotate(85deg);
    left: 35px;
    bottom: -30px;
  }
}
@media screen and (max-width: 992px) {
  .konnector-process .container .left-side h2 {
    font-size: 2.5rem;
  }
}
.how-it-works {
  padding: 3rem 0;
  background-color: #edfaff;
}
.how-it-works .container h2 {
  text-align: center;
  color: #002d40;
  font-weight: 400;
  font-size: 2.5rem;
  margin-bottom: 4rem;
}
.how-it-works .container .c-info {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(300px, 1fr));
  text-align: center;
  gap: 2rem 0;
}
.how-it-works .container .c-info .info-box {
  position: relative;
  padding: 2rem 0;
}
.how-it-works .container .c-info .info-box > img {
  position: absolute;
  height: 100%;
  left: 50%;
  top: 0;
  transform: translateX(-37%);
}
.how-it-works .container .c-info .info-box:nth-child(3) > img, .how-it-works .container .c-info .info-box:nth-child(6) > img {
  transform: translateX(-50%);
}
.how-it-works .container .c-info .img-holder {
  width: 85px;
  height: 85px;
  background-color: #fcdda4;
  margin: 0 auto;
  border-radius: 50%;
  box-shadow: 0 4px 5px 0px rgba(0, 0, 0, 0.15);
  display: flex;
  align-items: center;
  justify-content: center;
}
.how-it-works .container .c-info .img-holder img {
  width: calc(100% - 25px);
}
.how-it-works .container .c-info h3 {
  color: #ff9908;
  margin: 1rem 0;
}
.how-it-works .container .c-info p {
  font-size: 0.8rem;
  max-width: 190px;
  line-height: 1.5;
  margin: 0 auto;
}

.amazon-to-work {
  padding-top: 1rem;
  text-align: center;
}
.amazon-to-work h2 {
  font-size: 2.4rem;
  color: #002d40;
  margin-bottom: 2rem;
  padding: 0 10px;
}
.amazon-to-work .inner {
  padding: 3rem 0;
  background-color: #002d40;
}
.amazon-to-work .container .side-right {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(300px, 1fr));
  gap: 20px 3rem;
}
.amazon-to-work .container .side-right .box {
  background-color: white;
  padding: 1rem 5px;
}
.amazon-to-work .container .side-right .box img {
  width: 100px;
}
.amazon-to-work .container .side-right .box p {
  margin-top: 1rem;
  color: #002d40;
  font-size: 1.37rem;
  font-weight: 500;
}

.projects {
  padding: 4rem 0;
  background-image: url("../assets/images/wavey-background.png");
  background-repeat: no-repeat;
  background-size: cover;
  background-position: 100%;
}
.projects .projects-num {
  display: block;
  font-size: 1.8rem;
  font-weight: 500;
  color: #002d40;
  text-align: end;
  margin-bottom: 1rem;
}
.projects .p-head {
  text-align: center;
  margin-bottom: 3rem;
  border-top: 1px solid black;
}
.projects .p-head h1 {
  color: #002d40;
  font-size: 3rem;
  font-weight: 400;
}
.projects .p-head p {
  max-width: 960px;
  margin: 0 auto;
}
.projects .p-content .p-box {
  display: flex;
  justify-content: space-around;
  align-items: center;
  position: relative;
}
.projects .p-content .p-box .info-txt {
  width: 40%;
  color: #002d40;
}
.projects .p-content .p-box .info-txt .txt {
  padding: 1rem;
  background-color: white;
  box-shadow: -2px 5px 6px 0 rgba(0, 0, 0, 0.2);
}
.projects .p-content .p-box .info-txt h3 {
  font-size: 2rem;
  font-weight: 400;
  max-width: 378px;
  margin-top: 10px;
}
.projects .p-content .p-box .info-txt p {
  margin: 1rem 0;
}
.projects .p-content .p-box .info-txt .stats .statsNum {
  font-size: 1.8rem;
  font-weight: 700;
}
.projects .p-content .p-box .info-txt a.read-case-std {
  background-color: #ff9908;
  font-weight: 500;
  box-shadow: 0px 6px 5px 0px rgba(0, 0, 0, 0.18);
  padding: 0.6rem 1.3rem;
  margin-top: 1rem;
}
.projects .p-content .p-box .info-txt .waves {
  position: absolute;
  top: 27px;
  left: -100px;
  width: 100%;
  max-height: 369.46px;
  z-index: -1;
}
.projects .p-content .p-box .info-txt:nth-child(2) .txt {
  background-color: #002d40;
  color: white;
}
.projects .p-content .p-box .info-txt:nth-child(2) .txt > a {
  background-color: #fe786d;
}
.projects .p-content .p-box .info-txt:nth-child(2) .txt img {
  width: 85%;
}
.projects .p-content .p-box .normal-box {
  width: 40%;
}
.projects .p-content .p-box .normal-box img {
  width: 100%;
  border-radius: 15px;
}
.projects .p-content .p-box:nth-child(1) .info-txt img {
  left: -125px;
}
.projects .p-content .p-box:nth-child(2) {
  margin: 6rem 0;
}
.projects a:not(:nth-child(1)) {
  background-color: #002d40;
  padding: 0.9rem 1.3rem;
  border-radius: 25px;
  color: white;
  display: block;
  width: -moz-fit-content;
  width: fit-content;
  margin: 2.4rem auto 0;
}

@media screen and (max-width: 992px) {
  .projects .p-content .p-box {
    display: block;
  }
  .projects .p-content .p-box .info-txt img {
    width: 50% !important;
  }
  .projects .p-content .p-box .info-txt,
  .projects .p-content .p-box .normal-box {
    width: 100%;
  }
  .projects .p-content .p-box .normal-box img {
    border-radius: 0 0 15px 15px;
  }
  .projects .p-content .p-box:nth-child(2) {
    margin: 4rem 0;
  }
  .projects .p-content .p-box:nth-child(2) .normal-box img {
    border-radius: 15px 15px 0 0;
  }
}
@media screen and (max-width: 768px) {
  .projects .p-head h1 {
    font-size: 2rem;
  }
}
@media screen and (max-width: 560px) {
  .projects .p-content .p-box .info-txt h3 {
    font-size: 1.5rem;
  }
}
.who-we-are .container {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(300px, 1fr));
  align-items: center;
}
.who-we-are .container .info {
  background-color: #002d40;
  padding: 1.3rem;
  position: relative;
  left: -60px;
  top: 60px;
}
.who-we-are .container > img {
  width: 100%;
}
.who-we-are .container h3 {
  color: #ffa600;
}
.who-we-are .container h3 img {
  width: 30px;
  vertical-align: bottom;
}
.who-we-are .container p {
  color: white;
  font-weight: 300;
  margin: 0.8rem;
}
@media screen and (max-width: 992px) {
  .who-we-are .container .info {
    left: 0;
    top: 0;
  }
}

.partnership-offer {
  background-color: #fcdda4;
  padding: 2rem 0;
  position: relative;
  z-index: 10;
}
.partnership-offer::before {
  content: "";
  position: absolute;
  bottom: -38px;
  left: 50%;
  transform: translateX(-50%);
  -webkit-clip-path: polygon(48% 60%, 0 0, 100% 0);
          clip-path: polygon(48% 60%, 0 0, 100% 0);
  background-color: #fcdda4;
  width: 40px;
  height: 40px;
}
.partnership-offer .container {
  display: flex;
  justify-content: space-between;
  align-items: center;
  flex-wrap: wrap;
}
.partnership-offer .container .box {
  text-align: center;
}
.partnership-offer .container small {
  color: #002d40;
  font-size: 1.1rem;
}
.partnership-offer .container p {
  font-family: "Cambira";
  font-size: 2.7rem;
  color: #002d40;
}
@media screen and (max-width: 768px) {
  .partnership-offer .container {
    flex-wrap: wrap;
    text-align: center;
    gap: 1.3rem;
  }
  .partnership-offer .container p,
  .partnership-offer .container div {
    width: 100%;
  }
  .partnership-offer .container p {
    width: 100%;
  }
}

.clients-vid {
  position: relative;
}
.clients-vid .container .head {
  text-align: center;
  padding: 2rem 0 0;
}
.clients-vid .container .head h2 {
  color: #002d40;
  font-size: 3rem;
  font-weight: 400;
}
.clients-vid .container .head p {
  margin: 1rem auto 2rem;
  line-height: 1.6;
  max-width: 885px;
}

.videos {
  display: flex;
  align-items: center;
  justify-content: center;
  position: relative;
}
.videos .arrow {
  width: 50px;
  height: 50px;
  font-size: 1.5rem;
  position: absolute;
}
.videos .arrow:first-of-type {
  left: 0;
}
.videos .arrow:last-of-type {
  right: 0;
}
.videos .carousel-c {
  width: 70%;
}
.videos .c-play {
  width: 100%;
  display: flex;
  align-items: center;
  transition: transform 0.6s;
}
.videos .carousel-cell {
  flex: 1 0 100%;
  padding: 12px;
  background: white;
  box-shadow: 0px 0px 5px 1px rgba(0, 0, 0, 0.18);
  visibility: hidden;
  pointer-events: none;
  opacity: 0;
  transform: scale(0.2);
  z-index: -2;
  border-radius: 10px;
  transition: opacity 0.6s, transform 0.6s, visibility 0.8s;
}
.videos .carousel-cell.active {
  pointer-events: painted;
  visibility: visible;
  opacity: 1;
  transform: scale(1);
  z-index: 1;
}
.videos iframe {
  width: 100%;
  height: 500px;
}

.about-clients-vid {
  padding: 1rem 0 3rem;
}

@media screen and (max-width: 992px) {
  .videos .carousel-c {
    width: 95%;
  }
  .videos .arrow {
    width: 35px;
    height: 35px;
  }
  .videos .arrow:first-of-type {
    left: -12px;
  }
  .videos .arrow:last-of-type {
    right: -12px;
  }
}
@media screen and (max-width: 768px) {
  .videos iframe {
    height: 400px;
  }
}
@media screen and (max-width: 585px) {
  .videos iframe {
    height: 300px;
  }
}
.business {
  position: relative;
  padding: 5rem 0;
}
.business .container > h2,
.business .container > p {
  text-align: center;
  max-width: 700px;
  margin: 0 auto;
}
.business .container > h2 {
  color: #002d40;
  font-weight: 400;
  font-size: 3rem;
  margin-bottom: 1.5rem;
  max-width: 930px;
}
.business .boxes {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(300px, 1fr));
  gap: 3rem;
  margin-top: 4rem;
}
.business .boxes .outer-c {
  position: relative;
  padding-right: 25px;
}
.business .boxes .outer-c::before {
  content: "";
  position: absolute;
  height: 100%;
  width: 50%;
  z-index: -1;
  right: 0;
  border-radius: 0 15px 15px 0;
}
.business .boxes .outer-c::after {
  content: "";
  position: absolute;
  border: 28px solid;
  border-color: transparent transparent transparent #fe786d;
  top: 50%;
  right: -53px;
  transform: translateY(-50%);
}
.business .boxes .outer-c:nth-child(2):after {
  border-color: transparent transparent transparent #92b4fb;
}
.business .boxes .outer-c:last-of-type:after {
  border-color: transparent transparent transparent #ffa600;
}
.business .boxes .outer-c .inner-c::before {
  content: "";
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  width: 100%;
  height: calc(100% - 20px);
  border-radius: 9px;
  background-size: 2px 100%, 100% 2px, 2px 100%, 100% 2px;
  background-position: 0 0, 0 0, 100% 0, 0 100%;
  background-repeat: no-repeat;
}
.business .boxes .outer-c .inner-c .content {
  position: relative;
  margin: 25px 0 25px 25px;
  padding: 25px 0 25px 25px;
  background-color: #f5f5f5;
  border-radius: 12px;
  box-shadow: 0px 3px 2px 1px rgba(0, 0, 0, 0.15);
}
.business .boxes .outer-c .inner-c .content h3 {
  text-align: center;
  display: flex;
  justify-content: center;
  align-items: center;
  color: white;
  margin: 0 0 2rem auto;
  width: calc(100% - 55px);
  height: 80px;
}
.business .boxes .outer-c .inner-c .content h3::before {
  content: "";
  background-size: 65%;
  background-position: center;
  position: absolute;
  left: 5px;
  width: 100px;
  height: 100px;
  box-shadow: 0px 3px 2px 1px rgba(0, 0, 0, 0.15);
  background-color: #f7f7f7;
  border-radius: 50%;
}
.business .boxes .outer-c .inner-c .content p {
  line-height: 1.6;
  font-size: 15px;
}
.business .boxes .outer-c:first-child .inner-c .content h3::before {
  background-image: url("../../assets/images/home-img/call.png");
  background-repeat: no-repeat;
}
.business .boxes .outer-c:nth-child(2) .inner-c .content h3::before {
  background-image: url("../../assets/images/home-img/goal.png");
  background-repeat: no-repeat;
}
.business .boxes .outer-c:last-child .inner-c .content h3::before {
  background-image: url("../../assets/images/home-img/excution.png");
  background-repeat: no-repeat;
}
.business .boxes .red::before,
.business .boxes .red-bg {
  background-color: #fe786d;
}
.business .boxes .red-inner::before {
  background-image: repeating-linear-gradient(0deg, #fe786d, #fe786d 10px, transparent 10px, transparent 16px, #fe786d 16px), repeating-linear-gradient(90deg, #fe786d, #fe786d 10px, transparent 10px, transparent 16px, #fe786d 16px), repeating-linear-gradient(180deg, #fe786d, #fe786d 10px, transparent 10px, transparent 16px, #fe786d 16px), repeating-linear-gradient(270deg, #fe786d, #fe786d 10px, transparent 10px, transparent 16px, #fe786d 16px);
}
.business .boxes .blue::before,
.business .boxes .blue-bg {
  background-color: #92b4fb;
}
.business .boxes .blue-inner::before {
  background-image: repeating-linear-gradient(0deg, #92b4fb, #92b4fb 10px, transparent 10px, transparent 16px, #92b4fb 16px), repeating-linear-gradient(90deg, #92b4fb, #92b4fb 10px, transparent 10px, transparent 16px, #92b4fb 16px), repeating-linear-gradient(180deg, #92b4fb, #92b4fb 10px, transparent 10px, transparent 16px, #92b4fb 16px), repeating-linear-gradient(270deg, #92b4fb, #92b4fb 10px, transparent 10px, transparent 16px, #92b4fb 16px);
}
.business .boxes .yellow::before,
.business .boxes .yellow-bg {
  background-color: #ffa600;
}
.business .boxes .yellow-inner::before {
  background-image: repeating-linear-gradient(0deg, #ffa600, #ffa600 10px, transparent 10px, transparent 16px, #ffa600 16px), repeating-linear-gradient(90deg, #ffa600, #ffa600 10px, transparent 10px, transparent 16px, #ffa600 16px), repeating-linear-gradient(180deg, #ffa600, #ffa600 10px, transparent 10px, transparent 16px, #ffa600 16px), repeating-linear-gradient(270deg, #ffa600, #ffa600 10px, transparent 10px, transparent 16px, #ffa600 16px);
}

@media screen and (max-width: 768px) {
  .business .container > h2 {
    font-size: 2rem;
  }
}
.about-sec {
  margin-top: 2rem;
}
.about-sec h2 {
  text-align: center;
  font-weight: 300;
  font-size: 2rem;
  margin-bottom: 2rem;
}
.about-sec h2 span {
  font-weight: bold;
}
.about-sec h2 span:first-of-type {
  color: #002d40;
}
.about-sec h2 span:last-of-type {
  color: #ff9908;
}
.about-sec .about-content {
  padding: 5rem 0;
  background-image: url("../../assets/images/navy-background.png");
  background-repeat: no-repeat;
  background-size: cover;
  background-position: 100%;
}
.about-sec .outer-c {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(300px, 1fr));
  align-items: center;
  gap: 3rem 1rem;
}
.about-sec h3 {
  font-size: 3rem;
  color: white;
}
.about-sec h3 span {
  color: #ff9908;
}
.about-sec .brands-imgs {
  margin-top: 2rem;
}
.about-sec .brands-imgs img {
  width: 50px;
  border-radius: 50%;
}
.about-sec .brands-imgs img:not(:last-of-type) {
  margin-right: 1rem;
}
.about-sec .free-consultation {
  margin: 3rem 0 0 3rem;
}
.about-sec .free-consultation a {
  background-color: #ff9908;
  padding: 10px 1rem;
  border-radius: 30px;
  color: white;
  font-size: 1.3rem;
  text-shadow: 0 8px 8px rgba(0, 0, 0, 0.25);
}
.about-sec .info-c {
  display: flex;
  overflow: hidden;
}
.about-sec .info-box {
  flex: 1 0 100%;
  background-color: white;
  padding: 3.5rem 1.5rem;
  line-height: 1.5;
  transition: transform 0.5s;
}
.about-sec .bullets div {
  background-color: #f7f7f7;
}
@media screen and (max-width: 768px) {
  .about-sec .free-consultation {
    margin-left: 0;
  }
}
@media screen and (max-width: 564px) {
  .about-sec h3 {
    font-size: 2.3rem;
  }
}

.blogs {
  padding: 2rem 0;
}
.blogs h2,
.blogs p {
  text-align: center;
}
.blogs h2 {
  color: #002d40;
  font-weight: 400;
  font-size: 3rem;
  font-weight: 400;
  margin-bottom: 1rem;
}
.blogs p {
  max-width: 700px;
  margin: 0 auto;
  line-height: 1.5;
}
.blogs .arrows {
  margin-top: 2rem;
  text-align: center;
}
.blogs .boxes {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(300px, 1fr));
  gap: 2rem;
  margin-top: 2rem;
  transition: 0.5s transform;
}
.blogs .boxes .box img {
  box-shadow: 0px 0px 10px 0px rgba(0, 0, 0, 0.2);
  width: 100%;
  border-radius: 10px;
  display: block;
  margin-bottom: 1.5rem;
}
.blogs .boxes a {
  font-size: 14px;
  margin: 0 auto;
}

.top-rated-agency {
  padding: 2rem 0;
}
.top-rated-agency .inner {
  background-color: #002d40;
  text-align: center;
  color: white;
  padding: 2rem 1rem;
  border-radius: 50px;
  max-width: 900px;
  margin: 0 auto;
}
.top-rated-agency .inner h2 {
  font-weight: 400;
  font-size: 2.5rem;
  max-width: 600px;
  line-height: 1.5;
  margin: 0 auto 0;
  position: relative;
}
.top-rated-agency .inner h2::after {
  content: "";
  display: block;
  width: 200px;
  height: 1.5px;
  background-color: #ff9908;
  margin: 2rem auto;
}
.top-rated-agency .inner h2 span {
  color: #ff9908;
}
.top-rated-agency .inner h2 .wavy-arr {
  width: 60px;
  position: absolute;
  right: 0px;
  bottom: -17px;
  transform: rotate(20deg);
}
.top-rated-agency .inner .btns {
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
  gap: 1rem;
}
.top-rated-agency .inner a:nth-child(1) {
  background-color: #ff9908;
}
.top-rated-agency .inner a:nth-child(2) {
  border: 4px solid #ff9908;
}
.top-rated-agency .inner a {
  font-size: 1.1rem;
  color: white;
  padding: 18px 18px 12px;
  border-radius: 50px;
  font-weight: 500;
}
@media screen and (max-width: 680px) {
  .top-rated-agency .inner h2 {
    font-size: 2rem;
  }
  .top-rated-agency .inner h2::after {
    visibility: hidden;
  }
  .top-rated-agency .inner a {
    font-size: 0.8rem;
  }
}

.contact {
  padding: 3rem 0;
}
.contact .container {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(300px, 1fr));
  gap: 1rem;
  align-items: center;
}
.contact .container .head p {
  font-weight: 500;
  font-size: 18px;
}
.contact .container .info h2,
.contact .container .info h3 {
  color: #002d40;
  width: -moz-fit-content;
  width: fit-content;
}
.contact .container .info h2 {
  position: relative;
  font-size: 2rem;
}
.contact .container .info h2 img {
  position: absolute;
  width: 150px;
  top: -34px;
  right: -30px;
}
.contact .container .info h3 {
  font-size: 1.6rem;
  margin-bottom: 5px;
}
.contact .container .info ul {
  list-style: none;
  margin: 2.5rem 0 1rem;
}
.contact .container .info ul li img {
  vertical-align: middle;
  width: 30px;
  margin-right: 10px;
}
.contact .container .info a {
  display: block;
  margin-top: 1rem;
  color: #ff9908;
  font-weight: bold;
}
.contact .container form {
  text-align: center;
}
.contact .container form input {
  margin-bottom: 1.3rem;
}
.contact .container form input,
.contact .container form textarea,
.contact .container form button,
.contact .container form select {
  background-color: #002d40;
  width: 100%;
  color: white;
  border: none;
  padding: 1rem;
  border-radius: 0.5rem;
}
.contact .container form input::-moz-placeholder, .contact .container form textarea::-moz-placeholder, .contact .container form button::-moz-placeholder, .contact .container form select::-moz-placeholder {
  color: white;
}
.contact .container form input::placeholder,
.contact .container form textarea::placeholder,
.contact .container form button::placeholder,
.contact .container form select::placeholder {
  color: white;
}
.contact .container form input:focus,
.contact .container form textarea:focus,
.contact .container form button:focus,
.contact .container form select:focus {
  outline: none;
}
.contact .container form .name {
  display: flex;
  gap: 1rem;
}
.contact .container form textarea {
  height: 155px;
  resize: none;
}
.contact .container form button {
  cursor: pointer;
  width: 50%;
  margin-top: 0.7rem;
}

.verfied-amz {
  display: none;
  background-color: #ffa600;
  padding: 2rem 0;
}
.verfied-amz .container {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(300px, 1fr));
  align-items: center;
  gap: 2rem;
}
.verfied-amz img {
  width: 100%;
}
.verfied-amz img:nth-child(3) {
  height: 112px;
}

.services .hero {
  padding: 4rem 0;
}
.services .hero .container {
  align-items: center;
}
.services .hero .side-right {
  background-color: transparent;
}
.services .hero .side-right img {
  width: 100%;
  height: 500px;
  -o-object-fit: contain;
     object-fit: contain;
}

.sales {
  padding: 4rem 0;
  background-color: #f8e3c6;
  text-align: center;
  color: #002d40;
}
.sales h2 {
  font-weight: 400;
  font-size: 1.7rem;
}
.sales p {
  font-size: 2.5rem;
  font-family: "Cambria", sans-serif;
  max-width: 784px;
  margin: 1.2rem auto 0;
}

.management {
  padding: 4rem 0;
  position: relative;
}
.management::before, .management::after {
  content: "";
  position: absolute;
  top: 0;
  background-repeat: repeat-y;
  background-size: 100%;
  height: 100%;
  width: 55%;
  z-index: -1;
}
.management::before {
  right: 0;
  background-image: url(../../assets/images/wave-haikei.png);
}
.management::after {
  left: 0;
  background-image: url(../../assets/images/wave-haikei-pink.png);
}
.management h2 {
  text-align: center;
  font-size: 3rem;
  font-weight: 400;
}
.management h2,
.management h3 {
  color: #002d40;
}
.management .content {
  margin-top: 3rem;
}
.management .content .box {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(300px, 1fr));
  align-items: center;
  gap: 1.5rem 2rem;
}
.management .content .box:not(:last-of-type) {
  margin-bottom: 3.5rem;
}
.management .content .box:first-child .right-side::before, .management .content .box:nth-child(5) .right-side::before {
  background-color: #ff9908;
}
.management .content .box:nth-child(2) .right-side::before, .management .content .box:nth-child(6) .right-side::before {
  background-color: #fe786d;
}
.management .content .box:nth-child(3) .right-side::before {
  background-color: #002d40;
}
.management .content .box:nth-child(4) .right-side::before, .management .content .box:nth-child(7) .right-side::before {
  background-color: #92b4fb;
}
.management .content .box h3 {
  font-size: 2rem;
  margin-bottom: 1rem;
  font-weight: 400;
}
.management .content .box p {
  line-height: 1.5;
}
.management .content .box .right-side {
  position: relative;
}
.management .content .box .right-side img {
  width: 100%;
}
.management .content .box .right-side::before {
  content: "";
  position: absolute;
  width: 50px;
  height: calc(100% - 30px);
  z-index: -1;
}
.management .content .box .right-side:nth-child(even)::before {
  right: -5%;
  top: -20px;
}
.management .content .box .right-side:nth-child(odd)::before {
  left: -5%;
  bottom: -15px;
}

.automate-management {
  margin-bottom: 4rem;
}
.automate-management .heading {
  background-image: linear-gradient(to right, #002d40 50%, #00202d 50%);
  padding: 2rem 0;
  margin-bottom: 5rem;
  box-shadow: 0px 9px 15px 0px rgba(0, 0, 0, 0.45);
  text-align: center;
}
.automate-management .heading h2 {
  font-weight: 400;
  font-size: 2.4rem;
  color: white;
}
.automate-management .heading h2 span {
  color: #ff9908;
}
.automate-management > .container {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(300px, 1fr));
  gap: 2rem 3.5rem;
}
.automate-management > .container .sm-box-c:not(:last-of-type) {
  margin-bottom: 1rem;
}
.automate-management > .container .sm-box-c:first-child .sm-box::before, .automate-management > .container .sm-box-c:last-child .sm-box::before {
  border-color: #ff9908;
}
.automate-management > .container .sm-box-c:first-child .sm-box::after,
.automate-management > .container .sm-box-c:first-child img, .automate-management > .container .sm-box-c:last-child .sm-box::after,
.automate-management > .container .sm-box-c:last-child img {
  background-color: #ff9908;
}
.automate-management > .container .sm-box-c:nth-child(2) .sm-box::before {
  border-color: #92b4fb;
}
.automate-management > .container .sm-box-c:nth-child(2) .sm-box::after,
.automate-management > .container .sm-box-c:nth-child(2) .sm-box img {
  background-color: #92b4fb;
}
.automate-management > .container .sm-box-c:nth-child(3) .sm-box::before {
  border-color: #fe786d;
}
.automate-management > .container .sm-box-c:nth-child(3) .sm-box::after,
.automate-management > .container .sm-box-c:nth-child(3) .sm-box img {
  background-color: #fe786d;
}
.automate-management > .container .sm-box-c:nth-child(4) .sm-box::before {
  border-color: #002d40;
}
.automate-management > .container .sm-box-c:nth-child(4) .sm-box::after,
.automate-management > .container .sm-box-c:nth-child(4) .sm-box img {
  background-color: #002d40;
}
.automate-management > .container .sm-box {
  position: relative;
  background-color: #f4f7fe;
  padding: 1.3rem 0.7rem 1.3rem 3rem;
  box-shadow: 5px 5px 8px 0px rgba(0, 0, 0, 0.18);
}
.automate-management > .container .sm-box::before, .automate-management > .container .sm-box::after,
.automate-management > .container .sm-box img {
  content: "";
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  z-index: -1;
}
.automate-management > .container .sm-box::before {
  width: 90px;
  height: 90px;
  border-radius: 50%;
  border: 8px solid;
  left: -43px;
}
.automate-management > .container .sm-box::after {
  width: 30px;
  height: 95%;
  right: -16px;
  background-color: #ff9908;
}
.automate-management > .container .sm-box p {
  font-size: 0.9rem;
  max-width: 400px;
  line-height: 1.4;
}
.automate-management > .container .sm-box p img {
  width: 60px;
  height: 60px;
  border-radius: 50%;
  left: -27px;
  box-shadow: 5px 5px 7px 0px rgba(0, 0, 0, 0.15);
  z-index: 1;
}
.automate-management > .container .right-side img {
  width: 100%;
}

.other-services {
  background-color: #edfaff;
  text-align: center;
  color: #002d40;
}
.other-services h2 {
  font-size: 3rem;
  padding: 2rem 0 1rem;
  font-weight: 400;
}
.other-services .c {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(300px, 1fr));
  align-items: center;
  justify-items: center;
}
.other-services .c .box {
  position: relative;
  height: 350px;
}
.other-services .c .box img {
  width: 100%;
  height: 100%;
}
.other-services .c .box:nth-child(4) .txt, .other-services .c .box:nth-child(3) .txt {
  left: 45%;
}
.other-services .c .box:nth-child(1) .txt, .other-services .c .box:nth-child(6) .txt {
  left: 54%;
}
.other-services .c .box .txt {
  position: absolute;
  top: 37%;
  left: 50%;
  transform: translate(-50%, -50%);
}
.other-services .c .box .txt p {
  font-family: "Cambria", sans-serif;
  margin-bottom: 2rem;
  font-size: 5rem;
}

.set-up-call {
  padding: 4rem 0;
}
.set-up-call .container {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(300px, 1fr));
  align-items: center;
  gap: 2rem;
}
.set-up-call .left-side {
  font-size: 2rem;
}
.set-up-call .left-side h3 {
  color: #002d40;
  margin-bottom: 1rem;
  font-size: 4.2rem;
  font-weight: 400;
}
.set-up-call .right-side img {
  width: 100%;
}

@media screen and (max-width: 992px) {
  .services .hero .side-right {
    margin-top: 1rem;
  }
  .services .hero .side-right img {
    height: auto;
  }
}
.stories .hero {
  padding: 0;
}
.stories .hero .container {
  align-items: center;
}
.stories .hero h1 {
  font-size: 3rem;
}
.stories .hero .side-right img {
  width: 100%;
}

.stories .partners {
  padding: 3rem 0 5rem;
}
.stories .partners h2 {
  font-size: 2.4rem;
  font-weight: bold;
  color: #002d40;
}

.case-studies h2 {
  font-size: 3rem;
  text-align: center;
  margin-bottom: 2.5rem;
  color: #002d40;
}
.case-studies .studies {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(300px, 1fr));
  gap: 2rem 1rem;
}
.case-studies .studies .box {
  position: relative;
  box-shadow: 0px 4px 8px 1px rgba(0, 0, 0, 0.2);
}
.case-studies .studies img {
  width: 100%;
  height: 100%;
}
.case-studies .studies .info {
  position: absolute;
  bottom: 0;
  color: white;
  padding: 1rem;
}
.case-studies .studies .info p {
  line-height: 1.4;
}
.case-studies .studies .info a {
  font-size: 1rem;
  padding: 9px 1rem;
  background-color: #002d40;
  margin: 10px auto 0;
}

.stories .clients-vid {
  padding: 3rem 0;
}

.stories .set-up-call {
  background-color: #f4f7fe;
}

@media screen and (max-width: 992px) {
  .stories .hero {
    padding: 4rem 0 0rem;
  }
  .stories .hero .side-right {
    height: auto;
  }
}
.testimonials-pg .hero {
  padding: 4rem 0 2rem;
}
.testimonials-pg .hero .container {
  display: block;
}
.testimonials-pg .hero h1 {
  text-align: center;
  font-size: 2.8rem;
  margin-bottom: 2rem;
}

.testimonials-pg .projects .p-head {
  border: none;
}

.our-services {
  padding: 5rem 0;
  color: #002d40;
}
.our-services h2 {
  text-align: center;
  font-size: 2.7rem;
}
.our-services .services-bx {
  margin-top: 3rem;
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(400px, 1fr));
  align-items: center;
  gap: 1.5rem 2rem;
}
.our-services .service {
  display: flex;
  align-items: center;
  gap: 14px;
  text-align: end;
}
.our-services .service h3 {
  font-weight: 400;
  font-size: 1.4rem;
}
.our-services .service p {
  font-size: 14px;
  line-height: 1.4;
  margin-top: 5px;
}
.our-services .service .img-c img {
  height: 100px;
}

.testimonials-pg .customers-saying {
  padding: 0 0 5rem;
}

.testimonials-pg .set-up-call {
  background-color: #f4f7fe;
}

@media screen and (min-width: 992px) {
  .our-services .service:last-of-type {
    grid-column-start: span 2;
    max-width: 554px;
    margin: 0 auto;
  }
}
@media screen and (max-width: 500px) {
  .our-services .services-bx {
    grid-template-columns: repeat(auto-fit, minmax(300px, 1fr));
  }
}
.logistics .hero {
  padding: 4rem 0 0;
}
.logistics .hero .container {
  align-items: center;
}
.logistics .hero h1 {
  font-size: 4rem;
}
.logistics .hero .side-right img {
  width: 100%;
}

.logistics .sponserd-prod {
  padding-bottom: 1rem;
}
.logistics .sponserd-prod h2 {
  margin-bottom: 1rem;
}
.logistics .sponserd-prod p {
  line-height: 1.6;
}

.logistics .launch-steps {
  padding: 1rem 0;
}
.logistics .launch-steps a {
  margin: 2rem auto 0;
}

.prod-sourcing {
  margin-top: 3rem;
  padding: 2rem 0;
  background-color: #f4f7fe;
  text-align: center;
  color: #002d40;
}
.prod-sourcing h2 {
  font-size: 2.5rem;
}
.prod-sourcing .box {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(200px, 1fr));
  gap: 2rem 1rem;
  margin-top: 3rem;
  position: relative;
}
.prod-sourcing .box::before {
  content: "";
  position: absolute;
  width: calc(100% - 150px);
  top: 50%;
  left: 50%;
  transform: translate(-50%, -24px);
  z-index: -1;
  height: 2px;
  background-color: #002d40;
}
.prod-sourcing .img-c {
  margin: 0 auto 1rem;
  width: 130px;
}
.prod-sourcing img {
  width: 100%;
}

.logistics .perles-work .container {
  flex-wrap: nowrap;
}
.logistics .perles-work h3,
.logistics .perles-work h2 {
  font-size: 2rem;
  color: #002d40;
}
.logistics .perles-work h2 {
  font-size: 2.3rem;
}
.logistics .perles-work .pro-account {
  z-index: 10;
  position: relative;
}
.logistics .perles-work .pro-account ul {
  margin-top: 1rem;
}
.logistics .perles-work .pro-account li {
  position: relative;
  padding: 15px 0px 15px 20px;
}
.logistics .perles-work .pro-account li::before {
  content: "";
  position: absolute;
  background-color: #ff9908;
  width: 10px;
  height: 10px;
  top: 50%;
  left: 0;
  transform: translateY(-50%);
  border-radius: 50%;
}
.logistics .perles-work .perles-arrow {
  width: 575px;
  bottom: 60px;
  left: initial;
}
.logistics .perles-work a {
  display: inline-block;
  margin-top: 2rem;
  cursor: pointer;
}
.logistics .perles-work .perles {
  z-index: -1;
  width: 71%;
  max-width: 765px;
}

.logistics .our-process {
  padding: 0;
  position: relative;
  z-index: -1;
}
.logistics .our-process h2 {
  background-image: none;
  font-size: 2.5rem;
  font-weight: bold;
  padding: 2rem 0 0;
}
.logistics .our-process p {
  font-size: medium;
  line-height: 1.4;
  margin-bottom: 1rem;
}
.logistics .our-process .container .steps-c {
  padding: 3rem 0 5rem;
}
.logistics .our-process .container .step {
  max-width: 320px;
  height: 320px;
}
.logistics .our-process .container .step:nth-child(2) {
  padding-top: 2.5rem;
}

.logistics .clients-vid {
  margin: 1.5rem 0 4rem;
}
.logistics .clients-vid .head h2 {
  font-weight: 400;
}

.logistics .set-up-call {
  background-color: #f4f7fe;
}

@media screen and (max-width: 992px) {
  .logistics .hero .side-right {
    margin-top: 2rem;
    height: auto;
  }
  .logistics .perles-work .container {
    flex-wrap: wrap;
    gap: 2rem 0;
  }
  .logistics .perles-work .perles-arrow {
    width: 430px;
    bottom: 0px;
  }
  .logistics .perles-work .perles {
    width: 100%;
  }
}
@media screen and (max-width: 1200px) {
  .prod-sourcing .box::before {
    display: none;
  }
}
.seo .hero {
  padding: 0;
}
.seo .hero .container {
  align-items: center;
}
.seo .hero h1 {
  font-size: 4rem;
}
.seo .hero .side-right img {
  width: 100%;
}

.seo .sponserd-prod {
  margin-bottom: 1rem;
  padding-bottom: 1rem;
}
.seo .sponserd-prod h2 {
  margin-bottom: 1rem;
}
.seo .sponserd-prod p {
  line-height: 1.6;
}

.seo-need .features {
  display: flex;
  flex-wrap: wrap;
  position: relative;
  overflow: hidden;
}
.seo-need .features::after {
  content: "";
  position: absolute;
  border: 7px solid #ff9908;
  width: calc(100% + 757px);
  height: calc(100% + 200px);
  top: 126px;
  left: -379px;
  background-color: white;
  border-radius: 50%;
}
.seo-need .features .box {
  position: relative;
  flex: 1;
  text-align: center;
}
.seo-need .features .txt {
  padding: 2rem 5px 0;
  height: 180px;
  box-shadow: -3px 0px 10px 0px rgba(0, 0, 0, 0.2);
}
.seo-need .features .box:first-child .txt,
.seo-need .features .box:nth-child(5) .txt,
.seo-need .features .box:first-child .icon,
.seo-need .features .box:nth-child(5) .icon {
  color: white;
  background-color: #92b4fb;
}
.seo-need .features .box:nth-child(2) .txt {
  background-color: #fff3f3;
}
.seo-need .features .box:nth-child(3) .txt {
  background-color: #f8e3c6;
}
.seo-need .features .box:nth-child(4) .txt,
.seo-need .features .box:nth-child(4) .icon {
  color: white;
  background-color: #002d40;
}
.seo-need .features .box:nth-child(6) .txt {
  background-color: #fff3f3;
}
.seo-need .features .box:nth-child(7) .txt {
  background-color: #f8e3c6;
}
.seo-need .features .box:nth-child(3) .icon,
.seo-need .features .box:nth-child(7) .icon {
  background-color: #ff9908;
}
.seo-need .features .box:nth-child(2) .icon,
.seo-need .features .box:nth-child(6) .icon {
  background-color: #fe786d;
}
.seo-need .features .box:first-child .icon,
.seo-need .features .box:nth-child(7) .icon {
  margin-top: 2rem;
}
.seo-need .features .box:nth-child(3) .icon,
.seo-need .features .box:nth-child(4) .icon,
.seo-need .features .box:nth-child(5) .icon {
  margin-top: -1.5rem;
}
.seo-need .features .box .icon {
  position: relative;
  display: flex;
  justify-content: center;
  align-items: center;
  background-color: bisque;
  width: 80px;
  height: 80px;
  border-radius: 50%;
  z-index: 10;
  margin: 0 auto;
}
.seo-need .features .box .icon img {
  width: calc(100% - 40px);
}

.seo .launch-steps a {
  margin: 2rem auto 0;
}

.seo .projects {
  padding: 0;
  background-image: none;
}
.seo .projects .p-head {
  border: none;
  margin: 0;
}
.seo .projects .p-head h1 {
  font-size: 2.5rem;
  margin: 0;
  font-weight: bold;
}
.seo .projects .h2-line::after {
  width: 8%;
}

.seo .clients-vid {
  padding: 3rem 0;
}

.seo .set-up-call {
  background-color: #f4f7fe;
}

.h2-line {
  position: relative;
}
.h2-line::after {
  content: "";
  display: block;
  width: 22%;
  height: 2px;
  margin: 1.3rem auto 0;
  background-color: #ff9908;
}

@media screen and (max-width: 992px) {
  .seo .hero {
    padding: 4rem 0 3rem;
  }
  .seo .hero .side-right {
    height: auto;
  }
}
@media screen and (max-width: 768px) {
  .seo-need .features {
    overflow: visible;
    row-gap: 2rem;
  }
  .seo-need .features::after {
    display: none;
  }
  .seo-need .features .box {
    z-index: 10;
    max-width: 145px;
  }
  .seo-need .features .box .txt {
    box-shadow: 0px 0px 5px 2px rgba(0, 0, 0, 0.15);
  }
  .seo-need .features .box .icon {
    margin: -2rem auto 0 !important;
    box-shadow: 0px 0px 5px 2px rgba(0, 0, 0, 0.15);
  }
}
.videography .hero .side-right video {
  width: 100%;
  border-radius: 10px;
  box-shadow: 0px 0px 10px 0px rgba(0, 0, 0, 0.2);
}
.videography .clients-vid {
  padding-bottom: 3rem;
}

.love-us {
  padding: 2rem 0;
}
.love-us .container {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(300px, 1fr));
}
.love-us .container .left-side {
  color: #002d40;
}
.love-us .container .left-side h2 {
  position: relative;
  font-size: 2.5rem;
  font-weight: 500;
  width: -moz-fit-content;
  width: fit-content;
}
.love-us .container .left-side h2 img {
  position: absolute;
  width: 261px;
  right: -27px;
  top: -34px;
  z-index: -1;
}
.love-us .container .left-side p {
  margin: 1rem 0;
  line-height: 1.5;
}
.love-us .container .right-side {
  text-align: center;
}
.love-us .container .right-side h2 {
  font-size: 5.5rem;
  margin-bottom: -1.5rem;
}
.love-us .container .right-side img {
  width: 270px;
}
.love-us .container .right-side p {
  font-weight: 500;
  margin-top: 0.4rem;
}

ul li.list-item {
  display: flex;
  align-items: center;
  gap: 0.6rem;
}
ul li.list-item img {
  width: 27px;
}

.videography-service {
  margin-top: 2rem;
  padding: 2rem 0;
  color: #002d40;
  background-image: url("../../assets/images/wave-haikei.png");
  background-repeat: no-repeat;
  background-size: cover;
  background-position: 100%;
  background-position: unset;
}
.videography-service h2 {
  text-align: center;
  font-weight: 400;
  font-size: 3rem;
}
.videography-service .box {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(300px, 1fr));
  align-items: center;
  gap: 3rem;
}
.videography-service .box img {
  width: 100%;
}
.videography-service .box p {
  line-height: 1.5;
}

.wow-c {
  margin-bottom: 2rem;
  background-image: url("../../assets/images/wave-haikei.png");
  background-repeat: no-repeat;
  background-size: cover;
  background-position: 100%;
}
.wow-c .wow {
  position: relative;
}
.wow-c .wow h2,
.wow-c .wow p,
.wow-c .wow a {
  position: absolute;
}
.wow-c .wow h2 {
  font-family: "Brightwall", sans-serif;
  left: 50%;
  top: 15%;
  transform: translateX(-50%);
  font-size: 3.3rem;
  font-weight: 500;
}
.wow-c .wow p {
  top: 66%;
  left: 55%;
  font-size: 1.6rem;
  text-align: center;
  max-width: 510px;
  transform: translate(-50%, -50%);
}
.wow-c .wow p span {
  color: #fe786d;
  font-weight: 700;
}
.wow-c .wow img {
  width: 100%;
  height: 365px;
  -o-object-fit: cover;
     object-fit: cover;
}
.wow-c .wow a {
  bottom: 4%;
  right: 16%;
  font-size: 0.8rem;
  font-weight: 600;
  background-color: #002d40;
  color: #ff9908;
}

.portfolio {
  position: relative;
  padding: 3rem 0 0;
  margin-top: 3rem;
}
.portfolio h2 {
  color: white;
  background-color: #002d40;
  font-size: 2.5rem;
  text-align: center;
  padding: 2rem 15px 4rem;
}
.portfolio h2 span {
  color: #ff9908;
}
.portfolio .videos {
  margin: -2rem 0 0;
}
.portfolio .videos video {
  width: 100%;
}

.how-it-works-service {
  padding: 4rem 0 1rem;
  text-align: center;
}
.how-it-works-service h2 {
  background-image: url("../../assets/images/yellow-bg.gif");
  background-repeat: no-repeat;
  background-size: cover;
  background-position: 100%;
  padding: 2rem 15px;
  color: #002d40;
  font-size: 3.5rem;
  font-weight: 400;
}
.how-it-works-service .box {
  background-color: #f7f7f7;
}
.how-it-works-service .container .steps-c {
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
  gap: 3rem 4rem;
  padding: 4rem;
}
.how-it-works-service .container .step {
  padding: 2rem 1rem 1rem;
  border-radius: 20px;
  max-width: 240px;
  height: 240px;
  color: #002d40;
}
.how-it-works-service .container .step:nth-child(1) {
  border: 4px solid #fe786d;
}
.how-it-works-service .container .step:nth-child(2) {
  color: white;
  background-color: #002d40;
  border-radius: 9999px;
  position: relative;
  box-shadow: 0px 14px 14px 1px rgba(0, 0, 0, 0.3);
}
.how-it-works-service .container .step:nth-child(2)::before {
  content: "";
  position: absolute;
  background-image: linear-gradient(to right, #fe786d 50%, #ffc878 50%);
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  height: calc(100% + 50px);
  width: calc(100% + 50px);
  border-radius: 9999px;
  z-index: -1;
}
.how-it-works-service .container .step:nth-child(3) {
  border: 4px solid #ffc878;
}
.how-it-works-service .container .step h3 {
  margin-bottom: 1rem;
  font-size: 1.6rem;
}
.how-it-works-service .container .step p {
  font-size: 14px;
  line-height: 1.3;
}

.videography .set-up-call {
  background-color: #002d40;
}
.videography .set-up-call .container .left-side h3 {
  color: white;
}

.videography .blogs {
  padding: 4rem 0;
  text-align: center;
}
.videography .blogs .box h3 {
  margin-bottom: 1rem;
}

@media screen and (max-width: 1000px) {
  .videography-service .box {
    display: block;
  }
}
@media screen and (max-width: 992px) {
  .videography .hero {
    padding: 4rem 0 0;
  }
  .videography .hero .side-right {
    margin: 2rem 0;
    height: auto;
  }
}
@media screen and (max-width: 768px) {
  .videography-service {
    background-position: 100%;
  }
  .wow-c .wow img {
    height: auto;
  }
  .wow-c .wow h2 {
    font-size: 2rem;
  }
  .wow-c .wow p {
    font-size: 1rem;
  }
  .wow-c .wow a {
    bottom: -4%;
    font-size: 0.7rem;
    padding: 5px 10px;
  }
}
@media screen and (max-width: 585px) {
  .how-it-works-service .container .steps-c {
    padding: 2rem 0;
  }
  .videography-service h2 {
    font-size: 2rem;
  }
  .wow-c .wow h2 {
    font-size: 1.5rem;
  }
  .wow-c .wow p {
    font-size: 0.55rem;
  }
}
.photography .hero {
  padding: 4rem 0;
}
.photography .hero .container {
  align-items: center;
}
.photography .hero ul {
  margin-top: 1rem;
}
.photography .hero .list-item {
  color: white;
}
.photography .hero .side-right img {
  width: 100%;
}

.photography .stats:not(.projects .stats) {
  padding: 1rem 0 3rem;
  background-color: #f4f7fe;
}
.photography .stats:not(.projects .stats) .container {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(300px, 1fr));
}
.photography .stats:not(.projects .stats) .stat {
  text-align: center;
  color: #002d40;
}
.photography .stats:not(.projects .stats) .stat .img-c {
  position: relative;
}
.photography .stats:not(.projects .stats) .stat .img-c img:last-of-type {
  position: absolute;
  width: 85px;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
}
.photography .stats:not(.projects .stats) .stat h2 {
  font-size: 1.7rem;
}
.photography .stats:not(.projects .stats) .stat p {
  margin-top: 1rem;
}

.photgraphy-product {
  padding: 3rem 0 0;
  color: #002d40;
  text-align: center;
}
.photgraphy-product .heading h2 {
  font-size: 2.7rem;
  font-weight: 300;
  margin-bottom: 1rem;
}
.photgraphy-product .heading p {
  line-height: 1.4;
  font-size: 15px;
}
.photgraphy-product .tabs {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 1rem;
  flex-wrap: wrap;
  margin: 1.5rem 0;
}
.photgraphy-product .tabs .tab {
  background-color: #ff9908;
  padding: 8px 1rem;
  color: #002d40;
  border-radius: 6px;
  font-size: 15px;
}
.photgraphy-product .carousel {
  display: flex;
  align-items: center;
}
.photgraphy-product .carousel .carousel-cell {
  flex: 1 0 100%;
  visibility: hidden;
  opacity: 0;
  transform: scale(0.2);
  z-index: -2;
  transition: opacity 0.6s, transform 0.6s, visibility 0.8s;
}
.photgraphy-product .carousel .carousel-cell.active {
  visibility: visible;
  opacity: 1;
  transform: scale(1);
  z-index: 1;
}
.photgraphy-product .carousel img {
  width: 80%;
}

.how-it-works-service.photogra {
  color: #002d40;
}
.how-it-works-service.photogra h2 {
  background-image: url("../../assets/images/photography/7.png");
  background-repeat: no-repeat;
  background-size: cover;
  background-position: 100%;
  background-position: bottom;
  color: white;
}
.how-it-works-service.photogra p {
  margin-top: 1rem;
  line-height: 1.5;
}
.how-it-works-service.photogra .box {
  margin-top: 2rem;
  background-color: transparent;
}
.how-it-works-service.photogra .box .container {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(300px, 1fr));
  gap: 1rem 4rem;
}
.how-it-works-service.photogra .box .step-1 .img-c {
  position: relative;
}
.how-it-works-service.photogra .box .step-1 .img-c img:last-of-type {
  position: absolute;
  width: 75px;
  left: 50%;
  top: 50%;
  transform: translate(-60%, -50%);
}
.how-it-works-service.photogra .box .step-1 h3 {
  margin-top: 1.7rem;
  font-size: 20px;
}
.how-it-works-service.photogra .box .step-1 img:first-of-type {
  width: auto;
}
.how-it-works-service.photogra .box .step-1 p {
  margin-top: 0.5rem;
  font-size: 15px;
}

.photography .projects {
  margin-top: 2rem;
  padding: 0.3rem 0 3rem;
  background-color: #f4f7fe;
}
.photography .projects .p-head {
  border: none;
  margin-top: 2rem;
}
.photography .projects .p-head h1 {
  font-weight: 300;
  font-size: 2.7rem;
}
.photography .projects .info-txt .waves {
  top: -80px !important;
}
.photography .projects .info-txt a.read-case-std {
  background-color: #92b4fb !important;
}

.photography .wow-c {
  background-image: none;
}

.photography .clients-vid .container .head {
  padding: 0;
}

.visuals {
  background-color: #002d40;
  padding: 2rem 0;
  margin-top: 3rem;
}
.visuals h2 {
  font-size: 2rem;
  margin-bottom: 1rem;
  text-align: center;
  color: white;
}
.visuals h2 span {
  color: #ff9908;
}
.visuals .boxes {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(300px, 1fr));
  gap: 1rem;
  margin-top: 2rem;
}
.visuals .boxes .box img {
  width: 100%;
}

@media screen and (max-width: 992px) {
  .photography .hero {
    padding-top: 6rem;
    padding-bottom: 0;
  }
  .photography .hero .side-right {
    height: auto;
  }
}
.contact-p .hero h1 span::after,
.services .hero h1 span::after {
  display: none;
}

.contact-p .hero {
  padding: 2rem 0;
}
.contact-p .hero h1 {
  color: #ff9908;
}
.contact-p .hero .container {
  align-items: center;
}
.contact-p .hero .side-right img {
  width: 100%;
  height: 500px;
  -o-object-fit: contain;
     object-fit: contain;
}
.contact-p .contact.con {
  padding: 3rem 0 0;
  position: relative;
}
.contact-p .contact.con::before {
  content: "";
  border: 45px solid;
  border-color: #002d40 transparent transparent transparent;
  position: absolute;
  top: 0;
  left: 50%;
  transform: translateX(-50%);
}
.contact-p .contact .container {
  display: flex;
}
.contact-p .contact .left-side {
  position: relative;
  flex-basis: 100%;
}
.contact-p .contact .left-side .contact-msg-img {
  width: 100%;
}
.contact-p .contact .left-side .talk-to-us {
  position: absolute;
  top: 40%;
  left: 46%;
  transform: translate(-50%, -50%);
  max-width: 300px;
}
.contact-p .contact .left-side h2 {
  position: relative;
  font-size: 2.7rem;
  margin-bottom: 2rem;
  color: #002d40;
}
.contact-p .contact .left-side h2 img {
  position: absolute;
  top: -99px;
  left: -65px;
  width: 106px;
}
.contact-p .contact .left-side .talk {
  position: absolute;
  width: 60px;
  top: 48%;
  left: 50%;
  transform: rotate(-90deg) translatey(-50%);
}
.contact-p .contact .left-side .stars {
  position: absolute;
  bottom: 83px;
  width: 100px;
  right: 27%;
}
.contact-p .contact .left-side p {
  line-height: 1.6;
}
.contact-p .contact .right-side {
  flex-basis: 80%;
}
.contact-p .contact .right-side .head {
  text-align: center;
  margin-bottom: 1.5rem;
}
.contact-p .contact .right-side .head p {
  font-weight: normal;
}
.contact-p .contact .right-side h2 {
  color: #ff9908;
  margin-bottom: 0.5rem;
  font-size: 2rem;
}
.contact-p .contact .right-side form {
  text-align: left;
}
.contact-p .contact .right-side form input {
  margin-bottom: 1rem;
}
.contact-p .contact .right-side form input,
.contact-p .contact .right-side form select,
.contact-p .contact .right-side form textarea {
  background-color: transparent;
  border: 2px solid #002d40;
  color: #002d40;
}
.contact-p .contact .right-side form input::-moz-placeholder, .contact-p .contact .right-side form select::-moz-placeholder, .contact-p .contact .right-side form textarea::-moz-placeholder {
  color: #002d40;
}
.contact-p .contact .right-side form input::placeholder,
.contact-p .contact .right-side form select::placeholder,
.contact-p .contact .right-side form textarea::placeholder {
  color: #002d40;
}
.contact-p .contact .right-side form select {
  margin-bottom: 1rem;
  width: auto;
}
.contact-p .contact .right-side form select option {
  padding: 10px;
}
.contact-p .contact .right-side form .submit-c,
.contact-p .contact .right-side form .required-text {
  text-align: center;
}
.contact-p .contact .right-side form .required-text {
  font-weight: 500;
  margin: 0.8rem 0 0.2rem;
}
.contact-p .contact .right-side form button {
  background-color: #ff9908;
  width: 40%;
  font-weight: 500;
}
@media screen and (max-width: 992px) {
  .contact-p .hero {
    padding-top: 4rem;
  }
  .contact-p .hero .side-right img {
    height: auto;
  }
  .contact-p .contact.con {
    padding-bottom: 3rem;
  }
  .contact-p .contact.con .container {
    display: block;
  }
}
@media screen and (max-width: 540px) {
  .contact-p .contact.con .left-side h2 {
    font-size: 1.4rem;
    margin-bottom: 0.5rem;
  }
  .contact-p .contact.con .left-side h2 img {
    top: -130px;
    left: -50px;
    width: 100px px;
  }
  .contact-p .contact.con .left-side p {
    font-size: 14px;
  }
  .contact-p .contact.con .left-side .talk-to-us {
    top: 50%;
  }
  .contact-p .contact.con .left-side .talk {
    display: none;
  }
  .contact-p .contact.con .left-side .stars {
    bottom: 20px;
    width: 75px;
    right: 20%;
  }
}
.contact-p .register {
  padding: 3rem 0;
}
.contact-p .register .list-c {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(300px, 1fr));
  gap: 2rem 5rem;
}
.contact-p .register .list-c .list {
  background-color: #f8e3c6;
  padding: 1.5rem;
  color: #002d40;
  box-shadow: 0px 8px 11px 0px rgba(0, 0, 0, 0.11);
  border-radius: 8px;
}
.contact-p .register .list-c .list h3 {
  text-align: center;
  font-size: 1.6rem;
}
.contact-p .register .list-c .list ul {
  padding: 1rem 0 0 4.5rem;
}
.contact-p .register .list-c .list li {
  display: flex;
  align-items: center;
  gap: 1rem;
  margin-bottom: 1.8rem;
}
.contact-p .register .list-c img {
  height: 32px;
  width: 28px;
  -o-object-fit: cover;
     object-fit: cover;
}
.contact-p .register a.btn {
  width: -moz-fit-content;
  width: fit-content;
  display: block;
  margin: 2.5rem auto 0;
  color: white;
  background-color: #ff9908;
  padding: 10px 17px;
  border-radius: 30px;
  font-size: 18px;
  font-weight: bold;
  text-shadow: 0px 4px 1px rgba(0, 0, 0, 0.15);
  box-shadow: 0px 4px 4px 0px rgba(0, 0, 0, 0.15);
}
@media screen and (max-width: 992px) {
  .contact-p .register .register .list-c .list ul {
    padding: 1.5rem 0 0 0;
    width: -moz-fit-content;
    width: fit-content;
    margin: 0 auto;
  }
}
.contact-p .address {
  overflow: hidden;
  background-image: url("../../assets/images/navy-background.png");
  background-repeat: no-repeat;
  background-size: cover;
  background-position: 100%;
  background-color: #002d40;
  padding: 4rem 0 3rem;
}
.contact-p .address .container {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(300px, 1fr));
  align-items: center;
  justify-items: center;
  gap: 3rem 2rem;
}
.contact-p .address .container .head {
  color: #ff9908;
  margin-bottom: 2rem;
}
.contact-p .address .container .head h2 {
  font-size: 2.3rem;
  margin-bottom: 2rem;
}
.contact-p .address .container .head p {
  font-weight: 300;
}
.contact-p .address .container .addresses {
  color: white;
}
.contact-p .address .container .addresses a,
.contact-p .address .container .addresses .location {
  color: #ff9908;
}
.contact-p .address .container .addresses p:not(:last-of-type) {
  margin-bottom: 12px;
}
.contact-p .address .container .g-map {
  position: relative;
}
.contact-p .address .container .g-map img {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}
.contact-p .address .container .g-map iframe {
  position: relative;
  width: 400px;
  height: 400px;
  border-radius: 50%;
  box-shadow: 0 8px 8px 0 rgba(0, 0, 0, 0.3);
}
@media screen and (max-width: 768px) {
  .contact-p .address .container .g-map iframe {
    width: 300px;
    height: 300px;
  }
}

.contact-p .partners {
  padding: 3rem 0;
}

.catalogue .hero {
  padding: 0;
}
.catalogue .hero .container {
  align-items: center;
}
.catalogue .hero .side-right img {
  width: 100%;
}

.listing-process {
  padding: 3rem 0;
  color: #002d40;
}
.listing-process h2 {
  text-align: center;
  font-size: 2.5rem;
  padding: 0 15px;
  margin-bottom: 3rem;
}
.listing-process .container {
  display: flex;
  align-items: center;
  justify-content: space-around;
  gap: 2rem 0;
}
.listing-process .info {
  max-width: 500px;
  width: 100%;
}
.listing-process .img-c {
  width: -moz-fit-content;
  width: fit-content;
}
.listing-process img {
  width: 250px;
}
.listing-process p {
  font-size: 20px;
}
.listing-process .info-inner {
  padding: 1rem 0;
  border-bottom: 3px dashed #ff9908;
}

.why-us {
  background-color: #f8e3c6;
  color: #002d40;
  padding: 2rem 0;
}
.why-us h2 {
  width: -moz-fit-content;
  width: fit-content;
  margin: 0 auto;
  font-size: 3rem;
  font-weight: 400;
  padding-bottom: 1.3rem;
  position: relative;
}
.why-us h2::before {
  content: "";
  position: absolute;
  bottom: 0;
  left: 50%;
  transform: translateX(-50%);
  background-color: #ff9908;
  width: calc(100% - 40px);
  height: 2.5px;
}
.why-us p {
  line-height: 1.7;
  margin: 1rem auto 0;
}

.catalogue .clients-vid,
.launch-rank .clients-vid {
  margin: 1.5rem 0 4rem;
}

.catalogue .set-up-call,
.launch-rank .set-up-call {
  background-color: #f4f7fe;
}

@media screen and (max-width: 992px) {
  .catalogue .hero {
    padding-top: 6rem;
  }
  .catalogue .hero .side-right {
    height: auto;
  }
  .listing-process .container {
    flex-wrap: wrap;
  }
  .listing-process .container img {
    width: 100%;
  }
}
.launch-rank .hero {
  padding: 0;
}
.launch-rank .hero .container {
  align-items: center;
}
.launch-rank .hero .side-right img {
  width: 100%;
}

.launch-steps {
  color: black;
  padding: 3rem 0;
}
.launch-steps h2 {
  color: #002d40;
  text-align: center;
  font-size: 2.5rem;
  padding: 0 15px;
  margin-bottom: 2rem;
}
.launch-steps .container {
  display: flex;
  align-items: center;
  gap: 2rem 0;
}
.launch-steps .img-c,
.launch-steps .info {
  width: 100%;
}
.launch-steps .img-c {
  text-align: end;
}
.launch-steps img {
  width: 480px;
}
.launch-steps .info-inner {
  padding: 6px 0 6px;
  border-bottom: 3px dashed #ff9908;
}
.launch-steps .info-inner p {
  line-height: 2.2;
  font-size: 16px;
  text-align: center;
}

.launch-rank .projects {
  padding-top: 0rem;
}
.launch-rank .projects .p-head {
  border: none;
}
.launch-rank .projects .p-head h1 {
  padding-top: 1rem;
}

.launch-rank .why-us {
  text-align: center;
}

@media screen and (max-width: 992px) {
  .launch-rank .hero {
    padding-top: 6rem;
  }
  .launch-rank .hero .side-right {
    height: auto;
  }
  .launch-steps .container {
    flex-wrap: wrap;
  }
  .launch-steps .container img {
    width: 100%;
  }
}
.info-txt-2 {
  color: white;
  line-height: 1.4;
}

.ppc .hero {
  padding: 4rem 0;
}
.ppc .hero .container {
  align-items: center;
}
.ppc .hero .info-text {
  font-weight: 400;
  margin-bottom: 1rem;
}
.ppc .hero .side-right img {
  width: 100%;
}

.sponserd-prod {
  padding: 3rem 0;
  color: #002d40;
}
.sponserd-prod h2 {
  font-size: 2.5rem;
}
.sponserd-prod h2,
.sponserd-prod span {
  display: block;
  text-align: center;
}
.sponserd-prod span {
  font-size: 1.6rem;
  margin: 1rem 0;
  color: #ff9908;
}
.sponserd-prod p {
  font-size: 1.2rem;
  line-height: 1.4;
}

.ppc .launch-steps .container {
  justify-content: space-evenly;
}
.ppc .launch-steps span:not(.num) {
  display: block;
  width: -moz-fit-content;
  width: fit-content;
  line-height: 1.4;
  margin: 0 auto 3rem;
  font-size: 1.2rem;
}
.ppc .launch-steps .info {
  max-width: 320px;
}
.ppc .launch-steps .info-inner {
  padding: 12px 0 12px;
}
.ppc .launch-steps .info-inner p {
  line-height: 1.4;
  text-align: left;
  color: black;
  font-size: 15px;
}
.ppc .launch-steps .img-c {
  width: auto;
}

.sponsored-brand {
  background-color: #f4f7fe;
}
.sponsored-brand h2 {
  text-align: center;
  color: #ff9908;
  padding-top: 2rem;
  font-size: 2.5rem;
}
.sponsored-brand .box {
  display: grid;
  grid-template-columns: 1fr 420px;
  align-items: center;
  gap: 2rem;
}
.sponsored-brand p {
  font-size: 1.4rem;
  line-height: 1.4;
}
.sponsored-brand img {
  width: 100%;
}

.ppc .launch-steps.second h2 {
  margin-bottom: 1.5rem;
}
.ppc .launch-steps.second .info-inner {
  position: relative;
  display: flex;
  align-items: flex-end;
  gap: 1rem;
  padding: 40px 0 6px;
  border-bottom: 4px dashed #ff9908;
}
.ppc .launch-steps.second .info-inner::before {
  content: "";
  position: absolute;
  right: -7px;
  bottom: -11px;
  width: 20px;
  height: 20px;
  border-radius: 50%;
}
.ppc .launch-steps.second .info-inner:first-child {
  padding-top: 0;
}
.ppc .launch-steps.second .info-inner:first-child::before {
  background-color: #ff9908;
}
.ppc .launch-steps.second .info-inner:nth-child(2) {
  border-bottom-color: #fe786d;
}
.ppc .launch-steps.second .info-inner:nth-child(2)::before {
  background-color: #fe786d;
}
.ppc .launch-steps.second .info-inner:nth-child(3) {
  border-bottom-color: #92b4fb;
}
.ppc .launch-steps.second .info-inner:nth-child(3)::before {
  background-color: #92b4fb;
}
.ppc .launch-steps.second .info-inner:nth-child(4) {
  border-bottom-color: #002d40;
}
.ppc .launch-steps.second .info-inner:nth-child(4)::before {
  background-color: #002d40;
}
.ppc .launch-steps.second .info-inner:nth-child(5) {
  border-bottom-color: #fcdda4;
}
.ppc .launch-steps.second .info-inner:nth-child(5)::before {
  background-color: #fcdda4;
}
.ppc .launch-steps.second .info-inner .num {
  font-size: 2rem;
  font-family: "Cambria", sans-serif;
  font-weight: 600;
}
.ppc .launch-steps.second .info-inner p {
  font-size: 1.3rem;
}
.ppc .launch-steps.second img {
  width: 370px;
}

.testimonials {
  text-align: center;
}
.testimonials .container .head h2 {
  margin-bottom: 2rem;
}
.testimonials .carousel-cell {
  padding: 2rem 0;
}
.testimonials .arrow {
  margin-bottom: 2rem;
  width: 45px;
  height: 45px;
}
.testimonials .arrow:first-of-type {
  margin-right: 1rem;
}
.testimonials img {
  width: 120px;
  height: 120px;
  -o-object-fit: cover;
     object-fit: cover;
  border-radius: 50%;
}
.testimonials p {
  margin-top: 2rem;
  padding: 0 1rem;
  line-height: 1.4;
}

.client-story {
  padding: 4rem 0;
}
.client-story .box {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(300px, 1fr));
  align-items: center;
  gap: 2rem;
}
.client-story h2 {
  font-size: 2rem;
  margin-bottom: 1rem;
}
.client-story p {
  font-size: 1.1rem;
  line-height: 1.4;
}
.client-story img {
  width: 100%;
}
.client-story .btns {
  display: flex;
  gap: 8px;
  margin-top: 1rem;
}
.client-story .btns a {
  font-size: 1rem;
  background-color: #002d40;
}

.our-process {
  padding: 3rem 0;
  background-color: #fff3f3;
}
.our-process h2 {
  color: #002d40;
  font-size: 2.5rem;
  margin-bottom: 1rem;
}
.our-process h2,
.our-process h2 + p {
  text-align: center;
}
.our-process .box {
  margin-top: 2.5rem;
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(200px, 1fr));
  align-items: center;
  gap: 2rem;
}
.our-process .img-c {
  position: relative;
}
.our-process img {
  width: 100%;
}
.our-process .txt {
  position: absolute;
  width: 100%;
  top: 25%;
  left: 0px;
}
.our-process .txt h3 {
  text-align: center;
  margin-bottom: 0.4rem;
  font-weight: 400;
  font-size: 1.3rem;
}
.our-process .txt p {
  max-width: 180px;
  margin: 0 auto;
  line-height: 1.4;
  font-size: 14.5px;
}

.ppc .how-it-works-service {
  padding: 1rem 0 1rem;
}
.ppc .how-it-works-service .box .step-1 p {
  font-size: 17px;
}

.ppc .why-us {
  margin-top: 2rem;
  text-align: center;
}
.ppc .why-us h2 {
  font-weight: bold;
  font-size: 2.4rem;
}
.ppc .why-us h2::before {
  display: none;
}
.ppc .why-us span {
  font-weight: 500;
}
.ppc .why-us p {
  font-size: 1.2rem;
}

.ppc .clients-vid:not(.testimonials) {
  margin-top: 2rem;
}
.ppc .clients-vid:not(.testimonials) h2 {
  margin-bottom: 1.6rem;
}

@media screen and (max-width: 992px) {
  .ppc .hero .side-right {
    height: auto;
  }
  .sponsored-brand p {
    font-size: 14px;
  }
  .ppc .launch-steps.second img {
    width: 100%;
  }
}
@media screen and (max-width: 768px) {
  .sponsored-brand .box {
    grid-template-columns: auto;
    gap: 0;
  }
  .sponsored-brand p {
    padding-bottom: 2rem;
  }
}
.footer {
  background-color: #002d40;
  background-image: url("../../assets/images/navy-background.png");
  background-repeat: no-repeat;
  background-size: cover;
  background-position: 100%;
  margin-top: 1rem;
}
.footer h2 {
  font-weight: 400;
  max-width: 635px;
  margin: 0 auto;
  font-size: 3rem;
  color: white;
  padding-top: 2rem;
}
.footer h2 span {
  color: #ff9908;
}
.footer .container > p:nth-child(1) {
  width: -moz-fit-content;
  width: fit-content;
  margin: 0 auto;
  position: relative;
  font-size: 2rem;
  padding-top: 5rem;
  background-color: transparent;
}
.footer .container > p:nth-child(1) img {
  position: absolute;
  margin: 0 28px;
}
.footer .container > p:nth-child(1) img[alt=crown] {
  width: 100px;
  left: -40px;
  top: 20px;
}
.footer .container > p:nth-child(1) img[alt=smile] {
  width: 230px;
  right: -98px;
  top: 30px;
}
.footer .call-us {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  justify-content: space-evenly;
  gap: 1rem;
  padding: 4rem 0 3rem;
  border-bottom: 2px solid #92b4fb;
}
.footer .call-us .play-icns {
  opacity: 0.8;
}
.footer .call-us .call-btn {
  background-color: #ff9908;
  padding: 15px 2rem;
  border-radius: 30px;
  color: white;
  font-size: 1.5rem;
  text-shadow: 0 8px 8px rgba(0, 0, 0, 0.25);
}
.footer .footer-list {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  gap: 2rem 1rem;
  color: white;
  padding: 2rem 0 2.5rem;
  border-bottom: 2px solid #92b4fb;
}
.footer .footer-list .c-logo {
  max-width: 300px;
  margin-top: -8px;
}
.footer .footer-list .c-logo span {
  display: block;
  margin-top: 10px;
}
.footer .footer-list .c-logo span:not(.links) {
  font-size: 14px;
  line-height: 1.7;
}
.footer .footer-list .c-logo .links {
  margin-top: 2rem;
}
.footer .footer-list .box h3 {
  color: #ff9908;
  font-weight: 500;
  font-size: 1.6rem;
  margin-bottom: 1rem;
}
.footer .footer-list .box a {
  display: block;
  color: white;
  padding: 10px;
  border-radius: 10px;
}
.footer .footer-txt {
  padding: 1rem 0;
  color: white;
  text-align: center;
}
.footer .footer-txt a {
  color: inherit;
}

.about-footer {
  margin-top: 0;
}

@media (max-width: 768px) {
  .footer .container > h2 {
    font-size: 2rem;
    text-align: center;
  }
  .footer .container > p:nth-child(1) {
    font-size: 1.5rem;
  }
  .footer .container > p:nth-child(1) img[alt=smile] {
    width: 160px;
  }
  .footer .call-us .call-btn {
    margin-top: 1rem;
    font-size: 0.8rem;
  }
}/*# sourceMappingURL=style.css.map */