/* font-family: "Darumadrop One", sans-serif;
  font-family: "Lilita One", sans-serif; */

body {
  background-image: url(../images/home.jpg);
  background-position: top center;
  background-repeat: no-repeat;
  background-size: cover;
  font-family: "Inter", sans-serif;
}
a {
  text-decoration: none;
}
header {
  padding-top: 30px;
}
ul.navbar-nav li a {
  font-family: "Lilita One", sans-serif;
  font-size: 18px;
  padding: 0px !important;
}
ul.navbar-nav li {
  margin: 0 14px;
}
a.header-btns {
  background: #f5a812;
  color: black;
  font-family: "Lilita One";
  font-size: 17px;
  padding: 11px 36px;
  border-radius: 100px;
}

header a.navbar-brand img {
  margin-bottom: -100px;
}

/* banner-css-start */
section.hero-banner {
  margin-top: 210px;
}

.inner-banner {
  padding: 90px 60px;
  background: rgba(255, 255, 255, 0.28);
  border-radius: 16px;
  box-shadow: 0 4px 30px rgba(0, 0, 0, 0.1);
  backdrop-filter: blur(6px);
  -webkit-backdrop-filter: blur(6px);
  border: 1px solid rgba(255, 255, 255, 0.79);
  position: relative;
}
.inner-banner::after {
  content: "";
  position: absolute;
  right: -60px;
  bottom: -60px;
  background: url(../images/banner-bear.png);
  width: 300px;
  height: 310px;
  background-position: right bottom;
  background-repeat: no-repeat;
  background-size: contain;
}
.inner-banner h1 {
  font-family: "Darumadrop One", sans-serif;
  text-transform: uppercase;
  font-size: 39px;
  line-height: 42px;
  margin-bottom: 20px;
  color: #212529;
}
.inner-banner h1 span {
  color: #f5a812;
}

.inner-banner p {
  font-size: 15px;
  font-weight: 500;
  margin-bottom: 25px;
}

.inner-banner h5 {
  font-family: "Darumadrop One", sans-serif;
  text-transform: uppercase;
  font-size: 20px;
  margin-bottom: 20px;
}

.inner-banner ul {
  list-style: none;
  padding: 0px;
}

.inner-banner ul li {
  color: #212529;
  font-size: 15px;
  margin-bottom: 8px;
  font-weight: 500;
}
.website-buttons {
  display: flex;
  flex-direction: row;
  gap: 30px;
  margin-top: 30px;
}

.website-buttons a.first-btn {
  background: #b70f00;
  color: white;
  font-family: "Lilita One";
  font-size: 17px;
  padding: 11px 36px;
  border-radius: 100px;
}

.website-buttons a.second-btn {
  background: black;
  color: white;
  font-family: "Lilita One";
  font-size: 17px;
  padding: 11px 36px;
  border-radius: 100px;
}
.banner-form {
  background: white;
  border: 1px solid #b70f00;
  padding: 30px;
  border-radius: 15px;
  width: 85%;
  margin: 0 auto;
}

.banner-form h2 {
  font-family: "Darumadrop One", sans-serif;
  text-transform: uppercase;
  font-size: 22px;
  line-height: 22px;
  margin-bottom: 10px;
  color: black;
}

.banner-form form label {
  width: 100%;
}

.banner-form form label input {
  width: 100%;
  border: 1px solid #081306;
  padding: 12px;
  color: black;
  border-radius: 6px;
  margin-bottom: 12px;
}
.banner-form form label textarea {
  width: 100%;
  border: 1px solid #081306;
  padding: 12px;
  color: black;
  border-radius: 6px;
  margin-bottom: 12px;
  height: 160px;
}
button.btn.submitbtn {
  background: #f5a812;
  color: black;
  font-family: "Lilita One";
  font-size: 17px;
  padding: 11px 36px;
  border-radius: 6px;
  width: 100%;
}

/* banner-css-end */

/* second-sec-css-start */
section.second-section {
  margin-top: 100px;
}
.professionals_writers {
  padding: 90px 60px 110px;
  background: rgba(255, 255, 255, 0.28);
  border-radius: 16px;
  box-shadow: 0 4px 30px rgba(0, 0, 0, 0.1);
  backdrop-filter: blur(6px);
  -webkit-backdrop-filter: blur(6px);
  border: 1px solid rgba(255, 255, 255, 0.79);
  position: relative;
}
.professional_section h2 {
  font-family: "Darumadrop One", sans-serif;
  text-transform: uppercase;
  font-size: 39px;
  line-height: 42px;
  margin-bottom: 20px;
  color: #000000;
}
.professional_section h2 span {
  color: #f5a812;
}
.professional_section p {
  font-size: 15px;
  font-weight: 600;
  margin-bottom: 25px;
  line-height: 25px;
}

