/* main travel and tours page start */

.carousel-fade .carousel-inner {
    height: 80vh;
}

.carousel-fade .carousel-inner .carousel-item {
    -webkit-transition-property: opacity;
    transition-property: opacity;
    /* position: relative; */
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.carousel-fade .carousel-inner .carousel-item img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    opacity: 0.85;
    /* filter: blur(1px); */
}

.carousel-fade .carousel-inner .carousel-item,
.carousel-fade .carousel-inner .active.left,
.carousel-fade .carousel-inner .active.right {
    opacity: 0;
}

.carousel-fade .carousel-inner .active,
.carousel-fade .carousel-inner .next.left,
.carousel-fade .carousel-inner .prev.right {
    opacity: 1;
}

.carousel-fade .carousel-inner .next,
.carousel-fade .carousel-inner .prev,
.carousel-fade .carousel-inner .active.left,
.carousel-fade .carousel-inner .active.right {
    left: 0;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
}

.carousel-fade .carousel-control {
    z-index: 2;
}

.header-title {
    position: absolute;
    top: 0;
    width: 100%;
    height: 100%;
    background-color: rgb(0, 0, 0);
    opacity: 0.45;
    z-index: 3;
    text-align: center;
    /* margin: auto; */
}

.header-title h2 {
    position: absolute;
    top: 40%;
    width: 100%;
    text-align: center;
    z-index: 5;
    color: rgb(255, 255, 255);
    font-weight: 900;
    opacity: 1;
    font-size: 57px;
}

.carousel-caption h4 {
    /* position: absolute; */
    /* top: -100%; */
    width: 100%;
    margin: 20px auto;
    text-align: center;
    line-height: 1.5;
    opacity: 1;
    padding: 20px 10px;
    color: rgb(255, 255, 255);
}

.horizontal-conseal {
    background-color: #fff;
    position: absolute;
    bottom: -20px;
    height: 60px;
    z-index: 2;
    width: 100%;
}

.vertical-conseal {
    background-color: #fff;
    border-top: 0;
    position: absolute;
    top: -2px;
    right: -2px;
    width: 9px;
    height: 100%;
    z-index: 3;
}


/* map start */

.map-section {
    background-color: #fcf4eb;
}

.hokkaido-container {
    /* background-color: red; */
    position: relative;
    display: block;
}

.hokkaido-container .map {
    width: 100%;
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
    -webkit-transform: translate(-50%, -50%);
    -moz-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    -o-transform: translate(-50%, -50%);
}

.hokkaido-container .pointer {
    width: 60px;
    position: absolute;
    max-width: 10%;
    left: 27%;
    top: 50%;
    transform: translate(-50%, -50%);
    -webkit-transform: translate(-50%, -50%);
    -moz-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    -o-transform: translate(-50%, -50%);
    z-index: 6;
    animation-name: pointermove;
    animation-duration: 1s;
    animation-timing-function: ease-out;
    animation-fill-mode: forwards;
    animation-iteration-count: infinite;
}

.hokkaido-container .pointer-circle {
    width: 85px;
    position: absolute;
    max-width: 20%;
    left: 28%;
    top: 55%;
    transform: translate(-50%, -50%);
    -webkit-transform: translate(-50%, -50%);
    -moz-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    -o-transform: translate(-50%, -50%);
    z-index: 5;
}


/* map end */

.clocks {
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    padding-bottom: 42px;
}

.clock-container {
    width: 80%;
    margin: 0 auto 10px;
    /* From https://css.glass */
    background: rgba(94, 242, 255, 0.03);
    border-radius: 16px;
    box-shadow: 0 4px 30px rgba(0, 0, 0, 0.1);
    backdrop-filter: blur(7.8px);
    -webkit-backdrop-filter: blur(7.8px);
    border: 1px solid rgba(94, 242, 255, 0.11);
}

.clock {
    display: flex;
    list-style: none;
    justify-content: flex-start;
    align-items: center;
    font-size: 30px;
    color: #000000;
    height: 65px;
    margin-top: 0px;
    padding: 0px 20px;
    margin-bottom: 0;
    /* border: 1px solid #ddd; */
    /* background-color: #3185B4; */
    border-radius: 5px;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    -ms-border-radius: 5px;
    -o-border-radius: 5px;
}

