@import "brands.css";
@import "count.css";
@import "footer.css";
@import "portfolio.css";
@import "creative.css";

/* ========================= base style starts ========================= */
:root {
  --black-color: #000;
}

* {
  box-sizing: border-box;
  margin: 0;
  padding: 0;
}

body {
  color: var(--black-color);
  font-family: "halyard-display";
  line-height: 1.6;
  font-size: 1rem;
  line-height: 1.5rem;

  background-image: url("../images/WL-bgimage.png");
  background-color: #000;
  background-attachment: fixed;
  background-size: cover;
  overflow-x: hidden;
}

img {
  max-width: 100%;
  display: block;
}

a {
  text-decoration: none;
  color: inherit;
}

ul {
  list-style: none;
}

p {
  font-family: "halyard-display";
  margin: 0 0 0.5rem;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  font-family: "halyard-display";
}

/* ========================= base style ends ========================= */
html {
  font-size: 1vw !important;
}

.loader {
  width: 100vw;
  height: 100vh;

  position: fixed;
  top: 0;
  left: 0;

  z-index: 99999;
      background: #000;
    display: flex;
    justify-content: center;
    align-items: center;
}
  .loader.hide {
    display: none;
  }

  .loader img {
        width: 4rem;
    height: 4rem;
    /* width: 100%;
    height: 100%; */
    object-fit: cover;
  }

body.hideOverFlow {
  overflow: hidden;
}

.container {
  width: 100%;
  margin: 0px auto;
  padding: 0px 2.5rem;
  /* border: 1px solid #fff; */
  color: #fff;
}


/* default header and popup screen */
/* Top Logo */
.popup_screen .wl_logo {
  position: absolute;
  top: 2.5rem;
  left: 2.5rem;
}

.wl_logo img {
  width: 10.313rem;
  height: auto;
}

/* Top Right Icon */
.header .menu_icon {
  /* position: absolute;
  top: 2.5rem;
  right: 2.5rem; */
}

.header .menu_icon img {
  width: 2rem;
  height: auto;
  cursor: pointer;
}

@media(max-width:480px) {
  .wl_logo {
    font-size: 22px;
  }
}



/* popupscreen */
.header .popup_screen {
  visibility: hidden;
  font-family: "halyard-display";
  position: fixed;
  inset: 0;
  /* background: #111; */
  background-image: url(../images/WL-bgimage.png);
  background-color: #000;
  background-attachment: fixed;
  background-size: cover;

  color: #494949;
  z-index: 99999;
   height: 100vh;
}

.header .close_mbtn {
  position: absolute;
  top: 2.5rem;
  right: 2.5rem;
 
}

.header .close_mbtn img {
  width: 3rem;
  height: auto;
}

.header .nav_list {
  list-style: none;
  position: absolute;
  top: 6rem;
  left: 2rem;
  width: 100%;
  height: 100vh;
}

.header .nav_list li {
  margin: 0px 0;
  overflow: hidden;

}

.header .menu_item {
  display: inline-block;
  position: relative;
  overflow: hidden;
  line-height: 1;
  font-size: 8.25rem;
  font-weight: 600;
}

.header .text-wrap {
  position: relative;
  display: block;
  overflow: hidden;
  height: 1em;
}

.header .top_text {
  display: block;
}

.header .bottom_text {
  position: absolute;
  left: 0;
  top: 100%;
}

.header .bottom_text.home {
  background-image: url('../images/home_text.png');
  background-size: cover;
  background-clip: text;
  color: transparent;
}

.header .bottom_text.services {
  background-image: url('../images/services_text.png');
  background-size: cover;
  background-clip: text;
  color: transparent;
}

.bottom_text.contact {
  background-image: url('../images/contact_text.png');
  background-size: cover;
  background-clip: text;
  color: transparent;
  background-position: 80% 100%;
}

.header .bottom_text.works {
  background-image: url('../images/works_text.png');
  background-size: cover;
  background-clip: text;
  color: transparent;
}

.m_active_link .top_text {
  transform: translateY(-100%);
}

.m_active_link .bottom_text {
  transform: translateY(-100%);
}

.header .menu_item:focus {
  outline: 2px solid white;
  outline-offset: 10px;
}

@media(max-width:768px) {
  .header .menu_item {
    line-height: 1;
    font-size: 4.25rem;
    font-weight: 600;
  }

  .header .nav_list {
    text-align: center;
    left: auto;
    top: 8rem;
  }

  .popup_screen .wl_logo  {
     position: absolute;
    top: 48px;
    left: 20px;
  }

  .header .menu_icon {
    /* top: 48px;
    right: 20px; */
  }

  .header .close_mbtn {
    top: 48px;
    right: 20px;
  }

}

