@import url("https://fonts.googleapis.com/css2?family=Roboto+Mono:ital,wght@0,100..700;1,100..700&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");
* {
  margin: 0;
  padding: 0;
  box-sizing: border-box;

  color: #fff;
  font-family: "Roboto", "Mono";
  overflow-x: hidden;
  scroll-behavior: smooth;
  -webkit-user-select: none;
  -khtml-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  -o-user-select: none;
  user-select: none;
}
li {
  list-style: none;
}
a {
  text-decoration: none;
  font-size: 24px;
}

a {
  background: linear-gradient(to right, rgb(0, 0, 0), rgb(0, 0, 0)),
    linear-gradient(
      to right,
      rgb(255, 255, 255),
      rgb(254, 254, 254),
      rgb(255, 255, 255)
    );
  background-size: 100% 0.1em, 0 0.1em;
  background-position: 100% 100%, 0 100%;
  background-repeat: no-repeat;
  transition: background-size 400ms;
}

a:hover,
a:focus {
  background-size: 0 0.1em, 100% 0.1em;
}

nav {
  /* border: 2px solid red; */
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-end;
  align-items: center;
  padding: 10px;
  margin: 10px;
  border-bottom: 1px solid #ffffff40;
}
.hamburger {
  width: 20px;
  overflow: hidden;
}
.hamburger i {
  width: 40px;
  height: 24px;
}
.hr {
  border-bottom: 2px solid #fff;
  width: 100%;
  align-items: center;
}
.btn {
  border: 1px solid white;
  width: 10vw; /* 10% of the viewport width */
  padding: 5px;
  border-radius: 20px;
  text-align: center;
  position: absolute;
}
.btn:hover {
  transform: scaleX(1.1) scaleY(1.1);
  transition: 0.3s ease-in-out;
  background-color: #fff;
  color: #000;
}

.btn-1 {
  /* top: 35%; */
  left: 23%;
}

.btn-2 {
  /* top: 81%; */
  left: 29%;
}

.btn-3 {
  /* top: 29%; */
  right: 29%;
}

.btn-4 {
  /* bottom: 20%; */
  right: 21%;
}


/* Adjust other button positions as needed */

  .hero-image {
    overflow-y: hidden;
    /* border: 2px solid red; */
    margin-top: 50px;
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    align-items: center;
    height: 65vh;
    background-image: url("https://images.unsplash.com/photo-1612838320303-4b3b3b3b3b3b");
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
  }

  .hero-image img {
    /* border: 2px solid red; */
    width: 60%;
    /* height: 380px; */
    margin: 0 auto;
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    background: transparent;
  }

  /* Slideshow container */
.slideshow-container {
  margin-top: 9%;
  width: 90%;
  height: 20%;
  border-radius: 20px;
  position: relative;
  margin: 0 auto;
}

.buttons {
  padding: 20px;
}
/* Next & previous buttons */
.prev,
.next {
  cursor: pointer;
  position: absolute;
  top: 50%;
  width: auto;
  padding: 16px;
  margin-top: -22px;
  color: white;
  font-weight: bold;
  font-size: 18px;
  transition: 0.6s ease;
  border-radius: 0 3px 3px 0;
  user-select: none;
}
.abc{
  margin-top: 8%;
}
.abc img{
  width: 100%;
  height: 20%;
}
/* Position the "next button" to the right */
.next {
  right: 0;
  border-radius: 3px 0 0 3px;
}

/* On hover, add a black background color with a little bit see-through */
.prev:hover,
.next:hover {
  background-color: rgba(0, 0, 0, 0.8);
}

/* Caption text */
.text {
  color: #f2f2f2;
  font-size: 15px;
  padding: 8px 12px;
  position: absolute;
  bottom: 8px;
  width: 100%;
  text-align: center;
  display: none;
}

/* Number text (1/3 etc) */
.numbertext {
  color: #f2f2f2;
  font-size: 12px;
  padding: 8px 12px;
  position: absolute;
  top: 0;
  display: none;
}

/* The dots/bullets/indicators */
.dot {
  cursor: pointer;
  height: 15px;
  width: 15px;
  margin: 0 2px;
  background-color: #bbb;
  border-radius: 50%;
  display: inline-block;
  transition: background-color 0.6s ease;
}

.active,
.dot:hover {
  background-color: #717171;
}

/* Fading animation */
.fade {
  animation-name: fade;
  animation-duration: 1.5s;
}

@keyframes fade {
  from {
    opacity: 0.4;
  }
  to {
    opacity: 1;
  }
}

