
#image img {
    max-width: 100%;
}

#footer {
    text-align: center;
    padding: 16px;
}

@import url('http://fonts.googleapis.com/css?family=Poppins:300,400,500,600,700,800,900&display=swap');
*
{
    margin: 0px;
    padding: 0px;
    box-sizing: border-box;
    font-family: 'Poppins',sans-serif;
}

body {
    min-height: 100vh;
    background: linear-gradient(#000000,#ffffff);
}

header {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    padding: 30px 100px;
    display: flex;
    justify-content: space-between;
    align-items: center;
    z-index: 10000;
    transition: 0.6s;
}

header .logo {
    color: aliceblue;
    font-weight: 700;
    text-decoration: none;
    font-size: 2em;
    text-transform: uppercase;
    letter-spacing: 2px;
}
header ul {
    display: flex;
    justify-content: center;
    align-items: center;
    
}

header ul li {
    list-style: none;
   
    
}

header ul li a 
{
    text-decoration: none;
    padding: 6px 15px;
   
    color: #fff;
    border-radius: 20px;
    transition: 0.6s;
    

}

header ul li a:hover ,
header ul li a.active
{
    background: #fff;
    color: #2b1055;
}

header.sticky {
    padding: 5px 100px;
    background: #01000393;

}



.sec {
    position: relative;
    padding: 100px;

}
.sec h2 {
    font-size: 5em;
    margin-bottom: 10px;
    color: #fff;
    text-align: center;
    font-style: oblique;
    
}

.sec h3 {
    font-size: 2em;
    margin-top: 1em;
    margin-bottom: 10px;
    color: #fff;
    text-align: center;
    font-style: oblique;
    
}


.sec h4 {
    margin-top: 30px;
    font-size: 1em;
    margin-bottom: 10px;
    color: #fff;
    text-align: center;
}

body {
    font-family: sans-serif;
    margin: 0;
    padding: 0;
    line-height: 1.5;
    font-weight: 400;
    color: white;
    background-color: #4c4177;
    background-image: linear-gradient(315deg, #4c4177 0%, #140f28 74%);

}

.container {
    padding: 2rem;
    padding-bottom: 400px;
    margin: 0 auto;
    max-width: 80px;
}
.top-section {
    text-align: center;
    padding: 4rem 0;
    max-width: 600px;
    margin: 0 auto;

}


.timeline {
    position: relative;
    min-height: 150px;

}

.line {
    position: absolute;
    z-index: 2;
    left: calc(50% - 1px);
    width: 2px;
    top: -50px;
    bottom: -50px;
    background-color: #000;
    display: none;


}

.line:before,
.line:after {
    position: absolute;
    display: block;
    content: '';
    height: 1rem;
    width: 1rem;
    border-radius: 50%;
    background-color: #000;
    left: 50%;
    transform: translateX(-50%);


}

.line:after {
    bottom: 0;
}

.section {
    display: flex;
    opacity: 0;
    transform: translateX(-100%);
    transition: 600ms ease;
    position: relative;
    z-index: 1;
    margin: 50px 0;
    padding: 1rem;
    border-radius: 1rem;
    align-items: center;
    min-height: 300px;

}

.section:nth-child(odd) {
    flex-direction: row-reverse;
    transform: translateX(100%);

}

.bead {
    position: absolute;
    display: block;
    height: 1rem;
    width: 1rem;
    border-radius: 50%;
    background-color: #000;
    left: 50%;
    top:20%;
    transform: translateX(-50%);

}

.contant {
    width: calc(50% - 2rem);

}

.show-me:nth-child(n) {
    transform: none;
    opacity: 1;
}

h1{
    font-weight: 400;
    letter-spacing: 1px;

}




.slider {
    width: 800px;
    height: 500px;
    
    overflow: hidden;
    margin: auto;
    


}

.slides {
    width: 500%;
    height: 500px;
    display: flex;
    
}

.slides input {
    display: none;
}

.slide {
    width: 20%;
    transition: 2s;
}

.slide img {
    width: 800px;
    height: 500px;
    
    
}

/*css for manual slide navigation*/

.navigation-manual {
    position: absolute;
    width: 800px;
    margin-top: -40px;
    display: flex;
    justify-content: center;
}

.manual-btn {
    border: 2px solid #00c3ff;
    padding: 5px;
    border-radius: 10px;
    cursor: pointer;
    transition: 1s;
    
}
.manual-btn:not(last-child){
    margin-right: 40px;
}

.manual-btn:hover {
    background: #00c3ff;
}

#radio1:checked ~ .first {
    margin-left: 0;
}
#radio2:checked ~ .first {
    margin-left: -20%;
}
#radio3:checked ~ .first {
    margin-left: -40%;
}
#radio4:checked ~ .first {
    margin-left: -60%;
}


/*css for automatic navigation*/

.navigation-auto {
    position:absolute;
    display: flex;
    width: 800px;
    justify-content: center;
    margin-top: 460px;
}

