/* ------------------------------------------Default styles for all screen sizes --------------------------------------------*/
* {
    padding: 0;
    margin: 0;
    box-sizing: border-box;
    list-style: none;
    font-family: 'poppins', sans-serif;
}

@font-face {
    font-family: "Patayya-regular";
    src: url(fonts/Pattaya-Regular.ttf);
}

@font-face {
    font-family: "Poppins-bold";
    src: url(fonts/Poppins-Bold.ttf);
}

@font-face {
    font-family: "Poppins-thin";
    src: url(fonts/Poppins-Thin.ttf);
}

/* ---------------------------------------- Styles for screens smaller than 768px ------------------------------------------ */
@media (max-width: 767px) {
    .navbar {
        padding: 0;
        margin: 0;
        box-sizing: border-box;
        list-style: none;
        font-family: 'poppins', sans-serif;
    }

    .navbar1 {
        padding: 0;
        margin: 0;
        box-sizing: border-box;
        list-style: none;
        font-family: 'poppins', sans-serif;
        flex-wrap: wrap;
        text-align: center;

    }

    .navbar1 a {
        padding: 0;
        margin: 0;
        box-sizing: border-box;
        list-style: none;
        font-family: 'poppins', sans-serif;
        flex-wrap: wrap;
        text-align: center;
    }

    .navbar1>* {
        flex: 1 1 auto;
        width: 100%;


    }

    .flex-container {
        display: flex;
        background: white;
        justify-content: space-around;
        align-items: center;
    }

    .signup a {
        text-decoration: none;
        color: #000;
        font-size: 20px;
        font-weight: bold;
        border-style: solid;
        border-width: 7px;
        border-radius: 12px;
        padding: 12px 30px;
        border: 2px solid #4c6e97;
        border-style: double;
    }

    .signup a:hover {
        border-style: solid;
        background-color: #4c6e97;
        transition: 0.6s;
    }

    .body {
        width: 100%;
        height: 90vh;
        display: flex;
        justify-content: space-around;
        align-items: center;
        background-image: linear-gradient(rgba(0, 0, 0, 0.50), rgba(0, 0, 0, 0.50)), url(img1.jpg);
        background-position: center;
        background-size: cover;
        border-style: solid;
        border-width: 12px;
    }

    .table1 {
        width: 60%;
        text-align: right;
        color: #fff;
    }

    .heading {
        width: 70%;
        text-align: center;
        color: #fff;
        height: 160px;
    }

    .heading {
        width: 70%;
        text-align: center;
        color: #fff;
        height: 160px;
    }

    .heading h1 {
        font-size: 40px;

    }

    .heading a {
        text-decoration: none;
        color: #131c27;
        font-size: 50px;
        font-weight: bold;
        border-radius: 45px;
        padding: 14px 50px;
        background-color: #fff;
        padding: 30px;
    }

    .heading a:hover {
        letter-spacing: 3px;
        transition: 0.6s;
    }

    .tours {
        width: 130px;
        display: flex;
        justify-content: space-around;
        height: 400px;
    }

    .places {
        display: inline;
        text-align: center;
        border-radius: 12px;
    }

    .places h2 {
        color: #4c6e97;
        font-size: 30px;
        letter-spacing: 3px;
        border-radius: 1px;
        padding: 10px 10px;
        background-color: #131c27;
    }

    .places a {
        text-decoration: none;
        color: #4c6e97;
        font-weight: bold;
        font-size: 18px;
        border-radius: 12px;
        padding: 12px 30px;
        background-color: #fff;
    }

    .places a:hover {
        background-color: #131c27;
        letter-spacing: 3px;
        transition: 0.6s;
    }

    .footer {
        background-color: #131c27;
        width: 100%;
        height: 50px;
        display: flex;
        justify-content: space-around;
        align-self: center;
    }

    .footer a {
        text-decoration: none;
        color: #4c6e97;
        font-size: 18px;
    }

    .table {
        border-collapse: collapse;
        width: 400%;
        background-color: black;
    }

    th,
    td {
        border: 1px solid black;
        padding: 8px;
        text-align: left;
    }

    .subscribeform {
        font-size: 12px;
    }

    .subscribeform h1 {
        font-size: 16px;

    }
}

/* ---------------------------------------- Shared styles for all screen sizes  ------------------------------------------ */