/* On smaller screens, decrease text size */
@media screen and (max-width: 300px) {
  .prev,
  .next,
  .text {
    font-size: 11px;
  }
}
/* CAROUSEL */

.hero-text {
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-end;
  align-items: flex-end;
  text-align: center;
  padding: 20px;
  margin-right: 83px;
  margin-top: 4%;
}

p {
  font-weight: 300;
  font-size: 16px;
  line-height: 26.38px;
  text-align: center;
  letter-spacing: 5px;
  word-spacing: 5px;
}

.carusel {
  margin-top: 60px;

}

#hcg-slider-1 .hcg-slide-container {
  width: 95%;
  height: 50vh;
  overflow-y: hidden;
  border-radius: 50px;
  background-position: center;
  
}

.hcg-slider {
  text-align: center;
  font-family: Arial, Helvetica, sans-serif;
}

.hcg-slide-container {
  max-width: 100%;
  display: inline-block;
  position: relative;
  
}

.hcg-slides {
  display: none;
  overflow: hidden;
  justify-content: center;
  align-items: center;
  border-radius: 5px;
  border: solid 1px #a0a0a0;
}
.hcg-slides img {
  width: 100%;
  background-position: top;
  display: inline-block;

}
.hcg-slide-text {
  color: #ffffff;
  font-size: 14px;
  padding: 3px 5px;
  position: absolute;
  bottom: 0;
  border-radius: 5px;
  left: 50%;
  text-align: center;
  text-shadow: 0 0 2px #ffffff;
  background-color: rgba(255, 255, 255, 0.3);
  display: inline-block;
  transform: translate(-50%, -5px);
}
#hcg-slide-prev,
#hcg-slide-next {
  cursor: pointer;
  position: absolute;
  top: 50%;
  width: auto;
  padding: 10px;
  /* border: 2px solid red; */
  border-radius: 100px;
  margin-top: -22px;
  color: #fff;
  font-weight: bold;
  font-size: 18px;
  transition: 0.6s ease;
  border-radius: 0 3px 3px 0;
  text-decoration: none;
  text-shadow: 1px 1px 5px #686868;
}
#hcg-slide-next {
  right: 0;
  height: 50px;
  width: 50px;
  border-radius: 50%;
}
#hcg-slide-prev {
  left: 0px;
  height: 50px;
  width: 50px;
  border-radius: 50%;
}
#hcg-slide-prev:hover,
#hcg-slide-next:hover {
  background-color: rgba(255, 255, 255, 0.8);
}
.hcg-slide-dot-control {
  margin-top: 10px;
  text-align: center;
  padding: 10px;
  margin: 10px;
}
.hcg-slide-dot {
  cursor: pointer;
  height: 15px;
  width: 13px;
  margin: 0 2px;
  background-color: #bbb;
  border-radius: 50%;
  display: inline-block;
  
}
.hcg-slide-dot.dot-active {
  background-color: #717171;
}
.hcg-slide-number {
  color: #ffffff;
  font-size: 12px;
  padding: 4px 7px;
  position: absolute;
  border-radius: 5px;
  top: 5px;
  left: 5px;
  background-color: rgba(255, 255, 255, 0.3);
}
/************CSS Animation***********/

