body {
  font-family: 'Urbanist', sans-serif;
  background-color: black;
  overflow: auto !important;
  padding: 0 !important;
}

a {
  text-decoration: none;
  color: white;
}

p {
  font-size: 20px;
  color: #959595;
}

.fixed-top.scrolled {
  background-color: #000000 !important;
  transition: background-color 200ms linear;
}

.fixed-top.scrolled#main-logo {
  display: none;
}

#scroll-logo {
  display: none;
}

img {
  width: 100%;
}

.re-direction-a {
  color: #B11F24;
  font-size: 18px;
  font-style: normal;
  font-weight: 850;
  line-height: 26px;
  letter-spacing: 0.16px;
  padding-bottom: 5px;
  border-bottom: 1px solid #B11F24;

}

.re-direction-a:hover {
  color: #7B1519;
}

.head-h2 {
  color: #FFF;
  font-size: 43px;
  font-style: normal;
  font-weight: 500;
  line-height: 60px;
  padding-top: 15px;
}

/* ////////////learn-btn //////////////*/



.learn-btn {
  position: relative;
  z-index: 1;
  font-size: 20px;
}

.learn-btn:hover {
  color: #B11F24;
}

.learn-btn:hover .learn-more-top {
  opacity: 0;
}

.learn-btn:hover .learn-more-bottom {
  opacity: 1;
}

.learn-btn .learn-more-bottom {
  opacity: 0;
}

.learn-round {
  position: absolute;
  right: -7px;
  z-index: -1;
  top: 3px;
}

.learn-btn:hover .learn-round {
  right: -13px;
  transition: 1s;
}

.learn-btn:hover .learn-round path {
  fill: #B11F24;
  stroke-width: 0;

}


.learn-btn {
  position: relative;
  z-index: 1;
  display: inline-block;
  text-decoration: none;
  color: #fafafa;
  /* Initial text color */
  width: fit-content;
  transition: color 0.5s;
  /* Smooth color transition */
}

.learn-btn:hover {
  color: #B11F24;
  /* Text color on hover */
}

.learn-round {
  position: absolute;
  right: -7px;
  z-index: -1;
  transition: right 0.5s ease-in-out;
  /* Smooth position transition */
}

.learn-btn:hover .learn-round {
  right: -13px;
  /* Move the round icon to the left on hover */
}

.learn-btn .learn-more-bottom {
  position: absolute;
  width: 100%;
  left: 0;
  transform: translateY(100%);
  color: #B11F24;
  /* Red color for "Learn" */
  transition: transform 0.5s ease-in-out;
  /* Smooth transform transition */
}


.learn-btn:hover .learn-more-top {
  transform: translateY(-100%);
}

.learn-btn:hover .learn-more-bottom {
  transform: translateY(0);
}

/* ////////////learn-btn-end //////////////*/


/* ///////////////////header ////////////////////*/

.offcanvas-header {
  display: flex;
  align-items: center;
  justify-content: flex-end;
  padding: 1rem 1rem;
}

.navbar-expand-lg .navbar-nav {
  border-radius: 10498.949px;
  background: #000;
  backdrop-filter: blur(1.7662250995635986px);
  height: 53px;
}


.nav-link:hover svg circle {
  stroke: #B11F24;
}

.nav-link:hover svg path {
  fill: #B11F24;
}

.offcanvas-start {
  width: 50% !important;
}

.offcanvas-end {
  width: 50% !important;

}

.offcanvas {
  background: rgba(0, 0, 0, 0.83);
  box-shadow: inherit;
  backdrop-filter: blur(42px);
  padding: 20px;
  transition: transform .9s ease-in-out;
}

.offcanvas-start {
  background: rgba(105, 104, 104, 0.288);
  box-shadow: 0px !important;
  backdrop-filter: inherit !important;
}

.canvas-flex {
  display: flex;
  align-items: center;
}

.canvas-flex img {
  width: 35.7px;
  height: 35.7px;
}

.canvas-flex h4 {
  color: rgba(255, 255, 255, 0.49);
  font-size: 35px;
  font-style: normal;
  font-weight: 500;
  line-height: 80.054px;
  padding-left: 20px;
}

.canvas-flex h4:hover {
  color: #B11F24;
}

.btn-close {
  background-image: url(../images/index/close.svg) !important;
  width: 50px;
  height: 50px;
  opacity: 1.5;
  background-size: cover;
}



/* ////////////////banner/////////////////// */

.banner img {
  height: 100vh;
  object-fit: cover;
  position: relative;
}


.banner-sec h1 {
  color: #FFF;
  font-size: 55px;
  font-style: normal;
  font-weight: 500;
  line-height: 57px;
  width: 60%;
}

.common_padding {
  padding: 0px 98px;
}


.ban-cont {
  position: absolute;
  bottom: 10%;
  padding: 0px 98px;

}

.ban-cont p {
  color: rgba(255, 255, 255, 0.77);
  font-weight: 400;
  line-height: 28px;
}

