/*body {
    background: rgb(236, 233, 233);
}*/

* {
    box-sizing: border-box;
}
.topbar {
    border-bottom: 1px solid rgb(223, 220, 220); 
    padding: 0 0 10px 0;   
}

.topbar-number {
    margin: 15px 0 0 720px;    
}

.topbar-number h4 {
    color: #1b0344;
    font-weight: 500;
    font-size: 20px;
    font-family: 'lato';
}

.top_bar_user_main {
    position: relative;
    display: inline-block;
}

.top_bar_user {
    margin: 12px 0 0 30px;
    padding: 4px 8px;
    border-radius: 50%;
    background: #1b0344;
    color: #fff;
    cursor: pointer;
}

.top_bar_user_main_content {
    padding: 15px;
    display: none;
    position: absolute;
    background-color: #f1f1f1;
    color: #1b0344;
    min-width: 250px;
    font-size: 14px;
    font-family: 'lato', sans-serif;
    height: 100px;
    line-height: 10px;
    box-shadow: 0px 8px 16px 0px rgba(0,0,0,0.2);
    z-index: 5000;
    margin: 8px 0 0 -180px;    
}

.top_bar_user_main_content li {
    list-style-type: none;
}
  
.top_bar_user_main_content a {
    color: black;
    padding: 12px 0;
    text-decoration: none;
    display: block;
}

.top_bar_user_main_content a:hover {
    background-color: #ddd;
}

.top_bar_user_main:hover .top_bar_user_main_content {
    display: block;    
}

.logo img {
    border: 50% !important;
}

.logo-text {
    font-family: 'bruno ace', sans-serif;
    font-weight: 700;
    font-size: 20px;
    color: #1b0344;
    margin: 10px 0 0 5px;
}

.topbar-button button {
    margin: 10px 0 0 40px;
    background: #1b0344;
    color: #fff;
    border: none;
    border-radius: 5px;
    height: 35px;
    width: 150px;
}

header {
    background: #fff;
    box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.2), 0 4px 4px 0 rgba(0, 0, 0, 0.19);
}

.navbar ul {
    display: block;
}

.navbar ul li {
    display: inline-block;
    margin: 15px 20px 0 0;
    cursor: pointer;   
    font-family: marcellus, sans-serif; 
}

.navbar ul li a {
    text-decoration: none;
    color: #1b0344;
}


.navbar ul li a:is(:link, :active, :visited).active{
    text-decoration: underline;
    text-decoration-style: solid;
    text-decoration-color: yellow; 
    text-decoration-thickness: 3px;     
}

#hamburger-icon {
    margin: auto 0;
    display: none;
    cursor: pointer;
    border: 1px solid #fff;
    border-radius: 5px;
    width: 38px;
    padding: 0 4px;
    margin-left: 470px;
}

#hamburger-icon div {
    width: 28px;
    height: 2px;
    background-color: #fff;
    margin: 6px 0;
    transition: 0.4s;
}

.open .bar1 {
    -webkit-transform: rotate(-45deg) translate(-6px, 6px);
    transform: rotate(-45deg) translate(-6px, 6px);
}

.open .bar2 {
    opacity: 0;
}

.open .bar3 {
    -webkit-transform: rotate(45deg) translate(-6px, -8px);
    transform: rotate(45deg) translate(-6px, -8px);
}

.open .mobile-menu {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: flex-start;
}

.mobile-menu {
    display: none;
    position: absolute;
    top: 50px;
    left: 0;
    height: calc(100vh - 50px);
    width: 100%;
    background-color: #1b0344;
    list-style-type: none;
    padding-top: 10px;
}

.mobile-menu li a {
    color: #fff;   
}

/* .menu-differ {
    position: absolute;
    right: 23px;    
    color: grey;
    text-transform: uppercase;
    list-style-type: none;
} */

/* .menu-differ2 {
    position: absolute;
    right: 75px;      
    width: 100px;
    color: #1b0344 !important;
    text-transform: uppercase; 
} */

.link-differ {
    color: #1b0344 !important;
}

h4.text1 {
    color: #1b0344;
    font-size: 30px;
    font-weight: 400;
    font-family: 'marcellus';    
}

.carousel-item {
    position: relative;
}

.carousel-item-text {
    position: absolute;
    top: 200px;
    left: 42%;
}

.carousel-item-text h3 {
    font-family: 'bruno ace';
    font-size: 60px;
    font-weight: 600;
    color: #c9a70d !important;
    box-shadow: black;   
    z-index: 20; 
}

