@font-face {
  font-family: "Basis Grotesque Arabic Pro";
  src: url("../fonts/BasisGrotesqueArabicPro-Bold.woff2") format("woff2"),
    url("../fonts/BasisGrotesqueArabicPro-Bold.woff") format("woff");
  font-weight: bold;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: "Basis Grotesque Arabic Pro Lt";
  src: url("../fonts/BasisGrotesqueArabicPro-Light.woff2") format("woff2"),
    url("../fonts/BasisGrotesqueArabicPro-Light.woff") format("woff");
  font-weight: 300;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: "Basis Grotesque Arabic Pro";
  src: url("../fonts/BasisGrotesqueArabicPro-Regular.woff2") format("woff2"),
    url("../fonts/BasisGrotesqueArabicPro-Regular.woff") format("woff");
  font-weight: normal;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: "Basis Grotesque Arabic Pro Blk";
  src: url("../fonts/BasisGrotesqueArabicPro-Black.woff2") format("woff2"),
    url("../fonts/BasisGrotesqueArabicPro-Black.woff") format("woff");
  font-weight: 900;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: "Basis Grotesque Arabic Pro Md";
  src: url("../fonts/BasisGrotesqueArabicPro-Medium.woff2") format("woff2"),
    url("../fonts/BasisGrotesqueArabicPro-Medium.woff") format("woff");
  font-weight: 500;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: "Houschka Pro";
  src: url("../fonts/HouschkaPro-ExtraBold.woff2") format("woff2"),
    url("../fonts/HouschkaPro-ExtraBold.woff") format("woff");
  font-weight: bold;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: "Houschka Pro";
  src: url("../fonts/HouschkaPro-DemiBold.woff2") format("woff2"),
    url("../fonts/HouschkaPro-DemiBold.woff") format("woff");
  font-weight: 600;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: "Houschka Pro";
  src: url("../fonts/HouschkaPro-Bold.woff2") format("woff2"),
    url("../fonts/HouschkaPro-Bold.woff") format("woff");
  font-weight: bold;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: "Houschka Pro";
  src: url("../fonts/HouschkaPro-Light.woff2") format("woff2"),
    url("../fonts/HouschkaPro-Light.woff") format("woff");
  font-weight: 300;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: "Houschka Pro";
  src: url("../fonts/HouschkaPro-Medium.woff2") format("woff2"),
    url("../fonts/HouschkaPro-Medium.woff") format("woff");
  font-weight: 500;
  font-style: normal;
  font-display: swap;
}

