/* Font Link */
@font-face {
  font-family: "my-font-span";
  src: url(../fonts/Abuget.ttf);
}

@font-face {
  font-family: "my-font-Light";
  src: url(../fonts/BasisGrotesqueArabicPro-Light.ttf);
}

@font-face {
  font-family: "my-font-Regular";
  src: url(../fonts/BasisGrotesqueArabicPro-Regular.ttf);
}

@font-face {
  font-family: "my-font-Medium";
  src: url(../fonts/BasisGrotesqueArabicPro-Medium.ttf);
}

@font-face {
  font-family: "my-font-Bold";
  src: url(../fonts/BasisGrotesqueArabicPro-Bold.ttf);
}

@font-face {
  font-family: "my-font-Black";
  src: url(../fonts/BasisGrotesqueArabicPro-Black.ttf);
}

:root {
  --theme-color: #000;
  --theme-color-second: #000;
}

html {
  scroll-behavior: smooth;
  overflow-x: hidden;
}

body {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  outline: none;
  font-size: 15px;
  color: #1e1e1e;
  background-color: #fff;
  scroll-behavior: smooth;
  overflow-x: hidden !important;
  font-family: "my-font-Regular";
  /* color: var(--theme-color) !important; */
}

a {
  color: #0055f1;
  text-decoration: none;
  transition: all 0.5s;
}

a:hover {
  text-decoration: none;
  transition: all .6s;
  text-decoration: none;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  margin: 0;
  margin-bottom: 12px;
  color: inherit;
}

h1,
h2,
h3,
h4,
h5,
h6 {}

p {
  margin: 0;
  line-height: 27px;
  margin-bottom: 21px;
  font-size: 15px;
}

ul li {
  margin-bottom: 0px;
}

.img-fluid {
  display: block;
  width: 100%;
  max-width: 100%;
}

.li {
  display: inline-block;
  padding: 0px 5px;
}

ul {
  list-style: none;
  padding: 0;
}

h1 {
  font-size: 44px;
  text-transform: uppercase;
  font-family: "my-font-Black";
  line-height: 1;
}

h2 {
  font-size: 38px;
  font-family: "my-font-Bold";
}

h3 {
  font-size: 34px;
  font-family: "my-font-Bold";
}

h4 {
  font-size: 28px;
  font-family: "my-font-Bold";
}

h5 {
  font-size: 21px;
  font-family: "my-font-Medium";
}

h6 {}

.bg-cover {
  background-position: center !important;
  background-repeat: no-repeat !important;
  background-size: cover !important;
}

.gap {
  margin-bottom: 30px;
}

section {
  padding: 80px 0px;
}

.form-control:focus {
  border-color: #ced4da;
  outline: 0;
  box-shadow: none;
}

/* navbar */


@-webkit-keyframes AnimationName {
  0% {
    background-position: 0% 50%;
  }

  50% {
    background-position: 100% 50%;
  }

  100% {
    background-position: 0% 50%;
  }
}

@-moz-keyframes AnimationName {
  0% {
    background-position: 0% 50%;
  }

  50% {
    background-position: 100% 50%;
  }

  100% {
    background-position: 0% 50%;
  }
}

@keyframes AnimationName {
  0% {
    background-position: 0% 50%;
  }

  50% {
    background-position: 100% 50%;
  }

  100% {
    background-position: 0% 50%;
  }
}

* {
  box-sizing: border-box;
}

.m-backtotop {
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  -ms-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
  position: fixed;
  bottom: -50px;
  right: 20px;
  width: 50px;
  height: 50px;
  background: #fe8a02;
  border-radius: 25px;
  text-align: center;
  border: 2px solid #fe8a02;
  box-shadow: 0 2px 3px rgba(0, 0, 0, 0.1);
  opacity: 0;
  overflow: hidden;
  color: #fff;
}

.m-backtotop.active {
  bottom: 15px;
  opacity: 1;
}

.m-backtotop>div {
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  -ms-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}

.m-backtotop>div.arrow {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translateY(-50%) translateX(-50%);
  opacity: 1;
}

.m-backtotop>div.text {
  font-size: 5px;
  font-size: 0.5rem;
  line-height: 10px;
  text-transform: uppercase;
  font-weight: 900;
  font-family: "Open Sans", sans-serif;
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translateY(50%) translateX(-50%);
  opacity: 0;
  margin-top: 1px;
}

