@import url('https://fonts.googleapis.com/css2?family=Inter:wght@100..900&family=Montserrat:wght@100..900&display=swap');


* {
    box-sizing: border-box;
    margin: 0;
    padding: 0;
}
a {
    color: inherit;
}
body {
    color: white;
    background: #1D1D1D;
}

header {
    display: flex;
    flex-direction: column;
    align-items: center;
}
header > img {
    width: 98%;
}

.header-text {
    display: flex;
    flex-direction: column;
    text-align: center;
    width: 98%;
    margin-top: 1.5rem;
    gap: 10px;

}

.header-text h1 {
    font-family: "Montserrat", sans-serif;
    font-optical-sizing: auto;
    font-weight: 800;
    font-style: normal;
    font-size: 1.5rem;
}

.header-text h2 {
    font-family: "Montserrat", sans-serif;
    font-optical-sizing: auto;
    font-weight: 700;
    font-style: normal;
    font-size: 1.5rem;
    background: #014040;
    padding: 5px;
    border-radius: 10px;
    margin-top: 1rem;
}

.div-button {
    display: flex;
    justify-content: center;
}

button {
    background: #B50000;
    border-radius: 10px;
    margin-top: 1.5rem;
}

button > p {
    font-size: 1.5rem;
    font-family: "Inter", sans-serif;
    font-weight: 700;
    color: white;
    padding: 10px;
}

.video1 {
    margin-top: 30px;
}

.gadgets {
    margin-top: 1.5rem;
}

.gadgets-img {
    display: flex;
    flex-direction: row;
    flex-wrap: nowrap;
    align-items: center;
    justify-content: center;
    gap: 20px;
    max-width: 98%;
}

.gadgets-img > img {
    max-width: 50px;
}

.gadgets > p{
    font-family: "Inter", sans-serif;
    font-weight: 700;
    text-align: center;
    font-size: 26px;
    margin-top: 1.5rem;
}

.chart {
    margin-top: 1.5rem;
}

.chart-title {
    font-family: "Inter", sans-serif;
    font-weight: 700;
    font-size: 1.5rem;
    padding: 5px 0px 30px 0px;
    background: #B50000;
    width: 98%;
    border-radius: 10px;
    margin: auto;
    border: black solid 1px;
}

.month {
    display: flex;
    flex-direction: row ;
    width: 98%;
    background: #014040;
    margin: auto;
    margin-top: -20px;
    border-radius: 10px;
    padding: 20px;
    gap: 10px;
    border: black solid 2px;
}



.month-text > p {
    font-family: "Inter", sans-serif;
    font-weight: 700;
    font-size: 1.5rem;
    text-shadow: black 0.1em 0.1em 0.2em;
}

.month-text > span {
    font-family: "Inter", sans-serif;
    font-weight: 200;
    font-size: 0.8rem;
    text-shadow: black 0.1em 0.1em 0.2em;
}

.month-price {
    display: flex;
    flex-direction: row;
    flex-wrap: nowrap;
    justify-content: flex-end;
    width: 100%;
    gap: 10px;

}

.moneysignof35 {
    font-size: 0.8rem;
}

.month-price > span {
    display: flex;
    justify-content: center;
    font-family: "Inter", sans-serif;
    font-weight: 200;
    padding-bottom: 10px;
    font-size: 1.5rem;
    text-decoration: line-through red;
}

.moneysignof25 {
    font-size: 1.2rem;
}

.month-price > p {
    display: flex;
    justify-content: center;
    font-family: "Inter", sans-serif;
    font-weight: 400;
    font-size: 3rem;
    padding-top: 10px;
    color: #FF0000;
    text-shadow:#000 -1px -1px
}
.quarterly {
    display: flex;
    flex-direction: row ;
    width: 98%;
    background: #181616;
    margin: auto;
    margin-top: -20px;
    border-radius: 10px;
    padding: 20px;
    gap: 10px;
    border: black solid 2px;
}