/* footer */
.footer {
  position: absolute;
  bottom: 1.25rem;
  left: 2.5rem;
  display: flex;
  font-weight: 300;
  width: 96%;
  justify-content: space-between;
  font-size: 1rem;
}

.footer_social {
  position: absolute;
  bottom: 0rem;
  right: 2.5rem;
}

.copyright_text {
  position: absolute;
  bottom: 0rem;
  left: 0.5rem;
  font-size: 1rem;
  font-weight: 300;
  color:#fff;
}

.social_link img {
  width: 1.8rem;
  height: auto;
}

.social_link.fb img {
  width: 1rem;
  height: auto;
}

.footer_social {
  display: flex;
  gap: 2.2rem;
  align-items: center;
}

/* Banner section starts */
header {
  height: 2.5rem;
  width: 100%;
  margin-top: 2.5rem;
}

.wls-banner {
  width: 100%;
  max-width: 100%;
  overflow: hidden;
  position: relative;
}

/* Top Logo */
.wls-banner .logo {
  position: absolute;
  top: 1.25rem;
  left: 1.563rem;
}

.wls-banner .logo img {
  width: 10.375rem;
  height: auto;
}

/* Top Right Icon */
.wls-banner .menu-icon {
  position: absolute;
  top: 1.25rem;
  right: 1.563rem;
}

.wls-banner .menu-icon img {
  width: 2rem;
  height: auto;
  cursor: pointer;
}

/* Main Heading */
.wls-banner .content {
  padding: 14rem 1rem 5.125rem 4rem;
}

.wls-banner .content .head_desc {
  font-size: 6.375rem;
  line-height: 8rem;
  font-weight: 200;
  text-transform: uppercase;
  font-family: "halyard-display";

  background-image: url("../images/banner_text_mask.png");
  background-size: 200% auto;
  background-repeat: repeat;
  background-position: bottom right;
  background-clip: text;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  animation: bannerTextureMove 100s linear infinite;
  text-align: center;
}

.wls-banner .content .main_desc {
  font-size: 9.5rem;
  line-height: 8rem;
  font-weight: 600;
  text-transform: uppercase;
  font-family: "halyard-display";

  text-align: center;
  background-image: url("../images/banner_text_mask.png");
  background-size: 200% auto;
  background-repeat: repeat;
  /* background-position: 0% center; */
  background-position: bottom right;
  background-clip: text;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  animation: bannerTextureMove 100s linear infinite;

}

@keyframes bannerTextureMove {
  0% {
    background-position: bottom right;

  }

  100% {
    background-position: top left;
  }
}

/* @keyframes bannerTextureMove {
  0% {
    background-position: 0% center;
  }

  100% {
    background-position: 200% center;
  }
} */

/* Bottom Image Strip */
.wls-banner .bottom-strip,
.wls-banner .bottom-strip1 {
  /* height: 100vh; */
  display: flex;
  flex-wrap: wrap;
}

.wls-banner .bottom-strip img,
.wls-banner .bottom-strip1 img {
  /* height: 50vh; */
  width: 25%;
  height: auto;
}

/* Responsive */
@media (max-width: 992px) {
  .wls-banner .content h1 {
    font-size: 70px;
  }

  .wls-banner .bottom-strip img {
    width: 25%;
    height: auto;
  }

  .wls-banner .logo img {
    width: 166px;
    height: auto;
  }

  .wls-banner .menu-icon img {
    width: 32px;
    height: auto;
  }

  .wls-banner .logo {
    top: 40px;
    left: 40px;
  }

  .wls-banner .menu-icon {
    top: 40px;
    right: 40px;
  }
}

@media (max-width: 768px) {
  .wls-banner .content {
    /* padding: 200px 20px 132px; */
    padding: 0 20px;
    text-align: center;
  }

  .wls-banner .bottom-strip img {
    width: 25%;
    height: auto;
  }

  .wls-banner .logo {
    top: 20px;
    left: 20px;
  }

  .wls-banner .menu-icon {
    top: 20px;
    right: 20px;
  }
}

/* Banner section ends */

/* custodian section starts */
.custodian {
  /* background-image: url("../images/custodian_bg.png"); */
  /* background: url("../videos/Wave_animation_looping.mp4"); */

  /* background-size: cover;
  background-position: center; */
  width: 100%;
  height: 100vh;
  position: relative;
}

