@font-face {
  font-family: "Poppins";
  src: url("assets/fonts/LEMONMILK-Regular.woff2") format("woff2"),
    url("assets/fonts/LEMONMILK-Regular.woff") format("woff");
  /* font-display: swap; */
}


body {
  font-family: "Poppins", sans-serif;
}
.navbar {
  padding-top: 0.1rem;
  padding-bottom: 0.1rem;
}

a {
  text-decoration: none;
}
.carousel-control-prev-icon {
  background-image: none;
}
.carousel-control-next-icon {
  background-image: none;
}
.navbar-light .navbar-nav .nav-link {
  font-family: "Poppins", sans-serif;
}
.navbar .btn-danger {
  color: #fff !important;
  background: #4bbe82;
  font-family: "Poppins", sans-serif;
  line-height: 1.1;
}
.navbar .btn-danger:hover{

  background:#3c64aa !important;
}
.navbar-light .navbar-nav .nav-link:focus,
.navbar-light .navbar-nav .nav-link:hover {
  color: #3c64aa;
}
.navbar-light .navbar-nav .nav-link.active,
.navbar-light .navbar-nav .show > .nav-link {
  color: #3c64aa;
}
.bg-light {
  background-color: #fff !important;
  border-bottom: 1px solid #dee2e6 !important;
}
.navbar-expand-lg .navbar-nav .nav-link {
  padding-right: 1rem;
  padding-left: 1rem;
}

.fixed-top {
  /* top: -40px;
  transform: translateY(40px);
  transition: transform 0.3s;
  background: #ffffff; */
}
.parallax {
  background: url("../image/bg_about-us.jpg?auto=compress&cs=tinysrgb&dpr=2&h=650&w=940")
    repeat fixed 100%;
  background-size: cover;
  color: aliceblue;
  box-sizing: border-box;
}
.parallax #overlay {
  /*position: fixed;*/ /* Sit on top of the page content */
  /*display: none; */ /* Hidden by default */
  width: 100%; /* Full width (cover the whole page) */
  height: 100%; /* Full height (cover the whole page) */
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background-color: rgb(7 27 29 / 80%); /* Black background with opacity */
  z-index: 2; /* Specify a stack order in case you're using a different order for other elements */
  /*cursor: pointer;*/ /* Add a pointer on hover */
}
.parallax-1 {
  background: url("../image/bg_learn-with-educloud.jpg?auto=compress&cs=tinysrgb&dpr=2&h=650&w=940")
    repeat fixed 100%;
  background-size: cover;
  color: aliceblue;
}
.parallax-1 #overlay {
  /*position: fixed;*/ /* Sit on top of the page content */
  /*display: none; */ /* Hidden by default */
  width: 100%; /* Full width (cover the whole page) */
  height: 100%; /* Full height (cover the whole page) */
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background-color: rgba(0 0 0 / 80%); /* Black background with opacity */
  z-index: 2; /* Specify a stack order in case you're using a different order for other elements */
  /*cursor: pointer;*/ /* Add a pointer on hover */
}
.parallax-2 {
  background: url("../image/bg_earn-with-educloud.jpg?auto=compress&cs=tinysrgb&dpr=2&h=650&w=940")
    repeat fixed 100%;
  background-size: cover;
  color: aliceblue;
}
.parallax-2 #overlay {
  /*position: fixed;*/ /* Sit on top of the page content */
  /*display: none; */ /* Hidden by default */
  width: 100%; /* Full width (cover the whole page) */
  height: 100%; /* Full height (cover the whole page) */
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background-color: rgb(50 86 13 / 80%); /* Black background with opacity */
  z-index: 2; /* Specify a stack order in case you're using a different order for other elements */
  /*cursor: pointer;*/ /* Add a pointer on hover */
}
.parallax-3 {
  background: url("../image/bg_get-started-with-smart-learning.jpg?auto=compress&cs=tinysrgb&dpr=2&h=650&w=940")
    repeat fixed 100%;
  background-size: cover;
  color: aliceblue;
}
.parallax-3 #overlay {
  /*position: fixed;*/ /* Sit on top of the page content */
  /*display: none; */ /* Hidden by default */
  width: 100%; /* Full width (cover the whole page) */
  height: 100%; /* Full height (cover the whole page) */
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background-color: rgb(0 0 0 / 80%); /* Black background with opacity */
  z-index: 2; /* Specify a stack order in case you're using a different order for other elements */
  /*cursor: pointer;*/ /* Add a pointer on hover */
}
.parallax-4 {
  background: url("../image/bg_get-in-touch.jpg?auto=compress&cs=tinysrgb&dpr=2&h=650&w=940")
    repeat fixed 100%;
  background-size: cover;
  color: aliceblue;
}
.parallax-4 #overlay {
  /*position: fixed;*/ /* Sit on top of the page content */
  /*display: none; */ /* Hidden by default */
  width: 100%; /* Full width (cover the whole page) */
  height: 100%; /* Full height (cover the whole page) */
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background-color: rgb(2 83 123 / 80%); /* Black background with opacity */
  z-index: 2; /* Specify a stack order in case you're using a different order for other elements */
  /*cursor: pointer;*/ /* Add a pointer on hover */
}
.parallax-inner {
  padding-top: 5%;
  padding-bottom: 5%;
}
.form-section .card {
  background-color: rgb(255 255 255 / 70%);
}
.form-outline .form-control:hover,
.form-outline .form-control:focus {
  background: transparent;
}
textarea {
  resize: none;
}
/* Chrome, Safari, Edge, Opera */
input::-webkit-outer-spin-button,
input::-webkit-inner-spin-button {
  -webkit-appearance: none;
  margin: 0;
}

/* Firefox */
input[type="number"] {
  -moz-appearance: textfield;
}
.form-control:focus {
  box-shadow: none;
  transition: all 0.1s linear;
  border-color: #3c64aa;
  box-shadow: inset 0 0 0 1px #3c64aa;
}
.custom-list-style {
  padding-inline-start: 15%;
}
.form-box {
  height: 400px;
  width: 1000px;
}
h4.formhead {
  color: #495057;
}
.textleft {
  text-align: left;
}
.contactinfo {
  margin: 0 auto;
  display: table;
}
.carousel h4 {
  text-transform: uppercase;
  font-size: 40px;
  text-shadow: 0px 4px 3px rgba(0, 0, 0, 0.4), 0px 8px 13px rgba(0, 0, 0, 0.1),
    0px 18px 23px rgba(0, 0, 0, 0.1);
}

@media (min-width: 1200px) {
  .h4,
  h4 {
    font-size: 2.5rem !important;
  }

  .h2,
  h2 {
    font-size: 2rem !important;
  }

  p {
    margin-top: 0 !important;
    margin-bottom: 1rem !important;
    font-size: 17px;
  }

  .h6,
  h6 {
    font-size: 1rem !important;
  }
}

@media (max-width: 991px) {
  .form-box {
    width: 100% !important;
  }
  .carousel h4 {
    font-size: 18px;
  }
  .navbar .btn-danger {
    margin-bottom: 1em;
  }
}
