
@font-face {
    font-family:Circula Thin ;
    src: url(./circula-medium.otf);
}
*{
margin: 0;
padding: 0;
box-sizing: border-box;
font-family: Circula Thin;
}
html, body{
width: 100%;
 height: 100%;
}
#nav{
    position: fixed;
    left: 50%;
    top: 2%;
    transform:translate(-50%,0) ;
    width: 98%;
    height: 65px;
    background-color: rgba(255, 255, 255, 0.612);
    backdrop-filter: blur(5px);
    border-radius: 15px;
    display: flex;
    align-items: center;
    justify-content: space-between;
    z-index: 999;
    padding: 0 30px;
}
#nav h1{
    font-weight: 500;
}
#logo{
    width: 120px;
    height: 40px;
    /* background-color: rebeccapurple; */
    display: flex;
    align-items: center;
    gap: 10px;
}
#menu{
    position: relative;
    width: 40px;
    height: 40px;
    border-radius: 50%;
    /* background-color: red; */
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    gap: 2px;
    border: 1px solid black;
}
#menu .cir{
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%,-50%) scale(0);
    height: 100%;
    width: 100%;
    background-color: black;
    border-radius: 50%;
    transition: all ease 0.5s;
}
#menu:hover .cir{
    transform: translate(-50%,-50%) scale(1);

}
#menu:hover .line{
    width: 50%;
    background-color: white;
}
#menu #m1{
    transform: rotate(0deg);
}

#menu #m3{
    transform: rotate(0deg);
    transform-origin: left;

}

#menu .line{
    width: 50%;
    height: 2px;
    background-color: black;
    transition: all ease 0.5s;
    z-index: 9;
}
#logo h1{
    font-family: gilroy;
    font-size: 20px;
    font-weight: 600;
}
#navigation{
    position: absolute;
    top: -120%;
    height: 100vh;
    width: 100%;
    background-color: #181818;
    z-index: 99;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    gap: 20px;
}
#navigation .in{
    position: relative;
    width: 40%;
    height: 120px;
    border-radius: 15px;
    overflow: hidden;
    
}
#navigation .in:hover .slide{
    top: 0;
    border-radius: 0%;
}
.slide{
    position: absolute;
    top: 100%;
    left: 0;
    height: 100%;
    width: 100%;
    display: flex;
    align-items: center;
    white-space: nowrap;
    transition: all ease 0.5s;
    border-radius: 50%;
}
#t{
    background-color: #29525E;
    color: white;
}
#c{
    background-color: #C4A173;
    color: white;
}
#j{
    background-color: #40522E;
    color: white;
}
#cr{
    background-color: #FA5C40;
    color: white;
}
.slide h2{
    font-size: 50px;
    font-family: gilroy;
    font-weight: 500;
    margin-right: 20px;
    animation-name: scroll;
    animation-duration: 2s;
    animation-timing-function: linear;
    animation-iteration-count: infinite;
}
@keyframes scroll {
    0%{
        transform: translateX(0%);
    }
    100%{
        transform: translateX(calc(-100% - 24px));
    }
}
#navigation .in h1{
    height: 100%;
    width: 100%;
    font-family: gilroy;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 50px;
    color: #F4F4F4;
    font-weight: 600;
}
#navigation .sm{
    width: 30%;
}
#navigation #drip{
    width: 100%;
    height: 25%;
    position: absolute;
    bottom: -20%;
    background-image: url(./drip.png);
}
#nav-pt1{
    position: relative;
    width: 135px;
    height: 45px;
    border-radius: 10px;
    display: flex;
    align-items: center;
    justify-content: center;
    border: 1px solid black;
    overflow: hidden;
}
#nav-pt1:hover .slide{
    top: 0;
    border-radius: 0;
}
#nav-pt1:hover{
    border: none;
}
#nav-pt1  h2{
    font-family: gilroy;
    font-weight: 500;
    font-size: 16px;
}
#main{
    width: 100%;
    background-color: #F4F4F4;
}

