/*================================================
            [common-css] ====== Starts
================================================*/
body {
  padding: 0px;
  margin: 0px;
  overflow-x: hidden;
  font-family: "Poppins";
}

* {
  outline: none !important;
}

a {
  text-decoration: none;
}

a:hover {
  text-decoration: none;
}

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

:focus {
  outline: none !important;
}

section {
  width: 100%;
}

h1,
h2,
h3,
h4,
h5,
h6,
p,
a,
ul,
li {
  margin: 0;
  padding: 0;
}

h1 {
  font-size: 45px;
  font-weight: 700;
  font-family: "Oswald";
}

h2 {
  font-size: 46px;
  color: #000000;
  font-weight: 700;
  font-family: "Oswald";
}

h3 {
  font-size: 42px;
  color: #ffffff;
  font-weight: 400;
  font-family: "Oswald";
}

h4 {
  font-size: 36px;
  color: #ffffff;
  font-weight: 400;
  font-family: "Oswald";
}

h5 {
  font-size: 30px;
  color: #222c2f;
  font-weight: 600;
  font-family: "Poppins";
}

h6 {
  font-size: 27px;
  color: #222c2f;
  font-weight: 600;
  font-family: "Poppins";
}

p {
  font-family: "Poppins";
  font-size: 16px;
  line-height: 1.5;
  font-weight: 400;
  color: #000000;
}

.dblk {
  display: block !important;
}

.common_head h3,
.common_head h4 {
  text-align: center;
  margin-bottom: 20px;
}

.common_bg {
  background-position: center center;
  background-size: cover;
  background-repeat: no-repeat;
}

.yellow_btn {
  background-color: #f5bd28 !important;
  color: #000 !important;
  font-family: "Oswald" !important;
  font-size: 19px !important;
  padding: 10px 20px !important;
}
.yellow_btn:hover {
  background-color: transparent !important;
  border: 2px solid #f5bd28 !important;
}

.common_btn {
  font-size: 14px;
  text-transform: uppercase;
  color: #ffffff;
  font-weight: 500;
  font-family: "Poppins";
  text-align: center;
  border: 2px solid transparent;
  display: inline-block;
  background-color: #e8362d;
  transition: 0.5s all;
  -webkit-transition: 0.5s all;
  padding: 15px 34px;
  display: inline-block;
}
.common_btn:hover {
  background-color: transparent;
  border: 2px solid #e8362d;
  color: #000000;
}

.common_arrow {
  width: 55px;
  height: 55px;
  border: 2px solid #fff;
  border-radius: 100%;
  transition: 0.5s all;
  -webkit-transition: 0.5s all;
  color: #fff;
  font-size: 22px;
}
.common_arrow:hover {
  background-color: #fff;
  color: #000;
}
.common_arrow:after {
  display: none;
}

/*===== humburger-menu =====*/
.humburger {
  position: relative;
  color: #08263b;
  font-size: 25px;
}
.humburger img {
  width: 25px;
  height: 25px;
}
.humburger .color-change {
  background-color: #fff !important;
}
.humburger .hum-pos {
  position: absolute;
  right: 20px;
  top: 0;
}

.side-menu-show {
  right: 0 !important;
}

.cls-menu {
  font-size: 22px;
}
.cls-menu img {
  width: 20px;
  filter: invert(1);
  -webkit-filter: invert(1);
  position: absolute;
  right: 15px;
  top: 15px;
}

.nv-open-bg {
  width: 100%;
  height: 100%;
  position: fixed;
  display: none;
  top: 0;
  left: 0;
  opacity: 0.5;
  background-color: #000;
  z-index: 10;
}

/*===== header-area-sticky =====*/
.animated {
  animation-duration: 1.25s;
}

.fadeInDown {
  animation-name: fadeInDown;
}

.fadeInLeft {
  animation-name: fadeInLeft;
}

.fadeInRight {
  animation-name: fadeInRight;
}

@keyframes fadeInLeft {
  from {
    opacity: 0;
    transform: translate3d(-100%, 0, 0);
  }
  to {
    opacity: 1;
    transform: none;
  }
}
h2 {
  font-size: 46px;
  color: #000000;
  font-weight: 700;
  font-family: "Oswald";
}

h3 {
  font-size: 42px;
  color: #ffffff;
  font-weight: 400;
  font-family: "Oswald";
}

h4 {
  font-size: 36px;
  color: #ffffff;
  font-weight: 400;
  font-family: "Oswald";
}

h5 {
  font-size: 30px;
  color: #222c2f;
  font-weight: 600;
  font-family: "Poppins";
}

h6 {
  font-size: 27px;
  color: #222c2f;
  font-weight: 600;
  font-family: "Poppins";
}

p {
  font-family: "Poppins";
  font-size: 16px;
  line-height: 1.5;
  font-weight: 400;
  color: #000000;
}

.dblk {
  display: block !important;
}

.common_head h3,
.common_head h4 {
  text-align: center;
  margin-bottom: 20px;
}

.common_bg {
  background-position: center center;
  background-size: cover;
  background-repeat: no-repeat;
}

.yellow_btn {
  background-color: #f5bd28 !important;
  color: #000 !important;
  font-family: "Oswald" !important;
  font-size: 19px !important;
  padding: 10px 20px !important;
}
.yellow_btn:hover {
  background-color: transparent !important;
  border: 2px solid #f5bd28 !important;
}

.common_btn {
  font-size: 14px;
  text-transform: uppercase;
  color: #ffffff;
  font-weight: 500;
  font-family: "Poppins";
  text-align: center;
  border: 2px solid transparent;
  display: inline-block;
  background-color: #e8362d;
  transition: 0.5s all;
  -webkit-transition: 0.5s all;
  padding: 15px 34px;
  display: inline-block;
}
.common_btn:hover {
  background-color: transparent;
  border: 2px solid #e8362d;
  color: #000000;
}

.common_arrow {
  width: 55px;
  height: 55px;
  border: 2px solid #fff;
  border-radius: 100%;
  transition: 0.5s all;
  -webkit-transition: 0.5s all;
  color: #fff;
  font-size: 22px;
}
.common_arrow:hover {
  background-color: #fff;
  color: #000;
}
.common_arrow:after {
  display: none;
}

