@import url('https://fonts.googleapis.com/css2?family=Fira+Sans:ital,wght@0,100;0,200;0,300;0,400;0,500;0,600;0,700;0,800;0,900;1,100;1,200;1,300;1,400;1,500;1,600;1,700;1,800;1,900&display=swap');


*:not(i) {
    font-family: "Fira Sans", serif;
}

.hero {
    background: url(../images/hero.jpg), linear-gradient(rgba(0, 0, 0, 0.9), rgba(0, 0, 0, 0.9));
    height: 60vh;
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    border-bottom-left-radius: 50%;
    border-bottom-right-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
}

.hero-inner {
    text-align: center;
    max-width: 70%;
    margin: 0 auto;
}

.hero-inner h1 {
    color: #fff;
    font-size: 44px;
}

.hero-inner h1 span {
    color: #5ce432;
}

.hero-inner p {
    color: #fff;
}

.navbar-self {
    background: #c75f7d00 !important;
    padding-top: 20px;
    padding-bottom: 20px;
}

.active-self {
    color: #c75f7d;
}

.nav-link {
    font-weight: 800;
}

.nav-link:hover {
    color: #c75f7d;
}

.sec-pad {
    padding-top: 60px;
    padding-bottom: 60px;
}

.testi-item {
    padding: 20px;
    box-shadow: 0px 0px 11px 0px rgba(0, 0, 0, 0.2);
    border-radius: 20px;
    border: 1px solid #00000008;
}

.testi-item h3 {
    font-size: 20px;
    margin: 0;
    color: #c75f7d;
}

.difference-item {
    margin-bottom: 30px;
}

.difference-item h3 {
    font-size: 20px;
    font-weight: 800;
}

footer {
    background: #c75f7d;
}

.footer-social {
    display: flex;
    align-items: center;
    justify-content: center;
}

.footer-social a {
    text-decoration: none;
    color: #fff;
    font-size: 40px;
    display: inline-block;
    margin: 0 20px;
    margin-bottom: 20px;
}

.footer-links ul {
    display: flex;
    align-items: center;
    justify-content: center;
    margin-bottom: 20px;
}

.footer-links ul li {
    list-style: none;
}

.footer-links ul li a {
    text-decoration: none;
    color: #fff;
    font-weight: 700;
    margin: 0 20px;
}

footer hr {
    color: #fff;
    margin-bottom: 20px;
}

.hotel-list strong {
    color: #c75f7d;
}

.hotel-list h4 {
    margin-bottom: 20px;
}

.hotel-list img {
    height: 500px;
    object-fit: cover;
}

.footer-responsible {
    display: flex;
    align-items: center;
    justify-content: space-evenly;
}

.footer-responsible img {
    max-width: 150px;
    object-fit: cover;
}

.about p {
    font-size: 18px;
}

.cont-self {
    max-width: 1000px;
    margin: 0 auto;
}

.btn-self {
    background: #c75f7d;
    color: #fff;
}

.btn-self:hover {
    background: #c75f7d;
    color: #fff;
}

.hero-2{
    height: 40vh !important;
}

@media (max-width:992px) {
    .hero {
        height: 80vh;
        border-bottom-left-radius: 0;
        border-bottom-right-radius: 0;
    }

    .hero-inner {
        max-width: 100%;
    }
}

@media (max-width:768px) {}

body {
    background: #c75f7d1f;
}