body, h1, h2, h3, h4, h5, h6, p, ul, li {
  font-family: "Inter", sans-serif;
  margin: 0px;
  padding: 0px;
}

body {
  background: #F2F2F2 !important;
}

/* Reset CSS */

/* Box sizing border-box */
*, *::before, *::after {
  box-sizing: border-box;
  margin: 0;
  padding: 0;
}

/* Remove default list styles */
ul, ol {
  list-style: none;
}

/* Remove default link styling */
a {
  text-decoration: none;
  color: inherit;
}

/* Set images and media to be responsive */
img, video {
  max-width: 100%;
  height: auto;
  display: block;
}

/* Reset table borders */
table {
  border-collapse: collapse;
  border-spacing: 0;
}

/* Set default body font */
body {
  line-height: 1.5;
  color: #000;
}

/* Remove default button and input styles */
button, input, textarea, select {
  font: inherit;
  border: none;
  background: none;
  outline: none;
}

.header {
  width: 100%;
  position: absolute;
  left: 0;
  right: 0;
  top: 13px;
}

.header .row {
  align-items: center;
}

.logo img {
  width: 110px;
  filter: brightness(0) saturate(100%) invert(100%) sepia(14%) saturate(0%) hue-rotate(132deg) brightness(106%) contrast(101%);
}

.heaer_btn {
}

.heaer_btn a {
  color: #FFF;
  font-family: Inter;
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 26px; /* 162.5% */
  display: flex;
  align-items: center;
  justify-content: flex-end;
  gap: 7px;
  text-decoration: none;
}

.heaer_btn a strong {
  font-weight: 700;
}

.heaer_btn a span {
  background: #F7AE34;
  border-radius: 50%;
  color: #000;
  font-size: 21px;
  width: 40px;
  height: 39px;
  display: flex;
  align-items: center;
  justify-content: center;
}

.banner {
  background: url("../images/header_image.png");
  background-size: cover;
  width: 100%;
  height: 100vh;
  padding: 190px 0 0;
}

.banner_content {
  width: 100%;
  display: flex;
  flex-direction: column;
  gap: 15px;
}

.banner_content h5 {
  color: #FFF;
  font-family: "Inter 28pt";
  font-size: 32.173px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
}

.banner_content h1 {
  color: #FFF;
  font-family: "Playfair Display";
  font-size: 79.692px;
  font-style: normal;
  font-weight: 700;
  line-height: 78.355px; /* 115.89% */
  margin: 6px 0 6px 0;
}

.banner_content h2 {
  color: #FFF;
  font-family: "Playfair Display";
  font-size: 50px;
  font-style: normal;
  font-weight: 700;
  line-height: normal;
  margin: 0 0 8px 0;
}

.banner_content p {
  color: #FFF;
  font-family: Inter;
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 24px; /* 150% */
      max-width: 80%;
}

.banner_btn_bedges {
  display: flex;
  align-items: center;
  gap: 30px;
}

.banner_bedges {
  display: flex;
  gap: 8px;
  align-items: center;
}

a.btns_style_one {
  border-radius: 50px;
  background: #FFF;
  color: #217D90;
  font-family: "Inter";
  font-size: 18px;
  font-style: normal;
  font-weight: 700;
  line-height: 14px; /* 77.778% */
}

a.btns_style_two {
  border-radius: 50px;
  border: 1px solid #FFF;
  color: #FFF;
  font-family: "Inter";
  font-size: 18px;
  font-style: normal;
  font-weight: 700;
  line-height: 14px; /* 77.778% */
}

.btns_style a {
  padding: 13px 26px;
}

.btns_style {
  display: flex;
  gap: 14px;
  align-items: center;
  justify-content: center;
}

.testimonils {
  border-radius: 10px;
  background: rgb(9 37 43 / 46%);
  position: absolute;
  bottom: -80px;
  left: -80px;
  max-width: 103%;
}

.testimonils_items {
  border: 1px solid #ffffff70;
  border-radius: 15px;
  padding: 8px 5px;
}

.testimonils_head {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 10px 15px;
}

.testimonils_stars i {
  color: #FFCC00;
}

