.set_first_bg {
    border-radius: 0px 4px 4px 0px;
    background: rgba(43, 55, 122, 0.15);
    padding: 65px;
}

/* img.main_infra_img {
    padding: 25px;
} */

.tnimm-card {
    width: 300px;
    height: 500px;
    background-color: #c8c9d1;
    /* Blue background color */
    border-radius: 10px;
    /* Rounded corners */
    box-shadow: 0 4px 8px rgba(0, 0, 0, 0.1);
    /* Box shadow for a subtle lift effect */
    padding: 20px;
    /* Padding inside the card */
    box-sizing: border-box;
    /* Include padding and border in the total width/height */
    color: white;
    /* Text color */
}

.tnimm-card img {
    margin: 5%;
    height: 100%;
    width: 90%;
}

.scaleup-card img {
    margin: 5%;
    height: 100%;
    width: 90%;
}

.hustle-card img {
    margin: 5%;
    height: 100%;
    width: 90%;
}

.helpdesk-card img {
    margin: 5%;
    height: 100%;
    width: 90%;
}

.hustle-new-card {
    width: 75%;
    margin-left: 10%;
    background: #FFF;
    box-shadow: 0px 4px 20px 0px #2B377A;
}

.hustle-2-cont-1 {
    width: 50px;
    /* background-color: #ffff; */
    /* border-color: white; */
    color: #2B377A;
    font-weight: bold;
    margin: 20%;
    font-size: 30px;
    /* width: 126%; */
    text-align: center;
}


.assets-img {
    height: 120px;
    width: 120px;
    border-radius: 50%;

}


section.maturity-section {
    padding: 40px 0px;
    background: rgb(255, 255, 255);
}
section.prodcast-section{
    padding: 40px 0px;
    /* background-color: red; */
}
section.initive-first-section {
    background: #f6f7ff;
    padding: 40px 0px;
}

section.assessment-section {
    padding: 40px 0px;
    background: rgb(255, 255, 255);

}

section.scaleup-section {
    padding: 40px 20px 70px 0px;
    background: rgb(255, 255, 255);
}

section.helpdesk-section {
    padding: 40px 0px;
    background: rgb(255, 255, 255);
}

section.hustle-section {

    padding: 40px 0px;
    background: rgb(255, 255, 255);
}

.incubators-img-div {
    margin: 5%;
}


.initive-card-container {
    display: -webkit-inline-box;
    margin-top: 20px;
}

.initive-card {
     /* flex: 0 0 18%; */
     margin: 2%;
     background: #FFF;
     box-shadow: 2px 6px 8px 0px rgba(43, 55, 122, 0.50);
     padding: 20px 10px;
     height: 230px;
     width: 230px;
     /* box-sizing: border-box; */
     color: rgb(24, 31, 101);
     position: relative;
     transition: box-shadow 0.3s ease-in-out;
}

.initive-card:hover {
    box-shadow: 0 8px 16px rgba(0, 0, 0, 0.2);
    /* Box shadow on hover */
}

.initive-card-number {
    position: absolute;
    top: -25px;
    left: 50%;
    transform: translateX(-50%);
    color: black;
    background-color: #ffffff;
    border-radius: 50%;
    border-style: solid;
    border-color: #2B377A;
    font-size: 30px;
    width: 51.469px;
    height: 51.469px;
    text-align: center;
}
.ass_dev {
    position: relative;
    display: inline-block;
}
.badges{
    position: absolute;
    top: 5px;
    right: 6px;
    background: #2B377A;
    color: white;
    padding: 0px 5px;
    border-radius: 5px;
}
.initive-card-head {
    margin: 20%;
    font-size: 16px;
    font-weight: 700;
    color: 3E3E3E;
}

.initive-card-cont {
    /* margin: 15%; */
    font-size: 12px;
    border-color: #2B377A;
    color: #2B377A;
}

.assessment-section button {
    margin: 2%;
    background-color: #2B377A;
}

.scalup-second-card p {
    display: inline;
}



.scaleup-card-new {
    margin: 2%;
    box-shadow: 10px 10px 5px rgb(205, 208, 210);
    border-radius: 20px;
}

