:root {
  --accent-color: #c5a046;
  --bs-primary: var(--accent-color);
  --light: #fff4c2;
  --dark: #b7762a;
  --bs-dark: var(--bs-dark);
  --box-shadow: 4px 9px 16px #060f1735;
}

::-moz-selection {
  /* Code for Firefox */
  color: #fff;
  background: var(--accent-color);
}

::selection {
  color: #fff;
  background: var(--accent-color);
}

body {
  background-color: var(--light);
  color:white;
}

.bg-dark {
    background-color: var(--dark)!important;
}


.light-bg {
  background-color: var(--light);
  color: #3a3a3a;
}

.form-index {
	padding: 1rem;
	background-color: #492e0d;
	border:1px solid white;
}

.border-rounded {
  border-radius: 4px;
}


/* ----------------------------- */
/* ! Typography */
/* ----------------------------- */


*, p {
  font-family: 'Libre Baskerville', serif !important;
}

h1,
.h1,
h2,
.h2,
h3,
.h3,
h4,
.h4,
h5,
.h5,
h6,
.h6,
button, .btn {
  font-family: 'Cinzel', serif !important;
	color:#ffcf73;
}
h1{
	color:#f4bc4f;
}
h1.display-2{
	color:white;
	text-shadow: 0 0 7px black;
	padding-top:40px;
}
h3 {
	font-size:1.25em;
	padding-top:15px;
}

.accent-color,
a.accent-color {
  color: #492e0d;
}

a {
  color:white;
  text-decoration: none;
}

a:hover,
a:focus {
  color: var(--accent-color);
  text-decoration: none;
}

.text-light a {
  color: var(--light);
}



/* ----------------------------- */
/* ! Navbar */
/* ----------------------------- */


@media (min-width: 767px) {

}

.navbar-brand img {
  width: 60px;
  height: auto;
}

a.nav-link,
.dropdown-menu a {
  padding: 1rem 1.2rem !important;
  text-align: center;
}
a.nav-link:hover {
  background-color: transparent !important;
  border-radius: 0rem;
  color: var(--accent-color) !important;
}

.navbar-toggler-icon .line {
  width: 100%;
  height: 2px;
  background-color: var(--accent-color);
}

.navbar-collapse.collapse.show {
  background-color: transparent;
}


/* ----------------------------- */
/* ! Homepage */
/* ----------------------------- */
.overlay-gradient {
  padding: 130px 0 40px 0;
}

.vente .overlay-gradient {
  padding: 60px 0;
}

.bg-dark label {
  color: white;
}

.single-review--th {
  width: 100px;
  height: 100px;
  object-fit: cover;
  border-radius: 50%;
}

/* ----------------------------- */
/* ! CTA Banner */
/* ----------------------------- */

.cta-banner--wrap {
  max-width: 350px;
  margin: 0 auto;
}

#cta-banner {
  transform: translateY(0);
  opacity: 0;
  position: fixed;
  bottom: 15px;
  width: 100%;
  margin: 0 auto;
  transition: all 350ms ease-in-out;
  -moz-transition: all 350ms ease-in-out;
  -webkit-transition: all 350ms ease-in-out;

  z-index: 1021;
}

#cta-banner.show {
  transform: translateY(0);
  opacity: 1 !important;
  transition: all 350ms ease-in-out;
  -moz-transition: all 350ms ease-in-out;
  -webkit-transition: all 350ms ease-in-out;
}

/* ----------------------------- */
/* ! Customization */
/* ----------------------------- */

figure.figure--landscape {
  width: 100%;
  height: 0;
  padding-top: calc(100% / 1.666);
  position: relative;
}

