@import url("https://fonts.googleapis.com/css2?family=Ubuntu:ital,wght@0,300;0,400;0,500;0,700;1,300;1,400;1,500;1,700&display=swap");
* {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
  font-family: var(--ubnuto);
}
html {
  scroll-behavior: smooth;
}
:root {
  --ubnuto: "Ubuntu", sans-serif;
  --Primary-color: rgb(154, 174, 194);
  --slate-color: darkslategray;
  --dull-color: #d60808;
  --Secondary-color: #ffffff;
  --Accent-color: #000;
}

.wtsapp {
  padding: 5px;
  background-color: #4dc247;
  height: 50px;
  width: 50px;
  border-radius: 50%;
  position: fixed;
  right: 10px;
  bottom: 60px;
  z-index: 100;
  padding-top: 10px;
  text-align: center;
}
.phone{
  padding: 5px;
  background-color: #4dc247;
  height: 50px;
  width: 50px;
  border-radius: 50%;
  position: fixed;
  left: 10px;
  bottom: 60px;
  z-index: 100;
  padding-top: 10px;
  text-align: center;
}
.wtsapp i {
  color: #fff;
  font-size: 30px;
}
.phone i {
  color: #fff;
  display: flex;
  margin-top: 5px;
  justify-content: center;
  font-size: 22px;
}
a {
  text-decoration: none;
}
span {
  color: #d60808;
}
/* nav starts */
.nav {
  height: 70px;
  position: sticky;
  top: 0%;
  left: 0%;
  right: 0%;
  z-index: 100;
  display: flex;
  justify-content: space-between;
  background-color: #fff;
  filter: drop-shadow(2px 2px 2px grey);
  align-items: center;
}
.nav .logo {
  margin-left: 30px;
}
.nav .logo img {
  height: 50px;
  width: 120px;
}
.nav .list ul {
  display: flex;
  gap: 40px;
  list-style: none;
}
.nav .list ul li {
  font-weight: 600;
  border-bottom: 2px solid transparent;
  text-transform: uppercase;
  color: var(--slate-color);
}
.nav .list ul li a {
  color: var(--slate-color);
  text-decoration: none;
}
.nav .list ul:hover li:not(:hover) {
  opacity: 0.5;
}

.nav ul li:last-child {
  margin-right: 0;
}

.nav ul li:after {
  content: "";
  display: block;
  margin: auto;
  height: 3px;
  width: 0px;
  background: transparent;
  transition: width 0.9s ease, background-color 0.5s ease;
}
.nav ul li:hover:after {
  width: 100%;
  background: var(--dull-color);
}
.nav .btn {
  margin-right: 30px;
}
.nav .btn button {
  height: 50px;
  width: 150px;
  border-radius: 17px;
  background-color: var(--dull-color);
  color: var(--Secondary-color);
  border: 1px solid transparent;
  transition: all 0.6s ease-in-out;
}
.nav .btn button:hover {
  background-color: transparent;
  border: 1px solid var(--dull-color);
}

