/* @font-face {
    font-family: 'OnePlus Sans Regular';
    src: url('path-to-font/oneplussans-regular.woff2') format('woff2'),
         url('path-to-font/oneplussans-regular.woff') format('woff');
} */

/* .body {
    font-family: 'OnePlus Sans Regular','Helvetica Neue',Helvetica,Arial,sans-serif,system-ui;
} */

/* .home-sec-wrapper {
    background-color: red;
    font-family: 'OnePlus Sans Regular','Helvetica Neue',Helvetica,Arial,sans-serif,system-ui;
  } */
  .home-sec-two {
    background-color: #fff;
    background-size: 100%;
    /* background-repeat: no-repeat; */
    width: 100vw;
    /* height: 90vh; */
  }

  .home-sec-wrapper {
    position: relative;
    width: 100%;
    height: 110vh; /* Set the height as needed */
    background-image: url('img/bg.jpg');
    background-size: cover;
    background-position: center;
    color: black;
    text-align: center;
    display: flex;
    justify-content: center;
}

  .home-sec-three {
    background-size: 100%;
    width: 100vw;
    /* height: 100vh; */
  }

  .home-sec-four {
    background-color: #fff;
    background-size: 100%;
    background-repeat: no-repeat;
    width: 100vw;
    /* height: 160vh; */
    margin-top: 10px;
  }
  .home-sec-last {
    background-image: url('img/tv-1.jpg');
    background-size: 100%;
    background-repeat: no-repeat;
    width: 100vw;
    height: 86vh;
  }

  .first-sec {
    position: absolute;
    top: 6%;
  }
  .title-head {
    font-size: 60px;
    line-height: 1.2;
    text-align: center;
  }
  .title-two {
    font-size: 36px;
    line-height: 1.2;
    text-align: center;
  }
  .text-animation {
    font-size: 16px;
    opacity: 1;
    animation: fadeInAndGrow 3s ease forwards;;
}

@keyframes fadeInAndGrow {
    0% {
        opacity: 0;
        transform: scale(0.5);
    }
    50% {
        opacity: 0.5;
        transform: scale(1.1);
    }
    100% {
        opacity: 1;
        transform: scale(1);
    }
}
.card-container {
    display: flex;
    justify-content: center;
    flex-wrap: wrap;
    margin-top: 20px;
}

.card {
    background-color: white;
    border-radius: 20px;
    box-shadow: 0px 4px 6px rgba(0, 0, 0, 0.1);
width: 340px;
    margin: 20px;
    text-align: center;
}

.card img {
    height: 200px;
    width: 100%;
    border-radius: 5%;
}

.card-text {
    color: black;
    text-align: center;
    font-size: 18px;
}



.slider-container {
    position: relative;
    width: 100%;
    overflow: hidden;
}

.slider {
    display: flex;
    transition: transform 0.5s ease;
}

.slider img {
    width: 100%;
    height: auto;
    max-height: 500px;
}

.slider-nav {
    position: absolute;
    top: 50%;
    left: 0;
    right: 0;
    display: flex;
    justify-content: space-between;
    align-items: center;
    font-size: 24px;
    color: #333;
    pointer-events: none;
}

.slider-nav i {
    cursor: pointer;
}

#prevBtn {
    margin-left: 20px;
}

#nextBtn {
    margin-right: 20px;
}

.slider-dots {
    display: flex;
    justify-content: center;
    align-items: center;
    margin-top: 10px;
    padding: 10px;
}

.slider-dot {
    width: 10px;
    height: 10px;
    background-color: #999;
    border-radius: 50%;
    margin: 0 12px;
    cursor: pointer;
}

.slider-dot.active {
    background-color: #333;
}

.head-line {
    color: black;
    text-align: center;
    font-size: 34px;
   font-weight: bolder;
}

.head-text {
    color: black;
    text-align: start;
    font-size: 16px;
}
.align-text {
    padding: 16px;
}

.card-side {
    background-color: white;
    border-radius: 10px;
    border: 2px solid #333;
    box-shadow: 0px 4px 6px rgba(0, 0, 0, 0.1);
    padding: 20px;
    max-width: 400px;
    margin: 40px auto;
    text-align: center;
    height: 120px;
}

