.bg-black {
  background-color: #252424 !important;
}

header .logo {
  filter: brightness(0) invert(1);
}

.about_section {
  position: relative;
  padding-bottom: 30px;
}
.about_section:after {
  content: "";
  width: 100%;
  background-color: #252424;
  height: 1px;
  position: absolute;
  left: 0;
  bottom: -1px;
}

.topSection {
  display: grid;
  grid-template-columns: calc(25% - 15px) calc(25% - 15px) calc(25% - 15px) calc(25% - 15px);
  margin: 20px 0;
  margin-top: 172px;
  gap: 20px;
  position: relative;
}
@media screen and (max-width: 768px) {
  .topSection {
    margin-top: 106px;
  }
}
.topSection .firstChild {
  grid-column-start: 1;
  grid-column-end: 2;
  display: grid;
  grid-template-columns: 1fr;
}
.topSection .firstChild .firstGrandChild {
  background-color: #fff;
  border-radius: 10px;
  padding: 6px 15px;
}
.topSection .firstChild .firstGrandChild p {
  color: #252424;
  position: relative;
  z-index: 0;
  font-size: 1.1rem;
  line-height: 2.2rem;
  font-weight: 500;
  margin-bottom: 0;
}
.topSection .firstChild .firstGrandChild p::after {
  content: "";
  width: 100%;
  height: calc(100% - 2.7rem);
  position: absolute;
  left: 0;
  top: 2.2rem;
  z-index: 1;
  background-image: linear-gradient(#B5DBEB 1px, transparent 1px), linear-gradient(to right, white 1px, transparent 1px);
  background-size: 100% 2.2rem;
}
.topSection .firstChild .firstGrandChild p .drawbg {
  top: 50%;
  transform: translateY(-50%);
  height: 2.2rem;
}
.topSection .firstChild .firstGrandChild p .imgAni {
  display: inline-block;
  position: relative;
}
.topSection .firstChild .firstGrandChild p .imgAni img {
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  transform: translate(-50%, -50%) scale(1);
  width: 100%;
  height: 100%;
  z-index: -11;
}
.topSection .firstChild .firstGrandChild p .imgAni .drawingline_ani {
  transform: translate(-50%, -50%) scale(1);
}
.topSection .firstChild .secondGrandChild {
  margin-top: 20px;
  background-color: #fff;
  padding: 6px 24px;
  border-radius: 10px;
}
.topSection .firstChild .secondGrandChild .profiles {
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
  border-radius: 10px;
  height: 100%;
}
.topSection .firstChild .secondGrandChild .profiles .pin {
  width: 33px;
  height: 8px;
  border-radius: 12px;
  background-color: #252424;
  margin: 6px 0 12px;
}
.topSection .firstChild .secondGrandChild .profiles .profile {
  border-radius: 6px;
  border: 1px solid #252424;
  display: inline-block;
  overflow: hidden;
  width: 100%;
  height: auto;
  margin-bottom: 20px;
}
.topSection .firstChild .secondGrandChild .profiles .title {
  align-items: center;
  justify-content: center;
  width: 100%;
  margin-bottom: 6px;
  display: flex;
  flex-wrap: wrap;
  border-top: 1px solid #252424;
  border-bottom: 1px solid #252424;
}
.topSection .firstChild .secondGrandChild .profiles .title .fw {
  width: calc(100% - 64px);
  border-right: 1px solid #252424;
  padding: 10px 0 5px;
}
.topSection .firstChild .secondGrandChild .profiles .title .fw h4 {
  font-weight: 700;
  font-size: 1.8rem;
  line-height: 1rem;
  color: #252424;
  padding-top: 6px;
}
.topSection .firstChild .secondGrandChild .profiles .title .fw p {
  font-weight: 500;
  color: #252424;
  margin: 10px 0 0;
}
.topSection .firstChild .secondGrandChild .profiles .title img {
  width: 64px;
  height: 64px;
  display: inline-block;
  padding: 12px;
}
.topSection .firstChild .secondGrandChild .profiles p.last {
  font-weight: 500;
  color: #F15F43;
  margin: 10px 0 10px;
  font-size: 0.78vw;
  line-height: 1;
  display: flex;
  width: 100%;
}
@media screen and (max-width: 1400px) {
  .topSection .firstChild .firstGrandChild p {
    font-size: 1rem;
    line-height: 2rem;
  }
  .topSection .firstChild .firstGrandChild p:after {
    top: 2rem;
    background-size: 100% 2rem;
  }
}
@media screen and (max-width: 1200px) {
  .topSection .firstChild .firstGrandChild p {
    font-size: 0.8rem;
    line-height: 1.6rem;
  }
  .topSection .firstChild .firstGrandChild p:after {
    top: 1.6rem;
    background-size: 100% 1.6rem;
  }
}
@media screen and (max-width: 768px) {
  .topSection .firstChild .firstGrandChild {
    padding: 6px 10px;
  }
  .topSection .firstChild .secondGrandChild {
    padding: 6px 10px;
  }
  .topSection .firstChild .secondGrandChild .profiles p.last {
    font-size: 0.6rem;
    line-height: 1;
  }
  .topSection .firstChild .secondGrandChild .profiles .title {
    display: grid;
    grid-template-columns: 1fr 32px;
  }
  .topSection .firstChild .secondGrandChild .profiles .title .fw {
    width: 100%;
  }
  .topSection .firstChild .secondGrandChild .profiles .title .fw h4 {
    font-size: 1.1rem;
    line-height: 1;
  }
  .topSection .firstChild .secondGrandChild .profiles .title .fw p {
    font-size: 0.9rem;
    line-height: 1;
  }
  .topSection .firstChild .secondGrandChild .profiles .title img {
    width: 24px;
    height: 24px;
    padding: 4px;
  }
}
.topSection .secondChild {
  grid-column-start: 2;
  grid-column-end: 3;
  height: 100%;
  display: grid;
  align-content: space-between;
  justify-content: center;
  border-radius: 10px;
  background-color: #fff;
  border-top: 10px solid #F15F43;
  position: relative;
  padding: 0 30px;
}
.topSection .secondChild .Stripes {
  width: 10px;
  height: calc(100% - 40px);
  position: absolute;
  left: 0;
  top: 20px;
  background: url(../images//about/Stripes.jpg) repeat-y top center;
  background-size: 100%;
}
.topSection .secondChild .Stripes2 {
  left: auto;
  right: 0;
}
.topSection .secondChild .space {
  padding: 15px 0;
  background-color: #fff;
  width: calc(100% + 60px);
  margin-left: -30px;
  position: relative;
}
.topSection .secondChild .space::after {
  content: "";
  position: absolute;
  left: 0;
  top: 50%;
  transform: translateY(-50%);
  border-top: 4px dashed #252424;
  width: 100%;
  height: 4px;
}
.topSection .secondChild .space.space2 {
  width: calc(100% + 40px);
  margin-left: -20px;
}
.topSection .secondChild .space.space2::after {
  border-top: 2px solid #252424;
}
.topSection .secondChild .qrcode_barcode {
  display: flex;
  padding: 20px 0 0;
  justify-content: space-between;
}
.topSection .secondChild .address {
  position: relative;
  padding: 30px 0 0;
}
.topSection .secondChild .address .indicator {
  position: absolute;
  left: auto;
  right: 5px;
  top: 0px;
  width: 3vw;
}
.topSection .secondChild .address h6 {
  font-weight: 700;
}
.topSection .secondChild .address h4 {
  font-weight: 600;
  font-size: 380%;
  line-height: 1;
  color: #fff;
  background-color: #252424;
  padding: 8px 20px 4px 30px;
  margin: 15px 0 15px -30px;
  display: inline-block;
}
.topSection .secondChild .address h1 {
  font-weight: 600;
  color: #252424;
  font-size: 5vw;
  line-height: 1;
}
.topSection .secondChild .address a {
  display: inline-block;
  margin-top: 36px;
}
.topSection .secondChild .address a p {
  color: #F15F43;
  font-weight: 700;
  border-bottom: 1px solid #F15F43;
  margin: 0;
}
.topSection .secondChild .barcode {
  display: flex;
  flex-direction: column;
}
.topSection .secondChild .barcode p {
  margin: 0;
  margin-bottom: 10px;
  color: #252424;
  font-size: 0.55vw;
  line-height: 1;
  font-weight: 600;
}
.topSection .secondChild .barcode #fitWidth {
  display: inline-block;
  position: absolute;
  left: 0;
  top: -15px;
  width: 100%;
  white-space: nowrap;
  margin: 0;
}
.topSection .secondChild .barcode img {
  width: 100%;
}
@media screen and (max-width: 1400px) {
  .topSection .secondChild .address h1 {
    font-size: 4rem;
    line-height: 4.2rem;
  }
  .topSection .secondChild .barcode p small {
    font-size: 0.5vw;
  }
}
@media screen and (max-width: 768px) {
  .topSection .secondChild {
    padding: 0 20px;
  }
  .topSection .secondChild .address h1 {
    font-size: 2.2rem;
    line-height: 2.6rem;
  }
  .topSection .secondChild .address h4 {
    font-size: 2rem;
    line-height: 2.2rem;
  }
  .topSection .secondChild .space {
    width: calc(100% + 40px);
    margin-left: -20px;
  }
  .topSection .secondChild .Stripes {
    height: calc(100% - 20px);
    top: 10px;
  }
}
.topSection .thirdChild {
  grid-column-start: 3;
  grid-column-end: 5;
  display: grid;
  gap: 20px;
}
.topSection .thirdChild .scrolltextBranding {
  display: grid;
  overflow: hidden;
  background-color: #DBEA9D;
  height: 100%;
  border-radius: 10px;
  align-items: center;
}
.topSection .thirdChild .scrolltextBranding span {
  font-size: 3.6rem;
  line-height: 100%;
  color: #BECF77;
  font-weight: 600;
  white-space: nowrap;
  animation: scrollLeft 20s linear infinite;
}
@keyframes scrollLeft {
  0% {
    transform: translateX(0);
  }
  100% {
    transform: translateX(-100%);
  }
}
.topSection .thirdChild .weVibes_overheadOffice {
  display: grid;
  grid-template-columns: 1fr 1fr;
  -moz-column-gap: 20px;
       column-gap: 20px;
}
.topSection .thirdChild .weVibes_overheadOffice .weVibes {
  display: flex;
  flex-direction: column;
  background-color: #FF8466;
  border-radius: 10px;
  justify-content: space-between;
}
.topSection .thirdChild .weVibes_overheadOffice .weVibes h5 {
  z-index: 0;
  color: #fff;
  font-weight: 500;
  height: 54px;
  display: inline-flex;
  white-space: nowrap;
  align-items: center;
  justify-content: center;
  border-bottom: 2px solid #252424;
  position: relative;
}
.topSection .thirdChild .weVibes_overheadOffice .weVibes h5 .imgAni {
  display: inline-block;
  position: relative;
  z-index: -1;
}
.topSection .thirdChild .weVibes_overheadOffice .weVibes h5 .imgAni img {
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  transform: translate(-50%, -50%) scale(1.2, 0.9);
  width: 100%;
  height: 100%;
  z-index: -11;
}
.topSection .thirdChild .weVibes_overheadOffice .weVibes h5 .imgAni .drawingline_ani {
  transform: translate(-50%, -50%) scale(1.2, 0.9);
}
.topSection .thirdChild .weVibes_overheadOffice .weVibes h5 .imgAni .drawingline_ani span {
  background-color: #FF8466;
}
.topSection .thirdChild .weVibes_overheadOffice .weVibes p {
  color: #fff;
  padding: 10px 20px;
  font-size: 0.9rem;
  text-align: center;
  line-height: 1.2rem;
  margin: 0;
}
.topSection .thirdChild .weVibes_overheadOffice .weVibes .instaLinks {
  border-top: 2px dashed #252424;
  display: grid;
  writing-mode: sideways-lr;
}
.topSection .thirdChild .weVibes_overheadOffice .weVibes .instaLinks a {
  -moz-column-gap: 10px;
       column-gap: 10px;
  display: inline-flex;
  position: relative;
  align-items: center;
  padding: 15px 0;
  border-right: 2px dashed #252424;
}
.topSection .thirdChild .weVibes_overheadOffice .weVibes .instaLinks a:last-child {
  border: 0;
}
.topSection .thirdChild .weVibes_overheadOffice .weVibes .instaLinks a img {
  transition: all 0.3s linear;
}
.topSection .thirdChild .weVibes_overheadOffice .weVibes .instaLinks a span {
  color: #fff;
  transition: all 0.3s linear;
}
.topSection .thirdChild .weVibes_overheadOffice .weVibes .instaLinks a:hover img {
  filter: invert(1) brightness(0);
  transition: all 0.3s linear;
}
.topSection .thirdChild .weVibes_overheadOffice .weVibes .instaLinks a:hover span {
  color: #252424;
  transition: all 0.3s linear;
}
.topSection .thirdChild .weVibes_overheadOffice .overheadOffice {
  position: relative;
  display: flex;
  position: relative;
}
.topSection .thirdChild .weVibes_overheadOffice .overheadOffice .box_arrow {
  position: absolute;
  left: 24%;
  bottom: 0px;
  height: 40px;
  width: auto;
}
.topSection .thirdChild .weVibes_overheadOffice .overheadOffice #overheadSlider {
  position: absolute;
  left: 0;
  top: 0;
  height: 100%;
  overflow: hidden;
}
.topSection .thirdChild .weVibes_overheadOffice .overheadOffice .box {
  position: relative;
}
.topSection .thirdChild .weVibes_overheadOffice .overheadOffice .box .desc {
  padding: 25px;
  overflow: hidden;
  position: relative;
  background-color: #fff;
  height: calc(100% - 40px);
  border-radius: 10px;
  width: 100%;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}
