* {
    margin: 0px;
    padding: 0px;
}

body {
    font-family: "Poppins", sans-serif;
    font-weight: 400;
    font-style: normal;
}

.navbar {
    color: #393E46;
    padding: 20px;
    display: flex;
    justify-content: space-around;
    flex-direction: row;
    align-items: center;

}

.navbar-one {
    display: flex;
    align-items: center;
}

.navbar-one img {
    height: 40px;
    width: 40px;
    display: flex;
}

.navbar-two {
    display: flex;
    gap: 40px;
    font-weight: 600;
    font-size: 14px;
    align-items: center;
    width: 400px;
   cursor: pointer;
}

.navbar-two p:hover {
      transform: scale(1.1);
      z-index: 2; 
}

.navbar-three {
    display: flex;
    gap: 30px;
    align-items: center;
}

.navbar-three__button {
    width: fit-content;
    height: fit-content;
    padding: 10px;
    border-radius: 30px;
    background-color: #393E46;
    color: white;
    align-items: center;
    cursor: pointer;
}

.navbar-three__button:hover{
    background-color: transparent;
    color: black;
}

.header-title {
    color: #393E46;
    font-size: 24px;
    top: 120px;
    left: 40%;
    text-align: center;
}

.search-categories {
    display: flex;
    flex-direction: row;
    justify-content: center;
    padding-top: 50px;
    position: relative;
    gap: 15px;
    font-weight: 500;
    cursor: pointer;
}

.search-bar {
    display: flex;
    flex-direction: row;
    justify-content: center;
}

.search-bar__input {
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    align-items: center;
    width: 45%;
    box-shadow: rgba(0, 0, 0, 0.35) 0px 5px 15px;
    border-radius: 40px;
    padding: 8px;
    margin-top: 15px;
}

.placeholder {
    width: 80%;
    border: none;
    background-color: transparent;
    font-size: 18px;
}

.placeholder:focus {
    outline: none;
}

.search-button {
    background-color: #79AC78;
    border: none;
    color: white;
    height: 40px;
    width: 80px;
    border-radius: 40px;
    font-size: 14px;
    font-weight: 600;
    cursor: pointer;
}

.trip-post__box {
    display: flex;
    flex-direction: row;
    justify-content: center;
    position: relative;

}

.background-box {
    background-color: #79AC78;
    height: 450px;
    width: 1100px;
    border-radius: 15px;
    margin-top: 40px;

}

.post img {
    height: 400px;
    width: 480px;
    padding: 25px;
    border-radius: 40px;
}

.post-one {
    color: white;
    height: 150px;
    width: 460px;
    position: absolute;
    font-size: 46px;
    right: 240px;
    top: 120px;
}

.post-two {
    color: white;
    position: absolute;
    right: 335px;
    top: 340px;
}

.post-button {
    background-color: #393E46;
    color: white;
    box-shadow: rgba(0, 0, 0, 0.35) 0px 5px 15px;
    height: 50px;
    width: 200px;
    border: none;
    border-radius: 20px;
    position: absolute;
    bottom: 50px;
    right: 400px;
    cursor: pointer;
}

.post-button:hover{
    background-color: white;
    color: #393E46;
}

.categories-one {
    margin-top: 50px;
    padding-left: 100px;
    position: relative;
}

.categories-one__image {
    display: flex;
    flex-direction: row;
    justify-content: center;
    padding: 20px;
    gap: 20px;
    margin-right: 80px;
}

.categories-one__image img {
    height: 250px;
    width: 320px;
    border-radius: 10px;
}

.categories-one__title {
    color: white;
}

.categories-one__title__one {
    position: absolute;
    bottom: 30px;
    left: 110px;
}

.categories-one__title__two {
    position: absolute;
    bottom: 30px;
    left: 450px;
}

.categories-one__title__three {
    position: absolute;
    bottom: 30px;
    right: 555px;
}

.categories-one__title__four {
    position: absolute;
    bottom: 30px;
    right: 116px;
}

.next-icon img {
    position: absolute;
    right: 55px;
    top: 175px;
    height: 50px;
    width: 50px;
}

.categories-two {
    margin-top: 50px;
    padding-left: 100px;
    position: relative;
}

.categories-two__image {
    display: flex;
    flex-direction: row;
    justify-content: center;
    padding: 20px;
    gap: 20px;
    margin-right: 80px;
}

.categories-two__image img {
    height: 250px;
    width: 320px;
    border-radius: 10px;
}

.next-icon img {
    position: absolute;
    right: 55px;
    top: 175px;
    height: 50px;
    width: 50px;
}

.content-back {
    position: relative;
}

.content-image {
    display: flex;
    flex-direction: row;
    justify-content: center;
    padding-top: 100px;
}

.content-image img {
    width: 70%;
    height: 550px;
    border-radius: 10px;
}