/*===== humburger-menu =====*/
.humburger {
  position: relative;
  color: #08263b;
  font-size: 25px;
}
.humburger img {
  width: 25px;
  height: 25px;
}
.humburger .color-change {
  background-color: #fff !important;
}
.humburger .hum-pos {
  position: absolute;
  right: 20px;
  top: 0;
}

.side-menu-show {
  right: 0 !important;
}

.cls-menu {
  font-size: 22px;
}
.cls-menu img {
  width: 20px;
  filter: invert(1);
  -webkit-filter: invert(1);
  position: absolute;
  right: 15px;
  top: 15px;
}

.nv-open-bg {
  width: 100%;
  height: 100%;
  position: fixed;
  display: none;
  top: 0;
  left: 0;
  opacity: 0.5;
  background-color: #000;
  z-index: 10;
}

/*===== header-area-sticky =====*/
.animated {
  animation-duration: 1.25s;
}

.fadeInDown {
  animation-name: fadeInDown;
}

.fadeInLeft {
  animation-name: fadeInLeft;
}

.fadeInRight {
  animation-name: fadeInRight;
}

@keyframes fadeInLeft {
  from {
    opacity: 0;
    transform: translate3d(-100%, 0, 0);
  }
  to {
    opacity: 1;
    transform: none;
  }
}
header.pq-header-sticky {
  position: fixed;
  background: var(--white-color);
  padding: 0;
  top: 0;
  box-shadow: 0px 3px 30px 0px rgba(0, 33, 85, 0.1);
  background-color: #fff;
  width: 100%;
  z-index: 100;
}

header.pq-header-sticky .logo {
  top: -20px;
  width: 67px;
  height: 85px;
}
header.pq-header-sticky .logo:after, header.pq-header-sticky .logo:before {
  clip-path: polygon(0% 0%, 98.1% 0%, 100% 50%, 98.5% 100%, 0% 100%);
}
header.pq-header-sticky .logo:after {
  right: -28px;
}
header.pq-header-sticky .logo:before {
  right: -33px;
}

header.pq-header-sticky .bottom_head {
  padding-block: 12px;
}

.pq-header-sticky .top_head {
  display: none;
}

/*===== preloading =====*/
#pq-loading {
  flex-direction: column;
  justify-content: center;
  align-items: center;
  position: fixed;
  display: flex;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: 9999;
  width: 100%;
  height: 100%;
  background-color: #fff;
}
#pq-loading img {
  height: 60px;
  width: auto;
  border-radius: 0;
}

/*===== Back to Top =====*/
#back-to-top .top {
  position: fixed;
  bottom: 30px;
  right: 30px;
  margin: 0px;
  color: #fff;
  background-color: #f5bd28;
  z-index: 999;
  font-size: 22px;
  width: 40px;
  height: 40px;
  text-align: center;
  line-height: 40px;
  border-radius: 5px;
  -moz-border-radius: 5px;
  -webkit-border-radius: 5px;
  z-index: 99999;
  transition: 0.5s all;
  -webkit-transition: 0.5s all;
}

#back-to-top .top:hover {
  opacity: 0.6;
}

/*================================================
            [common-css] ====== End
================================================*/
/*================================================
            [index] ====== Starts
================================================*/
/*===== header =====*/
.header_area {
  position: relative;
  z-index: 99;
}
.header_area .common_btn:hover {
  color: #fff;
}

.top_head {
  padding-block: 3px;
  background-color: #000000;
}
.top_head a {
  display: inline-block;
  transition: 0.5s all;
  -webkit-transition: 0.5s all;
  font-family: "Poppins";
  font-weight: 400;
}
.top_head a:hover {
  opacity: 0.7;
}

.top_hd_left ul {
  display: flex;
  justify-content: right;
  gap: 40px;
}
.top_hd_left ul li {
  display: flex;
  gap: 10px;
}
.top_hd_left ul li a {
  font-size: 13px;
  line-height: 34px;
  color: #ffffff;
  font-weight: 500;
  font-family: "Poppins";
}
.top_hd_left ul li a img {
  width: 12px;
  margin-right: 5px;
}

.bottom_head {
  padding-block: 20px;
}
.bottom_head .container {
  position: relative;
}

.social_icon ul {
  display: flex;
  align-items: center;
  gap: 18px;
}
.social_icon ul li a {
  font-size: 14px;
  color: #fff;
  display: inline-block;
}
.social_icon ul li a:hover i {
  transition: 0.5s all;
  -webkit-transition: 0.5s all;
}
.social_icon ul li a:hover:hover i {
  transform: rotate(360deg);
}

.logo {
  width: 140px;
}

.header_area .logo {
  position: absolute;
  top: -60px;
  left: 0;
  width: 110px;
  height: 133px;
  z-index: 2;
  display: flex;
  align-items: center;
}
.header_area .logo img {
  position: absolute;
  z-index: 7;
}
.header_area .logo img {
  width: 140px;
}
.header_area .logo:after, .header_area .logo:before {
  content: "";
  position: absolute;
  left: auto;
  top: 0;
  background-color: #ffffff;
  clip-path: polygon(0% 0%, 97.99% 0%, 100% 50%, 98% 100%, 0% 100%);
  right: -35px;
  width: calc(100vw - 100px);
  height: 100%;
  z-index: 6;
}
.header_area .logo:before {
  background-color: #f5bd2a;
  z-index: 5;
  right: -42px;
}

nav {
  transition: 0.5s all;
  -webkit-transition: 0.5s all;
  margin-right: 20px;
}
nav ul {
  display: flex;
  align-items: center;
  gap: 5px;
}
nav ul .active,
nav ul .current-menu-item {
  background-color: #f5bd28;
}
nav ul li {
  transition: 0.5s all;
  -webkit-transition: 0.5s all;
  padding: 9px 20px;
  position: relative;
}
nav ul li:hover {
  background-color: #f5bd28;
}
nav ul li:hover a {
  color: #000;
}
nav ul li span {
  margin-left: 5px;
  display: inline-block;
  line-height: 1.2;
  font-size: 13px;
}
nav ul li a {
  font-size: 17px;
  color: #000000;
  font-weight: 500;
  font-family: "Oswald";
  display: inline-block;
  text-transform: uppercase;
  transition: 0.5s all;
  -webkit-transition: 0.5s all;
}

