/*--------------------------------------------------------------
# Web design by : So-creative
--------------------------------------------------------------*/

@font-face {
    font-family: 'Futura LT';
    src: url('../fonts/FuturaLT-Light.woff2') format('woff2'),
        url('../fonts/FuturaLT-Light.woff') format('woff');
    font-weight: 300;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Futura Hv BT';
    src: url('../fonts/FuturaBT-Heavy.woff2') format('woff2'),
        url('../fonts/FuturaBT-Heavy.woff') format('woff');
    font-weight: 900;
    font-style: normal;
    font-display: swap;
}

* {
    margin: 0;
    padding: 0;
}
ol,ul,li {
    margin: 0;
    padding: 0;
}
body {
    font-family: 'Futura Hv BT' !important;
    font-weight: 900 !important;
    font-style: normal;
    background: #fff !important;
    overflow-x: hidden;
}
html {
  scroll-behavior: smooth;
}
h1, h2, h3, h4, h5, h6 {
    font-family: 'Futura Hv BT' !important;
    font-weight: 900 !important;
    font-style: normal;
}
p {
    color: #000;
    font-family: 'Futura Hv BT' !important;
    line-height: 28px;
    font-size: 16px;
}
/*--------------------------------------------------------------
# Main css
--------------------------------------------------------------*/
.header {
    background: #fff;
    width: 100%;
    z-index: 11;
    transition: all 0.3s ease;
    position: relative;
}
.header.fixed {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 9999;
  box-shadow: 0 2px 5px 0 rgba(0,0,0,.16),0 2px 10px 0 rgba(0,0,0,.12) !important; /* optional effect */
}
#nav-bar {
    padding: 15px 20px !important;
    box-shadow: 0 2px 5px 0 rgba(0,0,0,.16),0 2px 10px 0 rgba(0,0,0,.12) !important;
}
#nav-bar ul li a {
    color: #000;
    font-size: 16px;
    padding: 0px 20px;
    transition: 0.5s;
}
#nav-bar ul li.active a {
    color: #e5006d;
}
#nav-bar ul li a:hover {
    color: #e5006d;
}
#nav-bar .container-fluid {
    max-width: 1400px;
    padding: 0px !important;
}
#nav-bar .navbar-brand img {
    width: 80%;
    height: auto;
}
.header-video {
    position: relative;
    width: 100%;
    height: 850px;
    overflow: hidden;
}

/* Video background */
#bg-video {
  position: fixed;
  top: 50%;
  left: 50%;
  min-width: 100%;
  min-height: 100%;
  width: auto;
  height: 850px;
  transform: translate(-50%, -50%);
  z-index: -1;
  object-fit: cover;
  will-change: transform; /* improves performance */
}

/* Overlay */
.video-overlay {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: url('../images/bg-img.png');
  background-size: auto;
  background-repeat: repeat;
  background-position: center center;
  z-index: 1;
}

/* Content */
.video-content {
    position: relative;
    z-index: 2;
    text-align: left;
    color: #fff;
    top: 46%;
    transform: translateY(-50%);
    width: 70%;
    left: 15%;
}
.video-content .sub_heading {
    font-size: 35px;
    color: #fff;
}
.banner_heading {
    font-size: 100px;
}

