*,
*::before,
*::after {
  padding: 0;
  margin: 0;
  box-sizing: border-box;
  list-style: none;
  list-style-type: none;
  text-decoration: none;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  text-rendering: optimizeLegibility;
}
a {
  color: #d80221;
  text-decoration: none;
}

html {
  scroll-behavior: smooth;
}
body {
	font-family: Satoshi, sans-serif;
  background-color: #f1f1f1;
}
.box-container {
  display: flex; /* Ensures the boxes are displayed horizontally */
}

.box {
  width: 300px; /* Adjust the width as per your needs */
  height: 100px; /* Adjust the height as per your needs */
  background-color: #f0f0f0; /* Customize the background color */
  border: 1px solid #ccc; /* Customize the border style */
  margin-right: 10px; /* Adjust the spacing between the boxes */
  text-align: center;
  line-height: 200px; /* Vertically center the content */
}

.image {
  position: fixed;
  top: 67%;
  left: 50%;
  transform: translate(-37%, -50%);
  max-width: 50%;
  height: auto;
}

.container {

  display: flex;
  justify-content: space-between;
  align-items: center;
  margin: 0 50px;
	margin-top: 4px;
}
h4 {
  font-family: "Josefin Sans", sans-serif; 
}
.content {
	margin-top: 60px;
  max-width: 40%;
}
h2 {
  font-size: 30px;
  font-family: "Josefin Sans", sans-serif;  
}
h3 {
  font-size: 30px;
  font-family: "Josefin Sans", sans-serif;

}

p { 
font-size: medium;
font-family: 'Courier New', Courier, monospace;
}
  .team-section {
    display: flex;
    flex-wrap: wrap;
    justify-content: center; /* changed to move the boxes to the left */
    align-items: center;
    margin-top: 50px;
    max-width: 800px; /* added to make the boxes smaller */
  }
  
  .team-box {
    display: center;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    width: 150px;
    height: 200px;
    margin: 20px;
    background-color: #fff;
    box-shadow: 0px 0px 10px rgba(0, 0, 0, 0.2);
    text-align: center;
    padding: 20px;
  }
  
  .team-box img {
    width: 100px;
    height: 100px;
    margin-bottom: 10px;
  }
  
  
  
  .team-box h4 {
    font-size: 18px;
    margin-bottom: 5px;
  }
  
  .team-box p {
    font-size: 14px;
    color: #999;
  }
  .team-box img:hover {
    transform: scale(1.2);
    transition: transform 0.2s ease-in-out;
  }
  
@media (max-width: 768px) {

  .container {
    flex-direction: column;
    align-items: left;
  }
  .content {
    max-width: 100%;
		margin-top: 40px;
  }
  h4 {
    font-family: "Josefin Sans", sans-serif;
  }
	h2 {
		font-size: 30px;
	}
	p {
		font-size:medium;
	}
  .logo {
		position: fixed;
		top: 10px;
		left: 10px;
		z-index: 2;
		width: 53px;
		height: 53px;
		background-image: url("img/logo-removebg-preview\ \(3\).png");
		background-size: contain;
		background-repeat: no-repeat;
	}
}
/* Adjust margin for even smaller screens */
@media screen and (max-width: 480px) {


  .content {
    margin: 0 10px;
  }
  .content {
    max-width: 100%;
		margin-top: 40px;
  }
  .image img {
    display: none;
  }
  
} 
a,
button {
  cursor: pointer;
  border: none;
  outline: none;
  user-select: none;
  background: none;
  box-shadow: none;
  text-decoration: none;
}

.section {
  margin: 0 auto;
  padding: 15rem 0 1rem;
}

.container {
  max-width: 75rem;
  height: auto;
  margin: 0 auto;
  padding: 0 1.25rem;
}

