/*
Theme Name: Bars concierge
Text Domain: Bars concierge
Tags: Bars concierge theme
Author: uGraphix
Author URI: https://ugraphix.mn/
*/


@font-face {
    font-family: RyuminPro;
    src: url(/wp-content/themes/bars-concierge/assets/font/A-OTF-RyuminPr5-Medium.otf);
}
@font-face {
    font-family: Allura-Regular;
    src: url(/wp-content/themes/bars-concierge/assets/font/Allura-Regular.ttf);
}
@font-face {
    font-family: MinionPro;
    src: url(/wp-content/themes/bars-concierge/assets/font/MinionPro-Regular.otf);
}
html{
    scroll-behavior: smooth;
	overflow-x: hidden;
}
body{
    background-color: #000;
	overflow-x: hidden;
	overflow-y: clip;
}

header{
    position: fixed;
    top: 0px;
    left: 0px;
    width: 100%;
    height: 80px;
    z-index: 99;
    display: flex;
    justify-content: center;
    background-color: #020202ab;
}
header nav ul{
    display: flex;
    margin: 0px;
    padding: 0px;
}
header nav ul li{
    list-style-type: none;
    margin: 0px 50px;
}
header nav ul li a{
    color: #fff;
    font-family: MinionPro;
}
header nav ul li a:hover{
    color: #E95504;
    text-decoration: none;
    
}
header .logo-1{
    width: 150px;
    margin-bottom: -50px;
    padding: 20px;
    border-radius: 50%;
}
header .logo-1 img{
    opacity: 0;
	width: 100%;
	height: auto;
}
.logo_back_bott{
    position: fixed;
    top: 80px;
    z-index: 99;
    left: 0px;
    width: 100%;
    display: flex;
}
.logo_back_bott hr{
    border: 1px solid #E95504;
    width: 100%;
    margin: 0px;
}
.logo_back_bott .logo-2{
    min-width: 175px;
    max-width: 175px;
    padding: 30px;
    padding-top: 0px;
    background-image: url(/wp-content/themes/bars-concierge/assets/img/border-round.png);
    background-size: 100%;
    height: 51px;
}
.logo_back_bott .logo-2 img{
    margin-top: -60px;
	width: 100%;
	height: auto;
}
.header-insta{
	position: absolute;
	top: 50%;
	right: 30px;
	transform: translateY(-50%);
	font-size: 40px;
	color: #fff;
}
.header-insta a{
	color: #fff;
}
.header-insta a:hover{
	text-decoration: none;
	color: #E95504;
}
.header_menu_butt{
	color: #fff;
    background: none;
    border: none;
    font-size: 30px;
    margin: 0px 10px;
}
.header_menu_butt[aria-expanded="true"] .fa-bars::before{
	content: "\f00d";
}



.section_1{
    position: relative;
    padding-bottom: 40px;
    margin-bottom: 50px;	
}