.professional_section ul {
  padding: 0px;
  list-style: none;
  display: flex;
  flex-wrap: wrap;
  gap: 30px 20px;
  align-items: center;
}

.professional_section ul li {
  font-family: "Lilita One";
  font-size: 16px;
  width: 38%;
}

.professional_section .website-buttons a.first-btn {
  background: #f5a812;
  color: black;
}
.professional_section img.professional-img {
  border: 6px solid #4dad34;
  border-radius: 10px;
  box-shadow: 0px 10px 20px -5px #0000007a;
}
.counter-box-main {
  display: flex;
  column-gap: 19px;
  justify-content: flex-start;
  flex-direction: row;
  flex-wrap: wrap;
}
.counter-box-main .counter-box span.counter {
  font-size: 30px;
  color: #000;
  font-weight: 800;
}
.counter-box-main .counter-box p {
  margin: 0;
  font-size: 13px;
  font-weight: 400;
  color: #555555;
}
.counter-box-main .counter-box {
  font-size: 32px;
  color: #000;
  font-weight: 800;
}
.divider {
  background: black;
  width: 1px;
}
.prominent_section {
  margin-top: 130px;
}
.prominent_section h2 {
  font-family: "Darumadrop One", sans-serif;
  text-transform: uppercase;
  font-size: 39px;
  line-height: 42px;
  margin-bottom: 20px;
  color: #000000;
}
.prominent_section h2 span {
  color: #f5a812;
}
.prominent_section p {
  font-size: 15px;
  font-weight: 600;
  margin-bottom: 25px;
  line-height: 25px;
}
.prominent_section img.prominent-img {
  border: 6px solid #ffc200;
  border-radius: 10px;
  box-shadow: 0px 10px 20px -5px #0000007a;
}
.prominent_section .website-buttons a.first-btn {
  background: #ffc200;
  color: black;
}
.professional_section {
  position: relative;
}
/* .professional_section::after {
  content: url(../images/hedgehog.png);
  position: absolute;
  right: -130px;
  bottom: 0;
} */
.prominent_section {
  position: relative;
}
/* .prominent_section::after {
    content: "";
    position: absolute;
    left: -430px;
    top: -220px;
    transform: scaleX(-1);
    background-image: url(../images/sleeping-bear.png);
    width: 510px;
    height: 340px;
    background-position: left center;
    background-repeat: no-repeat;
    background-size: cover;
} */
/* second-sec-css-end */

/* portfolio-sec-css-start */
.inner-portfolio {
  padding: 90px 0;
  background: rgba(255, 255, 255, 0.28);
  border-radius: 16px;
  box-shadow: 0 4px 30px rgba(0, 0, 0, 0.1);
  backdrop-filter: blur(6px);
  -webkit-backdrop-filter: blur(6px);
  border: 1px solid rgba(255, 255, 255, 0.79);
  position: relative;
}
section.portfolio {
  margin-top: 130px;
}
.inner-portfolio h2 {
  text-align: center;
  font-family: "Darumadrop One", sans-serif;
  text-transform: uppercase;
  font-size: 43px;
  line-height: 42px;
  margin-bottom: 70px;
  color: #000000;
  -webkit-text-stroke: 1px;
  -webkit-text-stroke-color: black;
}

.inner-portfolio h2 span {
  color: #ffc200;
}

.portfolio-slider .slick-slide {
  transform: scale(0.6);
  margin: 70px 0px;
  transition: 0.5s all;
  filter: blur(5px);
}
.portfolio-slider .slick-slide.slick-center {
  transform: scale(1.3);
  transition: 0.5s all;
  filter: blur(0px);
  position: relative;
}
.portfolio-slider .slick-slide.slick-center::before {
  content: "";
  position: absolute;
  bottom: 0;
  left: -100px;
  height: 170px;
  width: 160px;
  background-image: url(../images/left-lines.png);
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
}
.portfolio-slider .slick-slide.slick-center::after {
  content: "";
  position: absolute;
  bottom: 0;
  right: -100px;
  height: 170px;
  width: 160px;
  background-image: url(../images/right-lines.png);
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
}
.portfolio-slider button.slick-disabled {
  opacity: 0.6;
}

