@import url('https://fonts.googleapis.com/css2?family=Roboto:wght@300&family=Ubuntu:wght@300&display=swap');
html, body {
  height: 100%;
  width: 100%;
  font-family: 'Roboto', sans-serif; 
}

@import url("https://fonts.googleapis.com/css2?family=Montserrat&display=swap");

* {box-sizing: border-box;}
a{
  text-decoration: none;
  color: white;
}

body {
  font-family: "Montserrat", sans-serif;
  background-color: #fff;
  margin: 0;
  transition: background 0.2s linear;
}
header{
  display: flex;
  justify-content: space-between;
  align-items: center;

}

.button{
  width: 66px;
  padding: 20px;
  margin: 0 3px;
  border: 2px solid black;
  border-radius: 9px;
  cursor: pointer;
}

.row{
  margin: 8px 0;
}

.row input{
  width: 291px;
  font-size: 20px;
    margin: 0;
    padding: 10px 0px;
    border: 2px solid black;
    border-radius: 5px;
}

body.dark {background-color: #292c35;} /* #9b59b6 */

body.dark h1, body.dark .support a {color: #fff;}

.checkbox {
  opacity: 0;
  position: absolute;
}

.checkbox-label {
  background-color: #111;
  width: 50px;
  height: 26px;
  border-radius: 50px;
  position: relative;
  padding: 5px;
  cursor: pointer;
  display: flex;
  justify-content: space-between;
  align-items: center;
}

.fa-moon {color: #f1c40f;}

.fa-sun {color: #f39c12;}

.checkbox-label .ball {
  background-color: #fff;
  width: 22px;
  height: 22px;
  position: absolute;
  left: 2px;
  top: 2px;
  border-radius: 50%;
  transition: transform 0.2s linear;
}

.checkbox:checked + .checkbox-label .ball {
  transform: translateX(24px);
}


/* footer styles */

.main-footer {
    background: black;
    color: #fff; 
    /* display: flex;
    justify-content: space-between; */
    /* filter: brightness(0.2); */
    margin-top: 10px;
    }
    .heading_heading-sm_text-lt{
        font-size: 2.5rem;
        padding-bottom: 1rem;
    }
    .footer_social{
        position: relative;
        right: 10px;
        bottom: 10px;
    }
    .main-footer__upper {
        display: flex;
        justify-content: space-between;
        padding: 1rem 0; 
    }
        @media only screen and (max-width: 56.25em) {
        .main-footer__upper {
            padding: 6rem 0; } }
        @media only screen and (max-width: 37.5em) {
        .main-footer__upper {
            display: block; } }
    .main-footer__row-1 {
        order: 2; 
    }
        @media only screen and (max-width: 56.25em) {
        .main-footer__row-1 {
            margin-bottom: 1rem; } }
    .main-footer__row-2 {
        width: 30%;
        order: 1;
        max-width: 50rem; 
    }
        @media only screen and (max-width: 56.25em) {
        .main-footer__row-2 {
            width: 100%; } }
    .main-footer__short-desc {
        margin-top: 1rem;
        color: #eee;
        font-size: 1.2rem;
        line-height: 1.7; 
    }
    .main-footer__social-cont {
        margin-top: 2rem; 
    }
    .main-footer__icon {
        margin-right: 1rem;
        width: 2.5rem; 
    }
        .main-footer__icon--mr-none {
        margin-right: 0; 
    }
    .main-footer__lower {
        padding: 4rem 0;
        border-top: 1px solid #444;
        color: #eee;
        font-size: 1.2rem;
        text-align: left;
        text-align: center; 
    }
        .main-footer__lower a {
        text-decoration: underline;
        font-weight: bold;
        margin-left: 2px; 
    }
        @media only screen and (max-width: 56.25em) {
        .main-footer__lower {
            padding: 3.5rem 0; } }
              
.button {
  padding: 10px 15px;
  border-radius: 5px;
  border: none;
  background-color: #007BFF;
  color: black;
  box-shadow: 0px 8px 15px rgba(0, 0, 0, 0.1);
  transition: all 0.3s ease 0s;
  cursor: pointer;
}

.button:hover {
  background-color: #0069D9;
  box-shadow: 0px 15px 20px rgba(46, 229, 157, 0.4);
  color: #fff;
  transform: translateY(-7px);
}

.input {
  padding: 10px;
  border-radius: 5px;
  border: 1px solid #ccc;
  width: 100%;
  box-sizing: border-box;
  margin-bottom: 10px;
}

body {
  background: linear-gradient(to right, #00c6ff, #5b83b3);
  color: white;
}

body.dark {
  background-color: #333;
  color: #fff;
}

body.dark .button {
  background-color: #555;
  color: #fff;
}

body.dark .input {
  background-color: #555;
  color: #fff;
  border-color: #777;
}

body.dark header, body.dark .main-footer {
  background-color: #555;
}

.main-footer {
  padding: 0;
  text-align: center;
}

.main-footer h2, .main-footer p {
  font-size: 0.8em; /* Adjust as needed */
  margin: 0; /* Adjust as needed */
}
.main-footer h2{
  font-size: 2em;
  padding: 0;
  margin: 0 0 10px 0;
}
.main-footer h4{
  font-size: 2em;
  padding: 0;
  margin: 0 0 10px 0;
}

body {
  display: flex;
  flex-direction: column;
  min-height: 100vh;
}

.main-footer {
  margin-top: auto;
}

.container {
  width: 50%; /* Adjust as needed */
  margin: 0 auto; /* Center the container */
}

.button {
  padding: 20px 30px; /* Adjust as needed */
  font-size: 1.5em; /* Adjust as needed */
}

.input {
  padding: 20px; /* Adjust as needed */
  font-size: 1.5em; /* Adjust as needed */
}

.input {
  padding: 20px; /* Adjust as needed */
  font-size: 2em; /* Adjust as needed */
  height: 60px; /* Adjust as needed */
}