* {
    padding: 0;
    margin: 0;
    box-sizing: border-box;
}

header {
    width: 100%;
    float: left;
    background-color: #070825;
    z-index: 1;
}


/* welcome to clydon start */
.welcome {
    width: 100%;
    float: left;
    padding: 30px 0;
    background-size: cover;
    background-position: center center;
    text-shadow: 5px 4px 6px #666666;
}
/* welcome to clydon end */

.sticky {
    position: fixed;
    top: 0;
    z-index: 3;
}

.nav-item .nav-link:nth-child(1) {
    padding-left: 0;
    font-kerning: none;
}
.navbar-nav .nav-item {
    padding-right: 30px;
    font-kerning: none;
    color: #6868ac;
}
.nav-item .nav-link {
    text-transform: uppercase;
    font-size: 12px;
    font-weight: 300;
    font-kerning: none;
    color: #6868ac;
}
.banner {
    width: 100%;
    float: left;
    height: 500px;
    /* background-image: url('../images/Banner.png'); */
    /* background-size: cover;
    background-position: center center; */
}
.navbar-brand .logo {
    max-width: 72px;
}
video.clydonVideo {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.Technology {
    width: 100%;
    float: left;
    padding: 30px 0;
    background-color: #6868ac;
    background-image: url('../images/Image004.jpg');
    background-size: cover;
    background-position: center center;
}
.text_color {
    color: #ff5050;
    text-transform: uppercase;
    font-kerning: none;
}
.gallery-block {
    width: 100%;
    float: left;
    background-color: rgb(52, 49, 170);
    background-image: url('../images/Voelvu_Gradient.jpg');
    background-size: cover;
    background-position: center center;
}
/* Video gallery start */
.videoGallery {
    width: 100%;
    float: left;
    /*padding: 60px 0 100px 0;*/
    background-color: rgb(55, 139, 187);
    background-image: url('../images/Image002.png');
    background-size: cover;
    background-position: center center;
}
.VideoBox {
    width: 280px;
    height: 200px;
    background-color: white;
    cursor: pointer;
    position: relative;
}
.VideoBox .videoThumbail {
    width: 100%;
    height: 100%;
    object-fit: cover;
    box-shadow: 10px 10px 8px rgba(0, 0, 0, 0.2);
}
i.fa-play {
    display: none;
    transition: display 0.5s;
}
.videoDiscription:hover i.fa-play {
    display: block;
    position: absolute;
    color: white;
    left: 50%;
    top: 50%;
    font-size: 28px;
    transform: translate(-50%, -50%);
    width: 50px;
    height: 50px;
    border-radius: 100%;
    line-height: 30px;
    text-align: center;
    background-color: #070825;
}
.videoDiscription:hover i.fa-play:before {
    content: "\f04b";
    line-height: 2.0;
    margin-left: 14%;
    font-size: 20px;
}
.VideoBox:hover .videoDiscription {
    transform: scale(1.05); 
}
.videoDiscription {
    width: 100%;
    height: 100%;
    transition: transform 0.5s;
}
.playButton {
    display: block;
    font-family: "FontAwesome";
    content: "\f04b";
    text-align: center; 
}
.disText {display: none; transition: display 0.6s; color: white;font-weight: 600;}
.closeBtn {
    width: 30px;
    height: 30px;
    background: white;
    display: block;
    border-radius: 50%;
    position: absolute;
    right: 0;
    top: 10px;
}
.videoDiscription::before {
    content: "";
    display: table;
    width: 100%;
    height: 0;
    /* background-color: rgb(113, 199, 238); */
    background-color: rgba(0, 0, 0, 0.5);
    color: black;
    text-align: center;
    line-height: 50px;
    transition: height 0.5s;
    vertical-align: middle;
    position: absolute;
    bottom: 0;
}
.VideoBox:hover .videoDiscription::before {
    height: 50px;
}
.VideoBox:hover .disText {
    display: block;
    position: absolute;
    bottom: 15px;
    margin-left: 9%;
}   
.modalVideo {
    width: 100%;
    height: 100%;
}
button.close {
    position: absolute;
    right: 12px;
    z-index: 1;
}
/* Video gallery start */

/* 3D SENCES START */
.Hexa_Container {
    display: grid;
    grid-template-columns: auto auto auto auto;
    /* justify-content: space-evenly; */
}

.Hexagon {
    position: relative;
    width: 240px;
    height: 240px;
}

.HexaShape {
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: skyblue;
    clip-path: polygon(0% 25%, 0% 75%, 50% 100%, 100% 75%, 100% 25%, 50% 0%);
    /* margin-top: 30px;
    width: 220px;
    height: 120px;
    background-color: skyblue;
    border-color: skyblue;
    position: relative;
    display: inline-block; */
}
/* .HexaShape:before {
    content: " ";
    width: 0; height: 0;
    border-bottom: 60px solid;
    border-color: inherit;
    border-left: 110px solid transparent;
    border-right: 110px solid transparent;
    position: absolute;
    top: -60px;
} */
/* .HexaShape:after {
    content: "";
    width: 0;
    position: absolute;
    bottom: -60px;
    border-top: 60px solid;
    border-color: inherit;
    border-left: 110px solid transparent;
    border-right: 110px solid transparent;
} */
.Hexa_Container_2 {
    display: grid;
    grid-template-columns: auto auto auto;
}
.Hexa_2, .Hexa_3, .Hexa_4 {
    position: relative;
    top: 50px;
}
.Hexa_2 {
    left: 181px;
}
.Hexa_3 {
    left: 75px;
}
.Hexa_4 {  
    left: -26px;
}
.videoLink {
    display: table;
    width: 100%;
    height: 100%;
}
/* 3D SENCES END */

/* FOOTER START */
footer {
    width: 100%;
    float: left;
}

.contact{
    background-color: rgb(7, 7, 80);
    background-image: url('../images/Image001-2.png');
    background-size: cover;
    background-position: center center;
    padding: 30px 10px;
}
.form_container{
    display: flex;
    flex-direction: row;
    justify-content: center;
}
.contact img{
    width: 500px;
}
.user_contact{
    width: 35%;
    margin: 20px auto;
}
.user_contact input{
    background-color: #FFE0E0;
    color: #000;
    padding: 25px 10px;
}
input[type="text"]:active{
    background-color: #FFE0E0;
}
#message{
    background-color: #FFE0E0;
}
.btn{
    background-color: #FFD800;
    border: none;
    outline: none;
    cursor: pointer;
    text-transform: uppercase;
    color: #000;
    padding: 8px 50px;
    font-weight: 500;
    margin-top: 10px;
    float: right;
    border-radius: 8px;
}
.btn:hover{
    background-color: #FFD800;
    color: #000;
}
.footer-bottom{
    background-color: #001626;
    padding: 20px 20px;
}
.footer_Image {
    position: relative;
    left: 100px;
}
.fa-bars {
    color: white;
}
button.submitBtn {
    background-color: #9999ff;
    padding: 10px 40px
}
/* FOOTER END */
