@import url("https://fonts.cdnfonts.com/css/futura-std-4");

/* Components start */

* {
  /* font-family: "Futura Std", Geometric sans-serif; */
  font-family: "Kumbh Sans", sans-serif;
  font-optical-sizing: auto;
  font-style: normal;
}

@media screen and (min-width: 1920px) {
  .custom-container {
    max-width: 1540px !important;
  }
}

@media screen and (min-width: 576px) and (max-width: 768px) {
  .custom-container {
    max-width: 680px !important;
  }
}

@media screen and (min-width: 768px) and (max-width: 992px) {
  .custom-container {
    max-width: 880px !important;
  }
}

@media screen and (min-width: 992px) and (max-width: 1200px) {
  .custom-container {
    max-width: 1096px !important;
  }
}

@media screen and (min-width: 1200px) and (max-width: 1400px) {
  .custom-container {
    max-width: 1280px !important;
  }
}

@media screen and (min-width: 1400px) and (max-width: 1920px) {
  .custom-container {
    max-width: 1540px !important;
  }
}

.banner_headers {
  /* font-size: 125px; */
  font-size: 64px;
}

@media screen and (min-width: 992px) and (max-width: 1200px) {
  .banner_headers {
    font-size: 56px;
  }
}

@media screen and (max-width: 768px) {
  .banner_headers {
    font-size: 42px;
  }
}

@media screen and (min-width: 768px) and (max-width: 992px) {
  .banner_headers {
    font-size: 48px;
  }
}

.banner_descriptions {
  /* font-size: 28px; */
  font-size: 22px !important;
}

@media screen and (max-width: 576px) {
  .banner_descriptions {
    font-size: 14px;
  }
}

.fw-tiny {
  font-weight: 200;
}

.headers {
  /* font-size: 60px; */
  font-size: 40px;
}

@media screen and (max-width: 576px) {
  .headers {
    font-size: 50px;
  }
}

.fw-small {
  font-weight: 300;
}

.txt-red {
  color: #9a0003;
}

.black-bg {
  background: #000000;
}

.card-contents {
  /* font-size: 30px; */
  font-size: 22px;
}

@media screen and (min-width: 992px) and (max-width: 1200px) {
  .card-contents {
    font-size: 20px;
  }
}
.bg-red {
  background-color: #9a0003 !important;
}

@media screen and (max-width: 576px) {
  .card-contents {
    font-size: 14px;
  }
}

b {
  font-weight: 650;
}

@media screen and (max-width: 576px) {
  .fs-3 {
    font-size: 14px !important;
  }

  .single-page-headers {
    font-size: 30px !important;
  }
}

@media screen and (min-width: 576px) and (max-width: 768px) {
  .single-page-headers {
    font-size: 38px !important;
  }
}
@media screen and (min-width: 768px) and (max-width: 992px) {
  .single-page-headers {
    font-size: 40px !important;
  }
}

@media screen and (min-width: 992px) and (max-width: 1200px) {
  .single-page-headers {
    font-size: 42px !important;
  }
}

@media screen and (min-width: 1200px) and (max-width: 1400px) {
  .single-page-headers {
    font-size: 48px !important;
  }
}

.single-page-headers {
  font-size: 64px;
}

@media screen and (min-width: 992px) and (max-width: 1200px) {
  .fs-5 {
    font-size: 16px !important;
  }
}

@media screen and (min-width: 1200px) and (max-width: 1400px) {
  .fs-5 {
    font-size: 18px !important;
  }
}

@media screen and (min-width: 576px) and (max-width: 768px) {
  .fs-3 {
    font-size: 18px !important;
  }

  .fs-4 {
    font-size: 16px !important;
  }

  .fs-2 {
    font-size: 20px !important;
  }
}

/* Components end */

/* Navbar start */
@media screen and (min-width: 992px) {
  .menu-item .nav-link {
    font-size: 18px !important;
    color: #fff !important;
  }
}

