html * {
  font-family: "Work Sans", sans-serif;
}

@font-face {
  font-family: "Work Sans", sans-serif;
  src: url('https://fonts.googleapis.com/css2?family=Work+Sans:ital,wght@0,100..900;1,100..900&display=swap" rel="stylesheet') format('woff2-variations');
  font-display: swap;
  font-weight: 100 600;
}

html {
    scroll-behavior: smooth;
}

.hero {
  position: relative;
    /* Sizing */
  margin-top: -50px;
    width: 100%;
    height: 90vh;
  padding-left: 2%;
  padding-right: 2%;
  margin-bottom: 0px;
  /* Flexbox stuff */
  display: flex;
  justify-content: center;
  align-items: center;
  /* Text styles */
    text-align: center;
    overflow: hidden;
    background: radial-gradient(ellipse at center, rgba(79, 13, 15, 0.45) 0%, rgba(0, 0, 0, 0) 60%);
}
/* Hero section mobile*/

@media screen and (max-width: 1024px) and (min-width: 768px) {
  .hero {height: 80vh;}}

@media only screen and (max-width: 768px) {
  .hero {background: radial-gradient(ellipse at center, rgba(79, 13, 15, 0.55) 0%, rgba(0, 0, 0, 0) 70%);}
}

/* Hero section mobile*/

/* Hero Lottie */
.lottie_hero_container {
  margin: 0 auto;
	z-index: -1;
	position: absolute;
	padding-top: 0px;
	width: 100%;
  overflow: hidden;
}

@media only screen and (max-width: 600px) {
    .lottie_hero_container {transform: rotate(90deg);margin-top:170px;width:180%;}
    #lottie_textsection {top:0;}
}
/* Hero Lottie END */


.hero .herologo {
	width: 160px;
	margin-bottom: 10px;
}

.hero h1 {
    text-shadow: 0px 0px 40px #000000, 0px 0px 40px #000000, 0px 0px 40px #000000;
	color: #fff;
}

.hero-inner {
  padding: 10%;
  width: 90%;
}

@media only screen and (min-width: 1260px) { .hero-inner {padding: 2%;width: 60%;}}

@media only screen and (max-width: 768px) {
  .hero-inner {padding: 2%;width: 100%;}
}

.hero .red-line-hero {
	margin-bottom: -10px;
}

.hero h2 {
  margin: 0px auto;
  padding: 20px 20px;
    text-shadow: 0px 0px 40px #000000, 0px 0px 40px #000000, 0px 0px 40px #000000;
	font-size: 1.3em;
  line-height: 1.5em;
	font-weight: 400;
	padding-top: 20px;
	color: #fff;
}


.hero .btn {
	display: block;
    width: 200px;
	 padding: 0.7em;
	 margin-top: 30px;
	 margin-left: auto;
	 margin-right: auto;
	 color: rgb(255, 255, 255);
	 text-decoration: none;
	 font-size: 1em;
    border: 2px solid rgb(255, 255, 255);
}

/* Our Story */
  
#timeline {
  /* box-shadow:
  0 0 10px 6px #a50606af; */
  display: flex;
  background-color: #000000;
  background: radial-gradient(ellipse at center, rgba(79, 13, 15, 0.6) 0%, rgba(0, 0, 0, 0) 80%);
}

#timeline:hover .tl-item {
  transition: ease-in-out 0.7s;
  /* box-shadow:
  0 0 15px 10px #a50606af; */
  width: 23.3333%;
  background: radial-gradient(ellipse at center, rgba(79, 13, 15, 0.6) 0%, rgba(0, 0, 0, 0) 60%);
}

.tl-item {
  transform: translate3d(0, 0, 0);
  position: relative;
  width: 25%;
  height: 50vh;
  min-height: 50vh;
  color: #fff;
  overflow: hidden;
  transition: width 0.5s ease;
}
.tl-item:before, .tl-item:after {
  transform: translate3d(0, 0, 0);
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 85%;
}
.tl-item:after {
  background: #a50606;
  opacity: 1;
  transition: opacity 0.7s ease;
}
.tl-item:before {
  background: linear-gradient(to bottom, rgba(0, 0, 0, 0) 0%, black 75%);
  z-index: 1;
  opacity: 0;
  transform: translate3d(0, 0, 0) translateY(50%);
  transition: opacity 0.5s ease, transform 0.5s ease;
}
.tl-item:hover {
  width: 50% !important;
}
.tl-item:hover:after {
  opacity: 0;
}
.tl-item:hover:before {
  opacity: 1;
  transform: translate3d(0, 0, 0) translateY(0);
  transition: opacity 1s ease, transform 1s ease 0.25s;
}
.tl-item:hover .tl-content {
  opacity: 1;
  transform: translateY(0);
  transition: all 0.75s ease 0.5s;
}
.tl-item:hover .tl-bg {
  filter: grayscale(0);
}

