:root {
    --primary-color1: #E8391D;
    --accent-color: #E8391D;
}

.hero-base{
	position: relative;
    /*background-image: url('../alien/hero-bg-base.jpg');*/
    padding: 210px 0 0;
}

.hero-base::before{
	content: '';
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: var(--primary-color);
	border-radius: 20px;
	opacity: 70%;
    width: 100%;
    height: 100%;
    z-index: 1;
}

.hero-base .container{
	position: relative;
	z-index: 2;
}

.hero-base .section-title{
	margin-bottom: 0;
}

.hero-base .section-title .section-sub-title{
	background-color: var(--dark-divider-color);
    backdrop-filter: blur(30px);
    -webkit-backdrop-filter: blur(30px);
    border: none;
    padding: 10px 20px 10px 35px;
	margin-bottom: 20px;
}


.hero-image-box-base{
	position: relative;
	margin-top: 80px;
	margin-bottom: -160px;
	display: flex;
	flex-wrap: wrap;
}

.hero-intro-video-box-base{
	position: relative;
	width: calc(66% - 15px);
}

.hero-video-image-base{
	height: 100%;
}

.hero-video-image-base figure{
	position: relative;
	height: 100%;
	display: block;
    border-radius: 20px;
	overflow: hidden;
}

.hero-video-image-base figure::before{
	content: '';
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: var(--primary-color);
	opacity: 20%;
    width: 100%;
    height: 100%;
    z-index: 1;
}

.hero-video-image-base figure img{
	width: 100%;
	height: 100%;
    aspect-ratio: 1 / 0.585;
    object-fit: cover;
}

.hero-image-base{
	width: 100%;
}

.hero-image-base figure{
	display: block;
	border-radius: 20px;
	margin-top: -15px;
}

.hero-image-base figure img{
	width: 100%;
	object-fit: cover;
    border-radius: 20px;
	max-height: 500px;
}

.about-us{
	margin-top: 150px;
	padding: 100px 0;
}

.about-us .section-row .section-title.section-title-center{
	max-width: 1230px;
}

.about-us-counter-list{
	display: flex;
	flex-wrap: wrap;
	gap: 40px 3.125vw;
}

.about-us-counter-item{
	position: relative;
	width: calc(33.33% - 2.083vw);
}

.about-us-counter-item::before{
	content: '';
	position: absolute;
	top: 0;
	bottom: 0;
	right: -1.563vw;
	background: var(--divider-color);
	width: 1px;
	height: 100%;
}

.about-us-counter-item:nth-child(4n + 4):before,
.about-us-counter-item:last-child:before{
	display: none;
}

.about-us-counter-item h2{
	font-size: 52px;
	font-weight: 600;
}

.about-us-counter-item p{
	margin: 10px 0 0;
}

.company-supports-slider-box{
    margin-top: 80px;
}

.company-supports-content{
    display: flex;
    align-items: center;
	justify-content: space-between;
	gap: 30px;
	margin-bottom: 40px;
	text-align: center;
}

.company-supports-content hr{
    height: 1px;
	flex-grow: 1;
    color: var(--divider-color);
    opacity: 1;
    margin: 0;
}

.company-supports-content p{
    margin-bottom: 0;
}

.company-supports-slider{
	padding: 0 2.083vw;
} 

.company-supports-logo{
	text-align: center;
}

.company-supports-logo img{
	width: 100%;
	max-width: 170px;
	height: 40px;
}

.energy-services{
	padding: 100px 0;
}

.energy-services-item{
	background: var(--white-color);
	border-radius: 20px;
	height: calc(100% - 30px);
	margin-bottom: 30px;
	padding: 30px;
}

.energy-services-content{
	display: flex;
	flex-wrap: wrap;
	align-items: center;
	justify-content: space-between;
	padding-bottom: 10px;
	border-bottom: 1px solid var(--divider-color);
}