.carousel-item-text p {
    color: white;
    font-size: 18px;
    font-family: 'lato';
    z-index: 20; 
    margin-left: 35px;
}

.body-main1 {
    background: #ebe7ba;
    height: 450px;
    padding: 60px 60px;
}

.body-main1-a {
    width: 50%;
    margin: 0 0 0 30px;
}

.body-main1-a p {
    text-align: center;    
}

.body-main1-a button {
    background: #1b0344;
    color: #fff;
    border: none;
    border-radius: 5px;
    height: 35px;
    width: 150px;
    margin: 10px 0 0 220px;
}

.body-main1-b {
    margin: 0 0 0 140px;
    border: 15px solid #fff;   
    box-shadow: 0 10px 8px 0 rgba(0, 0, 0, 0.2), 0 6px 8px 0 rgba(0, 0, 0, 0.19); 
}

.modal {
    font-family: lato;
}

.index-check {    
    width: 100%;
    margin-left: -90px;
}

.index-check-inner {    
    font-family: "lato", sans-serif;
}

.index-check-inner label {
    font-size: 13px;
    color: #1b0344;  
    margin-bottom: -5px;
}
.index-check-inner-1 {
    margin: 0 0 0 350px !important;
}

.index-check-inner-1 input[type=date], .index-check-inner-2 input[type=date], .index-check-inner-button button {
    width: 300px;  
    height: 45px;
    border: 1px solid #1b0344;  
    padding: 5px;
    border-radius: 5px;
    font-size: 13px;
    outline: none;
    margin-right: 10px;
}

.index-check-inner-1 input[type=date], .index-check-inner-2 input[type=date] {
    color: #1b0344;
}

.index-check-inner button {
    background-color: #1b0344;
    color: #fff;
    border: none;
}

.rooms-suites-h4 h4 {
    color: #1b0344;
    font-size: 30px;
    font-weight: 400;
    font-family: 'marcellus'; 
    margin: 20px 0 0 10px 
}

.rs-image1, .rs-image2, .rs-image3 {
    margin: 10px;
    width: auto;
}

.rs-image1 p, .rs-image2 p, .rs-image3 p {
    text-align: center;
    margin: 10px 0 0 0;
    color: #1b0344;
    font-size: 18px;
    font-weight: 600;
    font-family: 'lato';
}

.rs-button button {
    background: #1b0344;
    color: #fff;
    border: none;
    border-radius: 5px;
    height: 35px;
    width: 150px;
}

.plan-visit-h4 h4 {
    margin: 0 0 0 90px;
    color: #1b0344;
    font-size: 30px;
    font-weight: 400;
    font-family: 'marcellus';
}

.pv-left {
   width: 30%; 
   margin: 0 15px 0 90px;
   background: url(images/map.jpg);
   background-repeat: no-repeat;
   background-size: cover;
}

.pv-right {
    background: #fffcd8;
    margin: 0 90px 0 0;
    width: 60%;
}

.pv-right form h4 {    
    color: #1b0344;
    font-size: 17px;
    font-weight: 600;
    font-family: 'lato';
}

.pv-right form input[type=text] {
    background: #fff;
    border: none;
    border-radius: 5px;
    width: 230px;
    height: 30px;
    padding: 0 0 0 10px;
    margin: 0 5px 0 0;
    box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.2), 0 4px 4px 0 rgba(0, 0, 0, 0.19);
}
.pv-right form textarea {
    background: #fff;
    border: none;      
    width: 710px;
    height: 180px;
    padding: 5px 0 0 10px;
    box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.2), 0 4px 4px 0 rgba(0, 0, 0, 0.19);
    resize: none;
}

.pv-right form button {
    background: #1b0344;
    color: #fff;
    border: none;
    border-radius: 5px;
    height: 30px;
    width: 100px;
}

footer {
    background: #ebe7ba;
    height: 85px;
}

.foot-button button {
    background: #1b0344;
    color: #fff;
    border: none;
    border-radius: 5px;
    height: 35px;
    width: 120px;
    margin: 0 0 0 850px;
}

/*CSS - rooms.php*/
.rooms-suites img {
    margin-right: 10px;
}

.rs-image1 img {
    box-shadow: -14px 14px #ebe7ba;
}

.rs-image2 img {
    box-shadow: 14px -14px #ebe7ba;
}

.rs-image3 img {
    box-shadow: 14px 14px #ebe7ba;
}