.animated {
  animation-name: fadeIn;
  animation-duration: 1s;
}
@keyframes fadeIn {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
.fadeIn {
  animation-name: fadeIn;
}
.aboutus {
  margin-top: 100px;
  /* border: 1px solid red; */
  height: 80px;
  display: flex;
  flex-wrap: wrap;
  align-items: flex-end;
  padding: 0 40px;
}
.aboutus .why h2 {
  font-weight: 600;
  /* border-bottom: 1px solid blue; */
  font-size: 30px;
}
.aboutus .why .line {
  border: 0.5px solid #fff;
  width: 150px;
}


.whyus {
 margin: 0 auto;
  width: 90%;
  height: 1200px;
  margin-top: 40px;
  border-radius: 40px;
  display: flex;
  flex-wrap: wrap;
  gap: -40px;
  flex-direction: row;
  align-items: center;
  justify-content: center;
  background-color: #030314;
  transition: all 0.5s;
  position: relative;
  overflow: hidden;
}

.whyus:hover {
  box-shadow: 0px 0px 10px #fff;
  background-color: rgba(27, 206, 191, 0.623);
}

.whyus .img1 {
  margin-top: 60px;
  background-color: transparent;
}
.whyus .img1 img{
  background-color: transparent;
  width: 70vw;
  margin-top: -10px;
}
.whyus .img2{
  margin-top: 60px;
  background-color: transparent;
  margin-top: -52px;
}
.whyus .img2 img{
  width: 70vw;
  background-color: transparent;
} 


.whyus .img3{
  margin-top: 60px;
  background-color: transparent;
  margin-top: -52px;
}
.whyus .img3 img{
  width: 70vw;
  background-color: transparent;
  display: none;
}
@media (max-width: 768px) {
  /* Hide the previous image */
  .whyus .img3 img {
    display: block;
    margin-top:75px;
  }
  .whyus .img2 img {
    display: none;
  }
  .whyus .img1 img {
    display: none;
  }
}



/* hags */
.how-container {
  margin-top: 50px;
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  width: 100vw;
  height: 100vh;
  margin-bottom: 100px;
}
.how-container img {
  height: 100%;
  object-fit: cover;
}

.how-us {
  margin-top: 100px;
  margin-right: 50px;

  /* border: 1px solid red; */
  height: 80px;
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-end;
  align-items: flex-end;
  padding: 0 40px;
}
.how-us .why h2 {
  font-weight: 600;
  /* border-bottom: 1px solid blue; */
  font-size: 30px;
}
.how-us .how .line {
  border: 0.5px solid #fff;
  width: 150px;
}

/* footer */

footer {
  height: 200px;
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  align-items: center;
  object-fit: contain;
  width: 50%;
  margin: 0 auto;
}

.conta {
  display: flex;
  flex-wrap: wrap;
  overflow-y: hidden;
  align-items: center;
  justify-content: center;
  flex-direction: column;
}
.lin {
  border: 1px solid #fff;
  width: 150px;
  margin: 0 10px;
}

.contact {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
  margin-top: 0px; /*yaha kuch dalna hai*/
  /* border: 1px solid #fff; */
  padding: 20px;
  justify-content: space-between;
  /* flex-direction: column; */
}

.phone {
  width: 260px;
  height: 65px;
  border: 1px solid #fff;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: center;
  gap: 10px;
  padding: 5px;
  transition: all 0.5s;
  border-radius: 40px;
}
.mail {
  width: 260px;
  height: 68px;
  display: flex;
  /* flex-wrap: wrap; */
  align-items: center;
  justify-content: center;
  gap: 10px;
  border: 1px solid #fff;
  padding: 10px;
  border-radius: 40px;
  transition: all 0.5s;
}

.mail:hover {
  background-color: #fff;
  color: #000;
}

@media (max-width: 768px) {
  .phone {
    width: 200px;
    height: 65px;
    padding: 500px;
    display: flex;
    flex-direction: column;
    border: 1px solid #fff;
    padding: 0px;
    font-size: 12px;
  }
  .mail {
    width: 200px;
    height: 68px;
    padding: 500px;
    display: flex;
    flex-direction: column;
    border: 1px solid #fff;
    padding: 0px;
    font-size: 12px;
  }
  .mail span {
    font-size: 12px;
  }
  .footer {
    overflow: hidden;
  }
  .contact {
    overflow: hidden;
  }
}
.phone:hover {
  background-color: #ebe7e7;
  color: #000;
}
.powerd {
  width: 272px;
  /* height: 272px; */
  /* border: 1px solid #fff; */
  margin-bottom: 42px;
  display: flex;
  flex-wrap: wrap;
  flex-direction: column;
  justify-content: center;
  gap: 10px;
  /* margin: 0 auto; */
  overflow-x: hidden;
}
.powerd img {
  width: 200px;
  height: 200px;
  margin: 0 auto;
}
.powerd p {
  font-size: 20px;
  font-weight: 60;
  text-align: center;
}
@media screen and (max-width: 1000px) {
  .hero-image {
    height: 50vh; /* Adjust the height as needed */
    width: 100%; /* Make the image full width */
  }
  .hero-image img {
    width: 100%; /* Make the image full width */
    max-width: 100%; /* Ensure the image does not exceed its container */
    height: auto; /* Maintain aspect ratio */
    margin: 0; /* Remove any margin */
  }
  .hero-text {
    justify-content: center; /* Center align the text */
    align-items: center; /* Center align the text */
    margin-right: 0; /* Remove right margin */
    padding: 10px; /* Adjust padding as needed */
  }
  p {
    font-size: 14px; /* Adjust font size */
    letter-spacing: 3px; /* Adjust letter spacing */
    word-spacing: 3px; /* Adjust word spacing */
  }
}
@media (max-width: 768px) {
  .whyus {
    width: 90%;
    height: auto;
    margin-top: 20px;
    border-radius: 20px;
  }
  /* Adjust other styles as needed */
  .conta {
    display: flex;
    flex-direction: row;
    height: 198px;
    overflow: hidden;
  }
  .contact {
    overflow: hidden;
    display: flex;
    flex-direction: row;
  }
}


@media (max-width: 1100px) {
  .how-container {
    flex-direction: column;
    height: auto;
  }

  .how-container img {
    width: 100%;
    height: auto;
  }

  .how-us {
    justify-content: center;
    margin-top: 50px;
    margin-right: 0;
    padding: 0 20px;
  }
  #hcg-slider-1 .hcg-slide-container {
    width: 95%;
    height: 20vh;
    overflow-y: hidden;
    border-radius: 50px;
    background-position: center;
  }
}
/* Continue from the previous CSS */
@media only screen and (max-width: 480px) {
  .whyus {
    margin-top: 20px;
  }

  /* Stack the images and boxes on top of each other */
  .whyus .img1,
  .whyus .img2 {
    margin-top: 30px;
  }
  .whyus {
    width: 100%;
    margin-top: 10px;
  }
}
@media (max-width: 600px) {
  .btn-1 {
    top: 32%;
    left: 4%;
  }
  .btn-2 {
    top: 65%;
    left: 11%;
  }
  .btn-3 {
    top: 30%;
    right: 11%;
  }
  .btn-4 {
    bottom: 47%;
    right: 4%;
  }
  .btn {
    width: 80px;
    padding: 0px;
  }
  .btn:hover {
    transform: scaleX(1.1) scaleY(1.1);
    transition: 0.3s ease-in-out;
    background-color: #fff;
    color: #000;
  }
}