.m-backtotop:hover {
  transform: scale(1.1);
  bottom: 20px;
  cursor: pointer;
  background: black;
  box-shadow: 0 10px 5px rgba(0, 0, 0, 0.1);
}

.m-backtotop:hover>div.arrow {
  transform: translateY(-150%) translateX(-50%);
  opacity: 0;
}

.m-backtotop:hover>div.text {
  transform: translateY(-50%) translateX(-50%);
  opacity: 1;
}

/* Small Header */
.small {
  display: none;
}

/* Main Header */
.header_menu {
  background: transparent;
  padding: 5px 0;
  position: absolute;
  left: 0;
  right: 0;
}

a.navbar-brand img {
  width: 130px;
}

.header_menu li a:hover {
  color: var(--theme-color-second);
}

.hd_info {
  display: flex;
  align-items: center;
  color: #fff;
}

a.comon-btn {
  background: #0e1e3c;
  color: #fff;
  display: inline-block;
  font-size: 15px;
  padding: 12px 0;
  border-radius: 5px;
  width: 240px;
  text-align: center;
  text-transform: capitalize;
}

a.comon-btn:hover {
  background: #121212;
  color: #fff;
}

.header_menu li a {
  color: #000;
  font-size: 16px;
  text-transform: capitalize;
  padding: 29px 16px;
  display: inline-block;
}

.navbar li:hover a {
  color: var(--theme-color-second);
}

.navbar li:hover .dropdown-menu {
  transition: .3s;
  opacity: 1;
  visibility: visible;
  top: 100%;
  transform: rotateX(0deg);
}

@media all and (min-width: 992px) {
  .navbar .dropdown-menu-end {
    right: 0;
    left: auto;
  }

  .navbar li .dropdown-menu {
    display: block;
    opacity: 0;
    visibility: hidden;
    transition: .3s;
    margin-top: 0;
  }

  .navbar li:hover a {
    color: var(--theme-color-second);
  }

  .navbar .dropdown-menu.fade-down {
    top: 80%;
    transform: rotateX(-75deg);
    transform-origin: 0% 0%;
  }

  .navbar .dropdown-menu.fade-up {
    top: 180%;
  }

  .navbar li:hover .dropdown-menu {
    transition: .3s;
    opacity: 1;
    visibility: visible;
    top: 100%;
    transform: rotateX(0deg);
  }
}

ul.dropdown-menu.fade-up li a:hover {
  color: #fff !important;
  background: var(--theme-color-second);
}

#main_header ul.dropdown-menu.fade-up li:last-child {
  border-bottom: 0px;
}

#main_header ul.dropdown-menu.fade-up li {
  border-bottom: 1px solid #c1c0bd;
  margin: 0 0 0 0;
}

ul.dropdown-menu.fade-up li a {
  color: #000 !important;
  font-size: 14px;
  display: block;
  width: 100%;
  padding: 11px 12px;
}

ul.dropdown-menu.fade-up {
  border: none;
  background: #fff;
  padding: 0 0;
  min-width: inherit;
  width: 280px;
  border-radius: 0px;
}

.link-sm-2 i {
  top: -9px !important;
}

.link-sm-2 {
  position: relative;
}

#main_header .hd_info a img {
  width: 21px;
}

#main_header .hd_info {
  display: flex;
  align-items: center;
  color: #fff;
  gap: 19px;
}

#main_header .hd_info .comon-btn {
  margin-left: 15px;
}

#main_header .hd_info {
  margin-left: 15px;
}

/* Banner Section */
.banner_sec {
  padding: 175px 0 45px;
}

.banner_sec .banner_heading p {
  font-size: 17px;
  margin-bottom: 14px;
}

.banner_sec .banner_heading h3 {
  font-family: "my-font-span";
  font-size: 68px;
  margin-bottom: -10px;
  margin-left: 60px;
}

.banner_sec .banner_heading h1 {
  font-family: "my-font-Black";
  margin-bottom: 3px;
  color: #000;
}

.banner_sec .btom_content .left_content ul {
  display: flex;
  align-items: center;
  gap: 38px;
}

