@font-face {
  font-family: "Manrope";
  src: url("../font/Manrope/Manrope-VariableFont_wght.ttf") format("tff"), url("../font/Manrope/Manrope-VariableFont_wght.ttf") format("tff");
  /* Add additional font formats if needed */
}

.display-font{
    font-family: 'Gabarito', sans-serif;
}

body {
  font-family: "Gabarito", sans-serif !important;
  font-size: 18px !important;
  padding-top:65px;
}

img{
    width:100% ;
}

.btn {
  border-radius: 0px !important;
}

.logo{
height: 48px;
width:auto;
}

/* ul.scroll-menu {
  position:relative;
  display:inherit!important;logo-
  overflow-x:auto;
  top:0!important;
  left:0!important;
  width:100%;
  height:auto;
  max-height:500px;
  margin:0;
  border-left:none;
  border-right:none;
  border-radius:0!important;
  box-shadow:none
} */

/* ---local--- */
:root {
  --blue: #1e90ff;
  --white: #ffffff;
  --black: #000000;
  --red: #8b1010;
  --gray: #f2f2f2;
  --gray1: #b4b4b4;
}



/* exhibition */
.exhibition-hero-bg {
  background: linear-gradient(to bottom, rgba(0, 0, 0, 0) 40%, rgba(0, 0, 0, 0) 60%, rgba(0, 0, 0, 0.65) 100%),
    url('../images/exhibition/tape.jpg') no-repeat;
  background-position: center;
  /* You can adjust this line according to your preference */
  background-repeat: no-repeat;
  object-fit: cover;
  height: 100vh;
  width: 100vw;
}

.bg-maroon{
     background: rgb(139,16,16);
background: linear-gradient(45deg, rgba(139,16,16,1) 0%, rgba(213,39,39,1) 100%); 
}



.portfolio-menu {
  text-align: center;
}

.portfolio-menu ul li {
  display: inline-block;
  margin: 0;
  list-style: none;
  padding: 10px 15px;
  cursor: pointer;
  -webkit-transition: all 05s ease;
  -moz-transition: all 05s ease;
  -ms-transition: all 05s ease;
  -o-transition: all 05s ease;
  transition: all .5s ease;
}

.portfolio-item {
  /*width:100%;*/
}

.portfolio-item .item {
  /*width:303px;*/
  float: left;
  margin-bottom: 10px;
}





.scrollable-container {
  max-width: 100%;
  /* Ensure the container doesn't exceed the viewport width */
  overflow-x: auto;
  /* Enable horizontal scrolling on smaller screens */
}

.scrollable-container ul {
  white-space: nowrap;
  /* Prevent list items from wrapping to the next line */
  overflow-x: auto;
  /* Enable horizontal scrolling for the list */
  -webkit-overflow-scrolling: touch;
  /* Enable smooth scrolling on iOS devices */

}

.scrollable-container ul::-webkit-scrollbar {
  width: 2px !important;
  height: 2px !important;
}


.exhibtion_hero-slider{
  height: 50vh;
  background-size: cover;
  background-image: url('../images/exhibition/tape.jpg');
  box-shadow: 0 0 10px black;
}
.testimonial{
  width: 100%;
  height: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
}
.testimonial .bi-chat-quote-fill{
  font-size: 3rem;
}
.testimonial .star span .bi-star{
  font-size: 1rem;
}

.card{
  background: none !important;
}


/* slider animation logo exhibition */

@keyframes slide {
  from {
    transform: translateX(0);
  }
  to {
    transform: translateX(-100%);
  }
}

.logos {
  overflow: hidden;
  padding: 20px 0;
  background: white;
  white-space: nowrap;
  position: relative;
}

.logos:before,
.logos:after {
  position: absolute;
  top: 0;
  width: 140px;
  height: 100%;
  content: "";
  z-index: 2;
}

.logos:before {
  left: 0;
  background: linear-gradient(to left, rgba(255, 255, 255, 0), white);
}

.logos:after {
  right: 0;
  background: linear-gradient(to right, rgba(255, 255, 255, 0), white);
}

.logos:hover .logos-slide {
  animation-play-state: paused;
}

.logos-slide {
  display: inline-block;
  animation: 20s slide infinite linear;
}

.logos-slide img {
  width: auto;
  height: 140px;
  margin: 0 40px;
  transition: 0.9s;
}

.logos-slide img:hover {
  transform: scale(1.5);
}
/* slider animation logo exhibition */
/* exhibition */



/* industry */
.industry-card {
  box-shadow: 0px 0px 25px rgba(0, 0, 0, 0.1);
  background-position: center;
  overflow: hidden;
  position: relative;
  margin: 10px auto;
  cursor: pointer;
  border-radius: 10px;
}

.industry-card img {
  transition: all linear 0.25s;
  height: 35vh;
}

.industry-card .industry-name {
  position: absolute;
  left: 30px;
  bottom: 20px;
  font-size: 3vw;
  color: #FFF;
  text-shadow: 0px 0px 60px rgba(0, 0, 0, 0.863);
  font-weight: bold;
  transition: all linear 0.25s;
  z-index: 1;
  text-transform: capitalize;
  line-height: 1;
  width: 70%;
}

.industry-card:hover img {
  filter: grayscale(100%);
}

.industry-card:hover .industry-name {
  bottom: 80px;
}

.img-gradient:after {
  content: '';
  position: absolute;
  left: 0;
  width: 100%;
  height: 60%;
  display: inline-block;
  background: linear-gradient(to bottom, rgba(47, 47, 47, 0) 0%, rgba(0, 0, 0, 0.9) 100%);
  bottom: 0;
}
/* industry */





