
@font-face {
  font-family: 'GABRWFFR';
  src: url('../fonts/GABRWFFR.TTF') ;
}
@media (min-width: 1200px) {
    .container, .container-lg, .container-md, .container-sm, .container-xl {
        max-width: 1180px;
    }
}



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

body {
     font-family: "Montserrat", sans-serif;
    
}

h1,
h2,
h3,
h4,
h5,
h6,
p,
ul {
    margin: 0;
}

ul {
    padding: 0;
}

a {
    display: inline-block;
    text-decoration: none;
}

li {
    list-style: none;
}

.myClass {
    overflow: hidden;
}


/* =========================== header start ======================== */

a.gallery-lightbox { 
    object-fit: cover;
    width: 100%;
    height: 100%;
    transition: 0.3s;
    transform: scale(1);
}

.main-header {
    background: #000000;
    transition: 0.3s;
    padding: 0rem 2.4375rem;
    z-index: 11;
}

.main-header.scrolled {
    position: fixed;
    width: 100%;
    top: 0rem;
    z-index: 999;
    box-shadow: rgba(59, 59, 59, 0.34) 0.125rem 0rem 0.625rem 0rem;
    transition: 0.3s;
    animation: goDown 0.5s ease-in-out forwards;
}

@keyframes goDown {
    0% {
        top: -3.75rem;
    }

    100% {
        transform: translateY(0rem);
    }
}
.navbar-brand {
    width: 232px;
    height: 72px;
}
.navbar-brand img {
    object-fit: cover;
    width: 100%;
    height: 100%;
}
.all-same-btn {
    background: #A87735;    
    padding: 12px 16px;
    color: white;
    font-size: 16px;
    font-weight: 500;
    border-radius: 6px;
    letter-spacing: 1px;
    transition: all 0.3s ease;
}
.all-same-second-btn {
    padding: 12px 20px;
    color: white;
    font-size: 16px;
    border: 1px solid white;
    font-weight: 500;
    border-radius: 6px;
    letter-spacing: 1px;
    transition: all 0.3s ease;
}
.all-same-btn:hover{
    background: #C89B5A ;
    transition: all 0.3s ease;
}
.main-menus ul li{
    margin:0 15px;
}
.main-menus ul li a {
    color: white;
    font-size: 16px;
    font-weight: 500;
    letter-spacing: 1px;
    line-height: normal;
    position: relative;
    padding-left: 0 !important;
    padding-right: 0px !important;
}
.main-menus ul li a:hover{
    color: white !important;
}

.main-menus ul li a.active{
    color: white !important;
    font-weight:600;
}

.main-menus ul li:hover>a::after {
    width: 100%;
    transition: 0.8s;
}

.main-menus ul li>a::after {
    content: "";
    background-color: #A87735;
    display: block;
    height: 2px;
    position: absolute;
    width: 0px;
    left: 0px;
    right: 0px;
    transition: 0.8s;
}

.main-menus ul li a.active::after {
    content: "";
    background-color: #A87735;
    display: block;
    height: 2px;
    position: absolute;
    width: 100%;
    left: 0px;
    right: 0px;
    transition: 0.8s;
}



/* -------------- hero banner start --------------- */
.signature-content {
    position: relative;
    text-align: center;
    padding-left: 155px;
}
.signatue-heading {
    font-family: 'GABRWFFR';
    font-size: 30px;
    font-weight: 700;
    line-height: normal;
    color: #E91E63;
    letter-spacing: 2px;
    margin: auto;
    margin-bottom: 25px;
    transform: rotate(
350deg);
    text-shadow: 0 0 12px #0d1424, 5px 5px 7px #0d1424;
}
.hero-section {
    position: relative;
    padding: 40px 0;
    height: 90vh;
    overflow: hidden;
    z-index: 1;
}
.hero-banner-main{
    position: relative;
    padding: 15px 25px;
}
.hero-banner-main::before {
    content: "";
    position: absolute;
    inset: 0;
    background: linear-gradient(90deg, rgba(5, 5, 5, 0.92) 0%, rgb(13 20 36 / 81%) 40%, rgb(13 20 36 / 80%) 70%, rgb(13 20 36 / 55%) 100%);
    z-index: -1;
}
.banner-img {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: -2;
}
.banner-img img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: bottom;
    animation: heroEffect 10s ease-in-out infinite;
    will-change: transform, opacity;
}
@keyframes heroEffect{

    0%{
        transform: scale(1);
        opacity: 1;
    }
    20%{
        transform: scale(1);
        opacity: 1;
    }
    60%{
        transform: scale(1.05);
        opacity: .9;
    }
    100%{
        transform: scale(1);
        opacity: 1;
    }

}
.hero-banner-heading {
    color: white;
    font-family: "Playfair Display", serif;
    font-size: 46px;
    font-weight: 500;
    line-height: normal;
    margin-bottom: 20px;
}
.hero-banner-heading span {
    color: #C89B5A;
    font-weight: 700;
}
.hero-banner-main p {
    color: white;
    font-size: 15px;
    font-weight: 400;
    line-height: 24px;
    margin-bottom: 15px;
}
.hero-banner-main .all-same-btn {
    margin-right: 10px;
}


