/* slider */
.main__slider{
    height: 75vh;
    overflow: hidden;
    position: relative;
}
.main__slider__single_item img{
    position: absolute;
    height: 75vh;
    width: 100%;
    object-fit: cover;
    object-position: center;
    z-index: 1
}

.main__slider__single_item{
        display: none
}

.main__slider .slick-list{
    height: 100%;
}
.single_item__content{
        width: 500px;
        height: 75vh;
        position: absolute;
        /* background: red !important; */
        z-index: 2;
        /* right: 15%; */
        padding: 30px;
        margin-top: 100px;
}

.single_item__content h2{
    font-size: 52px;
    font-weight: bolder;
    line-height: 1
}

.main__slider .slick-dots{
    position: absolute;
    z-index: 3;

    bottom: 0;
}
.main__slider .slick-dots li {
    list-style: none;
    float: left;
    margin-right: 5px;
}
.main__slider .slick-dots li button{
    font-size: 0;
    line-height: 0;
    display: block;
    width: 20px;
    height: 20px;
    padding: 5px;
    cursor: pointer;
    color: transparent;
    border: 0;
    outline: none;
    background: red;

}



/* news */
.news-container{
    height: 160px;
    overflow: hidden;
    padding: 0px;
}
.news-container h2{
    font-weight: bolder;
    font-size: 2.5em;
    line-height: 0.9;
    padding: 46px 0px;
    text-align: right;
}
    .news{
        background-image: linear-gradient(to right, #F2404B, #F2404B);
        color: #fff;
        height: 160px;
    }
    .slick-arrow{
        position: absolute;
        top: 20px;
        background: none;
        font-size: 2em;
        color:#fff;
        z-index: 9999;
        cursor: pointer;
    }
    .slick-prev{
        right: 90px;
    }
    .slick-next{
        right: 60px;
    }
    .news-container .slick-list{
        padding: 30px 0px;

    }
    .news__element{
            padding: 0px 60px
    }

    .agent-map_container{
        padding: 0px;
    }
    .agent-map_container .slick-list{
        padding: 0px !important;

    }
    .agent-map_container .slick-arrow{
        color: #000;
        position: absolute !important;
        bottom: 0px !important;
        top: 90% !important;
    }
    .agent__map-wrapper{
        height: 250px;
        margin-bottom: 30px;
    }

    .agents__logos{
        padding-left: 20px;
    }
    .agents__logos img{
        width: 100%;
    }
    .agents__logos .slick-track{
        width: 100% !important;
        transform: none !important;
    }
/* news  */
@media only screen and (min-width: 768px) {
  .cd-slider > li h2, .cd-slider > li p {
    max-width: 520px;
  }
  .cd-slider > li h2 {
    font-size: 2.4em;
    font-weight: 300;
  }
  .cd-slider > li .cd-btn {
    font-size: 1.4rem;
  }
}
@media only screen and (min-width: 1170px) {
  .cd-slider > li h2, .cd-slider > li p {
    margin-bottom: 20px;
  }
  .cd-slider > li h2 {
    font-size: 3.2em;
  }
  .cd-slider > li p {
    font-size: 1.8rem;
  }
}

/* --------------------------------

Slider navigation

-------------------------------- */
.cd-slider-navigation {
  position: absolute;
  bottom: 40px;
  left: 0;
  right: 0;
  margin: 0 auto;
  -webkit-transform: translateX(-50%);
  -moz-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  -o-transform: translateX(-50%);
  transform: translateX(-50%);
  z-index: 3;
  text-align: center;
  width: 195px;
  z-index: 9999;
  padding: 0px;
}
.cd-slider-navigation::after {
  clear: both;
  content: "";
  display: table;
}
.cd-slider-navigation li {
  display: inline-block;
  margin-right: 20px;
}
.cd-slider-navigation li:last-of-type {
  margin-right: 0;
}
.cd-slider-navigation a {
  display: block;
  position: relative;
  height: 20px;
  width: 20px;
  background: url(../img/cd-icon-navigation.svg) no-repeat -10px -10px;
  border-radius: 50%;
  border:2px solid #ffffff;
}
.no-touch .cd-slider-navigation a:hover em {
  opacity: 1;
  visibility: visible;
  -webkit-transform: translateX(-50%);
  -moz-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  -o-transform: translateX(-50%);
  transform: translateX(-50%);
  -webkit-transition: opacity 0.2s 0s, visibility 0s 0s, -webkit-transform 0.2s 0s;
  -moz-transition: opacity 0.2s 0s, visibility 0s 0s, -moz-transform 0.2s 0s;
  transition: opacity 0.2s 0s, visibility 0s 0s, transform 0.2s 0s;
}
.cd-slider-navigation li.selected{
  background: #F2404B;
  border:2px solid #F2404B  ;
  border-radius: 50%;
}
.cd-slider-navigation li.selected:first-of-type a {
  /* change custom icon using image sprites */
  background-position: -10px -70px;

}
.cd-slider-navigation li:nth-of-type(2) a {
  background-position: -70px -10px;
}
.cd-slider-navigation li.selected:nth-of-type(2) a {
  background-position: -70px -70px;
}
.cd-slider-navigation li:nth-of-type(3) a {
  background-position: -130px -10px;
}
.cd-slider-navigation li.selected:nth-of-type(3) a {
  background-position: -130px -70px;
}
.cd-slider-navigation li:nth-of-type(4) a {
  background-position: -190px -10px;
}
.cd-slider-navigation li.selected:nth-of-type(4) a {
  background-position: -190px -70px;
}
.cd-slider-navigation em {
  /* tooltip visible on hover */
  position: absolute;
  bottom: calc(100% + 10px);
  left: 50%;
  padding: 8px 10px;
  color: #ffffff;
  background-color: rgba(0, 0, 0, 0.7);
  white-space: nowrap;
  font-size: 1.3rem;
  border-radius: 2px;
  opacity: 0;
  visibility: hidden;
  -webkit-transform: translateX(-50%) translateY(3px);
  -moz-transform: translateX(-50%) translateY(3px);
  -ms-transform: translateX(-50%) translateY(3px);
  -o-transform: translateX(-50%) translateY(3px);
  transform: translateX(-50%) translateY(3px);
  -webkit-transition: opacity 0.2s 0s, visibility 0s 0.2s, -webkit-transform 0.2s 0s;
  -moz-transition: opacity 0.2s 0s, visibility 0s 0.2s, -moz-transform 0.2s 0s;
  transition: opacity 0.2s 0s, visibility 0s 0.2s, transform 0.2s 0s;
}
.cd-slider-navigation em::after {
  /* tooltip arrow */
  content: '';
  position: absolute;
  left: 50%;
  right: auto;
  -webkit-transform: translateX(-50%);
  -moz-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  -o-transform: translateX(-50%);
  transform: translateX(-50%);
  bottom: -10px;
  height: 0;
  width: 0;
  border: 5px solid transparent;
  border-top-color: rgba(0, 0, 0, 0.7);
}
@media only screen and (min-width: 1170px) {
  .cd-slider-navigation a {
    height: 20px;
    width: 20px;
  }
  .cd-slider-navigation li:first-of-type a {
    /* change custom icon using image sprites */
    background-position: 0 0px;
  }
  .cd-slider-navigation li.selected:first-of-type a {
    /* change custom icon using image sprites */
    background-position: 0 -60px;
  }
  .cd-slider-navigation li:nth-of-type(2) a {
    background-position: -60px 0;
  }
  .cd-slider-navigation li.selected:nth-of-type(2) a {
    background-position: -60px -60px;
  }
  .cd-slider-navigation li:nth-of-type(3) a {
    background-position: -120px 0;
  }
  .cd-slider-navigation li.selected:nth-of-type(3) a {
    background-position: -120px -60px;
  }
  .cd-slider-navigation li:nth-of-type(4) a {
    background-position: -180px 0;
  }
  .cd-slider-navigation li.selected:nth-of-type(4) a {
    background-position: -180px -60px;
  }
}

/* --------------------------------

svg cover layer

-------------------------------- */
.cd-svg-cover {
  position: absolute;
  z-index: 1;
  left: 0;
  top: 0;
  height: 100%;
  width: 100%;
  opacity: 0;
}
.cd-svg-cover path {
  fill: #ffe8c9;
}
.cd-svg-cover.is-animating {
  z-index: 4;
  opacity: 1;
  -webkit-transition: opacity 0.6s;
  -moz-transition: opacity 0.6s;
  transition: opacity 0.6s;
}

/*weather*/
.weather p{
  font-size: 73px !important;
  font-weight: 900;
  color: #F2404B;
  line-height: 55px !important;
  margin: 0px !important;
}

.weather small{
  color: #F2404B;
  font-size: 23px;
}


@media only screen and (max-width: 480px) {
 .main__slider__single_item img{
     width: 100vw;

 }
 .single_item__content{
    width: 100vw;
    margin-top: 0px;
    padding: 180px 23px 0px 23px;
    background-image: linear-gradient(180deg, rgba(225,255,255,0%) 0%, #fff 100%);
 }
 .single_item__content h2{
        font-size: 35px;
 }
 .tickets{
     margin-bottom: 50px;
 }
 #subscribe .subscribe--wrapper .subscribe--contents .subscribe--text p{
     font-size: 20px;
 }
}

/* Small devices (landscape phones, 576px and up) */
@media (min-width: 576px) {  }

/* Medium devices (tablets, 768px and up) */
@media (min-width: 768px) {  }

/* Large devices (desktops, 992px and up) */
@media (min-width: 992px) { ... }

/* Extra large devices (large desktops, 1200px and up) */
@media (min-width: 1200px) {
     .single_item__content{
         right: 15%
     }
     .single_item__content h2{
         font: 30px;
     }
 }
