@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");
@import url("https://fonts.googleapis.com/css2?family=Hind:wght@300;400;500;600;700&display=swap");
html {
  scroll-behavior: smooth;
}
body {
  overflow-x: hidden;
  transition: all 0.5s;
  font-family: "Poppins", sans-serif;
}
:root {
  --blue-color: #273d61;
  --yellow-color: #ffb000;
  --light-yellow: #feecc4;
  --white-color: #fff;
  --font-size48: 3rem;
  --fontsize60: 3.75rem;
  --fontsize18: 1.125rem;
  --fontsize42: 2.5rem;
  --fontsize36: 2.25rem;
  --fontsize24: 1.5rem;
}

.compensate-for-scrollbar {
  margin-right: 0 !important;
}
.fancybox-slide--image {
  padding: 0 !important;
}
:is(ul, li) {
  padding: 0;
  margin: 0;
  list-style: none;
}

.section-heading h3 {
  font-size: var(--fontsize42);
  font-weight: 700;
  color: var(--blue-color);
}
a:hover {
  text-decoration: none;
  transition: 0.5s ease-out;
  color: inherit;
}

img {
  max-width: 100%;
  height: auto;
}
button:focus {
  border: 0;
  outline: none;
  box-shadow: none;
}
button {
  border: 0;
  outline: 0;
}
section {
  position: relative;
  padding: 5rem 0;
}
.owl-carousel .owl-item img {
  width: auto;
  margin: auto;
}
.btn.focus,
.btn:focus {
  outline: 0;
  box-shadow: none;
}
.defult-btn {
  --c: #000;
  background-color: var(--yellow-color);
  height: 66px;
  border-radius: 33px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  font-weight: 600;
  color: var(--blue-color);
  letter-spacing: 0.1em;
  position: relative;
  overflow: hidden;
  z-index: 1;
  padding: 0 3.4rem;
  transition: 0.5s;
  text-align: center;
}
.defult-btn span {
  position: absolute;
  width: 25%;
  height: 100%;
  background-color: var(--c);
  transform: translateY(150%);
  border-radius: 50%;
  left: calc((var(--n) - 1) * 25%);
  transition: 0.5s;
  transition-delay: calc((var(--n) - 1) * 0.1s);
  z-index: -1;
  transition-duration: 0.4s;
}

.defult-btn:hover {
  color: #080e1e;
  color: var(--white-color);
}
.defult-btn:hover i {
  transition-duration: 0.4s;
}
.defult-btn:hover span {
  transform: translateY(0) scale(2);
}

.defult-btn span:nth-child(1) {
  --n: 1;
}

.defult-btn span:nth-child(2) {
  --n: 2;
}

.defult-btn span:nth-child(3) {
  --n: 3;
}

.defult-btn span:nth-child(4) {
  --n: 4;
}
/* main-header */

.header-button {
  margin-left: 4rem;
  padding: 0rem 2.62rem;
  font-weight: 700;
  height: 44px;
}
.main-header .navbar-nav .nav-link {
  padding: 0 2rem;
  color: #273d61;
}
body.offcanvas-active {
  overflow: hidden;
}
.navbar-light .navbar-nav .active > .nav-link,
.navbar-light .navbar-nav .nav-link.active,
.navbar-light .navbar-nav .nav-link.show,
.navbar-light .navbar-nav .show > .nav-link {
  color: #313131;
  font-weight: 700;
}
.navbar-light .navbar-nav .nav-link:focus,
.navbar-light .navbar-nav .nav-link:hover {
  color: var(--yellow-color);
}

.offcanvas-header {
  display: none;
}

