@import url('https://fonts.googleapis.com/css2?family=Montserrat:wght@100;200;300;400;500;600;700;800;900&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Lato:wght@300;400;700;900&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Outfit:wght@100;200;300;400;500;600;700;800;900&display=swap');

@font-face {
    font-family: 'Gilroy';
    src: url('../font/Gilroy-ExtraBold.woff2') format('woff2'),
        url('./fonts/Gilroy-ExtraBold.woff2') format('woff');
    font-weight: bold;
    font-style: normal;
    font-display: swap;
}


* {
    padding: 0;
    margin: 0;
    box-sizing: border-box;
}

html {
    scroll-behavior: smooth;
    scroll-padding-top: 90px;
}

select {
    color: #00000060;
}

.path-1 {
    /* animation: float 6s linear infinite alternate; */
    /* animation: 6s move linear infinite alternate; */
    animation: fadeInTopRight;
    /* referring directly to the animation's @keyframe declaration */
    animation-duration: 1s;
    /* don't forget to set a duration! */
}

.path-2 {
    animation: animate__fadeInBottomRight;
    animation-duration: 10s;
    /* don't forget to set a duration! */

}




/* keyframes  */
@keyframes float {
    0% {
        /* box-shadow: 0 5px 15px 0px rgba(0,0,0,0.6); */
        transform: translatey(0px);
    }

    50% {
        /* box-shadow: 0 25px 15px 0px rgba(0,0,0,0.2); */
        transform: translatey(-20px);
    }

    100% {
        /* box-shadow: 0 5px 15px 0px rgba(0,0,0,0.6); */
        transform: translatey(0px);
    }
}

@keyframes floater {
    0% {
        transform: translateY(-10%);
        transition: ease 0.5s;
    }

    50% {
        transform: translateY(10%);
        transition: ease 0.5s;
    }
}

@keyframes animate-slide {
    0% {
        opacity: 0;
        transform: translate(0, 40px);
    }

    100% {
        opacity: 1;
        transform: translate(0, 0);
    }
}

@keyframes move {
    from {
        left: 5%;
    }

    to {
        left: 85%;
    }
}

@keyframes floating {
    0% {
        transform: translatey(0px);
    }

    50% {
        transform: translatey(-20px);
    }

    100% {
        transform: translatey(0px);
    }
}

@keyframes floatingx {
    0% {
        transform: translatey(0px);
    }

    50% {
        transform: translatey(-30px);
    }

    100% {
        transform: translatey(0px);
    }
}

.floating-animation {
    animation: 3s infinite alternate floating;
}

.floating-icons {
    animation: 3s infinite alternate floatingx;

}

::placeholder,
select {
    color: #c341cb !important;
    opacity: 1;
    /* Firefox */
}

:-ms-input-placeholder {
    /* Internet Explorer 10-11 */
    color: #000000;
}

::-ms-input-placeholder {
    /* Microsoft Edge */
    color: #000000;
}

.main_header {
    border-radius: 50px;
    position: absolute;
    width: 100%;
    z-index: 11111;
    background: white;
    max-width: 98%;
    margin: 0 auto;
    left: 50%;
    transform: translateX(-50%);
    TOP: 20PX;
}

.abt-img video {
    width: 100%;
    height: 100%;
    border-radius: 20px;
}

.case-sec .row button:hover {
    background-color: red;
}

/* keyframe ends */
.m-heading {
    transition: 0.4s ease all;
}

.m-heading:hover {
    color: #BC37C7;
    /* cursor: pointer; */
    transition: 0.4s ease all;

}

h2.m-heading {
    color: #BC37C7;
    transition: 0.4s ease all;
}

.img_float {
    animation: float 6s ease-in-out infinite;

}

[data-aos=image-zoom] {
    -moz-transition: 1s all cubic-bezier(.42, 0, .58, 1);
    -o-transition: 1s all cubic-bezier(.42, 0, .58, 1);
    -webkit-transition: 1s all cubic-bezier(.42, 0, .58, 1);
    transition: 1s all cubic-bezier(.42, 0, .58, 1);
    -moz-transform: scale(.75);
    -o-transform: scale(.75);
    -ms-transform: scale(.75);
    -webkit-transform: scale(.75);
    transform: scale(.75);
}

[data-aos=image-zoom].aos-animate {
    -moz-transform: scale(1);
    -o-transform: scale(1);
    -ms-transform: scale(1);
    -webkit-transform: scale(1);
    transform: scale(1);
}

.navbar2 {
    background: white;
    border-radius: 50px;
    margin: 20px 100px;
    padding: 4px;
    width: 91%;
    margin: 20px auto;
}

.nav-item .nav-link {
    margin-right: 10px;
    font-family: 'Montserrat', sans-serif;
    font-size: 14px;
    font-weight: 500;
    color: #624B84;
    transition: 0.4s ease all;
    position: relative;

}

