@import url("https://fonts.googleapis.com/css2?family=Montserrat:ital,wght@0,100..900;1,100..900&display=swap");
@import url("https://fonts.googleapis.com/css2?family=Poppins:wght@100;200;300;400;500;600;700;800;900&display=swap");
@import url("https://fonts.googleapis.com/css2?family=Roboto:ital,wght@0,100;0,300;0,400;0,500;0,700;0,900;1,100;1,300;1,400;1,500;1,700;1,900&display=swap");

/***** General CSS *****/
body {
  word-break: break-word;
  font: 15px / 25px "Poppins", sans-serif;
  color: #ffff;
  overflow-x: hidden;
  background: #000000;
}

a {
  text-decoration: none;
  color: #ffff;
  white-space: initial;
  font-family: "Noodle";
}

a:hover,
a:focus {
  text-decoration: none;
  color: #ffff;
}

a:hover {
  transition: all 0.2s ease-in-out;
}

img {
  object-fit: cover;
  max-width: 100%;
  width: 100%;
}

input:focus,
textarea:focus,
select:focus {
  transition: all 0.5s ease;
  outline: none;
}

select,
input,
textarea {
  appearance: auto;
}

/***** Font Files *****/
@font-face {
  font-family: "Fonts Awesome";
  src: url(../fonts/fontawesome-webfont.eot);
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: "Brig";
  src: url(../fonts/Brig.otf);
  font-weight: 400;
  font-display: swap;
  font-style: normal;
}

@font-face {
  font-family: "Noodle";
  src: url(../fonts/Noodle.ttf);
  font-weight: 400;
  font-display: swap;
  font-style: normal;
}

.brig {
  font-family: "Brig";
}

.noodle {
  font-family: "Noodle";
}


/***** Custom Classes *****/
select {
  background: #fff url("../images/arrow.png") no-repeat right;
  padding: 0 40px 0 30px;
}

::-webkit-input-placeholder,
::-moz-placeholder,
:-ms-input-placeholder,
:-moz-placeholder {
  color: #575757;
}

.noPadding {
  padding: 0;
}

.noLeft {
  padding-left: 0;
}

.noRight {
  padding-right: 0;
}

.centerCol {
  float: none;
  margin: 0 auto;
}

.pt_8,
.pb_8,
.py_8,
.sec {
  padding: 80px 0;
}

.flexRow,
.flexCol {
  display: flex;
  align-items: center;
}

ul {
  margin: 0;
  padding: 0;
  list-style-type: none;
}

/* Headings */
h1,
h2,
h3,
h4,
h5,
h6 {
  font-family: "Brig";
  text-transform: uppercase;
  margin: 0 0 10px;
}

h1 {
  font-size: 75px;
  line-height: 1.2;
  color: #fff;
  font-weight: 500;
}

h2 {
  font-size: 56px;
  line-height: 1.2;
  color: #fff;
  font-weight: 500;
}

h3 {
  font-size: 51px;
  line-height: 1.2;
  color: #ffff;
  font-weight: 600;
}

h4 {
  font-size: 34px;
  line-height: 1.2;
  color: #ffff;
  font-weight: 500;
}

h5 {
  font-size: 42px;
  line-height: 1.2;
  color: #ffff;
  font-weight: 500;
  font-family: "Noodle";
}

h6 {
  font-size: 23px;
  font-family: "Montserrat", serif;
  color: #ffff;
  font-weight: 500;
}

p {
  font-size: 16px;
  font-weight: 500;
  line-height: 25px;
  color: #fff;
  font-family: "Poppins", serif;
}

/* Menu */
.nav ul {
  list-style: none;
  text-align: center;
  justify-content: space-around;
  display: flex;
  align-items: center;
  height: 100%;
}

.nav ul li a {
  transition: 0.3s ease-in-out;
  text-transform: uppercase;
  transition: all 0.5s;
  position: relative;
  color: #ffff;
  font-weight: 500;
  font-size: 26px;
  padding: 10px 10px;
  display: block;
}

section.header .nav.stroke {
  display: block;
}

.nav.stroke ul li a:after,
.nav.fill ul li a:after {
  transition: 0.3s ease-in-out;
  position: absolute;
  bottom: 0;
  left: 50%;
  right: 0;
  width: 0%;
  content: ".";
  color: transparent;
  background: #ffffffff;
  height: 2px;
  transform: translateX(-50%);
}

.nav.stroke ul li a:hover:after {
  width: 100%;
}

.nav.stroke ul li a.active:after {
  width: 100%;
}

.nav.stroke ul li a.active::before {
  height: 100%;
}