.energy-services-content h3{
	font-size: 20px;
}

.energy-services-content p{
	margin: 10px 0 0;
}

.energy-services-item-image,
.energy-services-item-list{
	margin-top: 50px;
}

.energy-services-item-image figure{
	display: block;
	border-radius: 20px;
	max-width: 300px;
	margin: 0 auto;
}

.energy-services-item-image img{
	width: 100%;
	border-radius: 20px;
	object-fit: cover;
}

.energy-services-item-list ul{
	list-style: none;
	padding: 0;
	margin: 0;
}

.energy-services-item-list ul li{
    position: relative;
	display: flex;
	flex-wrap: wrap;
	justify-content: start;
	align-items: center;
    padding-left: 16px;
	margin-bottom: 20px;
}

.energy-services-item-list ul li:last-child{
	border: none;
	margin-bottom: 0;
	padding-bottom: 0;
}

.energy-services-item-list ul li::before{
    content: '';
    position: absolute;
    left: 0;
    top: 5px;
    background: var(--accent-color);
    width: 6px;
    height: 6px;
}

.why-choose-us-pack{
	padding: 100px 0;
}

.why-choose-us-box-pack{
	display: flex;
	flex-wrap: wrap;
	gap: 20px;
}

.why-choose-item-list-pack{
	width: calc(24% - 13.33px);
}

.why-choose-item-pack{
	background: var(--dark-divider-color);
	backdrop-filter: blur(20px);
	-webkit-backdrop-filter: blur(20px);
	border-radius: 20px;
	text-align: center;
	margin-bottom: 30px;
	padding: 30px;
}

.why-choose-item-pack:last-child{
	margin-bottom: 0;
}

.why-choose-item-pack .icon-box{
	position: relative;
    width: 50px;
    height: 50px;
    background: var(--accent-color);
    display: inline-flex;
    align-items: center;
    justify-content: center;
    border-radius: 50%;
	overflow: hidden;
}

.why-choose-item-pack .icon-box::before{
   	content: '';
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background-color: var(--white-color);
    border-radius: 100px;
    transform: scale(0);
    width: 100%;
    height: 100%;
    transition: all 0.4s ease-in-out;
	z-index: 0;
}

.why-choose-item-pack:hover .icon-box::before{
	transform: scale(1);
}

.why-choose-item-pack .icon-box img{
	position: relative;
    width: 100%;
    max-width: 24px;
	transition: all 0.4s ease-in-out;
    z-index: 1;
}

.why-choose-item-pack:hover .icon-box img{
	filter: brightness(0) invert(0);
}

.why-choose-item-content-pack{
	margin-top: 30px;
}

.why-choose-item-content-pack h3{
	font-size: 20px;
	color: var(--white-color);
}

.why-choose-item-content-pack p{
	color: var(--white-color);
	margin: 10px 0 0;
}

.why-choose-image-pack{
	width: calc(52% - 13.33px);
	align-content: end;
}

.why-choose-image-pack figure{
	display: block;
	border-radius: 20px 20px 0 0;
}

.why-choose-image-pack figure img{
	width: 100%;
	aspect-ratio: 1 / 0.906;
	object-fit: cover;
	border-radius: 20px 20px 0 0;
	margin-bottom: -100px;
}

.why-choose-us.bg-section{
	background-image: none;
}

.why-choose-us-box{
	display: flex;
	flex-wrap: wrap;
	gap: 10px;
	padding: 10px;
}

.why-choose-image{
	width: calc(50% - 5px);
}

.why-choose-image figure{
	height: 100%;
	display: block;
	border-radius: 10px;
}

.why-choose-image figure img{
	width: 100%;
    height: 100%;
    aspect-ratio: 1 / 0.9;
    object-fit: cover;
	border-radius: 10px;
}

.why-choose-contant-box{
	width: calc(50% - 5px);
	align-content: center;
	padding: 90px 4.688vw;
}

