@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 {
  height: 100%;
  margin: 0;
  padding: 0;
  overflow-x: hidden;
  text-rendering: optimizeLegibility;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
h1,
h2,
h3,
h4,
h5,
h6,
p {
  margin: 0;
  line-height: 1.9em;
  font-size: 14px;
  font-family: 'Cabin', sans-serif;
  color: #6b6b6b;
  font-weight: 400;
  line-height: 24px;
}
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;
}

ul {
  padding: 0;
  margin: 0;
  list-style: none;
}
li {
  margin: 0;
  padding: 0;
  border: 0;
  outline: 0;
  vertical-align: baseline;
  background: transparent;
}

ul.social-icons li {
  display: inline-block;
  margin-right: 3px;
}

ul.social-icons li:last-child {
  margin-right: 0px;
}

ul.social-icons li a {
  width: 50px;
  height: 50px;
  display: inline-block;
  line-height: 50px;
  background-color: #eee;
  color: #121212;
  font-size: 18px;
  text-align: center;
  transition: all 0.3s;
}

ul.social-icons li a:hover {
  background-color: #f43d3d;
  color: #fff;
}

a.filled-button {
  background-color: #f43d3d;
  color: #fff;
  font-size: 14px;
  text-transform: capitalize;
  font-weight: 300;
  padding: 10px 20px;
  border-radius: 5px;
  display: inline-block;
  transition: all 0.3s;
}

a.filled-button:hover {
  background-color: #121212;
  color: #fff;
}
/* Default settings end */

/* Heading Line --After
-------------------------------------*/
.section-heading {
  text-align: left;
  margin-bottom: 60px;
  border-bottom: 1px solid #eee;
}

.section-heading h2 {
  font-size: 28px;
  font-weight: 400;
  color: #1e1e1e;
  margin-bottom: 15px;
}

.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 h4 {
  color: #f43d3d;
  font-size: 22px;
  text-transform: uppercase;
  font-weight: 700;
  margin-bottom: 15px;
}

.page-heading .text-content h2 {
  color: #fff;
  font-size: 62px;
  text-transform: uppercase;
  letter-spacing: 5px;
}

/* Header Start
-------------------------------------*/
header {
  position: absolute;
  z-index: 99999;
  width: 100%;
  height: 80px;
  background-color: #000;
  -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;
}
header .navbar {
  padding: 17px 0px;
}
.background-header .navbar {
  padding: 17px 0px;
}
.background-header {
  top: 0;
  position: fixed;
  background-color: #fff !important;
  box-shadow: 0px 1px 10px rgba(0, 0, 0, 0.1);
}
.background-header .navbar-brand h2 {
  color: #121212 !important;
}
.background-header .navbar-nav a.nav-link {
  color: #1e1e1e !important;
}
.background-header .navbar-nav .nav-link:hover,
.background-header .navbar-nav .active > .nav-link,
.background-header .navbar-nav .nav-link.active,
.background-header .navbar-nav .nav-link.show,
.background-header .navbar-nav .show > .nav-link {
  color: #f43d3d !important;
}
.navbar img {
  float: left;
  margin-top: -12px;
  padding-right: 12px;
}
.navbar .navbar-brand {
  float: left;
  margin-top: -12px;
  outline: none;
}
.navbar .navbar-brand h2 {
  color: #fff;
  text-transform: uppercase;
  font-size: 24px;
  font-weight: 700;
  -webkit-transition: all 0.3s ease 0s;
  -moz-transition: all 0.3s ease 0s;
  -o-transition: all 0.3s ease 0s;
  transition: all 0.3s ease 0s;
}
.navbar .navbar-brand h2 em {
  font-style: normal;
  color: #f43d3d;
}
#navbarResponsive {
  z-index: 999;
}
.navbar-collapse {
  text-align: center;
}
.navbar .navbar-nav .nav-item {
  margin: 0px 15px;
}
.navbar .navbar-nav a.nav-link {
  text-transform: capitalize;
  font-size: 15px;
  font-weight: 500;
  letter-spacing: 0.5px;
  color: #fff;
  transition: all 0.5s;
  margin-top: 5px;
}
.navbar .navbar-nav .nav-link:hover,
.navbar .navbar-nav .active > .nav-link,
.navbar .navbar-nav .nav-link.active,
.navbar .navbar-nav .nav-link.show,
.navbar .navbar-nav .show > .nav-link {
  color: #fff;
  padding-bottom: 25px;
  border-bottom: 3px solid #f43d3d;
}
.navbar .navbar-toggler {
  border-color: #fff;
  background-color: #fff;
  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%;
}

