/*
* ----------------------------------------------------------------------------------------
* SCROLLBAR
* GLOBAL
* PRELOADER & BOUNCE
* HOMEPAGE
* ABOUT
* PERSONAL ACCOMPLISHMENTS
* CONTACT ME AREA
* CONTACT INPUTS
* Submit Button
* FOOTER
* CAPTCHA
* ----------------------------------------------------------------------------------------
*/

/*----------  SCROLLBAR  ----------*/
::-webkit-scrollbar {
  background: white;
  width: 10px;
}

::-webkit-scrollbar-thumb {
  background: #333333;
  border-radius: 20px;
}

/*----------  GLOBAL  ----------*/
body {
  height: 100%;
  line-height: 24px;
  letter-spacing: 1px;
  font-family: "Karla", "Karla", sans-serif;
  font-size: 16px;
  font-weight: 400;
}

html,
body {
  height: 100%;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  font-family: "Montserrat", sans-serif;
}

a {
  -webkit-transition: all 0.2s;
  -webkit-transition: all 0.4s;
  transition: all 0.2s;
  text-decoration: none;
  color: #212121;
  font-family: "Montserrat", sans-serif;
}

img {
  width: 100%;
}

svg {
  margin-top: -4px;
  vertical-align: middle;
}

a:hover {
  text-decoration: none;
  color: #999999;
}

a:focus {
  outline: none;
  text-decoration: none;
}

p {
  line-height: 32px;
}

ul,
li {
  margin: 0;
  padding: 0;
}

fieldset {
  margin: 0 auto;
  border: 0 none;
  padding: 0;
}

.no-padding {
  padding: 0;
}

.section-padding {
  padding: 70px 0px;
}

.section-title {
  margin-bottom: 60px;
  text-align: center;
}

.section-title h2 {
  margin-top: 0;
  font-weight: 900;
}

.section-title h2::before {
  position: absolute;
  top: 40px;
  left: 50%;
  margin-top: 10px;
  margin-left: -50px;
  background: #212121 none repeat scroll 0 0;
  width: 100px;
  height: 2px;
  content: "";
}

.section-title h2::after {
  position: absolute;
  top: 50px;
  left: 50%;
  margin-top: 10px;
  margin-left: -25px;
  background: #212121 none repeat scroll 0 0;
  width: 50px;
  height: 2px;
  content: "";
}

.section-title p {
  font-weight: 300;
}

.navbar-toggle {
  background-color: #f9f9f9;
}

.icon-bar {
  background-color: #212121 !important;
}

/*----------  PRELOADER  ----------*/
.preloader-area {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 9999;
  background: #212121;
}

.loader {
  box-sizing: border-box;
  display: block;
  position: fixed;
  top: 50%;
  left: 50%;
  margin-top: -2rem;
  margin-left: -2rem;
  border-top: 2px solid #fff;
  border-right: 2px solid #ff00;
  border-left: 2px solid #fff;
  border-radius: 50%;
  width: 4rem;
  height: 4rem;
  animation: loader .7s infinite linear;
  text-align: center;
}

@keyframes loader {
  to {
    transform: rotate(360deg);
  }
}

/*----------  HOMEPAGE  ----------*/
.welcome-area {
  height: 100%;
}

.welcome-image-area {
  position: relative;
  z-index: 1;
  background-size: cover;
  height: 100%;
}

.welcome-image-area:after {
  position: absolute;
  top: 0;
  left: 0;
  z-index: -1;
  background: rgba(0, 0, 0, 0.7);
  width: 100%;
  height: 100%;
  content: "";
}

#video-background {
  object-fit: cover;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

.display-table {
  display: table;
  width: 100%;
  height: 100%;
}

.display-table-cell {
  display: table-cell;
  vertical-align: middle;
}

.header-text {
  margin-top: 60px;
}

.header-text h2 {
  margin: 0;
  letter-spacing: 5px;
  color: #fff;
  font-size: 50px;
  font-weight: 900;
}

.header-text p {
  display: inline-block;
  margin-bottom: 30px;
  border-radius: 10px;
  background: #fff;
  padding: 4px 10px;
  text-indent: 4px;
  letter-spacing: 4px;
  color: #212121;
  font-family: Arial, Helvetica, sans-serif;
  font-size: 12px;
  font-weight: 900;
}

.header-top-area {
  -webkit-transition: all 0.4s ease-out;
  position: fixed;
  top: 0;
  left: 0;
  transition: all 0.4s ease-out;
  z-index: 9999;
  width: 100%;
}

