* {
    margin: 0px;
    padding: 0px;
    font-family: 'Inter', sans-serif;

}

body {
    background-color: #EFEFEF;
}

.header {
    background-image: url('static/imgs/background-image.png');
    background-size: cover;
    height: 840px;
    background-position: center;
    border-radius: 0px 0px 13px 13px;
}

.navbar {
    display: flex;
    align-items: center;
    flex-direction: column;
}

.navbar-container {
    width: 80%;
    margin-top: 20px;
    background-color: #1F1F1F;
    border-radius: 12px;
    justify-content: space-between;
    display: flex;
    padding: 18px;
    align-items: center;
}

.logo-div {
    display: flex;
    align-items: center;
    gap: 15px;
}

.logo-div img {
    height: 40px;
    border-radius: 20px;
}


.logo {
    color: rgba(255, 255, 255, 1);
    font-size: 20px;
}

.navigate {
    display: flex;
    gap: 15px;
    list-style-type: none;
}

.navigate a {
    font-size: 14px;
    color: rgb(255, 255, 255, 0.4);
    transition: 0.3s ease;
}

.navigate a:hover {
    color: rgba(255, 255, 255, 1);
}

.right-side {
    font-size: 14px;
    display: flex;
    gap: 40px;
    align-items: center;
}

.sign-up {
    transition: 0.3s ease;
    color: rgba(255, 255, 255, 1);
}

.sign-up:hover {
    color: rgba(255, 255, 255, 0.4)
}

.sign-in {
    transition: 0.3s ease;
    text-decoration: none;
    color: rgba(255, 255, 255, 1);
    background-color: rgba(255, 51, 105, 1);
    padding: 10px 20px;
    border-radius: 8px;
}

.sign-in:hover {
    background-color: rgba(231, 0, 61, 1);
}

.container {
    margin: 220px 0px 200px 150px;
}

.container h1 {
    font-size: 56px;
    margin-bottom: 10px;
}

.container p {
    font-size: 16px;
    font-weight: 600px;
    margin-bottom: 70px;
    color: rgba(102, 102, 102, 1);
}

.container h2 {
    font-size: 20px;
    margin-bottom: 10px;
}

.send_form {
    display: flex;
    justify-content: space-between;
    background-color: rgba(237, 237, 237, 1);
    padding: 3px;
    width: 400px;
    border-radius: 8px;
}

.input-email {
    border: none;
    background-color: rgba(237, 237, 237, 1);
    width: 300px;
    font-size: 14px;
    padding-left: 10px;
}

.input-email::placeholder {
    color: rgba(204, 204, 204, 1);
}

.input-email:focus {
    outline: none;
}

.send_form button {
    width: 100px;
    height: 42px;
    border: none;
    background-color: rgba(255, 51, 105, 1);
    border-radius: 8px;
    color: rgba(255, 255, 255, 1);
    font-size: 16px;
    transition: 0.3s ease;

}

.send_form button:hover {
    background-color: rgba(231, 0, 61, 1);
}

.top-footer-navbar a:hover {
    color: rgba(255, 255, 255, 1);

}

.top-social-networks {
    display: flex;
    gap: 10px;
}

.top-social-network {
    margin-top: 200px;
    width: 40px;
    height: 40px;
    background-color: rgba(31, 31, 31, 1);
    border-radius: 8px;
    transition: 0.3s ease;
}

.top-social-network:hover {
    background-color: rgba(0, 0, 0, 1);
}

.content {
    padding: 170px 130px;
}

.content h2 {
    color: rgba(255, 51, 105, 1);
    font-size: 40px;
    margin-bottom: 30px;
}

.packages {
    gap: 30px;
    display: grid;
    grid-template-columns: 1fr 1fr 1fr;
    margin-bottom: 150px;
}


.packages a {
    text-decoration: none;
}

.package {
    position: relative;
}

.package img {
    height: 170px;
    width: 100%;
    margin-bottom: 10px;
    border-radius: 8px;
    object-fit: cover;
}

.package li {
    font-size: 16px;
    font-weight: 500;
    color: rgba(52, 52, 52, 1);
    list-style-type: none;
    vertical-align: middle;
    display: flex;
    align-items: center;
}

.package li::before {
    font-size: 30px;
    content: "•";
    color: red;
    margin-right: 5px;
    vertical-align: middle
}

.subscride {
    position: absolute;
    top: 126px;
    background-color: rgba(255, 51, 105, 0);
    color: rgba(255, 255, 255, 0);
    width: 20%;
    padding: 13px 40%;
    transition: 0.3s;
    border-radius: 8px;
}

.package:hover .subscride {
    background-color: rgba(255, 51, 105, 1);
    color: rgb(255, 255, 255);
}

.watch h1 {
    color: rgba(255, 51, 105, 1);
    font-size: 40px;
    font-weight: 700;
    margin-bottom: 40px;
}

.imgs {
    position: relative;
    height: 500px;
    display: flex;
    justify-content: center;
}

.img-tv,
.img-ipad,
.img-laptop,
.img-phone {
    position: absolute;
}

.img-tv {
    width: 683px;
    z-index: 1;
}

.img-laptop {
    right: 10%;
    top: 180px;
    width: 461px;
    z-index: 2;
}

.img-ipad {
    left: 15%;
    top: 240px;
    width: 231px;
    z-index: 3;
}

.img-phone {
    right: 50%;
    left: 28%;
    top: 280px;
    width: 91px;
    z-index: 4;
}

.platforms {
    display: flex;
    justify-content: center;
    gap: 30px;
    margin: 0px 150px;
    flex-wrap: wrap;
}

.platform {
    transition: 0.3s ease;
    display: flex;
    align-items: center;
    background-color: rgba(31, 31, 31, 1);
    padding: 12px 66px;
    border-radius: 8px;
    gap: 10px;
}

.platform:hover {
    background-color: rgba(0, 0, 0, 1);

}

.platform img {
    width: 22px;
    color: rgba(255, 255, 255, 1);
}

.platform a {
    color: rgba(255, 255, 255, 1);
    text-decoration: none;
}

.footer {
    background-color: rgba(31, 31, 31, 1);
    border-radius: 8px 8px 0px 0px;
    padding: 30px 100px;
}

.footer form {
    margin-bottom: 60px;
}

.footer form h2 {
    color: rgba(255, 255, 255, 1);
    margin-bottom: 10px;
}

.footer-navbar {
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.footer-navbar p {
    color: rgba(255, 255, 255, 0.4);
}

.footer-navbar ul {
    display: flex;
    gap: 15px;
    list-style-type: none;
}

.footer-navbar a {
    transition: 0.3s ease;
    font-size: 16px;
    font-weight: 500;
    color: rgba(255, 255, 255, 0.4);
    list-style-type: none;
    vertical-align: middle;
    display: flex;
    align-items: center;
}

.footer-navbar a:hover {
    color: rgba(255, 255, 255, 1);

}

.social-network {
    width: 32px;
    height: 32px;
    background-color: rgba(255, 51, 105, 1);
    border-radius: 8px;
    transition: 0.3s ease;
}

.social-network:hover {
    background-color: rgba(231, 0, 61, 1);
}