.nav.stroke ul li a.active {
  color: #fff !important;
}

/* Buttons Css Start*/
.theme-btn {
  position: relative;
  z-index: 1;
  display: inline-block;
  padding: 0;
  background: transparent;
  text-decoration: none;
}

.theme-btn-text {
  display: flex;
  align-items: center;
  justify-content: center;
  width: fit-content;
  padding: 14px 38px;
  font-size: 25px;
  font-family: 'Noodle';
  text-transform: uppercase;
  color: #ffffff;
  letter-spacing: 2px;
  position: relative;
  z-index: 1;
  transition: 0.5s ease-in-out;
  background: transparent;
}

/* White border-only outline with corner cuts (transparent inside) */
.theme-btn::after {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: -1;
  content: "";
  background: #ffffff;
  clip-path: polygon(evenodd,
      0% 0%,
      calc(100% - 18px) 0%,
      100% 18px,
      100% 100%,
      20px 100%,
      0% calc(100% - 20px),
      0% 0%,
      2px 2px,
      calc(100% - 19px) 2px,
      calc(100% - 2px) 19px,
      calc(100% - 2px) calc(100% - 2px),
      21px calc(100% - 2px),
      2px calc(100% - 22px),
      2px 2px);
  transition: 0.5s ease-in-out;
}

.theme-btn-text::before {
  display: none;
}

.theme-btn:hover::after {
  clip-path: polygon(evenodd,
      0% 0%,
      calc(100% - 20px) 0%,
      100% 20px,
      100% 100%,
      20px 100%,
      0% calc(100% - 20px),
      0% 0%,
      0% 0%,
      0% 0%,
      0% 0%,
      0% 0%,
      0% 0%);
  background: #ffffff;
  transition: 0.5s ease-in-out;
}

.theme-btn:hover .theme-btn-text {
  color: #000000;
  transition: 0.5s ease-in-out;
}

/* Buttons Css End*/

/* Loader start */
#loader {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: #ffffff;
  display: flex;
  align-items: center;
  justify-content: center;
  z-index: 9999;
  transition: all 1s ease;
  flex-direction: column;
  gap: 5px;
}

#loader.hide {
  transform: translateY(-100%);
  opacity: 0;
  pointer-events: none;
}

img.loader {
  width: 10vw;
}

/* Loader end */

/* Custom Scrollbar  */
#style-6::-webkit-scrollbar-track {
  -webkit-box-shadow: inset 0 0 6px rgba(0, 0, 0, 0.3);
  background-color: #f5f5f5;
}

#style-6::-webkit-scrollbar {
  width: 10px;
  background-color: #f5f5f5;
}

#style-6::-webkit-scrollbar-thumb {
  background-color: #f48a12;
  background-image: -webkit-linear-gradient(45deg,
      rgba(255, 255, 255, 0.2) 25%,
      transparent 25%,
      transparent 50%,
      rgba(255, 255, 255, 0.2) 50%,
      rgba(255, 255, 255, 0.2) 75%,
      transparent 75%,
      transparent);
}

.scrollbar {
  overflow-y: scroll;
}

/* Custom Scrollbar  */

/* Home Page start*/

/* Header */
.hdr_logo a img {
  object-fit: scale-down;
  padding: 20px 0;
  display: block;
  width: fit-content;
}


/* Header end*/

/* Banner */
.banner_sec {
  position: relative;
  z-index: 1;
}


.banner_text {
  display: flex;
  align-items: center;
  flex-direction: column;
  justify-content: center;
  gap: 30px;
  padding: 100px 0;
  text-align: center;
}

.banner-slider .slick-list {
  height: 100%;
}

.banner-slider .slick-track {
  height: 100%;
}

.top-part {
  position: relative;
  z-index: 1;
  padding-bottom: 100px;
}

img.top-shape-img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: -2;
  object-position: top;
}

.top-part::before {
  content: '';
  background: #020202bd;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  z-index: -1;
  position: absolute;
}


/* Banner end*/

/* section start */
span.italic {
  font-style: italic;
}

.heading {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 10px;
  flex-direction: column;
}

.heading * {
  margin: 0;
}

section.evidence-sec {
  background: #0a121c;
  position: relative;
  z-index: 1;
}

.evidence-box {
  position: relative;
  z-index: 1;
  padding: 300px 0;
}

img.evidence-theme-img {
  position: absolute;
  top: -27.7%;
  z-index: -1;
  width: 60%;
  left: 50%;
  transform: translateX(-50%);
}

.evidence-card {
  margin: 20px 0;
}

