* {
  margin: 0px;
  padding: 0px;
}

@font-face {
  font-family: "brielleregular";
  src: url("../fonts/brielleregular-k7qmo.woff2") format("woff2"), url("../fonts/brielleregular-k7qmo.woff") format("woff");
  font-weight: normal;
  font-style: normal;
}
body {
  background-color: #ffffff;
}

.btn-one {
  width: auto;
  background-color: #1C18A1;
  padding: 14px 24px;
  font-family: "Poppins", sans-serif;
  color: #ffffff;
  font-weight: 400;
  text-decoration: none;
  border-radius: 5px;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 10px;
  transition: 0.5s;
}
.btn-one:hover {
  background-color: #0c0572;
}
.btn-one i {
  font-size: 18px;
  position: relative;
  top: -1px;
}

.book-one {
  width: auto;
  background-color: #1C18A1;
  padding: 14px 24px;
  font-family: "Poppins", sans-serif;
  color: #ffffff;
  font-weight: 400;
  text-decoration: none;
  border-radius: 5px;
  align-items: center;
}

.btn-two {
  font-size: 14px;
  font-family: "Poppins", sans-serif;
  color: #363636;
  font-weight: 500;
  text-decoration: none;
  border: 2px solid #D2D2D2;
  padding: 14px 20px;
  border-radius: 5px;
  float: left;
}