#page1{
    height: 50vh;
    width: 100%;
    display: flex;
    align-items: flex-end;
    justify-content: center;
    text-align: center;
    padding: 60px 0;
}
#page1 h1{
    font-size: 60px;
    font-family: remixicon;
    font-weight: 500;
}
#page2{
    position: relative;
    height: 100vh;
    width: 100%;
    background-color: #F4F4F4;
    display: flex;
    align-items: center;
    justify-content: space-between;
}
#page2 .elem{
    height: 100%;
    width: calc(100%/3);
    display: flex;
    align-items: center;
}
.i{
    width: 50%;
    height: 100%;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    gap: 3vw;
}
.i img{
    height: 50%;
    width: 100%;
    object-fit: cover;
}
.i video{
    height: 50%;
    width: 100%;
    object-fit: cover;
}
.i #a{
    height: 60%;
}
.i #b{
    height: 30%;
}
.elem:nth-child(1) .i:nth-child(1){
    width: 30%;
}
.elem:nth-child(1) .i:nth-child(2){
    width: 70%;
    padding:2vw;
}
.elem:nth-child(3) .i:nth-child(1){
    width: 70%;
    padding:2vw;
}
.elem:nth-child(3) .i:nth-child(2){
    width: 30%;
}
#cent{
    position: absolute;
    top: 15%;
    left: 50%;
    transform: translate(-50%,0);
}
#cent video{
    height: 100%;
    width: 100%;
    object-fit: cover;
}
#page2 h1{
    position: absolute;
    top: 8%;
    left: 50%;
    transform: translate(-50%,0);
    font-size: 100px;
    font-weight: 500;
}

#page3{
    position: relative;
    height: 100vh;
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
}
#page3>img{
    width: 80%;
    height: 80%;
    border-radius: 20px;
}

canvas{
    position: absolute;
    bottom: 0;
    max-width: 100vw;
    max-height: 100vh;
    clip-path: polygon(0 100%, 100% 100%, 100% 100%, 0 100%);
}
#page3 h1{
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%,-50%);
    font-size: 60px;
    font-family: gilroy;
    font-weight: 500;
    text-align: center;
    color: white;
    opacity: 0;
}

.c-scrollbar_thumb{
    background-color: rgb(0, 95, 102) !important;
}
#page4{
    min-height: 100vh;
    width: 100%;
}
#page4 .row{
    height: 80vh;
    width: 100%;
    background-color: rebeccapurple;
    display: flex;
    align-items: center;
    padding: 2vw;
    gap: 2vw;
}
#page4 .card{
    height: 100%;
    width: 49%;
    border-radius: 20px;
    background-size: cover;
    background-position: center;
    transition: all cubic-bezier(0.19, 1, 0.22, 1) 1s;
    overflow: hidden;
}

#page4 .row:nth-child(1){
    background-color: #f1f1f1;
}
#page4 .row:nth-child(1)  .card:nth-child(1){
    background-image: url(https://lightshiprv.com/assets/images/static/Reserve_CTA_InteriorA.jpg);
}
#page4 .row:nth-child(1) .card:nth-child(2){
    background-image: url(https://lightshiprv.com/assets/images/static/Reserve_CTA_Exterior.jpg);
}
#page4 .row:nth-child(1) .card:hover{
    width: 70%;
}

#page4 .row:nth-child(1) .card .overlay{
    height: 100%;
    width: 100%;
    padding: 2vw;
    transition: all cubic-bezier(0.19, 1, 0.22, 1) 0.5s;

}
#page4 .row:nth-child(1) .card .overlay .text{
    width: 28vw;
    height: 100%;
    padding-top: 60px;
    margin-top: 300px;
    transition: all cubic-bezier(0.19, 1, 0.22, 1) 0.5s;
    color: white;
}
.overlay .text h2{
    font-family: gilroy;
    font-size: 60px;
    font-weight: 200;
    margin-bottom: 30px;
}
.overlay .text h4{
    font-family: gilroy;
    font-size: 38px;
    font-weight: 500;
}
#page4 .row:nth-child(1) .card:nth-child(1):hover .overlay {
    background-color: #29525E;
}
#page4 .row:nth-child(1) .card:nth-child(2):hover .overlay {
    background-color: #FA5C40;
}
#page4 .row:nth-child(1) .card:hover .overlay .text{
    margin-top: 0px;
}
#page4 .row:nth-child(2){
    background-color: #fff;
}

