/* Models From */

.modal-header {
    border: none;
}

.padding {
    padding: 3rem !important;
}

.form-group {
    margin-bottom: 1rem;
}

.modal-content .modal-header {
    justify-content: center;
    align-items: baseline;
    background: #0aaeba;
    text-align: center;
    padding-bottom: 0;
}

.mt-ml {
    margin-top: 10px;
    margin-left: 200px;
}

@media only screen and (max-width: 780px) {
    .mt-ml {
        margin-top: 10px;
        margin-left: 60px;
    }
}

@media only screen and (max-width: 600px) {
    .mt-ml {
        margin-top: 10px;
        margin-left: 15px;
    }
}

.btn-close {
    color: #fff;
    background-color: #fff;
}

.modal-content .modal-header .modal-title,
.modal-body .form-wrap .modal-title {
    font-size: 30px;
    font-weight: 600;
    line-height: 1.2;
    color: #fff;
    margin-bottom: 30px;
    font-family: "Cormorant Garamond", serif;
    text-align: center;
}

.modal-body .form-wrap .form-label {
    font-size: 17px;
    font-weight: 600;
    color: #0b3343;
    font-family: "Ionicons";
    margin-bottom: 0.5rem;
}

.modal-body .form-wrap .form-group .form-control {
    height: calc(2em + 0.75rem + 2px);
    font-size: 15px;
    font-weight: 400;
    line-height: 1.5;
    color: #6e7275;
    background-color: #f6f6f6;
    background-clip: padding-box;
    border: 1px solid #0b3343;
    border-radius: 0;
}

.modal-body .form-wrap .form-group .form-check .form-check-label {
    width: 100%;
    font-size: 1rem;
    font-weight: 400;
    line-height: 1.5;
    color: #212529;
    margin-bottom: 10px;
    color: #454545;
}

.modal-body .form-wrap .form-group a {
    color: #f5a741;
    margin: 0px 10px;
}

.modal-body .form-wrap .log-btn {
    background-color: #459f4e;
    border: 1px solid #459f4e;
    color: #fff;
    width: 100%;
    height: 48px;
    padding: 12px 100px;
    margin: 10px 0px;
    font-size: 16px;
    font-weight: 500;
    text-transform: uppercase;
    transition: all 0.4s ease;
}

.modal-body .form-wrap .log-btn:hover {
    background-color: #112e14;
    color: #fff;
    border-color: transparent;
}
.palatin-btn {
    /* background-color: #cb8670; */
    background-color: #f9b76b;
    -webkit-transition-duration: 500ms;
    transition-duration: 500ms;
    position: relative;
    z-index: 1;
    display: inline-block;
    min-width: 123px;
    height: 53px;
    color: #ffffff;
    border: none;
    border-radius: 0px 20px;
    padding: 0 30px;
    font-size: 16px;
    line-height: 53px;
    text-transform: capitalize;
}
.palatin-btn:hover, .palatin-btn:focus {
    font-size: 16px;
    background-color: #0083e0;
    color: #ffffff;
}
.header-area .palatin-main-menu .classy-nav-container {
    background-color: #f8f9fa!important;
}
.header-area .palatin-main-menu .classy-navbar .classynav ul li a {
    text-transform: capitalize;
    color: #000000;
    font-size: 12px;
    background-color: transparent;
}
#feedback1 a {
    display: block;
    /* background: #ecd27f; */
    background: #f9b76b;
    height: 52px;
    padding-top: 10px;
    width: 130px;
    text-align: center;
    color: #fff;
    font-family: Open Sans, sans-serif;
    font-size: 14px;
    font-weight: 500;
    text-decoration: none;
	border-radius:0px 20px 0px 15px;
}
#feedback1 a:hover {
    /* background: #fcc700; */
    background: #00adee;
    color: #ffffff;
}
.pool-feature i {
    font-size: 50px;
    /* color: #cb8670; */
    color: #0083e0e0;
    margin-bottom: 30px;
    display: block;
}
.header-area .palatin-main-menu .classy-navbar .classynav ul li a:hover, .header-area .palatin-main-menu .classy-navbar .classynav ul li a:focus {
    color: #ffffff;
    /* background-color: #cb8670; */
    background-color: #f9b76b;
}

