﻿@import url('https://fonts.googleapis.com/css2?family=Lato:ital,wght@0,100;0,300;0,400;0,700;0,900;1,100;1,300;1,400;1,700;1,900&family=Playfair+Display:ital,wght@0,400..900;1,400..900&display=swap');

/* @import "component.min.css"; */
/* @import "layout.min.css"; */
:root {
  --primary: #30a9d7;
  --secondry: #2d353f;
  --black: #000;
  --text-color: #828282;
  --white: #fff;
}

::selection {
  background: var(--primary);
  color: var(--white);
}

::-webkit-scrollbar {
  width: 5px;
}

::-webkit-scrollbar-track {
  background: rgba(0, 0, 0, 0);
}

::-webkit-scrollbar-thumb {
  background: rgba(0, 0, 0, 0.5);
}

::-webkit-scrollbar-thumb:hover {
  background: rgba(0, 0, 0, 0.8);
}

html,
body {
  height: 100%;
  overflow-x: hidden;
}

html {
  font-size: 16px;
  line-height: 1;
}

body {
  background: var(--white);
  color: #030303;
  font-size: 1rem;
  line-height: 1;
}

a,
button {
  text-decoration: none;
  -webkit-transition: all 0.5s ease;
  transition: all 0.5s ease;
}

a:hover,
button:hover {
  text-decoration: none;
}

p {
  font-size: 1rem;
  line-height: 1.6;
  margin: 1rem 0;
  color: var(--text-color);
  font-family: "Lato", sans-serif;
}

span {
  font-family: "Lato", sans-serif;
}

img {
  max-width: 100%;
  height: auto;
}

ul {
  padding: 0;
  margin: 0;
  list-style-type: none;
}

section {
  padding: 3rem 0;
  position: relative;
}

h1,
h2,
h3,
h4 {
  font-family: "Playfair Display", serif;
}

h3 {
  font-size: 1.87rem;
  color: var(--secondry);
}

h4 {
  font-size: 2.5rem;
  color: var(--secondry);
  font-weight: 600;
  text-transform: capitalize;
}

h6 {
  font-size: 1.25rem;
  color: var(--secondry);
  font-weight: 600;
  margin-bottom: 1rem;
}

a.logo {
  width: 100px;
}

.lpHeader {
  padding: 30px 0;
}

.lpHeader img {
  width: 180px;
}

.themeBtn {
  font-family: "Lato", sans-serif;
  font-size: 14px;
  font-weight: 600;
  letter-spacing: 1.3px;
  padding: 13px 16px;
  position: relative;
  transition: all .2s;
  text-align: center;
  color: var(--primary);
  border: 1px solid #30a9d7;
}

.lpHeader .default-btn {
  text-align: end;
}

/* banner */

.home-banner .heading-wrapper h1 {
  font-weight: 700;
  font-size: 70px;
}

/* book_one */
.heading-wrapper h2 {
  font-size: 48px;
  letter-spacing: -.7px;
  line-height: 60px;
  color: var(--primary);
  font-weight: 500;
  width: 500px;
}

hr {
  border: 1px solid rgba(0, 0, 0, 0.2);
  margin: 30px 0 20px;
  width: 40px;
  background: #828282;
}

.writer-name {
  font-size: 14px;
  font-weight: 600;
}

/* .book_wrapper {
  padding-top: 46px;
} */

.book__wrap {
  display: flex;
}

.book_image-wrap img {
  padding: 0 20px 0 0;
  width: 110px;
}

.book_image-wrap img {
  box-shadow: -18px 1px 6px -2px rgba(0, 0, 0, 0.2), -30px 1px 16px -4px rgba(0, 0, 0, 0.2);
  transition: all 0.4s cubic-bezier(0.65, 0.05, 0.36, 1);
}

.book_image-wrap img:hover {
  box-shadow: -30px 1px 18px 0 rgba(0, 0, 0, 0.3), -48px 1px 32px 0 rgba(0, 0, 0, 0.3);
  cursor: pointer;
  transform: translate(4px, -9px) rotate(0.001deg);
}

