* {
  margin: 0%;
  padding: 0%;
  box-sizing: border-box;
}

@font-face {
  font-family: "PlayfairDisplay";
  src: url("./../fonts/Playfair_Display/PlayfairDisplay-Regular.ttf") format("truetype");
  font-weight: normal;
  font-style: normal;
}
@font-face {
  font-family: "Poppins";
  src: url("./../fonts/Poppins/Poppins-Regular.ttf") format("truetype");
  font-weight: normal;
  font-style: normal;
}
body {
  font-family: "Poppins", sans-serif !important;
  background-color: #F5F2F0 !important;
}

.PlayfairDisplay {
  font-family: "PlayfairDisplay", sans-serif !important;
}

a {
  text-decoration: none !important;
}

.Active_Menu {
  color: #0B1432 !important;
}

.Header_logo {
  width: 220px;
}

.custome_comun_btn {
  background-color: #0B1432;
  color: #fff;
  border: none;
  padding: 8px 25px;
  text-align: center;
  display: inline-block;
  font-size: 16px;
  font-weight: 700;
  cursor: pointer;
  transition: all 0.3s;
  border: 1px solid #FFF;
  border-radius: 5px;
}
.custome_comun_btn:hover {
  box-shadow: rgba(255, 255, 255, 0.2) 0 3px 15px inset, rgba(0, 0, 0, 0.1) 0 3px 5px, rgba(0, 0, 0, 0.1) 0 10px 13px;
  transform: scale(1.05);
  background-color: #FFF;
  color: #0B1432;
}

.custome_comun_white_btn {
  background-color: #FFF;
  color: #0B1432;
  border: none;
  padding: 8px 25px;
  text-align: center;
  display: inline-block;
  font-size: 16px;
  cursor: pointer;
  transition: all 0.3s;
  border: 1px solid #0B1432;
  border-radius: 5px;
}
.custome_comun_white_btn:hover {
  box-shadow: rgba(255, 255, 255, 0.2) 0 3px 15px inset, rgba(0, 0, 0, 0.1) 0 3px 5px, rgba(0, 0, 0, 0.1) 0 10px 13px;
  transform: scale(1.05);
  background-color: #0B1432;
  color: #FFF;
}
.custome_comun_white_btn:hover path {
  fill: #FFF;
}

.cursor {
  position: fixed;
  width: 15px;
  height: 15px;
  background-color: rgba(255, 255, 255, 0.5);
  box-shadow: 0px 0px 5px #000;
  border: 1px solid rgba(0, 0, 0, 0.5);
  border-radius: 50%;
  pointer-events: none;
  transform: translate(-50%, -50%);
  transition: transform 0.8s linear;
  z-index: 9999;
}

.Custome_Navebar {
  position: absolute !important;
  width: 100%;
  background-image: url("../img/navbar_bg.png");
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
  z-index: 5;
}
.Custome_Navebar a .Header_logo {
  width: 200px;
}
.Custome_Navebar ul li a span {
  color: #828282;
  font-weight: 600;
  font-size: 16px;
}

.sec_title {
  color: #0B1432;
  font-size: 16px;
  padding: 3px 20px;
  font-weight: 600;
  border-radius: 50px;
  background-color: #C9E1FF;
  border: 1px solid #0B1432;
  text-transform: uppercase;
  font-family: "PlayfairDisplay", sans-serif !important;
}

.sec_big_title {
  color: #0B1432;
  font-size: 32px;
  font-weight: 700;
  font-family: "PlayfairDisplay", sans-serif !important;
}

.MainBannerPart {
  background-image: url("../img/Main_Banner_Image.webp");
  background-repeat: no-repeat;
  background-size: cover;
  padding-top: 230px;
  padding-bottom: 100px;
  overflow: hidden;
}
.MainBannerPart h1 {
  color: #FFF;
  font-size: 46px;
  font-weight: 700;
  font-family: "PlayfairDisplay", sans-serif !important;
}
.MainBannerPart h2 {
  color: #FFF;
  font-size: 28px;
  font-weight: 700;
  text-decoration: underline;
  font-family: "PlayfairDisplay", sans-serif !important;
}
.MainBannerPart p {
  color: #FFF;
  font-size: 18px;
}

