@import url(fontawesome-all.min.css);
@import url("https://fonts.googleapis.com/css?family=Open+Sans:400,400italic,600,600italic,800,800italic");
@import url("https://fonts.googleapis.com/css2?family=Montserrat:wght@400;700&display=swap");

/*
	Spectral by HTML5 UP
	html5up.net | @ajlkn
	Free for personal and commercial use under the CCA 3.0 license (html5up.net/license)
*/

html,
body,
div,
span,
applet,
object,
iframe,
h1,
h2,
h3,
h4,
h5,
h6,
p,
blockquote,
pre,
a,
abbr,
acronym,
address,
big,
cite,
code,
del,
dfn,
em,
img,
ins,
kbd,
q,
s,
samp,
small,
strike,
strong,
sub,
sup,
tt,
var,
b,
u,
i,
center,
dl,
dt,
dd,
ol,
ul,
li,
fieldset,
form,
label,
legend,
table,
caption,
tbody,
tfoot,
thead,
tr,
th,
td,
article,
aside,
canvas,
details,
embed,
figure,
figcaption,
footer,
header,
hgroup,
menu,
nav,
output,
ruby,
section,
summary,
time,
mark,
audio,
video {
  margin: 0;
  padding: 0;
  border: 0;
  font-size: 100%;
  font: inherit;
  vertical-align: baseline;
}

article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
menu,
nav,
section {
  display: block;
}

body {
  line-height: 1;
}

ol,
ul {
  list-style: none;
}

blockquote,
q {
  quotes: none;
}

blockquote:before,
blockquote:after,
q:before,
q:after {
  content: "";
  content: none;
}

table {
  border-collapse: collapse;
  border-spacing: 0;
}

body {
  -webkit-text-size-adjust: none;
}

mark {
  background-color: transparent;
  color: inherit;
}

input::-moz-focus-inner {
  border: 0;
  padding: 0;
}

input,
select,
textarea {
  -moz-appearance: none;
  -webkit-appearance: none;
  -ms-appearance: none;
  appearance: none;
}

/*logo on navbar in other pages*/
.logo-image {
  margin-left: -580%;
  width: 500px; /* Increase the width */
  height: auto; /* Reduce the height */
}

/*logo font */
/* Styling 'Connect Life' to be in lowercase */
.tlt {
  letter-spacing: normal;
  color: white; /* Set the desired color */
  font-family: "Montserrat", sans-serif; /* Font family */
  font-size: 3rem; /* Adjust font size as needed */
  font-weight: 700; /* Adjust font weight */

  text-align: right; /* Align heading text to the right */

  /* Option 1: Move the heading to the right using margin */
  margin-left: auto;
  margin-right: 0;

  /* Option 2: Use relative positioning to move it right */
  position: relative;
  left: -280%; /* Adjust this value as needed to control the right shift */
}

/* Styling 'VF' to be in uppercase */
.vf {
  text-transform: uppercase;
  font-family: "Montserrat";
}

/* Styling 'X' with the Moondance font */
/* Styling 'X' with the Moondance font */
.moonlight {
  font-family: "Moon Dance";
  font-size: 50px;
  font-style: normal;
  font-weight: 400;
  font-display: block;
  color: #4fc3f7;
  src: url(https://design.penpot.app/internal/gfonts/font/moondance/v6/WBLgrEbUbFlYW9ekmGawS23oKfio.woff2)
    format("woff2");
  unicode-range: U+0102-0103, U+0110-0111, U+0128-0129, U+0168-0169, U+01A0-01A1,
    U+01AF-01B0, U+0300-0301, U+0303-0304, U+0308-0309, U+0323, U+0329,
    U+1EA0-1EF9, U+20AB;
}

/*head-para for landing page heading and para effects*/

.head-para {
  color: #4fc3f7;
  font-family: "Montserrat"; /* New font family */
  font-weight: 400;
  letter-spacing: normal;
  font-size: 1rem;
  line-height: 1.5;
  margin-top: 120px; /* Adjust vertical spacing if necessary120px */

  text-align: right; /* Align text to the right */

  /* Use one of the following techniques to move it towards the right */

  /* Option 1: Use margin to push it right */
  margin-left: auto;
  margin-right: 0;

  /* Option 2: Use position relative and left */
  position: relative;
  left: 450%; /* Adjust this value to move it further to the right */
}

/* Responsive adjustments for mobile devices */

/* Mobile view specific adjustments */
@media (max-width: 768px) {
  #banner h1 {
    font-size: 1.5em; /* Smaller heading font size for mobile */
    margin-right: 0; /* Remove right margin for mobile view */
    text-align: center; /* Center heading on mobile */
  }
  .tlt,
  .vf,
  .moonlight {
    font-size: 0.9rem; /* Smaller paragraph font size for mobile */
    margin-top: -60%;
    text-align: center; /* Center align text on mobile */
    left: 0; /* Ensure no extra offset for mobile */
    margin-left: 0; /* Reset margin to align properly */
    margin-right: 0;
  }

  .head-para {
    font-size: 0.9rem; /* Smaller paragraph font size for mobile */
    margin-top: -30%;
    text-align: center; /* Center align text on mobile */
    left: 0; /* Ensure no extra offset for mobile */
    margin-left: -33%; /* Reset margin to align properly */
    margin-right: 0;
  }
  .land-image {
    font-size: 0.9rem; /* Smaller paragraph font size for mobile */
    margin-top: -60%;
    text-align: center; /* Center align text on mobile */
    left: 0; /* Ensure no extra offset for mobile */
    margin-left: -50%; /* Reset margin to align properly */
    margin-right: 0;
  }

  .more.scrolly {
    font-size: 0.9rem; /* Adjust button size for mobile */
    padding: 8px 16px; /* Smaller padding */
  }
}

/*logo and heading*/
/*background image*/

/* Add the spider image to the right side of the page */
#spider-img {
  background-image: url(./images1/spider.png);
  background-repeat: no-repeat;
  background-position: 90% 35%; /* Aligns the image to the right and center */
  background-size: 20%; /* Reduces the image size to 20% of its container */
  background-color: rgba(12, 15, 38, 1);
}

/* Loading Overlay effects  */
/*
#loading-overlay {
	position: fixed;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background-color: #0C0F26 ;/*color for the loading bg color
	display: flex;
	flex-direction: column;
	justify-content: center;
	align-items: center;
	z-index: 9999;
	transition: opacity 0.3s ease; /* Transition for fading out the overlay for increasing the speed 
  }
  
  .loading-logo {
	width: 100px;
	height: 100px;
	/*animation: fadeInOut 4s ease infinite; /* Logo animation while loading 
  }
  @keyframes fadeInOut {
    0%, 100% { 
        opacity: 0; 
        transform: scale(0.9); 
    }
    50% { 
        opacity: 1; 
        transform: scale(1); 
    }
}
*/
/* Apply the animation to the image with faster speed */
/*
.image-class {
    animation: fadeInOut 0.1s ease-in-out infinite; /* Adjust duration to increase speed 
}

  /* Page Content (Hidden initially) */
/*
#banner {
  opacity: 0;
  transition: opacity 4s ease; /* Duration for fading in the banner 
}*/

/* Basic */

@-ms-viewport {
  width: device-width;
}

html {
  box-sizing: border-box;
}

*,
*:before,
*:after {
  box-sizing: inherit;
}

body {
  background: #0c0f26;
}
body.is-preload *,
body.is-preload *:before,
body.is-preload *:after {
  -moz-animation: none !important;
  -webkit-animation: none !important;
  -ms-animation: none !important;
  animation: none !important;
  -moz-transition: none !important;
  -webkit-transition: none !important;
  -ms-transition: none !important;
  transition: none !important;
}

body,
input,
select,
textarea {
  color: #fff;
  font-family: "Roboto", sans-serif;
  font-size: 15pt;
  font-weight: 400;
  letter-spacing: 0.075em;
  line-height: 1.65em;
}

@media screen and (max-width: 1680px) {
  body,
  input,
  select,
  textarea {
    font-size: 13pt;
  }
}

@media screen and (max-width: 1280px) {
  body,
  input,
  select,
  textarea {
    font-size: 12pt;
  }
}

@media screen and (max-width: 736px) {
  body,
  input,
  select,
  textarea {
    font-size: 11pt;
    letter-spacing: 0.0375em;
  }
}

a {
  -moz-transition: color 0.2s ease, border-bottom-color 0.2s ease;
  -webkit-transition: color 0.2s ease, border-bottom-color 0.2s ease;
  -ms-transition: color 0.2s ease, border-bottom-color 0.2s ease;
  transition: color 0.2s ease, border-bottom-color 0.2s ease;
  border-bottom: dodgerblue 1px;
  color: inherit;
  text-decoration: none !important;
}

a:hover {
  border-bottom-color: transparent;
}

strong,
b {
  color: #fff;
  font-weight: 600;
}

em,
i {
  font-style: italic;
}

p {
  margin: 0 0 2em 0;
  font-family: "Roboto";
}

h1,
h2,
h3,
h5,
h6 {
  color: #fff;
  font-weight: 800;
  letter-spacing: 0.225em;
  line-height: 1em;
  margin: 0 0 1em 0;
  text-transform: uppercase;
}

h1 a,
h2 a,
h3 a,
h4 a,
h5 a,
h6 a {
  color: inherit;
  text-decoration: none;
}

h2 {
  font-size: 1.35em;
  line-height: 1.75em;
}

@media screen and (max-width: 736px) {
  h2 {
    font-size: 1.1em;
    line-height: 1.65em;
  }
}

h3 {
  font-size: 1.15em;
  line-height: 1.75em;
}

@media screen and (max-width: 736px) {
  h3 {
    font-size: 1em;
    line-height: 1.65em;
  }
}

h4 {
  font-size: 1em;
  line-height: 1.5em;
}

h5 {
  font-size: 0.8em;
  line-height: 1.5em;
}

h6 {
  font-size: 0.7em;
  line-height: 1.5em;
}

sub {
  font-size: 0.8em;
  position: relative;
  top: 0.5em;
}

sup {
  font-size: 0.8em;
  position: relative;
  top: -0.5em;
}

hr {
  border: 0;
  border-bottom: solid 2px #fff;
  margin: 3em 0;
}

hr.major {
  margin: 4.5em 0;
}

blockquote {
  border-left: solid 4px #fff;
  font-style: italic;
  margin: 0 0 2em 0;
  padding: 0.5em 0 0.5em 2em;
}

code {
  background: rgba(144, 144, 144, 0.25);
  border-radius: 3px;
  font-family: "Courier New", monospace;
  font-size: 0.9em;
  letter-spacing: 0;
  margin: 0 0.25em;
  padding: 0.25em 0.65em;
}

pre {
  -webkit-overflow-scrolling: touch;
  font-family: "Courier New", monospace;
  font-size: 0.9em;
  margin: 0 0 2em 0;
}

pre code {
  display: block;
  line-height: 1.75em;
  padding: 1em 1.5em;
  overflow-x: auto;
}

.align-left {
  text-align: left;
}

.align-center {
  text-align: center;
}

.align-right {
  text-align: right;
}

/* Row */

.row {
  display: flex;
  flex-wrap: wrap;
  box-sizing: border-box;
  align-items: stretch;
}

.row > * {
  box-sizing: border-box;
}

.row.gtr-uniform > * > :last-child {
  margin-bottom: 0;
}

.row.aln-left {
  justify-content: flex-start;
}

.row.aln-center {
  justify-content: center;
}

.row.aln-right {
  justify-content: flex-end;
}

.row.aln-top {
  align-items: flex-start;
}

.row.aln-middle {
  align-items: center;
}

.row.aln-bottom {
  align-items: flex-end;
}

.row > .imp {
  order: -1;
}

.row > .col-1 {
  width: 8.33333%;
}

.row > .off-1 {
  margin-left: 8.33333%;
}

.row > .col-2 {
  width: 16.66667%;
}

.row > .off-2 {
  margin-left: 16.66667%;
}

.row > .col-3 {
  width: 25%;
}

.row > .off-3 {
  margin-left: 25%;
}

.row > .col-4 {
  width: 33.33333%;
}

.row > .off-4 {
  margin-left: 33.33333%;
}

.row > .col-5 {
  width: 41.66667%;
}

.row > .off-5 {
  margin-left: 41.66667%;
}

.row > .col-6 {
  width: 50%;
}

.row > .off-6 {
  margin-left: 50%;
}

.row > .col-7 {
  width: 58.33333%;
}

.row > .off-7 {
  margin-left: 58.33333%;
}

.row > .col-8 {
  width: 66.66667%;
}

.row > .off-8 {
  margin-left: 66.66667%;
}

.row > .col-9 {
  width: 75%;
}

.row > .off-9 {
  margin-left: 75%;
}

.row > .col-10 {
  width: 83.33333%;
}

.row > .off-10 {
  margin-left: 83.33333%;
}

.row > .col-11 {
  width: 91.66667%;
}

.row > .off-11 {
  margin-left: 91.66667%;
}

.row > .col-12 {
  width: 100%;
}

.row > .off-12 {
  margin-left: 100%;
}

.row.gtr-0 {
  margin-top: 0;
  margin-left: 0em;
}

.row.gtr-0 > * {
  padding: 0 0 0 0em;
}

.row.gtr-0.gtr-uniform {
  margin-top: 0em;
}

.row.gtr-0.gtr-uniform > * {
  padding-top: 0em;
}

.row.gtr-25 {
  margin-top: 0;
  margin-left: -0.375em;
}

.row.gtr-25 > * {
  padding: 0 0 0 0.375em;
}

.row.gtr-25.gtr-uniform {
  margin-top: -0.375em;
}

.row.gtr-25.gtr-uniform > * {
  padding-top: 0.375em;
}

.row.gtr-50 {
  margin-top: 0;
  margin-left: -0.75em;
}

.row.gtr-50 > * {
  padding: 0 0 0 0.75em;
}

.row.gtr-50.gtr-uniform {
  margin-top: -0.75em;
}

.row.gtr-50.gtr-uniform > * {
  padding-top: 0.75em;
}

.row {
  margin-top: 0;
  margin-left: -1.5em;
}

.row > * {
  padding: 0 0 0 1.5em;
}

.row.gtr-uniform {
  margin-top: -1.5em;
}

.row.gtr-uniform > * {
  padding-top: 1.5em;
}

.row.gtr-150 {
  margin-top: 0;
  margin-left: -2.25em;
}

.row.gtr-150 > * {
  padding: 0 0 0 2.25em;
}

.row.gtr-150.gtr-uniform {
  margin-top: -2.25em;
}

.row.gtr-150.gtr-uniform > * {
  padding-top: 2.25em;
}

.row.gtr-200 {
  margin-top: 0;
  margin-left: -3em;
}

.row.gtr-200 > * {
  padding: 0 0 0 3em;
}

.row.gtr-200.gtr-uniform {
  margin-top: -3em;
}

.row.gtr-200.gtr-uniform > * {
  padding-top: 3em;
}

@media screen and (max-width: 1680px) {
  .row {
    display: flex;
    flex-wrap: wrap;
    box-sizing: border-box;
    align-items: stretch;
  }

  .row > * {
    box-sizing: border-box;
  }

  .row.gtr-uniform > * > :last-child {
    margin-bottom: 0;
  }

  .row.aln-left {
    justify-content: flex-start;
  }

  .row.aln-center {
    justify-content: center;
  }

  .row.aln-right {
    justify-content: flex-end;
  }

  .row.aln-top {
    align-items: flex-start;
  }

  .row.aln-middle {
    align-items: center;
  }

  .row.aln-bottom {
    align-items: flex-end;
  }

  .row > .imp-xlarge {
    order: -1;
  }

  .row > .col-1-xlarge {
    width: 8.33333%;
  }

  .row > .off-1-xlarge {
    margin-left: 8.33333%;
  }

  .row > .col-2-xlarge {
    width: 16.66667%;
  }

  .row > .off-2-xlarge {
    margin-left: 16.66667%;
  }

  .row > .col-3-xlarge {
    width: 25%;
  }

  .row > .off-3-xlarge {
    margin-left: 25%;
  }

  .row > .col-4-xlarge {
    width: 33.33333%;
  }

  .row > .off-4-xlarge {
    margin-left: 33.33333%;
  }

  .row > .col-5-xlarge {
    width: 41.66667%;
  }

  .row > .off-5-xlarge {
    margin-left: 41.66667%;
  }

  .row > .col-6-xlarge {
    width: 50%;
  }

  .row > .off-6-xlarge {
    margin-left: 50%;
  }

  .row > .col-7-xlarge {
    width: 58.33333%;
  }

  .row > .off-7-xlarge {
    margin-left: 58.33333%;
  }

  .row > .col-8-xlarge {
    width: 66.66667%;
  }

  .row > .off-8-xlarge {
    margin-left: 66.66667%;
  }

  .row > .col-9-xlarge {
    width: 75%;
  }

  .row > .off-9-xlarge {
    margin-left: 75%;
  }

  .row > .col-10-xlarge {
    width: 83.33333%;
  }

  .row > .off-10-xlarge {
    margin-left: 83.33333%;
  }

  .row > .col-11-xlarge {
    width: 91.66667%;
  }

  .row > .off-11-xlarge {
    margin-left: 91.66667%;
  }

  .row > .col-12-xlarge {
    width: 100%;
  }

  .row > .off-12-xlarge {
    margin-left: 100%;
  }

  .row.gtr-0 {
    margin-top: 0;
    margin-left: 0em;
  }

  .row.gtr-0 > * {
    padding: 0 0 0 0em;
  }

  .row.gtr-0.gtr-uniform {
    margin-top: 0em;
  }

  .row.gtr-0.gtr-uniform > * {
    padding-top: 0em;
  }

  .row.gtr-25 {
    margin-top: 0;
    margin-left: -0.375em;
  }

  .row.gtr-25 > * {
    padding: 0 0 0 0.375em;
  }

  .row.gtr-25.gtr-uniform {
    margin-top: -0.375em;
  }

  .row.gtr-25.gtr-uniform > * {
    padding-top: 0.375em;
  }

  .row.gtr-50 {
    margin-top: 0;
    margin-left: -0.75em;
  }

  .row.gtr-50 > * {
    padding: 0 0 0 0.75em;
  }

  .row.gtr-50.gtr-uniform {
    margin-top: -0.75em;
  }

  .row.gtr-50.gtr-uniform > * {
    padding-top: 0.75em;
  }

  .row {
    margin-top: 0;
    margin-left: -1.5em;
  }

  .row > * {
    padding: 0 0 0 1.5em;
  }

  .row.gtr-uniform {
    margin-top: -1.5em;
  }

  .row.gtr-uniform > * {
    padding-top: 1.5em;
  }

  .row.gtr-150 {
    margin-top: 0;
    margin-left: -2.25em;
  }

  .row.gtr-150 > * {
    padding: 0 0 0 2.25em;
  }

  .row.gtr-150.gtr-uniform {
    margin-top: -2.25em;
  }

  .row.gtr-150.gtr-uniform > * {
    padding-top: 2.25em;
  }

  .row.gtr-200 {
    margin-top: 0;
    margin-left: -3em;
  }

  .row.gtr-200 > * {
    padding: 0 0 0 3em;
  }

  .row.gtr-200.gtr-uniform {
    margin-top: -3em;
  }

  .row.gtr-200.gtr-uniform > * {
    padding-top: 3em;
  }
}

@media screen and (max-width: 1280px) {
  .row {
    display: flex;
    flex-wrap: wrap;
    box-sizing: border-box;
    align-items: stretch;
  }

  .row > * {
    box-sizing: border-box;
  }

  .row.gtr-uniform > * > :last-child {
    margin-bottom: 0;
  }

  .row.aln-left {
    justify-content: flex-start;
  }

  .row.aln-center {
    justify-content: center;
  }

  .row.aln-right {
    justify-content: flex-end;
  }

  .row.aln-top {
    align-items: flex-start;
  }

  .row.aln-middle {
    align-items: center;
  }

  .row.aln-bottom {
    align-items: flex-end;
  }

  .row > .imp-large {
    order: -1;
  }

  .row > .col-1-large {
    width: 8.33333%;
  }

  .row > .off-1-large {
    margin-left: 8.33333%;
  }

  .row > .col-2-large {
    width: 16.66667%;
  }

  .row > .off-2-large {
    margin-left: 16.66667%;
  }

  .row > .col-3-large {
    width: 25%;
  }

  .row > .off-3-large {
    margin-left: 25%;
  }

  .row > .col-4-large {
    width: 33.33333%;
  }

  .row > .off-4-large {
    margin-left: 33.33333%;
  }

  .row > .col-5-large {
    width: 41.66667%;
  }

  .row > .off-5-large {
    margin-left: 41.66667%;
  }

  .row > .col-6-large {
    width: 50%;
  }

  .row > .off-6-large {
    margin-left: 50%;
  }

  .row > .col-7-large {
    width: 58.33333%;
  }

  .row > .off-7-large {
    margin-left: 58.33333%;
  }

  .row > .col-8-large {
    width: 66.66667%;
  }

  .row > .off-8-large {
    margin-left: 66.66667%;
  }

  .row > .col-9-large {
    width: 75%;
  }

  .row > .off-9-large {
    margin-left: 75%;
  }

  .row > .col-10-large {
    width: 83.33333%;
  }

  .row > .off-10-large {
    margin-left: 83.33333%;
  }

  .row > .col-11-large {
    width: 91.66667%;
  }

  .row > .off-11-large {
    margin-left: 91.66667%;
  }

  .row > .col-12-large {
    width: 100%;
  }

  .row > .off-12-large {
    margin-left: 100%;
  }

  .row.gtr-0 {
    margin-top: 0;
    margin-left: 0em;
  }

  .row.gtr-0 > * {
    padding: 0 0 0 0em;
  }

  .row.gtr-0.gtr-uniform {
    margin-top: 0em;
  }

  .row.gtr-0.gtr-uniform > * {
    padding-top: 0em;
  }

  .row.gtr-25 {
    margin-top: 0;
    margin-left: -0.375em;
  }

  .row.gtr-25 > * {
    padding: 0 0 0 0.375em;
  }

  .row.gtr-25.gtr-uniform {
    margin-top: -0.375em;
  }

  .row.gtr-25.gtr-uniform > * {
    padding-top: 0.375em;
  }

  .row.gtr-50 {
    margin-top: 0;
    margin-left: -0.75em;
  }

  .row.gtr-50 > * {
    padding: 0 0 0 0.75em;
  }

  .row.gtr-50.gtr-uniform {
    margin-top: -0.75em;
  }

  .row.gtr-50.gtr-uniform > * {
    padding-top: 0.75em;
  }

  .row {
    margin-top: 0;
    margin-left: -1.5em;
  }

  .row > * {
    padding: 0 0 0 1.5em;
  }

  .row.gtr-uniform {
    margin-top: -1.5em;
  }

  .row.gtr-uniform > * {
    padding-top: 1.5em;
  }

  .row.gtr-150 {
    margin-top: 0;
    margin-left: -2.25em;
  }

  .row.gtr-150 > * {
    padding: 0 0 0 2.25em;
  }

  .row.gtr-150.gtr-uniform {
    margin-top: -2.25em;
  }

  .row.gtr-150.gtr-uniform > * {
    padding-top: 2.25em;
  }

  .row.gtr-200 {
    margin-top: 0;
    margin-left: -3em;
  }

  .row.gtr-200 > * {
    padding: 0 0 0 3em;
  }

  .row.gtr-200.gtr-uniform {
    margin-top: -3em;
  }

  .row.gtr-200.gtr-uniform > * {
    padding-top: 3em;
  }
}