.banner_sec .btom_content .left_content ul li img {
  width: 19px;
  margin-right: 7px;
}

.banner_sec .btom_content .right_content {
  display: flex;
  align-items: center;
  gap: 17px;
  justify-content: end;
}

.banner_sec .btom_content .right_content p {
  line-height: 1.4;
}

.banner_sec .btom_content {
  color: #fff;
  padding-top: 185px;
}

/* Home  Section 1 */
.home_sec1 h5 {
  margin-bottom: 18px;
}

.home_sec1 h3 {
  font-family: "my-font-span";
  font-size: 68px;
  margin-bottom: -10px;
  margin-right: -30px;
}

.home_sec1 {
  padding: 60px 0 325px;
  background-position: bottom !important;
}

/* Home Section 2 */
.home_sec2 .content {
  position: relative;
}

.home_sec2 .content .btom_content {
  position: absolute;
  bottom: 5px;
  left: 17px;
}

.home_sec2 .content .btom_content h5 {
  font-size: 25px;
  color: #fff;
  font-family: "my-font-Bold";
}

/* Home Section 3 */
.home_sec3 .content img {
  width: 90px;
  margin-bottom: 10px;
}

.home_sec3 .content h5 {
  font-size: 17px;
  margin-bottom: 8px;
}

.home_sec3 .content {
  background: #0e1e3c;
  padding: 22px 0;
  text-align: center;
  color: #fff;
  border-radius: 20px;
}

.home_sec3 ul li img {
  width: 50px;
}

.home_sec3 ul li {
  display: flex;
  align-items: center;
  gap: 10px;
  font-family: "my-font-Medium";
  width: 33%;
}

.home_sec3 ul {
  display: flex;
  flex-wrap: wrap;
  gap: 20px 40px;
  margin-bottom: 28px;
}

.home_sec3 .content2 {
  background: #f1e736;
  color: #000;
}

.home_sec3 .content p {
  line-height: 1.6;
}

/* Home Section 4 */
.home_sec4 .content .top_img {
  position: relative;
  margin-bottom: 21px;
}

.home_sec4 .content .top_img .btom_content h5 {
  font-size: 19px;
  font-family: "my-font-Bold";
  color: #fff;
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  text-align: center;
}

.home_sec4 .content {
    text-align: center;
    height: 100%;
    padding: 15px;
    border: 1px solid #adadad;
    border-radius: 6px;
}
.home_sec4 .content h6 {
  font-size: 17px;
  font-family: "my-font-Medium";
  margin-bottom: 3px;
}

.home_sec4 .content .text-bottom-border {
  border-bottom: 1px solid #000;
  padding-bottom: 10px;
  margin-bottom: 9px;
}

.home_sec4 .content .btom_content {
  display: flex;
  align-items: center;
}

.home_sec4 .btn-night {
  display: flex;
  align-items: center;
  color: #000;
  width: 80%;
  gap: 10px;
}

/* Home Section 5 */
.home_sec5 .content img {
  width: 72px;
}

.home_sec5 .content h6 {
  font-size: 20px;
  margin-bottom: 2px;
  font-family: "my-font-Medium";
}

.home_sec5 .content {
  display: flex;
  align-items: center;
  gap: 17px;
}

.home_sec5 .content .btom_content p {
  line-height: 1.6;
  margin-bottom: 0;
}

.home_sec5 h2 span {
  font-family: "my-font-span";
  font-size: 80px;
  margin-bottom: -78px;
  display: block;
  margin-left: -30px;
}

.home_sec5 {
  padding-top: 60px;
  padding-bottom: 86px;
}

/* Home SEction 6 */
.home_sec6 .btom_content ul li {
  display: flex;
  align-items: start;
  gap: 10px;
  margin-bottom: 24px;
}

.home_sec6 .btom_content ul li img {
  width: 20px;
}

a.comon-btn2 {
  background: #f1e736;
  color: #000;
  display: inline-block;
  font-size: 15px;
  padding: 12px 0;
  border-radius: 5px;
  width: 240px;
  text-align: center;
  text-transform: capitalize;
}

a.comon-btn2:hover {
  background: #121212;
  color: #fff;
}

.home_sec6 h6 {
  color: #f1e736;
  font-size: 22px;
}

