* {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
  font-family: "Poppins";
  list-style: none;
  text-decoration: none;
}
.main {
  max-width: 1800px;
  display: block;
  margin: 0 auto;
  width: 100%;
}
@font-face {
  font-family: Poppins;
  src: url(../fonts/poppins-v21-latin/poppins-v21-latin-500.woff2);
}
body {
  min-height: 100vh;
}
header {
  position: relative;
  width: 100%;
  top: 0;
  right: 0;
  z-index: 1000;
  display: flex;
  align-items: center;
  justify-content: space-between;
  /* background-color: #ecf0dc; */
  /* background-color: #f4f1e6; */
  /* background-color: #f9f6e2; */
  /* background-color: #e6f2e6; */
  /* background-color: #f5f0dc; */
  background-color: #e0e8d0;
  padding: 0px 10%;
  transition: all 0.5s ease;
  overflow-x: clip;
}
.navbar {
  display: flex;
}
.navbar a {
  color: #678e34;
  font-size: 1.1rem;
  font-weight: 500;
  padding: 5px 0;
  margin: 0px 30px;
  transition: all 0.5s ease;
}
.navbar a:hover {
  /* color: #918e34; */
  color: #414833;
}
/* .navbar a.active {
  color: #414833;
} */

.logo img {
  width: 120px;
}
.buttons {
  display: flex;
  align-items: center;
  gap: 15px;
}
.btn2,
.btn3 {
  height: 45px;
  font-size: 18px;
  /* border-radius: 15px; */
  padding: 1px 15px;
  color: white;
  /* background-color: #96a757; */
  background-color: #6b8e23;
  border: none;
}
.btn2 {
  width: 180px;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 2px;
}
.btn2 .fa-solid {
  color: #fdff00;
  font-size: 20px;
}
.buttons button:hover {
  /* background-color: #8e9134; */
  /* background-color: #1c1f14; */
  background-color: #414833;
}
#menu-icon {
  /* font-size: 35px; */
  color: #8e9134;
  /* color: #96a757; */
  cursor: pointer;
  z-index: 10001;
  display: none;
  /* padding-top: 8px; */
}

/* ------for smallscreen_Navbar--------------  */
@media (max-width: 1280px) {
  header {
    padding: 0px 2%;
    transition: 0.2s;
  }
  .navbar a {
    padding: 5px 0;
    margin: 0px 20px;
  }
}
@media (max-width: 1090px) {
  #menu-icon {
    display: flex;
    align-items: center;
  }
  .fa-bars {
    font-size: 40px;
  }
  .navbar {
    position: absolute;
    top: 100%;
    right: 0;
    right: -100%;
    width: 120px;
    height: 20vh;
    background: hsl(0 0% 120%/0.1);
    backdrop-filter: blur(0.09rem);
    /* background-color: rosybrown; */
    /* padding: min(5vh, 7rem) 2em; */
    display: flex;
    flex-direction: column;
    justify-content: flex-start;
    border-radius: 0 0 0 10px;
    transition: all 0.5s ease;
  }
  .navbar a {
    display: block;
    /* margin: 15px 0; */
    margin: 8px 0;
    padding: 0px 2px;
    transition: all 0.5s ease;
  }
  .navbar a:hover {
    color: var(--text-color);
    transform: translateY(5px);
  }
  .navbar.open {
    right: 0;
  }
  .btn2,
  .btn3 {
    height: 40px;
  }
}
@media (max-width: 550px) {
  .navbar {
    padding: 5px 0;
    height: 15vh;
    width: 100px;
    background-image: radial-gradient(
      circle farthest-corner at 10% 20%,
      rgba(234, 251, 86, 0.88) 0%,
      rgba(165, 225, 27, 1) 90%
    );
  }
  .navbar a {
    margin: 2px 0;
    font-size: 1rem;
    color: #0F1A00;
    /* color: #1A1A1A; */
  }
  .buttons {
    gap: 10px;
  }
  .btn2,
  .btn3 {
    height: 35px;
    font-size: 15px;
    padding: 1px 15px;
  }
  .btn2 {
    width: 160px;
  }
}
@media (max-width: 430px) {
  .logo img {
    width: 90px;
  }
  .btn2 .fa-solid {
    display: none;
  }
  .buttons {
    gap: 8px;
  }
  .btn1,
  .btn2,
  .btn3 {
    height: 30px;
    font-size: 13px;
    padding: 1px 9px;
  }
  .btn2 {
    width: 120px;
    justify-content: center;
  }
  .fa-bars {
  font-size: 30px;
}
}
@media (max-width: 350px){
  .navbar{
    width: 100px;
  }
}

