@font-face {
    font-family: 'HelveticaNeueR';
    src: url('./fonts/HelveticaNeue.woff2') format('woff2'),
        url('./fonts/HelveticaNeue.woff') format('woff');
    font-weight: normal;
    font-style: normal;
    font-display: swap;
}




@font-face {
    font-family: 'TiemposRegular';
    src: url('./fonts/tiempostext-regular.woff') format('woff');
}


.lato-thin {
  font-family: "Lato", sans-serif;
  font-weight: 100;
  font-style: normal;
}

.lato-light {
  font-family: "Lato", sans-serif;
  font-weight: 300;
  font-style: normal;
}

.lato-regular {
  font-family: "Lato", sans-serif;
  font-weight: 400;
  font-style: normal;
}

.lato-bold {
  font-family: "Lato", sans-serif;
  font-weight: 700;
  font-style: normal;
}

.lato-black {
  font-family: "Lato", sans-serif;
  font-weight: 900;
  font-style: normal;
}

.lato-thin-italic {
  font-family: "Lato", sans-serif;
  font-weight: 100;
  font-style: italic;
}

.lato-light-italic {
  font-family: "Lato", sans-serif;
  font-weight: 300;
  font-style: italic;
}

.lato-regular-italic {
  font-family: "Lato", sans-serif;
  font-weight: 400;
  font-style: italic;
}

.lato-bold-italic {
  font-family: "Lato", sans-serif;
  font-weight: 700;
  font-style: italic;
}

.lato-black-italic {
  font-family: "Lato", sans-serif;
  font-weight: 900;
  font-style: italic;
}


.logo {
    transition: transform 0.3s ease; /* Smooth transition */
}

.logo:hover {
    transform: scale(1.1); /* Grow effect on hover */
}


h3{
    
  font-family: "Noto Serif", serif;
  font-optical-sizing: auto;
  font-weight: 400;
  font-style: normal;
  color: #2C3243;
  font-size: 1.75rem;
}


h2{

    font-family: 'TiemposRegular';
    font-size: 2.125rem;
    color : #000;
}


.uk-container{
    max-width: 1498px;
}


.uk-button{
    background-color: #D0103A;
    color: #fff;
    border: 1px solid #D0103A;
    text-transform: none;
    font-family: "Lato";
    font-size: 1.125rem;
    min-width: 16.625rem;

}

.uk-button-large {
    padding: 0px 1.375rem;
}

.uk-button-secondary{
    background-color: transparent;
    color: #fff;
    border: 1px solid #D0103A;
}

.uk-button-primary:hover{
    background-color: transparent;
}

.uk-dark .uk-button-primary:hover{
    background-color: transparent;
    color: #000;
}

.uk-button-secondary:hover{
    background-color: #D0103A;
}

.uk-background-primary{
    background-color: #fff;
}

.uk-background-secondary{
    background-color: rgba(217, 217, 217, 0.5); /* 50% opacity */
}

/*Section 1*/

.top-overlay {
    background-color: rgba(0, 0, 0, 0.4); /* Semi-transparent black */
    height: 100%; /* Cover the full height of the section */
    width: 100%; /* Cover the full width of the section */
    top: 0; /* Align to the top */
    left: 0; /* Align to the left */
}

.headerlogo {
   top: 2.8125rem;
   left: 4.6875rem;
  /*z-index: 2; 
    padding: 45px 0 0 75px; */
}

.custom_mainbanner .uk-container{
    z-index: 2;
}

.herocontainer {
    margin-left: -10rem;
}




.overline{
     font-family: "Lato", sans-serif;
     font-size: 18px;
     text-transform: uppercase;
     color: #fff;
     letter-spacing: 1.6px;
}

.custom_mainbanner p,.custom_mainbanner h1{
    color: #fff;
}

.custom_mainbanner h1 {
    font-family: TiemposRegular;
    font-size: 4.0625rem;
    margin-top: 10px;
}

.custom_mainbanner p {
    max-width: 40%;
    margin-top: 10px;
    margin-bottom: 14px;
    font-size: 1.125rem;
}

