/*  GLOBAL CSS */

body {
	background-color: #151515;
}

* {
	color: #fff;
	font-size: 15px;
	font-family: 'Poppins', sans-serif;
	font-weight: 400;
	line-height: 1.75;
}

*:focus {
	outline: none !important;
}

section {
	padding: 5vh 0px;
}

.container {
	max-width: 1400px;
	padding: 0 50px 0 50px;
}

::placeholder { /* Chrome, Firefox, Opera, Safari 10.1+ */
	color: rgba(255,255,255, .7) !important;
	opacity: 1; /* Firefox */
}

:-ms-input-placeholder { /* Internet Explorer 10-11 */
	color: rgba(255,255,255, .7) !important;
}

::-ms-input-placeholder { /* Microsoft Edge */
	color: rgba(255,255,255, .7) !important;
}

a, a:hover {color: #ad8851;}



/* UTILITIES */

.opacity-25 {
	opacity: .25;
}

.headings {
	text-transform: uppercase;
}

.headings p {
	text-align: center;
	font-size: 15px;
	letter-spacing: 5px;
	font-family: 'Taviraj', serif;
}

.headings h2 {
	margin-bottom: 0;
	text-align: center;
	font-size: 36px;
	font-family: 'Taviraj', serif;
}

@media (min-width: 1024px) {
	.headings p {
		font-size: 18px; 	
	}

	.headings h2 {
		font-size: 54px;
	}
}

@media (min-width: 1600px) {
	.headings h2 {
		font-size: 66px;
	}
}

.form-group {
	display: flex;
	justify-content: center;
	flex-direction: column;
	position: relative;
}

.form-control {
	background-color: transparent;
	border: 0;
	border-top: 0.063rem solid #5b5b5b;
	border-bottom: 0.063rem solid #5b5b5b;
	padding: .75rem .75rem;
	width: auto;
	margin: 0 18px;
	height: 51px;
	border-radius: 0;
}

.spike:before, .spike:after {
	position: absolute;
	content: '';
	width: 18px;
	height: 51px;
	top: 34px;
	background: url(../img/border-spike.png) no-repeat;
}

.spike:before {left: 0px;}

.spike:after {right: 0px;transform: rotate(-180deg);}

.form-control:focus {
	background-color: transparent;
	color: #fff;
	box-shadow: none;
	border-color: #5b5b5b;
}

textarea.form-control {
	height: 208px;
	overflow-y: auto;
	margin: 0 23px;
	resize: none;
}

.notch:before, .notch:after {
	position: absolute;
	content: '';
	width: 23px;
	height: 208px;
	top: 34px;
	background: url(../img/textarea-border.png) no-repeat;
}

.notch:before {left: 0;}

.notch:after {right: 0;transform: rotate(-180deg);}


.diamond-shape-box.active {
	background-color: #cea260;
	border-color: #cea260;
	color: black;
}

.diamond-shape-box {
	display: flex;
	justify-content: center;
	align-items: center;
	width: 40px;
	height: 40px;
	margin: 2rem 0;
	border: 1px solid #fff;
	transform: rotate(45deg);
}

.diamond-shape-box.button:hover {
	background-color: #cea260;
	border-color: #cea260;
	transition: .2s all;
}

.diamond-shape-box.button:hover i {
	color: black;
}

.diamond-shape-box span {
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%,-50%);
}

.diamond-shape-box span i  {
	transform: rotate(-45deg);
}

.nav-item .diamond-shape-box span {transform: translate(-50%, -50%) rotate(-45deg)}

.card {
	text-align: center;
	justify-content: center;
	align-items: center;
	background: transparent;
	margin-bottom: 80px;
}

.card .card-title {
	text-transform: uppercase;
	font-family: 'Taviraj', serif;
	font-size: 18px;
}

.card-text {
	text-transform: uppercase;
	font-family: 'Taviraj', serif;
	letter-spacing: 4px;
}

@media (min-width: 768px) {
	.card .card-title {
		font-size: 25px;
	}
}




/* FOOTER */

