/*!
Theme Name: TheWarehouse
Author: Charlie @ Aztec Media
Author URI: https://aztec.media/
Description: Wordpressy
Version: 1.0.0
Requires at least: 6.0
Tested up to: 6.0
Requires PHP: 8.2
Text Domain: wordpressy

BlankSlate WordPress Theme © 2024 Aztec Media
*/



@import url('https://fonts.googleapis.com/css2?family=Space+Grotesk:wght@300..700&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Kumbh+Sans:wght@100..900&family=Space+Grotesk:wght@300..700&display=swap');

body {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
  font-family: 'Kumbh Sans', sans-serif;
}

h1,
h2,
h3 {
  font-family: 'Space Grotesk', sans-serif;
}

/*Navbar Styling with Burger Menu*/

nav {
  display: flex;
  justify-content: space-around;
  align-items: center;
  min-height: 12vh;
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  transition: 0.2s all ease-in;
  z-index: 9999;
}

.nav-scroll {
  min-height: 10vh;
  background-color: rgba(0, 0, 0, 0.541);
  box-shadow: 0px 4px 44px -13px rgba(79, 78, 79, 1);
}

.logo {
  color: rgb(204, 204, 204);
  font-size: 1rem;
  letter-spacing: 0.5rem;
}

@media screen and (max-width: 425px) {
  .logo img {
    width: 14rem; 
  }
}

.logo h4 {
  margin: 0;
}

.m {
  width: 1200px;
  margin: 0 auto;
}

.nav-links {
  display: flex;
  justify-content: space-around;
  width: 30%;
  margin: 0;
  padding: 0;
}

.nav-links a {
  text-decoration: none;
  color: white;
  letter-spacing: 0.1rem;
  font-weight: 500;
  font-size: 1rem;
  line-height: 3;
}

.nav-links li {
  list-style-type: none;
  border-bottom: 2px solid transparent;
  transition: 0.3s all ease;
  padding: 1rem;
}

.nav-links li:hover {
  transform: scale(1.1);
}

.burger {
  display: none;
}

.burger div {
  width: 30px;
  height: 3px;
  margin: 5px;
  background-color: rgb(204, 204, 204);
  transition: transform 0.3s ease;
}

.burger.active .line1 {
  transform: rotate(45deg) translate(5px, 5px);
}

.burger.active .line2 {
  opacity: 0;
}

.burger.active .line3 {
  transform: rotate(-45deg) translate(5px, -5px);
}

@media screen and (max-width: 1000px) {
  .nav-links {
    width: 40%;
  }


}
/* 
@media screen and (min-width: 900px) {
  .content {
    left: 15vw;
  }
} */



@media screen and (max-width: 1200px) {
  body {
    overflow-x: hidden;
  }
  .nav-links {
    position: absolute;
    top: 0;
    right: 0;
    height: 100vh;
    width: 100%;
    background-color: rgba(0, 0, 0, 0.523);
    display: flex;
    flex-direction: column;
    align-items: center;
    transform: translate(100%);
    transition: transform 0.5s ease-in;
    backdrop-filter: blur(10px);
  }
  .burger {
    display: block;
	  z-index: 99999;
  }
  .nav-links-new-height {
    top: 10vh;
  }
  .nav-links .button {
    margin-bottom: 3rem;
  }
}

.nav-active {
  transform: translate(0);
}

.nav-links .button {
  display: inline-block;
  padding: 10px 20px;
  background-color: white;
  color: black;
  text-decoration: none;
  white-space: nowrap;
  line-height: 2;
}

.nav-links .button:hover {
  background-color: black;
  color: white;
  border-bottom: none !important;
}

/* Hero Styling */

#hero {
  background-size: 100%;
  width: 100%;
  height: 85vh;
}

#hero img {
  background-size: 100%;
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.image-overlay {
  position: absolute;
  z-index: 0;
  top: 0;
  left: 0;
  width: 100%;
  height: 85vh;
  background-color: rgba(0, 0, 0, 0.5);
  z-index: 1;
}

.content {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  color: white;
  z-index: 1;
  text-align: center;

}

.content h1 {
  font-size: 5rem;
  font-weight: bold;
  margin: 0;
}

.buttons {
    display: flex;
    gap: 1rem;
	margin: 1.5rem;
}

@media only screen and (max-width: 430px) {
    .buttons {
        flex-direction: column; 
        align-items: center; 
    }
}

.buttons a {
  display: inline-block;
  padding: 1rem 2rem;
  color: white;
  text-decoration: none;
  font-weight: bold;
  transition: 0.2s all ease-in;
}


/* Responsive styling */

/* Tablet */

@media only screen and (min-width: 431px) {
  .content {
    text-align: left; 
	left: 5vw;
  }
}


	@media only screen and (min-width: 600px) {

	.content h1 {
  
    max-width: 70%;
}
}
.view-availability-button {
  background-color: #5d3f40;
}

.contact-us-button {
  border-bottom: 1px solid white;
  background-color: transparent;
}

.view-availability-button:hover {
  background-color: #3b2829;
}

.contact-us-button:hover {
  background-color: rgba(0, 0, 0, 0.685);
  transition: 0.2s all ease-in;
}

/* About Section Styling */
.about-section {
  background-color: #f2f2f2;
  padding: 0.1rem 0;
}

.aboutcontainer {
  max-width: 1200px;
  margin: 8rem auto;
  padding: 0 5rem;
  position: relative;
}

.aboutcontainer::before {
  content: '';
  position: absolute;
  top: 0;
  left: 3rem;
  height: 50%;
  width: 3px;
  background-color: #5d3f4096;
}

