body {
    margin: 0;
    font-family: 'Nunito Sans', sans-serif;
}

/* --------------------------------------------------AboutusSection1-------------------------------------------------------------- */

.AboutusSection1Main {
    position: relative;
    overflow: hidden;
}

.AS1MImg{
    position: relative;
    border-bottom: 2px solid white;
}

.AS1MImg img {
    width: 100%;
    height: 85.4vh;
    display: block;
    object-fit: cover;
}

.leftarrow {
    position: absolute;
    top: 50%;
    left: 0%;
    transform: translate(0%, -50%);
    font-size: 30px;
    padding: 0px 20px;
    background-color: gold;
    border-radius: 20%;
    margin: 0px 20px;
    z-index: 100;
}

.rightarrow {
    position: absolute;
    top: 50%;
    right: 0%;
    transform: translate(0%, -50%);
    font-size: 30px;
    padding: 0px 20px;
    background-color: gold;
    border-radius: 20%;
    margin: 0px 20px;
    z-index: 100;
}

.leftarrow:hover,.rightarrow:hover{
    cursor: pointer;
}



.AS1MTitleContainer{
    position: absolute;
    bottom: 50px;
    left: 70px;
    border-radius: 15px;
    opacity: 0;
    animation: fadeIn 3.5s ease forwards;
    background: linear-gradient(to right, black, gray);
}

.AS1MTCContext{
    padding: 0px 150px;
    color: rgb(222, 193, 87);
    text-align: center;
}

.AS1MTCContext h1{
    font-size: 70px;
    font-weight: 700;
}


@keyframes fadeIn {
    to {
        opacity: 1;
    }
}

@media (width<=1280px) {
    .AS1MImg img {
        width: 100%;
        height: 100%;
    }
}

/* 
@keyframes change {
    33.3%{
        background-image: url('visionimg.png');
    }
    66.6%{
        background-image: url('missionimg.png');
    }
} */


/* --------------------------------------------------AboutusSection1-------------------------------------------------------------- */

/* --------------------------------------------------AboutusSection2-------------------------------------------------------------- */

.AboutusSection2{
    padding: 60px;
    background: linear-gradient(to right, black, gray);
    overflow: hidden;
}

.AboutusSection2Main{
    display: flex;
    flex-direction: row;
    justify-content: center;
    align-items: center;
    opacity: 1;
}

.AboutusSection2MainPart1{
    width: 60%;
}

.AS2MP1Img img{
    width: 100%;
    height: 500px;
    object-fit: cover;
    display: block;
    border-radius: 25px;
}

.AboutusSection2MainPart2{
    width: 50%;
}

.AboutusSection2MainPart2Container {
    padding: 70px;
    padding-right: 0px;
}

.AboutusSection2MainPart2Container1{
    color: rgb(222, 193, 87);
}

.AS2MP2C1H1 h1{
    font-size: 56px;
    font-weight: 700;
    margin: 0px;
}

.AS2MP2C1H1Para{
    text-align: justify;
}

.plspopup.active .AboutusSection2Main{
    animation: 2s clouds linear;
    opacity: 1;
}

/* --------------------------------------------------AboutusSection2-------------------------------------------------------------- */

/* --------------------------------------------------AboutusSection3-------------------------------------------------------------- */

.AboutusSection3{
    padding: 60px;
    background: linear-gradient(to right, black, gray);
    overflow: hidden;
}

.AboutusSection3Main{
    display: flex;
    flex-direction: row;
    justify-content: center;
    align-items: center;
    opacity: 1;
}

.AboutusSection3MainPart2{
    width: 60%;
}

.AS3MP2Img img{
    width: 100%;
    height: 500px;
    object-fit: cover;
    display: block;
    border-radius: 25px;
}

.AboutusSection3MainPart1{
    width: 50%;
}

.AboutusSection3MainPart1Container {
    padding: 70px;
    padding-left: 0px;
}

.AboutusSection3MainPart1Container1{
    color: rgb(222, 193, 87);
}

.AS3MP1C1H1 h1{
    font-size: 56px;
    font-weight: 700;
    margin: 0px;
}

.AS3MP1C1H1Para{
    text-align: justify;
}

.plspopup.active .AboutusSection3Main{
    animation: 2s clouds linear;
    opacity: 1;
}

/* --------------------------------------------------AboutusSection3-------------------------------------------------------------- */

/* --------------------------------------------------AboutusSection4-------------------------------------------------------------- */

.AboutusSection4{
    padding: 60px;
    background: linear-gradient(to right, black, gray);
}

.AboutusSection4Main{
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
}

.AboutusSection4Part1 h1{
    color: rgb(222, 193, 87);
    font-size: 56px;
    font-weight: 700;
}

.AboutusSection4Part2Container{
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    justify-content: center;
}

.AS4P2CEach{
    width: 450px;
    overflow: hidden;
}

.AS4P2CEachImg {
    height: 450px;
    position: relative;
}

.AS4P2CEachImg img{
    width: 100%;
    height: 100%;
    object-fit: cover;
    display: block;
}

.AS4P2CEachContext {
    position: absolute;
    bottom: 0;
    width: 100%;
    height: 100%;
    color: white;
    display: flex;
    align-items: center;
    flex-direction: row;
    justify-content: center;
    background: radial-gradient(transparent, black 150%);
}

.AS4P2CECMain {
    width: 100%;
}

.AS4P2CECMPart {
    display: flex;
    flex-direction: column;
    align-items: center;
}

.AS4P2CECH1{
    text-align: center;
}

.AS4P2CECH1 h1 {
    margin: 10px;
    font-size: 24px;
    font-weight: 700;
}

.AS4P2CECSpan {
    text-align: center;
    padding: 0px 20px;
}

/* .AS4P2CEachImg:hover{
    cursor: pointer;
    
}

.AS4P2CEachImg img:hover{
    transform: scale(1.05);
    transition: transform 3s;
} */
.AS4P2CEachImg:hover{
    cursor: pointer;
}
.AS4P2CEachImg:hover img {
    transform: scale(1.1);
    transition: transform 0.5s ease-in-out;
    
}

@media (width<1024px) {
    .AS4P2CEach{
        width: 700px;
    }
}


/* --------------------------------------------------AboutusSection4-------------------------------------------------------------- */