/*
Theme Name: H2
Description: H2
Author: hello-elementor
Template: hello-elementor
Version: 1.0
*/
@import url("../hello-elementor/style.css");
/**
 * These are the custom mixins used throughout the application.
 */
/**
 * Ionic mixins
 */
#wrapper, #main {
  background: transparent;
}

body {
  background: #fff;
}

p {
  margin-bottom: 10px;
}
p:last-child{
  margin-bottom: 0;
}
a {
  color: #24408E;
}

b, p strong {
  font-weight: 600;
}
.text-primary{
  color: #5FBB36;
}
.txt-font-light{
  font-weight: 300;
}
ul{
  padding-left: 30px;
  margin-bottom: 20px;
}
.text-left {
  text-align: left;
}

.text-uppercase {
  text-transform: uppercase;
}

.text-center {
  text-align: center;
}

.text-amaranth,
	a,
	.ol-big-number ::marker,
	.feature-list .icon i,
	td.product-name dl.variation dt
		{ color: #da1c5c; }


header.menu-fixed {
  position: fixed !important;
  top: 0 !important;
  left: 0 !important;
  width: 100% !important;
  -webkit-box-shadow: 3px 3px 18px rgba(0, 0, 0, 0.2);
  box-shadow: 3px 3px 18px rgba(0, 0, 0, 0.2);
  background: linear-gradient(90deg, #B91A56 0%, #530C27 100%) !important;
}

/*header.menu-fixed .elementor-widget-theme-site-logo img {
  width: 140px !important;
}*/

header.menu-fixed .menu-fix > .elementor-widget-wrap {
  padding-top: 0 !important;
  padding-bottom: 0 !important;
}

header .elementor-nav-menu {
  width: 100%;
}

header .elementor-nav-menu > li.current-menu-item > a,
header .elementor-nav-menu > li .elementor-nav-menu--dropdown > .current-menu-item > a {
  font-weight: 600 !important;
}

header .elementor-nav-menu > li .elementor-nav-menu--dropdown {
  min-width: 310px !important;
  padding-bottom: 0px;
  box-shadow: 0px 0px 30px rgba(0, 0, 0, 0.08);
  background: #4D1A45 !important;
  overflow: hidden;
  border-radius: 10px;
  padding: 10px 0;
}
header .elementor-nav-menu > li .elementor-nav-menu--dropdown > li > a{
  position: relative;
}
header .elementor-nav-menu > li .elementor-nav-menu--dropdown > li > a:before{
   position: absolute;
  content: '\f105';
  right: 20px;
  font-family: "Font Awesome 5 Pro";
  font-weight: 100;
  top: 11px;
  font-size: 14px;
  color: #fff;
}
header .elementor-nav-menu li.book-menu{
  padding: 10px 20px;
}
header .elementor-nav-menu li.book-menu a{
  border-radius: 10px;
  background: #fff !important;
  box-shadow:none;
  justify-content: flex-start;
  padding: 15px !important;
  font-weight: 700 !important;
  color:#DA1C5C !important;
  font-size: 16px !important;
}
header .elementor-nav-menu li.book-menu a:before{
  display: none !important;
}
header .elementor-nav-menu > li .elementor-nav-menu--dropdown > li > a{
   border-left: 0;
}
/*header .elementor-nav-menu > li .elementor-nav-menu--dropdown > li:not(:last-child) > a{
  border-bottom: 1px dashed #A5C4FF;
 */
}
header .elementor-nav-menu > li a:after {
  bottom: 10px !important;
}


header .contact-header .elementor-button {
  width: 100px;
  height: 100px;
  line-height: 100px;
  padding: 0;
}

a.elementor-button {
  position: relative;
  padding: 18px 30px;
  border-radius: 0;
}
a.elementor-button .elementor-button-content-wrapper{
  align-items: center;
}
a.elementor-button svg{
  width: 18px;
  position: relative;
  top: 0;
}
/*a.elementor-button .elementor-button-icon svg{
  fill: transparent !important;
}
a.elementor-button:hover .elementor-button-icon svg path{
  stroke: #fff !important;
}*/
.btn-linner a{
  background: linear-gradient(90deg, #B91A56 0%, #530C27 100%);
  box-shadow: 0 10px 15px -3px rgba(0, 0, 0, 0.10), 0 4px 6px -4px rgba(0, 0, 0, 0.10);
}
.site-main {
  min-height: 500px;
  padding-top: 30px;
}
.ul-li ul {
    padding-left: 0px;
    list-style: none;
}
.ul-li ul li:before {
    position: absolute;
    content: '\f00c';
    left: 0px;
    font-family: "Font Awesome 5 Pro";
    font-weight: 300;
    top: 0px;
    color: #00C950;
}
.ul-li ul li {
    position: relative;
    padding-left: 27px;
    margin: 5px 0;
}
/*banner subpage*/

.breadcrumbs {
  color: #fff;
  font-size: 16px;
  text-transform: capitalize;
  text-align: left;
  font-weight: 300;
}

.breadcrumbs span {
  color: #fff;
}
.main-logo,
.main-logo h1{
  margin-bottom: 0 !important;
}
.capturing-home .elementor-image-box-img{
  overflow: hidden;
  box-shadow: 0 10px 15px -3px rgba(0, 0, 0, 0.10), 0 4px 6px -4px rgba(0, 0, 0, 0.10);
  border-radius: 20px;
}
.capturing-home .elementor-image-box-img img{
  width: 100%;
  transition: all 0.5s ease;
}
.capturing-home .elementor-widget-image-box:hover .elementor-image-box-img img{
  transform: scale(1.15);
    transition: all 0.5s ease;
}

.capturing-home .elementor-image-box-wrapper{
  position: relative;
}
.capturing-home .elementor-image-box-content{
  position: absolute;
  left: 0;
  width: 100%;
  bottom: 5px;
  background: linear-gradient(4deg, rgb(0 0 0 / 77%) 0%, transparent 92%);
  padding: 20px;
  border-radius: 0 0 20px 20px;
  height: 45%;
  display: flex;
  flex-direction: column;
  justify-content: flex-end;
  opacity: 0;
}
.capturing-home .elementor-widget-image-box:hover .elementor-image-box-content{
  opacity: 1;
}
.capturing-home .elementor-image-box-title{
  position: relative;
  padding-left: 25px;
}
.capturing-home .elementor-image-box-title:before{
  position: absolute;
  content: '\f004';
  left: 0px;
  font-family: "Font Awesome 5 Pro";
  font-weight: 100;
  top: 0px;
  color: #DA1C5C;
  font-size: 18px;
}

.custom-accordion .e-n-accordion-item{
  border-radius: 16px;
  background: #FFF;
  box-shadow: 0 4px 6px -1px rgba(0, 0, 0, 0.10), 0 2px 4px -2px rgba(0, 0, 0, 0.10);
  overflow: hidden;
}

.ui-widget { font-family: Inter; }

.woocommerce .cart .button { font-weight: normal; }

.woocommerce-checkout { margin-bottom: 3em; }

table.shop_table { border: 1px solid rgba(0,0,0,0.1); }
table.shop_table td,
  table.shop_table th { border: solid rgba(0,0,0,0.1) !important; border-width: 1px 0 0 !important; }
table.shop_table thead th { border: none !important; }

.cart_totals th { white-space: nowrap; }

td.product-name dl.variation { margin-top: 1em; }

.woocommerce table.shop_table tbody th, .woocommerce table.shop_table tfoot td, .woocommerce table.shop_table tfoot th { font-weight: normal; }

.wc-bookings-date-picker-timezone-block { display: none; }
.wc-bookings-date-picker { border: 0; padding: 0; }
.wc-bookings-booking-form-button { margin-left: 0 !important; font-weight: 300 !important; font-size: 1.5em !important; }
.wc-bookings-date-picker .ui-datepicker td .ui-state-default { line-height: 1; }

#add_payment_method table.cart td.actions .coupon .input-text,
	.woocommerce-cart table.cart td.actions .coupon .input-text,
	.woocommerce-checkout table.cart td.actions .coupon .input-text { float: none; width: 10em !important; }

@media only screen and (min-width: 1200px) {
  header .elementor-nav-menu > li.menu-contact{
    display: none;
  }
}
@media only screen and (max-width: 1199px) {
  .menu-slide-left .elementor-nav-menu li ul.sub-menu {
    position: unset !important;
    margin: 0 !important;
  }
  .menu-slide-left .elementor-nav-menu--dropdown li a {
    padding: 8px 15px !important;
  }

}

@media only screen and (max-width: 991px) {
  .eicon-menu-bar {
    font-size: 20px;
  }

}

@media only screen and (max-width: 848px) {
  .txt-768-break br {
    display: none;
  }
  .bg-line:before{
    display: none;
  }
}
@media only screen and (min-width: 768px) {

}

@media only screen and (max-width: 767px) {
  header.menu-fixed .elementor-widget-image img{
    width: 60px !important;
  }
  
  .txt-break-550 br {
    display: none;
  }
  .breadcrumbs {
    font-size: 14px;
  }

}