footer p {
	color: #666666;
	text-align: center;
	font-size: 13px;
}

.social-networks-btns {
	display: flex;
	flex-direction: row;
	justify-content: center;
}

.social-networks-btns .diamond-shape-box {
	margin: 0 20px 40px 20px;
}




/* NAVIGATION */

.nav, .navbar-nav {
	justify-content: center;
}

@media (min-width: 1200px) {
	.nav-content {
		display: -webkit-box;
		display: -ms-flexbox;
		display: flex;
		-ms-flex-wrap: wrap;
		flex-wrap: wrap;
		padding-left: 0;
		margin-bottom: 0;
		list-style: none;
	}
}

.nav-item {
	position: relative;
	list-style: none;
	font-size: 13px;
	margin: 0 3px;
	padding: 10px 0;
}


@media (min-width: 1400px) {
	.nav-item {
		font-size: 15px;
		margin: 0 9px;
	}
}

@media (min-width: 1500px) {
	.nav-item {
		font-size: 15px;
		margin: 0 13px;
	}
}

.nav-item.active::after {
	display: none;
	content: "";
	position: absolute;
	left: 50%;
	transform: translateX(-50%);
	width: 0;
	height: 0;
	top: -27px;
	border-left: 13px solid transparent;
	border-right: 13px solid transparent;
	border-top: 13px solid #cea260;
}

@media (min-width: 1200px) {
	.nav-item.active::after {
		display: block;
	}
}

.bg-dark {
	background-color: #151515 !important;
}

.navbar, .navbar-nav {
	padding: 0;
}

.navbar-dark .navbar-toggler {
	border: 0;
}

.dropdown-menu.language {
	border: 0;
	background-color: transparent;
	padding: 0;
}

.dropdown-menu.language .dropdown-item {
	padding: 0;
	color: #fff;
}

.dropdown.language .dropdown-toggle {
	cursor: pointer;
	height: 40px;
}

@media (min-width: 768px) {
	.dropdown.language .dropdown-toggle {
		height: auto;
	}
}

.dropdown.language .dropdown-toggle:after {
	display: none;
}

.dropdown-item:focus, .dropdown-item:hover {
	background-color: transparent;
}

.section-hp-slider {
	background: url(../img/sections/hp-slider.jpg) center top no-repeat;
	background-size: 100%;
	width: 100%;
}

.section-hp-slider .owl-carousel-slide-text {
	position: absolute;
	top: 43%;
	left: 50%;
	transform: translate(-50%,-50%);
	width: 100%;
}




/* HOMEPAGE/OWL CAROUSEL */

.owl-nav {
	position: absolute;
	width: 100%;
	top: 50%;
	transform: translateY(-50%);
	display: flex;
	justify-content: space-between;

}

.owl-nav .diamond-shape-box {
	margin: 3rem;
}

@media(min-width: 1024px) {
	.owl-nav {
		top: 43%;
		justify-content: space-between;
	}
}

.owl-nav i {
	color: white;
}

.owl-carousel-slide-text {
	z-index: 1;
	color: #fff;
	text-transform: uppercase;
	text-align: center;
	margin: 0 20px;
}

.owl-carousel .owl-item img {
	position: relative;
	width: auto;
	max-height: 900px;
	margin: 0 auto;
}





/* HOMEPAGE INDEX/ABOUT SECTION */

.section-hp-about {padding-top: 0}

@media(min-width: 1200px) {
	.hp-about-wrapper {margin-top: -105px;}
}

.hp-about {
	z-index: 1;
	text-align: center;
	font-size: 32px;
	font-family: 'Taviraj', serif;
	line-height: 1;
	margin-top: 105px;
}

.hp-about p{
   	z-index: 1;
	text-align: center;
	font-size: 32px;
	font-family: 'Taviraj', serif;
	line-height: 1;
	margin-top: 105px;
}

.hp-about-wrapper {
	background: url(../img/sections/hp-about.png) center top no-repeat;
	background-size: contain;
}

@media (min-width: 768px) {
	.hp-about {
		font-size: 48px;
	}
    
    .hp-about p{
        font-size: 48px;
    }
}

