@import url('https://fonts.googleapis.com/css2?family=Aboreto&display=swap');
@import url("https://fonts.googleapis.com/css2?family=Poppins:wght@100;200;300;400;500;600;700;800;900&display=swap");
@font-face {
    font-family: Heading;
    src:  url(/assets/fonts/Gallient.ttf);
  }
@font-face {
    font-family: gm;
    src: url(/assets/fonts/Graphik-Medium-Web.ttf);
  }
@font-face {
    font-family: gr;
    src: url(/assets/fonts/Graphik-Regular-Web.ttf);
  }
@font-face {
    font-family: gsb;
    src: url(/assets/fonts/Graphik-Semibold-Web.ttf);
  }
    @font-face {
    font-family: neu;
    src: url(/assets/fonts/NeueHaasDisplayMediu.ttf);
}

@font-face {
    font-family: neu;
    font-weight: 100;
    src: url(/assets/fonts/NeueHaasDisplayLight.ttf);
}

@font-face {
    font-family: neu;
    font-weight: 200;
    src: url(/assets/fonts/NeueHaasDisplayRoman.ttf);
}
*{
    margin: 0;
    padding: 0;
    box-sizing: border-box;
}
html, body {
    height: 100%;
    width: 100%;
}
*::selection {
    background-color: transparent;
    color: var(--offpurple);
  }
  .c-scrollbar {
    background: transparent;
}
.c-scrollbar_thumb {
    background-color: transparent;
}

:root {
    /* black family */
    --black:#000;
    --offblack:#0C0C0C;
    /* white family */
    --white:#ffffff;
   --offwhite:#E7E5E6;
   /* purple family */
   --offpurple:#B084D3;
   /* yellow family */
   --offyellow:#D3FF4E;
   /* yellow family */
   --lightbg:#FAF8F3;
   --darkbg:#EDECE7;
   /* para gray family*/
   --ParaGray:#A1A2A3;
   --mtext:#575b5f;
  --mdgwt:#777c81;
    
  }
/*  */

#main{
    position: relative;
    background-color:#000000;
}



