*,
*::before,
*::after {
  box-sizing: border-box;
}
html {
  scroll-behavior: smooth;
  font-family: "Source Sans Pro", sans-serif;
  width: 100%;
  height: 100%;
  font-size: 16px;
}
body {
  max-width: 2700px;
  margin: 0;
}
.main {
  min-height: 100vh;
}

.divimgmobile {
  display: none;
}

#hero {
  height: 100vh;
  width: 100%;
  display: flex;
  justify-content: center;
}

#img {
  width: 100%;
  height: 100%;
  position: fixed;
  z-index: 5;
}
.heroimg {
  width: 100%;
  height: 100%;
  position: fixed;
  top: 0px;
  left: 0px;
  z-index: 5;
  object-fit: cover;
  object-position: left top;
}

#hero::after {
  width: 100%;
  height: 100vh;
  content: "";
  position: absolute;
  z-index: 10;
  top: 0;
  left: 0;
  background: rgba(0, 0, 0, 0.15);
}

.herologo {
  width: 45%;
}

.logo {
  margin-top: 4px;
}

#hero .caption {
  position: relative;
  z-index: 20;
  text-align: center;
  color: #fff;
  margin-top: 10%;
}

#hero h1 {
  font-family: "Libre Baskerville", serif;
  font-size: 60px;
  font-size: clamp(1.75rem, 3.2vw, 4.2rem);
  color: #ffcc66;
  text-shadow: 2px 2px darkslategray;
}
#hero h2.top {
  font-family: "Source Sans Pro", sans-serif;
  font-size: 40px;
  font-size: clamp(1rem, 3vw, 4rem);
  font-weight: 400;
  color: antiquewhite;
  text-shadow: 2px 2px darkslategray;
}

#hero h2.name {
  font-family: "Lora", serif;
  font-size: 40px;
  font-size: clamp(1rem, 3vw, 4rem);
  font-weight: 400;
  color: antiquewhite;
  text-shadow: 2px 2px darkslategray;
  margin-bottom: 0px;
}

#hero h3 {
  font-family: "Source Sans Pro", sans-serif;
  font-size: 25px;
  font-size: clamp(1rem, 2vw, 3rem);
  font-weight: 300;
  color: antiquewhite;
  text-shadow: 2px 2px darkslategray;
  margin-top: 0px;
  font-style: italic;
}

.navmobile {
  display: none;
}

.navlistmobile {
  display: none;
}

.nav {
  background-color: white; /* Black background color */
  width: 100%; /* Full width */
  z-index: 1000;
  box-shadow: 0 1px 4px 0 rgba(0, 0, 0, 0.12);
}

.top-nav {
  position: fixed;
  top: 0;
}

.bottom-nav {
  position: absolute;
  bottom: 0;
  animation: fadeIn linear 4s;
  opacity: 0.8;
}

.alertmodal {
  display: none;
  position: fixed;
  z-index: 6000;
  top: 50px;
  right: 10px;
  font-family: "Open Source Sans", sans-serif;
  font-size: 14px;
  font-weight: 400;
  padding: 18px;
  text-align: center;
  max-width: 500px;
  border-radius: 5pt;
  margin: 10px;
  animation-duration: 2s;
  animation-delay: 2s;
  animation-name: fadeout;
  animation-fill-mode: forwards;
  box-shadow: 0 3px 6px rgb(0 0 0 / 15%), 0 2px 4px rgb(0 0 0 / 12%);
}
.showmsg {
  display: block;
}

div.pusherror {
  font-weight: 400;
  color: maroon;
  font-size: 16px;
}

p.pushmsg {
  font-weight: 400;
  color: olivedrab;
  font-size: 24px;
}

@keyframes fadeIn {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 0.8;
  }
}

.nav-logo {
  float: left;
  padding: 10px;
  margin-top: 5px;
}
.nav-center {
  float: left;
  padding: 10px;
  margin-left: 5%;
}
.nav-right {
  float: right;
  padding: 10px;
}

ul.topmenu {
  list-style-type: none;
  margin: 0;
  padding: 0;
  overflow: hidden;
}

li.topmenu {
  float: left;
}

li.topmenu a {
  display: block;
  color: hsl(0, 0%, 0%);
  text-align: center;
  margin: 14px;
  padding-bottom: 0px;
  text-decoration: none;
  font-family: "Source Sans Pro", serif;
  color: hsl(134, 10%, 41%);
  font-size: 13px;
  font-size: clamp(0.7rem, 1.4vw, 1.1rem);
  font-weight: 400;
}

li.topmenu a:hover {
  color: hsl(43, 77%, 40%);
}