.topSection .thirdChild .weVibes_overheadOffice .overheadOffice .box .blur1 {
  left: auto;
  right: 0px;
  top: auto;
  bottom: 0;
  width: 180px;
  height: 180px;
  overflow: visible;
}
.topSection .thirdChild .weVibes_overheadOffice .overheadOffice .box .blur1:after {
  top: 0;
  left: auto;
  right: -40px;
}
.topSection .thirdChild .weVibes_overheadOffice .overheadOffice .box .drawbg.vt {
  right: 0;
  width: 100px;
  top: 36px;
  height: 40px;
  display: flex;
  z-index: 1;
}
.topSection .thirdChild .weVibes_overheadOffice .overheadOffice .box .drawbg.vt img {
  width: 40px;
  left: 0;
}
.topSection .thirdChild .weVibes_overheadOffice .overheadOffice .box .drawbg.vt img:last-child {
  left: 40px;
}
.topSection .thirdChild .weVibes_overheadOffice .overheadOffice .box .ani_img {
  position: absolute;
  left: auto;
  right: 20px;
  top: 21px;
  width: 60px;
}
.topSection .thirdChild .weVibes_overheadOffice .overheadOffice .box h6 {
  font-weight: 500;
  color: #252424;
}
.topSection .thirdChild .weVibes_overheadOffice .overheadOffice .box .text-letter-animation h4 {
  font-size: 1.9rem;
  line-height: 2.4rem;
  font-weight: 700;
  color: #a7a7a7;
}
.topSection .thirdChild .weVibes_overheadOffice .overheadOffice .box .text-letter-animation .animated-text span {
  display: inline-block;
  color: #a7a7a7;
  transition: color 0.3s ease;
}
.topSection .thirdChild .weVibes_overheadOffice .overheadOffice .box .text-letter-animation .orange {
  color: #FF8466 !important; /* end color */
}
.topSection .thirdChild .weVibes_overheadOffice .overheadOffice .box .text-letter-animation .coral {
  color: #F15F43 !important; /* end color */
}
.topSection .thirdChild .weVibes_overheadOffice .overheadOffice .box .text-letter-animation .green {
  color: #DBEA9D !important; /* end color */
}
.topSection .thirdChild .weVibes_overheadOffice .overheadOffice .box .text-letter-animation .pink {
  color: #FAA0FD !important; /* end color */
}
.topSection .thirdChild .weVibes_overheadOffice .overheadOffice .box .text-letter-animation .blue {
  color: #B5DBEB !important; /* end color */
}
@media screen and (max-width: 1400px) {
  .topSection .thirdChild .weVibes_overheadOffice .overheadOffice .box .text-letter-animation h4 {
    font-size: 1.6rem;
    line-height: 2.1rem;
  }
}
@media screen and (max-width: 1024px) {
  .topSection .thirdChild .weVibes_overheadOffice .overheadOffice .box .text-letter-animation h4 {
    font-size: 1.1rem;
    line-height: 2.1rem;
  }
}
.topSection .thirdChild .tenyears {
  background-color: #B5DBEB;
  display: flex;
  flex-wrap: wrap;
  padding: 15px;
  border-radius: 10px;
}
.topSection .thirdChild .tenyears .search {
  width: 66.667%;
  padding-right: 15px;
  display: flex;
  flex-direction: column;
}
.topSection .thirdChild .tenyears .search .searchbtn {
  position: relative;
}
.topSection .thirdChild .tenyears .search .searchbtn img {
  z-index: 1;
  position: absolute;
  left: 20px;
  top: 50%;
  transform: translateY(-50%);
  filter: invert(1);
}
.topSection .thirdChild .tenyears .search .searchbtn .typewriter {
  padding-left: 50px;
  padding-right: 15px;
  position: absolute;
  left: 0;
  top: 0;
  width: auto;
}
.topSection .thirdChild .tenyears .search .searchbtn .typewritermain {
  position: relative;
  font-size: 0.8rem;
  line-height: 21px;
  font-weight: normal;
  height: 52px;
  width: 100%;
  border-radius: 50px;
  background-color: #252424;
  color: #fff;
}
.topSection .thirdChild .tenyears .search .searchbtn .typewriter label {
  margin-top: 15px;
  overflow: hidden;
  border-right: 0.15em solid #fff;
  white-space: nowrap;
}
.topSection .thirdChild .tenyears .search .searchbtn .typewriter label#typeanimation.active {
  animation: typing 3s steps(40, end) infinite, blink-caret 0.75s step-end infinite;
}
@keyframes typing {
  from {
    width: 0;
  }
  to {
    width: 100%;
  }
}
@keyframes blink-caret {
  from, to {
    border-color: transparent;
  }
  50% {
    border-color: #fff;
  }
}
.topSection .thirdChild .tenyears .search ul.listmainprimary {
  opacity: 0 !important;
}
.topSection .thirdChild .tenyears .search ul {
  margin: 15px 0 0;
  width: 100%;
  display: flex;
  flex-direction: column;
  list-style-type: none;
  padding-left: 0;
  border-radius: 10px;
  background-color: #fff;
  padding: 0 20px;
}
.topSection .thirdChild .tenyears .search ul li {
  opacity: 0;
  transition: opacity 0.3s ease;
  padding: 15px 0;
  position: relative;
  font-size: 0.8rem;
  line-height: 1rem;
  color: #252424;
  font-weight: normal;
  padding-left: 30px;
  border-bottom: 1px solid #252424;
}
.topSection .thirdChild .tenyears .search ul li:before {
  content: "";
  position: absolute;
  left: 0;
  top: 50%;
  transform: translateY(-50%);
  width: 15px;
  height: 15px;
  background: url(../images/common/Search-Icon.png) no-repeat center center;
  background-size: cover;
}
.topSection .thirdChild .tenyears .search ul li:last-child {
  border: 0;
}
.topSection .thirdChild .tenyears .search ul li.visible {
  display: block;
  opacity: 1;
}
.topSection .thirdChild .tenyears .search .listmain {
  position: absolute;
  left: 0;
  top: 0;
}
.topSection .thirdChild .tenyears .search .listmain li {
  display: none;
}
.topSection .thirdChild .tenyears .ten {
  background-color: #fff;
  border-radius: 10px;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
  width: 33.33%;
  padding: 20px 20px 15px;
}
.topSection .thirdChild .tenyears .ten strong {
  font-size: 7rem;
  line-height: 6rem;
  color: #F15F43;
}
.topSection .thirdChild .tenyears .ten h3 {
  font-weight: 700;
  color: #F15F43;
}
.topSection .thirdChild .tenyears .ten p {
  color: #F15F43;
  margin: 5px 0 0;
  font-size: 1rem;
  line-height: 1;
}
.topSection .fourthChild {
  grid-column-start: 1;
  grid-column-end: 3;
  display: grid;
  gap: 20px;
}
.topSection .fourthChild .pizzaexpress {
  padding: 40px 15px 20px;
  background-color: #DBEA9D;
  width: calc(100% - 43px);
  border-radius: 10px;
  position: relative;
}
.topSection .fourthChild .pizzaexpress .img {
  display: grid;
  grid-template-columns: 50px 100%;
}
.topSection .fourthChild .pizzaexpress .img .dots {
  width: 50px;
  height: 100%;
  position: relative;
}
.topSection .fourthChild .pizzaexpress .img .dots span {
  width: 15px;
  height: 15px;
  display: inline-block;
  position: absolute;
  left: 10px;
  top: 14%;
  border-radius: 20px;
  background-color: #252424;
}
.topSection .fourthChild .pizzaexpress .img .dots span:last-child {
  top: auto;
  bottom: 14%;
}
.topSection .fourthChild .pizzaexpress .img img {
  width: calc(100% - 70px);
  border-radius: 6px;
}
.topSection .fourthChild .pizzaexpress h6 {
  color: #929E5D;
  padding-left: 50px;
  font-weight: 600;
  margin: 5px 0 5px;
}
.topSection .fourthChild .pizzaexpress p {
  position: absolute;
  left: auto;
  right: 16px;
  width: 180px;
  top: 40px;
  transform: rotate(-90deg);
  transform-origin: top right;
  color: #252424;
  background-color: #DBEA9D;
  font-weight: 600;
  margin: 0;
  padding: 15px 20px;
  border-radius: 10px;
}
.topSection .fourthChild .pizzaexpress p span {
  opacity: 0;
}
.topSection .fourthChild .pizzaexpress p span:last-child {
  opacity: 1;
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%) rotate(180deg);
  white-space: nowrap;
}
.topSection .fourthChild .pizzaexpress.green {
  background-color: #DBEA9D;
}
.topSection .fourthChild .pizzaexpress.green h6 {
  color: #929E5D;
}
.topSection .fourthChild .pizzaexpress.green p {
  width: 230px;
  background-color: #DBEA9D;
}
.topSection .fourthChild .pizzaexpress.blue {
  background-color: #B5DBEB;
}
.topSection .fourthChild .pizzaexpress.blue h6 {
  color: #598497;
}
.topSection .fourthChild .pizzaexpress.blue p {
  width: 220px;
  background-color: #B5DBEB;
}
.topSection .fourthChild .pizzaexpress.orange1 {
  background-color: #F15F43;
}
.topSection .fourthChild .pizzaexpress.orange1 h6 {
  color: #AE533D;
}
.topSection .fourthChild .pizzaexpress.orange1 p {
  width: 210px;
  background-color: #F15F43;
}
.topSection .fourthChild .pizzaexpress.grey {
  background-color: #F3F3F3;
}
.topSection .fourthChild .pizzaexpress.grey h6 {
  color: #A7A7A7;
}
.topSection .fourthChild .pizzaexpress.grey p {
  width: 200px;
  background-color: #F3F3F3;
}
.topSection .fourthChild .pizzaexpress.pink {
  background-color: #FAA0FD;
}
.topSection .fourthChild .pizzaexpress.pink h6 {
  color: #B256B5;
}
.topSection .fourthChild .pizzaexpress.pink p {
  width: 190px;
  background-color: #FAA0FD;
}
.topSection .fourthChild .pizzaexpress.orange {
  background-color: #FF8466;
}
.topSection .fourthChild .pizzaexpress.orange h6 {
  color: #9A3926;
}
.topSection .fourthChild .pizzaexpress.orange p {
  width: 180px;
  background-color: #FF8466;
}
@media screen and (max-width: 786px) {
  .topSection .fourthChild .pizzaexpress {
    padding: 20px 6px 10px;
  }
  .topSection .fourthChild .pizzaexpress.green p {
    width: 160px;
    background-color: #DBEA9D;
  }
  .topSection .fourthChild .pizzaexpress.blue p {
    width: 150px;
    background-color: #B5DBEB;
  }
  .topSection .fourthChild .pizzaexpress.orange1 p {
    width: 140px;
    background-color: #F15F43;
  }
  .topSection .fourthChild .pizzaexpress.grey p {
    width: 130px;
    background-color: #F3F3F3;
  }
  .topSection .fourthChild .pizzaexpress.pink p {
    width: 120px;
    background-color: #FAA0FD;
  }
  .topSection .fourthChild .pizzaexpress.orange p {
    width: 110px;
    background-color: #FF8466;
  }
  .topSection .fourthChild .pizzaexpress p {
    top: 20px;
    font-size: 10px;
    line-height: 1;
  }
  .topSection .fourthChild .pizzaexpress .img {
    grid-template-columns: 34px 100%;
  }
  .topSection .fourthChild .pizzaexpress .img img {
    width: calc(100% - 44px);
  }
  .topSection .fourthChild .pizzaexpress .img .dots span {
    width: 10px;
    height: 10px;
  }
}
.topSection .fifthChild {
  grid-column-start: 3;
  grid-column-end: 5;
  display: grid;
  gap: 20px;
}
.topSection .fifthChild .open_dialog_approach {
  display: grid;
  grid-template-columns: 1fr 1fr;
  -moz-column-gap: 20px;
       column-gap: 20px;
  height: 100%;
}
.topSection .fifthChild .open_dialog_approach .open_dialog {
  overflow: hidden;
  position: relative;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: space-evenly;
  height: 100%;
  background-color: #FAA0FD;
  border-radius: 20px;
}
.topSection .fifthChild .open_dialog_approach .open_dialog .halfcircle {
  width: 100%;
  height: 14%;
  z-index: 11;
  position: absolute;
  left: 0;
  top: 0;
  background: radial-gradient(circle at top, #252424 24%, transparent 25%), transparent;
  background-size: 12.5% 100%;
}
.topSection .fifthChild .open_dialog_approach .open_dialog .swiper {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
}
.topSection .fifthChild .open_dialog_approach .open_dialog .swiper-slide {
  display: flex;
  flex-direction: column;
  justify-content: space-evenly;
  align-items: center;
  padding: 30px 20px 20px;
}
.topSection .fifthChild .open_dialog_approach .open_dialog img {
  margin-bottom: 20px;
}
.topSection .fifthChild .open_dialog_approach .open_dialog p {
  color: #fff;
  font-weight: 600;
}
.topSection .fifthChild .open_dialog_approach .open_dialog h5 {
  color: #fff;
  font-weight: 700;
  text-align: center;
}
.topSection .fifthChild .open_dialog_approach .open_dialog small {
  font-weight: 500;
  color: #fff;
  margin-top: 20px;
  padding: 15px 20px;
  position: relative;
}
.topSection .fifthChild .open_dialog_approach .open_dialog small:after {
  content: "";
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  width: 100%;
  height: 100%;
  border-radius: 100px 100px;
  border: 2px solid #fff;
}
.topSection .fifthChild .open_dialog_approach .our_approach {
  position: relative;
  height: 100%;
  border-radius: 20px;
  background-image: linear-gradient(#F3F3F3 1px, transparent 1px), linear-gradient(to right, #F3F3F3 1px, white 1px);
  background-size: 24px 24px;
  display: flex;
  flex-direction: column;
}
.topSection .fifthChild .open_dialog_approach .our_approach .inside-a {
  width: 100%;
  white-space: nowrap;
  overflow: hidden;
  position: absolute;
  left: 0;
  top: 50%;
  transform: translateY(-50%);
  height: 100%;
  display: flex;
  align-items: center;
  flex-direction: column;
  justify-content: space-evenly;
}
.topSection .fifthChild .open_dialog_approach .our_approach .inside-a .scrolltxtpara {
  display: grid;
  grid-template-columns: 1fr;
  gap: 16px;
}
.topSection .fifthChild .open_dialog_approach .our_approach .inside-a .scrollbtnsInside {
  display: inline-flex;
}
.topSection .fifthChild .open_dialog_approach .our_approach .inside-a .scrollbtnsInside a {
  display: inline-flex;
  padding: 0 10px;
  text-align: center;
  margin: 0 0;
  font-size: 16px;
  line-height: 52px;
  color: #252424;
  width: auto;
}
.topSection .fifthChild .open_dialog_approach .our_approach .inside-a .scrollbtnsInside a .scroll-innerR, .topSection .fifthChild .open_dialog_approach .our_approach .inside-a .scrollbtnsInside a .scroll-inner {
  display: flex;
}
.topSection .fifthChild .open_dialog_approach .our_approach .inside-a .scrollbtnsInside a span {
  display: flex;
}
.topSection .fifthChild .open_dialog_approach .our_approach .inside-a .scrollbtnsInside a span small {
  margin: 0 8px;
  height: 52px;
  border-radius: 50px;
  background-color: #FAA0FD;
  padding: 0 28px;
  display: flex;
  width: 100%;
}
.topSection .fifthChild .open_dialog_approach .our_approach .inside-a .scrollbtnsInside a span small.orange {
  background-color: #FF8466;
  color: #fff;
}
.topSection .fifthChild .open_dialog_approach .our_approach .inside-a .scrollbtnsInside a span small.green {
  background-color: #DBEA9D;
  color: #252424;
}
.topSection .fifthChild .open_dialog_approach .our_approach .inside-a .scrollbtnsInside a span small.grey {
  background-color: #a7a7a7;
  color: #fff;
}
.topSection .fifthChild .open_dialog_approach .our_approach .inside-a .scrollbtnsInside a span small.blue {
  background-color: #B5DBEB;
  color: #252424;
}
.topSection .fifthChild .open_dialog_approach .our_approach .inside-a .scrollbtnsInside a span small.coral {
  background-color: #F15F43;
  color: #fff;
}
.topSection .fifthChild .open_dialog_approach .our_approach h3 {
  font-size: 2.4rem;
  line-height: 3rem;
  color: #252424;
  font-weight: 700;
  padding: 0 20px;
}
.topSection .fifthChild .open_dialog_approach .our_approach h3 span {
  padding: 10px 0;
  display: flex;
  border-bottom: 2px dashed #252424;
  border-top: 2px dashed #252424;
}

.sliderup {
  max-height: 0;
  overflow: hidden;
  transition: max-height 0.5s ease;
}

.sliderup.active {
  max-height: 2000px; /* bigger than expected content */
}

.viewmorebtn {
  display: flex;
  justify-content: center;
  margin: 60px 0 30px;
}

.bottomdesc {
  display: grid;
  transition: all 0.3s linear;
  opacity: 1;
  grid-template-columns: 1fr 1fr 1fr 1fr;
  margin: 20px 0;
  gap: 20px;
  position: relative;
}
.bottomdesc.active {
  display: grid;
  opacity: 1;
  transition: all 0.3s linear;
  max-height: 2000px;
}
.bottomdesc .firstChild {
  grid-column-start: 1;
  grid-column-end: 2;
}
.bottomdesc .firstChild h3 {
  color: #fff;
  font-weight: 600;
  margin-top: 30px;
}
.bottomdesc .secondChild {
  grid-column-start: 2;
  grid-column-end: 3;
}
.bottomdesc .secondChild .aangi_sanjana {
  border-radius: 20px;
}
.bottomdesc .secondChild .desc {
  padding: 20px 0 0;
  display: flex;
  -moz-column-gap: 10px;
       column-gap: 10px;
  align-items: center;
  justify-content: space-between;
}
.bottomdesc .secondChild .desc h6 {
  color: #fff;
  font-weight: 600;
}
.bottomdesc .threeChild {
  grid-column-start: 3;
  grid-column-end: 5;
  display: grid;
  grid-template-columns: 1fr;
  justify-content: space-between;
}
.bottomdesc .threeChild p {
  color: #fff;
}
.bottomdesc .fourChild {
  padding: 20px;
  grid-column-start: 1;
  grid-column-end: 2;
  background-color: #fff;
  border-radius: 20px;
  background-image: linear-gradient(#F3F3F3 1px, transparent 1px), linear-gradient(to right, #F3F3F3 1px, white 1px);
  background-size: 24px 24px;
}
.bottomdesc .fourChild p:last-child {
  padding: 0;
}
.bottomdesc .fiveChild {
  grid-column-start: 2;
  grid-column-end: 3;
  display: grid;
  grid-template-columns: 1fr;
  justify-content: space-between;
}
.bottomdesc .fiveChild p {
  color: #fff;
}
.bottomdesc .fiveChild h6 {
  font-weight: 700;
  color: #fff;
}
.bottomdesc .fiveChild img {
  width: 100%;
  margin-bottom: 10px;
}
.bottomdesc .sixChild {
  grid-column-start: 3;
  grid-column-end: 5;
}
.bottomdesc .sixChild img {
  border-radius: 20px;
}

@media screen and (max-width: 767px) {
  .parent .childdiv1 {
    grid-column-start: 1;
    grid-column-end: 5;
  }
  .parent .childdiv2 {
    grid-column-start: 1;
    grid-column-end: 5;
  }
  .topSection .firstChild {
    grid-column-start: 1;
    grid-column-end: 3;
  }
  .topSection .secondChild {
    grid-column-start: 3;
    grid-column-end: 5;
  }
  .topSection .fourthChild {
    grid-row-start: 2;
    grid-row-end: 3;
    grid-column-start: 1;
    grid-column-end: 5;
  }
  .topSection .thirdChild {
    grid-column-start: 1;
    grid-column-end: 3;
  }
  .topSection .thirdChild .weVibes_overheadOffice {
    grid-row-start: 2;
    grid-row-end: 3;
  }
  .topSection .thirdChild .tenyears {
    grid-row-start: 1;
    grid-row-end: 2;
    display: grid;
    grid-template-columns: 1fr;
  }
  .topSection .thirdChild .tenyears .fw {
    width: 100%;
  }
  .topSection .thirdChild .tenyears .ten {
    margin-top: 20px;
  }
  .topSection .fifthChild {
    grid-column-start: 1;
    grid-column-end: 5;
  }
  .bottomdesc .firstChild {
    grid-column-start: 1;
    grid-column-end: 3;
  }
  .bottomdesc .secondChild {
    grid-column-start: 3;
    grid-column-end: 5;
  }
  .bottomdesc .threeChild {
    grid-column-start: 1;
    grid-column-end: 5;
  }
  .bottomdesc .fourChild {
    grid-column-start: 1;
    grid-column-end: 3;
  }
  .bottomdesc .fiveChild {
    grid-column-start: 3;
    grid-column-end: 5;
  }
  .bottomdesc .sixChild {
    grid-column-start: 1;
    grid-column-end: 5;
  }
  header {
    background-color: transparent;
  }
}/*# sourceMappingURL=about.css.map */