.portfolio-slider button.slick-arrow {
  top: 50%;
  position: absolute;
  font-size: 0;
  border: 0;
  left: 0;
  background: transparent;
}
.portfolio-slider button.slick-next.slick-arrow {
  left: 98%;
  background-image: url(../images/right_arrow.png);
  width: 70px;
  height: 70px;
  background-repeat: no-repeat;
  background-position: center;
  background-size: 96%;
}
.portfolio-slider button.slick-prev.slick-arrow {
  left: -3%;
  background-image: url(../images/left_arrow.png);
  width: 70px;
  height: 70px;
  background-repeat: no-repeat;
  background-position: center;
  background-size: 96%;
  z-index: 12;
}
/* portfolio-sec-css-end */

/* publish-sec-css-start */
section.published_book {
  margin-top: 60px;
}
.inner_published {
  padding: 90px 60px;
  background: rgba(255, 255, 255, 0.28);
  border-radius: 16px;
  box-shadow: 0 4px 30px rgba(0, 0, 0, 0.1);
  backdrop-filter: blur(6px);
  -webkit-backdrop-filter: blur(6px);
  border: 1px solid rgba(255, 255, 255, 0.79);
  position: relative;
}
.inner_published h2 {
  text-align: center;
  font-family: "Darumadrop One", sans-serif;
  text-transform: uppercase;
  font-size: 40px;
  line-height: 42px;
  color: #ffc200;
  -webkit-text-stroke: 1px;
  -webkit-text-stroke-color: black;
}

.inner_published p {
  color: black;
  font-size: 16px;
  font-weight: 500;
  text-align: center;
  width: 80%;
  margin: 0 auto 40px;
}
.inner_published .books {
  display: flex;
  flex-wrap: wrap;
  gap: 20px;
  justify-content: center;
}

.inner_published .books img {
  width: 18%;
}
/* publish-sec-css-end */

/* service-css=start */
section.services {
  margin-top: 60px;
  text-align: center;
}
.inner-services {
  padding: 110px 60px;
  background: rgba(255, 255, 255, 0.28);
  border-radius: 16px;
  box-shadow: 0 4px 30px rgba(0, 0, 0, 0.1);
  backdrop-filter: blur(6px);
  -webkit-backdrop-filter: blur(6px);
  border: 1px solid rgba(255, 255, 255, 0.79);
  position: relative;
}
.inner-services h2 {
  text-align: center;
  font-family: "Darumadrop One", sans-serif;
  text-transform: uppercase;
  font-size: 43px;
  line-height: 42px;
  color: #ffc200;
  -webkit-text-stroke: 1px;
  -webkit-text-stroke-color: black;
  margin-bottom: 20px;
}

.inner-services p {
  color: black;
  font-size: 16px;
  font-weight: 500;
  text-align: center;
  width: 80%;
  margin: 0 auto 40px;
}
.services-box {
  display: flex;
  flex-wrap: wrap;
  gap: 20px;
  justify-content: center;
}

.services-box .serve-box {
  width: 32%;
  padding: 22px;
  border: 1px solid #000000;
  border-radius: 12px;
  background: #fcc21b;
}

.services-box .serve-box p {
  margin: 0px;
  width: 100%;
  color: black;
  font-weight: 400;
}
.services-box .serve-box h3 {
  font-size: 19px;
  margin-top: 15px;
  margin-bottom: 14px;
  font-weight: 700;
  text-transform: uppercase;
}
.services-box .serve-box:nth-child(2) {
  background: #a672ff;
}
.services-box .serve-box:nth-child(3) {
  background: #6eb821;
}
.services-box .serve-box:nth-child(4) {
  background: #fc791b;
}
.services-box .serve-box:nth-child(5) {
  background: #38ceff;
}
.services-box .serve-box:nth-child(6) {
  background: #a46a45;
}
/* service-css=end */

/* cts-section-start */
section.cta {
  margin-top: 60px;
}
.inner-cta {
  padding: 30px 0px;
  background: rgba(255, 255, 255, 0.28);
  border-radius: 16px;
  box-shadow: 0 4px 30px rgba(0, 0, 0, 0.1);
  backdrop-filter: blur(6px);
  -webkit-backdrop-filter: blur(6px);
  border: 1px solid rgba(255, 255, 255, 0.79);
  text-align: center;
}

.inner-cta h2 {
  font-family: "Darumadrop One", sans-serif;
  text-transform: uppercase;
  font-size: 43px;
  line-height: 42px;
  color: #ffc200;
  -webkit-text-stroke: 1px;
  -webkit-text-stroke-color: black;
  margin-bottom: 20px;
}

.inner-cta p {
  color: black;
  font-size: 16px;
  font-weight: 500;
  text-align: center;
}

