.new-2023-st * {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
  font-family: "quicksand" sans-serif;
}

.new-2023-st .circle-container {
  position: fixed;
  top: 50%;
  left: 20px;
  transform: translateY(-50%);
  z-index: 100;
}
.new-2023-st .row div.hold-statistics-parent{
    position: relative;   
}.new-2023-st .row div.hold-statistics-parent div.ask-for-fireworks{
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    z-index: 1;   
}
.new-2023-st .flexrrow{
    display: flex;
    align-items: stretch;
    flex-wrap: wrap;
    justify-content: space-around;
    list-style-type: none;    
}
.new-2023-st .flexrrow > *{
  width: 200px;
  height: auto;
  min-height: 200px;
  display: flex;
  justify-content: space-evenly;
  flex-direction: column;
  text-align: center;
  align-items: center;
}
.new-2023-st .circle .circle-link span {
  display: none;
}
.new-2023-st .thrree {
  /* background-image: url("/images/2023/somo_website_homepage_yellow_pattern\ background_1.png") /*, url('/images/2023/somo_website_homepage_circles_pattern_clear_background_1.png')*/
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
}
.new-2023-st #midd{
  display:flex;
  /* align-items:center;
  justify-content: center; */
    /* width: auto; */
    margin:3%;

}
.new-2023-st .flexrrow li {
  text-decoration: none;
  white-space: normal;
  min-width: 200px;
  margin-bottom: 20px;
  text-align: center;
  justify-content: flex-start;
}
/* .new-2023-st .flexrrow li:hover{
  border-radius: 9px;
  box-shadow: 3px 3px 9px #808080;
} */
.new-2023-st .flexrrow li:hover .imgspc img {
    transform: scale(1.2);
}
.new-2023-st .col-md {
  text-align: left;
}

.new-2023-st section.onne {
  background-color: #ffbb00;
  position: relative;
  overflow: hidden;
}

.new-2023-st .onne .col-md-4 .theul {
  margin-top: 260px;
}
.new-2023-st .onne .row{
  width: 100%;
  height: 100%;
  display: flex;
  justify-content: center;
  align-items: center;

}
.new-2023-st #midd > *{
  width: 100%;
}
.new-2023-st #midd{
  height: auto;
  display: flex;
  flex-direction: column;
}

.new-2023-st .onne .col-md-6{
  width: 90%;
  height: auto;
  position: absolute;
  /* text-align: center; */
  color: #fff;
  font-weight: 600;
  left:10%;
  margin-top: 180px;
}
.new-2023-st .onne .col-md-6 > *{
  width: 100%;
  position: relative;
  z-index: 2;

}
.new-2023-st .onne .col-md-6 h1{
  font-size: 3.5rem;
  padding: 5px 2px;
  letter-spacing: 4px;
  color: #ffc83b;
  margin-bottom: 20px;
  text-align: left;
}
.new-2023-st .onne .col-md-6 h1 span.typed-cursor{
  font-size: 1em;
  color: #ffc83b;
}
.new-2023-st .onne .col-md-6 p{
  max-width: 750px;
}
.new-2023-st .onne .col-md-6 p span.typed-cursor{
  font-size: 1em;
}

.new-2023-st .onne .col-md-6 .dot {
  color: #ffc83b;
  font-size: 3.5em;
  background-color: #ffc83b;
  border: 1px solid #ffc83b;
}
.new-2023-st .video:before {
  content:"";
  position: absolute;
  top:0;
  right:0;
  left:0;
  bottom:0;
  z-index:1;
  background-color: rgba(205, 102, 45, 0.5);
object-fit:cover;
}

.new-2023-st .Video-bckground {
  position: absolute;
  min-width: 100%;
  min-height: 100% ;
  z-index:0;
  object-fit: cover;
  top:0;
  left:0;
}

.video-container {
  position: relative;
  overflow:hidden;
  width: 100vw;
  height:100vh;
}

