.slide-content {
    height: 400px;
}

.slide-content {
    align-items: center;
    display: flex;
    justify-content: space-between;
}

.slide-background {
    background: url('../assets/global/backOI.png');
    background-size: 100%;
    background-position: top;
    background-repeat: no-repeat;
}

.slide-text {
    width: 40%;
}

.slide-image {
    width: 50%;
}

.slide-image img {
    width: 130%;
    animation: float 6s ease-in-out infinite;
}

.slide-text div:nth-child(2) {
    padding-top: 10px;
}

.slide-text .section-title {
    font-size: 38px;
}

.aboutUs-content {
    align-items: center;
}

.aboutUs-text {
    margin: 0 auto;
    width: 60%;
}

.languages-content {
    align-items: center;
    height: auto;
    justify-content: space-between;
}

.languages-item {
    flex-basis: 40%;
}

.languages-item-image img {
    width: 100%;
}

.languages-bullets {
    width: 30%;
}

.languages-bullets-item {
    align-items: center;
}

.languages-bullets-item img {
    width: 80%;
}

.languages-bullets-item div:nth-child(1) {
    width: 40%;
}

.languages-bullets-item div:nth-child(2) {
    width: 50%;
}

.ourInstitute-content {
    align-items: center;
    /* height: 80px; */
}

.onlineClasses-content {
    height: auto;
    justify-content: space-between;
}

.ourInstitute-items img {
    width: 100%;
}

.onlineClasses-item:nth-child(1) {
    width: 55%;
}

.onlineClasses-item:nth-child(2) {
    width: 30%;
    height: 490px;
}

.onlineClasses-item-card {
    align-items: center;
    border: 5px solid #ffffffff;
    border-radius: 5px;
    display: inline-grid;
    padding: 20px 30px;
}

.onlineClasses-bullets {
    align-items: center;
    padding-bottom: 30px;
}

.onlineClasses-bullets ul {
    padding: 0;
    margin: 0;
}

.onlineClasses-bullets li {
    font-size: 14px;
    font-family: 'Roboto Light';
    padding: 5px;
    list-style: none;
}


.onlineClasses-bullets div:nth-child(1) {
    padding-right: 30px;
}

.contact-content {
    color: #ffffffff;
    height: auto;
}

.contact-content .section-text-underline {
    margin: 10px auto;
}

.contact-section-form {
    margin: 0 auto;
    padding-top: 30px;
    width: 60%;
}

.contact-section-form button {
    width: 100%;
    height: 50px;
    margin: 10px 0;
}

.contact-section-form label {
    padding-top:10px;
}


@keyframes float {
	0% {
		transform: translatey(0px);
	}
	50% {
		transform: translatey(-20px);
	}
	100% {
		transform: translatey(0px);
	}
}


@media ( min-width: 680px ) and ( max-width: 1079px ) {

    .onlineClasses-bullets {
        align-items: start;
    }

    .onlineClasses-content {
        display: grid !important;
    }
    
    .onlineClasses-item:nth-child(1) {
        width: 100%;
    }

    .onlineClasses-item:nth-child(2) {
        width: 100%;
        height: auto;
    }

    .slide-content {
        height: 200px;
        margin-top: 100px !important;
    }
}


@media ( min-width: 320px ) and (max-width: 500px ) {
    .slide-background {
        background-position: bottom;
    }
    
    .slide-content {
        height: 300px;
        margin-top: 100px !important;
    }

    .slide-text .section-title { 
        font-size: 24px;
    }

    .slide-text {
        width: 100%;
    }

    .slide-text div:nth-child(2) {
        width: 100%;
    }

    .aboutUs-text {
        width: 100%;
    }

    .aboutUs-content {
        height: 250px;
    }

    .languages-bullets {
        padding-bottom: 30px;
        width: 100%;
    }

    .languages-content {
        justify-content: center;
    }

    .languages-bullets-item div:nth-child(1) {
        margin: 0 auto;
        text-align: center;
        width: 60%;
    }

    .languages-bullets-item div:nth-child(2) {
        padding-top: 20px;
        width: 100%;
    }
    
    .languages-bullets-item img {
        width: 60%;
    }

    .languages-bullets-item p {
        text-align: center;
    }

    .onlineClasses-item:nth-child(1) {
        width: 100%;
    }

    .onlineClasses-bullets div:nth-child(1) {
        padding-right: 0;
        padding-bottom: 20px;
        text-align: center;
    }

    .onlineClasses-item:nth-child(2) {
        width: 100%;
        margin: 0 auto;
    }

    .aboutUs-content {
        height: auto;
    }
}

@media only screen and (min-width: 768px) {
    .wrapper-container {
      background: url(../Back-Pc.png);
      background-size: cover;
    }
}