body {
    font-family: 'Arial', sans-serif;
    background-size: cover;
    box-sizing: border-box;
    background-repeat: no-repeat;
    background-image: url('https://img.freepik.com/free-photo/optical-fiber-background_23-2149301527.jpg?size=626&ext=jpg&ga=GA1.1.1527547757.1721555699&semt=ais_user');

}

.hamburger {
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    width: 24px;
    height: 18px;
    cursor: pointer;
}

.hamburger-line {
    width: 100%;
    height: 2px;
    background: white;
}

#menu {
    background-color: #1a202c;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 10;
    padding-top: 60px;
    /* To place the menu below the header */
    display: none;
}

.btn-primary {
    background-color: #1d4ed8;
    color: white;
    padding: 10px 20px;
    border-radius: 5px;
    transition: background-color 0.3s;
}

.btn-primary:hover {
    background-color: #2563eb;
}

.btn-secondary {
    background-color: transparent;
    color: white;
    padding: 10px 20px;
    border: 2px solid white;
    border-radius: 5px;
    transition: background-color 0.3s, color 0.3s;
}

.btn-secondary:hover {
    background-color: white;
    color: #1d4ed8;
}

.nav-link {
    transition: color 0.3s ease, transform 0.3s ease, background-color 0.3s ease, box-shadow 0.3s ease;
    position: relative;
    padding: 0.5rem 1rem;
}

.nav-link:hover {
    color: #f39c12;
    transform: scale(1.1);
    background-color: rgba(255, 255, 255, 0.1);
    border-radius: 0.25rem;
    box-shadow: 0 4px 8px rgba(0, 0, 0, 0.2);
}

.nav-link::after {
    content: '';
    position: absolute;
    left: 0;
    bottom: 0;
    width: 0;
    height: 2px;
    background-color: #6f01f8;
    transition: width 0.3s ease;
}

.nav-link:hover::after {
    width: 100%;
}

.navbar-nav {
    opacity: 0;
    transform: translateX(-20px);
    animation: slideIn 0.5s forwards;
}

@keyframes slideIn {
    to {
        opacity: 1;
        transform: translateX(0);
    }
}

.navbar {
    transition: background-color 0.3s ease;
}

.navbar:hover {
    background-color: rgba(0, 0, 0, 0.5);
}

.text-shadow {
    text-shadow: 0px 0px 10px rgb(235, 15, 123);
}

.hover-effect {
    transition: all ease-in-out 0.5s;
}

.hover-effect:hover {
    color: rgb(235 15 123);
    text-shadow: 0px 0px 10px #4ccbd9;

}

.animate-on-scroll {
    opacity: 0;
    transform: translateY(20px);
    animation: fadeInUp 1s forwards;
}

@keyframes fadeInUp {
    to {
        opacity: 1;
        transform: translateY(0);
    }
}

.in-view {
    opacity: 1 !important;
    transform: translateY(0) !important;
}

.btn-neon-10 {
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
}

.btn-neon-10 a {
    position: relative;
    width: 160px;
    height: 60px;
    display: inline-block;
    background:
        #fff;
    margin: 20px;
}

.btn-neon-10 a:before,
.btn-neon-10 a:after {
    content: '';
    position: absolute;
    inset: 0;
    transition: 0.5s;
    background:
        #f00
}

