@font-face {
    font-family: myfont;
    src: url(Cinzel-Regular.otf);
}
.nav-item {
    font-size: 18px;
    font-family: poppins, sans-serif;
}

.icon i {
    font-size: 30px;
    color: rgb(46, 46, 46);
}
.mainactivities {
    background-image: url(Images/triund.png);
    background-repeat: no-repeat;
    width: 100%;
    padding: 200px 0px;
    background-position: center;
    background-size: cover;
}

.mainactivities h1 {
    font-family: myfont;
    font-weight: 400;
    font-style: normal;
    color: #ff7424;
    font-size: 70px;
}


.mainactivities h6 {
    color: #ff7424;
    font-family: myfont;
}
.Button a {
    color: aliceblue;
    background-color: #ff7424;
    text-decoration: none;
    font-size: 18px;
    font-weight: 500;
    padding: 15px 50px;
    border-radius: 6px;
    font-family: poppins, sans-serif;
}
.Button a:hover {
    color: #ff7424;
    background-color: aliceblue;
    border: 1px solid #ff7424;
    transition: all 0.3s;
}
.Places h2{
    color: #ff7424;
    font-family: myfont;
}
.Places h5{
    font-family: myfont;
}
.Places p{
    font-family: poppins, sans-serif;
}


/* footer */
.footerbg {
    background-image: url(Images/footer\ bg.png);
    background-repeat: no-repeat;
    background-size: cover;
    background-position: top;
}

.footer-content h4 {
    color: #fafafa;
    font-family: myfont;
    font-weight: 500;
    font-style: normal;
}

.footer-links {
    padding-top: 15px;
}

.footer-links a {
    text-decoration: none;
    font-size: 18px;
    color: #ffffff;
    font-family: poppins, sans-serif;
    cursor: pointer;
}

.hotel-links {
    padding-top: 15px;
}

.hotel-links a {
    text-decoration: none;
    font-size: 18px;
    color: #ffffff;
    font-family: poppins, sans-serif;
    cursor: pointer;
}

.footercontent {
    display: block;
    margin: 0% auto;
}

.footercontent i {
    border: 1px solid #fafafa;
    border-radius: 50%;
}

.line {
    height: 1px;
    width: 100%;
    background-color: #ffffff;
}





@media only screen and (max-width: 767px) {

    .footercontent {
        display: block;
    }

    .copyright {
        text-align: center;
    }

    .footericon {
        text-align: center;
    }

}

@media only screen and (max-width: 567px) {

    .logo img {
        display: block;
        margin: 0% auto;
    }

    .navigation ul {
        display: block;
        text-align: center;
        padding: 0;
    }

    .navigation {
        display: block;
        margin: 0% auto;
    }

    
    .footer-logo img {
        display: block;
        margin: 0% auto;
    }

    .footer-logo {
        text-align: center;
    }
}
