@import url('https://fonts.googleapis.com/css2?family=Poppins&display=swap');


* {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
    font-family: 'Poppins', sans-serif;
}

body,
html {
    max-width: 100%;
}

.navbar {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    justify-content: space-between;
    background-color: white;
    padding: 2px 10px 2px 50px;
    width: 100%;
    border: 1px solid #D9D9D9;
    box-shadow: 0px 4px 4px rgb(0 0 26 / 25%);
    /* border-radius: 10px; */
    position: fixed;
    top: 0;
    left: 0;
    z-index: 9999;
}

.navbar a {
    display: block;
    text-decoration: none;
    margin: 0 15px;
    font-size: 1rem;
    color: #000;
    /* font-weight: 500; */
    transition: all 0.2s ease;

}

.navbar a:hover {
    color: #106672;
    font-weight: 600;
    /* border: 1px solid #000; */
    transform: scale(1.3);
}

.navbar a img {
    width: 80px;
}

.logo {
    margin-right: 50px;
}

.list {
    list-style: none;
    display: flex;
    gap: 25;
}

#toggler,
.navbar label {
    display: none;
    font-size: 300px;
}

.navbar i {
    font-size: 34px;
}

/*  Ending of Navigation Bar */





/* Background image of home page */


header {
    width: 100%;
    height: 100vh;
    background-image: url('img/about-bg4.jpg');
    background-position: center;
    background-size: cover;
    background-repeat: no-repeat;
    margin-top: 60px;
    /* border: 2px solid black; */
}


.world-class-training-container {
    width: 90%;
    /* border: 2px solid black; */
    margin: 80px auto;
}
.wrapper-content {
    display: flex;
    justify-content: space-between;
}
.world-class-training-container .wrapper-content img {
    width: 47%;
    height: auto;
    border-radius: 10px;
}
.world-class-training-container .text-content {
    /* border: 2px solid lightblue; */
    padding: 10px 0px 0px 50px;
    text-align: justify;
}
.world-class-training-container .text-content h1{
    font-size: 2.2rem;
}





.hiring-container {
    width: 90%;
    /* border: 2px solid black; */
    margin: 80px auto;
}
.hiring-container .wrapper-content img {
    width: 47%;
    height: auto;
    border-radius: 10px;
}
.hiring-container .text-content {
    /* border: 2px solid lightblue; */
    padding: 10px 50px 0px 0px;
    
}
.hiring-container .text-content h1{
    font-size: 2.2rem;
}
.hiring-container .text-content p{
text-align: justify;
}






/* Starting of Currently Placed heading section */

.currently-placed-heading {
    margin-top: 50px;
    text-align: center;
    font-size: 24px;
}

.currently-placed-container {
    display: flex;
    justify-content: space-between;
    align-items: center;
    flex-wrap: wrap;
    margin: 60px 80px;
}

.currently-placed-container .img-content img {
    width: 190px;
    height: 100px;
    /* border: 2px solid green; */
    /* border-radius: 100px; */
    /* list-style: ; */
}

/* Ending of Currently Placed heading section */







/* Starting of Students reviews Section  */

.review-heading {
    margin: 50px 0 30px 0;
    text-align: center;
    font-size: 24px;
}

/* Starting of Students reviews Section  */

.review-heading {
    margin: 50px 0 30px 0;
    text-align: center;
}

.review-container {
    display: flex;
    justify-content: center;
    align-items: center;
    flex-wrap: wrap;
    max-width: 100%;
    padding: 20px 30px;
}

.review-card {
    width: 350px;
    height: 380px;
    background: #FFFFFF;
    border: 1px solid #D9D9D9;
    box-shadow: 10px 4px 4px rgba(0, 0, 0, 0.25);
    border-radius: 5px 40px 5px 40px;
    margin: 0 20px;
    padding: 20px;
}

.review-card img {
    width: 80px;
    height: 90px;
    border-radius: 60%;

}

.review-card h3 {
    position: relative;
    left: 110px;
    bottom: 80px;
    line-height: 24px;
    font-size: 20px;
}
.review-card .review-title{
    font-size: 16px;
    color: #106672;
}

