*{
    margin: 0;
    padding: 0;
    box-sizing: border-box;
}

.main-content h1{
    color: #3A2C17;
    text-transform: uppercase;
    font-weight: 700;
    font-family: 'VIVITA Bold', sans-serif;
    font-size: 130px;
}

body {
    background-color: #F9F6F0;
    font-family: "Nunito Sans", sans-serif;
}
.bg-color-change{
    width: 100%;
    z-index: 1111 !important;
    border-bottom:1px solid #3A2C17;

}
.logo{
    width: 57%;
}
.nav-link a {
    font-size: 18px !important;
    color: #000 !important;
    margin-left: 16px !important;
}
.button-new{
    color: #fff;
    background-color: #3A2C17;
    border: none;
    padding: 30px;
}
button.button-new {
    background-color: #3a2c17 !important;
}

.button-nav{
    height: 100%;
    background-color: #3A2C17;
    width: 195px;
    display: flex;
    margin-left: auto;
    align-items: center;
    justify-content: center;
}
a {
    text-decoration: none;
}
.main-content h1{
    color: #3A2C17;
    text-transform: uppercase;
    font-weight: 700;
    font-family: 'VIVITA Bold', sans-serif;
    font-size: 130px;
}
.main-content p{
    color: #3A2C17;
    text-align: center;
    font-weight: 700;
    line-height: 70px;
    font-size: 54px;
}
.Button-banner{
    background-color: #3A2C17;
    color: #fff !important;
    padding: 20px 30px;
    margin-top: 30px;
}
.image-custom{
    margin-top: -104px;
    padding-left: 60px;
  
}
.banner-icon{
    color: #fff;
    font-size: 80px;
}
img.image-custom{
    width: 82%  ;
    height: 500px;
}
.custom-image{
    z-index: -1111 !important;
}
.image-video{
    margin-top: -120px;
    width: 91% !important;
    border-radius: 10px !important;
}
.image-dd{
    position: relative;
}
.icon-center{
    position: absolute;
    top: 50%;
    right: 50%;
}
.image-re{
    position: relative;
}

.second-section{
    background-size: cover;
    background-position: center;
    height: 100vh;
    display: flex;
    justify-content: center;
    align-items:center ;
    flex-direction: column;
}
.second-section h2 {
    font-size: 80px;
    color: #000;
    font-weight:700 !important;
}
.button-about{
    background-color: #3A2C17;
    padding: 15px 40px ;
    color: #fff;
    font-size: 20px;
    border-radius: 5px;
}
.service-heading{
    font-size: 70px;
    color: #000 !important;
}
.main-p{
    color: #797979;
    line-height: 30px;
    margin: 0;
}

.card-re{
    position: relative;
}
.text-up{
    position: absolute;
    bottom: 30px;
    left: 30px;
    color: #fff;
}

.image-card-sam{
    object-fit: cover !important;
    height: 650px;
    width: 100%;
}

.custom-image-wrapper {
    position: relative;
    overflow: hidden;
    display: inline-block;
}

.custom-image-wrapper img {
    display: block;
    width: 100%;
    transition: transform 0.3s ease-in-out;
}
.custom-image-wrapper {
    position: relative;
    overflow: hidden;
    display: inline-block;
}

.custom-image-wrapper img {
    display: block;
    width: 100%;
}

.overlay {
    position: absolute;
    bottom: -100%; /* Initially hidden below */
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.5); /* Light black overlay */
    display: flex;
    justify-content: center;
    transition: bottom 0.5s ease-in-out;
}

.custom-image-wrapper:hover .overlay {
    bottom: 0; /* Moves up on hover */
}

.overlay-text {
    color: #fff;
    font-size: 20px;
}
.slider-re{
    position: relative !important;
}
button.custom-prev {
    position: absolute;
    top: 26%;
    left: -1px;
    background-color: #000;
    color: #fff;
    padding: 30px;
    height: 50px;
    width: 50px;
    display: flex;
    z-index: 1111;
    justify-content: center;
    align-items: center;
    border: none;
    border-radius: 50%;
}
button.custom-next {
    position: absolute;
    top: 26%;
    right: -1px;
    background-color: #000;
    color: #fff;
    padding: 30px;
    height: 50px;
    width: 50px;
    display: flex;
    justify-content: center;
    align-items: center;
    border: none;
    border-radius: 50%;
    z-index: 11;
}

