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

body {
  background-image: url(../images/goodbunny-bg.jpg);
  background-position: top center;
  background-repeat: no-repeat;
  background-size: cover;
  position: relative;
  font-family: "Inter", sans-serif;
}

body::after {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 2500px;
  background: linear-gradient(180deg, #18431100 0%, #7db63cc9 100%);
  z-index: -1;
}

a {
  text-decoration: none;
}

header {
  padding-top: 80px;
}
header nav.navbar {
  padding: 0px 10px;
  background: rgb(255 255 255 / 43%);
  border-radius: 16px;
  box-shadow: 0 4px 30px rgba(0, 0, 0, 0.1);
  backdrop-filter: blur(16px);
  position: relative;
  border: 3px solid #ffffff;
}
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: 16px;
  padding: 11px 20px;
  border-radius: 100px;
  border: 2px solid #000;
}
header a.navbar-brand img {
  /* margin-bottom: -20px;
    width: 130px; */
}

/* banner-css-start */
section.hero-banner {
  margin-top: 100px;
  padding: 0 90px;
}

.inner-banner {
  padding: 120px 0px 100px;
  border-radius: 16px;
  backdrop-filter: blur(7px);
  border: 3px solid #000;
  position: relative;
  background: radial-gradient(
    circle,
    rgb(255 255 255 / 78%) 70%,
    rgb(231 237 183 / 88%) 100%
  );
  z-index: 0;
}

.banner-image-right {
  position: relative;
}
.banner-image-right::after {
    content: "";
    position: absolute;
    right: -120px;
    bottom: -90px;
    background: url(../images/form-bunny-ani.gif);
    width: 220px;
    height: 290px;
    background-position: right bottom;
    background-repeat: no-repeat;
    background-size: cover;
}
/* .inner-banner::after {
    content: "";
    right: 80px;
    bottom: -162px;
    background: url(../images/connection-rope.png);
    width: 44px;
    height: 230px;
    background-position: right bottom;
    background-repeat: no-repeat;
    background-size: contain;
    position: absolute;
}
.inner-banner::before {
    content: "";
    left: 80px;
    bottom: -162px;
    background: url(../images/connection-rope.png);
    width: 44px;
    height: 230px;
    background-position: right bottom;
    background-repeat: no-repeat;
    background-size: contain;
    position: absolute;
    z-index: 1;
} */
.inner-banner h1 {
  font-family: "Darumadrop One", sans-serif;
  text-transform: uppercase;
  font-size: 35px;
  line-height: 37px;
  margin-bottom: 25px;
  background: #ff4966;
  background: linear-gradient(
    to right,
    #ff4966 0%,
    #ff6a00 25%,
    #fff642 47%,
    #fb8dd7 65%,
    #9ac6d3 84%,
    #fe3c42 100%
  );
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  -webkit-text-stroke: 1px;
  -webkit-text-stroke-color: black;
}

.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: 16px;
    margin-bottom: 8px;
    font-weight: 700;
}
.inner-banner ul li img {
    width: 28px;
}
.website-buttons {
  display: flex;
  flex-direction: row;
  gap: 30px;
  margin-top: 30px;
}

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

.website-buttons a.second-btn {
  background: black;
  color: white;
  font-family: "Lilita One";
  font-size: 17px;
  padding: 11px 36px;
  border-radius: 6px;
}

.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: 120px;
  padding: 0 90px;
}

.professionals_writers {
  padding: 90px 60px 110px;
  border-radius: 16px;
  backdrop-filter: blur(7px);
  border: 3px solid #000;
  position: relative;
  background: radial-gradient(
    circle,
    rgb(255 255 255 / 50%) 70%,
    rgb(231 237 183 / 50%) 100%
  );
  z-index: 0;
}
.professionals_writers::after,
.inner-portfolio::after,
.inner_published::after,
.inner-services::after,
.inner-process::after,
.abt-inner::after,
.inner-intouch::after,
.inner-contact-form::after {
  content: "";
  right: 60px;
  top: -175px;
  bottom: auto;
  background: url(../images/connection-rope.png);
  width: 50px;
  height: 225px;
  background-position: right bottom;
  background-repeat: no-repeat;
  background-size: contain;
  position: absolute;
}

.professionals_writers::before,
.inner-portfolio::before,
.inner_published::before,
.inner-services::before,
.inner-process::before,
.abt-inner::before,
.inner-intouch::before,
.inner-contact-form::before {
  content: "";
  left: 60px;
  top: -175px;
  bottom: auto;
  background: url(../images/connection-rope.png);
  width: 50px;
  height: 225px;
  background-position: right bottom;
  background-repeat: no-repeat;
  background-size: contain;
  position: absolute;
  z-index: 1;
}

