
.pe-header{
position:absolute;
top:0;
left:0;
width:100%;
z-index:20;
padding:12px 0;
color:white;
}

.pe-header img{
filter:brightness(0) invert(1);
}

.pe-menu{
display:flex;
align-items:center;
gap:8px;
font-size:13px;
}

.pe-nav-links a{
color:white;
margin-left:25px;
text-decoration:none;
font-weight:600;
}
/* MOBILE NAV */

.pe-mobile-nav{
position:fixed;
top:56px;
left:0;
width:100%;
background:#082a55;
display:none;
flex-direction:column;
padding:20px;
z-index:9998;
}

.pe-mobile-nav a{
color:white;
text-decoration:none;
padding:12px 0;
border-bottom:1px solid rgba(255,255,255,.2);
}

/* SHOW MENU */

.pe-mobile-nav.show{
display:flex;
}

/* ======================
   HERO
====================== */

.pe-hero{
position:relative;
min-height:60vh;
background:
url("./img/Disney_Destiny.avif")
center/cover no-repeat;
display:flex;
align-items:flex-end; 
    padding-top: 80px;

}

.pe-hero video{
position:absolute;
inset:0;
width:100%;
height:100%;
object-fit:cover;
}

.pe-hero-overlay{
position:absolute;
inset:0;
background:
linear-gradient(to bottom,rgba(0,0,0,.25),rgba(0,0,0,.65));
}

.pe-hero-content{
position:relative;
z-index:5;
padding-bottom:40px;
color:white !important;
align-self: end;
}

.pe-hero-content h1{
font-size:32px;
font-weight:700;
margin-bottom:10px;
}

.pe-hero-content p{
font-size:14px;
max-width:420px;
color:white !important;
}

.pe-hero-btn{
background:#2f4a93;
color:white;
padding:10px 28px;
border-radius:4px;
margin-top:10px;
}


/* ======================
   TABLET
====================== */

@media(min-width:768px){

.pe-hero-content h1{
font-size:44px;
}

.pe-hero{
align-items:center;
}

}

/* ======================
   DESKTOP
====================== */

@media(min-width:992px){

.pe-hero{
min-height:95vh;
}

.pe-hero-content h1{
font-size:56px;
}

.pe-header{
padding:18px 0;
}

}
/* =====================
   TOP DEALS
===================== */

.pe-deals{
padding:30px 0;
font-family:Inter,sans-serif;
}

.pe-deals h2{
font-weight:800;
color:#193c5a;
}

.pe-deals-wrap{
position:relative;
display:flex;
align-items:center;
}

.pe-deals-track{
display:flex;
gap:20px;
overflow-x:auto;
scroll-snap-type:x mandatory;
padding-bottom:10px;
}

.pe-deal-card{
min-width:260px;
scroll-snap-align:start;
}

.pe-deal-card img{
width:100%;
height:180px;
object-fit:cover;
}

.pe-deal-card h5{
margin:12px 0 5px;
font-weight:700;
}

.pe-deal-card span{
display:block;
width:40px;
height:3px;
background:#ff9203;
margin-bottom:8px;
}

.pe-deal-card p{
font-size:14px;
color:#555;
}

/* ARROWS */

.pe-arrow{
position:absolute;
background:white;
border:none;
width:42px;
height:42px;
border-radius:50%;
box-shadow:0 4px 12px rgba(0,0,0,.2);
align-items:center;
justify-content:center;
cursor:pointer;
}

.pe-arrow.left{left:-20px}
.pe-arrow.right{right:-20px}

/* DESKTOP */

@media(min-width:992px){

.pe-deals-track{
overflow:hidden;
}

.pe-deal-card{
min-width:20%;
}

}


.everglades {
  display: flex;
  gap: 30px; 
  padding: 0px 5px;
}

.everglades .ship {
  background: #fff;
  padding: 20px;
  border-radius: 12px;
  margin-bottom: 10px;
} 
.ship-grid {
display: grid;
grid-template-columns: repeat(auto-fit, minmax(280px, 1fr)); 
gap: 20px; 
padding: 0px 10px 10px ; 
}

.ship-card {
  background:#83b3fb1f;
  padding: 25px;
  border-radius: 16px;
  backdrop-filter: blur(10px);
  transition: 0.3s;  
} 
@media (max-width: 768px) {
  .everglades{
    flex-direction: column;
  }
}



