
/* --------------------------Top Bar---------------------------- */


#header {
  background: var(--blue);
}
.top-bar-contact a{
  font: 500 14px / 20px Rubik;
  letter-spacing: 0px;
  color: #000000;
  /* padding-left: 10px; */
}



  
  /* --------------- Search -------------- */

  

  .popup-box-on {
    display: block !important;
  }
  .off {
    display: none;
  }
  
  #search.open {
    opacity: 1;
    transform: translate(0px, 0px) scale(1, 1);
  }
  .header-search {
    position: relative;
    z-index: 1;
    cursor: pointer;
    padding-left: 48px;
  }
  .header-search::before {
    content: "";
    background: #261A1329;
    width: 1px;
    height: 24px;
    position: absolute;
    left: 24px;
    top: 0;
    bottom: 0;
  }
  .newsletter-form input[type="submit"]:hover {
    background: #36322F;
    transition: 0.6s ease-in-out;
  }
  #search {
    background-color: #fff;
    right: 0;
    position: absolute;
    transition: all 0.5s ease-in-out 0s;
    z-index: 2000;
    border-radius: 3px;
    overflow: 15px;
    padding: 0px 20px 0 3px;
    top: 54px;
    box-shadow: 0px 2px 2px 0px #00000040;
  }
  .search-submit i {
    color: var(--yellow);
    font-size: 16px;
  }
  .header-menus-search .search-form [type="search"] {
    outline-offset: -2px;
    -webkit-appearance: textfield;
    border: unset;
  }
  .search-field::placeholder {
    font-family: Nunito Sans;
    font-weight: 500;
    font-size: 15px;
    line-height: 21.3px;
    letter-spacing: 0%;
    color: #0009;
  }
  .search-submit {
    border: unset;
    background: unset;
    color: #62C3E7;
    font-size: 18px;
  }
  #search .close {
    color: #FFF !important;
    font-size: 25px !important;
    opacity: 1;
    padding: 10px 17px;
    position: absolute;
    top: 0;
    top: -14px;
    margin: 0;
    padding: 0;
    right: -12px;
    background: var(--black);
    border-radius: 40px;
    width: 30px;
    height: 30px;
    display: flex;
    align-content: center;
    align-items: center;
    justify-content: center;
  }
  button.close {
    background: transparent none repeat scroll 0 0;
    border: 0 none;
    cursor: pointer;
  }
  #footer_box h4 {
    font-family: Raleway;
    font-weight: 600;
    font-size: 20px;
    line-height: 14px;
    letter-spacing: 0%;
    color: var(--white);
  }
  input#term {
    background: rgba(0, 0, 0, 0) none repeat scroll 0 0;
    border: 0 none;
    color: #333;
    font-family: "Open Sans",sans-serif;
    font-size: 50px;
    font-weight: 300;
    margin: -51px auto 0;
    outline: medium none;
    padding-left: 30px;
    padding-right: 30px;
    position: absolute;
    text-align: center;
    top: 50%;
    width: 100%;
  }
  #search .btn {
    left: 50%;
    margin-top: 60px;
    padding: 10px 50px;
    position: absolute;
    top: 50%;
    transform: translateX(-50%);
  }
  .btn-lg , .btn-group-lg > .btn {
    border-radius: 153px !important;
    font-size: 29px;
  }
  .btn-site {
    background: #be5254 none repeat scroll 0 0;
    color: #fff !important;
  }


.top-bar-contact a:hover{
  color: #339D55;
}
.top-bar-contact img{
  height: 100%;
  width: 100%;
  max-width: 85%;
}
.slider-spider-img{
 position: absolute;
 left: 0;
top:0;
z-index: -1;
}
#header{
  padding: 10px 0;
}
.topbar-title h6 {
  font-family: var(--font-three);
  font-weight: 500;
  font-size: 14px;
  line-height: 10px;
  letter-spacing: 0%;
  color: var(--black);
}
#vw-topbar {
  padding: 10px 0;}
.topbar-social-icons a i {
  width: 48px;
  height: 36px;
  background: var(--black);
  color: var(--white);
  border-radius: 6px;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 16px;
  margin-left: 10px;

}
.topbar-social-icons a i:hover {
  background: #FFB703;
  transition: .4s ease-in-out;
}
.topbar-social-icons {
  display: flex;
  align-items: center;
  justify-content: end;
}
/* --------------------------Header---------------------------- */
.head-togle{
  text-align: end;
  align-items: center;
  display: flex;
  /* justify-content: end; */
  padding: 0;
}
#sidebar1, .mobile-menu, .sub-menu {
    display: none;
}
#header_widgets .header_title{
  margin: 0;
    padding: 0;
    color: #fff;
    position: relative;
}
.header_title::after
{
  content: "";
  position: absolute;
  border-bottom: 1px solid #fff;
   top: 0;
   /* left: 0; */
   right: 0;
   bottom:0;
   width:83px;
}
.menubar {
  -webkit-transition: all 0.5s ease;
  -moz-transition: position 10s;
  -ms-transition: position 10s;
  -o-transition: position 10s;
  transition: all 0.5s ease;
}
#header .logo, #footer .logo {
  margin: 0;
  padding: 16px 0;
}

