* {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
  transition: 0.3s all ease-in-out;
}

body {
  font-family: 'Jost', sans-serif;
}

p {
  font-size: 18px;
  font-weight: 400;
  line-height: 1.8;
  color: #666666;
}

/* ------------------------------pop-up-css---------------------------- */


.popdown {
  display: none;
  position: fixed;
  z-index: 1; 
  left: 0;
  top: 0;
  width: 100%; 
  height: 100%; 
  background-color: rgba(0, 0, 0, 0.85); 
}


.popup {
  display: none; /* Initially hide the popup */
  position: fixed;
  z-index: 1; /* Sit on top */
  left: 0;
  top: 0;
  width: 100%; /* Full width */
  height: 100%; /* Full height */
  background-color: rgba(0, 0, 0, 0.5); /* Black background with opacity */
}

.popup-content {
  background-color: #fefefe;
 padding: 20px;
  border: 1px solid #888;
  width: 50%;  
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50% , -50%);
}
.popup-content i{
  font-size: 30px;
  color: black;
}
.close-icon  {
  color: black;
  float: right;
  font-size: 28px;
  font-weight: bold;
}
.close-icon-1  {
  color: black;
  float: right;
  font-size: 28px;
  font-weight: bold;
}
.close-icon-1:hover,
.close-icon-1:focus {
  color: black;
  text-decoration: none;
  cursor: pointer;
}
.close-icon:hover,
.close-icon:focus {
  color: black;
  text-decoration: none;
  cursor: pointer;
}


/* --------------------------------------pop-up-css-end ------------------- */

.top-nav {
  border-bottom: 1px solid #eee;
  display: flex;
  justify-content: space-between;
  background-color: #fff;
}

.call {
  display: flex;
  align-items: center;
  padding: 5px 0 7px 0;
}

.num {
  margin-left: 10px;
}

.num p {
  margin-bottom: 0;
  font-size: 13px;
}

.num h6 {
  margin-bottom: 0;
  font-size: 16px;
  font-family: 'Yeseva One', serif;
}

.sum h6 {
  margin-bottom: 0;
  line-height: 45px;
  text-align: center;
}

.mail {
  display: flex;
  justify-content: end;
  align-items: center;
  padding: 5px 0 7px 0;
}

.dropdown:hover .dropdown-menu {
  display: block;
}

.navbar {
  position: sticky;
  top: 0;
  transition: 0.3s all ease;
  background-color: #fff;
  z-index: 9999;
  box-shadow: 5px 3px 40px rgba(0, 72, 88, 0.1);
  animation: identifier 2s;
}

/* slick-slider  */

.banner-slide .slick-prev{
  display: none !important;
}

.banner-slide .slick-next{
  display: none !important;
}

/* whatsapp-icon */

.float{
	position:fixed;
	width:60px;
	height:60px;
	bottom:20px;
	right:20px;
	background-color:#25d366;
	color:#FFF;
	border-radius:50px;
	text-align:center;
  font-size:30px;
	box-shadow: 2px 2px 3px #999;
  z-index:100;
}

.my-float{
	margin-top:15px;
}

/* @keyframes identifier {
    0%{
      transform: translateY(-100%);    }

      100%{
        transform: translateY(0);
      }

} */
.nav-item a {
  font-size: 18px;
  font-weight: 400;
  padding: 10px 16px !important;
  margin: 0px 0px;
  color: #224b86;
  white-space: nowrap;
}

.nav-item a:hover {
  color: #224b86;
}

.nav-item a.active {
  color: #224b86 !important;
}

.navbar-brand img {
  width: 80%;
}

.dropdown-menu {
  padding: 0;
  margin: 0;
  border-radius: 0;
  border: 1px solid #c1c9d4;
  margin-top: 0px;
}

.dropdown-menu a {
  color: #224b86;
  border-bottom: 1px solid #c1c9d4;
}

.dropdown-menu a:hover {
  color: #fff !important;
  background-color: #224b86 !important;
}

/* Book Now button CSS Start*/
.book {
  background-color: #224b86;
  padding: 10px 22px;
  font-size: 15px;
  font-weight: 500;
}

.book a {
  text-decoration: none;
  color: #fff;
}

