@font-face {
    font-family: 'Samarkan';
    src: url('../fonts/SamarkanNormal.eot');
    src: url('../fonts/SamarkanNormal.eot?#iefix') format('embedded-opentype'),
        url('../fonts/SamarkanNormal.woff2') format('woff2'),
        url('../fonts/SamarkanNormal.woff') format('woff'),
        url('../fonts/SamarkanNormal.ttf') format('truetype'),
        url('../fonts/SamarkanNormal.svg#SamarkanNormal') format('svg');
    font-weight: normal;
    font-style: normal;
    font-display: swap;
}
#butt {
    position:absolute;
    right:2em;
    top:4em;
    font-size: 0.8em;
}

.muted_pid {
    font-size:10px;
    color:grey;
    text-transform:uppercase;
    font-family: 'Lucida Console', 'Courier New', monospace;
    
    flex: 1;
    width: 100%;
    display: flex;
    justify-content: center;
    padding: 5px;
    text-align: center;
    /*align-items: flex-end;*/
}

/* Reset default margin and height for html and body */
html, body {
    height: 100%;
    margin: 0;
    font-family: 'Roboto',sans-serif, serif;
    display: flex;
    flex-direction: column;

}

/* Style for the main content area */
main {
    flex: 1;
    display: flex;
    flex-direction: column;
}

/* Header styles */
header {
    background-color: #0F2749;
    padding: 20px;
    text-align: center;
    color: #E4B076;
}

header h1 {
    margin-top: 10px;
    font-size: 3.5rem;
    font-weight: 700;
    /*font-family: 'Merriweather';*/
    /*font-family: 'Samarkan', sans-serif;*/
    font-family: 'Samarkan';
    font-weight: normal;
    font-style: normal;
}

header p {
    margin-bottom: 5px;
    font-size: 0.8rem;
    font-weight: 400;
    font-style: italic;
    font-family: "Merriweather";
}


canvas {
    width: 100% !important;
    height: auto !important;
}

/* Hero section styles */
.hero {
    flex: 1;
/*    background-image: url("background.jpg");
    background-color: #EFF5FF;
    background-size: cover;*/
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 20px;
    box-sizing: border-box;
    text-align: center;
}

.hero h2 {
    font-size: 3rem;
    font-weight: 700;
    margin-bottom: 20px;
}

.hero p {
    font-size: 1.25rem;
    font-weight: 400;
}


.resultPercentage{
    color: #EF8537;
    font-size: 1.75rem;
}

.data-heading{
    font-weight: 500;
}

.data-value{
    font-weight: 600;
    color: #14108D;
}

/* Content container styles */
#home-content {
    background-color: white;
    padding: 20px;
    box-shadow: 0 4px 8px rgba(0, 0, 0, 0.1);
    border-radius: 30px;
    width: 90%; /* Adjust width for smaller screens */
    max-width: 600px;
    min-height: 400px;
    display: flex;
    justify-content: center;
    align-items: center;
    text-align: center;
    flex-direction: column;

}

.card{
    border-radius: 20px;
    box-shadow: 0 4px 8px rgba(0, 0, 0, 0.1);
    border-radius: 30px;
    display: flex;
    justify-content: center;
    align-items: center;
/*    text-align: center;*/
    flex-direction: column;
}
.card-body{
    background-color: white;
    border-radius: 30px;
    height: auto;
    flex: none;
}
.container{
    flex: 1;
    width: 100%;
    display: flex;
    flex-direction: column;
    background-size: cover;
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 20px;
    box-sizing: border-box;
    text-align: center;
}


.feature-box {
    background-color: #f8f9fa;
    border-radius: 5px;
    box-shadow: 0 2px 5px rgba(0, 0, 0, 0.1);
}

.feature-box h3 {
    font-size: 1.5rem;
    font-weight: 700;
}

/*footer {
    background-color: #343a40;
    padding: 10px 0;
}

footer p {
    margin: 0;
}

.footer-icons a {
    margin: 0 15px; 
    text-decoration: none;
}*/

/*.share-btn {
    display: inline-block;
    padding: 8px 8px;
    background-color: #0F2749;
    color: #fff;
    text-decoration: none;
    border-radius: 15px;
    margin-right: 10px;
}*/