.section_1::after {
    content: "";
    position: absolute;
    bottom: 0;
    left: 0;
	z-index: 1;
    right: 0;
    height: 40%; 
    background: linear-gradient(to top, rgba(0, 0, 0, 1), rgba(0, 0, 0, 0)); 
    pointer-events: none; 
}
.section_1::before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
	z-index: 1;
    height: 40%; 
    background: linear-gradient(to top, rgba(0, 0, 0, 0), rgba(0, 0, 0, 1)); 
    pointer-events: none; 
}
.section_1_text{
    position: absolute;
    left: 50%;
    transform: translateX(-50%);
    bottom: -5%;
	z-index: 5;
    width: 50%;
}
.section_2{
    padding-top: 180px;
    margin-bottom: -80px;
}
.section_2_title{
    text-align: center;
    color: #fff;
    margin-bottom: 60px;
}
.section_2_title h1{
    font-family: MinionPro;
    margin-bottom: 0px;
}
.section_2_title p{
    font-family: RyuminPro;
}
.section_2_text{
    color: #fff;
    display: flex;
    justify-content: center;
}
.section_2_text p{
    width: 350px;
    letter-spacing: 2px;
    text-align: center;
    line-height: 35px;
}
.section_3{
	position: relative;
}
.section_3::after {
    content: "";
    position: absolute;
    bottom: 0;
    left: 0;
	z-index: 1;
    right: 0;
    height: 40%; 
    background: linear-gradient(to top, rgba(0, 0, 0, 1), rgba(0, 0, 0, 0)); 
    pointer-events: none; 
}
.section_3::before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
	z-index: 1;
    height: 40%; 
    background: linear-gradient(to top, rgba(0, 0, 0, 0), rgba(0, 0, 0, 1)); 
    pointer-events: none; 
}
.section_4{
    display: flex;
    justify-content: center;
    flex-wrap: wrap;
    margin-top: -180px;
    padding-top: 180px;
}
.section_4_title{
    width: 100%;
    text-align: center;
    color: #fff;
    margin-bottom: 60px;
}
.section_4_title h1{
    font-family: MinionPro;
}
.section_4_title p{
    font-family: RyuminPro;
}
.section_4_text{
    width: 60%;
    margin-bottom: 100px;
}
.section_4_text hr{
    border: 1px solid #fff;
}
.section_4_text_body{
    display: flex;
    justify-content: center;
    width: 100%;
    align-items: center;
}
.section_4_text_body p{
    margin-bottom: 0px;
    font-family: RyuminPro;
    color: #fff;
	width: 45%;
	text-align: center;
    font-size: 16px;
    line-height: 35px;
    letter-spacing: 1px;
}
.section_4_text_body hr{
    height: auto;
    border: 1px solid #fff;
    margin: 0px auto;
    height: 80px;
}
.section_4_card{
    width: 75%;
    border: 2px solid #fff;
    background-color: #000;
    padding: 20px 50px;
    display: flex;
	flex-wrap: wrap;
    z-index: 1;
}
.section_4_card_text{
    color: #fff;
    width: 40%;
    display: flex;
    justify-content: center;
    align-content: center;
    flex-wrap: wrap;
}