.scrolled {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  z-index: 9999999;
  background-color: #F82938;
  padding: 0px 10px;
  height: 75px;
}
.scrolled .innermenubox
{
  /* float: right !important; */
}

.header-book-button a {
  font-family: var(--font-one);
  font-weight: 700;
  font-size: 16px;
  line-height: 12px;
  letter-spacing: 0%;
  color: var(--white);
  background: #FFB703;
  padding: 18px 36px;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 3px;
  position: relative;
  z-index: 1;
}
.footer-payment-img {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.header-book-button a::before {
  content: "";
  position: absolute;
  margin: auto;
  width: 0%;
  height: 0%;
  /* background-color: black; */
  border-radius: unset;
  transition: all 0.5s;
  top: 0;
  bottom: 0;
  z-index: -1;
}
.header-book-button a:hover::before {
  background-color: var(--white);
  width: 100%;
  height: 100%;
  transition: all 0.5s;
  border-radius: 3px;

}
.header-book-button a:hover {
  color: var(--black);

}
.wpcf7-response-output {
  font-size: 13px;
  font-weight: 600;
  text-align: center;
  padding: 8px !important;
  font-family: var(--font-three);
}



/*----------------Menu bar-----------*/
@keyframes smoothScroll {
  0% {
    transform: translateY(-40px);
  }
  100% {
    transform: translateY(0px);
  }
}
ul.list_nav {
  margin: 0 auto;
  text-align: center;
  display: block;
}
.header-menus-search {
  display: flex;
  align-items: center;
  justify-content: center;
  position: relative;
}
.header-search span i {
  color: var(--white);
  font-size: 16px;
}
.main-navigation li {
  position: relative;
  display: inline-block;
  cursor: pointer;
  padding: 12px 30px;
    color: var(--white);
}
.primary_nav{
  display: flex;
  justify-content: space-evenly;
}
.main-navigation a {
  display: block;
  text-decoration: none;
  font-family: var(--font-one);
  font-weight: 400;
  font-size: 16px;
  line-height: 12px;
  letter-spacing: 0%;
  color: var(--white);
  position: relative;
  letter-spacing: 0.50px;
}
.main-navigation a:hover{
  color: #FFB703;
}
.primary_nav>li:hover>.sub-menu{
  display: block;
  position: absolute;
  gap: 25px;
  left: -1px;
  top: 40px;
  opacity: 0;
  pointer-events: none;
  z-index: 25;
  white-space: nowrap;
  min-width: 210px;
  transition: all .5s ease-in-out;
  border: 2px solid #9646A4;
}

#sidebar1, .mobile-menu, .sub-menu{
  display: none;
}
.primary_nav>li:hover>.sub-menu{
  opacity: 1;
  pointer-events: all;
}

.primary_nav>li>ul {
    background: var(--color-white);
    z-index: 2;
    box-shadow: 0 3px 6px #00000029;
    background: #fff;
}

.primary_nav>li:hover>ul ul {
    display: block;
}
.primary_nav>li>ul>.menu-column-title>a {
    font: normal normal 600 18px/22px Open Sans;
    margin-block: 15px;
    display: inline-block;
}
.primary_nav>li>ul>li a {
  font: 600 14px/20px Poppins;
  letter-spacing: 0px;
}
.side-navigation ul li.current_page_item {
    border: 2px solid #fff;
    border-radius: 50px;
    background: #566e89;
    padding: 4px 26px;
    margin: 20px;
}


.main-navigation ul ul li, .menubar.scrolled .main-navigation ul ul li {
  float: none;
  display: block;
  text-align: left
}
.primary_nav>li>ul>li a:hover{
  color: var(--blue);
  transform: translateX(16px);
  transition: 0.5s all;
}
.main-navigation ul ul li:last-child {
  border-bottom: 0;
}

.header-menus-search .search-form [type="search"]{
  background: unset !important;
  padding: 18px 31px 18px 12px;
}
#menu-primary-menu>.menu-item-has-children::before {
  content: "\f078";
  font-family: 'font awesome 5 free';
  font-weight: 800;
  position: absolute;
  right: 10px;
    bottom: 0;
  top: 0;
  font-size: 12px;
  bottom: 0;
  margin: auto;
  display: flex;
  align-items: center;
}

