/*Main Css */
:root {
  --primary: #bd9c51;
  --secondary: #1c1c1c;
  --bg-light: #ffdecc;
  --bg-gray: #f4f9ff;
  --black: #000000;
  --white: #ffffff;
  --dark: #333333;

  --font-heading: "PlayfairDisplay", sans-serif;
  --font-accent: "OpenSans", sans-serif;
  --font-body: "OpenSans", sans-serif;

  --icon: "Font Awesome 6 Pro", sans-serif;
}
::selection {
  background: var(--primary);
  color: var(--secondary);
  text-shadow: none;
}

::-webkit-scrollbar {
  width: 5px;
  background-color: #f5f5f5;
}

::-webkit-scrollbar-button:start:decrement,
::-webkit-scrollbar-button:end:increment {
  display: none;
}

::-webkit-scrollbar-track-piece {
  -webkit-box-shadow: inset 0 0 6px rgba(0, 0, 0, 0.3);
  background-color: #fff;
}

::-webkit-scrollbar-thumb {
  border-radius: 10px;
  background-color: var(--primary);
}

/* Tabbing CSS */

[class^="box-"] {
  display: none;
}

[class^="box-"].showfirst {
  display: block;
}

body {
  font-family: var(--font-body);
  overflow-x: hidden;
  font-size: 16px;
  line-height: 1;
  color: #000000;
}
body.inner-header {
  padding-top: 100px;
}
h1,
h2,
h3,
h4,
h5,
h6 {
  display: block;
  font-weight: normal;
}

*:hover,
*:focus,
* {
  outline: none !important;
}

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

a,
input[type="submit"] {
  -webkit-transition: all 0.4s ease-In-out;
  -moz-transition: all 0.4s ease-In-out;
  -o-transition: all 0.4s ease-In-out;
  transition: all 0.4s ease-In-out;
  display: inline-block;
  cursor: pointer;
  text-decoration: none;
}

span {
  display: inline-block;
}

textarea,
select,
input[type],
textarea,
select,
button {
  font-family: var(--font-body);
  font-weight: 400;
}

::-webkit-input-placeholder {
  color: #a3a3a3;
  font-weight: 400;
}

::-moz-placeholder {
  color: #a3a3a3;
  font-weight: 400;
}

:-ms-input-placeholder {
  color: #a3a3a3;
  font-weight: 400;
}

:-moz-placeholder {
  color: #a3a3a3;
  font-weight: 400;
}

::-moz-placeholder {
  opacity: 1;
}

/* Padding Classes */
.pad-zero {
  padding: 0px;
}
.pad-l-zero {
  padding-left: 0px;
}
.pad-r-zero {
  padding-right: 0px;
}
.ovr-hiddn {
  overflow: hidden;
}
.overlay:after {
  content: "";
  position: fixed;
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
  background: rgba(0, 0, 0, 0.6);
  z-index: 1;
}
.overlay {
  display: none;
}
.overlay.active {
  display: block;
}

/* Heading Classes */
.hding-1 h1 {
  font-size: 75px;
  font-weight: 700;
  line-height: 75px;
}
.highlighted {
  color: #ff5e14;
}

/* Custom Slick Css */
.slick-list {
  margin: 0 -15px;
}
.slick-slide {
  margin: 0 15px;
}
.slick-dots {
  padding: 50px 0 0;
  text-align: center;
}
.slick-dots li {
  margin: 0 10px 0 0px;
  width: auto;
  display: inline-block;
  vertical-align: middle;
  overflow: hidden;
  padding: 0px;
  border: none;
}
.slick-dots li button:before,
.slick-dots li button:before {
  color: #fff;
  opacity: 1;
  font-size: 20px;
}
.slick-dots li button {
  height: 8px;
  width: 30px;
  border-radius: 100px;
  padding: 0px;
  background: #dddddd;
  border: none;
  cursor: pointer;
  font-size: 0px;
  padding: 0px;
  -webkit-transition: all 0.4s ease-In-out;
  -moz-transition: all 0.4s ease-In-out;
  -o-transition: all 0.4s ease-In-out;
  transition: all 0.4s ease-In-out;
  box-sizing: border-box;
}
.slick-dots li.slick-active button {
  background: #b6b9fc;
  width: 55px;
}

/*header css*/
header {
  -webkit-transition: all 0.4s ease-In-out;
  -moz-transition: all 0.4s ease-In-out;
  -o-transition: all 0.4s ease-In-out;
  transition: all 0.4s ease-In-out;
  width: 100%;
  position: relative;
  z-index: 2;
}
.header-info {
  background: var(--primary);
  padding: 10px 20px;
}
.header-info .link-wrapper {
  display: flex;
  align-items: center;
  gap: 25px;
}
.header-info .link-wrapper a {
  display: flex;
  align-items: center;
  gap: 10px;
  color: #fff;
  font-family: var(--font-body);
  font-size: 18px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
}
.header-info .link-wrapper a.chat-link {
  color: #000;
  font-weight: 700;
  letter-spacing: -0.9px;
}
.header-nav {
  background: var(--secondary);
  padding: 22px 24px;
}
.header-nav-inner {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.header-nav-wrapper {
  width: 41.66666667%;
}

/* Menu Css */
.menu {
  display: flex;
  align-items: center;
  gap: 20px;
}
.menu.right {
  justify-content: flex-end;
}
.menu li a {
  color: #fff;
  font-family: var(--font-body);
  font-size: 18px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
  padding-top: 10px;
  padding-bottom: 10px;
}
.menu li:hover > a,
.menu li.active > a:not(.header-btn) {
  color: var(--primary);
}
.menu li a.header-btn {
  background: var(--primary);
  padding: 10px 20px;
  border: 2px solid var(--primary);
  position: relative;
  z-index: 1;
  overflow: hidden;
  transition: all 0.6s ease-in-out;
}
.menu li a.header-btn::before {
  content: "";
  background: var(--secondary);
  width: 0%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  z-index: -1;
  transition: width 0.4s ease-in-out;
}
.menu li a.header-btn:hover {
  background: var(--secondary);
}
.menu li a.header-btn:hover::before {
  width: 100%;
}
.logo {
  width: 16.66666667%;
  position: absolute;
  top: 0;
  left: 50%;
  transform: translateX(-50%);
  text-align: center;
}

/* Hamburger Menu */
.menu-Bar {
  width: 30px;
  height: 20px;
  cursor: pointer;
  position: absolute;
  right: 15px;
  top: 0;
  bottom: 0px;
  margin: auto;
  z-index: 22;
  display: none;
}
.menu-Bar span {
  display: block;
  height: 4px;
  width: 100%;
  background: var(--primary);
  position: absolute;
  transition: 0.6s all;
  border-radius: 100px;
}
.menu-Bar span:nth-child(1) {
  top: 0;
}
.menu-Bar span:nth-child(2) {
  top: 8px;
  transform-origin: left;
}
.menu-Bar span:nth-child(3) {
  top: 16px;
}
.menu-Bar.open span:nth-child(1) {
  transform: rotate(45deg);
  top: 12px;
  transform-origin: right-center;
}
.menu-Bar.open span:nth-child(2) {
  width: 0;
  opacity: 0;
}
.menu-Bar.open span:nth-child(3) {
  transform: rotate(-45deg);
  top: 12px;
  transform-origin: right-center;
}

/* Menu Dropdown CSS */
.has-child {
  position: relative;
  z-index: 1;
}
.dropdown {
  position: absolute;
  background: #000;
  /* padding: 1rem; */
  border-radius: 5px;
  top: 100%;
  width: 100vw;
  max-width: 660px;
  box-shadow: 0 10px 20px rgb(0 0 0 / 10%), 0 6px 6px rgb(0 0 0 / 10%);
  display: none;
}
.dropdown-grid {
  width: 100%;
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(200px, 1fr));
  padding: 20px;
  row-gap: 20px;
  column-gap: 10px;
}

@keyframes slide {
  0% {
    height: 0;
  }
  100% {
    height: auto;
  }
}
.dropdown .dropdown {
  left: 100%;
  top: 0;
  padding: 10px;
}
.dropdown ul {
  display: flex;
  flex-direction: column;
  gap: 10px;
}
.dropdown ul li a {
  font-size: 14px;
  line-height: 1.4;
  color: #fff;
  padding: 0;
}
.dropdown ul li a b {
  font-size: 18px;
  font-weight: 700;
}
.dropdown li:not(:last-child) {
  /* border-bottom: 1px solid #ddd; */
}
.chev.rotate {
  transform: rotate(180deg);
}
.chev {
  transition: 0.5s ease;
  color: #707070;
  font-size: 16px;
}
/* Dropdown CSS*/