.clock-label {
    font-size: 23px;
    margin-left: 23px;
}

#jstAmPm,
#mmtAmPm {
    margin-left: 11px;
}

.clock-label img {
    display: inline-block;
    width: 30px;
    height: 20px;
    border: 1px solid #000;
}

.clock-asat {
    font-size: 50px;
    font-weight: bold;
    color: #eaf7ff;
    /* outline: #000; */
    text-shadow: 2px 2px #000;
}

.clock-item {
    width: 70px;
    /* color: #000; */
    color: #fff;
    text-align: center;
    margin: auto 10px;
    line-height: 45px;
    font-size: 35px;
    /* box-shadow: 0 3px 10px 2px rgba(0, 0, 0, 0.3); */
    border-radius: 10px;
    -webkit-border-radius: 10px;
    -moz-border-radius: 10px;
    -ms-border-radius: 10px;
    -o-border-radius: 10px;
    -webkit-text-stroke: 2px #3185b4;
    text-shadow: -1px -1px 0 #000, 1px -1px 0 #000, -1px 1px 0 #000, 1px 1px 0 #000;
}

.clock-hr {
    color: #fff;
    border-top: 0;
    border-bottom: 1px dashed #2592db;
    margin: 10px 0 0;
}


/* clock end */


/* attraction and food start */

.img-btn {
    position: relative;
    text-align: center;
}

.img-text {
    display: none;
}


/* .img-btn img{
  
} */

.img-btn img {
    border: 5px solid #5bafe7;
    border-radius: 50%;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    -ms-border-radius: 50%;
    -o-border-radius: 50%;
}

.img-text {
    font-size: 40px;
    color: #ffffff;
    line-height: 300px;
    position: absolute;
    top: 90%;
    left: 50%;
    transform: translate(-50%, -50%);
    -webkit-transform: translate(-50%, -50%);
    -moz-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    -o-transform: translate(-50%, -50%);
    border-radius: 50%;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    -ms-border-radius: 50%;
    -o-border-radius: 50%;
}

.text-bg {
    display: none;
    width: 290px;
    height: 97%;
    margin-top: 5px;
    background-color: rgba(0, 0, 0, 0.3);
    position: absolute;
    top: 0;
    left: 50%;
    transform: translate(-50%, 0);
    -webkit-transform: translate(-50%, 0);
    -moz-transform: translate(-50%, 0);
    -ms-transform: translate(-50%, 0);
    -o-transform: translate(-50%, 0);
    border-radius: 50%;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    -ms-border-radius: 50%;
    -o-border-radius: 50%;
}

.img-btn:hover .text-bg {
    display: block;
}

.img-btn:hover .img-text {
    display: block;
    animation-name: moveup;
    animation-duration: 0.3s;
    animation-timing-function: linear;
    animation-fill-mode: forwards;
}

@keyframes moveup {
    from {
        top: 90%;
    }
    to {
        top: 50%;
    }
}


/* attraction and food end */


/* main travel and tours page end */


/* travel details start*/

.haru-container {
    /* background-color: #ffa8e55d; */
    color: #ff43c7;
}

.natsu-container {
    /* background-color: #ffe05749; */
    color: #ffd000;
}

.aki-container {
    /* background-color: #ff896544; */
    color: #e75e35;
}

.fuyu-container {
    /* background-color: #9cddf749; */
    color: #2298e7;
}

.haru-container h1 {
    font-size: 50px;
    padding: 20px 0 0;
    color: #ff43c7;
    text-align: center;
}

.natsu-container h1 {
    font-size: 50px;
    padding: 20px 0 0;
    color: #ffd000;
    text-align: center;
}

.aki-container h1 {
    font-size: 50px;
    padding: 20px 0 0;
    color: #ff7d56;
    text-align: center;
}

.fuyu-container h1 {
    font-size: 50px;
    padding: 20px 0 0;
    color: #59bdff;
    text-align: center;
}

