@font-face {
  font-family: "Belgiano Serif";
  src: url(../fonts/Belgiano\ Serif\ 2.ttf);
}

::placeholder {
  font-family: "poppins";
}

* {
  margin: 0;
  padding: 0;
}
body {
  font-family: "Belgiano Serif", serif;
  overflow-x: hidden;
}

a,
p {
  font-family: "Poppins", sans-serif;
  text-decoration: none;
}

span {
  color: #9fd50b;
}
h2 {
  font-size: 40px;
  line-height: 45px;
  font-weight: 400;
  color: #000;
}

h1 {
  font-size: 62px;
  line-height: 75px;
  color: #1e1e1e;
  font-weight: 500;
}

.f-51 {
  font-size: 51px;
  line-height: 70px;
  font-weight: 500;
}

.f-52 {
  font-size: 52px;
  line-height: 65px;
  font-weight: 500;
}

.f-54 {
  font-size: 54px;
  line-height: 60px;
  font-weight: 500;
}

.f-65 {
  font-size: 65px !important;
  line-height: 75px;
  font-weight: 600;
}
.fw-700 {
  font-weight: 700;
}

.f-18 {
  font-size: 18px;
  color: #fff;
  font-weight: 800;
  line-height: 20px;
}
.f-18b {
  font-size: 18px;
  color: #000;
  font-weight: 800;
  line-height: 20px;
}

.f-4b {
  color: #4b4b4b;
}
p {
  color: #4b4b4b;
  font-size: 17px;
  line-height: 28px;
  font-weight: 400;
  text-align: justify;
}

.btn-orange {
  background: #9fd50b;
  color: #fff;
  font-size: 17px;
  line-height: 20px;
  font-weight: 500;
  padding: 15px 30px 15px 30px;
  border-radius: 10px;
  transition: .3s all ease-in-out;
}

.btn-darkg {
  background: #9fd50b;
  color: #fff;
  font-size: 17px;
  line-height: 20px;
  font-weight: 500;
  padding: 15px 30px 15px 30px;
  border-radius: 10px;
  transition: .3s all ease-in-out;
}

.btn-livechat {
  background: transparent;
  border: 1px solid #fff;
  color: #fff;
  padding: 15px 30px 15px 30px;
  font-size: 17px;
  line-height: 20px;
  font-weight: 500;
  border-radius: 10px;
  text-decoration: none;
  transition: .3s all ease-in-out;
}

header {
  width: 98%;
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
  top: 20px;
  z-index: 1;
}

