html,
button,
input,
select,
textarea {
  color: #222;
}

html {
  font-size: 11px;
  line-height: 11px;
}

::-moz-selection {
  background: #b3d4fc;
  text-shadow: none;
}

::selection {
  background: #b3d4fc;
  text-shadow: none;
}

hr {
  display: block;
  height: 1px;
  border: 0;
  border-top: 1px solid #ccc;
  margin: 1em 0;
  padding: 0;
}

audio,
canvas,
img,
video {
  vertical-align: middle;
}

fieldset {
  border: 0;
  margin: 0;
  padding: 0;
}

textarea {
  resize: vertical;
}

.browsehappy {
  margin: 0.2em 0;
  background: #ccc;
  color: #000;
  padding: 0.2em 0;
}
ul {
  margin: 0;
  padding: 0;
  list-style: none;
}
li {
  margin: 0;
  padding: 0;
  list-style: none;
}

@font-face {
  font-family: "aaux_prolightregular";
  src: url("aauxpro-light-webfont.eot");
  src: url("aauxpro-light-webfont.eot?#iefix") format("embedded-opentype"),
    url("aauxpro-light-webfont.woff2") format("woff2"),
    url("aauxpro-light-webfont.woff") format("woff"),
    url("aauxpro-light-webfont.ttf") format("truetype"),
    url("aauxpro-light-webfont.svg#aaux_promediumregular") format("svg");
  font-weight: normal;
  font-style: normal;
}

@font-face {
  font-family: "aaux_promediumregular";
  src: url("aauxpro-medium-webfont.eot");
  src: url("aauxpro-medium-webfont.eot?#iefix") format("embedded-opentype"),
    url("aauxpro-medium-webfont.woff2") format("woff2"),
    url("aauxpro-medium-webfont.woff") format("woff"),
    url("aauxpro-medium-webfont.ttf") format("truetype"),
    url("aauxpro-medium-webfont.svg#aaux_promediumregular") format("svg");
  font-weight: normal;
  font-style: normal;
}
/* ===== Initializr Styles ==================================================
   Author: Jonathan Verrecchia - verekia.com/initializr/responsive-template
   ========================================================================== */

body {
  font-family: "aaux_promediumregular", Helvetica, Helvetica Neue, Arial,
    sans-serif;

  margin: 0;
  padding: 0;
  background: #191919;
  color: #e7e5e2;
  font-weight: normal;
  letter-spacing: 0.2em;
  line-height: 11px;
  font-size: 11px;
  font-size-adjust: 0.5;
}
.wrapper {
  width: 90%;
  max-width: 1000px;
  margin: 0 auto;
  padding: 70px 0;
  padding-bottom: 0;
  font-size: 11px;
  font-size-adjust: 0.5;
}
h1,
h2,
h3 {
  letter-spacing: 0.3em;
  font-weight: normal;
  text-transform: uppercase;
  color: #e7e5e2;
  font-size: 11px;
  font-size-adjust: 0.5;
}

h1 {
  display: block;
  cursor: pointer;
  background: #191919;
  font-size: 0;
  width: 200px;
  margin: 0 0 50px -3px;
}
a,
a:visited {
  text-transform: uppercase;
  text-decoration: none;
  color: #6e6f70;
  line-height: 11px;
}
a:hover,
a.selected {
  color: #e7e5e2;
}
nav {
  display: block;
}

article {
  max-width: 620px;
  color: #6e6f70;
  font-size: 11px;
  line-height: 12px;
  font-size-adjust: 0.5;
  margin-bottom: 2em;
}

.share {
  opacity: 1;
  filter: alpha(opacity=100);
  cursor: pointer;
  display: inline-block;
  float: right;
  width: 20px;
  height: 20px;
  background: url(../img/fb.png) 0 0 no-repeat;
  -webkit-transition: all 0.5s ease-in-out;
  -moz-transition: all 0.5s ease-in-out;
  -ms-transition: all 0.5s ease-in-out;
  -o-transition: all 0.5s ease-in-out;
  transition: all 0.5s ease-in-out;
}

