.container1 {
  width: 500px;
  height: 500px;
  border-bottom: 0;
  border-radius: 50%;
  margin: auto;
  position: relative;
  overflow: hidden;
  transition: transform 0.5s ease;
  z-index: 2;
  box-shadow: 0px -7px 2px rgba(0, 0, 0, 0.5);
}

.container1 div {
  height: 50%;
  width: 275px;
  position: absolute;
  clip-path: polygon(50% 0, 50% 100%, 0 0);
  /* transform: translateX(-50%); */
  transform-origin: bottom;
  text-align: center;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 20px;
  font-weight: bold;
  font-family: sans-serif;
  color: #fff;
  left: 110px;
  box-shadow: 0px 4px 8px rgba(0, 0, 0, 0.5);
  z-index: 2;
}

.container1 .segment img {
  padding: 0px !important;
  margin: 0px !important;
}

.container2 {
  position: relative;
  top: -290px;
  width: inherit;
  margin: auto;
  align-items: center;
  text-align: center;
  z-index: 5;
}

.erasor {
  z-index: 5;
}

.container1 .segment-1 {
  background-color: #3f51b5;
  transform: rotate(299deg);
}

.container1 .segment-1 image {
  padding: 0px !important;
  margin: 0px !important;
}

.container1 .segment-2 {
  background-color: #ff9800;
  transform: rotate(325deg);
}

.container1 .segment-3 {
  background-color: #e91e63;
  transform: rotate(350deg);
}

.container1 .segment-4 {
  background-color: #4caf50;
  transform: rotate(18deg);
  z-index: 6;
  position: absolute;
  border: 4px;
  box-shadow: 0px 4px 8px rgba(0, 0, 0, 0.5);
}

.container1 .segment-5 {
  background-color: #009688;
  transform: rotate(45deg);
}

.container1 .segment-6 {
  background-color: #795548;
  transform: rotate(70deg);
}

.container1 .segment-7 {
  background-color: #9c27b0;
  transform: rotate(95deg);
  clip-path: polygon(42% 0, 50% 100%, 0 0);
}

.container1 .segment-8 {
  background-color: #f44336;
  transform: rotate(315deg);
}

.arrow {
  color: #626262;
  background-color: #626262;
  clip-path: polygon(0 100%, 50% 0, 100% 100%);
  z-index: 10;
}

.arrow::before {
  content: "\1F817";
  font-size: 60px;
}

.spinner {
  width: 100%;
  height: auto;
  margin-top: 50px;
}

#spin {
  background-color: #626262;
  text-transform: uppercase;
  border: 8px solid #626262;
  font-weight: bold;
  font-size: 20px;
  color: #a2a2a2;
  width: 100px;
  height: 100px;
  font-family: sans-serif;
  border-radius: 50%;
  cursor: pointer;
  outline: none;
  letter-spacing: 1px;
}

#spin-right {
  margin-left: 370px;
  /* margin-top: 260px; */
}

.left_btn {
  background-color: transparent;
  border: none;
  font-weight: 600;
  position: relative;
  left: 30px;
}

.right_btn {
  background-color: transparent;
  border: none;
  font-weight: 600;
  position: relative;
  right: 30px;
}

.about-section {

  background-image: url('startup-portfolio/img/bg.png');
  height: 600px;
}

/* .side-menu {
  width: 50% !important;
}


.fixed-top {
  position: unset !important;

} */

.carousel-cont{

  display: flex !important;
  justify-content: center !important;
  align-items: center !important;
}

.larg-screen-view{

  display: flex !important;
}

.mobile-screen-view{

  display: none !important;
}

.colapse-btn{

  display: none !important;
}

.container {
  margin-left: 5px !important;
}


@media (max-width: 768px) {

  .larg-screen-view{

    display: none !important;
  }
  
  .mobile-screen-view{

    display: flex !important;
  }

  .colapse-btn{

    display: block !important;
  }
  

.side-menu {
   
    background: #008000 !important;
  }

  /* .fixed-top {
    position: unset !important;

  }  */

  .carousel-cont{

    flex-direction: column !important;

  }
  

  .about-section {
    height: auto;
  }
  .container1 {
    width: 300px;
    height: 300px;
    border-bottom: 0;
    border-radius: 50%;
    margin: auto;
    position: relative;
    overflow: hidden;
    transition: transform 0.5s ease;
    z-index: 2;
    box-shadow: 0px -7px 2px rgba(0, 0, 0, 0.5);
  }

  .container1 div {
    height: 50%;
    width: 160px;
    position: absolute;
    clip-path: polygon(50% 0, 50% 100%, 0 0);
    /* transform: translateX(-50%); */
    transform-origin: bottom;
    text-align: center;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 20px;
    font-weight: bold;
    font-family: sans-serif;
    color: #fff;
    left: 70px;
    box-shadow: 0px 4px 8px rgba(0, 0, 0, 0.5);
    z-index: 2;
  }

  .container1 .segment img {
    padding: 0px !important;
    margin: 0px !important;
  }

  .container2 {
    position: relative;
    top: -190px !important;
    width: inherit;
    margin: auto;
    align-items: center;
    text-align: center;
    z-index: 5;
  }

  .erasor {
    z-index: 5;
  }

  .container1 .segment-1 {
    background-color: #3f51b5;
    transform: rotate(299deg);
  }

  .container1 .segment-1 image {
    padding: 0px !important;
    margin: 0px !important;
  }

  .container1 .segment-2 {
    background-color: #ff9800;
    transform: rotate(325deg);
  }

  .container1 .segment-3 {
    background-color: #e91e63;
    transform: rotate(350deg);
  }

  .container1 .segment-4 {
    background-color: #4caf50;
    transform: rotate(18deg);
    z-index: 6;
    position: absolute;
    border: 4px;
    box-shadow: 0px 4px 8px rgba(0, 0, 0, 0.5);
  }

  .container1 .segment-5 {
    background-color: #009688;
    transform: rotate(45deg);
  }

  .container1 .segment-6 {
    background-color: #795548;
    transform: rotate(70deg);
  }

  .container1 .segment-7 {
    background-color: #9c27b0;
    transform: rotate(95deg);
    clip-path: polygon(42% 0, 50% 100%, 0 0);
  }

  .container1 .segment-8 {
    background-color: #f44336;
    transform: rotate(315deg);
  }

  .arrow {
    color: #626262;
    background-color: #626262;
    clip-path: polygon(0 100%, 50% 0, 100% 100%);
    z-index: 10;
  }

  .arrow::before {
    content: "\1F817";
    font-size: 60px;
  }

  .spinner {
    width: 100%;
    height: auto;
    margin-top: 50px;
  }

  #spin {
    background-color: #626262;
    text-transform: uppercase;
    border: 8px solid #626262;
    font-weight: bold;
    font-size: 20px;
    color: #a2a2a2;
    width: 70px;
    height: 70px;
    font-family: sans-serif;
    border-radius: 50%;
    cursor: pointer;
    outline: none;
    letter-spacing: 1px;
  }

  #spin-right {
    margin-left: 170px;
    /* margin-top: 260px; */
  }

  .left_btn {
    background-color: transparent;
    border: none;
    font-weight: 600;
    position: relative;
    left: 30px;
  }

  .right_btn {
    background-color: transparent;
    border: none;
    font-weight: 600;
    position: relative;
    right: 30px;
  }

  /* Add additional responsive styles for smaller screens */
}