.nav-item .nav-link:hover {
    color: #0BB0DB;
}

.nav-link:after {
    position: absolute;
    content: '';
    width: 10px;
    height: 10px;
    background: #0BB0DB;
    bottom: 0;
    border-radius: 50%;
    left: 50%;
    transform: translateX(-50%);
    opacity: 0;
    visibility: hidden;
    transition: 0.4s all;
}

.nav-item:hover .nav-link::after {
    opacity: 1;
    visibility: visible;
}

#navbar4 {
    justify-content: flex-end;
}

.hero-section {

    background-image: url(../img/hero.png);
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    width: 100%;
    height: 950px;
    z-index: 999;
    position: relative;
}

.reality {
    margin-top: 130px;
    font-family: 'Montserrat';
    font-style: normal;
    font-weight: 800;
    font-size: 12px;
    line-height: 22px;
    /* identical to box height, or 183% */

    letter-spacing: 0.06em;
    text-transform: uppercase;

    color: #FB69BE;
}

.transforming {
    margin-top: 20px;
    font-family: 'Montserrat';
    font-style: normal;
    font-weight: 800;
    font-size: 54px;
    line-height: 62px;

    color: #FFFFFF;
}

.nft-blockchain {
    margin-top: 20px;
    font-family: 'Lato';
    font-style: normal;
    font-weight: 500;
    font-size: 16px;
    line-height: 26px;
    letter-spacing: 0.02em;
    color: #E3E3E3;
}

.get_in_touch {
    margin-top: 20px;
    background: #1FC9E2;
    border-radius: 40px;
    font-family: 'Lato';
    font-style: normal;
    font-weight: 600;
    font-size: 16px;
    line-height: 19px;
    letter-spacing: 0.02em;
    color: #FFFFFF;
    padding: 19px 57px;
    border: 1px solid transparent;
    transition: 0.8s ease all;
}

.get_in_touch:hover {
    background: #fff;
    border: 1px solid #1FC9E2;
    color: #1FC9E2;
    transform: scale(1.2);

}

.service-sec button.btn:hover {
    background: #fff;
    border: 1px solid #1FC9E2;
    color: #1FC9E2;
    /* transform: translateY(30px); */
}

section {
    overflow: hidden;
}

/*ABOUT SECTION CSS*/

.about-sec {
    background-image: url(../img/abt-bg.png);
    background-size: cover;
    padding: 340px 0px 80px;
    margin-top: -370px;
    background-repeat: no-repeat;
    background-color: #f5f6f6e8;
    background-position: 30px -40px;
}

.bg-txt h1 {
    color: rgba(39, 5, 86, 0.03);
    font-weight: 800;
    font-size: 96px;
    line-height: 62px;
    font-family: 'Montserrat';
}

.testimoniol-slder .col-lg-12 h1,
h2 {
    text-align: center;
}

section.testimoniol-slder {
    padding: 60px 0 0 0;
}

.testimoniol-slder .col-lg-12 h2.m-heading {
    margin: -25px 0 0 0;
}

/* .testimoniol-slder .col-lg-12 {
    height: 550px;
} */
.tech-heading {
    width: 100%;
    position: relative;
}

.tech-heading h2.m-heading {
    position: relative;
    top: 24px;
}

h2.m-heading {
    font-family: 'Montserrat';
    font-weight: 800;
    font-size: 42px;
    line-height: 62px;
    color: #270556;
    position: relative;
    z-index: 9;
}

.abt-content p {
    font-family: 'Lato';
    font-weight: 400;
    font-size: 16px;
    line-height: 29px;
    letter-spacing: 0.02em;
    color: rgba(39, 5, 86, 0.71);
}

.abt-content p b {
    font-weight: 700;
}

p span.light-txt {
    color: #FB72FF;
}

.about-sec .img-row {
    padding-top: 40px;
    overflow: hidden;
}

.about-sec .bg-txt {
    position: absolute;
    top: -20px;
}

.about-sec .img-row .col-lg-3 {
    max-width: max-content;
}

.about-sec .img-row .s-col {
    padding: 0px 2px;
}

section.about-sec .row .img-col {
    max-width: 54%;
    flex: 0 0 54%;
}

section.about-sec .row .desc-col {
    padding-left: 50px;
    max-width: 46%;
    flex: 0 0 46%;
}

.about-sec .img-row img {
    box-shadow: 0px 5px 6px 1px #0000000d;
    border-radius: 15px;
}

.tech .row {
    width: 100%;
    height: 100% !important;
}

.tech .col-lg-12 {
    height: 540px !important;
}

/* SERVICE SECTION */

section.service-sec {
    padding: 70px 0px;
}