.logo {
  -webkit-transition: all 0.3s ease-out;
  transition: all 0.3s ease-out;
  padding-top: 35px;
}

.logo a {
  display: block;
  position: relative;
  letter-spacing: 6px;
  color: #fff;
  font-size: 18px;
  font-weight: 900;
}

.mainmenu .navbar-nav li a {
  -webkit-transition: 0.3s;
  transition: 0.3s;
  padding: 30px 15px;
  text-transform: uppercase;
  letter-spacing: 1px;
  color: #fff;
  font-size: 12px;
  font-weight: 600;
}

.mainmenu .navbar-nav li a:hover {
  -webkit-transition: all 0.3s ease-out;
  transition: all 0.3s ease-out;
  background: none;
  color: rgba(255, 255, 255, 0.5);
}

.nav li a:focus,
.nav li a:hover {
  -webkit-transition: all 0.3s ease-out;
  transition: all 0.3s ease-out;
  background: none;
  color: #fff;
}

.navbar {
  margin: 0;
}

.menu-bg {
  -webkit-transition: all 0.3s ease-out;
  transition: all 0.3s ease-out;
  background: #212121;
}

.menu-bg .logo {
  -webkit-transition: all 0.3s ease-out;
  transition: all 0.3s ease-out;
  padding-top: 18px;

}

.menu-bg .mainmenu .navbar-nav li a {
  -webkit-transition: 0.3s;
  transition: 0.3s;
  padding: 20px 15px;
  color: #fff;
}

.menu-bg .mainmenu .navbar-nav li a:hover {
  -webkit-transition: all 0.3s ease-out;
  transition: all 0.3s ease-out;
  color: rgba(255, 255, 255, 0.5);
}

a.about-me-btn {
  display: inline-block;
  margin-top: 40px;
  border: 1px solid #fff;
  border-radius: 10px;
  background: transparent;
  cursor: pointer;
  padding: 15px 80px;
  text-transform: uppercase;
  color: #fff;
  font-size: 12px;
}

a.about-me-btn:hover {
  border: 1px solid #fff;
  background: transparent;
  background: #fff;
  color: #212121;
}

/*----------  ABOUT  ----------*/
.about-me-area {
  border-bottom: 1px solid #212121;
  background-color: #f9f9f9;
}

.about-text p {
  border: 1px solid black;
  border-radius: 10px;
  padding: 30px;
  text-align: justify;
}

a.download-btn {
  display: inline-block;
  margin-top: 40px;
  margin-right: 10px;
  border: 1px solid #212121;
  background: #212121;
  padding: 10px 25px;
  text-transform: uppercase;
  color: #fff;
  font-size: 12px;
}

a.download-btn:hover {
  border: 1px solid #212121;
  background: transparent;
  color: #212121;
}

.social-links {
  margin-top: 20px;
}

.social-links ul {
  margin: 0;
  padding: 0;
  list-style: none;
}

.social-links ul li {
  display: inline-block;
  margin: 0px 5px;
  margin-bottom: 10px;
}

.social-links ul li a {
  display: block;
  border: 1px solid #fff;
  border-radius: 10px;
  width: 40px;
  height: 40px;
  text-align: center;
  line-height: 40px;
  color: #fff;
}

.social-links ul li a:hover {
  color: rgba(255, 255, 255, 0.5);
}

/*----------  MY SOCIALS  ----------*/
.my-socials-area {
  border-bottom: 1px solid #212121;
  background-color: #f9f9f9;
}

.single-process i {
  margin-top: 10px;
  margin-bottom: 10px;
  font-size: 40px;
}

.single-process h2 {
  margin: 20px 0px;
  border-bottom: 1px solid black;
  padding-bottom: 10px;
  color: #212121;
  font-size: 14px;
  font-weight: 700;
}

.single-process p {
  margin-bottom: 0;
}

.single-process-box-left,
.single-process-box-right,
.single-process-box-middle {
  top: 0;
  transition: all 0.1s cubic-bezier(0.68, -0.07, 0.25, 0.93) 0s;
  border: 1px solid transparent;
  border-radius: 10px;
  padding: 25px;
}

.single-process-box-left:hover,
.single-process-box-right:hover,
.single-process-box-middle:hover {
  top: -7px;
  border-color: #212121;
  box-shadow: 0 25px 45px 0 rgba(0, 0, 0, 0.08);
  background: #f9f9f9;
}

.single-process svg {
  width: 15px;
  height: 15px;
}