.book {
  --c: #fff;
  /* text color */
  background: linear-gradient(90deg, #0000 33%, #fff5, #0000 67%) var(--_p, 100%)/300% no-repeat,
    #224b86;
  /* background color */
  border: none;
  transform: perspective(500px) rotateY(calc(20deg*var(--_i, -1)));
  /* text-shadow: calc(var(--_i,-1)* 0.08em) -.01em 0   var(--c),
    calc(var(--_i,-1)*-0.08em)  .01em 2px #0004; */
  outline-offset: .1em;
  transition: 0.3s;
}

.book:hover,
.button-92:focus-visible {
  --_p: 0%;
  --_i: 1;
}

.book:active {
  text-shadow: none;
  color: var(--c);
  box-shadow: inset 0 0 9e9q #0005;
  transition: 0s;
}

/* Book Now button CSS End */

.banner .hotel {
  width: 100%;
  max-width: 980px;
}

.banner .hotel h4 {
  font-size: 17px;
  font-weight: 300;
  letter-spacing: 3px;
  text-transform: uppercase;
  color: #fff;
  margin-bottom: 25px;
  padding: 15px 20px;
  text-align: center;
  position: relative;
  z-index: 1;
  display: inline-block;
}

.banner .hotel h4::after {
  position: absolute;
  content: "";
  width: 100%;
  height: 100%;
  background-color: #224b86;
  opacity: 0.8;
  top: 0;
  left: 0;
  z-index: -1;
}

.banner .hotel h2 {
  font-size: 70px;
  line-height: 90px;
  font-family: 'Yeseva One', serif;
  font-weight: 400;
  letter-spacing: 0.03em;
  text-transform: capitalize;
  color: #fff;
}

.banner .hotel h2 span {
  background-color: #224c86b4;
}

.banner .hotel p {
  letter-spacing: 0.03em;
  color: #fff;
  margin-bottom: 50px;
  font-size: 18px;
  font-weight: 400;
  line-height: 1.8;
}

.hover-effect {
  background-color: #224b86;
  display: inline-block;


}

.hover-effect:hover {
  background-color: #224c8648;
  transition: 1s;

}

.banner .hotel a {
  font-size: 18px;
  font-weight: 700;
  letter-spacing: 0.03em;
  padding: 12px 25px;
  display: inline-block;

  color: #fff;
  text-decoration: none;
  position: relative;
  z-index: 9999;
}

.banner .hotel a::after {
  position: absolute;
  content: "";
  top: 50%;
  background-color: #000;
  width: 100%;
  height: 100%;
  transform: translate(-50%, -50%) scale(0);
  left: 50%;
  transform-origin: center;
  transition: 0.45s ease-in-out;
  color: #fff;
  z-index: -1;
}

.banner .hotel a:hover::after {
  transform: translate(-50%, -50%) scale(1);
}

.banner .hotel a:hover {
  color: fff;
  z-index: 9;
}

.pt-120 {
  padding-top: 15px;
}

.pb-120 {
  padding-bottom: 15px;
}

/* .abo-cont{
    padding: 0 20px 0 0;
} */
/* .sect-title{
    padding-top: 5px;
} */
.sect-title span {
  font-family: 'Yeseva One', serif;
  font-size: 50px;
  font-weight: 400;
  line-height: 68px;
  margin-bottom: 20px;
  color: #224b86;
}

.sect-title h4 {
  font-family: 'Yeseva One', serif;
  font-size: 30px;
  font-weight: 500;
  line-height: 68px;
  margin-bottom: 20px;
  margin-top: 10px;
}

.abo-cont p {
  margin-bottom: 28px;
  letter-spacing: 0.03em;
  margin-top: 20px;
  text-align: justify;
}

.abo-cont .manager i {
  font-size: 60px;
  margin-right: 20px;
}

.manager-det h5 {
  margin-bottom: 0;
  font-family: 'Yeseva One', serif;
}

.manager-det h5 {
  font-size: 20px;
  font-weight: 400;
  font-family: 'Yeseva One', serif;
  color: #224b86;
  padding-bottom: 4px;
}

.manager-det h6 {
  font-size: 18px;
  margin-bottom: 0;
}

.resort-img {
  position: relative;
  width: 100%;
  height: 100%;
}

.resort-img img {
  border-radius: 50%;
  width: 100%;
  height: 508px;
}

.resort-img::before {
  position: absolute;
  content: url(../images/about-vec-btm.png);
  right: 0;
  bottom: -40px;
  z-index: -1;
}

.resort-img::after {
  content: url(../images/about-vec-top.png);
  position: absolute;
  left: 0;
  top: -40px;
  z-index: -1;
}

.resort-img .reviews {
  background-color: #fff;
  border: 1px solid rgba(28, 23, 29, 0.1);
  box-shadow: 0px 0px 25px rgba(0, 0, 0, 0.05);
  border-radius: 20px;
  width: 100%;
  max-width: 240px;
  padding: 20px;
  position: absolute;
  top: -40px;
  right: 0;
}

.resort-img .reviews h2 {
  font-family: 'Yeseva One', serif;
  font-size: 50px;
  font-weight: 400;
  letter-spacing: 0.03em;
  text-align: center;
  margin-bottom: 5px;
}

.resort-img .reviews .star i {
  padding-right: 5px;
  color: #224b86;
}

.resort-img .reviews span {
  font-weight: 500;
  font-size: 15px;
  letter-spacing: 0.03em;
  display: flex;
  justify-content: center;
  padding-top: 5px;
}

.package {
  background-image: url(../images/h1-features-img.png);
  padding: 50px 0;
}

.package h2 {
  text-align: center;
  font-family: 'Yeseva One', serif;
  color: #224b86;
  font-size: 50px;
  font-weight: 500;
}

.tab-part {
  padding-top: 35px;
}

.tab-part h3 {
  font-family: 'Yeseva One', serif;
  font-weight: 400;
  font-size: 40px;
  line-height: 68px;
  margin-bottom: 20px;
  margin-top: 10px;
}

.feature-item {
  padding: 35px 15px;
  background-color: #fff;
  width: 100%;
  font-size: 16px;
  line-height: 16px;
  min-height: 150px;
  display: flex;
  justify-content: center;
  align-items: center;
  margin-bottom: 20px;
  transition: 0.5s;
  position: relative;
  cursor: pointer;
}

.feature-item::after {
  position: absolute;
  content: "";
  width: 100%;
  height: 0;
  top: 0;
  left: 0;
  transition: 0.3s;
  background-color: #224b86;
}

.feature-item.tablinks.active .res {
  color: #fff;
}

.feature-item.tablinks.active::after {
  height: 100%;
  transition: 1s;
}

.cham {
  position: relative;
  z-index: 1;
}

.cham .woman {
  margin: auto;
}

.feature-item img {
  width: 50px;
  margin: auto;
}

.feature-item.tablinks.active .cham .woman {
  display: block;
}

.feature-item.tablinks.active .cham .joman {
  display: none;
}

.woman {
  display: none;
}

.cham {
  text-align: center;
}

.res {
  font-size: 17px;
  padding-top: 20px;
  font-weight: 500;
  position: relative;
  z-index: 1;
  text-align: center;
}

.faci {
  padding-top: 30px;
}

/* tab-css */

.tabcontent {
  display: none;
  padding: 6px 12px;
}

.active.tabcontent {
  display: block;
}

.suits {
  padding: 50px 0;
}

.suits h2 {
  font-family: 'Yeseva One', serif;
  color: #224b86;
  font-size: 50px;
  font-weight: 500;
  margin-bottom: 0;
}

.suit-1 {
  width: 100%;
  height: auto;
  border-radius: 15px;
  margin-top: 40px;
}

.suit-1 img {
  width: 100%;
  height: auto;
  border-radius: 15px;
}

.suit-2 {
  width: 100%;
  height: auto;
  border-radius: 15px;
  margin-top: 16px;
}

.suit-2 img {
  width: 100%;
  height: auto;
  border-radius: 15px;
}

/* suits hover */

*,
*:before,
*:after {
  margin: 0;
  padding: 0;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}


.main-title {
  color: #2d2d2d;
  text-align: center;
  text-transform: capitalize;
  padding: 0.7em 0;
}


.title {
  color: #1a1a1a;
  text-align: center;
  margin-bottom: 10px;
}

.content {
  position: relative;
  width: 100%;
  margin: auto;
  overflow: hidden;
}

.content .content-overlay {
  background: #224c86ab;
  position: absolute;
  height: 100%;
  width: 100%;
  left: 0;
  top: 0;
  bottom: 0;
  right: 0;
  opacity: 0;
  -webkit-transition: all 0.4s ease-in-out 0s;
  -moz-transition: all 0.4s ease-in-out 0s;
  transition: all 0.4s ease-in-out 0s;
  border-radius: 15px;
}

.content:hover .content-overlay {
  opacity: 1;
}

.content-image {
  width: 100%;
}

.content-details {
  position: absolute;
  text-align: center;
  padding-left: 1em;
  padding-right: 1em;
  width: 100%;
  top: 50%;
  left: 50%;
  opacity: 0;
  -webkit-transform: translate(-50%, -50%);
  -moz-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  -webkit-transition: all 0.3s ease-in-out 0s;
  -moz-transition: all 0.3s ease-in-out 0s;
  transition: all 0.3s ease-in-out 0s;
}

.content:hover .content-details {
  top: 50%;
  left: 50%;
  opacity: 1;
}

.content-details h3 {
  color: #fff;
  font-weight: 500;
  letter-spacing: 0.15em;
  margin-bottom: 0.5em;
  text-transform: uppercase;
  font-size: 25px;
}

.content-details p {
  color: #fff;
  font-size: 0.8em;
}

.content-details button {
  padding: 10px 15px;
  border: none;
  background-color: #000;
  color: #fff;
}

.content-details button:hover {
  background-color: #224b86;
}

.fadeIn-bottom {
  top: 80%;
}

.testi {
  padding: 30px 0 50px 0;
  background-image: url(../images/h1-features-img.png);
  position: relative;
}

.testi h3 {
  text-align: center;
  font-size: 35px;
  color: #224b86;
  margin-bottom: 0;
}

.testi h2 {
  text-align: center;
  font-family: 'Yeseva One', serif;
  font-size: 50px;
  padding: 10px 0 20px 0;
}

.testi .testi-slider {
  background-image: url(../images/testimonials-bg.png);
  padding: 30px 30px;
  position: relative;
  transition: 0.3s;
  margin: 18px 15px 0 15px;
}

.testi .testi-slider .quote {
  text-align: center;
  font-size: 30px;
  margin-bottom: 15px;
}

.testi .testi-slider h3 {
  font-size: 23px;
  margin-bottom: 25px;
  text-align: left;
  font-family: 'Yeseva One', serif;
  padding-top: 15px;
  color: #24416b;
}

.review-time{
  background-image: url(../images/testimonials-bg.png);
  padding: 25px 25px;
  text-align: center;
  /* box-shadow: rgba(100, 100, 111, 0.2) 0px 7px 29px 0px; */
  border-radius: 10px;
  margin: 0 10px;
  height: 360px;
}
.gati{
  display: inline-block;
}
.review-time h5{
  padding-top: 15px;
  padding-bottom: 10px;
  margin-bottom: 0;
  font-style: 18px;
  font-weight: 600;
}
.review-time p{
  font-size: 15px;
  line-height: 25px;
  margin-bottom: 0;
  color: #282828;
}
.testi .slick-prev{
  display: none !important;
}
.testi .slick-next{
  display: none !important;
}
.more-review{
  text-align: center;
}
.more-review a{
  background-color: #224b86;
  color: #fff;
  text-decoration: none;
  padding: 9px 20px;
  display: inline-block;
  margin-top: 40px;
  font-size: 17px;
  transition: 0.3s ease;
}
.more-review a:hover{
  background-color: #e84f22;
}

.content-para {
  margin-bottom: 15px;
}

.content-para p {
  margin-bottom: 0;
  font-size: 17px;
  font-weight: 600;
  font-style: italic;
}

.auth-icon {
  margin-right: 15px;
  font-size: 50px;
}

.guest-name {
  border-left: 1px dashed #cccad7;
  padding-left: 15px;
}

.guest-name h4 {
  font-family: 'Yeseva One', serif;
  font-weight: 400;
  font-size: 17px;
  margin-bottom: 0;
  white-space: nowrap;
}

.guest-name p {
  margin-bottom: 0;
  font-size: 16px;
}

.star-re {
  display: flex;
}

.star-re i {
  padding-right: 9px;
  font-size: 20px;
  color: #f4a708;
}

.testi .testi-slider:hover {
  border-color: #224b86;
}

/* Slick slider */

.testi .slick-next {
  font-size: 0;
  border: 0;
  padding: 24px;
  width: 0px;
  margin: 0;
  border-radius: 50%;
  position: absolute;
  right: 12px;
  bottom: -22%;
  border: 1px solid #224b86;
  background-color: transparent;
}

.testi .slick-next::before {
  content: "\f178";
  font-family: fontawesome;
  position: absolute;
  top: 3px;
  left: 10px;
  color: #224b86;
  font-size: 28px;
  z-index: 9999;
}

.testi .slick-prev {
  font-size: 0;
  border: 0;
  padding: 24px;
  width: 0px;
  margin: 0;
  border-radius: 50%;
  position: absolute;
  border: 1px solid #224b86;
  background-color: transparent;
  bottom: -22%;
  left: 12px;
  z-index: 999;
}

.testi .slick-prev::before {
  content: "\f177";
  font-family: fontawesome;
  position: absolute;
  top: 3px;
  left: 9px;
  color: #224b86;
  font-size: 28px;
  z-index: 9999;
}

.weare {
  text-align: center;
  background-image: url(../images/h1-features-img.png);
  position: absolute;
  width: 100%;
  height: 77px;
  bottom: 0;
  left: 0;

}

.weare h3 {
  font-size: 20px;
  margin-bottom: 0;
  padding-top: 5px;
  color: #666666;
  position: relative;
}





#footer {
  background: #fff;
  padding: 3rem;
  padding-top: 40px;
  padding-bottom: 30px;
}

