
body{
    scroll-behavior: smooth;
    font-size: 0.8rem;
    box-sizing: border-box;
    margin: 0;
    padding: 0;
    font-family: 'Montserrat', sans-serif;
    font-family: "Poppins", sans-serif;
    font-family: 'Exo 2', sans-serif;
    
}

.modal-content{
    background-image: url(../images/wave.svg);
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
    border-radius: 20px;
    padding: 1rem;

}
.modal form{
    border: none;
    border-radius: 20px;
    padding: 1rem;
}



/* nav styling */
.main-logo-img{
    width: 130px;
    height: auto;
}

.navbar-container{
    position: sticky;
    top: 0;
    z-index: 100;
    background-color: white; /* Change to your desired background color */
    box-shadow: 0px 2px 4px rgba(0, 0, 0, 0.1); 
}
.navbar{
    transition: background-color 0.3s ease;
}

.nav-list{
    display: flex;
    justify-content: end;
}

nav .nav-list .nav-item{
    margin: 1rem;
    /* color: rgba(224,8,0,1); */
    /* border-bottom: 2px solid  rgba(224,8,0,1); */
    transition: 1s ease-in-out;
    font-size: large;
    font-weight: 500;
}
nav .nav-list .tel{
    border-bottom: none;
    font-weight: 900;
}
nav .nav-list .tel i{
    /* border-bottom: none; */
    font-size: 1.2rem;
}

nav .nav-list .nav-item:hover{
    border-bottom: none;
}

/* main banner styling */
.main-banner img{
    width: 100%;
    /* height: 300px; */
    overflow: hidden;
}
.main-banner-services .logo img{
    width: 4rem;
    
}

/* description styling */

.description .main-details ul li{
    list-style-type: none;
    padding-left: 0;
  }
  
  .description .main-details ul li::before {
    content: "\2714"; /* Unicode character for a checkmark */
    color: #fff; /* Change the color to your preference */
    font-size: 0.5rem;
    margin: 0.5rem;
    border: 1px solid rgba(224,8,0,1); /* Border around the checkmark */
    border-radius: 100%; /* Makes the border a circle */
    padding: 0.3rem; 
    background-color: rgba(224,8,0,1);
  }
  
  .description .main-details ul li {
    margin-bottom: 10px;
  }

  .main-btns .details-btn .btn{
    width: 12rem;
    background-color: #fff;
    color: rgba(224,8,0,1);
    font-weight: 600;
    border: 2px solid rgba(224,8,0,1);
    padding: 1rem 2rem;
  }
  .main-btns .details-btn .btn:hover{
    color: rgba(255,0,0,1);
    border: 2px solid rgba(255,0,0,1);
  }
  .main-btns .call-btn .btn{
    width: 12rem;
    background-color: rgba(224,8,0,1);
    color: #fff;
    font-weight: 600;
    border: 2px solid rgba(224,8,0,1);
    padding: 1rem 2rem;
  }
  .main-btns .call-btn .btn:hover{
    background-color: rgba(255,0,0,1);
    
  }


/* form styling */
form{
    border: 2px solid rgba(224,8,0,1);
    border-radius: 20px;
    line-height: 2rem;
}

.form input{
    background-color: #f5f5f5;
    border: none;
}
.form .package-select{
    background-color: #f5f5f5;
    border: none;
    width: 100%;
    height: 2rem;
    border-radius: 5px;
}

 .form-btn .btn{
    border: none;
    color: white;
    width: 10rem;
    background: rgb(11,10,10);
    background: linear-gradient(100deg, rgba(11,10,10,1) 0%, rgba(224,8,0,1) 70%);
    transition: 0.3s ease-in-out;
}

 .form-btn .btn:hover{
    background:  rgba(224,8,0,1);
}


/* main section styling */
.main-details{
    line-height: 1.5rem;
}

.main-details ul li{
    list-style: circle ;
}

/* card styling */
.card{
    height: 100vh;
    margin-bottom: 4rem;
    margin: 1rem;
    border: none;
    border-radius: 10px;
    box-shadow: 6px 6px 12px -2px rgba(69,69,69,0.3);
    -webkit-box-shadow: 6px 6px 12px -2px rgba(69,69,69,0.3);
    -moz-box-shadow: 6px 6px 12px -2px rgba(69,69,69,0.3);
    background: rgb(11,10,10);
    background: linear-gradient(100deg, rgba(11,10,10,1) 0%, rgba(224,8,0,1) 70%);
}
.card-8,.card-9{
    background: rgb(100,100,100);
    background: linear-gradient(100deg, rgba(105,105,105,1) 0%, rgba(50,50,50,1) 70%);

}
.card-9 .tv-girl .girl{
    position: absolute;
    bottom: 0;
    /* background-color: #999; */
}
.card-8 .card-btn .btn:hover{
    background:  rgba(95,95,95,1);
}
.card .illustration{
    height: 7rem;
    position: absolute;
    right: 0 ;
    display: flex;
    justify-content: flex-end;
}

.card-header{
    border: none;
    background: none;
    padding: 1rem;
    height: 16vh;
}

.card .card-inside{
    height: 90vh;
    padding: 0.8rem;
    margin-left: 0.2rem;
    background-color: white;
    border-top-left-radius: 10px;
  
}

