@font-face {
    font-family: "Organetto";
    src: url("./fonts/Fontspring-DEMO-organetto-ultrabold.otf") format("opentype");
}

@font-face {
    font-family: "Avionic";
    src: url("./fonts/Fontspring-DEMO-avionic-bold.otf") format("opentype");
}

@font-face {
    font-family: "Organetto SemiExt";
    src: url("./fonts/Fontspring-DEMO-organetto-semiextregular.otf") format("opentype");
    font-weight: lighter;
    font-style: normal;
}

@font-face {
    font-family: "Showcase W00 Sans Mini";
    src: url("./fonts/Showcase W00 Sans Mini.ttf") format("truetype");
    font-weight: lighter;
    font-style: normal;
}

@font-face {
    font-family: "Cabin";
    src: url("./fonts/Cabin-VariableFont_wdth,wght.ttf") format("truetype");
    font-weight: lighter;
    font-style: normal;
}

* {
    box-sizing: border-box;
}

html,
body {
    margin: 0;
    padding: 0;
    background: transparent;
    overflow-x: hidden;
    /* min-height: 100vh;
    min-height: 100dvh; */
    overflow-x: hidden;
}

html {
    height: -webkit-fill-available;
    scroll-behavior: smooth;
}

body::-webkit-scrollbar {
    width: 8px;

}

/* Track */
body::-webkit-scrollbar-track {
    background: white;
    border-radius: 10px;
}

/* Thumb */
body::-webkit-scrollbar-thumb {
    background: rgb(62, 168, 221);
    border-radius: 10px;
    /* border: 2px solid #e0e0e0; */
}

/* Hover */
body::-webkit-scrollbar-thumb:hover {
    background: rgb(51, 138, 182);
}

h1,
h2,
h3,
h4,
h5,
h6 {
    margin: 0;
}

#nav-li a {
    text-decoration: none;
    color: white;
}


.nav-drop li a {
    text-decoration: none;
    color: black;
    overflow-wrap: break-word;
    word-wrap: break-word;
    white-space: normal;
}

.nav-drop li:first-child a {
    color: white;
}

#nav-li li:first-child a {
    color: rgba(14, 113, 232);
}

@media (max-width:280px) {
    .nav-drop li a {
        font-size: 6vw;
        margin-left: -20px;
    }
}



/* -----------------------Home Section---------------------- */

body.active::before {
    content: "";
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.55);
    z-index: 14999;
}

.contact {
    /* border: 2px solid white; */
    position: fixed;
    top: 200px;
    transform: rotate(-90deg) translateY(160%);
    z-index: 1000;
    right: 0;
    width: 160px;
    height: 38px;
    display: flex;
    justify-content: center;
    align-items: center;
    background-color: #94C3EC;
    border-top-left-radius: 10px;
    border-top-right-radius: 10px;
}

.side-contact {
    color: black;
    text-decoration: none;
    font-family: "Organetto";
}

header .bg-home {
    background: url("./galaxy_1440x830_enhanced.jpg") no-repeat center center;
    background-size: cover;
    background-attachment: fixed;
    width: 100%;
    height: 100vh;
    min-height: auto;
    padding-bottom: 40px;
    overflow: hidden;
}

.bg-home {
    /* background: url("./galaxy_1440x830_enhanced.jpg") no-repeat center center;
    background-size: cover;
    height: 100vh;
    min-height: 100dvh;
    padding-bottom: env(safe-area-inset-bottom);
    width: 100%; */
    position: relative;
}


header .bg-home::before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;

    background: linear-gradient(to right,
            rgba(0, 0, 0, 0.6) 0%,
            rgba(0, 0, 0, 0) 85%);
}

#logo-home {
    position: relative;
    left: 2%;
}

.flex-nav {
    /* border: 1px solid white; */
    position: absolute;
    width: 100%;
    height: auto;
    margin-top: 1%;
    display: flex;
    font-family: "Organetto", sans-serif;
    font-weight: lighter;
    opacity: 0;
    transform: translateY(50px);
    transition: all 1s ease;
}

.flex-nav.show {
    opacity: 1;
    transform: translateY(0);
}

#nav-li {
    padding: 0;
    margin: 0;
    /* border: 1px solid white; */
    display: flex;
    align-items: center;
    position: relative;
    gap: 50px;
    left: 2%;
}

#nav-li li:first-child {
    color: rgba(14, 113, 232);
    background-color: white;
    width: 86px;
    height: 29px;
    border-radius: 333px;
    /* text-align: center; */
    display: flex;
    justify-content: center;
    align-items: center;
}

#nav-li li {
    list-style: none;
    color: white;
    font-size: 1.05em;
    /* font-size: clamp(20px,1.2vw,1.2em); */
}

details {
    position: relative;
    display: none;
}

.menu-icon {
    list-style: none;
    cursor: pointer;
}

.Explore:hover,
.Learn:hover {
    transform: translateY(-5px);

    box-shadow:
        0 20px 25px -5px rgba(0, 0, 0, 0.1),
        0 10px 10px -5px rgba(0, 0, 0, 0.04);
}

/* ------------------------------------------------------------------------------------- */

@media (min-width:806px) {
    #main-logo {
        position: absolute;
        z-index: 1;
        width: 50vw;
        top: 50%;
        left: 80%;
        transform: translate(10%, -50%);
    }

    .main-heading {
        color: white;
        z-index: 1;
        opacity: 0;
        transform: translateX(-150px);
        transition: all 1.5s ease;
    }

    .main-heading.show {
        opacity: 1;
        transform: translateX(0);
    }

    p {
        margin: 0;
    }

    #texts {
        /* border: 2px solid white; */
        position: relative;
        z-index: 1;
        top: 200px;
        left: 200px;
        width: 600px;
        top: 50%;
        left: 30%;
        transform: translate(-50%, -50%);
    }

    #texts h2 {
        font-family: "Organetto", sans-serif;
        font-weight: lighter;
        /* border: 2px solid red; */
        font-size: 4vw;
    }

    #texts h4 {
        font-family: "Organetto SemiExt", sans-serif;
        font-weight: lighter;
        /* border: 2px solid green; */
        font-size: 2.5vw;
    }

    #slogan {
        font-family: "Showcase W00 Sans Mini";
        font-size: 2.8vw;
        color: rgb(158, 190, 229);
        margin-top: 2vh;
        /* border: 2px solid rgb(49, 30, 117); */
    }

    #desc {
        font-family: "Cabin";
        font-size: 1.3vw;
        box-sizing: border-box;
        width: 76%;
        margin-top: 2vh;
        /* border: 2px solid white; */
    }

    .buttonsframe1 {
        /* border: 2px solid white; */
        display: flex;
        flex-direction: row;
        text-align: center;
        position: relative;
        top: 4vh;
        width: 100%;
        justify-content: flex-start;
        font-family: "Showcase W00 Sans Mini";
        font-size: 1.7vw;
        gap: 7%;
        opacity: 0;
        transition: opacity 3s ease;
    }

    .buttonsframe1.show {
        opacity: 1;
    }

    .Explore {
        background-color: rgba(14, 113, 232);
        font-family: "Showcase W00 Sans Mini";
        color: white;
        border-radius: 11px;
        text-align: center;
        padding: 15px 35px;
        transition: all 0.3s cubic-bezier(0.4, 0, 0.2, 1);
    }

    .Learn {
        background-color: white;
        font-family: "Showcase W00 Sans Mini";
        color: black;
        border-radius: 11px;
        text-align: center;
        padding: 15px 30px;
        transition: all 0.3s cubic-bezier(0.4, 0, 0.2, 1);
    }
}

