/* Fonts */
:root {
  --font-default: "Open Sans", system-ui, -apple-system, "Segoe UI", Roboto, "Helvetica Neue", Arial, "Noto Sans", "Liberation Sans", sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji";

}

/* Colors */
:root {
  --color-default: #0a0d13;
  --color-primary: #0d42ff;
  --color-secondary: #0e1d34;
}

/* Smooth scroll behavior */
:root {
  scroll-behavior: smooth;
}

/*--------------------------------------------------------------
# General
--------------------------------------------------------------*/
body {
  font-family: 'Open Sans', sans-serif;
  color: var(--color-default);
  
}

a {
  color: var(--color-primary);
  text-decoration: none;
}

a:hover {
  color: #406aff;
  text-decoration: none;
}

h1{
  font-size: 60px;
  margin-bottom: 70px;
}
h3{
  margin-top: 25px;
}
h4,
h5,
h6 {
  font-family: var(--font-primary);
}

/*--------------------------------------------------------------
# Sections & Section Header
--------------------------------------------------------------*/
section {
  overflow: hidden;
  
}

.partner{
  margin-bottom: 40px;
}
/*--------------------------------------------------------------
# Products Section
--------------------------------------------------------------*/
.products{
  background: rgb(11, 68, 190);
  margin-top: 100px;
  text-align: center;
  color: white;
  font-size: 22px; /* Set font size to 32px */
  padding: 80px 0;
}

.gy-4{
  color: white;
  font-weight: 500;
}

.view-products:hover{
  color: #fff;
  background: rgba(13, 66, 255, 0.8);
  text-decoration: none;
  }

.view-products {
  display: inline-block; /* Display as inline-block to fit content */
  padding: 13px 50px; /* Add padding around the text */
  border-radius: 5px; /* Optional: Add rounded corners */
  text-decoration: none; /* Remove underline from the link */
  color: white; /* Set text color */
  background-color: gray;
  font-weight: bold;
  font-size: 11px;
}


.custom-list {
  list-style-type: none; /* Remove default list style */
  padding-left: 0; /* Remove default padding */
  font-size: 25px;
  
}

.custom-list li {
  padding-left: 0px; /* Adjust the padding */
  position: relative; /* Position relative for absolute positioning of checkmark */
  line-height: 1.5; /* Adjust line height for better spacing */
  margin-bottom: 20px; /* Add some space between list items */
  font-size: 28px;
  text-align: left; /* Align text to the left */
  
}

.custom-list p {
  font-size: 20px; /* Set font size to 12px */
  text-align: left; /* Align text to the left */
  padding-left: 50px;
  font-weight: normal;

}

.icon {
  font-size: 30px; /* Adjust the size to make it bigger */
  color:blue;
  margin-right: 20px;
}
.rectangle-box {
  position: relative;
  width: 80%;
  padding-top: 56.25%; /* 16:9 Aspect Ratio for a laptop-like shape */
  
}
.rectangle-content {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  color: #000000; /* Optional: Text color */
}
/*--------------------------------------------------------------
# Sample Section
--------------------------------------------------------------*/

.sample {
  width: 100%;
  position: relative;
  height: 700px;}

.transparent-box {
  position: absolute;
  bottom: 40px;
  left: 0;
  width: 100%;
  height: 100px; /* Set your desired height */
  background-color: rgba(255, 255, 255, 0.7); /* Transparent white background */
  display: flex;
  justify-content: center;
  align-items: center;
}

.transparent-box p {
  margin: 0 20px; /* Equal left and right margins */
  padding: 20px;
  text-align: center;
  width: 100%;
}



@media (max-width: 576px) {
  .container {
      padding: 0 15px;
  }

  .embrace-title {
    font-size: 1.5rem;
}
  h1 {
      font-size: 1.8rem;
  }

  .custom-list li {
      margin-bottom: 20px;
  }
}

@media (max-width: 1024px) {
  .sample-image {
      height: 90%;
  }
  .transparent-box{
    bottom: 120px;
  }
}