.share:hover {
  opacity: 0.7;
  filter: alpha(opacity=70);
}

ul li {
  float: left;
  width: calc(98% / 3);
  overflow: hidden;
  position: relative;
  cursor: pointer;
}

ul {
  display: flex;
  flex-wrap: wrap;
  width: 100%;
  overflow: hidden;
  margin: 0;
  padding: 0;
  list-style-type: none;
}

/* Mobile-specific styles */

ul li img {
  width: 100%;
  transform: scale(1);
  -webkit-transition: all 0.5s ease-in-out;
  -moz-transition: all 0.5s ease-in-out;
  -ms-transition: all 0.5s ease-in-out;
  -o-transition: all 0.5s ease-in-out;
  transition: all 0.5s ease-in-out;
}

ul li > div {
  width: 91%;
  position: absolute;
  height: 80%;
  padding: 5%;
  background: rgba(0, 0, 0, 0.6);
  opacity: 0;
  filter: alpha(opacity=0);
  text-transform: uppercase;
  z-index: 2;
  -webkit-transition: all 0.5s ease-in-out;
  -moz-transition: all 0.5s ease-in-out;
  -ms-transition: all 0.5s ease-in-out;
  -o-transition: all 0.5s ease-in-out;
  transition: all 0.5s ease-in-out;
}

ul li:hover img {
  transform: scale(1.1);
  -webkit-transition: all 5s ease-in-out;
  -moz-transition: all 5s ease-in-out;
  -ms-transition: all 5s ease-in-out;
  -o-transition: all 5s ease-in-out;
  transition: all 5s ease-in-out;
}
ul li:hover div {
  opacity: 1;
  filter: alpha(opacity=100);
}
ul li > div .thumb-description {
  position: absolute;
  bottom: 5%;
  color: #fff;
  width: 80%;
  -webkit-transition: all 0.5s ease-in-out;
  -moz-transition: all 0.5s ease-in-out;
  -ms-transition: all 0.5s ease-in-out;
  -o-transition: all 0.5s ease-in-out;
  transition: all 0.5s ease-in-out;
}

h3 {
  letter-spacing: 0.1em;
  width: 70%;
  /* line-height: 15px; */
  padding: 0;
  margin: 0;
}

span {
  font-family: "aaux_prolightregular", Arial, sans-serif;
  font-size: 8px;
  line-height: 10px;
  font-size-adjust: 0.6;
  margin: 1em 0 0.1em 0;
  text-transform: uppercase;
  display: block;
}

.header ul li:last-child {
  text-align: right;
}

.contents {
  position: relative;
  overflow: hidden;
  height: 100%;
}

section {
  width: 100%;
  position: absolute;
  top: 50px;
  opacity: 0;
  filter: alpha(opacity=0);
  padding: 5% 0;
  z-index: 0;
  -webkit-transition: all 0.5s ease-in-out;
  -moz-transition: all 0.5s ease-in-out;
  -ms-transition: all 0.5s ease-in-out;
  -o-transition: all 0.5s ease-in-out;
  transition: all 0.5s ease-in-out;

  background: #191919;
}

section.active {
  opacity: 1;
  filter: alpha(opacity=100);
  z-index: 999;
  top: 0;
  -webkit-transition: all 0.5s ease-in-out 0.5s;
  -moz-transition: all 0.5s ease-in-out 0.5s;
  -ms-transition: all 0.5s ease-in-out 0.5s;
  -o-transition: all 0.5s ease-in-out 0.5s;
  transition: all 0.5s ease-in-out 0.5s;
}

section > h2,
.detail-Info {
  display: none;
}

.videoWrapper {
  position: relative;
  padding-bottom: 56.25%;
  height: 0;
  margin-bottom: 3%;
}

.videoWrapper iframe,
.videoWrapper img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

.imageWrapper,
.imagePair {
  width: 100%;
  margin: 0;
  padding: 0;
}

.imageWrapper img {
  width: 100%;
  display: block;
}

.imagePair {
  display: flex;
  justify-content: space-between;
}

