@import url("https://fonts.googleapis.com/css2?family=Poppins:ital,wght@0,100;0,200;0,300;0,400;0,500;0,600;0,700;0,800;0,900;1,100;1,200;1,300;1,400;1,500;1,600;1,700;1,800;1,900&display=swap");

:root {
  --bodybg: #141413;
  /* --bodybg: #0a0909; */
  --primaryclr: #4433ff;
  --white: #ffffff;
  --gray: #d8d8da;
  --black: #000;

  /* font-family */
  --fs14: 14px;
  --fs16: 16px;
  --fs13: 13px;
}
html {
  scroll-behavior: smooth;
}
/* width */
::-webkit-scrollbar {
  width: 10px;
}

/* Track */
::-webkit-scrollbar-track {
  box-shadow: inset 0 0 5px rgb(180, 180, 180);
  border-radius: 10px;
}

/* Handle */
::-webkit-scrollbar-thumb {
  background: #afafaf;
  border-radius: 10px;
}

/* Handle on hover */
::-webkit-scrollbar-thumb:hover {
  background: var(--primaryclr);
}
@font-face {
  font-family: "Athena-Regular";
  src: url("../fonts/Athena-Regular.ttf");
}

* {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
}
body {
  font-family: "Poppins", sans-serif;
  overflow-x: hidden;
  /* background-color: var(--bodybg); */
}
p {
  line-height: 1.7rem;
  font-size: var(--fs16);
  letter-spacing: 0.4px;
  color: #afadad;
}
h1,
h2,
h3,
h4 {
  font-family: "Poppins", sans-serif;
}
/* custom Css */

.pt-60 {
  padding-top: 80px;
}
.pb-60 {
  padding-bottom: 80px;
}
.f-40 {
  font-size: 40px !important;
}

/* black theme css */
.bodybg {
  background: #141413;
  overflow-x: hidden;
}

/* Header Style CSS */
header {
  background: transparent;
  position: absolute;
  z-index: 5;
  width: 100%;
  /* box-shadow:1px 2px 19px rgb(209 209 209 / 50%);; */
}
.fixed-top {
  background: rgba(43, 42, 42, 0.2);
}
.navbar {
  width: 90%;
  margin: auto;
}
.navbar-brand img {
  width: 130px;
}
.navbar-nav .nav-item .nav-link {
  font-size: var(--fs13);
  color: var(--primaryclr);
  transition: 0.3s;
  letter-spacing: 0.4px;
}
.navbar-nav .nav-item .nav-link:hover {
  color: var(--white);
}
.mainbtn {
  color: var(--white);
  border: 1.5px solid var(--primaryclr);
  border-radius: 0px;
  padding: 10px 15px;
  border-radius: 5px;
  display: inline-block;
  font-size: 16px;
  letter-spacing: 0.5px;
  font-weight: 500;
  cursor: pointer;
  box-shadow: inset 0 0 0 0 var(--white);
  -webkit-transition: ease-in-out 0.6s;
  -moz-transition: ease-in-out 0.6s;
  transition: ease-in-out 0.6s;
  background-color: var(--primaryclr);
}
.mainbtn a {
  color: var(--white);
}
.mainbtn a:hover {
  color: var(--primaryClr);
}
.mainbtn:hover {
  border: 1.5px solid var(--primaryclr);
  box-shadow: inset 400px 0 0 0 var(--white);
  color: var(--primaryclr);
}
.mainbtn i {
  font-size: 16px;
  margin-left: 5px;
  margin-top: 2px;
}
.whiteBtn {
  background-color: var(--white);
  box-shadow: inset 0 0 0 0 var(--primaryclr);
  color: var(--primaryclr);
}
.whiteBtn:hover {
  border: 1.5px solid var(--white);
  box-shadow: inset 400px 0 0 0 var(--primaryclr);
  color: var(--white);
}
.navbar-toggler {
  background: var(--primaryclr);
  border-radius: 0;
  padding: 3px;
  font-size: 14px;
  border: 0;
}
.banner-section {
  position: relative;
  background: #141413;
  /* z-index: 999; */
}
.pt-100 {
  padding-top: 100px;
}
.bannerImg {
  width: 100%;
  height: 100vh;
}
.bannerImg.fiveImg {
  background: url("../img/banner/kh-2.jpg") no-repeat;
  background-size: cover;
  background-position: center;
}
.bannerImg.sixImg {
  background: url("../img/banner/banner-4.jpg") no-repeat;
  background-size: cover;
  background-position: center;
}
.bannerImg.firstImg {
  background: url("../img/banner/3.jpg") no-repeat;
  background-size: cover;
  background-position: center;
}
.bannerImg.secondImg {
  background: url("../img/banner/2.jpg") no-repeat;
  background-size: cover;
  background-position: center;
}
.bannerImg.thirdImg {
  background: url("../img/banner/1.jpg") no-repeat;
  background-size: cover;
  background-position: center;
}
.bannerImg.banner2 {
  background: url("../img/banner/biteful-1.jpg") no-repeat;
  background-size: cover;
  background-position: center;
}
.bannerImg.fourImg {
  background: url("../img/banner/3.jpg") no-repeat;
  background-size: cover;
  background-position: center;
}

