* {
  scrollbar-width: none;
  box-sizing: border-box;
  margin: 0;
  padding: 0;
  font-family: "Nuckle", Sans-serif;
  font-family: "Zalando Sans", sans-serif;
  font-weight: 500;
}


html,
body {
  background-color: #FCE6E6;
  height: 100vh;
  /* width: 100vw; */
  font-size: 1rem;
  user-select: none;
  overflow-x: hidden;
}

.wht {
  height: 70px;
  width: 70px;
  border-radius: 50%;
  position: fixed;
  bottom: 90px;
  right: 40px;
  cursor: pointer;
  display: flex;
  align-items: center;
  justify-content: center;
  transition: 0.3s ease-in-out;
  z-index: 2;

  &:hover {
    box-shadow: 1px 1px 10px #00ff15;
    scale: 1.2;
  }
}

.wht a {
  height: 100%;
  width: 100%;
  overflow: hidden;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
  background-color: #00ff15;
  color: #FCE6E6;
  text-decoration: none;
}

.wht a i {
  color: gainsboro;
  background-color: #00ff15;
  font-size: 1.5rem;
}

header {
  overflow: hidden;
  height: 80px;
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  position: fixed;
  top: 0rem;
  z-index: 2;
  backdrop-filter: blur(50px);
}

@keyframes navAni {
  from {
    margin-bottom: 20rem;
    opacity: 0;
  }

  to {
    margin-bottom: 0rem;
    opacity: 1;
  }
}

nav {
  height: 80%;
  width: 65%;
  display: flex;
  align-items: center;
  justify-content: space-between;
  background-color: #310F11;
  border-radius: 0.7rem;
  box-shadow: 0.1px 0.1px 10px #310F11;
  overflow: hidden;

  animation: navAni 1.5s ease-in-out 0s 1 alternate;
}

nav>a {
  overflow: hidden;
  display: flex;
  justify-content: center;
  align-items: center;
  height: 100%;
  width: 150px;
  background-color: #310F11;
}

nav>a img {
  height: 100%;
  width: 65px;
}

.navBar-options {
  height: 100%;
  width: auto;
  display: flex;
  align-items: center;
  justify-content: center;
  position: relative;
}

.navBar-options a {
  height: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  text-decoration: none;
  color: #FCE6E6;
  padding: 0rem 1.5rem;
  font-weight: 600;
  z-index: 1;
}

.clr1 {
  background-color: #EE0100;
  height: 100%;
  width: 17.70%;
  left: 0rem;
  top: 0;
  position: absolute;
  border-radius: 0.5rem;
  transition: 0.5s;
  box-shadow: 0.1px 0.1px 10px #EE0100;
}

.navBar-options a:nth-child(1):hover~.clr1 {
  left: 0rem;
  width: 17.70%;
}

.navBar-options a:nth-child(2):hover~.clr1 {
  left: 17.70%;
  width: 17.33%;
}

.navBar-options a:nth-child(3):hover~.clr1 {
  left: 35.03%;
  width: 17.40%;
}

.navBar-options a:nth-child(4):hover~.clr1 {
  left: 52.43%;
  width: 21.95%;
}

.navBar-options a:nth-child(5):hover~.clr1 {
  left: 74.38%;
  width: 25.62%;
}

.menuIcon {
  display: none;
}

.menuIcon i {
  color: #FCE6E6;
  font-size: 1.8rem;
  /* padding: 0rem 1rem; */
  margin-right: 2rem;
  cursor: pointer;
}

article {
  height: calc(100vh - 80px);
  margin-top: 100px;
}

@keyframes navAngation {
  from {
    margin-top: 20rem;
    opacity: 0;
  }

  to {
    margin-top: 0rem;
    opacity: 1;
  }

}

.textDisplay {
  font-size: 1rem;
  height: 45%;
  width: 65%;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  padding: 0.5rem 0rem;
  margin: auto;
  overflow: hidden;
  position: relative;
  animation: navAngation 1.5s ease-in-out 0s 1 alternate;
}

