@import url('https://fonts.googleapis.com/css2?family=Playfair+Display:wght@400;500;600;700;800;900&display=swap'); /* PLayfair Display Font*/
@import url('https://fonts.googleapis.com/css2?family=Source+Sans+Pro:wght@200;300;400;600;700;900&display=swap'); /*Source Sans Pro*/
@-moz-keyframes spin { 100% { -moz-transform: rotate(360deg); } }
@-webkit-keyframes spin { 100% { -webkit-transform: rotate(360deg); } }
@keyframes spin { 100% { -webkit-transform: rotate(360deg); transform:rotate(360deg); } }
html{
    scroll-behavior: smooth;
}
body{
    background-color: black;
}
a{
    text-decoration: none !important;
}
h1{
    font-family: 'Playfair  Display', serif !important;
    font-weight: bold;

}
h2{
    font-family: 'Playfair  Display', serif !important;
    font-weight: bold;
}
h3{
    font-family: 'Playfair  Display', serif !important;
    font-weight: bold;
}
h4{
    font-family: 'Playfair  Display', serif !important;
    font-weight: bold;

}
h5{
    font-family: 'Source Sons Pro',sans-serif !important;
    font-weight: bold;
}
h6{
    font-family: 'Playfair  Display', serif !important;

}
p{
    font-family: 'Source Sons Pro',sans-serif !important;
    color: #8D8C8A;
}
/*Navbar*/


li.nav-item::marker{
    color:transparent;
}

.animated-icon1, .animated-icon2, .animated-icon3 {
    width: 30px;
    height: 20px;
    position: relative;
    margin: 0px;
    -webkit-transform: rotate(0deg);
    -moz-transform: rotate(0deg);
    -o-transform: rotate(0deg);
    transform: rotate(0deg);
    -webkit-transition: .5s ease-in-out;
    -moz-transition: .5s ease-in-out;
    -o-transition: .5s ease-in-out;
    transition: .5s ease-in-out;
    cursor: pointer;
}

.animated-icon1 span, .animated-icon2 span, .animated-icon3 span {
    display: block;
    position: absolute;
    height: 3px;
    width: 100%;
    border-radius: 9px;
    opacity: 1;
    left: 0;
    -webkit-transform: rotate(0deg);
    -moz-transform: rotate(0deg);
    -o-transform: rotate(0deg);
    transform: rotate(0deg);
    -webkit-transition: .25s ease-in-out;
    -moz-transition: .25s ease-in-out;
    -o-transition: .25s ease-in-out;
    transition: .25s ease-in-out;
}

.animated-icon1 span {
    background: #DE9E48;
}


.animated-icon1 span:nth-child(1) {
top: 0px;
}

.animated-icon1 span:nth-child(2) {
top: 10px;
}

.animated-icon1 span:nth-child(3) {
top: 20px;
}

.animated-icon1.open span:nth-child(1) {
    top: 11px;
    -webkit-transform: rotate(135deg);
    -moz-transform: rotate(135deg);
    -o-transform: rotate(135deg);
    transform: rotate(135deg);
}

.animated-icon1.open span:nth-child(2) {
    opacity: 0;
    left: -60px;
}

.animated-icon1.open span:nth-child(3) {
    top: 11px;
    -webkit-transform: rotate(-135deg);
    -moz-transform: rotate(-135deg);
    -o-transform: rotate(-135deg);
    transform: rotate(-135deg);
}

.navbar-left{
    display: none;
}
.navbar-mid{
    width: 80%;
    text-align: center;
    /* margin-right: 13%; */
    transform: translateX(-40%);
}
.navbar-mid img{
    width: 30%;
}

.navbar .nav-link{
    color: white;
    font-size: 16px;
}
.navbar-nav{
    width: 100%;
}
.dropdown-toggle::after{
    color:#DE9E48;
}
.dropdown-menu{
    background-color: #DE9E48;
    border-radius: 10px;
}
.dropdown-item{
    color: white;
}
.nav-item a{
    text-decoration: none;
}

.nav-item i{
    color: white;
    font-size: 25px;
    padding: 15px;
}
.navbar-social{
    display: flex;
}
.navbar-social-phone{
    display: none;
}