.service-txt .bg-txt {
    position: absolute;
    top: -20px;
    text-align: center;
    width: 100%;
}

.service-txt .bg-txt h1 {
    color: #F4F7FA;
}

.service-content {
    text-align: center;
    width: 40%;
    margin: auto;
    padding-top: 10px;
    overflow: hidden;
}

.service-txt {
    margin: 0 0 40px 0;
}

.service-txt h2.m-heading {
    text-align: center;
}

.service-content p {
    font-family: 'Lato';
    font-weight: 400;
    font-size: 16px;
    line-height: 22px;
    letter-spacing: 0.02em;
    color: rgba(39, 5, 86, 0.71);
}

.service-sec .col-lg-5th {
    max-width: 20%;
    flex: 0 0 20%;
    padding-right: 15px;
    padding-left: 15px;
}

.service-sec .img-box {
    text-align: center;
    width: 40%;
    margin: auto;
    transition: 0.4s ease all;
    padding: 10px;
}

.img-box:hover {
    background-color: #15054F;
    border-radius: 10px;
    cursor: pointer;

}

.service-sec .img-box:hover p {
    color: white;
    font-size: 14px;

}

/* Edit select */

/* Edit option */
option {
    background-color: #280556;
    border-radius: 50%;
    color: white !important;
}

option:hover {
    background-color: red !important;
}

/* Edit selected option */

/* element  attr    attr value */

.service-sec .img-box p {
    font-family: 'Outfit';
    font-style: normal;
    font-weight: 400;
    font-size: 14px;
    line-height: 18px;
    color: #15054F;
    padding-top: 15px;
}

section.service-sec .row-2 {
    padding-top: 70px;
}

.service-sec .row-3 {
    justify-content: center;
}

.service-sec button.btn {
    background: #1FC9E2;
    border: none;
    width: 300px;
    padding: 13px 0px;
    border-radius: 50px;
    margin-top: 60px;
    box-shadow: 0px 8px 29px -12px #00000063;
    font-family: 'Outfit';
    font-weight: 500;
    font-size: 14px;
    line-height: 28px;
    display: flex;
    justify-content: space-evenly;
    border: 1px solid transparent;
    /* animation: floater 6s ease-in-out infinite; */
}

.service-sec button.btn i {
    font-size: 32px;
}

section.counter-sec {
    background-image: url(../img/counter.png);
    padding: 140px 0px 40px;
    background-size: cover;
}

section.counter-sec .counter h2 {
    font-style: normal;
    font-weight: 800;
    font-size: 40px;
    font-family: 'Outfit';
    line-height: 32px;
    color: #180550;
    text-align: center;
}

section.counter-sec .counter p {
    text-align: center;
    font-size: 18px;
    color: #180550;
    font-family: 'Outfit';
    line-height: 32px;
}

/* .service-sec .img-box:hover {transform: scale(1.2);} */

/* CASE STUIDES SECTION */

section.case-sec {
    background-color: #2A0657;
    padding: 50px 0px 0px;
    background-image: url(../img/case-bg.png);
}

section.case-sec .row .bg-txt {
    text-align: center;
    position: absolute;
    top: -20px;
    width: 100%;
}

section.case-sec .row .bg-txt h1 {
    color: rgba(255, 255, 255, 0.03);
}

section.case-sec .row h2.m-heading {
    color: #fff;
    text-align: center;
}

.case-sec .row {
    align-items: center;
}

.case-sec .case-txt {
    display: flex;
    align-items: flex-start;
    column-gap: 15px;
    flex-direction: column;
}

.case-sec .row .case-txt h2.m-heading {
    color: #1FC9E2;
}

.case-sec .case-txt img {
    width: 47px;
    height: 47px;
}

section.case-sec .row-2 {
    padding-top: 100px;
}

.case-sec p {
    color: #fff;
    font-family: 'Lato';
    font-weight: 500;
    line-height: 26px;
    font-size: 16px;
    text-align: justify;
}
.case-sec p br{
    display: none;
}


.case-sec .row button {
    background: #1FC9E2;
    border: 1px solid transparent;
    width: 175px;
    padding: 19px 0px;
    font-family: 'Outfit';
    font-weight: 400;
    font-size: 16px;
    line-height: 20px;
    border-radius: 50px;
    margin-top: 80px;
    box-shadow: 0px 4px 10px -2px rgb(30 180 202 / 71%);
    transition: 0.6s ease all;


}

.case-sec .row button:hover {
    background-color: #fff;
    color: #1FC9E2;
    border: 1px solid #1FC9E2;
    box-shadow: 0px 4px 10px -2px rgb(255 255 255 / 71%);
    transition: 0.6s ease all;

    transform: scale(1.1);

}