.testimonils_head h6 {
  color: #FFF;
  font-family: "Inter";
  font-size: 25px;
  font-style: normal;
  font-weight: 400;
  line-height: 24px; /* 96% */
  letter-spacing: -0.25px;
}

.testimonils_contnet {
  padding: 10px 15px;
}

.testimonils_contnet p {
  color: #FFF;
  font-family: Inter;
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 24px; /* 150% */
}

.banner_img {
  position: relative;
}

.banner_img img {
  min-width: 630px;
}

.publishing_platforms {
  background: #fff;
  padding: 10px 0;
  margin: 20px 0;
}

.platforms_wrapper_logos {
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 69px;
}

.about_service {
  width: 100%;
}

.form_about_sec_header {
  width: 100%;
}

.form_about_sec {
  border-radius: 10px;
  border: 1px solid #D0D0D0;
  background: #2B2B2B;
  padding: 30px 30px;
}

.form_about_sec h3 {
  color: #FFF;
  font-family: "Playfair Display", serif;
  font-size: 50px;
  font-style: normal;
  font-weight: 700;
  line-height: 50px; /* 80% */
  margin: 0 0 20px 0;
}

.form_about_sec p {
  color: #FFF;
  font-family: "Inter";
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 26px; /* 162.5% */
}

.form-field {
}

.form-field input {
  background: #fff;
  height: 50px;
  padding: 0 18px;
  width: 100%;
  margin: 0 0 12px 0;
}

.form-field button {
  border-radius: 50px;
  background: #F7AE34;
  width: 100%;
  color: #000;
  text-align: center;
  font-family: Inter;
  font-size: 18px;
  font-style: normal;
  font-weight: 700;
  line-height: 14px; /* 77.778% */
  padding: 14px 0;
  margin: 19px 0 0 0;
}

.form {
  margin: 18px 0 0 0;
}

.about_service_content {
  width: 100%;
}

.btns_style_two .btns_style_one {
  background: #217D90;
  color: #fff;
}

.btns_style_two .btns_style_two {
  border: 1px solid #000;
  color: #000;
}

.about_service_content {
  background: #fff;
  height: 100%;
  padding: 31px 40px;
}

.about_service_content h3 {
  color: #010506;
  font-family: "Playfair Display";
  font-size: 50px;
  font-style: normal;
  font-weight: 700;
  line-height: 55px; /* 110% */
}

.about_service_content p {
  color: #000;
  font-family: Inter;
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 24px; /* 150% */
  margin: 18px 0;
}

.call_to_actions {
  width: 100%;
  background: #fff;
  margin: 40px 0;
  padding: 80px 0;
}

.btns_style_three .btns_style_one {
  background: #F7AE34;
  color: #000;
}

.call_to_actions_wrapper {
  text-align: center;
  display: flex;
  flex-direction: column;
  gap: 13px;
  position: relative;
}

.btns_style_three .btns_style_two {
  border-radius: 50px;
  border: 1px solid #000;
  color: #000;
}

.call_to_actions h6 {
  color: #F7AE34;
  font-family: "Inter";
  font-size: 32.173px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
}

.call_to_actions h4 {
  color: #010506;
  text-align: center;
  font-family: "Playfair Display";
  font-size: 50px;
  font-style: normal;
  font-weight: 700;
  line-height: 55px; /* 110% */
}

.call_to_actions p {
  color: #000;
  text-align: center;
  font-family: Inter;
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 27px; /* 168.75% */
  max-width: 60%;
  margin: 0 auto;
}

.cta_img_before {
  position: absolute;
  left: -80px;
  bottom: -80px;
}

.cta_img_after {
  position: absolute;
  right: -110px;
  bottom: -79px;
}

.services_sections {
  width: 100%;
  background: #fff;
  padding: 50px  0px;
}

.service_wrapper {
  width: 100%;
}

.service_wrapper h3 {
  color: #010506;
  text-align: center;
  font-family: "Playfair Display";
  font-size: 50px;
  font-style: normal;
  font-weight: 700;
  line-height: 55px; /* 110% */
}

.services_boxes_wrapper {
  width: 100%;
  margin: 50px 0 0 0;
}

.servies_item {
  border-radius: 4.078px;
  border: 2.447px solid #081D21;
  background: #FCFCFC;
  height: 100%;
  padding: 34px 30px;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  gap: 20px;
}