/* Back to top button */
#btn-back-to-top {
    position: fixed;
    bottom: 20px;
    right: 20px;
    display: none;
    background:transparent;
    color: white;
    z-index: 100;
    border-color: #DE9E48;
    color:#DE9E48;
    border-width: 3px;
    border-radius: 50px;
}
.fa-angle-up{
    font-size: 30px;
}

/* Modal */

.modal-body iframe{
    width:800px;
    height: 500px;
}


/* Home Video content / Home page css*/
.banner{
    width: 100%;
    height: 100vh;
    overflow: hidden;
    display: flex;
    justify-content: center;
    align-items: center;
}
.banner video{
    position: absolute;
    top: 0;
    object-fit: cover;
    width: 100%;
    height: 100vh;
    pointer-events: none;
    z-index: -1;
}

.banner-content h3{
    margin:0;
    padding: 0;
    font-size: 3.5em;
    text-transform: uppercase;
    color: #fff;
    width: 20%;
    margin-left: 5%;
    padding-top: 20px;
    padding-bottom: 150px;
}
.video-colored-text{
    color: #DE9E48;
}
.video-content-icons{
    display: flex;
    flex-direction: column;
    flex-wrap: wrap;
    align-content: flex-end;
    align-items: center;
}
.video-content-icons i{
    color: white;
    padding:10px;
    font-size: 35px;
    transform:translateY(-30vh)
}
.video_arrow{
    text-align: center;
    transform: translateY(-15vh);
}
.video_arrow img{
    width: 80px;
    position: absolute;
    transform: translateX(-25px);
}
.navbar-social-home{
    display: none;
}
.home_about{    
    background-color: black;
    color: white;
    padding-top: 50px;
    padding-bottom: 50px;
    
}
.home-title{
    font-size: 30px !important;
    padding-bottom: 30px;
    font-family: 'Source Sons Pro',sans-serif !important;
    font-weight: bold;
}
.home-title::after{
content: "";
display: block;
border-bottom: 1px solid white;
width: 10%;
position: relative;
bottom: -15px;
}
.home_text p{
    width: 100%;
    font-size: 17px;
    line-height: 15px;
}
.home-subtitle{
    font-size: 35px;
    text-transform: uppercase;
    color:white;
}
/* .home_reel{
    display: flex !important;
} */
.left-home{
    margin-left: 17%;
}
.home-image{
    margin-left: 45%;
    margin-top: 3%;
}
.home-title{
    color: #DE9E48;
    font-size: 50px;
}
.see-more-btn{
    margin-top: 50px;
    font-family: 'Playfair  Display', serif !important;
}
.more-btn{
    border-color: #DE9E48;
    color: #DE9E48;
    font-weight: bold;
    border-width: 2px;
}
.more-btn:hover{
    color: #DE9E48;
    background-color: white;
    transition: 300ms all ease-in-out;
}
.home_reel{
    background-color:black;
    padding-top: 50px;
    padding-bottom: 50px;
}
.reel-title h2{
    color: #DE9E48;
    font-size: 30px;
    padding-bottom: 30px;
}
.reel-title h2::after{
    content: "";
    display: block;
    border-bottom: 1px solid white;
    width: 5%;
    position: relative;
    margin:0 auto;
    /* padding-top: 10px; */
    padding-bottom: 10px;
}
.reel-subtitle h3{
    color: white;
    font-size: 40px;
}
.reel-video{
    display: inline-block;
    position: relative;
    padding-top: 50px;
}
.reel-video-image{
    max-width: 100%;
    width: 1200px;
    height: 700px;
}
.play-button-wrapper {
    position: absolute;
    left: 0;
    top: 50px;
    right: 0;
    bottom: 0;
    display: flex;
    align-items: center;
    justify-content: center;
    width: 100%;
    height: auto;
    pointer-events: none;
}
#circle-play-b {
    cursor: pointer;
    pointer-events: auto;
}
.reel-owl-carousel{
    display:none;
}
.play-button {
    width: 100px;
    height: 100px;
    fill:transparent;
    stroke:#DE9E48;
    stroke-width: 3%;
    cursor: pointer;
    color: transparent;
    border-radius: 50%;
    opacity: 0.9;
}
.play-button:hover{
    -webkit-animation:spin 4s linear;
    -moz-animation:spin 4s linear ;
    animation:spin 1s ease-in-out;
    animation-iteration-count: 100;
    animation-duration: 2s;
}
.modal-content{
    background: transparent !important;
    border: none !important;
    align-items: center;
}
/* .modal-body iframe{
    transform: translateX(-22%);
} */
.modal-header{
    border-bottom: none;
}
.reel-video-sub-image{
    width: 100%;
    margin-top: 20px;
    height: 250px;
}
.video-title h2{
    padding-top: 15px;
    font-size: 20px;
}

