/* RESET */
html {
  box-sizing: border-box;
  font-size: 16px;
}

*,
*:before,
*:after {
  box-sizing: inherit;
}

body,
h1,
h2,
h3,
h4,
h5,
h6,
p,
ol,
ul {
  margin: 0;
  padding: 0;
  font-weight: normal;
}
::-webkit-scrollbar {
  width: 10px;
}
::-webkit-scrollbar-track {
  box-shadow: inset 0 0 1px rgb(217, 217, 217); 
  border-radius: 15px;
}
::-webkit-scrollbar-thumb {
  background: #b29d83; 
  border-radius: 5px;
}
::-webkit-scrollbar-thumb:hover {
  background: #c3ab8f; 
}
h1,
h2,
h3,
h4,
h5,
h6 {
  font-family: "Playfair Display", serif;
  color: #887864;
}
p {
  font-family: "Cormorant Garamond", serif;
  color: #887864;
  font-size: 1.2rem;
}
a {
  color: #887864 !important;
  text-decoration: none !important;
}
a:hover {
  color: #d29f5f !important;
}
textarea,
input:focus {
  outline: none;
}

ol,
ul {
  list-style: none;
}

img {
  max-width: 100%;
  height: auto;
}

::-moz-selection {
  /* Code for Firefox */
  color: #887864;
  background: #f3f3ef;
}

::selection {
  color: #887864;
  background: #f3f3ef;
}
/* END RESET */

.bg-nav {
  background-color: #ffffff;
}

.navbar-dark .navbar-toggler-icon {
  background-image: url(assets/menu-icon.svg) !important;
  width: 37px;
}

.img-logo {
  width: 200px;
}
@media screen and (max-width: 992px) {
  .img-logo {
    width: 150px;
  }
}

.navbar-color-links {
  color: #877964 !important;
}
.nav-link {
  color: #877964 !important;
  text-transform: uppercase;
}
.navbar-expand-lg .navbar-nav .nav-link {
  padding-right: 1rem !important;
  padding-left: 1rem !important;
}

/* HERO */
.video-container {
  height: 90vh;
  position: relative;
  overflow: hidden;
}
@media (min-width: 600px) {
  .video-container {
    height: 80vh;
  }
}

.video {
  /* object-fit: cover; // Set the magic */
  background-size: cover;
  background-position: center;
  position: absolute;
  height: 100%;
  width: 100%;
  top: 0;
  left: 0;
}

/************************/

.video-container:after {
  content: "";
  display: block;
  height: 100%;
  width: 100%;
  position: absolute;
  top: 0;
  left: 0;
  background-color: rgba(0, 0, 0, 0.2);
  z-index: 1;
}

.h1-title {
  font-size: 1.7rem;
  color: #fff2e1;
}

.hero-title {
  /* text-transform: uppercase; */
  font-weight: 900;
  color: #ffffff;
  margin: 0 0 1rem;
  padding: 0;
  line-height: 1;
  font-size: 5rem;
  @media (max-width: 400px) {
    font-size: 22px;
  }
  @media (min-width: 1200px) {
    font-size: 75px;
  }
}
@media screen and (max-width: 992px) {
  .hero-title {
    font-size: 4.5rem;
  }
}

.tagline {
  font-size: 1.5rem;
  color: #fff2e1;
}

.callout {
  position: relative;
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
  height: 100%;
  text-align: center;
  position: relative;
  z-index: 10;
  color: #ffffff;
}

/* END HERO */

@media screen and (min-width: 992px) {
  .nav-item {
    line-height: 80px;
  }
}

/* About US */

.section-pad-7rem {
  padding: 7rem 0rem;
}
.border-img {
  border: 1px solid #c2bbb2;
}
.quote {
  font-family: "Great Vibes", cursive;
  font-size: 1.5rem;
  color: #cdcdcd;
}
.mini-title {
  color: #887864;
  font-size: 3rem;
  margin-bottom: 1.6rem;
}
.light-grey-div {
  background-color: #f9f9f9;
  padding: 5rem;
  height: 100%;
}

.services-content-card {
  background-color: #f9f9f9;
  transition: transform 0.9s;
}
.services-content-card:hover {
  -ms-transform: scale(1.05); /* IE 9 */
  -webkit-transform: scale(1.05); /* Safari 3-8 */
  transform: scale(1.05);
}
.discover-services-btn {
  color: #887864;
  text-decoration: none;
}
.discover-services-btn:hover {
  color: #d29f5f;
}
.h5-services {
  color: #887864;
  font-size: 1.3rem;
}
.bg-grey {
  background-color: #f9f9f9;
}

