#ip-banner {
    display: none;
}

.ip-custom-banner {
    position: relative;
}

#inner-page-wrapper {
	margin: 0;
	background: #13140c;
}

#inner-page-wrapper > .container {
	width: 100%;
	padding: 0;
}

.ip-banner canvas {
    display: block;
    width: 100%;
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
}

.ip-banner > .container {
    position: absolute;
    bottom: 72px;
    left: 0;
    right: 0;
    z-index: 5;
    text-align: center;
}

.entry-title {
    font-size: 60px;
    letter-spacing: 0.025em;
    color: #cbbaa1;
}

/*section1*/
#ip-s1 {
    position: relative;
    padding: 0 15px 35px;
    margin-top: 110px;
    text-align: center;
}

#ip-s1 .container.custom-container {
    max-width: 1294px;
    width: 100%;
}

#ip-s1 .ww-title h2 {
    font-size: 48px;
}

.ww-text {
    font-size: 30px;
    line-height: 1.3;
    color: #c7a452;
}

.ww-text p {
    display: block;
    margin: 0 0 40px;
}

#ip-s1 .ww-title {
    margin-bottom: 48px;
}

#ip-s1 .ww-lists {
    display: flex;
    justify-content: space-around;
    gap: 60px;
    padding: 40px 0 82px;
}

/*section2*/
#ip-s2 {
	position: relative;
	margin: 0 0 90px;
}

.ip-s2-bg {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    pointer-events: none;
}

.ip-s2-bg canvas {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
}

.ip-s2-inner {
	position: relative;
	z-index: 5;
}

.ip-s2-cta-lists {
	display: flex;
	flex-wrap: wrap;
	justify-content: center;
	margin: 0 -5px;
}

.ip-s2-cta {
    width: 20%;
    border-right: 5px solid #13140c;
    border-left: 5px solid #13140c;
}

.ip-s2-cta-content {
	position: relative;
	min-height: 680px;
}

.ip-s2-cta-content::after {
    content: '';
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 50%;
    background: linear-gradient(to bottom, rgba(0,0,0,0) 0%,rgba(0,0,0,0.8) 100%);
    pointer-events: none;
    -webkit-transition: all 0.4s ease-in-out;
    -moz-transition: all 0.4s ease-in-out;
    -o-transition: all 0.4s ease-in-out;
    transition: all 0.4s ease-in-out;
}

.ip-s2-cta-content:hover::after {
	opacity: 0;
}

.ip-s2-cta-image {
	opacity: 0;
	position: relative;
}

.ip-s2-cta-image img {
	aspect-ratio: 310/680;
	display: block;
    width: 100%;
    height: auto;
    object-fit: cover;
    transition: var(--default-transition);
}

.ip-s2-cta-content h2 {
    position: absolute;
    bottom: 50px;
    left: 0;
    width: 100%;
    z-index: 5;
    padding: 0 39px;
    font-size: 35px;
    color: #c7a452;
    text-transform: uppercase;
    -webkit-transition: all 0.4s ease-in-out;
    -moz-transition: all 0.4s ease-in-out;
    -o-transition: all 0.4s ease-in-out;
    transition: all 0.4s ease-in-out;
}

.ip-s2-cta-content:hover h2 {
	opacity: 0;
}

.ip-s2-cta-hover {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    padding: 40px;
    z-index: 5;
    opacity: 0;
    -webkit-transition: all 0.4s ease-in-out;
    -moz-transition: all 0.4s ease-in-out;
    -o-transition: all 0.4s ease-in-out;
    transition: all 0.4s ease-in-out;
}

.ip-s2-cta-content:hover .ip-s2-cta-hover {
	opacity: 1;
}

.ip-s2-cta-hover h3 {
    font-size: 24px;
    color: #c7a452;
    text-transform: uppercase;
    margin-bottom: 15px;
}

.ip-s2-cta-hover p {
    display: block;
    font-size: 12px;
    font-family: "Poppins", sans-serif;
    line-height: 1.7;
    letter-spacing: 0.02em;
    color: #fff;
}

.ip-s2-cta-hover p:not(:last-child) {
	margin-bottom: 15px;
}

.ip-s2-cta-content::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: #000;
    opacity: 0;
    z-index: 2;
    -webkit-transition: all 0.4s ease-in-out;
    -moz-transition: all 0.4s ease-in-out;
    -o-transition: all 0.4s ease-in-out;
    transition: all 0.4s ease-in-out;
}

.ip-s2-cta-content:hover::before {
	opacity: .65;
}

/*******************************************************
 *
 * Mobile styles and other media queries
 *
 *******************************************************/
@media only screen and (max-width: 1440px) {
	.ip-s2-cta-content h2 {
	    padding: 0 20px;
	}

	.ip-s2-cta-hover {
	    padding: 20px;
	}
}

@media only screen and (max-width: 1366px) {
	.ip-banner > .container {
	    bottom: 42px;
	}
	.entry-title {
	    font-size: 50px;
	}

	.ip-s2-cta-content h2 {
	    font-size: 25px;
	    padding: 0 15px;
	}

	.ip-s2-cta-hover {
	    padding: 15px;
	}

	.ip-s2-cta-hover p {
	    line-height: 1.6;
	}
}

@media only screen and (max-width: 1199px) {
	.ip-banner > .container {
	    bottom: 30px;
	}
	.entry-title {
	    font-size: 40px;
	}

	#ip-s1 {
	    margin-top: 50px;
	}
	.ww-text {
	    font-size: 25px;
	}
	.ip-s2-cta-hover p {
	    line-height: 1.4;
	    letter-spacing: 0;
	    font-size: 11px;
	}
}

/* iPad(portrait) | Galaxy Tab 4(portrait)  */ 
@media only screen and (max-width: 991px) {
	#ip-s1 .ww-title h2 {
	    font-size: 38px;
	}
	.ww-text {
	    font-size: 20px;
	}

	.ip-s2-bg {
	    display: none;
	}
	.ip-s2-cta {
	    width: 100%;
	    max-width: 400px;
	    border: none;
	    padding: 5px;
	}
	.ip-s2-cta-image {
	    opacity: 1;
	}
	.ip-s2-cta-content {
	    min-height: auto;
	}
	.ip-s2-cta-image img {
	    aspect-ratio: 310/310;
	}
} 

/* Galaxy Tab 3(portrait) | Galaxy S5(landscape) */ 
@media only screen and (max-width: 767px) {

}

/* Galaxy S5(portrait) | iPod Touch(landscape) | iPod Touch(portrait) */ 
@media only screen and (max-width: 480px) {
	.ip-banner > .container {
	    bottom: 15px;
	}
	.entry-title {
	    font-size: 25px;
	}

	#ip-s1 .ww-title {
	    margin-bottom: 28px;
	}
	#ip-s1 .ww-lists {
	    padding: 20px 0 52px;
	}
	.stats-number {
	    font-size: 34px;
	}
	.ww-label {
	    font-size: 18px;
	}

	.ip-s2-cta-image img {
	    aspect-ratio: 310/380;
	}
}