.case-sec .row-3,
.case-sec .row-4,
.case-sec .row-5,
.case-sec .row-6,
.case-sec .row-7 {
    padding-top: 200px;
}

.case-sec .row-3 button,
.case-sec .row-4 button,
.case-sec .row-5 button,
.case-sec .row-6 button,
.case-sec .row-7 button {
    margin-top: 20px;
}

.case-sec .row-7 .col-lg-6:first-child img {
    margin-left: -50px;
    margin-top: -100px;
}

.case-sec .row-7 {
    align-items: flex-start;
}

/* TESTIMONIALS SECTION */


.owl-nav .owl-prev {
    position: absolute;
    top: 150px;
    left: 40px;
}

.owl-nav .owl-next {
    position: absolute;
    top: 150px;
    right: 40px;
}

div#owl-carousel-11 .item {
    width: 75%;
    margin: 60px auto 0px;
}


.owl-next,
.owl-prev {
    transition: 0.4s ease all;
}

.owl-next:hover,
.owl-prev:hover {
    transform: scale(1.1);
}

.testimonial-header .t-slider-content {
    padding-left: 30px;
}

/* CLEINT SECTION */
section.client-sec .row .col-lg-2:last-child {
    text-align: right;
}

section.client-sec .row .col-lg-2 {
    max-width: 14%;
    flex: 0 0 14%;
}

.client-sec .row {
    align-items: center;
    justify-content: center;
}

section.client-sec {
    padding: 90px 0px 60px;
}

section.client-sec h5 {
    font-family: 'Montserrat';
    font-weight: 400;
    font-size: 20px;
    line-height: 62px;
    padding-bottom: 40px;
    text-align: center;
}

/* TECH SECTION */
section.tech {
    background-image: url(../img/tech-bg.png);
    background-size: cover;
    padding: 160px 0px 70px;
}

.tech .bg-txt {
    position: absolute;
    top: -20px;
    width: 100%;
    text-align: center;
}

.tech .bg-txt h1 {
    color: rgb(39 5 86 / 3%);
}

.tech h2.m-heading {
    text-align: center;
}

.tech .nav-tabs>.nav-item>.nav-link {
    color: #888888;
    margin: 0;
    margin-right: 5px;
    background-color: transparent;
    border: 1px solid transparent;
    border-radius: 30px;
    font-size: 14px;
    padding: 17px 30px;
    line-height: 1.5;
}

.tech .nav-tabs>.nav-item>.nav-link.active {
    background-color: #E762C4;
    border-radius: 30px;
    color: #FFFFFF;
}

.nav-item:hover .nav-link::after {
    opacity: 0;
}

.tech .nav-tabs {
    border-bottom: none;
    padding: 40px 0px 70px;
}

.tech .nav-tabs li.nav-item {
    padding: 0px 20px;
}

/* section.tech .tab-pane .row img:last-child {
    padding-right: 0px;
}

section.tech .tab-pane .row img:first-child {
    padding-left: 0px;
} */
section.tech .tab-pane .row img {
    padding: 10px 14px;
}

section.tech div#all .row img {
    width: 115px;
}

section.tech div#bc .row img {
    width: 155px;
}

section.tech div#web .row img {
    width: 125px;
}


/* BLOG SECTION */

section.blog-sec {
    padding: 60px 0;
}

section.blog-sec .bg-txt {
    position: absolute;
    text-align: center;
    top: -20px;
    width: 100%;
}

section.blog-sec .bg-txt h1 {
    color: #00000008;
}

section.blog-sec h2.m-heading {
    text-align: center;
}

.blog-sec .card {
    border: none;
    padding: 20px;
}

.blog-sec .card:hover {
    background-color: #28055690;
    /* padding: 10px; */
    color: white;
    border-radius: 10px;
}

.blog-sec .card .col-lg-6:last-child p {
    text-align: right;
    padding-right: 30px;
}

.blog-sec .card .col-lg-6 p {
    font-family: 'Lato';
    font-style: normal;
    font-weight: 500;
    font-size: 10px;
    line-height: 26px;
}

.blog-sec .card p.blog-title {
    font-family: 'Montserrat';
    font-weight: 800;
    font-size: 16px;
    line-height: 18px;
    color: #1FC9E2;
}

.row.row-cols-1 {
    justify-content: space-between;
}

.row.row-cols-1 .col-lg-4 {
    flex: 0 0 29%;
    max-width: 29%;
}

.blog-sec .card .card-body span {
    padding-left: 12px;
    position: relative;
    top: 3px;
    font-family: 'Outfit';
    font-style: normal;
    font-weight: 500;
    font-size: 16px;
    line-height: 26px;
}

.blog-sec .card .card-body {
    padding-left: 4px;
}

.blog-sec .card .card-body p.card-text {
    padding-top: 30px;
    font-family: 'Lato';
    font-style: normal;
    font-weight: 400;
    font-size: 16px;
    line-height: 26px;
}

