:root {
  --body-bg: #0e0d0c;
  --theme-color:#0c142e;
  --body-color: #0c142e;
  --title-color: #c33030;
  --title-font:
  "Merriweather", serif;
  --body-font:
  "Poppins", sans-serif;
  --main-container: 1270px;
  --container-gutters: 30px;
}
body {
  padding: 0;
  margin: auto;
  font-family: var(--body-font);
}
.slick-slide:focus,button:focus,a:focus,a:active,input,input:hover,input:focus,input:active,textarea,textarea:hover,textarea:focus,textarea:active {
  outline: none
}
a {
  color: #090909;
  text-decoration: none;
  outline: 0;
  transition: all ease .4s;
}

dl, ol, ul {
  margin: 0 !important;
  padding-left: 0;
}
a:active,a:focus,a:hover,a:visited {
  text-decoration: none;
  outline: 0
}
button {
  transition: all ease .4s
}
img {
  max-width: 100%;
  height: auto;
}
li{
  list-style: none;
  font-family: var(--body-font);
}
p {
  margin: 0 0 18px 0;
  line-height: 1.63;
}
.h1,h1 {
  font-size: 48px;
  font-family: var(--title-font);
}

.h2,h2 {
  font-size: 40px;
  font-family: var(--title-font);
}

.h3,h3 {
  font-size: 36px;
  font-family: var(--title-font);
}

.h4,h4 {
  font-size: 28px;
  font-family: var(--title-font);
}

.h5,h5 {
  font-size: 24px;
  font-family: var(--title-font);
}

.h6,h6 {
  font-size: 20px
}

/* css */

.main__logo img{
  width: 210px;
  height: auto;
}
.header-top{
  padding: 0px 0px;
  position: relative;
  z-index: 1;
  background-color: #000;
}
.header-links ul{
  padding: 4px 0px;
  display: flex;
}
.header-links ul li{
  display: flex;
  padding: 2px 10px;
  align-items: center;
}
/* .header-links{
  padding: 60px 0px 60px 0px;
} */
.header-links ul li a{
 font-size: 14px;
 color: #fff;
 font-family: var(--body-font);
 font-weight: 600;
}
.header-links ul li a:hover{
  color: var(--title-color);
}
.header-links-1 ul li a:hover{
  color: #000;
}
.header-links ul li i {
  color: #ffffff;
  background-color: var(--title-color);
  border-radius: 50%;
  padding: 6px 7px;
  height: 25px;
  width: 25px;
  font-size: 13px;
  margin-right: 15px;
}
.header-links ul li p {
  margin-bottom: 0px;
  font-size: 15px;
  color: #000;
}
.header-links-1 {
  align-items: center;
  display: flex;
  justify-content: end;
}
.header-links-1 ul li{
  float: right;
  color: #fff;
}
.header-links-1 ul li a{
  margin-left: 10px;
}
.header-links-1 {
  padding-right: 40px;
}

.header-line ul li{
  color: #fff;
  font-size: 16px;
}
.tab-links li a{
  font-size: 16px;
  font-weight: 500;
  color: #fff;
  text-transform: uppercase;
}
.tab-links li a:hover{
  color: var(--theme-color);
}

.logo{
  max-width: 170px;
  height: auto;
  display: block;
  padding: 0px;
}
.tabs {
  align-items: center;
}
.tabs li a{
  font-size: 18px;
  color: #000;
  font-weight: 500;
  margin: 0px 10px;
  font-family: var(--body-font);
}
.tabs li a:hover{
  color: var(--theme-color);
}
.primary-button {
  background-color: var(--theme-color);
  color: #fff;
  border-radius: 20px;
  font-size: 20px;
  font-weight: 600;
  letter-spacing: 1px;
  padding: 13px 32px;
  border: none;
  cursor: pointer;
  font-family: var(--title-font);
}
.primary-button:hover{
  background-color: var(--title-color);
  transition: 400ms;
  color: #fff;
}
.secondery-button {
  font-family: var(--title-font);
  display: inline-block;
  padding: 5px 20px;
  position: relative;
  overflow: hidden;
  border: 2px solid var(--title-color);
  transition: color 0.5s;
  font-size: 21px;
  border-radius: 6px;
  font-weight: 500;
  color: var(--title-color);
  text-align: center;
  letter-spacing: 1px;
}