li.topmenu a.active {
  color: hsl(43, 77%, 40%);
}

li.topmenulang {
  float: left;
}

li.topmenulang a {
  display: block;
  color: hsl(0, 0%, 0%);
  text-align: center;
  margin: 14px 10px 14px 0px;
  padding-bottom: 0px;
  text-decoration: none;
  font-family: "Montserrat", serif;
  font-size: 12px;
  font-size: clamp(0.7rem, 0.9vw, 1rem);
  font-weight: 400;
}

li.topmenuflag {
  display: block;
  color: hsl(0, 0%, 0%);
  text-align: center;
  margin: 14px 10px 14px 0px;
  padding-bottom: 0px;
  text-decoration: none;
  font-family: "Montserrat", serif;
  font-size: 12px;
  font-size: clamp(0.7rem, 0.9vw, 1rem);
  font-weight: 400;
}
span.lang {
  text-decoration: none;
  cursor: default;
  font-size: 12px;
  margin: 0px;
}

li.topmenulang a:hover {
  color: darkslategray;
  font-weight: bold;
}

li.topmenulang a.active {
  color: darkslategray;
  font-weight: bold;
}

ul.topmenucart {
  list-style-type: none;
  margin: 0;
  padding: 0;
  overflow: hidden;
}

li.topmenucart {
  float: left;
}

li.topmenucart a {
  display: block;
  text-align: center;
  padding: 10px;
  padding-bottom: 0px;
  text-decoration: none;
  font-family: "Montserrat", serif;
  filter: grayscale(1);
}

li.topmenucart a:hover {
  filter: grayscale(0);
}

span.phone {
  font-size: 24px;
}

img.hib {
  margin-top: 10px;
  margin-right: 30px;
}

a.login::before {
  content: "\1F5DD";
  display: inline;
  padding-right: 3px;
  font-size: clamp(0.7rem, 0.9vw, 1rem);
}

.container {
  position: relative;
  z-index: 30;
  background-color: hsl(36, 24%, 96%);
  display: flex;
}

.container2 {
  position: relative;
  z-index: 30;
  background-color: hsl(36, 24%, 92%);
  display: flex;
  padding-bottom: 30px;
}
.container2top {
  position: relative;
  z-index: 30;
  background-color: #f7f7f7;
  display: flex;
  padding-bottom: 30px;
  padding-top: 80px;
}

.container-contact {
  margin-top: 70px;
}

i.fas,
.fa-brands,
.fa-solid,
.tech-icon {
  padding: 0px 17px 0px 0px;
}

#leadtext {
  padding: 5%;
  z-index: 50;
  width: 100%;
}

#leadtextform {
  padding: 5%;
  z-index: 50;
}

#rightcta {
  width: 30vw;
  padding: 5px;
}

#textleft {
  width: 34vw;
  padding: 0px;
  z-index: 50;
  margin-left: 40px;
}

#textright {
  width: 34vw;
  padding: 0px;
  z-index: 50;
  margin-right: 15px;
}

#textfullwidth {
  width: 100vw;
  padding: 80px;
  padding-top: 100px;
  padding-bottom: 20px;
  z-index: 50;
}

div.textcenter {
  width: 100%;
  padding: 80px 40px 0px 40px;
  z-index: 50;
  text-align: center;
  margin: auto;
}
div.textcenter2 {
  width: 100%;
  padding: 10px;
  padding-bottom: 40px;
  z-index: 50;
  text-align: center;
  margin: auto;
}
div.textcenter3 {
  width: 70%;
  padding: 10px;
  padding-bottom: 40px;
  z-index: 50;
  text-align: center;
  margin: auto;
}

div.content {
  padding: 40px;
  padding-top: 10px;
  z-index: 50;
}

#img1 {
  width: 66vw;
  padding: 5%;
}

.sticky {
  position: sticky;
  top: 100px;
  padding: 5px;
}

.listimg {
  padding-bottom: 50px;
  width: 100%;
  height: auto;
}

h1.lead {
  font-family: "Libre Baskerville", serif;
  line-height: 1.5;
  letter-spacing: 0.03em;
  display: block;
  font-size: 40px;
  font-size: clamp(1.75rem, 3.5vw, 4.5rem);
  font-weight: 300;
  color: #5d7262;
  text-align: center;
}

p.lead {
  line-height: 1.5;
  font-family: "Source Sans Pro", sans-serif;
  font-size: 20px;
  font-size: clamp(1rem, 1.8vw, 2.2rem);
  color: #5d7262;
  font-weight: 100;
  text-align: center;
}

