@import url('https://fonts.googleapis.com/css2?family=Poppins:wght@200;300;400;500;600&display=swap');
*{
    margin: 0;
    padding:0;
    box-sizing: border-box;
    font-family: "poppins" sans-serif;
}

*::before, *::after{
    padding: 0;
    margin: 0;
}
body {
    
        margin: 0;
        padding: 0;
        background-color: black;
        min-height: 200vh; /* Change this value to make the page taller */
    
    
  }
  
  .slanted-rectangle {
        position: absolute;
        top: 0;
        left: 0;
        width: 40%;
        min-height: 200vh; /* Adjust this value to match the new page height */
        clip-path: polygon(0 0, 100% 0, 30% 100%, 0% 100%); /* Adjust the clip-path as needed */
        z-index: 1;
    
    
}

.content {
    position: relative; /* Add this to establish a stacking context */
    z-index: 1; /* Set a higher z-index to place it above the slanted rectangle */
    margin-left: 20%;
    padding: 100px;
    min-width: 100vh;
}

  .title h1 {
    display: flex;
    justify-content: center;
    padding: 0px;
    margin-top: 0px;
    padding-bottom: 50px;
    color: white;
    text-decoration: underline;
    font-weight: bold;
    margin-left: 98px;
}
.slanted-rectangle-logo {
    margin-left: 56px;
    width: auto;
    height: 366px;
    margin-top: 305px;
}
a{
    text-decoration: none;
}

#team{
    width: 100%;
    min-height: 100vh;
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
}


.heading i{
    background-color: #333;
    color: #fff;
    width: 50px;
    height: 50px;
    display: flex;
    justify-content: center;
    align-items: center;
    font-size: 0.9rem;
    margin: 0 20px;
}

.box{
    width: 266px;
    height: 340px;
    background-color: #fff;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: space-between;
    padding: 20px;
    border-radius: 10px;
    margin: 20px;
    position: relative;
}

.container {
    display: flex;
    justify-content: center;
    align-items: center;
    flex-wrap: wrap;
    margin-left: 100px;
}

.top-bar{
    width: 50%;
    height: 4px;
    position: absolute;
    left: 50%;
    top:0;
    transform: translate(-50%);
    background-color: #333;
    border-radius: 0 0 10px 10px;
}

.verify{
     color: #333;
}

.nav{
    display: flex;
    justify-content: space-between;
    align-items: center;
    width: 100%;
}

.nav .heart{
   color: rgba(155,155,155);
}

.nav .heart:before {
    content: '\f004';
    font-family: fontAwesome;
    line-height: 30px;
    z-index: 1;
    cursor: pointer;
}
.nav .heart-btn{
    display: none;
}

.details {
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
}

.details img {
    width: 100px;
    height: 100px;
    border-radius: 50%;
    overflow: hidden;
    object-fit: cover;
    object-position: center;
}

.details p{
    font-size: 0.8rem;
    color: #7a7a7a;
    margin: 5px 0;

}

.btn{
    width: 100%;
    height: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
}

.btn a{
    height: 45px;
    width: 45px;
    border-radius: 10px;
    font-size: 22px;
    line-height: 45px;
    color: #333;
}

.btn a i {
    padding-left: 13px;
}

.btn a:hover {
    color: #fff;
    background-color: #333;
    transition: all ease 0.3s;
}

.box:hover{
    transform: scale(1.01);
    transition: all ease 0.1s;
}

