/**
* Template Name: Gp
* Template URL: https://bootstrapmade.com/gp-free-multipurpose-html-bootstrap-template/
* Updated: Mar 17 2024 with Bootstrap v5.3.3
* Author: BootstrapMade.com
* License: https://bootstrapmade.com/license/
*/

@import url('https://fonts.googleapis.com/css2?family=Noto+Sans:ital,wght@0,900;1,900&display=swap');


@font-face {
  font-family: 'NotoSans';
  src: 
      /* url('../fonts/noto-sans/NotoSans-Bold.ttf') format('truetype'),
       url('../fonts/noto-sans/NotoSans-BoldItalic.ttf') format('truetype'),
       url('../fonts/noto-sans/NotoSans-Italic.ttf') format('truetype'), */
       url('../fonts/noto-sans/NotoSans-Regular.ttf') format('truetype');
}

@font-face {
  font-family: 'UniversalDoomsdayMedium';
  src: url('../fonts/UniversalDoomsdayMedium/UniversalDoomsdayMedium.ttf') format('truetype');
}

@font-face {
  font-family: 'UniversalDoomsdaybold';
  src: url('../fonts/UniversalDoomsdayMedium/UniversalDoomsday-Bold.ttf') format('truetype');
  font-weight: normal;
  font-style: normal;
}
:root {
  --primary-color: #ffa300; /* Example blue */
  --secondary-color: #6c757d; /* Example gray */
}


/*--------------------------------------------------------------
# General
--------------------------------------------------------------*/
body {
  font-family: "NotoSans", sans-serif;
  color: #fff;
  background-color: #000;
}

a {
  color: #ffc451;
  text-decoration: none;
}

a:hover {
  color: #ffd584;
  text-decoration: none;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  font-family: "Raleway", sans-serif;
}
.btn-primary{
  background-color:var(--primary-color)!important;
  border: none!important;
  color: #000!important;
}
.btn-outline-primary{
  border: 1px solid var(--primary-color)!important;
  color: #fff!important;
}
.btn-outline-primary:hover{
  background-color: var(--primary-color)!important;
  color: #000000!important;
}

/* @media screen and (max-width: 768px) {
  .header-btn{
    display: none!important;
  }
} */

@media screen and (max-width: 991px) {
  .header-btn {
      flex-direction: row; /* Align buttons horizontally */
      justify-content: center; /* Center buttons horizontally */
      width: 100%; /* Ensure full width inside the navbar */
      padding: 10px 0; /* Add some padding */
  }
  .header-btn .btn {
      width: auto; /* Allow natural width for each button */
      margin: 0 5px; /* Space between buttons */
  }
  .navbar-dark .navbar-nav .nav-link{
    font-size: 2rem;
    font-family: "NotoSans", sans-serif;
    font-weight: 900;
  }
}


.navbar-dark .navbar-nav .nav-link:focus, .navbar-dark .navbar-nav .nav-link{
  color: #fff!important;
}
/*--------------------------------------------------------------
# Back to top button
--------------------------------------------------------------*/
.back-to-top {
  position: fixed;
  visibility: hidden;
  opacity: 0;
  right: 15px;
  bottom: 15px;
  z-index: 996;
  background: #ffc451;
  width: 40px;
  height: 40px;
  border-radius: 4px;
  transition: all 0.4s;
}

.back-to-top i {
  font-size: 28px;
  color: #151515;
  line-height: 0;
}

.back-to-top:hover {
  background: #151515;
}

.back-to-top:hover i {
  color: #ffc451;
}

.back-to-top.active {
  visibility: visible;
  opacity: 1;
}
p{
  font-size: 1.1rem;
}

/*--------------------------------------------------------------
# Preloader
--------------------------------------------------------------*/
#preloader {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: 9999;
  overflow: hidden;
  background: #151515;
}

#preloader:before {
  content: "";
  position: fixed;
  top: calc(50% - 0px);
  left: calc(50% - 30px);
  border: 6px solid #ffc451;
  border-top-color: #151515;
  border-bottom-color: #151515;
  border-radius: 50%;
  width: 60px;
  height: 60px;
  animation: animate-preloader 1s linear infinite;
}

@keyframes animate-preloader {
  0% {
    transform: rotate(0deg);
  }

  100% {
    transform: rotate(360deg);
  }
}

/*--------------------------------------------------------------
# Disable aos animation delay on mobile devices
--------------------------------------------------------------*/
@media screen and (max-width: 768px) {
  [data-aos-delay] {
    transition-delay: 0 !important;
  }
}

/*--------------------------------------------------------------
# Header
--------------------------------------------------------------*/
#header {
  transition: all 0.5s;
  z-index: 997;
  padding: 15px 0;
  background-color: #000;
}

#header.header-scrolled,
#header.header-inner-pages {
  background: rgba(0, 0, 0, 1);
}

#header .logo {
  height: 42px;
}

#header .logo a {
  color: #fff;
}

#header .logo a span {
  color: #ffc451;
}

#header .logo img {
  max-height: 40px;
}

/*--------------------------------------------------------------
#  Get Startet Button
--------------------------------------------------------------*/
.get-started-btn {
  color: #fff;
  border-radius: 50%;
  padding: 7px 18px 8px 18px;
  white-space: nowrap;
  transition: 0.3s;
  font-size: 16px;
  display: inline-block;
  border: 1px solid #ffa300;
  border-radius: 20px;
  background: #ffa3001a;
  text-decoration: none;
}

.get-started-btn:hover {
  background: #ffbb38;
  color: #343a40;
}
.modal{
  overflow: hidden!important;
}

.padding-b-video{
  padding-bottom: 150px;
}

@media (max-width: 992px) {
  .get-started-btn {
    padding: 7px 20px 8px 20px;
    margin-right: 15px;
  }
  .overlay{
    top: 547% !important;
  }

  #background-video{
    width: 95% !important;
    margin-left: 2% !important;
  }

  .no-margin{
    margin-top: 0px !important;
  }

  .padding-b-video{
     padding-bottom: 30px;
  }

  .testimonial-bottom{
     margin-bottom: 130%;
     margin-top: 140% !important;
  }

  .white-gradient-section{
      min-height: 30% !important;
  }

  .hide-menu-btn{
    display: none !important;
  }

  .layout-mobile{
    display: block !important;
  }

   #hero video {
    height: 34% !important;
    top: 32% !important;
    left: 55% !important;
  }
  #hero .container{
    padding-top: 300px !important;
  }

  #background-video{
        top: -110px !important;
  }

  .video-backg{
      height: 300px !important;
  }

  .text-box{
    height: 270px !important;
  }

  .testimonial-top{
    margin-top: 0px !important;
  }

  .testimonial-pad{
      padding-top: 90px !important;
  }

  .testimonial-center{
    justify-content: center;
  }

  .user-40{
    width: 40% !important;
  }

   .user-60{
    width: 60% !important;
  }

  .flawk-logo{
    right: 13px !important;
    bottom: -46px !important;
    height: 69px !important;
  }
}

.get-started{
  padding: 8px 25px!important;
}
/*--------------------------------------------------------------
# Hero Section
--------------------------------------------------------------*/

/* #hero {
  width: 100%;
  min-height: 100vh;
  position: relative;
  overflow: hidden; 
}

#hero video {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  min-width: 100%;
  min-height: 100%;
  width: auto;
  height: auto;
  z-index: -1; 
}

#hero .content {
  position: relative; 
  z-index: 1; 
} */

#hero {
  width: 100%;
  min-height: 100vh;
  background: url("../img/hero/3.png") top center;
  background-size: cover;
  position: relative;
  transition: background 1s ease-in-out; /* Smooth transition for background change */
}

#hero:before {
  content: "";
  background: linear-gradient(to left, rgb(0, 0, 0), rgba(0, 0, 0, 0));
  position: absolute;
  bottom: 0;
  top: 0;
  left: 0;
  right: 0;
  mix-blend-mode: screen; 
}


