@import url('https://fonts.googleapis.com/css2?family=Poppins&display=swap');

* {
    margin: 0;
    padding: 0;
    box-sizing: border-box
}

a {
    color: inherit;
}

html {
    scroll-behavior: smooth;
}

button,
input,
span,
video,a {
    position: relative;
    z-index: 1
}

.presencesecsvg {
    margin-left: 300px
}

#scrollToTopBtn {
    display: none;
    position: fixed;
    bottom: 20px;
    right: 20px;
    z-index: 1020;
    border: none;
    outline: 0;
    background-color: #000;
    color: #fff;
    cursor: pointer;
    padding: 14px;
    border-radius: 20px;
    font-size: 25px;
    transition: .6s ease;
    border: 2px #fff solid
}

.scrollbtncolor {
    object-fit: cover;
    color: #fff;
    animation: scroll 1.5s ease-in-out infinite
}

@keyframes scroll {
    0% {
        opacity: .5
    }

    50% {
        opacity: .7
    }

    100% {
        opacity: .9
    }
}

#scrollToTopBtn:hover {
    background-color: #000;
    transform: scale(1.1);
    color: #fff
}



/* #logo-container {
    transition: all .3s ease
} */

.landingsecsvg-container {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%
}

.linesvg {
    position: absolute;
    width: 100%;
    height: auto;
    margin: 140px auto 200px
}

#firstsec {
    height: 150vh;
    width: 100%;
    background-color: #000
}
.agreetxt{
    font-size: 14px;
     color: #fff;
margin-left: 10px;
}
.logo-container {
    position: fixed;
    top: 50%;
    transform: translateY(-40%);
    display: flex;
    justify-content: center;
    align-items: center;
    width: 100%
}

.logo {
    position: relative;
    left: 0;
    width: 20%;
    transition: transform .5s ease, left .1s ease, opacity .5s ease;
    transition: opacity .5s ease;
    opacity: 0;
    overflow: hidden
}

.logotxt {
    width: 50%;
    height: auto;
    transform: translateX(-10px);
    opacity: 0;
    transition: opacity .5s ease
}





.lineallign {
    padding-right: 400px
}

.animationline {
    stroke-dasharray: 3000;
    stroke-dashoffset: 3000
}

.animationlinet {
    stroke-dasharray: 3000;
    stroke-dashoffset: 3000;
    animation: draw 1s ease-in-out forwards
}

.animationline.in-view {
    animation: draw 3s ease-in-out forwards
}

@keyframes draw {
    to {
        stroke-dashoffset: 0
    }
}

.navlinks {
    color: #fff;
    font-weight: 500;
    font-size: 22px;
    line-height: 27.06px;
    margin-left: 10px;
    font-family: 'Clash Display', sans-serif;
}

.navlinks:hover {
    color: #fff;
    opacity: 1;
    border: 0;
    border-bottom: 2px solid transparent !important;
    background-clip: padding-box, border-box;
    background-origin: border-box;
    background-image: linear-gradient(#000, #000), linear-gradient(84deg, #ee6a63 .01%, #7020ff 36.17%, #ffc301 71.29%, #001f91 98.67%);
    background-size: 100% 2px, 100% 100%;
    background-position: 0 100%, 0 0
}

.custom-navbar {
    transition: backdrop-filter .3s, height .3s, width .3s;
    width: 100%;
    z-index: 10;
    background-color: #000
}

.sticky {
    position: fixed;
    top: 20px;
    left: 0;
    background-color: #0000006b;
    transition: background-color .3s;
    width: 24%;
    box-shadow: 0 2px 4px rgba(0, 0, 0, .1);
    border-radius: 50px;
    padding: 0 0 7px 0;
    border: 1px solid rgba(0, 0, 0, .267)
}

.custom-navbar.sticky {
    backdrop-filter: blur(5px);
    height: auto;
    background-color: #000
}

.custom-navbar .navbar-collapse {
    transition: transform .3s, opacity .3s
}

.custom-navbar.sticky .navbar-collapse {
    transform: scale(.9);
    opacity: 0
}

.custom-navbar.sticky .navbar-toggler {
    display: block;
    opacity: 1
}

#navbar-blog {
    background-color: #000;
    width: 100%;
    height: auto
}

#herosec {
    background-color: #000;
    padding-bottom: 0;
    position: relative;
    width: 100%;
    height: auto
}

