:root {
    --primary-color: #000000;
    --secondary-color: #3498db;
    --accent-color: #e74c3c;
    --light-color: #ecf0f1;
    --dark-color: #2c3e50;
    --sky-color: #D4EBF8;
}

body {
    font-family: 'Segoe UI', Tahoma, Geneva, Verdana, sans-serif;
    overflow-x: hidden;
    /* background-color: #000000; */
    /* margin-top: 50px; */
}

.the-title h1 {
    text-align: center;
    font-size: 90px;
    letter-spacing: 3px;
    font-family: New Century Schoolbook, TeX Gyre Schola, serif;

}

.custom-hero-section button {
    border-radius: 30px;
    padding: 8px 30px;
    color: black;
    color: var(--sky-color);
    border: none;
    font-weight: 600;
}

.the-title .yo {
    color: silver;
}

.gradient-text {
    /* letter-spacing: 10px; */
    /* Create the gradient */
    background: linear-gradient(to right, #ff7e5f, #4345be);

    /* Clip the background to the text */
    -webkit-background-clip: text;
    background-clip: text;

    /* Set text color to transparent to show the gradient */
    color: transparent;

    /* Optional: Add more styling */
    font-size: 48px;
    font-weight: bold;
}

.navbar {
    background-color: var(--sky-color);
    /* padding: 15px 0; */
    transition: all 0.3s;
}

.navbar.scrolled {
    padding: 10px 0;
    box-shadow: 0 5px 10px rgba(0, 0, 0, 0.1);
    /* background-color: #000; */
}

.hero-section {
    background-color: var(--sky-color);
    color: #0A3981;
    padding: 140px 0 100px 0;
    position: relative;
    overflow: hidden;
    font-family: Optima, sans-serif;
}

.nav-item {
    padding: 0 20px;
}


.the-mid-img {
    width: 100%;
}

.icon-text {
    display: flex;
}


ul,
li {
    list-style: none;
}

.nav-link {
    font-size: 19px;
    color: black;
    font-family: Times, Times New Roman, serif;
}



::marker {
    display: none;
}

a {
    text-decoration: none;
}

.tab-serice-section {
    background: rgba(157, 98, 245, 1);
}

.bg-gradiont {
    background: #d313e8;
    background: linear-gradient(0deg, rgba(211, 19, 232, 1) 0%, rgba(157, 98, 245, 1) 100%);
    color: white;
    border: none;
    /* width: 150px; */
    padding: 10px 40px !important;
    font-weight: 600;
    border-radius: 10px;
}

.hero-section p {
    font-weight: 500;
}

.bg-gradiont-border {
    border: 2px solid #d313e8;
    border-radius: 10px;
    padding: 10px 40px !important;
    font-weight: 600;
    border-radius: 10px;
    color: #000;
}

.hero-section h1 {
    font-weight: bold;
}

.hero-section::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: url('data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHdpZHRoPSIxMDAlIiBoZWlnaHQ9IjEwMCUiPjxkZWZzPjxwYXR0ZXJuIGlkPSJwYXR0ZXJuIiB3aWR0aD0iNDAiIGhlaWdodD0iNDAiIHBhdHRlcm5Vbml0cz0idXNlclNwYWNlT25Vc2UiIHBhdHRlcm5UcmFuc2Zvcm09InJvdGF0ZSg0NSkiPjxyZWN0IHdpZHRoPSIyMCIgaGVpZ2h0PSIyMCIgZmlsbD0icmdiYSgyNTUsMjU1LDI1NSwwLjA1KSIvPjwvcGF0dGVybj48L2RlZnM+PHJlY3QgZmlsbD0idXJsKCNwYXR0ZXJuKSIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIvPjwvc3ZnPg==');
    opacity: 0.5;
}



.service-icon {
    font-size: 3rem;
    margin-bottom: 20px;
    color: var(--secondary-color);
}

.bg-light-alt {
    background-color: #f8f9fa;
}

.btn-primary {
    background-color: var(--secondary-color);
    border-color: var(--secondary-color);
}

.btn-primary:hover {
    background-color: #2980b9;
    border-color: #2980b9;
}

.btn-outline-primary {
    color: var(--secondary-color);
    border-color: var(--secondary-color);
}

.btn-outline-primary:hover {
    background-color: var(--secondary-color);
    color: white;
}

.testimonial-card {
    border-left: 4px solid var(--secondary-color);
}

.footer {
    background-color: var(--dark-color);
    color: white;
    padding: 60px 0 20px;
}