/*Header Slider
-------------------------------------*/
#myCarousel {
  z-index: 0;
}
.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: 'exotc350_dmbd_btdemi-bold';
  font-size: 75px;
  letter-spacing: 2px;
  text-transform: capitalize;
  font-weight: bold;
}
.carousel-caption p {
  letter-spacing: 3px;
  padding-top: 15px;
  font-size: 1.5em;
  font-weight: 400;
  color: #ffffff;
  margin: 1em 0 2em 0;
}
/*Amenities  Section 
-------------------------------------*/
.rembo h2 {
  text-align: center;
  font-size: 30px;
  font-weight: normal;
  display: block;
  font-family: 'Montserrat' sans-serif;
  text-transform: uppercase;
  padding: 0px 0px 12px 0px;
  color: #141d1e;
}
.section-line.text-center .line- {
  margin: 0 auto 20px;
}
.section-line .line- {
  width: 100px;
  height: 2px;
  background-color: #f43d3d;
  display: block;
  margin-bottom: 3px;
}
.rembo p {
  font-style: italic;
  text-align: center;
  font-size: 16px;
  font-weight: normal;
  line-height: 26px;
  font-family: 'Lora';
  margin: 0 0 88px 0;
  padding: 0;
  color: #455051;
}
.amenities {
  font-size: 30px;
  margin-bottom: 30px;
  margin-top: 30px;
  font-weight: 500;
  line-height: 1em;
  letter-spacing: 2px;
  font-family: 'Montserrat', sans-serif;
  color: #353434;
}

.amenities-item img {
  width: 100%;
  margin-bottom: 32px;
  overflow: hidden;
  border-radius: 4px;
}

.amenities-item .down-content h3 {
  font-size: 20px;
  line-height: 1.2em;
  color: #0c3e72;
  font-family: 'Open Sans', sans-serif;
}
.amenities-item .down-content p {
  color: #a2a2a2;
  font-family: 'Open Sans', sans-serif;
  line-height: 28px;
  font-size: 14px;
  margin-bottom: 0px;
  font-weight: 500;
  display: block;
}

/*Features Section 
-------------------------------------*/

.features-page {
  margin-top: 100px;
  margin-bottom: 80px;
}

.features {
  margin-top: 50px;
}
.features h2 {
  margin-bottom: 20px;
  font-size: 20px;
  color: #4a4a4a;
  font-weight: 700;
  font-family: 'Nunito Sans', sans-serif;
  transition: all 0.3s;
}
.features p {
  margin-bottom: 25px;
  color: #4a4a4a;
  font-family: 'Lexend Mega', sans-serif;
}

.features .container .row {
  border-bottom: 1px solid #eee;
  padding-bottom: 60px;
}

.features img {
  width: 100%;
  overflow: hidden;
  border-radius: 5px;
}

.features ul.featured-list li {
  display: block;
  margin-bottom: 10px;
}

.features ul.featured-list li a {
  font-size: 14px;
  color: #4a4a4a;
  font-weight: 300;
  transition: all 0.3s;
  position: relative;
  padding-left: 13px;
}

.features ul.featured-list li a:before {
  content: '';
  width: 5px;
  height: 5px;
  display: inline-block;
  background-color: #4a4a4a;
  position: absolute;
  left: 0;
  transition: all 0.3s;
  top: 8px;
}

.features ul.featured-list li a:hover {
  color: #f43d3d;
}

.features ul.featured-list li a:hover::before {
  background-color: #f43d3d;
}

.features .filled-button {
  margin-top: 20px;
}

/*Rooms Section 
-------------------------------------*/

.rooms .selected {
  font-size: 30px;
  margin-bottom: 30px;
  margin-top: 30px;
  font-weight: 500;
  line-height: 1em;
  letter-spacing: 2px;
  font-family: 'Montserrat', sans-serif;
  color: #353434;
}
.room-item {
  border: 3px solid #eee;
  margin-bottom: 30px;
}

.room-item .down-content {
  padding: 30px;
  position: relative;
}

.room-item img {
  width: 100%;
  overflow: hidden;
}

.room-item .down-content h3 {
  font-size: 17px;
  color: #353434;
  margin-bottom: 20px;
  font-weight: 700;
}
.room-item .down-content h4 {
  font-size: 17px;
  color: #f43d3d;
  margin-bottom: 20px;
}
.room-item .down-content h6 {
  font-size: 18px;
  margin-bottom: 15px;
  color: #121212;
}