/* ---local--- */

/* Custom scrollbar */
::-webkit-scrollbar {
  width: 5px;
}

::-webkit-scrollbar-track {
  background: #f1f1f1;
}

::-webkit-scrollbar-thumb {
  background: var(--red);
}

/* Custom scrollbar */

/* page loader */
.loaderr {
  position: fixed;
  left: 0px;
  top: 0px;
  width: 100%;
  height: 100%;
  z-index: 9999;
  background-size: 10%;
  background-color: var(--white);
  display: flex;
  justify-content: center;
  align-items: center;
}

.loaderr img {
  width: 10%;
  height: auto;
}

/* page loader */

/* send mail loader */
#overlay {
  position: fixed;
  top: 0;
  z-index: 100;
  width: 100%;
  height: 100%;
  display: none;
  background: rgba(0, 0, 0, 0.6);
}

.cv-spinner {
  height: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
}

.spinner {
  width: 40px;
  height: 40px;
  border: 4px #ddd solid;
  border-top: 4px #0d1ce7 solid;
  border-radius: 50%;
  animation: sp-anime 0.8s infinite linear;
}

@keyframes sp-anime {
  100% {
    transform: rotate(360deg);
  }
}

.is-hide {
  display: none;
}

/* send mail loader */

/* ---video--- */

.cover-container {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  z-index: -99;
}

.hero {
  width: 100%;
  height: 80vh;
}

.hero_banner {
  display: block;
  position: relative;
  height: 80vh;
  overflow: hidden;
  background-position-x: 0%;
  background-position-y: 0%;
  background-size: cover;
  width: 100%;
  background-position: center;
  background-size: cover;
}

.video_container {
  position: absolute;
  z-index: 2;
  margin: auto;
  right: 0;
  left: 0;
  top: 80%;
  z-index: 1000px;
}

video {
  position: absolute;
  top: 0;
  bottom: 0;
  right: 0;
  left: 0;
  margin: auto;
  min-height: 50%;
  min-width: 50%;
}

.video_container {
  top: 45%;
}

.dark-mask-absolute {
  position: absolute;
  top: 0px;
  right: 0px;
  left: 0px;
  bottom: 0px;
  background-color: rgba(0, 0, 0, 0.3);
  height: 100%;
  width: 100%;
  z-index: 1;
}

.h_v {
  position: absolute;
  width: 100% !important;
  height: 100% !important;
  object-fit: cover;
}

.home_top_title {
  font-size: 4vw;
  line-height: 1;
  font-weight: 700;
  color: white;
}

.home_top_left_title {
  font-size: 1.5vw;
  font-weight: 400;
  color: white;
}

/* ---video--- */

/* scrollTopbtn */
#scrollTopbtn {
  display: none;
  position: fixed;
  bottom: 20px;
  right: 30px;
  z-index: 99;
  font-size: 1.5rem;
  border: none;
  outline: none;
  background: var(--red);
  color: var(--white);
  cursor: pointer;
  border-radius: 5px;
}

#scrollTopbtn:hover {
  color: var(--white);
  background: var(--black);
}

/* scrollTopbtn */

/* --- nav --- */

.navbar-toggler:focus {
  box-shadow: none !important;
}

.nav_positonfixed .navbar-nav .nav_hover {
  position: relative;
  margin: 0 10px;
}

.nav_positonfixed .navbar-nav .nav_hover:hover a {
  color: var(--red);
}

.nav_positonfixed .navbar-nav .active {
  position: relative;
}

.nav_positonfixed .navbar-nav .active::before {
  content: "";
  left: 0;
  bottom: 0;
  width: 100% !important;
  background-color: var(--red);
  height: 2px;
  position: absolute;
  transition: 0.3s all ease-in;
}

.nav_positonfixed .navbar-nav .active a {
  color: var(--red) !important;
}

.nav_positonfixed .navbar-nav .nav_hover::before {
  content: "";
  left: 0;
  bottom: 0;
  width: 0%;
  background-color: var(--red);
  height: 2px;
  position: absolute;
  transition: 0.3s all ease-in;
}

.nav_positonfixed .navbar-nav .nav_hover:hover:before {
  content: "";
  left: 0;
  bottom: 0;
  width: 100%;
  background-color: var(--red);
  height: 2px;
  position: absolute;
}

.nav_email_icon .nav-link {
  border: 1px solid var(--red);
  transition: 0.3s all ease-in;
}

.nav_email_icon .nav-link .bi-envelope {
  color: var(--red);
  padding: 5px 10px;
}

.nav_email_icon .nav-link:hover .bi-envelope {
  color: var(--white);
}

.nav_email_icon .nav-link:hover {
  background-color: var(--red);
  color: var(--white);
}

.nav_email_icon.active {
  background-color: var(--red) !important;
}

.nav_email_icon .nav-link.active .bi-envelope {
  color: var(--white);
}

/* dropdown-megamenu start */

#dropdown-btn.nav_hover.active {
  color: var(--red) !important;
}

.dropdown-menu {
  padding: 10px !important;
}

.megamenu {
  position: absolute;
  width: 100% !important;
  top: 0;
  left: 0;
  padding: 0;
  border: none !important;
  background: none !important;
  /* box-shadow: 0 0 2px black; */
  border-radius: 10px !important;
  display: block;
}

@keyframes slideDownIn {
  0% {
    transition: 0.5s;
    transform: translateY(-20px);
  }

  100% {
    transform: translateY(0);
  }

  0% {
    transition: 0.5s;
    transform: translateY(-20px);
  }
}