.nav .btn button a {
  color: var(--Secondary-color);
  text-decoration: none;
  font-weight: 400;
  font-size: 18px;
}
.nav .btn button:hover a {
  transition: all 0.6s ease;
  color: #fc0000;
}
/* nav ends */
/* media nav starts */
.medianav {
  height: 60px;
  background-color: #fff;
  display: none;
  justify-content: space-between;
  align-items: center;
}
.medianav .logo img{
  height: 30px;
  
  margin-left: 30px;
}
.medianav .bars {
  font-size: 30px;
  color: dark slategray;
  margin-right: 30px;
}
.medianav .bars button {
  height: 40px;
  width: 40px;
  border: none;
  font-weight: 600;
  font-size: 22px;
  background-color: transparent;
  color: darkslategray;
}
#open {
  rotate: 90deg;
}
.burger button {
  height: 40px;
  width: 40px;
  border: none;
  font-weight: 600;
  font-size: 22px;
  background-color: transparent;
  color: white;
  position: absolute;
  top: 20px;
  right: 20px;
}
.burger {
  height: 500px;
  width: 330px;
  background-color: var(--slate-color);
  /* border: 1px solid white; */
  position: absolute;
  top: 0;
  left: -330px;
  z-index: 200;
  transition: all 1.2s ease;
}
.burger:visited {
  left: 0;
}
.burger .logo img {
  height: 60px;
  width: 150px;
  margin-top: 20px;
  margin-left: 30px;
}
.burger .list {
  margin-top: 30px;
  margin-left: 30px;
}
.burger .list ul {
  list-style: none;
  line-height: 40px;
}
.burger .list ul li a {
  color: white;
  font-size: 20px;
  text-decoration: none;
}
.burger .list ul li .btn{
  padding: 7px 10px;
  background-color: #d60808;
  border-radius: 12px;
  
  position: absolute;
  bottom: 50px;
  left: 100px;
  color: white;
}
/* media nav ends */
/* main starts */
.main {
  display: flex;
  /* background-color: var(--Accent-color); */
  background-color: darkslategray;
  width: 100%;
}
.main .left {
  width: 60%;
  padding-bottom: 4rem;
  padding-top: 4rem;
  padding-left: 7rem;
  color: #ffffff;
  font-family: var(--ubnuto);
}
.main .left h1 {
  width: 80%;
  font-family: var(--ubnuto);
  font-weight: 800;
  line-height: 40px;
  margin-bottom: 15px;

  /* font-size: 40px; */
}
.main .left h3{
  font-size: 40px;
  color: var(--dull-color);
}
.main .left h2 {
  color: var(--dull-color);
  font-weight: 700;
  font-size: 60px;
}
.main .left h2 del{
  color: white;
  font-size: 27px;
}
.main .left h2 b {
  color: #ffffff;
  margin-left: -16px;
  font-size: 25px;
}
.main .left button {
  height: 50px;
  width: 180px;
  margin-top: 20px;
  border: none;
  border-radius: 40px;
  background-color: var(--dull-color);
  color: #fff;
  font-weight: 400;
  font-size: 20px;
  font-family: Arial, Helvetica, sans-serif;
  transition: all 0.6s ease;
}
.main .left button:hover {
  background-color: #ffffff;
  color: #d60808;
  border: 1px solid var(--Primary-color);
}
.main .right {
  padding-top: 3rem;
}
.main .right img {
  height: 250px;
  width: 400px;
  filter: brightness(80%);
  transition: all 0.6s ease;
  opacity: 0.5;
}
.main .right img:hover {
  opacity: 0.8;
}
/* main ends */

/* bar starts */
.bar {
  height: 90px;
  text-align: center;
  padding: 20px;
  line-height: 30px;
  background-color: var(--Primary-color);
  color: #fff;
}
.bar h3 {
  font-family: var(--ubnuto);
  color: var(--dull-color);
  font-size: 30px;
  font-weight: 400;
}
/* bars ends */

/* value starts */
.value {
  display: flex;
  justify-content: space-evenly;
  align-items: center;
  padding-top: 100px;
  padding-bottom: 100px;
}
.value .card {
  height: 200px;
  width: 350px;
  background-color: ghostwhite;
  text-align: center;
  margin-top: 30px;
  filter: drop-shadow(2px 1px 2px grey);
  transition: all 1s ease;
}
.value .card .img {
  /* background-color:var(--Primary-color); */
  background-color: #ffffff;
  /* border-top: 2px solid ; */
  /* border-bottom: 2px solid white; */
  filter: drop-shadow(3px 2px 2px grey);
  /* padding: 30px; */
  padding-top: 20px;
  border-radius: 50%;
  width: 100px;
  height: 100px;
  margin: auto;
  margin-top: -50px;
}
.value .card h2 {
  color: #d60808;
  margin: 20px 0px 20px 0px;
}
.value .card h3 {
  /* color: #d60808; */
  font-weight: 300;
  margin: 20px 0px 10px 0px;
}
.value .card:hover {
  transform: translateY(-7px);
}
.value .card:hover .img {
  transform: translateY(-2px);
  transition: all 1s ease-in-out;
  background-color: var(--Primary-color);
}
.value .card .last {
  padding-top: 40px;
  padding-left: 4px;
}
/* value ends */

