
.ptb-100 {
    padding-top: 100px;
    padding-bottom: 100px;
}

.sec-title h2 {
    font-size: 40px;
    line-height: 50px;
    font-weight: 600;
    text-transform: capitalize;
    width: 60%;
    max-width: 100%;
    margin: 0 auto;
}

.sec-title p {
    font-size: 18px;
    line-height: 28px;
    width: 700px;
    max-width: 100%;
    margin: 0 auto;
}

/* banner css start */

.banner-sec {
	background-image: url('../../img/nvdia/banner2.png');
	background-repeat: no-repeat;
	background-position: center;
	background-size: cover;
	height: 100vh;
	display: flex;
	align-items: center;
	justify-content: center;
	padding: 120px 0px 80px;
}

.banner-sec:before {
    content: "";
    background: #00000029;
    position: absolute;
    top: 0;
    right: 0;
    width: 100%;
    height: 100%;
    z-index: -1;
}

.banner-right-img img {
    width: 100%;
}

.content-main-wrapper .title {
    color: #fff;
    font-weight: 700;
    font-size: 55px;
    line-height: 80px;
}

.content-main-wrapper p.disc {
    color: #fff;
    margin-bottom: 50px;
    font-size: 18px;
    line-height: 35px;
    width: 90%;
    max-width: 100%;
}

.content-main-wrapper .button-area {
    display: flex;
    align-items: center;
    gap: 10px;
}

.content-main-wrapper .button-area .rts-btn.btn-primary {
    border: 1px solid transparent;
    color: #fff;
}

.content-main-wrapper .button-area .rts-btn {
    padding: 12px 28px;
    border-radius: 25px;
    font-weight: 500;
    text-decoration: none;
}

.rts-btn.btn-primary {
    background: #3f3eed;
    border: 1px solid #3f3eed !important;
    transition: all .5s ease-in;
}

.rts-btn.btn-primary:hover {
    background: transparent;
    border-color: #fff !important;
}

.rts-btn.btn-blur:hover {
    background: #3f3eed;
    border: 1px solid #3f3eed !important;
}

.rts-btn.btn-blur {
    padding: 10px 31px;
    background: transparent;
    border: 1px solid #fff;
    backdrop-filter: blur(25px);
    border-radius: 30px;
    letter-spacing: 0.03em;
    font-weight: 600;
    color: #fff;
    transition: all .5s ease-in;
}

/* banner css end */

/* softserve css start */
.small-image-inner {
    background: transparent;
    border-radius: 6px;
    border: 1px solid #E6E5FF;
    padding: 25px;
    cursor: pointer;
}

.small-image-inner.mb-4.active {
    background: #FFFFFF;
    box-shadow: 0px 0px 10px 4px rgba(0, 0, 0, 0.04);
    border-radius: 10px;
    border: 1px solid transparent;
}

.small-image-inner.active .double-arrow {
    background: #fff;
    color: #3f3eed;
}

.small-image-txt p {
    font-size: 16px;
    line-height: 26px;
    font-weight: 600;
    text-transform: capitalize;
    margin-bottom: 0;
}

div#big-image {
    padding: 25px;
    border-radius: 6px;
    border: 1px solid #E6E5FF;
}

.big-image-txt h5 {
    font-size: 20px;
    line-height: 42px;
    font-weight: 600;
    text-transform: capitalize;
    display: flex;
    align-items: center;
    gap: 10px;
}

.big-image-txt span {
    -webkit-text-stroke-width: 0.5px;
    -webkit-text-stroke-color: #6767eb;
    font-weight: 700;
    font-size: 60px;
    color: #fbfbff;
    display: inline-block;
}

.small-images {
    display: flex;
    flex-direction: column;
    gap: 15px;
}


.big-image-txt p {
    line-height: 30px;
    margin-bottom: 0;
}

.small-image-inner.active {
    background: #3f3eed;
    color: #fff;
}

.double-arrow {
    width: 25px;
    height: 25px;
    min-width: 25px;
    background-color: #1d1c6f;
    color: #fff;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 100px;
}

.double-arrow i {
    font-size: 11px;
}

.big-image-inner-right img {
    border-radius: 6px;
}

.big-image-inner-right {
    width: 230px;
    text-align: end;
    margin: 0 0 0 auto;
}

/* softserve css end */

/* Industries css start */
.industry-sec {
    background-color: #1d1c6f;
}

.industry-left-txt h2 {
    font-size: 40px;
    line-height: 50px;
    font-weight: 600;
    text-transform: capitalize;
}

.industry-left-txt p {
    font-size: 18px;
    line-height: 30px;
    color: #fff;
    margin-bottom: 0;
}

