@import url('https://fonts.googleapis.com/css?family=PT+Sans:400,700|Alex+Brush|Roboto+Condensed:700');
body, html {
	font-family: 'PT Sans', sans-serif;
  color: #222;
}
body{
	transition: opacity 0.5s;
	opacity:0;
}
button, button:hover, button:focus, a:hover, a:focus {
  text-decoration: none;
  outline: none;
}
.pos-relative {
  position: relative;
}
input[type=number]::-webkit-inner-spin-button,
input[type=number]::-webkit-outer-spin-button {
  -webkit-appearance: none;
  margin: 0;
}
input, button {
  outline: none;
}
::selection {
  background: #fff;
  color: #15243e;
  text-shadow: none;
}

.navbar {
  z-index: 8;
  padding: 15px 0;
}
.talkhome {
  z-index: 10;
}
.navbar-expand-lg .navbar-nav .nav-link {
  padding-right: 2.2rem;
  padding-left: 0;
  font-size: 1em;
  color: white;
  padding-top: 12px;
  padding-bottom: 12px;
}
.navbar-expand-lg .navbar-nav .booknownav .nav-link {
  color: #181a33;
  /*color: #6f1e51;*/
  padding: 12px 30px;
  background: white;
  display: inline-block;
  box-shadow: 1.5px 2.6px 24px 0 rgba(2, 2, 2, 0.16);
}

.marbot30 {
  margin-bottom: 30px;
}
.martop30 {
  margin-top: 30px;
}


#main_home {
  position: relative;
  overflow: hidden;
  background-size: cover;
  background-position: center;
  padding: 150px 0 100px 0;
}
#main_home video  {
position: absolute;
    pointer-events: none;
    width: 100%;
    z-index: 0;
    top: -5%;
    left: 0%;
}
#main_home:before {
  background: rgba(24, 26, 51, 0.50);
  /*background: #6f1e51ed;*/
  position: absolute;
  top: 0;
  left: 0;
  z-index: 1;
  width: 100%;
  height: 100%;
  content: '';
}

#main_home h1 {
  font-size: 4.1em;
  font-weight: 700;
  color: white;
  letter-spacing: -1px;
  margin-bottom: 20px;
}
#main_home p {
  font-size: 1.1em;
  color: white;
  letter-spacing: 1px;
  line-height: 2;
  margin-bottom: 20px;
}
#main_home a {
  color: #80808e;
  /*color: #6f1e51;*/
  padding: 12px 30px;
  background: white;
  display: inline-block;
  box-shadow: 1.5px 2.6px 24px 0 rgba(2, 2, 2, 0.16);
}

#about_home {
  padding: 120px 0;
  position: relative;
}
#about_home .diffrow .col-md-5:before {
    content: '';
    background: transparent;
    position: absolute;
    width: 70%;
    pointer-events: none;
    height: 150%;
    z-index: 0;
    left: -50px;
    top: -25%;
    border: 20px solid rgba(24, 26, 51, 0.10);
}
#about_home .diffrow {
  display: flex;
  justify-content: center;
  align-items: center;
}
#about_home h2 {
  color: #181a33;
  margin-bottom: 20px;
  font-weight: 700;
  width: 80%;
}
#about_home p {
  line-height: 1.8;
  margin-bottom: 20px;
}
#about_home a {
  /*color: #6f1e51;*/
  color: #deb563;
  text-transform: capitalize;
  font-size: 1em;
  display: inline-block;
}
#about_home img {
  box-shadow: 1.5px 2.6px 24px 0 rgba(2, 2, 2, 0.16);
}

/*#main_word:before {
  background: rgba(24, 26, 51, 0.90);
  content: '';
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
}*/
#main_word {
  position: relative;
  padding: 0;
  background: linear-gradient(170deg, rgba(240,63,60,0) 50%, rgba(243,243,243,1) 50%);
  /*background: url('../img/BalaiaSenses_FFA3222.jpg') center center;*/
  /*background-size: cover;*/
  /*color: white;*/
  text-transform: uppercase;
  text-align: center;
  font-weight: 700;
}
#main_word h1 {
  margin: 0;
  line-height: 1;
  letter-spacing: 2px;
  font-size: 1.2em;
  position: absolute;
  bottom: 0;
  display: inline;
  right: -30px;
  width: auto;
  writing-mode: vertical-lr;
  transform: rotateZ(180deg);
}
#main_word img {
  box-shadow: 1.5px 2.6px 24px 0 rgba(2, 2, 2, 0.16);
}
#main_reviews {
	background: #f3f3f3;
    padding: 120px 0;
    position: relative;