/* start starts */
.start {
  display: flex;
  width: 100%;
  background-color: var(--slate-color);
}
.start .left {
  width: 50%;
  padding: 4rem;
}
.start .right {
  padding-top: 4rem;
}
.start .right h1 {
  color: #ffffff;
  font-size: 48px;
  text-align: center;
  font-weight: 500;
  width: 80%;
}
.start .right h1 span {
  color: var(--dull-color);
}
.start .right ul {
  margin-top: 50px;
  list-style: none;
  margin-left: 70px;
  line-height: 40px;
  color: #ffffff;
}
.start .right ul li i {
  color: var(--dull-color);
  margin-right: 20px;
}
.start .right .btn {
  margin-top: 30px;
  margin-left: 70px;
  display: flex;
  gap: 20px;
}
.start .right .btn button {
  height: 50px;
  width: 180px;
  background-color: var(--dull-color);
  color: white;
  border-radius: 30px;
  border: 1px solid transparent;
  transition: all 1s ease-in-out;
}
.start .right .btn button a {
  text-decoration: none;
  color: #ffffff;
  font-size: 17px;
}
.start .right .btn button:hover {
  border: 1px solid var(--dull-color);
  background-color: transparent;
}
/* start ends */

/* buy starts */
.buy {
  padding-top: 40px;
}
.buy span {
  display: flex;
  justify-content: center;
}
.buy h1 {
  display: flex;
  justify-content: center;
  margin-bottom: 30px;
}
.buy .cards {
  display: flex;
  justify-content: space-evenly;
  align-items: center;
  padding: 30px 0;
}
.buy .cards .card {
  height: 550px;
  width: 400px;
  background-color: #ffffff;
  /* border: 1px solid transparent; */
  filter: drop-shadow(2px 2px 2px grey);
  transition: all 0.5s ease-in-out;
}
.buy .cards .card:hover {
  transform: translateY(-10px);
}
.buy .cards .card .top {
  height: 250px;
  /* width: 350px; */
}
.buy .cards .card .top .name {
  height: 100px;
  background-color: var(--dull-color);
  text-align: center;
  padding-top: 30px;
}
.buy .cards .card .top .name h2 {
  font-weight: 400;
  color: #ffffff;
}

.buy .cards .card .top .price {
  height: 50px;
  display: flex;
  border-bottom: 1px dashed var(--slate-color);
  text-align: center;
  justify-content: center;
  /* align-items: center; */
}
.buy .cards .card .top .price p {
  display: flex;
  font-size: 15px;
  margin-top: 20px;
  font-weight: 600;
}
.buy .cards .card .top .price p span {
  margin-top: -20px;
  margin-left: 9px;
  margin-right: 8px;
  font-size: 35px;
}
.buy .cards .card .top .pkg {
  height: 100px;
  border-bottom: 1px dashed var(--slate-color);
  line-height: 20px;
  margin-bottom: 20px;
}
.buy .cards .card .top .pkg h2 {
  font-size: 15px;
  margin-left: 7px;
  margin-top: 3px;
  font-weight: 400;
}
.buy .cards .card .top .pkg h1 {
  font-size: 15px;
  margin-left: 5px;
  color: #d60808;
  margin-top: 3px;
  font-weight: 500;
  margin-bottom: 0;
  justify-content: left;
}
.buy .cards .card .top .pkg img {
  width: 200px;
  margin-left: 6px;
  margin-top: -40px;
}
.buy .cards .card .top .pkg p {
  font-size: 14px;
  margin-left: 7px;
}
.buy .cards .card .mid {
  margin-top: 20px;
  /* padding-left: 20px; */
}
.buy .cards .card .center {
  height: 197px;
}
.buy .cards .card .mid h2 {
  color: #d60808;
  font-weight: normal;
  margin: 10px 0;
  padding-left: 7px;
}
.buy .cards .card .mid ul {
  margin-top: 20px;
  line-height: 30px;
  margin-left: 30px;
}
.buy .cards .card .bottom {
  height: 52px;
  background-color: var(--Accent-color);
  color: #ffffff;
  justify-content: center;
  align-items: center;
  display: flex;
  /* width: 350px; */
  cursor: pointer;
  margin-top: 30px;
}
.buy .cards .card .bottom h2 {
  font-weight: 300;
  font-size: 20px;
}
.buy .cards .card2 {
  height: 600px;
}
.buy .cards .card2 .top {
  height: 300px;
}
.buy .cards .card2 .top .pkg .data {
  border-top: 1px dashed #000;
  border-bottom: 1px dashed #000;
  padding: 10px 0;
  padding-left: 7px;
}
.buy .cards .card2 .top .pkg .data img {
  height: 20px;
  width: 70px;
  padding-top: 5px;
}
.buy .cards .card2 .top .pkg .data .STARZPLAY {
  margin-left: 0px;
}
.buy .cards .card2 .top .pkg .data .icon16 {
  width: 50px;
}
.buy .cards .card2 .top .pkg {
  border-bottom: none;
}
.buy .cards .card2 .mid .img {
  border-bottom: 1px dashed;
  padding: 10px 7px;
  line-height: 20px;
}
.buy .cards .card2 .mid .img .img2 {
  margin-left: 30px;
}
/* buy ends */

