*{
    margin: 0;
    padding: 0;
    box-sizing: border-box;
    animation: show-content 0.5s linear forwards;
    animation-delay: 0.8s;
}
body{
    background-color: black;
}
.back1{
    background-image: url(https://cdn.pixabay.com/photo/2024/02/12/16/05/siguniang-mountain-8568913_1280.jpg);
    width: 100%;
    height: 700px;
    background-position: center;
    background-size: cover;
    z-index: -1;
    opacity: 0;

}

.navbar{
    display: flex;
    width: 100%;
    height: 70px;
    justify-content: space-between;
    align-items: center;
    position: fixed;
    transition: 0.3s ease;
    z-index: 5;
    animation: show-content 0.2s linear forwards;
    animation-delay: 0.3s;

}
.text{
    margin-right: 160px;
}
.text a {
  font-family: Raleway;  
  position: relative; 
  margin-left: 50px;
  text-decoration: none;
  color: #FFC107;
  font-weight: 500;
  transition: color 0.2s ease;
  font-size: 20px;
  right: -100px;
  font-weight: bold;
}

.text a::before {
  content: "";
  position: absolute;
  left: 0;
  bottom: -4px; 
  width: 0;
  height: 1px;
  background-color: #5682B1;
  transition: width 0.2s ease;
}

.text a:hover::before {
  width: 100%;
}
.navbar:hover{
    background-color: rgb(0, 0, 0);
    
}
.search{
    position: relative;
    text-align: center;
    top: 250px;
}
.search>h1{
    color: #06154d;
    font-size: 100px;
    font-weight: 900;
    font-family:'Trebuchet MS', 'Lucida Sans Unicode', 'Lucida Grande', 'Lucida Sans', Arial, sans-serif;
}
.search>div> input{
    border-style: none;
    padding: 10px;
    width: 340px;
    border-radius: 0;
    border: 0.5px solid rgb(79, 49, 49);
    background-color: rgb(255, 255, 255);

}
.search > div > button{
    border-style: none;
    padding: 10px;
    width: fit-content;
    margin-top: 10px;
    right: 4px;
}
.search > div> button:hover{
    background-color: rgb(150, 150, 236);
    cursor: pointer;
}
.container{
    max-width: 90%;
    height: 300px;
    text-align: center;
    margin: auto;
    display: flex;
    align-items: center;
    position: relative;
    margin-left: 200px;
    gap: 60px;
    right: 80px;
}
main > h1{
    color: #E0E0E0;
    margin-top: 90px;
    font-size: 40px;
    margin-left: 195px;
    font-family:'Segoe UI', Tahoma, Geneva, Verdana, sans-serif ;
    font-weight: 900;
    position: relative;
    right: 80px;
}
.box{
    width: 300px;
    height: 250px;
    background-color: black;
    overflow: hidden;
    background-color: #2F3645;
    animation: fadeIn 0.8s ease forwards;
}
.box > a > img {
    height: 150px;
    width: 300px;
    object-fit: cover;
    transition: transform 0.3s ease;


}
.box > a > img:hover{
    transform: scale(1.1);
}
.box > h2{
    margin-top: 20px;
    color: #CAE0BC;

}
.box > p{
    margin-top: 5px;
    color: #CAE0BC;
}
.hero-sec{
    background-image: url(https://thumbs.dreamstime.com/b/family-hike-family-two-kids-have-hiking-mountains-119202019.jpg);
    position: relative;
    background-position: center;
    background-size: cover;
    max-width:77%;
    height: 600px;
    align-items: center;
    margin: auto;
    border-radius: 15px;
    overflow: hidden;
    display: flex;
    justify-content: center;
    margin-top: 80px;
    
}
.hero{
    display: flex;
    justify-content: right;
    margin-top: 0;
}
.hero-sec > .hero > h1{
    color:#204c08;
    font-size: 50px;
    position: absolute;
    top: 80px;
    margin-left: 20px;
}
.reviews{
    max-width: 75%;
    height: 200px;
    align-items: center;
    margin: auto;
    display: flex;
    justify-content: space-between;
    margin-top: 100px;
    color: rgb(205, 238, 247);

}
main > .reviews > .sec-1 > h1 {
    font-size: 60px;
    font-family:'Times New Roman', Times, serif;
    padding: 10px;
    text-align: center;
    margin-left: 25px;
}
main > .reviews > .sec-1 > h4{
    text-align: center;
    padding: 5px;
    color: rgb(0, 200, 255);
}
main > .reviews > .sec-1 > p{
    text-align: center;   
    margin-left: 10px;
}

main > .reviews > .sec-2 > h1 {
    font-size: 60px;
    font-family:'Times New Roman', Times, serif;
    padding: 10px;
    text-align: center;
    margin-left: 21px;
}
main > .reviews > .sec-2 > h4{
    text-align: center;
    padding: 5px;
    color:rgb(0, 200, 255);
}
main > .reviews > .sec-2 > p{
    text-align: center;   
    margin-left: 10px;
}
main > .reviews > .sec-3 > h1 {
    font-size: 60px;
    font-family:'Times New Roman', Times, serif;
    padding: 10px;
    text-align: center;
    margin-left: 15px;
}
main > .reviews > .sec-3 > h4{
    text-align: center;
    padding: 5px;
    color:rgb(0, 200, 255);
}
main > .reviews > .sec-3 > p{
    text-align: center;   
    margin-right: 10px;
}
main > .activity > div{
    width: 80%;
    margin: auto;
    text-align: center;
}
.activity>div{
    display: flex;
    justify-content: space-between;
}

.circle >a> img {
    width: 180px;
    border-radius: 50%;
    object-fit: cover;
    overflow: hidden;
    transition: transform 0.2s ease;
}
.circle > h4{
    font-size: 23px;
    font-weight: 500;
    margin-top: 15px;
}
.circle >a> img:hover{
    
    transform: scale(1.1);
}
.activity{
    margin-top: 100px;
}
footer > .background {
    overflow: hidden;
    margin-top: 60px;
    background-image: url(https://freerangestock.com/sample/110837/snow-covered-mountain-range-at-night.jpg);
    width: 100%;
    height: 600px;
    background-position: center;
    background-size: cover;
    border-top: 3px solid rgb(0, 0, 0);

}
.foot{
    display: flex;
    justify-content: space-around;
    position: relative;
    top: 150px;
}
.foot > .about, .resource, .contact-info, .social, .legals{
    display: flex;
    flex-direction: column;
    gap: 10px;

}
.foot > .about>a, .resource>a, .contact-info> a, .social >a, .legals > a{
    text-decoration: none;
    font-size: 20px;
    color: black;
    transition: transform 0.2s ease; 
}

/* .foot > .about>a:hover{
    transform: scale(1.1);
}
.foot > .resource>a:hover{
    transform: scale(1.1);
}
.foot > .contact-info>a:hover{
    transform: scale(1.08);
}
.foot > .social>a:hover{
    transform: scale(1.1);
}
.foot > .legals>a:hover{
    transform: scale(1.05); */
}
.foot > .about>h3, .resource>h3, .contact-info> h3, .social >h3, .legals > h3{
    font-size: 26px;
}

@keyframes show-content {
    100%{
    visibility: visible;
    opacity: 1;
    }
}
.container{
    animation: show-content 0.5s linear forwards;
    animation-delay: 0.8s;
}