@charset "UTF-8";

@font-face {
  font-family: "century_gothicregular";
  src: url("centurygothic-webfont.woff2") format("woff2"),
    url("centurygothic-webfont.woff") format("woff");
  font-weight: normal;
  font-style: normal;
}

@font-face {
  font-family: "century_gothicbold";
  src: url("gothicb-webfont.woff2") format("woff2"),
    url("gothicb-webfont.woff") format("woff");
  font-weight: normal;
  font-style: normal;
}
body {
  background-color: #000;
  min-height: 100vh;
  font-family: "century_gothicregular";
}
.navbar-nav {
  font-size: 11px;
  text-transform: uppercase;
  letter-spacing: 2px;
}
#mainNav {
  /* background: rgb(0, 0, 0);
  background: linear-gradient(
    180deg,
    rgba(0, 0, 0, 1) 0%,
    rgba(0, 0, 0, 1) 51%,
    rgba(0, 0, 0, 0) 100%
  ); */
  background-color: transparent;
  box-shadow: none;
  border: none;
  padding-top: 1rem;
  padding-bottom: 1rem;
}
#mainNav .navbar-nav .nav-item .nav-link.active {
  color: #a0589f;
}
#mainNav .navbar-nav .nav-item.active .nav-link {
  color: #a0589f;
  font-weight: bold;
  border-bottom: 2px solid;
}
.masthead {
  background-color: transparent;
  /* padding-top: 13.5rem; */
  min-height: 92vh;
}

.masthead h1 {
  font-size: 35px;
  line-height: 1;
  text-transform: uppercase;
}
.masthead p {
  font-size: 18px;
  color: #fff;
  font-weight: 400;
  line-height: 30px;
}

/**/

/*  */
body {
  background-size: cover;
  background-repeat: no-repeat;
  background-position: bottom;
  background-attachment: fixed;
  position: relative;
}
nav {
  font-family: "Montserrat", sans-serif;
}
.navbar-nav {
  font-size: 12px;
}

body:before {
  position: fixed;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  content: "";
  background-size: cover !important;
  background-position: bottom !important;
  transition: all 0.3s ease;
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  height: 100vh;

  z-index: 0;
}
body.introsec:before {
  background-image: url(../assets/img/Homebanner.png);
}
body.aboutsec:before {
  background-image: url(../assets/img/aboutbanner.png);
}
body.expertiesbanner:before {
  background-image: url(../assets/img/expertiesbanner.png);
}

body.carrierbanner:before {
  background-image: url(../assets/img/carrierbanner.png);
}
body.ethosbanner:before {
  background-image: url(../assets/img/ethosbanner.png);
}
body.contactbanner:before {
  background-image: url(../assets/img/contactbanner.png);
}
body.meetOurTeam:before {
  background-image: url(../assets/img/team.png);
}
footer {
  position: relative;
  z-index: 1;
}
/* .introsec {
  background-image: url(../assets/img/Homebanner.png);
}
.aboutsec {
  background-image: url(../assets/img/aboutbanner.png);
}
  .expertiesbanner {
  background-image: url(../assets/img/expertiesbanner.png);
}  
.carrierbanner {
  background-image: url(../assets/img/carrierbanner.png);
}
.ethosbanner {
  background-image: url(../assets/img/ethosbanner.png);
}
.contactbanner {
  background-image: url(../assets/img/contactbanner.png);
}
.meetOurTeam {
  background-image: url(../assets/img/team.jpg);
} */
.textpurple {
  color: #a0589f;
}
.beyond {
  border-left: 2px solid #a4a6ab;
  text-transform: uppercase;
  padding-left: 10px;
}
.beyond h2 {
  font-weight: normal;
}
/* ------------owl carousal------------ */
.syncwrap {
  position: fixed;
  bottom: 0;
  /* background: #2167af59; */
  width: 100%;
  left: 0;
  text-align: center;
  z-index: 2;

  background: rgb(33, 103, 175);
  background: linear-gradient(
    90deg,
    rgba(33, 103, 175, 0) 0%,
    rgba(33, 103, 175, 0.4) 7%,
    rgba(33, 103, 175, 0.4) 49%,
    rgba(33, 103, 175, 0.4) 92%,
    rgba(33, 103, 175, 0) 100%
  );
}
#sync1 .item {
  color: #fff;
}
#sync2 {
  width: 800px;
  margin: 0 auto;
}
#sync2 .item {
  background: #000;

  margin: 5px;
  color: #fff;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  border-radius: 50%;
  text-align: center;
  cursor: pointer;
  border-radius: 50%;
  border: 2px solid #a0589f;
}
#sync2 .item h1 {
  font-size: 18px;
}
#sync2 .current .item {
  background: #a0589f;
  border-radius: 50%;
  border: 2px solid #f48af2;
  padding: 0;
}
#sync2 .current .item img {
  width: 100%;
}

