@import url('https://fonts.googleapis.com/css2?family=Marcellus&family=Poppins:ital,wght@0,100;0,200;0,300;0,400;0,500;0,600;0,700;0,800;0,900;1,100;1,200;1,300;1,400;1,500;1,600;1,700;1,800;1,900&display=swap');

:root{

    --primary       :	#0B64DD;
    --secondary     :   #183a60;

    --primary-70    :	color-mix(in srgb, var(--primary) 80%, transparent);
    --primary-50    :	color-mix(in srgb, var(--primary) 50%, transparent);
    --primary-30    :	color-mix(in srgb, var(--primary) 30%, transparent);
    --primary-10    :	color-mix(in srgb, var(--primary) 10%, transparent);

    --white         :   #ffffff;
    --black         :   #000000;

    --light         :   #d4dbf5;
    --dark          :   #212529;

    --white-10      :	color-mix(in srgb, var(--white) 10%, transparent);
    --white-30      :	color-mix(in srgb, var(--white) 30%, transparent);
    --white-50      :	color-mix(in srgb, var(--white) 50%, transparent);
    --white-70      :	color-mix(in srgb, var(--white) 70%, transparent);
    
    --black-10      :	color-mix(in srgb, var(--black) 10%, transparent);
    --black-30      :	color-mix(in srgb, var(--black) 30%, transparent);
    --black-50      :	color-mix(in srgb, var(--black) 50%, transparent);

    --font1         : "Poppins", sans-serif;
    --font2         : "Marcellus", serif;
    --font3         : "Ms Madi", cursive;;

    --fs-1          : 150px;
    --fs-2          : 80px;
    --fs-3          : 60px;
    --fs-4          : 40px;
    --fs-5          : 28px;
    --fs-6          : 20px;
    --fs-7          : 16px;
    --fs-1          : 150px;

    --fw-2          : 200;
    --fw-3          : 300;
    --fw-4          : 400;
    --fw-5          : 500;
    --fw-6          : 600;
    --fw-7          : 700;
    --fw-8          : 800;
    --fw-9          : 900;

    --lh-12         : 1.2;
    --lh-14         : 1.4;
    --lh-16         : 1.6;
    --lh-18         : 1.8;
    --lh-20         : 2.0;

    --gredient1     :   linear-gradient(135deg, var(--primary) 0%, var(--secondary) 100%);
    --gredient2     :   linear-gradient(135deg, var(--secondary) 0%, var(--light) 100%);
    --gredient3     :   linear-gradient(135deg, var(--light) 0%, var(--primary) 100%);

    --gredient4     :   radial-gradient(circle at 20% 30%, var(--primary-50) 0%, transparent 50%), 
                        radial-gradient(circle at 90% 90%, var(--primary-50) 0%, transparent 50%);
    
    --gredient5     :   linear-gradient(045deg, var(--primary) 10%,   var(--light) 100%);
    --gredient6     :   linear-gradient(175deg, var(--light) 10%,   var(--white) 100%);
    --gredient7     :   radial-gradient(circle at 82% 75%, rgba(208, 178, 255, 0.55) 0%, rgba(218, 205, 255, 0.35) 20%, transparent 48% );
    --gredient8     :   linear-gradient(var(--dark), transparent 1px), linear-gradient(to right, var(--dark), transparent 1px);

    --portfolio-banner-bg  :    radial-gradient(circle at 5% 35%,rgba(255, 225, 92, 0.45) 0%,rgba(255, 239, 168, 0.25) 28%, transparent 55%),
                                radial-gradient(circle at 55% 10%,rgba(151, 237, 225, 0.32) 0%,rgba(207, 246, 241, 0.2) 35%,transparent 60%),
                                radial-gradient(circle at 90% 20%,rgba(191, 240, 247, 0.35) 0%,transparent 55%),
                                radial-gradient(circle at 35% 85%,rgba(211, 232, 214, 0.45) 0%,transparent 55%),
                                radial-gradient(circle at 90% 90%,rgba(246, 238, 246, 0.55) 0%,transparent 50%),#f7fbfc;


    --background-inner  :  
        /* radial-gradient(
            circle at 82% 75%,
            rgba(208, 178, 255, 0.55) 0%,
            rgba(218, 205, 255, 0.35) 20%,
            transparent 48%
        ) */

        radial-gradient(circle at 5% 35%,rgba(255, 225, 92, 0.45) 0%,rgba(255, 239, 168, 0.25) 28%, transparent 55%),
                                radial-gradient(circle at 55% 10%,rgba(151, 237, 225, 0.32) 0%,rgba(207, 246, 241, 0.2) 35%,transparent 60%),
                                radial-gradient(circle at 90% 20%,rgba(191, 240, 247, 0.35) 0%,transparent 55%),
                                radial-gradient(circle at 35% 85%,rgba(211, 232, 214, 0.45) 0%,transparent 55%),
                                radial-gradient(circle at 90% 90%,rgba(246, 238, 246, 0.55) 0%,transparent 50%),#f7fbfc;



    --spacing: min(max(calc(1.8181818182vw + 0.625rem), 1rem), 2rem);
    --default-spacing-multiplier: 3;

    --danger	    :   #C61E25;
    --danger-500	:   #EE4C48;
    --danger-light	:   #FDDDD8;

    --success       :	#008A5E;
    --success-500   :	#24C292;
    --success-100   :	#C9F3E3;

    --warning	    :   #FACB3D;
    --warning-500   :	#FCD883;
    --warning-100   :	#FDE9B5;
}

/* default */

body{
    font-family: var(--font1);
    font-size: 16px;
    line-height : var(--line-height)
}
a{
    text-decoration: none;
}
/*
h1, h2, h3, h4, h5, h6{
    font-family: var(--font2);
}
*/
p{
    letter-spacing: 0.5px;
    line-height: 1.6;
}

ul{
    list-style: none;
    margin-bottom: 0;
    padding: 0;
}
.font1{
    font-family: var(--font1);
}
.font2{
    font-family: var(--font2);
}

.bg-liner-black{
    background-color: var(--dark);
    position: relative;
}
.bg-liner-black:before{
    content: "";
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    background-image: linear-gradient(rgba(255, 255, 255, 0.05) 2px,  transparent 2px),
    linear-gradient(90deg, rgba(255, 255, 255, 0.05) 2px, transparent 2px),
    linear-gradient(rgba(255, 255, 255, 0.04) 1px, transparent 1px),
    linear-gradient(90deg, rgba(255, 255, 255, 0.04) 1px, transparent 1px);
    background-size: 100px 100px, 100px 100px, 20px 20px, 20px 20px;
    background-position: -2px -2px, -2px -2px, -1px -1px, -1px -1px;
}
.bg-liner-white{
    background-color: var(--white);
    position: relative;
}
.bg-liner-white:before{
    content: "";
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    background-image: linear-gradient(rgba(0, 0, 0, 0.05) 2px,  transparent 2px),
    linear-gradient(90deg, rgba(0, 0, 0, 0.05) 2px, transparent 2px),
    linear-gradient(rgba(0, 0, 0, 0.04) 1px, transparent 1px),
    linear-gradient(90deg, rgba(0, 0, 0, 0.04) 1px, transparent 1px);
    background-size: 100px 100px, 100px 100px, 20px 20px, 20px 20px;
    background-position: -2px -2px, -2px -2px, -1px -1px, -1px -1px;
}