.header_btns ul {
  display: flex;
  gap: 20px;
}
.header_btns ul li a {
  display: inline-block;
  font-size: 19px;
  font-weight: 400;
  font-family: "Oswald";
  text-transform: uppercase;
}
.header_btns ul li:nth-child(1) .common_btn {
  background-color: #f5bd28;
}
.header_btns ul li:nth-child(1) .common_btn:hover {
  border: 2px solid #f5bd28;
  background-color: transparent;
}
.header_btns ul li:nth-child(2) .common_btn {
  background-color: #e8362d;
}
.header_btns ul li:nth-child(2) .common_btn:hover {
  border: 2px solid #e8362d;
  background-color: transparent;
}
.header_btns ul li .common_btn {
  padding: 10px 19px;
  color: #000;
}
.header_btns ul li .common_btn:hover {
  color: #000;
}

.sub_menu {
  position: absolute;
  min-width: 200px;
  height: auto;
  top: calc(100% + 30px);
  left: 0;
  background-color: #ffffff;
  display: flex;
  flex-direction: column;
  padding: 10px;
  box-shadow: rgba(99, 99, 99, 0.2) 0px 2px 8px 0px;
  opacity: 0;
  visibility: hidden;
  transition: 0.5s all;
  -webkit-transition: 0.5s all;
}
.sub_menu li {
  width: 100%;
  padding: 5px 0;
  transition: 0.5s all;
  -webkit-transition: 0.5s all;
}
.sub_menu li a {
  font-size: 14px;
  padding: 0;
}
.sub_menu li:hover {
  background-color: #0089e4;
}
.sub_menu li:hover a {
  color: #fff !important;
  padding-left: 10px;
}
.sub_menu li a {
  width: 100%;
  transition: 0.5s all;
  -webkit-transition: 0.5s all;
}

/*===== banner-area =====*/
.banner_area {
  position: relative;
  z-index: 2;
  position: relative;
}
.banner_area:after {
  content: "";
  background-color: rgba(232, 54, 45, 0.9);
  top: 0;
  left: 0;
  position: absolute;
  width: 100%;
  height: 100%;
  clip-path: polygon(0 0, 58.5% 0, 52% 100%, 0% 100%);
}
.banner_area .swiper {
  margin-top: -25px;
}
.banner_area .container {
  position: absolute;
  top: 50%;
  left: 50%;
  padding-left: 100px;
  transform: translate(-50%, -50%);
  z-index: 2;
}
.banner_area_cont {
  position: relative;
}
.banner_area_cont_txt h1,
.banner_area_cont_txt p {
  color: #fff;
}
.banner_area_cont_txt p {
  margin-block: 20px 25px;
  font-size: 18px;
  color: #000;
  padding-right: 100px;
}
.banner_area_cont_btns {
  display: flex;
  gap: 17px;
}
.banner_area_cont_btns .common_btn {
  background-color: transparent;
  color: #fff;
  border: 2px solid #fff;
}
.banner_area_cont_btns .common_btn:hover {
  background-color: #fff;
  color: #000;
}
.banner_area .swiper-pagination-bullet {
  width: 10px;
  height: 10px;
  background-color: #fff;
  border-radius: unset;
  opacity: 1;
}
.banner_area .swiper-pagination-bullet-active {
  background-color: #f5bd28;
}
.banner_area .swiper-pagination {
  text-align: left;
  bottom: -60px;
  padding-inline: 100px 12px;
}

.event_modal .modal-content {
  border-radius: 15px;
  overflow: hidden;
  border: unset;
  position: relative;
}
.event_modal .form_style,
.event_modal .form_txt_area {
  height: 40px;
  line-height: 40px;
}
.event_modal .contact_form {
  padding: 25px;
}
.event_modal .modal-header {
  border: unset;
}
.event_modal .btn-close {
  width: 25px;
  height: 25px;
  position: absolute;
  top: 25px;
  right: 25px;
  background: #fff;
  border-radius: 100%;
  z-index: 5;
  opacity: 1;
  color: #000;
  text-align: center;
  line-height: 25px;
  font-size: 20px;
}

.event_modal .modal-content {
  border-radius: 15px;
  overflow: hidden;
  border: unset;
  position: relative;
}
.event_modal .form_style,
.event_modal .form_txt_area {
  height: 40px;
  line-height: 40px;
}
.event_modal .contact_form {
  padding: 25px;
}
.event_modal .modal-header {
  border: unset;
}
.event_modal .btn-close {
  width: 25px;
  height: 25px;
  position: absolute;
  top: 25px;
  right: 25px;
  background: #fff;
  border-radius: 100%;
  z-index: 5;
  opacity: 1;
  color: #000;
  text-align: center;
  line-height: 25px;
  font-size: 20px;
}

/*===== who_we_area =====*/
.who_we_area {
  padding-block: 90px;
  overflow: hidden;
}
.who_we_area .who_we_area_txt {
  position: relative;
}
.who_we_area .who_we_area_txt h2 span {
  color: #e8362d;
}
.who_we_area .col-md-6:nth-child(odd) .who_we_area_txt {
  padding-right: 40px;
}
.who_we_area .col-md-6:nth-child(odd) .who_we_area_txt:after {
  content: "";
  width: 1px;
  height: 100%;
  top: 50%;
  transform: translateY(-50%);
  right: 0;
  background-color: #e2e2e2;
  position: absolute;
  z-index: 1;
}
.who_we_area .col-md-6:nth-child(odd) .who_we_area_txt p {
  font-size: 18px;
  color: #000000;
  font-weight: 400;
  font-family: "Poppins";
  text-align: right;
}
.who_we_area .col-md-6:nth-child(even) .who_we_area_txt {
  padding-left: 28px;
}

/*===== include_area =====*/
.include_area {
  padding-bottom: 90px;
}
.include_area_img {
  position: relative;
  margin-right: 50px;
}
.include_area_img:after {
  content: "";
  width: 100%;
  height: calc(100% + 40px);
  position: absolute;
  background-color: #000;
  top: -20px;
  left: 20px;
  z-index: -1;
}
.include_area_txt {
  margin-left: 28px;
}
.include_area_txt p {
  margin-block: 20px 40px;
}

.paragap_line_height {
  height: 24px;
  display: block;
}