@keyframes navAngation2 {
  from {
    margin-top: 20rem;
    opacity: 0;
  }

  to {
    margin-top: -2.2rem;
    opacity: 1;
  }
}


.textDisplay h1 {
  font-family: "Abril Fatface", serif;
  font-size: 8rem;
  margin: -2.2rem;
  color: #EE0100;
  animation: navAngation2 1.5s ease-in-out 0s 1 alternate;
}

#txt1 {
  color: #F34444;
}

.textDisplay h6 {
  font-family: "Unbounded", sans-serif;
  margin: 1.5rem 0rem;
  font-size: 1.3rem;
  color: #310F11;
  font-weight: 300;
}

.textDisplay a {
  text-decoration: none;
  background-color: #EE0100;
  height: 55px;
  width: 400px;
  border-radius: 0.7rem;
  box-shadow: 1px 1px 10px #EE0100;
  display: flex;
  align-items: center;
  justify-content: center;
  color: #FCE6E6;
  font-weight: 600;
  font-size: 1rem;
  transition: all 0.2s ease-in-out;
}

.textDisplay a:hover {
  box-shadow: 2px 2px 15px #EE0100;
  transform: scale(1.02);
}

.overview {
  height: auto;
  width: 95%;
  margin: 2rem auto;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: space-evenly;
}

.overview>div {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100%;
  height: 48%;
}

.overview>div img {
  height: 80%;
  width: 28rem;
  background-color: #310F11;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 1rem;
  margin: 2rem 2rem;
  transition: all 0.2s ease-in-out;
}

.overview>div img:hover {
  box-shadow: 1px 1px 10px #310F11;
  transform: scale(1.01);
}

.overviewText {
  width: 30rem;
  height: 90%;
  padding: 2rem 2.5rem;
  display: flex;
  flex-direction: column;
  justify-content: center;
}

.overviewText h1 {
  padding: 0.4rem 0rem;
  font-weight: 600;
  font-size: 1.8rem;
}

.overviewText p {
  text-align: justify;
  padding: 0.4rem 0rem;
  font-weight: 300;
  font-size: 1.1rem;
}

.servicesContainer {
  height: 85vh;
  width: 95%;
  margin: 1rem auto;
  padding: 1rem 0rem;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  max-width: 1000px;
}

.ccone {
  padding: 0.4rem 0rem;
  font-weight: 600;
  font-size: 2.3rem;
  text-align: center;
}

.services {
  /* background-color: #00ff15; */
  height: auto;
  width: 65rem;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: space-evenly;
  overflow: hidden;
}

.diff {
  height: 49%;
  width: 55rem;
  display: flex;
  align-items: center;
  justify-content: center;
  position: relative;
}

.diff a {
  height: 95%;
  width: 35rem;
  border-radius: 1rem;
  overflow: hidden;
  margin: 0rem 0.5rem;
  transition: all 0.2s ease-in-out;
  overflow: hidden;
  position: relative;
}

.diff a:hover {
  box-shadow: 1px 1px 10px #310F11;
  transform: scale(1.02);
}

.diff a img {
  height: 100%;
  width: 100%;
  object-fit: cover;
}

.diff>a h1 {
  position: absolute;
  bottom: 1rem;
  visibility: hidden;
  color: #310F11;
  font-size: 1.5rem;
  padding: 0rem 1rem;
  transition: all 0.3s ease-in-out;
  opacity: 0;
}

.diff a:hover h1 {
  flex: 11;
  background-color: #FCE6E6;
  visibility: visible;
  opacity: 1;
}

.servicesContainer>a {
  text-decoration: none;
  background-color: #EE0100;
  height: 55px;
  width: 400px;
  border-radius: 0.7rem;
  box-shadow: 1px 1px 10px #EE0100;
  display: flex;
  align-items: center;
  justify-content: center;
  color: #FCE6E6;
  font-weight: 600;
  font-size: 1rem;
  margin-top: 2rem;
  transition: all 0.2s ease-in-out;
}

