/** banner-section **/

.banner-section {
    position: relative;
    overflow: hidden;
}

.banner-section .pattern-layer {
    position: absolute;
    left: 0px;
    bottom: 0px;
    width: 100%;
    height: 180px;
    background-size: cover;
    background-repeat: no-repeat;
    background-position: top center;
    z-index: 2;
}

.banner-carousel {
    position: relative;
}

.banner-carousel .slide-item {
    position: relative;
    padding: 210px 0px 340px 0px;
}

.banner-carousel .swiper-slide .shape {
    position: absolute;
    left: 0px;
    top: 0px;
    width: 100%;
    height: 100%;
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
    transition: all 2500ms ease;
}

.banner-carousel .content-box {
    position: relative;
    display: block;
    z-index: 5;
    width: 100%;
}

.banner-carousel .content-box h1 {
    position: relative;
    display: block;
    color: #fff;
    font-size: 170px;
    line-height: 140px;
    font-family: 'Londrina Solid', cursive;
    margin-bottom: 77px;
    opacity: 0;
    -webkit-transform: translateY(-50px);
    -moz-transform: translateY(-50px);
    -ms-transform: translateY(-50px);
    -o-transform: translateY(-50px);
    transform: translateY(-50px);
    -webkit-transition: all 1000ms ease;
    -moz-transition: all 1000ms ease;
    -ms-transition: all 1000ms ease;
    -o-transition: all 1000ms ease;
    transition: all 1000ms ease;
}

.banner-carousel .swiper-slide-active .content-box h1 {
    opacity: 1;
    -webkit-transform: translateY(0);
    -moz-transform: translateY(0);
    -ms-transform: translateY(0);
    -o-transform: translateY(0);
    transform: translateY(0);
    -webkit-transition-delay: 1000ms;
    -moz-transition-delay: 1000ms;
    -ms-transition-delay: 1000ms;
    -o-transition-delay: 1000ms;
    transition-delay: 1000ms;
}

.banner-carousel .content-box p {
    position: relative;
    display: inline-block;
    font-size: 18px;
    line-height: 26px;
    font-weight: 400;
    color: #fff;
    margin-bottom: 26px;
    opacity: 0;
    padding-right: 55px;
    -webkit-transform: translateY(50px);
    -moz-transform: translateY(50px);
    -ms-transform: translateY(50px);
    -o-transform: translateY(50px);
    transform: translateY(50px);
    -webkit-transition: all 1000ms ease;
    -moz-transition: all 1000ms ease;
    -ms-transition: all 1000ms ease;
    -o-transition: all 1000ms ease;
    transition: all 1000ms ease;
}

.banner-carousel .swiper-slide-active .content-box p {
    opacity: 1;
    -webkit-transform: translateY(0);
    -moz-transform: translateY(0);
    -ms-transform: translateY(0);
    -o-transform: translateY(0);
    transform: translateY(0);
    -webkit-transition-delay: 1200ms;
    -moz-transition-delay: 1200ms;
    -ms-transition-delay: 1200ms;
    -o-transition-delay: 1200ms;
    transition-delay: 1200ms;
}

.banner-carousel .content-box p span {
    font-weight: 700;
    text-transform: uppercase;
}

.banner-carousel .content-box h2 {
    position: relative;
    display: inline-block;
    font-size: 48px;
    line-height: 55px;
    font-weight: 600;
    color: rgba(255, 255, 255, 0.50);
    margin-bottom: 100px;
    opacity: 0;
    -webkit-transform: translateY(50px);
    -moz-transform: translateY(50px);
    -ms-transform: translateY(50px);
    -o-transform: translateY(50px);
    transform: translateY(50px);
    -webkit-transition: all 1000ms ease;
    -moz-transition: all 1000ms ease;
    -ms-transition: all 1000ms ease;
    -o-transition: all 1000ms ease;
    transition: all 1000ms ease;
}