/*     box-shadow: 1.5px 12.6px 24px 0 rgba(2, 2, 2, 0.16); */
    z-index: 1;
}
#main_reviews h3.title {
  color: #181a33;
  margin-bottom: 20px;
  font-weight: 700;
}
#main_reviews p.desc {
  line-height: 1.8;
  margin-bottom: 20px;
}
#main_reviews .card {
  margin: 30px 0;
  position: relative;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-direction: column;
  flex-direction: column;
  min-width: 0;
  word-wrap: break-word;
  background-color: #fff;
  background-clip: border-box;
  border: none;
  border-radius: 0px 0px 20px 0px;
  /*border-radius: 5px 5px 20px 5px;*/
  box-shadow: 1.5px 2.6px 24px 0 rgba(2, 2, 2, 0.16);
  padding: 15px;
}
/*
#main_reviews .card:hover {
  border: 10px solid rgba(24, 26, 51, 0.0);
  background: rgba(24, 26, 51, 0.10);
}
*/
#main_reviews .card-title {
  color: #181a33;
  margin-bottom: 20px;
  font-weight: 700;
}
#main_reviews .card-text:before {
  content: '"';
  position: absolute;
  width: 100%;
  font-family: 'Alex Brush', cursive;
  height: 100%;
  font-size: 15em;
  top: 60px;
  line-height: 0;
  opacity: 0.1;
}
#main_reviews .owl-carousel .owl-stage:first-child {
    padding-left: 30px!important;
  }
#main_reviews .card-text {
  line-height: 1.8;
  margin-bottom: 0px;
  position: relative;
}
#main_wow {
  background: url(../img/BalaiaSenses_TVC5377.jpg) center center;
  background-size: cover;
  font-family: 'Roboto Condensed', sans-serif;
  /* background: #f3f3f3; */
  padding: 200px 0;
  text-transform: uppercase;
  position: relative;
  overflow: hidden;
}
#main_wow h1 {
  text-align: center;
  font-size: 14.4em;
  -webkit-text-fill-color: transparent;
  pointer-events: none;
  background: #f3f3f3;
  background-size: 100%;
  background: -o-linear-gradient(transparent, transparent);
  -webkit-background-clip: text;
  background-attachment: fixed;
  position: absolute;
  bottom: -10%;
  line-height: 1;
  margin-bottom: 0;
}
footer {
  background: #f3f3f3;
  padding: 40px 0;
}
footer p {
  margin-bottom: 0;
  font-size: 1em;
  color: #181834;
}
footer p a {
  color: #181834bd;
}
footer p a:hover {
  color: #181834;
}

/*CONTACTS*/
#main_contact:before {
  background: rgba(24, 26, 51, 0.90);
  /* background: #6f1e51ed; */
  position: absolute;
  top: 0;
  left: 0;
  z-index: 1;
  width: 100%;
  height: 100%;
  content: '';
}
#main_contact {
  position: relative;
  overflow: hidden;
  background-size: cover;
  background-position: center;
  background: url('../img/BalaiaSenses_TVC5146.jpg') center center;
  background-size: cover;
  padding: 190px 0 130px;
}
#main_contact h1 {
  text-align: center;
  color: white;
  font-weight: 700;
  position: relative;
  z-index: 9;
}
#main_form_contact {
  background: #f3f3f3;
  padding: 120px 0;
}
#main_form_contact h4 {
  color: #181a33;
  margin-bottom: 20px;
  font-weight: 700;
}
#main_form_contact p.desc {
  line-height: 1.8;
  margin-bottom: 20px;
}
#main_form_contact ul {
  margin-bottom: 0;
}
#main_form_contact li {
  margin-bottom: 10px;
}
#main_form_contact li a {
  color: #deb563;
}
/*CONTACTS*/