#hero .container {
  position: relative;
  padding-top: 74px;
  text-align: center;
}

#hero h1 {
  margin: 0;
  font-size: 56px;
  font-weight: 700;
  line-height: 64px;
  color: #fff;
  font-family: "UniversalDoomsdayMedium", sans-serif;
}

#hero h1 span {
  color: #ffc451;
}

#hero h2 {
  color: rgba(255, 255, 255, 0.7);
  margin: 10px 0 0 0;
  font-size: 16px;
  font-family: "NotoSans", sans-serif;
}

.btn-close-external {
  position: absolute;
  top: 0;
  right: 0;
  z-index: 1055; /* Ensures it's above the modal overlay */
  font-size: 30px;
  color: white;
  background: #ffffff7e;
  border: none;
  cursor: pointer;
}

#hero .icon-box {
  padding: 30px 20px;
  transition: ease-in-out 0.3s;
  border: 1px solid rgba(255, 255, 255, 0.3);
  height: 100%;
  text-align: center;
}

#hero .icon-box i {
  font-size: 32px;
  line-height: 1;
  color: #ffc451;
}

#hero .icon-box h3 {
  font-weight: 700;
  margin: 10px 0 0 0;
  padding: 0;
  line-height: 1;
  font-size: 20px;
  line-height: 26px;
}

#hero .icon-box h3 a {
  color: #fff;
  transition: ease-in-out 0.3s;
}

#hero .icon-box h3 a:hover {
  color: #ffc451;
}

#hero .icon-box:hover {
  border-color: #ffc451;
}

@media (min-width: 1024px) {
  #hero {
    background-attachment: fixed;
  }
}

@media (max-width: 768px) {
  #hero h1 {
    font-size: 28px;
    line-height: 36px;
  }

  #hero h2 {
    font-size: 20px;
    line-height: 24px;
  }
}

/*--------------------------------------------------------------
# Sections General
--------------------------------------------------------------*/
section {
  padding: 60px 0;
  overflow: hidden;
}

.section-title {
  padding-bottom: 40px;
  text-align: center;
}

.section-title h2 {
  font-size: 14px;
  font-weight: 500;
  padding: 0;
  line-height: 1px;
  margin: 0 0 5px 0;
  letter-spacing: 2px;
  text-transform: uppercase;
  color: #aaaaaa;
  font-family: "Poppins", sans-serif;
}

.section-title h2::after {
  content: "";
  width: 120px;
  height: 1px;
  display: inline-block;
  background: #ffde9e;
  margin: 4px 10px;
}

.section-title p {
  margin: 0;
  margin: 0;
  font-size: 47px;
  font-weight: 700;
  font-family: "NotoSans", sans-serif;
  color: #fff;
}

/*--------------------------------------------------------------
# About
--------------------------------------------------------------*/
.about .content h3 {
  font-weight: 700;
  font-size: 28px;
  font-family: "NotoSans", sans-serif;
}

.about .content ul {
  list-style: none;
  padding: 0;
}

.about .content ul li {
  padding: 0 0 8px 26px;
  position: relative;
}

.about .content ul i {
  position: absolute;
  font-size: 20px;
  left: 0;
  top: -3px;
  color: #ffc451;
}

.about .content p:last-child {
  margin-bottom: 0;
  color: #888888;
}

/*--------------------------------------------------------------
# Clients
--------------------------------------------------------------*/
.clients {
  padding-top: 20px;
}

.clients .swiper-slide img {
  opacity: 0.5;
  transition: 0.3s;
  filter: grayscale(100);
}

.clients .swiper-slide img:hover {
  filter: none;
  opacity: 1;
}

.clients .swiper-pagination {
  margin-top: 20px;
  position: relative;
}

.clients .swiper-pagination .swiper-pagination-bullet {
  width: 12px;
  height: 12px;
  background-color: #fff;
  opacity: 1;
  background-color: #ddd;
}

.clients .swiper-pagination .swiper-pagination-bullet-active {
  background-color: #ffc451;
}

/*--------------------------------------------------------------
# Features
--------------------------------------------------------------*/
.features {
  padding-top: 20px;
}

.features .icon-box {
  padding-left: 15px;
}

.features .icon-box h4 {
  font-size: 20px;
  font-weight: 700;
  margin: 5px 0 10px 60px;
}

.features .icon-box i {
  font-size: 48px;
  float: left;
  color: #ffc451;
}

.features .icon-box p {
  font-size: 15px;
  color: #848484;
  margin-left: 60px;
}

.features .image {
  background-position: center center;
  background-repeat: no-repeat;
  background-size: cover;
  min-height: 400px;
}

/*--------------------------------------------------------------
# Services
--------------------------------------------------------------*/

.gradient-background {
  background: linear-gradient(to bottom, rgba(255, 221, 89, 0.01), rgba(240, 0, 0, 0.05)); /* Gradient background */
}

/* .gradient-background::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: linear-gradient(to bottom, rgba(255, 221, 89, 0.01), rgba(240, 0, 0, 0.05)); 
} */

.row .justify-content-center {
  margin: 0 auto; /* Optional: Center the row horizontally */
}

.background-container {
  position: relative;
  width: 100%;
  height: 50vh; /* Set the height to cover half of the viewport */
  overflow: hidden; /* Hide overflow to prevent video from extending beyond */
}

#about,
#services {
  position: relative;
  z-index: 1; /* Ensure the sections are on top of the video */
  /* Add other styling for the sections */
}

#background-video {
  position: absolute;
  top: 0;
  left: 0;
  width: 60%;
  height: 50vh; /* Set the height to cover half of the viewport */
  object-fit: cover;
  z-index: 1000; /* Ensure the video is behind other content */
}

.services {
  background: #fff;
}

.services .icon-box {
  text-align: left;
  border: 1px solid #ebebeb;
  padding: 15px 15px;
  transition: all ease-in-out 0.3s;
  background: #fff;
}

.services .section-title p{
  color: #000;
}

.services .icon-box .icon {
  width: 30px;
  height: 30px;
  color: #ffc451;
  border: 1px solid #ffc451;
  border-radius: 20px;
  display: flex;
  align-items: center;
  justify-content: center;
  margin-bottom: 20px;
  transition: 0.3s;
}

.services .icon-box .icon i {
  color: #151515;
  font-size: 28px;
  transition: ease-in-out 0.3s;
}

.services .icon-box h4 {
  font-weight: 700;
  margin-bottom: 15px;
  font-size: 24px;
}

.services .icon-box h4 a {
  color: #151515;
  transition: ease-in-out 0.3s;
}

.services .icon-box h4 a:hover {
  color: #ffc451;
}

.services .icon-box p {
  line-height: 24px;
  font-size: 14px;
  margin-bottom: 0;
  color: #424242;
}

.services .icon-box:hover {
  border-color: #fff;
  box-shadow: 0px 0 25px 0 rgba(0, 0, 0, 0.1);
  transform: translateY(-10px);
}

/*--------------------------------------------------------------
# Cta
--------------------------------------------------------------*/
.cta {
  background: linear-gradient(rgba(2, 2, 2, 0.5), rgba(0, 0, 0, 0.5)), url("../img/cta-bg.jpg") fixed center center;
  background-size: cover;
  padding: 60px 0;
}

.cta h3 {
  color: #fff;
  font-size: 28px;
  font-weight: 700;
}

.cta p {
  color: #fff;
}

.cta .cta-btn {
  font-family: "Raleway", sans-serif;
  font-weight: 600;
  font-size: 16px;
  letter-spacing: 1px;
  display: inline-block;
  padding: 8px 28px;
  border-radius: 4px;
  transition: 0.5s;
  margin-top: 10px;
  border: 2px solid #fff;
  color: #fff;
}