.screen-overlay {
  width: 0%;
  height: 100%;
  z-index: 30;
  position: fixed;
  top: 0;
  left: 0;
  opacity: 0;
  visibility: hidden;
  background-color: rgba(34, 34, 34, 0.6);
  transition: opacity 0.2s linear, visibility 0.1s, width 1s ease-in;
}
.screen-overlay.show {
  transition: opacity 0.5s ease, width 0s;
  opacity: 1;
  width: 100%;
  visibility: visible;
}
.top-nav {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 1rem 0;
}
.bottom-header {
  background-color: var(--blue-color);
  height: 70px;
  display: flex;
  align-items: center;
  overflow: hidden;
}
.bottom-header .container-fluid {
  padding: 0 5rem;
}
.botom-hdr-ul {
  display: flex;
  align-items: center;
}

.botom-hdr-ul li:last-child a {
  border-right: 0;
}
.botom-hdr-ul a {
  padding: 2rem;
  color: #fff;
  border-right: 1px solid #dbc89c;
}
.botom-hdr-ul li a:hover {
  color: var(--white-color);
  background-color: #000;
}
/* end-main-header */
/* main-banner */
.main-banenr {
  background: url(../images/banner-bg.jpg) center/cover no-repeat;
}
.main-banenr .container-fluid {
  padding: 0 5.5rem;
}
.baner-hdg h2 {
  font-size: var(--font-size48);
  color: var(--white-color);
  font-weight: 400;
  margin-bottom: 1rem;
}
.baner-hdg h2 span {
  font-weight: 700;
}
.baner-hdg h1 {
  display: inline-block;
  background-color: rgb(255 255 255 / 34%);
  font-size: var(--fontsize60);
  font-weight: 800;
  padding: 2rem;
  color: #fff;
}
.bnr-btn .defult-btn {
  background-color: var(--yellow-color);
  font-size: var(--fontsize18);
  padding: 0 2.9789rem;
}
.bnr-btn {
  margin-top: 1rem;
}
.banner-books {
  display: flex;
  align-items: center;
  margin-left: 8rem;
}
.book-2 {
  margin-left: -4rem;
  z-index: 2;
}
.book3 {
  z-index: 1;
  margin-left: -4.3rem;
}
.book-1 {
  z-index: 1;
}
.part-ner-logos .section-heading h3,
.part-ner-logos .section-heading h4 {
  font-size: var(--fontsize36);
}

/* end-main-banner */

/* .part-ner-logos */
.partner-logo-ul {
  margin-top: 3rem;
  display: flex;
  align-items: center;
  justify-content: space-between;
}
/* end-partner-logos */
/* our-work */
.our-work {
  background-color: var(--light-yellow);
}
.our-book-area {
  text-align: center;
}
.our-book-area h5 {
  margin-top: 1rem;
  font-size: var(--fontsize24);
  font-weight: 700;
}
.our-book-area h6 {
  font-size: var(--fontsize18);
  color: #8f8162;
  font-weight: 300;
}
.our-book-area img {
  border: 6px solid #fff;
}
.our-book-area img:hover {
  border-color: #ffb000;
  transition: 0.5s ease-out;
}
.our-book-btn {
  margin: auto;
  padding: 0 3.4rem;
  height: 66px;
  border-radius: 33px;
  font-size: var(--fontsize18);
  margin-top: 1rem;
}
.guarantee-sec {
  background-color: var(--yellow-color);
  padding: 3rem 0;
}
.guarantee-cnt h3 {
  font-size: 3.25rem;
  font-weight: 700;
}
.guarantee-cnt h3 span {
  font-weight: 400;
}
.guarantee-cnt p {
  font-size: var(--fontsize18);
  color: #644705;
}
/* end-our-wrok */

/* info-section */

.info-content h3 span {
  color: var(--yellow-color);
}
.info-btn {
  padding: 0 2rem;
  height: 66px;
  border-radius: 33px;
  font-size: var(--fontsize18);
}
.info-content p {
  font-size: 1rem;
  color: #636363;
  line-height: 1.8;
}

