@import url("https://fonts.googleapis.com/css2?family=Montserrat:ital,wght@0,100..900;1,100..900&display=swap");
html,
body {
  font-family: "Montserrat", sans-serif;
  font-size: 14px;
  padding: 0;
  margin: 0;
  color: black;
  height: 100%;
  width: 100%;
  background: white;
}
main {
  position: relative;
}

ul {
  list-style: none;
}

a, a:hover {
  text-decoration: none;
}

img {
  max-width: 100%;
}

@media (max-width: 991px) {
  .container {
    max-width: 100%;
  }
}

.d-xs {
  display: none;
}
@media (max-width: 991px) {
  .d-xs {
    display: initial;
  }
}

@keyframes lineHeightChange {
  0% {
    line-height: 0.8;
  }
  100% {
    line-height: 1.2;
  }
}
@keyframes lineHeightChangeIndexMobile {
  0% {
    line-height: 0.8;
  }
  100% {
    line-height: 1.6;
  }
}
@keyframes lineHeightChange2 {
  0% {
    line-height: 0.8;
  }
  100% {
    line-height: 1.6;
  }
}
@keyframes lineHeightChangeMobileBottom {
  0% {
    line-height: 20px;
  }
  100% {
    line-height: 180px;
  }
}
@keyframes lineHeightChangeMobileBottom2 {
  0% {
    line-height: 0.8;
  }
  100% {
    line-height: 2.6;
  }
}
@keyframes lineHeightChangeMobileBottom3 {
  0% {
    line-height: 0.8;
  }
  100% {
    line-height: 5;
  }
}
@keyframes lineHeightChangeMobileBottomContact {
  0% {
    line-height: 0.8;
  }
  100% {
    line-height: 7;
  }
}
@keyframes lineHeightChangeMobileBottomContactSE {
  0% {
    line-height: 0.8;
  }
  100% {
    line-height: 6.6;
  }
}
@keyframes lineHeightChangeMobileHero {
  0% {
    line-height: 0.8;
  }
  100% {
    line-height: 5.9;
  }
}
@keyframes lineHeightChangeMobileHero_about {
  0% {
    line-height: 0.8;
  }
  100% {
    line-height: 4.9;
  }
}
@keyframes lineHeightChangeMobileHero_aboutSE {
  0% {
    line-height: 0.8;
  }
  100% {
    line-height: 6.5;
  }
}
@keyframes lineHeightChangeMobileBottomSE {
  0% {
    line-height: 0.8;
  }
  100% {
    line-height: 5.6;
  }
}
@keyframes lineHeightChangeMobileBottomSEAbout {
  0% {
    line-height: 0.8;
  }
  100% {
    line-height: 4.8;
  }
}
@keyframes lineHeightChangeMobileBottomSE2 {
  0% {
    line-height: 0.8;
  }
  100% {
    line-height: 3.2;
  }
}
@keyframes lineHeightChangeMobileBottomSE3_1 {
  0% {
    line-height: 0.8;
  }
  100% {
    line-height: 3.4;
  }
}
@keyframes lineHeightChangeMobileBottomSE3 {
  0% {
    line-height: 0.8;
  }
  100% {
    line-height: 2.2;
  }
}
@keyframes opening {
  0% {
    opacity: 1;
    transform: scaleY(0);
  }
  50% {
    opacity: 1;
    transform: scaleY(0.5);
  }
  85% {
    opacity: 1;
    transform: scaleY(1.4);
  }
  100% {
    opacity: 1;
    transform: scaleY(1);
  }
}
@keyframes typing {
  0% {
    width: 0;
  }
  100% {
    width: 100%;
  }
}
@keyframes fadeInUp {
  0% {
    opacity: 0;
    transform: translateY(20px);
  }
  100% {
    opacity: 1;
    transform: translateY(0);
  }
}
/***********************************/
@keyframes fade-in {
  100% {
    opacity: 1;
    filter: blur(0);
  }
}
/********************************/
@keyframes zoomInFade {
  0% {
    opacity: 0;
    top: -50%;
  }
  50% {
    opacity: 1;
    top: 50%;
  }
  100% {
    opacity: 1;
    top: 150%;
  }
}
/*************************************/
@keyframes roll-in {
  0% {
    opacity: 0;
    transform: translateX(-100px);
  }
  60% {
    opacity: 1;
    transform: translateX(30px);
  }
  80% {
    opacity: 1;
    transform: translateX(-10px);
  }
  100% {
    opacity: 1;
    transform: translateX(0);
  }
}
@keyframes left-to-right {
  0% {
    opacity: 0;
    transform: translateX(-100%);
  }
  100% {
    opacity: 1;
    transform: translateX(0);
  }
}
/********************************/
.keywords_wrap .scroller__inner {
  display: flex;
  padding-block: 1rem;
  flex-wrap: wrap;
  gap: 1rem;
}

.keywords_wrap[data-animated=true] {
  overflow: hidden;
  -webkit-mask: linear-gradient(90deg, transparent, white 20%, white 80%, transparent);
  mask: linear-gradient(90deg, transparent, white 20%, white 80%, transparent);
}
.keywords_wrap[data-animated=true] .scroller__inner {
  width: -moz-max-content;
  width: max-content;
  flex-wrap: nowrap;
  animation: scroll var(--_animation-duration, 40s) var(--_animation-direction, forwards) linear infinite;
  animation-delay: 1s;
  padding: 0;
}
.keywords_wrap[data-animated=true] .scroller__inner p {
  font-size: 55px;
  font-weight: 700;
  margin-bottom: 10px;
}
@media (max-width: 1366px) {
  .keywords_wrap[data-animated=true] .scroller__inner p {
    font-size: 50px;
    margin-bottom: 8px;
  }
}

.keywords_wrap[data-direction=left] {
  --_animation-direction: forwards;
}

.keywords_wrap[data-direction=right] {
  --_animation-direction: reverse;
}

.keywords_wrap[data-direction=slow] {
  --_animation-duration: 20s;
}

.keywords_wrap[data-speed=fast] {
  --_animation-duration: 10s;
}

@keyframes scroll {
  to {
    transform: translate(calc(-50% - 0.5rem));
  }
}
.keywords_wrap[data-animated=true] .scroller__inner:has(p:hover, p:active, p:focus) {
  animation-play-state: paused;
}

/************************/
.nav-item {
  font-size: 16px;
}

.navbar-nav .nav-link {
  margin-top: 15px;
  margin-left: 5px;
  color: #4621d5 !important;
}

.navbar-nav {
  margin-left: 32px;
  gap: 60px;
}
@media (max-width: 767px) {
  .navbar-nav {
    gap: 20px;
  }
}

.btn-header {
  padding: 8px 10px;
  background-color: #4621d5;
  border-radius: 148px;
  text-decoration: none;
  color: white;
}
@media (max-width: 767px) {
  .btn-header {
    display: none;
  }
}

header {
  position: fixed;
  right: 0;
  left: 0;
  background: transparent !important;
  z-index: 20;
}
header nav {
  display: flex;
  justify-content: space-between;
  align-items: center;
  background: transparent;
  padding: 55px;
  transition: padding 0.5s ease-in-out;
}
@media (max-width: 575px) {
  header nav {
    padding: 25px;
  }
}
@media (min-width: 576px) {
  header nav.scrolled {
    padding-top: 40px;
    padding-bottom: 40px;
  }
}
header nav .logo a {
  font-size: 24px;
  color: #fff;
  text-decoration: none;
  font-weight: bold;
}
@media (max-width: 575px) {
  header nav .logo a img {
    max-width: 92px;
  }
}
header nav .logo a:hover {
  color: #f0f0f0;
}
header nav .menu {
  margin-bottom: 0;
  list-style: none;
  display: flex;
  gap: 40px;
}
@media (max-width: 575px) {
  header nav .menu {
    display: none;
  }
}
header nav .menu li a {
  color: #fff;
  text-decoration: none;
  font-size: 18px;
}
header nav .menu li a:hover {
  color: #f0f0f0;
}
header::before {
  content: "";
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  z-index: -1;
  background: rgb(0, 0, 0);
  background: linear-gradient(180deg, rgb(0, 0, 0) 0%, rgba(0, 0, 0, 0.7175245098) 40%, rgba(0, 0, 0, 0.3) 80%, rgba(0, 0, 0, 0) 100%);
}

@keyframes bugfix {
  from {
    padding: 0;
  }
  to {
    padding: 0;
  }
}
#overlay-button {
  display: none;
  position: absolute;
  right: 20px;
  top: 40px;
  z-index: 115;
  cursor: pointer;
  -webkit-user-select: none;
     -moz-user-select: none;
          user-select: none;
}
@media (max-width: 575px) {
  #overlay-button {
    display: initial;
    z-index: 9999999;
  }
}
#overlay-button span {
  height: 3px;
  width: 26px;
  border-radius: 2px;
  background-color: white;
  position: relative;
  display: block;
  transition: all 0.2s ease-in-out;
}
#overlay-button span:before {
  top: -10px;
  visibility: visible;
}
#overlay-button span:after {
  top: 10px;
}
#overlay-button span:before, #overlay-button span:after {
  height: 3px;
  width: 26px;
  border-radius: 2px;
  background-color: white;
  position: absolute;
  content: "";
  transition: all 0.2s ease-in-out;
}
#overlay-button:hover span, #overlay-button:hover span:before, #overlay-button:hover span:after {
  background: white;
}

input[type=checkbox] {
  display: none;
}
input[type=checkbox]:checked ~ #overlay {
  visibility: visible;
}
input[type=checkbox]:checked ~ #overlay-button:hover span, input[type=checkbox]:checked ~ #overlay-button span {
  background: transparent;
}
input[type=checkbox]:checked ~ #overlay-button span:before {
  transform: rotate(45deg) translate(7px, 7px);
  background-color: black;
  opacity: 1;
}
input[type=checkbox]:checked ~ #overlay-button span:after {
  transform: rotate(-45deg) translate(7px, -7px);
  background-color: black;
}

