/* Global Reset */
* {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
}

body {
    font-family: 'Work Sans', sans-serif;
    line-height: 1.4;
    font-size: 2rem;
    background-color: #fff;
    position:relative;
    background: #3A2F2A;
    color:#1E1B18;
    font-weight:350;
}
h1,h2,h3,h4,h5,h6{
    font-family: 'Crimson Pro';
    font-weight: 500;
    line-height:1;
}
h1{font-size:8rem;}
h2{font-size:5.6rem;}
h3{font-size:3.2rem;}
img{max-width:100%;height:auto;}
.show-mb{display:none;}

.font-white{color:#fff;}
.font-white2{color:#F2EAD8;}
.font-75{font-size:7.5rem;}
.font-28{font-size:2.8rem;}
.font-24{font-size:2.4rem;}
header .container {
    width: 100%;
    max-width: 100%;
    margin: 0 auto;
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.container {
    max-width: 117rem;
    margin: 0 auto;
    padding: 0;
}

header {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    z-index: 10;
    width: 100%;
    background: transparent;
    padding: 20px 0;
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 2rem 5rem; 
}

header .logo img {
    width: 25.5rem; /* Adjust according to your logo size */
}

header nav{
   margin-top:5px; 
}

header nav ul {
    list-style: none;
    display: flex;
}

header nav ul li {
    display: inline;
}

header nav ul li a {
    color: #F2EAD8;
    text-decoration: none;
    text-align: center;
    font-size: 1.8rem;
    font-style: normal;
    font-weight: 600;
    line-height: 1.5; /* 27px */
    letter-spacing: .36rem;
    text-transform: uppercase;
    padding:4rem 2rem;
    border-top:.5rem solid transparent;
}

header nav ul li a.active,header nav ul li a:hover {
    text-decoration: none;
    border-top:.5rem solid #C2A66F;
    color: #F2EAD8;
}

header .header-right {
    display: flex;
    align-items: center;
    gap: 20px;
}

.search-icon img {
    height: 20px; /* Adjust the size of the search icon */
}
a.search-icon {
    color: #fff;
}

.view-work-button {
    background: url(http://madisonavenuerevival.com/assets/img/rectangle.png) no-repeat center;
    color: #FFF!important;
    font-family: "Work Sans";
    font-size: 2rem;
    font-style: normal;
    font-weight: 500;
    line-height: 1.4; /* 28px */
    letter-spacing: 0.16rem;
    background-size: contain;
    padding: 1rem 2rem;
    text-decoration: none;
        margin-left: 2rem;
}
/*.view-work-button {
    background-color: #F2EAD8;
    color: #333;
    padding: 10px 20px;
    font-size: 16px;
    font-weight: 600;
    text-decoration: none;
    border-radius: 5px;
    transition: background-color 0.3s;
}

.view-work-button:hover {
    background-color: #e0d4a1;
}*/
.btn-group {
    margin-left: -3rem;
    margin-right: -3rem;
}

.btn-group .btn {
    margin: 0 4rem;
}
.btn{
color: #F2EAD8;
font-family: "Work Sans";
font-size: 2rem;
font-style: normal;
font-weight: 500;
line-height: 1.4; /* 28px */
letter-spacing: 0.16rem;
text-decoration:none;
padding:1.5rem 2rem;
margin:0 1rem;
}

.btn.btn1{color:#fff;}
a.btn1.btn {
    background: #8E2F23;
    position: relative;
    border: 0;
    border-radius: 0;
}
a.btn1.btn:before,a.btn1.btn:after{
    content:'';
    position:absolute;
    
    
    width: 2rem;
    height:100%;
    top:0;
}
a.btn1.btn:before{
    background:url(https://madisonavenuerevival.com/assets/img/cta1-left.png) no-repeat center left;
    background-size:contain;
    left: -.8rem;
}
a.btn1.btn:after{
    background:url(https://madisonavenuerevival.com/assets/img/cta1-right.png) no-repeat center left;
    background-size:contain;
    right: -1.8rem;
}
a.btn2.btn {
    position: relative;
    border: 0;
    border-top: .14rem solid #F2EAD8;
    border-bottom: .14rem solid #F2EAD8;
    border-radius: 0;
}
a.btn2.btn:before,a.btn2.btn:after{
    content:'';
    position:absolute;
    width: 2rem;
    top: -.14rem;
    bottom: -.14rem;
}
a.btn2.btn:before{
    background:url(https://madisonavenuerevival.com/assets/img/cta2-left.png) no-repeat center left;
    background-size:contain;
    left: -.8rem;
}
a.btn2.btn:after{
    background:url(https://madisonavenuerevival.com/assets/img/cta2-right.png) no-repeat center left;
    background-size:contain;
    right: -1.8rem;
}
.goldbox {
    background: url(https://madisonavenuerevival.com/assets/img/goldbox.png) no-repeat center;
    background-size: 100% 100%;
    padding: 4rem 7rem 5rem;
    font-size: 2.2rem;
    font-weight: 300;
    text-align: center;
}

.goldbox2 {
    background: url(https://madisonavenuerevival.com/assets/img/goldbox2.png) no-repeat center;
    background-size: 100% 100%;
    padding: 6rem 7rem;
}
.goldbox p{margin:0;}
.goldbox strong {
    font-weight: 600;
}
.footer {
  background: url('/assets/img/bg-texture.jpg');
  background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
  color: #FFF;
 font-family: 'Work Sans', sans-serif;
  padding: 5rem 2rem;
  font-weight:300;
  line-height:1.5;
}

.footer .container{
    padding:1.5rem;
}
.footer a {
  color: #FFF;
  text-decoration: none;
}

.footer a:hover {
  text-decoration: underline;
}

/* Top Row: 3 Columns */
.footer-top {
  display: flex;
  justify-content: space-between;
  flex-wrap: nowrap;
  margin-bottom: 30px;
}

/*.footer-column {
  flex: 1 1 30%;
  min-width: 200px;
  margin-right: 20px;
}*/
.footer-column:first-child{width:40%;}
.footer-column h3 {
  margin-bottom: 1.5rem;
  font-size: 2.4rem;
  line-height:1.75;
  font-family:'Work Sans', sans-serif;;
}

.footer-column ul {
  list-style: none;
  padding: 0;
}

.footer-column ul li {
  margin-bottom: 10px;
}

/* Bottom Row: Full Width */
.footer-bottom {
  font-size: 1.8rem;
  line-height: 1.6;
  text-align:center;
  color:#797979;
  font-weight: 300;
  padding:5rem 2rem 0;
}

.footer-bottom p:first-child {
  font-weight: bold;
  margin-bottom: 10px;
  color:#fff;
  font-weight: 400;
    line-height: 1.2; /* 21.6px */
}

/*responsiveness*/
@media screen and (max-width:767px){
    h1{font-size:4.4rem;}
    .font-28 {
    font-size: 2.4rem;
}
    body{font-size:1.6rem;}
    body,html{overflow-x:hidden;}
    .hide-mb{display:none;}
    .show-mb{display:initial;}
    .container {
        padding: 0 2.5rem;
    }
    /**/
    header .header-right,header nav ul {
        flex-direction: column;
        padding: 0;
    }
    
    header .header-right {
        display: none;
    }
    
    header {
        padding: 1.5rem 2rem;
    }
    
    header .logo img {
        width: 12rem;
    }
    
    header .container {
        padding: 0;
    }
    header nav{
       margin-top:0px; 
    }
    button.mobnav {
        width: 3rem;
        background: transparent;
        outline: none;
        border: 0;
    }
    header .header-right.show {
        position: absolute;
        display: block;
        right: 0;
        top: 100%;
        width: 100%;
        background: #000;
        padding: 2rem 2rem 4rem;
    }
    a.view-work-button {
        display: inline-block;
        margin-left:0;
    }
    header nav ul li a.active, header nav ul li a:hover {
        border-top: 0;
        border-bottom: .5rem solid #C2A66F;
    }
    
    header nav ul li a {
        display: block;
        padding: 1rem 1rem;
        text-align: left;
        border-bottom: 1px solid transparent;
    }
    a.search-icon {
        display: none;
    }
h2{font-size:4.4rem;}
h3{font-size:2.8rem;}
.footer{background:url('/assets/img/footer-mb-bg.png') no-repeat top center;background-size:cover;}
.footer-bottom {
    border-top: 1px solid #2F2F31;
    padding:0;
            padding-top: 5rem;
}
.footer-top {
    flex-direction: column;
    text-align: center;
    gap: 5rem;
}

.footer-column {
    width: 100%!important;
}
    /**/
}
/*rem*/
html {
    font-size: 62.5%;
}

@media only screen and (max-width:1600px) {
    html {
        font-size: 56.3%;
    }
}

@media only screen and (max-width:1440px) {
    html {
        font-size: 50%;
    }
}

@media only screen and (max-width:1280px) {
    html {
        font-size: 48%;
    }
}

@media only screen and (max-width:1023px) {
    html {
        font-size: 46%;
    }
}

@media only screen and (max-width:960px) {
    html {
        font-size: 50%;
    }
}

@media only screen and (max-width:767px) {
    html {
        font-size: 55.5555%;
    }
}