/*===================== REUSABLE  CSS AREA START =====================*/
@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');

* {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
  transition: all 0.2s ease-in-out;
}

body {
  font-family: 'Poppins', sans-serif;
}

ul {
  padding: 0;
  margin: 0;
  list-style: none;
}

button,
input {
  border: none;
  outline: none;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  margin: 0;
  padding: 0;
}

p {
  margin: 0;
  padding: 0;
}

a {
  text-decoration: none;
  color: #69af55;
}

.btns {
  text-decoration: none;
  display: flex;
  align-items: center;
  justify-content: center;
  border: none;
}

.btns:hover {
  color: #ffca00;
}

img {
  width: 100%;
  height: auto;
  object-fit: cover;
}

.title {
  text-align: center;
}

main {
  overflow: hidden !important;
}

.container,
.container-lg,
.container-md,
.container-sm,
.container-xl,
.container-xxl {
  max-width: 1200px;
  margin: 0 auto;
}
/*===================== REUSABLE CSS AREA END =====================*/

/*===================== OFFCANVAS CSS AREA START =====================*/
.menu-close {
  font-size: 18px;
  color: #fff;
  position: absolute;
  top: 20px;
  right: 18px;
  cursor: pointer;
  transition: 0.4s;
  border: 1px solid #fff;
  width: 32px;
  height: 32px;
  display: flex;
  align-items: center;
  justify-content: center;
}

.menu-close:hover {
  color: #000;
  background: #fff;
}

.offcanvas-area {
  position: fixed;
  left: -100%;
  height: 100%;
  width: 318px;
  background: #69af55;
  z-index: 9999;
  padding-top: 35px;
  -webkit-transition: 0.4s;
  transition: 0.4s;
  visibility: hidden;
  top: 0;
  overflow-y: scroll;
}

.offcanvas-area.active {
  left: 0;
  visibility: visible;
}

.offcanvas-area .main-menu ul li a {
  font-size: 18px;
  color: #fff;
  display: block;
  transition: 0.3s;
  padding: 16px 22px;
  border-bottom: 1px solid #fff;
  text-decoration: none;
}
.offcanvas-area .main-menu ul li a:hover {
  color: #000 !important;
  background: #fff;
}
.offcanvas-area .main-menu ul li:first-child a {
  border-top: 1px solid #fff;
}

.offcanvas-area .main-menu ul li a:hover,
.offcanvas-area .main-menu ul li a[aria-expanded="true"] {
  color: #d5d5d5;
}

.offcanvas-menu .main-menu ul {
  display: block;
  padding-left: 0;
  margin-bottom: 35px;
  list-style: none;
}

.offcanvas-overlay {
  position: fixed;
  width: 100%;
  height: 100%;
  background-color: #000;
  opacity: 0;
  visibility: hidden;
  -webkit-transition: 0.4s;
  transition: 0.4s;
  z-index: 99;
}

.offcanvas-overlay.active {
  opacity: 0.4;
  visibility: visible;
}

.offcanvas-area {
  -ms-overflow-style: none;
  scrollbar-width: none;
}

.offcanvas-area::-webkit-scrollbar {
  display: none;
}
.offcanvas-menu {
  margin-top: 100px;
}

/*===================== OFFCANVAS CSS AREA END =====================*/

/*===================== HEADER CSS AREA START =====================*/
header#header__area {
  position: relative;
  background: #fff;
}

.header__wrap {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 22px 0px;
}

.header__nav {
  display: flex;
  align-items: center;
  gap: 77px;
}

.header__nav ul {
  display: flex;
  align-items: center;
  gap: 58px;
}

.header__nav > ul > li > a {
  color: #313131;
  font-size: 15px;
}

.header__nav > ul > li > a:hover {
  color: #69af55;
}

.header__nav > a {
  width: 144px;
  height: 45px;
  background: #69af55;
  border-radius: 9px;
  display: flex;
  align-items: center;
  gap: 10px;
  font-size: 15px;
  color: #fff;
}

