body {
    background-color: #FAFAFA;
}

.padding-container {
    padding: 100px 0px;
}

.padding-container.bg-white {
    background-color: white;
}

.poster {
    background-image: url("/Assets/Images/destinations-poster.png");
    height: 850px;
    width: 100%;
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    text-align: center;
    padding-top: 80px;
}

.poster p {
    color: #0974BA;
    font-family: "CuristicSemiBold";
    font-size: 30px;
    line-height: 36.57px;
    margin-bottom: 0px;
}

.poster h1 {
    color: #0974BA;
    font-family: "CuristicExtraBold";
    font-size: 184px;
    /* line-height: 224.3px; */
    line-height: 180px;
    margin-bottom: 0px;
}

.destination-name {
    color: black;
    font-family: "CuristicExtraBold";
    font-size: 44px;
    line-height: 53.64px;
    margin-bottom: 30px;
}

.destination-paragraph {
    color: black;
    font-family: "CuristicRegular";
    font-size: 22px;
    line-height: 34px;
    margin-bottom: 30px;
}

.explore-more {
    color: #0974BA;
    font-family: "CuristicBold";
    font-size: 18px;
    line-height: 21.94px;
    text-decoration: none;
}

.destination-img {
    border-radius: 24px;
    width: 100%;
}

@media (max-width: 480px) {
    .poster {
        height: 560px;
        padding-top: 40px;
    }

    .poster h1 {
        font-size: 100px;
        line-height: 140px;
    }

    .poster p {
        font-size: 25px;
        line-height: 29.57px;
    }

    .padding-container {
        padding: 50px 0px;
    }

    .destination-name{
        margin: 20px 10px 15px 10px;
        font-size: 35px;
    }

    .destination-paragraph{
        margin: 0px 10px 20px 10px;
        font-size: 20px;
    }

    .explore-more{
        margin: 0px 10px 0px 10px;
    }
}