body{
font-family: "Roboto", sans-serif;
  font-optical-sizing: auto;
}

/*////////////// Navbar styling ///////////////*/

.navbar {
  /* background-color: #171a5385 !important; */
   position: fixed;
  top: 0;
  width: 100%;
  padding: 15px 20px;
  transition: background-color 0.3s ease;
  z-index: 9999;
  /* background-color: transparent; */
}
.navbar.solid {
  background-color: #2D2E6B; /* Solid color at top */
  box-shadow: 0 2px 5px rgba(0,0,0,0.1);
}
.navbar.transparent {
  background-color: #2d2e6b53;
  box-shadow: none;
}

/* Brand/logo styling */

.navbar-brand img {
  width: 100%;
  height: 60px;
}

/* Navigation links */

.navbar-nav .nav-link {
  font-size: 18px;
  font-weight: 400;
  color: #fff;
  padding: 0.5rem 1rem;
  transition: color 0.2s ease, background 0.2s ease;
  margin-left: 10px;
	position: relative;
	display: block;
}


.SMN_effect-32 .nav-link:hover {
  color: #ffffff;
  -ms-animation: circleOpacity forwards 1s;
	-moz-animation: circleOpacity forwards 1s;
	-webkit-animation: circleOpacity forwards 1s;
	animation: circleOpacity forwards 1s;
}

@keyframes circleOpacity {
	0% {
		opacity: 1;
	}
	100% {
		opacity: 1;
	}
}

.SMN_effect-32 .nav-link:before, .SMN_effect-32 .nav-link:after {
	position: absolute;
	top: 0px;
	left: 0;
	content: "◯";
	display: block;
	width: 100%;
	font-size: 0px;
	color: rgba(255, 255, 255, 0.6);
	text-align: center;
	z-index: -1;
}

.SMN_effect-32 .nav-link:hover:before {
	animation: circledrop 1s;
	-ms-animation: circledrop 1s;
	-moz-animation: circledrop 1s;
	-webkit-animation: circledrop 1s;
}

.SMN_effect-32 .nav-link:hover:after {
	animation: circledrop 1s 0.5s;
	-ms-animation: circledrop 1s 0.5s;
	-moz-animation: circledrop 1s 0.5s;
	-webkit-animation: circledrop 1s 0.5s;
}

@keyframes circledrop {
	0% {
		opacity: 1;
		font-size: 0;
		top: 0;
	}
	100% {
		opacity: 0;
		font-size: 80px;
		top: -50px;
	}
}

/* //// */

/*//////////////////// Mobile toggle button/////////////// */

.navbar-toggler {
  border: none;
}

.navbar-toggler:focus {
  outline: none;
  box-shadow: none;
}

/* Sticky navbar z-index */

.sticky-top {
  z-index: 1020;
}

/* Banner ////////////////////////////////// styling start ///////////////// */

/* button style */

.btn:hover{
background-color: brown !important;
}

/*////////////////// Banner overlay ///////////////////*/

.overlay {
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
  width: 100%;
  background: rgba(32, 59, 85, 0.507);
  z-index: 1;
}
/*////////////////// Banner overlay  end///////////////////*/


.carousel-item img{
  width: 100%;
  height: 800px;
  object-fit: cover;
}

/* Slider text (animated or dynamic text in banner) */

.carousel-caption {
  z-index: 2; 
}

.carousel-caption h1 {
  font-size: 80px;
  font-weight: 600;
  margin: 0;
   font-family: "Orbitron", sans-serif;
  font-optical-sizing: auto;
  margin-top: 50px;
  margin-bottom: 30px;
}

.carousel-caption h1 span{
  font-size: 80px;

   font-family: "Roboto", sans-serif;
  font-optical-sizing: auto;
  letter-spacing: 9px;
 
}
.carousel-caption p {
  font-size: 18px;
  font-weight: 400;
  color: #fff;
    font-family: "Roboto", sans-serif;
  font-optical-sizing: auto;
  font-style: italic;
  letter-spacing: 1px;
  margin: 0;
}

.carousel-caption.active {
  opacity: 1;
}

/*///////////// Banner styling end ///////////////*/


/*//////////////////// about stle start ////////////*/

.about-section-cntnt{
padding: 60px 100px;
}

.about-section-cntnt .abt-heading-bx h2{
font-size: 40px;
padding: 20px 40px;
width: 100%;
height: 220px;
background-image: url(../asset/imges/3d-rendering-abstract-black-white-background.jpg);
background-position: center;
background-size: cover;
background-repeat: no-repeat;
color: #054cff;
border-radius: 5px;
}
.about-section-cntnt p{
  font-size: 15px;
  line-height: 25px;
  font-weight: 400;
  color: #000000cc;
}


/* ///////common button style //////*/

