
/* Button used to open the contact form - fixed at the bottom of the page */
.open-button {
  background-color: #555;
  color: white;
  padding: 16px 20px;
  border: none;
  cursor: pointer;
  opacity: 0.8;
  position: fixed;
  bottom: 23px;
  right: 28px;
  width: 280px;
}

/* The popup form - hidden by default */
.form-popup {
  display: none;
  position: fixed;
  bottom: 0;
  right: 15px;
  border: 3px solid #f1f1f1;
  z-index: 9;
}

/* Add styles to the form container */
.form-container {
  max-width: 300px;
  padding: 10px;
  background-color: white;
}

/* Full-width input fields */
.form-container input[type=text], .form-container input[type=password] {
  width: 100%;
  padding: 15px;
  margin: 5px 0 22px 0;
  border: none;
  background: #f1f1f1;
}

/* When the inputs get focus, do something */
.form-container input[type=text]:focus, .form-container input[type=password]:focus {
  background-color: #ddd;
  outline: none;
}

/* Set a style for the submit/login button */
.form-container .btn {
  background-color: #4CAF50;
  color: white;
  padding: 16px 20px;
  border: none;
  cursor: pointer;
  width: 100%;
  margin-bottom:10px;
  opacity: 0.8;
}

/* Add a red background color to the cancel button */
.form-container .cancel {
  background-color: red;
}

/* Add some hover effects to buttons */
.form-container .btn:hover, .open-button:hover {
  opacity: 1;
}



