@import url("https://fonts.googleapis.com/css2?family=Inter:ital,wght@0,100..900;1,100..900&family=Montserrat:ital,wght@0,100..900;1,100..900&family=Poppins:ital,wght@0,100..900;1,100..900&display=swap");

@import url("https://fonts.googleapis.com/css2?family=Red+Hat+Display:ital,wght@0,300..900;1,300..900&display=swap");

@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");

@font-face {
  font-family: "Surgena";
  src: url("../font/Surgena.ttf") format("truetype");
  src: url("../font/ibrand.ttf") format("truetype");
}
@font-face {
  font-family: "ibrand";
  src: url("../font/ibrand.ttf") format("truetype");
}

body {
  font-family: "Surgena", sans-serif;
}
* {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
  scroll-behavior: smooth;
}
ul.dropdown-menu.show {
    padding: 20px 0px;
    width: 230px;
}

ul.dropdown-menu.show a {
    color: #000;
}

ul.dropdown-menu.show li {
    border-bottom: 1px solid #000;
    margin: 0 0 10px;
    list-style: inside;
    padding: 5px 15px;
}
ul.dropdown-menu.show li:hover {background: #e9e9e9;}
html {
  scroll-behavior: smooth;
}

body {
  color: #000;
  font-family: "Inter", sans-serif;
  position: relative;
}

ul {
  list-style: none;
}

a {
  text-decoration: none;
}
p {
  font-family: Inter;
  font-weight: 300;
  font-style: Light;
  font-size: 18px;
  line-height: 23px;
  letter-spacing: 0px;
  vertical-align: middle;
}
section {
  position: relative;
  z-index: 1;
}
.bg_dark {
  background: #000;
  color: #fff !important;
}
.container {
  max-width: 1790px;
}
/* nav bar css */
a.nav-link.navLink.bg_dark {
  padding: 30px 60px;
}
a.navbar-brand {
  font-size: 36px;
  font-weight: 600;
  font-family: "Surgena";
  line-height: 0.5;
}

.navbar-brand span {
  font-size: 17px;
}
.navLink {
  font-size: 16px;
  font-family: Helvetica Neue;
  font-weight: 700;
  word-wrap: break-word;
  line-height: 1;
  color: #000;
  text-align: center;
}
header {
  background: #fff;
  position: sticky;
  z-index: 9;
  top: 0;
  left: 0;
  box-shadow: 0px 0px 10px #00000026;
}
/* nav bar css */
/* footer css  */
footer {
  background: #0e0e0e;
  position: relative;
  z-index: 1;
}

footer .footerContainer {
  padding: 100px 60px;
  color: #fff;
}
a.brandlnk {
  font-size: 30px;
  font-family: "ibrand", sans-serif;
  color: #fff;
  line-height: 0.5;
  margin: 0 0 20px;
}
.brandlnk span {
  font-size: 20px;
}
ul.social_link {
  display: flex;
  justify-content: flex-start;
  width: fit-content;
  align-items: center;
  gap: 20px;
  padding: 0;
}
.footer_content p {
  margin: 30px 0;
  font-family: "Poppins", sans-serif;
  width: 70%;
}
.footer_link_wrap h3 {
  font-size: 14px;
  line-height: 1.5;
  font-family: "Poppins", sans-serif;
  font-weight: 700;
  text-transform: uppercase;
}
.footer_link_wrap ul {
  padding: 0;
}
.modal-content input[type="submit"] {
    background: #fff;
    color: #000;
}
.footer_link_wrap ul li {
  margin: 0 0 10px;
}

.footer_link_wrap a {
  font-size: 16px;
  line-height: 1.5;
  color: #fff;
  margin: 0 0;
}
.footer_bottom {
  display: flex;
  align-items: center;
  justify-content: space-between;
  position: relative;
  padding: 0 0 20px 0;
}
.footer_bottom::after {
  content: "";
  position: absolute;
  left: 0;
  right: 0;
  margin: 0 auto;
  bottom: 100%;
  width: 95%;
  height: 1px;
  background: #fff;
  opacity: 0.2;
  margin-bottom: 20px;
}

.footer_bottom p,
.footer_bottom a {
  color: #fff;
  margin: 0 20px 0 0;
  display: inline-block;
}
.footer_bottom_right {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 20px;
}
.gototop {
  width: 40px;
  height: 40px;
  align-content: center;
  border: 1px solid #fff;
  text-align: center;
  border-radius: 50px;
}
.nav-item {
  align-content: center;
}
ul.navbar-nav:nth-child(2) .navLink {
  padding: 30px 48px;
}

/* footer css  */
/* banner section css */
.homePage .banner {
  background: url("../images/bannerbg.png") lightgray 0% 0% /
    36.21070086956024px 36.21070086956024px repeat;
  background-repeat: no-repeat;
  background-size: 100% 100%;
  padding: 230px 0 0;
  position: fixed;
  width: 100%;
  z-index: 1;
  top: 0;
  left: 0;
  background-position: bottom;
  height: 100vh;
}
  .banner_title {
    font-family: Poppins;
    font-size: 128px;
    line-height: 0.9;
    color: #fff;
    white-space: normal; /* Allow wrapping */
    overflow-wrap: break-word;
    padding-right: 2px;
    margin: 0 0 70px;
  }

  /* Caret blink animation */
  @keyframes blink-caret {
    0%, 100% {
      border-color: transparent;
    }
    50% {
      border-color: orange;
    }
  }

  .typing {
    animation: blink-caret 0.75s step-end infinite;
  }
a.btn.banner_btn {
  background: #fff;
  border-radius: 50px;
  height: fit-content;
  font-size: 33px;
  padding: 10px 20px 10px 30px;
  transition: all 0.3s ease-in-out;
}

a.btn.banner_btn span {
  width: 80px;
  height: 80px;
  background: #3910ed;
  border-radius: 50px;
  display: inline-block;
  text-align: center;
  align-content: center;
  margin: 0 0 0 120px;
  transition: all 0.3s ease-in-out;
}
ul.navbar-nav:nth-child(2) .navLink:hover,
a.btn.banner_btn:hover {
  background: #3910ed;
  color: #fff;
}

a.btn.banner_btn:hover span {
  background: #fff;
}

a.btn.banner_btn:hover span img {
  filter: invert(1);
}
/* banner section css */
/* section 2 css */
.homePage .sec2 {
  background: #fff;
  border-top-left-radius: 50px;
  border-top-right-radius: 50px;
  padding: 100px 0px;
  margin-top: 60%;
}
.qoute {
  color: #3910ed;
  text-align: center;
  font-family: "Red Hat Display";
  font-size: 25px;
  font-style: normal;
  font-weight: 400;
  line-height: 2; /* 236% */
  letter-spacing: 0.25px;
  text-transform: capitalize;
  text-align: left;
}
.h2 {
  color: #1f1f1f;
  font-family: Poppins;
  font-size: 50px;
  font-style: normal;
  font-weight: 400;
  line-height: 1;
  letter-spacing: 0.5px;
  text-transform: capitalize;
}
.h3 {
  color: #000;
  font-family: Inter;
  font-size: 25px;
  font-style: normal;
  font-weight: 700;
  line-height: 1;
}
.content_wrap ul {
  padding: 0;
  list-style: disc;
  margin: 0 0 0 20px;
}
.pri_btn {
  background: #000;
  color: #fff;
  border-radius: 50px;
  font-size: 20px;
  padding: 10px 40px;
  margin: 30px 0;
}
.video_wrap {
  height: 100%;
}

.homePage .video_wrap video {
  height: 100%;
  width: 100%;
  object-fit: fill;
  border-radius: 50px;
}
.publishing_slider {
  display: flex;
  align-items: center;
  list-style: none !important;
  justify-content: flex-start;
  gap: 20px;
}
/* section 2 css */
/* section 3 css  */
.sec3 .content_wrap {
  background: #fff;
  padding: 30px;
  border-radius: 20px;
  width: 95%;
  margin: 0 auto;
}

.sec3 {
  background: #d9e2ec;
  padding: 100px 0px;
  z-index: 1;
  position: relative;
}

.sec3 .content_wrap video {
  border-radius: 20px;
}
.sec3 .content_wrap .content {
  width: 73%;
}
/* section 3 css  */
/* section 4 css */
.sec4 {
  padding: 100px 0px 0px;
  background: url("../images/sec4bg.png") #fff 0% 0% / 36.21070086956024px
    36.21070086956024px no-repeat;
  background-size: 100%;
}
.sec4 p {
  color: #fff;
}
.sec4 .pri_btn.bg-light,
.sec4 .pri_btn {
  color: #000;
  background: #fff;
}
.sec4 .pri_btn.bg-light:hover,
.sec4 .pri_btn:hover {
  color: #fff;
  background: #3910ed;
}
/* section 4 css */
/* section 5 css */
section.sec5 {
  padding: 100px 0;
  background: #fff;
  overflow: hidden;
}

.sec5contentwrap {
  background: url("../images/sec5wrapbg.png") no-repeat top center;
  background-size: 100% 100%;
  padding: 250px 50px;
  text-align: center;
  align-items: center;
  height: 100%;
}
.h2.textlight {
  color: #fff;
  margin: 0 0 30px;
}
.h2.textlight span {
  color: #f8c100;
}
.sec5heading p {
  width: 100%;
  margin: 0 auto;
}
.tabwrap {
  display: flex;
  justify-content: space-between;
  border: 1px solid;
  border-radius: 150px;
  padding: 20px 80px;
  border: none;
  background: linear-gradient(
    90deg,
    #a2f7a2 0%,
    #1e1e1e 54.16%,
    rgba(30, 30, 30, 0) 100.1%
  );
  border-image-source: linear-gradient(
    90deg,
    rgba(249, 244, 244, 0.4) 8.35%,
    rgba(37, 37, 37, 0) 52.5%,
    rgba(147, 221, 147, 0.25) 98.4%
  );
  backdrop-filter: blur(28.7442626953125px);
  box-shadow: 0px 10.78px 10.78px 0px #0000004d inset;
  width: 95%;
  outline: none;
  margin: 0 auto;
  transition: all 0.3s ease-in-out;
  border: 3px solid #a2f7a2;
  flex-wrap: wrap;
}
ul.sec5ul li:nth-child(2) .tabwrap {
  background: linear-gradient(
    90deg,
    #e0e055 0%,
    #1e1e1e 54.16%,
    rgba(30, 30, 30, 0) 100.1%
  );
  border: 3px solid #e0e055;
}
ul.sec5ul li:nth-child(3) .tabwrap {
  background: linear-gradient(
    90deg,
    #6f74ff 0%,
    #1e1e1e 54.16%,
    rgba(30, 30, 30, 0) 100.1%
  );
  border: 3px solid #6f74ff;
}
ul.sec5ul li:nth-child(4) .tabwrap {
  background: linear-gradient(
    90deg,
    #fb6464 0%,
    #1e1e1e 54.16%,
    rgba(30, 30, 30, 0) 100.1%
  );
  border: 3px solid #fb6464;
}
.tabwrapright,
.tabwrapleft {
  display: flex;
  align-items: center;
  justify-content: flex-start;
  flex: 1 0 40%;
  gap: 60px;
  transition: all 0.3s ease-in-out;
  flex-wrap: nowrap;
}

.tab_btn {
  display: none;
  align-items: center;
  justify-content: space-around;
  background: #fff;
  width: 630px;
  padding: 40px 10px;
  border-radius: 50px;
  font-size: 20px;
  font-weight: 700;
  transition: all 0.3s ease-in-out;
}

ul.sec5ul li {
  margin: 0 0 30px;
}
ul.sec5ul {
  margin: 70px 0 0;
}
.tabwrap:hover .tab_btn {
  display: flex;
}
.tabwrap:hover {
  background: #a2f7a2;
}
ul.sec5ul li:nth-child(2) .tabwrap:hover {
  background: #e0e055;
}
ul.sec5ul li:nth-child(3) .tabwrap:hover {
  background: #6f74ff;
}
ul.sec5ul li:nth-child(4) .tabwrap:hover {
  background: #fb6464;
}
.tabwrap:hover .tabwrapleft img {
  display: none;
}
.tabwrap:hover .h3,
.tabwrap:hover p {
  color: #000 !important;
}
.img_btn {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 230px;
  margin: 0 auto;
  position: absolute;
  left: 0px;
  right: 0;
  top: -41px;
  z-index: 0;
  transform: rotate(6deg);
}

.img_btn a {
  position: absolute;
  width: 0px;
  height: 0px;
  background: #ffffff85;
  backdrop-filter: blur(5px);
  align-content: center;
  text-align: center;
  font-size: 0px;
  font-weight: 200;
  border-radius: 50px;
  z-index: 1;
  color: #fff;
  transition: all 0.3s ease-in-out;
}
.img_btn:hover a {
  width: 70px;
  height: 70px;
  font-size: 25px;
  transform: rotate(-30deg);
}
/* section 5 css */
/* portfolio section css */
.portfolio {
  background: #282828;
  border-radius: 60px 60px 0 0;
  padding: 0 40px;
  padding-top: 100px;
  position: relative;
  z-index: 1;
  margin: 0;
}

.portfolio .sec_top h6 {
  margin: 0 auto;
  width: 203px;
  /* display: inline-flex; */
  justify-content: center;
  align-items: center;
  gap: 10px;
  padding: 5px 20px;
  text-transform: capitalize;
  border-radius: 50px;
  border: 1px solid rgba(0, 0, 0, 0.1);
  background: #f7f3ef;
  font-family: "Inter", sans-serif;
}

.portfolio .sec_top h2 {
  display: inline-block;
  text-transform: capitalize;
  color: #fff;
  margin: 20px 0;
  position: relative;
  z-index: 1;
}

.portfolio .sec_top h2 .dashed-line {
  position: relative;
  z-index: 1;
}

.portfolio .sec_top h2 .dashed-line::after {
  content: "";
  width: 63px;
  height: 70px;
  background: url("../images/dashed-line.webp");
  background-size: contain;
  background-repeat: no-repeat;
  position: absolute;
  top: -30px;
  right: -40px;
  z-index: -1;
}

.portfolio .sec_bg {
  width: 100%;
  border-radius: 60px 60px 0 0;
  position: absolute;
  top: 0px;
  left: 0;
  z-index: 1;
}

.portfolio .sec_content .slick-vertical .slick-slide {
  margin: 12px 0;
}

.portfolio .sec_content .slide_down {
  height: 755px;
  /* border-radius: 12px 12px 0 0; */
  overflow: hidden;
}

.portfolio .sec_content .panel {
  margin: 0 auto;
  height: 339px;
  position: relative;
  -webkit-perspective: 600px;
  -moz-perspective: 600px;
  cursor: pointer;
  border-radius: 12px;
  overflow: hidden;
}

.portfolio .sec_content .panel .front {
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  z-index: 900;
  -webkit-transform: rotateX(0deg) rotateY(0deg);
  -moz-transform: rotateX(0deg) rotateY(0deg);
  -webkit-transform-style: preserve-3d;
  -moz-transform-style: preserve-3d;
  -webkit-backface-visibility: hidden;
  -moz-backface-visibility: hidden;
  -webkit-transition: all 0.4s ease-in-out;
  -moz-transition: all 0.4s ease-in-out;
  -ms-transition: all 0.4s ease-in-out;
  -o-transition: all 0.4s ease-in-out;
  transition: all 0.4s ease-in-out;
}

.portfolio .sec_content .panel .back {
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  z-index: 1000;
  -webkit-transform: rotateY(-180deg);
  -moz-transform: rotateY(-180deg);
  -webkit-transform-style: preserve-3d;
  -moz-transform-style: preserve-3d;
  -webkit-backface-visibility: hidden;
  -moz-backface-visibility: hidden;
  -webkit-transition: all 0.4s ease-in-out;
  -moz-transition: all 0.4s ease-in-out;
  -ms-transition: all 0.4s ease-in-out;
  -o-transition: all 0.4s ease-in-out;
  transition: all 0.4s ease-in-out;
}

.portfolio .sec_content .panel.flip .front {
  z-index: 900;
  -webkit-transform: rotateY(180deg);
  -moz-transform: rotateY(180deg);
}

.portfolio .sec_content .panel.flip .back {
  z-index: 1000;
  -webkit-transform: rotateX(0deg) rotateY(0deg);
  -moz-transform: rotateX(0deg) rotateY(0deg);
}

.portfolio .sec_content .box1 {
  width: 100%;
  height: 100%;
  margin: 0 auto;
  border-radius: 10px;
  -moz-border-radius: 10px;
  -webkit-border-radius: 10px;
}

.portfolio .sec_content .box1 img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.portfolio .sec_content .box2 {
  background-color: #ffffff40;
  backdrop-filter: blur(10px);
  width: 100%;
  height: 100%;
  display: flex;
  flex-direction: column;
  justify-content: center;
  padding: 0 15px;
  border-radius: 10px;
  -moz-border-radius: 10px;
  -webkit-border-radius: 10px;
  position: relative;
  overflow: hidden;
  z-index: 1;
}

.portfolio .sec_content .box2::before {
  content: "";
  width: 100%;
  height: 100%;
  background: #ffffff80;
  backdrop-filter: blur(10px);
  position: absolute;
  top: 0;
  left: 0;
  z-index: -1;
}

.portfolio .sec_content .box2 img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  position: absolute;
  top: 0;
  left: 0;
  z-index: -2;
}