.inf-book img {
  width: 190%;
  max-width: fit-content !important;
}
.info-sec2 {
  background-color: var(--light-yellow);
  padding: 11rem 0;
}
.inf-book2 {
  position: absolute;
  left: 5rem;
}
.inf-book2 img {
  width: 90%;
}

/* end-info-section */
/* testimonials */
.testimonials-area {
  background-color: var(--light-yellow);
  border-radius: 20px;
  padding: 1.5rem 2rem;
  height: 42vh;
}
.testimonials .section-heading h3 {
  margin-bottom: 10rem;
}
.testi-img {
  margin-top: -6rem !important;
}
.testi-qouts {
  margin-top: -1rem !important;
  margin-left: 15px !important;
}

.testi-images {
  position: absolute;
  top: 0;
  display: flex;
}
.testi-contnet {
  padding: 6rem 0 0rem;
}
.testi-contnet h2 {
  font-size: var(--fontsize24);
  color: var(--blue-color);
  font-weight: 700;
  margin-bottom: 1rem;
}
.testi-contnet p {
  color: #767676;
  font-size: var(--fontsize18);
}
.testimonials .owl-stage-outer {
  overflow: visible;
  overflow-x: clip;
}
/* end testimonials */

/* footer-form */
.footer-form {
  background-color: var(--yellow-color);
}
.footer-form .section-heading h3 span {
  font-weight: 400;
}
.footer-form .section-heading p {
  font-size: var(--fontsize18);
  color: #72520a;
}
.discount-form .form-control {
  border-radius: 10px;
  height: 73px;
  padding: 25px 35px;
  border: 0;
}
.discount-form textarea {
  height: 80px !important;
  resize: none;
}
.form-control:focus {
  box-shadow: none;
  border: 0;
}
.discount-form .defult-btn {
  padding: 0 6rem;
  background-image: -moz-linear-gradient(
    90deg,
    rgb(6, 4, 30) 0%,
    rgb(67, 66, 75) 100%
  );
  background-image: -webkit-linear-gradient(
    90deg,
    rgb(6, 4, 30) 0%,
    rgb(67, 66, 75) 100%
  );
  background-image: -ms-linear-gradient(
    90deg,
    rgb(6, 4, 30) 0%,
    rgb(67, 66, 75) 100%
  );
  color: var(--white-color);
  font-size: var(--fontsize18);
  height: 73px;
  border: 0;
  border-radius: 10px;
}
.ftr-logo img {
  filter: invert(1);
}
/* end-foter-form */
/* footer */
.main-footer {
  background-color: var(--blue-color);
  padding: 5rem 0 1rem;
}
.brand-details img {
  margin-bottom: 1rem;
  width: 220px;
}
.brand-details p {
  color: #9f9eaa;
  font-size: var(--fontsize18);
  margin-right: 4%;
}
.social-icon {
  display: flex;
  align-items: center;
}
.social-icon a {
  color: var(--white-color);
}
.social-icon li {
  margin-right: 1.6rem;
  font-size: var(--fontsize24);
}
.social-icon li i:hover{color: var(--yellow-color);}
.pages-services h4 {
  font-size: 1.25rem;
  color: var(--white-color);
  font-weight: 700;
  position: relative;
  margin-bottom: 2rem;
}
.pages-services h4::after {
  content: "";
  position: absolute;
  background-color: var(--yellow-color);
  left: 0;
  right: 0;
  bottom: -10px;
  width: 45%;
  height: 1px;
}
.pages-link li a {
  color: #adacbd;
  position: relative;
  transition: all 0.3s ease-in-out;
}
.pages-link li a:hover {
  margin-left: 10px;
  color: var(--white-color);
  font-weight: 600;
}

