 
.hero-section {
    display: flex;
    align-items: center;
    position: relative;
    width: 100%;
      min-height: 100vh;
        background-size: cover; 
    animation: zoomIn 30s ease-in-out infinite;
	background-attachment: fixed !important;
}

@keyframes zoomIn {
    0% {
        background-size: 100%; /* Start with normal size */
        background-position: center center; /* Keep the image centered */
    }
    50% {
        background-size: 115%; /* Gradually zoom to 105% */
        background-position: center center; /* Ensure the zoom stays centered */
    }
    100% {
        background-size: 130%; /* Zoom more at the end */
        background-position: center center;
    }
}


.hero-section * {
    color: #fff;
}

.hero-section .container h1 {
    font-family: 'Montserrat';
    font-size: 90px;
    font-weight: 700;
    line-height: 110px;
    text-align: left;
    margin: 20px 0 80px
}

@media screen and (max-width:1600px) {
    .hero-section .container h1 {
        font-size: 64px;
        line-height: 1.35;
    }
}

.hero-section .container h4 {
    font-family: 'Montserrat';
    font-size: 20px;
    font-weight: 500;
    line-height: 24.38px;
    text-align: left;
    margin: 0;
}

.hero-section .container p {
    margin: 0;
}

.hero-section .container a {
    padding: 15px 30px;
    border: 1px solid #fff;
    border-radius: 100px;
    color: #fff;
    transition: .25s all;
    font-family: 'Montserrat';
    font-size: 14px;
    font-weight: 600;
    line-height: 17.07px;
    text-align: left;
}

.hero-section .container a:hover {
    color: #A67C52;
    background: #fff;
    text-decoration: none;
    transition: .25s all;
}

.section-1-home {
    display: flex;
    align-items: center;
    padding: 50px 0;
    position: relative;
    z-index: 2;
}

.section-1-home .content-general a::after {
    content: '';
    background: url(../images/right_link.svg) center center no-repeat;
    background-size: cover;
    width: 50px;
    height: 50px;
    display: inline-block;
    margin-left: 15px;
    transform: translateX(0px);
    transition: .25s all;
}

.section-1-home .content-general a {
    font-family: 'Montserrat';
    font-size: 14px;
    font-weight: 600;
    line-height: 50px;
    text-align: left;
    color: #A67C52;
    height: 50px;
    vertical-align: middle;
    display: flex;
    align-items: center;
    margin: 15px 0 0;
}

.section-1-home .content-general a:hover::after {
    transform: translateX(5px);
    transition: .25s all;
}

.section-1-home .content-general a:hover {
    text-decoration: none;
}

.section-2-home .container {
    position: relative;
    z-index: 1;
}

.section-2-home {
    padding: 150px 0 60px;
    position: relative;
    background: #F7F7F7;
    margin-top: -130px;
}

.cta {
    margin: 0 auto;
    display: table;
}

.row-custom a,
.cta a {
    margin-top: 40px;
    background: #A67C52;
    border-radius: 60px;
    padding: 14px 33px;
    border: 0;
    color: transparent;
    font-family: 'Montserrat';
    font-size: 14px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
    letter-spacing: 0.7px;
    text-transform: uppercase;
    position: relative;
    overflow: hidden;
    display: inline-block;
}

.row-custom a::before,
.cta a::before {
    content: attr(title);
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    color: #fff;
    font-family: 'Montserrat';
    font-size: 14px;
    font-weight: 600;
    line-height: 17.07px;
    letter-spacing: 0.7px;
    text-transform: uppercase;
    z-index: 1;
    transition: .25s all;
    text-align: center;
    display: flex;
    align-items: center;
    justify-content: center;
}

.row-custom a::after,
.cta a::after {
    content: attr(title);
    position: absolute;
    top: 100%;
    left: 0;
    width: 100%;
    height: 100%;
    color: #fff;
    font-family: 'Montserrat';
    font-size: 14px;
    font-weight: 600;
    line-height: 17.07px;
    line-height: normal;
    letter-spacing: 0.7px;
    text-transform: uppercase;
    transition: .25s all;
    text-align: center;
    display: flex;
    align-items: center;
    justify-content: center;
}

.row-custom a:hover::before,
.cta a:hover::before {
    top: -100%;
    transition: .25s all
}

