/*
	Theme Name: Masadder Capital
	Theme URI: https://haroonmalik.me
	Description: Masadder Capital 
  Version: 1.4.3
	Author: 
	Author URI: https://haroonmalik.me
	Tags: Blank, HTML5, CSS3

	License: MIT
	License URI: http://opensource.org/licenses/mit-license.php
*/

/*------------------------------------*\
    MAIN
\*------------------------------------*/

/* global box-sizing */
*,
*:after,
*:before {
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  -webkit-font-smoothing: antialiased;
  font-smooth: antialiased;
  text-rendering: optimizeLegibility;
}
/* html element 62.5% font-size for REM use */
html {
  overflow-x: hidden;
  transition: all 0.45s ease-in-out !important;
}
body {
  overflow-x: hidden;
  transition: all 0.45s ease-in-out !important;
}
h1,
h2,
h3,
h4,
h5,
h6 {
  margin: 0;
}
/* clear */
.clear:before,
.clear:after {
  content: " ";
  display: table;
}

.clear:after {
  clear: both;
}
img {
  max-width: 100%;
  vertical-align: bottom;
}
a {
  color: #ffffff;
  text-decoration: none;
  transition: all 0.45s ease-in-out !important;
}
a:hover {
	opacity: 0.5 !important;
}
a:focus {
  outline: 0;
}
a:hover,
a:active {
  outline: 0;
}
input:focus {
  outline: 0;
  border: 1px solid #04a4cc;
}
.playfair {
  font-family: "Playfair Display", serif !important;
}
.italic {
  font-style: italic !important;
}
.center-align {
  text-align: center;
}
.full-width {
  width: 100%;
}
.margin-top {
  margin-top: 35px !important;
}
.red-color {
  color: #eb4056 !important;
}
.navy-color {
  color: #0e1a33 !important;
}
.black-color {
  color: #000 !important;
}
.white-color {
  color: #fff !important;
}
.bold {
  font-weight: 700 !important;
}
.mid-bold {
  font-weight: 500 !important;
}
.low-spacing {
  letter-spacing: -1px !important;
}
.large-font {
  font-size: 9rem !important;
  line-height: 1;
  letter-spacing: -0.5px;
}

.large-font-1 {
  font-size: 6rem !important;
  line-height: 0.8;
}
.large-font-2 {
  font-size: 4.75rem !important;
  line-height: 1 !important;
}
.large-font-3 {
  font-size: 2.75rem !important;
}
.title-margins {
  margin: 20px 0 0 0;
}
.sub-margins {
  margin: 10px 0 0 0;
}
.bottom-margins {
  margin-bottom: 35px !important;
}

.sub-heading {
  font-size: 2rem;
}
.uppercase {
  text-transform: uppercase;
}
.float-left {
  float: left;
}
.shadow {
  -webkit-box-shadow: 6px 6px 12px 20px rgb(206, 214, 218);
  -moz-box-shadow: 6px 6px 12px 20px rgb(206, 214, 218);
  box-shadow: 6px 6px 12px 20px rgb(206, 214, 218);
}
.round-edges {
  border-radius: 25px;
}

/*------------------------------------*\
    STRUCTURE
\*------------------------------------*/

/* wrapper */
.wrapper {
  /*max-width:1280px;
	width:95%;*/
  margin: 0 auto;
  position: relative;
}
/* header */
.header {
  padding: 20px;
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  background-color: rgba(14, 26, 51, 0);
  z-index: 100000;
  transition: 0.2s;
}
.head {
  align-items: center;
}
/* logo */
.logo {
  text-align: center;
}
.logo-img {
  width: 200px;
}
.logo-icon {
  width: 20px;
}
/* nav */
.nav {
  display: none !important;
}
/* sidebar */
.sidebar {
  display: none;
}
/* footer */
.footer {
  display: none;
}
.burger-menu-icon {
  text-align: right;
}

input{
	width:100% !important;
	padding:16px !important;
	border:1px solid rgba(0,0,0,0.1) !important;
	font-family: "Inter" !important;
	font-size: 14px !important;
}
.form, .form p, .form span{
	padding:0;
	Margin:0;
}
.form{
	display:flex;
}

/*------------------------------------*\
    PAGES
\*------------------------------------*/

#scrollToTop {
  opacity: 0;
}

.arrow-anim {
  position: fixed;
  z-index: 100000;
  right: 30px;
  bottom: 30px;
}

.hero-banner {
  background-color: rgba(14, 26, 51, 1);
  width: 100%;
  height: 100vh;
  overflow: hidden;
  position: relative;
}

#portfolio-video-faded {
  width: 100%;
  height: auto;
  z-index: 0;
  position: absolute;
  top: 0;
  left: 0;
}

.banner-main {
  z-index: 1;
  margin: auto;
  text-align: center;
  padding-top: 20px;
}

.seperator-text {
  margin-bottom: 65px;
}