.video-section {
    padding: 50px 0px;
    margin: 0px auto !important;
}
.video-inner-section {
    margin: 0px auto !important;
    max-width: 1400px !important;
    float: none !important;
}
.video-inner-section .vc_col-sm-12{
    width: 70%;
    margin: 0px auto;
    float: none !important;

}
.video-inner-section .wpb_video_widget {
    border: 1px solid #fff;
}
.content-section {
    margin: 0px auto !important;
    background: #fff url(../images/plus-bg.png);
}
.content-section .vc_col-sm-12 {
    max-width: 1400px;
    margin: 0px auto;
    float: none;
    padding: 50px 145px;
}
.content-section p {
    font-size: 50px;
    line-height: 53px;
    width: 100%;
    padding-bottom: 30px;
}
.content-section p strong {
    color: #e5006d;
    font-size: 70px;
}
.brand-sec {
    min-height: 810px;
}
.brand-sec .vc_col-sm-12 {
    max-width: 1400px;
    margin: 0px auto !important;
    float: none !important;
}
.brand-sec h2 {
    font-size: 50px;
    line-height: 62px;
    width: 75%;
    margin: 0px auto 30px auto;
}
.work-btn a {
    background: transparent !important;
    color: #fff !important;
    border-radius: 50px !important;
    transition: 0.5s !important;
    font-size: 18px !important;
    border: 1px solid #fff !important;
}
.work-btn a:hover{
    background: #000 !important;
     border: 1px solid #000 !important;
}
.black-sec {
    margin: 0px auto !important;
    padding: 100px 0px;
}
.black-sec h2 {
    padding-bottom: 30px;
}
.black-sec  .vc_column-inner {
    padding-top: 0px !important;
}
.contact-btn {
    margin-bottom: 12px !important;
}
.contact-btn a {
    background: transparent !important;
    color: #fff !important;
    font-size: 18px !important;
    border: 1px solid #fff !important;
    border-radius: 50px !important;
    padding: 15px 30px !important;
}
.contact-btn a:hover{
    background: #fff !important;
     color: #000 !important;
}
.footer-section {
    background: #000;
    border-top: 6px solid #333333;
    padding: 50px 30px;
}
.footer-section .container-fluid {
    max-width: 1400px;
    margin: 0px auto !important;
}
.footer-section .contact-text p {
    color: #fff;
    font-family: 'Futura LT' !important;
    font-size: 13px !important;
    margin-bottom: 0px !IMPORTANT;
}
.communication-text {
    padding-top: 20px;
}
.footer-section .contact-text p a{
     color: #fff;
      font-size: 13px !important;
}
.footer-link {
    margin-top: 20px;
}
.footer-link ul{
    list-style: none;
}

.footer-link ul li a{
    color: #fff;
    font-family: 'Futura LT' !important;
    font-size: 13px !important;
    transition: 0.5s;
}
.footer-link ul li a:hover, .footer-section .contact-text p a:hover{
    color: #e5006d;
}
.social-menu {
    margin-top: 20px;
}
.profile-video {
    border: 1px solid #fff;
    padding: 3px;
}
.profile-video #profile-video {
    object-fit: cover;
    width: 100%;
}
.project-btn svg {
    width: 67px;
    transform: rotate(180deg);
}
.project-btn svg path{
   fill:#a0a09f;
}
/* Contact Page */
.contact-img {
    max-width: 100%;
    margin: 0px auto !important;
}
.contact-img-section {
    margin: 0px auto !IMPORTANT;
    padding: 0px 50px 0px 50px;
}
.contact-text-sec {
    margin: 0px auto !important;
/*    padding-bottom: 50px;*/
}
.contact-text-sec h2 {
    padding-bottom: 40px;
}
.contact-text-sec p, 
.contact-text-sec p a {
    font-size: 28px !important;
    color: #000 !important;
}
.contact-form {
    max-width: 1000px;
    margin: 0px auto;
    padding: 50px 0px;
}
.contact-form input[type="text"],
.contact-form input[type="tel"],
.contact-form input[type="email"]
{
    width: 100%;
    font-size: 18px !important;
    border: 2px solid #373b4d;
    height: 45px;
    border-radius: 0px;
    padding: 0px 10px;
    font-style: italic;
    color: #000;
    outline: none;
}
.contact-form input[type="text"]::placeholder,
.contact-form input[type="tel"]::placeholder,
.contact-form input[type="email"]::placeholder, 
.contact-form textarea::placeholder{
    color: #373b4d !important;
}
.contact-form textarea
{
    width: 100%;
    font-size: 18px !important;
    border: 2px solid #373b4d;
    height: 145px;
    border-radius: 0px;
    padding: 10px 10px;
    font-style: italic;
    color: #000;
    outline: none;
}
.contact-form .wpcf7-list-item-label {
    font-size: 13px !important;
    font-family: 'Futura LT' !important;
    font-weight: 600 !important;
}
.contact-form .wpcf7-list-item {
    margin: 0 0 0 0em;
}
.contact-form .wpcf7-checkbox .wpcf7-list-item.first.last {
    display: block;
    font-size: 14px;
    line-height: 1.6;
    color: #333;
}
.contact-form  .wpcf7-checkbox .wpcf7-list-item.first.last label {
  display: flex;
  align-items: flex-start;
  gap: 8px;
  cursor: pointer;
}
.contact-form input[type="checkbox"] {
    appearance: none;
    -webkit-appearance: none;
    -moz-appearance: none;
    width: 18px;
    height: 18px;
    border: 1px solid #000;
    border-radius: 0px;
    cursor: pointer;
    position: relative;
    margin-top: 3px;
}