/* @media screen  and (max-widh:767px){
  .Video-bckground {
    left: 50%;
    transform:translate(-50%);
  }
} */
@media screen and (orientation:portrait){
  .new-2023-st .Video-bckground {
    left: -100%;

  }
}
.new-2023-st .midd .col-md-6{
  display: flex;

}

.new-2023-st .col-md-6 h1 span {
  color: #fff;
}
.new-2023-st .twwo h2 {
  margin-bottom: 40px;
  /* text-align: center; */
  color:rgb(205, 102, 45);
  font-size: 4em;
  letter-spacing:4px;
  margin-left:4%;
  /* text-align: left; */
}
.new-2023-st .twwo>h2.p-anim, .new-2023-st .twwo>p.p-anim {
  transition: 2s;
}
.new-2023-st .twwo.pre-animate>h2.p-anim, .new-2023-st .twwo.pre-animate>p.p-anim {
  /*transform: scale(0.1);*/
  opacity: 0.1;
}
.new-2023-st .imgspc {
  width: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
}
.new-2023-st .imgspct{
    width: 100px;
    height: 100px;
}
.new-2023-st .imgspc img {
    /* max-width: 100%;  */
    height: 100%;
    object-fit: cover;
}
.new-2023-st .imgspc img:hover {
    transform: scale(1.2);
}

.new-2023-st .flexrrow ul li {
  align-items: center;
}
.new-2023-st .flexrrow li h5 {
  white-space: normal;
  color:#212153;
  font-family: 'Quicksand', sans-serif;
  font-size: 1em;
  text-align: center;
}

.new-2023-st .wrapper {
    width: 100%;
    position: relative;
    border-radius: 8px;
    box-shadow: 2px 2px #6A6D78;
  }
  .new-2023-st .wrapper i {
    top: 50%;
    height: 50px;
    width: 50px;
    cursor: pointer;
    position: absolute;
    text-align: center;
    background: #fff;
    border-radius: 50%;
    box-shadow: 0 3px 6px rgba(0,0,0,0.23);
    transform: translateY(-50%);
    transition: transform 0.1s linear;
    display: grid;
    place-content: center;
    font-size: 25px;
  }
  .new-2023-st .wrapper i:active{
    transform: translateY(-50%) scale(0.85);
  }
  .new-2023-st .wrapper i:first-child{
    left: 2px;
  }
  .new-2023-st .wrapper i:last-child{
    right:  20px;
  }
  .new-2023-st .wrapper .carousel{
    display: grid;
    grid-auto-flow: column;
    grid-auto-columns: calc((100% / 1) - 12px);
    overflow-x: auto;
    scroll-snap-type: x mandatory;
    gap: 16px;
    border-radius: 8px;
    scroll-behavior: smooth;
    scrollbar-width: none;
  }
  .new-2023-st .carousel::-webkit-scrollbar {
    display: none;
  }
  .new-2023-st .carousel.no-transition {
    scroll-behavior: auto;
  }
  .new-2023-st .carousel.dragging {
    scroll-snap-type: none;
    scroll-behavior: auto;
  }
  .new-2023-st .carousel.dragging .card {
    cursor: grab;
    user-select: none;
  }
  .new-2023-st .carousel :where(.card, .img) {
    display: flex;
    justify-content: center;
    align-items: center;
  }
  .new-2023-st .carousel .card {
    scroll-snap-align: start;
    height: 350px;
    width: 100%;
    list-style: none;
    background: #fff;
    cursor: pointer;
    display: flex;
    align-items: center;
    justify-content: space-evenly;
    flex-direction: column;
    border-radius: 8px;
  }
  .new-2023-st .carousel .card .img {
    background: #8B53FF;
    height: 148px;
    width: 148px;
    border-radius: 50%;
  }
  .new-2023-st .card .img img {
    width: 140px;
    height: 140px;
    border-radius: 50%;
    object-fit: cover;
    border: 4px solid #fff;
  }
  .new-2023-st .carousel .card h2 {
    font-weight: 500;
    font-size: 1.56rem;
  }
  .new-2023-st .carousel .card span {
    color: #6A6D78;
    font-size: 1.31rem;
  }

  .new-2023-st .a {
    width: 100%;
    background: #ffc83b;
    align-items: center;
    display: grid;
    text-align: center;
    height: auto;
  }
  .new-2023-st .card a h2 {
    color: brown;
  }
  
  .new-2023-st .vertical-navbar {
    position: absolute;
    top: 48%;
    right: 73px;
    transform: translateY(-50%);
    display: flex;
    flex-direction: column;
    gap: 10px;
    z-index: 1;
  }
  .new-2023-st .nav-link {
    width: 20px;
    height: 75px;
    background-color: rgb(204, 204, 204);
    text-decoration: none;
    transition: background-color 0.3s ease 0s;
    min-width: 60px;
  }
  
  .new-2023-st .nav-link:hover {
    background-color: #ffbb00; /* Change color on hover */
  }  
  
  .new-2023-st .middleclass{
    text-align: start;
    /* width: 720px; */
    max-width: 91%;
    text-align: left;
    margin: auto;
    height: auto;
    color: #cd662d;
    padding: 10px 0px;
    margin-bottom: 10px;
    font-family: 'Quicksand', sans-serif;
line-height: 1.5em;
font-size:1.3em;
/* font-weight:300; */
  }
  .new-2023-st .col-md-6{
    text-align: start;
  }