#overlay {
  height: 100vh;
  width: 100vw;
  background: white;
  z-index: 115;
  visibility: hidden;
  position: fixed;
}
#overlay.active {
  visibility: visible;
}
#overlay ul {
  display: flex;
  justify-content: start;
  align-items: start;
  flex-direction: column;
  text-align: start;
  height: 100vh;
  padding-left: 0;
  list-style-type: none;
  padding-top: 75px;
  padding-left: 25px;
}
#overlay ul li {
  padding: 1em;
}
#overlay ul li a {
  color: black;
  text-decoration: none;
  font-size: 1.5em;
}
#overlay ul li a:hover {
  color: black;
}

footer {
  background-color: #222;
  background-image: url(/media/images/background/footer.png);
  color: #fff;
  padding: 70px 0;
  background-size: cover;
}
@media (max-width: 575px) {
  footer {
    background-position: bottom right;
    padding: 40px 0;
    position: relative;
  }
}
footer .left-footer {
  padding-left: 35px;
}
@media (max-width: 575px) {
  footer .left-footer {
    padding-left: 15px;
  }
}
footer .left-footer .contact-info p {
  margin: 10px 0;
  margin-bottom: 20px;
  font-weight: 500;
  font-size: 16px;
}
@media (max-width: 575px) {
  footer .left-footer .contact-info p {
    font-size: 14px;
  }
}
footer .left-footer .contact-info p strong {
  font-weight: bold;
  font-weight: 300;
  font-size: 16px;
}
@media (max-width: 575px) {
  footer .left-footer .contact-info p strong {
    font-size: 14px;
  }
}
footer .left-footer .contact-info p a {
  color: #fff;
  text-decoration: none;
}
footer .left-footer .contact-info p a:hover {
  color: #f0f0f0;
}
footer .left-footer .social-icons {
  margin-top: 40px;
}
footer .left-footer .social-icons a {
  color: #fff;
  font-size: 17px;
  margin-right: 6px;
  text-decoration: none;
  background: #111114;
  width: 37px;
  text-align: center;
  height: 37px;
  display: inline-block;
  line-height: 37px;
  border-radius: 50%;
}
footer .left-footer .social-icons a:hover {
  background: #8739a4;
  color: #f0f0f0;
}
footer .right-footer {
  display: flex;
  justify-content: right;
  align-items: start;
  height: 100%;
  padding-right: 40px;
  padding-bottom: 10px;
}
@media (max-width: 575px) {
  footer .right-footer .footer-logo {
    position: absolute;
    top: 49px;
    right: 25px;
  }
  footer .right-footer .footer-logo img {
    max-width: 80px;
  }
}
footer .right-footer .footer-logo a {
  font-size: 28px;
  color: #fff;
  text-decoration: none;
  font-weight: bold;
}
footer .right-footer .footer-logo a:hover {
  color: #f0f0f0;
}

#hero {
  background: url("../images/home/home-page1.png");
  height: 100vh;
  background-size: cover;
  background-repeat: no-repeat;
  display: flex;
  align-items: center;
  justify-content: center;
}
#hero .main-content {
  text-align: center;
  color: white;
}
#hero .main-content h1 {
  font-size: 8rem;
  font-weight: 700;
  letter-spacing: 1px;
  margin-bottom: 1rem;
  font-weight: 900;
  text-transform: uppercase;
}
@media (max-width: 1366px) {
  #hero .main-content h1 {
    font-size: 85px;
  }
}
@media (max-width: 575px) {
  #hero .main-content h1 {
    font-size: 50px;
  }
}
@media (max-width: 376px) {
  #hero .main-content h1 {
    font-size: 40px;
  }
}
#hero .main-content h1 .outline {
  color: transparent;
  -webkit-text-stroke: 2px white;
  font-family: Arial, Helvetica, sans-serif;
}
@media (max-width: 575px) {
  #hero .main-content h1 .outline {
    font-size: 50px;
  }
}
@media (max-width: 376px) {
  #hero .main-content h1 .outline {
    font-size: 40px;
  }
}
#hero .main-content p {
  font-size: 1.2rem;
  font-weight: 200;
  line-height: 1.5;
  max-width: 600px;
  margin: 0 auto;
  margin-bottom: 2rem;
}
@media (max-width: 1366px) {
  #hero .main-content p {
    font-size: 15px;
  }
}
@media (max-width: 575px) {
  #hero .main-content p {
    font-size: 15px;
  }
}
@media (max-width: 376px) {
  #hero .main-content p {
    font-size: 14px;
  }
}
#hero .main-content a {
  text-decoration: none;
  display: inline-block;
  padding: 10px 25px;
  background-color: #5b5b5b;
  color: white;
  font-size: 1.4rem;
  font-weight: bold;
  border-radius: 50px;
  transition: background-color 0.3s ease, color 0.3s ease;
}
@media (max-width: 1366px) {
  #hero .main-content a {
    font-size: 16px;
  }
}
@media (max-width: 575px) {
  #hero .main-content a {
    font-size: 16px;
    padding: 14px 25px;
  }
}
@media (max-width: 376px) {
  #hero .main-content a {
    font-size: 15px;
    padding: 11px 25px;
  }
}
#hero .main-content a:hover {
  background-color: #fff;
  color: #000000;
}

#why-epic {
  background-image: url(/media/images/home/why-epic.png);
  background-size: cover;
  background-repeat: no-repeat;
  position: relative;
  min-height: 90vh;
  padding-top: 130px;
  padding-bottom: 130px;
  display: flex;
  align-items: center;
}
#why-epic:before {
  content: "";
  position: absolute;
  background-size: cover;
  background-repeat: no-repeat;
  top: 0;
  right: 0;
  bottom: 0;
  width: 55%;
}
#why-epic img {
  position: absolute;
  right: 0;
  bottom: 0;
  height: auto;
  width: auto;
}
@media (max-width: 575px) {
  #why-epic .question-mar {
    text-align: center;
  }
}
#why-epic .question-mar svg {
  color: #fff;
  fill: #fff;
  max-width: 100%;
}
@media (max-width: 575px) {
  #why-epic .question-mar svg {
    max-width: 250px;
    margin-top: 25px;
  }
}
#why-epic .col-md-6 {
  align-self: center;
}
#why-epic .main-content h3 {
  font-size: 189px;
  color: transparent;
  -webkit-text-stroke: 3px rgb(255, 255, 255);
  font-family: Arial, Helvetica, sans-serif;
  font-weight: 900;
  margin-bottom: 0;
  line-height: 189px;
  text-transform: capitalize;
}
@media (max-width: 575px) {
  #why-epic .main-content h3 {
    font-size: 75px;
    line-height: 99px;
  }
}
#why-epic .main-content h4 {
  font-size: 189px;
  color: white;
  font-family: "Montserrat", sans-serif;
  font-weight: 900;
}
@media (max-width: 575px) {
  #why-epic .main-content h4 {
    font-size: 75px;
  }
}
#why-epic .main-content img, #why-epic .main-content svg {
  position: relative;
  width: 70%;
  margin-bottom: 30px;
}
#why-epic .main-content p {
  font-size: 14px;
  font-weight: 500;
  line-height: 1.2;
}
@media (max-width: 575px) {
  #why-epic .main-content p {
    font-size: 16px;
  }
}

