/*======================
   01. Google fonts
========================*/
@import url('https://fonts.googleapis.com/css2?family=Bungee&family=Heebo:wght@400;500;600;700;900&display=swap');

/*======================
   02. Basic css
========================*/
html{
	font-size: 62.5%;
}
a, button, img{
	-webkit-transition: 0.3s;
	-o-transition: 0.3s;
	transition: 0.3s;
}
html,
body,
div,
span,
h1,
h2,
h3,
h4,
h5,
h6,
p,
a,
strong,
i,
ol,
ul,
li,
form,
label,
footer,
header,
menu,
nav,
section {
	margin: 0;
	padding: 0;
}

body {
	line-height: 1.6;
	font-family: 'Heebo', sans-serif;
	background-color: #fff;
	color: #000;
	font-weight: 400;
	font-size: 2.6rem;
}

ol,
ul {
	list-style: none;
}

a:hover {
	text-decoration: none;
}

button:focus,
a:focus,
input:focus,
textarea:focus{
	outline: none;
}

/* page loader  */
#preloader {
	position: fixed;
	background: #fff;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	z-index: 99999;
	height: 100vh;
	width: 100vw;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	    -ms-flex-align: center;
	        align-items: center;
	-webkit-box-pack: center;
	    -ms-flex-pack: center;
	        justify-content: center;
}
.loader3 {
	width: 6.0rem;
	height: 6.0rem;
	display: inline-block;
	padding: .0rem;
	text-align: left;
}

.loader3 span {
	position: absolute;
	display: inline-block;
	width: 6.0rem;
	height: 6.0rem;
	border-radius: 100%;
	background: #E50086;
	-webkit-animation: loader3 1.5s linear infinite;
	animation: loader3 1.5s linear infinite;
}

.loader3 span:last-child {
	animation-delay: -0.9s;
	-webkit-animation-delay: -0.9s;
}

@keyframes loader3 {
  	0% {
    	-webkit-transform: scale(0, 0);
    	        transform: scale(0, 0);
    	opacity: 0.8;
  	}
  	100% {
    	-webkit-transform: scale(1, 1);
    	        transform: scale(1, 1);
    	opacity: 0;
  	}
}

@-webkit-keyframes loader3 {
  	0% {
    	-webkit-transform: scale(0, 0);
    	opacity: 0.8;
  	}
  	100% {
    	-webkit-transform: scale(1, 1);
    	opacity: 0;
  	}
}
header {
	z-index: 1024;
	width: 100%;
	padding: 4rem 0;
	background-color: #fff;
}
.logo{
	display: block;
	max-width: 37.5rem;
}
header p{
	color: #000;
}
header p strong {
	color: #E50086;
	font-weight: 400;
	text-transform: uppercase;
	font-family: 'Bungee', sans-serif;
}

.home_area{
	background-size: cover;
	background-position: center center;
	padding: 25rem 0;
	position: relative;
	z-index: 1;
}
.home_area::before{
	position: absolute;
	content: '';
	left: 50%;
	height: 3.4rem;
	width: 100%;
	max-width: 116rem;
	background-color: #fff;
	bottom: 0;
	-webkit-transform: translateX(-50%);
	    -ms-transform: translateX(-50%);
	        transform: translateX(-50%);
}
.home_area h1 {
	font-size: 11rem;
	line-height: 1;
	font-family: 'Bungee', sans-serif;
	color: #fff;
	text-transform: uppercase;
	font-weight: 400;
	max-width: 106rem;
}
h2{
	font-size: 6rem;
	font-weight: 900;
	line-height: 1.1;
}
.content_area{
	padding: 7.5rem 0;
}
.content_area p{
	margin-top: 4rem;
}
.content_area p a{
	color: inherit;
}
.content_area p a:hover{
	color: #000;
}

.list_wrapper{
	background-color: #000;
	color: #fff;
	margin-top: 4rem;
	padding: 6rem 0;
}
.list_wrapper ul{
	font-size: 2.8rem;
	font-weight: 700;
	-webkit-column-count: 2;
	   -moz-column-count: 2;
	        column-count: 2;
	max-width: 70rem;
}
.pink_bg{
	background-color: #E60086;
	color: #fff;
}

/*slider area*/
.slider_area{
	margin-left: auto;
	margin-right: auto;
	max-width: 1920px;
	padding-bottom: 5rem;
}
.slider1 .owl-dots{
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	    -ms-flex-align: center;
	        align-items: center;
	-webkit-box-pack: center;
	    -ms-flex-pack: center;
	        justify-content: center;
	-webkit-column-gap: 1.3rem;
	   -moz-column-gap: 1.3rem;
	        column-gap: 1.3rem;
	margin-top: 3rem;
	flex-wrap: wrap;
}
.slider1 .owl-dots button{
	height: 2.5rem;
	width: 2.5rem;
	background-color: transparent;
	border: 0.2rem solid #000;
	border-radius: 50%;
	padding: 0.1rem;
}
.slider1 .owl-dots button.active{
	background-color: #000;
}
.slider1 .item{
	overflow: hidden;
	display: block;
	position: relative;
}
.slider1 .item:hover img{
	-webkit-transform: scale(1.1);
	    -ms-transform: scale(1.1);
	        transform: scale(1.1);
}

footer{
	background-color: #EDEDED;
	padding: 1rem 0 5rem;
	font-size: 2.2rem;
	line-height: 1.9;
}
footer h3{
	font-size: 3.8rem;
	font-weight: 900;
	margin-bottom: 1.5rem;
}
footer a{
	color: inherit;
}
footer a:hover{
	color: #E60086;
}
.footer_wrap{
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-wrap: wrap;
	    flex-wrap: wrap;
}
.footer_wrap .footer_item{
	margin-top: 4rem;
}
.footer_wrap .footer_item:not(:last-child){
	padding-right: 4.5rem;
	border-right: 0.1rem solid #707070;
	margin-right: 4.5rem;
}
.social_icons{
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	    -ms-flex-align: center;
	        align-items: center;
	-webkit-column-gap: 2.5rem;
	   -moz-column-gap: 2.5rem;
	        column-gap: 2.5rem;
}
.social_icons a{
	height: 7rem;
	width: 7rem;
	background-color: #231F20;
	color: #fff;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	    -ms-flex-align: center;
	        align-items: center;
	-webkit-box-pack: center;
	    -ms-flex-pack: center;
	        justify-content: center;
	font-size: 3rem;
	border-radius: 50%;
}
.social_icons a:hover{
	background-color: #E60086;
	color: #fff;
}
/*return-to-top START CSS*/

.back-to-top {
	font-size: 2.4rem;
	width: 4.5rem;
	height: 4.5rem;
	line-height: 4.5rem;
	text-align: center;
	display: none;
	position: fixed;
	bottom: 3.0rem;
	right: 2.0rem;
	border-radius: 50%;
	background: #000;
	z-index: 1000;
}

.back-to-top i {
	color: #fff;
}