.banner-carousel .swiper-slide-active .content-box h2 {
    opacity: 1;
    -webkit-transform: translateY(0);
    -moz-transform: translateY(0);
    -ms-transform: translateY(0);
    -o-transform: translateY(0);
    transform: translateY(0);
    -webkit-transition-delay: 1000ms;
    -moz-transition-delay: 1000ms;
    -ms-transition-delay: 1000ms;
    -o-transition-delay: 1000ms;
    transition-delay: 1000ms;
}

.banner-carousel .content-box h2 span {
    position: relative;
    display: inline-block;
    font-size: 60px;
    font-weight: 800;
    color: #fff;
    text-transform: uppercase;
}

.banner-carousel .content-box h2 span:before {
    position: absolute;
    content: '';
    background-image: url(../../images/shape/shape-2.png);
    width: 303px;
    height: 118px;
    left: -20px;
    top: -30px;
    background-repeat: no-repeat;
    z-index: -1;
}

.banner-carousel .content-box .btn-box {
    position: relative;
    opacity: 0;
    -webkit-transform: translateY(50px);
    -moz-transform: translateY(50px);
    -ms-transform: translateY(50px);
    -o-transform: translateY(50px);
    transform: translateY(50px);
    -webkit-transition: all 1000ms ease;
    -moz-transition: all 1000ms ease;
    -ms-transition: all 1000ms ease;
    -o-transition: all 1000ms ease;
    transition: all 1000ms ease;
}

.banner-carousel .swiper-slide-active .content-box .btn-box {
    opacity: 1;
    -webkit-transform: translateY(0);
    -moz-transform: translateY(0);
    -ms-transform: translateY(0);
    -o-transform: translateY(0);
    transform: translateY(0);
    -webkit-transition-delay: 1000ms;
    -moz-transition-delay: 1000ms;
    -ms-transition-delay: 1000ms;
    -o-transition-delay: 1000ms;
    transition-delay: 1000ms;
}

.banner-carousel .content-box .btn-box .theme-btn {
    padding: 22.5px 65px;
    font-size: 18px;
    font-weight: 700;
}

.banner-carousel .image-box {
    position: relative;
    display: block;
    margin-right: -60px;
    margin-left: -150px;
    opacity: 0;
    -webkit-transform: translateY(100px);
    -moz-transform: translateY(100px);
    -ms-transform: translateY(100px);
    -o-transform: translateY(100px);
    transform: translateY(100px);
    -webkit-transition: all 1000ms ease;
    -moz-transition: all 1000ms ease;
    -ms-transition: all 1000ms ease;
    -o-transition: all 1000ms ease;
    transition: all 1000ms ease;
}

.banner-carousel .swiper-slide-active .image-box {
    opacity: 1;
    -webkit-transform: translateY(0);
    -moz-transform: translateY(0);
    -ms-transform: translateY(0);
    -o-transform: translateY(0);
    transform: translateY(0);
    -webkit-transition-delay: 1000ms;
    -moz-transition-delay: 1000ms;
    -ms-transition-delay: 1000ms;
    -o-transition-delay: 1000ms;
    transition-delay: 1000ms;
}

.banner-carousel .image-box img {
    width: 100%;
}

.banner-section .hero-slider-nav {
    display: none;
}


/** banner-style-two **/

.banner-carousel .slide-item .image-layer {
    position: absolute;
    left: 0px;
    top: 0px;
    right: 0px;
    width: 100%;
    height: 100%;
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
    -webkit-transform: scale(1);
    -ms-transform: scale(1);
    transform: scale(1);
    -webkit-transition: all 6000ms linear;
    -moz-transition: all 6000ms linear;
    -ms-transition: all 6000ms linear;
    -o-transition: all 6000ms linear;
    transition: all 6000ms linear;
}

.banner-carousel .swiper-slide-active .image-layer {
    -webkit-transform: scale(1.15);
    -ms-transform: scale(1.15);
    transform: scale(1.15);
}