/*===== accomodation_area =====*/
.accomodation_area {
  padding-bottom: 90px;
}
.accomodation_area_head {
  padding-inline: 50px;
  margin-bottom: 40px;
}
.accomodation_area_head h2 {
  font-family: "Teko";
  text-transform: uppercase;
}
.accomodation_area_head h3 {
  color: #e9342b;
  margin-block: 10px;
  font-family: "Teko";
}
.accomodation_area_boxes_each {
  display: block;
}
.accomodation_area_boxes_each_img {
  overflow: hidden;
  margin-bottom: 20px;
}
.accomodation_area_boxes_each_img img {
  transition: 0.5s all;
  -webkit-transition: 0.5s all;
}
.accomodation_area_boxes_each_txt {
  text-align: center;
}
.accomodation_area_boxes_each_txt h6 {
  font-size: 18px;
}
.accomodation_area_boxes_each:hover img {
  transform: scale(1.2);
}

/*===== form_area =====*/
.form_area {
  padding-block: 90px;
}

.contact_form {
  background-color: #e8362d;
  padding: 50px;
  height: 100%;
}
.contact_form h3 {
  margin-bottom: 20px;
}
.contact_form .common_btn {
  width: 100%;
  border: 2px solid #000;
  background-color: #000000;
  font-weight: 700;
  color: #fff;
  text-transform: capitalize;
}
.contact_form .common_btn:hover {
  border: 2px solid #000;
  background-color: transparent;
}

.form_label {
  font-size: 16px;
  color: #ffffff;
  font-weight: 400;
  font-family: "Poppins";
  margin-bottom: 5px;
}

.form_style,
.form_txt_area {
  font-size: 16px;
  height: 47px;
  line-height: 47px;
  color: #000000;
  font-weight: 400;
  font-family: "Poppins";
  border: none;
  width: 100%;
  background-color: #fff;
  border-radius: unset;
  margin-bottom: 10px;
  padding-block: 10px;
  padding: 15px;
}
.form_style:focus,
.form_txt_area:focus {
  outline: none;
  box-shadow: none;
}

.form_txt_area {
  height: 90px;
  padding-block: 10px !important;
}

.table_area {
  background-color: #e7e7e7;
  padding: 50px 40px;
}
.table_area a {
  color: #e8362d;
  position: relative;
  display: inline-block;
  transition: 0.5s all;
  -webkit-transition: 0.5s all;
}
.table_area a:hover {
  opacity: 0.6;
}
.table_area a::after {
  content: "";
  width: 100%;
  height: 1px;
  background-color: #e8362d;
  bottom: -2px;
  left: 0;
  position: absolute;
}
.table_area table {
  width: 100%;
  border: 2px solid #e8362d;
  position: relative;
  z-index: 2;
}
.table_area table:after {
  background-image: url(../images/logo_img.jpg);
  background-position: center center;
  background-size: cover;
  background-repeat: no-repeat;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  content: "";
  z-index: -1;
  opacity: 0.04;
}
.table_area table th {
  letter-spacing: 2px;
  font-size: 18px !important;
  font-weight: 600;
  font-family: "Poppins";
  text-align: center;
  padding: 10px;
  border: 1px solid #e8362d;
}
.table_area table td {
  border: 1px solid #e8362d;
  font-family: "Poppins";
  text-align: center;
  padding: 10px;
  font-size: 14px;
  font-weight: 500;
}
.table_area table td:first-child {
  letter-spacing: 2px;
  font-size: 14px !important;
  font-weight: 600;
}

.table_price {
  display: flex;
  font-size: 16px;
  justify-content: space-between;
  font-weight: 700;
  margin-top: 5px;
  padding-right: 118px;
  width: 468px;
  margin-left: auto;
}

.table_price_two {
  padding-right: 148px;
}

/*===== vegas_area =====*/
.vegas_area {
  padding-block: 90px;
}
.vegas_area_box {
  position: relative;
}
.vegas_area_box:after {
  content: "";
  width: 100%;
  height: calc(100% - 150px);
  position: absolute;
  background-color: #e8362d;
  bottom: -30px;
  left: -180px;
  z-index: -1;
}
.vegas_area_box_txt {
  padding-top: 30px;
  padding-right: 245px;
}
.vegas_area_box_txt h4 {
  margin-bottom: 20px;
}
.vegas_area_box_txt p {
  color: #fff;
}

/*===== premier_area =====*/
.premier_area {
  padding-block: 90px;
}
.premier_area_txt h2 {
  font-family: "Teko";
  text-transform: uppercase;
}
.premier_area_txt p {
  margin-block: 15px 30px;
}

/*===== dining_area =====*/
.dining_area .accomodation_area_head {
  padding-inline: 19%;
}
.dining_area .accomodation_area_head h2 {
  margin-bottom: 20px;
}
.dining_area .accomodation_area_boxes_each_txt h6 {
  font-size: 24px;
  font-family: "Poppins";
}

.dining_slider {
  position: relative;
}

/*===== footer_area =====*/
.footer_area {
  position: relative;
}
.footer_area .logo {
  margin: 0 auto;
}

.footer_main_wrap {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  z-index: 2;
  width: 100%;
}

.footRow {
  width: 50%;
}
.footRow:last-child {
  border-right: unset !important;
}

.foot_area_inn {
  padding-inline: 80px;
}

.footer_top {
  padding-bottom: 70px;
  margin-bottom: 30px;
  border-bottom: 1px solid rgba(255, 255, 255, 0.1);
}
.footer_top .foot_area_inn .col-md-4:nth-child(2) {
  border-right: 1px solid rgba(255, 255, 255, 0.4);
  border-left: 1px solid rgba(255, 255, 255, 0.4);
}
.footer_bottom p {
  text-align: center;
  opacity: 0.231;
  font-size: 13px;
  line-height: 21px;
  color: #ffffff;
  font-weight: 400;
  font-family: "Poppins";
  text-align: center;
}

.each_foot_info h6 {
  font-size: 19px;
  margin-bottom: 30px;
  color: #fff;
}
.each_foot_info p {
  color: #fff;
  font-size: 13px;
  line-height: 1.7;
}
.each_foot_info p span {
  color: #e8362d;
  font-family: "Oswald";
}
.each_foot_info p a {
  text-decoration: none;
  display: block;
  font-size: 14px;
  transition: 0.5s all;
  -webkit-transition: 0.5s all;
  color: #fff;
}
.each_foot_info p a:hover {
  opacity: 0.5;
}
.each_foot_info nav ul {
  flex-wrap: wrap;
  align-items: unset;
  gap: unset;
}
.each_foot_info nav ul li {
  margin: 0;
  text-align: left;
  margin-bottom: 5px;
  padding: 0;
  width: 50%;
}
.each_foot_info nav ul li:hover {
  background-color: transparent;
}
.each_foot_info nav ul li a {
  font-family: "Poppins";
  font-size: 14px;
  color: #fff;
  transition: 0.5s all;
  -webkit-transition: 0.5s all;
  font-weight: 400;
  text-transform: capitalize;
}
.each_foot_info nav ul li a:hover {
  opacity: 0.5;
}

