@font-face {
  font-family: 'Barlow Condensed';
  src: url('fonts/BarlowCondensed-Light.ttf') format('truetype');
}


@font-face {
  font-family: 'Barlow Condensed Thin';
  src: url('fonts/BarlowCondensed-Thin.ttf') format('truetype');
  font-weight: thin;
  font-style: normal;
}

@font-face {
  font-family: 'Source Sans Pro Light';
  src: url('fonts/source-sans-pro.light.ttf') format('truetype');
  font-weight: thin;
  font-style: normal;
}

.header {
  position: relative;
  left: 50%;
  transform: translate( -50%);
  color: black;
  padding-top: 10px;
  padding-bottom: 25px;
}

.menu-icon {
  display: none;
  cursor: pointer;
}

.bar {
  width: 25px;
  height: 3px;
  background-color: #333;
  margin: 4px 0;
}

nav ul {
  
  list-style: none;
  padding: 0;
  margin: 0;
  text-align: center;
}

nav li {
  display: inline-block;
  margin-right: 20px;
}

nav li a {
  font-family: 'Barlow Condensed';
  color: #000000;
  text-decoration: none;
  font-size: 18px;
}

body {
  font-family: Source Sans Pro Light, sans-serif;
  margin: 0;
  padding-top: 20px;
}

.content {
  width: 60%;
  margin-left: 20%;
}

#logo {
  display: block;
  margin: auto;
}

.enquire-container {
  padding-top: 50px;
  display: flex;
  justify-content: center;
  align-items: center;
  padding-bottom: 30px;
}

.spacer {
  margin-top: 150px;
}

.block {
background-color: rgb(235, 235, 235);
padding-top: 20px;
padding-bottom: 20px;
}

h1 {
  font-family: 'Barlow Condensed Thin';
  src: url('fonts/BarlowCondensed-Thin.ttf') format('truetype');
  text-align: left;
  font-weight: thin;
  letter-spacing: 3px;
}

.main-text {
  font-family:'Barlow Condensed', Arial, sans-serif;
  color: #000000;
  text-decoration: none;
  font-size: 30px;
}

.gallery {
  display: grid;
  grid-template-columns: repeat(auto-fill, minmax(250px, 1fr));
  grid-auto-rows: auto;
  gap: 20px;
  padding: 20px;
  margin: 0 auto;
  max-width: 1200px;
}

.item-container {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  width: 100%;
  height: 380px;
}

.item {
  flex-grow: 1;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
}

.item-link .item {
  opacity: 1;
  transition: opacity 0.3s ease-in-out;
}

.item-link:hover .item {
  opacity: 0.75;
}

.title {
  padding: 8px;
  color: #000000;
  text-align: center;
  font-size: 14px;
  background-color: rgba(255, 255, 255, 0.9);
}

.item:nth-child(n+5) {
  grid-row-start: 2;
}

.item-link {
  text-decoration: none;
}


.item p {
  text-align: center;
}

.blog-content {
  width: 50%;
  margin-left: 25%;
}

.blog-gallery {
  display: grid;
  grid-template-columns: repeat(auto-fill, minmax(400px, 1fr));
  grid-auto-rows: auto;
  gap: 20px;
  padding: 20px;
  margin: 0 auto;
  max-width: 1200px;
}


.blog-item-container {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  width: 100%;
  height: 380px;
}


.blog-item {
  flex-grow: 1;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
}

.blog-title {
  padding: 8px;
  color: #000000;
  text-align: center;
  font-size: 14px;
  background-color: rgba(255, 255, 255, 0.9);
}



.small-text {
  color:#000000;
  text-align: center;
  font-size: 12px;

}

hr {
  margin: 20px 0;
}

.link-button {
  background-color: rgb(212, 212, 212);
  color: rgb(0, 0, 0);
  padding: 10px 15px;
  text-decoration: none;
  font-size: 16px;
}


form {
  max-width: 400px;
  margin: 0 auto;
}

form label,
form input,
form textarea,
form button {
  display: block;
  margin-bottom: 10px;
}

form input,
form textarea {
  width: 100%;
  padding: 5px;
}

form button {
  background-color: #333;
  color: #fff;
  border: none;
  padding: 10px 20px;
  cursor: pointer;
}

form button:hover {
  background-color: #555;
}

footer a {
  color: black;
  text-decoration: none; 
  margin: 10px;
}

.artwork-container {
  display: grid;
  grid-template-columns: repeat(auto-fill, minmax(500px, 1fr));
  grid-auto-rows: auto;
  gap: 20px;
  padding: 20px;
  padding-top: 50px;
  padding-bottom: 80px;
  margin: 0 auto;
  max-width: 1200px;
}
.image-container {
  overflow: hidden;
  cursor: pointer;
  display: flex;
  justify-content: center;
  align-items: flex-start;
  padding-right: 10px;
  position: relative;
  z-index: 1;
}
.image-container img {
  max-width: 100%;
  max-height: 100%;
  object-fit: contain;
  transition: transform 1s ease;
}

.info-container {
  justify-content: center;
  padding: 20px;
  background-color: #ffffff;
}

.info-container h2 {
  font-size: 24px;
  margin-bottom: 10px;
}
.info-container p {
  font-size: 16px;
  margin-bottom: 20px;
}
.info-container button {
  background-color: #333;
  color: #fff;
  border: none;
  padding: 10px 20px;
  cursor: pointer;
}

