@import url('https://fonts.googleapis.com/css2?family=Dorsa&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Abril+Fatface&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Philosopher:ital,wght@0,400;0,700;1,400;1,700&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Poiret+One&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Fugaz+One&display=swap');

@import url('https://fonts.googleapis.com/css2?family=Poppins:ital,wght@0,100;0,200;0,900;1,100&display=swap');


@font-face {
    font-family: 'Morganite-Thin';
    src: url(Morganite-Thin.ttf) format("woff2");
}
@font-face {
    font-family: 'Morganite-Medium';
    src: url(Morganite-Medium.ttf) format("truetype");
}

@font-face {
    font-family: 'Morganite-BoldItalic';
    src: url(Morganite-BoldItalic.ttf) format("truetype");
}

@font-face {
    font-family: 'Morganite-Bold';
    src: url(Morganite-Bold.ttf) format("truetype");
}

* {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
}


:root {
    --fs-h1: 3em;
    --fs-h2: 2em;
    --fs-h3: 1em;
    --fs-body: ;
    --clr-dark: #3f3f3f;
    --clr-light: #e0e0e0;
    --main-clr: #946a0e;
    --secndry-main: #eba30a;
    --soft-blk: #1e1e1f;
}

html {
    overflow-x: hidden;
    
}



body {
    font-family: 'Dorsa', sans-serif;
    background-color: rgb(218, 218, 218);
    letter-spacing: 1px;
    overflow-x: hidden;
   
}

.page-loader {
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: rgb(51,50,47);
    background: linear-gradient(211deg, rgba(51,50,47,1) 10%, rgba(51,51,51,1) 50%, rgba(61,61,62,1) 50%, rgba(80,80,82,1) 95%, rgb(41, 41, 40) 95%);
     z-index: 2000;
    opacity: 1;
    display: flex;
    pointer-events: none;
}

.page-loader::before {
    content: '';
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    padding: 1em;
    border: 1px solid #adadad;
    border-radius: 50%;
    animation: pulse 0.9s  infinite;
    box-shadow: 0px 0px 20px #d1d1d1;
}

@keyframes pulse {
  0% {
    outline: 0px solid #cacaca;
    background-color: #c7c7c7;
   }
  50% {
    outline: 3px solid rgba(236, 236, 236, 0.438);
    background-color: transparent;
    box-shadow: 0px 0px 10px #d8d8d83d;
   }
  100% {
    outline: 0px solid #e0e0e0;
    background-color: transparent;
   }
}

.page-loader.hidden {
    animation: fadeOut 0.4s ease-in; 
    animation-fill-mode: forwards;
    pointer-events: none;
}

@keyframes fadeOut {
    100% {
        opacity: 0;
    }
}

p {
    line-height: 1.5;
}


section {
    padding: 1rem;
}


/* header */

header {
    position: fixed;
    display: flex;
    justify-content: space-between;
    align-items: center;
    transition: 0.5s;
    width: 100%;
    z-index: 1000;
    padding: 1em;
}

.sticky {
    background-color: #1e1e1f;
    box-shadow: 0px 0px 80px  #eba40a0c;
}