.tl-content {
  line-height: 1.3em;
  transform: translate3d(0, 0, 0) translateY(25px);
  position: relative;
  z-index: 1;
  text-align: center;
  margin: 0 1.618em;
  top: 30%;
  opacity: 0;
}

.tl-content p {line-height: 1.3em;padding-top:10px;}

.tl-content h3 {
  padding-top: 10px;
  line-height: 1.3em;
  text-transform: uppercase;
  color: #a50606;
  font-size: 1.44rem;
  font-weight: 600;
}

.tl-year {
  padding: 10px 0px;
  position: absolute;
  top: 70px;
  left: 50%;
  transform: translateX(-50%) translateY(-50%);
  z-index: 1;
  border-top: 1px solid #fff;
  border-bottom: 1px solid #fff;
}

.tl-year p {
  font-size: 1.728rem;
  line-height: 1;
}

.tl-bg {
  transform: translate3d(0, 0, 0);
  position: absolute;
  width: 100%;
  height: 80%;
  top: 0;
  left: 0;
  background-size: cover;
  background-position: center center;
  transition: filter 0.5s ease;
  filter: grayscale(100%);
}

@media only screen and (max-width: 768px) {
  .tl-content h3 {font-size: 1.3em; line-height: 1.25em;}
  .tl-year p {font-size: 1.3em; line-height: 1.25em}
  .tl-item {height: 55vh;min-height: 50vh; line-height: 1.25em}
  .tl-item:hover {width: 75% !important; line-height: 1.25em}
  .tl-year {padding: 3% 0%;top:35px; line-height: 1.25em}
  .tl-content {top: 18%;margin:0 1em; line-height: 1.25em}
  .tl-content p {font-size: 0.9em; line-height: 1.25em}
}


/* Our Story end */


/* Call to action */

.calltoaction-container {
  display: block;
  align-items: center;
  box-shadow:
  0 0 40px 20px #a50606af;
  flex-direction: row;
  width: 100%;
  height: 150px;
  padding-top: 15px;
  margin: 80px 0px 80px 0px;
  background: radial-gradient(circle, rgba(79, 13, 15, 0.4) 0%, rgba(0, 0, 0, 0) 80%);
}

@media only screen and (max-width: 768px) {
.calltoaction-container {margin: 20px 0px 20px 0px;}
}

#lottie_logo2 {
  height: 110px;
}

.calltoaction-flex-container {
  padding: 0 10%;
  align-items: center;
  align-content: stretch;
  display: flex;
}

#callctocation-columns {flex: 0 2 2 100%;}

.calltoaction-text {
  padding-right: 1%;
  font-size: 1.2em;
  color: #fff;
  text-align: center;
  align-items: center;
  flex: 2;
}

.calltoaction-logo {
  flex: 0;
}

.calltoaction-text h3 {line-height: 1.3em;}

.calltoaction-button {
  flex: 1;
}

#calltoaction-button {
  margin-top:0px;
  width:90%;
}

#lottie_logo2 {width:200px;}

@media only screen and (max-width: 1200px) {{.calltoaction-container:margin: 20px 0px 150px 0px;}}

@media only screen and (max-width: 768px) {
  .calltoaction-container {height: 120px;padding: 0 2%;}
  .calltoaction-flex-container {padding: 0% 0%;}
  #calltoaction-button {font-size: 0.85em;font-weight:600; line-height: 1.3em;width: 100%; margin-left: -5px;}
  #lottie_logo2 {width:110px;}
  .swiper.mySwiper {margin-top:0px!important; margin-bottom:30px!important;}
}

  /* Call to aciton END */

/*Insights Swiper*/
    
.swiper.mySwiper {
  margin-top:30px;
  margin-bottom:60px;
  background: radial-gradient(ellipse at center, rgba(79, 13, 15, 0.6) 0%, rgba(0, 0, 0, 0) 70%);
}

.swiper {
  height: 500px;
  width: 100%;
  padding-top: 50px;
  padding-bottom: 50px;
}

.swiper-slide {
  border: black solid 2px;
  position: relative;
  background-position: center;
  background-size: cover;
  width: 300px;
  height: 400px;
}

.swiper-slide:hover {
  box-shadow:
  0 0 10px 8px #a506064b;
}

.swiper-slide img {
  display: block;
  width: 100%;
}