.header__nav > a img {
  width: 14px;
}

.header__bar > a {
  color: #69af55;
  font-size: 24px;
}
/*===================== HEADER CSS AREA END =====================*/

/*===================== HERO CSS AREA START =====================*/
#hero__area {
  background-image: url('../img/hero_bg-pto-events.jpg');
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center center;
  position: relative;
  padding: 101px 0px 150px;
}

.hero__content {
  max-width: 575px;
  border-radius: 29px;
  padding: 41px 44px;
  background: #fff;
  opacity: .9;
}

.hero__content span {
  font-size: 20px;
  font-weight: 600;
  letter-spacing: 3px;
  color: #313131;
}

.hero__content h1 {
  font-size: 51px;
  font-weight: 600;
  line-height: 62px;
  color: #69af55;
  margin: 30px 0px;
}

.a_btn {
  width: 140px;
  height: 45px;
  background: #69af55;
  border-radius: 9px;
  font-size: 15px;
  color: #fff;
}
/*===================== HERO CSS AREA END =====================*/

/*===================== WHAT CSS AREA START =====================*/
.what__img {
  max-width: 526px;
}

.what__content {
  max-width: 558px;
  margin-left: auto;
  height: 100%;
  display: flex;
  flex-direction: column;
  justify-content: center;
  color: #313131;
}

section#what__area {
  background: #F3F3F6;
  padding: 121px 0px;
  margin-bottom: 79px;
  position: relative;
}

.what__borderdown {
  position: absolute;
  bottom: 0px;
  left: 0px;
}

.what__content h2 {
  font-size: 35px;
  font-weight: 600;
  margin-bottom: 29px;
}

.what__content p {
  margin-bottom: 24px;
}
/*===================== WHAT CSS AREA END =====================*/

/*===================== CLUB CSS AREA START =====================*/
.club__title {
  margin-bottom: 67px;
}

.title h2 {
  color: #313131;
  font-size: 35px;
  line-height: 41px;
  text-align: center;
}

.club__card {
  text-align: center;
}

.club__wrap, .feature__cards, .count__wrap {
  max-width: 1100px;
  margin: 0 auto;
}

.club__wrap {
  display: grid;
  grid-template-columns: repeat(4,1fr);
  column-gap: 66px;
  row-gap: 60px;
}

.club__card img {
  max-width: 218px;
}

.club__card h6 {
  font-size: 24px;
  font-weight: 600;
  color: #313131;
  margin-top: 14px;
}

section#club__area {
  margin-bottom: 97px;
}
/*===================== CLUB CSS AREA END =====================*/

/*===================== FEATURE CSS AREA START =====================*/
.feature__title {
  margin-bottom: 42px;
}

.feature__cards {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: center;
  column-gap: 39px;
  row-gap: 15px;
}

.feature__cards  img {
  width: 123px;
}

section#feature__area {
  background: #F3F3F6;
  padding: 107px 0px;
  margin-bottom: 99px;
  position: relative;
}

img.borderup {
  position: absolute;
  top: 0;
  left: 0;
}

img.borderdown {
  position: absolute;
  bottom: 0;
  left: 0;
}
/*===================== FEATURE CSS AREA END =====================*/

/*===================== WORK CSS AREA START =====================*/
.work__img {
  max-width: 526px;
  margin-left: auto;
}

.work__title.title h2 {
  text-align: left;
}

.work__title.title {
  margin-bottom: 71px;
}

.work__card img {
  width: 85px;
}

.work__card {
  display: flex;
  align-items: start;
  gap: 29px;
}

.work__card__content {
  color: #313131;
}

.work__card__content h6 {
  font-size: 24px;
  font-weight: 600;
  line-height: 41px;
}

.work__content {
  max-width: 559px;
  display: flex;
  flex-direction: column;
  gap: 31px;
}

.work__card__content p {line-height: 27px;}

.work__content > a {
  margin-top: 43px;
}

