/*
 * Banner Section Custom Styles
 * Scoped to #events_and_celebrations_banner_section
 */


#events_and_celebrations_banner_section.sale-banner {
    position: relative;
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    min-height: 700px; 
    z-index: 1;
}
#events_and_celebrations_banner_section.sale-banner::before {
    content: "";
    position: absolute;
    top: 0;
    right: 0;
    width: 100%;
    height: 100%;
    background: linear-gradient(270deg, rgba(11, 11, 11, 0.2) 0%, #0B0B0B 100%);
    z-index: -1;
}

#events_and_celebrations_banner_section .sale-banner__inner {
    display: grid;
    grid-template-columns: minmax(0, 1.05fr) minmax(0, 0.95fr);
    align-items: stretch;
    min-height: 700px;
    gap: 0;
}

#events_and_celebrations_banner_section .sale-banner__content {
    position: relative;
    display: flex;
    flex-direction: column;
    justify-content: center;
    z-index: 2;
    left: 24%;
    margin-top: 50px;
}

#events_and_celebrations_banner_section .sale-banner__inner {
    position: relative;
}

#events_and_celebrations_banner_section .sale-banner__title {
    margin: 0;
    max-width: 600px;
    font-family: var(--font-heading);
    font-size: 55px;
    font-weight: 400;
    line-height: 1.12;
    letter-spacing: -0.01em;
    color: #ffffff;
}

#events_and_celebrations_banner_section .sale-banner__title span{
	color: var(--primary-color);
}

#events_and_celebrations_banner_section .sale-banner__description {
	margin: 24px 0 0;
	max-width: 500px;
	font-family: var(--font-second);
	font-size: 16px;
	line-height: 1.6;
	font-weight: 400;
	color: #FFFFFF;
}

#events_and_celebrations_banner_section .sale-banner__actions {
	display: flex;
	flex-wrap: wrap;
	align-items: center;
	gap: 70px;
	margin-top: 15px;
}

#events_and_celebrations_banner_section .sale-banner__button {
	display: inline-flex;
	justify-content: center;
	align-items: center;
	padding: 12px 24px;
	font-family: var(--font-second);
	font-size: 14px;
	font-weight: 700;
	line-height: 1;
	text-decoration: none;
	transition: transform 0.25s ease, box-shadow 0.25s ease, background-color 0.25s ease, color 0.25s ease, border-color 0.25s ease;
}

#events_and_celebrations_banner_section .sale-banner__button--primary {
	border-bottom: 4px solid var(--primary-color);
	color: #ffffff;
}

#events_and_celebrations_banner_section .sale-banner__button--primary:hover,
#events_and_celebrations_banner_section .sale-banner__button--primary:focus {
	transform: translateY(-2px);
	color: var(--primary-color);
}

#events_and_celebrations_banner_section .sale-banner__button--secondary {
	background: var(--primary-color);
	color: #eef5ff;
}

#events_and_celebrations_banner_section .sale-banner__button--secondary:hover,
#events_and_celebrations_banner_section .sale-banner__button--secondary:focus {
	transform: translateY(-2px);
	background: var(--primary-color);
	color: #ffffff;
}

a.video-btn {
    color: #ffffff;
    display: inline-flex;
    align-items: center;
    gap: 10px;
}
a.video-btn:hover {
  color: var(--primary-color);
}
a.video-btn:hover i {
  background: var(--primary-color);
  color: #ffffff;
}
a.video-btn i {
    color: #ffffff;
    background: transparent;
    padding: 10px 17px;
    border-radius: 50%;
    font-weight: 600;
    display: flex;
    justify-content: center;
    align-items: center;
    border: 1px solid var(--primary-color);
}
.modal {
  display: none; 
  position: fixed !important; 
  z-index: 9999999;
  left: 50%;
  margin: 0 auto;
  top: 50%;
  transform: translate(-50%, -50%);
  width: 100%;
  height: 100%;
  overflow: hidden;
  background-color: rgba(0, 0, 0, 0.6); 
}
.modal-content embed {
    height: 400px;
    width: 100%;
}
.modal-content {
  background-color: var(--primary-color) !important;
  border: none !important;
  margin: 0 auto;
  padding: 2px;
  width: 600px;
  height: 446px;
  max-width: initial;
  position: absolute;
  top: 50%;
  transform: translate(-50%, -50%);
  left: 50%;
}
.close {
  color: #ffffff !important;
  float: right;
  font-size: 28px !important;
  font-weight: bold;
  text-align: end;
  margin-right: 5px;
  text-shadow: none !important;
  opacity: 1 !important;
}
.close:hover,
.close:focus {
  color: #000 !important;
  text-decoration: none;
  cursor: pointer;
  opacity: 1;
}

