@import url('https://fonts.googleapis.com/css2?family=Jost:wght@100;200;300;400;500;600;700;800&family=Nunito+Sans:wght@200;300;400;600;700;800;900&display=swap');
body{
    font-family: 'Jost', sans-serif;
}
.main-page{
  background: #d7ebf682;
    overflow: hidden;
    padding-top: 150px;
    padding-bottom: 209px;
}
.categories__text{
    padding-top: 40px;
    position: relative;
    z-index: 1;
}
.categories__text:before{
  position: absolute;
  left: -485px;
  top: 0;
  height: 300px;
  width: 600px;
  background: #2db5bf12;
  z-index: -1;
  content: "";
  transform: rotate(45deg);
  border: 1px #00000000 solid;
}
.categories__text::after{
  position: absolute;
  left: -405px;
  top: 0;
  height: 300px;
  width: 600px;
  background: #2db5bf12;
  z-index: -1;
  content: "";
  transform: rotate(45deg);
  border: 1px #00000000 solid;
}
.categories__text h2{
    color: #b7b7b7;
    line-height: 72px;
    font-size: 34px;
    font-weight: 300;
}
.categories__text h2 span{
    font-weight: 700;
    color: #111111;
    font-weight: 300;
}
.categories__text p{
  padding: 0 10px;
}
#clock {
    font-family: 'Jost', sans-serif;
    color: #ffffff;
    text-align: center;
    position: absolute;
    left: 44%;
    top: 162%;
    transform: translate(-50%, -50%);
    color: #000;
    text-shadow: 0 0 20px #ffffff, 0 0 20px rgb(10 175 230 / 0%);
  }
  #clock .time {
    letter-spacing: 0.2em;
    font-size: 55px;
    padding: 5px 0;
    font-weight: 500;
  }
  #clock .date {
    font-size: 13px;
    color: #b36843;
    font-weight: 500;
    text-transform: uppercase;
    letter-spacing: 3px;
    margin-bottom: 1px;
    display: block;
    text-align: initial;
    padding: 0 9px;
  }
  #clock .text {
    letter-spacing: 0.1em;
    font-size: 14px;
    text-align: end;
    font-weight: 600;
  }
.categories__time{
    padding-top: 40px;
    position: relative;
    z-index: 1;
}
.categories__time::before{
  position: absolute;
    left: 84px;
    top: -201px;
    height: 954px;
    width: 273px;
    background: #d2bb9c36;
    z-index: -1;
    content: "";
    transform: rotate(227deg);
    border: 1px #08080800 solid;
}

.categories__time::after{
    position: absolute;
    left: 29px;
    top: -201px;
    height: 954px;
    width: 273px;
    background: #d2bb9c36;
    z-index: -1;
    content: "";
    transform: rotate(227deg);
    border: 1px #08080800 solid;
}
.categories__time p{
    font-size: 29px;
    letter-spacing: 4px;
}
.categories__time .social__media ul li{
    list-style: none;
    display: inline-flex;
    letter-spacing: 32px;
    padding: 0 6px;
}
.categories__time .social__media ul li a i{
  width: 32px;
  height: 32px;
  border-radius: 19%;
  padding: 7px 8px;
  border: 1px #d9c6a8 solid;
  color: #000;
  background: transparent;
  transition: all 0.5s ease-out;
}
.categories__time .social__media ul li a i:hover{
  background: #e3d2b8;
    color: #1c5597;
}
#timer {
    font-size: 56px;
    font-weight: 100;
    color: #000;
    font-weight: 400;
}
#timer div {
    display: inline-block;
    min-width: 80px;
    padding: 0% 2%;
}
#timer div span {
    color: #00000090;
    display: block;
    font-size: .30em;
    font-weight: 400;
}













.countdown{
  display: flex;
  justify-content: flex-start;
  gap: 7px;
  }
  .countdown > div{
    display: flex;
    flex-wrap: nowrap;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    margin-top: 14px;
    /* box-shadow: 1px 1px 15px rgb(0 0 0 / 9%); */
    width: 80px;
    height: 80px;
    border-radius: 5px;
  }
  .number {
    font-weight: 500;
    font-size: 44px;
    color: #040404;
  }
  
  div span:last-of-type{
    font-size: 12px;
    padding-bottom: 10px;
    color: #040404;

  }
  
  
  
  
  
  @media screen and (max-width:600px){
    h1{
      font-size: 40px;
    }
    
    .countdown{
        flex-direction: column;
        align-items: center;
        gap: 10px;
        margin-top: 30px;
        margin-bottom: 13%;
    }
    .countdown > div{
        box-shadow: 1px 1px 15px rgba(0,0,0,0.25);
      width: 250px;
      height: 60px;
      margin: 0;
      flex-direction: row;
      justify-content: space-between;
      padding: 20px;
    }
    div span:last-of-type{
    font-size: 24px;
      text-transform: uppercase;
  }
    .number {
    font-size: 34px;
  }
  }



  /*========= menu ========= */
  
  /*========= menu ========= */