@media screen and (max-width: 980px) {
  .row {
    display: flex;
    flex-wrap: wrap;
    box-sizing: border-box;
    align-items: stretch;
  }

  .row > * {
    box-sizing: border-box;
  }

  .row.gtr-uniform > * > :last-child {
    margin-bottom: 0;
  }

  .row.aln-left {
    justify-content: flex-start;
  }

  .row.aln-center {
    justify-content: center;
  }

  .row.aln-right {
    justify-content: flex-end;
  }

  .row.aln-top {
    align-items: flex-start;
  }

  .row.aln-middle {
    align-items: center;
  }

  .row.aln-bottom {
    align-items: flex-end;
  }

  .row > .imp-medium {
    order: -1;
  }

  .row > .col-1-medium {
    width: 8.33333%;
  }

  .row > .off-1-medium {
    margin-left: 8.33333%;
  }

  .row > .col-2-medium {
    width: 16.66667%;
  }

  .row > .off-2-medium {
    margin-left: 16.66667%;
  }

  .row > .col-3-medium {
    width: 25%;
  }

  .row > .off-3-medium {
    margin-left: 25%;
  }

  .row > .col-4-medium {
    width: 33.33333%;
  }

  .row > .off-4-medium {
    margin-left: 33.33333%;
  }

  .row > .col-5-medium {
    width: 41.66667%;
  }

  .row > .off-5-medium {
    margin-left: 41.66667%;
  }

  .row > .col-6-medium {
    width: 50%;
  }

  .row > .off-6-medium {
    margin-left: 50%;
  }

  .row > .col-7-medium {
    width: 58.33333%;
  }

  .row > .off-7-medium {
    margin-left: 58.33333%;
  }

  .row > .col-8-medium {
    width: 66.66667%;
  }

  .row > .off-8-medium {
    margin-left: 66.66667%;
  }

  .row > .col-9-medium {
    width: 75%;
  }

  .row > .off-9-medium {
    margin-left: 75%;
  }

  .row > .col-10-medium {
    width: 83.33333%;
  }

  .row > .off-10-medium {
    margin-left: 83.33333%;
  }

  .row > .col-11-medium {
    width: 91.66667%;
  }

  .row > .off-11-medium {
    margin-left: 91.66667%;
  }

  .row > .col-12-medium {
    width: 100%;
  }

  .row > .off-12-medium {
    margin-left: 100%;
  }

  .row.gtr-0 {
    margin-top: 0;
    margin-left: 0em;
  }

  .row.gtr-0 > * {
    padding: 0 0 0 0em;
  }

  .row.gtr-0.gtr-uniform {
    margin-top: 0em;
  }

  .row.gtr-0.gtr-uniform > * {
    padding-top: 0em;
  }

  .row.gtr-25 {
    margin-top: 0;
    margin-left: -0.375em;
  }

  .row.gtr-25 > * {
    padding: 0 0 0 0.375em;
  }

  .row.gtr-25.gtr-uniform {
    margin-top: -0.375em;
  }

  .row.gtr-25.gtr-uniform > * {
    padding-top: 0.375em;
  }

  .row.gtr-50 {
    margin-top: 0;
    margin-left: -0.75em;
  }

  .row.gtr-50 > * {
    padding: 0 0 0 0.75em;
  }

  .row.gtr-50.gtr-uniform {
    margin-top: -0.75em;
  }

  .row.gtr-50.gtr-uniform > * {
    padding-top: 0.75em;
  }

  .row {
    margin-top: 0;
    margin-left: -1.5em;
  }

  .row > * {
    padding: 0 0 0 1.5em;
  }

  .row.gtr-uniform {
    margin-top: -1.5em;
  }

  .row.gtr-uniform > * {
    padding-top: 1.5em;
  }

  .row.gtr-150 {
    margin-top: 0;
    margin-left: -2.25em;
  }

  .row.gtr-150 > * {
    padding: 0 0 0 2.25em;
  }

  .row.gtr-150.gtr-uniform {
    margin-top: -2.25em;
  }

  .row.gtr-150.gtr-uniform > * {
    padding-top: 2.25em;
  }

  .row.gtr-200 {
    margin-top: 0;
    margin-left: -3em;
  }

  .row.gtr-200 > * {
    padding: 0 0 0 3em;
  }

  .row.gtr-200.gtr-uniform {
    margin-top: -3em;
  }

  .row.gtr-200.gtr-uniform > * {
    padding-top: 3em;
  }
}

@media screen and (max-width: 736px) {
  .row {
    display: flex;
    flex-wrap: wrap;
    box-sizing: border-box;
    align-items: stretch;
  }

  .row > * {
    box-sizing: border-box;
  }

  .row.gtr-uniform > * > :last-child {
    margin-bottom: 0;
  }

  .row.aln-left {
    justify-content: flex-start;
  }

  .row.aln-center {
    justify-content: center;
  }

  .row.aln-right {
    justify-content: flex-end;
  }

  .row.aln-top {
    align-items: flex-start;
  }

  .row.aln-middle {
    align-items: center;
  }

  .row.aln-bottom {
    align-items: flex-end;
  }

  .row > .imp-small {
    order: -1;
  }

  .row > .col-1-small {
    width: 8.33333%;
  }

  .row > .off-1-small {
    margin-left: 8.33333%;
  }

  .row > .col-2-small {
    width: 16.66667%;
  }

  .row > .off-2-small {
    margin-left: 16.66667%;
  }

  .row > .col-3-small {
    width: 25%;
  }

  .row > .off-3-small {
    margin-left: 25%;
  }

  .row > .col-4-small {
    width: 33.33333%;
  }

  .row > .off-4-small {
    margin-left: 33.33333%;
  }

  .row > .col-5-small {
    width: 41.66667%;
  }

  .row > .off-5-small {
    margin-left: 41.66667%;
  }

  .row > .col-6-small {
    width: 50%;
  }

  .row > .off-6-small {
    margin-left: 50%;
  }

  .row > .col-7-small {
    width: 58.33333%;
  }

  .row > .off-7-small {
    margin-left: 58.33333%;
  }

  .row > .col-8-small {
    width: 66.66667%;
  }

  .row > .off-8-small {
    margin-left: 66.66667%;
  }

  .row > .col-9-small {
    width: 75%;
  }

  .row > .off-9-small {
    margin-left: 75%;
  }

  .row > .col-10-small {
    width: 83.33333%;
  }

  .row > .off-10-small {
    margin-left: 83.33333%;
  }

  .row > .col-11-small {
    width: 91.66667%;
  }

  .row > .off-11-small {
    margin-left: 91.66667%;
  }

  .row > .col-12-small {
    width: 100%;
  }

  .row > .off-12-small {
    margin-left: 100%;
  }

  .row.gtr-0 {
    margin-top: 0;
    margin-left: 0em;
  }

  .row.gtr-0 > * {
    padding: 0 0 0 0em;
  }

  .row.gtr-0.gtr-uniform {
    margin-top: 0em;
  }

  .row.gtr-0.gtr-uniform > * {
    padding-top: 0em;
  }

  .row.gtr-25 {
    margin-top: 0;
    margin-left: -0.375em;
  }

  .row.gtr-25 > * {
    padding: 0 0 0 0.375em;
  }

  .row.gtr-25.gtr-uniform {
    margin-top: -0.375em;
  }

  .row.gtr-25.gtr-uniform > * {
    padding-top: 0.375em;
  }

  .row.gtr-50 {
    margin-top: 0;
    margin-left: -0.75em;
  }

  .row.gtr-50 > * {
    padding: 0 0 0 0.75em;
  }

  .row.gtr-50.gtr-uniform {
    margin-top: -0.75em;
  }

  .row.gtr-50.gtr-uniform > * {
    padding-top: 0.75em;
  }

  .row {
    margin-top: 0;
    margin-left: -1.5em;
  }

  .row > * {
    padding: 0 0 0 1.5em;
  }

  .row.gtr-uniform {
    margin-top: -1.5em;
  }

  .row.gtr-uniform > * {
    padding-top: 1.5em;
  }

  .row.gtr-150 {
    margin-top: 0;
    margin-left: -2.25em;
  }

  .row.gtr-150 > * {
    padding: 0 0 0 2.25em;
  }

  .row.gtr-150.gtr-uniform {
    margin-top: -2.25em;
  }

  .row.gtr-150.gtr-uniform > * {
    padding-top: 2.25em;
  }

  .row.gtr-200 {
    margin-top: 0;
    margin-left: -3em;
  }

  .row.gtr-200 > * {
    padding: 0 0 0 3em;
  }

  .row.gtr-200.gtr-uniform {
    margin-top: -3em;
  }

  .row.gtr-200.gtr-uniform > * {
    padding-top: 3em;
  }
}

@media screen and (max-width: 480px) {
  .row {
    display: flex;
    flex-wrap: wrap;
    box-sizing: border-box;
    align-items: stretch;
  }

  .row > * {
    box-sizing: border-box;
  }

  .row.gtr-uniform > * > :last-child {
    margin-bottom: 0;
  }

  .row.aln-left {
    justify-content: flex-start;
  }

  .row.aln-center {
    justify-content: center;
  }

  .row.aln-right {
    justify-content: flex-end;
  }

  .row.aln-top {
    align-items: flex-start;
  }

  .row.aln-middle {
    align-items: center;
  }

  .row.aln-bottom {
    align-items: flex-end;
  }

  .row > .imp-xsmall {
    order: -1;
  }

  .row > .col-1-xsmall {
    width: 8.33333%;
  }

  .row > .off-1-xsmall {
    margin-left: 8.33333%;
  }

  .row > .col-2-xsmall {
    width: 16.66667%;
  }

  .row > .off-2-xsmall {
    margin-left: 16.66667%;
  }

  .row > .col-3-xsmall {
    width: 25%;
  }

  .row > .off-3-xsmall {
    margin-left: 25%;
  }

  .row > .col-4-xsmall {
    width: 33.33333%;
  }

  .row > .off-4-xsmall {
    margin-left: 33.33333%;
  }

  .row > .col-5-xsmall {
    width: 41.66667%;
  }

  .row > .off-5-xsmall {
    margin-left: 41.66667%;
  }

  .row > .col-6-xsmall {
    width: 50%;
  }

  .row > .off-6-xsmall {
    margin-left: 50%;
  }

  .row > .col-7-xsmall {
    width: 58.33333%;
  }

  .row > .off-7-xsmall {
    margin-left: 58.33333%;
  }

  .row > .col-8-xsmall {
    width: 66.66667%;
  }

  .row > .off-8-xsmall {
    margin-left: 66.66667%;
  }

  .row > .col-9-xsmall {
    width: 75%;
  }

  .row > .off-9-xsmall {
    margin-left: 75%;
  }

  .row > .col-10-xsmall {
    width: 83.33333%;
  }

  .row > .off-10-xsmall {
    margin-left: 83.33333%;
  }

  .row > .col-11-xsmall {
    width: 91.66667%;
  }

  .row > .off-11-xsmall {
    margin-left: 91.66667%;
  }

  .row > .col-12-xsmall {
    width: 100%;
  }

  .row > .off-12-xsmall {
    margin-left: 100%;
  }

  .row.gtr-0 {
    margin-top: 0;
    margin-left: 0em;
  }

  .row.gtr-0 > * {
    padding: 0 0 0 0em;
  }

  .row.gtr-0.gtr-uniform {
    margin-top: 0em;
  }

  .row.gtr-0.gtr-uniform > * {
    padding-top: 0em;
  }

  .row.gtr-25 {
    margin-top: 0;
    margin-left: -0.375em;
  }

  .row.gtr-25 > * {
    padding: 0 0 0 0.375em;
  }

  .row.gtr-25.gtr-uniform {
    margin-top: -0.375em;
  }

  .row.gtr-25.gtr-uniform > * {
    padding-top: 0.375em;
  }

  .row.gtr-50 {
    margin-top: 0;
    margin-left: -0.75em;
  }

  .row.gtr-50 > * {
    padding: 0 0 0 0.75em;
  }

  .row.gtr-50.gtr-uniform {
    margin-top: -0.75em;
  }

  .row.gtr-50.gtr-uniform > * {
    padding-top: 0.75em;
  }

  .row {
    margin-top: 0;
    margin-left: -1.5em;
  }

  .row > * {
    padding: 0 0 0 1.5em;
  }

  .row.gtr-uniform {
    margin-top: -1.5em;
  }

  .row.gtr-uniform > * {
    padding-top: 1.5em;
  }

  .row.gtr-150 {
    margin-top: 0;
    margin-left: -2.25em;
  }

  .row.gtr-150 > * {
    padding: 0 0 0 2.25em;
  }

  .row.gtr-150.gtr-uniform {
    margin-top: -2.25em;
  }

  .row.gtr-150.gtr-uniform > * {
    padding-top: 2.25em;
  }

  .row.gtr-200 {
    margin-top: 0;
    margin-left: -3em;
  }

  .row.gtr-200 > * {
    padding: 0 0 0 3em;
  }

  .row.gtr-200.gtr-uniform {
    margin-top: -3em;
  }

  .row.gtr-200.gtr-uniform > * {
    padding-top: 3em;
  }
}

/* Section/Article */

section.special,
article.special {
  text-align: center;
}

header p {
  color: rgba(255, 255, 255, 0.5);
  position: relative;
  top: -0.25em;
}

header h3 + p {
  font-size: 1.1em;
}

header h4 + p,
header h5 + p,
header h6 + p {
  font-size: 0.9em;
}

header.major {
  margin: 0 0 3.5em 0;
}

header.major h2,
header.major h3,
header.major h4,
header.major h5,
header.major h6 {
  border-bottom: solid 2px #fff;
  display: inline-block;
  padding-bottom: 1em;
  position: relative;
}

header.major h2:after,
header.major h3:after,
header.major h4:after,
header.major h5:after,
header.major h6:after {
  content: "";
  display: block;
  height: 1px;
}

header.major p {
  color: #fff;
  top: 0;
}

@media screen and (max-width: 736px) {
  header.major {
    margin: 0 0 2em 0;
  }
}

@media screen and (max-width: 980px) {
  header br {
    display: none;
  }
}

/* Form */

form {
  margin: 0 0 2em 0;
}

label {
  color: #fff;
  display: block;
  font-size: 0.9em;
  font-weight: 600;
  margin: 0 0 1em 0;
}

input[type="text"],
input[type="password"],
input[type="email"],
select,
textarea {
  -moz-appearance: none;
  -webkit-appearance: none;
  -ms-appearance: none;
  appearance: none;
  background-color: #0b0e14;
  border-radius: 3px;
  border: none;
  color: inherit;
  display: block;
  outline: 0;
  padding: 0 1em;
  text-decoration: none;
  width: 100%;
}

input[type="text"]:invalid,
input[type="password"]:invalid,
input[type="email"]:invalid,
select:invalid,
textarea:invalid {
  box-shadow: none;
}

input[type="text"]:focus,
input[type="password"]:focus,
input[type="email"]:focus,
select:focus,
textarea:focus {
  box-shadow: 0 0 0 2px #21b2a6;
}

select {
  background-size: 1.25em;
  background-repeat: no-repeat;
  background-position: calc(100% - 1em) center;
  height: 2.75em;
  padding-right: 2.75em;
  text-overflow: ellipsis;
}

select:focus::-ms-value {
  background-color: transparent;
}

select::-ms-expand {
  display: none;
}

input[type="text"],
input[type="password"],
input[type="email"],
select {
  height: 2.75em;
}

textarea {
  padding: 0.75em 1em;
}

input[type="checkbox"],
input[type="radio"] {
  -moz-appearance: none;
  -webkit-appearance: none;
  -ms-appearance: none;
  appearance: none;
  display: block;
  float: left;
  margin-right: -2em;
  opacity: 0;
  width: 1em;
  z-index: -1;
}

input[type="checkbox"] + label,
input[type="radio"] + label {
  text-decoration: none;
  color: #fff;
  cursor: pointer;
  display: inline-block;
  font-size: 1em;
  font-weight: 400;
  padding-left: 2.4em;
  padding-right: 0.75em;
  position: relative;
}

input[type="checkbox"] + label:before,
input[type="radio"] + label:before {
  -moz-osx-font-smoothing: grayscale;
  -webkit-font-smoothing: antialiased;
  display: inline-block;
  font-style: normal;
  font-variant: normal;
  text-rendering: auto;
  line-height: 1;
  text-transform: none !important;
  font-family: "Font Awesome 5 Free";
  font-weight: 900;
}

input[type="checkbox"] + label:before,
input[type="radio"] + label:before {
  background: rgba(144, 144, 144, 0.25);
  border-radius: 3px;
  content: "";
  display: inline-block;
  font-size: 0.8em;
  height: 2.0625em;
  left: 0;
  line-height: 2.0625em;
  position: absolute;
  text-align: center;
  top: 0;
  width: 2.0625em;
}

input[type="checkbox"]:checked + label:before,
input[type="radio"]:checked + label:before {
  background: #2e3842;
  color: #fff;
  content: "\f00c";
}

input[type="checkbox"]:focus + label:before,
input[type="radio"]:focus + label:before {
  box-shadow: 0 0 0 2px #21b2a6;
}

input[type="checkbox"] + label:before {
  border-radius: 3px;
}

input[type="radio"] + label:before {
  border-radius: 100%;
}

::-webkit-input-placeholder {
  color: rgba(255, 255, 255, 0.5) !important;
  opacity: 1;
}

:-moz-placeholder {
  color: rgba(255, 255, 255, 0.5) !important;
  opacity: 1;
}

::-moz-placeholder {
  color: rgba(255, 255, 255, 0.5) !important;
  opacity: 1;
}

:-ms-input-placeholder {
  color: rgba(255, 255, 255, 0.5) !important;
  opacity: 1;
}

/* Box */

.box {
  border-radius: 3px;
  border: solid 2px #fff;
  margin-bottom: 2em;
  padding: 1.5em;
}

.box > :last-child,
.box > :last-child > :last-child,
.box > :last-child > :last-child > :last-child {
  margin-bottom: 0;
}

.box.alt {
  border: 0;
  border-radius: 0;
  padding: 0;
}

/* Icon */

.icon {
  text-decoration: none;
  border-bottom: none;
  position: relative;
}

.icon:before {
  -moz-osx-font-smoothing: grayscale;
  -webkit-font-smoothing: antialiased;
  display: inline-block;
  font-style: normal;
  font-variant: normal;
  text-rendering: auto;
  line-height: 1;
  text-transform: none !important;
  font-family: "Font Awesome 5 Free";
  font-weight: 400;
}

.icon > .label {
  display: none;
}

.icon:before {
  line-height: inherit;
}

.icon.solid:before {
  font-weight: 900;
}

.icon.brands:before {
  font-family: "Font Awesome 5 Brands";
}

.icon.major {
  -moz-transform: rotate(-45deg);
  -webkit-transform: rotate(-45deg);
  -ms-transform: rotate(-45deg);
  transform: rotate(-45deg);
  border-radius: 3px;
  border: solid 2px #fff;
  display: inline-block;
  font-size: 1.35em;
  height: calc(3em + 2px);
  line-height: 3em;
  text-align: center;
  width: calc(3em + 2px);
}

.icon.major:before {
  -moz-transform: rotate(45deg);
  -webkit-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  transform: rotate(45deg);
  display: inline-block;
  font-size: 1.5em;
}

@media screen and (max-width: 736px) {
  .icon.major {
    font-size: 1em;
  }
}

.icon.style1 {
  color: #00ffcc;
}

.icon.style2 {
  color: #00f0ff;
}

.icon.style3 {
  color: #76ddff;
}

/* Image */

.image {
  border-radius: 3px;
  border: 0;
  display: inline-block;
  position: relative;
}

.image img {
  border-radius: 3px;
  display: block;
}

.image.left {
  float: left;
  margin: 0 2em 2em 0;
  top: 0.25em;
}

.image.right {
  float: right;
  margin: 0 0 2em 2em;
  top: 0.25em;
}

.image.left,
.image.right {
  max-width: 40%;
}

.image.left img,
.image.right img {
  width: 100%;
}

.image.fit {
  display: block;
  margin: 0 0 2em 0;
  width: 100%;
}

.image.fit img {
  width: 100%;
}

/* List */

ol {
  list-style: decimal;
  margin: 0 0 2em 0;
  padding-left: 1.25em;
}

ol li {
  padding-left: 0.25em;
}

ul {
  list-style: disc;
  margin: 0 0 2em 0;
  padding-left: 1em;
}

ul li {
  padding-left: 0.5em;
}

ul.alt {
  list-style: none;
  padding-left: 0;
}

ul.alt li {
  border-top: solid 1px #fff;
  padding: 0.5em 0;
}

ul.alt li:first-child {
  border-top: 0;
  padding-top: 0;
}

dl {
  margin: 0 0 2em 0;
}

/* Actions */

ul.actions {
  display: -moz-flex;
  display: -webkit-flex;
  display: -ms-flex;
  display: flex;
  cursor: default;
  list-style: none;
  margin-left: -1em;
  padding-left: 0;
}

ul.actions li {
  padding: 0 0 0 1em;
  vertical-align: middle;
}

ul.actions.special {
  -moz-justify-content: center;
  -webkit-justify-content: center;
  -ms-justify-content: center;
  justify-content: center;
  width: 100%;
  margin-left: 0;
}

ul.actions.special li:first-child {
  padding-left: 0;
}

ul.actions.stacked {
  -moz-flex-direction: column;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  margin-left: 0;
}

ul.actions.stacked li {
  padding: 1em 0 0 0;
}

ul.actions.stacked li:first-child {
  padding-top: 0;
}

ul.actions.fit {
  width: calc(100% + 1em);
}

ul.actions.fit li {
  -moz-flex-grow: 1;
  -webkit-flex-grow: 1;
  -ms-flex-grow: 1;
  flex-grow: 1;
  -moz-flex-shrink: 1;
  -webkit-flex-shrink: 1;
  -ms-flex-shrink: 1;
  flex-shrink: 1;
  width: 100%;
}

ul.actions.fit li > * {
  width: 100%;
}

ul.actions.fit.stacked {
  width: 100%;
}

@media screen and (max-width: 480px) {
  ul.actions:not(.fixed) {
    -moz-flex-direction: column;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    margin-left: 0;
    width: 100% !important;
  }

  ul.actions:not(.fixed) li {
    -moz-flex-grow: 1;
    -webkit-flex-grow: 1;
    -ms-flex-grow: 1;
    flex-grow: 1;
    -moz-flex-shrink: 1;
    -webkit-flex-shrink: 1;
    -ms-flex-shrink: 1;
    flex-shrink: 1;
    padding: 1em 0 0 0;
    text-align: center;
    width: 100%;
  }

  ul.actions:not(.fixed) li > * {
    width: 100%;
  }

  ul.actions:not(.fixed) li:first-child {
    padding-top: 0;
  }

  ul.actions:not(.fixed) li input[type="submit"],
  ul.actions:not(.fixed) li input[type="reset"],
  ul.actions:not(.fixed) li input[type="button"],
  ul.actions:not(.fixed) li button,
  ul.actions:not(.fixed) li .button {
    width: 100%;
  }
  @media screen and (max-width: 480px) {
    ul.actions:not(.fixed) li input[type="submit"],
    ul.actions:not(.fixed) li input[type="reset"],
    ul.actions:not(.fixed) li input[type="button"],
    ul.actions:not(.fixed) li button,
    ul.actions:not(.fixed) li .button {
      width: 100%;
      padding: 10px 0; /* Equal padding for vertical centering */
      font-size: 18px; /* Increase font size */
      line-height: 1.5; /* Ensure line height for vertical centering */
      height: auto; /* Remove fixed height to allow content to fit naturally */
      text-align: center; /* Ensure text is centered */
      box-sizing: border-box; /* Include padding in button size */
    }
  }

  ul.actions:not(.fixed) li input[type="submit"].icon:before,
  ul.actions:not(.fixed) li input[type="reset"].icon:before,
  ul.actions:not(.fixed) li input[type="button"].icon:before,
  ul.actions:not(.fixed) li button.icon:before,
  ul.actions:not(.fixed) li .button.icon:before {
    margin-left: -0.5em;
  }
}

/* Icons */

ul.icons {
  cursor: default;
  list-style: none;
  padding-left: 0;
}

ul.icons li {
  display: inline-block;
  padding: 0 1em 0 0;
}

ul.icons li:last-child {
  padding-right: 0 !important;
}

ul.icons.major {
  padding: 1em 0;
}

ul.icons.major li {
  padding-right: 3.5em;
}

@media screen and (max-width: 736px) {
  ul.icons.major li {
    padding: 0 1em !important;
  }
}

/* Table */

.table-wrapper {
  -webkit-overflow-scrolling: touch;
  overflow-x: auto;
}

table {
  margin: 0 0 2em 0;
  width: 100%;
}

table tbody tr {
  border: solid 1px #0c0f26;
  border-left: 0;
  border-right: 0;
}

table tbody tr:nth-child(2n + 1) {
  background-color: #0c0f26;
}

table td {
  padding: 0.75em 0.75em;
}

table th {
  color: #fff;
  font-size: 0.9em;
  font-weight: 600;
  padding: 0 0.75em 0.75em 0.75em;
  text-align: left;
}

table thead {
  border-bottom: solid 2px #fff;
}

table tfoot {
  border-top: solid 2px #fff;
}

table.alt {
  border-collapse: separate;
}

table.alt tbody tr td {
  border: solid 1px #fff;
  border-left-width: 0;
  border-top-width: 0;
}

table.alt tbody tr td:first-child {
  border-left-width: 1px;
}

table.alt tbody tr:first-child td {
  border-top-width: 1px;
}

table.alt thead {
  border-bottom: 0;
}

table.alt tfoot {
  border-top: 0;
}

/* Button */

input[type="submit"],
input[type="reset"],
input[type="button"],
button,
.button {
  -moz-appearance: none;
  -webkit-appearance: none;
  -ms-appearance: none;
  appearance: none;
  -moz-transition: background-color 0.2s ease-in-out, color 0.2s ease-in-out;
  -webkit-transition: background-color 0.2s ease-in-out, color 0.2s ease-in-out;
  -ms-transition: background-color 0.2s ease-in-out, color 0.2s ease-in-out;
  transition: background-color 0.2s ease-in-out, color 0.2s ease-in-out;
  background-color: #4fc3f7;
  border-radius: 3px;
  border: 0;
  box-shadow: inset 0 0 0 2px #fff;
  color: #fff;
  cursor: pointer;
  display: inline-block;
  font-size: 0.8em;
  font-weight: 600;
  height: 3.125em;
  letter-spacing: 0.225em;
  line-height: 3.125em;
  max-width: 30em;
  padding: 0 2.75em;
  text-align: center;
  text-decoration: none;
  text-transform: uppercase;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}