.bg-liner-primary{
    background-color: var(--primary-10);
    position: relative;
}
.bg-liner-primary:before{
    content: "";
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    opacity: 0.3;
    
    background-image: 
    linear-gradient( var(--primary-30) 2px,  transparent 2px),
    linear-gradient(90deg, var(--primary-30) 2px, transparent 2px),
    linear-gradient(var(--primary-10) 1px, transparent 1px),
    linear-gradient(90deg, var(--primary-10) 1px, transparent 1px);

    background-size: 150px 150px, 150px 150px, 40px 40px, 40px 40px;
    background-position: -2px -2px, -2px -2px, -1px -1px, -1px -1px;
}

.bg-primary{
    background-color: var(--primary) !important;
    color: var(--white) !important;
}
.bg-primary-50{
    background-color: var(--primary-50) !important;
    color: var(--primary) !important;
}
.bg-primary-30{
    background-color: var(--primary-30) !important;
    color: var(--primary) !important;
}
.bg-primary-10{
    background-color: var(--primary-10) !important;
    color: var(--primary) !important;
}
.bg-primary{
    background-color: var(--primary) !important;
    color: var(--white) !important;
}
.bg-dark{
    background-color: var(--dark) !important;
    color: var(--white) !important;
}
.bg-light{
    background-color: var(--light);
    color: var(--dark) !important;
}
.bg-black{
    background-color: var(--black) !important;
    color: var(--white);
}
.bg-white{
    background-color: var(--white) !important;
    color: var(--dark) !important;
}

.bg-gredient-1{
    background: var(--primary);
    background: var(--gredient1);
}

.bg-gredient-2{
    background: var(--primary-light);
    background: var(--gredient2);
}

.bg-gredient-3{
    background: var(--light);
    background: var(--gredient3);
}

.bg-gredient-4{
    background: var(--primary);
    background: var(--gredient4);
}

.bg-gredient-5{
    background: var(--primary-light);
    background: var(--gredient5);
}

.bg-gredient-6{
    background: var(--light);
    background: var(--gredient6);
}

.bg-gredient-7{
    background: var(--light);
    background: var(--gredient7);
}

.bg-gredient-8{
    background: var(--light);
    background: var(--gredient8);
}



.bg-image1{
    position: relative;
}
.bg-image1::before {
    background-image: url(../images/shape3.png);
    background-size: 100%;
    background-position: top center;
    opacity: 0.1;

    content: "";
    width: 100%;
    height: 100%;
    position: absolute;
    left: 0;
    top: 0;
}
.section{
    padding: 100px 0;
    min-height: 650px;
}
.section.initial {
    position: relative;
}


.text-primary {
    color: var(--primary) !important;
}
.text-primary-50 {
    color: var(--primary-50) !important;
}
.text-primary-30 {
    color: var(--primary-30) !important;
}
.text-secondary {
    color: var(--secondary) !important;
}
.text-light {
    color: var(--light);
}
.text-white-50 {
    color: var(--white-50);
}
.text-white-30 {
    color: var(--white-30);
}
.text-dark {
    color: var(--dark);
}

.fix-section{
    position: -webkit-sticky;
    position: sticky;
    top: 30vh;
}

/* form */
.vk-form-group{
    margin-bottom: 2rem;
}
.vk-label {
    font-weight: 600;
    font-size: var(--fs-6);
    margin: 0;
}
.vk-form-group i {
    background-color: var(--primary-10);
    color: var(--primary);
    position: absolute;
    border-radius: 30%;
    font-size: 20px;
    top: 44px;
    left: 24px;
    height: 40px;
    width: 40px;
    z-index: 9;
    padding: 4px;
    text-align: center;
    line-height: 1.4;
}
.vk-input {
    line-height: 3;
    border-radius: 20px;
    padding-left: 56px;
    border: 3px solid var(--primary-10);
}
/* endform */

/* horizontal section scroller */
.viewport-wrapper {
    height: auto;
    overflow: visible;
    position: relative;
}
.content-scroll main,
.content-scroll .main-content{
  min-height: 100lvh;
}
body:not(.normalize-scroll) .viewport-wrapper {
    bottom: 0;
    height: 100%;
    left: 0;
    overflow: hidden;
    position: fixed;
    right: 0;
    top: 0;
    width: 100%;
}
[id*=gsap_swiper] {
    --column-gap: var(--spacing);
    --thumb-aspect-ratio: 16 / 9;
    --thumb-aspect-ratio-md-down: 4 / 3;
    --md-breakpoint: 48.04875em;
    --max-wrapper-size: 75rem;
    --slides-perview: 2.25;
    --slides-perview-md-down: 1.05;
    --col-width: calc(1 / var(--slides-perview));
    --col-width-md-down: calc(1 / var(--slides-perview-md-down));
    padding-bottom: calc(var(--spacing) * var(--default-spacing-multiplier));
    padding-top: calc(var(--spacing) * var(--default-spacing-multiplier));
}
.swiper-container {
    position: relative;
    overflow: visible;
}
.swiper-container::after {
    content: '';
    position: absolute;
    left: 50%;
    bottom: -50%;
    color: var(--white-10);
    z-index: 0;
    font-size: 200px;
    transform: translate(-50%, 0);
    text-transform: uppercase;
    font-weight: 700;
}
.swiper-column-gap {
    border: 0;
    height: .0625rem;
    margin: -.0625rem calc(-1 * var(--column-gap));
    overflow: hidden;
    padding: 0;
    pointer-events: none;
    position: absolute;
    -webkit-user-select: none;
    -moz-user-select: none;
    user-select: none;
    width: var(--column-gap);
}
.media-container picture {
    aspect-ratio: var(--thumb-aspect-ratio);
}
.swiper-slide {
    /* min-width: 0;
    width: calc((var(--max-wrapper-size) - var(--column-gap) * (var(--slides-perview) + 1)) * var(--col-width)); */
}
.swiper-navigation-container {
    display: block;
    height: var(--swiper-navigation-height, 100%);
    left: 0;
    pointer-events: none;
    position: absolute;
    top: 0;
    width: 100%;
    z-index: 1;
}
.swiper-navigation-wrapper {
    display: flex;
    flex-wrap: nowrap;
    height: 100%;
    pointer-events: none;
    position: relative;
    width: 100%;
}
.swiper-prev {
    margin-right: auto;
}
.swiper-prev.hide {
    transform: translate3d(-100%, 0, 0);
}
.swiper-next {
    margin-left: auto;
}
.swiper-next.hide {
    transform: translate3d(100%, 0, 0);
}
.swiper-next,
.swiper-prev {
    color: var(--light);
    cursor: pointer;
    display: block;
    margin-bottom: auto;
    margin-top: auto;
    padding: calc(var(--spacing) * .25);
    pointer-events: auto;
    transition: transform .6s cubic-bezier(0, 0, 0, 1);
}
.swiper-next:before,
.swiper-prev:before {
    background-color: var(--dark);
    content: "";
    height: 100%;
    left: 0;
    opacity: .5;
    position: absolute;
    top: 0;
    width: 100%;
}
.swiper-next svg,
.swiper-prev svg {
    height: 1.5rem;
    margin: auto;
    pointer-events: none;
    position: relative;
    width: 1.5rem;
}
.swiper-pagination-container {
    display: block;
    margin-top: calc(var(--spacing) * var(--default-spacing-multiplier) * .5);
    min-height: calc(var(--spacing) * var(--default-spacing-multiplier) * .5);
    pointer-events: none;
    position: relative;
}
.swiper-pagination-wrapper {
    align-items: center;
    display: flex;
    height: 100%;
    justify-content: center;
    pointer-events: none;
    position: relative;
}
.swiper-pagination {
    pointer-events: auto;
    position: relative;
}
.swiper-pagination .swiper-pagination-bullet {
    background-color: var(--dark);
    height: .75rem;
    opacity: 1;
    position: relative;
    width: .75rem;
}
.swiper-pagination .swiper-pagination-bullet:after {
    content: "";
    height: 1.375rem;
    left: 50%;
    pointer-events: auto;
    position: absolute;
    top: 50%;
    transform: translate(-50%, -50%);
    width: 1.375rem;
}
.swiper-pagination .swiper-pagination-bullet+.swiper-pagination-bullet {
    margin-left: 1rem;
}
.swiper-pagination .swiper-pagination-bullet-active {
    background: var(--primary);
    pointer-events: none;
}
/* end horizontal section scroller */


