@import"https://fonts.googleapis.com/css2?family=Montserrat:ital,wght@0,100..900;1,100..900&display=swap";header{position:relative;z-index:100;transition:all .3s ease;background-color:#fff}@media (max-width: 768px){header{position:fixed;top:0;left:0;width:100%;z-index:1000}}header .top-bar{width:100%;background:linear-gradient(90deg,#2e8fe882 -35.25%,#96f4c6);padding:10px 0}header .top-bar .content{display:flex;justify-content:space-between;align-items:center;max-width:1200px;margin:0 auto;padding:0 15px}@media (max-width: 768px){header .top-bar .content{display:block}}header .top-bar .content .menu{list-style:none;display:flex;align-items:center;gap:15px;font-size:12px;margin:0;padding:0}header .top-bar .content .menu .dropdown{position:relative}header .top-bar .content .menu .dropdown:hover .dropdown-content{display:block}header .top-bar .content .menu .dropdown .dropdown-content{display:none;position:absolute;background-color:#f9f9f9;min-width:200px;box-shadow:0 8px 16px #0003;z-index:1}header .top-bar .content .menu .dropdown .dropdown-content a{color:#000;padding:12px 16px;text-decoration:none;display:block}header .top-bar .content .menu .dropdown .dropdown-content a:hover{background:linear-gradient(90deg,#2e8fe882 -35.25%,#96f4c6)}@media (max-width: 768px){header .top-bar .content .menu{display:none}header .top-bar .content .menu.contacts{display:flex;justify-content:space-between;gap:15px}}header .top-bar .content .menu li{position:relative}header .top-bar .content .menu .phone-number{position:relative;cursor:pointer}@media (max-width: 768px){header .top-bar .content .menu .hide-mobile{display:none}}@media (min-width: 769px){header .top-bar .content .menu .hide-desktop{display:none}}header .top-bar .content .menu .tooltip{display:none;position:absolute;left:50%;transform:translate(-50%);background-color:#333;color:#fff;padding:10px;border-radius:5px;font-size:12px;white-space:pre-line;z-index:100;width:200px;text-align:center;top:120%}header .top-bar .content .menu .phone-number:hover .tooltip{display:block}header .top-bar .content .menu a{text-decoration:none;color:#010203}header .top-bar .content .menu a:hover{text-decoration:underline}header .main-navigation .content{display:flex;justify-content:space-between;align-items:center;max-width:1200px;margin:0 auto;padding:10px 15px}header .main-navigation .content .logo img{height:70px}@media (max-width: 768px){header .main-navigation .content .logo img{height:50px}}header .main-navigation .content .menu{list-style:none;display:flex;align-items:center;gap:15px;font-size:14px;text-transform:uppercase;margin:0;padding:0}header .main-navigation .content .menu .dropdown{position:relative}header .main-navigation .content .menu .dropdown:hover .dropdown-content{display:block}header .main-navigation .content .menu .dropdown .dropdown-content{display:none;position:absolute;background-color:#f9f9f9;min-width:200px;box-shadow:0 8px 16px #0003;z-index:1}header .main-navigation .content .menu .dropdown .dropdown-content a{color:#000;padding:12px 16px;text-decoration:none;display:block}header .main-navigation .content .menu .dropdown .dropdown-content a:hover{background:linear-gradient(90deg,#2e8fe882 -35.25%,#96f4c6)}@media (min-width: 993px) and (max-width: 1100px){header .main-navigation .content .menu{text-transform:initial}}@media (max-width: 992px){header .main-navigation .content .menu{display:none}}header .main-navigation .content .menu .discounts{background:linear-gradient(90deg,#96f4c6 -35.25%,#2e8fe882);color:#333;padding:5px 10px;border-radius:5px}header .main-navigation .content .menu a{text-decoration:none;color:#010203}header .main-navigation .content .menu a:hover{text-decoration:underline}header .main-navigation #mobile-menu-trigger{display:none}@media (max-width: 992px){header .main-navigation #mobile-menu-trigger{display:block;background:none;border:none}header .main-navigation #mobile-menu-trigger img{height:22px}}#mobile-menu{display:none;position:fixed;top:0;left:0;width:100%;height:100vh;background:#0009;z-index:1000;opacity:0;transition:opacity .3s ease-in-out}#mobile-menu .content{position:absolute;top:0;right:0;width:80%;max-width:320px;height:100%;background:#2e8fe8;padding:30px;box-shadow:-3px 0 15px #0003;transform:translate(100%);transition:transform .3s ease-in-out;overflow-y:scroll}#mobile-menu .content .close{position:absolute;top:15px;right:15px;cursor:pointer;font-size:32px;color:#fff}#mobile-menu .content .close:hover{color:#fff}#mobile-menu .content .menu{list-style:none;padding:0;margin-top:40px}#mobile-menu .content .menu li{margin-bottom:10px;border-bottom:1px solid rgba(255,255,255,.2);padding-bottom:10px}#mobile-menu .content .menu li a{text-decoration:none;color:#fff;font-size:16px;font-weight:400;transition:color .3s}#mobile-menu .content .menu li a:hover{text-decoration:underline}#mobile-menu .content .bottom-contacts{margin-top:12px;border-radius:12px;background:#0003;border-top:1px solid rgba(255,255,255,.2);margin-bottom:125px;padding-bottom:20px;padding-left:25px}#mobile-menu .content .bottom-contacts p{color:#fff;font-size:14px;font-weight:700}#mobile-menu .content .bottom-contacts .contact-items{display:block;align-items:center}#mobile-menu .content .bottom-contacts .contact-items a{display:block;color:#fff;font-size:14px;margin-bottom:12px}#mobile-menu.active{display:block;opacity:1}#mobile-menu.active .content{transform:translate(0)}#header-spacer{height:0;width:100%}.primum-app-link{background:linear-gradient(to top,#efb143,#f16158);padding:5px 10px;border-radius:5px;color:#fff!important;border:solid 2px #ffffff}section.slider{background:linear-gradient(90deg,#96f4c5,#2c8de8);padding:45px 15px}@media (max-width: 768px){section.slider{padding:15px}}.image-slider{position:relative;width:100%;max-width:1200px;margin:0 auto;overflow:hidden;outline:5px #FFF solid;border-radius:10px}.slider-container{display:flex;transition:transform .5s ease-in-out}.slide{flex:0 0 100%;width:100%;background-color:#fff}.slide img{width:100%;height:auto}.slide .desktop{display:block}@media (max-width: 768px){.slide .desktop{display:none}}.slide .mobile{display:none}@media (max-width: 768px){.slide .mobile{display:block}}.prev-btn,.next-btn{position:absolute;top:50%;transform:translateY(-50%);background-color:#00000080;color:#fff;border:none;padding:10px 15px;cursor:pointer;font-size:18px}.prev-btn{left:10px}.next-btn{right:10px}@media (max-width: 768px){section.search{padding:0}}section.search .travel-choice{display:flex;gap:10px;overflow:hidden}@media screen and (max-width: 768px){section.search .travel-choice{display:none}}section.search .travel-choice button.package-type{background-color:transparent;border:none;padding:10px 15px;color:#fff;display:flex;gap:10px;font-weight:600;align-items:center}@media (max-width: 768px){section.search .travel-choice button.package-type{padding:10px;font-size:12px;display:grid;justify-items:center}}section.search .travel-choice button.package-type.active{background:#f16158;border-radius:5px}section.search .travel-choice button.package-type:hover{background:#f16158;border-radius:5px;cursor:pointer;transition:all .3s ease}section.search .search-options{display:grid;grid-template-columns:1.3fr 1.3fr 1fr 1fr .9fr;gap:20px;margin-top:25px}section.search .search-options .wrapp{position:relative}section.search .search-options .wrapp .dropdown{position:absolute;background-color:#fff;box-shadow:0 4px 4px #00000012;border-radius:5px;width:100%;top:50px;left:0;z-index:100;padding-top:15px}section.search .search-options .wrapp .dropdown .item{border-bottom:1px solid #C1C1C1}section.search .search-options .wrapp .dropdown .item label{width:100%;display:block;line-height:100%;padding:10px 15px}section.search .search-options .wrapp .dropdown .item input{display:none}section.search .search-options .wrapp .dropdown .item:hover{background:#f1f1f1;cursor:pointer}@media (min-width: 768px) and (max-width: 1024px){section.search .search-options{grid-template-columns:1fr 1fr}}@media (max-width: 768px){section.search .search-options{grid-template-columns:1fr;margin-top:0}}section.search .search-options .option{border-radius:5px;border:.5px solid #C1C1C1;background:var(--White, #FFF);box-shadow:0 4px 4px #00000012;padding:10px 20px;display:flex;gap:15px;align-items:self-start;position:relative}section.search .search-options .option .content label{font-weight:600;font-size:14px}section.search .search-options .option .content p{margin:4px 0 0;color:#444;font-size:14px;font-weight:400}section.search .search-options button.search-button{display:flex;width:186px;padding:10px 20px 10px 10px;justify-content:center;align-items:center;gap:15px;align-self:stretch;border-radius:5px;background:#6ec1e7;box-shadow:0 4px 4px #00000012;border:none;color:#fff;font-weight:600}@media (max-width: 768px){section.search .search-options button.search-button{width:100%;padding:10px}}section.search .search-options button.search-button:hover{background:#18558a;cursor:pointer;transition:all .3s ease}section.row{padding:45px 0}@media (max-width: 768px){section.row{padding:25px 0}}section.row .intro{margin-bottom:25px}section.row .intro h2{margin-bottom:12px}section.row .intro p{margin:0}section.row.primary{background:#96f4c61f}section.row.alternative{background:#6ec1e726}section.row .container{max-width:1200px;margin:0 auto;padding:0 15px}section.row .columns-2{display:grid;grid-template-columns:repeat(2,1fr);gap:20px}@media (max-width: 768px){section.row .columns-2{grid-template-columns:1fr}}section.row .columns-3{display:grid;grid-template-columns:repeat(3,1fr);gap:20px}@media (max-width: 768px){section.row .columns-3{grid-template-columns:1fr}}section.row .columns-4{display:grid;grid-template-columns:repeat(4,1fr);gap:20px}@media (max-width: 768px){section.row .columns-4{grid-template-columns:1fr}}h1{font-size:2rem;color:#333}@media (max-width: 768px){h1{font-size:1.3rem}}h2{font-size:1.5rem;color:#333}@media (max-width: 768px){h2{font-size:1.25rem}}h3{font-size:1.25rem;color:#333}@media (max-width: 768px){h3{font-size:1rem}}h4{font-size:1rem;color:#333}@media (max-width: 768px){h4{font-size:.875rem}}h5{font-size:.875rem;color:#333}@media (max-width: 768px){h5{font-size:.75rem}}h6{font-size:.75rem;color:#333}@media (max-width: 768px){h6{font-size:.625rem}}p{font-size:1rem;color:#333}@media (max-width: 768px){p{font-size:.875rem}}ul{color:#333}@media (max-width: 768px){ul li{font-size:.875rem}}a{color:#333;text-decoration:none}a:hover{text-decoration:underline}.uppercase{text-transform:uppercase}.text-primary{color:#3293e7}h1,h2,h3,h4,h5,h6{margin:0 0 1rem}.text-muted{color:#5b5b5b}.destination-card{border-radius:10px;box-shadow:0 4px 8px #00000012;position:relative;background:#fff}.destination-card:hover{box-shadow:0 4px 8px #0000001a}.destination-card .price{position:absolute;top:10px;right:10px;padding:5px 10px;background:#489ec6;border:solid 1px #FFF;color:#fff;font-size:14px;font-weight:600;border-radius:5px}.destination-card .price span{font-size:12px;font-weight:400}.destination-card .image{width:100%;height:200px;overflow:hidden;border-top-left-radius:5px;border-top-right-radius:5px}.destination-card .image:hover{cursor:pointer}.destination-card .image img{width:100%;height:100%;object-fit:cover}.destination-card .content{padding:15px;border:none;border-bottom-left-radius:5px;border-bottom-right-radius:5px;background-color:#fff}.destination-card .content h3{margin:0 0 8px;font-size:18px;font-weight:600;color:#2c3539;text-transform:initial}.destination-card .content p{margin:0;font-size:14px;color:#666}.package-card{border-radius:12px;background:var(--White, #FFF);box-shadow:0 4px 8px #00000012;position:relative}.package-card .label{position:absolute;top:10px;left:10px;padding:5px 10px;background:var(--Primary-color, #F16158);color:#fff;font-size:14px;font-weight:600;border-radius:5px}.package-card .label span{font-size:12px;font-weight:400}.package-card .price{position:absolute;top:10px;right:10px;padding:5px 10px;background:#489ec6;border:solid 1px #FFF;color:#fff;font-size:14px;font-weight:600;border-radius:5px}.package-card .price .price-before{text-decoration:line-through;font-size:12px;font-weight:400;margin-right:5px;text-align:right}.package-card .price span{font-size:12px;font-weight:400;margin-right:5px}.package-card .price .price-box{font-size:20px;font-weight:600}.package-card .image{width:100%;height:200px;overflow:hidden;border-top-left-radius:5px;border-top-right-radius:5px}.package-card .image:hover{cursor:pointer}.package-card .image img{width:100%;height:100%;object-fit:cover}.package-card .content{padding:15px;border:none;border-bottom-left-radius:5px;border-bottom-right-radius:5px;background-color:#fff;position:relative}.package-card .content .title-row{width:100%;display:flex;justify-content:space-between;align-items:center;border-bottom:.5px solid #C1C1C1;padding-bottom:10px}.package-card .content .title-row .stars{min-width:65px;text-align:right}.package-card .content .title-row h2,.package-card .content .title-row h3{font-size:16px;color:#2c3539;margin:0}.package-card .content .title-row .duration{color:#444;font-size:12px;position:absolute;top:-20px;right:0;background:#fff;padding:5px 10px;border-top-left-radius:5px}.package-card .content .hotel-row{padding-top:15px;display:flex;justify-content:space-between;gap:20px}.package-card .content .hotel-row h4{font-size:14px;font-weight:600;color:#444;margin:0}.package-card .content .rating{font-size:12px;color:#444;display:flex}.package-card .content .rating .rating-box{border-radius:5px;background:var(--Primary-color, #F16158);color:#fff;padding:3px 5px;font-size:14px}.package-card .content .features{padding-top:15px}.package-card .content .features ul{padding-left:15px;column-count:2;margin:0}.package-card .content .features ul li{color:#444;font-size:12px;margin-bottom:8px}.packages-row{display:grid;grid-template-columns:repeat(auto-fit,minmax(300px,1fr));gap:1.5rem;margin:25px 0}@media (max-width: 768px){.packages-row{display:flex;overflow-x:auto;scroll-snap-type:x mandatory;-webkit-overflow-scrolling:touch;gap:.5rem}.packages-row .package-card,.packages-row .destination-card{flex:0 0 90%;scroll-snap-align:start;margin-right:.5rem}}section.newsletter-row{background:#3293e7;padding:45px 0}@media (max-width: 768px){section.newsletter-row{padding:25px 0}}section.newsletter-row .content{display:grid;grid-template-columns:1.3fr 1fr}@media (max-width: 768px){section.newsletter-row .content{grid-template-columns:1fr}}section.newsletter-row .content .text h2{font-size:20px;color:#fff;margin:8px 0 0}section.newsletter-row .content .text p{margin:0;color:#fff}section.newsletter-row .content .form{display:flex;gap:10px;margin-top:20px}@media (max-width: 768px){section.newsletter-row .content .form{display:grid;gap:10px;grid-template-columns:1fr}}section.newsletter-row .content .form input{border:solid 1px #DADADA;border-radius:5px;padding:15px 20px;width:100%;background:transparent;color:#fff}section.newsletter-row .content .form input::placeholder{color:#fff}@media (max-width: 768px){section.newsletter-row .content .form input{width:auto}}section.newsletter-row .content .form button{background:#6ec1e7;box-shadow:0 4px 9px #00000012;color:#fff;border:none;border-radius:5px;padding:10px 20px;min-width:160px}footer{padding:45px 0}@media (max-width: 768px){footer{padding:25px 0}}footer .main-content{display:grid;grid-template-columns:2fr 1fr 1fr 1fr;gap:25px}@media (max-width: 768px){footer .main-content{grid-template-columns:1fr}}footer .main-content .logo img{height:80px}footer .main-content .menu h4{font-size:20px;color:#2c3539;margin:0 0 10px}footer .main-content .menu ul{list-style:none;padding:0;margin:0}footer .main-content .menu ul li{margin-bottom:5px}footer .main-content .menu ul li a{color:#010203;text-decoration:none;font-size:14px}footer .main-content .menu ul li a:hover{text-decoration:underline}footer .main-content .contact-details{margin-top:20px}footer .main-content .contact-details label{font-weight:600;color:#2c3539}footer .main-content .contact-details p{margin:8px 0 0;color:#2c3539}footer .main-content .contact-details p a{display:block}footer .main-content .social-media{display:flex;gap:10px;margin-top:15px}footer .main-content .social-media a{text-decoration:none;font-size:18px}footer .main-content .social-media a:hover{color:#2c3539}footer .copyright{display:flex;justify-content:space-between;align-items:center;margin-top:40px;font-size:14px}@media (max-width: 768px){footer .copyright{flex-direction:column;gap:10px}}footer .copyright p{margin:0;color:#2c3539}footer .copyright .bottom-links{display:flex;gap:10px}@media (max-width: 768px){footer .copyright .bottom-links{flex-direction:column;align-items:center}}footer .copyright .bottom-links a{text-decoration:none;font-size:14px}footer .copyright .bottom-links a:hover{text-decoration:underline}@media (max-width: 768px){.sticky-help{position:fixed;bottom:20px;left:20px;z-index:1000}.sticky-help .help-toggle{background:#f16158;border-radius:30px;display:flex;align-items:center;gap:8px;padding:12px 20px;box-shadow:0 4px 12px #00000026;cursor:pointer;transition:transform .3s ease}.sticky-help .help-toggle:active{transform:scale(.95)}.sticky-help .help-toggle i{font-size:20px;color:#fff}.sticky-help .help-toggle span{color:#fff;font-size:14px;font-weight:500;white-space:nowrap}.sticky-help .help-card{display:none;position:fixed;bottom:90px;right:20px;width:280px;background:#fff;border-radius:12px;box-shadow:0 8px 24px #00000026;padding:20px;text-align:center;animation:slideUp .3s ease}.sticky-help .help-card.active{display:block}.sticky-help .help-card .close-btn{position:absolute;top:10px;right:10px;background:transparent;border:none;color:#666;font-size:20px;cursor:pointer;padding:5px}.sticky-help .help-card .help-image{width:80px;height:80px;border-radius:50%;object-fit:cover;margin-bottom:12px}.sticky-help .help-card h4{font-size:18px;color:#2c3539;margin:0 0 8px}.sticky-help .help-card p{font-size:14px;color:#666;margin:0 0 16px}.sticky-help .help-card .help-contacts{display:flex;flex-direction:column;gap:12px;width:100%}.sticky-help .help-card .help-contacts .contact{display:flex;align-items:center;gap:10px;text-align:left}.sticky-help .help-card .help-contacts .contact .icon{width:20px;height:20px;display:flex;align-items:center;justify-content:center}.sticky-help .help-card .help-contacts .contact .icon img{width:16px;height:16px}.sticky-help .help-card .help-contacts .contact a{color:#2c3539;text-decoration:none;font-size:14px;flex:1}.sticky-help .help-card .help-contacts .contact a:hover{text-decoration:underline}.sticky-help .help-card .help-contacts .primary-button{background:#f16158;color:#fff;border:none;padding:12px 24px;border-radius:25px;font-size:16px;font-weight:500;cursor:pointer;transition:background .3s ease;margin-top:8px}.sticky-help .help-card .help-contacts .primary-button:hover{background:#d32f2f}@keyframes slideUp{0%{opacity:0;transform:translateY(20px)}to{opacity:1;transform:translateY(0)}}}@media (min-width: 769px){.sticky-help{display:none}}#category-page .main-area{display:grid;grid-template-columns:1fr 3fr;grid-gap:45px}@media (max-width: 768px){#category-page .main-area{grid-template-columns:1fr;grid-gap:15px}}@media (max-width: 768px){#category-page #filters{display:none}}#category-page #filters .card{padding:20px;margin-bottom:20px;border-radius:5px;box-shadow:0 4px 8px #00000012;background-color:#fff}#category-page #filters .card .select-input-group{margin-bottom:8px}#category-page #filters .card .select-input-group input{display:none}#category-page #filters .card .select-input-group input:checked+label{background:linear-gradient(90deg,#2e8fe882 -35.25%,#96f4c6)}#category-page #filters .card .select-input-group label{display:block;padding:10px 20px;border:1px solid #e5e5e5;border-radius:5px;cursor:pointer;transition:all .3s;font-size:14px}#category-page #filters .card .select-input-group label:hover{background-color:#f5f5f5}#category-page .active-filters{padding:20px;margin-bottom:20px;border-radius:5px;box-shadow:0 4px 8px #00000012;background-color:#fff}#category-page .active-filters ul{list-style:none;padding:0;margin:0 0 10px;display:flex;gap:10px;flex-wrap:wrap}#category-page .active-filters ul li{background:linear-gradient(90deg,#2e8fe882 -35.25%,#96f4c6);padding:5px 10px;border-radius:5px;color:#333;font-size:14px;display:flex;gap:5px;align-items:center;cursor:pointer}@media (max-width: 768px){#category-page .active-filters ul li{font-size:12px}}#category-page .active-filters ul li svg{cursor:pointer}#category-page .active-filters .clear-filters{color:#f16158;font-size:12px}#category-page #mobile-filter-trigger{display:none}@media (max-width: 768px){#category-page #mobile-filter-trigger{display:block;background:linear-gradient(90deg,#2e8fe882 -35.25%,#96f4c6);padding:10px 20px;border-radius:5px;color:#333;font-size:14px;font-weight:600;text-align:center;cursor:pointer;box-shadow:0 4px 8px #00000012}#category-page #mobile-filter-trigger .wrapper{display:flex;justify-content:center;align-items:center;gap:10px}}#category-page .laurynu-top{background:linear-gradient(90deg,#2e8fe882 -35.25%,#96f4c6);color:#fff;padding:20px;border-radius:5px;box-shadow:0 4px 8px #00000012;margin-bottom:20px;display:flex;gap:20px}#category-page .laurynu-top img{height:100px;width:100px;border-radius:20px}#category-page .laurynu-top .quotation{font-size:20px;font-weight:600;margin-top:20px}@media (max-width: 768px){#category-page .laurynu-top p{margin:0}#category-page .laurynu-top .quotation{font-size:15px;margin:0}#category-page .laurynu-top .author{margin-top:12px}}#mobile-filter-popup{position:absolute;top:0;left:0;right:0;bottom:0;background:#fff;z-index:1000;height:100%;overflow:scroll;opacity:0;visibility:hidden;transition:opacity .3s ease-in-out,visibility 0s .3s}#mobile-filter-popup.active{opacity:1;visibility:visible;transition:opacity .3s ease-in-out}#mobile-filter-popup .popup-content{background-color:#fff;padding:20px}#mobile-filter-popup .popup-content .close{display:flex;justify-content:flex-end;margin-bottom:20px;gap:10px}#mobile-filter-popup .popup-content .close svg{cursor:pointer}#mobile-filter-popup .popup-content .card{padding:20px;margin-bottom:20px;border-radius:5px;box-shadow:0 4px 8px #00000012;background-color:#fff}#mobile-filter-popup .popup-content .card .select-input-group{margin-bottom:8px}#mobile-filter-popup .popup-content .card .select-input-group input{display:none}#mobile-filter-popup .popup-content .card .select-input-group input:checked+label{background:linear-gradient(90deg,#2e8fe882 -35.25%,#96f4c6)}#mobile-filter-popup .popup-content .card .select-input-group label{display:block;padding:10px 20px;border:1px solid #e5e5e5;border-radius:5px;cursor:pointer;transition:all .3s;font-size:14px}#mobile-filter-popup .popup-content .card .select-input-group label:hover{background-color:#f5f5f5}#mobile-filter-popup .popup-content button.filter-button{display:flex;width:100%;padding:10px 20px 10px 10px;justify-content:center;align-items:center;gap:15px;align-self:stretch;border-radius:5px;background:#6ec1e7;box-shadow:0 4px 4px #00000012;border:none;color:#fff;margin-bottom:25px}.max-height-box{max-height:300px;overflow-y:auto}#package-page .intro-links{display:flex;gap:15px;margin-top:20px}@media (max-width: 768px){#package-page .intro-links{flex-direction:column;font-size:14px}}#package-page .intro-links div{display:flex;gap:5px;align-items:center}#package-page .intro-links div img{color:red}#package-page .intro-links div object svg{fill:red}#package-page .hotel-stars{display:flex}#package-page .hotel-stars img{width:20px}#package-page .main-area{display:grid;grid-template-columns:2fr 1fr;gap:45px}@media (max-width: 992px){#package-page .main-area{grid-template-columns:1fr}}#package-page .main-area .ovh{width:100%;overflow:hidden}#package-page .main-area .primum-recommends{border:solid 1px #dedede;border-radius:5px;padding:25px;background:#fff;display:flex;gap:15px}@media (max-width: 768px){#package-page .main-area .primum-recommends .icon{display:none}}#package-page .main-area .primum-recommends h3{font-size:1.5rem;color:#f16158;margin-bottom:15px;font-weight:500}#package-page .main-area .primum-recommends p{font-size:1rem;color:#010203;line-height:1.45}#package-page .main-area .package-pricings .package-price{border:.5px solid var(--Border-color, #DADADA);padding:25px;background:#6ec1e726;border-radius:5px;margin-bottom:15px}#package-page .main-area .package-pricings .package-price .content{display:grid;grid-template-columns:3fr 1fr}@media (max-width: 768px){#package-page .main-area .package-pricings .package-price .content{grid-template-columns:1fr}}#package-page .main-area .package-pricings .package-price .content .actions{display:grid;grid-template-columns:1fr;gap:8px;align-items:center;text-align:center}@media (max-width: 768px){#package-page .main-area .package-pricings .package-price .content .actions{grid-template-columns:1fr}}#package-page .main-area .package-pricings .package-price .content .actions .price-before{font-size:16px;color:#f16158;font-weight:500;text-decoration:line-through}#package-page .main-area .package-pricings .package-price .content .actions .price{font-size:1.6rem;color:#333;font-weight:700}#package-page .main-area .package-pricings .package-price .content .actions .perperson{font-size:16px;color:#333}#package-page .main-area .package-pricings .package-price .content .actions .totalprice{font-size:16px;color:#888}#package-page .main-area .package-pricings .package-price .content .actions .totalprice .price-for-all{font-weight:500}#package-page .main-area .package-pricings .package-price .content .actions .reserve-button{background-color:#3293e7;color:#fff;font-size:16px;border:none;padding:10px 15px;border-radius:5px;font-weight:600;cursor:pointer;transition:all .3s ease}#package-page .main-area .package-pricings .package-price .content .actions .reserve-button:hover{background-color:#2282d7}@media (max-width: 768px){#package-page .main-area .package-pricings .package-price .content .actions .reserve-button{font-size:18px}}#package-page .main-area .package-pricings .package-price .content h4{font-size:1.25rem}@media (max-width: 768px){#package-page .main-area .package-pricings .package-price .content ul{padding-left:15px}}#package-page .main-area .package-pricings .package-price .content ul li{color:#888;font-size:15px;margin-bottom:5px}@media (max-width: 768px){#package-page .main-area .package-pricings .package-price .content ul li{font-size:14px}}#package-page .main-area .included-excluded{display:grid;grid-template-columns:1fr 1fr;gap:15px;margin-top:25px}#package-page .main-area .included-excluded ul{list-style:none;margin:0;padding:0}#package-page .main-area .included-excluded ul li{display:flex;gap:10px;color:#888;font-size:16px;margin-bottom:12px}#package-page .main-area .hotel-info{margin-top:35px;border-top:solid 1px #dedede;padding-top:35px}#package-page .contact-card{border:solid 1px #dedede;border-radius:5px;padding:25px;text-align:center}#package-page .contact-card .contact-image{width:140px;height:140px;overflow:hidden;margin-bottom:15px}#package-page .contact-card .contact-image img{width:100%;height:auto;border-radius:5px}#package-page .contact-card .contact-items{display:grid;grid-template-columns:1fr;gap:15px}.cruise-content img{max-width:100%;height:auto;border-radius:5px}.results-bar{display:flex;justify-content:space-between;align-items:center;padding:15px 0;margin-bottom:20px;border-bottom:1px solid #dedede}@media (max-width: 768px){.results-bar{flex-direction:column;gap:10px;align-items:flex-start}}.results-bar .results-count{color:#666;font-size:14px}.results-bar .sorting-dropdown select{padding:8px 12px;border:1px solid #dedede;border-radius:5px;background-color:#fff;color:#333;font-size:14px;cursor:pointer;transition:all .3s ease}.results-bar .sorting-dropdown select:hover{border-color:#3293e7}.results-bar .sorting-dropdown select:focus{outline:none;border-color:#3293e7;box-shadow:0 0 5px #3293e74d}#contact-page{background:#6ec1e726;padding:4rem 0;display:flex;justify-content:center;align-items:center}#contact-page .container{max-width:1200px;width:100%;display:grid;grid-template-columns:1fr;gap:2rem}#contact-page .contact-info,#contact-page .working-hours,#contact-page .contact-form-section,#contact-page .company-details{background:#fff;padding:2rem;border-radius:12px;box-shadow:0 4px 4px #00000012;transition:transform .3s ease,box-shadow .3s ease}#contact-page .contact-info h2,#contact-page .working-hours h2,#contact-page .contact-form-section h2,#contact-page .company-details h2{color:#2c3539;margin-bottom:1rem;text-align:center}#contact-page .contact-info p,#contact-page .working-hours p,#contact-page .company-details p{line-height:1.6}#contact-page .info-details{display:grid;grid-template-columns:1fr;flex-direction:column;gap:1.5rem;margin-top:1rem}#contact-page .info-details .info-item{display:flex;align-items:center}#contact-page .info-details .info-item i{color:#3293e7;margin-right:1rem;text-align:center}#contact-page .info-details .info-item span{color:#010203;line-height:1.5}#contact-page .working-hours ul{list-style:none;padding:0;margin:1rem 0}#contact-page .working-hours ul li{margin-bottom:.5rem}#contact-page .working-hours ul li strong{color:#2c3539}#contact-page .working-hours .note{color:#f16158;margin-top:1rem;text-align:center}#contact-page .contact-form-section .contact-form{display:flex;flex-direction:column;gap:1.5rem}#contact-page .contact-form-section .contact-form .form-group{position:relative;display:flex;flex-direction:column}#contact-page .contact-form-section .contact-form .form-group input,#contact-page .contact-form-section .contact-form .form-group textarea{padding:1rem;border:1px solid #e0e0e0;border-radius:8px;color:#010203;background-color:transparent;transition:border-color .3s ease,box-shadow .3s ease}#contact-page .contact-form-section .contact-form .form-group input:focus,#contact-page .contact-form-section .contact-form .form-group textarea:focus{border-color:#3293e7;box-shadow:0 0 5px #3293e780;outline:none}#contact-page .contact-form-section .contact-form .form-group input:focus+label,#contact-page .contact-form-section .contact-form .form-group input:not(:placeholder-shown)+label,#contact-page .contact-form-section .contact-form .form-group textarea:focus+label,#contact-page .contact-form-section .contact-form .form-group textarea:not(:placeholder-shown)+label{top:-.6rem;left:.75rem;background-color:#fff;padding:0 .25rem;color:#3293e7}#contact-page .contact-form-section .contact-form .form-group label{position:absolute;top:50%;left:1rem;transform:translateY(-50%);background-color:transparent;padding:0 .25rem;color:#999;pointer-events:none;transition:all .3s ease}#contact-page .contact-form-section .contact-form .form-group textarea{resize:vertical}#contact-page .contact-form-section .contact-form .btn-primary{align-self:center;padding:.75rem 2rem;background-color:#3293e7;color:#fff;border:none;border-radius:8px;cursor:pointer;transition:background-color .3s ease,transform .3s ease}#contact-page .contact-form-section .contact-form .btn-primary:active{transform:translateY(0)}#contact-page .company-details h3{margin-top:2rem;color:#2c3539;text-align:center}#contact-page .company-details .company-info,#contact-page .company-details .bank-details{margin-top:1rem;line-height:1.6}#contact-page .company-details .company-info p,#contact-page .company-details .bank-details p{margin:.5rem 0}#contact-page .company-details .company-info .bank-item,#contact-page .company-details .bank-details .bank-item{margin-bottom:1rem}#contact-page .company-details .company-info .bank-item p:first-child,#contact-page .company-details .bank-details .bank-item p:first-child{font-weight:500}@media (min-width: 768px){#contact-page .container{grid-template-columns:1fr 1fr;gap:2rem}#contact-page .contact-info,#contact-page .working-hours,#contact-page .contact-form-section,#contact-page .company-details{padding:2rem 2.5rem}#contact-page .contact-form-section{grid-column:span 2}#contact-page .info-details{flex-direction:row;justify-content:space-between}#contact-page .info-details .info-item{flex:1}#contact-page .company-details{grid-column:span 2}#contact-page .company-details .bank-details{display:flex;gap:2rem}#contact-page .company-details .bank-details .bank-item{flex:1}}#page{background:#6ec1e726}#page .content{padding:35px 0}#page .content .card{background:#fff;padding:20px;border-radius:5px;box-shadow:0 4px 4px #00000012;margin-bottom:20px}#page .content .card .card-header{display:flex;justify-content:space-between;align-items:center;margin-bottom:20px}#page .content .card .card-header h3{font-size:1.5rem;color:#6ec1e7;font-weight:500}#page .content .card .card-header .actions{display:flex;gap:15px}#page .content .card .card-header .actions button{padding:10px 20px;border-radius:5px;background:#6ec1e7;color:#fff;font-weight:600;border:none;cursor:pointer}#page .content .card .card-header .actions button:hover{background:#5aa8cc}#page .content .card .card-body .form-group{display:flex;flex-direction:column;gap:10px}#page .content .card .card-body .form-group label{font-weight:600;font-size:14px}#page .content .card .card-body .form-group input,#page .content .card .card-body .form-group select,#page .content .card .card-body .form-group textarea{padding:10px;border:1px solid #C1C1C1;border-radius:5px}#page .about-us-intro{display:grid;grid-template-columns:300px 1fr;gap:35px}@media (max-width: 768px){#page .about-us-intro{grid-template-columns:1fr}}#page .about-us-intro img{width:100%;border-radius:5px}#page .about-us-intro p{margin-top:0;text-align:justify}.pagination{display:flex;justify-content:center;padding:0;flex-wrap:wrap;list-style:none;margin-top:45px}.page-item{margin:0 5px}.page-link{padding:7px 12px;color:#3293e7;background-color:#fff;border:1px solid #3293e7;border-radius:4px;transition:background-color .3s ease,color .3s ease;font-size:14px}.page-item.active .page-link{background-color:#3293e7;color:#fff;border-color:#3293e7}.page-item.disabled .page-link{background-color:#f5f5f5;color:#ccc;border-color:#ccc}.page-link:hover{background-color:#3293e7;color:#fff}.page-link:focus{outline:none;box-shadow:0 0 5px #3293e7}@media (max-width: 576px){.pagination{justify-content:space-between}.page-link{padding:8px 12px;font-size:14px}.page-item{margin:0 2px}}@media (max-width: 768px){.pagination{display:flex;justify-content:center;align-items:center;list-style:none;padding:0}.pagination .page-item{display:none}.pagination .page-item.active,.pagination .page-item:first-child,.pagination .page-item:last-child,.pagination .page-item:nth-child(2),.pagination .page-item:nth-last-child(3),.pagination .page-item:nth-child(n+2):nth-child(-n+4){display:inline-block}.pagination .page-item.disabled{display:inline-block}.pagination .page-item .page-link{padding:.5rem .75rem;margin:0 .25rem;border:1px solid #dee2e6;border-radius:.25rem;background-color:#fff;color:#007bff;text-decoration:none}.pagination .page-item .page-link:hover{background-color:#f8f9fa;color:#0056b3}.pagination .page-item.disabled .page-link{color:#6c757d;pointer-events:none;background-color:#e9ecef}.pagination .page-item.active .page-link{color:#fff;background-color:#007bff;border-color:#007bff}}.popup-overlay{position:fixed;top:0;left:0;width:100%;height:100%;background-color:#00000080;display:flex;align-items:center;justify-content:center;z-index:9999;opacity:0;visibility:hidden;transition:opacity .3s ease,visibility .3s ease}.popup-overlay.active{opacity:1;visibility:visible}.popup-content{background-color:#fff;width:80%;max-width:800px;display:flex;border-radius:8px;overflow:hidden;box-shadow:0 5px 15px #0000004d;animation:slideIn .3s ease-out}@media (max-width: 768px){.popup-content{flex-direction:column;width:90%}}.popup-content .popup-close{position:absolute;top:15px;right:20px;background:none;border:none;font-size:3rem;color:#ff2525;cursor:pointer;z-index:1001}@media (max-width: 768px){.popup-content .popup-close{top:5px;right:10px}}@media (min-width: 768px){.popup-content .popup-close{background:#fff;border-radius:5px;box-shadow:0 5px 15px #0000004d;line-height:100%}}.popup-content .popup-image{flex:1;background-color:#f8f9fa}.popup-content .popup-image img{width:100%;height:100%;object-fit:cover}@media (max-width: 768px){.popup-content .popup-image{display:none}}.popup-content .popup-form{flex:1;padding:30px}.popup-content .popup-form h2{margin-bottom:20px;color:#3490dc;font-size:1.5rem}.popup-content .popup-form a{color:#3490dc}.popup-content .popup-form .form-group{margin-bottom:15px}.popup-content .popup-form .form-group label{display:block;margin-bottom:5px;font-weight:700;color:#555;font-size:14px}.popup-content .popup-form .form-group input,.popup-content .popup-form .form-group textarea{width:100%;padding:10px;border:1px solid #ddd;border-radius:4px;font-size:14px;transition:border-color .2s ease;box-sizing:border-box;font-family:Montserrat,sans-serif}.popup-content .popup-form .form-group input:focus,.popup-content .popup-form .form-group textarea:focus{border-color:#3490dc;outline:none}.popup-content .popup-form .submit-button{width:100%;padding:12px;background-color:#3490dc;color:#fff;border:none;border-radius:4px;font-size:1rem;cursor:pointer;transition:background-color .2s ease;box-sizing:border-box}.popup-content .popup-form .submit-button:hover{background-color:#2176bd}.popup-content .popup-form .success-message{color:green;font-size:1rem;margin-top:1rem;font-weight:600;text-align:center}@keyframes slideIn{0%{transform:translateY(-50px);opacity:0}to{transform:translateY(0);opacity:1}}.coupon-form{max-width:600px;margin:3rem auto;padding:2rem;background:#fff;box-shadow:0 4px 6px #0000001a;border-radius:12px}.coupon-form h1{font-size:1.5rem;color:#2c3539;margin-bottom:1.5rem;font-weight:600}.coupon-form .amount-options{display:grid;grid-template-columns:repeat(2,1fr);gap:1rem;margin-bottom:1.5rem}.coupon-form .amount-options .amount-option input[type=radio]{display:none}.coupon-form .amount-options .amount-option label{display:block;padding:1rem;text-align:center;border:2px solid #e1e1e1;border-radius:4px;cursor:pointer;transition:all .2s;font-weight:500;color:#2c3539}.coupon-form .amount-options .amount-option label:hover{border-color:#3293e7}.coupon-form .amount-options .amount-option input[type=radio]:checked+label{border-color:#3293e7;background:#3293e71a}.coupon-form .custom-amount{display:none;margin-bottom:1.5rem}.coupon-form .custom-amount.active{display:block;animation:fadeIn .3s ease-in-out}.coupon-form .custom-amount input[type=number]{width:100%;padding:.75rem;border:1px solid #e1e1e1;border-radius:4px;font-family:Montserrat,sans-serif;font-size:1rem}.coupon-form .custom-amount input[type=number]:focus{outline:none;border-color:#3293e7;box-shadow:0 0 0 2px #3293e71a}.coupon-form .form-group{margin-bottom:1.5rem}.coupon-form .form-group label{display:block;margin-bottom:.5rem;font-weight:500;color:#2c3539}.coupon-form .form-group select,.coupon-form .form-group input{width:100%;padding:.75rem;border:1px solid #e1e1e1;border-radius:4px;font-family:Montserrat,sans-serif;font-size:1rem}.coupon-form .form-group select:focus,.coupon-form .form-group input:focus{outline:none;border-color:#3293e7;box-shadow:0 0 0 2px #3293e71a}.coupon-form .form-group .error{color:#f16158;font-size:.875rem;margin-top:.25rem}.coupon-form .info-box{background:#3293e71a;padding:1.5rem;border-radius:4px;margin:1.5rem 0}.coupon-form .info-box h5{color:#2c3539;font-size:1rem;margin:0 0 1rem;font-weight:600}.coupon-form .info-box ul{margin:0;padding:0 0 0 1.25rem}.coupon-form .info-box ul li{margin-bottom:.5rem;color:#010203;font-size:.9375rem}.coupon-form .info-box ul li:last-child{margin-bottom:0}.coupon-form .submit-button{width:100%;padding:1rem;background:#3293e7;color:#fff;border:none;border-radius:4px;font-size:1rem;font-weight:500;cursor:pointer;transition:background-color .2s}.coupon-form .submit-button:hover{background:#1b87e4}.coupon-success{max-width:600px;margin:3rem auto;padding:2rem;background:#fff;box-shadow:0 4px 6px #0000001a;text-align:center;border-radius:12px}.coupon-success .success-icon{color:#3293e7;font-size:4rem;margin-bottom:1.5rem}.coupon-success h1{font-size:1.5rem;color:#2c3539;margin-bottom:1rem;font-weight:600}.coupon-success .success-message{margin-bottom:1.5rem;color:#010203}.coupon-success .success-details{background:#3293e71a;padding:1.5rem;border-radius:4px;margin-bottom:1.5rem;text-align:left}.coupon-success .success-details p{margin:.5rem 0;font-size:.9375rem}.coupon-success .download-button{display:inline-block;padding:1rem 2rem;background:#3293e7;color:#fff;text-decoration:none;border-radius:4px;font-weight:500;margin-bottom:1.5rem;transition:background-color .2s}.coupon-success .download-button i{margin-right:.5rem}.coupon-success .download-button:hover{background:#1b87e4}.coupon-success .info-note{background:#3293e71a;padding:1rem;border-radius:4px;font-size:.9375rem;color:#010203}@keyframes fadeIn{0%{opacity:0;transform:translateY(-10px)}to{opacity:1;transform:translateY(0)}}.coupons-container{display:flex;gap:4rem;max-width:1200px;margin:2rem auto;padding:0 1rem}@media (max-width: 768px){.coupons-container{flex-direction:column;gap:2rem}}.coupons-container .coupons-info{flex:1}.coupons-container .coupons-info img{width:100%;height:auto;border-radius:8px;margin-bottom:1.5rem}.coupons-container .coupons-info h1{font-size:2rem;margin-bottom:1rem;color:#333}.coupons-container .coupons-info p{font-size:1rem;line-height:1.6;color:#666;margin-bottom:1rem}.coupons-container .coupons-form{flex:1;background:#fff;padding:2rem;border-radius:8px;box-shadow:0 2px 10px #0000001a}.coupons-container .coupons-form .form-group{margin-bottom:1.5rem}.coupons-container .coupons-form .form-group label{display:block;margin-bottom:.5rem;font-weight:500;color:#333}.coupons-container .coupons-form .form-group input[type=text],.coupons-container .coupons-form .form-group input[type=email],.coupons-container .coupons-form .form-group input[type=number]{width:100%;padding:.75rem;border:1px solid #ddd;border-radius:4px;font-size:1rem}.coupons-container .coupons-form .form-group input[type=text]:focus,.coupons-container .coupons-form .form-group input[type=email]:focus,.coupons-container .coupons-form .form-group input[type=number]:focus{outline:none;border-color:#007bff;box-shadow:0 0 0 2px #007bff40}.coupons-container .coupons-form .amount-options{display:grid;grid-template-columns:repeat(2,1fr);gap:1rem;margin-bottom:1rem}.coupons-container .coupons-form .amount-options .amount-option{position:relative}.coupons-container .coupons-form .amount-options .amount-option input[type=radio]{position:absolute;opacity:0}.coupons-container .coupons-form .amount-options .amount-option input[type=radio]:checked+label{background:#007bff;color:#fff;border-color:#007bff}.coupons-container .coupons-form .amount-options .amount-option label{display:block;padding:.75rem;text-align:center;border:2px solid #ddd;border-radius:4px;cursor:pointer;transition:all .2s ease}.coupons-container .coupons-form .amount-options .amount-option label:hover{border-color:#007bff}.coupons-container .coupons-form .custom-amount{display:none;margin-top:1rem}.coupons-container .coupons-form .custom-amount.active{display:block}.coupons-container .coupons-form .info-box{background:#f8f9fa;padding:1.5rem;border-radius:4px;margin:2rem 0}.coupons-container .coupons-form .info-box h5{margin-bottom:1rem;color:#333}.coupons-container .coupons-form .info-box ul{padding-left:1.5rem}.coupons-container .coupons-form .info-box ul li{margin-bottom:.5rem;color:#666}.coupons-container .coupons-form .error{color:#dc3545;font-size:.875rem;margin-top:.25rem}.coupons-container .coupons-form .btn-primary{width:100%;padding:1rem;font-size:1.125rem;font-weight:500;background:#007bff;color:#fff;border:none;border-radius:4px;cursor:pointer;transition:background-color .2s ease}.coupons-container .coupons-form .btn-primary:hover{background:#0056b3}html{font-size:16px;font-family:Montserrat,sans-serif;color:#010203}body{margin:0;padding:0;box-sizing:border-box}body.no-scroll{overflow:hidden}.container{max-width:1200px;margin:0 auto;padding:0 15px}.mt-1{margin-top:1rem}.mt-2{margin-top:2rem}.mt-3{margin-top:3rem}.mt-4{margin-top:4rem}.mt-5{margin-top:5rem}.mr-1{margin-right:.5rem}@media (max-width: 768px){main{padding:108px 0 0}}.table-responsive{overflow-x:auto}.primary-button{background-color:#3293e7;color:#fff;padding:10px 20px;border:none;border-radius:5px;cursor:pointer;transition:background-color .3s}.primary-button:hover{background-color:#187ace}.primary-outline-button{background-color:transparent;color:#3293e7;padding:10px 20px;border:1px solid #3293E7;border-radius:5px;cursor:pointer;transition:background-color .3s}.primary-outline-button:hover{background-color:#3293e7;color:#fff}.white-outline-button{background-color:transparent;color:#fff;padding:10px 20px;border:1px solid white;border-radius:5px;cursor:pointer;transition:background-color .3s}.white-outline-button:hover{background-color:#fff;color:#000}.white-button{background-color:#fff;color:#000;padding:10px 20px;border:none;border-radius:5px;cursor:pointer;transition:background-color .3s}.white-button:hover{background-color:#000;color:#fff}.text-center{text-align:center}.w-full{width:100%}.d-mobile{display:none}@media (max-width: 768px){.d-mobile{display:block}}.d-desktop{display:block}@media (max-width: 768px){.d-desktop{display:none}}.bold{font-weight:700}.fs-12{font-size:12px!important}.desktop-only{display:none}@media (min-width: 769px){.desktop-only{display:block}}.mobile-only{display:block}@media (min-width: 769px){.mobile-only{display:none}}.w-full{width:100%;height:auto}.gift-card-image{width:100%;height:auto;border-radius:12px}@media (max-width: 768px){.hidden-mobile{display:none}}