.book_detail h4 {
  font-size: 24px;
  line-height: 32px;
  margin-bottom: 5px;
}

.book_detail {
  width: 100%;
}

.book_detail p {
  font-size: 15px;
  font-weight: 500;
  letter-spacing: 1.1px;
  line-height: 16px;
  text-transform: uppercase;
  margin: 8px 0 16px;
  color: var(--black);
}

.b-book-table {
  border-collapse: collapse;
  color: #000;
  font-size: 12px;
  font-weight: 400;
  font-family: "Playfair Display", serif;
  letter-spacing: .35px;
  margin-top: 20px;
  width: 80%;
}

.book-table__header {
  border: 1px solid #d1d2d4;
  border-left: none;
  color: #474b4e;
  font-size: 12px;
  font-weight: 400;
  font-family: "Playfair Display", serif;
  letter-spacing: 1px;
  padding: 11px 0;
  width: 90px;
}

.book-table__cell {
  border: 1px solid #d1d2d4;
  border-right: none;
  padding: 6px 8px;
  font-size: 14px;
  font-weight: 500;
}

.b-accolades {
  border-top: 1px solid #30a9d7;
  border-bottom: 1px solid #30a9d7;
  display: flex;
  margin-top: 25px;
  position: relative;
}

.accolades__accolade {
  display: flex;
  align-items: center;
  flex-direction: row;
  padding: 30px 15px;
  flex-basis: 50%;
}

.accolades__accolade:first-child {
  border-right: 1px solid #30a9d7;
}

.accolades__title {
  font-size: 16px;
  line-height: 24px;
  color: #30a9d7;
}

.b-accolades::before,
.b-accolades::after {
  border-top: 1px solid #30a9d7;
  content: '';
  margin-top: 4px;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
}

.b-accolades::after {
  border-bottom: 1px solid #30a9d7;
  bottom: 0;
  margin-bottom: 4px;
}

/* book_two */

.book_two .heading-wrapper h2 {
  font-size: 32px;
  letter-spacing: -.5px;
  line-height: 40px;
}

.book_two .b-book-table {
  width: 100%;
}

.b-accolade {
  align-items: center;
  display: flex;
  padding: 10px 0 15px 0;
}

.b-accolade p {
  color: #30a9d7;
  font-size: 14px;
  letter-spacing: -.2px;
  line-height: 16px;
  text-transform: capitalize;
}

.spotlight-sec hr {
  margin: 4px 0;
  width: 60px;
  background: #828282;
}

.spotlight-sec .heading-wrapper h2 {
  color: #000;
  font-size: 40px;
  font-weight: 700;
  margin: 25px 0 70px;
}

.spotlight-sec .b-book-table {
  width: 85%;
}

.spotlight-sec .book_image-wrap img {
  width: 200px !important;
}

.book__avatar-wrap {
  align-items: center;
  display: flex;
  margin: 8px 0 16px;
}

.book__avatar-wrap img {
  border-radius: 50%;
  height: 48px;
  margin-right: 12px;
  width: 48px;
}

.spotlight-sec .book_detail h4 {
  font-size: 32px;
}

.spotlight-sec .book_wrapper {
  width: 550px;
}

.main-footer {
  background-color: #121212;
  padding: 20px 0;
  position: relative;
  z-index: 1;
}

.terms-text ul {
  display: flex;
  justify-content: end;
  align-items: center;
}

.copyright-text p,
.terms-text ul li a,
.terms-text ul {
  color: #fff;
  margin: 0;
  gap: 15px;
}

/* ??????????????????? */
.expertise-sec,
.we-get-sec {
  position: relative;
  padding: 80px 0;
}

.expertise-sec h2,
.themes-h2 {
  font-size: 50px;
  line-height: 60px;
  font-weight: 600;
   font-family: "Poppins", serif;
}

.expertise-sec .exper-box {
  position: relative;
  border: 2px solid #000;
  padding: 20px 30px;
  border-radius: 5px;
  text-align: center;
  background: #fff;
  height: 450px;
}

