* {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
}
body {
  background-color: #212529;
}

.baskervville {
  font-family: "Baskervville", serif;
}
.mulish {
  font-family: "Mulish", sans-serif;
  font-optical-sizing: auto;
}
nav {
  display: flex;
  justify-content: space-between;
  align-items: center;
  width: 100%;
  background-color: black;
  padding: 1rem 3rem;
  position: relative;
}
.inside-nav {
  display: flex;
  justify-content: space-between;
  align-items: center;
  width: 100%;
}
.logo {
  width: 7%;
}
.logo img {
  width: 100%;
  height: auto;
}
.menu {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 65%;
  padding: 0 2rem;
}
.menu-list {
  display: flex;
  justify-content: space-between;
  align-items: center;
  width: 100%;
  list-style: none;
  position: relative;
}
.menu-list a {
  color: #dee2e6;
  text-decoration: none;
  font-size: 20px;
  font-family: "baskervville";
}
.menu-list > li {
  padding: 1rem;
  text-transform: capitalize;
}

.product-link:hover .dropdown-container {
  opacity: 1;
  visibility: visible;
}
.dropdown-container {
  position: absolute;
  background-color: black;
  padding: 1rem 3rem;
  top: 30%;
  margin-top: 1.5rem;
  width: 80vw;
  right: 0;
  display: flex;
  z-index: 122;
  justify-content: space-between;
  opacity: 0;
  visibility: hidden;
  transition: opacity 0.5s ease-in-out;
}
.drop-down {
  display: flex;
  justify-content: flex-start;
  list-style: none;
  width: 100%;
}

.drop-down li {
  margin-right: 2rem;
}
.drop-down li a {
  font-size: 22px;
  display: inline-block;
  text-decoration-line: underline;
  margin-bottom: 2rem;
}

.sub-list li a {
  font-size: 17px;
  text-transform: capitalize;
  text-decoration: none;
  font-family: "mulish";
}

.other-products {
  background-color: gray;
  padding: 2rem;
  list-style: none;
  border-radius: 5px;
  width: 40%;
}
.other-products li {
  margin-bottom: 1rem;
}

.other-products li a {
  color: black;
  text-transform: capitalize;
}
.hamburger {
  display: none;
}
.bar {
  display: block;
  width: 25px;
  height: 3px;
  margin: 5px auto;
  -webkit-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
  background-color: #fff;
  /* z-index: 100; */
}
.hidden-nav {
  background-color: tomato;
  position: absolute;
  height: 100vh;
  top: 0;
  left: 0;
  z-index: 20;
  padding: 2rem 1rem;
  overflow: scroll;
  transform: translateX(-100%);
  transition: transform 0.3s ease;
}
.overlay {
  background-color: rgba(0, 0, 0, 0.5);
  position: absolute;
  width: 100%;
  height: 100vh;
  top: 0;
  left: 0;
  z-index: 10;
  display: none;
}
.overlay.active {
  display: block;
}
.hidden-nav.active {
  transform: translateX(0%);
}
.inside-hidden-nav {
  position: relative;
}
.hidden-list {
  display: flex;
  flex-direction: column;
  /* background-color: #000; */
  /* padding: 1rem; */
  list-style: none;
}

.hidden-list li {
  color: #fff;
  padding: 0.5rem 0;
  /* margin-bottom: 2rem; */
  /* width: 100%; */
  font-size: 16px;
  font-family: "Mulish";
  border-bottom: 1px solid;
}
.hidden-list li a {
  font-weight: 700;
  text-decoration: none;
  color: white;
}
.hn-products {
  position: relative;
}
.hn-products:hover .hidden-pl {
  opacity: 1;
  visibility: visible;
}
.hidden-pl {
  position: absolute;
  list-style: none;
  right: -113%;
  top: 0;
  background: tomato;
  padding: 1rem;
  opacity: 0;
  visibility: hidden;
  transition: all 0.5s ease-in-out;
}

.cross {
  position: absolute;
  top: 0;
  right: 0;
  font-size: 25px;
  color: #fff;
}
.n-logo {
  padding-bottom: 1rem;
}
.n-logo img {
  width: 50%;
}

