* {
  box-sizing: border-box;
  font: normal 16px / 28px "Roboto", Helvetica, Arial, Verdana, sans-serif;
}
body {
  background-color: #fff;
  width: 100%;
  font-family: "Montserrat", sans-serif;
  line-height: 1.6;
}
:root {
  --main-color: #1c1c1c;
}

.navbar.sticky {
  padding: 0%;
  background: #fff;
  box-shadow: 0 0 15px 1px rgba(0, 0, 0, 0.07);
}
.navbar.sticky .nav-item .nav-link {
  color: #282828 !important;
}

.navbar-brand img {
  width: 60%;
}
.nav-item .nav-link {
  color: #fff !important ;
  font-size: 16px;
  font-weight: bold;
  letter-spacing: 0.2px;
  transition: all 0.3s;
  position: relative;
}
.nav-item .nav-link::before,
.nav-link.active::before,
.navbar.sticky .nav-link.active::before {
  content: "";
  position: absolute;
  bottom: 0;
  left: 7;
  width: 0;
  height: 2px;
  background-color: #ffffff;
  transition: all 0.3s ease-in-out 0s;
}
.navbar.sticky .nav-link.active::before {
  background: -webkit-linear-gradient(left, #1ebbf0 30%, #39dfaa 100%);
}
.nav-link:hover::before,
.nav-link.active::before,
.navbar.sticky .nav-link:hover::before,
.navbar.sticky .nav-link.active::before {
width: 80%;
}
.nav-link:hover{
  color: #fff;
  cursor: pointer;
}


.home {
  background-size: cover;
  background-position: center top;
  position: relative;
  /* animation: image 300s infinite;
  transition: image 0.3s, border 0.3s; */
}

.test{
  background-image: url(../images/testimonials/testimonial.jpg);
  background-size: cover;
  background-position: center center;
  height: 70vh;
  position: relative;
}

#home .home-data {
  margin-top: 32px;
  min-height: 540px;
}


p{
  text-align: justify;
}

.slider-home{
  height: 100vh;
  min-height: 600px;
}

.home-layer,
.test-layer {
  background-color: rgba(17, 16, 16, 0.518);
  height: 100%;
  width: 100%;
}

.home-data img {
  width: 60%;
  /* margin-top: 10%; */
  vertical-align: middle;
  display: inline-block;
}
.home-data h1 {
  font-weight: bold;
  font-size: 67px;
}
.home-data h2 {
  font-weight: bold;
  font-size: 40px;
}
.home-data p {
  font-weight: 550;
  font-size: 25px;
}

.home .home-layer .header-btn .bttn {
  background-color: #61bece;
  border: none;
  color: white;
  padding: 12px 24px; /* Adjust padding as needed */
  text-align: center;
  text-decoration: none;
  display: inline-flex; /* Use flexbox for centering */
  justify-content: center; /* Center horizontally */
  align-items: center; /* Center vertically */
  font-size: 16px; /* Adjust font size as needed */
  margin: 4px 12px;
  font-weight: 700;
  white-space: nowrap; /* Prevent text from wrapping on larger screens */
  overflow: hidden; /* Hide any overflow text */
  max-width: 100%; /* Limit the width to 100% of parent container */
  word-break: keep-all; /* Ensure words don't break at arbitrary points */
  line-height: normal; /* Reset line-height to default */
}



  
}

.text-s{
  font-weight: bold;
}

#about,
#testimonial,
#journey {
  /* background-color: #f7f7f7; */
}