.quarterly-text > p {
    font-family: "Inter", sans-serif;
    font-weight: 700;
    font-size: 1.5rem;
    text-shadow: black 0.1em 0.1em 0.2em;
}

.quarterly-text > span {
    font-family: "Inter", sans-serif;
    font-weight: 200;
    font-size: 0.8rem;
    text-shadow: black 0.1em 0.1em 0.2em;
}

.quarterly-price {
    display: flex;
    flex-direction: row;
    flex-wrap: nowrap;
    justify-content: flex-end;
    width: 100%;
    gap: 1.8rem;

}

.moneysignof35 {
    font-size: 0.8rem;
}

.quarterly-price > span {
    display: flex;
    font-family: "Inter", sans-serif;
    font-weight: 200;
    padding-bottom: 10px;
    font-size: 1.5rem;
    text-decoration: line-through red;
}

.moneysignof25 {
    font-size: 1.2rem;
}

.quarterly-price > p {
    display: flex;
    font-family: "Inter", sans-serif;
    font-weight: 400;
    font-size: 3rem;
    padding-top: 10px;
    color: #FF0000;
    text-shadow:#000 -1px -1px
}
.semi-annual {
    display: flex;
    flex-direction: row ;
    width: 98%;
    background: #181616;
    margin: auto;
    margin-top: -20px;
    border-radius: 10px;
    padding: 20px;
    gap: 10px;
    border: black solid 2px;
}


.semi-annual-text > p {
    font-family: "Inter", sans-serif;
    font-weight: 700;
    font-size: 1.5rem;
    text-shadow: black 0.1em 0.1em 0.2em;
}

.semi-annual-text > span {
    font-family: "Inter", sans-serif;
    font-weight: 200;
    font-size: 0.8rem;
    text-shadow: black 0.1em 0.1em 0.2em;
}

.semi-annual-price {
    display: flex;
    flex-direction: row;
    flex-wrap: nowrap;
    justify-content: flex-end;
    width: 100%;
    gap: 10px;
}

.moneysignof35 {
    font-size: 0.8rem;
}

.semi-annual-price > span {
    display: flex;
    justify-content: center;
    font-family: "Inter", sans-serif;
    font-weight: 200;
    padding-bottom: 10px;
    font-size: 1.5rem;
    text-decoration: line-through red;
}

.moneysignof25 {
    font-size: 1.2rem;
}

.semi-annual-price > p {
    display: flex;
    justify-content: center;
    font-family: "Inter", sans-serif;
    font-weight: 400;
    font-size: 3rem;
    padding-top: 10px;
    color: #FF0000;
    text-shadow:#000 -1px -1px;
}
.Yearly {
    display: flex;
    flex-direction: row ;
    width: 98%;
    background: #181616;
    margin: auto;
    margin-top: -20px;
    border-radius: 10px;
    padding: 20px;
    gap: 10px;
    border: black solid 2px;
}


.Yearly-text > p {
    font-family: "Inter", sans-serif;
    font-weight: 700;
    font-size: 1.5rem;
    text-shadow: black 0.1em 0.1em 0.2em;
}

.Yearly-text > span {
    font-family: "Inter", sans-serif;
    font-weight: 200;
    font-size: 0.8rem;
    text-shadow: black 0.1em 0.1em 0.2em;
}

.Yearly-price {
    display: flex;
    flex-direction: row;
    flex-wrap: nowrap;
    justify-content: flex-end;
    width: 100%;
    gap: 10px;

}

.moneysignof35 {
    font-size: 0.8rem;
}

.Yearly-price > span {
    display: flex;
    justify-content: center;
    font-family: "Inter", sans-serif;
    font-weight: 200;
    padding-bottom: 10px;
    font-size: 1.5rem;
    text-decoration: line-through red;
}

.moneysignof25 {
    font-size: 1.2rem;
}

.Yearly-price > p {
    display: flex;
    justify-content: center;
    font-family: "Inter", sans-serif;
    font-weight: 400;
    font-size: 3rem;
    padding-top: 10px;
    color: #FF0000;
    text-shadow:#000 2px 2px;
}