.industry-right-box {
    padding: 20px;
    background: rgba(255, 255, 255, 0.02);
    border-radius: 10px;
    backdrop-filter: blur(5px);
    transition: 0.3s;
    border: 1px solid rgb(255 255 255 / 20%);
    height: 100%;
    transition: all .5s ease-in-out;
}

.industry-right-box:hover {
    border-color: rgb(255 255 255 / 45%)
}

.industry-right-inner-txt h5 {
    color: #fff;
    font-size: 20px;
    line-height: 30px;
    font-weight: 500;
}

.industry-right-inner-txt p {
    color: #fff;
    font-weight: 400;
    margin-bottom: 0;
    overflow: hidden;
    display: -webkit-box;
    -webkit-line-clamp: 4;
    -webkit-box-orient: vertical;
}

.industry-right-icon {
    width: 50px;
    height: 50px;
    border: 1px solid rgb(255 255 255 / 20%);
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 100px;
    color: #fff;
}

.industry-right-icon.industry-right-icon1 img {
    width: 20px;
    height: 20px;
}

.industry-right-icon img {
    width: 25px;
    height: 25px;
    object-fit: cover;
}

.industry-left-img img {
    border-radius: 6px;
}

.industry-left-txt {
    position: sticky;
    top: 100px;
    margin-right: 30px;
}

/* Industries css end */

/* feature css start */
.single-feature-area-start {
    display: flex;
    align-items: center;
    padding: 80px;
    background: #F2F2FF;
    gap: 90px;
    border-radius: 10px;
}

.single-feature-area-start .featue-content-area span.pre {
    -webkit-text-stroke-width: 0.5px;
    -webkit-text-stroke-color: #6767eb;
    font-weight: 700;
    font-size: 100px;
    line-height: 110px;
    color: #F2F2FF;
}

.single-feature-area-start.bg-red {
    background-color: #FFF2F2;
}

.single-feature-area-start.bg-red .featue-content-area span.pre {
    -webkit-text-stroke-color: #f17a7a;
    color: #FFF2F2;
}

.single-feature-area-start.bg-blue {
    background-color: #F2FAFF;
}

.single-feature-area-start.bg-blue .featue-content-area span.pre {
    -webkit-text-stroke-color: #6aa6ca;
    color: #F2FAFF;

}

.single-feature-area-start .featue-content-area .title {
    margin-bottom: 20px;
}

.single-feature-area-start .featue-content-area p.disc {
    line-height: 30px;
    margin-bottom: 50px;
    width: 90%;
}

.image-area img {
    width: 100%;
    height: 100%;
    border-radius: 6px;
}

.image-area {
    z-index: 999;
}

.image-area:before {
    content: "";
    width: 100%;
    height: 100%;
    position: absolute;
    top: -30px;
    left: -31px;
    border: 1px dashed #bbbbfe;
    z-index: -1;
    border-radius: 6px;
}

.featue-content-area .title {
    font-size: 40px;
    line-height: 55px;
    font-weight: 600;
    text-transform: capitalize;
}



/* feature css end */

/* partner css start */
.partner-sec {
    background-color: #1d1c6f;
}

.single-tools-feature {
    padding: 40px;
    text-align: center;
    background: rgba(255, 255, 255, 0.02);
    border-radius: 10px;
    backdrop-filter: blur(5px);
    transition: 0.3s;
    border: 1px solid rgb(255 255 255 / 20%);
    height: 100%;
}

.icon {
    background: #3f3eed2e;
    width: 50px;
    height: 50px;
    margin: 0 auto;
    border-radius: 5px;
}

.icon img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    padding: 8px;
}

.icon.icon2 {
    background: #33b89f24;
}

.icon.icon3 {
    background: #2a85c833;
}

.icon.icon4 {
    background: #eba43b24;
}

.icon.icon5 {
    background: #e331d22b;
}

.icon.icon6 {
    background: #5585ff26;
}

.single-tools-feature:hover {
    border-color: rgb(255 255 255 / 45%);
}

.single-tools-feature .title {
    color: #fff;
    font-size: 20px;
    line-height: 30px;
    font-weight: 500;
}

.single-tools-feature p.disc {
    color: #fff;
    font-weight: 400;
    margin-bottom: 0;
}

/* partner css end */


/* partner css start */
.partnet-level-tabs {
    background: #1d1c6f;
    padding: 50px;
    border-radius: 55px;
    position: relative;
    border: 0;
}

.partnet-level-tabs .nav-pills .nav-link.active {
    background: #3f3eed;
}

