.navbar {
  border-radius: 0;
}

.navbar-brand .nav-logo {
  max-width: 120px;
}

.navbar-nav .nav-link {
  padding: 10px 15px;
  color: #fff;
  text-transform: uppercase;
  
  font-weight: 500;
  
}

.navbar-nav .nav-link:hover {
  background-color: rgba(255, 255, 255, 0.1);
  color: #ff6600 !important;
}

.nav-item{
  margin: 10px;
}

.navbar-toggler {
  border: none;
  outline: none;
}



@media (max-width: 991.98px) {
  .navbar-nav .nav-link {
    color: #fff;
  }
}

.home {
  min-height: 100vh;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-flow: column;
  position: relative;
  z-index: 0;
}

.home .content h3 {
  font-size: 4.5rem;
  color: #fff;
  text-transform: uppercase;
  text-shadow: 0 0.3rem 0.5rem rgba(0, 0, 0, 0.1);
}

.home .content p {
  font-size: 2.5rem;
  color: #fff;
  padding: 0.5rem 0;
}

.home .video-container video {
  position: absolute;
  top: 0;
  left: 0;
  z-index: -1;
  height: 100%;
  width: 100%;
  object-fit: cover;
}

@media only screen and (max-width: 350px) {
  .video-container{
    width: 100%;
  }
  .home .content h3 {
    font-size: 2.5rem;
  }
  .home .content p {
    font-size: 1.5rem;
  }
}

@media only screen and (min-width: 360px) and (max-width: 560px) {
  .home .content h3 {
    font-size: 3.5rem;
  }
  .home .content p {
    font-size: 2rem;
  }
}

@media only screen and (min-width: 720px) {
  .home .content h3 {
    font-size: 4rem;
  }
  .home .content p {
    font-size: 2.5rem;
  }
}

@media only screen and (min-width: 1200px) {
  .home .content h3 {
    font-size: 5rem;
  }
}

@media only screen and (min-width: 1500px) {
  .home .content h3 {
    font-size: 6rem;
  }
}

.section-2 {
  padding: 60px 0;
  background-color: #f8f9fa;
}

.left-content h2 {
  font-family: Montserrat;
  font-size: 4rem;
  font-weight: bolder;
  margin-bottom: 20px;
  color: #343a40;
  margin-left: 10px;
  letter-spacing: 0.1px;
}

.left-content p {
  font-size: 25px;
}

.right-content p {
  font-size: 24px;
  line-height: 1.8;
  color: #6c757d;
}

.buttons {
  margin-top: 20px;
}

.cta-button {
  padding: 10px 20px;
  font-size: 20px;
  background-color: #8bc34a;
  color: #fff;
  border: none;
  cursor: pointer;
  margin: 40px;
  transition: background-color 0.3s ease;
  border-radius: 20px;
}

.cta-button i{
  display: block;
}


.pdf{
  letter-spacing: 5px;
}

.pdf2{
  letter-spacing: 3px;
}

.cta-button:hover {
  background-color: #5a9216;
}

@media (max-width: 991.98px) {
  .left-content h2 {
    text-align: left;
    font-size: 2rem;
    margin: 5px;
    margin-bottom: 12px;
  }

  .left-content p {
    margin: 15 5px;
    font-size: 15px;
  }

  .right-content p {
    font-size: 20px;
  }
  a .cta-button {
    margin: 10px;
    display: inline-block;
    font-size: 15px;
  }
}

.features {
  background: color #777;
  margin: 20px;
  padding: 15px;
}

.card {
  display: inline-block;
  height: 90%;
  border: 5px solid orange;
  border-radius: 10px;
  background-color: white;
  margin-bottom: 30px;
}

.card-title {
  text-align: center;
  color: darkgreen;
  font-size: 1.5rem;
  font-weight: bold;
}

.card-text {
  color: darkgreen;
}

#testimonials{
  background-color: rgb(170, 224, 126);
}

.carousel-content {
  padding: 15px 7px;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  height: 100%;
  background-color: rgb(170, 224, 126);
}

.carousel-inner h2{
  color: white;
  margin-top: 20px;
  text-align: center;
  font-weight: bolder;
  font-size: 2.5rem;
  margin-bottom: 0px;
}

.carousel-text {
  background-color: white;
  margin: 32px 7px;
  display: inline-block;
  width: 50%;
  padding: 30px 60px;
  text-align: center;
  border: 2px solid orange;
  border-radius: 20px;
  box-shadow: 1px 6px 20px 20px rgba(0, 0, 0, 0.1);
}

