body{
    font-family: 'Montserrat', sans-serif;
	background-color:#000;
}
.textwidget.custom-html-widget p {
    font-size: 15px !important;
    line-height: 1.5;
}
.display-4
{
	font-size:52px;
}
p {
    
    font-size: 16px !important;
    font-style: normal;
    font-weight: 300;
    line-height: 2;
	color:#fff;
}
h2
{
    font-size: 30px;
    font-weight: 600;
}
.banner {
  position: relative;
  height: 400px; /* Adjust height as needed */
  background: url('/wp-content/uploads/2025/07/series5.webp') no-repeat center center / cover;
}
.banner::before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgb(0 0 0 / 28%); /* Overlay with transparency */
  z-index: 1;
}
.banner .container {
  position: relative;
  z-index: 2;
}
.innersec
{
    padding: 30px !important;
    margin-top: 30px;
    background-image: linear-gradient(180deg, #38363647 0, #030303A3 100%);
    border-radius: 35px !important;
	    margin-bottom: 30px;
}
.innersec1
{
    padding: 30px !important;
    margin-top: 30px;
	background-image: linear-gradient(180deg, #38363647 0, #030303A3 100%);
    border-radius: 35px !important;   
}

.card-body h4{
font-size: 24px;
color: #011c40;
text-align: center;
margin-bottom: 15px;
color:#fff;
}
.card-body h2 {
    margin-bottom: 10px;
    font-size: 24px;
    line-height: 36px;
	text-align: center;
	margin-bottom: 15px;
	color:#fff;
}
a.btn.btn-primary.Downbutton {
    color: #fff;
	border: #000 !important;
}
a.btn.btn-primary {
	    background-color: #fff;
    border: 1px solid #fff;
    color: #000;
    padding: 10px;
    margin-top: 15px;
}
.space
{
margin-top:30px;

}
.newcol h3
{
text-align: center; 
font-size: 35px; 
font-weight: 500; 
line-height: 4rem;	
	
}

.videoimg img
{
	border-radius:20px;
}
.coltext p{
text-align: center;
 font-size: 24px !important; 
 font-weight: bold;	
}
.coltext
{
padding: 30px 0 0px 0;
    width: 90%;
    margin: 0 auto;	
}
.innersec
{
    padding: 30px !important;
        margin-top: 30px;
    background-image:  #030303A3;
    border-radius: 35px !important;
}

.card-body h2 {
    margin-bottom: 10px;
    font-size: 24px;
    line-height: 36px;
	text-align: center;
	margin-bottom: 15px;
	color:#fff;
}
.productimag
{
margin: 0 auto;
    width: 300px;
}

.card-body 
{
background-color: #000;
    border-radius: 10px;
	}
.card{
border: #000;
    border-radius: 15px;
}
.sec1 {
  margin-top: 30px;
  display: flex;
  align-items: flex-start; /* Align items to the top */
  justify-content: flex-start; /* Align content to the left */
  gap: 50px; /* Adjust spacing between elements */
  flex-wrap: nowrap; /* Prevent wrapping to a new line */
}

.sec1 img {
  flex-shrink: 0; /* Prevent the image from shrinking */
  max-width: 200px; /* Set a consistent image size */
  height: auto; /* Maintain aspect ratio */
}

.sec1 h4 {
 font-weight: 600;
  text-align: left;
  margin: 0; /* Remove extra margin */
  font-size: 1.5rem; /* Adjust as needed */
  width: 300px; /* Set a fixed width */
  flex-shrink: 0; /* Prevent the header from shrinking */
  line-height: 1.4; /* Adjust line height for better readability */
}

.sec1 p {
  margin: 0; /* Remove default margin */
  flex: 1; /* Allow text to take up remaining space */
  
  line-height: 1.6; /* Adjust line spacing for better readability */
}
/*colors*/
.colors {
    display: flex;
    padding: 0px;
    width: 300px;
    margin: 20px 0;
}
.color {
    height: 32px;
    width: 32px;
    margin-right: 1em;
    border-radius: 18px;
    box-shadow: 0px 4px 10px rgba(0,0,0,0.1);
    border: 3px solid #fff;
    cursor: pointer;
}
.outer-colors {
    display: inline-flex;
    width: 100%;
}
img#productImage {
    height: 550px;
    width: auto;
    margin: auto;
}
.color-pallet h3 {
    padding-bottom: 3%;
}
.color-pallet .colors {
    padding-bottom: 3%;
}
.color-pallet .et_pb_text_inner {
    text-align: justify;
}
.p-tag .et_pb_text_inner, .ptag p {
    text-align: justify;
}
/*end colors*/
@media only screen 
  and (min-device-width: 768px) 
  and (max-device-width: 1024px) 
  and (-webkit-min-device-pixel-ratio: 1) {
	  .display-4 {
    font-size: 32px;
}
	  .newcol h3 {
   
    line-height: 49px;
}
.videoimg img {
    width: 100% !important;
}
	  .sec1 {
  margin-top: 20px;
  gap: 20px;
 }
	  .banner {
    
		  height: 400px;
	  }
	  .coltext {
width: 100%;
}
 a.btn.btn-primary {
 margin-top: 20px;
}
	 .coltext p{
text-align: center;
 font-size: 20px !important; 
 font-weight: bold;	
}
	  .sec1 h4 {
 text-align: left;
	  }
}
@media only screen 
  and (min-device-width: 320px) 
  and (max-device-width: 480px)
  and (-webkit-min-device-pixel-ratio: 2) {
	  .display-4 {
    font-size: 26px;
}
	  .newcol h3 {
   font-size: 24px;
    line-height: 35px;
}
.videoimg img {
    width: 100% !important;
}
	   .sec1 {
  margin-top: 20px;
  display: grid;
  gap: 20px;
 }
	   .banner {
     height: 100px;
	/* background:#000;*/
	  }
	  h1.display-4 {
        font-size: 22px !important;
    }
	   .coltext {
 width: 100%;
}
	  a.btn.btn-primary {
 margin-top: 20px;
}
.coltext p{
text-align: center;
 font-size: 20px !important; 
 font-weight: bold;	
}
	  .sec1 h4 {
 text-align: left;
	  }
	   img#productImage {
    height: 418px !important;
    width: 128px !important;
    margin: auto;
}
}