.herotitle {
    position: absolute;
    top: 40%;
    left: 45%;
    transform: translate(-45%, -45%);
    z-index: 1;
    color: #fff;
    font-size: 65px;
    font-weight: bold;
    line-height: 80px;
    text-align: center;
  font-family: 'Clash Display', sans-serif;
    padding-top: 10px
}

.herosec {
    height: 100%;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    position: relative;
    overflow: hidden
}


#aboutsec {
    background-color: #000;
    padding-top: 190px;
    padding-bottom: 50px;
    width: 100%;
    height: auto
}

.abouttitle {
    font-size: 50px;
    text-align: start;
    font-weight: 700;
    font-family: 'Clash Display', sans-serif;
    color: #fff
}

.aboutuspara {
    font-size: 30px;
    font-family: Poppins, system-ui;
    color: #fff;
    font-weight: 300;
    margin-top: 50px
}

#venturessec {
    background-color: #000;
    width: 100%;
    height: auto;
    padding-bottom: 10px
}

.custom-card-working {
    color: transparent
}

.venturebanner {
    width: 100%;
    height: auto;
    position: relative
}

.banner-container {
    position: relative;
    width: 100%;
    height: 350px;
    overflow: hidden;
    display: flex;
    align-items: center;
    justify-content: center;
    background-color: #000;
    padding: 200px 0
}

.subtext20 {
    font-family: 'Clash Display', sans-serif;
    font-size: 30px;
    font-weight: 550;
    position: relative;
    left: 10px;
    bottom: 2px
}

.animated-text-layer,
.background-text-layer {
    position: absolute;
    top: 30%;
    width: 100%;
    height: 120px;
    display: flex;
    align-items: center;
    justify-content: center;
    white-space: nowrap;
    overflow: hidden;
    will-change: transform
}

.animated-text-layer {
    transform: rotate(4deg);
    background: linear-gradient(90deg, #ee6a63 .01%, #7020ff 36.17%, #ffc301 71.29%, #001f91 98.67%);
    z-index: 1;
    overflow: hidden
}

.background-text-layer {
    transform: rotate(-4deg);
    background: #fff;
    z-index: 2;
    overflow: hidden
}

.animated-text-layer div,
.background-text-layer div {
    font-family: 'Clash Display', sans-serif;
    padding: 40px 10px;
    font-size: 50px;
    font-weight: 700;
    position: relative;
    top: 2px
}

.animated-text-layer div {
    animation: scroll-text 16s linear infinite;
    transition: all 2s ease
}

.background-text-layer div {
    animation: scroll-text-reverse 16s linear infinite;
    transition: all 2s ease
}

@keyframes scroll-text {
    0% {
        transform: translateX(100%)
    }

    100% {
        transform: translateX(-100%)
    }
}

@keyframes scroll-text-reverse {
    0% {
        transform: translateX(-100%)
    }

    100% {
        transform: translateX(100%)
    }
}

.cardallign {
    margin-top: 0
}

.main-card {
    background-color: #1b1b1b;
    border-radius: 20px;
    color: #fff;
    padding: 20px 40px;
    margin-top: 20px;
    margin-bottom: 0;
    transition: all .1s;
    height: auto;
    z-index: 1;
    position: sticky;
    top: 0;
    left: 0;
    border: 1px #001f91 solid
}

.main-card2 {
    background-color: #1b1b1b;
    border-radius: 20px;
    color: #fff;
    padding: 20px 50px;
    margin-top: 20px;
    margin-bottom: 0;
    transition: all .1s;
    height: auto;
    z-index: 1;
    position: sticky;
    top: 0;
    left: 0;
    border: 1px #ee6a63 solid;
    box-shadow: 0 -10px 5px #1b1b1b7d
}

.main-card3 {
    background-color: #1b1b1b;
    border-radius: 20px;
    color: #fff;
    padding: 20px 50px;
    margin-top: 20px;
    margin-bottom: 0;
    transition: all .1s;
    height: auto;
    z-index: 1;
    position: sticky;
    top: 0;
    left: 0;
    border: 1px #7020ff solid;
    box-shadow: 0 -10px 5px #1b1b1b72
}

.main-card4 {
    background-color: #1b1b1b;
    border-radius: 20px;
    color: #fff;
    padding: 20px 50px;
    margin-top: 20px;
    margin-bottom: 0;
    transition: all .1s;
    height: auto;
    z-index: 1;
    position: sticky;
    top: 0;
    left: 0;
    border: 1px #ffc301 solid;
    box-shadow: 0 -10px 5px #1b1b1b72
}

.cardheading {
    font-family: 'Clash Display', sans-serif;
    font-size: 28px;
    font-weight: 200;
    color: #fff
}

.cardno {
    font-family: 'Clash Display', sans-serif;
    font-size: 28px;
    color: #fff
}

.totalcard {
    font-family: 'Clash Display', sans-serif;
    font-size: 28px;
    color: #666
}

.header-title {
    font-family: 'Clash Display', sans-serif;
    font-size: 40px;
    font-weight: 700;
    line-height: 60px;
    color: #fff
}

.results-title {
    font-size: 26px;
    font-family: 'Clash Display', sans-serif;
    color: #fff
}

.custom-card {
    background-color: transparent;
    border-radius: 0;
    border: 0;
    border-bottom: 1px solid #adadad;
    margin-bottom: 15px;
    padding: 15px
}

.custom-card .card-title {
    font-size: 39px;
    font-weight: 700;
    color: #fff;
    font-family: 'Clash Display', sans-serif
}

.custom-card .card-text {
    font-family: 'Clash Display', sans-serif;
    font-size: 25px;
    color: #fff
}

.description-text {
    font-size: 20px;
    line-height: 30px;
    color: #fff;
    font-family: Poppins, system-ui
}

#presencesec {
    background-color: #fff;
    width: 100%;
    height: auto;
    position: relative
}

