.c-mybigproject {
    font-size: 1em;
}
@media (max-width: 768px) {
    .c-mybigproject {
        font-size: 0.8em;
    }
}

body {
  font-family: 'Manrope', sans-serif;
}


.mobile-header {
box-shadow: unset;
}


/*HOME PAGE STYLES*/
.c-container {
max-width: 80vw;
margin: 0 auto;
padding-top: 5vh;
padding-bottom: 5vh;
}

.c-container img {
border-radius: 30px;
}

@media (max-width: 768px) {
.c-container {
max-width: 90vw;
}
}

.c-container-2 {
max-width: 80vw;
margin: 0 auto;
padding-top: 5vh;
padding-bottom: 5vh;
}


@media (max-width: 768px) {
.c-container-2 {
max-width: 90vw;
}
}

.c-gray-bg {
background-color: #f3f3f3;
border-radius: 30px;
padding: 5vh;
width: 100%;
height: 100%;
position: relative;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
}
@media (max-width: 768px) {
.c-gray-bg {
margin-top: 20px;
}
}

.c-title {
font-size: 2.2em;
line-height: 1.2em;
margin-bottom: 0px;
color: #8e3b46;
font-weight: 500;
}

@media (max-width: 768px) {

.c-title {
font-size: 1.8em;
}
}

.c-subtitle {
margin-bottom: 5px;
line-height: 1em;
letter-spacing: 3px;
font-weight: 500;
}

.c-up-text {
padding-top: 20px;
}

.c-down-text {
padding-top: 20px;
}

.c-subhead {
padding-top: 10px;
text-align: justify;
}

.c-subhead::first-letter {
 color: #8e3b46;
  float: left;
  font-size: 75px;
  line-height: 60px;
  padding-top: 4px;
  padding-right: 12px;
  padding-left: 3px;
font-weight: 800;
}

.c-subhead {
padding-top: 10px;
text-align: justify;
}


.c-right-text {
font-size: 1.4em;
text-align: right;
line-height: 2em;
margin-left: 10%;
}

.c-small-text {
font-size: 0.8em;
text-align: center;
}

 #contenttop div.htmlbox ul {
margin-bottom: 0px; 
padding-left: 0px; 
}

.c-map-container {
min-height: 60vh;
position: relative;
}

.c-up-map-right {
position: absolute;
top: 0;
right: 10%;
}

@media (max-width: 768px) {
.c-up-map-right {
position: relative;
}
}

.c-down-map-right {
position: absolute;
bottom: 10%;
right: 10%;
max-width: 55%;
text-align: right;
}
@media (max-width: 768px) {
.c-down-map-right {
position: relative;
max-width: 100%;
right: 0;
}
}

.c-map-text {
color: #8e3b46;
line-height: 2em;
}


/*END OF HOME PAGE STYLES*/



/*BUTTONS*/
.c-button-1{
    display: inline-block;
    text-decoration: none;
    font-size: 14px;
    font-weight: 500;
    line-height: 1.4em;
    text-align: center;
    padding: 10px 25px;
    color: #333;
    margin: auto;
    background-color: transparent;
    border: 0.5px solid #777;
    transition: 0.3s;
border-radius: 30px;
}
.c-button-1:hover {
    background-color: #8e3b46;
    border: 0.5px solid #8e3b46;
color: #fff;
}

.c-button-2{
    display: inline-block;
    text-decoration: none;
    font-size: 14px;
    font-weight: 500;
    line-height: 1.4em;
    text-align: center;
    padding: 10px 25px;
    color: #fff;
    margin: auto;
    background-color: #8e3b46;
    transition: 0.3s;
border-radius: 30px;
}
.c-button-2:hover {
    background-color: #1a1a1a;
color: #fff;
}

/*END OF BUTTONS*/


#contenttop h1, #rightytop h1, #rightyl h1 {
font-weight: 300;
font-size: 1.6em;
line-height: 1.8em;
margin-bottom: 20px;
text-align: center;
}


/*FOOTER*/
.c-footer-box {
margin: 20px;
background-color: #f3f3f3;
padding: 5vh;
border-radius: 30px;
}

.c-footer-title {
font-size: 2em;
line-height: 1.2em;
margin-bottom: 0px;
color: #8e3b46;
font-weight: 500;
}

.c-footer-title2 {
font-size: 2em;
line-height: 1.2em;
margin-bottom: 0px;
color: #8e3b46;
font-weight: 500;
margin-left: 20px;
}
@media (max-width: 768px) {
.c-footer-title2 {
margin-left: 0px;
}
}

.c-footer-subtitle {
font-size: 1.2em;
line-height: 1.2em;
font-weight: 300;
}


/*END OF FOOTER*/

/*TOP IMAGE INEER PAGES*/
div.gallerycontent div.aphoto img {
border-radius: 30px;
}
/*END OF TOP IMAGE INEER PAGES*/

/*INNER PAGES*/

