@font-face {
    font-family: 'Zaha';
    src: url('../Font/Zaha\ Hadid\ Sans.otf') format('woff2'),
        url('../Font/Zaha\ Hadid\ Sans.ttf') format('woff');
    /* Add more src lines for other font formats if needed */
}

@font-face {
    font-family: 'Calibri';
    src: url('../Font/calibri/Calibri\ Regular/Calibri Regular.ttf') format('woff2'),
}

* {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
}

body {
    font-family: "Calibri", sans-serif !important;
    background-color: #F5F5F5;
    overflow-x: hidden !important;
    overflow-y: auto !important;
}
.about-deatiles p span {
    font-family: "Calibri", sans-serif !important;
}

img {
    /*width: 100%;*/
    /*height: 100%;*/
    object-fit: cover;
}

.bg-brand {
    background-color: #9A5626;
}

.text-brand {
    color: #9A5626;
}

h1,
h2,
h3,
h4,
h5 {
    font-family: "Zaha", sans-serif !important;
}

h1,
h2,
h3,
h4,
h5,
p {
    margin: 0;
}

ul {
    margin: 0;
    padding: 0;
    list-style: none;
}

.carousel-item {
    min-height: 350px;
    max-height: 350px;
    background-position: center;
    background-size: cover;
    background-repeat: no-repeat;
    overflow: hidden;
    /* border-radius: 10px 10px 0px 0px; */

}

.main-nav {
    padding: 20px 0;
}

.nav-item .nav-link {
    color: #111;
}

.carousel-control-prev-icon,
.carousel-control-next-icon {
    background-image: none;
}

.text-section {
    padding: 50px 0;
}

.text-box h2 {

    font-size: 20px;
    font-weight: 800;
    line-height: 23px;
    letter-spacing: 0em;
    text-align: center;
    color: #9A5626;
}

.text-box p {
    font-size: 20px;
    font-weight: 400;
    line-height: 23px;
    letter-spacing: 0em;
    text-align: center;
    color: #9A5626;
}

.data-box-section {
    padding: 40px 0;
}

.data-box-section .col-md-4 {
    margin-bottom: 25px;
}

.data-box-row {
    padding: 0 150px;
}

.data-box {
    width: 100%;
    height: 225px;
    margin: 0 auto;
    border-radius: 5px;
    border: 1px solid #996B4B;
    display: flex;
    flex-direction: column;
    align-items: center;
    position: relative;
    cursor: pointer;
}

.data-box::after {
    content: '';
    background-color: aliceblue;
    position: absolute;
    top: 0;
    left: 0;
    background-color: rgba(193, 149, 115, 1);
    width: 100%;
    height: 100%;
    opacity: 0;
    visibility: hidden;
    transition: all .3s ease-in;
}

.data-box:hover::after {
    visibility: visible;
    opacity: 1;
}

.data-box:hover .data-box-content ul li {
    color: #fff;
}

.data-box-icon {
    width: 85px;
    height: 85px;
    border-radius: 50px;
    margin: 20px 0;
    z-index: 99;
}

.data-box-icon img {
    height: 100%;
    width: 100%;
}

.data-box-content {
    padding: 10px 0;
    z-index: 99;
}

.data-box-content ul li {
    font-size: 20px;
    font-weight: 500;
    line-height: 23px;
    letter-spacing: 0em;
    text-align: center;
    color: #9A5626;
    transition: all .3s ease-in;

}

.about-section {
    padding: 80px 120px;
}

.section-link {
    display: flex;
    padding: 0;
    gap: 10px;
    align-items: center;
    margin-bottom: 30px;
    border-bottom: 1px solid #9a5626;
    padding-bottom: 27px;
    width: fit-content;
}

.section-link li {
    font-size: 20px;
    font-weight: 400;
    line-height: 23px;
    color: #9a5626;
}

.section-link .active {
    font-weight: 700;
}

