@import url('https://fonts.googleapis.com/css2?family=Oswald:wght@400;500;600;700&family=Rubik:wght@400;500&display=swap');

html, body {
    font-family: 'Rubik', sans-serif;
    color: #000000;
    scroll-behavior: smooth!important;
}
a, a:hover {
    color: #252525;
    text-decoration: none;
    transition: all 300ms ease-in-out;
    font-weight: bold;
}

h1, h2, h3, h4{
    color: #252525;
    font-family: "Oswald", sans-serif;
}
p{
    font-family: 'Rubik', sans-serif;
    color: #676767;
}
.container{
    max-width: 1200px;
}
.header_navbar{
    padding-bottom: 86px;
    position: absolute;
    left: 0;
    right: 0;
}
.header_navbar .navbar-brand{
    padding: 18px 0;
}
.header_navbar .header_navbar_logo{
    width: auto;
    height: 80px;
}
.header_navbar .navbar-brand span{
    font-weight: 700;
    font-size: 20px;
    vertical-align: middle;
    color: #000;
}
.header_navbar .navbar.fixed-top-1{
    padding: 0rem 1rem;
    position: absolute;
    left: 0;
    right: 0;
    transition: 0.2s linear all;
    z-index: 1111;
}
.header_navbar .navbar.fixed-top-1.scrolled {
    position: fixed;
    top: 0;
    z-index: 1111;
    width: 100%;
    background: #0d0d0d;
    animation: 0.4s animateToBottom forwards;
}
@keyframes animateToBottom {
    0% {
        -webkit-transform: translate3d(0,-100%,0);
        transform: translate3d(0,-100%,0);
    }
    100% {
        -webkit-transform: translateZ(0);
        transform: translateZ(0);
    }
}
.header_navbar .nav-item.active .nav-link, .header_navbar .nav-item .nav-link:hover, .header_navbar .nav-item .nav-link:active, .header_navbar .nav-item .nav-link:focus{
    color: #fff;
    font-weight: 700;
}
.header_navbar .nav-item {
    padding: 30px 0;
    z-index: 111;
    display: inline-flex;
    flex-direction: column;
    justify-content: center;
}
.header_navbar .nav-item .nav-link{
    color: #fff;
    font-weight: 700;
    font-size: 16px;
    padding: 0px 20px;
    text-transform: uppercase;
    display: inline-flex;
    flex-direction: column;
    align-items: center;
    justify-content: space-between;
    position: relative;
    letter-spacing: 0.2px;
    transform: perspective(1px) translateZ(0);
    overflow: hidden;
    font-family: "Oswald", sans-serif;
}
.header_navbar .nav-item .nav-link:before{
    content: '';
    position: absolute;
    z-index: -1;
    left: 51%;
    right: 51%;
    bottom: 0;
    background: #d6a354;
    height: 2px;
    -webkit-transition-property: left, right;
    transition-property: left, right;
    -webkit-transition-duration: 0.3s;
    transition-duration: 0.3s;
    -webkit-transition-timing-function: ease-out;
    transition-timing-function: ease-out;
}
.header_navbar .nav-item.active .nav-link:before, .header_navbar .nav-item .nav-link:hover:before, .header_navbar .nav-item .nav-link.active:before{
    left: 20px;
    right: 20px;
}
.header_navbar .nav-item .dropdown-menu{
    background-color: #fff;
    border-radius: 0;
    margin-top: -2px;
    padding: 1rem;
    border: none;
    box-shadow: rgba(0, 0, 0, 0.1) 0px 4px 6px -1px, rgba(0, 0, 0, 0.06) 0px 2px 4px -1px;
}
.header_navbar .nav-item:hover .dropdown-menu{
    display: block;
}
.header_navbar .nav-item .dropdown-menu .dropdown-item{
    color: #3e83d4;
    font-weight: 700;
    text-transform: capitalize;
    font-size: 14px;
    padding: .5rem 1.5rem;
}
.header_navbar .nav-item .dropdown-menu .dropdown-item:hover,.header_navbar .nav-item .dropdown-menu .dropdown-item:active{
    color: #3e83d4;
    background-color: #d9eefc;
}
.header_navbar .nav-item.dropdown .dropdown-toggle::after {
    content: '';
    display: none;
}
.header_navbar .navbar-light .navbar-toggler{
    border: none;
    outline: none;
}
.header_navbar .navbar-light .navbar-toggler em{
    color: #fff;
    font-size: 30px;
}
.header-social-icons{
    display: flex;
    flex-direction: row;
    align-items: center;
}
.header-social-icons a{
    color: #000;
}
.header-social-icons li{
    line-height: normal;
    padding: 10px;
}
.header-topbar {
	color: #000;
	width: 100%;
	background: #fff;
	padding: 15px 40px 15px 40px;
    display: flex;
    justify-content: space-between;
    border-bottom-left-radius: 20px;
    border-bottom-right-radius: 20px;
    z-index: 1;
}

