/*!
Theme Name: watchin360
Theme URI: http://underscores.me/
Author: Underscores.me
Author URI: http://underscores.me/
Description: Description
Version: 1.0.0
Tested up to: 5.4
Requires PHP: 5.6
License: GNU General Public License v2 or later
License URI: LICENSE
Text Domain: watchin360
Tags: custom-background, custom-logo, custom-menu, featured-images, threaded-comments, translation-ready

This theme, like WordPress, is licensed under the GPL.
Use it to make something cool, have fun, and share what you've learned.

watchin360 is based on Underscores https://underscores.me/, (C) 2012-2020 Automattic, Inc.
Underscores is distributed under the terms of the GNU GPL v2 or later.

Normalizing styles have been helped along thanks to the fine work of
Nicolas Gallagher and Jonathan Neal https://necolas.github.io/normalize.css/
*/

/*--------------------------------------------------------------
>>> TABLE OF CONTENTS:
----------------------------------------------------------------
# Generic
	- Normalize
	- Box sizing
# Base
	- Typography
	- Elements
	- Links
	- Forms
## Layouts
# Components
	- Navigation
	- Posts and pages
	- Comments
	- Widgets
	- Media
	- Captions
	- Galleries
# plugins
	- Jetpack infinite scroll
# Utilities
	- Accessibility
	- Alignments

--------------------------------------------------------------*/

/*--------------------------------------------------------------
# Generic
--------------------------------------------------------------*/

/* Normalize
--------------------------------------------- */

/*! normalize.css v8.0.1 | MIT License | github.com/necolas/normalize.css */

/* Document
	 ========================================================================== */

/**
 * 1. Correct the line height in all browsers.
 * 2. Prevent adjustments of font size after orientation changes in iOS.
 */


#ball-cursor-loader {
	display: none !important;
}

.video-hero {
	aspect-ratio: 1/1;
	object-fit: cover;
}

.background-size-cover {
	background-size: cover;
}

.gradient-bg {
    background: -webkit-linear-gradient(left, #8a2be2, #7e35d9, #1f51ff); /* Safari 5.1 - 6.0 */
    background: -o-linear-gradient(left, #8a2be2, #7e35d9, #1f51ff); /* Opera 11.1 - 12.0 */
    background: -moz-linear-gradient(left, #8a2be2, #7e35d9, #1f51ff); /* Firefox 3.6 - 15 */
    background: linear-gradient(to right, #8a2be2, #7e35d9, #1f51ff); /* Standard */
}


.single .page-title-big-typography {
	position: relative;
}

.single .page-title-big-typography::before {
	content: '';
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	background-color: rgba(0, 0, 0, 0.5); /* Adjust opacity as needed */
	z-index: 1;
}

/* Ensure any content in this section is above the overlay */
.single .page-title-big-typography > * {
	position: relative;
	z-index: 2;
}

.other-website {
	opacity: 1;aspect-ratio: 16 / 9;
	object-fit: cover;
}




.video-background {
	display: block;
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	overflow: hidden;
}

.text-md-white {
	color: white !important;
}

.video-overlay {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background-color: rgba(0, 0, 0, 0.7); /* Darker layer */
	z-index: 1; /* Ensure it stays above the video */
}

.video-background .content {
	position: relative;
	z-index: 2; /* Ensure the content stays above the overlay */
}



.video-background video {
	width: 100%;
	height: 100%;
	object-fit: cover;
}


@media only screen and (min-width: 986px) {
	.video-hero {
		width: 600px;
		height: 600px;
		object-fit: cover;
	}

	.video-bg {
		min-width: 100%;
		min-height: 100%;
		object-fit: cover;
	}
}

/* screen mobile */

@media only screen and (max-width:480px) {

	.sm-order-1 {
		order: 1;
	}


	.navbar.bg-transparent .mobile-logo {
		width: 150px !important;
	}
	.absolute-sm-middle-center {
		position: absolute;
		top: 68%;
		left: 50%;
		transform: translate(-50%, -50%);
	}

	.h-sm-850px {
		height: 850px !important;
	}

	.other-website {
		opacity: 1;aspect-ratio: 3/4;
		object-fit: cover;
	}
	
}