/*----------  SOURCES  ----------*/
/* Sources Section Modern Styling */
.sources-area {
  background: #f8f9fa;
  border-bottom: 1px solid;
}

.sources-area .section-title {
  margin-bottom: 60px;
}

.sources-area .section-title h2 {
  margin-bottom: 50px;
}

.sources-area .subtitle {
  color: #6c757d;
  font-size: 18px;
  font-weight: 300;
  text-decoration: none !important;
}

.sources-area .section-title p {
  text-decoration: none !important;
  text-decoration-line: none !important;
  text-decoration-style: none !important;
}

/* Additional fix for subtitle display */
#sources .subtitle,
.sources-area .subtitle,
.sources-area p.subtitle {
  color: #6c757d !important;
  font-size: 18px !important;
  font-weight: 300 !important;
  text-decoration: none !important;
  text-decoration-line: none !important;
  text-decoration-style: none !important;
  font-style: normal !important;
}

.sources-grid {
  margin-top: 40px;
}

.source-card {
  background: #fff;
  border-radius: 15px;
  box-shadow: 0 5px 20px rgba(0, 0, 0, 0.08);
  padding: 0;
  margin-bottom: 30px;
  transition: all 0.3s ease;
  overflow: hidden;
  height: 100%;
}

.source-card:hover {
  transform: translateY(-5px);
  box-shadow: 0 10px 30px rgba(0, 0, 0, 0.15);
}

.source-link {
  display: block;
  padding: 30px;
  text-decoration: none;
  color: inherit;
  position: relative;
  height: 100%;
}

.source-icon {
  width: 60px;
  height: 60px;
  border-radius: 12px;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 24px;
  color: #fff;
  margin-bottom: 20px;
  transition: all 0.3s ease;
}

.source-card:hover .source-icon {
  transform: scale(1.1);
}