:root {
  --primary-color: #2b3d44;
  --secondary-color: #c1e961;
  --secondary-color-light: #c4e23b;
  --white: #ffffff;
  --black: #2b3d44;
  --basis-font-family: "Basis Grotesque Arabic Pro";
  --houschka-font-family: "Houschka Pro";
  --light-sky: #f5fcff;
}
* {
  margin: 0;
  padding: 0;
}
body {
  /* font-family: var(--basis-font-family); */
  font-family: var(--houschka-font-family);
  font-weight: normal;
  font-style: normal;
}
h1,
h2,
h3,
h4,
h5,
h6,
p {
  margin: 0;
  padding: 0;
  font-family: var(--houschka-font-family);
}
h1,
h2,
h3,
h4,
h5,
h6 {
  text-transform: uppercase;
}
a,
a:hover,
a:focus {
  text-decoration: none;
  border: 0;
  outline: 0;
}
ul,
li,
ol {
  list-style-type: none;
  margin: 0;
  padding: 0;
}
img {
  max-width: 100%;
  height: auto;
}
.flex {
  display: flex;
  justify-content: center;
  align-items: center;
}
.btn-primary {
  padding: 16px 30px;
  background-color: var(--secondary-color-light);
  color: var(--black);
  font-size: 22px;
  font-weight: bold;
  border: 1px solid var(--secondary-color);
  text-transform: uppercase;
  display: inline-block;
}
.btn-primary:hover {
  background-color: var(--secondary-color);
  border: 1px solid var(--secondary-color);
}
.card-btn {
  border-radius: 30px;
  font-size: 14px;
  padding: 12px 16px;
  line-height: 1.2rem;
  font-weight: 700;
}
.card-text {
  margin-bottom: 12px;
}
/* NAV */
.navbar-expand-lg {
  background-color: #10171a;
  position: sticky;
  top: 0;
  z-index: 9999;
  padding: 0;
}
.navbar-toggler {
  width: 2.5rem;
  height: 2.5rem;
}
.humburger .navbar-toggler-icon,
.fa-xmark {
  display: none;
}
.humburger .fa-xmark {
  display: block;
  font-size: 1.5rem;
}
.navbar-brand img {
  max-width: 220px;
  width: 100%;
}
.navbar-expand-lg .navbar-nav .nav-item {
  position: relative;
  transition: 0.3s all ease-in-out;
}
.navbar-expand-lg .navbar-nav .nav-link {
  font-size: 22px;
  padding: 20px 16px;
  color: var(--white);
  font-weight: 300;
  position: relative;
  transition: 0.3s all ease-in-out;
}
.navbar-expand-lg .navbar-nav .nav-link.dropdown-toggle {
  margin-right: 18px;
}
.navbar-expand-lg .navbar-nav .nav-link.active,
.navbar-expand-lg .navbar-nav .nav-link.dropdown-toggle {
  position: relative;
}
.navbar-expand-lg .navbar-nav .nav-link.active::before,
.navbar-expand-lg .navbar-nav .nav-item::before {
  content: "";
  width: 0;
  height: 2px;
  position: absolute;
  bottom: 15px;
  left: 0;
  right: 0;
  margin: auto;
  background-color: var(--secondary-color);
  z-index: 1;
  transition: 0.3s all ease-in-out;
}
.navbar-expand-lg .navbar-nav .nav-link.active,
.navbar-expand-lg .navbar-nav .nav-link.show,
.navbar-expand-lg .navbar-nav .nav-link:focus,
.navbar-expand-lg .navbar-nav .nav-link:hover {
  font-weight: 300;
}
/* .navbar-expand-lg .navbar-nav .nav-item::after {
  content: "";
  width: 0;
  height: 2px;
  position: absolute;
  bottom: 15px;
  left: 0;
  right: 0;
  margin: auto;
  background-color: var(--secondary-color);
  z-index: 1;
  transition: 0.3s width ease-in-out;
} */
.navbar-expand-lg .navbar-nav .nav-item:hover::before {
  width: 60%;
  transition: 0.3s width ease-in-out;
}
.navbar-expand-lg .navbar-nav .nav-link.active::before {
  width: 42px;
}
.navbar-expand-lg .navbar-nav .dropdown-toggle::after {
  content: "";
  bottom: 32px;
  position: absolute;
  transition: 0.3s all ease-in-out;
}
.navbar-expand-lg .navbar-nav .dropdown-toggle.show::after {
  transform: rotate(180deg);
  transition: 0.3s all ease-in-out;
}
.navbar-expand-lg .dropdown-item {
  font-size: 18px;
  /* line-height: 1.4em; */
  color: var(--primary-color);
  /* font-weight: 300; */
  position: relative;
  transition: 0.3s all ease-in-out;
  padding-top: 0.2rem;
  padding-bottom: 0.2rem;
}
.navbar-expand-lg .dropdown-item.active,
.navbar-expand-lg .dropdown-item:active,
.navbar-expand-lg .dropdown-item:focus,
.navbar-expand-lg .dropdown-item:hover {
  background-color: var(--secondary-color);
}
.navbar-expand-lg .navbar-nav .dropdown-menu {
  right: auto;
  left: 0;
}
/* BANNER SECTION */
.silbury-banner {
  background-color: #10171a;
  height: calc(100vh - 73px);
  position: relative;
}
.silbury-banner:after {
  content: "";
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  /* background: url("../images/overlay.png") no-repeat center center; */
  background-size: cover;
  z-index: 1;
}
.bg-bottom-banner {
  width: 100%;
  position: absolute;
  bottom: -10px;
  left: 0;
  right: 0;
  border-top-left-radius: 100px;
  border-top-right-radius: 100px;
  z-index: 9;
}
.video-hero {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
.video-hero video {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

/* Full screen for the video container */
.video-hero {
  /* position: relative;
  width: 100%;
  height: 100vh; 
  overflow: hidden; */
}

/* Ensure the video takes full width and height while maintaining aspect ratio */
#video-container {
  /* position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  overflow: hidden; */
}

/* Video styles for responsiveness */
/* #videos-silbury {
  width: 100%;
  height: 100%;
  object-fit: cover; 
} */

.play-btn {
  width: 10%;
  height: 20%;
  border: 0;
  background: url(../images/play-bg.png) no-repeat center bottom;
  background-size: contain;
  position: absolute;
  bottom: 2%;
  right: 26.8%;
  z-index: 99;
  transform: translate(-0%, 0%);
  /* animation: rotate 10s linear infinite; */
}

.play-btn i {
  font-size: 30px;
  /* animation: reverserotate 10s linear infinite; */
}
.play-btn span {
  font-size: 14px;
  /* animation: reverserotate 10s linear infinite; */
  display: inline-block;
}

@keyframes rotate {
  0% {
    transform: rotate(0deg);
  }
  100% {
    transform: rotate(360deg);
  }
}
@keyframes reverserotate {
  100% {
    transform: rotate(0deg);
  }
  0% {
    transform: rotate(360deg);
  }
}
.banner-btn-mute.mute-btns {
  width: auto;
  height: auto;
  font-size: 21px;
  position: initial;
  background: var(--secondary-color);
  color: var(--primary-color);
  border: 1px solid var(--secondary-color);
  padding: 22px 13px;
  display: inline-block;
}
.banner-content-wrap {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  z-index: 9;
}
.banner-container {
  width: 100%;
  max-width: 1320px;
  margin: 0 auto;
  position: relative;
  top: 40%;
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
  padding: 0 15px;
}
.banner-content-wrap h1 {
  font-size: 64px;
  line-height: 70px;
  -webkit-text-stroke: 3px;
  -ms-text-stroke: 3px;
  -moz-text-stroke: 3px;
  letter-spacing: 3px;
  color: var(--white);
  font-weight: bold;
  text-transform: uppercase;
}
.banner-content-wrap h2 {
  font-size: 64px;
  line-height: 70px;
  -webkit-text-stroke: 2px #fff;
  -ms-text-stroke: 2px;
  -moz-text-stroke: 2px;
  -webkit-text-fill-color: #000;
  -ms-text-fill-color: #000;
  -moz-text-fill-color: #000;
  letter-spacing: 3px;
  color: #000;
  font-weight: bold;
  text-transform: uppercase;
  margin-bottom: 30px;
}
/* BENEFIT SECTION */
.silbury-benefit-wrapper {
  width: 100%;
  padding-top: 100px;
  margin-bottom: 150px;
  background-image: linear-gradient(#f5fcff, rgba(62, 88, 99, 0.21) 60%),
    url("../images/bg02.jpg");
  background-size: cover;
  background-position: top center;
}
.title-benefits {
  margin-bottom: 80px;
}
.title-benefits h2 {
  font-size: 64px;
  line-height: 70px;
  text-transform: uppercase;
  -webkit-text-stroke: 3px var(--primary-color);
  -ms-text-stroke: 3px;
  -moz-text-stroke: 3px;
  color: var(--primary-color);
  position: relative;
  z-index: 2;
  font-weight: 500;
}
.title-benefits h2::after {
  content: "";
  position: absolute;
  left: -120px;
  top: -90px;
  z-index: -1;
  background: url(../images/masklogobg.png) no-repeat left top;
  background-size: 100% 100%;
  width: 301px;
  height: 185px;
}
.title-benefits h2 span {
  /* -webkit-text-stroke: 2px var(--black);
  -ms-text-stroke: 2px;
  -moz-text-stroke: 2px;
  -webkit-text-fill-color: var(--white);
  -ms-text-fill-color: var(--white);
  -moz-text-fill-color: var(--white);
  mix-blend-mode: multiply;
  font-weight: bold; */
}
.benefit-wrap {
  width: 100%;
  height: 100%;
  background-color: var(--white);
  filter: drop-shadow(0px 0px 20px rgba(0, 0, 0, 0.2));
  padding: 30px;
  border-radius: 10px;
  transition: 0.3s all ease-in-out;
}
.benefit-wrap:hover {
  background-color: var(--primary-color);
}
.benefit-wrap img {
  width: 50px;
  margin-bottom: 20px;
  filter: invert(1) brightness(0);
  transition: 0.5s all ease-in-out;
}
.benefit-wrap h4 {
  font-size: 26px;
  font-weight: bold;
  margin-bottom: 20px;
  color: var(--primary-color);
  transition: 0.5s all ease-in-out;
}
.benefit-wrap p {
  font-size: 22px;
  font-weight: normal;
  color: var(--primary-color);
  transition: 0.5s all ease-in-out;
}
.benefit-wrap:hover img {
  filter: invert(0);
}
.benefit-wrap:hover h4,
.benefit-wrap:hover p {
  color: var(--white);
}
.bulb-img-bottom {
  position: relative;
  text-align: end;
  margin-top: 200px;
  margin-bottom: -100px;
}
.bulb-img-bottom img {
  width: 300px;
  margin-left: auto;
}
.silbury-services-wrap {
  padding: 0 0 100px;
  background: url(../images/servicexfacter.png) no-repeat right top;
  background-size: 20% auto;
}
.inner-bg {
  background: #f5f5f5;
  padding: 40px;
  margin-top: 80px;
}
.title-services h2 {
  font-size: 64px;
  line-height: 70px;
  -webkit-text-stroke: 3px var(--primary-color);
  -ms-text-stroke: 3px;
  -moz-text-stroke: 3px;
  color: var(--primary-color);
  font-weight: 500;
}
.services-content img {
  width: 75%;
  margin-left: auto;
}
.services-content h2 {
  font-size: 44px;
  line-height: 50px;
  font-weight: 900;
  margin-bottom: 30px;
  color: var(--black);
}
.services-content h4 {
  font-size: 25px;
  line-height: 35px;
  font-weight: bold;
  margin-bottom: 30px;
  color: var(--black);
}
.services-content p {
  font-size: 18px;
  line-height: 26px;
  margin-bottom: 30px;
  color: var(--black);
  font-weight: normal;
}
/* TESTIMONIAL */
.silbury-testimonial {
  width: 100%;
  background: var(--primary-color);
  padding: 80px 0;
}
.title-testimonial h2 {
  font-size: 60px;
  line-height: 66px;
  text-transform: uppercase;
  -webkit-text-stroke: 3px #fff;
  -ms-text-stroke: 3px;
  -moz-text-stroke: 3px;
  color: #fff;
  letter-spacing: 3px;
  font-weight: 500;
}
.title-testimonial span {
  -webkit-text-stroke: 2px var(--white);
  -ms-text-stroke: 2px;
  -moz-text-stroke: 2px;
  -webkit-text-fill-color: var(--black);
  -ms-text-fill-color: var(--black);
  -moz-text-fill-color: var(--black);
}
.brand-wrap {
  margin: 80px 0;
  width: 100%;
  overflow: hidden;
}
.testimonial-content {
  width: 100%;
  padding: 20px;
  background-color: #1d2a2f;
  text-align: left;
}
.owl-item.center .testimonial-content {
  background-color: var(--white);
}
.owl-item.center .testimonialpicpart {
  background: url(../images/test-bg-w01.png) no-repeat left top;
}
.testimonial-content i {
  color: #ffba2f;
}
.testimonial-content p {
  color: var(--white);
  font-size: 18px;
  line-height: 26px;
  font-style: italic;
  font-weight: 400;
  margin: 20px 0;
}
.testimonial-content h4 {
  text-transform: capitalize;
  color: var(--white);
  font-size: 18px;
  font-weight: bold;
  font-style: italic;
  padding-left: 20px;
}
.testimonial-user {
  width: 100%;
  overflow: hidden;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
}
.testimonial-pic {
  width: 108px;
  float: left;
  position: relative;
  overflow: hidden;
  height: 93px;
}
.testimonialpicpart {
  position: absolute;
  left: 0;
  width: 108px;
  height: 93px;
  top: 0;
  z-index: 1;
  background: url(../images/test-bg01.png) no-repeat left top;
  background-size: 100% 100%;
}
.testimonial-pic img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.overlay-img {
  height: 100%;
  position: absolute;
  z-index: 1;
}
.overlay-img.hover,
#testimonials .owl-item.center .overlay-img {
  opacity: 0;
}
#testimonials .owl-item.center .overlay-img.hover {
  opacity: 1;
}
#testimonials .owl-item.center h4,
#testimonials .owl-item.center p {
  color: var(--primary-color);
}
.owl-carousel.owl-theme .owl-nav button {
  color: var(--black);
  font-size: 20px;
  padding: 10px 17px !important;
  background: var(--secondary-color);
  border-radius: 0;
  margin-top: 50px;
}
.owl-carousel.owl-theme .owl-nav button:hover {
  background: var(--white);
  color: var(--black);
}
.our-projects-wrap {
  /* display: grid;
  height: 100%; */
}
/* VIDEOS SECTION */
.videos-list-wrapper {
  padding: 40px 0;
}
.cust-link {
  color: inherit;
}
.title-services h2 span {
  /* -webkit-text-stroke: 2px var(--black);
  -ms-text-stroke: 2px;
  -moz-text-stroke: 2px;
  -webkit-text-fill-color: var(--white);
  -ms-text-fill-color: var(--white);
  -moz-text-fill-color: var(--white);
  mix-blend-mode: multiply; */
}
.videos-wrap {
  width: 100%;
  background-color: #f7f7f7;
  border: 1px solid var(--primary-color);
  padding: 15px;
  /* margin-top: 100px; */
  height: 100%;
}
.wrap-heading {
  margin-bottom: 50px;
}
.videos-list {
  width: 100%;
  position: relative;
}
.blog-video-wrap .video-list {
  height: 460px;
}
.ai-video-wrap .video-list {
  height: auto;
}
.mute-btns {
  border: none;
  color: var(--secondary-color);
  width: 50px;
  height: 50px;
  background: transparent;
  position: absolute;
  right: 0;
  top: 0;
}

