* {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
}

@font-face {
    font-family: blinker;
    src: url(fonts/Blinker-SemiBold.ttf);
}

@font-face {
    font-family: blinker-bold;
    src: url(fonts/Blinker-Bold.ttf);
}

@font-face {
    font-family: poppins;
    src: url(fonts/Poppins-Medium.ttf);
}

@font-face {
    font-family: ubuntu;
    src: url(fonts/Ubuntu-Bold.ttf);
}

@font-face {
    font-family: Ptsans;
    src: url(fonts/PTSans-Bold.ttf);
}



/* Sub Header Styling */

.top-bar {
    background: linear-gradient(to right, #2a1c44, #263952);
    color: white;
    display: flex;
    justify-content: center;
    align-items: center;
    font-size: 14.50px;
    padding: 10px 20px;
}

.top-bar span {
    display: inline-block !important;
    text-align: center;
}

/* Basics Styling */

.wrapper {
    max-width: 1200px;
    margin: 0 auto;
}


/* Header Styling */

header {
    padding: 6px 20px;
    background: linear-gradient(90deg,

            #302949 50%,
            #534b6b 100%);

    backdrop-filter: blur(10px);
    position: sticky;
    top: 0;
    left: 0;
    z-index: 1;
    box-shadow: 0px 0px 10px #1e1e4e;
}

header nav {
    display: flex;
    justify-content: space-between;
    align-items: center;
}


#ul,
li a {
    display: flex;
    list-style: none;
    gap: 25px;
    font-weight: 500;
    font-size: 15px !important;
    align-items: center;
    height: 30px;
    color: white;
    text-decoration: none;
}


.ul {
    height: 30px;
}

#ul,
li a:hover {
    color: #FFD700;
}

.logo h1 {
    font-weight: bold;
    font-size: 23px;
    color: white;
    height: 20px;
    user-select: none;
    font-family: blinker;
}

.logo a {
    text-decoration: none;
}

#btn button {
    padding: 8px 10px;
    font-size: 18px;
    font-weight: bold;
    background: rgb(148, 9, 148);
    border: none;
    outline: none;
    border-radius: 10px;
    color: white;
    overflow: hidden !important;
}

#btn button:hover {
    background: #035538 !important;
}


#btn {
    overflow: hidden;
    padding: 10px 10px;
}


.satellite-container {
    display: flex;
    flex-direction: column;
    justify-content: center;
    text-align: center;
    gap: 14px;
    background: linear-gradient(135deg,
            #180024fa 0%,
            #1f1c30 50%,
            #797299 100%);
    padding: 50px 20px !important;
    color: white;
}

.head h1 {
    font-size: 49px;
    font-weight: bold;
    font-family: blinker;
    animation: anim 1.4s ease 1 alternate;
}

.para p {
    font-size: 19px;
    max-width: 660px;
    margin: 0 auto;
    animation: para 1.4s ease 1 alternate;
}

.supporter p {
    font-size: 19px;
    font-weight: 500;
    animation: support 1.4s ease 1 alternate;
}

.calling p {
    font-size: 15px;
    color: rgb(204, 204, 204);
    animation: p-scale 1.4s ease 1 alternate;
}

.calling {
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 10px;
}

.calling .dot {
    height: 8px;
    width: 8px;
    background-color: white;
    border-radius: 50%;
    position: relative;
    top: -7px;
    left: 0px;
    animation: spot 0.9s ease-in infinite alternate-reverse;
}

.btn1 button {
    border: none;
    outline: none;
    padding: 7px 15px;
    border-radius: 20px;
    font-size: 14px;
    font-weight: bold;
    background-color: #e4c200;
    animation: top-scale 1.3s ease 1 alternate;
}

#btn button:hover {
    background-color: #b3242e;
}

.btn-extra button:hover {
    background: #035538;
}

.btn-extra button {
    padding: 15px 50px;
    font-size: 30px;
    animation: heartbeat 1.6s ease-out infinite alternate;
    border: none;
    outline: none;
    border-radius: 10px;
    background: rgb(102, 7, 102);
    box-shadow: 0px 0px 10px rgba(90, 9, 90, 0.377);
    font-weight: bold;
    color: white;
    transition: 0.2s all ease;
}


.package-second {
    position: relative;
}

.package-second .popular {
    width: 36%;
    height: 6%;
    background-color: #d8000e;
    position: absolute;
    top: -15px;
    left: 30%;
    border-radius: 25px;
    font-size: 13px;
    color: white;
    font-weight: 500;
    padding: 3px 2px;
}

