@import url("https://fonts.googleapis.com/css2?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&display=swap");

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

a {
  all: unset;
}
button {
  border: none;
  border-radius: 5px;
}
.mainsite {
  height: 1000px;
}
.OfferBar {
  height: 35px;
  background-color: #000000;
  color: #ffffff;
  font-size: small;
  justify-content: center;
  display: flex;
  align-items: center;
  text-transform: capitalize;
}

/* OFFERSECTION */
@keyframes marquee {
  0% {
    transform: translateX(-1%);
  }
  2% {
    transform: translateX(-2%);
  }
  4% {
    transform: translateX(4%);
  }
  6% {
    transform: translateX(2%);
  }
  8% {
    transform: translateX(4%);
  }
  10% {
    transform: translateX(2%);
  }
  100% {
    transform: translateX(2%);
  }
}
.animate-marquee {
  animation: marquee 3s linear infinite;
}

/* HEADER */

header {
  height: 120px;
  border-bottom: 1px solid rgb(171, 171, 171);
  background-color: rgb(255, 255, 255);
  display: flex;
  align-items: center;
  justify-content: space-around;
}

.mainlogo {
  height: 60%;
  width: auto;
}
.headerNavArea {
  width: 35%;
  display: flex;
  justify-content: space-between;
  border: 1px solid rgba(0, 0, 0, 0);
  text-transform: uppercase;
  font-weight: 500;
}
.headerContactBtn {
  height: 90%;
  width: 60%;
  font-size: medium;
  background-color: #01aaad;
  color: white;
  font-weight: 600;
  box-shadow: 2px 2px 10px rgba(0, 0, 0, 0.17);
}

.headerinfobar {
  width: 20%;
  height: 35%;
  display: flex;
  justify-content: space-around;
  align-items: center;
  border: 1px solid rgba(0, 0, 0, 0);
}
.headerinfobar1 {
  height: 100%;
  width: 30%;
  background-color: rgba(0, 0, 0, 0);
  display: flex;
  justify-content: space-around;
}
.headericons {
  height: 100%;
}
.headerContactBtn:hover {
  cursor: pointer;
  color: rgb(255, 234, 0);
}
.headerinfobar1 img:hover {
  cursor: pointer;
}
.headerNavArea a:hover {
  cursor: pointer;
}

/* SECTION1 */
.section1 {
  height: auto;
  width: 100%;
}
.section1 img {
  width: 100%;
}

/* .section1{
  height:650px;background-color: aliceblue;
  background-image:url('./assets/Section1Gif.gif');
  background-size: cover;image-rendering: auto;
} */

/* section2 */
.section2 {
  height: 650px;
  background-color: rgba(238, 255, 0, 0);
  display: flex;
  flex-direction: column;
  justify-content: start;
  align-items: center;
}
.section2head1 {
  background-color: rgba(245, 245, 220, 0);
  align-items: center;
  display: flex;
  margin-top: 4%;
  flex-direction: column;
  height: 12%;
  justify-content: space-between;
}

.sec2-1 {
  font-weight: 700;
  font-size: xx-large;
}
.sec2-2 {
  height: 30px;
  width: 240px;
  background-color: #01aaad;
  color: white;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 5px;
}
.sec2-3 {
  background-color: rgba(255, 0, 0, 0);
  height: auto;
  width: 85%;
  margin-top: 3%;
  display: grid;
  grid-template-columns: 1fr 1fr 1fr 1fr;
}
.sec2-3 > div {
  border: 1px solid rgba(255, 242, 0, 0);
  height: 100%;
  align-items: center;
  justify-content: center;
  display: flex;
  flex-direction: column;
}
.sec2-3 > div p {
  font-size: large;
  font-weight: 500;
  text-transform: uppercase;
}
.sec2-3 > div img {
  width: 92%;
  height: 70%;
  background-color: black;
  border-radius: 10px;
  margin-top: 3%;
}
.sec2-3Shopbtn {
  height: 30px;
  width: 120px;
  background-color: #3e3f45;
  color: white;
  margin-top: 8%;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 5px;
}

/* section3 */

