/******************************************************************
  Template Name: Sona
  Description: Sona Hotel Html Template
  Author: Colorlib
  Author URI: https://colorlib.com
  Version: 1.0
  Created: Colorlib
******************************************************************/

/*------------------------------------------------------------------
[Table of contents]

1.  Template default CSS
	1.1	Variables
	1.2	Mixins
	1.3	Flexbox
	1.4	Reset
2.  Helper Css
3.  Header Section
4.  Hero Section
5.  About Section
6.  Services Section
7.  Testimonial Section
8.  Blog Section
9.  Contact
10.  Footer Style

-------------------------------------------------------------------*/

/*----------------------------------------*/

/* Template default CSS
/*----------------------------------------*/

html,
body {
  height: 100%;
  font-family: "IBM Plex Sans", sans-serif;
  -webkit-font-smoothing: antialiased;
  font-smoothing: antialiased;
  scroll-behavior: smooth;
}
h1,
h2,
h3,
h4,
h5,
h6 {
  margin: 0;
  color: #111111;
  font-weight: 400;
}
h1 {
  font-size: 70px;
}
h2 {
  font-size: 36px;
}
h3 {
  font-size: 30px;
}
h4 {
  font-size: 24px;
}
h5 {
  font-size: 18px;
}
h6 {
  font-size: 16px;
}
p {
  font-size: 16px;
  color: #6b6b6b;
  font-weight: 400;
  line-height: 26px;
  margin: 0 0 15px 0;
}
img {
  max-width: 100%;
}
input:focus,
select:focus,
button:focus,
textarea:focus {
  outline: none;
}
a:hover,
a:focus {
  text-decoration: none;
  outline: none;
  color: #fff;
}
ul,
ol {
  padding: 0;
  margin: 0;
}

.section-title {
  text-align: center;
  margin-bottom: 22px;
}
.section-title span {
  font-size: 14px;
  color: #004D88;
  font-weight: 700;
  text-transform: uppercase;
  letter-spacing: 2px;
}
.section-title h2 {
  font-size: 44px;
  color: #19191a;
  line-height: 58px;
  margin-top: 10px;
}
.set-bg {
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
}
.spad {
  padding-top: 100px;
  padding-bottom: 100px;
}
.spad-2 {
  padding-top: 50px;
  padding-bottom: 70px;
}
.text-white h1,
.text-white h2,
.text-white h3,
.text-white h4,
.text-white h5,
.text-white h6,
.text-white p,
.text-white span,
.text-white li,
.text-white a {
  color: #fff;
}
/* buttons */

.primary-btn {
  display: inline-block;
  font-size: 13px;
  color: #ffffff;
  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: #dfa974;
  content: "";
}
/* Preloder */

#preloder {
  position: fixed;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  z-index: 999999;
  background: #ffffff;
}
.loader {
  width: 40px;
  height: 40px;
  position: absolute;
  top: 50%;
  left: 50%;
  margin-top: -13px;
  margin-left: -13px;
  border-radius: 60px;
  animation: loader 0.8s linear infinite;
  -webkit-animation: loader 0.8s linear infinite;
}
@keyframes loader {
  0% {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
    border: 4px solid #f44336;
    border-left-color: transparent;
  }
  50% {
    -webkit-transform: rotate(180deg);
    transform: rotate(180deg);
    border: 4px solid #673ab7;
    border-left-color: transparent;
  }
  100% {
    -webkit-transform: rotate(360deg);
    transform: rotate(360deg);
    border: 4px solid #f44336;
    border-left-color: transparent;
  }
}
@-webkit-keyframes loader {
  0% {
    -webkit-transform: rotate(0deg);
    border: 4px solid #f44336;
    border-left-color: transparent;
  }
  50% {
    -webkit-transform: rotate(180deg);
    border: 4px solid #673ab7;
    border-left-color: transparent;
  }
  100% {
    -webkit-transform: rotate(360deg);
    border: 4px solid #f44336;
    border-left-color: transparent;
  }
}
/*---------------------
  Header
-----------------------*/

.header-section.header-normal .menu-item {
  -webkit-box-shadow: 0px 12px 15px rgba(36, 11, 12, 0.05);
  box-shadow: 0px 12px 15px rgba(36, 11, 12, 0.05);
}
.menu-item {
  position: relative;
  z-index: 9;
}
.menu-item .logo {
  padding: 25px 0;
}
.menu-item .logo a {
  display: inline-block;
}
/*---------------------
  Hero
-----------------------*/