#footer2 {
  background: #f7f7f7;
  padding: 3rem;
  margin-top: 0px;
  padding-top: 7rem;
  padding-bottom: 80px;
}

.social-links h2 {
  padding-bottom: 21px;
  font-size: 22px;
  font-weight: 600;
}

.social-links img {
  padding-bottom: 10px;
}

.social-icons {
  display: flex;
  flex-direction: column;
  gap: 1rem;
  color: #777777;
}

.social-icons a {
  color: #353434;
  text-decoration: none;
  font-size: 16px;
  font-weight: 500;
}

.social-icons a:hover {
  color: #000;
}

.social-icons a i {
  border-radius: 3px;
  color: #82074a;
  font-size: 16px;
  margin-right: 8px;
  text-decoration: none;
}

li {
  list-style: none;
}

.useful-link {
  padding-left: 15px;
}

.useful-link h2 {
  padding-bottom: 15px;
  font-size: 22px;
  font-weight: 600;
}

.use-links {
  line-height: 34px;
}

.use-links li i {
  font-size: 16px;
  padding-right: 8px;
  color: #353434;
}

.logo-footer {
  margin: auto;
}

.use-links li a {
  color: #000;
  font-size: 16px;
  font-weight: 500;
  color: #353434;
  text-decoration: none;
}

.use-links li a:hover {
  color: #353434;
}

.address h2 {
  padding-bottom: 15px;
  font-size: 22px;
  font-weight: 600;
}

.address-links li a {
  color: #353434;
  font-size: 16px;
  font-weight: 500;
  color: #353434;
  text-decoration: none;

}

.address-links li i {
  font-size: 18px;
  padding-right: 12px;
  color: #1e55a3;

}

.address-links li i:nth-child(1) {
  padding-top: 9px;
}

.address-links .address1 {
  font-weight: 500;
  font-size: 16px;
  display: flex;
}

.address-links {
  line-height: 32px;
  color: #353434;
}

.copy-right-sec {
  padding: 1.8rem;
  background: #82074a;
  color: #fff;
  text-align: center;
}

.footer-about p {
  font-size: 16px;
  font-weight: 500;
  padding-right: 10px;
  padding-top: 10px;
  text-align: center;
  color: #353434;
  margin-bottom: 0;
  text-align: justify;
}







.copy {
  text-align: center;
  padding: 10px 0;
  font-weight: 500;
  background-color: #224b86;
  color: #fff;
}

/* Activity Part Css */

.activity {
  padding: 40px 0 0 0;
}

.activity h3 {
  font-size: 50px;
  color: #224b86;
  font-weight: 500;
  font-family: 'Yeseva One', serif;
  margin-bottom: 45px;
  text-align: center;
}

/* .inner{
  padding: 10px;
} */