.expertise-sec .exper-box img {
  margin: 0 auto;
  display: block;
  height: 100px;
  object-fit: contain;
  width: 40%;
}

.expertise-sec .exper-box h3,
.we-get-sec .get-box h5 {
  color: #000;
  font-size: 20px;
  margin-top: 20px;
  margin-bottom: 30px;
  font-weight: 600;
}

.exper-box p {
  margin-bottom: 0;
}

.themes-p {
  color: #000;
  font-size: 16px;
  line-height: 30px;
  margin-bottom: 20px;
  font-weight: 500;
  font-family: "Poppins", serif;
}
.ctspriccy :is(h2,h3){
   font-family: "Poppins", serif;
}
.themes-ul {
  font-size: 16px;
  line-height: 30px;
  padding: 10px 0;
  font-weight: 500;
  font-family: "Poppins", serif;
}

.expertise-sec .exper-box:hover,
.we-get-sec .get-box:hover,
ul.category-list li:hover {
  transform: scale(1.05);
}

.expertise-sec .exper-box,
.we-get-sec .get-box {
  display: grid;
  align-content: center;
  transition: 0.3s ease-in-out;
}

/* ???????????????? */

.faq-heading {
  font-size: 60px;
  font-weight: 700;
  margin: 0 0 30px;
  color: #393939;
  text-align: center;
}

.faqs .themes-p {
  color: #333;
  text-align: center;
  margin-bottom: 25px;
}

.faq-sec {
  padding: 0 60px 60px;
  border-radius: 30px;
  background-color: #fff;
  margin: 0;
  transition: 3.0 all ease-in-out;
}

.faqs .accordian li {
  border-top: 1px solid #ddd;
  margin-bottom: 0;
}

.faqs .accordian li h4 {
  margin-bottom: 20px;
  padding-left: 0;
  text-align: left;
  position: relative;
  cursor: pointer;
  font-size: 16px;
  font-weight: 600;
  letter-spacing: 0.5px;
  color: #000;
  line-height: normal;
  padding-top: 20px;
  border-radius: 5px;
  padding-bottom: 0;
  transition: 3.0 all ease-in-out;
}

.faqs .accordian li.active h4::after {
  color: #000;
  content: "_";
}

.faqs .accordian h4::after {
  content: "\2b";
  font-family: "Font Awesome 5 Pro";
  font-size: 25px;
  position: absolute;
  top: 15px;
  right: 15px;
  line-height: normal;
  font-weight: 600;
  transition: 0.3s ease-in-out;
  color: #ddd;
}

.contact-lst {
  display: flex;
  align-items: center;
  justify-content: flex-end;
  flex-wrap: wrap;
  gap: 10px;
}

.contact-lst li a span {
  vertical-align: middle;
  margin-right: 10px;
  display: inline-block;
}

.reviw-testi p {
  font-size: 18px;
  color: #333;
  line-height: 24px;
  font-weight: 500;
}

.star-name h6 {
  font-weight: 700;
  font-size: 24px;
  margin: 40px 0 10px;
}

.slick-dots li button:before {
  content: '.';
  font-size: 77px;
  font-weight: 800;
}

/* ????????????????? */
.footer-left,
.footer-right {
  height: 100%;
  padding: 35px 55px;
}

.footer-left {
  background-color: #000;
  border-top-left-radius: 15px;
  border-bottom-left-radius: 15px;
  text-align: center;
}

.footer-left h3 {
  color: #f6921e;
  font-size: 56px;
  line-height: 63px;
  font-weight: 700;
  margin-bottom: 65px;
}

.footer-left img+img {
  margin-top: 30px;
}

.footer-left ul {
  display: inline-flex;
  align-items: center;
  margin-top: 40px;
  gap: 70px;
}

.footer-left ul li img {
  width: 180px;
}

.footer-right {
  background-color: #f4f4f4;
  border-top-right-radius: 15px;
  border-bottom-right-radius: 15px;
}

