@import url('https://fonts.googleapis.com/css2?family=Open+Sans:wght@300&display=swap');

@import url('https://fonts.googleapis.com/css2?family=Great+Vibes&display=swap');

/*font-family: 'Open Sans', sans-serif;*/
/*----------------------------------------*/
/*  1.  Theme default CSS
/*----------------------------------------*/
/*body {
    background:#333;
}*/
@font-face {
  font-family: 'Georgia Regular';
  font-style: normal;
  font-weight: normal;
  src: local('Georgia Regular'), url('../fonts/georgia.woff') format('woff');
} 

@font-face {
  font-family: 'Georgia Italic';
  font-style: normal;
  font-weight: normal;
  src: local('Georgia Italic'), url('../fonts/georgiai.woff') format('woff');
}
    
@font-face {
  font-family: 'Georgia Bold';
  font-style: normal;
  font-weight: normal;
  src: local('Georgia Bold'), url('../fonts/georgiab.woff') format('woff');
}
    
@font-face {
  font-family: 'Georgia Bold Italic';
  font-style: normal;
  font-weight: normal;
  src: local('Georgia Bold Italic'), url('../fonts/georgiaz.woff') format('woff');
} 



/*font-family: 'Great Vibes', cursive;*/

h1, p, .h1, h2, .h2, h3, .h3, h4, .h4, h5, .h5, .logo {
    font-family: 'Georgia Regular';
}
.p-0{padding: 0;}
a:hover{
  text-decoration: none;
}
.fixed {
  position: fixed;
  width: 100%;
  z-index: 99999;
  top: 0;
  background: #b50057;
  box-shadow: 0px 0px 4px #000;
}
/*nav.navbar.navbar-expand-lg {
  position: absolute;
  z-index: 999;
  width: 100%;
  left: 50%;
  transform: translate(-50%);
}*/
.fixed nav.navbar.navbar-expand-lg{
  position: relative;
  box-shadow: 0px 1px 3px 0px #00000057;
}

ul.social-media {
    margin: 0;
    padding: 0;
    list-style: none;
    text-align: right;
}
ul.social-media li{
  display: inline-block;
}
ul.social-media li a{
  display: inline-block;
}
ul.social-media li a i:hover{
  color: #000;
}
ul.social-media li a i{
  font-size: 17px;
  width: 30px;
  height: 30px;
  border-radius: 5px;
  line-height: 30px;
  color: #000;
  text-align: center;
  display: inline-block;
}
.top-header {
  padding: 10px;
  border-bottom: 1px solid #00000024;
}
nav.navbar.navbar-expand-lg {
    padding: 0px;
}
nav.navbar.navbar-expand-lg a.nav-link {
    color: #fff;
    font-size: 14px;
    text-transform: uppercase;
    font-weight: 500;
    padding: 7px 12px 7px 12px!important;
    display: inline-block;
}
nav.navbar.navbar-expand-lg a.nav-link:hover{
  color: #fff;
}
#portfolio{
  padding: 15px;
}
#portfolio .owl-dots button span {
    width: 8px;
    height: 8px;
    background: #000;
    display: block;
    border-radius: 50%;
    margin-right: 2px;
}
.owl-dots button{
  display: block;
  margin-top: 3px;
}
.owl-dots {
    position: absolute;
    top: 50%;
    right: 0;
}
#slider .owl-item::before{
  content: '';
  position: absolute;
  width: 100%;
  height: 100%;
  z-index: 99;
  background: #eb003b59;
}
.owl-item.active.center::before{
  display: none;
}
.breadcrumb-wrap {
    position: relative;
}
.breadcrumb-wrap:before{
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background:#00000061;
}
.breadcrumb-wrap img{
  width: 100%;
}
.breadcrumb-text {
    text-align: center;
    position: absolute;
    z-index: 99;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
}
.breadcrumb-text h1{
    color: #fff;
}
.breadcrumb-text ul {
    padding: 0;
    margin: 0;
}
.breadcrumb-text ul li {
    display: inline-block;
    margin-right: 10px;
}
.breadcrumb-text ul li a{
  color: #fff;
  font-size: 18px;
}
.web.whatsapp {
    display: none;
}
#portfolio .owl-nav{
  display: none;
}
.api.whatsapp {
    display: none;
}
#back-to-top{
  display: none;
}
#back-to-top{
  padding: 0 10px;
    position: fixed;
    z-index: 99999;
    background: blue;
    width: 40px;
    height: 40px;
    text-align: center;
    line-height: 40px;
    color: #fff;
    font-size: 23px;
    left: 20px;
    bottom: 70px;
    border-radius: 2px;
    transition: 1s;
}
.whatsapp a {
    padding: 0 10px;
    position: fixed;
    z-index: 99999;
    background: green;
    width: 40px;
    height: 40px;
    text-align: center;
    line-height: 40px;
    color: #fff;
    font-size: 23px;
    left: 20px;
    bottom: 20px;
    border-radius: 2px;
    transition: 1s;
}

