@import url("https://fonts.googleapis.com/css2?family=Montserrat:ital,wght@0,100..900;1,100..900&family=Onest:wght@100..900&display=swap");

* {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
  text-decoration: none;
  font-family: "Onest", sans-serif;

  color: #333;
}

body {
   font-family: "Onest", sans-serif;
  background-color: #fff;
  color: #333;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  font-family: "Montserrat", sans-serif;
}

.logo {
  width: 350px;
  height: 100px;
  background-image: url(../images/logo.png);
  background-position: center;
  background-repeat: no-repeat;
  background-size: contain;
}

.navbar_all {
  background-color: #fff;
  display: flex;
  gap: 30px;
  padding-left: 2%;
  align-items: center;
  box-shadow: rgba(0, 0, 0, 0.35) 0px 5px 15px;
  position: sticky;
  top: 0;
  z-index: 9999;
}

.nav_items {
  border-left: 2px solid #3333;
  width: 100%;
  display: flex;
  flex-direction: column;
  padding: 0 2%;
}

.line {
  width: 100%;
  border: 1px solid #e0e0e0;
}

.header {
  display: flex;
  justify-content: space-between;
  padding-block: 10px;
  flex-wrap: wrap;
}

.cont_info {
  display: flex;
  gap: 30px;
  flex-wrap: wrap;
}

.header a {
  color: #333;
  font-size: 14px;
}

.header i {
  color: #02a758;
  margin-right: 5px;
}

.social_media {
  display: flex;
  gap: 20px;
}

.social_media a {
  font-size: 18px;
  color: #02a758;
}

.nav_flex {
  display: flex;
  align-items: center;
  height: 100%;
  padding-block: 10px;
}

.nav_links {
  display: flex;
  align-items: center;
  gap: 25px;
  flex-wrap: wrap;
  transition: all 0.3s ease-in-out;
}

.nav_links a {
  color: #333;
  font-size: 15px;
}

.dropdown {
  position: relative;
}
.bb_modal{
  position: relative;

}

.dropbtn {
  background: transparent;
  border: none;
  color: #333;
  font-size: 15px;
  cursor: pointer;
}

.dropdown-content {
  display: none;
  position: absolute;
  background-color: #fff;
  min-width: 220px;
  box-shadow: 0 8px 16px rgba(0, 0, 0, 0.2);
  z-index: 10;
}

.biggs{
 display: none;
  position: absolute;
  background-color: #fff;
  min-width: 220px;
  box-shadow: 0 8px 16px rgba(0, 0, 0, 0.2);
  z-index: 10;
}

.dropdown-content a {
  padding: 10px 20px;
  display: block;
  color: #000;
}

.dropdown-content a:hover {
  background-color: #02a758;
  color: #fff;
}

.dropdown:hover .dropdown-content {
  display: block;
}

/* Hamburger (for mobile) */
.hamburger {
  display: none;
  flex-direction: column;
  cursor: pointer;
  margin-top: 20px;
  right: 3%;
  position: absolute;
  top: 20%;
  z-index: 10000;
}

.hamburger div {
  width: 30px;
  height: 4px;
  background-color: #333;
  margin: 5px 0;
  transition: 0.4s;
}

/* X icon animation */
.change .bar1 {
  transform: rotate(-45deg) translate(-6px, 6px);
}

.change .bar2 {
  opacity: 0;
}

.change .bar3 {
  transform: rotate(45deg) translate(-6px, -6px);
}

.swiper {
  width: 100%;
  height: 100%;
}

.swiper-slide {
  text-align: center;
  font-size: 18px;
  /* background: #02a758; */
  display: flex;
  justify-content: center;
  align-items: center;
}

.swiper-slide img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.swiper_text {
  position: absolute;
  left: 3%;
  width: 50%;
}

.swiper_text h1 {
  font-family: "Montserrat", sans-serif;
  font-weight: 900;
  color: #fff;
  text-transform: uppercase;
  text-align: left;
  font-size: 35px;
}

.swiper_text p {
  text-align: left;
  color: #fff;
}

.swiper_button {
  text-align: left;
  margin-top: 30px;
}

.swiper_button a {
  padding: 15px 45px;
  border: 5px solid #fff;
  color: #fff;
  font-size: 14px;
  text-transform: uppercase;
}