.portfolio .sec_content .box2 .sub_heading {
  /* background: #fff;
    width: 100px;
    text-align: center;
    border-radius: 100px;
    font-size: 12px;
    padding: 5px;
    margin: 0; */
  background: #fff;
  width: fit-content;
  text-align: center;
  display: inline-block;
  border-radius: 100px;
  font-size: 12px;
  padding: 5px 20px;
  margin: 0;
}

.portfolio .sec_content .box2 h6 {
  font-size: 18px;
  margin: 10px 0;
  font-weight: bold;
  text-transform: capitalize;
}

.portfolio .sec_content .box2 .scroll_block {
  font-size: 12px;
  height: 35px;
}

.portfolio .sec_content .box2 ul {
  display: flex;
  flex-wrap: wrap;
  gap: 5px;
}

.portfolio .sec_content .box2 ul li {
  border: 1px solid #000;
  padding: 5px 10px;
  border-radius: 100px;
  font-size: 14px;
  color: #000;
}
.secbottom_bg {
  position: absolute;
  bottom: 0;
  width: 100%;
  left: 0;
  height: 19%;
}
.secbottom_bg img {
  width: 100%;
}
.portfolio .sec_top p {
  z-index: 1;
  position: relative;
}
/* portfolio section css */
/* testimonial section css */
.testimonial {
  background: url(../images/testibg.png) no-repeat #e4eaea;
  padding: 100px 0px;
}
.testimonial .testi_card .bottom {
  text-align: center;
}
.slick-slide img {
  display: block;
  margin: 0 auto;
}
.testi_card {
  width: 520px;
  background: #fff;
  padding: 50px 20px 0px 20px;
  border-radius: 20px;
  box-shadow: 0px 0px 10px #00000017;
  margin: 0 50px 0 0;
  height: 348px;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}