.slider-text h2 {
    font-size: 64px;
    color: #000;
    font-weight: 600;
}
.slider-text p {
    font-size: 24px;
    color: #000;
    font-weight: 500;
}
.button-view{
    background-color: #3A2C17;
    color: #fff;
    padding: 15px 40px;
}
.bg-color{
    background-color: #3A2C17;
}
.bg-color h2{
    font-size: 64px;
    color: #ffffff;
    font-weight: 600;
}
.button-Schedule{
    background-color: #D1B48C;
    color: #3a2c17 !important;
    padding: 15px 40px;
    font-size: 18px;
    border-radius: 5px;
}
.big-text-footer{
    font-size: 25px;
}
.font-new{
    font-weight: 600;
    font-size: 14px;
}
.boder-up{
    border-top: 2px solid #3A2C17;
    padding-bottom: 30px ;
}
.footer ul {
    list-style-type: none;
    padding-left:10px;
}
.footer ul li{
    font-size: 18px;
    font-weight: 600;
    color:#3A2C17 ;
    padding-bottom: 15px;
}
.contect-f p {
    font-size: 15px;
    font-weight: 600;
    color:#3A2C17 ;
}

@media screen and (max-width:1300px) {
    .main-content h1 {
        font-size: 111px !important;
    }
    .zig-zag {
        margin-top: -321px !important;
    }
	.wpforms-container .wpforms-field, .wp-core-ui .wpforms-container .wpforms-field {
		padding:10px 0px !important;
	}
}

@media screen and (max-width: 1200px) {
    .main-content h1 {
        font-size: 55px !important;
        text-align: center !important;
    }
    .main-content p {
        color: #3A2C17;
        text-align: center;
        font-weight: 700;
        line-height: 57px;
        font-size: 40px !important;
    }
}

@media screen and (max-width:992px) {
    .zig-zag {
        margin-top: 10px !important;
    }
    .bg-color-service{
        height: auto !important;
        padding: 47px 20px;
    }
    .port{
        color: #FFF;
        text-shadow: 0px 1px 10px #9A8472;
        font-family: "Nunito Sans";
        font-size: 40px !important;
        font-style: normal;
        font-weight: 700;
        line-height: 100%; 
    }
    ul#wpforms-127-field_8 {
        display: block !important;
    }
    .background-image-about p {
        font-size: 22px !important;
        line-height: 30px !important;
    }
    .padding-top-for-design .col-lg-4:nth-child(2) {
        padding-top: 20px !important;
    }
    #wpforms-127-field_8 li {
        padding: 10px 0px;
    }
    .contact-banner ul{
        padding: 0px !important;
    }
    ul#wpforms-152-field_6 {
        display: block !important;
    }
    ul#wpforms-152-field_6 li {
        padding: 7px 0px !important;
    }
    .contact-banner h1{
        font-size: 40px !important;
    }
    .image-contact-details {
        padding: 15px !important;
    }
    .details-side h2{
        font-size: 40px !important;
    }
    .service-d-banner{
        height: auto !important;
    }
    .service-d-banner h1{
        font-size: 40px !important;
    }
    img.image-custom {
        padding: 30px 0px 0px 0px !important;
        margin: 0 !important;
    }
    .image-custom{
        width: 100% !important;
    }
    .image-video {
        width: 100% !important;
        margin-top: 30px !important;
    }
    .main-content h1 {
        font-size: 49px !important;
        text-align: center !important;
    }
    .main-content p {
        font-size: 25px !important;
        text-align: center !important;
        line-height: 30px;
    }
    .second-section{
        height: auto !important;
        padding: 64px 0px;

    }
    .second-section h2 {
        font-size: 40px;
    }
    .button-about{
        font-size: 18px;
    }
    .service-heading{
        font-size: 40px !important;
    }
    .image-card-sam{
        height: 400px;
    }
    button.custom-next {
        position: absolute;
        top: 16%;
    }
    button.custom-prev {
        position: absolute;
        top: 16%;
    }
    .slider-text h2{
        font-size: 40px;
        padding-bottom: 20px
    }
    .slider-text p {
        margin-bottom: 30px;
    }
    .bg-color h2 {
        font-size: 40px;
        color: #ffffff;
        font-weight: 600;
    }
    .big-text-footer{
        padding-bottom: 20px;
    }
    .icon-center {
        position: absolute;
        top: 40% !important;
        right: 29% !important;
    }
    .team-member{
        width: 100% !important;
        height: 100% !important;
    }
    .background-image-about{
        padding: 80px 0px !important;
        height: auto !important;
    }
    .vide-up{
        height: 400px;
    }
}
.custom-button{
    background-color: #3A2C17 !important;
    border: none !important;
    color: #fff !important;
    height: 40px;
}
.background-image-about{
    width: 100%;
    height: 100vh;
    display: flex;
    background-position: center;
    background-size: cover;
    justify-content: start;
    align-items: center ;
}
.background-image-about p {
    font-size: 30px;
    line-height: 40px;
}