.pages-link li a:hover::before {
  font-family: "Font Awesome 5 Free";
  content: "\f0da";
  display: inline-block;
  vertical-align: middle;
  color: var(--yellow-color);
  font-weight: 900;
  position: absolute;
  left: -16px;
  top: 0;
  bottom: 0;
  transition: all 0.3s ease-in-out;
  margin: auto;
}
.pages-link li {
  margin-bottom: 1rem;
}
.talk-details li span {
  color: var(--yellow-color);
  margin-right: 10px;
  margin-bottom: 0;
}
.talk-details li {
  margin-bottom: 2rem;
}
:is(.talk-details li p, .talk-details li a) {
  color: #adacbd;
}
.talk-details li a:hover {
  font-weight: 600;
  color: var(--white-color);
}
.copyright ul {
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.copyright li,
.copyright li a {
  color: var(--white-color);
  font-size: 14px;
}
.copyright li p {
  margin-bottom: 0;
}
.copyright li a:hover {
  color: var(--yellow-color);
}
/* end-footer */
.owl-theme .owl-nav [class*="owl-"]:hover,
.owl-theme .owl-nav .disabled {
  background-color: var(--yellow-color) !important;
  opacity: 1;
}
.owl-theme .owl-nav [class*="owl-"] {
  background-color: #999999;
  border-radius: 50%;
  width: 40px;
  height: 40px;
  padding: 10px;
  font-size: 15px;
  margin: 0 18px;
}
.owl-theme .owl-nav {
  margin-top: 2rem;
}
/* ghostwriting-page */
.book-publishing-banner {
  background-image: url(../images/book-publishing-banner.png);
}
.inner-banner {
  text-align: center;
  padding: 8rem 0 5rem;
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
}
.inner-banner h2 {
  font-size: var(--fontsize60);
  font-weight: 700;
  margin-bottom: 1rem;
}
:is(.cta2__form, .inner-banner :is(h2, h3)) span {
  color: var(--yellow-color);
}
.inner-banner p {
  color: #9a9fb5;
  font-size: var(--fontsize18);
}

.slider-form {
  height: auto;
  padding-top: 20px;
  text-align: center;
  margin-top: 0;
  z-index: 2;
  border-radius: 90px;
}

.slider-form button::before {
  right: 35px;
}

.offr-frm {
  padding: 0 0 25px;
  padding-bottom: 25px;
  padding-bottom: 25px;
  padding-bottom: 0;
}

.slider-form .form-group {
  position: relative;
  margin-bottom: 0;
}

.slider-form .form-group .icon-bg {
  position: absolute;
  margin-top: 0;
  left: 2px;
  width: 52px;
  height: 52px;
  background-color: transparent;
  border-bottom-left-radius: 4px;
  border-top-left-radius: 4px;
  text-align: center;
  line-height: 59px;
  border-right: 0;
  z-index: 0;
  top: -3px;
}

.slider-form .form-group .icon-bg svg {
  fill: #666;
}

.slider-form .form-control {
  border: 0;
  background-color: #fff;
  font-size: 13px;
  font-family: "Open Sans", sans-serif;
  color: rgba(0, 0, 0, 0.5);
  height: 53px;
  outline: 0;
  border-radius: 26.5px;
  padding-left: 47px;
  border: 1px solid transparent;
}

.offr-frm button {
  width: 100%;
}
.cta2__form h3 {
  margin-top: 5rem;
  color: var(--white-color);
  font-weight: 700;
  font-size: var(--fontsize42);
}
.slider-form {
  background-color: var(--yellow-color);
  padding: 1rem;
  position: absolute;
  bottom: -3.8888rem;
  left: 0;
  right: 0;
  margin: auto;
  border: 5px solid var(--white-color);
  box-shadow: 0px 2px 27px 0px rgba(255, 176, 0, 0.64);
  width: 60%;
}
.slider-form .col-md-3 {
  padding: 8px !important;
}
.inner-banner-btn {
  background-color: #000;
  height: 53px;
  color: var(--white-color);
  border-radius: 26.5px;
}
.our-global,
.all-genres-sec,
.empower-sec,
.dont-judge-sec,
.captivating-designs-sec,
.about-info-sec {
  padding: 8rem 0 5rem;
}
.our-global .nav-tabs {
  border: 0;
  justify-content: space-between;
  margin-bottom: 4rem;
}
.our-global .container-fluid {
  padding: 0 4rem;
}
.our-global .nav-tabs .nav-link {
  border: 0;
  font-size: var(--fontsize18);
  color: #000;
  font-weight: 600;
}
.our-global .nav-link.active {
  position: relative;
  color: var(--yellow-color);
}
.our-global .nav-link.active::after {
  position: absolute;
  content: "";
  background-color: var(--yellow-color);
  width: 70%;
  height: 3px;
  left: 0;
  margin: auto;
  right: 0;
  bottom: 0;
}
.info-global p {
  font-size: var(--fontsize18);
  color: #636363;
  margin: 2rem 0;
  padding-right: 22%;
}
.info-global {
  margin-top: 5rem;
}
.proces-sec {
  background: url(../images/proces-bg.png) center/cover no-repeat;
}
.proces-sec .section-heading h3 {
  color: var(--white-color);
}
.proces-sec .section-heading p {
  color: #7f7e91;
}
.proces-contnet span {
  font-size: 6.597rem;
  font-weight: 900;
  background: -webkit-linear-gradient(#d99505, #000);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}
.proces-contnet h4 {
  margin-top: -4rem;
  color: var(--white-color);
  font-size: var(--fontsize24);
  font-weight: 600;
}
.proces-contnet p {
  color: #807e9a;
  font-size: 15px;
}
.ghostwriting-banner {
  background-image: url(../images/ghostwriting-banner.png);
}
.image-contnet {
  text-align: center;
  padding: 1rem;
  z-index: 2;
  position: absolute;
  bottom: 0;
}
.images-area {
  position: relative;
}
.images-area::after {
  position: absolute;
  content: "";
  background-color: #000000c2;
  left: 0;
  right: 0;
  width: 100%;
  height: 100%;
  bottom: 0;
  top: 0;
  border-radius: 12px;
}
.image-contnet * {
  color: var(--white-color);
}
.image-contnet h4 {
  font-size: 1.875rem;
  font-weight: 700;
}
.images-area:hover::after {
  background-color: #ffb000d1;
}
.images-area:hover .image-contnet * {
  color: #000;
  display: block;
}
.cta-sec {
  background-color: var(--yellow-color);
  padding: 3rem 0;
}
.cta-area h2 {
  font-size: 3rem;
  font-weight: 700;
}
.cta-area h3 span {
  font-weight: 500;
}
.cta-area h3 {
  font-size: var(--fontsize42);
  font-weight: 700;
  margin-bottom: 1.5rem;
}
.cta-area p {
  color: #9a6a00;
}
.cta-buttons .defult-btn {
  height: 58px;
  padding: 0 2.2rem;
  border-radius: 28px;
}
.cta-buttons .defult-btn:nth-of-type(1) {
  background-color: #000;
  color: #fff;
}
.cta-buttons a {
  margin-right: 1rem;
}
.cta-buttons .defult-btn:nth-of-type(1):hover {
  color: #000;
}
.cta-buttons .defult-btn:nth-of-type(1) span {
  background-color: var(--white-color);
}
.cta-buttons .defult-btn:nth-of-type(2) {
  background-color: #fff;
  color: #000;
}
.cta-buttons .defult-btn:nth-of-type(2):hover {
  color: #fff;
}
.cta-buttons .defult-btn:nth-of-type(3) {
  border: 1px solid #000;
}
.cta-img {
  position: absolute;
  top: -4rem;
  z-index: 2;
  right: 0;
}
.content-box {
  background-color: var(--light-yellow);
  margin-bottom: 30px;
}
.content-area {
  padding: 3rem 1.5rem;
  text-align: center;
  height: 270px;
}
.content-area:hover {
  background-color: var(--yellow-color);
}
.content-area:hover p {
  color: #62512b;
}
.content-area h5 {
  font-size: var(--fontsize24);
  font-weight: 700;
}
.content-area p {
  margin-bottom: 0;
}
.book-editing-banner {
  background-image: url(../images/book-eiditing-bnr.png);
}
.books-area {
  text-align: center;
}
.books-area h3 {
  font-size: var(--fontsize24);
  color: #000;
  font-weight: 600;
}
.books-area p {
  color: #898989;
  font-size: 1.063rem;
}
.images-size-ara {
  display: flex;
  padding: 1rem;
  margin-bottom: 30px;
  background-color: #ecdab1;
  border: 2px solid var(--white-color);
  align-items: center;
}
.book-cover-size {
  background-color: var(--light-yellow);
}
.book-cover-size p {
  margin-bottom: 0;
  color: #443a24;
  font-size: 14px;
}
.cover-sizes {
  margin-left: 1rem;
}
.cover-sizes h4 {
  color: var(--blue-color);
  font-size: 1.2rem;
  font-weight: 600;
}
.book-cover-banner {
  background-image: url(../images/book-cover-banner.png);
}
.author-banner {
  background-image: url(../images/author-banner.png);
}
.image-cnt-area {
  align-items: center;
  margin-bottom: 30px;
  display: flex;
}
.image-cnt h4 {
  font-size: 15px;
  line-height: 25px;
  font-weight: 800;
}
.image-cnt p {
  font-size: 13px;
  color: #85744f;
  font-family: "Hind", sans-serif;
}
.capting-degns-buttons .defult-btn {
  padding: 0 1rem;
  font-size: 11px;
  height: 32px;
  border-radius: 15px;
  font-weight: 800;
}
.capting-degns-buttons a:last-child {
  background-color: transparent;
  border: 1px solid var(--yellow-color);
  margin-left: 10px;
}
.image-cnt {
  padding: 2rem 1.5rem;
  background-color: var(--light-yellow);
  height: 300px;
  display: flex;
  flex-direction: column;
  justify-content: center;
}
.taste-img-area {
  text-align: center;
  margin-bottom: 2rem;
}
.taste-img-area h3 {
  font-size: 1.875rem;
  font-weight: 700;
  margin-top: 1rem;
  color: #000;
}
.taste-img-area p {
  font-size: var(--fontsize18);
  color: #676767;
}
.contact-us {
  background-image: url(../images/contact-us-bnr.png);
}
.contact-form h1 {
  font-size: 4.5rem;
  font-weight: 900;
}
.contact-form p {
  color: #747474;
}
.contact-form .form-control {
  height: 65px;
  background-color: rgb(239, 239, 239);
  line-height: 2;
  padding: 1rem 3rem;
  outline: 0;
  border: 1px solid rgb(216, 216, 216);
  border-radius: 30.5px;
  margin-bottom: 20px;
}
.contact-form textarea {
  height: 70px !important;
  resize: none;
}
.contact-form .defult-btn {
  font-size: var(--fontsize18);
  font-weight: 700;
  padding: 0 4rem;
  text-transform: uppercase;
}
.content-details {
  background-color: var(--yellow-color);
  padding: 4rem 3rem;
}
.call-us {
  display: inline-grid;
  margin-left: 20px;
}
.content-details-ul a {
  display: flex;
  align-items: center;
}
.call-us span {
  color: #5a420c;
  font-size: var(--fontsize18);
  font-weight: 500;
}
.content-details-ul a {
  font-size: 1.25rem;
  font-weight: 700;
  color: #000;
  margin-bottom: 2.5rem;
}
.icon-rote i {
  transform: rotate(90deg);
}
.content-details-ul label i {
  font-size: 2.2rem;
}
.content-details-ul label {
  border-right: 1px solid #c28704;
  padding-right: 20px;
}
.social-media-icons h4 {
  color: #583a00;
  font-size: 1rem;
}
.social-media-icons ul {
  display: flex;
  align-items: center;
}
.social-media-icons ul a {
  margin-right: 15px;
}
.social-media-icons ul a i {
  font-size: var(--fontsize36);
  color: #000;
}
.about-us-banner {
  background-image: url(../images/about-us-bnr.png);
}
.about-us-banner h2 {
  font-weight: 500;
}
.about-contents h3 {
  font-size: var(--fontsize42);
  color: var(--blue-color);
  font-weight: 700;
}
.about-contents:last-child h3 {
  font-size: var(--fontsize24);
  margin-bottom: 10px;
}
.about-contents p {
  color: #606060;
}
.about-points li {
  margin-bottom: 1rem;
  color: #000;
  font-weight: 700;
  list-style: disc;
}
.about-points {
  margin-left: 1.4rem;
}
.about-us {
  width: 127%;
  position: absolute;
  left: -11rem;
  max-width: fit-content;
}
.progress-sec {
  background-color: var(--light-yellow);
}
.progress-sec .defult-btn {
  height: 56px;
  padding: 0 2rem;
}
.progress-sec p {
  color: #685a3c;
  margin: 1rem 0;
}
.count-number {
  background-image: url(../images/counter-bg.png);
  padding: 2rem;
  background-repeat: no-repeat;
  height: 170px;
}
.count-number h2,
.count-number span {
  color: var(--blue-color);
  font-size: 4.2rem;
  font-weight: 800;
  line-height: 1;
  margin-bottom: 0;
}
.count-number p {
  margin: 0;
  font-size: var(--fontsize18);
  color: var(--blue-color);
  font-family: "Hind", sans-serif;
}
.count-number {
  margin-bottom: 30px;
}

/* popup-form */
#entry-popup {
  position: fixed;
  width: 100%;
  height: 100%;
  z-index: 99999990;
  align-items: center;
  background-color: rgba(0, 0, 0, 0.62);
  display: none;
  -webkit-transition: all 0.5s ease;
  -moz-transition: all 0.5s ease;
  -ms-transition: all 0.5s ease;
  -o-transition: all 0.5s ease;
  transition: all 0.5s ease;
  top: 0;
}
.entry-box {
  padding-top: 0;
  padding-bottom: 20px;
  max-width: 476px;
  margin: 0 auto;
  border-radius: 0;
  background-color: var(--light-yellow);
  position: relative;
  box-shadow: -140px -117px 19px -141px rgba(0, 0, 0, 0.6);
  box-shadow: 0 0 7px -1px rgba(0, 0, 0, 0.7);
}
.layer-1 {
  width: 9%;
  display: block;
  height: 99%;
  background-color: var(--light-yellow);
  position: absolute;
  top: 1px;
  transform: rotate(-3deg);
  z-index: -1;
}
.layer-2 {
  display: block;
  width: 95%;
  height: 107%;
  position: absolute;
  top: 0;
  background: var(--yellow-color);
  z-index: -2;
  transform: translate(26px, -13px) rotate(1deg);
}
.layer-3 {
  width: 90%;
  height: 108%;
  display: block;
  position: absolute;
  top: -21px;
  background: var(--yellow-color);
  z-index: -3;
  transform: rotate(-3deg);
  right: 0;
}
.layer-4 {
  width: 102%;
  height: 108%;
  position: absolute;
  top: -26px;
  border: 5px solid #fff;
  transform: rotate(1deg);
  z-index: -1;
  left: -4px;
}
a#entry-box_close {
  width: 40px;
  height: 40px;
  display: block;
  line-height: 59px;
  color: #020202;
  border-radius: 50%;
  font-size: 32px;
  text-align: center;
  position: absolute;
  right: 0;
  top: 0;
  z-index: 999;
  background: #f8bb22;
}
a#entry-box_close svg {
  width: 17px;
  height: 17px;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}