.presencesectitle {
    font-size: 50px;
    text-align: start;
    font-weight: 700;
    font-family: 'Clash Display', sans-serif;
    color: #000;
    padding-top: 80px
}

.presencesecpara {
    font-family: Poppins, system-ui;
    font-size: 30px;
    font-weight: 400;
    line-height: 42px;
    text-align: start;
    color: #000;
    padding-top: 10px;
    margin-bottom: 50px
}

.presencesecardtitle {
    font-family: 'Clash Display', sans-serif;
    color: #000;
    font-size: 28px;
    font-weight: 600;
    line-height: 34.44px;
    text-align: start
}

.presencesecardpara {
    font-family: Poppins, system-ui;
    font-size: 18px;
    font-weight: 400;
    line-height: 30px;
    text-align: start;
    color: #000
}

.sticky-img-wrapper {
    position: sticky;
    top: 100px;
    z-index: 1020;
    background-color: #fff;
    padding: 10px;
    width: 100%;
    height: auto;
    display: block
}

.card-item {
    margin-bottom: 30px;
    cursor: pointer;
    opacity: .7;
    transition: all .3s ease;
    padding: 20px 20px 10px 20px;
    border-radius: 30px;
    background-image: linear-gradient(0, #fff -3.44%, rgba(255, 255, 255, 0)105.24%);
    background-size: 100% 200%;
    z-index: 1
}

.card-item-active {
    opacity: 1;
    border: 1px solid transparent;
    background-clip: padding-box, border-box;
    background-origin: border-box;
    filter: none;
    background-image: linear-gradient(#fff, #fff), linear-gradient(84deg, #ee6a63 .01%, #7020ff 36.17%, #ffc301 71.29%, #001f91 98.67%)
}

.jg {
    position: relative;
    transition: all .3s ease
}

.jg::after {
    content: '';
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    height: 100%;
    transition: all .3s ease;
    background: linear-gradient(0, #fff -3.44%, rgba(255, 255, 255, 0)105.24%);
    width: 100%;
    z-index: 100
}

.card-title-location {
    font-family: 'Clash Display', sans-serif;
    font-size: 28px;
    font-weight: 600;
    line-height: 34.44px;
    text-align: start
}

.card-paragraph-location {
    font-family: Poppins, system-ui;
    font-size: 18px;
    font-weight: 400;
    line-height: 30px;
    text-align: start
}

.img-content {
    width: 100%;
    height: auto;
    object-fit: cover
}

.card-container-sticky {
    margin-top: 0
}

.rectangle {
    position: relative;
    top: 20px;
    background-color: #000;
    margin: 0 0;
    transition: all .5s ease;
    border-top-left-radius: 100px;
    border-top-right-radius: 100px;
    display: flex;
    justify-content: center;
    align-items: center;
    height: auto
}

.center-image {
    max-width: 100%;
    max-height: 100%
}

#videosec {
    border-top-left-radius: 100px;
    border-top-right-radius: 100px;
    background-color: #fff;
    width: 100%;
    height: 200px;
    object-fit: cover
}

.video-section {
    border-top-left-radius: 100px;
    border-top-right-radius: 100px;
    position: relative;
    width: 100%;
    height: auto;
    overflow: hidden
}

#myVideo {
    border-top-left-radius: 100px;
    border-top-right-radius: 100px;
    width: 100%;
    height: 10%;
    object-fit: cover
}

#clientsec {
    background-color: none;
    width: 100%;
    height: 120px;
    transition: background-color 2s ease;
    color: #000
}