.navbar-nav .active a , .mega-current_page_item {
  font-weight: 700 !important;
}

.navbar-nav a:hover {
  color: #650a34 !important;
}

nav.scrolled {
  background: linear-gradient(231.9deg, #661014 10.12%, #cc2027 84.21%) !important;
  z-index: 999999 !important;
  box-shadow: rgba(0, 0, 0, 0.1) 0px 4px 12px !important;
}

nav {
  transition: background-color 0.3s ease, color 0.3s ease; /* smooth transition */
  background-color: transparent;
}

.mobile-custom-logo {
  width: 210px;
  height: auto;
}

.offcanvas-body ul li a {
  color: #9a0003;
}

@media screen and (min-width: 992px) and (max-width: 1200px) {
  .custom-logo {
    max-width: 170px;
  }

  .menu-item .nav-link {
    font-size: 14px;
  }

  .header_useful {
    font-size: 14px;
  }
}

@media screen and (min-width: 1200px) and (max-width: 1400px) {
  .custom-logo {
    max-width: 200px;
  }
}

.custom-logo {
  max-width: 200px;
  height: auto;
}

.mega-menu-wrap{
  background-color: transparent !important;
}

.mega-menu-item{
  font-size: 18px !important;
} 

@media screen and (min-width:992px) and (max-width:1500px) {
  .mega-menu-item{
  font-size: 14px !important;
} 
}
/* Navbar end */

/* Home page start */

.home_banner {
  min-height: 100vh;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
}

@media screen and (max-width:576px) {
  .home_banner{
    min-height: 120vh !important;
  }
}

.banner_gradient {
  background: linear-gradient(
    102.77deg,
    #650a34 -9.44%,
    #bc282e 7.74%,
    #cc2027 29.6%,
    #972034 57.71%,
    #650a34 95.19%,
    #650a34 137.36%
  );
  opacity: 0.8;
}

.bg-red-gradient {
  background: linear-gradient(231.9deg, #661014 10.12%, #cc2027 84.21%);
}

.contact-section-img {
  background-position: right;
  background-repeat: no-repeat;
  background-size: cover;
}

@media screen and (max-width: 576px) {
  .contact-section-img {
    background-position: center;
  }
}

.form-control,
.wpcf7 .wpcf7-validation-errors,
.wpcf7 input[type="color"],
.wpcf7 input[type="date"],
.wpcf7 input[type="datetime-local"],
.wpcf7 input[type="datetime"],
.wpcf7 input[type="email"],
.wpcf7 input[type="file"],
.wpcf7 input[type="month"],
.wpcf7 input[type="number"],
.wpcf7 input[type="range"],
.wpcf7 input[type="search"],
.wpcf7 input[type="tel"],
.wpcf7 input[type="text"],
.wpcf7 input[type="time"],
.wpcf7 input[type="url"],
.wpcf7 input[type="week"],
.wpcf7 select,
.wpcf7 textarea {
  color: #fff !important;
  background-color: transparent !important;
  background-clip: padding-box;
  border-top: none !important;
  border-bottom: 1px solid #fff !important;
  border-left: none !important;
  border-right: none !important;
  border-radius: 0px !important;
}

.wpcf7 input[type="text"]:focus,
.wpcf7 input[type="tel"]:focus,
.wpcf7 textarea:focus,
.wpcf7 input[type="email"]:focus {
  box-shadow: none !important;
}

.wpcf7 input[type="submit"] {
  border-radius: 0px !important;
  border: 1px solid #fff !important;
  color: #fff !important;
  background-color: transparent !important;
  padding: 10px 20px;
}

.wpcf7 input[type="submit"]:hover {
  background-color: #fff !important;
  border: 1px solid #fff !important;
  color: #9a0003 !important;
}

.wpcf7 input[type="text"]::placeholder,
.wpcf7 textarea::placeholder,
.wpcf7 input[type="email"]::placeholder,
.wpcf7 input[type="tel"]::placeholder {
  color: #fff !important;
}

.blogs-bg {
  background: linear-gradient(0deg, #000000 14.73%, #282a3c 71.64%);
}

.the_line {
  border: 1px solid #fff;
  color: #fff;
  height: 6px;
  background-color: #fff;
  opacity: 1 !important;
}

.blogs_card_img {
  width: 500px;
  height: 300px;
}

@media screen and (min-width: 576px) and (max-width: 768px) {
  .blogs_card_img {
    height: 300px;
    width: 100%;
  }
}

@media screen and (max-width: 576px) {
  .blogs_card_img {
    height: 200px;
    width: auto;
  }
}

.blogs-card-title {
  min-height: 120px;
}

.blogs-short-desc {
  min-height: 80px;
}

.blogs-card-btn {
  background-color: transparent;
  border: 1px solid #fff;
  color: #fff;
  padding: 13px 20px;
  transition: all 0.3s ease;
}

.blogs-card-btn:hover {
  border: 1px solid #fff;
  color: #9a0003;
  background-color: #fff;
  font-weight: 500;
}

.blogs-card-btn:hover path {
  fill: #9a0003;
}

.abt-fortunex-btn {
  width: 40%;
}

@media screen and (max-width: 576px) {
  .abt-fortunex-btn {
    width: 80%;
  }
  .about-mid-text {
    font-size: 25px;
  }
  .fs-5 {
    font-size: 14px !important;
  }
}

.about-mid-text {
  font-size: 30px;
}

.exp_section {
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
}

.expertise-cards img {
  filter: none;
  transition: filter 0.2s ease;
}

.expertise-cards:hover .icon img {
  filter: brightness(0) invert(1);
}

.expertise-cards:hover {
  background-color: #9a0003;
}

.expertise-cards:hover p {
  color: #fff;
}

.expertise-cards p {
  color: #9a0003;
}

.icon img {
  width: 109px;
  height: 109px;
}

.icon {
  width: 109px;
  height: 109px;
  object-fit: contain;
}

@media screen and (max-width: 576px) {
  .icon img {
    width: 50px;
    height: 50px;
  }

  .icon {
    width: 50px;
    height: 50px;
    object-fit: contain;
  }
}

.lady-img {
  width: auto;
  object-fit: contain;
}

@media screen and (min-width: 576px) and (max-width: 768px) {
  .lady-img {
    height: 600px;
  }
}

@media screen and (min-width: 768px) and (max-width: 992px) {
  .lady-img {
    height: 800px;
  }
}

@media screen and (min-width: 1920px) {
  .lady-img {
    max-height: 780px;
  }
}

#typewriter::after {
  content: "|";
  animation: blink 0.7s infinite;
}

@keyframes blink {
  0%,
  100% {
    opacity: 1;
  }
  50% {
    opacity: 0;
  }
}

.scroll-image {
  top: 20%;
  height: 450px;
  transform: translateX(0);
  transition: transform 0.1s linear;
}

.wpcf7 {
  max-width: fit-content !important;
}

.abt_fortunex_section {
  overflow-x: hidden;
}

#searchInput {
  background-color: transparent !important;
  border-top: none !important;
  color: #fff !important;
  border-left: none !important;
  border-right: none !important;
  border-bottom: 1px solid #f5bac2;
}

.search-wrapper {
  position: relative;
  max-width: 400px;
}

.search-wrapper::before {
  content: "";
  background-image: url('data:image/svg+xml;utf8,<svg fill="%23f5bac2" xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24"><path d="M21.71 20.29l-3.388-3.388A8.933 8.933 0 0019 11a9 9 0 10-9 9 8.933 8.933 0 005.902-1.678l3.388 3.388a1 1 0 001.42-1.42zM4 11a7 7 0 1114 0 7 7 0 01-14 0z"/></svg>');
  background-repeat: no-repeat;
  background-size: 18px 18px;
  background-position: center;
  position: absolute;
  top: 50%;
  left: 12px;
  transform: translateY(-50%);
  width: 18px;
  height: 18px;
  opacity: 0.6;
  pointer-events: none;
}

.search-wrapper input {
  width: 100%;
  padding: 10px 10px 10px 40px;
  border: 1px solid #f5bac2;
  font-size: 16px;
}

#searchInput::placeholder {
  color: #f5bac2 !important;
}

 .scroll-indicator {
  position: absolute;
  bottom: 20px;
  left: 50%;
  transform: translateX(-50%);
  text-align: center;
  text-decoration: none;
  z-index: 10;
}

