*{
    overflow-wrap: break-word;
}

.p-0{
    padding: 0 !important;
}

.d-inline-block{
    display: inline-block;
}

.mw-100{
    max-width: 100%;
}

.text-capitalize{
    text-transform: capitalize !important;
}

.color-yellow{
    color: #fbb24b;
}

.padding{
    padding-top: 50px;
    padding-bottom: 50px;
}

.about-sec{
    
}

.about-sec .row{
    display: flex;
    align-items: center;
    flex-wrap: wrap;
}

.about-sec .row img{
    max-width: 100%;
}

.testimonial-sec{
    
}

.review{
    background: #f0f0f0;
    text-align: center;
    padding: 36px 20px;
    max-width: 380px;
    margin: 16px auto;
}

.review .quote{
    width: 30px !important;
    margin-bottom: 8px;
}

.review .testimonial-img{
    width: 100px !important;
    border-radius: 50%;
    display: block;
    margin: 10px auto;
}

.review .stars{
/*    margin-bottom: 10px;*/
    font-size: 26px;
    color: #e6d201;
    text-align: center;
}

.review .testimonial-name{
    font-size: 20px;
    color: #f16238;
    font-family: "Open sans";
    margin: 0;
    margin-bottom: 5px;
    font-weight: 700 !important;
}

.review .place{
    color: #999;
    font-family: "Open sans";
    font-size: 14px;
    margin: 0;
}

footer{
    background: #212429;
}

footer .row{
    justify-content: space-between;
    display: flex;
    flex-wrap: wrap;
}

footer .container .col-12{
    margin-bottom: 30px;
}

footer .container .col-12 img{
    margin: auto;
    display: block;
    max-width: 100%;
}

footer .container .col-6{
    margin-bottom: 30px;
}

footer .footer-title{
    color: #f1623a;
    margin-bottom: 15px;
}

footer .footer-links a{
    display: block;
    width: fit-content;
    font-weight: 400;
    margin-bottom: 3px;
    color: #a9a9a9;
}

footer .footer-links a:hover{
    color: #fbb24b;
}

footer .footer-address{
    display: flex;
    align-items: center;
    color: #a9a9a9;
    font-weight: 400;
}

footer .footer-address:nth-child(2){
    align-items: baseline;
}

footer .footer-address i{
    font-size: 20px;
    min-width: 30px;
}

footer .bottom-footer{
    background: #14181b;
    color: #a9a9a9;
    padding: 15px;
}

footer .bottom-footer p{
    margin-bottom: 0;
    line-height: 24px;
    font-size: 16px;
    font-weight: 400;
    text-align: center;
}

footer .social-icons{
    margin-top: 20px;
}

footer .social-icons a{
    display: inline-flex;
    width: 35px;
    height: 35px;
    margin-right: 8px;
    background: #14181b;
    color: #a9a9a9;
    font-size: 16px;
    align-items: center;
    justify-content: center;
}

footer .social-icons a:hover{
    background: #f1623a;
    transform: scale(110%);
    color: #fff;
}

.col-12{
    padding-left: 15px;
    padding-right: 15px;
}

.frontpage-slider .owl-slider-header .item .btn{
    background: #f1623a;
    border: 0;
    margin-top: 15px;
    font-size: 18px;
    padding: 10px 25px;
}

.frontpage-slider .owl-slider-header .item .title{
    text-transform: none;
    font-size: 60px;
    margin-bottom: 10px;
}

.frontpage-slider .owl-slider-header .item .desc{
    font-size: 30px;
}

header{
    border: 0;
}

.contactform{
    display: flex;
    flex-wrap: wrap;
    box-shadow: 0 0 10px #00000010;
    max-width: 1000px;
    margin: auto;
}

.contactform .col-6{
    width: 50%;
    padding: 40px 30px;
}