.strip-section {
    position: relative;
    padding: 50px 10px;
}
.strip-section h3 {
    color: #A87735;
    font-size: 24px;
    font-weight: 600;
    text-align: center;
    margin-bottom: 45px;
    line-height: 41px;
}
.gradienta-supply-single-icon {
    width: 150px !important;
    height: auto;
    margin: 0 15px;
}
.gradienta-supply-single-icon img {
    width: 100%;
    height: auto;
}


/* ----------- service section ------------------- */

.service-section {
    position: relative;
    padding: 70px 0;
}
.service-section-meta {
    position: relative;
    display: grid;
    grid-template-columns: repeat(4,1fr);
    gap: 15px;
}
.service-single {
    position: relative;
    text-align: center;
    box-shadow: 0 2px 8px rgba(0, 0, 0, 0.04),
        0 8px 24px rgba(0, 0, 0, 0.06);
    transition: all 0.3s ease;
    border-radius: 10px;
    overflow: hidden;
    transform: scale(1);
}
.serice-single-img {
    position: relative;
    height: 220px;
    width: 100%;
    overflow: hidden;
}
.serice-single-img img {
    object-fit: cover;
    width: 100%;
    height: 100%;
    transform: scale(1);
    transition: all 0.3s ease;
}

.service-single:hover .serice-single-img img{
      transform: scale(1.1);
    transition: all 0.3s ease;
} 
.service-single-content {
    padding: 20px;
}
.service-section-heading {
    margin-bottom: 45px;
}
.all-same-heading {
    font-family: "Playfair Display", serif;
    font-size: 32px;
    font-weight: 600;
    line-height: normal;
    letter-spacing: 1.5px;
    text-transform: uppercase;
}
.service-card-heading {
    font-size: 20px;
    color: black;
    line-height: normal;
    letter-spacing: 1px;
    margin-bottom: 13px;
}
.service-single p {
    color: black;
    font-size: 14px;
    line-height: 25px;
    margin-bottom: 10px;
    font-weight: 500;
}
.learn-more-btn {
    color: #C89B5A;
    font-size: 16px;
    font-weight: 600;
    letter-spacing: 1px;
}

/* -------------- new services section statr ---------- */

.services-new {
    position: relative;
    padding: 70px 0;
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    z-index: 1;
}
.services-new::before {
    content: ' ';
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background: #ffffff4f;
    z-index: -1;
}
.service-new-heading .all-same-heading {
    text-align: center;
}

.services-content-right {
    padding-left: 40px;
}
.services-point li  {
    font-size: 15px;
    color: black;
    margin-bottom: 10px;
    font-weight: 600;
    position: relative;
    transition: all 0.3s ease;
}

.services-point li::before {
    content: "\f0da"; 
    font-family: "Font Awesome 6 Free";
    font-weight: 900; 
    display: inline-block;
    margin-right: 5px;
}

.services-conetnt-left-img {
    border-radius: 10px;
    overflow: hidden;
    height: 380px;
}
.services-conetnt-left-img img {
    object-fit: cover;
    width: 100%;
    height: 100%;
}



/* ----------- craft section -------------------- */

.craft-section {
    position: relative;
    background: #0D1424;
    padding: 60px 0;
}
.craft-main .all-same-heading {
    color: white;
    text-align: center;
}
.all-same-heading span{
    color: #C89B5A;
}
.craft-meta {
    position: relative;
    display: grid;
    grid-template-columns: repeat(4,1fr);
    gap: 20px;
    margin-top: 60px;
}
.craft-meta-single {
    position: relative;
    text-align: center;
    border-left: 1px solid #a87635bb;
    padding-left:20px;
}

