@import url('https://fonts.googleapis.com/css2?family=Dancing+Script:wght@700&family=Kaushan+Script&display=swap');


/*
    font-family: 'Gloria Hallelujah', cursive;
    font-family: 'Kaushan Script', cursive;
    font-family: 'Monoton', cursive;
    font-family: 'Tangerine', cursive;


    font-family: 'Dancing Script', cursive;

*/

/* Normal reset  */
/* ====================== */

:root {
    --bg-valid: green;
    --color-valid: white;
    --bg-invalid: #ff004c;
    --color-invalid: #f8f0fc;
}

* {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
}

html {
    font-size: 62.5%;
}

/* ================================ */


.header {
    height: 7rem;
    background-color: rgb(6, 219, 129);
    display: flex;
    color: #fff;
    align-items: center;
    justify-content: center;
}

.logo-top {
    height: 6rem;
    margin-right: 3rem;
}

.logo {
    filter: invert(100);
}

.top-text {
    font-size: 3rem;
    text-transform: capitalize;
    /* font-family: 'Monoton', cursive; */
    font-family: 'Kaushan Script', cursive;
    /* font-family: 'Gloria Hallelujah', cursive; */
    /* font-family: 'Tangerine', cursive; */
}

.container {
    width: 80vw;
    margin: 0 auto;
    background-color: rgba(204, 204, 204, 0.493);
    padding: 2rem 3rem;
    margin-top: 2rem;
    border-radius: .8rem;
}

ol {
    list-style: none;
}

li:not(:last-child) {
    margin-bottom: 2.5rem;
}

li {
    border: 1px solid rgb(182, 181, 181);
    padding: 5px 0;
    border-radius: 5px;
}

.list-p {
    font-size: 2.5rem;
    text-align: center;
}

.border-radius {
    border-radius: 1.2rem;
}

.more-info-text {
    font-size: 1.8rem;
    text-align: left;
    display: inline-block;
}

.valid {
    float: right;
    background-color: var(--bg-valid);
    color: var(--color-valid);
    padding: 2px 5px;
    border-radius: 3px;
    margin-right: 1rem;
}

.valid::before {
    content: "Valid in HTML 5";
}

.invalid {
    float: right;
    background-color: var(--bg-invalid);
    color: var(--color-invalid);
    padding: 2px 5px;
    border-radius: 3px;
    margin-right: 1rem;
}

.invalid::before {
    content: "Invalid in HTML 5";
}

.more-info-text a:link,
.more-info-text a:visited {
    text-decoration: none;
    color: #fff;
    background-color: #000;
    padding: 3px 6px;
    border-radius: 2px;
}

@media screen and (max-width:500px) {
    .top-text {
        font-size: 1.8rem;
    }

    .logo-top {
        height: 4rem;
        margin-right: 1.5rem;
    }

    .container {
        padding: 2rem 1rem;
    }
}

@media screen and (max-width:600px) {
    .list-p {
        font-size: 1.6rem;
    }

    .valid::before {
        content: "Valid in HTML 5";
        font-size: 1.6rem;
    }

    .invalid::before {
        content: "Valid in HTML 5";
        font-size: 1.6rem;
    }

    .mob-hide {
        display: hide !important;
    }

    .web-edit {
        display: none;
    }
}

@media screen and (min-width:601px) and (max-width:850px) {
    /* main {
        display: none;
    } */

    /* .div-mobile {
        display: none;
    } */
}

@media screen and (min-width:851px) {
    /* .div-mobile, .div-tablet {
        display: none;
    } */
}

.div-mobile-p {
    text-align: justify;
    margin: 1rem 2rem;
    /* background-color: rgb(223, 223, 223); */
    font-size: 2rem;
}

.wel-dev {
    font-size: 2.5rem;
    display: block;
}

.mobile-thank {
    display: block;
}

.mobile-thank::after {
    content: "☺";
}

.wel-dev-tab {
    font-size: 3.4rem;
}

.div-tablet-p {
    text-align: justify;
    font-size: 2.5rem;
    margin: 2rem;
}

footer {
    /* height: 100px; */
    /* background-color: rgb(2, 55, 155); */
    /* background-color: liner-grident(); */
    background-image: linear-gradient(to right bottom, #4B0082, #13274F);
    margin-top: 2rem;
    text-align: center;
    /* padding-bottom: 25px; */
    padding: 1rem 2rem;
    display: flex;
    justify-content: center;
    text-align: center;
    border-top-left-radius: 50px;
    /* border-bottom-left-radius: 100px; */
}

/*
.f-c {
    width: 50%;
    text-align: center;
}

.w-edit {
    width: 50%;
} 
*/
.btn:link,
.btn:visited {
    text-decoration: none;
    color: white;
    border-bottom: 2px solid rgb(0, 255, 200);
    text-transform: capitalize;
}

.footer-p {
    font-size: 2rem;
    color: #fff;
    /* margin: 18px 0; */
    background-image: linear-gradient(to right bottom, #9603ff, #010b20);
    padding: 1rem 15px;
    border-radius: .8rem;
}

.footer-p:not(:last-child) {
    margin-bottom: 1.2rem;
}

.c-red {
    color: red;
}

a[href="https://github.com/Diptenusarkar"] {
    font-family: 'Dancing Script', cursive;
    letter-spacing: 2px;
    font-size: 2.5rem;
}

.preview {
    text-align: center;
    background-color: rgb(156, 156, 156);
    width: 30%;
    display: block;
    margin: 0 auto;
    padding: 1rem 0;
    border-radius: 8px;
    /* border: 1px solid red; */
}

.preview-img {
    height: 5rem;
}


.preview-img:not(:first-child) {
    filter: invert(100);
    /* background: blue; */
}

.ex-padding {
    padding: 2rem 0px;
}

.web-edit {
    position: fixed;
    bottom: 4rem;
    right: 2rem;
    z-index: 99999999999999999999999;
    background: rgb(0, 0, 0);
    padding: 1rem;
    border-radius: 8px;
    box-shadow: 5px 3px 1rem rgba(0, 0, 0, 0.616);
}



.web-edit-logo {
    filter: invert(100);
    height: 4rem;
    cursor: pointer;
    margin-right: 2rem;
}

.spon-logo {
    height: 4rem;
    cursor: pointer;
}

/* ************************************ */

.toolbar-item button {
    color: white !important;
    padding: 1rem !important;
    margin: 2rem 3rem 0 0 !important;
    font-size: 2rem !important;
    cursor: pointer !important;
}



/* copyright */

@media print {
    .noprint {
        display: none;
    }
}


/* ========================== */