@media (max-width:1050px) and (min-width:805px) {
    #main-logo {
        position: absolute;
        z-index: 1;
        width: 50vw;
        top: 50%;
        left: 60%;
        transform: translate(0, -50%);
    }

    #texts {
        left: 30%;
        transform: translate(-30%, -50%);
    }

    #desc {
        width: 50%;
    }

    .buttonsframe1 {
        opacity: 0;
        transition: opacity 1.5s ease;
    }

    .buttonsframe1.show {
        opacity: 1;
    }
}


@media (max-width:800px) {
    .menu-icon::marker {
        content: "";
    }

    .menu-icon {
        position: absolute;
    }

    .flex-nav {
        display: none;
    }

    details {
        display: block;
    }

    .menu-icon {
        display: block;
        color: white;
        font-size: 30px;
        cursor: pointer;
        list-style: none;
        position: fixed;
        left: 20px;
        top: 15px;
    }

    .drop-bar {
        border: 2px solid white;
        background-color: white;
        width: 50%;
        position: fixed;
        top: 0;
        left: 0;
        margin-top: 0;
        height: 100%;
        display: flex;
        flex-direction: column;
        justify-content: space-evenly;
        align-items: center;
        border-top-right-radius: 5px;
        border-bottom-right-radius: 5px;
        z-index: 15000;
    }

    .drop-bar ul {
        display: flex;
        flex-direction: column;
        width: 100%;
        gap: 12px;
    }

    .nav-drop li:first-child {
        background-color: rgba(14, 113, 232);
    }

    .nav-drop {
        padding: 0;
        margin: 0;
        margin-top: 30px;
        width: 100%;
    }

    .nav-drop li {
        /* border: 2px solid black; */
        list-style: none;
        font-weight: bold;
        font-size: 20px;
        padding: 8px 20px;
        font-family: "Organetto", sans-serif;
        width: 100%;
        box-sizing: border-box;
    }

    .bar-heading {
        color: rgba(14, 113, 232);
        font-size: 30px;
    }

    .heading-div h2,
    .heading-div h4 {
        display: flex;
        flex-direction: column;
        justify-content: center;
        align-items: center;
        /* border: 2px solid black; */
        margin: 0;
    }

    .heading-div h2 {
        font-family: "Organetto", sans-serif;
        font-size: clamp(20px, 6vw, 40px);
    }

    .heading-div h4 {
        font-family: "Organetto SemiExt", sans-serif;
        font-size: clamp(10px, 0em, 15px);
    }
}


@media(max-width:805px) {
    .main-heading {
        opacity: 0;
        transform: translateY(-40px);
        transition: all 1.5s ease;
    }

    .main-heading.show {
        opacity: 1;
        transform: translateY(0);
    }

    .texts {
        /* border: 2px solid white; */
        color: white;
        width: 100%;
        position: relative;
        top: 12%;
        display: flex;
        flex-direction: column;
        align-items: center;
    }

    .texts h2 {
        font-family: "Organetto", sans-serif;
        font-weight: lighter;
        font-size: 8vw;
    }

    #texts h4 {
        font-family: "Organetto SemiExt", sans-serif;
        font-weight: lighter;
        font-size: 5vw;
    }

    #slogan {
        font-family: "Showcase W00 Sans Mini";
        color: rgb(158, 190, 229);
        font-size: 4vw;
        margin-top: 1.8vh;
    }

    #desc {
        font-family: "Cabin";
        width: 60%;
        margin-top: 2vh;
        font-size: 2.6vw;
        width: 100%;
        text-align: center;
        margin-top: -3vh;
    }

    .buttonsframe1 {
        display: flex;
        flex-direction: row;
        width: 100%;
        justify-content: space-between;
        margin-top: 2vh;
        opacity: 0;
        transition: opacity 1.5s ease;
    }

    .buttonsframe1.show {
        opacity: 1;
    }

    .Explore {
        background-color: rgba(14, 113, 232);
        color: white;
        padding: 15px;
        border-radius: 11px;
        font-family: "Showcase W00 Sans Mini";
        text-align: center;
        position: relative;
        left: 22%;
        font-size: 3.2vw;
        padding: 1.2vw 5vw;
    }

    .Learn {
        font-family: "Showcase W00 Sans Mini";
        text-align: center;
        background-color: white;
        color: black;
        padding: 15px;
        border-radius: 11px;
        position: relative;
        right: 25%;
        font-size: 3.2vw;
        padding: 1.2vw 5vw;
    }

    #main-logo {
        width: 40vw;
        top: 145%;
        left: 50%;
        transform: translate(0, -10%);
    }
}

@media (max-width:550px) and (min-width:450px) {
    #main-logo {
        width: 80vw;
        top: 150%;
        left: 50%;
        transform: translate(-0%, -0%);
    }
}

@media (max-width:600px) {

    #slogan {
        /* font-size: 5vw; */
        font-size: 25px;
        margin-top: 1.8vh;
    }

    #desc {
        /* font-size: 2.6vw; */
        font-size: 15px;
        width: 50vw;
        text-align: center;
        margin-top: 1.8vh;
    }

    .Explore {
        /* position: fixed; */
        left: 15%;
        /* font-size: 4vw; */
        font-size: 25px;
        /* padding: 1.2vw 5vw; */
        padding: 10px 20px;
    }

    .Learn {
        /* position: fixed; */
        right: 20%;
        /* font-size: 4vw; */
        font-size: 25px;
        /* padding: 1.2vw 5vw; */
        padding: 10px 18px;
    }

    #main-logo {
        width: 300px;
        top: 185%;
        left: 50%;
        /* transform: translate(-50%, -50%); */
    }
}