.imagePair .imageWrapper {
  width: 50%;
}

/* Media queries for responsiveness */
@media (max-width: 768px) {
  .imagePair .imageWrapper {
    width: 48%; /* Two columns on tablets */
  }
}

@media (max-width: 576px) {
  .imagePair .imageWrapper {
    width: 100%; /* Full width on mobile */
  }
}

/*=====================================================
=            Bootstrap 2.3.2 Media Queries            =
=====================================================*/
@media only screen and (max-width: 1200px) {
  .wrapper {
    width: 90%;
    max-width: 1180px;
    margin: 0 auto;
    padding: 90px 0;
  }

  h1 {
    margin-bottom: 50px;
  }
}

@media only screen and (max-width: 979px) {
  .wrapper {
    width: 90%;
    margin: 0 5%;
    padding: 50px 0;
  }

  h1 {
    margin-bottom: 40px;
  }
}

@media only screen and (max-width: 767px) {
  .wrapper {
    width: 90%;
    margin: 0 5%;
    padding: 90px 0;
  }

  h1 {
    margin-bottom: 35px;
  }
}

@media only screen and (max-width: 480px) {
  .wrapper {
    width: 90%;
    margin: 0 5%;
    padding: 30px 0;
    padding-bottom: 0;
  }

  h1 {
    margin-bottom: 30px;
  }

  ul li {
    width: 100%;
    /* margin:5% 0 0 0; */
    overflow: hidden;
  }

  ul li:nth-child(2) {
    /* margin:5% 0 0 0; */
  }

  .header ul {
    justify-content: space-between;
  }

  .header ul li {
    float: none;
    width: auto;
    text-align: left;
  }

  .header ul li.about:last-child {
    margin-left: auto;
    text-align: right;
  }
}

@media only screen and (max-width: 320px) {
  .wrapper {
    width: 90%;
    margin: 0 5%;
    padding: 10px 0;
  }
  h1 {
    margin-bottom: 20px;
  }

  .header ul li {
    text-align: left;
    float: none;
    clear: both;
    display: block;
  }
}

/* Footer styles */
footer {
  background-color: #191919;
  width: 100%; /* Ensure it spans the entire width */
  color: #77797a;
  padding: 28px 4px;
  transition: all 0.3s ease;
  bottom: 0;
}

footer .footer-content {
  justify-content: flex-start; /* Align content to the left */
  align-items: flex-start; /* Align items to the left */
  width: 100%; /* Ensure it spans the full width */
}

footer .footer-content span {
  /* line-height: 11px; */
  font-size: 8px;
  /* font-size-adjust: 0.5; */
  font-weight: bold;
  margin-bottom: 10px;
}

/* Mobile-specific styles */
@media screen and (max-width: 768px) {
  footer {
    padding: 40px 4px;
  }

  footer .footer-content {
    justify-content: flex-start; /* Align content to the left */
    align-items: flex-start; /* Align items to the left */
    width: 100%; /* Ensure it spans the full width */
  }

  footer .footer-content span {
    font-size: 11px;
  }
}

/* ==========================================================================
   Helper classes
   ========================================================================== */

.ir {
  background-color: transparent;
  border: 0;
  overflow: hidden;
  *text-indent: -9999px;
}

.ir:before {
  content: "";
  display: block;
  width: 0;
  height: 150%;
}

.hidden {
  display: none !important;
  visibility: hidden;
}

.visuallyhidden {
  border: 0;
  clip: rect(0 0 0 0);
  height: 1px;
  margin: -1px;
  overflow: hidden;
  padding: 0;
  position: absolute;
  width: 1px;
}

.visuallyhidden.focusable:active,
.visuallyhidden.focusable:focus {
  clip: auto;
  height: auto;
  margin: 0;
  overflow: visible;
  position: static;
  width: auto;
}

.invisible {
  visibility: hidden;
}

.clearfix:before,
.clearfix:after {
  content: " ";
  display: table;
}

.clearfix:after {
  clear: both;
}

.clearfix {
  *zoom: 1;
}
