@font-face {
  font-family: 'Ubuntu-Regular';
  src: url('Assets/Fonts/Ubuntu/Ubuntu-Regular.ttf') format('truetype');
  font-weight: normal;
  font-style: normal;
}
*{
    margin: 0;
    padding: 0;
    box-sizing: border-box;
}
html,body{
    height: 100%;
    width: 100%;
    flex-wrap: nowrap;
    font-family: 'Ubuntu-Regular';
    overflow-x: hidden;
}

*::selection{
    background-color: #F6AB41;
    color: #ffffff;
}
body::-webkit-scrollbar{
    display: block;
    width: 8px;
    background:#adadad;
}
body::-webkit-scrollbar-thumb{
    background-color: #1F2F51;
    border-radius: 50px ;

}






header{
 height: 25vh;
 width: 100%;


 color: black;
}
#header-part1{
padding: 4.2vh 4.2vh;

    color: white;
    height: 8vh;
    width: 100%;
    background-color: #1F2F51;
    display: flex;
    align-items: center;
    justify-content: space-between;
}
#header-part1-num{
    padding-left: 3rem;
        display: flex;
    align-items: center;
    justify-content: space-between;
}
#header-part1-num-contact{
    display: flex;
    align-items: center;
    justify-content: space-around;
}
#header-part1-num h4{
    font-size: 1.2rem;
    margin-right: 3rem;
    font-weight: 500;
}
#header-part1-social a{
    text-decoration: none;
    color: white;
}
#header-part1-social i{
border-radius: 50%;
background-color: #43526D;
font-size: 1.3rem;
margin-left: 1rem;
padding: 1vh 1vh;
transition: all ease-in 0.1s;
}
#header-part1-social  i:hover{
    border-radius: 50%;
background-color: #1F2F51;
font-size: 1.2rem;
font-weight: 500;
}


#header-part2{
    padding: 4.2vh 4.2vh;

    color: #1F2F51;
    height: 16.5vh;
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: space-between;
}
#header-part2-logo{
    padding: 1vh 1vh;
    height: 16.4vh;
    width: 16.4vh;
    /* background-color: #1F2F51; */
}
#header-part2-logo img{
    height: 100%;
    width: 100%;
    border-radius: 50%;
    object-fit: cover;

}
#header-part2-menu-booking{
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding-left: 14rem;
}
#header-part2-menu-booking #menu{
    padding-right: 14rem;
    display: flex;
    align-items: center;
    justify-content: space-between;
}
#header-part2-menu-booking #menu h3{
cursor: pointer;
padding-left: 2rem;
font-size: 1rem;
font-weight: 700;
transition: all ease-out 0.3s;
text-transform: uppercase;

}
#header-part2-menu-booking #menu h3:hover{
color: #F6AB41;
}
#header-part2-menu-booking #menu i{
    font-weight: 1000;
    font-size: 1.2rem;
    padding-left: 0.2rem;
}
#header-part2-menu-booking #booking button{
    background-color: #F6AB41;
    color: white;
    font-size: 0.77rem;
    letter-spacing: 0.1rem;
    padding:2vh 4.5vh;
    border: none;
    border-radius: 10px;
    font-weight: 600;
text-transform: uppercase;
transition: all ease-in 0.2s;

}
#header-part2-menu-booking #booking button:hover{
    background-color: #1F2F51;
}
#menu-bar i{
    display: none;
    margin-left: 0.2rem;
}


#part1{
    height: 120vh;
    width: 100%;
    position: relative;
}

#background-video{
    height: 100%;
    width: 100%;
/* background-color: firebrick ; */
    z-index: -1;

}
#background-video iframe{
    height: 100%;
    width: 100%;
    object-fit: cover;
    z-index: -1;
}
#part1-container{
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate( -50% , -50%);
    height: 100%;
    width: 100%;
background-color: hsla(222, 30%, 32%, 0.91);




    
    z-index: 1;
    display: flex;
    align-items: center;
    justify-content: space-between;
}
#part1-left{
    height: 100%;
    width: 50%;
