

/*
 * Custom translucent site header
 */

/* Blog Page Styles */
.blog-post {
  margin-bottom: 30px;
}

.blog-post .post-slider {
  border-radius: 8px;
  overflow: hidden;
  margin-bottom: 20px;
}

.blog-post .post-slider img {
  width: 100%;
  height: 250px;
  object-fit: cover;
}

.sidebar {
  padding-left: 0px;
}

.widget {
  
  padding: 0;
  border-radius: 8px;
  margin-bottom: 30px;
}

.widget-title {
  color: #333;
  font-weight: 600;
  margin-bottom: 15px;
  font-size: 1.2rem;
}

.widget-list {
  list-style: none;
  padding: 0;
  margin: 0;
}

.widget-list li {
  margin-bottom: 10px;
}

.widget-list li a {
  color: #666;
  text-decoration: none;
  transition: color 0.3s ease;
}

.widget-list li a:hover {
  color: #DADF21;
}

.widget-post {
  display: flex;
  align-items: center;
  margin-bottom: 15px;
}

.widget-post-image {
  width: 60px;
  height: 60px;
  border-radius: 4px;
  overflow: hidden;
  margin-right: 15px;
}

.widget-post-image img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.widget-post h5 {
  margin: 0;
  font-size: 0.9rem;
  line-height: 1.3;
}

.widget-post small {
  color: #999;
  font-size: 0.8rem;
}

.site-header {
  background-color: rgba(0, 0, 0, .85);
  -webkit-backdrop-filter: saturate(180%) blur(20px);
  backdrop-filter: saturate(180%) blur(20px);
}

.header{
  position: absolute;
  top: 0;
  z-index: 9;
  left: 0;
  width: 100%;
}
.content-align-container{
      padding: 0 9rem;
}
.navbar-collapse{
  flex-grow: unset;
  text-align: right;
  align-items: end;
}
.site-header a {
  color: #8e8e8e;
  transition: color .15s ease-in-out;
}
.site-header a:hover {
  color: #fff;
  text-decoration: none;
}

.mt--7r{
  margin-top: -8rem;
}
/*
 * Dummy devices (replace them with your own or something else entirely!)
 */

.product-device {
  position: absolute;
  right: 10%;
  bottom: -30%;
  width: 300px;
  height: 540px;
  background-color: #333;
  border-radius: 21px;
  transform: rotate(30deg);
}

.product-device::before {
  position: absolute;
  top: 10%;
  right: 10px;
  bottom: 10%;
  left: 10px;
  content: "";
  background-color: rgba(255, 255, 255, .1);
  border-radius: 5px;
}

.product-device-2 {
  top: -25%;
  right: auto;
  bottom: 0;
  left: 5%;
  background-color: #e5e5e5;
}


/*
 * Extra utilities
 */

.flex-equal > * {
  flex: 1;
}
@media (min-width: 768px) {
  .flex-md-equal > * {
    flex: 1;
  }
}


/*-------------------------------------- custom css started --------------------------------------------------*/
/*body {
  font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, sans-serif;
}*/
/*------------------------- common css starts here --------------------------*/
body {
 font-family: "Inter", serif; /* Use Poppins for body text */
  font-size: 14px; /* Font size for body text */
  font-weight: 400; /* Regular weight */
  line-height: 1.6; /* Line height for readability */
  letter-spacing: 0.5px; /* Slight letter spacing for clarity */
  color: #333; /* Dark gray text color for contrast */
  background-color: #f9f9f9; /* Light background color */
  margin: 0;
  padding: 0;
}

h1 {
 font-family: "Inter", serif; /* Heading font family */
  font-size: 36px; /* Font size for large headings */
  font-weight: 600; /* Semi-bold for emphasis */
  line-height: 1.3; /* Tighter line height for headings */
  letter-spacing: 1px; /* Increased letter spacing for clear separation */
  color: #111; /* Dark color for headings */
  margin-bottom: 20px;
}

