@import url("https://fonts.googleapis.com/css2?family=Poppins:ital,wght@0,100;0,200;0,300;0,400;0,500;0,600;0,700;0,800;0,900;1,100;1,200;1,300;1,400;1,500;1,600;1,700;1,800;1,900&display=swap");

/* HTML RESET */
html,
body,
div,
span,
applet,
object,
iframe,
h1,
h2,
h3,
h4,
h5,
h6,
p,
blockquote,
pre,
a,
abbr,
acronym,
address,
big,
cite,
code,
del,
dfn,
em,
img,
ins,
kbd,
q,
s,
samp,
small,
strike,
strong,
sub,
sup,
tt,
var,
b,
u,
i,
center,
dl,
dt,
dd,
ol,
ul,
li,
fieldset,
form,
label,
legend,
table,
caption,
tbody,
tfoot,
thead,
tr,
th,
td,
article,
aside,
canvas,
details,
embed,
figure,
figcaption,
footer,
header,
hgroup,
menu,
nav,
output,
ruby,
section,
summary,
time,
mark,
audio,
video {
  margin: 0;
  padding: 0;
  border: 0;
  font-size: 100%;
  font: inherit;
  font-family: Poppins;
  vertical-align: baseline;
}

article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
menu,
nav,
section {
  display: block;
}

body {
  line-height: 1;
  width: 100%;
  overflow-x: hidden;
}

ol,
ul {
  list-style: none;
}

blockquote,
q {
  quotes: none;
}

blockquote:before,
blockquote:after,
q:before,
q:after {
  content: "";
  content: none;
}

table {
  border-collapse: collapse;
  border-spacing: 0;
}

:root {
  --primary-color: #90c73f;
}

/* 
header */
header {

  display: flex;
  align-items: center;
  justify-content: center;
  width: 100%;

  display: flex;
  justify-content: center;
  align-items: center;

  top: 0;
  transition: top 0.2s ease-in-out;
  width: 100%;
  text-align: center;
  z-index: 2;
  background: #ffff;
  position: sticky;
  height: 135px;
  transition: 0.4s;
  

}

header.scrolled {
  height: 100px;
  box-shadow: 0px 13px 26px #00000015;
  opacity: 1;
}

.header {
  /* margin: 73px 170px 0px 170px; */
  margin: 0px;
  /* margin-top: 30px;
  margin-bottom: 28px; */
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  align-items: center;
  /* position: absolute; */
  width: calc(100% - 340px);
  top: 0;

  width: 1100px;
}

.header a img {
  width: 74px;
  height: 78px;
}

.nav-items {
  display: flex;
  flex-direction: row;
  gap: 30px;
}

.nav-items>.selected>a {
  color: #0D5916;
}

.nav-items>li>a {
  text-decoration: none;
  transition: 0.4s;
  text-align: left;
  font: normal normal 600 14px/21px Poppins;
  letter-spacing: 0px;
  color: #666666;
  text-transform: uppercase;
}

.nav-items>li>a:hover {
  color: #0D5916;
}

.all-outer {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  width: 100%;
}

#home-header {

  display: flex;
  align-items: center;
  justify-content: center;
  width: 100%;

  display: flex;
  justify-content: center;
  align-items: center;

  top: 0;
  transition: top 0.2s ease-in-out;
  width: 100%;
  text-align: center;
  z-index: 2;
  position: sticky;
  height: 135px;
  transition: 0.4s;
  background: transparent;
  position: fixed;

}

.nav-items>a {
  text-decoration: none;
  transition: 0.4s;
  color: #FFFFFF;

}

.nav-items>a:hover {
  color: #0D5916;
}

.nav-items>a>li {
  text-decoration: none;
  transition: 0.4s;
  color: #FFFFFF;

}

.nav-items>a>li:hover {
  color: #0D5916;
}

#navi-item {
  color: #FFFFFF;
  text-decoration: none;
  transition: 0.4s;
  text-align: left;
  font: normal normal 600 14px/21px Poppins;
  letter-spacing: 0px;
  text-transform: uppercase;
}

#navi-item:hover {
  color: #0D5916;
}

#navi-item2 {
  color: #FFFFFF;
  text-decoration: none;
  transition: 0.4s;
  text-align: left;
  font: normal normal 600 14px/21px Poppins;
  letter-spacing: 0px;
  text-transform: uppercase;
}

#navi-item2:hover {
  color: #0D5916;
}