.YarnBannerPart {
  background-image: url("../img/yarnProductBannerImg.webp");
  background-repeat: no-repeat;
  background-size: cover;
  padding-top: 300px;
  padding-bottom: 100px;
  overflow: hidden;
}
.YarnBannerPart h1 {
  color: #FFF;
  font-size: 46px;
  font-weight: 700;
  font-family: "PlayfairDisplay", sans-serif !important;
}
.YarnBannerPart p {
  color: #FFF;
  font-size: 18px;
}

.fabricBannerPart {
  background-image: url("../img/fabricProductBannerImg.webp");
  background-repeat: no-repeat;
  background-size: cover;
  padding-top: 300px;
  padding-bottom: 100px;
  overflow: hidden;
}
.fabricBannerPart h1 {
  color: #FFF;
  font-size: 46px;
  font-weight: 700;
  font-family: "PlayfairDisplay", sans-serif !important;
}
.fabricBannerPart p {
  color: #FFF;
  font-size: 18px;
}

.GarmentsBannerPart {
  background-image: url("../img/garmentProductBannerImg.webp");
  background-repeat: no-repeat;
  background-size: cover;
  padding-top: 300px;
  padding-bottom: 100px;
  overflow: hidden;
}
.GarmentsBannerPart h1 {
  color: #FFF;
  font-size: 46px;
  font-weight: 700;
  font-family: "PlayfairDisplay", sans-serif !important;
}
.GarmentsBannerPart p {
  color: #FFF;
  font-size: 18px;
}

.ContactBannerPart {
  background-image: url("../img/contactProductBannerImg.webp");
  background-repeat: no-repeat;
  background-size: cover;
  padding-top: 300px;
  padding-bottom: 100px;
  overflow: hidden;
}
.ContactBannerPart h1 {
  color: #FFF;
  font-size: 46px;
  font-weight: 700;
  font-family: "PlayfairDisplay", sans-serif !important;
}
.ContactBannerPart p {
  color: #FFF;
  font-size: 18px;
}

.AboutBannerPart {
  position: relative;
  background-color: #0B1432 !important;
  padding-top: 200px;
  padding-bottom: 100px;
  overflow: hidden;
}
.AboutBannerPart .sedo_svg {
  position: absolute;
  width: 342px;
  left: 14%;
  bottom: 5%;
}
.AboutBannerPart h1 {
  color: #FFF;
  font-size: 46px;
  font-weight: 700;
  font-family: "PlayfairDisplay", sans-serif !important;
}
.AboutBannerPart p {
  color: #FFF;
  font-size: 18px;
}

footer {
  background-image: url("../img/Footer_bg_image.webp");
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
  background-color: #F5F2F0;
  margin-top: 100px;
}
footer .footer_Logo {
  margin-top: -60px;
}
footer .bottom_footer .container {
  border-top: 1px solid #FFF;
}

.Our_Impact .OurImpact_Contain {
  background-color: #FFF;
  border: 2px solid #0B1432;
  padding: 30px;
  border-radius: 10px;
  position: relative;
  overflow: hidden;
}
.Our_Impact .OurImpact_Contain.show {
  transform: translateY(0);
  opacity: 1;
}
.Our_Impact .OurImpact_Contain img {
  height: 80px;
  width: 80px;
}
.Our_Impact .OurImpact_Contain h3 {
  color: #0B1432;
  font-size: 22px;
  font-weight: 700;
}
.Our_Impact .OurImpact_Contain p {
  color: #0B1432;
  font-size: 16px;
}
.Our_Impact .row .detail_card {
  transition: transform 0.3s ease-in-out;
}
.Our_Impact .row .detail_card:hover {
  transform: scale(1.05);
}
.Our_Impact .row .detail_card:hover img {
  transform: scale(1.1);
}