a.call-btn {
  border:1px solid #fff;
  padding: 5px 15px;
  display: inline-block;
  color: #fff;
  background: #000;
  font-size: 13px;
  font-weight: 600;
}
a.call-btn:hover {
    background: #000;
}
.top-image{
  width: 100%;
}
header {
    /*background: #e0006c;*/
    background: #b50057;
}
nav.navbar.navbar-expand-lg.fixed .navbar-brand img{
  width: 150px;
}
.carousel-caption h5 {
    font-size: 45px;
}
.overlayer {
    width: 100%;
    height: 100%;
    position: absolute;
    z-index: 7100;
    background: #00000091;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
}
.carousel-caption {
    position: absolute;
    right: 15%;
    bottom: 30%;
    left: 15%;
    padding-top: 1.25rem;
    padding-bottom: 1.25rem;
    color: #fff;
    text-align: center;
    z-index: 9999;
}
.common-padding{
  padding: 50px 0;
}
.content-wrap{
  background: url('../images/white-bg.png') no-repeat;
  background-size: cover;
  background-position: center;
}
.bottle-bg{
  background: url('../images/bottle.png') no-repeat;
  background-size: contain;
  background-position-x:-100px;
}
.img-wrap{
  position: relative;
  margin-bottom: 15px;
}
.img-wrap img{
  width: 100%;
}
.img-wrap:before {
    content: '';
    position: absolute;
    top: 20px;
    left: 20px;
    right: 20px;
    bottom: 20px;
    border: 1px solid #fff;
    opacity: .5;
    z-index: 1;
    -webkit-transition: all .3s ease;
    transition: all .3s ease;
    transition: 1s;
}
.img-wrap:hover:before{
  background: #ffffff54;
  transition: 1s;
}
.align-center {
    align-items: center;
    display: flex;
}
.get-quote {
    background: #b50057;
    padding: 30px 0;
}
.get-quote-btn {
    display: flex;
    justify-content: space-around;
    flex-wrap: wrap;
    align-items: center;
}
.get-quote-btn h4{
  color: #fff;
  font-size: 30px;
}
.get-quote-btn a{
    background: #fff;
    padding: 10px 30px;
    display: inline-block;
    color: #000;
    font-family: 'Georgia Regular';
    font-size: 18px;
}
.get-quote-btn a:hover{
  background: #000;
}
h3.title-text {
    font-family: 'Great Vibes', cursive;
    font-size: 33px;
    color: #b50057;
    text-shadow: 0 0 black;
}
.content-sec {
    padding: 10px 0;
}
.book-img img{
  position: absolute;
  bottom: 0px;
  left: 0px;
  width: 200px;
  z-index: 99;
}
p {
    font-size: 17px;
    line-height: 30px;
    color: #505050;
    text-align: justify;
}