h2 {
 font-family: "Inter", serif; /* Heading font family */
  font-size: 28px; /* Font size for subheadings */
  font-weight: 500; /* Medium weight for subheadings */
  line-height: 1.4; /* Slightly looser line height than h1 */
  letter-spacing: 0.5px; /* Slight letter spacing */
  color: #444; /* Slightly lighter color than h1 */
  margin-bottom: 15px;
}

p {
 font-family: "Inter", serif; /* Font family for paragraphs */
  font-size: 14px; /* Font size for body text */
  font-weight: 400; /* Regular weight for readability */
  line-height: 1.6; /* Line height for easy reading */
  letter-spacing: 0.5px; /* Light letter spacing */
  color: #333; /* Consistent text color */
  margin-bottom: 20px; /* Space between paragraphs */
}

/*--------------------------- common css ends here ------------------*/
.dp-banner-title{
  color: rgba(245,245,245,1);
  font-size: 2.5rem;
  line-height: 1.2;
  font-weight: 700;
}
.dp-banner-sub-title{
    color: rgba(245, 245, 245, 1);
    font-size: 21px;
    line-height: 1.5;
    font-weight: 400;
    letter-spacing: 0.5px;
    padding: 0 7.5rem;
    line-height: 1.5;
}
.dp-custom-hero{
  background-color: #1d1d1f;
  background-image: url(../images/banner-bg.svg);
  background-position: 50%;
  background-size: 8.1rem;
  width: 100%;
  height: 100%;
  position: relative;
  z-index: 1;
  padding: 4.5rem 2rem 10rem 2rem;
}

.banner-row-content{
  background: rgb(245,245,245);
  z-index: 1;
}

.dp-custom-hero-content{
  position: relative;
  padding: 1rem 5rem;
}

.dp-banner-logo{
  padding: 0 12rem;
}

.dp-custom-hero-content:before{
  content: "";
  width: 100px;
  height: 100px;
  border: 6px solid #DADF21;
  /* padding: 15px; */
  position: absolute;
  right: 0;
  top: 0;
  border-radius: 4px;
  border-left: unset;
  border-bottom: unset;
}

.dp-custom-hero-content:after{
  content: "";
  width: 100px;
  height: 100px;
  border: 6px solid #DADF21;
  /* padding: 15px; */
  position: absolute;
  bottom: 0;
  left: 0;
  border-radius: 4px;
  border-right: unset;
  border-top: unset;
}
.dp-banner-row{
  position: absolute;
  top: 0;
  left:0;
  right: 0;
}
.dp-banner-card{
  border-radius: 20px;
  background: rgba(3,3,3);
  margin:0 0.5rem;
  z-index: 9;
}
.db-banner-card-img{
  padding: 2rem 5rem 1rem;
}
.dp-card-title{
  font-size: 16px;
  color: rgba(245, 245, 245, 0.7);
  padding: 1rem;
  text-align: center;
  line-height: 1.4;
}

/*------------------- ABOUT SECTION-------------------------*/
section.about{
  padding: 4rem 9rem;
  text-align: justify;
}

.about p.content{
  padding-right: 4.5rem;
  padding-bottom: 1rem;
}

.custom-fill-card{
  margin: 15px -4px 15px -4px;
  padding: 2rem;
  background: #333;
  border-radius: 10px;
  box-shadow: 1px 1px;
  box-shadow: rgba(149, 157, 165, 0.2) 0px 8px 24px;
  font-weight: 400;
  color: rgba(245, 245, 245, 1);
  text-align: center;
}
.primary-card{
  color:#000;
  background: #dadf21;
  font-weight: 600;
}
.about_content{
      padding: 5rem 2rem;
}
.cta-btn{
      background: #dadf21;
    padding: 15px 40px;
    border-radius: 20px;
    color: #333;
    font-weight: 700;
    text-decoration: none;
}
.cta-btn:hover{
  color: #fff !important;
}
.dp-banner-card-head{
      color: rgba(245, 245, 245, 0.9);
}