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

/*font-family: 'Norican', cursive;*/

/*font-family: 'Open Sans', sans-serif;*/
/*----------------------------------------*/
/*  1.  Theme default CSS
/*----------------------------------------*/
.p-0{padding: 0;}
.carousel-item img{
  width: 100%;
}
a:hover{text-decoration: none;}
.api.whatsapp {display: none;}
.whatsapp a {
  padding: 0 10px;
  z-index: 99999;
  background: green;
  width: 40px;
  height: 40px;
  text-align: center;
  line-height: 40px;
  color: #fff;
  font-size: 23px;
  right: 0px;
  transition: 1s;
  display: inline-block;
}
.phone a {
  padding: 0 10px;
  z-index: 99999;
  background: #333;
  width: 40px;
  height: 40px;
  text-align: center;
  line-height: 40px;
  color: #fff;
  font-size: 23px;
  right: 0px;
  transition: 1s;
  display: inline-block;
}
.top-bar {
    background: #EC5598;
    padding: 7px 0;
}
.top-bar a.mail{
  color: #fff;
  font-size: 18px;
  font-weight: 400;
  font-family: 'Norican', cursive;
}
.top-bar a.mail i{
  margin-right: 5px;
}
.top-bar a.number{
  color: #fff;
  text-transform: uppercase;
  font-size: 14px;
  font-weight: 400;
  font-family: 'Open Sans', sans-serif;
}
.top-bar a.number i{
  margin-right: 5px;
}
nav.navbar.navbar-expand-lg {
    padding: 15px;
    background: #000;
}
ul.navbar-nav {
    justify-content: space-between;    
    width: 100%;
}
.nav-item.logo{position: relative;}

.nav-item.logo:before {
    content: '';
    position: absolute;
    bottom: -239px;
    left: -20%;
    border-left: 112px solid transparent;
    border-right: 112px solid transparent;
    border-top: 112px solid #000;
    border-bottom: 112px solid transparent;
    z-index: 9;
}
.dropdown-menu.show {
    background: #000;
    padding: 0;
    border-radius: 0px;
}
.navbar-toggler{
    border: 1px solid #fff;
}
.dropdown-item {
    display: block;
    width: 100%;
    padding: 6px 20px;
    clear: both;
    font-weight: 400;
    color: #ffffff;
    text-align: inherit;
    white-space: nowrap;
    background-color: transparent;
    border: 0;
    font-size: 14px;
    border-bottom: 1px solid #313030;
}
.dropdown-item:hover{
  background: #ec5598;
}