.testi_card .head {
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin: 0 0 0px;
}

.testi_card .head .info h3 {
  font-family: Poppins;
  font-weight: 600;
  font-size: 25px;
  line-height: 100%;
}

.testi_card .head .info h5 {
  font-family: Poppins;
  font-weight: 400;
  font-size: 17.5px;
  line-height: 26.25px;
  text-align: left;
  vertical-align: middle;
}

.add {
  width: 40%;
  text-align: right;
}

.testi_card .bottom p {
  font-family: Montserrat;
  font-weight: 500;
  font-style: Italic;
  font-size: 18.12px;
  line-height: 27.19px;
  text-align: center;
  color: #595959;
}
.testi_slider {
  margin: 100px 0 0 40px;
}
ul.testi_slider li {
  padding: 20px 0px;
}
/* testimonial section css */
/* extanded section css */
.extend {
  background: url("../images/extandbg.png") no-repeat center;
  padding: 100px 0 0;
  background-size: 100% 100%;
  position: relative;
  isolation: isolate;
}
.extend .content_wrap img {
  position: absolute;
  bottom: 0px;
  display: block;
  margin: 0 0 0 auto;
  right: 0;
}
.extend .h2 {
  font-family: Poppins;
  font-weight: 400;
  font-size: 132px;
  line-height: 1;
  vertical-align: middle;
  width: 90%;
}

