 * {
    padding: 0;
    margin: 0;
    box-sizing: border-box;
    font-family: var(--f1);
}

@font-face {
    font-family: 'ffrg';
    src: url('../fonts/ffrg.otf');
}

:root {
    --f1: "Google Sans", sans-serif;
    --f2: "ffrg", sans-serif;
}


/* slider  */
.banner {
    position: relative;
    display: flex;
    align-items: end;
    justify-content: center;
    width: 100%;
    height: 100%;
    min-height: 100vh;
    padding: 4vh 4vh;
    z-index: 1;
    overflow: hidden;
}

.bannerMianSlide {
    position: absolute;
    width: 100%;
    height: 100%;
    z-index: -2;
    inset: 0;
    pointer-events:none;
}

.bannerImg {
    width: 100%;
    height: 100%;
}

.bannerImg img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.bannerSlider {
    height: 100%;
}

.slick-list.draggable {
    height: 100%;
    width: 100%;
}

.innerContent {
    width: 100%;
    position: relative;
}

.weather {
    text-align: end;
    color: #fff;
    position: relative;
}

#city {
    font-size: 3vh;
    font-weight: 200;
    font-family: var(--f2);
    line-height: 1.5vh;
    margin: 1.6vh 0 0;
    margin-bottom: 2vh;
}

#temp {
    font-size: 7.5vh;
    font-family: var(--f2);
    font-weight: 500;
    line-height: 5vh;
    margin: 1.6vh 0 0;
    margin-bottom: -0.1vh;
}

#desc img {
    width: 4.5vh;
    filter: brightness(0) invert(1);
}

#desc {
    display: flex;
    align-items: center;
    gap: 0px;
    justify-content: end;
    font-size: 3vh;
    font-family: var(--f2);
    margin-bottom: -1vh;
}

#highlow {
    font-size: 3vh;
    font-family: var(--f2);
    margin-bottom: 1.5vh;
}


#time {
    font-size: 7.5vh;
    display: flex;
    align-items: baseline;
    justify-content: end;
    line-height: 5vh;
    margin-bottom: -0.5vh;
    font-family: var(--f2);
}

#time span {
    font-size: 3vh;
}

#date {
    font-size: 3vh;
    font-family: var(--f2);
}

.custom-slick-dots {
    position: absolute;
    bottom: 4vh;
    left: 4vh;
    padding: 0;
    margin: 0;
    display: flex;
    align-items: center;
    gap: 10px;
}

.custom-slick-dots li button {
    font-size: 0;
    width: 100%;
    height: 100%;
    border-radius: 100%;
    border: none;
    background: #ffffff5e;
    position: absolute;
    inset: 0;
}

.custom-slick-dots li {
    list-style: none;
    width: 9px;
    height: 9px;
    position: relative;
}

.custom-slick-dots li.slick-active button {
    background: #fff;
    scale: 1.1;
}

.banner:before {
    position: absolute;
    width: 100%;
    height: 100%;
    /* content: ''; */
    background: linear-gradient(to bottom, rgb(76 76 76 / 0%) 0%, rgb(19 19 19) 100%);
    inset: 0;
    z-index: -1;
}

.menuBtn {
    position: absolute;
    z-index: 2;
    top: 4vh;
    right: 4vh;
    font-size: 35px;
    color: #ffffff2b;
    cursor: pointer;
    text-decoration: none;
    transition: 300ms all;
}

.sideMenu {
    position: absolute;
    height: 100vh;
    width: 290px;
    right: 0;
    top: 0;
    z-index: 3;
    padding: 10px;
    background: #ffffff94;
    backdrop-filter: blur(4px);
    transform: translatex(100%);
    transition: 300ms all;
}

.gridImg {
    width: 100%;
    height: 150px;
    margin: 10px 0;
    border-radius: 10px;
    overflow: hidden;
}

.gridImg img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.closeSide {
    position: absolute;
    top: 10px;
    left: 10px;
    background: #000;
    color: #fff;
    width: 30px;
    height: 30px;
    display: grid;
    place-items: center;
    border-radius: 100%;
    font-size: 14px;
    cursor: pointer;
}

.closeSide i {
    height: 14px;
}

.banner_images {
    margin: 40px 0 0;
    height: 580px;
    overflow-y: scroll;
    padding: 0px 10px 10px;
}