@media (max-width:450px) {

    #texts h2 {
        font-size: 12vw;
    }

    #texts h4 {
        font-size: 7.5vw;
    }

    #slogan {
        font-size: 1.4rem;
        margin-top: 1.8vh;
    }

    #desc {
        font-size: 4vw;
        width: 70vw;
        text-align: center;
        margin-top: -1vh;
    }

    .buttonsframe1 {
        display: flex;
        flex-direction: column;
        width: 100%;
        height: 70px;
        /* border: 2px solid white; */
        align-items: center;
        overflow: visible;
        gap: 10%;
        margin-top: 1vh;
    }

    .Explore {
        position: relative;
        left: 0;
        font-size: 25px;
        padding: 3.3vw 10vw;
    }

    .Learn {
        position: relative;
        right: 0;
        font-size: 20px;
        padding: 3.3vw 7vw;
    }

    #main-logo {
        width: 80vw;
        top: 150%;
        left: 50%;
        transform: translate(0%, 0%);
    }
}

@media (max-width:350px) and (min-width:200px) {

    #main-logo {
        width: 100vw;
        top: 170%;
        left: 50%;
        transform: translate(0%, 30%);
    }

    .buttonsframe1 {
        display: flex;
        flex-direction: column;
        width: 50%;
        height: 70px;
        /* border: 2px solid white; */
        align-items: center;
        overflow: visible;
        gap: 5%;
        margin-top: 5vh;
    }

    .Explore {
        position: relative;
        left: 0;
        font-size: 15px;
        padding: 2vw 30vw;
    }

    .Learn {
        position: relative;
        right: 0;
        font-size: 15px;
        padding: 2vw 30vw;
    }
}

@media (max-width:300px) {

    #texts h2 {
        font-size: 25px;
        text-align: center;
    }

    #texts h4 {
        font-size: 16px;
        text-align: center;
    }

    #slogan {
        text-align: center;
        margin-top: 1.8vh;
    }

    #desc {
        font-size: 12px;
        width: 70vw;
        text-align: center;
        margin-top: 1.8vh;
    }

    .buttonsframe1 {
        display: flex;
        flex-direction: column;
        width: 50%;
        height: 70px;
        /* border: 2px solid white; */
        align-items: center;
        overflow: visible;
        gap: 5%;
        margin-top: 5vh;
    }

    .Explore {
        position: relative;
        left: 0;
        font-size: 15px;
        padding: 2vw 30vw;
    }

    .Learn {
        position: relative;
        right: 0;
        font-size: 15px;
        padding: 2vw 30vw;
    }
}

@media (max-width:200px) {
    #main-logo {
        width: 120vw;
        top: 150%;
        left: 50%;
        transform: translate(0%, 50%);
    }
}













/* -----------------------About Us Section------------------------ */
.about-flex {
    z-index: 20;
    display: flex;
    height: 100vh;
    width: 100%;
}

.about-us {
    background: url("./Second Page.png") no-repeat center center;
    background-size: cover;
    background-attachment: fixed;
    height: 100vh;
    /* height: auto; */
    /* padding-top: 20vh; */
    /* min-height: 100dvh; */
    padding-bottom: env(safe-area-inset-bottom);
    width: 100%;
    position: relative;
    overflow: hidden;
}

#about-logo {
    width: 900px;
    width: 60vw;
    height: auto;
    position: absolute;
    top: 50%;
    left: 25%;
    transform: translate(-50%, -50%);
    opacity: 0.2;
}

.main-flex {
    /* border: 2px solid black; */
    width: 100%;
    height: 100%;
    display: flex;
}


.flex1 {
    /* border: 2px solid red; */
    width: 100%;
    height: 100%;
    position: relative;
    display: flex;
    justify-content: center;
    align-items: center;
}

@media (min-width:999px) {

    .simple-head,
    .simple-para {
        display: none;
    }
}


.response-div {
    /* border: 2px solid black; */
    width: 600px;
    height: 150px;
    position: relative;
    left: 100%;
    top: 30%;
    z-index: 100;
    font-family: "Cabin";
}

.response-head {
    padding: 5px;
    /* height: 20%; */
    text-transform: uppercase;
    text-align: center;
    background-color: rgb(14, 113, 232);
    color: black;
    text-align: center;
    font-size: 25px;

    border-top-right-radius: 10px;
    border-top-left-radius: 10px;
}

@media (max-width:1240px) {
    .response-div {
        /* border: 2px solid black; */
        width: 30vw;
        height: auto;
        position: relative;
        left: 100%;
        top: 30%;
    }
}

.response-para {
    padding: 18px;
    /* height: 100%; */
    text-transform: uppercase;
    text-align: center;
    background-color: white;
    color: black;
    text-align: center;
    font-size: 12px;

    border-bottom-right-radius: 10px;
    border-bottom-left-radius: 10px;
}

.head-frame {
    /* border: 2px solid green; */
    width: 80%;
    position: absolute;
}

.head-frame h2 {
    font-family: "Cabin";
    color: rgb(1, 13, 44);
    font-size: 35px;
    padding-bottom: 30px;
}

.head-frame p {
    font-family: "Cabin";
    color: rgb(42, 42, 42);
    padding-bottom: 20px;
}

.head-frame button {
    font-family: "Showcase W00 Sans Mini";
    color: white;
    border: none;
    border-radius: 15px;
    background-color: rgb(14, 113, 232);
    font-size: 32px;
    padding: 10px 30px;
    margin: 0 auto;
    margin-top: 30px;
    display: grid;
    place-items: center;

    box-shadow:
        0 4px 6px -1px rgba(0, 0, 0, 0.05),
        0 2px 4px -1px rgba(0, 0, 0, 0.03);

    transition: all 0.3s cubic-bezier(0.4, 0, 0.2, 1);
}

.head-frame button:hover {
    transform: translateY(-5px);

    box-shadow:
        0 20px 25px -5px rgba(0, 0, 0, 0.1),
        0 10px 10px -5px rgba(0, 0, 0, 0.04);
}