section.blog-sec .col-lg-12 {
    text-align: center;
}

.blog-sec .row button {
    background: #1FC9E2;
    border: none;
    width: 175px;
    padding: 19px 0px;
    font-family: 'Montserrat';
    font-weight: 400;
    font-size: 16px;
    line-height: 20px;
    border-radius: 50px;
    margin-top: 80px;
    box-shadow: 0px 4px 10px -2px rgb(30 180 202 / 71%);
    border: 1px solid transparent;
    transition: 0.6s ease all;

}

.blog-sec .row button:hover {
    color: #1FC9E2;
    background-color: #fff;
    border: 1px solid #1FC9E2;
    box-shadow: 0px 4px 10px -2px rgb(255 255 255 / 71%);

}

/* CONTACT SECTION */
.contact-icon div {
    margin: 0;
    border-radius: 50%;
    overflow: hidden;
    text-transform: none;
    display: flex;
    padding: 8px 14px;
    font-size: 1rem;
    line-height: 1.5rem;
    text-decoration: none;
    background-color: #03a84e;
    color: #fff;
    position: fixed;
    right: 20px;
    bottom: 15px;
    width: 60px;
    height: 60px;
    align-items: center;
    z-index: 999;
}
.contact-icon div svg {
    filter: invert(1);
}
.contact-icon.hide {
    display: none;
}
section.contact-sec {
    padding: 110px 0px 0px;
    background-image: url(../img/contactbg.png);
}

section.contact-sec {
    padding: 110px 0px 0px;
    background-image: url(../img/contactbg.png);
    background-size: cover;
}

.contact-sec .bg-txt {
    position: absolute;
    text-align: center;
    top: -20px;
    width: 100%;
}

.contact-sec .bg-txt h1 {
    color: rgb(255 255 255 / 3%);
}

.contact-sec h2.m-heading {
    color: #fff;
    text-align: center;
}

/* contact-form css start */

form.contact-form {
    width: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
    flex-wrap: wrap;
    gap: 30px 20px;
    padding: 25px 0 0 0;
}

.contact-name {
    width: 48%;
}

.contact-phone {
    width: 48%;
}

.contact-form input,
.contact-form select,
.contact-form textarea {
    width: 100%;
    height: 55px;
    border: 2px solid #2B4F8E;
    background: transparent;
    border-radius: 40px;
    padding: 0 20px;
    color: #fff;
    outline: none;
}

.contact-phone input {
    width: 100%;
}

.contact-form input::placeholder {
    color: #fff;
}

.get_in_touch{
    cursor: pointer !important;
}

.contact-email,
.contact-country,
.contact-subject {
    width: 48%;
}

.contact-form select {
    appearance: none;
    background-image: url(../img/Polygon-5.png);
    background-position: 90% 50%;
    background-repeat: no-repeat;

}

.contact-textarea {
    width: 98%;
}
.contact-emailarea {
    width: 98% !important;
}

.contact-form textarea {
    height: 155px;
    padding: 20px 0 0 20px;
    color: #fff;
    resize: none;
}

.contact-form textarea::placeholder {
    color: #fff;
}

.contact-form select option {
    color: #000;
}

/* contact-form css end */

/* testimonial slider start */

.slider {
    margin: 0 auto;
    max-width: 1170px;
}

.slide_viewer {
    height: 340px;
    overflow: hidden;
    position: relative;
}

.slide_group {
    height: 100%;
    position: relative;
    width: 100%;
}

.slide {
    display: none;
    height: 100%;
    position: absolute;
    width: 100%;
}


.slide_buttons {
    left: 0;
    position: absolute;
    right: 0;
    text-align: center;
    /* display: none; */
}

a.slide_btn {
    color: #474544;
    font-size: 42px;
    margin: 0 0.175em;
    -webkit-transition: all 0.4s ease-in-out;
    -moz-transition: all 0.4s ease-in-out;
    -ms-transition: all 0.4s ease-in-out;
    -o-transition: all 0.4s ease-in-out;
    transition: all 0.4s ease-in-out;
}

.slide_btn.active,
.slide_btn:hover {
    color: #428CC6;
    cursor: pointer;
}

.directional_nav {
    height: 340px;
    margin: 0 auto;
    max-width: 1170px;
    position: relative;
    top: -340px;
}

.previous_btn {
    bottom: 0;
    left: -100px;
    margin: auto;
    position: absolute;
    top: 0;
}

.next_btn {
    bottom: 0;
    margin: auto;
    position: absolute;
    right: -100px;
    top: 0;
}

