/* 
#632a7e  eminence
#280e3b valentino
*/
@import url("https://fonts.googleapis.com/css?family=Lobster|Righteous");
@import url("https://fonts.googleapis.com/css?family=Montserrat:600");
@import url("https://fonts.googleapis.com/css?family=Dosis|Oswald:700|Poppins");
@import url("https://fonts.googleapis.com/css?family=Luckiest+Guy|Pacifico");
@import url("https://fonts.googleapis.com/css?family=Passion+One");
@import url("https://fonts.googleapis.com/css?family=Montserrat:400,900");
/* 
font-family: 'Pacifico', cursive;
font-family: 'Luckiest Guy', cursive;
font-family: 'Oswald', sans-serif;
font-family: 'Poppins', sans-serif;
font-family: 'Dosis', sans-serif;
font-family: 'Passion One', cursive;
font-family: 'Montserrat', sans-serif;
*/
.sareng_top_head_text {
  padding: 24px;
}
.sareng_heading_text {
  font-weight: 900;
  font-family: "Montserrat", sans-serif;
  font-size: 55px;
  letter-spacing: 2px;
  padding: 3px;
}
.sareng_heading_sub_text {
  font-weight: 500;
  font-family: "Poppins", sans-serif;
  font-size: 18px;
  letter-spacing: 5px;
  padding: 3px;
}
.sareng_heading_msg_text {
  font-weight: 400;
  font-family: "Montserrat", sans-serif;
  font-size: 23px;
  letter-spacing: 1px;
  padding: 3px;
}
.sareng_services {
  padding-left: 15px;
  padding-right: 15px;
  padding-top: 25px;
  padding-bottom: 25px;
}
.sareng_service_text {
  font-weight: 400;
  font-family: "Montserrat", sans-serif;
  font-size: 40px;
  letter-spacing: 2px;
  padding: 3px;
}
#f_icons {
  height: 130px;
}
.sareng_e_text_side {
  padding-top: 100px;
  padding-left: 50px;
  height: 500px;
}
.sareng_e_text_side > span {
  font-family: "Passion One", cursive;
  font-size: 74px;
}
#sareng_e_img {
  height: 500px;
  width: 100%;
}
.side-nav {
  z-index: 1009;
}
html {
  color: rgba(80, 80, 80, 0.87);
  /* line-height: 26px; */
}
body {
  overflow-x: hidden;
  padding-left: 2px;
  padding-right: 2px;
}
body,
span,
p {
  font-family: "Poppins", sans-serif;
  font-weight: 400;
  color: black;
}
a {
  color: inherit;
  text-decoration: none;
}
a:hover,
a:visited,
a:focus {
  color: inherit;
  text-decoration: none;
}
.full_page {
  position: relative;
}
.sidebar {
  background: white;
  width: 6%;
  height: 100vh;
  position: fixed;
  top: 0;
  left: 0;
  z-index: 999;
}
.sidebar_two {
  /* background: orange; */
  width: 94%;
  height: 100%;
  position: relative;
  top: 0;
  left: 6%;
}
.img {
  position: relative;
  transform: rotate(-90deg);
  top: 35%;
  left: -1%;
  padding: 0.7rem;
  height: 75px;
  font-size: 2rem;
}
.img > img {
  height: 75px;
  /* width: 180px; */
}
.click_button {
  height: 100px;
  width: 100%;
  position: relative;
  top: 0%;
  left: 0;

  background: white;
}
.click_button_m {
  height: 55px;
  width: 100px;
  position: relative;
  top: 0%;
  right: 0;
  background: white;
}
.icon,
.icon_m {
  width: 35px;
  height: 45px;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  transition: 0.5s;
  cursor: pointer;
}
.hamburger {
  width: 30px;
  height: 5px;
  background-image: linear-gradient(
    to right top,
    #494090,
    #4358aa,
    #3970c2,
    #2988d7,
    #12a0eb
  );
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  box-shadow: 0 2px 5px rgba(0, 0, 0, 0.2);
  transition: 0.5s;
  cursor: pointer;
}
.hamburger::before,
.hamburger::after {
  content: "";
  position: absolute;
  width: 30px;
  height: 5px;
  background-image: linear-gradient(
    to right top,
    #494090,
    #4358aa,
    #3970c2,
    #2988d7,
    #12a0eb
  );
  box-shadow: 0 2px 5px rgba(0, 0, 0, 0.2);
  transition: 0.5s;
}
.hamburger::before {
  top: -10px;
}
.hamburger::after {
  top: 10px;
}
.icon.activeicon .hamburger,
.icon_m.activeicon .hamburger {
  background: rgba(0, 0, 0, 0);
  box-shadow: 0 2px 5px rgba(0, 0, 0, 0);
}
.icon.activeicon .hamburger::before,
.icon_m.activeicon .hamburger::before {
  transform: rotate(45deg);
  top: 0;
}
.icon.activeicon .hamburger::after,
.icon_m.activeicon .hamburger::after {
  transform: rotate(135deg);
  top: 0;
}
.recentEvent {
  position: absolute;
  bottom: 0%;
  left: 0%;
  height: 70px;
  width: 100%;
  text-align: center;
}
#notify {
  cursor: pointer;
}
.side_menu_bar {
  height: 100vh;
  width: 0%;
  background: white;
  /* background-image: linear-gradient(
    to right top,
    #494090,
    #4358aa,
    #3970c2,
    #2988d7,
    #12a0eb
  ); */
  position: fixed;
  z-index: 999;
  top: 0;
  left: 6%;
  transition: 0.4s;
  overflow-x: hidden;
  padding-top: 7%;
  cursor: pointer;
}
.side_menu_bar_active {
  width: 30%;
}