.flex2 {
    /* border: 2px solid blue; */
    width: 100%;
    position: relative;
}

.flex2 #img1 {
    position: absolute;

    width: 550px;

    left: 50%;
    top: 50%;
    transform: translate(-50%, -70%);

    /* border: 2px solid black; */
    z-index: 10;
}

.flex2 #img2 {
    position: absolute;

    width: 450px;

    left: 50%;
    top: 50%;

    transform: translate(-70%, -110%);

    z-index: 1;
}

.flex2 #img3 {
    position: absolute;

    width: 200px;

    left: 50%;
    top: 50%;

    transform: translate(-15%, -110%);

    z-index: 1;
}

@media (max-width:1000px) {
    .response-div {
        display: none;
    }

    .about-us {
        height: auto;
        padding: 20px 0;
    }

    .main-flex {
        flex-direction: column;
        height: auto;
    }

    #about-logo {
        display: none;
    }

    .head-frame h2 {
        font-size: 20px;
    }

    .head-frame p {
        font-size: 14px;
    }

    .flex1 {
        height: auto;
        padding: 20px 0;
    }

    .head-frame {
        position: static;
    }

    .head-frame button {
        border-radius: 8px;
        font-size: 30px;
        padding: 8px 18px;
    }

    .flex2 {
        display: none;
    }
}

.service-box {
    position: fixed;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    width: 90%;
    background: white;
    border-radius: 20px;
    padding: 2rem;
    z-index: 9999;
    box-shadow: 0 10px 40px rgba(0, 0, 0, 0.2);

    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(180px, 1fr));
    gap: 2rem;
    visibility: hidden;
}

/* open state */
.service-box.show {
    opacity: 1;
    visibility: visible;
    pointer-events: auto;
    animation: slideIn 0.4s ease-out forwards;
}

/* closing state */
.service-box.hide {
    opacity: 0;
    visibility: hidden;
    pointer-events: none;
    animation: slideOut 0.3s ease-in forwards;
}

.service-about {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    gap: 10px;

    padding: 1rem;
    border-radius: 12px;
    transition: 0.3s ease;
    cursor: pointer;
}

.service-about:hover {
    transform: translateY(-5px);
    box-shadow: 0 8px 20px rgba(0, 0, 0, 0.1);
}

.service-about img {
    width: 60px;
    height: 60px;
    object-fit: contain;
}

.service-about h2 {
    font-size: 16px;
    text-align: center;
    margin: 0;
    font-family: "Cabin";
}


@keyframes slideIn {
    from {
        opacity: 0;
        transform: translate(-50%, -80%);
    }

    to {
        opacity: 1;
        transform: translate(-50%, -50%);
    }
}

@keyframes slideOut {
    from {
        opacity: 1;
        transform: translate(-50%, -50%);
    }

    to {
        opacity: 0;
        transform: translate(-50%, -80%);
    }
}








/* -----------------------Services Section---------------------- */
.services {
    background: url("./ThirdPage.png") no-repeat center center;
    background-size: cover;
    background-attachment: fixed;
    width: 100%;
    overflow: hidden;
}

.service-head {
    margin-top: 50px;
    font-family: Arial, Helvetica, sans-serif;
    color: rgb(1, 13, 44);
    width: 100%;
    /* border: 2px solid black; */
    text-align: center;
    font-size: 7vh;
    letter-spacing: 0.05em;
    text-transform: uppercase;
}

.main {
    min-height: auto;
    padding: 10vh 0;
    width: 100vw;
    display: flex;
    justify-content: center;
    align-items: center;
}

.services-main {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(400px, 1fr));
    /* grid-template-columns: repeat(3,1fr); */
    gap: 70px;
    width: 90%;
    /* border: 2px solid black; */
}

.service {
    /* border: 1px solid rgba(0, 0, 0, 0.05); */
    border-radius: 24px;
    aspect-ratio: 3 / 1.2;
    display: flex;
    align-items: center;
    justify-content: center;
    background: #ffffff;
    box-shadow:
        0 4px 6px -1px rgba(0, 0, 0, 0.05),
        0 2px 4px -1px rgba(0, 0, 0, 0.03);

    position: relative;
    transition: all 0.3s cubic-bezier(0.4, 0, 0.2, 1);

    overflow: hidden;
}

.service:hover {
    transform: translateY(-5px);

    box-shadow:
        0 20px 25px -5px rgba(0, 0, 0, 0.1),
        0 10px 10px -5px rgba(0, 0, 0, 0.04);
}

.serv {
    /* border: 2px solid black; */
    position: absolute;
    display: flex;
    flex-direction: column;
    width: 70%;
    left: 100px;
}

.service h2 {
    color: rgb(39, 39, 39);
    font-family: "Cabin";
    font-size: 20px;
    display: inline-block;
}

.service p {
    font-family: "Cabin";
    color: rgb(104, 104, 104);
}

.service img {
    position: absolute;
    /* border: 2px solid black; */
    left: -10px;
    top: 0;
    width: 120px;
}

@media (max-width:450px) {
    .serv h2 {
        width: 100%;
        font-size: 15px;
    }

    .serv {
        position: static;
        z-index: 2;
        /* border: 2px solid black; */
        font-size: 10px;
        margin-left: 22vw;
        flex-wrap: wrap;
        width: fit-content;
        max-width: 100%;
        overflow-wrap: break-word;
        word-wrap: break-word;
        white-space: normal;
    }

    .service-head {
        font-size: 30px;
        white-space: normal;
        overflow-wrap: break-word;
    }

    .service img {
        width: 30vw;
    }

    .service {
        width: 90vw;
        height: auto;
    }
}

@media (max-width:200px) {
    .service img {
        width: 60px;
    }
}




















/* -----------------------Packages Section---------------------- */
.packages {
    background: url("./fifth page.png") no-repeat center center;
    background-size: cover;
    background-attachment: fixed;
    width: 100%;
    height: auto;
    padding-bottom: 40px;
    overflow: hidden;
}


.pack-head {
    margin-top: 50px;
    font-family: Arial, Helvetica, sans-serif;
    color: rgb(1, 13, 44);
    width: 100%;
    /* border: 2px solid black; */
    text-align: center;
    font-size: 7vh;
    letter-spacing: 0.05em;
    text-transform: uppercase;
}

.pack-nav {
    /* border: 2px solid black; */
    width: 80%;
    height: 50px;
    margin: 40px auto;
    /* margin-top: 20px;
    margin-bottom: 60px; */

    display: flex;
    column-gap: 20px;
    justify-content: space-between;
}