#navi-item3 {
  color: #FFFFFF;
  text-decoration: none;
  transition: 0.4s;
  text-align: left;
  font: normal normal 600 14px/21px Poppins;
  letter-spacing: 0px;
  text-transform: uppercase;
}

#navi-item3:hover {
  color: #0D5916;
}

#navi-item4 {
  color: #FFFFFF;
  text-decoration: none;
  transition: 0.4s;
  text-align: left;
  font: normal normal 600 14px/21px Poppins;
  letter-spacing: 0px;
  text-transform: uppercase;
}

#navi-item4:hover {
  color: #0D5916;
}

#navi-item5 {
  color: #FFFFFF;
  text-decoration: none;
  transition: 0.4s;
  text-align: left;
  font: normal normal 600 14px/21px Poppins;
  letter-spacing: 0px;
  text-transform: uppercase;
}

#navi-item5:hover {
  color: #0D5916;
}

/* #home-header.scrolled {
  background: #ffff;
  
} */
/* #home-header .nav-items>li>a{
  color: #fff;
}
#home-header.nav-items>li>a.scrolled{
  color: #941313;

} */

/* footer */
/* FOOTER */
.ft-outer {
  background-color: #f2f7f0;
  width: 100%;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;


}

/* black banner */
.black-banner {
  width: 1100px;
  height: 345px;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  background: #000000 0% 0% no-repeat padding-box;
  opacity: 1;
  /* margin-top: 95px; */
  margin-bottom: 100px;
}

.black-banner h1 {
  text-align: center;
  font: normal normal 600 30px/58px Poppins;
  letter-spacing: 0px;
  color: #FFFFFF;
  opacity: 1;
}

.black-banner p {
  text-align: center;
  font: normal normal normal 14px/24px Poppins;
  letter-spacing: 0px;
  color: #FFFFFF;
  opacity: 1;
  width: 494px;
  margin-top: 9px;
  margin-bottom: 40px;
}

.black-banner>a {
  text-decoration: none;
}