.about-content .about-data a {
  color: #333;
  text-decoration: none;
}
.about-content .about-data a h5 {
  font-weight: bold;
}
.about-content .circle-icon a{
  text-decoration: none;
}
.about-content .circle-icon{
  margin-bottom: 1.8rem ;
}
.about-content .circle-icon i{
  width: 70px;
  height: 70px;
  margin: auto;
  font-size: 30px;
  border-radius: 50%;
  display: flex;
  justify-content: center;
  align-items: center;
  background-color: #61BECE;
  color: #fff;
  transition: all .5s ease-in-out;
}
.about-content .circle-icon:hover  i{
  background-color:#23a455;
  color: #fff;
}
.about-content .about-data p {
  line-height: 1.8;
  padding-top: 4%;
  word-spacing: normal;
  color: #8b8d94;
}
.event-content .event-header {
  margin-bottom: 15px;
}
.event-content .event-header h2,
.testimonials-section h2,
.journey-header h2 {
  font-weight: 700;
  line-height: 30px;
  color: #333333;
}
.event-content .event-header-line .element-header-line,
.testimonial-header-line .element-header-line,
.journey-header-line .element-header-line {
  width: 140px;
  margin: 0 auto;
  background-color: #61bece;
  text-align: center;
  padding-top: 1.8px;
  padding-bottom: 1.8px;
  display: block;
  margin-bottom: 40px;
}

.event-content .event-data h4,
.journey-data .journey-header {
  color: #333333;
  font: normal bold 20px / 30px "Roboto", Helvetica, Arial, Verdana, sans-serif;
  text-transform: none;
}
.event-content .event-data p,
.journey-info p {
  color: #7a7a7a;
  font: normal 16px / 28px "Roboto", Helvetica, Arial, Verdana, sans-serif;
}


.event-ifo-icon ul li {
  list-style: none;
  font-weight: 700;
  color: #333333;
  line-height: 2;
}

/* Testimonials section start */
.testimonials-section {
  padding: 50px 0;
}

.testimonial {
  text-align: left;
  margin-bottom: 30px;
}
.testimonial .quote {
  color: rgba(0, 0, 0, 0.15);
  border-color: rgba(0, 0, 0, 0.15);
}
.testimonial .quote i{
  font-size: 3em;
  width: 1rem;
  height: 1em;
}
.testimonial p {
  font-style: italic;
  color: #8b8d94;
  font-size: 16px;
  margin-bottom: 20px;
}
.testimonial p span {
  font-size: 40px;
  font-style: italic;
  font-weight: bold;
}

.testimonial h5 {
  margin-top: 10px;
  /* font-weight: bold; */
  color: #333333;
}
.testimonial small {
  color: #61bece;
  font-size: 13px;
  text-transform: uppercase;
  line-height: 24px;
}
/* Testimonials section end */
.progress-info span {
  color: #7a7a7a;
}
.progress-bar-container {
  background-color: rgba(0, 0, 0, 0.07);
  border-radius: 0px;
  overflow: hidden;
  color: #fff;
}
.progress-bar {
  background-color: #61bece;
  width: 80%;
  height: 10px;
  line-height: 10px;
}

.slider-contain {
  overflow: hidden;
}
.slider {
  animation: slidein 30s linear infinite;
  white-space: nowrap;
  -webkit-animation: slidein 30s linear infinite;
}
.logos {
  width: 100%;
  display: inline-block;
  margin: 0px 0;
  
}
img {
  animation: forwards 0.5s cubic-bezier(0.455, 0.03, 0.515, 0.955) forwards;
}

@keyframes slidein {
  from {
    transform: translate3d(0, 0, 0);
  }
  to {
    transform: translate3d(-100%, 0, 0);
  }
}

@keyframes fade-in {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}

footer .footer .footer-head {
  font-weight: bold;
}
footer p,
a {
  color: #8b8d94;
}

@media screen and (max-width: 768px) {
  .nav-item .nav-link {
    font-size: 12px;
    font-weight: bold;
  }

  .home .home-layer .header-btn .bttn {
    width: 70%;
    margin: .5rem;
  }
  .home .home-layer .header-btn{
    margin: 3rem .5rem;
  }
}

.progress-bar-container .progress-bar {   width: 85%;       animation: progressAnimation 6s; }  @keyframes progressAnimation {   0%   { width: 5%; }   100% { } }