#our-services {
  background: url("../images/background/home-our-services.jpg");
  background-size: cover;
  background-repeat: no-repeat;
  position: relative;
  min-height: 100vh;
  display: flex;
  align-items: center;
  color: white;
}
@media (max-width: 575px) {
  #our-services {
    min-height: initial;
    padding: 270px 0;
  }
}
#our-services .main-content {
  text-align: center;
}
#our-services .main-content a {
  text-decoration: none;
  display: inline-block;
  padding: 1rem 4rem;
  background-color: #5b5b5b;
  color: white;
  font-size: 1.2rem;
  font-weight: bold;
  border-radius: 50px;
  transition: background-color 0.3s ease, color 0.3s ease;
  margin-top: 40px;
  z-index: 9999999;
  /* position: relative; */
  position: absolute;
  left: 0;
  right: 0;
  max-width: 320px;
  margin: 0 auto;
  margin-top: 40px;
}
#our-services .main-content a:hover {
  background-color: #8739a4;
  color: #fff;
}
@media (max-width: 1366px) {
  #our-services .main-content a {
    font-size: 16px;
  }
}
@media (max-width: 376px) {
  #our-services .main-content a {
    padding: 11px 15px;
  }
}
#our-services .main-content h2 {
  line-height: 0.8;
  font-size: 10rem;
  font-weight: 700;
  letter-spacing: 1px;
  margin-bottom: 1rem;
  color: transparent;
  -webkit-text-stroke: 2px white;
  font-family: Arial, Helvetica, sans-serif;
  position: relative;
  z-index: 9;
}
@media (max-width: 575px) {
  #our-services .main-content h2 {
    font-size: 75px;
  }
}
@media (max-width: 376px) {
  #our-services .main-content h2 {
    font-size: 55px;
  }
}
#our-services .main-content .black-div {
  opacity: 0;
  background: black;
  color: white;
  position: absolute;
  left: 0;
  right: 0;
  text-align: center;
  padding: 20px 0;
  left: 0;
  right: 0;
  top: 44.5%;
  transform: translateY(-50%);
  z-index: 9;
}
@media (max-width: 575px) {
  #our-services .main-content .black-div {
    top: 38.5%;
  }
}
#our-services .main-content .black-div h3 {
  font-size: 3rem;
}
@media (max-width: 1366px) {
  #our-services .main-content .black-div h3 {
    font-size: 30px;
  }
}
@media (max-width: 575px) {
  #our-services .main-content .black-div h3 {
    font-size: 20px;
    width: 330px;
  }
}
#our-services .main-content p {
  opacity: 0;
  font-size: 1.2rem;
  font-weight: 200;
  line-height: 1.5;
  position: relative;
  z-index: 9;
}
@media (max-width: 1366px) {
  #our-services .main-content p {
    font-size: 16px;
  }
}
@media (max-width: 376px) {
  #our-services .main-content p {
    font-size: 14px;
  }
}
#our-services .main-content.start-animation h2 {
  animation: lineHeightChange 1s ease-in-out forwards;
}
@media (max-width: 376px) {
  #our-services .main-content.start-animation h2 {
    animation: lineHeightChangeIndexMobile 1s ease-in-out forwards;
  }
}
#our-services .main-content.start-animation .black-div {
  animation: opening 0.5s linear 1s forwards;
  transform-origin: center;
  top: 41.5%;
  transform: translateY(-50%);
  padding-left: 10px;
  padding-right: 10px;
}
@media (max-width: 1366px) {
  #our-services .main-content.start-animation .black-div {
    top: 220px;
  }
}
@media (max-width: 575px) {
  #our-services .main-content.start-animation .black-div {
    top: 330px;
  }
}
#our-services .main-content.start-animation .black-div h3 {
  overflow: hidden;
  white-space: nowrap;
  width: 0;
  animation: typing 1.5s steps(30, end) 1.5s forwards;
  transform-origin: center;
  position: relative;
  left: 50%;
  transform: translateX(-50%);
  margin-bottom: 0;
}
@media (max-width: 376px) {
  #our-services .main-content.start-animation .black-div h3 {
    font-size: 17px;
    margin: 0;
  }
}
#our-services .main-content.start-animation p {
  display: block;
  animation: fadeInUp 1s ease-in-out 2s forwards;
}
#our-services .animation-wrapper {
  text-align: left;
  height: 100vh;
  overflow: hidden;
  color: #ffffff;
  box-sizing: border-box;
  position: absolute;
  z-index: 1;
  left: 0;
  right: 0;
  opacity: 0.05;
}
#our-services .animation-wrapper .animate {
  display: inline-block;
  vertical-align: top;
  width: 100%;
  position: absolute;
  top: 100%;
  left: 0;
  right: 0;
  animation: zoomInFade 9s linear 1s infinite forwards;
  font-size: 350px;
  font-weight: bold;
  text-transform: uppercase;
  line-height: 260px;
  margin: 0;
  padding: 0;
}
#our-services .animation-wrapper .animate.animate-0 {
  animation-delay: 1s;
}
#our-services .animation-wrapper .animate.animate-1 {
  animation-delay: 2.5s;
}
#our-services .animation-wrapper .animate.animate-2 {
  animation-delay: 4s;
}
#our-services .animation-wrapper .animate.animate-3 {
  animation-delay: 5.5s;
}
#our-services .animation-wrapper .animate.animate-4 {
  animation-delay: 7s;
}
#our-services .animation-wrapper .animate.animate-5 {
  animation-delay: 8.5s;
}
#our-services .animation-wrapper .animate.animate-6 {
  animation-delay: 10s;
}

#section-txt-img {
  color: white;
  min-height: 100vh;
  position: relative;
  display: flex;
  align-items: center;
}
@media (max-width: 575px) {
  #section-txt-img {
    padding-top: 40vh;
    padding-bottom: 110px;
  }
}
#section-txt-img:before {
  content: "";
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  background: rgba(0, 0, 0, 0.65);
  z-index: 2;
}
@media (max-width: 575px) {
  #section-txt-img .container {
    z-index: 1;
  }
}
#section-txt-img img {
  z-index: 9;
  animation: rotateInfinite 5s linear infinite;
  position: absolute;
  bottom: calc(15% - 150px / 2);
  right: calc(45% - 150px / 2);
  width: 150px;
  height: 150px;
}
@media (max-width: 1366px) {
  #section-txt-img img {
    bottom: calc(15% - 120px / 2);
    right: calc(45% - 120px / 2);
    width: 120px;
    height: 120px;
  }
}
@media (max-width: 575px) {
  #section-txt-img img {
    width: 80px;
    height: 80px;
    bottom: initial;
    top: calc(35% - 45px);
    left: 5%;
  }
}
#section-txt-img .text-content {
  max-width: 50%;
}
@media (max-width: 575px) {
  #section-txt-img .text-content {
    max-width: 90%;
    padding-top: 50px;
  }
}
@media (max-width: 376px) {
  #section-txt-img .text-content {
    padding-top: 130px;
  }
}
#section-txt-img .text-content h1 {
  position: relative;
  z-index: 4;
  font-size: 100px;
  font-weight: 700;
  line-height: 110px;
  margin-bottom: 30px;
}
@media (max-width: 1366px) {
  #section-txt-img .text-content h1 {
    font-size: 90px;
    line-height: 80px;
    margin-bottom: 20px;
  }
}
@media (max-width: 575px) {
  #section-txt-img .text-content h1 {
    font-size: 50px;
    line-height: 60px;
  }
}
@media (max-width: 376px) {
  #section-txt-img .text-content h1 {
    font-size: 50px;
  }
}
#section-txt-img .text-content h1 .outline {
  color: transparent;
  -webkit-text-stroke: 2px white; /* Creates outlined text */
  font-family: Arial, Helvetica, sans-serif;
}
#section-txt-img .text-content h4 {
  position: relative;
  z-index: 4;
  font-size: 1.5rem;
  margin-bottom: 20px;
  font-weight: 600;
}
@media (max-width: 1366px) {
  #section-txt-img .text-content h4 {
    font-size: 18px;
    margin-bottom: 15px;
  }
}
#section-txt-img .text-content p {
  position: relative;
  z-index: 4;
  font-size: 1.2rem;
  font-weight: 300;
  line-height: 1.6;
}
@media (max-width: 1366px) {
  #section-txt-img .text-content p {
    font-size: 15px;
  }
}
@media (max-width: 376px) {
  #section-txt-img .text-content p {
    font-size: 14px;
  }
}
#section-txt-img .text-content a {
  position: relative;
  z-index: 4;
  text-decoration: none;
  display: inline-block;
  padding: 10px 25px;
  background-color: #5b5b5b;
  color: white;
  font-size: 1.4rem;
  font-weight: bold;
  border-radius: 50px;
  margin-top: 20px;
  transition: background-color 0.3s ease, color 0.3s ease;
}
@media (max-width: 1366px) {
  #section-txt-img .text-content a {
    font-size: 16px;
  }
}
@media (max-width: 575px) {
  #section-txt-img .text-content a {
    font-size: 16px;
    padding: 14px 25px;
  }
}
@media (max-width: 376px) {
  #section-txt-img .text-content a {
    font-size: 15px;
    padding: 11px 25px;
  }
}
#section-txt-img .text-content a:hover {
  background-color: #8739a4;
  color: #fff;
}
#section-txt-img .image-content {
  position: relative;
  max-width: 50%;
}
#section-txt-img .image-content img {
  width: 100%;
  height: auto;
  border: none;
  position: relative;
  z-index: 2; /* Ensures the image is above the overlay */
}
#section-txt-img .image-content .overlay {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.7); /* Dark overlay on the right side */
  z-index: 1; /* Ensure the overlay is behind the image */
}
#section-txt-img .background {
  background-position: center right;
  background-size: cover;
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
}
#section-txt-img .background img {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  filter: grayscale(1);
  z-index: 1;
  animation: none;
}
#section-txt-img .background::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-image: var(--new-bg);
  background-size: cover;
  background-position: -100% center;
  -webkit-clip-path: polygon(55% 15%, 100% 15%, 100% 85%, 55% 85%);
          clip-path: polygon(55% 15%, 100% 15%, 100% 85%, 55% 85%);
  filter: grayscale(0);
  z-index: 9;
}
@media (max-width: 575px) {
  #section-txt-img .background::before {
    -webkit-clip-path: polygon(15% 7%, 100% 7%, 100% 35%, 15% 35%);
            clip-path: polygon(15% 7%, 100% 7%, 100% 35%, 15% 35%);
    background-position: bottom;
  }
}
#section-txt-img .background.animate-bg img {
  animation: slideInLeftToRight 1.5s ease-out forwards;
}
#section-txt-img .background.animate-bg::before {
  animation: slideBgLeftToRight 1.5s ease-out forwards;
}
@media (max-width: 575px) {
  #section-txt-img .background.animate-bg::before {
    animation: slideBgLeftToRightMobile 1.5s ease-out forwards;
  }
}
#section-txt-img .swiper-wrapper {
  height: 100%;
  z-index: 2;
}
#section-txt-img .swiper-wrapper .swiper-slide {
  display: flex;
  justify-content: center;
  align-items: center;
  height: 100vh;
  background-size: cover;
  background-position: center;
}
@media (max-width: 575px) {
  #section-txt-img .swiper-wrapper .swiper-slide {
    height: auto;
  }
}
#section-txt-img .owl-nav {
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
  margin: 0 auto;
  width: 150px;
  display: flex;
  justify-content: space-between;
  transform: rotate(180deg);
  display: none;
}
@media (max-width: 575px) {
  #section-txt-img .owl-nav {
    bottom: -100px;
  }
}
#section-txt-img .owl-nav button span {
  font-size: 70px;
}
@media (max-width: 1366px) {
  #section-txt-img .owl-nav button span {
    font-size: 50px;
  }
}
#section-txt-img .owl-dots {
  display: none;
}