.about-deatiles p {
    font-size: 20px;
    font-weight: 400;
    line-height: 20px;
    color: #9a5626;
}

.contact-section {
    padding: 80px 80px;
}

.contact-left-items ul {
    display: flex;
    flex-direction: column;
    gap: 15px;
    padding: 0;
}

.contact-left-items ul li {
    display: flex;
    gap: 15px;
    align-items: center;
    font-size: 20px;
    font-weight: 400;
    line-height: 30px;
    color: #9a5626;
}

.contact-left-items ul li svg {
    flex-shrink: 0;
}

.inputFrom label {
    display: block;
    font-size: 18px;
    font-weight: 700;
    line-height: 33px;
    color: #9a5626;
    margin-bottom: 5px;
}

.inputFrom input,
.inputFrom select {
    width: 100%;

    height: 54px;
    border-radius: 5px;
    border: 1px solid #9a5626;
    background-color: transparent;
    outline: none;
    padding: 0 10px;
    font-size: 16px;
}

.inputFrom textarea {
    width: 100%;

    border-radius: 5px;
    border: 1px solid #9a5626;
    padding: 0 10px;
    outline: none;
    font-size: 16px;
}

.inputFrom button {
    width: 138px;
    height: 52px;
    color: #fff;
    background-color: #9a5626;
    border-radius: 5px;
    font-size: 18px;
    font-weight: 700;
    border: none;
    outline: none;

    margin: 0 0 0 auto;
}

.contact-right-items .col-md-6,
.contact-right-items .col-md-12 {
    margin-bottom: 16px;
}

footer {
    padding-bottom: 50px;
}

footer p {
    font-size: 20px;
    font-weight: 400;
    line-height: 23px;
    letter-spacing: 0em;
    text-align: center;
    color: #a47c5f;
}

.box-wrapper {
    padding: 15px;
    background-color: #f7f7f7;
    border-radius: 8px;
}

.info-box h3,
.boucher-box h3 {
    font-size: 18px;
    font-weight: 700;
    color: #111;
    margin-bottom: 10px;
}
.video-section h3 {
    font-size: 18px;
    font-weight: 700;
    color: #111;
    margin-bottom: 0px;
}

.info-box span {
    font-size: 16px;
    color: #111;
}

.icon {
    width: 30px;
    height: 30px;
    border-radius: 50%;
    display: flex;
    justify-content: center;
    align-items: center;
    background-color: #9a5626;
    color: #fff;
    flex-shrink: 0;
}

.info-box {
    margin-bottom: 15px;

}

.info-box,
.boucher-box {
    padding: 20px;
    background-color: #fff;
    border-radius: 8px;
    margin-bottom: 15px;
}
.video-section {
    padding: 20px;
    background-color: #fff;
    border-radius: 8px;
}

.boucher-text p {
    color: #9a5626;
}

.boucher-text p,
.boucher-text span {
    font-size: 14px;
}

.boucher-text span {
    color: #111;
}

@media only screen and (max-width: 768px) and (min-width: 300px) {
    .carousel-item {
        max-height: 250px;
        min-height: 250px;
    }

    .main-nav {
        flex-wrap: nowrap;
    }

    .text-section {
        padding: 40px 0;
    }

    .data-box-section {
        padding: 20px 0;
    }

    .text-box h2 {


        margin-bottom: 10px;
    }

    .text-box {
        padding: 0 10px;
    }

    .text-box p {
        font-size: 16px;

    }

    .data-box-row {
        padding: 0;
    }

    footer {
        padding: 20px;
        padding-top: 0;
    }

    .about-section,
    .contact-section {
        padding: 30px 10px;
    }

    .contact-right-items {
        margin-top: 20px;
    }

    .boucher-box {
        margin-top: 20px;
    }
}

.video-play {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    background: rgba(0, 0, 0, 0.8);
    width: 35px;
    height: 35px;
    border-radius: 50%;
    text-align: center;
}