input[type="submit"]:hover,
input[type="reset"]:hover,
input[type="button"]:hover,
button:hover,
.button:hover {
  background-color: #29b6f6;
}

input[type="submit"]:active,
input[type="reset"]:active,
input[type="button"]:active,
button:active,
.button:active {
  background-color: #29b6f6;
}

input[type="submit"].icon:before,
input[type="reset"].icon:before,
input[type="button"].icon:before,
button.icon:before,
.button.icon:before {
  margin-right: 0.5em;
}

input[type="submit"].fit,
input[type="reset"].fit,
input[type="button"].fit,
button.fit,
.button.fit {
  width: 100%;
}

input[type="submit"].small,
input[type="reset"].small,
input[type="button"].small,
button.small,
.button.small {
  font-size: 0.8em;
}

input[type="submit"].large,
input[type="reset"].large,
input[type="button"].large,
button.large,
.button.large {
  font-size: 1.35em;
}

input[type="submit"].primary,
input[type="reset"].primary,
input[type="button"].primary,
button.primary,
.button.primary {
  background-color: #4fc3f7;
  font-family: "Montserrat ";
  font-size: 16px;
  font-weight: bold 700;
  color: #ffffff;
  box-shadow: none !important;
  color: #ffffff !important;
  letter-spacing: normal;
}

input[type="submit"].primary:hover,
input[type="reset"].primary:hover,
input[type="button"].primary:hover,
button.primary:hover,
.button.primary:hover {
  background-color: #29b6f6 !important;
  color: #f8fafc;
}

input[type="submit"].primary:active,
input[type="reset"].primary:active,
input[type="button"].primary:active,
button.primary:active,
.button.primary:active {
  background-color: brown !important;
}

input[type="submit"].disabled,
input[type="submit"]:disabled,
input[type="reset"].disabled,
input[type="reset"]:disabled,
input[type="button"].disabled,
input[type="button"]:disabled,
button.disabled,
button:disabled,
.button.disabled,
.button:disabled {
  pointer-events: none;
  opacity: 0.25;
}

@media screen and (max-width: 736px) {
  input[type="submit"],
  input[type="reset"],
  input[type="button"],
  button,
  .button {
    height: 3.75em;
    line-height: 3.75em;
  }
}

/* Features */

.features {
  display: -moz-flex;
  display: -webkit-flex;
  display: -ms-flex;
  display: flex;
  -moz-flex-wrap: wrap;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -moz-justify-content: center;
  -webkit-justify-content: center;
  -ms-justify-content: center;
  justify-content: center;
  list-style: none;
  padding: 0;
  width: 100%;
}

.features li {
  padding: 4em 4em 2em 6em;
  display: block;
  position: relative;
  text-align: left;
  width: 50%;
}

.features li:nth-child(1) {
  background-color: rgba(0, 0, 0, 0.035);
}

.features li:nth-child(2) {
  background-color: rgba(0, 0, 0, 0.07);
}

.features li:nth-child(3) {
  background-color: rgba(0, 0, 0, 0.105);
}

.features li:nth-child(4) {
  background-color: rgba(0, 0, 0, 0.14);
}

.features li:nth-child(5) {
  background-color: rgba(0, 0, 0, 0.175);
}

.features li:nth-child(6) {
  background-color: rgba(0, 0, 0, 0.21);
}

.features li:nth-child(7) {
  background-color: rgba(0, 0, 0, 0.245);
}

.features li:nth-child(8) {
  background-color: rgba(0, 0, 0, 0.28);
}

.features li:nth-child(9) {
  background-color: rgba(0, 0, 0, 0.315);
}

.features li:nth-child(10) {
  background-color: rgba(0, 0, 0, 0.35);
}

.features li:before {
  display: block;
  color: #1649ff;
  position: absolute;
  left: 1.75em;
  top: 2.75em;
  font-size: 1.5em;
}

.features li:nth-child(1) {
  border-top-left-radius: 3px;
}

.features li:nth-child(2) {
  border-top-right-radius: 3px;
}

.features li:nth-last-child(1) {
  border-bottom-right-radius: 3px;
}

.features li:nth-last-child(2) {
  border-bottom-left-radius: 3px;
}

@media screen and (max-width: 980px) {
  .features li {
    padding: 3em 2em 1em 2em;
    text-align: center;
  }

  .features li:before {
    left: 0;
    margin: 0 0 1em 0;
    position: relative;
    top: 0;
  }
}

@media screen and (max-width: 736px) {
  .features li {
    padding: 3em 0 1em 0;
    background-color: transparent !important;
    border-top: solid 2px #fff;
    width: 100%;
  }

  .features li:first-child {
    border-top: 0;
  }
}

/* Spotlight */

.spotlight {
  -moz-align-items: center;
  -webkit-align-items: center;
  -ms-align-items: center;
  align-items: center;
  display: -moz-flex;
  display: -webkit-flex;
  display: -ms-flex;
  display: flex;
}
.spotlight .image img {
  border-radius: 0;
  width: 500px;
  height: 250px;
}

.spotlight .content {
  padding: 2em 4em 0.1em 4em;
  -moz-order: 2;
  -webkit-order: 2;
  -ms-order: 2;
  order: 2;
  max-width: 48em;
  width: 60%;
}

.spotlight:nth-child(2n) {
  -moz-flex-direction: row-reverse;
  -webkit-flex-direction: row-reverse;
  -ms-flex-direction: row-reverse;
  flex-direction: row-reverse;
}
/*part2 bg color*/
.spotlight:nth-child(1) {
  background-color: #0c0f26;
}

.spotlight:nth-child(2) {
  background-color: #0c0f26;
}

.spotlight:nth-child(3) {
  background-color: #0c0f26;
}

.spotlight:nth-child(4) {
  background-color: rgba(0, 0, 0, 0.3);
}

.spotlight:nth-child(5) {
  background-color: rgba(0, 0, 0, 0.375);
}

.spotlight:nth-child(6) {
  background-color: rgba(0, 0, 0, 0.45);
}

.spotlight:nth-child(7) {
  background-color: rgba(0, 0, 0, 0.525);
}

.spotlight:nth-child(8) {
  background-color: rgba(0, 0, 0, 0.6);
}

.spotlight:nth-child(9) {
  background-color: rgba(0, 0, 0, 0.675);
}

.spotlight:nth-child(10) {
  background-color: rgba(0, 0, 0, 0.75);
}

@media screen and (max-width: 1280px) {
  .spotlight .image {
    width: 45%;
  }

  .spotlight .content {
    width: 55%;
  }
}

@media screen and (max-width: 980px) {
  .spotlight {
    display: block;
  }

  .spotlight br {
    display: none;
  }

  .spotlight .image {
    width: 100%;
  }

  .spotlight .content {
    padding: 4em 3em 2em 3em;
    max-width: none;
    text-align: center;
    width: 100%;
  }
}

@media screen and (max-width: 736px) {
  .spotlight .content {
    padding: 3em 2em 1em 2em;
  }
}

/*particles*/

#particles-js {
  position: absolute;
  background-image: url("./images/home.jpg");
  background-size: cover; /* Cover the entire container */
  background-position: center; /* Center the image */
  background-repeat: no-repeat;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  z-index: 0; /* Set to lower than the banner content */
}

#banner {
  position: relative; /* Ensure the banner content is positioned relative to the particles */
  z-index: 1; /* Set to higher than the particles */
}

/* Wrapper */

#one {
  /*background-color: #0c0f26;
  border-radius: 0%; */
}
.wrapper {
  padding: 6em 0 4em 0;
}

.wrapper > .inner {
  width: 60em;
  margin: 0 auto;
}

@media screen and (max-width: 1280px) {
  .wrapper > .inner {
    width: 90%;
  }
}

@media screen and (max-width: 980px) {
  .wrapper > .inner {
    width: 100%;
  }
}

.wrapper.alt {
  padding: 0;
}

/*.wrapper.style1 {
  background-color: #0c0f26;
}*/

.wrapper.style1 strong,
.wrapper.style1 b {
  color: #ffffff;
}

.wrapper.style1 h2,
.wrapper.style1 h3,
.wrapper.style1 h4,
.wrapper.style1 h5,
.wrapper.style1 h6 {
  color: #ffffff;
}

.wrapper.style1 hr {
  border-color: rgba(0, 0, 0, 0.125);
}

.wrapper.style1 blockquote {
  border-color: rgba(0, 0, 0, 0.125);
}

.wrapper.style1 code {
  background: rgba(255, 255, 255, 0.075);
}

.wrapper.style1 header p {
  color: #a6e0db;
}

.wrapper.style1 header.major h2,
.wrapper.style1 header.major h3,
.wrapper.style1 header.major h4,
.wrapper.style1 header.major h5,
.wrapper.style1 header.major h6 {
  border-color: rgba(0, 0, 0, 0.125);
}

.wrapper.style1 header.major p {
  color: #a0aec0;
}
@media screen and (max-width: 736px) {
  .wrapper.style1 header.major p {
    color: #a0aec0;
    font-family: "Roboto", sans-serif;
    font-size: 14px;
    line-height: 1.6;
    max-width: 800px;
    padding: 0 1rem;
    margin-left: 10%;
    width: 350px;
    height: 250px;
    text-align: start;
    margin-left: -8px;
  }
}

.wrapper.style1 label {
  color: #ffffff;
}

.wrapper.style1 input[type="text"],
.wrapper.style1 input[type="password"],
.wrapper.style1 input[type="email"],
.wrapper.style1 select,
.wrapper.style1 textarea {
  background-color: rgba(255, 255, 255, 0.075);
}

.wrapper.style1 select {
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='40' height='40' preserveAspectRatio='none' viewBox='0 0 40 40'%3E%3Cpath d='M9.4,12.3l10.4,10.4l10.4-10.4c0.2-0.2,0.5-0.4,0.9-0.4c0.3,0,0.6,0.1,0.9,0.4l3.3,3.3c0.2,0.2,0.4,0.5,0.4,0.9 c0,0.4-0.1,0.6-0.4,0.9L20.7,31.9c-0.2,0.2-0.5,0.4-0.9,0.4c-0.3,0-0.6-0.1-0.9-0.4L4.3,17.3c-0.2-0.2-0.4-0.5-0.4-0.9 c0-0.4,0.1-0.6,0.4-0.9l3.3-3.3c0.2-0.2,0.5-0.4,0.9-0.4S9.1,12.1,9.4,12.3z' fill='rgba(0, 0, 0, 0.125)' /%3E%3C/svg%3E");
}

.wrapper.style1 select option {
  color: #ffffff;
  background: #21b2a6;
}

.wrapper.style1 input[type="checkbox"] + label,
.wrapper.style1 input[type="radio"] + label {
  color: #c8ece9;
}

.wrapper.style1 input[type="checkbox"] + label:before,
.wrapper.style1 input[type="radio"] + label:before {
  background: rgba(255, 255, 255, 0.075);
}

.wrapper.style1 input[type="checkbox"]:checked + label:before,
.wrapper.style1 input[type="radio"]:checked + label:before {
  background: #ffffff;
  color: #21b2a6;
}

.wrapper.style1 ::-webkit-input-placeholder {
  color: #a6e0db !important;
}

.wrapper.style1 :-moz-placeholder {
  color: #a6e0db !important;
}

.wrapper.style1 ::-moz-placeholder {
  color: #a6e0db !important;
}

.wrapper.style1 :-ms-input-placeholder {
  color: #a6e0db !important;
}

.wrapper.style1 .formerize-placeholder {
  color: #a6e0db !important;
}

.wrapper.style1 .icon.major {
  border-color: rgba(0, 0, 0, 0.125);
}

.wrapper.style1 ul.alt li {
  border-color: rgba(0, 0, 0, 0.125);
}

.wrapper.style1 table tbody tr {
  border-color: rgba(0, 0, 0, 0.125);
}

.wrapper.style1 table tbody tr:nth-child(2n + 1) {
  background-color: rgba(255, 255, 255, 0.075);
}

.wrapper.style1 table th {
  color: #ffffff;
}

.wrapper.style1 table thead {
  border-color: rgba(0, 0, 0, 0.125);
}

.wrapper.style1 table tfoot {
  border-color: rgba(0, 0, 0, 0.125);
}

.wrapper.style1 table.alt tbody tr td {
  border-color: rgba(0, 0, 0, 0.125);
}

.wrapper.style1 input[type="submit"],
.wrapper.style1 input[type="reset"],
.wrapper.style1 input[type="button"],
.wrapper.style1 button,
.wrapper.style1 .button {
  box-shadow: inset 0 0 0 2px rgba(0, 0, 0, 0.125);
  color: #ffffff;
}

.wrapper.style1 input[type="submit"]:hover,
.wrapper.style1 input[type="reset"]:hover,
.wrapper.style1 input[type="button"]:hover,
.wrapper.style1 button:hover,
.wrapper.style1 .button:hover {
  background-color: rgba(255, 255, 255, 0.075);
}

.wrapper.style1 input[type="submit"]:active,
.wrapper.style1 input[type="reset"]:active,
.wrapper.style1 input[type="button"]:active,
.wrapper.style1 button:active,
.wrapper.style1 .button:active {
  background-color: rgba(255, 255, 255, 0.2);
}

@media screen and (max-width: 736px) {
  .wrapper.style1 .features li {
    border-top-color: rgba(0, 0, 0, 0.125);
  }
}

.wrapper.style2 {
  background-color: #2e3842;
}

.wrapper.style3 {
  background-color: #1f2944;
  color: #d3d4e4;
}

.wrapper.style3 strong,
.wrapper.style3 b {
  color: #ffffff;
}

.wrapper.style3 h2,
.wrapper.style3 h3,
.wrapper.style3 h4,
.wrapper.style3 h5,
.wrapper.style3 h6 {
  color: #ffffff;
}

.wrapper.style3 hr {
  border-color: rgba(0, 0, 0, 0.125);
}

.wrapper.style3 blockquote {
  border-color: rgba(0, 0, 0, 0.125);
}

.wrapper.style3 code {
  background: rgba(255, 255, 255, 0.075);
}

.wrapper.style3 header p {
  color: #b9bad4;
}

.wrapper.style3 header.major h2,
.wrapper.style3 header.major h3,
.wrapper.style3 header.major h4,
.wrapper.style3 header.major h5,
.wrapper.style3 header.major h6 {
  border-color: rgba(0, 0, 0, 0.125);
}

.wrapper.style3 header.major p {
  color: #d3d4e4;
}

.wrapper.style3 label {
  color: #ffffff;
}

.wrapper.style3 input[type="text"],
.wrapper.style3 input[type="password"],
.wrapper.style3 input[type="email"],
.wrapper.style3 select,
.wrapper.style3 textarea {
  background-color: rgba(255, 255, 255, 0.075);
}

.wrapper.style3 select {
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='40' height='40' preserveAspectRatio='none' viewBox='0 0 40 40'%3E%3Cpath d='M9.4,12.3l10.4,10.4l10.4-10.4c0.2-0.2,0.5-0.4,0.9-0.4c0.3,0,0.6,0.1,0.9,0.4l3.3,3.3c0.2,0.2,0.4,0.5,0.4,0.9 c0,0.4-0.1,0.6-0.4,0.9L20.7,31.9c-0.2,0.2-0.5,0.4-0.9,0.4c-0.3,0-0.6-0.1-0.9-0.4L4.3,17.3c-0.2-0.2-0.4-0.5-0.4-0.9 c0-0.4,0.1-0.6,0.4-0.9l3.3-3.3c0.2-0.2,0.5-0.4,0.9-0.4S9.1,12.1,9.4,12.3z' fill='rgba(0, 0, 0, 0.125)' /%3E%3C/svg%3E");
}

.wrapper.style3 select option {
  color: #ffffff;
  background: #505393;
}

.wrapper.style3 input[type="checkbox"] + label,
.wrapper.style3 input[type="radio"] + label {
  color: #d3d4e4;
}

.wrapper.style3 input[type="checkbox"] + label:before,
.wrapper.style3 input[type="radio"] + label:before {
  background: rgba(255, 255, 255, 0.075);
}

.wrapper.style3 input[type="checkbox"]:checked + label:before,
.wrapper.style3 input[type="radio"]:checked + label:before {
  background: #ffffff;
  color: #505393;
}

.wrapper.style3 ::-webkit-input-placeholder {
  color: #b9bad4 !important;
}

.wrapper.style3 :-moz-placeholder {
  color: #b9bad4 !important;
}

.wrapper.style3 ::-moz-placeholder {
  color: #b9bad4 !important;
}

.wrapper.style3 :-ms-input-placeholder {
  color: #b9bad4 !important;
}

.wrapper.style3 .formerize-placeholder {
  color: #b9bad4 !important;
}

.wrapper.style3 .icon.major {
  border-color: rgba(0, 0, 0, 0.125);
}

.wrapper.style3 ul.alt li {
  border-color: rgba(0, 0, 0, 0.125);
}

.wrapper.style3 table tbody tr {
  border-color: rgba(0, 0, 0, 0.125);
}

.wrapper.style3 table tbody tr:nth-child(2n + 1) {
  background-color: rgba(255, 255, 255, 0.075);
}

.wrapper.style3 table th {
  color: #ffffff;
}

.wrapper.style3 table thead {
  border-color: rgba(0, 0, 0, 0.125);
}

.wrapper.style3 table tfoot {
  border-color: rgba(0, 0, 0, 0.125);
}

.wrapper.style3 table.alt tbody tr td {
  border-color: rgba(0, 0, 0, 0.125);
}

.wrapper.style3 input[type="submit"],
.wrapper.style3 input[type="reset"],
.wrapper.style3 input[type="button"],
.wrapper.style3 button,
.wrapper.style3 .button {
  box-shadow: inset 0 0 0 2px rgba(0, 0, 0, 0.125);
  color: #ffffff;
}

.wrapper.style3 input[type="submit"]:hover,
.wrapper.style3 input[type="reset"]:hover,
.wrapper.style3 input[type="button"]:hover,
.wrapper.style3 button:hover,
.wrapper.style3 .button:hover {
  background-color: rgba(255, 255, 255, 0.075);
}

.wrapper.style3 input[type="submit"]:active,
.wrapper.style3 input[type="reset"]:active,
.wrapper.style3 input[type="button"]:active,
.wrapper.style3 button:active,
.wrapper.style3 .button:active {
  background-color: rgba(255, 255, 255, 0.2);
}

@media screen and (max-width: 736px) {
  .wrapper.style3 .features li {
    border-top-color: rgba(0, 0, 0, 0.125);
  }
}

.wrapper.style4 {
  background-color: transparent;
}

.wrapper.style5 {
  background-color: #0c0f26;
  color: #a0aec0;
}

.wrapper.style5 strong,
.wrapper.style5 b {
  color: black;
  font-size: larger;
}
.wrapper.style5 h2,
.wrapper.style5 h4,
.wrapper.style5 h5,
.wrapper.style5 h6 {
  color: white;
}
.wrapper.style5 h3 {
  color: black;
}

.wrapper.style5 hr {
  border-color: #dfdfdf;
}

.wrapper.style5 blockquote {
  border-color: #dfdfdf;
}

.wrapper.style5 code {
  background: rgba(0, 0, 0, 0.0375);
}

.wrapper.style5 header p {
  color: black;
}

.wrapper.style5 header.major h2,
.wrapper.style5 header.major h3,
.wrapper.style5 header.major h4,
.wrapper.style5 header.major h5,
.wrapper.style5 header.major h6 {
  border-color: #dfdfdf;
}

.wrapper.style5 header.major p {
  color: #4e4852;
}

.wrapper.style5 label {
  color: #2e3842;
}

.wrapper.style5 input[type="text"],
.wrapper.style5 input[type="password"],
.wrapper.style5 input[type="email"],
.wrapper.style5 select,
.wrapper.style5 textarea {
  background-color: rgba(0, 0, 0, 0.0375);
}

.wrapper.style5 select {
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='40' height='40' preserveAspectRatio='none' viewBox='0 0 40 40'%3E%3Cpath d='M9.4,12.3l10.4,10.4l10.4-10.4c0.2-0.2,0.5-0.4,0.9-0.4c0.3,0,0.6,0.1,0.9,0.4l3.3,3.3c0.2,0.2,0.4,0.5,0.4,0.9 c0,0.4-0.1,0.6-0.4,0.9L20.7,31.9c-0.2,0.2-0.5,0.4-0.9,0.4c-0.3,0-0.6-0.1-0.9-0.4L4.3,17.3c-0.2-0.2-0.4-0.5-0.4-0.9 c0-0.4,0.1-0.6,0.4-0.9l3.3-3.3c0.2-0.2,0.5-0.4,0.9-0.4S9.1,12.1,9.4,12.3z' fill='%23dfdfdf' /%3E%3C/svg%3E");
}

.wrapper.style5 select option {
  color: #2e3842;
  background: #ffffff;
}

.wrapper.style5 input[type="checkbox"] + label,
.wrapper.style5 input[type="radio"] + label {
  color: #4e4852;
}

.wrapper.style5 input[type="checkbox"] + label:before,
.wrapper.style5 input[type="radio"] + label:before {
  background: rgba(0, 0, 0, 0.0375);
}

.wrapper.style5 input[type="checkbox"]:checked + label:before,
.wrapper.style5 input[type="radio"]:checked + label:before {
  background: #2e3842;
  color: #ffffff;
}

.wrapper.style5 ::-webkit-input-placeholder {
  color: #8e8892 !important;
}

.wrapper.style5 :-moz-placeholder {
  color: #8e8892 !important;
}

.wrapper.style5 ::-moz-placeholder {
  color: #8e8892 !important;
}

.wrapper.style5 :-ms-input-placeholder {
  color: #8e8892 !important;
}

.wrapper.style5 .formerize-placeholder {
  color: #8e8892 !important;
}

.wrapper.style5 .icon.major {
  border-color: #dfdfdf;
}

.wrapper.style5 ul.alt li {
  border-color: #dfdfdf;
}

.wrapper.style5 table tbody tr {
  border-color: #dfdfdf;
}

.wrapper.style5 table tbody tr:nth-child(2n + 1) {
  background-color: rgba(0, 0, 0, 0.0375);
}

.wrapper.style5 table th {
  color: #2e3842;
}

.wrapper.style5 table thead {
  border-color: #dfdfdf;
}

.wrapper.style5 table tfoot {
  border-color: #dfdfdf;
}

.wrapper.style5 table.alt tbody tr td {
  border-color: #dfdfdf;
}

.wrapper.style5 input[type="submit"],
.wrapper.style5 input[type="reset"],
.wrapper.style5 input[type="button"],
.wrapper.style5 button,
.wrapper.style5 .button {
  box-shadow: inset 0 0 0 2px #dfdfdf;
  color: white;
}

.wrapper.style5 input[type="submit"]:hover,
.wrapper.style5 input[type="reset"]:hover,
.wrapper.style5 input[type="button"]:hover,
.wrapper.style5 button:hover,
.wrapper.style5 .button:hover {
  background-color: #29b6f6;
}

.wrapper.style5 input[type="submit"]:active,
.wrapper.style5 input[type="reset"]:active,
.wrapper.style5 input[type="button"]:active,
.wrapper.style5 button:active,
.wrapper.style5 .button:active {
  background-color: rgba(0, 0, 0, 0.1);
}

@media screen and (max-width: 736px) {
  .wrapper.style5 .features li {
    border-top-color: #dfdfdf;
  }
}

@media screen and (max-width: 980px) {
  .wrapper {
    padding: 4em 3em 2em 3em;
  }
}

@media screen and (max-width: 736px) {
  .wrapper {
    padding: 3em 2em 1em 2em;
  }
}

/* Page Wrapper + Menu */

#page-wrapper {
  -moz-transition: opacity 0.5s ease;
  -webkit-transition: opacity 0.5s ease;
  -ms-transition: opacity 0.5s ease;
  transition: opacity 0.5s ease;
  opacity: 1;
  padding-top: 3em;
}

#page-wrapper:before {
  background: rgba(0, 0, 0, 0);
  content: "";
  display: block;
  display: none;
  height: 100%;
  left: 0;
  position: fixed;
  top: 0;
  width: 100%;
  z-index: 10001;
}
/* Default desktop menu, hidden for mobile */
#menu {
  display: none; /* Hide by default */
  -moz-transform: translateX(20em);
  -webkit-transform: translateX(20em);
  -ms-transform: translateX(20em);
  transform: translateX(20em);
  -moz-transition: -moz-transform 0.5s ease;
  -webkit-transition: -webkit-transform 0.5s ease;
  -ms-transition: -ms-transform 0.5s ease;
  transition: transform 0.5s ease;
  -webkit-overflow-scrolling: touch;
  background: #141b2a;
  color: #ffffff;
  height: 100%;
  max-width: 80%;
  overflow-y: auto;
  padding: 3em 2em;
  position: fixed;
  right: 0;
  top: 0;
  width: 20em;
  z-index: 10002;
}