/* Keyframes to animate background position from left to center */
@keyframes slideBgLeftToRight {
  0% {
    background-position-x: -600px;
  }
  100% {
    background-position-x: right;
  }
}
@keyframes slideBgLeftToRightMobile {
  0% {
    background-position: 100px center;
  }
  100% {
    background-position: bottom center;
  }
}
/* Keyframes for the left-to-right animation */
@keyframes slideInLeftToRight {
  0% {
    transform: translateX(-100%);
  }
  100% {
    transform: translateX(0);
    opacity: 1;
  }
}
#our-experts-speak {
  background: url("../images/background/bg-black.png");
  background-size: cover;
  background-repeat: no-repeat;
  padding: 120px 0;
  text-align: center;
  color: white;
  overflow: hidden;
}
@media (max-width: 1366px) {
  #our-experts-speak {
    padding: 80px 0;
  }
}
#our-experts-speak .title {
  margin-bottom: 60px;
}
@media (max-width: 1366px) {
  #our-experts-speak .title {
    margin-bottom: 40px;
  }
}
#our-experts-speak .title h2 {
  font-size: 3rem;
  color: #01FFFF;
  font-weight: 700;
  letter-spacing: -5px;
}
@media (max-width: 1366px) {
  #our-experts-speak .title h2 {
    font-size: 35px;
  }
}
@media (max-width: 575px) {
  #our-experts-speak .title h2 {
    font-size: 30px;
  }
}
#our-experts-speak .title h2 span {
  margin: 0;
  padding: 0;
}
#our-experts-speak .title h2 span.space {
  padding: 0 8px;
}
#our-experts-speak .title p {
  font-size: 1.2rem;
  font-weight: 200;
  line-height: 1.5;
}
@media (max-width: 1366px) {
  #our-experts-speak .title p {
    font-size: 16px;
  }
}
@media (max-width: 575px) {
  #our-experts-speak .title p {
    font-size: 16px;
  }
}
@media (max-width: 376px) {
  #our-experts-speak .title p {
    font-size: 14px;
  }
}
@media (max-width: 575px) {
  #our-experts-speak .row .col-md-4 {
    width: 50%;
  }
}
#our-experts-speak .row .col-md-4 .article {
  text-decoration: none;
  width: 90%;
  display: block;
  margin: 0 auto;
}
@media (max-width: 575px) {
  #our-experts-speak .row .col-md-4 .article {
    width: 100%;
    margin-bottom: 25px;
  }
}
#our-experts-speak .row .col-md-4 .article img {
  width: 100%;
  margin-bottom: 30px;
  transition: filter 0.5s ease-in-out;
  filter: grayscale(100%);
}
@media (max-width: 1366px) {
  #our-experts-speak .row .col-md-4 .article img {
    margin-bottom: 23px;
  }
}
@media (max-width: 575px) {
  #our-experts-speak .row .col-md-4 .article img {
    margin-bottom: 10px;
  }
}
#our-experts-speak .row .col-md-4 .article h3 {
  font-size: 1.3rem;
  color: #01FFFF;
  font-weight: 600;
  margin-bottom: 25px;
}
@media (max-width: 1366px) {
  #our-experts-speak .row .col-md-4 .article h3 {
    font-size: 17px;
    margin-bottom: 16px;
  }
}
@media (max-width: 575px) {
  #our-experts-speak .row .col-md-4 .article h3 {
    margin-bottom: 10px;
    font-size: 15px;
  }
}
#our-experts-speak .row .col-md-4 .article p {
  font-size: 1rem;
  font-weight: 200;
  line-height: 1.5;
  color: white;
}
@media (max-width: 1366px) {
  #our-experts-speak .row .col-md-4 .article p {
    font-size: 14px;
  }
}
@media (max-width: 575px) {
  #our-experts-speak .row .col-md-4 .article p {
    line-height: 15px;
    font-size: 13px;
  }
}
#metrics {
  background: url("../images/background/bg-white.png");
  background-size: cover;
  background-repeat: no-repeat;
  background-position-y: -280px;
  padding: 120px 0;
  text-align: center;
  position: relative;
  overflow: hidden;
}
@media (max-width: 1366px) {
  #metrics {
    padding: 80px 0;
  }
}
@media (max-width: 575px) {
  #metrics {
    padding-top: 40px;
  }
}
@media (max-width: 376px) {
  #metrics {
    padding-bottom: 40px;
  }
}
#metrics .main-content h2 {
  font-size: 6rem;
  font-weight: 700;
  letter-spacing: 1px;
  margin-bottom: 1rem;
  color: transparent;
  -webkit-text-stroke: 2px black;
  font-family: Arial, Helvetica, sans-serif;
  margin: 0;
}
@media (max-width: 1366px) {
  #metrics .main-content h2 {
    font-size: 75px;
  }
}
@media (max-width: 575px) {
  #metrics .main-content h2 {
    font-size: 31px;
    -webkit-text-stroke: 1px black;
  }
}
#metrics .main-content p {
  font-size: 1.2rem;
  font-weight: 400;
  line-height: 1.5;
  width: 70%;
  margin: 0 auto;
}
@media (max-width: 1366px) {
  #metrics .main-content p {
    font-size: 15px;
  }
}
@media (max-width: 575px) {
  #metrics .main-content p {
    font-size: 13px;
    width: 100%;
    margin-top: 9px;
  }
}
#metrics .main-content .stats {
  margin: 0 auto;
  margin-top: 50px;
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  grid-gap: 15px;
  max-width: 840px;
}
#metrics .main-content .stats p {
  width: 100%;
}
@media (max-width: 575px) {
  #metrics .main-content .stats {
    font-size: 20px;
    grid-template-columns: repeat(1, 1fr);
    padding: 33px;
    margin: 0;
  }
}
#metrics .main-content .stats .statistique {
  background: black;
  color: white;
  padding: 40px;
  border-radius: 40px;
}
@media (max-width: 575px) {
  #metrics .main-content .stats .statistique {
    font-size: 20px;
    padding: 15px;
    padding-bottom: 25px;
  }
}
#metrics .main-content .stats .statistique span {
  font-size: 5rem;
  font-weight: 700;
}
@media (max-width: 1366px) {
  #metrics .main-content .stats .statistique span {
    font-size: 50px;
  }
}
@media (max-width: 575px) {
  #metrics .main-content .stats .statistique span {
    font-size: 50px;
    line-height: 80px;
  }
}
#metrics .main-content .stats .statistique p {
  font-size: 1.8rem;
}
@media (max-width: 1366px) {
  #metrics .main-content .stats .statistique p {
    font-size: 19px;
  }
}
@media (max-width: 575px) {
  #metrics .main-content .stats .statistique p {
    margin-top: -12px;
  }
}