.foot_social ul {
  margin-left: 18px;
  margin-top: 30px;
}

.footer_dash {
  background-color: #373333;
  padding-block: 50px;
}
.footer_dash .footer_top {
  margin-bottom: 0;
  padding-bottom: 30px;
}
.footer_dash .footer_bottom p {
  color: #ffffff;
  opacity: 0.6;
  margin-top: 15px;
}

/*================================================
            [listing page] ====== Starts
================================================*/
.inner_ban_area {
  position: relative;
}

.inner_ban_cont {
  position: absolute;
  top: 50%;
  left: 50%;
  width: 100%;
  height: auto;
  text-align: center;
  transform: translate(-50%, -50%);
}
.inner_ban_cont h1 {
  color: #fff;
}

.event_listing_area {
  padding-block: 50px;
}
.event_listing_area h2 {
  margin-bottom: 40px;
}

.event_listing_area_boxes_each {
  position: relative;
  background-color: #f4f4f4;
  display: flex;
  padding: 25px;
  margin-bottom: 50px;
  border: 1px solid #e8362d;
}
.event_listing_area_boxes_each:last-child {
  margin-bottom: 0;
}
.event_listing_area_boxes_each_img {
  width: 180px;
  height: 180px;
  margin-right: 28px;
}
.event_listing_area_boxes_each_txt {
  flex-grow: 1;
}
.event_listing_area_boxes_each_txt h5 {
  color: #e8362d;
  font-family: "Oswald";
}
.event_listing_area_boxes_each_txt h6 {
  font-size: 22px;
  color: #ff8322;
  font-family: "Oswald";
}

.locate {
  color: #00668c;
  margin-block: 15px;
}
.locate span {
  margin-right: 5px;
}

.book_btn {
  font-size: 14px;
  text-transform: uppercase;
  color: #ffffff;
  font-weight: 500;
  font-family: "Poppins";
  text-align: center;
  border: 2px solid transparent;
  display: inline-block;
  background-color: #e8362d;
  transition: 0.5s all;
  -webkit-transition: 0.5s all;
  padding: 15px 34px;
  display: inline-block;
}
.book_btn:hover {
  background-color: transparent;
  border: 2px solid #e8362d;
  color: #000000;
}
.book_btn {
  padding: 8px 12px;
  margin-top: 15px;
  font-size: 12px;
}
.book_btn span {
  transition: 0.5s all;
  -webkit-transition: 0.5s all;
  font-size: 12px;
  display: none;
}

.game-item p {
  font-size: 15px;
  line-height: 31px;
  color: #6c6c6c;
}
.game-item p i {
  font-size: 21px;
  margin-right: 5px;
}

#calendarInput {
  display: none;
  position: absolute;
  width: 400px;
  height: 400px;
  top: 0;
  left: 0;
}

.evnt_note {
  opacity: 0.7;
  font-size: 12px;
}

.event_table_area {
  padding-block: 90px;
}

/*================================================
            [contact page] ====== Starts
================================================*/
.inner_banner_area {
  position: relative;
}
.inner_banner_area .banner_area_cont {
  width: 100%;
  position: relative;
  z-index: 2;
}
.inner_banner_area h1 {
  text-align: center;
  color: #fff;
}

.contact_area {
  padding-top: 0;
}

/*================================================
	 [event listing details page] ====== Starts
================================================*/
.list_details_area .event_listing_area_boxes {
  background-color: #f4f4f4;
  padding: 20px;
}
.list_details_area .event_listing_area_boxes_each {
  padding: 0;
  margin-bottom: 20px;
  border: unset;
}
.list_details_area .event_listing_area_boxes_each_img {
  width: 40%;
  margin-right: 25px;
}
.list_details_area .event_listing_area_boxes_each_txt_left {
  margin-bottom: 20px;
}
.list_details_area .event_listing_area_boxes_each_txt h5 {
  font-weight: 50;
  font-size: 22px;
  font-weight: 500;
}

.event_details h4 {
  color: #e8362d;
  margin-bottom: 10px;
  font-size: 22px;
  font-weight: 500;
}
.event_details p {
  font-size: 14px;
}
.event_details .common_btn {
  margin-top: 10px;
  padding: 8px 15px;
}

.event_features {
  margin-block: 10px;
}
.event_features ul {
  list-style: none;
  display: flex;
  flex-wrap: wrap;
}
.event_features ul li {
  position: relative;
  padding-left: 20px;
  font-size: 14px;
  width: 50%;
}
.event_features ul li::after {
  width: 8px;
  height: 8px;
  background-color: #e8362d;
  left: 0;
  top: 8px;
  position: absolute;
  content: "";
  border-radius: 100%;
}

.package_include {
  margin-bottom: 10px;
}
.package_include ul li {
  display: flex;
  margin-bottom: 10px;
}
.package_include ul li:last-child {
  margin-bottom: 0;
}
.package_include ul li input {
  width: 12px;
  height: 12px;
  margin-right: 15px;
  margin-top: 6px;
}
.package_include ul li p {
  font-size: 16px;
  line-height: 1.2;
  font-weight: 400;
}
.package_include ul li p span {
  font-size: 14px;
  color: #c2bbbb;
}

.details_slider .mySwiper2 .swiper-wrapper {
  margin-bottom: 10px;
}

.details_slider .swiper {
  width: 800px;
}

.details_slider .mySwiper2 .swiper-wrapper {
  height: auto;
}

.details_slider .swiper-thumbs .swiper-wrapper {
  height: 100px;
  cursor: pointer;
}

.details_slider .swiper-thumbs {
  margin-left: 0;
}

.details_slider .swiper-thumbs .swiper-slide {
  width: auto !important;
}

.details_slider .mySwiper2 .swiper-slide img {
  max-height: 500px;
}

.details_slider .swiper-thumbs .swiper-slide img {
  height: 100px;
}

