@import url('https://fonts.googleapis.com/css2?family=Poppins:wght@300;400;500;600;700;800&family=Roboto:wght@300;400;500;700&display=swap');
body{
    margin: 0;
    padding: 0;
    font-family: 'Poppins', sans-serif;
    overflow-x: hidden;
}
a{
    text-decoration: none;
    color: #000;
    font-family: 'Poppins', sans-serif;
}
input{
    font-family: 'Poppins', sans-serif;
}
img{
    width: 100%;
}
p{
    font-size: 16px;
    line-height: 160%;
    font-family: 'Poppins', sans-serif;
}
h1,h2,h3,h4,h5,h6{
    font-family: 'Roboto', sans-serif;
    font-weight: 700;
}
h2{
    font-size:36px;
    font-weight: 700;
    line-height: 40px; /* 83.333% */
    text-transform: capitalize;
    
}
h3{
    font-size: 32px;
    font-weight: 700;
    text-transform: capitalize;
}
h5{
    color: #5A5C63;
    font-size: 24px;
    font-weight: 700;
    line-height: 35px; /* 145.833% */
}
/* header start */
.nav-link svg {
    width: 20px;
}
header .nav-link:hover,  header .navbar-nav .nav-link.active {
    color: #ff8c00;
}
a.navbar-brand {
    color: #034AA6;
    font-size: 36px;
    font-weight: 600;
    line-height: normal;
}
header .nav-link {
    color: #000;
    font-size: 18px;
    font-weight: 500;
    margin-left: 20px;
}
a.login-btn, .blue-text{
    color: #4C27AE;
}
.user-profile-link {
    width: 40px;
    height: 40px;
    display: flex;
    background: #CBDAFF;
    justify-content: center;
    align-items: center;
    border-radius: 50px;
    overflow: hidden;
    font-size: 20px;
    font-weight: 500;
}
.login-menu {
    margin: 0px 0px 0 21px !important;
}

.dropdown-menu {
    border: 0;
    border-radius: 0;
    box-shadow: 1px 2px 4px 0px #dfdfdf;
}
header .dropdown-menu .nav-link {
    margin-left: 0;
}
.dropdown-item {
    padding: 10px 32px !important;
}
.dropdown-item.active, .dropdown-item:active {
    color: #000;
    background-color: #cbdaff;
}
.user-profile-image {
    width: 52px;
    height: 52px;
    position: absolute;
    left: 0;
    top: 0;
}
/* .nav-item:nth-child(5) > .nav-link {
    margin-right: 30px;
} */
.dropdown-menu.show,.dropdown-menu {
    top: 40px;
    margin-left: -52px;
}

/* header end  */

/* footer start  */
.profile-close a:hover >
 svg path {
stroke: #000;
}
.form-control2 {
    border-radius: 0.25rem 0 0 0.25rem;
    width: 60%;
}
.color.btn-sub {
    padding: 19px 32px;
    line-height: 0;
    height: 0;
    border: 0;
}
.color {
    background-color: darkorange;
    color: #fff;
}
.update-profile-card img {
    width: 63px;
}
.update-profile-card {
    border-radius: 20px;
    background: #FFF;
    box-shadow: 0px 4px 20px 0px rgba(0, 0, 0, 0.15);
    width: 425px;
    margin: auto;
    padding: 26px;
    text-align: center;
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
}
.update-profile-box {
    position: fixed;
    width: 100%;
    height: 100vh;
    z-index: 9999;
    left: 0;
    top: 0;
    background: #000000a3;
}
footer {
    /* background: linear-gradient(90deg, #034AA6 -140.87%, #638DF9 94.65%); */
    color: white;
    color: white;
    background-repeat: no-repeat;
    background-image: url(../images/footer-bg.jpg);
    background-position: center;
    background-size: cover;
}
footer .container,.innovation-impact-exchange .row{
    z-index: 1;
    position: relative;
}
footer .nav-link:focus, footer .nav-link:hover {
    color: #ff8c00;
}
.innovation-impact-exchange:after, footer:after {
    content: "";
    position: absolute;
    left: 0;
    top: 0;
    background: #000000c2;
    width: 100%;
    height: 100%;
    z-index: 0;
}
.text-muted1 {
    color: #fff;
    font-size: 18px;
    margin-bottom: 15px;
}
form h5 {
    color: #FFF;
    font-size: 50px;
    font-weight: 500;
    line-height: normal;
}
.copyright p {
    font-size: 15px;
    font-weight: 400;
    line-height: normal;
}
/* footer end  */
.btn-first {
    border-radius: 10px;
    background: #ED7E02;
    box-shadow: 0px 0px 10px 0px rgba(0, 0, 0, 0.10);
    padding: 12px 28px;
    color: #FFF;
    font-size: 18px;
    font-weight: 500;
    line-height: normal;
    text-transform: capitalize;
}
.btn-sec {
    border-radius: 10px;
    background: #fff;
    box-shadow: 0px 0px 10px 0px rgba(0, 0, 0, 0.10);
    padding: 12px 40px;
    color:#638DF9;
    font-size: 18px;
    font-weight: 400;
    line-height: normal;
}
.btn-sec:hover, .btn:focus-visible{
    background:#638DF9;
    color: #fff;
}
.btn-first:hover {
    background: #4C27AE;
    color: #fff;
}
header .navbar.navbar-expand-lg {
    padding: 0;
    background: #fff;
    box-shadow: 0px 0px 10px 0px #dddddd;
}
section{
    padding: 80px 0;
}

/* home page  */
.form-select:focus {
    border-color: #4C27AE;
    outline: 0;
    box-shadow: 0 0 0 0.01rem #4C27AE;
}
.banner-text p {
    font-size: 20px;
}
.banner-text h1 {
    font-size: 36px;
    font-weight: 600;
    line-height: normal;
}
.banner-bg {
    align-items: center;
    padding: 130px 0 150px;
    margin-top: 65px;
}
.banner {
    background-size: cover !important;
    background-position: center !important;
    background-repeat: no-repeat !important;

}
body .startup-field-option {
    border-radius: 5px;
    border: 1px dashed rgba(0, 0, 0, 0.50);
    background-color: transparent;
    color: #4C27AE;
}
.banner-bg .banner-text {
    position: relative;
    z-index: 9;
    padding: 50px;
    width: 750px;
    margin: auto;
    border-radius: 10px;
    background: rgba(255, 255, 255, 0.65);
}
.slider{
	height: 600px;
	background-color: #ffffff00 !important;
	text-align: center;
	position: relative;
	animation: slideColor 10s forwards infinite;
}

.caption{
	line-height: 100px;
	font-size: 60px;
	color: #fff;
	position: relative;
	top: 50%;
	transform: translateY(-50%);
	text-shadow: 0px 5px 5px rgba(0,0,0,.25);
	margin-left: -300px;
}

.text-box{
	display: inline-block;
	position: relative;
    top: 39px;

}

.text-box span{
	display: inline-block;
	position: absolute;
	top: -200px;
	transform: rotateX(-90deg);
	opacity: 0;
	animation-timing-function: ease;
    width: 400px;
}

.text-box span:nth-child(1){
	animation: rollDown 10s forwards infinite;
}

.text-box span:nth-child(2){
	animation: rollDown2 10s forwards infinite;
}