#clients-faqs {
  padding-bottom: 150px;
  text-align: center;
  position: relative;
}
@media (max-width: 1366px) {
  #clients-faqs {
    padding-bottom: 70px;
  }
}
#clients-faqs::before {
  content: "";
  background: url("../images/background/bg-white-2.png");
  background-size: cover;
  background-repeat: no-repeat;
  background-position-y: -250px;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  position: absolute;
  width: 100%;
  z-index: -1;
  transform: scaleX(-1);
}
#clients-faqs .clients {
  overflow: hidden;
}
#clients-faqs .clients .main-content h2 {
  font-size: 4rem;
  font-weight: 600;
  letter-spacing: 1px;
  margin-bottom: 60px;
}
@media (max-width: 1366px) {
  #clients-faqs .clients .main-content h2 {
    font-size: 50px;
  }
}
@media (max-width: 575px) {
  #clients-faqs .clients .main-content h2 {
    font-size: 20px;
  }
}
#clients-faqs .clients .main-content h2 span {
  font-size: 5.3rem;
  text-transform: uppercase;
  color: transparent;
  -webkit-text-stroke: 2px black;
  font-family: Arial, Helvetica, sans-serif;
}
@media (max-width: 1366px) {
  #clients-faqs .clients .main-content h2 span {
    font-size: 70px;
    font-weight: 700;
  }
}
@media (max-width: 575px) {
  #clients-faqs .clients .main-content h2 span {
    font-size: 32px;
    -webkit-text-stroke: 1px black;
  }
}
#clients-faqs .clients .main-content .clients .client {
  border: 1px solid #b9b9b9;
  border-radius: 10px;
  display: flex;
  align-items: center;
  justify-content: center;
  height: 140px;
  margin: 0 auto;
  margin-bottom: 20px;
}
@media (max-width: 575px) {
  #clients-faqs .clients .main-content .clients .client {
    margin-bottom: 15px;
    padding: 5px;
    height: 90px;
  }
}
#clients-faqs .clients .main-content .clients .client img {
  max-height: 60%;
  max-width: 70%;
  -o-object-fit: contain;
     object-fit: contain;
}
@media (max-width: 575px) {
  #clients-faqs .clients .main-content .clients .client img {
    width: 80%;
    max-height: 60%;
    -o-object-fit: contain;
       object-fit: contain;
  }
}
#clients-faqs .clients .owl-dots {
  text-align: center;
  margin-top: 30px;
}
#clients-faqs .clients .owl-dots button.owl-dot {
  border: 1px solid #656565;
  background: #656565;
  border-radius: 50%;
  height: 15px;
  width: 15px;
  position: relative;
  margin-right: 5px;
}
#clients-faqs .clients .owl-dots button.owl-dot:last-child {
  margin-right: 0px;
}
#clients-faqs .clients .owl-dots {
  text-align: center;
  margin-top: 30px;
}
#clients-faqs .clients .owl-dots button.owl-dot {
  border: 1px solid #656565 !important;
  background: #656565 !important;
  border-radius: 50%;
  height: 15px;
  width: 15px;
  position: relative;
  margin-right: 5px !important;
}
#clients-faqs .clients .owl-dots button.owl-dot:last-child {
  margin-right: 0px;
}
#clients-faqs .clients .owl-dots button.owl-dot.active, #clients-faqs .clients .owl-dots button.owl-dot:hover {
  background: white !important;
}
#clients-faqs .clients .owl-nav {
  display: none;
}
#clients-faqs .faqs {
  padding-top: 120px;
  position: relative;
  text-align: left;
  overflow: hidden;
}
@media (max-width: 1366px) {
  #clients-faqs .faqs {
    padding-top: 100px;
  }
}
@media (max-width: 575px) {
  #clients-faqs .faqs {
    font-size: 20px;
  }
}
#clients-faqs .faqs .col-md-6:first-child {
  align-self: end;
}
#clients-faqs .faqs .col-md-6:first-child::before {
  content: "";
  background: url("../images/faq.png");
  background-size: contain;
  background-repeat: no-repeat;
  left: 24%;
  top: 150px;
  position: absolute;
  width: 100%;
  max-width: 380px;
  height: 70%;
  z-index: -1;
  height: 440px;
}
@media (max-width: 1366px) {
  #clients-faqs .faqs .col-md-6:first-child::before {
    top: 40px;
    right: 0;
    height: 500px;
    max-width: 310px;
    width: 70%;
    z-index: 1;
  }
}
@media (max-width: 575px) {
  #clients-faqs .faqs .col-md-6:first-child::before {
    font-size: 20px;
  }
}
@media (max-width: 376px) {
  #clients-faqs .faqs .col-md-6:first-child::before {
    height: 280px;
    width: 60%;
    left: initial;
  }
}
#clients-faqs .faqs .col-md-6 img, #clients-faqs .faqs .col-md-6 svg {
  position: relative;
  width: 70%;
  margin-bottom: 50px;
}
@media (max-width: 1366px) {
  #clients-faqs .faqs .col-md-6 img, #clients-faqs .faqs .col-md-6 svg {
    margin-bottom: 30px;
  }
}
#clients-faqs .faqs .col-md-6 p {
  font-size: 2.5rem;
  font-weight: 700;
  line-height: 40px;
  margin: 0;
}
@media (max-width: 1366px) {
  #clients-faqs .faqs .col-md-6 p {
    font-size: 25px;
  }
}
@media (max-width: 575px) {
  #clients-faqs .faqs .col-md-6 p {
    font-size: 20px;
  }
}
@media (max-width: 376px) {
  #clients-faqs .faqs .col-md-6 p {
    font-size: 17px;
  }
}
#clients-faqs .faqs .col-md-6 p span {
  font-weight: 400;
}
#clients-faqs .faqs h3 {
  font-size: 2.7rem;
  font-weight: 700;
  margin-bottom: 30px;
}
@media (max-width: 1366px) {
  #clients-faqs .faqs h3 {
    font-size: 20px;
  }
}
@media (max-width: 575px) {
  #clients-faqs .faqs h3 {
    font-size: 25px;
  }
}
@media (max-width: 376px) {
  #clients-faqs .faqs h3 {
    font-size: 20px;
    margin-bottom: 15px;
  }
}
#clients-faqs .faqs .accordion .accordion-item,
#clients-faqs .faqs .accordion .accordion-item:not(:first-of-type) {
  border: 2px solid transparent;
  background: transparent;
  border-top: 1px solid black;
  border-radius: 0 !important;
  padding: 20px 0;
}
@media (max-width: 1366px) {
  #clients-faqs .faqs .accordion .accordion-item,
  #clients-faqs .faqs .accordion .accordion-item:not(:first-of-type) {
    padding: 13px 0;
  }
}
#clients-faqs .faqs .accordion .accordion-item .accordion-button,
#clients-faqs .faqs .accordion .accordion-item .accordion-button:not(.collapsed),
#clients-faqs .faqs .accordion .accordion-item:not(:first-of-type) .accordion-button,
#clients-faqs .faqs .accordion .accordion-item:not(:first-of-type) .accordion-button:not(.collapsed) {
  background: transparent;
  color: black;
  padding: 0;
  box-shadow: none;
  padding-bottom: 8px;
  font-size: 1.4rem;
  font-weight: 700;
}
@media (max-width: 1366px) {
  #clients-faqs .faqs .accordion .accordion-item .accordion-button,
  #clients-faqs .faqs .accordion .accordion-item .accordion-button:not(.collapsed),
  #clients-faqs .faqs .accordion .accordion-item:not(:first-of-type) .accordion-button,
  #clients-faqs .faqs .accordion .accordion-item:not(:first-of-type) .accordion-button:not(.collapsed) {
    font-size: 16px;
  }
}
@media (max-width: 575px) {
  #clients-faqs .faqs .accordion .accordion-item .accordion-button,
  #clients-faqs .faqs .accordion .accordion-item .accordion-button:not(.collapsed),
  #clients-faqs .faqs .accordion .accordion-item:not(:first-of-type) .accordion-button,
  #clients-faqs .faqs .accordion .accordion-item:not(:first-of-type) .accordion-button:not(.collapsed) {
    font-size: 17px;
  }
}
@media (max-width: 376px) {
  #clients-faqs .faqs .accordion .accordion-item .accordion-button,
  #clients-faqs .faqs .accordion .accordion-item .accordion-button:not(.collapsed),
  #clients-faqs .faqs .accordion .accordion-item:not(:first-of-type) .accordion-button,
  #clients-faqs .faqs .accordion .accordion-item:not(:first-of-type) .accordion-button:not(.collapsed) {
    font-size: 16px;
  }
}
#clients-faqs .faqs .accordion .accordion-item .accordion-button:focus,
#clients-faqs .faqs .accordion .accordion-item .accordion-button:not(.collapsed):focus,
#clients-faqs .faqs .accordion .accordion-item:not(:first-of-type) .accordion-button:focus,
#clients-faqs .faqs .accordion .accordion-item:not(:first-of-type) .accordion-button:not(.collapsed):focus {
  box-shadow: none;
  border: none;
}
#clients-faqs .faqs .accordion .accordion-item .accordion-button:not(.collapsed)::after,
#clients-faqs .faqs .accordion .accordion-item .accordion-button:not(.collapsed):not(.collapsed)::after,
#clients-faqs .faqs .accordion .accordion-item:not(:first-of-type) .accordion-button:not(.collapsed)::after,
#clients-faqs .faqs .accordion .accordion-item:not(:first-of-type) .accordion-button:not(.collapsed):not(.collapsed)::after {
  background-image: url(data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHdpZHRoPSIyNCIgaGVpZ2h0PSIyNCIgdmlld0JveD0iMCAwIDI0IDI0Ij48bGluZSB4MT0iNCIgeTE9IjEyIiB4Mj0iMjAiIHkyPSIxMiIgc3Ryb2tlPSJjdXJyZW50Q29sb3IiIHN0cm9rZS13aWR0aD0iMiIgc3Ryb2tlLWxpbmVjYXA9InJvdW5kIi8+PC9zdmc+);
}
#clients-faqs .faqs .accordion .accordion-item .accordion-button::after,
#clients-faqs .faqs .accordion .accordion-item .accordion-button:not(.collapsed)::after,
#clients-faqs .faqs .accordion .accordion-item:not(:first-of-type) .accordion-button::after,
#clients-faqs .faqs .accordion .accordion-item:not(:first-of-type) .accordion-button:not(.collapsed)::after {
  background-image: url(data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHdpZHRoPSIyNCIgaGVpZ2h0PSIyNCIgdmlld0JveD0iMCAwIDI0IDI0Ij48cGF0aCBkPSJNMTIgNHYxNk0yMCAxMkg0IiBzdHJva2U9ImN1cnJlbnRDb2xvciIgc3Ryb2tlLXdpZHRoPSIyIiBzdHJva2UtbGluZWNhcD0icm91bmQiLz48L3N2Zz4=);
}
#clients-faqs .faqs .accordion .accordion-item .accordion-body,
#clients-faqs .faqs .accordion .accordion-item:not(:first-of-type) .accordion-body {
  padding: 0;
  font-size: 1rem;
  font-weight: 300;
  padding-right: 40px;
}
@media (max-width: 1366px) {
  #clients-faqs .faqs .accordion .accordion-item .accordion-body,
  #clients-faqs .faqs .accordion .accordion-item:not(:first-of-type) .accordion-body {
    font-size: 13px;
  }
}
@media (max-width: 575px) {
  #clients-faqs .faqs .accordion .accordion-item .accordion-body,
  #clients-faqs .faqs .accordion .accordion-item:not(:first-of-type) .accordion-body {
    font-size: 14px;
  }
}