.banner-carousel .content-box h3 {
    position: relative;
    display: block;
    font-size: 36px;
    line-height: 46px;
    font-weight: 700;
    color: #fff;
    margin-bottom: 20px;
    opacity: 0;
    text-transform: uppercase;
    text-shadow: 4px 0 0 #068042, -4px 0 0 #068042, 0 4px 0 #068042, 0 -4px 0 #068042, 4px 4px #068042, -4px -4px 0 #068042, 4px -4px 0 #068042, -4px 4px 0 #068042;
    -webkit-transform: translateY(50px);
    -moz-transform: translateY(50px);
    -ms-transform: translateY(50px);
    -o-transform: translateY(50px);
    transform: translateY(50px);
    -webkit-transition: all 1000ms ease;
    -moz-transition: all 1000ms ease;
    -ms-transition: all 1000ms ease;
    -o-transition: all 1000ms ease;
    transition: all 1000ms ease;
}

.banner-carousel .swiper-slide-active .content-box h3 {
    opacity: 1;
    -webkit-transform: translateY(0);
    -moz-transform: translateY(0);
    -ms-transform: translateY(0);
    -o-transform: translateY(0);
    transform: translateY(0);
    -webkit-transition-delay: 1000ms;
    -moz-transition-delay: 1000ms;
    -ms-transition-delay: 1000ms;
    -o-transition-delay: 1000ms;
    transition-delay: 1000ms;
}

.banner-style-two .banner-carousel .content-box h2 {
    font-size: 170px;
    line-height: 140px;
    color: #fff;
    font-family: 'Londrina Solid', cursive;
    font-weight: 400;
    text-transform: uppercase;
    letter-spacing: 5px;
    margin-bottom: 64px;
}

.banner-style-two .banner-carousel .content-box h2 .discount-text {
    position: relative;
    display: inline-block;
    font-size: 170px;
    line-height: 160px;
    color: #fff;
    margin-left: 30px;
    text-shadow: 10px 0 0 #ff390b, -10px 0 0 #ff390b, 0 10px 0 #ff390b, 0 -10px 0 #ff390b, 10px 10px #ff390b, -10px -10px 0 #ff390b, 10px -10px 0 #ff390b, -10px 10px 0 #ff390b;
}

.banner-style-two .banner-carousel .content-box h2 .discount {
    position: relative;
    display: inline-block;
    font-size: 100px;
    line-height: 80px;
    color: #fff;
    margin-left: 10px;
    text-align: left;
    text-shadow: 10px 0 0 #ff390b, -10px 0 0 #ff390b, 0 10px 0 #ff390b, 0 -10px 0 #ff390b, 10px 10px #ff390b, -10px -10px 0 #ff390b, 10px -10px 0 #ff390b, -10px 10px 0 #ff390b;
}

.banner-style-two .banner-carousel .content-box h2 span:before {
    display: none;
}

.banner-style-two .banner-carousel .content-box h2 .discount-text:after {
    position: absolute;
    content: '';
    background-image: url(../../images/shape/shape-16.png);
    width: 483px;
    height: 258px;
    left: -43px;
    top: -50px;
    background-repeat: no-repeat;
    z-index: -1;
}

.banner-style-two .banner-carousel .slide-item {
    padding: 170px 0px 180px 0px;
}

.banner-carousel .content-box .text {
    position: relative;
    display: block;
    font-size: 60px;
    line-height: 60px;
    font-weight: 400;
    margin-bottom: 40px;
    font-family: 'Londrina Solid', cursive;
    opacity: 0;
    -webkit-transform: translateY(50px);
    -moz-transform: translateY(50px);
    -ms-transform: translateY(50px);
    -o-transform: translateY(50px);
    transform: translateY(50px);
    -webkit-transition: all 1000ms ease;
    -moz-transition: all 1000ms ease;
    -ms-transition: all 1000ms ease;
    -o-transition: all 1000ms ease;
    transition: all 1000ms ease;
}

.banner-carousel .swiper-slide-active .content-box .text {
    opacity: 1;
    -webkit-transform: translateY(0);
    -moz-transform: translateY(0);
    -ms-transform: translateY(0);
    -o-transform: translateY(0);
    transform: translateY(0);
    -webkit-transition-delay: 1000ms;
    -moz-transition-delay: 1000ms;
    -ms-transition-delay: 1000ms;
    -o-transition-delay: 1000ms;
    transition-delay: 1000ms;
}