@media (max-width: 320px) {
  .buttons {
    gap: 7px;
  }
  .btn2,
  .btn3 {
    font-size: 13px;
    padding: 1px 6px;
  }
  .btn2 {
    width: 120px;
  }
  .logo img {
    width: 70px;
  }
}
/* ==============EVENTS=========== */
.hero {
  width: 100%;
  height: 100%;
  background: #000;
  overflow: hidden;
  padding: 50px 0;
}
.hero h1 {
  color: #fff;
  font-family: "Inter", sans-serif;
  letter-spacing: 0.1rem;
  text-shadow: 0 0 20px rgba(255, 255, 255, 0.5);
  margin-left: 45%;
  margin-top: 50px;
}
.hero .carousel {
  width: 300px;
  margin: 30px auto 0;
  overflow: visible;
}
.carousel img {
  height: 400px;
  /* -webkit-box-reflect: below 50px
    linear-gradient(rgba(255, 255, 255, 0.1), rgba(255, 255, 255, 0.3)); */
}
@media (max-width: 1000px) {
  .hero h1{
    margin-left: 43%;
  }
  .carousel img {
    height: 300px;
  }
}
@media (max-width: 750px) {
  .hero h1{
    margin-left: 40%;
  } 
}
@media (max-width: 700px) {
  .carousel img {
    height: 200px;
  }
}
@media (max-width: 500px) {
  .hero h1{
    margin-left: 36%;
  }
  .carousel img {
    height: 150px;
  }
}
@media (max-width: 400px) {
  .carousel img {
    height: 130px;
  }
  .hero h1{
    font-size: 1.3rem;
  }
}
/* ----------------------announcement-------------------- */
@font-face {
  font-family: "Inter";
  src: url(../fonts/Inter/Inter-VariableFont_opsz\,wght.ttf);
}
.main-container{
  /* padding-top: 100px; */
  padding-bottom: 100px;
  background-color: #000;

}
.main-container h1{
    color: #fff;
    letter-spacing: .1rem;
    font-family: "Inter";
    /* margin-left: 42%; */
    margin-bottom: 20px;
    display: flex;
    justify-content: center;
}
.gallery-container{
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    background-color: #000;
    width: 94%;
    padding: 10px;
    box-shadow: 0 0 3px 0 rgba(0,0,0,0.3);
    margin: 0px auto;
    gap: 1.5rem;
}
.gallery-item{
    margin-bottom: 6px;
    opacity: .85;
    cursor: pointer;
}
.gallery-item:hover{
    opacity: 1;
}
.gallery-item img{
    width: 100%;
    height: 100%;
    object-fit: cover;
}
/* ---light box---- */
.lightbox{
    position: fixed;
    display: none;
    background-color: rgba(0,0,0,0.6);
    width: 100%;
    height: 100%;
    overflow: auto;
    top: 0;
    left: 0;
    
}
.lightbox-content{
    position: relative;
    width: 65%;
    height: 58%;
    margin: 5% auto;
    margin-top: 100px;
}
.lightbox-content img{
    width: 100%;
    /* height: 100%; */
    border: 6px solid #fff;
    object-fit: cover;
}
.lightbox-prev,
.lightbox-next{
    position: absolute;
    background-color: rgba(0,0,0,0.8);
    color: #fff;
    padding: 9px;
    top: 45%;
    cursor: pointer;
}
.lightbox-prev{
    left: 0;
}
.lightbox-next{
    right: -11px;
}
@media(max-width: 1000px){
    .gallery-container{
        /* width: 100%; */
        grid-template-columns: repeat(3,1fr);

    }
    .gallery-item{
        margin-bottom: 3px;
    }
    .lightbox-content{
        width: 80%;
        height: 60%;
        margin: 15% auto;
    }
}
@media(max-width: 700px){
    .gallery-container{
        grid-template-columns: repeat(2,1fr);
    }
    .gallery-item{
        margin-bottom: 3px;
    }
    
}
@media(max-width: 400px){
    .gallery-container{
        grid-template-columns: repeat(1,1fr);
    }
    .main-container h1{
      font-size: 1.3rem;
    }
    .gallery-item{
        margin-bottom: 1px;
    }
    .lightbox-content{
        width: 90%;
        margin: 20px;
    }
} 
/* ==================FOOTER==================== */

      
.footer {
  background-image: url(../images/footer3.jpg);
  font-family: "Libertinus Sans", sans-serif;
}
.container2 {
  padding: 0 125px;
  color: white;
}
.row-ar {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 10px;
  margin-bottom: 20px;
}
.row-ar h3 {
  color: #d4b483;
}
.face {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
}
.face img {
  width: 150px;
}
.face p {
  margin: 0;
  font-size: 16px;
}
ul li {
  margin-left: 20px;
}
.footer ul li {
  color: white;
}
.footer2 ul {
  list-style: none;
}
.footer2 ul li:hover {
  color: #8e9134;
  cursor: pointer;
}
.footer3 ul a{
  list-style: none;
  color: white;
}
.footer3 ul i {
  color: #7dae92;
  font-size: 17px;
}
.fa-square-facebook:focus {
  outline: none;
}
.footer3 ul a:hover,
.footer3 ul i:hover {
  color: #8e9134;
  cursor: pointer;
}
.footer4 ul {
  list-style: none;
  position: relative;
}
.ads {
  text-align: justify;
}
.footer4 .ads::before {
  font-family: "Font Awesome 5 Free";
  content: "\f3c5";
  font-weight: 900;
  font-size: 1.1em;
  color: #7dae92;
  position: absolute;
  left: 3px;
}
.footer4 .number::before {
  font-family: "Font Awesome 5 Free";
  content: "\f095";
  font-weight: 900;
  font-size: 1em;
  color: #7dae92;
  position: absolute;
  left: 0px;
  top: 100px;
}
.footer4 .mail::before {
  font-family: "Font Awesome 5 Free";
  content: "\f0e0";
  font-weight: 900;
  font-size: 1em;
  color: #7dae92;
  position: absolute;
  left: 0px;
  top: 125px;
}