.black-banner>a>div {
  background: transparent linear-gradient(275deg, #2FAC42 0%, #E39033 100%) 0% 0% no-repeat padding-box;
  border-radius: 80px;
  opacity: 1;
  width: 205px;
  height: 50px;
  text-align: center;
  font: normal normal 600 14px/28px Poppins;
  letter-spacing: 0px;
  color: #FFFFFF;
  opacity: 1;
  display: flex;
  align-items: center;
  justify-content: center;
  transition: 0.5s;
}

.black-banner>a>div:hover {
  background: transparent linear-gradient(180deg, #cdad39 0%, #90c73f 100%) no-repeat padding-box;
}


.footer {

  /* padding: 77px 0px; */

  padding-top: 77px;
  display: flex;
  flex-direction: row;
  width: 1100px;
  justify-content: space-between;
}

/* .footer>* {
  flex: 1;
}

.footer-address {
  flex: 1.5;
}

.footer-contact {
  flex: 1.2;
} */

.footer-address {
  display: flex;
  flex-direction: column;

}

.footer-address>img {
  width: 48px;
  height: 50px;
}

.numbers-image>img {
  width: 29px;
  height: 29px;
}

.address>h1 {
  font-size: 15px;
  font-weight: 600;
  line-height: 24px;
  letter-spacing: 0px;
  color: #000000;
  margin-top: 41px;
}

.address>p {
  font-size: 12px;
  line-height: 24px;
  margin-bottom: 16px;
}

.footer-address>p {
  width: 1100px;
  display: flex;
  align-items: end;
  justify-content: space-between;
  padding-bottom: 77px;
}

.footer-address>p>a {
  color: #ff00d8;
}

.footer-bottom {
  width: 1100px;
  display: flex;
  align-items: end;
  justify-content: space-between;
  padding-bottom: 43px;
  margin-top: 65px;
}

.footer-bottom>p {

  font-size: 14px;
  line-height: 34px;
  text-align: left;
  font: normal normal normal 14px/34px Poppins;
  letter-spacing: 0px;
  opacity: 1;
}

.footer-bottom>p>a {
  color: #ff00d8;
  text-decoration: none;
}

.footer-links,
.footer-socials {
  display: flex;
  flex-direction: column;
  gap: 25px;
}

.footer-links>h1,
.footer-socials>h1 {
  font-size: 15px;
  line-height: 24px;
  font-weight: 600;
  letter-spacing: 0px;
  color: #000000;
}

.footer-links>ul,
.footer-socials>ul {
  display: flex;
  flex-direction: column;
  gap: 4px;
}

.footer-socials>ul>li>a> {
  text-decoration: none;
}

.footer-links>ul>li>a {
  text-decoration: none;
}

.footer-links>ul>li>a>div,
.footer-socials>ul>li>a>div {
  display: flex;
  flex-direction: row;
  gap: 15px;
  align-items: center;

}

.footer-links>ul>li>a>div:hover>span,
.footer-socials>ul>li>a>div:hover>span {
  color: var(--primary-color);
}

.footer-links>ul>li>a>div:hover>svg>path,
.footer-socials>ul>li>a>div:hover>svg>path {
  fill: var(--primary-color);
}

.footer-links>ul>li>a>div>span,
.footer-socials>ul>li>a>div>span {
  font-size: 14px;
  line-height: 32px;
  font: normal normal normal 14px/32px Poppins;
  letter-spacing: 0px;
  color: #000000;
}


.footer-socials {
  display: flex;
  flex-direction: column;
  gap: 25px;
}

.footer-contact {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}

.contact-numbers {
  display: flex;
  flex-direction: column;
}

.contact-numbers>p {
  font-size: 12px;
  line-height: 19px;
}

.numbers-image {
  display: flex;
  flex-direction: row;
  gap: 15px;
  align-items: center;

}

.terms-conditions {
  display: flex;
  flex-direction: column;
  gap: 6px;
}

.terms {
  display: flex;
  flex-direction: row;
  gap: 10px;
  align-items: center;
  justify-content: flex-end;
}

.terms>a {
  font-size: 14px;
  line-height: 24px;
  font-weight: 600;
}

.rights-reserve {
  font-size: 12px;
  line-height: 24px;
}

.ft2-right {
  display: flex;

}

.slash {
  margin: 0%;
  margin-right: 20px;
  margin-left: 2px;
  font: normal normal normal 12px/24px Poppins;
}

.ft2-right>p>a {
  font: normal normal normal 12px/24px Poppins;
  letter-spacing: -0.6px;
  color: #000000;
  opacity: 1;
  text-decoration: none;
}

.contact-numbers>p>a {
  text-decoration: none;
  text-align: center;
  font: normal normal normal 12px/19px Poppins;
  letter-spacing: 0px;
  color: #000000;
  opacity: 1;
}

.footer-socials ul li a {
  text-decoration: none;

}

.footer-links ul li a {
  text-decoration: none;
}

#ft-li {
  width: 200px;
}

/* .abt-banner-wrap {
  background: url(../res/about/aboutbanner.png);
  background-repeat: no-repeat;
  background-position: top;
  background-size: contain;
} */

.about-wrap {
  width: 1100px;
  display: flex;
  justify-content: space-between;
}

.main-title {
  display: flex;
  flex-direction: column;
  /* width: 612px;
  height: 479px; */
  justify-content: center;
  background: #FFFFFF;
  /* padding-left: 57px; */
  /* margin-top: 72px; */


}

.main-img {
  /* width: 569px; */
  width: 622px;
  height: 558px;
  overflow: hidden;

}

.main-img img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  -webkit-transform: scale(1);
  transform: scale(1);
  -webkit-transition: .3s ease-in-out;
  transition: .3s ease-in-out;
  overflow: hidden;
}

.main-img img:hover {
  -webkit-transform: scale(1.3);
  transform: scale(1.3);
}

.main-title h1 {
  text-align: left;
  font: normal normal 600 38px/58px Poppins;
  letter-spacing: 0px;
  color: #000000;
  opacity: 1;


}

.main-title p {
  text-align: left;
  font: normal normal normal 14px/28px Poppins;
  letter-spacing: 0px;
  color: #666666;
  opacity: 1;
  /* width: 540px; */
  width: 446px;
  margin-top: 30px;

}

.main-title>a {
  text-decoration: none;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 205px;
  height: 50px;
  margin-top: 29px;
  margin-bottom: 53px;
}

