/* Large Laptop screen view */

@media screen and (max-width: 1440px) {

    /* Homepage Start */

    .Product-Wrapper .Product-Card {
        width: 525px;
    }

    .Features-Wrapper .Features-Card-Wrapper {
        gap: 50px;
    }

    /* Connect Page Start */

    .Inquiry-Form-Div form .flex {
        flex-direction: column;
    }

}

/* Large Laptop screen view */

@media screen and (max-width: 1024px) {

    /* Homepage Start */

    .nav__logo img {
        width: 150px;
    }

    .Hero-Wrapper .Content {
        width: 450px;
        right: 0px;
    }

    .About-Wrapper {
        height: auto;
        margin-top: 50px;
        flex-direction: column;
    }

    .About-Wrapper .Left-Div {
        width: 100%;
    }

    .About-Wrapper .Right-Div {
        width: 100%;
        text-align: center;
        padding: 0 100px;
        margin-bottom: 50px;
    }

    .About-Wrapper .Right-Div .Content h1 {
        width: 100%;
    }

    .About-Wrapper .Right-Div .Content p {
        width: 100%;
    }

    .Features-Wrapper .Features-Card-Wrapper {
        padding: 0 100px;
    }

    .CTA-Wrapper {
        height: 320px;
    }

    .CTA-Wrapper .CTA-Left {
        width: 60%;
        padding-left: 30px;
    }

    .CTA-Wrapper .CTA-Right {
        width: 40%;
    }

    .CTA-Wrapper .CTA-Left p {
        margin-bottom: 30px;
        width: 80%;
    }

    .CTA-Right img {
        text-align: center;
        width: 200px;
    }

    .Footer-Wrapper {
        height: auto;
    }

    .Footer-Wrapper .Footer-Div-Wrapper {
        flex-direction: column;
        align-items: center;
    }

    .Footer-Wrapper .Footer-Div-Wrapper .Sub-Footer-1 {
        width: 100%;
        text-align: center;
        padding-left: 0px;
        padding-top: 50px;
    }

    .Footer-Wrapper .Footer-Div-Wrapper .Sub-Footer-1 ul li {
        text-align: center;
    }

    .Footer-Wrapper .Footer-Div-Wrapper .Sub-Footer-3 {
        width: 100%;
        padding-right: 0px;
        padding-top: 80px;
    }

    .Footer-Wrapper .Footer-Div-Wrapper .Sub-Footer-3 ul li {
        text-align: center;
    }

    .Footer-Wrapper .Footer-Div-Wrapper .Sub-Footer-2 {
        display: none;
    }

    .Footer-Wrapper .Footer-Div-Wrapper .Sub-Footer-2 a {
        display: inline;
    }

    .Footer-Wrapper .Footer-Div-Wrapper .Sub-Footer-2 img {
        width: 300px;
        display: block;
        margin: auto;
    }

    /* About Page Start */

    .About2-Wrapper {
        width: 100%;
        height: auto;
        flex-direction: column;
    }

    .About2-Wrapper .About2-Left-Div {
        width: 100%;
        padding: 100px;
    }

    .About2-Wrapper .About2-Right-Div {
        width: 100%;
        padding: 100px;
        text-align: center;
        padding-top: 0px;
    }

    /* Contact Page Start */

    .Contact-Wrapper {
        height: auto;
        flex-direction: column;
        justify-content: center;
    }

    .Contact-Wrapper .Contact-Card {
        width: 100%;
        justify-content: center;
        align-items: center;
        margin-bottom: 50px;
    }
}

/* Tablet screen view */

