*{
    box-sizing: border-box;
    padding: 0;
    margin: 0;
    /* font-family: Georgia, 'Times New Roman', Times, serif; */
    font-optical-sizing: auto;
    font-family: "Inria Sans", sans-serif;
}
html {
    overflow-x: hidden;

  }
.loading-animation{
    margin: 0;
    padding: 0;
    width: 100%;
    height: 100vh;
    display: flex;
    justify-content: center;
    align-items: center;
    background-color: #071241;

    /* background: url("./images/664f174c5e1aad0fd430c975_background-art.webp"); */

}

#main{
    display: none;
}
.main{
    margin: 0;
    padding: 0;
    background-color: #08004e;
    background: linear-gradient(90deg, rgb(53, 4, 68) 0%, rgb(112, 8, 216) 40%, rgb(54, 8, 71) 100%);
    background: url("./images/664f174c5e1aad0fd430c975_background-art.webp");
     background-repeat: repeat-y;
    background-size: 100%;
}

.oval-bg{
    position: absolute;
    background-color: rgb(49, 66, 199);
    width: 700px;
    height: 900px;
    top: 400vh;
    border-radius: 50%;
    filter: blur(120px);
    transform: rotate(30deg);
}
/* navbar */
.navbar {
    height: 60px;
    width: 100%;
    /* border: 1px solid rgb(200, 200, 200); */
    /* background: rgba(125, 125, 125, 0.3); */
    /* position: relative; */
    border-bottom-left-radius: 10px;
    border-bottom-right-radius: 10px;
    display: flex;
    justify-content: space-between;
    align-items: center;
    /* box-shadow: 10px 10px 25px #0000002c; */
    /* position: fixed; */
    top: 0px;
    z-index: 1000;
    backdrop-filter: blur(8px);
}

.navbar div {
    padding: 20px 30px 10px 30px;
}

.navbar div a {
    color: white;
    text-decoration: none;
    font-size: 18px;
    font-weight: 600;
}
.navbar .navbar__left {
    margin-left: 170px;
    display: flex;
    gap: 60px;
}
.navbar .navbar__right {
    display: flex;
    gap: 60px;
    margin-right: 170px;
}
.navbar .navbar__center img {
    margin-top: 20px;
    margin-left: 32px;
    width: 80px;
}