.card {
  position: relative;
  width: 100%;
  background: radial-gradient(#224b86 50%, #224b86 100%);
  overflow: hidden;
  cursor: pointer;
}

img {
  max-width: 100%;

  display: block;
}

.card img {
  transform: scale(1.3);
  transition: 0.3s ease-out;
}

.card:hover img {
  transform: scale(1.1) translateY(-14px);
  opacity: 0.3;
}

.overlay {
  position: absolute;
  width: 100%;
  height: 100%;
  padding: 15px;
  text-align: center;
  color: #fff;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
}

.text-h1 {
  transform: translateY(30px);
  opacity: 0;
  transition: all .3s ease-out;
  font-size: 30px;
  text-transform: uppercase;
}

.text-p {
  transform: translateY(30px);
  opacity: 0;
  transition: all .3s ease-out 0.2s;
  color: #fff;
}

.link-a {
  display: inline-block;
  background: #000;
  color: #fff;
  padding: 8px 20px;
  transform: translateY(30px);
  opacity: 0;
  transition: all .3s;
  text-decoration: none;
}

.overlay .link-a:hover {
  background: #1e55a3;
}

.card:hover .overlay .text-h1 {
  opacity: 1;
  transform: translateY(0);
  margin-bottom: 0px;
}

.card:hover .overlay .text-p {
  opacity: 1;
  transform: translateY(0);
}

.card:hover .overlay .link-a {
  opacity: 1;
  transform: translateY(0);
}

.slick-initialized .slick-slide {
  display: block;
  margin: 0 10px;
}

/* Events Part Css */

.events {
  padding: 24px 0 40px 0;
}

.events h2 {
  font-size: 50px;
  color: #1e55a3;
  font-family: 'Yeseva One', serif;
  padding-bottom: 15px;
  text-align: center;
  margin-bottom: 0;
}

.eve {
  border: 1px solid #b6b6b6;
  border-radius: 6px;
  text-align: center;
}

.eve img {
  border-radius: 6px 6px 0 0;
}

.eve h3 {
  font-size: 27px;
  font-weight: 600;
  padding-top: 15px;
}

.eve p {
  font-size: 17px;
}

/* Center Slider */

.wrapper {
  padding: 20px 0;
}

.center-slider .slick-slide {
  /* background-color: #b32532; */
  color: #FFF;
  height: 200px;
  margin: 0 15px 0 0;
  display: flex;
  align-items: center;
  justify-content: center;
  transform: scale(0.8);
  transition: all 0.4s ease-in-out;
}

.center-slider .slick-slide,
.center-slider .slick-slide[aria-hidden="true"]:not(.slick-cloned)~.slick-cloned[aria-hidden="true"] {
  transform: scale(0.8, 0.8);
  transition: all 0.4s ease-in-out;
}

.center-slider .slick-center,
.center-slider .slick-slide[aria-hidden="true"]:not([tabindex="-1"])+.slick-cloned[aria-hidden="true"] {
  transform: scale(1.1);
  /* background-color: #000000; */
}

.center-slider .slick-current.slick-active {
  transform: scale(1.2);
  /* background-color: #000000; */
  position: relative;
  z-index: 9999;
}

.slick-next,
.slick-prev {
  z-index: 5;
}

.slick-next {
  right: 15px;
}

.slick-prev {
  left: 15px;
}

.slick-next:before,
.slick-prev:before {
  color: #1e55a3;
  font-size: 26px;
  top: 5px;
}

.events .slick-track {
  padding: 60px 0 100px 0;
}

.wed {
  position: absolute;
  color: #224b86;
  font-size: 22px;
  /* left: 50%;
  transform: translate(-50%,-50%);
  bottom: -44%; */
  font-family: 'Yeseva One', serif;
  width: 100%;
  text-align: center;
  padding-top: 3px;
}

.events .slick-next {
  font-size: 0;
  border: 0;
  padding: 22px;
  width: 0px;
  margin: 0;
  border-radius: 50%;
  position: absolute;
  right: 6%;
  bottom: -8%;
  border: 1px solid #224b86;
  background-color: transparent;
}

.events .slick-next::before {
  content: "\f178";
  font-family: fontawesome;
  position: absolute;
  top: 3px;
  left: 10px;
  color: #224b86;
  font-size: 25px;
  z-index: 9999;
}

.events .slick-prev {
  font-size: 0;
  border: 0;
  padding: 22px;
  width: 0px;
  margin: 0;
  border-radius: 50%;
  position: absolute;
  border: 1px solid #224b86;
  background-color: transparent;
  bottom: -8%;
  left: 85%;
  z-index: 999;
}

.events .slick-prev::before {
  content: "\f177";
  font-family: fontawesome;
  position: absolute;
  top: 3px;
  left: 9px;
  color: #224b86;
  font-size: 25px;
  z-index: 9999;
}

.more-abo a {
  text-decoration: none;
  background-color: #1e55a3;
  border: none;
  outline: none !important;
  display: inline-block;
  color: #fff;
  font-size: 14px;
  font-weight: 600;
  transition: 0.5s;
  padding: 0;
  position: relative;
  overflow: hidden;
  text-align: center;
}

.more-abo a i {
  font-style: normal;
  background-color: #1e55a3;
  padding: 10px 38px;
  display: flex;
  justify-content: center;
  align-items: center;
  perspective: 300px;
  transition: 0.5s ease;
  transform-origin: top center;
  transform: translateY(0%) translateZ(0px) scaleY(1) rotateX(0deg);
}

.more-abo a:hover i {
  transform-origin: bottom center;
  transform: translateY(-100%) translateZ(150px) scaleY(0) rotateX(90deg);
}

.more-abo a span {
  position: absolute;
  top: -1px;
  left: -1px;
  bottom: -1px;
  right: -1px;
  display: flex;
  justify-content: center;
  align-items: center;
  transition: 0.7s ease, top 0.7s ease;
  background-color: #000;
  transform: translateY(0%) translateZ(150px) scaleY(0) rotateX(90deg);
  perspective: 300px;
  transform-origin: bottom center;
}

.more-abo a:hover span {
  transition: transform 500ms ease, top 500ms ease;
  transform: translateY(0%) translateZ(0px) scaleY(1) rotateX(0deg);
}

/* Activities Page Css */

.activity-page {
  background-image: url(../images/background-bread.jpg);
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
  position: relative;
}

.activity-page::before {
  position: absolute;
  content: "";
  background-color: #000;
  opacity: 0.8;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

.breadcrumbss {
  position: relative;
  display: flex;
  justify-content: center;
  align-items: center;
  padding: 100px 0;
  flex-direction: column;
}

.breadcrumbss h1 {
  font-size: 70px;
  margin-bottom: 0;
  color: #fff;
  text-align: center;
}

.bread {
  padding-top: 10px;
  text-align: center;
}

.bread a {
  color: #fff;
  text-decoration: none;
  font-size: 25px;
  padding-top: 20px;
}

.bread i {
  color: #fff;
  position: relative;
  font-size: 25px;
}

.active_middle {
  padding: 0 0 30px 0;
}

.out img {
  margin: auto;
  width: 70px;
}

.out p {
  font-size: 19px;
  line-height: 30px;
  margin-top: 20px;
  color: #585858;
  margin-bottom: 0;
  text-align: center;
}

.activity_start {
  margin-top: 50px;
}

.blue-box {
  width: 700px;
  height: 500px;
  background-color: #1e55a3;
  border-radius: 40px;
  margin-left: auto;
  position: relative;
}

.blue-box>img {
  position: relative;
  width: 100%;
  height: 100%;
  border-radius: 40px;
  right: 50px;
  top: 50px;
  box-shadow: 5px 5px 25px 0 rgba(0, 0, 0, 0.15);
}

.inner-activity-info {
  position: absolute;
  background-color: #fff;
  width: 500px;
  box-shadow: 5px 5px 25px 0 rgba(0, 0, 0, 0.15);
  left: -60%;
  top: 2%;
  height: auto;
  border-radius: 40px;
  padding: 24px 40px;
  animation: up-down 2s linear infinite alternate;
}

.first-activity p {
  line-height: 28px;
}

.khel img {
  width: 50px;
  margin: auto;
}

.poolt {
  font-size: 17px;
  font-weight: 500;
  padding-top: 15px;
  text-align: center;
}

@keyframes up-down {
  0% {
    transform: translateY(0px);
  }

  100% {
    transform: translateY(25px);
  }
}

.blue-boxes {
  width: 700px;
  height: 500px;
  background-color: #1e55a3;
  border-radius: 40px;
  margin-right: auto;
  position: relative;
}

.blue-boxes>img {
  position: relative;
  width: 100%;
  height: 100%;
  border-radius: 40px;
  left: 50px;
  top: 50px;
  box-shadow: 5px 5px 25px 0 rgba(0, 0, 0, 0.15);
}

.inner-activity-infos {
  position: absolute;
  background-color: #fff;
  width: 500px;
  box-shadow: 5px 5px 25px 0 rgba(0, 0, 0, 0.15);
  right: -60%;
  top: 2%;
  height: auto;
  border-radius: 40px;
  padding: 24px 40px;
  animation: up-down 2s linear infinite alternate;
}

.inner-activity-infois {
  position: absolute;
  background-color: #fff;
  width: 500px;
  box-shadow: 5px 5px 25px 0 rgba(0, 0, 0, 0.15);
  left: -60%;
  top: 20%;
  height: auto;
  border-radius: 40px;
  padding: 24px 40px;
  animation: up-down 2s linear infinite alternate;
}

.inner-activity-infosiis {
  position: absolute;
  background-color: #fff;
  width: 500px;
  box-shadow: 5px 5px 25px 0 rgba(0, 0, 0, 0.15);
  right: -60%;
  top: 20%;
  height: auto;
  border-radius: 40px;
  padding: 24px 40px;
  animation: up-down 2s linear infinite alternate;
}

.icon-box {
  padding: 30px 15px;
  background-color: #224b86;
  position: relative;
  z-index: 0;
  transition: 0.5s ease;
  margin-bottom: 30px;
  cursor: pointer;
}

.icon-box:hover {
  background-color: #f0f0f0;
}

.icon-box:hover h3 {
  color: #000;
}

.icon-box:hover a {
  color: #000;
}

.icon-box-wrapper {
  display: flex;
  align-items: center;
  width: 100%;
}

.icon-wrapper {
  background-color: #fff;
  margin-right: 20px;
  display: flex;
  justify-content: center;
  align-items: center;
  border-radius: 50%;
  padding: 6px;
}

.icon-wrapper a {
  color: #fff;
  text-decoration: none;
}

.icon-wrapper a img {
  width: 65px;
  border-radius: 50%;
}

.call-icon h3 {
  font-size: 25px;
  color: #fff;
}

.call-icon a {
  text-decoration: none;
  color: #fff;
  font-weight: 500;
  line-height: 28px;
  font-size: 17px;
}

.call-icon {
  width: calc(100% - 90px);
}

.con h4 {
  font-size: 30px;
  color: #1e55a3;
  margin-bottom: 25px;
  margin-top: 20px;
  text-align: end;
}

.map-location {
  width: 100%;
}

.map-location iframe {
  width: 100%;
  min-height: 820px;
}

.youtub {
  width: 47px;
  height: 47px;
  background-color: #fff;
  display: flex;
  justify-content: center;
  align-items: center;
  border-radius: 50%;
  margin-right: 15px;
  cursor: pointer;
}

.youtub img {
  width: 25px;
  transition: 0.5s ease;
}

.social-time {
  padding: 30px;
  background-color: #224b86;
  position: relative;
  z-index: 0;
  transition: 0.5s ease;
  margin-bottom: 30px;
  cursor: pointer;
  display: flex;
  align-items: center;
  width: 100%;
  margin-top: 10px;
}

.follow {
  display: flex;
  justify-content: flex-end;
  width: 45%;
}

.social-time h4 {
  color: #fff;
  margin-bottom: 0;
  width: 55%;
  font-size: 35px;
}

.social-time .youtub:last-child {
  margin-right: 0;
}

.youtub:hover img {
  transform: rotate(360deg);
}

.svgt {
  position: relative;
  top: -20px;
}

.wedding-eve img {
  border-radius: 10px;
}

.weds {
  color: #1e55a3;
}

.explor {
  padding-top: 20PX;
  font-size: 20PX;
  color: #000;
  text-align: justify;
}

.wedss {
  text-align: center;
  color: #1e55a3;
  margin-bottom: 0;
}

.hy {
  transform: translateY(-6%);
  background-color: #e84f22;
}

.room-1 {
  background-color: #24416b;
  border: 1px solid #000;
  border-top: none;
  padding: 15px 20px;
}

.room-1 p {
  margin-bottom: 0;
  color: #fff;
}

.room-1 h3 {
  color: #fff;
}

.room-1 {
  min-height: 267px;
}

.photograph h2 {
  color: #1e55a3;
  font-family: 'Yeseva One', serif;
}


/* Fancy Gallery */

.main .container {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  grid-gap: 1rem;
  justify-content: center;
  align-items: center;
}

.main .card {
  color: #252a32;
  border-radius: 2px;
  background: #fff;
  box-shadow: 0 1px 3px rgba(0, 0, 0, 0.12), 0 1px 3px rgba(0, 0, 0, 0.24);
}

.main .card-image {
  position: relative;
  display: block;
  width: 100%;
  padding-top: 70%;
  background: #fff;
}

.main .card-image img {
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
}

@media only screen and (max-width: 600px) {
  .main .container {
    display: grid;
    grid-template-columns: 1fr;
    grid-gap: 1rem;
  }
}


/* Day Outing CSS */

.new-day{
  padding: 25px 30px;
  border: 1px solid #cccccc;
  border-radius: 5px;
}
.new-day h2{
  color: #224b86;
  margin-bottom: 0;
  border-bottom: 1px solid #b4b4b4;
  padding-bottom: 10px;
  margin-bottom: 42px;
  font-weight: 700;
  font-size: 35px;
}
.nine{
  border-top: 1px solid #f0f0f0;
  padding-top: 13px;
  padding-bottom: 10px;
  display: flex;
  align-items: center;
}
.clock{
  width: 18px;
}
.clock img{
  width: 100%;
}
.nine p{
  width: calc(100% - 20px);
  margin-bottom: 0;
  padding-left: 15px;
  font-weight: 500;
}
.nine:last-child{
  padding-bottom: 0;
}
.clo{
  opacity: 0.5;
}
.two{
  background-color: rgb(244 244 244);
}
.two h2{
  color: #224b86;
}
.three{
  border-top: 1px solid rgb(229 229 229);
}
.book-but{
  text-align: center;
  margin-top: 30px;
  margin-bottom: 10px;
}
.book-but a{
  text-decoration: none;
  background-color: #224b86;
  color: #fff;
  padding: 10px 20px;
  border-radius: 10px;
  transition: 0.3s ease all;
}
.book-but a:hover{
  background-color: #e84f22;
}
/* Content */
.day-outing .card__content {
  background-color: #fbfbfb;
  width: 100%;
  height: calc(100% - 130px);

  /* Flex */
  display: flex;
  flex-direction: column;
  align-items: center;
}

.day-outing .card__rows {
  width: 100%;
}

.day-outing .card__row {
  color: #000;
  width: 100%;
  padding: 20px 0;
  text-align: center;
  margin-bottom: 0;
}

.day-outing .card__row:nth-of-type(even) {
  background-color: #f4f4f4;
  color: #000;
}

.day-outing .card__link {
  color: #fff;
  padding: 10px 15px;
  margin: 20px 0;
  text-decoration: none;
  border-radius: 50px;
  background-color: #224b86;
}

.brush {
  background-image: url(../images/brush.png);
  background-repeat: no-repeat;
  background-position: center center;
  margin-bottom: 35px;
  height: 100px;
}

.day-outing h3 {
  text-align: center;
  font-size: 38px;
  margin-bottom: 40px;
  color: #fff;
  padding-top: 20px;
  position: relative;
}

.day-outing h3::before {
  position: absolute;
  content: "";
  background-image: url(../images/price-bg.png);
  width: 120px;
  z-index: 9;
  height: 20px;
  background-repeat: no-repeat;
  top: 100%;
  left: 43%;
  background-size: 100%;
}

.tb_hc_post_in {
  background-image: url(../images/testimonials-bg.png);
  padding: 30px 30px;
  position: relative;
  transition: 0.3s;
  margin: 18px 15px 0 15px;
  min-height: 320px !important;
  display: flex;
  align-items: center;
  justify-content: center;
  max-height: 380px !important;
}

/* Candle */

.candle-time {
  border: 1px solid #8f8f8f;
  padding: 5px;
  transition: 0.3s;
}

.candle-info .card__link {
  color: #fff;
  padding: 10px 20px;
  text-decoration: none;
  border-radius: 50px;
  background-color: #1e55a3;
}

.candle-info h3 {
  color: #1e55a3;
  font-family: 'Yeseva One', serif;
  padding-top: 10px;
  font-size: 25px;
  max-width: 330px;
  margin: auto;
  text-align: center;
}

.candle-info p {
  text-align: center;
  font-size: 22px;
  font-weight: 600;
}

.candle-book {
  text-align: center;
}

.candle-time:hover {
  border-color: #FF9900;
}

.candle-page .slick-prev {
  position: absolute;
  top: 45%;
  left: 0;
  border: none;
  font-size: 0;
  width: 35px;
  height: 35px;
  background-image: url(../images/right-arrow1.png);
  background-repeat: no-repeat;
  background-position: center;
  background-size: 50%;
  background-color: #1e55a3;
}

.candle-page .slick-next {
  position: absolute;
  top: 45%;
  right: 0;
  border: none;
  font-size: 0;
  width: 35px;
  height: 35px;
  background-image: url(../images/right-arrow.png);
  background-repeat: no-repeat;
  background-position: center;
  background-size: 50%;
  background-color: #1e55a3;
}

.slick-initialized .slick-slide {
  margin: 0 !important;
}

.candle-page .slick-next:hover {
  background-color: #e84f22;
}

.candle-page .slick-prev:hover {
  background-color: #e84f22;
}


/* Contact Us Css */

.wptb-image-box1 {
  border-radius: 10px;
  overflow: hidden;
  box-shadow: 0px 10px 60px 0px rgba(137, 151, 186, 0.15);
  width: 100%;
}

.wptb-item--inner {
  position: relative;
}

.wptb-item--image {
  background-color: #E13833;

}

.wptb-item--inner img {
  width: 100%;
}

.wptb-item--inner .wptb-item--holder {
  position: relative;
  padding: 30px 36px;
  width: 100%;
  border: 1px solid #E7E7E7;
  border-top: 0;
  background-color: #FFFFFF;
  transition: 0.5s ease-in-out;
  min-height: auto;
  padding-top: 60px;
  text-align: center;
  border-width: 0px;
  border-radius: 0px 0px;
  min-height: 247px;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
}

.wptb-item--inner .wptb-item--icon {
  width: 90px;
  height: 90px;
  background-color: #E13833;
  border: 0px solid #fff;
  right: auto;
  left: 50%;
  transform: translate(-50%, -50%);
  border-radius: 15px;
  transition: 0.5s ease-in-out;
  position: absolute;
  top: 0;
  display: flex;
  justify-content: center;
  align-items: center;
  line-height: 1;
}

.wptb-item--inner .wptb-item--icon img {
  transition: 0.5s ease-in-out;
  width: 42px;
}

.wptb-item--inner .wptb-item--title {
  margin-bottom: 15px;
}

.wptb-image-box1:hover .wptb-item--inner .wptb-item--image img {
  opacity: 0.70;
  transform: scale(1.04, 1.04) rotate(1deg);
}

.wptb-image-box1:hover .wptb-item--inner .wptb-item--icon {
  background-color: #1e55a3;
}

.wptb-image-box1 .wptb-item--inner .wptb-item--icon img {
  transition: 0.5s ease-in-out;
}

.wptb-image-box1:hover .wptb-item--inner .wptb-item--icon img {
  transform: rotateY(360deg);
}

.wptb-item--holder a {
  color: #666666 !important;
  text-decoration: none;
  font-size: 18px;
}

.wptb-item--holder a:hover {
  color: #1e55a3 !important;
}


/* Day outing Page Css */

.content-table {
  border-collapse: collapse;
  margin: 0 0;
  font-size: 0.9em;
  border-radius: 5px 5px 0 0;
  overflow: hidden;
  box-shadow: 0 0 20px rgba(0, 0, 0, 0.15);
  width: 100%;
}

.content-table thead tr {
  background-color: #e84f22;
  color: #ffffff;
  text-align: left;
  font-weight: bold;
}

.content-table th,
.content-table td {
  padding: 12px 15px;
  border: 1px solid #e84f22;
  font-size: 17px;
}

.content-table tbody tr {
  border-bottom: 1px solid #dddddd;
}

.content-table tbody tr:nth-of-type(even) {
  background-color: #f3f3f3;
  font-weight: bold;
  color: #e84f22;
}

.content-table tbody tr:last-of-type {
  border-bottom: 2px solid #e84f22;
}

.content-table tbody tr.active-row {
  font-weight: bold;
  color: #e84f22;
}

.content-table th,
.content-table td:first-child {
  width: 37%;
}

.content-table th,
.content-table td:nth-child(2) {
  width: 21%;
  text-align: center;
}

.content-table th,
.content-table td:nth-child(3) {
  width: 21%;
  text-align: center;
}

.content-table th,
.content-table td:nth-child(4) {
  width: 21%;
  text-align: center;
}

.content-table td:hover {
  background-color: #f3f3f3;
  cursor: pointer;
}

.content-table th:first-child {
  border-right: 1px solid #fff;
}

.content-table th:nth-child(2) {
  border-right: 1px solid #fff;
}

.content-table th:nth-child(3) {
  border-right: 1px solid #fff;
}


/* Photoshoot Css */

.photo-shoot h2 {
  color: #1e55a3;
  font-family: 'Yeseva One', serif;
}

.books {
  text-align: center;
  margin-top: 30px;
}

.books a {
  text-decoration: none;
  background-color: #224b86;
  color: #fff;
  padding: 9px 20px;
  transition: 0.3s ease-in-out;
}

.books a:hover {
  background-color: #e84f22;
}

.bookss a {
  text-decoration: none;
  color: #fff;
  padding: 9px 20px;
  transition: 0.3s ease-in-out;
  white-space: nowrap;
  background-color: #224b86;
}

.bookss {
  margin-right: 8px;
}

.last-book {
  margin-right: 0;
}

.bookss a:hover {
  background-color: #e84f22;
}

.navbar-toggler {
  border: none !important;
}

.navbar-toggler {
  border: none !important;
}

.topline-logo {
  padding: 12px 0;
  display: flex;
  justify-content: center;
  display: none;
}

/* .address{
  margin-left: 50px;
} */
.social-links {
  padding-left: 30px;
}

.photo-shoot p {
  text-align: justify;
}


/* Media Query Start */

@media only screen and (max-width: 1199px) {
  .events .slick-prev {
    left: 83.5%;
  }

  .events h2 {
    padding-bottom: 0;
  }

  .wed {
    font-size: 21px;
  }

  .navbar-brand {
    display: none;
  }

  .navbar {
    padding: 16px 0;
  }

  .topline-logo {
    display: block;
    display: flex;
    justify-content: center;
  }

  .svgt {
    top: -15px;
  }

  .useful-link {
    padding-left: 5px;
  }

  .icons-wrapper {
    display: flex;
    flex-direction: column;
    align-items: center;
  }

  .icons-wrapper .icon-wrapper {
    margin-right: 0;
  }

  .call-icon {
    width: 100%;
    text-align: justify;
}

  .icons-wrapper .call-icon h3 {
    text-align: center;
    margin-top: 15px;
  }

  .map-location iframe {
    min-height: 804px;
  }

  .blue-box {
    width: 550px;
  }

  .blue-boxes {
    width: 550px;
  }

  .blue-box>img {
    right: 40px;
    top: 40px;
  }

  .blue-boxes>img {
    left: 40px;
    top: 40px;
  }

  .faci {
    padding-top: 35px;
  }

  .tabcontent {
    padding: 0;
  }

  .package .gx-5 {
    --bs-gutter-x: 30px;
  }

  .popup-inner{
    width: 340px !important;
  }
  .review-time{
    height: 405px;
  }
  .icon-box {
    padding: 30px 20px;
}
.social-time {
  margin-top: 0px;
}


}

@media only screen and (max-width: 991px) {

  .dropdown:hover .dropdown-menu {
    display: none;
  }

  .dropdown-menu {
    display: none;
  }

  .show.dropdown-menu {
    display: block !important;
  }

  .tabcontent {
    padding: 0;
  }

  .footer-about p {
    padding-right: 0;
    padding-top: 15px;
  }

  #footer img {
    width: 95px;
  }

  .events .slick-track {
    padding-top: 20px;
  }

  .events .slick-prev {
    left: 81%;
    bottom: 0;
    padding: 21px;
  }

  .events .slick-next {
    bottom: 0;
    padding: 21px;
  }

  .events .slick-prev::before {
    font-size: 24px;
  }

  .events .slick-next::before {
    font-size: 24px;
  }

  .events {
    padding-bottom: 24px;
  }

  .navbar-brand {
    display: block;
  }

  .navbar {
    padding: 8px 0;
  }

  .topline-logo {
    display: none;
  }

  .svgt {
    top: -12px;
  }

  .brush-2 {
    margin-top: 50px;
  }

  .room-1 {
    min-height: 165px;
  }

  .photo-shoot h2 {
    margin-top: 15px;
  }

  .candle-info h3 {
    max-width: none;
  }

  .candle-time {
    margin-bottom: 25px;
  }

  .last-books {
    margin-bottom: 15px;
  }

  .useful-link {
    padding-left: 60px;
  }

  .address h2 {
    margin-top: 30px;
    margin-bottom: 0;
  }

  .bookss {
    margin-bottom: 30px;
  }

  .nav-item a {
    padding: 8px 16px !important;
  }

  .navbar-toggler:focus {
    box-shadow: none !important;
  }

  .social-time {
    margin-top: 15px;
  }

  .icons-wrapper {
    display: flex;
    flex-direction: row;
  }

  .icons-wrapper .call-icon h3 {
    text-align: left;
    margin-top: 0;
  }

  .icons-wrapper .icon-wrapper {
    margin-right: 20px;
  }

  .inner-activity-info {
    left: -30%;
  }

  .inner-activity-infos {
    right: -30%;
  }

  .inner-activity-infois {
    left: -30%;
  }

  .inner-activity-infosiis {
    right: -30%;
  }

  .photo-time img {
    width: 100%;
  }

  .photograph h2 {
    text-align: center;
    margin-bottom: 25px;
  }

  .photograph p {
    text-align: justify;
  }

  .chota-but a {
    padding: 9px 27px;
  }
  .review-time{
    height: auto;
  }
  .call-icon {
    width: 100%;
    text-align: justify;
}

}

@media only screen and (max-width: 768px) {
  .logo-footer {
    margin-left: 0;
  }

  .footer-about p {
    text-align: justify;
  }

  .useful-link {
    padding-left: 25px;
  }

  .social-links h2 {
    padding-bottom: 0;
  }

  .address h2 {
    padding-bottom: 12px;
  }

  .events {
    padding-bottom: 0;
  }

  .testi h2 {
    font-size: 42px;
  }

  .testi h3 {
    font-size: 32px;
  }

  .svgt {
    top: -8px;
  }

  .breadcrumbss {
    padding: 70px 0;
  }

  .active_middle {
    padding: 0 0 18px 0;
  }

  .weds {
    text-align: center;
  }

  .useful-link {
    padding-left: 50px;
  }

  .social-links {
    padding-left: 0;
  }

  .social-time {
    display: flex;
    flex-direction: column;
  }

  .social-time h4 {
    width: 100%;
    text-align: center;
    margin-bottom: 15px;
    align-items: center;
  }

  .youtub {
    width: 42px;
    height: 42px;
  }

  .youtub img {
    width: 22px;
  }

  .social-time h4 {
    font-size: 32px;
  }

  .follow {
    display: flex;
    justify-content: center;
    width: 100%;
  }

  .map-location iframe {
    min-height: 500px;
  }

  .social-links h2 {
    padding-bottom: 22px;
  }

  .first-activity h3 {
    text-align: center;
  }
}

@media only screen and (max-width: 767px) {
  .social-links h2 {
    padding-bottom: 10px;
    padding-top: 31px;
  }

  .inner-activity-info {
    left: 8px;
  }

  .blue-box>img {
    right: 0;
  }

  .blue-boxes>img {
    left: 0;
  }

  .inner-activity-infos {
    right: 8px;
  }

  .inner-activity-infois {
    left: 8px;
  }

  .inner-activity-infosiis {
    right: 8px;
  }

  .blue-box {
    width: 516px;
  }

  .blue-boxes {
    width: 516px;
  }
}


@media only screen and (max-width: 576px) {

  .popup-content{
    width: 85%;
  }
  .package .gx-5 {
    --bs-gutter-x: 0;
  }

  .useful-link {
    padding-left: 0;
  }

  .svgt {
    top: -7px;
  }

  .breadcrumbss {
    padding: 45px 0;
  }

  .cont-page {
    overflow: hidden;
  }

  .accobread h1 {
    font-size: 50px;
  }

  .useful-link h2 {
    padding-top: 30px;
    margin-bottom: 0;
  }

  #footer img {
    margin: auto;
  }

  #footer {
    padding: 3rem 0;
  }

  .blue-box {
    width: 428px;
    margin: auto;
  }

  .inner-activity-info {
    width: 412px;
  }

  .blue-boxes {
    width: 428px;
    margin: auto;
  }

  .inner-activity-infos {
    width: 412px;
  }

  .inner-activity-infois {
    width: 412px;
  }

  .inner-activity-infosiis {
    width: 412px;
  }

  .navbar-brand img {
    padding-left: 10px;
  }

  .tb_hc_fixed_height .tb_hc_arrow {
    display: none;
  }
  .testi h2 {
    font-size: 35px;
}

}