.btn-neon-10 a:before,
.btn-neon-10 a:after {
    background: linear-gradient(45deg, #00ccff, #0e1538, rgb(235 15 123))
}

.btn-neon-10 a:hover:before {
    inset: -3px;
}

.btn-neon-10 a:hover:after {
    inset: -3px;
    filter: blur(10px);
}

.btn-neon-10 a span {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    display: inline-block;
    background:
        black;
    z-index: 10;
    display: flex;
    justify-content: center;
    align-items: center;
    font-size: 1.2em;
    text-transform: uppercase;
    letter-spacing: 2px;
    color:
        #fff;
    border: 1px solid rgb(235 15 123);
    overflow: hidden;
}

.btn-neon-10 a span::before {
    content: '';
    position: absolute;
    top: 0;
    left: -50%;
    width: 100%;
    height: 100%;
    background:
        rgba(255, 255, 255, 0.075);
    transform: skew(25deg)
}

.relative {
    position: relative;
}

.overflow-hidden {
    overflow: hidden;
}

.shadow-lg {
    box-shadow: 0 0px 20px rgba(0, 0, 0, 0.1);
}

.hover\:shadow-2xl:hover {
    box-shadow: 0 10px 15px white;
}

.imgis {
    box-shadow: 0 0px 10px gray;
    border-radius: 20px;
    transform: scale(1.1);
    transition: all ease-in-out 0.5s;
}

.wrap-input-17 * {
    box-sizing: border-box;

}

.wrap-input-17 .search-box {
    width: fit-content;
    height: fit-content;
    position: relative;
}

.wrap-input-17 .input-search {
    height: 50px;
    width: 50px;
    border-style: none;
    padding: 10px;
    font-size: 18px;
    letter-spacing: 2px;
    outline: none;
    border-radius: 25px;
    transition: all .5s ease-in-out;
    background-color:
        #fff;
    padding-right: 40px;
    color:
        #fff;
}

.wrap-input-17 .input-search::placeholder {
    color:
        rgba(255, 255, 255, .5);
    font-size: 18px;
    letter-spacing: 2px;
    font-weight: 100;
}

.wrap-input-17 .btn-search {
    width: 50px;
    height: 50px;
    border-style: none;
    font-size: 20px;
    font-weight: bold;
    outline: none;
    cursor: pointer;
    border-radius: 50%;
    position: absolute;
    right: 0px;
    color:
        #ffffff;
    background-color:
        transparent;
    pointer-events: painted;
}

.wrap-input-17 .btn-search:focus~.input-search {
    width: 300px;
    border-radius: 0px;
    background-color:
        transparent;
    border-bottom: 1px solid rgba(255, 255, 255, .5);
    transition: all 500ms cubic-bezier(0, 0.110, 0.35, 2);
}

.wrap-input-17 .input-search:focus {
    width: 300px;
    border-radius: 0px;
    background-color:
        transparent;
    border-bottom: 1px solid rgba(255, 255, 255, .5);
    transition: all 500ms cubic-bezier(0, 0.110, 0.35, 2);
}


.container {
    max-width: 1200px;
}

.stat-item {
    background: transparent;
    border: 2px solid white;
    transition: all ease-in-out 0.2s;
}

.stat-item:hover {
    border: 2px solid #00ccff;
    box-shadow: 0px 0px 10px #2563eb;
}

.about-content {
    max-width: 600px;
}

.dosra {
    border: 1px solid white;
    padding: 70px;
    transition: all ease-in-out 0.2s;
}

.dosra:hover {
    /* transform: scale(1.1); */
    border: 1px solid rgb(235 15 123);
    box-shadow: 0px 0px 10px #6f01f8;
}

.cont3 {
    max-width: 1200px;
}

.div4 {
    box-shadow: 0px 0px 10px rgb(235 15 123);
    border-radius: 10px;
    padding: 20px;
}

/* Custom CSS */
.fourth {
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 90px;
    margin-bottom: 1rem;
    border: 1px solid white;
}

.fourth img {
    max-width: 100%;
    height: auto;
}


@media (max-width: 768px) {
    .fourth {
        padding: 100px;
    }
}

.progress-bar {
    background-color: #1C1E21;
    /* Background color of the progress bar */
}

.progress {
    background-color: #60A5FA;
    /* Color of the filled progress */
}



.card {
    overflow: visible;
    width: 280px;
    height: 320px;
    margin: 10px;
}

.content {
    width: 100%;
    height: 100%;
    transform-style: preserve-3d;
    transition: transform 300ms;
    box-shadow: 0px 0px 10px 1px #000000ee;
    border-radius: 5px;
}

.front,
.back {
    background-color: whitesmoke;
    position: absolute;
    width: 100%;
    height: 100%;
    backface-visibility: hidden;
    -webkit-backface-visibility: hidden;
    border-radius: 5px;
    overflow: hidden;
}

.back {
    width: 100%;
    height: 100%;
    justify-content: center;
    display: flex;
    align-items: center;
    overflow: hidden;
}

.back::before {
    position: absolute;
    content: ' ';
    display: block;
    width: 160px;
    height: 160%;
    background: linear-gradient(90deg, transparent, rgb(235 15 123), rgb(235 15 123), rgb(235 15 123), rgb(235 15 123), transparent);
    animation: rotation_481 5000ms infinite linear;
}

.back-content {
    position: absolute;
    width: 99%;
    height: 99%;
    background-color: #151515;
    border-radius: 5px;
    color: white;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    gap: 30px;
}

.card:hover .content {
    transform: rotateY(180deg);
}

@keyframes rotation_481 {
    0% {
        transform: rotateZ(0deg);
    }

    0% {
        transform: rotateZ(360deg);
    }
}

.front {
    transform: rotateY(180deg);
    color: white;
}

.front .front-content {
    position: absolute;
    width: 100%;
    height: 100%;
    padding: 10px;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
}

.front-content .badge {
    background-color: #00000055;
    padding: 2px 10px;
    border-radius: 10px;
    backdrop-filter: blur(2px);
    width: fit-content;
}

.description {
    box-shadow: 0px 0px 10px 5px #00000088;
    width: 100%;
    padding: 10px;
    background-color: #00000099;
    backdrop-filter: blur(5px);
    border-radius: 5px;
}

.title {
    font-size: 11px;
    max-width: 100%;
    display: flex;
    justify-content: space-between;
}

.title p {
    width: 50%;
}

.card-footer {
    color: #ffffff88;
    margin-top: 5px;
    font-size: 8px;
}

.front .img {
    position: absolute;
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: center;
}

.circle {
    width: 90px;
    height: 90px;
    border-radius: 50%;
    background-color: rgb(235 15 123);
    position: relative;
    filter: blur(15px);
    animation: floating 2600ms infinite linear;
}

#bottom {
    background-color: rgb(235 15 123);
    left: 50px;
    top: 0px;
    width: 150px;
    height: 150px;
    animation-delay: -800ms;
}