.hero-section {
  height: 100vh;
  width: 100%;
}
.inside-hero-section {
  width: 100%;
  height: 100%;
}
.inside-hero-section img {
  width: 100%;
  height: 100%;
}
.about-section {
  width: 100%;
  padding: 4rem;
}
.about-right {
  width: 50%;
  animation: scroll-negX linear both;
  animation-timeline: view(70%, 5%);
  padding: 0 1rem;
}
.about-right img {
  width: 100%;
  height: auto;
  box-shadow: rgba(0, 0, 0, 0.19) 0px 10px 20px, rgba(0, 0, 0, 0.23) 0px 6px 6px;
  border-radius: 5px;
}
.about-left {
  width: 50%;
  padding: 0 1rem;
  font-family: "Mulish";
  font-size: 16px;
  line-height: 27px;
  color: #dee2e6;
  text-align: justify;
}
.about-left p {
  margin-bottom: 1rem;
}
.inside-about-section {
  display: flex;
  justify-content: space-between;
  width: 100%;
}

.lets-connect-section {
  width: 100%;
  background-color: #000;
  background-image: url(../images/lets-connect2.jpg);
  background-size: cover;
  background-position: bottom;
  background-repeat: no-repeat;
}
.inside-lcs {
  display: flex;
  justify-content: flex-start;
  align-items: flex-end;
  flex-direction: column;
  width: 100%;
  padding: 4rem;
  text-align: right;
  color: white;
  background: rgb(0, 0, 0);
  background: linear-gradient(
    180deg,
    rgba(33, 37, 41, 1) 0%,
    rgba(0, 0, 0, 0.09287464985994398) 1%,
    rgba(33, 37, 41, 1) 100%
  );
}
.inside-lcs p:nth-child(1) {
  font-size: 40px;
  font-family: "Baskervville", serif;
  animation: text-ani linear both;
  animation-delay: 2s;
  animation-timeline: view();
  animation-range: entry 50% cover 53%;
  opacity: 0;
  transform: translateY(100px);
  color: #dee2e6;
}
.inside-lcs p:nth-child(2) {
  font-size: 15px;
  margin-bottom: 10px;
  font-family: "Mulish";
  animation: text-ani linear both;
  animation-delay: 2s;
  animation-timeline: view();
  animation-range: entry 50% cover 53%;
  opacity: 0;
  transform: translateY(100px);
  line-height: 23px;
  margin-bottom: 2rem;
}
.inside-lcs a {
  color: black;
  font-size: 16px;
  background: beige;
  padding: 0.5rem 1.5rem;
  border-radius: 3px;
  text-decoration: none;
  transition: all 0.3s ease;
  font-family: mulish;
}
.inside-lcs a:hover {
  background-color: transparent;
  border: 1px solid beige;
  color: #f8f9fa;
}
.catalogue-section {
  width: 100%;
  background-color: #212529;
  padding: 4rem 0;
  display: flex;
  align-items: stretch;
  justify-content: flex-end;
  opacity: 0;
  transform: translateY(100px) scale(0.5);
  animation: scroll-up linear both;
  animation-timeline: view();
  animation-range: entry 40% cover 50%;
}
.catalogue-image {
  width: 12%;
  position: relative;
  perspective: 1000px;
  background-color: #fff;
}
.catalogue-image img {
  width: 100%;
  transition: transform 0.5s ease;
  /* transform: rotateZ(35deg); */
}
.catalogue-image:hover img {
  transform: rotateY(-25deg);
}
.inside-catalogue-section h2 {
  font-size: 35px;
  margin-bottom: 0.5rem;
  text-transform: capitalize;
  font-family: "Baskervville", serif;
  font-weight: 600;
  color: #212529;
}
.inside-catalogue-section p {
  font-size: 18px;
  font-family: "mulish";
}
.inside-catalogue-section {
  display: flex;
  flex-direction: column;
  justify-content: center;
  width: 50%;
  color: black;
  background: white;
  padding: 0 2rem;
}
.why-us-section {
  display: flex;
  justify-content: center;
  width: 100%;
  background-color: #f0ffff;
  padding: 4rem;
}
.inside-why-us-section {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 100%;
}

