* {
box-sizing: border-box;
}
html {
-webkit-text-size-adjust: 100%;
}
body {
margin: 1% 1% 2%;
color: #000;
font-family: Tahoma, sans-serif;
font-size: 16px;
text-align: center;
overflow-wrap: break-word;
background: #fff;
}
a {
overflow-wrap: anywhere;
}
img {
max-width: 100%;
height: auto;
}
h1,
h2,
h3 {
font-weight: bold;
}
h1 {
margin: 18px 0;
font-size: clamp(1.65rem, 2.5vw, 2.15rem);
}
h2 {
margin: 12px 0;
font-size: clamp(1.25rem, 1.9vw, 1.55rem);
}
h3 {
margin: 10px 0;
color: #00F;
font-size: clamp(1.1rem, 1.6vw, 1.35rem);
}
p,
li {
line-height: 1.42;
}
.top-nav {
width: min(1100px, 100%);
margin: 0 auto;
padding: 4px 0 10px;
display: flex;
flex-wrap: wrap;
justify-content: space-around;
align-items: center;
gap: 8px 18px;
font-weight: bold;
}
.top-nav a {
display: inline-block;
padding: 7px 5px;
}
.page-shell {
width: min(1320px, 100%);
margin: 0 auto;
}
.breadcrumbs {
margin: 4px auto 14px;
font-weight: bold;
}
.hero {
padding: 14px 18px 20px;
border-top: 3px solid #111;
border-bottom: 1px solid #aaa;
}
.hero-image {
display: block;
width: min(800px, 100%);
height: auto;
margin: 8px auto 18px;
}
.hero-copy,
.section-intro {
width: min(1080px, 100%);
margin: 0 auto 18px;
text-align: justify;
}
.trust-grid,
.options-grid,
.booking-grid,
.combo-grid {
display: grid;
grid-template-columns: repeat(4, minmax(0, 1fr));
gap: 16px;
margin: 24px 0;
}
.trust-card,
.option-card,
.booking-card,
.combo-card {
min-width: 0;
padding: 16px 14px;
border: 1px solid #bbb;
border-radius: 8px;
}
.trust-card {
border-top: 4px solid #111;
font-weight: bold;
}
.section-block {
margin: 34px 0;
padding: 20px 18px;
border-top: 1px solid #aaa;
}
.advertise-section {
margin: 34px 0;
padding: 20px 18px;
border-top: 1px solid #aaa;
border-bottom: 1px solid #aaa;
}
.advertise-grid {
display: grid;
grid-template-columns: minmax(220px, 0.8fr) minmax(0, 1.6fr) minmax(220px, 0.8fr);
gap: 18px;
align-items: stretch;
}
.advertise-visual,
.advertise-copy,
.advertise-cta {
min-width: 0;
padding: 16px;
border: 1px solid #bbb;
border-radius: 8px;
}
.advertise-visual {
display: flex;
flex-direction: column;
align-items: center;
justify-content: center;
text-align: center;
}
.advertise-visual img {
display: block;
width: min(260px, 100%);
height: auto;
margin: 0 auto 10px;
}
.advertise-visual strong {
font-size: 1.05em;
}
.advertise-copy {
display: flex;
flex-direction: column;
justify-content: center;
text-align: left;
}
.advertise-copy h2 {
margin-top: 0;
}
.advertise-copy p {
margin-bottom: 0;
}
.advertise-cta {
display: flex;
flex-direction: column;
align-items: center;
justify-content: center;
text-align: center;
}
.advertise-price {
margin: 0 0 14px;
font-size: 1.08em;
line-height: 1.5;
}
.advertise-button {
display: inline-flex;
align-items: center;
justify-content: center;
min-height: 48px;
padding: 12px 16px;
border: 1px solid #111;
border-radius: 6px;
background: #111;
color: #fff;
font-weight: bold;
text-decoration: none;
text-align: center;
}
.advertise-button:hover,
.advertise-button:focus {
background: #fff;
color: #111;
}
.vehicle-grid {
display: grid;
grid-template-columns: repeat(3, minmax(0, 1fr));
gap: 16px;
margin-top: 18px;
}
.vehicle-card {
min-width: 0;
padding: 16px;
border: 1px solid #bbb;
border-radius: 8px;
text-align: left;
}
.vehicle-card h3 {
margin-top: 0;
text-align: center;
}
.vehicle-category {
text-align: center;
font-weight: bold;
}
.rate-grid {
display: grid;
grid-template-columns: repeat(3, minmax(0, 1fr));
gap: 8px;
margin: 14px 0;
}
.rate-box {
padding: 10px 6px;
border-top: 2px solid #111;
text-align: center;
}
.total-note {
padding-top: 10px;
border-top: 1px solid #ccc;
font-weight: bold;
text-align: center;
}
.inclusions-grid,
.destination-grid,
.airport-grid,
.reviews-grid,
.catalog-grid {
display: grid;
grid-template-columns: repeat(2, minmax(0, 1fr));
gap: 18px;
margin-top: 18px;
}
.inclusion-card,
.destination-card,
.airport-card,
.review-card,
.catalog-card,
.requirements-card,
.faq-card {
min-width: 0;
padding: 16px;
border: 1px solid #bbb;
border-radius: 8px;
}
.inclusion-card {
text-align: left;
}
.destination-links,
.airport-links {
display: grid;
grid-template-columns: repeat(2, minmax(0, 1fr));
gap: 9px 14px;
font-weight: bold;
}
.conditions-grid {
display: grid;
grid-template-columns: repeat(2, minmax(0, 1fr));
gap: 18px;
align-items: start;
}
.requirements-card {
text-align: left;
}
.requirements-card ul {
margin-bottom: 0;
}
.booking-number {
display: inline-flex;
width: 38px;
height: 38px;
border-radius: 50%;
align-items: center;
justify-content: center;
background: #111;
color: #fff;
font-weight: bold;
}
.faq-grid {
display: grid;
grid-template-columns: repeat(2, minmax(0, 1fr));
gap: 16px;
margin-top: 18px;
}
.faq-card {
text-align: left;
}
.faq-card h3 {
color: #000;
}
.review-card {
text-align: center;
}
.catalog-card {
text-align: left;
}
.catalog-card ul {
margin-bottom: 0;
}
.contact-strip {
margin: 28px auto;
padding: 16px;
border-top: 1px solid #aaa;
border-bottom: 1px solid #aaa;
font-weight: bold;
line-height: 1.55;
}
.social-icons {
display: flex;
flex-wrap: wrap;
justify-content: center;
align-items: center;
gap: 8px;
margin: 18px 0;
}
.social-icons img {
display: inline-block;
width: auto;
max-width: 32px;
}
.map-block {
margin: 24px 0;
font-weight: bold;
}
.footer-nav {
width: min(900px, 100%);
margin: 20px auto 0;
display: flex;
flex-wrap: wrap;
justify-content: space-around;
align-items: center;
gap: 8px 14px;
font-weight: bold;
}
.footer-nav a {
display: inline-block;
padding: 7px 5px;
}
.bottom-banner {
display: block;
width: min(761px, 100%);
height: auto;
margin: 12px auto 0;
}
footer {
padding: 20px 10px 0;
line-height: 1.5;
}
@media (max-width: 1000px) {
.advertise-grid {
grid-template-columns: minmax(200px, 0.8fr) minmax(0, 1.2fr);
}
.advertise-cta {
grid-column: 1 / -1;
}
.trust-grid,
.options-grid,
.booking-grid,
.combo-grid {
grid-template-columns: repeat(2, minmax(0, 1fr));
}
.vehicle-grid {
grid-template-columns: repeat(2, minmax(0, 1fr));
}
}
@media (max-width: 720px) {
body {
margin: 8px;
font-size: 16px;
}
.top-nav {
justify-content: center;
gap: 4px 10px;
}
.top-nav a {
padding: 8px 6px;
}
.hero,
.section-block,
.advertise-section {
padding-left: 6px;
padding-right: 6px;
}
.advertise-grid {
grid-template-columns: minmax(0, 1fr);
}
.advertise-cta {
grid-column: auto;
}
.hero-copy,
.section-intro {
text-align: left;
}
.trust-grid,
.options-grid,
.booking-grid,
.combo-grid,
.vehicle-grid,
.inclusions-grid,
.destination-grid,
.airport-grid,
.reviews-grid,
.catalog-grid,
.conditions-grid,
.faq-grid,
.destination-links,
.airport-links {
grid-template-columns: minmax(0, 1fr);
}
.rate-grid {
grid-template-columns: minmax(0, 1fr);
}
.footer-nav {
flex-direction: column;
gap: 2px;
}
.top-nav a,
.breadcrumbs a,
.destination-links a,
.airport-links a,
.option-card a,
.booking-card a,
.combo-card a,
.contact-strip a,
.map-block a,
.footer-nav a,
footer a {
min-height: 48px;
display: inline-flex;
align-items: center;
justify-content: center;
padding: 12px 8px;
vertical-align: middle;
}
.destination-links a,
.airport-links a,
.footer-nav a {
width: 100%;
}