/*@import url("https://fonts.googleapis.com/css2?family=Poppins:wght@500&display=swap");*/

/*@font-face {*/
/*    font-family: "Gotham";*/
/*    src: url("../font/GOTHAMBOOK.TTF") format("truetype");*/
/*    font-weight: normal;*/
/*    font-style: normal;*/
/*}*/

/*@font-face {*/
/*    font-family: "Gotham";*/
/*    src: url("../font/GOTHAMBOOKITALIC.ttf") format("truetype");*/
/*    font-weight: normal;*/
/*    font-style: italic;*/
/*}*/

/*@font-face {*/
/*    font-family: "Gotham";*/
/*    src: url("../font/GOTHAMBOLD.ttf") format("truetype");*/
/*    font-weight: bold;*/
/*    font-style: normal;*/
/*}*/

/*@font-face {*/
/*    font-family: "Gotham";*/
/*    src: url("../font/GOTHAMBOLDITALIC.ttf") format("truetype");*/
/*    font-weight: bold;*/
/*    font-style: italic;*/
/*}*/

/*body {*/
/*    font-family: "Gotham", Georgia, serif;*/
/*}*/

/* Line height for footer - notify if changed */
li {
    line-height: 2.5;
}

p {
    line-height: 1.5;
}

h1,
h2,
h3 {
    line-height: 1.5;
    color: #ac8140;
    font-weight: bold;
}

h5 {
    font-weight: bold;
}

/* li,
p {
    color: #7e7e7e;
} */

a {
    color: #ac8140;
}

/* Custom */
.custom-border-radius {
    border-radius: 0.7rem;
}

.bg-cream {
    background-color: #eeeadf;
}

.bg-gold {
    color: #da9a38;
}
.text-gold {
    color: #da9a38;
}
.text-gray {
    color: #6b6b6b;
}

/* Overwrite*/
/* Form Input */

/* Carausel */
/* Set caption to top */
.carousel-caption {
    top: 0;
    bottom: auto;
}

/* Icon */

.previous-icon,
.next-icon {
    height: 40px;
    width: 40px;
    background-color: #bb9561 !important;
    border-radius: 50%;
}
.previous-icon {
    background: url(../image/previous.png) no-repeat center center;
    background-size: 14px auto;
}
.next-icon {
    background: url(../image/next.png) no-repeat center center;
    background-size: 14px auto;
}

/* Footer */
footer {
    font-family: "Poppins", sans-serif;
    position: relative;
    background: url("../image/footer-background.png") #cee2e1 no-repeat;
}

footer p,
li {
    color: #6b6b6b !important;
}
.footer__copyright h6 {
    font-size: 0.8em;
}

.footer__copyright {
    font-family: poppins;
    margin-right: 3rem;
}
.footer__info__flower-padding {
    width: 100px;
}

.footer__info {
    width: 95%;
    position: relative;
    z-index: 2;
}
.footer__info div {
    min-width: 160px;
}

.footer__flower-2 {
    position: absolute;
    right: 3.4em;
    top: -25px;
    width: 109px;
}

.footer__flower-1 {
    position: absolute;
    top: -140px;
}

.footer__flower-1--img {
    width: 70%;
    float: left;
}

.footer__flower-2--img {
    width: 150%;
}

.footer__logo--img {
    width: 120px;
}

.footer__address {
    width: 190px;
    font-size: 1.5em;
    line-height: 1.8;
}
footer p,
li {
    font-size: 0.75em !important;
}
footer h5 {
    font-size: 1em !important;
}

@media only screen and (max-width: 768px) {
    footer p,
    li {
        font-size: 0.75em !important;
    }
    footer h5 {
        font-size: 1em !important;
    }
}

@media only screen and (max-width: 1024px) {
    .footer__flower-1--img {
        width: 50%;
    }
    .footer__flower-2 {
        right: 0em;
    }
    .footer__flower-2--img {
        width: 100%;
    }
    .footer__flower-1 {
        top: -90px;
    }
}