#custodianVideo {
  position: relative;
  right: 0;
  bottom: 0;
  /* min-width: 100%; */
  /* min-height: 100%; */
  height: 100vh;
  width: 100%;
  object-fit: cover;
}

.custodian_container {
  position: absolute;
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
  height: 100vh;
  width: 50%;
  margin: 0 auto;
  text-align: center;
  color: #fff;
  inset: 0;
  margin: auto;
  width: max-content;
  height: max-content;
}

.custodian_h2 {
  font-size: 4.25rem;
  line-height: 1.2;
  font-weight: 700;
}

.custodian_para {
  padding-top: 2rem;
  font-size: 1.5rem;
  line-height: 1.2;
  font-weight: 400;
}

.shortnotes {
  padding: 3.75rem 20rem;
  overflow: hidden;
  /* background-color: #0E0E0E; */
}

.shortnotes_head {
  font-size: 4.25rem;
  line-height: 4.75rem;
  font-weight: 700;
  font-family: "halyard-display";

  text-align: center;
  background-image: url("../images/shortnotes.png");
  background-size: cover;
  background-position: 0% center;
  background-clip: text;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  /* background-size: 200% auto;
  background-repeat: repeat;
  background-position: 0% center;
  background-clip: text;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  animation: bannerTextureMove 35s linear infinite; */
  text-align: center;
  /* transform: translateY(30vh); */
}

@media (max-width: 768px) {
  html {
    font-size: 100% !important;
  }
.wls-banner {
    height: 100vh;
  }

  .bannerWrapper {
    display: flex;
    flex-direction: column;
    height: 100%;
    gap: 120px;
    justify-content: end;
  }

  .wls-banner .content .head_desc {
    font-size: 50px;
    line-height: 50px;
  }

  .wls-banner .content .main_desc {
    font-size: 84px;
            line-height: 0.8;
        margin-top: 20px;
  }



  .custodian_container,
  .custodian,
  #custodianVideo {
    height: 100vh;
  }

  .custodian_container {
    width: 100%;
    padding: 0 20px;
  }

  .custodian_h2 {
    font-size: 48px;
    line-height: 56px;
  }

  .custodian_para {
    font-size: 18px;
  }

  .shortnotes {
    padding: 50px 20px;
    overflow: hidden;
  }

  .shortnotes_head {
    font-size: 40px;
    line-height: 46px;
    transform: translateY(0);
  }

  .custodian .mob-none {
    display: none !important;
  }
}

@media (max-width: 380px) {
  .bannerWrapper {
    gap: 70px;
  }
}

/* custodian section ends */

/* footer video section starts */
.footer-video-section {
  width: 100%;
  height: 100%;
  background-color: #000;
  position: relative;
  overflow: hidden;
}

#footervideo {
  position: relative;
  right: 0;
  bottom: 0;
  /* height: 100vh; */
  height: auto;
  width: 100%;
  object-fit: initial;
  z-index: 99;
  transform: translateX(0%);
  overflow: hidden;

}

#footervideo.moveleft {
  animation: scroll-left 1.5s ease-out forwards;
}

@keyframes scroll-left {
  0% {
    transform: translateX(0%);
  }

  100% {
    transform: translateX(100%);
  }
}

.footer-video-content {
  font-size: 5rem;
  font-weight: 600;
  display: none;
  background-color: #000;
  position: absolute;
  z-index: 999;
  justify-content: center;
  align-items: center;
  flex-direction: column;
  /* height: 100vh; */
  width: 100%;
  margin: 0 auto;
  text-align: center;
  color: #fff;
  top: 50%;
  /* padding-top: 22%; */
  /* inset: 0;
    margin: auto;
    width: max-content;
    height: max-content; */
  animation: slideInRight 1.5s ease-out forwards;
}

@keyframes slideInRight {
  0% {
    transform: translateX(-100%);
  }

  100% {
    transform: translateX(0);
  }
}

.footer-video-content .contact_text {
  display: flex;
  /* align-items: center; */
  justify-content: center;
}

.footer-video-content img {
  display: inline;
  vertical-align: middle;
  padding-left: 0rem;
  transition: all 0.3s;
}

.footer-video-content .text-wrap {
  position: relative;
  display: block;
  overflow: hidden;
  height: 1em;
  top: 1rem;
  left: -0.5rem;
}