.box-nav {
    /* border: 2px solid green; */
    padding: 10px 30px;
    width: 180px;

    border-radius: 10px;
    background-color: rgb(14, 113, 232);

    font-family: "Showcase W00 Sans Mini";
    color: white;
    font-size: 25px;

    display: flex;
    justify-content: center;
    align-items: center;

    white-space: nowrap;

    cursor: pointer;
    transition: 0.3s;
}

.box-nav:hover {
    transform: translateY(-5px);

    box-shadow:
        0 20px 25px -5px rgba(0, 0, 0, 0.1),
        0 10px 10px -5px rgba(0, 0, 0, 0.04);
}

.box-nav.active {
    background-color: rgb(1, 13, 44);
}

.pack-box {
    position: relative;
    /* border: 2px solid black; */
    height: auto;
    width: 90%;

    margin: 0 auto;
    display: none;
    align-items: center;
    column-gap: 40px;
}


.box {
    width: 35%;
    border-radius: 5px;

    border-radius: 24px;
    box-shadow:
        0 4px 6px -1px rgba(0, 0, 0, 0.05),
        0 2px 4px -1px rgba(0, 0, 0, 0.03);
    transition: all 0.3s cubic-bezier(0.4, 0, 0.2, 1);

    overflow: visible;

    position: relative;
}

.box:hover {
    transform: translateY(-5px);

    box-shadow:
        0 20px 25px -5px rgba(0, 0, 0, 0.1),
        0 10px 10px -5px rgba(0, 0, 0, 0.04);
}

.box1 {
    height: 600px;
    /* border: 2px solid red; */
    background-color: rgb(255, 255, 255);

    position: relative;
    padding-bottom: 40px;
}

.box2 {
    height: 700px;
    /* border: 2px solid brown; */
    background-color: rgb(1, 13, 44);
}

.box3 {
    height: 600px;
    /* border: 2px solid green; */
    background-color: rgb(255, 255, 255);
}

.pack-box.active-box {
    display: flex;
}

.box-heading1 {
    font-family: "Organetto";
    color: rgb(1, 13, 44);
    font-size: 30px;
    /* border: 2px solid black; */
    text-align: center;
    padding: 15px 10px;
}

.box-heading2 {
    font-family: "Organetto";
    color: white;
    font-size: 30px;
    /* border: 2px solid black; */
    text-align: center;
    padding: 15px 10px;
}


@media (max-width:1000px) {
    .pack-box {
        flex-direction: column;
        align-items: center;
        row-gap: 40px;
    }

    .box {
        width: 420px;
    }

    #box1 {
        height: 600px;
    }

    #box2 {
        height: 800px;
    }

    #box3 {
        height: 600px;
    }

    .box-heading1 {
        overflow-wrap: break-word;
        word-wrap: break-word;
        white-space: normal;
    }

    .box-heading2 {
        overflow-wrap: break-word;
        word-wrap: break-word;
        white-space: normal;
    }
}

@media (max-width:470px) {
    .box {
        width: 80vw;
    }
}



@media (max-width:1010px) and (min-width:810px) {
    .pack-nav {
        column-gap: 0;
        flex-wrap: wrap;
        row-gap: 10px;
        height: auto;
    }
}

@media (max-width:805px) {
    .pack-nav {
        flex-direction: column;
        height: auto;
        align-items: center;
        row-gap: 10px;
    }

    .box-nav {
        width: 60%;
    }
}

@media (max-width:300px) {
    .pack-head {
        font-size: 25px;
        overflow-wrap: break-word;
        word-wrap: break-word;
        white-space: normal;
    }
}




.cost-flex {
    /* color: black; */
    /* border: 2px solid black; */
    display: flex;
    justify-content: center;
    font-family: Arial, Helvetica, sans-serif;
    font-weight: bold;
}

.actual-cost {
    color: rgb(62, 168, 221);
    font-size: 50px;
    /* border: 2px solid green; */
}

.discount {
    /* border: 2px solid red; */
    position: relative;
    top: -5px;
    left: 5px;
}

.discount .first-child {
    text-decoration: line-through;
    text-decoration-color: rgb(62, 168, 221);
    text-decoration-thickness: 2px;
}


.actual-cost-middle {
    color: rgb(62, 168, 221);
    font-size: 50px;
    /* border: 2px solid green; */
}

.discount-middle {
    /* border: 2px solid red; */
    position: relative;
    top: -5px;
    left: 5px;
    color: white;
}

.discount-middle .first-child-middle {
    text-decoration: line-through;
    text-decoration-color: rgb(62, 168, 221);
    text-decoration-thickness: 2px;
}

.listing {
    width: 100%;
    height: 210px;
    /* border: 2px solid red; */
    margin-top: 50px;
    padding: 15px 25px;

    display: flex;
    flex-direction: column;
    gap: 20px;

    overflow-y: auto;
    box-sizing: border-box;
    min-height: 0;
}

.row {
    display: flex;
    gap: 20px;
    align-items: center;
}

.row .listing-para {
    font-family: "Cabin";
    font-weight: bold;
    white-space: normal;
}

.row .listing-para-middle {
    font-family: "Cabin";
    font-weight: bold;
    color: white;
    white-space: normal;
}

.tick-circle {
    width: 20px;
    height: 20px;
    border-radius: 50%;

    background: rgb(62, 168, 221);
    color: white;

    display: flex;
    align-items: center;
    justify-content: center;
    flex-shrink: 0;

    font-size: 10px;
    font-weight: bold;
}


/* SCROLLBAR */
.listing::-webkit-scrollbar {
    width: 8px;

}

/* Track */
.listing::-webkit-scrollbar-track {
    background: transparent;
    border-radius: 10px;
}

/* Thumb */
.listing::-webkit-scrollbar-thumb {
    background: rgb(62, 168, 221);
    border-radius: 10px;
    /* border: 2px solid #e0e0e0; */
}

/* Hover */
.listing::-webkit-scrollbar-thumb:hover {
    background: rgb(51, 138, 182);
}

.top-line {
    border: none;
    height: 2px;
    background-color: rgb(62, 168, 221);
    width: 95%;
    margin: auto;
    margin-top: 10%;
}

.speak-box {
    position: relative;
    /* text-align: center; */
    /* margin-top: 20px; */
    top: -80px;
    height: auto;

    display: flex;
    justify-content: space-between;
    padding: 0 20px;
    /* border: 2px solid black; */
    font-family: Arial, Helvetica, sans-serif;
    font-weight: bold;
    color: rgb(1, 13, 44);
}