.cta .cta-btn:hover {
  background: #ffc451;
  border-color: #ffc451;
  color: #151515;
}

/*--------------------------------------------------------------
# Portfolio
--------------------------------------------------------------*/
.portfolio .portfolio-item {
  margin-bottom: 30px;
}

.portfolio #portfolio-flters {
  padding: 0;
  margin: 0 auto 20px auto;
  list-style: none;
  text-align: center;
}

.portfolio #portfolio-flters li {
  cursor: pointer;
  display: inline-block;
  padding: 8px 15px 10px 15px;
  font-size: 14px;
  font-weight: 600;
  line-height: 1;
  text-transform: uppercase;
  color: #444444;
  margin-bottom: 5px;
  transition: all 0.3s ease-in-out;
  border-radius: 3px;
}

.portfolio #portfolio-flters li:hover,
.portfolio #portfolio-flters li.filter-active {
  color: #151515;
  background: #ffc451;
}

.portfolio #portfolio-flters li:last-child {
  margin-right: 0;
}

.portfolio .portfolio-wrap {
  transition: 0.3s;
  position: relative;
  overflow: hidden;
  z-index: 1;
  background: rgba(21, 21, 21, 0.6);
}

.portfolio .portfolio-wrap::before {
  content: "";
  background: rgba(21, 21, 21, 0.6);
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  transition: all ease-in-out 0.3s;
  z-index: 2;
  opacity: 0;
}

.portfolio .portfolio-wrap img {
  transition: all ease-in-out 0.3s;
}

.portfolio .portfolio-wrap .portfolio-info {
  opacity: 0;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: 3;
  transition: all ease-in-out 0.3s;
  display: flex;
  flex-direction: column;
  justify-content: flex-end;
  align-items: flex-start;
  padding: 20px;
}

.portfolio .portfolio-wrap .portfolio-info h4 {
  font-size: 20px;
  color: #fff;
  font-weight: 600;
}

.portfolio .portfolio-wrap .portfolio-info p {
  color: rgba(255, 255, 255, 0.7);
  font-size: 14px;
  text-transform: uppercase;
  padding: 0;
  margin: 0;
  font-style: italic;
}

.portfolio .portfolio-wrap .portfolio-links {
  text-align: center;
  z-index: 4;
}

.portfolio .portfolio-wrap .portfolio-links a {
  color: #fff;
  margin: 0 5px 0 0;
  font-size: 28px;
  display: inline-block;
  transition: 0.3s;
}

.portfolio .portfolio-wrap .portfolio-links a:hover {
  color: #ffc451;
}

.portfolio .portfolio-wrap:hover::before {
  opacity: 1;
}

.portfolio .portfolio-wrap:hover img {
  transform: scale(1.2);
}

.portfolio .portfolio-wrap:hover .portfolio-info {
  opacity: 1;
}

/*--------------------------------------------------------------
# Portfolio Details
--------------------------------------------------------------*/
.portfolio-details {
  padding-top: 40px;
}

.portfolio-details .portfolio-details-slider img {
  width: 100%;
}

.portfolio-details .portfolio-details-slider .swiper-pagination {
  margin-top: 20px;
  position: relative;
}

.portfolio-details .portfolio-details-slider .swiper-pagination .swiper-pagination-bullet {
  width: 12px;
  height: 12px;
  background-color: #fff;
  opacity: 1;
  border: 1px solid #ffc451;
}

.portfolio-details .portfolio-details-slider .swiper-pagination .swiper-pagination-bullet-active {
  background-color: #ffc451;
}

.portfolio-details .portfolio-info {
  padding: 30px;
  box-shadow: 0px 0 30px rgba(21, 21, 21, 0.08);
}

.portfolio-details .portfolio-info h3 {
  font-size: 22px;
  font-weight: 700;
  margin-bottom: 20px;
  padding-bottom: 20px;
  border-bottom: 1px solid #eee;
}

.portfolio-details .portfolio-info ul {
  list-style: none;
  padding: 0;
  font-size: 15px;
}

.portfolio-details .portfolio-info ul li+li {
  margin-top: 10px;
}

.portfolio-details .portfolio-description {
  padding-top: 30px;
}

.portfolio-details .portfolio-description h2 {
  font-size: 26px;
  font-weight: 700;
  margin-bottom: 20px;
}

.portfolio-details .portfolio-description p {
  padding: 0;
}

/*--------------------------------------------------------------
# Counts
--------------------------------------------------------------*/
.counts .content {
  padding: 30px 0;
}

.counts .content h3 {
  font-weight: 700;
  font-size: 34px;
  color: #151515;
}

.counts .content p {
  margin-bottom: 0;
}

.counts .content .count-box {
  padding: 20px 0;
  width: 100%;
}

.counts .content .count-box i {
  display: block;
  font-size: 36px;
  color: #ffc451;
  float: left;
}

.counts .content .count-box span {
  font-size: 36px;
  line-height: 30px;
  display: block;
  font-weight: 700;
  color: #151515;
  margin-left: 50px;
}

.counts .content .count-box p {
  padding: 15px 0 0 0;
  margin: 0 0 0 50px;
  font-family: "Raleway", sans-serif;
  font-size: 14px;
  color: #3b3b3b;
}

.counts .content .count-box a {
  font-weight: 600;
  display: block;
  margin-top: 20px;
  color: #3b3b3b;
  font-size: 15px;
  font-family: "Poppins", sans-serif;
  transition: ease-in-out 0.3s;
}

.counts .content .count-box a:hover {
  color: #626262;
}

.counts .image {
  background: url("../img/counts-img.jpg") center center no-repeat;
  background-size: cover;
  min-height: 400px;
}

@media (max-width: 991px) {
  .counts .image {
    text-align: center;
  }

  .counts .image img {
    max-width: 80%;
  }
}

@media (max-width: 667px) {
  .counts .image img {
    max-width: 100%;
  }
}

/*--------------------------------------------------------------
# Testimonials
--------------------------------------------------------------*/
.testimonials {
  padding: 80px 0;
  background: url("../img/testimonials-bg.jpg") no-repeat;
  background-position: center center;
  background-size: cover;
  position: relative;
}

.testimonials::before {
  content: "";
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  background: rgba(0, 0, 0, 0.7);
}

.testimonials .section-header {
  margin-bottom: 40px;
}

.testimonials .testimonials-carousel,
.testimonials .testimonials-slider {
  overflow: hidden;
}

.testimonials .testimonial-item {
  text-align: center;
  color: #fff;
}

.testimonials .testimonial-item .testimonial-img {
  width: 100px;
  border-radius: 50%;
  border: 6px solid rgba(255, 255, 255, 0.15);
  margin: 0 auto;
}

.testimonials .testimonial-item h3 {
  font-size: 20px;
  font-weight: bold;
  margin: 10px 0 5px 0;
  color: #fff;
}

.testimonials .testimonial-item h4 {
  font-size: 14px;
  color: #ddd;
  margin: 0 0 15px 0;
}

.testimonials .testimonial-item .quote-icon-left,
.testimonials .testimonial-item .quote-icon-right {
  color: rgba(255, 255, 255, 0.6);
  font-size: 26px;
}

.testimonials .testimonial-item .quote-icon-left {
  display: inline-block;
  left: -5px;
  position: relative;
}

.testimonials .testimonial-item .quote-icon-right {
  display: inline-block;
  right: -5px;
  position: relative;
  top: 10px;
}

.testimonials .testimonial-item p {
  font-style: italic;
  margin: 0 auto 15px auto;
  color: #eee;
}

.testimonials .swiper-pagination {
  margin-top: 20px;
  position: relative;
}

.testimonials .swiper-pagination .swiper-pagination-bullet {
  width: 12px;
  height: 12px;
  background-color: rgba(255, 255, 255, 0.4);
  opacity: 0.5;
}