/*ABOUT US*/
#main_about_page:before {
  background: rgba(24, 26, 51, 0.90);
  /* background: #6f1e51ed; */
  position: absolute;
  top: 0;
  left: 0;
  z-index: 1;
  width: 100%;
  height: 100%;
  content: '';
}
#main_about_page {
  position: relative;
  overflow: hidden;
  background-size: cover;
  background-position: center;
  background: url('../img/BalaiaSenses_TVC4995.jpg') center center;
  background-size: cover;
  padding: 190px 0 130px;
}
#main_about_page h1 {
  text-align: center;
  color: white;
  font-weight: 700;
  position: relative;
  z-index: 9;
}
#main_about_writing {
  background: #f3f3f3;
  padding: 120px 0 100px 0;
}
#main_about_writing h2 {
  color: #181a33;
  margin-bottom: 20px;
  font-weight: 700;
}
#main_about_writing p {
  line-height: 1.8;
  margin-bottom: 20px;
}
#main_about_writing blockquote {
  font-size: 2rem;
  line-height: 1.6em;
  text-align: center;
  font-style: italic;
  color: #252525;
  overflow: hidden;
  position: relative;
  border: none;
  margin: 36px 0 0px 0;
  padding: 0 32px;
}
#main_about_writing blockquote:before {
  content: '"';
  position: absolute;
  width: 100%;
  font-family: 'Alex Brush', cursive;
  height: 100%;
  font-size: 15em;
  top: 130px;
  line-height: 0;
  opacity: 0.1;
  left: 0;
  text-align: left;
}
/*ABOUT US*/

/*EXPERIENCE*/
#main_experience_page:before {
  background: rgba(24, 26, 51, 0.90);
  /* background: #6f1e51ed; */
  position: absolute;
  top: 0;
  left: 0;
  z-index: 1;
  width: 100%;
  height: 100%;
  content: '';
}
#main_experience_page {
  position: relative;
  overflow: hidden;
  background-size: cover;
  background-position: center;
  background: url('../img/BalaiaSenses_TVC5442.jpg') center center;
  background-size: cover;
  padding: 190px 0 130px;
}
#main_experience_page h1 {
  text-align: center;
  color: white;
  font-weight: 700;
  position: relative;
  z-index: 9;
}


#first_experience_writing {
  background: #f3f3f3;
  padding: 120px 0 100px 0;
}
#first_experience_writing h4 {
  margin-bottom: 20px;
}
#first_experience_writing p {
  line-height: 1.8;
  margin-bottom: 20px;
}
#second_experence_writing {
  background: #f3f3f3 url(../img/wine_001.jpg) no-repeat;
  padding: 120px 0 100px 0;
  background-size: 35%;
  background-position-x: -2%;
}
#second_experence_writing h5 {
  color: #181a33;
  margin-bottom: 20px;
  font-weight: 700;
  font-size: 2rem;
}
#second_experence_writing p {
  line-height: 1.8;
  margin-bottom: 20px;
}

#xsecond_experence_writing {
  background: #f3f3f3 url(../img/wine_002.jpg) no-repeat;
  padding: 120px 0 100px 0;
  background-size: 35%;
  background-position-x: 102%;
}
#xsecond_experence_writing h5 {
  color: #181a33;
  margin-bottom: 20px;
  font-weight: 700;
  font-size: 2rem;
}
#xsecond_experence_writing p {
  line-height: 1.8;
  margin-bottom: 20px;
}


#ysecond_experence_writing {
  background: #f3f3f3 url(../img/wine_003.jpg) no-repeat;
  padding: 120px 0 100px 0;
  background-size: 35%;
  background-position-x: -2%;
}
#ysecond_experence_writing h5 {
  color: #181a33;
  margin-bottom: 20px;
  font-weight: 700;
  font-size: 2rem;
}
#ysecond_experence_writing p {
  line-height: 1.8;
  margin-bottom: 20px;
}

#third_experence_writing {
 background: #f3f3f3;
  padding: 120px 0 100px 0;
}
#third_experence_writing h1 {
    text-align: right;
    font-size: 4em;
    position: absolute;
    top: -5%;
    line-height: 1;
    margin-bottom: 0;
    color: #181a33;
    right: 2%;
    font-weight: 700;
}
/*EXPERIENCE*/