@media (max-width: 1280px) {
  .products p{
    bottom: 120px;
  }
}


/*--------------------------------------------------------------
# Features Section
--------------------------------------------------------------*/
.rectangle-box {
  width: 100%;
  position: relative;
}

.rectangle-content {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
}

.rectangle-content img.intel {
  max-width: 100%;
  max-height: 100%;
}


/* Responsive Styles */
@media (max-width: 992px) {
  .col-md-4 {
      flex: 0 0 50%;
      max-width: 50%;
  }
  .col-md-8 {
    text-align: center; /* Center the content */
}
  .intel {
      
      height: auto; /* Maintain aspect ratio */
      width: 10%;
  }
  }

@media (max-width: 768px) {
  .col-md-4 {
      flex: 0 0 100%;
      max-width: 100%;
  }
  
}
/* General Styles */

.partner .container {
  max-width: 1200px;
}

.partner .intel {
  max-width: 100%;
  height: auto;
}

.embrace-title {
  font-size: 2.5rem;
  font-weight: bold;
  margin-bottom: 20px;
}

.embrace-title br {
  display: none; /* Hide line breaks on smaller screens */
}

/* Responsive Styles */
@media (max-width: 992px) {
  .col-md-6 {
      flex: 0 0 100%;
      max-width: 100%;
      text-align: center;
  }

  .embrace-title {
      font-size: 2rem;
  }
}

@media (max-width: 768px) {
  .partner {
      padding: 40px 0;
  }

  .col-md-6 {
      padding: 0 15px;
  }

  .embrace-title {
      font-size: 1.8rem;
  }
}
@media (max-width: 430) {
  .form{
    background: red;
  }
}

#sample .container p {
  font-size: 18px; /* Set font size to 32px */
}

.gy-4{
  color: white;
  font-weight: 500;
}

.description{
  font-size: 13px;
  font-weight: 100;
  margin-top: -15px;
}


  .navbar .dropdown ul {
    display: block;
    position: absolute;
    left: 14px;
    top: calc(100% + 30px);
    margin: 0;
    padding: 10px 0;
    z-index: 99;
    opacity: 0;
    visibility: hidden;
    background: #fff;
    box-shadow: 0px 0px 30px rgba(127, 137, 161, 0.25);
    transition: 0.3s;
    border-radius: 4px;
  }

  .navbar .dropdown ul li {
    min-width: 200px;
  }

  .navbar .dropdown ul a {
    padding: 10px 20px;
    font-size: 15px;
    text-transform: none;
    font-weight: 400;
    color: var(--color-secondary);
  }

  .navbar .dropdown ul a i {
    font-size: 12px;
  }

  .navbar .dropdown ul a:hover,
  .navbar .dropdown ul .active:hover,
  .navbar .dropdown ul li:hover>a {
    color: var(--color-primary);
  }

  .navbar .dropdown:hover>ul {
    opacity: 1;
    top: 100%;
    visibility: visible;
  }

  .navbar .dropdown .dropdown ul {
    top: 0;
    left: calc(100% - 30px);
    visibility: hidden;
  }

  .navbar .dropdown .dropdown:hover>ul {
    opacity: 1;
    top: 0;
    left: 100%;
    visibility: visible;
  }

  
  /*--------------------------------------------------------------
  # Form Section
  --------------------------------------------------------------*/
  .form{
    background: rgb(11, 68, 190);
    color: black;
  }

  /* Add this CSS to your stylesheet */
  .form-container {
    background-color: white; /* Blue background color */
    border-radius: 8px; /* Optional: adds rounded corners to the form container */
    padding: 20px; /* Optional: adds padding inside the form container */
    box-shadow: 0 4px 8px rgba(0, 0, 0, 0.1); /* Optional: adds a subtle shadow */
    margin: auto;
  }

  .form-container h2 {
    color: #FFFFFF; /* White text color */
  }

@media (max-width: 640px) {
  .section-header h2 {
    font-size: 28px;
    margin-bottom: 15px;
  }

  .section-header span {
    font-size: 38px;
  }
}