.footer5 img {
  height: 150px;
}
.footer1,
.footer2,
.footer3,
.footer4,
.footer5 {
  padding-top: 50px;
}
.copyright {
  padding: 10px 0;
  text-align: center;
}
@media (max-width: 1462px) {
  .footer4 .number::before {
    top: 124px;
  }
  .footer4 .mail::before {
    top: 148px;
  }
}
@media (max-width: 1294px) {
  .footer4 .number::before {
    top: 148px;
  }
  .footer4 .mail::before {
    top: 172px;
  }
}
@media (max-width: 1103px) {
  .footer4 .number::before {
    top: 172px;
  }
  .footer4 .mail::before {
    top: 196px;
  }
}
@media (max-width: 1073px) {
  .footer4 .number::before {
    top: 196px;
  }
  .footer4 .mail::before {
    top: 220px;
  }
}
@media (max-width: 1060px) {
  .row-ar {
    grid-template-columns: repeat(2, 1fr);
    align-content: center;
    justify-content: center;
  }
  .footer2 {
    grid-row: 2;
  }
  .footer4 {
    grid-row: 1;
    grid-column: 2;
    margin-top: 50px;
  }
  .footer4 .number::before {
    top: 76px;
  }
  .footer4 .mail::before {
    top: 100px;
  }
}
@media (max-width: 1037px) {
  .footer4 .number::before {
    top: 100px;
  }
  .footer4 .mail::before {
    top: 124px;
  }
}
@media (max-width: 850px) {
  .footer4 .number::before {
    top: 124px;
  }
  .footer4 .mail::before {
    top: 148px;
  }
}
@media (max-width: 768px) {
  .footer4 .number::before {
    top: 148px;
  }
  .footer4 .mail::before {
    top: 172px;
  }
}
@media (max-width: 671px) {
  .footer4 .number::before {
    top: 172px;
  }
  .footer4 .mail::before {
    top: 196px;
  }
}
@media (max-width: 616px) {
  .footer4 .number::before {
    top: 196px;
  }
  .footer4 .mail::before {
    top: 220px;
  }
}
@media (max-width: 600px) {
  .container2 {
    width: 80%;
    padding: 0;
    margin: 0 auto;
  }
  .row-ar {
    display: flex;
    flex-direction: column;
    align-items: center;
  }
  .footer4 {
    margin-top: 10px;
    margin-bottom: 10px;
  }
  .footer4 .number::before {
    top: 80px;
  }
  .footer4 .mail::before {
    top: 100px;
  }
  .footer1,
  .footer2,
  .footer3,
  .footer4,
  .footer5 {
    padding-top: 0px;
  }
  .face {
    align-items: center;
  }
}
@media (max-width: 485px) {
  .footer4 .number::before {
    top: 100px;
  }
  .footer4 .mail::before {
    top: 124px;
  }
}
@media (max-width: 369px) {
  .footer4 .number::before {
    top: 124px;
  }
  .footer4 .mail::before {
    top: 148px;
  }
}

.buttons a span {
  display: flex;
  justify-content: center;
  align-items: center;
  height: 45px;
  width: 45px;
  background: #6b8e23;
  font-size: 18px;
  font-weight: bold;
  color: white;
}
.buttons a span:hover {
  border-radius: 50%;
}
.buttons button:hover {
  background-color: #2e2e2e;
}