.servicesContainer>a:hover {
  box-shadow: 2px 2px 15px #EE0100;
  transform: scale(1.02);
}

.brandsContainer {
  height: 45vh;
  width: 100%;
  margin: 0rem auto;
  margin-top: 3rem;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: space-evenly;
  padding: 2rem 0rem;
}

.brandInfo {
  display: flex;
  align-items: center;
  justify-content: center;
  text-align: center;
  margin: 2rem 0rem;
}

.brandInfo div {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  margin: 0rem 1rem;
  height: 100px;
  width: 180px;
  border: 1px solid #310F11;
  padding: 1rem;
  border-radius: 1rem;
}

.brandInfo div:hover {
  background-color: #310F11;
  box-shadow: 1px 1px 10px #310F11;
  color: #FCE6E6;
}

.brandInfo h1 {
  font-size: 2.2rem;
  font-weight: 600;
}

footer {
  background-color: #310F11;
  height: 250px;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
}

.txt7 {
  padding: 0.4rem 0rem;
  color: #FCE6E6;
  font-weight: 600;
  font-size: 2rem;
  text-align: center;
  margin-bottom: 1rem;
}

.footer-bottom {
  margin-top: 2rem;
  /* background-color: #EE0100; */
  color: #FCE6E6;
  opacity: 0.7;
  font-size: 1rem;
  font-weight: 300;
}

.socialMediaa {
  display: flex;
  gap: 1rem;
}

.socialMediaa a {
  padding: 1.8rem;
  border: 1px solid #FCE6E6;
  border-radius: 1rem;
  display: flex;
  align-items: center;
  justify-content: center;
  text-decoration: none;
  /* width: 70px; */
  opacity: 0.7;
}