.testimonials .swiper-pagination .swiper-pagination-bullet-active {
  background-color: #ffc451;
  opacity: 1;
}

@media (min-width: 1024px) {
  .testimonials {
    background-attachment: fixed;
  }
}

@media (min-width: 992px) {
  .testimonials .testimonial-item p {
    width: 80%;
  }
}

/*--------------------------------------------------------------
# Team
--------------------------------------------------------------*/
.team {
  background: #fff;
  padding: 60px 0;
}

.team .member {
  margin-bottom: 20px;
  overflow: hidden;
  border-radius: 5px;
  background: #fff;
  box-shadow: 0px 2px 15px rgba(0, 0, 0, 0.1);
}

.team .member .member-img {
  position: relative;
  overflow: hidden;
}

.team .member .social {
  position: absolute;
  left: 0;
  bottom: 30px;
  right: 0;
  opacity: 0;
  transition: ease-in-out 0.3s;
  text-align: center;
}

.team .member .social a {
  transition: color 0.3s;
  color: #151515;
  margin: 0 3px;
  border-radius: 4px;
  width: 36px;
  height: 36px;
  background: rgba(255, 255, 255, 0.8);
  transition: ease-in-out 0.3s;
  color: #484848;
  display: inline-flex;
  justify-content: center;
  align-items: center;
}

.team .member .social a:hover {
  color: #151515;
  background: #ffc451;
}

.team .member .social i {
  font-size: 18px;
  line-height: 0;
}

.team .member .member-info {
  padding: 25px 15px;
}

.team .member .member-info h4 {
  font-weight: 700;
  margin-bottom: 5px;
  font-size: 18px;
  color: #151515;
}

.team .member .member-info span {
  display: block;
  font-size: 13px;
  font-weight: 400;
  color: #aaaaaa;
}

.team .member .member-info p {
  font-style: italic;
  font-size: 14px;
  line-height: 26px;
  color: #777777;
}

.team .member:hover .social {
  opacity: 1;
  bottom: 15px;
}

/*--------------------------------------------------------------
# Contact
--------------------------------------------------------------*/
.contact .info {
  width: 100%;
  background: #fff;
}

.contact .info i {
  font-size: 20px;
  background: #ffc451;
  color: #151515;
  float: left;
  width: 44px;
  height: 44px;
  display: flex;
  justify-content: center;
  align-items: center;
  border-radius: 4px;
  transition: all 0.3s ease-in-out;
}

.contact .info h4 {
  padding: 0 0 0 60px;
  font-size: 22px;
  font-weight: 600;
  margin-bottom: 5px;
  color: #151515;
}

.contact .info p {
  padding: 0 0 0 60px;
  margin-bottom: 0;
  font-size: 14px;
  color: #484848;
}

.contact .info .email,
.contact .info .phone {
  margin-top: 40px;
}

.contact .php-email-form {
  width: 100%;
  /* background: #fff; */
}

.contact .php-email-form .form-group {
  padding-bottom: 8px;
}

.contact .php-email-form .error-message {
  display: none;
  color: #fff;
  background: #ed3c0d;
  text-align: left;
  padding: 15px;
  font-weight: 600;
}

.contact .php-email-form .error-message br+br {
  margin-top: 25px;
}

.contact .php-email-form .sent-message {
  display: none;
  color: #fff;
  background: #18d26e;
  text-align: center;
  padding: 15px;
  font-weight: 600;
}

.contact .php-email-form .loading {
  display: none;
  background: #fff;
  text-align: center;
  padding: 15px;
}

.contact .php-email-form .loading:before {
  content: "";
  display: inline-block;
  border-radius: 50%;
  width: 24px;
  height: 24px;
  margin: 0 10px -6px 0;
  border: 3px solid #18d26e;
  border-top-color: #eee;
  animation: animate-loading 1s linear infinite;
}

.contact .php-email-form input,
.contact .php-email-form textarea {
  border-radius: 0;
  box-shadow: none;
  font-size: 14px;
  border-radius: 4px;
}

.contact .php-email-form input:focus,
.contact .php-email-form textarea:focus {
  border-color: #ffc451;
}

.contact .php-email-form input {
  height: 44px;
}

.contact .php-email-form textarea {
  padding: 10px 12px;
}

.contact .php-email-form button[type=submit] {
  background: #ffc451;
  border: 0;
  padding: 10px 24px;
  color: #151515;
  transition: 0.4s;
  border-radius: 4px;
}

.contact .php-email-form button[type=submit]:hover {
  background: #ffcd6b;
}

@keyframes animate-loading {
  0% {
    transform: rotate(0deg);
  }

  100% {
    transform: rotate(360deg);
  }
}

/*--------------------------------------------------------------
# Breadcrumbs
--------------------------------------------------------------*/
.breadcrumbs {
  padding: 15px 0;
  background: whitesmoke;
  min-height: 40px;
  margin-top: 74px;
}

.breadcrumbs h2 {
  font-size: 28px;
  font-weight: 400;
}

.breadcrumbs ol {
  display: flex;
  flex-wrap: wrap;
  list-style: none;
  padding: 0;
  margin: 0;
}

.breadcrumbs ol li+li {
  padding-left: 10px;
}

.breadcrumbs ol li+li::before {
  display: inline-block;
  padding-right: 10px;
  color: #2f2f2f;
  content: "/";
}

@media (max-width: 992px) {
  .breadcrumbs {
    margin-top: 68px;
  }

  .breadcrumbs .d-flex {
    display: block !important;
  }

  .breadcrumbs ol {
    display: block;
  }

  .breadcrumbs ol li {
    display: inline-block;
  }
}

/*--------------------------------------------------------------
# Footer
--------------------------------------------------------------*/
#footer {
  background: black;
  padding: 0 0 30px 0;
  color: #fff;
  font-size: 14px;
}

#footer .footer-top {
  background: #151515;
  border-bottom: 1px solid #222222;
  padding: 60px 0 30px 0;
}

#footer .footer-top .footer-info {
  margin-bottom: 30px;
}

#footer .footer-top .footer-info h3 {
  font-size: 28px;
  margin: 0 0 20px 0;
  padding: 2px 0 2px 0;
  line-height: 1;
  font-weight: 700;
  text-transform: uppercase;
}

#footer .footer-top .footer-info h3 span {
  color: #ffc451;
}

#footer .footer-top .footer-info p {
  font-size: 14px;
  line-height: 24px;
  margin-bottom: 0;
  font-family: "Raleway", sans-serif;
  color: #fff;
}

#footer .footer-top .social-links a {
  font-size: 18px;
  display: inline-block;
  background: #292929;
  color: #fff;
  line-height: 1;
  padding: 8px 0;
  margin-right: 4px;
  border-radius: 4px;
  text-align: center;
  width: 36px;
  height: 36px;
  transition: 0.3s;
}

#footer .footer-top .social-links a:hover {
  background: #ffc451;
  color: #151515;
  text-decoration: none;
}

#footer .footer-top h4 {
  font-size: 16px;
  font-weight: 600;
  color: #fff;
  position: relative;
  padding-bottom: 12px;
}

#footer .footer-top .footer-links {
  margin-bottom: 30px;
}

#footer .footer-top .footer-links ul {
  list-style: none;
  padding: 0;
  margin: 0;
}

#footer .footer-top .footer-links ul i {
  padding-right: 2px;
  color: #ffc451;
  font-size: 18px;
  line-height: 1;
}

#footer .footer-top .footer-links ul li {
  padding: 10px 0;
  display: flex;
  align-items: center;
}

#footer .footer-top .footer-links ul li:first-child {
  padding-top: 0;
}

#footer .footer-top .footer-links ul a {
  color: #fff;
  transition: 0.3s;
  display: inline-block;
  line-height: 1;
}