.logBtns {
    margin: 20px 0 0;
}

.logBtns a {
    width: 100%;
    text-decoration: none;
    text-align: center;
    background: #000;
    color: #fff;
    display: block;
    padding: 12px 0;
    font-size: 14px;
    border-radius: 10px;
    border: 1px solid transparent;
    transition: 300ms all;
}

.logBtns a:hover {
    background: transparent;
    color: #000;
    border-color: #000;
}

.sideMenu.active {
    transform: translate(0);
}


/* width */
::-webkit-scrollbar {
    width: 5px;
}

/* Track */
::-webkit-scrollbar-track {
    box-shadow: inset 0 0 5px rgba(255, 255, 255, 0);
    border-radius: 10px;
}

/* Handle */
::-webkit-scrollbar-thumb {
    background: #0000007c;
    border-radius: 10px;
}

/* Handle on hover */
::-webkit-scrollbar-thumb:hover {
    background: #00000086;
}
#wowslider-container1 {
    max-width: 100%;
    max-height: 100vh;
    box-sizing: border-box;
    height: 100vh !important;
}

#wowslider-container1 .ws_images {
    width: 100% !important;
    max-width: 100% !important;
    max-height: 100vh !important;
}

a.ws_next {
    display: none !important;
}

a.ws_prev {
    display: none !important;
}

a.ws_playpause.ws_pause {
    display: none !important;
}

.ws-title {
    display: none !important;
}

#wowslider-container1 .ws_bullets div {
    left: 0 !important;
}

.ws_bullets {
    width: 100%;
    left: 4vh !important;
}

.ws_bullets a span:before, .ws_bullets a span:after {
    display: none !important;
}

.ws_bullets a {
    width: 8px !important;
    height: 8px !important;
    background: #ffffff70;
    border-radius: 100%;
    padding: 0 !important;
}

.ws_bullets a.ws_selbull {
    background: #fff;
    scale: 1.2;
}
.ws_swipe_left {
    width: 100% !important;
    height: 100vh !important;
}

#wowslider-container1 img {
    height: 100vh !important;
    object-fit: cover;
}

.menuBtn:hover {
    color: #fff;
}
#temp span {
    font-size: 4vh;
    font-family: var(--f2);
}

#time span {
    font-size: 4vh;
    font-family: var(--f2);
}

@media (min-width: 0px) and (max-width: 578px) {

.ws_bullets {
    width: 100%;
    left: 4vh !important;
    top: 94vh;
}
}
/*.innerContent:before {*/
/*    position: absolute;*/
/*    width: 300px;*/
/*    content: '';*/
/*    height: 106%;*/
/*    background: #ffffff00;*/
/*    z-index: -1;*/
/*    backdrop-filter: blur(56px);*/
/*    right: -2vh;*/
/*    top: 50%;*/
/*    transform: translatey(-50%);*/
/*    border-radius: 10px;*/
/*}*/

#wowslider-container1 .ws_bullets {
    bottom: 4vh !important;
    left: 4vh !important;
}


















.innerContent {
  position: relative;
  overflow: hidden;
  color: black;
  cursor: pointer;
  box-shadow: 0 6px 6px rgba(0, 0, 0, 0.2), 0 0 20px rgba(0, 0, 0, 0.1);
  transition: all 0.4s cubic-bezier(0.175, 0.885, 0.32, 2.2);
  width: 32vh;
  margin-left: auto;
  padding: 15px 20px 20px 0px;
  border-radius: 20px;
  border: 1px solid #ffffff5c;
}

.liquidGlass-effect {
  position: absolute;
  z-index: 0;
  inset: 0;

  backdrop-filter: blur(3px);
  filter: url(#glass-distortion);
  overflow: hidden;
  isolation: isolate;
}

.liquidGlass-tint {
  position: absolute;
  inset: 0;
  background: linear-gradient(45deg, transparent, #00c7ff75);
}

.liquidGlass-shine {
  position: absolute;
  inset: 0;
  z-index: 2;
  overflow: hidden;
  box-shadow: inset 2px 2px 1px 0 rgba(255, 255, 255, 0.1),
    inset -1px -1px 1px 1px rgba(255, 255, 255, 0.1);
}