@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&family=Roboto:ital,wght@0,300;0,400;0,500;0,700;0,900;1,100;1,300;1,400;1,500;1,700;1,900&display=swap");
*::after, *::before, * {
  margin: 0;
  padding: 0;
}

body {
  box-sizing: border-box;
  overflow-x: hidden;
  font-family: "Poppins", sans-serif;
  max-width: 1920px;
  margin: 0 auto;
}

.socialLinks {
  display: flex;
  align-items: center;
  justify-content: space-evenly;
  flex-direction: column;
  position: fixed;
  top: 50%;
  right: -20px;
  transform: translateY(-50%);
}
.socialLinks a {
  color: #fff;
  text-decoration: none;
  margin: 0 20px;
  font-size: 20px;
  padding: 15px;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 50px;
  height: 50px;
  background: #383838;
  transition: 0.45s ease;
}
.socialLinks a img {
  width: 20px;
  height: 20px;
  -o-object-fit: contain;
     object-fit: contain;
}
.socialLinks a:first-child:hover {
  background: #4267B2;
}
.socialLinks a:nth-child(2):hover {
  background: #00acee;
}
.socialLinks a:nth-child(3):hover {
  background-image: linear-gradient(45deg, #8a3ab9, #bc2a8d, #fccc63, #fbad50);
}
.socialLinks a:nth-child(4):hover {
  background: #0e76a8;
}
.socialLinks a:nth-child(5):hover {
  background: #FF0000;
}
.socialLinks a:nth-child(6):hover {
  background: #c8232c;
}
.socialLinks a:last-child:hover {
  background: #f0b821;
}

.header {
  display: flex;
  align-items: center;
  background: #fff;
  height: 100px;
}
.header .logo {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.header .logo img {
  width: 200px;
  -o-object-fit: contain;
     object-fit: contain;
  height: 80px;
}
.header .logo::after {
  display: block;
  content: none;
}
.header .logo::before {
  display: block;
  content: none;
}

@keyframes animatedBackground {
  0% {
    background-position: 0 0;
  }
  50% {
    background-position: 100% 0;
  }
  100% {
    background-position: 0 0;
  }
}
.banner {
  background-image: linear-gradient(rgb(255, 0, 0), rgb(192, 6, 6)), url("../../image/background final.jpg");
  background-size: cover;
  background-position: center;
  background-attachment: fixed;
  height: 400px;
  display: flex;
  align-items: center;
  justify-content: center;
}
.banner .content {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.banner .content .left {
  flex: 1;
}
.banner .content .left h1, .banner .content .left h2, .banner .content .left h3, .banner .content .left h4, .banner .content .left h5 {
  color: #fff;
}
.banner .content .left h4 {
  font-size: 30px;
  font-weight: 300;
  margin: 0 !important;
}
.banner .content .left h1 {
  font-size: 60px;
  font-weight: 800;
  margin: 0 !important;
}
.banner .content .left h2 {
  font-size: 30px;
  font-weight: 300;
  margin: 0 !important;
}
.banner .content .left a.joiningLink {
  padding: 10px 20px;
  background: #FEE36E;
  color: #2a2a2a;
  text-decoration: none;
  margin-top: 20px;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 230px;
  text-transform: uppercase;
}
.banner .content .left p {
  font-size: 14px;
  color: #fff;
  font-weight: 200;
  margin: 0;
}
.banner .content .right {
  flex: 1;
  width: 100%;
  height: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
}
.banner .content .right .boxText {
  padding: 15px;
  position: relative;
  border-left: 3px solid #FEE36E;
  border-right: 3px solid #FEE36E;
  width: 60%;
  margin: 0 auto;
}
.banner .content .right .boxText img.quote1 {
  position: absolute;
  width: 20px;
  height: 15px;
  top: -10px;
  left: 10px;
}
.banner .content .right .boxText img.quote2 {
  position: absolute;
  width: 20px;
  height: 15px;
  bottom: 10px;
  right: 10px;
  transform: rotate(180deg);
}
.banner .content .right .boxText p {
  color: #fff;
  font-style: italic;
  font-weight: 300;
  letter-spacing: 2px;
  line-height: 30px;
  margin: 0;
  font-size: 13px;
}
.banner .content .right .boxText::after {
  content: "";
  width: 80%;
  height: 3px;
  background: #FEE36E;
  position: absolute;
  top: 0;
  right: 0;
}
.banner .content .right .boxText::before {
  content: "";
  width: 80%;
  height: 3px;
  background: #FEE36E;
  position: absolute;
  bottom: 0;
  left: 0;
}

.strip {
  margin: 0;
  width: 100%;
  padding: 20px 0;
  background: #ffc400;
}
.strip .container {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.strip .container p {
  color: #000;
  font-size: 16px;
  font-weight: 200;
  margin: 0;
  flex-basis: 70%;
  font-style: italic;
}
.strip .container a.joiningLink {
  padding: 10px 20px;
  background: #FF0000;
  color: #fff;
  text-decoration: none;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 230px;
  text-transform: uppercase;
}

.wrapper .main {
  margin: 30px auto;
}
.wrapper .main .title {
  padding: 15px;
  border: 1px solid #2a2a2a;
  display: inline-block;
  position: relative;
}
.wrapper .main .title h3 {
  font-size: 25px;
  font-weight: 300;
  text-transform: uppercase;
}
.wrapper .main .title::after {
  content: "";
  width: 100px;
  height: 10px;
  background: #fff;
  position: absolute;
  top: -5px;
  right: 20px;
}
.wrapper .main .bannerArea {
  width: 100%;
  height: 450px;
  background: #888;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
  color: #fff;
}
.wrapper .main .bannerArea h2 {
  font-size: 60px;
}
.wrapper .main .bannerArea img {
  width: 100%;
  height: 100%;
  -o-object-fit: fill;
     object-fit: fill;
}
.wrapper .main section {
  margin: 100px 0;
  position: relative;
}
.wrapper .main section:first-child {
  margin-top: 30px;
}
.wrapper .main section img.wool {
  width: 20%;
  height: auto;
  position: absolute;
  z-index: 0;
  opacity: 0.1;
  top: 0;
  right: 0;
}
.wrapper .main section img.textile {
  width: 30%;
  height: auto;
  position: absolute;
  z-index: 0;
  opacity: 0.05;
  top: 0;
  left: -30%;
}
.wrapper .main section img.fabric {
  width: 30%;
  height: auto;
  position: absolute;
  z-index: 0;
  opacity: 0.05;
  bottom: 0;
  right: -100px;
}
.wrapper .main section .content {
  margin: 30px 0 10px 0;
  text-align: justify;
  font-size: 18px;
  line-height: 2;
}
.wrapper .main section .content p {
  font-weight: 300;
}
.wrapper .main section .content ul {
  list-style: none;
}
.wrapper .main section .content ul li {
  margin: 15px 0;
}
.wrapper .main section .section-footer {
  display: flex;
  align-items: center;
  justify-content: space-evenly;
  margin-top: 50px;
}
.wrapper .main section .section-footer .line {
  width: 30%;
  height: 1px;
  background: #2a2a2a;
}
.wrapper .main section .section-footer .square {
  width: 20px;
  height: 20px;
  background: #FF0000;
  transform: rotate(45deg);
  position: relative;
}
.wrapper .main section .section-footer .square::after {
  content: "";
  position: absolute;
  width: 1px;
  height: 100%;
  top: 0;
  right: 44%;
  background-color: #fff;
  transform: translateX(-50%) rotate(-1deg);
}
.wrapper .main section .section-footer .square::before {
  content: "";
  position: absolute;
  width: 1px;
  height: 100%;
  top: 0;
  right: 44%;
  background-color: #fff;
  transform: translateX(-50%) rotate(90deg);
}

.footer {
  height: 200px;
  display: flex;
  justify-content: center;
  background: #FF0000;
}
.footer .content {
  display: flex;
  width: 80%;
  align-items: center;
  justify-content: space-between;
  padding: 10px 0;
}
.footer .left {
  flex: 2;
}
.footer .left p {
  color: #fff;
  margin: 0;
  font-weight: 200;
  font-size: 17px;
}
.footer .left p:first-child {
  margin-bottom: 10px;
  font-weight: 400;
  font-size: 20px;
}
.footer .right {
  flex: 1;
  display: flex;
  align-items: center;
  justify-content: space-evenly;
}
.footer .right a {
  color: #fff;
  text-decoration: none;
  margin: 0 20px;
  font-size: 20px;
}
.footer .right a img {
  width: 20px;
  height: 20px;
  -o-object-fit: contain;
     object-fit: contain;
}

.footer2 {
  background: #2a2a2a;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 0 40px;
  height: 40px;
}
.footer2 p {
  color: #fff;
  margin: 0;
  font-size: 14px;
  font-weight: 200;
}

.ml9 {
  position: relative;
  font-weight: 200;
  font-size: 4em;
}

.ml9 .text-wrapper {
  position: relative;
  display: inline-block;
  padding-top: 0.2em;
  padding-right: 0.05em;
  padding-bottom: 0em;
  overflow: hidden;
}

.ml9 .letter {
  transform-origin: 50% 100%;
  display: inline-block;
  line-height: 0;
}

.ml10 {
  position: relative;
  font-weight: 900;
  font-size: 4em;
}

.ml10 .text-wrapper {
  position: relative;
  display: inline-block;
  padding-top: 0.2em;
  padding-right: 0.05em;
  padding-bottom: 0.1em;
  overflow: hidden;
}

.ml10 .letter {
  display: inline-block;
  line-height: 1em;
  transform-origin: 0 0;
}/*# sourceMappingURL=style.css.map */