#clientsec.in-view {
    background-color: #000;
    opacity: 1
}

.clientbox {
    background-image: url(images/clientbackground.png);
    background-size: contain;
    background-position: center ;
    background-repeat: no-repeat;
    min-height: 250px;
    position: relative;
    bottom: 110px;
    overflow: hidden;
    z-index: 1;
    padding: 0
}

.noofclientsec {
    color: #000;
    font-family: 'Clash Display', sans-serif;
    font-size: 80px;
    font-weight: 700;
    line-height: 27.3px;
    text-align: center;
    padding: 60px 0 10px 0
}

.categoryclientsec {
    color: #000;
    text-align: center;
    font-family: 'Clash Display', sans-serif;
    font-size: 25px;
    font-weight: 500;
    line-height: 22.3px;
    padding: 10px 0 10px 0
}

#ceosec {
    background-color: none;
    width: 100%;
    height: auto;
    position: relative;
    padding-top: 30px;
    padding-bottom: 100px;
    transition: background-color 2s ease;
    opacity: 1
}

#ceosec.in-view {
    background-color: #000;
    opacity: 1
}

.ceosecline {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 1;
    opacity: .3
}

.content-overlay {
    position: relative;
    z-index: 2
}

.ceoimg {
    width: 100%;
    height: auto;
    border-radius: 20px;
    border: 3px solid rgba(84deg, #ee6a63 .01%, #7020ff 36.17%, #ffc301 71.29%, #001f91 98.67%)
}

.ceotitle {
    font-family: 'Clash Display', sans-serif;
    font-size: 80px;
    font-weight: 700;
    line-height: 85px;
    text-align: start
}

#ceoheading {
    color: #000;
    transition: all 1.5s ease
}

#ceoheading.in-view {
    color: #fff
}

.ceopara {
    margin-top: 20px;
    font-family: Poppins, system-ui;
    font-size: 24px;
    font-weight: 300;
    line-height: 35px;
    text-align: start
}

#ceoparagraph {
    color: #000;
    transition: all 2s ease
}

#ceoparagraph.in-view {
    color: #fff
}

#consultationsec {
    background-color: none;
    width: 100%;
    height: auto;
    padding: 0 100px 50px 100px;
    transition: color 2s ease, background-color 2s ease
}

#consultationsec.in-view {
    background-color: #000;
    opacity: 1
}

.consultationsectitle {
    color: #000;
    font-family: 'Clash Display', sans-serif;
    font-size: 90px;
    font-weight: 700;
    line-height: 85px;
    text-align: center;
    padding: 50px 0 20px 0;
    transition: color 2s ease, background-color 2s ease
}

#consultationtitle.in-view {
    color: #fff
}

.consultationsecpara {
    color: #000;
    font-family: Poppins, system-ui;
    font-size: 23px;
    font-weight: 300;
    line-height: 40px;
    text-align: center;
    margin-top: 30px;
    transition: color 2s ease, background-color 2s ease
}

.consultationsecpara.in-view {
    color: #fff
}

.consultationsecbtn {
    margin: 30px 0 50px 0;
    background-color: #000;
    width: 500px;
    height: 180px;
    color: #fff;
    border: 0;
    font-family: 'Clash Display', sans-serif;
    font-size: 40px;
    font-weight: 500;
    line-height: 20px;
    text-align: center;
    letter-spacing: 1px
}

.consultationsecbtn:hover {
    transition: all .3s ease-in-out
}

.consultationsecbtn.in-view {
    background-color: #fff;
    color: #000
}

#footersec {
    background-color: #000;
    width: 100%;
    height: auto;
    padding: 70px 0 0 0
}

.feedbacksec {
    background-color: #17181c;
    width: 100%;
    height: auto;
    border-radius: 20px;
    padding: 50px 40px 60px 40px
}