.development-box {
    position: sticky;
    top: 0;
    width: 50%;
    background-color: #ffcc00;
    color: #333;
    text-align: center;
    padding: 10px;
    box-shadow: 0 2px 4px rgba(0, 0, 0, 0.1);
    z-index: 1000;
    animation: slideDown 1s ease-out;
}

@keyframes slideDown {
    from {
        transform: translateY(-100%);
    }
    to {
        transform: translateY(0);
    }
}

.content {
    padding: 20px;
}

p {
    margin: 20px 0;
}
/* General reset and box-sizing */
*,
*::before,
*::after {
    box-sizing: border-box;
    margin: 0;
    padding: 0;
}

/* Body and HTML adjustments */
body, html {
    overflow-x: hidden;
    font: normal 16px / 28px "Roboto", Helvetica, Arial, Verdana, sans-serif;
}

/* Navbar adjustments */
.nav-item .nav-link {
    font-size: 18px; /* Default font size for nav links */
    font-weight: bold;
}

/* Adjustments for smaller screens */
@media screen and (max-width: 768px) {
    .nav-item .nav-link {
        font-size: 12px; /* Smaller font size for smaller screens */
    }
}

/* Navbar toggler adjustments */
.navbar-toggler {
    color: #red; /* Adjust color of hamburger icon */
    border-color: white; /* Adjust border color of hamburger icon */
    border-radius: 8px
}

.navbar-toggler-icon {
    background-color: white; /* Set background color of the hamburger menu icon to transparent */
    border-color: red; /* Set border color of the hamburger menu icon to transparent */
    width: 40%
    border-spacing: 
}

.navbar-toggler-icon span {
    background-color: #fff; /* Set background color of spans to white */
    height: 3px; /* Adjust height of each line */
    width: 25px; /* Adjust width of each line */
    display: block; /* Ensure each span is a block element */
    margin-bottom: 5px; /* Adjust spacing between lines */
}

/* Dropdown menu adjustments */
#navbarSupportedContent {
    background: #fff; /* White background for the dropdown menu */
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 1500; /* Adjust z-index to ensure it's above all other content */
    display: none; /* Initially hidden */
}

#navbarSupportedContent.active {
    display: block; /* Show the menu when active */
}

/* Home adjustments */
.home {
    position: relative; /* Ensure it doesn't interfere with fixed elements */
}

#navbarSupportedContent {
    background: #fff; /* White background for the dropdown menu */
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 1600; /* Higher than the carousel */
    display: none; /* Initially hidden */
}

/* Navbar and Burger Menu Button */
.navbar-toggler {
    color: #red; /* Adjust color of hamburger icon */
    border-color: white; /* Adjust border color of hamburger icon */
    border-radius: 8px; /* Optional: Rounded corners */
}

.navbar-toggler-icon {
    background-color: transparent; /* Set background color of the hamburger menu icon to transparent */
    border-color: red; /* Set border color of the hamburger menu icon */
}

.navbar-toggler-icon span {
    background-color: #fff; /* Set background color of spans to white */
    height: 3px; /* Adjust height of each line */
    width: 25px; /* Adjust width of each line */
    display: block; /* Ensure each span is a block element */
    margin-bottom: 5px; /* Adjust spacing between lines */
}

/* Overlay Menu */
#navbarSupportedContent {
    background: #fff; /* White background for the dropdown menu */
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 1600; /* Higher than the carousel */
    display: none; /* Initially hidden */
    opacity: 0; /* Start with opacity 0 for animation */
    transition: opacity 0.3s ease-in-out; /* Smooth opacity transition */
}

#navbarSupportedContent.active {
    display: block; /* Show the menu when active */
    opacity: 1; /* Fade in the menu */
}

/* Additional styles for menu items and links as needed */
.navbar-nav .nav-item .nav-link {
    color: #282828; /* Adjust link color */
}