.servies_item h4 {
  color: #010506;
  font-family: "Playfair Display";
  font-size: 30px;
  font-style: normal;
  font-weight: 700;
  line-height: 30px; /* 80% */
}

.servies_item p {
  color: #000;
  font-family: Poppins;
  font-size: 16.311px;
  font-style: normal;
  font-weight: 400;
  line-height: 24.466px; /* 150% */
}

.services_boxes_wrapper .row {
  gap: 23px 0px;
}

.porttfolio {
  width: 100%;
  background: url("../images/header_image.png");
  background-size: cover;
  background-position: center;
  padding: 60px 0 70px 0;
  margin: 22px 0 0 0;
}

.portfolio_heading_text {
  width: 100%;
  padding-bottom: 50px;
}

.portfolio_heading_text h3 {
  color: #FFF;
  text-align: center;
  font-family: "Playfair Display";
  font-size: 50px;
  font-style: normal;
  font-weight: 700;
  line-height: 55px; /* 110% */
  padding-bottom: 20px;
}

.portfolio_heading_text p {
  color: #FFF;
  text-align: center;
  font-family: Inter;
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 23px; /* 143.75% */
}

.portfolio_wrapper {
  width: 100%;
  margin: 20px 0 0;
}

.portfolio_wrapper .row {
  gap: 40px 0px;
}

.why_choose_us {
  width: 100%;
}

.why_choose_us {
  width: 100%;
  background: #fff;
  padding: 50px 0;
  margin: 23px 0;
}

.why_choose_wrapper {
  width: 100%;
}

.why_choose_us_img {
  width: 100%;
}

.why_choose_us_content {
  width: 100%;
  display: flex;
  flex-direction: column;
  gap: 22px;
}

.why_choose_us_content h3 {
  color: #010506;
  font-family: "Playfair Display";
  font-size: 50px;
  font-style: normal;
  font-weight: 700;
  line-height: 55px; /* 110% */
}

.why_choose_us_content p {
  color: #000;
  font-family: Inter;
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 23px; /* 143.75% */
}

.why_choose_us_content ul {
  list-style: none;
  margin: 0px;
  padding: 0px;
}

.why_choose_us_content ul li {
  color: #383838;
  font-family: "Inter";
  font-size: 16px;
  font-style: normal;
  font-weight: 500;
  line-height: 26px; /* 162.5% */
}

.why_choose_us_content ul li i {
  color: #217D90;
}

.why_choose_us_content .btns_style {
  justify-content: flex-start;
}

.platforms_publishing {
  width: 100%;
  background: #fff;
  padding: 40px 0;
}

.platforms_publishing_items_wrapper {
  display: flex;
  gap: 13px;
  justify-content: space-between;
  flex-wrap: wrap;
}

.platforms_publishing_items_wrapper ul {
  display: flex;
  justify-content: space-between;
  flex-direction: column;
  gap: 39px;
  border-right: 1px solid #ddd8d8;
  padding-right: 40px;
}

.publishing_platforms_side_img {
  width: 100%;
}

.testimonils_section {
  width: 100%;
  background: #D7EEFF;
}

.testimonils_sec_wwapper {
  width: 100%;
}

.testimonils_sec_wwapper {
  width: 100%;
}

.testimoils_se_slider_main {
  width: 100%;
  padding: 40px 0;
}

.testimoils_se_slider_items {
  width: 100%;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
}

.testimoils_se_slider_items img {
}

.testimoils_se_slider_items h3 {
  color: #010506;
  text-align: center;
  font-family: "Playfair Display";
  font-size: 50px;
  font-style: normal;
  font-weight: 700;
  line-height: 55px; /* 110% */
  margin: 11px 0 0 0;
}

.author_info {
  display: flex;
  align-items: center;
  margin: 22px 0 0 0;
  gap: 14px;
}

.author_info h4 {
  color: #303030;
  font-family: Inter;
  font-size: 20px;
  font-style: normal;
  font-weight: 500;
  line-height: 21px; /* 105% */
  letter-spacing: -0.8px;
}