.navbar-toggler i{
  color: #fff;
}
a.nav-link {
    color: #fff;
    padding: 7px 20px !important;
    border-radius: 30px;
    transition: 0.5s;
    position: relative;
}
a.nav-link:hover{
  color: #ec5598;
}
a.nav-link:before {
    content: '';
    position: absolute;
    height: 1px;
    top: 0;
    left: 50%;
    background: #ec5598;
    width: 0px;
    color: #fff;
    transition: 0.5s;
    transform: translateX(-50%);
}
a.nav-link:hover:before {
    content: '';
    position: absolute;
    height: 1px;
    top: 0;
    left: 50%;
    background: #ec5598;
    width: 56px;
    color: #fff;
    transition: 0.5s;
    transform: translateX(-50%);
}
a.nav-link.biglogo{
  position: relative;
  top: 50px;
  color: #fff;
  z-index: 9;
}
a.nav-link.biglogo:hover{
  border: none !important;
}
a.nav-link.biglogo:hover:before{
  display: none;
}
a.nav-link.fixed-logo {
    display: none;
}
.carousel-caption {
    position: absolute;
    right: 15%;
    bottom: 25%;
    left: 15%;
    z-index: 10;
    padding-top: 50px;
    padding-bottom: 50px;
    color: #fff;
    text-align: center;
    background: #ec559875;
    border-radius: 21px;
}
.carousel-caption h5 {
    font-size: 38px;
    color: #000;
    font-family: 'Norican', cursive;
    text-transform: lowercase;
}
.carousel-caption p {
    font-size: 18px;
    font-weight: 500;
}
.carousel-caption a {
    background: #000;
    color: #fff;
    font-size: 14px;
    display: inline-block;
    padding: 10px 45px;
}
.common-padding{
    padding: 40px 0;
}
.title-text h3{
  font-size: 30px;
  font-family: 'Open Sans', sans-serif;
  text-align: center;
}
.title-border{
    display: block;
    margin: auto;
    width: 175px;
}
.title-text h4 {
    font-family: 'Norican', cursive;
    color: #ff2fbf;
    text-align: center;
    font-size: 24px;
}
.content-wrap{
  background: url('../images/white-flower-bg.jpg') no-repeat;
}
.content-sec p {
    font-family: 'Open Sans', sans-serif;
    text-align: justify;
    font-size: 15px;
    color: #5d5d5d;
    line-height: 24px;
    margin-bottom: 10px;
    font-weight: 600;
}
.title-text {
    margin-bottom: 20px;
}
footer{
  padding:50px 0;
  background: #000;
}
.footer-head h3{
  font-family: 'Open Sans', sans-serif;
  color: #f725b9;
  font-size: 19px;
  margin-bottom: 30px;
}
.footer-head {
    padding: 30px 0;
}
a.callnow {
    color: #c5c5c5;
    font-family: 'Open Sans', sans-serif;
}
a.callnow i{
  width: 20px;
  height: 20px;
  background: #8a8a8a;
  display: inline-block;
  text-align: center;
  line-height: 20px;
  border-radius: 3px;
  margin-right: 5px;
}
.offerimg{
  width: 100%;
  border-radius: 5px;
}
.footer-head p{
  color: #c5c5c5;
}
.footer-head ul{
  padding: 0;
  margin: 20px 0;
  list-style: none;
}
.footer-head ul li{
  display: inline-block;
}
.footer-head ul li a {
    display: inline-block;
    width: 40px;
    height: 40px;
    line-height: 40px;
    color: #fff;
    text-align: center;
}
.footer-head ul li a:hover{color: #000;}
.fb{background: #40408c;}
.tw{background: skyblue;}
.li{background: blue;}
.ig{background: purple}
.yt{background: red;}

.banner{
  position: relative;
}
.banner:before{
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: #0000004f;
}
.banner img.home-banner {
    width: 100%;
}
.overlay-text {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    width: 100%;
    text-align: center;
}
.overlay-text h3 {
    font-size: 30px;
    font-family: 'Open Sans', sans-serif;
    color: #fff;
    text-align: center;
}
.overlay-text h4 {
    font-family: 'Norican', cursive;
    color: #000;
    text-align: center;
    text-transform: lowercase;
    font-size: 28px;
}
img.booking-btn {
    width: 200px;
    margin-top: 20px;
}
.img-wrap img{
  width: 100%;
}
.left-img{
  background: url(../images/white-flower-bg.jpg) no-repeat;
  background-position: right;
  background-size: contain;
}
.btn-sec{
  padding: 0;
  margin: 0;
  list-style: none;
  text-align: right;
}
.btn-sec li{
  display: inline-block;
  margin-right: 10px;
}
.btn-sec li a.btn1{
  background: #fa4b8d;
  border-radius: 5px;
  padding: 10px 40px;
  display: inline-block;
  color: #fff;
  font-size: 14px;
}
.btn-sec li a.btn1:hover{
  background:#000;
}
.btn-sec li a.btn2{
  background: #000;
  border-radius: 5px;
  padding: 10px 40px;
  display: inline-block;
  color: #fff;
  font-size: 14px;
}
.btn-sec li a.btn2:hover{
  background:#fa4b8d;
}
.footer-bottom{
  padding: 10px 0;
  background:#333;
}
p.copyright-text {
    margin: 0;
    font-family: 'Open Sans', sans-serif;
    color: #ccc;
    font-size: 13px;
}
ul.imp-links {
    padding: 0;
    margin: 0;
    list-style: none;
    text-align: right;
}
ul.imp-links li{display: inline-block;}
ul.imp-links li a {
    color: #ccc;
    padding: 0 5px;
    font-size: 13px;
}
.category-wrap{
  margin-top: 30px;
}
.category-wrap h4 {
    font-family: 'Norican', cursive;
    color: #000;
    text-align: center;
    font-size: 22px;
    margin-bottom: 0px;
}
.category-wrap p {
    font-family: 'Open Sans', sans-serif;
    text-align: justify;
    font-size: 15px;
    color: #5d5d5d;
    line-height: 24px;
    margin-bottom: 10px;
    font-weight: 600;
}
.category-wrap .cat-img{
  width: 100%;
}
.title-border{
  margin: 5px auto;
  display: block;
  width: 120px;
}
.growth{
  background: url('../images/number-bg.jpg') no-repeat;
  background-size: cover;
  background-attachment: fixed;
  padding: 100px 0;
}
.growth-num {
    background: #ff2fbf6e;
    padding: 20px;
    text-align: center;
    border-radius: 5px;
}
.growth-num i.fa {
    color: #fff;
    font-size: 31px;
    margin-bottom: 10px;
    display: block;
}
.growth-num h4{
    font-size: 23px;
    font-family: 'Norican', cursive;
    margin-top: 15px;
    display: block;
}
.growth-num h5{
    font-size: 16px;
    font-family: 'Open Sans', sans-serif;
    color: #ccc;
}
.title-wrap{
  margin-bottom: 30px;
}
.title-wrap h3 {
    font-family: 'Norican', cursive;
    color: #ff2fbf;
    text-align: left;
    font-size: 36px;
}
.title-wrap h4 {
    font-family: 'Open Sans', sans-serif;
    color: #fff;
    text-align: left;
    font-size: 20px;
}
#lightgallery li a img{
  width: 100%;
}
#lightgallery1 li a img{
  width: 100%;
}
#lightgallery2 li a img{
  width: 100%;
}
.gallery-title{
  margin-bottom: 30px;
}
.gallery-btn{
  border: 1px solid #000;
  padding: 10px;
}
.gallery-btn {
    border: 1px solid #000;
    padding: 10px 20px;
    color: #ff2fbf;
    border-radius: 10px;
    display: inline-block;
    background: #000;
}
.gallery-title h3 {
    font-family: 'Norican', cursive;
    color: #ff2fbf;
    text-align: left;
    font-size: 36px;
}
.gallery-title img{width: 180px;}
.gallery-title h4 {
    font-family: 'Open Sans', sans-serif;
    color: #000;
    text-align: left;
    font-size: 20px;
}
.price-wrap {
    margin: 30px 0 50px;
    border: 1px solid #f1f;
    position: relative;
}
.price-wrap a.rate-book{
  position: absolute;
  background: #f1f;
  color: #fff;
  bottom: -30px;
  padding: 10px 20px;
  display: inline-block;
  text-align: center;
  left: 50%;
  transform: translateX(-50%);
}
.price-wrap a.rate-book:hover{background: #000;}
.price-wrap h4 {
    padding: 14px 10px;
    background: #000;
    color: #fff;
    text-align: center;
    font-size: 19px;
    margin: 0;
}
.price-wrap ul {
  padding: 20px 40px 50px 40px;
  margin: 0;
    list-style: none;
    text-align: center;
}
.price-wrap ul li{
  padding: 17px;
  border-bottom: 1px dashed #000;
}
.price-list{
  background: url(../images/white-flower-bg.jpg) no-repeat;
  background-position: center;
  background-size: contain;
}
.city-wrap{
  position: relative;
}
.city-wrap:before {
    content: '';
    position: absolute;
    bottom: 0;
    width: 100%;
    height: 180px;
    background: #d834ac;
}
.city-list{
  position: relative;
}
.city-list h4 a{
  color: #fff;
}
.city-list:before{
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: #0000007a;
}
.city-list img{
  width: 100%;
  border-radius: 5px;
  transition: 1s;
}
.city-text {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    color: #fff;
    width: 100%;
    text-align: center;
    border-radius: 5px;
}
.breadcrumb-wrap{
  position: relative;
}
.breadcrumb-wrap img{
  width: 100%
}
.breadcrumb-text h1{
  font-size: 36px;
  font-family: 'Norican', cursive;
  color: #000;
}
.breadcrumb-text ul{
  list-style: none;
  padding: 0;
  margin-top: 0;
}
.breadcrumb-text ul li{
  display: inline-block;
}
.breadcrumb-text ul li a{
  color: #fff;
}
.breadcrumb-text {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    text-align: center;
}
.breadcrumb-wrap:before{
  content: '';
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: #ec559840;
  position: absolute;
}
.list-unstyled li{
  display: inline-block;
}
.list-unstyled li a{
  color: #f1f;
  margin-right: 10px;
}
form {
    background: #333;
    padding: 40px 30px;
}
.city-list:hover img{
  transform: scale(1.1);
  transition: 1s;
}
.signal a {
  width: 40px;
    height: 40px;
    display: inline-block;
    color: #fff;
    text-align: center;
    line-height: 40px;
    z-index: 9999;
    right: 0;
    position: relative;
}
.signal img{
  height: 43px;
  width: 40px;
}
.signal a span {
    line-height: 40px;
    right: 60px;
    position: absolute;
    text-align: center;
    width: 140px;
    visibility: hidden;
    transition-duration: 0.5s;
    z-index: 1;
    opacity: 0;
    background: #3a76f0;
}
.signal a:hover>span {
    visibility: visible;
    right: 41px;
    opacity: 1;
    top: 0px;
}
.telegram a {
    width: 40px;
    height: 40px;
    display: inline-block;
    background: #333333;
    color: #fff;
    position: relative;
    text-align: center;
    line-height: 40px;
    z-index: 9999;
    right: 0;
}
.telegram img{
  width: 40px;
}
.telegram a span {
    line-height: 40px;
    right: 60px;
    position: absolute;
    text-align: center;
    width: 140px;
    visibility: hidden;
    transition-duration: 0.5s;
    z-index: 1;
    opacity: 0;
    background: #3a76f0;
}
.telegram a:hover>span {
    visibility: visible;
    right: 41px;
    opacity: 1;
    top: 2px;
}
ul.contact-icon {
  padding: 0;
    margin: 0;
    list-style: none;
    position: fixed;
    z-index: 9999;
    right: 0;
    top: 50%;
}
.service-wrap{
  position: relative;
  overflow: hidden;
  margin:20px 0;
}
.service-wrap img{
  transition: 1s;
}
.service-wrap img:hover{
  transform: scale(1.1);
  transition: 1s;
  cursor: pointer;
  filter: grayscale(1);
}

@media screen and (max-width: 992px){
  .navbar-brand{
    display: block;
  }
  .nav-item.logo{display: none;}
}
@media screen and (max-width: 768px){
  .btn-sec li {
    display: inline-block;
    margin-right: 0px;
  }
  .growth-num{
    margin-bottom: 5px;
  }
  .city-list {
    position: relative;
    margin-bottom: 10px;
  }
  .banner .title-border{
    display: none;
  }
  .overlay-text h3 {
    font-size: 12px;
    font-family: 'Open Sans', sans-serif;
    color: #fff;
    text-align: center;
  }
  .overlay-text h4 {
    font-family: 'Norican', cursive;
    color: #000;
    text-align: center;
    text-transform: lowercase;
    font-size: 12px;
  }
  img.booking-btn {
    width: 96px;
    margin-top: -12px;
  }
  .nav-item.logo:before{
    display: none;
  }
  .api.whatsapp {
    display: block;
  } 
}

@media screen and (min-width: 768px){
  .top-bar a.number{
    text-align: right;
    display: block;
  }
}
@media screen and (min-width: 992px){
  .navbar-brand{
    display: none;
  }
}