h1.content {
  font-family: "Libre Baskerville", serif;
  max-width: 35em;
  line-height: 1.5;
  letter-spacing: 0.03em;
  display: block;
  font-size: 30px;
  font-size: clamp(1.75rem, 2vw, 3rem);
  font-weight: 100;
  color: #5d7262;
  padding-top: 38px;
}

p.content,
ul,
li {
  line-height: 1.5;
  max-width: 60rem;
  font-family: "Source Sans Pro", sans-serif;
  font-size: 20px;
  font-size: clamp(0.8rem, 1.5vw, 2rem);
  font-weight: 100;
  color: #5d7262;
}

p.details {
  line-height: 1.5;
  max-width: 60rem;
  font-family: "Source Sans Pro", sans-serif;
  font-size: 20px;
  font-size: clamp(0.8rem, 1.5vw, 2rem);
  color: #666;
  font-weight: 100;
  color: #5d7262;
}

a.normallink {
  color: royalblue;
  text-decoration: none;
  font-weight: 400;
}
a.normallink:hover {
  color: #f39c12;
  text-decoration: none;
  font-weight: 400;
  border-bottom: 1px solid #f39c12;
}

::-webkit-scrollbar {
  width: 10px;
}
::-webkit-scrollbar-track {
  box-shadow: inset 0 0 5px grey;
  border-radius: 10px;
}
::-webkit-scrollbar-thumb {
  background: #57837b;
  border-radius: 10px;
}
::-webkit-scrollbar-thumb:hover {
  background: #3b6b82;
}

/* =====footer========= */

.footer {
  position: relative;
  z-index: 30;
  background-color: hsl(134, 10%, 50%);
  color: antiquewhite;
  display: flex;
  font-family: "Source Sans Pro", sans-serif;
  font-size: 18px;
  font-size: clamp(0.8rem, 1.6vw, 2rem);
}

div.footercopy {
  position: relative;
  z-index: 30;
  background-color: hsl(134, 10%, 30%);
  color: antiquewhite;
  padding: 30px 30px 30px 30px;
  text-align: left;
  font-family: "Source Sans Pro", sans-serif;
  font-size: 18px;
  font-size: clamp(0.8rem, 1.6vw, 2rem);
}

.f-grid-container {
  z-index: 30;
  display: grid;
  grid-template-columns: 3fr 3fr 4fr;
  width: 100%;
}
.f-grid-item1 {
  padding: 30px 30px 30px 30px;
  text-align: left;
}
.f-grid-item2 {
  padding: 30px 30px 30px 30px;
  line-height: 30px;
  text-align: left;
}
.f-grid-item3 {
  padding: 30px 30px 30px 30px;
  line-height: 30px;
  text-align: left;
}
.f-grid-container2 {
  z-index: 30;
  display: grid;
  grid-template-columns: 3fr 3fr 4fr;
  width: 100%;
}

a.footerlink {
  text-decoration: none;
  color: antiquewhite;
  border: 0 solid wheat;
  line-height: 40px;
}
a.footerlink:hover {
  text-decoration: none;
  color: #ffcc00;
  border: 0 solid wheat;
}
a.footerlinkactive {
  text-decoration: none;
  color: #ffcc00;
  border: 0 solid wheat;
}

a.footerlink2 {
  text-decoration: underline;
  text-underline-offset: 5px;
  color: white;
  border: 0 solid wheat;
  line-height: 40px;
}
a.footerlink2:hover {
  text-decoration: underling;
  color: #ffcc00;
  border: 0 solid wheat;
}
a.contact {
  text-decoration: none;
  color: #ffcc00;
  border: 0 solid wheat;
}
a.contact:hover {
  text-decoration: underline;
  color: #ffcc00;
  border: 0 solid wheat;
}

.parallaxsection {
  background-repeat: no-repeat;
  background-position: center;
  padding: 80px 0px;
  background-attachment: fixed;
  overflow: hidden;
  position: relative;
  margin: 0px 0;
  text-align: center;
  z-index: 10;
}
h1.parallax {
  font-family: "Libre Baskerville", serif;
  font-weight: 400;
  font-size: 30px;
  font-size: clamp(1rem, 3vw, 3rem);
  color: antiquewhite;
  text-shadow: 3px 3px darkslategray;
}
h2.parallax {
  font-family: "Montserrat", serif;
  font-weight: 400;
  font-size: 20px;
  font-style: italic;
  font-size: clamp(1rem, 2vw, 2rem);
  color: antiquewhite;
  text-shadow: 2px 2px darkslategray;
}