/* Home Section 7 */
.home_sec7 h2 span {
  font-family: "my-font-span";
  font-size: 80px;
  margin-bottom: -101px;
  display: block;
  margin-left: -30px;
}

.home_sec7 h2 {
  font-size: 56px;
  margin-bottom: 0;
}

.home_sec7 {
  padding: 75px 0;
}

/* Home Section 8 */
.home_sec8 .btom_content {
  text-align: center;
}

.home_sec8 .btom_content p {
  margin-bottom: 4px;
}

.home_sec8 .btom_content h5 {
  margin-bottom: 8px;
  font-size: 19px;
}

.home_sec8 .btom_content .comon-btn {
  width: 180px;
  margin-top: 10px;
}

.home_sec8 .content {
  padding: 9px;
  border: 1px solid #a2a2a2;
  border-radius: 3px;
}

/* faq */

.faq .heading {
  margin-right: 60px;
}

.faq .heading {
  position: relative;
}

.faq .heading img {
  position: absolute;
  width: 170px;
  top: -42px;
  left: -70px;
}

.faq .accordion-button {
  position: relative;
  display: flex;
  align-items: center;
  width: 100%;
  padding: var(--bs-accordion-btn-padding-y) var(--bs-accordion-btn-padding-x);
  font-size: 16px;
  color: var(--bs-accordion-btn-color);
  text-align: left;
  background-color: #fff;
  border: 0;
  border-radius: 0;
  overflow-anchor: none;
  transition: var(--bs-accordion-transition);
  font-family: var(--span-font-2);
  letter-spacing: 0;
  font-family: "my-font-Regular";
}

.faq .accordion-body {
  background: #232c3b;
  color: #fff;
  padding-top: 0;
}

button:focus:not(:focus-visible) {
  outline: 0;
  box-shadow: none;
}

.faq .accordion-body p {
  font-size: 15px;
  margin-bottom: 0;
}

.faq .accordion-item {
  margin-bottom: 15px;
  border: 1px solid #bcbcbc !important;
  /* background-color: #bcbcbc!important; */
}

.faq .accordion-button:not(.collapsed) {
  color: #fff;
  background-color: #232c3b;
  ;
  box-shadow: none;
}

.faq .accordion-button:not(.collapsed)::after {
  background-image: url(../image/down.png);
  transform: var(--bs-accordion-btn-icon-transform);
}

.faq h3 {
  font-size: 51px;
  font-weight: 600;
}

/* Footer SEction */
footer .left_content {
  background: #0e1e3c;
  color: #fff;
  padding: 80px 0 65px;
  width: 90%;
  margin-left: auto;
  padding-right: 35px;
}

footer .left_bg {
  background: #0e1e3c;
  color: #fff;

}

footer .left_content .left_top_content {
  display: flex;
  align-items: center;
  gap: 60px;
  border-bottom: 1px solid #6f6f6f;
  padding-bottom: 32px;
  margin-right: 35px;
  margin-bottom: 34px;
}

footer .left_content .left_top_content a img {
  width: 180px;
}

footer .left_content .left_top_content .btom_content img {
  width: 245px;
}

footer .left_content .left_top_content .btom_content p {
  margin-bottom: 10px;
}

footer .ft_menu_content h6 {
  font-size: 18px;
  margin-bottom: 16px;
}

footer .ft_menu_content .ft_menu ul li a {
  color: #d5d5d5;
}

footer .ft_menu_content .ft_menu ul li {
  margin-bottom: 10px;
}

footer .ft_menu_content {
  display: flex;
  justify-content: start;
  gap: 70px;
}

footer .left_content .content_left img {
  width: 150px;
  margin-bottom: 12px;
  margin: 0 auto;
}

footer .left_content .content_left {
  text-align: center;
}

footer .left_content .content_left img {
  width: 130px;
  margin-bottom: 19px;
}

footer .left_content .content_left h4 {
  font-size: 21px;
  margin-bottom: 14px;
}

footer .right_content {
  height: 100%;
}

footer .right_content .ft_content_info .con-info {
  color: #000;
  font-size: 16px;
  margin-bottom: 16px;
  line-height: 26px;
}

footer .right_content {
  height: 100%;
  padding-top: 50px;
  position: relative;
}