.inner-section {
  width: 100%;
  height: 90vh;
  background-size: cover;
  background-position: center bottom;
}

.message {
  width: 100%;
  padding: 0 30px;
}

.flex {
  display: flex;
  justify-content: center;
  align-items: center;
}

.inner-sub-section {
  width: 100%;
  height: 90vh;
  background-size: cover;
  background-position: center bottom;
}

#projects {
  max-width: 1330px;
  width: 100%;
  margin: auto;
}
.project-item {
  padding: 0 65px;
}
.project-item:nth-child(2n) {
  margin-top: 100px;
}
/* .project-item{
	opacity: 0;
	-webkit-transition: all 1s ease-in-out;
	-ms-transition: all 1s ease-in-out;
	-moz-transition: all 1s ease-in-out;
	-o-transition: all 1s ease-in-out;
	transition: all 1s ease-in-out;
} */
.p-link {
  display: block;
  width: 100%;
  height: 100%;
}
.p-img {
  width: 0%;
  height: 350px;
  overflow: hidden;

  opacity: 0;
  -webkit-transition: all 0.65s ease-in-out;
  -ms-transition: all 0.65s ease-in-out;
  -moz-transition: all 0.65s ease-in-out;
  -o-transition: all 0.65s ease-in-out;
  transition: all 0.65s ease-in-out;
}
.p-img-item {
  width: 100%;
  height: 100%;
  background-position: center;
  background-size: cover;
  transform: scale(1.05);
  transition: all 0.5s ease-in-out;
}
.p-img:hover .p-img-item,
.p-img:focus .p-img-item {
  transform: scale(1);
}

.visible {
  opacity: 1 !important;
  width: 100% !important;
}

.project-services ul {
  margin: 20px 0 0 0;
  padding: 0;
  list-style: none !important;
}
.project-services ul li {
  display: inline-block;
  margin-right: 20px;
}
.project-services ul li::before {
  display: inline-block;
  content: "";
  -webkit-border-radius: 0.375rem;
  border-radius: 0.375rem;
  height: 0.75rem;
  width: 0.75rem;
  margin-right: 1rem;
  background-color: #eb4056;
  margin-bottom: 1px;
}

#response {
  display: none;
  opacity: 0;
}
#circle {
  transition: all 0.25s ease-out;
  position: absolute;
  width: 25px;
  height: 25px;
  border-radius: 50%;
  background: #eb4056;
  opacity: 0;
  z-index: 10000;
  margin: auto;
  top: -25px;
  left: -25px;
  pointer-events: none;
  overflow: hidden;
}
.viweDetails {
  display: flex;
  width: 125px;
  height: 125px;
  justify-content: center;
  align-items: center;
  opacity: 0;
}
.viweDetails p {
  margin: 0;
  padding: 0;
  color: #fff;
  font-weight: bold;
  text-align: center;
  display: block;
}
.sub-text-wrap {
  width: 100%;
  padding: 0 30px;
  max-width: 650px;
  margin: auto;
}
.greetings {
  display: contents;
}

#showreelArea {
  width: 100%;
  margin: auto;
  margin-bottom: 80px;
}

.showreel-container {
  width: 100%;
  height: 550px;
  overflow: hidden;

  opacity: 0;
  -webkit-transition: all 0.65s ease-in-out;
  -ms-transition: all 0.65s ease-in-out;
  -moz-transition: all 0.65s ease-in-out;
  -o-transition: all 0.65s ease-in-out;
  transition: all 0.65s ease-in-out;
}

.showreel-container-item {
  width: 100%;
  height: 100%;
  transition: all 0.5s ease-in-out;
  background-color: #efefef;
  padding: 30px;
}

.showreel-text {
  width: 70%;
  padding: 0 30px;
  text-align: center;
}

#founderArea {
  width: 100%;
  margin: auto;
  margin-bottom: 80px;
}

.founder-container {
  width: 100%;
  height: 550px;
  overflow: hidden;

  opacity: 0;
  -webkit-transition: all 0.65s ease-in-out;
  -ms-transition: all 0.65s ease-in-out;
  -moz-transition: all 0.65s ease-in-out;
  -o-transition: all 0.65s ease-in-out;
  transition: all 0.65s ease-in-out;
}

.founder-container-item {
  width: 100%;
  height: 100%;
  transition: all 0.5s ease-in-out;
  background-color: #0e1a33;
  padding: 30px;
}

.founder-text {
  text-align: right;
  padding-right: 30px;
}

.founder-logo {
  margin-top: 150px;
  width: 150px;
}

.founder-img {
  max-width: 330px;
  width: 100%;
}
.border-bottom-red {
  padding-bottom: 20px;
  border-bottom: 1px solid #eb405741;
}

.services-area {
  max-width: 950px;
  margin: auto;
  margin-bottom: 30px;
}