.are-you-ready {
  background: url("../images/background/bg-black.png");
  background-size: cover;
  background-repeat: no-repeat;
  position: relative;
  min-height: 100vh;
  display: flex;
  align-items: center;
  color: white;
}
@media (max-width: 575px) {
  .are-you-ready {
    background-position: right;
    min-height: initial;
    height: 800px;
  }
}
.are-you-ready .main-content {
  text-align: center;
}
.are-you-ready .main-content h2 {
  font-size: 9rem;
  font-weight: 700;
  letter-spacing: 1px;
  margin-bottom: 1rem;
  color: transparent;
  -webkit-text-stroke: 2px white;
  font-family: system-ui;
  line-height: 0.8;
}
@media (max-width: 1366px) {
  .are-you-ready .main-content h2 {
    font-size: 65px;
  }
}
@media (max-width: 575px) {
  .are-you-ready .main-content h2 {
    font-size: 27px;
    -webkit-text-stroke: 1px white;
  }
}
.are-you-ready .main-content .black-div {
  opacity: 0;
  background: black;
  color: white;
  position: absolute;
  left: 0;
  right: 0;
  text-align: center;
  padding: 20px 0;
  left: 0;
  right: 0;
  top: calc(50% - 30px);
  transform: translateY(-50%);
}
@media (max-width: 1366px) {
  .are-you-ready .main-content .black-div {
    padding: 15px 0;
    top: calc(50% - 45px);
  }
}
@media (max-width: 575px) {
  .are-you-ready .main-content .black-div {
    top: calc(50% - 50px);
  }
}
.are-you-ready .main-content .black-div h3 {
  font-size: 18px;
  max-width: 990px;
  margin: 0 auto;
  font-weight: 100;
}
@media (max-width: 1366px) {
  .are-you-ready .main-content .black-div h3 {
    font-size: 15px;
  }
}
@media (max-width: 376px) {
  .are-you-ready .main-content .black-div h3 {
    font-size: 14px;
  }
}
.are-you-ready .main-content a {
  text-decoration: none;
  display: inline-block;
  padding: 1rem 4rem;
  background-color: #5b5b5b;
  color: white;
  font-size: 1.2rem;
  font-weight: bold;
  border-radius: 50px;
  transition: background-color 0.3s ease, color 0.3s ease;
  margin-top: 40px;
  z-index: 9999999;
  position: relative;
}
.are-you-ready .main-content a:hover {
  background-color: #8739a4;
  color: #fff;
}
@media (max-width: 1366px) {
  .are-you-ready .main-content a {
    font-size: 16px;
  }
}
@media (max-width: 376px) {
  .are-you-ready .main-content a {
    padding: 11px 15px;
  }
}
.are-you-ready .main-content.start-animation h2 {
  animation: lineHeightChange 1s ease-in-out forwards;
}
@media (max-width: 1366px) {
  .are-you-ready .main-content.start-animation h2 {
    animation: lineHeightChange2 1s ease-in-out forwards;
  }
}
@media (max-width: 575px) {
  .are-you-ready .main-content.start-animation h2 {
    animation: lineHeightChangeMobileBottom3 1s ease-in-out forwards;
  }
}
.are-you-ready .main-content.start-animation .black-div {
  animation: opening 0.5s linear 1s forwards;
  transform-origin: center;
  top: 41.5%;
  transform: translateY(-50%);
}
@media (max-width: 1366px) {
  .are-you-ready .main-content.start-animation .black-div {
    top: 38%;
  }
}
@media (max-width: 575px) {
  .are-you-ready .main-content.start-animation .black-div {
    top: 285px;
  }
}
@media (max-width: 376px) {
  .are-you-ready .main-content.start-animation .black-div {
    top: 295px;
  }
}
@media (max-width: 575px) {
  .are-you-ready .main-content.start-animation .black-div h3 {
    width: 330px;
  }
}
.are-you-ready .main-content.start-animation .black-div h3 span {
  display: inline-block;
  opacity: 0;
  filter: blur(1px);
  animation: fade-in 0.8s forwards cubic-bezier(0.11, 0, 0.5, 0);
}
.are-you-ready .main-content.start-animation .black-div h3 span:nth-child(1) {
  animation-delay: calc(0.1s * (1 - 1) + 1.5s);
}
.are-you-ready .main-content.start-animation .black-div h3 span:nth-child(2) {
  animation-delay: calc(0.1s * (2 - 1) + 1.5s);
}
.are-you-ready .main-content.start-animation .black-div h3 span:nth-child(3) {
  animation-delay: calc(0.1s * (3 - 1) + 1.5s);
}
.are-you-ready .main-content.start-animation .black-div h3 span:nth-child(4) {
  animation-delay: calc(0.1s * (4 - 1) + 1.5s);
}
.are-you-ready .main-content.start-animation .black-div h3 span:nth-child(5) {
  animation-delay: calc(0.1s * (5 - 1) + 1.5s);
}
.are-you-ready .main-content.start-animation .black-div h3 span:nth-child(6) {
  animation-delay: calc(0.1s * (6 - 1) + 1.5s);
}
.are-you-ready .main-content.start-animation .black-div h3 span:nth-child(7) {
  animation-delay: calc(0.1s * (7 - 1) + 1.5s);
}
.are-you-ready .main-content.start-animation .black-div h3 span:nth-child(8) {
  animation-delay: calc(0.1s * (8 - 1) + 1.5s);
}
.are-you-ready .main-content.start-animation .black-div h3 span:nth-child(9) {
  animation-delay: calc(0.1s * (9 - 1) + 1.5s);
}
.are-you-ready .main-content.start-animation .black-div h3 span:nth-child(10) {
  animation-delay: calc(0.1s * (10 - 1) + 1.5s);
}
.are-you-ready .main-content.start-animation .black-div h3 span:nth-child(11) {
  animation-delay: calc(0.1s * (11 - 1) + 1.5s);
}
.are-you-ready .main-content.start-animation .black-div h3 span:nth-child(12) {
  animation-delay: calc(0.1s * (12 - 1) + 1.5s);
}
.are-you-ready .main-content.start-animation .black-div h3 span:nth-child(13) {
  animation-delay: calc(0.1s * (13 - 1) + 1.5s);
}
.are-you-ready .main-content.start-animation .black-div h3 span:nth-child(14) {
  animation-delay: calc(0.1s * (14 - 1) + 1.5s);
}
.are-you-ready .main-content.start-animation .black-div h3 span:nth-child(15) {
  animation-delay: calc(0.1s * (15 - 1) + 1.5s);
}
.are-you-ready .main-content.start-animation .black-div h3 span:nth-child(16) {
  animation-delay: calc(0.1s * (16 - 1) + 1.5s);
}
.are-you-ready .main-content.start-animation .black-div h3 span:nth-child(17) {
  animation-delay: calc(0.1s * (17 - 1) + 1.5s);
}
.are-you-ready .main-content.start-animation .black-div h3 span:nth-child(18) {
  animation-delay: calc(0.1s * (18 - 1) + 1.5s);
}
.are-you-ready .main-content.start-animation .black-div h3 span:nth-child(19) {
  animation-delay: calc(0.1s * (19 - 1) + 1.5s);
}
.are-you-ready .main-content.start-animation .black-div h3 span:nth-child(20) {
  animation-delay: calc(0.1s * (20 - 1) + 1.5s);
}
.are-you-ready .main-content.start-animation .black-div h3 span:nth-child(21) {
  animation-delay: calc(0.1s * (21 - 1) + 1.5s);
}
.are-you-ready .main-content.start-animation .black-div h3 span:nth-child(22) {
  animation-delay: calc(0.1s * (22 - 1) + 1.5s);
}
.are-you-ready .main-content.start-animation .black-div h3 span:nth-child(23) {
  animation-delay: calc(0.1s * (23 - 1) + 1.5s);
}
.are-you-ready .main-content.start-animation .black-div h3 span:nth-child(24) {
  animation-delay: calc(0.1s * (24 - 1) + 1.5s);
}
.are-you-ready .main-content.start-animation .black-div h3 span:nth-child(25) {
  animation-delay: calc(0.1s * (25 - 1) + 1.5s);
}
.are-you-ready .main-content.start-animation .black-div h3 span:nth-child(26) {
  animation-delay: calc(0.1s * (26 - 1) + 1.5s);
}
.are-you-ready .main-content.start-animation .black-div h3 span:nth-child(27) {
  animation-delay: calc(0.1s * (27 - 1) + 1.5s);
}
.are-you-ready .main-content.start-animation .black-div h3 span:nth-child(28) {
  animation-delay: calc(0.1s * (28 - 1) + 1.5s);
}
.are-you-ready .main-content.start-animation .black-div h3 span:nth-child(29) {
  animation-delay: calc(0.1s * (29 - 1) + 1.5s);
}
.are-you-ready .main-content.start-animation .black-div h3 span:nth-child(30) {
  animation-delay: calc(0.1s * (30 - 1) + 1.5s);
}
.are-you-ready .main-content.start-animation .black-div h3 span:nth-child(31) {
  animation-delay: calc(0.1s * (31 - 1) + 1.5s);
}
.are-you-ready .main-content.start-animation .black-div h3 span:nth-child(32) {
  animation-delay: calc(0.1s * (32 - 1) + 1.5s);
}
.are-you-ready .main-content.start-animation .black-div h3 span:nth-child(33) {
  animation-delay: calc(0.1s * (33 - 1) + 1.5s);
}
.are-you-ready .main-content.start-animation .black-div h3 span:nth-child(34) {
  animation-delay: calc(0.1s * (34 - 1) + 1.5s);
}
.are-you-ready .main-content.start-animation .black-div h3 span:nth-child(35) {
  animation-delay: calc(0.1s * (35 - 1) + 1.5s);
}
.are-you-ready .main-content.start-animation .black-div h3 span:nth-child(36) {
  animation-delay: calc(0.1s * (36 - 1) + 1.5s);
}
.are-you-ready .main-content.start-animation .black-div h3 span:nth-child(37) {
  animation-delay: calc(0.1s * (37 - 1) + 1.5s);
}
.are-you-ready .main-content.start-animation .black-div h3 span:nth-child(38) {
  animation-delay: calc(0.1s * (38 - 1) + 1.5s);
}
.are-you-ready .main-content.start-animation .black-div h3 span:nth-child(39) {
  animation-delay: calc(0.1s * (39 - 1) + 1.5s);
}
.are-you-ready .main-content.start-animation .black-div h3 span:nth-child(40) {
  animation-delay: calc(0.1s * (40 - 1) + 1.5s);
}
.are-you-ready .main-content.start-animation .black-div h3 span:nth-child(41) {
  animation-delay: calc(0.1s * (41 - 1) + 1.5s);
}
.are-you-ready .main-content.start-animation .black-div h3 span:nth-child(42) {
  animation-delay: calc(0.1s * (42 - 1) + 1.5s);
}
.are-you-ready .main-content.start-animation .black-div h3 span:nth-child(43) {
  animation-delay: calc(0.1s * (43 - 1) + 1.5s);
}
.are-you-ready .main-content.start-animation .black-div h3 span:nth-child(44) {
  animation-delay: calc(0.1s * (44 - 1) + 1.5s);
}
.are-you-ready .main-content.start-animation .black-div h3 span:nth-child(45) {
  animation-delay: calc(0.1s * (45 - 1) + 1.5s);
}
.are-you-ready .main-content.start-animation .black-div h3 span:nth-child(46) {
  animation-delay: calc(0.1s * (46 - 1) + 1.5s);
}
.are-you-ready .main-content.start-animation .black-div h3 span:nth-child(47) {
  animation-delay: calc(0.1s * (47 - 1) + 1.5s);
}
.are-you-ready .main-content.start-animation .black-div h3 span:nth-child(48) {
  animation-delay: calc(0.1s * (48 - 1) + 1.5s);
}
.are-you-ready .main-content.start-animation .black-div h3 span:nth-child(49) {
  animation-delay: calc(0.1s * (49 - 1) + 1.5s);
}
.are-you-ready .main-content.start-animation .black-div h3 span:nth-child(50) {
  animation-delay: calc(0.1s * (50 - 1) + 1.5s);
}
.are-you-ready .main-content.start-animation .black-div h3 span:nth-child(51) {
  animation-delay: calc(0.1s * (51 - 1) + 1.5s);
}
.are-you-ready .main-content.start-animation .black-div h3 span:nth-child(52) {
  animation-delay: calc(0.1s * (52 - 1) + 1.5s);
}
.are-you-ready .main-content.start-animation .black-div h3 span:nth-child(53) {
  animation-delay: calc(0.1s * (53 - 1) + 1.5s);
}
.are-you-ready .main-content.start-animation .black-div h3 span:nth-child(54) {
  animation-delay: calc(0.1s * (54 - 1) + 1.5s);
}
.are-you-ready .main-content.start-animation .black-div h3 span:nth-child(55) {
  animation-delay: calc(0.1s * (55 - 1) + 1.5s);
}
.are-you-ready .main-content.start-animation .black-div h3 span:nth-child(56) {
  animation-delay: calc(0.1s * (56 - 1) + 1.5s);
}
.are-you-ready .main-content.start-animation .black-div h3 span:nth-child(57) {
  animation-delay: calc(0.1s * (57 - 1) + 1.5s);
}
.are-you-ready .main-content.start-animation .black-div h3 span:nth-child(58) {
  animation-delay: calc(0.1s * (58 - 1) + 1.5s);
}
.are-you-ready .main-content.start-animation .black-div h3 span:nth-child(59) {
  animation-delay: calc(0.1s * (59 - 1) + 1.5s);
}
.are-you-ready .main-content.start-animation .black-div h3 span:nth-child(60) {
  animation-delay: calc(0.1s * (60 - 1) + 1.5s);
}
.are-you-ready .main-content.start-animation .black-div h3 span:nth-child(61) {
  animation-delay: calc(0.1s * (61 - 1) + 1.5s);
}
.are-you-ready .main-content.start-animation .black-div h3 span:nth-child(62) {
  animation-delay: calc(0.1s * (62 - 1) + 1.5s);
}
.are-you-ready .main-content.start-animation .black-div h3 span:nth-child(63) {
  animation-delay: calc(0.1s * (63 - 1) + 1.5s);
}
.are-you-ready .main-content.start-animation .black-div h3 span:nth-child(64) {
  animation-delay: calc(0.1s * (64 - 1) + 1.5s);
}
.are-you-ready .main-content.start-animation .black-div h3 span:nth-child(65) {
  animation-delay: calc(0.1s * (65 - 1) + 1.5s);
}
.are-you-ready .main-content.start-animation .black-div h3 span:nth-child(66) {
  animation-delay: calc(0.1s * (66 - 1) + 1.5s);
}
.are-you-ready .main-content.start-animation .black-div h3 span:nth-child(67) {
  animation-delay: calc(0.1s * (67 - 1) + 1.5s);
}
.are-you-ready .main-content.start-animation .black-div h3 span:nth-child(68) {
  animation-delay: calc(0.1s * (68 - 1) + 1.5s);
}
.are-you-ready .main-content.start-animation .black-div h3 span:nth-child(69) {
  animation-delay: calc(0.1s * (69 - 1) + 1.5s);
}
.are-you-ready .main-content.start-animation .black-div h3 span:nth-child(70) {
  animation-delay: calc(0.1s * (70 - 1) + 1.5s);
}
.are-you-ready .main-content.start-animation .black-div h3 span:nth-child(71) {
  animation-delay: calc(0.1s * (71 - 1) + 1.5s);
}
.are-you-ready .main-content.start-animation .black-div h3 span:nth-child(72) {
  animation-delay: calc(0.1s * (72 - 1) + 1.5s);
}
.are-you-ready .main-content.start-animation .black-div h3 span:nth-child(73) {
  animation-delay: calc(0.1s * (73 - 1) + 1.5s);
}
.are-you-ready .main-content.start-animation .black-div h3 span:nth-child(74) {
  animation-delay: calc(0.1s * (74 - 1) + 1.5s);
}
.are-you-ready .main-content.start-animation .black-div h3 span:nth-child(75) {
  animation-delay: calc(0.1s * (75 - 1) + 1.5s);
}
.are-you-ready .main-content.start-animation .black-div h3 span:nth-child(76) {
  animation-delay: calc(0.1s * (76 - 1) + 1.5s);
}
.are-you-ready .main-content.start-animation .black-div h3 span:nth-child(77) {
  animation-delay: calc(0.1s * (77 - 1) + 1.5s);
}
.are-you-ready .main-content.start-animation .black-div h3 span:nth-child(78) {
  animation-delay: calc(0.1s * (78 - 1) + 1.5s);
}
.are-you-ready .main-content.start-animation .black-div h3 span:nth-child(79) {
  animation-delay: calc(0.1s * (79 - 1) + 1.5s);
}
.are-you-ready .main-content.start-animation .black-div h3 span:nth-child(80) {
  animation-delay: calc(0.1s * (80 - 1) + 1.5s);
}
.are-you-ready .main-content.start-animation .black-div h3 span:nth-child(81) {
  animation-delay: calc(0.1s * (81 - 1) + 1.5s);
}
.are-you-ready .main-content.start-animation .black-div h3 span:nth-child(82) {
  animation-delay: calc(0.1s * (82 - 1) + 1.5s);
}
.are-you-ready .main-content.start-animation .black-div h3 span:nth-child(83) {
  animation-delay: calc(0.1s * (83 - 1) + 1.5s);
}
.are-you-ready .main-content.start-animation .black-div h3 span:nth-child(84) {
  animation-delay: calc(0.1s * (84 - 1) + 1.5s);
}
.are-you-ready .main-content.start-animation .black-div h3 span:nth-child(85) {
  animation-delay: calc(0.1s * (85 - 1) + 1.5s);
}
.are-you-ready .main-content.start-animation .black-div h3 span:nth-child(86) {
  animation-delay: calc(0.1s * (86 - 1) + 1.5s);
}
.are-you-ready .main-content.start-animation .black-div h3 span:nth-child(87) {
  animation-delay: calc(0.1s * (87 - 1) + 1.5s);
}
.are-you-ready .main-content.start-animation .black-div h3 span:nth-child(88) {
  animation-delay: calc(0.1s * (88 - 1) + 1.5s);
}
.are-you-ready .main-content.start-animation .black-div h3 span:nth-child(89) {
  animation-delay: calc(0.1s * (89 - 1) + 1.5s);
}
.are-you-ready .main-content.start-animation .black-div h3 span:nth-child(90) {
  animation-delay: calc(0.1s * (90 - 1) + 1.5s);
}
.are-you-ready .main-content.start-animation .black-div h3 span:nth-child(91) {
  animation-delay: calc(0.1s * (91 - 1) + 1.5s);
}
.are-you-ready .main-content.start-animation .black-div h3 span:nth-child(92) {
  animation-delay: calc(0.1s * (92 - 1) + 1.5s);
}
.are-you-ready .main-content.start-animation .black-div h3 span:nth-child(93) {
  animation-delay: calc(0.1s * (93 - 1) + 1.5s);
}
.are-you-ready .main-content.start-animation .black-div h3 span:nth-child(94) {
  animation-delay: calc(0.1s * (94 - 1) + 1.5s);
}
.are-you-ready .main-content.start-animation .black-div h3 span:nth-child(95) {
  animation-delay: calc(0.1s * (95 - 1) + 1.5s);
}
.are-you-ready .main-content.start-animation .black-div h3 span:nth-child(96) {
  animation-delay: calc(0.1s * (96 - 1) + 1.5s);
}
.are-you-ready .main-content.start-animation .black-div h3 span:nth-child(97) {
  animation-delay: calc(0.1s * (97 - 1) + 1.5s);
}
.are-you-ready .main-content.start-animation .black-div h3 span:nth-child(98) {
  animation-delay: calc(0.1s * (98 - 1) + 1.5s);
}
.are-you-ready .main-content.start-animation .black-div h3 span:nth-child(99) {
  animation-delay: calc(0.1s * (99 - 1) + 1.5s);
}
.are-you-ready .main-content.start-animation .black-div h3 span:nth-child(100) {
  animation-delay: calc(0.1s * (100 - 1) + 1.5s);
}