footer .social_icon a img {
  width: 19px;
}

footer .ft_content_btom {
  display: flex;
  align-items: center;
  gap: 10px;
  padding: 14px 0px 25px;
}

footer .right_content .btom_img {
  position: absolute;
  right: -30px;
  bottom: -70px;
}

footer .right_content .btom_img img {
  width: 550px;
}

.inner-banner {
  padding: 210px 0 55px;
  text-align: start;
  background-color: #f1e736;
  color: #0e1e3c;
}

/* about_sec */
.about_sec1 img {
  height: 100%;
  object-fit: cover;
}

/* contact-info */


.contact_page .contact_shadoW {
  box-shadow: 1px 2px 15px 2px #9b9b9b91;
}

.contact_page .contact_details {
  background-color: #fff;
  padding: 30px;
  padding-top: 50px;
}

.contact_page .contact_details h3 {
  /* margin-bottom: 30px; */
  font-size: 30px;
}

.contact_page .contact_details h4 {
  margin-bottom: 30px;
  font-size: 23px;
}

.contact_page .contact_details h5 {
  margin-bottom: 0px;
  margin-top: 20px;
}

.contact_page .contact_details h5 i {
  margin-right: 8px;
  color: #0e1e3c;
}

.contact_page .contact_details p a,
.contact_page .contact_details p,
.contact_page .contact_details li {
  color: #747474;
}

.contact_page .contact_details li {
  list-style: none;
  /* margin-bottom: 4px; */
  /* margin-top: 2px; */
  line-height: 27px;
}

.contact_page .contact_form {
	background-color: #f1e736;
	padding: 50px 25px;
	height: 100%;
}

.contact_page .contact_form h2 {
  text-align: center;
  margin-bottom: 35px;
}

.contact_page .contact_form input,
.contact_page .contact_form textarea {
  padding: 16px 18px;
  width: 100%;
  border-radius: 5px;
  border: none;
  outline: none;
}

.contact_page .contact_form button.comon-btn {
	background: #0e1e3c;
	color: #f1e736;
	display: inline-block;
	font-size: 16px;
	padding: 14px 0px;
	border-radius: 50px;
	text-transform: uppercase;
	width: 100%;
	text-align: center;
	border: none;
	transition: all .5s;
}

.contact_page .contact_form button.comon-btn:hover {
  background: #000;
  color: #fff;
}

.map {
  line-height: 0 !important;
}

.map iframe {
  line-height: 0 !important;
}

.contact_page .contact_details h5 {
  font-size: 17px;
  font-family: "my-font-Bold";
	margin-bottom: 5px;

}


footer{
  overflow: hidden;
}

#holiday-page .catagory-list a{
 color: #fff;
}
#holiday-page .catagory-list li {
  margin-bottom: 10px;
}

#holiday-page .price-input {
    width: 100%;
    display: flex;
    margin: 0px 0 35px;
}
#holiday-page .price-input .field {
  display: flex;
  width: 100%;
  height: 45px;
  align-items: center;
}
#holiday-page .field input {
    width: 100%;
    height: 100%;
    outline: none;
    font-size: 13px;
    margin-left: 12px;
    border-radius: 5px;
    text-align: center;
    border: 1px solid #999;
    -moz-appearance: textfield;
}
#holiday-page input[type="number"]::-webkit-outer-spin-button,
#holiday-page input[type="number"]::-webkit-inner-spin-button {
  -webkit-appearance: none;
}
#holiday-page .price-input .separator {
  width: 130px;
  display: flex;
  font-size: 19px;
  align-items: center;
  justify-content: center;
}
#holiday-page .slider {
  height: 5px;
  position: relative;
  background: #ddd;
  border-radius: 5px;
}
#holiday-page .slider .progress {
  height: 100%;
  left: 25%;
  right: 25%;
  position: absolute;
  border-radius: 5px;
  background: #17a2b8;
}
#holiday-page .range-input {
  position: relative;
}
#holiday-page .range-input input {
  position: absolute;
  width: 100%;
  height: 5px;
  top: -5px;
  background: none;
  pointer-events: none;
  -webkit-appearance: none;
  -moz-appearance: none;
}
#holiday-page input[type="range"]::-webkit-slider-thumb {
  height: 17px;
  width: 17px;
  border-radius: 50%;
  background: #17a2b8;
  pointer-events: auto;
  -webkit-appearance: none;
  box-shadow: 0 0 6px rgba(0, 0, 0, 0.05);
}
#holiday-page input[type="range"]::-moz-range-thumb {
  height: 17px;
  width: 17px;
  border: none;
  border-radius: 50%;
  background: #17a2b8;
  pointer-events: auto;
  -moz-appearance: none;
  box-shadow: 0 0 6px rgba(0, 0, 0, 0.05);
}