#footer .footer-top .footer-links ul a:hover {
  color: #ffc451;
}

#footer .footer-top .footer-newsletter form {
  margin-top: 30px;
  background: #fff;
  padding: 6px 10px;
  position: relative;
  border-radius: 4px;
}

#footer .footer-top .footer-newsletter form input[type=email] {
  border: 0;
  padding: 4px;
  width: calc(100% - 110px);
}

#footer .footer-top .footer-newsletter form input[type=submit] {
  position: absolute;
  top: 0;
  right: -2px;
  bottom: 0;
  border: 0;
  background: none;
  font-size: 16px;
  padding: 0 20px;
  background: #ffc451;
  color: #151515;
  transition: 0.3s;
  border-radius: 0 4px 4px 0;
}

#footer .footer-top .footer-newsletter form input[type=submit]:hover {
  background: #ffcd6b;
}

#footer .copyright {
  text-align: center;
  padding-top: 30px;
}

#footer .credits {
  padding-top: 10px;
  text-align: center;
  font-size: 13px;
  color: #fff;
}

.yellow-text{
  color: #ffa300 !important;
}

.about .row {
  padding-top: 40px; 
  padding-bottom: 40px;
}

.about .col-lg-7 {
  perspective: 500px; /* Add perspective */
}

.about .col-lg-7 img {
  transform: rotateX(0deg) rotateY(-7.5deg) rotateZ(0deg);
  transition: transform 0.5s ease; /* Optional: Add transition for smooth animation */
  border-radius: 28px;
  -webkit-box-shadow: -2px 0px 11px -5px #ffc452;
  -moz-box-shadow: -2px 0px 11px -5px #ffc452;
  box-shadow: -2px 0px 11px -5px #ffc452;
}

.about .prev img {
  transform: rotateX(0deg) rotateY(7.5deg) rotateZ(0deg) !important;
  transition: transform 0.5s ease; /* Optional: Add transition for smooth animation */
  border-radius: 28px;
}

.mt-10{
  margin-top: 7rem;
}

.ft-32{
  font-size: 32px !important;
}

.ft-25{
  font-size: 25px !important;
}

.ft-41{
  font-size: 41px !important;
}

h1, h2, h3, h4, h5, h6{
  font-family: 'NotoSans';
}

.gradient-section {
  width: 100%;
  min-height: 100vh;
  position: relative;
  background: linear-gradient(to bottom, rgb(243 214 157), #FFFFFF);
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: flex-start; /* Start content from the top */
  padding-top: 200px;
   /* Gradient from yellow to white */
}

.gradient-section .content {
  position: relative; /* Ensure content stays above the background */
  z-index: 2; /* Ensure content stays above the image */
  width: 100%; /* Ensure the content takes full width */
  text-align: right; /* Align text to the right */
  padding: 0 20px;  /* Ensure content stays above the background */
}

.gradient-section .grid-image {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 400px; /* Adjust height as needed */
  object-fit: cover; /* Ensure the image covers the area */
  z-index: 1; /* Ensure the image stays above the background */
  opacity: 0.15; /* Adjust opacity as needed to blend with the yellow color */
}

.gradient-section::after {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 400px; /* Adjust height as needed */
  background: url('../img/theme/grid-black.png') no-repeat bottom;
  background-size: cover;
  z-index: 0; /* Ensure the image is above the background but below the content */
  opacity: 0.15; /* Adjust opacity as needed to blend with the yellow color */
}

.white-gradient-section {
  width: 100%;
  min-height: 100vh;
  position: relative;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: flex-start; /* Start content from the top */
   /* Gradient from yellow to white */
}

.white-gradient-section::after {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 100%; /* Adjust height as needed */
  background: url('../img/theme/grid-color.png') no-repeat bottom !important;
  background-size: 100% auto; /* Ensure the image covers the width and auto adjusts the height */
  background-position: center bottom;
  z-index: -1; /* Ensure the image is above the background but below the content */
  opacity: 0.6; /* Adjust opacity as needed to blend with the yellow color */
}

.custom-background {
 background: radial-gradient(
    circle at 50% 50%, /* Center the radial gradient */
    rgba(255, 162, 0, 0.15) 0%,
    rgba(255, 163, 0, 0) 100%
  );
  overflow: visible;
  z-index: 0;
  border-radius: 0;
  width: 100%;
  height: 100%;
  box-shadow: 0 4px 8px rgba(0, 0, 0, 0.1); /* Add box shadow */
  position: relative;
  display: flex;
  flex-direction: column;
  justify-content: center; /* Vertically center the content */
  align-items: center; /* Horizontally center the content */
  padding: 20px;
}


.progress-container {
  position: relative;
  width: 100%;
  height: 100%;
}

.progress-container img {
  display: block;
  width: 100%;
  height: auto;
  position: relative;
  z-index: 2; /
}

/* .about {
  position: relative;
}

.progress-line {
  position: absolute;
  left: 50%;
  width: 5px;
  background: #fff;
  z-index: 1;
  transition: height 0.4s ease-in-out;
}

.progress-line.fill {
  background: yellow;
}

.section {
  position: relative;
  padding: 50px 0;
}

.section::before {
  content: '';
  position: absolute;
  left: 50%;
  width: 5px;
  height: 100%;
  background: yellow;
  transform: translateX(-50%);
  z-index: -1;
}

.section:nth-child(odd)::before {
  left: calc(50% + 200px); /* Adjust according to the image width/position 
}

.section:nth-child(even)::before {
  left: calc(50% - 200px); /* Adjust according to the image width/position 
} */


.gradient-text{
  background: linear-gradient(to bottom, white 0%, white 40%, #FFA300 100%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  background-clip: text;
  color: transparent;
}

@keyframes border-animation {
  0% {
    clip-path: polygon(0% 0%, 0% 0%, 0% 100%, 0% 100%);
  }
  25% {
    clip-path: polygon(0% 0%, 100% 0%, 0% 100%, 0% 100%);
  }
  50% {
    clip-path: polygon(0% 0%, 100% 0%, 100% 100%, 100% 100%);
  }
  75% {
    clip-path: polygon(0% 0%, 100% 0%, 100% 100%, 0% 100%);
  }
  100% {
    clip-path: polygon(0% 0%, 0% 0%, 100% 100%, 0% 100%);
  }
}

.element {
  position: relative;
  height: 500px;
  background: url('../img/theme/cta-background.webp') no-repeat center;
  background-size: cover; /* Ensures the image covers the entire element */
  border-radius: 20px;
  border:6px solid #000;
  box-shadow: 2px 0px 23px 1px #ffc452;
}

.element::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  border: 6px solid transparent;
  border-image: linear-gradient(90deg, transparent, #FFA300, transparent);
  border-image-slice: 1;
  clip-path: polygon(0% 0%, 0% 0%, 0% 100%, 0% 100%);
  animation: border-animation 5s linear infinite;
  border-radius: 20px; /* Match the border radius of the element */
  box-sizing: border-box;
}

.element::after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.85); /* Black overlay with 50% opacity */
  z-index: 1; /* Ensure the overlay is above the background image */
}

.element-content {
  position: relative;
  z-index: 2; /* Ensure the content is above the overlay */
  color: white; /* Adjust text color for visibility */
  padding: 20px;
}

.video-overlay-container {
  position: relative;
  width: 100%;
  height: 500px; /* Adjust height as needed */
  display: flex;
  justify-content: center;
  align-items: center;
  overflow: hidden;
  margin: 50px 0; /* Adjust spacing between sections as needed */
}

#background-video {
  width: 60%;
  height: auto;
  object-fit: cover;
  border-radius: 20px;
  border: 6px solid #000;
  margin-left: 20%;
  
}

.overlay {
  position: absolute;
  top: 490%;
  left: 0;
  right: 0;
  height: 400px;
  transform: translateY(-50%);
  display: flex;
  justify-content: center;
  align-items: center;
  z-index: 10; /* Ensure the overlay is on top */
}