img {
  max-width: 100%;
  height: auto;
}
.about-grid-container {
  z-index: 30;
  display: grid;
  grid-template-columns: 2fr 3fr;
  width: 100%;
}
.about-grid-item1 {
  padding: 0px;
  background-color: #f7f7f7;
}
.about-grid-item2 {
  padding: 40px 60px 40px 60px;
  background-color: #f7f7f7;
  vertical-align: middle;
}
.about-grid-containerk {
  z-index: 30;
  display: grid;
  grid-template-columns: 3fr 2fr;
  width: 100%;
  margin: 0px;
}
.about-grid-itemk2 {
  padding: 0px;
  background-color: #f7f7f7;
  margin: 0px;
}
.about-grid-itemk1 {
  padding: 30px 60px 30px 60px;
  text-align: left;
  background-color: #fff;
  margin: 0px;
}
img.about {
  width: 100%;
  height: 100%;
}

div.imgcenter {
  display: flex;
  justify-content: center;
}

.containerstart {
  padding-top: 100px;
}

@keyframes fadeout {
  from {
    opacity: 1;
  }

  to {
    opacity: 0;
    display: none;
  }
}

.alertwarning {
  background-color: hsl(43, 77%, 90%);
  border: 1px solid hsl(43, 77%, 40%);
  color: hsl(43, 77%, 40%);
}
.alertdanger {
  background-color: hsl(360, 77%, 90%);
  border: 1px solid hsl(360, 77%, 38%);
  color: hsl(360, 77%, 38%);
}
.alertsuccess {
  background-color: hsl(84, 77%, 90%);
  border: 1px solid hsl(84, 77%, 38%);
  color: hsl(84, 77%, 38%);
}

.alertinfo {
  background-color: hsl(200, 77%, 90%);
  border: 1px solid hsl(200, 77%, 38%);
  color: hsl(200, 77%, 38%);
}

img.darken {
  background-color: rgba(0, 20, 0, 0.4);
}

div.portfolio {
  box-sizing: border-box;
  padding: 15px;
  background-color: #f7f7f7;
  position: relative;
  justify-content: center;
  align-items: center;
  z-index: 40;
  padding-top: 90px;
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  grid-template-rows: auto;
  gap: 15px;
}
img.portfolio {
  position: relative;
  overflow: hidden;
  min-width: 100%;
  min-height: 100%;
  object-fit: cover;
  object-position: center;
  display: block;
}
.portfoliohover {
  filter: brightness(70%);
  border: 2px solid hsl(134, 10%, 41%);
}

.overlaycontainer {
  position: relative;
}

.overlay {
  position: absolute;
  top: 20%;
  color: white;
  width: 100%;
  transition: 0.5s ease;
  display: none;
  font-size: 20px;
  padding: 20px;
  text-align: center;
}
h2.over {
  font-family: "Libre Baskerville", serif;
  font-size: 24px;
  font-size: clamp(1rem, 2vw, 3rem);
  font-weight: 100;
  margin-bottom: 5px;
  margin-top: 0px;
}

h3.over {
  font-family: "Libre Baskerville", serif;
  font-size: 18px;
  font-size: clamp(1rem, 1.4vw, 2rem);
  font-weight: 200;
  margin-top: 0px;
}
h3.price {
  font-family: "Libre Baskerville", serif;
  font-size: 22px;
  font-size: clamp(1rem, 1.6vw, 2.2rem);
  font-weight: 600;
  margin-top: 0px;
  color: #f39c12;
}
h4.over {
  font-family: "Source Sans Pro", serif;
  font-size: 18px;
  font-size: clamp(1rem, 1.2vw, 1.8rem);
  font-weight: 600;
  margin-top: 0px;
  color: #ffcc00;
}
h5.over {
  font-family: "Source Sans Pro", serif;
  font-size: 15px;
  font-weight: 400;
  margin-top: 0px;
}
div.detail {
  /*   max-height: 90vh;
 */
  padding: 0px;
  background-color: #f7f5f2;
  padding-top: 70px;
  display: grid;
  grid-template-columns: 4fr 4fr;
}
img.detail {
  cursor: pointer;
  min-width: 100%;
}

div.thumbs {
  padding: 0px;
  margin-top: 10px;
  background-color: #eeece6;
  display: grid;
  grid-template-columns: 1fr 1fr 1fr 1fr 1fr;
  gap: 10px;
}
div.detailgallery {
  background-color: #eeece6;
  padding: 40px;
}

div.detailprice {
  background-color: #f7f7f7;
  padding: 40px;
  color: #5d7262;
}

