@import url("https://fonts.googleapis.com/css2?family=Poppins:ital,wght@0,100;0,200;0,300;0,400;0,500;0,600;0,700;0,800;0,900;1,100;1,200;1,300;1,400;1,500;1,600;1,700;1,800;1,900&display=swap");
@import url("https://fonts.googleapis.com/css2?family=Montserrat:ital,wght@0,100..900;1,100..900&display=swap");

* {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
}

html,
body {
  overflow-x: hidden !important;
}

body {
  background-color: #141414 !important;
  font-family: "Poppins", sans-serif;
  font-family: "Montserrat", sans-serif;
}

@font-face {
  font-family: GT-America;
  src: url(/fonts/GT-America/GT-America-Condensed-Bold-Trial.otf);
}

@font-face {
  font-family: HeadingNowTrial;
  src: url(/fonts/HeadingNowTrial-67Extrabold.ttf);
}

@font-face {
  font-family: HeadingNowTrial2;
  src: url(/fonts/HeadingNowTrial-64Regular.ttf);
}

@font-face {
  font-family: RamseyTest;
  src: url(/fonts/RamseyTest-ExtraLightExtended-BF64069d9f0c658.otf);
}

@font-face {
  font-family: RamseyTestB;
  src: url(/fonts/RamseyTest-BoldExtended-BF64069d9c45411.otf);
}

@font-face {
  font-family: Octarine;
  src: url(/fonts/OctarineFree/Octarine-Bold.otf);
}

html,
a {
  text-decoration: none;
}

.case-banner {
  padding: 100px 0 50px;
}

.cb-h {
  text-align: left;
}

.cb-h h1 {
  font-family: RamseyTestB;
  color: #09c5c1;
  text-transform: uppercase;
  font-size: 65px;
  line-height: 60px;
  margin-bottom: 20px;
}

.cb-h h1 span {
  color: #ff9229;
}

.cb-p p {
  color: #a0a0a0;
  font-family: "Montserrat", sans-serif;
  font-size: 20px;
}

.two-set {
  padding: 50px 0;
}

.ts-text {
  text-align: center;
}

.ts-text span {
  font-family: RamseyTestB;
  color: #ff9229;
  text-transform: uppercase;
  font-size: 27px;
}

.ts-text h1 {
  font-family: RamseyTestB;
  color: #09c5c1;
  text-transform: uppercase;
  font-size: 65px;
  margin-top: 10px;
  margin-bottom: 30px;
}

.ts-text h1 span:nth-child(1) {
  color: #ffffff;
  text-transform: uppercase;
  font-size: 65px;
}

.ts-text h1 span:nth-child(2) {
  color: #ff9229;
  text-transform: uppercase;
  font-size: 65px;
}

.clicks-btn {
  margin-top: 35px;
}

.clicks-btn2 {
  margin-top: 35px;
}

.clicks-btn button {
  font-family: RamseyTestB;
  color: #ff9229;
  text-transform: uppercase;
  font-size: 25px;
  border: 2px solid #ff9229;
  border-radius: 10px;
  background-color: transparent;
  width: 100%;
  padding: 8px 0;
}

.clicks-btn2 button {
  font-family: RamseyTestB;
  color: #ffffff;
  text-transform: uppercase;
  font-size: 25px;
  border: 2px solid #ffffff;
  border-radius: 10px;
  background-color: transparent;
  width: 100%;
  padding: 8px 0;
}

.all-img {
  text-align: center;
  margin-top: 50px;
}

.all-img img {
  width: 100%;
}

.all-services {
  display: flex;
  gap: 20px;
  margin: 20px 0;
}

.all-services button:nth-child(1) {
  color: #09c5c1;
  border: 1px solid #09c5c1;
  border-radius: 10px;
  padding: 5px 25px;
  font-family: "Montserrat", sans-serif;
  background-color: transparent;
  font-style: italic;
}

.all-services button:nth-child(2) {
  color: #ffffff;
  border: 1px solid #ffffff;
  border-radius: 10px;
  padding: 5px 25px;
  font-family: "Montserrat", sans-serif;
  background-color: transparent;
  font-style: italic;
}