.centered {
  text-align: center;
  vertical-align: middle;
  margin-bottom: 1rem;
}
.heading-lg {
  font-family: Satoshi, sans-serif;
  font-size: clamp(2.179rem, 5vw, 3.176rem);
  font-weight: 700;
  line-height: 1.15;
  letter-spacing: -1px;
}
.heading-md {
  font-family: inherit;
  font-size: clamp(1.794rem, 4vw, 2.379rem);
  font-weight: 700;
  line-height: 1.25;
  letter-spacing: -1px;
}
.heading-sm {
  font-family: inherit;
  font-size: clamp(1.476rem, 3vw, 1.782rem);
  font-weight: 600;
  line-height: 1.5;
}
.heading-xs {
  font-family: inherit;
  font-size: clamp(1.215rem, 2vw, 1.335rem);
  font-weight: 500;
  line-height: 1.5;
}

.header {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 100;
  width: 100%;
  height: auto;
  margin: 0 auto;
  transition: all 0.35s ease;
  background: rgba(39, 39, 39, 0.4);
  backdrop-filter: blur(15px);
}
.header.on-scroll {
  rgba(39, 39, 39, 0.4);
  box-shadow: 0 4px 6px -1px rgba(0, 0, 0, 0.1),
   0 2px 4px -1px rgba(0, 0, 0, 0.06);;
  opacity: 80%;
}

.navbar {
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: space-between;
  column-gap: 1.25rem;
  width: 100%;
  height: 5.25rem;
  margin: 0 auto;
}