@media only screen and (max-width: 450px) {
  .text-h1 {
    line-height: 30px;
    font-size: 22px;
  }

  .svgt {
    top: -5px;
  }

  .breadcrumbss h1 {
    font-size: 60px;
  }

  .bread a {
    font-size: 20px;
  }

  .bread i {
    top: 2px;
    font-size: 23px;
  }

  .brush {
    background-size: 100%;
    height: 89px;
  }

  .day-outing h3 {
    font-size: 24px;
  }

  .day-outing h3::before {
    width: 100px;
  }

  .accobread h1 {
    font-size: 40px;
  }

  .icons-wrapper {
    display: flex;
    flex-direction: column;
    align-items: center;
  }

  .icons-wrapper .icon-wrapper {
    margin-right: 0;
  }

  .call-icon {
    width: 100%;
    text-align: justify;
  }

  .icons-wrapper .call-icon h3 {
    text-align: center;
    margin-top: 15px;
  }

  .blue-box {
    width: 100%;
    margin: auto;
  }

  .inner-activity-info {
    width: 96%;
  }

  .blue-boxes {
    width: 100%;
  }

  .inner-activity-infos {
    width: 96%;
  }

  .inner-activity-infois {
    width: 96%;
  }

  .inner-activity-infosiis {
    width: 96%;
  }

  .first-activity p {
    display: none;
  }

  .first-activity h3 {
    margin-bottom: 30px;
    font-size: 22px;
  }
  .testi h2 {
    font-size: 30px;
}
.icon-wrapper a img {
  width: 59px;
  border-radius: 50%;
}

}