/* Main Banner CSS */
.mainBanner {
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  position: relative;
}
.banner-content {
  padding: 9.5rem 0 6rem;
}
.banner-content-box {
  background: var(--secondary);
  padding: 40px 60px;
  width: fit-content;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
}
.banner-subheading {
  color: #fff;
  text-align: center;
  font-family: var(--font-heading);
  font-size: 24px;
  font-style: normal;
  font-weight: 400;
  line-height: 1;
  margin-bottom: 20px;
}
.banner-heading {
  color: var(--primary);
  text-align: center;
  font-family: var(--font-heading);
  font-size: 64px;
  font-style: normal;
  font-weight: 500;
  line-height: 1.1;
  margin-bottom: 30px;
}
.banner-heading.sm {
  font-size: 52px;
}
.banner-text {
  color: #fff;
  text-align: center;
  font-family: var(--font-body);
  font-size: 18px;
  font-style: normal;
  font-weight: 400;
  line-height: 1.3;
  margin-bottom: 25px;
}

/* Theme Buttons */
.btn-wrap {
  display: flex;
  gap: 1rem;
  align-items: center;
  margin: 1rem 0;
}
.theme-btn {
  padding: 20px 30px;
  background: var(--primary);
  transition: 0.5s ease;
  border: 2px solid var(--primary);
  color: #fff;
  font-family: var(--font-body);
  font-size: 24px;
  font-style: normal;
  font-weight: 500;
  line-height: 1;
  letter-spacing: -1.2px;
  box-shadow: 0px 10px 12px 0px rgba(0, 0, 0, 0.16);
  backdrop-filter: blur(15px);
}
.theme-btn.secondary {
  background: #000;
  border: 2px solid #000;
}
.theme-btn.secondary.bordered {
  background: transparent;
  color: #000;
  border: 2px solid #000;
}
.theme-btn::before {
  content: "";
  background: var(--secondary);
  width: 0%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  z-index: -1;
  transition: width 0.4s ease-in-out;
}
.theme-btn.secondary::before {
  background: var(--primary);
}
.theme-btn:hover {
  transform: scale(1.03);
  background: var(--secondary);
  color: var(--primary);
}
.theme-btn.secondary:hover {
  background: var(--primary);
  color: #000;
}
.theme-btn:hover::before {
  width: 100%;
}
.chat-btn {
  display: flex;
  flex-direction: column;
  color: #101010;
  font-family: var(--font-heading);
  font-size: 30px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
  font-variant: all-small-caps;
}
.chat-btn span {
  font-family: var(--font-body);
  font-size: 14px;
  font-style: normal;
  font-weight: 500;
  line-height: normal;
  font-variant: all-small-caps;
}
.chat-btn:hover {
  color: var(--primary);
}
.bottom-para {
  color: #000;
  text-align: center;
  font-family: var(--font-body);
  font-size: 20px;
  font-style: normal;
  font-weight: 400;
  line-height: 1.5;
}
.bottom-para a {
  color: var(--primary);
  font-weight: 700;
}
/* Theme Buttons */

/* sections */
section {
  padding: 4rem 0;
  position: relative;
}
.sec-subheading {
  color: #000;
  text-align: center;
  font-family: var(--font-body);
  font-size: 20px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
  margin-bottom: 1rem;
}
.sec-heading {
  color: #000;
  text-align: center;
  font-family: var(--font-heading);
  font-size: 66px;
  font-style: normal;
  font-weight: 400;
  line-height: 1;
  margin-bottom: 1.5rem;
}
.sec-para {
  color: #000;
  text-align: center;
  font-family: var(--font-body);
  font-size: 18px;
  font-style: normal;
  font-weight: 400;
  line-height: 1.3;
  margin-bottom: 1.5rem;
}
/* sections */

/* info-sec */
.info-sec {
  padding: 6rem 0;
}
.info-sec .sec-subheading {
  text-align: left;
  font-weight: 600;
  margin-bottom: 1rem;
}
.info-sec .sec-subheading.lg {
  font-size: 30px;
  font-weight: 500;
  font-family: var(--font-heading);
}
.info-sec .sec-heading {
  text-align: left;
  font-weight: 600;
  line-height: 1;
  margin-bottom: 1.875rem;
}
.info-sec .sec-para {
  text-align: left;
  font-weight: 400;
  line-height: 1.5;
  color: #333;
}

/* book-services-sec */
.book-services-sec {
  background: #e8e0cd;
}
.book-service-card {
  padding: 40px 30px;
  background: #fff;
  height: 100%;
  transition: all 0.3s ease-in-out;
  box-shadow: 14px 281px 79px 0px rgba(0, 0, 0, 0),
    9px 180px 72px 0px rgba(0, 0, 0, 0.01),
    5px 101px 61px 0px rgba(0, 0, 0, 0.05),
    2px 45px 45px 0px rgba(0, 0, 0, 0.09), 1px 11px 25px 0px rgba(0, 0, 0, 0.1);
}
.book-service-card.service-card {
  display: flex;
  flex-direction: column;
  justify-content: center;
}
.book-service-card:hover {
  transform: scale(1.03);
}
.book-service-card img {
  margin-bottom: 40px;
}
.book-service-card .number {
  height: 90px;
  width: 90px;
  background: var(--primary);
  display: flex;
  justify-content: center;
  align-items: center;
  color: #fff;
  font-family: var(--font-heading);
  font-size: 50px;
  font-style: normal;
  font-weight: 500;
  line-height: 0.6;
  margin-bottom: 1.5rem;
}
.book-service-card h4 {
  color: var(--primary);
  font-family: var(--font-heading);
  font-size: 30px;
  font-style: normal;
  font-weight: 700;
  line-height: 1;
  margin-bottom: 18px;
}
.book-service-card.service-card h4 {
  text-align: center;
}
.book-service-card p {
  color: #000;
  font-family: var(--font-body);
  font-size: 18px;
  font-style: normal;
  font-weight: 400;
  line-height: 1.5;
}
.book-service-card.service-card p {
  text-align: center;
  margin-bottom: 20px;
}
.book-service-card.service-card .theme-btn {
  width: fit-content;
  margin: 0 auto;
  padding: 10px 20px;
}

/* cta-sec */
.cta-sec {
  background: url("../images/cta-bg.webp");
  background-size: cover;
  background-position: center;
}
.cta-heading {
  color: #fff;
  text-align: center;
  font-family: var(--font-heading);
  font-size: 66px;
  font-style: normal;
  font-weight: 400;
  line-height: 1;
  margin-bottom: 70px;
}
.cta-sec .stats-wrapper {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(250px, 1fr));
  gap: 1.5rem;
}
.cta-sec .counter {
  display: flex;
  gap: 35px;
}
.cta-sec .counter img {
  object-fit: contain;
  width: 50px;
  height: 50px;
}
.cta-sec .counter div {
  display: flex;
  flex-direction: column;
  gap: 28px;
  margin-top: -10px;
}
.cta-sec .counter div h2 {
  color: #fedf89;
  font-family: var(--font-heading);
  font-size: 80px;
  font-style: normal;
  font-weight: 600;
  line-height: 0.6;
  margin-bottom: 20px;
}
.cta-sec .counter div .text {
  color: #fff;
  font-family: var(--font-body);
  font-size: 20px;
  font-style: normal;
  font-weight: 400;
  line-height: 1.2;
}

/* book-category-sec */
.book-category-sec {
  background: #f9f9f9;
}
.book-category-card {
  display: flex;
  flex-direction: column;
  height: 100%;
  background: #e8e0cd;
  transition: all 0.3s ease-in-out;
}
.book-category-card:hover {
  transform: translate(-10px, -10px);
  box-shadow: 10px 10px 0 #333;
}
.book-category-card img {
  width: 100%;
  height: auto;
  object-fit: cover;
}
.book-category-card h4 {
  color: #000;
  text-align: center;
  font-family: var(--font-heading);
  font-size: 32px;
  font-style: normal;
  font-weight: 700;
  line-height: 1;
  padding: 56px 24px;
}

/* book-portfolio */
.book-portfolio-grid {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(240px, 1fr));
  gap: 15px;
  margin-top: 3rem;
}
.book-portfolio-card {
  background: #e8e0cd;
  padding: 20px;
  display: flex;
  flex-direction: column;
  justify-content: center;
  gap: 20px;
}
.book-portfolio-card a {
  /* width: 100%; */
  /* height: auto; */
  margin: 0 auto;
}
.book-portfolio-card p {
  color: #000;
  text-align: center;
  font-family: var(--font-heading);
  font-size: 20px;
  font-style: normal;
  font-weight: 400;
  line-height: 1;
}