#lets-start {
  background: url("../images/background/bg-white.png");
  background-size: cover;
  background-repeat: no-repeat;
  background-position-y: -280px;
  padding: 120px 0;
  text-align: center;
  position: relative;
  color: #000;
}
@media (max-width: 1366px) {
  #lets-start {
    padding: 80px 0;
  }
}
@media (max-width: 575px) {
  #lets-start {
    padding-top: 60px;
  }
}
#lets-start .main-content h2 {
  font-size: 4rem;
  font-weight: 600;
  margin-bottom: 20px;
  line-height: 70px;
}
@media (max-width: 575px) {
  #lets-start .main-content h2 {
    font-size: 30px;
    margin-bottom: 3px;
    line-height: 40px;
  }
}
#lets-start .main-content h2 .outline {
  color: transparent;
  -webkit-text-stroke: 1px black;
  font-family: Arial, Helvetica, sans-serif;
  font-size: 5rem;
  font-weight: 900;
}
@media (max-width: 575px) {
  #lets-start .main-content h2 .outline {
    font-size: 24px;
    font-weight: 800;
    -webkit-text-stroke: 1px black;
  }
}
#lets-start .main-content p {
  font-size: 1.8rem;
  font-weight: 400;
  margin-bottom: 50px;
}
@media (max-width: 1366px) {
  #lets-start .main-content p {
    font-size: 20px;
  }
}
@media (max-width: 575px) {
  #lets-start .main-content p {
    font-size: 14px;
  }
}
#lets-start .main-content form {
  max-width: 500px;
  margin: 0 auto;
  margin-bottom: 100px;
}
@media (max-width: 1366px) {
  #lets-start .main-content form {
    margin-bottom: 80px;
  }
}
@media (max-width: 575px) {
  #lets-start .main-content form {
    margin-bottom: 80px;
  }
}
#lets-start .main-content form .form-group {
  margin-bottom: 20px;
}
@media (max-width: 575px) {
  #lets-start .main-content form .form-group {
    font-size: 20px;
  }
}
#lets-start .main-content form .form-group input,
#lets-start .main-content form .form-group textarea {
  width: 100%;
  padding: 15px;
  border: none;
  border-bottom: 1px solid #000;
  font-size: 1.7rem;
  background: transparent;
  outline: none;
}
@media (max-width: 1366px) {
  #lets-start .main-content form .form-group input,
  #lets-start .main-content form .form-group textarea {
    font-size: 19px;
  }
}
@media (max-width: 575px) {
  #lets-start .main-content form .form-group input,
  #lets-start .main-content form .form-group textarea {
    font-size: 15px;
    color: black;
  }
}
#lets-start .main-content form .form-group input:focus,
#lets-start .main-content form .form-group textarea:focus {
  border-color: #00e5ff; /* Change border color on focus */
}
#lets-start .main-content form .form-group input::-moz-placeholder,
#lets-start .main-content form .form-group textarea::-moz-placeholder { /* Mozilla Firefox 19+ */
  color: black;
  opacity: 1;
}
#lets-start .main-content form .form-group input::-moz-placeholder, #lets-start .main-content form .form-group textarea::-moz-placeholder { /* Most modern browsers support this now. */
  color: black;
}
#lets-start .main-content form .form-group input::placeholder,
#lets-start .main-content form .form-group textarea::placeholder { /* Most modern browsers support this now. */
  color: black;
}
#lets-start .main-content form .form-group textarea {
  height: 150px;
}
@media (max-width: 1366px) {
  #lets-start .main-content form .form-group textarea {
    height: 100px;
  }
}
@media (max-width: 575px) {
  #lets-start .main-content form .form-group textarea {
    height: 70px;
  }
}
#lets-start .main-content form .submit-btn {
  background: transparent;
  border: none;
  font-size: 2rem;
  position: relative;
  margin-top: 40px;
}
@media (max-width: 1366px) {
  #lets-start .main-content form .submit-btn {
    font-size: 25px;
  }
}
@media (max-width: 575px) {
  #lets-start .main-content form .submit-btn {
    font-size: 20px;
  }
}
#lets-start .main-content form .submit-btn span {
  position: relative;
  z-index: 1;
}
#lets-start .main-content form .submit-btn span span {
  opacity: 0;
  margin-left: 10px;
  font-size: 3rem;
  line-height: 0;
  display: inline-block;
}
@media (max-width: 1366px) {
  #lets-start .main-content form .submit-btn span span {
    font-size: 2.5rem;
  }
}
@media (max-width: 575px) {
  #lets-start .main-content form .submit-btn span span {
    font-size: 20px;
  }
}
#lets-start .main-content form .submit-btn::before {
  opacity: 0;
  content: "";
  background: #2af1fc;
  width: 100px;
  height: 100px;
  position: absolute;
  right: -10px;
  top: -30px;
  border-radius: 100px;
  z-index: 1;
}
@media (max-width: 1366px) {
  #lets-start .main-content form .submit-btn::before {
    top: -23px;
    width: 80px;
    height: 80px;
  }
}
#lets-start .main-content form .submit-btn:hover::before {
  content: "";
  background: #f885f5;
}
#lets-start .main-content form .submit-btn.roll-in::before {
  animation: roll-in 1s ease 0.5s forwards;
}
#lets-start .main-content form .submit-btn.roll-in span span {
  animation: left-to-right 1s ease 1s forwards;
}
#lets-start .main-content .keywords {
  color: #333;
  padding: 5px 0;
}
@media (max-width: 1366px) {
  #lets-start .main-content .keywords {
    font-size: 23px;
  }
}
#lets-start .main-content .keywords p {
  margin: 0 auto;
  line-height: 1.5;
  font-weight: 500;
  font-size: 1.9rem;
}
@media (max-width: 1366px) {
  #lets-start .main-content .keywords p {
    font-size: 23px;
  }
}
@media (max-width: 575px) {
  #lets-start .main-content .keywords p {
    font-size: 20px;
  }
}

