body {
    margin: 0;
    padding: 0;
    background-color:rgb(19, 19, 19);
    box-sizing: border-box;
    background-size: cover;
    height: 30000;
    width: 100%;
    flex-wrap: wrap;
    align-items: center;
}
.project {
    position: relative;
    top: 30%;
    left: 0%;
    background-color: rgb(15, 15, 15);
    width: 2000px;
    height: 562px;
    
}
.tab_buttons {
   position: relative;
    left: 40%;
    top: 15%;
    height: 40px;
    width: 200px;
    color: rgb(158, 158, 158);
    background-attachment: fixed;
    background-color: rgb(19, 19, 19);
    outline: none;
    border: 2px solid black;
    transition: all 0.7s;
}
.tab_buttons:hover {
    color: white;
    width: 220px;
    height: 45px;
    background-color: rgb(34, 34, 34);
}
.title-part {
    position: absolute;
    width: 10%;
    height: 15%;
    background: linear-gradient(to bottom, rgb(0, 0, 0) 50%, rgb(70, 70, 70, 0));
    z-index: 2;
}
.title-part > button {
    position: absolute;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 3;
    opacity: 0;
}
.videoss {
    position: relative;
    right: 24%;
    height: 100%;
    width: 100%;
}
.tabs {
    display: inline;
    position: absolute;
    top: 0%;
    width: 100%;
    height: 8%;
    
    background-color: rgb(0, 0, 0);
    z-index: 2;
}
.portfolio {
    position: absolute;
    height: 100%;
    width: 50%;
    left: 1%;
    z-index: 11;
    font-size: 50px;
    color: rgb(255, 255, 255);
    background-color: black;
    opacity: 0.2;
    box-shadow: none;
    outline: none;
    transition: all 1s;
}

.portfolio:hover {
    opacity: 0.6;
}

.description {
    color: rgb(255, 255, 255);
    text-align: center;
    padding: 20px;
    font-size: 25px;
}
.title {
    color: white;
    text-align: center;
}
.text_container {
    position: absolute;

    height: 100%;
    width: 40%;
    left: 52%;
    bottom: 0%;
}
.About {
    position: absolute;
    width: 100%;
    height: 100%;
    background-color: rgb(10, 10, 10);
    top: 1%;
    z-index: 0;

}
.con_container {
    position: relative;
    top: 15%;
    width: 100%;
    height: 60%;
    background-color: rgb(41, 41, 41);
    overflow: hidden;
    z-index: 1;
}
.vids {
     position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    object-fit: cover;
    z-index: 2;
}
.top_vid_layer {
     position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    object-fit: cover;
    z-index: 3;
    background-color: black;
    opacity: 0.3;
}
.video_title {
    color: white;
    z-index: 4;
    position: absolute;
    top: 80%;
    left: 3%;
    font-size: 60px;
    opacity: 0.6;
}
.video_right {
      color: white;
    z-index: 3;
    position: absolute;
    top: 0%;
    right: 0;
    height: 100%;
    width: 30%;
    font-size: 60px;
    border: none;
    background:linear-gradient(to right, rgba(255, 255, 255, 0), rgb(0, 0, 0))
}
.video_left {
      color: white;
    z-index: 3;
    position: absolute;
    top: 0%;
    left: 0;
    height: 100%;
    width: 30%;
    font-size: 60px;
    border: none;
    background:linear-gradient(to left, rgba(255, 255, 255, 0), rgb(0, 0, 0))
}
.bout_title {
     color: white;
    z-index: 5;
    position: absolute;
    top: 75%;
    left: 40%;
    font-size: 60px;
    opacity: 0.7;
}
.bout_des {
    color: white;
    z-index: 5;

    text-align: center;
    flex-wrap: wrap;
    font-size: 40px;
    opacity: 0.7;
}
.Offers_board {
    position: absolute;
    background-color: rgb(24, 24, 24);
    top: 100%;
    width: 100%;
    height: 650px;
    z-index: 2;
}
.Offers_board > h1 {
    position: absolute;
    left: 10%;
    font-size: 50px;
    display: flex;
    flex-wrap: wrap;
    color: white;
}
.product_box {
    position: relative;
    width: 30%;
    height: 150px;
    background-color: rgb(17, 17, 17);
    top: 19%;
    left: 7%;
    display: inline-block;
}
.product_box > img {
    position: absolute;
    width: 15%;
    height: 45%;
    top: 5%;
    left: 4%;
    opacity: 0.8;
}
.product_box > h1 {
    position: absolute;
    color: white;
    top: 1%;
    font-size: 200%;
    text-align: start;
    left: 32%;
    
}
.product_box > p {
    position: absolute;
    color: white;
    top: 30%;
    width: 86%;
    text-align: center;
    left: 10%;
}
.underline {
    position: absolute;
    background-color: black;
    height: 5px;
    width: 220px;

}
.big_features {
    position: absolute;
    height: 100%;
    width: 100%;
    background-color: black;
    top: 160%;
    z-index: 1;
}
.owned_projects {
    position: absolute;
    width: 100%;
    height: 600px;
    top: 10%;
    background-color: gray;
}
.owned_projects > img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: 0% 15%;
}
.text_title {
    position: absolute;
    color: white;
    top: 156%;
    left: 40%;
    font-size: 60px;
    text-align: center;
    z-index: 3;
}
.socials {
    position:absolute;
    height: 200%;
    width: 100%;
    background-color: rgb(31, 31, 31);
    top: 250%;

    z-index: 5;
}
.social_winds {
    position: relative;
    height: 20%;
    width: 90%;
    margin-top: 1%;
    left: 5%;
    z-index: 1;
    background-color: rgb(0, 0, 0);
    overflow: hidden;
}
.social_winds > video {
    width: 100%;
    height: 100%;
    object-fit: cover;
}
.social_winds > button {
    position: absolute;
    width: 100%;
    height: 100%;
    background-color: black;
    z-index: 10;
    opacity: 0.5;
    color: white;
    font-size: 500%;
    border: none;
    transition: all 0.5s;
}
.social_winds > button:hover {
    opacity: 0.7;
    font-size: 700%;
}
#feed {
    position: absolute;
    top: 90%;
    width: 100%;
    height: 50%;
    background-color: rgb(0, 0, 0);
}
#feed > div {
    position: relative;
    left: 3%;
    width: 90%;
    height: 30%;
    background-color: rgb(56, 56, 56);
}
#feed > div > h3 {
    position: relative;
    left: 20%;
    top: 10%;
    text-align: start;
    font-size: 30px;
    color: white;
}
#feed > div > p {
    position: absolute;
    left: 18%;
    top: 30%;
    font-size: 15px;
    color: white;
}
#feed > div > img {
      position: absolute;
    width: 12%;
    height: 70%;
    top: 15%;
    left: 2%;

}
#feed > div > h1 {
     position: absolute;
    left: 85%;
    top: 10%;
    font-size: 40px;
    color: white;
}
.icon {
    height: 110%;
    width: 100%;
}
#left_button {
     background:linear-gradient(to right, rgba(0, 0, 0, 0), rgb(0, 0, 0))
}
#right_button {
     background:linear-gradient(to right, rgba(0, 0, 0, 1), rgba(0, 0, 0, 0))
}