.intro-v2-wrap {
    position: relative;
    background: linear-gradient(
180deg, var(--uicolor4), var(--uicolor5));
    overflow: hidden;
    height: 90vh;
    display: flex;
    align-items: center;
    opacity: 1;
}

.intro-v2-wrap:before {
    content:'';
    inset: 0;
    position: absolute;
    --scolor: hsl(0deg 0% 100% / 1%);
    --scolor2: rgb(255 255 255 / 0%);
    background: radial-gradient(var(--scolor) 15%, transparent 16%), repeating-linear-gradient(0deg, transparent 6.5%, var(--scolor2) 7%, var(--scolor2) 9%, transparent 10%), linear-gradient(45deg, transparent 49%, var(--scolor) 49%, var(--scolor) 51%, transparent 51%), linear-gradient(-45deg, transparent 49%, var(--scolor) 49%, var(--scolor) 51%, transparent 51%);
    background-size: 3em 3em;
    background-color: transparent;
}

@keyframes pulse {
    50% {
        opacity: .5
    }
}

@keyframes pulse {
    50% {
        opacity: .5
    }
}


.intro-v2-row {
    display: flex;
    justify-content: space-between;
    align-items: center;
    z-index: 10;
    position: relative;
    gap: 80px !important;
}

.intro-v2-content {
    position: relative;
    z-index: 3;
    max-width: 620px;
}

.intro-title {
    color: #ffffff;
    font-size: 50px;
    line-height: 1.4;
    margin: 0 0 18px;
    font-weight: 800;
}

.tit-wdt.intro-title strong {
}

.intro-tit-icon {
    font-size: 20px;
    font-weight: 500;
    line-height: 1.5;
    margin-bottom: 10px;
    max-width: max-content;
    position: relative;
    border-radius: 10px;
    display: flex;
    align-items: stretch;
    gap: 6px;
    color: var(--uicolor3);
}

.intro-tit-icon svg {
    animation: pulse 2s cubic-bezier(.4, 0, .6, 1) infinite;
    width: 25px;
    height: 25px;
}

@keyframes pulse {
    50% {
        opacity: .5
    }
}

.intro-v2-wrap .con-wgt.dec {
    text-align: start;
    font-size: 19px;
    color: #e5e7eb;
}

.position-absolute {
    position: absolute;
    bottom: 0;
    width: 100%;
    left: 0;
    height: 96px;
    z-index: 2;
}

.shape-absolute {
    position: absolute;
    top: 50%;
    right: 50%;
    height: 256px;
    width: 256px;
    border-radius: 9999px;
    animation: pulse 2s cubic-bezier(.4, 0, .6, 1) infinite;
    background: var(--uicolor4);
    filter: blur(64px);
    transition-delay: 1s;
    z-index: -1;
}

.intro-v2-features-grid {
    display: flex;
    align-items: center;
    gap: 14px;
    justify-content: start;
    flex-wrap: wrap;
}

.intro-v2-feature-text {
    position: relative;
    border-left: 2px solid #ffffff08;
    padding-inline-end: 19px;
    flex: 1;
}

.intro-v2-feature-text:last-child {
    border-left: none;
}

.intro-v2-feature-title {
    color: #d1d5db;
    font-size: 15px;
    text-align: center;
    font-weight: 300;
}

.intro-v2-feature-desc {
    margin-bottom: 4px;
    font-size: 32px;
    line-height: 1.5;
    font-weight: 600;
    color: #ffffff;
    text-align: center;
    font-family: var(--f-number);
}

.features-box-v1 {
    background: #ffffff0f;
    padding: 32px;
    border-radius: var(--largeradius);
    color: #fff;
    width: 700px;
    z-index: 5;
    border: 2px solid #ffffff0f;
    backdrop-filter: blur(16px);
    box-shadow: 0 0 #0000, 0 0 #0000, 0 0 #0000, 0 0 #0000, 0 25px 50px -12px rgb(0 0 0 / .25);
    position: relative;
}
.feature-item-inner {
    display: flex;
    align-items: center;
    justify-content: space-between;
    background: #ffffff0d;
    padding: 16px;
    border-radius: var(--miniradius);
    transition: 0.1s all ease;
    margin-bottom: 24px;
}