.row-custom a:hover::after,
.cta a:hover::after {
    top: 0%;
    transition: .25s all
}

.box-s2-home {
    margin-bottom: 20px;
}

.title-box-s2-home {
    text-align: center;
    font-family: 'Montserrat';
    font-size: 36px;
    font-weight: 700;
    line-height: 48px;
    text-align: center;
    padding: 0 0 30px;
    color: #4D4D4E;
}

.content-box-s2-home p,
.content-box-s2-home {
    text-align: center;
    font-family: 'Montserrat';
    font-size: 18px;
    font-weight: 500;
    line-height: 27px;
    text-align: center;
}

.section-3-home .content-general *,
.section-3-home * {
    color: #fff;
}

.section-3-home {
    padding: 0;
    background: #999488;
    display: flex;
    align-items: center;
}

.section-3-home button {
    background: transparent;
    color: #fff;
    border: 0;
    font-family: 'Montserrat';
    display: flex;
    align-items: center;
    font-size: 14px;
    font-weight: 600;
    line-height: 17.07px;
    margin-top: 20px;
}

.section-3-home button:hover:after {
    transform: translateX(5px);
    transition: .25s all;
}

.section-3-home button::after {
    content: '';
    background: url(../images/right_link.svg) center center no-repeat;
    background-size: cover;
    width: 50px;
    height: 50px;
    display: inline-block;
    margin-left: 15px;
    filter: brightness(0) invert(1);
    transform: translateX(0px);
    transition: .25s all;
}

/* The Modal (background) */

.modal {
    display: none;
    /* Hidden by default */
    position: fixed;
    /* Stay in place */
    z-index: 100000000000;
    /* Sit on top */
    padding-top: 100px;
    /* Location of the box */
    left: 0;
    top: 0;
    width: 100%;
    /* Full width */
    height: 100%;
    /* Full height */
    overflow: auto;
    /* Enable scroll if needed */
    background-color: rgb(0, 0, 0);
    /* Fallback color */
    background-color: rgba(0, 0, 0, 0.4);
    /* Black w/ opacity */
}

/* Modal Content */

.modal-content {
    position: relative;
    background-color: transparent;
    margin: auto;
    max-width: 800px;
    width: 100%;
    box-shadow: none;
    -webkit-animation-name: animatetop;
    -webkit-animation-duration: 0.4s;
    animation-name: animatetop;
    animation-duration: 0.4s;
    padding: 0;
    border: 0;
}

/* Add Animation */

@-webkit-keyframes animatetop {
    from {
        top: -300px;
        opacity: 0
    }
    to {
        top: 0;
        opacity: 1
    }
}

@keyframes animatetop {
    from {
        top: -300px;
        opacity: 0
    }
    to {
        top: 0;
        opacity: 1
    }
}

.modal-header {
    padding: 0;
    border: 0;
}

/* The Close Button */

.close {
    color: #000;
    float: right;
    font-size: 28px;
    font-weight: bold;
    position: absolute;
    right: 5px;
    top: 6px;
    background: #fff;
    z-index: 10;
    opacity: 1;
    width: 25px;
    height: 25px;
    line-height: 25px;
    text-align: center;
    border-radius: 50px;
}

.close:hover,
.close:focus {
    color: #000;
    text-decoration: none;
    cursor: pointer;
}

.modal-body {
    padding: 0;
}

#contact {
    background: #F7F7F7;
    padding: 60px 0;
}

.form-style .nf-before-form-content {
    display: none;
}

.form-style select,
.form-style textarea,
.form-style input {
    border: 0 !important;
    border-bottom: 1px solid #999488 !important;
    font-family: 'Montserrat';
    font-size: 14px !important;
    font-weight: 500 !important;
    line-height: 14.63px !important;
    text-align: left;
    color: #4D4D4E !important;
}

.ninja-forms-req-symbol {
    display: none;
}

.form-style label {
    font-family: 'Montserrat';
    font-size: 12px !important;
    font-weight: 500 !important;
    line-height: 14.63px !important;
    text-align: left;
    color: #4D4D4E !important;
}

.form-style ::placeholder {
    color: #ABB1BF;
    opacity: 1;
}