margin-left: 6rem;
margin-top: 8rem;

}
#part1-left-container{
height: 90%;
width: 90%;
background-color: #ffffff;
border: 4px solid #F6AB41;
border-radius: 30px;
position: relative;
    padding: 0vh 8vh;

}
#part1-left-container form{
    height: 90%;
    width: 90%;
    position: absolute;
    top: 50%;
    left: 30%;
    transform: translate(-30% , -50%);
    background-color: rgb(255, 255, 255);

}
#part1-left-container form h1{
    font-size: 2.4rem;
    color: #F6AB41;
    font-weight: 1000;
    padding-left: 8rem;
    padding-top: 1rem;
}
#part1-left-container form h4{
 width: 100%;
    height: 6.5vh;
    border-radius: 10px;
    font-size: 1rem;
    padding-top: 0.5rem;
    font-weight: 600;
    letter-spacing: 1px;
}
#part1-left-container form input,select{
    width: 100%;
    height: 6.5vh;
    border-radius: 10px;
    font-size: 1rem;
    padding: 1vh 1vh;

}
#part1-left-container form button{
    margin-top: 0.5rem;
    font-size: 0.9rem;
    letter-spacing: 1px;
    padding: 1.6vh 12.5vh;
    background-color: #F6AB41;
    font-weight:700;
    text-transform: uppercase;
    color: white;
    border: none;
    border-radius: 7px;
    transition: all ease-in 0.2s;
}
#part1-left-container form button:hover{
    background-color: #1F2F51;
}

#part1-right{
    height: 100%;
    width: 50%;
    position: relative;
}

#part1-right-container{
    color: white;
    position: absolute;
    top: 65%;
    left: 50%;
    transform: translate(-50% , -50%);
    height: 60%;
    width: 100%;
    /* background-color: #43526D; */
}
#part1-right-container #part1-right-headings h2{
font-size: 1.2rem;
font-weight: 200;
padding-bottom: 1.5rem;
}
#part1-right-container #part1-right-headings h1{
font-size: 3rem;
font-weight: 1000;
padding-bottom: 1.5rem;

}

#part1-right-container #part1-right-buttons button{
    font-size: 0.9rem;
    letter-spacing: 1px;
    padding: 2.5vh 6vh;
    background-color: #F6AB41;
    font-weight:700;
    text-transform: uppercase;
    color: white;
    border: none;
    border-radius: 7px;
    margin-right: 2rem;
    transition: all ease-in 0.2s;
}
#part1-right-container #part1-right-buttons button:hover{
    background-color: #1F2F51;
}
#part1-right-container #part1-right-buttons i{
    height: 4vh;
    width: 4vh;
    background-color: #ffffff;
    font-size: 1.5rem;
    padding: 3vh 3vh;
    border-radius: 50%;
    color: #F6AB41;
    transition: all ease-in 0.2s;

}
#part1-right-container #part1-right-buttons i:hover{
background-color: #1F2F51;
color: white;
}

#part2{
    height: 30vh;
    width: 100%;
    /* background-color: red; */

}
#part2-container{

    height: 100%;
    width: 100%;
display: flex;
align-items: center;
justify-content: space-around;

    scale: 0.9;

}

#part2-left{
    height: 100%;
    width: 50%;
    display: flex;
    align-items: center;
    justify-content: space-around;

}
#part2-right{
    height: 100%;
    width: 50%;
    display: flex;
    align-items: center;
    justify-content: space-around;

}
.reviews{

border-right: 2px solid #b2b9c7;
}
.reviews h1{
    margin-right: 3rem;
    font-size: 3rem;
    font-weight: 900;
    color: #F6AB41;
}
.reviews h4{
    margin-right: 3rem;
    font-size: 1.2rem;
    text-transform: uppercase;
}

#part3{
    height: 100vh;
    width: 100%;
}







/* Mobile Screen */

@media (max-width: 600px) {
html,body{
    height: 100%;
    width: 100%;
    overflow-x: hidden;
    position: relative;
}
    
body::-webkit-scrollbar{
   display: none;
}
body::-webkit-scrollbar-thumb{
display: none;

}


header{
 height: 18vh;
 width: 100%;
 color: black;
}
#header-part1{
padding: 1px 1px;
text-align: center;
    color: white;
    height: 8vh;
    width: 100%;
    background-color: #1F2F51;
}
#header-part1-num{
    padding-left: 1.91rem;
        display: flex;
    flex-direction: column;
    justify-content: space-between;
}
#header-part1-num h4{
    font-size: 0.87rem;
    font-weight: 600;
}
#header-part1-num-contact{
    padding-top: 0.5rem;
    display: flex;
    align-items: center;
    justify-content: space-around;
}
#header-part1-num-contact h4{
font-size: 0.71rem;
}

#header-part1-social a{
display: none;
}
#header-part1-social i{
display: none;
}


#header-part2{
    padding: 2vh 2vh;

    color: #1F2F51;
    height: 10.5vh;
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: space-between;
}
#header-part2-logo{
    padding: 1vh 1vh;