/* Icon background colors */
.source-icon.linkedin {
  background: linear-gradient(135deg, #0077b5, #0a66c2);
}

.source-icon.imdb {
  background: linear-gradient(135deg, #f5c518, #e4b005);
}

.source-icon.crunchbase {
  background: linear-gradient(135deg, #0075ff, #0056cc);
}

.source-icon.dealroom {
  background: linear-gradient(135deg, #7c3aed, #6d28d9);
}

.source-icon.aboutme {
  background: linear-gradient(135deg, #00a8cc, #0086a8);
}

.source-icon.fandom {
  background: linear-gradient(135deg, #002d72, #00224d);
}

.source-icon.everybodywiki {
  background: linear-gradient(135deg, #636363, #4a4a4a);
}

.source-icon.muckrack {
  background: linear-gradient(135deg, #ff6b35, #f54e1a);
}

.source-icon.medium {
  background: linear-gradient(135deg, #000000, #292929);
}

.source-card h3 {
  font-size: 20px;
  font-weight: 600;
  margin-bottom: 8px;
  color: #212529;
}

.source-card p {
  font-size: 14px;
  color: #6c757d;
  margin-bottom: 0;
}

.source-arrow {
  position: absolute;
  bottom: 20px;
  right: 20px;
  opacity: 0;
  transition: all 0.3s ease;
  color: #6c757d;
}

.source-card:hover .source-arrow {
  opacity: 1;
  right: 15px;
}

/* Remove old source container styles */
.source-container {
  padding-top: 0;
  padding-bottom: 0;
  display: flex;
  align-items: center;
  justify-content: flex-start; /* Align to the left */
  max-width: 400px; /* Set a maximum width */
  margin: 10px auto; /* Center the container horizontally and add some margin */
  margin-right: px;
  border-bottom: 1px solid #ddd; /* Add a bottom border */
  padding-bottom: 10px; /* Add some padding at the bottom */
  background-color: #f9f9f9; /* Add background color */
  border-radius: 10px; /* Add rounded corners */
  box-shadow: 0 4px 8px rgba(0, 0, 0, 0.1); /* Add box shadow */
  transition: transform 0.3s, box-shadow 0.3s; /* Add transition for hover effects */
}

.source-container:hover {
  transform: translateY(-5px); /* Lift the container on hover */
  box-shadow: 0 8px 16px rgba(0, 0, 0, 0.2); /* Enhance the shadow on hover */
}

.source-container .single-process {
  display: flex;
  align-items: center;
  justify-content: flex-start; /* Align items to the left */
  width: 100%;
  padding: 15px; /* Add padding inside the container */
}

.source-container .single-process i {
  margin-right: 10px;
  font-size: 24px; /* Increase icon size */
  color: #007bff; /* Change icon color */
}

.source-container .source-text {
  display: inline-block;
  font-size: 16px; /* Increase font size */
  color: #333; /* Change text color */
}

.source-container .source-text a {
  text-decoration: none; /* Remove underline from links */
  color: inherit; /* Inherit text color */
}

.source-container .source-text a:hover {
  color: #007bff; /* Change link color on hover */
}

/*----------  CONTACT AREA  ----------*/
.contact-me-area {
  background-color: #f9f9f9;
}

.single-contact-details {
  display: block;
  position: relative;
  top: 0;
  transition: all 0.3s cubic-bezier(0.68, -0.07, 0.25, 0.93) 0s;
  margin: 10px 0;
  border: 1px solid rgba(204, 204, 204, 0.5);
  border-radius: 10px;
  padding: 15px;
  text-decoration: none;
  color: #333;
}

.single-contact-details:hover {
  top: -7px;
  transition: 0.3s;
  border: 1px solid rgba(51, 51, 51, 0.5);
  box-shadow: 0 8px 40px 0 rgba(0, 0, 0, 0.08);
  box-shadow: 0 25px 45px 0 rgba(0, 0, 0, 0.15);
  background: #fff;
}

.single-contact-details .contact-title {
  margin-top: 20px;
  letter-spacing: 1px;
  font-size: 14px;
}

.single-contact-details .contact-email {
  font-size: 18px;
}

/*----------  CONTACT FORM  ----------*/
.group {
  position: relative;
}

.contact-form {
  margin-top: 30px;
  border-radius: 3px;
}

.input {
  display: block;
  border: none;
  border-bottom: 1px solid #515151;
  background: transparent;
  padding: 10px 10px 15px 5px;
  width: 100%;
  font-size: 16px;
}

.form-group {
  position: relative;
  margin-bottom: 30px;
}

.input[name="message"] {
  margin-top: 10px;
  padding: 0px 10px 0px 5px;
}

.input:focus {
  outline: none;
  border-color: #5264ae;
}

label {
  position: absolute;
  top: 10px;
  left: 20px;
  transition: 0.2s ease all;
  color: #999;
  font-size: 18px;
  font-weight: normal;
  pointer-events: none;
}

.input:focus~label,
.input:valid~label {
  top: -20px;
  color: #5264ae;
  font-size: 14px;
}

.bar {
  display: block;
  position: relative;
  width: 100%;
}

.bar:before,
.bar:after {
  position: absolute;
  bottom: 1px;
  transition: 0.2s ease all;
  background: rgb(33, 33, 33);
  width: 0;
  height: 2px;
  content: "";
}

.bar:before {
  left: 50%;
}

.bar:after {
  right: 50%;
}

.input:focus~.bar:before,
.input:focus~.bar:after {
  width: 50%;
}

@keyframes inputHighlighter {
  from {
    background: #5264ae;
  }

  to {
    background: transparent;
    width: 0;
  }
}

/*----------  SUBMIT BUTTON  ----------*/
.submitbutton {
  -webkit-box-shadow: 4px 8px 19px -3px rgba(0, 0, 0, 0.27);
  position: relative;
  transition: all 250ms;
  z-index: 1;
  margin: 32px;
  border: unset;
  border-radius: 10px;
  box-shadow: 4px 8px 19px -3px rgba(0, 0, 0, 0.27);
  background: #e8e8e8;
  padding: 20px;
  overflow: hidden;
  color: #212121;
  font-size: 17px;
  font-weight: 1000;
}

.submitbutton::before {
  -webkit-box-shadow: 4px 8px 19px -3px rgba(0, 0, 0, 0.27);
  position: absolute;
  top: 0;
  left: 0;
  transition: all 250ms;
  z-index: -1;
  border-radius: 15px;
  box-shadow: 4px 8px 19px -3px rgba(0, 0, 0, 0.27);
  background-color: #212121;
  width: 0;
  height: 100%;
  content: "";
}

.submitbutton:hover {
  color: #e8e8e8;
}

.submitbutton:hover::before {
  width: 100%;
}

/*----------  FOOTER  ----------*/
.footer-area {
  background: #212121;
  padding: 30px 0px;
  color: #f8f8f8;
}

.footer-area p {
  margin-bottom: 0;
  font-size: 14px;
}

/*----------  CAPTCHA  ----------*/
.g-recaptcha {
  display: block;
  margin-right: auto;
  margin-left: auto;
  max-width: 305px;
  text-align: center;
}