.contact-form .wpcf7-list-item-label {
  display: inline-block;
  max-width: 600px; /* adjust width if needed */
}
.contact-form input[type="checkbox"]:checked {
  background-color: #000;
}
.contact-form input[type="checkbox"]:checked::after {
  content: "✔";
  color: #fff;
  font-size: 12px;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}
.contact-form .wpcf7-not-valid-tip {
    font-size: 13px;
}

.contact-form input[type="submit"]{
    background: #000;
    color: #fff;
    border: none !important;
    font-size: 18px;
    float: right;
    padding: 12px 30px;
    cursor: pointer;
    transition: 0.5s;
}
.contact-form input[type="submit"]:hover{
     background: #333;
}
.contact-text-sec .wpcf7-response-output {
    max-width: 1000px;
    margin: 0px auto 50px auto !important;
}
/* Our Work Page */
.work-section .container-fluid {
    padding: 0px !IMPORTANT;
}
.work-section .row {
    margin: 0px auto !important;
}
.work-section .col-md-6 {
    padding: 0px !important;
}
.work-section .work-box {
    position: relative;
    padding: 2px;
    overflow: hidden;
    transition: 0.5s;
}
.work-img {
    position: relative;
}
.work-img img {
    max-width: 100%;
    width: 100%;
}
.work-content {
    position: absolute;
    width: 100%;
    text-align: center;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    opacity: 0;
    transition: 0.5s;
}
.work-content h2, .work-content p {
    color: #fff;
}
.work-content h2 {
    font-size: 25px;
}
.work-content p{
     font-size: 18px !important;
    font-family: 'Futura LT' !important;
}
.work-box a {
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0px;
    left: 0px;
    background: #0007;
    opacity: 0;
    transition: 0.5s;
}
.work-section .work-box:hover a,
.work-section .work-box:hover .work-content{
    opacity: 1;
}
.view-more-btn {
    text-align: center;
    margin: 30px 0px;
}
.view-more-btn #load-more {
    display: inline-block;
    color: #000;
    border: 1px solid #000;
    padding: 10px 20px;
    transition: 0.5s;
}
.view-more-btn #load-more:hover{
    background: #000;
    color: #fff;
    text-decoration: none;
}
/* Inner Project CSS */
.back-project-sec {
    padding: 20px 0px;
}
.back-project-sec .container-fluid{
    max-width: 1400px;
    padding: 0px;
}
.back-project-sec .row{
    margin: 0px auto !important;
}
.back-project-sec .col-md-12 {
    max-width: 1024px;
    margin: 0px auto;
}
.back-project-sec .project-btn {
    color: #000;
    font-size: 18px !important;
    font-family: 'Futura LT' !important;
    font-weight: 300 !important;
    transition: 0.5s;
}
.back-project-sec .project-btn:hover{
    text-decoration: none;
     color: #e5006d;
}
.back-project-sec .project-btn i {
    margin-right: 15px;
}
.project-inner-text {
    margin: 0px auto !important;
    padding: 70px 0px;
    max-width: 1024px;
}
.project-inner-text .sub-heading-project {
    font-size: 15px !important;
    font-family: 'Futura LT' !important;
}
.project-inner-text p{
    font-family: 'Futura LT' !important;
    font-size: 15px !important;
    line-height: 25px !important;
}
.project-inner-text .morelink {
    color: #e5006d !important;
}
.project-inner-text p a{
    font-weight: 900;
    color: #000;
    transition: 0.5s;
}
.project-inner-text p a:hover{
    color: #e5006d;
}
.project-three-box, .project-two-box {
    margin: 0px auto !important;
    max-width: 1400px;
    padding: 0px 50px;
}
.project-one-box {
    margin: 0px auto !important;
    max-width: 1400px;
    padding: 0px 50px;
    padding-bottom: 70px !important;
}
.project-one-box .vc_column-inner {
    padding: 0px 5px !important;
}
.project-three-box .vc_col-sm-4 .vc_column-inner,
.project-two-box .vc_col-sm-4 .vc_column-inner,
.project-two-box .vc_col-sm-8 .vc_column-inner {
    padding: 5px !important;
}
.project-two-box{
    padding-bottom: 70px;
}
.privacy-sec {
    margin: 0px auto !important;
    padding: 50px;
    max-width: 1400px !important;
}
.privacy-sec h1 {
    padding-bottom: 30px;
}
.privacy-sec p{
    font-family: 'Futura LT' !important;
    font-size: 18px !important;
}
.privacy-sec ul, .privacy-sec ol {
    font-family: 'Futura LT' !important;
    font-size: 18px !important;
    padding-left: 18px;
    padding-bottom: 20px;
}
.privacy-sec h2, .privacy-sec h3{
     padding-top: 20px;
}
.privacy-sec p a {
    font-weight: 900;
    color: #e5006d;
}
.privacy-sec p a:hover{
    color: #e5006d;
}
.privacy-sec ul strong,
.privacy-sec ul li a, .privacy-sec ol li a{
    color: #e5006d;
}
.privacy-sec h3 {
    font-size: 20px;
    color: #000;
}
.privacy-sec p strong {
    font-weight: 900;
}
.single-project .banner-projects {
    margin: 0px auto !important;
    min-height: 800px;
    background-attachment: fixed !IMPORTANT;
    background-position: top !important;
}
.banner-projects .vc_col-sm-12 .vc_column-inner {
    padding: 0px !IMPORTANT;
}
.banner-projects .wpb_single_image .vc_single_image-wrapper {
    display: block !important;
}
.banner-projects .wpb_single_image img {
    max-width: 100% !important;
    width: 100% !important;
}
/*404 Page Css*/
.error404-content {
    padding: 100px;
    text-align: center;
}
.error404-content i {
    font-size: 100px;
    color: #000;
}
.error404-content h1.entry-title {
    font-size: 50px;
    padding: 20px 0px;
    color: #000;
}
.error404-content a.back-to-home {
    background: transparent;
    border: 1px solid #000;
    padding: 12px 30px;
    color: #000;
    display: inline-block;
    border-radius: 50px;
    transition: 0.5s;
}
.error404-content a.back-to-home:hover{
    background: #000;
    border: 1px solid #000;
    color: #fff;
    text-decoration: none;
}
/* Thankyou Page CSS*/
.thankyou-sec {
    margin: 0px auto !important;
    max-width: 1400px;
    padding: 100px 50px;
}
.thankyou-sec p a {
    color: #000;
    text-decoration: underline;
}
.thankyou-sec p a:hover{
    color: #e5006d;
}
/*--------------------------------------------------------------
# Media Query
--------------------------------------------------------------*/
@media (min-width: 320px) and (max-width: 360px) {
    #nav-bar {
    padding: 9px 6px !important;
}
}
@media (min-width: 320px) and (max-width: 767px) {
.thankyou-sec {
    padding: 70px 15px;
}
.content-section p strong {
    font-size: 35px;
    line-height: 40px;
}
.error404-content {
    padding: 30px 15px;
}
.error404-content h1.entry-title {
    font-size: 25px;
    padding: 20px 0px 0px 0px;
}
.error404-content i {
    font-size: 50px;
}
.vc_row {
    margin-left: 0px !important;
    margin-right: 0px !important;
}  
.navbar-dark .navbar-brand {
    margin-right: 0px !important;
}
.privacy-sec {
    padding: 30px 0px;
}  
.privacy-sec h1 {
    padding-bottom: 10px;
}
.overlay-menu {
    position: fixed;
    top: 0;
    left: 0;
    height: 100vh;
    width: 100%;
    background: #fff;
    z-index: 9999;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    opacity: 0;
    visibility: hidden;
    transform: translateY(-20px);
    transition: all 0.4s ease;
  }

  /* Active state */
  .overlay-menu.active {
    opacity: 1;
    visibility: visible;
    transform: translateY(0);
  }

  .overlay-menu .nav-link {
    font-size: 1.5rem;
    font-weight: 500;
    margin: 1rem 0;
    color: #000 !important;
  }

  .overlay-close {
    position: absolute;
    top: 20px;
    right: 30px;
    font-size: 2rem;
    background: transparent;
    border: none;
    cursor: pointer;
  }
.header-video .banner_heading {
    font-size: 50px;
}
.header-video .banner_heading br{
    display: none;
}
.header-video .sub_heading {
    font-size: 25px;
}
.video-content {
    width: 90%;
    left: 20px;
    top: 60%;
    text-align: left;
}
.header {
    top: 0px;
}
.header-video {
    height: 550px;
}
.video-section {
    padding: 30px 0px;
}
.video-inner-section .vc_col-sm-12 {
    width: 100%;
}
.video-inner-section h3 {
    font-size: 25px !important;
}
.content-section p {
    font-size: 25px;
    line-height: 30px;
    text-align: left;
    margin-bottom: 0px;
    padding-bottom: 10px;
}
.content-section .vc_col-sm-12 {
    padding: 0px 10px;
}
.brand-sec h2 {
    font-size: 25px;
    line-height: 35px;
    width: 100%;
    margin: 0px auto 5px auto;
}
.brand-sec {
    min-height: 300px;
}
.work-btn a {
    font-size: 15px !important;
}
.black-sec h2 {
    padding-bottom: 10px;
    font-size: 25px !important;
}
.black-sec {
    margin: 0px auto !important;
    padding: 50px 0px;
}
.contact-btn {
    margin-bottom: 0px !important;
}
.footer-section {
    padding: 30px 15px;
    text-align: left;
}
.footer-link ul {
    display: flex;
    justify-content: left;
    gap: 3px;
    flex-direction: column;
}
#nav-bar.navbar-dark .navbar-toggler {
    color: rgba(255,255,255,.5);
    border-color: rgb(0 0 0);
    border-radius: 50px !important;
    padding: 9px 10px;
}
#nav-bar.navbar-dark .navbar-toggler-icon {
    background-image: url("data:image/svg+xml;charset=utf8,<svg viewBox='0 0 30 30' xmlns='http://www.w3.org/2000/svg'><path stroke='rgba(0, 0, 0, 1)' stroke-width='2' stroke-linecap='round' stroke-miterlimit='10' d='M4 7h22M4 15h22M4 23h22'/></svg>") !important;
}
#closeMenu {
    outline: none;
}
.contact-text-sec h2 {
    padding-bottom: 20px;
    font-size: 23px !important;
    line-height: 34px !important;
    text-align: left !important;
}
.contact-text-sec h2 br{
    display: none;
}
.contact-text-sec p, .contact-text-sec p a {
    font-size: 20px !important;
    color: #000 !important;
    margin-bottom: 0px;
    text-align: left !important;
}
.contact-form {
    padding: 0px 0px;
}
.contact-form .col-md-6, .contact-form .col-md-12 {
    padding-bottom: 15px;
}
.contact-form input[type="checkbox"] {
    width: 50px;
}
.contact-form input[type="submit"] {
    float: left;
    margin: 0px auto 50px auto !important;
    display: block;
}
.footer-link ul li a {
    text-decoration: underline;
}
.contact-img-section {
    padding: 50px 0px 0px 0px;
}
.contact-form input[type="text"], .contact-form input[type="email"], .contact-form input[type="tel"], .contact-form textarea {
    font-size: 14px !important;
}
.project-inner-text {
    padding: 30px 0px;
}
.project-three-box, .project-two-box {
    padding: 0px 10px;
}
.project-two-box {
    padding-bottom: 30px;
}
.work-content h2 {
    font-size: 20px;
}
#bg-video {
    position: absolute;
    height: 550px;
}
.single-project .banner-projects {
    min-height: 350px;
    background-attachment: scroll !IMPORTANT;
    background-position: top !important;
    background-size: cover !important;
}
}
@media (min-width: 410px) and (max-width: 767px) {
.header-video .sub_heading {
    font-size: 30px;
}
.header-video .banner_heading {
    font-size: 65px;
}
}
@media (min-width: 767px) and (max-width: 1024px) {
.vc_row {
    margin-left: 0px !important;
    margin-right: 0px !important;
}
.single-project .banner-projects {
    margin: 0px auto !important;
    min-height: 500px;
    background-attachment: scroll !IMPORTANT;
    background-position: center!important;
}
.contact-form {
    padding: 50px 15px;
}
.privacy-sec {
    padding: 50px 30px;
}
.content-section p strong {
    font-size: 40px;
}
.banner_heading {
    font-size: 50px;
}
.banner_heading br {
    display: none;
}
.header-video {
    height: 450px;
}
.video-content {
    left: 10%;
}
.video-inner-section .vc_col-sm-12 {
    width: 90%;
}
.video-inner-section h3 {
    font-size: 25px !IMPORTANT;
}
.content-section p {
    font-size: 25px;
    line-height: 40px;
    margin-bottom: 0px !important;
}
.content-section .vc_col-sm-12 {
    padding: 10px 15px;
}
.brand-sec h2 {
    font-size: 25px;
    line-height: 30px;
}
.brand-sec {
    min-height: 409px;
}
.black-sec h2 {
    padding-bottom: 20px;
    font-size: 25px !IMPORTANT;
}
.black-sec {
    margin: 0px auto !important;
    padding: 50px 0px 40px 0px;
}
.contact-text-sec h2 {
    padding-bottom: 30px;
    font-size: 25px !important;
    line-height: 30px !important;
}
.contact-text-sec p, .contact-text-sec p a {
    font-size: 22px !important;
}
.contact-form input[type="checkbox"] {
    width: 36px;
    height: 21px;
}
#bg-video {
    position: absolute;
}
}
@media (min-width: 1020px) and (max-width: 1300px) {
.header-video {
    height: 650px;
}
#bg-video {
    position: absolute;
    height: 650px;
}
.video-inner-section .vc_col-sm-12 {
    width: 70%;
}
.content-section .vc_col-sm-12 {
    padding: 50px 200px;
}
.content-section p {
    font-size: 35px;
    line-height: 55px;
}
.brand-sec h2 {
    font-size: 35px;
    line-height: 55px;
}
.banner_heading br {
    display: block;
}
.vc_row {
    margin-left: 0px !important;
    margin-right: 0px !important;
}
.brand-sec {
    min-height: 580px;
}
.black-sec h2 {
    padding-bottom: 30px;
    font-size: 35px !IMPORTANT;
}
.black-sec {
    margin: 0px auto !important;
    padding: 100px 0px;
}
.single-project .banner-projects {
    min-height: 650px !important;
    background-size: contain !important;
    background-position: center !important;
}
.project-inner-text {
    margin: 0px auto !important;
    max-width: 1024px !IMPORTANT;
}
}
@media (min-width: 1400px) and (max-width: 1900px) {
.brand-sec {
    min-height: 800px !important;
    margin: 0px auto !important;
}

}
@media (min-width: 1400px) and (max-width: 5000px) {
.video-inner-section .vc_col-sm-12{
    width: 90%;
}
.single-project .banner-projects {
    min-height: 950px;
}
.contact-img {
    max-width: 70%;
    margin: 0px auto !important;
}
.footer-section {
    padding: 50px 0px;
}
.video-inner-section {
    max-width: 1024px !important;
}
.brand-sec {
    min-height: 1076px;
    margin: 0px auto !important;
}
.content-section .vc_col-sm-12 {
    padding: 50px 234px;
}
}