.why-us-card {
  display: flex;
  flex-direction: column;
  width: 25%;
  align-items: center;
  text-align: center;
  padding: 0 2rem;
  border-right: 5px solid #212529;
  opacity: 0;
  transform: translateY(100px) scale(0.5);
  animation: scroll-up linear both;
  animation-timeline: view();
  animation-range: entry 40% cover 50%;
}
.why-us-card.card1 {
  border-left: 5px solid #212529;
}
.why-us-card img {
  width: 100px;
  margin-bottom: 20px;
}
.why-us-card p {
  font-family: mulish;
  font-size: 17px;
  color: #212529;
  font-weight: 600;
}
footer {
  width: 100%;
  background-color: #212529;
  padding: 4rem;
  animation: opacity-animation linear both;
  /* animation-delay: 100s; */
  animation-timeline: view();
  animation-range: entry 40% cover 45%;
}
.inside-footer {
  display: flex;
  color: white;
  flex-direction: column;
}
.upper-footer {
  width: 100%;
  justify-content: space-around;
  display: flex;
}
.about-company {
  display: flex;
  flex-direction: column;
  flex: 2;
  margin: 0 2rem;
}
.flogo {
  width: 45%;
  margin-bottom: 2rem;
}
.flogo img {
  width: 100%;
  height: auto;
}
p.f-about {
  font-family: "mulish";
  font-size: 18px;
  line-height: 25px;
  color: #dee2e6;
}
.f-links {
  flex: 1;
  display: flex;
  flex-direction: column;
  list-style: none;
  margin: 0 1rem;
}
.useful-links {
}
.uf-heading {
  margin-bottom: 20px;
  font-size: 28px;
  font-family: "Baskervville";
  font-weight: 500;
  text-transform: capitalize;
  letter-spacing: 1px;
  color: #dee2e6;
}
.links {
  list-style: none;
  font-family: "Mulish";
  text-transform: capitalize;
}
.links li {
  margin-bottom: 20px;
}
.links li a {
  font-size: 17px;
  text-decoration: none;
  color: #f8f9fab5;
  transition: all 0.5s ease;
}
.links a:hover {
  font-size: 20px;
  color: #fff;
}
.detail {
  font-size: 18px;
  display: flex;
  margin-bottom: 20px;
  font-family: "Mulish";
  align-items: center;
  color: #f8f9fab5;
  transition: all 0.5s ease;
  text-transform: capitalize;
}
.detail:hover {
  color: #fff;
  transform: scale(1.05);
}
.detail i {
  font-size: 21px;
  margin-right: 15px;
  border: 1px solid;
  padding: 10px;
  border-radius: 50%;
  transition: all 0.5s ease;
}
.detail:hover i {
  background: #f8f9fab5;
  color: #212529;
}
.social-links {
  margin-top: 1rem;
}
.social-links i {
  font-size: 16px;
  margin-right: 20px;
  padding: 10px;
  border: 1px solid;
  border-radius: 50%;
}
.lower-footer {
  display: flex;
  padding-top: 3rem;
  width: 100%;
  justify-content: space-between;
}
.advantages {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 100%;
  margin: 8rem 0;
}
.inside-advantages {
  display: flex;
  flex-direction: column;
  width: 100%;
}
.adv-section {
  display: flex;
  justify-content: center;
  width: 100%;
  align-items: center;
  background-color: #212529;
}
.adv-img {
  width: 50%;
  display: flex;
}
.adv-img img {
  width: 100%;
  height: auto;
}
.adv-info {
  width: 50%;
  padding: 0 2rem;
}
.adv-info h2 {
  font-family: "Baskervville";
  margin-bottom: 2rem;
  font-size: 45px;
  opacity: 0;
  color: #dee2e6;
  transform: translateY(100px);
  animation: text-ani linear both;
  /* animation-delay: 2s; */
  animation-timeline: view();
  animation-range: entry 50% cover 51%;
}
.adv-info p {
  font-family: mulish;
  opacity: 0;
  color: #f8f9fab5;
  transform: translateY(100px);
  animation: text-ani linear both;
  /* animation-delay: 2s; */
  animation-timeline: view();
  animation-range: entry 50% cover 51%;
}
@media (max-width: 1024px) {
  .menu {
    width: 60%;
  }
  .why-us-card {
    width: 25%;
  }
  .inside-about-section {
    flex-direction: column;
  }
  .about-section {
    width: 100%;
    padding: 2rem;
  }
  .about-left {
    width: 100%;
  }
  .adv-info h2 {
    margin-bottom: 1rem;
    font-size: 35px;
  }
  .uf-heading {
    font-size: 25px;
  }
  .about-right {
    width: 70%;
    margin: auto;
  }
  .about-left {
    line-height: 23px;
  }
  .about-left p {
    margin-bottom: 1rem;
  }
  footer {
    padding: 4rem 2rem;
  }
  .inside-catalogue-section p {
    font-size: 16px;
  }
  .inside-catalogue-section h2 {
    font-size: 25px;
  }
  .inside-catalogue-section {
    padding: 0 1rem;
  }
}

