/*
Author       	: Theme-Family
Template Name	: Muydi -Photograph & Videography Html5 Website Template
Version      	: 1.0.1
*/
/*=============================================================
    CSS INDEX
    =============================
    01. GENERAL STYLE (body, link color, SECTION TITLE, PRELOADER, BTN, SECTION PADDING, SCROLL etc)
    02. START BOOTSTRAP NAVIGATION OVERRIDES
    03. START HOME DESIGN
		--START SWIPPER SLIDER  DESIGN
		--CLIPE HOME DESIGN
    04. START ABOUT DESIGN
		--START VIDEO  DESIGN
    05. START PROJECT DESIGN (START COMPANY BRAND LOGO DESIGN ) START FEATURE DESIGN
	06.	START SERVICE DESIGN
		--START HIRE DESIGN
	07.	START GALLERY DESIGN
	08.	START TESTIMONIAL DESIGN START TEAM DESIGN
	09.	START PRICING DESIGN 
	10.	START TEAM DESIGN
	11.	START PROCESSING DESIGN
	12.	START BLOG DESIGN
		--START BLOG DETAILS DESIGN
		--START PROTFOLIO DETAILS DESIGN
		--START SERVICE DETAILS DESIGN
		--START TEAM DETAILS DESIGN
	13.	START CONTACT DESIGN 
	14. START FOOTER DESIGN(START MAP DESIGN)
		--LOGIN CSS START


	
  =============================================================*/
/*
* ----------------------------------------------------------------------------------------
* 01.GENERAL STYLE
* ----------------------------------------------------------------------------------------
*/
section {
	/* 默认：超小屏（xs）: <576px */
	padding: 2.5rem 0;
	overflow: hidden;
	position: relative;
}

/* 小屏设备（sm）: ≥576px */
@media (min-width: 576px) {
	section {
		padding: 5rem 0;
	}
}

/* 中屏设备（md）: ≥768px */
@media (min-width: 768px) {
	section {
		padding: 6rem 0;
	}
}

/* 大屏设备（lg）: ≥992px */
@media (min-width: 992px) {
	section {
		padding: 7rem 0;
	}
}

/* 超大屏设备（xl）: ≥1200px */
@media (min-width: 1200px) {
	section {
		padding: 8rem 0;
	}
}

/* 特大屏（xxl）: ≥1400px */
@media (min-width: 1400px) {
	section {
		padding: 8.5rem 0;
	}
}

.video-background {
	position: absolute;
	/* top: 50%;
	left: 50%; */
	min-width: 100%;
	min-height: 100%;
	/* z-index: -1;
	transform: translateX(-50%) translateY(-50%); */
	top: 0;
	right: 0;
	bottom: 0;
	left: 0;
	object-fit: cover;
	/* 关键：让视频覆盖整个区域，保持宽高比，必要时裁剪 */
	object-position: center;
	z-index: -1;
	/* 关键：居中对齐视频内容 */
}

html {
	/* overflow-x: hidden; */
	height: 100%;
}

body {

	font-weight: normal;
	font-style: normal;
	font-size: 14px;
	color: var(--thm-p);
}