.header-topleft ul,.header-topright nav ul  {
	width: 100%;
    padding-left: 0;
	list-style: none;
    display: flex;
    margin-bottom: 0;

}
.header-topleft ul li, .header-topright nav ul li {
    font-size: 16px;
	line-height: 16px;
	list-style-type: none;
}
.header-topleft ul li + li { padding: 0 0 0 20px; }
.header-topleft ul li span {
	line-height: inherit;
    margin-right: 5px;
}
.header-topleft ul li span.fas {
    /* font-size: 20px; */
    color: #d6a354;
}
.header-topleft ul li:hover a {
    color: #d6a354;
}
.header-addnav ul li {
	padding: 0 10px;
	position: relative;
}
.header-addnav ul li:first-child { padding-left: 0; }
.header-topright{
    display: flex;
    gap: 0 20px;
}
.header-topright nav {
	text-align:center;
	text-transform: uppercase;
	font: 400 10px/40px 'Montserrat', Arial, Helvetica, sans-serif;
}
.header-topright nav ul li a {
	color: #0d0d0d;
	display: block;
	position:relative;
}
.header-topright ul li:hover a {
    color: #d6a354;
}

.nav-right{
    display: flex;
    gap: 0 20px;
}
/* button */
a.go-to-bottom-button{
    width: 70px;
    height: 70px;
    display: flex;
    margin: 0 auto;
    border-radius: 50%;
    margin-bottom: 3rem;
    cursor: pointer;
    text-decoration: none;
    position: absolute;
    bottom: 0;
}
a.go-to-bottom-button em{
    font-size: 35px;
    color: #fff;
    margin: 0 auto;
    line-height: 60px;
}
.custom-btn, a.custom-btn {
    z-index: 1;
    color: #fff;
    height: 60px;
    padding: 0 50px;
    overflow: hidden;
    background: #252525;
    position:relative;
    text-align:center;
    display: inline-block;
    vertical-align:middle;
    text-transform: uppercase;
    line-height: 60px;
    border-radius: 5px;
    background: #252525;
    font-family: "Oswald", sans-serif;
    font-weight: 700;
    border: none;
}
.custom-btn::after, a.custom-btn::after {
    right: 0;
    bottom: 0;
    border-top: 55px solid transparent;
    border-right: 350px solid #d6a354;
    z-index: -1;
    content: '';
    -webkit-transition: 0.75s;
    -o-transition: 0.75s;
    transition: 0.75s;
    position: absolute;
    width: 0;
    height: 0;
    background: transparent;
}
.custom-btn::before, a.custom-btn::before {
    left: 0;
    top: 0;
    border-bottom: 55px solid transparent;
    border-left: 350px solid #d6a354;
    z-index: -1;
    content: '';
    -webkit-transition: 0.75s;
    -o-transition: 0.75s;
    transition: 0.75s;
    position: absolute;
    width: 0;
    height: 0;
    background: transparent;
}
.custom-btn:hover::before, a.custom-btn:hover::before {
    border-bottom: 0px solid transparent;
    border-left: 0px solid #d6a354;
}
.custom-btn:hover::after, a.custom-btn:hover::after {
    border-top: 0px solid transparent;
    border-right: 0px solid #d6a354;
  }
  .custom-btn.btn-border, a.custom-btn.btn-border {
    border: 1px solid #fff;
  }
.custom-btn span {
	z-index: 3;
	position: relative;
}
/* home */
.home_header{
    text-align: left;
    display: flex;
    flex-direction: column;
    justify-content: center;
    background-color: #fff;
    position: relative;
    overflow: hidden;
    margin-bottom: 2rem;
    width: 100%;
}
.home_header .slider-content{
    z-index: 2;
    width: 100%;
    height: 100%;
    position: absolute;
    display: flex;
    justify-content: center;
    align-items: center;
    align-content: center;
    text-align:center;
}
.home_header h1 {
	margin: 0 0 25px;
	font-size: 110px;
	line-height: 110px;
    font-weight: 600;
    color: #fff;
    text-transform: uppercase;
}
.home_header p {
	color: #fff;
	margin: 0 0 40px;
    font-size: 18px;
}

.home_header{
    padding: 250px 0;
}