.banner-carousel .content-box.style-two h2 {
    margin-bottom: 17px;
}

.banner-carousel .content-box.style-two p {
    margin-bottom: 74px;
}

.banner-carousel .swiper-nav {
    position: absolute;
    top: 45%;
    width: 100%;
    z-index: 9;
}

.banner-carousel .swiper-nav .nav-btn {
    position: absolute;
    display: inline-block;
    width: 50px;
    height: 50px;
    line-height: 50px;
    font-size: 30px;
    color: #000;
    background: #fff;
    text-align: center;
    border-radius: 5px;
    cursor: pointer;
    transition: all 500ms ease;
}

.banner-carousel .swiper-nav .banner-slider-button-next {
    left: 70px;
}

.banner-carousel .swiper-nav .banner-slider-button-prev {
    right: 70px;
}

.banner-carousel .swiper-nav .nav-btn:hover {}

.banner-carousel .banner-pagination {
    position: absolute;
    left: 50%;
    transform: translateX(-50%);
    bottom: 48px;
    z-index: 1;
}

.banner-carousel .banner-pagination .swiper-pagination-bullet {
    position: relative;
    display: inline-block;
    background: #fff;
    width: 12px;
    height: 12px;
    border-radius: 50%;
    cursor: pointer;
    margin: 0px 10px;
    transition: all 500ms ease;
}

.banner-carousel .swiper-pagination .swiper-pagination-bullet-active,
.banner-carousel .swiper-pagination .swiper-pagination-bullet:hover {}

.banner-style-two .banner-carousel .content-box {
    min-height: 480px;
}


/** banner-style-three **/

.banner-style-three .bg-layer {
    position: absolute;
    left: 0px;
    bottom: 0px;
    right: 0px;
    width: 100%;
    height: 100%;
    background-size: cover;
    background-repeat: no-repeat;
    background-position: bottom center;
}

.banner-style-three {
    background: #fff !important;
}

.banner-style-three .banner-carousel .image-box {
    margin-left: 0px;
    margin-right: -150px;
}

.banner-style-three .theme-btn {
    background: #fff;
    color: #000;
}

.banner-style-three .theme-btn:hover {
    color: #fff;
}

.banner-style-three .theme-btn:before {}

.banner-style-three .banner-carousel .content-box p {
    padding: 0px;
    margin-bottom: 118px;
    font-size: 20px;
    line-height: 36px;
}

.banner-style-three .banner-carousel .content-box h1 {
    font-size: 150px;
    line-height: 140px;
    margin-bottom: 54px;
}

.banner-style-three .banner-carousel .slide-item {
    padding: 250px 0px 240px 0px;
}


/** banner-style-four **/

.banner-style-four {
    position: relative;
    width: 100%;
    padding: 300px 0px 345px 0px;
    background-size: cover;
    background-repeat: no-repeat;
    background-position: bottom center;
    overflow: hidden;
}

.banner-style-four:before {
    position: absolute;
    content: '';
    background: #000;
    width: 100%;
    height: 100%;
    left: 0px;
    top: 0px;
    opacity: 0.35;
}

.banner-style-four .shape {
    position: absolute;
    left: 0px;
    bottom: 0px;
    width: 100%;
    height: 70px;
    background-repeat: no-repeat;
    background-position: center;
    background-size: 100% 100%;
}

.banner-style-four h5 {
    display: block;
    font-size: 18px;
    line-height: 26px;
    font-weight: 700;
    color: #fff;
    text-transform: uppercase;
    margin-bottom: 19px;
}

.banner-style-four h1 {
    position: relative;
    display: block;
    font-size: 150px;
    line-height: 130px;
    font-weight: 400;
    font-family: 'Londrina Solid', cursive;
    color: #fff;
    text-transform: uppercase;
    margin-bottom: 0px;
}

.banner-style-four span {
    position: relative;
    display: block;
    font-size: 160px;
    line-height: 50px;
    font-weight: 400;
    font-family: 'Kaushan Script', cursive;
    margin-bottom: 180px;
    min-height: 50px;
}