.animation {
  -webkit-animation-duration: 0.3s;
  animation-duration: 0.3s;
  -webkit-animation-fill-mode: both;
  animation-fill-mode: both;
}

.slideDownIn.show {
  -webkit-animation-name: slideDownIn;
  animation-name: slideDownIn;
}

@keyframes slideUpIn {
  0% {
    transform: translateY(20px);
  }

  100% {
    transform: translateY(0);
  }

  0% {
    transform: translateY(20px);
  }
}

.nav_hover:hover.dropdown-toggle::after {
  color: #8b1010 !important;
}

.dropdown-container {
  padding: 10px;
  border: none;
  background-color: var(--white);
  border: 1px solid var(--black) !important;
  margin: 0 !important;
  border-radius: 10px !important;
  max-width: 1500px;
  overflow: hidden;
}

.dropdown-toggle::after {
  transition: 0.3s;
}

.dropdown-toggle.show::after {
  transform: rotate(180deg) !important;
}

.megamenu li {
  list-style: none;
}

.tag_title {
  font-weight: 700;
  font-size: 1.7rem;
  white-space: unset !important;
  color: var(--red) !important;
  background-color: none !important;
}

.tag_title:hover {
  background: none !important;
}

.tag_para1 {
  background-color: none;
  color: var(--black);
  padding: 10px;
  font-size: 20px;
  text-align: justify;
  white-space: unset !important;
}

.list-dropdown {
  height: auto;
  padding: 20px 10px;
  overflow: hidden;
}

.tag_para {
  width: 100% !important;
  text-align: start;
  text-decoration: none;
  white-space: unset !important;
  font-weight: 600 !important;
  overflow: hidden;
}

.list-wrapper {
  font-size: 1.2rem;
  padding: 10px;
  overflow: hidden;
  color: var(--black) !important;
}

.list-wrapper:hover {
  color: var(--white) !important;
  background-color: var(--red);
  transition: all 0.3s ease;
}

.list-wrapper.active {
  color: var(--white) !important;
  background-color: var(--red) !important;
  transition: all 0.3s ease;
}

.list-wrapper:hover a {
  transition: all 0.3s ease;
  color: var(--white) !important;
}

.list-wrapper .bi-arrow-right::before {
  transform: translateX(500px) !important;
  transition: 0.2s all ease;
}

.list-wrapper:hover .bi-arrow-right::before {
  transform: translateX(0%) !important;
  transition: 0.5s all ease;
}

.bi-chevron-double-right::before {
  transform: translateX(2000%);
  transition: 0.5s all ease;
}

.btn-outline-danger {
  overflow: hidden;
}

.btn-outline-danger:hover .bi-chevron-double-right::before {
  transition: 0.5s all ease;
  transform: translate(0);
}

/* dropdown-megamenu end */

/* --- nav --- */

/*--- Discover Our ---*/

.discover-warrap {
  margin: 0 auto;
  padding-left: 120px;
  max-width: 700px;
}

.discover_title {
  font-size: clamp(28px, 4vw, 56px);
  font-weight: 600;
  line-height: clamp(36px, 5vw, 72px);
}

.discover_para {
  font-size: clamp(10px, 4vw, 20px);
  font-weight: 400;
  line-height: 30px;
}

.viewall_button {
  color: var(--white) !important;
  background-color: var(--red) !important;
  padding: 12px 24px 12px 24px !important;
}

.viewall_button i::before {
  transition: 0.3s all ease-in;
}

.viewall_button:hover i::before {
  transform: translateX(10px) !important;
}

.swiper {
  width: 100%;
  height: 100%;
}

.swiper_title {
  color: var(--black);
  font-size: clamp(20px, 2vw, 22px);
  text-align:center;
}

.swiper-button-next, .swiper-button-prev {
  color: var(--swiper-navigation-color,#fff)!important;
}

.acrylic_swiper {
  width: 100% !important;
  text-align: left;
  font-size: 18px;
  display: flex;
  flex-direction: column;
  justify-content: center;
}

.acrylic_swiper img {
  display: block;
  display: flex;
  object-fit: cover;
}

/*--- Discover Our ---*/

/*--- EASTERN TRADERS ----*/
.ourteam_para {
  font-size: clamp(18px, 1vw, 24px);
  font-weight: 600;
  line-height: 33.6px;
  color: var(--red);
}

.readmore_button {
  color: var(--black) !important;
  border-radius: 0 !important;
  position: relative;
}

.readmore_button:hover {
  color: var(--red) !important;
}

.readmore_button::before {
  content: "";
  position: absolute;
  width: 100%;
  background-color: var(--black);
  height: 2px;
  left: 0;
  bottom: 0;
  transition: 1s all ease-in-out;
}

.readmore_button i::before {
  transition: 0.1s all ease-in;
}

.readmore_button:hover i::before {
  color: var(--red);
  transform: translateX(10px);
}

/*--- EASTERN TRADERS ----*/

/*--- Industries ----*/
.industries_title {
  font-size: clamp(70px, 9vw, 120px);
  font-weight: 800;
  line-height: clamp(70px, 9vw, 95px);
  color: #000;
}

.industries {
  background-color: var(--gray);
}

.mySwiper2 {
  width: 100%;
  height: 100%;
}

/* .sec4_swiperslider .swiper-slide {
  width: 50% !important;
} */

.swiper_contentsec4 svg {
  fill: var(--black);
}

.swiper_postion {
 margin: 2vw 0 0 auto;
  position: relative !important;
  max-width: 1300px !important;
  display: flex;
  flex-direction: column;
  overflow: hidden;
}

.swiepr-container {
  position: absolute;
  left: 0;
}

.server_title {
  font-size: 30px;
  font-weight: 600;
  line-height: clamp(19px, 2vw, 50px);
}

.server_arrow i {
  color: var(--black) !important;
  font-size: clamp(13px, 2vw, 32px);
}

/*--- Industries ----*/

/*--- footer ---*/
.footer_title {
  font-size: 20px;
  font-weight: 500;
  color: var(--white);
}

.footer_para {
  font-size: 14px;
  font-weight: 300;
  color: #cdcdcd;
}

.footer_para.text-style {
  text-align: justify;
}

.footer_para ul li {
  list-style: none !important;
}

.footer_para ul li a {
  position: relative;
}

.footer_para ul li a::before {
  content: "";
  width: 0%;
  height: 2px;
  position: absolute;
  left: 0;
  bottom: -5px;
  background-color: var(--red);
  transition: 0.2s ease-in;
}

.footer_para ul li a:hover::before {
  content: "";
  width: 100%;
  height: 2px;
  position: absolute;
  left: 0;
  bottom: -5px;
  background-color: var(--red);
}

.footer_social_media ul li a {
  color: var(--white);
  transition: 0.2s ease-in;
}

.footer_social_media ul li a.facebook:hover {
  color: rgb(70, 70, 194);
}

.footer_social_media ul li a.insta:hover {
  color: rgb(143, 18, 137);
}

.footer_social_media ul li a.twitter:hover {
  color: rgb(19, 171, 218);
}

.footer_social_media ul li a.linkedin:hover {
  color: rgb(35, 0, 233);
}

.footer_para ul li a {
  text-decoration: none;
  font-size: 13px;
  font-weight: 300;
  color: #cdcdcd;
}

/*--- footer ---*/

/*--- we offer --- */

.antisltp_title {
  font-size: clamp(13px, 2vw, 32px);
}

.we-swiper {
  width: 100% !important;
  height: 100% !important;
}

#we_video {
  position: relative;
  display: inline-block;
  vertical-align: top;
  width: 100%;
}