/* Support */
#holiday-page .support-box {
  top: 2rem;
  position: relative;
  bottom: 0;
  text-align: center;
  display: block;
}
#holiday-page .b-btn {
  color: white;
  text-decoration: none;
  font-weight: bold;
}
#holiday-page .b-btn.paypal i {
  color: blue;
}
#holiday-page .b-btn:hover {
  text-decoration: none;
  font-weight: bold;
}
#holiday-page .b-btn i {
  font-size: 20px;
  color: yellow;
  margin-top: 2rem;
}


#holiday-page .content{
  padding: 10px;
  border: 1px solid #17a2b8;
  border-radius: 5px;
}

.product-details input{
  width: 100%;
  padding: 15px;
  outline: none;
}
.product-details .calendar {
  display: grid;
  grid-template-columns: repeat(7, 1fr);
  gap: 5px;
}

.product-details .day {
  padding: 10px;
  text-align: center;
  border: 1px solid #ccc;
  cursor: pointer;
}

/* .product-details .selected {
  background-color: #4caf50;
  color: white;
} */

.product-details .header {
  margin-bottom: 10px;
  display: flex;
  align-items: center;
  gap: 21px;
}

.product-details select {
  padding: 5px;
  width: 100%;
  outline: none;
}

.product-details .calender-main {
  padding: 15px;
  border: 1px solid #666;
  border-radius: 5px;
}



.product-details select{
 padding: 14px;
 outline: none;
}

.product-details .booknow{
  width: 100%;
  padding: 14px;
  border: none;
  text-transform: uppercase;
  border-radius: 60px;
  background-color: #232c3b;
  color: #fff;
}


.nab-info .nav-pills .nav-link.active{
	color: var(--bs-nav-pills-link-active-color);
	background-color: #232c3b;
}

.nab-info .nav-link{
  background-color: #000;
  color: #fff;
  width: 220px;
  padding: 15px;
  border-radius: 0;
}

.nab-info #pills-tab {
	gap: 18px;
	/* border-bottom: 1px solid aliceblue; */
	/* background: #000; */
	/* justify-content: center; */
	/* width: 63%; */
}

.nab-info #pills-tabContent {
	background: #1e1e1e;
	padding: 35px;
	color: #fff;
}
.nab-info #pills-tabContent  ul {
  list-style: disc;
  padding-left: 15px;
}

.nab-info #pills-tabContent  li{
  margin-bottom: 10px;
}

.nab-info table {
  border: 1px solid #ececec;
	border-color: #ececec;
	border-spacing: 0;
	margin-bottom: 1em;
	width: 100%;
}

.nab-info .bb {
	border-bottom: 1px solid #ececec;
  padding: 5px!important;
  
}

.nab-info th, .nab-info td{
  padding: 10px;
}
.nab-info .pv1 {
	border-right: 1px solid #e1e1e1;
}



.img-90{
  width: 60%;
}

.showed-holiday{
  background-color: #dfdfdf;
}
.showed-holiday .content a {
    font-size: 14px;
    display: block;
}

.showed-holiday .text-opacity{
  opacity: 0.8;
}

.showed-holiday .box-img{
  position: relative;
  overflow: hidden;
}

.showed-holiday .nav-box{
  display: flex;
  flex-direction: column;
  padding: 5px;
  background-color: #dfdfdf;
  position: absolute;
  right: -24%;
  top: 0;
    transition: 0.6s;
}
.showed-holiday:hover .nav-box{
  right: 0;
  transition: 0.6s;
}
.showed-holiday .nav-box a{
  font-size: 18px;
  display: flex;
  height: 35px;
  width: 35px;
  display: flex;
  align-items: center;
  justify-content: center;
  color: #000000;
}
#cab.home_sec3 .content img {
    width: 90px;
    margin-bottom: 10px;
    height: 90px;
    object-fit: contain;
}

