@media (min-width: 576px) {
    @import url('https://fonts.googleapis.com/css2?family=League+Spartan:wght@100;200;300;500;600;700;800;900&display=swap');
    * {
        margin: 0;
        padding: 0;
        box-sizing: border-box;
        font-family: montsarrat;
    }
    h1 {
        font-size: 55px;
        line-height: 64px;
        color: rgb(0, 0, 0);
    }
    h3 {
        font-size: 50px;
        line-height: 64px;
        color: #fa0303;
    }
    h2 {
        font-size: 46px;
        line-height: 54px;
        color: rgb(5, 5, 5);
        text-align: center;
        font-family: montserrat;
    }
    h4 {
        font-size: 20px;
        color: #222;
    }
    form {
        font-size: large;
        font-family: montsarrat;
        margin-right: 20px;
    }
    h6 {
        font-weight: 700;
        font-size: 12px;
    }
    p {
        font-size: 16px;
        color: indianred;
        margin: 15px 0 20px 0;
    }
    .section-p1 {
        padding: 40px 80px;
    }
    .section-m1 {
        margin: 40px 0px;
    }
    button.normal {
        font-size: 16px;
        font-weight: 600px;
        padding: 15px 30px;
        color: black;
        background-color: white;
        border-radius: 4px;
        cursor: pointer;
        outline: none;
        transition: 0.2s;
    }
    button.white {
        font-size: 13px;
        font-weight: 600px;
        padding: 11px 18px;
        color: white;
        background-color: transparent;
        border: 1px solid white;
        cursor: pointer;
        outline: none;
        transition: 0.2s;
    }
    body {
        width: 100%;
    }
    /*header start*/
    #header {
        display: flex;
        align-items: center;
        justify-content: space-between;
        padding: 26px;
        background: rgb#1eacc5;
        box-shadow: 0 5px 15px rgb(0, 0, 0, 0.10);
        z-index: 999;
        position: sticky;
        top: 0;
        left: 0;
    }
    #navbar {
        display: flex;
        align-items: center;
        justify-content: center;
    }
    #navbar li {
        list-style: none;
        padding: 0 20px;
        position: relative;
    }
    #navbar li a {
        font-size: 16px;
        font-weight: 600;
        color: #010101;
        transition: 0.3s ease;
        text-decoration: none;
        margin: 1px;
        font-family: montserrat;
    }
    #navbar li a:hover {
        color: red;
        font-size: large;
    }
    /*homepage yaha se*/
    #main {
        height: 90vh;
        width: 100%;
        background-position: top 25% right 0%;
        background-size: cover;
        padding: 0 80px;
        display: flex;
        flex-direction: column;
        align-items: flex-end;
        justify-content: center;
    }
    #main h4 {
        color: black;
        font-size: 25px;
        padding-bottom: 15px;
    }
    #main p {
        color: blueviolet;
        font-size: 30px;
        text-align: left;
    }
    #main h1 {
        color: white;
    }
    #main button {
        background-color: #00d9ff;
        color: white;
        border: 0;
        padding: 14px 80px 14px 65px;
        background-repeat: no-repeat;
        cursor: pointer;
        font-weight: 700;
        font-size: 15px;
        border-radius: 5px;
    }
    footer {
        text-align: center;
        font-size: medium;
        color: #010101;
        background-color: #00d9ff;
        padding: 2px;
    }
    /*ye feature box hai*/
    #feature {
        display: flex;
        align-items: center;
        justify-content: space-between;
        flex-wrap: wrap;
    }
    body {
        background-repeat: no-repeat;
        background-attachment: fixed;
        background-size: 100% 100%;
    }
    #navbar h1 {
        font-size: small;
        font-family: montsarrat;
    }
}

@media (min-width: 768px) {
    @import url('https://fonts.googleapis.com/css2?family=League+Spartan:wght@100;200;300;500;600;700;800;900&display=swap');
    * {
        margin: 0;
        padding: 0;
        box-sizing: border-box;
        font-family: montsarrat;
    }
    h1 {
        font-size: 55px;
        line-height: 64px;
        color: rgb(0, 0, 0);
    }
    h3 {
        font-size: 50px;
        line-height: 64px;
        color: #fa0303;
    }
    h2 {
        font-size: 46px;
        line-height: 54px;
        color: rgb(5, 5, 5);
        text-align: center;
        font-family: montserrat;
    }
    h4 {
        font-size: 20px;
        color: #222;
    }
    form {
        font-size: large;
        font-family: montsarrat;
        margin-right: 20px;
    }
    h6 {
        font-weight: 700;
        font-size: 12px;
    }
    p {
        font-size: 16px;
        color: indianred;
        margin: 15px 0 20px 0;
    }
    .section-p1 {
        padding: 40px 80px;
    }
    .section-m1 {
        margin: 40px 0px;
    }
    button.normal {
        font-size: 16px;
        font-weight: 600px;
        padding: 15px 30px;
        color: black;
        background-color: white;
        border-radius: 4px;
        cursor: pointer;
        outline: none;
        transition: 0.2s;
    }
    button.white {
        font-size: 13px;
        font-weight: 600px;
        padding: 11px 18px;
        color: white;
        background-color: transparent;
        border: 1px solid white;
        cursor: pointer;
        outline: none;
        transition: 0.2s;
    }
    body {
        width: 100%;
    }
    /*header start*/
    #header {
        display: flex;
        align-items: center;
        justify-content: space-between;
        padding: 26px;
        background: rgb#1eacc5;
        box-shadow: 0 5px 15px rgb(0, 0, 0, 0.10);
        z-index: 999;
        position: sticky;
        top: 0;
        left: 0;
    }
    #navbar {
        display: flex;
        align-items: center;
        justify-content: center;
    }
    #navbar li {
        list-style: none;
        padding: 0 20px;
        position: relative;
    }
    #navbar li a {
        font-size: 16px;
        font-weight: 600;
        color: #010101;
        transition: 0.3s ease;
        text-decoration: none;
        margin: 1px;
        font-family: montserrat;
    }
    #navbar li a:hover {
        color: red;
        font-size: large;
    }
    /*homepage yaha se*/
    #main {
        height: 90vh;
        width: 100%;
        background-position: top 25% right 0%;
        background-size: cover;
        padding: 0 80px;
        display: flex;
        flex-direction: column;
        align-items: flex-end;
        justify-content: center;
    }
    #main h4 {
        color: black;
        font-size: 25px;
        padding-bottom: 15px;
    }
    #main p {
        color: blueviolet;
        font-size: 30px;
        text-align: left;
    }
    #main h1 {
        color: white;
    }
    #main button {
        background-color: #00d9ff;
        color: white;
        border: 0;
        padding: 14px 80px 14px 65px;
        background-repeat: no-repeat;
        cursor: pointer;
        font-weight: 700;
        font-size: 15px;
        border-radius: 5px;
    }
    footer {
        text-align: center;
        font-size: medium;
        color: #010101;
        background-color: #00d9ff;
        padding: 2px;
    }
    /*ye feature box hai*/
    #feature {
        display: flex;
        align-items: center;
        justify-content: space-between;
        flex-wrap: wrap;
    }
    body {
        background-repeat: no-repeat;
        background-attachment: fixed;
        background-size: 100% 100%;
    }
    #navbar h1 {
        font-size: small;
        font-family: montsarrat;
    }
}