@media only screen and (max-width: 400px) {

  .icon-box {
    padding: 30px 10px;
  }
}



@media only screen and (max-width: 350px) {
  .text-h1 {
    line-height: 25px;
    font-size: 18px;
  }

  .breadcrumbss h1 {
    font-size: 40px;
  }

  .bread a {
    font-size: 18px;
  }
  .icon-wrapper {
    margin-right: 12px;
}
.call-icon {
  width: 100%;
  text-align: left;
}
}

.copy span a {
  text-decoration: none;
  color: #fff;
}

.dropdown-toggle::after {
  vertical-align: 3px;
}


/* ...................Mahendra-popup--------------------- */
.popup {
  position: fixed !important;
  background: rgba(0, 0, 0, 0.85);
  left: 0px;
  right: 0px;
  bottom: 0px;
  top: 0px;
  z-index: 100000;
  display: none;
  overflow: auto;
}

.popup-inner {
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  border-radius: 4px;
  position: absolute;
  /* display: table; */
  margin: auto;
  top: 50%;
  left: 50%;
  box-sizing: border-box;
  width: 480px;
  /* background-color: #fff; */
  /* padding: 25px; */
  transform: translate(-50% , -50%);
}

.popup .close {
  cursor: pointer;
  height: 19px;
  width: 19px;
  position: absolute;
  right: 13%;
  top: -38px;
  color: #fff;
  font-size: 30px;
  font-family: monospace;
  font-weight: 300;
}

