*{
    margin: 0;
    padding: 0;
    box-sizing: border-box;
    font-family: "General Sans";
}

html,body{
    width: 100%;
    height: 100%;
    background-color: #000;
}

#main{
    width: 100%;
    
}


#minicircle{
    transition: all cubic-bezier(0.19, 1, 0.22,1)1s ;
    width: 10px;
    height: 10px;
    position: absolute;
    background-color : #fff; 
    z-index: 99999;
    border-radius: 50%;
}



#hero{
    position: relative;
    color: #fff;
    width: 100%;
    height: 100vh;
    background-color: #000;
}

.nav{
    z-index: 999;
    background-color: #000;
    display: flex;
    align-items: center;
    justify-content: space-between;
    width: 100%;
    padding: 30px 50px;
    color: #fff;
}

.nav a{
    color: #fff;
    text-decoration: none;
    font-size: 18px;
    font-weight: 900;
}
.heading{
    margin-top: 210px;

}

.heading h1{
    font-size: 10.5vw;
    font-weight: 500;
    color: #a3a3a3;
    line-height: .85;
    margin-left: 50px;
}

.heading .secondh1{
    margin-left: 230px;
}

.blocktext{
    width: fit-content;
    display: flex;
    flex-direction: column;
    align-items: end;

}

.blocktext h5{
    text-align: right;
    font-size: 17px;
    padding: 20px 5px;
    letter-spacing: 1px;
    font-weight: 500;
}

.chotiheadings{
    margin-top: 11.037527593818984vh;
    padding: 23px 50px;
    font-size: 1.15vw;
    line-height: 2;
    display: flex;
    flex-direction: column;
    align-items: end;
    
}

.chotiheadings h5{
    text-align: right;

}

.footerhero{
    display: flex;
    position: absolute;
    width: 100%;
    bottom: 2%;
    align-items: center;
    justify-content: space-between;
    font-weight: 900;
    letter-spacing: .5px;
    padding: 0 2.7vw;
}

.footerhero .director{
    padding-right: 190px;
}

.footerhero a{
    color: #fff;
    text-decoration: none;
}

.footerhero .iconset{
    display: flex;
    gap: 5px;
}

.footerhero .circle{
    width: 25px;
    height: 25px;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    color: #000;
    font-weight: 900;
    background-color: #a3a3a3;
}


.second{
    color: white;
    background-color: #000;
    width: 100%;
    height: 120vh;
    padding-top: 250px;
    padding-right: 10vw;
    padding-left: 3vw;
}

.elem{
    position: relative;
    width: 100%;
    border-top: .5px solid #a3a3a3;
    padding: 2vw 1vw;
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.light{
    font-weight: 200;
    font-size: 15px;
    margin-right: -15px;
}

.elem h1{
    text-transform: uppercase;
    font-size: 7vw;
    color: #a3a3a3;
    letter-spacing: 2;
    font-weight: 500;
    margin: 1.3vw 0;
    margin-left: -15px;
}

.elemlast{
    border-bottom: .5px solid #a3a3a3 ;
}

.elem img {
    height: 150%;
    opacity: 0;
    position: absolute;
    z-index: 999;
}

.about{
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 80px;
    padding-top: 15vw;
    padding-left: 43vw;
    width: 100%;
    color: #fff;
    background-color: black;
    padding-right: 11.11111111111111vw;
}

.about img{
    width: 240px;
    border-radius: 50%;
    height: 240px;
}

.okok{
    color: #a3a3a3;
    font-size: 14px;
}

.p{
    font-size: 18.5px;
    line-height: 1.5;
}

.btalk{
    position: relative;
    top: 25px;
    left: 0px;
    background-color: #000;
    color: #fff;
    border: 1px solid #fff;
    border-radius: 30px;
    padding: 6px 21px;
    text-decoration: none;
    font-size: 16px;
}

.youtube{
    background-color: #000;
    color: #fff;
    padding: 0px 43px;
    font-size: 16px;
    line-height: 1.8;
    padding-top: 215px;
}

.grey{
    letter-spacing: .5px;
    color: #a3a3a3;
}

.semigrey{
    letter-spacing: .3px;
    font-size: 16.1px;
}

.end{
background-color: #000;
display: flex;
align-items: center;
justify-content: space-between;
padding: 0px 50px;
padding-top: 170px;
padding-bottom: 18px;
font-weight: 900;
font-size: 16px;
color: #fff;
letter-spacing: .5px;
}
.rightend{
    gap: 30px;
    display: flex;
}
.copy{
display: flex;
}
.copys{
    font-size: 12px;
    position: relative;
    top: 4px;
}
.end a{
    background-color: #000;
    width: 100%;
    text-decoration: none;
    color: #fff;
}
.leftend{
    display: flex;
    gap: 52px;
    font-size: 13px;
}

.bounding{
    width: fit-content;
    overflow: hidden;
}

.bounding .boundingelem{
    transform: translateY(100%);
}

