@import url('https://fonts.googleapis.com/css2?family=Poppins:wght@400;500;600;900&display=swap');
*{
    font-family: 'Poppins', sans-serif;
    margin: 0;
    padding: 0;
    scroll-padding-top: 2rem;
    scroll-behavior: smooth;
    box-sizing: border-box;
}

header {
    background-color: #0d3ca3;
    color: #fff;
    position: fixed;
    top: 0;
    width: 100%;
    z-index: 100;
    padding: 15px;
}

a {
    text-decoration: none;
    color: #fff;
} a:hover {
    text-decoration: underline;
    transform: 0.5s;
}

.headerContainer {
    justify-content: space-between;
    display: flex;
    flex-direction: row;
}

.nameCode{
    font-size: 40px;
    font-weight: bold;
}
.logoLink:hover{
    text-decoration: none;
}
.options{
    display: flex;
    flex-direction: row;
    row-gap: 20px;
}

.homeOption{
    margin: 0 40px;
    font-size: 20px;
    margin-top: 20px;
}
.contactUsOption{
    margin: 0 40px;
    font-size: 20px;
    margin-top: 20px;
}
.openbtn{
    margin: 0 10px;
    margin-top: 20px;
    font-size: 20px;
    background-color: #0d3ca3;
    color: #fff;
    border: none;
    cursor: pointer;
} .openbtn:hover {
    color: #bbbbbb;
}

footer{
    background-color: #000;
    color: #fff;
    position: fixed;
    bottom: 0;
    width: 100%;
    padding: 10px;
}
.footerContainer{
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    font-weight: 500;
    font-size: 10px;
}
.leftSide {
    margin: 0 25px;
}
.rightSide {
    margin: 0 25px;
}

/* John Carlo picture and name */
.picName {
    background-color: #a8c4ff;
    padding: 20px;
    text-align: center;
    margin-top: 90px;
}

.myName {
    font-size: 30px;
    color: #0d3ca3;
    text-transform: uppercase;
    font-weight:bold;
}

/* main informations */
.mainInfos {
    background-color: #8099ee;
    padding: 20px;
    color:#061c4b;
}

.hobbies {
    margin: 10px 0;
}

.titleHobby{
    font-weight: 600;
    font-size: 25px;
    margin: 5px 0;
    text-align: center;
    background-color: #204caa;
    border-radius: 25px;
    color: #fff;
    padding: 15px;
}

.hobbyLists {
    display:flex;
    flex-direction: row;
    justify-content: center;
}

.hobbyGroup {
    margin: 0 75px;
}

.hobbyName {
    text-align: center;
    font-weight: 500;
    font-size: 20px;
}

/* tourist attractions */
.touristsAttractions {
    margin: 75px 0;
}
.touristTitle{
    font-weight: 600;
    font-size: 25px;
    margin: 5px 0;
    text-align: center;
    background-color: #204caa;
    border-radius: 25px;
    color: #fff;
    padding: 15px;
}
.placeAndDescription {
    justify-content: center;
}
.touristPic {
    display: flex;
    flex-direction: row;
    justify-content: center;
    margin: 20px;
} .pic1 {
    margin: 0 50px;
} .pic2 {
    margin: 0 50px;
}
.placeName{
    text-align: center;
    font-size: 20px;
    font-weight: 700;
    margin-bottom: 15px;
}
.touristDescr{
    text-align: center;
    width: 50%;
    margin: auto;
    line-height: 30px;
}










/* IDs */

.bx{
    font-size: 30px;
    margin: auto;
    margin: 0 20px;
} .bx:hover{
    cursor: pointer;
}


.sidebar {
    height: 100%;
    width: 0;
    position: fixed;
    top: 0;
    right: 0;
    background-color: #8bc7ff;
    overflow-x: hidden;
    transition: 0.25s;
    padding-top: 40px;
    opacity: 0.9;
}

.sidebar .closebtn {
    cursor: pointer;
    margin: auto;
}

#main {
    transition: margin-right .5s;
}

.country {
    margin: 5px 0 auto;
    padding-left: 30px;
    border: 1px solid #5690fc;
    width: 70%;
    color: #000;
}

.countryTitle {
    background-color: #061c4b;
    color: #fff;
    padding: 10px;
}

.province  {
    margin: 5px 0 auto;
    padding-left: 30px;
    border: 1px solid #5690fc;
    width: 70%;
    color: #000;
}

.provinceTitle {
    background-color: #061c4b;
    color: #fff;
    padding: 10px;
}

.Group {
    margin: 40px 0;
}

/* ------------------------------------------- contact us ----------------------------------------*/
.formContainer {
    padding: 20px;
    width: 60%;
    margin: 8% auto;
    background-color: #8099ee;
    border-radius: 30px;
    justify-items: center;
}

label{
    color: #000;
    font-size: 20px;
}

.inFname{
    width: 30%;
    padding: 10px;
    margin-right: 50px;
    border: none;
}
.inLname{
    width: 30%;
    padding: 10px;
    border: none;
}
.userName{
    margin: 10px 0;
}
.inEmail{
    width: 81.5%;
    padding: 10px;
    border: none;
}
.emailLabel{
    margin-right: 51px;
}
.emailMargin{
    margin: 20px 0;
}

.comment {
    margin: 15px 0;
}
.inputComment{
    width: 96%;
    border-radius: 20px;
    border: none;
    padding: 110px;
    height: 20%;
}
.navigations{
    display: flex;
    flex-direction: row;
    margin-top: 15px;
    justify-content: space-between;
}
.cancelButton{
    font-size: 15px;
    margin: auto 70px;
} .cancelButton:hover{
    text-decoration: underline;
}

.submitButton{
    background-color: #204caa;
    border-radius: 20px;
    border: none;
    color: #fff;
    padding: 20px;
    margin: 0 70px;
    cursor: pointer;
} .submitButton:hover{
    background-color: #061c4b;
}