/* homepage  */
.home-page{
    width: 100%;
    height:100vh;
    position: relative;
    /* background-color: yellow; */
}
.home-glass{
    z-index: 3;
    height: 75vh;
    width: 75%;
    color: aliceblue;
    position: absolute;
    top: 45%;
    left: 49%;
    transform: translate(-50%, -50%);
}
.home-row{
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
    height: 100%;
}
.home-col-1{
    padding-left: 25px;
    padding-top: 70px;
    flex-basis: 48%;
    /* background-color: green; */
}
.home-col-1 h1{
    font-size: 50px;
    padding-top: 15px;
    background: -webkit-linear-gradient(#c6dada, #9845ea);
    background-clip: text;
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
}
.home-col-1 h3{
    font-size: 20px;
    /* font-family: 'Gill Sans', 'Gill Sans MT', Calibri, 'Trebuchet MS', sans-serifo; */

    padding-top: 8px;
}
.home-col-1 p{
    /* font-family: sans-serif; */
    font-size: 16px;
    text-align: justify;
    padding-top: 8px;
    color: aliceblue;
}
.home-col-2{
    flex-basis: 50%;
    padding-left: 40px;
    position: relative;
    /* background-color: violet; */
}
.home-col-2 .main-home-img img{
    margin-left: 15px;
    height: 500px;
    width: 100%;
    margin-top: 10px;
    /* background-color: red; */
    position: relative;
}
.btn {
    margin-top: 20px;
    width: 200px;
    height: 50px;
    background: -webkit-linear-gradient(#48187f, #9845ea);
    color: #fff;
    border-radius: 50px;
    border: none;
    outline: none;
    cursor: pointer;
    position: relative;
    box-shadow: 0 15px 30px rgba(0, 0, 0, 0.5);
    overflow: hidden;
  }
  
  .btn span {
    font-size: 12px;
    text-transform: uppercase;
    letter-spacing: 1px;
    transition: top 0.5s;
  }
  
  .btn-text-one {
    position: absolute;
    width: 100%;
    top: 50%;
    left: 0;
    transform: translateY(-50%);
  }
  
  .btn-text-two {
    position: absolute;
    width: 100%;
    top: 150%;
    left: 0;
    transform: translateY(-50%);
  }
  
  .btn:hover .btn-text-one {
    top: -100%;
  }
  
  .btn:hover .btn-text-two {
    top: 50%;
  }
  
  
  @media (max-width: 768px) {
    .btn-container {
      display: flex;
      justify-content: center;
      width: 100%;
      margin-top: 20px; /* Adjust as needed */
    }
  
    .btn {
      width: 100%;
      margin-left: 40px;
      height: 40px;
      max-width: 200px; /* Adjust as needed */
    }
  }


.blur-box {
    border: solid 2px #1e1e1e5e;
    border-radius: var(--box-border-radius);

    backdrop-filter: blur(80px);
    background-color: #1e1e1e4e;
}

.content-box > * {
    padding: 1rem;
}

.container-text > * {
    padding: 1rem;
}

.container-image > img {
    width: 60vh;
    border-radius: var(--box-border-radius);
    display: flex;
    align-items: center;
    /* background-color: aliceblue; */
    justify-content: center;
    
}

.cloud-img  img{
    width: 550px;
    position: absolute;
    z-index: 8;
     top: 10px; 
     left: 55px; 
    /* background-color: aliceblue; */
    filter: blur(0px);
    animation-name:cloud-img ;
    animation-duration: 3s;
    animation-timing-function: ease-in-out;
    animation-iteration-count: infinite;
}
@keyframes cloud-img {
    0% {
        top: 10px; /* Move to 50px at the halfway point */
    }
    50% {
        top: 0px; /* Move to 50px at the halfway point */
    }
    100% {
        top: 10px; /* Return to the original position */
    }
}


/* about-pge */
.about-page{
    width: 100%;
    height:100vh;
    position: relative;
    color: aliceblue;
    margin-bottom: 15vh;
    /* background-color: green; */
}
.about-container{
    /* background-color: red; */
    height: 70vh;
    width: 70%;
    position: absolute;
    top: 35%;
    left: 50%;
    transform: translate(-50%,-50%);
    
}
.about-heading{
    /* background-color: grey; */
    height: 50px;
    margin-left: 40px;
    width: 100%;
    font-size: 25px;
    margin-top: 10px;
    /* background-color: red; */
}
/* .about-heading h1{
    background: -webkit-linear-gradient(#c6dada, #9845ea);
    background-clip: text;
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
} */
.about-content-box{
    /* background-color: rgb(177, 42, 171); */
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
    border: 1.2px solid white;
    border-radius: 25px;
    height: 400px; 
    background-color: rgba(45, 42, 42, 0.155);
    box-shadow: rgba(0, 0, 0, 0.675) 0px 5px 15px;
    z-index: 3;
    opacity: .5;
    /* scale: 0.9; */
    animation: fadein linear forwards;
    animation-timeline: view();
    animation-range: 10px 150px; 
}

.about-col-1{
    flex-basis: 55%;
    padding: 40px;
    padding-top: 20px;
    color: rgb(224, 230, 235);

    /* background-color: blue; */
}
.about-col-1 p{
    font-size: 17px;
    text-align: justify;
    font-family: sans-serif;
    /* background-color: #08004e; */
}
.about-col-2{
    flex-basis: 45%;
    /* background-color: orange; */
}
.about-col-2 img{
    margin-top:0px;
    height: 320px;
    margin-right: 5%;
    width: 95%;
    border-radius: 20px;
}
.perk-head{
    margin-top: 30px;
    height: 40px;
    padding: 5px;
    margin-bottom: 20px;
    text-align: center;
    text-shadow: 2px 2px 2px #403e3e;
    font-size: 22px;
    /* background-color: red; */
}
.perks-container{
    /* background-color:yellow; */
    height: 120px;
    display: flex;
    flex-direction: row;
    position: relative;
    overflow: hidden;
    mask-image: linear-gradient(
        to right,
        rgba(0,0,0,0),
        rgba(0,0,0,1) 15%, 
        rgba(0,0,0,1) 85%,
        rgba(0,0,0,0)
    );
}

.perk-box{
    margin-top: 5px;
    /* margin-right: 15px; */
    /* margin-left: 15px; */
    background-color:rgba(90, 93, 90, 0.57);
    height: 105px;
    width: 160px;
    /* border: 2px solid rgb(255, 231, 137); */
    border-radius: 10px;
    position: absolute;
    left: 100%;
    animation-name: scrollLeft;
    animation-duration: 30s;
    animation-timing-function: linear;
    animation-iteration-count: infinite;
    animation-play-state: running;
}
.perk-box img{
    height: 105px;
    width: 160px;
    border-radius: 10px;   
}
/* .perks-container:hover .perk-box{
    animation-play-state: paused;
} */
.box1 { animation-delay: -25s; }
.box2 { animation-delay: -20s; }
.box3 { animation-delay: -15s; }
.box4 { animation-delay: -10s; }
.box5 { animation-delay: -5s; }
.box6 { animation-delay: 0s; }
@keyframes scrollLeft {
    to {
        left: -200px;
    }
}


/* about page objects */
.american-football img{
    width: 200px;
    filter: blur(3px);
    position: absolute;
    bottom: -150px;
    right: 400px;
    animation: football linear;
    animation-timeline: view(); 
}
@keyframes football {
    to {
        bottom: -400px;
    }
}
.squigly-line img{
    width: 190px;
    filter: blur(5px);
    position: absolute;
    top: -100px;
    left: 55px;
    z-index: 0;
    animation: squigly-line linear forwards;
    animation-timeline: view(); 
}
@keyframes squigly-line {
    to {
        top: 250px;
    }
}

/* event-page */
.event-page{
    width: 100%;
    height:100vh;
    color: white;
    margin-bottom: 10vh;  
}
.event-section{
    text-align: center;
    /* background-color: yellow; */
    padding: 30px 20px;
    
}
.event-grid{
    display: flex;
    justify-content: space-evenly;
    padding: 2px 50px;
    align-items: center;
    /* background-color: red; */
    /* position: relative; */
}
@keyframes fadein {
    to {
        opacity: 100%;
        scale: 1;
    }
}


.event-box{
    width: 25vw;
    height: 35vh;
    /* background-color: antiquewhite; */
    border-radius: 10px;
    /* border: 1px solid rgba(110, 110, 110, 0.899); */
    box-shadow: 0px 0px 15px  rgba(0, 0, 0, 0.9);
    opacity: 0;
    scale: 0.5;
    animation: fadein linear forwards;
    animation-timeline: view();
    animation-range: 10px 300px; 
    transition: transform 0.3s ease-in-out; 
}
.event-box:hover{
    transform: scale(1.02);
}
.event-box img{
    width: 25vw;
    height: 35vh;
    border-radius: 0px;  
}
.wp-caption {
    position: relative;
    padding: 0;
    margin: 0;
    }
    .wp-caption img {
    display: block;
    max-width: 100%;
    /* height: auto; */
    border-radius: 10px;
    }
    .wp-caption:after {
    content: "";
    position: absolute;
    display: block;
    left: 0;
    top: 0;
    border-radius: 10px;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0) linear-gradient(to bottom, rgba(0, 0, 0, 0) 0px, rgba(0, 0, 0, 0.6) 100%) repeat 0 0;
    z-index: 1;
    }
    .wp-caption-text {
    display: block;
    position: absolute;
    width: 100%;
    color: #fff;
    left: 0;
    bottom: 0;
    padding: 1em;
    font-weight: 700;
    z-index: 2;
    -webkit-box-sizing: border-box;


    box-sizing: border-box;
    }
/* .event-box:hover {
    transform: scale(1.10);
} */
.glass{
    background: rgba(88, 86, 86, 0.496);
    backdrop-filter: blur(10px);
    -webkit-backdrop-filter: blur(10px);
    /* border: 1px solid transparent; */
}
.event-txt h1{
    font-size: 70px;
    padding: 35px 10px;
    text-shadow: 2px 1px 2px #7b7b7b98;
    
}
/* coreteam page */
.teamcore-page{
    width: 100%;
    height:100vh;
    /* background-color: rgb(65, 65, 65); */
    position: relative;
    color: aliceblue;
    margin-bottom: 50vh;
}
.teamcore-container{
    position: absolute;
    /* background-color: rgb(177, 51, 51); */
    height: 90vh;
    width: 70%;
    top: 50%;
    left: 50%;
    transform: translate(-50%,-50%);
}

.tc-head{
    padding: 10px;
    text-align: center;
    font-size: 25px;
    text-shadow: 2px 2px 2px #00000098;
}
.tc-div{
    width: 100%;
    /* height:70vh; */
    /* background-color: green; */
}
.tc-div h1{
    padding-left: 8px;
}
.tc-div h3{
    padding-bottom: 10px;
    font-size: 18px;
    padding-left: 8px;
    padding-top: 7px;
}
.tc-div p{
    font-size: 18px;
    text-align: justify;
    padding: 8px;
}
.tc-div img{
    height: 28vh;
    padding-left: 10px;
    /* width: 200px; */
    /* border-radius: 50px; */
}
.mem-box-l{
    margin-bottom: 15px;
    /* height: 35vh; */
    /* border-radius: 20px; */
    /* border: 1px solid white; */
    /* background-color: #1e1e1e5e; */
    /* background-color: red; */
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
}
/* image */
.l-col1{
    flex-basis: 30%;
    padding-left: 15px;
}
.l-col1 img{
    width: 250px;
    height: 250px;
    /* background-color: rgb(77, 43, 188); */
}
/* content */
.l-col2{
    height: 250px;
    flex-basis: 70%;
    background-color: rgb(9, 42, 68);
    padding: 15px;
}
.mem-box-r{
    margin-bottom: 15px;
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
}
/* image */
.r-col2{
    flex-basis: 25%;
    padding-left: 8px;
    height: 250px;
    /* padding-top: 5px; */
    /* background-color: yellow; */
}
.r-col2 img{
    width: 250px;
    height: 250px;
    /* box-shadow: rgba(0, 0, 0, 0.675) 0px 5px 15px; */

    /* background-color: rgb(4, 92, 234); */
}
/* content */
.r-col1{
    flex-basis: 68%;
    background-color: rgb(9, 42, 68);
    margin-left: 25px;
    padding: 15px;
    padding-left: 25px;
    height: 250px;
}
/* tc core objects  */
.infinity img{
    width: 200px;
    filter: blur(3px);
    position: absolute;
    top: -100px;
    right: -180px;
    animation: infinity linear;
    animation-timeline: view(); 
}
@keyframes infinity {
    to {
        top: 400px;
    }
}
/* team-page */
.team-page{
    width: 100%;
    min-height: 100vh;
    position: relative;
    color: aliceblue;
    /* padding-bottom: 20vh; */
    /* background-color: red; */
}
.team-container{
    position: absolute;
    /* background-color: rgb(177, 51, 51); */
    /* background-color: yellow; */
    /* height: 100vh; */
    width: 80%;
    top: 50%;
    left: 50%;
    transform: translate(-50%,-50%);
}
.team-heading{
    height: 60px;
    /* background-color: red; */
    display: flex;
    flex-direction: row;
    justify-content: space-around;
    padding: 10px;
    cursor: pointer;
}
.department{
    /* background-color: pink; */
    /* color: rgb(255, 252, 252); */
    height: 25px;
    font-size: 20px;
    font-weight: 600;
    text-shadow: 1px 1px   #00000098;
    position: relative;
}
.department::after{
    content: '';
    width: 0;
    height: 4px;
    background: linear-gradient(90deg, rgba(10,94,255,1) 0%, rgba(111,111,254,1) 20%, rgba(219,100,255,1) 44%, rgba(65,101,255,1) 77%);

    position: absolute;
    left: 0;
    border-radius: 30px;
    bottom: -8px;
    transition: 1s;
    box-shadow: 10px 10px 15px  rgba(0, 0, 0, 0.6);

}
.department.active-link::after{
    width: 90%;
    margin-left: 5%;
}
#line{
    border: 2px solid white;
    margin-bottom: 20px;
}

