.round{
     
    padding-top: 5px;
}
body .credit {
  position: absolute;
  bottom: 20px;
  left: 20px;
  color: #000;
}
body .options {
display: -webkit-box;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    flex-direction: row;
    -webkit-box-align: stretch;
    align-items: stretch;
    overflow-x: scroll;
    min-width: 600px;
    max-width: 1300px;

    height: 500px;
}
@media screen and (max-width: 718px) {
  body .options {
    min-width: 520px;
  }
}
@media screen and (max-width: 638px) {
  body .options {
    min-width: 440px;
  }
}
@media screen and (max-width: 558px) {
  body .options {
    min-width: 360px;
  }
}
@media screen and (max-width: 478px) {
  body .options {
    min-width: 280px;
  }
}
.sub{
      white-space: normal;
    text-align: justify;
   padding: 30px 20px 20px 12px;
  
}
.active > .label > .icon{
 display: none;
}
.sub > p{
    margin-top: -130px;
        line-height: 1.3;
    font-size: 14px;
    padding-top: 10px;
    color: #ffffff;
}
.main{
  padding-left: 15px;
}
body .options .option {
  position: relative;
  overflow: hidden;
  min-width: 60px;
  margin: 10px;
  background: var(--optionBackground, var(--defaultBackground, #E6E9ED));
  background-size: auto 120%;
  background-position: center;
  cursor: pointer;
     transition: 1.0s;
     height: 400px;
}
body .options .option:nth-child(1) {
  --defaultBackground:#000;
}
body .options .option:nth-child(2) {
  --defaultBackground:#000;
}
body .options .option:nth-child(3) {
  --defaultBackground:#000;
}
body .options .option:nth-child(4) {
  --defaultBackground:#000;
}
body .options .option:nth-child(5) {
  --defaultBackground:#000;
}
body .options .option:nth-child(6) {
  --defaultBackground:#000;
}
body .options .option.active {
  -webkit-box-flex: 10000;
    flex-grow: 10000;
    -webkit-transform: scale(1);
    transform: scale(1);
    max-width: 600px;
    min-width: 45% !important;

    margin: 0px;
    border-radius: 40px;
    background-size: auto 100%;
}
/* body .options .option.active .shadow {
  box-shadow: inset 0 -120px 120px -120px black, inset 0 -120px 120px -100px black;
} */
body .options .option.active .label {
  bottom: 20px;
  left: 0px;
}
body .options .option.active .label .info > div {
  left: 0px;
  opacity: 1;
}
body .options .option:not(.active) {
  -webkit-box-flex: 1;
          flex-grow: 1;
  border-radius: 30px;
}
body .options .option:not(.active) .shadow {
  bottom: -40px;
  box-shadow: inset 0 -120px 0px -120px black, inset 0 -120px 0px -100px black;
}
body .options .option:not(.active) .label {
  bottom: 10px;
  left: 10px;
}
body .options .option:not(.active) .label .info > div {
  left: 20px;
  opacity: 0;
}
body .options .option .shadow {
  position: absolute;
  bottom: 0px;
  left: 0px;
  right: 0px;
  height: 120px;

}
body .options .option .label {
  display: -webkit-box;
  display: flex;
  position: absolute;
  right: 0px;
  height: 40px;

}
body .options .option .label .icon {
  display: -webkit-box;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
          flex-direction: row;
  -webkit-box-pack: center;
          justify-content: center;
  -webkit-box-align: center;
          align-items: center;
  min-width: 40px;
  max-width: 40px;
  height: 40px;
  border-radius: 100%;
  background-color: white;
  color: var(--defaultBackground);
}
body .options .option .label .info {
  display: -webkit-box;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
          flex-direction: column;
  -webkit-box-pack: center;
          justify-content: center;
  margin-left: 10px;
  color: white;
  white-space: pre;
}
body .options .option .label .info > div {
  position: relative;

}
body .options .option .label .info .main {
  font-weight: bold;
  font-size: 1.2rem;
}
body .options .option .label .info .sub {
  -webkit-transition-delay: .1s;
          transition-delay: .1s;
}
.option.active > img {
    width: 30%;
    margin: auto !important;
    text-align: center !important;
    display: block;
}
.main > h3{
      margin: 0 !important;
    margin-top: -120px !important;
    font-size: 24px;
    font-weight: 700;
}
/* width */
::-webkit-scrollbar {
  width: 4px;
  height: 7px;
}

/* Track */
::-webkit-scrollbar-track {
  background: #f1f1f1; 
}
 
/* Handle */
::-webkit-scrollbar-thumb {
  background: #888; 
}

/* Handle on hover */
::-webkit-scrollbar-thumb:hover {
  background: #555; 
}
.options{
  padding-bottom: 20px;
}
.icon1{
  display: none;
}
.active > .icon1{
  display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    flex-direction: row;
    -webkit-box-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    align-items: center;
    min-width: 40px;
    max-width: 40px;
    height: 40px;
    border-radius: 100%;
    background-color: white;
    color: var(--defaultBackground);
    margin: 0px auto 5px;
}
.active > .label > .icon{
  display: none !important;
}
@media (max-width: 1033px){
  body .options .option.active {
    min-width: 55% !important;
  }
}
@media (max-width: 810px){
  body .options .option.active {
    min-width: 90% !important;
  }
}
@media (max-width: 445px){
  body .options .option.active {
    min-width: 100% !important;
  }
}
@media (max-width: 400px){
  .main > h3{
      margin: 0 !important;
    margin-top: -140px !important;
    font-size: 20px;
    font-weight: 700;
}
.sub > p{
    margin-top: -150px;
        line-height: 1.3;
    font-size: 12px;
    padding-top: 10px;
}
}