/* badge */

.badge{
    padding: 8px 12px;
    border-radius: 20px;
    font-size: 16px;
    font-weight: 600;
    letter-spacing: 0.5px;
}
.badge-sm {
    padding: 8px 12px;
    font-size: 12px;
    font-weight: 400;
    letter-spacing: 1px;
}
.badge-primary{
    background-color: var(--primary);
    color: var(--light);
}
.badge-primary i{
    color: var(--light);
}
.badge-light{
    background-color: var(--light);
    color: var(--dark);
}
.badge-light i{
    color: var(--primary);
}
.badge-yellow{
    background-color: var(--warning);
    color: var(--dark);
}
.badge-dark{
    background-color: var(--dark);
    color: var(--light);
}
/* end badge */


/* btn */
.vk-btn{
    font-weight: 500;
    line-height: 1;
}
.vk-btn.btn-with-icon{
    border-radius: 8px;
    padding: 12px 40px 12px 16px !important;
    position: relative;
}
.vk-btn.btn-with-icon i {
    background-color: var(--light);
    color: var(--dark);
    content: "";
    position: absolute;
    right: 8px;
    top: 50%;
    transform: translate(0, -50%);
    font-size: 20px;
    width: 24px;
    height: 24px;
    line-height: 1.2;
    border-radius: 20%;
}
.vk-btn.btn-with-icon {
    padding: 12px 50px 12px 16px !important;
}

.vk-btn.btn-with-icon.btn-lg {
    line-height: 1.5;
    padding: 12px 60px 12px 26px !important;
}
.vk-btn.btn-with-icon.btn-lg i {
    width: 40px;
    height: 40px;
    font-size: 24px;
    border-radius: 20%;
    line-height: 1.6;
}

.vk-btn.btn-primary{
    background-color: var(--primary);
    color: var(--light);
}
.vk-btn.btn-primary i{
    background-color: var(--light);
    color: var(--primary);
}

.vk-btn.btn-light{
    background-color: var(--light);
    color: var(--primary);
}
.vk-btn.btn-light i{
    background-color: var(--primary);
    color: var(--light);
}

.vk-btn.btn-dark{
    background-color: var(--dark);
    color: var(--light);
}
.vk-btn.btn-dark i{
    background-color: var(--light);
    color: var(--dark);
}

/* btn */

.logo-icon{
    position: relative !important;
    z-index: 2147483647 !important;
    overflow: visible !important;
}
.favicon-icon,
.logo-icon .icon-mover{
    background-color: var(--light);
    border-radius: 20px;
    position: relative !important;
    display: block;
    width:  150px;
    height: 150px;
    padding: 10px;
    z-index: 2147483647 !important;
    pointer-events: none;
    will-change: transform;
    transform: translateZ(0);
}

.logo-icon-one{
    position: relative !important;
    z-index: 2147483647 !important;
    overflow: visible !important;
}
.logo-icon-two{
    width: 150px;
    position: absolute;
    bottom: 0;
    right: -20px;
}
.logo-icon-three{
    position: absolute;
    bottom: -200px;
    right: -50px;
    width: 200px;
    rotate: 30deg;
}
.logo-icon-four{
    width: 100px;
}

.favicon-icon{
    display: none;
}
.title {
    font-size: var(--fs-3);
    font-weight: 700;
    line-height: 1.3;
    margin: 0;
}
.sub-title{
    font-size: var(--fs-6);
    font-weight: 300;
    line-height: 1.6;
    margin: 0;
}
.text{
    font-size: var(--text);
    font-weight: 400;
}
/* end default */


/*  navigation  */
.header {
    background: var(--white-30);
    -webkit-backdrop-filter: blur(30px);
    backdrop-filter: blur(30px);
    justify-content: center;
    transition: ease 0.4s;
    align-items: center;
    position: fixed;
    height: 100px;
    display: flex;
    z-index: 999;
    width: 100%;
    left: 0;
    top: 0;
}
.header.scrolled{
    height: 60px;
}
.nav-logo {
    display: flex;
}
.logo {
    width: 260px;
}
.header.scrolled .logo {
    width: 200px;
}
.vk-navbar .nav-link {
    padding: 8px 20px !important;
    margin-right: 10px;
    position: relative;
}
.vk-navbar .nav-item.active .nav-link {
    color: var(--primary);
    /* border: 2px solid var(--primary-30); */
    background: var(--primary-10);
    border-radius: 40px;
    padding-left: 50px !important;
    box-shadow: inset 0 1px 0 var(--primary-30), inset 0 1px 0 var(--primary-10), ;
}
.vk-navbar .nav-item.active .nav-link::before {
    content: "";
    background-color: var(--primary-50);
    transform: translate(0, -50%);
    position: absolute;
    top: 50%;
    width: 24px;
    height: 2px;
    left: 12px;
}

/* navigation */