ul.services {
  margin: 15px 0 0 0;
  padding: 0;
  list-style: none;
  /*padding-left: 15px;
	border-left: 1px solid #eb405640;*/
}

ul.services li {
  margin: 0 0 10px 0;
}

.service-wrap {
  display: block;
  align-items: center;
  margin-bottom: 30px;
  transition: all 0.25s ease-in-out;
  padding: 20px;
}
/*
.service-wrap:hover{
	background-color: #efefef;
}
*/

.service-wrap h1::before {
  display: inline-block;
  content: " ";
  -webkit-border-radius: 0.375rem;
  border-radius: 1.25rem;
  height: 1.25rem;
  width: 1.25rem;
  margin-right: 1.5rem;
  background-color: #eb4056;
}

.service-wrap h1 {
  text-indent: -30px;
  padding-bottom: 10px;
}

.padding-seperation {
  padding: 30px 0;
}

.border-bottom-padding {
  border-bottom: 1px solid rgba(0, 0, 0, 0.1);
  padding-bottom: 15px;
}

/*------------------------------------*\
    IMAGES
\*------------------------------------*/

/*------------------------------------*\
	TYPOGRAPHY
\*------------------------------------*/

@font-face {
  font-family: "Font-Name";
  src: url("fonts/font-name.eot");
  src:
    url("fonts/font-name.eot?#iefix") format("embedded-opentype"),
    url("fonts/font-name.woff") format("woff"),
    url("fonts/font-name.ttf") format("truetype"),
    url("fonts/font-name.svg#font-name") format("svg");
  font-weight: normal;
  font-style: normal;
}

/*------------------------------------*\
    RESPONSIVE
\*------------------------------------*/

@media only screen and (min-width: 320px) {
}
@media only screen and (min-width: 480px) {
}
@media only screen and (min-width: 768px) {
}
@media only screen and (min-width: 1024px) {
}
@media only screen and (min-width: 1140px) {
}
@media only screen and (min-width: 1280px) {
}
@media only screen and (-webkit-min-device-pixel-ratio: 1.5),
  only screen and (min-resolution: 144dpi) {
}

/*------------------------------------*\
    MISC
\*------------------------------------*/

::selection {
  background: #04a4cc;
  color: #fff;
  text-shadow: none;
}
::-webkit-selection {
  background: #04a4cc;
  color: #fff;
  text-shadow: none;
}
::-moz-selection {
  background: #04a4cc;
  color: #fff;
  text-shadow: none;
}

/*------------------------------------*\
    WORDPRESS CORE
\*------------------------------------*/

.alignnone {
  margin: 5px 20px 20px 0;
}
.aligncenter,
div.aligncenter {
  display: block;
  margin: 5px auto 5px auto;
}
.alignright {
  float: right;
  margin: 5px 0 20px 20px;
}
.alignleft {
  float: left;
  margin: 5px 20px 20px 0;
}
a img.alignright {
  float: right;
  margin: 5px 0 20px 20px;
}
a img.alignnone {
  margin: 5px 20px 20px 0;
}
a img.alignleft {
  float: left;
  margin: 5px 20px 20px 0;
}
a img.aligncenter {
  display: block;
  margin-left: auto;
  margin-right: auto;
}
.wp-caption {
  background: #fff;
  border: 1px solid #f0f0f0;
  max-width: 96%;
  padding: 5px 3px 10px;
  text-align: center;
}
.wp-caption.alignnone {
  margin: 5px 20px 20px 0;
}
.wp-caption.alignleft {
  margin: 5px 20px 20px 0;
}
.wp-caption.alignright {
  margin: 5px 0 20px 20px;
}
.wp-caption img {
  border: 0 none;
  height: auto;
  margin: 0;
  max-width: 98.5%;
  padding: 0;
  width: auto;
}
.wp-caption .wp-caption-text,
.gallery-caption {
  font-size: 11px;
  line-height: 17px;
  margin: 0;
  padding: 0 4px 5px;
}

/*------------------------------------*\
    PRINT
\*------------------------------------*/

@media print {
  * {
    background: transparent !important;
    color: #000 !important;
    box-shadow: none !important;
    text-shadow: none !important;
  }
  a,
  a:visited {
    text-decoration: underline;
  }
  a[href]:after {
    content: " (" attr(href) ")";
  }
  abbr[title]:after {
    content: " (" attr(title) ")";
  }
  .ir a:after,
  a[href^="javascript:"]:after,
  a[href^="#"]:after {
    content: "";
  }
  pre,
  blockquote {
    border: 1px solid #999;
    page-break-inside: avoid;
  }
  thead {
    display: table-header-group;
  }
  tr,
  img {
    page-break-inside: avoid;
  }
  img {
    max-width: 100% !important;
  }
  @page {
    margin: 0.5cm;
  }
  p,
  h2,
  h3 {
    orphans: 3;
    widows: 3;
  }
  h2,
  h3 {
    page-break-after: avoid;
  }
}