/* overall styling-----------------------------------------*/

.body {
    height: 90vh;
    display: flex;
    justify-content: space-around;
    align-items: center;
    background-image: linear-gradient(rgba(0, 0, 0, 0.50), rgba(0, 0, 0, 0.50)), url(images/img1.jpg);
    background-position: center;
    background-size: cover;
    border-style: solid;
    border-width: 12px;
}

.heading {
    width: 70%;
    text-align: center;
    color: #fff;
    height: 160px;
    text-align: center;
}

.heading h1 {
    text-align: center;
    font-size: 30px;
    text-align: center;
    color: white;
    font-family: "Poppins-Bold";
}

.heading a {
    text-decoration: none;
    color: #131c27;
    font-size: 50px;
    font-weight: bold;
    border-radius: 45px;
    padding: 14px 50px;
    background-color: #fff;
    padding: 30px;
    margin-left: auto;
    margin-right: auto;
    width: 8em
}

.heading a:hover {
    letter-spacing: 3px;
    transition: 0.6s;
}

/*specific page 1 styling-----------------------------------*/
.body1 {
    height: 90vh;
    display: flex;
    justify-content: space-around;
    align-items: center;
    background-image: linear-gradient(rgba(0, 0, 0, 0.50), rgba(0, 0, 0, 0.50)), url(images/landing-page.jpg);
    background-position: center;
    background-size: cover;
    border-style: solid;
    border-width: 12px;
}

.body1 a {
    text-align: center;
    text-decoration: none;
    color: #131c27;
    font-size: 50px;
    font-weight: bold;
    border-radius: 45px;
    background-color: #fff;
    padding: 30px;
}

.navbar1 {
    width: 100%;
    height: 80px;
    background-color: #131c27;
    display: flex;
    justify-content: space-between;
    align-items: center;
    font-family: "Poppins-bold";
}

.navbar1 a {
    color: lightblue;
    text-align: center;

}

.results {
    border-style: inset;
    border-width: 7px;
    color: white;
}

.logo {
    font-family: "Patayya-regular";
    font-size: 40px;
    color: white;

}

.logo a {
    font-family: "Patayya-regular";
    font-size: 40px;
    color: white;
    text-align: center;
}

.menu {
    border-width: 1px;
    display: flex;
    align-items: center;
}

.menu ul {

    border-width: 1px;
    display: flex;
    align-items: center;
}

.menu ul li a {
    text-decoration: none;
    color: white;
    padding: 5px 12px;
    letter-spacing: 2px;
    font-size: 25px;
    font-family: "Poppins-bold";
    align-items: center;
}

ul li a {
    display: block;
    padding: 20px 25px;
    color: #FFF;
    text-decoration: none;
}

ul li {
    display: inline-block;
    position: relative;
}

ul li ul.dropdown li {
    display: block;
}

ul li ul.dropdown {
    width: 100%;
    background: #131c27;
    position: absolute;
    z-index: 999;
    display: none;
}

ul li a :hover {
    background: #fee;
}

ul li:hover ul.dropdown {
    display: block;
}

.menu ul li a:hover {
    border-bottom: 4px solid #131c27;
    transition: 0.4s;
}

.signup a {
    text-decoration: none;
    color: white;
    font-size: 20px;
    font-weight: bold;
    border-style: solid;
    border-width: 7px;
    border-radius: 12px;
    padding: 12px 30px;
    border: 2px solid #4c6e97;
    border-style: double;
}

.signup a:hover {
    border-style: solid;
    background-color: #4c6e97;
    transition: 0.6s;
}

.headingmiddle h1 {
    text-align: center;
    font-size: 30px;
    text-align: center;
    color: white;
    font-family: "Poppins-Bold";
}

.headingmiddle h2 {
    text-align: center;
    font-size: 20px;
    text-align: center;
    color: white;
    font-family: "Poppins-Bold";
}

.headingmiddle a {
    text-decoration: none;
    color: #131c27;
    font-size: 40px;
    font-weight: bold;
    border-radius: 10px;
    border-width: 2px;
    background-color: #fff;
    border: 1px solid #000;
    margin: 0 auto;
    display: block;
    width: 50%;
}

.headingmiddle a:hover {
    letter-spacing: 3px;
    transition: 0.6s;
}

/*specific page 2 styling----------------------------------------------- */