.scaleup-2-cont-1 {
    border-radius: 50%;
    background-color: #ffff;
    border-color: white;
    color: #2B377A;
    font-weight: 900;
    margin: 20%;
    width: 45%;
    height: 55%;
    text-align: center;
    display: flex;
    justify-content: center;
    align-items: center;
    font-size: 25px;


}

.scaleup-2-cont-2 {
    border-radius: 50%;
    background-color: #ffff;
    border-color: white;
    color: #2B377A;
    font-weight: 900;
    margin: 20%;
    width: 60%;
    height: 55%;
    text-align: center;
    display: flex;
    justify-content: center;
    align-items: center;
    font-size: 17px;
    padding: 7px 0px;
}








.ass-first-card-container {
    display: flex;
    justify-content: space-around;
    align-items: flex-start;
    /* width: 80%; */
    margin-top: 20px;
    color: #2B377A;
    font-weight: 700;

}

.ass-first-card {
    /* flex: 0 0 25%; */
    margin: 1%;
    background: linear-gradient(to top,
            #DFE2F4 0%,
            #DFE2F4 50%,
            #ffffff 50%,
            #ffffff 100%);
    /* background-color: #ffffff; Blue background color */
    border-radius: 10px 10px 10px 10px;
    /* Rounded top corners */
    box-shadow: 0 4px 8px rgba(0, 0, 0, 0.1);
    /* Initial box shadow */
    padding: 20px;
    height: 265px;
    box-sizing: border-box;
    color: rgb(24, 31, 101);
    /* Text color */
    position: relative;
    transition: box-shadow 0.3s ease-in-out;
    /* Smooth transition for the box shadow */
}

.ass-first-card:hover {
    box-shadow: 0 8px 16px rgba(0, 0, 0, 0.2);
    /* Box shadow on hover */
}

.ass-first-card-number {
    position: absolute;
    top: -39px;
    left: 46%;
    transform: translateX(-50%);
    color: black;
    background-color: #ffffff;
    border-radius: 63%;
    padding: 20px;
    border-style: solid;
    border-color: #2B377A;
    /* border-color: black; */

}

.ass-first-card-head {
    margin: 5%;
    font-size: 14px;
    align-items: center;
    /* font-weight: 700; */
    color: black;
}

.ass-first-card-head img {
    margin: 1%;
}


#slider {
    position: relative;
    width: 50%;
    height: 32vw;
    margin: 150px auto;
    font-family: 'Helvetica Neue', sans-serif;
    perspective: 1400px;
    transform-style: preserve-3d;
}

input[type=radio] {
    position: relative;
    top: 108%;
    left: 50%;
    width: 18px;
    height: 18px;
    margin: 0 15px 0 0;
    opacity: 0.4;
    transform: translateX(-83px);
    cursor: pointer;
}


input[type=radio]:nth-child(5) {
    margin-right: 0px;
}

input[type=radio]:checked {
    opacity: 1;
}




#slider label {
    position: absolute;
    width: 50%;
    height: 50%;
    left: 0;
    top: 0;
    color: white;
    font-size: 70px;
    font-weight: bold;

    cursor: pointer;
    display: flex;
    align-items: center;
    justify-content: center;
    transition: transform 400ms ease;
}

#slider label img {
    border-radius: 50%;
    align-items: center;
    width: 50%;
    height: 50%;
    left: 0;
    top: 0;
}



#s1:checked~#slide1,
#s2:checked~#slide2,
#s3:checked~#slide3,
#s4:checked~#slide4,
#s5:checked~#slide5 {
    box-shadow: 0 13px 26px rgba(0, 0, 0, 0.3), 0 12px 6px rgba(0, 0, 0, 0.2);
    transform: translate3d(0%, 0, 0px);
}


#s1:checked~#slide2,
#s2:checked~#slide3,
#s3:checked~#slide4,
#s4:checked~#slide5,
#s5:checked~#slide1 {
    box-shadow: 0 6px 10px rgba(0, 0, 0, 0.3), 0 2px 2px rgba(0, 0, 0, 0.2);
    transform: translate3d(20%, 0, 0px);
}



