@import url('https://fonts.googleapis.com/css2?family=Reggae+One&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Poppins:wght@400;500;700&display=swap');

/* Default Settings
-------------------------------------*/
* {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
  font-family: 'Poppins', sans-serif;
}

body {
  overflow-x: hidden;
  height: 100%;
  margin: 0;
  padding: 0;
  overflow-x: hidden;
  background-color: rgb(243, 243, 243);
  text-rendering: optimizeLegibility;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
html,
html a {
  -webkit-font-smoothing: antialiased !important;
}
/* Headings */
h1,
h2,
h3,
h4,
h5,
h6,
p {
  line-height: 1.9em;
  font-family: 'Cabin', sans-serif;
  font-weight: 500;
  line-height: 1.1;
  color: #5e5e5e;
}
a,
button {
  text-decoration: none;
  cursor: pointer;
  transition: all 0.3s ease;
}
a,
a:hover,
a:focus,
button:hover,
button:focus {
  outline: 0 none !important;
  text-decoration: none;
}

/* Header
-------------------------------------------------- */
header {
  background: #fff;
  position: absolute;
  z-index: 99999;
  width: 100%;
  height: 80px;
  -webkit-transition: all 0.3s ease-in-out 0s;
  -moz-transition: all 0.3s ease-in-out 0s;
  -o-transition: all 0.3s ease-in-out 0s;
  transition: all 0.3s ease-in-out 0s;
}
.background-header {
  top: 0;
  position: fixed;
  background-color: #fff !important;
  box-shadow: 0px 1px 10px rgba(0, 0, 0, 0.5);
}
.background-header .navbar-nav a.nav-link {
  color: #000 !important;
}
.background-header .navbar-nav .nav-link:hover,
.background-header .navbar-nav .active > .nav-link {
  color: #ff8800 !important;
  background-color: transparent;
  border-bottom: 1px dotted #0656a2;
}
.navbar .navbar-nav a.nav-link {
  text-transform: capitalize;
  font-size: 16px;
  font-weight: 500;
  line-height: 24px;
  letter-spacing: 0.5px;
  transition: all 0.5s;
  padding: 0;
  margin-bottom: 5px;
}
.navbar-collapse {
  text-align: center;
  padding-top: 30px;
  background-color: #fff;
}
.navbar-mobile {
  display: none;
}
.navbar .navbar-nav .nav-item {
  margin: 0px 15px;
}
.navbar .navbar-toggler {
  height: 32px;
  padding-left: 10px;
  outline: none;
  border-radius: 0px;
  position: absolute;
  right: 5px;
  top: 20px;
}
.navbar-toggler-icon {
  display: inline-block;
  width: 15px;
  height: 1.5em;
  vertical-align: middle;
  content: '';
  background: no-repeat center center;
  background-size: 100% 100%;
}
/*carousel*/
.carousel-caption {
  bottom: auto;
  color: #1a1919;
  left: 50%;
  position: absolute;
  right: auto;
  text-align: center;
  text-shadow: 0 1px 2px rgba(0, 0, 0, 2);
  top: 50%;
  transform: translate(-50%, -50%);
  width: 100%;
  z-index: 0;
}
.carousel-caption h3 {
  color: rgb(230, 228, 228);
  font-family: 'Reggae One', cursive;
  font-size: 55px;
  letter-spacing: 2px;
  text-transform: capitalize;
  font-weight: bold;
}
.carousel-caption p {
  letter-spacing: 3px;
  font-size: 2em;
  font-weight: 400;
  color: #ffffff;
  margin: 1em 0 2em 0;
}

/* lined-heading */
.lined-heading {
  position: relative;
  margin-top: 0;
  margin-bottom: 50px;
  margin-top: 50px;
  text-align: center;
  display: block;
}
h1.lined-heading:before,
h2.lined-heading:before,
h3.lined-heading:before,
h4.lined-heading:before,
h5.lined-heading:before,
h6.lined-heading:before {
  position: absolute;
  top: 50%;
  z-index: 1;
  display: block;
  width: 100%;
  height: 1px;
  border-top: 2px solid #ccc;
  content: '';
}
h1.lined-heading span,
h2.lined-heading span,
h3.lined-heading span,
h4.lined-heading span,
h5.lined-heading span,
h6.lined-heading span {
  position: relative;
  z-index: 1;
  padding: 0 20px;
  background-color: rgb(243, 243, 243);
  display: inline-block;
}
h2.lined-heading span {
  font-family: 'Poppins' sans-serif;
  font-size: 25px;
  font-weight: 400;
  line-height: 1em;
  letter-spacing: 3px;
  color: #444;
}
.karama h2 {
  text-align: center;
  font-size: 34px;
  font-weight: 500;
  display: block;
  font-family: 'Montserrat' sans-serif;
  text-transform: uppercase;
  padding: 70px 0px 12px 0px;
  color: #141d1e;
}
.karama p {
  font-style: italic;
  text-align: center;
  font-size: 16px;
  font-weight: normal;
  line-height: 26px;
  font-family: 'Lora';
  margin: 0 0 8px 0;
  padding: 10px;
  color: #455051;
}

/* Rooms
-------------------------------------------------- */
.room-item {
  border: 3px solid #e9e4e4;
  margin-bottom: 20px;
}
.room-item:hover {
  transition: all 0.2s ease-out;
  box-shadow: 0px 4px 8px rgba(38, 38, 38, 0.2);
  top: -4px;
  border: 1px solid #cccccc;
  background-color: white;
}
.room-item:before {
  content: '';
  position: absolute;
  z-index: -1;
  top: -16px;
  right: -16px;
  height: 32px;
  width: 32px;
  border-radius: 32px;
  transform: scale(2);
  transform-origin: 50% 50%;
  transition: transform 0.15s ease-out;
}

.room-item .room-content {
  padding: 30px;
  position: relative;
}

.room-item img {
  width: 100%;
  overflow: hidden;
}
.room-item .room-content h3 {
  font-size: 17px;
  color: #353434;
  margin-bottom: 20px;
  font-weight: 700;
}
.room-item .room-content h4 {
  font-size: 17px;
  color: #353434;
  margin-bottom: 20px;
}
.room-item .room-content span {
  color: #f43d3d;
  font-weight: 500;
}
.go-corner {
  display: flex;
  align-items: center;
  justify-content: center;
  position: absolute;
  width: 32px;
  height: 32px;
  overflow: hidden;
  top: 0;
  right: 0;
  background-color: #ff8800;
  border-radius: 0 4px 0 32px;
}

.go-arrow {
  margin-top: -4px;
  margin-right: -4px;
  color: white;
  font-family: courier, sans;
}

.btn-wrapper {
  padding-top: 10px;
  display: flex;
  align-items: center;
  justify-content: center;
}
a.room-button {
  background-color: #ff8800;
  color: #fff;
  font-size: 15px;
  text-transform: capitalize;
  font-weight: 500;
  padding: 10px 20px;
  border-radius: 5px;
  display: inline-block;
  transition: all 0.5s;
}
a.room-button:hover {
  background-color: #121212;
  color: #fff;
}

/* services
-------------------------------------------------- */
.services {
  text-align: center;
}
.item-box {
  background: #fff;
  text-align: center;
  padding: 30px 25px;
  box-shadow: 0 0 25px rgba(0, 0, 0, 0.07);
  border-radius: 20px;
  margin-bottom: 30px;
  border: 5px solid rgba(0, 0, 0, 0.07);
  -webkit-transition: all 0.5s ease 0s;
  transition: all 0.5s ease 0s;
}
.item-box:hover {
  background: #ff8800;
  box-shadow: 0 8px 20px 0 rgba(0, 0, 0, 0.2);
  -webkit-transition: all 0.5s ease 0s;
  transition: all 0.5s ease 0s;
}

.item-box:hover .item,
.item-box:hover span.icon {
  background: #fff;
  border-radius: 10px;
  -webkit-transition: all 0.5s ease 0s;
  transition: all 0.5s ease 0s;
}
.item-box:hover h6,
.item-box:hover p {
  color: #fff;
  -webkit-transition: all 0.5s ease 0s;
  transition: all 0.5s ease 0s;
}

.item-box .icon {
  font-size: 40px;
  margin-bottom: 25px;
  color: #ff8800;
  width: 90px;
  height: 90px;
  line-height: 96px;
  border-radius: 50px;
}

.item-box p {
  font-size: 15px;
  line-height: 26px;
}
.item-box h6 {
  margin-bottom: 15px;
  color: #3f3e3e;
}

/* gallery */

.owl-dots {
  display: none;
}
.item {
  background: #fff;
  margin-bottom: 4em;
  box-shadow: 0 0 25px rgba(0, 0, 0, 0.07);
  border-radius: 20px;
  border: 5px solid rgba(0, 0, 0, 0.07);
}
.item img:hover {
  transform: scale(1.2);
  cursor: pointer;
}

/* Call To Action */
.call-to-action {
  background: #fff;
  font-size: 28px;
  font-weight: 400;
  padding: 40px 0 40px 0;
}
.call-to-action h2 {
  color: #000;
  font-size: 28px;
  font-weight: 400;
  margin-bottom: 35px;
}

.call-to-action button {
  margin-top: 28px;
  font-size: 16px;
  font-weight: 600;
  font-family: 'Poppins', Sans-serif;
  text-transform: uppercase;
  letter-spacing: 0.2px;
  line-height: 1;
  fill: #ffffff;
  color: #ffffff;
  box-shadow: none;
  text-decoration: none;
  border-radius: 5px 5px 5px 5px;
  padding: 18px 28px 18px 28px;
  border: 0;
  background-color: #ff8800;
  color: #fff;
  -webkit-transition: all 0.5s ease;
  transition: all 0.5s ease;
}
/* Footer
-------------------------------------------------- */
.footer-section {
  background: #000;
}
.footer-section .footer-text {
  padding: 80px 0 30px;
}
.row {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin-right: -15px;
  margin-left: -15px;
}
footer-section .footer-text .ft-about {
  margin-bottom: 30px;
}
.footer-section .footer-text .ft-about .logo h3 {
  text-transform: uppercase;
  margin-bottom: 20px;
  color: #ff8800;
  font-size: 14px;
  font-weight: 700;
  letter-spacing: 3px;
  font-family: 'Cabin', sans-serif;
}
.footer-section .footer-text .ft-about p {
  color: #aaaab3;
  margin-bottom: 20px;
}

.footer-section .footer-text .ft-about .fa-social a {
  display: inline-block;
  height: 40px;
  width: 40px;
  font-size: 16px;
  line-height: 40px;
  text-align: center;
  color: #ffffff;
  border: 1px solid #5a4d48;
  border-radius: 50%;
  -webkit-transition: all 0.3s;
  -o-transition: all 0.3s;
  transition: all 0.3s;
  margin-right: 7px;
}
.footer-section .footer-text .ft-contact {
  margin-bottom: 30px;
}
.footer-section .footer-text .ft-contact h6 {
  font-size: 14px;
  color: #ff8800;
  text-transform: uppercase;
  font-weight: 700;
  letter-spacing: 3px;
  font-family: 'Cabin', sans-serif;
  margin-bottom: 20px;
}
ul,
ol {
  padding: 0;
  margin: 0;
}
.footer-section .footer-text .ft-contact ul li {
  font-size: 16px;
  color: #aaaab3;
  line-height: 32px;
  list-style: none;
}

.footer-section .footer-text .ft-newslatter h6 {
  font-size: 14px;
  color: #ff8800;
  text-transform: uppercase;
  font-weight: 700;
  letter-spacing: 3px;
  font-family: 'Cabin', sans-serif;
  margin-bottom: 20px;
}
.footer-section .footer-text .ft-newslatter p {
  color: #aaaab3;
  margin-bottom: 20px;
}
.footer-section .footer-text .ft-newslatter .fn-form {
  position: relative;
}
.footer-section .footer-text .ft-newslatter .fn-form input {
  width: 100%;
  height: 50px;
  border-radius: 2px;
  background: #393d4a;
  border: none;
  padding-left: 20px;
  font-size: 16px;
  color: #fff;
}
.footer-section .footer-text .ft-newslatter .fn-form button {
  position: absolute;
  right: 0;
  top: 0;
  font-size: 16px;
  background: #ff8800;
  color: #ffffff;
  padding: 0 16px;
  height: 50px;
  border: none;
  border-radius: 0 2px 2px 0;
}
.footer-section .copyright-option {
  background: #222736;
  /* padding: 20px 0; */
}
ul,
ol {
  padding: 0;
  margin: 0;
}
.footer-section .copyright-option {
  text-align: center;
  padding-top: 30px;
  color: #fff;
}

.footer-section .credits {
  padding-top: 20px;
  text-align: center;
  font-size: 15px;
  color: #fff;
  padding-bottom: 10px;
}
.footer-section .credits a {
  color: #ff8800;
}
.footer-section .credits a:hover {
  color: red;
}

/* Go-Top Button */
#go-top {
  position: fixed;
  float: right;
  right: 44px;
  bottom: 44px;
  z-index: 9999;
  display: none;
  cursor: pointer;
  -webkit-border-radius: 80px;
  -moz-border-radius: 80px;
  border-radius: 80px;
  padding: 10px;
  background-color: #ff8800;
  opacity: 0.75;
  border: 1px solid;
}
#go-top:hover {
  border-color: #000;
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  -ms-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}
#go-top i {
  width: 27px;
  text-align: center;
}
#go-top:hover i {
  color: #000;
}
#go-top:hover i {
  animation-name: fadeOutUp;
  animation-duration: 1s;
  animation-iteration-count: infinite;
  animation-timing-function: ease-in-out;
  -webkit-animation-name: fadeOutUp;
  -webkit-animation-duration: 1s;
  -webkit-animation-iteration-count: infinite;
  -webkit-animation-timing-function: ease-in-out;
  -moz-animation-name: fadeOutUp;
  -moz-animation-duration: 1s;
  -moz-animation-iteration-count: infinite;
  -moz-animation-timing-function: ease-in-out;
}