.why-choose-nav{
	margin-bottom: 40px;
}

.why-choose-nav ul{
	text-align: center;
	border-bottom: 4px solid var(--divider-color);
    display: flex;
    align-items: center;
	list-style: none;
    padding: 0;
    margin: 0;
}

.why-choose-nav ul li{
    display: inline-block;
	width: 33.33%;
}

.why-choose-nav ul li .nav-link{
	font-family: var(--accent-font);
	position: relative;
	width: 100%;
    background: transparent;
	border: none;
    color: var(--primary-color);
	font-size: 16px;
    font-weight: 400;
    line-height: 1.4em;
	padding: 0 5px 20px;
    text-transform: capitalize;
    transition: all 0.3s ease-in-out;
}

.why-choose-nav ul li .nav-link.active,
.why-choose-nav ul li .nav-link:hover{
    background: transparent;
    color: var(--primary-color);
}

.why-choose-nav ul li .nav-link::before{
    content: '';
    display: block;
    position: absolute;
    bottom: -3px;
    left: auto;
    right: 0;
    background: var(--accent-secondary-color);
    width: 0;
    height: 4px;
    transition: all 0.4s ease-in-out;
}

.why-choose-nav ul li .nav-link.active::before,
.why-choose-nav ul li .nav-link:hover::before{
	width: 100%;
    left: 0;
    right: auto;
}

.why-choose-body{
	display: flex;
	flex-wrap: wrap;
	gap: 30px 50px;
}

.why-choose-body-image{
	width: calc(54% - 25px);
}

.why-choose-body-image figure{
	display: block;
    height: 100%;
    border-radius: 20px;
}

.why-choose-body-image figure img{
	width: 100%;
	height: 100%;
    aspect-ratio: 1 / 0.637;
    object-fit: cover;
    border-radius: 20px;
}

.why-choose-body-list{
	width: calc(46% - 25px);
	align-content: center;
}

.why-choose-body-list ul{
	list-style: none;
    margin: 0;
    padding: 0;
}

.why-choose-body-list ul li{
    position: relative;
    line-height: 1.5em;
    padding-left: 25px;
    margin-bottom: 20px;
}

.why-choose-body-list ul li::before{
	content: '\f058';
    position: absolute;
    font-family: 'Font Awesome 7 Free';
    font-size: 18px;
    font-weight: 900;
    color: var(--accent-secondary-color);
    top: 0;
    left: 0;
}

.why-choose-body-list ul li:last-child{
	margin-bottom: 0;
}

.why-choose-btn{
	margin-top: 40px;
}
.how-it-work{
	padding: 120px 0;
}

.how-work-item{
	background: linear-gradient(180deg, rgba(255, 255, 255, 0.10) 0%, rgba(255, 255, 255, 0.00) 100%);
    border-radius: 20px;
	backdrop-filter: blur(30px);
    -webkit-backdrop-filter: blur(30px);
	text-align: center;
    padding: 40px;
	height: calc(100% - 30px);
    margin-bottom: 30px;
	transition: all 0.4s ease-in-out;
}

.how-work-item:hover{
	transform: translateY(-5px);
}

.how-work-item-no{
	width: 60px;
	height: 60px;
	background-color: var(--accent-secondary-color);
	border-radius: 50%;
	display: inline-flex;
	align-items: center;
	justify-content: center;
	margin-bottom: 50px;
	transition: all 0.4s ease-in-out;
}

.how-work-item:hover .how-work-item-no{
	background: var(--accent-color);
}

.how-work-item-no h3{
	font-size: 24px;
	color: var(--white-color);
}

.how-work-item-contant h3{
	font-size: 22px;
	color: var(--white-color);
}

.how-work-item-contant p{
	color: var(--white-color);
	margin: 10px 0 0;
}