.rooms-section-1 h4 {
    font-family: 'lato', sans-serif;
    color: #1b0344;
    font-size: 24px;
    font-weight: 500;
}

.rooms-section-1 p {
    padding: 0 420px;
    color: #1b0344;
    font-family: lato;
}

.rooms-section-1 p span {
    font-family: bruno ace, sans-serif
}

.rooms-section-2 {
    width: 100%;
    background: #ebe7ba;
    height: 400px;
    padding: 30px;
}

.rooms-section-3 h4 {
    font-size: 16px;
}

.rooms-section-3-left img {
    box-shadow: 18px 18px 2px #ebe7ba;
}

.rooms-section-3-left, .rooms-section-3-mid, .rooms-section-3-right {
    margin: 20px;
    color: #1b0344;
    font-family: lato;
}

.rooms-section-3-right button {
    background: #1b0344;
    color: #fff;
    border: none;
    border-radius: 5px;
    height: 30px;
    width: 100px;
}

.li-link {
    text-decoration: none !important;
    color: #2f73b3;
}

/*CSS - info.php*/
.info-section-1 h4 {
    font-family: 'marcellus';
    color: #1b0344;
    font-size: 30px;
    font-weight: 400;
}

.info-section-1 p {
    padding: 0 420px;
    color: #1b0344;
    font-family: lato;
}

.info-section-1 p span {
    font-family: bruno ace, sans-serif
}

.info-section-2 img {
    box-shadow: 18px 18px 2px #ebe7ba;
}

.info-section-3 {
    background: #fffeee;
    color: #1b0344;
    font-size: lato;
}

.info-section-3 h4 {
    font-family: 'lato', sans-serif;
    font-size: 18px;
    font-weight: 500;
}
.info-section-3 .para {
    margin: 0 0 0 280px;    
}

.inner-item1 {
    margin: 0 0 0 280px;
}

.inner-item2 {
    margin: 0 0 0 50px;
}

.info-section-4 h4 {
    font-family: 'lato', sans-serif;
    color: #1b0344;
    font-size: 24px;
    font-weight: 500;
    margin: 0 0 0 280px;
}

.info-section-4 p {
    margin: 0 0 0 280px;
}

.info-section-4 h4 {
    font-family: 'lato', sans-serif;
    font-size: 18px;
    font-weight: 500;
}

.info-section-5 h4 {
    margin: 0 0 0 280px;
    font-family: 'lato', sans-serif;
    font-size: 18px;
    font-weight: 500;
}

.info-section-5-inner {
    margin: 0 0 0 280px;
    color: #1b0344;
    font-family: 'lato', sans-serif;
}

.inner-left-2 {
    font-weight: 600;
}

.inner-left-2 span {
    font-weight: 400;
}

.inner-left-another {
    margin-left: 245px !important;
}

.circled {
    background: #1b0344;
    color: #fff;
    text-align: center;
    border-radius: 100%;
    width: 19px;
    height: 19px;
    padding-top: 2px;
}

.info-section-5-inner-mid {
    margin: 0 0 0 280px;
}

.info-section-5-inner-right {
    margin: 0 0 0 250px;
}

/*CSS gallery.php*/

.gallery-section-2 {
    background: #fffeee;
    width: 75%;
    margin: 0 auto 0 auto;
}

.gallery img {
    width: 230px;
    height: 180px;
    margin: 10px;
    cursor: pointer;
}

/*CSS contact.php*/

.contact {
    width: 75%;
    margin: 0 auto 0 auto;
    color: #1b0344;
}

.contact-left {
    width: 50%; 
    margin: 0 0 0 80px;
}

.contact-left h4 {
    font-family: 'marcellus';
    font-size: 20px;
    font-weight: 500;
}

.contact-right {
    margin: 0 0 0 150px;
}

.contact-right form {
    background: #ebe7ba; 
    width: 500px;
}

.contact-right form p {
    font-size: 16px;
    font-weight: 500;
}

.contact-right form input[type=text], .contact-right form textarea {
    width: 350px;
    height: 40px;
    background: #fff;
    border: none;
    padding: 10px;
}

.contact-right form input[type=text]::placeholder, .contact-right form textarea::placeholder {
    color: #1b0344;
}

.contact-right form textarea {
    width: 440px;
    height: 150px;
    resize: none;
}

.contact-right form button {
    background: #1b0344;
    color: #fff;
    width: 120px;
    height: 38px;
    border: none;
    border-radius: 5px;
}

