* {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
  }
  
  html,
  body {
    height: 100%;
    width: 100%;
  }

#main{
    height: 100%;
    width: 100%;
    /* background-color: aqua; */
}

#nav{
    height: 80px;
    width: 100%;
    /* background-color: bisque; */
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 0 40px;
}
#nav-part1{
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 2px;

}
.gola{
    height: 25px;
    width: 25px;
    background-color: black;
    border-radius: 50%;
}
#nav-part2{
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 70px;
}
#nav-part2 span{
    color: rgb(4, 4, 220);

}
#nav h4{
    display: none;
}

#nav-part2 h5{
    font-size: 17px;
    font-weight: 500;
    
}
#nav2{
    /* background-color: black; */
    width: 60%;
    height: 70px;
    display: flex;
    align-items: center;
    /* color: #255; */
    justify-content: space-between;
    padding-left: 40px;
}

#nav2 h5{
    font-size: 17px;
    font-weight: 500;
}
#content{
    height: 39%;
    width: 100%;
    /* background-color: aqua; */
    
}
#text-container{
    height: 100%;
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: space-between;
    /* flex-wrap: nowrap; */
    overflow-x: auto;
}
#text-container::-webkit-scrollbar{
    background-color: transparent;
    height: 8px;
}
#text-container::-webkit-scrollbar-thumb{
    background-color: orange;
}

.elem{
    height: 100%;
    flex-shrink: 0;
    width: 59%;
    /* background-color: blue; */
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    /* border: 2px solid black; */

}
.super{
    height: 30px;
    width: 40%;
    /* background-color: beige; */
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin-bottom: 20px;
}
.elem h1{
    /* font-size: 100px; */
    font-size: 6.5vw;
    font-weight: 100;
    margin-left: 100px;
}
.super h3{
    font-size: 19px;
}

.light{
    color: #6a6363;
}
#image{
    /* background-color: aqua; */
    width: 100%;
    height: 42%;
    display: flex;
    overflow-x: auto;
}
#image::-webkit-scrollbar{
    display: none;
}
#image img{
    flex-shrink: 0;
    height: 100%;
    width: 100%;
    object-fit: cover;
    /* object-position: 10% 30%; */
}
.one{
    object-fit: cover;
    object-position: 10% 30%;
}
.two{
    object-fit: cover;
    object-position: 8% 27%;
}
.three{
    object-fit: cover;
    object-position: 12% 33%;
}
.four{
    object-fit: cover;
    object-position: 7% 21%;
}
.five{
    object-fit: cover;
    object-position: 9% 29%;
}
.six{
    object-fit: cover;
    object-position: 10% 30%;
}

@media (max-width:600px) {
    #nav{
        height: 60px;
        width: 100%;
        /* background-color: bisque; */
        /* display: flex;
        align-items: center;
        justify-content: space-between; */
        padding: 0 25px;
    }
    #nav-part1{
        /* display: flex;
        align-items: center;
        justify-content: center; */
        gap: 1px;
    
    }
    #nav-part2 h5:nth-child(1){
        display: initial;
        margin-right: 10px;
    }
    #nav h4{
        display: initial;
    }
    #nav h4 i{
        font-size: 20px;
        font-weight: 700;
    }
    .gola{
        height: 17px;
        width: 17px;
        background-color: black;
        border-radius: 50%;
    }
    #nav-part2{
        align-items: center;
        /* display: flex;
        align-items: center;
        justify-content: center; */
        gap: 30px;
    }
    #nav-part2 span{
        color: rgb(4, 4, 220);
    }
    
    #nav-part2 h5{
        font-size: 14px;
        display: none;
        font-weight: 500;
        
    }
    #nav2{
        /* background-color: black; */
        width: 100%;
        height: 70px;
        display: flex;
        align-items: center;
        /* color: #255; */
        justify-content: space-between;
        /* padding-left: 10px; */
        padding: 0 9px;
        gap: 10px;
    }
    
    #nav2 h5{
        font-size: 2.9vw;
        font-weight: 500;
        color: #444;
    }


    #content{
        /* height: calc(100% - 130px); */
        height: 39.6%;
        width: 100%;
        /* background-color: aqua; */
        
    }
    #text-container{
        height: 100%;
        width: 100%;
        display: flex;
        align-items: center;
        justify-content: space-between;
        /* flex-wrap: nowrap; */
        overflow-x: auto;
    }
    #text-container::-webkit-scrollbar{
        background-color: transparent;
        height: 6px;
    
    }
    #text-container::-webkit-scrollbar-thumb{
        background-color: orange;
        width : 40%;
    }
    
    .elem{
        height: 80%;
        flex-shrink: 0;
        width: 100%;
        /* background-color: blue; */
        display: flex;
        flex-direction: column;
        align-items: center;
        justify-content: center;
        /* border: 2px solid black; */
    
    }
    .super{
        height: 30px;
        width: 40%;
        /* background-color: beige; */
        display: flex;
        align-items: center;
        justify-content: space-between;
        margin-bottom: 20px;
    }
    .elem h1{
        /* font-size: 100px; */
        font-size: 17vw;
        font-weight: 100;
        margin-left: 100px;
        white-space: nowrap;
    }
    .super h3{
        font-size: 19px;
    }
    
    .light{
        color: #6a6363;
    }
    #image{
        /* background-color: aqua; */
        width: 100%;
        height: 46%;
        display: flex;
        overflow-x: auto;
    }
    #image::-webkit-scrollbar{
        display: none;
    }
    #image img{
        flex-shrink: 0;
        height: 100%;
        width: 100%;
        object-fit: cover;
        /* object-position: 10% 30%; */
    }
    .one{
        object-fit: cover;
        object-position: 10% 30%;
    }
    .two{
        object-fit: cover;
        object-position: 8% 27%;
    }
    .three{
        object-fit: cover;
        object-position: 12% 33%;
    }
    .four{
        object-fit: cover;
        object-position: 7% 21%;
    }
    .five{
        object-fit: cover;
        object-position: 9% 29%;
    }
    .six{
        object-fit: cover;
        object-position: 10% 30%;
    }
}