.footer-video-content .top_text {
  display: block;
  position: relative;
  height: 1em;
  top: 1rem;
}

.footer-video-content .bottom_text {
  position: absolute;
  left: 0;
  top: 100%;
  height: 1em;
}

.footer-video-content .bottom_text.ctxt {
  background-image: url('../images/home_text.png');
  background-size: cover;
  background-clip: text;
  color: transparent;
}


.footer-video-content a {
  border: 0.038rem solid #FF9E25;
  padding: 0.8rem 1.5rem 1rem 1.5rem;
}

.footer-video-content a img {
  height: 2.5rem;
}

.footer-video-content a:hover img {
  transition: all 0.3s;
  padding-left: 1rem;
}

.footer-desktop {
  display: block;
}

.footer-mobile {
  display: none;
}

@media (max-width: 768px) {
  .footer-flex-sbt {
    flex-direction: column;
    padding-top: 20px;
    align-items: self-start;
  }

  .footer-bottom .copyright {
    order: 2;
    padding-top: 24px;
    width: 100%;
  }

  .social-icons {
    order: 1;
    width: 100%;
  }

  .footer-video-content {
    font-size: 32px;
    font-weight: 600;
    top: 50%;
  }

  #footervideo {
    object-fit: revert;
    height: 50vh;
  }

  .footer-desktop {
    display: none;
  }

  .footer-mobile {
    display: block;
  }
}

/* footer video section ends */

/* mobile header */
@media(max-width:480px) {
  /* .wl_logo {
    position: absolute;
    top: 1rem;
    left: 1.25rem;
  }

  .header .close_mbtn {
    position: absolute;
    top: 2rem;
    right: 1.25rem;
  }

  .header .close_mbtn img {
    width: 2.063rem;
    height: auto;
  } */

}

@media(max-width:768px) {
  .header .popup_screen {
    display: flex;
    flex-direction: column;
    align-items: center;
  }

  .header .menu_item {
    line-height: 1;
    font-size: 4.25rem;
    font-weight: 600;
  }

  .header .nav_list {
    text-align: center;
    left: auto;
    position: relative;
    /* top: 6rem; */
    top: 25vh;
    height: 100vh;
  }

  .header .nav_list li {
    padding-bottom: 10px;
  }

  .footer {
    position: relative;
    bottom: unset;
    left: unset;
    display: flex;
    font-weight: 300;
    width: 96%;
    justify-content: space-between;
    font-size: 16px;
    flex-direction: column;
    align-items: center;
    gap: 24px;
    padding-bottom: 50px;
  }

  .copyright_text {
    text-align: center;
    position: relative;
    bottom: unset;
    left: unset;
    font-size: 16px;
    font-weight: 300;
    padding: 0 20px;
    width: 300px;
  }

  .footer_social {
    position: relative;
    bottom: unset;
    right: unset;
  }

  .social_link img {
    width: 1rem;
    height: auto;
  }

  .social_link.fb img {
    width: 0.8rem;
    height: auto;
  }

  .desktop_none {
    display: none !important;
  }

  .mobile_none {
    display: block !important;
  }
  	.footer-topScroll svg{
		width: 48px;
		height:auto;
	}

}

.desktop_none {
  display: block;
}

.mobile_none {
  display: none;
}

/* Mobile header ends */

/* header bar scroll animation css */

.cd-header-nd {
  position: absolute;
  margin: 0;
  top: 0;
  left: 0;
  height: 5rem;
  width: 100%;
  z-index: 2002;
  box-shadow: 0 1px 2px rgba(0, 0, 0, 0.3);
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  display: flex;
  align-items: center;
}

.header {
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: space-between;
  width: 100%;
  padding: 0 2.5rem;
}

/* @media only screen and (min-width: 1170px) { */
  .cd-header-nd.is-visible {
    -webkit-transform: translate3d(0, 100%, 0);
    -moz-transform: translate3d(0, 100%, 0);
    -ms-transform: translate3d(0, 100%, 0);
    -o-transform: translate3d(0, 100%, 0);
    transform: translate3d(0, 100%, 0);
  }

  .cd-header-nd.is-fixed {
    position: fixed;
    top: -5rem;
    background-color: rgba(0, 0, 0, 0.8);
    -webkit-transition: -webkit-transform 0.3s;
    -moz-transition: -moz-transform 0.3s;
    transition: transform 0.3s;
  }
/* } */

@media only screen and (max-width: 768px) {
  .header {
    padding: 0 20px;
  }
}