.professional_section h2 {
  font-family: "Darumadrop One", sans-serif;
  text-transform: uppercase;
  font-size: 24px;
  line-height: 35px;
  margin-bottom: 40px;
  color: #000000;
  text-align: center;
  background-image: url(../images/heading-ribbon.png);
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
  height: 120px;
  padding-top: 20px;
}

.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: #9acd32;
  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: 80px;
}

.prominent_section h2 {
  font-family: "Darumadrop One", sans-serif;
  text-transform: uppercase;
  font-size: 21px;
  line-height: 36px;
  margin-bottom: 40px;
  color: #000000;
  text-align: center;
  background-image: url(../images/heading-ribbon.png);
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
  height: 120px;
  padding-top: 20px;
}

.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: #a4d23f;
  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: 70px 40px 20px;
  background: rgb(154 205 50 / 68%);
  border-radius: 16px;
  box-shadow: 0 4px 30px rgba(0, 0, 0, 0.1);
  backdrop-filter: blur(6px);
  border: 3px solid rgba(255, 255, 255, 1);
  position: relative;
}

section.portfolio {
  margin-top: 120px;
  padding: 0 90px;
  position: relative;
}
section.portfolio::before {
    content: "";
    right: 0;
    top: -77px;
    bottom: auto;
    background: url(../images/uppar-portfolio.png);
    width: 88%;
    height: 155px;
    background-position: center center;
    background-repeat: no-repeat;
    background-size: contain;
    position: absolute;
    margin: 0 auto;
    left: 0;
    z-index: 1;
}
.inner-portfolio h2 {
  text-align: center;
  font-family: "Darumadrop One", sans-serif;
  font-size: 41px;
  line-height: 42px;
  margin-bottom: 70px;
  color: #000000;
  -webkit-text-stroke: 1px;
  -webkit-text-stroke-color: #ffffff;
}
.inner-portfolio h2 span {
  color: transparent;
      background: linear-gradient(to right, #ff4966 0%, #ff6a00 25%, #fff642 47%, #fb8dd7 65%, #9ac6d3 84%, #fe3c42 100%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
}

.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: 94%;
    background-image: url(../images/left_arrow.png);
    width: 90px;
    height: 30px;
    background-repeat: no-repeat;
    background-position: center;
    background-size: 103%;
}
.portfolio-slider button.slick-prev.slick-arrow {
    left: 2%;
    background-image: url(../images/right_arrow.png);
    width: 90px;
    height: 30px;
    background-repeat: no-repeat;
    background-position: center;
    background-size: 103%;
    z-index: 12;
}

/* portfolio-sec-css-end */

/* publish-sec-css-start */
section.published_book {
  margin-top: 120px;
  padding: 0 90px;
}

.inner_published {
  border-radius: 16px;
  backdrop-filter: blur(7px);
  border: 3px solid #000;
  position: relative;
  background: radial-gradient(
    circle,
    rgb(255 255 255 / 50%) 70%,
    rgb(231 237 183 / 50%) 100%
  );
  z-index: 0;
  padding: 140px 0 90px;
}

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

.inner_published p {
  color: black;
  font-size: 16px;
  font-weight: 500;
  text-align: center;
  width: 70%;
  margin: 0 auto 70px;
}