@media (min-width: 1281px) {
  
    /* CSS */
    
  }
  
  /* 
    ##Device = Laptops, Desktops
    ##Screen = B/w 1025px to 1280px
  */
  
  @media (min-width: 1025px) and (max-width: 1280px) {
    
    .content {
        position: relative; /* Add this to establish a stacking context */
        z-index: 1; /* Set a higher z-index to place it above the slanted rectangle */
        margin-left: 20%;
        padding: 100px;
        min-width: 100vh;
    }
    .slanted-rectangle {
        position: absolute;
        top: 0;
        left: 0;
        width: 40%;
        min-height: 182vh;
        clip-path: polygon(0 0, 113% 0, 9% 100%, 0% 100%);
        z-index: 1;
    }
    .box {
        width: 256px;
        height: 328px;
        background-color: #fff;
        display: flex;
        flex-direction: column;
        align-items: center;
        justify-content: space-between;
        padding: 20px;
        border-radius: 10px;
        margin: 20px;
        position: relative;
    }
    .title h1 {
        display: flex;
        justify-content: center;
        padding: 0px;
        margin-top: 0px;
        padding-bottom: 26px;
        color: white;
        text-decoration: underline;
        font-weight: bold;
        /* margin-left: 1530px; */
        font-size: xxx-large;
    }
}
  
 
  
  @media (min-width: 768px) and (max-width: 1024px) {
    
    .content {
        position: relative;
        z-index: 1;
        margin-left: -71%;
        padding: 0px;
        min-width: 112vh;
        margin-top: 121px;
    }
    .slanted-rectangle {
        position: absolute;
        top: 0;
        left: 0;
        width: 40%;
        clip-path: polygon(0 0, 117% 0, -250% 52%, 0% 0%);
        z-index: 1;
    }
    .slanted-rectangle-logo {
        margin-left: 16px;
        width: auto;
        height: 150px;
        margin-top: 76px;
    }
    .box {
        width: 220px;
        height: 263px;
        display: flex;
        flex-direction: column;
        align-items: center;
        justify-content: space-between;
        padding: 20px;
        border-radius: 10px;
        margin: 9px;
        position: relative;
        
    }
.container {
    display: flex;
    justify-content: center;
    align-items: center;
    flex-wrap: wrap;
    margin-left: 556px;
}
.title h1 {
    display: flex;
    justify-content: center;
    padding: 0px;
    margin-top: 0px;
    padding-bottom: 50px;
    color: white;
    text-decoration: underline;
    font-weight: bold;
    margin-left: 605px;
    font-size: xxx-large;
}
  
    
  }
  
  
  
  @media (min-width: 768px) and (max-width: 1024px) and (orientation: landscape) { :root { --slanted-rectangle-width: 40%; }

  .content { position: relative; z-index: 1; padding: 0px; min-width: 100vh; margin-top: 121px; }
  
  .slanted-rectangle { position: absolute; top: 0; left: 0; width: var(--slanted-rectangle-width); clip-path: polygon(0 0, 117% 0, -250% 52%, 0% 0%); z-index: 1; }
  
  .slanted-rectangle-logo { margin-left: 16px; width: auto; height: 94px; margin-top: 76px; }
  
  .box { width: 220px; height: 263px; background-color: #fff; display: flex; flex-direction: column; align-items: center; justify-content: space-between; padding: 20px; border-radius: 10px; margin: 22px; }
  
  .container { display: flex; justify-content: center; align-items: center; flex-wrap: wrap; }
  
  .title h1 { display: flex; justify-content: center; padding: 0px; margin-top: -49px; padding-bottom: 42px; color: white; text-decoration: underline; font-weight: bold; font-size: 5em; }
  
  .copy-right { margin-left: -79px; } }
 
  @media (max-width: 1180px) and (min-width: 820px) and (orientation: landscape) { .title h1 { font-size: xxx-large; margin-left: -219px; }

.slanted-rectangle-logo { height: 144px; margin-top: 80px; }

.container {
    margin-left: -448px;
    margin-top: 5%;
} }

@media (max-width: 1024px) and (orientation: landscape) { 
    .title h1 {
        font-size: xxx-large; margin-left: 41%; 
    }

    .slanted-rectangle-logo {
        height: 160px;
        margin-top: 80px;
    }

    .slanted-rectangle { 
        width: 20%; 
        clip-path: polygon(0 0, 2000% 0, -250% 52%, 0% 0%); 
    }

    .container { 
        margin-left: 70vw; /* Adjust this value based on your requirements */ 
    }
}
@media (max-width: 820px) and (orientation: portrait) { .container { margin-left: 575px; }

.title h1 { font-size: xxx-large; margin-left: 605px; }

.slanted-rectangle-logo { height: 131px; margin-top: 76px; }

.slanted-rectangle { width: 40%; } }

  @media (min-width: 481px) and (max-width: 767px) {
    
    .content {
        position: relative; /* Add this to establish a stacking context */
        z-index: 1; /* Set a higher z-index to place it above the slanted rectangle */
        margin-left: 20%;
        padding: 100px;
        min-width: 100vh;
    }
    .slanted-rectangle {
    position: absolute;
    top: 0;
    left: 0;
    width: 40%;
    min-height: 372vh;
    clip-path: polygon(0 0, 113% 0, 9% 100%, 0% 100%);
    z-index: 1;
}
    
  }
  

  @media (min-width: 390px) and (max-width: 500px){
    .box {
        width: 164px;
        height: auto;
        background-color: #fff;
        display: flex;
        flex-direction: column;
        align-items: center;
        justify-content: space-between;
        padding: 12px;
        border-radius: 10px;
        margin: 21px;
        position: relative;
        margin-left: 247px;
        margin-right: -520px;
        margin-bottom: 46px;
    }
    .content {
        position: relative;
        z-index: 1;
        margin-left: -143%;
        padding: 0px;
        min-width: 112vh;
        margin-top: 121px;
    }
    .slanted-rectangle {
        position: absolute;
        top: 0;
        left: 0;
        width: 40%;
        clip-path: polygon(0 0, 124% 0, -97% 52%, 0% 0%);
        z-index: 1;
    }
    .slanted-rectangle-logo {
        margin-left: 16px;
        width: auto;
        height: 94px;
        margin-top: 76px;
    }
    .container {
        display: grid;
        grid-template-columns: repeat(2, 1fr);
        gap: 20px;
        margin: 42px 278px;
        max-width: 582px;
        margin-left: 333px;
    }

    .title h1 {
        margin-bottom: -68px;
        display: flex;
        justify-content: center;
        padding: 0px;
        margin-top: 0px;
        padding-bottom: 50px;
        color: white;
        text-decoration: underline;
        font-weight: bold;
        font-size: xxx-large;
        margin-left: 624px;
        margin-top: -45px;
    }
   
}




  
  
  /* 
    ##Device = Most of the Smartphones Mobiles (Portrait)
    ##Screen = B/w 320px to 479px
  */
  
  @media (min-width: 391px) and (max-width: 480px) {
    .content {
        position: relative;
        z-index: 1;
        margin-left: -143%;
        padding: 0px;
        min-width: 112vh;
        margin-top: 121px;
    }
    .slanted-rectangle {
        position: absolute;
        top: 0;
        left: 0;
        width: 40%;
        clip-path: polygon(0 0, 124% 0, -250% 52%, 0% 0%);
        z-index: 1;
    } 
    .slanted-rectangle-logo {
        margin-left: 16px;
        width: auto;
        height: 94px;
        margin-top: 76px;
    }
    .container {
        display: block;
        /* grid-template-columns: repeat(2, 1fr); */
        /* gap: 20px; */
        margin: 42px 275px;
        max-width: 582px;
        margin-left: 443px;
        margin-top: 10%;
    }
    .box {
        width: 182px;
        height: 241px;
        background-color: #fff;
        display: flex;
        flex-direction: column;
        align-items: center;
        justify-content: space-between;
        padding: 12px;
        border-radius: 10px;
        margin: 21px;
        position: relative;
        margin-left: 266px;
        margin-right: -520px;
        margin-bottom: 80px;
    }
    .title h1 {
        margin-bottom: -99px;
        display: flex;
        justify-content: center;
        padding: 0px;
        margin-top: 0px;
        padding-bottom: 50px;
        color: white;
        text-decoration: underline;
        font-weight: bold;
        margin-left: 658px;
        margin-top: -23px;
    }
}
@media (min-width: 430px) and (max-width: 480px){

    .box {
        width: 168px;
        height: auto;
        background-color: #fff;
        display: flex;
        flex-direction: column;
        align-items: center;
        justify-content: space-between;
        padding: 12px;
        border-radius: 10px;
        margin: 21px;
        position: relative;
        margin-left: 297px;
        margin-right: -487px;
        margin-bottom: 78px;
    }
    
}


  @media (min-width: 300px) and (max-width: 389px) {
    .box {
        max-width: 162px;
        height: auto;
        background-color: #fff;
        display: flex;
        flex-direction: column;
        align-items: center;
        justify-content: space-between;
        padding: 12px;
        border-radius: 10px;
        margin: 3px;
        position: relative;
        margin-bottom: 38px;
    }

    .slanted-rectangle {
        position: absolute;
        top: 0;
        left: 0;
        width: 40%;
        min-height: 200vh; /* Adjust this value to extend the page height */
        clip-path: polygon(0 0, 124% 0, -140% 100%, 0% 100%); /* Adjust the clip-path to cover the entire viewport height */
        z-index: 1;
    }

    .container {
        display: block;
        /* grid-template-columns: repeat(2, 1fr); */
        /* gap: 20px; */
        margin: 22px 306px;
        max-width: 600px;
        margin-left: -40px;
    }

    .title h1 {
        margin-bottom: -37px;
        display: flex;
        justify-content: center;
        padding: 0;
        margin-top: 0;
        padding-bottom: 50px;
        color: white;
        text-decoration: underline;
        font-weight: bold;
        margin-left: -368px;
        font-size:xx-large;
    }

    .slanted-rectangle-logo {
        margin-left: 13px;
        width: auto;
        height: 100px;
        margin-top: 76px;
    }
}


  

  

  