.hsnc-div {
  background-image: url("assets/hai-sa-ne-cunoastem.jpg");
  background-color: #cccccc;
  height: 500px;
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  background-attachment: fixed;
  position: relative;
  padding: 0 !important;
}

.hsnc-txt {
  font-size: 2rem;
  color: white;
  font-weight: 700;
}
.txt-hsnc-div {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}
.overlay-hsnc {
  background-color: rgba(0, 0, 0, 0.3);
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  position: relative;
  z-index: 1;
}
.hsnc-btn {
  color: #887864;
  text-decoration: none;
  background-color: #f9f9f9;
  font-weight: 700;
  padding: 0.6rem 2rem;
  background-image: url("assets/btn-texture.png");
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
}
.hsnc-btn:hover {
  color: #d29f5f;
}

.main-div-extra {
  background: #f9f9f9;
  width: 100%;
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  justify-content: center;
  align-items: center;
}
.div-extra {
  width: 80%;
  padding: 5px;
}
.hai-btn {
  color: #857966;
  text-decoration: none;
  background-color: #ebebeb;
  padding: 0.5rem 1rem;
}
.hai-btn:hover {
  color: #d29f5f;
}
.hai-btn-p {
  margin-top: 2.1rem;
}
.footer {
  border-top: 1px solid #c1bbb3;
  padding: 2rem 0rem 2rem 0rem;
  background-color: #f9f9f9;
}
.pages-bg {
  background-image: url(assets/pages-bg.jpg);
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  height: 45vh;
  display: flex;
  justify-content: center;
  align-items: center;
}
.pages-title {
  font-size: 2rem;
}

/* ========================================= CONTACT ===========================================*/
.form-control-s {
  display: block;
  border: none;
  width: 100%;
  padding: 1rem 0.75rem;
  font-size: 1.1rem;
  line-height: 1.5;
  color: #3f3d56;
  background-color: #ffffff;
  background-clip: padding-box;
  border-bottom: 1px solid #887864;
  border-radius: 0rem;
  font-family: "Cormorant Garamond", serif;
}
textarea:focus,
input:focus {
  outline: none !important;
}

.btn-outline-warning-s {
  color: #ffffff !important;
  background-color: #887864 !important;
  background-image: none;
  border-color: #887864 !important;
  width: 100%;
  padding: 0.6rem 0rem !important;
}
.btn-outline-warning-s:hover {
  color: #ffffff !important;
  background-color: #b69a77 !important;
  border-color: #b69a77;
}
#submit-div {
  display: none;
}

#select {
  color: #c9a67a;
}

.p-contact {
  font-size: 1.2rem;
  color: #134a19;
  margin-bottom: 1.1rem;
}
@media only screen and (max-width: 500px) {
  .p-contact {
    font-size: 0.9rem;
  }
  .title-form {
    text-align: center;
  }
}

.email-img {
  width: 70%;
  height: auto;
  animation: float 6s ease-in-out infinite;
}



/*====================================  CAPTCHA  ========================================*/

.wrapper-check {
  position: relative;
}

.wrapper-chaptcha {
  max-width: 485px;
  width: 100%;
  background: #fff;
  /* padding: 22px 30px 40px; */
  border-radius: 10px;
  /* box-shadow: 8px 8px 8px rgba(0, 0, 0, 0.05); */
}

