@import url('./Glend.css');

:root{
	--heading-1: clamp(48px, 1vw + 40.8px ,60px);
    --heading-2: clamp(30px, 0.5vw + 26.4px ,36px);
    --heading-3: clamp(27px, 0.25vw + 25.2px ,30px);
    --heading-4: 24px;
    --heading-5: 22px;
    --heading-6: 20px;

	--footer-heading: clamp(40px, 1vw + 32.8px ,52px);
}

body .heading-1{
	font-size: var(--heading-1);
}
body .heading-2{
	font-size: var(--heading-2);
}
body .heading-3{
	font-size: var(--heading-3);
}
body .heading-4{
	font-size: var(--heading-4);
}
body .heading-5{
	font-size: var(--heading-5);
}
body .heading-6{
	font-size: var(--heading-6);
}
body .footer-heading{
	font-size: var(--footer-heading);
}

body p{
	margin-bottom: 15px;
}


/* custom-banner-01 */
.custom-banner-01{
	min-height: clamp(400px, 30vw + 184px ,760px);
}
body:not(.builder-editor-mode) .custom-banner-01{
	padding-bottom: 100px;
}
body:not(.builder-editor-mode) .custom-banner-01 + .is-section{
	margin-top: -100px;
}
.custom-banner-01 .banner-title{
	margin: 0 0 0;
	font-size: var(--heading-1);
	line-height: 1.2;
}
.custom-banner-01 .banner-subTitle{
	margin: 0 0 28px;
	font-size: var(--heading-4);
	font-weight: bold;
	line-height: 1.2;
}

/* custom-footer-01 */
.custom-footer-01, 
.custom-footer-01 a, 
.custom-footer-01 a:link, 
.custom-footer-01 a:visited {
    color: #ffffff;
}
.custom-footer-01 a:hover {
    color: var(--accent-color);
}
.custom-footer-01 h1, 
.custom-footer-01 h2, 
.custom-footer-01 h3, 
.custom-footer-01 h4, 
.custom-footer-01 h5, 
.custom-footer-01 h6 {
    color: #ffffff;
}
.custom-footer-01 p{
	margin-bottom: 8px;
}
.custom-footer-01 .sep {
    padding-left: 10px;
    padding-right: 10px;
}
.custom-footer-01 .footer-title{
	margin: 0 0 20px;
	font-size: var(--footer-heading);
	font-weight: 600;
	line-height: calc( 60 / 52 );
}



/* Button */
[class^='button-'],
[class*=' button-'] {
    font-size: 1rem;
    height: 60px;
    padding: 0 clamp(25px, 0.8333333333333334vw + 19px ,35px);
    border-radius: 60px;
}
[class^='custom-button-'],
[class*=' custom-button-'] {
    position: relative;
    display: inline-flex;
    align-items: center;
    justify-content: center;
	font-size: 1.25rem;
    font-weight: 600;
    height: 60px;
    padding: 0 clamp(25px, 0.8333333333333334vw + 19px ,35px);
    margin-right: 3px;
    margin-bottom: 3px;
    text-align: center;
    white-space: nowrap;
    vertical-align: middle;
    -ms-touch-action: manipulation;
    touch-action: manipulation;
    cursor: pointer;
    -webkit-user-select: none;
    user-select: none;
    background-image: none;
    border: none;
    border-radius: 60px;
    -webkit-transition: all .3s cubic-bezier(0.420, 0.000, 1.000, 1.000) !important;
    transition: all .3s cubic-bezier(0.420, 0.000, 1.000, 1.000) !important;
    -webkit-appearance: none;
    appearance: none;
}
/* custom-button-01 */
body .custom-button-01,
body a.custom-button-01{
	color: #000 !important;
	background-color: var(--accent-color);
	border-radius: 5px;
	text-decoration: none !important;
}
body .custom-button-01:hover,
body a.custom-button-01:hover{
	filter: brightness(120%);
}

/* custom-title-01 */
.custom-title-01{
	position: relative;
	font-size: 0;
}
.custom-title-01::after{
	content: '';
	position: relative;
	display: inline-block;
	margin: 36px 0 36px;
	width: 100%;
	max-width: 167px;
	height: 1px;
	background-color: #000;
}
.custom-title-01 .title{
	margin: 0 0 0;
	font-size: var(--heading-2);
	font-weight: bold;
	line-height: 1.2;
}
.custom-title-01 .subTitle{
	margin: 0 0 12px;
	color: var(--accent-color);
	font-size: 1.125rem;
	font-weight: bold;
	line-height: calc( 28 / 18 );
}

/* custom-infobox-01 */
.custom-infobox-01{
	display: flex;
	flex-direction: column;
	justify-content: center;
	gap: 15px;
	margin-bottom: 30px;
	padding: clamp(40px, 2.5vw + 22px ,70px) clamp(30px, 2.5vw + 12px ,60px);
	text-align: center;
	color: #000;
	font-size: 1.25rem;
	background-color: var(--accent-color);
	border-radius: 7px;
}
.row.row-custom-infobox-01{
	row-gap: 30px;
}
.row.row-custom-infobox-01 .custom-infobox-01{
	margin-bottom: 0;
	height: 100%;
}
.custom-infobox-01 .title{
	margin: 0 0 0;
	color: #000;
	font-size: var(--heading-3);
	line-height: 1.2;
}
.custom-infobox-01 p:last-child{
	margin-bottom: 0;
}




/* Custom-Swiper-01 */
.Custom-Swiper-01.swiper-container .swiper-wrapper{
	align-items: center;
}
.Custom-Swiper-01.swiper-container .swiper-slide{
	padding-left: 15px;
	padding-right: 15px;
}
.Custom-Swiper-01.swiper-container .swiper-slide .pic{
	width: 100%;
	text-align: center;
}
.Custom-Swiper-01.swiper-container .swiper-slide .pic img{
	max-width: 100%;
}