.text-box span:nth-child(3){
	animation: rollDown3 10s forwards infinite;
}

@keyframes rollDown {
	0%{
		top: -200px;
		transform: rotateX(-90deg);
	}
	11%{
		top: -74px;
		transform: rotateX(0deg);
		opacity: 1;
	}
	22%{
		top: -74px;
		transform: rotateX(0deg);
		opacity: 1;
	}
	33%{
		top: 50px;
		transform: rotateX(30deg);
		opacity: 0;
	}
}

@keyframes rollDown2 {
	33%{
		top: -200px;
		transform: rotateX(-90deg);
	}
	44%{
		top: -74px;
		transform: rotateX(0deg);
		opacity: 1;
	}
	55%{
		top: -74px;
		transform: rotateX(0deg);
		opacity: 1;
	}
	66%{
		top: 50px;
		transform: rotateX(30deg);
		opacity: 0;
	}
}

@keyframes rollDown3 {
	66%{
		top: -200px;
		transform: rotateX(-90deg);
	}
	77%{
		top: -74px;
		transform: rotateX(0deg);
		opacity: 1;
	}
	88%{
		top: -74px;
		transform: rotateX(0deg);
		opacity: 1;
	}
	99%{
		top: 50px;
		transform: rotateX(30deg);
		opacity: 0;
	}
}

@keyframes slideColor{
	0%{
		background-color: #387780;
	}
	33%{
		background-color: #3f88c5;
	}
	66%{
		background-color: #588b8b;
	}
	100%{
		background-color: #387780;
	}
}
  .home-banner-heading{
    height: 40px;
  }
/* .banner-bg:after {
    background: linear-gradient(87deg, rgba(228, 234, 249, 0.75) 0%, rgba(217, 217, 217, 0.00) 100%);
    content: "";
    left: 0;
    position: absolute;
    top: 0;
    width: 100%;
    height: 100%;
} */


