﻿body {
    margin: 0;
    color: #000000;
}
a {
    text-decoration: none !important;
}
.bgimg {
    width: 100%;
}

.float-to-right {
    float: right;
}

.bg {
    background-color: #000000;
}

.btnsize {
    font-size: 70% !important;
}

.nav-item {
    white-space: nowrap;
    padding: 0 5px;
}

.navbar-brand {
    width: 80%;
    text-align: start !important;
}

.nav-link {
    font-size: 1.2 rem;
    color: white !important;
    display: inline-block;
}

.logo {
    width: 38%;
    padding-left: 3%;
}

/* media query for display main text on mobile screen */
@media screen and (max-width: 768px) {
    .overlay {
        position: absolute;
        top: 19% !important;
    }

        .overlay h1 {
            font-size: 22px !important;
        }

    .video-back {
        margin-top: 14% !important;
        /*height: 211px !important;*/
        height: 167px !important;
    }
    .annimation-on-card{
        padding-top: 10%;
    }

    .whyus-title {
        font-size: 15px !important;
    }

    .services {
        margin-top: 4%;
    }

    .margin-card {
        margin-top: 5% !important;
    }
    .company-logo {
        width: 69% !important;
    }
    .back-img-texture {
        height: 245px !important;
    }
}

.first-container {
    position: absolute;
    padding-left: 2%;
}


.video-back {
    margin-top: 6%;
    height: 563px;
}

.video {
    position: relative;
    width: 100%;
}


.div-video {
    position: relative;
    background-color: #000000;
    z-index: 0;
}

.overlay {
    position: absolute;
    top: 55%;
    left: 50%;
    transform: translate(-50%, -50%);
    color: white;
    text-align: center;
    z-index: 1;
    width: 100%;
}

    .overlay h1 {
        font-size: 3.0rem;
        font-weight: bold;
        text-shadow: 0px 0px 12px rgb(0 0 0);
    }

#crd {
    background-color: #393e46;
    text-align: center;
}

.card-body {
    /* background-color: #ffd100; */
    background-color: #000000;
    /* background-color: #393E46; */
    /* background-color: #00ADB5; */
}

.services {
    /* background: linear-gradient(359deg, #d40000, #000000); */
    background-color: #fea500;
    padding-top: 4%;
    padding-bottom: 4%;
}

.zoom-effect {
    transition: transform 0.2s;
}

    .zoom-effect:hover {
        transform: scale(1.1);
    }

.image-container {
    position: relative;
    overflow: hidden;
    border-radius: 5%;
}

    .image-container img {
        width: 100%;
        height: auto;
    }

.image-text {
    position: absolute;
    bottom: 0%; /* Adjust this value to change the vertical position */
    /* left: 10px; Adjust this value to change the horizontal position */
    color: white;
    font-size: 18px;
    font-weight: bold;
    background-color: rgba(0, 0, 0, 0.7);
    padding: 5px 10px;
    /* border-radius: 5px; */
}

#feature {
    padding: 3% 6%;
}

.cd {
    padding: 3% 2%;
}

.whyus-section {
    /* background-color: #000000; */
    background: linear-gradient(90deg, black, white);
}

.whyus {
    padding-top: 3%;
    padding-left: 4%;
}

u {
    text-decoration-color: #fea500;
    text-underline-offset: 15%;
}

.whyus-title {
    font-family: "Roboto", sans-serif;
    font-size: 32px;
    color: white;
    font-weight: bolder;
    margin: 0;
}

.Quality {
    width: 81%;
    padding-left: 19%;
    padding-top: 3%;
    padding-bottom: 3%;
}
.footer-textt {
    color: white;
    font-family: "Roboto", sans-serif;
    margin-bottom: 8px !important;
}
.textur {
    width: 100%;
    height: 227px;
}
.footer-contact {
    font-size: 14px;
}

.bottom-container {
    height: 227px;
    justify-content: center;
    align-items: center;
}

.no-padding {
    padding-left: 0 !important;
    padding-right: 0 !important;
}

.row {
    margin: 0 !important;
}
.back-img-texture {
    background-image: url(../resincaptech/texture.jpg);
    height: 227px;
    width: 100%;
}

.mesh {
    width: 80%;
    height: 80%;
}
/* company logo at bottom right corner */
.company-logo {
    /*position: absolute;
    margin-top: 11%;
    margin-left: 12%;*/
    width: 93%;
}

.footer-icons {
    font-size: 20px;
}

    .footer-icons i {
        color: white;
    }

.ion {
    padding: 0px 5px;
}

#d-footer {
    padding-left: 1%;
    padding-right: 1%;
    height: 53px;
    background-color: #c10202;
    /*background: linear-gradient(270deg, #fea500, #ffffff);*/
}

.text-copy-right {
    font-family: "Roboto", sans-serif;
    margin: 0;
    color: #ffffff;
    font-size: 15px;
}

/* hover underline text effect annimation*/
.hover-underline-animation {
    display: inline-block;
    position: relative;
}

.hover-underline-animation::after {
    content: '';
    position: absolute;
    width: 100%;
    transform: scaleX(0);
    height: 2px;
    bottom: 0;
    left: 0;
    background-color: #fea500;
    transform-origin: bottom left;
    transition: transform 0.4s ease-out;
}

.hover-underline-animation:hover::after {
    transform: scaleX(1);
    /*transform-origin: bottom left;*/
}


/*bootstrap annimation on card*/
.annimation-on-card {
    font-family: "Roboto", sans-serif;
    min-width: auto;
    min-height: 100vh;
    display: flex;
    justify-content: center;
    align-items: center;
    background-color: #fea500;
}
.cards{
    background-color:black;
}
.container .cards {
    max-width: 352px;
    height: 313px;
    margin: 30px 10px;
    padding: 20px 15px;
    box-shadow: 0 5px 20px rgba(0,0,0,0.5);
    transition: 0.3s ease-in-out;
    border-radius: 2%;
    background-color: black;
}

    .container .cards:hover {
        height: 450px;
    }

    .container .cards .imgContainer {
        position: relative;
        width: 324px;
        height: 318px;
        top: -50px;
        left: 0px;
        z-index: 1;
        box-shadow: 0 5px 20px rgba(0,0,0,0.2);
    }

        .container .cards .imgContainer img {
            max-width: 100%;
            border-radius: 4px;
        }

    .container .cards .content {
        position: relative;
        margin-top: -140px;
        padding: 42px 15px;
        text-align: center;
        color: white;
        visibility: hidden;
        opacity: 0;
        pointer-events: none;
        transition: 0.3s ease-in-out;
    }

    .container .cards:hover .content {
        visibility: visible;
        opacity: 1;
        margin-top: -40px;
        transition-delay: 0.3s;
    }

@media (max-width: 330px) {
    .container .cards .imgContainer {
        left: -2px;
    }
}
/* Custom CSS for WhatsApp button */
.whatsapp-button {
    position: fixed;
    bottom: 91px;
    right: 25px;
    width: 47px;
    text-align :center;
    background-color: #25d366;
    color: #fff !important;
    border: none;
    border-radius: 50%;
    padding: 3px;
    font-size: 28px;
    cursor: pointer;
    box-shadow: 0 2px 10px rgba(0, 0, 0, 0.2);
    z-index:1;
}
#back-to-top {
    position: fixed;
    bottom: 36px;
    right: 30px;
    font-size: 24px;
    cursor: pointer;
    background-color: #b0b0b091;
    color: black;
    border-radius: 17%;
    border-color: white;
    z-index:1;
}