.menu {
  position: fixed;
  top: -100%;
  left: 0;
  width: 100%;
  height: auto;
  padding: 4rem 0 3rem;
  overflow: hidden;
  background-color: hsl(214, 21%, 6%);
  box-shadow: 0 4px 6px -1px rgba(0, 0, 0, 0.1),
     0 2px 4px -1px rgba(0, 0, 0, 0.06);;
  transition: all 0.4s ease-in-out;
  z-index: 1;
}
.menu.is-active {
  top: 0;
  width: 100%;
  height: auto;
}
.menu-inner {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  row-gap: 1.25rem;
}
.menu-link {
	font-family: inherit;
	font-size: 18px;
	font-weight: 500;
	line-height: 1.5;
	color: hsl(206, 5%, 100%);
	text-transform: uppercase;
	transition: all 0.3s ease;
	-webkit-background-clip: text;
	-webkit-text-fill-color: transparent;
	background-image: linear-gradient(to right, #d80221 50%, #fff 50%);
	background-size: 200% 100%;
	background-position: right bottom;
	transition: all 0.3s ease-in-out;
}
.menu-link:hover {
    background-position: 0%;
}
.menu-block {
    border: 2px solid #d80221;
    position: relative;
    display: inline-block;
    vertical-align: middle;
    width: auto;
    margin: 0;
    line-height: 2em;
    font-weight: 500;
    letter-spacing: .1em;
    text-transform: uppercase;
	  padding: 6px 40px;
    font-size: 16px;
    color: #fff;
    background: linear-gradient(to right, #d80221 50%, transparent 50%);
    background-size: 200% 100%;
    background-position: right bottom;
    transition: all .5s ease-out;
    -webkit-clip-path: polygon(0 0,calc(100% - 20px) 0,100% 20px,100% 100%,20px 100%,0 calc(100% - 20px));
    clip-path: polygon(0 0,calc(100% - 20px) 0,100% 20px,100% 100%,20px 100%,0 calc(100% - 20px));
}
.menu-block:hover {
  background-position: left bottom;
}
.menu-block:before {
    content: "";
    position: absolute;
    background-color: #d80221;
    width: 60px;
    height: 2px;
    -webkit-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    transform: rotate(45deg);
    top: 0;
    right: -14px;
}
.menu-block:after {
    content: "";
    position: absolute;
    background-color: #d80221;
    width: 60px;
    height: 2px;
    -webkit-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    transform: rotate(45deg);
    bottom: 0;
    left: -14px;
}
.brandlogo img {
    margin-left: -150%;
    width: 65px;
}

@media only screen and (min-width: 48rem) {
  
  .menu {
    position: relative;
    top: 0;
    width: auto;
    height: auto;
    padding: 0rem;
    background: none;
    box-shadow: none;
  }
  .menu-inner {
    display: flex;
    flex-direction: row;
    column-gap: 2rem;
    margin: 0 auto;
  }
  .menu-link {
    text-transform: capitalize;
  }
  .menu-block {
    margin-left: 2rem;
  }
}

.burger {
  position: relative;
  display: block;
  cursor: pointer;
  user-select: none;
  order: -1;
  z-index: 10;
  width: 1.6rem;
  height: 1.15rem;
  border: none;
  outline: none;
  background: none;
  visibility: visible;
  transform: rotate(0deg);
  transition: 0.35s ease;
}
@media only screen and (min-width: 48rem) {
 

  .burger {
    display: none;
    visibility: hidden;
  }
}
.burger-line {
  position: absolute;
  display: block;
  left: 0;
  width: 100%;
  height: 1.75px;
  border: none;
  outline: none;
  opacity: 1;
  transform: rotate(0deg);
  background-color: hsl(206, 5%, 100%);
  transition: 0.25s ease-in-out;
}
.burger-line:nth-child(1) {
  top: 0px;
}
.burger-line:nth-child(2) {
  top: 0.5rem;
  width: 70%;
}
.burger-line:nth-child(3) {
  top: 1rem;
}
.burger.is-active .burger-line:nth-child(1) {
  top: 0.5rem;
  transform: rotate(135deg);
}
.burger.is-active .burger-line:nth-child(2) {
  opacity: 0;
  visibility: hidden;
}
.burger.is-active .burger-line:nth-child(3) {
  top: 0.5rem;
  transform: rotate(-135deg);
}
.banner-column {
  position: relative;
  display: grid;
  align-items: center;
  row-gap: 3rem;
}
.banner-links {
  position: absolute;
  top: 30%;
  right: 1.5rem;
  display: grid;
  justify-items: center;
  row-gap: 0.5rem;
}
.banner-links > * {
  font-size: 1.25rem;
  line-height: 1.25;
  color: hsl(206, 5%, 100%);
}
.banner-links::before {
  position: absolute;
  content: "";
  top: -3rem;
  width: 4rem;
  height: 1.5px;
  transform: rotate(90deg);
  background: hsl(206, 5%, 100%);
}
.banner-links::after {
  position: absolute;
  content: "";
  bottom: -3rem;
  width: 4rem;
  height: 2px;
  transform: rotate(90deg);
  background: hsl(206, 5%, 100%);
}
.banner-links a:hover {
    color: #d80221;
}


@media (max-width: 1180px) {


  body {
    background-size: cover;
  }
}

@media (min-width: 768px) {
  .banner-column {
    grid-template-columns: repeat(2, minmax(0, 1fr));
    justify-content: center;
  }
  .banner-column {
    grid-template-columns: 1fr max-content;
    column-gap: 4rem;
    margin-top: 3rem;
  }
}

@media (max-width: 600px) {
	.menu-block {
		padding: 5px 30px;
		font-size: 14px;
	}
	.brandlogo img {
    margin-left: -150%;
		width: 65px;
	}
  .header {
    backdrop-filter: none;
    position: fixed;
    top: 0;
    left: 0;
    z-index: 100;
    width: 100%;
    height: auto;
    margin: 0 auto;
    transition: all 0.35s ease;
    opacity: 90%;
    
  }
  .image {
    display: block;
    width: 100%;
    height: auto;
    z-index: -1;
    margin-top: 500px; /* add a larger margin-top value to lower the position of the image */
		right: -230px;
  }
  
}

@media (max-width: 768px) {
  
  .brandlogo img {
    margin-left: 5;
		width: 45px;
	}

  .image {
    display: none;
  }
  .box-container {
    display: flex; /* Ensures the boxes are displayed horizontally */
  }
  
  .box {
    width: 220px; /* Adjust the width as per your needs */
    height: 100px; /* Adjust the height as per your needs */
    background-color: #f0f0f0; /* Customize the background color */
    border: 1px solid #ccc; /* Customize the border style */
    margin-right: 10px; /* Adjust the spacing between the boxes */
    text-align: center;
    line-height: 200px; /* Vertically center the content */
  }
  
}