.footer_all {
  display: grid;
  grid-template-columns: 0.5fr 1fr  1fr 1.3fr;
  background-color: #000;
  gap: 30px;
  padding: 0 3%;
  padding-block: 50px;
}
.ft_one {
  display: flex;
  flex-direction: column;
}
.ft_one a {
  padding-top: 10px;
  color: #fff;
}

.sm_ {
  /* border: 2px solid red; */
  justify-content: center;
  align-items: center;
  margin-top: 10px;
}

.sm_ i{
  color: #fff;
}

.ft_one h2 {
  /* border: 2px solid red; */
  justify-content: center;
  align-items: center;
  text-align: center;
  color: #fff;
  margin-top: 15px;
}
.ft_one h1 {
  color: #fff;
  font-family: "Montserrat", sans-serif;
  font-weight: 900;
  text-transform: uppercase;
}

.copyright{
  padding: 0 3%;
  padding-block: 10px;
  text-align: center;
  display: flex;
  justify-content: space-between;
}

.hero_alls{
 background-color: #02a758;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
 height: 250px;
}


.hero_text h1{

   font-size: 35px;
   font-family: "Montserrat", sans-serif;

  text-align: center;
  color: #fff;
}

.hero_text p{

  text-align: center;
  color: #fff;
}

.forms_groups {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 20px;
}

.forms {
  display: flex;
  flex-direction: column;
  margin-top: 25px;
}

.forms input,
.forms select,
.forms textarea {
  width: 100%;
  border: 1.5px solid #ddd;
  padding-left: 3%;
}

.forms input,
.forms select {
  height: 40px;
}

.forms textarea {
  height: 250px;
  padding-top: 20px;
  padding-left: 2%;
}

.forms input:focus,
.forms select:focus,
.forms textarea:focus {
  outline: none;
}

.forms button {
  height: 45px;
  width: 100%;
  border: none;
  background-color: #02a758;
  color: #fff;
}


.news_all{
  padding: 0 3%;
  margin-bottom: 50px;
}

.news_title h1{
    font-family: "Montserrat", sans-serif;
  /* font-weight: 900; */
  /* text-transform: uppercase; */
  font-size: 45px;
  color: #02a758;
  text-align: center;
}

.news_grid {
    display: grid;
    grid-template-columns: 1fr 1fr 1fr;
    gap: 20px;
}

.news_card {
    background: #fff;
    padding: 15px;
    box-shadow: 0px 0px 10px rgba(0, 0, 0, 0.1);
    overflow: hidden;
    transition: 0.3s;
    margin-top: 50px;
}

.news_card img {
    width: 100%;
    height: 200px;
    object-fit: cover;
}

.news_details {
    padding: 10px 0;
}

.news_details h3 {
    font-size: 18px;
    margin-bottom: 10px;
    color: #000;
}

.news_details p {
    font-size: 14px;
    color: #666;
}

.readmores button {
    padding: 15px 45px;
    background-color: #026C3B;
    color:#fff ;
    border: none;
    margin-top: 15px;
    width: 100%;
    cursor: pointer;
}

.news_card:hover {
    transform: scale(1.05);
  }

  .hero_phrase h1{
    margin-top: 20px;
  }
@media screen and (max-width: 1128px) {
  .nav_items .header,
  .nav_items .line,
  .social_media,
  .download {
    display: none !important;
  }

  .logo {
    margin: 0 auto;
  }

  .hamburger {
    display: flex !important;
  }

  .nav_links {
    display: none;
    flex-direction: column;
    background-color: #fff;
    position: absolute;
    top: 100px;
    left: 0;
    width: 100%;
    z-index: 999;
    padding: 20px;
  }

  .nav_links.active {
    display: flex !important;
  }

  .nav_links a,
  .dropdown {
    width: 100%;
    text-align: left;
  }

  .nav_flex {
    flex-direction: column;
    align-items: flex-start;
  }
  .footer_all{
    display: grid;
    grid-template-columns: 1fr 1fr 1fr;
  }
}


@media screen and (max-width: 930px) {
   .footer_all{
    display: grid;
    grid-template-columns: 1fr 1fr;
  }
  .news_grid {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 20px;
}
}

@media screen and (max-width: 700px) {
    .footer_all{
    display: grid;
    grid-template-columns: 1fr;
  }
  .ft_one{
    text-align: center;
  }
}

@media screen and (max-width: 600px) {
  .news_grid {

    grid-template-columns: 1fr;
   
}
}