section#work__area {
  margin-bottom: 93px;
}
/*===================== WORK CSS AREA END =====================*/

/*===================== COUNT CSS AREA START =====================*/
section#count__area {
  position: relative;
  background: #F3F3F6;
  padding: 95px;
  margin-bottom: 87px;
}

.count__title.title {
  margin-bottom: 41px;
}

.count__cards {
  display: grid;
  grid-template-columns: repeat(4,1fr);
}

.count__card {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 4px;
  color: #313131;
  padding: 16px 10px;
  border-left: 1px solid #C6C6C8;
}

.count__card:first-child {
  border-left: none;
}

.count__card h5 {
  font-size: 28px;
  font-weight: 600;
}

.count__card p {
  line-height: 27px;
  text-align: center;
}
/*===================== COUNT CSS AREA END =====================*/

/*===================== WORLD CSS AREA START =====================*/
.world__single__card img {
  width: 85px;
}

.world__single__card {
  display: flex;
  align-items: start;
  gap: 18px;
  max-width: 504px;
}

.world__card__content {
  color: #313131;
}

.world__card__content h6 {
  font-size: 24px;
  font-weight: 600;
  line-height: 41px;
}

.world__card__content p {
  line-height: 27px;
}

.world__card {
  display: flex;
  justify-content: space-between;
  gap: 20px;
}

.world__wrap {
  display: flex;
  flex-direction: column;
  gap: 50px;
}

.world__title {
  margin-bottom: 78px;
}

section#world__area {
  margin-bottom: 110px;
}
/*===================== WORLD CSS AREA END =====================*/

/*===================== DIFFERENCE CSS AREA START =====================*/
section#difference__area {
  position: relative;
  background: #F3F3F6;
  padding: 118px 0px;
  margin-bottom: 100px;
}

.difference__single__card {
  display: flex;
  align-items: start;
  gap: 18px;
  max-width: 500px;
}

.difference__card__content {
  color: #313131;
}

.difference__card__content h6 {
  font-size: 24px;
  font-weight: 600;
  line-height: 41px;
}

.difference__card__content p {
  line-height: 27px;
}

.difference__single__card img {
  width: 85px;
}

.difference__card {
  display: flex;
  justify-content: space-between;
  gap: 20px;
}

.difference__wrap {
  display: flex;
  flex-direction: column;
  gap: 50px;
  margin-bottom: 78px;
}

.diference__btn {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 49px;
}

.diference__btn h3 {
  font-size: 28px;
  font-weight: 600;
}

.difference__title.title {
  margin-bottom: 65px;
}
/*===================== DIFFERENCE CSS AREA END =====================*/

/*===================== PLAN CSS AREA START =====================*/
.plan__title.title {
  margin-bottom: 72px;
}

.plan__title.title p {
  line-height: 27px;
  margin-top: 12px;
}

.plan__card__list > ul > li > img {
  width: 18px;
  margin-right: 12px;
}

.plan__card__list > ul > li {
  display: flex;
  align-items: center;
  justify-content: center;
}

.plan__card__list > ul > li span {
  font-size: 11px;
  padding-top: 2px;
  width: 18px;
  height: 18px;
  display: flex;
  align-items: center;
  justify-content: center;
  border: 2px solid #313131;
  border-radius: 50%;
  margin-right: 12px;
}

.plan__card__list > ul {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 18px;
  margin-bottom: 40px;
}

.plan__card__list > a {
  border: 1px solid #000000;
  border-radius: 9px;
  width: 243px;
  height: 45px;
  font-size: 15px;
  font-weight: 500;
  color: #000;
  margin: 0 auto 43px;
}

.plan__card {
  position: relative;
  background: #FFFFFF 0% 0% no-repeat padding-box;
  border: 1px solid #BDBEBE;
  border-radius: 15px;
  overflow: hidden;
}

.plan__card.plan__card2 > img {
  width: 91px;
  position: absolute;
  top: 0px;
  right: 0px;
}

