
@import url('https://fonts.googleapis.com/css2?family=Bangers&family=Nova+Flat&family=Roboto:wght@400;500&display=swap');

:root{
    --primary-color: #fff;
    --font-1 : 'Bangers', cursive;
    --font-2 : 'Nova Flat', cursive;
    --font-3 : 'Roboto', sans-serif;
    --boxshadow :  0 2.8px 2.2px rgba(0, 0, 0, 0.034),
    0 6.7px 5.3px rgba(0, 0, 0, 0.048),
    0 12.5px 10px rgba(0, 0, 0, 0.06),
    0 22.3px 17.9px rgba(0, 0, 0, 0.072),
    0 41.8px 33.4px rgba(0, 0, 0, 0.086),
    0 100px 80px rgba(0, 0, 0, 0.12);
}

*{
    margin: 0;
    padding: 0;
}
body{
background-color: #03a9f4;
}
.nav{
    box-shadow:  var(--boxshadow);
    border-bottom-right-radius:20px ;
}
nav{
    display: flex;
    justify-content: space-between;   
    padding: 1rem;
    align-items: center;
    /* width: 100%; */
    margin: auto;   
}
nav .logo{
    color: #f5f5f5;
    font-size: x-large;
    font-weight: bold;
    letter-spacing: 4px;
    font-family : var(--font-1);
}
nav .logo a{
    text-decoration: none;
    color: whitesmoke;
} 
.left{
    display: flex;
    align-items: center;
    justify-content: space-around;
    
}
.right{
    display: flex;
    align-items: center;
}
.input-box {
    padding: 3px;
    color: black;
    border-radius: 5px;
    border: transparent;
    width: 120px;
    font-family: var(--font-3);
}
.btn-search {
    margin: 10px;
    padding: 3px 1px;
    text-align: center;
    /* text-transform: uppercase; */
    transition: 0.5s;
    background-size: 200% auto;
    color: white;
    width: 80px;
    font-family: var(--font-3);
    /* height: 20px; */
    border: 1px;
    box-shadow: 0 0 2px #eee;
    border-radius: 10px;
    display: block;
    cursor: pointer;
    background-image: linear-gradient(to right, #1FA2FF 0%, #12D8FA 51%, #1FA2FF 100%);
}

.btn-search:hover {
    background-position: right center; /* change the direction of the change here */
    color: #fff;
       text-decoration: none;
    }
.container {
    height: 100vh;
    max-width: 72%;
    display: block;
    margin: auto;
    font-family: var(--font-3);  
    padding: 5px 0px;  
}
.add-notes-container {
    box-shadow: 0 2.8px 2.2px rgba(0, 0, 0, 0.034), 0 6.7px 5.3px rgba(0, 0, 0, 0.048), 0 12.5px 10px rgba(0, 0, 0, 0.06), 0 22.3px 17.9px rgba(0, 0, 0, 0.072), 0 41.8px 33.4px rgba(0, 0, 0, 0.086), 0 100px 80px rgba(0, 0, 0, 0.12);
    border-radius: 5px;
}
.main-card {
    display: flex;
    flex-direction: column;
    padding: 5px 9px;
}
.greeting{
    padding: 1rem 0.5rem;
    color: var(--primary-color);
    font-size: 23px;
}

.btn {
    margin: 10px;
    padding: 4px 1px;
    text-align: center;
    /* text-transform: uppercase; */
    transition: 0.5s;
    background-size: 200% auto;
    color: white;
    width: 113px;
    height: 30px;
    border: 1px;
    box-shadow: 0 0 2px #eee;
    border-radius: 10px;
    display: block;
    cursor: pointer;
    font-family: var(--font-3);
    background-image: linear-gradient(to right, #1FA2FF 0%, #12D8FA  51%, #1FA2FF  100%)
}

.btn:hover {
    background-position: right center; /* change the direction of the change here */
    color: #fff;
    text-decoration: none;
}
h5.heading {
    padding: 5px 0px;
    font-size: 20px;
    color: var(--primary-color);
}   
#addtxt, #addtitle{
    padding: 5px;
    /* border: 0.4px solid rgb(235, 235, 235) ; */
    color: black;
    border-radius: 5px;
    font-size: 17px;
    font-family: var(--font-3);
    border: transparent;
}
hr{
    border-color: var(--primary-color);
    margin: 20px 0px 0px 0px;
    opacity: 0.7;
}
.bigcard{
    border: 0.3px var(--primary-color);
    padding: 5px 9px;
    border-radius: 5px;
    box-shadow:  var(--boxshadow)
}
/* #4ab6d6 */
.card{
    display: flex;
    flex-direction: row;
    flex-flow: wrap;
    color: white;
}
.card-body{
    padding: 12px;
    margin: 10px 5px;
    border-radius: 5px;
    max-width: 191px;
    min-height: 100px;
    background-image: linear-gradient(160deg, #0093E9 0%, #11abf1 100%);
    box-shadow:  var(--boxshadow)
}
.card-title{
    color :var(--primary-color);
    font-size: 19px;
}
p.card-content {
    padding-top: 5px;
    color: white;
}
.contact-developer a{
    text-decoration: none;
    color: whitesmoke;
    font-weight: 600;
    letter-spacing: 1px;
    font-size: small;
    font-family: var(--font-2);
    margin: auto;
    justify-content: center;
    align-items: center;
    padding: 15px 0px;
}
.contact-developer{
    margin: 40px auto 0px auto;
    display: flex;
    border-top: 0.5px solid white;
    padding: 20px 0px;   
}


/* Contact Us Page Starts*/
.ctinput{
    font-family: var(--font-3);
    font-weight: 500;
}

form{
    box-shadow:  var(--boxshadow);
    padding: 0px 15px 5px 15px;
    border-radius: 5px;
}
/* Contact Us Page Ends*/

@media screen and (max-width:425px){
    nav .logo{
        color: #f5f5f5;
        font-size: large;
        font-weight: bold;
        letter-spacing: 4px;
        font-family : var(--font-1);
    }
    .input-box {
        padding: 3px;
        color: black;
        border-radius: 5px;
        border: transparent;
        width: 90px;
    }
    .btn-search {
        margin: 10px;
        padding: 3px 1px;
        text-align: center;
        /* text-transform: uppercase; */
        transition: 0.5s;
        background-size: 200% auto;
        color: white;
        width: 70px;
        /* height: 20px; */
        border: 1px;
        box-shadow: 0 0 2px #eee;
        border-radius: 10px;
        display: block;
        cursor: pointer;
        background-image: linear-gradient(to right, #1FA2FF 0%, #12D8FA 51%, #1FA2FF 100%);
    }
    .container {
        height: 100vh;
        max-width: 82%;
        display: block;
        margin: auto;
        font-family: var(--font-3);  
        padding: 5px 0px;  
    }
    h5.heading {
        padding: 5px 0px;
        font-size: 17px;
        color: var(--primary-color);
    }
    .greeting{
        padding: 1rem 0.5rem 0.7rem 0.5rem;
        color: var(--primary-color);
        font-size: 20px;
    }
    #addtxt, #addtitle{
        padding: 5px;
        /* border: 0.4px solid rgb(235, 235, 235) ; */
        color: black;
        border-radius: 5px;
        font-size: 14px;
        font-family: var(--font-3);
        border: transparent;
    }
    .btn {
        margin: 10px 0px;
        padding: 2px 1px;
        text-align: center;
        /* text-transform: uppercase; */
        transition: 0.5s;
        background-size: 200% auto;
        color: white;
        width: 90px;
        font-size: 12px;
        /* height: 30px; */
        border: 1px;
        box-shadow: 0 0 2px #eee;
        border-radius: 10px;
        display: block;
        cursor: pointer;
        background-image: linear-gradient(to right, #1FA2FF 0%, #12D8FA  51%, #1FA2FF  100%)
    }
}
@media screen and (max-width:375px){
    .input-box {
        padding: 3px;
        color: black;
        border-radius: 5px;
        border: transparent;
        width: 80px;
    }
}