.banner-style-four .theme-btn {
    background: #fff!important;
    color: #000;
    padding: 22px 45px;
    font-size: 18px;
}

.banner-style-four .typed-cursor {
    display: none;
}

.promotions-section{
	position: relative;
	background: #e9e2d9;
	padding: 50px 0px 170px 0px;
}

.promotions-section .pattern-layer{
	position: absolute;
	left: 0px;
	top: 0px;
	right: 0px;
	width: 100%;
	height: 100%;
	background-size: cover;
	background-repeat: no-repeat;
	background-position: center;
}

.promotions-section .inner-box{
	position: relative;
	display: block;
	overflow: hidden;
	border-radius: 10px;
	margin-bottom: 15px;
}

.promotions-section .single-column{
	padding: 0px 7.5px;
}

.promotions-section .inner-content{
	position: relative;
	margin: 0px 7.5px;
}

.promotions-section .content-block-one .inner-box .image-box{
	position: absolute;
	left: 25px;
	bottom: 62px;
}

.promotions-section .content-block-one .inner-box{
	padding: 76px 50px 79px 335px;
}

.promotions-section .content-block-one .inner-box h6{
	display: block;
	font-size: 16px;
	line-height: 24px;
	color: #fff;
	text-transform: uppercase;
	margin-bottom: 14px;
	font-weight: 400;
}

.promotions-section .inner-box h2{
	position: relative;
	display: block;
	font-size: 60px;
	line-height: 48px;
	font-family: 'Londrina Solid', cursive;
	color: #fff;
	font-weight: 400;
	text-transform: uppercase;
}

.promotions-section .content-block-one .inner-box h2{
	margin-bottom: 69px;
}

.promotions-section .content-block-one .inner-box .hot-line{
	position: relative;
}

.promotions-section .content-block-one .inner-box .hot-line .shape{
	position: absolute;
	left: -21px;
	top: -15px;
	width: 281px;
	height: 91px;
	background-repeat: no-repeat;
}

.promotions-section .content-block-one .inner-box .hot-line span{
	position: relative;
	display: block;
	font-size: 14px;
	line-height: 24px;
	font-weight: 700;
	color: #ff9999;
	text-transform: uppercase;
	margin-bottom: 0px;
}

.promotions-section .content-block-one .inner-box .hot-line h3{
	display: block;
	font-size: 24px;
	line-height: 26px;
	color: #fff;
}

.promotions-section .content-block-one .inner-box .hot-line h3 a{
	display: inline-block;
	color: #fff;
}

.promotions-section .content-block-one .inner-box .hot-line h3 a:hover{
	text-decoration: underline;
}

.promotions-section .content-block-two .inner-box{
	padding: 71px 60px 59px 60px;
}

.promotions-section .content-block-two .inner-box .image-box{
	position: absolute;
	bottom: 0px;
	right: 0px;
}

.promotions-section .content-block-two .inner-box h2{
	margin-bottom: 13px;
}

.promotions-section .content-block-two .inner-box h3{
	display: block;
	font-size: 36px;
	line-height: 36px;
	color: #fff;
	text-transform: uppercase;
	font-family: 'Londrina Solid', cursive;
	color: #fff;
	margin-bottom: 121px;
}

.promotions-section .content-block-two .inner-box h3 span{
	color: #591606;
}

.promotions-section .content-block-two .inner-box h5{
	display: block;
	font-size: 18px;
	line-height: 30px;
	color: #fff;
	font-weight: 400;
	text-transform: uppercase;
}

.promotions-section .content-block-two .inner-box h5 span{
	font-weight: 700;
}

.promotions-section .content-block-two .inner-box .text{
	position: relative;
	width: 100%;
	max-width: 410px;
}

.promotions-section .content-block-two .inner-box .price{
	position: absolute;
	display: flex;
	align-items: center;
	justify-content: center;
	right: 0px;
	bottom: 0px;
	width: 167px;
	height: 178px;
	text-transform: capitalize;
	padding-left: 15px;
	text-align: center;
}

.promotions-section .content-block-two .inner-box .price .shape{
	position: absolute;
	left: 0px;
	top: 0px;
	width: 167px;
	height: 178px;
	background-repeat: no-repeat;
}