.wrapper-chaptcha header {
  color: #39ae1b;
  font-size: 33px;
  font-weight: 500;
  text-align: center;
}
.wrapper-chaptcha .captcha-area {
  display: flex;
  height: 65px;
  margin: 25px 0px 10px 0px;
  align-items: center;
  justify-content: space-between;
}
.captcha-area .captcha-img {
  height: 90%;
  width: 100%;
  user-select: none;
  background: #000;
  border-radius: 5px;
  position: relative;
  margin-right: 10px;
}
.captcha-img img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  border-radius: 5px;
  opacity: 0.95;
}
.captcha-img .captcha {
  position: absolute;
  left: 50%;
  top: 50%;
  width: 100%;
  color: #fff;
  font-size: 35px;
  text-align: center;
  letter-spacing: 10px;
  transform: translate(-50%, -50%);
  text-shadow: 0px 0px 2px #b1b1b1;
  font-family: "Noto Serif", serif;
  opacity: 0.8;
}
.wrapper-chaptcha button {
  outline: none;
  border: none;
  color: #fff;
  cursor: pointer;
  background: #887864;
  border-radius: 5px;
  transition: all 0.3s ease;
}
.wrapper-chaptcha button:hover {
  background: #b69a77;
}
.captcha-area .reload-btn {
  width: 84px;
  height: 90%;
  font-size: 23px;
}
.captcha-area .reload-btn i {
  transition: transform 0.3s ease;
}
.captcha-area .reload-btn:hover i {
  transform: rotate(15deg);
}
.wrapper-chaptcha .input-area {
  height: 50px;
  width: 100%;
  position: relative;
}
.input-area input {
  width: 100%;
  height: 100%;
  outline: none;
  padding-left: 20px;
  font-size: 20px;
  border-radius: 5px;
  border: 1px solid #bfbfbf;
}
.input-area input:is(:focus, :valid) {
  padding-left: 19px;
  /* border: 1px solid #39ae1b; */
}
.input-area input::placeholder {
  color: #bfbfbf;
}
.input-area .check-btn {
  position: absolute;
  right: 2px;
  top: 50%;
  font-size: 17px;
  height: 45px;
  padding: 0 20px;
  opacity: 0;
  pointer-events: none;
  transform: translateY(-50%);
}
.input-area input:valid + .check-btn {
  opacity: 1;
  pointer-events: auto;
}
.wrapper-chaptcha .status-text {
  display: none;
  font-size: 18px;
  text-align: center;
  margin: 20px 0 -5px;
}

@media (max-width: 506px) {
  body {
    padding: 0 10px;
  }
  /* .wrapper{
      padding: 22px 25px 35px;
    } */
  .wrapper-chaptcha header {
    font-size: 25px;
  }
  .wrapper-chaptcha .captcha-area {
    height: 60px;
  }
  .captcha-area .captcha {
    font-size: 25px;
    letter-spacing: 5px;
  }
  .captcha-area .reload-btn {
    width: 60px;
    margin-left: 5px;
    font-size: 20px;
  }
  .wrapper-chaptcha .input-area {
    height: 55px;
    outline: none;
  }
  .input-area .check-btn {
    height: 40px;
  }
  .wrapper-chaptcha .status-text {
    font-size: 15px;
  }
  .captcha-area .captcha-img {
    /* width: 250px; */
    width: 100%;
  }
}

/*==================================== END CAPTCHA  ========================================*/

