a {
    text-decoration: none;
    color: #FFFFFFFF;
}

a:visited {
    color: #FFFFFFFF
}

button:focus {
    outline: 0;
}

button {
    text-decoration: none;
}

input:focus {
    outline: 0;
}

*, *:before, *:after {
    margin: 0;
    padding: 0;
}

html {
    scroll-behavior: smooth;
}

body {
    font-family: 'Comic Sans MS', serif;
}

footer {
    background-color: #694bff;
    height: 460px;
}

ul, li {
    display: flex;
}

header {
    height: 880px;
    background-color: #6806ff;
    color: #FFFFFFFF;
}

a.button {
	-webkit-transition: all 200ms cubic-bezier(0.390, 0.500, 0.150, 1.360);
	-moz-transition: all 200ms cubic-bezier(0.390, 0.500, 0.150, 1.360);
	-ms-transition: all 200ms cubic-bezier(0.390, 0.500, 0.150, 1.360);
	-o-transition: all 200ms cubic-bezier(0.390, 0.500, 0.150, 1.360);
	transition: all 200ms cubic-bezier(0.390, 0.500, 0.150, 1.360);
	display: block;
    margin: 20px auto;
    height: 60px;
	max-width: 240px;
	text-decoration: none;
	border-radius: 20px;
	padding: 20px 30px;
}

a.button {
	color: rgba(30, 22, 54, 0.6);
	box-shadow: rgba(30, 22, 54, 0.4) 0 0px 0px 2px inset;
}

a.button:hover {
	color: rgba(255, 255, 255, 0.85);
	box-shadow: rgba(30, 22, 54, 0.7) 0 0px 0px 40px inset;
}

button {
	color: rgba(30, 22, 54, 0.6);
}

button:hover {
	color: rgba(255, 255, 255, 0.85);
	box-shadow: rgba(30, 22, 54, 0.7) 0 0px 0px 40px inset;
}

header img {
    animation: animate 2s 1;
}

header p, h1 {
    animation: animate 1s 1;
}

header ul {
    animation: animate 1s 1;
}

header i{
    animation: animate 1s 1;
}

header button {
    animation: animate 1s 1;
}

.section p{
    color: black;
}

.form {
    animation: animate 1s 1;
}

.stop-overflow {
    overflow: hidden;
}

.blur {
    filter: blur(2px);
}

header .container {
    padding-top: 60px;
}

.vertical-center {
    display: flex;
    align-items: center;
}

#logo {
    padding-top: 35px;
}

.menu-item {
    font-family: 'Roboto', sans-serif;
    font-weight: normal;
    padding-right: 50px;
}

#header-button {
    color: #FFFFFFFF;
    height: 45px;
    width: 110px;
    background: #ff5f60;
    border-radius: 20px;
    border: none;
    margin-top: 0;
}

.offer {
    margin-top: 260px;
}

#people-image {
    margin-top: 150px;
}

#offer-button {
    color: #FFFFFFFF;
    height: 45px;
    width: 150px;
    background: #ff5f60;
    border-radius: 20px;
    border: none;
}

#offer-form {
    height: 390px;
    width: 400px;
    background: #ff5f60;
    margin-top: 180px;
    border-radius: 20px;
}

#offer-form {
    text-align: center;
}

.form input, button {
    text-align: center;
    height: 45px;
    width: 240px;
    margin-top: 15px;
    border-radius: 20px;
    border: none;
}

.form input {
    margin-left: 50px;
}

h2 {
    padding-top: 50px;
}

.section {
    height: 2360px;
}

.quote {
    font-family: 'Tahoma', 'Open Sans', sans-serif;
    text-align: center;
    padding-top: 75px;
}

#section-people-image {
    margin-top: 250px;
    animation: animate 2s 1;
    animation-play-state: paused;
}

.welcome-text {
    padding-left: 50px;
    margin-top: 250px;
}

#sitting-student-image {
    animation: animate 2s 1;
    animation-play-state: paused;
    margin-top: 300px;
}

.bottom-card {
    margin-top: 150px;
    text-align: center;
}

.information-container {
    font-size: 14px;
    color: #8e8e8e;
    padding-top: 55px;
}

