@import url('https://fonts.googleapis.com/css2?family=Roboto:wght@400;500;700&display=swap');

/* Reset CSS
 * --------------------------------------- */
body,div,dl,dt,dd,ul,ol,li,h1,h2,h3,h4,h5,h6,pre,
form,fieldset,input,textarea,p,blockquote,th,td {
    padding: 0;
    margin: 0;
}
a{
	text-decoration:none;
}
table {
    border-spacing: 0;
}
fieldset,img {
    border: 0;
}
address,caption,cite,code,dfn,em,strong,th,var {
    font-weight: normal;
    font-style: normal;
}
strong{
	font-weight: bold;
}
ol,ul {
    list-style: none;
    margin:0;
    padding:0;
}
caption,th {
    text-align: left;

}
h1,h2,h3,h4,h5,h6 {
    font-weight: normal;
    font-size: 100%;
    margin:0;
    padding:0;
    color:#f2f2f2;
}
q:before,q:after {
    content:'';
}
abbr,acronym { border: 0;
}
/* --------------------------- */

body{
    background-color: #EEF2F5;
    font-family: 'Roboto', sans-serif;
}

body.bg-blue{
    background-color: #305CCE;
}

header{
    background-color:#305CCE;
    padding:20px 50px;
    margin:0px;
    text-align: center;
}

footer{
    background-color:#305CCE;
    padding:20px 50px;
    margin:0px;
    text-align: left;
    border-top-left-radius: 30px;
    border-top-right-radius: 30px;
}

#menu-footer li{
    display: inline-block;
    margin:0px 10px;
}

#menu-footer li a{
    text-decoration: none;
    color:#fff
}

#menu-footer li a:hover{
    color:#E7B73D
}

#menu-top{
    margin-top: 40px;
}

#menu-top li{
  display:inline-block;  
}


#menu-top a{
    background-color:transparent;
    border:1px solid #305CCE;
    color:#305CCE;
    font-size:16px;
    border-radius:30px;
    padding:12px 20px;
    font-weight: bold;
    text-decoration: none;
}

.bg-blue #menu-top a{
    border:1px solid #fff;
     color:#fff;
}

#menu-top .active a{
    background-color:#E7B73D;
    border:1px solid transparent;
    color:#305CCE;
}


#menu-top a:hover{
    background-color:#E7B73D;
}


.wraplevels{
    background-color: #305CCE;
    border-radius:50px;
    padding:40px 30px 20px;
}

.wraplevels h2{
    font-size: 26px;
    color:#fff;
    font-weight: bold;
} 

.widget-group .widget-group-item{
    background-color: #fff;
    border-radius: 10px;
    padding:0px 0px 20px 0px;
    margin-bottom: 10px;
    font-size:14px;
}

.grid-container h2{
    font-size: 26px;
    color:#305CCE;
    font-weight: bold;
    padding: 40px;
}

#gauge3 {
    background-image: url(../../imgs/lvl_bg.png);
    background-repeat: no-repeat;
    background-size: 58%;
    background-position: 51% 41%;
    padding-bottom: 26px !important;
}

.volaTag{
    position: absolute;
    height: 80px;
    right:15%;
}

.lvl_text {
    position: absolute;
    top: 31%;
    font-size: 12px;
    font-weight: bold;
    left: 35%;
    transform: translate(2%, 44%);
}

.slick-slide{
    margin-right:5px;
}

.slick-dots {
    margin-top:10px !important;
    bottom: auto !important; 
}

.slick-dots li{
  width:25px !important;  
}

.slick-dots li button::before {
    width:30px !important;
    background-color: #fff !important;
    height:3px !important;
    font-size: inherit !important;
    opacity:1 !important;
}

.slick-dots li.slick-active button::before {
    background-color: #E7B73D !important;
    
}

.destinationCard {
    background-color: #E7B73D;
    border-radius: 20px;
    padding: 20px;
    width:280px;
}

.destinationCard .picture{
    overflow: hidden;
    border-radius:20px;
    max-height:130px;
}


.destinationCard h4 {
    font-size: 14px;
    font-weight: bold;
}

.destinationCard h2 {
    font-size: 36px;
    color: #305CCE;
    padding-top: 5px;
    display: inline-block;
}

.destinationCard .price {
    font-size: 24px;
    display: block;
    font-weight: bold;
    margin-top: -9px;
    color: #305CCE;
}

.destinationCard a{
    position: relative;
    font-size: 14px;
    font-weight: bold;
    padding:10px 20px;
}


/*map */

.grid-overlay{
    width: 100%;
    min-height: 100%;
    background-color: rgba(255,255,255,.7);
    position: absolute;
    z-index: 1;
    border-radius: 50px;
}

.grid-overlay2{
    width: 100%;
    min-height: 100%;
    background-color: rgba(255,255,255,0);
    position: absolute;
    z-index: 1;
    border-radius: 50px;
}

.btn{
    position: absolute;
    top: 45%;
    left: 41%;
    border-radius: 10px;
    padding: 10px 24px;
    border: 0px;
    background-color: #305CCE;    
}

.btn-primary{
    top: auto;
    left: auto;
    bottom:2%;
}