.event_schedule {
  list-style: none;
  padding: 0;
  margin: 0;
  max-width: 800px;
  background: #fff6f1;
  border-radius: 6px;
  overflow: hidden;
  font-family: "Oswald";
  margin-block: 20px;
  width: 600px;
  height: 400px;
  overflow-y: auto;
}
.event_schedule::-webkit-scrollbar {
  width: 6px;
  border-radius: 15px;
}
.event_schedule::-webkit-scrollbar-track {
  background-color: #f5bd28;
}
.event_schedule::-webkit-scrollbar-thumb {
  background-color: #e8362d;
}
.event_schedule::-webkit-scrollbar-thumb:hover {
  background-color: #e8362d;
}
.event_schedule span {
  padding: 10px;
}
.event_schedule h4 {
  text-align: center;
  background-color: #f5bd28;
  padding: 10px;
  color: #000;
  margin-bottom: 0;
}
.event_schedule li {
  display: flex;
  border-bottom: 1px solid #f5bd28;
}
.event_schedule li:last-child {
  border-bottom: unset;
}

.event_schedule_time {
  width: 120px;
  font-weight: 600;
  color: #000;
  font-size: 16px;
  border-right: 1px solid #f5bd28;
  width: 40%;
}

.event_schedule_activity {
  flex: 1;
  color: #444;
  font-size: 14px;
  font-family: "Poppins";
  width: 60%;
}

/*================================================
	 [login page] ====== Starts
================================================*/
.login_page_container {
  width: 380px;
  margin: 0 auto;
  background-color: #e8362d;
  border-radius: 30px;
  padding: 35px;
  position: relative;
  z-index: 2;
}
.login_page_container h2,
.login_page_container p {
  color: #fff;
}
.login_page_container .common_btn {
  display: block;
  background-color: #fff;
  color: #000;
  width: 100%;
  margin-bottom: 15px;
  border-radius: 8px;
}
.login_page_container .common_btn:hover {
  background-color: transparent;
  border: 2px solid #fff;
  color: #fff;
}

.login_page_title {
  font-size: 30px;
  font-weight: bold;
  margin-bottom: 10px;
  color: #fff;
}

.login_page_subtitle {
  font-size: 13px;
  opacity: 0.8;
  margin-bottom: 20px;
  color: #fff;
}

.login_page_label {
  font-size: 12px;
  margin-bottom: 6px;
  display: block;
  color: #fff;
}

.login_page_input {
  width: 100%;
  padding: 10px 12px;
  background: #fff;
  color: #000000;
  border-radius: 8px;
  margin-bottom: 14px;
  outline: none;
  border: unset;
  font-size: 14px;
}

.login_page_input:focus {
  border-color: #000000;
}

.login_page_row {
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin-bottom: 16px;
}

.login_page_checkbox {
  display: flex;
  align-items: center;
  gap: 6px;
  font-size: 13px;
  color: #fff;
}

.login_page_footer {
  text-align: center;
  font-size: 13px;
  color: #f5f5f5;
}

.login_page_link {
  color: #ffffff;
  text-decoration: underline;
  transition: 0.5s all;
  -webkit-transition: 0.5s all;
  font-weight: 700;
  font-size: 14px;
}
.login_page_link:hover {
  opacity: 0.8;
  color: #fff;
}

.login_outer {
  padding-block: 60px;
  display: flex;
  align-items: center;
  justify-content: center;
  background-position: center center;
  background-size: cover;
  background-repeat: no-repeat;
  border-top: 1px solid #f2f2f2;
  position: relative;
  z-index: 2;
}
.login_outer::after {
  content: "";
  width: 100%;
  height: calc(100% + 100px);
  bottom: -100px;
  left: 0;
  background-image: url(../images/logo_img.jpg);
  position: absolute;
  background-position: center center;
  background-size: cover;
  background-repeat: no-repeat;
  z-index: 1;
  opacity: 0.1;
}

.login_outer_nw .login_page_container {
  width: 850px;
}
.login_outer_nw .login_page_container .common_btn {
  padding: 10px 20px;
}

.form_img {
  height: 100%;
  border-radius: 30px;
  overflow: hidden;
}
.form_img img {
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}

/*================================================
	 [sign up page] ====== Starts
================================================*/
.sign_up_outer .login_page_container {
  width: 600px;
}
.sign_up_outer .common_btn {
  margin-top: 15px;
}

/*================================================
            [user dashborad] ====== Starts
================================================*/
.user_dashboard {
  display: flex;
}
.user_dashboard .layout {
  display: grid;
  grid-template-columns: 240px 1fr;
  height: 100%;
}
.user_dashboard .sidebar {
  width: 240px;
  padding-block: 20px;
  position: relative;
}
.user_dashboard .sidebar::after {
  content: "";
  width: 100%;
  background-color: #e8362d;
  position: absolute;
  top: 0;
  left: 0;
  height: calc(100% + 200px);
  z-index: -1;
}
.user_dashboard .sidebar-header {
  padding: 15px 20px;
  border-bottom: 1px solid #fff;
}
.user_dashboard .sidebar-header h6 {
  font-size: 25px;
  color: #fff;
  font-family: "Oswald";
}
.user_dashboard .nav-list {
  list-style: none;
  height: 100%;
  overflow-y: auto;
}
.user_dashboard .nav_icon_img img {
  width: 20px;
  filter: invert(1);
  -webkit-filter: invert(1);
}
.user_dashboard .nav-item {
  padding: 1rem 1.8rem;
  cursor: pointer;
  transition: all 0.25s ease;
  display: flex;
  align-items: center;
  gap: 12px;
  font-size: 20px;
  font-family: "Oswald";
}
.user_dashboard .nav-item a {
  color: #fff;
  font-size: 16px;
  display: flex;
  align-items: center;
}
.user_dashboard .nav-item a i {
  margin-right: 10px;
}
.user_dashboard .nav-item:hover {
  background: rgba(255, 255, 255, 0.08);
}
.user_dashboard .nav-item.active {
  background: rgba(255, 255, 255, 0.15);
  border-left: 4px solid #ffffff;
  font-weight: 500;
}
.user_dashboard .main-content {
  width: calc(100% - 240px);
  padding: 30px 30px 80px 30px;
}
.user_dashboard .main-content .main_head {
  font-size: 30px;
  text-transform: capitalize;
  color: #000;
  font-weight: 500;
  margin-bottom: 20px;
}
.user_dashboard .main-content .table_area table td:first-child {
  font-size: 14px !important;
}
.user_dashboard .main-content .table_area table th {
  font-size: 14px !important;
}
.user_dashboard .page.active {
  display: block;
}
.user_dashboard .page {
  display: none;
}
.user_dashboard .page h2 {
  margin-bottom: 20px;
  font-family: "Oswald";
  color: #e8362d;
  text-transform: capitalize;
}
.user_dashboard .message_area {
  background-color: #e7e7e7;
  padding: 20px;
  margin-bottom: 25px;
  height: 300px;
  overflow-y: auto;
}
.user_dashboard .message_area ul {
  list-style: none;
  display: flex;
  flex-direction: column;
}
.user_dashboard .message_area ul li {
  background-color: #fff;
  border-radius: 15px;
  padding: 10px 15px 35px 15px;
  margin-bottom: 15px;
  font-size: 15px;
  position: relative;
}
.user_dashboard .message_area ul li span {
  position: absolute;
  font-weight: 600;
  font-size: 12px;
  right: 15px;
  bottom: 10px;
  background-color: #f5bd28;
  padding: 5px 8px;
}
.user_dashboard .message_area ul li:last-child {
  margin-bottom: 0;
}

