@import url('https://fonts.googleapis.com/css2?family=Cormorant+Garamond:ital,wght@0,300;0,400;0,500;0,600;0,700;1,300;1,400;1,500;1,600;1,700&family=Inter:ital,opsz,wght@0,14..32,100..900;1,14..32,100..900&family=Libre+Baskerville:ital,wght@0,400;0,700;1,400&family=Lora:ital,wght@0,400..700;1,400..700&family=Merriweather:ital,wght@0,300;0,400;0,700;0,900;1,300;1,400;1,700;1,900&display=swap');
* {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
  font-family: Inter;
  /* border: none !important; */
  outline: none;
  text-decoration: none !important;
}
.banner {
  width: 100%;
  /* height: 700px; */
  background-color: #111827;
  /* padding: 20px; */
}
.banner-bg {
  /* width: 70%; */
  /* padding:10px 40px; */
  padding-bottom: 40px;
  font-family: Arial, sans-serif;
  background: url("https://www.oakslab.ai/_next/static/media/hero-illustration.bffb1786.svg")
    no-repeat center center fixed;
  background-size: cover;
  color: white;
  /* height: 100vh; */
  flex-direction: column;
  background-color: #111827 !important;
}


.layer {
  /* padding: 40px; */
  width: 80%;
}
.harvest-text {
  color: #798a9b;
}
.top-btn {
  background: linear-gradient(to top, #4f46e5, #818cf8);
}
.twitter-png {
  width: 40px;
}
.hero-top {
  display: flex;
  justify-content: center;
  align-items:center;
  max-width: 370px;
  padding: 7px 15px;
  gap: 2px !important;
  border-radius: 100px;
  background-color: #1f2937;
}
.hero-sec-h1 {
    /* font-size: 80px; */
    font-size: clamp(3rem,5vw,10rem);
  font-weight: bold;
}
.sec-2-clamp{
    font-size: clamp(2.5rem, 3vw, 3rem) !important;
}
.sec-4-clamp{
    font-size: clamp(2.2rem, 4vw, 3.5rem) !important
}
.hero-sec-para {
  color: #a3a8b2;
  font-size: 20px;
}
.bottom-btn {
  background: linear-gradient(to top, #423e97, #818cf8);
  border: none;
  padding: 10px 15px;
}
.buys-btn {
  padding: 10px 15px;
  border: none;
  background: linear-gradient(to top, #1f2937, #374151);
}

.sec-2-head {
  font-size: 50px;
}
.sec-2-operational {
  font-size: 37px;
}
.para1 {
  display: flex;
  /* justify-content: center; */
  align-items: center;
  gap: 10px;
}
.fa-check{
    color: #4fa475;
}
/* Desktop styles */
.custom-navbar {
  display: flex;
  justify-content: space-between;
  align-items: center;
}

/* Responsive styles */
@media (max-width: 768px) {
  .custom-navbar {
    flex-direction: column;
    align-items: flex-start;
    gap: 10rem;
  }

  .custom-navbar .logo {
    width: 150px;
    height: auto;
  }

  .custom-navbar .buttons {
    flex-direction: column;
    align-items: flex-start;
    width: 100%;
  }
  
  .custom-navbar .buttons a,
  .custom-navbar .buttons .meet-btn,
  .custom-navbar .buttons .contact-btn {
    width: 100%;
  }
  
  .custom-navbar .twitter-png {
    width: 40px;
    height: auto;
  }
}

 .second-sec-para{
            font-size: 20px !important;
            color: #7e8591;
            font-weight: bold;
            position: relative;
            z-index: 1;
        }
        .rotate1{
        width: 70px;
        height: 70px;
        transform: rotate(-5deg);
       }
       .rotate2{
        width: 70px;
        height: 70px;
        transform: rotate(5deg);
    }
    .front{
        width: 90px;
        height: 90px;
        position: relative;
        bottom: 10px;
    }
    .backrotate{
        width: 50px;
height: 50px;
        transform: rotate(5deg);
        height: 60px;
        opacity: 0.5;
       }
       .opacity{
        width: 40px;
        height: 40px;
        opacity: 0.2;
       }
       .photos{
    position: relative;
    right: 100px;
    top: 50px;
}
  .bg{
        width: 400px;
        position: absolute;
        top: -100px;
        /* bottom: 100px;/ */
       }
       .sec2{
        position: relative;
        z-index: -1;
            font-family: Arial, sans-serif;
            background: url('https://www.oakslab.ai/_next/static/media/pricing-illustration-top.7c9b3252.svg') no-repeat center center fixed;
            background-size: cover;
            color: white;
            background-position-x:1000px;
            background-position-y:-700px;

            /* height: 100px; */
            display: flex;

            /* padding-top: 100px; */
            padding: 40px;
            /* justify-content: center; */
            /* align-items: center; */
            flex-direction: column;
            background-color: #111827 !important;
       }
       .sec3{
        background-color: #111827;
        padding: 40px;
       }
       .sec4{
        background-color: #111827;
        padding: 40px;
       }
       .big{
        width: 80px;
        height: 80px;
        transform: rotate(0deg) !important;
       }


       /* sec-5 */
       .sec5{
  /* background: url('https://i.ibb.co/fYRxFH2/bg-pattern.png') repeat center; */
  /* background-size: cover; */
  background-color: #111827;
  padding: 40px !important;
  /* padding: 40px 130px; */
}

.text-highlight {
  color: #b065a9;
}

.feature-btn {
  font-weight: 600;
  font-size: 16px;
  transition: 0.3s ease;
  /* background-color: red; */
  padding: 15px 10px;
}


.btn-success {
  background-color: #b065a9 !important;
  
  /* border-color: #b065a9 !important; */
}

.btn-outline-light:hover {
  background-color: #222;
  color: #b065a9;
  /* border-color: #b065a9; */
}

ul li::marker {
  color: #b065a9;
}
li{
    margin-bottom: 10px;
}

svg{
    fill:white;
}
.same-color{
    font-size: 22px;
    margin-bottom: 0px !important;
}
.para{
    /* color: red; */
    font-size: 16px;
}
.card{
    min-height: 400px;
    border-radius: 16px;
      /* background: linear-gradient(to left, #4f46e5, #818cf8); */
  background: linear-gradient(to top, #1f2937, #374151);
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
      /* background-color: #1118278c; */
      /* backdrop-filter: blur(5px); */
      /* background-color: #4f46e5; */
      /* border: 1px solid rgb(137, 137, 137); */

}
.card-photo{
    width: 100%;
    height: 300px;
    /* background-color: red; */
    background-image: url(../photos/img1.jpg);
    overflow:  hidden !important;
    /* background-size: contain; */
    /* background-repeat: no-repeat; */
    background-size: cover;
    background-position: center;
    /* background-color: red; */

}
.card-photo-2{
  background-image: url(../photos/Imagess-02.jpg);
}
.card-photo-3{
  background-image: url(../photos/Imagess-03.jpg);
}
.demo-btn{
    border-radius: 100px ;
}
.service-card{
  background: linear-gradient(to top, #1f2937, #374151);
  padding: 30px 40px !important;
  border-top-left-radius: 60px;
  border-bottom-right-radius: 60px;
  min-height: 350px;
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
  /* line-height: 350px; */
}

 /* padding: 20px; */
        
        .faq-question {
            background-color: #e9fff9;
            margin-bottom: 10px;
            border: 1px solid #d1e7dd;
            border-radius: 5px;
        }
        .btn-custom {
            /* background-color: #28a745; */
  background: linear-gradient(to top, #4f46e5, #818cf8);

            color: white;
            border: none;
        }
        /* last */
       
        .mycontact-btn button {
            background-image: linear-gradient(120deg, rgba(129, 140, 248, .16), rgba(79, 70, 229, .16) 50%, transparent);
            /* color: white; */
            
            border: none;
            /* padding: 5px 0px; */
            padding-left: 5px;
            padding-right: 5px;
            border-radius: 5px;
            cursor: pointer;
        }
        .title-section {
            text-align: center;
        }
        .title-section h1 {
            font-size: 2.5em;
            margin-bottom: 10px;
            color: #fff;
        }
        .title-section p {
            font-size: 1em;
            color: #ccc;
            margin-bottom: 30px;
        }
        .form-wrapper {
            background: #2f3949;
            padding: 20px;
            border-radius: 10px;
            width: 100%;
            max-width: 370px;
        }
        .form-group {
            margin-bottom: 15px;
        }
        .form-group label {
            display: block;
            margin-bottom: 5px;
            color: #ccc;
        }
        .form-group input,
        .form-group select,
        .form-group textarea {
            width: 100%;
            padding: 10px;
            background: #1f2937;
            border: none;
            /* border-radius: 5px; */
            color: #fff;
            outline: none;
        }
        .form-group textarea {
            height: 100px;
            resize: none;
        }
        .checkbox-group {
            margin-bottom: 15px;
            color: #ccc;
        }
        .submit2-btn {
            /* background-color: #6A0DAD; */
            background: linear-gradient(to top, #4b5bd7, #818cf8);
            color: white;
            border: none;
            padding: 10px 20px;
            border-radius: 5px;
            width: 100%;
            cursor: pointer;
        }
        .contact-head{
              background: linear-gradient(to bottom, #c7d2fe, #e5e7eb);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
        }
        .text-transparent{
          color: transparent;
        }
        .line{
          width: 100%;
          height: 1px;  
          /* background-color: white; */
          background: linear-gradient(90deg, transparent, rgba(165, 180, 252, 0.16), transparent);

        }
        @media (max-width: 767px) {
  .line {
    display: none;
  }
}
.blur {
  height: 20px;
  background: rgba(255, 255, 255, 0.076) !important; /* semi-transparent white */
  filter: blur(100px) !important; /* blur effect */
  pointer-events: none !important; /* so it doesn’t block interactions */
}

        .contact-line{
          width: 10%;
          height: 1px;  
          /* background-color: white; */
          background: linear-gradient(90deg, transparent, rgba(165, 180, 252, 0.16), transparent);

        }
        .parent{
          display: flex;
          justify-content: center;
          align-items: center;
        }
/* Base layout */
.hero-top {
  display: flex;
  /* justify-content: space-between; */
  align-items: center;
  /* padding: 1.5rem; */
  gap: 1rem;
  flex-wrap: wrap;
  background-color: #1f2937;
  width: 100%;
}

.harvest-text {
  font-size: 1rem;
  font-weight: bold;
  flex: 1 1 60%;
  color: white;
}

.contact-link {
  font-size: 1rem;
  /* padding: 0.6rem 1.2rem; */
  /* background-color: #007BFF; */
  /* color: #fff; */
  border-radius: 5px;
  text-decoration: none;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  flex: 1 1 30%;
}


/* Icon spacing */
.icon {
  margin-left: 8px;
}

/* Tablets (between 768px and 992px) */
@media (max-width: 992px) {
  .hero-top {
    flex-direction: column;
    align-items: center;
    text-align: center;
  }

  .harvest-text,
  .contact-link {
    flex: 1 1 100%;
  }

  .harvest-text {
    font-size: 1.2rem;
  }
}

/* Phones (below 576px) */
@media (max-width: 576px) {
  .harvest-text {
    font-size: 1.3rem;
    /* padding-bottom: 0.5rem; */
  }

  .contact-link {
    font-size: 0.95rem;
    /* padding: 0.5rem 1rem; */
    width: 100%;
  }
}
.shadow{
  /* background-color: #516fb149; */
  background: linear-gradient(to top, #1f2937, #374151);

  /* background-color: red !important; */
  /* box-shadow: 0 6px 20px 0 rgba(0, 0, 0, 0.19) !important; */
}
.s{
  background-color: white !important;
}
@media screen and (max-width: 576px) {
  .photos{
    position: relative;
    left: 2px;
    /* top: -10px; */
  }
  .bg{
    width: 150px;
    height: 150px;
    position: absolute;
    top: 10px;
  }
  .front{
    width: 70px;
    height: 70px;
  }
  .rotate1{
    width: 50px;
    height: 50px;
  }
  .rotate2{
    width: 50px;
    height: 50px;
  }
  .backrotate{
    width: 40px; 
    height: 40px;
    display: none;
  }
  .f{
    width: 70px;
    height: 70px;
  }
  .items{
  display: flex;
  align-items: center;
  flex-direction: column;
  /* background-color: red !important; */
}
.sameresponsive{
  text-align: center !important; 
  margin-bottom: 50px;
}
}