.how-work-item-contant ul{
	list-style: none;
	display: flex;
	flex-wrap: wrap;
	justify-content: center;
	gap: 10px 20px;
	border-top: 1px solid var(--dark-divider-color);
    margin: 50px 0 0;
    padding: 50px 0 0;
}

.how-work-item-contant ul li{
	font-size: 14px;
	color: var(--white-color);
	line-height: normal;
	background-color: var(--dark-divider-color);
	border-radius: 100px;
	padding: 6px 16px;
	transition: all 0.4s ease-in-out;
}

.how-work-item-contant ul li:hover{
	background-color: var(--accent-secondary-color);
}
.why-choose-us-base{
	padding: 120px 0;
}

.why-choose-items-list-base{
	background-color: var(--primary-color);
	border-radius: 20px;
	padding: 40px;
}

.why-choose-item-base{
    display: flex;
    flex-wrap: wrap;
    gap: 15px;
    border-bottom: 1px solid var(--divider-color);
    margin-bottom: 30px;
    padding-bottom: 30px;
}

.why-choose-item-base .icon-box{
    position: relative;
    width: 50px;
    height: 50px;
    background: var(--accent-secondary-color);
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
}

.why-choose-item-base .icon-box::before{
    content: '';
    position: absolute;
    top: 0;
    bottom: 0;
    right: 0;
    left: 0;
    background: var(--accent-color);
    border-radius: 50%;
    width: 100%;
    height: 100%;
    transform: scale(0);
    transition: all 0.4s ease-in-out;
    z-index: 0;
}

.why-choose-item-base:hover .icon-box::before{
    transform: scale(1);
}

.why-choose-item-base .icon-box img{
    position: relative;
    width: 100%;
    max-width: 24px;
    transition: all 0.4s ease-in-out; 
    z-index: 1;
}

.why-choose-item-base:last-child{
    margin: 0;
    border: none;
}

.why-choose-item-content-base{
    width: calc(100% - 65px);
}

.why-choose-item-content-base h3{
    font-size: 22px;
}

.why-choose-item-content-base p{
    margin: 10px 0 0;
}

.why-choose-image-box-base{
	position: relative;
    height: 100%;
    border-radius: 20px;
	align-content: end;
	min-height: 600px;
	margin-left: 15px;
    overflow: hidden;
}

.why-choose-image-base{
	position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    height: 100%;
    width: 100%;
}

.why-choose-image-base::before{
	content: '';
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    height: 100%;
    width: 100%;
    background-color: var(--primary-color);
    opacity: 60%;
}

.why-choose-image-base figure{
	display: block;
    height: 100%;
}

.why-choose-image-base figure img{
	width: 100%;
	height: 100%;
	object-fit: cover;
}

.why-choose-info-item-list-base{
	position: relative;
    padding: 40px;
	display: flex;
	flex-wrap: wrap;
	gap: 30px;
}

.why-choose-info-item-base.highlighted-item{
	width: 100%;
	border-bottom: 1px solid var(--dark-divider-color);
	padding-bottom: 30px;
}

.why-choose-info-item-base.highlighted-item .why-choose-info-contant-base{
	width: 100%;
}

.why-choose-info-item-base{
	width: calc(50% - 15px);
	display: flex;
	flex-wrap: wrap;
	align-items: center;
	gap: 15px;
}

.why-choose-info-contant-base{
	width: calc(100% - 65px);
}

.why-choose-info-item-base h3{
	color: var(--white-color);
	font-size: 22px;
}

.why-choose-info-item-base p{
	color: var(--white-color);
	margin: 5px 0 0;
}

.why-choose-info-item-base p a{
	color: inherit;
	transition: all 0.4s ease-in-out;
}

.why-choose-info-item-base p a:hover{
	color: var(--accent-secondary-color);
}

.why-choose-info-item-base .icon-box{
	position: relative;
	height: 50px;
	width: 50px;
	border-radius: 50%;
	background-color: var(--accent-secondary-color);
	display: flex;
	justify-content: center;
	align-items: center;
}