.speak {
    /* border: 2px solid red; */
    overflow-wrap: break-word;
    word-wrap: break-word;
    white-space: normal;
}

.inner-discuss {
    display: flex;
    flex-direction: column;
    align-items: self-end;
    gap: 10px;
}

.inner-discuss .call {
    color: rgb(62, 168, 221);
    font-style: italic;
    padding: 0 10px;
    animation: blink 1.5s infinite;
}

/* vertical line */
.speak-hr {
    width: 2px;
    height: 90px;

    background-color: rgb(62, 168, 221);

    margin: 0 auto;
}


@keyframes blink {
    0% {
        opacity: 1;
    }

    50% {
        opacity: 0;
    }

    100% {
        opacity: 1;
    }
}

.top-line-middle {
    border: none;
    height: 2px;
    background-color: white;
    width: 95%;
    margin: auto;
    margin-top: 10%;
}

.speak-box-middle {
    position: relative;
    top: -80px;

    display: flex;
    justify-content: space-between;
    padding: 0 20px;
    /* border: 2px solid black; */
    font-family: Arial, Helvetica, sans-serif;
    font-weight: bold;
    color: white;
}

.inner-discuss-middle {
    display: flex;
    flex-direction: column;
    align-items: self-end;
    gap: 10px;
}

.inner-discuss-middle .call-middle {
    color: rgb(62, 168, 221);
    font-style: italic;
    padding: 0 10px;
    animation: blink 1.5s infinite;
}

/* vertical line */
.speak-hr-middle {
    width: 2px;
    height: 90px;

    background-color: white;

    margin: 0 auto;
}

.pack-button {
    display: flex;
    justify-content: center;
}

#pack-button {
    background-color: rgb(14, 113, 232);
    border: none;
    border-radius: 5px;
    font-weight: bold;
    font-size: 15px;
    padding: 10px 22px;

    position: absolute;
    bottom: -20px;
    left: 50%;
    transform: translateX(-50%);

    z-index: 7;
    cursor: pointer;

    box-shadow: 0 4px 10px rgba(0, 0, 0, 0.2);

    transition: all 0.3s cubic-bezier(0.4, 0, 0.2, 1);
}

#pack-button:hover,
#pack-button-middle:hover {
    transform: translateX(-50%) translateY(-5px);

    box-shadow:
        0 20px 25px -5px rgba(0, 0, 0, 0.1),
        0 10px 10px -5px rgba(0, 0, 0, 0.04);
    background-color: rgb(13, 99, 204);
}

#pack-button a,
#pack-button-middle a {
    text-decoration: none;
    color: white;
}

#pack-button-middle {
    background-color: rgb(1, 13, 44);
    border: 2px solid rgb(14, 113, 232);
    border-radius: 5px;
    font-weight: bold;
    font-size: 15px;
    padding: 10px 22px;

    position: absolute;
    bottom: -20px;
    left: 50%;
    transform: translateX(-50%);

    z-index: 7;
    cursor: pointer;

    box-shadow: 0 4px 10px rgba(0, 0, 0, 0.2);

    transition: all 0.3s cubic-bezier(0.4, 0, 0.2, 1);
}


@media (max-width:400px) and (min-width:311px) {
    #pack-button {
        padding: 2vw 3vw;
        bottom: -10px;
    }

    .speak-box {
        font-size: 10px;
    }

    .tick-circle {
        width: 12px;
        height: 12px;
        font-size: 10px;
    }

    /* .row .listing-para{
        margin-top: 0;
    }

    .row .listing-para-middle{
        margin-top: 0;
    } */
}

@media (max-width:310px) {
    .speak-box {
        flex-direction: column;
        align-items: center;
        gap: 5px;
        /* border: 2px solid black; */
        top: 0;
    }

    .call {
        text-align: center;
    }

    .speak {
        min-width: 0;
        flex: 1;

        overflow-wrap: break-word;
        word-wrap: break-word;
        white-space: normal;
    }

    .inner-discuss {
        flex-shrink: 0;
    }

    .top-line,
    .speak-hr {
        display: none;
    }

    .inner-discuss {
        align-items: center;
    }

    #pack-button {
        padding: 10px 10px;
    }

    .speak-box-middle {
        flex-direction: column;
        align-items: center;
        gap: 5px;
        /* border: 2px solid black; */
        top: 0;
    }

    .call-middle {
        text-align: center;
    }

    .speak-middle {
        min-width: 0;
        flex: 1;

        overflow-wrap: break-word;
        word-wrap: break-word;
        white-space: normal;
    }

    .inner-discuss-middle {
        flex-shrink: 0;
    }

    .top-line-middle,
    .speak-hr-middle {
        display: none;
    }

    .inner-discuss-middle {
        align-items: center;
    }

    #pack-button-middle {
        padding: 10px 7px;
    }

    .listing {
        margin-top: -20px;
    }
}

@media (max-width:230px) {
    .cost-flex {
        flex-direction: column;
        /* border: 2px solid black; */
        align-items: center;
        /* gap: 0; */
    }

    .cost-flex .actual-cost {
        font-size: 40px;
    }

    .cost-flex .discount {
        font-size: 20px;
        /* gap: 0; */
    }

    .listing {
        margin-top: -20px;
    }
}





/* -----------------------Review Section---------------------- */











/* -----------------------Contact Section---------------------- */
.contact-page {
    background: url("./fifth page.png") no-repeat center center;
    background-size: cover;
    background-attachment: scroll;
    height: auto;
    /* min-height: 100dvh; */
    padding-bottom: env(safe-area-inset-bottom);
    width: 100%;
    position: relative;
}

.container {
    overflow: hidden;
    max-width: 1200px;
    margin: auto;
    padding: 0 4rem;
    position: relative;

    opacity: 1;
}

/* .container.active {
    opacity: 1;
    transform: translateY(0);
} */

.text-blue {
    color: #1f7cff;
}

.text-dark {
    color: #111827;
}

/* ANIMATIONS */

@keyframes float {
    0% {
        transform: translateY(0px);
    }

    50% {
        transform: translateY(-15px);
    }

    100% {
        transform: translateY(0px);
    }
}

@keyframes pulse {

    0%,
    100% {
        transform: scale(0.8);
        opacity: 0.5;
    }

    50% {
        transform: scale(1.2);
        opacity: 1;
    }
}

