/*General Styles*/
@import url('https://fonts.googleapis.com/css?family=Roboto&display=swap');

* {
	margin: 0;
	vertical-align: top;
    box-sizing: border-box;
    transition: all 0.3s;
}

body {	
	background-color: #ffffff;
  font-family: 'Kalam', cursive;
  color: #333333;
  -webkit-font-smoothing: antialiased;
	line-height: 1.5;
}

h1 {
	font-size: 14px;
	font-weight: 500;
  text-align: right;
}

h2 {
	font-size: 18px;
	font-weight: 500;
	line-height: 1.25;
}

h3 {
  font-size: 16px;
  font-weight: 500;
  line-height: 1.25;
  margin-top: 30px;
  margin-bottom: 30px;
  font-family:'Roboto', sans-serif;
}

h4 {
  font-size: 12px;
  font-family:'Roboto', sans-serif;
}

a {
	color: #ff6454;
	text-decoration: none;
}

a:hover {
  	color: #006bb6;
	text-decoration: none;
  	transition: 0.3s;
}

a:hover, a:active, a:focus {
	text-decoration: none;
}

.shopify-buy-frame--product {
    display: block;
    margin: 0 auto;
    width: 800px;
  }

.btn {
  font-family:'Roboto', sans-serif;
	color: #ffffff;
	background-color: #006bb6;
	border: none;
	border-radius: 8px;
	padding: 16px 36px;
	font-size: 16px;
  line-height: 1.5;
  font-weight: bold;
  width: 100%;
}

.btn:hover, .btn:active, .btn:focus, .btn-secondary:hover, .btn-secondary:active, .btn-secondary:focus {
	outline: none;
	color: #ffffff;
	background-color: #ff6454;
  transition: 0.5s;
}

/*Layout*/

.hero {
	text-align: left;
  animation-timing-function: cubic-bezier(.2,.08,.25,.92);
	animation-fill-mode: forwards;
  padding: 0% 10% 0% 10%;
	width:100vw;
	height: 12vh;
  display: table-cell;
  vertical-align: middle;
  background-color: #ffffff;
  border-bottom: 1px solid #333333;
}

.row {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
}

.column {
  flex-basis: 50%;
  display: flex;
  align-items: center;
}

.column-2 {
  flex-basis: 100%;
  padding-top: 10%;
  padding-bottom: 10%;
}

.logo {
  width: 50%;
  padding-bottom: 15px;
}

.catchphrase {
  width: 90%;
  margin: 0 auto;
  margin-bottom: 16px;
}

.seal {
  width: 12%;
  padding-bottom: 13px;
}

.sneakers{
  animation-fill-mode: forwards;
  height: 80vh;
  background-color: #ffffff;
  border-bottom: 1px solid #333333;
  overflow: hidden;
  z-index: 999;
}

.shoes{
  width: 40%;
  display: block;
  margin-left: auto;
  margin-right: auto;
  margin-bottom: 30px;
}

.black {
  background: #ffffff;  
  border-right: 1px solid #e6e6e6;
}


.white {
  background: #4d4d4d;
}

.notfound {
	width: 75px;
	padding-bottom: 11px;
}

.size {
  background: #ffffff;
  margin: 0 auto;
  border-bottom: 1px solid #333333;
}

.size a {
  width: calc(100vw / 5.5);
  height: 8vh;
  display: table-cell;
  border: 0;
  text-align: center;
  vertical-align: middle;
  position: relative;
}

/* Apply styles to the footer */
.social {
  background: #f6f6f6;
  margin: 0 auto;
  padding: 10px 0; /* Add some vertical spacing */
}

.social a {
  width: calc(100vw / 5.5);
  height: 8vh;
  display: table-cell;
  border: 0;
  text-align: center;
  vertical-align: middle;
  position: relative;
  border-bottom: 1px solid #e6e6e6;
}

/* Style the social media icons */
.social-icons a {
  margin: 0 10px; /* Adjust the spacing as needed */
  text-decoration: none;
  color: #333333; /* Change the icon color */
}

/* Style the social media icons on hover */
.social-icons a:hover {
  color: #006bb6; /* Change the icon color on hover */
}

/* Style the social media icon images */
.social-icons img {
  width: 30px; /* Adjust the icon size as needed */
  height: 30px;
}

.wrap {
  max-width: 1600px;
}

.product-component-1692634478164 {
	width:100vw;
	height: 88vh;
  display: table-cell;
  vertical-align: middle;
  background-color: #ffffff;
}

/*Animation*/

@keyframes fade {

0% {
	transform: translateY(20px);
  opacity: 0;
}

100% {
  opacity: 1;
}

}

.fade {
  opacity: 0;
}

.fade_ani {
  animation-name: fade;
  animation-duration: .3s;
	animation-fill-mode: forwards;  
}

.logo {
	animation-delay: .1s;
}

.quote {
	animation-delay: .3s;
}

.shoes {
	animation-delay: .4s;
}

.buy {
	animation-delay: .7s;
}

.contact {
	animation-delay: .9s;
}


/*Media Queries*/

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

h1 {
	font-size: 16px;
}

h2 {
	font-size: 24px;
}

.logo {
	width: 88px;
	padding-bottom: 13px;
}


.shoes{
  width: 70%;
  margin-bottom: 50px;
}

.seal {
  width: 64px;
  padding-bottom: 13px;
}

.column-2 {  
  flex-basis: 50%;
}

.notfound {	
	width: 100px;
	padding-bottom: 13px;
}

.btn {
 font-size: 18px;
}

.social a {
  width: calc(100vw / 4);
}

.social a {
  width: calc(100vw / 5);
}

}

/* Add this CSS for the "Our Story" section */
.our-story {
  background-color: #ffffff;
  text-align: left; /* Center-align the content */
  font-family: 'Roboto', sans-serif;
  color: #333333; /* Use the same text color as the rest of the page */
  margin: 5%; 
}

.our-story h2 {
  font-size: 24px; /* Adjust the font size for the section title */
  font-weight: 500;
  margin-bottom: 20px; /* Add some spacing below the title */
}

.our-story p {
  font-size: 16px; /* Set the font size for the paragraph */
  line-height: 1.5;
}

.technical-details {
  border: 1px solid #ffffff;
  margin: 5%; /* Set left and right margins to 25% */
  background-color: #ffffff;
  font-family: 'Roboto', sans-serif;
  text-align: left; 
}

.technical-details h2 {
  font-size: 24px;
  margin-bottom: 10px;
  color: #000000;
}

.technical-details ul {
  list-style: none;
  padding: 0;
}

.technical-details li {
  margin-bottom: 10px;
  color: #000000;
}

.technical-details strong {
  font-weight: bold;
  color: #000000;
}

.video-container {
  text-align: center; /* Center content horizontally */
  margin: 0 auto; /* Center content vertically */
  width: 80%; /* Adjust the width as needed */
}

.faq-container {
  font-family: 'Roboto', sans-serif;
  text-align: left; /* Left-align the text inside the container */
  margin: 0px 20%; /* Center horizontally and add margin for vertical centering */
  padding: 20px; /* Add some padding for spacing */
  border: 1px solid #ccc;
  border-radius: 5px;
}

.faq-container h3 {
  font-weight: bold;
}

/* Style the questions and answers */
.faq-container ul {
  list-style-type: disc;
  padding-left: 0px;
}


div.scroll-container {
  background-color: #333;
  overflow: auto;
  white-space: nowrap;
  padding: 10px;
}

div.scroll-container img {
  padding: 10px;
  max-width: 20%;
}