/* testimonial-sec */
.testimonial-sec {
  background: #f9f9f9;
  padding: 6rem 0;
}
.testimonial-slider {
  position: relative;
}
.testimonial-slide {
  background: var(--primary);
  padding: 60px 80px;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
}
.testimonial-slide p {
  color: #fff;
  text-align: center;
  font-family: var(--font-heading);
  font-size: 24px;
  font-style: italic;
  font-weight: 700;
  line-height: 1.45;
}
.testimonial-slider .testimonial-arrow {
  width: 58px;
  height: 58px;
  background: #000;
  display: flex;
  justify-content: center;
  align-items: center;
  font-size: 40px;
  color: #fff;
  position: absolute;
  top: 40%;
}
.testimonial-slider .testimonial-arrow:active,
.testimonial-slider .testimonial-arrow:hover {
  background: var(--primary);
}
.testimonial-slider .testimonial-arrow.left {
  left: -5rem;
}
.testimonial-slider .testimonial-arrow.right {
  right: -5rem;
}
.testimonial-slider::before {
  content: "";
  width: 140px;
  height: 140px;
  background: url("../images/icons/test-quot-left.webp");
  background-size: contain;
  background-position: center;
  background-repeat: no-repeat;
  position: absolute;
  top: -45%;
  left: -5rem;
}
.testimonial-slider::after {
  content: "";
  width: 140px;
  height: 140px;
  background: url("../images/icons/test-quot-right.webp");
  background-size: contain;
  background-position: center;
  background-repeat: no-repeat;
  position: absolute;
  bottom: -15%;
  right: -10rem;
}

/* bbb-sec */
.bbb-sec .sec-subheading {
  font-size: 20px;
  margin-bottom: 0.5rem;
}
.bbb-sec .sec-heading {
  font-size: 42px;
  margin-bottom: 1rem;
}
.bbb-sec .sec-para {
  margin-bottom: 1rem;
}
.bbb-sec-card {
  background: #fff;
  box-shadow: 0 0 14px 0 rgba(0, 0, 0, 0.1);
  padding: 24px 20px;
  height: 100%;
  transition: all 0.3s ease-in-out;
}
.bbb-sec-card:hover {
  transform: scale(1.03);
}
.bbb-sec-card h2 {
  color: #000;
  font-family: var(--font-heading);
  font-size: 22px;
  font-style: normal;
  font-weight: 600;
  line-height: 1.2;
  margin: 0.5rem 0;
}
.bbb-sec-card p {
  color: #333;
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 1.5;
}
.bbb-sec-card b {
  color: #333;
  font-size: 16px;
  font-style: normal;
  font-weight: 700;
  line-height: 1.5;
  display: block;
  margin: 0.25rem 0;
}
.bbb-sec-card a {
  color: var(--primary);
}

/* amazon-form */
.form-container {
  background: #1c1c1c;
  padding: 20px;
}
.form-container h1 {
  color: #fff;
  font-family: var(--font-heading);
  font-size: 38px;
  font-style: normal;
  font-weight: 400;
  line-height: 1.1;
}
.form-container h1 small {
  font-size: 27px;
}
.form-container h1 span {
  color: var(--primary);
}
.form-container form {
  margin-top: 1rem;
}
.form-container input {
  width: 100%;
  padding: 15px 20px;
  margin-bottom: 0.5rem;
}

/* categories-sec */
.categories-container {
  display: flex;
  flex-wrap: wrap;
  gap: 38px;
  margin: 2rem 0;
}
.category-card {
  flex: 1;
  border-radius: 10px;
  border: 1px solid #ccc;
  background: #fff;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  gap: 22px;
  padding: 30px;
  /* max-width: 240px; */
  max-width: 100%;
}
.category-card div {
  display: flex;
  align-items: center;
  gap: 10px;
}
.category-card div p {
  text-align: center;
  font-size: 20px;
  font-family: var(--font-heading);
  font-weight: 500;
}
.category-card img {
  height: 100%;
  width: 100%;
  max-width: 95px;
  max-height: 95px;
  object-fit: contain;
}
.category-card span {
  color: var(--primary);
  font-family: var(--font-body);
  font-size: 18px;
  font-style: normal;
  font-weight: 400;
  line-height: 1;
  padding-right: 10px;
  border-right: 1.5px solid #999;
}

/* pricing-cta */
.pricing-cta {
  width: 100%;
  height: fit-content;
  background: #fff1d2;
  padding: 3rem 0.75rem;
  display: flex;
  flex-direction: column;
}
.pricing-cta b {
  font-weight: 700;
}

/* Faq */
.faq-heading {
  color: #000;
  font-family: var(--font-heading);
  font-size: 40px;
  font-style: normal;
  font-weight: 300;
  line-height: 1.2;
  margin-bottom: 40px;
}
.accordion-list {
  position: relative;
}
.accordion-list li {
  cursor: pointer;
  width: 100%;
  margin: 0 auto;
  border-bottom: 1px solid #ddd;
}
ul.accordion-list li span {
  display: flex;
  position: relative;
}
.accordion-list li h3 {
  color: #000;
  font-family: var(--font-heading);
  font-size: 26px;
  font-style: normal;
  font-weight: 500;
  line-height: normal;
  padding: 30px 30px 30px 25px;
  width: 100%;
}
ul.accordion-list li h3:after {
  content: "\f078";
  font-family: "Font Awesome 5 Pro";
  position: absolute;
  right: 15px;
  color: #111111;
  transition: all 0.3s ease-in-out;
  font-size: 20px;
  font-weight: 600;
  top: 40px;
}
.accordion-list li.active h4::after {
  color: #9ca3af;
  content: "\f077";
}
ul.accordion-list li.active h3:after {
  content: "\f077";
}
ul.accordion-list li.active h3 {
  border: 1px solid #efefef;
  background: #fff;
  box-shadow: 0px 12px 30px 0px rgba(0, 0, 0, 0.15);
}
.answer p {
  padding: 40px;
  color: #666;
  font-family: var(--font-body);
  font-size: 18px;
  font-style: normal;
  font-weight: 400;
  line-height: 1.7;
}
.answer p span {
  color: var(--primary);
  font-weight: 700;
}

/* about-info-sec */
.about-info-sec {
  padding: 6rem 0 0;
}
.about-info-sec .container {
  background: #fff1d2;
  padding: 24px;
  margin-bottom: 6rem;
}
.about-info-sec .about-info {
  padding: 20px;
}
.about-info-sec .about-subheading {
  color: #000;
  font-family: var(--font-heading);
  font-size: 20px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
  margin-bottom: 15px;
}
.about-info-sec .about-heading {
  color: var(--primary);
  font-family: var(--font-heading);
  font-size: 66px;
  font-style: normal;
  font-weight: 400;
  line-height: 1;
  margin-bottom: 30px;
}
.about-info-sec .about-text {
  color: #333;
  font-family: var(--font-body);
  font-size: 18px;
  font-style: normal;
  font-weight: 400;
  line-height: 1.5;
  margin-bottom: 30px;
}

/* author-sec */
.author-container {
  background: #fff1d2;
  padding: 90px 30px;
}
.author-subheading {
  color: #000;
  font-size: 20px;
  font-style: normal;
  font-weight: 600;
  line-height: normal;
  margin-bottom: 1rem;
}
.author-heading {
  color: #000;
  font-family: var(--font-heading);
  font-size: 66px;
  font-style: normal;
  font-weight: 600;
  line-height: 1;
  max-width: 90%;
  margin-bottom: 2rem;
}
.author-list {
  display: flex;
  flex-direction: column;
  gap: 12px;
}
.author-list li {
  color: #333;
  font-size: 18px;
  font-style: normal;
  font-weight: 400;
  line-height: 1.5;
  position: relative;
  padding-left: 24px;
}
.author-list li::before {
  content: "";
  background-image: url("../images/icons/author-icon.webp");
  background-position: center;
  background-repeat: no-repeat;
  background-size: contain;
  width: 16px;
  height: 25px;
  position: absolute;
  top: 0;
  left: 0;
}

/* ourwork */
.ourwork-nav {
  display: flex;
  flex-direction: column;
}
.ourwork-nav li {
  border-bottom: 1px solid #000;
  border-right: 1px solid #000;
  border-left: 1px solid #000;
  padding: 20px;
  display: flex;
  justify-content: center;
  align-items: center;
  color: #000;
  font-family: var(--font-body);
  font-size: 20px;
  font-style: normal;
  font-weight: 500;
  line-height: 1.4;
  text-align: center;
  cursor: pointer;
}
.ourwork-nav li:hover,
.ourwork-nav li.active {
  background: var(--primary);
  color: #fff;
}
.ourwork-nav li:first-child {
  border-top: 1px solid #000;
}
.ourwork-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 50px;
}

