*{
    margin:0;
    padding:0;
    box-sizing:border-box;
    font-family:"poppins",sans-serif;

}
body.background-fixed {
    background-image: url(banner1.jpg);
    background-size: cover;
    background-attachment: fixed;
    background-position: center;
    background-repeat: no-repeat;
}

.hero{
    width:100%;
    min-height:100vh;
  /*  background-image:url(https://img.freepik.com/free-photo/rows-red-seats-theater_53876-64710.jpg?t=st=1738221816~exp=1738225416~hmac=70549dcf6ec27f73acf971b8937854614d31c48aae02fe06ef790573f548e91b&w=1060);*/
    background-position:center;
    background-size:cover;
    padding:10px 10%;
    overflow: hidden;
 
}
.navbar {
    border-radius:50px !important;
    background-color:black;
    position:fixed !important;
    align-items:center;
    justify-content:space-between;
    width:80%;
    z-index:3;
   
}


/*nav{
    padding:10px 0;
    display:flex;
    align-items:center;
    justify-content:space-between;

}*/
.logo{
    width:140px;


}
nav ul li{
    display:inline-block;
    list-style:none;
    margin:10px 15px;
}
nav ul li a{
    text-decoration:none;
    color: white;
    font-weight:400;
}
.cont{
    display:flex;
}
.cont-img{
    margin-top:50px;
    width:750px;
    
}
.content{
    margin-top:15%;
    max-width:600px;
    
}
.content h1{
 font-size: 70px;
 color:white;
}

@media (max-width: 768px) {
    .content h1 {
        font-size: 50px; /* Adjusted font size for smaller screens */
        margin-top:35%;
    }
}

.content p{
    margin:10px 0px 30px;
    color:white;

}




#plans{
    background-color: rgb(89, 217, 202);
    color:black;
    border-radius:10px;
}
#plans{
  background-color: #89e6e3;
  border-radius: 100px;
  box-shadow: rgb(89, 217, 202) 0 -25px 18px -14px inset,rgb(89, 217, 202) 0 1px 2px,rgb(89, 217, 202) 0 2px 4px,rgb(89, 217, 202) 0 4px 8px,rgb(25, 52, 49) 0 8px 16px,rgb(14, 29, 27) 0 16px 32px;
  color: black;
  cursor: pointer;
  display: inline-block;
  font-family: CerebriSans-Regular,-apple-system,system-ui,Roboto,sans-serif;
  padding: 7px 20px;
  text-align: center;
  text-decoration: none;
  transition: all 250ms;
  border: 0;
  font-size: 16px;
  user-select: none;
  -webkit-user-select: none;
  touch-action: manipulation;
}

.button-33:hover {
  box-shadow: rgba(44,187,99,.35) 0 -25px 18px -14px inset,rgba(44,187,99,.25) 0 1px 2px,rgba(44,187,99,.25) 0 2px 4px,rgba(44,187,99,.25) 0 4px 8px,rgba(44,187,99,.25) 0 8px 16px,rgba(44,187,99,.25) 0 16px 32px;
  transform: scale(1.05) rotate(-1deg);
}




.logo-box{
  display:flex;
}
.logo1{
    width:160px !important;
    margin-top:-53px;
    
}
.logo2{
    width:170px !important;
}

button{
    padding:8px;
    background-color:rgb(89, 217, 202);
    border-radius:30px !important;
    width:100px;
}

#anim{
    opacity:0;
    transform:translateY(30px);
    animation: moveup 0.5S linear forwards;
}
@keyframes moveup{
    100%{
        opacity: 1;
        transform:translateY(0px);
    }
}

/*about*/
.about-container {
    max-width: 85%;
    margin: 0 auto;
   /* background-color: white;*/
    background-color: white;
    padding: 30px;
    border-radius: 10px;
    box-shadow: 0 2px 4px rgba(0, 0, 0, 0.1);
    margin-top:0px;
    
}

.about-heading {
    font-size: 28px;
    color: #333;
    margin-bottom: 30px;
    text-align:center;
    justify-content:center;
}

.section {
    margin-bottom: 25px;
}

.section-title {
    font-size: 18px;
    font-weight: bold;
    color: #333;
    text-transform: uppercase;
    margin-bottom: 15px;
}

.section-content {
    font-size: 16px;
    line-height: 1.6;
    color: #666;
    margin: 0;
}


/*TERMS*/


.terms-container {
   
    width:100% !important;
    margin: 0 auto;
   /* background-color: white;*/
   background-color: white;
    padding: 30px;
    border-radius: 10px;
    box-shadow: 0 2px 4px rgba(0, 0, 0, 0.1);
    margin-top:100px;
}