.video-overlay-container::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.5); /* Black overlay */
  z-index: 1;
}

.video-overlay-container video {
  position: relative;
  z-index: 2;
}

/* Modal styles */
.modal {
  display: none; /* Hidden by default */
  position: fixed;
  z-index: 100; /* Sit on top */
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  overflow: auto; /* Enable scroll if needed */
  background-color: rgb(0,0,0); /* Fallback color */
  background-color: rgba(0,0,0,0.4); /* Black w/ opacity */
  justify-content: center;
  align-items: center;
  display: flex;
}

.modal-content {
  background-color: #fefefe00;
  margin: auto;
  padding: 20px;
  width: 70%;
  height: 88%;
  border-radius: 10px;
}

.close {
  color: #aaa;
  float: right;
  font-size: 28px;
  font-weight: bold;
  text-align: end;
}

.close:hover,
.close:focus {
  color: black;
  text-decoration: none;
  cursor: pointer;
}

.close:hover{
    color: #fff !important;
}

#main-video-section{
  background: linear-gradient(180deg, #010100 0%, #140d00 100%);
  /* background: #ffa3001a; */
}

.video-section {
  position: relative;
  width: 100%;
  min-height: 550px;
  border-radius: 30px;
  background: 
    linear-gradient(rgba(0, 0, 0, 0.368), rgba(0, 0, 0, 0.116)),
    url(../img/technology/main-video.webp);
  background-size: cover;
  background-position: center;
  overflow: hidden;
  -webkit-box-shadow: 0px 0px 25px 3px rgba(255, 162, 0, 0.93);
  -moz-box-shadow: 0px 0px 25px 3px rgba(255, 162, 0, 0.93);
  box-shadow: 0px 0px 25px 3px rgba(255, 162, 0, 0.93);
  border: 20px solid #000;
}


.video-section video {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  z-index: -1;
}

.content-wrapper {
  position: relative;
  z-index: 1;
  padding: 50px;
  color: white;
}

.main-title {
  font-family: 'UniversalDoomsdaybold', sans-serif; /* Applying the custom font to h1 */
  font-size: 3.8rem;
  font-weight: 700;
  margin-bottom: 30px;
}

.highlighted-text {
  color: #FFA500;
  display: block;
}
@media (max-width: 962px) {
  .content-wrapper {
    padding: 20px;
  }
  .main-title {
    font-size: 2rem;
  }
  
  .highlighted-text {
    font-size: 2rem;
  }
  .play-button {
    width: 40px!important;
    height: 40px!important;
    margin: -10px auto!important;
    /* padding: 20px!important; */
  }
  .play-button svg{
    width: 20px!important;
    height: 20px!important;
  
  }
  .video-section{
    min-height: 400px;
  }
}

.play-button {
  width: 100px;
  height: 100px;
  background-color: rgba(255, 255, 255, 0.3);
  border: 1px solid #ffffffed;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  margin: -70px auto;
  cursor: pointer;
  transition: all 0.3s ease;
}


.play-button svg {
  width: 40px;
  height: 40px;
  fill: white;
}

.brand-logo {
  position: absolute;
  bottom: 30px;
  left: 30px;
  width: 20%;
}

.brand-logo span {
  color: #FFA500;
}
.count {
  position: relative;
  padding-right: 20px; /* Add padding to the right to make space for the gradient */
  text-align: center;
  color: #fff;
}

.count::after {
  content: '';
  position: absolute;
  color: #fff;
  top: 0;
  right: 0;
  bottom: 0;
  width: 1px;
  background: linear-gradient(180deg, rgba(255, 163, 0, 0) 0%, rgba(255, 163, 0, 1) 48.6486%, rgba(255, 163, 0, 0) 100%);
}

/* Remove the gradient for the last count */
.col-md-4:last-child .count::after {
  content: none; /* Ensures no ::after content for the last .count */
}

.count h2{
  font-weight: 800;
}

.heading{
  text-align: center;
}

#analytics{
  background:linear-gradient(180deg, #180f00 0%, rgb(0, 0, 0) 100%);
}

.analytics-block {
  position: relative;
}
.analytics-block img {
  animation: fadeIn 0.3s forwards;
  animation-timing-function: ease-in-out;
}

.demographics:hover img {
  content: url('../img/technology/demographics.svg'); 
  opacity: 1;
  transition: opacity 0.3s ease-in-out; /* Apply ease-in-out timing */
}

.behavioral:hover img {
  content: url('../img/technology/Behavioral-2.svg'); 
  opacity: 1;
  transition: opacity 0.3s ease-in-out; /* Apply ease-in-out timing */
}

.environmental:hover img {
  content: url('../img/technology/Environmental-hover.svg');
  opacity: 1;
  transition: opacity 0.3s ease-in-out; /* Apply ease-in-out timing */
}

.engagement:hover img {
  content: url('../img/technology/Engagement-hover.svg'); 
  opacity: 1;
  transition: opacity 0.3s ease-in-out; /* Apply ease-in-out timing */
}


.subtitle h6 {
  background: #ffa20033; /* Background color */
  padding: 6px 20px; /* Optional: Add some padding for better appearance */
  width: fit-content; /* Adjust width to fit the content inside */
  border-radius: 50px;
  border: 1px solid #ffa300;
  text-transform: uppercase;
  font-size: 14px;
  font-family: 'Roboto Mono', monospace; /* Use Roboto Mono font */
  letter-spacing: 0em;
}

#analytics h1{
  font-size: 3.5rem;
  font-weight: 900;
  text-align: center;
}

#analytics p{
  color: #ffffffcc;
}
#analytics .heading{
  width: 50%;
}

.analytics-block{
  padding: 40px 40px 0px 40px;
  border: 1px solid #ffa300;
  border-radius: 20px;
  background-color: rgba(255, 255, 255, 0.05);
  gap: 10px;
}
.analytics-block h5{
  font-weight: bold;
}
/* Styling for the images inside .analytics-block */
.analytics-block img {
  background: #130c00;
  padding: 20px;
  border-radius: 20px 20px 0px 0px;
  opacity: 0.6;
  height: 100%; /* Adjust the height to the desired value */
  width: 100%;
  object-fit: cover; 
  transition: opacity 0.5s ease-in-out, box-shadow 0.3s ease-in-out; /* Slow opacity transition */
  transition-timing-function: ease-in-out;
}

@media screen and (max-width: 768px) {
  .count::after {
    display: none!important;
  }
  
  .analytics-block {
    overflow: hidden; /* Prevents scrolling on the block itself */
  }
  #analytics .heading{
    width: 100%;
  }

  .analytics-block .img-container {
    overflow-x: auto; /* Enables horizontal scrolling on images */
    white-space: nowrap; /* Keeps images in a single line */
    -webkit-overflow-scrolling: touch; /* Smooth scrolling on touch devices */
    scrollbar-width: none; /* Hides scrollbar on Firefox */
  }

  .analytics-block .img-container::-webkit-scrollbar {
    display: none; /* Hides scrollbar on Webkit browsers */
  }

  .analytics-block img {
    width: auto; /* Width of each image */
    height: 230px; /* Height of images to keep them square in shape */
    display: inline-block; /* Keeps images in line */
    object-fit: cover; /* Ensures the images cover the area without distorting */
  }

  .analytics-block .content {
    width: 100%; /* Ensures content does not overflow */
    overflow: hidden; /* Adds an extra precaution to ensure content doesn't scroll */
  }
}