.slider-arrow {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  width: 40px;
  height: 40px;
  display: flex;
  align-items: center;
  justify-content: center;
  opacity: 40%;
  border-radius: 50%;
  cursor: pointer;
  transition: opacity 0.3s ease, transform 0.3s ease;
  z-index: 2;
}

.left-arrow {
left: 10px;
}

.right-arrow {
right: 10px;
}

.slider-arrow img {
width: 40px;
height: 40px;
filter: invert(1);
}

.image-container:hover .slider-arrow {
opacity: 90%;
}

.fullscreen-icon {
  position: absolute;
  top: 20px;
  right: 30px;
  cursor: pointer;
  z-index: 2;
  opacity: 30%;
  transition: opacity 0.3s ease, transform 0.3s ease;
}

.fullscreen-icon img {
  width: 25px;
  height: 25px;
}

.fullscreen-icon:hover  {
  opacity: 90%;
  }

.info-container {
flex: 1;
padding: 20px;
background-color: rgba(245,245,245,.5)
}

.enquire-container {
  padding-top: 50px;
  display: flex;
  justify-content: center;
  align-items: center;
  padding-bottom: 30px;
}

.quote-box {
width: 500px;
justify-content: center;
text-align: center;
position: center;
margin: auto;
}

.wrap {
  float: right;
  margin-left: 30px;
}

#profile-pic {
  width: 400px
}

p {
  text-align: justify;
  font-size: 18px;
}

.heading-center {
text-align: center;
}

.para-center {
  text-align: center;
}

@media screen and (max-width: 992px) {
  .gallery {
    display: grid;
    grid-template-columns: repeat(auto-fill, minmax(250px, 250px));
    justify-content: center; 
    align-content: center;  
    grid-auto-rows: auto;
    gap: 20px;
    padding: 20px;
    margin: 0 auto;
    max-width: 1200px;
  }

  .blog-gallery {
    display: grid;
    grid-template-columns: repeat(auto-fill, minmax(300px, 450px));
    justify-content: center;
    align-content: center; 
    grid-auto-rows: auto;
    gap: 20px;
    padding: 20px;
    margin: 0 auto;
    max-width: 1200px;
  }

.wrap {
  float: none;
  margin-left: 0px;
}
}


@media screen and (max-width: 768px) {

 .wrap {
  float: none;
  margin-left: 0px;
}

.gallery {
  display: grid;
  grid-template-columns: repeat(auto-fill, minmax(250px, 1fr));
  justify-content: center;
  align-content: center;
  grid-auto-rows: auto;
  gap: 20px;
  padding: 20px;
  margin: 0 auto;
  max-width: 1200px;
}

.item-container {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  width: 100%;
  height: 380px;
}

.blog-gallery {
  display: grid;
  grid-template-columns: repeat(auto-fill, minmax(300px, 550px));
  justify-content: center;
  align-content: center;  
  grid-auto-rows: auto;
  gap: 20px;
  padding: 20px;
  margin: 0 auto;
  max-width: 1200px;
}

}



@media screen and (max-width: 576px) {

  p {
    font-size: 14px;
  }

  .menu-icon {
    display: block;
    margin-left: 20px;
  }
  
  .menu-links {
    display: none;
  }
  
  .menu-links.active {
    display: block; 
  }
  
  nav ul {
    list-style: none;
    padding: 0;
    margin: 0;
    text-align: center;
  }
  
  nav li {
    display: block; 
    margin-right: 20px;
    border: 1px solid #000
  }
  
  nav li a {
    font-family: 'Barlow Condensed';
    color: #000000;
    background-color: rgb(238, 238, 238); 
    text-decoration: none;
    font-size: 18px;
    padding: 7px 20px;
    display: block; 
  }

  #logo {
    width: 350px;
  }
  .content {
    width: 90%;
    margin-left: 5%;
  }

  .wrap {
    float: none;
    margin-left: 0;
  }

 #profile-pic {
  width: 300px;
 }

 .wrap {
  float: center;
  margin-left: 30px;
}

h1 {
  text-align: center;
}

  .artwork-container {
    grid-template-columns: 1fr;
    padding: 50px;
  }
  .image-container {
    justify-content: center;
  }

.blog-gallery {
  grid-template-columns: repeat(auto-fill, minmax(400px, 1fr));
}

.blog-content {
  width:90%;
  margin-left: 5%;
}

.link-button{

  font-size: 12px;
}


.gallery {
  display: grid;
  grid-template-columns: repeat(auto-fill, minmax(250px, 330px));
  grid-auto-rows: auto;
  gap: 20px;
  padding: 20px;
  margin: 0 auto;
  max-width: 1200px;
}

.item-container {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  width: 100%;
  height: 430px;
}

.blog-gallery {
  display: grid;
  grid-template-columns: repeat(auto-fill, minmax(300px, 1fr));
  grid-auto-rows: auto;
  gap: 20px;
  padding: 20px;
  margin: 0 auto;
  max-width: 1200px;
}

form {
  max-width: 300px;
  margin: 0 auto;
}

form label,
form input,
form textarea,
form button {
  display: block;
  margin-bottom: 10px;
}

form input,
form textarea {
  width: 100%;
  padding: 5px;
}

form button {
  background-color: #333;
  color: #fff;
  border: none;
  padding: 10px 20px;
  cursor: pointer;
}

form button:hover {
  background-color: #555;
}



}