.popup .close:hover {}

.popup-inner img {
  width: 100% !important;
}

.popup-content {
  box-sizing: border-box;
}
.pop-btn{
  text-align: center;
}
.pop-btn a{
  background-color: #fff;
  text-decoration: none;
  padding: 10px 20px;
  color: #000;
  display: inline-block;
  margin-top: 10px;
  font-size: 18px;
  font-weight: 500;
}

@media only screen and (max-width:370px) {
  .popup-inner {
    width: 300px !important;
  }
}


/* Offers page */

.offer-time{
  padding: 50px 0;
}
.offer-time img{
  border: 1px solid #c3c3c3;
  padding: 4px;
  border-radius: 3px;
  width: 100%;
}

/* Terms Of use */

.terms{
  display: flex;
  padding-bottom: 10px;
}
.terms-i{
  width: 25px;
}
.terms-i i{
  font-size: 25px;
  position: relative;
  top: 2px;
  color: #1e55a3;
}
.terms p{
  width: calc( 100% - 25px );
  margin-bottom: 0 !important;
}
.payment{
  padding-top: 15px;
  padding-bottom: 15px;
}
.adven-box img{
    position: relative;
    width: 100%;
    height: 100%;
    border-radius: 40px;
    top: 50px;
    box-shadow: 5px 5px 25px 0 rgba(0, 0, 0, 0.15);
}
.adven-box .slick-prev{
  display: none !important;
}
.adven-box .slick-next{
  display: none !important;
}
.adven-box{
  position: relative;
}
.mt-50{
  margin-top: 100px;
}
.stairs p{
  font-size: 18px;
  margin-bottom: 0;
}