.promotions-section .content-block-two .inner-box .price span{
	position: relative;
	display: block;
	font-size: 19px;
	line-height: 20px;
	color: #fff;
	text-transform: uppercase;
	margin-bottom: 5px;
	font-weight: 700;
}

.promotions-section .content-block-three .inner-box{
	padding: 52px 50px 214px 250px;
}

.promotions-section .content-block-three .inner-box .image-box{
	position: absolute;
	left: 0px;
	bottom: 0px;
	width: 100%;
}

.promotions-section .content-block-three .inner-box .image-box img{
	width: 100%;
}

.promotions-section .content-block-three .inner-box .price{
	position: absolute;
	display: flex;
	align-items: center;
	justify-content: center;
	left: 50px;
	top: 60px;
	width: 122px;
	height: 130px;
	text-transform: capitalize;
	text-align: center;
}

.promotions-section .content-block-three .inner-box .price .shape{
	position: absolute;
	left: -5px;
	top: 8px;
	width: 167px;
	height: 178px;
	background-repeat: no-repeat;
}

.promotions-section .content-block-three .inner-box .price span{
	position: relative;
	display: block;
	font-size: 14px;
	line-height: 20px;
	color: #fff;
	text-transform: uppercase;
	margin-bottom: 5px;
	font-weight: 700;
}

.promotions-section .content-block-three .inner-box .price h2{
	font-size: 48px;
	line-height: 40px;
}

.promotions-section .content-block-four .inner-box{
	background: #faf3ea;
	padding: 53px 50px 225px 50px;
}

.promotions-section .content-block-four .inner-box .image-box{
	position: absolute;
	left: 0px;
	bottom: 0px;
	width: 100%;
}

.promotions-section .content-block-four .inner-box .image-box img{
	width: 100%;
}

.promotions-section .content-block-four .inner-box h6{
	display: block;
	font-size: 16px;
	line-height: 24px;
	font-weight: 400;
	text-transform: uppercase;
	color: #591606;
	margin-bottom: 7px;
}

.promotions-section .content-block-four .inner-box h2{
	color: #591606;
	margin-bottom: 15px;
	z-index: 1;
}

.promotions-section .content-block-four .inner-box .offer-box h3{
	font-size: 36px;
	line-height: 36px;
	font-weight: 400;
	color: #fff;
	font-family: 'Londrina Solid', cursive;
}

.promotions-section .content-block-four .inner-box .offer-box{
	position: relative;
	display: inline-block;
}

.promotions-section .content-block-four .inner-box .offer-box .shape {
    position: absolute;
    left: -34px;
    top: -30px;
    width: 263px;
    height: 97px;
    background-repeat: no-repeat;
}

.promotions-section .content-block-five .inner-box{
	padding: 59px 30px 40px 30px;
}

.promotions-section .content-block-five .inner-box h2{
	margin-bottom: 10px;
}

.promotions-section .content-block-five .inner-box span{
	font-size: 24px;
	line-height: 10px;
	font-style: italic;
	font-weight: 400;
	margin-bottom: 37px;
}

.promotions-section .content-block-five .inner-box .image-box{
	position: relative;
	display: block;
	margin-bottom: 28px!important;
}

.promotions-section .content-block-five .inner-box p{
	font-size: 14px;
	color: #fff;
	text-transform: uppercase;
}


/** promotions-style-two **/

.promotions-style-two .inner-container{
	padding: 100px 0px;
	border-bottom: 1px solid #d9d9d9;
	border-top: 1px solid #d9d9d9;
}

.promotions-style-two .content-box-one .inner-box{
	position: relative;
	display: block;
	overflow: hidden;
	border-radius: 5px;
	padding: 67px 50px 55px 80px;
}

.promotions-style-two .content-box-one .inner-box h2{
	position: relative;
	display: inline-block;
	font-size: 72px;
	line-height: 59px;
	font-weight: 400;
	color: #fff;
	text-transform: uppercase;
	font-family: 'Londrina Solid', cursive;
	padding-right: 63px;
	margin-bottom: 14px;
}