.swiper-pagination {
  width: 30px;
}

.info_swiper {
  padding: 10px;
  height: auto;
  width: 101%;
  margin-left: -1px;
  margin-bottom: -1px;
  padding-bottom: 100px;
  display: flex;
  flex-direction: column;
  align-items: center;
  text-align: center;
  background: rgb(0,0,0);
  background: rgb(0,0,0);
background: linear-gradient(180deg, rgba(0,0,0,0) 0%, rgba(0,0,0,0.7483368347338936) 32%, rgba(0,0,0,1) 70%);
  position: absolute;
  bottom: 0;
}

.info_swiper:hover {
 padding-bottom: 90px;
  transition: all 0.7s;
}

.info_swiper p {
  padding: 10px;
  color: #fff;
  text-align: center;
  font-weight: 300;
}

.info_swiper h3 {
  padding-top: 60px;
  color: #fff;
  font-weight: 600;
}

.swiper-pagination-bullet-active {
  color: #92181B;
}

.swiper-pagination span {
  background-color: #92181B;
}

.swiper-button-next {
  margin-right: -5px;
  margin-top: -150px;
  height: 350px;
  background-image: url(/images/icons/arrow-right.svg);
  background-repeat: no-repeat;
  background-size: 100% auto;
  background-position: bottom;}

  .swiper-button-next::after {
    display: none;}

.swiper-button-prev {
  margin-left: -5px;
  margin-top: -150px;
  height: 350px;
  background-image: url(/images/icons/arrow-left.svg);
  background-repeat: no-repeat;
  background-size: 100% auto;
  background-position: bottom;}

  @media screen and (max-width: 1024px) and (min-width: 768px) {
    .swiper-button-prev {margin-left: -75px;}
    .swiper-button-next {margin-right: -75px;}
  }  

  .swiper-button-prev::after {
    display: none;}

#insights_readmorebt {
  width: 130px;
  margin-top: 15px;
  height: 35px;
  padding: 5px;
  padding-bottom: 8px;
  font-size: 15px;
}

@media only screen and (max-width: 767px) {
  .swiper-button-next {height: 250px; margin-top: -25%; background-size: 75%; margin-right: -12px;}
  .swiper-button-prev {height: 250px; margin-top: -25%; background-size: 75%; margin-left: -12px;}
}


/* insights swiper END */


.insightstext-section {
padding: 50px 5% 0px 5%;
display: flex;
margin-bottom: -30px;
justify-content: center;
align-items: center;
text-align: center;
}
@media only screen and (max-width: 767px) {
.insightstext-section {padding: 30px 5% 0px 5%;}
}

.insightstext-section h2 {
color: #fff;
}

.insightstext-section .red-line-hero {
  padding-top: 35px;
  /* width: 100%; */
  margin-bottom: -5px;
}

@media only screen and (max-width: 767px) {
  .insightstext-section .red-line-hero {padding-top: 20px;}
  .insightstext-section h3 {padding-top: 15px;}
}

.insightstext-section h3 {
font-size: 1.3em;
font-weight: 400;
padding-top: 20px;
padding-bottom: 30px;
color: #fff;
}

.insights-section {
  margin-top: 10px;
  width: 100%;
  display: flex;
  justify-content: center;
}

.insights-flex-container {
  width: 90vw;
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  flex-wrap: nowrap;
}

#insights {
  display: flex;
  align-items: flex-end;
  margin: 1.5vw;
  height: 80vh;
  width: 30vw;
  flex: 30%;
  border: 2px solid rgb(0, 0, 0);
  box-shadow:
  0 0 1.3vw 0.8vw #a506064b;
}

#insights:hover {
  box-shadow:
  0 0 1.3vw 0.8vw #0000004b;
  transition-duration: 0.5s;
  border: 2px solid rgb(39, 39, 39);
}


.info p {
  line-height: 1.2vw;
  font-size: 0.9vw;
}

.info h2 {
  padding-bottom: 0.6vw;
  padding-top: 0.3vw;
}

.insight1 {
  background-image: url(/images/Digital-Marketing1.jpg);
  background-size: cover;
}

.insight2 {
  background-image: url(/images/Branding-and-design1.jpg);
  background-size: cover;
}