.author_info h6 {
  color: #1E1E1E;
  font-family: Inter;
  font-size: 16px;
  font-style: normal;
  font-weight: 500;
  line-height: 21px; /* 131.25% */
  letter-spacing: -0.64px;
}
.footer__wrap{
  width: 100%;
  padding: 60px 0;
  margin: 30px 0;
  background-color: white;
}

.faqs_sec {
  width: 100%;
  margin-top: 30px;
  padding: 60px 0px;
      background-color: white;
}

.faqs_sec h3 {
  color: #010506;
  font-family: "Playfair Display";
  font-size: 50px;
  font-style: normal;
  font-weight: 700;
  line-height: 55px; /* 110% */
}
.faqs_sec .faq_tabs p  , .footer__wrap .ft__content .txt{
  color: #000;
  font-family: poppins;
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 23px; /* 143.75% */
  padding: 15px 0;
}
.faqs_sec .faq_tabs .accordion-button {
    font-size: 20px;
    font-family: 'Poppins';
    font-weight: 500;
    color: black !important;
    background-color: transparent;
}
.faqs_sec .faq_tabs .accordion {
    display: flex;
    flex-direction: column;
    gap: 10px;
}
.faqs_sec .faq_tabs .accordion p {
  padding: 0;
}
.faqs_sec .faq_tabs  .accordion-item {
  box-shadow: rgba(99, 99, 99, 0.2) 0px 2px 8px 0px;
}
.faqs_sec .faq_tabs .accordion-button:focus {
    border-color: transparent;
    box-shadow: none;
}
.query__form h5 {
      color: #010506;
    font-family: "Playfair Display";
    font-size: 50px;
    font-style: normal;
    font-weight: 700;
    line-height: 55px;
}


.query__form input , .query__form textarea {
    font-size: 16px;
    background-color: white;
    border: 1px solid black;
    border-radius: 5px;
    height: 50px;
    padding: 15px;
    width: 100%;
    margin-bottom: 10px;
}

.query__form .input__group {
    display: flex;
    gap: 10px;
    width: 100%;
}

.query__form textarea {
    width: 100%;
    height: 125px;
}

.query__form button {
    width: 100%;
    font-size: 16px;
    font-weight: 600;
    background-color: black;
    color: white;
    height: 50px;
    border-radius: 5px;
}

.query__form p {
    padding: 10px 0 15px 0;
}

.query__form {
    background-color: #F7AE34;
    padding: 30px 20px;
    border-radius: 5px;
}
.ft__content .ft-logo {
    max-width: 150px;
    filter: brightness(0) saturate(100%) invert(61%) sepia(96%) saturate(403%) hue-rotate(345deg) brightness(106%) contrast(94%);
}

.ft__content ul li a {
    display: flex;
    flex-direction: column;
}

.ft__content ul li a p {
    padding: 0 ;
    font-weight: 600 ;
    line-height: 18px;
}
.ft__content ul li a span {
     line-height: 18px;
}
.ft__content ul li a  {
  color: black;
}
.ft__content ul {
    display: flex;
    flex-direction: column;
    gap: 15px;
}
.ft__content h6 {
    font-size: 25px;
    padding: 20px 0 10px 0;
    font-family: "Playfair Display";
    color: black;
}
.copy__right {
    color: white;
    background: linear-gradient(90deg,rgba(0, 0, 0, 1) 0%, rgba(31, 119, 137, 1) 50%);
}

.copy__right ul {
    display: flex;
    justify-content: space-between;
    max-width: 1300px;
    margin: auto;
    padding: 20px;
}

.servies_item img {
    max-width: 63px;
}

.slick-dots li {
    padding: 10px;
    width: 10px;
    height: 10px;
    background-color: #fecc30;
    display: flex;
    align-items: center;
    justify-content: center;
}
.slick-dots li:active {
  background-color: #fecc30;
}
.slick-dots li.slick-active button:before {
  background-color: #d9d2b9;
  width: 10px;
  height: 10px;
}
.slick-dots li button:before,
.slick-dots li.slick-active button:before {
  color: transparent;
}

ul.slick-dots {
    display: flex ;
    justify-content: center;
    gap: 15px;
    margin-top: 20px;
}

.offer__tag {
    display: flex;
    justify-content: space-between;
    align-items: start;
}
li.slick-active {
    background-color: #5ecda3;
}