@import url('https://fonts.googleapis.com/css2?family=Cinzel&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Open+Sans:ital,wght@0,300;0,400;0,500;0,600;0,700;0,800;1,300;1,400;1,500;1,600;1,700;1,800&display=swap');


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

.inactive{
  display: none;
}
.active{
  box-shadow: #d1d1d1 0px 0px 4px 1px;
  padding:  3px 10px;
}
.active:hover{
  background-color: #9b9b9b;
}

#navbar>div:nth-of-type(1) {
  display: flex;
  justify-content: space-around;
  align-items: center;
}

#navbar input {
  font-size: 15px;
  padding: 3px 5px;
}

.blackBar {
  margin: 30px 0px;
  width: 100%;
  height: 30px;
  background-color: #000;
}

ion-icon {
  font-size: 30px;
  padding-left: 10px;
}

#navbar>div:nth-of-type(1)>div:nth-child(3) {
  display: flex;
  gap: 10px;
  align-items: center;
}

#navbar>div:nth-of-type(1)>div:nth-child(3)>a {
  display: flex;
  gap: 10px;
}

#navbar>div:nth-of-type(2) {
  display: flex;
  flex-wrap: wrap;
  gap: 20px;
  max-width: 80%;
  margin: auto;
  justify-content: center;
}

#navbar>div:nth-of-type(2)>a {
  font-size: 17px;
  text-decoration: none;
  color: #000000;
}

#navbar>div:nth-of-type(2)>a:after {
  display: block;
  content: '';
  border-bottom: solid 3px #000;
  transform-origin: 0% 50%;
  transform: scaleX(0);
  transition: transform 250ms ease-in-out;
}

#navbar>div:nth-of-type(2)>a:hover:after {
  transform: scaleX(1);
}

/* NAVBAR CSS ENDS HERE */

#banner {
  width: 100%;
  height: 70vh;
  margin-top: 50px;
}

#banner>img {
  width: 100%;

}

#banner>button {
  background-color: rgba(128, 128, 128, .0);

  border-radius: 100%;
  color: grey;
  font-size: 50px;
  position: absolute;
  border: 0px;
  color: rgb(103, 101, 101);
}

#banner>button:hover {
  color: white;
}

#inc {
  top: 370px;
  left: 35px;
}

#dec {
  top: 370px;
  right: 35px;
}

.Arrow{
  color: #ffffff;
  font-size: 50px;
}
.Arrow:hover{
  transform: scale(1.2);
  color: #a1a1a1;
}


/* Footer Above section */
#abovef {
  margin: 20px;
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 25px;
  height: 500px;
}

#abovef img {
  width: 100%;
  height: 300px;
}

#abovef button {
  display: block;
  width: 300px;
  margin: 20px auto;
  color: white;
  background-color: #000;
  padding: 10px 20px;
  border-radius: 10px;
  border: 1px solid lightgray;
  cursor: pointer;
}

/* Footer Section end  */
#fcontainer {
  width: 100%;
  height: 500px;
  background-color: lightgray;

}

#top-s {
  width: 100%;
  height: 60px;
  display: flex;
  font-size: 20px;
  justify-content: space-evenly;
}

#footer.links {
  width: 25%;
  height: 200px;

}

#footer .last {
  width: 30%;
  height: 200px;
}

#scontainer {
  display: flex;
  justify-content: space-evenly;
}

#tcontainer {
  margin-top: 40px;
  ;
  width: 100%;
  height: 150px;
}

#scontainer .links>div>a {
  color: black;
  text-decoration: none;

}

#scontainer .links>div {
  margin-top: 20px;
  padding: 0px 15px 0px 15px;
}

#tcontainer>div>img {
  width: 20%;

}

#tcontainer>div {
  display: flex;
  justify-content: center;
  align-items: center;
}

#footer .last>input {
  width: 75%;
  height: 35px;
  margin-bottom: 15px;

}

#footer::placeholder {
  font-size: 17px;
}

.last>button {
  width: 77%;
  height: 40px;
  color: white;
  font-weight: bold;
  font-size: 18px;
  background-color: black;
  border: none;
  cursor: pointer;

}

.last>a>img {
  width: 8%;
  height: 15%;
  margin-top: 5px;
}

#container3>div {
  box-shadow: rgba(0, 0, 0, 0.35) 0px 5px 15px;
  border-radius: 10px;
}

