@import url("https://fonts.googleapis.com/css2?family=Inter:ital,opsz,wght@0,14..32,100..900;1,14..32,100..900&family=Montserrat:ital,wght@0,100..900;1,100..900&family=Open+Sans:ital,wght@0,300..800;1,300..800&family=Poppins:ital,wght@0,100;0,200;0,300;0,400;0,500;0,600;0,700;0,800;0,900;1,100;1,200;1,300;1,400;1,500;1,600;1,700;1,800;1,900&family=Rajdhani:wght@300;400;500;600;700&family=Roboto:ital,wght@0,100..900;1,100..900&display=swap");

* {
  padding: 0;
  margin-top: 0;
  margin-left: 0;
}
body {
  background: black;
  max-width: 1920px;
  margin: auto;
  overflow: hidden;
}
.banner > img {
  width: 100%;
}

h1 {
  font-family: "Rajdhani";
  font-style: normal;
  font-weight: 400;
  font-size: 45px;
  line-height: 57px;
  text-align: center;
  text-transform: uppercase;
  color: #eb0c0d;
  padding-top: 107px;
}
h1 > span,
h2,
h3 {
  font-family: "Rajdhani";
  font-style: normal;
  font-weight: 700;
  font-size: 70px;
  line-height: 89px;
  text-align: center;
  text-transform: uppercase;
  position: relative;
  color: #eb0c0d;
}
.text-container {
  max-width: 1475px;
  margin: auto;
  padding: 20px;
}
p {
  font-family: "inter";
  font-style: normal;
  font-weight: 400;
  font-size: 25px;
  line-height: 42px;
  text-align: center;
  letter-spacing: 0.01em;
  color: #868686;
}

.banner2 {
  max-width: 1661px;
  margin: auto;
  display: flex;
  flex-wrap: nowrap;
  align-items: center;
  border: solid 2px #eb0c0d;
  padding-top: 20px;
  padding-right: 42px;
  background-image: url("Layer\ 6.png");
  background-repeat: no-repeat;
  margin-bottom: 82px;
  margin-top: 105px;
}

.banner2 p,
h2 {
  text-align: start !important;
}

.gallery div {
  margin: auto;
  margin-bottom: 100px;
}
.gallery > div {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-evenly;
  align-items: end;
}
h3 {
  background: black;
  width: 400px;
  position: relative;
}
h3::after {
  content: "";
  border-top: 4px #eb0c0d solid;
  width: 700px;
  height: 2px;
  position: absolute;
  color: #868686;
  top: 50%;
  left: 50%;
  transform: translate(-50%);
  z-index: -1;
}

@media screen and (max-width: 430px) {
  .gallery {
    margin: 20px;
  }
  .gallery-images > img {
    width: 100%;
  }
  .banner2Img {
    width: 100%;
  }
  .banner2 {
    flex-wrap: wrap;
  }
  h1,
  h2,
  h3,
  h1 > span {
    font-size: 25px;
    line-height: normal;
  }
  h1 {
    padding: 20px;
  }
  p {
    font-size: medium;
    line-height: normal;
  }
  h3 {
    background: black;
    width: 200px;
    position: relative;
  }
  h3::after {
    content: "";
    border-top: 2px #eb0c0d solid;
    width: 400px;
    height: 2px;
    position: absolute;
    color: #868686;
    top: 50%;
    left: 50%;
    transform: translate(-50%);
    z-index: -1;
  }
}