.banner-caption {
  width: 80%;
  margin: auto;
}
.banner-caption h3 {
  font-size: 60px;
  font-weight: 600;
  color: #4433ff;
  margin-bottom: 20px;
}
.banner-caption span {
  color: #4433ff;
  font-size: 64px;
  font-weight: 800;
  -webkit-text-stroke-width: 0.5px;
  -webkit-text-stroke-color: #c8c3ff;
  color: transparent;
  transition: all 0.5s;
  /* letter-spacing: 5px; */
  position: relative;
  width: max-content;
  height: auto;
  display: block;
}
.banner-caption span:after {
  content: attr(data-text);
  position: absolute;
  left: 0;
  top: 0;
  color: var(--primaryclr);
  -webkit-text-stroke: 0.5px #c8c3ff;
  width: 0;
  white-space: nowrap;
  overflow: hidden;
  border-right: 0px solid #ff7a00;
  animation: text-fill 3s ease-in-out alternate infinite;
}
@keyframes text-fill {
  100% {
    width: 100%;
  }
}
.banner-caption h1 {
  font-size: 60px;
  font-weight: 700;
  line-height: 4.1rem;
  color: var(--black);
}
.banner-caption p {
  color: #afadad;
}
.banner-section .right .carousel-control-next,
.banner-section .right .carousel-control-prev {
  position: absolute;
  top: 50%;
  width: 40px;
  height: 40px;
  background: rgba(0, 0, 0, 0.7);
  transform: translate(-50%, -50%);
  border-radius: 50%;
  padding: 5px;
}
#carouselExampleAutoplaying .carousel-indicators {
  bottom: -60px;
}
.banner-section .carousel-item img {
  height: 500px;
  width: 100%;
}
.carousel-indicators [data-bs-target] {
  width: 14px;
  height: 14px;
  background-color: #363636;
  border-radius: 50%;
  margin: 5px;
  border: 2px solid #a3a3a3;
}
.carousel-indicators .active {
  background-color: var(--primaryclr);
}
.title-content h1 {
  font-size: 48px;
  font-weight: 700;
  color: var(--black);
  /* line-height: 3.2rem; */
}
.title-content h4 {
  color: var(--primaryclr);
  font-size: 18px;
  font-weight: 600;
}
.box1 {
  border-radius: 10px;
  transition: 0.5s;
  transition: all 0.3s ease-in;
}
.box1:hover {
  box-shadow: 1px 2px 30px rgb(0 0 0 / 80%);
  border-radius: 0px;
}
.bg-light {
  background-color: #f5f5f5;
}
footer {
  /* background: #141413; */
}
.why-choose,
.photo-gallery,
.services {
  width: 100%;
  background: url(../img/about-bg.png) no-repeat center;
  background-size: cover;
  overflow: hidden;
}
.choose-content {
  background-color: #1d1d1d;
  border-radius: 10px;
  transition: all 0.3s ease-in;
}
.choose-content .box1 img {
  height: 120px;
}
.iconSec .iconImg {
  /* width: 80px;
  height: 80px;
  line-height: 80px; */
  text-align: center;
  /* border-radius: 50px; */
  /* background: var(--primaryclr); */
  margin: auto;
}
.choose-content .box1 h3 {
  font-size: 22px;
  font-weight: 600;
  line-height: 1.5rem;
  color: var(--white);
  margin-top: 10px;
}

.clientLogo {
  margin: 0 40px;
}

.client-logo img {
  width: 110px;
  height: auto;
  /* filter: grayscale(100%);
transition: all 0.3s ease-in; */
}
.client-logo:hover img {
  filter: grayscale(10%);
}