/*====================================  END CONTACT  ========================================*/
.thankyou-section {
  padding-bottom: 4rem;
  display: flex;
  align-items: center;
}
.thankyou-container {
  padding: 3rem 0rem;
}
.ty-envelope-img {
  width: 250px;
  padding: 3rem 0rem;
}
.ty-col {
  border-width: 4px;
  border-style: solid;
  border-image: linear-gradient(to right, #8f6b29, #fde08d, #df9f28) 1;
  position: relative;
  padding: 2rem 0rem;
  display: flex;
  justify-content: center;
}
.ty-img-down {
  position: absolute;
  bottom: 0;
  left: 17px;
  width: 200px;
}
.ty-img-up {
  position: absolute;
  top: 15px;
  right: 15px;
  width: 200px;
}
.wrapper-ty {
  position: relative;
}

/*if the browser window is 1028px or smaller,do something*/
@media only screen and (max-width: 1028px) {
  .wrapper-ty {
    width: 70%;
  }
}
/*if the browser window is 650px or smaller,do something*/
@media only screen and (max-width: 650px) {
  .ty-img-down,
  .ty-img-up {
    width: 80px;
  }
  .ty-envelope-img {
    width: 200px;
    padding: 2rem 0rem;
  }
}

.footer-txt {
  text-decoration: none;
  color: #887864;
}
.footer-txt:hover {
  color: #ca8969;
}

/* =========== RESPONSIVE ================*/

@media (max-width: 500px) {
  .light-grey-div {
    background-color: #f9f9f9;
    padding: 2rem;
    height: 100%;
  }
  .data-label p{
    margin:0;
    font-size: 17px;
  }
  .mini-title {
    color: #887864;
    font-size: 2.1rem;
    margin-bottom: 1.6rem;
  }
  .hsnc-txt {
    font-size: 1.5rem;
    color: white;
    font-weight: 700;
  }
  .txt-hsnc-div {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    width: 79%;
  }
  .div-extra {
    width: 97%;
    padding: 3rem 1rem;
  }
  .of-prof {
    font-size: 1.3rem;
  }
  .h1-title {
    font-size: 1.3rem;
    color: #fff2e1;
  }
  .hero-title {
    font-size: 3rem;
  }
  .tagline {
    font-size: 1.3rem;
    color: #fff2e1;
  }
  .hai-btn {
    color: #857966;
    text-decoration: none;
    background-color: #ebebeb;
    padding: 0.5rem 1rem;
    font-size: 1rem;
  }
  .quote {
    font-family: "Great Vibes", cursive;
    font-size: 1.1rem;
    color: #cdcdcd;
  }
  .video-container {
    height: 70vh;
    position: relative;
    overflow: hidden;
  }
  .video {
    background-size: cover;
    background-position: center;
    position: absolute;
    height: 100%;
    width: 100%;
    top: 0;
    left: -287px;
  }
}
.accordion-item{
  outline: none;
  margin-bottom: 1.3rem;
  border: none !important;
}
.accordion-header{
  outline: none;
  -webkit-box-shadow: -2px 4px 7px 3px rgba(0,0,0,0.12) !important;
  box-shadow: -2px 4px 5px 0px rgb(0 0 0 / 6%) !important;
}
.accordion-header:focus{
  outline: none;
}
.accordion-button:focus{
  border: none !important;
  box-shadow: none !important;
}
.accordion-button:not(.collapsed) {
  background-color: #ffffff !important;
  box-shadow: none !important;
}
.accordion-button{
  background-color: #ffffff;
}
.imgs-servicii img{
  transition: transform 0.9s;
}

.imgs-servicii img:hover{
  -ms-transform: scale(1.05); /* IE 9 */
  -webkit-transform: scale(1.05); /* Safari 3-8 */
  transform: scale(1.05);
}
.label-date{
    font-size: 0.4rem;
    color: #827975;
    display: none;
}
.col-data:focus + .label-date{
  display:none;
  }
@media (max-width: 700px) {
  .label-date{
    font-family: "Cormorant Garamond", serif;
    color: #887864;
    font-size: 0.9rem;
    display: block;
    position: absolute;
    top: 1.3rem;
    left: 1rem;
}
}
.data-label{
  flex: 0 0 auto;
  display: flex;
  width: 39.666667%;
  align-items: center;
  background-color: #f7f7f7;
  justify-content: center;
  padding: 0;
}
.data-label p{
  margin:0;
}

/* Cookie */
.wrapper {
  position: fixed;
  bottom: 50px;
  right: -370px;
  max-width: 345px;
  width: 100%;
  background: #fff;
  border-radius: 8px;
  padding: 15px 25px 22px;
  transition: right 0.3s ease;
  box-shadow: 0 5px 10px rgba(0, 0, 0, 0.1);
}
.wrapper.show {
  right: 20px;
  z-index: 11;
}
.wrapper header {
  display: flex;
  align-items: center;
  column-gap: 15px;
}
header i {
  color: #857966;;
  font-size: 32px;
}
header h2 {
  color: #857966;
  font-weight: 500;
  padding-top: 6px;
}
.wrapper .data {
  margin-top: 16px;
}
.wrapper .data p {
  color: #333;
  font-size: 16px;
}
.data p a {
  color: #857966;
  text-decoration: none;
}
.data p a:hover {
  text-decoration: underline;
}
.wrapper .buttons-cookie {
  margin-top: 16px;
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.buttons-cookie .button {
  border: none;
  color: #fff;
  padding: 8px 0;
  border-radius: 4px;
  background: #857966;
  cursor: pointer;
  width: calc(100% / 2 - 10px);
  transition: all 0.2s ease;
}
.buttons-cookie #acceptBtn:hover {
  background-color: #ad9e88;
}
#declineBtn {
  border: 2px solid #857966;
  background-color: #fff;
  color: #857966;
}
#declineBtn:hover {
  background-color: #857966;
  color: #fff;
}
@media screen and (max-width: 320px) {
  .wrapper {
    width: 280px;
  }
}