@font-face {
  font-family: 'Cinzel';
  src: url('../fonts/Cinzel-Bold.eot');
  src: url('../fonts/Cinzel-Bold.eot?#iefix') format('embedded-opentype'), url('../fonts/Cinzel-Bold.woff2') format('woff2'), url('../fonts/Cinzel-Bold.woff') format('woff'), url('../fonts/Cinzel-Bold.ttf') format('truetype'), url('../fonts/Cinzel-Bold.svg#Cinzel-Bold') format('svg');
  font-weight: 700;
  font-style: normal;
  font-display: swap;
}
.header {
  position: fixed;
  left: 0;
  top: 0;
  transition: all 0.2s ease-in-out;
  -moz-transition: all 0.2s ease-in-out;
  -webkit-transition: all 0.2s ease-in-out;
  z-index: 999;
  width: 100%;
  background: #FFF0E6;
  display: flex;
  align-items: center;
  justify-content: space-between;
}
@media (min-width: 1200px) {
  .header {
    padding: 40px 0 40px 10%;
  }
  .header.sticked {
    padding: 10px 0 10px 10%;
    box-shadow: 0 0 30px rgba(0, 0, 0, 0.1);
  }
  .header.sticked .logo img {
    width: 150px;
    transition: all 0.2s ease-in-out;
    -moz-transition: all 0.2s ease-in-out;
    -webkit-transition: all 0.2s ease-in-out;
  }
}
@media (max-width: 1199px) {
  .header {
    padding: 20px 20px 20px 60px;
  }
  .header.sticked {
    padding: 10px 20px;
    z-index: 1000;
    box-shadow: 0 0 30px rgba(0, 0, 0, 0.1);
  }
}
@media (max-width: 1199px) {
  .header .logo {
    width: 70%;
  }
}
.header .logo a {
  display: block;
}
.header .logo img {
  display: block;
  transition: all 0.2s ease-in-out;
  -moz-transition: all 0.2s ease-in-out;
  -webkit-transition: all 0.2s ease-in-out;
  width: 375px;
  max-width: 100%;
}
@media (min-width: 1200px) {
  .header .menu {
    background: #2c2b7b;
    border-radius: 50px 0 0 50px;
    -moz-border-radius: 50px 0 0 50px;
    -webkit-border-radius: 50px 0 0 50px;
    padding: 0 5% 0 18px;
  }
}
@media (max-width: 1199px) {
  .header .menu {
    position: fixed;
    top: 0;
    left: 0;
    background: rgba(43, 40, 125, 0.95);
    backdrop-filter: blur(10px);
    z-index: 1000;
    height: 100%;
    display: none;
    width: 100%;
  }
}
.header .menu ul {
  list-style: none;
  margin: 0;
  padding: 0;
  display: flex;
  align-items: center;
}
@media (max-width: 1199px) {
  .header .menu ul {
    width: 100%;
    height: 100%;
    flex-direction: column;
    justify-content: center;
    flex-wrap: wrap;
  }
}
.header .menu ul li {
  position: Relative;
}
@media (min-width: 1920px) {
  .header .menu ul li {
    margin-right: 20px;
  }
}
@media (min-width: 1200px) and (max-width: 1919px) {
  .header .menu ul li {
    margin-right: 10px;
  }
}
@media (max-width: 1199px) {
  .header .menu ul li {
    width: 100%;
  }
}
.header .menu ul li::after {
  width: 5px;
  height: 5px;
  content: "";
  position: absolute;
  background: #d5a266;
  top: 50%;
  transform: translateY(-50%);
  border-radius: 100%;
  -moz-border-radius: 100%;
  -webkit-border-radius: 100%;
}
@media (min-width: 1920px) {
  .header .menu ul li::after {
    right: -10px;
  }
}
@media (min-width: 1200px) and (max-width: 1919px) {
  .header .menu ul li::after {
    right: -5px;
  }
}
@media (max-width: 1199px) {
  .header .menu ul li::after {
    display: none;
  }
}
.header .menu ul li a {
  display: block;
  font-weight: 700;
  color: #eedac2;
  transition: all 0.2s ease-in-out;
  -moz-transition: all 0.2s ease-in-out;
  -webkit-transition: all 0.2s ease-in-out;
}
@media (min-width: 1920px) {
  .header .menu ul li a {
    font-size: 16px;
    padding: 20px 20px;
    letter-spacing: 5px;
  }
}
@media (min-width: 1200px) and (max-width: 1919px) {
  .header .menu ul li a {
    font-size: 14px;
    padding: 15px 10px;
    letter-spacing: 2px;
  }
}
@media (max-width: 1199px) {
  .header .menu ul li a {
    font-size: 20px;
    text-align: Center;
    padding: 20px 0;
    letter-spacing: 3px;
  }
}
.header .menu ul li a:hover {
  background: rgba(255, 255, 255, 0.1);
  transition: all 0.2s ease-in-out;
  -moz-transition: all 0.2s ease-in-out;
  -webkit-transition: all 0.2s ease-in-out;
}
.header .menu ul li:last-child::after {
  display: none;
}
@media (min-width: 1200px) {
  .mobile-menu {
    display: none;
  }
}
.page-top {
  position: Relative;
}
@media (min-width: 1200px) {
  .page-top__container {
    padding: 150px 5% 50px 10%;
  }
}
@media (max-width: 1199px) {
  .page-top__container {
    padding: 130px 20px 20px 60px;
  }
}
.page-top .main-slider-content {
  padding-bottom: 45px;
  display: flex;
}
@media (min-width: 1920px) {
  .page-top .main-slider-content {
    align-items: flex-end;
    gap: 180px;
  }
}
@media (min-width: 1200px) and (max-width: 1919px) {
  .page-top .main-slider-content {
    align-items: center;
    gap: 80px;
  }
}
@media (max-width: 1199px) {
  .page-top .main-slider-content {
    flex-wrap: Wrap;
  }
}
@media (min-width: 1200px) {
  .page-top .main-slider-content .content {
    width: 30%;
  }
}
@media (max-width: 1199px) {
  .page-top .main-slider-content .content {
    width: 100%;
    order: 2;
    margin-top: 20px;
  }
}
.page-top .main-slider-content .content .title {
  margin: 0;
  padding: 0;
  font-weight: 400;
}
@media (min-width: 1920px) {
  .page-top .main-slider-content .content .title {
    font-size: 50px;
  }
}
@media (min-width: 1200px) and (max-width: 1919px) {
  .page-top .main-slider-content .content .title {
    font-size: 40px;
  }
}
.page-top .main-slider-content .content .title span {
  display: block;
  font-family: "Cinzel";
}
@media (min-width: 1920px) {
  .page-top .main-slider-content .content .title span {
    font-size: 62px;
  }
}
@media (min-width: 1200px) and (max-width: 1919px) {
  .page-top .main-slider-content .content .title span {
    font-size: 40px;
  }
}
.page-top .main-slider-content .content .long {
  margin: 15px 0 45px 0;
  padding: 0;
}
@media (min-width: 1200px) {
  .page-top .main-slider-content .content .long {
    line-height: 42px;
    font-size: 18px;
  }
}
@media (max-width: 1199px) {
  .page-top .main-slider-content .content .long {
    line-height: 24px;
    font-size: 14px;
  }
}
.page-top .main-slider-content .content .button {
  display: block;
}
.page-top .main-slider-content .img {
  position: relative;
}
@media (min-width: 1200px) {
  .page-top .main-slider-content .img {
    width: 70%;
  }
}
@media (max-width: 1199px) {
  .page-top .main-slider-content .img {
    width: 100%;
    order: 1;
  }
}
.page-top .main-slider-content .img::after {
  content: "";
  position: absolute;
  background: #fff0e6;
  width: 33.333%;
  left: 0;
  bottom: 0;
  height: 100%;
}
.page-top .main-slider-content .img::before {
  content: "";
  position: absolute;
  background: #fff0e6;
  width: 33.333%;
  right: 0;
  top: 0;
  height: 100%;
}
.page-top .main-slider-content .img img {
  display: block;
  width: 100%;
  height: auto !important;
  object-fit: cover;
}
.page-top .main-slider .owl-item.active .img::after,
.page-top .main-slider .owl-item.active .img::before {
  animation: imgAnime1 2s forwards 1;
}
.page-top .main-slider .owl-nav {
  display: none;
}
.page-top .main-slider .owl-dots {
  display: flex;
  position: absolute;
  right: 0;
  align-items: center;
  bottom: 0;
}
.page-top .main-slider .owl-dots button {
  transition: all 0.2s ease-in-out;
  -moz-transition: all 0.2s ease-in-out;
  -webkit-transition: all 0.2s ease-in-out;
  width: 15px;
  height: 15px;
  display: block;
  background: #e9cba8;
  border-radius: 100%;
  -moz-border-radius: 100%;
  -webkit-border-radius: 100%;
  border: none;
  outline: none;
  cursor: pointer;
  margin-right: 20px;
}
.page-top .main-slider .owl-dots button:last-child {
  margin-right: 0;
}
.page-top .main-slider .owl-dots button.active {
  background: #2c2b7b;
  transition: all 0.2s ease-in-out;
  -moz-transition: all 0.2s ease-in-out;
  -webkit-transition: all 0.2s ease-in-out;
}
.page-top__sidebar {
  background: #2c2b7b;
  position: absolute;
  left: 0;
  top: 0;
  z-index: 999;
  height: 103%;
  display: flex;
  justify-content: center;
  flex-direction: column;
}
@media (min-width: 1200px) {
  .page-top__sidebar {
    width: 70px;
  }
}
@media (max-width: 1199px) {
  .page-top__sidebar {
    width: 40px;
  }
}
.page-top__sidebar .socials {
  border-bottom: 1px solid #8d7988;
  padding-bottom: 15px;
}
.page-top__sidebar .socials a {
  display: block;
  padding: 15px 0;
  transition: all 0.2s ease-in-out;
  -moz-transition: all 0.2s ease-in-out;
  -webkit-transition: all 0.2s ease-in-out;
  text-align: Center;
}
.page-top__sidebar .socials a svg {
  display: block;
  margin: 0 auto;
}
@media (max-width: 1199px) {
  .page-top__sidebar .socials a svg {
    max-width: 13px;
    max-height: 13px;
  }
}
.page-top__sidebar .socials a svg path {
  fill: #e9cba8;
}
.page-top__sidebar .socials a:hover {
  background: rgba(255, 255, 255, 0.1);
  transition: all 0.2s ease-in-out;
  -moz-transition: all 0.2s ease-in-out;
  -webkit-transition: all 0.2s ease-in-out;
}
.page-top__sidebar .phone-item {
  border-bottom: 1px solid #8d7988;
}
@media (min-width: 1200px) {
  .page-top__sidebar .phone-item {
    height: 200px;
  }
}
@media (max-width: 1199px) {
  .page-top__sidebar .phone-item {
    height: 160px;
  }
}
.page-top__sidebar .phone-item .phone {
  display: flex;
  justify-content: center;
  align-items: center;
  font-weight: 500;
  color: #e2be94;
  transition: all 0.2s ease-in-out;
  -moz-transition: all 0.2s ease-in-out;
  -webkit-transition: all 0.2s ease-in-out;
  position: Relative;
}
@media (min-width: 1200px) {
  .page-top__sidebar .phone-item .phone {
    font-size: 18px;
    padding: 10px 0;
    width: 200px;
    font-family: Tahoma;
    transform: translateY(75px) translateX(-65px) rotate(-90deg);
  }
}
@media (max-width: 1199px) {
  .page-top__sidebar .phone-item .phone {
    font-size: 14px;
    padding: 5px 0;
    width: 160px;
    transform: translateY(60px) translateX(-60px) rotate(-90deg);
  }
}
.page-top__sidebar .phone-item .phone span:first-child {
  margin-right: 10px;
}
.page-top__sidebar .phone-item .phone:hover {
  color: #fff;
  transition: all 0.2s ease-in-out;
  -moz-transition: all 0.2s ease-in-out;
  -webkit-transition: all 0.2s ease-in-out;
}
@media (min-width: 1200px) {
  .page-top__sidebar .mail-item {
    height: 250px;
  }
}
@media (max-width: 1199px) {
  .page-top__sidebar .mail-item {
    height: 190px;
  }
}
.page-top__sidebar .mail-item .mail {
  display: flex;
  justify-content: center;
  align-items: center;
  font-weight: 500;
  color: #e2be94;
  position: Relative;
  transition: all 0.2s ease-in-out;
  -moz-transition: all 0.2s ease-in-out;
  -webkit-transition: all 0.2s ease-in-out;
}
@media (min-width: 1200px) {
  .page-top__sidebar .mail-item .mail {
    font-size: 16px;
    width: 250px;
    padding: 10px 0;
    transform: translateY(103px) translateX(-90px) rotate(-90deg);
  }
}
@media (max-width: 1199px) {
  .page-top__sidebar .mail-item .mail {
    font-size: 14px;
    width: 190px;
    padding: 5px 0;
    transform: translateY(80px) translateX(-75px) rotate(-90deg);
  }
}
.page-top__sidebar .mail-item .mail span:first-child {
  margin-right: 10px;
}
.page-top__sidebar .mail-item .mail:hover {
  color: #fff;
  transition: all 0.2s ease-in-out;
  -moz-transition: all 0.2s ease-in-out;
  -webkit-transition: all 0.2s ease-in-out;
}
@keyframes imgAnime1 {
  0% {
    height: 100%;
  }
  100% {
    height: 0;
  }
}
.section-about-us {
  background: #2c2b7b;
  position: relative;
}
@media (min-width: 1200px) {
  .section-about-us {
    height: 100vh;
    display: flex;
    align-items: center;
  }
  .section-about-us__wrapper {
    width: 100%;
  }
}
.section-about-us .container {
  position: relative;
  z-index: 5;
}
.section-about-us-figure-one {
  position: absolute;
  left: 0;
  top: 0;
  z-index: 2;
}
@media (max-width: 1199px) {
  .section-about-us-figure-one {
    display: none;
  }
}
@media (min-width: 1200px) {
  .section-about-us {
    padding: 55px 0;
  }
}
@media (max-width: 1199px) {
  .section-about-us {
    padding: 50px 0;
  }
}
.section-about-us .section-title {
  color: #f7e7d4;
  letter-spacing: 5px;
  padding: 0;
}
@media (min-width: 1200px) {
  .section-about-us .section-title {
    font-size: 34px;
    margin: 0 0 50px 0;
  }
}
@media (max-width: 1199px) {
  .section-about-us .section-title {
    font-size: 25px;
    margin: 0 0 50px 0;
  }
}
.section-about-us .section-title span {
  color: #e2be94;
  font-family: "Cinzel", sans-serif;
}
.section-about-us .article {
  margin: 0;
  padding: 0;
}
.section-about-us .article h2,
.section-about-us .article h1,
.section-about-us .article h3,
.section-about-us .article h4,
.section-about-us .article h5,
.article .title-2 {
  margin: 0;
  padding: 0;
  font-family: "Cinzel", sans-serif;
  color: #f7e7d4;
}
.section-about-us .article p {
  color: #f7e7d4;
  padding: 0;
}
@media (min-width: 1200px) {
  .section-about-us .article p {
    font-size: 14px;
    line-height: 37px;
    margin: 30px 0 0 0;
  }
}
@media (max-width: 1199px) {
  .section-about-us .article p {
    font-size: 14px;
    line-height: 30px;
    margin: 30px 0 0 0;
  }
}
.section-about-us .our-projects .item {
  margin-bottom: 70px;
}
@media (max-width: 1199px) {
  .section-about-us .our-projects .item {
    text-align: Center;
  }
}
.section-about-us .our-projects .item .icon {
  margin-bottom: 30px;
}
.section-about-us .our-projects .item .icon img {
  max-width: 100%;
  display: block;
  width: 60px;
  margin-left: 55px;
}
@media (max-width: 1199px) {
  .section-about-us .our-projects .item .icon img {
    margin: 0 auto;
  }
}
.section-about-us .our-projects .item .title {
  font-size: 14px;
  color: #f7e7d4;
  text-align: center;
  font-weight: 700;
}
.section-about-us .our-projects .item:last-child {
  margin-bottom: 0;
}
.section-about-us .section-img img {
  display: block;
  width: 100%;
  object-fit: cover;
  max-height: 100vh;
  margin-top: 52px;
}
.section-projects {
  position: relative;
}
@media (min-width: 1200px) {
  .section-projects {
    padding: 50px 0 0 0;
    display: flex;
    height: 100vh;
    align-items: center;
  }
  .section-projects__wrapperx {
    width: 100%;
  }
}
@media (max-width: 1199px) {
  .section-projects {
    padding: 50px 0 0 0;
  }
}
@media (min-width: 1200px) {
  .section-projects {
    background: url("../img/bg1.jpg") repeat-x bottom -250px center;
  }
}
@media (max-width: 1199px) {
  .section-projects {
    background: url("../img/bg1.jpg") repeat-x bottom -450px center;
  }
}
.section-projects-figure-one {
  position: absolute;
  right: 0;
  top: -150px;
  z-index: 2;
}
@media (max-width: 1199px) {
  .section-projects-figure-one {
    display: none;
  }
}
.section-projects .section-title {
  color: #2c2b7b;
  letter-spacing: 3px;
  margin: 0 0 30px 0;
  padding: 0;
  font-weight: 700;
}
@media (min-width: 1200px) {
  .section-projects .section-title {
    font-size: 30px;
  }
}
@media (max-width: 1199px) {
  .section-projects .section-title {
    font-size: 25px;
    text-align: Center;
  }
}
.section-projects .projects-slider {
  z-index: 4;
}
.section-projects .projects-slider img {
  display: block;
  transition: all 0.2s ease-in-out;
  -moz-transition: all 0.2s ease-in-out;
  -webkit-transition: all 0.2s ease-in-out;
  object-fit: cover;
  width: 100%;
}
@media (min-width: 1200px) {
  .section-projects .projects-slider img {
    height: 412px;
  }
}
@media (max-width: 1199px) {
  .section-projects .projects-slider img {
    height: 105px;
  }
}
.section-projects .projects-slider .owl-dots {
  display: none;
}
.section-projects .projects-slider .owl-item {
  padding-bottom: 30px;
}
.section-projects .projects-slider .owl-item .item {
  display: flex;
  align-items: flex-end;
}
@media (min-width: 1200px) {
  .section-projects .projects-slider .owl-item .item {
    height: 550px;
  }
}
@media (max-width: 1199px) {
  .section-projects .projects-slider .owl-item .item {
    height: 150px;
  }
}
.section-projects .projects-slider .owl-item.active img {
  transition: all 0.2s ease-in-out;
  -moz-transition: all 0.2s ease-in-out;
  -webkit-transition: all 0.2s ease-in-out;
  box-shadow: -8px 8px 10px rgba(0, 0, 0, 0.5);
}
@media (min-width: 1200px) {
  .section-projects .projects-slider .owl-item.active img {
    height: 550px;
  }
}
@media (max-width: 1199px) {
  .section-projects .projects-slider .owl-item.active img {
    height: 150px;
  }
}
.section-projects .projects-slider .owl-item.active + .active img {
  box-shadow: -8px 8px 10px rgba(0, 0, 0, 0);
}
@media (min-width: 1200px) {
  .section-projects .projects-slider .owl-item.active + .active img {
    height: 400px;
  }
}
@media (max-width: 1199px) {
  .section-projects .projects-slider .owl-item.active + .active img {
    height: 105px;
  }
}
.section-projects #projectSliderNavs {
  display: Flex;
  align-items: Center;
}
@media (max-width: 1199px) {
  .section-projects #projectSliderNavs {
    justify-content: center;
  }
}
.section-projects #projectSliderNavs .owl-prev {
  background: transparent url("../img/left-arrow.svg") no-repeat center center;
  cursor: pointer;
  border: none;
  outline: none;
  display: block;
  background-size: contain;
}
@media (min-width: 1200px) {
  .section-projects #projectSliderNavs .owl-prev {
    width: 77px;
    height: 27px;
  }
}
@media (max-width: 1199px) {
  .section-projects #projectSliderNavs .owl-prev {
    width: 50px;
    height: 20px;
  }
}
.section-projects #projectSliderNavs .owl-prev span {
  display: none;
}
.section-projects #projectSliderNavs .owl-next {
  background: transparent url("../img/right-arrow.svg") no-repeat center center;
  cursor: pointer;
  border: none;
  outline: none;
  display: block;
  background-size: contain;
}
@media (min-width: 1200px) {
  .section-projects #projectSliderNavs .owl-next {
    width: 77px;
    height: 27px;
  }
}
@media (max-width: 1199px) {
  .section-projects #projectSliderNavs .owl-next {
    width: 50px;
    height: 20px;
  }
}
.section-projects #projectSliderNavs .owl-next span {
  display: none;
}
.section-projects #projectSliderNavs #projectSliderCounter {
  display: flex;
  align-items: center;
  padding: 0 20px;
}
.section-projects #projectSliderNavs #projectSliderCounter .counter-item:first-child {
  letter-spacing: 2px;
  font-weight: 700;
  color: #c4996c;
  margin-right: 20px;
}
@media (min-width: 1200px) {
  .section-projects #projectSliderNavs #projectSliderCounter .counter-item:first-child {
    font-size: 50px;
  }
}
@media (max-width: 1199px) {
  .section-projects #projectSliderNavs #projectSliderCounter .counter-item:first-child {
    font-size: 30px;
  }
}
.section-projects #projectSliderNavs #projectSliderCounter .counter-item:last-child {
  font-size: 14px;
  color: #f7e7d4;
}
@media (min-width: 1200px) {
  .section-places {
    padding: 50px 0 40px 0;
    height: 100vh;
    display: flex;
    align-items: Center;
    background: url("../img/bg2.jpg") repeat-x bottom -30px center;
  }
  .section-places__wrapper {
    width: 100%;
  }
}
@media (max-width: 1199px) {
  .section-places {
    padding: 20px 0 30px 0;
    background: url("../img/bg2.jpg") repeat-x bottom -130px center;
  }
}
@media (min-width: 1200px) {
  .section-places .place-item {
    margin-top: 90px;
  }
}
@media (max-width: 1199px) {
  .section-places .place-item {
    margin-top: 30px;
  }
}
.section-places .place-item.active {
  margin-top: 0;
}
.section-places .place-item.active .title {
  color: #2c2b7b;
}
.section-places .place-item.active .arrow {
  background-position: 0 -85px;
}
@media (min-width: 1200px) {
  .section-places .place-item.active .arrow {
    margin-top: 60px;
  }
}
.section-places .place-item .title {
  font-size: 27px;
  color: #c4996c;
  font-family: "Cinzel", sans-serif;
}
@media (min-width: 1200px) {
  .section-places .place-item .title {
    margin-bottom: 10px;
  }
}
@media (max-width: 1199px) {
  .section-places .place-item .title {
    margin-bottom: 15px;
  }
}
.section-places .place-item .long {
  margin: 0;
  padding: 0;
  line-height: 24px;
  display: block;
  max-width: 70%;
  margin: 0 auto;
}
@media (min-width: 1200px) {
  .section-places .place-item .long {
    font-size: 14px;
  }
}
@media (max-width: 1199px) {
  .section-places .place-item .long {
    font-size: 14px;
  }
}
.section-places .place-item .arrow {
  width: 28px;
  height: 85px;
  display: block;
  margin: 0 auto;
  margin-top: 19px;
  background: url("../img/down-arrows.png") no-repeat top center;
  transition: all 0.2s ease-in-out;
  -moz-transition: all 0.2s ease-in-out;
  -webkit-transition: all 0.2s ease-in-out;
}
@media (min-width: 1200px) {
  .section-places .place-item .arrow {
    margin-bottom: 20px;
  }
}
@media (max-width: 1199px) {
  .section-places .place-item .arrow {
    margin-bottom: 20px;
  }
}
.section-places .place-item .img img {
  display: block;
  width: 100%;
  object-fit: cover;
  box-shadow: 0 0 7px 0 rgba(0, 0, 0, 0.3);
  height: 391px;
}
.section-contact {
  background: #2c2b7b;
}
@media (min-width: 1200px) {
  .section-contact {
    padding: 40px 0 0 0;
    height: 100vh;
    display: flex;
    align-items: center;
  }
  .section-contact__wrapper {
    width: 100%;
    /* font-family: Tahoma; */
  }
}
@media (max-width: 1199px) {
  .section-contact {
    padding: 40px 0 0 0;
  }
}
.section-contact .section-title {
  font-weight: 700;
  letter-spacing: 3px;
  background: #f7e7d4;
}
@media (min-width: 1200px) {
  .section-contact .section-title {
    font-size: 20px;
    padding: 10px 20px;
  }
}
@media (max-width: 1199px) {
  .section-contact .section-title {
    font-size: 20px;
    padding: 10px;
  }
}
.section-contact .contact-input {
  display: block;
  color: #2c2b7b;
  letter-spacing: 3px;
  border: none;
  background: #e8d0b4;
  width: 100%;
  outline: none;
  transition: all 0.2s ease-in-out;
  -moz-transition: all 0.2s ease-in-out;
  -webkit-transition: all 0.2s ease-in-out;
}
@media (min-width: 1200px) {
  .section-contact .contact-input {
    height: 60px;
    padding: 0 20px;
    font-size: 16px;
  }
}
@media (max-width: 1199px) {
  .section-contact .contact-input {
    height: 55px;
    padding: 0 15px;
    font-size: 14px;
  }
}
.section-contact .contact-input::placeholder {
  opacity: 1;
  color: #2c2b7b;
}
.section-contact .contact-input:focus {
  transition: all 0.2s ease-in-out;
  -moz-transition: all 0.2s ease-in-out;
  -webkit-transition: all 0.2s ease-in-out;
  background: #fff;
}
.section-contact .contact-textarea {
  resize: none;
  display: block;
  color: #2c2b7b;
  letter-spacing: 3px;
  border: none;
  background: #e8d0b4;
  width: 100%;
  outline: none;
  transition: all 0.2s ease-in-out;
  -moz-transition: all 0.2s ease-in-out;
  -webkit-transition: all 0.2s ease-in-out;
}
@media (min-width: 1200px) {
  .section-contact .contact-textarea {
    height: 180px;
    padding: 20px;
    font-size: 16px;
  }
}
@media (max-width: 1199px) {
  .section-contact .contact-textarea {
    height: 160px;
    padding: 15px;
    font-size: 14px;
  }
}
.section-contact .contact-textarea::placeholder {
  opacity: 1;
  color: #2c2b7b;
}
.section-contact .contact-textarea:focus {
  transition: all 0.2s ease-in-out;
  -moz-transition: all 0.2s ease-in-out;
  -webkit-transition: all 0.2s ease-in-out;
  background: #fff;
}
.section-contact .contact-button {
  display: inline-block;
  border-radius: 40px;
  -moz-border-radius: 40px;
  -webkit-border-radius: 40px;
  color: #fff;
  background: #c4996c;
  border: none;
  cursor: pointer;
  transition: all 0.2s ease-in-out;
  -moz-transition: all 0.2s ease-in-out;
  -webkit-transition: all 0.2s ease-in-out;
  font-weight: 500;
  letter-spacing: 3px;
  outline: none;
}
@media (min-width: 1200px) {
  .section-contact .contact-button {
    padding: 15px 20px;
    font-size: 20px;
  }
}
@media (max-width: 1199px) {
  .section-contact .contact-button {
    padding: 15px 20px;
    font-size: 14px;
  }
}
.section-contact .contact-button:hover {
  background: #94714c;
  transition: all 0.2s ease-in-out;
  -moz-transition: all 0.2s ease-in-out;
  -webkit-transition: all 0.2s ease-in-out;
}
@media (min-width: 1200px) {
  .section-contact .contact-infos {
    margin-top: 40px;
  }
}
@media (max-width: 1199px) {
  .section-contact .contact-infos {
    margin-top: 40px;
  }
}
.section-contact .contact-infos .title {
  font-weight: 700;
  color: #c4996c;
  letter-spacing: 2px;
}
@media (min-width: 1200px) {
  .section-contact .contact-infos .title {
    font-size: 18px;
    margin-bottom: 15px;
  }
}
@media (max-width: 1199px) {
  .section-contact .contact-infos .title {
    font-size: 17px;
    margin-bottom: 10px;
  }
}
.section-contact .contact-infos .value {
  color: #f7e7d4;
  letter-spacing: 2px;
}
@media (min-width: 1200px) {
  .section-contact .contact-infos .value {
    font-size: 18px;
    font-family: Tahoma;
  }
}
@media (max-width: 1199px) {
  .section-contact .contact-infos .value {
    font-size: 14px;
  }
}
.section-contact .contact-infos .value a {
  color: #f7e7d4;
}
@media (min-width: 1200px) {
  .section-contact .contact-infos .value a {
    font-size: 18px;
    font-family: Tahoma;
  }
}
@media (max-width: 1199px) {
  .section-contact .contact-infos .value a {
    font-size: 14px;
  }
}
.contact-info-border {
  position: Relative;
  display: flex;
  background: #2c2b7b;
  justify-content: center;
}
.contact-info-border span {
  background: #2c2b7b;
  border-radius: 100%;
  -moz-border-radius: 100%;
  -webkit-border-radius: 100%;
  width: 76px;
  height: 76px;
  display: flex;
  align-items: Center;
  z-index: 2;
  position: relative;
  justify-content: center;
}
.contact-info-border span img {
  max-width: 95%;
}
.contact-info-border::after {
  position: absolute;
  border-bottom: 1px solid #c4996c;
  height: 1px;
  width: 100%;
  left: 0;
  top: 50%;
  transform: TranslateY(-50%);
  content: "";
}
.contact-maps iframe,
.contact-maps img {
  width: 100%;
  display: block;
}
.contact-maps iframe {
  height: 250px;
}
.main-footer {
  background: #2c2b7b;
  padding: 20px 0;
}
.main-footer .copyright {
  font-size: 18px;
  color: #f5e4d0;
  letter-spacing: 2px;
  padding: 20px 0;
  border-top: 1px solid #c4996c;
  border-bottom: 1px solid #c4996c;
}
.mobile-menu-closer {
  position: absolute;
  top: 10px;
  right: 10px;
  background: rgba(0, 0, 0, 0.1);
  border-radius: 5px;
  -moz-border-radius: 5px;
  -webkit-border-radius: 5px;
  padding: 10px 13px;
  transition: all 0.2s ease-in-out;
  -moz-transition: all 0.2s ease-in-out;
  -webkit-transition: all 0.2s ease-in-out;
  z-index: 10;
}
.mobile-menu-closer:active {
  background: #e9cba8;
  transition: all 0.2s ease-in-out;
  -moz-transition: all 0.2s ease-in-out;
  -webkit-transition: all 0.2s ease-in-out;
}
.mobile-menu-closer:active svg path {
  transition: all 0.2s ease-in-out;
  -moz-transition: all 0.2s ease-in-out;
  -webkit-transition: all 0.2s ease-in-out;
  fill: #2c2b7b;
}
.mobile-menu-closer svg {
  width: 18px;
}
.mobile-menu-closer svg path {
  transition: all 0.2s ease-in-out;
  -moz-transition: all 0.2s ease-in-out;
  -webkit-transition: all 0.2s ease-in-out;
}
@media (min-width: 1200px) {
  .mobile-menu-closer {
    display: none;
  }
}
/* ******************************
:: 6.0 SCROLL TO TOP AREA CSS
****************************** */
#scrollUp {
  position: fixed;
  display: none;
  height: 43px;
  width: 43px;
  right: 2%;
  box-shadow: 0 0 21px rgb(0 0 0 / 20%);
  bottom: 3%;
  border-radius: 4px;
  background-color: rgb(211 203 159);
  text-align: center;
  cursor: pointer;
  /* border: 1px solid #eee; */
  border-radius: 100%;
  /* -webkit-transition: all 0.4s ease-in-out 0s; */
  -webkit-text-size-adjust: 100%;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
  /* transition: all 0.4s ease-in-out 0s; */
  z-index: 500;
}

#scrollUp > svg {
  display: block;
  height: 100%;
  font-size: 22px;
  color: var(--white-color);
  margin: 0 auto;
}

@media only screen and (max-width: 600px) {
  #scrollUp {
     bottom: 14.5%;
right: 7%!important;
  }
}

#scrollUp i {
    color: #fff;
    padding: 13px;
}
#scrollUp {right: 1%;}