#s1:checked~#slide3,
#s2:checked~#slide4,
#s3:checked~#slide5,
#s4:checked~#slide1,
#s5:checked~#slide2 {
    box-shadow: 0 1px 4px rgba(0, 0, 0, 0.4);
    transform: translate3d(40%, 0, 0px);
}


#s1:checked~#slide4,
#s2:checked~#slide5,
#s3:checked~#slide1,
#s4:checked~#slide2,
#s5:checked~#slide3 {
    box-shadow: 0 1px 4px rgba(0, 0, 0, 0.4);
    transform: translate3d(-40%, 0, 0px);
}


#s1:checked~#slide5,
#s2:checked~#slide1,
#s3:checked~#slide2,
#s4:checked~#slide3,
#s5:checked~#slide4 {
    box-shadow: 0 6px 10px rgba(0, 0, 0, 0.3), 0 2px 2px rgba(0, 0, 0, 0.2);
    transform: translate3d(-20%, 0, 0px);
}



.slide-container {
    max-width: 1120px;
    width: 100%;
    padding: 40px 0;
}

.slide-content {
    margin: 0 40px;
    overflow: hidden;
    border-radius: 25px;
}


.image-content,
.card-content {
    display: flex;
    flex-direction: column;
    align-items: center;
    padding: 10px 14px;
}

.image-content {
    position: relative;
    row-gap: 5px;
    padding: 25px 0;
}

.overlay {
    position: absolute;
    left: 0;
    top: 0;
    height: 100%;
    width: 100%;
    background-color: #4070F4;
    border-radius: 25px 25px 0 25px;
}

.overlay::before,
.overlay::after {
    content: '';
    position: absolute;
    right: 0;
    bottom: -40px;
    height: 40px;
    width: 40px;
    background-color: #4070F4;
}

.overlay::after {
    border-radius: 0 25px 0 0;
    background-color: #FFF;
}

.card-image {
    position: relative;
    height: 150px;
    width: 150px;
    border-radius: 50%;
    background: #FFF;
    padding: 3px;
}

.card-image .card-img {
    height: 100%;
    width: 100%;
    object-fit: cover;
    border-radius: 50%;
    border: 4px solid #4070F4;
}

.name {
    font-size: 18px;
    font-weight: 500;
    color: #333;
}

.description {
    font-size: 14px;
    color: #707070;
    text-align: center;
}

.button {
    border: none;
    font-size: 16px;
    color: #FFF;
    padding: 8px 16px;
    background-color: #4070F4;
    border-radius: 6px;
    margin: 14px;
    cursor: pointer;
    transition: all 0.3s ease;
}

.button:hover {
    background: #265DF2;
}

.swiper-navBtn {
    color: #6E93f7;
    transition: color 0.3s ease;
}

.swiper-navBtn:hover {
    color: #4070F4;
}

.swiper-navBtn::before,
.swiper-navBtn::after {
    font-size: 38px;
}

.swiper-button-next {
    right: 0;
}

.swiper-button-prev {
    left: 0;
}

.swiper-pagination-bullet {
    background-color: #6E93f7;
    opacity: 1;
}

.swiper-pagination-bullet-active {
    background-color: #4070F4;
}

@media screen and (max-width: 768px) {
    .slide-content {
        margin: 0 10px;
    }

    .swiper-navBtn {
        display: none;
    }
}

.item {
    padding-left: 5px;
    padding-right: 5px;
}

.item-card {
    transition: 0.5s;
    cursor: pointer;
    height: 200px;
    width: 300px;
    margin: 5%;
}

.item-card-title {
    font-size: 15px;
    transition: 1s;
    cursor: pointer;
}

.item-card-title i {
    font-size: 15px;
    transition: 1s;
    cursor: pointer;
    color: #ffa710
}

.card-title i:hover {
    transform: scale(1.25) rotate(100deg);
    color: #18d4ca;

}

/* .card:hover{
    transform: scale(1.05);
    box-shadow: 10px 10px 15px rgba(0,0,0,0.3);
  } */
.card-text {
    height: 80px;
}

.card::before,
.card::after {
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    transform: scale3d(0, 0, 1);
    transition: transform .3s ease-out 0s;
    background: rgba(255, 255, 255, 0.1);
    content: '';
    pointer-events: none;
}