#page4 .row:nth-child(2) .card:nth-child(1){
   padding: 2vw;
}
#page4 .row:nth-child(2) .card:nth-child(1) h6{
   font-family: gilroy;
   font-weight: 500;
   font-size: 14px;
   width: 70%;
}
#page4 .row:nth-child(2) .card:nth-child(1) h2{
    font-family: gilroy;
    font-size: 45px;
    width: 70%;
    margin: 30px 0;
    line-height: 1.2;
}

#page4 .row:nth-child(2) .card:nth-child(1) button{
    padding: 15px 35px;
    font-size: 20px;
    font-weight: 500;
    font-family: gilroy;
    border-radius: 10px;
    margin-top: 30px;
    border: 1px solid black;
}
#page4 .row:nth-child(2) .card:nth-child(2){
    background-image: url(https://lightshiprv.com/uploads/ctas/CTA_2-1200x1200.jpg);
}

#page5{
    position: relative;
    height: 100vh;
    width: 100%;
    background-color: #fff;
    overflow: hidden;
}

#page5 img{
    position: absolute;
    left: 50%;
    bottom: 10%;
    transform: translate(-50%,0) scale(.9) rotate(-2deg);
    height: 70%;
    width: 28%;
    background-color: rgb(255, 255, 255);
}
#page5 #one{
    z-index: 9;
}
#page5 #two{
    opacity: .1;
    z-index: 8;
    object-fit: cover;
}
#page5 #three{
    opacity: .1;
    z-index: 7;
}

#page6{
    min-height: 100vh;
    width: 100%;
    background-color: #F4F4F4;
}
.part{
    height: 60vh;
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
}
.part:nth-child(2){
    padding: 2vw;
}
.part #li{
    width: 60%;
    height: 30vh;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
}
#st{
    height: 10vh;
    width: 20%;
    display: flex;
    align-items: center;
    justify-content: space-between;
}
#st img{
    height: 60px;
}
#ls{
    height: 20vh;
    width: 100%;
    display: flex;
    align-items: center;
    justify-content:center ;
    overflow: hidden;
}
#ls h1{
    font-size:150px;
    letter-spacing: 30px;
}
#ls h1 span{
    display: inline-block;
}

#ls h1 span:nth-child(2n){
    transform: translateY(50%);
}
#ls h1 span:nth-child(2n - 1){
    transform: translateY(70%);
}
#footer{
    height: 100%;
    width: 100%;
    background-color: #E8E8E8;
    border-radius: 20px;
    display: flex;
    align-items: center;
    justify-content: space-between;
    overflow: hidden;
}
#footer .elem{
    height: 100%;
    width: 30%;
    padding: 2vw;
}
#footer .elem h5{
    font-family: gilroy;
    font-size: 18px;
    font-weight: 600;
    margin-bottom: 10px;
}
#footer .elem #row{
    display: flex;
    align-items: center;
    justify-content: space-between;
    border-radius: 10px;
    overflow: hidden;
    margin-top: 50px;
}
#footer .elem input{
    width: 70%;
    padding: 15px;
    border: none;
    outline: none;
    background-color: #fff;
    font-family: gilroy;
    font-size: 15px;
}
#footer .elem button{
    width: 30%;
    padding: 15px;
    background-color: black;
    color: white;
    font-family: gilroy;
    font-size: 15px;
}
#footer .elem input::placeholder{
    color: black;
    font-weight: 600;
}
#footer .elem:last-child{
    width: 20%;
    overflow: hidden;
    padding:0;
}
#footer .elem:last-child img{
    height: 100%;
    width: 100%;
    object-fit: cover;
    transform: scale(1);
    transition: all ease 0.2s;
}
#footer .elem:last-child:hover img{
    transform: scale(1.2);

}