.play-btns {
  width: 100px;
  height: 100px;
  border: none;
  border-radius: 100%;
  background: var(--secondary-color);
  z-index: 1;
  font-size: 20px;
  transition: 0.5s all ease-in-out;
}
.btn-hide .play-btns {
  opacity: 0;
}
.videos-list.btn-hide:hover .play-btns {
  opacity: 1;
}
.videos-wrap h4 {
  font-size: 24px;
  line-height: 32px;
  color: var(--black);
  padding: 20px 0;
  font-weight: bold;
}
.videos-wrap time {
  font-size: 18px;
  line-height: 32px;
  color: var(--black);
  text-transform: uppercase;
  font-weight: bold;
}
/* BLOG SECTION */
.silbury-blog-wrapper {
  padding: 80px 0;
}
.sgleblogsec {
  width: 100%;
  height: 100%;
  position: relative;
  transition: 0.5s all ease-in-out;
  overflow: hidden;
}
.blog-post-wrap {
  display: none;
}
.postthumb {
  width: 100%;
  height: 340px;
  overflow: hidden;
  transition: 0.5s all ease-in-out;
  background: transparent;
}
.postthumb img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.postcontsec {
  width: 100%;
  transition: 0.5s all ease-in-out;
}
.sgleblogsec time {
  background-color: var(--primary-color);
  color: var(--white);
  font-size: 18px;
  padding: 10px 20px;
  display: inline-block;
  position: relative;
  top: -20px;
  transition: 0.5s all ease-in-out;
  font-weight: bold;
}
.sgleblogsec h3 {
  width: 100%;
  font-size: 25px;
  line-height: 34px;
  transition: 0.5s all ease-in-out;
  display: -webkit-box;
  -webkit-line-clamp: 5;
  -webkit-box-orient: vertical;
  overflow: hidden;
  font-weight: bold;
  text-transform: uppercase;
}
.clickable-link {
  display: block;
  color: var(--primary-color);
}
.sgleblogsec h3 a {
  color: var(--primary-color);
}
.sgleblogsec:hover .postthumb {
  height: 100%;
}
.sgleblogsec:hover .postthumb:before {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  z-index: 1;
  background: rgba(43, 61, 68, 0.79);
}
.sgleblogsec:hover .postcontsec {
  position: absolute;
  width: 100%;
  left: 0;
  bottom: 0;
  z-index: 9;
  padding: 0 30px 30px 30px;
}
.sgleblogsec:hover .postcontsec time {
  background: var(--secondary-color);
  color: var(--black);
}
.sgleblogsec:hover .postcontsec h3 a {
  color: var(--white);
}
.viwmorebtn {
  margin-top: 50px;
}
.title-blog {
  margin-bottom: 50px;
}
.loadmore {
  text-align: center;
}
.loadmore button {
  font-size: 18px;
  border: none;
  color: var(--white);
  background: var(--primary-color);
  padding: 10px 30px;
  transition: 0.5s all ease-in-out;
}
.loadmore button:hover {
  background: var(--secondary-color);
  color: var(--black);
}
/* FOOTER SECTION */
.footer {
  background: url(../images/footerxvector.png) no-repeat 90% 15px
    var(--primary-color);
  background-size: 18% auto;
  padding: 80px 0 0;
}
.footer-brand img {
  max-width: 250px;
  width: 100%;
}
.footer-navigation,
.social-network {
  width: 100%;
  display: flex;
  justify-content: flex-start;
  align-items: center;
  list-style: none;
  gap: 1rem;
  margin: 0 0 50px 0;
  padding: 0;
}
.footer-navigation li {
  margin-left: 15px;
}
.footer-navigation li:first-child {
  margin: 0;
}
.footer-navigation li a {
  padding: 0;
  color: var(--white);
  font-size: 20px;
  font-weight: 400;
  transition: 0.3s all ease-in-out;
}
.footer-navigation li a:hover {
  color: var(--secondary-color);
}
.social-network li a {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 30px;
  height: 30px;
  background: var(--secondary-color);
  color: var(--black);
  border-radius: 100%;
}
.footer-bottom {
  border-top: 1px solid rgba(255, 255, 255, 0.2);
  padding: 30px 0;
}
.footer-bottom p {
  color: var(--white);
  font-size: 16px;
  font-weight: normal;
}
.footer-bottom {
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.right-side {
  display: flex;
  justify-content: end;
  align-items: center;
}
.right-side p {
  border-right: 1px solid var(--white);
  padding: 0 20px;
  line-height: 16px;
}
.right-side p:last-child {
  border: none;
  padding-right: 0;
}
.productplatroomsec {
  width: 100%;
  overflow: hidden;
  background: var(--primary-color);
  padding: 100px 0;
}
.productplatroomsec h2 {
  font-size: 64px;
  line-height: 70px;
  text-transform: uppercase;
  -webkit-text-stroke: 3px #fff;
  -ms-text-stroke: 3px;
  -moz-text-stroke: 3px;
  color: #fff;
  padding: 0 0 100px 0;
  font-weight: 500;
}
.productplatroomsec h2 span {
  /* -webkit-text-stroke: 2px var(--white);
  -ms-text-stroke: 2px;
  -moz-text-stroke: 2px;
  -webkit-text-fill-color: var(--black);
  -ms-text-fill-color: var(--black);
  -moz-text-fill-color: var(--black); */
}
.productplatroomsec h3 {
  font-weight: 900;
  font-size: 54px;
  line-height: 60px;
  color: var(--white);
  padding: 0 0 80px 0;
}
.productplatroomsec .accordion-item {
  background: transparent;
  border: 0;
}
.productplatroomsec .accordion-item h4.accordion-header .accordion-button {
  background: transparent;
  border-radius: 0 !important;
  box-shadow: none;
  padding: 20px 0;
  border-bottom: 1px solid var(--secondary-color-light);
  font-size: 32px;
  font-weight: bold;
  color: var(--white);
  text-transform: uppercase;
}
.productplatroomsec
  .accordion-item
  h4.accordion-header
  .accordion-button.collapsed::after {
  width: 64px;
  height: 64px;
  background: url(../images/plus.png) no-repeat center center
    var(--secondary-color-light);
}
.productplatroomsec
  .accordion-item
  h4.accordion-header
  .accordion-button::after {
  width: 64px;
  height: 64px;
  background: url(../images/minus.png) no-repeat center center
    var(--secondary-color-light);
}
.productplatroomsec .accordion-item h4.accordion-header .accordion-button span {
  font-size: 54px;
  margin: 0 25px 0 0;
}
.productplatroomsec .accordion-item .accordion-header .accordion-button,
.productplatroomsec .accordion-item .accordion-collapse .accordion-body {
  padding: 0;
}
.productplatroomsec .accordion-item .accordion-collapse .accordion-body {
  padding-top: 20px;
}
.productplatroomsec .accordion-item .accordion-collapse .accordion-body p {
  color: var(--white);
  font-size: 22px;
  line-height: 30px;
  font-weight: normal;
}
.productplatroomsec .accordion-item .accordion-collapse .accordion-body p img {
  float: right;
  border: 2px solid #c1e961;
  margin-left: 80px;
}
.productplatroomsec
  .accordion-item
  .accordion-collapse
  .accordion-body
  a.learnmore {
  color: var(--secondary-color-light);
  text-transform: uppercase;
  font-size: 22px;
  font-weight: bold;
  line-height: normal;
  display: inline-block;
  margin-top: 50px;
}
.innerbannersec {
  width: 100%;
  height: 100%;
  overflow: hidden;
  position: relative;
}
.innerbannersec img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.bannerpositionsec {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  z-index: 1;
}
.bannerpositionsec .container {
  position: relative;
  top: 45%;
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
}
.innerbannersec h1 {
  font-size: 64px;
  line-height: 70px;
  letter-spacing: 3px;
  color: var(--white);
  font-weight: bold;
  text-transform: uppercase;
}
.innerbannersec h1 span {
  -webkit-text-stroke: 2px #fff;
  -ms-text-stroke: 2px;
  -moz-text-stroke: 2px;
  -webkit-text-fill-color: transparent;
  -ms-text-fill-color: transparent;
  -moz-text-fill-color: transparent;
  letter-spacing: 3px;
  color: #000;
  font-weight: bold;
  text-transform: uppercase;
}
.innerblogpgtopcontsec {
  width: 100%;
  overflow: hidden;
  background-image: url(../images/blogpglftpattern.png),
    url(../images/blogpgrytpattern.png);
  background-position: left 90%, right 10%;
  background-repeat: no-repeat, no-repeat;
  background-size: 12% auto, 12% auto;
  background-color: var(--primary-color);
  border-radius: 100px;
  -moz-border-radius: 100px;
  -webkit-border-radius: 100px;
  padding: 150px 0;
  position: relative;
  margin-top: -95px;
}
.innerblogpgtopcontsec h2 {
  font-size: 64px;
  line-height: 70px;
  letter-spacing: 3px;
  color: var(--white);
  font-weight: bold;
  text-transform: uppercase;
  text-align: center;
  padding: 0 0 70px 0;
}
.innerblogpgtopcontsec h2 span {
  /* -webkit-text-stroke: 2px #fff;
  -ms-text-stroke: 2px;
  -moz-text-stroke: 2px;
  -webkit-text-fill-color: transparent;
  -ms-text-fill-color: transparent;
  -moz-text-fill-color: transparent;
  letter-spacing: 3px;
  color: #000;
  font-weight: bold;
  text-transform: uppercase; */
}
.innerpg-blog-wrapper {
  width: 100%;
  overflow: hidden;
  padding: 100px 0 50px;
}
.innerpg-blog-wrapper .sgleblogsec:hover {
  height: auto;
}
.innerpg-blog-wrapper .sgleblogsec:hover .postthumb {
  height: 340px;
}
.innerpg-blog-wrapper .sgleblogsec:hover .postthumb:before {
  display: none;
}
.innerpg-blog-wrapper .sgleblogsec:hover .postcontsec {
  position: relative;
  padding: 0;
}
.innerpg-blog-wrapper .sgleblogsec:hover .postcontsec time,
.innerpg-blog-wrapper .sgleblogsec:hover .postcontsec h3 a {
  color: inherit;
}
.innerpg-blog-wrapper .col-lg-4 {
  margin-bottom: 50px;
}
.sm-bannersec {
  max-height: 200px;
}
.fstvidpause,
.sndvidpause {
  display: none;
}
.show {
  display: block;
}
.hide {
  display: none;
}

/* new css added for new sections */
.silbury-process.small-size .process-step-box {
  padding: 15px;
  margin-bottom: 20px;
  background: #f9f9f9;
  border: 1px solid #ddd;
  border-radius: 8px;
  text-align: center;
}

.silbury-process.small-size .process-icon img {
  max-width: 60%;
  height: auto;
  margin-bottom: 10px;
}

.silbury-process.small-size .process-content h4 {
  font-size: 1rem; /* Smaller heading size */
  margin: 10px 0;
}

.silbury-process.small-size .process-content p {
  font-size: 0.9rem;
  margin-bottom: 10px;
}

/* add spacing between sections */
.silbury-process {
  margin-top: 80px;
}

.title-process h2 {
  font-size: 60px;
  line-height: 66px;
  text-transform: uppercase;
  color: var(--primary-color);
  font-weight: bold;
  margin-bottom: 70px;
}
.title-process h2 span {
  /* -webkit-text-stroke: 2px var(--primary-color);
  -ms-text-stroke: 2px;
  -moz-text-stroke: 2px;
  -webkit-text-fill-color: var(--white);
  -ms-text-fill-color: var(--white);
  -moz-text-fill-color: var(--white); */
}
.silbury-process-box {
  padding: 130px 0;
  background: var(--light-sky);
  margin-top: 0;
}

.process-step-box {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 30px;
  border: 1px solid var(--primary-color);
  padding: 40px;
  background: #f7f7f7;
  height: 100%;
  transition: 0.5s;
}
.process-step-box:hover {
  background: var(--primary-color);
}
.process-step-box:hover .process-content h4,
.process-step-box:hover .process-content p {
  color: var(--white);
}
.process-icon {
  width: 120px;
  height: 120px;
  margin: 0 auto;
  display: inline-flex;
  align-items: center;
  justify-content: center;
}
.process-icon img {
  width: 100%;
}
.process-content {
  display: flex;
  flex-direction: column;
  gap: 20px;
  align-items: center;
}
.process-content h4 {
  text-align: center;
  font-size: 20px;
  color: var(--primary-color);
  font-weight: bold;
}
.process-content p {
  text-align: center;
  font-size: 16px;
  color: var(--primary-color);
  font-weight: normal;
}

.silbury-demo-request {
  padding: 130px 0;
}
.title-demo h2 {
  font-size: 60px;
  line-height: 66px;
  text-transform: uppercase;
  color: var(--primary-color);
  font-weight: bold;
  margin-bottom: 20px;
}
.title-demo h2 span {
  /* -webkit-text-stroke: 2px var(--primary-color);
  -ms-text-stroke: 2px;
  -moz-text-stroke: 2px;
  -webkit-text-fill-color: var(--white);
  -ms-text-fill-color: var(--white);
  -moz-text-fill-color: var(--white);
  display: block; */
}
.demo-form {
  border: 1px solid var(--primary-color);
  padding: 40px;
  background: url(../images/servicexfacter.png) right center no-repeat #f7f7f7;
  background-size: 80%;
  margin-top: 30px;
}
.demo-form input {
  background: var(--white) !important;
  border: 1px solid #adadad !important;
  height: 50px;
  padding: 0 20px;
  border-radius: 0;
  color: var(--primary-color);
  font-size: 16px;
}
.demo-form input:focus {
  outline: none;
  box-shadow: none;
}
.demo-form input::placeholder {
  color: #adadad;
}
.demo-form textarea {
  background: var(--white) !important;
  border: 1px solid #bdbdbd !important;
  height: 200px;
  padding: 20px;
  border-radius: 0;
  color: var(--primary-color);
  font-size: 16px;
}
.demo-form textarea:focus {
  outline: none;
  box-shadow: none;
}
.demo-form textarea::placeholder {
  color: #adadad;
}
/* WEB EXPERIENCE */
.webexperience-banner {
  width: 100%;
  background: var(--light-sky);
  padding: 170px 0 70px;
}
.bannercontent-wrap {
  background: var(--primary-color);
  padding: 32px 24px;
  color: #ffffff;
  position: relative;
}
.bannercontent-wrap:after {
  content: "";
  position: absolute;
  bottom: -30px;
  background: rgb(43, 42, 42);
  width: 80%;
  height: 4px;
  left: 8%;
  border-radius: 50%;
  filter: blur(4px);
}
.bannercontent h1 {
  font-size: 60px;
  line-height: 60px;
  letter-spacing: 3px;
  color: var(--primary-color);
  /* background-color: var(--light-sky); */
  /* border-radius: 8px; */
  /* padding: 4px 12px; */
  margin-bottom: 15px;
  font-weight: bold;
  text-transform: uppercase;
  /* font-family: "Roboto", sans-serif; */
}
.bannercontent h2 {
  font-size: 36px;
  line-height: 45px;
  /* color: var(--primary-color); */
  font-weight: 400;
  padding-bottom: 25px;
  text-transform: capitalize;
  /* font-family: "Roboto", sans-serif; */
}
.bannercontent h2 span {
  color: var(--secondary-color);
  display: block;
}
.details-banner .bannercontent h2 span {
  display: inline-block;
}
.bannercontent p,
.bannercontent ul {
  font-size: 21px;
  line-height: 30px;
  /* color: var(--primary-color); */
  font-weight: 400;
  /* font-family: "Roboto", sans-serif; */
  margin-bottom: 20px;
}
.bannercontent p span {
  color: var(--secondary-color);
}
.bannercontent .btn-primary {
  padding: 11px 50px;
  font-size: 20px;
}
.banner-picture {
  position: relative;
  width: 95%;
  height: 100%;
  margin-left: auto;
  z-index: 1;
  text-align: right;
  min-height: 260px;
}
.banner-picture .img-bg {
  width: 100%;
  position: absolute;
  top: -91px;
  left: 0;
  right: 0;
  z-index: -1;
  object-fit: cover;
  object-position: left top;
  height: 100%;
}
.details-banner {
  padding-top: 80px;
}
.details-banner .img-bg {
  top: 0;
}
.details-content {
  font-size: 18px;
}
.details-content p {
  margin: 0.25rem 0;
}
.detail-content-title {
  display: block;
  font-weight: 600;
}
.details-content .details-span {
  padding: 12px 0;
}
.details-list {
  padding-left: 20px;
  padding-top: 6px;
  font-size: 0.9em;
}
.details-list li {
  list-style: disc;
}
.details-span h3 {
  margin: 18px 0 6px 0;
  font-size: 1.5rem;
}
.img-first {
  width: 68%;
  height: 360px;
  object-fit: contain;
}
.img-second {
  margin-top: -200px;
  width: 314px;
  height: 313px;
  object-fit: contain;
  float: left;
  z-index: 1;
  position: relative;
}
.gen-banner-content {
  padding-top: 60px;
}
.oracle-center {
  padding-top: 80px;
}
.oracle-center .img-first {
  height: 280px;
  width: auto;
}
.oracle-center .img-second {
  margin-top: 0px;
  height: 300px;
  width: auto;
}
.technologi-wrapper {
  padding: 70px 0;
}
.title-web {
  margin-bottom: 70px;
}
.title-web h2 {
  font-size: 64px;
  line-height: 70px;
  letter-spacing: 3px;
  color: var(--black);
  font-weight: bold;
  /* font-family: "Roboto", sans-serif; */
}
.title-web h2 span {
  /* -webkit-text-stroke: 2px #000;
  -ms-text-stroke: 2px;
  -moz-text-stroke: 2px;
  -webkit-text-fill-color: transparent;
  -ms-text-fill-color: transparent;
  -moz-text-fill-color: transparent;
  letter-spacing: 3px;
  color: #000;
  font-weight: bold; */
}
.details-title {
  margin-bottom: 24px;
}
.details-title h2 {
  font-size: 30px;
  letter-spacing: 1px;
  line-height: 42px;
}
.details-title h2 span {
  /* letter-spacing: 1px; */
}
.privacy-title {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
}
.privacy-title .img-wrap img {
  width: 160px;
  height: auto;
}
.web-expert-wrap {
  width: 100%;
  height: 100%;
  background: #f7f7f7;
  border: 1px solid #2b3d44;
  padding: 30px;
}
/* .img-wrap {
  width: 100%;
  height: 150px;
  background-color: #ececec;
  padding: 20px;
  margin-bottom: 20px;
}
.img-wrap img {
  mix-blend-mode: darken;
} */

.img-wrap img {
  width: 350px; /* Set a fixed width */
  height: 250px; /* Set a fixed height */
  object-fit: contain; /* Ensures the image doesn't stretch */
  display: block; /* Optional: Ensures proper alignment */
  margin: 0 auto; /* Optional: Centers the image */
}

.web-expert-wrap h4 {
  font-size: 32px;
  line-height: 40px;
  color: var(--black);
  font-weight: bold;
  padding-bottom: 15px;
  /* font-family: "Roboto", sans-serif; */
}
.web-expert-wrap p {
  font-size: 21px;
  line-height: 28px;
  color: var(--black);
  padding-bottom: 15px;
  /* font-family: "Roboto", sans-serif; */
}
.web-expert-wrap .btn-primary {
  padding: 12px 36px;
  font-size: 18px;
}
/* */
.thankyou-wrapper {
  padding: 70px 0;
}
.our-projects-wrapper {
  width: 100%;
  background: url("../images/bg-mask.png") no-repeat, #2b3d44;
  background-size: 300px;
  background-position: right top;
  padding: 70px 0;
}
.our-projects-title {
  width: 84%;
  margin: 0 auto 50px auto;
}
.our-projects-title p {
  color: var(--white);
  font-size: 21px;
  padding: 20px 0;
  /* font-family: "Roboto", sans-serif; */
}
.our-projects-wrap img {
  width: 100%;
  height: 275px;
  object-fit: cover;
  margin-bottom: 25px;
  object-position: top left;
}
.our-projects-wrap h4 {
  /* color: var(--white); */
  color: #ffffff;
  font-size: 20px;
  padding-bottom: 15px;
  font-weight: 600;
  /* font-family: "Roboto", sans-serif; */
}
.our-projects-wrap h4 span {
  font-weight: 500;
  /* font-size: 18px;
  color: #CCCCCC; */
  text-transform: none;
}
.our-projects-wrap p,
.accelerators-title p {
  /* color: var(--white); */
  color: #d9d9d9;
  font-size: 18px;
  padding-bottom: 15px;
  /* font-family: "Roboto", sans-serif; */
}
.accelerators-title p {
  color: var(--black);
}
#ourprojects.owl-theme .owl-nav {
  margin-top: 0;
  position: absolute;
  top: 145px;
  left: 0;
  right: 0;
}
#ourprojects.owl-theme .owl-nav .owl-prev {
  float: left;
  margin: 0;
  left: -50px;
  position: relative;
  color: var(--white);
  padding: 0 !important;
  font-size: 40px;
  background-color: transparent !important;
}
#ourprojects.owl-theme .owl-nav .owl-next {
  float: right;
  margin: 0;
  right: -50px;
  position: relative;
  color: var(--white);
  padding: 0 !important;
  font-size: 40px;
  background-color: transparent !important;
}
.tools-accelerators {
  padding: 70px 0;
}
.accelerators-wrap {
  width: 100%;
  height: 100%;
  background: #f7f7f7;
  border: 1px solid #2b3d44;
  padding: 30px;
  align-items: flex-start;
}
.accelerators-wrap .img-wrap {
  width: auto;
  height: auto;
}
.tools-accelerators .img-wrap img {
  width: 33%;
  height: auto;
}
.accelerators-wrap img {
  width: 33%;
  height: auto;
  object-fit: contain;
  margin-bottom: 20px;
  /* padding: 10px; */
}
.nextGen-tech .img-wrap img {
  width: auto;
  height: 100px;
}
.accelerators-wrap .tool-box {
  padding: 12px;
  font-size: 18px;
  color: var(--black);
}
.accelerators-wrap .tool-box ul {
  margin-bottom: 6px;
}
.accelerators-title h2 {
  padding-bottom: 20px;
}
.accelerators-wrap h4 {
  font-size: 32px;
  line-height: 40px;
  color: var(--black);
  font-weight: bold;
  padding-bottom: 15px;
  text-align: center;
  /* font-family: "Roboto", sans-serif; */
}
.accelerators-wrap p {
  font-size: 18px;
  color: var(--black);
  margin-bottom: 12px;
  /* font-family: "Roboto", sans-serif; */
}

