/* 
    Document   : mystyle
    Created on : Apr 19, 2024, 5:58:35 PM
    Author     : HSN
    Description:
        Purpose of the stylesheet follows.
*/



body {
    margin: 0;
    padding: 0;
    font-family: Arial, sans-serif;
    background-color: #E3E3E3;
}

header {
    background-color: #2196F3;
    color: #fff;
    padding: 5px 0;
    text-align: center;
    position: fixed;
    width: 100%;
    top: 0;
    height:100px;
    z-index: 99;
}

nav {
    background-color: #1976D2; /* Navigation background color */
    padding: 10px 0;
    text-align: center;
    height:20px;
    width:100%;
    font: 12px sans-serif;
}
nav a {
    color: #fff;
    text-decoration: none;
    margin: 0 10px;
}
nav a:hover {
    text-decoration: underline;
    color: #000;
    cursor: pointer;
}

.container {
    margin-top: 110px; /* Adjust according to header height */
    margin-bottom: 50px; /* Adjust according to footer height */
    padding: 20px;
    text-align: center;
}

footer {
    background-color: #333;
    color: #fff;
    padding: 3px 0;
    text-align: center;
    position: fixed;
    width: 100%;
    bottom: 0;
}

.button-73 {
    appearance: none;
    background-color: #93C6FF;
    border-radius: 40em;
    border-style: none;
    box-shadow: #ADCFFF 0 -12px 6px inset;
    box-sizing: border-box;
    color: #000000;
    cursor: pointer;
    display: inline-block;
    font-family: -apple-system,sans-serif;
    font-size: 1.2rem;
    font-weight: 700;
    letter-spacing: -.24px;
    margin: 0;
    outline: none;
    padding: 1rem 1.3rem;
    quotes: auto;
    text-align: center;
    text-decoration: none;
    transition: all .15s;
    user-select: none;
    -webkit-user-select: none;
    touch-action: manipulation;
}

.button-73:hover {
    background-color: #FFC229;
    box-shadow: #FF6314 0 -6px 8px inset;
    transform: scale(1.125);
}

.button-73:active {
    transform: scale(1.025);
}

@media (min-width: 768px) {
    .button-73 {
        font-size: 1.5rem;
        padding: .75rem 2rem;
    }
}

.button-24 {
    background: #FF4742;
    border: 1px solid #FF4742;
    border-radius: 6px;
    box-shadow: rgba(0, 0, 0, 0.1) 1px 2px 4px;
    box-sizing: border-box;
    color: #FFFFFF;
    cursor: pointer;
    display: inline-block;
    font-family: nunito,roboto,proxima-nova,"proxima nova",sans-serif;
    font-size: 16px;
    font-weight: 800;
    line-height: 16px;
    min-height: 40px;
    outline: 0;
    padding: 12px 14px;
    text-align: center;
    text-rendering: geometricprecision;
    text-transform: none;
    user-select: none;
    -webkit-user-select: none;
    touch-action: manipulation;
    vertical-align: middle;
}

.button-24:hover,
.button-24:active {
    background-color: initial;
    background-position: 0 0;
    color: #FF4742;
}

.button-24:active {
    opacity: .5;
}

.leftcon{
    float: left; padding: 10px; margin: 5px; background-color: #656073; 
}

.rightcon{
    float: right; padding: 10px; margin: 5px; background-color: #656073; 
}
#rcorners3 {
    border-radius: 15px 50px;
    background: #5D576B;
    padding: 20px; 
    width: 270px;
    height: 200px; 
    margin: auto;
    color: #fff;
}

#rcorners4 {
    border-radius: 15px 50px;
    background: #5D576B;
    padding: 20px; 
    width: 270px;
    height: 600px; 
    margin: auto;
    color: #fff;
    font: 12px sans-serif;
    text-align: left;
}

#rcorners5 {
    border-radius: 15px 50px;
    background: #5D576B;
    padding: 20px; 
    width: 270px;
    height: 150px; 
    margin: auto;
    color: #fff;
}

#rcorners6 {
    border-radius: 15px 50px;
    background: #5D576B;
    padding: 20px; 
    width: 270px;
    height: 200px; 
    margin: auto;
    color: #fff;
}

#features{
    border-radius: 15px 50px;
    background: #5D576B;
    padding: 20px;
    margin: auto;
    color: #fff;
    font: 12px sans-serif;
}

#faq{
    border-radius: 15px 50px;
    background: #5D576B;
    padding: 20px;
    margin: auto;
    color: #fff;
    font: 12px sans-serif;
}

.content{
    border-radius: 15px 50px;
    background: #5D576B;
    padding: 20px;
    margin: auto;
    color: #fff;
    font: 12px sans-serif;
}

.animated{
    transition: transform .7s ease-in-out;
}
.animated:hover{
    transform: rotate(360deg);
}