.nav-one {
  background: linear-gradient(to right, #564aa7, #3930a4, #110c84);
  padding: 0px 30px;
  box-shadow: 0px 3px 5px 0px rgba(0, 0, 0, 0.15);
}
.nav-one .nav-link {
  font-family: "Poppins", sans-serif;
  color: #fff;
  font-size: 16px;
  font-weight: 500;
  margin-right: 20px;
  transition: 0.5s;
}
.nav-one .nav-link:hover {
  color: #98765B;
}
.nav-one .dropdown-item {
  font-family: "Poppins", sans-serif;
  color: #98765B;
  font-size: 16px;
  font-weight: 500;
  transition: 0.5s;
}
.nav-one .dropdown-item:active {
  background-color: #1C18A1;
  color: #ffffff;
}
.nav-one .dropdown-item:hover {
  background-color: #1C18A1;
  color: #ffffff;
  padding-left: 5px;
}
.nav-one .dropdown-menu {
  border: none;
  animation: 0.5s slideup;
	background: linear-gradient(to right, #564aa7, #3930a4, #110c84);
}
@keyframes slideup {
  from {
    transform: translateY(10%);
  }
  to {
    transform: translateY(0);
  }
}
.nav-one .active {
  color: #1C18A1 !important;
}

.started-btn {
  border: 1.5px solid #98765B;
  border-radius: 5px;
  font-family: "Poppins", sans-serif;
  color: #fff;
  padding: 10px 24px;
  font-size: 16px;
  font-weight: 500;
  text-decoration: none;
  background: #98765B;
}

.banner {
  width: 100%;
  min-height: 680px;
  height: 100%;
  position: relative;
}
.banner::before {
  content: "";
  position: absolute;
  z-index: 9;
  background-color: rgba(9, 7, 195, 0.2);
  width: 100%;
  min-height: 680px;
  height: 100%;
}
.banner .wrp {
  position: relative;
  z-index: 99;
}
.banner .wrp h1 {
 font-family: "KoHo", sans-serif;
  font-size: 70px;
  color: #ffffff;
  font-weight: 700;
  letter-spacing: -1px;
  width: 65%;
}

.event-sec {
  /*padding-top: 80px;*/
  padding-bottom: 80px;
}
.event-sec .event-bg {
/*  background-image: url(../imgs/event-bg.jpg);
  background-size: cover;*/
  padding: 30px 0px 30px 0px;
  border-radius: 10px;
  position: relative;
}
.event-sec .event-bg::before {
  content: "";
  position: absolute;
  z-index: 9;
 /* background: rgb(4, 3, 55);
  background: linear-gradient(135deg, rgb(4, 3, 55) 0%, rgba(4, 3, 55, 0.5) 67%, rgba(86, 72, 157, 0.3) 96%);*/
  width: 100%;
  height: 100%;
  top: 0px;
  border-radius: 10px;
}
.event-sec .event-bg .event-wrp {
  padding:0;
  position: relative;
  z-index: 99;
}
.event-sec .event-bg .event-wrp h3 {
  font-size: 45px;
  margin-bottom: 10px;
  margin-top: 0;
  font-weight: 600;
  line-height: 1;
  color: #000000;
  font-family: "brielleregular";
  text-align: center;
}
.event-sec .event-bg .event-wrp p {
  font-family: "Poppins", sans-serif;
  color: #000;
  font-size: 16px;
  font-weight: 300;
  text-align: center;
  margin-bottom: 20px;
}
.event-sec .event-bg .event-wrp .event-card {
  background-color: #ffffff;
  padding: 10px;
  border-radius: 6px;
  width: 100%;
  display: block;
  text-decoration: none;
	-webkit-box-shadow: 0 25px 60px rgba(27,23,47,.10);
  box-shadow: 0 25px 60px rgba(27,23,47,.10);
	-webkit-transition: all 500ms ease;
  -o-transition: all 500ms ease;
  transition: all 500ms ease;
}
.event-sec .event-bg .event-wrp .event-card:hover{
	-webkit-transform: translateY(-15px);
	-ms-transform: translateY(-15px);
	transform: translateY(-15px);
}
.event-sec .event-bg .event-wrp .event-card .event-body {
  margin-top: 10px;
}
.event-sec .event-bg .event-wrp .event-card .event-body h4 {
  font-family: "KoHo", sans-serif;
  color: #000;
  font-size: 20px;
  font-weight: 600;
  padding: 5px 0;
}
.event-sec .event-bg .event-wrp .event-card .event-body p {
  font-family: "Poppins", sans-serif;
  font-size: 14px;
  font-weight: 300;
  color: #040404;
  margin-bottom: 5px;
  text-align: left;
}
.event-sec .event-bg .event-wrp .event-card .event-body p i {
  margin-right: 5px;
}
.event-sec .event-bg .event-wrp .event-card .event-body i {
  font-size: 16px;
  color: #363636;
}

.about-sec {
  padding-top: 80px;
}
.about-sec h2 {
  font-family: "Poppins", sans-serif;
  color: #040404;
  font-size: 30px;
  line-height: 46px;
}
.about-sec h3 {
  font-family: "Poppins", sans-serif;
  color: #1C18A1;
  font-size: 22px;
  font-weight: 400;
}
.about-sec h6 {
  font-family: "Poppins", sans-serif;
  color: #484848;
  font-size: 16px;
  font-weight: 400;
}
.about-sec p {
  font-family: "Poppins", sans-serif;
  font-size: 16px;
  font-weight: 400;
  color: #5A5A5A;
  margin-top: 20px;
  margin-bottom: 0px;
  line-height: 26px;
}

.dots {
  background-color: #1C18A1;
  width: 10px;
  height: 10px;
  border-radius: 60px;
  display: inline-flex;
}

.room-category-sec {
  padding: 80px 0px 80px 0px;
}
.room-category-sec h6 {
  font-family: "Poppins", sans-serif;
  color: #484848;
  font-size: 16px;
}
.room-category-sec .room-card .img-div {
  position: relative;
}
.room-category-sec .room-card .img-div img {
  border-radius: 6px;
}
.room-category-sec .room-card .img-div .label {
 font-family: "Poppins", sans-serif;
  font-size: 16px;
  color: #ffffff;
  font-weight: 400;
  padding: 4px 10px;
  border-radius: 5px;
  position: absolute;
  background-color: rgba(0, 0, 0, 0.6);
  bottom: 58px;
  right: -25px;
  border: 1px solid rgba(0, 0, 0, 0.9);
  transform: rotate(-90deg);
}
.room-category-sec .room-body h3 {
  font-family: "brielleregular";
  color: #040404;
  font-size: 22px;
  font-weight: 500;
  letter-spacing: 1px;
  width: 238px;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}
.room-category-sec .room-body p {
  font-family: "Poppins", sans-serif;
  font-size: 14px;
  font-weight: 400;
  color: #363636;
  line-height: 24px;
}
.room-category-sec .room-body .sml {
  font-size: 13px;
}

.px-50 {
  padding-left: 50px;
  padding-right: 50px;
}

.bdr-right {
  /*border-right: 1px solid #5A5A5A;*/
  height: 130px;
}

.view-btn {
  font-family: "Poppins", sans-serif;
  font-size: 16px;
  font-weight: 500;
  color: #363636;
  text-decoration: none;
}
.view-btn i {
  margin-left: 10px;
}

.testimonial-sec {
  padding:70px 0px 50px 0px;
  background-image: url(../imgs/testimonial-bg.jpg);
  background-size: cover;
	background-attachment: fixed;
}
.testimonial-sec .owl-buttons {
  display: flex;
  justify-content: end;
}
.testimonial-sec .owl-theme .owl-controls .owl-buttons div {
  border: 2px solid #ffffff;
  opacity: 9;
  background-color: transparent;
  padding: 10px 8px;
}
.testimonial-sec h6 {
  font-family: "Poppins", sans-serif;
  color: #ffffff;
  font-size: 16px;
}
.testimonial-sec .dots {
  background-color: #ffffff;
  width: 10px;
  height: 10px;
  border-radius: 60px;
  display: inline-flex;
}
.testimonial-sec h2 {
  font-family: "brielleregular";
  color: #ffffff;
  font-size: 30px;
  font-weight: 500;
  letter-spacing: 1px;
}
.testimonial-sec p {
  font-family: "Poppins", sans-serif;
  font-size: 14px;
  font-weight: 300;
  color: #ffffff;
  line-height: 24px;
}

.testimonial .testimonial-content {
  padding: 35px 25px 35px 50px;
  margin-bottom: 15px;
  background: linear-gradient(to right, #564aa7, #3930a4, #110c84);
  position: relative;
  margin-right: 0px;
  color: #ffffff;
  display: flex;
  flex-direction: column;
  height: 100%;
}

.testimonial .description {
  font-family: "Poppins", sans-serif;
  font-size: 15px;
  color: #ffffff;
  line-height: 24px;
  margin: 0;
}

.testimonial .title {
  display: block;
  font-size: 18px;
  font-weight: 700;
  color: #525252;
  text-transform: capitalize;
  letter-spacing: 1px;
  margin: 0 0 5px 0;
}

.testimonial .post {
  display: block;
  font-size: 14px;
  color: #0CCA4A;
}

.owl-theme .owl-controls {
  margin-top: 20px;
}

.owl-theme .owl-controls .owl-page span {
  background: #ccc;
  opacity: 1;
  transition: all 0.4s ease 0s;
}

.owl-theme .owl-controls .owl-page.active span,
.owl-theme .owl-controls.clickable .owl-page:hover span {
  background: #0CCA4A;
}

.cirle-wrp {
  position: relative;
}
.cirle-wrp .cirle {
  background-color: #ffffff;
  border-radius: 100px;
  padding: 15px 20px;
}
.cirle-wrp .quote {
  background-color: #ffffff;
  border-radius: 100px;
  padding: 8px 6px 8px 6px;
  display: inline-flex;
  border: 2px solid #010014;
  position: absolute;
  top: -8px;
  left: -10px;
}

.name-rating i {
  color: #D3C019;
}
.name-rating h3 {
  font-family: "brielleregular";
  color: #fffdfd;
  font-size: 24px;
}
.name-rating h6 {
  font-family: "Poppins", sans-serif;
  font-size: 12px;
  color: #ffffff;
}
.name-rating p {
  font-family: "Poppins", sans-serif;
  font-size: 12px;
  color: #ffffff;
}

.bdr-btm {
  border-bottom: 1px solid #ffffff;
}

.suttle-bus-sec {
  margin-top: 80px;
}
.suttle-bus-sec .bus-bg {
  background-image: url(../imgs/bus-img.jpg);
  background-size: cover;
  padding: 30px;
  border-radius: 10px;
  position: relative;
}
.suttle-bus-sec .bus-bg:before {
  content: "";
  position: absolute;
  z-index: 9;
  /*background: rgb(20, 19, 75);
  background: linear-gradient(81deg, rgb(20, 19, 75) 0%, rgba(0, 0, 0, 0) 100%);*/
  width: 100%;
  height: 100%;
  top: 0px;
  left: 0px;
  border-radius: 10px;
}
.suttle-bus-sec .bus-bg h6 {
  font-family: "Poppins", sans-serif;
  color: #000;
  font-size: 16px;
  font-weight: 400;
}
.suttle-bus-sec .bus-bg .dots {
  background-color: transparent;
  width: 0;
  height: 0;
  border-radius: 0;
  display: block;
}
.suttle-bus-sec .bus-bg h3 {
font-family: "brielleregular";
  color: #000;
  font-size: 23px;
  font-weight: 600;
  letter-spacing: 1px;
}
.suttle-bus-sec .bus-bg p {
  font-family: "Poppins", sans-serif;
  font-size: 14px;
  color: #000;
  font-weight: 400;
}
.suttle-bus-sec .bus-bg .box-1 {
  font-family: "Poppins", sans-serif;
  color: #000;
  padding: 20px 40px;
  border-radius: 6px;
  font-size: 14px;
}

.facilities-sec {
  padding: 0px 0px 80px 0px;
}
.facilities-sec h6 {
  font-family: "Poppins", sans-serif;
  color: #484848;
  font-size: 16px;
}
.facilities-sec h3 {
  font-family: "brielleregular";
  color: #1C18A1;
  font-size: 32px;
  font-weight: 400;
  letter-spacing: 1px;
}
.facilities-sec p {
  font-family: "Poppins", sans-serif;
  font-size: 16px;
  font-weight: 400;
  color: #5A5A5A;
  line-height: 24px;
  margin-top: 15px;
}
.facilities-sec .facilities-wrp {
  padding: 0px 20px 0px 20px;
  background: #ffffff;
  position: relative;
  color: #ffffff;
}
.facilities-sec .facilities-wrp .white-bar {
  padding: 10px 15px;
 /* position: absolute;
  z-index: 99;
  width: 86%;
  left: 7%;
  bottom: 50px;*/
  background:linear-gradient(to right, #564aa7, #3930a4, #110c84);
}
.facilities-sec .facilities-wrp .white-bar h4 {
  font-family: "brielleregular";
  color: #fff;
  font-size: 24px;
}
.facilities-sec .facilities-wrp .white-bar a {
  font-family: "Poppins", sans-serif;
  font-size: 16px;
  font-weight: 400;
  color: #fff;
  text-decoration: none;
}

.book-stay-sec {
  background-attachment: fixed !important;
	/*background: url(../imgs/stay-inn.jpg) rgba(4, 4, 4, 0.5);*/
  background: url(../imgs/stay-inn.jpg);
  background-size: cover;
  background-blend-mode: multiply;
  padding: 100px 0;
}
.book-stay-sec h2 {
  font-family: "KoHo", sans-serif;
  color: #ffffff;
  font-size: 55px;
  font-weight: 300;
}
.book-stay-sec h2 span {
  font-weight: 600;
}

.news-letter-sec {
  padding: 50px 0px 10px 0px;
  background: linear-gradient(to right, #564aa7, #3930a4, #110c84);
}
.news-letter-sec .bg-wrp {
  background: #212121;
  background-size: cover;
  padding: 40px;
  border-radius: 12px;
  position: relative;
}
.news-letter-sec .bg-wrp:before {
  content: "";
  position: absolute;
  z-index: 9;
  /*background: rgb(2, 0, 84);
  background: linear-gradient(81deg, rgba(2, 0, 84, 0.82) 0%, rgba(0, 0, 0, 0.6) 100%);*/
  width: 100%;
  height: 100%;
  top: 0px;
  left: 0px;
  border-radius: 10px;
}
.news-letter-sec .bg-wrp h3 {
  font-family: "brielleregular";
  color: #ffffff;
  letter-spacing: 2px;
  font-size: 32px;
}
.news-letter-sec .bg-wrp .form-control {
  background-color: transparent;
  border: 1px solid #ffffff;
  border-radius: 6px;
  border-top-right-radius: 6px !important;
  border-bottom-right-radius: 6px !important;
  padding: 16px;
}
.news-letter-sec .bg-wrp .form-control::-moz-placeholder {
  color: #ffffff;
}
.news-letter-sec .bg-wrp .form-control::placeholder {
  color: #ffffff;
}
.news-letter-sec .btn {
  border-radius: 6px !important;
}
.news-letter-sec .subcribe-btn {
  font-family: "Poppins", sans-serif;
  background-color: #ffffff;
  color: #1C18A1;
  font-weight: 500;
  padding: 10px 30px;
  width: auto;
  height: 45px;
  margin-top: 5px;
  position: relative;
}
.news-letter-sec .subcribe-btn::before {
  border: 1px solid #ffffff;
  height: 59px;
  position: absolute;
  content: "";
  width: 162px;
  left: -9px;
  top: -7px;
  border-radius: 6px;
}

.footer-sec {
  background-image: url(../imgs/footer-bg.jpg);
  background-size: cover;
  padding: 130px 0px 20px 0px;
}
.footer-sec .adrs {
  margin-top: 0;
}
.footer-sec .adrs ul {
  list-style-type: none;
  padding-left: 0px;
}
.footer-sec .adrs ul li {
  font-family: "KoHo", sans-serif;
  font-size: 16px;
  font-weight: 400;
  color: #ffffff;
  line-height: 26px;
}
.footer-sec .adrs ul li a {
  font-family: "KoHo", sans-serif;
  font-size: 16px;
  font-weight: 300;
  color: #ffffff;
  font-style: italic;
}
.footer-sec h3 {
  font-family: "KoHo", sans-serif;
  font-size: 18px;
  color: #E0E0E0;
  font-weight: 700;
}
.footer-sec .links {
  float: right;
}
.footer-sec .links ul {
  list-style-type: none;
  padding-left: 0px;
}
.footer-sec .links ul li a {
  font-family: "KoHo", sans-serif;
  font-size: 16px;
  font-weight: 400;
  color: #fff;
  text-decoration: none;
  line-height: 30px;
  transition: 0.5s;
}
.footer-sec .links ul li a:hover {
  color: #979595;
}
.footer-sec .btm-div {
  padding-top: 25px;
}
.footer-sec .btm-div p {
  font-family: "Poppins", sans-serif;
  font-size: 12px;
  color: #ffffff;
  font-weight: 300;
}
.footer-sec .btm-div .line-one {
  position: relative;
  top: 10px;
  width: 100%;
  height: 1px;
  border-bottom: 1px solid rgba(255, 255, 255, 0.5098039216);
}

.w-50-new {
  width: 80%;
}

.sub-banner {
  width: 100%;
  min-height: 580px;
  height: 100%;
  position: relative;
  background-size: cover;
}
.sub-banner::before {
  content: "";
  position: absolute;
  z-index: 9;
  background: rgb(45, 78, 143);
  background: linear-gradient(183deg, rgba(45, 78, 143, 0.03125) 0%, rgba(9, 10, 34, 0.8043592437) 65%, rgb(9, 10, 34) 97%);
  width: 100%;
  min-height: 580px;
  height: 100%;
}
.sub-banner .wrp {
  position: relative;
  z-index: 99;
  margin-bottom: 80px;
}
.sub-banner .wrp h1 {
  font-family: "brielleregular";
  font-size: 70px;
  color: #ffffff;
}
.sub-banner .wrp p {
  font-family: "Poppins", sans-serif;
  color: #E0E0E0;
  font-size: 16px;
}

.about-sec-two {
  padding: 80px 0px 80px 0px;
}
.about-sec-two h3 {
  font-family: "brielleregular";
  color: #1C18A1;
  font-size: 32px;
  font-weight: 400;
  letter-spacing: 1px;
}
.about-sec-two h6 {
  font-family: "Poppins", sans-serif;
  color: #484848;
  font-size: 16px;
}

.about-sec-three {
  padding-top: 0px;
}

.welcome-sec {
  padding-top: 80px;
}
.welcome-sec img {
  border-radius: 10px;
}
.welcome-sec h3 {
  font-family: "brielleregular";
  color: #1C18A1;
  font-size: 32px;
  font-weight: 400;
  letter-spacing: 1px;
}
.welcome-sec h4 {
  font-family: "brielleregular";
  color: #040404;
  font-size: 20px;
  font-weight: 400;
  letter-spacing: 1px;
}
.welcome-sec h6 {
  font-family: "Poppins", sans-serif;
  color: #484848;
  font-size: 16px;
}
.welcome-sec p {
  font-family: "Poppins", sans-serif;
  font-size: 14px;
  font-weight: 400;
  color: #5A5A5A;
  line-height: 24px;
}
.welcome-sec .line-box {
  width: 100%;
  height: 45px;
  border-left: 1px solid #000000;
  margin: 15px 0px 15px 0px;
}

.m-space {
  margin-top: 113px;
}

.amenities-sec {
  padding-top: 80px;
}
.amenities-sec h3 {
  font-family: "brielleregular";
  color: #1C18A1;
  font-size: 26px;
  font-weight: 400;
  letter-spacing: 1px;
}
.amenities-sec p {
  font-family: "Poppins", sans-serif;
  font-size: 14px;
  font-weight: 400;
  color: #363636;
  line-height: 24px;
}
.amenities-sec ul {
  list-style: none;
}
.amenities-sec ul li {
  font-family: "Poppins", sans-serif;
  font-size: 16px;
  color: #040404;
  font-weight: 400;
  line-height: 48px;
}
.amenities-sec .f-1 {
  font-family: "Poppins", sans-serif;
  font-size: 16px;
  color: #040404;
  font-weight: 400;
  line-height: 18px;
  padding-left: 2rem;
}
.amenities-sec .carousel-item {
  border-radius: 20px;
}
.amenities-sec .carousel-item img {
  border-radius: 20px;
}
.amenities-sec .carousel-control-prev-icon {
  display: none;
}
.amenities-sec .carousel-control-next-icon {
  display: none;
}
.amenities-sec .carousel-indicators [data-bs-target] {
  width: 10px;
  height: 10px;
  border-radius: 60px;
  border-bottom: 10px;
  border-top: 10px;
}

.m-85 {
  margin-top: 85px;
}

.history-sec {
  padding: 80px 0px 40px 0px;
}
.history-sec h6 {
  font-family: "Poppins", sans-serif;
  color: #484848;
  font-size: 16px;
}
.history-sec p {
  font-family: "Poppins", sans-serif;
  font-size: 14px;
  font-weight: 400;
  color: #363636;
  line-height: 24px;
}
.history-sec .accordion-item {
  border-bottom: 1px solid rgba(0, 0, 0, 0.5803921569);
  border-right: none;
  border-left: none;
  border-top: none;
}
.history-sec .accordion-button {
  padding-left: 0px;
}
.history-sec .accordion-body {
  padding: 0px;
}
.history-sec .accordion-item:first-of-type > .accordion-header .accordion-button, .history-sec .accordion-item:first-of-type {
  border-radius: 0px;
}
.history-sec .accordion-button:not(.collapsed) {
  box-shadow: none;
}
.history-sec .accordion-button:not(.collapsed) {
  background-color: transparent;
}
.history-sec .accordion-button:not(.collapsed) h4 {
  color: #1C18A1;
  padding: 0px;
}
.history-sec .accordion-button:not(.collapsed) h5 {
  color: #040404;
}
.history-sec .accordion-button:not(.collapsed) .accordion-button::after {
  background-image: url(../imgs/icn/aco-icn-ho.svg) !important;
}
.history-sec .accordion-button {
  padding: 0px !important;
}
.history-sec .accordion-button:focus {
  box-shadow: none;
  border: none;
}
.history-sec .accordion-button::after {
  background-image: url(../imgs/icn/aco-icn.svg);
}
.history-sec .accordion-item:last-of-type, .history-sec .accordion-item:last-of-type > .accordion-header .accordion-button.collapsed {
  border-radius: 0px;
}
.history-sec .accordion-item p {
  font-family: "Poppins", sans-serif;
  font-size: 12px;
  font-weight: 400;
  color: #5A5A5A;
  line-height: 18px;
}
.history-sec .accordion-item h4 {
  font-family: "Poppins", sans-serif;
  font-size: 25px;
  font-weight: 500;
  color: #9D9DA1;
  padding: 22px 0px 19px 0px;
  margin-bottom: 0px;
}
.history-sec .accordion-item h5 {
  font-family: "Poppins", sans-serif;
  font-size: 16px;
  font-weight: 400;
  color: #040404;
  margin-bottom: 0px;
}

.mission-sec {
  padding: 80px 0px 80px 0px;
}
.mission-sec h6 {
  font-family: "Poppins", sans-serif;
  color: #484848;
  font-size: 16px;
}
.mission-sec p {
  font-family: "Poppins", sans-serif;
  font-size: 14px;
  font-weight: 400;
  color: #363636;
  line-height: 24px;
}
.mission-sec .mission-img-wr img {
  border-radius: 10px;
}
.mission-sec .mission-points .point-wrp h4 {
  font-family: "Poppins", sans-serif;
  font-size: 16px;
  color: #040404;
  font-weight: 400;
}
.mission-sec .mission-points .point-wrp p {
  font-family: "Poppins", sans-serif;
  font-size: 12px;
  font-weight: 400;
  color: #363636;
  line-height: 20px;
}

.fec-blue-wrp {
  background: linear-gradient(to right, #564aa7, #3930a4, #110c84);
  padding: 25px 0px;
}
.fec-blue-wrp h6 {
  font-family: "Poppins", sans-serif;
  font-size: 14px;
  color: #ffffff;
  font-weight: 300;
  margin-bottom: 0px;
  display: flex;
  align-items: center;
  height: 100%;
}

.tab-sec {
  padding: 40px 0px 40px 0px;
}
.tab-sec .nav-pills .nav-link {
  font-family: "Poppins", sans-serif;
  font-size: 16px;
  color: #5A5A5A;
  font-weight: 500;
}
.tab-sec .nav-pills .nav-link.active, .tab-sec .nav-pills .show > .nav-link {
  background-color: #F7F7FC;
  border-radius: 0px;
  border: 2px solid #1C18A1;
}
.tab-sec .wrp-div .img-wrp {
  position: relative;
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
}
.tab-sec .wrp-div .img-wrp img {
  border-radius: 5px;
}
.tab-sec .wrp-div .img-wrp .label-one {
  background-color: #ffffff;
  padding: 10px 25px;
  color: #D61F1F;
  font-family: "Poppins", sans-serif;
  font-size: 16px;
  position: absolute;
  z-index: 99;
  top: 15px;
  right: 15px;
  box-shadow: -5px 11px 7px -10px rgba(0, 0, 0, 0.34);
}
.tab-sec .wrp-div .img-wrp .box {
  position: relative;
	width: 100%;
  height: auto;
  z-index: 1;
  overflow: hidden;
  border-radius: 0px;
  bottom: 0;
  padding: 10px;
}
.tab-sec .wrp-div .img-wrp .box:before {
  content: "";
  position: absolute;
  top: -8px;
  left: -8px;
  width: calc(100% + 16px);
  height: calc(100% + 16px);
  background-image: linear-gradient(to right, #564aa7, #3930a4, #110c84);
  background-position: 50%;
/*  filter: blur(25px);*/
  z-index: -1;
}
.tab-sec .wrp-div .img-wrp .box h4 {
  font-family: "brielleregular";
  color: #ffffff;
  font-size: 20px;
  font-weight: 400;
  letter-spacing: 1px;
  text-align: center;
}
.tab-sec .wrp-div .img-wrp .box p {
  font-family: "Poppins", sans-serif;
  font-size: 14px;
  color: #ffffff;
  font-weight: 400;
  margin-bottom: 6px;
}
.tab-sec .wrp-div .img-wrp .box .line {
  border-bottom: 1px solid #ffffff;
  width: 100%;
  height: 1px;
}
.tab-sec .body-wrp {
  font-family: "Poppins", sans-serif;
  font-size: 16px;
  color: #5A5A5A;
  font-weight: 400;
  padding-top: 10px;
}

.mb-top-space {
  margin-bottom: 75px;
}

.mb-one-space {
  margin-bottom: 95px;
}

.play-area-sec {
  padding: 20px 0px 80px 0px;
}
.play-area-sec h3 {
  font-family: "brielleregular";
  color: #040404;
  font-size: 26px;
  font-weight: 400;
  letter-spacing: 1px;
  margin-bottom: 15px;
}
.play-area-sec p {
  font-family: "Poppins", sans-serif;
  font-size: 16px;
  font-weight: 400;
  color: #363636;
  line-height: 24px;
}
.play-area-sec .one-r img {
  border-radius: 10px 0px 0px 10px;
}
.play-area-sec .two-r img {
  border-radius: 10px;
}

.facilites-btm-sec {
  background: linear-gradient(to right, #564aa7, #3930a4, #110c84);
  background-size: cover;
  background-attachment: fixed;
  padding: 50px 0px 50px 0px;
}
.facilites-btm-sec h6 {
  font-family: "Poppins", sans-serif;
  color: #ffffff;
  font-size: 16px;
}
.facilites-btm-sec h4 {
  font-family: "brielleregular";
  color: #ffffff;
  font-size: 20px;
  font-weight: 400;
  letter-spacing: 1px;
}

.budget-sec {
  padding: 80px 0px 0px 0px;
}
.budget-sec h6 {
  font-family: "Poppins", sans-serif;
  color: #040404;
  font-size: 16px;
}
.budget-sec h3 {
  width: 80%;
  font-family: "Poppins", sans-serif;
  color: #5A5A5A;
  font-size: 24px;
  font-weight: 600;
}
.budget-sec p {
  font-family: "Poppins", sans-serif;
  font-size: 16px;
  font-weight: 400;
  color: #363636;
  line-height: 24px;
}

.mb-80 {
  margin-bottom: 80px;
}

.sm-line {
  height: auto;
  width: 1px;
  border-left: 1px solid #ffffff;
}

.br-lft {
  width: 120px;
  position: relative;
}
.br-lft::before {
  position: absolute;
  content: "";
  width: 1px;
  height: 50px;
  border-right: 1px solid #ffffff;
  right: 0px;
}

.br-cnt {
  width: 160px;
  position: relative;
}
.br-cnt::before {
  position: absolute;
  content: "";
  width: 1px;
  height: 50px;
  border-right: 1px solid #ffffff;
  right: 0px;
}

.br-rt {
  width: 120px;
}

.details-sec {
  padding: 80px 0px 80px 0px;
}
.details-sec .bg-box {
  background-image: url(../imgs/warm-img.jpg);
  background-size: cover;
  padding: 50px 80px 40px 80px;
  border-radius: 12px;
  position: relative;
  background-position: center;
}
.details-sec .bg-box::before {
  content: "";
  position: absolute;
  z-index: 9;
  background: rgb(86, 72, 157);
  background: linear-gradient(317deg, rgba(86, 72, 157, 0.5) 0%, rgba(12, 12, 12, 0.5) 53%, rgba(0, 0, 0, 0.8) 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#56489d",endColorstr="#040337",GradientType=1);
  width: 100%;
  height: 100%;
  top: 0px;
  left: 0px;
  border-radius: 10px;
}
.details-sec .bg-box h3 {
  font-family: "Poppins", sans-serif;
  color: #ffffff;
  font-size: 24px;
  font-weight: 600;
}
.details-sec .bg-box p {
  font-family: "Poppins", sans-serif;
  font-size: 16px;
  font-weight: 400;
  color: #ffffff;
  line-height: 24px;
}
.details-sec h2 {
  font-family: "brielleregular";
  color: #1C18A1;
  font-size: 48px;
  font-weight: 400;
  line-height: 60px;
  letter-spacing: 1px;
  text-align: center;
  margin-top: 7%;
}
.details-sec .wrp-box-one {
  position: relative;
}
.details-sec .wrp-box-one img {
  border-radius: 10px !important;
  height: 380px;
  max-height: 100%;
}
.details-sec .wrp-box-one .text-contant {
  position: absolute;
  background:linear-gradient(to right, #564aa7, #3930a4, #110c84);
  width: 100%;
  bottom: 0px;
  padding: 20px 10px 20px 10px;
  border-radius: 0px 0px 10px 10px;
}
.details-sec .wrp-box-one .text-contant h3 {
  font-family: "brielleregular";
  font-size: 20px;
  color: #E0E0E0;
  text-align: center;
}
.details-sec .wrp-box-one .text-contant p {
  font-family: "Poppins", sans-serif;
  font-size: 12px;
  font-weight: 400;
  color: #E0E0E0;
  text-align: center;
  padding-bottom: 0px;
}

.gallery-text-sec {
  padding: 40px 0px 80px 0px;
}
.gallery-text-sec h6 {
  font-family: "Poppins", sans-serif;
  color: #484848;
  font-size: 16px;
}
.gallery-text-sec h3 {
  font-family: "brielleregular";
  color: #1C18A1;
  font-size: 32px;
  font-weight: 400;
  letter-spacing: 1px;
}

.galery-sec {
  padding: 10px 0px 80px 0px;
}
.galery-sec .photo-div {
  transition: 0.3s;
}
.galery-sec .photo-div:hover {
  transform: scale(1.1);
}

.zoom-hidden {
  width: 100%;
  height: 520px;
  overflow: hidden;
  margin-bottom: 24px;
}

.mt-10 {
  margin-top: 10%;
}

.attractions-sec {
  padding: 80px 0px 80px 0px;
  background-attachment: fixed;
  position: relative;
}
.attractions-sec .map {
  position: absolute;
  right: 0px;
  width: 55%;
}
.attractions-sec h6 {
  font-family: "Poppins", sans-serif;
  color: #484848;
  font-size: 16px;
  margin-left: 10%;
}
.attractions-sec .attractions-wrp {
  position: sticky;
  top: 10px;
  padding-top: 40px;
  padding-left: 100px;
  height: 600px;
  max-height: 100%;
  overflow: scroll;
  -ms-overflow-style: none;
}
.attractions-sec .attractions-wrp::-webkit-scrollbar {
  width: 0 !important;
  display: none;
}
.attractions-sec .attractions-wrp .white-wrp {
  padding: 10px 30px 10px 10px;
  border-radius: 20px;
  box-shadow: 2px 3px 4px 0px rgba(0, 0, 0, 0.1);
  margin-right: 5px;
  margin-bottom: 20px;
}
.attractions-sec .attractions-wrp .white-wrp img {
  border-radius: 10px;
}
.attractions-sec .attractions-wrp .white-wrp i {
  color: #D3C019;
  font-size: 12px;
}
.attractions-sec .attractions-wrp .white-wrp .grey {
  color: #C7C7C7;
}
.attractions-sec .attractions-wrp .white-wrp h5 {
  font-family: "Poppins", sans-serif;
  color: #040404;
  font-size: 12px;
  margin-bottom: 0px;
}
.attractions-sec .attractions-wrp .white-wrp p {
  font-family: "Poppins", sans-serif;
  color: #484848;
  font-size: 12px;
  font-weight: 300;
  margin-bottom: 0px;
}

.blog-sec {
  padding: 80px 0px 0px 0px;
  position: relative;
  overflow: hidden;
}
.blog-sec .right-img {
  background-image: url(../imgs/right-img.jpg);
  width: 53%;
  height: 100%;
  position: absolute;
  right: -65px;
  top: 15%;
  background-size: contain;
  z-index: -1;
  background-repeat: no-repeat;
}
.blog-sec h6 {
  font-family: "Poppins", sans-serif;
  color: #484848;
  font-size: 16px;
}
.blog-sec h2 {
  font-family: "brielleregular";
  color: #040404;
  font-size: 42px;
  font-weight: 400;
  letter-spacing: 1px;
}
.blog-sec h2 span {
  color: #1C18A1;
}
.blog-sec h3 {
  font-family: "Poppins", sans-serif;
  color: #040404;
  font-size: 26px;
  font-weight: 500;
}
.blog-sec p {
  font-family: "Poppins", sans-serif;
  font-size: 16px;
  font-weight: 400;
  color: #363636;
  line-height: 24px;
}
.blog-sec .img-wrp img {
  border-radius: 10px;
}

.pb-space {
  padding-bottom: 80px;
}

.might-like-sec {
  padding: 80px 0px 80px 0px;
}
.might-like-sec h3 {
  font-family: "Poppins", sans-serif;
  color: #040404;
  font-size: 26px;
  font-weight: 500;
}
.might-like-sec .card-one img {
  border-radius: 10px;
}
.might-like-sec .card-one .card-body h3 {
  font-family: "Poppins", sans-serif;
  color: #040404;
  font-size: 26px;
  font-weight: 500;
}
.might-like-sec .card-one .card-body p {
  font-family: "Poppins", sans-serif;
  font-size: 16px;
  font-weight: 400;
  color: #363636;
  line-height: 24px;
}

.holiday-sec {
  padding: 80px 0px 80px 0px;
}
.holiday-sec h2 {
  font-family: "brielleregular";
  color: #040404;
  font-size: 42px;
  font-weight: 400;
  letter-spacing: 1px;
}
.holiday-sec h2 span {
  color: #1C18A1;
}
.holiday-sec p {
  font-family: "Poppins", sans-serif;
  font-size: 16px;
  font-weight: 400;
  color: #5A5A5A;
  line-height: 24px;
}

.features-sec-two .icn-wrp p {
  font-family: "Poppins", sans-serif;
  font-size: 16px;
  font-weight: 400;
  color: #000000;
  text-align: center;
}

.gallery-two-sec {
  padding: 80px 0px 80px 0px;
}
.gallery-two-sec h6 {
  font-family: "Poppins", sans-serif;
  color: #484848;
  font-size: 16px;
}
.gallery-two-sec .gallery-div {
  position: sticky;
  top: 10px;
  padding-top: 40px;
  padding-left: 100px;
  height: 600px;
  max-height: 100%;
  overflow: scroll;
  -ms-overflow-style: none;
}
.gallery-two-sec .gallery-div::-webkit-scrollbar {
  width: 0 !important;
  display: none;
}

.contact-sec {
  padding-top: 80px;
  position: relative;
  overflow-x: hidden;
}
.contact-sec h6 {
  font-family: "Poppins", sans-serif;
  color: #484848;
  font-size: 16px;
}
.contact-sec .bg {
  background-image: url(../imgs/contact-bg.png);
  width: 53%;
  height: 100%;
  position: absolute;
  right: 0;
  background-size: contain;
  z-index: -1;
  background-repeat: no-repeat;
}
.contact-sec .fied-wrp {
  background-color: #fff;
  padding: 30px 30px 50px 30px;
  margin-top: 10px;
  margin-bottom: 50px;
  box-shadow: 0 6px 40px rgba(27,23,47,.10);
}
.contact-sec .fied-wrp input, .contact-sec .fied-wrp textarea {
  position: relative;
  width: 100%;
  height: 55px;
  line-height: 35px;
  padding: 10px 25px;
  border: 1px solid #0A0936;
  transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -webkit-transition: all 0.3s ease;
  -ms-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
}
.contact-sec .fied-wrp input:focus {
  border-bottom: 1px solid #0572ce;
  box-shadow: 0 1px 0 0 #0572ce;
}
.contact-sec .fied-wrp textarea {
  height: 120px !important;
}
.contact-sec .fied-wrp textarea:focus {
  border-bottom: 1px solid #0572ce;
  box-shadow: 0 1px 0 0 #0572ce;
}
.contact-sec .fied-wrp ::-moz-placeholder {
  font-family: "Poppins", sans-serif;
  font-size: 14px;
  color: #5A5A5A;
}
.contact-sec .fied-wrp ::placeholder {
  font-family: "Poppins", sans-serif;
  font-size: 14px;
  color: #5A5A5A;
}

.submit-btn-sml {
  background-color: #1C18A1;
  width: auto;
  padding: 16px 24px;
  font-family: "Poppins", sans-serif;
  font-size: 16px;
  font-weight: 400;
  color: #ffffff;
  text-align: center;
  border: none;
  border-radius: 6px;
}

.mail-phone-sec {
 /* background-image: url(../imgs/phone-contact-bg.jpg);*/
  background-size: cover;
  padding: 50px 80px 40px 80px;
  margin: 35px 0px 30px 0px;
  position: relative;
}
.mail-phone-sec::before {
  content: "";
  position: absolute;
  z-index: 9;
  /*background: rgb(4, 3, 159);
  background: linear-gradient(90deg, rgb(4, 3, 159) 0%, rgba(4, 3, 159, 0.43) 74%, rgba(4, 3, 159, 0) 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#56489d",endColorstr="#040337",GradientType=1);*/
  width: 100%;
  height: 100%;
  top: 0px;
  left: 0px;
}
.mail-phone-sec .box-wrp {
  background-color: rgba(0, 0, 0, 0.8);
  padding: 40px;
  width: 100%;
  position: relative;
  z-index: 99;
  border-radius: 10px;
  display: flex;
  height: 100%;
  align-items: center;
  justify-content: center;
}
.mail-phone-sec .box-wrp .cnt {
  position: relative;
  z-index: 99;color: #fff;
}
.mail-phone-sec .box-wrp .cnt p {
  font-family: "Poppins", sans-serif;
  font-size: 16px;
  font-weight: 400;
  color: #ffffff;
  text-align: center;
  margin-bottom: 0px;
}
.mail-phone-sec .box-wrp .cnt a {
  font-family: "Poppins", sans-serif;
  font-size: 16px;
  font-weight: 400;
  color: #ffffff;
  text-align: center;
  text-decoration: underline;
}

.booking-sec {
  padding: 80px 0px 80px 0px;
}
.booking-sec h2 {
  font-family: "Poppins", sans-serif;
  font-size: 26px;
  font-weight: 600;
  color: #040404;
  padding-left: 0px;
}
.booking-sec .bdr-btm {
  width: 100%;
  height: 1px;
  border-bottom: 1px solid #040404;
}
.booking-sec .book-now {
  padding: 50px 0px 90px 0px;
}
.booking-sec .book-now h2 {
  font-family: "Poppins", sans-serif;
  font-size: 26px;
  font-weight: 400;
  color: #040404;
}
.booking-sec .book-now p {
  font-family: "Poppins", sans-serif;
  font-size: 12px;
  font-weight: 400;
  color: #040404;
  margin-bottom: 0px;
}
.booking-sec .in-out-box {
  padding: 10px;
  border: 1px solid #040404;
  /* custom styles */
}
.booking-sec .in-out-box [type=date] {
  background: #fff url(../imgs/icn/calener-icn.svg) 97% 50% no-repeat;
}
.booking-sec .in-out-box [type=date]::-webkit-inner-spin-button {
  display: none;
}
.booking-sec .in-out-box [type=date]::-webkit-calendar-picker-indicator {
  opacity: 0;
}
.booking-sec .in-out-box label {
  font-family: "Poppins", sans-serif;
  font-size: 12px;
  font-weight: 400;
  color: #040404;
  display: block;
  margin-bottom: 5px;
}
.booking-sec .in-out-box input {
  border: 1px solid #040404;
  border-radius: 5px;
  background-color: #fff;
  padding: 3px 5px;
  width: 100%;
}
.booking-sec .in-out-box .form-select {
  border: 1px solid #040404;
  border-radius: 5px;
  background-color: #fff;
  padding: 4px 5px;
  width: 100%;
}
.booking-sec .queen-room {
  border: 1px solid rgba(0, 0, 0, 0.2);
  padding: 10px 0px 10px 0px;
  /* custom styles */
}
.booking-sec .queen-room .bdr-btm {
  width: 100%;
  height: 1px;
  border-bottom: 1px solid #040404;
}
.booking-sec .queen-room .body {
  padding: 20px;
}
.booking-sec .queen-room .body .mt-one {
  margin-top: 25%;
}
.booking-sec .queen-room .body label {
  font-family: "Poppins", sans-serif;
  font-size: 12px;
  font-weight: 400;
  color: #040404;
  display: block;
  margin-bottom: 5px;
}
.booking-sec .queen-room [type=date] {
  background: #fff url(../imgs/icn/calener-icn.svg) 97% 50% no-repeat;
}
.booking-sec .queen-room [type=date]::-webkit-inner-spin-button {
  display: none;
}
.booking-sec .queen-room [type=date]::-webkit-calendar-picker-indicator {
  opacity: 0;
}
.booking-sec .queen-room label {
  font-family: "Poppins", sans-serif;
  font-size: 12px;
  font-weight: 400;
  color: #040404;
  display: block;
  margin-bottom: 5px;
}
.booking-sec .queen-room input {
  border: 1px solid #040404;
  border-radius: 5px;
  background-color: #fff;
  padding: 3px 5px;
  width: 40%;
}

.f-s {
  font-family: "Poppins", sans-serif;
  font-size: 16px !important;
  font-weight: 400;
  color: #040404;
}

.card-sec {
  padding: 0px 0px 80px 0px;
}
.card-sec .card-div .bg-clr {
  width: 100%;
  height: 40px;
  background-color: #B8B8B8;
}
.card-sec .card-div .bg-clr p {
  font-family: "Poppins", sans-serif;
  font-size: 16px !important;
  font-weight: 400;
  color: #ffffff;
  margin-bottom: 0px;
  padding-left: 10px;
}
.card-sec .card-div .bg-clr .icon-bg {
  background-color: #828282;
  height: 40px;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 14px 20px 17px 20px;
}

.first-carousel .owl-nav {
  float: right;
}
.first-carousel .owl-nav i {
  font-size: 36px;
  color: #fff;
  margin-right: 10px;
  float: right;
}

.second-carousel .owl-nav {
  display: flex;
  justify-content: space-between;
  position: relative;
  bottom: -50px;
}
.second-carousel .owl-nav i {
  font-size: 28px;
  color: #000000;
  background-color: #ffffff;
  padding: 0px 8px;
  border-radius: 60px;
  margin-right: 10px;
  margin-left: 10px;
  float: right;
  margin-top: -300px;
}

.menu-toggle {
  cursor: pointer;
  --_height: 2px;
  --_width: 2.3rem;
  --_center: calc(50% - var(--_height) / 2);
  width: var(--_width);
}
.menu-toggle .burger {
  height: 1.5rem;
  position: relative;
  z-index: 99999;
}
.menu-toggle .burger .line {
  width: var(--_width);
  height: var(--_height);
  background-color: #fff;
  position: absolute;
  transition: all 200ms;
}
.menu-toggle .burger .line:nth-child(1) {
  top: 0;
}
.menu-toggle .burger .line:nth-child(2) {
  top: var(--_center);
}
.menu-toggle .burger .line:nth-child(3) {
  top: calc(100% - var(--_height));
}
.menu-toggle[data-open=true] .burger .line {
  transition: all 200ms;
}
.menu-toggle[data-open=true] .burger .line:nth-child(1) {
  top: var(--_center);
  transform: rotate(45deg);
}
.menu-toggle[data-open=true] .burger .line:nth-child(2) {
  opacity: 0;
}
.menu-toggle[data-open=true] .burger .line:nth-child(3) {
  top: var(--_center);
  transform: rotate(-45deg);
}

.menu-toggle.-basic .burger .line {
  transition: top 0.2s 0.2s, transform 0.2s, opacity 0.2s;
}
.menu-toggle.-basic[data-open=true] .burger .line {
  transition: top 0.2s, transform 0.2s 0.2s, opacity 0.2s 0.15s;
}
.menu-toggle.-basic[data-open=true] .burger .line:nth-child(2) {
  opacity: 0;
}

.menu-toggle.-fun .burger .line {
  transition: top 0.2s 0.2s, transform 0.2s, opacity 0.2s;
}
.menu-toggle.-fun[data-open=true] .burger .line:nth-child(1) {
  transition: top 0.2s, transform 0.2s 0.2s, opacity 0.2s 0.15s;
}
.menu-toggle.-fun[data-open=true] .burger .line:nth-child(2) {
  opacity: 1;
  transform: rotate(135deg);
  transition: top 0.2s, transform 0.25s 0.25s, opacity 0.2s 0.15s;
}
.menu-toggle.-fun[data-open=true] .burger .line:nth-child(3) {
  transform: rotate(405deg);
  opacity: 0;
  transition: top 0.2s, transform 0.3s 0.3s, opacity 0.2s 0.4s;
}

.menu-toggle.-word {
  position: relative;
}
.menu-toggle.-word .burger .line {
  transition: top 0.2s 0.2s, left 0.2s, transform 0.2s 0.4s, opacity 0.2s 0.4s;
  left: 0;
}
.menu-toggle.-word .burger::before {
  transition: opacity 0.2s 0s;
  content: "close";
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  opacity: 0;
}
.menu-toggle.-word[data-open=true] .burger::before {
  transition: opacity 0.2s 0.4s;
  opacity: 1;
}
.menu-toggle.-word[data-open=true] .burger .line {
  transition: transform 0.2s, top 0.2s 0.2s, left 0.2s 0.4s, opacity 0.2s;
}
.menu-toggle.-word[data-open=true] .burger .line:nth-child(1) {
  transform: rotate(90deg);
  top: var(--_center);
  left: calc(var(--_width) * -1);
}
.menu-toggle.-word[data-open=true] .burger .line:nth-child(2) {
  opacity: 0;
  top: calc(var(--_center) + 0.5em);
}
.menu-toggle.-word[data-open=true] .burger .line:nth-child(3) {
  transform: rotate(-90deg);
  top: var(--_center);
  left: var(--_width);
}
.menu-toggle.-word[data-open=true] .burger:hover .line:nth-child(2) {
  transition: transform 0.2s, top 0.2s 0.2s, left 0.2s 0.4s, opacity 0s 0s;
}

.navbar-toggler {
  border: none;
}

.navbar-toggler:focus {
  box-shadow: none;
}

.size img {
  width: 80% !important;
  float: right;
}

.first-carousel {
  padding-left: 0;
}

.about-bx1 .ic-media {
  width: 55vw;
  float: right;
  overflow: hidden;
  height: 100%;
}

.about-bx1 .ic-media img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}

.ic-media img {
  width: 100%;
  height: auto;
}

.blog-bx1 .ica-media {
  width: 55vw;
  float: left;
  overflow: hidden;
  height: 100%;
}

.blog-bx1 .ica-media img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}

.ica-media img {
  width: 100%;
  height: auto;
  border-radius: 12px 0px 0px 12px;
}

.cnt-bx1 .icab-media {
  width: 55vw;
  float: left;
  overflow: hidden;
  height: 100%;
  margin-left: -135px;
  z-index: -9;
  position: relative;
}

.blog-bx1 .icab-media img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}

.icab-media img {
  width: 100%;
  height: auto;
  border-radius: 12px 0px 0px 12px;
}

#myBtn {
  display: none;
  position: fixed;
  bottom: 20px;
  right: 30px;
  z-index: 99;
  font-size: 18px;
  border: none;
  outline: none;
  background-color: #1C18A1;
  color: white;
  cursor: pointer;
  padding: 5px;
  border-radius: 100px;
  transition: 0.5s;
}

#myBtn:hover {
  background-color: #0c0572;
}

.rounded img {
  border-radius: 10px;
}/*# sourceMappingURL=style.css.map */

/*23dec2024*/
.hotel-faciliti-section {
  padding: 100px 0 100px 0;
}
.sub-title h5 {
  color: #dba765;
  font-size: 17px;
  text-transform: uppercase;
  margin: 0 0 7px 0;
  position: relative;
  display: inline-block;
  z-index: 1;
  letter-spacing: 2px;
  font-family: "Cormorant Garamond", serif;
}
.section-title {
  text-align: center;
}
.main-title h2 {
  font-size: 45px;
  margin-bottom: 0px;
  margin-top: 0;
  font-weight: 600;
  line-height: 1;
  color: #000000;
  font-family: "brielleregular";
}
.hotel-faciliti-section .row.paddi {
  margin-top: 50px;
}
.single-faciliti {
  text-align: center;
  background: #f8f5f0;
  padding: 36px 30px 33px;
  position: relative;
  transition: 0.3s;
  border: 2px solid transparent;
}
.single-faciliti:hover {
  border: 2px solid #dba765;
  background: #fff;
}
.faciliti-thumb {
  margin-bottom: 20px;
}
.faciliti-title h2 {
  color: #1d2124;
  font-size: 22px;
  font-weight: 500;
  margin: 0 0 9px 0;
  text-transform: capitalize;
font-family: "brielleregular";
}
.shuttle-bg{
  background: #fffd;
  padding: 20px;
  border-radius: 20px;
  margin: 20px;
}
@media (min-width: 992px) {
  .navbar-expand-lg .navbar-nav .dropdown-menu {
    background: linear-gradient(to right, #564aa7, #3930a4, #110c84);
  }
}

.room-category-sec h2 {
  font-family: "brielleregular";
  color: #000;
  font-size: 30px;
  font-weight: 500;
  letter-spacing: 1px;
}

.contact-wrp {
  background-color: rgba(0,0,0,0.9);
  padding:30px;
}
.contact-wrp input{
	width: 100%;
  display: block;
  outline: none;
  border: none;
 height: 40px;
  font-size: 15px;
 background-color: rgba(255,255,255);
	padding: 0 0 0 10px;
}
.contact-wrp textarea {
  width: 100%;
  display: block;
  outline: none;
  border: none;
  height: 65px;
  font-size: 15px;
  margin-bottom: 1px;
  border-bottom: 1px solid #fff;
  background-color: transparent;
	color: #fff;
}
.text-left{
	text-align: left;
}
.carousel-caption {
  bottom: 30% !important;
}