.pl-0,
.px-0 {
  padding-left: 0 !important;
}

.pr-0,
.px-0 {
  padding-right: 0 !important;
}

.footer-right h4 {
  color: #333;
  font-size: 40px;
  line-height: 63px;
  font-weight: 700;
  margin-bottom: 35px;
}

.footer-form-input input,
.footer-form-input select,
.footer-form-textarea textarea {
  width: 100%;
  border: 1px solid #dfdfdf;
  color: #666;
  background-color: #fff;
}

.footer-form-input input {
  height: 45px;
  margin-bottom: 25px;
  padding: 0 15px;
}

.footer-form-textarea textarea {
  height: 80px;
  margin-bottom: 15px;
  font-family: "Sofia Pro";
  padding: 10px 15px;
}

.footer-form-submit input {
  width: 40%;
  margin: 15px auto 0;
  font-size: 24px;
  font-weight: 700;
  text-align: center;
  display: block;
  border-radius: 50px;
  border: 3px solid #30a9d7;
  color: #000;
  background: #fff;
}

.footer-form-sec .contact-lst {
  margin: 40px 0 0;
}

.footer-form-submit input {
  height: 54px;
}

.contact-lst {
  display: flex;
  align-items: center;
  justify-content: flex-end;
  flex-wrap: wrap;
  gap: 10px;
}

/* ???????????????? */

.overlay {
  background-color: rgba(0, 0, 0, .91);
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 11;
  display: none;
}

.popupMain.LoginPopup {
  width: 600px;
  height: max-content;
  padding-left: 0;
  overflow: hidden;
  padding: 35px;
}

#countdown,
.popupMain,
.side-bar-frm-head {
  margin: auto;
  bottom: 0;
}

.popupMain {
  position: fixed;
  top: 0;
  right: 0;
  left: 0;
  width: 808px;
  height: 600px;
  padding: 0;
  background: #fff;
  border-radius: 10px;
  z-index: 12;
  display: none;
}

.popupMain .closePop {
  position: absolute;
  right: 0;
  top: 3px;
  background: #000;
  color: #fff;
  width: 35px;
  height: 35px;
  border-radius: 25px;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 17px;
  font-weight: 600;
}

.popform-holder {
  float: none;
  width: 100%;
}

.popTxt h6,
.popTxt p span {
  color: #181818;
  font-weight: 700;
}

.popTxt h6 {
  font-size: 28px;
}

.popTxt p {
  font-family: Poppins;
  font-size: 23px;
  color: #000;
  font-weight: 500;
  margin-bottom: 20px;
  line-height: normal;
}

.popup-bdy .frmicon-box {
  width: 100%;
  border-radius: 5px;
  padding-bottom: 15px;
  position: relative;
}

.popup-bdy .frmicon-box input,
.popup-bdy .frmicon-box input input[type="tel"],
.popup-bdy .frmicon-box input input[type="text"] {
  background-color: rgb(245 245 245);
  border: none;
}

.popform-holder form input {
  width: 100%;
  border: 1px solid #d5d5d5;
  height: 52px;
  border-radius: 5px;
  padding: 0 15px;
  font-family: Poppins;
  font-weight: 500;
  color: #000;
}

.popform-holder form button.popup-btn {
  display: block;
  height: 49px;
  line-height: 41px;
  border-radius: 3px;
  border: 1px solid #30a9d7;
  font-size: 18px;
  font-family: Poppins;
  font-weight: 500;
  color: #fff;
  padding: 0 25px;
  background: #30a9d7;
  width: 100%;
  cursor: pointer;
  transition: .3s ease-in-out;
}

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

.main-content__checkmark {
  font-size: 9.75rem !important;
  line-height: 1 !important;
  background-image: -webkit-linear-gradient(90deg, #25a9e0 0, #004974 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
}

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

.start_live_chat {
  font-size: 20px;
  background-color: #004974;
  padding: 15px 35px;
  display: inline-block;
  border-radius: 50px;
  margin: 20px 0 0;
  color: #fff !important;
  line-height: 16px
}