html, body {
    max-width: 100%;
    /* overflow-x: hidden; */
    font-family: Poppins;
}
.nav-item a {
    color: black;
    text-decoration: none;
    font-size: 20px;
}
.free_class_button{
    color: white;
    background-color: transparent;
    border:none;
}
.free_class_button:focus{
    outline-style: none;
    background-color: transparent;
    border-color:orange;
}
.navbtn1{
    color:#fe2803;
    background:white;
    border:solid 2px #fe2803;
    border-radius:20px;
    padding:10px 10px 10px 10px;
    width:200px;
    margin-right:10px;
    box-shadow: 0 10px 10px -2px rgba(0,0,0,.25);
    transition:0.4s;
}
.navbtn1:hover{
    color:white;
    background:#fe2803;
    border:solid 2px #fe2803;
    border-radius:20px;
    padding:10px 10px 10px 10px;
    width:200px;
    background: -webkit-linear-gradient(to right, #fe2803, #fc940c);
    background: linear-gradient(to right, #fe2803, #fc940c);
    box-shadow: 0 10px 10px -2px rgba(0,0,0,.25);
    transition:0.4s;
}
.navbtn2{
    color:white;
    background:#fe2803;
    border:solid 2px #fe2803;
    border-radius:20px!important;
    padding:10px 10px 10px 10px;
    width:200px;
    background: -webkit-linear-gradient(to right, #fe2803, #fc940c);
    background: linear-gradient(to right, #fe2803, #fc940c);
    box-shadow: 0 10px 10px -2px rgba(0,0,0,.25);
    transition:0.4s;
}
.navbtn2:hover{
    color:white;
    background:#fe2803;
    border:solid 2px #fe2803;
    border-radius:20px;
    padding:10px 10px 10px 10px;
    width:200px;
    background: -webkit-linear-gradient(to right, #fc940c, #fe2803);
    background: linear-gradient(to right, #fc940c, #fe2803);
    box-shadow: 0 10px 10px -2px rgba(0,0,0,.25);
}
.social-icons {
    text-align: center;
}
.social-icons a {
    display: inline-block;
    height: 3rem;
    width: 3rem;
    background-color: #495057;
    color: #fff !important;
    border-radius: 100%;
    font-size: 1.8rem;
    line-height: 3rem;
    margin-right: .2rem;
  }
  .social-icons a:hover {
    background-color: #fc940c;
  }

  /* Footer */
@media screen and (min-width: 1920px) {
  .font-style-all-pages{
    line-height: 43px!important;
    font-family: Poppins!important;
    font-style: normal!important;
    font-weight: 500!important;
    font-size: 21px!important;
  }
    .logo{
        width: 50%;
    }
    .logo-svg {
        width: 50%;
    }
    #footer-div {
        margin-top: 150px;
        background:url("/static/webDevelopment/images/homepage2/footer.png") no-repeat center bottom;
    }
}
@media screen and (min-width: 1680px) and (max-width: 1919.98px) {
   .font-style-all-pages{
    line-height: 43px!important;
    font-family: Poppins!important;
    font-style: normal!important;
    font-weight: 500!important;
    font-size: 18px!important;
  }
    .logo{
        width: 45%;
    }
    .logo-svg {
        width: 50%;
    }
    #footer-div {
        margin-top: 150px;
        background:url("/static/webDevelopment/images/homepage2/footer.png") no-repeat center bottom;
    }
}
@media screen and (min-width: 1440px) and (max-width: 1679px) {
   .font-style-all-pages{
    line-height: 38px!important;
    font-family: Poppins!important;
    font-style: normal!important;
    font-weight: 500!important;
    font-size: 16px!important;
  }
    .logo{
        width: 25%;
    }
    .logo-svg {
        width: 80%;
    }
    #footer-div {
        margin-top: 150px;
        background:url("/static/webDevelopment/images/homepage2/footer.png") no-repeat center bottom;
    }
}
@media screen and (min-width: 1200px) and (max-width: 1439.98px) {
   
    .logo{
        width: 19%;
    }
    .logo-svg {
        width: 100%;
    }
    #footer-div {
        margin-top: 150px;
        background:url("/static/webDevelopment/images/homepage2/footer.png") no-repeat center bottom;
    }    
}
@media screen and (min-width: 992px) and (max-width: 1198.98px) {
  .font-style-all-pages{
     letter-spacing: 0px!important;
    line-height: 25px!important;
    font-family: Poppins!important;
    font-style: normal!important;
    font-size: 1.4vw!important;
    color: #484848!important;
  }

    .logo{
        width: 40%;
    }
    .logo-svg {
        width: 70%;
    }
    #footer-div {
        margin-top: 100px;
        background:url("/static/webDevelopment/images/homepage2/footer.png") no-repeat center bottom;
    } 
}
@media screen and (min-width: 768px) and  (max-width: 991.98px){ 
    .logo{
        width: 40%;
    }
    .logo-svg {
        width: 50%;
    }
    #footer-div {
        margin-top: 100px;
        background:url("/static/webDevelopment/images/homepage2/footer.png") no-repeat center bottom;
    } 
}
@media screen and (min-width: 577px) and  (max-width: 767.98px){ 
    .logo{
        width: 30%;
    }
    .logo-svg {
        width: 100%;
    }
    #footer-div {
        margin-top: 100px;
        background:url("/static/webDevelopment/images/homepage2/footer.png") center bottom;
    }
}
@media screen and (max-width: 576px){  
    .logo{
        width: 50%;
    }
    .logo-svg {
        width: 100%;
    }
    #footer-div {
        margin-top: 100px;
        background:url("/static/webDevelopment/images/homepage2/footer.png") center bottom;
    }
}
@media screen and (min-width: 1366px) and (max-width: 1439.98px) {
 .font-style-all-pages{
    line-height: 35px!important;
    font-family: Poppins!important;
    font-style: normal!important;
    font-weight: 500!important;
    font-size: 15px!important;
  }
   }
@media screen and (min-width: 1200px) and (max-width: 1365.98px) {
 .font-style-all-pages{
     letter-spacing: 0px!important;
    line-height: 30px!important;
    font-family: Poppins!important;
    font-style: normal!important;
    font-size: 16px!important;
    color: #484848!important;
  }

  }