.hero-section {
  position: relative;
  padding-top: 60px;
  padding-bottom: 100px;
}
.hero-section .container {
  position: relative;
  z-index: 5;
}
.hero-text {
  padding-top: 145px;
}
.hero-text h1 {
  font-size: 80px;
  line-height: calc(90 / 80 * 100%);
  color: #ffffff;
  margin-bottom: 16px;
}
@media (max-width: 768px) {
  .hero-text h1 {
    font-size: 64px;
  }
}

.hero-text p {
  font-size: 18px;
  color: #ffffff;
  line-height: 28px;
  margin-bottom: 35px;
}
@media (max-width: 500px) {
  .hero-text h1 {
    font-size: 42px;
  }

  .hero-text p {
    font-size: 16px;
  }
}
.hero-slider {
  position: absolute;
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
}
.hero-slider.owl-carousel .owl-dots {
  position: absolute;
  left: 0;
  bottom: 23px;
  width: 100%;
  text-align: center;
}
.hero-slider.owl-carousel .owl-dots button {
  height: 6px;
  width: 6px;
  background: #ffffff;
  opacity: 0.5;
  border-radius: 50%;
  margin-right: 10px;
  -webkit-transition: all 0.3s;
  -o-transition: all 0.3s;
  transition: all 0.3s;
}
.hero-slider.owl-carousel .owl-dots button.active {
  width: 30px;
  border-radius: 50px;
  opacity: 1;
}
.hero-slider.owl-carousel .owl-dots button:last-child {
  margin-right: 0;
}
.hero-slider .owl-stage-outer,
.hero-slider .owl-stage,
.hero-slider .owl-item,
.hero-slider .hs-item {
  height: 100%;
}
/*---------------------
  About US
-----------------------*/

.about-text {
  text-align: center;
}
.about-text p {
  color: #595960;
  font-weight: 500;
}
.about-text p.f-para {
  margin-bottom: 10px;
}
.about-text p.s-para {
  margin-bottom: 35px;
}
.about-text .about-btn {
  color: #19191a;
}
.about-pic img {
  min-width: 100%;
  min-height: 100%;
  height: 100%;
  object-fit: cover;
}
/*---------------------
  Service Section
-----------------------*/

.services-section {
  padding-bottom: 60px;
  border-top: 1px solid #e5e5e5;
}
.services-section .section-title {
  margin-bottom: 36px;
}
.service-item {
  text-align: center;
  padding: 30px 35px 10px 35px;
	min-height: 270px;
  -webkit-transition: all 0.3s;
  -o-transition: all 0.3s;
  transition: all 0.3s;
}
.service-item:hover {
  background: #004D88;
}
.service-item span {
  color: #004D88;
	font-size: 32px;
}
.service-item:hover span {
  color: #ffffff;
}
.service-item:hover h4 {
  color: #ffffff;
}
.service-item:hover p {
  color: #ffffff;
}
.service-item i {
  display: inline-block;
  color: #dfa974;
  -webkit-transition: all 0.3s;
  -o-transition: all 0.3s;
  transition: all 0.3s;
}
.service-item h4 {
  color: #19191a;
  font-size: 22px;
  margin-bottom: 15px;
  margin-top: 10px;
  -webkit-transition: all 0.3s;
  -o-transition: all 0.3s;
  transition: all 0.3s;
}
.service-item p {
  color: #707079;
  -webkit-transition: all 0.3s;
  -o-transition: all 0.3s;
  transition: all 0.3s;
}
/*---------------------
  Testimonial Slider
-----------------------*/

.testimonial-section {
  background: #f9f9f9;
}
.testimonial-section .section-title {
  margin-bottom: 30px;
}
.testimonial-slider.owl-carousel .owl-item img {
  width: auto;
  margin: 0 auto;
}
.testimonial-slider.owl-carousel .owl-nav button {
  height: 44px;
  width: 44px;
  border: 1px solid #ebebeb;
  font-size: 24px;
  color: #707079;
  background: #ffffff;
  line-height: 48px;
  text-align: center;
  border-radius: 50%;
  position: absolute;
  left: -190px;
  top: 50%;
  -webkit-transform: translateY(-6px);
  -ms-transform: translateY(-6px);
  transform: translateY(-6px);
  -webkit-transition: all 0.3s;
  -o-transition: all 0.3s;
  transition: all 0.3s;
}
.testimonial-slider.owl-carousel .owl-nav button:hover {
  border-color: #19191a;
  color: #19191a;
}
.testimonial-slider.owl-carousel .owl-nav button.owl-next {
  left: auto;
  right: -190px;
}
.testimonial-slider .ts-item {
  text-align: center;
}
.testimonial-slider .ts-item p {
  font-size: 20px;
  color: #707079;
  line-height: 30px;
  margin-bottom: 50px;
}
.testimonial-slider .ts-item .ti-author {
  margin-bottom: 60px;
}
.testimonial-slider .ts-item .ti-author .rating {
  display: inline-block;
}
.testimonial-slider .ts-item .ti-author .rating i {
  color: #f5b917;
  font-size: 16px;
}
.testimonial-slider .ts-item .ti-author h5 {
  font-size: 20px;
  color: #19191a;
  display: inline-block;
}
/*---------------------
  Blog and Event
-----------------------*/