.team{
    /* height: 650px; */
    /* background-color: red; */
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
    display: none;
}
.team.active-tab{
    display: flex;
}
.team-col-1{
    flex-basis: 35%;
    /* background-color: yellow; */
}
.team-col-1 .head{
    height: 92%;
    width: 350px;
    margin: 20px;
    margin-top: 0px;
    margin-left: 45px;
    border: 2px solid white;
    border-radius: 20px ;
    text-align: center;
    background-color: rgba(92, 89, 89, 0.545);
}
.head img{
    height: 300px;
    width: 300px;
    margin-top: 10px;
    margin-bottom: 10px;
    border-radius: 14px ;
}
.head-con h2{
    font-size: 30px;
}
.head-con h4{
    margin-top: 5px;
    margin-bottom: 12px;
    font-size: 20px;
}
.head-con p{
    /* font-family: sans-serif; */
    font-size: 15px;
    padding:20px ;
    padding-top: 3px;
    margin: 10px;
    text-align: justify;
}
.team-col-2{
    flex-basis: 65%;
    /* background-color: green; */
    display: grid;
    grid-template-columns:  repeat(auto-fit, minmax(200px, 1fr));;
}
.team-col-2 .mem{
    height: 275px;
    width: 230px;
    margin-left: 2.5%;
    margin-top: 0;
    border: 2px solid white;
    border-radius: 16px ;
    text-align: center;
    background-color: rgba(92, 89, 89, 0.368);
}
.team-col-2 img{
    height: 205px;
    /* width: 200px; */
    padding-top: 10px;
    margin-bottom: 5px;
    border-radius:23px;
}
.team-col-2 .mem-con{
    font-weight: 100;
    line-height: 25px;
}