.why-choose-info-item-base .icon-box::before{
	content: '';
    position: absolute;
    top: 0;
    bottom: 0;
    right: 0;
    left: 0;
    background: var(--accent-color);
    border-radius: 50%;
    width: 100%;
    height: 100%;
    transform: scale(0);
    transition: all 0.4s ease-in-out;
    z-index: 1;
}

.why-choose-info-item-base:hover .icon-box::before{
	transform: scale(1);
}

.why-choose-info-item-base .icon-box img{
	position: relative;
	width: 100%;
	max-width: 24px;
	z-index: 1;
}

@media only screen and (max-width: 1440px){

	.why-choose-contant-box{
		padding: 50px 20px;
	}

	.why-choose-body{
		gap: 20px 30px;
	}

	.why-choose-body-image{
		width: calc(53% - 15px);
	}

	.why-choose-body-list{
		width: calc(47% - 15px);
	}
}

@media only screen and (max-width: 1315px){

	.hero-image-box-base{
		padding: 0 15px;
	}
}

@media only screen and (max-width: 1024px){
    .why-choose-us-box-pack{
		gap: 30px;
	}

	.why-choose-item-list-pack{
		width: calc(50% - 15px);
		order: 1;
	}

	.why-choose-image-pack{
		width: 100%;
		order: 2;
	}
	
	.why-choose-image-pack figure{
		max-width: 650px;
		margin: 0 auto;
	}
    .why-choose-image,
	.why-choose-contant-box{
		width: 100%;
	}

	.why-choose-image figure,
	.why-choose-image figure img{
		height: auto;
	}
    .why-choose-content-base{
		margin-bottom: 30px;
	}

	.why-choose-items-list-base{
		padding: 30px;
	}

	.why-choose-image-box-base{
		height: auto;
		margin: 0;
	}

	.why-choose-info-item-list-base{
		padding: 30px;
	}
}

@media only screen and (max-width: 991px){
	.hero-base{
		margin: 0 0 80px 0;
		border-radius: 0;
		padding: 150px 0 0;
	}

	.hero-base::before{
		border-radius: 0;
	}

	.hero-base .section-title .section-sub-title{
		margin-bottom: 15px;
	}

	.hero-image-box-base{
		margin-top: 40px;
		margin-bottom: -80px;
		padding: 0;
	}
    .about-us{
		margin-top: 80px;
		padding: 50px 0;
	}

	.about-us-counter-item h2{
		font-size: 38px;
	}

	.company-supports-slider-box{
		margin-top: 40px;
	}
	
	.company-supports-content{
		margin-bottom: 20px;
	}

	.company-supports-slider{
		padding: 0;
	}
    .energy-services{
		padding: 50px 0;
	}

	.energy-services-item{
		padding: 20px;
	}

	.energy-services-item-image,
	.energy-services-item-list{
		margin-top: 50px;
	}

	.energy-services-item-image figure{
		max-width: 250px;
	}

	.energy-services-item-list ul li{
		margin-bottom: 15px;
		padding-bottom: 15px;
	}
    .why-choose-us-pack{
		padding: 50px 0;
	}

	.why-choose-image-pack figure img{
		margin-bottom: -50px;
	}
    .why-choose-us{
		padding: 60px 0;
	}

	.why-choose-us-box{
		gap: 30px;
	}

	.why-choose-us-box,
	.why-choose-contant-box{
		padding: 0;
	}

	.why-choose-nav{
		margin-bottom: 30px;
	}

	.why-choose-body-list ul li{
		margin-bottom: 15px;
	}

	.why-choose-body-list ul li::before{
		font-size: 16px;
	}

	.why-choose-btn{
		margin-top: 30px;
	}
    .how-it-work{
		padding: 60px 0;
	}

	.how-work-item{
		padding: 30px;
	}

	.how-work-item-no{
		height: 50px;
		width: 50px;
		margin-bottom: 30px;
	}

	.how-work-item-no h3{
		font-size: 22px;
	}

	.how-work-item-contant h3{
		font-size: 20px;
	}

	.how-work-item-contant ul{
		gap: 10px 15px;
		padding-top: 30px;
		margin-top: 30px;
	}

	.how-work-item-contant ul li{
		padding: 5px 12px;
	}
    .why-choose-us-base{
		padding: 60px 0;
	}

	.why-choose-item-base{
		padding-bottom: 20px;
		margin-bottom: 20px;
	}

	.why-choose-item-content-base h3{
		font-size: 20px;
	}

	.why-choose-image-box-base{
		min-height: 500px;
	}

	.why-choose-info-item-list-base{
		padding: 30px;
	}

	.why-choose-info-item-base h3{
		font-size: 20px;
	}
}

