@import url("https://fonts.googleapis.com/css2?family=Stick+No+Bills:wght@200;300;400;500;600;700;800&display=swap");
@import url("https://fonts.googleapis.com/css2?family=Square+Peg&display=swap");
@import url("https://fonts.googleapis.com/css2?family=Bebas+Neue&family=Montserrat:wght@300;400&family=Noto+Serif+Tamil&family=Oxanium:wght@700&display=swap");

.wrapper {
  width: 100%;
  position: relative;
}
h1,
h2,
h3,
h4,
h5 {
  font-family: "Stick No Bills", sans-serif;
}

h2 {
  font-size: 4rem;
}
h2 {
  font-size: 3.5rem;
}

html,
body {
  overflow-x: hidden;
  font-family: "Noto Serif Tamil", serif;
}
section {
  width: 100%;
  position: relative;
  display: block;
  overflow: hidden;
}

/* BANNER */
#banner {
  height: 100vh;
  width: 100%;
  position: relative;
}
#banner .bg {
  width: 100%;
  height: 100%;
}
#banner .bg,
#banner .svg {
  position: absolute;
}
#banner .bg {
  background: url(https://image.admin.solutions/Bansky-Banner/a72108b8-65c0-489e-8205-f24c519b5b3e/b942f1cf-b38f-4feb-9651-ee1a8fd29564/942b5e73-9e7a-4554-947a-83f7cbdca0d6);
  background-position: center;
  background-size: cover;
}
#banner .svg {
  width: 100%;
  height: 100%;
  max-width: 1080px;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}
#banner .content {
  position: absolute;
  z-index: 9999;
  width: fit-content;
  height: fit-content;
  left: 0;
  right: 0;
  top: 25%;
  margin: auto;
  text-align: center;
}
#banner .ml12 {
  font-family: "Stick No Bills", sans-serif;
  font-weight: 900;
  font-size: 5rem;
  letter-spacing: 5px;
  color: #000;
  margin: 0;
  line-height: 1;
}
#banner .ml12 .letter:nth-child(7),
#banner .ml12 .letter:nth-child(8),
#banner .ml12 .letter:nth-child(9) {
  color: #e91e63;
}

#banner .ml13 .letter {
  opacity: 0;
}

#banner .ml13 .letter {
  display: inline-block;
  line-height: 1em;
}

#banner h3 {
  color: #0b618b;
  font-family: "Square Peg", cursive;
  font-size: 36px;
  line-height: 1;
}

/* ABOUT */
#about {
  background: var(--color3);
  padding: 200px 0px;
}

#about h2 {
  text-align: center;
  letter-spacing: 6px;
  text-transform: uppercase;
  color: #e91e63;
  width: fit-content;
  margin: auto;
  border-bottom: 1px solid #000;
}

#about p {
  font-size: 2vh;
  text-align: center;
  color: rgb(141 141 141);
  line-height: 35px;
}
/* ABOUT */

/* TIMELINE  */
:root {
  --color1: #ededed;
  --color2: #64c1cf;
  --color3: #000000;
  --color4: #bd9ac8;
  --color5: #6d87b5;
  --color6: #00acb5;
  --color7: #dbd3b1;
  --color8: #ffffff;
  --color9: #edf2f2;
  --color10: #4d5972;
}

#timeline {
  width: 100%;
  padding: 100px 0px;
}
#timeline h2 {
  text-align: center;
  letter-spacing: 6px;
  text-transform: uppercase;
  color: #e91e63;
  width: fit-content;
  margin: auto;
  border-bottom: 1px solid #000;
}
#timeline .container .timelineList {
  display: flex;
  justify-content: center;
  align-items: center;
  padding: 100px 0;
}

#timeline .figure:nth-of-type(2) {
  margin-left: 35px;
  margin-top: 70px;
}

#timeline .figure__path {
  display: flex;
  flex-direction: column;
  align-items: center;
}

#timeline .figure__pathStart {
  width: 22px;
  height: 22px;
  border: solid 4px var(--color1);
  outline: solid 3.5px;
  border-radius: 50%;
  position: relative;
}

#timeline .figure__pathPoint {
  background-color: var(--color10);
  width: 9px;
  height: 9px;
  margin-top: 16px;
  border-radius: 50%;
}

#timeline .figure__pathPoint:last-of-type {
  margin-bottom: 16px;
}