.forms input, .forms input[type="text"], .forms input[type="password"], .forms input[type="email"], .forms input[type="number"], .forms textarea, .forms select {
    height: 51px;
    line-height: 51px;
    padding: 0 20px;
    outline: none;
    font-size: 15px;
    color: #808080;
    margin: 0 0 16px 0;
    max-width: 100%;
    width: 100%;
    box-sizing: border-box;
    display: block;
    background-color: #fcfcfc;
    font-weight: 500;
    border: 1px solid #e0e0e0;
    opacity: 1;
    border-radius: 0;
    box-shadow: 1.5px 2.6px 24px 0 rgba(2, 2, 2, 0.16);
}
.forms input[type="checkbox"] {
	width: inherit;
	height: inherit;
	display: inline-block;
}
.forms textarea {
    min-height: 200px;
    margin: 15px 0 25px 0;
    resize: none;
}
.forms button {
      color: white;
    padding: 17px 30px;
    background: #181a33;
    display: inline-block;
    box-shadow: 1.5px 2.6px 24px 0 rgba(2, 2, 2, 0.16);
    width: auto;
    height: auto;
    line-height: 1;
}
#bookitnow .modal-dialog {
  width: 400px;
  padding: 0;
}
#bookitnow .modal-header {
  padding: 0;
}
#bookitnow .modal-header .close {
  position: absolute;
  z-index: 99;
  right: 15px;
  opacity: 1;
  top: 10px;
  font-size: 2em;
  font-weight: normal;
}
#bookitnow .modal-header .close span {
  box-shadow: none;
  text-shadow: none;
  color: white;
  opacity: 1;
}
#cookies {
    background: #181a34;
    padding: 20px 0;
    color: white;
    text-align: center;
    position: fixed;
    bottom: 0;
    z-index: 99999;
    width: 100%;
}
#cookies a {
	color: white;
	font-weight: 700;
}
#cookies button {
	color: #181a33;
    padding: 10px 30px;
    background: white;
    display: inline-block;
    width: auto;
    height: auto;
    line-height: 1;
}
@media (max-width: 768px) {
  .navbar-toggler {
    background: url(../img/menu.svg) no-repeat;
    background-size: 70%;
    z-index: 9;
    background-position: center center;
    margin-right: 20px;
    border: none;
  }
  .lang {
    width: 100%;
    background: #7d818e;
    text-align: center;
  }
  .navbar {
    z-index: 99;
  }
  .navbar-collapse: {
    position: relative;
    z-index: 9;
  }
  .navbar-brand img {
    width: 50px!important;
    margin-left: 20px;
  }
  .navbar-expand-lg .navbar-nav .nav-link {
    text-align: center;
    padding: 30px;
    background: rgb(125, 129, 142);
  }
  .navbar-nav, .navbar-collapse {
    margin-top: 15px;
  }
  .navbar-expand-lg .navbar-nav .booknownav .nav-link {
    text-align: center;
    padding: 30px;
    width: 100%;
  }
  .mobimarbot30 {
    margin-bottom: 30px;
  }
  #main_home {
    padding: 120px 0;
  }
  #main_home video {
    position: absolute;
    pointer-events: none;
    height: 100%;
    width: auto;
    top: 0;
    z-index: 0;
    left: -200%;
  }
  #main_word h1 {
    text-align: center;
    width: 100%;
    position: relative;
    left: 0;
    text-shadow: none;
    color: #181834;
    font-weight: 700;
    font-size: 1.7em;
    transform: none;
    writing-mode: inherit;
  }
  #main_word {
    padding: 40px 0;
  }
  #main_word img {
    display: none;
  }
  #main_reviews .owl-carousel .owl-stage:first-child {
    padding-left: 0!important;
  }
  .xs-pl-0 {
    padding-left: 0!important;
  }
  #main_reviews {
    padding: 80px 0;
  }
  #main_wow {
    padding: 120px 0;
  }
  #main_wow h1 {
    bottom: -15px;
    font-size: 5em;
  }
  footer {
    text-align: center;
  }
  #main_reviews .card-text {
    line-height: inherit;
  }
  #main_home h1 {
	  font-size: 3.4em;
  }
  footer p {
    text-align: center;
  }
  .card-body {
    padding: 10px;
  }
  #second_experence_writing {
    background: #f3f3f3;
  }
  #first_experience_writing {
    padding-bottom: 0;
  }
  #main_form_contact .col-md-8 {
    margin-top: 120px;
  }
  #third_experence_writing {
    padding-top: 0;
  }
}

.forms .misducolor a, .priveurs a {
	color: #deb563;
}
.lang a {
	display: inline-block
}
.navbar-expand-lg .navbar-nav li.lang a.nopad {
	padding-right: 0;
}