figure.figure--landscape img {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.bg-img {
  background: no-repeat top center;
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  background-size: cover;
}

.dark-bg {
  color:#04272b;
}

.rounded {
  border-radius: 18px !important;
  overflow: hidden;
}

.testimonial-img {
  width: 180px;
  height: 180px;
  object-fit: cover;
  margin: 20px auto;
}

.carousel-indicators {
  bottom: -50px;
}

.btn-primary {
  color: #492e0d;
  background-color: #f6b646;
  border-color: var(--accent-color);
	font-size:1.2rem;
	line-height: 1.2rem;
	font-weight:600;
}

.spacer {
  display: block;
  height: 15px;
}

.text-right {
  text-align: right;
}
.overflow-hidden {
  overflow: hidden;
}
.row.no-gutters.pros-cons--container .col-md {
  padding-right: 0;
  padding-left: 0;
}

.row.no-gutters {
  margin-right: 0;
  margin-left: 0;
}

.bg-light {
  background-color:#492e0d!important;
}

.sticky-top {
  position: sticky;
  top: 20px;
}

hr {
  background-color: #c3b780;
  opacity: 1;
}

.hero-img {
  width: 100%;
  height: 50vh;
}

.btn-primary:hover, .btn-check:focus + .btn-primary, .btn-primary:focus {
  color: var(--dark);
  background-color: white;
  border-color: white;
}

.overlay {
  background-image: linear-gradient(var(--dark), #060f1770);
}

span.check-dot {
  background-color: var(--accent-color);
  width: 20px;
  height: 20px;
}

.banner {
  background-color: #492e0d;
	color:white;
}

.garanty-block {
  margin: 0 auto 35px;
}

.garanty-block--circle {
  background-color: transparent;
  border:4px solid var(--accent-color);
  width: 200px;
  height: 200px;
  border-radius: 50%;
  display: flex;
  justify-content: center;
  align-items: start;
  color: white;
  margin: 0 auto;
  text-align: center;
  padding-top: 20px;
}

.garanty-block--circle-cont img {
  max-width: 70px;
  height: auto;
}

.garanty-block--circle-100 {
  font-size: 34px;
  display: block;
  margin: -7px;
  font-weight: 900;
}
.garanty-block--circle-gar {
  margin-top: -20px;
  font-size: 30px;
  display: block;
}

.garanty-block--rect {
  background-color: var(--accent-color);
  margin: -49px auto 0 auto;
  padding: 8px 14px;
  max-width: 240px;
  text-align: center;
  border-radius: 3px;
}

.btn_payment button {
  width: 100% !important;
  border: transparent;
  background-color: white;
  height: 53px;
  border-radius: 27px;
}

#paypal-button-container {
  width: 100% !important;
}

.bio p{
	text-align: justify;
}

/* ----------------------------- */
/* ! Private spaces */
/* ----------------------------- */

.private{
	text-align:center;
}

.private .communications li {
  background-color: #492e0d;
	background-image:url("../images/bg-btn1.jpg");
	background-position:center center;
	background-size:100%;
	background-repeat: no-repeat;
	color: white;
	margin-bottom:8px;
	border-radius:10px;
	font-size:1.1rem;
}

.private .communications li.btn2{
	background-image:url("../images/bg-btn2.jpg");
}

.private .communications a {
	color:white;
}

img.sun{
	margin-bottom:-70px;
	max-width: 100%;
}

.horoscope {
	background-image: url("../images/bg-horoscope.jpg");
	background-position: center center;
	padding:30px 40px;
	text-align: justify;
	margin-bottom: 50px;
}

.private-pages h1{
	font-size:calc(1.575rem + 1.9vw);		
}

.private-pages h2{
	font-size:2.5rem;
	padding : 0 0 30px 0;
}

.private-pages p{
	text-align: justify;
}

.private-pages .overlay-gradient{
	padding : 40px 0 20px 0 ;
}

/* ----------------------------- */
/* ! Stripe */
/* ----------------------------- */
.example.FormStripe {
  background-color: #fff;
  box-shadow: var(--box-shadow);
  min-width: 280px;
  margin: 0 auto;
}

.example.FormStripe * {
  font-size: 16px;
}


.example.FormStripe .field {
  position: relative;
  width: 100%;
}

.example.FormStripe .field.half-width {
  width: 50%;
  margin: 0px;
}

.example.FormStripe .field.quarter-width {
  width: calc(25% - 10px);
}

.example.FormStripe .baseline {
  position: absolute;
  width: 100%;
  height: 1px;
  left: 0;
  bottom: 0;
  background-color: #cfd7df;
  transition: background-color 0.3s cubic-bezier(0.165, 0.84, 0.44, 1);
}

.example.FormStripe .baseline.w90 {
  width: 90%;
}

.example.FormStripe label {
  position: relative;
  margin-bottom: 5px;
  width: 100%;
  left: 0;
  bottom: 0px;
  color: #000000;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  transform-origin: 0 50%;
  cursor: text;
  pointer-events: none;
  transition-property: color, transform;
  transition-duration: 0.3s;
  transition-timing-function: cubic-bezier(0.165, 0.84, 0.44, 1);
  display: block;
}

.example.FormStripe .input,
.input.empty {
  position: relative;
  width: 100%;
  left: 0;
  bottom: 0;
  padding-bottom: 0px;
  color: var(--dark);
  background-color: var(--light);
  border: 1px solid #ddd;
  padding: 5px 10px;
  border: transparent;
  min-height: 38px;
}

.example.FormStripe .input::-webkit-input-placeholder {
  color: transparent;
  transition: color 0.3s cubic-bezier(0.165, 0.84, 0.44, 1);
}

.example.FormStripe .input::-moz-placeholder {
  color: transparent;
  transition: color 0.3s cubic-bezier(0.165, 0.84, 0.44, 1);
}

.example.FormStripe .input:-ms-input-placeholder {
  color: transparent;
  transition: color 0.3s cubic-bezier(0.165, 0.84, 0.44, 1);
}

.example.FormStripe .input.StripeElement {
  opacity: 0;
  transition: opacity 0.3s cubic-bezier(0.165, 0.84, 0.44, 1);
  will-change: opacity;
}

.example.FormStripe .input.focused,
.example.FormStripe .input:not(.empty) {
  opacity: 1;
}

.example.FormStripe .input.focused::-webkit-input-placeholder,
.example.FormStripe .input:not(.empty)::-webkit-input-placeholder {
  color: #cfd7df;
}

.example.FormStripe .input.focused::-moz-placeholder,
.example.FormStripe .input:not(.empty)::-moz-placeholder {
  color: #cfd7df;
}

.example.FormStripe .input.focused:-ms-input-placeholder,
.example.FormStripe .input:not(.empty):-ms-input-placeholder {
  color: #cfd7df;
}

.example.FormStripe .input.focused + label,
.example.FormStripe .input:not(.empty) + label {
  color: #000000;
  transform: scale(0.85) translateY(-20px);
  cursor: default;
}

.example.FormStripe .input.focused + label {
  color: #24b47e;
}

.example.FormStripe .input.invalid + label {
  color: #ffa27b;
}

.example.FormStripe .input.focused + label + .baseline {
  background-color: #24b47e;
}

.example.FormStripe .input.focused.invalid + label + .baseline {
  background-color: #e25950;
}

.example.FormStripe input,
.example.FormStripe button {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  outline: none;
  border-style: none;
}

.example.FormStripe input:-webkit-autofill {
  -webkit-text-fill-color: #e39f48;
  transition: background-color 100000000s;
  -webkit-animation: 1ms void-animation-out;
}

.example.FormStripe .StripeElement--webkit-autofill {
  background: transparent !important;
}

.example.FormStripe input,
.example.FormStripe button {
  -webkit-animation: 1ms void-animation-out;
}

.example.FormStripe button {
  display: block;
  width: 100%;
  height: 40px;
  background-color: var(--dark);
  border-radius: 4px;
  color: #fff;
  text-transform: uppercase;
  font-weight: 600;
  cursor: pointer;
}

.example.FormStripe .error svg {
  margin-top: 0 !important;
}

.example.FormStripe .error svg .base {
  fill: #e25950;
}

.example.FormStripe .error svg .glyph {
  fill: #fff;
}

.example.FormStripe .error .message {
  color: #e25950;
}

.example.FormStripe .success .icon .border {
  stroke: #abe9d2;
}

.example.FormStripe .success .icon .checkmark {
  stroke: #24b47e;
}

.example.FormStripe .success .title {
  color: #32325d;
  font-size: 16px !important;
}

.example.FormStripe .success .message {
  color: #8898aa;
  font-size: 13px !important;
}

.example.FormStripe .success .reset path {
  fill: #24b47e;
}

/* ----------------------------- */
/* ! Footer */
/* ----------------------------- */

footer ul,
ul.list-style-none {
  padding-left: 5px;
  list-style: none;
}

/* ------------------------------------------------------------------------- */
/* ! Responsive */
/* ------------------------------------------------------------------------- */

/* ----------------------------- */
/* ! -- Desktop */
/* ----------------------------- */
@media (min-width: 1023px) {
}

/* ----------------------------- */
/* ! -- Tablet */
/* ----------------------------- */
@media (max-width: 1023px) {
}

/* ----------------------------- */
/* ! -- Tablet */
/* ----------------------------- */

@media (max-width: 993px) {
  .md-center {
    display: block;
    margin: 0px auto 20px auto !important;
  }

  .text-center-md {
    text-align: center !important;
  }

  
}

/* ----------------------------- */
/* ! -- BREAKPOINT - - UP TO Smarthphone */
/* ----------------------------- */

@media (min-width: 767px) {

}

@media (max-width: 767px) {
	.img-fluid{
		margin-top:1.5rem; 
		margin-bottom:0;
	}

}


/* ----------------------------- */
/* ! -- Smarthphone */
/* ----------------------------- */

@media (max-width: 767px) {
}