.new-2023-st .col-md-2{
  align-items: start;
}
.new-2023-st li.nav-item {
  display: flex;
  max-width: fit-content;
  text-align: center;
  align-items: center;
}
.new-2023-st span {
  text-align: start;
  font-size: 9px;
  margin-left: 4px;
}
.new-2023-st .md6xont{
  display: flex;
  /* align-items: center; */
  flex-direction: column;
  text-align: left;
  padding: 5px;
  justify-content: space-around;
}

.new-2023-st .md6xont h2{
  /* width: 60%; */
  font-size: 3.5em;
  color: #cc6328;
  font-family: 'quicksand', sans-serif;
}
.new-2023-st .md6xont p{
  width: 100%;
  color: #cd662d;
  padding: 5px;
  margin: 30px auto 150px;
  /*font-weight: 600;
  font-size: 1.5em;*/
  font-family: 'Quicksand', sans-serif;
  line-height: 1.5em;
  font-size: 1.3em;
  text-align:left;
}
.new-2023-st .md6xont button {
  padding: 25px 50px;
  width: 400px;
  max-width: 91%;
  margin: 0 auto;
  border-radius: 35px;
  border: 2px solid black;
  box-shadow: 5px 5px 1px rgba(0, 0, 0, 0.8);
}
@media (max-width: 620px){
  .new-2023-st .onne .col-md-6 h1{
    font-size: 2.5rem;
    letter-spacing: 0.3;
    line-height: 1.5em;
  }

  .new-2023-st .slider-container-success .slide h1{
    font-size:1em;
  }
  .new-2023-st .twwo h2 {
    font-size: 3em;
    text-align: left;
  }

  .new-2023-st .paragraph{
    letter-spacing: 0.1em;
    font-weight:600;

  }
  .new-2023-st .md6xont h2 {
    font-size: 2.5em;
  }
}
@media (max-width: 768px){
  .new-2023-st #midd {
    display: flex;
    flex-direction: column;
  }
  .new-2023-st #midd > *{
    width: 100%;
  }
 
  .thumbnail-container{
    width: auto;
  }
}
@media (max-width:460px){
  .new-2023-st .md6xont h2{
    padding:10px;
  }
    
  .new-2023-st .md6xont button {
    min-width:90%;
    width:fit-content;
  } 

 
  .thumbnail {
    width:30px;
    height:30px;
  }
  
}

/* @media (max-width:720px){
  .new-2023-st .flexrrow {
    margin-left: 40%;
  }
}
@media (min-width:721px){
  .new-2023-st .flexrrow {
    margin-left: 10%;
  }
}*/