@tailwind base;
@tailwind components;
@tailwind utilities;
@import './icomoon/style.css';


:root {
  --body-bg: #ffffff;
  --theme-color: #9a563a;
  --body-color: #555555;
  --title-color: #121f38;
  --secondary-color: #fde5d8;
  --smoke-color: #EFF1F5;
  --light-color: #f8f9fa;
  --black-color: #000000;
  --white-color: #ffffff;
  --yellow-color: #fec624;
  --success-color: #28a745;
  --error-color: #dc3545;
  --border-color: #e7e5e5;
  --title-font: "Marcellus", serif;
  --body-font: "DM Sans", sans-serif;
  --icon-font: "Font Awesome 5 Pro";
  --main-container: 1270px;
  --container-gutters: 30px;
  --section-space: 120px;
  --section-space-mobile: 80px;
  --section-title-space: 60px;
  --ripple-ani-duration: 5s;
}

.menu-main ul li a.lang::before {
    content: none;
}


.menu-main .sub-menu.lang {
    width: 70px;
    font-size: 14px;
    line-height: 20px;
    font-weight: 600;
    text-transform: uppercase;
}

.inquery-btn {
    margin-top: 0 !important;
    padding: 10px 20px !important;
}



.widget-area {
  padding-top: 80px;
  padding-bottom: 20px;
}

.footer-logo {
  margin-bottom: 28px;
}

.copyright-text {
  margin: 0;
  font-size: 14px;
  font-weight: 500;
}
.copyright-text a {
  color: var(--theme-color);
  text-transform: uppercase;
}
.copyright-text a:hover {
  color: var(--title-color);
}

.footer-btns {
  vertical-align: middle;
}
.footer-btns a {
  --icon-size: 55px;
  --icon-font-size: 20px;
  margin-right: 5px;
  display: inline-block;
}
.footer-btns a:last-child {
  margin-right: 0;
}

.copyright-menu ul {
  margin: 32px 0 36px 0;
  padding: 0;
  list-style: none;
}
.copyright-menu li {
  display: inline-block;
  margin: 0 29px;
}
.copyright-menu a {
  display: block;
  color: var(--white-color);
  text-transform: uppercase;
  font-weight: 500;
  font-size: 14px;
  letter-spacing: 0.13em;
}
.copyright-menu a:hover {
  color: rgb(163, 117, 89);
}

.footer-layout2 {
  background-color: #1d2429;
  text-align: center;
  padding-top: 100px;
}
.footer-layout2 .footer-logo {
  margin: 0 0 47px 0 !important;
}

.footer-layout2 .footer-logo img{
  display: inline !important;
}

.footer-layout2 .footer-top {
  border-bottom: 1px solid #262d33;
  margin: 0 0 90px 0;
  padding: 80px 0;
}
.footer-layout2 .copyright-text {
  border-top: 1px solid #273036;
  margin: 0 auto;
  padding: 27.5px 0;
  max-width: 500px;
  color: #717070;
  font-weight: 500;
}
.footer-layout2 .copyright-text a {
  color: inherit;
  text-transform: capitalize;
}
.footer-layout2 .copyright-text a:hover {
  color: var(--theme-color);
}

.
/* Medium devices */
@media (max-width: 991px) {
  .footer-layout2 .footer-top {
    margin: 0 0 60px 0;
    padding: 60px 0;
  }
  .footer-layout2 .footer-logo {
    margin: 0 0 30px 0;
  }
  .footer-layout4 .widget-area {
    padding: 60px 0 10px 0;
  }
  .copyright-menu li {
    margin: 0 20px;
  }
}
/* Small devices */
@media (max-width: 767px) {
  .footer-layout1 .footer-top [class*=col-]:not(:last-child) {
    border-width: 0 0 1px 0;
  }
  .copyright-menu li {
    margin: 0 7px;
  }
}