button.buy {
  font-weight: 400;
  line-height: 1.2;
  font-family: "Open Source Sans", sans-serif;
  color: antiquewhite;
  width: fit-content;
  cursor: pointer;
  padding: 4px 30px;
  margin: auto;
  margin-top: 18px;
  background-color: #f39c12;
  font-size: 18px;
  letter-spacing: 0.05rem;
  height: 50px;
  border: 1px solid #5d7262;
  align-items: center;
}

button.buy:hover {
  border: 1px solid #5d7262;
  color: #5d7262;
}
button.buy:active {
  padding-top: 6px;
  background-color: #f39c12;
  color: #5d7262;
}
div.buybutton {
  float: left;
}
p.price {
  font-style: italic;
}
img.thumb {
  filter: grayscale(80%);
}
img.thumb:hover {
  filter: grayscale(0%);
}
.modal {
  display: none;
  /* Hidden by default */
  position: fixed;
  /* Stay in place */
  z-index: 1200;
  /* Sit on top */
  padding-top: 0px;
  /* Location of the box */
  left: 0;
  top: 0;
  width: 100%;
  /* Full width */
  height: 100%;
  /* Full height */
  overflow: auto;
  /* Enable scroll if needed */
  background-color: rgb(0, 0, 0);
  /* Fallback color */
  background-color: rgba(0, 0, 0, 0.9);
  /* Black w/ opacity */
}

/* Modal Content (image) */
.modal-content {
  margin: auto;
  display: block;
  width: 80%;
  max-height: 100%;
}

/* Caption of Modal Image */
#caption {
  margin: auto;
  display: block;
  width: 80%;
  max-width: 700px;
  text-align: center;
  color: #ccc;
  padding: 10px 0;
  height: 150px;
}

/* Add Animation */
.modal-content,
#caption {
  -webkit-animation-name: zoom;
  -webkit-animation-duration: 0.6s;
  animation-name: zoom;
  animation-duration: 0.6s;
}

@-webkit-keyframes zoom {
  from {
    -webkit-transform: scale(0);
  }

  to {
    -webkit-transform: scale(1);
  }
}

@keyframes zoom {
  from {
    transform: scale(0);
  }

  to {
    transform: scale(1);
  }
}

/* The Close Button */
.close {
  position: absolute;
  top: 15px;
  right: 35px;
  color: #f1f1f1;
  font-size: 40px;
  font-weight: bold;
  transition: 0.3s;
}

.close:hover,
.close:focus {
  color: #bbb;
  text-decoration: none;
  cursor: pointer;
}

/* 100% Image Width on Smaller Screens */
@media only screen and (max-width: 700px) {
  .modal-content {
    width: 100%;
  }
}

span.smiley {
  font-size: 140px;
  text-align: center;
  margin-bottom: 0px;
}

.carttooltip {
  position: relative;
  display: inline-block;
}

.carttooltip .carttooltiptext {
  visibility: hidden;
  width: 120px;
  background-color: hsl(169, 20%, 43%);
  color: antiquewhite;
  text-align: center;
  border-radius: 6px;
  padding: 10px 10px;
  /* Position the tooltip */
  position: absolute;
  z-index: 1;
  top: 100%;
  right: 10px;
  font-family: "Open Source Sans", sans-serif;
  font-size: 14px;
  font-weight: 400;
}

a.carttooltip {
  color: antiquewhite;
  text-decoration: none;
}

a.carttooltip:hover {
  color: white;
}

.carttooltip .carttooltiptext::after {
  content: " ";
  position: absolute;
  bottom: 100%; /* At the top of the tooltip */
  right: 25px;
  margin-left: -5px;
  border-width: 5px;
  border-style: solid;
  border-color: transparent transparent hsl(169, 20%, 43%) transparent;
}

.carttooltip:hover .carttooltiptext {
  visibility: visible;
}
#cartcount {
  font-size: 18px;
  font-weight: bold;
  background: indianred;
  color: antiquewhite;
  border: 2px solid pink;
  padding: 0 6px;
  vertical-align: top;
  margin-left: -25px;
  visibility: hidden;
}

.badge {
  border-radius: 50% !important;
}

img.cart {
  margin-right: 10px;
}

div.confirmcontainer {
  padding: 40px;
}
#artifacts {
  font-family: Arial, Helvetica, sans-serif;
  border-collapse: collapse;
  width: 70%;
  max-width: 1500;
}

#artifacts td,
#artifacts th {
  border: 1px solid #738c79;
  padding: 8px;
  text-align: left;
}

#artifacts td.price {
  text-align: right;
}

#artifacts tr {
  background-color: white;
}

#artifacts th {
  padding-top: 12px;
  padding-bottom: 12px;
  text-align: center;
  background-color: gray;
  color: white;
}