.detail {
    width: 98%;
    height: 22px;
    background: #B50000;
    border-radius: 10px;
    position: relative;
    margin: auto;
    margin-top: -20px;
    z-index: -1;
}

.contatct1 {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    max-width: 96%;
    margin: auto;
}

.contact {
    max-width: 98%;
    text-align: center;
    margin: 1.5rem;
}

.contact > p {
    font-family: "Inter", sans-serif;
    font-weight: 300;
    font-style: italic;
    margin-top: 5px;
}

.contact-text {
    background: #014040;
    width: 260px;
    text-align: center;
    margin: auto;
    padding: 1rem 2rem;
    border-radius: 10px;
    box-shadow: #000 2px 2px;
    border: #000 2px solid;
}

.contact-text:hover {
    background: #012727;
}

.contact > img {
    display: block;
    position: relative;
    margin-left: 3px;
    margin-bottom: -30px;
    width: 70px;
}

.contact-text > a {
    text-decoration: none;
}

.contact-text > a > p {
    color: #FF0000;
    margin-bottom: 0.5rem;
    font-size: 1.5rem;
    font-family: "Inter", sans-serif;
    font-weight: 700;
    font-style: italic;
    text-transform: uppercase;
    text-shadow:#000 -1px -1px;
}

.contact-text > a > span {
    font-size: 1.5rem;
    font-family: "Inter", sans-serif;
    font-weight: 300;
    font-style: italic;
    text-shadow:#000 -1px -1px;
    color: white;
}

.video2 {
    max-width: 425px;
    display: flex;
    flex-direction: column;
    align-items: center;
    margin-bottom: 30px;
}

.video2 > iframe{
    width:88%;
    border-radius: 30px;
    border: 1px solid #B50000;
}

.tv-box {
    display: flex;
    flex-direction: column;
    z-index: 1;
}

.tv-box-card {
    display: flex;
    flex-direction: column;
    order: 1;
    z-index: 99;
    max-width: 98%;
    margin-top: 1.5rem;
    text-align: center;
    background: #181616;
    border-top: #FF0000 1px solid;
    border-bottom: #FF0000 1px solid;
    border-radius: 30px;
    margin: auto;
    display: block;
}

.tv-box-card > div > img {
    margin: auto;
    padding: 40px 0px 20px 0px;
    width: 80%;
}

.tv-box-card > div > p {
    padding-top: 10px;
    font-family: "Inter", sans-serif;
    font-weight: 700;
    font-size: 0.7rem;
}

.tv-box-text {
    display: flex;
    flex-direction: column;
    font-family: "Montserrat", sans-serif;
    font-optical-sizing: auto;
    font-weight: 700;
    font-style: normal;
    font-size: 1.5rem;
    margin-top: 2rem;
}

.tv-box-text > div > h4 {
    font-family: "Montserrat", sans-serif;
    font-optical-sizing: auto;
    font-weight: 700;
    color: #FF0000;
    text-transform: uppercase;
}

.tv-box-text > div > p {
    margin-top: 5px;
    font-size: 1rem;
}

.card {
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: center;
    gap: 20%;
    margin-top: 2rem;
}
.card-text > p {
    font-family: "Inter", sans-serif;
    font-weight: 500;
    font-size: 0.9rem;
}

.card-price {
    display: flex;
    flex-direction: row;
    flex-wrap: nowrap;
    justify-content: center;
    gap: 0.5rem;
    width: 45%;
}

.moneysignof35 {
    font-size: 0.8rem;
}

.card-price > span {
    display: flex;
    font-family: "Inter", sans-serif;
    font-weight: 200;
    padding-bottom: 10px;
    font-size: 1rem;
    text-decoration: line-through red;
}

.moneysignof25 {
    font-size: 1.2rem;
}

.card-price > p {
    display: flex;
    font-family: "Inter", sans-serif;
    font-weight: 400;
    font-size: 2rem;
    padding-top: 10px;
    color: #FF0000;
    text-shadow:#000 -1px -1px
}