.body2 {
    height: 90vh;
    display: flex;
    justify-content: space-around;
    align-items: center;
    background-image: linear-gradient(rgba(0, 0, 0, 0.50), rgba(0, 0, 0, 0.50)), url(images/new-york-page.png);
    background-position: center;
    background-size: cover;
    border-style: solid;
    border-width: 12px;
}

.headingmiddle2 h1 {
    text-align: left;
    font-size: 30px;
    color: white;
    font-family: "Poppins-Bold";
    text-decoration: underline;
    text-decoration-color: white;
}

.headingmiddle2 h2 {
    text-align: center;
    font-size: 20px;
    text-align: center;
    color: white;
    font-family: "Poppins-thin";
}

.headingmiddle2 a {
    text-decoration: none;
    color: #131c27;
    font-size: 40px;
    font-weight: bold;
    border-radius: 10px;
    border-width: 2px;
    background-color: #fff;
    border: 1px solid #000;
    margin: 0 auto;
    display: block;
    width: 50%;
}

.headingmiddle2 a:hover {
    letter-spacing: 3px;
    transition: 0.6s;
}

/*specific page 3 styling------------------------------------------------ */

.body3 {
    height: 90vh;
    display: flex;
    justify-content: space-around;
    align-items: center;
    background-color: white;
    background-position: center;
    background-size: cover;
    border-style: solid;
    border-width: 12px;
}

.flex-container {
    display: flex;
    background: white;
    flex-wrap: wrap;
    align-items: center;
}

.places h2 {
    font-size: 20px;
    padding: 20px;
}

.places a {
    font-size: 10px;
    padding: 8px 16px;
    font-family: "Patayya-regular";
}

.tours {
    width: 600px;
    display: flex;
    justify-content: space-around;
    height: 200px;
    text-align: center;
}

.places {
    display: inline;
    text-align: center;
    border-radius: 10px;
}

.places h2 {
    color: #4c6e97;
    font-size: 35px;
    letter-spacing: 3px;
    border-radius: 1px;
    padding: 30px 30px;
    background-color: #131c27
}

.places a {
    text-decoration: none;
    color: #4c6e97;
    font-weight: bold;
    font-size: 18px;
    border-radius: 12px;
    padding: 12px 30px;
    background-color: #fff;

}

.places a:hover {
    background-color: #131c27;
    letter-spacing: 3px;
    transition: 0.6s;


}

.navbar2 {
    width: 100%;
    margin: 0px;
    height: 100px;
    background-color: #131c27;
    display: flex;
    justify-content: space-around;
    align-items: center;
    color: #131c27;
    font-family: "Poppins-bold";

}

.navbar2 h1 {
    font-family: "Poppins-Bold";
    font-size: 40px;
    color: white;
    text-align: center;
}


.navbar2 h2 {
    font-family: "Poppins-thin";
    font-size: 40px;
    color: white;
    text-align: center;

}


/*specifc page 4 styling --------------------------------------------------*/
.body4 {
    height: 90vh;
    display: flex;
    justify-content: space-around;
    align-items: center;
    background-image: linear-gradient(rgba(0, 0, 0, 0.50), rgba(0, 0, 0, 0.50)), url(images/contact-mountain.png);
    background-position: center;
    background-size: cover;
    border-style: solid;
    border-width: 12px;
}

.footer {
    background-color: #131c27;
    width: 100%;
    height: 50px;
    display: flex;
    justify-content: space-around;
    align-self: center;
}

.footer a {
    text-decoration: none;
    color: #4c6e97;
    font-size: 18px;
    font-weight: bold;

}


.subscribeform {
    text-decoration: none;
    color: white;
    font-size: 14px;
    font-weight: bold;
    border-width: 2px;
    background-color: #131c27;
    margin: 0 auto;
    display: block;
    width: 100%;
    opacity: 0.9;
    /* Add other responsive properties here */
}

.subscribeform h1 {
    text-align: center;
    font-size: 20px;
    color: white;
    font-family: "Poppins-Bold";
    /* Add other responsive properties here */
}

/*specific styling takeoff page  -------------------------------------------*/
.table1 {
    width: 60%;
    text-align: right;
    color: #fff;
}

table {
    border-collapse: collapse;
    width: 400%;
    background-color: black;
}

th,
td {
    border: 1px solid black;
    padding: 8px;
    text-align: left;

}