.cta a span,.cta button span{
    margin-left: 30px;
}{
    margin-left: 30px;
}

.cta button{
    width: 100%;
}

.main-loading {
    position: fixed;
    width: 100%;
    height: 100%;
    z-index: 999;
    background: rgb(0 0 0 / 80%);
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
}

.main-loading:after {
    content:"";
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%,-50%);
    -webkit-transform: translate(-50%,-50%);
    -o-transform: translate(-50%,-50%);
    -moz-transform: translate(-50%,-50%);
    -ms-transform: translate(-50%,-50%);
    background-color: #fff;
    border-radius: 5px;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    -o-border-radius: 5px;
    -ms-border-radius: 5px;
    background-image: url('../images/spinner.svg');
    background-size: 80px;
    width: 80px;
    height: 80px;
    box-shadow: 0 0 40px rgba(0,0,0,0.05);
    -webkit-box-shadow: 0 0 40px rgba(0,0,0,0.05);
    -moz-box-shadow: 0 0 40px rgba(0,0,0,0.05);
    -ms-box-shadow: 0 0 40px rgba(0,0,0,0.05);
    -o-box-shadow: 0 0 40px rgba(0,0,0,0.05);
}



/*Section 2*/

.leftcol{
    padding: 228px 150px 228px 202px;
}

.rightcol{
    padding: 202px 150px 202px 175px;
}
.copy p{
    font-family: HelveticaNeueR;
    font-size: 1rem;
    color: #000;
}

.uk-light .copy p {
    color: #fff;
}


.formpara{
    font-family: HelveticaNeueR;
    font-size: 1rem;
    color: #000;
}


.leftcol p,.rightcol p{
    max-width: 79%;
}


/*Section 4*/
.custom_section4 p{
    max-width: 83%;
}

.uk-slidenav {
    line-height: 70px;
    height: 70px;
    width: 60px;
    background: #FFFFFF;
    text-align: center;
    opacity: 0.50;
}
a.uk-slidenav-previous.uk-slidenav.uk-icon{
    background: #D0103A;
    color: #fff;
}
a.uk-slidenav-next.uk-slidenav.uk-icon{
    background: #D0103A;
    color: #fff;
}

a.uk-slidenav-previous.uk-slidenav.uk-icon:hover {
    background: #fff; /* Background color on hover */
    color: #000; /* Text color on hover */
}

a.uk-slidenav-next.uk-slidenav.uk-icon:hover {
    background: #fff; /* Background color on hover */
    color: #000; /* Text color on hover */
}


.slidernavigation .uk-position-center-left {
    left: -15px;    
    top: 40.5%;
    transform: translateY(-50%);
}
.slidernavigation .uk-position-center-right {
    right: -15px;
    top: 40.5%;
    transform: translateY(-50%);
}



.uk-card-default {
    box-shadow: none;
}

.custom_sectionamenities .uk-card-body {
    padding: 40px 20px 40px 0px;
}
.custom_sectionamenities .uk-card-body{
    background-color: rgba(217, 217, 217, 0.5);
}
.custom_sectionamenities .uk-grid > * > :last-child {
    margin-bottom: 3px;
}

.custom_sectionamenities .uk-button-primary:hover {
    color: black;
}

/*Section 6*/
.custom_section6{
/*    height: 44rem;*/
}


/*Section 7*/
.custom_section7 p{
    width: 70%;
    font-size: 1rem;
}




/*Section 8*/
.custom_section8 p {
    max-width: 73%;
}


/*Section 9*/
.custom_section9 p {
    max-width: 70%;
}



/*Section 11*/
/*.custom_section11 {
    height: 44.44rem; 
}*/



/*Sectoin 12*/

.contactformcontainer{
    width: 40.44rem;
}






/*Section 13*/