.background-image-about h1 {
    font-size: 56px;
    line-height: 40px;
    padding-bottom: 40px;
}

.meet-team h2{
    color: #000;
    font-size: 56px;
    font-weight: 600;
}
.meet-team p {
    font-size: 24px;
}

.team-member{
    width: 100%;
    object-fit: cover;
    height: 450px;
}
.extra-space{
    padding: 40px 0px;
}
.extra-space-new{
    padding: 30px 0px;
}
.image-over{
    position: relative;
}
.overlay-new{
    height: 100%;
    position: absolute;
    top: 0px;
    width: 100%;
    background-color: #3A2C17;
    display: none;
}
.image-over:hover .overlay-new {
    display: block !important;
}
.contect-center{
    display: flex;
    justify-content: end;
    flex-direction: column;
}
.contect-center{
    position: absolute;
    bottom: 30px;
}
.zig-zag .button-new {
    background-color: #3A2C17;
    text-transform: uppercase;
    color: #fff;
    font-size: 20px;
    padding: 17px 24px;
    border: 4px solid #fff;
}
.wpforms-submit-container {
    text-align: end !important;
}
.image-zig {
    height: 400px;
    width: 100%;
    object-fit: cover;
}
.bg-color-service p {
    font-size: 17px !important;
    line-height: 28px !important;
    color: #fff !important;
}
.bg-color-service h2 {
    font-size: 35px !important;
}
.bg-color-service {
    background-color: #3A2C17;
    padding: 30px;
    height: 400px;
    display: flex;
    flex-direction: column;
    justify-content: center;
}
.bg-color-service h2 {
    color: #fff;
}
.zig-zag {
    margin-top: -450px;
}
.image-contact-details{
    background-position: center;
    background-size: cover;
    padding: 30px;
    color: #fff;
}
.contact-banner{
    padding: 30px 0px;
}
.contact-banner h1 {
    font-size: 56px;
    text-transform: uppercase;
    color: #fff;
    padding-top: 30px;
}
.contact-banner ul {
    list-style-type: none !important;
    padding: 40px 0px;
  
}
.contact-banner  li {
    margin: 10px 0px;
    font-weight: 300;
}

.icon-contact {
    color: #D1B48C;
    margin-left: 20px;
    font-size: 30px;
}
.icon-contact-new{
    color: #D1B48C;
    font-size: 30px;
}
.contact-deatils-main{
    display: grid;
    grid-template-columns: 1fr;
    gap: 20px;

}

  .button-contact{
    background-color: #D1B48C;
    color: #3A2C17;
    padding: 15px 30px;
    border-radius: 10px;
    font-weight: 500;
  }
  .main-re-contact{
    position: relative;
  }

  .margin-contact{
    margin-bottom: -100px
  }
  .bg-color .icon-bottom {
     color: #D1B48C;
  }
  .bg-color .main-p-icon {
    color: #D1B48C !important;
  }
  .bg-color p {
    color: #ffffff !important;
    font-weight: 400;
  } 
  .form-check-input:checked{
    background-color: #000 !important;
    border-color: #000 !important;
  }
  .service-d-banner{
    height: 100vh;
    background-position: center;
    background-size: cover;
    display: flex;
    justify-content: start;
    align-items: center;
  }
  .button-serviced{
    background-color: #3A2C17;
    color: #fff;
    padding: 15px 30px;

  }
  .main-deatil-d{
    color: #fff;
    font-size: 80px;
  }
  .details-side h2 {
    color: #000;
    font-size: 60px;
    text-transform: uppercase;
    font-weight: 700;
  }
  .main-video-about{
    width: 100%;
  }
  .custom-video-container {
    width: 100%;
    height: 500px;
    overflow: hidden;
    display: flex;
    justify-content: center;
    align-items: center;
    background: black; 
  }