.Our_Product .contain_card {
  position: relative;
}
.Our_Product .contain_card .sedo_svg {
  position: absolute;
  left: 0%;
}

.About_Us_Section {
  position: relative;
  background-color: #0B1432;
  padding: 70px 0px;
}
.About_Us_Section .svg_sadow {
  position: absolute;
  right: 0%;
  bottom: 0%;
}
.About_Us_Section .About_Us_cotan_img {
  position: absolute;
  left: 0%;
  width: 34%;
}
.About_Us_Section h3 {
  color: #FFF;
}
.About_Us_Section p {
  color: #FFF;
}

.Mission_Vision .custome_tab .nav-pills .nav-link.active, .Mission_Vision .custome_tab .nav-pills .show > .nav-link {
  color: #000 !important;
  background-color: transparent !important;
  border-bottom: 2px solid rgba(11, 20, 50, 0.8);
}
.Mission_Vision .custome_tab .nav-link {
  font-size: 20px !important;
  font-weight: 700 !important;
  color: #000;
  transition: color 0.15s ease-in-out, background-color 0.15s ease-in-out, border-color 0.15s ease-in-out;
}

.parallax {
  background-image: url("../img/OurTexProcess_bg_image.webp");
  min-height: 400px; /* Adjust height as needed */
  background-attachment: fixed;
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
}

.OurTexProcess .OurTexProcess_Caard {
  background-color: rgba(0, 0, 0, 0.0784313725);
  border-radius: 10px;
  padding: 26px;
  border: 1px solid #000;
  transition: transform 0.2s ease-out;
  transform: perspective(1000px) rotateX(0deg) rotateY(0deg);
  transform-style: preserve-3d;
}
.OurTexProcess .OurTexProcess_Caard .icon_bg {
  height: 60px;
  width: 60px;
  border-radius: 50%;
  background-color: #FFF;
  display: flex;
  align-items: center;
  justify-content: center;
  transition: transform 0.2s ease-out;
}
.OurTexProcess .OurTexProcess_Caard h3 {
  color: #FFF;
  font-size: 20px;
}
.OurTexProcess .OurTexProcess_Caard p {
  color: #FFF;
  font-size: 16px;
}
.OurTexProcess .OurTexProcess_Caard:hover .icon_bg {
  transform: translateY(-5px);
}

.Quality_Innovation .box_Custome {
  border: 2px dashed #0B1432;
  border-radius: 5px;
  background-color: #FFF;
}
.Quality_Innovation .box_Custome .list_part img {
  height: 100px;
  width: 100px;
}
.Quality_Innovation .box_Custome .list_part h3 {
  color: #0B1432;
  font-size: 22px;
}
.Quality_Innovation .box_Custome .list_part p {
  color: #424242;
  font-size: 16px;
}

.Get_in_touch {
  position: relative;
}
.Get_in_touch .bg_sadow_icon {
  position: absolute;
  width: 300px;
  right: 0%;
  top: -10%;
}
.Get_in_touch form .input_field {
  border-top: none;
  border-left: none;
  border-right: none;
  border-bottom: 1px solid #000000;
  background-color: transparent;
  outline: none;
  padding: 10px 0px;
}
.Get_in_touch h3 {
  color: #0B1432;
  font-size: 22px;
}
.Get_in_touch p {
  color: #424242;
  font-size: 16px;
}
.Get_in_touch .iti {
  width: 100%;
}

.contact_Form {
  background-color: #F9FAFF;
  padding: 50px;
  border-radius: 30px;
}
.contact_Form .dp_custom_field {
  border: none !important;
  background-color: transparent;
  outline: none;
}
.contact_Form .input_field {
  border: none !important;
  background-color: #FFF !important;
  outline: none;
  border-radius: 10px;
  padding: 10px 10px !important;
}