.card::before {
    transform-origin: left top;
}

.card::after {
    transform-origin: right bottom;
}

.card:hover::before,
.card:hover::after,
.card:focus::before,
.card:focus::after {
    transform: scale3d(1, 1, 1);
}

.ass-second-card {
    min-height: 100px;
    /* min-width: 280px; */
    margin-right: 10px;
    overflow-y: scroll;

}

.ass-second-card-container {
    display: flex;
    justify-content: space-around;
    align-items: flex-start;
    /* width: 80%; */
    margin-top: 20px;

}

.ass-second-card {
    /* flex: 0 0 20%; */
    margin: 1%;
    overflow: hidden;
    background: linear-gradient(to top,
            #DFE2F4 0%,
            #DFE2F4 50%,
            #ffffff 50%,
            #ffffff 100%);
    /* background-color: #ffffff; Blue background color */
    border-radius: 10px 10px 10px 10px;
    /* Rounded top corners */
    box-shadow: 0 4px 8px rgba(0, 0, 0, 0.1);
    /* Initial box shadow */
    padding: 20px;
    height: 250px;
    box-sizing: border-box;
    color: rgb(24, 31, 101);
    /* Text color */
    position: relative;
    transition: box-shadow 0.3s ease-in-out;
    /* Smooth transition for the box shadow */
}

.ass-second-card:hover {
    box-shadow: 0 8px 16px rgba(0, 0, 0, 0.2);
    /* Box shadow on hover */
}

.ass-second-card-number {
    position: absolute;
    top: -39px;
    left: 46%;
    transform: translateX(-50%);
    color: black;
    background-color: #ffffff;
    border-radius: 63%;
    padding: 20px;
    border-style: solid;
    border-color: #2B377A;
    /* border-color: black; */

}

.ass-second-card-head {
    margin: 5%;
    font-size: 14px;
    font-weight: 700;
}

.ass-second-card img {
    border-radius: 50%;
}



.hustle-card {
    height: 30%;
    width: 60%;
    margin: 5%;
    color: black;
    background-color: white;
    border-color: red;
}

/* .asscard-container {
      display: flex;
    }
  
    .asscard {
      width: 300px;
      margin: 0 20px;
      border-radius: 15px;
      overflow: hidden;
      box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
      background-color: #fff;
    }
  
    .slider {
      width: 100%;
      height: 200px;
      overflow: hidden;
      position: relative;
    }
  
    .slides {
      display: flex;
      transition: transform 0.5s ease-in-out;
    }
  
    .slide {
      min-width: 100%;
      height: 100%;
    }
  
    .slide img {
      width: 100%;
      height: 100%;
      object-fit: cover;
    }
  
    .content {
      padding: 20px;
    }
  
    .navigation {
      position: absolute;
      top: 50%;
      transform: translateY(-50%);
      width: 100%;
      display: flex;
      justify-content: space-between;
      padding: 0 10px;
      box-sizing: border-box;
    }
  
    .prev, .next {
      font-size: 24px;
      color: #333;
      background: none;
      border: none;
      outline: none;
      cursor: pointer;
    }
  
    .prev {
      order: -1;
    } */






.info-widget {
    /* width: 12.75%; */
    /* width: 31.75%; */
    border: 5px solid #DFE2F4;
    display: inline-block;
    text-align: center;
}

.middle {
    float: left;
    width: 100%;
    overflow: hidden;
    /*will change this to hidden later to deny scolling to user*/
    white-space: nowrap;
}

.heading {
    color: #2B377A;
    display: flex;
    justify-content: center;
}

.icon {
    object-fit: contain;
}

.left-info {
    margin-top: 20%;
}

.con-1 {
    padding: 20px 0px;
    align-items: center;
}

.con-1 p {
    color: #2B377A;
}

.bg-img {
    margin-top: 130px;
    position: relative;
}

.content {
    /* position: absolute;
    left: 9%;
    top: 25%; */
    margin-top: -18%;

}

.content h3 {
    color: #2B377A;
    display: flex;
    justify-content: center;
}

.box1 {
    background-color: white;
    /* border: 0.2px solid #d9d9d9; */
    box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.2), 0 6px 20px 0 rgba(0, 0, 0, 0.19);
    position: relative;
    margin-top: 80px;
}

