*{
    padding: 0;
    margin: 0;
}
div#exampleModal {
    padding-right: 0 !important;
}
body.modal-open {
    padding-right: 0 !important;
}
input::-webkit-outer-spin-button,
input::-webkit-inner-spin-button {
  -webkit-appearance: none!important;
  margin: 0!important;
}

input[type=number] {
  -moz-appearance: textfield!important;
}

input:-webkit-autofill,
input:-webkit-autofill:hover, 
input:-webkit-autofill:focus, 
input:-webkit-autofill:active{
    -webkit-box-shadow: 0 0 0 30px white inset !important;
}
::-webkit-scrollbar
{
  width: 8px;
  background-color: #000000;
}
div#exampleModal::-webkit-scrollbar
{
  width: 0px;
  background-color: #000000;
}
::-webkit-scrollbar-thumb
{
  background-color: #e3b789;
  border-radius: 10px;
}

body{
  background: #ffffff;
   transition: background 1s ease-in-out;
}
body, html{
  font-family: "satoshi-variable";
}
div#exampleModal {
    background: rgb(255 255 255 / 28%);
    backdrop-filter: blur(5px);
    -webkit-backdrop-filter: blur(5px);
}
.btn-close:focus {
    box-shadow: none;
}
@font-face{
  font-family: "satoshi-medium";
  src: url(../fonts/satoshi_complete/satoshi-medium.otf);
}
@font-face{
  font-family: "satoshi-variable";
  src: url(../fonts/satoshi_complete/satoshi-variable.ttf);
}
@font-face{
  font-family: "satoshi-light";
  src: url(../fonts/satoshi_complete/satoshi-light.otf);
}
@font-face{
  font-family: "sharpe-medium";
  src: url(../fonts/sharpe/sharpe-medium.ttf);
}
.plr-0{
    padding-left: 0!important;
    padding-right: 0!important;
}
.common_padding_top {
  padding-top: 100px;
}
.common_padding_bottom {
  padding-bottom: 100px;
}
.common_paragraph p {
    color: #000000B2;
    font-size: 17px;
    line-height: 22px;
}
.common_paragraph_light p {
    color: #000000B2;
}
.common_title {
    color: #000000B2;
    font-size: 40px;
    margin: 0;
    line-height: 46px;
    font-family: "Playfair Display", serif;
/*     letter-spacing: -1.7px; */
}
.head_centre {
    text-align: center;
    margin-bottom: 50px;
    overflow: hidden;
}
.text_yellow {
    color: #E3B789;  
}
.writing-text:after {
  content: " ";
  display: inline-block;
  background: rgba(120, 120, 120, 0.7);
  position: relative;
  width: 0px;
  vertical-align: middle;
  animation-name: blink;
  animation-duration: .4s;
  animation-iteration-count: infinite;
}
@keyframes blink {
  0% {
    opacity: 1;
  }
  50% {
    opacity: 1;
  }
  100% {
    opacity: 0;
  }
}
.common_btn_border {
    border: 1px solid #00000075;
    display: flex;
    align-items: center;
    width: fit-content;
    border-radius: 50px;
    padding: 8px 15px;
    color: #000000;
    font-size: 16px;
    text-decoration: none;
    gap: 10px;
    background: transparent;
    transition: all .5s linear;
}
.common_btn_border:hover {
    background: #E3B789;
    border-color: #E3B789;
    transition: all .5s linear;
}
.common_btn_border_yellow {
    border: 1px solid #e3b78982;
    color: #E3B789;
    display: flex;
    align-items: center;
    width: fit-content;
    border-radius: 50px;
    padding: 8px 22px;
    font-size: 16px;
    text-decoration: none;
    gap: 10px;
    transition: all .5s linear;
    background: transparent;
}
.common_btn_border_yellow:hover {
    background: #E3B789;
    color: #000;
    transition: all .5s linear;
}
.common_btn_border_yellow:hover img{
  filter: brightness(0);
  transition: all .5s linear;
}
.common_btn_border_yellow img{
  transition: all .5s linear;
}
.common_btn {
    background: #E3B789;
    display: flex;
    align-items: center;
    width: fit-content;
    border-radius: 50px;
    padding: 6px 15px;
    color: #000000;
    font-size: 16px;
    text-decoration: none;
    gap: 10px;
    transition: all .5s linear;
    border: 0;
}
.common_btn:hover {
    background: aliceblue;
    transition: all .5s linear;
}
.common_btn img {
    filter: brightness(0);
}
.head_centre p {
    width: 460px;
    margin: auto;
}
.head_centre .common_title {
    margin-bottom: 20px;
}
.bg_dark{
  background: #465156;
}
.text_white{
  color: #F0EFE9;
}
.flex_title {
    display: flex;
    align-items: end;
    justify-content: space-between;
    width: 88%;
    margin: 0 auto 60px;
    overflow: hidden;
}
#testimonial_slider .owl-nav button {
    width: 60px;
    height: 60px;
    border-radius: 50%;
    border: 1px solid #E3B789 !important;
    display: flex;
    align-items: center;
    justify-content: center;
    background: #EDE4D5 !important;
    color: #000000B2 !important;
    font-size: 30px !important;
    transition: all .5s linear;
}
#testimonial_slider .owl-nav button:hover {
    background: #e3b789 !important;
    color: #fff !important;
    transition: all .5s linear;
}
#testimonial_slider .owl-nav {
    display: flex;
    align-items: center;
    gap: 30px;
    justify-content: right;
    margin-top: 50px;
    padding-right: 40px;
}
.title {
    color: #000000B2;
    font-size: 28px;
    font-family: "Playfair Display", serif;
    margin: 0;
/*     letter-spacing: -1.9px; */
}
.common_btn_border img{
  filter: brightness(0);
}
#button {
    background-color: #e3b789;
    width: 50px;
    height: 50px;
    text-align: center;
    border-radius: 50%;
    position: fixed;
    bottom: 15%;
    right: 30px;
    transition: background-color .3s, opacity .5s, visibility .5s;
    opacity: 0;
    visibility: hidden;
    z-index: 99;
    display: flex;
    align-items: center;
    justify-content: center;
    color: #414141;
    font-size: 24px;
}
#button:hover {
  cursor: pointer;
  background-color: #f0efe9;
}
#button:active {
  background-color: #f0efe9;
}
#button.show {
  opacity: 1;
  visibility: visible;
}
.image_container {
  position: relative;
  display: block;
  overflow:hidden;
  transform: translateY(-50vh);
  transition: all 4s cubic-bezier(0.190, 1.000, 0.220, 1.000); 
  transition-timing-function: cubic-bezier(0.190, 1.000, 0.220, 1.000); 
  height: 100%;
}