.owl-theme .owl-nav {
  /*default owl-theme theme reset .disabled:hover links */
}
.owl-theme .owl-nav [class*="owl-"] {
  transition: all 0.3s ease;
}
.owl-theme .owl-nav [class*="owl-"].disabled:hover {
  background-color: #000000;
}

#sync1.owl-theme {
  position: relative;
}
#sync1.owl-theme .owl-next,
#sync1.owl-theme .owl-prev {
  width: 40px;
  height: 80px;
  margin-top: -20px;
  position: absolute;
  top: 35%;
}
#sync1.owl-theme .owl-next:hover,
#sync1.owl-theme .owl-prev:hover {
  background-color: transparent;
}
#sync1.owl-theme .owl-prev {
  left: -40px;
  width: 30px;
  height: 60px;
}
#sync1.owl-theme .owl-next {
  right: -40px;
  width: 30px;
  height: 60px;
}

/* ------------------------------------------------------------------------- */
@media (min-width: 1200px) {
  .nav-link {
    color: #fff;
    text-transform: uppercase;
    text-decoration: none;
    display: inline-block;
    position: relative;
  }
  .nav-link:after {
    background: none repeat scroll 0 0 transparent;
    bottom: 0;
    content: "";
    display: block;
    height: 2px;
    left: 50%;
    position: absolute;
    background: #a0589f;
    transition: width 0.3s ease 0s, left 0.3s ease 0s;
    width: 0;
  }
  .nav-link:hover:after {
    width: 100%;
    left: 0;
  }
  .navbar-expand-xl .navbar-nav .nav-link {
    padding-right: 0;
    padding-left: 0;
    margin-right: 1.2rem;
    margin-left: 1.2rem;
  }
}
/* ------------------------------------------------------------------------- */
.profileimg {
  overflow: hidden;
  width: 100%;
  border-radius: 50%;
}
/* .profileimg {     border: 1px solid #a0589f;} */
/* different techniques for iPad screening */
@media only screen and (min-device-width: 768px) and (max-device-width: 1024px) and (orientation: portrait) {
  /* For portrait layouts only */
  .mainimg {
    max-width: 50%;
    margin: 0 auto;
  }
}

/* ------------------------------ */

/* ------------------------------ */

@media (min-width: 768px) {
  #sync1.owl-theme .owl-next {
    right: -100px;
    width: 30px;
    height: 80px;
  }
  #sync1.owl-theme .owl-prev {
    left: -100px;
    width: 30px;
    height: 80px;
  }
}
/* --------------------------- */
.mainimg {
}
.meetOurTeam footer {
  /* position: fixed; */

  bottom: 0;
  width: 100%;
}
.read {
  font-weight: bold;
  font-size: 20px;
}
.linkdinicn {
  width: 30px !important;
  display: inline-block !important;
  margin-left: 8px;
  vertical-align: text-bottom;
}
/* ------------------------ */

.meetOurTeam .masthead p {
  line-height: 25px;
  font-size: 16px;
}
.meetOurTeam .masthead h1 {
}
.meetOurTeam .masthead h1 br {
  /* display: none; */
}
.position {
  letter-spacing: 4px;
  font-size: 16px;
  color: #a4a6ab;
  margin-bottom: 30px;
  text-transform: uppercase;
}

video {
  object-fit: cover;
  width: 100vw;
  height: 100vh;
  position: fixed;
  top: 0;
  left: 0;
}