.main-title>a>div {
  background: transparent linear-gradient(275deg, #2FAC42 0%, #E39033 100%) 0% 0% no-repeat padding-box;
  border-radius: 80px;
  opacity: 1;
  width: 205px;
  height: 50px;
  text-align: center;
  font: normal normal 600 14px/28px Poppins;
  letter-spacing: 0px;
  color: #FFFFFF;
  opacity: 1;
  display: flex;
  justify-content: center;
  align-items: center;
  transition: 0.5s;

}

.main-title>a>div:hover {
  background: transparent linear-gradient(180deg, #cdad39 0%, #90c73f 100%) no-repeat padding-box;
}

.fdup {
  opacity: 0;
  transform: translate(0, 10vh);
  transition: all 1s;
}

.fdup.visible {
  opacity: 1;
  transform: translate(0, 0);
}

@media (min-width:750px) {
  .mob-menu {
    display: none;
  }


}

@media(max-width:1100px) {
  .header {
    width: 993px;
  }

  .black-banner {
    width: 993px;
  }

  .footer {
    width: 993px;
  }

  .footer-bottom {
    width: 993px;
  }

  .about-wrap {
    width: 993px;
  }
}

@media(max-width:993px) {
  .nav-items {

    gap: 25px;
  }

  .header {
    width: 870px;
  }

  .black-banner {
    width: 870px;
  }

  .footer {
    width: 870px;
  }

  .footer-bottom {
    width: 870px;
    align-items: center;

  }

  .about-wrap {
    width: 870px;
  }
}

@media(max-width:870px) {

  .header {
    width: 760px;
  }

  .black-banner {
    width: 760px;
  }

  .footer {
    width: 760px;
  }

  .about-wrap {
    width: 760px;
  }

  .footer-bottom {
    width: 760px;
    align-items: center;
    justify-content: center;
    flex-direction: column;
  }
}

@media (max-width:760px) {

  #menu {
    /* position: fixed; */
    position: relative;
    /* right: 2rem;
  top: 2rem; */
    width: 30px;
    height: 30px;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: end;
    transition: .5s;
    z-index: 10;
  }

  .menu-line1 {
    width: 100%;
    height: 2px;
    background: #0D5916;
    transition: .6s;
  }

  .menu-line2 {
    width: 80%;
    height: 2px;
    margin-top: .5rem;
    background: #0D5916;
    transition: .6s;
  }

  .menu-line3 {
    width: 60%;
    height: 2px;
    margin-top: .5rem;
    background: #0D5916;
    transition: .6s;
  }

  .rotate {
    transform: rotateZ(180deg)
  }

  .rotate1 {
    background: #0D5916;
    transform: rotateZ(45deg);
  }

  .rotate2 {
    background: #0D5916;
    width: 100%;
    transform: translate(0, -0.8rem) rotateZ(-45deg);
    margin-top: 0.6rem;
  }

  .rotate3 {
    display: none;
  }

  .nav-page1 {
    position: fixed;
    top: 0;
    left: 0;
    background: whitesmoke;
    width: 60%;
    height: 70vh;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    color: #212121;
    transform: translate(0, -100%);
    transition: .5s;
  }

  .nav-page1 span {
    padding: 1rem;
  }

  .nav-page1 span a {
    text-decoration: none;
    font: normal normal 600 14px/21px Poppins;
    letter-spacing: 0px;
    color: #0D5916;
    text-transform: uppercase;
  }

  .nav-page2 {
    position: fixed;
    top: 0;
    left: 60%;
    background: whitesmoke;
    width: 40%;
    height: 70vh;
    transition: .8s;
    transform: translate(0, -100%);
  }

  .transform {
    transform: translate(0, 0);
  }

  header {
    height: 120px;
    /* padding: 0px 20px; */
  }

  /* .all-outer {

    padding: 0px 20px;
  } */
  /* 
  .ft-outer {

    padding: 0px 20px;
  } */

  .header {
    width: 92%;
  }

  .nav-items {
    display: none;
  }



  .black-banner {
    width: 92%;
  }

  .black-banner p {
    width: 320px;
  }

  .footer {

    width: 92%;
    flex-direction: column;
  }

  .footer-bottom {

    width: 92%;
    flex-direction: column;
    align-items: center;
    gap: 10px;
  }

  .terms-conditions {

    align-items: center;
    justify-content: center;
  }

  .main-title h1 br {
    display: none;
  }

  .rights-reserve {

    display: flex;
    align-items: center;
    justify-content: center;
    text-align: center;
  }

  .footer-links>h1,
  .footer-socials>h1 {

    margin-top: 50px;
  }


  /* aboutpage */

  .about-wrap {

    width: 92%;
    flex-direction: column;
    align-items: center;
    justify-content: center;

  }

  .main-title p {

    width: 100%;
  }

  .main-img {

    width: 100%;
    height: 370px;
  }
}