/* contact-info-sec */
.contact-info-sec {
  display: flex;
  flex-direction: column;
}
.contact-info-sec h1 {
  color: #333;
  font-family: var(--font-heading);
  font-size: 50px;
  font-style: normal;
  font-weight: 400;
  line-height: 1.2;
  margin-bottom: 10px;
}
.contact-info-sec h2 {
  color: #333;
  font-family: var(--font-heading);
  font-size: 30px;
  font-style: normal;
  font-weight: 400;
  line-height: 1.2;
  margin-top: 30px;
}
.contact-info-sec p,
.contact-info-sec a {
  color: #0b0b0b;
  font-family: var(--font-body);
  font-size: 20px;
  font-style: normal;
  font-weight: 500;
  line-height: 1.5;
  margin-top: 10px;
  width: fit-content;
}
.contact-info-sec a:hover {
  color: var(--primary);
}
.contact-info-sec .contact-review {
  margin-top: 10rem;
  display: flex;
  align-items: center;
  gap: 20px;
  flex-wrap: wrap;
}
.contact-form-sec {
  display: flex;
  flex-direction: column;
}
.contact-form-sec h1 {
  color: #333;
  font-family: var(--font-heading);
  font-size: 66px;
  font-style: normal;
  font-weight: 400;
  line-height: 1.06;
  margin-bottom: 28px;
}
.contact-form-sec p {
  color: #333;
  font-family: var(--font-body);
  font-size: 18px;
  font-style: normal;
  font-weight: 400;
  line-height: 1.3;
}
.contact-form {
  margin-top: 40px;
}
.contact-form input,
.contact-form textarea {
  width: 100%;
  padding: 15px 25px;
  border-radius: 5px;
  border: 1px solid #e6e6e6;
  background: #fff;
  color: #333;
  font-family: var(--font-body);
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
}

/* footer-cta */
.footer-cta {
  background: #fff1d2;
  padding: 6rem 0;
}
.footer-cta-content {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
}
.footer-cta-heading {
  color: #000;
  text-align: center;
  font-family: var(--font-heading);
  font-size: 60px;
  font-style: normal;
  font-weight: 400;
  line-height: 0.9;
}
.footer-cta-para {
  color: #111;
  text-align: center;
  font-family: var(--font-body);
  font-size: 24px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
  margin: 26px 0;
}
.footer-cta .theme-btn {
  min-width: fit-content;
  width: 70%;
  display: flex;
  justify-content: center;
  align-items: center;
  margin-bottom: 30px;
}
.footer-cta .bottom-info {
  display: flex;
  align-items: center;
  justify-content: center;
  flex-wrap: wrap;
  gap: 30px;
}
.footer-cta .bottom-info p {
  color: #000;
  text-align: center;
  font-family: var(--font-body);
  font-size: 20px;
  font-style: normal;
  font-weight: 400;
  line-height: 1.5;
}
.footer-cta .bottom-info p a {
  color: var(--primary);
  font-weight: 700;
}
.footer-cta .bottom-info > a {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 10px;
  color: #333;
  font-family: var(--font-body);
  font-size: 16px;
  font-style: normal;
  font-weight: 700;
  line-height: 1;
}

/* footer */
footer {
  background: #1c1c1c;
  padding: 1.5rem 0 2rem;
}
footer .footer-logo-sec {
  display: flex;
  flex-direction: column;
  gap: 1rem;
}
footer .footer-logo-sec a,
footer .footer-logo-sec p {
  color: #fff;
  font-family: var(--font-body);
  font-size: 14px;
  font-style: normal;
  font-weight: 600;
  line-height: 1.1;
  letter-spacing: 0.1px;
}
footer .footer-logo-sec a:hover {
  color: var(--primary);
}
footer .footer-nav-sec {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(150px, 1fr));
  gap: 20px;
  margin-top: 3.2rem;
}
footer .footer-nav-sec ul {
  display: flex;
  flex-direction: column;
  gap: 10px;
}
footer .footer-nav-sec ul li a {
  color: #fff;
  font-family: var(--font-body);
  font-size: 14px;
  font-style: normal;
  font-weight: 400;
  line-height: 1.4;
  letter-spacing: 0.25px;
}
footer .footer-nav-sec ul li a:hover {
  color: var(--primary);
}
footer .footer-nav-sec ul li a.heading {
  font-family: var(--font-body);
  font-size: 16px;
  font-weight: 700;
  line-height: 1.12;
  letter-spacing: 0.15px;
  margin-bottom: 10px;
}
footer .footer-nav-links {
  display: flex;
  justify-content: space-between;
  align-items: center;
  gap: 20px;
  flex-wrap: wrap;
  margin-top: 2rem;
}
footer .footer-nav-links div {
  display: flex;
  align-items: center;
  gap: 50px;
}
footer .footer-nav-links div:last-child {
  gap: 10px;
}
footer .footer-nav-links div a {
  color: #fff;
  text-align: center;
  font-family: var(--font-body);
  font-size: 14px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
  letter-spacing: 0.15px;
}
footer .footer-nav-links div a.social-link {
  border: 1px solid #f45a28;
  display: flex;
  align-items: center;
  justify-content: center;
  align-self: center;
  border-radius: 50%;
  color: #fff;
  font-size: 12px;
  width: 22px;
  height: 22px;
}
footer .footer-nav-links div a.social-link:hover {
  background: #f45a28;
}
footer .footer-review {
  margin-top: 28px;
  width: 100%;
  display: flex;
  justify-content: flex-end;
}
footer .copyright {
  width: 100%;
  padding: 20px 0 0;
  margin-top: 2rem;
  border-top: 1px solid #ffffff33;
  display: flex;
  align-items: center;
  justify-content: center;
}
footer .copyright p {
  color: #adadad;
  font-family: var(--font-body);
  font-size: 14px;
  font-style: normal;
  font-weight: 600;
  line-height: 1.2;
}
/* footer */

/* popup */

.overlay {
  background-color: rgb(197 197 197 / 32%);
  bottom: 0;
  left: 0;
  position: fixed;
  right: 0;
  top: 0;
  z-index: 9999999;
  display: none;
  backdrop-filter: blur(10px);
}

.popupmain {
  position: fixed;
  top: 50%;
  transform: translateY(-50%);
  left: 0;
  right: 0;
  margin: auto;
  width: 1100px;
  background: #fff;

  z-index: 9999999;
  overflow: hidden;
  display: none;
  border-radius: 35px;
  max-width: 97%;
  max-height: 95vh;
  overflow-y: auto;
}
.mmpopup {
  text-align: center;
  background: var(--secondary);
  padding: 10px;
}
.form-sec {
  padding: 20px 10px !important;
}
.mmpopup .formpop {
  width: 100%;
  margin: 24px auto;
}

.mmpopup .formpop form {
  display: flex;
  flex-direction: column;
  gap: 1rem;
}

.mmpopup .fld-input {
  height: 55px;
  width: 100%;
  /* margin-bottom: 9px; */
  border-radius: 10px;
  margin-bottom: 0;
  border: 1px solid #d1d5db;
  overflow: hidden;
  /* background: white !important; */
  border: 1px solid #dad9d9;
  border-radius: 6px;
}

.mmpopup .centercont h3 {
  font-size: 38px;
  color: #141515;
  margin-bottom: 10px;
}

.mmpopup .centercont h4 {
  font-size: 20px;
  color: #566060;
  margin-bottom: 15px;
}

.mmpopup .centercont h4 span {
  color: #86cb92;
}

.mmpopup .centercont h4 span span {
  display: none;
}

.mmpopup .centercont p {
  color: #333;
  font-size: 14px;
  margin-bottom: 120px;
  line-height: 20px;
}

.closeico {
  position: absolute;
  top: 15px;
  right: 20px;
  z-index: 9999;
  width: 35px;
  height: 35px;
  display: flex;
  align-items: center;
  justify-content: center;
  background: #f3f4f6;
  border-radius: 100px;
}