.blog-section {
  padding-bottom: 70px;
}
.blog-section .section-title {
  margin-bottom: 36px;
}
/*---------------------
  Footer Section
-----------------------*/

.footer-section {
  background: #004D88;
}
.footer-section .footer-text {
  padding: 80px 0 30px;
}
.footer-section .footer-text .ft-about {
  margin-bottom: 30px;
}
.footer-section .footer-text .ft-about .logo {
  margin-bottom: 20px;
}
.footer-section .footer-text .ft-about .logo a {
  display: inline-block;
}
.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-about .fa-social a:hover {
  background: #dfa974;
  border-color: #dfa974;
}
.footer-section .footer-text .ft-contact {
  margin-bottom: 30px;
}
.footer-section .footer-text .ft-contact h6 {
  font-size: 14px;
  color: #dfa974;
  text-transform: uppercase;
  font-weight: 700;
  letter-spacing: 3px;
  margin-bottom: 20px;
}
.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: #dfa974;
  text-transform: uppercase;
  font-weight: 700;
  letter-spacing: 3px;
  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: #707079;
}
.footer-section .footer-text .ft-newslatter .fn-form button {
  position: absolute;
  right: 0;
  top: 0;
  font-size: 16px;
  background: #dfa974;
  color: #ffffff;
  padding: 0 16px;
  height: 50px;
  border: none;
  border-radius: 0 2px 2px 0;
}
.footer-section .copyright-option {
  background: rgba(16, 20, 31, 0.2);
  padding: 20px 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;
}
.footer-section .copyright-option ul li a {
  font-size: 16px;
  color: #aaaab3;
}
.footer-section .copyright-option .co-text {
  font-size: 16px;
  color: #707079;
  text-align: right;
}
/*-------------------------------- Respinsive Media Styles --------------------------------*/

@media only screen and (min-width: 1554px) and (max-width: 1920px) {
  .hp-room-items .hp-room-item .hr-text {
    bottom: -200px;
  }
}
@media only screen and (min-width: 1200px) and (max-width: 1250px) {
  .hp-room-items .hp-room-item .hr-text {
    bottom: -288px;
  }
}
@media only screen and (min-width: 1200px) {
  .container {
    max-width: 1170px;
  }
}
/* Medium Device: 1200px */