.side_menu_bar a {
  padding: 10px 10px 18px 50px;
  text-decoration: none;
  font-size: 30px;
  display: block;
  transition: 0.3s;
  font-weight: 300;
  color: rgb(97, 93, 93);
}
.side_menu_bar a:hover {
  color: black;
}
.side_menu_bar a i {
  font-size: 30px;
  transition: 0.3s;
  color: black;
}
.side_menu_bar a:hover i {
  color: rgb(45, 54, 118);
}
.side_menu_bar_two,
.side_menu_bar_three,
.side_menu_bar_four {
  height: 100vh;
  width: 0%;
  position: fixed;
  z-index: 9999;
  top: 0;
  left: 36%;
  transition: 0.4s;
  overflow-x: hidden;
}
.side_menu_bar_two {
  padding-top: 5%;
}
.side_menu_bar_three {
  padding-top: 20%;
}
.side_menu_bar_four {
  padding-top: 20%;
}
.side_menu_bar_two a,
.side_menu_bar_three a,
.side_menu_bar_four a {
  padding: 10px 10px 4px 50px;
  text-decoration: none;
  font-size: 20px;
  display: block;
  transition: 0.3s;
  transition: 0.3s;
  font-weight: 300;
  color: rgb(97, 93, 93);
}
.side_menu_bar_two a:hover,
.side_menu_bar_three a:hover,
.side_menu_bar_four a:hover {
  color: black;
}
.side_menu_bar_active_two,
.side_menu_bar_active_three,
.side_menu_bar_active_four {
  width: 30%;
}
#sub_menu_one i {
  /* font-size: 50px;
  margin: 7px; */
}

.caption1,
.caption2,
.caption3 {
  position: absolute;
  top: 35%;
  left: 15%;
  color: white;
}
.caption1 h1 {
  font-family: "Poppins", sans-serif;
}
.caption2 h1 {
  font-family: "Poppins", sans-serif;
}
.caption3 h1 {
  font-family: "Poppins", sans-serif;
}
#t_one {
  font-size: 4.5rem;
}
.msg {
  height: auto;
  width: 100%;
  padding-top: 135px;
}
.self_title {
  font-size: 55px;
  margin: 0;
  font-family: "Dosis", cursive;
  font-weight: 600;
}
.self_sub_title {
  font-size: 17px;
  margin: 0;
  font-family: "Poppins", cursive;
  font-weight: 300;
}
.line {
  height: 3px;
  width: 150px;
  background-image: linear-gradient(
    to right top,
    #494090,
    #4358aa,
    #3970c2,
    #2988d7,
    #12a0eb
  );
  text-align: center;
  margin-top: 10px;
  margin-bottom: 55px;
}
.msg_text {
  text-align: justify;
  text-justify: inter-word;
  color: rgb(97, 94, 94);
  font-size: 23px;
  margin-left: 20px;
  margin-right: 10px;
}
.img_bar {
  position: relative;
  height: 550px;
}
.first_img > img,
.second_img > img {
  height: 350px;
  /* width: 400px; */
}
.first_img,
.second_img {
  position: absolute;
  top: 5%;
  left: 10%;
}
.first_img {
  z-index: 1;
}
.second_img {
  z-index: 2;
  top: 20%;
  left: 40%;
}