.insight3 {
  background-image: url(/images/Strategic-Services1.jpg);
  background-size: cover;
}

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

  .insights-flex-container {
    width: 100vw;}  
  
    #insights {  
      height: 50vh;
  }

  .info {
    
    height: 40%;
  }

  .info p {
    padding-top: 0.8vw;
    font-size: 1.3em;
    line-height: 1.3em;
  }
}


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

  .insights-flex-container {
    width: 100vw;}

  #insights {  
    height: 45vh;}
  
  .info {
    height: 40%;
  }
  
  .info p {
    padding-top: 0.5vw;
    font-size: 1.4em;
    line-height: 1.4em;
  }  
}

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

  .insights-flex-container {
    width: 100%;
    height: 100%;
  }
  
  .info {
    padding-top: 2vw;
    align-content: center;
    height: 50%;
  }

  .info p {
    align-content: center;
    font-size: 0.7rem;
    line-height: 1.2em;
  }

 
  #insights {
    flex: 100%;
    width: 100%;
    margin-bottom: 20px;
    height: 80vh;
  }

  .info h2 {
    padding-bottom: 0.6vw;
    padding-top: 0.6vw;
  }

}

/*Insights END*/

/*Footer*/

.lottie_footer_container {

	z-index: -1;
	position: absolute;
	width: 100%;
  height: 450px;
  overflow: hidden;
	bottom: 0;
  left: 0;
	right: 0;

}

#lottie_footer {
  overflow: hidden;
  position: absolute;
  width: 100%;
}

.footer-home {
  /* Sizing */
position: relative;
padding: 0;
margin-top: 60px;
width: 100%;
  
padding-left: 2%;
padding-right: 2%;
/* Flexbox stuff */
display: flex;
justify-content: center;
align-items: center;
/* Text styles */
text-align: center;
}

.footer-home .redline-footer{
padding-top: 20px;
}

.footer-home h2 {
padding-top: 20px;
color: #fff;
}

.footer-home h3 {
  padding: 20px 20px 20px 20px;
  font-size: 1.3em;
  font-weight: 400;
  color: #fff;
}

#button-footer {
  width: 320px;
  background-color: rgba(0, 0, 0, 0.705);
}

.hero-inner2 {
  padding-left: 5%;
  padding-right: 5%;
  margin-bottom: 300px;
}

@media only screen and (max-width: 1024px) {
  .lottie_footer_container {bottom: 0px;margin-bottom: -10px;}
  .hero-inner2 {margin: 2% 5% 250px 5%;}
  #lottie_footer {width: 100%; bottom: 0px;margin-bottom: -10px;}
}

@media only screen and (max-width: 768px) {
  #lottie_footer {width: 100%;bottom: 0px;left: -0px;margin-bottom: -10px;}
  .hero-inner2 {margin-bottom: 30vw;}
}

@media only screen and (max-width: 600px) {
  .lottie_footer_container {margin-top: -150px;}
  #lottie_footer {width: 100%;bottom: 0px;left:0; right;margin-bottom: -10px;}
  .hero-inner2 {margin-bottom: 30vw;}
}
/*Footer END*/

/* All Font Styles */

h1 {
  line-height: 1.25em;
  font-size: 3.4em;
  letter-spacing: 0.03em;
}

h2 {
  line-height: 1.25em;
  font-size: 2.8em;
  font-weight: 600;
  letter-spacing: 0.015em;
}

h3 {
  font-size: 1.6em;
  /* letter-spacing: 0.04em; */
  line-height: 1.25em;
}

h4 {font-size: 1.3em; line-height: 1.3em;}

p {line-height: 1.3em;letter-spacing: 0.05em;}

calltoaction-text h3 {line-height: 1.3em;letter-spacing: 0.8px; font-size: 1.6em;}
@media only screen and (max-width: 768px) {
  .calltoaction-text h3 {line-height: 1.2em; font-size: 1.2em; font-weight: 600;margin-left: -5px;}}


@media only screen and (max-width: 767px) {
  .hero h2 { font-size: 1em;line-height: 1.35em;}
  h1 {font-size: 2em;line-height: 1.25em;}
  h2 {font-size: 1.8em;line-height: 1.25em;}
  h3 {font-size: 1.2em;line-height: 1.3em;}
  p {font-size: 0.9em;line-height: 1.3em;}
}

h1 {font-weight: 700!important; letter-spacing: 1px!important; line-height: 1.2em!important;}
h2 h3 {font-weight: 600!important; letter-spacing: 0.5px!important; line-height: 1.2em!important;}
strong {font-weight: 600!important;}

@media only screen and (max-width: 768px) {
  h1 {font-weight: 700!important; letter-spacing: 1px!important; line-height: 1.2em!important;}
  h2 h3 {font-weight: 600!important; letter-spacing: 0.5px!important; line-height: 1.2em!important;}
  strong {font-weight: 600!important;}
}

/* END All Font Styles */