.inner-cta .website-buttons {
  justify-content: center;
}

.inner-cta .website-buttons a.first-btn {
  background: #ffc200;
  color: black;
}
.inner-cta img.cta-images {
  margin-bottom: -90px;
}
/* cts-section-end */

/* best-selling-sec-css-start */
section.best-selling {
  margin-top: 90px;
}

.inner-best-selling h2 {
  text-align: center;
  font-family: "Darumadrop One", sans-serif;
  text-transform: uppercase;
  font-size: 43px;
  line-height: 42px;
  color: #ffc200;
  -webkit-text-stroke: 1px;
  -webkit-text-stroke-color: black;
  margin-bottom: 20px;
}

.inner-best-selling p {
  color: white;
  font-size: 16px;
  font-weight: 500;
  text-align: center;
  width: 80%;
  margin: 0 auto 40px;
}
.best-books {
  margin-top: 50px;
  display: flex;
  justify-content: center;
  gap: 30px;
  flex-wrap: wrap;
}

.best-books div {
  width: 23%;
  position: relative;
  text-align: center;
}

.best-books div::after {
  content: "";
  background: #ffc200;
  width: 100%;
  height: 94%;
  position: absolute;
  top: 30px;
  z-index: -1;
  left: 0;
  right: 0;
  margin: 0 auto;
  border-radius: 20px;
}

.best-books div h3 {
  font-size: 23px;
  margin-top: 20px;
  color: black;
  font-weight: 700;
}
/* best-selling-sec-css-end */