.partnet-level-tabs .nav-pills .nav-link.active span {
    display: inline-block;
    position: absolute;
    right: 15px;
    width: 40px;
    height: 40px;
    background-color: #fff;
    color: #000;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 100px;
}

.partnet-level-tabs .nav-pills .nav-link span {
    display: none;
}

.partnet-level-tabs .nav-pills .nav-link {
    color: #fff;
    text-align: start;
    width: 100%;
    padding: 15px 20px;
    border-radius: 100px;
    display: flex;
    align-items: center;
    justify-content: space-between;
    position: relative;
    font-size: 17px;
    line-height: 28px;
    font-weight: 500;
}

.partnet-level-tabs .nav-pills {
    width: 30%;
    position: relative;
    z-index: 9999;
}

.partnet-level-tabs .tab-content {
    background: #f4f4ff;
    padding: 4% 7% 4% 7%;
    border-radius: 50px;
    position: absolute;
    right: 0px;
    top: 0;
    width: 73%;
    height: 100%;
    display: flex;
    align-items: center;
}

.partner-level-img img {
    width: 100%;
}

.partner-right-txt h3 {
    font-size: 25px;
    line-height: 55px;
    font-weight: 600;
    text-transform: capitalize;
}

.partner-right-txt p {
    padding-right: 65px;
    line-height: 30px;
}

/* partner css end */



@media screen and (max-width:991px){
    .sec-title h2 {
        font-size: 32px;
        line-height: 40px;
        width: 100%;
    }

}

@media screen and (max-width:767px){

    .small-image-inner {
        display: flex;
        white-space: nowrap;
        padding: 20px;
        flex-shrink: 0;
    }
    .small-images {
        flex-direction: row;
        gap: 15px;
        overflow: auto;
        margin-bottom: 20px;
    }
    .content-main-wrapper {
        text-align: center;
    }
    .content-main-wrapper .title {
        font-size: 35px;
        line-height: 60px;
        margin-bottom: 10px !important;
    }
    .content-main-wrapper .button-area {
        justify-content: center;
        gap: 15px;
        flex-wrap: wrap;
    }
   .banner-sec {
	padding: 110px 0px 60px;
	height: 100%;
}
    .content-main-wrapper p.disc {
        font-size: 16px;
        line-height: 31px;
        width: 100%;
        margin-bottom: 30px;
    }
    .sec-title h2 {
        font-size: 26px;
        line-height: 36px;
    }
    .big-image-inner-right {
        width: 100%;
        text-align: center;
        margin:10px 0 0 0;
    }
    .ptb-100 {
        padding-top: 60px;
        padding-bottom: 60px;
    }
    .industry-left-txt h2 {
        font-size: 26px;
        line-height:45px;
    }
    .industry-left-txt p {
        font-size: 16px;
        line-height: 28px;
    }
    .single-feature-area-start {
        padding: 30px 15px;
    }
    .single-feature-area-start .featue-content-area .title {
        margin-bottom: 10px;
        font-size: 20px;
        line-height: 34px;
    }
    .single-feature-area-start .featue-content-area p.disc {
        width: 100%;
    }
    .single-feature-area-start .featue-content-area span.pre {
        font-size: 50px;
        line-height: 80px;
    }
    .featue-content-area {
        padding-right: 0px !important;
    }
    .image-area {
        margin-top: 40px;
    }
    .featue-content-area {
        padding-left: 0px !important;
        margin-top: 40px;
    }
    .single-tools-feature {
        padding: 30px 15px;
    }
    .sec-title p {
        font-size: 16px;
        line-height: 26px;
    }
    .partnet-level-tabs .nav-pills {
        width: 100%;
    }
    .partnet-level-tabs .tab-content {
        position: unset;
        width: 100%;
        padding: 30px 7% 20px 7%;
        height: 100%;
    }
    .partnet-level-tabs .nav-pills {
        display: flex;
        flex-direction: row !important;
        flex-wrap: nowrap;
        overflow: auto;
    }
    .partnet-level-tabs > .d-flex {
        flex-direction: column;
    }
    .partnet-level-tabs .nav-pills .nav-link {
        font-weight: 500;
        white-space: nowrap;
        width: fit-content;
        flex-shrink: 0;
    }
    .partnet-level-tabs .nav-pills .nav-link.active span {
        position: unset;
        margin-left: 10px;
    }
    .partnet-level-tabs {
        padding: 25px 15px;
    }
    .partner-right-txt p {
        padding-right: 0px;
        line-height: 28px;
    }
    .partner-right-txt h3 {
        font-size: 24px;
        line-height: 30px;
    }
}