.our-perspective-sec {
  width: 100%;
  background-image: url("../images/bg-mask.png"), url("../images/bg-mask2.png");
  background-color: #2b3d44;
  background-repeat: no-repeat;
  background-size: 350px;
  background-position: right top, left bottom;
  padding: 70px 0;
}

.our-perspective-sec .row {
  /* align-items: center; */
  margin-bottom: 80px;
}
.our-perspective-sec .row:last-child {
  margin-bottom: 0;
}
.our-perspective-sec .row:nth-child(odd) {
  flex-direction: row-reverse;
}
.our-perspective-sec h3 {
  font-size: 48px;
  line-height: 60px;
  color: var(--white);
  font-weight: 700;
}
.our-perspective-sec .row p {
  font-size: 24px;
  line-height: 36px;
  color: var(--white);
  font-weight: 400;
  margin-block: 32px;
}
.ctaSec {
  padding-block: 60px;
}
.ctaSec .row {
  align-items: center;
}
.ctaSec h2 {
  font-size: 63px;
  font-weight: 700;
  line-height: 82px;
  margin-bottom: 60px;
}
.ctaSec h2 span {
  /* -webkit-text-stroke: 2px #000;
  -ms-text-stroke: 2px;
  -moz-text-stroke: 2px;
  -webkit-text-fill-color: transparent;
  -ms-text-fill-color: transparent;
  -moz-text-fill-color: transparent;
  letter-spacing: 3px;
  color: #000;
  font-weight: bold; */
}