.feedbacksechead {
    color: #fff;
    font-family: Poppins, system-ui;
    font-size: 10px;
    font-weight: 500;
    line-height: 14px;
    letter-spacing: .04em;
    text-align: start
}

.feedbacksectitle {
    font-family: 'Clash Display', sans-serif;
    font-size: 23px;
    font-weight: 600;
    line-height: 36.4px;
    letter-spacing: -.02em;
    text-align: start;
    color: #b5b5b5
}

.feedbacksecpara {
    font-family: 'Clash Display', sans-serif;
    font-size: 28px;
    font-weight: 500;
    line-height: 36.4px;
    letter-spacing: -.02em;
    text-align: start;
    color: #fff
}

.feedbackseclabel {
    color: #b5b5b5;
    font-family: Inter, sans-serif;
    font-size: 15px;
    font-weight: 600;
    line-height: 14px;
    letter-spacing: .04em;
    text-align: center;
    padding-left: 30px;
    position: relative;
    top: 45px
}

.feedbackseclabel2 {
    color: #b5b5b5;
    font-family: Inter, sans-serif;
    font-size: 15px;
    font-weight: 600;
    line-height: 14px;
    letter-spacing: .04em;
    padding-left: 30px;
    text-align: center;
    position: relative;
    top: 30px
}

.feedbacksecfield {
    background-color: transparent;
    border: 1px solid #fffFFF99;
    width: 100%;
    height: 65px;
    color: #fff;
    border-radius: 20px;
    padding: 25px 0 0 30px
}

.feedbacksecbtn {
    margin: 50px 0 100px 0;
    background-color: #fff;
    color: #000;
    font-family: 'Clash Display', sans-serif;
    font-size: 14px;
    font-weight: 500;
    border-radius: 30px;
    border: 0;
    width: 166px;
    height: 50px
}

.feedbacksecbtn:hover {
    background-color: transparent;
    border: 1px solid #fff;
    color: #fff
}

.privacybtn {
    color: #b5b5b5;
    font-family: Inter, sans-serif;
    font-size: 10px;
    font-weight: 400;
    line-height: 14px;
    text-align: start;
    padding-left: 20px;
     
}

.footerbartitle {
    font-family: Poppins, system-ui;
    font-size: 20px;
    font-weight: 500;
    line-height: 14px;
    letter-spacing: .04em;
    text-align: start;
    color: #fff
}

.footerbarlinks {
    padding-top: 10px;
    color: #b5b5b5;
    font-family: 'Clash Display', sans-serif;
    font-size: 14px;
    font-weight: 400;
    line-height: 19.6px;
    text-align: start
}

.footerlogo {
    width: 100%;
    height: auto;
    margin-top: 10px
}

.input-container {
    position: relative;
    width: 100%;
    margin-top: 30px
}

.emailinputfield {
    color: #b5b5b5;
    background-color: transparent;
    border-radius: 20px;
    width: 100%;
    border: 1px solid #fffFFF20;
    padding: 10px;
    padding-right: 40px;
    box-sizing: border-box
}

.emailinputfieldbtn {
    position: absolute;
    right: 0;
    top: 0;
    height: 100%;
    padding: 0 10px;
    border: 0;
    border-right: 1px solid #fffFFF20;
    background-color: transparent;
    color: #fff;
    cursor: pointer;
    border-radius: 20px
}

.emailinputfieldbtn:hover {
    background-color: #b5b5b5;
    color: #000
}
#popupForm {
    display: none; /* Ensure the form is hidden initially */
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, 0.8);
    z-index: 9999; /* Brings form to the top */
    justify-content: center;
    align-items: center;
        font-family: 'Clash Display', sans-serif;
        
}

.form-container {
    background-color: #000;
    padding: 30px;
    border-radius: 50px;
    width: 50%;
    text-align: center;
    box-shadow: 0px 4px 8px rgba(255, 255, 255, 0.2);
        font-family: 'Clash Display', sans-serif;
}

.form-container h2 {
    color: #fff;
    font-size: 38px;
    margin-bottom: 20px;
        font-family: 'Clash Display', sans-serif;
}

.form-container input[type="text"], 
.form-container input[type="email"], 
.form-container input[type="password"] {
    width: 100%;
    padding: 10px;
    margin: 20px 0;
    background-color: transparent;
    border: none;
    border-bottom:1px solid #fff;
    color: #fff;
    font-size: 18px;
    font-weight: 400;
    border-radius: 0px;
        font-family: 'Clash Display', sans-serif;
}