.feature-item-inner:hover {
    background: #ffffff1a;
}

.feature-icon {
    padding: 12px;
    border-radius: var(--miniradius);
    display: flex;
    align-items: center;
    justify-content: center;
    color: #fff;
    background: linear-gradient(to right, var(--uicolor), var(--uicolor2));
    font-size: 18px;
}

.feature-icon svg {
    width: 28px;
    height: 28px;
    fill: white;
}

.feature-icon svg path {
    fill: white;
    stroke: white;
}

.feature-item-inner:nth-child(2) .feature-icon {
    background-color: linear-gradient(to right, var(--tw-gradient-stops));
}

.feature-item-inner:nth-child(3) .feature-icon {
    background-color: linear-gradient(to right, var(--tw-gradient-stops2));
}

.feature-content {
    text-align: right;
    flex: 1;
    margin-right: 15px;
}

.feature-title {
    margin: 0;
    font-size: 16px;
    font-weight: bold;
}

.feature-desc {
    margin: 8px 0 0;
    font-size: 13px;
    opacity: .8;
}

.shape-absolute2 {
    position: absolute;
    top: 80px;
    left: 40px;
    height: 384px;
    width: 384px;
    border-radius: 9999px;
    animation: pulse 2s cubic-bezier(.4, 0, .6, 1) infinite;
    background: var(--uicolor);
    filter: blur(64px);
    z-index: -1;
}

.shape-absolute3 {
    content: "";
    position: absolute;
    bottom: 5rem;
    right: 40px;
    height: 384px;
    width: 384px;
    border-radius: 9999px;
    animation: pulse 2s cubic-bezier(.4, 0, .6, 1) infinite;
    background: var(--uicolor2);
    filter: blur(64px);
    transition-delay: 1s;
    z-index: -1;
}

.intro-shapes-absolute {
    position: absolute;
    inset: 0;
    opacity: .1;
}

.features-footer {
    align-items: center;
    margin-top: 32px;
    display: flex;
    justify-content: space-between;
    border-top: 1px solid rgba(255, 255, 255, 0.1);
    padding-top: 32px;
}

.start {
    font-size: 16px;
    color: white;
}

.features-footer .--BTN._url_1 a {
    font-size: 16px;
    font-weight: 600;
    display: flex;
    align-items: center;
    gap: 5px;
    color: var(--uicolor3);
    background: 0 0;
    border: none;
    padding: 0px 2px;
}

.betit-w.intro-v2-badge {
    background-image: none;
    border-radius: 0;
    margin-bottom: 0;
    padding: 0;
    font-size: 20px;
    color: #ededed;
}<?xml version="1.0" encoding="UTF-8"?><?xml-stylesheet type="text/xsl" href="//taslikalmamlaka.com/main-sitemap.xsl"?>
<sitemapindex xmlns="http://www.sitemaps.org/schemas/sitemap/0.9">
	<sitemap>
		<loc>https://taslikalmamlaka.com/post-sitemap.xml</loc>
		<lastmod>2026-05-09T12:30:43+00:00</lastmod>
	</sitemap>
	<sitemap>
		<loc>https://taslikalmamlaka.com/page-sitemap.xml</loc>
		<lastmod>2026-02-23T09:17:33+00:00</lastmod>
	</sitemap>
	<sitemap>
		<loc>https://taslikalmamlaka.com/category-sitemap.xml</loc>
		<lastmod>2026-05-09T12:30:43+00:00</lastmod>
	</sitemap>
</sitemapindex>
<!-- XML Sitemap generated by Rank Math SEO Plugin (c) Rank Math - rankmath.com -->