#timeline .figure__path:last-of-type .figure__pathPoint {
  display: none;
}

#timeline .figure__product {
  width: 350px;
  height: 150px;
  padding: 0 20px;
  border-radius: 1000px;

  position: absolute;
  right: 50px;
  top: 50%;
  transform: translateY(-50%);
  display: flex;
  justify-content: space-evenly;
  align-items: center;
}

#timeline .figure__product::before {
  width: 0;
  height: 0;
  border: solid 15px;
  border-color: transparent transparent transparent var(--color3);

  content: "";
  position: absolute;
  right: calc(-2 * 15px + 2px);
  top: 50%;
  transform: translateY(-50%);
}

#timeline .figure__path:nth-of-type(2) .figure__product::before {
  border-color: transparent transparent transparent var(--color3);
}

#timeline .figure__product--right {
  left: 50px;
  flex-direction: row-reverse;
}

#timeline .figure__product--right::before {
  border-color: transparent var(--color3) transparent transparent;
  left: calc(-2 * 15px + 2px);
}

#timeline .figure__path:nth-of-type(2) .figure__product--right::before {
  border-color: transparent var(--color3) transparent transparent;
}

#timeline .figure__productContent {
  padding: 10px 0;
  display: flex;
  flex-direction: column;
  justify-content: center;
}

#timeline .figure__productName {
  color: var(--color8);
  margin-bottom: 5px;
  font-size: 22px;
  font-weight: 500;
}

#timeline .figure__productDesc {
  color: var(--color8);
  max-width: 140px;
  font-size: 11px;
  font-weight: 400;
}

#timeline .figure__productIconBox {
  background-color: var(--color9);
  width: 95px;
  height: 95px;
  padding: 15px;
  border-radius: 50%;
  box-shadow: rgba(50, 50, 93, 0.25) 10px 13px 27px -5px,
    rgba(0, 0, 0, 0.3) 10px 8px 16px -8px;
  display: flex;
  justify-content: center;
  align-items: center;
}

#timeline .figure__product--right .figure__productIconBox {
  box-shadow: rgba(50, 50, 93, 0.25) -10px 13px 27px -5px,
    rgba(0, 0, 0, 0.3) -10px 8px 16px -8px;
}

#timeline .figure__productIcon {
  width: 60px;
  height: 60px;
}

#timeline .mobile__path {
  display: none;
}

#timeline .mobile_pathPoint {
  display: none;
}
/* TIMELINE  */

/* Gallery */
#gallery {
  padding: 100px 0px;
}

#gallery h2 {
  text-align: center;
  letter-spacing: 6px;
  text-transform: uppercase;
  color: #e91e63;
  width: fit-content;
  margin: auto;
  border-bottom: 1px solid #000;
}

#gallery .contain.active .nav-list a {
  animation: appear 1s forwards ease var(--i);
}

#gallery .pswp__caption__center {
  text-align: center;
}
#gallery figure {
  display: inline-block;
  width: 33.333%;
  float: left;
}
#gallery img {
  width: 100%;
}

#gallery .galleryImg {
  max-width: 435px;
  height: 300px;
  object-fit: cover;
}
#gallery .spacer {
  height: 5em;
}
/* Gallery */

/* FOOTER */
footer {
  margin-top: auto;
  background-color: white;
  color: #b1b1b1;
  padding: 100px 0;
  font-size: x-small;
}
footer .row ul li a {
  color: black;
}
footer .nav-socialmedia {
  border-bottom: 2px solid #b1b1b1;
}
footer .nav-socialmedia svg {
  width: 100%;
  height: 100%;
  max-width: 25px;
}

/*RESPONSIVE DISPLAY*/
@media only screen and (max-width: 1400px) {
}

@media only screen and (max-width: 1200px) {
}

@media only screen and (max-width: 992px) {
  #timeline .figure.two {
    display: none;
  }
  #timeline .mobile__path {
    display: flex !important;
  }
  #timeline .figure__pathStart {
    height: 18px;
    width: unset;
    background-color: unset !important;
    outline-color: unset !important;
    display: block;
    border: none !important;
    outline: none !important;
    border-radius: unset !important;
    position: unset !important;
  }
  #timeline .figure__product {
    position: inherit;
  }
  #timeline .mobile_pathPoint {
    display: block;
  }
}

