@import url('https://cdnjs.cloudflare.com/ajax/libs/font-awesome/2.0/font-awesome-ie7.min.css');

*{
    margin: 0%;
    padding: 0%;
}
.header{
    background:rgb(23, 24, 23);
    opacity: none;
    background-attachment: fixed;
   

}
body{
    margin: 0;
    padding: 0;
    width: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
    background:rgb(253, 255, 253);
    background-size: cover;
    background-position: center;
    
    text-shadow: 8px 8px 10px #0994108c;

}


.slider{
    width: 1300px;
    height: 500px;
    border-radius: 10px;
    overflow: hidden;
    padding: 0;
    background:rgb(8, 34, 5);
    opacity: none;



}
.slides{
    width: 500%;
    height: 500px;
    display: flex;
    background:rgb(21, 24, 21);
    opacity: 0.6;
}
.slides input{
    display: none;/* this is pic is show totall image ek sath . it use */

}

.slide{
    width: 20%;
    transition: 2s;
    background:rgb(34, 36, 34);
    background-attachment: fixed;
}
.slide img{
    width: 1200px;
    height: 500px;
}


.navigation-manual{
    position: absolute;
    width: 1200px;
    margin-top: -40px;
    display: flex;
    justify-content: center;

}
.manual-btn{
    border: 2px solid #c6eb43;
    padding: 5px;
    border-radius: 10px;
    cursor: pointer;
    transition: 1s;
}    
.manual-btn:not(:last-child){
    margin-right: 40px; 
}
.manual-btn:hover{
    background-color: #4050dc;
}

#radio1:checked ~.first{
    margin-left: 0;
}
#radio2:checked ~.first{
    margin-left: -20%;
}
#radio3:checked~.first{
    margin-left: -40%;
}
#radio4:checked~.first{
    margin-left: -60%;
}
#radio5:checked~.first{
    margin-left: -80%;
}
.navigation-auto{
    position: absolute;
    display: flex;
    width: 1200px;
    justify-content: center;
    margin-top: 460px;
}
.navigation-auto div{
    border: 2px solid #0c1414;
    padding: 5px;
    border-radius: 10px;
    transition: 1s;

}
.navigation-auto div:not(:last-child){
    margin-right: 40px;
}
#radio1:checked ~.navigation-auto .auto-btn1{
    background: #1b1b18;
}
#radio2:checked ~.navigation-auto .auto-btn2{
    background: #111110;
}
#radio3:checked ~.navigation-auto .auto-btn3{
    background: #eff0ea;
}
#radio4:checked ~.navigation-auto .auto-btn4{
    background: #f8f3f7;
}
#radio5:checked ~.navigation-auto .auto-btn5{
    background: #fff8ff;
}


nav{
    display: flex;
    padding: 1% 2%;
    justify-content:space-between;
    align-items: left;
    margin-top: 3.5%;
    background:rgb(9, 255, 214);
    margin-top: 0%;
    padding-bottom: 3px;
    background-attachment: fixed;


    
}

.navigation img{
    border-radius: 60px;
    float: right;
    width: 150px;
    margin-bottom: 0px;
    margin-top: 0px;
    border: 4px solid rgb(98, 6, 247);
    


}





.navigation a {
    position: relative;
    font-size: 1.8em;
    color: rgb(19, 18, 18);
    text-decoration: none;
    font-weight: 500;
    margin-left: 120px;
    padding: 0%;
    
}