.mouse {
  width: 30px;
  height: 50px;
  border: 2px solid #fff;
  border-radius: 20px;
  position: relative;
  margin: 0 auto 10px;
}

.scroll {
  width: 4px;
  height: 10px;
  background-color: #fff;
  border-radius: 2px;
  position: absolute;
  top: 10px;
  left: 50%;
  transform: translateX(-50%);
  animation: scrollAnim 1.5s infinite;
}

@keyframes scrollAnim {
  0% {
    opacity: 0;
    transform: translate(-50%, 0);
  }
  50% {
    opacity: 1;
    transform: translate(-50%, 10px);
  }
  100% {
    opacity: 0;
    transform: translate(-50%, 20px);
  }
}

.arrow-down {
  font-size: 20px;
  color: #fff;
  animation: bounceArrow 1.5s infinite;
}

@keyframes bounceArrow {
  0%, 100% {
    transform: translateY(0);
  }
  50% {
    transform: translateY(5px);
  }
}

/* Home page end */

/* Footer start */
.footer-bg {
  background: linear-gradient(180deg, #000000 0%, #3a3a3a 47.55%, #000000 100%);
}

.footer_menu_3 li a {
  text-decoration: none;
  font-size: 16px;
  font-weight: 300;
  color: #fff;
}

.footer_menu_3 li,
.footer_menu_1 li {
  list-style: none;
}

.newsletter-form {
  background-color: #fff;
  color: rgba(0, 0, 0, 0.25);
  width: fit-content;
}

.email-input {
  color: rgba(0, 0, 0, 0.25) !important;
  max-width: 200px;
}

.newsletter-svg path {
  fill: rgba(214, 18, 18, 1);
}

.footer_menu_1 li a {
  text-decoration: none;
  font-weight: 700;
  font-size: 20px;
  color: #fff;
}

.footer_menu_1 li {
  padding-bottom: 15px;
}

.footer_menu_1 {
  padding-left: 0px;
}

.newsletter-email {
  color: #000000 !important;
}

.newsletter-form p {
  margin-bottom: 0px !important;
}

.email-input::placeholder {
  color: #3a3a3a !important;
}

.fa-x-twitter::before {
  font-size: 30px;
  color: #000000;
}

.fa-linkedin-in::before {
  font-size: 30px;
  color: #000000;
}

.fa-youtube::before {
  font-size: 30px;
  color: #000000;
}

.social-icons-footer {
  padding: 8px 8px;
  border-radius: 50%;
}

.footer-seperator {
  color: #727272;
}

.company-text:hover {
  color: #9a0003;
}

.company-text {
  color: #fff;
}

#news::placeholder {
  color: rgba(0, 0, 0, 0.25) !important;
}