/* Gmap */
#map {
  width: 100%;
  height: 300px;
  overflow: visible !important;
  border: 1px solid;
  margin-top: -1px;
}
#map img {
  max-width: none !important;
}

/* general styles */

.page-heading {
  position: relative;
}
.page-heading:before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  background-color: rgba(0, 0, 0, 0.2);
}
.page-heading .container {
  position: relative;
  z-index: 2;
}
.page-heading {
  padding: 210px 0px 130px 0px;
  text-align: center;
  background-position: center center;
  background-repeat: no-repeat;
  background-size: cover;
}

.page-heading .text-content h2 {
  color: #fff;
  font-size: 35px;
  text-transform: uppercase;
  letter-spacing: 5px;
  font-weight: 500;
}

/*Rooms Page
-------------------------------------*/

.rooms-section {
  padding-top: 80px;
  padding-bottom: 80px;
}
.tab {
  padding-bottom: 100px;
}

.room-item {
  margin-bottom: 30px;
}
.room-item img {
  min-width: 100%;
}

img {
  max-width: 100%;
}
.room-item .text {
  border: 1px solid #ebebeb;
  border-top: none;
  padding: 24px 24px 30px 28px;
}

.room-item .text h4 {
  color: #19191a;
  margin-bottom: 17px;
}
.room-item .text h3 {
  color: #b71234;
  font-weight: 500;
  margin-bottom: 14px;
}
.room-item .text h3 span {
  font-family: 'Cabin', sans-serif;
  font-size: 14px;
  font-weight: 400;
  color: #19191a;
}
room-item .text table {
  margin-bottom: 18px;
}
table {
  border-collapse: collapse;
}
.room-item .text table tbody tr td.t-o {
  width: 125px;
}