@media only screen and (max-width: 767px) {
  .showNav .side-nav {
    width: 100% !important;
  }
  #gallery .galleryImg {
    max-width: unset;
    height: 200px;
    width: 100%;
  }
  #about {
    padding: 100px 0px !important;
  }
}

@media only screen and (max-width: 576px) {
}

.hamburger-menu {
  height: 4rem;
  width: 100%;
  cursor: pointer;
  display: flex;
  align-items: center;
  justify-content: flex-end;
  z-index: 100;
  background: black;
  padding: 10px 15px;
  height: 50px;
}

@media screen and (max-width: 767px) {
  .showNav .side-nav {
    width: 100% !important;
  }
}

.navbar {
  z-index: 999;
  right: 2%;
}

.bar {
  width: 1.9rem;
  height: 1.5px;
  border-radius: 2px;
  background-color: #fff;
  transition: 0.5s;
  position: relative;
}

.bar:before,
.bar:after {
  content: "";
  position: absolute;
  width: inherit;
  height: inherit;
  background-color: #fff;
  transition: 0.5s;
}

.bar:before {
  transform: translateY(-9px);
}

.bar:after {
  transform: translateY(9px);
}
.contain.active .bar {
  transform: rotate(360deg);
  background-color: transparent;
}

.contain.active .bar:before {
  transform: translateY(0) rotate(45deg);
}

.contain.active .bar:after {
  transform: translateY(0) rotate(-45deg);
}

.contain.active .main {
  animation: main-animation 0.5s ease;
  cursor: pointer;
  transform: perspective(1300px) rotateY(20deg) translateZ(310px) scale(0.5);
}

.showNav .side-nav {
  width: 20%;
  padding: 120px 0px;
  z-index: 2;
}

.showNav,
.nav-btn {
  transition: 0.5s;
}

.nav-btn .display-6 {
  font-size: 1.3rem;
  padding: 15px;
  background: black;
  border-radius: 100%;
  color: #fff;
  border: 2px solid #fff;
}

.side-nav {
  display: flex;
  flex-direction: column;
  position: fixed;
  right: 0;
  height: 100%;
  background: #e91e63;
  width: 0;
  transition: 0.5s;
  z-index: 100;
}

.nav-logo {
  font-size: 2.5rem;
  padding: 50px 20px;
}

.list-style-none {
  padding: 0;
  list-style: none;
  margin: 0;
}

.side-nav .nav-list,
.side-nav .nav-footer-holder {
  padding-top: 100px;
  text-align: center;
}

.side-nav .nav-footer-holder {
  position: absolute;
  bottom: 30px;
}

.side-nav .svg-inline--fa.fa-phone,
.side-nav .svg-inline--fa.fa-envelope,
.side-nav .copyright {
  color: #61bd47;
}
.nav-list a,
.side-nav.active .links a {
  animation: appear 0.5s forwards ease var(--i);
}
.nav-list a:hover {
  color: #485461;
}
a:hover {
  color: var(--color-link);
  outline: none;
}
.nav-list a {
  text-decoration: none;
  color: #fff;
  padding: 0.6rem 0;
  display: inline-block;
  font-size: 1rem;
  font-weight: 300;
  text-transform: uppercase;
  letter-spacing: 1px;
  transition: 0.3s;
  transform: translateY(10px);
  animation: hide 0s forwards ease;
  font-weight: 600;
}

@keyframes appear {
  from {
    opacity: 0;
    transform: translateY(0px);
  }

  to {
    opacity: 1;
    transform: translateY(10px);
  }
}

@keyframes hide {
  from {
    opacity: 1;
    transform: translateY(10px);
  }

  to {
    opacity: 0;
    transform: translateY(0px);
  }
}

.side-nav .active .nav-list a {
  animation: appear 0.5s forwards ease var(--i);
}

.nav-list a:hover::after {
  transform: scaleX(1);
  transform-origin: bottom left;
}
.nav-list a::after {
  content: "";
  position: absolute;
  width: 100%;
  transform: scaleX(0);
  border-radius: 5px;
  height: 0.09em;
  bottom: 0;
  left: 0;
  background: currentcolor;
  transform-origin: bottom right;
  transition: transform 0.25s ease-out;
}

.contain.active .nav-list a {
  animation: appear 1s forwards ease var(--i);
}