.closeico i {
  background: url(https://markfortify.com/lp4/assets/images/e-remove.png)
    no-repeat;
  width: 16px;
  height: 16px;
  display: block;
}

.closeico1 {
  position: absolute;
  top: 15px;
  right: 20px;
  z-index: 9999;
}

.closeico1 i {
  background: url(https://markfortify.com/lp4/assets/images/e-remove.png)
    no-repeat;
  width: 16px;
  height: 16px;
  display: block;
}

.mmpopup .centercont ul {
  margin-bottom: 30px;
  display: inline-block;
  vertical-align: middle;
  text-align: left;
  padding: 27px 49px 27px 24px;
  background: #fff;
  border-radius: 10px;
  margin-right: 20px;
}

.mmpopup .centercont ul li {
  display: block;
  font-size: 15px;
  color: #000;
  padding-bottom: 12px;
}

.mmpopup .centercont ul li.last {
  padding-bottom: 0;
}

.mmpopup .centercont ul li i {
  color: #ff533e;
  border: 1px solid;
  border-radius: 100px;
  margin-right: 8px;
  font-size: 10px;
  padding: 3px;
}

.mmpopup .centercont h4 {
  font-size: 35px;
  color: #fff;
}

.mmpopup .centercont h3 {
  color: #fff;
  text-align: center;
  font-size: 40px;
  font-style: normal;
  font-weight: 400;
  line-height: 1.2;
}
.mmpopup .centercont h3 b {
  font-weight: 700;
  color: var(--primary);
}
.mmpopup .centercont h3 span {
  color: #fff;
  text-align: center;
  font-size: 45px;
  font-style: normal;
  font-weight: 400;
  line-height: 46px;
}
.centercont p {
  margin: auto;
  display: block;
  position: relative;
  font-size: 18px !important;
  font-style: normal;
  font-weight: 400;
  line-height: 30px !important;
  color: #ffffff !important;
  margin-bottom: 0 !important;
}
.mmpopup .centercont h4 span {
  font-weight: 700;
  color: var(--primary);
  font-size: 60px;
}

.fld-input {
  border-style: solid;
  border-width: 1px;
  border-color: rgb(218 217 217);
  border-radius: 5px;
  background-color: #fff;
  width: 354px;
  height: 66px;
  margin-bottom: 20px;
}

.fld-input input {
  width: 100%;
  height: 100%;
  padding: 0 24px;
  font-size: 16px;
  letter-spacing: 0.2px;
  background: transparent;
  border: 0 !important;
  outline: 0 !important;
  box-shadow: none;
}

.fld-input input::placeholder {
  color: #737373;
  font-weight: 400;
}

.fld-btn button {
  border-radius: 5px;
  background-color: var(--primary);
  width: 100%;
  color: #000;
  font-size: 30px;
  font-weight: 600;
  letter-spacing: 0.2px;
  cursor: poRoboto;
  transition: 0.5s;
  padding: 15.5px;
  cursor: pointer;
  border: 0;
}

.fld-btn button i {
  padding-left: 12px;
}

.fld-btn button:hover {
  transform: scale(1.03);
}

.cust-row {
  grid-template-columns: repeat(2, 1fr);
  display: grid;
  align-items: center;
}

.cust-row .img-sec {
  background: url(../images/popup.webp) no-repeat;
  padding: 20px 0 20px 15px;
  display: flex;
  height: auto;
  align-items: end;
  justify-content: center;
  background-position: center left;
  background-repeat: no-repeat;
  background-size: contain;
  height: 100%;
}
.cust-row .content-sec {
  background: linear-gradient(152.72deg, #bd9c4e 0.24%, #ca9b2b 99.76%);
  border-radius: 35px;
  padding: 18px;
  display: flex;
  flex-direction: column;
}
.cust-row .content-sec h1 {
  font-family: var(--font-body);
  font-size: 50px;
  font-weight: 600;
  color: #fff;
  text-align: center;
  line-height: 1.1;
  padding-bottom: 20px;
  margin-bottom: 20px;
  border-bottom: 1px solid #ffffff80;
}
.cust-row .book-ticker {
  border-radius: 20px;
  background: rgba(255, 255, 255, 0.15);
  padding: 10px;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  gap: 5px;
  margin-bottom: 14px;
}
.cust-row .book-ticker span {
  color: #fcfcfc;
  font-size: 42px;
  font-style: normal;
  font-weight: 700;
  line-height: normal;
  letter-spacing: -0.843px;
}
.cust-row .book-ticker p {
  color: #fcfcfc;
  font-size: 20px;
  font-style: normal;
  font-weight: 400;
  line-height: 1.33;
  letter-spacing: -0.399px;
}
.cust-row .bbb-card {
  border-radius: 20px;
  background: rgba(255, 255, 255, 0.15);
  padding: 10px;
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 20px;
  margin-bottom: 14px;
}
.cust-row .bbb-card div {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  gap: 5px;
}
.cust-row .bbb-card div h6 {
  color: #fcfcfc;
  font-size: 24px;
  font-style: normal;
  font-weight: 700;
  line-height: 1;
}
.cust-row .bbb-card div span {
  color: #fcfcfc;
  font-size: 18px;
  font-style: normal;
  font-weight: 400;
  line-height: 1.3;
}
.cust-row .trustpilot-card {
  border-radius: 20px;
  background: rgba(255, 255, 255, 0.15);
  padding: 10px;
  display: flex;
  justify-content: center;
  align-items: center;
  margin-bottom: 14px;
}
.cust-row .bbb-popup-img {
  width: 100%;
  object-fit: cover;
  border-radius: 20px;
}

.form-sec2 {
  padding: 45px 10px 0;
  background: var(--secondary);
  display: flex;
  flex-direction: column;
  justify-content: center;
}

.cust-row .img-sec .testi {
  backdrop-filter: blur(7px);
  font-weight: 400;
  font-size: 18px;
  line-height: normal;
  color: #ffffff;
  padding: 12.83px;
  border-radius: 30px;
  border: 1px solid #fff;
  background: rgba(255, 255, 255, 0.2);
  width: 394px;
  /* margin: 0 auto 3rem; */
}

.cust-row .img-sec .testi .stars {
  display: block;
}

.accent-color {
  color: var(--primary);
}

hr.horizontal {
  width: 80px;
  margin: 1rem auto 0;
  /* border-color: #03361B; */
  opacity: 1;
  color: var(--primary);
  height: 1.5px;
  border-radius: 100px;
}
.cust-row .img-sec .testi strong {
  color: #fedf89;
  font-weight: 700;
}

.call-del p {
  color: #fff;

  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
}

.call-del a {
  font-weight: 700;
  color: #fff;
}

.call-del a.chat-btn {
  border-radius: 35px;
  border: 3px solid #f45a28;
  padding: 8px 16px;
  color: #fff;

  font-size: 18px !important;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
}

.call-del {
  display: flex;
  align-items: center;
  gap: 10px;
  justify-content: center;
}
.centercont p strong {
  color: var(--primary);
  font-weight: 600;
}
/* popup */

/* packages */
.package {
  border-radius: 20px;
  border: 1px solid #d9d9d9;
  background: #fff;
  box-shadow: 0px 12px 35.7px 0px rgba(72, 55, 255, 0.02);
  height: 100%;
  display: flex;
  flex-direction: column;
}
.package .upper {
  border-radius: 20px 20px 0px 0px;
  background: var(--primary);
  box-shadow: 0px 12px 35.7px 0px rgba(72, 55, 255, 0.02);
  display: flex;
  justify-content: center;
  align-items: center;
  padding: 20px 10px;
}
.package-title {
  color: #fff;
  font-family: var(--font-heading);
  font-size: 22px;
  font-style: normal;
  font-weight: 600;
  line-height: normal;
  letter-spacing: 0.3px;
  text-align: center;
}
.package .bottom {
  padding: 20px 32px 26px;
  display: flex;
  flex-direction: column;
  height: 100%;
}
.package-price {
  color: var(--primary);
  text-align: center;
  font-family: var(
  --font-heading);
  font-size: 44px;
  font-style: normal;
  font-weight: 700;
  line-height: normal;
  letter-spacing: 0.44px;
  padding-bottom: 20px;
  border-bottom: 1px solid #d9d9d9;
  margin-bottom: 26px;
}
.package-price small {
  font-size: 24px;
  padding-left: 8px;
  font-weight: 500;
  color: #232323;
}
.package-list-title {
  color: #171717;
  font-family: var(--font-heading);
  font-size: 20px;
  font-style: normal;
  font-weight: 600;
  line-height: normal;
  letter-spacing: 0.24px;
  margin-bottom: 1rem;
}
.package-list-para {
  color: #5b5b5b;
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 1.4;
  margin-bottom: 15px;
}
.package-list-desc {
  color: #353535;
  font-size: 16px;
  font-style: italic;
  font-weight: 400;
  line-height: 1.4;
  margin-bottom: 2rem;
}
.package-list {
  display: flex;
  flex-direction: column;
  gap: 10px;
  height: 220px;
  overflow-y: auto;
  margin-bottom: 1rem;
}
.package-list li {
  color: #171717;
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
  letter-spacing: 0.18px;
  padding-left: 24px;
  position: relative;
}
.package-list li::before {
  content: "\f058";
  font-family: "Font Awesome 5 Pro";
  position: absolute;
  top: 3px;
  left: 0;
  color: var(--primary);
  font-weight: 700;
}
.package .btn-wrap {
  margin: auto 0 0;
}
.package-cardsm {
  background: #e8e0cd;
  padding: 20px;
  display: flex;
  flex-direction: column;
  justify-content: center;
  gap: 20px;
}
.package-cardsm h4 {
  color: #171717;
  font-family: var(--font-heading);
  font-size: 26px;
  font-style: normal;
  font-weight: 700;
  line-height: normal;
  letter-spacing: 0.24px;
  text-align: center;
}
.package-cardsm p {
  color: #5b5b5b;
  font-size: 16px;
  font-style: normal;
  font-weight: 500;
  line-height: 1.4;
  text-align: center;
}
/* packages */

/* comparision-table */
.comparision-table-wrapper {
  width: 100%;
  overflow-x: auto;
}
.comparision-table-wrapper {
  width: 100%;
  overflow-x: auto;
}
.comparision-table {
  width: 100%;
  min-width: 700px;
}
.comparision-table th,
.comparision-table td,
.comparision-table {
  border: 1px solid #1c1c1c33;
  border-collapse: collapse;
}
.comparision-table tr:nth-child(odd) {
  background: #f5f5f5;
}
.comparision-table tr:nth-child(even) {
  background: #e9e9e9;
}
.comparision-table tr th:nth-child(1) {
  padding: 24px 20px;
  background: var(--primary);
  color: #fff;
  font-family: var(--font-heading);
  font-size: 36px;
  font-style: normal;
  font-weight: 600;
  line-height: normal;
  letter-spacing: 0.36px;
  vertical-align: middle;
  width: 50%;
}
.comparision-table tr th:nth-child(2),
.comparision-table tr th:nth-child(3),
.comparision-table tr th:nth-child(4) {
  padding: 14px 20px;
  background: #000;
  color: #fff;
  font-family: var(--font-heading);
  font-size: 20px;
  font-style: normal;
  font-weight: 600;
  line-height: normal;
  letter-spacing: 0.2px;
  vertical-align: middle;
  text-align: center;
  width: 10%;
  border-left: 2px solid var(--primary);
}
.comparision-table tr td {
  padding: 10px;
  color: #171717;
  font-size: 18px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
  letter-spacing: 0.18px;
  vertical-align: middle;
}
.comparision-table tr td:not(:first-child) {
  text-align: center;
}
.comparision-table tr td .check-icon {
  text-align: center;
  width: 100%;
  font-size: 26px;
  font-weight: 400;
  color: #00b67a;
}
.comparision-table tr td .cross-icon {
  text-align: center;
  width: 100%;
  font-size: 26px;
  font-weight: 400;
  color: #f00;
}

/* pricing-bottom-sec */
.pricing-bottom-sec {
  background: #fff1d2;
}
.pricing-bottom-sec h1 {
  color: #000;
  font-family: var(--font-heading);
  font-size: 62px;
  font-style: normal;
  font-weight: 400;
  line-height: 1.06;
  margin-bottom: 28px;
}
.pricing-bottom-sec h4 {
  color: #000;
  font-size: 20px;
  font-style: normal;
  font-weight: 600;
  line-height: 1.2;
  margin-bottom: 28px;
}
.pricing-bottom-sec p {
  color: #333;
  font-size: 18px;
  font-style: normal;
  font-weight: 400;
  line-height: 1.55;
  margin-bottom: 15px;
}

/* Country Code */
.newcountrycode {
  position: relative;
  display: flex;
  align-items: center;
  /* padding-left: 40px; */
  border: 1px solid #ddd;
  height: 45px;
  border-radius: 5px;
}
.newcountrycode select {
  width: 56px;
  border: 0;
  padding: 0px 19px;
  font-size: 16px;
  position: relative;
  z-index: 1;
  background: transparent;
}
.newcountrycode .countrycode {
  width: 70px;
  border: 0;
  background: #f9f9f9;
  text-align: center;
  padding: 5px;
  border-radius: 5px;
  margin: 0 10px;
}
.newcountrycode .phone-field {
  width: 100%;
}
.newcountrycode input {
  border: 0;
}
/* Country Code */

/* Portfolio  */
.mt-200 {
  margin-top: 200px;
}
.mt-100 {
  margin-top: 100px;
}
.port-slide .det {
  padding: 10px;
  background: white;
  border-radius: 8px;
  display: flex;
  justify-content: space-between;
  align-items: center;
  box-sizing: border-box;
}
.port-slide .det span {
  font-weight: 400;
  font-size: 16px;
  line-height: 24px;
  font-family: var(--font-heading);
}
.port-slide .det a {
  font-weight: 500;
  font-size: 14px;
  line-height: 21px;
  color: #31a8fe;
  /* text-decoration: underline; */
  border-bottom: 1px solid;
}
.portfolio-slider {
  position: relative;
  /* display: flex; */
  /* align-items: center; */
}
.portfolio-slider .port-slide img {
  width: 100%;
}
a.arrow-btn {
  position: absolute;
  top: calc(50% - 54px);
  width: 60px;
  height: 60px;
  background: #fff;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
  z-index: 1;
  font-size: 24px;
  color: #333;
  box-shadow: 0px 1.32566px 14px rgba(0, 0, 0, 0.08);
}
.portfolio-slider a.arrow-btn.right.slick-arrow {
  right: 8%;
}
.portfolio-slider a.arrow-btn.left.slick-arrow {
  left: 8%;
}
/* Portfolio  */

/* Testimonials */
.testimonials {
  background: #002c4f;
  position: relative;
  /* color: white; */
  padding-bottom: 100px;
  overflow: hidden;
}
.testimonials::before {
  content: "";
  background: url("../images/testi.webp") no-repeat;
  width: 300px;
  height: 100%;
  background-size: contain;
  position: absolute;
  top: 0;
  left: 0;
}
.rating span {
  color: #34a585;
  font-weight: 500;
  font-size: 50px;
  line-height: 30px;
  font-family: var(--font-heading);
  margin-bottom: 1rem;
}
.rating p {
  font-weight: 400;
  font-size: 18px;
  line-height: 30px;
  color: white;
}
.rating {
  margin-bottom: 50px;
}
.testi-card {
  background: white;
  padding: 30px;
  box-shadow: 4px 4px 64px rgba(0, 0, 0, 0.08);
  border-radius: 10px;
  position: relative;
  z-index: 1;
}
.testi-card::before {
  content: "";
  background: url("../images/qoute.webp") no-repeat;

  width: 65px;
  height: 40px;
  position: absolute;
  background-size: contain;
  z-index: -1;
}
.testi-card p {
  font-weight: 500;
  font-size: 16px;
  line-height: 30px;
  color: #555555;
  font-family: var(--font-heading);
  margin-bottom: 1.5rem;
}
.testi-card .client {
  gap: 10px;
  display: flex;
  align-items: center;
}
.testi-card .client .det .name {
  color: #34a585;
  font-weight: 500;
  font-size: 20px;
  line-height: 30px;
  font-family: var(--font-heading);
}
.testi-card .client .det .des {
  font-weight: 400;
  font-size: 16px;
  line-height: 22px;
  color: #c9c9c9;
}
.testi-card .client .det {
  display: flex;
  flex-direction: column;
}
.overlap-slider {
  position: absolute;
  width: 180%;
}
.arrows {
  width: 100%;
  text-align: center;
  display: flex;
  justify-content: center;
  gap: 30px;
  margin-top: 30px;
}
.testimonials .slick-slide {
  margin: 20px 15px;
}
/* Testimonials */

/* Testimonials 2 */
/* .testi-slider-2 .testi-slide {
  background: #f1edff;
  box-shadow: -3px 3px 0px #0b0b0b;
  border-radius: 8px;
  padding: 20px 25px;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  gap: 20px;
  margin-bottom: 1.5rem;
}
.testi-slider-2 .testi-slide p {
  color: #302357;
  font-weight: 400;
  font-size: 20px;
  line-height: 30px;
}
.testi-slider-2 .testi-slide .bottom {
  display: flex;
  align-items: flex-end;
  justify-content: space-between;
  width: 100%;
}
.testi-slider-2 .testi-slide .client {
  margin-top: 1rem;
}
.testi-slider-2 .testi-slide .client .det .name {
  font-weight: 500;
  font-size: 26px;
  line-height: 39px;
  color: #0b0b0b;
}
.testi-slider-2 .testi-slide .client .det .des {
  font-size: 16px;
  line-height: 22px;
  color: #333333;
}
.testi-slider-2 .testi-slide .bottom .stars {
  background: #407bff;
  border-radius: 42px;
  padding: 10px 20px;
  color: #00f000;
  display: flex;
  font-size: 12px;
  gap: 8px;
} */
/* Testimonials 2 */

.design-card-list .slick-slide,
.design-card-list-2 .slick-slide {
  margin: 0 10px;
}
.design-card-list-2 {
  direction: rtl;
}
.design-card-list,
.design-card-list-2 {
  padding-bottom: 2rem;
}
.design-card-list li,
.design-card-list-2 li {
  position: relative;
  display: flex !important;
  justify-content: center;
}
.design-card-list li .indusrtry-name,
.design-card-list-2 li .indusrtry-name {
  display: flex;
  flex-direction: row;
  justify-content: center;
  align-items: center;
  padding: 13px 50px;
  position: absolute;
  width: auto;
  height: 66px;
  bottom: 20px;
  z-index: 1;
  background: rgb(0 0 0 / 50%);
  border-radius: 25px;
  opacity: 0;
  transition: 0.5s ease;
}
.design-card-list li:hover .indusrtry-name,
.design-card-list-2 li:hover .indusrtry-name {
  opacity: 1;
}
.indusrtry-name p {
  font-weight: 500;
  font-size: 20px;
  line-height: 24px;
  color: #ffffff;
}
.rated {
  margin-bottom: 1rem;
}
.color-dark {
  color: #212121 !important;
}
.color-2 {
  color: #2d2d2d !important;
}
.mt-responsive {
  margin-top: 20px;
}
.rated p {
  font-weight: 400;
  font-size: 20px;
  line-height: 27px;
  color: #000000;
  padding: 1rem 0;
}

/* Portfolio */
ul.overview-nav.d2 {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 20px;
  margin-bottom: 50px;
  flex-wrap: wrap;
}
ul.overview-nav.d2 a {
  padding: 15px 18px;
  font-weight: 500;
  font-size: 16px;
  border: 1px solid #000000;
  border-radius: 5px;
  color: #333333;
}
ul.overview-nav.d2 li.active a {
  background: #3b38eb;
  color: white;
  border-color: #3b38eb !important;
}
.port-card {
  margin-bottom: 1.5rem;
}
.port-card img {
  width: 100%;
}
/* Portfolio */

/* -------------------------counter CSS------------------------  */
/* ul#counter {
  display: flex;
  align-items: center;
  gap: 1rem;
}
.counter-wrapper .counter {
  display: flex;
  align-items: center;
  gap: 20px;
}
.counter-wrapper .counter span.count {
  font-weight: 700;
  font-size: 45px;
  color: #000;
}
ul#counter li .counter > div {
  font-weight: 700;
  font-size: 64px;
  color: #000;
  margin-bottom: 0rem;
  flex-shrink: 0;
  font-family: "Inria Serif";
}
ul#counter li {
  background-repeat: no-repeat;
  background-position: center;
  width: 100%;
  padding: 0rem;
  text-align: center;
  line-height: 28px;
  display: flex;
  align-items: center;
  justify-content: center;
}
ul#counter li .counter span.text {
  font-size: 15.3px;
  font-family: "Euclid Square";
  font-weight: normal;
} */
/* -------------------------counter CSS------------------------  */

/* -------------------------contact us-------------------------- */
.input-field1 label {
  padding-left: 10px;
  color: #292929;
  font-weight: 500;
  padding-bottom: 8px;
}
.input-field1 input,
.input-field1 textarea {
  cursor: pointer;
  height: 58px;
  width: 100%;
  font-size: 16px;
  color: #222222;
  padding: 15px 14px;
  outline: none !important;
  text-transform: capitalize;
  margin-bottom: 30px;
  /* box-shadow: 0 16px 24px 0 rgba(189, 196, 205, 0.13); */
  border-radius: 20px;
  border: solid 1px #00000021;
  background-color: #fff;
}
.input-field1 textarea {
  height: 58px;
}
.send {
  text-align: left;
  padding-top: 35px;
}
.send input[type="submit"] {
  height: 70px;
  font-weight: 600;
  font-size: 20px;
  color: #ffffff;
  cursor: pointer;
  transition: 0.4s ease;
  text-transform: capitalize;
  width: 100%;
  border: 0;
  padding: 12px 50px;
  border-radius: 50px;
  box-shadow: 0 1.7px 3.1px 0 rgba(11, 93, 81, 0.01);
  background-color: #0b5d51;
}
.details h5 {
  font-size: 18px;
  padding-bottom: 20px;
  color: #202529;
}
.details a {
  font-size: 16px;
  font-weight: 400;
  color: #333;
}
.details {
  margin-bottom: 40px;
}
.social-icons li {
  display: inline-block;
  vertical-align: middle;
  margin-right: 18px;
  height: 40px;
  width: 40px;
  background: #008576;
  border-radius: 50px;
  text-align: center;
}
.social-icons li a {
  color: var(--white);
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 12px;
  text-align: center;
}
.details a i,
.details p i {
  color: #008576;
  padding-right: 12px;
}
/* -------------------------contact us-------------------------- */

/* 404 */
.error-text {
  font-size: 96px;
  line-height: 68px;
  color: var(--accent);
  font-weight: 500;
  margin-bottom: 1.5rem;
}
.error-heading {
  font-weight: 500;
  font-size: 52px;
  line-height: 68px;
}
.error-image {
  margin-top: 100px;
}
.thankyou-text {
  font-size: 20px;
  initial-letter: 30;
  line-height: 34px;
  margin-top: 20px;
}
/* 404 */

/* terms */
.terms .roman {
  list-style: upper-roman;
}
.terms ul {
  line-height: 25px;
  font-size: 16px;
  color: #333;
}
.terms ul.list-ul {
  list-style: disc;
  padding-left: 24px;
}
.terms ul li {
  margin-bottom: 1rem;
}
.terms ul li::marker {
  font-size: 22px;
  font-weight: 500;
}
.terms h4 {
  font-size: 24px;
  margin: 1rem 0;
}
.terms p {
  margin-bottom: 2rem;
}
/* terms */

.leadforms-form-body-wrapper .leadforms-form-body {
  padding: 0 !important;
}
.leadforms-step-title,
.leadforms-step-instruction {
  display: none !important;
}
.leadforms-submit-button,
button.leadforms-submit-button,
input[type="submit"].leadforms-submit-button,
button[type="submit"].leadforms-submit-button {
  margin-top: 0 !important;
}
.leadforms-form-body-wrapper
  .leadforms-form-body
  .leadforms-additional-elements {
  margin: 0 !important;
}

.faq-list li {
  padding: 0 !important;
  color: #666;
  font-size: 16px;
  line-height: 1.6 !important;
  border-bottom: 0 !important;
}
ul.faq-list {
  list-style: disc;
  margin-left: 62px;
}

@media only screen and (max-width: 1400px) {
  .cta-sec .stats-wrapper {
    gap: 1rem;
  }
  .cta-sec .counter {
    gap: 20px;
  }
  .cta-sec .counter div {
    gap: 20px;
  }
  .cta-sec .counter div h2 {
    font-size: 70px;
  }
  .cta-sec .counter div .text {
    font-size: 18px;
  }
}

@media only screen and (max-width: 1200px) {
  .menu {
    gap: 20px;
  }
  .header-info .link-wrapper {
    gap: 20px;
  }
  .header-info .link-wrapper a {
    font-size: 16px;
  }
  .menu li a {
    font-size: 16px;
  }
  .banner-heading {
    font-size: 56px;
  }
  .banner-heading.sm {
    font-size: 50px;
  }
  .banner-heading br {
    display: none;
  }
  .info-sec .sec-subheading {
    margin-bottom: 0.5rem;
  }
  .sec-subheading {
    font-size: 18px;
  }
  .info-sec .sec-heading {
    margin-bottom: 1.25rem;
  }
  .sec-heading {
    font-size: 44px;
  }
  .sec-para {
    font-size: 16px;
  }
  .cta-heading {
    font-size: 56px;
  }
  .cta-sec .stats-wrapper {
    grid-template-columns: repeat(auto-fit, minmax(350px, 1fr));
  }
  .cta-sec .counter {
    justify-content: center;
  }
  .book-category-card h4 {
    font-size: 26px;
    padding: 48px 20px;
  }
  .testimonial-slide p {
    font-size: 20px;
  }
  .testimonial-slider .testimonial-arrow {
    width: 50px;
    height: 50px;
    font-size: 32px;
  }
  .footer-cta {
    padding: 5rem 0;
  }
  .footer-cta-heading {
    font-size: 46px;
  }
  .footer-cta-para {
    font-size: 22px;
    margin: 20px 0 26px;
  }
  .footer-cta .bottom-info {
    gap: 20px;
  }
  .footer-cta .bottom-info p {
    font-size: 18px;
  }
  .about-info-sec .about-subheading {
    font-size: 18px;
  }
  .about-info-sec .about-heading {
    font-size: 44px;
    margin-bottom: 1.25rem;
  }
  .about-info-sec .about-text {
    font-size: 16px;
  }
  .ourwork-grid {
    gap: 24px;
  }
  .faq-heading {
    font-size: 34px;
  }
  .accordion-list li h3 {
    font-size: 22px;
  }
  .answer p {
    padding: 30px;
    font-size: 16px;
  }
}

@media only screen and (max-width: 992px) {
  .logo {
    left: 1rem;
    transform: translateX(0%);
  }
  .header-info {
    display: none;
  }
  .header-nav {
    padding: 32px 24px;
  }
  .header-nav-inner {
    position: fixed;
    left: -210%;
    top: 0;
    bottom: 0;
    margin: auto;
    background: #000;
    height: 100dvh;
    display: flex;
    flex-direction: column;
    justify-content: flex-start;
    /* gap: 20px; */
    transition: all 0.4s ease;
    z-index: 3;
    width: 70%;
    overflow-y: auto;
    box-shadow: 0px 4px 6px -1px rgb(0 0 0 / 10%),
      0px 2px 4px -1px rgb(0 0 0 / 6%);
  }
  .header-nav-inner.open {
    display: flex;
    left: 0px;
  }
  .header-nav-wrapper {
    width: 100%;
  }
  .menu,
  .menu.right {
    display: flex;
    flex-direction: column;
    justify-content: flex-start;
    gap: 0;
  }
  .menu li {
    width: 100%;
    border-bottom: 1px solid #d3d3d39a;
    padding: 15px 20px;
  }
  .menu li a {
    width: 100%;
    padding: 0;
    display: flex;
    justify-content: space-between;
    align-items: center;
  }
  .header-nav-wrapper.nav-end {
    height: 100%;
  }
  .menu.right li:last-child {
    margin-top: auto;
    width: fit-content;
    margin-bottom: 20px;
    border: none;
  }
  .menu.right {
    height: 100%;
  }
  .dropdown {
    position: unset;
    box-shadow: none;
    width: 100%;
    background: #63636380;
    border-radius: 20px;
    margin-top: 20px;
  }
  .dropdown-grid {
    grid-template-columns: repeat(1, 1fr);
    padding: 10px;
    gap: 0;
  }
  .dropdown ul {
    gap: 0;
  }
  .dropdown ul li {
    width: 100%;
    padding: 0.5rem 0.75rem;
    border-radius: 8px;
    border: none;
  }
  .dropdown ul li a {
    border-bottom: none !important;
    font-size: 14px;
    line-height: 1;
    color: #fff;
  }
  .menu-Bar {
    display: block;
  }
  .info-sec img {
    display: none;
  }
  .cta-sec .stats-wrapper {
    grid-template-columns: repeat(2, 1fr);
    row-gap: 2rem;
  }
  .cta-sec .counter div h2 {
    font-size: 56px;
  }
  .testimonial-slide {
    padding: 40px 60px;
  }
  .testimonial-slider {
    margin: 0 5rem;
  }
  footer .footer-logo-sec {
    align-items: center;
  }
  .mainBanner {
    background-position: left;
  }
  .about-info-sec img {
    display: none;
  }
  .about-info-sec .container {
    padding: 16px;
    margin-bottom: 2rem;
  }
  .ourwork-nav li {
    padding: 10px;
    font-size: 16px;
    border: 1px solid #000 !important;
  }
  .ourwork-nav {
    margin-bottom: 2rem;
    padding: 0 12px;
    display: grid;
    gap: 12px;
    grid-template-columns: repeat(auto-fit, minmax(240px, 1fr));
  }
  .ourwork-grid {
    padding: 0 12px;
    gap: 12px;
    grid-template-columns: repeat(auto-fit, minmax(240px, 1fr));
  }
  .contact-info-sec h1 {
    font-size: 40px;
  }
  .contact-info-sec p,
  .contact-info-sec a {
    font-size: 18px;
  }
  .contact-info-sec h2 {
    font-size: 24px;
    margin-top: 20px;
  }
  .contact-info-sec .contact-review {
    margin: 3rem 0;
  }
  .contact-form-sec h1 {
    font-size: 40px;
  }
  .cust-row {
    grid-template-columns: repeat(1, 1fr);
  }
  .cust-row .img-sec {
    display: none;
  }
  .mmpopup .centercont h3 {
    font-size: 30px;
    line-height: 32px;
  }
  .centercont p {
    font-size: 16px !important;
    line-height: 22px !important;
  }
}

@media only screen and (min-width: 375px) and (max-width: 768px) {
  .logo {
    width: 100px;
  }
  .banner-content {
    padding: 6rem 0 4rem;
  }
  .banner-content-box {
    padding: 30px;
  }
  .banner-subheading {
    font-size: 20px;
    line-height: 1.2;
    margin-bottom: 10px;
  }
  .banner-heading {
    font-size: 36px;
    margin-bottom: 20px;
  }
  .banner-heading.sm {
    font-size: 36px;
    margin-bottom: 20px;
  }
  .banner-text {
    font-size: 16px;
    margin-bottom: 10px;
  }
  .info-sec {
    padding: 3rem 0;
  }
  .info-sec .sec-subheading,
  .info-sec .sec-heading,
  .info-sec .sec-para {
    text-align: center;
  }
  .sec-heading {
    font-size: 30px;
  }
  .theme-btn {
    padding: 10px 20px;
    font-size: 20px;
    text-align: center;
  }
  .chat-btn {
    font-size: 24px;
  }
  .book-service-card {
    padding: 30px;
  }
  .book-service-card img {
    margin-bottom: 20px;
  }
  .book-service-card h4 {
    font-size: 26px;
  }
  .book-service-card p {
    font-size: 16px;
  }
  .cta-heading {
    font-size: 36px;
  }
  .cta-sec .counter div h2 {
    font-size: 40px;
    margin-bottom: 10px;
  }
  .cta-sec .counter div {
    gap: 10px;
  }
  .cta-sec .counter div .text {
    font-size: 16px;
  }
  .cta-sec .counter img {
    width: 40px;
    height: 40px;
  }
  .book-category-card h4 {
    font-size: 24px;
    padding: 24px 15px;
  }
  .bottom-para {
    font-size: 18px;
  }
  .testimonial-slider::before,
  .testimonial-slider::after {
    display: none;
  }
  .testimonial-sec {
    padding: 3rem 0 5rem;
  }
  section {
    padding: 3rem 0;
  }
  .testimonial-slide {
    padding: 20px;
  }
  .testimonial-slide p {
    font-size: 18px;
  }
  .testimonial-slider {
    margin: 0;
  }
  .testimonial-slider .testimonial-arrow {
    width: 40px;
    height: 40px;
    font-size: 24px;
    z-index: 999;
    top: unset;
    bottom: -3rem;
  }
  .testimonial-slider .testimonial-arrow.left {
    left: 30%;
  }
  .testimonial-slider .testimonial-arrow.right {
    right: 30%;
  }
  .accordion-list li h3 {
    font-size: 20px;
    padding: 15px 35px 15px 15px;
  }
  ul.accordion-list li h3:after {
    right: 10px;
    font-size: 18px;
    top: 20px;
  }
  .answer p {
    padding: 18px;
  }
  .footer-cta {
    padding: 4rem 0;
  }
  .footer-cta-heading {
    font-size: 36px;
    line-height: 1.1;
  }
  .footer-cta-para {
    font-size: 20px;
  }
  .footer-cta .bottom-info {
    gap: 10px;
  }
  .footer-cta .bottom-info p {
    font-size: 16px;
  }
  .footer-logo img {
    max-width: 200px;
  }
  footer .footer-logo-sec a,
  footer .footer-logo-sec p {
    text-align: center;
  }
  footer .footer-nav-links div {
    gap: 20px;
    flex-wrap: wrap;
    justify-content: center;
  }
  footer .footer-nav-links {
    justify-content: center;
  }
  .about-info-sec .about-subheading {
    margin-bottom: 10px;
    text-align: center;
  }
  .about-info-sec .about-heading {
    font-size: 36px;
    margin-bottom: 1rem;
    text-align: center;
  }
  .about-info-sec .about-info {
    padding: 0;
  }
  .about-info-sec .about-text {
    text-align: center;
  }
  .about-info-sec .container {
    margin-bottom: 1rem;
  }
  .about-info-sec {
    padding: 3rem 0 0;
  }
  .book-portfolio-grid {
    margin-top: 1rem;
  }
  .faq-heading {
    font-size: 30px;
    text-align: center;
    margin-bottom: 2rem;
  }
  .contact-info-sec .contact-review {
    justify-content: center;
  }
  .contact-info-sec p,
  .contact-info-sec a,
  .contact-form-sec p {
    font-size: 16px;
  }
  .contact-form-sec h1 {
    font-size: 36px;
  }
  .cust-row {
    grid-template-columns: repeat(1, 1fr);
  }
  .cust-row .img-sec {
    display: none;
  }
  .mmpopup .centercont h3 {
    font-size: 30px;
    line-height: 32px;
  }
  .centercont p {
    font-size: 16px !important;
    line-height: 22px !important;
  }
  .btn-wrap.centersm {
    justify-content: center;
  }
  .categories-container {
    gap: 20px;
  }
}