/* Close button for mobile menu */
#menu .close {
  background-image: url("images/close.svg");
  background-position: 4.85em 1em;
  background-repeat: no-repeat;
  border: 0;
  cursor: pointer;
  display: block;
  height: 3em;
  position: absolute;
  right: 0;
  top: 0;
  vertical-align: middle;
  width: 7em;
}

/* Hide MenuToggle (hamburger icon) on desktop */
.menuToggle {
  display: none;
}

@media screen and (max-width: 736px) {
  /* Show hamburger icon on mobile */
  .menuToggle {
    display: block;
    cursor: pointer;
  }

  /* Initially hide the menu */
  #menu {
    display: none;
  }

  /* Mobile-specific styles */
  #menu ul {
    list-style: none;
    padding: 0;
  }

  #menu ul > li {
    margin: 1em 0;
  }

  #menu ul > li > a {
    font-size: 1.2em;
    text-transform: uppercase;
    text-decoration: none;
    color: #fff;
    display: block;
  }

  /* When menu is visible */
  body.is-menu-visible #menu {
    display: block;
    transform: translateX(0);
  }
}
body.is-menu-visible #page-wrapper {
  opacity: 0.35;
}

body.is-menu-visible #page-wrapper:before {
  display: block;
}

body.is-menu-visible #menu {
  -moz-transform: translateX(0);
  -webkit-transform: translateX(0);
  -ms-transform: translateX(0);
  transform: translateX(0);
}

/*navbar*/
/* menu start */
.menu {
  position: absolute;
  background-color: #000;
  width: 50px;
  height: 5px;
  margin-top: 15px;
}

.animate.menu {
  animation-name: menu-menu;
  animation-duration: 0.3s;
}

@keyframes menu-menu {
  0% {
    width: 0px;
    height: 0px;
  }
  50% {
    width: 0px;
    height: 0px;
  }
  51% {
    position: absolute;
    background-color: #000;
    width: 50px;
    height: 5px;
  }
}

.menu:after {
  content: "";
  position: absolute;
  background-color: #000;
  width: 50px;
  height: 5px;
  margin-top: -15px;
}

.animate.menu:after {
  animation-name: menu-after;
  animation-duration: 0.3s;
}

@keyframes menu-after {
  0% {
    transform: rotate(-45deg);
    margin-top: 0px;
  }
  50% {
    transform: rotate(0deg);
    margin-top: 0px;
  }
  100% {
    transform: rotate(0deg);
    margin-top: -15px;
  }
}

.menu:before {
  content: "";
  position: absolute;
  background-color: #000;
  width: 50px;
  height: 5px;
  margin-top: 15px;
}

.animate.menu:before {
  animation-name: menu-before;
  animation-duration: 0.3s;
}
@keyframes menu-before {
  0% {
    transform: rotate(45deg);
    margin-top: 0px;
  }
  50% {
    transform: rotate(0deg);
    margin-top: 0px;
  }
  100% {
    transform: rotate(0deg);
    margin-top: 15px;
  }
}
/* menu end */

/* close start */
/*.close {
  position: absolute;
  margin-top: 15px;
  margin-left: 0;
}

.close.animate{
  animation-name: close-close;
  animation-duration: 0.3s;
}

@keyframes close-close {
  0% {
	position: absolute;
	background-color: #000;
	width: 50px;
	height: 5px;
	margin-top:15px;
  }
  50% {
	display:none;
	width:50px;
	height:5px;
  }
  100%{
	width:0px;
	height:0px;
  }
}

.close:after {
  content: "";
  position: absolute;
  background-color: #000;
  width: 50px;
  height: 5px;
  transform: rotate(45deg);
}

.animate.close:after {
  animation-name: close-after;
  animation-duration: 0.3s;
}

@keyframes close-after {
  0% {
	transform: rotate(0deg);
	margin-top: 15px;
  }
  50% {
	transform: rotate(0deg);
	margin-top: 0px;
  }
  100%{
	transform: rotate(45deg);
  }
}

.close:before {
  content: "";
  position: absolute;
  background-color: #000;
  width: 50px;
  height: 5px;
  transform: rotate(-45deg);
}

.animate.close:before {
  animation-name: close-before;
  animation-duration: 0.3s;
}

@keyframes close-before {
  0% {
	transform: rotate(0deg);
	margin-top:-15px;
  }
  50% {
	transform: rotate(0deg);
	margin-top:0px;
  }
  100%{
	transform: rotate(-45deg);
  }
}*/
/* close end */

/* Basic styling for navigation links */

ul.nav-links {
  list-style-type: none;
  margin: 0;
  padding: 0;
  display: flex; /* Horizontal arrangement */
  position: relative; /* Relative positioning for absolute children */
}

ul.nav-links li {
  margin-right: 20px;
  position: relative; /* Position for submenu */
}

ul.nav-links li a {
  text-decoration: none;
  padding: 10px;
  color: #ffffff;
  font-size: 1rem;
  text-transform: uppercase;
}

/*navbar logo */
.nav-logo {
  margin-left: -10%;
}
.land-image {
  margin-top: 5%;
  width: 400px;
  height: 100px;
}

/* Styling for sub-menu */
.submenu {
  font-family: "Montserrat", sans-serif;
  font-size: 12px;
  text-transform: capitalize;
  display: none; /* Initially hidden */
  position: absolute; /* Position it below the main menu */
  top: 100%; /* Align to the bottom of the main item */
  left: 0; /* Align to the left */
  background-color: #3a4750; /* submenu hover color background color if necessary */
  /* box-shadow: 0 2px 10px rgba(0, 0, 0, 0.5); /* Optional: shadow for depth */
  z-index: 100; /* Ensure it appears above other content */
  list-style-type: none; /* No bullets for sub-menu items */
  padding: 10px 0; /* Spacing around sub-menu */
}

/* Show sub-menu on hover */
ul.nav-links li:hover .submenu {
  display: block; /* Show sub-menu when hovering over parent */
  font-size: 12px;
}

.submenu li {
  margin: 0;
  padding: 0px; /* Padding for sub-menu items */
}

.submenu li a {
  color: #ffffff; /* Ensure link color is white */ /* Remove underline */
  font-size: 12px;
  font-family: "Montserrat", sans-serif;
}

.submenu li a:hover {
  background-color: #3a4750; /* Change background on hover */
}

/* Basic styling for navigation links */
ul.nav-links {
  list-style-type: none;
  margin: 0;
  padding: 0;
  display: flex; /* Horizontal arrangement */
}

ul.nav-links li {
  margin-right: 20px;
}

ul.nav-links li a {
  text-decoration: none;
  padding: 10px;
  color: #ffffff;
  text-transform: capitalize;
  font-family: "Montserrat", sans-serif;
  font-size: 12px;
}

/* Hamburger Menu Icon */
.menu-icon {
  display: none; /* Initially hidden */
  font-size: 30px;
  cursor: pointer;
  color: #ffffff;
  margin-top: 10px;
}

/* Mobile view: hide links, show hamburger menu */
@media screen and (max-width: 736px) {
  ul.nav-links {
    display: none; /* Hide navigation links */
    flex-direction: column; /* Stacks the links vertically */
    width: 380px; /* Ensures links take up full width in mobile view */
    padding: 20px;
    position: absolute;
    top: 50px; /* Adjusts position below the menu icon */
    right: 0; /* Aligns menu to the right */
    background-color: #141b2a; /* Set your desired background color */
    box-shadow: 0 2px 10px rgba(0, 0, 0, 0.5); /* Optional: Adds a shadow for depth */
    z-index: 10; /* Ensures menu appears above other content */
  }

  ul.nav-links li {
    margin: 10px 0; /* Spacing between items */
    text-align: center; /* Centers the text */
  }

  .menu-icon {
    display: block; /* Show the hamburger menu */
  }
  /*included submenu*/
  .submenu {
    list-style: none;
	  padding: 10px 10px; /* Adjust top-bottom and left-right padding as needed */
    margin: 10px 0; /* Add spacing around the item */
    margin-left: -5%; /* Floats the submenu to the left */
}

}

.topnav {
  overflow: hidden;
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 10px 20px;
  background-color: #141b2a; /* Optional: background color for desktop view */
}

.topnav .nav-links {
  display: flex;
}

.topnav a {
  color: #f2f2f2;
  text-align: center;
  padding: 14px 16px;
  text-decoration: none;
  font-size: 17px;
}

.topnav a:hover {
  color: black;
}

.topnav a.active {
  color: white;
}
/*
.menu-icon {
    display: none; /* Hide menu icon by default 
    flex-direction: column;
    cursor: pointer;
	margin-right: 10%;
}*/

.menu-icon .bar {
  height: 3px;
  width: 25px;
  background-color: white;
  margin: 3px 0;
}

.close-icon {
  display: none; /* Hide close icon by default */
  color: white;
  font-size: 30px;
  margin-left: 20px;
  cursor: pointer;
}

@media (max-width: 768px) {
  .topnav .nav-links {
    flex-direction: column;
    position: absolute;
    width: 100%;
    top: 60px; /* Adjust based on your topnav height */
    right: 0; /* Aligns the menu to the right */
    background-color: #141b2a; /* Background color for the mobile menu */
    z-index: 5; /* Ensure it appears above other content */
    padding: 20px; /* Ensure there's padding inside the menu */
    box-shadow: 0 2px 10px rgba(0, 0, 0, 0.5); /* Optional: Adds a shadow for depth */
  }

  .topnav .nav-links.active {
    left: 0; /* Show the menu when active */
  }
  .menu-icon {
    display: flex; /* Show menu icon on mobile */
    margin-top: -2%;
    margin-left: -300%;
  }

  .close-icon {
    display: block; /* Show close icon on mobile */
    align-self: flex-end; /* Align close icon to the right */
    margin-top: 10%;
    margin-top: -2%;
    margin-right: auto; /* Remove the large right margin */
    margin-left: -900%;
  }

  .topnav a {
    padding: 10px 15px; /* Adjust padding for smaller screen */
    color: #ffffff; /* Ensure link color is white */
  }
}

@media (max-width: 768px) {
  .topnav .nav-links {
    flex-direction: column;
    position: absolute;
    width: 100%;
    top: 60px; /* Adjust based on your topnav height */
    right: 0; /* Aligns the menu to the right */
    background-color: #141b2a; /* Background color for the mobile menu */
    z-index: 5; /* Ensure it appears above other content */
    padding: 20px; /* Ensure there's padding inside the menu */
    box-shadow: 0 2px 10px rgba(0, 0, 0, 0.5); /* Optional: Adds a shadow for depth */
  }

  .topnav .nav-links.active {
    left: 0; /* Show the menu when active */
  }
  .menu-icon {
    display: flex; /* Show menu icon on mobile */
    margin-top: -2%;
    margin-left: -100%;
  }

  .close-icon {
    display: block; /* Show close icon on mobile */
    align-self: flex-end; /* Align close icon to the right */
    margin-top: 10%;
    margin-top: -2%;
    margin-right: auto; /* Remove the large right margin */
    margin-left: -200%;
  }

  .topnav a {
    padding: 10px 15px; /* Adjust padding for smaller screen */
    color: #ffffff; /* Ensure link color is white */
  }
}

@media (max-width: 368px) {
  .menu-icon {
    display: flex;
    margin-top: -2%;
    margin-right: auto;
    margin-left: -70%; /* Adjust as needed */
  }

  .close-icon {
    display: block; /* Show close icon on mobile */
    align-self: flex-end; /* Align close icon to the right */
    margin-top: 10%;
    margin-top: -2%;
    margin-right: auto; /* Remove the large right margin */
    margin-left: -90%;
  }
}

/*head logo*/
.head-logo img {
  margin-top: 0.05%;
  width: 200px; /* Adjust as needed */
  height: 50px; /* Adjust as needed */
  max-width: none; /* Prevents the image from being constrained */
  max-height: none; /* Prevents the image from being constrained */
}
/*navbar logo in mobile view */
@media (max-width: 736px) {
  .head-logo img {
    width: 135px;
    height: 33px;
    margin-top: -0.75%;
    margin-left: -2%;
  }
}

/*about page header logo*/
/*hulk images*/
#hulk-img {
  background-image: url(/images1/gir.png);
  background-repeat: no-repeat;
  background-position: -8% 30%; /* Aligns the image to the right and center */
  background-size: 30%; /* Reduces the image size to 20% of its container */
  position: relative; /* Required for pseudo-element positioning */
  z-index: 1; /* Ensures this element appears above other content */
}

/* Center the parent container */

/* Style for the centered #bw-img div */
#bw-img {
  background-image: url(./images1/bw.png);
  background-repeat: no-repeat;
  background-position: 100% 50%; /* Adjust the percentage to move it higher */
  background-size: contain; /* Ensures responsive scaling */
  width: 100%;
  max-width: 1000px; /* Maximum width for larger screens */
  height: 400px; /* Default height */
  display: flex;
  justify-content: center;
  align-items: center;
  margin-top: -28%;
}

/* Responsive adjustments */
@media (max-width: 768px) {
  #bw-img {
    height: 300px; /* Scale down height for smaller screens */
  }
}

@media (max-width: 480px) {
  #bw-img {
    height: 200px; /* Further scale down for very small screens */
  }
}

/*generic page cat image*/
.cat img {
  margin-left: 120%;
  margin-top: -50%;
  width: 200px;
  height: 300px;
  opacity: 0.5;
  transition: transform 0.3s ease, opacity 0.3s ease;
}

.cat img:hover {
  opacity: 1; /* Increase opacity on hover */
  transform: scale(1.1); /* Slightly scale up the image on hover */
  filter: drop-shadow(0px 0px 10px rgba(0, 0, 0, 0.5)); /* Add shadow effect */
}
/* Mobile view adjustments */
@media (max-width: 600px) {
  .cat img {
    margin-left: 20%; /* Adjust position for smaller screens */
    margin-top: -10%; /* Adjust vertical position */
    width: 150px; /* Reduce size for mobile view */
    height: 225px;
  }

  .foreground-image img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    border-radius: 8px;
    transition: transform 0.3s ease; /* Smooth transition for rotation */
  }
  .container1 {
    margin-top: 10%;
    position: relative;
    width: 300px;
    height: 400px;
  }
  .im img {
    margin-top: 10%;
    margin-left: 1%;
  }
  .im {
    font-family: "Monsterrat", sans-serif;
    color: #ffffff;
  }

  .text-content {
    float: right; /* Floats the content to the right */
    width: 60%; /* Adjust width as needed */
  }

  .im h3 {
    margin-top: 150%;
    font-size: 16px;
    font-family: "Monsterrat", "sans-serif";
    color: #ffffff;
  }

  .im p {
    font-size: 1em;
    margin: 10px 0;
  }

  .im ul {
    list-style-type: disc;
    padding-left: 20px;
  }

  .im ul li {
    margin-bottom: 8px;
  }
}

@media (max-width: 768px) {
  .cat img {
    margin-left: 20%; /* Adjust position for smaller screens */
    margin-top: -10%; /* Adjust vertical position */
    width: 150px; /* Reduce size for mobile view */
    height: 225px;
  }

  .foreground-image img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    border-radius: 8px;
    transition: transform 0.3s ease; /* Smooth transition for rotation */
  }
  .container1 {
    margin-top: 10%;
    position: relative;
    width: 300px;
    height: 400px;
  }
  .im img {
    margin-top: 10%;
    margin-left: 1%;
  }
  .im {
    font-family: "Monsterrat", sans-serif;
    color: #ffffff;
  }

  .text-content {
    float: right; /* Floats the content to the right */
    width: 60%; /* Adjust width as needed */
  }

  .im h3 {
    margin-top: 150%;
    font-size: 16px;
    font-family: "Monsterrat", "sans-serif";
    color: #ffffff;
  }

  .im p {
    font-size: 1em;
    margin: 10px 0;
  }

  .im ul {
    list-style-type: disc;
    padding-left: 20px;
  }

  .im ul li {
    margin-bottom: 8px;
  }
}

/*generic navbar logo*/

.gen-head {
  background-color: #0c0f26;
  padding: 30px;
}
.gen-logo img {
  margin-top: -2%;
  margin-left: -4%;
  width: 200px; /* Adjust as needed */
  height: 50px; /* Adjust as needed */
  max-width: none; /* Prevents the image from being constrained */
  max-height: none;
}
@media (max-width: 736px) {
  .gen-logo img {
    width: 135px;
    height: 33px;
    margin-top: -5%;
    margin-left: -12%;
  }
}
/*generic + sign para*/
.se {
  max-width: 600px;
  margin: auto;
}

.gen-head1 {
  cursor: pointer;
  font-size: 1.2em;
  display: flex;
  align-items: center;
  justify-content: space-between;
  color: #fff;
}

/*moving effects security para*/
.moving {
  opacity: 0; /* Initially hidden */
  transform: translateY(20px); /* Start slightly below */
  transition: opacity 1.5s ease, transform 1.5s ease; /* Smooth fade and movement */
}

.moving.visible {
  opacity: 1; /* Fully visible */
  transform: translateY(0); /* Moves to its original position */
}

.moving.hidden {
  opacity: 0; /* Fully transparent for fade-out */
  transform: translateY(20px); /* Moves slightly downward */
}
.toggle-btn {
  font-weight: bold;
  font-size: 1em;
  color: white;
  background-color: #29b6f6;
  border-radius: 50%;
  padding: 8px;
  width: 24px;
  height: 24px;
  display: flex;
  align-items: center;
  justify-content: center;
  transition: transform 1.5s ease;
  margin-left: auto; /* Aligns toggle button to the far right */
}
.toggle-btn:hover {
  color: #00f0ff;
}
.toggle-btn:hover {
  transform: scale(1.1);
}

.accordion-content {
  list-style-type: disc; /* Enables bullet points */
  list-style: none;
  margin-top: 8px;
  padding-left: 16px;
  display: none; /* Default hidden */
}

.accordion-content li {
  margin-bottom: 4px;
}
.accordion-content {
  list-style-type: disc; /* Ensures bullet points are visible */
  margin-top: 8px;
  padding-left: 20px; /* Adds indentation to align bullets properly */
  display: none; /* Default hidden */
}

.accordion-content li {
  margin-bottom: 4px;
  font-size: 14px;
  font-family: "Roboto",sans-serif;
  color: #a0aec0; /* Adjust color if needed */
}
.sec-para {
  font-size: 14px;
  font-family: "Roboto", sans-serif;
  color: #a0aec0;
}
.sec-para2 {
  font-size: 14px;
  font-family: "Roboto", sans-serif;
  color: #a0aec0;
}
.sec-para3 {
  font-size: 14px;
  font-family: "Roboto", sans-serif;
  color: #a0aec0;
}
/*images with 3d effects in generic page*/

/* Mobile view adjustments */
@media (max-width: 600px) {
  .gen-head1 {
    letter-spacing: normal;
    flex-direction: column; /* Stacks heading and toggle button vertically */
    align-items: flex-start; /* Aligns content to the left */
  }
  .toggle-btn {
    margin-top: 8px; /* Adds space between heading and toggle button */
    margin-left: 0; /* Resets left margin */
  }
  .moving {
    line-height: 1.9;
    font-weight: normal;
    text-decoration: none;
    color: #a0aec0;
  }
  .sec-para {
    font-size: 14px;
    font-family: "Roboto", sans-serif;
  }
  .sec-para2 {
    font-size: 14px;
    font-family: "Roboto", sans-serif;
  }
  .sec-para3 {
    font-size: 14px;
    font-family: "Roboto", sans-serif;
  }
}

/*code for para two*/

/* Header */

/* code for menu bar without overlap Ensure the main container doesn't overflow */
#page-wrapper {
  max-width: 100%; /* Prevent overflow */
  overflow: hidden; /* Hide any overflow */
}

/* Banner styles */
#banner {
  padding: 20px; /* Ensure padding is appropriate */
  box-sizing: border-box; /* Include padding in width calculations */
  text-align: center; /* Center content */
}

/* Inner content styles */

/* Responsive adjustments */
@media (max-width: 736px) {
  #banner {
    padding: 10px; /* Adjust padding for mobile */
    font-size: 14px; /* Adjust font size if necessary */
  }

  .loading-logo {
    width: 80%; /* Adjust logo size */
    max-width: 150px; /* Limit maximum size */
  }
}
#loading-overlay {
  position: absolute; /* May cause issues if not positioned correctly */
  top: 50%; /* Center vertically */
  left: 50%; /* Center horizontally */
  transform: translate(-50%, -50%); /* Adjust for centering */
  overflow: hidden; /* Prevent overflow */
}

#header {
  -moz-transition: background-color 0.2s ease;
  -webkit-transition: background-color 0.2s ease;
  -ms-transition: background-color 0.2s ease;
  transition: background-color 0.2s ease;
  background: transparent;
  height: 3em;
  left: 0;
  line-height: 3em;
  position: fixed;
  top: 0;
  width: 100%;
  z-index: 10000;
}

#header h1 {
  -moz-transition: opacity 0.2s ease;
  -webkit-transition: opacity 0.2s ease;
  -ms-transition: opacity 0.2s ease;
  transition: opacity 0.2s ease;
  height: inherit;
  left: 1.25em;
  line-height: inherit;
  position: absolute;
  top: 0;
}

#header h1 a {
  border: 0;
  display: block;
  height: inherit;
  line-height: inherit;
  margin-left: 25%;
}

@media screen and (max-width: 736px) {
  #header h1 a {
    font-size: 0.8em;
  }
}

#header nav {
  height: inherit;
  line-height: inherit;
  position: absolute;
  right: 0;
  top: 0;
}

#header nav > ul {
  list-style: none;
  margin: 0;
  padding: 0 0 0 1.5em;
  white-space: nowrap;
}

#header nav > ul > li {
  display: inline-block;
  padding: 0;
}

#header nav > ul > li > a {
  border: 0;
  color: #fff;
  display: block;
  font-size: 0.8em;
  letter-spacing: normal;
  padding: 0 1.5em;
  text-transform: capitalize;
  font-family: "Montserrat", sans-serif;
}

#header nav > ul > li > a.menuToggle {
  outline: 0;
  position: relative;
}

#header nav > ul > li > a.menuToggle:after {
  background-image: url("images/bars.svg");
  background-position: right center;
  background-repeat: no-repeat;
  content: "";
  display: inline-block;
  height: 3.75em;
  vertical-align: top;
  width: 2em;
}

@media screen and (max-width: 736px) {
  #header nav > ul > li > a.menuToggle {
    padding: 0 1.5em;
  }

  #header nav > ul > li > a.menuToggle span {
    display: none;
  }
}

@media screen and (max-width: 736px) {
  #header nav > ul > li > a {
    padding: 0 0 0 1.5em;
  }
}

#header nav > ul > li:first-child {
  margin-left: 0;
}
#header.alt {
  background: #0c0f26; /* Background color */
  padding: 5px; /* Padding for the header */
  position: fixed; /* Fix the header position */
  top: 0; /* Align to the top */
  left: 0; /* Align to the left */
  width: 100%; /* Full width of the viewport */
  z-index: 1000; /* Ensure it appears above other content */
}

#header.alt h1 {
  pointer-events: none;
  opacity: 0;
}

/* Banner */

#banner {
  display: flex;
  flex-direction: column; /* Maintain the column layout */
  justify-content: center; /* Center the content vertically */
  align-items: flex-end; /* Align items to the right */
  cursor: default;
  height: 100vh;
  min-height: 35em;
  overflow: hidden;
  position: relative;
  text-align: right; /* Align text to the right */
}

#banner h2 {
  margin-left: 70%;
  margin-top: 30%;
  -moz-transform: scale(1);
  -webkit-transform: scale(1);
  -ms-transform: scale(1);
  transform: scale(1);
  -moz-transition: -moz-transform 0.5s ease, opacity 0.5s ease;
  -webkit-transition: -webkit-transform 0.5s ease, opacity 0.5s ease;
  -ms-transition: -ms-transform 0.5s ease, opacity 0.5s ease;
  transition: transform 0.5s ease, opacity 0.5s ease;
  display: inline-block;
  font-size: 1.75em;
  font-family: "Montserrat"; /*new font*/
  opacity: 1;
  padding: 0.35em 1em;
  position: relative;
  z-index: 1;
}

#banner h1 {
  text-transform: capitalize;
  margin-right: -90rem;
  font-size: 1.75em;
  font-family: "Montserrat"; /* New font */
  opacity: 1;
  padding: 0.35em 1em;
  position: relative;
  z-index: 1;
}

/*code for the lines before and after line of connect life*/
/*	#banner h2:before, #banner h2:after {
				-moz-transition: width 0.85s ease;
				-webkit-transition: width 0.85s ease;
				-ms-transition: width 0.85s ease;
				transition: width 0.85s ease;
				-moz-transition-delay: 0.25s;
				-webkit-transition-delay: 0.25s;
				-ms-transition-delay: 0.25s;
				transition-delay: 0.25s;
				background: #fff;
				content: '';
				display: block;
				height: 2px;
				position: absolute;
				width: 100%;
			}*/