.box1 h4 {
    display: flex;
    justify-content: center;
    padding: 10px 0px;
    color: #2B377A;
}

/* @media only screen and (max-width: 768px) {

    [class*="col-"] {
      width: 100%;
    }
} */
.box1 p {
    display: flex;
    justify-content: center;
    color: #2B377A;
}

hr {
    width: 82%;
    margin-top: 1rem;
    margin-bottom: 1rem;
    border: 0;
    border-top: 2.5px solid #E5E9FC !important;
}

.cir-img1 {
    position: absolute;
    left: 28%;
    /* top: 41%; */
}

.box2 {
    background-color: white;
    /* border: 0.2px solid #d9d9d9; */
    box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.2), 0 6px 20px 0 rgba(0, 0, 0, 0.19);
    position: relative;
    margin-top: 100px;
}

.box2 h4 {
    display: flex;
    justify-content: center;
    padding: 15px 0px 10px 0px;
    color: #2B377A;
}

.box2 p {
    display: flex;
    justify-content: center;
    color: #2B377A;
}

.cir-img2 {
    position: absolute;
    left: 28%;
    top: 95%;
}

.box3 {
    background-color: white;
    /* border: 0.2px solid #d9d9d9; */
    box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.2), 0 6px 20px 0 rgba(0, 0, 0, 0.19);
    position: relative;
    margin-top: 220px;
    height: 37%;
}

.box3 h4 {
    display: flex;
    justify-content: center;
    padding: 15px 0px 10px 0px;
    color: #2B377A;
}

.box3 p {
    display: flex;
    justify-content: center;
    color: #2B377A;
}

.cir-img3 {
    position: absolute;
    left: 28%;
    top: 61%;
}

.box4 {
    background-color: white;
    /* border: 0.2px solid #d9d9d9; */
    box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.2), 0 6px 20px 0 rgba(0, 0, 0, 0.19);
    position: relative;
    margin-top: 100px;
    height: 37%;
}

.box4 h4 {
    display: flex;
    justify-content: center;
    padding: 15px 0px 10px 0px;
    color: #2B377A;
}

.box4 p {
    display: flex;
    justify-content: center;
    color: #2B377A;
}

.cir-img4 {
    position: absolute;
    left: 28%;
    top: 110%;
}

.bg-img1 {
    position: relative;
    margin-top: 15%;
}

.content1 {
    position: absolute;
    top: 40%;
    left: 43%;
}

.content1 h3 {
    color: #2B377A;
}

.podcast {
    position: relative;
    margin-bottom: 10%;
}

.p-tag {
    position: absolute;
    top: 23%;
    left: 25%;
    color: #2B377A;
}

.p-tag1 {
    position: absolute;
    top: 30%;
    left: 25%;
    color: #2B377A;
}

.p-tag2 {
    position: absolute;
    top: 50%;
    left: 50%;
    color: #2B377A;
}

.p-tag3 {
    position: absolute;
    top: 57%;
    left: 50%;
    color: #2B377A;
}


.g-color {
    color: #03C988;
}

.r-color {
    color: #E81C1C;
}

.b-color {
    color: #2B377A;
}

.box5 {
    background-color: white;
    /* border: 0.2px solid #d9d9d9; */
    box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.2), 0 6px 20px 0 rgba(0, 0, 0, 0.19);
    position: relative;
    margin-top: 100px;
    height: 75%;
}

.box5 h4 {
    display: flex;
    justify-content: center;
    padding: 15px 0px 10px 0px;
    color: #2B377A;
}

.box5 p {
    display: flex;
    justify-content: center;
    color: #2B377A;
}

.cir-img5 {
    position: absolute;
    left: 28%;
    top: 93%;
}

.p-margin {
    margin-top: 13%;
}


.last-box {
    position: relative;
}

.box6 {
    background-color: white;
    /* border: 0.2px solid #d9d9d9; */
    box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.2), 0 6px 20px 0 rgba(0, 0, 0, 0.19);
    position: relative;
    margin-top: 100px;
    height: 60vh;
    /* width: 50%; */
}