@media screen and (max-width: 768px) {

    /* Home Page Start */

    .container{
        padding: 0 30px;
    }

    .Hero-Wrapper {
        width: 100%;
        height: 500px;
        background-image: linear-gradient(rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0.7)), url("/IMG/Hero.png");
        background-position: center;
        background-size: cover;
        justify-content: center;
        align-items: center;
        text-align: center;
    }

    .Hero-Wrapper .Content {
        width: 450px;
        margin-right: 0;
        position: relative;
        left: 0;
        top: 180px;
        display: block;
        margin: auto;
    }

    .Hero-Wrapper .Content h3 {
        font-size: 20px;
    }

    .Hero-Wrapper .Content h1 {
        font-size: 45px;
    }

    .About-Wrapper .Left-Div img {
        width: 400px;
    }

    .Product-Wrapper .Product-Card h1 {
        padding: 80px 0 0 0;
        margin-bottom: 22px;
        font-size: 70px;
    }

    .CTA-Wrapper {
        height: auto;
        flex-direction: column;
    }

    .CTA-Wrapper .CTA-Left {
        width: 100%;
        padding: 0px 20px;
        text-align: center;
        margin-bottom: 100px;
        margin-top: 50px;
    }

    .CTA-Wrapper .CTA-Left p {
        color: var(--primary-white-color);
        font-family: var(--montserrat);
        margin-top: 20px;
        letter-spacing: 1px;
        line-height: 30px;
        opacity: 80%;
        font-size: 18px;
        width: 100%;
        margin-bottom: 50px;
    }

    .CTA-Wrapper .CTA-Right {
        width: 100%;
        text-align: center;
        align-content: center;
        margin-bottom: 50px;
    }

    /* About Page Start */

    .Page-Heading-Wrapper {
        padding: 50px;
    }

    .Page-Heading-Wrapper h1 {
        font-size: 65px;
        padding-top: 90px;
    }

    /* Sub Page Strat */

    .Product-Wrapper{
        padding: 0 10px;
    }

    .Sub-Product-Wrapper {
        border: none;
    }

    .Product-Wrapper .Product-Card h1 {
        padding: 80px 0 0 0;
        margin-bottom: 22px;
        font-size: 40px;
        text-align: center;
    }

    /* Connect Page Start */

    .Lets-Connect-Wrapper .Inquiry-Form-Div form .Input-Div {
        flex-direction: column;
        padding: 25px 0;
        width: 100%;
    }

    .Lets-Connect-Wrapper .Inquiry-Form-Div form .Input-Div p {
        color: var(--primary-white-color);
        font-family: var(--montserrat);
        width: 420px;
        letter-spacing: 1px;
        line-height: 30px;
        opacity: 80%;
        font-size: 18px;
        padding-bottom: 5px;
        width: 100%;
    }

}

/* Large Mobile screen view */