.footer-area {
    position: relative;
    z-index: 1;
    background-color: #f9f9f9;
    padding-bottom: 40px;
}
.footer-area .footer-widget-area .widget-title {
    padding-top: 15px;
    color: #f9b76b;
    font-weight: 500;
}
.block-23 ul li .icon {
    width: 40px;
    font-size: 18px;
    padding-top: 2px;
    color: #0098e7;
}
.block-23 ul li span {
    color: #000000;
}
.rank-label-container {
    margin-top: -4px;
    /* z-index: 1000; */
    text-align: center;
    color: #000;
}
.ftco-footer-social li a {
    height: 50px;
    width: 50px;
    color: #0083e0bd;
    display: block;
    float: left;
    background: rgb(249 183 107 / 71%);
    border-radius: 50%;
    position: relative;
}
.ftco-footer-social li a:hover {
    background: #0083e0bd;
	color:fff;
}
.modal-content .modal-header {
    justify-content: center;
    align-items: baseline;
    background: #00adee;
    text-align: center;
    padding-bottom: 0;
}
.modal-body .form-wrap .log-btn {
    background-color: #f9b76b;
    border: 1px solid #f9b76b;
    color: #fff;
    width: 100%;
    height: 48px;
    padding: 12px 100px;
    margin: 10px 0px;
    font-size: 16px;
    font-weight: 500;
    text-transform: uppercase;
    transition: all 0.4s ease;
	border-radius: 0 20px;
}
.modal-body .form-wrap .log-btn:hover {
    background-color: #00adee;
    color: #fff;
    border-color: transparent;
}
.footer-area .copywrite-text p a {
    font-size: 12px;
    color: rgb(0 0 0);
}
.profile-header-img>img.img-circle {
    width: 80px;
    height: 80px;
    border: 2px solid #f9b76b;
}
.footer-area .copywrite-text p a:hover {
    color: #f9b76b;
}
.single-rooms-area {
    position: relative;
    z-index: 10;
    width: 100%;
    height: 400px;
    margin-bottom: 100px;
    -webkit-transition-duration: 500ms;
    transition-duration: 500ms;
}
.single-rooms-area .rooms-text {
    position: absolute;
    z-index: 30;
    background-color: rgba(0, 0, 0, 0.63);
    padding: 30px 30px 40px;
    left: 20px;
    right: 20px;
    bottom: 20px;
    width: calc(100% - 40px);
    border: 2px solid #f9b76b;
    text-align: center;
    -webkit-transition-duration: 500ms;
    transition-duration: 500ms;
}

#whatsappChats {
    position: fixed;
    bottom: 10px;
    right: 140px;
    width: 66px;
    height: 66px;
    visibility: visible;
    z-index: 999999999;
    display: none;
    backface-visibility: hidden;
    opacity: 1;
    transform: translateX(50%);
    filter: drop-shadow(rgba(0, 0, 0, 0.5) 2px 2px 1px);
    background: 0px 0px;
    border-width: 0px;
    border-style: initial;
    border-color: initial;
    border-image: initial;
    transition: transform 0.2s ease-in-out 0s;
}

#whatsappChats img {
    width: 55px;
    height: auto;
    position: relative;
    z-index: 1;
    transform: scale(1.1);
}

#whatsappChats .whatsappChatsText {
    width: 140px;
    height: 40px;
    position: absolute;
    color: rgb(33, 33, 33);
    left: 25px;
    text-align: right;
    font-size: 11px;
    line-height: 1.1;
    font-weight: 600;
    bottom: 20px;
    letter-spacing: 0.04em;
    background: rgb(255, 190, 74);
    padding: 5px 15px;
    border-radius: 0px 6px 6px 0px;
}