.we-slider {
  position: relative;
}

/* .swiper-slide {
  width: 80% !important;
} */
/* .we-slider:nth-child(1n) {
  width: 50% !important;
} */

/* .we-sliderr:nth-child(2n) {
  width: 50% !important;
}

.we-slider:nth-child(3n) {
  width: 50% !important;
} */
.inner-block {
  position: relative;
  /* border: 1px solid red; */
  z-index: 9;
}

.slider-top-right:before,
.inner-block:after {
  height: 4px;
  transition: width 0.75s ease;
  width: 100%;
}

.slider-top-right:after,
.inner-block:before {
  height: 100%;
  transition: height 0.75s ease;
  width: 4px;
}

.inner-block:before,
.inner-block:after,
.slider-top-right:before,
.slider-top-right:after {
  background-color: #fff;
  content: "";
  display: block;
  position: absolute;
}

.inner-block {
  font-size: 2em;
  width: 90%;
  height: 90%;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  margin: auto;

  &:before {
    bottom: 0;
    right: 0;
    /* background-color:  var(--red); */
  }

  &:after {
    bottom: 0;
    right: 0;
    width: 40%;
  }
}

.slider-top-right {
  position: relative;
  width: 100%;
  height: 100%;

  &:before {
    top: 0;
    left: 0;
  }

  &:after {
    top: 0;
    left: 0;
    height: 50%;
  }
}

.box-content {
  position: absolute;
  bottom: 0;
  left: 0;
  z-index: 10;
}

.we_title {
  background-color: var(--red);
  width: 70%;
  font-size: 22px;
  color: white;
  padding: 5px;
  padding-left: 20px;
}

.we_para {
  line-height: 1;
  font-size: 16px;
  color: white;
  padding: 5px;
}

.big-text {
  font-weight: 800;
  font-size: clamp(50px, 9vw, 200px) !important;
  /* line-height: 160px; */
  text-align: center;
}

.float-tt {
  position: absolute;
  bottom: 10px;
  left: 10px;
}

/*--- we offer --- */

/* counter section */
.counter-bg {
  background-color: #8b1010;
}

.counter-number {
  font-weight: 600;
  font-size: clamp(28px, 3vw, 56px);
  text-align: center;
}

.counter-text {
  font-size: 24px;
  text-align: center;
  line-height: 1;
}

/* counter section */

/* ------------------------------------About---------------------------------------- */
/* screen_img */
.section_screen_img {
  width: 100%;
  height: 40vh;
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  background-image: url("../images/bnnr.jpg");
}

/* screen_img */

/* Masters */
.breadcrumb-item.home a {
  text-decoration: none !important;
  color: grey;
}

.breadcrumb-item .active a {
  font-size: 20px;
  color: #000000;
}

.about_title {
  padding-top: 3rem;
  font-size: clamp(15px, 3vw, 48px);
  color: var(--red);
  line-height: 1;
}

.about_masters_para {
  max-width: 634px;
}

.about_masters_para {
  position: absolute;
  top: 50%;
  right: 0%;
  font-size: clamp(13px, 1vw, 19px);
  color: #17171bc0;
  background-color: white;
  padding: 46px;
}

.about_masterimg1 img {
  margin-top: -2%;
}

.about_about_title {
  font-weight: 800;
  color: #e8e8e8;
  font-size: clamp(15px, 9vw, 200px);
  line-height: 1;
}

.section_about {
  height: auto;
  padding-bottom: 9rem;
}

/* Masters */

/* Mission */
.mission_tite {
  font-weight: 700;
  font-size: clamp(45px, 5vw, 88px);
}

.mission_para {
  font-weight: 400;
  font-size: clamp(15, 3vw, 20px);
}