.section_4_card_text h1{
    font-family: MinionPro;
    margin-bottom: 0px;
    width: 100%;
    text-align: center;
}
.section_4_card_text p{
    font-family: RyuminPro;
    margin-bottom: 20px;
    width: 100%;
    text-align: center;
}
.section_4_card_text_2 p{
	font-family: RyuminPro;
    width: 100%;
	color: #fff;
}
.section_4_card_text a{
    border: 1px solid #fff;
    color: #fff;
    background-color: #000;
    font-family: MinionPro;
    display: flex;
    padding: 3px;
    width: 100px;
    justify-content: center;
    align-items: center;
    font-size: 14px;
    letter-spacing: 2px;
}
.section_4_card_text a:hover{
	text-decoration: none;
	color: #E95504;
	border: 1px solid #E95504;
}
.section_4_card_text button i{
    margin-right: 10px;
    font-size: 12px;
}
.section_4_card_img{
    width: 60%;
    display: flex;
    align-items: flex-end;
    padding-left: 30px;
}
.section_4_card_img_1{
    width: 35%;
    margin-left: -7%;
}
.section_4_card_img_2{
    width: 23%;
    margin-left: -5%;
}
.section_5{
    margin-top: -100px;
    z-index: -1;
	position: relative;
}
.section_5::after {
    content: "";
    position: absolute;
    bottom: 0;
    left: 0;
	z-index: 1;
    right: 0;
    height: 40%; 
    background: linear-gradient(to top, rgba(0, 0, 0, 1), rgba(0, 0, 0, 0)); 
    pointer-events: none; 
}
.section_5::before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
	z-index: 1;
    height: 40%; 
    background: linear-gradient(to top, rgba(0, 0, 0, 0), rgba(0, 0, 0, 1)); 
    pointer-events: none; 
}
.section_6{
    display: flex;
    justify-content: center;
    margin-bottom: 100px;
    margin-top: -180px;
    padding-top: 180px;
}
.section_6_border{
    background-color: #fff;
    padding: 50px;
    width: 85%;
}
.section_6_title{
    text-align: center;
    color: #000;
    margin-bottom: 50px;
}
.section_6_title h1{
    font-family: MinionPro;
    margin-bottom: 0px;
}
.section_6_title p{
    font-family: RyuminPro;
}
.section_6_card{
    width: 46%;
    margin-bottom: 30px;
}
.section_6_card_img{
    margin-bottom: 30px;
}
.section_6_card_img img{
    height: 240px;
    object-fit: cover;
}
.section_6_card_body{
    display: flex;
    justify-content: end;
    flex-wrap: wrap;
    position: relative;
}
.section_6_card_title{
    text-align: right;
    padding: 5px 10px;
    display: table;
    border-bottom: 1px solid #000;
    margin-bottom: 15px;
    font-family: RyuminPro;
    color: #000;
    font-size: 15px;
}
.section_6_card_desc{
    text-align: right;
    font-family: RyuminPro;
    color: #000;
    width: 100%;
    padding: 0px 10px;
    font-size: 13px;
}
.section_6_card_tag{
    position: absolute;
    top: 0px;
    left: 0px;
    font-family: Allura-Regular;
    font-size: 38px;
    transform: rotate(350deg);
}
.section_7_title{
    text-align: center;
    color: #fff;
    margin-bottom: 50px;
}
.section_7_title h1{
    font-family: MinionPro;
    margin-bottom: 0px;
}
.section_7_title p{
    font-family: RyuminPro;
    margin-bottom: 35px;
}
.section_7_title h6{
    font-family: RyuminPro;
    margin-bottom: 0px;
    letter-spacing: 2px;
}
.section_8{
    display: flex;
    justify-content: center;
	padding-top: 200px;
	flex-wrap: wrap;
}
.section_8_title{
	font-size: 24px;
	text-align: center;
	color: #fff;
	font-family: RyuminPro;
}
.section_8_form{
	width: 85%;
}
.wpforms-field-label{
	color: #fff !important;
	font-family: RyuminPro !important;
	font-size: 16px !important;
	margin-bottom: 20px !important;
}
.section_8_form_title{
	color: #fff;
	font-family: RyuminPro;
	font-size: 16px;
	margin-bottom: 20px;
}
.section_8_form_input{
	width: 100%;
	margin-bottom: 20px;
}
.section_8_form_input input{
	width: 100% !important;
	border: 1px solid #E95504 !important;
	font-family: RyuminPro !important;
	height: 40px !important;
	padding: 0px 10px !important;
}
.section_8_form_input textarea{
	width: 100% !important;
	border: 1px solid #E95504 !important;
	font-family: RyuminPro !important;
	height: 200px !important;
	padding: 10px !important;
}
.section_8_form_submit{
	border: none !important;
	color: #fff !important;
	background-color: #E95504 !important;
	font-family: RyuminPro !important;
	font-size: 16px !important;
	padding: 5px 20px !important;
	margin-bottom: 50px !important;
}
.section_8_card{
    width: 85%;
    display: flex;
	flex-wrap: wrap;
    margin-top: 50px;
    margin-bottom: 100px;
}
.section_8_card_body{
    width: 45%;
}
.section_8_card_img{
    width: 55%;
}
.section_8_card_body_logo{
    padding: 20px;
}
.section_8_card_body_text{
    padding: 10px 50px;
}
.section_8_card_body_text h2{
    color: #fff;
    font-family: RyuminPro;
    margin-bottom: 0px;
    font-size: 24px;
}
.section_8_card_body_text h2 span{
    font-size: 38px;
    -webkit-user-select: none;
	border: none !important;
	text-decoration: none;
    outline: none;
}
.section_8_card_body_text p{
    color: #fff;
    font-family: RyuminPro;
    margin-bottom: 0px;
}
.section_8_card_body_text p span{
    margin-left: 25px;
}
.section_8_card_body_text a{
    border: 1px solid #fff;
    color: #fff;
    font-family: MinionPro;
    padding: 5px 10px;
    letter-spacing: 2px;
    display: flex;
    align-items: center;
    width: 145px;
    margin: 10px 0px;
}
.section_8_card_body_text a i{
    margin-right: 10px;
}
.section_8_card_body_text a:hover{
    color: #fff;
    text-decoration: none;
}
.youtube{
	display: flex;
	justify-content:center;
}
.youtube iframe{
	width: 85%;
	height: 450px;
	margin-bottom: 50px;
}


