/* CSS Document */

/* Import the Open Sans font from Google Fonts */
@import url('https://fonts.googleapis.com/css2?family=Open+Sans:wght@300;400;600;700&display=swap');

/* Apply the font to the body and other elements as needed */
body {
    font-family: 'Open Sans', sans-serif;
}

/* You can also apply the font to specific elements */
h1, h2, h3, h4, h5, h6 {
    font-family: 'Open Sans', sans-serif;
}

p {
    font-family: 'Open Sans', sans-serif;
	font-size: 1.2em;
}

b, strong {
    font-weight: 600;
}

#particles {
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    z-index: -10;
}
.btn{z-index: 100;}
	
.baricon{
  display: flex!important;
  justify-content: center;
  font-size: 30px;
  color: skyblue;
margin-bottom: 5px;
}

/* youtube video */
iframe {
    aspect-ratio: 16 / 9;
    width: 100%;
    border-radius: 10px;
    box-shadow: 5px 4px 6px 2px #0000009e;
	z-index: 500;
}

.youtube-video {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 20px;
}

  @media (max-width: 900px) {
      .vcard {
          width: 45%;
      }
	  .youtube-video {
	  	flex-direction: column;
	  }
  }

  @media (max-width: 600px) {
      .vcard {
          width: 100%;
      }
	  .youtube-video {
	  	flex-direction: column;
	  }
  }
/* Blog css */

.blog {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 20px;
  padding: 20px;
}

.card {
      background: #fff;
      border-radius: 8px;
      box-shadow: 0 4px 8px rgba(0,0,0,0.1);
      overflow: hidden;
      width: 300px;
      transition: transform 0.2s;
  }
  .card:hover {
      transform: scale(1.05);
  }
  .card img {
      width: 100%;
      height: auto;
  }
  .card-content {
      padding: 16px;
  }
  .card-title {
      font-size: 1.5em;
      margin: 0 0 10px;
  }
  .card-text {
      font-size: 1em;
      line-height: 1.6;
      color: #666;
  }
  .card a {
      text-decoration: none;
      color: #3498db;
      display: inline-block;
  }

  @media (max-width: 900px) {
      .card {
          width: 45%;
      }
  }

  @media (max-width: 600px) {
      .card {
          width: 100%;
      }
  }

/*mobile and tablet*/
@media (max-width: 480px) {
.baricon{
	margin-bottom: 10px;
}
	.btn-fw {
		width: 100%!important;
	}
.fs-5 {
    font-size: .9rem !important;
}
	.sleep-volume-logo{
		width: 55%!important;
	}
.text-secondary {
    font-size: 14px;
}
.controller {
    text-align: center!important;
	padding: 0px !important;
	width: 100%!important;
}
.info {
    top: 45px!important;
    position: absolute!important;
}
.container{
  top: auto!important;
  min-width: 98%!important;
  max-width: 98%!important;
	margin: 1%!important;
}
.hidesection{
    display: none;
}
.mb-5 {
    margin-bottom: .3rem !important;
}
.svc {
        float: none !important;
        padding: 0px !important;
        text-align: center;
    }
.svc img {
        width: 80% !important;
        height: auto !important;
        padding: 0px 0px 0px 20px;
    }
.desc {
    font-size: 20px!important;
    padding: 1%!important;
	}
.desc p{
    padding: 10px 20px 0px;
}
body, html {
    overflow:auto!important;
}
}
/* Media Query for low resolution  Tablets, Ipads */
@media (min-width: 481px) and (max-width: 767px) {
.baricon{
	margin-bottom: 10px;
}
.text-secondary {
    font-size: 14px;
}
.controller {
    text-align: center!important;
	padding: 0px !important;
	width: 100%!important;
}
.hidesection{
    display: none;
}
.mb-5 {
    margin-bottom: .3rem !important;
}
.info {
    top: 45px!important;
    position: absolute!important;
}
.container{
  top: auto!important;
  min-width: 90%!important;
  max-width: 90%!important;
margin: 5%!important;
}
.svc {
        float: none !important;
        padding: 0px !important;
        text-align: center;
    }
.svc img {
        width: 270px !important;
        height: auto !important;
        padding: 0px 0px 0px 20px;
    }
.desc {
    font-size: 20px!important;
    padding: 1%!important;
	}
body, html {
    overflow:auto!important;
}
}
/* Media Query for Tablets Ipads portrait mode */
@media (min-width: 768px) and (max-width: 1024px) {
.baricon{
	margin-bottom: 10px;
}
.text-secondary {
    font-size: 14px;
}
.controller {
    text-align: center!important;
	padding: 0px !important;
	width: 100%!important;
}
.hidesection{
    display: none;
}
.mb-5 {
    margin-bottom: .3rem !important;
}
.info {
    top: 45px!important;
    position: absolute!important;
}
.container{
  top: auto!important;
  min-width: 90%!important;
  max-width: 90%!important;
margin: 5%!important;
}
.svc {
        float: none !important;
        padding: 0px !important;
        text-align: center;
    }
.svc img {
        width: 270px !important;
        height: auto !important;
        padding: 0px 0px 0px 20px;
    }
.desc {
    font-size: 20px!important;
    padding: 1%!important;
	}
body, html {
    overflow:auto!important;
	}
}
/*mobile and tablet*/