#right {
    background-color: #ff2233;
    left: 160px;
    top: -80px;
    width: 30px;
    height: 30px;
    animation-delay: -1800ms;
}

@keyframes floating {
    0% {
        transform: translateY(0px);
    }

    50% {
        transform: translateY(10px);
    }

    100% {
        transform: translateY(0px);
    }
}

.projesct {
    border: 1px solid white;
    padding: 60px;
    transition: all ease-in-out 0.2s;
    border-radius: 5px;
}

.projesct:hover {
    border: 1px solid rgb(235 15 123);
    box-shadow: 0px 0px 10px #6f01f8;
}

.pro {
    border-radius: 25px;
}

.testimonial-card {
    background-color: #1a1a1a;
    color: white;
    padding: 20px;
    border-radius: 10px;
    width: 300px;
    box-shadow: 0 4px 8px rgba(0, 0, 0, 0.2);
    position: relative;
}

.stars {
    color: gold;
}

.testimonial-card p {
    font-size: 14px;
    line-height: 1.6;
}

.testimonial-author {
    display: flex;
    align-items: center;
    margin-top: 20px;
}

.author-photo {
    border-radius: 50%;
    width: 40px;
    height: 40px;
    margin-right: 10px;
}

.author-info {
    display: flex;
    flex-direction: column;
}

.author-name {
    font-weight: bold;
}

.author-title {
    font-size: 12px;
    color: #888;
}

.quote-icon {
    position: absolute;
    right: 20px;
    bottom: 20px;
    font-size: 24px;
    color: #888;
}

.cline {
    font-family: Arial, sans-serif;
    background-color: transparent;
    border: 1px solid white;
    border-radius: 5px;
    display: flex;
    justify-content: center;
    align-items: center;
    height: 300px;
    margin: 0;
}

.cline:hover {
    border: 1px solid rgb(235 15 123);
    box-shadow: 0px 0px 10px #6f01f8;
}

.end {
    margin: 0;
    font-family: Arial, sans-serif;
    background-color: #121212;
    color: #fff;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    /* min-height: 100vh; */
}

footer {
    background-color: #1a1a1a;
    padding: 40px 20px;
    text-align: center;
    position: relative;
    box-shadow: 0 -4px 8px rgba(0, 0, 0, 0.2);
}

.footer-content {
    max-width: 1200px;
    margin: 0 auto;
    display: flex;
    flex-direction: column;
    align-items: center;
}

.footer-section {
    margin-bottom: 20px;
    width: 100%;
    text-align: left;
}

.footer-section h3 {
    font-size: 30px;
    color: white;

    font-weight: bold;
    margin-bottom: 10px;
}

.footer-section ul {
    list-style: none;
    padding: 0;
}

.footer-section ul li {
    margin-bottom: 10px;
}

.footer-section ul li a {
    text-decoration: none;
    color: #fff;
    transition: color 0.3s;
}

.footer-section ul li a:hover {
    color: rgb(235 15 123);
}

.social-icons {
    list-style: none;
    padding: 0;
    display: flex;
    justify-content: center;
    gap: 20px;
    margin-bottom: 20px;
}

.social-icons li {
    display: inline-block;
}

.social-icons a {
    text-decoration: none;
    /* color:rgb(235 15 123); */
    font-size: 24px;
    transition: color 0.3s;
}

.social-icons a:hover {
    color: #ff00cc;
}

.footer-bottom {
    font-size: 14px;
    color: #888;
    margin-top: 20px;
}

.newsletter-form {
    display: flex;
    flex-direction: column;
    align-items: center;
}

.newsletter-form input[type="email"] {
    padding: 10px;
    border: 1px solid white;
    border-radius: 5px;
    margin-right: 10px;
    background: #121212;
    color: #fff;
}

.newsletter-form button {
    padding: 10px 20px;
    border: none;
    border-radius: 5px;
    background: white;
    color: #121212;
    cursor: pointer;
    transition: background 0.3s;
}

.newsletter-form button:hover {
    background: #ff00cc;
}

@media (min-width: 768px) {
    .footer-content {
        flex-direction: row;
        justify-content: space-between;
        align-items: flex-start;
    }

    .footer-section {
        width: 30%;
        text-align: left;
    }

    .newsletter-form {
        flex-direction: row;
        align-items: center;
    }

    .footer-bottom {
        text-align: right;
        margin-top: 0;
    }
}

/* Basic styling for the page */
.rating-form-container {
    display: none;
    background-color: #f9f9f9;
    padding: 20px;
    border-radius: 10px;
    box-shadow: 0 4px 8px rgba(0, 0, 0, 0.1);
    max-width: 400px;
    margin: 20px auto;
}

.btn {
    background-color:  rgb(235, 15, 123);
    color: #fff;
    padding: 10px 15px;
    border: none;
    border-radius: 5px;
    cursor: pointer;
    display: block;
    margin: 20px auto;
}

.btn:hover {
    background-color: rgba(235, 15, 123,0.9);
}