hr.season-title-hr1 {
    background-color: #fff;
    border-top: 2px dashed #ff43c7;
    width: 10%;
    margin: 0 auto 25px;
}

hr.season-title-hr2 {
    background-color: #fff;
    border-top: 2px dashed #ffd000;
    width: 10%;
    margin: 0 auto 25px;
}

hr.season-title-hr3 {
    background-color: #fff;
    border-top: 2px dashed #ff7d56;
    width: 10%;
    margin: 0 auto 25px;
}

hr.season-title-hr4 {
    background-color: #fff;
    border-top: 2px dashed #59bdff;
    width: 10%;
    margin: 0 auto 25px;
}

hr.season-hr {
    border-top: 1px dashed dodgerblue;
    border-bottom: 1px dashed #fff;
    color: #5bafe73f;
    width: 90%;
    margin: 15px auto;
}

hr.nav-hr {
    height: 20px;
    border-style: solid;
    border-color: #5bafe7;
    border-width: 2px 0 0 0;
    border-radius: 20px;
    color: white;
    width: 90%;
    margin: 35px auto 0;
}

hr.nav-hr:before {
    display: block;
    content: "";
    height: 30px;
    margin-top: -31px;
    border-style: solid;
    border-color: #2592db;
    border-width: 0 0 2px 0;
    border-radius: 20px;
}

.four-seasons {
    display: flex;
    justify-content: space-between;
}

.season-link i {
    font-size: 38px;
    font-weight: bold;
    color: #000;
    transform: rotate(90deg);
    position: absolute;
    bottom: 0;
    text-align: center;
    left: 47.5%;
    transform: translate(-50%, 0);
    -webkit-transform: rotate(90deg);
    -moz-transform: rotate(90deg);
    -ms-transform: rotate(90deg);
    -o-transform: rotate(90deg);
    animation-name: seasonlinkup;
    animation-duration: 1s;
    animation-timing-function: linear;
    animation-fill-mode: forwards;
    animation-iteration-count: infinite;
}

.season-link {
    position: relative;
    width: 23%;
    color: #ffffff;
    height: 200px;
    text-align: center;
    border-radius: 10px;
    -webkit-border-radius: 10px;
    -moz-border-radius: 10px;
    -ms-border-radius: 10px;
    -o-border-radius: 10px;
}

.season-text {
    color: #000;
    background-color: rgba(255, 255, 255, 0.5);
    padding: 0 20px;
    font-size: 45px;
    position: absolute;
    left: 50%;
    top: 40%;
    text-overflow: ellipsis;
    transform: translate(-50%, -50%);
    -webkit-transform: translate(-50%, -50%);
    -moz-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    -o-transform: translate(-50%, -50%);
    border-radius: 5px;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    -ms-border-radius: 5px;
    -o-border-radius: 5px;
}

.season-link:hover .season-text {
    background: none;
}

.season-link:hover i,
.season-link:hover .season-text {
    color: #fff;
}

.season-img {
    width: 100%;
    height: 200px;
    /* object-fit: contain; */
    position: absolute;
    top: 0;
    left: 0;
    border-radius: 10px;
    -webkit-border-radius: 10px;
    -moz-border-radius: 10px;
    -ms-border-radius: 10px;
    -o-border-radius: 10px;
}

.season-icon,
.season-icon-active {
    position: absolute;
    top: 10px;
    left: 50%;
    width: 40%;
    height: auto;
    display: none;
    transform: translateX(-50%);
    -webkit-transform: translateX(-50%);
    -moz-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    -o-transform: translateX(-50%);
}

.season-bg {
    background-color: rgba(0, 0, 0, 0.3);
    width: 100%;
    height: 200px;
    position: absolute;
    top: 0;
    left: 0;
    display: none;
    border-radius: 10px;
    -webkit-border-radius: 10px;
    -moz-border-radius: 10px;
    -ms-border-radius: 10px;
    -o-border-radius: 10px;
}

.season-link:hover .season-bg {
    display: block;
}