#news {
  color: #000000 !important;
}

@media screen and (max-width: 576px) {
  #menu-footer-menu-three {
    padding-left: 0px !important;
  }
}

@media screen and (min-width: 992px) and (max-width: 1200px) {
  .fa-x-twitter::before,
  .fa-linkedin-in::before,
  .fa-youtube::before {
    font-size: 15px;
  }

  .social-icons-footer {
    padding: 4px 8px;
    border-radius: 50%;
  }
}

@media screen and (min-width: 1200px) and (max-width: 1400px) {
  .fa-x-twitter::before,
  .fa-linkedin-in::before,
  .fa-youtube::before {
    font-size: 20px;
  }

  .social-icons-footer {
    padding: 6px 8px;
    border-radius: 50%;
  }
}

.social-icons-footer:hover .fa-x-twitter::before,
.social-icons-footer:hover .fa-linkedin-in::before,
.social-icons-footer:hover .fa-youtube::before {
  color: #9a0003 !important;
}

.footer_logo {
  width: 220px;
  height: auto;
}

.footer_menu_1 li a:hover , .footer_menu_3 li a:hover , .footer_clickable:hover {
  color: #9a0003 !important;
}
/* Footer end */

/* About us start */
.abt-bg-gradient {
  background: linear-gradient(
    102.77deg,
    #650a34 -9.44%,
    #bc282e 7.74%,
    #cc2027 29.6%,
    #972034 57.71%,
    #650a34 95.19%,
    #650a34 137.36%
  );
}

