
@font-face {
  font-family: 'PeydaWeb';
  src: url('../fonts/PeydaWeb/PeydaWeb-Thin.woff2') format('woff2');
  font-weight: 100;
  font-display: swap;
}

@font-face {
  font-family: 'PeydaWeb';
  src: url('../fonts/PeydaWeb/peydaWeb-extralight.woff2') format('woff2');
  font-weight: 200;
  font-display: swap;
}

@font-face {
  font-family: 'PeydaWeb';
  src: url('../fonts/PeydaWeb/PeydaWeb-Light.woff2') format('woff2');
  font-weight: 300;
  font-display: swap;
}

@font-face {
  font-family: 'PeydaWeb';
  src: url('../fonts/PeydaWeb/PeydaWeb-Regular.woff2') format('woff2');
  font-weight: 400;
  font-display: swap;
}

@font-face {
  font-family: 'PeydaWeb';
  src: url('../fonts/PeydaWeb/PeydaWeb-Medium.woff2') format('woff2');
  font-weight: 500;
  font-display: swap;
}

@font-face {
  font-family: 'PeydaWeb';
  src: url('../fonts/PeydaWeb/PeydaWeb-SemiBold.woff2') format('woff2');
  font-weight: 600;
  font-display: swap;
}

@font-face {
  font-family: 'PeydaWeb';
  src: url('../fonts/PeydaWeb/PeydaWeb-Bold.woff2') format('woff2');
  font-weight: 700;
  font-display: swap;
}

@font-face {
  font-family: 'PeydaWeb';
  src: url('../fonts/PeydaWeb/PeydaWeb-ExtraBold.woff2') format('woff2');
  font-weight: 800;
  font-display: swap;
}

@font-face {
  font-family: 'PeydaWeb';
  src: url('../fonts/PeydaWeb/PeydaWeb-Black.woff2') format('woff2');
  font-weight: 900;
  font-display: swap;
}
@font-face {
    font-family: "Savoye LET";
    src: url("../fonts/SavoyeLET.woff2")format("woff2");
}
body {
  font-family: 'PeydaWeb', sans-serif;
  background-color: #f8f7f3;
    overflow-x: hidden;
}
a{
  text-decoration: none;
}
.text-justify {
  text-align: justify;
}
header{
  background-color: #07423D;
  height: 160px;
}
.dropdown-menu {
	min-width: 220px;
}
.metal-bg {
  background: linear-gradient(90deg, #957A61 0%, #EDCBAD 49%, #957A61 95%);
  
  vertical-align: baseline;
}

.metal-text {
  background: linear-gradient(90deg, #957A61 0%, #EDCBAD 49%, #957A61 95%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}
.green-bg{
  background-color: #07423D;
}
.green-text{
  color: #07423D;
}
.btn-metal {
  border-radius: 40px;
  padding: 15px 24px;
  color: #000;
  border: none;
  height: 56px;
  font-size: 16px;
  font-weight: 600;
}

.btn-metal:hover {
  opacity: 0.9; 
}
.custom-navbar {
      background-color: #fff;
      height: 60px;
      border-radius: 24px;
      margin: -30px auto;
      z-index: 4;
}

footer{
  background-color: #07423e;
  border-radius: 50px 50px 0 0;
}
footer::before {
	content: ' ';
	background: linear-gradient(90deg, #957A61 0%, #EDCBAD 49%, #957A61 95%);
	height: 40px;
	border-radius: 50px 50px 0 0;
	width: 90%;
	position: absolute;
	top: -39px;
	left: 50%;
	transform: translateX(-50%);
	z-index: 4;
}
footer .social a {
	color: #07423e;
	text-decoration: none;
	width: 40px;
	height: 40px;
	display: inline-block;
	text-align: center;
}
.footeritem svg {
	color: #a3947e;
}
.footeritem li {
	height: 75px;
}
.footer-nav a:hover {
	color: #999;
	transition: all 0.4s;
}
.footer-nav a {
	color: #fff;
}
table {
  width: 100%;
  border-collapse: collapse;
  border-radius: 0.75rem;
  overflow: hidden;
  box-shadow: 0 4px 10px rgba(0,0,0,0.08);
}

table  thead {
  background-color: #07423d;
  color: #fff;
}

table  thead th {
  padding: 1rem;
  font-weight: 600;
  text-align: center;
}

table  tbody tr {
  border-bottom: 1px solid #e6e6e6;
  transition: background 0.2s ease-in-out;
}

table  tbody tr:hover {
  background-color: rgba(7, 66, 61, 0.08);
}

table  td {
  padding: 0.8rem 1rem;
  text-align: center;
  color: #333;
}

table  tbody tr:nth-child(even) {
  background-color: #f9f9f9;
}

table  tfoot {
  background-color: #07423d;
  color: #fff;
}

table  tfoot td {
  padding: 1rem;
  font-weight: 600;
  text-align: center;
}


@media(max-width:768px){
  footer::before{
    width: 70%;
  }
}