.contact-map {
    width: 75%;
    height: 400px;
    margin: 0 auto 0 auto;
    background: url(images/map2.jpg);
    background-repeat: no-repeat;
    background-size: cover;
}


/*CSS reviews.php*/
.form-icons {
    font-size: 22px;
    padding: 0 0 0 150px;
}

.form-bottom-mid button, .form-bottom-right button {
    background: #fff !important;
    width: 55px !important;
    height: 30px !important;
    border-radius: none !important;
    border: 1px solid #1b0344 !important;
    color: #1b0344 !important;    
}

.form-bottom-mid button {
    margin: 0 0 0 100px;
}

.form-bottom-right button {
    margin: 0 0 0 8px !important;
}

.form-submit {
    padding: 0 0 0 150px;
}

.review-main {
    margin: 0 180px 0 180px;
    color: #1b0344;
    font-family: lato;
}

.review1 {
    background: #fffeee;
}

.review2 {
    text-align: right;
}

/*CSS availability.php*/

.availability {
    height: 90px;
    background: #1b0344;
    color: #fff;
    text-align: center;    
    padding: 20px 0 0 0;
}

.availability-form {
    background: #fff;
    width: 95%;
    height: 200px;
    margin: 0 auto 0 auto;
    box-shadow: 0 4px 8px 0 rgba(94, 93, 93, 0.2), 0 4px 4px 0 rgba(70, 69, 69, 0.19);
}

.availability-form h4 {
    margin: 0 0 0 55px;
    font-size: 20px;
    font-family: lato, sans-serif;
    font-weight: 600;
}

.availability-form-main {
    width: 95%;
    margin: 0 auto 0 auto;
    overflow: auto;
}

.check-in, .check-out, .adult, .children, .availabilty-button {
    margin: 0 0 0 20px;    
}

.check-in input[type=date], .check-out input[type=date], .adult select, .children select {
    width: 290px;
    height: 40px;
    padding: 5px;
}

.availabilty-button button {
    margin: 24px 0 0 0 !important;
}

.availability-rooms h4 {
    margin: 120px 0 0 0;
    font-size: 20px;
    font-family: lato, sans-serif;
    font-weight: 800;
}

.availability-rooms-main {
    width: 95%;
    margin: 0 auto 0 auto;
}

.card {
    box-shadow: 0 4px 8px 0 rgba(94, 93, 93, 0.2), 0 4px 4px 0 rgba(70, 69, 69, 0.19);
}

p.card-text {
    color: orange;
}

.facility {
    font-family: lato;
    color: #1b0344;
}

.facility h4 {
    font-size: 18px;   
    font-weight: 600;
    color: black;
}

.more-rooms button {
    border: none;
    padding: 10px;
}

.facility-main-1 {
    width: 270px;
    height: 180px;
    padding: 30px;    
    background: #ffffff;
    box-shadow: 0 4px 8px 0 rgba(94, 93, 93, 0.2), 0 4px 4px 0 rgba(70, 69, 69, 0.19);
}

.facility-main-1 img {
    width: 40px;
    height: 40px;
    margin-top: -8px;
}

.facility-main-1 p {
    font-size: 40px; 
    color: black;   
}

p.facility-up {
    font-size: 18px;
    margin: -25px 0 0 0;    
}

/*CSS booking.php*/

.booking {
    /* background: url(images/booking-icona-divine-guest-house.png); */
    height: 80px;
    background: #1b0344;
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
    position: relative;   
}

.booking-overlay {
    background-color: rgba(0,0,0,0.5);;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}

.booking h4 {
    margin: 20px 0 0 80px;
    color: #fff;
    font-size: 20px;
    font-family: lato;
    font-weight: 500;
    z-index: 3;
}

.booking-form {
    width: 100%;    
}

.booking-form-inner {
    width: 80%;
    margin: 30px auto 0 auto !important;
}

.booking-form-inner-ln input[type=text] {
    width: 380px;
    height: 45px;
    padding: 8px;
}

.booking-form-inner-ln input[type=date],
.booking-form-inner-ln select {
    width: 380px;
    height: 45px;
    padding: 8px;
}

.booking-form-inner-ln::placeholder,
.booking-form-inner-ln::-ms-input-placeholder {
    color: grey;
}

.booking-form-inner-button button {
    margin:  15px 0 0 175px !important;
    width: 180px;
    height: 45px;
    background: #1b0344;
    color: #fff;
    border: none;
}