/* bottom CTA */
.bottom-banner {
    background: #ff9203;
    border: 2px solid #0a78bc;
    z-index: 10;
    box-shadow: 0 -1px 3px #0a78bc;
    border-radius: 8px;
    padding: 8px 10px;
    position: fixed;
    display: flex;
    align-items: center;
    justify-content: space-between;
    font-size: 14px;
    font-weight: bold;
    bottom: 2px;
    left: 1%;
    width: 98%;
    color: #ffffff;
}

.banner-left img {
    width: 50px;
    height: 50px;
    border-radius: 50%;
}

.banner-middle {
    flex: 1;
    text-align: center;
    padding: 0 10px;
    color: #ffffff;
    font-size: 11px;
}

.banner-middle strong {
    display: block;
    font-size: 16px;
    margin-top: 4px;
    color: #ffffff;
}

.banner-middle .discount {
    color: #fff;
    background: #28a745;
    padding: 2px 6px;
    border-radius: 4px;
    font-size: 12px;
    font-weight: bold;
}

.banner-right .call-circle {
    display: inline-flex;
    justify-content: center;
    align-items: center;
    background: #28a745;
    color: #fff;
    font-size: 22px;
    width: 40px;
    height: 40px;
    border-radius: 50%;
    text-decoration: none;
}

/* call  */

.callIcon1 {
    position: relative;
    right: 8px;
    top: 1px;
}

.callIcon1 a._phonebox {
    width: 46px;
    height: 46px;
    border-radius: 50%;
    background-color: #c60001;
    display: flex;
    justify-content: center;
    align-items: center;
    background: #106e00;
    animation: zoom-in-zoom-out 2s ease-out infinite;
    text-decoration: none;
}

.callIcon1 a {
    color: #fff;
    font-size: 12px;
    font-weight: 600;
    text-align: center;
    display: block;
    padding-bottom: 1px;
    line-height: 25px;
    position: relative;
    top: -1px;
    z-index: 10;
}

.wifi-symbol {
    display: block;
    position: absolute;
    top: 6px;
    left: 12px;
    display: inline-block;
    height: 36px;
}

.wifi-symbol .wifi-circle.first {
    -o-animation-delay: 800ms;
    -moz-animation-delay: 800ms;
    -webkit-animation-delay: 800ms;
    animation-delay: 800ms;
    width: 15px;
    height: 15px;
    left: 16px;
    top: 0px;
}

.wifi-symbol .wifi-circle {
    box-sizing: border-box;
    -moz-box-sizing: border-box;
    display: block;
    width: 100%;
    height: 100%;
    font-size: 21.4285714286px;
    position: absolute;
    bottom: 0;
    left: 0;
    border-color: #fff;
    border-style: solid;
    border-width: 2px 2px 0 0;
    -webkit-border-radius: 0 100% 0 0;
    border-radius: 0 100% 0 0;
    opacity: 0;
    -o-animation: wifianimation 2.5s infinite;
    -moz-animation: wifianimation 2.5s infinite;
    -webkit-animation: wifianimation 2.5s infinite;
    animation: wifianimation 2.5s infinite;
}

.wifi-symbol .wifi-circle.second {
    width: 12px;
    height: 12px;
    -o-animation-delay: 400ms;
    -moz-animation-delay: 400ms;
    -webkit-animation-delay: 400ms;
    animation-delay: 400ms;
    left: 14px;
    top: 5px;
}

.wifi-symbol .wifi-circle.third {
    width: 8px;
    height: 8px;
    left: 12px;
    top: 10px;
}

.wifi-symbol .fourth {
    width: 30px;
    height: 36px;
    background: url(https://www.redumbrellaholidays.com/Content/images/animatePhone.png) left center no-repeat;
    background-size: 20px;
    display: inline-block;
}

@keyframes zoom-in-zoom-out {
    0% {
        transform: scale(1, 1);
    }

    50% {
        transform: scale(1.3, 1.3);
    }

    100% {
        transform: scale(1, 1);
    }
}

@keyframes wifianimation {

    0% {
        opacity: 1;
    }

    5% {
        opactiy: 1;
    }

    6% {
        opactiy: .8;
    }

    100% {
        opactiy: .8;
    }
}

._txtpuk small {
    font-size: 11px;
}

.stickybottom_uk {
    padding-top: 6px;
    padding-bottom: 4px;
}

@media (min-width:500px) {
    .bottom-banner {
        display: none;
    }
}