.bg_mission {
  background-color: #f8f8f8;
}

.bg_mission_red:hover {
  background-color: var(--red) !important;
  color: var(--white);
  transition: 0.3s all ease-in;
}

.bg_mission_red:hover .mission_img_1 {
  width: 160px;
  height: 160px;
  background-image: url("../images/About_imager/business_hover_white.png");
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
}

.mission_img_1 {
  width: 160px;
  height: 160px;
  background-image: url("../images/About_imager/business_black.png");
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  margin: 20px;
}

.bg_mission_red:hover .mission_img_2 {
  width: 160px;
  height: 160px;
  background-image: url("../images/About_imager/mission_hover_white.png");
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
}

.mission_img_2 {
  width: 160px;
  height: 160px;
  background-image: url("../images/About_imager/mission_black.png");
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  margin: 20px;
}

.bg_mission_red:hover .mission_img_3 {
  width: 160px;
  height: 160px;
  background-image: url("../images/About_imager/vision_hover_wihte.png");
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
}

.mission_img_3 {
  width: 160px;
  height: 160px;
  background-image: url("../images/About_imager/vision_black.png");
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  margin: 20px;
}

/* Mission */

/* we_offer */
.section_we_offer {
  width: 100%;
  height: auto;
  background-size: cover;
  background-repeat: no-repeat;
  background-attachment: fixed;
  background-image: url("../images/Rectangle\ 250.png");
  padding: 6rem 0;
}

.we_offer {
  max-width: 958px;
  margin: 0 auto;
  text-align: center;
}

.we_offer_title {
  font-weight: 700;
  font-size: clamp(28px, 4vw, 56px);
}

/* we_offer */

/* gobal_operation */
.gobal_operation {
  max-width: 882px;
  margin: 0 auto;
}

.gobal_title {
  font-weight: 700;
  font-size: clamp(28px, 4vw, 56px);
}

.gobal_para {
  font-weight: 400;
  font-size: clamp(15, 3vw, 20px);
}

/* gobal_operation */

/* ------------------------------------Product---------------------------------------- */

.product_icon_title {
  font-size: 20px;
  color: #000000;
}

.product_icon_para {
  color: #17171b;
  background: none;
  font-size: 16px;
}

.nav-pills .nav-link.active {
  background-color: var(--red) !important;
  color: var(--white) !important;
}

.nav-pills .nav-link {
  color: var(--black) !important;
}

.product_asider {
  top: 8%;
  position: sticky !important;
}

.scroll-Tab button {
  overflow: hidden;
  height: 70px;
  z-index: -10px;
}

.eastern_product_para {
  font-size: 20px;
  font-weight: 400;
  color: #17171b;
  padding-bottom: 20px;
}

.our_product_title {
  color: var(--red);
  font-size: clamp(18px, 1vw, 24px);
  font-weight: 600;
  padding-bottom: 20px;
}

.card_product_img {
  padding: 21px;
  background-color: #fff;
  box-shadow: 0 -10px 13px rgba(0,0,0,0.2);
}

.card_product_img img {
  transition: 0.3s all ease-in;
}

.card_product_title {
  font-weight: 500;
  font-size: 20px;
  color: #17171b;
  padding: 10px;
}

.category-button {
  padding: 20px 10px !important;
}

.offcanvas.offcanvas-end {
  width: 50% !important;
}

.offcanvas .nav-tabs .nav-link {
  color: var(--black);
}

.offcanvas .nav-tabs .nav-link.active {
  background-color: var(--red);
  color: var(--white);
}

.offcanvas .nav-tabs .nav-link:hover {
  background-color: var(--red);
  color: var(--white);
}

.product_swiper {
  width: 100%;
  height: 100%;
}

.product_swiper_wrapper {
  width: 100%;
  height: 100%;
}

.product_swiper_wrapper .swiper-slide img {
  display: block;
  width: 100%;
  /* height: 100%; */
  object-fit: cover !important;
}

.component_holding_title {
  font-size: 23px;
  font-weight: 600;
}

.component_holding_para {
  font-size: 14px;
  font-weight: 400;
}

.description_title {
  color: var(--red);
  font-size: 16px;
  font-weight: 500;
}

.description_para {
  color: #17171b;
  font-size: 16px;
  font-weight: 300;
}

.nav-tabs .nav-link {
  color: var(--black);
}

.product_asider .nav-link.active .product_icon_title {
  color: var(--white) !important;
}

.product_asider .nav-link.active .product_icon_para {
  color: var(--white) !important;
}

.product_asider .nav-link:hover .product_icon_title {
  color: var(--white);
}

.product_asider .nav-link:hover .product_icon_para {
  color: var(--white);
}

.product_asider .nav-link:hover {
  background-color: var(--red) !important;
  color: var(--white) !important;
}

.application_title ul li {
  font-size: 16px;
  font-weight: 100;
  color: var(--black);
  padding: 7px 0px 7px 0px;
  list-style: none;
  border-bottom: 1px solid #eaeaea;
  display:flex;
}

/* ------------------------------------contact---------------------------------------- */
.contact_title {
  font-size: clamp(25px, 5vw, 48px);
  color: var(--red);
  font-weight: 600;
}

.contact-title_form {
  font-size: 24px;
  font-weight: 600;
}

.contact-para_form {
  font-size: 16px;
  font-weight: 400;
}

.contact_para {
  font-size: clamp(17px, 3vw, 20px);
  font-weight: 300;
  color: #17171b;
}

.contact_icon {
  width: 3rem;
  height: 3rem;
  border: 1px solid var(--red);
  display: flex;
  align-items: center;
  justify-content: center;
}