.section-txt-img {
  color: white;
  padding: 100px 0;
  min-height: 100vh;
  position: relative;
  display: flex;
  align-items: center;
  background-size: auto;
  background-repeat: no-repeat;
  background-position: right !important;
}
@media (max-width: 575px) {
  .section-txt-img {
    padding-top: 45vh;
  }
}
@media (max-width: 376px) {
  .section-txt-img {
    padding-bottom: 60px;
  }
}
.section-txt-img::before {
  content: "";
  background: rgba(0, 0, 0, 0.7098039216);
  position: absolute;
  top: 0;
  bottom: 0;
  right: 0;
  left: 0;
  z-index: -1;
}
@media (max-width: 575px) {
  .section-txt-img::before {
    z-index: 1;
  }
}
.section-txt-img::after {
  content: "";
  background: inherit;
  background-size: auto;
  background-repeat: no-repeat;
  background-position: center right;
  position: absolute;
  right: 0;
  z-index: -1;
  width: 45%;
  height: 70%;
  top: calc(50% + 0px);
  transform: translateY(-50%);
}
@media (max-width: 575px) {
  .section-txt-img::after {
    z-index: 1;
    width: 80%;
    height: 27%;
    top: 10%;
    transform: none;
    background-size: cover;
  }
}
@media (max-width: 575px) {
  .section-txt-img .container {
    z-index: 1;
  }
}
.section-txt-img img {
  animation: rotateInfinite 5s linear infinite;
  position: absolute;
  bottom: calc(15% - 150px / 2);
  right: calc(45% - 150px / 2);
  width: 150px;
  height: 150px;
}
@media (max-width: 1366px) {
  .section-txt-img img {
    z-index: 2;
    bottom: calc(15% - 120px / 2);
    right: calc(45% - 120px / 2);
    width: 120px;
    height: 120px;
  }
}
@media (max-width: 575px) {
  .section-txt-img img {
    z-index: 2;
    bottom: initial;
    top: calc(10% - 80px / 2);
    left: calc(20% - 80px / 2);
    width: 80px;
    height: 80px;
  }
}
.section-txt-img .text-content {
  max-width: 50%;
}
@media (max-width: 575px) {
  .section-txt-img .text-content {
    max-width: 100%;
  }
}
.section-txt-img .text-content h1 {
  font-size: 100px;
  font-weight: 700;
  line-height: 120px;
  margin-bottom: 30px;
}
@media (max-width: 1366px) {
  .section-txt-img .text-content h1 {
    font-size: 70px;
    line-height: 80px;
    margin-bottom: 20px;
  }
}
@media (max-width: 575px) {
  .section-txt-img .text-content h1 {
    font-size: 40px;
    line-height: 50px;
    margin-bottom: 10px;
  }
}
.section-txt-img .text-content h1 .outline {
  color: transparent;
  -webkit-text-stroke: 2px white; /* Creates outlined text */
  font-family: system-ui;
}
@media (max-width: 575px) {
  .section-txt-img .text-content h1 .outline {
    -webkit-text-stroke: 1px white;
  }
}
.section-txt-img .text-content h4 {
  font-size: 1.5rem;
  margin-bottom: 20px;
  font-weight: 600;
}
@media (max-width: 1366px) {
  .section-txt-img .text-content h4 {
    font-size: 18px;
    margin-bottom: 15px;
  }
}
@media (max-width: 575px) {
  .section-txt-img .text-content h4 {
    font-size: 17px;
    margin-bottom: 10px;
  }
}
.section-txt-img .text-content p {
  font-size: 1.2rem;
  font-weight: 300;
  line-height: 1.6;
}
@media (max-width: 1366px) {
  .section-txt-img .text-content p {
    font-size: 15px;
  }
}
@media (max-width: 575px) {
  .section-txt-img .text-content p {
    font-size: 13px;
  }
}
.section-txt-img .text-content a {
  text-decoration: none;
  display: inline-block;
  padding: 10px 25px;
  background-color: #5b5b5b;
  color: white;
  font-size: 1.4rem;
  font-weight: bold;
  border-radius: 50px;
  margin-top: 40px;
  transition: background-color 0.3s ease, color 0.3s ease;
}
@media (max-width: 1366px) {
  .section-txt-img .text-content a {
    font-size: 16px;
  }
}
@media (max-width: 575px) {
  .section-txt-img .text-content a {
    font-size: 16px;
    padding: 14px 25px;
    margin-top: 10px;
  }
}
@media (max-width: 376px) {
  .section-txt-img .text-content a {
    font-size: 15px;
    padding: 11px 25px;
  }
}
.section-txt-img .text-content a:hover {
  background-color: #fff;
  color: #000000;
}
.section-txt-img .image-content {
  position: relative;
  max-width: 50%;
}
.section-txt-img .image-content img {
  width: 100%;
  height: auto;
  border: none;
  position: relative;
  z-index: 2; /* Ensures the image is above the overlay */
}
.section-txt-img .image-content .overlay {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.7); /* Dark overlay on the right side */
  z-index: 1; /* Ensure the overlay is behind the image */
}

@keyframes rotateInfinite {
  0% {
    transform: rotate(0deg);
  }
  100% {
    transform: rotate(360deg);
  }
}
@media (max-width: 575px) {
  #section-txt-img .owl-dots {
    padding-top: 40px;
    display: flex;
    position: absolute;
    left: 0;
    right: 0;
    margin: 0 auto;
    text-align: center;
    justify-content: center;
  }
}

@media (max-width: 575px) {
  .owl-carousel .owl-nav button.owl-next, .owl-carousel .owl-nav button.owl-prev, .owl-carousel button.owl-dot {
    background: rgba(255, 255, 255, 0.568627451) !important;
    width: 14px;
    height: 14px;
    margin: 5px;
    border-radius: 20px;
  }
}

@media (max-width: 575px) {
  button.owl-dot.active,
  button.owl-dot:hover {
    background: white !important;
  }
}

.ti-cursor {
  margin-left: 25px;
}
@media (max-width: 1366px) {
  .ti-cursor {
    margin-left: 10px;
  }
}/*# sourceMappingURL=index2.css.map */