/* REVEAL */

/* .reveal {
    opacity: 0;
    transform: translateY(20px);
    transition: opacity 0.6s ease-out,
        transform 0.6s ease-out;
} */


/* HEADER */

.section-header {
    text-align: center;
    /* margin-top: 10px; */
    margin-bottom: 30px;
    padding-top: 30px;
}

.section-header h1 {
    /* border: 2px solid black; */
    font-family: "Cabin", sans-serif;
    font-weight: 800;
    font-size: 7vh;
    line-height: 1.1;
    letter-spacing: 0.05em;
    text-transform: uppercase;
}

@media (max-width:300px) {
    .section-header h1 {
        /* border: 2px solid black; */
        font-size: 5vh;
        overflow-wrap: break-word;
        word-wrap: break-word;
        white-space: normal;
    }
}

/* GRID */

.main-grid {
    display: grid;
    grid-template-columns: 1fr;
    gap: 2rem;
    padding-bottom: 6rem;
    position: relative;
    /* border: 2px solid black; */
    height: auto;
}

@media(min-width:1024px) {
    .main-grid {
        grid-template-columns: 1.6fr 1fr;
        gap: 3rem;
    }
}

@media(max-width:500px) and (min-width:270px) {

    .main-grid {
        left: -40px;
        width: 130%;
    }

    .card {
        width: 100%;
        height: auto;

        box-sizing: border-box;
        overflow-wrap: break-word;
        word-wrap: break-word;
    }

    .contact-text span {
        /* white-space: normal;
        display: flex;
        max-width: 100%; */
        box-sizing: border-box;
        overflow-wrap: anywhere;
    }
}

@media(max-width:269px) {

    .main-grid {
        left: -60px;
        width: 90vw;
    }

    .card {
        width: 100%;
        height: auto;

        box-sizing: border-box;
        overflow-wrap: break-word;
        word-wrap: break-word;
    }

    .contact-text span {
        /* white-space: normal;
        display: flex;
        max-width: 100%; */
        box-sizing: border-box;
        overflow-wrap: anywhere;
    }
}

/* CARD */

.card {
    background: #ffffff;
    border-radius: 24px;

    box-shadow:
        0 4px 6px -1px rgba(0, 0, 0, 0.05),
        0 2px 4px -1px rgba(0, 0, 0, 0.03);

    border: 1px solid rgba(0, 0, 0, 0.05);

    transition: all 0.3s cubic-bezier(0.4, 0, 0.2, 1);

    overflow: hidden;
    /* border: 2px solid black; */
}

.card:hover {
    transform: translateY(-5px);

    box-shadow:
        0 20px 25px -5px rgba(0, 0, 0, 0.1),
        0 10px 10px -5px rgba(0, 0, 0, 0.04);
}

/* FORM */

.form-card {
    padding: 2.5rem;
    /* position: relative; */
    /* right: 11%; */
}

.form-header {
    margin-bottom: 2rem;
}

.form-header h2 {
    font-family: "Cabin", sans-serif;
    font-size: 1.75rem;
    margin-bottom: 0.5rem;
}

.form-header p {
    color: #6b7280;
}

.form-group {
    margin-bottom: 1.5rem;
    width: 100%;
    position: relative;
    right: 20px;
    /* border: 2px solid black; */
}

.form-row {
    /* border: 2px solid black; */
    display: flex;
    gap: 60px;
    width: 100%;
}

.form-row .form-group {
    flex: 1;
}

@media(max-width:640px) {
    .form-row {
        flex-direction: column;
        gap: 0;
    }
}

/* @media(max-width:800px) {
    .card {
        overflow-wrap: break-word;
        word-wrap: break-word;
        white-space: normal;
        width: fit-content;
    }
} */

label {
    display: block;
    margin-bottom: 0.5rem;
    font-weight: 500;
    font-family: "Cabin", sans-serif;
}

input,
textarea {
    width: 100%;
    padding: 1rem 1.25rem;

    border: 1px solid #e5e7eb;
    border-radius: 12px;

    background: #f9fafb;

    outline: none;

    font-family: "Cabin", sans-serif;
    font-size: 16px;

    transition: all 0.3s cubic-bezier(0.4, 0, 0.2, 1);
}

input:focus,
textarea:focus {
    border-color: #1f7cff;

    box-shadow: 0 0 0 4px rgba(31, 124, 255, 0.1);

    background: white;
}

textarea {
    resize: none;
    min-height: 150px;
}

/* BUTTONS */

.submit-btn,
.cta-btn {
    border: none;
    cursor: pointer;
    color: white;

    font-family: "Showcase W00 Sans Mini";
    font-size: 25px;

    background-color: rgb(14, 113, 232);

    transition: all 0.3s cubic-bezier(0.4, 0, 0.2, 1);
}

.submit-btn {
    width: 100%;
    padding: 1rem 2rem;

    border-radius: 9999px;

    margin-top: 1rem;
}

.submit-btn:hover {
    transform: scale(1.02);
}

.cta-btn {
    padding: 0.75rem 2rem;
    border-radius: 9999px;
}

/* RIGHT COLUMN */

.right-col {
    display: flex;
    flex-direction: column;
    gap: 2rem;
}

/* INFO CARD */

.info-card {
    padding: 2rem;

    display: flex;
    flex-direction: column;
    gap: 1.8rem;

    font-family: "Cabin", sans-serif;
}

.info-card h3 {
    margin-bottom: 6px;
}

/* FIXED ALIGNMENT ISSUE */

.contact-item {
    display: flex;
    align-items: flex-start;
    gap: 15px;
}

.contact-text {
    display: flex;
    flex-direction: column;
    justify-content: center;
    padding-top: 2px;
}

.contact-text h4 {
    margin: 0;
    font-size: 18px;
    line-height: 1.2;
}

.contact-text span {
    margin-top: 4px;
    line-height: 1.5;
    color: #6b7280;
}

.icon-box {
    width: 45px;
    height: 45px;

    border-radius: 50%;

    background: rgba(31, 124, 255, 0.1);

    display: flex;
    align-items: center;
    justify-content: center;

    color: #1f7cff;

    flex-shrink: 0;
}

/* CTA */