.season-link:hover .season-text {
    display: block;
    animation: shake 0.4s linear;
    -webkit-animation: shake 0.4s linear;
    animation-fill-mode: forwards;
}

.season-attractions {
    margin-top: 20px;
    margin-bottom: 20px;
}

.season-title {
    padding-top: 10px;
    margin-bottom: 20px;
    /* margin-bottom: 100px; */
}

.attraction-item img {
    width: 100%;
    height: 270px;
    border: 1px solid #ddd;
    object-fit: cover;
    border-radius: 40px;
    -webkit-border-radius: 40px;
    -moz-border-radius: 40px;
    -ms-border-radius: 40px;
    -o-border-radius: 40px;
}

.attraction-item {
    text-align: center;
}

.attraction-item .title {
    font-weight: bold;
    font-size: 22px;
}

.attraction-item .description {
    font-size: 16px;
}

@keyframes seasonlinkup {
    from {
        bottom: 0%;
    }
    to {
        bottom: 5%;
    }
}

@keyframes pointermove {
    from {
        top: 45%;
    }
    to {
        top: 50%;
    }
}

@keyframes shake {
    0% {
        left: 50%;
        top: 40%;
        transform: translate(-50%, -50%);
        -webkit-transform: translate(-50%, -50%);
        -moz-transform: translate(-50%, -50%);
        -ms-transform: translate(-50%, -50%);
        -o-transform: translate(-50%, -50%);
    }
    25% {
        left: 45%;
        top: 40%;
        transform: translate(-50%, -50%);
        -webkit-transform: translate(-50%, -50%);
        -moz-transform: translate(-50%, -50%);
        -ms-transform: translate(-50%, -50%);
        -o-transform: translate(-50%, -50%);
    }
    50% {
        left: 50%;
        top: 40%;
        transform: translate(-50%, -50%);
        -webkit-transform: translate(-50%, -50%);
        -moz-transform: translate(-50%, -50%);
        -ms-transform: translate(-50%, -50%);
        -o-transform: translate(-50%, -50%);
    }
    75% {
        left: 55%;
        top: 40%;
        transform: translate(-50%, -50%);
        -webkit-transform: translate(-50%, -50%);
        -moz-transform: translate(-50%, -50%);
        -ms-transform: translate(-50%, -50%);
        -o-transform: translate(-50%, -50%);
    }
    100% {
        left: 50%;
        top: 40%;
        transform: translate(-50%, -50%);
        -webkit-transform: translate(-50%, -50%);
        -moz-transform: translate(-50%, -50%);
        -ms-transform: translate(-50%, -50%);
        -o-transform: translate(-50%, -50%);
    }
}

.food-main-title {
    color: #5bafe7;
}

.foods h3,
.drinks h3 {
    color: #5bafe7;
}

.food-item {
    position: relative;
    height: 280px;
}

.food-item img {
    object-fit: cover;
}

.drink-item-large {
    position: relative;
    height: 400px;
}

.drink-item {
    position: relative;
    height: 150px;
}

.food-item img,
.drink-item-large img,
.drink-item img {
    display: block;
    width: 92.5%;
    height: 100%;
    position: absolute;
    left: 50%;
    transform: translateX(-50%);
    -webkit-transform: translateX(-50%);
    -moz-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    -o-transform: translateX(-50%);
}

.food-item span,
.drink-item-large span,
.drink-item span {
    position: absolute;
    bottom: 0;
    left: 50%;
    text-align: center;
    display: block;
    width: 92.5%;
    background-color: rgba(0, 0, 0, 0.3);
    color: #ffffff;
    padding: 20px 0;
    box-sizing: border-box;
    transform: translateX(-50%);
    -webkit-transform: translateX(-50%);
    -moz-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    -o-transform: translateX(-50%);
}


/* travel details end */


/* sapporo */

.hov-img-zoom {
    display: block;
    overflow: hidden;
}

.hov-img-zoom img {
    width: 100%;
    -webkit-transition: all 0.6s;
    -o-transition: all 0.6s;
    -moz-transition: all 0.6s;
    transition: all 0.6s;
}