.home_header .home-btn{
    height: 50px;
    padding: 0 45px;
    line-height: 50px;
    border-radius: 0;
    background-color: #d6a354;
    color: #000;
    outline: none;
    box-shadow: none;
    width: 100%;
    text-transform: uppercase;
    border: none;
}
.home_header .home-btn:hover span{
    color: #d6a354;
}
.home-btn:after{
    bottom: 10px;
}


.video-play {
    font-size: 22px;
    width: 120px;
    height: 120px;
    background: white;
    line-height: 120px;
    border-radius: 50%;
    text-align: center;
    color: #d6a354;
    display: inline-block;
    -webkit-box-shadow: 0 0 0 0 rgba(255, 255, 255, 0.7);
    box-shadow: 0 0 0 0 rgba(255, 255, 255, 0.7);
    -webkit-animation: pulse 1.5s infinite cubic-bezier(0.66, 0, 0, 1);
    animation: pulse 1.5s infinite cubic-bezier(0.66, 0, 0, 1);
  }

  @keyframes pulse{
    0% {
        -webkit-transform: scale3d(1,1,1);
        transform: scale3d(1,1,1);
    }
    50% {
        -webkit-transform: scale3d(1.05,1.05,1.05);
        transform: scale3d(1.05,1.05,1.05);
    }
    100% {
        -webkit-transform: scale3d(1,1,1);
        transform: scale3d(1,1,1);
        -webkit-box-shadow: 0 0 0 35px rgba(255, 255, 255, 0);
            box-shadow: 0 0 0 35px rgba(255, 255, 255, 0);
    }
  }


.section_padding {
    padding: 6rem 0;
    scroll-margin-top: 100px;
}
.section-title {
    z-index: 1;
    position: relative;

}
.section-title h2 {
    line-height: 1.25;
    font-size: 40px;
    font-weight: 700;
    text-transform: uppercase;
}

/* what we do */
.what-we-do-inner {
    z-index: 2;
    overflow: hidden;
    background: white;
    position: relative;
    margin-top: -100px;
    -webkit-box-shadow: 10px 0 60px rgba(204, 163, 84, 0.1);
    box-shadow: 10px 0 60px rgba(204, 163, 84, 0.1);
}
.what-we-do-inner  .feature-image {
    height: 100%;
    min-height: 400px;
}
.what-we-do-inner .what-we-do-content {
    padding: 70px 50px 50px 10px;
}
.what-we-do-inner  .feature-item {
    display: flex;
    -webkit-transition: 0.15s;
    -o-transition: 0.15s;
    transition: 0.15s;
    background: white;
    border-radius: 5px;
    margin-bottom: 30px;
    padding: 25px 30px 10px;
    outline-color: #e8e8e8;
    border: 1px solid #e8e8e8;
}
.what-we-do-inner  .feature-item .icon img{
    -webkit-box-flex: 0;
    -ms-flex: none;
    flex: none;
    width: 60px;
    font-size: 60px;
    color: #d6a354;
    margin: 5px 20px 15px 0;
}
.what-we-do-inner  .content h4 {
    font-family: "Oswald", sans-serif;
}

/* about us */

.about-left-image img, .about-right-image img {
    width: 100%;
    height: 620px;
    object-fit: cover;
    object-position: center;
}
@media only screen and (min-width: 2200px){
    .about-left-image img, .about-right-image img {
        height: 700px;
    }
}

.about-content {
    z-index: 1;
    max-width: 770px;
    margin-left: auto;
    margin-right: auto;
    position: relative;
}
.about-content .about-bg-shape {
    position: absolute;
    left: 50%;
    top: 50%;
    z-index: -1;
    max-width: 83%;
    -webkit-transform: translate(-50%, -50%) rotate(-20deg);
    -ms-transform: translate(-50%, -50%) rotate(-20deg);
    transform: translate(-50%, -50%) rotate(-20deg);
    opacity: 0.05;
}
.about-content > p {
    font-size: 20px;
    line-height: 1.75;
}
.about-content .our-author {
    text-align: left;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
}
.about-content .our-author > img {
    width: 80px;
    height: 80px;
    border-radius: 50%;
    margin-right: 20px;
}

/* cta area */
.cta-area{
    background-color: #d6a354;
    background-size: cover;
}
.cta-area h2{
    color: #fff;
}