.c-inner-title {
font-size: 1.4em;
line-height: 1.2em;
color: #8e3b46;
font-weight: 500;
text-align: center;
}

.c-inner-title2 {
font-size: 1.4em;
line-height: 1.2em;
color: #fff;
font-weight: 500;
text-align: center;
}

.c-inner-box {
margin: 0 auto;
padding-top: 5vh;
padding-bottom: 5vh;
}

.c-inner-page-box {
background-color: #5f2129;
padding: 5vh;
border-radius: 30px;
color: #fff;
}

.c-title-2 {
font-size: 1.4em;
line-height: 1.4em;
color: #8e3b46;
font-weight: 500;
}

/*END OF INNER PAGES*/


/*THE HOTEL*/
.c-text-width {
max-width: 500px;
}

/*END OF THE HOTEL*/

.c-cookie-pref {
background-color: #f1f1f1;
padding-top: 10px;
padding-bottom: 10px;
padding-left: clamp(20px, 3.95vw, 100px);
padding-right: clamp(20px, 3.95vw, 100px);
font-size: 14px;
}/* CONTACT FORM */
.c-forma {
position: relative;
    top: 0%;
    transform: translate(0, 0%);
    width: 100%;
    padding-left: 20px;
    padding-right: 20px;
padding-top: 20px;
padding-bottom: 20px;
}

@media (max-width: 768px) {
.c-forma {

    padding-left: 0px;
    padding-right: 0px;
}
}



.contactform p.notrequired select, .contactform p.notrequired textarea, .contactform p.notrequired input, .contactform p.required select, .contactform p.required textarea, .contactform p.required input {
    padding: 4px;
    font-size: 18px;
    border:  1px solid #d1d1d1;
   border-radius: 20px;
background-color: transparent;
   width: 100%;
}

.contactform form p:nth-child(2) {
    max-width: 100%;
    float: left;
    width: 45%;
clear: initial;
}
@media (max-width: 768px) {
.contactform form p:nth-child(2) {
    width: 100%;
}
}

.contactform form p:nth-child(3) {
    max-width: 100%;
    float: right;
    width: 45%;
clear: initial;
}
@media (max-width: 768px) {
.contactform form p:nth-child(3) {
    width: 100%;
}
}

.contactform form p:nth-child(4) {
    max-width: 100%;
    float: left;
    width: 45%;
clear: initial;
}
@media (max-width: 768px) {
.contactform form p:nth-child(4) {
    width: 100%;
}
}

.contactform form p:nth-child(5) {
    max-width: 100%;
    float: right;
    width: 45%;
clear: initial;
}
@media (max-width: 768px) {
.contactform form p:nth-child(5) {
    width: 100%;
}
}

.contactform form p:nth-child(6) {
    max-width: 100%;
    float: left;
    width: 45%;
clear: initial;
}
@media (max-width: 768px) {
.contactform form p:nth-child(6) {
    width: 100%;
}
}

.contactform form p:nth-child(7) {
    max-width: 100%;
    float: right;
    width: 45%;
clear: initial;
}
@media (max-width: 768px) {
.contactform form p:nth-child(7) {
    width: 100%;
}
}

.contactform p.required textarea {
    width: 100%;
}



.contactform button {
    font-family: 'Manrope', sans-serif;
    display: inline-block;
    text-decoration: none;
    font-size: 14px;
    font-weight: 500;
    line-height: 1em;
    text-align: center;
    padding: 12px 5px;
    width: 180px;
    color: #fff;
    margin: auto;
margin-top: 10px;
    background-color: #8e3b46;
border: 1px solid #387aa8;
    transition: 0.3s;
border-radius: 20px;
}
.contactform button:hover {
color: #fff;
background-color: #1a1a1a;
border: 1px solid #1a1a1a;
}.loggedin #topbanner, .loggedin #topmenu {
    height: 50px;
    position: relative;
}

.notloggedin #topbanner {
    height: 0px;
    position: absolute;
top: 50px;
}

 .notloggedin #topmenu {
    height: 0px;
    position: absolute;
top: 60px;

}

 .notloggedin #topmenu ul li a{
color: #fff;
}.c-topbanner-container {
margin: 20px;
position: relative;
background-size: cover;
height: 70vh;
background-position: 50% 50%;
border-radius: 30px;
}

@media (max-width: 768px) {
.c-topbanner-container {
height: 40vh;
}
}

.c-topbanner-shadow {
width: 100%;
height: 100%;
border-radius: 30px;
background-color: #0000004a;
}

.c-topbanner-text {
position: absolute;
left: 80px;
bottom: 100px;
color: #fff;
max-width: 600px;
}

@media (max-width: 768px) {
.c-topbanner-text {
position: relative;
    left: 50%;
    top: 50%;
    color: #fff;
    max-width: 85vw;
    text-align: center;
    transform: translate(-50%, -50%);
}
}

.c-topbanner-title {
font-size: 2.4em;
margin-bottom: 0px;
font-weight: 500;
}