.previous_btn,
.next_btn {
    cursor: pointer;
    height: 65px;
    opacity: 1;
    -webkit-transition: opacity 0.4s ease-in-out;
    -moz-transition: opacity 0.4s ease-in-out;
    -ms-transition: opacity 0.4s ease-in-out;
    -o-transition: opacity 0.4s ease-in-out;
    transition: opacity 0.4s ease-in-out;
    width: 65px;
}

.previous_btn:hover,
.next_btn:hover {
    opacity: 1;
}

.testimonial-slider .slide {
    display: flex !important;
    align-items: center;
    justify-content: center;
    width: 100%;
}

.t-slider-content {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    width: 70%;
}

.t-slider-content h2 {
    font-family: 'Montserrat';
    font-style: normal;
    font-weight: 800;
    font-size: 32px;
    line-height: 62px;
    color: #180550;
}

.t-slider-img {
    width: 40%;
}

.t-slider-img img {
    width: 85%;
}

.testimonial-slider {
    width: 100%;
}

.t-slider-content p {
    font-family: 'Lato';
    font-style: normal;
    font-weight: 400;
    font-size: 16px;
    line-height: 26px;
    letter-spacing: 0.02em;
    color: #706792;
}

.t-slider-content p span {
    color: #E762C4;
    font-weight: 600;
}
.show-read-more .more-text{
    display: none;
}

.star-img {
    width: 100%;
    margin-top: 30px;
}

.star-img img {
    width: 100%;
    max-width: 180px;
}

@media only screen and (max-width: 767px) {
    .previous_btn {
        left: 50px;
    }

    .next_btn {
        right: 50px;
    }
}

/* testimonial slider end */

/* counter start */

.counter-section .row {
    display: flex;
    justify-content: center;
    align-items: center;
    text-align: center;
}

.counter-section {
    padding: 130px 0 75px 0;
    background: url(../img/Mask-back.png);
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
}

.counter-section .col-md-4 span {
    font-style: normal;
    font-weight: 800;
    font-size: 55px;
    line-height: 32px;
    text-align: center;
    color: #180550;
    font-family: 'Outfit';
}

.counter-section .col-md-4 p {
    font-size: 24px;
    color: #270556;
    font-weight: 400;
    line-height: 46px;
    text-align: center;
}

.counter-section .col-md-4 span:after {
    content: "+";
    font-weight: 900;
}

/* counter end */


/* MEDIA QUERY CSS */

@media screen and (min-width:1280px) and (max-width: 1440px) {
    section .container-fluid {
        width: 1280px;
    }

    .service-sec .img-box {
        text-align: center;
        width: 100%;
        margin: auto;
        transition: 0.4s ease all;
        padding: 10px;
    }
}

@media screen and (min-width:1441px) and (max-width: 1920px) {
    .navbar .container-fluid {
        width: 98%;
    }

    section .container-fluid {
        width: 85%;
    }

    .about-sec {
        padding-top: 400px;
    }

}

@media (max-width: 1024px) {
    .service-sec .img-box {
        text-align: center;
        width: 100%;
        margin: auto;
        transition: 0.4s ease all;
        padding: 10px;
    }

    p br {
        display: none;
    }

    .img_float {
        width: 100%;
    }

    .nav-item .nav-link {
        margin-right: 5px;
        font-size: 12px;
    }

    .navbar-expand-lg .navbar-nav .nav-link {
        padding-right: 5px;
        padding-left: 5px;
    }

    .tech .nav-tabs>.nav-item>.nav-link {
        color: #888888;
        margin: 0;
        text-align: center;
        margin-right: 5px;
        background-color: transparent;
        border: 1px solid transparent;
        border-radius: 30px;
        font-size: 11px;
        padding: 17px 30px;
        line-height: 1.5;
    }

    ul.navbar-nav.pl-lg-4 {
        padding-left: 0px !important;
    }

    li.nav-item.px-lg-2 {
        padding: 0px 3px !important;
    }

    .navbar .container-fluid {
        width: 100%;
    }

    .container-fluid {
        width: 95%;
    }

    section.hero-section h1 {
        font-size: 40px;
        line-height: 48px;
    }

    .case-sec .row-3,
    .case-sec .row-4,
    .case-sec .row-5,
    .case-sec .row-6,
    .case-sec .row-7 {
        padding-top: 100px;
        padding-bottom: 50px;
    }

    .case-sec .row-3 img,
    .case-sec .row-5 img {
        width: 100%;
    }

    .case-sec .row-3 .case-txt img,
    .case-sec .row-5 .case-txt img {
        width: auto;
    }

    section.client-sec .row .col-lg-2 {
        text-align: center;
    }

    .testimonial-header {
        align-items: center;
    }

    section.tech .container-fluid .row {
        width: 85%;
        margin: 0 auto;
    }

    section.tech .row .t-slider-content {
        width: 80%;
    }

    section.tech .row .t-slider-content h2 {
        font-size: 24px;
        line-height: 34px;
    }

    .tech .nav-tabs {
        flex-flow: row;
    }

    .tech .nav-tabs>.nav-item>.nav-link {
        padding: 14px 20px;
    }

    .row.row-cols-1 .col-lg-4 {
        flex: 0 0 33%;
        max-width: 33%;
    }

    .blog-sec .card p.blog-title {
        font-size: 13px;
    }

    .blog-sec .card .col-lg-6:last-child p {
        padding: 0px;
    }

    section.contact-sec img {
        width: 100%;
    }

    .contact-email,
    .contact-country,
    .contact-subject {
        width: 30.8%;
    }


}