.package-cards:hover {
    box-shadow: 0px 0px 7px rgba(121, 121, 121, 0.89);
}

/* Satellite Subline section styling */


.top {
    padding: 15px 10px;
    font-size: 14px;
    background-color: #171749;
}


/* number cards section styling */


.number-cards {
    background-color: #F5F5FA;
    padding: 60px 20px;
}

.number-content {
    display: grid;
    grid-template-columns: 1fr 1fr 1fr 1fr 1fr;
    justify-content: space-between;
    max-width: 1050px;
    margin: 0 auto;
    font-weight: bold;
    font-family: blinker;
    gap: 30px;
    flex-wrap: wrap;
}

.content-cards h2 {
    font-size: 33px;
    color: linear-gradient(135deg,
            #000000 0%,
            #232033 50%,
            #8c86a8 100%);
}

.content-cards span {
    color: rgb(58, 58, 58);
}

.content-cards {
    position: relative;
    text-align: center;
    padding: 20px 25px;
    max-width: 230px;
    border-radius: 22px;
    background: rgba(255, 255, 255, 0.06);
    backdrop-filter: blur(12px);
    border: 1px solid rgba(255, 255, 255, 0.08);
    overflow: hidden;
    transition: all .4s ease;
    box-shadow:
        0 10px 30px rgba(0, 0, 0, .25);
    cursor: pointer;
}


/* Premium Glow */
.content-cards::before {
    content: '';
    position: absolute;
    width: 180px;
    height: 180px;
    background: purple;
    border-radius: 50%;
    top: -80px;
    right: -80px;
    opacity: 0.1;
    filter: blur(60px);
}


/* Hover Effect */
.content-cards:hover {
    transform: translateY(-8px);
    border: 1px solid rgba(59, 130, 246, .35);
    box-shadow:
        0 20px 40px rgba(117, 3, 117, 0.26);
}

/* Satellite Package styling */

.cards-container {
    display: grid;
    grid-template-columns: 1fr 1fr 1fr;
    max-width: 1150px;
    margin: 0 auto;
    padding: 40px 20px;
    gap: 20px;

}

.gaper {
    display: flex;
    flex-direction: column;
    padding: 13px 10px 0px 0px;
    font-size: 14px;
}

.gaper p {
    border-bottom: 1px solid rgba(196, 196, 196, 0.726);
    padding: 0px 10px;
}

.package-second {
    border-top: 5px solid #d8000e !important;
    transform: scale(1.03);
}

.package-main {
    text-align: center;
}

.package-main #head {
    padding: 50px 20px 23px 20px;
    font-size: 34px;
    font-weight: bold;
    color: linear-gradient(135deg,
            #000000 0%,
            #232033 50%,
            #8c86a8 100%);
    font-family: Ptsans;
}

.package-main .p {
    max-width: 800px;
    margin: 0 auto;
    color: rgb(97, 97, 97);
    padding: 0px 20px;
}

.package-cards {
    text-align: center;
    max-width: 350px;
    /* border: 1px solid rgba(141, 141, 141, 0.418); */
    border-radius: 11px;
    padding: 25px 10px;
    border-top: 5px solid #2a1c44;
    cursor: pointer;
    transition: 0.2s all ease-in;
    box-shadow: 0px 0px 10px #2b2b74;
}

.package-cards p {
    text-align: left;
}

.package-cards h2 {
    font-weight: bold;
    font-size: 21px;
    color: #2a1c44;
}

.package-cards h1 {
    font-weight: bold;
    font-family: blinker-bold;
    color: #2a1c44;
}

.package-cards sub {
    color: rgb(114, 114, 114);
    font-family: arial;
    font-size: 16px;
}

.card-btn button {
    padding: 15px 20px;
    width: 100%;
    border: none;
    outline: none;
    border-radius: 10px;
    font-weight: bold;
    font-size: 17px;
    /* background: linear-gradient(135deg, #363152, #2a1a3df8, #3b1f5c);
    color: #ffffff; */
    background-color: #401057ee;
    color: white;
}

.card-btn button:hover {
    background: #035538 !important;
}

.stretch {
    display: flex;
    flex-direction: column;
    gap: 10px;
}

.card-btn {
    padding: 20px 10px;
}


/* Three easy steps cards styling */

.easy-cards {
    background-color: #F5F5FA;
    padding: 40px 20px;
    margin-top: 20px;
}

.easy-cards h2 {
    text-align: center;
    padding: 15px 20px 35px 20px;
    font-weight: bold;
    font-size: 34px;
    color: linear-gradient(135deg,
            #000000 0%,
            #232033 50%,
            #8c86a8 100%);
    font-family: Ptsans;
}

.flex-content {
    text-align: center;
}

.flex-content span {
    padding: 9px 11px;
    background-color: #1c2644;
    border-radius: 50%;
    font-size: 23px;
    font-weight: bold;
}

.flex-content span i {
    color: white !important;
}

.flex-content h5 {
    margin-top: 15px;
    font-weight: bold;
    color: #1c2644;
}

.flex-content p {
    color: rgb(97, 97, 97);
    max-width: 280px;
    margin: 0 auto;
    font-size: 14.30px;
}

.cards-flex {
    display: grid;
    justify-content: space-evenly;
    grid-template-columns: 1fr 1fr 1fr;
    max-width: 1280px;
    margin: 0 auto;
    gap: 15px;
    padding: 20px 10px 30px 10px;
}


/* Other Cards section styling */

.other-content #img {
    padding: 8px 10px;
    font-size: 45px;
}

.other-content h2 {
    font-weight: bold;
    font-size: 20px;
    color: #1c2644;
    padding: 10px 10px;
}

.other-content p {
    color: rgb(90, 90, 90);
    font-size: 15px;
    padding: 2px 10px 10px 10px;
}

.other-content {
    padding: 0px 10px;
    text-align: center;
    border-radius: 10px;
    border-top-left-radius: 20px;
    border-bottom-right-radius: 20px;
    display: flex;
    flex-direction: column;
    justify-content: center;
    transition: all .4s ease;
    cursor: pointer;
    background: rgba(255, 255, 255, 0.06);
    backdrop-filter: blur(12px);
    border: 1px solid rgba(141, 141, 141, 0.801);
    overflow: hidden;

}

.other-content::before {
    content: '';
    position: absolute;
    width: 180px;
    height: 180px;
    background: purple;
    border-radius: 50%;
    top: -80px;
    right: -80px;
    opacity: .1;
    filter: blur(60px);
}

.other-content:hover {
    transform: translatey(-5px);
    border: 1px solid rgba(59, 130, 246, .35);
    box-shadow:
        0px 0px 10px rgba(117, 3, 117, 0.26);
}


.other-container h1 {
    text-align: center;
    padding: 50px 20px 25px 20px;
    font-weight: bold;
    color: linear-gradient(135deg,
            #000000 0%,
            #232033 50%,
            #8c86a8 100%);
    font-size: 33px;
    margin-top: 10px;
    font-family: Ptsans;
}

.other-cards {
    display: grid;
    justify-content: space-between;
    grid-template-columns: 1fr 1fr 1fr;
    max-width: 1150px;
    margin: 0 auto;
    gap: 20px;
    padding: 15px 20px;
}

/* Unique Container styling */

.unique-container {
    margin-top: 50px;
    background: linear-gradient(135deg, #231227, #3d162e, #4a1a3a);
    padding: 45px 20px;
    text-align: center;
    display: flex;
    flex-direction: column;
    gap: 5px;
    box-shadow: 0 0 20px rgba(26, 11, 14, 0.349);
}

.unique-container h1 {
    font-size: 32px;
    font-weight: bold;
    color: white;
    font-family: Ptsans;
}

.unique-container p {
    color: white;

}


.btn-white button {
    background-color: white;
    color: #E63946;
    font-weight: bold;
}


/* FAQS Section styling */

.collapsing-container {
    max-width: 900px;
    outline: none;
    margin: 0 auto;
    padding: 20px;
    margin-top: 55px !important;
}

.collapsing-container h1 {
    text-align: center;
    font-size: 35px;
    margin-bottom: 35px;
    font-weight: bold;
    color: linear-gradient(135deg,
            #000000 0%,
            #232033 50%,
            #8c86a8 100%);
    font-family: Ptsans;
}

.accordion {
    width: 100%;
    margin-bottom: 12px;
    border-radius: 15px;
    overflow: hidden;
    font-family: Arial, sans-serif;
}

/* Hide checkbox */
.accordion input {
    display: none;
}

/* Accordion Header */
.accordion label {
    color: #0e0e0e;
    padding: 15px 20px;
    display: flex;
    justify-content: space-between;
    align-items: center;
    cursor: pointer;
    font-size: 15px;
    font-family: poppins;
}

/* Arrow */
.accordion label::after {
    content: "+";
    color: linear-gradient(135deg,
            #000000 0%,
            #232033 50%,
            #8c86a8 100%);
    transition: transform 0.3s ease;
    font-size: 19px;
}

/* Rotate arrow */
.accordion input:checked+label::after {
    transform: rotate(135deg);
    color: #035538;
}

/* Content */
.accordion .content {
    background: transparent;
    max-height: 0;
    overflow: hidden;
    transition: max-height 0.4s ease, padding 0.3s ease;
    padding: 0 20px;
    color: rgb(92, 92, 92);
    text-align: justify;
    border-bottom: 1px solid rgba(158, 158, 158, 0.877);
    font-size: 14px;
    margin-top: -5px;

}

/* Show content */
.accordion input:checked~.content {
    max-height: 170px;
    padding: 20px;
}


/* Unique section second styling */

.unique-extra h1 {
    font-size: 30px;
}

.btn-white button:hover {
    background-color: rgba(240, 240, 240, 0.911);
}


/* Footer section styling */


.footer-container {
    background: linear-gradient(90deg,
            #302949 50%,
            #534b6b 100%);
    color: white;
    padding: 50px 0px 25px 5px;
}

.footer-content {
    display: flex;
    gap: 45px;
    max-width: 1050px;
    margin: 0 auto;
    flex-wrap: wrap;
    padding: 10px 25px;
}

.content ul li a {
    line-height: 30px;
    font-size: 14px !important;
    color: rgb(206, 206, 206);
    cursor: pointer;
}

.content ul {
    padding: 10px 5px;
}

ul li {
    list-style: none;
}

.content ul li a:hover {
    color: #FFD700;
}

.content h6 {
    font-weight: bold;
    font-size: 18px;
}

.content h6 a {
    text-decoration: none;
    color: #FFD700;
}

.content h5 {
    font-weight: bold;
    margin-bottom: 15px;
    font-size: 18px;
}

.content h4 {
    font-weight: bold;
    font-size: 21px;
    font-family: blinker;
}

.content p {
    font-size: 13px;
    color: rgb(206, 206, 206);
    max-width: 450px !important;
}


.copyright-content {
    max-width: 1100px;
    margin: 0 auto;
    text-align: center;
    font-size: 13px;
    padding: 20px 20px;
    margin-top: 30px;
    border-top: 1px solid rgba(199, 199, 199, 0.329);
    color: rgb(180, 180, 180);
}

.copyright-content span {
    margin-bottom: 20px;
}

.copy-flex {
    display: flex;
    flex-direction: column;
    line-height: 17px;
}

/* Media Queries */

@media only screen and (max-width:740px) {
    .cards-flex {
        display: grid;
        grid-template-columns: 1fr 1fr;

    }

    .sticky-container {
        width: 100%;
        background-color: #E63946;
        text-align: center;
        line-height: 15px;
        padding: 15px 10px;
        position: relative;
        position: fixed;
        bottom: 0;
        left: 0;
        z-index: 1;
    }

    .sticky-container a {
        text-decoration: none;
        color: white;
    }

    .sticky-container h1 {
        font-weight: bold;
        font-size: 22px;
        display: block !important;
        position: relative;
    }

    .sticky-container span {
        font-size: 13px;
        display: block !important;
    }

    .sticky-container h1 span {
        font-size: 28px;
        display: block !important;
        position: absolute;
        top: 5px;
        left: 50px;
        animation: rotate 0.5s linear infinite alternate;
    }

}

.sticky-container h1 {
    display: none;
}

.sticky-container span {
    display: none;
}



@media only screen and (max-width:870px) {

    #ul li a {
        display: none;
    }

    .other-cards {
        display: grid;
        grid-template-columns: 1fr 1fr;
    }

    .number-content {
        display: grid;
        grid-template-columns: 1fr 1fr;
    }

    .content-cards {
        max-width: 100%;
    }

    .particular {
        min-width: 209%;
        padding: 24px 20px;
    }
}


@media only screen and (max-width:545px) {
    .other-cards {
        display: grid;
        grid-template-columns: 1fr;
    }

    .footer-content {
        display: flex;
        flex-direction: column;
        gap: 20px;
    }

    #btn button {
        font-size: 14px;
    }

    .particular {
        min-width: 210%;
    }
}


@media only screen and (max-width:500px) {
    #btn button {
        padding: 8px 10px;
        font-size: 15px;
    }

    .logo h1 {
        font-size: 20px;
        height: 18px;
    }

    .cards-flex {
        display: grid;
        grid-template-columns: 1fr !important;
        gap: 30px;
    }
}

@media only screen and (max-width:390px) {
    #btn button {
        padding: 8px 9px;
        font-size: 15px;
    }

    .logo h1 {
        font-size: 20px;
        height: 18px;
    }
}

@media only screen and (max-width:572px) {
    .head h1 {
        font-size: 39px;
    }

    .para p {
        font-size: 18px;
    }

    .btn-extra button {
        padding: 15px 50px;
        font-size: 20px;
    }

    .supporter p {
        font-size: 17px;
    }

    /* .number-content {
        display: grid;
        grid-template-columns: 1fr 1fr 1fr;
    } */

    .unique-extra h1 {
        font-size: 25px;
    }

}

@media only screen and (max-width:375px) {
    .number-content {
        display: grid;
        grid-template-columns: 1fr 1fr;
    }

}

@media only screen and (max-width:990px) {
    .cards-container {
        display: grid;
        grid-template-columns: 1fr 1fr;
    }

    .package-cards {
        min-width: 100% !important;
    }

    .package-third {
        min-width: 205% !important;
    }
}

@media only screen and (max-width:650px) {
    .cards-container {
        display: grid;
        grid-template-columns: 1fr;
        gap: 30px;
    }

    .package-third {
        min-width: 100% !important;
    }
}



@media only screen and (max-width:440px) {
    #btn {
        margin-left: -60px;
    }

    #btn button {
        font-size: 14px;
    }
}