.footer a {
    color: var(--light-color);
    text-decoration: none;
    transition: all 0.3s;
}

.footer a:hover {
    color: var(--secondary-color);
}

.social-icon {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 40px;
    height: 40px;
    background-color: rgba(255, 255, 255, 0.1);
    border-radius: 50%;
    margin-right: 10px;
    transition: all 0.3s;
}

.social-icon:hover {
    background-color: var(--secondary-color);
    transform: translateY(-3px);
}

.header-lgoo {
    height: 50px;
}


/* HTML:  */
.curved-rectangle {
    --c: 85;
    /* control the curvature (a percentage value without unit bigger than 50%)*/

    /* width: 250px; */
    aspect-ratio: 3/2;
    background: #a7237b;
    mask: radial-gradient(calc(var(--c)*1%) 100% at 50% calc(-100%*cos(asin(50/var(--c)))), #0000 calc(100% - 1px), #000);
    clip-path: ellipse(calc(var(--c)*1%) 100% at top);
}

/* HTML: <div class="hexagon"></div> */
.hexagon {
    height: 80px;
    aspect-ratio: 1 / cos(30deg);
    clip-path: shape(from 87.45% 45.02%, curve to 92.48% 56.45% with 90.99% 50.00%, curve to 92.05% 69.35% with 93.97% 62.91%, curve to 82.42% 77.15% with 90.14% 75.80%, curve to 71.01% 83.22% with 74.69% 78.49%, curve to 61.91% 91.53% with 67.33% 87.95%, curve to 49.74% 96.95% with 56.49% 95.12%, curve to 38.70% 91.46% with 42.99% 98.79%, curve to 25.99% 85.79% with 34.41% 84.13%, curve to 15.38% 80.54% with 17.56% 87.44%, curve to 14.30% 66.90% with 13.20% 73.65%, curve to 13.33% 55.08% with 15.41% 60.16%, curve to 11.20% 44.30% with 11.25% 50.00%, curve to 11.95% 32.32% with 11.14% 38.59%, curve to 16.84% 21.25% with 12.75% 26.06%, curve to 27.31% 15.38% with 20.92% 16.44%, curve to 38.83% 11.12% with 33.70% 14.32%, curve to 50.39% 5.23% with 43.95% 7.93%, curve to 62.85% 5.60% with 56.83% 2.53%, curve to 72.70% 14.03% with 68.88% 8.67%, curve to 79.11% 24.51% with 76.53% 19.39%, curve to 82.80% 34.84% with 81.69% 29.63%, curve to 87.45% 45.02% with 83.91% 40.04%);
    background: #111111de;
    margin-top: 140px;
}

/* HTML: <div class="slanted-edge"></div> */
.slanted-edge {
    --p: 70px;
    /* control the shape (can be percentage) */
    height: 180px;
    aspect-ratio: 1;
    clip-path: shape(from 87.45% 45.02%, curve to 92.48% 56.45% with 90.99% 50.00%, curve to 92.05% 69.35% with 93.97% 62.91%, curve to 82.42% 77.15% with 90.14% 75.80%, curve to 71.01% 83.22% with 74.69% 78.49%, curve to 61.91% 91.53% with 67.33% 87.95%, curve to 49.74% 96.95% with 56.49% 95.12%, curve to 38.70% 91.46% with 42.99% 98.79%, curve to 25.99% 85.79% with 34.41% 84.13%, curve to 15.38% 80.54% with 17.56% 87.44%, curve to 14.30% 66.90% with 13.20% 73.65%, curve to 13.33% 55.08% with 15.41% 60.16%, curve to 11.20% 44.30% with 11.25% 50.00%, curve to 11.95% 32.32% with 11.14% 38.59%, curve to 16.84% 21.25% with 12.75% 26.06%, curve to 27.31% 15.38% with 20.92% 16.44%, curve to 38.83% 11.12% with 33.70% 14.32%, curve to 50.39% 5.23% with 43.95% 7.93%, curve to 62.85% 5.60% with 56.83% 2.53%, curve to 72.70% 14.03% with 68.88% 8.67%, curve to 79.11% 24.51% with 76.53% 19.39%, curve to 82.80% 34.84% with 81.69% 29.63%, curve to 87.45% 45.02% with 83.91% 40.04%);
    background: #111111de;
    margin-top: -90px;
    margin-right: 100px;
}

.container {
    /* padding: 0px 90px; */
    /* border: 1px solid white; */
}

.count-dvi {
    border-radius: 20px;
    border-top: 1px solid silver;
    border-right: 1px solid silver;
    border-bottom: 1px solid silver;
    border-left: none;
    padding: 30px 20px;
    color: silver;
}

.count-dvi-opposite {
    margin-top: 30px;
    border-radius: 20px;
    border-top: 1px solid silver;
    border-left: 1px solid silver;
    border-bottom: 1px solid silver;
    border-right: none;
    padding: 30px 20px;
    color: silver;
}

.count-no {
    font-size: 40px;
}

.minus-top {
    margin-top: 20px;
}

.short-serice-section-contetn .icon-text .icon .blue {
    border: none;
    border-radius: 50%;
    background-color: rgba(211, 19, 232, 1);
    padding: 20px;
    margin-right: 15px;
    color: white;
    font-size: 20px;
}


.short-serice-section-contetn .icon-text .icon .red {
    border: none;
    border-radius: 50%;
    background-color: rgba(157, 98, 245, 1);
    padding: 20px;
    margin-right: 15px;
    color: white;
    font-size: 20px;
}

.short-serice-section-contetn .icon-text {
    margin-bottom: 20px;
}

.short-serice-section-contetn .icon-text b {
    font-size: 18px;
    font-family: Optima, sans-serif;
}

.beni {
    color: #363636;
    font-size: 37px;
    margin-bottom: 20px;
    font-weight: 700;
    font-family: Optima, sans-serif;
}

.servic-image img {
    width: 100%;
    background-color: rgba(211, 19, 232, .5);
    border-radius: 30px;

}

.servic-image {
    border: 2px dotted rgba(157, 98, 245, 1);
    width: 80%;
    margin: auto;
    display: block;
    border-radius: 30px;
    padding: 5px;
}

.beni span {
    background: linear-gradient(0deg, rgba(211, 19, 232, 1) 0%, rgba(157, 98, 245, 1) 100%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    display: inline-block;
}



.service-icon {
    font-size: 40px;
    margin-bottom: 15px;
    color: #0d6efd;
}

.nav-tabs .nav-link {
    font-weight: 600;
    color: white;
}

.nav-tabs .nav-link.active {
    color: #0d6efd;
}

.tab-content {
    padding: 30px 0;
    color: white;
}

.service-card {
    display: flex;
    text-align: left;
    padding: 30px 0;
}

.about-tiel {
    font-size: 35px;
    font-family: Optima, sans-serif;
    font-weight: 600;
}

.fa-s,
.fa-m,
.fa-d {
    background-color: #ebe8e8;
    border-radius: 50%;
    padding: 10px;
    border: none;
    color: black;
    margin-right: 5px;
    font-size: 18px;
}

.cta-s {
    background-image: url('../gallery/social-media-1200x800.webp');
    background-size: cover;
}

.cta-wr {
    background-color: rgba(157, 98, 245, .9);
}

.service-card img {
    width: 70% !important;
    margin: auto;
    display: block;
}

.fa-circle-dot {
    margin-right: 5px;
}

.itele-line {
    height: 2px;
    width: 200px;
    background-color: white;
}

.contetn-ser-text .ittle {
    font-size: 35px;
    font-weight: 700;
    margin-bottom: 20px;
    font-family: Optima, sans-serif;
}


.owl-dots {
    margin-top: 70px !important;
}

.service-card .contetn-ser-img {
    width: 50%;
}

.service-card .contetn-ser-text {
    width: 50%;
}


.service-card .contetn-ser-text button {
    border: none;
    padding: 8px 30px;
    border-radius: 30px;
    background-color: white;
    color: black;
    margin-top: 30px;
}

.service-card ul li {
    padding: 5px 0;
}

ol,
ul {
    padding-left: 0;
}

.contetn-ser-text p {
    color: #ccc9c9;
}

.nav-tabs {
    justify-content: center;
}

.get-statred {
    color: #000;
    border: 1px solid black;
    border-radius: 20px;
    padding: 6px 30px;
}

@media (max-width:768px) {

    .nav-tabs {
        justify-content: start;
    }

    .servic-image {
        width: 100%;
        margin-bottom: 10px;
    }

    .header-lgoo {
        height: 30px;
    }

    .get-statred {
        display: none;
    }

    .navbar-toggler {
        background-color: #0A3981;
    }

    .service-card {
        display: block;
    }

    .service-card .contetn-ser-img {
        width: 100%;
    }

    .service-card .contetn-ser-text {
        width: 100%;
        text-align: center;
    }

    .ittle {
        margin-top: 20px;
    }

    .service-card img {
        width: 100% !important;
    }

    .owl-dots {
        margin-top: 10px;
    }
}