.footer-section {
  background-color: #000;
  color: #fff;

  text-align: left;

}

.footer-container {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  gap: 20px;

  padding-top: 100px;
  margin-top: 67px;
  background: #0b0b0b;
  padding-left: 35px;
  padding-right: 35px;
}

.footer-column {
  width: 23%;
  background-color: #0b0b0b;
}

.footer-column h3 {
  color: #00bcd4;
  margin-bottom: 10px;
}

.footer-column ul {
  list-style: none;
  padding: 0;
}

.footer-column ul li {
  margin: 5px 0;
}

.footer-column a {
  color: #fff;
  text-decoration: none;
  font-size: 16px;
}

.footer-column a:hover {
  text-decoration: none;
}

.footer-column .subscribe-form {
  display: flex;
  gap: 10px;
}

.footer-column input {
  padding: 10px;
  font-size: 14px;
  width: 200px;
}

.footer-column button {
  padding: 10px;
  font-size: 14px;
  background-color: #00bcd4;
  border: none;
  color: #fff;
  cursor: pointer;
}

.footer-column button:hover {
  background-color: #0097a7;
}

.footer-bottom {
  padding: 10px;
  text-align: center;
  font-size: 14px;
}

.footer-bottom a {
  color: #00bcd4;
  text-decoration: none;
}

.footer-bottom a:hover {
  text-decoration: underline;
}

@media (max-width: 768px) {
  .footer-column {
    width: 48%;
  }
}

@media (max-width: 480px) {
  .footer-column {
    width: 100%;
    background-color: #0b0b0b;
  }
}



/* Hero Banner Section */
.hero-banner {

  color: white;
  text-align: center;
  padding: 100px 20px;
  position: relative;
}

.hero-content {
  max-width: 1200px;
  margin: 0 auto;
}

.hero-banner h1 {
  font-size: 3rem;
  margin-bottom: 20px;
}

.hero-banner p {
  font-size: 1.25rem;
  margin-bottom: 40px;
}

.hero-cards {
  display: flex;
  justify-content: space-around;
  gap: 20px;
  margin-bottom: 40px;
}

.hero-card {
  background: rgba(0, 0, 0, 0.7);
  padding: 20px;
  border-radius: 10px;
  width: 30%;
  box-shadow: 0 4px 6px rgba(0, 0, 0, 0.3);
}

.hero-card h3 {
  font-size: 1.5rem;
  margin-bottom: 10px;
}

.hero-card p {
  font-size: 1rem;
}

.cta-button {
  display: inline-block;
  padding: 15px 30px;
  background-color: #040505;
  color: white;
  text-decoration: none;
  font-size: 1.2rem;
  border-radius: 30px;
  transition: background-color 0.3s ease;
}

.cta-button:hover {
  background-color: #020202;
}

@media (max-width: 768px) {
  .hero-cards {
    flex-direction: column;
  }

  .hero-card {
    width: 80%;
    margin: 0 auto;
  }
}