.accordion-item {
  background-color: #040c1d70;
}
.accordion-button {
  background-color: #07162f;
  padding: 0.6rem 1.25rem;
}

.accordion-flush .accordion-collapse {
  position: relative;
}
.accordion-button {
  background-color: #08183500;
  color: #a0589f;
  border-left: 2px solid;
  font-size: 35px;
  text-transform: uppercase;
}
.accordion-button:focus,
.accordion-button:not(.collapsed),
.accordion-button:not(.collapsed) {
  outline: none !important;
  box-shadow: 0px !important;
  outline: 0px !important;
  color: #a0589f;
  background-color: transparent;
  border-color: #a0589f;
}
.accordion-button::after {
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16' fill='%23FFFFFF'%3e%3cpath fill-rule='evenodd' d='M1.646 4.646a.5.5 0 0 1 .708 0L8 10.293l5.646-5.647a.5.5 0 0 1 .708.708l-6 6a.5.5 0 0 1-.708 0l-6-6a.5.5 0 0 1 0-.708z'/%3e%3c/svg%3e");
}

.accordianbox h2 {
  font-size: 30px;
  font-weight: normal;
  font-family: "century_gothicregular";
  margin-bottom: 20px;
}
.accordion-button:focus {
  box-shadow: 0 0 0 0.25rem transparent;
}

/* ------------------------------- */
@media (min-width: 1500px) {
  .introsec .masthead h1 {
    font-size: 55px;
  }
  .introsec .masthead p {
    font-size: 30px;
    margin-top: 30px;
  }
}
/* #sync1 {
  margin-bottom: 80px;
} */
@media (min-width: 1700px) {
  .syncwrap {
    position: relative;
    margin-top: -9px;
  }
}
.expertiesbanner #mainNav {
  background: #060b17;
}
#skipBtn {
  position: absolute;
  bottom: 60px;
  right: 0px;
  left: 0;
  margin: 0 auto;
  width: 100px;
  z-index: 1000;
  padding: 8px 20px;
  background-color: #0000009c;
  color: #fff;
  border: none;
  border-radius: 6px;
  cursor: pointer;
  font-size: 16px;
  font-family: "century_gothicregular";
  text-transform: uppercase;
}

.overContent {
  background-color: #000000a1;
  padding: 20px;
  position: relative;
}
.disclaimer:before {
  background-image: url(../assets/img/Homebanner.png);
}
.btn {
  background-color: #a0589f;
  color: #fff;
}

