@import url('https://fonts.googleapis.com/css2?family=Montserrat:ital,wght@0,400;0,500;0,600;1,400;1,500&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Playfair+Display:wght@500&display=swap');
 ::-webkit-scrollbar {
    width: 8px;
}

 ::-webkit-scrollbar-track {
    box-shadow: inset 0 0 5px rgba(255, 255, 255, 0);
    border-radius: 0px;
}

 ::-webkit-scrollbar-thumb {
    background-color: #252637;
}

* {
    padding: 0;
    margin: 0;
}

html {
    width: 100%;
    height: 100%;
    scroll-behavior: smooth;
}

body {
    font-family: "Montserrat", sans-serif;
    font-weight: 500;
    height: 100%;
    overflow-x: hidden;
    background-color: #fff;
    color: #000;
}

#header {
    background-image: url("../img/bg.webp");
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-position: 50% 50%;
    background-repeat: no-repeat;
    min-height: 100vh;
    background-position: top;
}

.navbar-light .navbar-nav .nav-link {
    color: #A39777;
}

.navbar-light .navbar-nav .nav-link:hover {
    color: #e2d2a6;
}

.navbar {
    padding: 0px !important;
    border-top: 8px solid #A39777;
    background-color: #fff
}

.nav-right {
    background-color: #252637;
    padding-right: 6%;
    height: 130px;
    padding: 50px;
}

.nav-left {
    background-color: #fff;
    width: 40%;
    padding-left: 6%;
    height: 130px;
}

.nav-left img {
    max-height: 70px;
    margin-top: 30px;
}

.header-content {
    padding-top: 26vh;
}

.btn-header1 {
    background-color: #A39777;
    border: 0px;
    color: #000;
    padding-top: 20px;
    padding-bottom: 20px;
    width: 280px;
    border-radius: 0px;
    text-decoration: none;
    font-weight: 600;
    transition: 0.3s;
}

.btn-header2 {
    background-color: #fff;
    border: 0px;
    color: #000;
    padding-top: 20px;
    padding-bottom: 20px;
    width: 260px;
    border-radius: 0px;
    text-decoration: none;
    margin-left: 10px;
    font-weight: 600;
    transition: 0.3s;
}

.btn-header1:hover {
    letter-spacing: 1.8px;
    transition: 0.3s;
    color: #000;
}

.btn-header2:hover {
    letter-spacing: 2px;
    transition: 0.3s;
    color: #000;
}

#header h1 {
    font-family: 'Playfair Display', serif;
    color: #A39777;
    font-size: 60px;
    margin-bottom: 80px;
}

.about-card img {
    max-width: 70px;
}

.about-card {
    margin-bottom: 20px;
}

.about-card p {
    font-weight: 600;
    font-style: italic;
    margin-top: 10px;
}

.about-border {
    width: 100px;
    height: 9px;
    background: #a39777;
    margin-top: 50px;
    margin-bottom: 20px;
}

#about h2 {
    font-family: 'Playfair Display', serif;
    font-size: 50px;
    margin-bottom: 20px;
}

.about-border2 {
    border-left: 1px solid #707070;
    opacity: 0.31;
    height: 100%;
}

.bold {
    font-weight: 600;
}

#about {
    background-image: url("../img/about.svg");
    background-position: top;
    background-repeat: no-repeat;
    padding: 150px 0px;
    padding-bottom: 100px;
    margin-top: -2px;
}

.about-content {
    padding-right: 10%;
}

#services {
    background-color: #252637;
    padding: 100px 0px;
    z-index: -2;
    padding-bottom: 70px;
}

.services-title h1 {
    font-family: 'Playfair Display', serif;
    font-size: 55px;
    margin-bottom: 70px;
    color: #fff;
    display: block;
    margin-left: -22px;
}

#services p {
    font-weight: 600;
    font-size: 18px;
    color: #ffffffd2;
    position: relative;
    z-index: 2;
    margin-bottom: 35px;
}

#services img {
    display: block;
    position: absolute;
    margin-top: -82px;
    margin-left: -22px;
    z-index: 1;
}

#contact {
    background-image: url("../img/contact.jpg");
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-position: 50% 50%;
    background-repeat: no-repeat;
    padding-bottom: 150px;
}