.abt-bg-grey {
  background: linear-gradient(
    180deg,
    #6b6b6b 0%,
    #606060 26.44%,
    #333333 79.81%
  );
}

.about-us-top {
  min-height: 95vh;
}

.abt-linkedin .fa-linkedin-in::before,
.abt-email .fa-envelope::before {
  font-size: 22px;
  color: #9a0003;
  background-color: #fff;
  padding: 5px 7px;
  border-radius: 50%;
  transition: all 0.3s ease;
}

.abt-linkedin:hover .fa-linkedin-in::before,
.abt-email:hover .fa-envelope::before {
  color: #fff;
  background-color: #9a0003;
}
/* About us end */

/* Expertise start */
.bg-pink {
  background: rgba(244, 227, 229, 1);
}

@media screen and (max-width: 576px) {
  .listing_of_expertise {
    margin-top: -200px;
  }
}

@media screen and (min-width: 576px) and (max-width: 768px) {
  .listing_of_expertise {
    margin-top: -220px;
  }
}

@media screen and (min-width: 768px) and (max-width: 992px) {
  .listing_of_expertise {
    margin-top: -220px;
  }
}

@media screen and (min-width: 992px) and (max-width: 1200px) {
  .listing_of_expertise {
    margin-top: -240px;
  }
}

@media screen and (min-width: 1200px) and (max-width: 1400px) {
  .listing_of_expertise {
    margin-top: -240px;
  }
}

@media screen and (min-width: 1400px) and (max-width: 1920px) {
  .listing_of_expertise {
    margin-top: -260px;
  }
}

@media screen and (min-width: 1920px) {
  .listing_of_expertise {
    margin-top: -280px;
  }
}

.industries_column ul{
margin-bottom: 0px;
}

/* Expertise end */

/* Single experties start */
@media screen and (min-width: 1920px) {
  .industries_column {
    max-width: 50%;
  }

  .detail_box {
    padding: 90px 90px;
  }

  .detail_box {
    margin-top: -200px;
  }
}

@media screen and (min-width: 1200px) {
  .industries_column {
    max-width: 50%;
  }
}

@media screen and (min-width: 576px) and (max-width: 768px) {
  .detail_box {
    margin-top: -200px;
  }
}

@media screen and (min-width: 768px) and (max-width: 992px) {
  .detail_box {
    margin-top: -200px;
  }
}

@media screen and (min-width: 992px) and (max-width: 1200px) {
  .detail_box {
    margin-top: -200px;
  }
}

@media screen and (min-width: 1200px) and (max-width: 1400px) {
  .detail_box {
    margin-top: -200px;
  }
}

@media screen and (min-width: 1400px) and (max-width: 1920px) {
  .detail_box {
    margin-top: -200px;
  }
}

@media screen and (max-width: 576px) {
  .detail_box {
    padding: 20px 20px;
  }
}

@media screen and (min-width: 576px) and (max-width: 1200px) {
  .detail_box {
    padding: 50px 30px;
  }
}

@media screen and (min-width: 1200px) and (max-width: 1920px) {
  .detail_box {
    padding: 75px 60px;
    margin-top: -180px;
  }
}

.banner_single_expert {
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat;
}
/* Single experties end */

