@font-face {
    font-family: 'Philo';
    src: url('../fonts/Philosopher-Regular.ttf') format('truetype');
}
@font-face {
    font-family: 'Mont';
    src: url('../fonts/Montserrat-Regular.ttf') format('truetype');
}
@font-face {
    font-family: 'DolceVita';
    src: url('../fonts/Dolce_Vita_Heavy_Bold.ttf') format('truetype');
}
body {
    background: #222222;
    font-family: 'Mont';
  padding: 0px !important;
    margin: 0px !important;
    overflow-x: hidden;
}
#mainCon {
  padding: 0px;
  font-size: 14px;
  background: linear-gradient(to bottom, #3d5f80, #b0c4de, #d0e0f0);
}
.con{
  width: 100% !important;
  color: white;
  text-align: center;
  padding: 20px;
  margin: 10px 0px !important;
  background: #1c2c3d40;
  border-radius: 20px;
  box-sizing: border-box;
}
.con.row{
  display:flex;
  flex-direction:row;
  gap:10px;
  border:0px;
  background:0px;
  padding:0px;
}
.con.row .con{
  flex:1;
  margin: 0px !important;
}
h1 {
font-family: 'Philo' !important;
    letter-spacing: 1px;
}
img {
    border-radius: 50%;
    border: 1px solid white;
    padding: 2px;
    display: block;
    margin: 0 auto;
}
h4 {
  color: #0b477a;
  margin-bottom: 0px;
  border-bottom: 1px solid #33444f;
}
h3 {
    text-transform: uppercase;
    font-family: 'Philo';
}
.recommendation-container {
    font-size: small;
}

.toggle-header {
  display: flex;
  justify-content: space-between;
  align-items: center;
  cursor: pointer;
  text-align: center;
  transition: all 1s ease;
}

.condition-title {
  flex-grow: 1;
  text-align: center;
}

.toggle-btn {
  background-color: #4383ba;
  border: none;
  color: white;
  padding: 2px 8px;
  font-size: 18px;
  cursor: pointer;
  border-radius: 7px;
  transition: all 1s ease;
}

.toggle-btn:hover {
  background-color: #205f95;
}

.toggle-btn i {
  transition: all 1s ease;
}

.recommendation-container {
  max-height: 0;
  overflow: hidden;
  padding: 0 15px;
  transition: all 2s ease;
}

.recommendation-container.open {
  max-height: 5000px;
}

.recommendation-container.open .toggle-btn i {
  transform: rotate(180deg);
}

.recommendation-section {
  margin-bottom: 10px;
}

.conMid{
  max-width: 350px !important;
  margin: 0 auto !important;
  width:100% !important;
  padding:10px !important;
}

.sunrise {
    color: white;
    padding: 10px;
    background: #ffa50082;
}
.sunrise h3, .sunset h3{
  margin: 5px 0px 2px 0px;
  color: #3e3e3e;
  font-size: 15px;
}
.sunset {
    background: #ff450073;
    color: white;
    padding: 10px;
}

.con.num span{
  font-size: 20px !important;
}
.rain-chance {
  color: white;
  font-weight: bold;
  background: #4383ba;
  margin: 0px;
  border-radius: 0px 50px;
  font-size: 14px;
  padding: 2px;
  width: 100%;
}