/* Gallery */
.gallery-area {
    z-index: 1;
    position: relative;
}
.gallery-area::before {
    position: absolute;
    content: "";
    width: 100%;
    height: 100%;
    z-index: -1;
    top: 0;
    left: 0;
    opacity: 1;
    background-color: #FBF7EE;
}
.gallery-area .gallery-item {
    position: relative;
    margin-bottom: 30px;
}
.gallery-area .gallery-item img {
    width: 100%;
    height: 600px;
    object-fit: cover;
    object-position: center;
}
.gallery-area .gallery-item .gallery-content {
    top: 50%;
    left: 50%;
    opacity: 0;
    padding: 15px;
    -webkit-transition: 0.5s;
    -o-transition: 0.5s;
    transition: 0.5s;
    position: absolute;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    width: calc(100% - 60px);
    height: calc(100% - 60px);
    background: rgba(31, 31, 31, 0.85);
    -webkit-transform: scaleY(0.5) translate(-50%, -100%);
    -ms-transform: scaleY(0.5) translate(-50%, -100%);
    transform: scaleY(0.5) translate(-50%, -100%);
}
.gallery-area .gallery-item .gallery-content h3, .gallery-area .gallery-item .gallery-content p {
    color: white;
    margin-bottom: 8px;
    text-align: center;
}
.gallery-area .gallery-item .details-btn {
    width: 50px;
    height: 50px;
    margin-top: 15px;
    background: white;
    line-height: 50px;
    text-align: center;
    border-radius: 5px;
    display: inline-block;
    color: #d6a354;
    -webkit-box-shadow: 10px 0 60px rgba(37, 37, 37, 0.1);
    box-shadow: 10px 0 60px rgba(37, 37, 37, 0.1);
}

.gallery-area .gallery-item:hover .gallery-content {
    opacity: 1;
    -webkit-transform: scaleY(1) translate(-50%, -50%);
    -ms-transform: scaleY(1) translate(-50%, -50%);
    transform: scaleY(1) translate(-50%, -50%);
}

/* footer */
.footer_main{
    padding: 0 0 3rem 0;
	background-color: #1f1f1f;
    background-size: cover;
}

.footer_main .footer-logo-newsletter {
    display: flex;
    border: 1px solid rgba(255, 255, 255, 0.1);
}

@media only screen and (min-width: 992px){
    .footer_main .footer-newsletter {
        border-left: 1px solid rgba(255, 255, 255, 0.1);
    }
}

.footer_main .footer-logo-newsletter .footer-logo  {
    width: 30%;
    -webkit-box-flex: 0;
    -ms-flex: none;
    flex: none;
    padding: 25px;
    -ms-flex-item-align: center;
    -ms-grid-row-align: center;
    align-self: center;
    text-align: center;
}
.footer_main .footer-logo-newsletter .footer-logo  img{
    width: 280px;
}
.footer_main .footer-newsletter {
    width: 100%;
    padding: 70px 70px;
}

.copyright-area{
    background-color: #151515;
}
.copyright-area p {
    color: #707070;
    margin-bottom: 0;
}
.copyright-area p a {
    color: #d6a354;
}
.scroll-top {
    position: fixed;
    bottom: 25px;
    right: 25px;
    width: 50px;
    height: 50px;
    z-index: 99;
    color: white;
    display: none;
    cursor: pointer;
    line-height: 50px;
    border-radius: 5px;
    background: #d69838;
    -webkit-animation: pulse 2s infinite;
    animation: pulse 2s infinite;
    border: none;
}
@media screen and (max-width: 992px){
    .header_navbar {
        padding-bottom: 116px;
        position: relative;
    }
    .header-topbar {
        border-radius: 0;
    }
    .home_header {
        height: calc(100vh - 116px);
    }
    .header_navbar .nav-item {
        padding: 10px 0;
        display: inline-block;
        margin: 0 auto;
    }
    .header_navbar .navbar.fixed-top-1{
        background-color: #0d0d0d;
    }
    .nav-right a{
        margin: 10px auto;
    }
    .home_header  h1 {
        margin-top: 1rem;
        font-size: 55px;
        line-height: 55px;
    }
    .section-title h2 {
        font-size: 30px;
    }
    .what-we-do-inner .what-we-do-content {
        padding: 70px 10px 0px 10px;
    }
    .gallery-area .gallery-item img {
        height: 500px;
    }
    .footer_main .footer-logo-newsletter {
        flex-wrap: wrap;
    }
    .footer_main .footer-logo-newsletter .footer-logo  {
        width: 100%;
    }
    .footer_main .footer-newsletter{
        padding: 25px;
    }
}

@media screen and (max-width: 768px) {
    .footer_main {
        padding: 4rem 0;
    }
    .section_padding {
        padding: 3rem 0;
    }
    .about-left-image img, .about-right-image img {
        height: unset;
    }
}

@media screen and (max-width: 530px) {
    .header-topbar {
        padding: 15px;
    }
    .header_navbar .nav-item .dropdown-menu .dropdown-item {
        white-space: normal;
    }
    .gallery-area .gallery-item img {
        height: 300px;
    }
    .footer_main .footer-logo-newsletter .footer-logo  img{
        width: 270px;
    }
}