.btn:hover {
  background-color: #854684;
}
.contactbanner a {
  color: #ffffff;
}
@media (max-width: 427px) {
  .snumber {
    display: block;
  }
}
/* ------------------------------------------768px 1024------------------------------------- */
@media (min-width: 768px) and (max-width: 1024px) {
  /* Styles for devices with width between 768px and 1024px */
  #sync1.owl-theme .owl-next {
    right: -60px;
  }
  #sync1.owl-theme .owl-prev {
    left: -60px;
  }
  .meetOurTeam .masthead {
    padding-top: 7.5rem;
  }
  .navbar-brand img {
    width: 50px;
  }
  .pixel {
    width: 60px;
  }
  .introsec .masthead h1 {
    font-size: 25px;
    line-height: 35px;
  }
  .introsec .masthead p {
    margin-top: 30px;
  }
  .masthead h1 {
    font-size: 22px;
    line-height: 25px;
  }

  .meetOurTeam .masthead h1 {
    margin-top: 5px;
  }
  #sync1.owl-carousel .owl-item img.mainimg {
    width: 60%;
    margin: 0 auto;
  }
  #sync1.owl-theme .owl-next {
    top: 16%;
  }
  #sync1 .item {
    text-align: center;
  }
  #sync1.owl-theme .owl-prev {
    top: 16%;
  }
  .position {
    margin-bottom: 18px;
  }
  .masthead p,
  .meetOurTeam .masthead p {
    font-size: 14px;
    line-height: 20px;
  }
  .teamdiscription {
    padding-top: 20px;
    /* padding-bottom: 140px; */
  }
  .expertiesbanner #mainNav,
  .meetOurTeam #mainNav {
    background: #000d23;
  }
}
@media (min-width: 768px) and (max-width: 1024px) and (orientation: portrait) {
  /* Styles for devices between 768px and 1024px in portrait mode */
  .syncwrap {
    display: none;
  }
}
@media (min-width: 768px) and (max-width: 1024px) and (orientation: landscape) {
  /* Styles for devices between 768px and 1024px in landscape mode */
  #sync1.owl-carousel .owl-item img.mainimg {
    width: 100%;
  }
}
/* ------------------------------------------767------------------------------------- */
@media (max-width: 767px) {
  .contactbanner p {
    margin-bottom: 1.5rem;
  }
  .deskvdo {
    display: none;
  }
  .expertiesbanner #mainNav,
  .meetOurTeam #mainNav {
    background: #000d23;
  }

  /* -------------------------- */
  body:before {
    /* background-position: 50% 100% !important ; */
  }
  body.introsec:before {
    background-image: url(../assets/img/Homebannermob.webp);
  }
  body.aboutsec:before {
    /* background-image: url(../assets/img/aboutbannermob.png); */
  }
  body.expertiesbanner:before {
    background-image: url(../assets/img/expertiesbannermob.png);
  }

  body.carrierbanner:before {
    background-image: url(../assets/img/carrierbannermob.png);
  }
  body.ethosbanner:before {
    background-image: url(../assets/img/ethosbannermob.png);
  }
  body.contactbanner:before {
    background-image: url(../assets/img/contactbannermob.png);
  }
  body.meetOurTeam:before {
    background-image: url(../assets/img/teammob.png);
  }
  .masthead {
    min-height: 80vh;
    padding-bottom: 0px;
  }

  body {
    min-height: auto;
  }
  footer {
    position: relative;
    z-index: 1;
  }
  /* -------------------------- */
  .txtctn {
    display: block;
    margin-top: 12px;
  }

  .syncwrap {
    display: none;
  }
  .meetOurTeam .masthead {
    padding-top: 7.5rem;
  }
  .navbar-brand img {
    width: 50px;
  }
  .pixel {
    width: 60px;
  }
  .introsec .masthead h1 {
    font-size: 25px;
    line-height: 35px;
  }
  .introsec .masthead p {
    margin-top: 30px;
  }
  .masthead h1 {
    font-size: 22px;
    line-height: 25px;
  }

  .meetOurTeam .masthead h1 {
    margin-top: 5px;
  }
  #sync1.owl-carousel .owl-item img.mainimg {
    width: 60%;
    margin: 0 auto;
  }
  #sync1.owl-theme .owl-next {
    top: 16%;
  }
  #sync1 .item {
    text-align: center;
  }
  #sync1.owl-theme .owl-prev {
    top: 16%;
  }
  .position {
    margin-bottom: 18px;
  }
  .masthead p,
  .meetOurTeam .masthead p {
    font-size: 16px;
    line-height: 20px;
  }
  .teamdiscription {
    padding-top: 20px;
    /* padding-bottom: 140px; */
  }
  .accordion-button {
    font-size: 25px;
  }
  .accordion-button {
    padding: 0.5rem 1.25rem;
  }
  .accordianbox h2 {
    font-size: 20px;
  }

  /* .masthead {
    overflow-y: auto;
  }
  body {
    overflow: hidden;
  }
  footer {
    position: fixed;
    background-color: #000;
    bottom: 0;
    width: 100%;
  } */

  .calicut {
    margin-top: 30px;
  }

  #sync2 {
    width: 300px;
  }
  .praxislogo {
    max-height: 40px;
  }
}
/* ------------------ */

