/* ***** Common Css **** */
:root {
    scroll-behavior: initial;
}

* {
    margin: 0;
    padding: 0;
    text-decoration: none;
    list-style: none;
}

a:hover,
a:focus,
a:active {
    text-decoration: none;
}

ol,
ul {
    margin: 0;
    padding: 0;
}

img {
    display: block;
}

button,
a {
    transition: 0.4s linear;
    -webkit-transition: 0.4s linear;
    text-decoration: none;
}

body,
html {
    height: 100%;
    width: 100%;
}

body {
    font-family: "Roboto", sans-serif;
    font-size: 14px;
    background: #fff;
    font-weight: 400;
    color: #000;
    text-decoration: none;
}

.main-wrpper{
    height: 100%;
    width: 100%;
}
.container {
    max-width: 1185px;
}

/* ***** End Common Css **** */

/* **** Header **** */
header {
    position: relative;
    top: 0px;
    left: 0;
    right: 0;
    background: #fff;
    padding: 4px 0;
    z-index: 120;
    transition: 0.4s linear;
    -webkit-transition: 0.4s linear;
}
.navbar .container .navbar-brand,
.navbar .container-fluid .navbar-brand {
    margin-left: 0;
}
.navbar-brand {
    float: none;
    height: auto;
    padding: 0;
}
.navbar-brand img {
    max-width: 100%;
}
.navbar {
    background: transparent;
    position: static;
    width: 100%;
    left: 0;
    top: 0;
    border: none;
    border-radius: 0;
    margin: 0;
    padding: 0px 0;
    align-items: center;
    z-index: 120;
    transition: 0.4s linear;
    -webkit-transition: 0.4s linear;
}
.navbar-light .navbar-nav {
    margin: 0;
    margin-left: auto;
}
.navbar-light .navbar-nav li {
    margin-right: 35px;
}
.navbar-light .navbar-nav .nav-link {
    padding: 0;
    color: #000;
    font-size: 16px;
    font-weight: 600;
    position: relative;
    -ms-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    -webkit-transition: all 0.3s ease;
    transition: all 0.3s ease;
}
.navbar-light .navbar-nav .nav-link img{
    max-width: 100%
}
.navbar-light .navbar-nav .nav-link:hover,
.navbar-light .navbar-nav .nav-link:focus,
.navbar-light .navbar-nav .nav-link.active{
    color: #ff0000;
}
/* **** toggler **** */
.navbar-light .navbar-toggler {background-color: transparent;border-radius: 0;outline: none;box-shadow: none;border: none;height: 40px;width: 50px;padding: 0;}
.navbar-light .navbar-toggler:focus {box-shadow: none;outline: none;}
.navbar-light .navbar-toggler .navbar-toggler-icon {background-image: unset;}
.navbar-toggler:active, .navbar-toggler:focus {outline: none;}
.navbar-light .navbar-toggler-icon {width: 24px;height: 18px;background-image: none;position: relative;border-bottom: 2px solid #344054;transition: all 300ms linear;}
.navbar-light .navbar-toggler-icon:after, .navbar-light .navbar-toggler-icon:before {width: 24px;position: absolute;height: 2px;background-color: #344054;top: 0;left: 0;content: "";z-index: 2;transition: all 300ms linear;}
.navbar-light .navbar-toggler-icon:after {top: 8px;}
.navbar-toggler[aria-expanded="true"] .navbar-toggler-icon:after {transform: rotate(45deg);}
.navbar-toggler[aria-expanded="true"] .navbar-toggler-icon:before {transform: translateY(8px) rotate(-45deg);}
.navbar-toggler[aria-expanded="true"] .navbar-toggler-icon {border-color: transparent;}
/* **** End toggler **** */



/* **** Hero **** */
.hero-wrp {
    padding: 60px 0 330px;
    background: #401932;
    position: relative;
}
.hero-wrp .details {
    max-width: 692px;
    margin-left: auto;
    margin-right: 0;
}
.hero-wrp .details h3 {
    color: #e5ddcf;
    text-align: right;
    font-family: "EB Garamond";
    font-size: 72px;
    font-style: normal;
    font-weight: 400;
    line-height: 72px;
    margin: 0 0 55px;
}
.hero-wrp .details p {
    color: #fff;
    text-align: right;
    font-size: 20px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
    max-width: 394px;
    margin: 0;
    margin-left: auto;
}
.hero-wrp .hero-img {
    position: absolute;
    left: 0;
    width: auto;
    height: 100%;
    top: 50%;
    left: 0;
    -webkit-transform: translate(0, -50%);
    transform: translate(0, -50%);
}
.hero-wrp .mobile-hero-img{
    position: absolute;
    left: 0;
    top: 0;
    max-width: 100%;
    display: none;
}
/* **** End Hero **** */

/* **** Post Image **** */
.post-img img {
    width: 100%;
}
/* **** End Post Image **** */

/* ***** Introduce **** */
.introduce-wrp {
    padding: 33px 0 63px;
    background-image: url("../images/introduce-bg.jpg");
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
}
.introduce-wrp .row {
    align-items: center;
}
.introduce-wrp .mobile-introduce-img{display: none;}
.introduce-wrp .mobile-introduce-img img{max-width: 100%}
.introduce-wrp .introduce-img img {
    max-width: 120%;
    margin-left: -20%;
}
.introduce-wrp .introduce-detail h2 {
    color: #401932;
    font-family: "EB Garamond";
    font-size: 72px;
    font-style: normal;
    font-weight: 400;
    line-height: 72px;
    margin: 0 0 4px;
}
.introduce-wrp .introduce-detail img {
    max-width: 100%;
}
.introduce-wrp .introduce-detail p {
    color: #0b0b0b;
    font-family: Roboto;
    font-size: 20px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
    margin: 0;
    max-width: 468px;
}
/* ***** End Introduce **** */

/* **** Unique **** */
.unique-wrp {
    background: #e5ddcf;
    padding: 120px 0;
    position: relative;
    overflow: hidden;
}
.unique-wrp .details h2 {
    color: #401932;
    font-family: "EB Garamond";
    font-size: 72px;
    font-style: normal;
    font-weight: 400;
    line-height: 72px;
    margin: 0 0 64px;
}
.unique-wrp .details p {
    color: #0b0b0b;
    font-size: 20px;
    font-style: normal;
    margin: 0;
    font-weight: 400;
    line-height: normal;
}
.unique-wrp .row {
    align-items: center;
}
.gallery-slider {
    position: relative;
    max-width: 806px;
    position: absolute;
    right: 0;
    top: 50%;
    -webkit-transform: translate(0, -50%);
    transform: translate(0, -50%);
}
.gallery-slider .slider-box img {
    width: 100%;
}
.gallery-slider .slick-dots {
    display: flex;
    align-items: center;
    justify-content: center;
    position: absolute;
    bottom: 13px;
    left: 50%;
    -webkit-transform: translate(-50%, 0);
    transform: translate(-50%, 0);
}
.gallery-slider .slick-dots li {
    margin-right: 13px;
}
.gallery-slider .slick-dots li button {
    width: 10px;
    height: 10px;
    transform: rotate(-45deg);
    background: #fff;
    border: none;
    font-size: 0;
}
.gallery-slider button.slick-prev.slick-arrow,
.gallery-slider button.slick-next.slick-arrow {
    position: absolute;
    left: 18px;
    z-index: 9;
    top: 50%;
    font-size: 0;
    background: transparent;
    border: none;
    -webkit-transform: translate(0, -50%);
    transform: translate(0, -50%);
}
.gallery-slider button.slick-next.slick-arrow {
    left: auto;
    right: 18px;
}
.gallery-slider button.slick-prev.slick-arrow:before,
.gallery-slider button.slick-next.slick-arrow:before {
    position: absolute;
    content: "";
    height: 21px;
    width: 15px;
    top: 0;
    left: 0;
    background-image: url("../images/arrow-left.svg");
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    box-shadow: drop-shadow(0px 5px 25px rgba(0, 0, 0, 0.15));
}
.gallery-slider button.slick-next.slick-arrow:before {
    background-image: url("../images/arrow-right.svg");
    left: auto;
    right: 0;
}
.gallery-slider .slick-dots li.slick-active button {
    background: #dcc291;
}
/* **** End Unique **** */

/* **** Contact **** */
.contact-info-wrp {
    background-image: url("../images/contact-bg.png");
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    padding: 116px 0 165px;
    background-color: #ffffff;
	position:relative;
}
.contact-info-wrp .detail {
    max-width: 447px;
    margin-left: auto;
}
.contact-info-wrp .detail h2 {
    color: #401932;
    text-align: right;
    font-family: "EB Garamond";
    font-size: 72px;
    font-style: normal;
    font-weight: 400;
    line-height: 72px;
    max-width: 447px;
    margin: 0 0 36px;
}
.contact-info-wrp .detail p {
    color: #0b0b0b;
    text-align: right;
    font-family: Roboto;
    font-size: 20px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
    max-width: 364px;
    margin: 0;
    margin-left: auto;
}
.contact-info-wrp .map-box {
    height: 100%;
    width: 865px;
    left: 0;
    position: absolute;
    top: 0;
    bottom: 0;
    background: #f7f7f7;
}
.contact-info-wrp .map-box img {
    height: 100%;
    width: auto;
    object-fit: cover;
    object-position: center;
}
/* **** End Contact **** */

/* **** Gallery **** */
.gallery-wrp {
    background-image: url("../images/gallery-bg.png");
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    background-color: #401932;
    padding: 149px 0;
}
.gallery-wrp .gallery-slider {
    left: 0;
    right: auto;
}
.gallery-wrp .details {
    margin-left: auto;
}
.gallery-wrp .details h2 {
    color: #fff;
    text-align: right;
}
.gallery-wrp .details p {
    color: #F5F5F5;
    text-align: right;
}
.unique-wrp.gallery-wrp .details h2 {
	color: #F5F5F5;
}
/* **** End Gallery **** */

/*.slick-slider {
    opacity: 0;
    visibility: hidden;
    transition: opacity 1s ease;
    -webkit-transition: opacity 1s ease;
}

.slick-slider.finally-loaded {
    visibility: visible;
    opacity: 1;
    transition: opacity 1s ease;
    -webkit-transition: opacity 1s ease;
}*/



.contact-form{
    border-radius: 20px;
    background: #DCC291;
    box-shadow: 0px 10px 25px 0px rgba(64, 25, 50, 0.15);
    position: fixed;
    left: 0;
    right: 0;
    bottom: 40px;
    margin: 0 auto;
    z-index: 99;
    max-width: 1220px;
    padding: 18px 34px;
    cursor: pointer;
}
.contact-form .titlebar h3{
    color: #401932;
    text-align: center;
    font-size: 24px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
    margin: 0 auto;
    max-width: 864px;
    display: flex;
    align-items: center;
    justify-content: space-between;
	justify-content:center;
	font-family: "EB Garamond";
	position:relative;
}
@keyframes bouncing {
    0% {bottom: 0;}
    50% {bottom: 5px;}
    100% {bottom: 0;}
}
.contact-form .titlebar h3 img{
 animation: bouncing 1s infinite ease-in-out;
  bottom: 0;
  position:absolute;
}
.contact-form .titlebar h3 img:nth-child(1){left:0;}
.contact-form .titlebar h3 img:nth-child(2){right:0;}
.contact-form .form-block{
   /* padding: 65px 0 0;*/
}
.contact-form .form-block form .row{
    align-items: flex-end;
}
.contact-form .form-block .form-group{
    margin: 0;
}
.contact-form .form-block .form-group .form-control{
    padding: 0 0 7px;
    color: rgba(64, 25, 50, 0.50);
    font-family: Roboto;
    font-size: 20px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
    box-shadow: none;
    outline: none;
    border-radius: 0;
    border: none;
    background-color: transparent;
    border-bottom: 2px solid #401932;
}
.contact-form .form-block .form-group .form-control::placeholder{
    color: rgba(64, 25, 50, 0.50);  
}
.contact-form .form-block .btn-secondary{
    color: #401932;
    text-align: center;
    font-size: 20px;
    font-style: normal;
    font-weight: 700;
    line-height: normal;
    padding: 12px;
    width: 100%;
    border-radius: 0;
    padding: 8px 10px;
    border-radius: 5px;
    border: 2px solid #401932;
    background-color: transparent;
	outline:0;
}
.wpcf7-spinner{display:none;}
.wpcf7-form label.error{display:none !important;}
.contact-form .form-block .btn-secondary:hover{
    background: #401932;
    color: #fff;
}
.contact-form .form-block .bottom-logs{
    padding: 55px 0 0;
}
.contact-form .form-block .bottom-logs .row{
    align-items: center;
}
.contact-form .form-block .bottom-logs img{
    max-width: 100%;
}
.contact-form .form-block .bottom-logs ul{
    display: flex;
    align-items: center;
    justify-content: flex-end;
    gap: 35px;
}
.contact-form .form-block{
    height: 0;
    visibility: hidden;
    opacity: 0;
    -webkit-transition: all 0.3s linear;
    transition: all 0.3s linear;
}
.show.contact-form .form-block{
    height: auto;
    visibility: visible;
    opacity: 1;
	 padding: 65px 0 0;
}
.show.contact-form{
    cursor: initial;
    padding: 45px 35px;
}