.room-item .down-content h6 small {
  color: #999;
}

.room-item .down-content p {
  margin-bottom: 20px;
}

.room-item .down-content ul li {
  display: inline-block;
}

.room-item .down-content ul li i {
  color: #f43d3d;
  font-size: 14px;
}

.room-item .down-content span {
  position: absolute;
  right: 30px;
  bottom: 30px;
  font-size: 13px;
  color: #f43d3d;
  font-weight: 500;
}

.room-item .down-content span a {
  color: #f43d3d;
  display: inline-block;
  margin-bottom: 3px;
}

/* Counter
-------------------------------------*/
.counter {
  padding: 85px 0;
  background: #f5f5f5;
}
.counter .counter-icon {
  font-size: 50px;
  color: #665656;
  float: left;
  display: block;
  margin-right: 15px;
  width: 65px;
  height: 65px;
}
.counter .counter-number {
  font-size: 40px;
  color: #f43d3d;
  margin-left: 80px;
  padding-top: 10px;
  padding-bottom: 8px;
}
.counter .counter-description {
  font-size: 15px;
  margin-left: 80px;
  font-weight: 400;
  font-family: 'Gilda Display', sans-serif;
  color: #000;
}

/*Lined Heading - Our Services
-------------------------------------*/
.lined-heading {
  position: relative;
  margin-top: 50px;
  margin-bottom: 50px;
  text-align: center;
  display: block;
  font-size: 35px;
  line-height: 40px;
  font-weight: normal;
  letter-spacing: 2px;
  font-family: 'Gilda Display', sans-serif;
  color: #1c1c1c;
}

h2.lined-heading:before {
  position: absolute;
  top: 50%;
  z-index: 1;
  display: block;
  width: 100%;
  height: 1px;
  border-top: 2px solid #ccc;
  content: '';
}

h2.lined-heading span {
  position: relative;
  z-index: 1;
  padding: 0 20px;
  background: #fff;
  display: inline-block;
}

.box-icon h3 {
  font-size: 18px;
  font-weight: normal;
  line-height: 1.1;
  font-family: 'Gilda Display', sans-serif;
  color: #1c1c1c;
  margin-top: 20px;
  margin-bottom: 10px;
}

.usp {
  text-align: center;
}
.box-icon .circle {
  border-color: #f43d3d !important;
}
/* Circle */
.box-icon .circle {
  -webkit-border-radius: 60px;
  -moz-border-radius: 60px;
  border-radius: 60px;
  padding: 30px;
  display: table;
  margin: 0 auto;
  background-color: #fff;
  -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;
  display: inline-block;
  position: relative;
  float: left;
  border: 1px solid;
}
.usp .box-icon .circle {
  float: none;
}
.box-icon .circle:hover i {
  color: #000;
  animation-name: swing;
  animation-duration: 1s;
  animation-iteration-count: 1;
  animation-timing-function: ease-out;
  text-decoration: none;
  -webkit-animation-name: swing;
  -webkit-animation-duration: 1s;
  -webkit-animation-iteration-count: 1;
  -webkit-animation-timing-function: ease-out;
  -moz-animation-name: swing;
  -moz-animation-duration: 1s;
  -moz-animation-iteration-count: 1;
  -moz-animation-timing-function: ease-out;
}
/* Icon */
.box-icon i {
  width: 20px;
  height: 10px;
  text-align: center;
  vertical-align: middle;
  -webkit-transition: all 0.6s ease-in-out;
  -moz-transition: all 0.6s ease-in-out;
  -o-transition: all 0.6s ease-in-out;
  -ms-transition: all 0.6s ease-in-out;
  transition: all 0.6s ease-in-out;
  color: #f43d3d;
}
.usp a {
  font-weight: bold;
  margin-bottom: 20px;
  display: block;
}
.box-icon a i {
  -webkit-transition: all 0.2s ease-in-out;
  -moz-transition: all 0.2s ease-in-out;
  -o-transition: all 0.2s ease-in-out;
  -ms-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
}

/*About
-------------------------------------*/
.about {
  margin-top: 100px;
  padding: 80px 0 85px 0;
  background: #f5f5f5;
}
.about h2 {
  color: #f43d3d;
  font-size: 28px;
  font-weight: 400;
  margin-bottom: 35px;
}
.about p {
  font-size: 18px;
  line-height: 32px;
  font-weight: 300;
  color: #383838;
}
.about-button button {
  margin-top: 35px;
  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;
  background-color: #1087d8;
  border-radius: 5px 5px 5px 5px;
  padding: 18px 28px 18px 28px;
  border: 0;
  background-color: #f43d3d;
  color: #fff;
  -webkit-transition: all 0.5s ease;
  transition: all 0.5s ease;
}

