.navbar__container{box-shadow:rgba(var(--primary-black-rgb)) 0 3px 8px;background-color:rgb(var(--primary-white-rgb));width:100%;z-index:2;display:flex;border-radius:3rem;justify-content:space-between;align-items:center}.nav__item{font-weight:600;color:var(--light-grey-hex)}.book-circle{border-radius:2rem;height:2rem;width:2rem;margin:.1rem}.btn--book{font-size:.75rem}.get-price{color:var(--primary-blue-hex);font-weight:600;font-size:.9rem}.arrow{border:solid;border-width:0 .2rem .2rem 0;display:inline-block;padding:.15rem}.arrow--down{transform:rotate(45deg);-webkit-transform:rotate(45deg)}.arrow--up{transform:rotate(-135deg);-webkit-transform:rotate(-135deg)}.mobile-icon{width:3rem;height:3rem;background-repeat:no-repeat;background-size:contain}.dropdown-popup{align-items:normal;background-color:rgb(var(--primary-white-rgb));border-top:1px solid #e0e0e0;box-shadow:0 7px 7px rgba(2,3,3,.07);color:#020303;display:flex;flex-direction:row;flex-wrap:nowrap;justify-content:flex-start;position:absolute;top:100%;left:0;z-index:2;margin-left:1rem;opacity:0;visibility:hidden;animation:slideUp .3s forwards}.dropdown-popup.visible{opacity:1;visibility:visible;animation:slideDown .3s forwards}.dropdown__title{background:var(--primary-blue-hex);display:block;flex-shrink:0}.dropdown__list-title:hover{text-decoration:underline;text-underline-offset:.4rem;text-decoration-color:var(--primary-blue-hex)}.navbar-menu{background:var(--deep-shade-blue-hex);background:linear-gradient(270deg,#5a4ccf,#010161);width:100%;height:100vh;animation:linear;animation-name:run;animation-duration:1s}.circles{position:absolute;top:0;left:0;width:100%;height:100%;overflow:hidden;pointer-events:none}.circles li{position:absolute;display:block;list-style:none;width:20px;height:20px;background:hsla(0,0%,100%,.2);animation:animate 25s linear infinite;bottom:-100px}.circles li:first-child{left:25%;width:80px;height:80px;animation-delay:0s}.circles li:nth-child(2){left:10%;width:20px;height:20px;animation-delay:2s;animation-duration:12s}.circles li:nth-child(3){left:70%;width:20px;height:20px;animation-delay:4s}.circles li:nth-child(4){left:40%;width:60px;height:60px;animation-delay:0s;animation-duration:18s}.circles li:nth-child(5){left:65%;width:20px;height:20px;animation-delay:0s}.circles li:nth-child(6){left:75%;width:110px;height:110px;animation-delay:3s}.circles li:nth-child(7){left:35%;width:150px;height:150px;animation-delay:7s}.circles li:nth-child(8){left:50%;width:25px;height:25px;animation-delay:15s;animation-duration:45s}.circles li:nth-child(9){left:20%;width:15px;height:15px;animation-delay:2s;animation-duration:35s}.circles li:nth-child(10){left:85%;width:150px;height:150px;animation-delay:0s;animation-duration:11s}.hamburger-menu:after{display:inline-block;content:"\00d7";cursor:pointer}.hamburger-menu{font-size:2rem}.mobile-dropdown__container{height:75rem}