.navigation a::after{
    content: "";
    position:absolute;
    width: 100%;
    height: 1px;
    background: #fff;
    border-radius: 5px;
    left: 0;
    bottom: -6px;
    transform: scaleX(0);
    transition: transform .5s;
    padding: 0%;

}
.navigation a:hover::after{
    transform: scaleX(1);
}
.heading{
    background-attachment: fixed;
    margin-bottom: 5%;
    text-align: center;
    justify-content: center;
    width: 90%;
    position: absolute;
    display: inline-block;
    top: 5%;
    left: 5%;
    transform: translate(-5%,-5%);
    font-size: 40px;
    margin-top: 60px;
    color:#ff1d58;
    animation-name: example;
    animation-duration: 4s;
    animation-delay: 2s;
    animation-iteration-count: infinite;
    animation-direction: alternate;
    overflow: hidden;

}
@keyframes example{
    from {color: #f7f7f7; left: 50px;right: 190px;}
    to {color:#f5f5f8;left: 190px; right: 50px;}
    
    

}
.course{
    width: 80%;
    margin: auto;
    text-align: none;
    padding-top: 100px;
    justify-content: space-between;
    /*background-color: hsl(0, 100%, 90%, 0.3);*/

}
h2{
    font-size: 36px;
    font-weight: 600;
    width: 100%;
}
.about{
    text-align: left;
    color: hwb(0 100% 0%);
    font-size: 18px;
    font-weight: 600;
    line-height: 22px;
    padding: 10px;
    text-shadow: none;
    justify-content: space-between;
    display: block;
}




.image{
    justify-content: center;
    align-items: center;
}
.ours{
    text-align: center;
    position: relative;
    background-color: #9b9797ef;
    color: #0e0201;
    margin-bottom: 0px;
}



    

/*.container{

    margin: 0%;
    padding: 0%;
    box-sizing: border-box;
    justify-content: center;
    font-family: 'Poppins' , sans-serif;
    display: flex;
    flex-direction:row;
    align-items:center;
    /*background-color: #ff1d58;
    padding: 5px;
    border-radius: 4px solid #4070F4;

    



    


}


section .card .image{
    height: 140px;
    width: 140px;
    border-radius: 50%;
    padding: 3px;
    background: #1400c6;
    border-radius: 50%;


}
section .card .image img{
    height: 100%;
    width: 100%;
    object-fit: cover;
    border-radius: 50%;
    border: 3px solid #1400c6;

    
}
.card{
    background: #f7f8fc;
    border-radius: 20px;
    position: relative;
    margin: 20px 0;
    width: 280px;
}
.card::before{
    content: "";
    position: relative;
    width: 100%;
    height: 50%;
    background: #1240c0;
    border-radius: 20px 20px 0 0;

}
.card .card-content {
    padding: 30px;
    display: flex;
    
    flex-direction: column;
    align-items: center;
    position: relative;
    z-index: 100;
}

.card-content .media-icon{
    position: absolute;
    top: 10px;
    right: 20px;
    display: flex;
    flex-direction: column;
    align-items: center;
}

.card .media-icon i{
    color: aliceblue;
    margin-top: 10px;
    opacity: 0.6;
    transition: all 0.3s ease; 
    cursor: pointer;
}
.card .media-icon i:hover{
    opacity: 1;
}

.card .card-content .name-profession{

    display: flex;
    flex-direction: column;
    align-items: center;
    color: #333;
    margin-top: 10px;
}
.name-profession .name{
    font-size: 20px;
    font-weight: 600;
}
.name-profession .profession{
    font-size: 15px;
    font-weight: 500;
}
.card .card-content .button{
    display: flex;
    justify-content: space-around;
    width: 120%;
    margin-top: 20px;
}
.card-content .button button{
    background: #40D3DC;
    outline: none;
    border: none;
    color: #fff;
    padding: 8px 22px;
    border-radius: 20px;
    transition: all 0.3s ease;
    cursor: pointer;
}
.button button:hover{
    background: #4070F4;


}*/
/*.live{
    margin: 0%;
    padding: 0%;
    box-sizing:border-box;
    font-family: 'Poppins' , sans-serif;
    background: #fff;
    min-height: 50vh;
    width: 120%;
    display: flex;
    align-items: center;
    justify-content: center;
}*/
/*.container{

    box-sizing: border-box;
    min-height: 10vh;
    max-width: 550px;
    background: none;
    display: flex;
    width: 100%;
    flex-direction: column;
    justify-content: space-between;
    align-items: center;
    padding: 40px 0;
    font-family: 'Poppins' , sans-serif;
    
}
.contains{
    box-sizing: border-box;
    align-items: center;
    justify-content: center;
    display: flex;

}
.main-card1 .cards .card{
    background: #a584f3;
    width: calc(100% /1 - 12px);
    padding: 30px;
    border-radius: 24px;
    margin: 5px 20px;
    position: relative;
}
.main-card1 .cards{
    display: flex;
    flex-direction: none;
    justify-content: space-around;
    margin: 2px 20px;

}
.contains .main-card1{
    width: 50%;
    background: rgb(190, 65, 7);
    border-radius: 24px;
    justify-content: center;
    opacity: 0.8;
    
}





#back{
    background-color: #bdbc97;
}

.main-card .cards{
    display: flex;
    flex-direction: row;
    justify-content: space-around;
    margin: 0 20px;

}
.container .main-card{
    width: 200%;
    background: rgb(255, 255, 31);
    border-radius: 24px;
    justify-content: space-between;
    opacity: 0.8;*/
    

/*.card{
   /* background: #f7f8fc;
    border-radius: 20px;
    position: relative;*/
    /*margin: 20px 0;
    width: none;
}
.main-card .cards .card::before{
    content: "";
    position: relative;
    width: 100%;
    height: 50%;
    background: #9396a0;
    border-radius: 20px 20px 0 0;
    z-index: 50;

}*/

/*.main-card .cards .card{
    background: #0d81ce;
    width: calc(100% / 4 - 13px);
    padding: 30px;
    border-radius: 24px;
    margin: 20px 0;
    position: relative;
    
} 
.cards .card .content{
    display: flex;
    flex-direction: column;
    justify-content: center;
    text-align: center;
    align-items: center;

}
.cards .card .content .img{
    height: 130px;
    width: 130px;
    margin-bottom: 14px;
    background: rgba(238, 159, 55, 0.549);
    border-radius: 50%;
    padding: 3px;

}
.cards .card .content .img img{
    height: 100%;
    width: 100%;
    object-fit: cover;
    border-radius: 50%;
    border: 3px solid #fff;

}
.card .content .details .name{
    font-size: 20px;
    font-weight: 500;
    color: #0e0201;
    text-align: center;
    
}
.card .content .details .job{
    font-size: 20px;
    color: #d5fa03;
    text-align: center;
}

.card .content .media-icons{
    display: flex;
    margin-top: 10px;
}
.card .content .media-icons a{
    height: 35px;
    width: 35px;
    background: #d44e26;
    color: #fff;
    margin: 0 4px;
    border-radius: 50% ;
    text-align: center;
    line-height: 32px;
    font-size: 14px;
    border: 2px solid transparent;
    transition: all 0.4s ease;

}

.card .content .media-icons a:hover{
    border-color: #ff676d;
    color: #7356f3;
    background: rgb(231, 196, 129);


}
.button{
    display: flex;
    margin: 20px;
    justify-content: center;
}
.button label{
    height: 15px;
    width: 15px;
    background: #e8e6f7;
    margin: 0 4px;
    border-radius: 20px;
    transition: all 0.5s ease;
}
.button label.active{
    width: 35px;
}

#one:checked ~.button.two{
    width: 35px;

}
#two:checked ~.button.one{
    width: 35px;

}
/*#one:checked ~.button input.two{
    width: 35px;

}
#two:checked ~.container{
    margin-left : -100%; 
}*/
/* footer*/
.footer{
    background: #303036;
    color: #d3d3d3;
    height: 450px;
    position: relative;
    line-height: 30px;

}
/*.footer .footer-content{
    border: 1px solid red;
    height: 300px;
}/*/
.logo{
    width: 100px;
    height: 100px;
    border-radius: 30px;
    margin-top: 20px;
    margin-bottom: 25px;
}
.col{
    flex-basis: 25%;
    padding: 5px;
    margin-top: 30px;

    padding-left: 5px;
}
.col:nth-child(2), .col:nth-child(3){
    flex-basis: 15%;

}

.col h4{
    width: fit-content;
    margin-bottom: 30px;
    position: relative;
    margin-top: 50px;
}
.email-id{
    width: fit-content;
    border-bottom: 1px solid #ccc;
    margin: 10px;
}
ul li{
    list-style: none;
    margin-bottom: 8px;
}
ul li a{
    text-decoration: none;
    color: white;

}
form{
    padding-bottom: 15px;
    display: flex;
    align-items: center;
    justify-content: space-between;
    border-bottom: 1px solid #ccc;
    margin-bottom: 50px;
}
form .far{
    font-size: 18px;
    margin-right: 10px;
}
form input{
    background: transparent;
    width: 100%;
    color: #ccc;
    border:0;
    outline: none;
}
form button{
    background: transparent;
    cursor: pointer;
    border: 0;
    outline: none;
}
form button .fas{
    font-size: 18px;
    color: #ccc;
}
.social-icons .gas{
    width: 40px;
    height: 40px;
    border-radius: 50%;
    text-align: center;
    line-height: 40px;
    font-size: 20px;
    color: #1661d1;
    background: #fff;
    cursor: pointer;
    margin-right: 15px;
}
p{
    margin: 2px;
}
.row{
    width: 95%;
    margin: auto;
    display: flex;
    align-items: flex-start;
    justify-content: space-between;
    flex-wrap: wrap;
}
.footer .footer-bottom{
    background: #343a40;
    color: #40D3DC;
    height: 50px;
    width: 100%;
    text-align: center;
    position: absolute;
    bottom: 0px;
    left: 0px;
    padding-top: 20px;
}

.investor-card {
    width: 200px;
    height: 200px;
    border: 2px solid #030a21;
    border-radius: 16px;
    position: relative;
    overflow: hidden;
}
.investor-gradient {
    background-image: linear-gradient(transparent 51%,#030a21);
    position: absolute;
    top: 0%;
    bottom: 0%;
    left: 0%;
    right: 0%;
}
.div-block-794 {
    color: #fff;
    margin-bottom: 12px;
    margin-left: 12px;
    margin-right: 12px;
    position: absolute;
    top: auto;
    bottom: 0%;
    left: 0%;
    right: 0%;
}
.text-block-258 {
    font-size: .875rem;
    font-weight: 600;
}
.text-block-259 {
    font-size: .75rem;
}
.team{
    grid-template-columns: 200px 200px 200px 200px ;/* no. of people add so 200px is add*/
    display: grid;
    padding-bottom: 80px;
    grid-column-gap: 22px;
    grid-row-gap: 20px;
    margin-left: auto;
    margin-right: auto;
    max-width: 1440px;
    flex-flow: wrap;
    grid-template-rows: 200px 200px;
    grid-auto-columns: 1fr;
    justify-content: center;
    margin-top:auto ;
    margin-bottom: auto;
    padding-top: 80px;
}
.teams{
    display: grid;
    justify-content: center;
    padding-top: 70px;
    padding-bottom: 1px;
}








@media  (max-width:750px){
    body{
        display: block;
        width: 1190px;
        background-attachment: non;
    }
    .slider{
        width: 1190px;
    }
    nav{
        width: 1190px;
    }
    .navigation a{
        margin: 12px;
    }
    .heading{
        width: 1100px;
        padding: 10px;
    }
    .ours{
        width: 1190px;
    }
    h2{
        width: 1090px;
        justify-content: center;
        text-align: center;
        margin-right: 250px;
        font-size: 32px;
    }
    .course{
        justify-content: center;
        text-align: none;
        font-size: 30px;
    }


    
}

    