.sub-menu li{
  padding: 15px 10px;
}
#header .sub-menu{
  transition: all 0.01ms;
  animation: pulse 0.6s ease-in-out;
  transform-origin: top center;
  background-color: var(--yellow);
  border-radius: 6px;
  border-radius: 3px;
  box-shadow: 0px 0px 6px #A97DFF;
  border: 1px solid #C9C9C9;
  box-shadow: 0px 2px 2px 0px #00000040;
  margin: 12px 0;
  position: absolute;
  width: 200px;
  top: 26px;
}
#header .sub-menu .menu-loader-one,#header .sub-menu a::after{
  display: none;
}
.offcanvas{
  background-color: #1E1E1E;
  padding-top: 3%;
    padding-left: 15px;
}
.offcan-content p{
  color: #fff;
}
.btn-close{
  content: '\f077';
  font-family: "font awesome 6 free";
  background-image: unset !important;
  height: unset !important;
  width: unset !important;
  opacity: 1 !important;
}
.contact-details h6,.icon-social i{
  color: #fff;
}
.btn-close i{
  font-size: 30px;
  color: #fff;
}
.btn-close:hover{
  opacity: 1 !important;
}
.offcanvas-header{
  justify-content: end;
}
.contact-details a{
  font: 400 15px / 30px Montserrat;
    color: #fff;
}
.offcan-social-media-plateform{
  display: flex;
  gap: 10px;
}

.offcan-social-media-plateform i:hover{
  background: #121212;
}
.login-sidebar-wrap .btn-check:focus+.btn,.login-sidebar-wrap  .btn:focus{
  box-shadow:unset;
}
.login-sidebar-wrap>img{
  border-radius: 50%;
}
/*---------------- Footer Section ----------------------*/
.footer-top {
  padding-bottom: 50px;
}
.footer-top-col h3 {
  font-size: 20px;
  font-weight: bold;
}
.outer-footer {
  background-size: 100% 100%;
}
.top-social-icon .topbar-number-text, .top-social-icon .topbar-email-text {
      z-index: 1;
}
.copyright-outer .term-info{
    font-family: Inter;
    font-size: 16px;
    font-weight: 300;
    line-height: 19px;
    letter-spacing: 0em;
    text-align: left;
    color: #fff;
}


#footer{
  position: relative;
  z-index: 0;
}
#footer_box {
  text-align: left;
  color: #fff;
  background-size: cover;
  background-repeat: no-repeat;
  background: var(--blue);
  width: 100%;
}

.footer_hide {
  display: none;
}
.footer-top-col {
  border-left: solid 5px var(--orange);
  padding-left: 15px;
}

#footer ul {
  margin: 0;
  padding-top: 46px;
}
#footer ul li {
  list-style: none;
  margin: 0 0 5px 0;
  padding: 5px;
}
#footer ul li a,.about_me .widget_wpb_widget a {
  font-family: Nunito;
  font-weight: 500;
  font-size: 16px;
  line-height: 21.82px;
  letter-spacing: 0%;
  color: var(--white);
}
#footer ul li a:hover,.about_me .widget_wpb_widget a:hover{
  color: var(--yellow);
}
.faq-left-image {
  animation: shake 14s linear infinite;
  transition-delay: 3s;
}
.copyright p{
  font-family: var(--font-two);
  font-weight: 600;
  font-size: 14px;
  line-height: 10px;
  letter-spacing: 0%;
  color: var(--white);
}
.copyright a{
  font: normal normal normal 16px / 23px var( --font-two);
  letter-spacing: 0px;
  color: #FFFFFF;
}
.widget_recent_entries img {
  width: 100px;
}
.copyright {
  background: #001025;
}


#footer_box{
  padding:7% 0 6% 0;
  position: relative;
  z-index: 1;
}
#footer_box::after {
  content: "";
  width: 44%;
  height: 100%;
  background: var(--yellow);
  position: absolute;
  bottom: 0;
  right: 0;
  z-index: -1;
}



#footer_box .widget_text p{
  font-family: Nunito;
  font-weight: 400;
  font-size: 16px;
  line-height: 34px;
  letter-spacing: 0%;
  color: var(--white);
  padding-top: 17px;

}

.custom-social-icons{
  display: flex;
  gap: 10px;
  justify-content: center;
}
#footer .social_widget i{
  background: #FFFFFF;
height: 35px;
width: 35px;
line-height: 35px;
text-align: center;
color: #000;
border-radius: 5px;
font-size: 18px;
}
#footer .social_widget i:hover{
  background: var(--red);;
  color: #fff;
}
.custom-social-icons a span{
  display: none;
}
.footer-last-box-bottom {
  position: absolute;
  left: 30px;
  bottom: 0;
  transform: translateY(140px);
}
.footer-last-box{
  position: relative;
}
.footer-top-image img{
  position: absolute;
  right: 0;
  top: 0;
  width: 44%;
  height: 299px;
  object-fit: cover;
}
.footer-mid{
  display: flex;
  flex-direction: column;
  gap: 20px;
  text-align: left;
  width: 100%;
  max-width: 80%;
  margin: 0 auto;
}
a.social_icon{
  background: #fff;
  width: 40px;
  height: 40px;
  line-height: 23px;
  text-align: center;
  display: flex;
  align-items: center;
  justify-content: center;
}
a.social_icon:hover {
  background: #FFB703;
  transition: 0.6s ease-in-out;
}
a.social_icon:hover i{
  color: #fff;

}
a.social_icon i{
  color: #000;
  font-size: 19px;
  line-height: 25px;
  animation: tada 3s linear infinite;
}



#footer  .social_icon3 i{
  color: var(--black);
}