/* choose starts */
.choose {
  /* height: 80vh; */
  /* border: 1px solid; */
  filter: drop-shadow(1px 1px 2px gray);
  background-color: ghostwhite;
  border-top-left-radius: 20px;
  margin-top: 40px;
  padding-top: 60px;
  border-radius: 20px;
  width: 98%;
  margin: auto;
}
.choose .top {
  display: flex;
  width: 100%;
}
.choose .top .left {
  width: 50%;
  padding-top: 2rem;
  padding-left: 3rem;
}
.choose .top .left span {
  font-weight: 600;
}
.choose .top .left h1 {
  font-size: 45px;
  margin: 10px 0;
}
.choose .top .right {
  width: 50%;
  padding-top: 4rem;
  padding-right: 3rem;
}
.choose .top .right p {
  font-size: 16.5px;
  line-height: 30px;
  font-weight: 500;
  text-align: justify;
  word-spacing: 10px;
  color: var(--slate-color);
}
.choose .bottom {
  display: flex;
  padding: 50px 0;
  justify-content: space-evenly;
  align-items: center;
}
.choose .bottom .card {
  height: 280px;
  width: 300px;
  background-color: #fff;
  padding-top: 10px;
  padding-left: 20px;
  filter: drop-shadow(2px 2px 2px grey);
  border-radius: 10px;
  transition: all 0.6s ease;
}
.choose .bottom .card:hover {
  background-color: #d60808;
  color: #fff;
  transform: translateY(-8px);
}
.choose .bottom .card:hover h2 {
  color: #fff;
}
.choose .bottom .card img {
  margin-bottom: 20px;
}
.choose .bottom .card h2 {
  color: #d60808;
  margin: 15px 0;
}
.choose .bottom .card p {
  font-size: 16px;
  font-weight: 400;
  word-spacing: 4px;
  line-height: 25px;
}
/* choose ends */

/* packages starts */
.packages {
  padding: 50px 0;
}
.packages h1 {
  text-align: center;
  font-size: 40px;
}
.packages .cards {
  display: flex;
  justify-content: space-evenly;
  align-items: center;
  margin: 40px 0;
}
.packages .cards .card {
  height: 280px;
  width: 280px;
  text-align: center;
  border-radius: 12px;
  background-color: white;
  border: 1px dashed var(--slate-color);
}
/* packages ends */

/* Contact */
.contactcontainer {
  margin-top: 1rem;
  height: 100vh;
  display: flex;
  align-items: center;
  justify-content: space-evenly;
  background-color: ghostwhite;
}

.contact-left {
  display: flex;
  flex-direction: column;
  align-items: start;
  gap: 20px;
}

.contact-left-title h2 {
  filter: drop-shadow(4px 4px 8px grey);
  font-weight: 600;
  color: #333;
  font-size: 40px;
  margin-bottom: 5px;
}