.card .offer-tag{
    color: rgb(108, 108, 108);
    background-color: black;
    color: #FFF;
    padding: 0 0.4rem;
    margin-right: 0.2rem;
    font-size: 1rem;
    border-radius: 10px 0 10px 10px;
    width: 70%;
    text-align: center;
    font-weight: 500;
    
}

.card .internet{
    width: 100%;
}

.card .internet .popularity{
    position: absolute;
    right: 1rem;
    color: #fff;
    background: rgb(11,10,10);
    background: linear-gradient(100deg, rgba(11,10,10,1) 0%, rgba(224,8,0,1) 70%);
    padding: 0rem 1rem;
    border-radius: 10px;
}

.card .progress{
    height: 0.5rem;
    border-radius: 10px;
    background-color: rgb(218, 218, 218);
}

.card .progress .progress-bar{
    background: rgb(186,216,72);
    background: linear-gradient(90deg, rgba(186,216,72,1) 0%, rgba(151,157,54,1) 100%);
    border-radius: 10px;
}

.card .benefits .card-router{
    width: 3em;
    /* height: 2rem; */
}
.card .benefits .starzplay{
    width: 5rem;
    /* height: 1.5rem; */
}
.card .benefits .primevideo{
    width: 5rem;
    /* height: 1.5rem; */
}
.card .offer .amazon{
    width: 6rem;
    /* height: 4rem; */
}
.card .offer .smile{
    width: 3rem;
    margin: 1rem;
    /* height: 1.5rem; */
}
.card .benefits .osn{
    width: 1.5rem;
    margin-left: 1rem;
    /* height: 1.5rem; */
}
.card .benefits .criic{
    width: 4rem;
    margin-left: 1rem;
    /* height: 1.5rem; */
}
.offer p{
    margin: 0;
}


.card-btn .btn{
    border: none;
    color: white;
    width: 100%;
}

.card .price .prev-price{
    color: #fff;
    background-color: black;
    padding: 0 0.4rem;
    margin-right: 0.2rem;
    font-size: 1rem;
    border-radius: 25px;
    
}
.card .price .prev-price .disc{
    text-decoration: line-through;
}

.card-btn .btn:hover{
    background: rgba(224,0,0,1);
}

.card .details .discount{
    padding-left: 0.5rem;
    background-color: rgb(218, 218, 218);
    border-radius: 10px;
}

.card p{
    font-size: 0.8rem;
}

/* bring value */
.bring-value-services .logo img{
    width: 5rem;
    
}

footer{
    /* background-color: rgb(218, 218, 218); */
    background: rgb(11,10,10);
    background: linear-gradient(100deg, rgba(11,10,10,1) 0%, rgba(224,8,0,1) 70%);
}
footer .developer a{
    text-decoration: none;
    color: black;
    font-size: large;
}



/* utility classes */

.white-text{
    color: white;
}

hr{
    color: rgb(214, 139, 0);
}

.green-text{
    color: rgb(134, 167, 69);
    
}
.red-text{
    color: rgba(224,8,0,1);
}

.gray-text{
    color: rgb(108, 108, 108);
}
.image-size{
    width: 3.5rem;
    height: 0.6rem;
}
.orange-text{
    color: rgb(214, 139, 0);
}

/* Whatsapp section */
/* for desktop */
.whatsapp_float {
	position:fixed;
	width:60px;
	height:60px;
	bottom:40px;
	left:40px;
	background-color:#25d366;
	color:#FFF;
	border-radius:50px;
	text-align:center;
    font-size:30px;
	box-shadow: 2px 2px 3px #999;
    z-index:100;
}

.whatsapp-icon {
	margin-top:16px;
}   

/* phone section */
/* for desktop */
.phone_float {
	position:fixed;
	width:60px;
	height:60px;
	bottom:40px;
	right:40px;
	/* background-color:rgb(108, 108, 108); */
    background-color: rgba(224,8,0,1);
	color:#FFF;
	border-radius:50px;
	text-align:center;
    font-size:30px;
	box-shadow: 2px 2px 3px #999;
    z-index:100;
}

.phone-icon {
    margin-top:8px;
}   
@media (min-width: 768px) {
    /* Styles for medium-sized devices go here */
    .card{
        height: 70vh;
    }
    .card .card-inside{
        height: 50vh;
    }
   
  }
@media (max-width: 768px) {
    /* Styles for medium-sized devices go here */
   
    .whatsapp-icon {
        margin-top:10px;
    }
    .whatsapp_float{
        width: 40px;
        height: 40px;
        bottom: 20px;
        left: 10px;
        font-size: 22px;
    }
    .phone-icon {
        margin-top:4px;
    }
    .phone_float{
        width: 40px;
        height: 40px;
        bottom: 20px;
        right: 10px;
        font-size: 22px;
    }
    .main-btns .details-btn .btn{
        width: 9rem;
        font-size: 0.7rem;
        padding: 1rem 2rem;
      }
    .main-btns .call-btn .btn{
        width: 8rem;
        font-size: 0.7rem;
        padding: 1rem 2rem;
      }
 
  }

  @media (min-width: 992px){
    body{
        font-size: 1rem;
    }
    .card{
        height: 96vh;
    }
    .card .card-inside{
        height: 76vh;
    }

    .main-details{
        line-height: 1.5rem;
    }
    
    .main-logo-img{
    width: 200px;
    height: auto;
    }


}