h3.big-title {
    font-family: 'Great Vibes', cursive;
    font-size: 42px;
    color: #b50057;
    text-shadow: 0 0 black;
    text-align: center;
    margin-bottom: 30px;
}
.img{
  background: url('../images/02-3.jpg') no-repeat;
  background-size: cover;
  background-position: bottom;
}
.hotel-wrap{
  position: relative;
  margin: 20px 0;
}
.hotel-wrap img{
  width: 100%;
  box-shadow: 1px 5px 4px 0px #000;
}
.hotel-wrap figcaption {
    position: absolute;
    bottom: 25px;
    left: 25px;
    color: #fff;
    z-index: 99;
}
.hotel-wrap:before {
    content: '';
    position: absolute;
    top: 20px;
    left: 20px;
    right: 20px;
    bottom: 20px;
    border: 1px solid #fff;
    opacity: .5;
    z-index: 1;
    -webkit-transition: all .3s ease;
    transition: all .3s ease;
    transition: 1s;
}
.hotel-wrap:hover:before{
  transition: 1s;
    background: #ffffff54;
}
.hotel-wrap:hover a{
  color: #fff;
}
.hotel-wrap figcaption a:hover{
  color: #fff;
}
.number-wrap {
    padding: 15px 20px;
    text-align: center;
    color: #b50057;
    box-shadow: 5px 7px 0px 0px #b50057;
    border: 1px solid #b50057;
}
.number-wrap i{font-size: 28px;}
.work{
  background: url('../images/bg.png') no-repeat;
  background-size: cover;
  background-position: center;
}
.color-white{color: #fff !important;}
ul.contact {
    padding: 0;
    margin: 0;
    list-style: none;
    margin-bottom: 20px;
    word-break: break-all;
}
ul.contact li a{
    font-size: 17px;
    color: #b50057;
    font-family: 'Georgia Regular';
}
ul.contact li{
  font-size: 17px;
    color: #b50057;
    font-family: 'Georgia Regular';
}
ul.contact li i{
  font-size: 17px;
    color: #b50057;
    margin-right: 10px;
}
h3.footer-title {
    font-family: 'Great Vibes', cursive;
    font-size: 32px;
    color: #b50057;
    text-shadow: 0 0 black;
    text-align: left;
    margin-bottom: 5px;
}
.footer-title{
  list-style: none;
  padding: 0;
}
.footer-title li a{
  font-size: 17px;
    color: #505050;
    font-family: 'Georgia Regular';
}
.copyright {
    background: #b50057;
    padding: 10px;
}
.copyright p{
    text-align: center;
    color: #fff;
    margin: 0;
}
.more-btn {
    background: #b50057;
    color: #fff;
    font-family: 'Georgia Regular';
    padding: 5px 15px;
    display: inline-block;
    border-radius: 3px;
}
.more-btn:hover{
  background: #000;
}
form {
    padding: 30px;
    background: #b50057;
}

@media screen and (min-width: 768px){
  .web.whatsapp {
    display: block;
  }
}


@media screen and (max-width: 768px){
  .book-img img {
    position: absolute;
    bottom: 0px;
    left: 17px;
    width: 80px;
    z-index: 99;
  }
  .hotel-wrap figcaption h3{
    font-size: 18px;
  }
  .api.whatsapp {
    display: block;
  }
  .breadcrumb-text h1 {
    color: #fff;
    font-size: 17px;
  }
  .breadcrumb-text ul li a {
    color: #fff;
    font-size: 14px;
  }
  .book{
    width: 100%;
  }
  .book a {
    color: #fff;
    border: 1px solid #fff;
    background: #eb003b;
    padding: 9px 20px;
    display: inline-block;
    font-size: 15px;
    font-weight: 200;
    border-radius: 30px;
  }
  .navbar-brand img{
    display: block;
    margin: auto;
  }
  .navbar-brand{
    display: block;
  }
  .book h1 {
    font-size: 19px;
    margin-bottom: 6px;
    color: #eb003b;
  }
  ul.social-media {
    text-align: left;
  } 
}

