.contact-left-title hr {
  border: none;
  width: 120px;
  height: 5px;
  background: linear-gradient(to right, var(--dull-color), #fa5b5b);

  border-radius: 10px;
  margin-bottom: 20px;
}

.contact-inputs {
  width: 400px;
  height: 50px;
  border: none;
  outline: none;
  padding-left: 25px;
  font-weight: 500;
  color: #666;
  filter: drop-shadow(2px 2px 2px grey);
  border-radius: 10px;
}
.contact-inputs:focus {
  filter: drop-shadow(2px 2px 2px var(--dull-color));
}
.contact-left textarea {
  height: 140px;
  padding-top: 15px;
  /* border-radius: 20px; */
}

.contact-inputs::placeholder {
  color: #a9a9a9;
}

.contact-left button {
  align-items: center;
  padding: 15px 30px;
  font-size: 16px;
  color: #fff;
  border: none;
  border-radius: 50px;
  background: linear-gradient(to left, var(--dull-color), #fa5b5b);
  transition: all 1s ease-in-out;
  cursor: pointer;
}

.contact-left button:hover {
  filter: drop-shadow(4px 4px 8px grey);
  background: linear-gradient(to right, var(--dull-color), #fa5b5b);
}

.contact-right img {
  height: 450px;
  width: 400px;
}
/* contact ends */

/* footer starts */
.footer {
  margin: auto;
  margin-top: 40px;
  height: 300px;
  width: 94%;
  background-color: var(--slate-color);
  border-radius: 17px;
  text-align: center;
  color: #ffffff;
  padding: 50px 0;
}
.footer img {
  margin-top: 10px;
  margin-bottom: 5px;
  height: 60px;
  width: 150px;
}
.footer h1 {
  margin-bottom: 10px;
}
.footer button {
  height: 40px;
  margin: 20px 0;
  border: none;
  width: 150px;
  background-color: #d60808;
  border-radius: 7px;
  transition: all 0.5s ease-in-out;
}
.footer button:hover {
  background-color: #ffffff;
  border: 1px solid #d60808;
}
.footer button:hover a {
  color: #d60808;
}
.footer button a {
  text-decoration: none;
  color: #ffffff;
  font-size: 15px;
}
.foot {
  padding: 15px;
  text-align: center;
}
.foot a {
  text-decoration: none;
  color: #000;
}


/* open form */

.popup-contact-form {
  max-width: 400px;
  width: 100%;
  background: #ffffff;
  padding: 25px 30px;
  border-radius: 15px;
  box-shadow: 0 10px 30px rgba(0, 0, 0, 0.2);
  font-family: "Segoe UI", Tahoma, Geneva, Verdana, sans-serif;
  animation: fadeIn 0.4s ease-in-out;
}

.popup-contact-form h2 {
  margin-bottom: 10px;
  font-size: 24px;
  text-align: center;
}

.popup-contact-form hr {
  border: none;
  height: 2px;
  background-color: #007bff;
  width: 50px;
  margin: 10px auto 20px auto;
  border-radius: 5px;
}

.contact-inputs {
  width: 100%;
  outline: none;
  padding: 12px 15px;
  margin-bottom: 15px;
  border: 1px solid #ccc;
  border-radius: 8px;
  font-size: 15px;
  transition: border-color 0.3s ease;
}

.contact-inputs:focus {
  
  outline: none;
}

.popup-contact-form button[type="submit"] {
  width: 100px;
  padding: 10px;
  background-color: #007bff;
  color: #fff;
  border: none;
  border-radius: 8px;
  cursor: pointer;
  font-weight: bold;
  transition: background-color 0.3s ease;
}

.popup-contact-form button[type="submit"]:hover {
  background-color: #0056b3;
}

#closePopup {
  width: 100px;
  padding: 10px;
  background-color: #dc3545;
  color: #fff;
  border: none;
  border-radius: 8px;
  cursor: pointer;
  font-weight: bold;
  transition: background-color 0.3s ease;
}

#closePopup:hover {
  background-color: #c82333;
}

/* Animation */
@keyframes fadeIn {
  from {
    opacity: 0;
    transform: scale(0.95);
  }
  to {
    opacity: 1;
    transform: scale(1);
  }
}


.input{
  width: 350px;
}