.form-container input[type="button"] {
    padding: 20px 40px;
    border-radius: 10px;
    cursor: pointer;
    margin-top: 20px;
    font-size:18px;
    font-weight: 400;
        font-family: 'Clash Display', sans-serif;
        background-color: transparent;
    color: #FFF;
    border: 1px solid #fff;
}

.form-container input[type="button"]:hover {
     background-color: #ffffff;
    color: #000;
   font-weight: 600;
}

.close-btn {
    position: absolute;
    top: 20px;
    right: 20px;
    background-color: transparent;
    color: #FFF;
    border: none;
    font-size: 40px;
    cursor: pointer;
        font-family: 'Clash Display', sans-serif;
}

.close-btn:hover {
    color: #ccc;
}
.Copyrighttext {
    font-family: Inter, sans-serif;
    font-size: 12px;
    font-weight: 500;
    line-height: 14px;
    text-align: right;
    color: #b5b5b5;
    margin-top: 20px;
     
}

.footericon {
    width: 100%;
    height: auto
}

@media(max-width:1400px) {
    .logo-container {
        top: 50%
    }
}

@media(max-width:1300px) {
    .sticky {
        width: 27%
    }
}

@media(max-width:1200px) {
    .main-card {
        top: 0
    }

    .main-card2 {
        top: 0
    }

    .main-card3 {
        top: 0
    }

    .main-card4 {
        top: 0
    }

    .lineallign {
        padding-right: 300px
    }

    .sticky {
        width: 32%
    }

    .herotitle {
        font-size: 80px;
        line-height: 90px
    }

    .clientbox {
        min-height: 200px;
        bottom: 40px
    }

    .ceotitle {
        font-size: 70px;
        line-height: 80px
    }

    .consultationsectitle {
        font-size: 65px;
        line-height: 70px
    }

    .consultationsecbtn {
        width: 400px
    }

    .chatpodtitle {
        font-size: 80px;
        line-height: 65px
    }

    .venturebanner {
        top: 0
    }

    .noofclientsec {
        font-size: 70px;
        line-height: 24px
    }

    .header-title {
        font-size: 50px
    }

    .linesvg {
        margin: 100px auto 150px
    }
}

@media(max-width:1199px) {
    .description-text {
        font-size: 16px;
        display: none
    }

    .sticky {
        width: 40%
    }
}

@media(max-width:992px) {
    .presencesecsvg {
        margin-left: 250px
    }

    #clientsec {
        height: 80px
    }

    .banner-container {
        height: auto;
        padding: 150px 0
    }

    .animated-text-layer,
    .background-text-layer {
        top: 25%
    }

    .animated-text-layer div,
    .background-text-layer div {
        font-size: 40px;
        padding: 20px 10px
    }

    .main-card {
        margin-top: 10px;
        top: 0
    }

    .main-card2 {
        margin-top: 10px;
        top: 0
    }

    .main-card3 {
        margin-top: 10px;
        top: 0
    }

    .main-card4 {
        margin-top: 10px;
        top: 0
    }

    .logo-container {
        top: 45%
    }

    #ceosec {
        padding-top: 10px;
        padding-bottom: 10px
    }

    #venturessec {
        padding-bottom: 20px
    }

    .lineallign {
        padding-right: 200px
    }

    .clientbox {
        bottom: 70px
    }

    .herotitle {
        font-size: 70px;
        line-height: 80px
    }

    .abouttitle {
        font-size: 40px
    }

    .presencesectitle {
        font-size: 40px
    }

    .consultationsectitle {
        font-size: 55px;
        line-height: 60px;
        padding: 20px 0 10px 0
    }

    .consultationsecbtn {
        width: 300px;
        font-size: 20px
    }

    .ceotitle {
        font-size: 60px;
        line-height: 65px
    }

    .chatpodtitle {
        font-size: 70px;
        line-height: 60px
    }

    .footerbartitle {
        font-size: 18px
    }

    .venturebanner {
        top: 0
    }

    .noofclientsec {
        font-size: 60px;
        line-height: 19px
    }

    .sticky-img-wrapper {
        position: fixed;
        top: 0;
        left: 0;
        right: 0;
        z-index: 10;
        box-shadow: 0 4px 4px rgba(0, 0, 0, .1)
    }

    .content-column {
        margin-top: 120px
    }

    .cardheading {
        font-size: 24px
    }

    .header-title {
        font-size: 40px
    }

    .cardno {
        font-size: 24px
    }

    .totalcard {
        font-size: 24px
    }

    .results-title {
        font-size: 20px
    }

    .custom-card .card-title {
        font-size: 30px
    }

    .clientboxallign {
        padding-top: 20px
    }

    .center-image {
        padding: 80px
    }

    .sticky {
        width: 45%
    }

    .animated-text-layer {
        transform: rotate(4.5deg)
    }

    .background-text-layer {
        transform: rotate(-4.5deg)
    }

    #firstsec {
        height: 120vh
    }

    #aboutsec {
        padding-top: 100px;
        padding-bottom: 40px
    }
}

