/* navbar */
@font-face {
    font-family: "Helvetica";
    src: url("../fonts/Helvetica/Helvetica.ttf") format("truetype");
}
@font-face {
    font-family: "Helvetica Bold";
    src: url("../fonts/Helvetica/Helvetica-Bold.ttf") format("truetype");
}
@font-face {
    font-family: "Playfair Display Italic";
    src: url("../fonts/Playfair\ display/PlayfairDisplay-Italic-VariableFont_wght.ttf")
        format("truetype");
}
@font-face {
    font-family: "Playfair Display";
    src: url("../fonts/Playfair\ display/PlayfairDisplay-VariableFont_wght.ttf")
        format("truetype");
}

/* .prev-arrow-testimonials {
  position: absolute;
  top: 50%;
  left: 3%;
}
.next-arrow-testimonials {
  position: absolute;
  top: 50%;
  right: 3%;
} */
.slick-dots li {
    height: auto !important;
    width: auto !important;
}
.slick-dots li.slick-active button {
    width: 50px !important;
    height: 20px !important;
    border: none;
    border-radius: 95px;
    transition: width 0.2s;
}
.custom-arrow-testimonials span i {
    font-size: 40px;
    color: rgb(255, 255, 255);
}

.nav-custom {
    /* background-color: #21353f; */
    /* height: 90px; */
}

.navbar-brand {
    /* height: 90px !important; */
    padding-top: 0 !important;
    padding-bottom: 0 !important;
    object-fit: contain;
    height: 80px;
}
.navbar-toggler-icon {
    background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 30 30'%3e%3cpath stroke='rgba(255,255,255,1)' stroke-linecap='round' stroke-miterlimit='10' stroke-width='2' d='M4 7h22M4 15h22M4 23h22'/%3e%3c/svg%3e") !important;
}
.nav-itm {
    align-items: flex-end;
    gap: 12px;
}
.navbar-collapse {
    flex-grow: 0 !important;
}
/* .navbar-expand-lg .navbar-nav .nav-link {
  padding-right: 0 !important;
  padding-left: 48px !important;
} */
.nav-link {
    color: white !important;
    /* font-family: Helvetica Bold; */
    font-size: 16px !important;
    font-weight:500 !important;
    line-height: 23px !important;
    text-transform: uppercase;
}
.nav-link:hover {
    color: #71211a !important;
}
.nav-link.active {
    color: #71211a !important;
    font-size: 16px !important;
    font-weight: 500 !important;
}
.nav-second {
    height: 50px;
    background-color: #21353f;
    margin-top: 10px;
    display: flex;
}
.nav-second ul {
    display: flex;
    list-style: none;
    height: 100%;
    float: right;
    margin: 0;
    color: white;
    font-size: 16px;
    font-family: Helvetica;
}
.nav-second ul li {
    display: flex;
    padding-left: 20px;
    align-items: center;
}
.nav-second ul:nth-child(1) {
    float: left;
    margin-left: -6.5%;
    text-transform: uppercase;
    font-family: Helvetica Bold;
}
.nav-second p {
    margin: 0;
    padding-left: 10px;
}

/*utilities*/

.text-white {
    color: white;
}
.section {
    padding: 50px 0;
}
.section-top {
    padding-top: 125px;
    padding-bottom: 50px;
}
.wrapper {
    min-height: 100vh;
    display: flex;
    flex-direction: column;
}

.content {
    flex: 1;
}
.cus-btn-primary {
    padding: 8px 24px;
    border-radius: calc(infinity * 1px);
    background-color: #71211a;
    border: 1px solid #71211a;
    color: white;
    text-transform: capitalize;
    text-decoration: none;
}

.color-primary {
    color: #71211a;
}

.color-gray {
    color: #4a5565;
}
.bg-gray-cus {
    background-color: #fbf9fa;
}
.cus-btn-primary:hover {
    background-color: transparent;
    border: 2px solid white;
    color: white;
}

.inner-hero-wrapper {
    height: 70vh;
    width: auto;
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
    position: relative;
}

.inner-hero-wrapper::before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    background-color: black;
    opacity: 70%;
    /* z-index: 1; */
}

.inner-hero-subwrapper {
    height: 100%;
    display: flex;
    align-items: center;
}
.inner-content {
    width: 80%;
    position: relative;
}

/* .heading-4{
  text
} */

.text-3 {
    font-size: 20px;
}
.text-4 {
    font-size: 16px;
}
.heading-one-wrapper {
    margin-bottom: 50px;
}
.heading-one-wrapper h2 {
    font-size: 36px;
    font-weight: 700;
}
.heading-one-wrapper h4 {
    border: 1px solid #71211a;
    font-size: 20px;
    font-weight: 700;
    color: #71211a;
    padding: 4px 32px;
    display: inline-block;
    border-radius: calc(infinity * 1px);
}

