
:root {
    --primary: #967c52;
    --second: #6a6666;
    --orange: #f06449;
    --grey: #fbf6f7;
    --white: #ffffff;
    --black: #272626;
}
@font-face {
    font-family: "droidSerif-bold";
    src: url("../font/DroidSerif-Bold.ttf") format("truetype");
}
@font-face {
    font-family: "droidSerif-regular";
    src: url("../font/DroidSerif-Regular.ttf") format("truetype");
}
html {
    padding: 0;
    margin: 0;
    list-style: none;
}
body{
    font-family: "droidSerif-regular", sans-serif!important;
}

.container-fluid {
    padding: 0px !important;
}

.fw-800 {
    font-weight: 800;
}

.flex {
    display: flex;
}
.flex-center {
    display: flex;
    justify-content: center;
    align-items: center;
}
.flex-beetwen {
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.gap-1 {
    gap: 1rem;
}

.text-center {
    text-align: center;
}

.relative {
    position: relative;
}

.navbar-collapse {
    justify-content: end;
}

.bannerImg {
    width: 100%;
    background-image: url('../img/banner.jpg');
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
    object-fit: cover;
    min-height: 500px;
    padding: 2rem 0;
}

.banner-box {
    /*height: 60vh;*/
    padding: 20% 0;
    display: flex;
    flex-flow: column;
    justify-content: center;
}

.banner-box h1 {
    font-size: clamp(50px, calc(50px + (70 - 50) * ((100vw - 500px) / (2560 - 500))), 70px);
}

.banner-box p {
    color: var(--second);
}

.custom-orange-button {
    background: var(--orange) !important;
    border: none !important;
    padding: 0.6rem 2.5rem;
    font-size: 13px;
    color: white;
    transition: all .2s ease-in-out;
    width: max-content;
    margin: 0 auto;
}

.custom-orange-button:hover {
    transform: scale(1.1);
}
.custom-button-outline {
    background: none!important;
    border: solid 1px var(--orange) !important;
    padding: 0.4rem 2rem;
    font-size: 13px;
    color: var(--black);
    transition: all .2s ease-in-out;
    width: max-content;
    margin: 0 auto;
}

.custom-button-outline:hover {
    transform: scale(1.1);
}
.description{
    color: var(--second);
    font-weight: 300;
    font-family: sans-serif;
}
.featured-box{
    background: var(--grey);
    padding: 1rem;
    text-align: center;
    color: var(--black);
    transition: all .2s ease-in-out;
    margin-bottom: 0.6rem;

}
.slider-img{
    width: 100%;
    height: 700px!important;
    object-fit: cover;
    object-position: center;
}
.featured-box p {
    color: #818181;
}
.featured-box:hover {
    transform: scale(1.1);
}
.over-text{
    font-weight: 300;
    font-size: 13px;
    color: var(--second);
}
.about-title{
    font-size: clamp(30px, calc(30px + (50 - 30) * ((100vw - 500px) / (2560 - 500))), 50px);
}
.line-leaf{
    width: 100%;
    display: block;
    height: 1px;
    background: #d2c2ab;
}
.services-content{
    color: var(--orange);
}
.services-box{
    transition: all .2s ease-in-out;
}
.services-box:hover{
    background: seashell;
    transform: scale(1.1);
}
.testi-box{
    background: var(--grey);
    position: relative;
    margin-top: 8rem;
    min-height: 465px;
    display: flex;
    justify-content: center;
    align-items: center;
}
.profile-image{
    margin-top: -5rem!important;
    border-radius: 50%;
    width: 200px;
    text-align: center;
}
.pp-box{
    margin: auto;
    width: max-content;
    margin-top: 8rem;
}
.testi-content{
    width: 70%;
    margin: auto auto;
    padding:3rem;
    text-align: center;
}
.testi-content b{
    font-size: 35px;
    font-weight: 600;
}
.testi-content p{
    font-weight: 300;
    color: var(--second);
    font-family: sans-serif;
}
.testi-content h5{
    margin-top: 2rem;
    font-weight: 300;
    color: var(--black);
}
.contact-box{
    text-align: center;
    margin-bottom: 2rem;
}
.contact-box p{
    color: var(--black);
    font-weight: 400;
    margin: 0;
}
.contact-box a{
    color: var(--second);
    text-decoration: none;
    font-weight: 300;
}
.contact-box a:hover{
    color: var(--black);
    font-weight: 400;
}
.contact-form{
    width: 60%;

    margin: 5rem auto;
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 0.6rem;
    flex-flow: column;
}
.custom-input{
    background: #fff7ea;
    color: #000000;
    padding: 1rem;
    border: none;
    width: 100%;
    font-family: "droidSerif-regular", sans-serif;
}
.swiper-button-next, .swiper-button-prev{
    color: var(--primary)!important;
}
.swiper-pagination-bullet-active{
    background: var(--primary)!important;
}
.min-300{
    min-height: 300px;
    object-fit: cover;
}
.services-banner{
    width: 100%;
    background: #967c52;
    height: 250px;
    color: white;
    display: flex;
    align-items: center;

}
.services-detail{
    margin-top: 3rem;
    min-height: 55vh;
}
.services-detail-img{
    margin-bottom: 1rem;
    max-height: 700px;

}
.services-a{
    text-decoration: none;
    color: black;
}
.services-detail p{
    color: #646464;
    font-size: 18px;
    line-height: 30px;
}
.footer{
    width: 100%;
    background: #967c52;
    height: 50px;
    color: white;
    display: flex;
    align-items: center;
}

@media screen and (max-width: 768px) {
    .navbar-collapse {
        padding: 1rem;
        margin-top: 1rem;
        background: #f6f6f6;
    }
    .about-box{
        margin-top: 2rem;
    }
    .testi-content{
        width: 100%;
        padding: 1rem;
    }
    .contact-form{
        width: 90%;
    }
}