@media screen and (max-width:768px) {


    .img-row {
        justify-content: center;
    }

    .service-sec .img-box {
        text-align: center;
        width: 100%;
        margin: auto;
        transition: 0.4s ease all;
        padding: 10px;
    }

    div .owl-carousel .owl-item img {
        width: 200px;
        margin: auto;
    }

    section.hero-section {
        height: 1300px;
    }

    section.about-sec .row .col-lg-6 {
        max-width: 95%;
        flex: 0 0 95%;
        margin: auto;
    }

    .service-content {
        width: 100%;
        padding-bottom: 30px;
    }

    section.counter-sec .col-lg-4 {
        width: 33.33%;
    }

    section.case-sec .row .col-lg-6 {
        padding-bottom: 50px;
    }

    section.case-sec {
        padding-bottom: 50px;
    }

    section.client-sec .row .col-lg-2 {
        max-width: 25%;
        flex: 0 0 25%;
        padding-top: 20px;
    }

    section.tech .container-fluid .row {
        width: 100%;
    }

    section.tech .row .t-slider-content h2 {
        font-size: 20px;
    }

    .t-slider-content p {
        font-size: 14px;
    }

    .previous_btn {
        left: -40px;
    }

    .directional_nav img {
        width: 45px;
    }

    .previous_btn,
    .next_btn {
        height: 65px;
        width: 65px;
    }

    .next_btn {
        right: -60px;
    }

    .tech .nav-tabs {
        flex-flow: wrap;
    }

    .tech .nav-tabs li.nav-item {
        padding: 0px 3px;
    }

    .tech .nav-tabs>.nav-item>.nav-link {
        padding: 10px 18px;
    }

    .tab-content .tab-pane .col-lg-2 {
        width: 17%;
    }

    .blog-sec .card p.blog-title {
        font-size: 10px;
    }

    .row.row-cols-1 {
        padding: 0px 10px;
    }

    .row.row-cols-1 .col-lg-4 {
        padding: 0px 5px;
    }
}

section.blog-sec .card .col-lg-6 p {
    text-align: center !important;
}

.blog-sec .card .card-body p.card-text {
    font-size: 14px;
}

.blog-sec .row button {
    margin-top: 20px;
}

section.contact-sec img {
    width: auto;
}

section.contact-sec .col-lg-5 {
    text-align: center;
    background-image: url(../img/cont-bg.png);
    background-position: center;
    background-size: 800px;
    background-repeat: no-repeat;
}

@media screen and (max-width:1600px) {
    .service-sec .img-box {
        text-align: center;
        width: 100%;
        margin: auto;
        transition: 0.4s ease all;
        padding: 10px;
    }
}