.tag_line {
  font-size: 70px;
  position: relative;
  top: 66%;
  z-index: 99;
  font-weight: bold;
  font-family: "Lobster", cursive;
}
.tag_line2,
.tag_line3 {
  font-size: 20px;
  position: relative;
  top: 15%;
  z-index: 99;
  font-weight: bold;
  font-family: "Oswald", sans-serif;

  color: #feffff;
  padding-top: 100px;
}
.tag_line2 > span {
  font-size: 65px;
  font-family: "Righteous", cursive;
  letter-spacing: -3px;
}
#sareng_p_one {
  height: 250px;
  margin-top: 5px;
  /* margin-left: 70px; */
  /* width: 100%; */
}
#sareng_p_two {
  height: 250px;
  /* width: 100%; */
  /* margin-top: 30px; */
  /* margin-right: 70px; */
}
.s_title,
.s_head {
  font-family: "Montserrat", sans-serif;
  margin-top: 0.1rem;
  color: black;
  font-weight: 900;
}
.tag_line_details {
  font-size: 70px;
  position: absolute;
  bottom: 5%;
  left: 5%;
  z-index: 99;
  font-weight: bold;
  font-family: "Lobster", cursive;
}
/*................ details page ........*/

/*................. details page ....................*/
.parallax img {
  opacity: 1;
}
.cat_img_box > img {
  height: 470px;
}
.cat_text {
  height: 290px;
  font-family: "Dosis", sans-serif;
  color: black;
}
#d {
  padding-top: 30px;
}
#loc_logo_icon {
  font-size: 2rem;
  position: absolute;
  top: 40%;
  left: 50%;
  transform: translate(-50%, -50%);
  color: white;
  font-size: 55px;
}
.he_all {
  margin-left: 30px;
  margin-right: 30px;
}
#p_i_height {
  height: 260px;
}
#pp_i_height {
  height: 390px;
}
#pp2_i_height {
  height: 220px;
  border-radius: 0%;
}
.categories_section {
  /* background-image: url("../img/topography.png"); */
  padding-bottom: 100px;
}