.main_head_res {
  display: none;
}

/*================================================
            [about page] ====== Starts
================================================*/
.about_text_cont {
  padding-bottom: 80px;
}

.abt_lst {
  list-style: none;
  background-color: #e8362d;
  border-radius: 30px;
  padding: 25px;
}
.abt_lst li {
  font-family: "Poppins";
  font-size: 16px;
  line-height: 1.5;
  font-weight: 400;
  color: #ffffff;
  text-align: left;
  display: flex;
  position: relative;
  padding-left: 15px;
  border-bottom: 1px solid rgba(255, 255, 255, 0.2);
  padding-block: 15px;
}
.abt_lst li:last-child {
  border-bottom: none;
}
.abt_lst li:after {
  content: "";
  position: absolute;
  width: 6px;
  height: 6px;
  border-radius: 100%;
  background-color: #ffffff;
  left: 0;
  top: 28px;
}
.abt_lst li span {
  display: inline-block;
}
.abt_lst li span:first-child {
  width: 240px;
  margin-right: 15px;
  font-weight: 700;
  font-family: "Oswald";
  font-size: 20px;
  position: relative;
}
.abt_lst li span:first-child:after {
  content: "";
  position: absolute;
  width: 2px;
  height: 23px;
  border-radius: 100%;
  background-color: rgba(255, 255, 255, 0.8);
  right: 8px;
  top: 8px;
}
.abt_lst li span:last-child {
  width: calc(100% - 240px);
}

/*================================================
        [event_listing_area_nw] ====== Starts
================================================*/
.event_listing_area_nw .event_listing_area_boxes_each_txt_left p {
  display: -webkit-box !important;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  overflow: hidden;
  text-overflow: ellipsis;
  margin-block: 10px 0;
  line-height: 1.3;
}
.event_listing_area_nw .event_listing_area_boxes_each_txt_left h6 {
  color: #e8362d;
  font-size: 18px;
}
.event_listing_area_nw .event_listing_area_boxes_each_txt {
  display: flex;
  justify-content: space-between;
  width: calc(100% - 380px);
}
.event_listing_area_nw .event_listing_area_boxes_each_img {
  width: 380px;
  margin-right: 28px;
  border: 1px solid #dedede;
}
.event_listing_area_nw .event_listing_area_boxes_each_img img {
  height: 100%;
  -o-object-fit: contain;
     object-fit: contain;
}
.event_listing_area_nw .book_btn {
  width: 150px;
}
.event_listing_area_nw .list_price {
  font-size: 30px !important;
}
.event_listing_area_nw .event_listing_area_boxes_each_txt_right {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}
.event_listing_area_nw .list_oprtunity {
  list-style: none;
  display: flex;
  flex-wrap: wrap;
  margin-top: 15px;
}
.event_listing_area_nw .list_oprtunity li {
  font-family: "Poppins";
  font-size: 14px;
  line-height: 1.5;
  font-weight: 400;
  width: 50%;
  position: relative;
  padding-left: 25px;
  margin-bottom: 5px;
}
.event_listing_area_nw .list_oprtunity li:after {
  content: "";
  background-image: url(../images/check.png);
  background-position: center center;
  background-size: cover;
  background-repeat: no-repeat;
  width: 20px;
  height: 20px;
  border: 1px solid #000;
  border-radius: 100%;
  position: absolute;
  background-size: 10px;
  left: 0;
  top: 0;
}

/*================================================
        [shop page] ====== Starts
================================================*/
.shop_area {
  padding-block: 60px 80px;
}
.shop_area .content {
  background: #f5f1f1;
  padding-block: 40px 40px;
  border-radius: 20px;
  background-color: #f5bd28;
}
.shop_area::after {
  opacity: 0.04;
}
.shop_area h1 {
  color: #e8362d;
  color: #000;
}
.shop_area .subtitle {
  font-size: clamp(1.4rem, 4vw, 2.2rem);
  font-weight: 300;
  opacity: 0.9;
  margin-bottom: 1rem;
}
.shop_area .construction-sign {
  font-size: 10rem;
  animation: bounce 2.5s infinite;
  display: inline-block;
  color: #e8362d;
  color: #000;
}
.shop_area .email-box {
  margin-top: 1.5rem;
  font-size: 1.1rem;
}
.shop_area .email {
  color: #00d4ff;
  text-decoration: none;
  font-weight: bold;
  transition: all 0.3s;
}
.shop_area .email:hover {
  color: #ff00aa;
  text-shadow: 0 0 15px rgba(255, 0, 170, 0.6);
}
.shop_area .background-shapes {
  position: absolute;
  inset: 0;
  overflow: hidden;
  z-index: 1;
}
@keyframes float {
  0% {
    transform: translate(0, 0) rotate(0deg);
  }
  50% {
    transform: translate(60px, -80px) rotate(180deg);
  }
  100% {
    transform: translate(0, 0) rotate(360deg);
  }
}
@keyframes bounce {
  0%, 100% {
    transform: translateY(0);
  }
  50% {
    transform: translateY(-25px);
  }
}
@media (max-width: 600px) {
  .shop_area .construction-sign {
    font-size: 6rem;
  }
  .shop_area h1 {
    letter-spacing: -3px;
  }
}