@media screen and (max-width: 600px) {
  .aboutcontainer::before {
    transform: rotate(90deg) translateX(-14rem) translateY(-10rem);
    height: 18rem;
  }
}

.section-header {
  font-size: 24px;
  font-weight: bold;
  text-align: left;
  margin: 0;
}

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

.about-column {
  flex: 1;
}

.about-column p {
  font-size: 1.2rem;
}

.about-column:first-child {
  padding-right: 1.5rem;
}

@media screen and (max-width: 768px) {
  .about-content {
    display: flex;
    flex-direction: column;
  }
.about-column:first-child {
  padding-right: 0;
}
}

/* Image Splide Styling */

.splide__slide {
  img {
    width: 100%;

  }
}

.splide__slide img {
max-height: 30rem;
width: 100%;
}



/* Where we are section styling */

.where-we-are .container {
  display: flex;
  justify-content: space-between;
  margin: 8rem auto 4rem auto;

  padding: 0 5rem;
  position: relative;
	align-items: center;
}

.text-section::before {
    content: '';
    position: absolute;
    top: 0;
    left: -2rem;
    height: 10rem;
    width: 3px;
    background-color: #5d3f4096;
}

.where-we-are .text-section {
  flex: 1;
  display: flex;
  flex-direction: column;
  justify-content: center;
	position: relative;
}

.where-we-are .map-section {
  flex: 1;
  margin-left: 5rem;
}

.where-we-are h2 {
  font-size: 24px;
  font-weight: bold;
  text-align: left;
}

.where-we-are p {
  text-align: left;
  font-size: 1.2rem;
  margin-bottom: 0;
}

.where-we-are iframe {
  width: 100%;
  height: 40rem;
}

@media screen and (max-width: 1050px) {
  .where-we-are .container {
    flex-direction: column;
    align-items: center;
    padding: 0 2rem;
  }
	
	.aboutcontainer {
	padding: 0 2rem;
}

  .where-we-are .text-section {
    margin-bottom: 4rem;
    text-align: center;
  }

  .where-we-are .map-section {
    margin-left: 0;
  }

  .where-we-are iframe {
    width: 100vw;
    height: 30rem;
  }

  .text-section::before {
    top: 0%;
    left: -2rem;
  }

	.aboutcontainer:before {
top: 2%;
    left: 0%;}
}

@media screen and (max-width: 600px) {
  .text-section::before {
    transform: rotate(90deg) translateX(-13rem) translateY(-10rem);
    height: 18rem;
  }
}



/* Image and Form Styling */
.image-form-section {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin: 8rem auto;
  padding: 0 5rem;
  gap: 1.5rem;
}

.image-container {
  opacity: 0;
  flex: 1;
}

.image-container img {
  max-width: 100%;
  height: auto;
}


@media only screen and (min-width: 768px) {
    
.image-container img {
  height: 100vh;
 object-fit: cover;
}

}

.form-container {
  flex: 1;
  margin-left: 20px;
}

.form-container h2 {
  font-weight: bold;
  padding-bottom: 1rem;
}

.form-container p {
  font-size: 1.2rem;
  padding-bottom: 0.5rem;
}

.form-group {
  margin-bottom: 20px;
}

.form-group label {
  display: block;
  margin-bottom: 5px;
}

input[type='text'],
input[type='email'],
textarea {
  width: 100%;
  padding: 1rem;
  border: 1px solid #ccc;
  box-sizing: border-box;
  font-family: 'Kumbh Sans', sans-serif;
  font-size: 1.2rem;
	max-height: 10rem;
}

textarea {
  resize: vertical;
}

input[type='submit'] {
  display: inline-block;
  padding: 1rem 2rem;
  color: white;
  text-decoration: none;
  font-weight: bold;
  transition: 0.2s all ease-in;
  background-color: #6c494a;
  border: none;
  font-family: 'Kumbh Sans', sans-serif;
  font-size: 1.1rem;
}

[type='submit']:hover {
  background-color: #3b2829;
}

@media screen and (max-width: 768px) {
  .image-form-section {
    flex-direction: column-reverse;
    padding: 0 2rem;
  }

  .image-container,
  .form-container {
    width: 100%;
    padding: 2rem 0rem;
    	 margin: 0;

  }

  .image-container {
    margin-bottom: 2rem;
  }
	.content h1 {
		font-size: 2.5rem;
		padding: 1rem;
	}
}


@media screen and (max-width: 768px) {
  .image-form-section {
    margin: 0;
  }
}

/* Footer Styling */
footer {
  background-color: #e7e7e7;
  text-align: center;
  padding: 6rem 2rem;
}

.footer {
  margin: 0 auto;
}

.footer img {
  width: 15rem;
  height: auto;
  padding-bottom: 2rem;
}

.footer h3 {
  font-weight: bold;
  line-height: 1rem;
}

.footer p {
  font-weight: 600;
}

.fade-in {
  opacity: 0;
  animation: fadeIn 1s forwards;
}

.fade-in-delay {
  opacity: 0;
  animation: fadeIn 1s forwards;
  animation-delay: 0.8s;
}

@keyframes fadeIn {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}

.rectangle-button {
	margin-top: 1.5rem;
  display: inline-block;
  border: solid 2px #5d3f40;
  overflow: hidden; 
  width: 10rem; 
  height: 3rem; 
  transition: transform 0.3s ease; 

}

.rectangle-button img {
  width: 100%; 
  height: 100%;
  object-fit: cover;
}

.rectangle-button:hover {
transform: scale(1.05);
}