.sale-banner-features{
    display:flex;
    justify-content:space-between;
    align-items:center;
    margin-top: 50px;
    max-width: 650px;
    background:rgba(255,255,255,.08);
    backdrop-filter:blur(5px);
    border: 1px solid rgba(255,255,255,.12);
    border-radius: 18px;
    padding: 20px 15px;
}
.feature-item{
    flex:1;
    text-align:center;
}
.feature-icon{
    font-size:28px;
    color: var(--primary-color);
    margin-bottom: 10px;
}
.feature-title {
    color: #fff;
    font-size: 14px;
	font-family: var(--font-second);
    margin: 0;
}

.feature-item:hover i {
  transition: all 900ms ease;
  transform: rotateY(180deg);
}

@media only screen and (max-width: 1500px) {
	#events_and_celebrations_banner_section .sale-banner__content {
		left: 10%;
	}
}

@media only screen and (max-width: 1300px) {
	#events_and_celebrations_banner_section .sale-banner__content {
		left: 5%;
	}
	#events_and_celebrations_banner_section .sale-banner__title {
		max-width: 500px;
		font-size: 44px;
	}
	#events_and_celebrations_banner_section .sale-banner__description {
		max-width: 450px;
	}
}

@media only screen and (max-width: 1100px) {
	.sale-banner-features {
        max-width: 800px;
        gap: 10px;
    }
}

@media only screen and (max-width: 991px) {
	#events_and_celebrations_banner_section.sale-banner {
		min-height: 500px;
		z-index: 1;
	}
	#events_and_celebrations_banner_section .sale-banner__inner {
        grid-template-columns: 1fr;
        min-height: auto;
        row-gap: 20px;
    }

	#events_and_celebrations_banner_section .sale-banner__title {
		font-size: 40px;
		max-width: 100%;
	}

	#events_and_celebrations_banner_section .sale-banner__description {
		max-width: 100%;
	}

	#events_and_celebrations_banner_section .sale-banner__media,
	#events_and_celebrations_banner_section .sale-banner__media-frame,
	#events_and_celebrations_banner_section .sale-banner__media-image {
		min-height: 360px;
		height: 360px;
	}

	#events_and_celebrations_banner_section .sale-banner__media::before {
		display: none;
	}

	#events_and_celebrations_banner_section .sale-banner__content::before {
		background-size: cover;
		background-position: center;
	}
	#events_and_celebrations_banner_section .sale-banner__content {
        left: 2%;
        max-width: 94%;
    }
}

@media only screen and (max-width: 575px) {
	#events_and_celebrations_banner_section .sale-banner__content {
        left: 2%;
        max-width: 94%;
        text-align: center;
        margin-top: 30px;
    }
	#events_and_celebrations_banner_section .sale-banner__model-image {
		border-radius: 160px 0 0 0;
	}

	#events_and_celebrations_banner_section .sale-banner__title {
		font-size: 32px;
		line-height: 1.18;
	}

	#events_and_celebrations_banner_section .sale-banner__description {
		margin-top: 18px;
		font-size: 14px;
		line-height: 1.5;
	}

	#events_and_celebrations_banner_section .sale-banner__actions {
        margin-top: 24px;
        gap: 10px;
        flex-direction: row;
        flex-wrap: nowrap;
    }

	#events_and_celebrations_banner_section .sale-banner__media,
	#events_and_celebrations_banner_section .sale-banner__media-frame,
	#events_and_celebrations_banner_section .sale-banner__media-image {
		height: 280px;
		min-height: 280px;
	}
	.sale-banner-features {
        max-width: 100%;
		display: block;
    }
	.feature-item {
		margin-bottom: 10px;
	}

	.modal-content {
		width: 300px;
	}
}