/* .........packages sections ..................*/
#package_box {
  box-sizing: border-box;
  box-shadow: 0 2px 2px 0 rgba(0, 0, 0, 0.14), 0 1px 5px 0 rgba(0, 0, 0, 0.12),
    0 3px 1px -2px rgba(0, 0, 0, 0.2);
}
#package_box_content {
  padding: 26px;
}
.card-images > img {
  height: 284px;
  width: 100%;
  padding-top: 22px;
}
.mb_all {
  color: black;
}
.days > i,
.night > i {
  font-size: 20px;
  margin-right: 5px;
}
.days > span,
.night > span {
  font-size: 15px;
  margin-right: 0px;
  color: black;
}
.location > span {
  font-family: "Dosis", sans-serif;
  font-size: 20px;
  font-weight: 600;
}
.package_price > span {
  font-size: 23px;
  font-weight: 600;
  font-family: "Oswald", sans-serif;
}
.card-image > #pack_img {
  height: 340px;
  width: 400px;
}
/* ................packages sections ................*/
/* .............event sections.............. */
.sareng_event_sec {
  height: auto;
  width: 100%;
  /* background-color: rgb(173, 80, 240); */
  padding-bottom: 70px;
}
#ev1 {
  height: 350px;
  width: 100%;
  margin-top: 30px;
}
.u_ev_c {
  font-family: "Pacifico", cursive;
}
.u_ev_n {
  font-family: "Montserrat", sans-serif;
  font-size: 40px;
  letter-spacing: 3px;
  font-weight: 500;
}
/* 
font-family: 'Pacifico', cursive;
font-family: 'Luckiest Guy', cursive;
font-family: 'Oswald', sans-serif;
font-family: 'Poppins', sans-serif;
font-family: 'Dosis', sans-serif;
font-family: 'Passion One', cursive;
font-family: 'Montserrat', sans-serif;
*/
.sareng_evt_image {
  height: auto;
  width: 100%;
}
.sareng_evt_text {
  padding-top: 50px;
  padding-bottom: 50px;
}
.sareng_evt_date {
  font-family: "Poppins", sans-serif;
  font-size: 70px;
}
.sareng_evt_month {
  font-family: "Poppins", sans-serif;
  font-size: 20px;
}
.sareng_evt_name {
  font-family: "Pacifico", cursive;
  color: green;
}
.sareng_evt_text_one {
  padding-right: 20px;
  padding-left: 20px;
}
.sareng_evt_days_plan {
  font-weight: 500;
  font-family: "Poppins", sans-serif;
  font-size: 18px;
  letter-spacing: 5px;
  padding: 3px;
}
.sareng_evt_price {
  font-weight: 900;
  font-family: "Montserrat", sans-serif;
  font-size: 55px;
  letter-spacing: 2px;
  padding: 3px;
}
.event_title_text {
  font-weight: 600;
  font-family: "Poppins", sans-serif;
  font-size: 16px;
  color: black;
}
.event_price_text {
  font-weight: 600;
  font-size: 30px;
  font-family: "Poppins", sans-serif;
}
.event_icons > i {
  font-size: 33px;
}
#sareng_event_img {
  height: 430px;
  width: 100%;
  margin: 5px;
}

/* 
font-family: 'Pacifico', cursive;
font-family: 'Luckiest Guy', cursive;
font-family: 'Oswald', sans-serif;
font-family: 'Poppins', sans-serif;
font-family: 'Dosis', sans-serif;
*/
.sareng_evnt_title {
  font-family: "Pacifico", cursive;
}
.sareng_event_price {
  font-family: "Luckiest Guy", cursive;
  color: black;
}
/* ..............event sections.............. */
/* ...................................... */

/* .........................countdown ..............*/
.countdown_clock {
  padding: 20px;
  padding-left: 40px;
  font-family: "Poppins", sans-serif;
  color: #000000;
  z-index: 999;
  font-weight: bold;
}
.l_name_event {
  font-size: 50px;
}
#clock {
  display: flex;
  width: 100%;
  margin: 0 auto;
}
#clock div {
  position: relative;
  width: 25%;
  padding: 7px;
  margin: 5px 5px;
  background: rgb(0, 0, 0);
  color: white;
  /* border: 2px solid rgb(0, 0, 0); */
  border-radius: 5%;
}
#clock div:last-child {
  background: rgb(243, 255, 8);
  color: rgb(12, 12, 12);
}
#clock div:before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 50%;
  background: rgba(255, 255, 255, 0.2);
}
#clock div span {
  display: block;
  text-align: center;
  font-weight: bold;
  font-family: "Anton", sans-serif;
  font-size: 23px;
}

/* ........................countdown ..............*/
/* ...................details page................. */

.table-of-contents a {
  height: 4.5rem;
}
.table-of-contents a.active {
  font-weight: 500;
  padding-left: 18px;
  border-bottom: 2px solid indigo;
  border-left: 0;
}
.table-of-contents li {
  padding: 0px 0;
}
.table-of-contents a:hover {
  color: #a8a8a8;
  padding-left: 19px;
  border-left: 0px;
}
.block {
  height: 100px;
}
nav ul li a:hover,
nav ul li a.active {
  background-color: rgba(0, 0, 0, 0.1);
}
footer {
  padding-left: 0;
}

.pin-top {
  position: relative;
}

.pin-bottom {
  position: relative;
}

.pinned {
  position: fixed !important;
}
nav ul li a.active {
  background-color: rgba(0, 0, 0, 0);
}
nav ul a {
  font-size: 1.3rem;
  padding: 28px 15px;
}
.section {
  padding-top: 0rem;
  padding-bottom: 1rem;
}
nav {
  z-index: 999;
}
.bow {
  margin-top: 10px;
  margin-bottom: 10px;
}