.form-style .submit-wrap input {
    border-radius: 30px !important;
    background: #A67C52 !important;
    color: #fff !important;
    font-family: 'Montserrat';
    font-size: 14px;
    font-weight: 600 !important;
    line-height: 20px !important;
    padding: 15px 20px !important;
    min-width: 200px;
    text-align: center;
    border: 1px solid #A67C52 !important;
    transition: .25s all;
}

.form-style .submit-wrap input:hover {
    background: transparent !important;
    color: #A67C52 !important;
    transition: .25s all;
}

.form-style .nf-error.field-wrap .nf-field-element:after {
    display: none;
}

.form-style .nf-error .nf-error-msg {
    color: #e80000;
    position: absolute;
    font-size: 12px;
}

.form-style .nf-field-label {
    margin: 0 !important
}

.swiper-container {
    display: inline-block;
    width: 100%;
    overflow: hidden;
}

.section-4-home .cta a {
    margin-top: 10px;
}

.cta-text {
    padding-top: 50px;
}

.cta-text a {
    color: #A67C52;
    font-weight: 600;
    text-decoration: underline;
}

.section-4-home {
    padding: 0 0 100px;
    position: relative;
}

.section-4-home .container {
    margin-top: 80px;
    position: relative;
    z-index: 2;
}

.section-4-home .row-custom {
    position: relative;
    z-index: 1;
    display: flex;
    align-items: center;
}

.section-4-home::after {
    content: '';
    background: #F7F7F7;
    width: 100%;
    bottom: 0;
    left: 0;
    height: 600px;
    position: absolute;
    display: block;
    z-index: 0
}

.section-4-home.section-6-home::after {
    height: 540px;
}

.section-general-wide-image {
    display: flex;
    align-items: center;
    padding: 200px 0;
}

.section-general-wide-image *,
.section-general-wide-image p {
    color: #fff;
}

.section-general-wide-image a {
    margin-top: 40px;
    background: transparent;
    border: 1px solid #fff;
    border-radius: 60px;
    padding: 14px 33px;
    color: transparent;
    font-family: 'Montserrat';
    font-size: 14px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
    letter-spacing: 0.7px;
    text-transform: uppercase;
    position: relative;
    overflow: hidden;
    display: inline-block;
}

.section-general-wide-image a::before {
    content: attr(title);
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    color: #fff;
    font-family: 'Montserrat';
    font-size: 14px;
    font-weight: 600;
    line-height: 17.07px;
    letter-spacing: 0.7px;
    text-transform: uppercase;
    z-index: 1;
    transition: .25s all;
    text-align: center;
    display: flex;
    align-items: center;
    justify-content: center;
}

.section-general-wide-image a::after {
    content: attr(title);
    position: absolute;
    top: 100%;
    left: 0;
    width: 100%;
    height: 100%;
    color: #fff;
    font-family: 'Montserrat';
    font-size: 14px;
    font-weight: 600;
    line-height: 17.07px;
    line-height: normal;
    letter-spacing: 0.7px;
    text-transform: uppercase;
    transition: .25s all;
    text-align: center;
    display: flex;
    align-items: center;
    justify-content: center;
}

.section-general-wide-image a:hover::before {
    top: -100%;
    transition: .25s all
}

.section-general-wide-image a:hover::after {
    top: 0%;
    transition: .25s all
}

.box-developer-home {
    margin: 0 0 30px;
    transform: translateY(0px);
    transition: .25s all;
}

.image-box-developer-home img {
    width: 100%;
}

.title-box-developer-home {
    margin: 20px 0 10px;
    font-family: 'Montserrat';
    font-size: 24px;
    font-weight: 700;
    line-height: 36px;
    text-align: left;
    color: #4D4D4E;
}

.bio-box-developer-home {
    font-family: 'Montserrat';
    font-size: 18px;
    font-weight: 500;
    line-height: 27px;
    text-align: left;
    color: #999488;
}

.content-box-s2-home p,
.content-box-s2-home {
    font-family: 'Montserrat';
    font-size: 18px;
    font-weight: 500;
    line-height: 27px;
    text-align: left;
    color: #4D4D4E;
}

.content-box-s2-home a {
    color: #A67C52;
}

#developer {
    padding: 100px 0 100px;
}

