@import url('https://fonts.googleapis.com/css2?family=Poppins:wght@500&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Kanit:wght@300&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Roboto:wght@300&display=swap');

* {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
    font-family: 'Poppins', sans-serif;
}

body {
    margin: auto;
}

section {
    width: 100%;
}

h1 {
    font-family: 'Poppins', sans-serif;
}

#img_1 {
    width: 100%;
    background-image: url("/images/Common/Home-img1-interface.jpg");
    background-position-x: 10%;
    position: absolute;
    top: 0;
    left: 0;
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
    opacity: 0.6;
    filter: blur(1px);
    height: -webkit-fill-available;
}

@keyframes enter-animation {
    0% {
        transform: translateY(200px);
        opacity: 0;
    }

    100% {
        transform: translateY(0);
        opacity: 1;
    }
}

@media (prefers-reduced-motion: no-preference) {
    .transition-animation {
        animation: enter-animation 1.6s 1;
    }
}

.intro-container {
    height: 85vh;
    display: flex;
    padding-top: 60px;
    margin-bottom: 200px;
}

.intro-left,
.intro-right {
    position: relative;
    height: 100%;
}

.intro-left {
    width: 100%;
    display: flex;
    justify-content: center;
    padding: 70px 0 0 15%;
    flex-direction: column;
    box-sizing: border-box;
}

.intro-left h1 {
    color: #0a090e;
    font-weight: bolder;
    cursor: default;
}

.intro-left span {
    color: #1c1852;
    font-weight: bolder;
    cursor: default;
    font-size: 40px;
}

.intro-left h {
    color: #0a090e;
    font-weight: bolder;
    cursor: default;
    font-size: 20px;
}

.intro-left h1:nth-child(1) {
    font-size: 3rem;
}

.intro-left h1:nth-child(2) {
    color: #1c1852;
    font-size: 40px;
}

.intro-left .button-group {
    margin-top: 30px;
    cursor: pointer;

}

.intro-left .button-group a:nth-child(1) {
    color: white;
    text-decoration: none;
    background-color: #1c1852;
    border-radius: 20px;
    text-align: center;
    padding: 7px 20px;
    margin-right: 8px;
    opacity: 5;
}


.intro-left .button-group a:nth-child(2) {
    color: #1c1852;
    text-decoration: none;
    outline: none;
    border: 1px solid #1c1852;
    box-sizing: border-box;
    background-color: transparent;
    border-radius: 20px;
    text-align: center;
    padding: 7px 20px;
    margin-right: 8px;
    font-weight: 600;
    opacity: 5;
}

.intro-left .button-group a:nth-child(1):hover {
    color: #1c1852;
    font-weight: bolder;
    border: 1px solid black;
    background: transparent;
}

.intro-left .button-group a:nth-child(2):hover {
    background: #1c1852;
    color: white;
    border: 1px solid black;
}

#think {
    height: 12em;
    width: 25rem;
    border-radius: 2rem;
}

@keyframes enter-animation1 {
    0% {
        transform: translateX(-400px);
        opacity: 0;
    }

    100% {
        transform: translateY(0);
        opacity: 1;
    }
}

@media (prefers-reduced-motion: no-preference) {
    .success-transition-animation {
        animation: enter-animation1 1.6s 1;
    }
}

/* -------------------------SUCCESS ASPIRANTS SECTION------------------------------- */

/* color-primary-white: rgb(240, 240, 240); */

