@import url('../css/fonts.css');
* {
    padding: 0;
    margin: 0;
    font-family: "AvenirRegular";
}

li {
    list-style: none;
}

.container-fluid {
    width: 95%;
}

a,
a:hover,
a:active {
    text-decoration: none;
}

ul {
    margin-bottom: 0;
    padding-left: 0;
}

.py-80 {
    padding-top: 80px;
    padding-bottom: 80px;
}

.py-50 {
    padding-top: 50px;
    padding-bottom: 50px;
}

.main-btn {
    background-image: url(../images/dark-btn.png);
    background-size: cover;
    font-size: 15px;
    padding: 15px 20px;
    color: #fff;
    text-transform: uppercase;
    letter-spacing: 3px;
    display: inline-flex;
    align-items: center;
    gap: 10px;
    border: none;
    outline: none;
    border-radius: 0;
    justify-content: center;
    transition: .4s;
}
.main-btn:hover {
    filter: invert(1);
    -webkit-filter: invert(1);
}
.sub-heading {
    color: #d9894c;
    text-transform: uppercase;
    letter-spacing: 5px;
    font-size: 22px;
}

.main-heading {
    font-size: 72px;
    color: #5d6357;
}

.navbar {
    background: url(../images/navigation-bg.png);
    background-position: bottom;
    padding: 20px 0;
    position: relative;
    z-index: 999;
}

.navbar .nav-bottom {
    position: absolute;
    left: 0;
}

.navbar li {
    position: relative;
}

.navbar li a.nav-link {
    color: #5d6357;
    font-family: "AvenirDemi";
    font-size: 20px;
    padding: 10px 20px !important;
}
.navbar li a.nav-link:hover {
    color: #17212d;
}
.homepage-banner {
    position: relative;
    text-align: center;
    background-image: url(../images/main-banner.jpg);
    padding: 180px 0;
    background-position: bottom;
    background-size: cover;
}

.homepage-banner .banner-content {
    text-align: center;
}

.homepage-banner h2 {
    color: #e4d2af;
    text-transform: uppercase;
    font-size: 60px;
    letter-spacing: 10px;
    font-weight: 600;
}

.pattern-top {
    position: absolute;
    left: 0;
    width: 100%;
}

.pattern-top {
    top: -5px;
}

.pattern-top.no-rotate {
    top: -5px;
    /* transform: rotate(180deg); */
}

.homepage-about {
    padding-bottom: 120px !important;
}

.feels-peace {
    background-color: #10151d;
    position: relative;
    padding: 0 !important;
}

.feels-peace h2 {
    color: #fff;
    text-transform: uppercase;
    font-size: 48px;
    letter-spacing: 10px;
    line-height: 1.5;
}

.feels-peace .feels-peace-btns {
    display: flex;
    justify-content: space-between;
    width: 80%;
    margin: 0 auto;
}

footer {
    background-color: #10151d;
    text-align: center;
    border-top: 1px solid #555;
}

footer .footer-links,
footer .footer-contact {
    display: flex;
    gap: 30px;
    justify-content: center;
}

footer .footer-contact {
    padding: 20px 0 30px;
}

footer .footer-links a,
footer .footer-contact a {
    color: #fff;
    font-size: 16px;
    letter-spacing: 1px;
}

footer .footer-contact a i {
    padding-right: 5px;
}

footer .footer-flex {
    display: flex;
    flex-direction: column;
    align-items: center;
}

footer .footer-flex img:last-child {
    margin-top: -30px;
}

.about-main {
    margin-top: 50px;
}