.loop-slider .inner {
  display: flex;
  animation-name: loop;
  animation-timing-function: linear;
  animation-iteration-count: infinite;
  animation-direction: var(--direction);
  animation-duration: var(--duration);
}
.loop-slider .tag {
  display: flex;
  align-items: center;
  gap: 0 0.2rem;
  color: #e2e8f0;
  padding: 0.7rem 1rem;
  margin-right: 1rem;
}
.loop-slider .tag span {
  font-size: 1.2rem;
  color: #64748b;
}

.loop-slider .fade {
  pointer-events: none;
  background: linear-gradient(
    90deg,
    #1e293b,
    transparent 30%,
    transparent 70%,
    #1e293b
  );
  position: absolute;
  inset: 0;
}

@keyframes loop {
  0% {
    transform: translateX(0);
  }
  100% {
    transform: translateX(-50%);
  }
}
.fs-14 {
  font-size: 14px;
}
/* services css */
.services {
  /* background:var(--black); */
  /* background:#f5f5f5; */
  /* height: 90vh;
  overflow-y: auto; */
}
.scrollDiv {
  height: 100vh;
  overflow-y: auto;
  border-radius: 10px;
}
/* ::-webkit-scrollbar {
  display: none;
} */
.scrollInner {
  border-radius: 5px;
  overflow: hidden;
  background-color: #1d1d1d;
  border-radius: 10px;
  transition: all 0.3s ease-in;
  height: auto;
  width: 95%;
  /* border: 1px solid #ebe6e6; */
  border-radius: 10px;
  box-shadow: 1px 2px 30px 1px rgb(0 0 0 / 80%);
}
.scrollContent {
  width: 90%;
  margin: auto;
  height: 210px;
}
.scrollContent h3 {
  color: var(--primaryclr);
  font-weight: 600;
}
.scrollImg {
  width: 85%;
  height: 350px;
  margin: 30px auto 0;
  overflow: hidden;
}
.scrollImg img {
  width: 100%;
  height: 100%;
  display: block;
  object-fit: contain;
}
.productImg {
  width: 100%;
  height: 400px;
  overflow: hidden;
  border-radius: 8px;
}
.productImg img {
  width: 100%;
  height: 100%;
  display: block;
  object-fit: cover;
}
.gridSec {
  overflow: hidden;
  width: 95%;
  margin: auto;
}
.content {
  color: white;
  font-size: 30px;
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  text-align: center;
}
.overlay-content {
  display: flex;
  -webkit-box-align: center;
  align-items: end;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  height: 0;
  width: 100%;
  z-index: 2;
  opacity: 0;
  padding: 30px;
  background-color: rgb(22 20 20 / 70%);
  transition: 0.5s ease;
}
.gridSec:hover .overlay-content {
  height: 96%;
  opacity: 1;
}
/* Call to us form */

.contact-form {
  padding: 60px 40px;
  position: relative;
  background: url(../img/about-bg.png) no-repeat;
  background-size: cover;
  border-radius: 10px;
}
.contact-form .form-control {
  padding: 12px 20px;
  border: 1px solid #323131;
  border-radius: 3px;
  margin-bottom: 10px;
  font-size: 16px;
  height: 60px;
  background: #10100f;
  font-weight: 300;
  color: var(--white);
}
.contact-form select,
.contact-form .form-control::placeholder {
  color: #aaaaaa;
}
.formSec .rightSec {
  height: 350px;
  background: var(--primaryclr);
}
.formSec .rightSec img {
  height: 90px;
}
.callToAction {
  background-color: var(--primaryclr);
  background: linear-gradient(0deg, rgb(6 39 221 / 70%), rgb(3 67 217 / 80%)),
    url(../img/bg-img.jpg) no-repeat;
  background-size: cover;
}
.CtaContent .title-content h1 {
  font-size: 42px;
}
.CtaContent .title-content h1 span {
  font-size: 30px;
  font-weight: 500;
}
/* faq css */
.accordion-body ul li a {
  color: black;
  font-weight: 700;
}
.faq-section .accordion {
  width: 100%;
}

.accordion-button:not(.collapsed) {
  /* background-color: #c5e5d8;*/
  background-color: var(--secondary-text);
}

.accordion-button:not(.collapsed)::after {
  background-image: none;
  transform: none;
}

.accordion-button:focus {
  box-shadow: none;
}