/* Rectangle 32 */
.bottom-overlay{
    height: 600px;
    background: linear-gradient(180deg, rgba(0, 0, 0, 0) 0%, #000000 100%);
}
.bottom-bg{
    background-color: #000;
    height: 3.75rem;
}

.custom_section12 .copy p{
    font-size: 0.8125rem;

}

.custom_section12 .copy p a{
    padding: 0 10px 0 10px;
}
   

.custom_section12 .copy p a:hover{
    text-decoration: underline;
    color: rgb(255, 255, 255, 0.6);
    animation: fadeIn 2s ease-in-out;
}



/*Section 14*/


.custom_section14 .leftcol{
    padding: 115px 150px 0px 101px;
}

.halfform {
    padding-right: 101px;
}


/*Forms*/
.uk-input,.uk-select{
    height: 3.75rem !important;
    border: solid 1px #82847F;
}

.halfform .uk-input,.halfform .uk-select{

    background-color: transparent;
}

.uk-form-label{
    font-family: TiemposRegular;
    font-size: 1.125rem;  
    color: #343A3D;
}

.uk-form-label span,.uk-form-label span a{
    font-family: Lato;
    font-size: 1rem;  
    color: #343A3D;
}

.uk-form-label span a{
   text-decoration: underline;
}
.uk-form-label span a:hover{

    color: rgba(52, 58, 61, 0.7); /* 50% opacity */
    animation: fadeIn 2s ease-in-out; 
}

.uk-input::placeholder {
    font-family: Lato;
    font-size: 1rem;  
    color: #343A3D;
}

.uk-select option {
    color: #343A3D !important;             
}


.hide {
    display: none !important;
}
.iti.iti--allow-dropdown.iti--separate-dial-code{
    width: 100%;
}
.uk-text-danger {
    display: flex;
    color: #D0103A;
}

.uk-text-success {
    display: flex;
}


.select2-container--default .select2-selection--single .select2-selection__rendered {
    text-align: left;
    color: #343A3D;
}

.forms .select2-container .select2-selection--single, .forms .select2-container--default .select2-selection--single .select2-selection__arrow {
    outline: 0;
    height: 60px;
    border-radius: 0px;
    background: transparent;
}

.select2-container--default .select2-results__option--highlighted[aria-selected] {
    background-color: #D0103A;
    color: #fff;
}

.select2-search--dropdown .select2-search__field {
    height: 40px;
}

.select2-results__option {
    padding: 10px;
    user-select: none;
    -webkit-user-select: none;
    height: 30px;
}
.select2-container--default .select2-selection--single .select2-selection__rendered {
    color: #444;
    line-height: 52px;
}

.select2-container--default .select2-search--dropdown .select2-search__field {
    border: 1px solid #aaa;
    outline: none;
}

.select2 {
    width:100%!important;
}


.desktoponly{
    display: block;
}
.mobileonly{
    display: none;
}

.amenitiescopy p{
    max-width: 50%;
}


.custom_thankyoupage p{
    color: #000;
}
.custom_thankyoupage p a{
    color: #000;
}


#eapps-google-maps-1.eapps-google-maps {
    max-width: 100%;
    height: 700px !important;
}

/*.custom_sectionamenities */
.slideritem {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    justify-content: space-between;
}


@media (min-width: 1900px) {

    .leftcol {
        padding-left: calc((100vw - 1498px) / 2);
    }

    .rightcol{
        padding-right: calc((100vw - 1498px) / 2);
    }
}

@media(max-width:1900px){
    .herocontainer {
        margin-top: 130px;
    }
}


@media(max-width:1700px){
    .herocontainer {
        margin-left: 0rem;
    }
    .custom_mainbanner {
        flex-direction: column;
    }
}


@media(max-width:1550px){
    .slidernavigation .uk-position-center-left {    
        top: 38.5%;
        transform: translateY(-48%);
    }
    .slidernavigation .uk-position-center-right {
        top: 38.5%;
        transform: translateY(-48%);
    }
}

@media(max-width:1500px){
    .headerlogo {
        top: 2.8125rem;
        left: 2.65rem;
    }


    .leftcol {
        padding: 130px;
    }
    .rightcol {
         padding: 130px;
    }


    .custom_section14 .leftcol {
        padding: 130px;
    }

    .custom_mainbanner h1 {
        font-size: 3.2rem;
    }




    
}


@media(max-width:1440px){

    .slidernavigation .uk-position-center-left {    
        top: 38.5%;
        transform: translateY(-62%);
    }
    .slidernavigation .uk-position-center-right {
        top: 38.5%;
        transform: translateY(-62%);
    }
}