.navbar {
  background: #fff;
  border-radius: 10px;
}
.hero-bg {
  background-image: linear-gradient(to top right, #96bb7b 0%, #37776b 100%);
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center center;
  width: 100%;
  /* height:100vh; */
  padding: 200px 0 200px;
  position: relative;
}

.hero-banner-content {
  /* width: 60%; */
  margin: 0 auto;
  align-items: start;
  /* padding-top: 11%; */
  display: flex;
  flex-direction: column;
  gap: 10px;
}
.hero-banner-content h1,
.hero-banner-content p {
  color: #fff;
}

.st-books {
  padding: 90px 0;
}

.st-chtnow {
  background: url("../images/chat-bg.webp");
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center center;
  width: 100%;
  height: auto;
  padding: 100px 0;
}
.cht-inner-content {
  display: flex;
  flex-direction: column;
  gap: 20px;
}

.cht-inner-content p {
  width: 78%;
  margin: 0 auto;
}

.publish-book-content {
  width: 50%;
  margin: 0 auto;
}

.sct-bringToLife {
  position: relative;
}

.bring-picture img {
  width: 75%;
  transform: scale(1.3);
}
.sct-bringToLife {
  background: linear-gradient(45deg, #96bb7b, #37776b);
  background-size: 200% 200%; /* important */
  animation: gradientMove 5s ease-in-out infinite;
}

@keyframes gradientMove {
  0% {
    background-position: 0% 50%;
  }
  50% {
    background-position: 100% 50%;
  }
  100% {
    background-position: 0% 50%;
  }
}

.accordion-item h2 {
  font-family: "Poppins";
}

.bttm-frm {
  background: url("../images/btm-form-bg.webp");
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center center;
  width: 100%;
  height: auto;
}

.st-frm {
  background: rgba(255, 255, 255, 0.5); /* semi-transparent white */
  backdrop-filter: blur(10px); /* blur effect */
  -webkit-backdrop-filter: blur(10px); /* for Safari */
  border-radius: 15px; /* rounded corners */
  box-shadow: 0 4px 12px rgba(0, 0, 0, 0.1); /* soft shadow */
  padding: 20px; /* optional spacing inside */
  border: 1px solid rgba(255, 255, 255, 0.3); /* subtle border */
}

.this-frm input {
  width: 100%;
  height: 40px;
  border: 1px solid #262626;
  color: #000;
  padding: 10px 0px 10px 20px;
  font-family: "Poppins";
  border-radius: 10px;
  background: transparent;
}

.this-frm button {
  width: 100%;
  color: #fff;
  background: #9fd50b;
  border: none;
  padding: 10px 0 10px 0;
  border-radius: 10px;
  font-family: "poppins";
  font-size: 16x;
}
.this-frm ::placeholder {
  font-family: "poppins";
  padding: 0 0 0 15px;
}
.this-frm textarea {
  width: 100%;
  border: 1px solid #262626;
  border-radius: 10px;
  color: #000;
  background: transparent;
}

textarea {
  padding: 10px 0 0 15px; /* Apply padding to textarea itself */
  font-family: "Poppins", sans-serif;
  color: #888;
}

textarea::placeholder {
  font-family: "Poppins", sans-serif;
  color: #888; /* optional styling */
}

footer {
  background: #182229;
  padding: 20px 0 0px 0;
}
.accordion-button:not(.collapsed) {
  color: #ffffff;
  background-color: #9fd50b;
  box-shadow: inset 0 calc(-1 * var(--bs-accordion-border-width)) 0
    var(--bs-accordion-border-color);
}
.review img {
  display: block;
  margin: 0 auto;
}

.review p {
  font-size: 14px;
  text-align: center;
  margin: 0;
  line-height: 22px;
}

.review h4 {
  font-size: 20px;
  line-height: 30px;
  font-family: "Poppins";
}

.review {
  background: #f6fff8 !important;
  margin: 0 7px;
  border-radius: 10px;
  border: 1px solid #e9e9e9;
  padding: 31px 10px;
}

.sct-Testimo {
  padding: 90px 0 90px 0 !important;
}

.form_bx {
  background: #ffffffb2;
  border: 1px solid rgba(207, 207, 207, 0.6);
  box-shadow: 0px 4px 34px rgba(240, 157, 66, 0.3);
  -webkit-backdrop-filter: blur(52px);
  backdrop-filter: blur(52px);
  border-radius: 15px;
  padding: 30px;
}

.check_bx {
  display: flex;
  gap: 20px;
  margin: 20px 0;
}

.check_bx input {
  /* width: 10px; */
}
.check_bx .form-group {
  display: flex;
  gap: 7px;
}

.form_bx h3 {
  font-family: "Poppins";
  margin: 5px 0;
  font-size: 20px;
}
.frm-button input {
  width: 100%;
  padding: 15px;
  border: none;
  margin: 10px 0;
}

select {
  font-family: "poppins" !important;
}
label {
  font-family: "poppins" !important;
}

.hero-banner-content h2 {
  color: #9fd50b;
  background: rgb(255 255 255);
  border: 1px solid rgba(207, 207, 207, 0.6);
  box-shadow: 0px 4px 34px rgba(240, 157, 66, 0.3);
  -webkit-backdrop-filter: blur(52px);
  backdrop-filter: blur(52px);
  border-radius: 15px;
  padding: 10px 15px;
  font-size: 35px;
}
img.float_img {
  position: absolute;
  bottom: 0;
  z-index: 0;
}

.form_bx h4 {
  font-family: "Poppins";
  font-style: normal;
  font-weight: 500;
  font-size: 26px;
  line-height: 39px;
  margin-bottom: 20px;
  text-align: center;
}

.form_bx select,
.form_bx input {
  font-family: "Poppins";
  font-style: normal;
  font-weight: 300;
  font-size: 18px;
  line-height: 27px;
}

.form_bx h6 {
  font-family: "Poppins";
  font-style: normal;
  font-weight: 500;
  font-size: 25px;
  line-height: 38px;
  color: #1e1e1e;
}

.form_bx .form-check-flex {
  display: flex;
  gap: 8px 20px;
  flex-wrap: wrap;
}
.form_bx .form-check-flex label {
  font-size: 18px;
}

.form_bx button.submit-btn {
  background: #37776b;
  border-radius: 10px;
  border: 1px solid #37776b;
  color: #fff;
  font-family: "Poppins";
  font-style: normal;
  font-weight: 500;
  font-size: 18px;
  line-height: 27px;
  padding: 10px;
  transition: 0.3s all ease-in-out;
  
  
  

  &:hover {
    background: #9fd50b;
    color: #fff;
    border-color: #9fd50b;
  }
}

.tabs-sct {
  padding: 90px 0;
  overflow: hidden;
}
section.tabs-sct .container-fluid {
  padding: 0;
}

.port_slider .item {
  padding: 10px;
}
section.tabs-sct h2 {
  font-size: 65px;
  line-height: 80px;
}

section.tabs-sct p {
  font-style: normal;
  font-weight: 400;
  font-size: 18px;
  line-height: 27px;
  color: #999999;
}

section.tabs-sct ul.nav {
  gap: 30px;
}

section.tabs-sct ul.nav li button {
  font-size: 16px;
  line-height: 25px;
  font-family: "Poppins";

  color: #4b4b4b;
}

section.tabs-sct ul.nav li button.active {
  background: #fff4e9;
  border: 1px solid #e4e4e4;
  border-radius: 10px;
  color: #4b4b4b;
}

section.st-publishbook {
  padding: 70px 0 120px;
}

.footer-portion-first p {
  color: #999999;
}

.footer-portion-second {
  font-family: "Poppins";
}

.btm-frmContent p {
  font-size: 16px;
  font-weight: 100;
  text-align: start;
}

.st-frm h5 {
  font-size: 24px;
  font-family: "Poppins";
  font-weight: 700;
  color: #1e1e1e;
}

.st-frm p {
  text-align: center;
  color: #4b4b4b;
  font-size: 17px;
}

.modal-content .btn-close {
  position: absolute;
  top: 10px;
  right: 5px;
  z-index: 1;
}

.modal-content {
  border-radius: 20px;
}
.st-books h5 {
  font-weight: 700;
  font-size: 18px;
  line-height: 36px;
  font-family: "Poppins";
}

.st-chtnow h2 {
  font-size: 40px;
  line-height: 50px;
}

.cta_mobile {
  display: none;
}
.btn-orange:hover {
    background: #37776b;
}

.btn-livechat:hover {
    background: #9fd50b;
    border-color: #9fd50b;
}

.btn-darkg:hover {
    background: #37776b;
}