@import url("https://fonts.googleapis.com/css2?family=Aclonica&family=Roboto:ital,wght@0,100..900;1,100..900&display=swap");
@import url("https://cdn.jsdelivr.net/npm/bootstrap-icons@1.11.3/font/bootstrap-icons.min.css");
@keyframes threeDPulse {
    0%,
    100% {
        transform: scale(1);
        text-shadow: 2px 2px 4px rgba(0, 255, 255, 0.3),
            -2px -2px 4px rgba(255, 0, 200, 0.3);
    }
    50% {
        transform: scale(1.08);
        text-shadow: 4px 4px 10px rgba(0, 255, 255, 0.5),
            -4px -4px 20px rgba(255, 0, 200, 0.4);
    }
}
* {
    color: #fff;
}
html,
body {
    height: 100%;
    font-family: "Roboto", sans-serif !important;
    background-color: #000000;
}
.thbgc {
    background: #2de7e1;
    background: linear-gradient(
        90deg,
        rgba(45, 231, 225, 1) 0%,
        rgba(89, 150, 239, 1) 100%
    );
}
.header-section {
    padding: 10px 0;
    background: #000;
}
.siteLogo {
    display: flex;
    align-items: center;
    height: 100%;
}
.site-logo img {
    width: 100% !important;
    max-width: 180px;
    height: auto !important;
}
.spad {
    padding-top: 40px;
    padding-bottom: 40px;
    background-color: #000;
}
.webCard {
    padding: 10px;
    margin: 8px;
    border-radius: 10px;
    border: 1px solid #ffffff;
}
.webImage {
    background-color: #1e1e1e;
    border-radius: 5px;
    padding: 10px;
    margin-bottom: 10px;
}

.webImage img {
    aspect-ratio: 2/1;
    object-fit: contain;
    width: 100%;
}
.webData1 {
    margin-bottom: 5px;
}

.webDataInner {
    margin-left: 10px;
}
.demoLnk {
    color: #ffffff;
}
.webTitle h6 {
    text-wrap-mode: nowrap;
    margin: 0;
}
.webLink a {
    font-size: 12px;
}
.copyright {
    margin-bottom: 0;
    font-weight: 500;
    color: #ffffff;
    text-align: center;
}
a,
a:hover,
a:focus {
    text-decoration: none !important;
    outline: none !important;
}

.footer-section {
    padding: 18px 0 16px;
    overflow: hidden;
    background: #1a1a1a;
}

.glowName {
    font-size: 4em;
    text-align: center;
    background: linear-gradient(
        90deg,
        rgba(45, 231, 225, 1) 0%,
        rgba(89, 150, 239, 1) 100%
    );
    -webkit-background-clip: text;
    color: transparent;
    animation: threeDPulse 4s infinite ease-in-out;
    text-shadow: 1px 1px 0 #000, 2px 2px 2px rgba(255, 255, 255, 0.1);
    letter-spacing: 1.5px;
}
.glowtext {
    animation: threeDPulse 2s infinite ease-in-out;
}

.glowtextTitle {
    text-align: center;
    font-size: 25px;
}

.bottomglowName1 {
    font-size: 52px;
    font-weight: 200;
    color: rgb(15, 160, 244);
    margin-bottom: 30px;
}
.bottomglowName2 {
    font-size: 52px;
    color: rgb(15, 160, 244);
    text-shadow: 5px 5px 14px #ff4f24;
    margin-bottom: 30px;
    font-weight: 900;
}
.bottomglowName3 {
    font-size: 48px;
    font-weight: 200;
    color: rgb(15, 160, 244);
    margin-bottom: 30px;
}
.arTextOuter {
    display: flex;
    justify-content: center;
    align-items: center;
    width: fit-content;
    border: 3px solid #ffffff;
    border-radius: 100px;
    padding: 15px;
    margin: 10px;
}
.pointtt img {
    width: 85px;
    height: auto;
    margin-right: 10px;
}
.arText {
    margin-bottom: 0;
    height: fit-content;
    font-size: 40px;
    font-weight: 900;
    color: #000;
}
.ftarTextOuter {
    display: flex;
    justify-content: center;
    align-items: center;
    width: fit-content;
    border: 3px solid #ffffff;
    border-radius: 100px;
    padding: 15px;
    margin: 10px;
}
.ftpointtt img {
    width: 60px;
    height: auto;
    margin-right: 10px;
}
.ftarText {
    margin-bottom: 0;
    height: fit-content;
    font-size: 25px;
    font-weight: 900;
    color: #000;
}

.hdrarTextOuter {
    display: flex;
    justify-content: center;
    align-items: center;
    width: fit-content;
    border: 2px solid #ffffff;
    border-radius: 100px;
    padding: 7px 15px 7px 7px;
}
.hdrarTextOuter img {
    width: 30px;
    height: auto;
    margin-right: 10px;
}
.hdrarText {
    margin-bottom: 0;
    height: fit-content;
    font-size: 18px;
    font-weight: 900;
    color: #000;
}

.whywebCard {
    padding: 10px;
    margin: 8px;
    border-radius: 10px;
    border: 2px solid #ffffff;
    max-height: 364px;
    height: 100%;
    overflow: hidden;
}
.whywebImage {
    margin-bottom: 10px;
}

.whywebImage img {
    aspect-ratio: 2/1;
    object-fit: contain;
    width: 100%;
}
.whywebCard h5 {
    text-align: center;
}
.getIdBtn,
.whatsappBtn {
    cursor: pointer;
}
@media only screen and (max-width: 991px) {
    .spad {
        padding-bottom: 0px;
    }
    .bottomglowName3 {
        margin-bottom: 0px;
    }
}

@media only screen and (max-width: 767px) {
    .glowtextTitle {
        font-size: 18px;
    }
    .glowName {
        font-size: 3em;
        padding-left: 20px;
    }
    .webImage img {
        width: 60%;
        margin: auto;
        display: block;
    }
    .pointtt img,
    .ftpointtt img {
        width: 35px;
    }
    .arText,
    .ftarText {
        font-size: 20px;
    }
    .arTextOuter,
    .ftarTextOuter {
        padding: 7px 15px 7px 7px;
    }
    .spad {
        padding-bottom: 0;
    }
    .bottomglowName3 {
        margin-bottom: 0;
    }
    .whywebCard {
        max-height: unset;
        height: unset;
        overflow: unset;
        margin-block-end: auto;
    }
}
