*{
    font-family: arial;
    font-size: 14;
    font-weight: bold;
    color: black;    
    padding: 0px;
    margin: 0px;
}
body{
padding: 80px 0px 0px 0px;
height: 100%;
position: relative;
padding-bottom: 70px;
}
button{
    border:  none;
    border-radius: 5px;
    padding: 10px 29px;
}
button:hover{
    cursor: pointer;
}

/* header */

.header{
    background-color: white;
    position: fixed;
    top: 0;
    right: 0;
    left: 0;
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    align-items: center;
    height: 70px;
    box-shadow: 1px 0px 7px rgba(179, 0, 179, 0.641);
    border-end-end-radius:10px ;
    border-radius: 0px 0px 10px 10px ;
}
.logo{
    height: 70px;
    border-bottom-left-radius:10px;
}
.logo-div{

    flex: 1;
    height: 70px;
}
.buttons-div{
    display: flex;
    width: 300px;
    padding: 0 15px 0 0;
    justify-content: space-between;

}
.mian-color-but{
    color: #ffffff;
    background-color: rgba(169, 0, 169, 0.758);

    transition: .5s;

}
.mian-color-but:hover{
    color: rgb(255, 255, 255);
    background-color: rgba(0, 0, 255, 0.64);
    transform: scale(1.05);
    padding: 10px 40px;
}


/* countents */

.countents{
    display: flex;
    flex-direction: column;
    align-items: center;
}

.head-text{
    box-shadow: 0px 1px 4px rgba(0, 0, 0, 0.273);
    width: 60%;
    margin: 10px 0px 40px 0px;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    padding: 20px 5px 20px 5px;
    font-size: 40px;

}
.head-text div .hi{
    margin:0px 0px 20px 80px ;
    font-weight: bolder;
    font-size: 30px;
    letter-spacing: 0px;
}
.head-text div .hi span{
    color: red;
    font-size: 35px;
    
}
.startwe{
    padding: 0px 0px 0px 40px;
    display: inline;
}

.head-text .text-s span {
    text-decoration: underline;
    text-decoration: double underline rgb(41, 41, 41) 3px;
    
}

.text-s{
    line-height: 48px;
    padding: 0px 0px 0px 20px;
}
.seaworks p {
    display: inline-block;
    padding: 0px 40px;
    font-size: 25px;
    font-weight: normal;
}




.seaworks{
    display: flex;
    justify-content: end;
    align-items: center;
}





.showreals{

    width: 80%;
    height: 100%;
    margin-bottom: 100px;
    box-shadow: 1px 1px 5px rgba(0, 0, 0, 0.283)
}



/* bottom */
.bottom{
    background-color: rgb(0, 0, 0);
    position: absolute;
    bottom: 0;
    right:0;
    left: 0;
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    align-items: center;
    height: 90px;
    border-radius: 0px ;
}
.copy-rigths{
    flex: 2;
}
.copy-rigths-text{
    color: white;
    font-weight: normal  ;
    font-size: 10px;
    text-align: center;
}
.logo-white{
    height: 50px;

}
.buttom-logo-div{
    flex: 1;
}
.Contactusbotom{
    display: flex;
    align-items: end;
    justify-content: end;
    flex: 1;
    padding-right: 10px;
}
.ebp{
    color: white;
    background: #000;
    border: 1px solid rgba(255, 255, 255, 0.657);
    padding: 10px 20px;
    font-size: 12px;

}





.video{
    flex: 1;
}
.style{
    flex: 1;
}

.chanellstyle{
    display: flex;

    align-items: center;
}

.style{
    display: flex;
    flex-direction: column;
    justify-content: space-between;
}
.style hr {
    width: 80%;
    margin-left: 10%;
}

.descrition{
    display: flex;
    align-items: center;
    justify-content: center;
}


.more-diteals p{
    font-family: monospace;
}
.chanellstyle p{
    font-family: monospace;
    font-size: 15px;
    
}
 