.evidence-card-image {
  position: relative;
  display: flex;
  justify-content: center;
  align-items: center;
  transition: 0.3s ease;
}

.evidence-card-image::before {
  display: none;
}

.evidence-card-image:hover {
  border-color: transparent;
}

.shadow-image {
  position: relative;
  z-index: 2;
  transition: transform 0.1s ease, filter 0.1s ease;
  will-change: filter, transform;
  filter: drop-shadow(var(--sh-x, 0px) var(--sh-y, 0px) 12px rgba(62, 187, 255, var(--sh-opacity, 0)));
}

.part-two-sec {
  position: relative;
  z-index: 1;
}

img.evidence-circle-img {
  position: absolute;
  top: 40%;
  right: 0;
  z-index: -1;
  width: 39%;
}


img.team-bg-img {
  position: absolute;
  z-index: -2;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
}

section.team-sec {
  position: relative;
  z-index: 0;
}

section.team-sec::before {
  z-index: -1;
  content: '';
  top: 0;
  left: 0;
  position: absolute;
  width: 100%;
  height: 100%;
  background: linear-gradient(0deg, rgba(0, 0, 0, 1) 0%, rgb(0 0 0 / 67%) 100%);
}

.team-break1 {
  margin: -24px 0 0 0;
}

.team-break2 {
  margin: 0 0 -20px 0;
  position: relative;
  z-index: 99;
}

.team-card {
  margin: 40px 0;
}

.team-card-text {
  margin: 10px 0;
}

/* section end */

/* section start */

.gallery-image {
  margin: 10px 0;
}

.gallery-image img {
  height: 450px;
  object-fit: contain;
}


img.gallery-theme-bg {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: -2;
  object-position: top;
}

.part-two {
  z-index: 1;
  position: relative;
}


.part-two::before {
  z-index: -1;
  content: '';
  top: 0;
  left: 0;
  position: absolute;
  width: 100%;
  height: 100%;
  background: #000000b3;
}

.gal-btn {
  display: flex;
  justify-content: center;
  margin: 30px 0 0 0;
}


img.comma-img {
  object-fit: scale-down;
  width: auto;
}

.testi-slide-box {
  margin: 40px 0 0 0;
  padding: 70px 50px;
  background: #fff;
  border-radius: 20px;
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 20px;
  text-align: center;
  box-shadow: 0 0 20px 0 #35a7fc;
}

.testi-slide-box * {
  margin: 0;
  color: #000;
}


.testi-text p {
  font-size: 28px;
  line-height: 1.8;
  text-align: center;
}

.testi-slider .slick-dots {
  display: flex !important;
  justify-content: center;
  align-items: center;
  list-style: none;
  padding: 0;
  margin: 30px 0 0;
  gap: 15px;
  position: unset;
}

.testi-slider .slick-dots li {
  margin: 0;
  display: flex;
  align-items: center;
  justify-content: center;
  width: auto;
  height: auto;
}

.testi-slider .slick-dots li button {
  font-size: 0;
  width: 10px;
  height: 10px;
  border-radius: 50%;
  background: #fff;
  border: none;
  padding: 0;
  transition: all 0.4s cubic-bezier(0.175, 0.885, 0.32, 1.275);
  cursor: pointer;
  opacity: 0.4;
  position: relative;
}

.testi-slider .slick-dots li button::before {
  display: none !important;
}

.testi-slider .slick-dots li.slick-active button {
  width: 18px;
  height: 18px;
  opacity: 1;
  background: #ffffff;
  box-shadow: 0 0 15px 5px rgba(62, 187, 255, 0.8);
}

/* section end */

/* section start */

.contact-sec {
  position: relative;
  z-index: 1;
}

img.contact-bg {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: -2;
  object-position: 0 -240px;
  object-fit: cover;
}


.contact-form-box {
  margin: 40px 0 0 0;
}


.form-btn {
  display: flex;
  justify-content: end;
}

.form-btn button {
  border: none;
}

.contact-sec::before {
  z-index: -1;
  content: '';
  top: 0;
  left: 0;
  position: absolute;
  width: 100%;
  height: 100%;
  background: #000000b3;
}


.theme-btn::before {
  position: absolute;
  top: 2px;
  right: 2px;
  width: 5px;
  height: 5px;
  background: #fff;
  content: '';
}

.theme-btn-text::after {
  position: absolute;
  bottom: 2px;
  left: 2px;
  width: 5px;
  height: 5px;
  background: #fff;
  content: '';
}

/* section end */
/* refined footer start */
.footer-main {
  background: var(--footer-bg);
  padding: 90px 0 50px;
}

.footer-left-content {
  color: #fff;
}

