*{
    margin: 0;
    padding: 0;
    box-sizing: border-box;
    scroll-behavior: smooth;
    font-family: sans-serif;
}
:root{
    --primary-color: rgb(25,29,35);
    --secondary-color: rgb(255,0,0);
}
.container{
    /* max-width: 1300px; */
    padding: 1rem;
    margin: 0 auto;
}
.nav{
    width: 100%;
    align-items: center;
    justify-content: space-between;
    height: 100px;
    z-index: 1;
    position: absolute;
    background: inherit;
    display: flex;
    gap: 8px;
}
.navleft{
    gap: 48px;
    display: flex;
}
.navleft .nav-img{
    width: 200px;
    /* background-color: #fff; */
    align-items: center;
    justify-content: center;
    display: flex;
}
.navleft .nav-img img{
    width: 100px;
    height: 70px; 
    object-fit: cover;
} 
.nav-links{
    width: 650px;
    /* background-color: #fff; */
}
.nav-links ul{
    display: flex;
    gap: 10px;
    list-style: none;
}
/* hero section */
.hero-container{
    width: 100%;
    height: 650px;
    z-index: -1;
    align-items: center;
    justify-content: first-baseline;
    display: flex;
    padding: 30px;
    position: relative;
    background-repeat: no-repeat;
    background-size: cover;
    background-image: url(./images/tour.jpeg);
}
.hero-item{
    width: 300px;
    height: 200px;
    margin-top: 150px;
}
.hero-item h1{
    color: #fff;
    font-size: 3.825rem;
}
.hero-item .hero-link{
    display: flex;
    gap: 7px;
    padding-top: 10px;
}
.hero-link a{
    color: #fff;
    text-decoration: none;
    font-size: 1.15rem;
}
.hero-link a:hover{
    text-decoration: underline;
}
.hero-link h5{
    color: #fff;
}
.hero-link p{
    color: #fff;
    font-size: 1.15rem;
    text-decoration: underline;
}
/* hero section end */
/* about section */
.about-container{
    width: 100%;
    display: flex;
    gap: 80px;
    padding: 20px;
    max-width: 1440px;
    margin: 0 auto;
    justify-content: space-between;
}
.about-item{
    width: 40%;
    height: 600px;
    justify-content: center;
    align-items: center;
    display: flex;
}
.about-item img{
    width: 40%;
    height: auto;
    object-fit: cover;
    position: absolute;
    display: flex;
    justify-content: center;
    align-items: center;
}
.about-item a{
    text-decoration: none;
}
.play{
    width: 150px;
    height: 150px;
    border-radius: 100px;
    position: relative;
    display: flex;
    justify-content: center;
    align-items: center;
    background-color: #191D23;
}
.about-item a .play i{
    color: #fff;
    font-size: 2rem;
}
.about-item1{
    width: 50%;
    display: flex;
    gap: 10px;
    flex-direction: column;
    padding-top: 20px;
    height: 700px;
}
.about-item1 h1{
    font-size: 3.375rem;
    font-weight: 600;
    padding-bottom: 30px;
    color: #181D24;
    text-transform: uppercase;
}
.about-items{
    width: 90%;
    display: flex;
    flex-direction: column;
    gap: 20px;
    padding-top: 10px;
    height: 300px;
}
.about-items h6{
    font-size: 1rem;
    color: #181D24;
    letter-spacing: 0.2px;
}
.about-items p{
    color: #181D24;
    line-height: 26px;
    font-weight: 500;
}
.about-items h4{
    font-weight: 200;
    color: #181D24;
    font-size: 4rem;
    text-transform: uppercase;
}
@media screen and (max-width:768px){
    .about-container{
        flex-direction: column;
    }
    .about-item{
        width: 100%;
    }
    .about-item img{
        width: 90%;
        height: 400px;
    }
    .play{
        width: 100px;
        height: 100px;
    }
    .about-item1{
        width: 100%;
        height: auto;
        gap: 10px;
    }
    .about-items{
        height: auto;
    }
}
/* about section end */
/* background section */
.background-container{
    width: 100%;
    height: 700px;
    display: flex;
    justify-content: center;
    align-items: center;
    background-size: cover;
    background-repeat: no-repeat;
    background-image: url(./images/bg-video2.jpeg);
}
.background-container a{
    text-decoration: none;
}
.background-container .background-item{
    width: 150px;
    border: 1px solid #fff;
    height: 150px;
    border-radius: 100px;
    display: flex;
    justify-content: center;
    align-items: center;
}
.background-container .background-item i{
    font-size: 2.725rem;
    color: #fff;
}
.background-container .background-item:hover{
    background-color: #ff0000;
    opacity: 0.8;
    border: none;
    transition: 1s ease-in-out;
}
/* background video section end */
/* services section */
.services-container{
    width: 100%;
    padding: 20px;
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 20px;
}
.services-item{
    width: 400px;
    height: 420px;
    text-align: center;
}
.services-item img{
    width: 400px;
    height: 300px;
    object-fit: cover;
}
.services-item h4{
    text-transform: uppercase;
    color: #181D24;
    font-weight: 500;
    font-size: 2rem;
    width: 300px;
    padding: 10px;
    display: flex;
    margin: 0 auto;
}
#services a{
    text-decoration: none;
}
#services button{
    width: 300px;
    height: 60px;
    display: flex;
    margin: 0 auto;
    text-transform: uppercase;
    text-align: center;
    justify-content: center;
    align-items: center;
    margin-bottom: 100px;
    margin-top: 50px;
    background-color: #000;
    color: #fff;
    border: none;
    font-size: 0.875rem;
}
#services button:hover{
    border: 3px solid #ff0000;
    color: #ff0000;
    background-color: #161616;
}
@media screen and (max-width:768px) {
    .services-container{
        flex-direction: column;
    }
    .services-item{
        width: 90%;
    }
    .services-item img{
        width: 100%;
    }
}
/* services section end */
/* team section */
#team{
    background-color: #000;
}
.team-header{
    justify-content: space-between;
    align-items: flex-end;
    display: flex;
    padding: 1rem;
    width: 100%;
    padding-top: 100px;
    max-width: 1440px;
    margin: 0 auto;
}
.teamheader-item{
    width: 200px;
    height: 200px;
    display: flex;
    align-items: flex-end;
}
.teamheader-item p{
    color: #fff;
    font-size: 3.3rem;
    text-transform: uppercase;
    font-weight: 600;
}
.teamheader-item1{
    width: 590px;
    height: 200px;
    gap: 20px;
    display: flex;
    flex-direction: column;
}
.teamheader-item1 h5{
    color: #fff;
    font-size: 1.25rem;
}
.teamheader-item1 p{
    color: #fff;
    line-height: 30px;
    font-size: 1.05rem;
}
.team-container{
    width: 100%;
    display: flex;
    gap: 10px;
    margin-top: 30px;
    padding: 10px;
    justify-content: center;
    align-items: center;
}
.team-item{
    width: 480px;
    height: 600px;
}
.team-item img{
    width: 100%;
    height: 500px;
    object-fit: cover;
}
.team-item h4{
    color: #fff;
    text-transform: uppercase;
    font-size: 1.25rem;
    padding-top: 10px;
}
.team-item p{
    color: #fff;
    letter-spacing: -0.2px;
    text-transform: uppercase;
    padding-top: 10px;
}
@media screen and (max-width:768px) {
    .team-header{
        flex-direction: column;
    }
    .teamheader-item{
        width: 100%;
        display: flex;
        justify-content: center;
        align-items: center;
    }
    .teamheader-item1{
        width: 100%;
        height: auto;
        display: flex;
        justify-content: center;
        align-items: center;
    }
    .team-container{
        flex-direction: column;
    }
    .team-item{
        width: 90%;
        height: auto;
    }
    .team-item img{
        width: 100%;
    }
}
/* team section end */
/* visit section  */
#visit{
    background-color: #DBD6D6;
    padding: 1rem;
}
.visit-container{
    width: 100%;
    align-items: center;
    justify-content: space-between;
    display: flex;
    padding: 2rem;
}
.visit-item{
    width: 600px;
    display: flex;
    flex-direction: column;
    justify-content: center;
    height: 300px;
}
.visit-item h1{
    font-size: 3.15rem;
    text-transform: uppercase;
}
.visit-item h4{
    padding-top: 50px;
    font-weight: 100;
    text-decoration: underline;
    font-size: 1.75rem;
    font-weight: 600;
    letter-spacing: 0.2px;
    color: #181D24;
}
.visit-item p{
    color: #181D24;
    font-weight: 600;
    font-size: 1.65rem;
    padding-top: 30px;
    line-height: 2rem;
}
.visit-item1{
    width: 300px;
    height: 100px;
    display: flex;
    justify-content: center;
    align-items: center;
}
.visit-item1 button{
    width: 200px;
    height: 60px;
    background-color: #000;
    text-transform: uppercase;
    font-size: 1rem;
    text-align: center;
    color: #fef;
}
.visit-item1 button:hover{
    color: #ff0000;
    transition: 0.7s ease-in-out;
}
@media screen and (max-width:768px) {
    .visit-container{
        flex-direction: column;
    }
    .visit-item{
        width: 100%;
        height: auto;
        margin-bottom: 30px;
    }
    .visit-item1{
        width: 100%;
        height: auto;
        justify-content: flex-start;
        align-items: flex-end;
    }
}
/* visit section end */
/* footer */
.footer-container{
    width: 100%;
    padding: 10px;
    gap: 20px;
    display: flex;
    flex-direction: column;
    border-radius: 10px;
    background-color: #191D23;
}
.nav-footer{
    width: 100%;
    max-width: 1280px;
    height: 70px;
    border-bottom: 1px solid #2F3337;
    margin: 0 auto;
    align-items: center;
    justify-content: center;
    display: flex;
}
.nav-footer .navfooter-links{
    display: flex;
    list-style: none;
    gap: 20px;
}
.nav-footer .navfooter-links a{
    text-decoration: none;
    color: #fff;
    font-size: 1rem;
    font-weight: 600;
}
.nav-footer .navfooter-links a:hover{
    color: #ff0000;
}
.footer-item{
    display: flex;
    flex-direction: column;
    justify-content: center;
    gap: 10px;
    align-items: center;
    padding-bottom: 50px;
}
.footer-item img{
    width: 150px;
}
.footer-item h4{
    text-transform: uppercase;
    color: #71677b;
}
.footer-item p{
    color: #fff;
    font-size: 0.875rem;
}
.footer-end{
    padding: 30px;
    color: #71677b;
    align-items: center;
    justify-content: center;
    display: flex;
}
@media screen and (max-width:768px) {
    .nav-footer{
        display: none;
    }   
}