@media only screen and (max-width: 767px){
	
	.hero-image-box-base{
		gap: 20px;
		margin-top: 30px;
	}

	.hero-intro-video-box-base{
		width: calc(54% - 10px);
	}

	.hero-video-image-base figure{
		border-radius: 10px;
	}

	.hero-image-box-base .video-play-button a{
        height: 45px;
        width: 45px;
    }

	.hero-image-box-base .video-play-button a img{
        max-width: 22px;
    }

	.hero-image-base figure{
		margin-top: -5px;
		border-radius: 10px;
	}

	.hero-image-base figure img{
		border-radius: 10px;
	}
    .about-us-counter-list{
		gap: 30px;
	}

	.about-us-counter-item{
		width: 100%;
	}

	.about-us-counter-item::before{
		width: 100%;
		height: 1px;
		top: auto;
		right: 0;
		left: 0;
		bottom: -15px;
	}

	.about-us-counter-item:nth-child(2n + 2):before{
		display: block;
	}

	.about-us-counter-item:last-child:before{
		display: none;
	}

	.about-us-counter-item h2{
		font-size: 26px;
	}

	.about-us-counter-item p{
		margin: 5px 0 0;
	}

	.company-supports-slider-box{
		margin-top: 30px;
	}

	.company-supports-content{
		gap: 10px;
	}

	.company-supports-logo img{
		max-width: 160px;
		height: 34px;
	}	
    .energy-services-item{
        padding: 20px;
    }

	.energy-services-content h3{
		font-size: 18px;
	}
    .why-choose-item-list-pack{
		width: 100%;
	}

	.why-choose-item-pack{
		padding: 20px;
	}

	.why-choose-item-content-pack{
		margin-top: 20px;
	}

	.why-choose-item-content-pack h3{
		font-size: 18px;
	}
    .why-choose-nav ul li .nav-link{
		font-size: 14px;
		padding: 0 3px 12px;
	}

	.why-choose-body-image,
	.why-choose-body-list{
		width: 100%;
	}

	.why-choose-body-image figure,
	.why-choose-body-image img{
		height: auto;
	}

	.why-choose-body-list ul li{
		margin-bottom: 10px;
	}
    .how-work-item{
		padding: 20px;
	}

	.how-work-item-no h3{
        font-size: 20px;
    }

	.how-work-item-contant h3{
        font-size: 18px;
    }
    .why-choose-items-list-base{
		padding: 20px;
	}

	.why-choose-item-content-base{
		width: 100%;
	}

	.why-choose-item-content-base h3{
        font-size: 18px;
    }

	.why-choose-image-box-base{
		min-height: 450px;
	}

	.why-choose-info-item-list-base{
		padding: 20px;
	}

	.why-choose-info-item-base{
		width: 100%;
	}

	.why-choose-info-item-base.highlighted-item{
		padding-bottom: 20px;
	}

	.why-choose-info-item-list-base{
		gap: 20px;
	}

	.why-choose-info-item-base h3{
		font-size: 18px;
	}
}