.contact_icon {
  font-size: clamp(10px, 4vw, 20px);
  font-weight: 500;
  color: var(--red);
}

.contact_phone,
.contact_email,
.contact_address {
  font-size: clamp(15px, 4vw, 20px);
  font-weight: 300;
}

.contact_phone:hover {
  color: var(--red);
}

.contact_email:hover {
  color: var(--red);
}

.contact_address:hover {
  color: var(--red);
}

.contact-hover:hover {
  color: var(--red) !important;
}

.contact_phone:hover .contact_icon {
  background-color: var(--red);
  color: var(--white);
  transition: 0.3s all ease-in;
}

.contact_email:hover .contact_icon {
  background-color: var(--red);
  color: var(--white);
  transition: 0.3s all ease-in;
}

.contact_address:hover .contact_icon {
  background-color: var(--red);
  color: var(--white);
  transition: 0.3s all ease-in;
}

.form .form-floating .form-control {
  background-color: var(--white);
  color: var(--black);
  border-radius: 0px;
}

/* -----------contact form-------------------- */
.form .form-floating .form-control label {
  color: var(--white);
}

.form-floating>.form-control:not(:placeholder-shown)~label::after {
  background: none !important;
}

.form-floating>.form-control-plaintext~label,
.form-floating>.form-control:focus~label,
.form-floating>.form-control:not(:placeholder-shown)~label,
.form-floating>.form-select~label {
  color: var(--black) !important;
  transform: scale(0.85) translateY(-0.5rem) translateX(0.15rem);
}

.form-floating>.form-control:focus~label {
  color: var(--black) !important;
  background-color: none !important;
}

.form-floating>.form-control:focus~label::after {
  background: none !important;
}

.form-floating>.form-control:focus {
  box-shadow: none !important;
  border: 1px solid var(--white) !important;
}

.btn-outline-danger {
  border: 1px solid var(--red) !important;
  color: var(--red) !important;
  transition: 0.3s all ease-in !important;
}

.btn-outline-danger.active {
  background-color: var(--red) !important;
  color: var(--white) !important;
}

.btn-outline-danger:hover {
  background-color: var(--red) !important;
  color: var(--white) !important;
}

/* -----------contact form-------------------- */

.accordion_title {
  font-size: clamp(30px, 5vw, 48px);
  color: var(--red);
  font-weight: 600;
}

.accordion_para {
  font-size: clamp(10px, 4vw, 20px);
  font-weight: 300;
  color: #17171b;
}

.accordion-button:focus {
  box-shadow: none !important;
}

.accordion-item:first-of-type .accordion-button {
  border-top: none !important;
}

.accordion-button:not(.collapsed) {
  background: none !important;
  color: var(--black) !important;
  box-shadow: none !important;
}

.accordion-button {
  border: none !important;
  font-size: 20px;
  font-weight: 500;
  background-color: none !important;
}

.accordion-body {
  font-size: 16px;
  color: #17171b;
  font-weight: 300;
}

.accordion-button::after {
  background-image: url("../images/Contact imager/Icon.png") !important;
}

.accordion-button:not(.collapsed)::after {
  background-image: url("../images/Contact imager/Icon1.png") !important;
}

@media (max-width: 320px) {
  .card_product_title {
    font-weight: 500;
    font-size: 16px;
    color: #17171b;
    padding: 10px;
  }

  .home_top_title {
    font-size: 6vw;
    line-height: 1;
    font-weight: 700;
    color: white;
  }

  .home_top_left_title {
    font-size: 1.5vw;
    font-weight: 400;
    color: white;
  }

  .loaderr img {
    width: 50%;
    height: auto;
  }

  .industries {
    padding: 2rem 0 !important;
  }

  .industries_title {
    font-size: 17vw;
    line-height: 80px;
  }

  .nav-tabs {
    width: 20rem;
  }

  .logo {
    width: 50%;
  }

  .discover-warrap {
    margin: 0 auto;
    padding: 10px;
  }

  .about_masters_para {
    position: static;
    padding: 1rem;
    top: 100%;
  }

  .about_title {
    font-size: 20px;
  }

  .about_about_title {
    font-size: 50px;
  }

  .we_offer_para {
    font-size: 12px;
  }

  .offcanvas.offcanvas-end {
    width: 100% !important;
  }

  /* --product--- */
  .scroll-Tab {
    white-space: nowrap !important;
    flex-wrap: nowrap !important;
    padding-bottom: 15px;
  }

  .scroll-Tab button {
    width: 100%;
    margin: 0 10px;
  }

  .nav-pills::-webkit-scrollbar {
    width: 50px !important;
    height: 2px !important;
    border-radius: 5px;
  }

  .nav-pills::-webkit-scrollbar-track {
    background: #f1f1f1;
  }

  .nav-pills::-webkit-scrollbar-thumb {
    background: var(--red);
  }

  /* --product--- */

  .we_offer_para {
    font-size: 17px;
  }

  .we_offer_title {
    font-size: 30px;
  }

  /* we-offer */
  .we-slider:nth-child(1n) {
    width: 100% !important;
  }

  .we-slider:nth-child(2n) {
    width: 100% !important;
  }

  .we-slider:nth-child(3n) {
    width: 100% !important;
  }

  .we_title {
    background-color: var(--red);
    width: 70%;
    font-size: 15px !important;
    color: white;
  }

  .we_para {
    line-height: 1;
    font-size: 10px;
    color: white;
    padding: 5px;
  }

  .slider-top-right {
    &:before {
      top: 0;
      left: 0;
    }

    &:after {
      top: 0;
      left: 0;
      height: 35%;
    }
  }

  /* we-offer */

  /* ---megamenu dropdown-- */
  .list-wrapper {
    font-size: 0.89rem !important;
  }

  .list-dropdown {
    padding: 10px 10px;
    overflow: hidden;
  }

  /* ---megamenu dropdown-- */

   /* slider animation logo exhibition */
   .logos:after {
    width: 0 !important;
  }
  .logos::before {
    width: 0 !important;
  }
  /* slider animation logo exhibition */
}