.craft-meta-single:nth-child(1){
    border: none;
     padding-left:0px;
}
.craft-icon {
    font-size: 50px;
    color: #A87735;
    margin-bottom: 15px;
}
.craft-single-heading {
    font-size: 14px;
    color: white;
    text-transform: uppercase;
    font-weight: 500;
    margin-bottom: 8px;
}


/* ------------ about section ----------------------- */

.about-section {
    position: relative;
    padding: 80px 0;
}
.about-main {
    position: relative;
    padding-left: 25px;
}
.about-main .all-same-heading {
    text-align: start;
    margin-bottom: 20px;
}

.about-main p {
    color: black;
    font-size: 16px;
    line-height: 24px;
    margin-bottom: 16px;
    font-weight: 400;
}
.about-img{
    border-radius: 10px;
    overflow: hidden;
}
.about-img img {
    object-fit: cover;
    width: 100%;
}



/* ---------------- gallery section start ----------------- */

.gallery-section {
    position: relative;
    padding: 70px 0;
}
.gallery-main .all-same-heading {
    text-align: center;
    margin-bottom: 40px;
}
.gallery-meta {
    position: relative;
    display: grid;
    gap: 20px;
    margin-bottom: 20px;
    
}
.gallery-meta:nth-child(odd) {
    grid-template-columns: 28% auto auto;
}


.gallery-meta:nth-child(even) {
    grid-template-columns: 38% auto auto;
}
.gallery-single{
    overflow: hidden;
     border-radius: 10px;
}
.gallery-single img {
    object-fit: cover;
    width: 100%;
    height: 100%;
    transition: all 0.3s ease;
    transform: scale(1);
}
.gallery-single:hover img{
         transition: all 0.3s ease;
    transform: scale(1.1);
}

/* --------------- testtimonial section --------------------- */


.testimonial-section {
    position: relative;
    padding: 70px 0;
}
.testimonial-main .all-same-heading {
    text-align: center;
}
.testimonial-wrapper {
    margin-top: 40px;
}
.single-testimonial {
    padding: 20px;
    background: #0D1424;
    border-radius: 10px;
    color: white;
    text-align: center;
}
.star-img {
    width: 90px;
    margin: auto;
    margin-bottom: 10px;
}
.star-img img {
    object-fit: cover;
    width: 100%;
}
.paragraph-tag {
    color: white;
    font-size: 14px;
    margin-bottom: 15px;
    font-weight: 400;
    min-height: 170px;
}
.single-test-top h5 {
    font-size: 18px;
}
/* ------------ cta contact------------------- */

.cta-contact {
    position: relative;
    margin-bottom: 40px;
}
.custom-row {
    position: relative;
    padding: 50px 25px;
    border-radius: 10px;
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
}
.cta-contact-right {
    display: flex;
    align-items: center;
    justify-content: end;
}
.cta-contact-left {
    position: relative;
}
.cta-contact-left p {
    color: black;
    font-size: 16px;
    font-weight: 400;
    margin: 12px 0;
}
.cta-contact-left .all-same-heading{
    text-align: start;
}
/* ------------------- footer start --------------------- */

.main-footer {
    position: relative;
    background: black;
    padding: 70px 0 20px;
}
.footer-logo {
    width: 260px;
    height: 68px;
    margin-left: -15px;
}
.footer-logo img {
    object-fit: cover;
    width: 100%;
    height: 100%;
}

.footer-meta h4 {
    color: white;
    font-size: 20px;
    text-transform: uppercase;
    letter-spacing: 1px;
    line-height: normal;
    margin-bottom: 40px;
}
.soical-links {
    display: flex;
    align-items: center;
    gap: 12px;
    margin-top: 40px;
}
.soical-links li a {
    color: white;
    border: 1px solid #A87735;
    width: 42px;
    height: 42px;
    font-size: 22px;
    border-radius: 100px;
    display: flex;
    align-items: center;
    justify-content: center;
     transition: all 0.3s ease;
}
.soical-links li a:hover{
    background-color: #A87735;
    transition: all 0.3s ease;
}
.quick-links li a,.personal-information li a {
    color: white;
    font-size: 16px;
    margin-bottom: 12px;
    position: relative;
    transition: all 0.3s ease;
}
.quick-links li a:hover{
    transition: all 0.3s ease;
    padding-left: 10px;
     color: #C89B5A;
}
.quick-links li a::before {
    content: "\f0da";
    font-family: "Font Awesome 6 Free";
    font-weight: 900;
    display: inline-block;
    margin-right: 5px;
}
.personal-information li a{
    display: flex;
    gap: 8px;
}
.personal-information li a:hover{
    transition: all 0.3s ease;
    padding-left: 5px;
    color: #C89B5A;
}
.copy-right-section {
    margin-top: 40px;
    border-top: 1px solid #ffffff61;
    padding-top: 25px;
    text-align: center;
}
.copy-right-section p{
    color: white;
    font-size: 14px;
    font-weight: 400;
}