.cta-card {
    padding: 2rem;
    text-align: center;

    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;

    background: linear-gradient(135deg,
            #f0f7ff,
            #e1efff);

    font-family: "Cabin", sans-serif;
}

.cta-card h3 {
    margin-bottom: 10px;
}

.cta-card p {
    margin-bottom: 20px;
    color: #6b7280;
}

.cta-icon {
    width: 50px;
    height: 50px;

    border-radius: 50%;

    background: white;

    display: flex;
    align-items: center;
    justify-content: center;

    margin-bottom: 1rem;
}

/* FLOATING SUPPORT */

.floating-support {
    position: absolute;

    bottom: -20px;
    right: -20px;

    animation: float 6s ease-in-out infinite;

    display: none;
}

.chat-bubble {
    width: 40px;
    height: 40px;
    background-color: rgb(1, 13, 44);
    border-radius: 50%;

    display: flex;
    justify-content: center;
    align-items: center;
    gap: 6px;

    position: absolute;
    top: -10px;
    right: -10px;
}

.dot {
    width: 4px;
    height: 4px;
    background-color: white;
    border-radius: 50%;
}

.support-avatar {
    width: 80px;
    height: 80px;
    border-radius: 50%;
    object-fit: cover;
}


@media(min-width:768px) {
    .floating-support {
        display: block;

        bottom: 40px;
        right: -40px;
    }
}

.text-animate {
    width: 140%;
    height: 140px;
    background-color: rgb(175, 209, 249);
    transform: rotate(3.59deg);
    position: relative;
    left: -50px;
    top: 80px;
    z-index: 200;
}

.logo-animate {
    width: 140%;
    height: 140px;
    background-color: rgb(1, 13, 44);
    transform: rotate(-6deg);
    position: absolute;
    left: -50px;
    top: 950px;
    z-index: 200;
}

.logo-flex {
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 130px;

    /* border: 2px solid white; */
    height: 100%;
    width: 100%;

    animation: infiniteScroll 20s linear infinite;
}

@keyframes infiniteScroll {
    from {
        transform: translateX(0);
    }

    to {
        transform: translateX(-50%);
    }
}

.text-flex {
    display: flex;
    justify-content: center;
    align-items: center;
    height: 100%;
    width: 100%;

    animation: infiniteScroll 20s linear infinite;
}

.move {
    display: flex;
    justify-content: center;
    align-items: center;
    height: 100%;
    width: 100%;
}

.move p {
    font-size: 110px;
    font-family: "Showcase W00 Sans Mini";
    white-space: nowrap;
    /* border: 2px solid black; */
}

.p-second {
    margin-left: 10px;
}


@media (max-width:1000px) {

    .animate-flex {
        display: flex;
        flex-direction: column;
        gap: 30px;
        /* border: 2px solid yellow; */
    }

    .text-animate {
        transform: rotate(0deg);
        height: 80px;
    }

    .logo-animate {
        width: 140%;
        transform: rotate(0deg);
        height: 80px;

        top: unset;
        margin-top: 50px;
        position: static;
    }

    .move p {
        font-size: 60px;
    }

    .wordpress img {
        width: 140px;
        /* height: 40px; */
    }

}

@media (max-width:500px) {
    .last-para p {
        font-size: 4vw;
    }

}









/* -----------------------Footer Section---------------------- */

footer {
    background: url("./footer-pic.jfif") no-repeat center center;
    background-size: cover;
    background-attachment: fixed;
    width: 100%;
    height: 670px;
    padding-bottom: 40px;
    overflow: hidden;

    position: relative;
}

footer::before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;

    background: rgba(0, 0, 0, 0.9);
}

.footer-flex {
    display: flex;
}

.footer-logo {
    border: 2px solid rgb(206, 85, 85);
}

.footerLogo {
    position: absolute;
    z-index: 1;
    width: 35vw;
    top: 50%;
    /* left: 10%; */
    transform: translate(10%, -50%);

    /* border: 2px solid white; */
}

.footer-nav {
    /* border: 2px solid yellow; */
    /* width: 100%;
    height: 100%; */
    position: absolute;
    left: 50%;
    top: 20%;

    display: flex;
    gap: 140px;
}

.media-links {
    /* border: 2px solid green; */
    margin-bottom: 40px;
}

.media-links a {
    text-decoration: none;
    color: white;
}

.quick-links {
    /* border: 2px solid green; */
}

.contact-links {
    /* border: 2px solid green; */
    margin-bottom: 88px;
}

.services-links {
    /* border: 2px solid green; */
}

.footer-nav .head {
    margin-bottom: 20px;
    color: rgb(100, 189, 228);
}

.footer-nav .text {
    padding: 7px 0;
}

.footer-nav p {
    color: white;
    font-family: "Cabin";
    font-size: 20px;
}

.last-para {
    display: flex;
    position: relative;
    top: 95%;
    font-family: "Cabin";
    width: 100%;
    justify-content: center;
    overflow: hidden;
}

.last-para1,
.last-para3 {
    color: white;
}

.last-para2 {
    color: rgb(100, 189, 228);
}

.quick-links p a {
    text-decoration: none;
    color: white;
}

@media (max-width:1300px) and (min-width:1000px) {
    .footer-nav {
        left: 40%;
    }
}

@media (max-width:1000px) and (min-width:800px) {
    .footerLogo {
        display: none;
    }

    .footer-nav {
        /* border: 2px solid white; */
        left: 0;
        width: 100%;
        justify-content: center;
    }
}

@media (max-width:800px) {
    .footerLogo {
        display: none;
    }

    .footer-nav {
        /* border: 2px solid white; */
        left: 0;
        width: 100%;
        justify-content: center;
        align-items: center;

        flex-direction: column;
    }

    .media-links {
        text-align: center;
    }

    .quick-links {
        text-align: center;
    }

    .contact-links {
        text-align: center;
    }

    .services-links {
        text-align: center;
    }

    footer {
        height: auto;
        padding-bottom: 670px;
        overflow: scroll;
    }

    footer::before {
        content: "";
        position: absolute;
        top: 0;
        left: 0;
        width: 100%;
        height: 100%;
        padding-bottom: 800px;

        background: rgba(0, 0, 0, 0.9);
    }

    .last-para {
        position: relative;
        top: 95%;
        z-index: 1000;
    }
}

@media (max-width:420px) {
    .footer-nav {
        gap: 5px;
    }

    .footer-nav p {
        font-size: 4vw;
    }

    .media-links {
        margin-bottom: 10px;
    }

    .quick-links {
        margin-bottom: 10px;
    }

    .contact-links {
        margin-bottom: 10px;
    }

    .services-links {
        margin-bottom: 10px;
    }
}