.terms-heading {
    font-size: 28px;
    color: #333;
    margin-bottom: 30px;
    text-align:center;
    justify-content:center;
}

.term-section {
    margin-bottom: 25px;
}

.termsection-title {
    font-size: 18px;
    font-weight: bold;
    color: #333;
    text-transform: uppercase;
    margin-bottom: 15px;
}

.termsection-content {
    font-size: 16px;
    line-height: 1.6;
    color: #666;
    margin: 0;
}

/*privacy policy*/

.policy-container {
    width:100% !important;
    margin: 0 auto;
   background-color: white;
    padding: 30px;
    border-radius: 10px;
    box-shadow: 0 2px 4px rgba(0, 0, 0, 0.1);
    margin-top:100px;
}

.policy-heading {
    font-size: 28px;
    color: #333;
    margin-bottom: 30px;
    text-align:center;
    justify-content:center;
}

.policy-section {
    margin-bottom: 25px;
}

.policysection-title {
    font-size: 18px;
    font-weight: bold;
    color: #333;
    text-transform: uppercase;
    margin-bottom: 15px;
}

.policysection-content {
    font-size: 16px;
    line-height: 1.6;
    color: #666;
    margin: 0;
}


/*Cancellation and Refund Policy*/


.cancel-container {
    max-width: 100%;
    margin: 0 auto;
   background-color: white;
    padding: 30px;
    border-radius: 10px;
    box-shadow: 0 2px 4px rgba(0, 0, 0, 0.1);
    margin-top:100px;
}

.cancel-heading {
    font-size: 28px;
    color: #333;
    margin-bottom: 30px;
    text-align:center;
    justify-content:center;
}

.cancel-section {
    margin-bottom: 25px;
}

.cancelsection-title {
    font-size: 18px;
    font-weight: bold;
    color: #333;
    text-transform: uppercase;
    margin-bottom: 15px;
}

.cancelsection-content {
    font-size: 16px;
    line-height: 1.6;
    color: #666;
    margin: 0;
}

/*fees details*/



table {
    border-collapse: collapse; 
    width: 100%;
    color:black;
    background-color:#ddfffd;
    border-radius:10px;
    overflow: hidden;
}

th, td {
    padding: 20px;
    text-align: left;
    border-right: 2px solid #fff !important;
    font-weight: normal;
    text-align: center;
}

th:first-child {
    width: 25%;
}

tr {
    transition: all 0.2s ease;
}

tr:hover {
    background-color: #cdfffd;
/*    transform: scale(1.01);*/
}

.header-row th {
    color: black;
    font-size: 18px;
    text-align: center;
    background: #baf6f3;
}

.device-count {
    font-size: 16px;
    text-align: center;
}

.quality {
    text-align: center;
}

.devices {
    text-align: center;
}

.subscription {
    text-align: center;
}

.price-original {
    text-decoration: line-through;
    color: rgb(57, 56, 56);
    text-align: center;
    font-size: 14px;
}

.price-discounted {
    text-decoration: line-through;
    color: rgb(57, 56, 56);
    text-align: center;
    font-size: 14px;
    margin: 5px 0;
}

.price-final {
    color: black;
    text-align: center;
    font-size: 16px;
    margin: 5px 0;
}

.btn-container {
    text-align: center;
    padding-top: 15px;
}

.subscribe-btn {
    background-color: rgb(89, 217, 202);
    color: white;
    border: none;
    border-radius:30px !important;
    border-radius: 25px;
    cursor: pointer;
    font-size: 14px;
}

@media screen and (max-width: 768px) {
    table {
        font-size: 14px;
    }

    th, td {
        padding: 10px;
    }

    .subscribe-btn {
        padding: 8px 20px;
        font-size: 12px;
    }
}

@media screen and (max-width: 480px) {
    table {
        display: block;
        overflow-x: auto;
    }
}



/*table*/


.plan-container {
    max-width: 85%;
    margin: 0 auto;
   /* background-color: white;*/
   background-color: white;  /*rgba(255, 255, 255, 0.8)*/
    padding: 30px;
    border-radius: 10px;
    box-shadow: 0 2px 4px rgba(0, 0, 0, 0.1);
    margin-top:20px;
    
}

.plan-heading {
    font-size: 28px;
    color: #333;
    margin-bottom: 30px;
    text-align:center;
    justify-content:center;
}

.plan-section {
    margin-bottom: 25px;
}


/*footer*/

.footer{
    background-color:black;
    color: #888;
    margin-top:10px;
    padding:20px;
    text-align:center;
    justify-content:center;
}