.home-portfolio{
    background-color:black;
    color: white;
    padding-top: 50px;
    /* padding-bottom: 50px; */
}
.home-contact{
    position: relative;
    width: 100%;
    /* height: 100vh; */
    display: flex;
    align-items: center;
    justify-content: center;
    padding-top: 50px;
    padding-bottom: 50px;
    margin-top: 50px;
}
.home-contact::before{
    content:"";
    background-image:url("/media/original_images/FOTOO-01.jpg");
    background-size:100% 100%;
    background-repeat: no-repeat;
    position: absolute;
    top: 0px;
    right: 0px;
    bottom: 0px;
    left: 0px;
    filter: brightness(0.2);
}
.reel-video-portfolio-image{
    width: 100%;
    height: auto;
}
.portfolio_videos{
    width: 80%;
    margin-left: 10rem;
}
.services-card-anim:hover{
    transform: translateY(-10px);
    transition: 300ms all ease-in-out;
}
.card-title{
    font-family: 'Playfair  Display', serif !important;
}
/*Test*/
.about-images img{
    width: 100%;
    height: 450px;
    object-fit: cover;
    filter: brightness(0.6);
    margin-bottom: 50px;
}
.centered {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
}
.center-title {
    position: relative;
}
.about-images:hover .center-title{
    padding-bottom: 20px;
    transition: 300ms all ease-in-out;
}
.services-card{
    margin: 0 auto;
    padding-top: 50px;
    height: 160px;
    margin-top: 20px;
}

.video-title h2{
    color:white;
    text-align: center;
}
.contact-btn{
    border-color: #DE9E48;
    color: #DE9E48;
    font-weight: bold;
    border-width: 2px;
}
.contact-btn:hover{
    color: #DE9E48;
    background-color: white;
    transition: 300ms all ease-in-out;
}
.partners-section{
    padding-top: 50px;
}
/*Home partners Carousel*/

