.video-container {
    height: 100%;
    width: 100%;
    overflow: hidden;
    position: fixed;
    z-index: -1;
    
}

#techback {

    height: 100%;
    filter: blur(3px);
}



@media screen and (max-width: 900px) {
    #techback {
        margin-left: -50%;
    }
}




#div-1{
    overflow: hidden;
    width: 100%;
    padding: 18%;
    padding-top:15% ;
    z-index: 12;
}
h1{
    font-size: 80px;
    color: rgb(130, 0, 200);
    font-weight: 900;
    opacity: 0.3;
}
.p-head{
    color: rgb(82, 82, 82);
    font-size: 2vw;
    font-family: system-ui, sans-serif;
    font-weight: 100;
}



@media screen and (max-width: 600px) {
    #div-1 h1{
        font-size: 50px;
    }
    .p-head{
        font-size: 4vw;
    }
}







#div-2{
    z-index: 12;
}
#div-2-heading{
    padding-left: 10%;
    padding-right: 10%;
    text-align: center;
    font-family: system-ui;
    font-size: 2rem;
    font-weight: 100;
}

#d-card-parent{
    /* display: inline-flex; */
    padding: 5%;
}

.d-card{

    overflow: hidden;
    margin: 5%;
    width: 300px;
    height: 300px;
    background-color: rgb(255, 255, 255);
    z-index: 0;
    transition: all 1s;
    font-family: system-ui;
    font-weight: 100;

    box-shadow: 3px 3px 5px black;
}

.d-card-header{
    width: inherit;
    height: 60px;
    background-color: rgb(150, 43, 226);
    mix-blend-mode: hard-light;
    position: absolute;
    z-index: 11;

    transition: all 1s;
    overflow: hidden;
}
.d-card:hover{
    transform: scale(1.05);
    box-shadow: 3px 3px 5px gray;
}
.d-card-header-text{
    width: inherit;
    height: 60px;
    z-index: 12;

    text-align: center;
    /* padding: 2%; */
    color: rgb(255, 255, 255);
    font-size: 2rem;

    transition: all 1s;
    overflow: hidden;
}

.d-card:hover .d-card-header{
    /* mix-blend-mode: normal; */
    background-color: rgb(132, 16, 145);
    height:inherit;
    text-shadow: 0px 0px 5px rgb(0, 0, 0);
    mix-blend-mode: hard-light;
    /* mix-blend-mode: normal; */
}
.d-card:hover .d-card-header-text{
    height:inherit;
}
















#div-3{
    height: 130vh;
    background-color: rgb(216, 255, 218);
    mix-blend-mode: exclusion;
    color: black !important;
}
#contact-us{
    /* background-color: rgb(255, 255, 255); */
    /* background-color: rgb(76, 5, 89); */
    height: 90vh;
}
.contact-us-header{
    /* background-color: #e5128d; */
    height: 15vh;
    transform: scale(1.01);
    color: #ffffff;
    font-size: 5em;
    font-weight: bold;
    
}
.contact-content{
    /* text-align: center;
    align-items: center; */
}

#git{
    /* color: #3f0869; */
    color: #120801;
    font-size: 2.5em;
    font-weight: 100;
    font-family: fantasy;
}
#contact-us-phone{
    color: #120801;
    font-size: 1.2em;
    font-family: Verdana, Geneva, Tahoma, sans-serif;
}


#start-contact{
    overflow: visible;
}
.contact-icon{
    transform: scale(1.8);
    /* font-size:4vmin; */
}
#connect_with_facebook{
    padding: 2%;
    padding-left: 4% ;
    font-size: 1.2em;
    color: #90ff8a;
    background-color: #000000;
    height: 7vh;
    width: 300px;
    border-radius: 30px;
    border: unset;
    cursor:pointer;
}
#connect_with_facebook:hover{
    transition: 0.5s;
    background-color: rgb(234, 149, 3);
    color: #000000;
}
#connect_with_whatsapp{
    padding: 2%;
    padding-left: 4% ;
    font-size: 1.2em;
    color: #90ff8a;
    background-color: #000000;
    height: 7vh;
    width: 300px;
    border-radius: 30px;
    border: unset;
    cursor:pointer;
}
#connect_with_whatsapp:hover{
    transition: 0.5s;
    background-color: rgb(187, 62, 206);
    color: #000000;
}

.contact-us-fa{
    color: #d2d2d2;
    font-size:5vmin;
    padding-right:5%
}
.contact-us-fa:hover{
    color: #3f0869;
}


.contact-footer a{
    text-align: center;
    text-decoration: none;
    color: #858585;
    font-size: small;
    margin-left: 10%;
    white-space: nowrap;
}



@media screen and (max-width: 800px) {
    #div-3{
        height: 130vh;
    }
    .contact-content{
        text-align: center;
        align-items: center;
    }
    #start-contact{
        margin-left: 20%;
    }
}