/* Contact Us page */
.contactSec {
  padding-block: 130px;
}
.contactSec .title-web p {
  font-size: 24px;
  line-height: 36px;
  font-weight: 400;
  margin-top: 30px;
}
.contact_wrapper {
  display: flex;
  column-gap: 18px;
  row-gap: 20px;
  flex-wrap: wrap;
  padding: 30px;
  border: 1px solid var(--black);
  background-color: #f7f7f7;
}
.contact_info_list {
  width: 48%;
  column-gap: 12px;
  display: flex;
}
.contact_wrapper .contact_info_list .icon_wrap {
  width: 30px;
  margin-top: 6px;
  margin-left: 12px;
}
.contact_wrapper .contact_info_list .contact_info {
  width: 90%;
}
.contact_wrapper .contact_info_list h6 {
  font-size: 24px;
  font-weight: 600;
  line-height: 36px;
  white-space: nowrap;
}
.contact_wrapper .contact_info_list p {
  font-size: 24px;
  font-weight: 400;
  line-height: 36px;
}
.caller_img {
  margin-top: 40px;
  text-align: center;
}
.contact_form_wrapper {
  padding: 50px;
  background-color: #f7f7f7;
  border: 1px solid var(--black);
}
.contact_form_wrapper h4 {
  font-size: 30px;
  font-weight: 600;
  line-height: 40px;
  text-align: center;
  margin-bottom: 50px;
  text-transform: capitalize;
}
.contact_form_wrapper .form-control {
  height: 70px;
  margin-bottom: 30px;
  padding: 20px;
  border-radius: 0;
  background-color: #efefef;
  border: 1px solid var(--black);
}
.contact_form_wrapper textarea.form-control {
  height: 300px;
  resize: none;
}
.form-control:focus {
  box-shadow: none;
  border-color: var(--secondary-color);
}
::placeholder {
  font-size: 18px;
  font-weight: 400;
}
.contact_form_wrapper .btn-primary {
  padding: 26px 80px;
  margin-top: 30px;
}

.cta .cta-button {
  padding: 15px 30px;
  background-color: var(--secondary-color-light);
  color: var(--black);
  font-size: 20px;
  font-weight: bold;
  border: 1px solid var(--secondary-color);
  text-transform: uppercase;
  display: inline-block;
  margin-top: 30px;
}
.owl-carousel .owl-stage {
  display: flex;
}
.owl-carousel .owl-item {
  display: flex;
}