/* Hover effect for .analytics-block */
.analytics-block:hover {
  -webkit-box-shadow: 0px 0px 30px 15px rgba(250, 179, 15, 0.8); /* Smaller, brighter shadow */
  -moz-box-shadow: 0px 0px 30px 15px rgba(250, 179, 15, 0.8); /* Smaller, brighter shadow */
  box-shadow: rgba(255, 162, 0, 0.288) 0px 0px 10px 10px inset; /* Smaller, brighter shadow */
  opacity: 1;
  transition: box-shadow 0.3s ease-in-out, opacity 1s ease-in-out; /* Slow opacity transition */
}

/* Hover effect for image inside .analytics-block */
.analytics-block:hover img {
  -webkit-box-shadow: 0px 0px 30px 15px rgba(250, 179, 15, 0.8); /* Smaller, brighter shadow */
  -moz-box-shadow: 0px 0px 30px 15px rgba(250, 179, 15, 0.8); /* Smaller, brighter shadow */
  box-shadow: rgba(255, 162, 0, 0.288) 5px -5px 10px 10px; /* Remove shadow from bottom */
  opacity: 1; /* Full opacity on hover */
  transition: opacity 0.3s ease-in-out; /* Smooth slow opacity transition */
}



.analytics-block {
  display: flex;
  flex-direction: column;
  justify-content: space-between; /* Ensures equal height */
  height: 100%;
}

@media screen and (max-width: 768px) {
  #analytics h1{
    font-size: 2rem;
    font-weight: 900;
  }
  
  #analytics p{
    font-size: 1.2rem;
  }
  .analytics-block{
    padding: 20px 20px 0px 20px;
  }
  .analytics .d-flex {
    margin-bottom: 10px !important;
}
  
}
#insights{
  background: linear-gradient(0deg, #1a1100 0%, rgb(0, 0, 0) 100%);
  color: #fff;
}
#insights col{
  gap: 20px;
}

#insights h2{
  font-size: 2.5rem;
  font-weight: 900;
}
#insights h4{
  font-weight: 800;
}
.process{
  display: flex  ;
      flex-direction: column;
      align-items: center;
}


.arrow {
  transform: rotate(90deg); /* Rotates the arrow 90 degrees clockwise */
  transition: transform 0.3s ease; /* Optional: smooth transition */
  width: 50%;
}

.insights-box{
  border-top: 1px solid #ffa300;
  padding: 30px 0px 20px 0px;
}

.insights-box h4{
  font-size: 1.2rem;
  font-weight: 900;
}

#reports {
  background-image: linear-gradient(
    180deg,
    #fffbf6 30%, /* Light cream white */
    rgb(255, 245, 234) 40%, /* Lighter orange */
    rgb(255, 163, 0) 73% /* Flawk orange */
  );
  color: #000;
}


#reports .sticky-img {
  height: 90vh;  /* Set a fixed height for the scrollable box */
  overflow-y: scroll;  /* Enable vertical scrolling */
  border-radius: 20px;
  border: 1px solid #ffa300;
  overflow-y: scroll;
}

.sticky-img {
  position: relative;
  display: inline-block;
  border: 6px solid #ffa300; /* Frame border color and thickness */
  border-radius: 10px; /* Rounded corners for a modern look */
  padding: 10px; /* Adds spacing between the image and the border */
  background-color: #fff; /* Optional: Adds a white background behind the image */
  box-shadow: 0 4px 10px rgba(0, 0, 0, 0.1); /* Optional: Adds a subtle shadow for depth */
}

.sticky-img img {
  display: block;
  border-radius: 8px; /* Rounds the corners of the image slightly */
  width: 100%; /* Ensures the image is responsive */
  height: auto; /* Maintains aspect ratio */
  
}


#reports .sticky-img img {
  width: 100%; /* Make the image fill the width of the container */
  height: auto; /* Maintain the aspect ratio of the image */
  min-height: 100%; /* Ensure the image takes up at least the full container height */
}

#reports h2{
font-size: 2.5rem;
font-weight: 800;
}
#reports h5{
  font-weight: 800;
}
@media screen and (max-width: 768px) {
  #reports h2{
    font-size: 2rem;
    }
}

.get-start{
  background: #ffa200!important;
  color: #000;
}
.comparison-section {
  padding: 40px 0;
  background-color: #FFE4C4;
}


.industry-card {
  background: #0003;
  color: white;
  border-radius: 15px; /* Rounded corners */
  display: flex;
  flex-direction: column;
  align-items: center; /* Center-align the content */
  justify-content: center;
  text-align: center;
  padding: 30px;
  margin-bottom: 20px;
}


.comparison-card {
  border-radius: 15px; /* Rounded corners */
  display: flex;
  align-items: center; /* Center-align the content */
  justify-content: center;
  width: 100%; /* Full width of the card container */
  color: #fff; /* White text color */
  margin: auto; /* Center the card horizontally */
}

