@import url('https://fonts.googleapis.com/css2?family=Great+Vibes&family=Outfit:wght@100..900&display=swap');

*{
    font-family: "Outfit", sans-serif;
}

p{
    margin-bottom: 0;
}

/* TopBar */
.topbar{
    background: #446094;
    padding: 10px 0px;
}

.top-links{
    color: #FFF;
    font-size: 18px;
}

.top-links a{
    color: #FFF;
    text-decoration: none;
}

/* Navbar */
.logo-img{
    width: 140px;
}

.btn-green, .btn-green:hover{
    background: #FFF;
    color: #000;
    padding: 10px 20px;
    font-size: 18px;
}

nav {
  box-shadow: 0 2px 4px 0 rgba(0,0,0,.2);
}

.navbar{
    background: #0000007a;
}

.nav-link{
    color: #FFF;
    font-size: 17px;
}

.nav-link:hover{
    color: #8AC306 !important;
}

.active{
    color: #8AC306 !important;
}

/* Hero Section */
.hero {
    background: url(../images/hero.png);
    background-position: center;
    background-size: cover;
    background-repeat: no-repeat;
    height: 95vh;
    display: flex;
    align-items: center;
}

.main-title{
    font-size: 120px;
    font-weight: 700;
    color: #FFF;
    line-height: 100px;
}

.main-title span{
    color: #8AC306;
}

.sub-title{
    font-family: "Great Vibes", cursive;
    font-size: 65px;
    color: #FFF;
}

/* Our Handpicked Experiences */
.title{
    font-size: 48px;
    text-align: center;
}

.content{
    font-size: 20px;
    color: #4d6f80;
    text-align: center;
}

.no-border{
    border: none;
}

.one-day{
    background: linear-gradient(rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0.5)), url("../images/one-day.png");
    background-position: center;
    background-size: cover;
    background-repeat: no-repeat;
    height: 25vh;
}

.content-body{
    padding: 20px 25px;
}

.btn-white-sm, .btn-white-sm:hover{
    background: #FFF;
    color: #000;
    padding: 8px 20px;
    font-size: 16px;
}

.overnight{
    background: linear-gradient(rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0.5)), url("../images/overnight.png");
    background-position: center;
    background-size: cover;
    background-repeat: no-repeat;
    height: 25vh;
}

.other-events{
    background: linear-gradient(rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0.5)), url("../images/other-event.png");
    background-position: center;
    background-size: cover;
    background-repeat: no-repeat;
    height: 25vh;
}

.main-card-title{
    font-size: 35px;
    color: #FFF;
    font-weight: 400;
}

.main-card-content{
    font-size: 18px;
    font-weight: 400;
    color: #FFF;
}

.br-15{
    border-radius: 15px;
}

.content-body{
    margin-top: 20px;
}

/* Why Choose Us */
.why-choose-us{
    background: #F9FCFD;
}

.br--15{
    border-radius: 15px 15px 0 0;
}

.pricing{
    font-size: 18px;
    font-weight: 400;
}

.btn-black, .btn-black:hover{
    background: #000;
    color: #FFF;
    padding: 8px 20px;
    font-size: 16px;
}

/* CTA */
.cta{
    background: linear-gradient(rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0.5)), url("../images/package-2.png");
    background-position: center;
    background-size: cover;
    background-repeat: no-repeat;
}

.cta-title{
    font-size: 50px;
    font-weight: 600;
    color: #FFF;
}

.cta-content{
    font-size: 20px;
    font-weight: 400;
    color: #FFF;
}

.w-40{
    width: 40%;
}

.footer-title{
    font-size: 25px;
    font-weight: 600;
    color: #000;
}

.quick-links a{
    text-decoration: none;
    color: #000;
}

.social-icons i{
    font-size: 35px;
    margin-right: 10px;
}

.brand-link a{
    text-decoration: none;
    color: #000;
}

/* === ABOUT US PAGE === */
.hero-inner{
    background: url("../images/hero.png");
    background-position: center;
    background-size: cover;
    background-repeat: no-repeat;
    height: 55vh;
    display: flex;
    align-items: center;
    padding: 50px 0px;
}

.bread-crumb{
    font-size: 20px;
    font-weight: 500;
    color: #FFF;
}

.bread-crumb a{
    color: #FFF;
    font-weight: 400;
    text-decoration: none;
}

.color-bg{
    background: #FDFDFD;
}

.service-icon{
    width: 30%;
}

.adeco {
    text-decoration: none;
    color: #000;
}

.map-square {
    position: relative;
    width: 100%;
    padding-bottom: 100%; /* Makes it square */
    overflow: hidden;
    border-radius: 12px; /* Optional */
}

.map-square iframe {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    border: 0;
} 

@media screen and (max-width:1440px) {
    .one-day, .overnight, .other-events{
        height: 28vh;
    }
}

@media screen and (max-width:1360px) {
    .one-day, .overnight, .other-events{
        height: 32vh;
    }
    
    .cta-title{
        font-size: 45px;
    }
}

@media screen and (max-width: 1024px) {
    .hero{
        height: 66vh;
    }

    .one-day{
        height: 22vh;
    }

    .overnight {
        height: 22vh;
    }

    .other-events{
        height: 21vh;
    }

    .wdth-100{
        width: 100%;
    }

    .mrtp-30{
        margin-top: 30px;
    }

    .wdth-50{
        width: 50%;
    }
}

@media screen and (max-width: 820px) {
    .hero{
        height: 71vh;
    }

    .main-title{
        font-size: 94px;
    }

    .other-events{
        height: 28vh;
    }

    .wd-100{
        width: 100%;
    }

    .mt-30{
        margin-top: 30px;
    }

    .wd-50{
        width: 50%;
    }
}

@media screen and (max-width: 768px) {
    .hero{
        height: 81vh;
    }

    .one-day{
        height: 35vh;
    }

    .overnight{
        height: 35vh;
    }

    .other-events {
        height: 32vh;
    }
}


@media screen and (max-width: 600px) {
    .navbar{
        background: #000000c6;
    }

    .hero {
        background-position: -177px;
        height: 78vh;
    }

    .main-title{
        font-size: 54px;
        line-height: 60px;
    }
    
    .sub-title{
        font-size: 40px;
    }

    .one-day{
        height: 45vh;
    }

    .overnight{
        height: 54vh;
    }

    .other-events{
        height: 50vh;
    }

    .mt-20{
        margin-top: 20px;
    }

    .title{
        font-size: 27px;
    }

    .mt-40{
        margin-top: 40px;
    }
    
    .width-100{
        width: 100%;
    }
}

@media screen and (max-width: 430px) {
    .hero {
        background-position: -177px;
        height: 60vh;
    }

    .one-day {
        height: 33vh;
    }

    .overnight {
        height: 33vh;
    }

    .other-events {
        height: 33vh;
    }
}

@media screen and (max-width: 414px) {
    .hero {
        background-position: -127px;
        height: 57vh;
    }

    .one-day {
        height: 33vh;
    }

    .overnight {
        height: 34vh;
    }

    .other-events {
        height: 33vh;
    }
}

@media screen and (max-width: 390px) {
    .one-day {
        height: 35vh;
    }

    .overnight {
        height: 40vh;
    }

    .other-events {
        height: 35vh;
    }
}

@media screen and (max-width: 360px) {
    .hero {
        height: 78vh;
    }

    .one-day {
        height: 45vh;
    }

    .overnight {
        height: 49vh;
    }

    .other-events{
        height: 44vh;
    }
}