.common-btn {
  position: relative;
  padding: 10px 30px;
  text-decoration: none;
  text-align: center;
  cursor: pointer;
  font-size: 18px;
  border-radius: 5px;
  border: none;
  color: #fff;
  overflow: hidden;
  background-color: transparent;
  background-color:  #6c63ff;
  letter-spacing: 1.5px;

}
.common-btn a{
  text-decoration: none;
  color: #fff;
}
 .common-btn:active {
  transform: scale(0.3);
}
 .common-btn:hover {
  color: #fff;
  z-index: 3;
  transition-delay: 1s;
}
.common-btn:before {
  content: "";
  position: absolute;
  left: 60px;
  top: 50%;
  transform: translateY(-50%) scale(0.6);
  width: 10px;
  height: 10px;
  border-radius: 50%;
  z-index: 1;
  transition-property: left, transform;
  transition-delay: 0s, 0s;
  transition-duration: 1s, 0.5s;
  opacity: 0;
}
.common-btn:hover:before {
  left: 10px;
  transform: translateY(-50%) scale(50);
  transition-delay: 0s, 1s;
  opacity: 1;
  background: #6e00b7;
  z-index: -1;
}
 .common-btn:after {
  content: "";
  position: absolute;
  right: 50px;
  top: 50%;
  transform: translateY(-50%) scale(0.6);
  width: 10px;
  height: 10px;
  border-radius: 50%;
  z-index: 1;
  transition-property: right, transform;
  transition-delay: 0s, 0s;
  transition-duration: 1s, 0.5s;
  opacity: 0;
}
.common-btn:hover:after {
  right: 10px;
  transform: translateY(-50%) scale(50);
  transition-delay: 0s, 1s;
  opacity: 1;
  background: #6e00b7;
  z-index: -1;
}


/* common button style end start*/



 .about-sctn-img img{
  width: 100%;
height: 100%;
object-fit: cover;
}

.animation-circles-1{
  width: 100px;
  height: 100%;
  background: linear-gradient(to left, rgb(127, 19, 216), rgb(2, 47, 105));
  position: absolute;
  top: 0px ;
  right: 0px;
  animation-name: example;
  animation-direction: alternate;  
  animation-iteration-count: infinite;
  animation-duration: 5s;
}
@keyframes example {
  0%   {background:linear-gradient(to left, rgb(127, 19, 216), rgb(2, 47, 105)); right:0%; top:00px;}
  25%  {background:linear-gradient(to left, rgba(127, 19, 216, 0.479), rgba(2, 47, 105, 0.24)); right:32%; top:0px;}

  75%  {background:linear-gradient(to left, rgb(127, 19, 216), rgb(2, 47, 105)); right:87%; top:0px;}
  /* 75%  {background-color:black; right:70%; top:0px;} */

  100% {background:linear-gradient(to left, rgb(127, 19, 216), rgb(2, 47, 105)); right:85%; top:0px;}
}

.clipped-section {
  width: 100%;
  height: 80px;
   background: linear-gradient(to left, rgba(127, 19, 216, 0.479), rgba(2, 47, 105, 0.897));
  clip-path: polygon(100% 0, 0% 100%, 100% 100%);
}

/*////////////////////////////////// about stle end///////////////////////////////////// */

/*///////////////////////////////// product style start/////////////////////////////////// */

#product-section{
  padding: 60px 100px;
}

/* product-button style  start*/

.product-series-buttons  {
   display: flex;
   align-items: center;
   justify-content: center;
   text-align: center;
}

.button-group {
  display: flex;
  padding: 20px;
  background-color: #fff;
  border-radius: 10px;
   box-shadow: 0 10px 30px rgba(0, 0, 0, 0.3); 
  margin: 0px;
  justify-content: baseline;
   gap: 10px;
      margin-bottom: 20px;

}
 
.button-group button {
  padding: 10px 30px;
  border: none;
  background: #cccccc34;
      cursor: pointer;
      transition: 0.3s;
      font-weight: 500;
      border-radius: 5px;
    }

    .button-group button.active {
      background: #6c63ff;
      color: #fff;
    }

/* product-button style  end*/

  .content-box {
      display: none;
    }

  .content-box.active {
      display: block;
    }