.navigation-auto div {
    border: 2px solid #00c3ff;
    padding: 5px;
    border-radius: 10px;
    transition: 1s;
}

.navigation-auto div:not(last-child) {
    margin-right: 40px;
}

#radio1:checked ~ .navigation-auto .auto-btn1{
    background: #00c3ff;
}
#radio2:checked ~ .navigation-auto .auto-btn2{
    background: #00c3ff;
}
#radio3:checked ~ .navigation-auto .auto-btn3{
    background: #00c3ff;
}
#radio4:checked ~ .navigation-auto .auto-btn4{
    background: #00c3ff;
}



.TEAM {
    padding: 2px 100px;
    text-align: center;
}

.TEAM h2 {
    font-size: 100px;
    position: relative;
    color: #fff;
    font-weight: 600;
    padding-top: 50px;
    
    padding-bottom: 15px;
    font-style: oblique;
}
.content {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
}
.card {
    position: relative;
    border-radius: 50%;
    overflow: hidden;
    cursor: pointer;
    border: 5px solid #fff;
    margin-bottom: 20px;
}
.box img {
    width: 100%;
    height: 100%;
    vertical-align: bottom;
}
.info {
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    background-color: #000000cb;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
    transform: scale(0.0);
    transform-origin: bottom center;
    transition: all 0.3s ease;
}
.info .name {
    font-size: 25px;
    font-weight: 500;
    color: #fff;
}
.info .details {
    font-size: 17px;
    font-weight: 500;
    color: #904bff;
}

.info .social-links {
    display: flex;
    margin-top: 10px;

}
.info .social-links a {
    font-size: 20px;
    width: 30px;
    height: 30px;
    line-height: 30px;
    text-align: center;
    margin: 0 3px;
    background-color: #fff;
    color: #000;
    border-radius: 10px;
    transition: all 0.3s ease;

}
.info .social-links a:hover {
    background-color: transparent;
    color: #fff;
    transform: scale(0.9s);

}
.card:hover .info{
    transform: scale(1,1);
}
h4 {
    font-size: 30px;
}


.box1{
    
    width: 800px;
    margin: auto;
    margin-bottom: 200px;
    margin-top: 100px;

   
    border-radius: 30px;
    

}



.faqs{
    padding: 0px 20px 20px;

}

*::-webkit-details-marker{
    float: right;
    margin-top: 3px;
    
}

details{
    background: #00000094;
    padding: 10px 20px;
    border-radius: 7px;
    margin-top: 20px;
    font-family: "Rubik";
    font-size: 30px;
    letter-spacing: 1px;
}

details summary{
    outline: none;
}

.faqs{
    margin: auto;
    
}

.faqs h4{
    font-size: 30px;
    margin: auto;
    color: rgb(236, 0, 158);
}


.FAQs h2 {
    font-size: 100px;
    position: relative;
    color: #fff;
    font-weight: 600;
    padding-top: 50px;
    padding-bottom: 5px;
    font-style: oblique;
    text-align: center;
    margin-top: 100px;
}


footer{
    background: #000;
    height: auto;
    width: 100%;
    font-family: "Open Sans";
    padding-top: 40px;
    color: #fff;
    text-align: center;
    padding-bottom: 15px;
    
}

.socials-icon {
    font-size: large;
    color: #ffffff;
    margin: 0 10px;
    margin-bottom: 10px;
}


.socials-icon:hover{
    color: rgb(230, 0, 255);
}

.link-button{
    padding: 0.4em 0.5em;
    border: 0.5px solid rgb(0, 0, 0);
    border-radius: 7px;
    background-color: rgb(255, 255, 255);
    color: #000;
    font-size: 0.84rem;
    text-decoration: none;
    cursor: pointer;
   margin-left: -10px;
    
    


}

.link-button:hover{
    background-color: rgb(230, 0, 255);
}

.link-button2{
    text-align: center;
    margin-bottom: 30px;
    padding: 0.4em 0.5em;
    border: 0.5px solid rgb(0, 0, 0);
    border-radius: 7px;
    background-color: rgb(255, 255, 255);
    color: #000;
    font-size: 30px;
    text-decoration: none;
    
    margin-right: 30px;
    
   
    
    


}

.mobile-trigger{
    display: none;
}

.link-button2:hover{
    background-color: rgb(230, 0, 255);
}
.image{
    width: 100%;
}
.sec h3 {
    color: rgb(230, 0, 255);
}
.link-button3{
    display: none;
}



.SGVIDEO {
    max-width: 100%;
    margin-top: 100px;
    border: 15px solid rgb(0, 0, 0);
    border-radius: 50px;
    

}


.link-button4{
    display: none;
}