.contactform .col-6:first-child{
    background: linear-gradient(135deg, #f1623a, #fbb24b);
}

.contactform h2{
    font-weight: 600;
    font-size: 30px;
    margin-bottom: 25px;
    color: #333;
}

.contactform .col-6:first-child h2{
    color: #fff;
}

.contactform .col-6:last-child h2:after{
    content: ' ';
    height: 3px;
    background: #f1623a;
    display: block;
    margin-top: 5px;
    width: 70px;
}

.contactform .icon-wrap{
    position: relative;
    width: 100%;
    margin-top: 20px;
    padding-bottom: 12px;
}

.contactform .icon-wrap i{
    display: none;
    position: absolute;
    font-size: 18px;
    color: #fff;
    top: 16px;
    left: 12px;
}

.contactform .icon-wrap h6{
    font-family: "Open Sans";
    color: #f4f4f4;
    position: absolute;
    top: -5px;
    margin: 0;
    transition: .2s ease-in;
    font-weight: 500;
    text-transform: uppercase;
}

.contactform .icon-wrap input, .contactform .icon-wrap textarea{
    background: transparent;
    border: 2px solid transparent;
    padding: 10px 0;
    border-bottom: 2px solid #eee;
    width: 100%;
    transition: .3s ease-in;
    resize: none;
    color: #fff;
}

.contactform .icon-wrap input:focus, .contactform .icon-wrap textarea:focus{
    border: 2px solid #eee;
    border-radius: 8px;
    padding: 10px 10px 10px 40px;
}

.contactform .icon-wrap input:focus ~ h6, .contactform .icon-wrap textarea:focus ~ h6{
    top:-20px;
}

.contactform .icon-wrap input:focus ~ i, .contactform .icon-wrap textarea:focus ~ i{
    display: block;
}

.contactform button{
    margin-top: 10px;
    background: #fff;
    text-transform: uppercase;
    padding: 8px 20px;
    color: #000;
    border: 0;
    font-weight: 600;
    
}

.contactform .col-6:last-child p:nth-child(2){
    font-size: 16px;
    margin-top: -10px;
    max-width: 350px;
}

.address-section{
    display: flex;
    align-items: center;
    margin-bottom: 30px;
    font-size: 16px;
}

.address-section:nth-child(3){
    align-items: flex-start;
}

.address-section h5{
    color: #f1623a;
    text-transform: uppercase;
    margin-bottom: 5px;
    font-weight: 600 !important;
}

.address-section i{
    min-width: 70px;
    min-height: 70px;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 20px;
    border-radius: 50%;
    border: 2px solid #f1623a;
    color: #f1623a;
    margin-right: 15px;
}

/*Thank You Page Styles*/

.page-404{
    max-width: 620px;
    margin: auto;
    text-align: center;
    padding-top: 130px;
}

.page-404 img{
    max-width: 100%;
}

.page-404 h2{
    font-size: 40px;
    color:#f1623a;
    font-weight: 700;  margin-bottom: 1rem; margin-top: 0;
}

.page-404 h5{
    font-weight:normal; margin-bottom: 1rem; margin-top: 0; padding: 0 15px;
}

.page-404 a{
    margin: auto;
    margin-top: 1rem;
    font-size: 18px;
    font-weight: 500;
}

.room-row{
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    justify-content: space-between;
}

.room-row strong{
    display: block;
    margin-top: 5px;
    font-weight: 700;
}

.icon-sec{
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    margin-bottom: 30px;
}

.icon-sec .icon{
    width: 15%;
    text-align: center;
    margin-bottom: 10px;
}

.icon-sec .icon img{
    width: 65px;
    margin-bottom: 10px;
}

.icon-sec .icon h5 {
    color: #1c1c1c;
    margin: 0;
/*    font-family: 'Playfair Display', serif !important;*/
    font-size: 16px;
    font-weight: 600 !important;
    text-transform: uppercase;
}

.rooms {
        z-index: 16 !important;
    }

.glyphicon-chevron-left:before {
    content: "\f104";
    font-family: 'FontAwesome';
    font-weight: 100;
}

.glyphicon-chevron-right:before {
    content: "\f105";
    font-family: 'FontAwesome';
    font-weight: 100;
}

.rooms article .details .text .title {
    font-size: 26px;
}

/* Accordion Start*/

.panel-group .panel {
        border-radius: 3px;
        box-shadow: none;
        padding: 0px;
        border: none;
    }

    .panel-default > .panel-heading {
        padding: 0;
        border-radius: 0;
        color: #212121;
        background-color: #f0f0f0;
        border-color: #EEEEEE;
    }

    .panel-title {
        font-size: 20px;
        font-family: "Open Sans", sans-serif;
    }

    .panel-title > a {
        display: block;
        padding: 15px;
        text-decoration: none;
    }

    .more-less {
    float: right;
    color: #f1623a;
}

    .panel-default > .panel-heading + .panel-collapse > .panel-body {
        border-top-color: #EEEEEE;
    }


.accor h2{
    text-align: center;
}
.accor {
    height: 34vh;
    display: flex;
    align-items: center;
    justify-content: center;
}

.padding-3 {
    padding: 0rem 0rem 5rem 0rem;
}


/* Accordion End*/

.terms-privacy {
    background: #f0f0f0;
    padding: 30px;
    line-height: 40px !important;
} 
.pb-2rem {
    padding-bottom: 2rem;
}



@media (min-width:992px){
    
    ::-webkit-scrollbar {
      width: 5px;
    }

    ::-webkit-scrollbar-track {
      background: #f1f1f1; 
    }

    ::-webkit-scrollbar-thumb {
      background: #f1623a; 
    }
    
    .order-md-2{
        order: 2 !important;
    }

}

@media (max-width: 992px){
    .review{
        max-width: unset
    }
    nav.navigation-main .logo img{
        max-width: 100%;
        max-height: 50px;
    }
    nav.navigation-main .navigation-block ul li a{
        line-height: 20px;
    }
    .icon-sec .icon{
        width: 20%;
    }
    
    .icon-sec .icon img{
        width: 60px;
    }
    .room-row img{
        margin-bottom: 25px;
    }
    .icon-sec .icon h5{
        font-size: 16px;
    }
}

@media (max-width: 768px){
    
    
    
    footer .container .col-6{
        width: 50%;
    }

    footer .container .col-12{
        width: 100%;
    }
    .cards .row{
        display: flex;
        flex-wrap: wrap;
    }
    .frontpage-slider .owl-slider-header .item .title{
        font-size: 30px;
        margin-bottom: 0;
    }
    .frontpage-slider .owl-slider-header .item .desc {
        font-size: 16px;
        display: block;
        padding: 5px;
    }
    header, header.sticked{
        position: sticky;
        box-shadow: 0 0 10px #00000010;
    }
    .frontpage-slider .owl-slider-header .item .btn {
        margin-top: 0;
        display: inline-block;
        transform: scale(80%);
    }
    footer .container .col-12 img{
        display: none;
    }
    footer .container .col-12{
        margin-bottom: 0;
    }
    footer .social-icons {
        margin-bottom: 40px;
    }
    footer .footer-title{
        font-size: 22px;
    }
    .banner {
        padding-top: 100px;
        padding-bottom: 100px;
    }
    .address-section{
        margin-bottom: 20px;
    }
    .contactform {
        box-shadow: none;
    }
    .contactform .col-6{
        width: 100%;
        padding: 30px 20px;
    }
    .contactform .col-6:last-child{
        padding: 30px 0 0;
        margin-bottom: -20px;
    }
    .address-section i{
        min-width: 45px;
        min-height: 45px;
        margin-right: 10px;
    }
    .contactform h2{
        font-size: 28px;
    }
    .page-404{
        padding-top: 0;
    }
    .page-404 h2{
        font-size: 32px;
    }
    .page-404 a.btn{
        transform: scale(90%);
    }
    
 
}

@media screen and (min-width: 600px) {
    
    
    .carousel-inner {
    max-height: 700px !important; 
    }
}
@media screen and (max-width: 600px) {
    
    .terms-privacy {
        padding: 1rem;
        line-height: 36px;
    }
    
    .terms-privacy ul {
        padding-left: 20px;
    }
    
    .carousel-inner {
    max-height: 300px !important; 
    }
    
    .mission-vision {
        padding: 3rem 30px;
    }
    .about-logo {
        display: none;
    }
    
    .icon-sec{
        margin-bottom: 10px;
        margin-top: -20px;
    }
    .icon-sec .icon img {
        width: 55px;
    }
    .icon-sec .icon{
        width: 50%;
        margin-bottom: 20px;
    }
    .about-sec {
        padding-top: 2rem;
    }
    .accor {
        height: auto;
    }
    .panel-group {
        padding: 0 1rem;
    }
    
    
}











.mission-vision p{
    font-size: 16px;
}
.mission-vision {
    background: #f0f0f0;
    padding: 30px;
}
.padding-2 {
    padding: 0rem 2rem;
}
.about-logo {
    border-radius: 100%;
    background-color: #333;
    width: 60;
    height: 60px;
    box-shadow: 0 0 10px rgb(0 0 0 / 50%);
    padding: 10px;
    position: absolute;
    left: 48%;
    top: 38.5%;
    display: none;
}

.rooms-col .col-md-6{
    margin-bottom: 2rem;
}
.rooms-col {
    margin-bottom: 2rem;
    margin-top: 2rem;
}

.rooms-col2 p{
    background: #fff !important;
}
.rooms-col p{
    padding: 10px;
    background: #f1f1f1;
    color: #f1623a;
    border-radius: 3px;
    margin: 0 5px;
    font-weight: 600;
    box-shadow: 0px 0px 1px #c5c5c5;
    font-size: 16px;
    text-transform: uppercase;
}

.no-padding {
    padding: 0;
}


@media (min-width: 768px){
    .align-column .align-attractions {
    display: flex;
    flex-direction: row-reverse;
    color: #fff;
}
}

@media (max-width: 767px){
    .align-attractions {
        display: flex;
        flex-direction: column;
    }

}

.align-attractions h2 {
    margin-top: 10px;
}
.align-column .align-attractions {
    color: #fff;
}
.section1 {
    background: #f1623a;
}
.align-attractions {
    display: flex;
    align-items: center;
}
.about-heading {
    background: -webkit-gradient(linear, left top, left bottom, from(#7b152b), to(#9b0028));
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
}
.heading, .heading-big {
    font-family: 'CostaPtfBold', sans-serif;
    font-size: 2.8rem;
    margin-bottom: 1.5rem;
}
.loc {
    margin-top: 1rem;
    position: relative;
    text-align: center;
}
.loc img {
    width: 100%;
}
.loc-overlay {
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    background: #00000091;
    width: 100%;
    display: flex;
    height: 100%;
    align-items: center;
    justify-content: center;
    color: #fff;
}
.loc-overlay h5, .loc-overlay h6 {
    display: block;
    width: 100%;
}
.section-header .title {
    text-transform: uppercase !important;
}