.inner_published .books {
  display: flex;
  flex-wrap: wrap;
  gap: 15px;
  justify-content: center;
  position: relative;
  background: transparent;
  border-left: 10px solid #80ab3c;
  border-bottom: 10px solid #80ab3c;
  border-right: 10px solid #80ab3c;
  padding: 50px 0 40px;
}
.inner_published .books::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  /* border: 2px solid #80AB3C; */
  background:
    linear-gradient(to right, #80ab3c 0%, #80ab3c 100%) left top,
    linear-gradient(to right, #80ab3c 0%, #80ab3c 100%) left bottom,
    linear-gradient(to right, #80ab3c 0%, #80ab3c 100%) right top,
    linear-gradient(to right, #80ab3c 0%, #80ab3c 100%) right bottom;
  background-size:
    28% 10px,
    100px 0px,
    28% 10px,
    100px 0px;
  background-repeat: no-repeat;
  background-position:
    left top,
    left bottom,
    right top,
    right bottom;
  pointer-events: none;
}

.inner_published .books img {
  width: 18%;
}

/* publish-sec-css-end */

/* service-css=start */
section.services {
  margin-top: 120px;
  text-align: center;
  padding: 0 90px;
}

.inner-services {
  background: rgb(154 205 50 / 68%);
  border-radius: 16px;
  box-shadow: 0 4px 30px rgba(0, 0, 0, 0.1);
  backdrop-filter: blur(6px);
  border: 3px solid rgba(255, 255, 255, 1);
  position: relative;
}
.tree-services {
  padding: 120px 0px 120px;
  position: relative;
}
.tree-services::after {
  content: "";
  background-image: url(../images/right-tree.png);
  width: 260px;
  height: 200px;
  position: absolute;
  top: 0;
  right: -5px;
  background-position: top right;
  background-repeat: no-repeat;
  background-size: contain;
}
.tree-services::before {
  content: "";
  background-image: url(../images/left-tree.png);
  width: 260px;
  height: 200px;
  position: absolute;
  top: 0;
  left: -5px;
  background-position: top left;
  background-repeat: no-repeat;
  background-size: contain;
}
.inner-services h2 {
  text-align: center;
  font-family: "Darumadrop One", sans-serif;
  font-size: 45px;
  color: #000;
  -webkit-text-stroke: 1px;
  -webkit-text-stroke-color: black;
  margin-bottom: 10px;
}

.inner-services p {
  color: #000;
  font-size: 15px;
  font-weight: 500;
  text-align: center;
  width: 80%;
  margin: 0 auto 80px;
}

.services-box {
  display: flex;
  flex-wrap: wrap;
  gap: 95px 16px;
  justify-content: center;
}

.services-box .offer-items {
  width: 32%;
  text-align: center;
  padding: 20px 25px 30px;
  position: relative;
  border-left: 4px solid #ff9e73;
  border-bottom: 4px solid #ff9e73;
  border-right: 4px solid #ff9e73;
  background: linear-gradient(180deg, transparent, rgb(255 158 115 / 73%));
}
/* Outer Border with Corner Lines */
.services-box .offer-items::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background:
    linear-gradient(to right, #ff9e73 0%, #ff9e73 100%) left top,
    linear-gradient(to right, #ff9e73 0%, #ff9e73 100%) left bottom,
    linear-gradient(to right, #ff9e73 0%, #ff9e73 100%) right top,
    linear-gradient(to right, #ff9e73 0%, #ff9e73 100%) right bottom;
  background-size:
    100px 4px,
    100px 0px,
    100px 4px,
    100px 0px;
  background-repeat: no-repeat;
  background-position:
    left top,
    left bottom,
    right top,
    right bottom;
  pointer-events: none;
}
.services-box .offer-items.second {
  border-left: 4px solid #ffc200;
  border-bottom: 4px solid #ffc200;
  border-right: 4px solid #ffc200;
  background: linear-gradient(180deg, transparent, rgba(255, 196, 0, 73%));
}
/* Outer Border with Corner Lines */
.services-box .offer-items.second::before {
  background:
    linear-gradient(to right, #ffc200 0%, #ffc200 100%) left top,
    linear-gradient(to right, #ffc200 0%, #ffc200 100%) left bottom,
    linear-gradient(to right, #ffc200 0%, #ffc200 100%) right top,
    linear-gradient(to right, #ffc200 0%, #ffc200 100%) right bottom;
  background-size:
    100px 4px,
    100px 0px,
    100px 4px,
    100px 0px;
  background-repeat: no-repeat;
  background-position:
    left top,
    left bottom,
    right top,
    right bottom;
  pointer-events: none;
}
.services-box .offer-items.third {
  border-left: 4px solid #eb7966;
  border-bottom: 4px solid #eb7966;
  border-right: 4px solid #eb7966;
  background: linear-gradient(180deg, transparent, rgba(235, 121, 102, 73%));
}
/* Outer Border with Corner Lines */
.services-box .offer-items.third::before {
  background:
    linear-gradient(to right, #eb7966 0%, #eb7966 100%) left top,
    linear-gradient(to right, #eb7966 0%, #eb7966 100%) left bottom,
    linear-gradient(to right, #eb7966 0%, #eb7966 100%) right top,
    linear-gradient(to right, #eb7966 0%, #eb7966 100%) right bottom;
  background-size:
    100px 4px,
    100px 0px,
    100px 4px,
    100px 0px;
  background-repeat: no-repeat;
  background-position:
    left top,
    left bottom,
    right top,
    right bottom;
  pointer-events: none;
}

.services-box .offer-items.fourth {
  border-left: 4px solid #fc98e4;
  border-bottom: 4px solid #fc98e4;
  border-right: 4px solid #fc98e4;
  background: linear-gradient(180deg, transparent, rgba(252, 152, 228, 73%));
}
/* Outer Border with Corner Lines */
.services-box .offer-items.fourth::before {
  background:
    linear-gradient(to right, #fc98e4 0%, #fc98e4 100%) left top,
    linear-gradient(to right, #fc98e4 0%, #fc98e4 100%) left bottom,
    linear-gradient(to right, #fc98e4 0%, #fc98e4 100%) right top,
    linear-gradient(to right, #fc98e4 0%, #fc98e4 100%) right bottom;
  background-size:
    100px 4px,
    100px 0px,
    100px 4px,
    100px 0px;
  background-repeat: no-repeat;
  background-position:
    left top,
    left bottom,
    right top,
    right bottom;
  pointer-events: none;
}
.services-box .offer-items.fifth {
  border-left: 4px solid #ff0a5a;
  border-bottom: 4px solid #ff0a5a;
  border-right: 4px solid #ff0a5a;
  background: linear-gradient(180deg, transparent, rgba(255, 10, 90, 73%));
}
/* Outer Border with Corner Lines */
.services-box .offer-items.fifth::before {
  background:
    linear-gradient(to right, #ff0a5a 0%, #ff0a5a 100%) left top,
    linear-gradient(to right, #ff0a5a 0%, #ff0a5a 100%) left bottom,
    linear-gradient(to right, #ff0a5a 0%, #ff0a5a 100%) right top,
    linear-gradient(to right, #ff0a5a 0%, #ff0a5a 100%) right bottom;
  background-size:
    100px 4px,
    100px 0px,
    100px 4px,
    100px 0px;
  background-repeat: no-repeat;
  background-position:
    left top,
    left bottom,
    right top,
    right bottom;
  pointer-events: none;
}
.services-box .offer-items.sixth {
  border-left: 4px solid #ff8f00;
  border-bottom: 4px solid #ff8f00;
  border-right: 4px solid #ff8f00;
  background: linear-gradient(180deg, transparent, rgba(255, 143, 0, 73%));
}
/* Outer Border with Corner Lines */
.services-box .offer-items.sixth::before {
  background:
    linear-gradient(to right, #ff8f00 0%, #ff8f00 100%) left top,
    linear-gradient(to right, #ff8f00 0%, #ff8f00 100%) left bottom,
    linear-gradient(to right, #ff8f00 0%, #ff8f00 100%) right top,
    linear-gradient(to right, #ff8f00 0%, #ff8f00 100%) right bottom;
  background-size:
    100px 4px,
    100px 0px,
    100px 4px,
    100px 0px;
  background-repeat: no-repeat;
  background-position:
    left top,
    left bottom,
    right top,
    right bottom;
  pointer-events: none;
}

.services-box .offer-items img {
  margin-top: -80px;
  margin-bottom: 25px;
  position: relative;
  z-index: 1;
  filter: brightness(0);
}

.services-box .offer-items h5 {
  font-size: 20px;
  font-weight: 600;
  margin-bottom: 13px;
  position: relative;
  z-index: 1;
}
.services-box .offer-items h5 a {
  color: #000;
}
/* .services-box .offer-items a.explore-btn {
  background: #eb7966;
  border-color: #eb7966;
  color: #000;
  padding: 10px 40px;
  border-radius: 100px;
} */
.services-box .offer-items p {
  font-size: 14px;
  line-height: 22px;
  position: relative;
  width: 100%;
  z-index: 1;
  margin-bottom: 0;
}

/* .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: 130px;
  padding: 0 90px;
}
.main-inner-cta {
    position: relative;
    background: transparent;
    border-left: 10px solid #cea869;
    border-bottom: 10px solid #cea869;
    border-right: 10px solid #cea869;
    padding: 30px 20px 20px;
}
.main-inner-cta::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background:
    linear-gradient(to right, #cea869 0%, #cea869 100%) left top,
    linear-gradient(to right, #cea869 0%, #cea869 100%) left bottom,
    linear-gradient(to right, #cea869 0%, #cea869 100%) right top,
    linear-gradient(to right, #cea869 0%, #cea869 100%) right bottom;
  background-size:
    26% 10px,
    100px 0px,
    26% 10px,
    100px 0px;
  background-repeat: no-repeat;
  background-position:
    left top,
    left bottom,
    right top,
    right bottom;
  pointer-events: none;
}
.inner-cta {
  padding: 30px 0px 0;
  background: hsl(88deg 50% 47% / 70%);
  border-radius: 0;
  box-shadow: 0 4px 30px rgba(0, 0, 0, 0.1);
  backdrop-filter: blur(16px);
  -webkit-backdrop-filter: blur(16px);
  text-align: center;
}
.inner-cta h2 {
    font-family: "Darumadrop One", sans-serif;
    font-size: 42px;
    line-height: 45px;
    color: white;
    margin-bottom: 40px;
    margin-top: -230px;
}
.inner-cta h2 span {
    font-size: 85px;
}
.inner-cta p {
  color: white;
  font-size: 16px;
  font-weight: 500;
  text-align: center;
}

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

.inner-cta .website-buttons a.first-btn {
  background: #f87a43;
  color: white;
}
.inner-cta img.cta-image-1 {
  margin-bottom: -560px;
  margin-top: 40px;
}
.inner-cta img.cta-images {
  margin-bottom: -90px;
  margin-right: -100px;
}
/* cts-section-end */

/* best-selling-sec-css-start */
section.best-selling {
  margin-top: 480px;
  padding: 0 90px;
}
.inner-best-selling {
  padding: 90px 60px 120px;
  background: rgb(154 205 50 / 80%);
  border-radius: 16px;
  box-shadow: 0 4px 30px rgba(0, 0, 0, 0.1);
  backdrop-filter: blur(6px);
  border: 3px solid rgba(255, 255, 255, 1);
  position: relative;
  z-index: -1;
}
.inner-best-selling h2 {
  text-align: center;
  font-family: "Darumadrop One", sans-serif;
  font-size: 50px;
  line-height: 73px;
  color: #ffc200;
  -webkit-text-stroke: 1px;
  -webkit-text-stroke-color: black;
  margin-bottom: 20px;
}

.inner-best-selling p {
  color: black;
  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-books img {
  width: 230px;
}
/* best-selling-sec-css-end */

/* process-sec-css-start */
section.process {
  margin-top: 120px;
  position: relative;
  padding: 0 90px;
}
/* .inner-process {
    text-align: center;
    padding: 90px 60px 110px;
    border-radius: 16px;
    backdrop-filter: blur(7px);
    border: 3px solid #000;
    position: relative;
    background: radial-gradient(circle, rgb(255 255 255 / 50%) 70%, rgb(231 237 183 / 50%) 100%);
    z-index: 0;
    background-image: url(../images/process-bg.png);
    background-repeat: no-repeat;
    background-position: bottom;
    background-size: cover; 
} */
.inner-process {
  text-align: center;
  padding: 90px 40px 220px;
  border-radius: 16px;
  backdrop-filter: blur(7px);
  border: 3px solid #000;
  position: relative;
  z-index: 0;
  background-image:
    url(../images/process-bg.png),
    radial-gradient(
      circle,
      rgba(255, 255, 255, 0.5) 70%,
      rgba(231, 237, 183, 0.5) 100%
    );
  background-repeat: no-repeat, no-repeat;
  background-position: bottom, center;
  background-size: contain, cover;
}
.inner-process h2 {
  font-family: "Darumadrop One", sans-serif;
  font-size: 43px;
  line-height: 57px;
  color: black;
  -webkit-text-stroke: 1px;
  -webkit-text-stroke-color: black;
  margin-bottom: 20px;
}
.inner-process p {
  color: #000;
  font-size: 15px;
  font-weight: 500;
  text-align: center;
  width: 80%;
  margin: 0 auto;
}

.process-main-box {
  display: flex;
  flex-direction: row;
  justify-content: center;
  align-items: flex-start;
  gap: 10px;
  margin-top: 100px;
}

.process-main-box .process-box {
  background: rgb(124 181 59 / 30%);
  border: 4px dashed #7cb53b;
  border-radius: 60px;
  padding: 0 10px;
  width: 19.5%;
  text-align: center;
  position: relative;
  height: -webkit-fill-available;
}
.process-main-box .process-box::after {
  position: absolute;
  top: -70px;
  left: 70%;
}
.process-main-box .process-box.one::after {
  content: url(../images/process/process-arrow-01.png);
}
.process-main-box .process-box.two::after {
  content: url(../images/process/process-arrow-02.png);
}
.process-main-box .process-box.three::after {
  content: url(../images/process/process-arrow-03.png);
}
.process-main-box .process-box.four::after {
  content: url(../images/process/process-arrow-04.png);
}
.process-main-box .process-box.two {
  background: rgb(255 194 0 / 30%);
  border: 4px dashed #ffc200;
}
.process-main-box .process-box.three {
  background: rgb(150 220 231 / 30%);
  border: 4px dashed #96dce7;
}
.process-main-box .process-box.four {
  background: rgb(220 79 65 / 30%);
  border: 4px dashed #dc4f41;
}
.process-main-box .process-box.five {
  background: rgb(168 136 203 / 30%);
  border: 4px dashed #a888cb;
}
.process-main-box .process-box .number {
  background: #96eb34;
  margin: 0 auto;
  font-family: "Darumadrop One";
  font-size: 31px;
  width: 60px;
  height: 60px;
  border-radius: 40px;
  margin-top: -30px;
  display: flex;
  justify-content: center;
  align-items: center;
  margin-bottom: 50px;
}
.process-main-box .process-box.two .number {
  background: #ffc200;
}
.process-main-box .process-box.three .number {
  background: #96dce7;
}
.process-main-box .process-box.four .number {
  background: #dc4f41;
}
.process-main-box .process-box.five .number {
  background: #a888cb;
}
.process-main-box .process-box img.top-img {
  width: 150px;
  height: 150px;
  object-fit: contain;
  margin-bottom: 40px;
}
.process-main-box .process-box h3 {
    font-family: "Darumadrop One";
    font-size: 22px;
    line-height: 25px;
    margin-bottom: 12px;
    height: 56px;
}
.process-main-box .process-box p {
    width: 100%;
    height: 140px;
}
.process-main-box .process-box img.bottom-img {
  margin-bottom: -110px;
  margin-top: 90px;
  height: 280px;
}
/*.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;
  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;
  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;
  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;
  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;
  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: 140px;
}

.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: #ffc200;
  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: 80px;
}
.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: #ffc200;
  margin-bottom: 15px;
  text-align: center;
}
.inner-faqs p {
    color: black;
    font-size: 17px;
    text-align: center;
    font-weight: 600;
    width: 70%;
    margin: 30px auto 50px;
    background: #ffc200;
    border-radius: 7px;
}
.inner-faqs {
  button.accordion-button.collapsed {
    border-radius: 10px !important;
  }

  button.accordion-button {
    background: #ffc200 !important;
    border: none !important;
    box-shadow: none !important;
    color: black !important;
    font-weight: 600;
    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;
  font-size: 57px;
  line-height: 54px;
  color: #ffc200;
  -webkit-text-stroke: 1px;
  -webkit-text-stroke-color: #ffc200;
  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: #ffc200;
  font-family: "Darumadrop One";
  font-size: 29px;
  margin-bottom: 20px;
  text-transform: uppercase;
}

section.contact-sec h4 span {
 color: transparent;
    background: linear-gradient(to right, #ff4966 0%, #ff6a00 25%, #fff642 47%, #fb8dd7 65%, #9ac6d3 84%, #fe3c42 100%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    -webkit-text-stroke: 1px;
    -webkit-text-stroke-color: black;
}

section.contact-sec ul.contact-point li {
  font-size: 15px;
  color: #fff;
  line-height: 24px;
  margin-bottom: 37px;
  position: relative;
  padding-left: 61px;
  list-style-type: none;
  font-weight: 600;
  text-align: justify;
}

section.contact-sec ul.contact-point li img {
  position: absolute;
  left: -1px;
  top: -7px;
}
.contact-form::after {
  content: "";
  position: absolute;
  left: -20%;
  bottom: -10px;
  background-image: url(../images/form-bunny.png);
  width: 210px;
  height: 280px;
  background-position: left bottom;
  background-repeat: no-repeat;
  background-size: contain;
}
/* contact-us-css-end */

/* footer-css-start */
footer {
  margin-top: 40px;
  /* 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 {
  display: flex;
  justify-content: right;
  gap: 25px;
}

.copy-right p {
  margin: 0px;
}

.footer-img {
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
  column-gap: 30px;
  align-items: center;
  margin: 60px 0 13px;
}

/* footer-css-end */

/* Privacy */
section.get-in-touch {
  margin-top: 120px;
  padding: 0 90px;
}
.content-wrapper {
  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(30px);
  border: 1px solid rgba(255, 255, 255, 0.79);
  position: relative;
  text-align: left;
}

.content-wrapper h4 {
  font-family: "Darumadrop One";
  font-size: 26px;
  margin-bottom: 10px;
}

.content-wrapper h2 {
  font-family: "Darumadrop One";
  font-size: 32px;
  margin-bottom: 10px;
}

.content-wrapper h1 {
  font-family: "Darumadrop One", sans-serif;
  text-transform: uppercase;
  font-size: 56px;
  line-height: 56px;
  margin-bottom: 25px;
  background: #ff4966;
  background: linear-gradient(
    to right,
    #ff4966 0%,
    #ff6a00 25%,
    #fff642 47%,
    #fb8dd7 65%,
    #9ac6d3 84%,
    #fe3c42 100%
  );
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  -webkit-text-stroke: 1px;
  -webkit-text-stroke-color: black;
}
.content-wrapper p {
  font-size: 17px;
  font-weight: 500;
  margin-bottom: 30px;
}

.content-wrapper ul {
  padding-left: 0px;
}

.content-wrapper ul li {
  list-style: none;
}

.content-wrapper ul li a {
  color: black;
  font-size: 15px;
}

section.bringing {
  margin-top: 120px;
  position: relative;
  padding: 0 90px;
}
section.bringing::before {
 content: "";
    right: 0;
    top: -77px;
    bottom: auto;
    background: url(../images/uppar-portfolio.png);
    width: 88%;
    height: 155px;
    background-position: center center;
    background-repeat: no-repeat;
    background-size: contain;
    position: absolute;
    margin: 0 auto;
    left: 0;
    z-index: 1;
}
body.about-page section.faqs-sec {
  margin-top: 190px;
}

/* MOdal */

.modaal-div {
  padding: 20px;
  border-radius: 20px;
  box-shadow: 0 4px 30px rgba(0, 0, 0, 0.1);
  backdrop-filter: blur(15px);
  border: 3px solid #ffc200;
  position: relative;
  text-align: left;
  background-image: url(../images/popup-bg.png);
  background-size: cover;
  background-position: center;
  overflow: hidden;
}

/* Overlay */
/* .modaal-div::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(255, 255, 255, 0.5);
  border-radius: 16px;
  z-index: 1;
} */

.modaal-div > * {
  position: relative;
  z-index: 2;
}

.modal-title,
.modal-title span {
  font-size: 40px;
  line-height: 50px;
  font-weight: 800;
  font-family: "Lilita One";
}

.modal-title {
  color: #ffc200;
}

.modal-title span {
  color: #000;
}

.modal-logo {
  display: flex;
  justify-content: center;
}

.modal-logo img {
  max-width: 100%;
  height: auto;
  width: 70%;
}

.popup-header-div {
  display: flex;
  justify-content: center !important;
  align-items: center;
}

.popup-head {
  border: none !important;
  padding: 0px !important;
  display: flex;
  justify-content: center;
  align-items: center;
  width: 100%;
}

.popup-btn-div {
  position: relative;
  left: 47%;
  top: -2%;
}

.btn-popup-close {
  background: #ffc200;
  color: white;
  z-index: 0;
  border-radius: 100%;
  width: 45px;
  height: 45px;
  font-weight: bold;
  font-size: 20px;
  border: none;
  position: absolute;
  z-index: 1;
}

.modal-dialog {
  height: 100vh !important;
  display: flex !important;
  flex-direction: column !important;
  justify-content: center !important;
  margin: 0 auto !important;
}

.popup-form input,
.popup-form textarea {
  width: 100%;
  border: 1px solid #b70f00;
  padding: 9px;
  color: #b70f00;
  border-radius: 6px;
  margin-bottom: 12px;
}

.popup-img {
  /* border: 3px solid #b70f00; */
  width: 65%;
}

@media screen and (max-width: 480px) {
  .modal-dialog.modal-dialog-centered {
    padding: 30px;
  }
  .btn-popup-close {
    margin-left: -20px;
  }
  .modal-content.modaal-div img {
    width: 30% !important;
  }

  a.modal-logo img {
    display: block !important;
  }
}

@media (min-width: 576px) {
  .modal-dialog {
    max-width: 850px !important;
    margin: 30px auto;
  }
}

/* .about-page-css */
/* body.about-page {
  background-image: url(../images/aboutus-bg.svg);
} */
.banner-sec {
  margin-top: 100px;
  padding: 0 90px;
}
.inner-banner-sec {
  padding: 120px 70px 100px;
  border-radius: 16px;
  backdrop-filter: blur(7px);
  border: 3px solid #000;
  position: relative;
  background: radial-gradient(
    circle,
    rgb(255 255 255 / 51%) 70%,
    rgb(231 237 183 / 88%) 100%
  );
  z-index: 0;
}
.inner-banner-sec h1 {
  font-family: "Darumadrop One", sans-serif;
  text-transform: uppercase;
  font-size: 80px;
  line-height: 103px;
  margin-bottom: 15px;
  background: #ff4966;
  background: linear-gradient(
    to right,
    #ff4966 0%,
    #ff6a00 25%,
    #fff642 47%,
    #fb8dd7 65%,
    #9ac6d3 84%,
    #fe3c42 100%
  );
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  -webkit-text-stroke: 1px;
  -webkit-text-stroke-color: black;
}
.inner-banner-sec p {
  font-size: 15px;
  font-weight: 500;
  margin-bottom: 25px;
}

/* .inner-banner-sec::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;
} */
.abt-inner {
  padding: 90px 40px;
  border-radius: 16px;
  backdrop-filter: blur(7px);
  border: 3px solid #000;
  position: relative;
  background: radial-gradient(
    circle,
    rgb(255 255 255 / 51%) 70%,
    rgb(231 237 183 / 88%) 100%
  );
  z-index: 0;
}

section.abt-sec {
  margin-top: 120px;
  padding: 0 90px;
}

/* .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 p {
  font-size: 17px;
  font-weight: 500;
  margin-bottom: 25px;
}
.second-abt {
    padding-top: 130px;
    text-align: center;
    background-image: url(../images/rectangle.png);
    background-position: right top;
    background-repeat: no-repeat;
    background-size: 865px;
    margin-top: -27px;
}
.second-abt h2 {
  font-family: "Darumadrop One";
  font-size: 40px;
  color: black;
  line-height: 43px;
  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: #9acd32;
  color: black;
}
.missions-div {
  background: white;
  border-radius: 40px;
  padding: 40px 30px 20px;
}
.second-abt h3 {
  color: black;
  font-family: "Lilita One";
  font-size: 40px;
}
.second-abt img {
  width: 90%;
}
.mission-main img {
  width: 180px;
  margin-top: -110px;
  margin-bottom: -40px;
}
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(16px);
  -webkit-backdrop-filter: blur(16px);
  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);
} */

.inner-intouch {
  padding: 50px 60px;
  background: rgb(154 205 50 / 68%);
  border-radius: 16px;
  box-shadow: 0 4px 30px rgba(0, 0, 0, 0.1);
  backdrop-filter: blur(6px);
  border: 3px solid rgba(255, 255, 255, 1);
  position: relative;
  text-align: center;
}

.inner-intouch h4 {
  font-family: "Darumadrop One";
  font-size: 26px;
  margin-bottom: 10px;
}

.inner-intouch h2 {
  font-family: "Darumadrop One";
  color: #ffc200;
  font-size: 69px;
  line-height: 64px;
  margin-bottom: 17px;
  font-weight: 700;
  -webkit-background-clip: text;
  -webkit-text-stroke: 1px;
  -webkit-text-stroke-color: black;
}

.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;
  padding: 0px;
}

.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;
  color: #ffc200;
}

section.contact-form-sec {
  margin-top: 120px;
  padding: 0 90px;
}

.inner-contact-form {
  padding: 90px 60px;
  background: rgb(154 205 50 / 68%);
  border-radius: 16px;
  box-shadow: 0 4px 30px rgba(0, 0, 0, 0.1);
  backdrop-filter: blur(6px);
  border: 3px solid rgba(255, 255, 255, 1);
  position: relative;
  text-align: center;
}

.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 label{
  width: 100%;
}
.contact-page-form form input {
  width: 100%;
  background: white;
  border: 2px solid #F87A43;
  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 #F87A43;
  padding: 11px 15px;
  font-family: "Inter";
  font-size: 15px;
  color: black;
  margin: 10px 0;
}

.contact-page-form form button {
  background: #F87A43;
  font-family: "Lilita One";
  font-size: 17px;
  width: 100%;
  padding: 7px 13px;
  border: none;
}
.contact-page-form  button.btn.submitbtn{
  background-color: #F87A43;
}

.contact-img img {
  width: 75%;
}

.contact-img {
  text-align: center;
}

input:focus-visible,
textarea:focus-visible {
  outline: none;
}

.test-main .img-box img {
  height: 100px;
}
header .website-buttons {
  margin: 0px;
  gap: 10px;
}
header .website-buttons a.second-btn {
  font-size: 15px;
  padding: 13px 15px;
  border-radius: 100px;
}
/* .inner-contact {
  padding: 90px 60px;
  background: rgb(255 255 255 / 19%);
  border-radius: 16px;
  box-shadow: rgba(0, 0, 0, 0.1) 0px 4px 30px;
  backdrop-filter: blur(16px);
  border: 1px solid rgba(255, 255, 255, 0.79);
  position: relative;
} */
.popup-head {
  display: flex;
  flex-direction: column;
  justify-content: center;
  text-align: center;
  align-items: center;
}

/* .video-slide video {
  width: 100%;
  height: auto;
  border-radius: 8px;
}

.portfolio-slider .video-slide {
  outline: none;
}

.video-slide {
  position: relative;
  cursor: pointer;
  overflow: hidden;
  border-radius: 12px;
}

.video-thumbnail {
  position: relative;
  height: 330px;
  overflow: hidden;
}

.video-thumbnail img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: transform 0.3s ease;
}

.video-slide:hover .video-thumbnail img {
  transform: scale(1.05);
} */

/* Play Button Styling */
/* .play-button {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 80px;
  height: 80px;
  background: rgba(255, 255, 255, 0.9);
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  transition: all 0.3s ease;
  box-shadow: 0 4px 20px rgba(0, 0, 0, 0.3);
}

.play-button i {
  font-size: 30px;
  color: #ff6b35; 
  margin-left: 5px;
}

.video-slide:hover .play-button {
  transform: translate(-50%, -50%) scale(1.1);
  background: rgba(255, 107, 53, 0.9);
}

.video-slide:hover .play-button i {
  color: white;
} */


body.thankyou-page .inner-intouch::after , body.thankyou-page .inner-intouch::before{
  display: none;
}