.extend p {
  width: 30%;
}
.custom-marquee {
  width: 100%;
  overflow: hidden;
  position: relative;
  bottom: 0;
  left: 0;
  z-index: -1;
  margin: 60px 0 0;
}

.marquee-track {
  display: flex;
  width: fit-content;
  animation: scroll-left 20s linear infinite;
}

.marquee-track img {
  margin: 0 50px;
}

@keyframes scroll-left {
  0% {
    transform: translateX(0%);
  }
  100% {
    transform: translateX(-50%);
  }
}
/* extanded section css */
/* cta section css */
.cta {
  background: #deff00;
}
.cta_wrap {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 0 0 0 50px;
}

.cta_wrap a {
  height: 200px;
  background: #000;
  border-radius: 0;
  align-content: center;
  text-align: center;
  width: 300px;
}
.cta_wrap {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 0 0 0 50px;
}

.cta_wrap a {
  height: 200px;
  background: #000;
  border-radius: 0;
  align-content: center;
  text-align: center;
  width: 300px;
}

.cta_wrap a img {
  background: #000;
  filter: invert(1);
  padding: 50px;
  border-radius: 60px;
}
.cta_wrap a:hover {
  background: #fff;
}
.cta_wrap a:hover img {
  filter: invert(0);
}
.cta .h2 {
  font-family: Poppins;
  font-weight: 300;
  font-size: 120px;
  line-height: 1;
  letter-spacing: 1px;
  vertical-align: middle;
}
/* cta section css */
.modal-content {
    backdrop-filter: blur(20px);
    background-color: #0000007a;
}