@media (min-width: 360px) and (max-width: 575px) {
.industry-card .industry-name {
  font-size: 40px;
}

.hero_banner {
  height: 70vh;
}

}

@media (min-width: 426px) and (max-width: 768px) {
 .industry-card .industry-name {
  font-size: 40px;
}

.hero_banner {
  height: 70vh;
}

}

@media (min-width: 321px) and (max-width: 375px) {
  .card_product_title {
    font-weight: 500;
    font-size: 16px;
    color: #17171b;
    padding: 10px;
  }

  .home_top_title {
    font-size: 6vw;
    line-height: 1;
    font-weight: 700;
    color: white;
  }

  .home_top_left_title {
    font-size: 1.5vw;
    font-weight: 400;
    color: white;
  }

  .loaderr img {
    width: 50%;
    height: auto;
  }

  .industries {
    padding: 2rem 0 !important;
  }

  .industries_title {
    font-size: 17vw;
    line-height: 80px;
  }

  .logo {
    width: 180px;
  }
  
  .hero_banner {
  height: 70vh;
  }
  
  .logos {
  padding: 0px 0;
      
  }
  
  .swiper_postion {
  margin-left: 10px;
}

.server_title {
  font-size: 26px;
    
}

  .discover-warrap {
    margin: 0 auto;
    padding: 10px;
  }

  .about_masters_para {
    position: static;
    padding: 1rem;
    top: 100%;
  }

  .about_title {
    font-size: 20px;
  }

  .about_about_title {
    font-size: 70px;
  }

  .offcanvas.offcanvas-end {
    width: 100% !important;
  }

  .we_offer_para {
    font-size: 19px;
  }

  .we_offer_title {
    font-size: 40px;
  }

  /* --product--- */
  .scroll-Tab {
    overflow: auto;
    white-space: nowrap !important;
    flex-wrap: nowrap !important;
    padding-bottom: 15px;
  }

  .nav-pills::-webkit-scrollbar {
    width: 50px !important;
    height: 2px !important;
    border-radius: 5px;
  }

  .nav-pills::-webkit-scrollbar-track {
    background: #f1f1f1;
  }

  .nav-pills::-webkit-scrollbar-thumb {
    background: var(--red);
  }

  /* --product--- */

  /* we-offer */
  .we-slider:nth-child(1n) {
    width: 100% !important;
  }

  .we-slider:nth-child(2n) {
    width: 100% !important;
  }

  .we-slider:nth-child(3n) {
    width: 100% !important;
  }

  .we_title {
    background-color: var(--red);
    width: 70%;
    font-size: 16px !important;
    color: white;
  }

  .we_para {
    line-height: 1;
    font-size: 10px;
    color: white;
    padding: 5px;
  }

  .slider-top-right {
    &:before {
      top: 0;
      left: 0;
    }

    &:after {
      top: 0;
      left: 0;
      height: 30%;
    }
  }

  /* we-offer */

  /* ---megamenu dropdown-- */
  .list-wrapper {
    font-size: 0.89rem !important;
  }

  .list-dropdown {
    padding: 10px 10px;
    overflow: hidden;
  }
  /* ---megamenu dropdown-- */
  /* slider animation logo exhibition */
  .logos:after {
    width: 0 !important;
  }
  .logos::before {
    width: 0 !important;
  }
  /* slider animation logo exhibition */
}

@media (min-width: 376px) and (max-width: 425px) {
  .home_top_title {
    font-size: 6vw;
    line-height: 1;
    font-weight: 700;
    color: white;
  }

  .home_top_left_title {
    font-size: 1.5vw;
    font-weight: 400;
    color: white;
  }

  .loaderr img {
    width: 50%;
    height: auto;
  }

  .discover-warrap {
    margin: 0 auto;
    padding: 10px;
  }

  .about_masters_para {
    position: static;
    padding: 1rem;
    top: 100%;
  }

  .about_title {
    font-size: 20px;
  }

  .about_about_title {
    font-size: 100px;
  }

  .offcanvas.offcanvas-end {
    width: 100% !important;
  }

  /* --product--- */
  .scroll-Tab {
    overflow: auto;
    white-space: nowrap !important;
    flex-wrap: nowrap !important;
    padding-bottom: 15px;
  }

  .scroll-Tab button {
    width: 100%;
    margin: 0 10px;
  }

  .nav-pills::-webkit-scrollbar {
    width: 50px !important;
    height: 2px !important;
    border-radius: 5px;
  }

  .nav-pills::-webkit-scrollbar-track {
    background: #f1f1f1;
  }

  .nav-pills::-webkit-scrollbar-thumb {
    background: var(--red);
  }

  /* --product--- */

  .we-slider:nth-child(1n) {
    width: 100% !important;
  }

  .we-slider:nth-child(2n) {
    width: 100% !important;
  }

  .we-slider:nth-child(3n) {
    width: 100% !important;
  }

  .we_title {
    background-color: var(--red);
    width: 77%;
    font-size: 20px !important;
    color: white;
  }

  .we_para {
    line-height: 1;
    font-size: 10px;
    color: white;
    padding: 5px;
  }

  .slider-top-right {
    &:before {
      top: 0;
      left: 0;
    }

    &:after {
      top: 0;
      left: 0;
      height: 40%;
    }
  }

  /* we-offer */

  /* ---megamenu dropdown-- */
  .list-wrapper {
    font-size: 0.89rem !important;
  }

  .list-dropdown {
    padding: 10px 10px;
    overflow: hidden;
  }

  /* ---megamenu dropdown-- */
}