.offer-sec h4{
  margin-bottom: 0;
  font-size: 18px;
}

.offer-sec p{
  font-size: 25px;
}

.offer-sec  h3{
  font-size: 45px;
  color: #f1e736;
}


.offer-sec p i{
 color: #f1e736;
}

.inner-acribean .content-2 p{
  font-size: 19px;
}

form.wpcf7-form.init p {
    margin-bottom: 0px !important;
	line-height:15px !important;
}



/* Accordion header - DEFAULT STATE (collapsed) */
.wpc-filters-section-313 .wpc-filter-header,
.wpc-filters-section-314 .wpc-filter-header {
  background-color: #fff; /* White */
  color: #000; /* Black text */
  border: 1px solid #000; /* Black border */
  padding: 12px 16px;
  font-weight: bold;
  cursor: pointer;
  display: flex;
  justify-content: space-between;
  align-items: center;
  
  transition: all 0.3s ease; /* Smooth transition */
}

/* ACTIVE STATE (expanded) */
.wpc-filters-section-313 .wpc-filter-header.active,
.wpc-filters-section-314 .wpc-filter-header.active,
.wpc-filters-section-313 .wpc-filter-header[aria-expanded="true"],
.wpc-filters-section-314 .wpc-filter-header[aria-expanded="true"] {
  background-color: #007bff; /* Blue */
  color: #fff; /* White text */
  border-color: #007bff; /* Optional: match border to blue */
}

/* Title text */
.wpc-filters-section-313 .wpc-filter-title,
.wpc-filters-section-314 .wpc-filter-title {
  flex-grow: 1;
}

/* Collapsed state - black icon */
.wpc-filters-section-313 .wpc-filter-title::after,
.wpc-filters-section-314 .wpc-filter-title::after {
  content: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 384 512'%3E%3Cpath fill='black' d='M192 384c-8.188 0-16.38-3.125-22.62-9.375l-160-160c-12.5-12.5-12.5-32.75 0-45.25s32.75-12.5 45.25 0L192 306.8l137.4-137.4c12.5-12.5 32.75-12.5 45.25 0s12.5 32.75 0 45.25l-160 160C208.4 380.9 200.2 384 192 384z'/%3E%3C/svg%3E");
  margin-left: 10px;
  width: 16px;
  height: 16px;
  display: inline-block;
  transition: all 0.3s ease;
}



/* Rotate icon on active */
.wpc-filters-section-313.active .wpc-filter-title::after,
.wpc-filters-section-314.active .wpc-filter-title::after {
  transform: rotate(180deg);
}

/* Hide content initially */
.wpc-filters-section-313 .wpc-filter-content,
.wpc-filters-section-314 .wpc-filter-content {
  display: none;
  background-color: #000; /* Black */
  padding: 15px;
  border-radius: 0 0 6px 6px;
  color: white;
}

/* Show content when active */
.wpc-filters-section-313.active .wpc-filter-content,
.wpc-filters-section-314.active .wpc-filter-content {
  display: block;
  animation: fadeIn 0.3s ease-in-out;
}

/* Optional animation */
@keyframes fadeIn {
  from { opacity: 0; }
  to { opacity: 1; }
}
.wpc-filters-main-wrap li.wpc-term-item a {
    text-decoration: none;
    font-weight: 400;
    outline: 0;
    padding-top: 0;
    padding-bottom: 0;
    font-size: 20px;
    color: #efe7ee;
}


/* To turn off or remove the "Showing the single result" */
.woocommerce-result-count {
    display: none !important;
}

.woocommerce img, .woocommerce-page img {
    height: auto;
    max-width: 100%;
    border-radius: 10px;
}
h2.woocommerce-Reviews-title {
    font-size: 15px;
    color: #ebdba1;
}


/* =================================================================================================================== */

.product-details textarea{
  width: 100%;
    padding: 15px;
    outline: none;
    height: 215px;
}
.mb-2 {
    margin-bottom: 0px !important;
}

.tour-details {
    height: 150px;
}
.destination-img{
	height:200px;
}