/* Mobile layout section styling 3 three section  */

@media only screen and (max-width:480px) {
    .desktop {
        position: fixed;
        top: 0;
        left: 0;
        z-index: 1;
        background-color: white;
        width: 100%;
    }

    .call-sec {
        background: linear-gradient(135deg,
                #180024fa 0%,
                #1f1c30 50%,
                #595370 100%);
        height: 9vh;
        display: flex;
        justify-content: center;
        align-items: center;
        padding: 5px 10px;
        color: white;
        font-size: 19px;
    }

    .call-sec p {
        margin-top: 13px;
        display: block !important;
        color: white;
    }


    .img-div {
        min-height: 82vh;
        display: flex;
        justify-content: center;
        align-items: center;
        flex-direction: column;
        padding: 0px 10px;
        gap: 10px;
    }


    .img-div h3 {
        font-weight: bold;
        font-size: 28px;
        font-family: blinker;
        color: #330d30;
    }


    .img-div h3 {
        display: block !important;
    }

    .img-div a img {
        display: block !important;
    }

    .desktop a {
        text-decoration: none;
        color: black;
    }

    .sticky-container {
        display: none;
    }

    .fixed-icon {
        background-color: rgb(1, 96, 109);
    }

    .fixed-icon i {
        font-size: 45px;
    }

}

@media only screen and (max-width:3000px) {
    .call-sec p {
        display: none;
    }

    .img-div h3 {
        display: none;
    }

    .img-div a img {
        display: none;
    }
}

@media only screen and (max-width:625px) {
    .logo h1 {
        font-size: 17px;
        height: 15px;
    }
}


/* keyframes Animation */

@keyframes heartbeat {
    from {
        transform: scale(0.9);
    }

    to {
        transform: scale(1);
    }
}

@keyframes changing {
    from {
        background-color: #FFD700;
    }

    to {
        background-color: #a18a02;
    }
}

@keyframes spot {
    from {
        background-color: #334434f3;
    }

    to {
        background-color: #28A745;
    }
}

@keyframes rotate {

    0%,
    100% {
        transform: rotate(-10deg);
    }

    20% {
        transform: rotate(5deg);
    }

    35% {
        transform: rotate(10deg);
    }
}



/* scales animation of top content */

@keyframes top-scale {
    from {
        transform: scale(0.8);
    }

    to {
        transform: scale(1);
    }
}

/* keyframes of top content */

@keyframes anim {
    from {
        transform: translatey(-20px);
    }

    to {
        transform: translatey(0px);
    }
}


/* left para animation top content */

@keyframes para {
    from {
        transform: translatex(-20px);
    }

    to {
        transform: translatex(0px);
    }
}

/* supporter p animation top content */

@keyframes support {
    from {
        transform: translatey(20px);
    }

    to {
        transform: translatey(0px);
    }
}

/* dot p animation top content */

@keyframes p-scale {
    from {
        transform: scale(0.9);
    }

    to {
        transform: scale(1);
    }
}