@media (max-width:400px) {


    .link-button4{
        display: block;
    }

    .link-button4{
        
        text-align: center;
        margin-bottom: 30px;
        padding: 0.4em 0.5em;
        border: 0.5px solid rgb(0, 0, 0);
        border-radius: 7px;
        background-color: rgb(255, 255, 255);
        color: #000;
        font-size: 20px;
        text-decoration: none;
        
       
        
        
    
    
    }

    



    .link-button{
        margin-left: 20px;
    }
    



    .logo{
        display: none;
        
    }
    
    header ul li {
        display: none;
    }

    .socials-icon {
        font-size: 30px;
        color: #ffffff;
        
        text-align: center;
    }

    




    .sec h2 {
        font-size: 40px;
        position: relative;
        color: #fff;
        font-weight: 600;
        margin-bottom: 30px;
        padding-bottom: 15px;
        font-style: oblique;
        
    }

    .image img {
        display: none;
         
    }

    .mobile-trigger{
        display: block;
        max-width: 100%;
        

    }

    

    .box1{
        max-width: 90%;

    }
    .faqs summary {
        font-size: 20px;
    }

    .faqs h4 {
        font-size: 15px;
    }

    .TEAM {
        padding: auto;
        text-align: center;
    }
    .TEAM h2 {
        font-size: 80px;
        position: relative;
        color: #fff;
        font-weight: 600;
        margin-bottom: 30px;
        padding-bottom: 15px;
        font-style: oblique;
    }
    .link-button3{
        display: none;
    }
    .link-button3{
        
        text-align: center;
        margin-bottom: 30px;
        padding: 0.4em 0.5em;
        border: 0.5px solid rgb(0, 0, 0);
        border-radius: 7px;
        background-color: rgb(255, 255, 255);
        color: #000;
        font-size: 20px;
        text-decoration: none;
        
       
        
        
    
    
    }
    .link-button3:hover{
        background-color: rgb(230, 0, 255);
    }

    .link-button2{
        display: none;
    }
    


    .slider {
        display: none;
        
    
    
    }
    
    
    
    
        
    
    .slide {
        width: 20%;
        
        transition: 2s;
    }
    
    .slide img {
        width: 250px;
        height: 150px;
        
        
    }
    .navigation-auto {
        display: none;
    }

    .manual-btn {
        display: none;
        
    }

    .slider {
        width: 800px;
        height: 150px;
        
        overflow: hidden;
        margin: auto;
        
    
    
    }
    
}


@media (max-width:800px) {

    

    .link-button{
        margin-left: 20px;
    }
    

   
    .logo{
        display: none;
    }
    
    header ul li {
        display: none;
    }

    .socials-icon {
        font-size: 40px;
        color: #ffffff;
        
        text-align: center;
    }

    
    
    .sec h2 {
        font-size: 40px;
        position: relative;
        color: #fff;
        font-weight: 600;
        margin-bottom: 30px;
        padding-bottom: 15px;
        font-style: oblique;
        
    }

    .image img {
        display: none;
         
    }

    .mobile-trigger{
        display: block;
        max-width: 100%;

    }

    

    .box1{
        max-width: 90%;

    }
    .faqs summary {
        font-size: 20px;
    }

    .faqs h4 {
        font-size: 15px;
    }

    .TEAM {
        padding: auto;
        text-align: center;
    }
    .TEAM h2 {
        font-size: 80px;
        position: relative;
        color: #fff;
        font-weight: 600;
        margin-bottom: 30px;
        padding-bottom: 15px;
        font-style: oblique;
    }
    .link-button3{
        display: block;
    }
    .link-button3{
        
        text-align: center;
        margin-bottom: 30px;
        padding: 0.4em 0.5em;
        border: 0.5px solid rgb(0, 0, 0);
        border-radius: 7px;
        background-color: rgb(255, 255, 255);
        color: #000;
        font-size: 20px;
        text-decoration: none;
        
       
        
        
    
    
    }
    .link-button3:hover{
        background-color: rgb(230, 0, 255);
    }

    .link-button2{
        display: none;
    }
    


    .slider {
        max-width: 100%;
        
    
    
    }
    
    
    
    
        
    
    .slide {
        width: 20%;
        
        transition: 2s;
    }
    
    .slide img {
        width: 200px;
        height: 150px;
        
        
    }
    .navigation-auto {
        display: none;
    }

    .manual-btn {
        display: none;
        
    }

    .slider {
        width: 800px;
        height: 150px;
        
        overflow: hidden;
        margin: auto;
        
    
    
    }
}
    


@media (max-width:1000px){



    
    

    .link-button{
        margin-left: 20px;
    }

    .logo{
        display: none; 
    }
    
    header ul li {
        display: none;
    }

    .socials-icon {
        font-size: 30px;
        color: #ffffff;
        
        text-align: center;
    }

    

    .slider {
        max-width: 100%;
        
    
    
    }
    .slide {
        width: 20%;
        
        transition: 2s;
    }
    
    .slide img {
        width: 200px;
        height: auto;
        
        
    }
    .navigation-auto {
        display: none;
    }

    .manual-btn {
        display: none;
        
    }

    .slider {
        width: 800px;
        height: 150px;
        
        overflow: hidden;
        margin: auto;
        
    
    
    }
}