.promotions-style-two .content-box-one .inner-box h2 span{
	position: absolute;
	top: 2px;
	right: 0px;
	font-size: 155px;
	line-height: 120px;
}

.promotions-style-two .content-box-one .image-1{
	position: absolute;
	top: 0px;
	right: 100px;
}

.promotions-style-two .content-box-one .image-2{
	position: absolute;
	right: 0px;
	bottom: 0px;
}

.promotions-style-two .content-box-one .inner-box p{
	font-size: 16px;
	color: #fff;
	text-transform: uppercase;
}

.promotions-style-two .content-box-two .inner-box{
	position: relative;
	display: block;
	overflow: hidden;
	border-radius: 5px;
	background: #f2f3f8;
	padding: 67px 50px 50px 80px;
}

.promotions-style-two .content-box-two .inner-box h2{
	position: relative;
	display: inline-block;
	font-size: 72px;
	line-height: 60px;
	font-weight: 400;
	text-transform: uppercase;
	font-family: 'Londrina Solid', cursive;
	margin-bottom: 17px;
}

.promotions-style-two .content-box-two .inner-box p{
	position: relative;
	display: block;
	padding-left: 30px;
	font-size: 18px;
	font-weight: 700;
}

.promotions-style-two .content-box-two .inner-box p i{
	position: absolute;
	left: 0px;
	top: 2px;
}

.promotions-style-two .content-box-two .inner-box p a:hover{
	text-decoration: underline;
}

.promotions-style-two .content-box-two .image-1{
	position: absolute;
	right: 25px;
	bottom: 0px;
}


/** promotions-style-three **/

.promotions-style-three{
	position: relative;
}

.promotions-style-three .inner-container{
	position: relative;
	width: 100%;
	border-radius: 8px;
	overflow: hidden;
	background-size: cover;
	background-repeat: no-repeat;
	background-position: center;
	background-attachment: fixed;
}

.promotions-style-three .inner-box{
	position: relative;
	display: block;
	padding: 89px 50px 100px 380px;
}

.promotions-style-three .inner-box .price{
	position: absolute;
	display: flex;
	align-items: center;
	justify-content: center;
	left: 0px;
	top: 75px;
	width: 268px;
	height: 286px;
	text-transform: capitalize;
	padding-left: 30px;
	text-align: center;
}

.promotions-style-three .inner-box .price .shape{
	position: absolute;
	left: 0px;
	top: 15px;
	width: 268px;
	height: 286px;
	background-repeat: no-repeat;
}

.promotions-style-three .inner-box .price span{
	position: relative;
	display: block;
	font-size: 30px;
	line-height: 30px;
	color: #fff;
	text-transform: uppercase;
	margin-bottom: 5px;
	font-weight: 700;
}

.promotions-style-three .inner-box .price h2{
	font-size: 105px;
	line-height: 80px;
	font-weight: 400;
	color: #fff;
	font-family: 'Londrina Solid', cursive;
}

.promotions-style-three .inner-box .content-box{
	position: relative;
}

.promotions-style-three .inner-box .content-box h3{
	display: block;
	font-size: 24px;
	line-height: 30px;
	font-weight: 700;
	color: #fff;
	text-transform: uppercase;
	margin-bottom: 5px;
}

.promotions-style-three .inner-box .content-box h2{
	display: block;
    font-size: 72px;
    line-height: 70px;
    font-family: 'Londrina Solid', cursive;
    font-weight: 400;
    color: #fff;
    text-transform: uppercase;
    margin-bottom: 33px;
}

.promotions-style-three .inner-box .content-box .list{
	position: relative;
	display: block;
	margin-bottom: 57px;
}

.promotions-style-three .inner-box .content-box .list li{
	position: relative;
	display: block;
	font-size: 16px;
	line-height: 26px;
	color: #fff;
	margin-bottom: 7px;
	padding-left: 40px;
}

.promotions-style-three .inner-box .content-box .list li:last-child{
	margin-bottom: 0px;
}

