body {
    margin: 0;
    font-family: 'Segoe UI', Tahoma, Geneva, Verdana, sans-serif;
}

.hero {
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 50px;
    background: url(../img/night\ stars.jpg);
    background-size: contain;
    color: white;
}

.hero img {
    width: 40%;
}

.hero h1 {
    font-family: Balto-Light, sans-serif;
    font-size: 60px;
    font-weight: 1;
    margin-top: -2%;
    color: white;
}

.hero div {
    width: 50%;
    margin: 0px 20px;
}

.hero h2 {
    font-family: Balto-Light, sans-serif;
    font-size: 25px;
    font-weight: 1;
    color: white;
}

.hero p {
    font-size: 20px;
    margin-top: -2%;
}

.hero a {
    text-decoration: none;
    color: white;
    font-size: 18px;
}

.hero a:hover {
    text-decoration: underline;
}

.hero button {
    background-color: #007856;
    border: none;
    font-size: 20px;
    color: white;
    padding: 15px 30px 15px 30px;
    ;
    transition: .2s;
    margin: 15px 0px 20px
}

.hero button:hover {
    cursor: pointer;
    background-color: white;
    color: #007856;
    border: 1px solid #007856;
}



.visa {
    display: flex;
    padding: 20px;
    background: white;
}

.visa h1 {
    font-family: Balto-Light, sans-serif;
    font-size: 25px;
    font-weight: 1;
    text-align: center;
}

.visa b {
    font-family: Balto-Light, sans-serif;
    font-size: 20px;
}

.visa p {
    font-family: Balto-Light, sans-serif;
    font-size: 17px;
}

.visa .fa-check-circle {
    color: #007856;
    font-size: 20px;
}

.visa div {
    margin: 20px;
    padding: 30px;
    border: 1px solid rgba(0, 0, 0, 0.134);
    box-shadow: 1px 10px 30px rgba(0, 0, 0, 0.2);
}

.visa img {
    width: 50%;
    display: block;
    margin: 0 auto;
}

.visa button {
    background-color: #007856;
    border: none;
    font-size: 20px;
    color: white;
    padding: 15px 30px 15px 30px;
    ;
    transition: .2s;
    margin: 15px 0px 20px
}

.visa button:hover {
    cursor: pointer;
    background-color: white;
    color: #007856;
    border: 1px solid #007856;
}

.visa a {
    text-decoration: none;
    font-size: 18px;
    color: #007856;
}

.visa a:hover {
    text-decoration: underline;
}



.heritage {
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 30px;
    background: white;
    padding: 60px;
}

.heritage img {
    width: 50%;
}

.heritage h1 {
    font-family: Balto-Light, sans-serif;
    font-size: 50px;
    font-weight: 1;
    color: #007856;
    margin-top: -2%;
}

.heritage div {
    width: 50%;
    margin: 0px 20px;
}

.heritage h2 {
    font-family: Balto-Light, sans-serif;
    font-size: 25px;
    font-weight: 1;
    color: #007856;
}

.heritage p {
    font-size: 20px;
}

.heritage li {
    font-size: 20px;
}

.heritage a {
    text-decoration: none;
    color: #007856;
    font-size: 20px;
}

.heritage a:hover {
    text-decoration: underline;
}



.experience {
    background: white;
    padding: 60px;
}

.experience h1 {
    font-family: Balto-Light, sans-serif;
    font-size: 50px;
    font-weight: 1;
    color: #007856;
    margin-top: -2%;
}

.experience h2 {
    font-family: Balto-Light, sans-serif;
    font-size: 25px;
    font-weight: 1;
    color: #007856;
}

.experience p {
    font-size: 20px;
    margin-top: -2%;
}

.experience section {
    display: flex;
    justify-content: center;
    align-items: center;
    padding: 50px;
    margin-top: -3%;
}

.experience section div {
    width: 30%;
}

.experience section h1 {
    background-color: #469e37;
    width: 15%;
    padding: 10px;
    border-radius: 50%;
    margin: auto;
}

.experience button {
    background-color: #007856;
    border: none;
    font-size: 20px;
    color: white;
    padding: 15px 30px 15px 30px;
    ;
    transition: .2s;
    margin: 15px 0px 00px
}

.experience button:hover {
    cursor: pointer;
    background-color: white;
    color: #007856;
    border: 1px solid #007856;
}

/* .experience .fa-money-bill-wave,
.experience .fa-credit-card,
.experience .fa-shopping-bag,
.experience .fa-gifts,
.experience .fa-plane-departure,
.experience .fa-ticket-alt {
    font-size: 40px;
    color: #007856;
} */
.experience section div p:nth-of-type(1){
    font-size: 40px;
    color: #007856;
}



.customize {
    padding: 60px;
    width: 85%;
    display: flex;
    justify-content: center;
    align-items: center;
    margin: auto;
}