.flawk-card{
  background: linear-gradient(180deg, #4a321b, #000); /* Dark gradient background */

}
.accuracy-percentage {
  font-size: 3rem; /* Large percentage font */
  font-weight: bold; /* Bold font for emphasis */
  color: #ffdd59; /* Bright orange color */
  margin-bottom: 0px;
}

.subtitle {
  font-size: 1rem; /* Font size for subtitle */
  font-weight: 600; /* Slightly bold */
  text-transform: uppercase; /* Capitalized text */
  letter-spacing: 1px; /* Slight spacing for clarity */
  color: #fff; /* Bright orange color */
  margin-bottom: 20px; /* Space below the subtitle */
  text-align: right;
}

.fav-logo img {
  width: 150px; /* Logo size */
  height: auto; /* Maintain aspect ratio */
}


.title {
  font-size: 2rem;
  font-weight: bold;
  font-family: monospace;
}

.accuracy-badge {
  background-color: #0052CC;
  color: white;
  padding: 10px 20px;
  border-radius: 8px;
  font-size: 2.5rem;
  font-weight: bold;
  position: absolute;
  top: 30px;
  right: 30px;
}

.flawk-logo{
    position: absolute;
    height: 100px;
    right: -34px;
    bottom: -49px;
    animation: rotateLogo 4s infinite;
} 

.privacy {
  position: relative;
  background: url('../img/technology/bg-dotted.svg') repeat;
  overflow: hidden; /* Ensures that nothing spills outside the container */
  color: #fff; /* Example text color for visibility */
  background: linear-gradient(310deg,rgba(0,0,0,0) 46%,rgba(0,0,0,1) 100%);
}

.privacy::before {
  content: ""; /* Essential for display */
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: linear-gradient(to top left, rgba(0, 0, 0, 1), rgb(23 18 11));
  z-index: 1; /* Overlay is just above the background */
}

.privacy .container {
  position: relative;
  z-index: 2; /* Content is above the overlay */
  padding: 20px; /* Example padding */
}

.privacy h2{
  font-size: 3rem;
  font-weight: 900;
}

@media screen and (max-width: 768px) {
    .privacy h2{
      font-size: 2rem;
    }
}
.btn-underline {
  border-bottom: #ffa200 1px solid!important;
  color: #fff!important;
  border-radius: 0!important;
  position: relative;
  padding-right: 20px; /* Ensure there's space for the arrow on the right */
}

.icon-box {
  border: #ffa200 1px solid;
  color: #fff;
  padding: 20px;
  border-radius: 10px;
  margin-bottom: 10px;
}
.icon-box svg {
  flex-shrink: 0;
  width: 40px; /* Fixed width for icons */
  height: 40px; /* Fixed height for icons */
  margin-bottom: 20px;
  fill: #ffa200; /* Icon color */
  stroke: #ffa20000; /* Ensuring stroke color is the same as fill */
}

.icon-box .content h1 {
  margin-bottom: 10px;
  font-size: 22px; /* Adjust size as needed */
  font-weight: 900;
}

.icon-box .content p {
  margin: 0;
  font-size: 16px; /* Adjust size as needed */
  opacity: 0.8;
}
.partners{
  background: linear-gradient(180deg, #000000 0%, rgb(70 46 6) 49.0990990990991%, rgb(0 0 0) 100%);
  color: #fff;
}

.partners h2{
  font-size: 3rem;
  font-weight: 900;
}

@keyframes slide {
  from {
    transform: translateX(0);
  }
  to {
    transform: translateX(-100%);
  }
}

.logos {
  overflow: hidden;
  padding: 60px 0;
  white-space: nowrap;
  position: relative;
}

.logos:before,
.logos:after {
  position: absolute;
  top: 0;
  width: 100px;
  height: 100%;
  content: "";
  z-index: 2;
}

.logos:before {
  left: 0;
}

.logos:after {
  right: 0;
}


.logos-slide {
  display: inline-block;
  animation: 20s slide infinite linear;
}

.logos-slide img {
  height: 40px;
  margin: 0 40px;
  opacity: 0.8;

}

.solutions{
  background: linear-gradient(0deg, #0f0901 0%, rgb(7 5 1) 100%);
  color: #fff;
}
.solutions h2{
  font-weight: 900;
}

.highlight{
  color: #ffa200;
}
.solution-box{
   border-radius: 20px;
  background: #ffdd590d;
  height: 100%;
  display: flex ;
 flex-direction: column;
 justify-content: space-between;
}
.software, .software h6{
  border: 1px solid #ffdd59;
}
.software h5{
  font-size: 1rem;
}
.software .highlight{
  color: #ffdd59;
}

.hardware, .hardware h6{
  border: 1px solid #ffa300;
}
.hardware h5{
  font-size: 1rem;
}
.hardware .highlight{
  color: #ffa300;
}
.btn-solution-1{
  background: #ffdd59!important;
  border-radius: 50px!important;
  width: fit-content;
  font-size: 0.9rem!important;
  font-weight: 500!important;
}

.btn .fas{
  margin-left: 10px;
}
.btn-solution-2{
  background: #ffa300!important;
  border-radius: 50px!important;
  width: fit-content;
  font-size: 0.9rem!important;
  font-weight: 500!important;
}


.solution-box ol {
  counter-reset: item; /* Resets the list counter */
  list-style-type: none; /* Removes default list numbering */
  padding-left: 0; /* Removes default padding */
}

.solution-box ol li {
  counter-increment: item; /* Increments the counter for each list item */
  position: relative; /* Needed for absolute positioning of the pseudo-element */
  padding-left: 30px; /* Provides space for the number */
  margin-bottom: 10px; /* Adds some space between list items */
  font-weight: 600;
  font-family: "NotoSans", sans-serif;
}

.solution-box ol li::before {
  content: counter(item); /* Inserts the counter number */
  background: #ffa30033; /* Sets the background color of the number */
  color: #ffa300; /* Sets the text color */
  width: 20px; /* Width of the background */
  height: 20px; /* Height of the background */
  line-height: 20px; /* Centers text vertically */
  text-align: center; /* Centers text horizontally */
  position: absolute; /* Absolutely positions the pseudo-element */
  left: 0; /* Aligns the background to the left of the content */
  top: 0; /* Aligns the background to the top of the list item */
  border-radius: 50%; /* Makes the background circular */
  font-weight: 400;
}

.solutions h2{
  font-size: 2.3rem;
}
.solutions h3{
  font-weight: 900;
}
.solution-box {
  font-weight: bold;
}
.solution-box p{
  font-size: 0.8rem;
  font-weight: 600;
  color: #b9b9b9;
  letter-spacing: 0rem;
}
.cta-section{
  background: rgb(8 5 0);
  color: #fff;
}
.cta-content {
  position: relative;
  background-color: #000;
}

.cta-content::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: url('../img/technology/CTA-Background.png') no-repeat center center;
  background-size: cover;
  opacity: 0.6; /* Set the opacity to 50% */
  z-index: -1;
  border-radius: 20px; /* Match the container's radius */
}

.cta-content {
  padding: 8rem 2rem;
  border-radius: 20px;
  border: 4px solid #ffa300;
  box-shadow:
  0 0.7px 2.8px -0.4px rgba(255, 163, 0, 0.4),
  0 1.4px 5.6px -0.8px rgba(255, 163, 0, 0.35),
  0 2.8px 11.2px -1.2px rgba(255, 163, 0, 0.3),
  0 5.6px 22.4px -1.6px rgba(255, 163, 0, 0.25),
  0 11.2px 44.8px -2px rgba(255, 163, 0, 0.2);

  display: flex; /* Enables Flexbox */
  flex-direction: column;
  justify-content: center; /* Centers content horizontally */
  align-items: center; /* Centers content vertically */
  text-align: center; /* Centers text inside the content */
  height: 100%; /* Set a height (adjust as needed) */
  transform: perspective(500px) rotateX(1deg);
}
.cta-content img{
  width: 200px;
  margin-bottom: 20px;
}
.cta-content h1{
  font-size: 4rem;
  font-weight: 900;
  font-family: "UniversalDoomsdayMedium", sans-serif;

}
.animated-button {
  position: relative;
  padding: 12px 24px;
  font-family: Arial, sans-serif;
  font-size: 16px;
  border: none;
  border-radius: 25px;
  cursor: pointer;
  background: #261800;
  color: #fff;
  z-index: 1;
}

.animated-button::before {
  content: '';
  position: absolute;
  inset: 0;
  border-radius: 25px;
  padding: 2px;
  background: linear-gradient(
    90deg,
    #ffa500,
    #ffa500
  );
  -webkit-mask: 
    linear-gradient(#fff 0 0) content-box,
    linear-gradient(#fff 0 0);
  mask: 
    linear-gradient(#fff 0 0) content-box,
    linear-gradient(#fff 0 0);
  -webkit-mask-composite: xor;
  mask-composite: exclude;
  animation: rotate 3s linear infinite;
}

@keyframes rotate {
  0% {
    clip-path: polygon(0 0, 100% 0, 100% 2px, 0 2px);
  }
  25% {
    clip-path: polygon(calc(100% - 2px) 0, 100% 0, 100% 100%, calc(100% - 2px) 100%);
  }
  50% {
    clip-path: polygon(0 calc(100% - 2px), 100% calc(100% - 2px), 100% 100%, 0 100%);
  }
  75% {
    clip-path: polygon(0 0, 2px 0, 2px 100%, 0 100%);
  }
  100% {
    clip-path: polygon(0 0, 100% 0, 100% 2px, 0 2px);
  }
}

@media screen and (max-width: 768px) {
    .partners h2{
      font-size: 2rem;
    }
    .cta-content h1{
      font-size: 2.5rem;
      font-weight: 900;
    }
    .cta-content{
      padding: 30px;
    }
    .cta-content p{
      font-size: 1.2rem;
    }
}
.impressions p{
  font-size: 0.8rem;
}

/* Define the keyframes for the animation */
@keyframes rotateLogo {
    0% {
        transform: rotate(0deg);
    }
    50% {
        transform: rotate(25deg);
    }
    100% {
        transform: rotate(0deg);
    }
}

.video-backg{
    background: linear-gradient(to top, #f4d7a0 50%, black 50%) !important;
    height: 500px;
}


/* Portrait and landscape */
@media only screen 
  and (min-device-width: 768px) 
  and (max-device-width: 1024px)
  and (-webkit-min-device-pixel-ratio: 1) {
  /* Your CSS rules for iPad Mini */

  .testimonial-bottom {
        margin-bottom: 72% !important;
    }

    .testimonial-con{
      display: grid !important;
    }
}

/* Portrait and landscape */
@media only screen 
  and (min-device-width: 820px) 
  and (max-device-width: 1180px)
  and (-webkit-min-device-pixel-ratio: 2) {
  /* Your CSS rules for iPad Air */

    .testimonial-bottom {
        margin-bottom: 72% !important;
    }

    .testimonial-con{
      display: grid !important;
    }
}