.box6 h4 {
    display: flex;
    justify-content: center;
    padding: 15px 0px 10px 0px;
    color: #2B377A;
}

.box6 p {
    display: flex;
    justify-content: center;
    color: #2B377A;
}

.cir-img6 {
    position: absolute;
    left: 25%;
    top: 92%;
}


@media screen and (max-width: 800px) {
    .column {
      flex: 50%;
      max-width: 50%;
    }
  }
  
  /* Responsive layout - makes the two columns stack on top of each other instead of next to each other */
  /* @media screen and (max-width: 600px) {
    .column {
      flex: 100%;
      max-width: 100%;
    }
  } */

  /* @media only screen and (min-width:321px) and (max-width:1068px) */
/* {
    .initive-card-container {
        display: block !important;
        
            }
            .initive-card{
                display: block;
              
            }
} */
/* @media only screen and (min-width:321px)
{
    .scaleup-2-cont-1 {
        border-radius: 50%;
        background-color: #ffff;
        border-color: white;
        color: #2B377A;
        font-weight: 900;
        margin: 20%;
        width: 55%;
        height: 55%;
        text-align: center;
        display: flex;
        justify-content: center;
        align-items: center;
        font-size: 25px;
    }
   
} */

.main-Scaleup{
    background-color: #2B377A;background-color: #2B377A;
                        width: 40%;
                        border-top-right-radius: 50%;
                        border-bottom-right-radius: 50%;
}
@media only screen and (min-width: 600px) 
{
    .main-Scaleup{
        background-color: #2B377A;
        width: 40%;
        border-top-right-radius: 50%;
        border-bottom-right-radius: 50%;
       
     }
}
@media only screen and (min-width: 768px) {
    .main-Scaleup{
        /* background-color: #2B377A; */
        width: 20%;
        /* border-top-right-radius: 50%;
        border-bottom-right-radius: 50%; */
       
     }
}
@media only screen and (min-width:321px)
{
    .scaleup-2-cont-2{
       
        width: 60%;
        
    }
    }
    /* .main-Scaleup-2
    {
        background-color: #2B377A;background-color: #2B377A;
                        width: 25%;
                        border-top-right-radius: 50%;
                        border-bottom-right-radius: 50%;
    } */
    @media only screen and (min-width:321px)
{
    .main-Scaleup-2{
        background-color: #2B377A;
        width: 44%;
        border-top-right-radius: 50%;
        border-bottom-right-radius: 50%;
       
     }
}
@media only screen and (min-width: 768px)
{
    .main-Scaleup-2{
        background-color: #2B377A;
        width: 25%;
        border-top-right-radius: 50%;
        border-bottom-right-radius: 50%;
       
     }
     .scaleup-2-cont-2{
       
        width: 60%;
        
    }
}
@media only screen and (min-width:321px){
    /* .main_infra_img{
        width: 100%;
    } */
}
#circle-1{
    max-width: 100%;
    height: auto;

}
@media only screen and (min-width:321){
  
    .podcast h6{
        width: 50%;
    }

}



@media only screen and (min-width:321px)
{
    .img-fluid img{
        width:100%
    } 
    .p-6{
        /* margin-left: -24%; */
        width: 45%;
    }
    }

    @media only screen and (min-width:768px)
    {
        /* .img-fluid img{
            width:150%
        }  */
        .p-6{
            /* margin-left: -24%; */
            width: 100%;
        }
        }
       @media screen and (max-width: 600px) {
    .set_first_bg img {
      flex: 100%;
      max-width: 100%;
    }
  }

  @media only screen and (min-width:321px)
  {
    .new-exp-img{
        width: 60%;
        margin-left: -10%;
        /* margin-top: 2%; */
        bottom: -15px;
    
    }
   
      .box6{
      background-color: white;
      box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.2), 0 6px 20px 0 rgba(0, 0, 0, 0.19);
      position: relative;
      margin-top: 100px;
      height: 75%;
      }
     
  }
  @media only screen and (min-width:768px)
  {
    .new-exp-img{
        width: 75%;
       bottom: -6%;
       left: 35%;
           }
          }


    #initive-btn{
        background-color: #2B377A;margin-left: 30%;
        }