.secondery-button:before {
  content: "";
  position: absolute;
  z-index: -1;
  background: var(--title-color);
  height: 150px;
  width: 200px;
  border-radius: 50%;
}

.secondery-button:hover {
  color: #fff;
}

.secondery-button:before {
  top: 100%;
  left: 100%;
  transition: all 0.7s;
}
.secondery-button:hover:before {
  top: -30px;
  left: -30px;
}
.main_header {
  z-index: 1;
  position: relative;
}
header.top_main_header {
  position: relative;
  top: 0px;
  width: 100%;
}
.banner-bg{
  position: relative;
  background-image: url(../images/bg-2.jpg);
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
  top: 0px;
  width: 100%;
}
.banner-bg-mask{
  padding: 100px 0px;
  background: linear-gradient(90deg, #012273 0%, rgba(1, 34, 115, .02) 66%, rgba(1, 34, 115, .04) 67%);
}
.banner-heading {
  padding: 0px 0px 0px 50px;
}
.banner-heading h1 {
  color: #ffffff;
  font-family: var(--title-font);
  font-weight: 600;
  font-size: 74px;
  letter-spacing: 1px;
  text-transform: capitalize;
  line-height: 102px;
}
.banner-heading p{
  color: #fff;
}
.banner-heading h3 span{
  color: var(--title-color);
}
.banner-heading-button{
  margin-top: 30px;
  display: flex;
  justify-content: space-evenly;
}
.banner-heading-button a{
  margin-right: 30px;
}
.navbar-nav.nav {
  display: flex;
  align-items: center;
}

.double-header{
    justify-content: center;
}
.double-header ul li a{
  font-size: 18px;
  color: #000000;
  font-family: var(--title-font);
  letter-spacing: 0.5px;
  padding: 0px 15px !important;
}
.double-header ul li a:hover{
  transition: 400ms ;
  background-color: var(--title-color);
  color: #fff;
}

.footer-text {
  color: #020202;
  font-size: 15px;
  letter-spacing: 0.5px;
  margin-top: 20px;
}
.copyright-text {
  color: #ffffff;
  font-size: 13px;
}
.copyright-text a {
  color: #ffffff;
  font-size: 13px;
}
.footer-page{
  background-image: url(../images/bg-5.jpg);
  background-position:bottom;
  background-repeat: no-repeat;
  background-size: cover;
}
.footer_bg{
  padding: 60px 0px;
  background-color: #ffffffb8;
}
.footer-menu ul li{
  padding: 8px 0px;
  border-bottom: 1px dotted #ff000d57;
}
.footer-menu ul li a{
  color: #020202;
  font-weight: 400;
  font-size: 16px;
}
.footer-menu ul li a:hover{
  color: #012273;
  letter-spacing: 1px;
}

.footer-menu ul li a i{
  margin-right: 15px;
  color: var(--title-color)
}
.footer-menu h4{
 color: #000000;
 font-family: var(--title-font);
 font-weight: 500;
 font-size: 26px;
 margin-bottom: 10px;
 padding-bottom: 6px;
}
.addres-tag{
  margin-left: 30px;
}
.copyright-wrap {
  background: #000000eb;
  padding-top: 10px;
}
.about-page{
  background-image: url(../images/pattern.avif);
  background-repeat: repeat;
  background-size: cover;
}
.about_page_bg{
  padding:80px 0px;
  background-color: #ffffffd6;
}
.section_title{
  text-align: center;
  margin-bottom: 40px;
  font-size: 45px;
  font-weight: 600;
}
.about-left-sec img {
  border-top-left-radius: 100px;
  border-bottom-left-radius: 100px;
}
.about-roght-sec{
  align-items: center;
  display: flex ;
}
.about-roght-sec h3{
  font-size: 52px;
  font-weight: 600;
  margin-bottom: 20px;
  color: var(--title-color);
}
.about-roght-sec h6{
  font-size: 16px;
  margin-bottom: 10px;
  font-weight: 600;
  color: #000;
}
.about-left-sec{
  background-color: #012273;
  padding: 0px;
  border-top-left-radius: 100px;
  border-bottom-left-radius: 100px;
}

.test_bg{
  padding: 80px 0px;
  background-color: #001754bf;
}
.test_wrapper{
  background-image: url(../images/bg-3.jpg);
  background-repeat: no-repeat;
  background-size: cover;
}
.item{
  display: flex;
  justify-content: center;
}
.testimonials-box {
    text-align: center;
    padding: 30px;
    border-radius: 10px;
    box-shadow: 0px 0px 6px 1px #ffffffa1;
    margin: 20px;
}
.testimonials-box h4{
    font-size: 25px;
    color: #ffffff;
    margin-top: 40px;
}
.testimonials-box p{
  font-size: 17px;
  color: #ffffff;
  margin-bottom: 40px;
}
.testimonials-box img{
  width: 110px !important;
  height: auto;
  justify-content: center;
  display: flex
}
.testimonials-box div{
  display: flex;
  justify-content: center;
}
.testimonial_title{
  color: #fff;
  font-size: 45px;
  margin-bottom: 50px;
  text-align: center;
}
.amenities i {
  font-size: 30px;
  color: var(--title-color);
}
.amenities p{
  font-size: 19px;
  margin-bottom: 0px;
}

.amenities div {
    display: flex;
    text-align: center;
    padding: 20px;
    color: #fff;
    justify-content: space-between;
    width: 50%;
    align-items: center;
    border: 1px solid #ffffff45;
    margin: 20px 0px;
    border-radius: 6px;
}
.amenities div:hover{
  background-color: #ffffff;
  transition: 400ms;
}
.amenities div:hover p{
 color: #012273;
}
.rooms-page{
  background-image: url(../images/pattern.avif);
  background-repeat: repeat;
  background-size: cover;
}
.room_bg{
  text-align: center;
  background: #ffffffd6;
  padding: 80px 0px;
}
.room_bg img{
    border-radius: 14px;
}
.room_bg h4{
  margin: 10px 0px; 
  font-size: 28px;
  color: #000;
  font-weight: 600;
}
.read-more {
  color: #012273;
  font-size: 17px;
  font-weight: 600;
}
.contact_bg{
   padding: 0px 0px;
   background-color: #012273;
}
.contact-box-content h2{
  font-size: 48px;
  color: #fff;
}
.contact-box-content p{
  font-size: 18px;
  color: #fff;
}
.contact-box-content a{
    margin-top: 30px;
}

.breadcrum-heading h3{ text-align:center; }
.breadcrum{ background:#000; padding: 50px; }
.breadcrum-heading h1{ color:#fff; text-transform:uppercase; }
.room-box p, h4{ text-align: left; }
.room_bg hr{ margin-top:25px; }
.room-box{ width: 100%;
  text-align: left;
  line-height: 30px; }
.room-box .col-lg-6{ float:left; padding: 5px; }
.room-box .col-lg-4{ float:left; padding: 5px; }
.room-box .col-lg-8{ float:left; padding: 5px; }
.room-box .col-lg-2{ float:left; padding: 5px; }
.room-box .col-lg-3{ float:left; padding: 5px; }
.room-box form textarea{ height:150px; }
.room-box form button{ border:none; margin-top:10px; background:#d10909; color:#fff; border-radius:10px; padding:6px; font-weight:600; }
.room-box img{ margin-bottom:20px; }
.room-box span{ font-size:15px; font-weight:600; }