@media(max-width:1368px){

    .leftcol {
        padding: 90px;
    }
    .rightcol {
         padding: 90px;
    }

    .herocontainer {
        margin-top: 110px;
    }


    .custom_section14 .leftcol {
        padding: 90px;
    }

    .custom_mainbanner.uk-height-viewport {
        min-height: auto;
    }

    .herocontainer {
        padding: 60px 0px;
    }



    .slidernavigation .uk-position-center-left {    
        top: 35.5%;
        transform: translateY(-62%);
    }
    .slidernavigation .uk-position-center-right {
        top: 35.5%;
        transform: translateY(-62%);
    }
    
}


@media(max-width:1280px){

    .slidernavigation .uk-position-center-left {    
        top: 33.5%;
        transform: translateY(-62%);
    }
    .slidernavigation .uk-position-center-right {
        top: 33.5%;
        transform: translateY(-62%);
    }
}




@media(max-width:1200px){
    .custom_mainbanner h1 {
        font-family: TiemposRegular;
        font-size: 3.0625rem;
    }

    .custom_mainbanner p {
        max-width: 50%;
        margin-top: 30px;
        margin-bottom: 20px;
    }

    .leftcol p, .rightcol p {
        max-width: 100%;
    }

    .custom_section7 p {
        width: 80%;
        font-size: 1rem;
    }


        
}

@media(max-width:1152px){

    .slidernavigation .uk-position-center-left {    
        top: 30%;
        transform: translateY(-62%);
    }
    .slidernavigation .uk-position-center-right {
        top: 30%;
        transform: translateY(-62%);
    }
}



@media(max-width:1024px){

    .slidernavigation .uk-position-center-left {    
        top: 25%;
        transform: translateY(-62%);
    }
    .slidernavigation .uk-position-center-right {
        top: 25%;
        transform: translateY(-62%);
    }
}




@media(max-width:1000px){

    .custom_sectionamenities .cta .uk-button{
        font-size: 1rem;
    }
}


@media(max-width:980px){

    .copy p {
        font-size: 0.875rem;
    }

    h3 {
        font-size: 1.55rem;
    }

    .leftcol {
        padding: 60px;
    }

    .rightcol {
        padding: 60px;
    }


    .uk-slidenav {
        line-height: 40px;
        height: 40px;
        width: 30px;
    }


}

@media(max-width:960px){
    .custom_mainbanner h1 {
        font-family: TiemposRegular;
        font-size: 2.2rem;
    }

    .custom_mainbanner p {
        max-width: 50%;
        margin-top: 15px;
        margin-bottom: 10px;
    }

    .leftcol {
        padding: 30px;
    }
    .rightcol {
         padding: 30px;
    }


    .custom_section14 .leftcol {
        padding:30px;
    }

    .twocolumn .uk-background-cover {
        width: 100%;
        min-height: 950px;
    }


    .slidernavigation .uk-position-center-left {    
        top: 25%;
        transform: translateY(-44%);
    }
    .slidernavigation .uk-position-center-right {
        top: 25%;
        transform: translateY(-44%);
    }

            
}

@media(max-width:959px){
    .slideritem {
        display: flex;
        flex-direction: column;
        align-items: flex-start;
        justify-content: center;
    }
}


@media (max-width: 880px) {
    .custom_section7 p {
        width: 90%;
    }

    .halfform {
        padding-right: 0px;
    }

    .twocolumn .uk-background-cover {
        width: 100%;
        min-height: 800px;
    }

}

@media(max-width:768px){
   
    .twocolumn .uk-background-cover{
        width: 100%;
        min-height: 400px;
    }

    .twocolumn .uk-background-cover{
        width: 100%;
        min-height: 700px;
    }

    .twocolumn .uk-width-1-2{
        width: 100%;
    }

    .custom_section9 .twocolumn ,.custom_section4 .twocolumn,.custom_section8 .twocolumn,.custom_section14 .twocolumn{
        flex-direction: column;
    }

    .custom_section2 .twocolumn,.custom_section9 .twocolumn{
        flex-direction: column-reverse;
    }

    .custom_section7 p {
        width: 100%;
    }

    .shorttwocol{
        padding-right: 0px;
        padding-left: 0px;    
    }


    .custom_section14 .leftcol {
        padding-top: 30px;
        padding-bottom: 30px;
        padding-right: 0px;
        padding-left: 0px;
    }

    .custom_section14 .twocolumn{
        text-align: center;
    }
}