#container3 {
  display: grid;
  margin: auto 20px;
  /* width: 90%; */
  grid-template-columns: repeat(5,1fr);
  gap: 20px;
}

#container3 div {
  text-align: center;
}

#container3>div {
  padding: 10px;
  border-radius: 10px;
}


#container3 div img {
  margin-top: 10px;
  width: 100%;
  height: 70%;
  transition: 0.5s;
  overflow: hidden;
}

#container3 div img:hover {
  transform: scale(1.02);
  z-index: 2;
}

#container3 :nth-child(3) img {
  height: 50%;
  margin-top: 90px;
}

#container3>div>div {
  margin-top: 0px;
}

#container3 div p {
  color: rgb(73, 65, 65);
  margin-top: 10px;
  line-height: 1.5;
  font-size: 15px;
  margin-bottom: 5px;
}

#container3 div div span {
  margin: 2px;

  font-size: 16px;
  letter-spacing: 0.025em;
  -webkit-font-smoothing: antialiased;
  -webkit-text-size-adjust: 100%;
  text-rendering: optimizeSpeed;
}

#container3 div div :nth-child(3) {
  color: red;
}

#container3 div div :nth-child(1) {
  text-decoration: line-through;
}


.d3 {
  border-bottom: 1px solid rgb(206, 197, 197);
  text-align: center;

}

.d3 input {
  padding: 10px;
  width: 9%;
  background-color: black;
  color: white;
  font-size: 15px;
  font-weight: bolder;
  border: 0.05px solid rgb(206, 197, 197);
  margin: 20px 0;
}

body {
  font-weight: 400px;
}

.text {
  margin-top: 30px;
  text-align: center;
  margin-bottom: -30px;
}

.text input {
  padding: 10px;
  width: 9%;
  background-color: white;
  border: 0.05px solid rgb(206, 197, 197);
}

#container2 {
  display: grid;
  grid-template-columns: repeat(5, 1fr);
  grid-template-rows: 500px;
  gap: 10px;
}

#container2 div {
  margin: 20px;
  margin-top: 60px;
  cursor: pointer;
  text-align: center;

}

#container2>div {
  box-shadow: rgba(0, 0, 0, 0.35) 0px 5px 15px;
  border-radius: 10px;
}

#container2 div img {
  width: 100%;
  height: 70%;
  border-top-left-radius: 10px;
  border-top-right-radius: 10px;
  transition: 0.5s;
  overflow: hidden;
}

#container2 div img:hover {
  transform: scale(1.02);
  z-index: 2;
}

#container2 div p {
  color: rgb(73, 65, 65);
  margin-top: 5px;
  line-height: 1.5;
  font-size: 20px;
}

#container2 div div {
  margin-top: 0px;
}

#container2 div div span {
  margin: 2px;
  font-size: 16px;
  letter-spacing: 0.025em;
  -webkit-font-smoothing: antialiased;
  -webkit-text-size-adjust: 100%;
  text-rendering: optimizeSpeed;
}

#container2 div div :nth-child(3) {
  color: red;
}

#container2 div div :nth-child(1) {
  text-decoration: line-through;
}

.d2 {
  border-top: 1px solid rgb(206, 197, 197);
  border-bottom: 1px solid rgb(206, 197, 197);
  text-align: center;
}

h1 {
  text-align: center;
}

#container {
  margin: 20px;
  display: grid;
  grid-template-columns: repeat(5, 1fr);
  grid-template-rows: repeat(2, 280px);
  gap: 20px;
}

#container div {
  cursor: pointer;
  text-align: center;
  box-shadow: rgba(0, 0, 0, 0.35) 0px 5px 15px;
  padding: 10px;
  border-radius: 10px;
}

#container div p {
  text-align: center;
  margin-top: 5px;
  font-size: 0.8em;
  font-weight: 800;
  letter-spacing: 0.2em;
}

#container div img {
  width: 90%;
  height: 90%;
  transition: 0.5s;
  overflow: hidden;
}

#container div img:hover {
  transform: scale(1.02);
  z-index: 2;
}

#container div img:hover {
  transform: scale(1.02);
  z-index: 2;
}

#container :nth-child(4) img {
  margin: 90px 0 60px 0;
  height: 35%;
}