
body, h1, h2, p, header, nav, ul, li, a, section, footer, img, iframe {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
}
body {
    font-family: Arial, sans-serif;
    background-color: #f4f4f4;
}

header {
    background-color: #333;
    color: #fff;
    padding: 20px;
    text-align: center;
}
#adjust {
    height: auto;
    width: 100%;
}
header h1 {
    font-size: 36px;
}

header p {
    font-size: 18px;
}

nav ul {
    list-style-type: none;
    margin: 0;
    padding: 0;
}

nav ul li {
    display: inline;
    margin-right: 20px;
}

nav ul li a {
    color: #fff;
    text-decoration: none;
    font-size: 18px;
}

.main-banner {
    position: relative;
    text-align: center;
    color: #fff;
}

.main-banner img {
    max-width: 100%;
    height: auto;
    border-radius: 10px;
}

.banner-content {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    padding: 20px;
}

.main-banner h2 {
    font-size: 48px;
    margin-bottom: 20px;
    color:#000
}

.main-banner p {
    font-size: 24px;
    margin-bottom: 20px;
    color: #000;
}

.btn {
    background-color: #ff6600;
    color: #000;
    padding: 10px 20px;
    border: none;
    border-radius: 5px;
    text-decoration: none;
    font-size: 18px;
    transition: background-color 0.3s;
}

.btn:hover {
    background-color: #ff4500;
}

.mission {
    background-color: #fff;
    padding: 50px 20px;
    text-align: center;
}

.mission h2 {
    font-size: 36px;
    margin-bottom: 20px;
}

.mission p {
    font-size: 18px;
}

.video-container {
    position: relative;
    width: 100%;
    padding-top: 56.25%;
}

.video-container iframe {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}

footer {
    background-color: #333;
    color: #fff;
    padding: 20px;
    text-align: center;
}
.div{
    background-color: #fff;
    color: #333;
}
main {
    padding: 20px;
}

.about-section {
    background-color: #fff;
    border-radius: 10px;
    padding: 20px;
    box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
}

.about-section h2 {
    color: #333;
    font-size: 24px;
    margin-bottom: 20px;
}

.about-section p {
    color: #666;
    font-size: 16px;
    line-height: 1.6;
    margin-bottom: 10px;
}

footer {
    background-color: #333;
    color: #fff;
    padding: 20px;
    text-align: center;
}
body {
    font-family: Arial, sans-serif;
    background-image: url("https://media.istockphoto.com/id/1337843536/photo/travel-guide-and-her-group-on-the-bicycles-through-the-town.jpg?s=612x612&w=0&k=20&c=SqYx0HnTtEm7lEFynpnkm2JBQwLRDfrGnRvg_8_1SBY=");
    background-size: cover;
    background-repeat: no-repeat;
    background-attachment: fixed;
    background-position: center;
    margin: 0;
    padding: 0;
    color: black;
}
.about-section {
    background-color: rgba(255, 255, 255, 0.8);
    padding: 20px;
}

.logo, .team-photo, .adventure-photo {
    display: block;
    margin: 20px auto;
    max-width: 100%;
}

.service h3,
.service p {
    background-color: white;
    padding: 10px; /* Add padding for spacing */
    border-radius: 5px; /* Add rounded corners for better appearance */
}

/* CSS for adjusting image and text size */
.destination {
    margin-bottom: 20px;
}

.destination img {
    max-width: 100%;
    height: auto;
}

.destination p {
    font-size: 16px;
    line-height: 1.6;
}
.destination {
    padding: 20px;
    margin-bottom: 20px;
    box-sizing: border-box;
    background-color: #f9f9f9;
    display: flex;
    flex-direction: column;
}

.destination h3 {
    background-color: white;
    padding: 10px;
    margin-top: 0;
}

.destination p {
    background-color: white;
    padding: 10px;
    margin-bottom: 0;
}

.explore-picture {
    display: block;
    margin: 0 auto;
}

.trainer-profiles {
    margin-top: 50px;
}

.profile {
    margin-bottom: 30px;
}

.profile img {
    width: 150px;
    height: 150px;
    border-radius: 50%;
    margin-bottom: 10px;
}

.profile h3 {
    font-size: 20px;
    margin-bottom: 5px;
}

.profile p {
    margin-bottom: 5px;
}

.trainer-profiles {
    background-color: #ffffff;
    padding: 20px;
}

header,
footer {
    background-color: #ffd700;
    color: #000;
}

header {
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 20px;
    background-color: #ffd700;
    color: #000;
    font-family: Arial, sans-serif;
}

.header-content {
    display: flex;
    align-items: center;
}

.logo h1 {
    margin: 0;
}

.logo p {
    margin: 0;
    font-size: 14px;
}

nav ul {
    list-style-type: none;
    margin: 0;
    padding: 0;
}

nav ul li {
    display: inline-block;
    margin-right: 20px;
}

nav ul li a {
    text-decoration: none;
    color: #000;
}

.contact-info p {
    margin: 0;
}

.header-content {
    display: flex;
    flex-direction: column;
    align-items: center;
}

.logo {
    margin-bottom: 10px;
}

nav {
    margin-top: 10px;
}

nav ul {
    list-style-type: none;
    padding: 0;
    margin: 0;
}

nav ul li {
    display: inline;
    margin-right: 20px;
}

nav ul li a {
    text-decoration: none;
    color: black;
}