:root {

	--thm-base: #feda00;
	--thm-line: linear-gradient(to bottom, #FF416C, #FF4B2B);
	--thm-color: #ff6363;
	--thm-black: #0a0a0a;
	--thm-white: #ffffff;
	--thm-ase: #afb2bf;
	--thm-gray: #8e8e8e;
	--thm-f6: #F1F8FF;
	--thm-fb: #f6f6f6;
	--thm-f3: #f3f3f3;
	--thm-p: #666666;
}

h1,
h2,
h3,
h4,
h5,
h6 {

	color: var(--thm-black);
}

h1 a,
h2 a,
h3 a,
h4 a,
h5 a,
h6 a {
	color: inherit;
}

h2 {
	font-size: 40px;
	line-height: 50px;
	margin-bottom: 0px;
	font-weight: 700;
}

h3 {
	font-size: 22px;
	line-height: 32px;
	margin-bottom: 0px;
	font-weight: 700;
}

h4 {
	font-size: 20px;
	line-height: 27px;
}

h5 {
	font-size: 18px;
	line-height: 26px;
}

h6 {
	font-size: 14px;
	line-height: 22px;
}

p:last-child {
	margin-bottom: 0;
}

ul,
li {
	margin: 0;
	padding: 0;
}

p {
	padding: 0;
	margin: 0;
	font-size: 14px;
	color: var(--thm-p);
	line-height: 28px;

	font-weight: 400;
}

img {
	max-width: 100%;
	height: auto;
	border: 0;
}

a {
	text-decoration: none;
	transition: all 0.2s ease 0s;
}

a:focus,
.btn:focus {
	text-decoration: none;
	outline: none;
}

a:hover {
	color: inherit;
}

a {
	color: inherit;
	-webkit-transition: all 0.3s ease;
	-o-transition: all 0.3s ease;
	transition: all 0.3s ease;
}

a:hover,
a:active {
	text-decoration: none;
	outline: 0;
}

*,
::before,
::after {
	-moz-box-sizing: border-box;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
}

span {
	letter-spacing: 0;
}

a,
button,
input {
	outline: medium none;
	color: inherit;
}

dl,
ol,
ul {
	padding: 0;
	margin: 0;
	list-style: none;
}

button:focus {
	outline: none !important;
	box-shadow: none !important;
	border-color: transparent !important;
}

fieldset {
	border: 0 none;
	margin: 0 auto;
	padding: 0;
}

::selection {
	background: var(--thm-color);
	text-shadow: none;
	color: var(--thm-white);
}

::-webkit-input-placeholder {
	color: inherit;
}

::-moz-input-placeholder {
	color: inherit;
}

::-ms-input-placeholder {
	color: inherit;
}

.page-wrapper {
	position: relative;
	margin: 0 auto;
	width: 100%;
	min-width: 270px;
	z-index: 9;
	overflow: hidden;
}

.form-group {
	margin-bottom: 20px;
}

button,
input,
textarea {
	color: var(--thm-black);
}

button,
input,
textarea:focus {
	outline: none;
}

.atf-color-f1 {
	color: #f1f1f1 ! important;
}

.atf-color-f2 {
	color: #f2f2f2 ! important;
}

.atf-color-f3 {
	color: #f3f3f3 ! important;
}

.atf-color-f4 {
	color: #f4f4f4 ! important;
}

.atf-color-f5 {
	color: #f5f5f5 ! important;
}

.atf-color-f6 {
	color: #f6f6f6 ! important;
}

/*
* ----------------------------------------------------------------------------------------
* PRELOADER
* ----------------------------------------------------------------------------------------
*/

.atf-preloader {
	background: #fff;
	bottom: 0;
	left: 0;
	position: fixed;
	right: 0;
	top: 0;
	z-index: 99999;
}

.atf-status-mes {
	width: 80px;
	height: 80px;
	position: absolute;
	top: 50%;
	left: 50%;
	margin: -40px 0 0 -40px;
	font-size: 10px;
	text-indent: -12345px;
	border-top: 4px solid rgba(0, 0, 0, 0.08);
	border-right: 4px solid rgba(0, 0, 0, 0.08);
	border-bottom: 4px solid rgba(0, 0, 0, 0.08);
	border-left: 4px solid var(--thm-color);
	border-radius: 50%;
	-webkit-animation: spinner 700ms infinite linear;
	animation: spinner 700ms infinite linear;
	z-index: 10000;
}

@-webkit-keyframes spinner {
	0% {
		-webkit-transform: rotate(0deg);
		transform: rotate(0deg);
	}

	100% {
		-webkit-transform: rotate(360deg);
		transform: rotate(360deg);
	}
}

@keyframes spinner {
	0% {
		-webkit-transform: rotate(0deg);
		transform: rotate(0deg);
	}

	100% {
		-webkit-transform: rotate(360deg);
		transform: rotate(360deg);
	}
}

/*END PRELOADER DESIGN*/

/*START SECTION PADDING DESIGN*/

.atf-section-padding {
	padding: 90px 0;
}

/*START SECTION TITLE DESIGN*/

.atf-section-title {
	margin-bottom: 50px;
}

.atf-section-title h5 {
	color: var(--thm-color);
	line-height: 25px;
	margin: 0px 0 10px;
	 /*text-transform: uppercase;*/

	letter-spacing: 1.6px;
	font-size: 14px;
	display: inline-block;
	font-weight: 600;
}

.atf-section-title h2 {
	font-weight: 700;
	font-size: 35px;
	line-height: 1.1;
	color: var(--thm-black);
	text-transform: capitalize;

}

.atf-section-title p {
	font-size: 15px;

	color: var(--thm-p);
	font-weight: 400;
	line-height: 28px;
	margin-top: 20px;
}

.atf-section-title .atf-sec_icon {
	position: relative;
	display: inline-block;
}

.atf-section-title .atf-sec_icon:before {
	position: absolute;
	content: '';
	width: 50px;
	height: 2px;
	background: var(--thm-color);
	top: 16px;
	left: -56px;
}

.atf-section-title .atf-sec_icon:after {
	position: absolute;
	content: '';
	width: 50px;
	height: 2px;
	background: var(--thm-color);
	top: 16px;
	right: -56px;
}

.atf-section-title .atf-sec_icon .atf-sec_radiu i {
	margin-top: 10px;
	color: var(--thm-color);
}

@media only screen and (max-width:480px) {
	.atf-section-title h2 {
		font-size: 25px;
	}
}

/*END SECTION TITLE DESIGN*/

/*START SCROLL TO TOP*/

.atf-scroll-top {
	position: fixed;
	right: 105%;
	bottom: 70px;
	z-index: 99;
	cursor: pointer;
	transition: 1.5s ease;
	border: none;
	background: transparent;
}

.atf-scrollup-icon {
	font-size: 25px;
	width: 50px;
	height: 50px;
	background: var(--thm-color);
	line-height: 50px;
	color: var(--thm-white);
	border-radius: 50%;
	box-shadow: 0px 0 15px rgba(242, 233, 233, 0.6);
}

.atf-scrollup-icon:hover {
	background: var(--thm-black);
	transition: 0.3s;
}

.atf-scroll-top.open {
	right: 30px;
}

/*END SCROLL TO TOP*/

/* START BTN STYLE */

.atf-themes-btn {
	color: transparent;

	font-size: 16px;
	font-weight: 600;
	text-transform: capitalize;
	/* padding: 12px 5px; */
	border: none;
	border-radius: 0;
	perspective: 500px;
	transform-style: preserve-3d;
	position: relative;
	z-index: 1;
	transition: all 0.5s;
	margin: 10px 5px;
	display: inline-block;
}

.atf-themes-btn:hover {
	color: transparent;
}


@media only screen and (max-width: 767px) {
	.atf-themes-btn {
		/* margin-bottom: 20px; */
	}
}

/* END BTN STYLE */


/*
* ----------------------------------------------------------------------------------------
* 02. END BOOTSTRAP NAVIGATION OVERRIDES
* ----------------------------------------------------------------------------------------
*/
/*
* ----------------------------------------------------------------------------------------
* 03.START HOME DESIGN
* ----------------------------------------------------------------------------------------
*/
/*---------------------------------------
   START SLIDER  DESIGN
---------------------------------------*/
.atf-home-overlay {
	background: rgba(0, 0, 0, 0.4);
	height: 100%;
	width: 100%;
}

/*
* ----------------------------------------------------------------------------------------
* START SWIPPER SLIDER  DESIGN
* ----------------------------------------------------------------------------------------
*/
.atf-slider {
	padding-top: 0;
	position: relative;
}

.atf-slider.fixed-slider {
	position: fixed;
	top: 0;
	left: 0;
	right: 0;
}

.atf-slider .swiper-slide-active {
	z-index: 3;
}

.atf-slider .parallax-slider {
	position: relative;
}

.atf-slider .atf-parallax-slider .swiper-slide {
	position: relative;
	overflow: hidden;
	width: 100%;
	min-height: 100vh;
	padding-bottom: 50px;
}

.atf-slider .atf-parallax-slider .swiper-slide .atf-swiper-img {
	position: absolute;
	top: 0;
	right: 0;
	bottom: 0;
	left: 0;
	background-size: cover;
	background-position: center;
}

.atf-slider .atf-parallax-slider .swiper-slide-active .atf-slider-content h1 {
	opacity: 1;
	animation: fadeInRight .8s;
	-webkit-animation-delay: 1s;
	animation-delay: .3s;
}

.atf-slider .atf-parallax-slider .atf-slider-content {
	text-align: center;
}

.atf-slider .atf-parallax-slider .atf-slider-content h1 {
	font-size: 48px;
	font-weight: 700;
	color: var(--thm-white);
	opacity: 1;
	visibility: visible;

	text-shadow: 1px 1px 2px rgba(0, 0, 0, 0.3);
}

.atf-slider .atf-parallax-slider .atf-slider-content p {
	color: var(--thm-white);
	font-weight: 500;
	/* margin-top: 10px; */
	opacity: 1;
}

.atf-slider .atf-parallax-slider .swiper-slide-active .atf-slider-content p {
	color: var(--thm-white);
	font-weight: 500;
	/* margin-top: 20px; */
	opacity: 1;
	animation: fadeInLeft .8s;
}

.atf-slider .atf-parallax-slider .atf-slider-content h5 {
	color: var(--thm-white);
	font-weight: 500;
	/* margin-top: 10px; */
	opacity: 1;
	font-weight: normal;
}

.atf-slider .atf-parallax-slider .swiper-slide-active .atf-slider-content h5 {
	color: var(--thm-white);
	font-weight: 500;
	/* margin-top: 20px; */
	opacity: 1;
	animation: fadeInLeft 0.8s;
	-webkit-animation-delay: 1.5s;
	animation-delay: .6s;
}

.atf-slider .atf-parallax-slider .swiper-slide-active .atf-slider-content .atf-main-btn {
	text-transform: capitalize;
	position: relative;
	opacity: 1;
	animation: fadeInUp 1s;
	-webkit-transition: all .4s;
	-o-transition: all .4s;
	transition: all .4s;
}

.atf-slider .swiper-control-btn {

	position: absolute;
	top: 50%;
	z-index: 8;
	width: 100%;
	height: auto;
	align-items: center;
	display: flex;
	justify-content: space-between;
	display: none;
}

.atf-slider .swiper-control-btn .swiper-nav-control {
	color: #eee;
	font-size: 15px;
	font-weight: 600;
	 /*text-transform: uppercase;*/
	letter-spacing: 3px;
	margin-left: 50px;
	margin-right: 50px;
	position: static;
	width: auto;
	height: auto;
	display: inline-block;
	background: transparent;
	padding: 6px 10px;
	border-radius: 3px;
	opacity: 0;
	-webkit-transition: all .4s;
	-o-transition: all .4s;
	transition: all .4s;
}

.atf-slider:hover .swiper-control-btn .swiper-nav-control {
	opacity: 1;
}

.atf-slider .swiper-control-btn .swiper-nav-control::after {
	font-size: 14px;
	width: 50px;
	height: 50px;
	line-height: 50px;
	border-radius: 5%;
	display: block;
	text-align: center;
	background: rgb(255, 255, 255, 0.3);
}

.atf-slider .swiper-pagination-bullets {
	bottom: 20px;
}

.atf-slider .swiper-pagination-bullet {
	background: var(--thm-white);
	opacity: .4;
}

.atf-slider .swiper-pagination-bullet-active {
	background: var(--thm-white);
	opacity: 1;
}

.atf-align-item-center {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	min-height: 100%;
}

/* ------------------------------------------------------------------- 
 * ## medium size devices - (_grid.scss)
 * ------------------------------------------------------------------- */

@media only screen and (max-width: 1200px) {
	.atf-slider .atf-parallax-slider .atf-slider-content h1 {
		font-size: 48px;
	}
}


/* ------------------------------------------------------------------- 
 * ## tablets - (_grid.scss)
 * ------------------------------------------------------------------- */

@media only screen and (max-width: 800px) {
	.atf-slider .atf-parallax-slider .atf-slider-content h1 {
		font-size: 42px;
	}
}


/* ------------------------------------------------------------------- 
 * ## mobile devices - (_grid.scss)
 * ------------------------------------------------------------------- */

@media only screen and (max-width: 600px) {
	.atf-slider .atf-parallax-slider .atf-slider-content h1 {
		font-size: 38px;
	}
}


/* ------------------------------------------------------------------- 
 * ## small mobile devices - (_grid.scss) 
 * ------------------------------------------------------------------- */


/* stack columns on small mobile devices
 * ------------------------------------------------------------------- */

@media only screen and (max-width: 400px) {
	.atf-slider .atf-parallax-slider .atf-slider-content h1 {
		font-size: 32px;
	}

}