/* main {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  padding: 50px;
  font-family: 'Roboto', sans-serif;
} */
/* 
.card {
  width: 24rem;
  height: 30rem;
  border-radius: 10px;
  overflow: hidden;
  cursor: pointer;
  position: relative;
  color: white;
  box-shadow: 0 10px 30px 5px rgba(0, 0, 0, 0.2);
} 
.card img {
    position: absolute;
    object-fit: cover;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    opacity: 0.9;
    transition: opacity .2s ease-out;
}

.card .card-content h2 {
    position: absolute;
    inset: auto auto 30px 30px;
    margin: 0;
    transition: inset .3s .3s ease-out;
    font-family: 'Roboto Condensed', sans-serif;
    font-weight: normal;
    text-transform: uppercase;
}
  
.success-asp .card .card-content p{
    position: absolute;
    opacity: 0;
    max-width: 80%;
    transition: opacity .3s ease-out;
}
  
.card .card-content  p {
    inset: auto auto 80px 30px;
}
  
.card .card-content a {
    inset: auto auto 40px 30px;
    color: inherit;
    text-decoration: none;
}
  
.card:hover h2 {
    inset: auto auto 220px 30px;
    transition: inset .3s ease-out;
}
  
.card:hover .card-content p{
    opacity: 1; 
    transition: opacity .5s .1s ease-in;
}
  
.card:hover img {
    transition: opacity .3s ease-in;
    opacity: 1;
}

.material-symbols-outlined {
  vertical-align: middle;
}
 */

/* .card_body{
    display: flex;
    flex-direction: row;
} */

.slide-container {
    max-width: 1120px;
    width: 100%;
}

.slide-content {
    margin: 0 40px;
    overflow: hidden;
    border-radius: 25px;
}

.card {
    border-radius: 25px;
    background-color: #FFF;
}

.image-content,
.card-content {
    display: flex;
    flex-direction: column;
    align-items: center;
    padding: 5px 14px;
}

.card-content h5 {
    margin: 0.4rem 0rem;
    font-size: 16px;
    color: #1A5F7A;
}

.card-content .description {
    margin-bottom: 2rem;
    margin-left: 10px;
}

.card-content .social {
    width: 80%;
    display: flex;
    justify-content: space-around;
    padding-bottom: 1rem;
}

.card-content .social a {
    text-decoration: none;
    cursor: pointer;
}

.card-content .social a i:hover {
    color: #090979;
}

.card-content .social a i {
    font-size: 25px;
    color: black;
}

.image-content {
    position: relative;
    row-gap: 5px;
    padding: 25px 0;
}

.overlay {
    position: absolute;
    left: 0;
    top: 0;
    height: 96%;
    width: 100%;
    background-color: #1c1852;
    opacity: 0.8;
    border-radius: 25px 25px 0 25px;
}

.overlay::before,
.overlay::after {
    content: '';
    position: absolute;
    right: 0;
    bottom: -40px;
    height: 40px;
    width: 40px;
    background-color: #1c1852;
}

.overlay::after {
    border-radius: 0 25px 0 0;
    background-color: #FFF;
}

.card-image {
    position: relative;
    height: 150px;
    width: 150px;
    border-radius: 50%;
    background: #FFF;
    padding: 4px;
}

.card-image .card-img {
    height: 100%;
    width: 100%;
    object-fit: cover;
    border-radius: 50%;
    border: 4px solid #4070F4;
}

.card-image img {
    width: 100%;
    height: 100%;
    border-radius: 8rem;
}

.name {
    font-size: 20px;
    font-weight: 800;
    color: #6E93f7;
}

.tech {
    font-size: 12px;
    font-weight: 500;
    color: black;
}

.description {
    font-size: 16px;
    font-weight: 800;
    color: #1c1852;
    text-decoration: none;
}

.swiper-navBtn {
    color: #6E93f7;
    transition: color 0.3s ease;
}

.swiper-navBtn:hover {
    width: 40px;
    height: 40px;
    border-radius: 20px;
    background-color: #1c1852;
    color: #579BB1;
}

.swiper-navBtn::before,
.swiper-navBtn::after {
    font-size: 20px;
}

.swiper-button-next {
    right: 0;
}

.swiper-button-prev {
    left: 0;
}

.swiper-pagination-bullet {
    background-color: #1c1852;
    opacity: 0.8;
}

.swiper-pagination-bullet-active {
    background-color: #1c1852;
}

@media screen and (max-width: 768px) {
    .slide-content {
        margin: 0 10px;
    }

    .swiper-navBtn {
        display: none;
    }
}

.success-asp h1 {
    text-align: center;
    margin: 0% 0 3% 0;
    text-transform: uppercase;
}

.success-asp #colr {
    color: #1c1852;
}