.custom-video {
    width: 100%;
    height: 500px;
    object-fit: cover; 
}
.padding-top-for-design .col-lg-4:nth-child(2) {
    padding-top: 80px; 
}
.padding-top-for-design .col-lg-4:nth-child(5) {
    padding-top: 80px; 
}
input#wpforms-127-field_2, input#wpforms-127-field_3, input#wpforms-127-field_4, input#wpforms-127-field_5 {
    border-bottom: 1px solid #000;
    border-top: none;
    border-left: none;
    border-right: none;
    border-radius: unset;
    box-shadow: none;
    padding-left: 0px;
}
textarea#wpforms-127-field_9 {
    border-bottom: 1px solid #000;
    border-top: none;
    border-left: none;
    border-right: none;
    border-radius: unset;
    box-shadow: none;
    padding-left: 0px;
}
input#wpforms-131-field_1, input#wpforms-131-field_2, input#wpforms-131-field_3, input#wpforms-131-field_4, textarea#wpforms-131-field_5 {
    border-bottom: 1px solid #000;
    border-top: none;
    border-left: none;
    border-right: none;
    border-radius: unset;
    box-shadow: none;
    padding-left: 0px;
}
textarea#wpforms-152-field_3, textarea#wpforms-166-field_6 {
    border-bottom: 1px solid #000;
    border-top: none;
    border-left: none;
    border-right: none;
    border-radius: unset;
    box-shadow: none;
    overflow-y: auto;
    resize: none;
    width: 100%; 
    padding-left: 0px;
      
}
ul#wpforms-127-field_8{
    display: flex;
}
 
.wpforms-submit-container {
    text-align: end;
}

.wpforms-submit-container button{

    background-color: #D1B48C !important;
    color: #fff;
    padding: 15px 30px !important;
    height: 50px !important;
}

.main-h2  h2 {
    color: #fff !important;
}
.main-h2 .service-heading{
    font-size: 70px;
    color: #000 !important;
}
.footer p {
    color: #3A2C17 !important;
}
input#wpforms-127-field_2::placeholder,
input#wpforms-127-field_3::placeholder, 
input#wpforms-127-field_4::placeholder,
input#wpforms-127-field_5::placeholder, 
textarea#wpforms-127-field_9::placeholder { 
  color: #000000; 
  opacity: 1;
}

/* For cross-browser compatibility */
input#wpforms-127-field_2::-webkit-input-placeholder,
input#wpforms-127-field_3::-webkit-input-placeholder,
input#wpforms-127-field_4::-webkit-input-placeholder,
input#wpforms-127-field_5::-webkit-input-placeholder,
textarea#wpforms-127-field_9::-webkit-input-placeholder {
  color: #000000;
}

input#wpforms-127-field_2::-moz-placeholder,
input#wpforms-127-field_3::-moz-placeholder,
input#wpforms-127-field_4::-moz-placeholder,
input#wpforms-127-field_5::-moz-placeholder,
textarea#wpforms-127-field_9::-moz-placeholder {
  color: #000000;
}

input#wpforms-127-field_2:-ms-input-placeholder,
input#wpforms-127-field_3:-ms-input-placeholder,
input#wpforms-127-field_4:-ms-input-placeholder,
input#wpforms-127-field_5:-ms-input-placeholder,
textarea#wpforms-127-field_9:-ms-input-placeholder {
  color: #000000;
}

input#wpforms-127-field_2::-ms-input-placeholder,
input#wpforms-127-field_3::-ms-input-placeholder,
input#wpforms-127-field_4::-ms-input-placeholder,
input#wpforms-127-field_5::-ms-input-placeholder,
textarea#wpforms-127-field_9::-ms-input-placeholder {
  color: #000000;
}
button#wpforms-submit-127, button#wpforms-submit-131 {
    margin-top: 20px;
    padding: 15px 40px !important;
    color: #3a2c17;
    font-weight: 700;
}

input#wpforms-131-field_1::placeholder,
input#wpforms-131-field_2::placeholder,
input#wpforms-131-field_3::placeholder,
input#wpforms-131-field_4::placeholder,
textarea#wpforms-131-field_5::placeholder { 
  color: #000000; 
  opacity: 1;
}