/* ...............all sections header............. */
.header {
  padding-top: 10px;
}
.detail_header {
  font-size: 50px;
  font-weight: 600;
  font-family: "Dosis", cursive;
  padding: 0;
}
.detail_text {
  font-size: 25px;
  font-weight: 300;
  font-family: "Poppins", sans-serif;
}
.detail_sub_text {
  font-weight: 300;
  font-family: "Poppins", sans-serif;
}
/* ...............all sections header............. */
.ga_section {
  padding-top: 50px;
  padding-bottom: 10px;
}
.st_card_section {
  height: 200px;
  width: 100%;
  padding-top: 40px;
}
.info_text {
  padding-left: 30px;
  padding-right: 30px;
  text-align: justify;
}
.t_s_title {
  margin-right: 10px;
  color: indigo;
  background: white;
  padding: 20px;
  border: 1px solid black;
  border-radius: 50%;
}
.tabs .tab a {
  color: rgba(255, 251, 251, 0.7);
}
.tabs .tab a.active {
  color: rgba(255, 251, 251, 0.7);
}
.input-field label {
  color: white;
}
/* .....................details page.............. */
/* .....................review section .......*/
.owl-theme .owl-nav {
  margin-top: 10px;
  display: none;
}
.owl-theme .owl-dots .owl-dot.active span,
.owl-theme .owl-dots .owl-dot:hover span {
  background: #feffff;
}
.owl-theme .owl-dots .owl-dot span {
  background: #000000;
}
.owl-theme .owl-dots,
.owl-theme .owl-nav {
  text-align: center;
  -webkit-tap-highlight-color: transparent;
  margin-top: 10px;
}
.review {
  height: auto;
  background: #000000;
  padding-top: 30px;
  padding-bottom: 30px;
  background: url("../img/3.jpg");
  background-attachment: fixed;
  background-position: center;
}
.review_card {
  height: 240px;
  width: 50%;
  padding: 30px;
  margin: 0 auto;
}
.review_img img {
  margin-top: 15px;
}
#r-id {
  height: 100px;
  width: 100px;
  border-radius: 50%;
}
/* ................review section ..............*/
/* ......................footer ..............*/
.sareng_new_box {
  padding: 40px;
  font-family: "Poppins", sans-serif;
  /* 
 font-family: "Pacifico", cursive;
font-family: 'Luckiest Guy', cursive;
font-family: 'Oswald', sans-serif;
font-family: 'Poppins', sans-serif;
font-family: 'Dosis', sans-serif;
*/
}
.footer {
  height: 100%;
  width: 100%;
  background: #1f1b3f;
  padding-top: 80px;
  padding-bottom: 10px;
  font-weight: 600;
}
.sareng_social_net {
  padding-top: 30px;
  padding-bottom: 30px;
  background-color: white;
  height: auto;
  padding-left: 10px;
  padding-right: 10px;
}
.sareng_social_net_text {
  font-weight: 500;
  font-size: 22px;
}
.sareng_links > i {
  margin-right: 15px;
  font-weight: bold;
  font-size: 28px;
  cursor: pointer;
}
.footer_logo {
  height: 100px;
  width: 100px;
}
.copyright {
  height: 100px;
  width: 100%;
  background: #1f1b3f;
}
.ic_marge {
  margin: 10px;
  color: white;
}
.in_img > img {
  height: 80px;
  width: 100%;
}
/* ...................footer style ...................*/

/*................ packges page...........*/
.filterButton {
  margin: 5px;
}
/* .............packages pages .....................*/