.row-team {
    padding-top: 100px;
}

@media screen and (min-width:1660px) {
    .section-general-wide-image {
        min-height: 800px;
    }
}

@media screen and (min-width:992px) {
    .logo-image-project {
        position: relative;
        overflow: hidden;
        min-height: 600px;
    }
    .logo-image-project img {
        min-height: 600px;
        max-height: 600px;
        max-width: fit-content;
        position: absolute;
        top: 50%;
        left: 50%;
        -webkit-transform: translate(-50%, -50%);
        -moz-transform: translate(-50%, -50%);
        -ms-transform: translate(-50%, -50%);
        -o-transform: translate(-50%, -50%);
        transform: translate(-50%, -50%);
        transition: .25s all;
    }
    .logo-image-project:hover img {
        -webkit-transform: translate(-50%, -50%) scale(1.03);
        -moz-transform: translate(-50%, -50%) scale(1.03);
        -ms-transform: translate(-50%, -50% scale(1.03));
        -o-transform: translate(-50%, -50%) scale(1.03);
        transform: translate(-50%, -50%) scale(1.03);
        transition: .25s all;
    }
    .section-4-home .col-left-in-container,
    .section-1-home .col-left-in-container {
        padding-right: 60px;
    }
    .form-style .nf-form-content nf-fields-wrap nf-field:nth-child(4),
    .form-style .nf-form-content nf-fields-wrap nf-field:nth-child(3),
    .form-style .nf-form-content nf-fields-wrap nf-field:nth-child(2),
    .form-style .nf-form-content nf-fields-wrap nf-field:nth-child(1) {
        width: 48%;
        float: left;
        margin-right: 2%;
    }
    .form-style .submit-wrap {
        float: right;
    }
    .box-developer-home:hover {
        transform: translateY(-30px);
        transition: .25s all;
    }
}

@media screen and (max-width:991px) {
    .section-1-home {
        flex-direction: column;
    }
    .section-4-home .row-custom {
        flex-direction: column;
    }
    .section-general-wide-image {
        padding: 80px 0
    }
    #developer {
        padding: 50px 0;
    }
    .row-team {
        padding-top: 20px;
    }
	.hero-section{
		background-size: cover !important;
		background: url(../images/hero_mobile.jpg) center center no-repeat !important;
	}
    .hero-section .container h1 {
        font-size: 36px;
        line-height: 1.3;
        margin-bottom: 30px;
    }
    .hero-section {
        min-height: 500px !important;
        padding-top: 80px;
		background-size: cover !important;
    }
    .section-2-home {
        padding: 50px 0;
        margin: 0
    }
    .section-3-home {
        flex-direction: column;
        padding-bottom: 30px;
    }
    .logo-image-project {
        position: relative;
        overflow: hidden;
        min-height: 350px;
    }
    .logo-image-project img {
        min-height: 350px;
        max-height: 350px;
        max-width: fit-content;
        position: absolute;
        top: 50%;
        left: 50%;
        -webkit-transform: translate(-50%, -50%);
        -moz-transform: translate(-50%, -50%);
        -ms-transform: translate(-50%, -50%);
        -o-transform: translate(-50%, -50%);
        transform: translate(-50%, -50%);
        transition: .25s all;
    }
    .logo-image-project:hover img {
        -webkit-transform: translate(-50%, -50%) scale(1.03);
        -moz-transform: translate(-50%, -50%) scale(1.03);
        -ms-transform: translate(-50%, -50% scale(1.03));
        -o-transform: translate(-50%, -50%) scale(1.03);
        transform: translate(-50%, -50%) scale(1.03);
        transition: .25s all;
    }
    .section-4-home::after {
        display: none;
    }
    .section-4-home {
        padding-bottom: 40px;
    }
    .cta-text {
        padding-top: 20px;
    }
    .section-general-wide-image *,
    .section-general-wide-image p {
        width: 100%;
    }
    .section-4-home .container {
        margin-top: 30px;
    }
    .title-box-s2-home {
        font-size: 26px;
        line-height: 1.4;
        padding-bottom: 15px;
    }
    .logo-general {
        margin-bottom: 30px;
    }
    #contact {
        padding: 30px 0 10px;
    }
    #developer {
        padding: 0 0 10px;
    }
}