.footer-tagline {
  font-size: 35px;
  font-weight: 500;
  font-family: "Poppins", sans-serif;
  margin: 40px 0;
  line-height: 1.1;
  text-transform: uppercase;
  color: #fff;
  font-family: "Gondens";
}

.footer-social-icons {
  display: flex;
  gap: 15px;
  list-style: none;
  padding: 0;
}

.footer-social-icons li a {
  width: 40px;
  height: 40px;
  border: 1px solid rgba(255, 255, 255, 0.3);
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  color: #fff;
  font-size: 14px;
  transition: all 0.3s ease;
}

.footer-social-icons li:hover a {
  background: #fff;
  color: #000;
  border-color: #fff;
}

.footer-info-grid {
  padding-left: 20px;
}

.footer-info-item {
  margin-bottom: 40px;
}

.footer-info-item h6 {
  color: #fff;
  font-size: 16px;
  font-weight: 600;
  margin-bottom: 15px;
  letter-spacing: 1px;
}

.footer-info-item p {
  color: #fff;
  font-size: 14px;
  line-height: 1.6;
  opacity: 0.9;
  margin: 0;
  font-weight: 300;
}

.footer-info-item p a {
  color: inherit;
  font-family: "Poppins", serif;
}

.footer-bottom-row {
  margin-top: 20px;
}

.footer-bottom-nav {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  gap: 12px;
  list-style: none;
  padding: 0;
  margin: 0;
}

.footer-bottom-nav li a {
  color: #fff;
  font-size: 13px;
  font-weight: 500;
  letter-spacing: 0.5px;
}

.footer-bottom-nav .separator {
  color: rgba(255, 255, 255, 0.5);
  font-style: normal;
  font-size: 14px;
}

.footer-newsletter {
  padding-bottom: 10px;
}

.newsletter-wrap {
  position: relative;
  display: flex;
  align-items: center;
  border-bottom: 1px solid rgba(255, 255, 255, 0.3);
}

.newsletter-wrap input {
  width: 100%;
  background: transparent;
  border: none;
  color: #fff;
  padding: 15px 0;
  font-size: 18px;
}

.newsletter-wrap input::placeholder {
  color: rgba(255, 255, 255, 0.7);
}

.newsletter-btn {
  background: transparent;
  color: #fff;
  width: 55px;
  height: 55px;
  border-radius: 50%;
  border: none;
  display: flex;
  align-items: center;
  justify-content: center;
  cursor: pointer;
  transition: all 0.3s ease;
  flex-shrink: 0;
  margin-bottom: 10px;
  border: 1px solid #ffffff69;
}

.footer-copyright-bar {
  background: #1a1a1a;
  padding: 0 0 20px 0;
}

.footer-copyright-bar p {
  color: #fff;
  font-size: 15px;
  margin: 0;
  opacity: 1;
  text-align: center;
}

@media (max-width: 991px) {
  .footer-info-grid {
    padding-left: 0;
    margin-top: 50px;
  }

  .footer-tagline {
    font-size: 40px;
  }

  .footer-bottom-row {
    margin-top: 40px;
  }

  .footer-newsletter {
    margin-top: 30px;
  }
}

img.ftr-logo {
  width: 30%;
  filter: brightness(0) saturate(100%) invert(100%) sepia(79%) saturate(2%) hue-rotate(161deg) brightness(104%) contrast(101%);
}

.footer-info-grid .col-sm-6 {
  padding: 0;
}

.footer-logo {
  margin: 0 0 30px 0;
}

img.section-break.footer-break {
  margin: -30px 0 0 0;
}


ul.footer-list {
  margin: 50px 0 0 0;
  column-count: 2;
  width: 50%;
}

ul.footer-list li a {
  margin: 0 0 10px;
  font-family: "Poppins";
  display: block;
}

img.header-bg-img {
  position: absolute;
  top: 0;
  left: 44%;
  width: 75%;
  object-fit: contain;
  transform: translateX(-50%);
  z-index: -1;
}

img.header-top-img {
  margin: 10px 0 0;
}


.gallery-heading {
  margin: 0 0 50px 0;
}

/* refined footer end */

.glow-heading {
  position: relative;
  z-index: 1;
}

.glow-heading::before {
  position: absolute;
  bottom: -200%;
  left: 0;
  width: 100%;
  height: 530%;
  z-index: -1;
  background-image: url(../images/glow-heading.png);
  background-size: cover;
  background-repeat: no-repeat;
  background-position: top;
  content: '';
}

section.gallery-sec {
  position: relative;
  z-index: 2;
}

/* Home Page end*/