#banner h2:before {
  top: 0;
  left: 0;
}

#banner h2:after {
  bottom: 0;
  right: 0;
}

#banner p {
  color: #4fc3f7;
  font-family: "Montserrat"; /* New font family */
  font-weight: 400;
  letter-spacing: normal;
  font-size: 1rem;
  line-height: 1.5;
}
#banner p::first-letter {
  text-transform: uppercase; /* Capitalize the first letter */
}
#banner p a {
  color: inherit;
}

#banner .more {
  -moz-transition: -moz-transform 0.75s ease, opacity 0.75s ease;
  -webkit-transition: -webkit-transform 0.75s ease, opacity 0.75s ease;
  -ms-transition: -ms-transform 0.75s ease, opacity 0.75s ease;
  transition: transform 0.75s ease, opacity 0.75s ease;
  -moz-transition-delay: 3.5s;
  -webkit-transition-delay: 3.5s;
  -ms-transition-delay: 3.5s;
  transition-delay: 3.5s;
  -moz-transform: translateY(-10px); /* Move up slightly */
  -webkit-transform: translateY(-10px); /* Move up slightly */
  -ms-transform: translateY(-10px); /* Move up slightly */
  transform: translateY(-10px); /* Move up slightly */
  border: none;
  bottom: 0;
  color: inherit;
  font-size: 0.8em;
  height: 8.5em;
  left: 50%;
  letter-spacing: 0.225em;
  margin-left: -8.5em;
  opacity: 1;
  outline: 0;
  padding-left: 0.225em;
  position: absolute;
  text-align: center;
  text-transform: uppercase;
  width: 16em;
  z-index: 1;
}

#banner .more:after {
  background-image: url("images/arrow.svg");
  background-position: center;
  background-repeat: no-repeat;
  background-size: contain;
  bottom: 4em;
  content: "";
  display: block;
  height: 1.5em;
  left: 50%;
  margin: 0 0 0 -0.75em;
  position: absolute;
  width: 1.5em;
}

#banner:after {
  pointer-events: none;
  -moz-transition: opacity 3s ease-in-out;
  -webkit-transition: opacity 3s ease-in-out;
  -ms-transition: opacity 3s ease-in-out;
  transition: opacity 3s ease-in-out;
  -moz-transition-delay: 1.25s;
  -webkit-transition-delay: 1.25s;
  -ms-transition-delay: 1.25s;
  transition-delay: 1.25s;
  content: "";
  background: #2e3842;
  display: block;
  width: 100%;
  height: 100%;
  position: absolute;
  left: 0;
  top: 0;
  opacity: 0;
}

/* heading code  for Mobile View */
@media screen and (max-width: 768px) {
  #banner {
    align-items: center; /* Center align items on smaller screens */
    text-align: center; /* Center text on mobile */
    padding: 2em 1em; /* Add padding for better spacing */
  }

  #banner h1 {
    margin-right: 0; /* Remove right margin for centering */
    font-size: 1.5em; /* Adjust font size for mobile */
    padding: 0.2em 0.5em; /* Reduce padding for better fit */
  }

  #banner p {
    margin-right: 0; /* Remove right margin for centering */
    font-size: 0.9rem; /* Adjust paragraph size for mobile */
    line-height: 1.4;
    padding: 0.2em 0.5em;
  }

  #banner .more {
    display: block; /* Ensure the button is visible */
    font-size: 0.9em; /* Adjust font size */
    margin-top: 15px;
  }
}

/* Extra small devices (max-width: 480px) */
@media screen and (max-width: 480px) {
  #banner h1 {
    font-size: 1.3em; /* Further adjust heading size */
  }

  #banner p {
    font-size: 0.85rem; /* Further adjust paragraph size */
  }
  #banner .more {
    font-size: 0.8em;
    padding: 8px 12px;
    position: relative;
    top: 212px; /* Adjust as needed */
    margin-left: -90%;
  }
}

body.is-preload #banner h2 {
  -moz-transform: scale(0.95);
  -webkit-transform: scale(0.95);
  -ms-transform: scale(0.95);
  transform: scale(0.95);
  opacity: 0;
}

body.is-preload #banner h2:before,
body.is-preload #banner h2:after {
  width: 0;
}

body.is-preload #banner .more {
  -moz-transform: translateY(8.5em);
  -webkit-transform: translateY(8.5em);
  -ms-transform: translateY(8.5em);
  transform: translateY(8.5em);
  opacity: 0;
}

body.is-preload #banner:after {
  opacity: 1;
}

/* CTA */

#cta .inner {
  display: -moz-flex;
  display: -webkit-flex;
  display: -ms-flex;
  display: flex;
  max-width: 45em;
}

#cta .inner header {
  -moz-order: 1;
  -webkit-order: 1;
  -ms-order: 1;
  order: 1;
  padding-right: 3em;
  width: 70%;
}

#cta .inner header p {
  color: inherit;
  text-align: justify;
}

#cta .inner .actions {
  -moz-order: 2;
  -webkit-order: 2;
  -ms-order: 2;
  order: 2;
  width: 30%;
}

@media screen and (max-width: 980px) {
  #cta .inner {
    display: block;
    text-align: center;
  }

  #cta .inner header {
    padding-right: 0;
    width: 100%;
  }

  #cta .inner .actions {
    margin-left: auto;
    margin-right: auto;
    max-width: 20em;
    width: 100%;
  }
}

@media screen and (max-width: 736px) {
  #cta .inner .actions {
    max-width: none;
  }
}

/* Main */

#main > header {
  padding: 12em 0 10em 0;
  background-attachment: fixed; /* Keeps the background fixed while scrolling */
  background-position: center center; /* Centers the image */
  background-repeat: no-repeat; /* Prevents the image from repeating */
  background-size: cover; /* Ensures the image covers the entire header */
  text-align: center; /* Centers the text */
}

#main > header h2 {
  font-size: 1.75em;
  margin: 0 0 0.5em 0;
}

#main > header p {
  color: inherit;
  letter-spacing: 0.225em;
  text-transform: uppercase;
  top: 0;
}

#main > header p a {
  color: inherit;
}

@media screen and (max-width: 1680px) {
  #main > header {
    padding: 10em 0 8em 0;
  }
}

@media screen and (max-width: 1280px) {
  #main > header {
    padding: 8em 3em 6em 3em;
  }
}

@media screen and (max-width: 980px) {
  #main > header {
    padding: 10em 3em 8em 3em;
  }
}

@media screen and (max-width: 736px) {
  #main > header {
    padding: 5em 3em 3em 3em;
  }

  #main > header h2 {
    font-size: 1.25em;
    margin: 0 0 1em 0;
  }
}

/*body.is-mobile #main > header {
		background-attachment: scroll;
		background-image: url('../../images/bg.jpg');
	}*/

/*our core partner company*/
/* Core component section with full background color */
.core-comp {
  padding: 40px 0; /* Add padding to the top and bottom for spacing */
  text-align: center; /* Center the content */
  opacity: 0; /* Initially hidden */
  transition: opacity 1.5s ease, transform 1.5s ease; /* Transition for both opacity and transform */
  transform: translateY(20px); /* Start slightly below */
}
.core-comp.active {
  opacity: 1; /* Make visible */
  transform: translateY(0); /* Move to original position */
}

/* Center the heading */
.core-comp h2 {
  letter-spacing: normal;
  color: white;
  font-family: "Montserrat"; /* Use consistent font */
  margin-bottom: 30px; /* Space between heading and content */
  left: 90%;
}

/* Container for partner companies */
.cli-company {
  display: flex;
  justify-content: center; /* Centers the company blocks horizontally */
  align-items: center; /* Ensures vertical alignment if needed */
  gap: 20px; /* Space between the company blocks */
  flex-wrap: wrap; /* Makes the layout responsive for smaller screens */
  margin: 0 auto; /* Ensures the entire .cli-company container is centered */
  max-width: 1200px; /* Optional: Restrict the max width of the container */
  width: 100%; /* Ensures the container takes up the full width */
}

/* Styling for each partner company block */
.cli-company .block {
  text-align: center;
  margin: 10px;
  padding: 20px;
  border-radius: 8px; /* Optional: Add rounded corners */
}

/* Image styling */

/* Links styling */
.cli-company a {
  color: white; /* Link color */
  text-decoration: none; /* Remove underline */
  font-weight: bold;
}
.core-heading {
  color: white;
  font-size: 18px;
  font-family: "Montserrat";
  text-align: center; /* Centers the text horizontally */
  margin-bottom: 20px; /* Add spacing between heading and content */
  display: block;
}

.core-heading b {
  color: white;
  text-align: center;
}
.cli-company a:hover {
  text-decoration: underline; /* Underline on hover */
}

/* Mobile View Styles */
@media only screen and (max-width: 768px) {
  .core-heading {
    margin-left: 15%; /* Reset the left margin for centering on small screens */
    text-align: center; /* Center the heading on mobile */
    font-size: 16px; /* Slightly smaller font size for mobile */
  }

  .cli-company a {
    font-size: 14px; /* Adjust link font size for better readability on small screens */
    text-align: center; /* Align links to center */
  }
  .cli-company {
    margin-left: 5%;
  }

  .cli-company .block {
    margin-left: -5%;
    display: block;
    margin: 0 auto; /* Center block elements */
    padding: 10px 0; /* Add some padding for better spacing */
  }
}

.block {
  border-radius: 1px;
  padding: 15px;
  width: 190px; /* Adjust as needed */
  text-align: center;
  box-shadow: 8px 8px 8px rgba(0, 0, 0, 0.1);
  /* background-color: hwb(165 88% 11% / 0.77);*/
}
.core-comp {
  padding: 20px;
  color: #fff;
}

.block {
  text-align: center;
  margin: 10px;
  padding: 10px;
  display: inline-block;
  transition: transform 0.3s ease, box-shadow 0.3s ease;
  border-radius: 8px;
}

/* Hover effects */
.hover-image {
  width: 90px;
  height: 90px;
  transition: transform 0.3s ease, filter 0.3s ease, box-shadow 0.3s ease;
  border-radius: 50%;
}

.block:hover .hover-image {
  transform: scale(1.1); /* Slight zoom */
  filter: brightness(1.2); /* Brightens image */
  box-shadow: 0 8px 16px rgba(0, 0, 0, 0.3); /* Adds shadow */
}

h1 {
  font-size: 24px;
  color: white;
}

/*img {
    margin-bottom: 10px;
}*/

strong {
  font-size: 16px;
  color: white;
}

/*quotes para css*/

.quote-slider {
  display: flex;
  align-items: center;
  position: relative;
}

.quotes {
  display: flex;
  overflow: hidden;
  width: 80%; /* Adjust the width to fit content area */
}

.quote-item {
  display: none;
  flex-direction: column; /* Stack image and paragraph vertically */
  align-items: center;
  gap: 15px;
  width: 100%;
  color: white;
}

.quote-item.active {
  display: flex;
}

.quote-icon {
  margin-left: -80%;
  width: 90px;
  height: 90px;
  margin-bottom: 15px; /* Add space between the image and paragraph */
}
.close-quote {
  margin-right: -80%;
}

.quote-item p {
  margin-left: 8%;
  text-align: left;
  text-align: justify;
  padding: 0 10px;
}
/*code for quote para 2*/
.quote-p2 {
  margin-left: 20%;
  margin-top: 10%;
  text-align: left;
  text-align: justify;
  padding: 0 10px;
}

.arrow {
  background: none;
  border: 1px white;
  outline: none;
  font-size: 24px;
  cursor: pointer;
  padding: 10px;
  color: #29375a;
  position: relative; /*for arrow adjustment*/
  top: 40px;
}

.left-arrow {
  margin-right: 20px;
  border: none;
  outline: none;
}

.right-arrow {
  margin-left: 20px;
}

/* Media Queries for Mobile View */
@media (max-width: 768px) {
  .quotes {
    width: 100%; /* Full width for quotes on mobile */
  }

  .quote-item p {
    text-align: center; /* Center-align paragraph text on mobile */
    text-align: justify;
    /* Add padding for better readability */
  }

  .arrow {
    font-size: 20px; /* Smaller arrows on mobile */
    padding: 5px;
  }
}

/*footer tooltip content*/
.tooltip {
  position: relative;
  display: inline-block; /* Needed for positioning */
}

.tooltip .tooltip-text {
  visibility: hidden;
  width: auto; /* Change to auto for dynamic width based on content */
  width: 200px; /* Set a maximum width to prevent it from getting too large */
  background-color: white; /* Tooltip background color */
  color: black; /* Text color */
  text-align: center;
  border-radius: 1px; /* Rounded corners */
  padding: 1px 1px; /* Reduce padding for a smaller box */
  position: absolute;
  z-index: 1;
  bottom: 100%; /* Position above the link */
  left: 50%; /* Center it */
  margin-left: -60px; /* Adjust based on max-width */
  opacity: 0; /* Start hidden */
  transition: opacity 0.3s; /* Fade effect */
}

.tooltip:hover .tooltip-text {
  visibility: visible; /* Show the tooltip */
  opacity: 1; /* Fade in */
}

/*logo rotating css code*/
.circle-container {
  position: fixed; /* Fixes the entire container in place */
  top: 50%; /* Vertically center the container */
  left: 20px; /* Position it 20px from the left side of the screen */
  transform: translateY(-50%); /* Center the container vertically */
  height: 140px; /* Height of the container */
  width: 150px; /* Width of the container */
  z-index: 999; /* Ensure the container stays on top */
}

.circle-container p {
  height: 150px;
  width: 150px;
  position: relative;
  animation: effect 8s linear infinite;
}

@keyframes effect {
  0% {
    transform: rotate(0deg);
  }
  100% {
    transform: rotate(360deg);
  }
}

.circle-letter {
  /* New class for circular letters */
  position: absolute;
  left: 50%;
  transform-origin: 0px 75px; /* Adjust distance (radius) */
  transform-style: flat;
  font-family: "Montserrat", sans-serif;
  text-transform: uppercase;
  /*  font-weight: bold;*/
  color: #4fc3f7;
  font-size: 20px;
}

/* Style for the logo */
.logo {
  position: absolute; /* Position relative to the circle container */
  top: 42%; /* Center the logo vertically within the container */
  left: 50%; /* Center the logo horizontally within the container */
  transform: translate(-50%, -50%); /* Center the logo */
  height: 90px; /* Height of the logo */
  width: 90px; /* Width of the logo */
  border-radius: 50%; /* Optional: Makes the logo circular */
  z-index: 1000; /* Ensure the logo stays on top of other content */
}

/* Footer */
/* Basic Styles */
.footer-content {
  display: flex;
  justify-content: space-around;
  align-items: flex-start;
  flex-wrap: wrap;
}

.footer-content div {
  flex: 0;
  min-width: 200px;
  margin-bottom: 20px;
  text-align: center;
}

/* Style for headings */
.footer-heading {
  color: white;
  position: relative;
  padding-bottom: 10px;
}

.footer-heading::after {
  content: "";
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
  bottom: 0;
  background-color: #4fc3f7;
  height: 2px;
  width: 50px;
}

/* Responsive Design for Mobile */
@media (max-width: 768px) {
  .footer-content {
    display: block; /* Stacks sections vertically */
  }

  .footer-content div {
    margin-bottom: 20px; /* Space between sections */
  }

  .icons {
    justify-content: center; /* Center social icons */
  }
}
#footer {
  padding: 6em 0 4em 0;
  background-color: black;
  text-align: center;
}

#footer .icons {
  font-size: 1.25em;
}

#footer .icons a {
  color: rgba(255, 255, 255, 0.5);
}

#footer .icons a:hover {
  color: #fff;
}

#footer .copyright {
  color: rgba(255, 255, 255, 0.5);
  font-size: 0.8em;
  letter-spacing: 0.225em;
  list-style: none;
  padding: 0;
  text-transform: uppercase;
}

#footer .copyright li {
  border-left: solid 1px rgba(255, 255, 255, 0.5);
  display: inline-block;
  line-height: 1em;
  margin-left: 1em;
  padding-left: 1em;
}

#footer .copyright li:first-child {
  border-left: 0;
  margin-left: 0;
  padding-left: 0;
}

#footer .copyright li a {
  color: inherit;
}

#footer .copyright li a:hover {
  color: #fff;
}

@media screen and (max-width: 480px) {
  #footer .copyright li {
    border: 0;
    display: block;
    line-height: 1.65em;
    margin: 0;
    padding: 0.5em 0;
  }
}

@media screen and (max-width: 980px) {
  #footer {
    padding: 4em 3em 2em 3em;
  }
}

@media screen and (max-width: 736px) {
  #footer {
    padding: 3em 2em 1em 2em;
  }
}

/* Landing */

body.landing #page-wrapper {
  background-image: -moz-linear-gradient(
      top,
      rgba(0, 0, 0, 0.5),
      rgba(0, 0, 0, 0.5)
    ),
    url("../../images/banner.jpg");
  background-image: -webkit-linear-gradient(
      top,
      rgba(0, 0, 0, 0.5),
      rgba(0, 0, 0, 0.5)
    ),
    url("../../images/banner.jpg");
  background-image: -ms-linear-gradient(
      top,
      rgba(0, 0, 0, 0.5),
      rgba(0, 0, 0, 0.5)
    ),
    url("../../images/banner.jpg");
  background-image: linear-gradient(top, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0.5)),
    url("../../images/banner.jpg");
  background-attachment: fixed;
  background-position: center center;
  background-repeat: no-repeat;
  background-size: cover;
  padding-top: 0;
}

body.landing #footer {
  background-color: black;
}

body.is-mobile.landing #page-wrapper {
  background: none;
}

body.is-mobile.landing #banner,
body.is-mobile.landing .wrapper.style4 {
  /*background-image: -moz-linear-gradient(top, rgba(0,0,0,0.5), rgba(0,0,0,0.5)), url("../../images/bg1.jpg");
		background-image: -webkit-linear-gradient(top, rgba(0,0,0,0.5), rgba(0,0,0,0.5)), url("../../images/bannerBg.jpg");
		background-image: -ms-linear-gradient(top, rgba(0,0,0,0.5), rgba(0,0,0,0.5)), url("../../images/bannerBg.jpg");
		background-image: linear-gradient(top, rgba(0,0,0,0.5), rgba(0,0,0,0.5)), url("../../images/bg1.jpg");
		background-position: center center;*/
  background-repeat: no-repeat;
  /*background-size: cover;*/
}

body.is-mobile.landing #footer {
  background-color: black;
}
#banner {
  /*background-image: url('../../images/bannerBg.jpg'); /* Add your image URL */
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  height: 100vh;
  color: #f8fafc;
  text-align: center;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 20px;
}
/* Styles for the #cta section with background image */
#cta.wrapper.style4 {
  background-image: url("/images/bg.jpg"); /* Add your image URL here */
  background-size: cover; /* Ensure the image covers the section */
  background-position: center center; /* Center the image */
  background-repeat: no-repeat; /* Prevent the image from repeating */
  padding: 20px; /* Optional: Adjust padding as needed */
  color: white; /* Ensure text is readable on the background */
}

/*home page before and after images*/
/* Panels. */
.splitview {
  position: relative;
  width: 100%;
  min-height: 45vw;
  overflow: hidden;
}

.panel {
  position: absolute;
  width: 100vw;
  min-height: 45vw;
  overflow: hidden;
}

.panel .content {
  position: absolute;
  width: 100vw;
  min-height: 45vw;
  color: #fff;
}

.panel .description {
  width: 25%;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  text-align: center;
}

.panel img {
  box-shadow: 0 0 20px 20px rgba(0, 0, 0, 0.15);
  width: 100%;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}

.bottom {
  background-color: rgb(44, 44, 44);
  z-index: 1;
}

.bottom .description {
  right: 5%;
}

.top {
  background-color: rgb(77, 69, 173);
  z-index: 2;
  width: 50vw;

  /*-webkit-clip-path: polygon(60% 0, 100% 0, 100% 100%, 40% 100%);
    clip-path: polygon(60% 0, 100% 0, 100% 100%, 40% 100%);*/
}

.top .description {
  left: 5%;
}

/* Handle. */
.handle {
  height: 100%;
  position: absolute;
  display: block;
  background-color: rgb(253, 171, 0);
  width: 5px;
  top: 0;
  left: 50%;
  z-index: 3;
}

/* Skewed. */
.skewed .handle {
  top: 50%;
  transform: rotate(30deg) translateY(-50%);
  height: 200%;
  -webkit-transform-origin: top;
  -moz-transform-origin: top;
  transform-origin: top;
}

.skewed .top {
  transform: skew(-30deg);
  margin-left: -1000px;
  width: calc(50vw + 1000px);
}

.skewed .top .content {
  transform: skew(30deg);
  margin-left: 1000px;
}

.description {
  position: absolute;
  color: white;
  font-size: 2em;
  font-weight: bold;
  z-index: 2;
  text-shadow: 2px 2px 10px rgba(0, 0, 0, 0.7);
}

/* Responsive. */
@media (max-width: 900px) {
  body {
    font-size: 75%;
  }
}

/*book a meeting button above footer*/
.btn-one {
  display: flex;
  justify-content: center; /* Centers the button horizontally */
  width: 100%; /* Ensures the container spans full width */
  padding: 1rem 0; /* Optional padding for spacing around the button */
}

/* Button styling */
.btn-one button {
  color: #ffffff;
  background-color: #4fc3f7;
  font-family: "Montserrat", sans-serif;
  font-size: 16px;
  letter-spacing: normal;
  cursor: pointer;
  text-align: center;
}
.btn-one button:hover {
  background-color: #29b6f6;
  color: #f8fafc;
}
@media (max-width: 900px) {
  .btn-one {
    font-size: medium;
  }
  .btn-one button {
  }
}

@import url(https://fonts.googleapis.com/css?family=Montserrat);

.container {
  display: flex;
  /*   border:1px solid red; */
  height: 100%;
  align-items: center;
}

svg {
  display: block;
  font: 10.5em "Robot";
  width: 300px;
  height: 200px;
  margin: 0 auto;
}

.text-copy {
  fill: black;
  stroke: white;
  stroke-dasharray: 6% 29%;
  stroke-width: 5px;
  stroke-dashoffset: 0%;
  animation: stroke-offset 5.5s infinite linear;
}

.text-copy:nth-child(1) {
  stroke: black;
  animation-delay: -1;
}

.text-copy:nth-child(2) {
  stroke: black;
  animation-delay: -2s;
}

.text-copy:nth-child(3) {
  stroke: black;
  animation-delay: -3s;
}

.text-copy:nth-child(4) {
  stroke: black;
  animation-delay: -4s;
}

.text-copy:nth-child(5) {
  stroke: black;
  animation-delay: -5s;
}

@keyframes stroke-offset {
  100% {
    stroke-dashoffset: -35%;
  }
}

/* Mobile view adjustments if needed */
@media (max-width: 768px) {
  #cta.wrapper.style4 {
    background-color: #0c0f26; /* Optional: Different image for mobile view */
    background-size: cover;
    background-position: center center;
    background-repeat: no-repeat;
  }
}
@-webkit-keyframes track-in-out {
  0% {
    letter-spacing: 1em;
    opacity: 0;
  }
  20% {
    letter-spacing: normal;
    opacity: 1;
  }
  80% {
    letter-spacing: normal;
    opacity: 1;
  }
  100% {
    letter-spacing: 1em;
    opacity: 0;
  }
}

#myText {
  font-size: 40px;
  margin-top: 50px;
  color: white;
  word-spacing: 10px;
  text-shadow: 2px 2px 5px grey;
  width: 100%;
  text-align: center;
  font-family: "Monoton";
  /*animation-name: track-in-out;
	animation-duration: 7s;
	animation-iteration-count: infinite;*/
}

.para1 {
  color: white;
  text-transform: uppercase;
  font-size: 42px;
  font-family: poppins sans-serif;
  font-weight: bold; /* Make the heading bold */
  margin-bottom: 25px; /* Space between the heading and paragraph */
  margin-left: 25%;
  animation: slideInAnimation ease 2s;
  animation-iteration-count: 1;
  animation-fill-mode: forwards;
}
@keyframes slideInAnimation {
  0% {
    transform: translateX(-100%);
    opacity: 0;
  }
  100% {
    transform: translateX(0);
    opacity: 1;
  }
}
/*css effect for images*/
.container {
  display: flex;
  align-items: flex-start; /* Stack children vertically on mobile */
  gap: 20px; /* Center items horizontally */
  padding: 20px; /* Add some padding for aesthetics */
}

.para1 {
  margin-top: -5%;
  margin-left: 10%;
  font-size: 24px; /* Adjust font size for mobile */
  margin-bottom: 15px; /* Space below the heading */
  color: #f8fafc;
  text-transform: capitalize;
  font-family: "Montserrat", sans-serif;
}