/* .banner */
.banner {
    overflow: hidden;
}
.banner-inner{
    min-height: 100vh;
    position: relative;
}
.banner-bg {
    transform: translate(-15%, -25%);
    background: var(--banner-bg);
    position: absolute;
    border-radius: 50%;
    padding: 50px;
    opacity: 0.5;
    bottom: 15%;
    width: 36%;
    left: 45%;
}
.banner-left-content {
    background-color: var(--white-30);
    -webkit-backdrop-filter: blur(30px);
    backdrop-filter: blur(30px);
    color: var(--primary-70);
    padding: 40px 60px;
    border-radius: 20px;
    position: relative;
    z-index: 9;
}
.banner-left-content h1 {
    font-weight: 700;
    font-family: var(--font2);
    color: var(--primary);
}
.banner-left-content p{

}
.banner-right-content{
    background: var(--primary);
    color: var(--light);
    padding: 40px 40px;
    border-radius: 20px;
    position: relative;
    z-index: 9;
}
.banner-image{
    position: absolute;
    bottom: 0;
    left: 50%;
    transform: translate(-50%, 0%);
    width: 400px;
}
.banner-bottom-content {
    position: absolute;
    bottom: 5vh;
    left: 0;
}
/* end banner */

/* inner page banner */
.banner-inner-box{
    position: relative;
    min-height: 450px;
    background: var(--white);
    padding-top: 120px;
    overflow: hidden;
}
.banner-inner-box:before {
    content: "";
    position: absolute;
    height: 100%;
    width: 100%;
    /* background: var(--primary-30); */
    background: var(--background-inner);
    top:0

}
.banner-inner-box .bg-text {
    transform: translate(0, -50%);
    background-color: unset;
    position: absolute;
    left: 0;
    top: 40%;
    opacity: 0.1;
    z-index: 1;
}
.banner-inner-box .bg-text .bg-text-inner{    
    align-items: center;
    display: flex;
    width: 1000%;
    gap: 3rem;
}
.banner-inner-box .bg-text .bg-text-inner span {
    font-size: var(--fs-2);
    font-weight: 700;
    display: block;
    color: var(--white);
    color: var(--primary);
    line-height: 1.2;
    text-transform: uppercase;
}
/* 
.banner-inner-box .bg-text .bg-text-inner span:nth-child(even)  {
    color: transparent;
    -webkit-text-stroke: 2px var(--primary);
}
.banner-inner-box .bg-text .bg-text-inner span i{
    font-size: 50px;
}
.banner-inner-box .bg-text .bg-text-inner span:nth-child(even)  i{
    color: transparent;
    -webkit-text-stroke: 2px var(--primary);
}
*/

.banner-inner-box .title {
    color: var(--primary);
    font-size: var(--fs-3);
    margin-bottom: 24px;
    font-weight: 600;
    line-height: 1;
}
.banner-inner-box .sub-title {
    color: var(--secondary);
    font-size: var(--fs-7);
    margin-bottom: 30px;
    line-height: 1.5;
}
.breadcrumbs{
    list-style: none;
    display: flex;
    gap: 1rem;
    /* justify-content: center; */
}
.breadcrumbs li{
    /* display: inline-block; */
    color: var(--secondary);
    letter-spacing: 1px;
    font-weight: 600;
}
.breadcrumbs li a{
    color: var(--secondary);
    font-weight: 700;
    text-decoration: none;
}
/* end inner page banner */

.contact_info,
.social_media{
    list-style: none;
    padding: 0;    
}
.contact_info li,
.social_media li{
    display: inline-block;
}
.social_media{
}
.contact_info{
    
}
.social_media li{
    padding: 0 20px 0 0;
}
.contact_info li a,
.social_media li a{
    color: var(--black);
}
.social_media.footer_social_media li a{
    background-color: rgba(0, 0, 0, 0.25);
    color: var(--light);
    padding: 5px 10px;
    font-size: 28px;
    border-radius: 20px;
}
.contact_info li{
    padding: 0 0 0 20px;    
}

/* split section */

.pin-spacer {
    z-index: 99999 !important;
    position: relative !important;
}
.spilt-text-container {
  position: relative;
  width: 90vw;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: space-evenly;
  border-radius: 9px;
}

.spilt-text {
  color: #dfdcff;
  font-size: clamp(2rem, 12rem, 5vw);
  line-height: 1.2;
  box-sizing: border-box;
  padding: 5%;
  width: 100%;
  text-align: center;
  perspective: 500px;
}
/* end split section */


/* services */
.services {
}
.service-inner{
    position: absolute;
    top: -100px;
    left: 0;
    right: 0;   
    height: auto;
}
.service-box {
    box-shadow: 0 10px 34px rgb(0 0 0 / 16%);
    background: var(--white);
    -webkit-backdrop-filter: blur(12px);
    backdrop-filter: blur(12px);
    -webkit-transition: all 0.5s;
    -o-transition: all 0.5s;
    transition: all 0.5s;
    border-radius: 20px;
    position: relative;
    overflow: hidden;
    padding: 40px;
    width: 100%;
}
.service-box::before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    /* background-image: linear-gradient(165deg, var(--warning) 0%, #ffffff 60%); */
    background-image: var(--gredient6);
    min-height: 150px;
    width: 100%;
    z-index: 9;
    opacity: 0;
    transition: 1.5s;
}
.service-box:hover::before {
    min-height: 250px;
    opacity: 1;
}
.service-icon {
    width: 80px;
    height: 80px;
    line-height: 2.5;
    font-size: 2rem;
    font-weight: 300;
    text-align: center;
    background-color: var(--primary-transparent-1);
    color: var(--primary);
    position: relative;
    z-index: 99;
}
.service-box:hover .service-icon {
    background-color: var(--white);
    color: var(--primary);
}
.service-icon i{

}
.service-box.one{

}
.service-box.two{

}
.service-box.three{

}
.service-content{
    position: relative;
    z-index: 99;
}
.service-content h2{
    color: var(--primary);
}

/* end services */

/* portfolio */