.product-bx{
  margin-top: 50px;
  background-color: #fff;
  width: 80%;
   box-shadow: 0 10px 30px rgba(0, 0, 0, 0.3); /* soft shadow at the bottom */
   border-radius: 10px;

}
.product-img-bx {
  width: 100%;
  height: 450px;
  object-fit: cover;
}
.product-img-bx img{
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.image-hover-box {
  position: relative;
  overflow: hidden;
  border-radius: 10px;
   margin-top: 50px;
  background-color: #fff;
  width: 80%;
   box-shadow: 0 10px 30px rgba(0, 0, 0, 0.3); /* soft shadow at the bottom */
   border-radius: 10px;
}

.image-hover-box img {
  width: 100%;
  height: 100%;
  display: block;
  object-fit: contain;
  transition: transform 0.3s ease;
}

.hover-text {
  position: absolute;
  bottom: -100%;
  left: 0;
  width: 100%;
  background: linear-gradient(to left, rgba(127, 19, 216, 0.479), rgba(2, 47, 105, 0.897));
  color: #fff;
  padding: 20px;
  box-sizing: border-box;
  transition: bottom 0.4s ease;
}

.image-hover-box:hover .hover-text {
  bottom: 0;
}

.image-hover-box:hover img {
  transform: scale(1.05);
}
.prodct-name{
  padding: 10px 0px;
}
.prodct-name h5{
  width: 50%;
  padding: 7px 15px;
 font-size: 16px;
 font-weight: 500;
 color: #000000b9;
   background: linear-gradient(to left, rgba(127, 19, 216, 0.479), rgba(2, 47, 105, 0.326));
   border-radius: 10px;
   text-align: center;
   margin-top: 10px; 
}

.product-detail-bx{
  padding: 10px;
}

.prdct-spctn-bx ul{
  padding: 0px;
  margin: 0px;
}
 .prdct-spctn-bx ul li{
  padding: 0px ;
  list-style: none ;
}

.clipped-section-2{
    width: 100%;
  height: 80px;
  background: linear-gradient(to right, rgba(127, 19, 216, 0.479), rgba(2, 47, 105, 0.897));
clip-path: polygon(65% 72%, 100% 0, 100% 100%, 0 100%, 25% 12%);
  transition: background-color 0.4s ease, transform 0.4s ease;
}
.clipped-section-2:hover{
    transform: scale(1.05);
 background: linear-gradient(to right, rgba(47, 5, 82, 0.781), rgba(27, 116, 233, 0.897));
}

/*producton style end */

/* ///////////////////////////////////////// desription  styl start ///////////////////////////////////*/

.description-section{
  background-image: url(../asset/imges/description-bg.png);
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  height: 600px;
  padding: 60px 100px;
background-attachment: fixed;
}
.description-section-cntnt{
  height: 600px;
  width: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
} 
.description-section-cntnt h1{
  font-size: 70px;
  font-weight: 700;
  color: #041b4d;
}
.description-section-cntnt p{
  font-size: 20px;
  font-weight: 400;
  color: #000;
}

/*  desription  styl end*/


/* trending-style-stat */

.trending-section{
  padding: 60px 100px;
  background-image: url(../asset/imges/Frame\ 12\ \(1\).jpg);
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
}

.sctin-hdng-bx{
  margin-bottom: 40px;
}

.sctin-hdng-bx h1{
  text-align: center;
  font-size: 40px;
  font-weight: 700;
  color: #041b4d;
}


.tv-brand-icn img{
  height: 15px;
  object-fit: contain;
  margin-bottom: 20px;
  margin-top: -10px;
}


/* .treding-prdct-bx-img {

} */

.treding-prdct-bx-img img{
  width: 100%;
}

.treding-prdct-bx-cntnt{
  padding:5px 0px;
  width: 100%;
   border-radius: 10px;
}

.treding-prdct-bx-cntnt h5{
  font-size: 18px;
  color: #069bd1;
  margin-bottom: 10px;
}

.treding-prdct-bx-cntnt p{
font-size: 15px;
line-height: 21px;
color: #000000a1;
}
.treding-prdct-bx-cntnt p:hover{

color: #000000;
}

.wrap {
  * {
    transition: 0.2s;
  }
  overflow: hidden;
  &:hover {
    img {
      transform: scale(0.9);
    }
  }
}

/* //////trending-style-stat */

/* /////////////////////////////////footer stye start///////////////////////////////// */

footer{
  padding: 60px 100px 20px 100px !important;
}
.footer-logo img{
height: 100px;
object-fit: contain;
margin-bottom: 20px;
}

footer ul li {
margin-bottom: 5px;
}

footer ul li  a{
color: #fff !important;
text-decoration: none !important;
}

footer ul li a:hover{
color: #6e00b7 !important;
background-color: #ffffff;
padding: 2px 10px;
border-radius: 5px;
}

footer a i:hover{
color: #6e00b7;
}

.footr-scl-media-icns a {
text-decoration: none;
}

.footr-scl-media-icns a i{
  width: 30px;
  height: 30px;
background-color:unset;
border-radius: 5px;
color: #fff;
display: flex;
align-items: center;
justify-content: center;
font-size: 20px;
}

.footr-scl-media-icns a i:hover{
background-color:#fff;
}


/* footer style end */

/* footer for small devices */

.footer-2 {
display:none;
}

/* ////// */