@media (min-width: 992px) {
	.hp-about {
		font-size: 48px;
	}
    
     .hp-about p{
        font-size: 48px;
    }
}

@media (min-width: 1400px) {
	.hp-about {
		font-size: 66px;
	}
    
     .hp-about p{
        font-size: 66px;
    }
}

.section-hp-about .btn {
	margin: 40px 0;
}




/* GLOBAL SECTION CONTACT */

.section-contact-main {
	display: flex;
	align-items: center;
	width: 100%;
	padding-bottom: 120px;
}

.section-contact-hp {
	background: url(../img/sections/hp-contact.png) center top no-repeat;
	background-size: 100%;
}

.section-contact {
	background: url(../img/sections/section-contact.png) center no-repeat;
	background-size: 100%;
}

.section-contact-main .container {
	max-width: 1100px;
}

.section-contact-box {
	width: 100%;
	background-color: #191919;	
	margin: 0 auto 40px auto;
	padding: 4rem;
	text-align: center;
}

.section-contact-box p {
	font-size: 14px;
}

.section-contact-box .phone-text {
	font-family: 'Taviraj', serif;
	font-size: 24px;
	color: #fff;
}

.section-contact-box .email {
	color: #ad8851;
	text-decoration: underline;
}

.phone-contact {
	margin-top: -10px;
	margin-right: 10px;
}



/* SECTION PRODUCTS */

.card.product img {
	width: auto;
	height: 350px;
	margin-bottom: 40px;
}




/* SECTION PRODUCTS-DETAIL */

.product-detail {
	padding-top: 150px;
	padding-bottom: 7.5rem
}

.product-detail .headings h2, .product-detail .headings p {
	text-align: left;
}

.product-detail .product-img {
	display: block;
	margin: 0 auto 80px auto;
	
}

@media (min-width: 992px) {
	.product-detail .product-img {
		margin: 0 auto;		
	}
}

.product-detail h3 {
	text-transform: uppercase;
	font-family: 'Taviraj', serif;
	font-size: 1.5rem;
	margin-bottom: 1rem;
}

.product-detail p {
	color: #d1d1d1;
	margin-bottom: 2.8125rem;
	font-size: 0.938rem;
}

.product-detail .owl-carousel {
	margin-top: 53px;
}

.product-detail .owl-carousel .headings h2 {
	font-size: 20px;
	margin-bottom: 10px;
}

.product-detail .owl-carousel .headings p {
	font-size: 13px;
	margin-bottom: 0;
	color: #fff;
}

.product-detail .owl-carousel img {
	display: block;
	margin: 0 15px;
	max-width: 40px;
}

@media(min-width:992px){
	.product-detail .img-fluid {height: 100%}

	.h-100-lg {height: 100%}
}

.product-detail .owl-next {position: relative;right:-70px;}

.product-detail .owl-prev {position: relative;left:-70px;}

/* SECTION THE VINES */

.section-the-vines {
	background: url(../img/sections/the-vines.jpg) center top no-repeat;
	background-size: 100%;
	width: 100%;
}

.section-the-vines .product-img img {
	width: 100%;
}

.section-the-vines h3 {
	text-transform: uppercase;
	font-family: 'Taviraj', serif;
	font-size: 30px;
	margin-bottom: 30px;
}

.section-the-vines p {
	margin-bottom: 80px;
}

.section-the-vines .headings p {
	margin-bottom: 0;
}



/* SECTION CELLARS */

.section-cellars {
	background: url(../img/sections/cellars-map.jpg) left center no-repeat;
	padding-bottom: 0
}

.section-cellars h3 {
	text-transform: uppercase;
	font-family: 'Taviraj', serif;
	font-size: 30px;
	margin-bottom: 30px;
}

.section-cellars p {
	margin-bottom: 80px;
}

.section-cellars .headings p {
	margin-bottom: 0;
}

.section-cellars .headings h2 {
	margin-bottom: 80px;
}

.card.partner {
	text-align: left;
	justify-content: flex-start;
	align-items: flex-start;
	background-color: #151515;
	padding: 20px;
	transition: .2s all;
}