@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .testimonial-slider.owl-carousel .owl-nav button {
    left: -150px;
  }
  .testimonial-slider.owl-carousel .owl-nav button.owl-next {
    right: -150px;
  }
  .hp-room-items .hp-room-item .hr-text {
    bottom: -322px;
  }
  .hp-room-items .hp-room-item:hover .hr-text {
    bottom: 80px;
  }
}
@media only screen and (max-width: 991px) {
  .top-nav {
    display: none;
  }
  .menu-item .nav-menu {
    display: none;
  }
  .offcanvas-menu-overlay {
    position: fixed;
    left: 0;
    top: 0;
    background: rgba(0, 0, 0, 0.7);
    z-index: 98;
    height: 100%;
    width: 100%;
    visibility: hidden;
    -webkit-transition: 0.3s;
    -o-transition: 0.3s;
    transition: 0.3s;
  }
  .offcanvas-menu-overlay.active {
    visibility: visible;
  }
  .canvas-open {
    position: absolute;
    right: 15px;
    top: 25px;
    font-size: 22px;
    width: 30px;
    height: 30px;
    color: #19191a;
    border: 1px solid #19191a;
    border-radius: 2px;
    line-height: 33px;
    text-align: center;
    z-index: 100;
    display: block;
    cursor: pointer;
  }
  .offcanvas-menu-wrapper {
    position: fixed;
    left: -300px;
    top: 0;
    width: 300px;
    z-index: 999;
    background: #ffffff;
    text-align: center;
    overflow-y: auto;
    height: 100%;
    opacity: 0;
    visibility: hidden;
    -webkit-transition: all 0.5s;
    -o-transition: all 0.5s;
    transition: all 0.5s;
    padding: 80px 30px 30px 30px;
    display: block;
  }
  .offcanvas-menu-wrapper .canvas-close {
    height: 30px;
    width: 30px;
    border: 1px solid #19191a;
    border-radius: 50%;
    text-align: center;
    line-height: 30px;
    cursor: pointer;
    position: absolute;
    right: 30px;
    top: 30px;
    padding-right: 1px;
  }
  .offcanvas-menu-wrapper .search-icon {
    color: #19191a;
    text-align: center;
    cursor: pointer;
    margin-bottom: 10px;
  }
  .offcanvas-menu-wrapper .header-configure-area {
    margin-bottom: 30px;
  }
  .offcanvas-menu-wrapper .header-configure-area .language-option {
    display: inline-block;
    cursor: pointer;
    padding: 13px 0;
    position: relative;
    margin-bottom: 10px;
  }
  .offcanvas-menu-wrapper
    .header-configure-area
    .language-option:hover
    .flag-dropdown {
    top: 40px;
    opacity: 1;
    visibility: visible;
  }
  .offcanvas-menu-wrapper .header-configure-area .language-option img {
    height: 26px;
    width: 26px;
    border-radius: 50%;
    margin-right: 10px;
  }
  .offcanvas-menu-wrapper .header-configure-area .language-option span {
    font-size: 16px;
    color: #19191a;
    text-transform: uppercase;
    font-weight: 500;
  }
  .offcanvas-menu-wrapper
    .header-configure-area
    .language-option
    .flag-dropdown {
    position: absolute;
    left: 0;
    top: 60px;
    width: 100px;
    background: #ffffff;
    display: block;
    padding: 10px 15px;
    -webkit-box-shadow: 0px 9px 10px rgba(25, 25, 26, 0.2);
    box-shadow: 0px 9px 10px rgba(25, 25, 26, 0.2);
    opacity: 0;
    visibility: hidden;
    -webkit-transition: all 0.3s;
    -o-transition: all 0.3s;
    transition: all 0.3s;
    z-index: 99;
  }
  .offcanvas-menu-wrapper
    .header-configure-area
    .language-option
    .flag-dropdown
    ul
    li {
    list-style: none;
    text-align: left;
  }
  .offcanvas-menu-wrapper
    .header-configure-area
    .language-option
    .flag-dropdown
    ul
    li
    a {
    font-size: 14px;
    text-transform: uppercase;
    font-weight: 500;
    color: #19191a;
    -webkit-transition: all 0.3s;
    -o-transition: all 0.3s;
    transition: all 0.3s;
  }
  .offcanvas-menu-wrapper
    .header-configure-area
    .language-option
    .flag-dropdown
    ul
    li
    a:hover {
    color: #dfa974;
  }
  .offcanvas-menu-wrapper .header-configure-area .bk-btn {
    display: inline-block;
    font-size: 13px;
    font-weight: 700;
    padding: 16px 28px 15px;
    background: #dfa974;
    color: #ffffff;
    text-transform: uppercase;
    letter-spacing: 2px;
  }
  .offcanvas-menu-wrapper .mainmenu {
    display: none;
  }
  .offcanvas-menu-wrapper .slicknav_menu {
    background: transparent;
    padding: 0;
  }
  .offcanvas-menu-wrapper .slicknav_menu .slicknav_btn {
    float: none;
    margin: 0 0 10px 0;
    display: none;
  }
  .offcanvas-menu-wrapper .slicknav_menu .slicknav_nav {
    display: block !important;
  }
  .offcanvas-menu-wrapper .slicknav_menu .slicknav_nav ul {
    margin: 0;
    text-align: left;
  }
  .offcanvas-menu-wrapper .slicknav_menu .slicknav_nav ul li .dropdown {
    padding-left: 20px;
  }
  .offcanvas-menu-wrapper .slicknav_menu .slicknav_nav ul li a {
    margin: 0;
    padding: 10px;
    font-weight: 600;
    font-size: 14px;
    color: #19191a;
    border-bottom: 1px solid #e5e5e5;
    -webkit-transition: all 0.3s;
    -o-transition: all 0.3s;
    transition: all 0.3s;
  }
  .offcanvas-menu-wrapper .slicknav_menu .slicknav_nav ul li a:hover {
    border-radius: 0;
    background: transparent;
    color: #dfa974;
  }
  .offcanvas-menu-wrapper .slicknav_menu .slicknav_nav .slicknav_row a {
    border-bottom: 0;
    padding-left: 0;
    -webkit-transition: all 0.3s;
    -o-transition: all 0.3s;
    transition: all 0.3s;
  }
  .offcanvas-menu-wrapper .slicknav_menu .slicknav_nav .slicknav_row span {
    color: #19191a;
    -webkit-transition: all 0.3s;
    -o-transition: all 0.3s;
    transition: all 0.3s;
  }
  .offcanvas-menu-wrapper .slicknav_menu .slicknav_nav .slicknav_row:hover a {
    color: #dfa974;
  }
  .offcanvas-menu-wrapper
    .slicknav_menu
    .slicknav_nav
    .slicknav_row:hover
    span {
    color: #dfa974;
  }
  .offcanvas-menu-wrapper .top-social {
    display: inline-block;
    margin-top: 30px;
    margin-bottom: 20px;
  }
  .offcanvas-menu-wrapper .top-social a {
    display: inline-block;
    font-size: 16px;
    color: #19191a;
    margin-right: 20px;
  }
  .offcanvas-menu-wrapper .top-social a:last-child {
    margin-right: 0;
  }
  .offcanvas-menu-wrapper .top-widget li {
    list-style: none;
    font-size: 16px;
    color: #19191a;
    font-weight: 500;
    line-height: 28px;
  }
  .offcanvas-menu-wrapper .top-widget li i {
    color: #dfa974;
    margin-right: 4px;
  }
  .offcanvas-menu-wrapper.show-offcanvas-menu-wrapper {
    left: 0;
    opacity: 1;
    visibility: visible;
  }
  .about-text {
    margin-bottom: 30px;
  }
  .footer-section .copyright-option ul {
    text-align: center;
    margin-bottom: 10px;
  }
  .footer-section .copyright-option .co-text {
    text-align: center;
  }
  .about-pic img {
    margin-bottom: 20px;
  }
  .room-booking {
    padding: 0;
    margin-top: 40px;
  }
  .contact-form {
    padding-top: 30px;
  }
  .hero-text {
    margin-bottom: 40px;
  }
}
/* Tablet Device: 768px */