.hov-img-zoom:hover img {
    -webkit-transform: scale(1.1);
    -moz-transform: scale(1.1);
    -ms-transform: scale(1.1);
    -o-transform: scale(1.1);
    transform: scale(1.1);
}

.transportation-block {
    overflow-x: hidden;
}

.transportation-title {
    font-weight: 800;
    color: #5bafe7;
}

.transportation-image img {
    width: 100%;
    height: 250px;
    object-fit: fill;
}

.weather-block {
    border: 1px solid #5bafe7;
    padding: 20px 0 30px;
}

.weather-description {
    text-transform: capitalize;
    letter-spacing: 1px;
    color: #5bafe7 !important;
}

.temperature {
    color: #5bafe7;
    font-weight: 800;
}

.info {
    color: #5bafe7;
    font-size: 14px;
    font-weight: 500;
    flex-direction: column;
    display: flex;
    align-items: center;
    justify-content: center;
}

.info-description {
    letter-spacing: 3px;
    font-weight: 900;
}

.info-text {
    font-size: 40px;
    font-weight: 800;
}

.info-icon {
    font-size: 40px;
}

.transportation-text h3 {
    color: #5bafe7;
    font-weight: bolder;
    padding-top: 10px;
}

.transportation-text p {
    line-height: 1.8;
}


/* attractions and festival  */

.tabs {
    width: 100%;
    height: auto;
    margin: 0 auto;
}


/* tab list item */

.tabs .tabs-list {
    display: flex;
    justify-content: space-between;
    list-style: none;
    margin: 0px;
    padding: 0px;
}

.tabs .tabs-list li {
    width: 55%;
    float: left;
    margin: 0px;
    padding: 10px 5px;
    text-align: center;
    background-color: #fff;
    border-radius: 10px 10px 0 0;
    border-bottom: 1px dotted #5bafe7;
}

.tabs .tabs-list li:hover {
    cursor: pointer;
}

.tabs .tabs-list li a {
    text-decoration: none;
    color: #5bafe7;
    font-size: 28px;
    font-weight: 700;
    letter-spacing: 3px;
}


/* Tab content section */

.tabs .tab {
    display: none;
    width: 100%;
    min-height: 250px;
    height: auto;
    border-radius: 3px;
    padding: 20px 15px;
    background-color: white;
    color: darkslategray;
    clear: both;
}


/* .tabs .tab p {
  line-height: 20px;
  letter-spacing: 1px;
} */


/* When active state */

.active {
    display: block !important;
}

.tabs .tabs-list li.active {
    /* background-color: #5bafe7 !important; */
    border-bottom: 5px solid #5bafe7;
    color: #5bafe7 !important;
}

.active a {
    color: #5bafe7 !important;
}

.attractions img {
    width: 100%;
    height: 350px;
    object-fit: fill;
}

.attractions-text p {
    border-bottom: 3px solid #5bafe7;
    letter-spacing: 1px;
    font-weight: normal;
    padding: 5px;
}

.attractions-text h3 {
    font-size: 22px;
    letter-spacing: 1px;
    font-weight: bolder;
    padding: 5px;
    color: #5bafe7;
}

.snow-festival {
    width: 100%;
}

.snow-festival img {
    display: block;
    width: 100%;
    height: 350px;
    object-fit: cover;
}

.snow-festival-text h3 {
    color: #5bafe7;
    font-weight: bolder;
}

.snow-festival-text p {
    padding-left: 15px;
    line-height: 2.3;
    letter-spacing: 1.5px;
}

.sub-festival img {
    height: 400px;
    width: 100%;
    object-fit: fill;
}

.festival-1 {
    border-left: 1px dotted #5bafe7;
    border-right: 1px dotted #5bafe7;
    border-bottom: 3px solid #5bafe7;
}

.festival-2 {
    border-left: 1px dotted #5bafe7;
    border-right: 1px dotted #5bafe7;
    border-top: 3px solid #5bafe7;
}

.sub-festival-text h4 {
    color: #5bafe7;
    font-weight: bolder;
}


/* sapporo end */


/* Image pop up start */