/* footer */
.footer{
    position: absolute;
    width: 100%;
    height: 50vh;
    background-color: rgb(24, 5, 97);
    /* text-align: center; */
    color: aliceblue;   
}
.footer-row{
    height: 85%;
    /* background-color: red; */
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
    padding-top: 30px;
    
}
.footer-col-1{
    /* text-align: center; */
    flex-basis: 25%;
    padding-top: 30px;
    padding-left: 100px;
    /* background-color: orange; */
}
.footer h2{
    font-size: 25px;
    background: -webkit-linear-gradient(#c6dada, #9845ea);
    background-clip: text;
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
}
.footer-col-2{
    flex-basis: 25%;
    /* background-color: blue; */
    padding-left: 100px;
    padding-top: 30px;
}
.footer-col-3{
    flex-basis: 25%;
    padding-left: 100px;
    padding-top: 30px;
    /* background-color: red; */
}
.footer-col-4{
    flex-basis: 25%;
    
    /* background-color: green; */
}
.social-icons{
    /* margin-left:80px; */
    /* text-align: center; */
    font-size:30px;
}
.fa-brands{
    text-align: center;
    margin: 30px ;
    margin-left: 0px;
    font-size:25px;
}
.footer a{
    text-decoration: none;
    color: #fff;
    padding-left: 10px;
    line-height: 23px;
}
.phn-mail{
    /* background-color: yellow; */
    /* margin-left: 100px; */
    text-align: left;
    line-height: 30px;
}
.phn-mail span{
    padding-left: 10px;
}
.aws-logo-image img{
    width: 300px;  
}
.foot-work h2{
    padding-bottom: 10px;
}
.foot-work h2{
    padding-bottom: 10px;
}
.foot-learn h2{
    padding-bottom: 10px;
}
.credit{
    padding: 15px;
    text-align: center;
    background: -webkit-linear-gradient(#c6dada, #9845ea);
    background-clip: text;
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    /* background-color : red; */
}
/* ////////////// responsive //////////////// */

@media (max-width: 768px) {
    html {
        overflow-x: hidden;
        width: 100vw;
        margin: 0;
        padding: 0;
        
      }
    .oval-bg{
        position: absolute;
        background-color: rgb(49, 66, 199);
        /* background-color: red; */
        margin: 0;
        padding: 0;
        width:100vw;
        height: 100vw;
        top: 300vh;
        left: 0px;
        border-radius: 10%;
        filter: blur(20px);
        transform: rotate(0deg);
        z-index: 0;
       
        /* display:none; */
    }
    .navbar {
        height: 60px;
        width: 100%;
        /* border: 1px solid rgb(200, 200, 200); */
        /* background: rgba(125, 125, 125, 0.3); */
        /* position: relative; */
        /* border-bottom-left-radius: 0px; */
        /* background-color: red; */
        /* border-bottom-right-radius: 0px; */
    }
    .navbar div {
        padding: 0px ;
    }
    .navbar div a {
        color: white;
        text-decoration: none;
        font-size: 15px;
        font-weight: 600;
    }
    .navbar .navbar__left {
        display: none;
        
    }
    .navbar .navbar__right {
        display: none;
        gap: 10px;
        margin-right: 10px;
    }
    .navbar .navbar__center img {
        text-align: center;
    }
    .navbar .navbar__center img {
        
        margin-top: 20px;
        margin-left: 20px;
        width: 60px;
    }
    .home-glass{
        width: 80%;
        position: absolute;
        top: 35%;
        left: 49%;
        transform: translate(-50%, -40%);
    }
    .home-col-1{
        padding-left: 10px;
        padding-top: 10px;
        flex-basis: 100%

    }
    .home-col-1 h1{
        font-size: 40px;
        padding-top: 15px;
    }
    .home-col-1 h3{
        font-size: 18px;    
        padding-top: 5px;
    }
    .home-col-1 p{
        font-size: 13px;
        padding-top: 0px;
        
    }
    .home-col-2{
        flex-basis: 100%;
        padding-left: 10px;
    }
    .home-col-2 .main-home-img img{
        margin-left: 0px;
        height: 250px;
        width: 100%;
        margin-top: 20px;
    }
    .cloud-img  img{
        width: 260px;
        position: absolute;
        z-index: 8;
         top:10px; 
         left: 25px; 
        /* background-color: aliceblue; */
        animation-name:cloud-img ;
        animation-duration: 3s;
        animation-timing-function: ease-in-out;
        animation-iteration-count: infinite;
    }
    @keyframes cloud-img {
        0% {
            top: 10px; /* Move to 50px at the halfway point */
        }
        50% {
            top: 20px; /* Move to 50px at the halfway point */
        }
        100% {
            top: 10px; /* Return to the original position */
        }
    }
    /* about page  */
    .about-page{
        margin-top: 20vh;
        margin-bottom: 8vh;
    }
    .about-heading{
        height: 40px;
        margin-left: 0px;
        text-align: center;
        font-size: 20px;
        margin-bottom: 15px;
    }
    
    .about-container{
        height: 70vh;
        width: 90%;
        top: 35%;
        left: 50%;
        
    }
    .about-content-box{
        border: 1.2px solid rgb(234, 234, 234);
        border-radius: 20px;
        height: auto; 
    }
    .about-col-1{
        flex-basis: 100%;
        padding: 15px; 
        padding-top: 10px;    
    }
    .about-col-1 p{
        font-size: 13px;
    }
    .about-col-2{
        flex-basis: 100%;  
    }
    .about-col-2 img{
        margin-top: 10px;
        margin-bottom: 2.5%;
        height: 200px;
        margin-left: 2.5%;
        border-radius: 15px;
    }
    .perk-head{
        margin-top: 15px;
        height: 20px;
        padding: 5px;
        margin-bottom: 20px;
        font-size: 13px;
    }
    .perk-box{
        margin-top: 5px;
        background-color:rgba(90, 93, 90, 0.57);
        height: 50px;
        width: 70px;
        border-radius: 10px;
        position: absolute;
        left: 100%;
        animation-name: scrollLeft;
        animation-duration: 30s;
        animation-timing-function: linear;
        animation-iteration-count: infinite;
        animation-play-state: running;
    }
    .perk-box img{
        height: 50px;
        width: 70px;
        border-radius: 10px;   
    }
    .squigly-line{
        display: none;
    }

    /* event page  */
    .event-page{
        width: 100%;
        height:auto;
        color: white;
        margin-top: 0px;
        margin-bottom: 0vh;
        /* background-color: yellow; */
        position: relative;  
    }
    .event-grid{
        flex-direction: column;
        padding: 2px 0px;
        gap: 40px; /* Add spacing between items */
        padding:0px;
        padding-top: 0px;
        /* background-color: red; */
        margin-top: 50px;
    }
    .event-txt {
        position:absolute;
        top: -25px;
        z-index: 4;
        width: 90vw;
        height: 10vh;
        
        /* background-color: orange; */
    }
    .event-txt h1{
        font-size: 50px;
        text-align: center;
        
    }
    
    .event-box{
        width: 85vw;
        height: 30vh;
        /* background-color: antiquewhite; */
        border-radius: 10px;
        /* border: 1px solid rgba(110, 110, 110, 0.899); */
        box-shadow: 0px 0px 15px  rgba(0, 0, 0, 0.9);
        opacity: 0;
        scale: 0.5;
        animation: fadein linear forwards;
        animation-timeline: view();
        animation-range: 10px 300px; 
        transition: transform 0.3s ease-in-out; 
    }
    .event-box img{
        width: 85vw;
        height: 30vh; 
    }
    /* teamcore page  */
    .teamcore-page{
        width: 100%;
        height:auto;
        margin-bottom: 0vh;
        /* background-color:rgb(60, 34, 139); */
    }
    .teamcore-container{
        position: relative;
        background-color: rgb(9, 42, 68);
        height: 100%;
        width: 100%;
        left: 0%;
        transform: translate(0%,0%);
        padding-bottom: 30px;
        
    }
    .tc-head{
        padding: 0px;
        font-size: 20px;
        padding-bottom: 20px;
        padding-top: 20px;
        /* background-color: red; */
    }
    .tc-div h1{
        padding-left: 8px;
        font-size: 18px;
        /* background-color: red; */
    }
    .tc-div h3{
        padding-bottom: 7px;
        font-size: 15px;
        padding-left: 8px;
        padding-top: 7px;
    }
    .tc-div p{
        font-size: 12px;
        text-align: justify;
        padding-left: 8px;
    }
    .tc-div img{
        height: 80vw;
        width: 80vw;
        padding-left: 0px;
        /* width: 200px; */
        /* background-color: yellow; */
        /* border-radius: 50px; */
    }
    .l-col1{
        flex-basis: 100%;
        padding-left: 10vw;
        padding-top: 10px;
    }
    .l-col2{
        height: 230px;
        flex-basis: 100%;
        /* background-color: rgb(9, 42, 68); */
        padding: 10vw;
        padding-top: 10px;
    }
    .r-col2{
        flex-basis: 100%;
        padding-left: 10vw;
        padding-top: 10px;
        order: 1;
        height: auto;
    }
    /* //content */
    .r-col1{
        flex-basis: 100%;
        /* background-color: rgb(9, 42, 68); */
        margin-left: 0px;
        padding: 10vw;
        padding-top: 10px;
        height: 230px;
        order: 2;
        padding-bottom: 30px;
    }

    .infinity img{
        display: none; 
    }

    /* team member page */
    .team-page{
        width: 100%;
        height: auto;
        color: aliceblue;
        background-color: rgb(9, 42, 68);
    }
    .team-container{
        position: relative ;
        width: 100%;
        top: 0%;
        left: 0%;
        transform: translate(0%,0%);
        padding-bottom: 30px;
    }
    
    .team-col-1{
        flex-basis: 100%;
        /* background-color: red; */
    }
    .team-col-1 .head{
        height: 97%;
        width: 90vw;
        margin: 0px;
        margin-top: 0px;
        margin-left: 5vw;
        background-color: #25242418;
        border: 1px solid white;
        
    }
    .head img{
        height: 300px;
        width: 300px;
        margin-top: 10px;
        margin-bottom: 10px;
        border-radius: 14px ;
    }
    .head-con h2{
        font-size: 25px;
    }
    .head-con h4{
        margin-top: 3px;
        margin-bottom: 12px;
        font-size: 18px;
    }
    .head-con p{
        /* font-family: sans-serif; */
        font-size: 15px;
        padding:20px ;
        padding-top: 0px;
        margin: 10px;
        margin-top: 0px;
        text-align: justify;
    }
    .team-col-2{
        flex-basis: 100%;
        display: grid;
        flex-direction: column;
        gap: 15px;
    }
    .team-col-2 .mem{
        height: 275px;
        width: 65vw;
        margin-left: 15vw;
        margin-top: 0;
        border: 1px solid white;
        border-radius: 10px ;
        background-color: rgba(12, 12, 12, 0.201);
    }
    .team-col-2 img{
        height: 205px;
        width: 200px;
        padding-top: 10px;
        margin-bottom: 5px;
        border-radius:23px;
    }
    .department{
        height: 25px;
        font-size: 10px;
        font-weight: 600;
        text-shadow: 1px 1px   #00000098;
        position: relative;
    }
    .department.active-link::after{
        width: 50%;
    }
    #line{
        border: 1px solid white;
        margin-bottom: 20px;
    }

    /* footer section */
    .footer{
        width: 100%;
        height: auto;
        background-color: rgb(24, 5, 97);
        /* text-align: center; */
        color: aliceblue;   
    }
    .footer-col-1{
        /* text-align: center; */
        flex-basis: 100%;
        padding-top: 10px;
        padding-left: 20px;
        /* background-color: orange; */
    }
    .footer-col-2{
        flex-basis: 50%;
        /* background-color: blue; */
        padding-left: 20px;
        padding-top: 30px;
    }
    .footer-col-3{
        flex-basis: 50%;
        padding-left: 20px;
        padding-top: 30px;
        /* background-color: red; */
    }
    .footer-col-4{
        flex-basis: 100%;
        
        /* background-color: green; */
    }
    .fa-brands{
        text-align: center;
        margin: 10px ;
        margin-left: 0px;
        font-size:18px;
    }
    .aws-logo-image img{
        width: 100px;
        margin-left: 35vw;
    }
}