.room-item .text table tbody tr td {
  font-size: 16px;
  color: #383838;
  line-height: 36px;
}

.room-item .text table tbody tr td {
  font-size: 16px;
  color: #383838;
  line-height: 36px;
}

/* Contact Page
-------------------------------------*/
.contact {
  padding: 80px 0 85px 0;
}
.contact h2 {
  font-size: 36px;
  font-weight: 300;
  margin-bottom: 20px;
  line-height: 1em;
  color: #000;
}
.contact h3 {
  margin-bottom: 25px;
  font-size: 20px;
  font-weight: 300;
  color: #000;
}
.contact .contact-header {
  margin-bottom: 45px;
  padding-bottom: 22px;
  border-bottom: 1px solid #ff8800;
}
.contact .contact-img {
  float: left;
  padding: 1px;
  width: 55px;
}
.contact .contact-person {
  font-size: 20px;
  font-weight: 600;
}
.contact .contact-title {
  font-weight: 400;
}
.contact .contact-phone {
  font-size: 20px;
  font-weight: 600;
  margin-top: 10px;
  padding-left: 10px;
}
.contact .contact-phone i {
  font-size: 30px;
  margin-right: 10px;
  display: block;
  float: left;
  margin-top: -3px;
}
.contact .input-group {
  border: 1px solid #f5f5f5;
  background-color: #f8f8f8;
  padding: 10px 2px;
  margin-bottom: 14px;
}
.contact .input-group .input-group-addon {
  background-color: #f8f8f8;
  color: #ff8800;
  border: none;
  font-size: 20px;
}

.contact .input-group .form-control {
  background-color: #f8f8f8;
  border: none;
  box-shadow: none;
  font-size: 18px;
  font-weight: 400;
}

.contact .input-group.textbox {
  width: 100%;
}
.contact .input-group.textbox .input-group-addon {
  height: 44px;
  width: 55px;
  display: block;
  float: left;
}
.contact .input-group.textbox .input-group-addon i {
  vertical-align: middle;
}
.contact .input-group.textbox textarea {
  float: left;
  width: 490px;
}
.contact .btn-contact-form {
  float: left;
}
.contact .btn-contact-form i {
  margin-top: -4px;
  margin-left: 2px;
}
.btn-color1 {
  background-color: #ff8800;
  color: #fff;
  -webkit-transition: all 0.5s ease;
  transition: all 0.5s ease;
}
.btn-color1:hover {
  background-color: #000;
  color: #fff;
}
.btn-color1:focus {
  background-color: #ff8800;
  color: #fff;
}