.portfolio-section {
    overflow: hidden;
    position: relative;
    background: var(--gredient4);
}
.portfolio-section .title-sec {
    position: absolute;
    top: 10%;
    left: 5%;
}
.portfolio-section .swiper-slide {
    width: unset;
}
.portfolio-section::before {
    content: '';
    position: absolute;
    top: 0; left: 0; right: 0; bottom: 0;
    /* background: var(--portfolio-bg); */
    pointer-events: none;
    z-index: 0;
}
.portfolio-section .swiper-container::after {
    content: "Portfolio";
    color: var(--primary-10);
    bottom: -40%;
}
.portfolio-section .owl-stage {
  margin: 15px 0;
  display: flex;
  display: -webkit-flex;
}
.project-wrap-box{
    background: var(--white-50);
    backdrop-filter: blur(12px);
    -webkit-backdrop-filter: blur(12px);
    flex-shrink: 0;
    background: rgba(255, 255, 255, 0.03);
    border-radius: clamp(16px, 3vw, 28px);
    position: relative;
    overflow: hidden;
    box-shadow: 0 25px 50px -12px rgba(0, 0, 0, 0.5), inset 0 1px 0 rgba(255, 255, 255, 0.05);
    will-change: transform;
}
.project-wrap {
    width: 22vw;
    padding: 2rem;
    box-sizing: content-box;
    /* margin: 0 15px 20px; */
    height: 500px;
    display: flex;
    display: -webkit-flex;
    align-items: flex-end;
    -webkit-align-items: flex-end;
    background: #343434 no-repeat center center / cover;
    border-radius: 20px;
    overflow: hidden;
    position: relative;
    transition: all 0.4s ease-in-out;
    -webkit-transition: all 0.4s ease-in-out;
    cursor: pointer;
    position: relative;
    /* padding: 10px; */
    /* border: 2px solid rgba(0, 0, 0, 0.08); */
}
.portfolio-section .project-wrap.active {
    width: 40vw;
    /*
    box-shadow: 12px 40px 40px rgba(0, 0, 0, 0.25);
    -webkit-box-shadow: 12px 40px 40px rgba(0, 0, 0, 0.25);
    */
}
.portfolio-section .project-wrap:after {
  content: "";
  display: block;
  position: absolute;
  height: 100%;
  width: 100%;
  left: 0;
  top: 0;
  background-image: linear-gradient(rgba(0, 0, 0, 0), rgba(0, 0, 0, 1));
}
.project-wrap .project-category{
    position: absolute;
    top: 15px;
    right: 15px;
    text-align: end;
}
.portfolio-section .item-desc {
  padding: 0 24px 12px;
  color: #fff;
  position: relative;
  z-index: 1;
  overflow: hidden;
  transform: translateY(calc(100% - 54px));
  -webkit-transform: translateY(calc(100% - 54px));
  transition: all 0.4s ease-in-out;
  -webkit-transition: all 0.4s ease-in-out;
}
.portfolio-section .project-wrap.active .item-desc {
  transform: none;
  -webkit-transform: none;
}
.portfolio-section .item-desc p {
  opacity: 0;
  -webkit-transform: translateY(32px);
  transform: translateY(32px);
  transition: all 0.4s ease-in-out 0.2s;
  -webkit-transition: all 0.4s ease-in-out 0.2s;
}
.portfolio-section .project-wrap.active .item-desc p {
  opacity: 1;
  -webkit-transform: translateY(0);
  transform: translateY(0);
}

/******** Middle section CSS End *******/

/***** responsive css Start ******/

@media (min-width: 992px) and (max-width: 1199px) {

    /* -------- Landing page ------- */
  .portfolio-section {
    padding: 50px 30px;
  }
  .portfolio-section .item {
    margin: 0 12px 60px;
    width: 260px;
    height: 360px;
  }
  .portfolio-section .item.active {
    width: 400px;
  }
  .portfolio-section .item-desc {
    transform: translateY(calc(100% - 46px));
    -webkit-transform: translateY(calc(100% - 46px));
  }
}

@media (min-width: 768px) and (max-width: 991px) {

  .portfolio-section {
    padding: 50px 30px 40px;
  }
  .portfolio-section .item {
    margin: 0 12px 60px;
    width: 240px;
    height: 330px;
  }
  .portfolio-section .item.active {
    width: 360px;
  }
  .portfolio-section .item-desc {
    transform: translateY(calc(100% - 42px));
    -webkit-transform: translateY(calc(100% - 42px));
  }
}

@media (max-width: 767px) {

  .portfolio-section {
    padding: 30px 15px 20px;
  }
  .portfolio-section .item {
    margin: 0 10px 40px;
    width: 200px;
    height: 280px;
  }
  .portfolio-section .item.active {
    width: 270px;
    box-shadow: 6px 10px 10px rgba(0, 0, 0, 0.25);
    -webkit-box-shadow: 6px 10px 10px rgba(0, 0, 0, 0.25);
  }
  .portfolio-section .item-desc {
    padding: 0 14px 5px;
    transform: translateY(calc(100% - 42px));
    -webkit-transform: translateY(calc(100% - 42px));
  }
}
/* end portfolio */


/* scrolling-section */
.scrolling-section {
    background-color: var(--primary);
    overflow: hidden;
    width: 100%;
    padding: 30px 0;
    /* 
    display: flex;
    align-items: center;
    */
}
.scrolling-section .scrolling-content {
    display: flex;
}
.scrolling-section .scrolling-content span {
    font-size: var(--fs-5);
    white-space: nowrap;
    font-weight: 600;
    font-family: var(--font1);
    letter-spacing: 4px;
    line-height: 1em;
    margin: 0 30px 0 0;
    color: var(--white);
}
.scrolling-section .scrolling-content span:nth-child(even)  {
    color: var(--white-50);
}
.scrolling-section .scrolling-content span i {
    color: var(--warning);
}
.scrolling-section .scrolling-content span:nth-child(even)  i{
    color: transparent;
    -webkit-text-stroke: 1px white;
}
/* end scrolling-section */




/* portfolio */

/* end portfolio */

/* blog */

.blog-box{
    background-color: var(--primary-10);
    border-radius: 20px;
    overflow: hidden;
}
.blog-image{
    position: relative;
    overflow: hidden;
    height: 300px;
    justify-content: center;
    border-radius: 20px;
    /* border: 10px solid var(--primary); */
    border-radius: 20px;
    z-index: 9;
}
.blog-image img{
    height: 300px;
    transition: 0.5s;
    filter: grayscale(1) contrast(1.5) brightness(1);
    mix-blend-mode: multiply;
}
.blog-image:hover img{
    filter: grayscale(0) contrast(1.5) brightness(1);
    mix-blend-mode: multiply;
}
.blog-image .badge,
.blog-image .btn{
    position: absolute;
    bottom: 10px;
    left: 10px;
    z-index: 99;
}
.blog-content{
    padding: 30px;
}
.blog-category{

}
.blog-category li {
    display: inline-block;
    margin: 0 4px 4px 0;
}
.blog-title{
    font-size: 20px;
    line-height: 1.5;
    font-weight: 600;
    text-decoration: none;
    transition: 0.5s;
    color: #000;
    transition: 0.5s;
    margin: 0;
}
.blog-box:hover .blog-title{
    text-decoration: none;
    color: var(--primary);
}
.blog-box:hover .badge-light{
    transition: 0.4s;
    text-decoration: none;
    background-color: var(--primary);
    color: var(--light);
}
.blog-box:hover .badge-light i{
    color: var(--light);
}
/* end blog */