.heading-two {
    display: flex;
    flex-direction: column;
    align-items: center;
    margin-bottom: 50px;
    width: 60%;
    margin-left: auto;
    margin-right: auto;
}
.heading-two h2 {
    font-size: 36px;
    font-weight: 700;
    text-align: center;
}
.heading-two h4 {
    border: 1px solid #71211a;
    font-size: 20px;
    font-weight: 700;
    color: #71211a;
    padding: 4px 32px;
    display: inline-block;
    border-radius: calc(infinity * 1px);
}
.heading-services {
    display: flex;

    align-items: center;
    justify-content: space-between;
    margin-bottom: 50px;
    gap: 25%;
}
.heading-services h2 {
    font-size: 36px;
    font-weight: 700;
}
/* home */
.home-hero-wrapper {
    height: 100%;
    width: auto;
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
    position: relative;
}

.home-hero-wrapper::before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    background-color: black;
    opacity: 70%;
    /* z-index: 1; */
}

.hero-wrapper {
    height: 100vh;
    width: 100%;
    display: flex;
    align-items: end;
    padding-bottom: 50px;
    position: relative;
}
.hero-slider-wrapper {
    /* position: relative; */
    width: 100%;
}
.hero-subwrapper {
    width: 100%;
}
.hero-content {
    padding-bottom: 8px;
}

.prev-arrow {
    position: absolute;
    top: 50%;
    left: 5%;
    translate: 0% -50%;
    cursor: pointer;
}
.next-arrow {
    position: absolute;
    top: 50%;
    right: 5%;
    translate: -50% 0;
    cursor: pointer;
}
.custom-arrow span i {
    font-size: 30px;
    color: white;
}

.social-wrapper {
    position: fixed;
    bottom: 50px;
    right: 50px;
    border: 1px solid white;
    border-radius: 12px 0 0 12px;
    z-index: 2;
    padding: 12px;
}

.social-content {
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 6px;
}

.social-content a {
    font-size: 1.5rem;
}

/*project*/

.filter-wrapper {
    margin-bottom: 50px;
}
.product-container {
    text-decoration: none;
}
.product-container img {
    width: 100%;
    height: 250px;
    object-fit: cover;
}
.product-container .product-img {
    width: 100%;
    position: relative;
}
.product-container .product-img::before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: linear-gradient(
        180deg,
        rgb(183 4 4 / 20%) 0%,
        rgb(183 4 4 / 50%) 50%,
        rgb(183 4 4 / 80%) 100%
    );
    opacity: 0;
    transition: opacity 0.3s ease;
}
.product-container:hover .product-img::before {
    opacity: 1;
}
.product-container:hover .product-content h4 {
    background-color: #d42515; /* Your hover color */
}
.product-container:hover .color-primary {
    color: #d42515; /* Your hover color */
}
.product-content {
    /* height: 100%; */
    display: flex;
    flex-direction: column;
    justify-content: space-between;
}
.product-content h4 {
    font-size: 14px;
    padding: 4px 32px !important;
    background-color: #71211a;
    color: white;
    padding: 4px 32px;
    display: inline-block;
    border-radius: calc(infinity * 1px);
}
.product-content h2 {
    font-size: 16px;
    font-weight: 700;
    color: black;
}
.product-content a {
    text-decoration: none;
}
.product-content p {
    margin-bottom: 0;
    color: black;
}
/*about*/
.about-wrapper {
    padding-right: 200px;
    position: relative;
}

.about-wrapper img {
    height: 250px;
    width: 80%;
    object-fit: cover;
}
.brand-sub-wrapper {
    display: flex;
    gap: 16px;
    align-items: center;
    justify-content: center;
}
.brand-items img {
    height: 100px;
    width: 100%;
    object-fit: contain;
}
.exp-wrapper {
    position: absolute;
    top: 50%;
    right: 0;
    transform: translate(-50%, -50%);
    padding: 16px;
    background-color: white;
}
.experience-about {
    text-align: center;
    background-color: #71211a;
    color: white;
    padding: 32px 0;
    width: 150px;
}

/*team*/
.ceo-image {
    height: 450px;
    width: 100%;
    object-fit: cover;
}

.team-wrapper {
    display: grid;
    grid-template-columns: repeat(5, 1fr);
    gap: 24px;
}
/* 1200px and below - 4 columns */
@media (max-width: 1200px) {
    .team-wrapper {
        grid-template-columns: repeat(4, 1fr);
    }
}

/* 992px and below - 3 columns */
@media (max-width: 992px) {
    .team-wrapper {
        grid-template-columns: repeat(3, 1fr);
        gap: 18px;
    }
}