.div-learn {
  border-radius: 120px;
  background: linear-gradient(90deg, #4D4D4D 0%, rgba(255, 255, 255, 0.10) 77.7%);
  backdrop-filter: blur(42px);
  width: fit-content;
  padding: 15px 25px;
}


.banner-side-menu {
  border-radius: 20px;
  border: 1px solid rgba(255, 255, 255, 0.32);
  background: rgba(26, 26, 26, 0.12);
  backdrop-filter: blur(5px);
  width: fit-content;
  padding: 15px;
}


.banner-side-menu ul li img {
  height: 70px;
  width: 70px;
}

.banner-side-menu ul li {
  color: #FFF;
  text-shadow: 0px 4px 4px rgba(0, 0, 0, 0.25);
  font-size: 20px;
  font-style: normal;
  font-weight: 600;
  line-height: 78px;
  list-style: none;
}

.banner-side-menu ul {
  display: flex;
  margin-bottom: 0px;
  padding-left: 0;
}



/* /////////////////count-sec//////////////// */
.count-div {

  position: relative;

}

.count-div::after {
  content: "";
  position: absolute;
  background: linear-gradient(180deg, rgba(255, 255, 255, 0.00) 0%, rgba(255, 255, 255, 0.00) 0.01%, rgba(255, 255, 255, 0.68) 53.13%, rgba(255, 255, 255, 0.00) 100%);
  width: 2px;
  height: 165px;
  display: flex;
  align-content: center;
  justify-content: center;
  align-items: center;
  right: 0;
  top: 0;
}

.count-after-none::after {
  height: 0px !important;
}

.count {
  color: #FFFDFD;
  font-size: 90px;
  font-style: normal;
  font-weight: 500;
  line-height: normal;
  letter-spacing: -0.9px;
  text-align: center;
}

.count-div h5 {
  color: #FFF;
  font-size: 25px;
  font-style: normal;
  font-weight: 600;
  line-height: normal;
  text-align: center;

}


.ban-sec-col p {
  width: 80%;
}

.img-grid img {
  height: 300px;
  width: 400px;

  overflow: hidden;
  animation: zoomInOut 5s ease-in-out infinite alternate;
}

@keyframes zoomInOut {
  0% {
    transform: scale(1);
  }

  100% {
    transform: scale(1.2);
    /* Adjust the desired zoom level (e.g., 1.2 for 20% zoom in) */
  }
}

.img-grid {
  overflow: hidden;
  height: 300px;
  width: 400px;
  position: absolute;
  top: 0;
  z-index: 999;
  left: -8%;
  top: -11%;

}

.grid-main-img {
  width: 100%;
  height: auto;
  overflow: hidden;
}

.grid-main-img img {

  animation: zoomInOut 5s ease-in-out infinite alternate;
}

@keyframes zoomInOut {
  0% {
    transform: scale(1);
  }

  100% {
    transform: scale(1.2);
    /* Adjust the desired zoom level (e.g., 1.2 for 20% zoom in) */
  }
}

.twenplus {

  position: absolute;
  top: 10%;
  left: 0;
}

.twenplus h5 {
  color: #FFF;
  font-size: 60px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
  letter-spacing: -0.6px;
}

.twenplus div {
  background: linear-gradient(180deg, #FFF 33.24%, rgba(255, 255, 255, 0.00) 82.94%);
  background-clip: text;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  font-family: Cormorant Infant;
  font-size: 120px;
  font-style: normal;
  font-weight: 700;
  line-height: normal;
  letter-spacing: -1.4px;
  text-align: left;
}

/* video-sec////////////// */



/* ///////////index-serv/////////// */

.index-direct-flex {
  display: flex;
  justify-content: space-between;
  align-items: center;
}

.serv-index-box {
  border-radius: 10px;
  border: 1px solid #3B3B3B;
  background: linear-gradient(334deg, rgba(177, 31, 36, 0.30) -157.87%, rgba(255, 255, 255, 0.00) 91.04%);
  box-shadow: 0px 4px 4px 0px rgba(0, 0, 0, 0.25), 0px 4px 8px 0px rgba(0, 0, 0, 0.25), 0px 4px 19px 0px rgba(0, 0, 0, 0.15);
  padding: 15px;
  height: 475px;
}

.serv-index-box:hover {
  border-radius: 10px;
  border: 1px solid #3B3B3B;
  background: #7B1519;
  box-shadow: 0px 4px 4px 0px rgba(0, 0, 0, 0.25), 0px 4px 8px 0px rgba(0, 0, 0, 0.25), 0px 4px 19px 0px rgba(0, 0, 0, 0.15);
}

.serv-index-box:hover svg circle {
  fill: #5e10134d;
}

.serv-index-box h3 {
  color: #FFF;
  font-size: 30px;
  font-style: normal;
  font-weight: 600;
  line-height: 50px;
}

.serv-index-box p {
  color: #959595;
  font-size: 20px;
  font-style: normal;
  font-weight: 500;
  line-height: 35px;/
}



/* .project-ind */


.expand-sec {
  display: flex;
  flex-direction: column;
  font-family: 'Roboto', sans-serif;
  font-size: 1rem;
  justify-content: center;

}

.general-container {
  display: flex;
  height: 35rem;
  margin: 0 auto;
  max-width: 100%;
  width: 100%;
}

.radio {
  display: none;
}


.content {
  background: var(--white) url('https://images.unsplash.com/photo-1524572217604-17e96c89e56f?ixlib=rb-1.2.1&ixid=eyJhcHBfaWQiOjEyMDd9&auto=format&fit=crop&w=1867&q=80') 100% / cover no-repeat;
  cursor: pointer;
  flex: 1;
  overflow: hidden;
  position: relative;
  transition: all 0.5s cubic-bezier(0.05, 0.61, 0.41, 0.95);
}

.content:hover {
  box-shadow: 0.3rem 0.3rem 0.4rem rgba(0, 0, 0, 0.3);
}

.icon {
  background-color: var(--white);
  bottom: 1rem;
  color: var(--golden-tainoi);
  display: flex;
  font-size: 1.5rem;
  height: 2.5rem;
  left: 1.1rem;
  position: absolute;
  width: 2.5rem;
  bottom: 22px;
  justify-content: center;
  flex-direction: column;
}

/* .content:nth-of-type(2) {
  background-image: url('https://images.unsplash.com/photo-1444384851176-6e23071c6127?ixlib=rb-1.2.1&ixid=eyJhcHBfaWQiOjEyMDd9&auto=format&fit=crop&w=1867&q=80');
}

.content:nth-of-type(3) {
  background-image: url('https://images.unsplash.com/photo-1482406611936-43ea538e39d4?ixlib=rb-1.2.1&ixid=eyJhcHBfaWQiOjEyMDd9&auto=format&fit=crop&w=2110&q=80');
}

.content:nth-of-type(4) {
  background-image: url('https://images.unsplash.com/photo-1483663167873-0cfcc893b78c?ixlib=rb-1.2.1&ixid=eyJhcHBfaWQiOjEyMDd9&auto=format&fit=crop&w=2096&q=80');
}

.content:nth-of-type(5) {
  background-image: url('https://images.unsplash.com/photo-1475116127127-e3ce09ee84e1?ixlib=rb-1.2.1&ixid=eyJhcHBfaWQiOjEyMDd9&auto=format&fit=crop&w=2100&q=80');
  margin-right: 0;
} */

.content img {
  height: 580px;
  object-fit: cover;
}

.icon h5 {
  color: rgb(255, 255, 255);
  transform: rotate(-90deg);
  white-space: nowrap;
}

.content:nth-of-type(2) .icon {
  color: var(--dark-gray);
}

.content:nth-of-type(3) .icon {
  color: var(--dark-blue);
}

.content:nth-of-type(4) .icon {
  color: var(--gray);
}

.content:nth-of-type(5) .icon {
  color: var(--golden);
}

.card-title {
  bottom: 1.2rem;
  color: white;
  display: flex;
  flex-direction: column;
  color: #FFF;
  font-size: 30px;
  font-style: normal;
  font-weight: 600;
  line-height: 64px;
  left: 4.5rem;
  line-height: 1.1;
  opacity: 0;
  position: absolute;
  text-shadow: 0.05rem 0.05rem 0.1rem rgba(0, 0, 0, 0.5);
  transform: translateX(2rem);
  transition: 290ms cubic-bezier(0.05, 0.61, 0.41, 0.95) 300ms;
  transition-property: opacity, transform;
  user-select: none;
  white-space: nowrap;

}

.card-ti {
  top: 40%;
  color: white;
  display: flex;
  flex-direction: column;
  color: #FFF;
  font-size: 30px;
  font-style: normal;
  font-weight: 600;
  line-height: 64px;
  left: 4.5rem;
  line-height: 1.1;
  opacity: 0;
  position: absolute;
  text-shadow: 0.05rem 0.05rem 0.1rem rgba(0, 0, 0, 0.5);
  transform: translateX(2rem);
  transition: 290ms cubic-bezier(0.05, 0.61, 0.41, 0.95) 300ms;
  transition-property: opacity, transform;
  user-select: none;
  white-space: nowrap;
  left: 0;
  right: 0;
  width: fit-content;
  margin: auto;

}

.subtitle {
  color: #FFF;
  font-size: 15px;
  font-style: normal;
  font-weight: 500;
  line-height: 45px;
}

/* Effect */
.radio:checked+.content {
  box-shadow: 0.3rem 0.3rem 0.4rem rgba(0, 0, 0, 0.3);
  flex: 5;
}

.radio:checked+.content>.card-title {
  opacity: 1;
  transform: translateX(0);
}

.radio:checked+.content>.card-ti {
  opacity: 1;
  transform: translateX(0);
}

.radio:checked+.content>.icon {
  display: none;
}

.card-ti img {
  height: 153px;
  width: 230px;
  margin: auto;
}

.card-ti:hover img {
  height: 230px;
  width: 230px;
  margin: auto;
}

.card-ti .first-arow {
  display: block;
}

.card-ti .second-arow {
  display: none;
}

.card-ti:hover .first-arow {
  display: none !important;
}

.card-ti:hover .second-arow {
  display: block !important;
}

.nav-pills .nav-link.active,
.nav-pills .show>.nav-link {
  border-radius: 8px;
  background: #B11F24;
  box-shadow: 0px 4px 4px 0px rgba(0, 0, 0, 0.25), 0px 4px 8px 0px rgba(0, 0, 0, 0.25), 0px 4px 19px 0px rgba(0, 0, 0, 0.15), 0px 4px 20px 0px rgba(133, 0, 0, 0.20);
  color: white;
  border: 0px;
  padding: 13px 45px;
  font-size: 20px;
}

.nav-pills .nav-link {
  border-radius: 10px;
  border: 0px;
  padding: 13px 45px;
  font-size: 20px;
  color: #fff;
  background: #343434;
}


/* /////////////product///////////////// */
.slider-product {
  padding: 0px 0px 0px 98px;
}

.product-box {
  border-radius: 10px;
  background: #171717;
  height: 550px;
  padding: 20px;
}

.product-box:hover {
  background: #7B1519;
}

.product-box img {
  height: 330px;
  object-fit: cover;
  border-radius: 10px;
}

.product-box h4 {
  color: #FFF;
  font-size: 25px;
  font-style: normal;
  font-weight: 600;
  line-height: normal;
  padding-top: 15px;
}

.product-box p {
  color: #F0F0F0;
  font-size: 18px;
  font-style: normal;
  font-weight: 500;
  line-height: normal;
}

.product-box h6 {
  color: rgba(251, 176, 66, 0.52);
  font-size: 18px;
  font-style: normal;
  font-weight: 700;
  line-height: normal;

}

.product-box-flex {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding-top: 20px;
}

.slick-prev {
  display: none !important;
}

.slick-next {
  display: none !important;
}

.slick-dots {
  display: block;
}

.slick-dots li {
  list-style: none;
  display: inline-block;
  margin: 0 5px;
}

.slick-dots li button {
  width: 64px;
  background-color: #484848;
  height: 9px;
  border-radius: 4px;
  border: none;
  margin-top: 31px;
  margin-right: 10px;
  font-size: 0;
  /* Hide the text content */


}

.slick-dots li.slick-active button {
  background-color: #7B1519;
}

/* /////////////////blog-index///////////////// */
.slider-blog {
  padding: 0px 0px 0px 98px;
}

.blog-box {
  border-radius: 10px;
  height: 400px;

}

.blog-box img {
  height: 400px;
  border-radius: 10px;
}

.blog-box {
  position: relative;
}

.blog-box-cont {
  position: absolute;
  top: 0;
  padding: 30px;
  background: linear-gradient(180deg, rgba(0, 0, 0, 0.00) 0%, rgba(0, 0, 0, 0.70) 100%), linear-gradient(0deg, rgb(150 0 0 / 0%) 0%, rgba(150, 0, 0, 0.20) 100%);
  height: 100%;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}

.blog-box-cont h4 {
  color: #FFF;
  font-size: 25px;
  font-style: normal;
  font-weight: 600;
  line-height: normal;
}

.blog-box-cont p {
  border-radius: 5px;
  background: rgba(80, 80, 80, 0.60);
  backdrop-filter: blur(10px);
  color: #FFF;
  font-size: 18px;
  font-style: normal;
  font-weight: 600;
  line-height: normal;
  padding: 10px;
  width: fit-content;
}

/* .blog-box-cont .learn-btn {
  border-radius: 8px;
  background: #FFF;
  padding: 8px;
  color: black;
  width: fit-content;

} */

/* .blog-box-cont .learn-btn path {
  fill: black;
}

.blog-box-cont .learn-btn .learn-round path {
  stroke: black;
  fill: none !important;

} */

.blog-box-cont h4 {
  font-size: 21px;
}

/* .blog-box-cont .learn-round {
  right: 4px;
  top: 12px;
} */



/* /////////////////////footer////////////////////// */
footer {
  padding-top: 100px;
}

.foot-sep-p {
  color: #FFF;
  margin-bottom: 0;
  font-size: 15px;
  font-style: normal;
  font-weight: 500;
}

.footer-form input {
  background: transparent;
  border: 0;
  border-bottom: 1px solid grey;
  width: 100%;
  color: white;
}

.footer-form .learn-btn .learn-round {
  right: 6px;
}

.footer-form .learn-btn:hover .learn-round {
  right: -4px;
}

.footer-form p {
  font-size: 16px;
}

.footer-form .learn-btn {
  width: fit-content;
}

.footer-links {
  position: relative;
  z-index: 9;
}

.footer-links h5 {
  color: #FCFCFC;
  font-size: 22px;
  font-style: normal;
  font-weight: 500;
  line-height: 140%;
  padding-left: 2rem;
  padding-bottom: 25px;
}

.footer-links li {
  list-style: none;

}

.footer-links li a {
  list-style: none;
  color: #979797;
  font-size: 18px;
  font-style: normal;
  font-weight: 500;
  line-height: 180%;
}

.footer-links li a:hover {
  color: #7B1519;

}

.pt-ul {
  padding-top: 43px;
}

.cont-svg li {
  display: flex;
  align-items: center;
  padding-top: 15px;
}

/* .cont-svg li a {
  font-size: 15px;
} */

.cont-svg li img {
  height: 33px;
  width: 40px;
}


.ft-lg {
  position: absolute;
  top: 50%;
  left: 23%;
  z-index: 0;
}




/* ///////////////////////////////////////////ABOUT-SECTION///////////////////////////////////////////////// */

.inner-banner h1 {
  font-size: 120px;
  font-style: normal;
  font-weight: 600;
  line-height: 163.788px;
  background: linear-gradient(180deg, #FFF 0%, rgba(255, 255, 255, 0.00) 124.22%);
  background-clip: text;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  width: 100%;
}

.inner-banner h4 {
  color: #F2F2F2;
  font-size: 35px;
  font-style: normal;
  font-weight: 700;
  line-height: 44px;
}

.inn .ban-cont {
  width: 100%;
}

.vec-abt svg path {
  stroke: #ffffff1c;
}

.v-m-box {
  border-radius: 10px;
  border: 1px solid #3B3B3B;
  background: linear-gradient(334deg, rgba(177, 31, 36, 0.10) -157.87%, rgba(255, 255, 255, 0.00) 91.04%);
  box-shadow: 0px 4px 4px 0px rgba(0, 0, 0, 0.25), 0px 4px 8px 0px rgba(0, 0, 0, 0.25), 0px 4px 19px 0px rgba(0, 0, 0, 0.15);
  padding: 20px;
}

.v-m-box h3 {
  color: #FFF;
  font-size: 35px;
  font-style: normal;
  font-weight: 600;
  line-height: 60px;
}

.v-m-box p {
  color: #959595;
  font-size: 18px;
  font-style: normal;
  font-weight: 500;
  line-height: 35px;
}

.choos-us-sec {
  background-image: url("../images/about/fixed.png");
  background-size: cover;
  background-repeat: no-repeat;
  width: 100%;

  background-attachment: fixed;
}

.why-choose h3 {
  color: #FCFCFC;
  font-size: 45px;
  font-style: normal;
  font-weight: 700;
  line-height: 60px;
  text-align: center;
}

.why-flex {
  display: flex;
  justify-content: space-between;
}

.team-div h3 {
  color: #FCFCFC;
  text-align: center;
  font-size: 45px;
  font-style: normal;
  font-weight: 700;
  line-height: 60px;
}

.team-div p {
  color: #959595;
  text-align: center;
  font-size: 18px;
  font-style: normal;
  font-weight: 600;
  line-height: 35px;
}

.team-box {
  border-radius: 8.576px;
  border: 0.858px solid #3B3B3B;
  background: linear-gradient(334deg, rgba(177, 31, 36, 0.30) -157.87%, rgba(255, 255, 255, 0.00) 91.04%);
  box-shadow: 0px 3.43027px 3.43027px 0px rgba(0, 0, 0, 0.25), 0px 3.43027px 6.86053px 0px rgba(0, 0, 0, 0.25), 0px 3.43027px 16.29377px 0px rgba(0, 0, 0, 0.15);
  padding: 10px;
  margin: 20px;
}

.team-box img {
  height: 235px;
  object-fit: cover;
}

.team-box h4 {
  color: #F6F6F6;
  text-align: center;
  font-size: 22px;
  font-style: normal;
  font-weight: 600;
  line-height: 36.788px;
  padding-top: 15px;
}

.team-box p {
  color: #5B5B5B;
  text-align: center;
  font-size: 16px;
  font-style: normal;
  font-weight: 600;
  line-height: 20px;
}

.chairman-box {
  border-radius: 9.291px;
  border: 0.929px solid #3B3B3B;
  background: linear-gradient(334deg, rgba(177, 31, 36, 0.30) -157.87%, rgba(255, 255, 255, 0.00) 91.04%);
  box-shadow: 0px 3.71642px 3.71642px 0px rgba(0, 0, 0, 0.25), 0px 3.71642px 7.43284px 0px rgba(0, 0, 0, 0.25), 0px 3.71642px 17.65298px 0px rgba(0, 0, 0, 0.15);
  padding: 20px 40px;
}

.chairman-box h3 {
  color: #F2F2F2;
  font-size: 35px;
  font-style: normal;
  font-weight: 700;
  line-height: 44px;
  padding-top: 20px;
}

.chairman-box h5 {
  color: #F2F2F2;
  font-size: 25px;
  font-style: normal;
  font-weight: 700;
  line-height: 19px;
  padding-top: 30px;
}

.chairman-box span {
  color: #5A5A5A;
  font-size: 15px;
  font-style: normal;
  font-weight: 700;
  line-height: 44px;
}

.chairman-box p {
  color: #C0C0C0;
  font-size: 20px;
  font-style: normal;
  font-weight: 500;
  line-height: 35px;
  padding-top: 15px;
}

.slider-team .slick-dots li button {
  width: 11px;
  height: 11px;
  border-radius: 90%;
}

.slider-team .slick-dots {
  text-align: center;
}


/* Center mode styles */
.slick-center .team-box {
  transform: scale(1.2);
  /* Adjust the scale factor as needed */
  transition: transform 0.3s ease;
  z-index: 2;
}

.slick-slide {
  transition: transform 0.3s ease;
}

/* Optionally, you can add styles to control the size of all centered items */
.slick-slide img {
  width: 100%;
}

/* //////////////////////////////////////////service////////////////////////////////////////////////////////////////// */
.banner-ser img {
  height: 60vh;
  object-fit: cover;
  position: relative;
}

.ban-cont-ser {
  position: absolute;
  bottom: 50%;
  padding: 0px 98px;

}

.ser-inn h1 {
  font-size: 80px !important;
  line-height: 110.788px;
}

.serv-det-gre-1 {
  background-image: url("../images/service/gre-1.png");
  background-repeat: no-repeat;
  background-size: cover;
  width: 100%;
}

.serv-det-gre-2 {
  background-image: url("../images/service/gre-2.png");
  background-repeat: no-repeat;
  background-size: cover;
  width: 100%;
}

.gre-absolute {}

.gre-absolute h5 {
  color: #F2F2F2;
  font-size: 35px;
  font-style: normal;
  font-weight: 700;
  line-height: 44px;
}

.gre-absolute p {
  color: #C0C0C0;
  font-size: 20px;
  font-style: normal;
  font-weight: 500;
  line-height: 35px;
}


.rtl-gre {
  display: flex;
  flex-direction: column;
  align-content: space-between;
  justify-content: center;
  align-items: flex-end;
}

.serv-det-gre-3 {
  background-image: url("../images/service/gre-3.svg");
  background-repeat: no-repeat;
  background-size: cover;
  width: 100%;
}

.serv-det-gre-3 h3 {
  color: #F2F2F2;
  text-align: center;
  font-size: 35px;
  font-style: normal;
  font-weight: 700;
  line-height: 44px;
}

.serv-det-gre-3 li {
  list-style: none;
  color: #BCBCBC;
  font-size: 23px;
  font-style: normal;
  font-weight: 600;
  line-height: 33px;
}

.serv-det-gre-4 {
  background-image: url("../images/service/gre-4.png");
  background-repeat: no-repeat;
  background-size: cover;
  width: 100%;
}




.owl-carousel .owl-item {
  transition: all 0.3s ease-in-out;
}

.owl-carousel .owl-item .card {
  padding: 30px;
  position: relative;
}

.owl-carousel .owl-stage-outer {
  overflow-y: auto !important;
  padding-bottom: 40px;
}

.owl-carousel .owl-item img {
  height: 200px;
  object-fit: cover;
  border-radius: 6px;
}



.owl-carousel .owl-item .test-card {
  opacity: 0.2;
  transform: scale3d(0.8, 0.8, 0.8);
  transition: all 0.3s ease-in-out;
}

.owl-carousel .owl-item.active.center .test-card {
  opacity: 1;
  transform: scale3d(1, 1, 1);
}

.owl-carousel .owl-dots {
  display: inline-block;
  width: 100%;
  text-align: center;
}

.owl-theme .owl-dots .owl-dot span {
  height: 20px;
  background: #db83868f !important;
  border-radius: 50% !important;
  opacity: 0.8;
}

.owl-theme .owl-dots .owl-dot.active span,
.owl-theme .owl-dots .owl-dot:hover span {
  height: 13px;
  width: 13px;
  border-radius: 50% !important;
  opacity: 1;
  transform: translateY(2px);
  background: #b11f24 !important;
}

@media(min-width: 480.6px) and (max-width: 575.5px) {
  .owl-carousel .owl-item .card .name {
    left: 24%;
  }
}

@media(max-width: 360px) {
  .owl-carousel .owl-item .card .name {
    left: 30%;
  }
}


.test-flex {
  display: flex;
}

.test-flex h5 {
  color: #FFF;
  text-align: center;
  font-size: 23px;
  font-style: normal;
  font-weight: 600;
  line-height: 33px;
}

.test-flex p {
  color: #828282;
  text-align: center;
  font-size: 16px;
  font-style: normal;
  font-weight: 500;
  line-height: 33px;
  /* 206.25% */
}

.testimonial {
  color: #E7E7E7;
  text-align: center;
  font-family: Urbanist;
  font-size: 20px;
  font-style: normal;
  font-weight: 600;
  line-height: 35px;
}



/* ///////////////////////projects/////////////////////////////////////// */
.project-box {
  border-radius: 2px;
  background: linear-gradient(180deg, rgba(0, 0, 0, 0.00) 23.24%, rgba(0, 0, 0, 0.60) 92.98%), url(<path-to-image>), lightgray 50% / cover no-repeat;
  position: relative;
  border: 1px solid grey;
  overflow: hidden;
}

.project-box:hover {
  border: 2px solid rgb(255, 255, 255);
}

.project-box:hover img {
  animation: zoomInOut 5s ease-in-out infinite alternate;
}

.proj-ban img {
  height: 52vh;
}

.project-cont {
  position: absolute;
  bottom: 0;
  padding: 15px;
}

.project-cont h5 {
  color: #FFFDFD;
  font-size: 30px;
  font-style: normal;
  font-weight: 600;
  padding-top: 15px;

}

.project-cont p {
  color: #FFFDFD;
  font-size: 15px;
  font-style: normal;
  font-weight: 500;
  padding-top: 8px;
}

.prject-head {
  display: flex;
  align-items: center;
}

.project-locate {
  border-radius: 5px;
  background: #313131;
  padding: 5px 20px;
  margin-left: 20px;
  margin-bottom: 0;
  color: #ffffff;
}

.project-locate svg {
  margin-right: 10px;
}

.pro-det h1 {
  color: #F2F2F2;
  font-size: 60px;
  font-style: normal;
  font-weight: 700;
  line-height: 44px;
  width: fit-content;
}


.banner-pro img {
  height: 70vh;
  object-fit: cover;
  position: relative;
}

.ban-cont-pro {
  position: absolute;
  bottom: 33%;
  padding: 0px 98px;
}

.banner-pro::after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 70vh;
  background: linear-gradient(68deg, rgba(0, 0, 0, 0.60) 6.81%, rgba(0, 0, 0, 0.00) 45.85%), linear-gradient(194deg, rgba(0, 0, 0, 0.00) 0%, #0b0b0cb0 67.41%);
}


.date-box {
  display: flex;
  border-radius: 8px;
  border: 1px solid #909090;
  background: linear-gradient(94deg, rgba(250, 250, 250, 0.14) 21.64%, rgba(250, 250, 250, 0.00) 107.58%);
  padding: 8px 20px;
  width: fit-content;
}

.date-box h6 {
  color: #F2F2F2;
  font-size: 16px;
  font-style: normal;
  font-weight: 800;
  line-height: 44px;
}

.date-box p {
  color: #FFF;
  font-size: 15px;
  font-style: normal;
  font-weight: 600;
  line-height: 33px;
}

.project-gal h3 {
  color: #F2F2F2;
  font-size: 35px;
  font-style: normal;
  font-weight: 700;
  line-height: 44px;
}


.slick-slider .custom-slide {
  width: 380px;
  height: 350.463px;
  border-radius: 7.965px;
  box-shadow: 0px 3.185964822769165px 41.41754150390625px -3.185964822769165px rgba(56, 182, 255, 0.07);
}

.slick-slider .slick-current .custom-slide {
  width: 430px;
  height: 500px;
  border-radius: 10px;
  box-shadow: 0px 4px 52px -4px rgba(56, 182, 255, 0.07);
}

.slick-slider .custom-slide img {
  height: 490px;
  width: 100%;
}

.slick-slider .slick-current .custom-slide {
  height: 550px;
  width: 80%;

}

.slick-slider .slick-current .custom-slide img {
  height: 550px;
  width: 100%;
}

.overview-sec {
  background: #731718;
}

.overview-sec h3 {
  color: #F2F2F2;
  font-size: 35px;
  font-style: normal;
  font-weight: 700;
  line-height: 44px;
}


.overview-sec p {
  color: #C0C0C0;
  font-size: 18px;
  font-style: normal;
  font-weight: 500;
  line-height: 35px;
  padding-top: 15px;
}


/* //////////////////////PRODUCTS///////////////////////////// */

.product-head H1 {
  background: linear-gradient(180deg, #FFF 0%, rgba(255, 255, 255, 0.00) 124.22%);
  background-clip: text;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  font-size: 80px;
  font-style: normal;
  font-weight: 600;
  line-height: 110.788px;
}

.all-products h3 {
  color: #F2F2F2;

  font-size: 35px;
  font-style: normal;
  font-weight: 700;
  line-height: 44px;
}

.modal-content {
  position: relative;
  display: flex;
  flex-direction: column;
  width: 100%;
  pointer-events: auto;
  background-color: #000;
  background-clip: padding-box;
  border: 1px solid rgb(255 255 255 / 20%);
  border-radius: 10px;
  outline: 0;
}
.modal-body{
  padding: 32px 52px;
}
.modal-header {
  border-bottom: 0px;
  padding: 32px 52px;
}

.modal-title {
  color: #FFF;
  font-size: 27px;
  font-style: normal;
  font-weight: 600;
  line-height: 35px;
  width: 70%;
}

.modal-dialog {
  max-width: 700px;
}

.modal-header .btn-close {
  background-color: white;
}

.modal-body input {
  background: transparent;
  border: 0;
  border-bottom: 1px solid grey;
  width: 100%;
  color: white;
  margin-bottom: 50px;
}

.modal-body textarea {
  background: transparent;
  border: 0;
  border-bottom: 1px solid grey;
  width: 100%;
  color: white;
}

.modal-footer {
  border-top: 0px;
  justify-content: start;
}

.modal {
  top: 100px;
}


/* ////////////////////////BLOG///////////////////////////// */

.blog-det-sec H3 {
  color: #FFF;
  font-size: 35px;
  font-style: normal;
  font-weight: 700;
  line-height: normal;
}

.blog-det-img img {
  height: 496px;
  object-fit: cover;
  border-radius: 10px;
}

.blog-det-img p {
  border-radius: 5px;
  background: rgba(80, 80, 80, 0.60);
  backdrop-filter: blur(10px);
  width: fit-content;
  padding: 4px 24px;
  position: absolute;
  bottom: 0;
  color: white;
  left: 2%;

}

.similar-blog h3 {
  color: #FFF;
  font-size: 45px;
  font-style: normal;
  font-weight: 500;
  line-height: 64px;
}


/* //////////////////CONTACT////////////////// */

.map-box {
  border-radius: 10px;
  border: 1px solid #3B3B3B;
  background: linear-gradient(334deg, rgba(177, 31, 36, 0.30) -157.87%, rgba(255, 255, 255, 0.00) 91.04%);
  box-shadow: 0px 4px 4px 0px rgba(0, 0, 0, 0.25), 0px 4px 8px 0px rgba(0, 0, 0, 0.25), 0px 4px 19px 0px rgba(0, 0, 0, 0.15);
  padding: 10px;
}

.open-time {
  color: #F2F2F2;
  font-size: 20px;
  font-style: normal;
  font-weight: 700;
  line-height: 44px;
}

.time {
  color: #F2F2F2;
  font-size: 16px;
  font-style: normal;
  font-weight: 700;
  line-height: 44px;
  padding-left: 52px;
  padding-top: 0px !important;
}
.time{
  border-bottom: 1px solid grey;
  padding-bottom: 30px;
}
.time span {
  color: #7B7B7B;
  font-size: 15px;
  font-style: normal;
  font-weight: 500;
  line-height: 44px;
}

.ser-h4 {
  color: #F2F2F2;
  font-size: 35px;
  font-style: normal;
  font-weight: 700;
  line-height: 44px;
}

.inn-servi .serv-index-box {
  height: 280px;
}

.testi-head {
  color: #FFF;
  font-size: 35px;
  font-style: normal;
  font-weight: 700;
  line-height: 44px;
  text-align: center;
}



.floating_btn {
  position: fixed;
  bottom: 400px;
  right: 45px;
  width: 100px;
  height: 100px;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  z-index: 1000;
}

.floating_btn-2 {
  position: fixed;
  bottom: 335px;
  right: 45px;
  width: 100px;
  height: 100px;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  z-index: 1000;
}

.floating_btn-3 {
  position: fixed;
  bottom: 271px;
  right: 45px;
  width: 100px;
  height: 100px;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  z-index: 1000;
}

.floating_btn-4 {
  position: fixed;
  bottom: 206px;
  right: 45px;
  width: 100px;
  height: 100px;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  z-index: 1000;
}

.floating_btn:hover svg {
  fill: #b11f24
}

.floating_btn-2:hover svg {
  fill: #b11f24
}

.floating_btn-3:hover svg {
  fill: #b11f24
}

.floating_btn-4:hover svg {
  fill: #b11f24
}

.contact_icon {

  color: #fff;
  width: 60px;
  height: 60px;
  font-size: 30px;
  border-radius: 50px;
  text-align: center;

  display: flex;
  align-items: center;
  justify-content: center;
  transform: translatey(0px);
  font-weight: normal;
  font-family: sans-serif;
  text-decoration: none !important;
  transition: all 300ms ease-in-out;
}

.tool p {
  padding: 0px 20px;
  background-color: black;
  color: white;
  font-size: 15px;
  border-radius: 7px;
}

.hom-abs {
  position: absolute;
  bottom: -90%;
  left: -9px;
}

.hom-abs::after {
  content: "";
  position: absolute;
  width: 10px;
  height: 10px;
  background-color: rgb(0, 0, 0);
  top: -7px;
  left: 40%;
  -webkit-clip-path: polygon(50% 0%, 0% 100%, 100% 100%);
  clip-path: polygon(50% 0%, 0% 100%, 100% 100%);
}


.hom-abs {
  display: none;
}

.home-li:hover .hom-abs {
  display: block !important;
}

.ab-abs {
  display: none;
}

.ser-abs {
  display: none;
}

.pr-abs {
  display: none;
}

.prod-abs {
  display: none;
}

.blog-abs {
  display: none;
}

.cont-abs {
  display: none;
}



.ab-li:hover .ab-abs {
  display: block !important;
}

.ser-li:hover .ser-abs {
  display: block !important;
}

.pr-li:hover .pr-abs {
  display: block !important;
}

.prod-li:hover .prod-abs {
  display: block !important;
}

.blog-li:hover .blog-abs {
  display: block !important;
}

.cont-li:hover .cont-abs {
  display: block !important;
}

.ab-abs {
  position: absolute;
  bottom: -90%;
  left: 52px;
}

.ab-abs::after {
  content: "";
  position: absolute;
  width: 10px;
  height: 10px;
  background-color: rgb(0, 0, 0);
  top: -7px;
  left: 40%;
  -webkit-clip-path: polygon(50% 0%, 0% 100%, 100% 100%);
  clip-path: polygon(50% 0%, 0% 100%, 100% 100%);
}

.ser-abs {
  position: absolute;
  bottom: -90%;
  left: 103px;
}

.ser-abs::after {
  content: "";
  position: absolute;
  width: 10px;
  height: 10px;
  background-color: rgb(0, 0, 0);
  top: -7px;
  left: 40%;
  -webkit-clip-path: polygon(50% 0%, 0% 100%, 100% 100%);
  clip-path: polygon(50% 0%, 0% 100%, 100% 100%);
}

.pr-abs {
  position: absolute;
  bottom: -90%;
  left: 163px;
}

.pr-abs::after {
  content: "";
  position: absolute;
  width: 10px;
  height: 10px;
  background-color: rgb(0, 0, 0);
  top: -7px;
  left: 40%;
  -webkit-clip-path: polygon(50% 0%, 0% 100%, 100% 100%);
  clip-path: polygon(50% 0%, 0% 100%, 100% 100%);
}

.prod-abs {
  position: absolute;
  bottom: -90%;
  left: 219px;
}

.prod-abs::after {
  content: "";
  position: absolute;
  width: 10px;
  height: 10px;
  background-color: rgb(0, 0, 0);
  top: -7px;
  left: 40%;
  -webkit-clip-path: polygon(50% 0%, 0% 100%, 100% 100%);
  clip-path: polygon(50% 0%, 0% 100%, 100% 100%);
}

.blog-abs {
  position: absolute;
  bottom: -90%;
  left: 287px;
}

.blog-abs::after {
  content: "";
  position: absolute;
  width: 10px;
  height: 10px;
  background-color: rgb(0, 0, 0);
  top: -7px;
  left: 40%;
  -webkit-clip-path: polygon(50% 0%, 0% 100%, 100% 100%);
  clip-path: polygon(50% 0%, 0% 100%, 100% 100%);
}

.cont-abs {
  position: absolute;
  bottom: -90%;
  left: 338px;
}

.cont-abs::after {
  content: "";
  position: absolute;
  width: 10px;
  height: 10px;
  background-color: rgb(0, 0, 0);
  top: -7px;
  left: 40%;
  -webkit-clip-path: polygon(50% 0%, 0% 100%, 100% 100%);
  clip-path: polygon(50% 0%, 0% 100%, 100% 100%);
}



.ind-ser .learn-btn .learn-more-bottom {
  left: -60px;
}

.product-modal .modal-header .btn-close {
  background-color: transparent;
}


.product-modal .btn-close {
  width: 20px;
  height: 20px;
}


.bb-gre{
  background: linear-gradient(90deg, rgba(225, 225, 225, 0.00) 0%, rgba(225, 225, 225, 0.70) 49.41%, rgba(225, 225, 225, 0.00) 100%);
  height: 1px;
  width: 100%;
  margin-top: 50px;
}
form button{
  border: 0;
  background-color: transparent;
}
form .learn-btn .learn-more-bottom{
  left: -32px;
}

.modal-body button{
  border: 0;
  background-color: transparent;
}
.modal-body .learn-btn .learn-more-bottom{
  left: -32px;
}

.latest {
  width: 65px;
  position: absolute;
  top: 0;
  right: 20px;
}