@media screen and (max-width: 425px) {

    /* Homepage Start */

    .container {
        margin: 0 50px;
    }

    .Hero-Wrapper .Content {
        width: 100%;
        margin-right: 0;
        position: absolute;
        right: 0px;
        top: 110px;
        padding: 30px;
    }

    .Hero-Wrapper .Content h3 {
        font-size: 16px;
    }

    .Hero-Wrapper .Content h1 {
        font-size: 40px;
    }

    #Second-H3 {
        font-size: 18px;
        margin-bottom: 40px;
    }

    .About-Wrapper .Left-Div img {
        width: 300px;
    }

    .About-Wrapper .Right-Div {
        padding: 0 50px;
    }

    .About-Wrapper .Right-Div .Content h1 {
        font-size: 20px;
    }

    .Product-Wrapper .container {
        margin: 0;
    }

    .Product-Wrapper .Product-Card {
        text-align: center;
    }

    .Product-Wrapper .Product-Card h1 {
        padding: 80px 0 0 0;
        margin-bottom: 22px;
        font-size: 50px;
        text-align: center;
    }

    .Features-Wrapper .Features-Card-Wrapper {
        padding: 0 50px;
    }

    .CTA-Wrapper {
        margin-bottom: 50px;
    }

    .CTA-Wrapper .CTA-Left h1 {
        color: var(--primary-white-color);
        font-family: var(--marcellus);
        font-weight: 500;
        margin-bottom: 25px;
        margin-top: 50px;
        font-size: 25px;
    }

    .CTA-Wrapper .CTA-Left p {
        font-size: 16px;
    }

    .Footer-Wrapper .Sub-Footer-Wrapper {
        border-top: 1px solid var(--secondary-white-color);
        padding: 0 50px;
        flex-direction: column;
        text-align: center;
    }

    .Footer-Wrapper .Sub-Footer-Wrapper .Copyrite-Div {
        width: 100%;
        height: 80px;
        margin-top: 10px;
    }

    .Footer-Wrapper .Sub-Footer-Wrapper .Media-Div {
        width: 100%;
        padding-top: 30px;
        justify-content: center;
        gap: 15px;
        margin-bottom: 50px;
    }

    .Footer-Wrapper .Footer-Div-Wrapper .Sub-Footer-1 ul li {
        text-align: center;
        font-size: 18px;
    }

    .Footer-Wrapper .Footer-Div-Wrapper .Sub-Footer-3 ul li {
        text-align: center;
        font-size: 18px;
    }

    /* About Page Start */

    .Page-Heading-Wrapper h1 {
        font-size: 45px;
        padding-top: 90px;
    }

    .About2-Wrapper .About2-Left-Div {
        width: 100%;
        padding: 50px;
    }

    .About2-Wrapper .About2-Right-Div {
        width: 100%;
        padding: 50px;
        text-align: center;
        padding-top: 0px;
    }

    .About2-Wrapper .About2-Right-Div p {
        color: var(--primary-white-color);
        font-family: var(--montserrat);
        font-size: 16px;
        line-height: 30px;
        letter-spacing: 1px;
        padding-bottom: 35px;
        opacity: 80%;
    }

    .Product-Wrapper {
        margin-bottom: 50px;
    }

    /* Sub Products Page Start */

    .Sub-Product-Wrapper {
        border: none;
        padding: 10px;
        gap: 0;
        row-gap: 10px;
        margin-bottom: 50px;
    }

    .Sub-Product-Wrapper .Sub-Product-Card {
        width: 280px;
        height: 200px;
    }

    .Sub-Collection-Wrapper {
        border: 1px solid var(--primary-white-color);
        height: auto;
        margin-top: 50px;
        margin-bottom: 50px;
        padding: 20px;
        justify-content: center;
        flex-wrap: wrap;
        gap: 25px;
    }

    .Sub-Collection-Wrapper .Sub-Product-Card img {
        width: 100%;
        height: 220px;
    }

    /* Connect Page Start */

    .Lets-Connect-Wrapper {
        height: auto;
        margin-top: 50px;
        padding: 0 50px;
        justify-content: center;
        flex-wrap: wrap;
        margin-bottom: 100px;
        margin-top: 50px;
    }

    .Lets-Connect-Wrapper .Inquiry-Form-Div form .Input-Div {
        flex-direction: column;
        padding: 25px 0;
        width: 100%;
    }

    .Lets-Connect-Wrapper .Inquiry-Form-Div form .Input-Div p {
        color: var(--primary-white-color);
        font-family: var(--montserrat);
        width: 420px;
        letter-spacing: 1px;
        line-height: 30px;
        opacity: 80%;
        font-size: 18px;
        padding-bottom: 5px;
        width: 100%;
    }
}

/* Medium Mobile screen view */

@media screen and (max-width: 375px) {

    /* Home Page Strat */

    .container {
        margin: 0 30px;
    }

    .Product-Wrapper .Product-Card h1 {
        padding: 80px 0 0 0;
        margin-bottom: 22px;
        font-size: 40px;
        text-align: center;
    }

    .CTA-Wrapper {
        margin-bottom: 50px;
    }

    .Product-Wrapper {
        margin-bottom: 50px;
    }

    .Key-Fetures-Wrapper {
        height: auto;
        padding: 0 20px;
        justify-content: center;
        margin-bottom: 70px;
        flex-wrap: wrap;
        gap: 50px;
    }

    .Key-Fetures-Wrapper .Kf-Card p {
        color: var(--primary-white-color);
        font-family: var(--montserrat);
        margin-top: 20px;
        width: 100%;
        letter-spacing: 1px;
        line-height: 30px;
        opacity: 80%;
        text-align: center;
        font-size: 16px;
    }

    .Contact-Wrapper .Contact-Card p {
        width: 100%;
    }

    .Page-Heading-Wrapper h1 {
        font-size: 35px;
        padding-top: 90px;
    }

}

/* Small Mobile screen view */

@media screen and (max-width: 320px) {

    /* Homepage Start */

    .Page-Heading-Wrapper {
        padding: 30px;
    }
}