/* background-color: green; */
    height: 11vh;
    width: 11vh;

}
#header-part2-logo img{
border-radius: 50%;
scale: 1;
    height: 100%;
    width: 100%;
    object-fit: cover;

}

#header-part2-menu-booking {
    display: none;
}
#menu-bar i{
    display: block;
    font-size: 2rem;
color: #F6AB41;
}



#part1{
    height: 120vh;
    width: 100%;
}

#background-video{
    height: 50%;
    width: 100%;
/* background-color: firebrick ; */
    z-index: -1;

}
#background-video iframe{
    height: 100%;
    width: 100%;
    object-fit: cover;
    z-index: -1;
}
#part1-container{
    height: 100%;
    width: 100%;
background-color: hsla(222, 30%, 32%, 0.91);




    z-index: 1;
    display: flex;
    flex-direction: column-reverse;
}
#part1-left{
    height: 800vh;
    width: 100%;

position: relative;

}
#part1-left-container{
height: 100%;
width: 100%;
background-color: #ffffff;
border: 4px solid #F6AB41;
border-radius: 30px;
    padding: 0vh 8vh;
    position: absolute;
    top:80%;
    left: 38%;
    transform: translate(-50% , -50%);
}
#part1-left-container form{
    height: 100%;
    width: 80%;

    background-color: rgb(255, 255, 255);

}
#part1-left-container form h1{
    font-size: 1.9rem;
    color: #F6AB41;
    font-weight: 1000;
    padding-left: 2rem;
    padding-top: 1rem;
    text-align: center;
}
#part1-left-container form h4{
 width: 100%;
    font-size: 1rem;
    padding-top: 0.5rem;
    font-weight: 600;
    letter-spacing: 1px;
}
#part1-left-container form input,select{
    width: 100%;
    height: 5vh;
    border-radius: 10px;
    font-size: 1rem;
    padding: 1vh 1vh;

}
#part1-left-container form button{
    margin-top: 0.5rem;
    font-size: 0.9rem;
    letter-spacing: 1px;
    padding: 1.6vh 12.5vh;
    background-color: #F6AB41;
    font-weight:700;
    text-transform: uppercase;
    color: white;
    border: none;
    border-radius: 7px;
    width: 100%;

    transition: all ease-in 0.2s;
}
#part1-left-container form button:hover{
    background-color: #1F2F51;
}

#part1-right{
    margin-top: 2rem;
    height: 50%;
    width: 100%;
    position: relative;
    text-align: center;

}

#part1-right-container{
    color: white;
    position: absolute;
    top: 40%;
    left: 50%;
    transform: translate(-50% , -50%);
    height: 60%;
    width: 100%;
    /* background-color: #43526D; */
}
#part1-right-container #part1-right-headings h2{
font-size: 1rem;
font-weight: 200;
padding-bottom: 1.5rem;
letter-spacing: 1px;
word-spacing: 1px;
}

#part1-right-container #part1-right-headings h1{
font-size: 2rem;
font-weight: 1000;
padding-bottom: 1.5rem;

}

#part1-right-container #part1-right-buttons button{
    font-size: 0.9rem;
    letter-spacing: 1px;
    padding: 2.5vh 6vh;
    background-color: #F6AB41;
    font-weight:700;
    text-transform: uppercase;
    color: white;
    border: none;
    border-radius: 7px;
    transition: all ease-in 0.2s;
    margin-left: 2.5rem;
    
}
#part1-right-container #part1-right-buttons button:hover{
    background-color: #1F2F51;
}
#part1-right-container #part1-right-buttons i{
    display: none;
}



#part2{
    height: 30vh;
    width: 100%;
    /* background-color: red; */
padding-top:17rem ;

}
#part2-container{

    height: 100%;
    width: 100%;
display: flex;
flex-direction: column;

    scale: 1;

}

#part2-left{
    height: 50%;
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: space-around;
    padding: 2rem 2rem;
    margin-bottom: 2rem;

}
#part2-right{
    height: 50%;
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: space-around;
    padding: 2rem 2rem;


}
.reviews{
    text-align: center;
/* background-color: #1F2F51; */
border-right: 2px solid #b2b9c7;
width: 50%;
}
.reviews h1{    margin-left: 1rem;
    font-size: 1.5rem;
    font-weight: 900;
    color: #F6AB41;
    /* background-color: black; */
}
.reviews h4{
    margin-left: 1rem;
    font-size: 0.8rem;
    text-transform: uppercase;
   /* background-color: red; */
}














}