html, body {
  overflow-x: hidden;
  scroll-behavior:smooth;
}



:root{
    --animationTime:29s ;
    --itemsCount:9;
}
.outro-b a:link,a:visited,
.nav-b a:link,a:visited {
    text-decoration: none;
    color: #7a7a7a;
 }
 .outro-b a:link,
.nav-b a:link{
    color: #7a7a7a;
    font-size: 16px;
}
.outro-b a:active,
.nav-b a:active{
    color: #cccccc;
    font-size: 16px;
}
.outro-b a,
.nav-b a{
    transition: color 0.7s;
}
body{
    font-family: Poppins;
    background-color:rgb(0, 0, 0) ;
    color:rgb(125, 127, 120);
    padding-left: 0;
    margin-left: 0;
    padding-right: 0;
    margin-right: 0;
    padding-top: 0;
    margin-top: 0;
 
    

    
}
.infinite-slider{ 
    
    display: inline-block;
    animation: var(--animationTime) infini infinite linear;
    
    
    
    
}
.item{
    display: inline-block;
    padding-left:100px ;
    font-size: 27px;
    color:rgb(87, 87, 87);
    transition-duration: 1s;
    transition-timing-function: ease;

}
.slider{
    display: inline-block;
    position: relative;
    white-space: nowrap;
    
    
    
    

}
.domains p{
    
    text-align: center;
    margin-bottom: 45px;
    display: block;
}
.slider-container::before{
    position: absolute;
    z-index: 10;
    left: 0;
    top:10;
    height: 100%;
    width:23vw;
    background:linear-gradient(to right,black,transparent);
    content: "";

}
.item:hover{
    color:rgb(255, 255, 255);
    text-shadow: 0 0 10px  rgb(221, 255, 0)
    ,0 0 20px  rgb(221, 255, 0)
    ,0 0 40px  rgb(221, 255, 0)
    ,0 0 80px  rgb(221, 255, 0);
    

}
.slider-container::after{
    position: absolute;
    z-index: 10;
    right: 0;
    bottom:0;
    top:10;
    height: 100%;
    width:23vw;
    background:linear-gradient(to right,transparent,black);
    content: "";

}
@keyframes infini {
    0%{
        transform:translateX(-100%);
    }
    100%{
        transform:translateX(0%);

    }
    
}
.intro-a{
    display: flex;
    justify-content: center;
    margin-bottom: 20px;
    margin-top: 20px;
    align-items: center;
    column-gap: 20px;


}
.intro{
    display: flex;
    flex-direction: column;
    align-items: center;
    margin-top: 150px;
    margin-bottom: 60px;
}
.domains{
    overflow: hidden;
    position: relative;
    
}
.intro-b{
    font-size: 44px;
    text-align: center;
    line-height:110%;
    width: 80%;
    max-width: 846px;

    

}
.vis-mis-a{
    display: flex;
    
    column-gap: 7%;
    padding-left:15px ;
    padding-right:15px ;
    justify-content: space-evenly;
    margin-top: 30px;
    margin-bottom: 30px;
    margin: 10%;    
    margin-top:5%;
    margin-bottom:5%;
    
}
.vis , .mis{
    display: flexbox;
    background: linear-gradient(180deg, #1e1e1e 0%, rgb(20, 20, 20) 100%);
    padding: 35px;
    border-radius:30px ;
    border-width: 1px;
    border-color: #2b2b2b;
    border-style: solid;
    opacity: 0.8;
    
    

    

}
.intro-b span ,strong{
    color:rgb(204,204,204);
    transition-duration:1s;
    transition-timing-function: ease;

}
.intro strong:hover{
    color:rgb(255, 255, 255);
    text-shadow: 0 0 10px  rgb(221, 255, 0)
    ,0 0 20px  rgb(221, 255, 0)
    ,0 0 40px  rgb(221, 255, 0)
    ,0 0 80px  rgb(221, 255, 0);
    

}

  
.superior{

    font-size: 80px;
    font-weight: 500;
    width:60%;
    text-align: center;
    background-size: 200% auto;
    background-image: linear-gradient(to right,
    rgb(232, 255, 81),
    rgb(235, 249, 146),
    rgb(255, 253, 219),
    rgb(235, 249, 146),
    rgb(225, 250, 62));
    color:transparent;
    
    
    
    background-clip: text;
    animation: animatio 6s linear infinite;
    
}

.inferior{
    width:503px;
    text-align: center;
    color: rgb(125, 127, 120)
    ;

}
.heading{
    margin-top: 200px;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: space-around;
    height:400px;
    
}
.contact-us-form{
    color: transparent 50%;
    border-radius: 40px;
    width: 50vw;
    max-width: 500px;
    height: 65px;
    position: relative;
    border-width: 1px;
    border-color: rgb(49, 49, 49);
    border-style: solid;
    display: flex;
    justify-content: space-between;
    align-items: center;

}
.team-grid-d{
    display: flex;
    align-items: center;
    justify-content: end;
    column-gap: 10px;
    margin-right: 10px;
    margin-bottom: 10px;
    position: absolute;
    bottom:0;
    right: 0;
}

.team-insta,
.team-linkedin,
.team-git,
.team-none{
    height: 35px;
    width: auto;
    

}
.team-insta,
.team-linkedin,
.team-git,
.team-none path{
    fill:  rgb(36, 36, 36);
}
.team-insta path,
.team-linkedin path,
.team-git path{
    transition: fill 0.7s ease;

}
.team-insta:hover > path
{
fill:#cccccc;
}
.team-linkedin:hover > path
{
fill:#cccccc;
}
.team-git:hover > path{
    fill:#cccccc;


}
.banner img{
    width: 100%;
  
    
}
.profile-pic{
    border-radius: 100%;
    border-color:rgb(20, 20, 20);
    border-style: solid;
    border-width: 1vw;
    width: 20%;
    
}
.head1 .profile-pic,
.head2 .profile-pic,
.head3 .profile-pic{
    border-width: 0.6vw;
}

.profile-pic img{
    height: 100%;
    width: 100%;
    object-fit:cover;
    border-radius: 100%;
}
.team-grid{
    display: grid;
    grid-template-columns:1fr 1fr 1fr 1fr 1fr 1fr;
    /*grid-template-rows: 2.5fr 1fr;*/
    justify-content: space-evenly;
    column-gap:4vw;
    row-gap: 4vw;
    padding-left: 4vw;
    padding-right: 4vw;
    margin-top: 60px;
    margin-bottom: 60px;
    
}
.domains-grid{
    display: grid;
    align-items: center;
    grid-template-columns: 1fr 1fr 1fr 1fr;

    justify-content: space-evenly;
    column-gap:4vw;
    
    margin-top: 60px;
    margin-bottom: 40px;
    line-height: 1.3;
    margin-left:4vw;
    margin-right:4vw;

}
.team-grid{

    margin-left: 0;
    margin-right: 0;

}
.head2 svg,
.head3 svg,
.head1 svg{
    width: 25px;
}
.head2 .team-grid-c,
.head3 .team-grid-c, 
.head1 .team-grid-c{
    font-size: 15px;
}
.head2 .team-grid-b,
.head3 .team-grid-b, 
.head1 .team-grid-b{
    font-size: 20px;
}
.head2 .team-grid-d,
.head3 .team-grid-d, 
.head1 .team-grid-d{
    margin-left: 5px;
    margin-bottom: 5px;
}
.domains-grid{
   
}
.head1{
    grid-column: 1/3;
    position: relative;
    overflow: hidden;
    height: 12vw;
  

}
.head2{
    grid-column: 3/5;
    position: relative;
    overflow: hidden;
    height: 12vw;
    
}
.head3{
    grid-column: 5/7;
    position: relative;
    overflow: hidden;
    height: 12vw;
   
}
.co-founder1{
    grid-column: 1/4;
    position: relative;
    overflow: hidden;
    height: 15vw;

}

.co-founder2{
    grid-column: 4/7;
    position: relative;
    overflow: hidden;
    height: 15vw;

}
.para{

  height: 100%;
 
  position: absolute;
  bottom:0;
  transition: 0.5s;
  
}
.comparc-grid > .para{
 
}
.comparc-grid, 
.digital-grid,
.analog-grid,
.coding-grid{
    background-image: linear-gradient(180deg, #1e1e1ea1 0%, rgba(20, 20, 20, 0.608) 100%);
    border-width: 1px;
    border-style: solid;
    border-radius:25px ;
    border-color: #2b2b2b;
    width: 20vw;
    height: 20vw;
   max-width: 800px;
   max-height: 800px;
    position: relative;
    padding-left:0;
    padding-right: 0;
    overflow: hidden;
    transition: 0.5s;
   
    
}
.para{
    padding-left: 10%;
    padding-right: 10%;
}
.domains-grid img {
    object-fit:cover;
   overflow: hidden;
    top:0;
    left: 0;
    height: 100%;
}


.coding-grid:hover > .para:nth-child(2),
.comparc-grid:hover > .para:nth-child(2),
.digital-grid:hover > .para:nth-child(2),
.analog-grid:hover > .para:nth-child(2)
{

   font-size: 2rem;
    

   
    

}
.coding-grid:hover,
.comparc-grid:hover,
.digital-grid:hover ,
.analog-grid:hover
{
    transform: perspective(1vw) translateZ(0.2vw);




   
    

}
.domains-team-a{
    font-size: 44px;
    text-align: center;
    max-width: 840px;
    background-image: linear-gradient(24deg, rgb(255, 255, 247) 0%, rgba(255, 255, 247, 0.34) 100%);
    color: transparent;
    background-clip: text;
    margin-left: 40px;
    margin-right:40px ;
    margin-bottom:40px ;
    
}
.domains-tea-a{
    font-size: 44px;
    text-align: center;
    background-image: linear-gradient(24deg, rgb(255, 255, 247) 0%, rgba(255, 255, 247, 0.34) 100%);
    color: transparent;
    background-clip: text;
    margin-left: 40px;
    margin-right:40px ;
    margin-bottom:40px ;
    letter-spacing: 0;
    
}
.domains-team{
    display: flex;
    flex-direction: column;
align-items: center;
}
.domains-grid p{
    font-size: 26px;
    color: #cccccc;
}
.domains-grid div{
    
    background-image: linear-gradient(180deg, #1e1e1ea1 0%, rgba(20, 20, 20, 0.608) 100%);
    border-width: 1px;
    border-style: solid;
    border-radius:2vw ;
    border-color: #2b2b2b;
  
    
   
}
.contact-us-button {
    font-family: inherit;
    box-sizing: border-box;
}

.contact-us-button{
    height: 49.2px;
    position: absolute;
    right: 8px;
    width: 145px;
    border-radius:30px ;
    border-width: 0px;
    /* margin-right: 8px; */
    font-family: Poppins;
    background-color: rgb(221, 255, 0);
    box-shadow: rgba(221, 255, 0, 0.2) 0px 20px 35px 0px;
    transition: box-shadow 1s ,height 1s ,width 1s;
}
.contact-us-button:hover{
    box-shadow: rgba(221, 255, 0, 0.53) 0px 20px 35px 0px;
    height:53.2px;
    width:149px;
}
.contact-us{
    font-family: Poppins;
    flex:1;
    color: #cccccc;
    background: transparent;
    border: 0;
    outline: none;
    margin-left: 25px;
}
::placeholder{
    color:rgb(181, 181, 181);

}
@keyframes animatio{
    0%{
        background-position: 200% ;
    }
    100%{
        background-position: 0% ;
    }


}
.non-tech-grid{
    display: flex;
    width: 75%;
    justify-content: center ;
    align-items: center;
    flex-wrap:wrap;
    max-width: 1000px;
    margin:30px ;


}
.non-tech-grid div{
    background-color:  rgb(20, 20, 20) ;
    border-width: 1px;
    border-style: solid;
    border-radius:15px ;
    border-color: #2b2b2b;
    font-size: 18px;
    padding: 20 20 20 20;
    margin: 15px;
    transition-duration: 1s;
    transition-timing-function: ease;
    
}
.non-tech-grid p{
    margin-right: 20px;
}
.non-tech-grid img{
    margin-left: 20px;
}
.non-tech-grid div:hover{
    font-size: 25px;
    font-weight: 500;
    color: white;
    
    


}

.co-founder1,
.co-founder2,
.head1,
.head2,
.head3{
    background-color:rgb(20, 20, 20);
    border-width: 1px;
    border-style: solid;
    border-radius:2vw ;
    border-color: #2b2b2b;

    padding-bottom: 32px;
}

.team-grid-b{
    font-size: 26px;
    color: #cccccc;
    margin-top: 5px;
}
.team-grid-c{
    font-size: 18px;
    width: 15vw;
    
  
}
.uni-content{
    display: flex;
    flex-direction: column;
    row-gap: 10%;
    align-items: start;
    
}
.uni{
    display: grid;
    grid-template-columns: 1fr 1fr;
    column-gap: 40px;
    margin: 10vw;
    height: 432px;
    padding: 20px;
}
.uni img{
    object-fit:cover;
    height: 100%;
    width: 100%;
    border-radius: 30px;
    
}
.uni-content div{
    font-size: 32px;
    line-height: 1;
    color: #cccccc;
}
.uni-pic{
    position: relative;
}
.uni-pic div{
    position: absolute;
    bottom:1%;
    left: 5%;
    z-index: 5;
    

}
.uni-pic div :nth-child(1){
    color:  rgb(221, 255, 0);
    font-weight: bolder;
}
.uni-pic div :nth-child(2){
    color:  black;
   
 
}
.uni-content :nth-child(3),
.uni-content a
{
    display: flex;
    font-size: 16px;
    color:rgb(125, 127, 120);
    align-items: center;
    column-gap: 10px;
    transition-duration: 0.5s;
    text-decoration: none;
}
.uni-content :nth-child(3):hover,
.uni-content a:hover
{
    color:#cccccc;

    

}
.team-structure-a{
    font-size: 44px;
    text-align: center;
    background-image:linear-gradient(24deg, rgb(255, 255, 255)40%, rgb(0, 0, 0)75%);
    color: transparent;
    background-clip: text;
    margin-left: 40px;
    margin-right:40px ;
    margin-bottom:40px ;
    margin-top:80px ;
    letter-spacing: 0;

}
.light{

    position: absolute;
    width: 200px;
    height: 200px;
    background: radial-gradient(circle, rgba(203, 247, 10, 0.4) 0%, rgba(0,0,0,0) 70%);
    pointer-events: none; /* Prevents interaction */
    z-index: -2;
    will-change: transform; 



  
}
.team-structure {
    display: flex;
    column-gap: 5vw;
    justify-content: space-around;
    padding: 5vw;
    margin-bottom: 80px;


}
.team-structure-title{
    font-size: 34px;

    
    color: #cccccc;
    display: flex;
    align-items: center;
    column-gap: 0;
    flex-direction: row;
    text-wrap: nowrap;
}
.team-structure-b{
    
    text-align: right;
}
.team-structure-c{
    text-align:center;
}
.team-structure-d{
    text-align: left;
}
.team-structure-container{
    display: flex;
    align-items:end;
    flex-direction: column;
    row-gap: 30px;
}
.team-structure :nth-child(2){
    display: flex;
    
    flex-direction: column;
    
}


.collab{
    display: flex;
    flex-direction: column;
    align-items: center;
    background: linear-gradient(140.06451559643327deg, #1a1a1ac0 0%, rgba(13, 13, 13, 0.6) 100%);
    border-radius: 20px;
    row-gap: 20px;
    margin-left: 20vw;
    margin-right:20vw;
    padding: 60px;
    margin-top:90px ;
 
}
.collab-a{
    font-size: 44px;
    color: #cccccc;
    text-align: center;
    width: 100%;
    font-weight: 500;
    line-height: 1.1;
}
.collab-b{
    font-size: 20px;
    color: #ddff00;
    text-align: center;
    width: 100%;
    
}
.button-a{
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    
}

.collab > button{
    background-color: white;
    border-radius: 1vw;
    padding: 20px;
    max-width: 300px;
    width: 60vw;
    
}
.framer-1lsg37o{
    overflow:hidden;
    position: relative;
    display: flex;
    flex-direction: column;
    
    
   
    

}
.framer-ve20jg-container svg{

}
.button-b:hover .framer-bnp6hl-container svg,
.button-c:hover .framer-bnp6hl-container svg,
.button-d:hover .framer-bnp6hl-container svg,
.button-e:hover .framer-bnp6hl-container svg,
.button-f:hover .framer-bnp6hl-container svg
{
    transform:translateY(-110%);
    transition: transform 0.3s linear;
    color: #ffffff;

    
    
}
.button-b{
    transition: background-size 0.5s linear, color 0.5s ease;
    color: black;
    border-width: 0;
    background-image: linear-gradient(45deg, #405de6, #5851db, #833ab4, #c13584, #e1306c, #fd1d1d);
    background-size: 0%;
    background-repeat: no-repeat;
    
}
.button-c{
    transition: background-size 0.5s linear, color 0.5s ease;
    color: black;
    border-width: 0;
    background-image: linear-gradient(to right,#0072B1,#0072B1);
    background-size: 0%;
    background-repeat: no-repeat;
    
}
.button-d{
    transition: background-size 0.5s linear, color 0.5s ease;
    color: black;
    border-width: 0;
    background-image: linear-gradient(45deg,#acdc5c,#acdc5c);
    background-size: 0%;
    background-repeat: no-repeat;
    
}
.button-e{
    transition: background-size 0.5s linear, color 0.5s ease;
    color: black;
    border-width: 0;
    background-image: linear-gradient(45deg,#000000,#464646);
    background-size: 0%;
    background-repeat: no-repeat;
    
}


.button-f{
    transition: background-size 0.5s linear, color 0.5s ease;
    color: black;
    border-width: 0;
    background-image: linear-gradient(19deg, #fb9c97 0%, #DDD6F3 100%);
    background-size: 0%;
    background-repeat: no-repeat;
    
}
.button-b:hover,
.button-c:hover,
.button-d:hover,
.button-e:hover,
.button-f:hover
{
    color: white;
    background-size: 200%;
}

.button-b:hover .framer-ve20jg-container svg,
.button-c:hover .framer-ve20jg-container svg,
.button-d:hover .framer-ve20jg-container svg,
.button-e:hover .framer-ve20jg-container svg,
.button-f:hover .framer-ve20jg-container svg
{
    transform:translateY(-110%);
    transition: transform 0.3s linear;
    color: #cccccc;

    
    
}
.faculty-grid .head1,
.faculty-grid .head2,
.faculty-grid .head3{

    height: 14vw;
}


.faculty-grid .head1
{
    height: 18vw;
    grid-column: 1/7;
}

.faculty-grid .head2
{
    
   
    grid-column: 1/4;
}
.faculty-grid .head3
{
  
   
    grid-column: 4/7;
}


.button-b:hover g,
.button-c:hover g,
.button-d:hover g,
.button-e:hover g,
.button-f:hover g
{

    color: #cccccc;

    
    
}
.framer-bdn6z5{
    position: relative;
    height: 2.8vw;
    margin-top: 60px;
 
  
}
.animation{
    position: relative;
    height: 753px;
    width: 744px;
}
.animation-b{
    height: 29vw;
    width: auto;

    animation: rotation 12s linear infinite;
    position: absolute;
    bottom:17vw;
    left:-10vw;
}
.animation-a{
    height: 18vw;
    width: auto;

    animation: rotation 4.4s linear infinite reverse;
    position: absolute;
    bottom:22.5vw;
    left:-4vw;
}

@keyframes rotation {
    0%{
        rotate: 0deg;
    }
    50%{
        rotate: 180deg;

    }
    100%{
        rotate:360deg ;
    }
    
}
.outro{
    
    top:10%;
    display:flex;
    align-items: center;
    justify-content: space-between;
    flex-direction: row;
    padding: 5%;
    margin-top:10%;
    background:linear-gradient(140.06451559643327deg, #1a1a1ac0 0%, rgba(13, 13, 13, 0.6) 100%);
}
.animation-container{
    position: relative;
   

    
}
.outro-a{
    font-size: 39px;
    color: #cccccc;
}
.outro-a span{
    color: #ddff00;
}
.outro-b{
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content:space-between ;
    font-size: 14px;
    column-gap: 10%;
    text-wrap: nowrap;
    
}
.outro-c{
    font-size: 14px;
}
.outro-b a{
    transition: color 0.3s linear;
}
.outro-b a:hover,
.nav-b a:hover{
    color: #cccccc;
    

}
.outro-c span{
    color: #cccccc;
}

.nav{
    display: flex;
    flex-direction: row;
    align-items:center;
    justify-content: space-between;
    position: fixed;
    top:0;
    left:0;
    right:0;
    z-index: 10;
    padding: 40px;
}


.nav-a img{
    height: 94.98px;
    width: 111px;
 

}
.nav-b{
    border-radius: 30px;
    border-width: 1px;
    border-color: var(--token-69a06b4a-447e-422e-9e50-d39672ecdf48, rgb(38, 38, 38));
    padding: 16px 32px 16px 32px    ;
    border-style: solid;
    backdrop-filter: blur(10px);
    background-color: var(--token-f8462981-9721-42e6-b3e4-0addd9427ec8, rgba(23, 23, 23, 0.581));
    border-radius: 50px;
    opacity: 1;
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: space-around;
    column-gap: 20px;
 
}
.nav-c button{
        border-width: 1px;
        border-color: var(--token-69a06b4a-447e-422e-9e50-d39672ecdf48, rgb(38, 38, 38));
  
        border-style: solid;
        font-size: 16px;
        color:#cccccc;
        font-weight: 500;
        backdrop-filter: blur(10px);
        background-color: var(--token-f8462981-9721-42e6-b3e4-0addd9427ec8, rgba(23, 23, 23, 0.6));
        border-radius: 50px;
        opacity: 1;
        padding: 16px 32px 16px 32px;
        transition: border-color 0.6s;

}
.nav-c button:hover{
    border-color: #cccccc;
}
.heh{
    display: none;
}
.sidebar-overlay {
    display: none;
    position: fixed;
    top: 0; left: 0; right: 0; bottom: 0;
    background: rgba(0,0,0,0.25);
    z-index: 998;
    transition: opacity 0.2s;
    opacity: 0;
    pointer-events: none;
}
.sidebar-overlay.active {
    display: block;
    opacity: 1;
    pointer-events: auto;
}


.sidebar {
    
    display: flex; 
    flex-direction: column;
    row-gap: 6vw;
    position: fixed;
    align-items: center;
    top: 2vh;
    right: 2vw;
    height: 95vh;
    width: 50vw;
    backdrop-filter: blur(10px);
    background-color: var(--token-f8462981-9721-42e6-b3e4-0addd9427ec8, rgba(23, 23, 23, 0.6));
    border-radius: 30px;
    border-width: 1px;
    border-color: var(--token-69a06b4a-447e-422e-9e50-d39672ecdf48, rgb(38, 38, 38));
    border-style: solid;
    color: #cccccc;
    font-size: 16px;
    font-weight: 500;
    z-index: 999;
    
    transform: translateX(110%);
    opacity: 0;
    pointer-events: none;
    transition: transform 0.35s cubic-bezier(.77,0,.18,1), opacity 0.2s;
}
.sidebar.active {
    transform: translateX(0);
    opacity: 1;
    pointer-events: auto;
}

.nav-d{
    backdrop-filter: blur(10px);
        background-color: var(--token-f8462981-9721-42e6-b3e4-0addd9427ec8, rgba(23, 23, 23, 0.6));
        border-radius: 50px;
        width:25px;
        height: 25px;
        padding: 15px;
        border-width: 1px;
        border-color: var(--token-69a06b4a-447e-422e-9e50-d39672ecdf48, rgb(38, 38, 38));
        display: none;
        border-style: solid;
        
    
}
.sidebar a {
    color: #cccccc;          
    text-decoration: none;    
    font-weight: 500;
    font-size: 1em;
    transition: color 0.2s;
}

.sidebar a:hover {
    color: #6e6e6e;          
    text-decoration: underline; 
}

.faculty-grid{
    display: grid;
    grid-template-columns:1fr 1fr 1fr 1fr 1fr 1fr;
    grid-template-rows: 1fr;
    justify-content: space-evenly;
    column-gap: 40px;
    row-gap: 60px;
    padding-left:20vw;
    padding-right: 20vw;
    margin-top: 60px;
    margin-bottom: 60px;
}
.non-tech-grid > .intro-a > img{
    height:25px;
    width:25px;

}
@media (max-width:1738px) {
    .team-grid-b{

    }
    .co-founder1 .team-grid-cs,
    .co-founder2 .team-grid-c,
    .head1 .team-grid-c,
    .head2 .team-grid-c,
    .head3 .team-grid-c{
        font-size: 14px;

    }
    .button-b,
    .button-c,
    .button-d,
    .button-e,
    .button-f{
        width: 20%;
    }
    
}
@media (max-width:1500px) {
    .team-grid-d{
        column-gap: 8px;
    }
    .team-linkedin,
    .team-insta,
    .team-git,
    .team-none{
        height:20px !important;
        width:auto !important;
    }
    
    
    .co-founder1 .team-grid-b,
    .co-founder2 .team-grid-b,
    .head1 .team-grid-b,
    .head2 .team-grid-b,
    .head3 .team-grid-b{
        font-size: 19px;

    }
    .co-founder1 .team-grid-c,
    .co-founder2 .team-grid-c,
    .head1 .team-grid-c,
    .head2 .team-grid-c,
    .head3 .team-grid-c{
        font-size: 13px;

    }
    .animation-a{
        
    }
    .animation-b{

    }
    
}
@media (max-width:1390px){
    .superior{
        font-size: 4.5rem;
    }
    .team-grid-d{
        column-gap: 8px;
    }
    .team-linkedin,
    .team-insta,
    .team-git,
    .team-none{
        height:20px !important;
        width:auto !important;
    }
    
    
    .co-founder1 .team-grid-b,
    .co-founder2 .team-grid-b,
    .head1 .team-grid-b,
    .head2 .team-grid-b,
    .head3 .team-grid-b{
        font-size: 18px;

    }
    .co-founder1 .team-grid-c,
    .co-founder2 .team-grid-c,
    .head1 .team-grid-c,
    .head2 .team-grid-c,
    .head3 .team-grid-c{
        font-size: 12px;

    }
    

}
@media (max-width:1253px){
    .superior{
        font-size: 4.2rem;
    }
    .para p:nth-child(1) {
        font-size: 22px;
       
    }
    
    .para p:nth-of-type(2){
        font-size: 14px !important;
        
    }
    .superior{
        font-size: 4.5rem;
    }
    .team-grid-d{
        column-gap: 8px;
    }
    .team-linkedin,
    .team-insta,
    .team-git,
    .team-none{
        height:20px !important;
        width:auto !important;
    }
    
    
    .co-founder1 .team-grid-b,
    .co-founder2 .team-grid-b,
    .head1 .team-grid-b,
    .head2 .team-grid-b,
    .head3 .team-grid-b{
        font-size: 17px;

    }
    .co-founder1 .team-grid-c,
    .co-founder2 .team-grid-c,
    .head1 .team-grid-c,
    .head2 .team-grid-c,
    .head3 .team-grid-c{
        font-size: 11px;

    }

}
@media (max-width:1168px){
    .superior{
        font-size: 4rem;
    }
    

}
@media (max-width:1113px){
    .superior{
        font-size: 3.5rem;
        width: 57%;
    }
    .team-structure-b,
    .team-structure-c,
    .team-structure-d{
        font-size: 14px;
    }
    .team-structure-title{
        font-size: 30px;
    }
    .inferior{
        font-size: 14px;
    }
    .co-founder1 .team-grid-d,
    .co-founder2 .team-grid-d,
    .head1 .team-grid-d,
    .head2 .team-grid-d,
    .head3 .team-grid-d{
        column-gap: 5px;
    }
    .team-linkedin ,
    .team-insta ,
    .team-git ,
    .team-none{
        height:18px !important;
        width:auto !important;
    }
    
    
    .co-founder1 .team-grid-b,
    .co-founder2 .team-grid-b,
    .head1 .team-grid-b,
    .head2 .team-grid-b,
    .head3 .team-grid-b{
        font-size: 13px;

    }
    .co-founder1 .team-grid-c,
    .co-founder2 .team-grid-c,
    .head1 .team-grid-c,
    .head2 .team-grid-c,
    .head3 .team-grid-c{
        font-size: 9px;

    }
    

}
@media (max-width:1025px){
    .superior{
        font-size: 3rem;
        width: 50%;
    }
    .domains p
    {
        font-size: 13px;

    }
    .inferior{
        font-size: 13px;
    }
    .team-structure-b,
    .team-structure-c,
    .team-structure-d{
        font-size: 14px;
    }
    .team-structure-title{
        font-size: 29px;
    }
    .contact-us-form{
        height: 50px;
    }
    .contact-us-button{
        height: 38px;
        width: 110px;
        font-size: 12px;
    }
    .uni-info{
        font-size: 28px !important;
    }
    .uni-pic-a{
        font-size: 14px;
    }
    .uni-pic{
        height:43vw;
        width: 43vw;
    }

}
@media (max-width:1001px){
    .superior{
        font-size: 3rem;
        width: 62%;
    }
    .team-structure-b,
    .team-structure-c,
    .team-structure-d{
        font-size: 13px;
    }
    .team-structure-title{
        font-size: 28px;
    }
    .vis-mis-a{
        font-size: 14px;
        margin-left:1vw ;
        margin-right:1vw ;
        column-gap: 3vw;
    }
    .para p:nth-child(1) {
        font-size: 24px;
       
    }
    
    .para p:nth-of-type(2){
        font-size: 16px !important;
        
    }
    .domains-grid{
        grid-template-columns: 1fr 1fr;
        row-gap: 5vw;
        column-gap: 5vw;
     
    }
    .comparc-grid, 
    .digital-grid,
    .analog-grid,
    .coding-grid{
        height: 30vw;
        width: 30vw;
    }
    .co-founder1 .team-grid-d,
    .co-founder2 .team-grid-d,
    .head1 .team-grid-d,
    .head2 .team-grid-d,
    .head3 .team-grid-d{
        column-gap: 5px;
    }
    .team-linkedin ,
    .team-insta ,
    .team-git,
    .team-none {
        height:16px !important;
        width:auto !important;
    }
    
    
    .co-founder1 .team-grid-b,
    .co-founder2 .team-grid-b,
    .head1 .team-grid-b,
    .head2 .team-grid-b,
    .head3 .team-grid-b{
        font-size: 15px;

    }


    .co-founder1 .team-grid-c,
    .co-founder2 .team-grid-c,
    .head1 .team-grid-c,
    .head2 .team-grid-c,
    .head3 .team-grid-c{
        font-size: 10px;

    }
    .uni-info{
        font-size: 26px !important;
    }
    .uni-pic-a{
        font-size: 13px;
    }
    .uni-pic{
        height:43vw ;
        width: 43vw;
    }
    .uni-content{
        row-gap: 3vw;
    }
    .uni{
        margin-left: 5vw;
        margin-right: 5vw;
    }
    .outro-a{
        font-size: 37px;

    }
    .outro-b a:link{
        font-size: 12px;
    }
    .outro-b,
    .outro-c{
        font-size: 12px;
    }
    .collab{
        margin-left: 10vw;
        margin-right: 10vw;
    }


}
@media (max-width:880px){
    .team-structure{
        column-gap: 3vw;
    }
    .team-structure-b,
    .team-structure-c,
    .team-structure-d{
        font-size: 12px;
    }
    .team-structure-title{
        font-size: 24px;
    }
    .collab-a{
        font-size: 18px !important;
    }
    .collab-a,
    .domains-tea-a,
    .domains-team-a,
    .intro-b{
        font-size: 40px !important;
    }
    .vis-mis-a{
        font-size: 12px;
    }

    .para:nth-child(2){
        font-size: 22px;
        
    }
    .non-tech-grid > .intro-a > img{
        height:20px;
        width:20px;

    }
    .non-tech-grid .intro-a{
        font-size: 16px;
    }
    .non-tech-grid div:hover{
        font-size: 20px;
        font-weight: 500;
        color: white;
    
    }
    .collab{

    }

}
@media (max-width:813px){
    .superior{
        font-size: 3rem;
        width: 62%;
    }
    .team-structure-b,
    .team-structure-c,
    .team-structure-d{
        font-size: 10px;
    }
    .team-structure-title{
        font-size: 22px;
    }
    .team-structure-container{
        row-gap: 3vw;
    }
    .vis-mis-a{
        font-size: 10px;
    }
    .faculty-grid,
    .team-grid{
        display: flex;
        flex-direction: column;
 
        justify-content: space-evenly;
        column-gap:4vw;

        padding-left: 60px;
        padding-right: 60px;
        margin-top: 60px;
        margin-bottom: 60px;
        
    }
    
    .faculty-grid .head1,
    .faculty-grid .head2,
    .faculty-grid .head3
    {
        height: 40vw;
        
    }
    .co-founder1,
    .co-founder2,
    .head1,
    .head2,
    .head3{
        height: 30vw;
    }
    .co-founder1 .team-grid-d,
    .co-founder2 .team-grid-d,
    .head1 .team-grid-d,
    .head2 .team-grid-d,
    .head3 .team-grid-d{
        column-gap: 8px;
    }
    .team-linkedin ,
    .team-insta ,
    .team-git ,
    .team-none{
        height:30px !important;
        width:auto !important;
    }
    
    
    .co-founder1 .team-grid-b,
    .co-founder2 .team-grid-b,
    .head1 .team-grid-b,
    .head2 .team-grid-b,
    .head3 .team-grid-b{
        font-size: 23px;

    }


    .co-founder1 .team-grid-c,
    .co-founder2 .team-grid-c,
    .head1 .team-grid-c,
    .head2 .team-grid-c,
    .head3 .team-grid-c{
        font-size: 18px;
        width: 65vw;

    }
    .profile-pic{
        border-width: 1.5vw !important;
    }
    .uni-info{
        font-size: 23px !important;
    }
    .uni-pic-a{
        font-size: 11px;
    }
    .uni-pic img{
        height:43vw ;
        width: 43vw;
    }
    .uni-content{
        row-gap: 3vw;
    }
    .uni{
        margin-left: 5vw;
        margin-right: 5vw;
    }
    .outro-a{
        font-size: 35px;

    }
    .outro-b a:link{
        font-size: 10px;
    }
    .outro-b,
    .outro-c{
        font-size: 10px;
    }
    .nav-b{
        display: none;
    }
    .nav-c{
        display: none;
    }
    .nav-d{
        display:inline;
    }
   
    .nav-a img{
        height: 75px;
        width: auto;
     
    
    }
    .nav{
        padding: 20px;
    }


}
@media (max-width:808px){
    .superior{
        font-size: 3.2rem;
        width: 78.2vw;
    }
    .collab-b{
        font-size: 16px !important;
    }
    .collab-a,
    .domains-tea-a,
    .domains-team-a,
    .intro-b{
        font-size: 35px !important;
    }
    .vis,.mis{
        padding: 3vw;
    }
    .para p:nth-child(1) {
        font-size: 20px;
       
    }
    
    .para p:nth-of-type(2){
        font-size: 12px !important;
        
    }
    .co-founder1 .team-grid-d,
    .co-founder2 .team-grid-d,
    .head1 .team-grid-d,
    .head2 .team-grid-d,
    .head3 .team-grid-d{
        column-gap: 8px;
    }
    .team-linkedin ,
    .team-insta ,
    .team-git ,
    .team-none{
        height:25px !important;
        width:auto !important;
    }
    
    
    .co-founder1 .team-grid-b,
    .co-founder2 .team-grid-b,
    .head1 .team-grid-b,
    .head2 .team-grid-b,
    .head3 .team-grid-b{
        font-size: 22px;

    }


    .co-founder1 .team-grid-c,
    .co-founder2 .team-grid-c,
    .head1 .team-grid-c,
    .head2 .team-grid-c,
    .head3 .team-grid-c{
        font-size: 17px;
        width: 65vw;

    }
    .uni-info{
        font-size: 23px !important;
    }
    .uni-pic-a{
        font-size: 11px;
    }
    .uni-pic{
        height:43vw ;
        width: 43vw;
    }
    .uni-content{
        row-gap: 1vw;
    }
    .uni{
        margin-left: 5vw;
        margin-right: 5vw;
    }
    .button-b,
    .button-c,
    .button-d,
    .button-e,
    .button-f{
        height: 55px;
    }
    .button-b,
    .button-c,
    .button-d,
    .button-e,
    .button-f,
    .uni-content a{
        font-size: 14px;
    }
    .uni-content svg{
        height: 30px !important;
        width: 30px !important;
    }

}
@media (max-width:707px){
    .superior{
        font-size: 7vw;
        width: 77vw;
    }
    .domains p
    {
        font-size: 2.5vw;
    }
    .inferior{
        font-size: 2.5vw;
        width: 77vw;
    }
    .team-structure-b,
    .team-structure-c,
    .team-structure-d{
        font-size: 9px;
    }
    .team-structure-title{
        font-size: 20px;
    }
    .team-structure-container{
        row-gap: 2vw;
    }
    .contact-us-form{
        height: 50px;
        width: 70vw;
    }
    .contact-us-button{
        height: 38px;
        width: 110px;
        font-size: 12px;
    }
    .collab-b{
        font-size: 14px !important;
    }
    .collab-a,
    .domains-tea-a,
    .domains-team-a,
    .intro-b{
        font-size: 30px !important;
    }
    .non-tech-grid > .intro-a {
        column-gap: 2vw;
    }

    .non-tech-grid > .intro-a > img{
        height:16px;
        width:16px;

    }
    .non-tech-grid .intro-a{
        font-size: 12px;
    }
    .non-tech-grid div:hover{
        font-size: 18px;
        font-weight: 500;
        color: white;
        
        
    
    
    }
    .co-founder1 .team-grid-d,
    .co-founder2 .team-grid-d,
    .head1 .team-grid-d,
    .head2 .team-grid-d,
    .head3 .team-grid-d{
        column-gap: 8px;
    }
    .team-linkedin ,
    .team-insta ,
    .team-git ,
    .team-none{
        height:25px !important;
        width:auto !important;
    }
    
    
    .co-founder1 .team-grid-b,
    .co-founder2 .team-grid-b,
    .head1 .team-grid-b,
    .head2 .team-grid-b,
    .head3 .team-grid-b{
        font-size: 21px;

    }


    .co-founder1 .team-grid-c,
    .co-founder2 .team-grid-c,
    .head1 .team-grid-c,
    .head2 .team-grid-c,
    .head3 .team-grid-c{
        font-size: 16px;
        width: 60vw;

    }
    .uni-info{
        font-size: 20px !important;
    }
    .uni-pic-a{
        font-size: 9px;
    }
    .uni-pic{
        height:43vw ;
        width: 43vw;
    }
    .uni-content{
        row-gap: 1vw;
    }
    .uni{
        margin-left: 5vw;
        margin-right: 5vw;
 
    }
    .button-b,
    .button-c,
    .button-d,
    .button-e,
    .button-f{
        /*height: 45px;*/
    }
    .button-b,
    .button-c,
    .button-d,
    .button-e,
    .button-f,
    .uni-content a{
        font-size: 12px;
    }
    .uni-content svg{
        height: 30px !important;
        width: 30px !important;
    }
    .outro-a{
        font-size: 33px;

    }
    
    .outro-b,
    .outro-c{
  
        display: flex;
        flex-direction: column;
        row-gap: 3px;
    }

}
@media (max-width:640px) {

    .team-structure{
        flex-direction: column;
       padding-left:20% ;
       padding-right: 20%;
       row-gap: 10vw;
       
    }
    .team-structure-container{
        justify-content: center;
        align-items:center;
        
    }
    .team-structure-b,
    .team-structure-c,
    .team-structure-d{
        font-size: 11px;
        text-align: center;
    }
    .team-structure-title{
        font-size: 20px;
        text-align:center;
    }
    .collab-b{
        font-size: 13px !important;
    }
    .collab-a,
    .domains-tea-a,
    .domains-team-a,
    .intro-b{
        font-size: 25px !important;
    }
    .domains-grid{
        grid-template-columns: 1fr 1fr;
        row-gap: 8vw;
        column-gap: 8vw;
     
    }
    
    .comparc-grid, 
    .digital-grid,
    .analog-grid,
    .coding-grid{
        height: 35vw;
        width: 35vw;
    }
    .non-tech-grid > .intro-a {
        column-gap: 2vw;
        margin: 1vw;
        border-radius: 2vw;
    }

    .non-tech-grid > .intro-a > img{
        height:14px;
        width:14px;

    }
    .non-tech-grid .intro-a{
        font-size: 10px;
    }
    .non-tech-grid div:hover{
        font-size: 15px;
        font-weight: 500;
        color: white;
        
        
    
    
    }
    .co-founder1 .team-grid-d,
    .co-founder2 .team-grid-d,
    .head1 .team-grid-d,
    .head2 .team-grid-d,
    .head3 .team-grid-d{
        column-gap: 8px;
    }
    .team-linkedin ,
    .team-insta ,
    .team-git,
    .team-none {
        height:25px !important;
        width:auto !important;
    }
    
    
    .co-founder1 .team-grid-b,
    .co-founder2 .team-grid-b,
    .head1 .team-grid-b,
    .head2 .team-grid-b,
    .head3 .team-grid-b{
        font-size: 20px;

    }


    .co-founder1 .team-grid-c,
    .co-founder2 .team-grid-c,
    .head1 .team-grid-c,
    .head2 .team-grid-c,
    .head3 .team-grid-c{
        font-size: 15px;
        width: 60vw;

    }
    
}
@media (max-width:590px) {
    .superior{
        font-size:45px;
        width: 95%;
        
    }
    .collab-a,
    .domains-tea-a,
    .domains-team-a,
    .intro-b{
        font-size: 20px !important;
    }
    .para p:nth-child(1) {
        font-size: 18px;
       
    }
    
    .para p:nth-of-type(2){
        font-size: 10px !important;
        
    }
    .co-founder1 ,
    .co-founder2 ,
    .head1 ,
    .head2 ,
    .head3 {
        height: 40vw;
        border-radius: 4vw;

    }

    .co-founder1 .team-grid-d,
    .co-founder2 .team-grid-d,
    .head1 .team-grid-d,
    .head2 .team-grid-d,
    .head3 .team-grid-d{
        column-gap: 5px;
    }
    .team-linkedin ,
    .team-insta ,
    .team-git ,
    .team-none{
        height:20px !important;
        width:auto !important;
    }
    
    
    .co-founder1 .team-grid-b,
    .co-founder2 .team-grid-b,
    .head1 .team-grid-b,
    .head2 .team-grid-b,
    .head3 .team-grid-b{
        font-size: 20px;

    }


    .co-founder1 .team-grid-c,
    .co-founder2 .team-grid-c,
    .head1 .team-grid-c,
    .head2 .team-grid-c,
    .head3 .team-grid-c{
        font-size: 13px;
        width: 50vw;

    }
    .uni-info{
        font-size: 18px !important;
    }
    .uni-pic-a{
        font-size: 8px;
    }
    .uni-pic{
        height:43vw ;
        width: 43vw;
    }
    .uni-content{
        row-gap: 1vw;
    }
    .uni{
        margin-left: 5vw;
        margin-right: 5vw;
 
    }
    .button-b,
    .button-c,
    .button-d,
    .button-e,
    .button-f{
        
    }
    .button-b,
    .button-c,
    .button-d,
    .button-e,
    .button-f,
    .uni-content a{
        font-size: 10px;
    }
    .uni-content svg{
        height: 25px !important;
        width: 25px !important;
    }
    
}
@media (max-width:490px) {
    .superior{
        font-size:41px;
        width: 95%;
        
    }
    .contact-us-form{
        height: 40px;
        
    }
    ::placeholder{
        font-size: 10px;
    }
    .contact-us-button{
        height: 29px;
        width: 80px;
        font-size: 10px;
    }
    .para p:nth-child(1) {
        font-size: 16px;
       
    }
    
    .para p:nth-of-type(2){
        font-size: 8px !important;
        
    }
    .non-tech-grid > .intro-a {
        column-gap: 2vw;
        margin: 1vw;
        border-radius: 2vw;
    }

    .non-tech-grid > .intro-a > img{
        height:12px;
        width:12px;

    }
    .non-tech-grid .intro-a{
        font-size: 8px;
    }
    .non-tech-grid div:hover{
        font-size: 12px;
        font-weight: 500;
        color: white;
        
        
    
    
    }
    .uni-info{
        font-size: 18px !important;
    }
    .uni-pic-a{
        font-size: 8px;
    }
    .uni-pic img,
    .uni-pic{
        height:50vw ;
        width: 100%;
    }
    .uni-content{
        row-gap: 1vw;
    }
    .uni{
        margin-left: 5vw;
        margin-right: 5vw;
        display: flex;
        flex-direction: column;
        row-gap: 5vw;
 
    }
    .button-b,
    .button-c,
    .button-d,
    .button-e,
    .button-f,
    .uni-content a{
        font-size: 12px;
    }
    .uni-content svg{
        height: 25px !important;
        width: 25px !important;
    }
    .outro-a{
        font-size: 30px;

    }
    .outro-b a:link{
        font-size: 8px;
    }
    .outro-b,
    .outro-c{
        font-size: 8px;
        display: flex;
        flex-direction: column;
        row-gap: 3px;
    }
    .animation-a{
        left: 40vw;
       
       

    }
    .animation-b{
        left: 35vw;
        

    } 
    .collab{
        margin-left: 5vw;
        margin-right: 5vw;
    }
    .nav-a img{
        height: 65px;
        width: auto;
     
    
    }
}
@media (max-width:390px) {
    .contact-us-form{
        height: 40px;
        width: 80vw;
        
    }
    ::placeholder{
        font-size: 10px;
    }
    .contact-us-button{
        height: 29px;
        width: 60px;
        font-size: 8px;
        right: 4px;
    }
    .para p:nth-child(1) {
        font-size: 14px;
       
    }
    
    .para p:nth-of-type(2){
        font-size: 6px !important;
        
    }
    .uni-info{
        font-size: 16px !important;
    }
    .uni-pic-a{
        font-size: 6px;
    }
    .uni-pic img,
    .uni-pic{
        height:50vw ;
        width: 100%;
    }
    .uni-content{
        row-gap: 1vw;
    }
    .uni{
        margin-left: 5vw;
        margin-right: 5vw;
        display: flex;
        flex-direction: column;
        row-gap: 5vw;
 
    }
    .button-b,
    .button-c,
    .button-d,
    .button-e,
    .button-f,
    .uni-content a{
        font-size: 12px;
    }
    .uni-content svg{
        height: 20px !important;
        width: 20px !important;
    }
    .outro-a{
        font-size: 26px;

    }
    .outro-b a:link{
        font-size: 7px;
    }
    .outro-b,
    .outro-c{
        font-size: 7px;
        display: flex;
        flex-direction: column;
        row-gap: 3px;
    }
    .team-structure-title{
        font-size: 17px;
        text-align:center;
    }
    .faculty-grid .head1,
    .faculty-grid .head2,
    .faculty-grid .head3{
        height: 42vw;

    }
    
}
@media (max-width:370px) {
    .contact-us-form{
        height: 30px;
        width: 80vw;
        
    }
    ::placeholder{
        font-size: 9px;
    }
    .contact-us-button{
        height: 19px;
        width: 50px;
        font-size: 6px;
    }
    .co-founder1 ,
    .co-founder2 ,
    .head1 ,
    .head2 ,
    .head3 {
        height: 40vw;
        border-radius: 4vw;

    }

    .co-founder1 .team-grid-d,
    .co-founder2 .team-grid-d,
    .head1 .team-grid-d,
    .head2 .team-grid-d,
    .head3 .team-grid-d{
        column-gap: 5px;
    }
    .team-linkedin ,
    .team-insta ,
    .team-git,
    .team-none {
        height:17px !important;
        width:auto !important;
    }
    
    
    .co-founder1 .team-grid-b,
    .co-founder2 .team-grid-b,
    .head1 .team-grid-b,
    .head2 .team-grid-b,
    .head3 .team-grid-b{
        font-size: 17px;

    }

    .fac{
        font-size: 10px !important;
    }
    .co-founder1 .team-grid-c,
    .co-founder2 .team-grid-c,
    .head1 .team-grid-c,
    .head2 .team-grid-c,
    .head3 .team-grid-c{
        font-size: 11px;
        width: 50vw;

    }
    
    
}
@media (max-width:352px) {
    .contact-us-form{
        height: 30px;
        width: 80vw;
        
    }
    ::placeholder{
        font-size: 7px;
    }
    .contact-us-button{
        height: 20px;
        width: 50px;
        font-size: 6px;
        right: 4px;
    }
    
}
.contact-us-button {
    min-width: 60px;
    min-height: 25px;
    /* ...existing styles... */
}

@media (max-width:305px) {
    .superior{
        font-size:36px;
        width: 95%;
        
    }
    .contact-us-form{
        height: 30px;
        width: 80vw;
        
    }
    ::placeholder{
        font-size: 7px;
    }
    .contact-us-button{
        height: 20px;
        width: 50px;
        font-size: 6px;
        right: 2px;
        
    }
    .co-founder1 ,
    .co-founder2 ,
    .head1 ,
    .head2 ,
    .head3 {
        height: 40vw;
        border-radius: 4vw;

    }

    .co-founder1 .team-grid-d,
    .co-founder2 .team-grid-d,
    .head1 .team-grid-d,
    .head2 .team-grid-d,
    .head3 .team-grid-d{
        column-gap: 5px;
    }
    .team-linkedin ,
    .team-insta ,
    .team-git ,
    .team-none{
        height:14px !important;
        width:auto !important;
    }
    
    
    .co-founder1 .team-grid-b,
    .co-founder2 .team-grid-b,
    .head1 .team-grid-b,
    .head2 .team-grid-b,
    .head3 .team-grid-b{
        font-size: 15px;

    }


    .co-founder1 .team-grid-c,
    .co-founder2 .team-grid-c,
    .head1 .team-grid-c,
    .head2 .team-grid-c,
    .head3 .team-grid-c{
        font-size: 9px;
        width: 40vw;

    }
    .team-structure-title{
        font-size: 15px;
        text-align:center;
    }
    .team-structure-a{
        font-size: 30px;
    }
}