button {
    color: white;
    border-radius: 25px;
    padding: 0px 30px;
    border: black solid 2px;
    margin-bottom: 10px;
}


button > div > p {
    font-family: "Montserrat", sans-serif;
    font-optical-sizing: auto;
    font-weight: bold;
    font-style: normal;
    font-size: 1.5rem;
}

button > div > span {
    font-family: "Montserrat", sans-serif;
    font-optical-sizing: auto;
    font-weight: 500;
    font-style: normal;
}

.internet {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    z-index: -1;
    max-width: 96%;
    background: #014040;
    margin: auto;
    margin-top: -20px;
    margin-bottom: 50px;
    padding-bottom: 40px;
    border-bottom-left-radius: 20px;
    border-bottom-right-radius: 20px;
}

.hot-deal {
    background: #B50000;
    padding: 20px;
    width: 55%;
    border-radius: 15px;
    margin-top: 2.5rem;
    border: #000 2px solid; 
}

.hot-deal-text > p {
    text-align: center;
    font-family: "Inter", sans-serif;
    font-weight: 700;
    text-transform: uppercase;
    text-shadow:#000 1px 1px;
    font-size: 1.2rem;
}

.companies {
    display: flex;
    flex-direction: column;
    width: 100%;
    margin-top: 1.5rem;
}

.companies-img {
    display: flex;
    flex-direction: row;
    max-width: auto;
    justify-content: center;
    align-items: center;
}


.companies-img > img {
    width: 100%;
}

.internet-title {
    text-align: center;
    font-family: "Montserrat", sans-serif;
    font-weight: bold;
    font-style: normal;
    margin: 1.5rem;
}

.title {
    font-size: 1.5rem;
}

.howmuch {
    color: #FF0000;
    font-size: 2.5rem;
    text-transform: uppercase;
}

.days {
    font-size: 1rem;
    text-transform: uppercase;
}

.internet-price {
    display: flex;
    flex-direction: row;
    flex-wrap: nowrap;
    justify-content: center;
    gap: 10px;
    width: 45%;
    margin-top: 1.5rem;

}

.moneysignof25 {
    font-size: 0.8rem;
}

.internet-price > span {
    display: flex;
    justify-content: center;
    font-family: "Inter", sans-serif;
    font-weight: 700;
    padding-bottom: 10px;
    font-size: 2.5rem;
    text-decoration: line-through red;
}

.moneysignof20 {
    font-size: 1.5rem;
}

.internet-price > p {
    display: flex;
    justify-content: center;
    font-family: "Inter", sans-serif;
    font-weight: 700;
    font-size: 5rem;
    padding-top: 10px;
    color: #FF0000;
    text-shadow:#000 2px 2px;
}



.contact-dark {
    max-width: 98%;
    text-align: center;
    margin: 1.5rem;
}

.contact-dark > p {
    font-family: "Inter", sans-serif;
    font-weight: 300;
    font-style: italic;
    margin-top: 5px;
}

.contact-text-dark {
    background: #181616;
    width: 260px;
    text-align: center;
    margin: auto;
    padding: 1rem 2rem;
    border-radius: 10px;
    box-shadow: #000 2px 2px;
    border: #B50000 2px solid;
}

.contact-text-dark:hover {
    background: rgb(36, 35, 35);
}

.contact-dark > img {
    display: block;
    position: relative;
    margin-left: 3px;
    margin-bottom: -30px;
    width: 70px;
}

.contact-text-dark > a {
    text-decoration: none;
}

.contact-text-dark > a > p {
    color: #FF0000;
    margin-bottom: 0.5rem;
    font-size: 1.5rem;
    font-family: "Inter", sans-serif;
    font-weight: 700;
    font-style: italic;
    text-transform: uppercase;
    text-shadow:#000 -1px -1px;
}

.contact-text-dark > a > span {
    font-size: 1.5rem;
    font-family: "Inter", sans-serif;
    font-weight: 300;
    font-style: italic;
    text-shadow:#000 -1px -1px;
    color: white;
}