.plan__card.plan__card2 h2 > b {
  color: #69af55;
  font-size: 26px;
  display: inline;
}

.plan__card.plan__card2 h2 {
  color: #69af55;
}

.plan__card h3 {
  padding: 16px 0;
  text-align: center;
  font-size: 46px;
  font-weight: 600;
}

.plan__card h2 {
  background: #F7F7F7;
  padding: 31px 0px;
  font-size: 83px;
  font-weight: 900;
  text-align: center;
  margin-bottom: 32px;
}

.plan__card.plan__card2 h3 {
  color: #fff;
  background: #69af55;
}

section#plan__area {
  margin-bottom: 139px;
}
/*===================== PLAN CSS AREA END =====================*/

/*===================== CHARITY CSS AREA START =====================*/
section#charity__area {
  position: relative;
  background: #F3F3F6;
  margin-bottom: 71px;
  padding: 119px 0px 129px;
}

.charity__title.title {
  margin-bottom: 84px;
}

.charity__cards {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: space-between;
  gap: 30px;
}

.charity__card__img {max-width: 270px;}
/*===================== CHARITY CSS AREA END =====================*/

/*===================== QUESTION CSS AREA START =====================*/
.question__wrap .accordion .accordion-item {
  margin-bottom: 9px;
}

.accordion-button {
  position: relative;
  display: flex;
  align-items: center;
  gap: 20px;
  width: 100%;
  padding: 16px 29px;
  font-size: 24px;
  font-weight: 600;
  color: #fff;
  text-align: left;
  background-color: #69af55;
  border: 0;
  border-radius: 12px !important;
  overflow-anchor: none;
  transition: var(--bs-accordion-transition);
}

.accordion-button::after {
  content: '\f067';
  font-family: "Font Awesome 5 Free";
  color: #fff;
  font-size: 18px;
  background-image: none;
}

.accordion-button:not(.collapsed)::after {
  content: '\f068';
  font-family: "Font Awesome 5 Free";
  color: #fff;
  font-size: 18px;
  background-image: none;
}

.accordion-button:focus {
  z-index: 3;
  border-color: none;
  outline: 0;
  box-shadow: none;
}

.accordion-button:not(.collapsed) {
  color: #fff;
  background-color: #69af55;
  box-shadow: none;
}

.accordion-body {
  padding: 29px;
}

.accordion__content p {
  line-height: 27px;
  margin-bottom: 25px !important;
}

.accordion__content h6 {
  font-size: 16px;
  font-weight: bold;
}

.accordion__content {
  color: #313131;
}

.accordion-item {
  border: none;
}

.question__wrap > a {margin: 24px auto 0px;}

section#question__area {
    margin-bottom: 115px;
}
/*===================== QUESTION CSS AREA END =====================*/

/*===================== FOOTER CSS AREA START =====================*/
footer#footer__area {
  background: #313131;
  padding: 65px 0px 52px;
}

.footer__logo {
  width: 208px;
  margin-bottom: 24px;
}

.footer__content__list {
  color: #fff;
  display: flex;
  justify-content: space-between;
  gap: 20px;
  margin-bottom: 52px;
}

.footer__content {
  max-width: 882px;
}

.footer__content p {
  line-height: 27px;
}

.footer__list h5 {
  font-size: 23px;
  font-weight: 600;
  margin-bottom: 20px;
}

.footer__list > ul > li > a {
  color: #fff;
  line-height: 36px;
}

.footer__list > ul > li > a:hover {
  color: #69af55;
}

.copygiht__social > a:first-child img {
  width: 15px;
}

.copygiht__social > a:last-child img {
  width: 30px;
}

.copygiht__social {
  display: flex;
  align-items: center;
  gap: 47px;
}

.copyright__content {
  color: #fff;
}

.copyright {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 20px;
}

.copyright__content p {
  line-height: 27px;
  margin-top: 8px;
}

.copyright__content p a {
  color: #fff;
}
/*===================== FOOTER CSS AREA END =====================*/