.image-container {
  display: flex;
  justify-content: center; /* Center the image */
  margin-bottom: 15px; /* Space below the image */
}

/*home para punch para */
#punch-para {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 100%;
  padding: 4% 0;
}

.punch-p {
  margin-top: 5%;
  font-family: "Montserrat", sans-serif; /* Applies Montserrat font to the heading */
  font-size: 24px; /* Sets a larger font size for the heading */
  text-transform: capitalize; /* Capitalizes the first letter of each word */
  color: #f8fafc; /* White text color for better contrast against blue background */
  margin-bottom: 20px; /* Adds space below the heading */
  letter-spacing: normal;
  text-align: center;
  opacity: 0; /* Initially hidden */
  transition: opacity 1.5s ease, transform 1.5s ease; /* Transition for both opacity and transform */
  transform: translateY(20px); /* Start slightly below */
}

.punch-p.active {
  opacity: 1; /* Make visible */
  transform: translateY(0); /* Move to original position */
}
.punch-text {
  font-family: "Roboto", sans-serif; /* Applies Roboto font */
  font-size: 14px; /* Adjusts the paragraph text size */
  color: #a0aec0; /* Sets the paragraph text color */
  line-height: 1.6; /* Increases line height for readability */
  max-width: 800px; /* Limits the paragraph width */
  padding: 0 1rem; /* Adds side padding for better spacing */
  text-align: center; /* Centers the text within the container */
  margin: 0; /* Removes any default margin */
  opacity: 0; /* Initially hidden */
  transition: opacity 1.5s ease, transform 1.5s ease; /* Transition for both opacity and transform */
  transform: translateY(20px); /* Start slightly below */
}

.punch-text.active {
  opacity: 1; /* Make visible */
  transform: translateY(0); /* Move to original position */
}
.punch-text5 {
  font-family: "Roboto", sans-serif;
  font-size: 14px;
  color: #a0aec0;
  line-height: 1.6;
  max-width: 800px;
  padding: 0 1rem;
  text-align: center;
  margin: 0;
  opacity: 0; /* Initially hidden */
  transform: translateY(20px); /* Start slightly below for scroll effect */
  transition: opacity 1.5s ease, transform 1.5s ease; /* Smooth transition */
}

.punch-text5.active {
  opacity: 1; /* Fully visible */
  transform: translateY(0); /* Slide up to natural position */
}

#punch-para1 {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 100%;
  padding: 4% 0;
}
.punch-p h1 {
  align-items: center;
}
/* Mobile View Adjustments */
@media (max-width: 600px) {
  .punch-text {
    margin-top: 10%;
    width: 350px;
    height: 250px;
    text-align: start;
    font-size: 14px;
    margin-left: 3%;
  }
  .punch-text5 {
    font-family: "Roboto", sans-serif; /* Applies Roboto font */
    font-size: 14px; /* Adjusts the paragraph text size */
    color: #a0aec0; /* Sets the paragraph text color */
    line-height: 1.6; /* Increases line height for readability */
    max-width: 800px; /* Limits the paragraph width */
    padding: 0 1rem; /* Adds side padding for better spacing */
    text-align: start; /* Centers the text within the container */
    margin: 0; /* Removes any default margin */
    width: 350px;
  }

  .punch-p {
    margin-top: -10%;
    font-size: 16px;
  }
  .text1 {
    margin-left: -30%;
    width: 410px;
    height: 250px;
    margin-top: -10%;
  }
  .para1 {
    margin-left: -50%;
  }
}
@media only screen and (max-width: 768px) {
  #spider-img {
    background-position: 75% 29%; /* Adjust the position for mobile */
    background-size: 35%; /* Increase the size slightly for better visibility */
  }

  #spider-img::before {
    background-position: 80% 40%;
    background-size: 35%;
  }
}

/*home page intro particles*/

/*home page intro shake effects code*/
/*.image-container:hover {
  animation: shake 0.5s;
  animation-iteration-count: infinite;
}

@keyframes shake {
  0% {
    transform: translate(1px, 1px) rotate(0deg);
  }
  10% {
    transform: translate(-1px, -2px) rotate(-1deg);
  }
  20% {
    transform: translate(-3px, 0px) rotate(1deg);
  }
  30% {
    transform: translate(3px, 2px) rotate(0deg);
  }
  40% {
    transform: translate(1px, -1px) rotate(1deg);
  }
  50% {
    transform: translate(-1px, 2px) rotate(-1deg);
  }
  60% {
    transform: translate(-3px, 1px) rotate(0deg);
  }
  70% {
    transform: translate(3px, 1px) rotate(-1deg);
  }
  80% {
    transform: translate(-1px, -1px) rotate(1deg);
  }
  90% {
    transform: translate(1px, 2px) rotate(0deg);
  }
  100% {
    transform: translate(1px, -2px) rotate(-1deg);
  }
}
*/
/* Image styling */
.left-image {
  margin-top: 5%;
  margin-left: -50%;
  width: 30%; /* Full width for responsiveness */
  height: auto; /* Maintain aspect ratio */
  border-radius: 5px; /* Optional: add rounded corners */
  /* Space below the image */
}
.text1 {
  margin-top: -25%;
  margin-left: 50%;
  font-family: "Roboto";
  font-size: 14px;
  color: #a0aec0;
  text-align: justify;
  opacity: 0; /* Initially hidden */
  transition: opacity 1.5s ease, transform 1.5s ease; /* Transition for both opacity and transform */
  transform: translateY(20px); /* Start slightly below */
}
.text1.active {
  opacity: 1; /* Make visible */
  transform: translateY(0); /* Move to original position */
}
/* Mobile view adjustments */
@media (max-width: 768px) {
  .left-image {
    margin-top: 5%; /* Maintain top margin */
    margin-left: auto; /* Center the image horizontally */
    margin-right: auto; /* Center the image horizontally */
    display: block; /* Ensures the image is treated as a block element */
    width: 80%; /* Increase width for better visibility on mobile */
  }
  .punch-p {
    font-size: 18px; /* Smaller font size for readability on mobile */
    margin-top: 3%; /* Reduce top margin to save space */
    margin-bottom: 15px; /* Slightly reduce bottom margin */
    line-height: 1.3; /* Adjust line height for better readability */
  }
}
/* Mobile View Adjustments */
@media (max-width: 600px) {
  .container {
    padding: 50px; /* Increased padding for better spacing on small screens */
    display: flex;
    flex-direction: column; /* Stack items vertically */
    align-items: center; /* Center align items */
    text-align: center; /* Center align text */
  }

  .left-image {
    padding-bottom: 30px;
    width: 100px; /* Adjust image width */
    height: auto; /* Maintain aspect ratio */
  }

  .text1 {
    margin-top: -490px; /* Adjust margin to avoid overlap and provide space above */
    font-size: 1em; /* Adjust font size for smaller screens */
    padding: 60px; /* Padding for the text for better readability */
    line-height: 1.5; /* Increase line height for better readability */
  }

  .para1 {
    padding-bottom: 100px;
    margin-bottom: 20px; /* Space below the heading */
    font-size: 1.2em; /* Adjust font size if necessary */
    color: white; /* Ensure text is visible */
  }

  .core-heading {
    justify-content: center;
    margin-top: 20px; /* Space above the heading */
    font-size: 1.5em; /* Adjust heading size */
    color: white; /* Ensure heading is visible */
  }
  .image-container {
    margin-left: -10%;
  }
}

/* Mobile View Styles */

/* Mobile View Adjustments */
@media (max-width: 600px) {
  .container {
    padding: 10px; /* Less padding for small screens */
  }

  .left-image {
    padding: 20px;
    width: 100%; /* Ensure full width of the image on mobile */
    max-width: none; /* Remove max-width restriction for mobile */
    margin-bottom: 60%;
  }

  .text {
    margin-top: -10%;
    font-size: 1em; /* Adjust font size for smaller screens */
    padding: 0 5px; /* Less padding on smaller screens */
  }
}

/* Media queries for larger screens */

/* Adjustments for smaller screens */
@media (max-width: 600px) {
  .text {
    margin-top: 5%;
    font-size: 12px; /* Smaller font size for better readability */
  }
  /*
    .left-image {
		padding: 30px;
        margin-top: -40%; /* Remove top margin 
        
    }*/
}
@media (max-width: 599px) {
  /* Target mobile devices */
  .container {
    width: 100%; /* Ensure full width on mobile */
  }

  .para1 {
    font-size: 18px;
    width: 80%; /* Ensure heading takes full width */
    margin-left: 8%; /* Center the heading */
    margin-top: -20%;
    line-height: 1.3;
  }
}

.text {
  margin-top: 20%;
  flex: 3; /* Text takes more space compared to image */
  font-size: 16px; /* Adjust font size as needed */
  line-height: 1.5; /* Space between lines for readability */
  word-spacing: -2px;
}

/*para for the part 2 */
.text {
  margin-top: -12%;
  margin-left: 40%;
  color: #a0aec0;
  font-weight: 300;
  font-size: 14px;
  font-family: "Roboto";
  letter-spacing: normal; /*updated spacing */
  text-align: justify;
  text-transform: sentancecase;
  -webkit-background-clip: text;
  background-clip: text;
  background-size: 200%;
  animation: move 30s ease infinite;
  background-image: linear-gradient(68.7deg, white 50%, white 0.9%);
}

/*code for our vision para*/
.text-vision {
  font-weight: 300;
  font-size: 20px;
  font-family: sans-serif;
  word-spacing: 1;
  letter-spacing: 0; /*updated spacing */
  text-align: justify;
  text-transform: sentancecase;
  color: transparent;
  -webkit-background-clip: text;
  background-clip: text;
  background-size: 200%;
  animation: move 30s ease infinite;
  background-image: linear-gradient(68.7deg, white 50%, white 0.9%);
}

/* Media query for additional adjustments if needed */
@media (max-width: 600px) {
  .text-vision {
    font-size: 5vw; /* Adjust font size for smaller screens */
    padding: 5px; /* Adjust padding for smaller screens */
  }
}

/* Mobile view styling for intro and vision */
/* Mobile view styling for intro and vision */
@media (max-width: 600px) {
  .container {
    flex-direction: column; /* Stacks image and text vertically */
  }

  .image-container {
    order: 1; /* Image appears first on mobile */
  }
  .text {
    margin-top: 50%;
    text-align: justify; /* Justifies text to spread evenly across the line */
    text-justify: inter-word; /* Ensures extra space is distributed evenly between words */
    order: 2; /* Text appears after the image */
    font-size: 16px; /* Font size */
    line-height: 1.3; /* Adjust line height for better readability */
    word-spacing: -1.5px; /* Adjust word spacing for tighter spacing */
    letter-spacing: -1.2px; /* Adjust letter spacing for more compact appearance */
    padding: 15px 10px; /* Padding around the text */
    margin: 0; /* Remove default margin */
    max-width: 90%; /* Restrict width for better layout */
    hyphens: auto; /* Hyphenate long words to avoid uneven spacing */
    text-rendering: optimizeLegibility; /* Improves text rendering for better readability */
  }
}

@keyframes move {
  0%,
  100% {
    background-position: 200% 0%;
  }

  50% {
    background-position: 0% 200%;
  }
}
/*contact page bg*/
.map {
  background-color: #29375a;
}

/* Container Styling */
.cont {
  display: flex;
  flex-direction: column; /* Default to vertical layout for smaller screens */
  justify-content: center;
  align-items: center; /* Center content horizontally */
  padding: 20px;
  text-align: center;
  justify-content: center;
  gap: 20px;
  margin-top: -6%; /* Adds some space between form and image */
}

/* Base Styles for Contact Form */
/* Container Styling */
/* Contact Container Styling */
.contact-container {
  display: flex; /* Align elements horizontally */
  justify-content: space-between; /* Space between form and info */
  align-items: flex-start; /* Align items to the top */
  padding: 20px;
  border-radius: 10px;
  box-shadow: 0 4px 6px rgba(0, 0, 0, 0.1);
  max-width: 700px; /* Reduced container width */
  margin: auto;
  background-color: #141b2a;
}

/* Form Styling */
.form-container {
  width: 60%; /* Form takes 60% of the space */
}

.form-container h3 {
  font-size: 18px;
  color: #ffffff;
  margin-bottom: 10px;
}

.form-container input[type="text"],
.form-container input[type="email"],
.form-container textarea {
  background: transparent;
  border: none;
  border-bottom: 1px solid #4fc3f7;
  width: 100%;
  margin-bottom: 15px;
  padding: 10px 0;
  color: #ffffff;
  font-size: 14px;
}

.form-container input::placeholder,
.form-container textarea::placeholder {
  color: #7a8ba1;
}

.form-container input:focus,
.form-container textarea:focus {
  outline: none;
  border-bottom: 1px solid #ffffff;
}

.form-container button {
  background-color: #4fc3f7;
  color: white;
  padding: 3px 16px;
  border: none;
  border-radius: 4px;
  cursor: pointer;
  transition: background-color 0.3s ease;
  letter-spacing: normal;
}

.form-container button:hover {
  background-color: #29b6f6;
}

/* Contact Info Styling */
.info-container {
  width: 35%; /* Contact info takes 35% of the space */
  text-align: left; /* Align text to the left */
  color: #ffffff;
}

.info-container h2 {
  font-size: 18px;
  color: #4fc3f7;
  margin-bottom: 10px;
}

.info-container p {
  font-size: 14px;
  color: #7a8ba1;
}

/* Responsive Design */
@media (max-width: 768px) {
  .contact-container {
      flex-direction: column; /* Stack form and info vertically */
      align-items: center;
  }

  .form-container, .info-container {
      width: 100%; /* Full width for both sections */
      text-align: center; /* Center-align text */
  }

  .info-container {
      margin-top: 20px; /* Add spacing between stacked sections */
  }
}


/* Black Widow Image Styling */
#avengers-img {
  background-image: url(/images1/avengers.png);
  background-repeat: no-repeat;
  background-position: center;
  background-size: 100%;
  position: relative;
  z-index: 1;
  width: 100%;
  max-width: 700px; /* Ensures image is no wider than the form */
  height: 800px;
  margin-top: 20px;
}

/* Large Screen Layout (Side by Side) */
@media (min-width: 1024px) {
  .cont {
    flex-direction: row; /* Side by side layout on large screens */
    justify-content: center; /* Center the elements horizontally */
  }

  .contact-us-form {
    margin: 0 20px; /* Adds some space between the form and the image */
  }

  #avengers-img {
    margin-top: 0; /* Removes top margin */
  }
}

/* Responsive Styles for Tablet Screens */
@media (max-width: 768px) {
  .contact-us-form {
    max-width: 90%; /* Increase form width on tablets */
    padding: 15px;
  }

  #avengers-img {
    background-size: 80%;
    height: 400px;
  }
}

/* Responsive Styles for Mobile Screens */
@media (max-width: 600px) {
  .contact-us-form {
    max-width: 100%; /* Full-width form on mobile */
    padding: 10px;
    left: 0;
  }

  #avengers-img {
    background-size: 80%;
    height: 400px;
    margin-top: 15px; /* Adjusts spacing between form and image */
  }
}

/*three images in home page*/
/* Container for the images */
.images-container {
  text-align: justify;
  font-family: "Montserrat", sans-serif;
  color: #a0aec0;
  justify-content: center;
  display: flex;
  gap: 5px; /* No gap between images */
  padding: 0px; /* Ensure no padding */
}
.first-img,
.second-img,
.third-img {
  text-align: justify;
  border-radius: 1px;
  width: 280px;
  height: 400px;
  display: flex;
  flex-direction: column;
  align-items: center;
  text-align: center;
  padding: 1px; /* Added padding for better spacing */
}

.small-img {
  width: 200px; /* Sets a specific width for the image, adjust as needed */
  height: auto; /* Keeps the aspect ratio */
  margin-bottom: 10px; /* Adds space between the image and text */
  color: #a0aec0;
}
/* Style for the heading */
.only-text {
  font-family: "Montserrat", sans-serif;
  font-size: 18px;
  font-weight: bold;
  color: white;
  margin-bottom: 10px; /* Space between heading and image */
  text-align: center;
  text-align: justify;
}

.first-img p {
  font-family: "Roboto";
  margin: 0; /* Removes default margin from the paragraph */
  font-size: 14px; /* Adjust font size as needed for better readability */
  line-height: 1.5; /* Increases line height for better text visibility */
}

.second-img p {
  font-family: "Roboto";
  margin: 0; /* Removes default margin from the paragraph */
  font-size: 14px; /* Adjust font size as needed for better readability */
  line-height: 1.5;
}
.third-img p {
  font-family: "Roboto";
  margin: 0; /* Removes default margin from the paragraph */
  font-size: 14px; /* Adjust font size as needed for better readability */
  line-height: 1.5;
}
/* Responsive Design for Mobile */
/* Responsive Design for Mobile */
@media (max-width: 768px) {
  .images-container {
    flex-direction: column; /* Stack image cards vertically */
    align-items: center; /* Center the cards */
  }

  .first-img,
  .second-img,
  .third-img {
    width: 90%; /* Make image cards take up more width on mobile */
  }

  .small-img {
    width: 80%; /* Scale down the image on smaller screens */
  }

  .only-text {
    font-size: 18px; /* Slightly smaller font size for mobile */
    padding: 30px;
  }
  .left-image {
    margin-left: 7%;
    padding: 80px;
    margin-top: -30%;
    width: 100%; /* Increase the width */
    height: auto; /* Maintain aspect ratio */
  }
  .text1 {
    margin-top: -90%;
    margin-left: -5%;
    text-align: justify;
  }

  .text {
    margin-top: -100%;
    font-size: 14px; /* Slightly smaller paragraph text size for mobile */
    font-family: "Roboto";
    color: #a0aec0;
    line-height: 1.6; /* Adjust line height for better readability */
    max-width: 800px;
    text-align: justify;
    letter-spacing: normal;
  }
  .first-img p {
    padding: 20px;
  }
  .second-img p {
    padding: 20px;
  }
  .third-img p {
    padding: 20px;
  }
}

/*our service animation code*/

.head-3 {
  opacity: 0; /* Initially hidden */
  transition: opacity 1.5s ease, transform 1.5s ease; /* Transition for both opacity and transform */
  transform: translateY(20px); /* Start slightly below */
}

.head-3.active {
  opacity: 1; /* Make visible */
  transform: translateY(0); /* Move to original position */
}
/* Image styling */
.first-img img,
.second-img img,
.third-img img {
  width: 200px; /* Adjust to fit your layout */
  height: 200px; /* Maintain aspect ratio */
  display: block;
  margin: 0; /* No extra margins */
  border-radius: 8px; /* Optional: Rounded corners */
  box-shadow: 0 4px 8px rgba(0, 0, 0, 0.2); /* Optional: Image shadow */
  position: relative; /* Ensure the image acts as a relative container for the text */
  padding: 0; /* No padding around images */
}

/* Container for each image */
.first-img,
.second-img,
.third-img {
  position: relative; /* Position the text inside the image container */
  margin: 0; /* No margin between containers */
  padding: 0; /* No padding between containers */
}

/* Text overlay styling */

.first-img {
  position: relative; /* Positioning context for the text */
  overflow: hidden; /* Ensures text doesn't overflow outside the container */
}

.first-img img {
  display: block; /* Ensures image is treated as a block element */
  width: 200px; /* Make image responsive */
  height: 200px; /* Maintain aspect ratio */
}
/* Slide in effect on hover */
.first-img:hover .img-text {
  bottom: 10px; /* Move text up to be visible */
}
.button-container {
  display: flex;
  justify-content: center;
  width: 100%;
  padding: 1rem 0;
}

/* Button styling */
.more-know {
  width: 220px;
  margin-right: 10px; /* Adjust the value as needed for spacing */
  background-color: #4fc3f7;
  color: #ffffff;
  font-family: "Montserrat", sans-serif;
  font-size: 16px;
  letter-spacing: normal;
  border: none;
  border-radius: 5px;
  cursor: pointer;
  text-align: center;
  position: relative;
}
.more-know:hover {
  background-color: #29b6f6;
  color: #f8fafc;
}

.more-know1 {
  width: 210px;
  margin-left: 280px;
  background-color: #4fc3f7;
  color: #ffffff;
  font-family: "Montserrat", sans-serif;
  font-size: 16px;
  letter-spacing: normal;
  border: none;
  border-radius: 5px;
  cursor: pointer;
  text-align: center;
  position: relative;
}
.more-know1:hover {
  background-color: #29b6f6;
  color: #f8fafc;
}

@media (max-width: 600px) {
  .more-know1 {
    margin-bottom: 5%;
    margin-left: 23%;
  }
}

/*generic heading*/
.gen-head {
  text-transform: capitalize;
  text-transform: none;
  color: black;
  background-color: #1f2944;
  text-transform: uppercase;
  font-size: medium;
  text-align: justify;
}

/*.head-3 {
  background-image: url(/images/bg.jpg);
}*/
/* Media query for mobile view */
@media (max-width: 600px) {
  .images-container {
    margin-left: 1%;
    flex-direction: column; /* Stack images vertically on smaller screens */
    align-items: center; /* Center images on mobile */
    gap: 20px; /* Increased gap for mobile view */
  }
  .more-know {
    margin-bottom: 5%;
  }
}

.fade-up {
  text-align: center;
  text-align: justify;
  line-height: 1.5; /* Adjust this value to reduce or increase the space between lines */
  letter-spacing: normal; /* Ensure this is set to normal or a smaller value */
  opacity: 0;
  transform: translateY(20px);
  transition: opacity 0.6s ease-out, transform 0.6s ease-out;
}

.fade-up.visible {
  opacity: 1;
  transform: translateY(0);
}

/* css effects for part2 content*/
.content-box {
  color: #a0aec0;
  text-align: justify;
  padding: 20px; /* Space inside the box */
  border-radius: 2px; /* Rounded corners */
  max-width: 800px; /* Optional: Limit the width of the box */
  margin: 20px auto; /* Center the box horizontally */
  font-family: Arial, sans-serif; /* Font family for the text */
  transition: 0.3s;
}
.content-box:hover {
  box-shadow: 0px 20px 40px rgba(0, 0, 0, 0.4);
  transform: scale(1.05, 1.05);
}

.content-box b {
  color: white;
}
.image {
  background-color: #0c0f26;
}
/*elements page effects*/

/* Set initial hidden state and animation */
.section {
  text-align: justify;
  opacity: 0;
  transform: translateY(50px);
  transition: opacity 0.6s ease-out, transform 0.6s ease-out;
}

/* Visible state with fade-up effect */
.section.show {
  opacity: 1;
  transform: translateY(0);
}

/*elements page rectangle box */

.rotoscoping-box {
  text-align: left;
  text-align: start;
  font-family: "Monsterrat", sans-serif;
  border-radius: 5px; /* Slightly rounded corners */
  padding: 15px; /* Less padding to reduce overall box size */
  max-width: 100%; /* Limit width for better fit */
  height: 400px;
  margin: 20px auto; /* Centered with a margin */
}
.ser-img {
  margin-top: -3%;
  width: 450px;
  height: 250px;
}
.ser-img li b {
  font-family: "Monsterrat", sans-serif;
}
.ser-img li p {
  font-family: "Roboto";
}
.ser1-img {
  width: 450px;
  height: 250px;
}

/* Remove extra spacing in the list */
ul {
  padding: 0; /* Remove default padding */
  margin: 0; /* Remove default margin */
  list-style-position: inside; /* Optional: adjust bullet position */
}

li {
  margin-bottom: 5px; /* Adjust the space between list items */
}

li p {
  margin: 0; /* Remove any margin in <p> tags inside <li> */
}

.paint b {
  font-family: "Monsterrat", sans-serif;
}
/*scroll effects on elements page*/

/* Media query for mobile view */
@media (max-width: 600px) {
  .ser-img {
    margin-top: 10%;
    width: 300px;
    height: 200px;
  }

  .ser1-img {
    width: 300px;
    height: 200px;
  }

  .rotoscoping-box {
    flex: 1 1 calc(45% - 20px); /* Two boxes per row with gap */
    margin: 10px 0; /* Vertical spacing */
    border-radius: 10px;
    transition: transform 0.3s, box-shadow 0.3s;
    min-height: 50px; /* Set a minimum height */
  }
}

.rotoscoping-box h4 {
  color: white;
  margin-top: 0; /* Removes extra space on top of the heading */
}

.rotoscoping-box p {
  color: white;
  line-height: 1.6; /* Better readability */
}
.scrolling-heading {
  color: white;
  position: relative;
  animation: scrollUp 2s ease-in-out forwards; /* Adjust duration as needed */
  opacity: 0; /* Start hidden */
}

.scrolling-paragraph {
  color: white;
  font-size: 12px;
  position: relative;
  animation: scrollUp 2s ease-in-out forwards; /* Adjust duration as needed */
  animation-delay: 1.5s; /* Delay the paragraph animation */
  opacity: 0; /* Start hidden */
}

.scrolling-paragraph ul {
  padding: 0; /* Remove default padding */
  list-style-type: disc; /* Default bullet points */
  margin-left: 20px; /* Indent bullets */
}