@media (max-width: 900px) {
  .hero-section {
    height: 80vh;
  }
  .hamburger {
    display: block;
  }
  .hidden-nav {
    width: 35vw;
  }
  .why-us-card {
    padding: 0 1rem;
  }
  .why-us-card img {
    width: 90px;
    margin-bottom: 20px;
  }
  .adv-info p {
    font-size: 14px;
  }
  .adv-info h2 {
    margin-bottom: 0.5rem;
    font-size: 30px;
  }
  .advantages {
    margin: 2rem 0;
  }
  .f-links {
    flex: unset;
    width: 45%;
  }
  .upper-footer {
    flex-wrap: wrap;
  }
  .menu {
    display: none;
  }
  .logo {
    width: 12%;
  }
  .inside-nav {
    flex-direction: row-reverse;
  }
  .inside-catalogue-section {
    width: 60%;
  }
  .about-right img {
    margin-bottom: 2rem;
  }
  .about-company {
    margin-bottom: 3rem;
  }
}

@media (max-width: 765px) {
  .why-us-section {
    padding: 4rem 3rem;
  }
  .why-us-card img {
    width: 75px;
    margin-bottom: 20px;
  }
  .hidden-nav {
    width: 50vw;
  }
  .n-logo img {
    width: 35%;
  }
  .hero-section {
    height: 70vh;
  }
  .why-us-card p {
    font-size: 15px;
  }
  .catalogue-image {
    width: 20%;
  }
  .inside-catalogue-section {
    width: 65%;
  }
  .inside-lcs {
    padding: 3rem;
  }
}

@media (max-width: 710px) {
  .f-links {
    flex: unset;
    width: 40%;
  }
}
@media (max-width: 700px) {
  .adv-img {
    width: 85%;
    margin-bottom: 2rem;
  }
  .adv-section {
    flex-direction: column;
    margin-bottom: 2rem;
  }
  .adv-info {
    width: 100%;
    padding: 0 2rem;
  }
  .adv-second {
    flex-direction: column-reverse;
  }
  .inside-lcs {
    padding: 3rem;
  }
  .inside-lcs p:nth-child(1) {
    font-size: 35px;
  }
}
@media (max-width: 600px) {
  .inside-why-us-section {
    flex-wrap: wrap;
  }
  .why-us-card {
    width: 50%;
    border: unset;
    margin-bottom: 1rem;
  }
  .why-us-card.card1 {
    border: unset;
  }
  .hidden-nav {
    width: 65vw;
  }
  .logo {
    width: 20%;
  }
  .hero-section {
    height: 55vh;
  }
  .inside-lcs p:nth-child(2) {
    margin-bottom: 1rem;
  }
  .catalogue-image {
    width: 25%;
  }
}

@media (max-width: 675px) {
  .f-links {
    width: 40%;
  }
  .about-company {
    margin: 0 1rem;
  }
  .about-right {
    width: 90%;
  }
}
@media (max-width: 500px) {
  .inside-catalogue-section {
    width: 100%;
  }
  .inside-catalogue-section h2 {
    font-size: 21px;
  }
  .inside-catalogue-section p {
    font-size: 14px;
  }
  .inside-lcs {
    padding: 2rem;
  }
  .inside-lcs p:nth-child(2) {
    font-size: 12px;
  }
  .inside-lcs p:nth-child(1) {
    font-size: 30px;
  }
  .uf-heading {
    font-size: 22px;
  }
  .upper-footer {
    flex-direction: column;
  }
  .about-company {
    margin: 2rem 0;
  }
  .f-links {
    width: 100%;
  }
  footer {
    padding: 2rem;
  }
  .catalogue-image {
    width: 25%;
  }
}
@media (max-width: 465px) {
  .why-us-section {
    padding: 4rem 1rem;
  }
  .hidden-nav {
    width: 100vw;
  }
  .logo {
    width: 25%;
  }
  .hero-section {
    height: 45vh;
  }
  .about-right {
    width: 100%;
  }
}

@media (max-width: 400px) {
  .why-us-card {
    width: 100%;
    margin-bottom: 2rem;
  }
  .adv-info h2 {
    font-size: 25px;
  }
}