.stickysection {
  padding: 50px 0;
}
.stickysection .contain_card {
  position: relative;
}
.stickysection .contain_card .sedo_svg {
  position: absolute;
  left: 0%;
}
.stickysection__sidebar {
  top: 0;
  z-index: 1;
  position: sticky;
  min-height: 100vh;
}
.stickysection__sidebar ul li {
  margin-bottom: 15px;
}
.stickysection__sidebar ul li a {
  color: #5C5C60;
  font-size: 24px;
  font-weight: 400;
  line-height: 32px;
  transition: all 0.3s ease;
}
.stickysection__sidebar ul li.active a {
  color: #F2CD00;
}
.stickysection__content {
  margin-bottom: 100vh;
}
.stickysection__content .entry-title .title {
  color: #FF6F4C;
}
.stickysection__content .entry-title .description {
  color: #FFF;
}
.stickysection__item {
  opacity: 0;
  padding: 50px 0;
  visibility: hidden;
}
.stickysection__item .title {
  color: #F2CD00;
}
.stickysection__item .media {
  margin-bottom: 10px;
}
.stickysection__item .media img {
  width: 100%;
  height: auto;
}
.stickysection__item .content {
  color: #FFF;
}
.stickysection__item .content h1, .stickysection__item .content h2, .stickysection__item .content h3, .stickysection__item .content h4, .stickysection__item .content h5, .stickysection__item .content h6 {
  color: #F2CD00;
}

#stickysection__contentappend {
  top: 0;
  z-index: 1;
  position: sticky;
  width: 100%;
  min-height: 100vh;
  margin-bottom: -100vh;
}
#stickysection__contentappend .stickysection__item {
  opacity: 1;
  visibility: visible;
}

.Image_slider {
  padding: 70px 0px;
  background-color: #042044;
}
.Image_slider .left_right_arrow_slider {
  position: relative;
  height: 50px;
  width: 11%;
  left: 50%;
  transform: translateX(-50%);
  margin-top: 30px;
}
.Image_slider .left_right_arrow_slider img:hover {
  transform: scale(1.2);
}
.Image_slider .swiper-button-prev:after, .Image_slider .swiper-rtl .swiper-button-next:after {
  content: "prev";
  display: none;
}
.Image_slider .swiper-button-next:after, .Image_slider .swiper-rtl .swiper-button-prev:after {
  content: "next";
  display: none;
}

.World_Wild_Network {
  background-color: #FFF;
}
.World_Wild_Network img {
  width: 70%;
  margin: 0 auto;
}

.ChaitanyaTexProcessStory {
  background-color: #FFF;
}

.Why_Choose_Uss .Custome_cards {
  padding: 30px;
}
.Why_Choose_Uss .Custome_cards h3 {
  color: #0B1432;
  font-size: 22px;
  font-weight: 700;
  font-family: "PlayfairDisplay", sans-serif !important;
}
.Why_Choose_Uss .Custome_cards .icons_box {
  height: 60px;
  width: 60px;
}
.Why_Choose_Uss .boxWidth {
  width: 70%;
  margin: 0 auto;
}
.Why_Choose_Uss .borderCustom1 {
  border-right: 2px dashed rgb(11, 20, 50);
  border-bottom: 2px dashed rgb(11, 20, 50);
}
.Why_Choose_Uss .borderCustom2 {
  border-bottom: 2px dashed rgb(11, 20, 50);
}
.Why_Choose_Uss .borderCustom3 {
  border-right: 2px dashed rgb(11, 20, 50);
}