.contactherobanner{
    width: 100%;
    height: 70vh;
    display: flex;
    justify-content: flex-end;
    flex-direction: column;
    gap: 2vw;
    padding: 4vw ;
}
.contactherobanner h1{
  width: 60%;
    line-height: 1.2;
    font-size: 70px;
    font-family: gr;
    color: var(--mtext);

}
.contactherobanner h1 span{
    color: transparent;
   background: linear-gradient(to top right, #833ab4, #fff);
  -webkit-text-fill-color: transparent;
  background-clip:text;
}

.contactherobanner p{
  width: 55%;
  font-size: 1.5vw;
  font-family: gr;
  color: var(--mdgwt);
}
@media (max-width:768px) {
    
.contactherobanner{
    width: 100%;
    height: 100vh;
    display: flex;
    justify-content: flex-end;
    flex-direction: column;
    gap: 4vh;
    padding:6vh  4vw ;
}
.contactherobanner h1{
  width: 100%;
    line-height: 1.2;
    font-size: 8vh;
    font-family: gr;
    color: var(--mtext);

}
.contactherobanner h1 span{
    font-size: 10vh;
    color: transparent;
   background: linear-gradient(to top right, #833ab4, #fff);
  -webkit-text-fill-color: transparent;
  background-clip:text;
}

.contactherobanner p{
  width: 100%;
  font-size: 2.5vh;
  font-family: gr;
  color: var(--mdgwt);
}
}

.contactmainbody{
    width: 100%;
    height: 100%;
    display: flex;
    justify-content: space-between;
    flex-direction: row-reverse;
    gap: 4vw;
    padding:4vw 4vw 10vw;

}
.contact_rightimages-item2{
    width: 30%;
    height: 100vh;
    position: relative;
    display: flex;
    flex-direction: column;
  
    


}
.contactmainbodyleftimgcontentcontact{
    width: 100%;    
    display: flex;
    flex-direction: column;
    justify-content: flex-start;
    align-items: flex-start;
    gap: .5vw;
}
.contactmainbodyleftimgcontentcontact h1{
    font-size: 27px;
    color: var(--offwhite);
    letter-spacing: 2px;
    margin-bottom: 1vw;
}
.contactmainbodyleftimgcontentcontact h1::after{
    content: "";
    width: 100%;
    height: 1px;
    background: linear-gradient(to top right, #833ab4, #fff);
    display: block;
    margin-top: 3px;
}
.contactmainbodyleftimgcontentcontact h2{
    font-size: 15px;
    color: var(--mdgwt);
    
    
}
.contactmainbodyleftimgcontentcontact a{
    font-family: gr;
    font-size: 1.2vw;
    color: var(--mdgwt);
    
    text-decoration: none;
}

.contactmainbodyleftimgcontentcontact p{
    font-size: 1.2vw;
    font-family: gsb;
    color: var(--mdgwt);
    

}
.contactmainbodyleftimgcontentsocial{
    width: 100%;
    display: flex;
    flex-direction: column;
    gap: 1vw;
    padding: 2vw 0;
}
.contactmainbodyleftimgcontentsocial ul{
    width: 100%;
    display: flex;
    flex-direction: column;
    gap: .5vw;
}
.contactmainbodyleftimgcontentsocial h1{
    color: var(--offwhite);
}
.contactmainbodyleftimgcontentsocial ul a{
    font-size: 1.2vw;
    color: var(--mdgwt);
    text-decoration: none;
}


@media (max-width:768px ) {
    
.contactmainbody{
    flex-direction: column;
    gap: 12vh;
    padding:4vh 4vw;

}
.contact_rightimages-item2{
    width: 100%;
    height: 100%;
    gap: 6vh;
}
.contactmainbodyleftimgcontentcontact{
    width: 100%;    
    gap: 1.5vw;
}
.contactmainbodyleftimgcontentcontact h1{
    font-size: 32px;
    letter-spacing: 0;
    margin-bottom: 2vh;
}

.contactmainbodyleftimgcontentcontact h2{
    font-size: 15px;
    color: var(--mdgwt);
}
.contactmainbodyleftimgcontentcontact a{
    font-size: 2.2vh;
    font-weight: 600;
}
.contactmainbodyleftimgcontentcontact p{
    font-size: 2.2vh;
    font-weight: 600;
}
.contactmainbodyleftimgcontentsocial{
    gap: 2vh;
}
.contactmainbodyleftimgcontentsocial ul{
    gap: .8vh;
}
.contactmainbodyleftimgcontentsocial ul a{
    font-size: 2.2vh;
    font-weight: 600;
}
}

.reservation-form{
    width: 60%;
    height: 100%;
    gap: 10vh;
    position: relative;

}
.reservation-container{
    width: 100%;
}
.input-group{
    margin-bottom: 100px;
    position: relative;
}
.input-group input, textarea{
    width: 100%;
    padding: 20px ;
    outline: none;
    border: none;
    border-bottom: 1px solid var(--mdgwt);
    color: var(--mdgwt);
    background: transparent;
    font-size: 16px;
    font-family: gr;
    resize: none;
}
.input-group label span{
    font-size: 19px;
    color: var(--mdgwt);
}
.input-group textarea{
    border:1px solid var(--mdgwt) ;

}
.input-group #messagelabel{

    padding: 10px;
}
.input-group label{
    height: 100%;
    position: absolute;
    left: 0;
    top: 0;
    padding: 10px 0;
    cursor: text;
    transition: .3s ease;
    font-size: 20px;
    font-family: gr;
    color: var(--mdgwt);
}

.input-group input:focus ~ label,
.input-group input:valid ~ label,
.input-group textarea:focus ~ label{
    top: -55px;
    color: var(--mtext);
}
.reservetaion-date{
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: space-between;
}
.reservetaion-date .input-group{
   flex-basis: 48%;
}

.input-group #service{
    width: 100%;
    padding: 40px 0 10px;
    outline: none;
    border: none;
    border-bottom: 1px solid var(--mdgwt);
    color: var(--mtext);
    background-color: #000000;
    font-size: 16px;
    font-family: gr;
    resize: none;
 
    
}
.input-group #service option{
   
    font-size: 18px;
    font-family: gr;
    color: #fff;
    border: none;
    background: linear-gradient(to top right #833ab4, #B084D3);

    
    
}
.input-group #service .roomtype{
    font-size: 16px;
    font-family: gr;
    color: var(--mdgwt);

    
}

.reservation-form button{
   background-color: #000000;
   border: none;
   
}


.reservation-form button {
    padding: 10px 40px;
    border-radius: 50px;
    font-weight: 500;
    transition: all ease 0.4s;
    position: relative;
    font-size: 22px;
    overflow: hidden;
    background: linear-gradient(to top right, #833ab4, #B084D3);
}

.reservation-form button::after {
    content: "";
    position: absolute;
    height: 100%;
    width: 100%;
    background: linear-gradient(to top right, #833ab4, #B084D3);
    left: 0;
    bottom: -100%;
    border-radius: 50%;
    transition: all ease 0.4s;
}

.reservation-form button:hover::after {
    bottom: 0;
    border-radius: 0;
}

.reservation-form button h4 {
    color: #ffffff;
    text-decoration: none;
    position: relative;
    z-index: 9;
}

.reservation-form button:hover h4 {
    color: #ffffff;
}



@media (max-width:768px) {
   .reservation-form{
    width: 100%;
    gap: 10vh;
}
.input-group textarea{
    border:1px solid var(--mdgwt) ;
}
.input-group #room-option option{
    font-size: 16px;
}
} 