@media(max-width:768px) {
    .agreetxt{
        font-size: 12px;
    }
    .form-container {
    width: 100%;
}
    .presencesecsvg {
        margin-left: 180px
    }

    #clientsec {
        height: 80px;
    }

    .banner-container {
        height: auto;
        padding: 100px 0
    }

    .footerlogo {
        display: none
    }

    #ceosec {
        padding-top: 50px;
        padding-bottom: 10px
    }

    #venturessec {
        padding-bottom: 20px
    }

    #firstsec {
        height: 40vh
    }

    .animated-text-layer,
    .background-text-layer {
        height: 60px
    }

    .animated-text-layer {
        transform: rotate(5deg)
    }

    .background-text-layer {
        transform: rotate(-5deg)
    }

    .rectangle {
        top: 50px;
        padding: 0
    }

    #aboutsec {
        padding-top: 50px;
        padding-bottom: 10px
    }

    #myVideo {
        padding-bottom: 70px
    }

    .herotitle {
        font-size: 65px;
        line-height: 70px
    }

    .abouttitle {
        font-size: 30px
    }

    .presencesectitle {
        font-size: 30px
    }

    .presencesecpara {
        font-size: 18px
    }

    .aboutuspara {
        font-size: 18px
    }

    .consultationsectitle {
        font-size: 45px;
        line-height: 55px
    }

    .consultationsecpara {
        font-size: 18px
    }

    .consultationsecbtn {
        width: 250px;
        font-size: 18px
    }

    .ceotitle {
        font-size: 60px;
        line-height: 60px
    }

    .ceopara {
        font-size: 14px
    }

    .ceoimg {
        padding-bottom: 30px
    }

    .feedbacksecpara {
        font-size: 18px
    }

    .feedbacksectitle {
        font-size: 20px
    }

    .venturebanner {
        top: 0
    }

    .noofclientsec {
        font-size: 30px;
        line-height: 0
    }

    .categoryclientsec {
        font-size: 18px
    }

    .ceosign {
        font-size: 18px
    }

    #tlogosec {
        margin-top: 600px
    }

    .sticky-img-wrapper {
        position: fixed;
        top: 0;
        left: 0;
        right: 0;
        z-index: 10;
        box-shadow: 0 0;
        height: 0;
        object-fit: unset;
        background-color: transparent
    }

    .content-column {
        margin-top: 40vh
    }

    .img-content {
        display: none
    }

    .card-item {
        margin-bottom: 5px;
        opacity: 1;
        border: 1px solid transparent;
        background-clip: padding-box, border-box;
        background-origin: border-box;
        filter: none;
        background-image: linear-gradient(#fff, #fff), linear-gradient(84deg, #ee6a63 .01%, #7020ff 36.17%, #ffc301 71.29%, #001f91 98.67%)
    }

    .cardheading {
        font-size: 18px
    }

    .header-title {
        font-size: 40px
    }

    .cardno {
        font-size: 18px
    }

    .totalcard {
        font-size: 18px
    }

    .results-title {
        font-size: 18px
    }

    .custom-card .card-title {
        font-size: 25px
    }

    .custom-card .card-text {
        font-size: 18px
    }

    .clientbox {
          min-height: 100px;
        
        bottom: 50px;
    }

    .center-image {
        min-width: 20%
    }

    .subtext20 {
        font-size: 24px
    }

    .animated-text-layer div,
    .background-text-layer div {
        font-size: 30px
    }

    .logo-container {
        top: 35%
    }

    .sticky {
        width: 60%
    }

    .linesvg {
        margin: 100px auto 20px
    }

    #consultationsec {
        position: relative
    }

    .main-card {
        margin-top: 0;
        top: 0
    }

    .main-card2 {
        margin-top: 0;
        top: 0
    }

    .main-card3 {
        top: 0;
        margin-top: 0
    }

    .main-card4 {
        margin-top: 0;
        top: 0
    }
}