.entry-box .form-text-1 h1 {
  font-family: Oswald, sans-serif;
  font-size: 30px;
  text-transform: uppercase;
  font-weight: 700;
  color: #fff;
  line-height: 34px;
  margin-bottom: 12px;
}
.entry-box .form-text-1 h1 span.red {
  color: #f78d0e;
  text-transform: uppercase;
}
.col-sm-12.entry-right {
  padding-left: 15px;
  padding-right: 15px;
  padding-top: 30px;
  padding: 30px 15px 70px;
}
.entry-box .form-text-1 p {
  color: var(--blue-color);
  font-size: 29px;
  line-height: normal;
  font-weight: 400;
  margin: 0;
}
.entry-box .form-text-1 p strong {
  text-transform: uppercase;
}
.form-text-1 {
  position: relative;
  padding-left: 0;
  margin-bottom: 9px;
  text-align: center;
}
.form-text-1:before {
  content: "";
  width: 10px;
  height: 100%;
  position: absolute;
  left: 0;
  background-color: #f7941d;
  border-radius: 100px;
  display: none;
}
.entry-box .form-control {
  min-height: 50px;
  border-radius: 30px;
  background-color: var(--yellow-color);
  border-color: transparent;
  color: #fff;
  font-size: 19px;
  width: 100%;
  display: block;
  padding: 15px 24px;
  border: 1px solid #fff;
}
.entry-box .form-control::placeholder {
  color: var(--blue-color);
}
.entry-box button {
  color: #000;
  width: 100%;
  text-transform: uppercase;
  font-size: 37px;
  font-weight: 700;
  height: auto;
  background-color: #ffea00;
  background-image: -webkit-gradient(
    linear,
    left bottom,
    left top,
    from(#e59920),
    to(#f8bb22)
  );
  background-image: -o-linear-gradient(bottom, #e59920, #f8bb22);
  background-image: linear-gradient(to top, #e59920, #f8bb22);
  border-color: #fff;
  border-radius: 900px;
}
.entry-box button:hover {
  color: #000;
}
.form-root-counter li {
  width: auto !important;
}
.entry-box ul li i {
  color: #eb0000;
}
.form-btn {
  position: absolute;
  left: 0;
  right: 0;
  width: 565px;
  left: 50%;
  transform: translateX(-50%);
}

/* privacy-thankyou-css */

.main-privacy {
  padding: 100px 0 80px;
  background-color: #fff;
}

.main-privacy h3 {
  color: #000;
  margin-bottom: 15px;
  font-size: 22px;
  font-weight: 600 !important;
}

.main-privacy h4 {
  font-size: 26px !important;
  color: #000;
  margin-bottom: 15px;
  font-weight: 600 !important;
}

.main-privacy p,
.main-privacy li {
  margin: 0 0 15px;
  font-size: 14px;
  line-height: 22px;
}

input.error {
  border-color: black !important;
}

.thankyou_sec {
  padding: 5rem 0;
  height: 100%;
  display: flex;
  align-items: center;
  background-color: #fff;
}

.main-thankyou {
  text-align: center;
}

.main-content__checkmark {
  font-size: 9.75rem !important;
  line-height: 1 !important;
  background-image: -webkit-linear-gradient(90deg, #feecc4 0, #ffb000 100%);
  background-clip: text;
  color: transparent;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}

.site-header__title {
  font-size: 6.5rem;
  font-weight: 700 !important;
  line-height: 1.1;
  color: var(--blue-color);
}

.main-content__body {
  margin: 20px 0 0;
  font-size: 1.25rem;
  line-height: 1.4;
}

.start_live_chat {
  font-size: 20px;
  background-color: #16171a;
  padding: 15px 35px;
  display: inline-block;
  border-radius: 4px;
  margin: 20px 0 0;
  color: white !important;
  text-decoration: none;
  border-radius: 50px;
  line-height: 16px;
}
.botom-hdr-ul {
    justify-content: space-between;
}