.content {
    color: white;
    font-size: 20px;
    position: absolute;
    bottom: 100px;
    left: 250px;
}

.content-buttom {
    background-color: white;
    height: 60px;
    width: 260px;
    border: none;
    border-radius: 30px;
    position: absolute;
    bottom: 15px;
    left: 280px;
}

.categories-three {
    background-color: #f3f3f3;
    height: 400px;
    padding: 20px;
    align-items: center;
    margin-top: 50px;
    padding-left: 150px;
    position: relative;
}

.categories-three__desc {
    font-weight: 100;
}


.categories-three__image {
    display: flex;
    flex-direction: row;
    justify-content: center;
    text-align: center;
    padding: 20px;
    gap: 20px;
    margin-right: 80px;

}

.categories-three__image img {
    height: 250px;
    width: 400px;
    border-radius: 10px;
}

.categories-four {
    margin-top: 50px;
    padding-left: 100px;
    position: relative;
}

.categories-four__image {
    display: flex;
    flex-direction: row;
    justify-content: center;
    padding: 20px;
    gap: 20px;
    margin-right: 80px;
}

.categories-four__image img {
    height: 250px;
    width: 320px;
    border-radius: 10px;
}

.categories-four__image h4 {
    background-color: #f3f3f3;
    font-size: 14px;
    width: fit-content;
    height: fit-content;
    padding: 2px;
    font-weight: 300;
    border-radius: 5px;
}

.categories-five {
    margin-top: 50px;
    padding-left: 100px;
    position: relative;
}

.categories-five__image {
    display: flex;
    flex-direction: row;
    justify-content: center;
    padding: 20px;
    gap: 20px;
    margin-right: 80px;
}

.categories-five__image img {
    height: 250px;
    width: 320px;
    border-radius: 10px;
}

.categories-five__title {
    color: white;
}

.categories-five__title__one {
    position: absolute;
    bottom: 30px;
    left: 110px;
}

.categories-five__title__two {
    position: absolute;
    bottom: 30px;
    left: 450px;
}

.categories-five__title__three {
    position: absolute;
    bottom: 30px;
    right: 505px;
}

.categories-five__title__four {
    position: absolute;
    bottom: 30px;
    right: 95px;
}

.categories-five__nexticon img {
    position: absolute;
    right: 55px;
    top: 150px;
    height: 50px;
    width: 50px;
}

.content-back__two {
    background-color: #002b10;
    position: relative;
    height: 600px;
}

.content-back__two img {
    height: 600px;
    width: fit-content;
}

.content-two__image {
    display: flex;
    flex-direction: row;
    justify-content: end;
    position: absolute;
    right: 0;
}

.content-two {
    color: white;
    height: 400px;
    width: 420px;
    position: absolute;
    bottom: 100px;
    left: 250px;
}

.content-two h1 {
    font-size: 58px;
}

.content-two__buttom {
    background-color: white;
    height: 60px;
    width: 260px;
    border: none;
    border-radius: 30px;
    position: absolute;
    bottom: 15px;
    left: 280px;
}

.categories-six {
    margin-top: 50px;
    padding-left: 100px;
    position: relative;
}

.categories-six__image {
    display: flex;
    flex-direction: row;
    justify-content: center;
    padding: 20px;
    gap: 20px;
    margin-right: 80px;
}

.categories-six__image img {
    height: 350px;
    width: 300px;
    border-radius: 10px;
}

.categories-six__title {
    color: white;
}

.categories-six__title__one {
    position: absolute;
    bottom: 40px;
    left: 160px;
}

.categories-six__title__two {
    position: absolute;
    bottom: 40px;
    left: 480px;
}

.categories-six__title__three {
    position: absolute;
    bottom: 40px;
    right: 540px;
}

.categories-six__title__four {
    position: absolute;
    bottom: 40px;
    right: 260px;
}

.categories-six__title h4 {
    font-weight: 700;
}

.next-icon__six img {
    position: absolute;
    right: 94px;
    top: 210px;
    height: 50px;
    width: 50px;
}

.footer {
    background-color: #f3f3f3;
    padding: 40px;
    font-size: 14px;
    color: #393E46;
}

.footer-columns {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
}

.column {
    flex: 1 1 180px;
    margin: 10px;
}

.column h3 {
    font-size: 16px;
    margin-bottom: 10px;
}

.column ul {
    list-style: none;
    padding: 0;
}

.column ul li {
    margin: 6px 0;
}

.footer-bottom {
    border-top: 1px solid #ccc;
    margin-top: 30px;
    padding-top: 20px;
}

.footer-bottom p {
    margin: 10px 0;
}

.links {
    margin: 15px 0;
}

.links a {
    margin-right: 15px;
    color: #004F32;
    text-decoration: underline;
}

.links a:hover {
    text-decoration: none;
}

.footer-bottom a {
    color: #004F32;
}