.all-services button:nth-child(3) {
  color: #ff9229;
  border: 1px solid #ff9229;
  border-radius: 10px;
  padding: 5px 25px;
  font-family: "Montserrat", sans-serif;
  background-color: transparent;
  font-style: italic;
}

.allBottom-h {
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin-top: 30px;
}

.allBottom-h h1 {
  font-family: RamseyTestB;
  color: #ffffff;
  text-transform: uppercase;
  font-size: 28px;
}

.allBottom-h a {
  font-family: RamseyTest;
  color: #ffffff !important;
  border-bottom: 1px solid #fff;
  font-size: 18px;
  font-weight: 600;
  transition: ease 0.2s;
}

.allBottom-h a:hover {
  color: #d1d1d1 !important;
}

/* Question */

.question-sec {
  padding: 100px 0 100px;
}

.q-shadow {
  box-shadow: 0px 4px 34px 0px #ff922926;
  padding: 40px 40px;
  border-radius: 20px;
}

.q-h h1 {
  font-family: RamseyTestB;
  color: #ff9229;
  text-transform: uppercase;
}

.q-h h1 span:nth-child(1) {
  color: #fff;
}

.q-h h1 span:nth-child(2) {
  color: #09c5c1;
}

.q-p p {
  color: #ffffff;
  font-family: RamseyTest;
  font-size: 17px;
}

.q-btn {
  text-align: right;
  margin-top: 20px;
}

.q-btn button {
  background: #f2851b;
  font-family: RamseyTestB;
  color: white;
  padding: 10px 35px;
  border: transparent 1px solid;
  border-radius: 10px;
  font-size: 20px;
}

.q-btn button:hover {
  background: transparent;
  color: #ff9229;
  border: 1px #ff9229 solid;
}

/* Cafu-Play ===================== */

.case-sec {
  padding: 100px 0 50px;
}

.case-h {
  margin-top: 70px;
}

.case-h h1 {
  font-family: RamseyTestB;
  color: #09c5c1;
  font-size: 35px;
  text-transform: uppercase;
}

.case-h p {
  font-family: RamseyTest;
  color: #181818;
}

.case-h h1 span:nth-of-type(1) {
  color: #000000;
}

.case-h h1 span:nth-of-type(2) {
  color: #f2851b;
}

.case-dark h1 {
  font-family: RamseyTestB;
  color: #000000;
  font-size: 35px;
  text-transform: uppercase;
}

.case-dark p {
  color: #181818;
  font-family: RamseyTest;
  font-weight: 600;
}

.center-sec {
  padding: 20px 0 40px;
}

.center-img {
  text-align: center;
}

.center-img img {
  width: 100%;
}

/* VAO */

.vao-sec {
  padding: 50px 0px;
}

.vao-img {
  text-align: center;
  margin-top: 65px;
}

.vao-img img {
  width: 100%;
}

.vao-h {
  margin-top: 50px;
}

.vao-h h1 {
  font-family: RamseyTestB;
  color: #09c5c1;
  font-size: 35px;
  text-transform: uppercase;
  margin-bottom: 10px;
}

.vao-h h1 span:nth-of-type(1) {
  color: #000000;
}

.vao-h h1 span:nth-of-type(2) {
  color: #ffaf62;
}

.vao-p p {
  color: #181818;
  font-family: RamseyTest;
  font-size: 16px;
  line-height: 25px;
  font-weight: 600;
  margin-bottom: 5px;
}

.vao-ul ul {
  font-weight: 500;
}

.vao-ul ul li {
  color: #181818;
  list-style: disc;
  padding: 6px 0;
  font-size: 20px;
  font-weight: 600;
  font-family: RamseyTest;
}

.vao-ul ul li strong {
  color: #000;
  font-weight: 700;
  font-family: RamseyTestB;
}

.vao-key h2 {
  font-family: RamseyTestB;
  color: #000000;
  font-size: 28px;
  text-transform: uppercase;
}

/* OAAS */

.oaas-sec {
  padding: 50px 0;
}

.oaas-h h1 {
  font-family: RamseyTestB;
  color: #09c5c1;
  font-size: 45px;
  text-transform: uppercase;
  margin-bottom: 10px;
  text-align: center;
}

.oaas-h h1 span:nth-child(1) {
  color: #000000;
}

.oaas-h h1 span:nth-child(2) {
  color: #ffaf62;
}