/* Insights listing start */
.insights-card-btn {
  background-color: #9a0003;
  border: 1px solid #9a0003;
  color: #fff;
  padding: 13px 20px;
  transition: all 0.3s ease;
}

.insights-card-btn:hover {
  border: 1px solid #9a0003;
  color: #9a0003;
  background-color: #fff;
  font-weight: 500;
}

.insights-card-btn:hover path {
  fill: #9a0003;
}

.insights-card-btn path {
  fill: #fff;
}

@media screen and (min-width: 1920px) {
  .trending-stories {
    margin-top: -165px;
  }
}

@media screen and (min-width: 576px) and (max-width: 768px) {
  .trending-stories {
    margin-top: -165px;
  }
}

@media screen and (min-width: 768px) and (max-width: 992px) {
  .trending-stories {
    margin-top: -165px;
  }
}

@media screen and (min-width: 992px) and (max-width: 1200px) {
  .trending-stories {
    margin-top: -165px;
  }
}

@media screen and (min-width: 1200px) and (max-width: 1400px) {
  .trending-stories {
    margin-top: -165px;
  }
}

@media screen and (min-width: 1400px) and (max-width: 1920px) {
  .trending-stories {
    margin-top: -165px;
  }
}

@media screen and (max-width: 576px) {
  .detail_box {
    margin-top: -150px;
  }
}

.filter-form {
  padding: 10px 10px;
  color: #9a0003;
  border: 1px solid #9a0003;
}

.the_filter_col {
  background-color: #f1f1f1;
}

input[name="ofsearch"] {
  border-bottom: 2px solid #9a0003;
  border-top: none !important;
  border-left: none !important;
  border-right: none !important;
  padding: 10px;
  color: #9a0003 !important;
  background-color: transparent !important;
  width: 100%;
}

#thisIsSearch .searchandfilter ul {
  display: flex;
  flex-direction: column;
}

#thisIsSearch input[type="submit"] {
  padding: 8px 50px;
  font-weight: 700;
  background-color: #9a0003 !important;
  border: 1px solid #9a0003 !important;
  color: #fff !important;
  margin-top: 25px;
  font-size: 20px;
}

#thisIsSearch ul {
  padding-left: 0px !important;
  margin-left: 16px !important;
}

#this_is_category li {
  width: 100%;
}

#this_is_category input[type="radio"],
#this_is_category input[type="submit"] {
  display: none;
}

#this_is_category ul {
  padding-left: 0px !important;
  margin-left: 16px !important;
}

#this_is_category ul li label {
  margin-bottom: 15px;
  cursor: pointer;
  color: #9a0003;
}

#this_is_category ul li label:hover {
  color: #ca7879;
}
/* Insights listing end */

/* Single insights start */
.single_insights_img {
  width: 100%;
  height: 650px;
  object-fit: cover;
}

.single_insights_content {
  color: #9a0003;
}

#first-name,
#last-name,
#company,
#designation,
#phone,
#email,
#help,
#tum {
  color: #9a0003 !important;
  background-color: transparent !important;
  background-clip: padding-box;
  border-top: none !important;
  border-bottom: 1px solid #9a0003 !important;
  border-left: none !important;
  border-right: none !important;
  border-radius: 0px !important;
}

#first-name::placeholder,
#last-name::placeholder,
#company::placeholder,
#designation::placeholder,
#phone::placeholder,
#email::placeholder,
#help::placeholder,
#tum::placeholder {
  color: #9a0003 !important;
}

#comoncf7submit {
  border-radius: 0px !important;
  border: 1px solid #9a0003 !important;
  color: #fff !important;
  background-color: #9a0003 !important;
  padding: 10px 20px;
}

#comoncf7submit:hover {
  background-color: #fff !important;
  color: #9a0003 !important;
}

.contact-form .wpcf7 {
  max-width: 100% !important;
}

.blogs-card-title a:hover{
color: #9a0003 !important;
}

.blogs-card-title a{
  color: #fff;
}
/* Single insights end */