.scrolling-paragraph li {
  opacity: 0; /* Start hidden */
  transform: translateY(20px); /* Start slightly below */
  animation: scrollUp 2s ease-in-out forwards; /* Apply animation */
  animation-delay: calc(var(--li-index) * 0.3s + 0.5s); /* Staggered delay */
  height: auto;
  letter-spacing: normal;
}
.scrolling-paragraph b {
  color: white;
  font-size: large;
}
.scrolling-paragraph p {
  color: #a0aec0;
  font-size: 14px;
}

/* Keyframes for scroll up effect */
@keyframes scrollUp {
  0% {
    transform: translateY(50px); /* Start position */
    opacity: 0; /* Start hidden */
  }
  100% {
    transform: translateY(0); /* End position */
    opacity: 1; /* End visible */
  }
}

/* Adjust each li’s animation delay */
.scrolling-paragraph li:nth-child(1) {
  --li-index: 1;
}
.scrolling-paragraph li:nth-child(2) {
  --li-index: 2;
}
.scrolling-paragraph li:nth-child(3) {
  --li-index: 3;
}
.scrolling-paragraph li:nth-child(4) {
  --li-index: 4;
}
.scrolling-paragraph li:nth-child(5) {
  --li-index: 5;
}

/* Media Queries for Mobile */
@media (max-width: 768px) {
  .scrolling-heading {
    font-size: 20px; /* Adjust heading size for mobile */
    animation: scrollUp 1.5s ease-in-out forwards; /* Faster animation for mobile */
  }

  .scrolling-paragraph {
    font-size: 14px; /* Increase paragraph font size for better readability */
    animation-delay: 0.3s; /* Shorten delay */
  }

  .scrolling-paragraph b {
    font-size: 1.2em; /* Slightly larger bold text */
  }

  .scrolling-paragraph p {
    font-size: 14px; /* Adjust paragraph font size for mobile */
  }

  .scrolling-paragraph ul {
    margin-left: 15px; /* Adjust indentation */
  }

  .scrolling-paragraph li {
    font-size: 12px; /* Adjust list item size */
  }
}

@media (max-width: 480px) {
  .scrolling-heading {
    font-size: 18px; /* Further reduce heading size for very small screens */
  }

  .scrolling-paragraph {
    font-size: 12px; /* Adjust to ensure readability */
  }

  .scrolling-paragraph b {
    font-size: 1em; /* Default size for bold text */
  }
}

.element {
  margin-left: 20%;
  width: 300px;
  height: 250px;
}

.element-paint {
  margin-left: 20%;
  width: 300px;
  height: 250px;
}
@media (max-width: 480px) {
  .element {
    margin-left: 5%;
    width: 240px;
    height: 250px;
  }
  .element-paint {
    margin-left: 5%;
    width: 300px;
    height: 250px;
  }
}
/*paint box*/

.paint-box {
  text-align: left;
  text-align: justify;
  position: relative;
  overflow: hidden; /* Ensure overflow doesn't show */
}

.scrolling-heading,
.scrolling-paragraph {
  opacity: 0; /* Start hidden */
  transform: translateY(20px); /* Start lower */
  transition: opacity 0.5s ease, transform 0.5s ease; /* Smooth transition */
}

.scrolling-heading.visible,
.scrolling-paragraph.visible {
  opacity: 1; /* Become visible */
  transform: translateY(0); /* Move to original position */
}

.paint-box {
  text-align: start;
  padding: 20px; /* Spacing inside the box */
  max-width: 1000px; /* Optional max width for the box */
  margin-left: 0%; /* Center the box horizontally with some margin */
}

/*matchmove box*/
.matchmove-box {
  text-align: start;
  padding: 20px; /* Spacing inside the box */
  max-width: 1000px; /* Optional max width for the box */
  margin-left: 0%; /* Center the box horizontally with some margin */
}

/*compo-box */
.compo-box {
  text-align: start;
  padding: 20px; /* Spacing inside the box */
  max-width: 1000px; /* Optional max width for the box */
  margin-left: 0%; /* Center the box horizontally with some margin */
}

.compo-box,
p {
  margin-left: 0%;
  font-size: 14px;
  font-family: "Roboto", sans-serif;
  color: #a0aec0;
}

/*css effects for elements image*/

.flip-container {
  margin-left: 20%;
  perspective: 1000px;
}

.flip {
  width: 200px;
  height: 200px;
}

.flip-card {
  width: 100%;
  height: 100%;
  position: relative;
}

.flip-card-inner {
  width: 100%;
  height: 100%;
  transition: transform 0.8s;
  transform-style: preserve-3d;
  position: relative;
}

.flip-card:hover .flip-card-inner {
  transform: rotateY(180deg);
}

.flip-card-front,
.flip-card-back {
  width: 50%;
  height: 50%;
  position: absolute;
  backface-visibility: hidden;
}

.flip-card-front {
  background-color: #fff;
}

.flip-card-back {
  background-color: #fff;
  transform: rotateY(180deg);
}
/*effects for the clients in footer*/
.movement {
  position: relative;
  overflow: hidden;
  width: 100%;
  padding: 20px 0;
}
/* Container for all particles */
.particles {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: transparent;
  pointer-events: none;
  z-index: 1; /* Ensure particles are behind content */
}

/* Individual particle styling */
.particle {
  position: relative;
  background-color: #1f2944; /* Blue translucent particles */
  border-radius: 50%;
  width: 10px; /* Smaller particle size */
  height: 8px;
  animation: moveParticles 8s linear infinite;
}

/* Particle positions and animation speeds */
.particle:nth-child(1) {
  top: 20%;
  left: 10%;
  animation-duration: 8s;
}
.particle:nth-child(2) {
  top: 50%;
  left: 40%;
  animation-duration: 10s;
}
.particle:nth-child(3) {
  top: 70%;
  left: 80%;
  animation-duration: 9s;
}
.particle:nth-child(4) {
  top: 30%;
  left: 60%;
  animation-duration: 7s;
}
.particle:nth-child(5) {
  top: 80%;
  left: 20%;
  animation-duration: 9s;
}
.particle:nth-child(6) {
  top: 10%;
  left: 70%;
  animation-duration: 8s;
}
.particle:nth-child(7) {
  top: 60%;
  left: 15%;
  animation-duration: 10s;
}
.particle:nth-child(8) {
  top: 40%;
  left: 85%;
  animation-duration: 8s;
}
.particle:nth-child(9) {
  top: 15%;
  left: 35%;
  animation-duration: 7s;
}
.particle:nth-child(10) {
  top: 75%;
  left: 55%;
  animation-duration: 8s;
}

/* Particle animation */
@keyframes moveParticles {
  0% {
    transform: translateY(0) translateX(0);
  }
  100% {
    transform: translateY(100vh) translateX(-100vw);
  }
}

/* You can add more particles like above */

@keyframes moveParticles {
  0% {
    transform: translateY(0) scale(1);
    opacity: 1;
  }
  100% {
    transform: translateY(-300px) scale(0.5);
    opacity: 0;
  }
}

.image-slider {
  position: relative;
  z-index: 2; /* Ensure images are on top */
  display: flex;
  justify-content: flex-start;
  align-items: center;
  white-space: nowrap;
}

.image-track {
  display: inline-flex;
  animation: scroll 30s linear infinite;
}

.image-track img {
  margin-right: 20px;
}

@keyframes scroll {
  0% {
    transform: translateX(0);
  }
  100% {
    transform: translateX(-50%);
  }
}

/*css effects on generic page*/
.workflow-head {
  animation: bounceEffect ease 2s;
  animation-iteration-count: 1;
  animation-fill-mode: forwards;
}

@keyframes bounceEffect {
  0% {
    transform: translateY(-100%);
    opacity: 0;
  }
  50% {
    transform: translateY(20px);
    opacity: 1;
  }
  100% {
    transform: translateY(0);
  }
}
/* Base styles for the list items */
.effects ul {
  padding: 0; /* Remove default padding */
  list-style: disc; /* Remove default list styling */
  margin-left: 5%;
}

.effects li {
  opacity: 0; /* Initially hidden */
  transform: translateY(20px); /* Slightly moved down */
  transition: opacity 0.5s ease-out, transform 0.5s ease-out; /* Smooth transition */
}

/* State when the list items are visible */
.effects li.visible {
  opacity: 1; /* Fully visible */
  transform: translateY(0); /* Move to original position */
}

/*generic page bg image*/

/*css effect for sub heading gpage*/
.sub-head {
  display: inline-block;
  opacity: 0;
  animation: rotateInEffect 2s ease-in-out forwards;
}

@keyframes rotateInEffect {
  0% {
    transform: (-90deg);
    opacity: 0;
  }
  100% {
    transform: (0deg);
    opacity: 1;
  }
}
/*css effects for para in gpage*/
/* Slide-in effect for the first heading */
.slide-in {
  opacity: 0;
  transform: translateX(-100%);
  animation: slideInLeft 1.5s ease forwards;
}

@keyframes slideInLeft {
  0% {
    transform: translateX(-100%);
    opacity: 0;
  }
  100% {
    transform: translateX(0);
    opacity: 1;
  }
}

/*effects for home page content*/
/* Initial state for slide-in effect */
.slide-in-text {
  opacity: 0;
  transform: translateX(-100%); /* Slide in from the left */
  transition: transform 1.5s ease, opacity 1.5s ease;
}

/* Slide-in effect when in view */
.slide-in-text.show {
  opacity: 1;
  transform: translateX(0); /* Slide to its normal position */
}

/*about page text and images*/
/* Flex layout for globe container */
.globe-container {
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
  color: white;
  margin: 0 auto;
  gap: 20px;
  max-width: 900px; /* Adjust as needed for total container width */
}

/* Uniform text container styling */
.text-container {
  padding: 1px 10px;
  border-radius: 10px;
  width: 280px; /* Fixed width for each container */
  height: 400px; /* Fixed height for each container */
  display: flex;
  flex-direction: column;
  align-items: center;
  text-align: center;
}

/* Mobile-specific adjustments */
@media screen and (max-width: 480px) {
  .text-container {
    width: 90%; /* Use 90% of screen width for better fit */
    min-height: auto; /* Allow height to adjust based on content */
    padding: 10px; /* Reduce padding for a compact look */
  }
}
.about {
  text-align: start;
  color: #a0aec0;
  font-size: 14px;
}
/* Heading styling */
.heading {
  margin-top: 10%;
  font-size: 1.2rem;
  font-weight: bold;
  color: white;
  margin-bottom: 10px;
}

/* Uniform image styling */
.globe-image {
  width: 100%;
  height: 300px; /* Fixed height for images */
  object-fit: cover; /* Ensures images are consistently sized */
  border-radius: 5px;
  margin-bottom: 1px;
}
/*vision & mission */

/* Fade-up animation keyframes */
@keyframes fadeUp {
  0% {
    opacity: 0;
    transform: translateY(20px);
  }
  100% {
    opacity: 1;
    transform: translateY(0);
  }
}

/* Base styling for fade-up elements */
.fade-up {
  opacity: 0;
  transform: translateY(20px);
  transition: opacity 1.6s ease-out, transform 1.6s ease-out;
}

/* Trigger animation when element is visible */
.fade-up.visible {
  opacity: 1;
  transform: translateY(0);
}

/* Additional styling for mission and vision sections */
.mis-fade-up,
.vision-fade-up {
  /* Space between sections */
  text-align: left;
  text-align: justify;
  margin-left: 20%;
  color: #a0aec0;
  font-size: 14px;
  word-spacing: 5px;
}

@media (max-width: 768px) {
  .mis-fade-up,
  .vision-fade-up {
    /* Space between sections */
    text-align: left;
    margin-left: 20%;
    color: #a0aec0;
    font-size: 14px;
    word-spacing: 1px;
  }
}

/*effects for about page */
.fade-effect {
  opacity: 0; /* Initially hidden */
  transform: translateY(20px); /* Start slightly below */
  transition: opacity 1.5s ease, transform 1.5s ease; /* Smooth fade and movement */
}

.fade-effect.visible {
  opacity: 1; /* Fully visible */
  transform: translateY(0); /* Moves to its original position */
  color: #a0aec0;
  font-size: 14px;
}

.fade-effect.hidden {
  opacity: 0; /* Fully transparent for fade-out */
  transform: translateY(20px); /* Moves slightly downward */
}

.life-fade-up {
  margin-bottom: 40px; /* Space between sections */
  text-align: left;
  text-align: justify;
}

/* Text styling */
.text-only {
  font-size: 14px;
  color: #a0aec0;
  text-align: justify;
  margin-top: auto; /* Pushes text to the bottom if necessary */
  line-height: 1.5;
  letter-spacing: normal;
}

.mis {
  text-align: justify;
}
#team {
  text-align: justify;
}

/*team below para effects*/
/* Styling the team container */
.team {
  display: flex;
  justify-content: center;
  align-items: center;
  padding: 20px;
  width: 100%;
  box-sizing: border-box; /* Include padding in width calculations */
}

/* Team fade-up effect styling */
.team-fadeup {
  color: #a0aec0;
  font-family: "Roboto", sans-serif;
  font-size: 1rem; /* Responsive text size */
  line-height: 1.8;
  max-width: 800px; /* Set a maximum width for alignment */
  width: 90%; /* Ensure it adapts to smaller screens */
  text-align: center;
  margin: 0 auto;
  box-sizing: border-box; /* Prevent overflow issues */
  opacity: 0; /* Initially hidden */
  transform: translateY(20px); /* Start slightly below */
  transition: opacity 1.9s ease, transform 1.9s ease; /* Smooth fade and movement */
}

/* When visible */
.team-fadeup.visible {
  opacity: 1; /* Fully visible */
  transform: translateY(0); /* Moves to its original position */
}

/* When hidden */
.team-fadeup.hidden {
  opacity: 0; /* Fully transparent for fade-out */
  transform: translateY(20px); /* Moves slightly downward */
}

/* Responsive font scaling */
.team-fadeup p {
  margin: 10px 0;
  font-size: 1em; /* Adjust font size responsively */
}

/* Breakpoint for tablets */
@media (max-width: 768px) {
  .team-fadeup {
    font-size: 0.9rem;
    padding: 10px;
  }
}

/* Breakpoint for mobile */
@media (max-width: 480px) {
  .team-fadeup {
    font-size: 0.8rem;
    line-height: 1.5;
  }
}


#about-us {
  padding: 40px;
  text-align: center;
  font-family: sans-serif; /* Apply sans-serif font to the entire about section */
}
.team-container {
  display: flex;
  flex-wrap: wrap; /* Allows items to wrap into the next row */
  justify-content: center; /* Center items */
  gap: 20px; /* Space between team members */
}

/* Team container styles */
.team-container {
  display: flex;
  flex-wrap: wrap; /* Allows items to wrap into the next row */
  justify-content: center; /* Center items */
  gap: 20px; /* Space between team members */
}

/* Individual team member styles */
.team-member {
  background-color: #1d263b; /* Background for each member */
  border-radius: 10px; /* Rounded corners */
  padding: 20px;
  width: 200px; /* Default width for team member boxes */
  text-align: center; /* Center text */
  color: white; /* Text color */
  box-sizing: border-box; /* Ensures padding is included in width */
}

/* Team photo styles */
.team-photo {
  width: 90%; /* Image fills the width of the box */
  max-width: 150px; /* Default maximum width for images */
  height: auto; /* Maintains aspect ratio */
  border-radius: 5px; /* Rounded corners for images */
  object-fit: cover; /* Ensures images maintain aspect ratio while filling space */
  background-color: #101924; /* Background color for images */
}

/* Media query for tablets and smaller screens (zoom-in or smaller devices) */
@media (max-width: 992px) {
  .team-member {
    width: 150px; /* Reduce width of team member boxes */
  }
  .team-photo {
    max-width: 100px; /* Reduce image size */
  }
}

/* Media query for smaller screens (more compact layout) */
@media (max-width: 768px) {
  .team-member {
    text-align: center; /* Center-align all content */
    width: calc(100% - 100px); /* Adjust width to fit smaller screens */
    background-color: #1d263b; /* Retain background color */
    border-radius: 8px; /* Slightly smaller border radius for mobile */
    box-sizing: border-box; /* Include padding in width calculation */
    margin: 15px auto; /* Add margin between members */
  }

  .team-photo {
    width: 90%; /* Ensures the image fills its container */
    max-width: 150px; /* Adjust the maximum width as needed */
    height: 150px; /* Increase height for the photo */
    object-fit: cover; /* Ensures the image covers the space without stretching */
    margin: 0 auto; /* Centers the image */
  }

  .team-member b {
    margin-top: 4px; /* Reduce spacing between the image and the text */
    font-size: 14px; /* Adjust font size for smaller screens */
  }

  .team-container {
    gap: 10px; /* Reduce gap between team members for mobile */
    justify-content: center; /* Ensure everything is centered */
    flex-direction: column; /* Stack team members vertically */
  }
}

/* Media query for mobile phones or very small screens */
@media (max-width: 480px) {
  .team-member {
    text-align: center; /* Center-align all content */
    width: calc(100% - 100px); /* Adjust width to fit smaller screens */
    background-color: #1d263b; /* Retain background color */
    border-radius: 8px; /* Slightly smaller border radius for mobile */
    box-sizing: border-box; /* Include padding in width calculation */
    margin: 15px auto; /* Add margin between members */
  }

  .team-photo {
    width: 90%; /* Ensures the image fills its container */
    max-width: 150px; /* Adjust the maximum width as needed */
    height: 150px; /* Increase height for the photo */
    object-fit: cover; /* Ensures the image covers the space without stretching */
    margin: 0 auto; /* Centers the image */
  }

  .team-member b {
    margin-top: 4px; /* Reduce spacing between the image and the text */
    font-size: 14px; /* Adjust font size for smaller screens */
  }

  .team-container {
    gap: 10px; /* Reduce gap between team members for mobile */
    justify-content: center; /* Ensure everything is centered */
    flex-direction: column; /* Stack team members vertically */
  }
}


/* Adjust layout for larger screens (zoom-out) */
@media (min-width: 1200px) {
  .team-member {
    width: 250px; /* Increase width for team member boxes */
  }
  .team-photo {
    max-width: 200px; /* Larger images */
  }
  .team-member b {
    margin-top: 4px; /* Reduce spacing between the image and the text */
    font-size: 14px; /* Adjust font size for smaller screens */
  }
}

.life {
  text-align: start;
}
.vision {
  text-align: justify;
}
/*mobile view adjustments */
@media (max-width: 768px) {
  .globe-container {
    flex-direction: column;
    align-items: center;
  }

  .text-container {
    flex: 1 1 100%; /* full width on smaller screens */
    padding: 15px;
  }

  .heading {
    font-size: 1em;
  }

  .globe-image {
    width: 100%; /* Adjust image size to fit nicely within text content */
    margin-top: -190%;
  }

  .text-only {
    font-size: 14px;
  }
}
@media (max-width: 375px) {
  .globe-container {
    flex-direction: column;
    align-items: center;
  }

  .text-container {
    flex: 1 1 100%; /* full width on smaller screens */
    padding: 15px;
  }

  .heading {
    font-size: 1em;
  }

  .globe-image {
    width: 100%; /* Adjust image size to fit nicely within text content */
    margin-top: -220%;
  }

  .text-only {
    font-size: 0.8em;
  }
}

/*generic-bg*/
.generic-img {
  position: relative; /* Allows for absolute positioning of child elements if needed */
  width: 100%; /* Ensures it takes the full width of the screen */
  height: 60vh; /* Sets the height to the full viewport height */
  overflow: hidden; /* Ensures that the image doesn't overflow its container */
}

.generic-img img {
  position: absolute; /* Positions the image absolutely within the container */
  top: 50%; /* Centers the image vertically */
  left: 50%; /* Centers the image horizontally */
  width: auto; /* Allows the width to adjust */
  height: 100%; /* Fills the height of the container */
  min-width: 100%; /* Ensures it covers the width fully */
  transform: translate(-50%, -50%); /* Centers the image */
  object-fit: fill; /* Ensures the image covers the entire area without distortion */
}

/*3d effects in generic page*/
/* Container for the entire effect */
.container1 {
  margin-top: -50%;
  position: relative;
  width: 300px;
  height: 400px;
}

/* Background layers */
.background-layer {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%; /* Full height for background layers */
  background-color: #0b1a32; /* Background layer color */
  border-radius: 8px;
  box-shadow: 0 4px 10px rgba(0, 0, 0, 0.6); /* Shadow for depth */
}

/* Transformations for layered effect */
.background-layer:nth-child(1) {
  transform: rotate(-10deg) translate(-10px, -10px);
  z-index: 1;
}

.background-layer:nth-child(2) {
  transform: rotate(-5deg) translate(-5px, -5px);
  z-index: 2;
}

.background-layer:nth-child(3) {
  transform: rotate(0deg);
  z-index: 3;
}

.background-layer:hover {
  transform: rotate(5deg); /* Slight rotation on hover */
}

/* Foreground image (character) */
.foreground-image {
  position: absolute;
  top: -10%;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 4;
  border-radius: 8px;
  overflow: hidden;
  transition: transform 0.3s ease; /* Smooth transition for rotation */
}

.foreground-image img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}



@media (max-width: 600px) {
  /* Adjusted for smaller screens */

  .foreground-image img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    border-radius: 8px;
    transition: transform 0.3s ease; /* Smooth transition for rotation */
  }
  .container1 {
    margin-top: 10%;
    position: relative;
    width: 300px;
    height: 400px;
  }
  .im img {
    margin-top: 10%;
    margin-left: 1%;
  }
}

/* workflow diagram */
.work-img {
  width: 1024px;
  height: 768px;
  display: flex; /* Turn it into a flex container */
  justify-content: center; /* Center horizontally */
  align-items: center; /* Center vertically */
  margin: 0 auto; /* Center the element horizontally if needed */
}

@media (max-width: 600px) {
  /* Adjusted for smaller screens */
  .work-img {
    width: 300px;
    height: 200px;
    margin-left: 10%; /* Reset to avoid negative margins */
  }
}

/*security content in workflow*/
.im {
  font-family: "Monsterrat", sans-serif;
  color: #ffffff;
}

.text-content {
  float: right; /* Floats the content to the right */
  width: 60%; /* Adjust width as needed */
}

.im h3 {
  font-size: 16px;
  font-family: "Monsterrat", "sans-serif";
  color: #ffffff;
}

.im p {
  font-size: 1em;
  margin: 10px 0;
}

.im ul {
  list-style-type: disc;
  padding-left: 20px;
}

.im ul li {
  margin-bottom: 8px;
}

/*services-bg-image*/
.services-img {
  position: relative; /* Allows for absolute positioning of child elements if needed */
  width: 100%; /* Ensures it takes the full width of the screen */
  height: 60vh; /* Sets the height to the full viewport height */
  overflow: hidden; /* Ensures that the image doesn't overflow its container */
}

.services-img img {
  position: absolute; /* Positions the image absolutely within the container */
  top: 50%; /* Centers the image vertically */
  left: 50%; /* Centers the image horizontally */
  width: auto; /* Allows the width to adjust */
  height: 100%; /* Fills the height of the container */
  min-width: 100%; /* Ensures it covers the width fully */
  transform: translate(-50%, -50%); /* Centers the image */
  object-fit: fill; /* Ensures the image covers the entire area without distortion */
}

/*careers-bg-image*/
.careers-img {
  position: relative; /* Allows for absolute positioning of child elements if needed */
  width: 100%; /* Ensures it takes the full width of the screen */
  height: 60vh; /* Sets the height to the full viewport height */
  overflow: hidden; /* Ensures that the image doesn't overflow its container */
}

.career-p2 {
  text-align: start;
  color: #a0aec0;
  font-family: "Roboto", sans-serif;
}
.careers-img img {
  position: absolute;
  top: 50%;
  left: 50%;
  width: auto;
  height: 100%;
  min-width: 100%;
  transform: translate(-50%, -50%);
  object-fit: cover; /* Use 'cover' instead of 'fill' to maintain aspect ratio */
}
.fade-text {
  color: #a0aec0;
  opacity: 0; /* Initially hidden */
  transition: opacity 0.5s ease, transform 0.5s ease; /* Transition for both opacity and transform */
  transform: translateY(20px); /* Start slightly below */
}

/* Desktop styles */
@media (min-width: 768px) {
  .fade-text.visible {
    opacity: 1; /* Fully visible */
    transform: translateY(0); /* Move to original position */
  }
}

/* Mobile styles */
@media (max-width: 767px) {
  .fade-text.visible {
    font-family: "Roboto", sans-serif;
    font-size: 14px;
    text-align: justify;
    opacity: 1; /* Fully visible */
    transform: translateY(0); /* No movement */
  }
}

/*mobile view code for career page*/

/*about-bg-image*/
.about-img {
  position: relative; /* Allows for absolute positioning of child elements if needed */
  width: 100%; /* Ensures it takes the full width of the screen */
  height: 60vh; /* Sets the height to the full viewport height */
  overflow: hidden; /* Ensures that the image doesn't overflow its container */
}