/* carousel */
.carousel{
    overflow-x: hidden;
}
.carousel .slider{
    display: flex;
    transition: transform 1s ease;
}
.carousel .slider .slider-card{
    min-width: 20%;
	max-width: 20%;
}
.carousel .slider .slider-card img{
    width: 100%;
	height: 250px;
	object-fit: cover;
}
.carousel-left{
    font-size: 18px;
    position: absolute;
    left: -15px;
    top: 50%;
    transform: translateY(-50%);
    background-color: #fff;
    border-radius: 50%;
    width: 35px;
    height: 35px;
    border: none;
	display: flex;
	justify-content: center;
	align-items: center;
	color: #000;
}
.carousel-right{
    font-size: 18px;
    position: absolute;
    right: -15px;
    top: 50%;
    transform: translateY(-50%);
    background-color: #fff;
    border-radius: 50%;
    width: 35px;
    height: 35px;
    border: none;
	display: flex;
	justify-content: center;
	align-items: center;
	color: #000;
}

/* carousel */


/* custom */
.display-flex{
    display: flex;
}
.position-relative{
    position: relative;
}
.sp{
	display: none;
}
.pc{
	display: block;
}
.admin-bar-top{
	margin-top: 32px;
}
/* custom */



@media only screen and (max-width: 1000px){
	.pc{
		display: none;
	}
	.sp{
		display: block;
	}
	.admin-bar-top{
		margin-top: 0px;
	}
	header .logo-sp{
		height: 60px;
		margin: 10px;
	}
	header .logo-sp img{
		height: 100%;
		width: auto;
	}
	header nav{
		width: 100%;
		position: fixed !important;
		z-index: 99;
		top: 80px;
		left: 0px;
		background-color: #020202ab;
	}
	header nav ul{
		display: block;
	}
	header nav ul li{
		list-style-type: none;
		margin: 20px 50px;
	}
	.section_1 video{
		height: 50vh;
		object-fit: cover;
	}
	.section_2{
		padding-top: 130px;
	}
	.section_2_text p{
		width: 100%;
	}
	.section_4_text{
		width: 80%;
	}
	.section_4_text_body hr{
		margin: 0px 15px;
		height: 60px;
	}
	.section_4_text_body p{
		font-size: 12px;
		line-height: 25px;
	}
	.section_4_card{
		padding: 15px;
		width: 80%;
	}
	.section_4_card_text{
		width: 100%;
	}
	.section_4_card_img{
		margin-top: 25px;
		width: 100%;
	}
	.section_5{
		margin-top: -50px;
	}
	.section_6_border{
		padding: 30px 15px;
		width: 95%;
	}
	.section_6_card{
		width: 100%;
	}
	.section_6_card_tag{
		font-size: 28px;
	}
	.section_6_card_img img{
		height: auto;
	}
	.carousel .slider .slider-card{
		min-width: 50%;
		max-width: 50%;
	}
	.section_8{
		padding-top: 50px;
	}
	
	.section_8_card_body{
		width: 100%;
	}
	.section_8_card_body_text{
		padding: 10px 0px;
	}
	.section_8_card_img{
		width: 100%;
	}
	.section_8_card_body_text h2{
		font-size: 22px;
	}
	.section_8_card_body_text h2 span{
		font-size: 32px !important;
		border: none;
		padding: 0px;
		-webkit-appearance: none;
	}
	.section_8_card_body_text p span{
		margin-left: 5px;
	}
	.section_8_card{
		margin-top: 30px;
	}
	.carousel .slider .slider-card img{
		width: 100%;
		height: 200px;
		object-fit: cover;
	}
	.youtube iframe{
		width: 100%;
		height: 250px;
		margin-bottom: 30px;
	}
	
}