.Section3 {
  height: 120px;
  width: 100%;
  background-color: #01aaad;
  color: white;
  display: flex;
  align-items: center;
  justify-content: center;
  box-shadow: inset 0 20px 35px -10px rgba(0, 0, 0, 0.259);
}

.Section3 p {
  font-size: 160%;
  margin-right: 5%;
}
.Section3 img {
  height: 80%;
  background-color: rgba(0, 0, 255, 0);
}

/* section4 */

.section4Test {
  height: 650px;
  background-color: aliceblue;
  background-image: url("./assets/Women.gif");
  background-size: cover;
  image-rendering: auto;
}

/* section5 */
.section5 {
  height: 650px;
  background-color: rgba(238, 255, 0, 0);
  display: flex;
  flex-direction: column;
  justify-content: start;
  align-items: center;
}
.section5head1 {
  background-color: rgba(245, 245, 220, 0);
  align-items: center;
  display: flex;
  margin-top: 4%;
  flex-direction: column;
  height: 12%;
  justify-content: space-between;
}

.sec5-1 {
  font-weight: 700;
  font-size: xx-large;
}
.sec5-2 {
  height: 30px;
  width: 240px;
  background-color: #01aaad;
  color: white;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 5px;
}
.sec5-3 {
  background-color: rgba(255, 0, 0, 0);
  height: auto;
  width: 85%;
  margin-top: 3%;
  display: grid;
  grid-template-columns: 1fr 1fr 1fr 1fr;
}
.sec5-3 > div {
  border: 1px solid rgba(255, 242, 0, 0);
  height: 100%;
  align-items: center;
  justify-content: center;
  display: flex;
  flex-direction: column;
}
.sec5-3 > div p {
  font-size: large;
  font-weight: 500;
  text-transform: uppercase;
}

.sec5-3 > div img {
  width: 90%;
  height: 75%;
  border-radius: 15px;
  object-fit: cover;
  box-shadow: 0px 4px 8px rgba(0, 0, 0, 0.2);
  margin-top: 10px;
}
.sec5-3Shopbtn {
  height: 30px;
  width: 120px;
  background-color: #3e3f45;
  color: white;
  margin-top: 8%;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 5px;
  object-fit: cover;
}

/* SECTION6 */
.section6 {
  height: max-content;
  width: 100%;
}
.section6 img {
  width: 100%;
}

/* SECTION7 */

.Section7 {
  height: 120px;
  width: 100%;
  background-color: #ee008c;
  color: white;
  display: flex;
  align-items: center;
  justify-content: center;
  box-shadow: inset 0 20px 35px -10px rgba(0, 0, 0, 0.259);
}

.Section7 p {
  font-size: 160%;
  margin-right: 5%;
}
.Section7 img {
  height: 80%;
  background-color: rgba(0, 0, 255, 0);
}

/* SECTION8 */
.section8 {
  height: 60%;
  width: 100%;
  background-color: aliceblue;
  display: flex;
  justify-content: center;
  flex-direction: column;
  align-items: center;
}
.section8 video {
  width: 100%;
  margin-top: 2%;
}
.sec8-1 {
  font-weight: 700;
  font-size: xx-large;
}

/* FOOTER */
.footer {
  height: 20%;
  width: 100%;
  background-color: #01aaad;
  color: white;
  display: flex;
  align-items: center;
  justify-content: center;
}
.footer div {
  height: 80%;
  width: 20%;
  display: flex;
  align-items: center;
  justify-content: center;
}

iframe {
  width: 360px;
  height: 160px;
}

.footer div:nth-child(1) {
  flex-direction: column;
}
.footer div:nth-child(2) {
  flex-direction: column;
}
.Temp {
  display: none;
}

.footer div:nth-child(3) {
  border: 1px;
}
.footericons {
  height: 25%;
  padding-left: 5%;
}

.footer div:nth-child(4) {
  border: 1px solid white;
  height: 25%;
  font-weight: 600;
  font-size: large;
}

/* endcredits */
.endcredits {
  height: 10%;
  width: 100%;
  background-color: #3e3f45;
  color: white;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
}