.card-side h6{
    margin-top: 20px;
    font-weight: 500;
    font-size: 18px;
}

.card-col{
    padding: 10px;
    margin-top: 80px;
}

#backgroundVideo {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    object-fit: cover;
    z-index: -1;
}

.content {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    text-align: center;
    color: white;
}

.sound-img {
    display: flex;
    justify-content: center;
    align-items: center;
    width: auto;
    height: auto;

}
.text-style{
    /* margin: 100px;
    width: 500px;
    padding-left: 100px; */
}

.center-line {
    margin-top: 80px;
    color: black;
    font-size: 2rem;
    text-align: start;
}

.center-p {
    /* margin-left: 220px; */
    margin-top: 10px;
    color: black;
    font-size: 1.0rem;
    text-align: start;
}

.text-small {
    /* margin-left: 220px; */
    font-size: 0.7rem;
    text-align: start;
}

.text-para {
        color: black;
        text-align: start;
        font-size: 1.0rem;
}
.head-head {
    color: black;
    text-align: start;
    font-size: 34px;
   font-weight: bolder;
   margin-top: 40px;
}

.image-container {
position: relative;
z-index: 5;
overflow: hidden;
}

.video-container {
    position: relative;
    padding-bottom: 0;
}

.image-container .smart-video-container {
    position: absolute;
    top: 1%;
    left: 50%;
    transform: translateX(-50%);
    width: 99%;
    height: 99%;
}

.video-container .video-wrap {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    overflow: hidden;
}

.image-container .image-box {
    padding-bottom: 120px;
    top: 0;
    left: 0;
}

.video-container {
    position: relative;
    display: inline-block;
}

.video-controls {
    position: absolute;
    /* bottom: 10px; */
    top: 74%;
    right: 24px;
    background-color: rgba(0, 0, 0, 0.2);
    border-radius: 50%;
    display: flex;
}

#play-pause-button {
    background: none;
    border: none;
    cursor: pointer;
    display: flex;
    align-items: center;
    padding: 0;
}

.flaticon-play,
.flaticon-pause {
    font-size: 24px;
    color: white;
    margin: 0 10px;
}

.logo-container {
    width: 100%;
    overflow: hidden;
    white-space: nowrap;
}

.logo-container img {
    display: inline-block;
    height: 160px; /* Adjust the height as needed */
    margin-right: 20px; /* Adjust spacing between logos */
    animation: scrollLogos 10s linear infinite;
}

@keyframes scrollLogos {
    0% {
        transform: translateX(100%);
    }
    100% {
        transform: translateX(-100%);
    }
}

.background-section {
    position: relative;
    width: 100%;
    height: 86vh; /* Set the height as needed */
    background-image: url('img/tv-1.jpg');
    background-size: cover;
    background-position: center;
    color: black;
    text-align: center;
    display: flex;
    justify-content: center;
}

.overlay-text {
    /* background-color: rgba(0, 0, 0, 0.6); */
    padding: 20px;
    /* border-radius: 10px; */
    width: 70%;
}

.overlay-text h1 {

    margin: 0;
    font-size: 28px;
}

.overlay-text p {
    margin: 10px 0;
    font-size: 18px;
}

table {
    border-collapse: collapse;
    width: 100%;
    border: none;
    overflow-x: auto;
}

/* Apply styles to table cells */

th, td {
    /* border-bottom: 1px solid #ddd; */
    border: none;
    padding: 8px;
    line-height: 1.2rem;
    text-align: left;
}

th {
    border-bottom: 2px solid #000; /* Add thicker border to the bottom of headers */
    color: #000;
    font-size: 1.2rem;
    padding-bottom: 30px;
}

@media (max-width: 768px) {
    th, td {
        padding: 2px;
    }
}

.button-top {
    border: none;
    border-radius: 4px;
    padding: 6px 22px 6px 22px;
    color: white;
    font-weight: bolder;
    background-color: red;
    transition: background-color 0.3s, font-size 0.3s;
}

.button-top:hover {
    background-color: darkred; /* Change color on hover */
    font-size: 110%; /* Increase font size on hover */
}

.btn-bg {
    background-color: #f1f1f1;
    padding: 30px;
}