.booking-div {
    width: 85%;
    background: #fff;
    margin: 0 auto 0 auto;
    box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.2), 0 2px 8px 0 rgba(0, 0, 0, 0.19);
    display: flex;
    padding: 18px;
    position: relative;
}

.booking-div img {
    width: 400px;
    height: 380px;
    margin: 0 0 0 20px;
}

.booking-div-right {
    border-left: 1px solid rgb(173, 171, 171);
    margin: 0 0 0 10px;
}

.booking-div-right-top {
    font-family: "lato", sans-serif;
    display: flex;    
}

.booking-div-right p {
    color: rgb(173, 171, 171);
}

.booking-div-right-top h4 {
    margin: -18px 0 0 0;
    font-size: 14px;
    font-weight: 600;
}

/* .booking-div-right-top-right p, .booking-div-right-top-right input[type=text]  {
    margin: 0 0 0 60px;
}
.booking-div-right-top-right input[type=text] {
    margin: 0 0 0 60px;
} */

.booking-div-right hr {
    width: 720px;
    display: block;
    border: 1px solid rgb(173, 171, 171);
    margin: 10px 0 0 10px;
}

.booking-div-right-top-mid {
    margin: 0 0 0 20px;
    visibility: hidden;
}

.booking-div-right-desc {
    margin: 10px 0 0 10px;
}

.booking-div-right-top-right {
    margin: 0 0 0 120px;
}

.booking-div-right-top-left input[type=text], .booking-div-right-top-mid input[type=text], .booking-div-right-top-right input[type=text] {
    /* margin: -30px 0 0 0;
    font-size: 18px;
    font-weight: 600; */
    border: none;
    outline-color: green;
}

.booking-div-bottom {
    margin: 20px 0 0 10px;
}

.booking-div-bottom input[type=date] {
    width: 355px;
    height: 35px;
    color: rgb(173, 171, 171);
    margin: 0 5px 0 0;
    border: 1px solid rgb(173, 171, 171);
    outline-color: green;
}

.booking-div-bottom button {
    width: 180px;
    margin: 30px 0 0 50px !important;
    height: 38px;
    padding: 5px;
}

.booking-div-bottom-button button {
    width: 250px;
    margin: 30px 0 0 10px;
    height: 40px;    
}

.guest-data {
    margin: 0 0 0 10px;
}

.guest-data label, .booking-div-bottom label {
    font-family: "lato", sans-serif;
    font-weight: 600;
    font-size: 14px;
}

.guest-data-fullname, .guest-data-phone {
    margin-right: 9px;
}

.guest-data-fullname input[type=text], .guest-data-phone input[type=text], .guest-data-email input[type=text] {
    width: 235px;
    padding: 5px;
    outline-color: green;
}

.guest-data-address input[type=text] {
    width: 610px;
    padding: 5px;
    outline-color: green;
}

.guest-data-no-rooms input[type=number] {
    width: 100px;
    padding: 5px;
    margin-right: 10px;
}

/*Payment Tab CSS*/

.product_tabs {
    background: #F2F2F2;
    padding: 0 20px;
    padding-bottom: 20px;
    margin: 20px 0 30px 0;
  }
  
  .product_tabs_inner {
    background: #fff;
  }

  .product_tabs_inner h5 {
    padding: 40px;
    font-size: 20px;
    font-family: 'marcellus';
    color: #1b0344;
    text-align: center;
  }

  .product_tabs_inner hr {
    width: 98%;
    border: 1px solid grey;
    margin: -10px auto 0 auto;
  }
  
  .myTabs {
    display: flex;
    flex-wrap: wrap;
    max-width: 600px;    
    padding: 25px;
  }
  
  .myTabs input[type="radio"] {
    display: none;
  }
  
  .myTabs label {
    padding: 25px;
    /* background: #e2e2e2; */
    font-weight: bold;
    cursor: pointer;
  }
  
  .myTabs .tab {
    width: 100%;
    padding: 20px;
    background: #fff;
    order: 1;
    display: none;
  }
  
  .myTabs .tab h2 {
    font-size: 1em;
    font-weight: 500;
  }
  
  .myTabs input[type="radio"]:checked + label + .tab {
    display: block;
  }
  
  .myTabs input[type="radio"]:checked + label {
    border: 1px solid grey;
    border-radius: 5px;
    color: #9B1C52;
  }

  .tab button.pay_now {
    width: 140px !important;
  }
  