@media(max-width:576px) {
    
    .presencesecsvg {
        margin-left: 90px
    }

    .banner-container {
        height: auto;
        padding: 80px 0
    }

    .main-card {
        margin-top: 0;
        top: 50px
    }

    .main-card2 {
        margin-top: 0;
        top: 50px
    }

    .main-card3 {
        margin-top: 0;
        top: 50px
    }

    .main-card4 {
        margin-top: 0;
        top: 50px
    }

    #venturessec {
        padding-bottom: 0
    }

    .lineallign {
        padding-right: 150px
    }

    #firstsec {
        height: 40vh
    }

    .footerlogo {
        display: none
    }

    .animated-text-layer,
    .background-text-layer {
        height: 40px
    }

    .animated-text-layer {
        transform: rotate(5deg)
    }

    .background-text-layer {
        transform: rotate(-5deg)
    }

    #myVideo {
        padding-bottom: 0
    }

    .rectangle {
        padding: 0
    }

    .herotitle {
        font-size: 35px;
        line-height: 45px
    }

    #aboutsec {
        padding-top: 10px;
        padding-bottom: 10px
    }

    .abouttitle {
        font-size: 25px
    }

    .linesvg {
        margin: 150px auto 20px
    }

    .presencesectitle {
        font-size: 30px
    }

    .presencesecpara {
        font-size: 14px
    }

    .aboutuspara {
        font-size: 14px;
        margin-top: 10px
    }

    .consultationsectitle {
        font-size: 40px;
        line-height: 40px;
        padding: 0 40px 0 40px
    }

    .consultationsecpara {
        font-size: 18px;
        line-height: 20px;
        padding: 0 40px 0 40px
    }

    .consultationsecbtn {
        width: 150px;
        height: 100px;
        border-radius: 0;
        font-size: 14px
    }

    .ceotitle {
        font-size: 35px;
        line-height: 50px
    }

    .ceopara {
        font-size: 10px
    }

    #consultationsec {
        padding: 150px 0 20px 0
    }

    .feedbacksecpara {
        font-size: 14px
    }

    .feedbacksectitle {
        font-size: 16px
    }

    .footerbartitle {
        font-size: 15px
    }

    .Copyrighttext {
        text-align: start
    }

    .venturebanner {
        top: 0
    }

    .noofclientsec {
        font-size: 30px;
        line-height: 15px;
        font-weight: 500px
    }

    .categoryclientsec {
        font-size: 12px
    }

    .locationcardtitle {
        font-size: 18px
    }

    .locationcardpara {
        font-size: 13px;
        line-height: 25px
    }

    .card-title-location {
        font-size: 18px
    }

    .card-paragraph-location {
        font-size: 14px;
        line-height: 25px
    }

    .card-container-sticky {
        margin-top: 20px
    }

    .img-content {
        display: none
    }

    .cardheading {
        font-size: 14px
    }

    .header-title {
        font-size: 20px;
        line-height: 30px;
        font-weight: 600
    }

    .cardno {
        font-size: 14px
    }

    .totalcard {
        font-size: 14px
    }

    .results-title {
        font-size: 14px
    }

    .custom-card .card-title {
        font-size: 18px;
        font-weight: 700
    }

    .custom-card .card-text {
        font-size: 16px;
        padding-left: 20px
    }

    .clientbox {
        min-height: 10px
    }

    .center-image {
        padding: 0
    }

    .subtext20 {
        font-size: 18px
    }

    .animated-text-layer div,
    .background-text-layer div {
        font-size: 20px
    }

    .logo-container {
        top: 40%
    }

    .sticky {
        width: 100%
    }
}

@media(max-width:450px) {
    .presencesecsvg {
        margin-left: 30px
    }

    .linesvg {
        margin: 100px auto 10px
    }

    .logo-container {
        top: 30%
    }

    .clientbox {
        min-height: 100px;
        overflow: hidden;
        background-size: cover;
        bottom: 80px
    }

    .noofclientsec {
        font-size: 20px;
        padding: 10px 0 10px 0
    }
}

@media(max-width:360px) {
    .presencesecsvg {
        margin-left: 0
    }

    .logo-container {
        top: 30%
    }

    .categoryclientsec {
        font-size: 10px
    }
}