/*Footer
-------------------------------------*/
.footer-section {
  background: #000000;
}
.container {
  width: 100%;
  padding-right: 15px;
  padding-left: 15px;
  margin-right: auto;
  margin-left: auto;
}

.footer-section .footer-text {
  padding: 50px 0 30px;
}
.row {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin-right: -15px;
  margin-left: -14px;
}
footer-section .footer-text .ft-about {
  margin-bottom: 30px;
}
.footer-section .footer-text .ft-about h2 {
  margin-bottom: 20px;
  color: #fff;
  font-size: 20px;
  text-transform: uppercase;
}
.footer-section .footer-text .ft-about h2 span {
  color: #f43d3d;
}
.footer-section .footer-text .ft-about p {
  color: #fff;
  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 #f43d3d;
  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: 15px;
  color: #f43d3d;
  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: #fff;
  line-height: 32px;
  list-style: none;
}

.footer-section .footer-text .ft-newslatter h6 {
  font-size: 15px;
  color: #f43d3d;
  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: #fff;
  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: #707079;
}
.footer-section .footer-text .ft-newslatter .fn-form button {
  position: absolute;
  right: 0;
  top: 0;
  font-size: 16px;
  background: #f43d3d;
  color: #ffffff;
  padding: 0 16px;
  height: 50px;
  border: none;
  border-radius: 0 2px 2px 0;
}
.footer-section .copyright-option {
  background: #000;
  padding: 20px 0;
}
ul,
ol {
  padding: 0;
  margin: 0;
}
.footer-section .copyright-option ul li {
  list-style: none;
  display: inline-block;
  margin-right: 34px;
}
.footer-section .copyright-option ul li:last-child {
  margin-right: 0;
}

.col-lg-12 p {
  color: #fff;
}
.col-lg-12 p a {
  color: #fff;
}
.col-lg-12 p a:hover {
  color: #f43d3d;
}

/*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: 700;
  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: #707079;
  line-height: 36px;
}

.room-item .text table tbody tr td {
  font-size: 16px;
  color: #707079;
  line-height: 36px;
}
.room-item .text .primary-btn {
  color: #19191a;
}
.room-item .ri-text .primary-btn {
  color: #19191a;
}

/* Contact Page
-------------------------------------*/
.contact {
  padding: 80px 0 85px 0;
}
.contact h2 {
  font-size: 36px;
  font-weight: 300;
  margin-bottom: 20px;
  line-height: 1em;
  color: #4a4a4a;
}
.contact h3 {
  margin-bottom: 25px;
  font-size: 20px;
  font-weight: 300;
  color: #f43d3d;
}
.contact .contact-header {
  margin-bottom: 45px;
  padding-bottom: 22px;
  border-bottom: 1px solid #f43d3d;
}
.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: #f43d3d;
  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 .contact-form-info {
  float: left;
  margin-top: 11px;
  color: #f43d3d;
  font-size: 12px;
}
.contact .btn-contact-form {
  float: left;
}
.contact .btn-contact-form i {
  margin-top: -4px;
  margin-left: 2px;
}
.btn-color1 {
  background-color: #f43d3d;
  color: #fff;
  -webkit-transition: all 0.5s ease;
  transition: all 0.5s ease;
}
.btn-color1:hover {
  background-color: #f43d3d;
  color: #fff;
}
.btn-color1:focus {
  background-color: #f43d3d;
  color: #fff;
}
/* Gmap */
#map {
  width: 100%;
  border: 1px solid;
  margin-top: -1px;
}
#map img {
  max-width: none !important;
}

/* general styles */

.primary-btn {
  display: inline-block;
  font-size: 13px;
  text-transform: uppercase;
  letter-spacing: 2px;
  font-weight: 700;
  position: relative;
}
.primary-btn:after {
  position: absolute;
  left: 0;
  bottom: -5px;
  width: 100%;
  height: 2px;
  background: #f43d3d;
  content: '';
}
/* page heading Rooms Contact Page */

.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.3);
}
.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: #dad6d6;
  font-size: 35px;
  text-transform: uppercase;
  letter-spacing: 5px;
}