.accordion-button:before {
  content: "";
  position: absolute;
  /*   right: 0.75rem; */
  right: 0.75rem;
  top: 1.25rem;
  height: 2px;
  width: 1rem;
  background-color: var(--primaryclr);
}
.accordion-button.collapsed:after {
  content: "";
  position: absolute;
  /*   right: 1.1875rem; */
  right: 1.1875rem;
  top: 0.8125rem;
  height: 1.0625rem;
  width: 0.125rem;
  border-style: none;
  background-color: var(--primaryclr);
}

/* --------  recaptcha   ---------- */
.g-recaptcha .rc-anchor-logo-img-portrait {
  background-size: 25px !important;
  height: 25px !important;
  width: 25px !important;
}
.g-recaptcha .rc-anchor-light {
  background: #10100f !important;
  color: #ededed !important;
  font-family: "Popins", sans-serif !important;
}
.g-recaptcha .rc-anchor-normal {
  height: 65px !important;
}
.g-recaptcha .rc-anchor-normal .rc-anchor-content {
  height: 60px !important;
}
.g-recaptcha.recaptcha-checkbox-border {
  width: 18px !important;
  height: 18px !important;
}
.g-recaptcha .rc-anchor-light.rc-anchor-normal,
.g-recaptcha .rc-anchor-light.rc-anchor-compact {
  border: 1px solid #6c6a6a !important;
}
.faq-section .accordion-button h5 {
  /*   color: #7dbc9e; */
  color: var(--primaryclr);
  margin-right: 13px;
  font-size: 17px;
}
.accordion-body {
  background-color: var(--secondary-text);
}
/* button:focus:not(:focus-visible) {
    outline: 0;
} */

/* list */
ul {
  list-style-type: none;
  list-style-type: disc; /* Default bullet points for ul */
  margin-left: 20px;
}
ul li {
  margin-bottom: 5px;
}
.accordion-body ol {
  counter-reset: step-counter;
  list-style-type: none;
  padding-left: 0;
}

.accordion-body ol > li {
  counter-increment: step-counter; /* Increment custom counter */
  margin-bottom: 10px;
}

.accordion-body ol > li::before {
  content: "Steps " counter(step-counter) ": "; /* Custom prefix */
  font-weight: bold;
}

/* product page css */
.bannerImage,
.bannerVideo {
  width: 100%;
  height: 99vh;
  overflow: hidden;
  text-align: center;
}
.bannerImage img {
  object-fit: cover;
  width: 100%;
  height: 100%;
  object-position: center;
}
.bannerVideo video {
  width: 100%;
  height: 100%;
  margin: auto;
  object-position: center;
}
.bg-gray {
  background: #1d1d1d;
}
.topbackBtn {
  position: absolute;
  left: 1%;
  top: 25px;
  z-index: 10;
  border-radius: 50px;
  padding: 4px 10px;
  transition: all 0.2s ease-in;
  background-color: #4433ff;
}
.topbackBtn a {
  color: var(--white);
  font-size: 18px;
  text-decoration: none;
  transition: all 0.3s ease-in;
}
.topbackBtn a i {
  font-size: 18px;
}
.topbackBtn:hover a i {
  color: #4433ff;
}
.topbackBtn:hover {
  letter-spacing: 1px;
  background: #fff;
}
/* footer css */

.contact-info .footerLogo img {
  width: 130px;
}
.footerInfo {
  width: 40%;
  margin: auto;
}
.footerInfo p {
  font-size: 16px;
}
footer ul li a {
  width: 30px;
  height: 30px;
  display: block;
  line-height: 35px;
  border-radius: 50%;
  /* background: #0e0e0e; */
  transition: all 0.3s ease;
}
footer ul li a:hover {
  background-color: transparent;
}
footer ul li a i {
  font-size: 20px;
  transition: all 0.5s;
}
footer .copyright {
  transition: all 0.5s;
}
.footer ul li a:hover i {
  color: var(--primaryclr);
  background: var(--white);
}
.border-footer {
  border-top: 1px solid #323131;
}
.popup {
  display: none;
  position: fixed;
  top: 0;
  left: 0;
  /* background-color: #f0f0f0; */
  padding: 20px;
  /* border: 1px solid #ccc; */
  background-color: rgba(0, 0, 0, 0.8);
  box-shadow: 0 2px 10px rgba(0, 0, 0, 0.2);
  z-index: 1099;
  text-align: center;
  width: 100%;
  height: 100vh;
  bottom: 0;
}
.popup .card {
  width: 30%;
  margin: 20px auto;
}
.popup p {
  text-align: center;
  color: green;
  font-weight: 600;
  font-size: 18px;
}
/* model css */
/* The Close Button */
.modelPopup .modal-dialog {
  max-width: 40%;
  margin: auto;
  border-radius: 10px;
}
.btn-close {
  color: #ffffff;
  position: absolute;
  top: 0px;
  right: 4px;
  font-size: 24px;
  font-weight: bold;
  z-index: 10;
  background: none;
}