.card-body {margin-bottom: 12px;max-width: 100%}

.card.partner:hover {
	background-color: #191919;
}

.card.partner .card-ratings {
	margin-bottom: 20px;
}

.card.partner .card-ratings i {
	color: #ad8851;
}

.card.partner .card-title {
	font-size: 18px;
	margin-bottom: 30px;
}

.card.partner h6 {
	color: #ad8851;
	font-size: 13px;
}

.card.partner p {
	font-size: 13px;
	margin: 0;
}

.card.partner img {
	display: block;
	margin: 0 auto;
}




/* SECTION MAKING CHAMPAGNE */

.section-making-champagne {
	background: url(../img/sections/making-champagne.jpg) center no-repeat;
	background-size: cover;
}

.section-making-champagne  h3 {
	text-transform: uppercase;
	font-family: 'Taviraj', serif;
	font-size: 30px;
	margin-bottom: 30px;
}

.section-making-champagne  p {
	margin-bottom: 80px;
}

.section-making-champagne .headings p {
	margin-bottom: 0;
}




/* SECTION AWARDS */ 

.section-products {
	background: url(../img/sections/products.jpg) top center no-repeat;
	background-size: 100%;
	width: 100%;
}

.section-awards {background: url(../img/sections/oceneni.jpg) center top no-repeat;background-size: 100%;}

.card {border: 0;}

.card.awards img {
	width: auto;
	margin-bottom: 30px;
}

.card.awards .card-title {
	font-size: 19px;
}

.card.awards .card-text {
	font-size: 13px;
}

.btn {
	display: table;
	margin: 0 auto;
	position: relative;
	font-size: 16px;
	min-width: 150px;
	border-top: 2px solid transparent;
	border-bottom: 2px solid transparent;
	background: transparent;
	z-index: 5;
	text-align: center;
	vertical-align:top;
	color: #fff;
	text-decoration: none;
	transition: .2s all;
	padding: .5em 2em;
}

.btn a {
	margin: 0;
}
.btn:before,
.btn:after {
	content: "";
	position: absolute;
	background: inherit;
	z-index: -1;
	left: 1px;
	height: calc(50% + 3.8px);
	width: calc(100% - 1px);
	border: 2px solid #ad8851;
}
.btn:before {
	transform: perspective(50px) rotateX(10deg);
	transform-origin: top center;
	top: -4px;
	border-bottom: none;
}
.btn:after {
	transform: perspective(50px) rotateX(-10deg);
	transform-origin: bottom center;
	bottom: -5px;
	border-top: none;
}

.btn:hover {
	color: #000;
}

.btn:hover:after, .btn:hover:before {background-color: #cea260;}

.phone {
	font-weight: bold;
	font-size: 1.313rem;
	letter-spacing: 0.053rem;
	color: #fff;
	margin-left: 5px;
}

.mail {
	color: #cea260;
	letter-spacing: 0.038rem;
	text-decoration: underline;
}

.phone:hover {color: #fff;text-decoration: none}

.mail:hover {color: #cea260;}

.modal {
	background: url(../img/modal-bg.png);
}

.modal-dialog {
	width: 100% !important;
	max-width: 795px !important;
	position: relative;
	top: 25%;
}

.modal-content {
	box-shadow: 1.733rem 2.4rem 3.933rem rgba(0, 0, 0, 0.26);
	background-color: #202020;
	padding: 30px 0 50px;
}

@media(min-width: 992px) {
	.modal-body {padding: 10px 30px;}
}

.modal-body p {
	color: rgb(255, 255, 255);
	font-size: 15px;
	letter-spacing: 0.04rem;
}

.modal-btn-enter {
	width: 100%;
	max-width: 240px;
	margin-top: 58px;
	margin-bottom: 50px;
}

.modal-btn-reject {
	color: rgb(206, 162, 96);
	font-size: 1.067rem;
	text-decoration: underline;
	letter-spacing: 0.043rem;
}
.modal-btn-reject:hover {color: rgb(206, 162, 96);}