.contact-icon {
    opacity: 50%;
    margin-left: 15px;
}

#copyright {
    color: #8e8e8e;
    margin-top: 80px;
    font-size: 14px;
}

.sidebar {
    position: absolute;
    z-index: 1000;
    top: 0;
    bottom: 0;
    left: 0;
    width: 250px;
    background: black;
    overflow: hidden;
    color: white;
    opacity: 80%;
    transform: translateX(-100%);
    transition: transform 0.2s ease;
}

.showNav {
    transform: translateX(0);
}

.sidebar ul {
    width: 100%;
    height: 100%;
    list-style: none;
    display: flex;
    flex-flow: column nowrap;
    justify-content: space-evenly;
    align-items: center;
}

.sidebar ul li a {
    color: white;
    padding-bottom: 10px;
    border-bottom: 2px solid black;
    text-decoration: none;
    font-family: 'Open Sans', sans-serif;
    font-size: 1.2rem;
}

.sidebar ul li a:hover, .sidebar ul li a:focus {
    border-bottom: 2px solid white;
}

#sidebar-close, #sidebar-open {
    cursor: pointer;
    transition: opacity .3s;
}

.sidebar-open--hidden {
    opacity: 0;
}

.jopa {
    padding-bottom: 70px;
    margin: 0 auto;
}

.carousel {
    margin-top: 150px;
}

.carousel h5{
    color: black;
}

.carousel-control-prev-icon,
.carousel-control-next-icon {
  background-size: 100%, 100%;
}

.carousel-control-next-icon:after
{
  content: '>';
  font-size: 55px;
  font-family: 'Roboto';
  color: black;
  box-shadow: black;
}

.carousel-control-prev-icon:after {
  content: '<';
  font-size: 55px;
  font-family: 'Roboto';
  color: black;
  box-shadow: black;
}

#loader {
    position: fixed;
    left: 0px;
    top: 0px;
    width: 100%;
    height: 100%;
    background: rgba(240, 240, 240, 0.91);
    overflow: hidden;
    display: none;
}


label.error{
    font-size: 12px;
    color:red;
    position: absolute;
}


input.error {
    border: 1px solid red !important;
}

input.valid {
    border: 1px solid green !important;
}

#loader img {
    position: absolute;
    width: 50px;
    height: 50px;
    left: 50%;
    margin-left: -25px;
    top: 50%;
    margin-top: -25px;
}

@keyframes animate{
    from {
        opacity: 0;
    }

    to {
        opacity: 1;
    }
}

/* 992-1200px */
@media screen and (max-width: 1200px) {

    .bottom-card {
        margin: 100px 0 0;
    }

    #sitting-student-image {
        display: none;
    }

    #section-people-image {
        display: none;
    }

    .section {
        height: 2000px;
    }
}

@media screen and (min-width: 992px) {

    #sign-in {
        visibility: hidden;
    }
}

@media screen and (max-width: 992px) {


    .showClose {
        transform: translateX(150px);
    }


    .menu {
        display: none;
    }

    #logo {
        display: none;
    }

    #header-button {
        display: none;
    }

    .container {
        width: 700px;
    }

    .offer-title {
        margin-top: -150px;
        text-align: center;
    }

    .offer-text {
        text-align: center;
    }

    .section {
        height: 1800px;
    }

    #offer-form {
        margin-left: 150px;
    }

    .quote {
        padding-top: 250px;
    }

    .welcome-text {
        margin-top: 50px;
    }

    #people-image {
        display: none;
    }

    .bottom-image {
        height: 90%;
        width: 90%;
    }

    #copyright {
        margin-top: 50px;
    }

    .bottom-card {
        margin-left: 50px;
        font-size: 14px;
    }

    .span {
        display: flex;
    }
}

/* 576-768px */
@media screen and (max-width: 768px) {

    .container {
        width: 520px;
    }

    #logo {
        display: none;
    }

    .menu {
        justify-content: center;
    }

    .section {
        height: 2150px;
    }

    #offer-form {
        margin-left: 60px;
    }

    .quote {
        margin-top: 100px;
    }
}

/* 320-576px */
@media screen and (max-width: 576px) {

    .container {
        width: 90%;
    }

    .section {
        height: 2360px;
    }
}