#grid-container{
  border: 0px solid #000;
  height: auto;
  position: relative;
  border-radius:50px;
  background: #fff;
  overflow: hidden;
}
.loading{
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  align-items: center;
  justify-content: center;
  background: rgba(0,0,0,0.5);
}
.spinner{
  color: #ffffff;
  font-size: 3rem;
  animation: spin 1s linear infinite;
}
#map{
  position: relative;
  width: 100%;
  height: auto;
}
#weather-grid {
  display: grid;
  grid-template-columns: repeat(7, 1fr);
  grid-template-rows: repeat(7, 1fr);
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
}
#pollen-grid {
  display: grid;
  grid-template-columns: repeat(35, 1fr);
  grid-template-rows: repeat(35, 1fr);
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  opacity: 1;
}
.cell {
  box-sizing: border-box;
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
}
.pollen__cell{
  box-sizing: border-box;
  display: flex;
  position: relative;
  overflow: visible;
  background-size: contain;
  
}

.pollen__cell.active{
    background: #17a3d5;
    border-radius: 50%;
    background: radial-gradient(circle, rgb(48,92,206) 0%, rgba(255,255,255,0.2) 100%);
  }
.pollen__icon{
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  background: rgb(77,139,33);
  background: radial-gradient(circle, rgb(231,183,61,1) 0%, rgba(255,255,255,0.2) 100%);
  //background-image: image-url('vola-01.svg');
  //background-size: contain;
  border-radius: 50%;
  opacity: 0;
  width: 100%;
  height: 100%;
}
.cell__tooltip{
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    visibility: hidden;
    opacity: 0;
    transition: opacity 0.3s ease-in-out;
    background: rgba(0,0,0,0.5);
    color: #fff;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 0.8rem;
    text-align: center;
    padding: 0.5rem;
}

.destinationTabs{
    position: absolute;
    z-index: 6;
    left: -350px;
    top: 20%;
}

.destinationTabs li{
    background-color: #EEF2F5;
    font-size: 16px;
    font-weight: bold;
    padding: 10px 30px 10px 40px;
    color: #82B4D3;
    background-image: url('../../imgs/arrowsquareright.png');
    background-position: 93% center;
    background-repeat: no-repeat;
    min-width: 250px;
    border-radius: 30px;
    margin: 10px;
    display: table;
    cursor: pointer;
}

.destinationTabs li:hover{
    background-color:#E7B73D;
    color:#305CCE;
}

.destinationTabs li.active{
    background-color:#E7B73D;
    color:#305CCE;
}

.destinationTabsAnim{
    animation-duration        : 2s;
    animation-fill-mode       : both;
    animation-direction         : alternate;
    animation-iteration-count : 1;
    animation-name            : destinationTabsAnim;
    animation-timing-function : linear;
    transform-origin          : bottom;
}



@keyframes destinationTabsAnim {
    0% {
        transform : translateX(0em) translateY(0em) ;
    }
    100% {
        transform : translateX(320px) translateY(0%) ;
    }
}

#airplane {
    position: absolute;
    bottom: 0;
    right: 0%;
    z-index: 6;
    animation-duration        : 4s;
    animation-fill-mode       : both;
    animation-iteration-count : 1;
    animation-name            : airplane;
    animation-timing-function : linear;
    transform-origin          : bottom;
}

@keyframes airplane {
    0% {
        transform : translateX(0em) translateY(0em) scale(1.0);
    }
    100% {
        transform : translateX(-159%) translateY(-410%) scale(1.4);
        opacity: 0;
    }
}


@keyframes spin {
    to {
        transform: rotate(360deg);
    }
}

/* contact */

.bg-blue h2 {
    font-size: 32px;
    font-weight: bold;
    color: #fff;
}

.bg-blue .wrapContact{
    color:#fff;
}

.bg-blue .wrapContact span{
    font-weight: bold;
}

.bg-blue .wrapContact input,
.bg-blue .wrapContact textarea{
    background-color: transparent;
    padding:25px;
    border:1px solid #E7B73D;
    border-radius: 10px;
}

.bg-blue .wrapContact input::placeholder,
.bg-blue .wrapContact textarea::placeholder {
  color: #fff;
}

.bg-blue .btn{
    position: relative;
    color:#000;
    background-color: #E7B73D;
    padding:13px 50px;
    left:auto;
    top:auto;
}

.progresu {
padding: 0px 20px;
position: relative;
top: -30px;
}

.progresu .text{
    color: #3c5bb5;
    font-size: 14px;
    font-weight: bold;
    padding: 10px 0px;
}

.progress-3 {
  width:100%;
  height:20px;
  border-radius: 20px;
  background:
   repeating-linear-gradient(135deg,#3c5bb5 0 10px,#fff 0 20px) 0/0%   no-repeat,
   repeating-linear-gradient(135deg,#f3c755    0 10px,#fff    0 20px) 0/100%;
   border: 2px solid #305CCE;
   position: relative;
   outline: 2px solid #fff;
}

.progress-3[data-day^="0.1"]{background-size:1%,100% }
.progress-3[data-day^="1"]{background-size: 7%,100%}
.progress-3[data-day^="2"]{background-size:14%,100%}
.progress-3[data-day^="3"]{background-size:21%,100%}
.progress-3[data-day^="4"]{background-size:27%,100%}
.progress-3[data-day^="5"]{background-size:34%,100%}
.progress-3[data-day^="6"]{background-size:41%,100%}
.progress-3[data-day^="7"]{background-size:48%,100%}
.progress-3[data-day^="8"]{background-size:56%,100%}
.progress-3[data-day^="9"]{background-size:63%,100%}
.progress-3[data-day^="10"]{background-size:70%,100%}
.progress-3[data-day^="11"]{background-size:77%,100%}
.progress-3[data-day^="12"]{background-size:84%,100%}
.progress-3[data-day^="13"]{background-size:93%,100%}
.progress-3[data-day^="14"]{background-size:100%,100%}