
===============================
Hero Area
===============================

*/
.hero-area {
position: relative;
}
.single-hero-area {
height: 80vh;
background-size: cover !important;
}

.hero-content {
display: table;
height: 100%;
width: 100%;
text-align: center;
color: #ffffff;
background: #0000005e;
}

.table-cell {
display: table-cell;
vertical-align: middle;
}

.hero-content h2 {
font-size: 16px;
letter-spacing: 1px;
padding: 28px 0 28px;
}


.hero-content h3 {
font-size: 24px;
font-weight: 500;
text-transform: uppercase;
letter-spacing: 2px;
}
.hero-content h3 span {
background: #FF2056;
display: inline-block;
padding: 0px 20px;
border-radius: 50px;
font-size: 18px;
cursor: default;
}
.hero-content p {
font-size: 20px;
margin-bottom: 0;
}





.hero-area .owl-dots {
position: absolute;
left: 50%;
transform: translateX(-50%);
bottom: 3%;
}

.hero-area .owl-dots button {
height: 15px;
width: 15px;
margin: 0 3px;
border-radius: 50%;
border: 2px solid #E83E22 !important;
}

.hero-area .owl-dot.active {
background: #E83E22;
}

.hero-area .owl-dot button:hover {
background: #fff;
border: 0px !important;
}







.hero-area-2 {
height: 100vh;
background-size: cover;
}


.hero-area-3 {
padding-top: 280px;
padding-bottom: 190px;
}

.static-hero-content {
border: 10px solid #ffffff1f;
color: #fff;
padding: 70px 15px;
}


.static-hero-content h3 {
font-size: 22px;
font-weight: 400;
text-transform: uppercase;
letter-spacing: 3px;
margin-bottom: 15px;
}
.static-hero-content h2 {
font-size: 90px;
font-weight: 800;
text-transform: uppercase;
letter-spacing: 8px;
margin-bottom: 20px;
}






@media (max-width: 991px){
.hero-content h2 {
font-size: 16px;
}

.feature-show {
position: relative;
}

}
@media (max-width: 767px){
.hero-content h2 {
font-size: 16px;
}
.static-hero-content h2 {
font-size: 16px;
}
.hero-area-3 {
padding-top: 140px;
padding-bottom: 100px;
}
}
@media (max-width: 575px){
.single-hero-area {
height: 80vh;
}
.hero-content {
padding: 16px;
}
.hero-content h2 {
font-size: 14px;
}
.static-hero-content h2 {
font-size: 16px;
}
}
.btn-fill {
background: #ff9966;
color: #fff;
border: 2px solid #ff9966;
}
.bttn-mid {
position: relative;
font-size: 16px;
font-weight: 600;
padding: 12px 45px;
display: inline-block;
cursor: pointer;
font-family: var(--heading-font);
text-transform: capitalize;
transition: 0.4s;
}

img {
max-width: 100%;
}


.dark-overlay:after {
position: absolute;
left: 0;
top: 0;
height: 100%;
width: 100%;
background: #000;
content: "";
z-index: -1;
opacity: .5;
}

.contact-form button {
cursor: pointer;
border-radius: 4px;
margin-bottom: 35px;
}
.btn-fill {

border: 1px solid transparent;
color: #fff;
transition: 0.4s;
}
.bttn {
position: relative;
font-size: 16px;
font-weight: 600;
padding: 12px 40px;
border-radius: 50px;
display: inline-block;
cursor: pointer;
font-family: 'Poppins', sans-serif;
}

.btn-fill:hover {
background: #fff;
color: #ff9966;
border: 1px solid #ff9966;
}