/* footer 

.footer{
    background: var(--gredient2);
    color: var(--light);
}
.footer-bottom{
    background-color: rgba(0, 0, 0, 0.25);
    color: var(--light);
}

.foot-box{

}
.foot-title {
    padding: 0;
    font-family: var(--font1);
    font-size: 24px;
    margin-bottom: 2rem;
    letter-spacing: 1px;
    font-weight: 600;
}
.foot-list{
    list-style: none;
    padding: 0;
    margin: 0;    
}
.foot-list li{
    margin-bottom: 5px;
}
.foot-list a{
    color: var(--light);
    display: block;
    padding: 5px;
}

/* end footer */




/* blog list */

.blog-list{
    background-color: var(--light);
}
.blog-list-item {
    display: flex;
    background-color: var(--light);
    gap: 16px;
    margin-bottom: 10px;
    border-radius: 8px;
    overflow: hidden;
}
.blog-list-image{
    overflow: hidden;
    width: 80px;
    height: 80px;
}
.blog-list-image img{
    height: 100%;   
}
.blog-list-content{
    display: flex;
    flex-direction: column;
    padding: 10px 0;
    gap: 5px;
    justify-content: center;
}
.blog-list-title{
    font-size: 16px;
    margin-bottom: 0;
    color: var(--black);
}
.blog-list-date{
    color: var(--black);
}

/* end blog list */






/* TESTIMONIAL */

.testimonial-section {
    background: var(--black);
}
.testimonial-section .swiper-slide {
    width: 25%;
}
.testimonial-section::before {
    content: '';
    position: absolute;
    top: 0; left: 0; right: 0; bottom: 0;
    background: var(--testimonial-bg);
    pointer-events: none;
    z-index: 0;
}
.testimonial-section .swiper-container {
    position: relative;
}
.testimonial-section .swiper-container::after {
    content: 'testimonial';
    bottom: -50%;
    color: var(--white-10);
    font-size: 200px;
    transform: translate(-50%, 0);
}

.card {
    flex-shrink: 0;
    /* Fluid width: min 260px, preferred 75vw, max 420px */
    width: clamp(260px, 75vw, 420px);
    /* Fluid height: min 400px, preferred 65vh, max 520px */
    height: clamp(400px, 65vh, 520px);
    background: rgba(255, 255, 255, 0.03);
    border: 1px solid rgba(255, 255, 255, 0.08);
    border-radius: clamp(16px, 3vw, 28px);
    backdrop-filter: blur(12px);
    -webkit-backdrop-filter: blur(12px);
    position: relative;
    overflow: hidden;
    box-shadow: 
        0 25px 50px -12px rgba(0, 0, 0, 0.5),
        inset 0 1px 0 rgba(255, 255, 255, 0.05);
    will-change: transform;
}