.customize .cards {
    background: linear-gradient(180deg, #469e37 0%, #408253 40%, #007b55 70%);
    padding: 40px;
    text-align: left;
    color: white;
    width: 50%;
    margin-left: -20%;
}

.customize .cards p {
    font-size: 20px;
}

.customize .cards h1 {
    font-family: Balto-Light, sans-serif;
    font-size: 45px;
    line-height: 3.4375rem;
    font-weight: 1;
    color: white;
}

.customize img {
    width: 70%;
}

.customize .cards button {
    background-color: white;
    border: none;
    font-size: 20px;
    border: 1px solid #007856;
    color: #007856;
    padding: 15px 30px 15px 30px;
    ;
    transition: .2s;
    margin: 15px 0px 0px 0px;
}

.customize .cards button:hover {
    cursor: pointer;
    background-color: #007856;
    color: white;
    border: 1px solid white;
}



.apply {
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 50px;
    background: gold;
    width: 80%;
    margin: auto;
}

.apply img {
    width: 25%;
}

.apply h1 {
    font-family: Balto-Light, sans-serif;
    font-size: 50px;
    font-weight: 1;
    color: #007856;
    margin-top: -2%;
}

.apply div {
    margin: 0px 20px;
}

.apply p {
    font-size: 20px;
}

.apply li {
    font-size: 20px;
}

.apply button {
    background-color: #007856;
    border: none;
    font-size: 20px;
    color: white;
    padding: 15px 30px 15px 30px;
    ;
    transition: .2s;
    margin: 15px 0px 20px
}

.apply button:hover {
    cursor: pointer;
    background-color: white;
    color: #007856;
    border: 1px solid #007856;
}




.current {
    display: flex;
    justify-content: center;
    align-items: center;
    padding: 50px;
}

.current h2 {
    font-family: Balto-Light, sans-serif;
    font-size: 25px;
    font-weight: 1;
    color: #007856;
}

.current p {
    font-size: 20px;
    margin-top: -2%;
}

.current div {
    width: 30%;
}

.current a {
    text-decoration: none;
    color: #007856;
    font-size: 20px;
}

.current a:hover {
    text-decoration: underline;
}

.current .fa-gifts,
.current .fa-plane-departure,
.current .fa-ticket-alt {
    font-size: 40px;
    color: #007856;
}






@media(max-width: 800px) {
    .hero {
        flex-direction: column;
        padding: 40px;
        background-size: cover;
    }

    .hero h1 {
        font-family: Balto-Light, sans-serif;
        font-size: 40px;
        line-height: 2.5rem;
    }

    .hero h2 {
        font-size: 20px;
        line-height: 2.5rem;
    }

    .hero div {
        width: 100%;
    }

    .hero p {
        font-size: 17px;
        width: 100%;
        text-align: justify;
    }

    .hero img {
        width: 90%;
    }

    .hero button {
        background-color: white;
        border: none;
        font-size: 17px;
        border: 1px solid #007856;
        color: #007856;
        padding: 10px 30px 15px 30px;
        transition: .2s;
        margin: 15px 0px 20px 0px;
    }

    .hero button:hover {
        cursor: pointer;
        background-color: #408253;
        color: white;
        border: 1px solid white;
    }


    .visa {
        flex-direction: column;
    }

    .visa div {
        box-shadow: 1px 5px 10px rgba(0, 0, 0, 0.2);
    }



    .heritage {
        flex-direction: column;
        padding: 40px;
        background-size: cover;
    }

    .heritage h1 {
        font-family: Balto-Light, sans-serif;
        font-size: 35px;
        line-height: 2.5rem;
    }

    .heritage div {
        width: 100%;
    }

    .heritage p {
        font-size: 17px;
        width: 100%;
        text-align: justify;
    }

    .heritage li,
    .heritage a {
        font-size: 17px;
        text-align: justify;
    }

    .heritage img {
        width: 100%;
    }



    .experience{
        padding: 10px;
    }
    .experience h1 {
        font-family: Balto-Light, sans-serif;
        font-size: 30px;
        padding: 10px;
        line-height: 2.5rem;
    }

    .experience p {
        font-size: 17px;
    }

    .experience section {
        flex-direction: column;
        align-items: center;
    }

    .experience section div {
        width: 90%;
        text-align: center;
    }
    .experience section div h2 {
        font-size: 25px;
        margin-top: -4%;
    }
    .experience section div p:nth-of-type(1){
        display: flex;
        justify-content: center;
        align-items: center; 
    }


    .customize {
        flex-direction: column;
        width: 75%;
        padding: 0px;
    }

    .customize img {
        width: 100%;
    }

    .customize .cards {
        margin-left: 0px;
        width: 80%;
    }

    .customize .cards h1 {
        font-size: 40px;
    }

    .customize .cards p {
        font-size: 17px;
    }

    .customize .cards button {
        font-size: 17px;
        padding: 10px 30px 15px 30px;
    }



    .apply {
        flex-direction: column;
        padding: 40px;
        background-size: cover;
    }

    .apply h1 {
        font-family: Balto-Light, sans-serif;
        font-size: 35px;
        line-height: 2.5rem;
    }

    .apply div {
        width: 100%;
    }

    .apply p {
        font-size: 17px;
        width: 100%;
        text-align: justify;
    }

    .apply li{
        font-size: 17px;
        text-align: justify;
    }

    .apply img {
        width: 100%;
    }



    .current{
        flex-direction: column;
    }
    .current div{
        width: 90%;
    }
    .current div p:nth-of-type(1){
        margin-top: 10%;
    }
}