.oaas-p p {
  text-align: center;
  color: #181818;
  font-family: RamseyTest;
}

.oaas-img {
  text-align: center;
}

.oaas-img img {
  width: 100%;
}

/* Visual */

.visual-sec {
  padding: 50px 0;
}

.visual-h .vis-num {
  color: #09c5c1;
  font-size: 40px;
  font-weight: 700;
}

.visual-h h1 {
  font-family: RamseyTestB;
  color: #09c5c1;
  font-size: 45px;
  text-transform: uppercase;
}

.visual-h h1 span:nth-of-type(1) {
  color: #181818;
}

.visual-h h1 span:nth-of-type(2) {
  color: #ff9229;
}

.visual-p p {
  color: #181818;
  font-family: RamseyTest;
  font-weight: 600;
  font-size: 19px;
  margin: 15px 0 20px;
}

.visual-img {
  text-align: center;
}

.visual-img img {
  width: 100%;
}

/* Growth */

.growth-sec {
  padding: 50px 0;
}

.growth-h h1 {
  font-family: RamseyTestB;
  color: #09c5c1;
  font-size: 45px;
  text-transform: uppercase;
  padding-top: 80px;
}

.growth-h h1 span:nth-of-type(1) {
  color: #181818;
}

.growth-h h1 span:nth-of-type(2) {
  color: #ff9229;
}

.growth-ul ul {
  font-weight: 500;
}

.growth-ul ul li {
  color: #181818;
  list-style: disc;
  padding: 6px 0;
  font-size: 20px;
  font-weight: 600;
  font-family: RamseyTest;
}

.growth-ul ul li strong {
  color: #000;
  font-weight: 700;
  font-family: RamseyTestB;
}

.fimg {
  text-align: center;
  margin: 15px 0;
}

.fimg img {
  width: 100%;
}

/* Steps ===========================================================================================================*/
.outcome-sec {
  text-align: center;
  padding: 50px 20px;
}

.outcome-sec h2 {
  font-size: 38px;
  font-weight: 800;
  margin-bottom: 40px;
  font-family: RamseyTestB;
}

.outcome-sec .blue {
  color: #00c4cc;
}

.outcome-sec .oranges {
  color: #f89a3e;
}

.timeline {
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
  position: relative;
}

.timeline::before {
  content: "";
  position: absolute;
  top: 20px;
  left: 0;
  right: 0;
  height: 2px;
  background: #ccc;
  z-index: 0;
}

.step {
  width: 30%;
  text-align: left;
  position: relative;
}

.circle {
  width: 40px;
  height: 40px;
  background: #00c4cc;
  color: #fff;
  border-radius: 50%;
  display: flex;
  justify-content: center;
  align-items: center;
  font-weight: bold;
  margin-bottom: 20px;
  position: relative;
  z-index: 1;
}
.circle.black {
  background: #000;
}
.circle.orange {
  background: #f89a3e;
}

.step h3 {
  font-size: 23px;
  font-weight: 800;
  margin-bottom: 10px;
  color: #333;
  font-family: RamseyTestB;
}

.step p {
  font-size: 15px;
  color: #333;
  font-family: RamseyTest;
  font-weight: 600;
}
/* ==================================================================================== */

.videobox-sec {
  padding: 70px 0;
}

.videobox {
  display: flex;
  gap: 60px;
  box-shadow: 0px 4px 54px 0px #00000040;
}

.the-video {
  width: 30%;
}

.restBox {
  width: 70%;
}

.coma-img {
  text-align: right;
  margin: 50px 80px 0 0;
}

.the-video .cewonowevvrw iframe {
  margin-top: 0;
}

.coma-p {
  margin-top: 50px;
}

.coma-p p {
  margin-top: 50px;
  color: #000000;
  font-family: RamseyTest;
  font-weight: 600;
  font-size: 21px;
  line-height: 35px;
  padding-right: 75px;
}

.coma-bottom h4 {
  color: #000000;
  font-family: RamseyTestB;
  font-weight: 600;
  font-size: 27px;
}

.coma-bottom span {
  color: #000000;
  font-family: RamseyTest;
  font-weight: 600;
  font-size: 19px;
  position: relative;
  top: 10px;
}
