/*!
Theme Name: Select Agents
Theme URI: #
Author: Subhajit Dey
Author URI: #
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: select-agents
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.

select-agents 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
	 ========================================================================== */

.video-wrapper {
    width: 100%;    
    border-radius: 20px;
    overflow: hidden;
}

.video-wrapper video {
    width: 100%;    
    object-fit: cover;     /* fills like background image */
    display: block;
}

.video-section {
  position: relative;
  height: 40vh;
  overflow: hidden;
}

/* Background video */
#yt-bg-player {
  position: absolute;
  top: -40%;
  left: 50%;
  width: 177.77vh;
  height: 100vh;
  transform: translate(-50%, -50%);
  pointer-events: none;
}

@media (min-aspect-ratio: 16/9) {
  #yt-bg-player {
    width: 100vw;
    height: 56.25vw;
  }
}

/* Overlay content */
.overlay-content {
  position: relative;
  z-index: 2;
  color: #fff;
  text-align: center;
  top: 50%;
  transform: translateY(-50%);
}

/* Speaker button */
.mute-btn {
  position: absolute;
  bottom: 20px;
  right: 20px;
  z-index: 3;
  width: 52px;
  height: 52px;
  border-radius: 50%;
  border: none;
  background: rgba(0,0,0,0.55);
  color: #fff;
  font-size: 18px;
  cursor: pointer;
  backdrop-filter: blur(6px);
  display: flex;
  align-items: center;
  justify-content: center;
  transition: all 0.3s ease;
}

.mute-btn:hover {
  background: rgba(0,0,0,0.8);
  transform: scale(1.1);
}
/*
  ##Device = Desktops
  ##Screen = 1281px to higher resolution desktops
*/

@media (min-width: 1281px) {

    

}

/*
  ##Device = Laptops, Desktops
  ##Screen = B/w 1025px to 1280px
*/

@media (min-width: 1025px) and (max-width: 1280px) {

    /* CSS */

}

/*
  ##Device = Tablets, Ipads (portrait)
  ##Screen = B/w 768px to 1024px
*/

@media (min-width: 768px) and (max-width: 1024px) {

    /* CSS */

}

/*
  ##Device = Tablets, Ipads (landscape)
  ##Screen = B/w 768px to 1024px
*/

@media (min-width: 768px) and (max-width: 1024px) and (orientation: landscape) {

    /* CSS */

}

/*
  ##Device = Low Resolution Tablets, Mobiles (Landscape)
  ##Screen = B/w 481px to 767px
*/

@media (min-width: 481px) and (max-width: 767px) {

    /* CSS */

}

/*
  ##Device = Most of the Smartphones Mobiles (Portrait)
  ##Screen = B/w 320px to 479px
*/

@media (min-width: 320px) and (max-width: 480px) {

    /* CSS */
	
	.video-section { 
		height: 15vh;
		
	}
	
	#yt-bg-player {
		height: 50vw;
		top: 0%;
	}

}

.widget .contact-form-widget select, .widget .contact-form-widget input, .widget .contact-form-widget .form-select, .widget .contact-form-widget .form-control, .widget .contact-form-widget textarea {
    background-color: var(--white-color);
    border-radius: 4px;
    border: 0px solid var(--th-border-color);
}

.service_fetaure ul {
    list-style: none;
    margin: 0;
}

.service_fetaure ul li:before {
    content:'✓';
    color:green;
    font-weight: bold;
    margin-right: 10px;
}

.contact-form-area .contact-form2 {
    margin-right:0px;
}