/* 768px and below - 2 columns */
@media (max-width: 768px) {
    .team-wrapper {
        grid-template-columns: repeat(2, 1fr);
        gap: 16px;
    }
}

/* 576px and below - 1 column */
@media (max-width: 576px) {
    .team-wrapper {
        grid-template-columns: 1fr;
        gap: 14px;
    }
}
.team-items p {
    margin-bottom: 0;
}
.team-items h4 {
    font-weight: 700;
}
.team-items img {
    width: 100%;
    height: 250px;
    object-fit: cover;
}
/*contact*/
.contact-links a {
    text-decoration: none;
    color: #71211a;
}
.form-container {
    padding: 16px;
    border: 1px solid #71211a;
    border-radius: 12px;
}
.form-item input {
    margin-top: 12px;
    margin-bottom: 24px;
    height: 36px;
    border-radius: 6px;
    border: 1px solid #e5e5e5;
    padding: 4px 12px;
    width: 100%;
}
.form-item textarea {
    margin-top: 12px;
    margin-bottom: 24px;
    height: 60px;
    border-radius: 6px;
    border: 1px solid #e5e5e5;
    padding: 4px 12px;
    width: 100%;
}
.form-item button {
    width: 100%;
    background-color: white;
    border: 1px solid #e5e5e5;
    color: black;
}
.form-item button:hover {
    background-color: #71211a;
    border: 1px solid #71211a;
    color: white;
}
.map-container {
    height: 450px;
}

.map-container iframe {
    width: 100%;
    height: 100%;
    display: block;
}

.map-overlay {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: black;
    opacity: 0.7;
    z-index: 2;
    pointer-events: none;
}
/*footer*/
.footer-wrapper {
    background-color: #71211a;
}
.social-icon {
    height: 25px;
    width: 25px;
    background: #fff;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
}

.social-icon i {
    color: #71211a; /* Bootstrap primary */
    font-size: 12px;
    transition: 0.3s;
}

/*.social-icon:hover i {*/
/*    color: #fff;*/
/*}*/

.cus-breadcrumbs {
    font-size: 16px;
    margin-top: 88px;
    padding: 24px 0;
    border-bottom: 1px solid #f3f4f6;
}
.cus-breadcrumbs a {
    color: black;
    text-decoration: none;
}
.cus-breadcrumbs p {
    margin-bottom: 0;
}

/* 
.gallery a {
    display: inline-block;
    width: 100%;
    margin-bottom: 16px;
    break-inside: avoid;
    page-break-inside: avoid; 
} */

.gallery img {
    width: 100%;
    height: 350px;
    object-fit: cover;
    cursor: pointer;
    vertical-align: bottom;
    display: block;
}
.project-detail {
    max-width: 960px;
    margin: 0 auto;
}

.p-description p {
    margin-bottom: 10px;
}

.p-description ul {
    padding-left: 20px;
}

.p-description img {
    max-width: 100%;
    height: auto;
}
.project-detail-header {
    display: flex;
    flex-direction: column;
    gap: 16px;
}
.project-detail-header h2 {
    font-size: 36px;
    font-weight: 700;
}
.project-detail-image {
    width: 100%;
}
.project-detail-image img {
    width: 100%;
    height: 450px;
    object-fit: cover;
}
.project-detail-tags p {
    margin-bottom: 0;
}
.project-detail-tags a {
    text-decoration: none;
}
@media (max-width: 1024px) {
    .heading-two {
        width: 100%;
    }
    .heading-two h2 {
        font-size: 32px;
    }
    .heading-one-wrapper h2 {
        font-size: 32px;
    }
    .heading-services {
        flex-wrap: wrap;
    }
    .heading-services h2 {
        font-size: 32px;
    }
    .heading-one-wrapper h4 {
        font-size: 18px;
    }
}
@media (max-width: 768px) {
    .heading-two {
        width: 100%;
    }
    .heading-two h2 {
        font-size: 30px;
    }
    .heading-one-wrapper h2 {
        font-size: 30px;
    }
    .heading-services {
        flex-wrap: wrap;
    }
    .heading-services h2 {
        font-size: 30px;
    }
    .heading-one-wrapper h4 {
        font-size: 18px;
    }
}

@media (max-width: 480px) {
    .heading-one-wrapper h2 {
        font-size: 28px;
    }
    .heading-services h2 {
        font-size: 28px;
    }
    .heading-one-wrapper h4 {
        font-size: 16px;
    }

    .heading-two h2 {
        font-size: 28px;
    }

    .about-wrapper {
        padding-right: 0;
    }
    .about-wrapper img {
        width: 100%;
    }
    .exp-wrapper {
        transform: translate(0%, -50%);
    }
}