.btn-close:hover,
.btn-close:focus {
  color: #ffffff;
  text-decoration: none;
  cursor: pointer;
}
.back-to-top-link {
  display: flex;
  align-items: center;
  width: auto;
  height: 35px;
  background: transparent;
  position: fixed;
  bottom: 60px;
  right: -3%;
  z-index: 10;
  opacity: 0;
  text-align: center;
  transform: rotate(-90deg);
  cursor: pointer;
  transition: all 0.2s ease;
  text-decoration: none;
}
.hero-social-list.active,
.back-to-top-link.active {
  opacity: 1;
  pointer-events: all;
}
.scroll-to-top {
  display: inline-block;
  width: 70px;
  height: 3px;
  position: relative;
  overflow: hidden;
}
.scroll-to-top-inner {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background-color: white;
}

.scroll-to-top-text {
  display: inline;
  font-size: 14px;
  text-transform: uppercase;
  letter-spacing: 0.1em;
  font-weight: 500;
  margin-left: 10px;
  color: #afadad;
}
.hero-social-list {
  width: auto;
  height: 35px;
  background: transparent;
  position: fixed;
  bottom: 30%;
  left: 0px;
  opacity: 0;
  z-index: 10;
  text-align: center;
  cursor: pointer;
  transition: all 0.2s ease;
  text-decoration: none;
}
.hero-social-link::after {
  content: "";
  width: 2px;
  height: 70px;
  background-color: #535353;
  position: absolute;
  z-index: -1;
  top: 0;
  left: 15px;
}

.hero-social-list a i {
  font-size: 24px;
  color: #afadad;
  border: 4px solid #1a1919;
  z-index: 99;
  position: relative;
  background: #1a1919;
  border-radius: 50%;
}
.hero-social-list.active {
  opacity: 1;
  pointer-events: all;
}

.hoverText {
  position: absolute;
  left: 20px;
  top: 0;
  padding: 3px 10px;
  border-radius: 5px;
  background: #4433ff;
  color: #fff;
  transition: all 0.3s ease;
  opacity: 0;
  display: none;
}
.hero-social-link:hover .hoverText {
  opacity: 1;
  left: 40px;
}
/* base */

/* slider обертка */
.slider {
  position: relative;
  height: 100%;
  width: 100%;
  /* overflow: hidden; */
}

/*Окно со слайдами*/
.slider-content {
  position: relative;
  width: 100%;
}

/*Контейнер для слайдов (передвигаем)*/
.slider-content-wrapper {
  display: flex;
  height: auto;
  transition: transform 0.5s ease-in-out;
}

/*Слайд*/
.slider-content__item {
  flex: 1 0 100%;
  width: 100%;
  height: 100%;
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
  font-size: 100px;
  color: rgba(0, 0, 0, 0.2);
  display: flex;
  align-items: center;
  justify-content: center;
}

/* .image-1 {background-color: #963484;}
.image-2 {background-color: #3066BE;}
.image-3 {background-color: #60AFFF;}
.image-4 {background-color: #28C2FF;}
.image-5 {background-color: #2AF5FF;}
.image-6 {background-color: navy;} */

.slider-controls {
  padding: 20px;
  text-align: center;
}

.slider-content__controls {
  position: absolute;
  bottom: -10%;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 1;
  /* transform: translateY(-8%); */
  /*padding:0 15px;*/
}

/* Arrows */
.prev-arrow,
.next-arrow {
  position: absolute;
  transform: translateY(60%);
  cursor: pointer;
  color: #6a6a6a;
  text-align: center;
  height: 35px;
  width: 35px;
  background: #30302f;
  bottom: 0;
  transition: all 0.3s;
  line-height: 35px;
  border-radius: 50%;
  display: none;
}
.prev-arrow {
  right: 14%;
}
.next-arrow {
  right: 8%;
}
.prev-arrow svg,
.next-arrow svg {
  height: 24px;
}