.slider-chalange img {
    width: 80%;
    margin: auto;
    border-radius: 50px;
}
.challenge-hear {
    background: #f5f5f5;
}
.slick-dots li button:before {
    font-size: 60px;
}
.slick-dots li.slick-active button:before {
    opacity: 1;
    color: #638df9;
}
.slick-dots {
    bottom: -65px;
    text-align: start;
}
.slider-card h3 {
    font-size: 24px;
    font-weight: 700;
    margin-top: 20px;
    text-transform: capitalize;
}
.challenge-hear:before {
    content: "";
    position: absolute;
    width: 100%;
    height: 100%;
    background-image: url(../images/about-chalanges.png);
    background-repeat: no-repeat;
    background-position: top -24% right;
    right: 0;
    top: -123px;
}
.investors .row:before {
    background: linear-gradient(315deg, #CBDAFF 0%, rgba(203, 218, 255, 0.00) 60%);
    box-shadow: 35px 0px 45px 10px rgba(0, 0, 0, 0.10);
    position: absolute;
    left: 0;
    top: 0;
    content: "";
    width: 47%;
    height: 100%;
    z-index: -1;
}
.side-bar-investors {
    display: flex;
    align-items: center;
    height: 100vh;
}
.side-bar-investors h3 .active {
    color: #638DF9;
    text-decoration: underline;
}
.side-bar-investors p {
    width: 55%;
}
.side-bar-investors h3 a:hover {
    text-decoration: underline;
}
.scroll-card img {
    width: 120px;
    margin-bottom: 25px;
}
.scroll-card ul li {
    margin-bottom: 20px;
}
.scroll-card {
    padding: 90px 0;
}
.investors .slide-sidebar .offcanvas {
    width: 50%;
}
.investors .slide-sidebar .scroll-card {
    padding: 60px 70px;
}
.industries-box p {
    background: linear-gradient(270deg, rgba(226, 234, 252, 0.90) 0%, #FFF 100%);
    font-size: 24px;
    font-weight: 700;
    line-height: 40px;
    margin-top: -50px;
    position: absolute;
    padding: 5px 15px;
    width: 100%;
}
.industries-box img,.industries-box p{
    transition: 0.5s;
}
.industries-box:hover img {
    transform: scale(1.1);
    color: #638DF9;
}
.industries-box:hover p{
    color: #638DF9;
    letter-spacing: 1px;
}
.industries-box {
    border-radius: 3px;
    box-shadow: 0px 2px 16px 2px #eaeaea;
}
.testimonial-image img {
    border-radius: 100px;
    width: 100px;
    height: 100px;
    margin-right: 25px;
}
.testimonial-card {
    background: #FFF;
    box-shadow: 0px 10px 10px 10px rgba(0, 0, 0, 0.10);
    padding: 30px 40px 20px;
}
.testimonial-name-type {
    color: #5A5C63;
    font-size: 20px;
    font-weight: 600;
    line-height: 35px;
}
.testimonial {
    background: linear-gradient(0deg, rgba(203,218,255,1) 50%, rgba(255,255,255,1) 50%);
}
.testimonial .slick-slide {
    margin: 10px 80px;
    transition: 0.5;
}
.testimonial .slick-track {
    padding: 55px 0;
}
.testimonial .slick-dots {
    bottom: -65px;
    text-align: center;
}
.testimonial .slick-center {
    transform: scale(1.1);
    transition: 0.5s;
}
.blog-scroll {
    background: #FFF;
    box-shadow: 0px 10px 10px 10px rgba(0, 0, 0, 0.10);
    padding: 30px 0px 30px 20px;
}
.blog-list {
    border-bottom: 1px solid #000;
    margin-bottom: 20px;
    padding-bottom: 20px;
}
.blog-list p {
    font-size: 18px;
    font-weight: 500;
    line-height: 20px;
}
.blog-box {
    overflow-y: auto;
    height: 300px;
    padding-right: 20px;
}
.blog-list a:hover {
    color: #034aa6;
}
.myform {
    background: #CBDAFF;
    padding: 32px 22px;
}
.form-control {
    margin-bottom: 30px;
    color: #8B8B8B;
    font-size: 16px;
    font-weight: 400;
}
.form-control:plaseholder{
    color: #8B8B8B;
}
.send-btn {
    border-radius: 24.8px;
    background: #F2711D;
    box-shadow: 6.613276958465576px 6.613276958465576px 16.533191680908203px 0px rgba(0, 0, 0, 0.20);
    width: 100%;
    color: #FFF;
    font-size: 16.533px;
    font-weight: 500;
    border: 0;
    padding: 10px 0 !important;
}
    /* width */
::-webkit-scrollbar {
    width: 5px;
}

/* Track */
::-webkit-scrollbar-track {
    background: #f1f1f1; 
}

/* Handle */
::-webkit-scrollbar-thumb {
    background: #888; 
}

.tab-circel {
    width: 210px;
    height: 180px;
    text-align: center;
    margin: 20px;
    padding:36px;
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
}
.about-us-section .nav-tabs .nav-item.show .nav-link, 
.about-us-section .nav-tabs .nav-link.active {
    background-color: transparent;
    border-color: transparent;
}
.about-us-section .nav-tabs .nav-link:focus, 
.about-us-section .nav-tabs .nav-link:hover {
    border-color: transparent;
}
.tab-circel:nth-child(1) {
    background-image: url(../images/about-1.png);
    width: 210px;
    height: 220px;
    transform: translate(190px, 188px);
    padding: 30px 33px 0px 10px;
}
.tab-circel:nth-child(2) {
    background-image: url(../images/about-2.png);
    width: 225px;
    height: 226px;
    transform: translate(40px, 30px);
}
.tab-circel:nth-child(3){
    background-image: url(../images/about-3.png);
}
.tab-circel:nth-child(4) {
    background-image: url(../images/about-4.png);
    transform: translate(-50px, 35px);
    width: 230px;
    height: 229px;
    padding: 2px 39px 0px 19px
}
.tab-circel:nth-child(5) {
    background-image: url(../images/about-5.png);
    transform: translate(-205px, 199px);
    width: 210px;
    height: 220px;
    transform: translate(-200px, 190px);
}
.tab-circel p {
    color: #000;
    text-align: center;
    font-size: 16px;
    font-style: normal;
    font-weight: 700;
    line-height: 20px;
}
.circel-tab-box {
    height: 450px;
}
.about-us-section .nav-tabs .nav-link.active:nth-child(1) p,
.about-us-section .nav-tabs .nav-link:nth-child(1):hover p,
.about-us-section .nav-tabs .nav-link.active:nth-child(2) p,
.about-us-section .nav-tabs .nav-link:nth-child(2):hover p,
.about-us-section .nav-tabs .nav-link.active:nth-child(3) p,
.about-us-section .nav-tabs .nav-link:nth-child(3):hover p,
.about-us-section .nav-tabs .nav-link.active:nth-child(4) p,
.about-us-section .nav-tabs .nav-link:nth-child(4):hover p,
.about-us-section .nav-tabs .nav-link.active:nth-child(5) p,
.about-us-section .nav-tabs .nav-link:nth-child(5):hover p {
    color: #fff;
}
.about-us-section .nav-tabs .nav-link.active:nth-child(1) img,
.about-us-section .nav-tabs .nav-link:nth-child(1):hover img,
.about-us-section .nav-tabs .nav-link.active:nth-child(2) img,
.about-us-section .nav-tabs .nav-link:nth-child(2):hover img,
.about-us-section .nav-tabs .nav-link.active:nth-child(3) img,
.about-us-section .nav-tabs .nav-link:nth-child(3):hover img,
.about-us-section .nav-tabs .nav-link.active:nth-child(4) img,
.about-us-section .nav-tabs .nav-link:nth-child(4):hover img,
.about-us-section .nav-tabs .nav-link.active:nth-child(5) img,
.about-us-section .nav-tabs .nav-link:nth-child(5):hover img {
    filter: invert(1);
}
.about-us-section .nav-tabs .nav-item.show .nav-link:nth-child(1), 
.about-us-section .nav-tabs .nav-link.active:nth-child(1), 
.about-us-section .nav-tabs .nav-link:nth-child(1):hover{
    background-image: url(../images/bg-tab-about1.png);
}
.about-us-section .nav-tabs .nav-item.show .nav-link:nth-child(2), 
.about-us-section .nav-tabs .nav-link.active:nth-child(2), 
.about-us-section .nav-tabs .nav-link:nth-child(2):hover {
    background-image: url(../images/bg-tab-about2.png);
}
.about-us-section .nav-tabs .nav-item.show .nav-link:nth-child(3), 
.about-us-section .nav-tabs .nav-link.active:nth-child(3), 
.about-us-section .nav-tabs .nav-link:nth-child(3):hover {
    background-image: url(../images/bg-tab-about3.png);
}
.about-us-section .nav-tabs .nav-item.show .nav-link:nth-child(4), 
.about-us-section .nav-tabs .nav-link.active:nth-child(4), 
.about-us-section .nav-tabs .nav-link:nth-child(4):hover {
    background-image: url(../images/bg-tab-about4.png);
}
.about-us-section .nav-tabs .nav-item.show .nav-link:nth-child(5), 
.about-us-section .nav-tabs .nav-link.active:nth-child(5), 
.about-us-section .nav-tabs .nav-link:nth-child(5):hover {
    background-image: url(../images/bg-tab-about5.png);
}
.about-us-section .tab-circel img,
.about-us-section .tab-pane img {
    width: 44px;
}
.center-image img {
    width: 389px;
    margin-top: -20px;
    margin-left: -25px;
}
.tab-content {
    /* border-radius: 10px;
    background: #FFF;
    box-shadow: 0px 4px 4px 0px rgba(0, 0, 0, 0.25);
    padding: 10px; */
}
.stay-ahead img {
    width: 45px;
}
.first-about-know {
    border-radius: 10px;
    background: #FFF;
    text-align: center;
    padding: 70px 0px 0;
}
.subscribe-btn {
    position: absolute;
    right: 5px;
    top: 2px;
    border-radius: 5px;
    background: #ED7E02;
    box-shadow: 0px 4px 10px 10px rgba(0, 0, 0, 0.10);
    border: 0;
    padding: 10px 46px;
    font-weight: 600;
    color: #fff;
}
.subscribe-btn:hover{
    background: #4c27ae;

}
.innovation-impact-exchange{
    background-image: url(../images/card-bg.jpg);
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    padding: 115px 0 0 0;
}
.solutions img{
    width: 50px;
    margin: 0px 40px 40px 0;
}
.row.solutions:before {
    content: none;
}
.exchange-card {
    background: #fff;
    padding: 30px;
    border-radius: 5px;
    min-height: 216px;
    margin-bottom: 90px;
}
.innvoation-card-icon {
    background: #fff;
    border-radius: 50%;
    position: absolute;
    top: -48px;
    width: 80px;
    height: 80px;
    display: flex;
    justify-content: center;
    align-items: center;
}
.startupcard-1 .innvoation-card-icon {
    right: 32px;
    top: -48px;
}

.exchange-card-icon img {
    width: 50px;
}
.subscribe-input {
    margin: 30px 0 0;
    height: 50px;
}
.stay-ahead  {
    background: #f5f5f5;
}
.heading-curve {
    border-radius: 10px;
    background: #4C27AE;
    display: inline-block;
    padding: 22px 102px;
    color: #fff;
    position: relative;
    top: 35px;
}
/* sign uo  form  */
.sign-height {
    background: linear-gradient(91deg, #CBDAFF 0%, rgba(203, 218, 255, 0.00) 100%);
    margin-top: 60px;
    padding: 70px 5PX;
}
.signup-page{
    height: auto;
}
/* .signup-page .bg-color {
    padding: 30px;
} */
.bg-color {
    /* background: linear-gradient(91deg, #CBDAFF 0%, rgba(203, 218, 255, 0.00) 100%); */
}
.sign-up-form {
    width: 600px;
    border-radius: 10px;
    background: #FFF;
    padding: 50px 60px 9px;
}
.form-label {
    font-size: 18px;
    color: #5A5C63;
    font-weight: 500;
}
.form-page .form-control {
    margin-bottom: 10px;
    height: 44px;
}
.form-page .form-control::placeholder {
    color: rgba(90, 92, 99, 0.50);
    font-size: 16px;
}
.page-link a {
    color: #638df9;
}
.page-link a:hover{
    color: #000;
}
/* login  */
.login-page .bg-color{
    padding: 0;
}

/* create profile  */
.create-profile {
    border-radius: 10px;
    background: #FFF;
    padding: 43px 56px;
}
.required-lab {
    color: red;
}
.form-page.create-profile-page .form-control {
    margin-bottom: 30px;
    width: 85%;
    font-size: 16px;
}
.add-founder {
    position: absolute;
    right: 98px;
    top: 9px;
}
.delete-input {
    position: absolute;
    right: 0;
    top: 17px;
}
.pagenext a {
    padding-left: 30px;
    font-size: 24px;
    text-decoration: underline;
}
.disabled-point{
    color: #D9D9D9;
    cursor: default;
}
.formbold-browse {
    color: #638df9;
    display: inline-block;
    padding: 8px 28px;
    border-radius: 5px;
    border: 1px solid rgba(0, 0, 0, 0.25);
    background: #FFF;
}
.upload-file-add {
    position: absolute;
    width: 220px;
    height: 32px;
    left: 25px;
    top: 44px;
    z-index: 0;
}
.filelabel{
    z-index: 2;
    position: relative;
}
/* review create profile  */
.step-6 label {
    color: #5A5C63;
}
progress#file {
    width: 90%;
    height: 22px;
}
.step-6 p {
    color: #000;
    font-size: 22px;
    font-weight: 400;
    line-height: 35px;
}
.first-letter-name {
    font-size: 40px;
    font-weight: 700;
}
.user-name {
    font-size: 32px;
    font-weight: 700;
    line-height: 35px;
}
.address-user {
    color: #5A5C63;
    font-size: 20px;
}
.bannerprofile-upload {
    margin-top: 126px;
}
/* .avatar-upload {
    position: relative;
    max-width: 205px;
    margin: 50px auto;
} */
.avatar-upload .avatar-edit {
    position: absolute;
    right: 12px;
    z-index: 1;
    top: 10px;
}
.avatar-upload .avatar-edit input {
    display: none;
}
.avatar-upload .avatar-edit input + label {
    display: inline-block;
    width: 34px;
    height: 34px;
    margin-bottom: 0;
    border-radius: 100%;
    background: #ffffff;
    border: 1px solid transparent;
    box-shadow: 0px 2px 4px 0px rgba(0, 0, 0, 0.12);
    cursor: pointer;
    font-weight: normal;
    transition: all 0.2s ease-in-out;
}
.avatar-upload .avatar-edit input + label:hover {
    background: #f1f1f1;
    border-color: #d6d6d6;
}
.avatar-upload .avatar-edit input + label:after {
    content: "\f040";
    font-family: "FontAwesome";
    color: #757575;
    position: absolute;
    top: 10px;
    left: 0;
    right: 0;
    text-align: center;
    margin: auto;
}
.avatar-upload .avatar-preview {
    position: relative;
    width: 132px;
    height: 130px;
}
.avatar-upload .avatar-preview > div {
    width: 100%;
    height: 100%;
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
    display: flex;
    align-items: center;
    justify-content: center;
}

/* startups parofile page  */
.input-value-about img {
    width: 100%;
    height: 100px;
    object-fit: contain;
}
.startup-profile-banner.banner {
    height: 233px;
    margin-top: 68px;
}
.startup-profile-banner .upload-icon {
    padding: 4px;
    box-shadow: -2px -2px 5px 0px #cfcfcf;
    border-radius: 10px 0px 0px 0px;
}
.profile-image {
    width: 132px;
    height: 130px;
    border-radius: 5px;
    background: #EFF3FC;
    margin-right: 15px;
    overflow: hidden;
    box-shadow: 0px 1px 3px 0px #dddddd;
}
.upload-icon {
    position: absolute;
    bottom: 0;
    right: 0;
    background: #eff3fc;
    cursor: pointer;
}
.tabs-box {
    box-shadow: 0px 4px 4px 0px rgba(0, 0, 0, 0.10);
}
.profile-tabs .nav-tabs .nav-link.active:before,
.profile-tabs .nav-tabs .nav-link:hover:before{
    content: "";
    position: absolute;
    width: 100%;
    height: 8px;
    background: #CCDBFF;
    bottom: -1px;
    left: 0;
    border-radius: 10px 10px 0px 0px;
}
.profile-tabs .nav-link{
    color: #5A5C63;
    font-size: 16px;
    font-weight: 600;
    line-height: 35px;
}
.profile-tabs .nav-tabs .nav-item.show .nav-link, .profile-tabs .nav-tabs .nav-link.active,
.profile-tabs .nav-tabs .nav-link:focus,  .profile-tabs .nav-tabs .nav-link:hover{
    position: relative;
    border-color: transparent;
}
.invest-value {
    text-align: end;
}
.invest-table td,.invest-table th {
    border: 0;
}
.invest-table {
    background: #FFF;
    padding: 30px;
}
.invest-now {
    background: #EBF1FF;
    box-shadow: 4px 4px 4px 0px #E5E9F2;
    padding: 25px;
}
.btn-first.invest-btn {
    background: #6AE36F;
}
.invest-table th {
    font-size: 18px;
    font-weight: 400;
    line-height: 35px;
}
.invest-table td {
    font-size: 18px;
    font-weight: 600;

}
.profile-tabs .row-bg {
    background: #f5f5f5a1;
    padding: 25px;
    margin-bottom: 10px;
}
.details-about-employees label {
    font-size: 18px;
    font-weight: 600;
    line-height: normal;
}
.details-about-employees span {
    font-size: 16px;
}
.show-field {
    color: #2EDE5F;
    text-decoration-line: underline;
}
.hide-field {
    color: #de2e2e;
    text-decoration-line: underline;
}
.input-value-about {
    border-radius: 5px;
    border: 1px solid rgba(0, 0, 0, 0.25);
    background: #FFF;
    padding: 8px 8px 5px;
    display: block;
    overflow: hidden;
}
.ppt-slider-tab .slick-dots {
    display: flex;
    width: 97%;
    position: relative;
    top: 18px;
}
.ppt-slider-tab .slick-dots li {
    width: 100%;
    margin: 0;
}
.ppt-slider-tab .slick-dots li button:before {
    width: 100%;
    height: 10px;
    background: #699BF7;
}
.ppt-slider-tab .slick-dots li button:before {
    font-size: 0;
}

/* startup documants  */
.image-box .slick-dots {
    display: none !important;
}
.upload-container {
    display: flex;
}
.upload-section {
    text-align: center;
    margin: 20px;
}
.uploaded-card {
    border: 1px solid #ccc;
    /* margin: 5px; */
    position: relative;
    width: 100%;
    height: 250px;
}
.uploaded-card img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.delete-icon {
    position: absolute;
    top: 5px;
    right: 17px;
    cursor: pointer;
    padding: 3px;
    background-color: white;
    border-radius: 50px;
}

.download-btn {
    margin-top: 5px;
}

.file-input-container {
    position: relative;
    display: inline-block;
}

.hidden {
    display: none;
}

.add-button {
    display: inline-block;
    padding: 13px 40px;
    background: transparent;
    color: blue;
    border: 1px solid blue;
    border-radius: 5px;
    cursor: pointer;
}

.add-button:hover {
    color: black;
    border: 1px solid black;
}

.delete-icon,
.download-btn,
.view-btn {
    position: absolute;
    margin: 0 0 20px 20px;
    cursor: pointer;
}

.download-btn {
    top: 50%;
    left: 20%;
    background-color: #CBDAFF;
    border-radius: 10px;
    padding: 5px;
}

.view-btn {
    top: 50%;
    right: 20%;
    background-color: #CBDAFF;
    border-radius: 10px;
    padding: 5px;
    
}

.view-btn img,
.download-btn img {
    width: 25px !important;
    height: 25px;
}

.icon {
    display: none;
}

.uploaded-card:hover .icon {
    display: block;
}

.uploaded-card:hover {
    filter: brightness(90%);
}

.file-name {
    background: #CBDAFF;

    padding: 5px 3px;
}


.file-input-button {
    border: 1px solid blue;
    color: blue;
    padding: 10px 20px;
    cursor: pointer;
    border-radius: 10px;
    background: transparent;
}

.uploaded-files {
    display: flex;
}

.enlarged-image {
    position: fixed;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    z-index: 1000;
    width: 80%;
    height: 500px;
}

.remove-icon {
    position: absolute;
    top: 10px;
    right: 10px;
    background-color: #CBDAFF;
    padding: 10px;
    border-radius: 10px;
    z-index: 2000;
    cursor: pointer;
}
/* choose profile  */
.choose-profile .create-profile {
    width: 600px;
    margin: auto;
}
.ppt-show img, .ppt-show {
    height: 540px;
    /* object-fit: contain; */
}
.dowmload-ppt-icon {
    position: absolute;
    right: 45px;
    bottom: 11px;
}
.zoom-box {
    position: absolute;
    right: 12px;
    bottom: 11px;
}
.full-image {
    background: #000000b1;
    position: fixed;
    width: 100%;
    height: 100%;
    left: 0;
    top: 0;
    z-index: 9999;
}
.modal-ppt .ppt-show {
    display: flex !important;
    justify-content: center;
    align-items: center;
    width: 60% !important;
    height: 100vh;
    margin: auto;
}
.modal-ppt .btn-closemodal {
    z-index: 9;
    position: relative;
    filter: invert(1);
    border: 0;
    background: transparent;
    font-size: 20px;
    font-weight: 800;
}
.modal-ppt .slick-next {
    right: 0;
    z-index: 9;
}
.modal-ppt .slick-prev {
    left: 0;
    z-index: 9;
}
.modal-ppt .slick-arrow {
    background: #fff;
    border-radius: 50px;
    width: 35px;
    height: 35px;
    box-shadow: 0px 0px 20px 0px #323232;
}
.modal-ppt .slick-prev:before, .modal-ppt .slick-next:before {
    color: black;
    width: 20px;
    height: 20px;
    display: inline-grid;
}
.modal-ppt .slick-prev:before {
    content: url(../images/svg/angle-left-solid.svg);
}
.modal-ppt .slick-next:before {
    content: url(../images/svg/angle-right-solid.svg);
}
.pitch-deck-modal .add-founder {
    right: 12px;
}
.pitch-deck-modal .delete-input {
    top: 42px;
    font-size: 14px;
}
/* challenge page  */
.challenge .card-sidebar .cards-challenge-side-box{
    border-radius: 0;
    background: #FFF;
    box-shadow: 0px 4px 4px 0px rgba(0, 0, 0, 0.10);
    margin-bottom: 25px;
}
.challenge-img {
    width: 55px;
    height: 55px;
    background: #D9D9D9;
}
.challenge-name {
    font-size: 18px;
    font-weight: 700;
    line-height: 24px;
}
.challenge-img, .challenge-img img {
    width: 65px;
    height: 65px;
    background: #D9D9D9;
    display: block;
    margin-right: 16px;
}
.challenge-status {
    color: #5A5C63;
    font-size: 16px;
    line-height: 20px;
}
.hagtag {
    color: #5A5C63;
    font-size: 13px;
    font-weight: 400;
    line-height: 26px;
    margin-top: -11px;
    margin-bottom: 0;
}
.hagtag + p{
    margin: 0;
}
.ft-text-time{
    font-size: 12px;
    font-weight: 400;
    line-height: 100%;
}
.challenge-text p {
    font-size: 16px;
    font-weight: 400;
    line-height: 140%;
}
.eligbilty p {
    color: #5A5C63;
    font-size: 14px;
    line-height: 140%;
}
.cards-challenge {
    border-radius: 0px 0px 5px 5px;
    border-bottom: 5px solid #E9EFFF;
    padding: 10px;
}
.cards-challenge-side-box {
    border-radius: 5px;
    background: #FFF;
    box-shadow: 0px 2px 10px 0px rgba(0, 0, 0, 0.10);
    margin-bottom: 20px;
}
.card-sidebar .cards-challenge-side-box {
    border-radius: 0;
    background: #FFF;
    box-shadow: 0px 0px 0px 0px rgba(0, 0, 0, 0.10);
    margin-bottom:0px;
}
.profile-tabs .row-bg:last-child {
    margin: 0;
}
.card-challenge-footer {
    padding: 10px;
}
.challenge .right-side-bar {
    top: 100px;
}
.sidebar-button {
    position: fixed;
    left: 10px;
    top: 100px;
    display: none;
}
.challenge .left-bar {
    margin-top: 37px;
}
.challenge .left-bar .challenge-img, .challenge .left-bar .challenge-img img , .challenge-registration .challenge-img , .challenge-registration .challenge-img img{
    width: 135px;
    height: 135px;
    background: #D9D9D9;
    display: block;
    margin-right: 16px;
}
.left-bar .cards-challenge {
    border-radius: 0;
    border-bottom: 5px solid #D9D9D9;
}
.left-bar .cards-challenge-side-box {
    box-shadow: none;
}
.h6-heading{
    color: rgba(90, 92, 99, 0.50);
}
.date-stage-post {
    font-size: 18px;
    font-weight: 400;
}
.stage-challenge-ul {
    list-style: none;
}
.stage-challenge-ul li{
    position: relative;
}
.stage-challenge-ul li:after {
    content: "";
    position: absolute;
    background: #fff;
    width: 20px;
    height: 20px;
    left: -35px;
    top: 9px;
    border-radius: 50px;
    border: 3px solid #638DF9;
}
.stage-challenge-ul li:before {
    content: "";
    position: absolute;
    height: 100%;
    width: 100%;
    border-left: 2px dashed #638df9;
    left: -26px;
    top: 25px;
}
.stage-challenge-ul li:last-child:before{
    border: none;
}
.user-comment,.user-comment img {
    width: 50px;
    height: 50px;
    background: #D9D9D9;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 50px;
    /* margin: auto; */
}
.user-comment p {
    margin: 0;
    font-weight: 600;
    font-size: 18px;
}
.comment-btn.float-end {
    position: relative;
    top: -58px;
    left: -11px;
}
/* challenge-registration  */
.challenge-registration .cards-challenge {
    border-bottom: 0;
}
.challenge-registration .cards-challenge-side-box {
    box-shadow: none;
}
.challenge-registration .challenge-img img {
    width: 165px;
    height: 165px;
}
.challenge-registration .btn-check:checked+.btn {
    color: #fff;
    background-color: var(--bs-btn-active-bg);
    border-color: transparent;
    background: #638df9;
}
.choode-type .form-label.btn {
    padding: 12px 80px;
    border-radius: 5px;
    border: 1px solid rgba(0, 0, 0, 0.25);
}
.btn-outline-back {
    color: #638DF9;
    font-size: 24px;
    font-weight: 400;
    text-decoration-line: underline;
    background: #fff;
    border: 0;
}
.btn-outline-next {
    color: #5A5C63;
    font-size: 24px;
    font-weight: 400;
    text-decoration-line: underline;
}
.step1-progressbar {
    border-radius: 10px 10px 0px 0px;
    background: #699BF7;
    width: 50%;
    height: 4px;
}
/* team registration  */
.step2-progressbar {
    border-radius: 10px 10px 0px 0px;
    background: #699BF7;
    width: 100%;
    height: 4px;
}
.team-registration .hidden-form.form-switch {
    padding-left: 0;
}
.team-registration .form-check.form-switch {
    flex-direction: row-reverse;
    display: flex;
    justify-content: start;
    align-items: center;
}
.team-registration .hidden-form .form-check-input {
    margin-left: 10px;
    border-radius: 30px;
    box-shadow: 0px 4px 4px 0px rgba(0, 0, 0, 0.25);
    width: 72px;
    height: 36px;
}
.team-registration .hidden-form .form-check-input:checked {
    border-color: #fff;
    background: rgba(232, 232, 232, 0.50);
}
.team-registration .hidden-form.form-switch .form-check-input:checked {
    background-position: right center;
    background-image: url(../images/green-carcal.svg);
    background-repeat: no-repeat;
}
.team-registration .hidden-form.form-switch .form-check-label {
    color: #5A5C63;
    font-size: 20px;
} 
.team-mamber-image {
    width: 59px;
    height: 59px;
    background: #D9D9D9;
    border-radius: 50px;
}
.team-members-edit .card-body {
    border-radius: 5px;
    border: 1px solid rgba(0, 0, 0, 0.25);
    background: #FFF;
    padding: 13px;
}   
.team-mamber-name p {
    margin: 0;
} 
.add-team-mamber-btn:hover {
    opacity: 0.6;
} 
.member-edit-team-modal .choode-type .form-label.btn {
    padding: 12px 34px;
}
.add-team-mamber-btn {
    font-weight: 600;
}
/* user profile  */
.profile-tabs .slick-track {
    margin: 0;
    /* width: 50% !important; */
    /* display: flex; */
}
.recent-registration-slider .slick-slide{
    /* width: 100% !important; */
}
.port-url {
    color: #638DF9;
    font-size: 18px;
    font-weight: 400;
}
.user-profile-page .slick-slide {
    margin: 5px;
}
.user-profile-page .skill-ex {
    font-size: 14px;
    font-weight: 400;
    line-height: 36px;
}
.user-profile-page .job-experience {
    border-top: 1px solid #dbdbdb;
    padding-top: 25px;
}
.project-row .cards-challenge {
    border-bottom: 0;
    padding: 29px;
}
.cards-challenge svg {
    width: 15px;
}
table.table-borderless tr td:first-child {
    font-weight: 700;
}

table.table-borderless tr td {
    width: 20%;
    font-size: 18px;
    padding-bottom: 25px;
}
.custom-h1 {
    color: #5A5C63;
    font-family: Inter;
    font-size: 22px;
    font-style: normal;
    font-weight: 700;
    line-height: 35px; 
}
.edit-icon {
    position: absolute;
    top: 10px;
    right: 10px;
    cursor: pointer;
}
.social-user-link li {
    margin-bottom: 20px;
}
.wishlist-tab .left-bar .cards-challenge-side-box .challenge-img img,
.wishlist-tab .left-bar .cards-challenge-side-box .challenge-img {
    width: 135px;
    height: 135px;
    background: #D9D9D9;
    display: block;
    margin-right: 16px;
}
.wishlist-tab .nav-link {
    width: 194px;
}
.wishlist-tab .nav-pills .nav-link.active, .wishlist-tab .nav-pills .show>.nav-link {
    border-radius: 5px;
    background: #FFF;
    box-shadow: 0px 2px 4px 0px rgba(0, 0, 0, 0.25);
    color: #000;
}
.wishlist-tab .nav-link {
    border-radius: 5px;
    background: #EBEBEB;
}
.certificates .profile-image {
    width: 100%;
    height: 100%;
}
.certificates .avatar-upload .avatar-preview {
    width: 100%;
    height: 100%;
}
.certificates .avatar-upload .avatar-preview > div {
    height: 260px;
    background-position: top;

}
/* startups sliders  */
.startups-main-div .slick-track {
    margin: 0;
}
.title-startup-card{
    overflow: hidden;
    text-overflow: ellipsis;
    -webkit-line-clamp: 1;
    display: -webkit-box !important;
    -webkit-box-orient: vertical;

}
.startups-main-div .backgroung-light:nth-child(odd) {
    background: #f0f8ff;
    padding: 60px 0;
}
.startups-main-div .backgroung-light:nth-child(even) {
    padding: 60px 0;
}
.startups-filter-tab{
    background: #EDEDED;
    width: 25%;
    padding: 50px 0;
    height: 100vh; 
}
 .nav-pills.startups-filter-tab  .nav-link.active,  .nav-pills.startups-filter-tab .show>.nav-link {
    border-radius: 5px;
    background: #FFF;
    color: #000;
}
 .nav-pills.startups-filter-tab .nav-link {
    text-align: start;
    padding: 15px 20px;
    color: #000;
}
.startups-main-div .form-check {
    margin-bottom: 20px;
}
.tab-body-contant p{
    color: #000;
    font-size: 16px;
    font-weight: 700;
}
.range-value{
    width: 30%;
}
.sort-by-filter .dropdown-toggle{
    color: #638DF9;
    font-size: 16px;
    background: transparent;
    border: 0;
}
.startups-main-div .sort-by-filter .dropdown-menu{
    padding: 30px 29px 0;
}
.startups-main-div .offcanvas-header .btn-close {
    position: absolute;
    right: 15px;
}
.startups-main-div .offcanvas-body  {
    margin-top: -51px;
}
.challenge .btn-first {
    padding: 10px 12px;
    font-size: 14px;

}
/* agritech  */
.banneragritech {
    background-image: url(../images/banner-agritech-bg.jpg);
    height: 210px;
}

.card-agritech {
    border-radius: 10px;
    background: #FFF;
    box-shadow: 4px 4px 4px 0px rgba(0, 0, 0, 0.15);
    padding: 26px;
    height: 100%;
    margin-bottom: 15px;
    transition: 0.5s;
}
.card-agritech:hover {
    background: #4C27AE;
    text-align: start !important;
}
.card-agritech:hover h4,
.card-agritech:hover p{
    color: #fff;
}
.card-agritech-img{
    transition: 0.5s;
}
.card-agritech:hover .card-agritech-img{
    left: 5%;
}
.card-agritech:hover .card-agritech-img {
    background: #4C27AE;
}
.producer-img {
    width: 140px;
    height: 140px;
    margin: auto;
    position: relative;
}
.producer-img img {
    width: 140px;
    height: 140px;
    border-radius: 50%;
    border: 10px solid #f3f3f3;
    padding: 6px;
    background: #fff;
    position: relative;
}
.envirnmental:after {
    content: "";
    position: absolute;
    width: 100%;
    height: 74px;
    left: 61px;
    background: #ffffff;
    bottom: -5px;
    clip-path: polygon(46% 31%, 50% 0, 100% 0, 100% 70%, 100% 100%, 50% 100%, 6% 100%, 6% 80%, 23% 71%, 39% 50%);
}
.envirnmental:before {
    content: "";
    position: absolute;
    width: 10px;
    height: 25px;
    background: #F3F3F3;
    left: 49%;
    bottom: -16px;
    z-index: 990;
}
.social-goals:after {
    content: "";
    position: absolute;
    width: 98%;
    height: 63px;
    left: -57px;
    transform: rotate(180deg);
    background: #ffffff;
    top: -2px;
    clip-path: polygon(46% 31%, 50% 0, 100% 0, 100% 70%, 100% 100%, 50% 100%, 6% 100%, 6% 80%, 23% 71%, 39% 50%);
}
.producer-img.social-goals:before {
    content: "";
    position: absolute;
    width: 10px;
    height: 25px;
    background: #F3F3F3;
    left: 49%;
    top: -16px;
    z-index: 990;
}
.reduce:after{
    content: "";
    position: absolute;
    width: 100%;
    height: 74px;
    left: 61px;
    background: #ffffff;
    bottom: -5px;
    clip-path: polygon(46% 31%, 50% 0, 100% 0, 100% 70%, 100% 100%, 50% 100%, 6% 100%, 6% 80%, 23% 71%, 39% 50%);
}
.reduce:after {
    content: "";
    position: absolute;
    width: 100%;
    height: 70px;
    left: 40px;
    background: #ffffff;
    top: -24px;
    transform: rotate(270deg);
    clip-path: polygon(46% 31%, 50% 0, 100% 0, 100% 70%, 100% 100%, 50% 100%, 6% 100%, 6% 80%, 23% 71%, 39% 50%);
}
.reduce:before {
    content: "";
    position: absolute;
    width: 25px;
    height: 10px;
    background: #F3F3F3;
    right: -15px;
    z-index: 990;
    bottom: 67px;
}
.sustained:after {
    content: "";
    position: absolute;
    width: 92%;
    height: 68px;
    left: -33px;
    background: #ffffff;
    bottom: -23px;
    transform: rotate(90deg);
    clip-path: polygon(46% 31%, 50% 0, 100% 0, 100% 70%, 100% 100%, 50% 100%, 6% 100%, 6% 80%, 23% 71%, 39% 50%);
}
.sustained:before{
    content: "";
    position: absolute;
    width: 25px;
    height: 10px;
    background: #F3F3F3;
    left: -15px;
    z-index: 990;
    bottom: 67px;
}
.envirnmental{
    margin: 50px 0 50px auto;
}
.social-goals{
    margin: 50px auto 50px 0 ;
}
.producer_agriculture {
    margin: 50px auto 50px;
    position: relative;

}
.producer_agriculture:after {
    content: "";
    position: absolute;
    width: 355%;
    height: 10px;
    background: #f3f3f3;
    left: -179px;
    top: 110px;
    transform: rotate(90deg);
    z-index: -1;

}
.producer_agriculture::before {
    content: "";
    position: absolute;
    width: 350%;
    height: 10px;
    left: -175px;
    top: 61px;
    z-index: -1;
    background: #F3F3F3;
}
.producer_agriculture img {
    background: #fff;
    padding: 0;
    border: 10px solid #fff;
    box-shadow: 0px 2px 5px 0px #c9c9c9;
}

.card-agritech-img {
    position: absolute;
    top: -40px;
    left: 42%;
    width: 70px;
    height: 70px;
    border-radius: 87%;
    background: #FFF;
    filter: drop-shadow(0px 6px 3px rgba(0, 0, 0, 0.25));
    padding: 12px;
}
.agriculture-global {
    border-radius: 10px;
    background: #F4F4F4;
}
.current-investment-img {
    width: 75%;
}
.agritech-discover {
    background: #FAF8FF;
}
.agritech-title-name {
    background: #ED7E02;
    border-radius: 50%;
    padding: 10px;
    width: 49px;
    height: 49px;
    display: flex;
    align-items: center;
    justify-content: center;
    margin-right: 12px;
}
.agritech-logo img {
    width: 69px;
    height: 49px;
    object-fit: contain;
}
.agritech-title-name h5 {
    color: #fff;
    margin: 0;
    font-size: 16px;
}
.tab-title-agritech p {
    margin: 0;
    margin-right: 10px;
    text-wrap: nowrap;
}
.select-filter {
    border-radius: 10px;
    background: #FFF;
    box-shadow: 0px 4px 4px 0px rgba(0, 0, 0, 0.15);
    padding: 8px;
    position: relative;
    margin-bottom: 10px;
}

.clode-filter-icon svg {
    width: 10px;
}
.clode-filter-icon {
    position: absolute;
    right: 14px;
}
.filter-icon-agritech {
    width: 40px;
}
.tab-title-agritech {
    overflow: hidden;
    width: 84%;
}
.agritech-tab-row {
    background: #fff;
}
.agritech-tab-row .card {
    border-radius: 0 0 5px 5px;
    background: #FFF;
    box-shadow: 0px 4px 4px 0px rgba(0, 0, 0, 0.15);
    border: 0;
    margin-top: 2px;
}
.agritech-tab-row .offcanvas.offcanvas-start {
    transform: translateX(-100%);
    width: 60%;
}
.agritech-tab-row .offcanvas.show:not(.hiding), .offcanvas.showing {
    transform: none;
}
.tab-sidebar-nav{
    background: #EEEBF5;
    height: 94vh;
    padding-top: 30px;
}
.agritech-tab-row .nav-link{
    color: #000;
    font-weight: 600;
    text-align: start;
}
.agritech-tab-row .nav-pills .nav-link.active, .agritech-tab-row .nav-pills .show>.nav-link {
    color: #000;
    background-color: #ffffff;
}
.tab-title-agritech-filter p {
    margin: 0;
}
@media (min-width: 991px){
   
    .navbar-expand-lg .navbar-nav {
        margin-left: auto;
        margin-right: 0 !important;
        align-items: center;
    }
    .right-side-bar .offcanvas {
        position: static;
        visibility: visible;
        border: 0 !important;
    }
    .offcanvas.offcanvas-start {
        transform: translateX(0%);
        width: 100%;
    }
    .right-side-bar button.btn-close {
        display: none;
    }
    .startups-main-div .offcanvas {
        width: 45%;
    }
    header .dropdown:hover > .dropdown-menu {
        display: block;
    }
   
}
@media screen and (max-width : 1399px) {
    
    .tab-circel {
        margin: 5px;
    }
    .tab-circel {
        width: 200px;
        height: 165px;
    }
    .tab-circel:nth-child(1) {
        width: 180px;
        height: 190px;
        transform: translate(161px, 155px);
    }
    .tab-circel:nth-child(2) {
        width: 205px;
        height: 210px;
        transform: translate(41px, 20px);
    }
    .tab-circel:nth-child(4) {
        transform: translate(-51px, 25px);
        width: 214px;
        height: 211px;
        padding: 2px 39px 0px 19px;
    }
    .tab-circel:nth-child(5) {
        transform: translate(-179px, 163px);
        width: 180px;
        height: 190px;
        padding: 31px 11px 60px 27px;
    }
    .center-image img {
        width: 100%;
        margin-top: -30px;
        margin-left: -10px;
    }
    .tab-content {
        margin-top: 10px;
    }
    
    .exchange-card {
        min-height: auto;
        margin-bottom: 70px;
    }
    .wishlist-tab .nav-link {
        width: 100%;
    }
    .user-comment p {
        font-size: 16px;
    }
    .user-comment, .user-comment img {
        width: 35px;
        height: 35px;
    }
}
@media (max-width: 1199px){
    .banner-bg .banner-text {
        width: 100%;
    }
    body .how-does-it-work .slider3 {
        left: 0%;
    }
    header .nav-link {
        margin-right: 20px;
    }
    .side-bar-investors:before {
        width: 115%;
    }
    .choode-type .form-label.btn {
        padding: 12px 40px;
    }
    .challenge .btn-first {
        padding: 6px 7px;
        font-size: 14px;
    }
    header .nav-link {
        font-size: 16px;
    }
    .about-us-section .tab-circel {
        width: 150px;
        height: 175px;
        padding: 16px;
        transform: translate(0, 0);
        background-image: none;
        background-color: #fff;
        box-shadow: 0px 3px 4px 0px #e3e3e3;
    }
    .center-image {
        display: none;
    }
    .about-us-section .nav-tabs .nav-item.show .nav-link, 
    .about-us-section .nav-tabs .nav-link.active,
    .about-us-section .nav-tabs .nav-link:hover {
        background-image: none !important;
        background-color: #4c27ae;
    }
    .about-us-section .circel-tab-box {
        height: auto;
    }
}
@media (max-width: 992px){
    .dropdown-menu.show, .dropdown-menu {
        margin-left: 0;
    }
    .how-does-it-work .slider3 {
        left: 0;
    }
    .how-does-it-work .slick-slide {
        margin: 10px;
    }
    .slider-card {
        min-height:270px;
    }
    .side-bar-investors p {
        width: 100%;
    }
    .investors .slide-sidebar .offcanvas {
        width: 95%;
    }
    .side-bar-investors {
        height: auto;
        padding: 60px 0px 0;
    }
    .scroll-card {
        padding: 60px 0;
    }
    .industries-box {
        margin-bottom: 40px;
    }
    .side-bar-investors:before {
        width: 100%;
        left: 0;
    }
    .testimonial {
        padding: 0;
    }
    .testimonial .slick-slide {
        margin: 10px;
    }
    .testimonial .slick-dots {
        bottom: 0;
    }
    .testimonial .slick-track {
        padding-top: 0;
    }
    .profile-tabs .row-bg {
        padding: 40px 15px;
    }
    .invest-table {
        padding: 5px;
    }
    .ppt-show .gallery img, .ppt-show {
        height: auto;
    }
    .sidebar-button {
        display: block
    }
    .right-side-bar {
        z-index: 9999;
    }
    .sidebar-button {
        background: #fff;
        box-shadow: 0px 0px 9px 0px gray;
        padding: 8px;
        top: 78px !important;
        left: 0 !important;
        border-radius: 0px 0 12px 0;
        display: block;
    }
    .navbar {
        padding: 6px 0 !important;
        align-items: start;
    }
    .profile-tabs .nav-link {
        width: 100%;
    }
    .profile-tabs .nav-tabs .nav-link.active:before, .profile-tabs .nav-tabs .nav-link:hover:before {
        background: transparent;
    }
    .profile-tabs .nav-tabs .nav-item.show .nav-link, .profile-tabs .nav-tabs .nav-link.active, .profile-tabs .nav-tabs .nav-link:focus, .profile-tabs .nav-tabs .nav-link:hover {
        background: #eff3fc;
    }
    .investors .row:before {
        width: 100%;
    }
    .about-us-section .tab-circel {
        width: 120px;
        height: auto;
        padding: 10px;
    }
    .tab-circel p {
        /* font-size: 14px; */
        line-height: 17px;
        font-weight: 600;
    }
    .tab-circel img {
        width: 33px;
    }
    .challenge-hear:before{
        content: none;
    }
    .startupcard-1 .innvoation-card-icon {
        left: 30px;
    }
    .exchange-card.startupcard-1 .exchange-card-icon {
        text-align: start !important;
    }
    .exchange-card-icon.text-center h3 {
        font-size: 22px;
    }
    .navbar-nav {
        height: 100vh;
    }
    .agritech-tab-row .offcanvas.offcanvas-start {
        width: 100%;
    }
}
@media (max-width: 767px){
    .slider-card {
        min-height: 348px;
    }
    .create-profile {
        padding: 43px 10px;
    }
    .form-page.create-profile-page .form-control {
        width: 100%;
    }
    .add-founder {
        right: 15px;
    }
    .delete-input {
        top: 42px;
    }
    .sign-up-form {
        width: 100%;
        padding: 40px 26px;
    }
    .companyname {
        margin-bottom: 4px;
    }
    .comment-reply {
        z-index: 999;
        position: relative;
    }
    .comments-btn-all,.cancel-comment{
        padding: 8px 12px;
        font-size: 12px;
        margin: 0 !important;
    }
    /* .user-comment-reply{
        width: 53px;
        height: 53px;
    } */
    
    
    .card-challenge-footer div .d-flex {
        display: grid !important;
        gap: 8px;
    }
    .card-challenge-footer .ft-text-time {
        font-size: 10px;
    }
    .tab-pane .row svg {
        width: 20px;
        margin: auto;
    }
    .startup-card p {
        font-size: 13px;
    }
    .profile-image {
        width: 100px;
        height: 100px;
    }
    .about-us-section .tab-circel {
        width: 100%;
        display: flex;
        align-items: center;
    }
    .tab-circel p {
        margin-left: 15px;
        text-align: start;
        margin-bottom: 0;
    }
    .banner-text h1 {
        text-align: center !important;
    }
    .text-box span {
        width: 100%;
        left: 0;
    }
    .text-box {
        top: 45px;
        width: 100%;
        left: 0;
    }
    .home-banner-heading {
        height: auto;
    }
    .slider-chalange img {
        width: 100%;
        border-radius: 20px;
    }
    .heading-curve {
        padding: 22px 30px;
    }
    h2{
        font-size: 26px;
    }
    .banner-bg {
        padding: 60px 0;
    }
/* 
    .btn-first {
        padding: 10px 12px;
        font-size: 12px;
    } */
    .update-profile-card {
        width: 98%;
    }
    .current-investment-img {
        width: 100%;
    }
    .tab-title-agritech-filter p {
        font-size: 10px;
        margin: 0;
    }
    .clode-filter-icon {
        right: 5px;
    }
    .about-agritech , .small-producer-agriculture{
        padding: 40px 0px;
    }
    .card-agritech {
        height: 80%;
        margin-bottom: 50px;
    }
    .agritech-card {
        padding-bottom: 20px;
    }
    a.navbar-brand {
        color: #034AA6;
        font-size: 24px;
        font-weight: 600;
        line-height: normal;
    }
}
@media (max-width: 480px){
    .banner-bg .banner-text {
        padding: 40px 20px;
 
    }
    .banner-text h1 {
        display: inline;
    }
    .banner-discreptiontext{
        margin-top: 38px;
    }
    .subscribe-btn {
        padding: 10px 12px;
    }
}