@media(max-width:680px){
    .shorttwocol{
        flex-direction: column;
    }
    .shorttwocol .uk-width-1-2{
        width: 100%;
    }

    /*.shorttwocol{
        padding-right: 30px;
        padding-left: 30px;    
    }*/

    .shorttwocol .uk-dark{
        margin-bottom: 30px;
    }

    .custom_mainbanner h1 {
        font-size: 2rem;
    }

    .custom_mainbanner p {
        max-width: 100%;
    }

    .twocolumn .uk-background-cover {
        width: 100%;
        min-height: 670px;
    }



    .uk-button{
        font-size: 0.875rem;
        min-width: 14.625rem;

    }

    .headerlogo {
        top: 2.8125rem;
        left: 1rem;
    }
    .headerlogo img{
        transform: scale(0.8);
    }

    .uk-button-large {
        padding: 0px 1rem;
        line-height: 40px;
    }
    .halfform .uk-button-large{
        line-height: 52px;
    }
    .contactformcontainer .uk-button-large{
        line-height: 52px;
    }

    .desktoponly{
        display: none;
    }
    .mobileonly{
        display: block;
    }

}


@media(max-width:640px){

    .threeboxes .uk-width-1-3{
        width: 100%;
    }


    .custom_section12 .copyrightpolicy{
        flex-direction: column-reverse;
        align-items: center;
    }

    .twocolumn .uk-background-cover {
        width: 100%;
        min-height: 630px;
    }

    .slidernavigation .uk-position-center-left {
        left: -15px;    
      
    }
    .slidernavigation .uk-position-center-right {
        right: -15px;
    }

    .amenitiescopy p{
        max-width: 100%;
    }

}

@media(max-width:639px){

    .slidernavigation .uk-position-center-left {
        top: 32%;
        transform: translateY(-68%);
    }
    .slidernavigation .uk-position-center-right {
        top: 32%;
        transform: translateY(-68%);
    }

}


@media(max-width:580px){

     .twocolumn .uk-background-cover {
        width: 100%;
        min-height: 550px;
    }

    .custom_section12 .uk-margin-large-top, .custom_section12 .uk-margin-large-bottom 
    {
       margin-top: 15px !important;
       margin-bottom: 15px !important;
    }

    .bottom-bg {
        background-color: #000;
        height: 1.75rem;
    }

}

@media(max-width:480px){

    .threeboxes .uk-width-1-3 {
        width: 50%;
    }

    .uk-button{
        font-size: 0.85rem;
    }

    .cta a span, .cta button span {
        margin-left: 20px;
    }

    .uk-button .uk-icon svg{
        width: auto;
    }

    .uk-icon svg{
        width: 10px;
    }

    .uk-slidenav {
        line-height: 30px;
        height: 30px;
        width: 20px;
    }

    .custom_mainbanner h1{
        font-size:1.7rem;
        margin-top: 20px;
    }
    .custom_mainbanner p {
        font-size: 0.875rem;
    }

    .twocolumn .uk-background-cover {
        width: 100%;
        min-height: 470px;
    }

    .footerlogo{
        width: 40%;
    }

    .logo{
        transform: scale(0.8);
    }

}

@media(max-width:400px){
    .threeboxes .uk-width-1-3 {
        width: 100%;
    }

    .twocolumn .uk-background-cover {
        width: 100%;
        min-height: 390px;
    }

    .custom_section12 .uk-margin-large-top, .custom_section12 .uk-margin-large-bottom {
    
        margin-top: 5px !important;
        margin-bottom: 5px !important;
    }
}

@media(max-width:375px){
    .twocolumn .uk-background-cover {
        width: 100%;
        min-height: 365px;
    }

}