/* For cross-browser compatibility */
input#wpforms-131-field_1::-webkit-input-placeholder,
input#wpforms-131-field_2::-webkit-input-placeholder,
input#wpforms-131-field_3::-webkit-input-placeholder,
input#wpforms-131-field_4::-webkit-input-placeholder,
textarea#wpforms-131-field_5::-webkit-input-placeholder {
  color: #000000;
}

input#wpforms-131-field_1::-moz-placeholder,
input#wpforms-131-field_2::-moz-placeholder,
input#wpforms-131-field_3::-moz-placeholder,
input#wpforms-131-field_4::-moz-placeholder,
textarea#wpforms-131-field_5::-moz-placeholder {
  color: #000000;
}

input#wpforms-131-field_1:-ms-input-placeholder,
input#wpforms-131-field_2:-ms-input-placeholder,
input#wpforms-131-field_3:-ms-input-placeholder,
input#wpforms-131-field_4:-ms-input-placeholder,
textarea#wpforms-131-field_5:-ms-input-placeholder {
  color: #000000;
}

input#wpforms-131-field_1::-ms-input-placeholder,
input#wpforms-131-field_2::-ms-input-placeholder,
input#wpforms-131-field_3::-ms-input-placeholder,
input#wpforms-131-field_4::-ms-input-placeholder,
textarea#wpforms-131-field_5::-ms-input-placeholder {
  color: #000000;
}
div#ast-scroll-top {
    display: none;
}
.footer-link-contact{
    color: #3A2C17;
    padding-bottom: 30px;
}
.menu-link{
    color: #3A2C17 !important;
}
li#menu-item-186 a {
    color: #3A2C17;
    font-size: 16px;
}
li#menu-item-187 a {
    color: #3A2C17;
    font-size: 16px;
}


.btn-whatsaap {
    position: fixed;
    right: 30px;
    bottom: 30px;
    height: 40px;
}

.tab-view .nav-tabs .nav-link {
    background: transparent;
    margin-left: 20px;
    border: none;
	text-transform:uppercase;
    color: #303030;
    font-size: 20px;
    font-weight: 800;
}
.tab-view .nav-tabs .nav-link.active {
    border-bottom: 3px solid #654321;
    background: transparent;
    color: #654321;
}
.project-card {
    display: block;
}
.image-port{
    height: 300px;
    width: 100%;
    object-fit:cover ;
}


.card {
    border: none;
    overflow: hidden;
    position: relative;
}

.card-body {
    background: #fff;
    padding: 20px;
    position: relative;
}

.card-body .card-text {
    position: absolute;
    top: -20px;
    background-color: #3A2C17;
    padding: 10px 20px;

    color: #fff;
}
.overlay {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background:rgba(58, 44, 23, 0.9);
    color: #fff;
    display: flex;
    flex-direction: column;
    justify-content: center;
    opacity: 0;
    transition: opacity 0.3s ease-in-out;
    padding: 20px;
}

.card:hover .overlay {
    opacity: 1;
}

.project-title {
    font-size: 1.5rem;
    font-weight: bold;
    margin-bottom: 10px;
}

.project-desc {
    font-size: 1rem;
    margin-bottom: 10px;
}

.project-category {
    background-color: #3A2C17;
    padding: 10px 20px;
    color: #fff;
}

.card-title{
    font-size: 18px;
}
.overlay .card-text {
    font-size: 18px;
}


.port{
    color: #FFF;
    text-shadow: 0px 1px 10px #9A8472;
    font-family: "Nunito Sans";
    font-size: 80px;
    font-style: normal;
    font-weight: 700;
    line-height: 100%; 
}

.owl-carousel .owl-dots.disabled {
	display:block !important;
    margin: 0 auto;
    display: flex;
    gap: 10px;
    justify-content: center;
   
}
.owl-dots {
	display:flex;
	justify-content:center !important;
}

.owl-carousel button.owl-dot{
    border-radius: 50%;
	width: 12px;
    height: 12px;
	padding: 6px !important;
    margin: 10px;
    background: #D9D9D9 !important;
   
    font: inherit;
}
button.owl-dot.active {
	background-color: #3a2c17 !important;
	 padding: 6px !important;
}
.owl-carousel .owl-dots.disabled {
	display:flex !important;
}
.main-ttitle-ff{
	font-size:32px !important;
}