/* process-sec-css-start */
section.process {
  margin-top: 180px;
  position: relative;
}
.inner-process {
  padding: 90px 60px 190px;
  background: rgba(255, 255, 255, 0.28);
  border-radius: 16px;
  box-shadow: 0 4px 30px rgba(0, 0, 0, 0.1);
  backdrop-filter: blur(6px);
  -webkit-backdrop-filter: blur(6px);
  border: 1px solid rgba(255, 255, 255, 0.79);
  text-align: center;
}
.inner-process h2 {
  font-family: "Darumadrop One", sans-serif;
  text-transform: uppercase;
  font-size: 43px;
  line-height: 42px;
  color: #ffc200;
  -webkit-text-stroke: 1px;
  -webkit-text-stroke-color: black;
  margin-bottom: 90px;
}
.setp-01-box {
  /* background: #F5D382;
    clip-path: polygon(25% 0%, 75% 0%, 100% 50%, 75% 100%, 25% 100%, 0% 50%);
    filter: url(#round);
    padding: 70px 40px; */
}
div.setp-01-box {
  display: inline-block;
  width: 420px;
  height: 340px;
  color: #f5d382;
  margin: 0px;
  filter: url(#round);
  margin: 0 -330px 90px 0;
}
.setp-01-box.hexagone::before {
  content: "";
  display: block;
  /* padding-top:86.6%; */
  background: currentColor;
  clip-path: polygon(25% 0%, 75% 0%, 100% 50%, 75% 100%, 25% 100%, 0% 50%);
  height: 100%;
}
div.setp-01-box div {
  width: 80%;
  color: black;
  z-index: 99;
  position: relative;
  margin: -250px auto 0;
}
.proc_steps h3 {
  font-family: "Darumadrop One";
  font-size: 28px;
}
.proc_steps p {
  margin: 0px;
  font-size: 14px;
}

div.setp-05-box {
  display: inline-block;
  width: 420px;
  height: 340px;
  color: #f5d382;
  margin: 0px;
  filter: url(#round);
  margin-right: -80px;
}
div.setp-05-box.hexagone::before {
  content: "";
  display: block;
  /* padding-top:86.6%; */
  background: currentColor;
  clip-path: polygon(25% 0%, 75% 0%, 100% 50%, 75% 100%, 25% 100%, 0% 50%);
  height: 100%;
}
div.setp-05-box div {
  width: 80%;
  color: black;
  z-index: 99;
  position: relative;
  margin: -250px auto 0;
}
div.setp-04-box {
  display: inline-block;
  width: 420px;
  height: 340px;
  color: #f5d382;
  margin: 0px;
  filter: url(#round);
  margin: 130px -300px 0 140px;
}
div.setp-04-box.hexagone::before {
  content: "";
  display: block;
  /* padding-top:86.6%; */
  background: currentColor;
  clip-path: polygon(25% 0%, 75% 0%, 100% 50%, 75% 100%, 25% 100%, 0% 50%);
  height: 100%;
}
div.setp-04-box div {
  width: 73%;
  color: black;
  z-index: 99;
  position: relative;
  margin: -260px auto 0;
}
div.setp-02-box {
  display: inline-block;
  width: 420px;
  height: 340px;
  color: #f5d382;
  margin: 0px;
  filter: url(#round);
  margin-top: -90px;
  margin-left: -70px;
  margin-bottom: 30px;
}
div.setp-02-box.hexagone::before {
  content: "";
  display: block;
  /* padding-top:86.6%; */
  background: currentColor;
  clip-path: polygon(25% 0%, 75% 0%, 100% 50%, 75% 100%, 25% 100%, 0% 50%);
  height: 100%;
}
div.setp-02-box div {
  width: 80%;
  color: black;
  z-index: 99;
  position: relative;
  margin: -250px auto 0;
}
div.setp-03-box {
  display: inline-block;
  width: 420px;
  height: 340px;
  color: #f5d382;
  filter: url(#round);
  margin: 180px 0px 0 -160px;
}
div.setp-03-box.hexagone::before {
  content: "";
  display: block;
  /* padding-top:86.6%; */
  background: currentColor;
  clip-path: polygon(25% 0%, 75% 0%, 100% 50%, 75% 100%, 25% 100%, 0% 50%);
  height: 100%;
}
div.setp-03-box div {
  width: 80%;
  color: black;
  z-index: 99;
  position: relative;
  margin: -260px auto 0;
}
.inner-process img.img-fluid {
  z-index: 9;
  position: relative;
}
.step-arrow-1,
.step-arrow-2,
.step-arrow-3,
.step-arrow-4,
.step-arrow-5 {
  position: relative;
}
.step-arrow-1::after {
  content: "";
  position: absolute;
  top: -70px;
  width: 100%;
  z-index: 0;
  right: -470px;
  background-image: url(../images/step01.png);
  height: 300px;
  background-position: center;
  background-size: contain;
  background-repeat: no-repeat;
  transform: rotate(20deg);
}
.step-arrow-2::after {
  content: "";
  position: absolute;
  top: 180px;
  width: 100%;
  z-index: 0;
  right: -120px;
  background-image: url(../images/step02.png);
  height: 330px;
  background-position: center;
  background-size: contain;
  background-repeat: no-repeat;
}
.step-arrow-3::after {
  content: "";
  position: absolute;
  bottom: -200px;
  width: 100%;
  z-index: 0;
  left: -270px;
  background-image: url(../images/step03.png);
  height: 250px;
  background-position: center;
  background-size: contain;
  background-repeat: no-repeat;
  transform: rotate(1deg);
}
.step-arrow-4::after {
  content: "";
  position: absolute;
  top: 30px;
  width: 100%;
  z-index: 0;
  left: 20px;
  background-image: url(../images/step04.png);
  height: 210px;
  background-position: center;
  background-size: contain;
  background-repeat: no-repeat;
  z-index: -1;
}
.step-arrow-5::after {
  content: "";
  position: absolute;
  top: -173px;
  width: 100%;
  z-index: 0;
  left: -40px;
  background-image: url(../images/step05.png);
  height: 180px;
  background-position: center;
  background-size: contain;
  background-repeat: no-repeat;
  transform: rotate(7deg);
  z-index: -1;
}
section.process::before {
  content: "";
  position: absolute;
  left: 0;
  bottom: -220px;
  z-index: 8;
  background-image: url(../images/bear-on-rock.png);
  width: 550px;
  height: 750px;
  background-position: left bottom;
  background-repeat: no-repeat;
  background-size: contain;
}
/* process-sec-css-end */

/* testimonial-sec-css-start */
section.testimonial {
  margin-top: 240px;
}

.test-inner h2 {
  text-align: center;
  font-family: "Darumadrop One", sans-serif;
  text-transform: uppercase;
  font-size: 43px;
  line-height: 42px;
  color: #ffc200;
  -webkit-text-stroke: 1px;
  -webkit-text-stroke-color: white;
  margin-bottom: 70px;
}
.test-main {
  padding: 30px 30px;
  position: relative;
  background-color: #fff;
  margin: 0 10px;
  border-radius: 7px;
}
.test-main .img-box {
  display: flex;
  flex-direction: row;
  align-items: center;
}
.test-main h3 {
  font-size: 17px;
  text-transform: uppercase;
  font-weight: 700;
  color: #b70f00;
}
.test-main p {
  font-size: 14px;
  line-height: 21px;
  margin-bottom: 22px;
}
.test-main img {
  display: inline;
}
/* testimonial-sec-css-end */

/* faqs-sec-css-start */
section.faqs-sec {
  margin-top: 140px;
}

.inner-faqs h2 {
  font-family: "Darumadrop One", sans-serif;
  text-transform: uppercase;
  font-size: 43px;
  line-height: 42px;
  color: #ffc200;
  -webkit-text-stroke: 1px;
  -webkit-text-stroke-color: white;
  margin-bottom: 15px;
  text-align: center;
}

.inner-faqs p {
  color: white;
  font-size: 15px;
  text-align: center;
  margin-bottom: 50px;
}
.inner-faqs {
  button.accordion-button.collapsed {
    border-radius: 10px !important;
  }
  button.accordion-button {
    background: #b70f00 !important;
    border: none !important;
    box-shadow: none !important;
    color: white !important;
    font-weight: 500;
    margin-top: 20px;
    padding: 15px;
    border-radius: 10px 10px 0px 0px !important;
  }

  h3.accordion-header {
    background: transparent !important;
  }
  .accordion-item {
    background: transparent;
    border: navajowhite;
  }

  .accordion-collapse {
    background: white;
    padding: 20px;
    border-radius: 0px 0 10px 10px;
    font-size: 15px;
  }
  .accordion-button::after {
    background-color: white;
    padding: 14px;
    background-position: center;
    border-radius: 30px;
  }
  .accordion-body {
    padding: 0px;
  }
}
/* faqs-sec-css-edn */

/* contact-us-css-start */
section.contact-sec {
  margin-top: 150px;
}
.contact-text {
  text-align: center;
  margin-bottom: 20px;
}
.contact-text h2 {
  font-family: "Darumadrop One", sans-serif;
  text-transform: uppercase;
  font-size: 48px;
  line-height: 42px;
  color: #ffc200;
  -webkit-text-stroke: 1px;
  -webkit-text-stroke-color: white;
  margin-bottom: 45px;
  text-align: center;
}

.contact-form {
  padding: 45px;
  border-radius: 10px;
  background: linear-gradient(45deg, #1f6416, #76d14f);
  position: relative;
}

.contact-form h3 {
  font-size: 30px;
  font-weight: 700;
  text-align: center;
  color: #fff;
  margin-bottom: 29px;
}
.contact-form .cta label {
  width: 100% !important;
  color: #fff !important;
  font-size: 16px !important;
  font-weight: 600 !important;
}
.contact-form input,
.contact-form textarea {
  width: 100% !important;
  color: #fff;
  font-size: 16px !important;
  background: transparent !important;
  border: 0;
  border-bottom: 1px solid #fff;
  padding: 14px 0;
  margin-bottom: 30px;
}
.contact-form input::placeholder,
.contact-form textarea::placeholder {
  color: #fff;
}

.contact-form button.btn.submitbtn {
  background: #f5a812;
  color: black;
  padding: 13px 30px;
  text-transform: uppercase;
  border-radius: 100px;
  font-weight: 500;
  width: auto;
}
section.contact-sec h4 {
  text-align: center;
  color: white;
  font-family: "Darumadrop One";
  font-size: 36px;
  margin-bottom: 20px;
}

section.contact-sec h4 span {
  color: #ffc200;
}
section.contact-sec ul.contact-point li {
  font-size: 15px;
  color: #fff;
  line-height: 24px;
  margin-bottom: 30px;
  position: relative;
  padding-left: 60px;
  list-style-type: none;
  font-weight: 600;
  text-align: justify;
}
section.contact-sec ul.contact-point li img {
  position: absolute;
  left: 19px;
}
.contact-form::after {
  content: "";
  position: absolute;
  left: -36%;
  bottom: -30px;
  background-image: url(../images/owl.png);
  width: 310px;
  height: 310px;
  background-position: left bottom;
  background-repeat: no-repeat;
  background-size: contain;
}
/* contact-us-css-end */

/* footer-css-start */
footer {
  margin-top: 180px;
  background: #18431194;
  padding: 60px 0;
  background-image: url(../images/footer-bg.png);
  background-position: right bottom;
  background-repeat: no-repeat;
  background-size: auto;
}
footer ul.list-icons {
  list-style-type: none;
  padding: 0px;
}

footer ul.list-icons li a {
  color: white;
  font-size: 16px;
}

footer ul.list-icons li {
  margin-bottom: 6px;
}

footer ul.list-icons li a i {
  margin-right: 13px;
}

footer img {
  margin-bottom: 30px;
}

footer h3 {
  color: white;
  font-weight: 600;
  font-size: 23px;
  margin: 60px 0 13px;
}
ul.social-icons {
  list-style-type: none;
  padding: 0px;
  display: flex;
  gap: 18px;
  margin-top: 30px;
}

ul.social-icons li a i {
  color: white;
  font-size: 20px;
}
.second-row p {
  color: white;
  font-size: 16px;
}

.copy-right {
  background: #195024;
  color: white;
  font-size: 15px;
  padding: 15px 0;
}

.copy-right p.internal a {
  color: white;
}

.copy-right p.internal {
  text-align: end;
}
.copy-right p {
  margin: 0px;
}
/* footer-css-end */

/* .about-page-css */
body.about-page {
  background-image: url(../images/aboutus-bg.png);
}
.banner-sec {
  margin-top: 210px;
}

.inner-banner-sec {
  padding: 110px 60px 140px;
  background: rgba(255, 255, 255, 0.13);
  border-radius: 16px;
  box-shadow: 0 4px 30px rgba(0, 0, 0, 0.1);
  backdrop-filter: blur(6px);
  -webkit-backdrop-filter: blur(6px);
  border: 1px solid rgba(255, 255, 255, 0.79);
  position: relative;
}
.inner-banner-sec h1 {
  font-size: 100px;
  font-family: "Darumadrop One", sans-seri;
}
.inner-banner-sec p {
  font-size: 15px;
  font-weight: 500;
  margin-bottom: 25px;
}
.partners-img img {
  width: 80%;
}
.partners-img {
  text-align: center;
}
.inner-banner-sec::after {
  /* content: url(../images/banner-bear.png);
    position: absolute;
    right: -60px;
    bottom: -60px; */
  content: "";
  position: absolute;
  right: -60px;
  bottom: -60px;
  background: url(../images/banner-bear.png);
  width: 300px;
  height: 310px;
  background-position: right bottom;
  background-repeat: no-repeat;
  background-size: contain;
}
.abt-inner {
  padding: 90px 60px;
  background: rgba(255, 255, 255, 0.13);
  border-radius: 16px;
  box-shadow: 0 4px 30px rgba(0, 0, 0, 0.1);
  backdrop-filter: blur(6px);
  -webkit-backdrop-filter: blur(6px);
  border: 1px solid rgba(255, 255, 255, 0.79);
  position: relative;
}
section.abt-sec {
  margin-top: 150px;
}
.abt-content img {
  border: 10px solid #ffc200;
  box-shadow: 0px 10px 20px -5px #0000007a;
  width: 90%;
}
.abt-content h2 {
  font-family: "Darumadrop One";
  font-size: 44px;
  color: black;
  text-transform: uppercase;
  margin-bottom: 20px;
}
.abt-content h2 span {
  color: #ffc200;
}
.abt-content p {
  font-size: 17px;
  font-weight: 500;
  margin-bottom: 25px;
}

.abt-content a.first-btn {
  background: #fac028;
  color: black;
}
.second-abt {
  margin-top: 110px;
  text-align: center;
}
.second-abt h2 {
  font-family: "Darumadrop One";
  font-size: 50px;
  color: black;
  line-height: 53px;
  margin-bottom: 14px;
}
.second-abt p {
  font-size: 15px;
  font-weight: 500;
  margin-bottom: 20px;
}
.second-abt .website-buttons {
  justify-content: center;
}
.second-abt .website-buttons a {
  background: #fac028;
  color: black;
}
.second-abt h3 {
  color: black;
  font-family: "Darumadrop One";
  font-size: 40px;
}
.second-abt img {
  width: 90%;
}
/* .abt-sec .abt-inner::after {
  content: url(../images/sleeping-bear.png);
  position: absolute;
  left: -360px;
  top: 250px;
  transform: scaleX(-1);
} */
section.quote-sec {
  padding: 110px 0;
  text-align: center;
}
section.quote-sec h2 {
  font-family: "Darumadrop One";
  color: black;
  margin-bottom: 20px;
  font-size: 40px;
}

section.quote-sec form {
  margin: 0 auto;
  width: 80%;
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
  flex-direction: row;
  gap: 25px;
}

section.quote-sec form input {
  width: 29%;
  background: white;
  border: 2px solid #fcc21b;
  padding: 11px 15px;
  font-family: "Inter";
  font-size: 15px;
  color: black;
}

section.quote-sec form input[type="submit"] {
  background: #fcc21b;
  font-family: "Lilita One";
  font-size: 17px;
  width: 230px;
  padding: 7px 13px;
}
.strugling-sec {
  padding: 230px 0 100px;
  text-align: center;
}
.strugling-sec h2 {
  color: black;
  font-family: "Darumadrop One";
  text-transform: uppercase;
  font-size: 50px;
}
.strugling-sec h2 span {
  color: #fcc21b;
}
.strugling-sec .website-buttons {
  justify-content: center;
}
.strugling-sec .website-buttons a.first-btn {
  background: #fac028;
  color: black;
}
.story-brign {
  margin-top: 100px;
  margin-bottom: 200px;
}
.inner-story-begin {
  padding: 20px 60px 90px;
  background: rgba(255, 255, 255, 0.13);
  border-radius: 16px;
  box-shadow: 0 4px 30px rgba(0, 0, 0, 0.1);
  backdrop-filter: blur(6px);
  -webkit-backdrop-filter: blur(6px);
  border: 1px solid rgba(255, 255, 255, 0.79);
  position: relative;
}
.story-brign h2 {
  font-family: "Darumadrop One";
  font-size: 44px;
  color: black;
  text-transform: uppercase;
  margin-bottom: 20px;
}
.story-brign h2 span {
  color: #ffc200;
}
.story-brign p {
  font-size: 17px;
  font-weight: 500;
  margin-bottom: 25px;
}

.story-brign a.first-btn {
  background: #fac028;
  color: black;
}
.story-brign img {
  margin-bottom: -120px;
  margin-left: -50px;
  width: 140%;
  max-width: 120%;
}
body.about-page section.faqs-sec {
  margin-top: 310px;
}

body.about-page footer {
  margin-top: 300px;
}

body.contact-page {
  background-image: url(../images/contact-bg.png);
}

section.get-in-touch {
  margin-top: 120px;
}

.inner-intouch {
  padding: 50px 60px;
  background: rgba(255, 255, 255, 0.13);
  border-radius: 16px;
  box-shadow: 0 4px 30px rgba(0, 0, 0, 0.1);
  backdrop-filter: blur(6px);
  -webkit-backdrop-filter: blur(6px);
  border: 1px solid rgba(255, 255, 255, 0.79);
  position: relative;
  text-align: center;
}
.inner-intouch::after {
  content: url(../images/sleeping-bear.png);
  position: absolute;
  left: -360px;
  top: 0;
  transform: scaleX(-1);
}
.inner-intouch h4 {
  font-family: "Darumadrop One";
  font-size: 26px;
  margin-bottom: 10px;
}

.inner-intouch h2 {
  font-family: "Darumadrop One";
  color: #fcc21b;
  font-size: 70px;
  line-height: 67px;
  margin-bottom: 25px;
  -webkit-text-stroke: 1px black;
  font-weight: 700;
}

.inner-intouch p {
  font-size: 17px;
  font-weight: 500;
  margin-bottom: 30px;
}

.inner-intouch ul {
  display: flex;
  list-style-type: none;
  gap: 40px;
  align-items: center;
  justify-content: center;
}
.inner-intouch ul li a {
  color: black;
  display: flex;
  flex-direction: row;
  gap: 15px;
  text-align: left;
  font-size: 15px;
}

.inner-intouch ul li a i {
  font-size: 34px;
}
section.contact-form-sec {
  margin-top: 130px;
}

.inner-contact-form {
  padding: 90px 60px;
  background: rgba(255, 255, 255, 0.13);
  border-radius: 16px;
  box-shadow: 0 4px 30px rgba(0, 0, 0, 0.1);
  backdrop-filter: blur(6px);
  -webkit-backdrop-filter: blur(6px);
  border: 1px solid rgba(255, 255, 255, 0.79);
  position: relative;
}
.contact-page-form h2 {
  font-family: "Darumadrop One";
  font-size: 60px;
  color: black;
}
.contact-page-form p {
  font-size: 16px;
  font-weight: 500;
}
.contact-page-form form {
  width: 100%;
}
.contact-page-form form input {
  width: 100%;
  background: white;
  border: 2px solid #fcc21b;
  padding: 11px 15px;
  font-family: "Inter";
  font-size: 15px;
  color: black;
  margin: 10px 0;
}
.contact-page-form form textarea {
  width: 100%;
  background: white;
  border: 2px solid #fcc21b;
  padding: 11px 15px;
  font-family: "Inter";
  font-size: 15px;
  color: black;
  margin: 10px 0;
}
.contact-page-form form button {
  background: #fcc21b;
  font-family: "Lilita One";
  font-size: 17px;
  width: 100%;
  padding: 7px 13px;
  border: none;
}
.contact-img img {
  width: 90%;
}

.contact-img {
  text-align: center;
}
input:focus-visible,
textarea:focus-visible {
  outline: none;
}
.test-main .img-box img {
  height: 100px;
}
.mobile-view {
  display: none;
}
