/*
Theme Name: Well Drafted
Theme URI: 
Author: Sachin
Author URI: 
Description: Website design and development company
Requires at least: 5.3
Tested up to: 5.6
Requires PHP: 5.6
Version: 1.2
License: GNU General Public License v2 or later
License URI: http://www.gnu.org/licenses/gpl-2.0.html
Text Domain: gold
Tags: one-column

Gold Theme, (C) 2020 WordPress.org
Twenty Twenty-One is distributed under the terms of the GNU GPL.
*/

.error-page {
    padding: 80px 0;
}
.error-page h1{
    font-size: clamp(10vw , 30px , 40px);
	line-height: 1;
}
img.avatar.avatar-120.photo.img-responsive {
    max-width: 65px;
}

.ow-img img {
    aspect-ratio: 16/10;
    object-fit: cover;
}
/* VIDEO HERO */
.video-hero {
	position: relative;
	width: 100%;
	height: 100vh;
	overflow: hidden;
}

.video-hero__video {
	position: absolute;
	top: 50%;
	left: 50%;
	min-width: 100%;
	min-height: 100%;
	transform: translate(-50%, -50%);
	object-fit: cover;
	z-index: 1;
}

.video-hero__overlay {
	position: absolute;
	inset: 0;
	background: rgba(0,0,0,0.55);
	z-index: 2;
}

.video-hero__content {
	position: relative;
	z-index: 3;
	height: 100%;
	display: flex;
	flex-direction: column;
	justify-content: center;
	align-items: flex-start;
	color: #fff;
}

.video-hero__content h1 {
	font-size: 56px;
	font-weight: 700;
	max-width: 700px;
}

.video-hero__content p {
	font-size: 18px;
	margin: 20px 0 30px;
	max-width: 600px;
}

.video-hero .btn {
	padding: 14px 36px;
	font-size: 16px;
	text-transform: uppercase;
}

/* Mobile */
@media (max-width: 768px) {
	.video-hero {
		height: 80vh;
	}

	.video-hero__content h1 {
		font-size: 34px;
	}
}