/*................... our team pages ................*/
.img_box {
  position: relative;
  overflow: hidden;
  transition: all 0.5s ease-in-out;
}
.img_box img {
  height: 220px;
  position: relative;
  width: 100%;
  overflow: hidden;
  transition: all 0.5s ease-in-out;
}
.about_div {
  height: 220px;
  width: 100%;
  background: black;
  position: absolute;
  bottom: -318px;
  left: 0;
  z-index: 99999;
  opacity: 0.5;
  transition: all 0.5s ease-in-out;
  color: white;
  padding-top: 80px;
  padding-left: 50px;
  font-size: 15px;
}
.img_box:hover .about_div {
  bottom: 0;
}
/* ............our team pages ............*/
/* ...................about us page......... */
.sareng_logo {
  padding-top: 140px;
  padding-bottom: 100px;
}
.sareng_logo > img {
  height: 320px;
  width: 100%;
  position: relative;
  left: -130px;
}
.about_section {
  padding-top: 50px;
  padding-bottom: 10px;
}
.about_service {
  height: 200px;
  width: 100%;
  padding-top: 40px;
}
.about_service > img,
#png {
  height: 100px;
}
/* ...................about us page......... */
@media (min-width: 320px) and (max-width: 991.98px) {
  .sareng_top_head_text {
    padding: 10px;
  }
  .sareng_heading_text {
    font-size: 34px;
    letter-spacing: 2px;
  }
  .sareng_heading_sub_text {
    font-size: 14px;
  }
  .sareng_heading_msg_text {
    font-size: 17px;
  }
  .countdown_clock {
    padding-top: 20px;
    padding: 6px;
    padding-left: 0px;
  }
  #clock div {
    padding: 5px;
    margin: 3px 3px;
  }
  #clock div span {
    display: block;
    text-align: center;
    font-weight: bold;
    font-family: "Anton", sans-serif;
    font-size: 22px;
  }
  .table-of-contents a {
    height: 3.5rem;
  }
  #pp_i_height {
    height: 260px;
  }
  .sidebar {
    width: 0;
  }
  .sidebar_two {
    width: 100%;
    left: 0%;
  }
  .tag_line {
    font-size: 45px;
  }

  .img_box img {
    height: 305px;
  }
  .about_div {
    height: 305px;
    width: 100%;
    padding-top: 120px;
    padding-left: 95px;
    font-size: 18px;
  }
  .review_card {
    width: 80%;
    left: 50%;
  }
  .self_title {
    font-size: 42px;
  }
  html {
    font-size: 13px;
  }

  .cat_img_box > img {
    height: 310px;
    width: 100%;
  }

  .second_img {
    left: 30%;
  }
  .ccc > img {
    height: 283px;
  }
  .card-images > img {
    height: 240px;
    width: 100%;
  }
  .card.horizontal .card-image {
    max-width: 100%;
  }
  .mb_all {
    color: white;
  }
  .card.horizontal .card-stacked {
    background: rgba(125, 53, 106, 0.34);
  }
  #e_img_intro {
    height: 250px;
    width: 100%;
  }
  .l_name_event {
    font-size: 30px;
  }
  .event_title_text {
    font-size: 20px;
  }
  .event_price_text {
    font-size: 19px;
  }
  .event_icons > i {
    font-size: 28px;
  }
  #ev1 {
    height: 150px;
  }
  .u_ev_n {
    /* font-family: "Luckiest Guy", cursive; */
    font-size: 33px;
    letter-spacing: 2px;
  }
  #sareng_event_img {
    height: 250px;
    margin: 0px;
  }
  .sareng_evnt_text {
    padding-top: 10px;
    padding-right: 5px;
    padding-left: 5px;
  }
  .caption1 {
    top: 20%;
    left: 0%;
  }
  .tag_line2 > span {
    font-size: 43px;
    font-family: "Righteous", cursive;
    letter-spacing: 2px;
  }
  #sareng_p_one {
    height: 150px;
    width: 100%;
  }
  #sareng_p_two {
    height: 150px;
    width: 100%;
  }
}
p::selection,
span::selection,
h1::selection {
  background-color: rgb(4, 22, 139);
  color: rgb(255, 255, 255);
}
/* @media only screen and (min-width: 992px) {
  html {
    font-size: 11.5px;
  }
} */
#l_back_image {
  height: 200px;
  width: 100%;
}
.side-nav .user-view .circle {
  height: 55px;
  width: 55px;
}
.side-nav .collapsible-header,
.side-nav.fixed .collapsible-header {
  padding: 0 35px;
}
#alert_box {
  z-index: 9999;
  position: absolute;
  top: 1%;
  right: 0%;
}
.icon_style {
  position: absolute;
  right: 10px;
  top: 10px;
  font-size: 20px;
  color: white;
  cursor: pointer;
}