/* ------------------- servcice page ---------------------- */
/* -------- servcice banner -------------- */

.service-banner {
    position: relative;
    padding: 50px 0;
    z-index: 1;
    height: 90vh;
}
.service-banner::before {
    content: "";
    position: absolute;
    inset: 0;
    background: linear-gradient(90deg, rgb(5 5 5 / 63%) 0%, rgb(13 20 36 / 48%) 40%, rgb(13 20 36 / 0%) 70%, rgb(13 20 36 / 0%) 100%);
    z-index: -1;
}
.service-banner-main{
    position: relative;
     padding: 15px 25px;
}
   .service-banner-main::before {
    content: "";
    position: absolute;
    inset: 0;
    background: linear-gradient(90deg, rgba(5, 5, 5, 0.92) 0%, rgb(13 20 36 / 81%) 40%, rgb(13 20 36 / 80%) 70%, rgb(13 20 36 / 55%) 100%);
    z-index: -1;
}

.service-banner-img {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: -2;
}
.service-banner-img img{
    object-fit: cover;
    width: 100%;
    height: 100%;
}
.service-banner-main p {
    color: white;
    margin-bottom: 20px;
    font-size: 16px;
    font-weight: 400;
}

/* -------- expert section -------------- */

.expert-section {
    position: relative;
    padding: 50px 40px;
    background: #e9dac645;
}
.expert-main {
    display: flex;
    gap: 15px;
}
.expert-main-para{
    flex:0 0 55%;
}
.expert-main p {
    color: black;
    margin-bottom: 15px ;
    font-size: 15px;
    font-weight: 400;
}
.expert-points {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 30px 15px;
}
.expert-points li  {
    font-size: 17px;
    color: black;
    display: flex;
    gap: 10px;
    font-weight: 500;
    align-items: center;
}
.expert-point-icon {
    background: #0D1424;
    color: #C89B5A;
    width: 45px;
    height: 45px;
    border-radius: 100px;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 23px;
    flex: 0 0 45px;
}
.service-number {
    position: absolute;
    z-index: 1;
    background-color: #0D1424;
    width: 40px;
    height: 40px;
    left: 5px;
    top: 5px;
    border-radius: 100px;
    display: flex;
    align-items: center;
    justify-content: center;
    color: #C89B5A;
    font-size: 18px;
    font-weight: 600;
    box-shadow: 0 2px 8px rgba(0, 0, 0, 0.04), 0 8px 24px rgba(0, 0, 0, 0.06);
}

/* -------- process section -------------- */
.process-section {
    position: relative;
    padding: 60px 0;
    background: #0D1424;
    color: white;
}
.process-main .all-same-heading {
    color: white;
    text-align: center;
}
.process-meta {
    display: grid;
    grid-template-columns: repeat(5,1fr);
    gap: 15px;
    margin-top: 60px;
    position: relative;
}
.process-meta::before {
    content: '';
    position: absolute;
    border: 1px dashed #C89B5A;
    width: 80%;
    top: 27px;
    left: 50%;
    transform: translateX(-50%);
}
.process-single {
    position: relative;
    text-align: center;
}
.process-icon {
    background: #C89B5A;
    width: 55px;
    height: 55px;
    font-size: 24px;
    border-radius: 100px;
    display: flex;
    align-items: center;
    justify-content: center;
    margin: auto;
    margin-bottom: 18px;
}
.process-number {
    color: #C89B5A;
    font-size: 16px;
    font-weight: 600;
    margin-bottom: 10px;
    letter-spacing: 1px;
}
.process-heading {
    font-size: 14px;
    color: white;
    font-weight: 600;
    margin-bottom: 10px;
}
.process-single p {
    color: white;
    font-size: 13px;
    line-height: normal;
    font-weight: 400;
}