/* .show{
  z-index: 999;
  display: none;
}
.show .overlay{
  width: 100%;
  height: 100%;
  background: rgba(0,0,0,.66);
  position: absolute;
  top: 0;
  left: 0;
}
.show .img-show{
  width: 600px;
  height: 400px;
  background: #FFF;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%,-50%);
  overflow: hidden
}
.img-show span{
  position: absolute;
  top: 10px;
  right: 10px;
  z-index: 99;
  cursor: pointer;
}
.img-show img{
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
} */

.pop-up img {
    cursor: pointer;
}

.popupContainer {
    position: fixed;
    left: 0;
    bottom: 0;
    right: 0;
    top: 0;
    overflow: auto;
    /* display: flex;
  align-items: center; */
}

.popupContainer .popUpBackground {
    transition: all 0.3s ease-in-out;
    position: fixed;
    left: 0;
    bottom: 0;
    right: 0;
    top: 0;
}

.popupContainer .popUpBackground.active {
    background-color: rgba(0, 0, 0, 0.4);
}

.popupContainer .popImage {
    position: relative;
    display: block;
    transition: all 0.3s ease-in-out;
    border-radius: 6px;
    box-shadow: 0 20px 25px -5px rgba(0, 0, 0, 0.15), 0 10px 10px -5px rgba(0, 0, 0, 0.1);
    margin: 3% 0 5%;
}


/* Image pop up end */


/* media query */


/* attractions and festival  */


/* media query */

@media only screen and (max-width: 991px) {
    .carousel-fade .carousel-inner {
        height: 30vh;
    }
    .header-title h2 {
        top: 40%;
        font-size: 30px;
    }
    .carousel-caption h4 {
        font-size: 18px;
        padding: 0px 20px;
    }
    .popupContainer .popImage {
        top: 6.5% !important;
        /* margin: 6% 0 !important; */
    }
}


/* season links media query */

@media only screen and (max-width: 767px) {
    .four-seasons {
        padding-left: 10px;
        padding-right: 10px;
    }
    .season-link {
        height: 120px;
    }
    .season-haru {
        background-color: #ffa8e5;
    }
    .season-natsu {
        background-color: #eb57ff;
    }
    .season-aki {
        background-color: #ff8965;
    }
    .season-fuyu {
        background-color: #9cddf7;
    }
    .season-text,
    .season-img {
        display: none;
    }
    .season-icon {
        display: block;
    }
    .season-icon-active {
        display: none;
    }
    .season-bg {
        height: 120px;
        background-color: rgba(0, 0, 0, 0.1);
    }
    .season-link:hover .season-icon-active {
        display: block;
    }
    .season-link:hover .season-icon {
        display: none;
    }
    .season-link:hover .season-bg {
        display: block;
    }
    .season-link:hover i {
        color: #fff;
    }
    .season-link:hover .season-text {
        display: none;
    }
    .drink-item {
        height: 300px;
    }
    .hokkaido-container {
        padding-top: 600px;
    }
    .popupContainer .popImage {
        left: 8% !important;
        margin: 15% 0;
        width: 500px !important;
        height: 360px !important;
    }
}

@media screen and (max-width: 620px) {
    .transportation-image img {
        height: 320px;
    }
}

@media screen and (max-width: 440px) {
    .popupContainer .popImage {
        margin: 20% 0;
        left: 3% !important;
        width: 385px !important;
        height: 320px !important;
    }
}

@media screen and (max-width: 395px) {
    .popupContainer .popImage {
        margin: 25% 0;
        left: 3% !important;
        width: 357px !important;
        height: 300px !important;
    }
}

@media screen and (max-width: 360px) {
    .tabs {
        margin: 0;
        width: 100%;
    }
    .tabs .tabs-list li {
        width: 80px;
    }
    .popupContainer .popImage {
        margin: 25% 0;
        width: 340px !important;
        height: 280px !important;
    }
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
    .clock-containter {
        width: 90%;
    }
    .season-text {
        font-size: 35px;
        width: 100%;
    }
}

@media only screen and (min-width: 991px) {
    .seasons-container {}
}