#whatsappChats .whatsappChatsText strong {
    font-size: 16px;
    line-height: 1;
    letter-spacing: 0.07em;
}
.float12 {
    position: fixed;
    width: 50px;
    height: 50px;
    bottom: 100px;
    right: 40px;
    background-color: #6c8d34;
    color: #fff;
    border-radius: 50px;
    text-align: center;
    font-size: 22px;
    box-shadow: 2px 2px 3px #999;
    z-index: 100;
}
.float12:hover {
    position: fixed;
    width: 60px;
    height: 60px;
    bottom: 120px;
    right: 40px;
    background-color: #6c8d34;
    color: #000;
    border-radius: 50px;
    text-align: center;
    font-size: 30px;
    box-shadow: 2px 2px 3px #999;
    z-index: 100;
}
.hero-slides .owl-dots .owl-dot {
    -webkit-transition-duration: 300ms;
    transition-duration: 300ms;
    border: 2px solid transparent;
    background-color: transparent;
    display: block;
    padding: 3px 5px;
    color: #ffffff;
    font-size: 14px;
	visibility: hidden;
}
.centered {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
}
.centered h2 {
    font-size: 43px!important;
    font-weight: 500;
    color: #fff;
    text-shadow: 2px 2px #000;
    transition-delay: 2s!important;
}
.ricon {
    margin: 6px;
    padding: 0px 5px 0px 0px;
    color: #f9b76b;
    font-size: 15px;
}
.single-section .description-section .description-details .menu-part {
    margin-top: 20px;
    padding: 41px;
    background-color: white;
    margin-bottom: 30px;
    -webkit-box-shadow: 0 2px 4px 0 #dedede;
    box-shadow: 0 2px 4px 0 #dedede;
}
.header-area .palatin-main-menu .classy-navbar .classynav ul li a:hover, .header-area .palatin-main-menu .classy-navbar .classynav ul li a:focus {
    margin: 2px;
    color: #ffffff;
    background-color: #f9b76b;
    border-radius: 0px 8px;
}
.btn_head {
    margin: 2px!important;
    color: #ffffff!important;
    background-color: #f9b76b!important;
    border-radius: 0px 8px!important;
}
.btn_head:hover {
    margin: 2px!important;
    background-color: #0083e0!important;
    border-radius: 0px 8px!important;
}
/*.palatin-btn2 {
    background-color: #f9b76b;
    -webkit-transition-duration: 500ms;
    transition-duration: 500ms;
    position: relative;
    z-index: 1;
    display: inline-block;
    min-width: 123px;
    height: 35px;
    color: #ffffff;
    border: none;
    border-radius: 0px 13px;
    padding: 0 10px;
    font-size: 16px;
    line-height: 37px;
    text-transform: capitalize;
}

.palatin-btn2:hover, .palatin-btn2:focus {
    font-size: 16px;
    background-color: #0083e0;
    color: #ffffff;
}
.header-area .palatin-main-menu .classy-navbar .menu-btn2 {
    margin-left: 10px;
}*/

.header-area .palatin-main-menu .classy-navbar .menu-btn {
    margin-left: 45px;
}
@media only screen and (max-width: 767px){
.header-area .palatin-main-menu .classy-navbar .menu-btn {
    margin-left: 60px;
    border: 0px solid transparent!important;
    margin-top: 30px;
    display: inline-block;
}}
.pool-feature h6 {
    color: #363636;
    font-size: 20px;
    margin-bottom: 20px;
}
body {
    font-family: "Jost", sans-serif;
    font-size: 14px;
}
.hed_btn {
    position: relative;
    z-index: 1;
    display: inline-block;
    min-width: 123px;
    height: 53px;
    color: #ffffff;
    border: none;
    border-radius: 0px 20px;
    padding: 0 30px;
    font-size: 16px;
    line-height: 53px;
    text-transform: capitalize;
}
.button-text {
  display: inline-block;
}

.button-image {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-image: url(img/logo/logo12.png);
  background-size: cover;
  background-position: center;
  opacity: 0;
  background-color: white;
    border: none;
  min-width: 123px;
    height: 53px;
    color: #f8f9fa!important;
    border-radius: 0px 20px;
    padding: 0 30px;
}

.hed_btn:hover {
  background-color: #aaa;
}

.hed_btn:hover .button-text {
  opacity: 0;
}

.hed_btn:hover .button-image {
  opacity: 1;
}