/*================================================
        [success page] ====== Starts
================================================*/
.succes_area:after {
  display: none;
}
.succes_area .success-container {
  background: rgba(255, 255, 255, 0.95);
  backdrop-filter: blur(10px);
  color: #2d3748;
  border-radius: 20px;
  padding: 40px 30px;
  width: 100%;
  max-width: 480px;
  box-shadow: 0 20px 40px rgba(0, 0, 0, 0.25);
  text-align: center;
  animation: fadeIn 0.8s ease-out;
}
.succes_area .check-circle {
  width: 110px;
  height: 110px;
  background: #48bb78;
  color: white;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  margin: 0 auto 30px;
  font-size: 60px;
  box-shadow: 0 10px 30px rgba(72, 187, 120, 0.35);
  animation: bounce 0.9s ease-out;
}
@keyframes bounce {
  0% {
    transform: scale(0.3);
  }
  50% {
    transform: scale(1.15);
  }
  75% {
    transform: scale(0.9);
  }
  100% {
    transform: scale(1);
  }
}
@keyframes fadeIn {
  from {
    opacity: 0;
    transform: translateY(30px);
  }
  to {
    opacity: 1;
    transform: translateY(0);
  }
}

/*================================================
        [countdown] ====== Starts
================================================*/
.pay_book_btns {
  display: flex;
  gap: 20px;
  align-items: center;
  padding-left: 220px;
}
.pay_book_btns .yellow_btn {
  padding: 34px !important;
  font-size: 20px;
  font-weight: 500;
  box-shadow: rgba(50, 50, 93, 0.25) 0px 6px 12px -2px, rgba(0, 0, 0, 0.3) 0px 3px 7px -3px;
}
.pay_book_btns li {
  width: 100%;
}

.countdown_inn {
  background-color: #f5bd28;
  padding: 15px 20px 0 25px;
  box-shadow: rgba(0, 0, 0, 0.35) 0px 5px 15px;
}

.countdown ul {
  display: flex;
  justify-content: space-between;
  gap: 25px;
  padding-left: 0;
  margin: 0;
  padding: 0;
}

.countdown li {
  display: flex;
  width: 25%;
  margin: 0;
  font-family: "Oswald";
  text-align: center;
  margin: 0;
  padding: 0;
  position: relative;
}

.countdown li p {
  width: 100%;
  text-align: center;
  text-transform: capitalize;
  margin-block: 5px 15px;
  font-size: 12px;
  font-weight: 500;
}

.time_format li:after {
  content: ":";
  top: 50%;
  transform: translateY(-50%);
  right: -18px;
  font-size: 22px;
  position: absolute;
  width: 18px;
  height: auto;
}

.time_format li:last-child::after {
  display: none;
}

.countdown li span {
  padding: 5px;
  border-radius: 2px;
  background-color: #fff;
  color: #000;
  font-size: 14px;
  display: inline-block;
  width: 100%;
  text-align: center;
  font-weight: 700;
  margin-right: 5px;
}

.time_format {
  padding: 20px;
}

.countdown h2 {
  text-align: center;
  margin-bottom: 10px;
  margin-top: 0;
}

.countdown_inn h5 {
  margin-bottom: 12px;
  font-size: 18px;
  text-align: center;
  text-transform: capitalize;
  font-family: "Oswald";
  letter-spacing: 1.2px;
}

/*================================================
        [curren -tinerry page] ====== Starts
================================================*/
.itinerry_story_area {
  padding-block: 70px;
}
.itinerry_story_area .accomodation_area_head {
  margin-bottom: 15px;
}

.itinerry_form_nw {
  padding-block: 40px;
  margin-bottom: 0 !important;
}

.itinerry_form {
  margin-bottom: 70px;
}

.each_itiner_txt p {
  color: #ffffff;
  margin-block: 20px;
}

.each_itiner_txt h2 {
  color: #fff;
}

.each_itiner_txt {
  padding-bottom: 30px;
}

/*================================================
        [check_out page] ====== Starts
================================================*/
.pay_ceheck_list h4 {
  color: #000;
}
.pay_ceheck_list h6 {
  font-size: 20px;
  margin-bottom: 20px;
}
.pay_ceheck_list .list_oprtunity {
  margin-block: 25px;
}
.pay_ceheck_list .list_oprtunity li {
  width: 100%;
  margin-bottom: 15px;
}
.pay_ceheck_list .list_oprtunity li:last-child {
  margin-bottom: 0;
}

.pay_check_card {
  border: 1px solid #dedede;
  padding: 15px;
}
.pay_check_card h4 {
  color: #000;
  font-size: 30px;
  text-align: center;
}
.pay_check_card ul {
  list-style: none;
  margin-block: 10px;
  background-color: #fbf3f3;
  padding: 10px;
}
.pay_check_card ul li {
  display: flex;
  justify-content: space-between;
  margin-bottom: 5px;
}
.pay_check_card ul li:last-child {
  margin-bottom: 0;
}
.pay_check_card ul li span {
  font-size: 14px;
  color: #000;
  font-family: "Poppins";
}

.pay_butns {
  display: flex;
  flex-direction: column;
  gap: 10px;
  margin-bottom: 10px;
}
.pay_butns .common_btn {
  font-family: "Poppins" !important;
  text-transform: inherit;
  padding: 10px 34px;
}
.pay_butns button {
  font-size: 14px !important;
}
.pay_butns button i {
  margin-right: 10px;
}
.pay_butns .debid_card_btn {
  background-color: #000;
}
.pay_butns .debid_card_btn:hover {
  background-color: transparent;
  border: 2px solid #000;
}

.event_add {
  margin-top: 30px;
}
.event_add ul li {
  display: flex;
  gap: 5px;
  align-items: flex-start;
  font-size: 14px;
  margin-bottom: 5px;
}
.event_add ul li:last-child {
  margin-bottom: 0;
}
.event_add ul li input {
  margin-top: 3px;
}

/*================================================
        [paypal checkout] ====== Starts
================================================*/
.paypal_check {
  padding: 25px;
  margin-left: -10px;
  box-shadow: rgba(50, 50, 93, 0.25) 0px 6px 12px -2px, rgba(0, 0, 0, 0.3) 0px 3px 7px -3px;
}

.paypal_check label {
  margin-right: 10px;
}/*# sourceMappingURL=style.css.map */