@keyframes enter-animation1 {
    0% {
        transform: translateX(-400px);
        opacity: 0;
    }

    100% {
        transform: translateY(0);
        opacity: 1;
    }
}

@media (prefers-reduced-motion: no-preference) {
    .success-transition-animation {
        animation: enter-animation1 1.6s 1;
    }
}

.current-asp {
    margin-bottom: 5%;
}

.current-asp h1 {
    text-align: center;
    margin-top: 50px;
    text-transform: uppercase;
}

.current-asp .txt {
    text-align: center;
    font-size: large;
}

.current-asp .card-content h5 {
    margin-bottom: 5px;
}

.current-asp .card-content .description {
    margin-bottom: 20px;
}

.current-asp #colr {
    color: #1c1852;
}

.names {
    margin-bottom: 0rem;
    font-size: 20px;
    font-weight: 800;
    color: #579BB1;
}

.overlay-on {
    position: absolute;
    left: 0;
    top: 0;
    height: 96%;
    width: 100%;
    background-color: #4C3575;
    opacity: 0.8;
    border-radius: 25px 25px 0 25px;
}

.overlay-on::before,
.overlay-on::after {
    content: '';
    position: absolute;
    right: 0;
    bottom: -40px;
    height: 40px;
    width: 40px;
    background-color: #4C3575;
}

.overlay-on::after {
    border-radius: 0 25px 0 0;
    background-color: #FFF;
}

@keyframes enter-animation2 {
    0% {
        transform: translateY(200px);
        opacity: 0;
    }

    100% {
        transform: translateY(0);
        opacity: 1;
    }
}

@media (prefers-reduced-motion: no-preference) {
    .current-transition-animation {
        animation: enter-animation2 1.6s 1;
    }
}

.expect_sec{
    width: 100%;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
}

.container5 {
    position: relative;
    width: 90%;
    margin-top: 10px;
    padding-bottom: 30px;
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: space-between;
}

.container5 .text h1, .container5-1 .text h1{
    text-align: center;
}

.container5 .image {
    width: 40%;
    height: 100%;
    display: flex;
    justify-content: right;
    flex-direction: row;
}

.container5 .image img {
    width: 100%;
    height: 100%;
}

.text {
    color: black;
    /* display: flex;
    flex-direction: column;
    text-align: left; */
    transform: translateY(-14px);
    width: 55%;
}

.text2 {
    color: rgb(51, 51, 51);
    font-size: 1.1rem;
    font-weight: 400;
    word-spacing: 2px;
    font-family: 'Roboto', sans-serif;
    line-height: 2rem;
}

.text2 li {
    list-style: circle;
    font-family: 'Dosis', sans-serif;
}

.text1 {
    color: rgb(51, 51, 51);
    font-size: 1.1rem;
    font-weight: 400;
    word-spacing: 2px;
    font-family: 'Roboto', sans-serif;
    line-height: 2rem;
    margin-top: 20px;
}

.text1 li {
    font-family: 'Dosis', sans-serif;
    list-style-type: none;
    text-align: justify;
}

.text1 li i{
    color: green !important;
}

.text h1 {
    font-family: 'Poppins', sans-serif;
    font-weight: bold;
    font-size: 2rem;
}

#text-para {
    padding-left: 0;
}

.container5-1 {
    position: relative;
    width: 90%;
    margin-top: 10px;
    padding-bottom: 30px;
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: space-between;
}

.container5-1 .image {
    width: 40%;
    height: 100%;
    display: flex;
    justify-content: right;
    flex-direction: row;
}

.container5-1 .image img {
    width: 100%;
    height: 100%;
}

.foot_box{
    width: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
    padding: 40px 0px;
}

.quote-box{
    width: 60%;
    display: flex;
    flex-direction: column;
    justify-content: center;
    margin: 10px 0px;
    padding: 10px 0px;
    background-color: lavender;
}

.quote-box i{
    font-size: 35px;
    color: #1c1852 !important;
    text-align: center;
}