.review-container .review-card .para {
    text-align: justify;
    position: relative;
    bottom: 40px;
}

.swiper-wrapper {
    padding: 10px 0 50px 0;
}

/* Ending of Students reviews Section  */



























/* Small Mobile devices */
@media screen and (max-width: 480px) {
    
    .top-image-content {
        margin: 0;
        padding: 0;
    }

    .menu {
        width: 100%;
        max-height: 0;
        overflow: hidden;
    }

    .list {
        flex-direction: column;
        align-items: center;
        padding: 20px;
    }

    .navbar label {
        display: inline-flex;
        align-items: center;
        cursor: pointer;
    }

    #toggler:checked~.menu {
        max-height: 100%;
    }

    .review-container {
        display: block;
        /* padding: 10px 100px; */
    }
    .review-card {
        margin: 0px 40px;
    }
}





/* large Mobile devices */
@media screen and (max-width: 767px) {

    .menu {
        width: 100%;
        max-height: 0;
        overflow: hidden;
    }

    .list {
        flex-direction: column;
        align-items: center;
        padding: 20px;
    }

    .navbar label {
        display: inline-flex;
        align-items: center;
        cursor: pointer;
    }

    #toggler:checked~.menu {
        max-height: 100%;
    }

    .wrapper-content {
        display: block;
        margin: 0;
        padding: 0;
    }
    .world-class-training-container .wrapper-content img {
        width: 100%;
    }
    .world-class-training-container .text-content h1{
        font-size: 2rem;
    }

    .hiring-container .text-content h1{
        font-size: 2rem;
    }



    .review-container {
        display: block;
        padding: 10px 8vw;
    }
}





/* large Tablets devices */
@media screen and (max-width: 1000px) {

    .navbar {
        padding: 2px 10px 2px 40px;
    }

    .navbar a img {
        width: 70px;
    }

    .navbar a {
        margin: 0 10px;
        font-size: 1rem;
    }


    .wrapper-content {
        display: block;
        margin: 0;
        padding: 0;
    }
    .world-class-training-container .text-content{
        padding-left: 0px;
    }
    .world-class-training-container .wrapper-content img {
        width: 100%;
    }

    .hiring-container .wrapper-content img{
        width: 100%;
    }
    .hiring-container .text-content{
        padding-bottom: 40px;
    }
}

















































/* Starting of Footer Section  */

.footer {
    background-color: #000;
    padding: 30px 50px;
}

.footer-container {
    max-width: 1170px;
    background-color: #000;
    margin: auto;
}

.footer-row {
    display: flex;
    flex-wrap: wrap;
}

.footer ul {
    list-style: none;
    padding-left: 0;
}

.footer-column {
    width: 18%;
    padding: 0 15px;
}

.footer-contact-column {
    width: 32%;
    padding: 0 15px;
}

.footer-column,
.footer-contact-column,
h4 {
    font-size: 14px;
    color: rgb(255, 199, 95);
    text-transform: capitalize;
    margin-bottom: 25px;
    font-weight: 500;
    position: relative;
}

.footer h4 {
    font-size: 20px;
}

.foote-column,
.footer-contact-column ul li:not(:last-child) {
    margin-bottom: 10px;
}

.footer-column,
.footer-contact-column,
ul,
li,
a {
    font-size: 16px;
    line-height: 30px;
    text-decoration: none;
    font-weight: 300;
    color: rgb(180, 180, 180);
    display: block;
    transition: all 0.3s ease;
}

i {
    font-size: 20px;
    margin-right: 10px;
}

.footer-column,
.footer-contact-column,
ul,
li,
a:hover {
    color: #fff;
}

@media(max-width: 767px) {

    .footer-column,
    .footer-contact-column {
        width: 50%;
        margin-bottom: 30px;
    }
}

@media(max-width: 574px) {

    .footer-column,
    .footer-contact-column {
        width: 80%;
        margin-bottom: 30px;
    }
}


/* Ending of Footer Section  */