@media only screen and (min-width: 768px) and (max-width: 991px) {
  .testimonial-slider.owl-carousel .owl-nav button {
    left: -30px;
  }
  .testimonial-slider.owl-carousel .owl-nav button.owl-next {
    right: -30px;
  }
  .hp-room-items {
    margin: 0;
  }
  .hp-room-item {
    margin-bottom: 15px;
  }
}
/* Large Mobile: 480px */

@media only screen and (max-width: 767px) {
  .testimonial-slider.owl-carousel .owl-nav {
    display: none;
  }
  .room-details-item .rd-text .rd-title {
    margin-bottom: 25px;
  }
  .room-details-item .rd-text .rd-title h3 {
    float: none;
    margin-bottom: 30px;
  }
  .room-details-item .rd-text .rd-title .rdt-right {
    float: none;
    text-align: left;
  }
  .footer-section .copyright-option ul li {
    margin-right: 25px;
  }
  .blog-details-text .tag-share .tags {
    float: none;
    margin-bottom: 20px;
  }
  .blog-details-text .tag-share .social-share {
    float: none;
  }
  .about-text .section-title h2 {
    font-size: 30px;
    line-height: 40px;
  }
  .hp-room-items {
    margin: 0 -5px;
  }
  .hp-room-item {
    margin-bottom: 10px;
  }
}
/* Small Mobile: 320px */

@media only screen and (max-width: 479px) {
  .footer-section .copyright-option ul li {
    margin-bottom: 5px;
  }
  .video-section {
    padding-top: 80px;
  }
  .rd-reviews .review-item .ri-pic,
  .blog-details-text .comment-option .single-comment-item .sc-author {
    float: none;
    margin-bottom: 30px;
  }
  .rd-reviews .review-item .ri-text .rating {
    position: relative;
  }
  .rd-reviews .review-item .ri-text,
  .blog-details-text
    .comment-option
    .single-comment-item.second-comment
    .sc-text,
  .blog-details-text
    .comment-option
    .single-comment-item.first-comment
    .sc-text {
    padding-left: 0;
  }
  .blog-details-text .comment-option .single-comment-item.reply-comment {
    padding-left: 30px;
  }
  .rd-reviews .review-item .ri-text:before,
  .blog-details-text
    .comment-option
    .single-comment-item.first-comment
    .sc-text:before,
  .blog-details-text
    .comment-option
    .single-comment-item.second-comment
    .sc-text:before {
    display: none;
  }
  .blog-details-hero {
    padding-top: 70px;
  }
  .blog-details-text .bd-pic .bp-item {
    width: 100%;
    float: none;
    margin-right: 0;
    margin-bottom: 10px;
  }
  .blog-details-text .tag-share .tags a {
    margin-bottom: 6px;
  }
  .blog-details-text .comment-option .single-comment-item .sc-text a {
    margin-bottom: 10px;
  }
}