.ProductDetailsss .WhiteBox_1 {
  padding: 30px;
  background-color: #FFF;
  box-shadow: 0px 6px 56px rgba(0, 0, 0, 0.1);
  max-width: 700px;
  position: relative;
  left: 30%;
  margin-top: -150px;
  z-index: 5;
  border-radius: 5px;
}
.ProductDetailsss .WhiteBox_1 h3 {
  color: #0B1432;
  font-size: 22px;
  font-weight: 700;
  font-family: "PlayfairDisplay", sans-serif !important;
}
.ProductDetailsss .WhiteBox_1 table {
  background-color: transparent;
}
.ProductDetailsss .BlueBox_1 {
  padding: 30px;
  background-color: #0B1432;
  box-shadow: 0px 6px 56px rgba(0, 0, 0, 0.1);
  max-width: 700px;
  height: 400px;
  position: relative;
  left: 10%;
  margin-top: -150px;
  z-index: 5;
  border-radius: 5px;
}
.ProductDetailsss .BlueBox_1 table tr th {
  background: transparent;
  color: #FFF;
}
.ProductDetailsss .BlueBox_1 table tr td {
  background: transparent;
  color: #FFF;
}
.ProductDetailsss .BlueBox_1 p {
  color: #FFF;
}
.ProductDetailsss .BlueBox_1 h3 {
  color: #FFF;
  font-size: 22px;
  font-weight: 700;
  font-family: "PlayfairDisplay", sans-serif !important;
}
.ProductDetailsss .BlueBox_1 ul li {
  color: #FFF;
}
.ProductDetailsss .image_box {
  max-width: 720px;
  margin-top: -70px;
  position: relative;
  left: 20%;
}
.ProductDetailsss .image_box2 {
  max-width: 400px;
  margin-top: -150px;
  position: relative;
  left: 17%;
}
.ProductDetailsss .WhiteBox_2 {
  padding: 30px;
  background-color: #FFF;
  box-shadow: 0px 6px 56px rgba(0, 0, 0, 0.1);
  max-width: 700px;
  height: 435px;
  position: relative;
  left: -19%;
  margin-top: 0px;
  z-index: 5;
  border-radius: 5px;
  width: 139%;
}
.ProductDetailsss .WhiteBox_2 h3 {
  color: #0B1432;
  font-size: 22px;
  font-weight: 700;
  font-family: "PlayfairDisplay", sans-serif !important;
}

.YarnStandsOut {
  background-color: #FFF;
}
.YarnStandsOut .customeCardss {
  padding: 30px;
  border-radius: 5px;
  box-shadow: 2px 2px 3px rgba(0, 0, 0, 0.1);
}
.YarnStandsOut .customeCardss h3 {
  color: #0B1432;
  font-size: 22px;
  font-weight: 700;
  font-family: "PlayfairDisplay", sans-serif !important;
}

.Custome_Model_Popup .modal-content {
  background-color: #FFF8F3;
  background-image: url("../img/light_design_bg.png");
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
}

.Custome_Model_Popup .modal-content .design_form form label {
  font-family: "Manrope", serif;
  font-size: 18px;
  font-weight: 700;
  width: 100px;
}

.Custome_Model_Popup .modal-content .design_form form .input_field {
  border-top: none;
  border-left: none;
  border-right: none;
  border-bottom: 1px solid #F85639;
  background-color: transparent;
  outline: none;
  width: 65%;
  font-size: 18px;
  color: #F85639;
}

.Custome_Model_Popup .modal-content .design_form form .input_field::-moz-placeholder {
  color: rgba(0, 0, 0, 0.1882352941);
  font-size: 18px;
  font-weight: 400;
}

.Custome_Model_Popup .modal-content .design_form form .input_field::placeholder {
  color: rgba(0, 0, 0, 0.1882352941);
  font-size: 18px;
  font-weight: 400;
}

/* Image */
.thankyou-img {
  width: 70%;
  max-width: 300px;
  filter: drop-shadow(0 0 10px rgba(255, 255, 255, 0.3));
}/*# sourceMappingURL=style.css.map */