.prev-arrow:hover,
.next-arrow:hover {
  cursor: pointer;
  color: rgba(0, 0, 0, 0.7);
}

/* Dots */
/* .dots {
	position:absolute;
	display: flex;
	left:50%;
	transform: translateX(-50%);
	bottom:10%;
}

.dot {
	cursor: pointer;
	width: 8px;
	height: 8px;
	margin-right: 4px;
	background-color: rgba(0,0,0, 0.3);
	box-shadow: 0 0 5px 0px rgba(0,0,0,0.9);
	border-radius: 50%;
	transition:all 0.3s;
}

.dot:last-child {margin-right: 0;}
.dot:hover {background-color: #fff;}
.dot--active {background-color: rgba(255,255,255, 0.5);} */

/* Buttons */
button {
  cursor: pointer;
  margin-right: 8px;
  border: none;
  border-radius: 4px;
  padding: 10px;
  background-color: #3066be;
  color: #fff;
  transition: all 0.5s;
}
button:last-child {
  margin-right: 0;
}
/* button:hover {
  background-color: #60afff;
}
button:focus {
  outline: none;
} */

/* Mods */
.disabled {
  background-color: #dccfcf;
  color: #b0a8a8;
  cursor: default;
  pointer-events: none;
}

.d-none {
  display: none;
}
.active {
  opacity: 1;
}
.centered {
  position: relative;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}

/* modal lightbox image css */

@keyframes zoomin {
  0% {
    transform: scale(1);
  }
  50% {
    transform: scale(1.05);
  }
  100% {
    transform: scale(1);
  }
}

.photo-gallery .portfolio {
  margin: 20px auto;
  width: 90%;
}
.gallery-item {
  display: block;
  width: 100%;
  height: auto;
  overflow: hidden;
  border: 1px solid #e7e7e7;
  transition: all 0.2s ease-in-out;
}
.gallery-item:hover {
  border-radius: 0px;
}
.galleryImg .viewMore {
  position: absolute;
  z-index: 10;
  left: 2%;
  top: 2%;
  width: 40px;
  height: 40px;
  line-height: 40px;
  margin: auto;
  transform: translate(-40%, -40%);
  background: rgba(85, 85, 87, 0.7);
  font-size: 24px;
  text-align: center;
  opacity: 0;
  -webkit-transform: scale(0);
  -ms-transform: scale(0);
  transform: scale(0);
  -webkit-transition: 0.3s ease;
  transition: 0.3s ease;
  text-decoration: none;
  color: #fff;
  border-radius: 50px;
}
.galleryImg:hover .viewMore {
  opacity: 1;
  -webkit-transform: scale(1);
  -ms-transform: scale(1);
  transform: scale(1);
}
.gallery-grid .viewMore i {
  color: #fff;
}
.gallery-item {
  z-index: 55;
}
.gallery-item img {
  box-shadow: 0 1rem 1rem rgba(0, 0, 0, 0.15);
  transition: box-shadow 0.2s;
  width: 100%;
  height: 100%;
  object-fit: contain;
  transition: all 0.2s ease-in-out;
}

.gallery-item:hover img {
  box-shadow: 0 1rem 1rem rgba(0, 0, 0, 0.35);
  transform: scale(1.1);
}

.lightbox-modal .modal-content {
  background-color: rgb(0 0 0 / 0.75);
}
.lightbox-content .carousel-caption {
  display: none;
}
.lightbox-modal .btn-close {
  position: absolute;
  top: 1.25rem;
  right: 1.25rem;
  font-size: 1.5rem;
  line-height: 10px;
  z-index: 10;
  filter: invert(1) grayscale(100);
  border-radius: 50px;
  background: #5a5a5a;
}

.lightbox-modal .modal-body {
  display: flex;
  align-items: center;
  padding: 0;
}

.lightbox-modal .lightbox-content {
  width: 100%;
}

.lightbox-modal .carousel-indicators {
  margin-bottom: 0;
  display: none;
}

.lightbox-modal .carousel-indicators [data-bs-target] {
  background-color: #fff !important;
}

.lightbox-modal .carousel-inner {
  width: 80%;
}