.image_container img {
  transform: scale(1.5);
  transform-origin: center;
  transition: all 6s cubic-bezier(0.190, 1.000, 0.220, 1.000); 
  transition-timing-function: cubic-bezier(0.190, 1.000, 0.220, 1.000); 
}

.image_container.fadeIn img {
  transform: scale(1) !important;
  
}

.image_container.fadeIn {
  transform: translateY(0px) !important;
}
/* 404 */
.four-not-four {
    height: 100vh;
    display: flex;
    align-items: center;
    justify-content: center;
    width: 100%;
  }
.error {
    width: 100%;
    height: 300px;
    margin: auto;
    margin: 0px auto 30px;
    text-align: center;
}
.error img {
    width: 100%;
    height: 100%;
    object-fit: contain;
}
  .error-text {
    width: 100%;
    text-align: center;
    margin-top: 0px;
  }
.error-text p {
    font-size: 14px;
    color: #0000009d;
    font-weight: 400;
    margin: 0 auto;
    width: 380px;
}
.error svg {
    width: 100%;
    height: 110%;
}
.error-text a {
    display: flex;
    width: fit-content;
    margin: 20px auto 0px;
}
  @media(max-width: 575px){
    .error{
        height: unset;
        text-align: center;
    }
    .error img{
        height: unset;
        width: 70%;
    }
    .error-text h2 {
        font-size: 24px;
    }
	  .error-text p{
		  width: unset;
	  }
  }
.wpcf7-not-valid-tip {
    font-size: 13px!important;
    margin-top: 5px;
}