.about-img img {
  position: absolute; /* Positions the image absolutely within the container */
  top: 50%; /* Centers the image vertically */
  left: 50%; /* Centers the image horizontally */
  width: auto; /* Allows the width to adjust */
  height: 100%; /* Fills the height of the container */
  min-width: 100%; /* Ensures it covers the width fully */
  transform: translate(-50%, -50%); /* Centers the image */
  object-fit: fill; /* Ensures the image covers the entire area without distortion */
}

/*contact-bg-image*/
.contact-img {
  position: relative; /* Allows for absolute positioning of child elements if needed */
  width: 100%; /* Ensures it takes the full width of the screen */
  height: 60vh; /* Sets the height to the full viewport height */
  overflow: hidden; /* Ensures that the image doesn't overflow its container */
}

.contact-img img {
  position: absolute; /* Positions the image absolutely within the container */
  top: 50%; /* Centers the image vertically */
  left: 50%; /* Centers the image horizontally */
  width: auto; /* Allows the width to adjust */
  height: 100%; /* Fills the height of the container */
  min-width: 100%; /* Ensures it covers the width fully */
  transform: translate(-50%, -50%); /* Centers the image */
  object-fit: fill; /* Ensures the image covers the entire area without distortion */
}

/*job-bg-image*/
.heading {
  position: relative; /* Allows for absolute positioning of child elements if needed */
  width: 100%; /* Ensures it takes the full width of the screen */
  height: 70vh; /* Sets the height to the full viewport height */
  overflow: hidden; /* Ensures that the image doesn't overflow its container */
}

.heading img {
  position: absolute; /* Positions the image absolutely within the container */
  top: 50%; /* Centers the image vertically */
  left: 50%; /* Centers the image horizontally */
  width: auto; /* Allows the width to adjust */
  height: 100%; /* Fills the height of the container */
  min-width: 100%; /* Ensures it covers the width fully */
  transform: translate(-50%, -50%); /* Centers the image */
  object-fit: cover; /* Ensures the image covers the entire area without distortion */
}

/*job1-bg-image*/
.job1-image {
  position: relative; /* Allows for absolute positioning of child elements if needed */
  width: 100%; /* Ensures it takes the full width of the screen */
  height: 70vh; /* Sets the height to the full viewport height */
  overflow: hidden; /* Ensures that the image doesn't overflow its container */
}

.job1-image img {
  position: absolute; /* Positions the image absolutely within the container */
  top: 50%; /* Centers the image vertically */
  left: 50%; /* Centers the image horizontally */
  width: auto; /* Allows the width to adjust */
  height: 100%; /* Fills the height of the container */
  min-width: 100%; /* Ensures it covers the width fully */
  transform: translate(-50%, -50%); /* Centers the image */
  object-fit: cover; /* Ensures the image covers the entire area without distortion */
}

/*job2-bg-image*/
.job2-image {
  position: relative; /* Allows for absolute positioning of child elements if needed */
  width: 100%; /* Ensures it takes the full width of the screen */
  height: 70vh; /* Sets the height to the full viewport height */
  overflow: hidden; /* Ensures that the image doesn't overflow its container */
}

.job2-image img {
  position: absolute; /* Positions the image absolutely within the container */
  top: 50%; /* Centers the image vertically */
  left: 50%; /* Centers the image horizontally */
  width: auto; /* Allows the width to adjust */
  height: 100%; /* Fills the height of the container */
  min-width: 100%; /* Ensures it covers the width fully */
  transform: translate(-50%, -50%); /* Centers the image */
  object-fit: fill; /* Ensures the image covers the entire area without distortion */
}

/*job3-bg-image*/
.job3-image {
  position: relative; /* Allows for absolute positioning of child elements if needed */
  width: 100%; /* Ensures it takes the full width of the screen */
  height: 70vh; /* Sets the height to the full viewport height */
  overflow: hidden; /* Ensures that the image doesn't overflow its container */
}

.job3-image img {
  position: absolute; /* Positions the image absolutely within the container */
  top: 50%; /* Centers the image vertically */
  left: 50%; /* Centers the image horizontally */
  width: auto; /* Allows the width to adjust */
  height: 100%; /* Fills the height of the container */
  min-width: 100%; /* Ensures it covers the width fully */
  transform: translate(-50%, -50%); /* Centers the image */
  object-fit: cover; /* Ensures the image covers the entire area without distortion */
}

/*job4-bg-image*/
.job4-image {
  position: relative; /* Allows for absolute positioning of child elements if needed */
  width: 100%; /* Ensures it takes the full width of the screen */
  height: 70vh; /* Sets the height to the full viewport height */
  overflow: hidden; /* Ensures that the image doesn't overflow its container */
}

.job4-image img {
  position: absolute; /* Positions the image absolutely within the container */
  top: 50%; /* Centers the image vertically */
  left: 50%; /* Centers the image horizontally */
  width: auto; /* Allows the width to adjust */
  height: 100%; /* Fills the height of the container */
  min-width: 100%; /* Ensures it covers the width fully */
  transform: translate(-50%, -50%); /* Centers the image */
  object-fit: fill; /* Ensures the image covers the entire area without distortion */
}

/*job5-bg-image*/
.job5-image {
  position: relative; /* Allows for absolute positioning of child elements if needed */
  width: 100%; /* Ensures it takes the full width of the screen */
  height: 70vh; /* Sets the height to the full viewport height */
  overflow: hidden; /* Ensures that the image doesn't overflow its container */
}

.job5-image img {
  position: absolute; /* Positions the image absolutely within the container */
  top: 50%; /* Centers the image vertically */
  left: 50%; /* Centers the image horizontally */
  width: auto; /* Allows the width to adjust */
  height: 100%; /* Fills the height of the container */
  min-width: 100%; /* Ensures it covers the width fully */
  transform: translate(-50%, -50%); /* Centers the image */
  object-fit: cover; /* Ensures the image covers the entire area without distortion */
}

/*job6-bg-image*/
.job6-image {
  position: relative; /* Allows for absolute positioning of child elements if needed */
  width: 100%; /* Ensures it takes the full width of the screen */
  height: 70vh; /* Sets the height to the full viewport height */
  overflow: hidden; /* Ensures that the image doesn't overflow its container */
}

.job6-image img {
  position: absolute; /* Positions the image absolutely within the container */
  top: 50%; /* Centers the image vertically */
  left: 50%; /* Centers the image horizontally */
  width: auto; /* Allows the width to adjust */
  height: 100%; /* Fills the height of the container */
  min-width: 100%; /* Ensures it covers the width fully */
  transform: translate(-50%, -50%); /* Centers the image */
  object-fit: cover; /* Ensures the image covers the entire area without distortion */
}

/*job7-bg-image*/
.job7-image {
  position: relative; /* Allows for absolute positioning of child elements if needed */
  width: 100%; /* Ensures it takes the full width of the screen */
  height: 70vh; /* Sets the height to the full viewport height */
  overflow: hidden; /* Ensures that the image doesn't overflow its container */
}

.job7-image img {
  position: absolute; /* Positions the image absolutely within the container */
  top: 50%; /* Centers the image vertically */
  left: 50%; /* Centers the image horizontally */
  width: auto; /* Allows the width to adjust */
  height: 100%; /* Fills the height of the container */
  min-width: 100%; /* Ensures it covers the width fully */
  transform: translate(-50%, -50%); /* Centers the image */
  object-fit: cover; /* Ensures the image covers the entire area without distortion */
}

/*job8-bg-image*/
.job8-image {
  position: relative; /* Allows for absolute positioning of child elements if needed */
  width: 100%; /* Ensures it takes the full width of the screen */
  height: 70vh; /* Sets the height to the full viewport height */
  overflow: hidden; /* Ensures that the image doesn't overflow its container */
}

.job8-image img {
  position: absolute; /* Positions the image absolutely within the container */
  top: 50%; /* Centers the image vertically */
  left: 50%; /* Centers the image horizontally */
  width: auto; /* Allows the width to adjust */
  height: 100%; /* Fills the height of the container */
  min-width: 100%; /* Ensures it covers the width fully */
  transform: translate(-50%, -50%); /* Centers the image */
  object-fit: cover; /* Ensures the image covers the entire area without distortion */
}

/*job9-bg-image*/
.job9-image {
  position: relative; /* Allows for absolute positioning of child elements if needed */
  width: 100%; /* Ensures it takes the full width of the screen */
  height: 70vh; /* Sets the height to the full viewport height */
  overflow: hidden; /* Ensures that the image doesn't overflow its container */
}

.job9-image img {
  position: absolute; /* Positions the image absolutely within the container */
  top: 50%; /* Centers the image vertically */
  left: 50%; /* Centers the image horizontally */
  width: auto; /* Allows the width to adjust */
  height: 100%; /* Fills the height of the container */
  min-width: 100%; /* Ensures it covers the width fully */
  transform: translate(-50%, -50%); /* Centers the image */
  object-fit: cover; /* Ensures the image covers the entire area without distortion */
}

/*code for jobs mobile view*/
@media (max-width: 768px) {
  .des-job1 p {
    color: #a0aec0;
    text-align: justify;
    margin: 3.2%; /* Removes default margin */
    padding: 0; /* Removes default padding */
    width: 320px;
  }
}

@media (max-width: 600px) {
  .pref {
    font-family: "Roboto", sans-serif; /* Use Roboto font as specified */
    margin: 0; /* Remove any default margin */
    padding-bottom: 15px; /* Adds space between heading and list */
    text-align: left; /* Aligns heading to the left */
  }
}

/*services*/
.wrapper {
  /*background: #0c0f26; this colour is used for home page para2 */
  padding: 50px 20px;
  border-radius: 10px;
  /*box-shadow: 0 4px 20px rgba(0, 0, 0, 0.5);*/
}
/* Container for centering the entire content */
.inner {
  display: flex;
  flex-wrap: wrap; /* Allow items to wrap to the next line */
  justify-content: center; /* Center the items horizontally */
  align-items: center; /* Center the items vertically */
  gap: 20px; /* Space between boxes */
  max-width: 1200px; /* Optional: Restrict the max width */
  margin: 0 auto; /* Center the .inner container itself */
  text-align: center; /* Center text inside the container */
  padding: 20px; /* Optional: Padding around the container */
}

.rotoscoping-box{
  flex: 1 1 calc(45% - 20px); /* Two boxes per row with gap */
  margin: 10px 0; /* Vertical spacing */
  padding: 20px;
  border-radius: 10px;
  transition: transform 0.3s, box-shadow 0.3s;
  min-height: 900px; /* Set a minimum height */
}

.paint-box{
  flex: 1 1 calc(45% - 20px); /* Two boxes per row with gap */
  margin-top: -8%;
  padding: 20px;
  border-radius: 10px;
  transition: transform 0.3s, box-shadow 0.3s;
  min-height: 250px; /* Set a minimum height */
}
.matchmove-box {
  flex: 1 1 calc(45% - 20px); /* Two boxes per row with gap */
  margin-top: -11%;
  padding: 20px;
  border-radius: 10px;
  transition: transform 0.3s, box-shadow 0.3s;
  min-height: 250px; /* Set a minimum height */
}
.compo-box {
  flex: 1 1 calc(45% - 20px); /* Two boxes per row with gap */
  margin-top: -2%; /* Vertical spacing */
  padding: 20px;
  border-radius: 10px;
  transition: transform 0.3s, box-shadow 0.3s;
  min-height: 915px; /* Set a minimum height */
}

/* Responsive adjustments */
@media (max-width: 768px) {
  .rotoscoping-box,
  .paint-box,
  .matchmove-box,
  .compo-box {
    flex: 1 1 100%; /* Full width on smaller screens */
    min-height: 900px; /*for reducing the height of the entire container*/
  }
}

.rotoscoping-box:hover,
.paint-box:hover,
.matchmove-box:hover,
.compo-box:hover {
  transform: translateY(-5px);
  box-shadow: 0 8px 30px rgba(0, 0, 0, 0.3);
}

.scrolling-heading {
  font-size: 2.5em;
  margin-bottom: 10px;
  color: #ffcc00;
  text-shadow: 1px 1px 2px rgba(0, 0, 0, 0.7);
}

.scrolling-paragraph {
  font-size: 1.2em;
  line-height: 1.6;
  color: #ffffff;
  margin: 10px 0;
  padding: 0 10px; /* Added padding for better readability on small screens */
}

img {
  width: 150px;
  height: 150px;
  border-radius: 1px;
  margin: 15px 0;
}
.jobopen {
  position: relative; /* Allows for absolute positioning of child elements if needed */
  width: 100%; /* Ensures it takes the full width of the screen */
  height: 60vh; /* Sets the height to the full viewport height */
  overflow: hidden; /* Ensures that the image doesn't overflow its container */
}

.jobopen img {
  position: absolute; /* Positions the image absolutely within the container */
  top: 50%; /* Centers the image vertically */
  left: 50%; /* Centers the image horizontally */
  width: auto; /* Allows the width to adjust */
  height: 100%; /* Fills the height of the container */
  min-width: 100%; /* Ensures it covers the width fully */
  transform: translate(-50%, -50%); /* Centers the image */
  object-fit: fill; /* Ensures the image covers the entire area without distortion */
}

/*moving img */
.image-track img {
  width: 100px;
  height: 85px;
}
b {
  color: #ffcc00;
  text-align: center;
}

.roto,
.paint,
.match,
.compo {
  font-weight: bold;
  font-family: "Monsterrat", sans-serif;
}
.paint p {
  font-family: "Roboto";
  color: white;
}
.paint b {
  font-family: "Monsterrat", sans-serif;
  color: white;
}
.match1 b {
  font-family: "Monsterrat", sans-serif;
}
.comp1 b {
  font-family: "Monsterrat", sans-serif;
}
.comp1 p {
  font-family: "Roboto";
  color: white;
}
.comp1 {
  margin-top: 5%;
}
/* Responsive adjustments */
@media (max-width: 768px) {
  .scrolling-heading {
    font-size: 2em;
  }

  .scrolling-paragraph {
    font-size: 1em;
  }

  /*.rotoscoping-box,
    .paint-box,
    .matchmove-box,
    .compo-box {
        padding: 5px; /* Reduced padding for smaller screens */
  /* Adjusted spacing 
    }*/
}

/*workflow*/

/*grrot*/
/* Ensure the body or parent container takes up the full viewport */

/* Center the Groot section both horizontally and vertically */

/* Style the div with the image and make it responsive */
#groot-img {
  background-image: url(/images1/groot.png);
  background-repeat: no-repeat;
  background-position: 100% 45%; /* Aligns the image to the right and center */
  background-size: 20%; /* Reduces the image size to 20% of its container */
}
/* Adjustments for smaller screens */
@media (max-width: 768px) {
  #groot-img {
    height: 600px; /* Scale down for smaller screens */
    background-size: 15%;
  }
}
@media (max-width: 480px) {
  #groot-img {
    height: 200px;
    background-size: 15%; /* Further scale down for very small screens */
  }
}

.wra {
  display: flex;
  justify-content: center; /* Space between text and image */
  align-items: flex-start; /* Align items at the start of the container */
  padding: 80px; /* Add some padding */
}

.in {
  flex: 1; /* Allow the text section to take available space */
  max-width: 600px; /* Optional: Limit the max width of the text section */
  color: white; /* Text color */
}

/* Initial styles for accordion items */
.accordion-item {
  opacity: 0; /* Initially hidden */
  transform: translateY(30px); /* Slightly moved down */
  transition: opacity 0.5s ease-out, transform 0.5s ease-out; /* Smooth transition */
}

/* Styles for visible accordion items */
.accordion-item.visible {
  opacity: 1; /* Fully visible */
  transform: translateY(0); /* Move to original position */
}
/* Styling for the list */

.se {
  margin-bottom: 20px; /* Space between sections */
  text-align: left; /* Align text to the left */
  margin-left: 0; /* Remove any left margin */
  margin-right: 0; /* Remove any right margin if it exists */
}

h3 {
  margin-bottom: 20px; /* Space below the main heading */
}

h5.gen-head1 {
  margin-top: 20px; /* Space above subheadings */
  text-transform: capitalize;
  font-family: "Montserrat", sans-serif; /* Fixed font name */
  font-size: 16px;
  letter-spacing: normal;
}

/* Image styles */
.im {
  margin-left: 40%;
  width: 600px;
  margin-top: 35%;
}

.im img {
  margin-top: 10rem;
  margin-right: -40%;
  width: 300px;
  height: 200px; /* Fixed height for image */
}

/* Mobile View (max-width: 768px or any specific size) */
@media only screen and (max-width: 768px) {
  .wra {
    margin-left: -10%;
    display: flex;
    flex-direction: column; /* Stack the image on top of the content */
    letter-spacing: normal;
    word-spacing: normal;
  }

  .im img {
    margin-top: 0; /* Remove top margin to fit the image at the top */
    margin-right: 20%;
    width: 100%; /* Make the image responsive */
    height: auto; /* Maintain aspect ratio */
  }

  .se {
    margin-left: -10%;
    text-align: left; /* Align text to the left */
    text-align: start; /* Adjust text alignment for mobile view if needed */
    letter-spacing: normal;
    word-spacing: normal;
  }

  h5.gen-head1 {
    margin-top: 20px; /* Space above subheadings */
    text-transform: capitalize;
    font-family: "Montserrat", sans-serif; /* Fixed font name */
    font-size: 14px; /* Increased font size for better readability */
    letter-spacing: normal; /* Set to zero to ensure no additional letter spacing */
    word-spacing: 0; /* Set to zero to remove any extra word spacing */
    line-height: 1.4; /* Adjust for better line readability */
    white-space: normal; /* Ensure text wraps naturally without extra space */
  }
  .moving {
    margin-top: 130%;
    color: #a0aec0;
  }
}
/*career*/

.ca {
  padding: 20px;
  color: white;
  max-width: 700px;
  margin: 60px 0;
  text-align: left;
  border-radius: 8px;
  position: relative;
  left: 2rem;
  top: -18rem;
  margin-bottom: -30rem;
}

.contain {
  margin-left: 2rem;
}

.contain img {
  margin-top: 2rem;
  height: 300px;
  width: 460px;
  object-fit: cover;
  border-radius: 20%;
}

/* Responsive styles */
@media (max-width: 768px) {
  table {
    display: block;
    width: 100%;
  }

  td {
    display: block;
    width: 100%;
    margin: 0 auto;
  }

  .ca {
    left: 0;
    top: 0;
    margin: 20px 0;
    padding: 15px;
  }

  .contain {
    margin-left: 0;
    text-align: center;
  }

  .contain img {
    height: auto;
    width: 100%;
    max-width: 460px;
  }
}

@media (max-width: 480px) {
  .ca {
    padding: 10px;
    font-size: 14px;
  }

  h3 {
    font-size: 18px;
    margin-left: 5%;
  }

  h5.gen-head {
    margin-top: 20px;
    text-transform: capitalize;
    font-family: "Montserrat", sans-serif;
    font-size: 18px;
    letter-spacing: 0;
    word-spacing: 0;
    line-height: 1.4;
  }

  .cat img {
    margin-left: 20%; /* Adjust position for smaller screens */
    margin-top: -10%; /* Adjust vertical position */
    width: 150px; /* Reduce size for mobile view */
    height: 225px;
  }

  .foreground-image img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    border-radius: 8px;
    transition: transform 0.3s ease; /* Smooth transition for rotation */
  }
  .container1 {
    margin-top: 10%;
    position: relative;
    width: 300px;
    height: 400px;
  }
  .im img {
    margin-top: 10%;
    margin-left: 1%;
  }
  .im {
    font-family: "Roboto", sans-serif;
    color: #ffffff;
    margin-left: -5%;
    width: 300px;
    margin-top: -350px;
  }

  .text-content {
    float: right; /* Floats the content to the right */
    width: 60%; /* Adjust width as needed */
  }

  .im h3 {
    margin-top: 150%;
    font-size: 16px;
    font-family: "Monsterrat", "sans-serif";
    color: #ffffff;
  }

  .im p {
    font-size: 1em;
    margin: 10px 0;
  }

  .im ul {
    list-style-type: disc;
    padding-left: 20px;
  }

  .im ul li {
    margin-bottom: 8px;
  }
}

.car {
  padding: 10px; /* Add padding around the section */
  /* Dark background for contrast */
  color: white; /* Text color */
  max-width: 800px; /* Limit max width for readability */
  margin: 10px auto; /* Center the section horizontally with space above and below */
  text-align: center; /* Align text to the left */
  border-radius: 8px; /* Optional: Slightly rounded corners */
}

.care {
  padding: 10px; /* Add padding around the section */
  /* Dark background for contrast */
  color: white; /* Text color */
  max-width: 800px; /* Limit max width for readability */
  margin: 10px auto; /* Center the section horizontally with space above and below */
  text-align: center; /* Align text to the left */
  border-radius: 8px; /* Optional: Slightly rounded corners */
}

.videoContainer {
  margin-left: 5rem;
  width: 100%; /* Make it responsive */
  max-width: 40rem; /* Limit the max width */
  overflow: hidden;
  border-radius: 15px;

  transition: transform 0.3s ease;
}

.videoContainer:hover {
  transform: scale(1.05);
}

.videoContainer video {
  width: 100%; /* Make the video responsive */
  height: 100%; /* Maintain the height of the container */
  border-radius: 15px;
  box-shadow: inset 0 0 15px rgba(255, 255, 255, 0.3);
}

.videoContainer video::-webkit-media-controls {
  display: none;
}

.videoContainer video:focus {
  outline: none;
}

/* Responsive styles */
@media (max-width: 768px) {
  .me {
    height: auto; /* Allow height to adjust */
    margin: 10px;
  }

  .videoContainer {
    height: 50vh; /* Adjust height for smaller screens */
    margin: 0; /* Reset margins */
  }
  #FAQ {
    background-color: #4fc3f7;
    padding: 5px;
    width: 100px;
    margin-left: 15%;
  }
  #FAQ:hover {
    background-color: #29b6f6;
    color: #f8fafc;
  }
}

@media (max-width: 480px) {
  .videoContainer {
    height: 40vh; /* Further adjust for very small screens */
  }

  .videoContainer video {
    border-radius: 10px; /* Slightly reduce border radius for smaller screens */
  }
}

.toggle-paragraph {
  color: #a0aec0; /* Light gray text for paragraphs */
  font-size: 14px; /* Standard font size for readability */
  font-family: "Roboto", sans-serif;
  text-align: start;
  line-height: 1.5; /* Improve line spacing */
  margin-bottom: 20px; /* Space below paragraphs */
  opacity: 0; /* Initially hidden */
  transition: opacity 0.5s ease, transform 0.5s ease; /* Transition for both opacity and transform */
  transform: translateY(20px); /* Start slightly below */
}

.toggle-paragraph.active {
  opacity: 1; /* Make visible */
  transform: translateY(0); /* Move to original position */
}

.toggle-paragraph:hover {
  color: #ffffff; /* Change color on hover for interactivity */
  transition: color 0.3s ease; /* Smooth transition effect */
}

/* Optional: Add a hover effect for the whole section */

.mee {
  text-align: center;
}
.mee button {
  background-color: #4fc3f7;
}
#FAQ {
  background-color: #4fc3f7;
  padding: 5px;
  width: 100px;
  margin-left: 15%;
}
#FAQ:hover {
  background-color: #29b6f6;
  color: #f8fafc;
}
.mee button:hover {
  background-color: #29b6f6;
  color: #f8fafc;
}
.faq {
  background-color: #4fc3f7;
  text-align: center;
  margin: 0 auto; /* Centers the container horizontally if it has a fixed width */
  padding: 10px; /* Optional: adds padding for better spacing */
  width: 10%; /* Optional: set a width for better control */
}

.apply:hover {
  background-color: #29b6f6;
  color: #f8fafc;
}

.fqa-text {
  font-size: 14px;
  font-family: "Roboto", sans-serif;
}
.resp-li {
  text-align: justify;
  font-family: "Roboto", sans-serif;
  font-size: 14px;
}
#fqa-text {
  font-size: 14px;
  font-family: "Roboto", sans-serif;
}

/* Initial state: hidden and translated down */
.des-job1 {
  opacity: 0;
  transform: translateY(30px);
  transition: opacity 2s ease-out, transform 2s ease-out;
}

/* When in view: fade in and move to position */
.des-job1.scroll-active {
  opacity: 1;
  transform: translateY(0);
}

/* Styling for the intro-para container */
.intro-para {
  position: relative;
  height: 100vh; /* Full viewport height */
  display: flex;
  justify-content: center;
  align-items: center;
  overflow: hidden;
}

.intro-para p {
  font-family: "Roboto", sans-serif;
    font-size: 14px;
    color: #a0aec0;
    line-height: 1.6;
    max-width: 800px;
    padding: 0 1rem;
    text-align: center;
    margin: 0;
    opacity: 0;
    transition: opacity 1.5s ease, transform 1.5s ease;
    transform: translateY(20px);

}