.socialMediaa a {

  &:nth-child(1):hover {
    background: linear-gradient(#17A9FD, #0165E1);
    opacity: 1;
    border: none;
    box-shadow: 2px 2px 10px #0165E1;
  }

  &:nth-child(2):hover {
    background-color: #00ff15;
    opacity: 1;
    border: none;
    box-shadow: 2px 2px 10px #00ff15;
  }

  &:nth-child(3):hover {
    background-color: #e1002d;
    opacity: 1;
    border: none;
    box-shadow: 2px 2px 10px #e1002d;
  }

  &:nth-child(4):hover {
    background: linear-gradient(#405DE6, #5851DB, #833AB4, #C13584, #E1306C, #FD1D1D, #F56040, #F77737, #FCAF45, #FFDC80);
    opacity: 1;
    border: none;
    box-shadow: 2px 2px 10px #E1306C;
  }

  &:nth-child(5):hover {
    background-color: #0a66c2;
    box-shadow: 2px 2px 10px #0a66c2;
    opacity: 1;
    border: none;
  }

  &:nth-child(6):hover {
    background-color: #000000;
    opacity: 1;
    border: none;
    box-shadow: 2px 2px 10px #000000;
  }

  &:nth-child(7):hover {
    background-color: #d93025;
    opacity: 1;
    border: none;
    box-shadow: 2px 2px 10px #d93025;
  }
}

.socialMediaa i {
  /* background-color: #F34444; */
  color: #FCE6E6;
  font-size: 1.5rem;

}

@media screen and (max-width : 1500px) {
  nav {
    width: 85%;
  }
}

@media screen and (max-width : 1200px) {
  nav {
    width: 96%;
  }

  .textDisplay {
    width: 100%;
    text-align: center;
  }
}

@media screen and (max-width : 900px) {

  .textDisplay h1 {
    font-size: 5rem;
    margin: -1.2rem 0rem;
  }

  .textDisplay {
    height: 40%;
  }

  .overview {
    width: 85%;
  }

  .overview>div {
    flex-direction: column;
    background-color: #ec565650;
    margin: 0.5rem;
    border-radius: 1rem;
    padding: 1.2rem 0rem;
  }

  .overview>div img {
    margin: 0.5rem;
    width: 400px;
  }

  .overviewText h1 {
    font-size: 1.5rem;
  }

  .overviewText {
    width: 97%;
    padding: 1rem 1rem;
  }

  .overviewText p {
    font-size: 1rem;
    padding: 0rem;
  }

  .diff>a h1 {
    visibility: visible;
    flex: 11;
    background-color: #FCE6E6;
    opacity: 1;
  }

  .wht {
    display: none;
  }

  .menuIcon {
    display: block;
  }

  
  .navBar-options a:nth-child(1):hover~.clr1 {
    left: 0rem;
    /* width: 17.70%; */
    height: 70px;
    width: 100%;
  }

  .navBar-options a:nth-child(2):hover~.clr1 {
    top: 70px;
    height: 65px;
    width: 100%;
    left: 0rem;
  }

  .navBar-options a:nth-child(3):hover~.clr1 {
    top: 140px;
    height: 65px;
    width: 100%;
    left: 0rem;
  }

  .navBar-options a:nth-child(4):hover~.clr1 {
    top: 210px;
    height: 65px;
    width: 100%;
    left: 0rem;
  }

  .navBar-options a:nth-child(5):hover~.clr1 {
    top: 280px;
    height: 65px;
    width: 100%;
    left: 0rem;
  }

  .services {
    overflow: visible;
    /* background-color: blue; */
    justify-content: center;
    height: auto;
    min-height: 800px;
    /* padding: 2rem 0rem; */
  }

  .diff {
    flex-direction: column;
    height: auto;
    width: 50%;
    /* background-color: #EE0100; */
    /* margin: 1rem 0rem; */
  }

  .diff a {
    height: auto;
    width: 90%;
    display: flex;
    margin: 1rem 0rem;
    align-items: center;
    justify-content: center;
    flex-direction: column;
  }

  .servicesContainer {
    height: auto;
    /* Change from 85vh to auto */
    min-height: 900px;
    /* Add minimum height */
    padding: 2rem 0;
  }

  .diff a img {
    height: 250px;
    width: 80%;
    margin: 0.2rem 0rem;
    border-radius: 1rem;
  }
}

@media screen and (max-width : 500px) {

  .overview {
    /* width: 100%; */
    margin: 0.5rem auto;
  }

  .overview>div img {
    margin: 0.5rem;
    width: 280px;
  }


  @keyframes navAngation2 {
    from {
      margin-top: 20rem;
      opacity: 0;
    }

    to {
      margin-top: -0.8rem;
      opacity: 1;
    }

  }

  .textDisplay h1 {
    font-size: 3rem;
    margin: -0.8rem 0rem;
    animation: navAngation2 1.5s ease-in-out 0s 1 alternate;
  }

  .textDisplay h6 {
    font-size: 0.7rem;
    margin: 1.2rem 0rem;
  }

  .textDisplay a {
    width: 200px;
    height: 40px;
    font-size: 0.7rem;
  }

  .textDisplay {
    height: 25%;
  }

  .servicesContainer>a {
    width: 200px;
    height: 40px;
    font-size: 0.7rem;
  }

  .brandInfo h1 {
    font-size: 1.5rem;
    /* font-weight: 600; */
  }

  .brandInfo {
    margin: 0rem 0rem;
  }

  .brandInfo div {
    height: 80px;
    width: 120px;
    padding: 0.5rem 1rem;
    margin: 0rem 0.5rem;
  }

  .brandInfo p {
    font-size: 0.5rem;
  }
}

@media screen and (max-width : 800px) {
  footer {
    height: 150px;
  }

  .socialMediaa {
    gap: 0.5rem;
  }

  .socialMediaa a {
    padding: 0.7rem;
  }

  .socialMediaa i {
    font-size: 0.9rem;
  }

  .txt7 {
    font-size: 1.3rem;
  }

  .footer-bottom {
    font-size: 0.5rem;
  }
}