/* -------- faq-section -------------- */

.faq-section {
    position: relative;
    padding: 70px 0;
}
.custom-accordion .accordion-item {
    border: 0;
    background: #e9dac645;
    border-radius: 0.5rem !important;
    margin-bottom: 1.125rem;
    overflow: hidden;
}

.custom-accordion .accordion-button {
    background: #e9dac645;
    color: #111;
    font-size: 17px;
    font-weight: 600;
    padding: 1.375rem 1rem;
    box-shadow: none;
}

.custom-accordion .accordion-button:not(.collapsed) {
    background: #e9dac645;
    color: #111;
    box-shadow: none;
}

.custom-accordion .accordion-body {
    background: #e9dac645;
    color: black;
    font-weight: 600;
    font-size: 14px;
    line-height: 1.6;
    padding: 0 1rem 1.5rem;
}

.custom-accordion .accordion-button::after {
    background-image: none;
    content: "+";
    font-size: 2.8125rem;
    font-weight: 300;
    width: 1.875rem;
    height: 1.875rem;
    transform: none;
    color: black;
    display: flex;
    align-items: center;
    justify-content: center;
}

.custom-accordion .accordion-button:not(.collapsed)::after {
    content: "−";
    transform: none;
}
.faq-main {
    position: sticky;
    top: 110px;
}


/* ------------------- about us page ---------------------- */

/* ------------- quality-section page --------------- */

.quality-section {
    position: relative;
    padding: 70px 0;
     background: #e9dac645;
}
.quality-meta {
    display: grid;
    grid-template-columns: repeat(3,1fr);
    gap: 15px;
}
.quality-content {
    padding-right: 30px;
}
.quality-content p {
    color: black;
    font-size: 14px;
    font-weight: 400;
    margin-top: 15px;
}
.quality-single {
    text-align: center;
    position: relative;
    padding: 0 10px;
}
.quality-single::before {
    content: '';
    position: absolute;
    height: 100%;
    width: 1.5px;
    background:     #c89a5ac2;
    top: 0;
    right: -7px;
}
.quality-single:last-child:before{
    display: none;
}
.quality-icon {
    font-size: 45px;
    color: #C89B5A;
    margin-bottom: 10px;
}
.quality-single-heading {
    font-size: 19px;
    font-weight: 600;
    margin-bottom: 10px;
    letter-spacing: 1px;
}
.quality-single p {
    font-size: 13px;
    color: black;
    font-weight: 400;
}


/* ------------- achive-section page --------------- */
.achive-section {
    position: relative;
    background: #0D1424;
    color: white;
    padding: 60px 0;
}
.achive-main {
    position: relative;
    display: grid;
    grid-template-columns: repeat(3,1fr);
    gap: 25px;
}
.achive-single {
    display: flex;
    gap: 15px;
    align-items: center;
    position: relative;
}
.achive-single::before {
    content: '';
    position: absolute;
    height: 100%;
    width: 1px;
    background: #c89a5ac2;
    top: 0;
    right: 15px;
}
.achive-single:last-child::before{
    display: none;
}
.achive-icon {
    color: #C89B5A;
    font-size: 50px;
}
.achive-heading {
    color: #C89B5A;
    font-size: 28px;
    font-weight: 600;
}
.achive-content p {
    font-size: 14px;
}


.contact-information {
    position: relative;
    padding: 80px 0;
}
.contact-information .personal-information li a {
    color: black;
    font-weight: 600;
}
.contact-information .personal-information li a span svg path {
    color: black !important;
    fill: black !important;
}
.contact-contact p {
    color: black;
    font-size: 16px;
    font-weight: 500;
    margin: 20px 0;
}
.contact-box .form-groups {
    display: flex;
    gap: 10px;
}
.contact-box form input,.contact-box form select,.contact-box form textarea {
    color: black !important;
    font-weight: 400 !important;
    font-size: 16px !important;
    margin-bottom: 10px !important;
}
.contact-box .all-same-btn {
    border: none;
}
::placeholder{
    color: black !important;
}
.form-text {
    color: black;
    font-size: 14px;
    font-weight: 500;
    margin: 20px 0;
}

.page-id-61 .service-banner-img img {
    object-position: top;
}