.intro-img-container {
    text-align: center;
    /* background: linear-gradient(214deg, rgba(30,30,31,1) 0%, rgba(47,46,44,1) 5%, rgba(30,30,31,1) 100%); */
    /* background: linear-gradient(214deg, #1e1e1f 0%, #141722 0%, rgb(8, 8, 8) 100%); */
    background: conic-gradient(from 180deg at 20% 80%, #141722, #000000);
    min-height: 850px;
    height: 100vh;
    position: relative;
    z-index: 10;
  
    

}

.intro-img-container::before {
    position: absolute;
    content: '';
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
   z-index: -4;
    background-image: url(Photos/chloe-frost-smith-J3QlDHTHxZE-unsplash.jpg);
    background-size: cover;
    background-position: center;
    clip-path: polygon(0 0, 100% 0%, 100% 83%, 0 19%);
    filter: brightness(20%) contrast(85%);
    
     
}

.intro-img-container::after {
    position: absolute;
    content: '';
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    z-index: -6;
    background-color: rgba(9, 9, 12, 0);
    
    background-size: cover;
    
    filter: brightness(40%) contrast(85%);
    
     
}


.intro-subject {
    color: var(--clr-light);
    text-transform: uppercase;
    z-index: 1;
    width: 100%;
    padding: 0.3em;
    border-radius: 1px;
    font-size: clamp(3rem, 5.3vw, 5.5em);
    /* background: linear-gradient(200deg, rgba(9, 9, 19, 0.836) 40%, rgba(47,46,44,1) 2%, rgba(30, 30, 31, 0) 70%); */
    font-weight: 100; 
    letter-spacing: 4px;
    
    position: relative;
   
    
}

.intro-subject::before {
    content: '';
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    /* background-color: rgba(226, 226, 226, 0.521); */
    /* background: linear-gradient(200deg, #090913d5 40%, rgba(47,46,44,1) 2%, rgba(30, 30, 31, 0) 70%); */
    position: absolute;
    z-index: -1;
  
}



.intro-subject-line2 {
    
    color: var(--clr-light);
    text-align: center;
    text-transform: uppercase;
    z-index: 200;
    padding-left: 4.1em;
    font-size: clamp(3rem, 5.3vw,5.5em);
    letter-spacing: 4px;
    font-weight: 100; 
    margin-top: 10px;
    
   
    
}

.subject-container {
   padding-top: 250px;
}

/* .intro-subject::before {
    position: absolute;
    content: 'In New York';
    right: 0;
    top: 0;
    bottom: 0;
    margin-right: 40%;
    margin-top: 10%;
    z-index: -1;
    background-color: rgba(214, 214, 214, 0);
    border-radius: 3px;
} */

.italy {
    border-radius: 0.1rem;
    text-transform: uppercase;
    color: #eba30a;
    border-bottom: 1px solid var(--main-clr);
    padding-left: 1.5em;
    letter-spacing: 10px;
    background: linear-gradient(270deg, #0d0d119f 10%, rgba(47, 46, 44, 0.281) 80%, rgba(30, 30, 31, 0) 100%);
    transition: background-color 0.3s;
   
    
}

.italy:hover {
    background-color: rgb(16, 15, 20);
}

.in-new-york {
 background-color: red;
}

.new-york {
   color: var(--clr-light);
}

.btn {
    position: relative;
    font-size: clamp(2em, 3vw, 2.9em);
    text-transform: uppercase;
    font-family: 'Morganite-Thin', sans-serif;
    letter-spacing: 4px;
    color: #e0e0e0;
    padding: 25px;
    border: none;
    border-radius: 0.2rem;
    background-color: transparent;
    outline: 1px solid rgba(216, 216, 216, 0);
    margin-top: 150px;
    bottom: 0;
    cursor: pointer;
    transition: color 0.3s, background-color 0.2s, font-weight 0.2s;
    
}

.btn2 {
    font-size: clamp(2.4em, 3vw, 2.9em);
    text-transform: uppercase;
    font-family: 'Morganite-Thin', sans-serif;
    letter-spacing: 5px;
    color: #e0e0e0;
    padding: 0.7rem 0.8em 0.7rem 0.8em;
    border: none;
    border-radius: 0.2rem;
    background-color: rgba(32, 33, 37, 0.63);
    margin-top: 1.5em;
    margin-bottom: 1em;
    cursor: pointer;
    transition: color 0.3s, background-color 0.2s, font-weight 0.2s;

}

.btn2:hover {
    background-color: var(--soft-blk);
    outline: none;
    color: rgb(255, 255, 255);
    
}

.btn::after {
    position: absolute;
    content: '';
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background-color: var(--secndry-main);
    width: 10px;
    height: 1%;
    transition: height 0.3s, width 0.3s, background-color 0.3s;
}

.btn::before {
    position: absolute;
    content: '';
    right: 0;
    bottom: 0;
    background-color: var(--secndry-main);
    width: 10px;
    height: 1%;
    transition: height 0.3s, width 0.3s, background-color 0.3s;
}

.btn:hover::after {
    background-color: #eba30a;
    height: 100%;
  
}

.btn:hover::before {
    background-color: #eba30a;
    height: 100%;
   
}

.btn:hover {
   background-color: transparent;
}

.btn a {
    color: inherit;
    text-decoration: none;
}

.logo {
    font-family: 'Dorsa', sans-serif;
    font-size: clamp(3em, 6vw, 4em);
    font-weight: 100;
    letter-spacing: 1px;
    /* margin: 1rem; */
    /* padding: 0 0.5rem 0 0.5rem; */
    z-index: 1;
    background-color: rgba(34, 22, 27, 0);
    border-bottom:0px solid rgb(236, 236, 236);
    border-radius: 0.1rem;
    padding: 0.5rem;
    text-shadow: 0px 5px 10px #4e4e4e6b;
}

.active {
    
    border-radius: 2px;
    position: relative;
 }

 .active::before {
   position: absolute;
   content: '';
   top: 90%;
   left: 0;
   bottom: 8%;
   right: 0;
   width: 30%;
   background-color: #d3d3d3;
   z-index: -1;
   margin: 0 auto;
 }

/* .logo::before {
    content: '';
    position: absolute;
    background-color: rgba(0, 0, 0, 0.829);
    bottom: 0;
    left: 0;
    right: 0;
    top: 0;
    border-radius: 0.1rem;
    
    z-index: -1;
    transition: 0.3s;
} */

.logo:hover::before {
    top: 3.5rem;
}

/* .logo::after {
    content: '';
    position: absolute;
    height: 7px;
    background-color: rgb(238, 238, 238);
    right: 0;
    bottom: 0;
    border-radius: 0.1rem;
    margin-bottom: 1px;
} */

.logo a {
    text-decoration: none;
    color: #eba30a;
    
    
    
}


/* NAV MOBILE */

.nav {
    display: block;
    position: fixed;
    background: linear-gradient(211deg, rgb(33, 34, 37) 0%, rgb(22, 22, 24) 40%, rgb(14, 13, 13) 10%, rgb(30, 31, 32) 100%, rgba(235,163,10,1) 100%);
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    z-index: 2000;
    opacity: 0;
    transform: translateX(100%);
    font-family: 'Poppins', sans-serif;
    transition: transform 0.3s, opacity 0.3s;
    overflow-y: scroll;
    
}

.nav a {
    text-decoration: none; 
    color: rgb(255, 255, 255);
    /* background-color: red; */
    /* padding-right: 2em;
    padding-left: 10px; */
    transition: color 0.3s;
    padding: 1rem;
    
   
}

.nav a:hover {
    color: #EBA30A;
}

.nav-list {
    display: flex;
    list-style: none;
    height: 100%;
    flex-direction: column;
    letter-spacing: 0px;
    padding-top: 2em;
    font-size: clamp(0.5rem, 5.5vw, 1.5rem);
    align-items: center;
    
}

.nav-list li {
    padding-bottom: 2.1em;
    
}

.nav-list .call  {
    background-color: rgba(48, 47, 47, 0.329);
    padding: 0.4rem 3rem 0.4rem 3rem ;
    border-radius: 5px;
    transition: background-color 0.3s, color 0.3s;
    margin-bottom: 2rem;

}

.nav-list .call:hover {
    background-color: #eba30a;
    color: black;
}

.nav-toggle {
   
    background:transparent;
    border: 0;
    cursor: pointer;
    position: fixed;
    right: 10px;
    top: 0;
    z-index: 3000;
    border: 1px solid transparent;
    padding: 2.6em;
    /* background-color: red; */
   
}

::-webkit-scrollbar {
    width: 0;
    background-color: transparent;
}

.scroll-hide {
    overflow: hidden;
 }

.nav-open .nav-toggle {
    position: fixed;
}

.nav-open nav {
    transform: translateX(0%);
    opacity: 1;
}

.nav-open .hamburger {
    background-color: white;
}


.nav-open .hamburger::before {
    background-color: rgb(243, 243, 243);
    transform: translateX(13.5px) translateY(-2px) rotate(-50deg);
    width: 1em;
}

.nav-open .hamburger::after {
    background-color: rgb(243, 243, 243);
    transform: translateX(13.5px) translateY(2.2px) rotate(50deg);
     width: 1em;
}





/* Hamburger  */

.hamburger,
.hamburger::before,
.hamburger::after {
    background-color: var(--clr-light);
    border-radius: 2em;
    /* box-shadow: 1px 3px 3px #e29e0c48; */
}

 .hamburger  {
    
    width: 1.8em;
    height: 1px;
    z-index: 1000;
    transition: color 250ms ease-in-out, width 0.3s ease-in-out, height 0.3s ease-in-out, transform 0.3s ease-in-out;
    display: inline-block;
    position: relative;

   
    
}





.hamburger::before {
    content: '';
    top: 8px;
    left: 0;
    width: 1em;
    height: 1px;
    position: absolute;
    transition: transform 0.3s, width 0.3s;
}

.hamburger::after {
    content: '';
    top: -8px;
    left: 0;
    width: 2.5em;
    height: 1px;
    position: absolute;
    transition: transform 0.3s, width 0.3s;
}

/* NAV WIDE */

.nav-wide {
  /* background-color: red; */
  display: none;
  /* font-size: 0.9rem; */
  font-size: clamp(2.8em, 3vw, 3em);
  font-weight: 200;
  font-family: 'Morganite-Thin', sans-serif;

}

.nav-list-wide {
    list-style-type: none;
}

.nav-item-wide {
    display: inline-flex;
    margin-left: 2.5rem;
   
}

.nav-item-wide a {
    text-decoration: none;
    color: #ffffff;
    /* background-color: red; */
    padding: 1rem;
    transition: color 0.7s;
    position: relative;
  

}

.nav-item-wide a:hover {
    color: #ebebeb;
 }

.nav-item-wide a::before {
    position: absolute;
    content: '';
    background-color: #d3d3d3;
    bottom: 8%;
    top: 90%;
    left: 50%;
    right: 50%;
    transition: left 0.3s, right 0.3s, top 0.3s 0.2s, background-color 0.6s;
    border-radius: 2px;
    
}

.nav-item-wide a:hover::before {
    left: 0;
    right: 0;
    
    
    z-index: -1;
    
}




/* Intro */
.introduction {
    text-align: center;
    padding: 0;
   /* background-color: red; */
    color: var(--clr-light);
   
    
}

.introduction a {
    color: var(--main-clr);
    text-decoration: none;
    font-style: normal;
    display: inline-block;
    border-radius: 0.2rem;
    padding: 0.5rem;
}

.introduction .full-hours {
    font-size: clamp(3.2em, 5.7vw, 4.3em);
    margin-top: 40px;
    border-bottom: 1px solid #a3a3a1;
    transition: 0.3s;
    pointer-events: none;

}


.stronger {
    color: var(--soft-blk);
    font-style: italic;
    font-weight: 800;
    background-color: #EBA30A;
    padding-left: 1rem;
    padding-right: 1rem;
    border-radius: 0.2rem;
}

.section-title-intro {
    width: 100%;
    font-size: clamp(1.6em, 2.8vw, 2.5em);
    /* background-color: var(--main-clr); */
    color: var(--clr-light);
    font-weight: 100;
    font-family: 'Philosopher', sans-serif;
    font-style: italic;
    background-color: rgb(14, 14, 15);
    padding: 0.7rem;
}

.table-container {
    font-family: 'Dorsa', cursive;
    display: flex;
    justify-content: center;
    align-items: center;
    font-size: clamp(1.6em, 3vw, 2.5em);
    border-spacing: 1.4em;
    color: rgb(15, 15, 15);
}

.table-container td {
    border-bottom: 1px solid rgb(187, 181, 181);
    padding-bottom: 3px;
    text-align: center;
    padding-left: 10px;
    padding-right: 10px;
}

.days-emphasis {
    color: var(--main-clr);
    border-collapse: separate;
    font-weight: 100;
    position: relative;
    font-size: 1.7em;
    letter-spacing: 2px;
    font-weight: 500;
    font-size: clamp(1.5em, 4vw, 3rem);
}

.hours-emphasis {
    font-size: clamp(1.5em, 4vw, 1em);
    
    letter-spacing: 3px;
}

.closed {
    background-color: #df4646;
    border-radius: 0.3rem;
    color: var(--clr-dark);
    font-size: 2em;
}

.menu {
   font-family: 'Morganite-Thin', sans-serif;
   padding: 11em 0 100px 0;
   background: linear-gradient(132deg, rgb(37, 37, 37) 0%, rgb(29, 29, 29) 50%, rgb(39, 39, 39) 95%);
   text-align: center;
   padding-bottom: 8em;
   
  
   

}

.menu-title {
    display: inline-block;
    font-family: 'Poppins', sans-serif;
    text-align: center;
    color: var(--clr-light);
    text-transform: uppercase;
    
    border-radius: 1px;
    font-size: clamp(3rem, 7vw, 5.2em);
    /* background-color: rgb(45, 45, 119); */
    font-weight: 700;
    margin-bottom: 1em;
    border-bottom: 1px solid rgb(170, 168, 168);
   
}

.menu-subject {
    font-family: 'Morganite-Thin', sans-serif;
    text-align: center;
    color: var(--clr-light);
    text-transform: uppercase;
    padding: 0.3em;
    border-radius: 1px;
    font-size: clamp(4rem, 7vw, 5.5em);
    /* background-color: rgb(45, 45, 119); */
    font-weight: 100;
    letter-spacing: 2px;
    color: #eba30a;
    
}

.menu-container {
    width: 90%;
    max-width: 800px;
    margin: 0 auto;
    display: flex;
    justify-content: space-between;
    color: rgb(255, 253, 253);
    font-size: 3em;
    padding: 1rem;
    /* background-color: rgb(41, 41, 41); */
    letter-spacing: 2px;
    
}

.menu-container img {
    width: 22px;
    filter: contrast(0%);
}

.food {
    border-bottom: 1px solid white;
    font-size: clamp(2.5rem, 6vw, 1em);
    letter-spacing: 3px;
    
}

.food-description {
    font-family: 'Poppins', sans-serif;
    display: block;
    width: 90%;
    max-width: 800px;
    margin: 0 auto;
    text-align: left;
    color: rgb(255, 253, 253);
    letter-spacing: 0px;
    padding: 0.1rem 0 1rem 1.5rem;
    font-size: clamp(0.8rem, 2vw, 1em);
    /* background-color: rgb(29, 29, 29); */
    border-radius: 0.5rem;
   
}

.food-margin-top {
    margin-top: 1em;

}

.new {
    font-size: clamp(2.5rem, 10vw, 1em);
    letter-spacing: 1px;
    font-family: 'Morganite-BoldItalic', sans-serif;
    color: #e4c78a;
    font-weight: 200;
    text-transform: uppercase;
   
}

.served-with {
    color: #e4c78a;
    display: block;
    
}

.served-with-cream {
    color: #e4c78a;
    font-family: 'Dorsa', sans-serif;
    
    font-size: 2em;
    letter-spacing: 2px;

}

.price {
    font-size: clamp(2.5rem, 6vw, 1em);
    /* background-color: green; */
}

.shapes {
    top: 0;
    left: 50%;
    transform: translate(-50%, 50%);
    position: absolute;
    background-color: rgb(58, 57, 57);
   
}


.Reservation-Form {
    padding-top: 11em;
    background: rgb(51,50,47);
    background: linear-gradient(211deg, rgba(51,50,47,1) 10%, rgba(51,51,51,1) 50%, rgba(61,61,62,1) 50%, rgba(80,80,82,1) 95%, rgba(235,163,10,1) 95%);
    text-align: center;
    
}

.reservation-details {
    color: white;
    font-family: 'Poppins';
    font-size: 1em;
    background-color: rgba(192, 12, 12, 0);
    
   
}

.reservation-title {
    font-family: 'Poppins', sans-serif;
    font-weight: 700;
    color: var(--clr-light);
    text-transform: uppercase;
    border-radius: 1px;
    font-size: clamp(2.9rem, 8vw, 5.2em);
    /* background-color: rgb(45, 45, 119); */
    margin-bottom: 1em;
    z-index: 3;
   position: relative;
}

.reservation-title::before {
    content: '';
    position: absolute;
    top: 99%;
    right:40%;
    bottom: 0;
    left: 0;
    background-color: rgb(131, 130, 130);
}

.res-title-con {
    display: flex;
    justify-content: center;
    
}

form {
    padding: 1em;
}


label {
    font-size: 1.2em;
    display: block;
    text-align: left;
    width: 90%;
    margin-left: auto;
    margin-right: auto;
}

input {
    outline: 1px solid transparent;
    transition: outline 0.3s;
}

textarea {
    outline: 1px solid transparent;
    transition: outline 0.3s;
}

input:focus,
textarea:focus {
    outline: 1px solid #EBA30A;
   
}

input[type],
textarea {
    text-align: left;
    color: white;
    width: 100%;
    max-width: 900px;
    font-size: 1.1em;
    padding: 0.8em;
    margin-bottom: 2em;
    display: block;
    margin-left: auto;
    margin-right: auto;
    border: none;
    border-radius: 4px;
    background-color: rgba(32, 33, 37, 0.63);
    font-family: 'Poppins', sans-serif;
   
}

.notice {
    font-family: 'Morganite-Thin', sans-serif;
    font-size: clamp(2.1em, 4vw, 3em);
    letter-spacing: 3px;
    line-height: 1em;
    margin-bottom: 1em;
    font-weight: 100;
    width: 100%;
    position: relative;
}

.notice::before {
    position: absolute;
    background-color: red;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    width: 10px;
    height: 10px;
}

.bigger-text-box {
    padding: 3em;
}

.our-story {
    font-family: 'Poppins', sans-serif;
    font-weight: 700;
    color: var(--clr-light);
    text-transform: uppercase;
    border-radius: 1px;
    font-size: clamp(2.9rem, 8vw, 5.2em);
    /* background-color: rgb(45, 45, 119); */
    margin-bottom: 0.2rem;
    z-index: 3;
    position: relative;
    
}

.our-story::before {
    position: absolute;
    content: '';
    top: 0%;
    right: 0%;
    left: 0%;
    bottom: 0%;
    z-index: -1;
    
}

.about-us {
    width: 100%;
    margin-top: -300px;
    max-width: 950px;
    /* background-color: red; */
    margin: 0 auto;
    position: relative;
    z-index: 1;
    margin-bottom: 4em;
   
}

.about-us::before {
    position: absolute;
    content: '';
    top: 50%;
    right: 0%;
    left: 0%;
    bottom: 0;
    z-index: -1;
 
}

.line-seperation {
    width: 50%;
    height: 1px;
    background-color: rgba(12, 11, 19, 0.534);
}

.about-us-title {
    margin-top: 1em;
    margin-bottom: 1em;
    font-size: 2.2em;
    position: relative;
    z-index: 1;
    font-weight: 700;
    
    
}

.about-us-title::before {
    content: '';
    position: absolute;
    top: 20%;
    left: 50%;
    right: 0;
    bottom: 40%;
    background-color: rgba(12, 11, 19, 0.534);
    z-index: -1;
    border-radius: 5px;
    transform: skew(60deg);

}

.about-us-para {
    line-height: 1.7;
    letter-spacing: 1px;
    font-size: clamp(0.9rem, 3vw, 1em);
    
}



footer {
    font-family: 'Poppins', sans-serif;
    justify-content: space-around;
    align-items: center;
    width: 100%;
    padding: 4em;
    background-color: var(--soft-blk);
    font-size: 1.2em;
    color: white;
    z-index: 0;
}

footer a {
    display: inline-block;
    text-decoration: none;
    color: white;
    transition: color 0.3s, top 0.3s;
    padding: 0.8rem;
    border-radius: 2px;
    background-color: rgb(32, 33, 37);
    position: relative;
    z-index: 2;
    letter-spacing: 0px;
    font-size: clamp(0.8rem, 2vw, 1rem);
    text-transform: uppercase;
    width: 130px;
}

footer a:hover {
    color: var(--soft-blk);
    
 
    
}

footer a:hover::after  {
    top: 0;
    color: red;
    z-index: -1;
    left: 0;
    border-radius: 2px;
}

footer li {
    display: inline-block;
    list-style-type: none;
    margin: 0.2rem;
}

footer a::after {
    content: '';
    position: absolute;
    background-color: rgb(206, 206, 206);
    top: clamp(48px, 1vw, 54px);
    left: 40px;
    right: 0;
    bottom: 0;
    transition: top 0.3s ease-out, left 0.3s;
    border-radius: 2px;
    z-index: -1;
}




.footer-info {
    width: 100%;
    max-width: 1000px;
   display: flex;
   justify-content: space-between;
   align-items: center;
   flex-direction: row;
   text-align: center;
   margin: 0 auto;
   /* background-color: yellow; */
}

.address {
    z-index: 2;
    text-transform: uppercase;
    font-size: clamp(1rem, 2vw, 1rem);
    text-align: center;
    /* background-color: red; */
    min-width: 300px;
    margin-left: 50px;
    pointer-events: none;
}

.address h3 {
    color: rgb(240, 240, 240);
    padding: 1rem;
    display: inline-block;
    border-bottom: 1px solid #d89c1a;
    margin-bottom: 0.5rem;
    position: relative;
    font-size: 1.7em;
    z-index: 100;
    border-radius: 2px;
    
}

.address h3::before {
    position: absolute;
    content: '';
    top: clamp(0px, 2vw, 24px);
    left: 80px;
    right: 0;
    bottom: 0;
    background-color: #d89c1a;
    z-index: -1;
    border-radius: 2px;
    
}

.copyright {
    margin-top: 3em;
    display: block;
    letter-spacing: 0;
    font-size: 1.5rem;
    letter-spacing: 1px;
    width: 100%;
    text-align: center;
    font-family: 'Dorsa', sans-serif;
    font-weight: 100;
    margin-bottom: -1.5em;
    
}