.modal-content input {
    background: transparent;
    color: #fff;
    border-color: #fff;
}

.modal-content textarea {
    background: transparent;
    border-color: #fff;
}

.modal-content input::placeholder, .modal-content textarea::placeholder {
    color: #fff;
}

.modal-content h2, .modal-content p {
    color: #fff;
}

.modal-content .btn-close {
    color: #fff;
    filter: invert(1) brightness(3.5) grayscale(1);
}
/* authors page css */
/* banner */
.inner_title {
  font-family: Poppins;
  font-weight: 400;
  font-style: Regular;
  font-size: 101.5px;
  leading-trim: NONE;
  line-height: 108.8px;
  letter-spacing: -6.87px;
  vertical-align: middle;
}
.servicePage .banner {
  padding: 100px 0px;
  background: url("../images/testibg.png") no-repeat;
}
.servicePage .banner .banner_content p {
  width: 40%;
  margin: 0;
}
.servicePage .sec2 .content_wrap {
  padding: 100px 0px 0px;
}
/* banner */
/* section 2 css */
.sec2 .video_wrap {
  position: absolute;
  width: 50%;
  height: fit-content;
  right: 0;
  top: 0;
}
.sec2 .video_wrap video {
  height: 580px;
  object-fit: cover;
}
tbody td {
  border: none;
}
.tables {
  background: linear-gradient(180deg, #f3e9dd 0%, #dde8fa 100%);
  padding: 100px 0px;
}

thead th {
  padding: 4px 4px 20px !important;
  border-bottom: 1px solid #00000030;
  font-family: Inter;
  font-weight: 600;
  font-style: Semi Bold;
  font-size: 25px;
  line-height: 100%;
  letter-spacing: 0%;
  vertical-align: middle;
}
.servicePage .sec2 {
    padding: 0 0 100px;
}
/* section 2 css */
/* step section css */
.step_card {
    width: 400px;
    background: linear-gradient(180deg, #E0D4C5 0%, #9DA9BC 100%);
    color: #fff;
    padding: 20px 90px 20px 20px;
    border-radius: 20px;
    height: 400px;
    margin: 0 100px 0 0;
}
.steps{
    background: url("../images/testibg.png") no-repeat;
    background-size: 100%;
    padding: 100px 0px;
}
ul.step_slider {
    margin: 100px 0 0 40px;
}
h3.num {
    font-family: Montserrat;
    font-weight: 300;
    font-style: Light;
    font-size: 83.43px;
    leading-trim: CAP_HEIGHT;
    line-height: 96%;
    letter-spacing: 0%;
    text-transform: uppercase;
    margin: 0 0 80px;
}



.step_card h2 {
    margin: 0 0 30px;
}
.authorPage .testimonial{
    background: url("../images/testibgblue.png") no-repeat;
    background-size: 100% 100%;
}
/* step section css */
/* img content css */
.imgcontent .content-wrap {
    width: 50%;
    height: 100%;
    align-content: center;
}
section.imgcontent::after {
position: absolute;
content: "";
width: 60%;
height: 100%;
background: linear-gradient(180deg, #F3E9DD 0%, #DDE8FA 100%);
top: 0;
right: 0;
z-index: -1;

}
section.imgcontent {
    padding: 100px 0px;
}

/* img content css */
/* comprehensive css */
.compre tbody td {
  border-bottom: 1px solid #00000030;
  padding: 20px 50px 20px 0px !important;
}
.compre {
    padding: 100px 0px;
    background: url("../images/testibg.png") no-repeat #fff;
    background-size: 100% 100%;
}
.compre_heading {
    margin: 0 0 100px;
}
.homePage .banner_content p {
    width: 60%;
}
.absolute_content {
    position: absolute;
    z-index: 3;
    top: 0;
    right: 360px;
    width: 460px;
    padding: 20px;
    background: linear-gradient(
181deg, #bfc0c0, #ebedec);
}

.imgwrap {
    position: relative;
}

.absolute_content p {
    color: #000;
}
.absolute_content .btn.pri_btn {
    background: #000;
    color: #fff;
    margin: 0;
}

.absolute_content .h2 {
    font-size: 40px;
}
.imgcontent .content-wrap {
    width: 60%;
    height: 100%;
    align-content: center;
}
.libraryPage .imgcontent .content-wrap {
    width: 60%;
    height: 100%;
    align-content: center;
}
.libraryPage .cta .h2 {
    font-family: Poppins;
    font-weight: 300;
    font-size: 90px;
    line-height: 1;
    letter-spacing: 1px;
    vertical-align: middle;
}
.publishingPage .step_card {
    width: 440px;
    background: linear-gradient(180deg, #E0D4C5 0%, #9DA9BC 100%);
    color: #fff;
    padding: 20px 130px 20px 20px;
    border-radius: 20px;
    height: 480px;
    margin: 0 100px 0 0;
}
.scroll_div {
    height: 310px;
    overflow-y: scroll;
}
.publishingPage thead td ,
.publishingPage tbody td {
   border-bottom: 1px solid #00000030
}
h3.accordion-header button {
    border-bottom-left-radius: 20px;
    font-size: 16px;
    font-weight: 600;
}

button.accordion-button.collapsed {
    border-bottom-left-radius: 20px;
    border: none;
}

.accordion-item {
    border-bottom-left-radius: 20px;
    margin: 0 0 30px;
}
button.accordion-button {
    padding: 30px 20px;
    background: #fff !important;
    color: #000 !important;
}
.accordion-button:hover,
.accordion-button:not(.collapsed){

    background: #000 !important;
    color: #fff !important;
}
.accordion-item:last-of-type ,
.accordion-item:last-of-type .accordion-button.collapsed{
    border-bottom-left-radius: 20px;
}
.accordion-button:not(.collapsed)::after,
button.accordion-button::after {
    content: '+';
    font-size: 30px;
    align-content: center;
    text-align: center;
    transform: none !important;
    background-image: none;
    line-height: 0;
}
.accordion-button:not(.collapsed)::after{
  content: '-';
}
.compre input.form-control {
    border: none;
    border-bottom: 1px solid #fff;
    border-radius: 0px;
    padding: 30px;
    font-size: 30px;
    background: transparent;
    margin: 0 auto 80px;
    width: 90%;
    color: #fff;
}
.compre input.form-control::placeholder {
      color: #fff;
}
.compre .form-control:focus {
    color: #fff;
    background-color: none;
    border-color: none;
    outline: 0;
    box-shadow: 0 0 0 .25rem rgba(13,110,253,.25);
}
.footer_form .heading {
    width: 90%;
    text-align: center;
    margin: 0 auto 80px;
}

.footer_form .heading p {
    width: 50%;
    margin: 30px auto;
    color: #fff;
}
 .compre input[type=submit] {
    cursor: pointer;
    background: #fff;
    color: #000;
    border-radius: 50px;
    font-size: 30px;
    padding: 20px 80px;
    margin: 0 auto;
    width: fit-content;
    display: block;
}
.heading .h2 {
    font-family: Poppins;
    font-weight: 400;
    font-style: Regular;
    font-size: 91px;
    line-height: 1.1;
    letter-spacing: -6.16px;
    vertical-align: middle;
    color: #fff;
}
.textvideowrap {
    position: relative;
    width: 100%;
    height: 190px; /* Adjust as needed */
    overflow: hidden;
    display: flex;
    align-items: center;
    justify-content: center;
    color: white;
}

.textvideowrap video {
    position: absolute;
    top: 50%;
    left: 50%;
    min-width: 100%;
    min-height: 100%;
    transform: translate(-50%, -50%);
    z-index: 0;
    object-fit: contain;/* Optional: for better text readability */
}

.video_text {
    position: relative;
    z-index: 1;
    font-size: 160px;
    text-align: center;
    font-weight: 900;
    height: 100%;
    width: 100%;
    mix-blend-mode: multiply;
    background: #000 url(../images/testibg.png) no-repeat center center;
    color: #fff;
    line-height: 1;
    align-content: center;
    margin: 0;
    background-size: 140%;
}
.compre input[type=submit]:hover {
    color: #fff;
    border-color: #fff;
    background: transparent;
}
.publishingPage .compre {
    padding: 100px 0px;
    background: url("../images/testibg.png") no-repeat #000;
    background-size: 100% 100%;
}
.cristianretailer .cta .h2 {
    font-family: Poppins;
    font-weight: 300;
    font-size: 90px;
    line-height: 1;
    letter-spacing: 1px;
    vertical-align: middle;
}
.ecommerce-retailer .cta .h2 {
    font-family: Poppins;
    font-weight: 300;
    font-size: 80px;
    line-height: 1;
    letter-spacing: 1px;
    vertical-align: middle;
}
.popup_form_wrp textarea,
.popup_form_wrp input {
    width: 100%;
    margin: 0 0 10px;
    padding: 20px;
    border: none;
    border-bottom: 1px solid #fff;
}
/* comprehensive css */
/* authors page css */

@media screen and (max-width: 1660px) {
  .absolute_content {
    position: absolute;
    z-index: 3;
    top: 0;
    right: 303px;
    width: 477px;
    padding: 20px;
    background: linear-gradient(
181deg, #bfc0c0, #ebedec);
    scale: 0.9;
}
.custom-marquee {
    margin: 120px 0 0;
}
.cta .h2 {
    font-size: 110px;
}
}
@media screen and (max-width: 1560px) {
  .banner_title {
    font-size: 88px;
}
a.btn.banner_btn {
    font-size: 23px;
}
a.btn.banner_btn span {
    width: 60px;
    height: 60px;
    margin: 0 0 0 70px;
}
.extend .content_wrap img {
    width: 55%;
}
.homePage .banner {
    padding: 130px 0 0;
}
}
@media screen and (max-width: 1540px) {
  .absolute_content {
    position: absolute;
    z-index: 3;
    top: -33px;
    right: 276px;
    width: 446px;
    padding: 20px;
    background: linear-gradient(
181deg, #bfc0c0, #ebedec);
    scale: 0.9;
}



}
@media screen and (max-width: 1440px) {
  .absolute_content {
    position: absolute;
    z-index: 3;
    top: 0;
    right: 320px;
    width: 511px;
    padding: 20px;
    background: linear-gradient(
181deg, #bfc0c0, #ebedec);
    transform: scale(0.78) translateX(181px) translateY(-60px);
}
  .container {
    max-width: 1380px;
  }
  .extend .content_wrap img {
    display: block;
    margin: -120px 0 0 auto;
    width: 60%;
  }
  .cta .h2 {
    font-size: 80px;
  }
  .banner_title {
    font-size: 88px;
}
}
@media screen and (max-width: 1340px) {
  .extend .h2 {
    font-size: 122px;
  }
  .video_wrap video {
    object-fit: cover;
  }
  .banner_title {
    font-size: 75.177px;
  }
  .absolute_content {
    transform: scale(0.75) translateX(213px) translateY(-60px);
}
}
@media screen and (max-width: 1200px) {
  .absolute_content {
    transform: scale(0.65) translateX(336px) translateY(-120px);
}
  .container {
    max-width: 1150px;
  }
  .sec5contentwrap {
    padding: 160px 50px 50px;
  }
  .tabwrap .h3 {
    font-size: 21px;
  }
  .tabwrap {
    padding: 20px 40px;
    width: 100%;
  }
  .tab_btn {
    width: 400px;
  }
  .extend .h2 {
    font-size: 100px;
  }
  .cta .h2 {
    font-size: 70px;
  }
  .cta_wrap a {
    height: 170px;
  }
  .img_btn {
    left: 31px;
    top: -58px;
  }
  .footer_content p {
    width: 90%;
  }
  .extend .content_wrap img {
  width: 70%;
  }
  .homePage .sec2 {
    margin-top: 100vh;
  }
  .textvideowrap {
    position: relative;
    width: 100%;
    height: 100%;
    overflow: hidden;
    display: flex;
    align-items: center;
    justify-content: center;
    color: white;
}
.imgcontent .content-wrap {
    width: 70%;
    height: 100%;
    align-content: center;
}

}
@media screen and (max-width: 1024px) {
  .absolute_content {
    transform: scale(0.57) translateX(469px) translateY(-170px);
}
  .container {
    max-width: 1000px;
  }
  .banner_title {
    font-size: 94.177px;
  }
  .sec3 .content_wrap .content {
    width: 90%;
  }
  .img_btn img {
    width: 100%;
  }
  .img_btn {
    left: 23px;
    top: 3px;
  }
  .h2 {
    font-size: 40px;
  }
  .tabwrapright,
  .tabwrapleft {
    gap: 10px;
  }
  .tab_btn {
    width: 380px;
    padding: 30px 10px;
  }
  .extend .h2 {
    font-size: 90px;
  }
  .extend p {
    width: 50%;
  }
  .cta .h2 {
    font-size: 60px;
  }
  .cta_wrap a {
    width: 250px;
  }
  .cta_wrap a img {
    padding: 40px;
  }
  .sec2 .video_wrap {
    transform: translateY(40%);
  }
    .imgcontent .content-wrap {
    width: 80%;
    height: 100%;
    align-content: center;
}
section.imgcontent::after {
    width: 50%;
}
.footer_link_wrap .col-md-3 {
    flex: 0 0 auto;
    width: 45%;
}
  }

@media screen and (max-width: 575px) {
  .container {
    max-width: 100%;
  }
  .sec5contentwrap {
    padding: 160px 10px 50px;
  }
  .tabwrap {
    border-radius: 40px;
  }
  .tabwrapright,
  .tabwrapleft {
    justify-content: center;
  }
  ul.sec5ul {
    padding: 10px;
  }
  .sec5contentwrap {
    background-size: cover;
  }
  .sec4 {
    background-size: cover;
    background-position: center;
  }
  .img_btn {
    left: 20px;
    top: 48px;
    transform: rotate(0deg);
  }
  .tab_btn {
    width: 100%;
    padding: 30px 10px;
  }
  .portfolio .sec_content .slide_down {
    height: 100%;
  }
  .portfolio {
    padding: 0 20px;
    overflow: hidden;
  }
  .secbottom_bg img,
  .sec_bg .img-fluid {
    max-width: inherit;
    height: 100%;
  }
  .secbottom_bg {
    position: absolute;
    bottom: 0;
    width: 100%;
    left: 0;
    height: 19%;
  }
  .sec3 .content_wrap {
    margin: 0 auto 30px;
  }
  .tabwrap {
    flex-direction: column;
  }
  .testi_slider {
    margin: 100px 0 0 0px;
  }
  .testi_slider {
    margin: 100px 0 0 0px;
    padding: 10px;
  }
  .testi_card {
    width: 380px;
    background: #fff;
    padding: 20px 20px 0px 20px;
    border-radius: 20px;
    box-shadow: 0px 0px 10px #00000017;
    margin: 0 20px;
  }
  .testi_card .head {
    margin: 0 0 40px;
  }
  .extend .h2 {
    font-size: 50px;
    width: 100%;
    text-align: center;
  }
  .extend p {
    width: 100%;
    text-align: center;
  }
  .extend .content_wrap img {
    margin: -30px 0 0 auto;
  }
  .extend .pri_btn {
    margin: 0 auto;
    display: block;
    width: fit-content;
  }
  .extend .content_wrap img {
  width: 100%;
  }
  .cta .h2 {
    font-size: 50px;
  }
  .footer_content {
    text-align: center;
  }

  ul.social_link {
    margin: 0 auto;
  }

  .footer_link_wrap {
    text-align: center;
    margin: 50px 0 0;
  }

  .footer_bottom {
    flex-direction: column;
    text-align: center;
  }
  .footer_link_wrap ul {
    padding: 0;
    margin: 0 0 50px;
  }
  .footer_content p {
    width: 100%;
  }
  ul.port_slider {
    padding: 0;
  }
  header {
    padding: 20px 10px 10px 0;
  }
  a.btn.banner_btn {
    font-size: 23px;
  }
  a.btn.banner_btn span {
    width: 60px;
    height: 60px;
  }
  .video_wrap video {
    height: 500px;
  }
  .tabwrapright, .tabwrapleft {
    flex-wrap: wrap;
}
.sec2 .video_wrap {
    position: relative;
    width: 100%;
    height: fit-content;
    right: 0;
    top: 30px;
}
.servicePage .banner .banner_content .pri_btn {
    margin: 30px auto;
    display: block;
    width: fit-content;
}
.servicePage .banner .banner_content p {
    width: 100%;
    text-align: center;
    margin: 47px 0 0;
}

.servicePage .banner .banner_content .inner_title {
    font-size: 50px;
    letter-spacing: -4px;
    line-height: 1;
    text-align: center;
}
thead th {
    font-size: 16px;
}
tbody td {
    border: none;
    font-size: 14px;
}
ul.step_slider {
    margin: 100px 0 0 0px;
    padding: 0;
}
.step_card {
    margin: 0 23px;
}
.imgcontent .content-wrap {
    width: 100%;
    height: 100%;
    align-content: center;
}
.compre_heading p {
    width: 100% !important;
}
.absolute_content {
    transform: scale(1) translateX(0) translateY(0);
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    height: fit-content;
    margin: auto;
    padding: 30px;
    position: relative;
    width: 100%;
    background: #ffffff91;
    backdrop-filter: blur(10px);
}
.absolute_content .btn.pri_btn {
    background: #000;
    color: #fff;
    margin: 0;
    font-size: 18px;
}
.textvideowrap {
    position: relative;
    width: 100%;
    height: fit-content;
    overflow: hidden;
    display: flex;
    align-items: center;
    justify-content: center;
    color: white;
}
.heading .h2 {
    font-family: Poppins;
    font-weight: 400;
    font-style: Regular;
    font-size: 71px;
    line-height: 1.1;
    letter-spacing: -6.16px;
    vertical-align: middle;
    color: #fff;
}
.video_text {
    position: relative;
    z-index: 1;
    font-size: 80px;
    text-align: center;
    font-weight: 900;
    height: 100%;
    width: 100%;
    mix-blend-mode: multiply;
    background: #000 url(../images/testibg.png) no-repeat center center;
    color: #fff;
    line-height: 1;
    align-content: center;
    margin: 0;
    background-size: 140%;
}
}
.homePage .sec2 .video_wrap {
    position: relative;
    width: 100%;
    height: 100%;
    right: 0;
    top: 0;
}
.homePage .sec2 .video_wrap video {
    height: 100%;
    object-fit: cover;
}