@import url('https://fonts.googleapis.com/css2?family=Poppins:ital,wght@0,100;0,200;0,300;0,400;0,500;0,600;0,700;0,800;0,900;1,100;1,200;1,300;1,400;1,500;1,600;1,700;1,800;1,900&display=swap');

@import url('https://fonts.googleapis.com/css2?family=Baloo+2:wght@700&display=swap');
@import url('http://fonts.cdnfonts.com/css/panton');

html{
    font-size: 62.5%;
}

h1{
    font-size: 4.8rem;
    font-weight: 600;
    line-height: 1.2;
    font-family: 'Poppins', sans-serif;
    margin: 0px;
    margin-bottom: 10px;
    color: white;
}
h2{
    font-size: 3.9rem;
    font-weight: 600;
    line-height: 1.30;
    font-family: 'Poppins', sans-serif;
    margin: 0px;
    color: white;
}
h3{
    font-size: 3.1rem;
    font-weight: 600;
    line-height: 1.30;
    margin: 0px;
    font-family: 'Poppins', sans-serif !important;
    color: white;
}
h4{
    font-size: 2.5rem;
    font-weight: 600 !important;
    line-height: 1.30;
    font-family: 'Poppins', sans-serif;
    margin: 0px;
    color: white;
}
h5{
    font-size: 2.0rem;
    font-weight: 500;
    line-height: 1.4;
    font-family: 'Poppins', sans-serif;
    margin: 0px;
    color: white;
}
p{
    font-size: 1.6rem;
    font-weight: 300;
    margin: 0px;
    line-height: 1.6;
    font-family: 'Poppins', sans-serif;
    color: white;
}
.p2{
    font-size: 1.4rem;
}
.p3{
    font-size: 1.2rem;
}
small{
    font-size: 1.0rem;
    font-weight: 500;
    margin: 0px;
    line-height: 1.6;
    font-family: 'Poppins', sans-serif;
    color: white;
}

.nav-index li{
    font-size: 1.4rem !important;
    font-weight: 400;
    line-height: 1.6;
    font-family: 'Poppins', sans-serif;
    color: rgb(0, 0, 0);
}
.nav-citi li{
    font-size: 1.4rem !important;
    font-weight: 400;
    line-height: 1.6;
    font-family: 'Poppins', sans-serif;
    color: rgb(255, 255, 255);
}
.icon{
    font-size: 50px;
    line-height: 0;
    color: #fff;
}
.icon-star{
    color: #ffbb00;
}

.info-header{
    max-width: 350;
}

.bold{
    font-weight: 700;
}
.medium{
    font-weight: 500 !important;
}