.promotions-style-three .inner-box .content-box .list li:before{
	position: absolute;
	content: "\f00c";
	font-family: 'Font Awesome 5 Pro';
	font-size: 14px;
	font-weight: 400;
	color: #fff;
	width: 25px;
	height: 25px;
	border-radius: 50%;
	left: 0px;
	top: 0px;
	text-align: center;
}


/** promotions-style-four **/

.promotions-style-four{
	position: relative;
	padding: 232px 0px 400px 0px;
}

.promotions-style-four .bg-layer{
	position: absolute;
	left: 0px;
	top: 0px;
	width: 100%;
	height: 100%;
	background-size: cover;
	background-repeat: no-repeat;
	background-position: bottom center;
}

.promotions-style-four .pattern-layer{
	position: absolute;
	left: 0px;
	top: 0px;
	width: 100%;
	height: 111px;
	background-size: 100% 100%;
	background-repeat: no-repeat;
	background-position: center;
}

.promotions-style-four .inner-box h3{
	display: block;
	font-size: 24px;
	line-height: 34px;
	color: #fff;
	text-transform: uppercase;
	margin-bottom: 13px;
}

.promotions-style-four .inner-box h2{
	display: block;
	font-size: 100px;
	line-height: 90px;
	color: #fff;
	font-weight: 400;
	margin-bottom: 22px;
	font-family: 'Londrina Solid', cursive;
	z-index: 2;
}

.promotions-style-four .inner-box span{
	position: relative;
	display: inline-block;
	font-size: 60px;
	line-height: 50px;
	font-weight: 400;
	margin-bottom: 30px;
	font-family: 'Londrina Solid', cursive;
	margin-bottom: 85px;
	z-index: 1;
	text-transform: uppercase;
}

.promotions-style-four .inner-box span:before{
	position: absolute;
	content: '';
	width: 346px;
	height: 135px;
	background-repeat: no-repeat;
	left: 70%;
	top: 50%;
	transform: translate(-50%,-50%);
	z-index: -1;
}

.promotions-style-four .inner-box .btn-box .theme-btn{
	font-size: 18px;
	font-weight: 700;
	padding: 22px 45px;
}

.menu-section .pattern-layer {
	position: absolute;
    left: 0px;
    top: 0px;
    width: 100%;
    height: 153px;
    background-size: cover;
    background-repeat: no-repeat;
    background-position: bottom center;
}.subscribe-section {
    position: relative;
    padding: 113px 0px 150px 0px;
}

.subscribe-section .sec-title h2 {
    margin-bottom: 38px;
}

.subscribe-section .sec-title p {
    font-size: 18px;
}

.subscribe-section .form-inner {
    position: relative;
    max-width: 970px;
    width: 100%;
    margin: 0 auto;
    margin-bottom: 26px;
}

.subscribe-section .form-inner .form-group {
    position: relative;
    margin: 0px;
}

.subscribe-section .form-inner .form-group input[type='email'] {
    position: relative;
    display: block;
    width: 100%;
    height: 70px;
    background: #fff;
    border: 1px solid #fff;
    border-radius: 5px;
    padding: 10px 150px 10px 70px;
    font-size: 16px;
    color: #999999;
    transition: all 500ms ease;
}

.subscribe-section .form-inner .form-group i {
    position: absolute;
    left: 26px;
    top: 22px;
    font-size: 28px;
    font-weight: 700;
    color: #000;
    z-index: 1;
}

.subscribe-section .form-inner .form-group button[type='submit'] {
    position: absolute;
    top: 22px;
    right: 30px;
    font-size: 18px;
    line-height: 28px;
    font-weight: 700;
    text-transform: uppercase;
    color: #000;
    background: transparent;
    transition: all 500ms ease;
}

.subscribe-section .form-inner .form-group input:focus {}

.subscribe-section .form-inner .form-group input:focus+button,
.subscribe-section .form-inner .form-group button:hover {}

.subscribe-section .lower-text p {
    font-size: 14px;
    color: #666666;
}

.subscribe-section .lower-text p a {
    display: inline-block;
    line-height: 16px;
    color: #000;
    text-decoration: underline;
}

.subscribe-section .lower-text p a:hover {}