<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">/******************************navbar***************************/
body::-webkit-scrollbar-track {
    border: 1px solid black;
    background-color: #F5F5F5;
}

body::-webkit-scrollbar {
    width: 10px;
    background-color: #F5F5F5;
}

body::-webkit-scrollbar-thumb {
    background-color: rgb(35, 34, 34);
}

.logo {
    height: 70px;
    width: 80px;
    margin-left: -15px;
}

.bar {
    color: white;
    font-size: 30px;
}

.navbar-toggler {
    outline: none;
    border: none;
}

.navbar a {
    color: #f2f2f2f2;
    font-size: 18px;
    margin-left: 35px;
    transition: .3s;
    position: relative;
    font-weight: bold;
}

.navbar a:hover {
    color: green;
    filter: brightness(2);
    transition: 0.3s ease-in-out;
}

nav {
    position: fixed;
    top: 0;
    left: 0;
    z-index: 2;
    width: 100%;
    padding: 30px 100px 10px 100px;
    background: var(--gray);
    display: flex;
    justify-content: space-between;
    text-align: center;
    backdrop-filter: blur(10px);
    border-bottom: 2px solid rgba(255, 255, 255, .2);
}

nav::before {
    content: '';
    position: absolute;
    top: 0;
    left: -100%;
    width: 100%;
    height: 100%;
    background: linear-gradient(90deg, transparent, rgba(255, 255, 255, .4), transparent);
    transition: .5s;
}

nav:hover::before {
    left: 100%;
}

* {
    margin: 0;
    padding: 0;
}

body {
    overflow-x: hidden;
}

/************************** *arrow*************************/
#arrow {
    position: fixed;
    bottom: 20px;
    right: 20px;
    width: 50px;
    height: 50px;
    background-color: green;
    color: white;
    font-size: 70px;
    overflow: hidden;
    text-align: center;
    line-height: 50px;
    cursor: pointer;
    border-radius: 50%;
    display: none;
    transition: 0.5s ease;
    font-family: "poppins", sans-serif;
}

#arrow:hover {
    background-color: rgb(6, 204, 6);
    box-shadow: 0 0 5px 4px rgb(17, 194, 17);
    transition: 0.3s ease-out;
}

/****************************wrap**************************/

.wrap {
    pointer-events: none;
    position: fixed;
    width: 100%;
    height: 100%;
    overflow: hidden;
}

.boxes div {
    position: absolute;
    width: 12px;
    height: 12px;
    background-color: transparent;
    border: 2px solid #ff014fff;
}

.boxes div:nth-child(1) {
    top: 12%;
    left: 42%;
    animation: animate 10s linear infinite;
}

.boxes div:nth-child(2) {
    top: 70%;
    left: 50%;
    animation: animate 7s linear infinite;
}

.boxes div:nth-child(3) {
    top: 17%;
    left: 6%;
    animation: animate 9s linear infinite;
}

.boxes div:nth-child(4) {
    top: 20%;
    left: 60%;
    animation: animate 10s linear infinite;
}

.boxes div:nth-child(5) {
    top: 67%;
    left: 10%;
    animation: animate 6s linear infinite;
}

.boxes div:nth-child(6) {
    top: 80%;
    left: 70%;
    animation: animate 12s linear infinite;
}

.boxes div:nth-child(7) {
    top: 60%;
    left: 80%;
    animation: animate 15s linear infinite;
}

.boxes div:nth-child(8) {
    top: 32%;
    left: 25%;
    animation: animate 16s linear infinite;
}

.boxes div:nth-child(9) {
    top: 90%;
    left: 25%;
    animation: animate 9s linear infinite;
}

.boxes div:nth-child(10) {
    top: 20%;
    left: 80%;
    animation: animate 5s linear infinite;
}

@keyframes animate {
    0% {
        transform: scale(0) translateY(0) rotate(0);
        opacity: 0.5;
    }

    50% {
        opacity: 1;
    }

    100% {
        transform: scale(1.3) translateY(-90px) rotate(360deg);
        opacity: 0;
    }
}

/* Services */
body,html {
    overflow-x: hidden;

}

* {
    margin: auto;
    /* padding:; */
    font-family: "poppins", sans-serif;
    /* box-sizing: border-box; */
}

.services-section {
    /*background-color:red;*/
    background-color: white;
    width: 100%;
    background-size: cover;
    height: 100%;
    background-repeat: no-repeat;
    padding: 60px 0;
}

.inner-width {
    /* width: 100%; */
    /* max-width:1200px; */
    /* margin: auto; */
    padding: 0 20px;
    overflow: hidden;
}

.inner-width h1 {
    font-size: 50px;
}

.section-title {
    text-align: center;
    color: #ff014fff;
    margin-bottom: 60px;
    font-weight: bold;
    /* text-transform: uppercase; */
    /* font-size: 60px; */
}

.services-title {
    font-size: 15px;
    color: #ff014fff;
    font-weight: bold;
}


.services-container {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
}

.services-box {
    /* margin-top: 40px; */
    max-width: 33.33%;
    padding: 10px;
    text-align: center;
    color: black;
}

.services-icon {
    display: inline-block;
    width: 70px;
    height: 70px;
    border: 3px solid green;
    color: green;
    transform: rotate(45deg);
    margin-bottom: 30px;
    margin-top: 16px;
    transition: 0.3s ease-in;
}

.services-icon i {
    line-height: 70px;
    transform: rotate(-45deg);
    font-size: 26px;
}

.services-icon:hover {
    background: rgb(6, 204, 6);
    color: white;
    transition: 0.3s ease-out;
}

.services-title {
    font-size: 18px;
    text-transform: uppercase;
    margin-bottom: 10px;
}

.script-desc {
    font-size: 14px;
}

@media screen and (max-width:968px) {
    .services-container {
        display: flex;
        flex-direction: column;
        align-items: center;
        /* text-align:left; */
        font-size: 15px;
        /* margin-right: 40px; */
        /* margin:auto; */
        /* height: auto; */
        /* text-size-adjust: 10px; */
    }

    .services-box {
        max-width: 80%;
    }

    .inner-width h1 {
        font-size: 35px;
    }
}

/***************************footer**************************/
.logoFooter {
    transition: 0.3s ease;
}

.headingFoot {
    color: green;
    filter: brightness(2);
    font-weight: bold;
}

.logoFooter:hover {
    color: green;
    filter: brightness(2);
    transition: 0.3s ease-out;
}

.links a {
    display: block;
    text-decoration: none;
    color: white;
    margin-bottom: 5px;
    position: relative;
    transition: 0.3s ease;
}

.links a::before {
    content: '';
    height: 16px;
    width: 3px;
    position: absolute;
    top: 5px;
    left: 30px;
    background-color: green;
    filter: brightness(2);
    transition: 0.5s ease;
    opacity: 0;
}

.links a:hover::before {
    opacity: 1;
}

.links a:hover {
    transform: translateX(-4px);
    color: rgb(242, 255, 238);
    text-shadow: 1px 1px green;
}

.social a i {
    color: green;
    font-size: 28px;
    margin-top: 2rem;
    margin-right: 5px;
    transition: 0.3s ease;
}

.social a i:hover {
    filter: brightness(2);
}

@media (max-width:1424px) {
    .links a::before {
        content: none;
    }
}

@media (max-width: 768px) {
    .footer .container {
        text-align: center;
    }

    .footer .widget {
        text-align: center;
    }

}</pre></body></html>