@-webkit-keyframes L_circle_rotate{0%{-webkit-transform:rotate(0);transform:rotate(0)}100%{-webkit-transform:rotate(360deg);transform:rotate(360deg)}}@keyframes L_circle_rotate{0%{-webkit-transform:rotate(0);transform:rotate(0)}100%{-webkit-transform:rotate(360deg);transform:rotate(360deg)}}@-webkit-keyframes L_stroke_rotate{0%{-webkit-transform:rotate(0);transform:rotate(0)}12.5%{-webkit-transform:rotate(135deg);transform:rotate(135deg)}25%{-webkit-transform:rotate(270deg);transform:rotate(270deg)}37.5%{-webkit-transform:rotate(405deg);transform:rotate(405deg)}50%{-webkit-transform:rotate(540deg);transform:rotate(540deg)}62.5%{-webkit-transform:rotate(675deg);transform:rotate(675deg)}75%{-webkit-transform:rotate(810deg);transform:rotate(810deg)}87.5%{-webkit-transform:rotate(945deg);transform:rotate(945deg)}100%{-webkit-transform:rotate(1080deg);transform:rotate(1080deg)}}@keyframes L_stroke_rotate{0%{-webkit-transform:rotate(0);transform:rotate(0)}12.5%{-webkit-transform:rotate(135deg);transform:rotate(135deg)}25%{-webkit-transform:rotate(270deg);transform:rotate(270deg)}37.5%{-webkit-transform:rotate(405deg);transform:rotate(405deg)}50%{-webkit-transform:rotate(540deg);transform:rotate(540deg)}62.5%{-webkit-transform:rotate(675deg);transform:rotate(675deg)}75%{-webkit-transform:rotate(810deg);transform:rotate(810deg)}87.5%{-webkit-transform:rotate(945deg);transform:rotate(945deg)}100%{-webkit-transform:rotate(1080deg);transform:rotate(1080deg)}}@-webkit-keyframes L_stroke_left_grow{0%,100%{-webkit-transform:rotate(-5deg);transform:rotate(-5deg)}50%{-webkit-transform:rotate(-140deg);transform:rotate(-140deg)}}@keyframes L_stroke_left_grow{0%,100%{-webkit-transform:rotate(-5deg);transform:rotate(-5deg)}50%{-webkit-transform:rotate(-140deg);transform:rotate(-140deg)}}@-webkit-keyframes L_stroke_right_grow{0%,100%{-webkit-transform:rotate(5deg);transform:rotate(5deg)}50%{-webkit-transform:rotate(140deg);transform:rotate(140deg)}}@keyframes L_stroke_right_grow{0%,100%{-webkit-transform:rotate(5deg);transform:rotate(5deg)}50%{-webkit-transform:rotate(140deg);transform:rotate(140deg)}}.loader-circle{top:50%;left:50%;z-index:1;color:#444;margin-top:-1em;margin-left:-1em;position:absolute;-webkit-animation:L_circle_rotate 1.568s linear infinite both;animation:L_circle_rotate 1.568s linear infinite both}.loader-circle .loader-stroke-left:before,.loader-circle .loader-stroke-right:before,.loader-circle:before{content:'';display:block;border-style:solid;border-width:.21429em;border-color:currentColor}.loader-circle,.loader-circle .loader-stroke-left,.loader-circle .loader-stroke-left:before,.loader-circle .loader-stroke-right,.loader-circle .loader-stroke-right:before,.loader-circle:before{width:2em;height:2em;border-radius:50%;box-sizing:border-box}.loader-circle .loader-stroke-left:before,.loader-circle .loader-stroke-right{position:absolute;clip:rect(0 2em 2em 1em)}.loader-circle .loader-stroke-left,.loader-circle .loader-stroke-right:before{position:absolute;clip:rect(0 1em 2em 0)}.loader-circle:before{position:absolute;clip:rect(0 1.05em 1em .95em)}.loader-circle .loader-stroke-left,.loader-circle .loader-stroke-right,.loader-circle:before{-webkit-animation:L_stroke_rotate 5332ms cubic-bezier(.4,0,.2,1) infinite both;animation:L_stroke_rotate 5332ms cubic-bezier(.4,0,.2,1) infinite both}.loader-circle .loader-stroke-right:before{-webkit-animation:L_stroke_right_grow 1333ms cubic-bezier(.4,0,.2,1) infinite both;animation:L_stroke_right_grow 1333ms cubic-bezier(.4,0,.2,1) infinite both}.loader-circle .loader-stroke-left:before{-webkit-animation:L_stroke_left_grow 1333ms cubic-bezier(.4,0,.2,1) infinite both;animation:L_stroke_left_grow 1333ms cubic-bezier(.4,0,.2,1) infinite both}
.mhn-slide .mhn-item{width:100%;padding:10px}
.mhn-slide .mhn-inner{width:100%;height:100%;box-shadow:0 2px 10px 0 rgba(0,0,0,.16),0 2px 5px 0 rgba(0,0,0,.26);border-radius:3px}
/* .mhn-slide .mhn-item img{display:none} */
.mhn-slide .mhn-img{min-height:200px;overflow:hidden;height:100%;margin-bottom: 50px;width:100%;color:white;position:relative}
.mhn-slide .mhn-text{text-align:center;padding:0 10px}
.mhn-slide .mhn-text h4{font-weight:700;white-space:nowrap;text-overflow:ellipsis;overflow:hidden}
.mhn-slide .mhn-text p{max-height:4.5em;overflow:hidden}
/* .mhn-slide .owl-stage-outer{z-index:-1} */
.mhn-slide .owl-nav{color:#333;position:absolute;top:-25px;left:0;right:0;bottom:0}
.mhn-slide .owl-nav svg{color:#DE9E48; border-radius: 50px;}
/* .mhn-slide .owl-nav .disabled{display:none} */
.mhn-slide .owl-prev,
.mhn-slide .owl-next{
    top:110px;
    z-index:2;
    width:40px;
    height:40px;
    padding:8px;
    margin-top:-20px;
    position:absolute;
    border-radius:50%;
    background-color:transparent;
    border-color: #DE9E48;
    color: #DE9E48;
    /* box-shadow:0 4px 4px rgba(0,0,0,.3),0 0 4px rgba(0,0,0,.2) */
}
.mhn-slide .owl-prev{left:-10px}
.mhn-slide .owl-next{right:-10px}

.owl-carousel .owl-item img{
    width: 150px;
    margin:0 auto;
}
/*End of home partners carousel*/

/*What we can do*/
.whatwecan_header{
    position: relative;
    height: 700px;
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    object-fit: cover;
    margin-top:-110px;
    z-index: -1;
}
.whatwecan_header::before{
    content:"";
    background-image:url("/media/original_images/whatwecan_header.jpg");
    background-size:100% 100%;
    position: absolute;
    top: 0px;
    right: 0px;
    bottom: 0px;
    left: 0px;
    filter: brightness(0.6);
    object-fit: cover;
}
.card-body ul li {
    color:black;
    text-align: left;
    margin: 0 auto;
    list-style-image: url("/media/images/polygon.png");
}
/* .card-body ul li::marker{
    list-style-image: url("/media/images/polygon.png");
} */

/*About Page*/
.about_header{
    position: relative;
    height: 700px;
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    margin-top:-110px;
    z-index: -1;
}
.about_header::before{
    content:"";
    background-image:url("/media/original_images/about_us_header.jpg");
    background-size:100% 100%;
    position: absolute;
    top: 0px;
    right: 0px;
    bottom: 0px;
    left: 0px;
    filter: brightness(0.6);
}

.header-wrapper{
    padding: 100px;
}

.about-title h2{
    position: relative;
    color:white;
    font-size: 50px;
    text-align: center;
}

.about-subtitle h5{
    position: relative;
    color:#DE9E48;
    font-size: 15px;
    text-align: center;
    font-weight: normal;
}

.about-second-content{
    background-color: white;
    padding-bottom: 100px;
}
.about-image img{
    margin-left: 45%;
    margin-top: 20%;
    width: 250px;
}
.about-description-second{
    width: 100%;
    margin: 0 auto;
    font-size: 25px;
    text-align: justify;
    padding-bottom: 30px;
}
.about-description-second p{
    text-align: center;
}
.white-about-title h2{
    padding-top: 100px;
    padding-bottom: 30px;
    font-size: 40px;
    text-transform: uppercase;
}
.about-description p{
    width: 110%;
    font-size: 25px;

}
.about-services-row{
    justify-content: center;
}
.about-services{
    position: relative;
    width: 100%;
    padding-top: 100px;
    padding-bottom: 100px;
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    justify-content: center;
}
.about-services::before{
    content:"";
    background-image:url("/media/original_images/kal-visuals-DqmXihYx5UE-unsplash.jpg");
    background-size:100% 100%;
    position: absolute;
    top: 0px;
    right: 0px;
    bottom: 0px;
    left: 0px;
    filter: brightness(0.2);
}
.about-services-card{
    height: 450px;
}
.services-row{
    padding-right: 250px;
    padding-left: 250px;
}
.card{
    background: transparent;
    color: white;
    border:1px solid #DE9E48;
    border-style: dashed;
    /* height: 300px; */
    margin: 0 auto;
    width: 80%;
}
.card-img-top{
    width: 140px;
    margin: 0 auto;
    padding-top: 50px;
    /* height: 160px; */
}
.other-services{
    background-color: white;
    color: black;
    padding-top: 100px;
    padding-bottom: 100px;
}
.other-services-header{
    text-align: center;
    text-transform: uppercase;
    margin-bottom: 50px;
}
.other-card-col{
    padding-bottom: 50px;
}
.other-card{
    background-color:#F6F6F6;
    border-style: none;
    padding-bottom: 50px;
    height: 500px;
    width: 100%;
}
.other-card-txt{
    color:black;
}
.other-card-title{
    color: black;
    text-transform: uppercase;
    font-family:'Playfair  Display', serif !important;;
}
/*Detail Page*/
.detail-title{
    padding-top: 120px;
}
.detail-title h2{
    color: white;
    font-size: 40px;
}

.detail-subtitle h5{
    color:#DE9E48;
    font-size: 15px;
    font-weight: normal;
}
.detail-description p{
    color: #8D8C8A;
    font-size: 20px;
    width: 70%;
    margin: 0 auto;
}
.detail-video{
    padding: 30px;
}
.detail-carousel-image{
    height: 70vh;
}
.details-wrapper{
    padding-left: 200px;
    padding-right: 200px;
}
.detail-big-image-title{
    color:white;
}
.details-row{
    margin-bottom: 50px;
}
/*Contact Page */
.contact-row{
    padding-bottom: 100px;
}
label {
    display: none;
}
.contact-title{
    text-align: center;
    color: white;
}
.contact-subtitle{
    text-align: center;
    color:#DE9E48;
    font-size: 20px;
    margin-bottom: 50px;
    font-weight: normal;
    font-family: 'Source Sons Pro',sans-serif !important;
}
.contact-intro p{
    text-align: center;
    color: white;
    font-size: 30px;
}
.form-control{
    width: 70%;
    height: 70px;
    color:white !important;
    background-color: transparent;
    border:1px solid #DE9E48;
    border-style: dashed;
    margin:0 auto;
    margin-bottom: 50px;
}
.form-control::placeholder { 
    color: transparent;
    font-size: 23px;
    background-color: transparent;
    color: white;
}
.form-control:focus{
    background-color: transparent;
}
textarea.form-control{
    height: 298px;
}

.submit-btn{
    width: 50%;
    margin: 0 auto;
    height: 80px;
    background: #DE9E48;
    text-transform: uppercase;
    font-size: 25px;
    
}
.submit-btn:hover{
    background: #DE9E48;
    color: white;
}
.contact-banner{
    width: 100%;
    height: auto;
    overflow: hidden;
    display: flex;
    justify-content: center;
    align-items: center;
}
.contact-banner img{
    position: absolute;
    top: 0;
    object-fit: cover;
    width: 100%;
    height: 200vh !important;
    pointer-events: none;
    z-index: -1;
    filter: brightness(0.2);
}
.map-wrapper{
    margin: 0 auto;
    margin-top: 50px;
}
.map-wrapper iframe{
    filter: invert(90%);
}
/*Footer*/

.page-footer{
background-color: #1A1A1A;
color:white;
padding-right: 100px;
}
.page-footer a{
    color:white;
    text-decoration: none;
}
.footer_image{
    padding-top:30px;
    transform: translateX(-50%);
}
.fa-chevron-right{
    font-size: 13px;
    padding-right: 4px;
    color: white;
}
.footer_text{
    padding-left: 3px;
}
.footer_text:hover{
    padding-left: 8px;
    transition: 300ms all ease-in-out;
}
.contact_footer i{
    padding-right: 2px;
}
.footer_row h6{
    font-size: 15px;
}
/*Privacy and Terms Page*/
.page-title h2{
    font-size: 45px;
    color:white;
    padding-top: 50px;
}
.page-subtitle h4{
    font-size: 12px;
    color:#DE9E48;
}
.content-wrapper h2{
    color:white;
    font-size: 45px;
}
.content-wrapper h5{
    color:white;
    font-size: 25px;
}
.content-wrapper p{
    font-size: 18px;
}
.cpy-text{
    font-family: 'Playfair  Display', serif !important;
}

@media only screen and (max-width:1440px){
    li.nav-item::marker{
        color:transparent;
    }
    .card{
        width: auto;
    }
    .footer_image{
        transform: translateX(0px);
    }
    /* .contact-banner img{
        height: 130% !important;
    } */
    .banner-content h3{
        margin-left: 9%;
    }
    .navbar-mid{
        transform: translateX(-25%);
    }

}

@media only screen and (max-width:2560px){
    .contact-banner img{
        height: 250vh ;
    }
    .white-about-title h2{
        font-size: 35px;
    }
    .home-subtitle{
        font-size: 25px;
    }
    .about-images img{
        width: 100%;
        height: 300px;
    }
    .reel-video-sub-image{
        height: auto !important;
    }
    .reel-video-portfolio-image{
        height: auto;
    }
}