.quote-box h4{
    margin: 20px 0px;
    font-size: 30px;
    font-weight: 300;
    text-align: center;
    line-height: 50px;
}
/* .motive {
    margin-top: 35px;
    display: flex;
    flex-direction: row;
    justify-content: space-around;
    height: 300px;
}

.motive img {
    box-shadow: 6px 4px 15px #000000ea;
} */


@keyframes enter-animation3 {
    0% {
        transform: translateX(-200px);
        opacity: 0;
    }

    100% {
        transform: translateY(0);
        opacity: 1;
    }
}

@media (prefers-reduced-motion: no-preference) {
    .text1-transition-animation {
        animation: enter-animation3 1.6s 1;
    }
}

@keyframes enter-animation4 {
    0% {
        transform: translateY(200px);
        opacity: 0;
    }

    100% {
        transform: translateY(0);
        opacity: 1;
    }
}

@media (prefers-reduced-motion: no-preference) {
    .text2-transition-animation {
        animation: enter-animation4 1.6s 1;
    }
}

@keyframes enter-animation4 {
    0% {
        transform: translateY(200px);
        opacity: 0;
    }

    100% {
        transform: translateY(0);
        opacity: 1;
    }
}

@media (prefers-reduced-motion: no-preference) {
    .image1-transition-animation {
        animation: enter-animation4 1.6s 1;
    }
}

@keyframes enter-animation5 {
    0% {
        transform: translateX(-300px);
        opacity: 0;
    }

    100% {
        transform: translateY(0);
        opacity: 1;
    }
}

@media (prefers-reduced-motion: no-preference) {
    .image2-transition-animation {
        animation: enter-animation5 1.6s 1;
    }
}

@keyframes enter-animation6 {
    0% {
        transform: translateY(200px);
        opacity: 0;
    }

    100% {
        transform: translateY(0);
        opacity: 1;
    }
}

@media (prefers-reduced-motion: no-preference) {
    .images-transition-animation {
        animation: enter-animation6 1.6s 1;
    }
}

.sidebar2 ul li:nth-child(4) a .fa {
    background-color: #5B636A;
}

.sidebar2 ul li a .fa {
    color: white;
    padding: 15px 12px;
    margin-right: 8px;
    border-radius: 5px;
}

@media screen and (max-width:1000px) {
    .container5 {
        display: flex;
        flex-direction: column-reverse;
    }

    .container5-1 {
        display: flex;
        flex-direction: column;
    }

    #cont-2_bg {
        display: flex;
        flex-direction: column-reverse;
    }

    .container1 .image {
        width: 80%;
        justify-content: center;
    }

    .container1 .text {
        margin: 20px 0px;
        width: 90%;
    }

    .text {
        padding-left: 0;
    }
}

@media screen and (max-width: 990px) {
    body {
        width: 100%;
    }

    .intro-container #img_1 {
        width: 100%;
    }

    ul {
        margin-bottom: 16px;
    }

    .container5-1 .image img,
    .container5 .image img {
        width: 70%;
        margin-bottom: 1rem;
    }
}


@media screen and (max-width: 850px) {
    .intro-container #img_1 {
        width: 100%;
    }

    .intro-container {
        flex-direction: column-reverse;
    }

    .intro-container div {
        width: 100%;
    }

    .intro-left {
        height: 100%;
    }

    .intro-right {
        height: 80vh;
    }
}

@media screen and (max-width:700px) {
    .motive {
        display: flex;
        flex-direction: column;
        width: 100%;
        align-items: center;
        height: auto;
    }

    .motive img {
        width: 30%;
        margin-bottom: 10%;
    }
}

@media screen and (max-width:550px) {
    body {
        margin: auto;
    }


    .intro-container #img_1 {
        width: 100%;
        height: 90vh;
    }

    .intro-left h1:nth-child(1) {
        font-size: 2rem;
    }

    .intro-left h1:nth-child(2) {
        font-size: 2rem;
    }

    .intro-left h1:nth-child(1) {
        font-size: 2rem;
    }

    .intro-left h1:nth-child(2) {
        font-size: 2rem;
    }

    .intro-left span {
        font-size: 2rem;
    }

    .text {
        width: 100%;
    }

    .transition1 h1 {
        width: 75%;
        margin-left: 4rem;
    }

    .container5 .image {
        width: 90%;
    }

    .container5-1 .image {
        width: 90%;
    }

    .text h1 {
        font-size: 1.7rem;
    }

    .intro-container {
        margin-bottom: 50px;
    }
}