.praxisfooter,
.mobvdo {
  display: none;
}
@media (max-width: 1199px) {
  .praxistop,
  .praxisf {
    display: none;
  }
  .praxistop {
    display: none;
  }
  .praxisfooter,
  .mobvdo {
    display: block;
  }
  #mainNav .navbar-toggler {
    padding: 0.5rem 0.7rem;
  }
  .navbar-toggler {
    background-color: #00000000;
    border: 1px solid #a0589f00;
  }

  .navbar-toggler:focus {
    text-decoration: none;
    outline: 0;
    box-shadow: none;
  }
  .navbar-collapse {
    -webkit-box-shadow: 0px 10px 30px rgba(83, 88, 93, 0.4);
    box-shadow: 0px 10px 30px rgba(83, 88, 93, 0.4);
    position: absolute;
    left: 0;
    right: 0;
    top: 100%;
    background: var(--bs-body-bg);
    border-top: 1px solid rgba(0, 0, 0, 0.1);
  }
  .navbar-nav {
    text-align: center;
  }
  .nav-link {
    padding: 1rem;
    border-bottom: 1px solid #313131;
  }

  /* ----------- */

  .navbar-toggler:focus {
    background: none;
    outline: 0;
  }

  .navbar-toggler span {
    display: block;
    width: 30px;
    height: 2px;
    margin: 6px auto;
    background: #fff;
    transition: all 0.6s cubic-bezier(0.25, 0.1, 0.25, 1);
  }

  .navbar-toggler:hover span,
  .navbar-toggler:focus span {
    background: #a0589f;
  }

  /* rotate first span */
  .navbar-toggler[aria-expanded="true"] span:first-of-type {
    transform: rotate(45deg) translate(6px, 6px);
  }

  /* hide second span */
  .navbar-toggler[aria-expanded="true"] span:nth-of-type(2) {
    opacity: 0;
  }

  /* rotate third span */
  .navbar-toggler[aria-expanded="true"] span:last-of-type {
    transform: rotate(-45deg) translate(5px, -5px);
  }

  .navbar-toggler[aria-expanded="false"] span {
    transform: none;
    opacity: 1;
  }

  .navbar-toggler span {
    display: block;
    width: 30px;
    height: 2px;
    margin: 6px auto;
    background: #a0589f;
    transition: all 0.6s cubic-bezier(0.25, 0.1, 0.25, 1);
  }

  /* rotate first span */
  .navbar-toggler[aria-expanded="true"] span:first-of-type {
    transform: rotate(45deg) translate(6px, 6px);
  }

  /* hide second span */
  .navbar-toggler[aria-expanded="true"] span:nth-of-type(2) {
    opacity: 0;
  }

  /* rotate third span */
  .navbar-toggler[aria-expanded="true"] span:last-of-type {
    transform: rotate(-45deg) translate(5px, -5px);
  }

  .navbar-toggler[aria-expanded="false"] span {
    transform: none;
    opacity: 1;
  }
}

.animate__animated.animate__delay-15s {
  -webkit-animation-delay: 15s;
  animation-delay: 15s;
  -webkit-animation-delay: calc(var(--animate-delay) * 15);
  animation-delay: calc(var(--animate-delay) * 15);
}

.animate__animated.animate__delay-16s {
  -webkit-animation-delay: 16s;
  animation-delay: 16s;
  -webkit-animation-delay: calc(var(--animate-delay) * 16);
  animation-delay: calc(var(--animate-delay) * 16);
}
@media (max-width: 767px) {
  /* Lock viewport */
  html,
  body {
    margin: 0;
    padding: 0;
    height: 100%;
    width: 100%;
    overflow: hidden; /* Disable scrolling on the root */
    position: fixed;
    touch-action: none; /* Disable touch scrolling */
  }

  .content {
    overflow-y: auto; /* Allow inner scrolling */
    height: 100%;
    width: 100%;
    box-sizing: border-box;
    background: #f5f5f5;
  }
}

/* -------------------------------Loading css----------------------------------------- */
.video-container {
  position: relative;
  width: 100%;
}

video {
  width: 100%;
  display: block;
  z-index: 1;
}

/* Style for the loading screen */
.loading-screen {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;

  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  z-index: 9999;
}

/* Logo animation */
.loading-logo {
  width: 75px; /* Adjust logo size */
  /* animation: spin 2s linear; Rotating animation */
}

/* Text style */
.loading-text {
  margin-top: 20px;
  font-family: Arial, sans-serif;
  font-size: 18px;
  color: #333;
  animation: fadeInctn 1.5s ease-in-out infinite;
}

/* Loading text fade animation */
@keyframes fadeInctn {
  0%,
  100% {
    opacity: 0.1;
  }
  50% {
    opacity: 1;
  }
}
/* --------------------------end loading-------------------------------------- */