@media (min-width: 426px) and (max-width: 768px) {
  .loaderr img {
    width: 30%;
    height: auto;
  }

  .discover-warrap {
    margin: 0 auto;
    padding: 10px;
  }

  .industries_swiper {
    display: block;
  }

  .swiper_postion {
    margin: 1rem 0;
  }

  .server_title {
    padding-top: 10px;
    font-size: clamp(13px, 5vw, 32px);
    line-height: 30px;
  }

  .server_arrow i {
    color: var(--black) !important;
    font-size: clamp(13px, 5vw, 32px);
  }

  .about_masters_para {
    position: static;
    padding: 1rem;
    top: 100%;
    max-width: 100%;
  }

  .about_title {
    font-size: 25px;
  }

  .about_about_title {
    font-size: 22vw;
  }

  .we_offer_para {
    font-size: 15px;
  }

  .offcanvas.offcanvas-end {
    width: 80% !important;
  }

  /* --product--- */
  .scroll-Tab {
    overflow: auto;
    white-space: nowrap !important;
    flex-wrap: nowrap !important;
    padding-bottom: 15px;
  }

  .scroll-Tab button {
    width: 100%;
    margin: 0 10px;
  }

  .nav-pills::-webkit-scrollbar {
    width: 50px !important;
    height: 2px !important;
    border-radius: 5px;
  }

  .nav-pills::-webkit-scrollbar-track {
    background: #f1f1f1;
  }

  .nav-pills::-webkit-scrollbar-thumb {
    background: var(--red);
  }

  /* --product--- */

  .we_offer_para {
    font-size: 20px;
  }

  .we_offer_title {
    font-size: 40px;
  }

  /* we-offer */
  .we-slider:nth-child(1n) {
    width: 100% !important;
  }

  .we_title {
    background-color: var(--red);
    width: 60%;
    font-size: 20px !important;
    color: white;
  }

  .slider-top-right {
    &:before {
      top: 0;
      left: 0;
    }

    &:after {
      top: 0;
      left: 0;
      height: 50%;
    }
  }

  /* we-offer */

  /* ---megamenu dropdown-- */
  .list-wrapper {
    font-size: 0.89rem !important;
  }

  .list-dropdown {
    padding: 10px 10px;
    overflow: hidden;
  }

  /* ---megamenu dropdown-- */
  /* slider animation logo exhibition */
  .logos:after {
    width: 80px !important;
  }
  .logos::before {
    width: 80px !important;
  }
  /* slider animation logo exhibition */
}

@media (max-width: 991px) {

  /* ---megamenu dropdown resposive scroll -- */

  .navbar-nav-scroll::-webkit-scrollbar {
    width: 2px !important;
  }



  /* ---megamenu dropdown resposive scroll -- */
}

@media (min-width: 769px) and (max-width: 1024px) {
  .loaderr img {
    width: 20%;
    height: auto;
  }

  .discover-warrap {
    margin: 0 auto;
    padding: 10px;
  }

  .acrylic_swiper {
    padding: 10px;
  }

  .we_slider {
    width: 90%;
    max-width: 100% !important;
  }

  .about_masters_para {
    position: static;
    padding: 1rem;
    max-width: 100% !important;
  }

  .about_about_title {
    font-size: 10vw;
  }

  .about_masters_para {
    max-width: 534px;
  }

  .contact_title {
    font-size: 30px;
  }

  /* --product--- */
  .scroll-Tab {
    overflow: auto;
    white-space: nowrap !important;
    flex-wrap: nowrap !important;
    padding-bottom: 15px;
  }

  .scroll-Tab button {
    width: 100%;
    margin: 0 10px;
  }

  .nav-pills::-webkit-scrollbar {
    width: 50px !important;
    height: 2px !important;
    border-radius: 5px;
  }

  .nav-pills::-webkit-scrollbar-track {
    background: #f1f1f1;
  }

  .nav-pills::-webkit-scrollbar-thumb {
    background: var(--red);
  }

  /* --product--- */

  /* we-offer */
  .we_title {
    background-color: var(--red);
    width: 60%;
    font-size: 20px !important;
    color: white;
  }

  .slider-top-right {
    &:before {
      top: 0;
      left: 0;
    }

    &:after {
      top: 0;
      left: 0;
      height: 40%;
    }
  }

  /* we-offer */

  /* ---megamenu dropdown-- */
  .list-wrapper {
    font-size: 1rem !important;
  }

  .list-dropdown {
    padding: 10px 10px;
    overflow: hidden;
  }

  /* ---megamenu dropdown-- */
}

@media (min-width: 1025px) and (max-width: 1440px) {
  .about_title {
    font-size: 30px;
  }

  .about_masters_para {
    max-width: 590px;
    padding: 2rem;
  }

  .contact_title {
    font-size: 40px;
  }

  /* ---megamenu dropdown-- */
  .list-wrapper {
    font-size: 1rem !important;
  }

  .list-dropdown {
    padding: 10px 10px;
    overflow: hidden;
  }

  /* ---megamenu dropdown-- */
}

@media (min-width: 1441px) and (max-width: 2560px) {
  .about_masters_para {
    max-width: 590px;
    padding: 2vw;
    margin-right: -40px;
  }
}

@media (min-width: 2561px) {}