*{
    margin:0;
    padding: 0;
    font-family: Arial, Helvetica, sans-serif;
    
}
body{
    overflow-x: hidden;
}
.nav{
    height:15vh;
    width:100%;
    /* border: 1px solid rgb(172, 172, 172); */
    display: flex;
    font-size: 2.4vh;
    font-weight: bold;
    letter-spacing: -0.45px;
    position: sticky;
    background-color: white;
    /* box-shadow: 0px 0px 2px; */
    z-index: 1;
    top:0;
    
}
.logo{
    height:45%;
}
a{
    text-decoration: none;
    color: rgb(74, 74, 74);
    transition: all 250ms linear;
    position: relative;
}
a:hover::before{
    content: "";
    position: absolute;
    bottom: -8px;
    left: 40%;
    height: 4px;
    border-radius: 25%;
    width:20%;
    background-color: rgb(255,82,0);
}
a:hover{
    color: rgb(255,82,0);
}
#current{
    color: rgb(255,82,0);
}
#current::before{
    content: "";
    position: absolute;
    bottom: -8px;
    left: 40%;
    height: 4px;
    border-radius: 25%;
    width:20%;
    background-color: rgb(255,82,0);
}
.left_nav{
    height: 100%;
    width:22%;
    display: flex;
    margin-left: 4%;
    align-items: center;
}
.right_nav{
    height:100%;
    width:78%;
    display: flex;
    gap: 3%;
    justify-content:start;
    align-items: center;
}
.con{
    height: 100vh;
    width: 100%;
    background-size:100% 100%;
    background-repeat: no-repeat;
    position: relative;
    
}
.arrow{
    width:28%;
    position: absolute;

}
.left-arrow{
    left: 0;
}
.right-arrow{
    right: 0;
}
.item{
    height:27%;
    /* width: 10%; */
    position: absolute;
}
.left_top{
    top: 36%;
    left: 31%;
}
.right_top{
    top: 36%;
    right: 31%;
}
.left_bottom{
    top: 64%;
    left: 21%;
}
.right_bottom{
    top: 64%;
    right: 21%;
}
.center_logo{
    height: 18%;
    position: absolute;
    top:63% ;
    left: 47%;
}
.con h1{
    position: absolute;
    left: 44%;
    top: 10%;
    font-size:5vh;
    font-weight: 900;
    letter-spacing: -2px;
}
.con p{
    position: absolute;
    font-size: 3vh;
    width:75%;
    left: 12%;
    top:20%;
    text-align: center;
    color: rgb(137, 135, 135);
    letter-spacing: -0.45px;

}
.ipo-con{
    height: 100vh;
    width:100%;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    position: relative;
    gap: 10%;
}
.ipo-con h1{
    font-size: 5vh;
    width: 50%;
    font-weight: 900;
    letter-spacing: -2px;
    text-transform: uppercase;
    color: rgb(86, 86, 86);
    display: flex;
    gap: 2%;
    align-items: center;
    
}
.ipo-con h1::before{
    content: "";
    height: 2px;
    width:5%;
    border-radius: 1px;
    background-color: rgb(255,82,0);
    
}
.ipo-con h1::after{
    content: "";
    height: 2px;
    width:5%;
    border-radius: 1px;
    background-color: rgb(255,82,0);
}
video{
    height: 62vh;
    border-radius: 6vh;
}
.get-know-con{
    height: 70vh;
    width:100%;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    position: relative;
    /* gap: 5%; */
}
.get-know-con h1{
    font-size: 5vh;
    width: 100%;
    font-weight: 900;
    /* letter-spacing: -2px; */
    text-transform: uppercase;
    color: rgb(86, 86, 86);
    display: flex;
    gap: 1%;
    align-items: center;
    position: absolute;
    top:5%;
    
    left: 30%;
    
}
.get-know-con h1::before{
    content: "";
    height: 2px;
    width:5%;
    border-radius: 1px;
    background-color: rgb(255,82,0);
    
}
.get-know-con h1::after{
    content: "";
    height: 2px;
    width:5%;
    border-radius: 1px;
    background-color: rgb(255,82,0);
}
.first_frame{
    height: 80%;
    width: 80%;
    position: absolute;
    top: 20%;
    /* box-shadow: 0px 0px 1p; */
}
.get-know-con hr{
    position: absolute;
    bottom: -5%;
    left: 5%;
    width: 90%;
}
.industry-pioneer{
    height: 90vh;
    width:100%;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    position: relative;
    /* gap: 10%; */
    
}
.industry-pioneer h1{
    font-size: 5vh;
    width: 100%;
    font-weight: 900;
    letter-spacing: -2px;
    text-transform: uppercase;
    color: rgb(86, 86, 86);
    display: flex;
    gap: 1%;
    align-items: center;
    position: absolute;
    top: 20%;
    left: 30%;
    
}
.industry-pioneer h1::before{
    content: "";
    height: 2px;
    width:5%;
    border-radius: 1px;
    background-color: rgb(255,82,0);
    
}
.industry-pioneer h1::after{
    content: "";
    height: 2px;
    width:5%;
    border-radius: 1px;
    background-color: rgb(255,82,0);
}
.industry-pioneer .p{
    position: absolute;
    font-size: large;
    width:35%;
    left: 11%;
    top: 55%;
    color: rgb(77, 77, 77);
}
.group{
    height: 50%;
    width: 36%;
    background-size: 100% 100%;
    /* padding: 10%; */
    background-repeat: no-repeat;
    position: absolute;
    top: 40%;
    /* border: 1px solid black; */
    box-shadow: 0px 0px 1px;
    right: 12%;
    border-radius: 3vh;
}
.points-busket{
    height: 10vh;
    width: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
    position: relative;
    bottom: 0;
    padding-top:2vh;
    padding-bottom: 9vh;

}