/*--------------------------------------------------------------
# Scroll top button
--------------------------------------------------------------*/
.scroll-top {
  position: fixed;
  visibility: hidden;
  opacity: 0;
  right: 15px;
  bottom: 15px;
  z-index: 99999;
  background: var(--color-primary);
  width: 40px;
  height: 40px;
  border-radius: 4px;
  transition: all 0.4s;
}

.scroll-top i {
  font-size: 24px;
  color: #fff;
  line-height: 0;
}

.scroll-top:hover {
  background: rgba(13, 66, 255, 0.8);
  color: #fff;
}

.scroll-top.active {
  visibility: visible;
  opacity: 1;
}

/*--------------------------------------------------------------
# Preloader
--------------------------------------------------------------*/
#preloader {
  position: fixed;
  inset: 0;
  z-index: 9999;
  overflow: hidden;
  background: #fff;
  transition: all 0.6s ease-out;
  width: 100%;
  height: 100vh;
}

#preloader:before,
#preloader:after {
  content: "";
  position: absolute;
  border: 4px solid var(--color-primary);
  border-radius: 50%;
  animation: animate-preloader 2s cubic-bezier(0, 0.2, 0.8, 1) infinite;
}

#preloader:after {
  animation-delay: -0.5s;
}

@keyframes animate-preloader {
  0% {
    width: 10px;
    height: 10px;
    top: calc(50% - 5px);
    left: calc(50% - 5px);
    opacity: 1;
  }

  100% {
    width: 72px;
    height: 72px;
    top: calc(50% - 36px);
    left: calc(50% - 36px);
    opacity: 0;
  }
}

/*--------------------------------------------------------------
# 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: 10px 0;

}

.header.sticked {
background: rgba(14, 29, 52, 0.9);
padding: 20px 0;
box-shadow: 0px 2px 20px rgba(14, 29, 52, 0.1);
color:white;
}


/*--------------------------------------------------------------
# Desktop Navigation
--------------------------------------------------------------*/
@media (min-width: 1280px) {
  .navbar {
    padding: 0;
    font-size: 13px;
  }

  .navbar ul {
    margin: 0;
    padding: 0;
    display: flex;
    list-style: none;
    align-items: center;
    
  }

  .navbar li {
    position: relative;
    

  }

  .navbar a,
  .navbar a:focus {
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 10px 0 10px 30px;
    font-family: var(--font-primary);
    font-size: 16px;
    font-weight: 400;
    color:black;
    white-space: nowrap;
    transition: 0.3s;
    font-weight: bold;

  }

  .navbar a i,
  .navbar a:focus i {
    font-size: 12px;
    line-height: 0;
    margin-left: 5px;

  }

  .navbar .active{
    background-color: yellow;
    padding: 8px 15px; /* Adjust padding as needed */
    border-radius: 20px; 
    

  }
  .navbar a:hover,
  .navbar .active:focus,
  .navbar li:hover>a {
    color:black;
    text-decoration: none;
    justify-content: space-between;
    
  }

  .transparent-box{
    bottom: 120px;
  }
}

@media (min-width: 1280px) and (max-width: 1366px) {
  .navbar .dropdown .dropdown ul {
    left: -90%;
  }

  .navbar .dropdown .dropdown:hover>ul {
    left: -100%;
  }
}

@media (min-width: 1280px) {

  .mobile-nav-show,
  .mobile-nav-hide {
    display: none;
  }
}