/* Subtle Gradient Border Effect */
.card::before {
    content: '';
    position: absolute;
    top: 0; left: 0; right: 0; bottom: 0;
    border-radius: clamp(16px, 3vw, 28px);
    padding: 1px;
    background: linear-gradient(135deg, rgba(255,255,255,0.2), transparent 50%, rgba(255,255,255,0.05));
    -webkit-mask: linear-gradient(#fff 0 0) content-box, linear-gradient(#fff 0 0);
    -webkit-mask-composite: xor;
    mask-composite: exclude;
    pointer-events: none;
}

.card-content {
    padding: clamp(1.5rem, 4vw, 2.5rem);
    display: flex;
    flex-direction: column;
    height: 100%;
    box-sizing: border-box;
    position: relative;
    z-index: 2;
}

.stars {
    color: #fbbf24;
    font-size: clamp(0.9rem, 2vw, 1rem);
    letter-spacing: 3px;
    margin-bottom: clamp(1rem, 2vh, 1.5rem);
    filter: drop-shadow(0 0 6px rgba(251, 191, 36, 0.3));
}

.testimonial-text {
    color: #cbd5e1;
    font-size: clamp(0.95rem, 2.2vw, 1.15rem);
    line-height: 1.6;
    font-weight: 400;
    /* margin: auto 0 vertically centers the text block if it's short */
    margin: auto 0; 
    display: -webkit-box;
    -webkit-line-clamp: 6; /* Prevents long quotes from breaking the layout */
    -webkit-box-orient: vertical;
    overflow: hidden;
}

.profile-area {
    display: flex;
    align-items: center;
    gap: 1rem;
    margin-top: clamp(1rem, 3vh, 2rem);
    padding-top: clamp(1rem, 2vh, 1.5rem);
    border-top: 1px solid rgba(255, 255, 255, 0.08);
}

.avatar {
    width: clamp(40px, 10vw, 52px);
    height: clamp(40px, 10vw, 52px);
    border-radius: 50%;
    object-fit: cover;
    border: 2px solid rgba(255, 255, 255, 0.2);
    box-shadow: 0 4px 10px rgba(0,0,0,0.4);
}

.author-info {
    display: flex;
    flex-direction: column;
}

.author-name {
    color: #f8fafc;
    font-size: clamp(0.9rem, 2vw, 1.05rem);
    font-weight: 600;
    margin: 0;
    letter-spacing: -0.01em;
}

.author-title {
    color: #94a3b8;
    font-size: clamp(0.75rem, 1.5vw, 0.85rem);
    margin-top: 0.25rem;
    font-weight: 400;
}
/* END TESTIMONIAL */


/* accordian */

.vk-accordion{

}
.vk-accordion .accordion {
  padding: 30px 0px 30px 0px;
  width: 100%;
  text-align: left;
  border: none;
  outline: none;
  transition: 0.4s;
  border-radius: 0px;
  background: none;
  display: flex;
  border-top: 2px solid var(--primary-10);
  font-size: 1.25rem;
  justify-content: space-between;
  align-items: center;
}
.vk-accordion .accordion-content{
    display: flex;
    align-items: center;
    width: 80%;
}
.vk-accordion .accordion.active,
.vk-accordion .accordion:hover,
.vk-accordion .accordion:focus {
  background-color: none;
  text-decoration: none;
}
.vk-accordion .accordion-title {
    font-size: var(--fs-5);
    font-weight: var(--fw-6);
    color: var(--primary-50);
    color: var(--dark);
    width: 40%;
    display: inline-flex;
}
.vk-accordion:hover .accordion-title,
.vk-accordion .active .accordion-title {
    color: var(--primary);
}
.vk-accordion .accordion-sub-title {
    font-size: var(--fs-7);
    font-weight: var(--fw-4);
}
.vk-accordion .active i {
    transform: rotate(90deg);
}
.vk-accordion .panel {
    max-height: 0;
    overflow: hidden;
    visibility: hidden;
    transition-duration: 400ms;
    transition-property: max-height, visibility;
    transition-delay: 0, 400ms;
}
.vk-accordion .panel.open {
  visibility: visible;
  transition-duration: 400ms;
  transition-property: max-height, visibility;
  transition-delay: 400ms, 0;
}
.vk-accordion .panel p strong{
    color: var(--primary);
}
.vk-accordion .closed .vertical {
  transition: all 0.4s ease-in-out;
  transform: rotate(-90deg);
}
.vk-accordion .closed .horizontal {
  transition: all 0.4s ease-in-out;
  transform: rotate(-90deg);
  opacity: 1;
}
.vk-accordion .active {
  opacity: 1;
}
.vk-accordion .active .vertical {
  transition: all 0.4s ease-in-out;
  transform: rotate(90deg);
}
.vk-accordion .active .horizontal {
  transition: all 0.4s ease-in-out;
  transform: rotate(90deg);
  opacity: 0;
}
.vk-accordion .circle-animation {
  position: relative;
  flex: 0 0 30px;
}
.vk-accordion .circle-animation .horizontal {
  position: absolute;
  background-color: var(--primary);
  width: 20px;
  height: 3px;
  left: 50%;
  margin-left: -10px;
  top: 50%;
  margin-top: -1px;
}
.vk-accordion .circle-animation .vertical {
  position: absolute;
  background-color: var(--primary);
  width: 3px;
  height: 20px;
  left: 50%;
  margin-left: -1px;
  top: 50%;
  margin-top: -10px;
}

/* end accordian */


/* tools */

:root {
  --bg-gradient: linear-gradient(180deg, #f0f4f8 0%, #ffffff 100%);
  --text-dark: #222;
  --text-light: #888;

  /* 3D Dark Clay Properties */
  --clay-dark-bg: #2a2a2a;
  --clay-shadow-out: 10px 15px 25px rgba(0, 0, 0, 0.15),
    -5px -5px 15px rgba(255, 255, 255, 0.8);
  --clay-shadow-in: inset 2px 2px 5px rgba(255, 255, 255, 0.15),
    inset -2px -2px 5px rgba(0, 0, 0, 0.5);

  /* 3D Brain Highlight */
  --brain-glow: drop-shadow(0 10px 15px rgba(255, 100, 100, 0.2));
}



/* tools */
.graphic-container {
  position: relative;
  width: 100%;
  max-width: 800px;
  height: 450px;
  margin-top: 20px;
  display: flex;
  justify-content: center;
  align-items: center;
  margin: auto;
}
.circles {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 300px;
  height: 300px;
  border-radius: 50%;
  background: rgba(0, 0, 0, 0.02);
  box-shadow: inset 0 0 20px rgba(0, 0, 0, 0.05);
  display: flex;
  justify-content: center;
  align-items: center;
  z-index: 1;
}
.circles::before {
  content: "";
  width: 200px;
  height: 200px;
  border-radius: 50%;
  background: rgba(0, 0, 0, 0.03);
  box-shadow: inset 0 0 15px rgba(0, 0, 0, 0.05);
  position: absolute;
}
.circles::after {
  content: "";
  width: 100px;
  height: 100px;
  border-radius: 50%;
  background: rgba(0, 0, 0, 0.04);
  box-shadow: inset 0 0 10px rgba(0, 0, 0, 0.05);
  position: absolute;
}
.brain {
  position: relative;
  z-index: 10;
  width: 60px;
  height: 60px;
  filter: var(--brain-glow);
}
.lines-svg {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 2;
  pointer-events: none;
}
.line-path {
  fill: none;
  stroke: #333;
  stroke-width: 1.5;
  stroke-linecap: round;
  opacity: 0.6;
}
.icon-node {
  position: absolute;
  width: 64px;
  height: 64px;
  background: var(--clay-dark-bg);
  border-radius: 16px;
  display: flex;
  justify-content: center;
  align-items: center;
  color: white;
  font-size: 24px;
  font-weight: 700;
  box-shadow: var(--clay-shadow-out), var(--clay-shadow-in);
  z-index: 5;
  cursor: pointer;
  transition: border-color 0.3s ease;
  border: 1px solid var(--white-10);
}
.icon-node:hover {
  border-color: rgba(255, 255, 255, 0.3);
}
.icon-node svg {
  width: 32px;
  height: 32px;
  fill: white;
}
.n-l1 {
  top: 20%;
  left: 15%;
}
.n-l2 {
  top: 50%;
  left: 10%;
  transform: translateY(-50%);
}
.n-l3 {
  bottom: 20%;
  left: 15%;
}
.n-r1 {
  top: 20%;
  right: 15%;
}
.n-r2 {
  top: 50%;
  right: 10%;
  transform: translateY(-50%);
  font-family: serif;
}
.n-r3 {
  bottom: 20%;
  right: 15%;
}
.logo-text {
  font-size: 16px;
  letter-spacing: -0.5px;
}
.pointer-emoji {
  font-size: 24px;
  margin-top: 20px;
  display: inline-block;
}

/* tools */




/* footer */
.footer-section {
    /* background-color: var(--primary); */
    z-index: 999;
    position: relative;
    padding: 50px 0 0px 0;
    min-height: 550px;
}
.footer-links{
    position: relative;   
}
.footer-links li{
    /* padding: 10px 0; */
}
.footer-links li::after{
    content: "";
    position: absolute;
    bottom: 5px;
    left: 0;
    background-color: var(--white-70);
    transition: 2s;
    width: 25px;
    height: 2px;
}
.footer-links li:hover::after{
    width: 100%;
    height: 2px;
    background-color: var(--white);
}


.footer-links li a{
    display: flex;
    gap: 20px;
    align-items: center;
    color: var(--white);
    position: relative;
    text-decoration: none;
    padding: 12px 0;
    transition: 1s;
}
.footer-links li a:hover{
    color: var(--white);
}

.content-link {
    display: inline-block;
    line-height: 1.5;
    font-family: var(--font2);
    font-size: var(--fs-5);
}
.footer-title{
    font-size: var(--fs-2);
    color: var(--white);
}
.ft-header{
    font-size: var(--fs-6);
    color: var(--white);
    margin-bottom: 20px;
}
.ft-contact li a,
.ft-social a{
    color: var(--white-70);
    text-decoration: none;
    padding: 5px 0;
    display: block;
    transition: 1s;
}
.ft-contact li a:hover,
.ft-social a:hover{
    color: var(--white);
}
.ft-contact li a{   
}
.ft-social {
    columns: 2;
    -webkit-columns: 2;
    -moz-columns: 2;
}
.footer-effect{
    position: absolute;
    top: 0;
    width: 100%;
    height: 100%;
    z-index: -9;
}
.footer-box-info {
    display: flex;
    align-items: center;
    height: 100%;
}
.copyright {
    padding: 28px 0;
    background-color: var(--black-30);
    color: var(--white);
    position: absolute;
    width: 100%;
    bottom: 0;
}
.back-to-top {
    position: fixed;
    right: 20px;
    bottom: 20px;
    z-index: 99999;
}

.footer-effect svg {
    height: 100%;
    width: 100%;
}
/* end footer */


/* portfolio-banner */
.portfolio-banner{
    background: var(--portfolio-banner-bg);
}
/* end portfolio-banner */







/* contact */

.contact-social-media {

}
.contact-box-item .contact-link a{
  color: var(--white-70);
}
.contact-box-item .contact-link a:hover,
.contact-box-item .contact-link a:focus{
  color: var(--white);
}
.contact-social-media .social_media li a{
  color: var(--light);
}
.contact-social-media .social_media li a:hover,
.contact-social-media .social_media li a:focus {
  color: var(--white);
}


/* end contact */

/* Timeline */

.timeline {
  line-height: 1.4em;
  list-style: none;
  margin: 0;
  padding: 0;
  width: 100%;
}

.timeline-item {
  padding-left: 40px;
  position: relative;
}
.timeline-item:last-child {
  padding-bottom: 0;
}

.timeline-marker {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  width: 15px;
}
.timeline-marker:before {
  background: var(--primary);
  border: 3px solid transparent;
  border-radius: 100%;
  content: "";
  display: block;
  height: 15px;
  position: absolute;
  top: 4px;
  left: 0;
  width: 15px;
  transition: background 0.3s ease-in-out, border 0.3s ease-in-out;
}
.timeline-marker:after {
  content: "";
  width: 3px;
  background: var(--primary-50);
  display: block;
  position: absolute;
  top: 24px;
  bottom: 0;
  left: 6px;
}
.timeline-item:last-child .timeline-marker:after {
  content: none;
}

.timeline-item:not(.period):hover .timeline-marker:before {
  background: transparent;
  border: 3px solid var(--primary);;
}
.timeline-content {
  padding-bottom: 40px;
}
.timeline-content p:last-child {
  margin-bottom: 0;
}
.timeline-info {
  /* white-space: nowrap; */
  margin-bottom: 20px;
  line-height: 1.2;
}
.company{
  text-transform: uppercase;
  font-size: var(--fs-5);
  font-weight: var(--fw-7);
  letter-spacing: 3px;
}
.timeline-title{
  display: flex;
  font-size: var(--fs-6);
  justify-content: space-between;
  margin-bottom: 30px;
  align-items: center;
}
.designation {
  font-weight: var(--fw-5);
  font-size: var(--fs-6);
}
.time-period{
  font-size: 14px;
  font-weight: var(--fw-6);
  letter-spacing: 3px;
  text-transform: uppercase;
  white-space: nowrap;
}
.timeline-content ul{

}
.timeline-content ul li {
  margin-bottom: 10px;
  position: relative;
  padding-left: 30px;
}
.timeline-content ul li::before {
  content: "\f53f";
  font-family: remixicon !important;
  font-style: normal;
  -webkit-font-smoothing: antialiased;
  position: absolute;
  left: 0;
}
/* End Timeline */






/* what i do */
.arch {
  display: flex;
  gap: 60px;
  justify-content: space-between;
  max-width: 1100px;
  margin-inline: auto;
}

.arch__left {
  display: flex;
  flex-direction: column;
  min-width: 300px;
}

.arch__left .arch__info {
  max-width: 356px;
  height: 100vh;
  display: grid;
  place-items: center;
}

.arch__left .arch__info h2.header {
  font-family: "Outfit", sans-serif;
  font-size: 42px;
  font-weight: 800;
  letter-spacing: -0.84px;
}

.arch__left .arch__info p.desc {
  color: rgba(18, 18, 18, 0.8);
  font-size: 18px;
  letter-spacing: -0.54px;
  margin-block: 6px 28px;
  line-height: normal;
}

.arch__left .arch__info a.link {
  text-decoration: none;
  padding: 16px 18px;
  color: inherit;
  border-radius: 40px;
  display: flex;
  gap: 4px;
  width: fit-content;
  align-items: center;
}

.arch__right {
  flex-shrink: 1;
  height: 100vh;
  width: 100%;
  max-width: 540px;
  position: relative;
  display: flex;
  flex-direction: column;
}

.arch__right .img-wrapper {
  position: absolute;
  top: 50%;
  left: 0;
  transform: translateY(-50%);
  height: 400px;
  width: 100%;
  border-radius: 16px;
  overflow: hidden;
}

.arch__right .img-wrapper img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center;
}

@media (max-width: 900px) {
  .arch {
    gap: 30px;
  }
}

@media (max-width: 768px) {
  .arch {
    flex-direction: column;
    gap: 20px;
  }

  .arch__left,
  .arch__right {
    display: contents;
  }

  .arch__right {
    height: auto;
    max-width: 100%;
  }

  .arch__right .img-wrapper {
    position: static;
    transform: none;
    height: 360px;
    width: 100%;
    margin-bottom: 20px;
  }

  .arch__left .arch__info {
    height: auto;
    padding: 20px 0;
  }
}

@media (max-width: 560px) {
  .arch {
    gap: 12px;
  }

  .container {
    padding: 10px;
  }

  .arch__right .img-wrapper {
    border-radius: 10px;
    height: 280px;
  }
}
/* endwhat i do */




@media only screen and (max-width: 1200px) {

}
@media only screen and (max-width: 992px) {
    .services {
        overflow: hidden;
    }
    .service-inner {
        position: unset;
    }
    .header {
        /* position: unset; */
    }
    .vk-navbar .navbar-collapse.show {
        background: var(--white);
        position: absolute;
        flex-basis: 100%;
        top: 58px;
        left: 0px;
        flex-grow: 1;
        width: 100%;
        transition: ease 0.4s;
        z-index: 999;
    }
    .vk-navbar .nav-link {
        padding: 10px 20px;
    }

}
@media only screen and (max-width: 768px) {
    .section {
        padding: 50px 0;
        min-height: 650px;
    }

    .banner-right-content {
        display: none;
    }
    .banner-image {
        width: 300px;
    }
    .spilt-text {
        font-size: clamp(2rem, 9rem, 5vw) !important;
        line-height: 1.5 !important;
        box-sizing: border-box;
        padding: 0;
        padding-bottom: 50px;
    }
    .logo-icon-two {
        position: absolute;
        right: unset;
        bottom: 5%;
        left: 50%;
    }
    .portfolio-section {
        padding: 30px 15px 20px;
    }
    .horiz-gallery-strip {
        padding: 10vh 0 10vh 0vw;
    }
    .horiz-gallery-wrapper::after {
        font-size: 100px;
    }
    .logo-icon-three {
        bottom: 30px;
        right: 30px;
    }

    .horizontal-overflow::after {
        font-size : 100px;
    }
    .favicon-icon{
        display: block;
    }
    .scrolling-text {
        padding: 30px 0;
    }
    .scrolling-text .rail h4 {
        font-size: 30px;
        letter-spacing: 2px;
        line-height: 0;
    }
    .footer-section {
        background-color: var(--primary-dark);
    }
    .footer-widget.footer-left-widget {
        margin-bottom: 4rem;
    }
    .contact_info li{
        display: block;
    }
}
@media only screen and (max-width: 576px) {


}
@media only screen and (max-width: 420px) {

}
@media only screen and (max-width: 360px) {

}
@media only screen and (max-width: 320px) {

}