.carousel-text h2 {
  font-size: 1.5rem;
  color: #006400;
  font-weight: bolder;
}

.carousel-text p {
  margin: 0;
  font-size: 1rem;
  color: #006400;
}

.carousel-small-text {
  font-size: 2rem;
  margin-top: 10px;
  color: #006400;
}

.carousel-control-prev,
.carousel-control-next {
  width: 10%;
  background-color: transparent;
  border: none;
}

#cta {
  margin: 20px;
}

.form-control {
  border: 0;
  padding: 0;
  border-bottom: 2px solid green;
  border-radius: 0;
  background-color: transparent;
  padding-bottom: 10px;
  color: green;
  transition: border-color 0.2s ease-in-out;
}

.form-control:hover {
  border-bottom-color: darkgreen;
}

.form-control:focus {
  outline: none;
  border-bottom-color: lightgreen;
}

.left-form {
  padding: 20px;
}

.left-form h2 {
  color: #006400;
  font-size: 30px;
  font-weight: bolder;
  margin-bottom: 10px;
}

.left-form p {
  color: #006400;
  font-size: 20px;
  line-height: 1.8;
  font-weight: lighter;
}

.glassmorphism {
  background: rgb(255, 234, 196);
  backdrop-filter: blur(10px);
  border-radius: 10px;
  padding: 20px;
  box-shadow: 0 0 20px rgba(0, 0, 0, 0.1);
}

.feedback-box {
  text-align: center;
}

.textarea.form-control {
  height: 60px;
}

.o-but {
  margin: 20px;
}

.strip {
  height: 100px;
  background-color: rgb(224, 253, 224);
  display: flex;
  justify-content: center;
  align-items: center;
}

#contactus {
  padding: 15px 7px;
  text-align: center;
}

.msg {
  text-align: center;
}

.strip img {
  max-width: 400px;
  height: 400px;
}

.msg h2 {
  font-size: 3rem;
  font-weight: bolder;
  margin: 30px;
}

.msg p {
  font-size: 1.8rem;
}

.onee {
  width: 60%;
  border: 2px solid black;
}

.two {
  width: 80%;
  border: 2px solid black;
}

.margin img {
  width: 90%;
}

.margin {
  margin: 20px;
  text-align: center;
}

.footer {
  height: auto;
  min-height: 150px;
  display: flex;
  align-items: center;
  justify-content: center;
  background-color: rgba(252, 154, 74, 0.9);
  padding: 20px 0;
  text-align: center;
  box-shadow: 0 2px 4px rgba(0, 0, 0, 0.1);
}

.footer p {
  color: white;
  margin-bottom: 10px;
}

.footer .rights {
  color: black;
  font-weight: bold;
}

.footer p:hover,
.footer i:hover,
.footer a:hover,
.footer .rights:hover {
  color: orange;
  transition: color 0.3s ease;
}



@media (max-width: 767px) {
  .footer {
    padding: 10px 0;
  }
}

.footer {
  background-color: #333;
  color: #fff;
  padding: 30px 0;
}

.footer h4 {
  color: #fff;
  font-size: 20px;
  margin-bottom: 20px;
}

.footer p {
  color: #fff;
  font-size: 16px;
  margin-bottom: 10px;
}

.social-icons {
  list-style: none;
  padding: 0;
}

.social-icons li {
  display: inline-block;
  margin-right: 10px;
}

.social-icons li a {
  color: #fff;
  font-size: 24px;
}

.social-icons li:last-child {
  margin-right: 0;
}

h1,h2,h3{
  font-family: "Montserrat", sans-serif;
  font-optical-sizing: auto;
}

p {
  font-family: "Open Sans", sans-serif;
  font-optical-sizing: auto;
}

footer a{
  text-decoration: none;
  color: #fff;
}

@media (max-width: 770px) {
  .carousel-text{
    width: 60%;
  }
  .carousel-text h2 {
    font-size: 1.5rem;
  }

  .carousel-text p {
    font-size: 1.5rem;
  }

  .carousel-small-text {
    font-size: 0.8rem;
  }

  .msg h2{
    font-size: 2rem !important;
  }

  .strip img{
    height: 300px;
  }

  .strip{
    height: 70px;
  }
}

@media (max-width: 430px) {
  .carousel-text{
    width: 80%;
  }
  .carousel-text h2 {
    font-size: 1rem;
  }
}