@media screen and (max-width:767px) {

    .service-sec button.btn {
    margin: auto;
}
    .reality {
        margin-top: 0;
    }

    section.hero-section h1 {
        font-size: 30px;
        line-height: 40px;
    }

    .nft-blockchain {
        font-size: 14px;
    }


    section.hero-section {
        height: 950px;
        text-align: center;
    }

    section.about-sec .row .col-lg-6 {
        padding: 0px 5px;
    }

    .bg-txt h1 {
        font-size: 60px;
    }

    h2.m-heading {
        font-size: 30px;
        text-align: center;
    }

    .abt-content p {
        font-size: 14px;
    }

    .about-sec .img-row {
        padding: 0px;
    }

    .about-sec .img-row .col-lg-3 {
        max-width: 100%;
        text-align: center;
        padding: 10px 0;
    }

    .about-sec .img-row img {
        width: 40%;
    }

    .service-txt .bg-txt {
        width: auto;
    }

    .service-sec .col-lg-5th {
        flex: 0 0 48%;
        max-width: 48%;
    }

    .service-sec .img-box {
        width: 100%;
    }

    section.counter-sec .col-lg-4 {
        width: 100%;
        padding: 10px 0px;
    }

    section.counter-sec {
        padding-top: 0px;
    }

    .case-sec .row-3,
    .case-sec .row-4,
    .case-sec .row-5,
    .case-sec .row-6,
    .case-sec .row-7 {
        padding-top: 0px;
    }

    section.case-sec .row .col-lg-6 {
        padding-bottom: 10px;
    }

    section.client-sec {
        padding: 30px 0px;
    }

    section.client-sec h5 {
        padding: 0px;
    }

    section.client-sec .row .col-lg-2 {
        max-width: 100%;
        flex: 0 0 100%;
        ;
        ;
        ;
        padding: 25px 0px;
    }

    section.client-sec .row .col-lg-2:last-child {
        text-align: center;
    }

    section.client-sec .row .col-lg-2 img {
        width: auto;
    }

    .testimonial-slider .slide {
        display: block !important;
        text-align: center;
    }

    .t-slider-img {
        width: 80%;
        margin: auto;
    }

    section.tech .row .t-slider-content {
        width: 100%;
    }

    .t-slider-content p {
        padding: 0px;
    }

    .tab-content .tab-pane .col-lg-2 {
        width: 100%;
        padding: 0px 0px 15px 0px;
    }

    section.tech {
        padding-bottom: 20px;
    }

    .row.row-cols-1 .col-lg-4 {
        max-width: 100%;
        flex: 0 0 100%;
        padding: 0px 15px;
    }

    .blog-sec .card p.blog-title {
        text-align: center;
    }

    .blog-sec .card .card-body {
        text-align: center;
    }

    section.contact-sec img {
        width: 100%;
    }

    .contact-name {
        width: 100%;
    }

    .contact-phone {
        width: 100%;
    }

    .contact-email,
    .contact-country,
    .contact-subject {
        width: 100%;
    }

    .testimonial-header .t-slider-content {
        padding: 0px;
    }

    div#owl-carousel-11 .item {
        width: 80%;
    }

    .t-slider-content h2 {
        font-size: 24px;
        line-height: 33px;
        padding-top: 12px;
        width: 100%;
    }

    .t-slider-content p {
        text-align: center;
    }

    .owl-nav .owl-prev {
        left: 10px;
    }

    .owl-nav img {
        width: 40px;
    }

    .owl-nav .owl-next {
        right: 10px;
    }

    .tech .col-lg-12 {
        height: auto !important;
    }

    section.contact-sec .col-lg-5 {
        text-align: center;
        background-image: url(../img/cont-bg.png);
        background-position: center;
        background-size: 680px;
        background-repeat: no-repeat;
        padding-top: 70px;
        padding-bottom: 100px;
    }



}


@media screen and (max-width:475px) {
    .bg-txt h1 {
        font-size: 35px;
    }

    .row-3,
    .row-5,
    .row-7 {
        flex-direction: column-reverse;
    }

    .case-sec .row-7 .col-lg-6:first-child img {
        margin-left: -50px;
        margin-top: -50px;
        margin-bottom: -50px;
    }

    h2.m-heading {
        font-size: 24px;
        text-align: center;
    }

    .service-sec .row {
        justify-content: center;
    }

    .section.hero-section {
        text-align: center;
    }

    .tech .nav-tabs>.nav-item>.nav-link {
        padding: 10px 10px;
    }

    section.case-sec .row-2 {
        padding-top: 40px;
    }

    section.service-sec {
        padding: 0px 0px;
    }

    .counter-section .col-md-4 p {
        font-size: 24px;
        color: #270556;
        font-weight: 400;
        line-height: 76px;
        text-align: center;
    }
}

.img_tab_sec {
    transition: 0.4s ease all;
}

.img_tab_sec:hover {
    /* box-shadow:  0 0 10px 0 #000000; */
    /* border-radius: 50%; */
    transform: scale(1.1);
}

/* footer css */
footer {
    padding: 10px 20px;
    background-color: #280556;
    color: white;
}

.main_footer {
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column-reverse;
    gap: 10px 0;
}

.main_footer .icons {
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 20px;
}

.main_footer .icons img {
    width: 30px;
    transition: 0.4s ease all;
}

/* .main_footer .icons img:hover{
    transform: scale(1.1);
} */
.img-box img {
    transition: 0.4s ease all;
    /* border-radius: 50%; */

}

.img-box img:hover {
    /* box-shadow: 0 0 10px 0 #270556; */
    /* border-radius: 50%; */
    cursor: pointer;
    /* transform: scale(1.1); */
}

.card-img-top {
    transition: 0.4s ease all;
}

.card-img-top:hover {
    /* transform: scale(1.1); */

}

.clients_img {
    transition: 0.4s ease all;
}

.clients_img:hover {
    transform: scale(1.1);
}

.icons img:hover {
    transform: scale(1.1);

}

.navbar-brand{
    height: auto;
    width: 28%;
}

.logo-top{
    height: auto;
    width: 115px;
}

.navbar-brand {
    height: auto;
    width: 20% !important;
}