.lightbox-modal .carousel-inner img {
  animation: zoomin 10s linear infinite;
}
.lightbox-modal .carousel-item {
  width: 90%;
  height: 95vh;
  overflow: hidden;
}
.lightbox-modal .carousel-item img {
  width: 100%;
  height: 100%;
  object-fit: contain;
  object-position: center;
}
.lightbox-modal .carousel-item .carousel-caption {
  right: 0;
  bottom: 0;
  left: 0;
  padding-bottom: 2rem;
  background-color: rgb(0 0 0 / 0.75);
  color: #fff !important;
  display: none !important;
}

.lightbox-modal .carousel-control-prev,
.lightbox-modal .carousel-control-next {
  width: auto;
}

.lightbox-modal .carousel-control-prev {
  left: 1.25rem;
}

.lightbox-modal .carousel-control-next {
  right: 1.25rem;
}

@media (min-width: 1400px) {
  .lightbox-modal .carousel-inner {
    max-width: 60%;
  }
}

[data-bs-theme="dark"] .lightbox-modal .carousel-control-next-icon,
[data-bs-theme="dark"] .lightbox-modal .carousel-control-prev-icon {
  filter: none;
}

.btn-fullscreen-enlarge {
  position: absolute;
  top: 0.5rem;
  right: 8.5rem;
  z-index: 10;
  border: 0;
  background: transparent;
  opacity: 0.8;
  font-size: 2rem;
  display: none;
}
.btn-fullscreen-exit {
  position: absolute;
  top: 1.25rem;
  right: 3.5rem;
  z-index: 10;
  border: 0;
  background: transparent;
  opacity: 0.8;
  font-size: 1.25rem;
}

/* Gallery CSS */

@media screen and (max-width: 768px) {
  .popup .card {
    width: 95%;
  }
  .pt-100 {
    padding-top: 40px;
  }
  .navbar {
    width: 100%;
  }
  .fixed-top {
    background: rgba(43, 42, 42, 0.7);
  }
  .bannerImg {
    height: 100vh;
  }
  .banner-caption {
    width: 100%;
  }
  .mainbtn {
    padding: 6px 10px;
  }
  .navbar-brand img {
    width: 90px;
  }
  .contact-form {
    height: auto;
    padding: 15px;
  }
  .title-content h1 {
    font-size: 30px;
    line-height: 2.5rem;
  }
  .banner-caption h3,
  .banner-caption h3 span {
    font-size: 36px;
  }
  .services {
    height: auto;
  }
  .CtaContent .title-content h1 {
    font-size: 36px;
  }
  .CtaContent .title-content h1 span {
    font-size: 24px;
  }
  .clientLogo {
    margin: 0 20px;
  }
  .client-logo img {
    height: auto;
  }
  .footerInfo {
    width: 100%;
  }
  .scrollContent {
    width: 100%;
  }
  .lightbox-modal .carousel-item {
    width: 100%;
    margin: auto;
  }
  .btn-fullscreen-enlarge {
    top: 0.5rem;
    right: 4.5rem;
  }
  .modelPopup .modal-dialog {
    max-width: 90%;
  }
  .btn-fullscreen-enlarge {
    font-size: 1.5rem;
  }
  .topbackBtn {
    top: 60px;
    left: 2%;
    display: none;
  }
  .topbackBtn a {
    font-size: 14px;
  }
  .carousel-indicators [data-bs-target] {
    width: 12px;
    height: 12px;
  }
  .bannerImg.fiveImg {
    background: url("../img/banner/mob-1.jpg") no-repeat;
    background-size: cover;
    background-position: center;
  }
  .bannerImg.sixImg {
    background: url("../img/banner/mob-2.png") no-repeat;
    background-size: cover;
    background-position: center;
  }
  .bannerImg.firstImg {
    background: url("../img/banner/mob-3.jpg") no-repeat;
    background-size: cover;
    background-position: center;
  }
  .bannerImg.secondImg {
    background: url("../img/banner/mob-4.jpg") no-repeat;
    background-size: cover;
    background-position: center;
  }
  .bannerImg.thirdImg {
    background: url("../img/banner/mob-5.jpg") no-repeat;
    background-size: cover;
    background-position: center;
  }
  .bannerImg.banner2 {
    background: url("../img/banner/mob-6.jpg") no-repeat;
    background-size: cover;
    background-position: center;
  }
  .bannerImg.fourImg {
    background: url("../img/banner/mob-7.jpg") no-repeat;
    background-size: cover;
    background-position: center;
  }
}