.input-contact {
    min-height: 50px;
    background: #B9B9B9;
    border: 0px;
    outline: 0;
    top: 45px;
    margin: 0;
    width: 100%;
    color: #000000;
    padding-left: 10px;
    border-radius: 0px !important;
}

.contact-form {
    background-color: #C8C8C8;
    padding: 50px;
    margin-right: 5%;
}

.contact-form h3 {
    font-family: 'Playfair Display', serif;
    font-size: 40px;
    margin-bottom: 20px;
}

.contact-form p {
    margin-bottom: 40px;
}

.contact-form span {
    font-size: 16px;
    margin-top: 24px;
    display: block;
    margin-bottom: 6px;
}

.btn-contact {
    background-color: #252637;
    border: 0px;
    color: #fff;
    padding-top: 20px;
    padding-bottom: 20px;
    border-radius: 0px;
    text-decoration: none;
    font-weight: 600;
    position: absolute;
    margin-top: 15px;
    transition: 0.3s;
    width: 280px;
    text-align: center;
}

.btn-contact:hover {
    letter-spacing: 1.8px;
    transition: 0.3s;
    color: #fff;
}

.contact-content {
    padding: 0% 1%;
}

.contact-card {
    margin-top: 25px;
}

.contact-card img {
    max-width: 90%;
}

.contact-card h6 {
    font-weight: 600;
}

.contact-content h2 {
    font-size: 40px;
    margin-top: 100px;
    margin-bottom: 30px;
    font-weight: 500;
}

.contact-detalis img {
    margin-right: 10px;
}

.contact-border {
    border-right: 1px solid #707070;
    height: 100%;
}

#footer {
    padding: 40px 0px;
    background-color: #252637;
}

.footer-left h5 {
    font-size: 17px;
    color: #9999A1;
    font-weight: 600;
}

.footer-left h6 {
    font-size: 17px;
    color: #6F707B;
}

.footer-left a {
    text-decoration: none;
    color: #6F707B;
}

.footer-right {
    text-align: right;
}

.footer-right h5 {
    font-size: 17px;
    color: #9999A1;
    font-weight: 600;
}

.footer-right h6 {
    font-size: 17px;
    color: #6F707B;
}

.footer-right a {
    text-decoration: none;
    color: #9999A1;
}

.navbar-expand-xl .navbar-nav .nav-link {
    padding-right: 1.5rem;
    padding-left: 1.5rem;
}

.navbar-light .navbar-toggler {
    margin-right: 30px;
    border-color: transparent;
}

@media (min-width: 1600px) {
    .container,
    .container-lg,
    .container-md,
    .container-sm,
    .container-xl,
    .container-xxl {
        max-width: 1460px;
    }
}

@media only screen and (max-width: 1400px) {
    .header-content {
        padding-top: 15vh;
    }
    .navbar-expand-xl .navbar-nav .nav-link {
        padding-right: 1.0rem;
        padding-left: 1.0rem;
    }
    .contact-border {
        border-right: 0px;
    }
    #header h1 {
        font-size: 50px;
    }
}

@media only screen and (max-width: 991px) {
    .nav-right {
        background-color: #ffffff;
        padding-right: 6%;
        height: auto;
        padding: 30px;
    }
    .navbar-light .navbar-nav .nav-link {
        color: #6c644f;
    }
    .nav-left {
        background-color: #fff;
        width: 40%;
        padding-left: 6%;
        height: auto;
    }
    .nav-left img {
        max-height: 50px;
        margin-top: 10px;
        margin-bottom: 10px;
    }
    .navbar {
        padding-right: 2% !important;
    }
    #header h1 {
        font-size: 40px;
        margin-bottom: 40px;
    }
    .btn-header2 {
        margin-left: 0px;
        margin-top: 20px;
    }
    .header-content {
        padding-top: 16vh;
    }
    .about-content {
        margin-bottom: 80px;
    }
    #services {
        padding-left: 20px;
    }
    .contact-form {
        background-color: #C8C8C8;
        padding: 20px;
        margin: 10px;
        margin-top: 70px;
    }
    .contact-card img {
        max-width: 90%;
    }
    .mobile-no {
        display: none;
    }
    .footer-right {
        text-align: left !important;
        margin-top: 20px;
    }
    #contact {
        padding-bottom: 80px;
    }
    .btn-header1 {
        width: 260px;
    }
    #about {
        padding: 80px 0px;
    }
    .header-content br {
        display: none;
    }
}