@media screen and (max-width:500px) {
    body {
        margin: auto;
    }

    .intro-container #img_1 {
        width: 100%;
    }
}

@media screen and (max-width:460px) {

    body {
        margin: auto;
    }

    .text h1 {
        font-size: 1.5rem;
    }

    .transition1 h1 {
        margin-left: 3.2rem;
    }
}

@media screen and (max-width:430px) {
    .text2 li {
        list-style: circle;
        font-family: 'Dosis', sans-serif;
        font-size: 14px;
    }
    .transition1 h1 {
        width: 75%;
        
        font-size: 22px;
    }
    
    .intro-container #img_1 {
        width: 100%;
    }
    
    .intro-container {
        height: 90vh;
    }

    .intro-container h1:nth-child(1) {
        font-size: 2rem;
    }

    .intro-container h1:nth-child(2) {
        font-size: 2rem;
    }

    .intro-left .button-group a:nth-child(1) {
        padding: 8px 15px;
        font-size: 12px;
    }

    .intro-left .button-group a:nth-child(2) {
        padding: 8px 15px;
        font-size: 12px;
    }

    .intro-left h1:nth-child(1) {
        font-size: 2rem;
    }

    .intro-left h1:nth-child(2) {
        font-size: 2rem;
    }

    .intro-left span {
        font-size: 2rem;
    }

    .intro-left h {
        font-size: 15px;
        font-weight: 700;
    }

    .text h1 {
        font-size: 24px;
    }

    #think {
        width: 20rem;
    }
    .text1 li {
        font-family: 'Dosis', sans-serif;
        list-style-type: none;
        /* text-align: left; */
        font-size: 14px;
    }
    .enrol div p {
        margin-top: 10px;
        margin-left: 0;
        font-size: 22px !important;
    }
    .text1{
        word-spacing: 1px;
        line-height: 30px;
        padding: 0;
    }
    .quote-box h4 {
        margin: 20px 0px;
        font-size: 25px;
        font-weight: 300;
        text-align: center;
        line-height: 37px;
    }
    .container5 .image img {
        width: 100%;
        height: auto;
    }
    .container5-1 .image {
        width: 100%;
    }
    .container5-1{
        padding-bottom: 0;
    }
    .enrol div p {
        margin-top: 10px;
        margin-left: 0;
        font-size: 22px;
    }
    .foot_box{
        padding: 0;
    }
}

@media screen and (max-width:387px) {
    .intro-container #img_1 {
        width: 100%;
    }

    .intro-left h1:nth-child(1) {
        font-size: 2rem;
    }

    .intro-left h1:nth-child(2) {
        font-size: 2rem;
    }

    .intro-left span {

        font-size: 2rem;

    }

    .text h1 {
        font-size: 1.3rem;
    }

    .transition1 h1 {
        width: 85%;
        margin-left: 1.7rem;
    }

    .intro-left h1:nth-child(1) {
        font-size: 1.6rem;
    }

    .intro-left span {
        font-size: 1.6rem;
    }
}

@media screen and (max-width:360px) {
    body {
        width: 100%;
    }

    .intro-container #img_1 {
        width: 100%;
        background-size: cover;
    }

    .intro-left h1:nth-child(1) {
        font-size: 1.5rem;
    }

    .intro-left h1:nth-child(2) {
        font-size: 1.7rem;
    }

    .intro-left span {
        font-size: 1.5rem;
    }
    .text h1 {
        font-size: 23px;
    }
    .quote-box h4 {
        margin: 20px 0px;
        font-size: 24px;
    }
    #think {
        width: 20rem;
        margin-left: 33px;
    }
}

@media screen and (max-width: 335px) {
    #think {
        width: 18rem;
    }
}
@media screen and (max-width:316px){
    .transition1 h1 {
            font-size: 25px;
        }
        #think {
            width: 16rem;
            /* height: 3%; */
        }
}