/*--------------------------------------------------------------
# Mobile Navigation
--------------------------------------------------------------*/
@media (max-width: 1279px) {
  .navbar {
    position: fixed;
    top: 0;
    right: -100%;
    width: 100%;
    max-width: 400px;
    bottom: 0;
    transition: 0.3s;
    z-index: 9997;
  }

  .navbar ul {
    position: absolute;
    inset: 0;
    padding: 50px 0 10px 0;
    margin: 0;
    background: rgba(14, 29, 52, 0.9);
    overflow-y: auto;
    transition: 0.3s;
    z-index: 9998;
  }

  .navbar a,
  .navbar a:focus {
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 12px 20px;
    font-family: var(--font-primary);
    font-size: 16px;
    font-weight: 500;
    color: rgba(255, 255, 255, 0.7);
    white-space: nowrap;
    transition: 0.3s;
  }

  .navbar a i,
  .navbar a:focus i {
    font-size: 12px;
    line-height: 0;
    margin-left: 5px;
  }

  .navbar a:hover,
  .navbar .active,
  .navbar .active:focus,
  .navbar li:hover>a {
    color: #fff;
  }



  .navbar .dropdown ul,
  .navbar .dropdown .dropdown ul {
    position: static;
    display: none;
    padding: 10px 0;
    margin: 10px 20px;
    transition: all 0.5s ease-in-out;
    border: 1px solid #19335c;
  }

  .navbar .dropdown>.dropdown-active,
  .navbar .dropdown .dropdown>.dropdown-active {
    display: block;
  }

  .mobile-nav-show {
    color: #f9c726;
    font-size: 28px;
    cursor: pointer;
    line-height: 0;
    transition: 0.5s;
    z-index: 9999;
    margin-right: 10px;
  }

  .mobile-nav-hide {
    color: #fff;
    font-size: 32px;
    cursor: pointer;
    line-height: 0;
    transition: 0.5s;
    position: fixed;
    right: 20px;
    top: 20px;
    z-index: 9999;
  }

  .mobile-nav-active {
    overflow: hidden;
  }

  .mobile-nav-active .navbar {
    right: 0;
  }

  .mobile-nav-active .navbar:before {
    content: "";
    position: fixed;
    inset: 0;
    background: rgba(14, 29, 52, 0.8);
    z-index: 9996;
  }
}


.embrace-title {
  color: rgb(11, 68, 190);
  font-weight: bold;
  font-size: 55px;
}

@media (min-width: 900px) {
  .transparent-box{
    bottom: 1000px;
  }

}
@media (min-width: 912px) {
  .transparent-box{
    bottom: 90px;
  }

}


/*--------------------------------------------------------------
# Footer
--------------------------------------------------------------*/
.footer {
  font-size: 14px;
  color: black;
}

.footer-row {
  display: flex;
  justify-content: space-around;
}

.footer-column {
  flex: 1;
  padding: 0 15px;
}

.footer-column ul {
  list-style: none; /* Removes bullet points */
  padding: 0; /* Removes default padding */
}

.footer-column li {
  margin-bottom: 10px; /* Adds spacing between list items */
}

.footer-column a {
  text-decoration: none; /* Removes underline from links */
  color: black; /* Sets the text color to black */
}

.footer-column a:hover {
  text-decoration: none; /* Removes underline on hover */
}

.footer h4 {
  font-size: 16px;
  font-weight: bold;
  position: relative;
  padding-bottom: 12px;
}

.footer .footer-links {
  margin-bottom: 30px;
  color:black;
}

.footer .footer-links ul {
  list-style: none;
  padding: 0;
  margin: 0;
}

.footer .footer-links ul i {
  padding-right: 2px;
  color: rgba(13, 66, 255, 0.8);
  font-size: 12px;
  line-height: 0;
}

.footer .footer-links ul li {
  padding: 10px 0;
  display: flex;
  align-items: center;
}

.footer .footer-links ul li:first-child {
  padding-top: 0;
}

.footer .footer-links ul a {
  color: rgba(255, 255, 255, 0.6);
  transition: 0.3s;
  display: inline-block;
  line-height: 1;
}

.footer .footer-links ul a:hover {
  color:black;
}

.footer .footer-contact p {
  line-height: 26px;
}

.footer .copyright {
  text-align: center;
  font-size: 11px;
}

.footer .credits {
  padding-top: 4px;
  text-align: center;
  font-size: 13px;
}

.footer .credits a {
  color:black;
}

.by{
  font-size: 9px;
}

.journey{
  font-size: 25px;
}