.points h2,span{
    font-size: 4.5vh;
    font-weight: 800;
    color: rgb(27, 166, 114);
}
.points p{
    font-size: 2.5vh;
}
.points{
    height: 100%;
    width: 20%;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
}
.lr_border{
    border-left:2px solid rgba(2, 6, 12, 0.15);
    border-right: 2px solid rgba(2, 6, 12, 0.15);
}
.r_border{
    border-right: 2px solid rgba(2, 6, 12, 0.15);

}
.journey{
    height:90vh;
    width: 100%;
    background-color: rgba(2, 6, 12, 0.92);
    color:rgb(51, 51, 51);
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
}
.journey h1{
    font-size: 5vh;
    width: 100%;
    font-weight: 900;
    letter-spacing: -2px;
    text-transform: uppercase;
    color: rgb(255, 82, 0);
    display: flex;
    gap: 1%;
    justify-content: center;
    align-items: center;
   /* position: absolute;
    top: 20%;
    left: 30%; */
    
}

.journey h1::before{
    content: "";
    height: 2px;
    width:5%;
    border-radius: 1px;
    background-color: white;
    
}
.journey h1::after{
    content: "";
    height: 2px;
    width:5%;
    border-radius: 1px;
    background-color: white;
}
.container{
    height:60%;
    width:50%;
    /* border: 1px solid white; */
    border-radius: 3vh;
     display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center; 

}
.slide{
    height:60%;
    width:100%;
    border-radius: 5vh;
   
    background-image: linear-gradient(360deg, rgb(64, 75, 89) 0%, rgb(32, 38, 45) 100%);
    box-shadow: 0px 0px 2px white;
    display: flex;
    justify-content: center;
    align-items: center;
    color: white;
    font-size: 3vh;
    gap: 2%;
}
.journey .container h2{
    /* text-align: center; */
    color:rgba(6, 112, 251, 0.634);
    font-size: 15vh;
    font-weight: 900;
    letter-spacing: -5%;
    font-style: italic;
}
.svg{
    height: 15%;
}
.image{
    height:50%;
}
.management{
    height: 100vh;
    width: 80%;
    display: flex;
    flex-direction: column;
    justify-content: center;
    gap: 2%;
    position: relative;
    /* border: 1px solid black; */
    left: 11%;
}
.second_frame{
    height: 80%;
    width: 100%;
}
#end{
    position: absolute;
    bottom: 1%;
    left: -5%;
    width: 110%;
}
.career{
    height: 70vh;
    /* border-bottom: 1px solid grey; */
}
#c_h1{
    top: 10%;
}
.para{
    height: 80%;
    width:35%;
    position: absolute;
    left: 10%;
    top: 36%;
    display: flex;
    flex-direction: column;
    gap: 5%;
    font-size: 2.5vh;
    color: grey;
}
.para a{
    padding: 15px 7px;
    border-radius: 10px;
    text-align: center;
    width: 20%;
    /* border: 1px solid black; */
    background-color: rgb(255,82,0);
    color: white;
}
.para a::before{
    display: none;
}
.group2{
    height:65%;
    top: 35%;
}
.career hr{
    position: absolute;
    width: 80%;
    bottom: -15%;
}
.blog_con{
    height: 100vh;
    width: 100%;


}
.blog{
    height: 50%;
    width: 80%;
    position: absolute;
    left: 10%;
    top: 35%;
    display: grid;
    gap: 5%;
    grid-template-columns: repeat(3,1fr);
    
}
.blog_content{
    border: 1px solid black;
    border-radius: 5vh;
    display: flex;
    flex-direction: column;
    gap: 5%;
}
.blog_content img{
    height: 35%;
    width: 100%;
    border-top-left-radius: 5vh;
    border-top-right-radius: 5vh;
}
.blog_content{
    p,h2{
        margin-left: 5%;
    }
    a{
        width: 25%;
        padding: 10px;
        background-color: rgba(254, 129, 71, 0.31);
        margin-left: 5%;
        border-radius: 5px;
        text-align: center;
        color: rgb(255, 82, 0);
    }
} 
/* h1,h2,p{
    animation: come-in 2s ease-in infinite;
    animation-direction:normal;
}
@keyframes come-in{
    from{
        transform: translateY(50px);
        color: rgba(255, 255, 255, 0.275);
    }
    to{
        transform: translateY(0);
    }
} */