* {
  box-sizing: border-box;


}

html {
  scroll-behavior: smooth;
}

body {

  background-color: #67bd4505;
  padding: 0;
  margin: 0;
  overscroll-behavior: none;
  scroll-behavior: auto;
  font-family: 'Roboto', sans-serif;

}


li {
  list-style: none;
}

a {
  text-decoration: none;
}

.heading-1 {
  font-size: 80px;
}

.box1 {
  /* Set the background image */
  background-image: url("/image/background1.png");
  background-position: bottom;

  background-size: cover;
  position: relative;

}

.btn1 {
  display: inline-block;
  padding: 0.9rem 1.8rem;
  font-size: 16px;
  font-weight: 700;
  color: rgb(0, 0, 0);
  border-image: linear-gradient(270deg, #67BD45 0%, #87F25C 100%, #84ED5A 100%);
  border-image-slice: 1;
  border-image-width: 3px;
  border-style: solid;
  border-radius: 4px;
  cursor: pointer;
  position: relative;
  background-color: transparent;
  text-decoration: none;
  overflow: hidden;
  z-index: 1;
  font-family: inherit;
}

.btn1::before {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  color: white;
  width: 100%;
  height: 100%;
  background: linear-gradient(270deg, #67BD45 0%, #87F25C 100%, #84ED5A 100%);
  transform: translateX(-100%);
  transition: all .3s;
  z-index: -1;
}

.btn1:hover::before {
  transform: translateX(0);
  color: white;
}

.btn1:hover {
  color: white;
}

.heading-2 {
  font-weight: 600;
  font-size: 40px;
}

.blur-img {
  width: 100%;
  position: absolute;
  bottom: -69px;
}



/* CARD CSS */
.card p {
  font-size: 25px;
  font-weight: 500;
  line-height: 20px;
  color: #666;
}

.card p.small {
  font-size: 14px;
}

.go-corner {
  display: flex;
  align-items: center;
  justify-content: center;
  position: absolute;
  width: 50px;
  height: 50px;
  overflow: hidden;
  top: 0;
  right: 0;
  background-color: #67BD45;
  border-radius: 0 4px 0 50px;
}

.go-arrow {
  margin-top: -4px;
  margin-right: -4px;
  color: white;
  font-family: courier, sans;
}

.card1 {
  display: block;
  position: relative;
  max-width: 400px;
  background-color: #ffffff;
  border-radius: 4px;
  padding: 32px 24px;
  text-decoration: none;
  z-index: 0;
  overflow: hidden;
  text-align: left;
  text-align: left;
  box-shadow: 0px 4px 12px 0px rgba(0, 0, 0, 0.25);
}

.card1:before {
  content: "";
  position: absolute;
  z-index: -1;
  top: -16px;
  right: -16px;
  background: #67BD45;
  height: 32px;
  width: 32px;
  border-radius: 32px;
  transform: scale(1);
  transform-origin: 50% 50%;
  transition: transform 1s ease-out;
}

.card1:hover:before {
  transform: scale(100);
}

.card1:hover p {
  transition: all 0.3s ease-out;
  color: rgba(255, 255, 255, 0.8);
}


.box-3 {
  background: #27481A;
  background-image: url("/image/bg.png");
  background-attachment: fixed;
}

.card {
  border: none;
}

.img-box1 {
  margin-top: -27;
  margin-left: 215px;
}

.team-img {
  position: relative;
}

.share-icone {
  position: absolute;
  bottom: 50px;
  right: -23px;

}



.user-picture-1 {
  width: 100%;
  height: 300px;
  background-image: url("/image/sparsh.jpg");
  background-repeat: no-repeat;
  background-size: cover;

}

.user-picture-2 {
  width: 100%;
  height: 300px;
  background-image: url("/image/sumesh.jpg");
  background-repeat: no-repeat;
  background-size: cover;

}

.user-picture-3 {
  width: 100%;
  height: 300px;
  background-image: url("/image/abhinav.jpg");
  background-repeat: no-repeat;
  background-size: cover;

}

.user-picture-4 {
  width: 100%;
  height: 300px;
  background-image: url("/image/rajat.jpg");
  background-size: cover;
  background-repeat: no-repeat;
}


.project-card {
  width: 378px;
  position: relative;
  background: #ffffff;
  color: #000000;
  transition: all 0.3s ease;

}

.project-card:hover {
  margin-top: -10px;

}


.main-box {
  width: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
  padding: 20px 0px;
}

.box-4 {
  background-image: url("/image/background2.png");
  width: 100%;
  background-repeat: no-repeat;
  background-size: cover;
  display: flex;
  justify-content: space-between;
}

.small-box1 {
  width: 40%;
  height: 500px;
  background: linear-gradient(90deg, rgba(135, 242, 92, 0.63) 2%, rgba(109, 198, 73, 0.87) 45.29%, #67BD45 74.41%);
  padding: 40px 0px;
}

.small-box2 {
  width: 60%;
  height: 500px;
  background: linear-gradient(180deg, rgba(103, 189, 69, 0.22) 2.32%, #27481A 89.96%);
  color: #ffffff;
  padding: 40px;
  text-align: left;
}

.text-box {
  display: flex;
  justify-content: space-between;
}

.line {
  width: 300px;
  color: #ffffff;
}

.box-5 {
  width: 100%;
  background-image: url("/image/background3.png");
  background-size: cover;
  padding: 80px 0px;

}

.box5-btn {
  padding: 15px 30px;
  border: none;
  border-radius: 3px;
  background: linear-gradient(270deg, #67BD45 0%, #87F25C 100%, #84ED5A 100%);
  color: white;
  transition: all 0.10s ease;
}

.box5-btn:hover {
  background: linear-gradient(270deg, #84ED5A 0%, #87F25C 0%, #67BD45 100%);
}


.top-war {
  display: flex;
  justify-content: space-between;
}

.navbar {
  margin-top: 30px;
}

.nav-link {
  color: #27481A;
}

.nav-link:hover {
  color: #67BD45;
}


.custom-alert {
  width: 100%;
  padding: 17px;
  background-color: white;

  border-radius: 5px;
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
  display: none;
  justify-content: space-between;
  align-items: center;
}

.custom-alert p {
  color: black;
  margin: 0;
}

#closeButton {
  /* margin-top: 10px; */
  padding: 5px 10px;
  background-color: #27481A;
  color: white;
  font-weight: 500;
  border: none;
  border-radius: 3px;
  cursor: pointer;
}

.loarder-box {
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.345);
  position: fixed;
  top: 0;
  left: 0;
  z-index: 99999;
  display: none;
}

.loader {
  border: 8px solid #f3f3f3;
  border-top: 8px solid #67BD45;
  border-radius: 50%;
  width: 50px;
  height: 50px;
  animation: spin 1s linear infinite;
  position: fixed;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  /* display: none;  */
}

@keyframes spin {
  0% {
    transform: rotate(0deg);
  }

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


@media only screen and (max-width: 900px) {
  .top-war {
    display: none;
  }

  .navbar {
    margin-top: 10px;
  }
}


@media (max-width: 767px) {
  .heading-1 {
    font-size: 45px;
  }

  .fixed-nav {
    display: none;
  }
}


.box-6 {
  width: 100%;
  padding: 20px;
  background: linear-gradient(180deg, rgba(255, 255, 255, 0.04) 0%, rgba(223, 223, 223, 0.38) 100%);
}

s .brand {
  overflow: hidden;
}

.logo-container {
  white-space: nowrap;
  animation: scroll 15s linear infinite;
}

.logo-col {
  display: inline-block;
  padding: 0 10px;
}

@keyframes scroll {
  0% {
    transform: translateX(100%);
  }

  100% {
    transform: translateX(-100%);
  }
}



.form-box {
  background: rgb(0, 0, 0);
  padding: 15px 30px;
}

.form-btn {
  padding: 10px 20px;
  background: #67BD45;
  border-radius: px;
  color: white;
  border: none;
}

.logo-box {
  padding: 20px;
  background: #87F25C;
}

.icone-box {

  width: 50px;
  height: 50px;
  border-radius: 25px;
  display: flex;
  justify-content: center;
  align-items: center;
  font-size: 33px;
  transition: all 0.5s;
  cursor: pointer;
  margin: auto;
}

.icone-box:hover {
  font-size: 15px;
}

.footer {
  background-image: url("/image/bg2.png");
  background-size: cover;
  background-repeat: no-repeat;
  color: #dddddd;
}


.footer-box2 {
  background-color: #1b1b1b;
  padding-top: 35px;
  padding-bottom: 2px;
  color: #dddddd;
}





form {
  display: flex;
  flex-direction: column;
}

input {
  padding: 10px;
  margin-bottom: 15px;
  border: none;
  border-bottom: 1px solid #ccc;
  background: none;
  outline: none;
  color: white;
  transition: border-bottom-color 0.3s;
}

input:focus {
  border-bottom-color: #87F25C;
}

button {
  background-color: #87F25C;
  color: #fff;
  padding: 10px 15px;
  border: none;
  border-radius: 5px;
  cursor: pointer;
  transition: background-color 0.3s;
}

button:hover {
  background-color: #69be47;
}



.hover-img {
  transition: all 0.3s;
}


.hover-img2 {
  transition: all 0.3s;
}

.hover-img:hover {
  z-index: 1;
  scale: 1.1;
}

.hover-img2:hover {
  z-index: 1;
  scale: 1.2;
}



@keyframes scroll {
  0% {
    transform: translateX(0);
  }

  100% {
    transform: translateX(calc(-250px * 7));
  }
}

.slider {

  margin: auto;
  overflow: hidden;
  position: relative;
  width: auto;
}

.slider .slide-track {
  animation: scroll 20s linear infinite;
  display: flex;
  width: calc(250px * 8);
}

.slider .slide {
  height: 100px;
  width: 250px;
}

.slide-logo {
  display: flex;
  justify-content: center;
  align-items: center;
}



.fixed-nav {
  opacity: 0;
  position: fixed;
  top: 0;
  width: 100%;
  background-color: #ffffff;
  padding: 17px 0;
  z-index: 1000;
  transition: all .4s;
  border-bottom: 1px solid #87F25C;
}

.fixed-nav ul {
  list-style: none;
  margin: 0;
  padding: 0;
  text-align: center;
}

.fixed-nav ul li {
  display: inline-block;
  margin-right: 50px;
}

.fixed-nav ul li a {
  text-decoration: none;
  color: rgb(6, 6, 6);
  font-size: 16px;
}

.first-card {
  margin-top: 100px;
}

.first-card2 {
  margin-top: 100px;
}

.project-container {
  width: 70%;
  margin: auto;
}


.owl-prev {
  position: absolute;
  left: -1;
  top: 50%;
  transform: translateY(-50%);
  background: #B4FEFF;
}

.owl-next {
  position: absolute;
  right: -1;
  top: 50%;
  transform: translateY(-50%);
}


.custom-col-md {
  width: 33%;
}


.card-team {
  width: 300px;
  height: 400px;
  perspective: 1000px;
}

.card-inner {
  width: 100%;
  height: 100%;
  position: relative;
  transform-style: preserve-3d;
  transition: all 0.999s;
  cursor: pointer;
}

.card-team:hover .card-inner {
  margin-top: -10px;
}

.card-front,
.card-teamback {
  position: absolute;
  width: 100%;
  height: 100%;
  backface-visibility: hidden;
}

.card-team-front {
  background-color: #ffffff;
  color: #fff;
  border-radius: 10px;
  font-size: 24px;
  transform: rotateY(0deg);
}

.footer-box {
  width: 400px;
  border: 2px solid#84ED5A;
  padding: 10px;
  display: flex;
  justify-content: center;
  align-items: center;
}


/* Responsive Styles */
@media (max-width: 768px) {
  .logo-col {
    padding: 0px 5px;
    max-width: 50%;
    /* Adjust the width based on your design */
    box-sizing: border-box;
  }

  .heading-2 {
    font-weight: 600;
    font-size: 25px;
  }

  .btn1 {
    font-size: 12px;
    background: linear-gradient(270deg, #67BD45 0%, #87F25C 100%, #84ED5A 100%);
    color: white;
  }

  .project-container {
    width: 95%;
  }

  .project-card {
    width: 100%;
    color: rgb(0, 0, 0);
  }

  .first-card {
    margin-top: 0px;
  }

  .first-card2 {
    margin-top: 0px;
  }

  .owl-prev {
    display: none;
  }

  .owl-next {
    display: none;
  }

}