.firework-icon {
    width: 80%; /* Adjusts to 100% of the container width */
    max-width: 80px; /* Sets a maximum width */
    height: auto; /* Maintains the aspect ratio */
}


.main-container {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    height: 100%;
}


#home-button{
    height: 50px;
    width: 200px;
    padding: 0 1rem;
    border-radius: 104px;
    background-color: #58A351;
    border: none;
}


/* Responsive adjustments using media queries */
@media (max-width: 768px) {
    header {
        padding: 15px;
    }
    
    header h1 {
        font-size: 3.5rem;
    }
    
    header p {
        font-size: 0.8rem;
    }
    
    .hero h2 {
        font-size: 2.5rem;
    }
    
    .hero p {
        font-size: 1rem;
    }
    
    #home-content {
        width: 95%;
    }
}

@media (max-width: 576px) {
    header h1 {
        font-size: 2rem;
    }
    
    header p {
        font-size: 0.7rem;
    }
    
    .hero h2 {
        font-size: 2rem;
    }
    
    .hero p {
        font-size: 0.875rem;
    }
    
    #home-content {
        width: 100%;
        padding: 15px;
    }

    #butt {
        position:relative;
        right:0em;
        top:5em;
        font-size: 0.8em;
        color: black;
    }
}




footer {
  /*background-color: #0f2749;*/
  background-color: black;
  color: white;
  bottom: 0;
  width: 100vw;
  font-size: 16px;
  padding: 12px;
}
footer * {
  box-sizing: border-box;
  border: none;
  outline: none;
}

.row {
  /*padding: 1em 1em;*/
  max-width: 100%;
}
.row.primary {
  display: grid;
  /*grid-template-columns: 3fr 2fr 4fr;*/
  align-items: stretch;
  grid-template-columns: repeat(3, 1fr);
  align-items: center;
  justify-items: center;
}
.column {
  /*width: 100%;*/
  /*display: flex;*/
  /*flex-direction: column;*/
  /*padding: 0 2em;*/
  /*flex: 1 0 0px;*/
  /*width: 0;*/
  /*min-height: 15em;*/
  padding-left: 2em;
}
h3 {
  width: 100%;
  text-align: left;
  color: white;
  font-size: 0.9em;
  white-space: nowrap;
}
ul {
  list-style: none;
  display: flex;
  flex-direction: column;
  padding: 0;
  margin: 0;
}
li:not(:first-child) {
  margin-top: 0.1em;
}
ul li a {
  color: #a7a7a7;
  text-decoration: none;
}
ul li a:hover {
  color: #c7940a;
}
.about p {
  text-align: justify;
  line-height: 2;
  margin: 0;
}
input,
button {
  font-size: 1em;
  padding: 1em;
  /*width: 100%;*/
  border-radius: 5px;
  margin-bottom: 5px;
}
button {
  background-color: #c7940a;
  color: #ffffff;
}
div.social {
  /*display: flex;*/
  /*justify-content: space-around;*/
  font-size: 0.8em;
  /*flex-direction: row;*/
  /*margin-top: 0.5em;*/
  /*margin-right: 300px;*/
  color: #a7a7a7;
}
.social i {
  color: #bac6d9;
  margin-right: 0.5em;
}




 /* The switch - the box around the slider */
.switch {
  position: relative;
  display: inline-block;
  width: 50px; /*60*/
  height: 20px; /*34*/
}

/* Hide default HTML checkbox */
.switch input {
  opacity: 0;
  width: 0;
  height: 0;
}

/* The slider */
.slider {
  position: absolute;
  cursor: pointer;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  /*background-color: #ccc;*/
  background-color: #e4b076;
  -webkit-transition: .4s;
  transition: .4s;
}

.slider:before {
  position: absolute;
  content: "";
  height: 12px;
  width: 12px;
  left: 4px;
  bottom: 4px;
  background-color: #0f2749;
  -webkit-transition: .4s;
  transition: .4s;
}

input:checked + .slider {
  background-color: #e4b076;
}

/*input:focus + .slider {
  box-shadow: 0 0 1px #2196F3;
}*/

input:checked + .slider:before {
  -webkit-transform: translateX(26px);
  -ms-transform: translateX(26px);
  transform: translateX(30px);
}

/* Rounded sliders */
.slider.round {
  border-radius: 34px;
}

.slider.round:before {
  border-radius: 50%;
} 

